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:resp_pkts
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/sw/rxe/
H
A
D
rxe_comp.c
126
skb_queue_tail(&qp->
resp_pkts
, skb);
in rxe_comp_queue_pkt()
128
must_sched = skb_queue_len(&qp->
resp_pkts
) > 1;
in rxe_comp_queue_pkt()
515
while ((skb = skb_dequeue(&qp->
resp_pkts
))) {
in rxe_drain_resp_pkts()
565
skb = skb_dequeue(&qp->
resp_pkts
);
in rxe_completer()
H
A
D
rxe_verbs.h
238
struct sk_buff_head
resp_pkts
;
member
H
A
D
rxe_qp.c
196
skb_queue_head_init(&qp->
resp_pkts
);
in rxe_qp_init_misc()
/kernel/linux/linux-6.6/drivers/infiniband/sw/rxe/
H
A
D
rxe_comp.c
134
skb_queue_tail(&qp->
resp_pkts
, skb);
in rxe_comp_queue_pkt()
136
must_sched = skb_queue_len(&qp->
resp_pkts
) > 1;
in rxe_comp_queue_pkt()
558
while ((skb = skb_dequeue(&qp->
resp_pkts
))) {
in drain_resp_pkts()
685
skb = skb_dequeue(&qp->
resp_pkts
);
in rxe_completer()
H
A
D
rxe_verbs.h
230
struct sk_buff_head
resp_pkts
;
member
H
A
D
rxe_qp.c
180
skb_queue_head_init(&qp->
resp_pkts
);
in rxe_qp_init_misc()
332
skb_queue_head_init(&qp->
resp_pkts
);
in rxe_qp_init_resp()
Completed in 7 milliseconds