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:multi_package
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/net/ncsi/
H
A
D
ncsi-netlink.c
326
ndp->
multi_package
= false;
in ncsi_set_interface_nl()
376
ndp->
multi_package
= false;
in ncsi_clear_interface_nl()
615
ndp->
multi_package
= true;
in ncsi_set_package_mask_nl()
623
ndp->
multi_package
= false;
in ncsi_set_package_mask_nl()
H
A
D
ncsi-aen.c
92
if (!ndp->
multi_package
&& !nc->package->multi_channel) {
in ncsi_aen_handler_lsc()
H
A
D
ncsi-manage.c
821
if (!ndp->
multi_package
&& np != nc->package)
in ncsi_channel_is_tx()
862
if (!package->multi_channel && !ndp->
multi_package
)
in ncsi_update_tx_channel()
872
if (!ndp->
multi_package
&& np != package)
in ncsi_update_tx_channel()
886
if (!ndp->
multi_package
&& np != package)
in ncsi_update_tx_channel()
1190
* If
multi_package
or multi_channel are configured all channels in the
in ncsi_choose_active_channel()
1243
if (with_link && !ndp->
multi_package
)
in ncsi_choose_active_channel()
H
A
D
internal.h
335
bool
multi_package
; /* Enable multiple packages */
member
/kernel/linux/linux-6.6/net/ncsi/
H
A
D
ncsi-netlink.c
326
ndp->
multi_package
= false;
in ncsi_set_interface_nl()
376
ndp->
multi_package
= false;
in ncsi_clear_interface_nl()
615
ndp->
multi_package
= true;
in ncsi_set_package_mask_nl()
623
ndp->
multi_package
= false;
in ncsi_set_package_mask_nl()
H
A
D
ncsi-aen.c
92
if (!ndp->
multi_package
&& !nc->package->multi_channel) {
in ncsi_aen_handler_lsc()
H
A
D
ncsi-manage.c
873
if (!ndp->
multi_package
&& np != nc->package)
in ncsi_channel_is_tx()
914
if (!package->multi_channel && !ndp->
multi_package
)
in ncsi_update_tx_channel()
924
if (!ndp->
multi_package
&& np != package)
in ncsi_update_tx_channel()
938
if (!ndp->
multi_package
&& np != package)
in ncsi_update_tx_channel()
1242
* If
multi_package
or multi_channel are configured all channels in the
in ncsi_choose_active_channel()
1295
if (with_link && !ndp->
multi_package
)
in ncsi_choose_active_channel()
H
A
D
internal.h
343
bool
multi_package
; /* Enable multiple packages */
member
Completed in 9 milliseconds