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:tso_headers
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc.h
102
char *
tso_headers
;
member
139
char *
tso_headers
;
member
H
A
D
enetc.c
516
hdr = tx_ring->
tso_headers
+ i * TSO_HEADER_SIZE;
in enetc_map_tx_tso_buffs()
1800
res->
tso_headers
= dma_alloc_coherent(dev, bd_count * TSO_HEADER_SIZE,
in enetc_alloc_tx_resource()
1803
if (!res->
tso_headers
) {
in enetc_alloc_tx_resource()
1822
res->
tso_headers
, res->tso_headers_dma);
in enetc_free_tx_resource()
1946
tx_ring->
tso_headers
= res ? res->
tso_headers
: NULL;
in enetc_assign_tx_resource()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
2809
txq_pcpu->
tso_headers
= NULL;
in mvpp2_txq_init()
2814
txq_pcpu->
tso_headers
=
in mvpp2_txq_init()
2819
if (!txq_pcpu->
tso_headers
)
in mvpp2_txq_init()
2837
if (txq_pcpu->
tso_headers
)
in mvpp2_txq_deinit()
2840
txq_pcpu->
tso_headers
,
in mvpp2_txq_deinit()
2843
txq_pcpu->
tso_headers
= NULL;
in mvpp2_txq_deinit()
3962
char *hdr = txq_pcpu->
tso_headers
+
in mvpp2_tx_tso()
H
A
D
mvpp2.h
1330
char *
tso_headers
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
3165
txq_pcpu->
tso_headers
= NULL;
in mvpp2_txq_init()
3170
txq_pcpu->
tso_headers
=
in mvpp2_txq_init()
3175
if (!txq_pcpu->
tso_headers
)
in mvpp2_txq_init()
3193
if (txq_pcpu->
tso_headers
)
in mvpp2_txq_deinit()
3196
txq_pcpu->
tso_headers
,
in mvpp2_txq_deinit()
3199
txq_pcpu->
tso_headers
= NULL;
in mvpp2_txq_deinit()
4320
char *hdr = txq_pcpu->
tso_headers
+
in mvpp2_tx_tso()
H
A
D
mvpp2.h
1426
char *
tso_headers
;
member
Completed in 31 milliseconds