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:skbq
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb/
H
A
D
sge.c
231
struct sk_buff_head
skbq
; /* pending skbs */
member
292
__skb_queue_purge(&s->p[s->port].
skbq
);
in tx_sched_stop()
388
skb_queue_head_init(&s->p[i].
skbq
);
in tx_sched_init()
438
struct sk_buff_head *
skbq
;
in sched_skb()
local
446
skbq
= &s->p[skb->dev->if_port].
skbq
;
in sched_skb()
447
__skb_queue_tail(
skbq
, skb);
in sched_skb()
458
skbq
= &s->p[s->port].
skbq
;
in sched_skb()
460
skb = skb_peek(
skbq
);
in sched_skb()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb/
H
A
D
sge.c
222
struct sk_buff_head
skbq
; /* pending skbs */
member
283
__skb_queue_purge(&s->p[s->port].
skbq
);
in tx_sched_stop()
379
skb_queue_head_init(&s->p[i].
skbq
);
in tx_sched_init()
429
struct sk_buff_head *
skbq
;
in sched_skb()
local
437
skbq
= &s->p[skb->dev->if_port].
skbq
;
in sched_skb()
438
__skb_queue_tail(
skbq
, skb);
in sched_skb()
449
skbq
= &s->p[s->port].
skbq
;
in sched_skb()
451
skb = skb_peek(
skbq
);
in sched_skb()
[all...]
/kernel/linux/linux-5.10/drivers/target/iscsi/cxgbit/
H
A
D
cxgbit_cm.c
671
skb = __skb_dequeue(&csk->
skbq
);
in cxgbit_send_abort_req()
785
__skb_queue_purge(&csk->
skbq
);
in cxgbit_free_skb()
1111
__skb_queue_tail(&csk->
skbq
, skb);
in cxgbit_alloc_csk_skb()
1123
__skb_queue_purge(&csk->
skbq
);
in cxgbit_alloc_csk_skb()
1359
skb_queue_head_init(&csk->
skbq
);
in cxgbit_pass_accept_req()
1429
skb = __skb_dequeue(&csk->
skbq
);
in cxgbit_send_tx_flowc_wr()
1771
rpl_skb = __skb_dequeue(&csk->
skbq
);
in cxgbit_abort_req_rss()
H
A
D
cxgbit.h
200
struct sk_buff_head
skbq
;
member
/kernel/linux/linux-6.6/drivers/target/iscsi/cxgbit/
H
A
D
cxgbit_cm.c
671
skb = __skb_dequeue(&csk->
skbq
);
in cxgbit_send_abort_req()
785
__skb_queue_purge(&csk->
skbq
);
in cxgbit_free_skb()
1113
__skb_queue_tail(&csk->
skbq
, skb);
in cxgbit_alloc_csk_skb()
1125
__skb_queue_purge(&csk->
skbq
);
in cxgbit_alloc_csk_skb()
1360
skb_queue_head_init(&csk->
skbq
);
in cxgbit_pass_accept_req()
1430
skb = __skb_dequeue(&csk->
skbq
);
in cxgbit_send_tx_flowc_wr()
1769
rpl_skb = __skb_dequeue(&csk->
skbq
);
in cxgbit_abort_req_rss()
H
A
D
cxgbit.h
200
struct sk_buff_head
skbq
;
member
Completed in 16 milliseconds