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:NEXT_TX
(Results
1 - 25
of
38
) sorted by relevance
1
2
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_xdp.c
65
prod =
NEXT_TX
(prod);
in bnxt_xmit_bd()
89
prod =
NEXT_TX
(prod);
in bnxt_xmit_bd()
155
tx_cons =
NEXT_TX
(tx_cons);
in bnxt_tx_int_xdp()
163
tx_cons =
NEXT_TX
(tx_cons);
in bnxt_tx_int_xdp()
/kernel/linux/linux-5.10/drivers/net/ethernet/seeq/
H
A
D
sgiseeq.c
49
#define
NEXT_TX
(i) (((i) + 1) & (SEEQ_TX_BUFFERS - 1))
macro
447
i =
NEXT_TX
(i);
in kick_tx()
479
for (j = sp->tx_old; j != sp->tx_new; j =
NEXT_TX
(j)) {
in sgiseeq_tx()
494
sp->tx_old =
NEXT_TX
(sp->tx_old);
in sgiseeq_tx()
643
sp->tx_new =
NEXT_TX
(sp->tx_new); /* Advance. */
in sgiseeq_start_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/seeq/
H
A
D
sgiseeq.c
49
#define
NEXT_TX
(i) (((i) + 1) & (SEEQ_TX_BUFFERS - 1))
macro
447
i =
NEXT_TX
(i);
in kick_tx()
479
for (j = sp->tx_old; j != sp->tx_new; j =
NEXT_TX
(j)) {
in sgiseeq_tx()
494
sp->tx_old =
NEXT_TX
(sp->tx_old);
in sgiseeq_tx()
643
sp->tx_new =
NEXT_TX
(sp->tx_new); /* Advance. */
in sgiseeq_start_xmit()
/kernel/linux/linux-5.10/drivers/net/ethernet/aeroflex/
H
A
D
greth.c
86
#define
NEXT_TX
(N) (((N) + 1) & GRETH_TXBD_NUM_MASK)
macro
190
greth->tx_last =
NEXT_TX
(greth->tx_last);
in greth_clean_rings()
206
greth->tx_last =
NEXT_TX
(greth->tx_last);
in greth_clean_rings()
440
greth->tx_next =
NEXT_TX
(greth->tx_next);
in greth_start_xmit()
515
curr_tx =
NEXT_TX
(greth->tx_next);
in greth_start_xmit_gbit()
548
curr_tx =
NEXT_TX
(curr_tx);
in greth_start_xmit_gbit()
648
greth->tx_last =
NEXT_TX
(greth->tx_last);
in greth_clean_tx()
707
tx_last =
NEXT_TX
(tx_last);
in greth_clean_tx_gbit()
723
tx_last =
NEXT_TX
(tx_last);
in greth_clean_tx_gbit()
/kernel/linux/linux-6.6/drivers/net/ethernet/aeroflex/
H
A
D
greth.c
86
#define
NEXT_TX
(N) (((N) + 1) & GRETH_TXBD_NUM_MASK)
macro
190
greth->tx_last =
NEXT_TX
(greth->tx_last);
in greth_clean_rings()
206
greth->tx_last =
NEXT_TX
(greth->tx_last);
in greth_clean_rings()
440
greth->tx_next =
NEXT_TX
(greth->tx_next);
in greth_start_xmit()
515
curr_tx =
NEXT_TX
(greth->tx_next);
in greth_start_xmit_gbit()
548
curr_tx =
NEXT_TX
(curr_tx);
in greth_start_xmit_gbit()
648
greth->tx_last =
NEXT_TX
(greth->tx_last);
in greth_clean_tx()
707
tx_last =
NEXT_TX
(tx_last);
in greth_clean_tx_gbit()
723
tx_last =
NEXT_TX
(tx_last);
in greth_clean_tx_gbit()
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnxt/
H
A
D
bnxt_xdp.c
42
prod =
NEXT_TX
(prod);
in bnxt_xmit_bd()
98
tx_cons =
NEXT_TX
(tx_cons);
in bnxt_tx_int_xdp()
/kernel/linux/linux-5.10/drivers/net/ethernet/dec/tulip/
H
A
D
de2104x.c
93
#define
NEXT_TX
(N) (((N) + 1) & (DE_TX_RING_SIZE - 1))
macro
595
tx_tail =
NEXT_TX
(tx_tail);
in de_tx()
644
de->tx_head =
NEXT_TX
(entry);
in de_start_xmit()
766
entry =
NEXT_TX
(entry);
in __de_set_rx_mode()
791
de->tx_head =
NEXT_TX
(entry);
in __de_set_rx_mode()
/kernel/linux/linux-6.6/drivers/net/ethernet/dec/tulip/
H
A
D
de2104x.c
93
#define
NEXT_TX
(N) (((N) + 1) & (DE_TX_RING_SIZE - 1))
macro
595
tx_tail =
NEXT_TX
(tx_tail);
in de_tx()
644
de->tx_head =
NEXT_TX
(entry);
in de_start_xmit()
766
entry =
NEXT_TX
(entry);
in __de_set_rx_mode()
791
de->tx_head =
NEXT_TX
(entry);
in __de_set_rx_mode()
/kernel/linux/linux-5.10/drivers/net/ethernet/sun/
H
A
D
sunqe.h
295
#define
NEXT_TX
(num) (((num) + 1) & (TX_RING_MAXSIZE - 1))
macro
H
A
D
sunbmac.h
255
#define
NEXT_TX
(num) (((num) + 1) & (TX_RING_SIZE - 1))
macro
H
A
D
sunqe.c
542
elem =
NEXT_TX
(elem);
in qe_tx_reclaim()
600
qep->tx_new =
NEXT_TX
(entry);
in qe_start_xmit()
H
A
D
sungem.c
655
walk =
NEXT_TX
(walk);
in gem_tx()
675
entry =
NEXT_TX
(entry);
in gem_tx()
1035
entry =
NEXT_TX
(entry);
in gem_start_xmit()
1055
entry =
NEXT_TX
(entry);
in gem_start_xmit()
1078
entry =
NEXT_TX
(entry);
in gem_start_xmit()
H
A
D
sungem.h
930
#define
NEXT_TX
(N) (((N) + 1) & (TX_RING_SIZE - 1))
macro
H
A
D
sunhme.h
361
#define
NEXT_TX
(num) (((num) + 1) & (TX_RING_SIZE - 1))
macro
H
A
D
sunbmac.c
786
elem =
NEXT_TX
(elem);
in bigmac_tx()
973
bp->tx_new =
NEXT_TX
(entry);
in bigmac_start_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/
H
A
D
sunqe.h
295
#define
NEXT_TX
(num) (((num) + 1) & (TX_RING_MAXSIZE - 1))
macro
H
A
D
sunbmac.h
255
#define
NEXT_TX
(num) (((num) + 1) & (TX_RING_SIZE - 1))
macro
H
A
D
sunqe.c
542
elem =
NEXT_TX
(elem);
in qe_tx_reclaim()
600
qep->tx_new =
NEXT_TX
(entry);
in qe_start_xmit()
H
A
D
sungem.c
655
walk =
NEXT_TX
(walk);
in gem_tx()
675
entry =
NEXT_TX
(entry);
in gem_tx()
1035
entry =
NEXT_TX
(entry);
in gem_start_xmit()
1055
entry =
NEXT_TX
(entry);
in gem_start_xmit()
1078
entry =
NEXT_TX
(entry);
in gem_start_xmit()
H
A
D
sunhme.c
1737
elem =
NEXT_TX
(elem);
in happy_meal_tx()
1959
first_entry =
NEXT_TX
(first_entry);
in unmap_partial_tx_skb()
2012
entry =
NEXT_TX
(entry);
in happy_meal_start_xmit()
2025
entry =
NEXT_TX
(entry);
in happy_meal_start_xmit()
2045
entry =
NEXT_TX
(entry);
in happy_meal_start_xmit()
H
A
D
sungem.h
930
#define
NEXT_TX
(N) (((N) + 1) & (TX_RING_SIZE - 1))
macro
H
A
D
sunhme.h
361
#define
NEXT_TX
(num) (((num) + 1) & (TX_RING_SIZE - 1))
macro
H
A
D
sunbmac.c
786
elem =
NEXT_TX
(elem);
in bigmac_tx()
973
bp->tx_new =
NEXT_TX
(entry);
in bigmac_start_xmit()
/kernel/linux/linux-5.10/drivers/net/ethernet/realtek/
H
A
D
8139cp.c
113
#define
NEXT_TX
(N) (((N) + 1) & (CP_TX_RING_SIZE - 1))
macro
699
tx_tail =
NEXT_TX
(tx_tail);
in cp_tx()
824
entry =
NEXT_TX
(entry);
in cp_start_xmit()
867
cp->tx_head =
NEXT_TX
(entry);
in cp_start_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/realtek/
H
A
D
8139cp.c
113
#define
NEXT_TX
(N) (((N) + 1) & (CP_TX_RING_SIZE - 1))
macro
699
tx_tail =
NEXT_TX
(tx_tail);
in cp_tx()
824
entry =
NEXT_TX
(entry);
in cp_start_xmit()
867
cp->tx_head =
NEXT_TX
(entry);
in cp_start_xmit()
Completed in 46 milliseconds
1
2