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:tx_temp_skb_info
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/sunplus/
H
A
D
spl2sw_desc.c
47
if (comm->
tx_temp_skb_info
[i].mapping) {
in spl2sw_tx_descs_clean()
48
dma_unmap_single(&comm->pdev->dev, comm->
tx_temp_skb_info
[i].mapping,
in spl2sw_tx_descs_clean()
49
comm->
tx_temp_skb_info
[i].skb->len, DMA_TO_DEVICE);
in spl2sw_tx_descs_clean()
50
comm->
tx_temp_skb_info
[i].mapping = 0;
in spl2sw_tx_descs_clean()
53
if (comm->
tx_temp_skb_info
[i].skb) {
in spl2sw_tx_descs_clean()
54
dev_kfree_skb_any(comm->
tx_temp_skb_info
[i].skb);
in spl2sw_tx_descs_clean()
55
comm->
tx_temp_skb_info
[i].skb = NULL;
in spl2sw_tx_descs_clean()
218
comm->
tx_temp_skb_info
[i].skb = NULL;
in spl2sw_descs_init()
H
A
D
spl2sw_define.h
239
struct spl2sw_skb_info
tx_temp_skb_info
[TX_DESC_NUM];
member
H
A
D
spl2sw_int.c
158
skbinfo = &comm->
tx_temp_skb_info
[tx_done_pos];
in spl2sw_tx_poll()
H
A
D
spl2sw_driver.c
104
skbinfo = &comm->
tx_temp_skb_info
[tx_pos];
in spl2sw_ethernet_start_xmit()
Completed in 3 milliseconds