Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:preferred_channel
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/ncsi/
H
A
D
ncsi-netlink.c
71
if (nc == nc->package->
preferred_channel
)
in ncsi_write_channel_info()
333
package->
preferred_channel
= channel;
in ncsi_set_interface_nl()
337
package->
preferred_channel
= NULL;
in ncsi_set_interface_nl()
383
np->
preferred_channel
= NULL;
in ncsi_clear_interface_nl()
703
package->
preferred_channel
= channel;
in ncsi_set_channel_mask_nl()
H
A
D
ncsi-manage.c
833
if (np->
preferred_channel
&&
in ncsi_channel_is_tx()
834
ncsi_channel_has_link(np->
preferred_channel
)) {
in ncsi_channel_is_tx()
835
return np->
preferred_channel
== nc;
in ncsi_channel_is_tx()
891
if (np->
preferred_channel
&&
in ncsi_update_tx_channel()
892
ncsi_channel_has_link(np->
preferred_channel
)) {
in ncsi_update_tx_channel()
893
enable = np->
preferred_channel
;
in ncsi_update_tx_channel()
1084
if (np->
preferred_channel
&&
in ncsi_configure_channel()
1085
nc != np->
preferred_channel
)
in ncsi_configure_channel()
H
A
D
ncsi-aen.c
114
} else if (has_link && nc->package->
preferred_channel
== nc) {
in ncsi_aen_handler_lsc()
H
A
D
internal.h
249
struct ncsi_channel *
preferred_channel
; /* Primary channel */
member
/kernel/linux/linux-6.6/net/ncsi/
H
A
D
ncsi-netlink.c
71
if (nc == nc->package->
preferred_channel
)
in ncsi_write_channel_info()
333
package->
preferred_channel
= channel;
in ncsi_set_interface_nl()
337
package->
preferred_channel
= NULL;
in ncsi_set_interface_nl()
383
np->
preferred_channel
= NULL;
in ncsi_clear_interface_nl()
703
package->
preferred_channel
= channel;
in ncsi_set_channel_mask_nl()
H
A
D
ncsi-manage.c
885
if (np->
preferred_channel
&&
in ncsi_channel_is_tx()
886
ncsi_channel_has_link(np->
preferred_channel
)) {
in ncsi_channel_is_tx()
887
return np->
preferred_channel
== nc;
in ncsi_channel_is_tx()
943
if (np->
preferred_channel
&&
in ncsi_update_tx_channel()
944
ncsi_channel_has_link(np->
preferred_channel
)) {
in ncsi_update_tx_channel()
945
enable = np->
preferred_channel
;
in ncsi_update_tx_channel()
1136
if (np->
preferred_channel
&&
in ncsi_configure_channel()
1137
nc != np->
preferred_channel
)
in ncsi_configure_channel()
H
A
D
ncsi-aen.c
114
} else if (has_link && nc->package->
preferred_channel
== nc) {
in ncsi_aen_handler_lsc()
H
A
D
internal.h
256
struct ncsi_channel *
preferred_channel
; /* Primary channel */
member
Completed in 9 milliseconds