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:wr_pending_head
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H
A
D
cxgbit.h
201
struct sk_buff *
wr_pending_head
;
member
281
csk->
wr_pending_head
= NULL;
in cxgbit_sock_reset_wr_list()
286
return csk->
wr_pending_head
;
in cxgbit_sock_peek_wr()
296
if (!csk->
wr_pending_head
)
in cxgbit_sock_enqueue_wr()
297
csk->
wr_pending_head
= skb;
in cxgbit_sock_enqueue_wr()
305
struct sk_buff *skb = csk->
wr_pending_head
;
in cxgbit_sock_dequeue_wr()
308
csk->
wr_pending_head
= cxgbit_skcb_tx_wr_next(skb);
in cxgbit_sock_dequeue_wr()
H
A
D
cxgbit_cm.c
1812
const struct sk_buff *skb = csk->
wr_pending_head
;
in cxgbit_credit_err()
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/
H
A
D
cxgbit.h
201
struct sk_buff *
wr_pending_head
;
member
281
csk->
wr_pending_head
= NULL;
in cxgbit_sock_reset_wr_list()
286
return csk->
wr_pending_head
;
in cxgbit_sock_peek_wr()
296
if (!csk->
wr_pending_head
)
in cxgbit_sock_enqueue_wr()
297
csk->
wr_pending_head
= skb;
in cxgbit_sock_enqueue_wr()
305
struct sk_buff *skb = csk->
wr_pending_head
;
in cxgbit_sock_dequeue_wr()
308
csk->
wr_pending_head
= cxgbit_skcb_tx_wr_next(skb);
in cxgbit_sock_dequeue_wr()
H
A
D
cxgbit_cm.c
1810
const struct sk_buff *skb = csk->
wr_pending_head
;
in cxgbit_credit_err()
/kernel/linux/linux-5.10/drivers/scsi/cxgbi/
H
A
D
libcxgbi.h
138
struct sk_buff *
wr_pending_head
;
member
389
csk->
wr_pending_head
= csk->wr_pending_tail = NULL;
in cxgbi_sock_reset_wr_list()
402
if (!csk->
wr_pending_head
)
in cxgbi_sock_enqueue_wr()
403
csk->
wr_pending_head
= skb;
in cxgbi_sock_enqueue_wr()
412
const struct sk_buff *skb = csk->
wr_pending_head
;
in cxgbi_sock_count_pending_wrs()
423
return csk->
wr_pending_head
;
in cxgbi_sock_peek_wr()
428
struct sk_buff *skb = csk->
wr_pending_head
;
in cxgbi_sock_dequeue_wr()
431
csk->
wr_pending_head
= cxgbi_skcb_tx_wr_next(skb);
in cxgbi_sock_dequeue_wr()
/kernel/linux/linux-6.6/drivers/scsi/cxgbi/
H
A
D
libcxgbi.h
137
struct sk_buff *
wr_pending_head
;
member
388
csk->
wr_pending_head
= csk->wr_pending_tail = NULL;
in cxgbi_sock_reset_wr_list()
401
if (!csk->
wr_pending_head
)
in cxgbi_sock_enqueue_wr()
402
csk->
wr_pending_head
= skb;
in cxgbi_sock_enqueue_wr()
411
const struct sk_buff *skb = csk->
wr_pending_head
;
in cxgbi_sock_count_pending_wrs()
422
return csk->
wr_pending_head
;
in cxgbi_sock_peek_wr()
427
struct sk_buff *skb = csk->
wr_pending_head
;
in cxgbi_sock_dequeue_wr()
430
csk->
wr_pending_head
= cxgbi_skcb_tx_wr_next(skb);
in cxgbi_sock_dequeue_wr()
Completed in 10 milliseconds