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:txq_put_index
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H
A
D
mvneta.c
679
int
txq_put_index
;
member
784
txq->
txq_put_index
++;
in mvneta_txq_inc_put()
785
if (txq->
txq_put_index
== txq->size)
in mvneta_txq_inc_put()
786
txq->
txq_put_index
= 0;
in mvneta_txq_inc_put()
2107
struct mvneta_tx_buf *buf = &txq->buf[txq->
txq_put_index
];
in mvneta_xdp_submit_frame()
2710
index = txq->
txq_put_index
/ MVNETA_TSO_PER_PAGE;
in mvneta_get_tso_hdr()
2711
offset = (txq->
txq_put_index
% MVNETA_TSO_PER_PAGE) * TSO_HEADER_SIZE;
in mvneta_get_tso_hdr()
2721
struct mvneta_tx_buf *buf = &txq->buf[txq->
txq_put_index
];
in mvneta_tso_put_hdr()
2746
struct mvneta_tx_buf *buf = &txq->buf[txq->
txq_put_index
];
in mvneta_tso_put_data()
2820
first_desc = txq->
txq_put_index
;
in mvneta_tx_tso()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H
A
D
mvneta.c
639
int
txq_put_index
;
member
744
txq->
txq_put_index
++;
in mvneta_txq_inc_put()
745
if (txq->
txq_put_index
== txq->size)
in mvneta_txq_inc_put()
746
txq->
txq_put_index
= 0;
in mvneta_txq_inc_put()
2053
buf = &txq->buf[txq->
txq_put_index
];
in mvneta_xdp_submit_frame()
2589
struct mvneta_tx_buf *buf = &txq->buf[txq->
txq_put_index
];
in mvneta_tso_put_hdr()
2597
txq->
txq_put_index
* TSO_HEADER_SIZE;
in mvneta_tso_put_hdr()
2609
struct mvneta_tx_buf *buf = &txq->buf[txq->
txq_put_index
];
in mvneta_tso_put_data()
2668
hdr = txq->tso_hdrs + txq->
txq_put_index
* TSO_HEADER_SIZE;
in mvneta_tx_tso()
2716
struct mvneta_tx_buf *buf = &txq->buf[txq->
txq_put_index
];
in mvneta_tx_frag_process()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
303
txq_pcpu->buffs + txq_pcpu->
txq_put_index
;
in mvpp2_txq_inc_put()
312
txq_pcpu->
txq_put_index
++;
in mvpp2_txq_inc_put()
313
if (txq_pcpu->
txq_put_index
== txq_pcpu->size)
in mvpp2_txq_inc_put()
314
txq_pcpu->
txq_put_index
= 0;
in mvpp2_txq_inc_put()
2807
txq_pcpu->
txq_put_index
= 0;
in mvpp2_txq_init()
2911
txq_pcpu->
txq_put_index
= 0;
in mvpp2_txq_clean()
3895
txq_pcpu->
txq_put_index
* TSO_HEADER_SIZE;
in mvpp2_tso_put_hdr()
3963
txq_pcpu->
txq_put_index
* TSO_HEADER_SIZE;
in mvpp2_tx_tso()
H
A
D
mvpp2.h
1324
int
txq_put_index
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
313
txq_pcpu->buffs + txq_pcpu->
txq_put_index
;
in mvpp2_txq_inc_put()
322
txq_pcpu->
txq_put_index
++;
in mvpp2_txq_inc_put()
323
if (txq_pcpu->
txq_put_index
== txq_pcpu->size)
in mvpp2_txq_inc_put()
324
txq_pcpu->
txq_put_index
= 0;
in mvpp2_txq_inc_put()
3163
txq_pcpu->
txq_put_index
= 0;
in mvpp2_txq_init()
3267
txq_pcpu->
txq_put_index
= 0;
in mvpp2_txq_clean()
4253
txq_pcpu->
txq_put_index
* TSO_HEADER_SIZE;
in mvpp2_tso_put_hdr()
4321
txq_pcpu->
txq_put_index
* TSO_HEADER_SIZE;
in mvpp2_tx_tso()
H
A
D
mvpp2.h
1420
int
txq_put_index
;
member
Completed in 37 milliseconds