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_hdrs_phys
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/thunder/
H
A
D
nicvf_queues.h
281
dma_addr_t
tso_hdrs_phys
;
member
H
A
D
nicvf_queues.c
544
&sq->
tso_hdrs_phys
,
in nicvf_init_snd_queue()
586
sq->tso_hdrs, sq->
tso_hdrs_phys
);
in nicvf_free_snd_queue()
1511
sq->
tso_hdrs_phys
+
in nicvf_sq_append_tso()
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/thunder/
H
A
D
nicvf_queues.h
281
dma_addr_t
tso_hdrs_phys
;
member
H
A
D
nicvf_queues.c
545
&sq->
tso_hdrs_phys
,
in nicvf_init_snd_queue()
587
sq->tso_hdrs, sq->
tso_hdrs_phys
);
in nicvf_free_snd_queue()
1512
sq->
tso_hdrs_phys
+
in nicvf_sq_append_tso()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H
A
D
mvneta.c
336
((addr >= txq->
tso_hdrs_phys
) && \
337
(addr < txq->
tso_hdrs_phys
+ txq->size * TSO_HEADER_SIZE))
662
dma_addr_t
tso_hdrs_phys
;
member
2596
tx_desc->buf_phys_addr = txq->
tso_hdrs_phys
+
in mvneta_tso_put_hdr()
3407
&txq->
tso_hdrs_phys
, GFP_KERNEL);
in mvneta_txq_sw_init()
3464
txq->tso_hdrs, txq->
tso_hdrs_phys
);
in mvneta_txq_sw_deinit()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H
A
D
mvneta.c
702
dma_addr_t
tso_hdrs_phys
[MVNETA_MAX_TSO_PAGES];
member
2680
txq->
tso_hdrs_phys
[i]);
in mvneta_free_tso_hdrs()
2695
&txq->
tso_hdrs_phys
[i],
in mvneta_alloc_tso_hdrs()
2713
*dma = txq->
tso_hdrs_phys
[index] + offset;
in mvneta_get_tso_hdr()
Completed in 22 milliseconds