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:pkt_inq
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_lib.c
143
struct nitrox_cmdq *cmdq = &ndev->
pkt_inq
[i];
in nitrox_free_pktin_queues()
147
kfree(ndev->
pkt_inq
);
in nitrox_free_pktin_queues()
148
ndev->
pkt_inq
= NULL;
in nitrox_free_pktin_queues()
155
ndev->
pkt_inq
= kcalloc_node(ndev->nr_queues,
in nitrox_alloc_pktin_queues()
158
if (!ndev->
pkt_inq
)
in nitrox_alloc_pktin_queues()
165
cmdq = &ndev->
pkt_inq
[i];
in nitrox_alloc_pktin_queues()
H
A
D
nitrox_dev.h
227
* @
pkt_inq
: Packet input rings
254
struct nitrox_cmdq *
pkt_inq
;
member
H
A
D
nitrox_reqmgr.c
422
sr->cmdq = &ndev->
pkt_inq
[qno];
in nitrox_process_se_request()
H
A
D
nitrox_isr.c
336
qvec->cmdq = &ndev->
pkt_inq
[qvec->ring];
in nitrox_register_interrupts()
H
A
D
nitrox_hal.c
124
struct nitrox_cmdq *cmdq = &ndev->
pkt_inq
[i];
in nitrox_config_pkt_input_rings()
/kernel/linux/linux-6.6/drivers/crypto/cavium/nitrox/
H
A
D
nitrox_lib.c
143
struct nitrox_cmdq *cmdq = &ndev->
pkt_inq
[i];
in nitrox_free_pktin_queues()
147
kfree(ndev->
pkt_inq
);
in nitrox_free_pktin_queues()
148
ndev->
pkt_inq
= NULL;
in nitrox_free_pktin_queues()
155
ndev->
pkt_inq
= kcalloc_node(ndev->nr_queues,
in nitrox_alloc_pktin_queues()
158
if (!ndev->
pkt_inq
)
in nitrox_alloc_pktin_queues()
165
cmdq = &ndev->
pkt_inq
[i];
in nitrox_alloc_pktin_queues()
H
A
D
nitrox_dev.h
227
* @
pkt_inq
: Packet input rings
254
struct nitrox_cmdq *
pkt_inq
;
member
H
A
D
nitrox_reqmgr.c
427
sr->cmdq = &ndev->
pkt_inq
[qno];
in nitrox_process_se_request()
H
A
D
nitrox_isr.c
337
qvec->cmdq = &ndev->
pkt_inq
[qvec->ring];
in nitrox_register_interrupts()
H
A
D
nitrox_hal.c
125
struct nitrox_cmdq *cmdq = &ndev->
pkt_inq
[i];
in nitrox_config_pkt_input_rings()
Completed in 8 milliseconds