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:skb_dirtytx
(Results
1 - 12
of
12
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wan/
H
A
D
fsl_ucc_hdlc.h
97
unsigned short
skb_dirtytx
;
member
H
A
D
fsl_ucc_hdlc.c
223
priv->
skb_dirtytx
= 0;
in uhdlc_init()
483
skb = priv->tx_skbuff[priv->
skb_dirtytx
];
in hdlc_tx_done()
494
priv->tx_skbuff[priv->
skb_dirtytx
] = NULL;
in hdlc_tx_done()
495
priv->
skb_dirtytx
=
in hdlc_tx_done()
496
(priv->
skb_dirtytx
+
in hdlc_tx_done()
/kernel/linux/linux-6.6/drivers/net/wan/
H
A
D
fsl_ucc_hdlc.h
97
unsigned short
skb_dirtytx
;
member
H
A
D
fsl_ucc_hdlc.c
223
priv->
skb_dirtytx
= 0;
in uhdlc_init()
484
skb = priv->tx_skbuff[priv->
skb_dirtytx
];
in hdlc_tx_done()
495
priv->tx_skbuff[priv->
skb_dirtytx
] = NULL;
in hdlc_tx_done()
496
priv->
skb_dirtytx
=
in hdlc_tx_done()
497
(priv->
skb_dirtytx
+
in hdlc_tx_done()
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H
A
D
gianfar.c
1332
tx_queue->
skb_dirtytx
= 0;
in gfar_init_bds()
2193
int
skb_dirtytx
;
in gfar_clean_tx_ring()
local
2205
skb_dirtytx
= tx_queue->
skb_dirtytx
;
in gfar_clean_tx_ring()
2207
while ((skb = tx_queue->tx_skbuff[
skb_dirtytx
])) {
in gfar_clean_tx_ring()
2270
tx_queue->tx_skbuff[
skb_dirtytx
] = NULL;
in gfar_clean_tx_ring()
2272
skb_dirtytx
= (
skb_dirtytx
+ 1) &
in gfar_clean_tx_ring()
2288
tx_queue->
skb_dirtytx
=
skb_dirtytx
;
in gfar_clean_tx_ring()
[all...]
H
A
D
ucc_geth.c
2258
ugeth->skb_curtx[j] = ugeth->
skb_dirtytx
[j] = 0;
in ucc_geth_alloc_tx()
3250
skb = ugeth->tx_skbuff[txQ][ugeth->
skb_dirtytx
[txQ]];
in ucc_geth_tx()
3259
ugeth->tx_skbuff[txQ][ugeth->
skb_dirtytx
[txQ]] = NULL;
in ucc_geth_tx()
3260
ugeth->
skb_dirtytx
[txQ] =
in ucc_geth_tx()
3261
(ugeth->
skb_dirtytx
[txQ] +
in ucc_geth_tx()
H
A
D
ucc_geth.h
1217
u16
skb_dirtytx
[NUM_TX_QUEUES];
member
H
A
D
gianfar.h
941
* @
skb_dirtytx
:the last used skb pointer
970
unsigned short
skb_dirtytx
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H
A
D
gianfar.c
1299
tx_queue->
skb_dirtytx
= 0;
in gfar_init_bds()
2157
int
skb_dirtytx
;
in gfar_clean_tx_ring()
local
2169
skb_dirtytx
= tx_queue->
skb_dirtytx
;
in gfar_clean_tx_ring()
2171
while ((skb = tx_queue->tx_skbuff[
skb_dirtytx
])) {
in gfar_clean_tx_ring()
2234
tx_queue->tx_skbuff[
skb_dirtytx
] = NULL;
in gfar_clean_tx_ring()
2236
skb_dirtytx
= (
skb_dirtytx
+ 1) &
in gfar_clean_tx_ring()
2252
tx_queue->
skb_dirtytx
=
skb_dirtytx
;
in gfar_clean_tx_ring()
[all...]
H
A
D
ucc_geth.c
2184
ugeth->skb_curtx[j] = ugeth->
skb_dirtytx
[j] = 0;
in ucc_geth_alloc_tx()
3088
skb = ugeth->tx_skbuff[txQ][ugeth->
skb_dirtytx
[txQ]];
in ucc_geth_tx()
3097
ugeth->tx_skbuff[txQ][ugeth->
skb_dirtytx
[txQ]] = NULL;
in ucc_geth_tx()
3098
ugeth->
skb_dirtytx
[txQ] =
in ucc_geth_tx()
3099
(ugeth->
skb_dirtytx
[txQ] +
in ucc_geth_tx()
H
A
D
ucc_geth.h
1210
u16
skb_dirtytx
[NUM_TX_QUEUES];
member
H
A
D
gianfar.h
985
* @
skb_dirtytx
:the last used skb pointer
1014
unsigned short
skb_dirtytx
;
member
Completed in 31 milliseconds