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:xmit_pending
(Results
1 - 17
of
17
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/sfc/
H
A
D
ef100_tx.c
131
tx_queue->
xmit_pending
= false;
in ef100_notify_tx_desc()
387
tx_queue->
xmit_pending
= true;
in ef100_enqueue_skb()
414
* above, so
xmit_pending
still refers to the old state.
in ef100_enqueue_skb()
416
if (tx_queue->
xmit_pending
&& !xmit_more)
in ef100_enqueue_skb()
H
A
D
tx.c
301
if (q->
xmit_pending
)
in efx_tx_send_pending()
384
tx_queue->
xmit_pending
= true;
in __efx_enqueue_skb()
H
A
D
tx_common.c
82
tx_queue->
xmit_pending
= false;
in efx_init_tx_queue()
116
tx_queue->
xmit_pending
= false;
in efx_fini_tx_queue()
H
A
D
net_driver.h
251
* @
xmit_pending
: Are any packets waiting to be pushed to the NIC
298
bool
xmit_pending
;
member
H
A
D
farch.c
323
tx_queue->
xmit_pending
= false;
in efx_farch_tx_write()
H
A
D
ef10.c
2440
tx_queue->
xmit_pending
= false;
in efx_ef10_tx_write()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/
H
A
D
ef100_tx.c
115
tx_queue->
xmit_pending
= false;
in ef100_notify_tx_desc()
475
tx_queue->
xmit_pending
= true;
in __ef100_enqueue_skb()
506
* above, so
xmit_pending
still refers to the old state.
in __ef100_enqueue_skb()
508
if (tx_queue->
xmit_pending
&& !xmit_more)
in __ef100_enqueue_skb()
H
A
D
tx.c
301
if (q->
xmit_pending
)
in efx_tx_send_pending()
384
tx_queue->
xmit_pending
= true;
in __efx_enqueue_skb()
H
A
D
tx_common.c
83
tx_queue->
xmit_pending
= false;
in efx_init_tx_queue()
121
tx_queue->
xmit_pending
= false;
in efx_fini_tx_queue()
H
A
D
net_driver.h
232
* @
xmit_pending
: Are any packets waiting to be pushed to the NIC
279
bool
xmit_pending
;
member
H
A
D
ef10.c
2456
tx_queue->
xmit_pending
= false;
in efx_ef10_tx_write()
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/
H
A
D
tx.c
118
if (q->
xmit_pending
)
in efx_tx_send_pending()
178
tx_queue->
xmit_pending
= true;
in __efx_siena_enqueue_skb()
H
A
D
tx_common.c
83
tx_queue->
xmit_pending
= false;
in efx_siena_init_tx_queue()
189
tx_queue->
xmit_pending
= false;
in efx_siena_fini_tx_queue()
H
A
D
net_driver.h
250
* @
xmit_pending
: Are any packets waiting to be pushed to the NIC
297
bool
xmit_pending
;
member
H
A
D
farch.c
324
tx_queue->
xmit_pending
= false;
in efx_farch_tx_write()
/kernel/linux/linux-5.10/drivers/net/ppp/
H
A
D
ppp_generic.c
130
struct sk_buff *
xmit_pending
; /* a packet ready to go out 88 */
member
1511
while (!ppp->
xmit_pending
&&
in __ppp_xmit_process()
1516
if (!ppp->
xmit_pending
&& !skb_peek(&ppp->file.xq))
in __ppp_xmit_process()
1603
* and
xmit_pending
should be 0.
1712
ppp->
xmit_pending
= skb;
in ppp_send_frame()
1722
* Try to send the frame in
xmit_pending
.
1730
struct sk_buff *skb = ppp->
xmit_pending
;
in ppp_push()
1738
ppp->
xmit_pending
= NULL;
in ppp_push()
1751
ppp->
xmit_pending
= NULL;
in ppp_push()
1755
ppp->
xmit_pending
in ppp_push()
[all...]
/kernel/linux/linux-6.6/drivers/net/ppp/
H
A
D
ppp_generic.c
130
struct sk_buff *
xmit_pending
; /* a packet ready to go out 88 */
member
1644
while (!ppp->
xmit_pending
&&
in __ppp_xmit_process()
1649
if (!ppp->
xmit_pending
&& !skb_peek(&ppp->file.xq))
in __ppp_xmit_process()
1736
* and
xmit_pending
should be 0.
1845
ppp->
xmit_pending
= skb;
in ppp_send_frame()
1855
* Try to send the frame in
xmit_pending
.
1863
struct sk_buff *skb = ppp->
xmit_pending
;
in ppp_push()
1871
ppp->
xmit_pending
= NULL;
in ppp_push()
1884
ppp->
xmit_pending
= NULL;
in ppp_push()
1888
ppp->
xmit_pending
in ppp_push()
[all...]
Completed in 40 milliseconds