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:queue_spec
(Results
1 - 3
of
3
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/wan/
H
A
D
ixp4xx_hss.c
1389
struct of_phandle_args
queue_spec
;
in ixp4xx_hss_probe()
local
1436
&
queue_spec
);
in ixp4xx_hss_probe()
1439
port->txreadyq =
queue_spec
.args[0];
in ixp4xx_hss_probe()
1442
&
queue_spec
);
in ixp4xx_hss_probe()
1445
port->rxtrigq =
queue_spec
.args[0];
in ixp4xx_hss_probe()
1448
&
queue_spec
);
in ixp4xx_hss_probe()
1451
port->rxq =
queue_spec
.args[0];
in ixp4xx_hss_probe()
1454
&
queue_spec
);
in ixp4xx_hss_probe()
1457
port->txq =
queue_spec
.args[0];
in ixp4xx_hss_probe()
1460
&
queue_spec
);
in ixp4xx_hss_probe()
[all...]
/kernel/linux/linux-6.6/drivers/crypto/intel/ixp4xx/
H
A
D
ixp4xx_crypto.c
464
struct of_phandle_args
queue_spec
;
in init_ixp_crypto()
local
476
&
queue_spec
);
in init_ixp_crypto()
481
recv_qid =
queue_spec
.args[0];
in init_ixp_crypto()
484
&
queue_spec
);
in init_ixp_crypto()
489
send_qid =
queue_spec
.args[0];
in init_ixp_crypto()
/kernel/linux/linux-6.6/drivers/net/ethernet/xscale/
H
A
D
ixp4xx_eth.c
1387
struct of_phandle_args
queue_spec
;
in ixp4xx_of_get_platdata()
local
1417
&
queue_spec
);
in ixp4xx_of_get_platdata()
1422
plat->rxq =
queue_spec
.args[0];
in ixp4xx_of_get_platdata()
1426
&
queue_spec
);
in ixp4xx_of_get_platdata()
1431
plat->txreadyq =
queue_spec
.args[0];
in ixp4xx_of_get_platdata()
Completed in 7 milliseconds