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_next_done
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/
H
A
D
korina.c
355
int
tx_next_done
;
member
767
struct dma_desc *td = &lp->td_ring[lp->
tx_next_done
];
in korina_tx()
780
devcs = lp->td_ring[lp->
tx_next_done
].devcs;
in korina_tx()
792
lp->tx_skb[lp->
tx_next_done
]->len;
in korina_tx()
819
if (lp->tx_skb[lp->
tx_next_done
]) {
in korina_tx()
821
lp->tx_skb_dma[lp->
tx_next_done
],
in korina_tx()
822
lp->tx_skb[lp->
tx_next_done
]->len,
in korina_tx()
824
dev_kfree_skb_any(lp->tx_skb[lp->
tx_next_done
]);
in korina_tx()
825
lp->tx_skb[lp->
tx_next_done
] = NULL;
in korina_tx()
828
lp->td_ring[lp->
tx_next_done
]
in korina_tx()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/
H
A
D
korina.c
121
int
tx_next_done
;
member
526
struct dma_desc *td = &lp->td_ring[lp->
tx_next_done
];
in korina_tx()
539
devcs = lp->td_ring[lp->
tx_next_done
].devcs;
in korina_tx()
551
lp->tx_skb[lp->
tx_next_done
]->len;
in korina_tx()
578
if (lp->tx_skb[lp->
tx_next_done
]) {
in korina_tx()
579
dev_kfree_skb_any(lp->tx_skb[lp->
tx_next_done
]);
in korina_tx()
580
lp->tx_skb[lp->
tx_next_done
] = NULL;
in korina_tx()
583
lp->td_ring[lp->
tx_next_done
].control = DMA_DESC_IOF;
in korina_tx()
584
lp->td_ring[lp->
tx_next_done
].devcs = ETH_TX_FD | ETH_TX_LD;
in korina_tx()
585
lp->td_ring[lp->
tx_next_done
]
in korina_tx()
[all...]
Completed in 4 milliseconds