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:prueth_tx_chn
(Results
1 - 2
of
2
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/ti/icssg/
H
A
D
icssg_prueth.h
99
struct
prueth_tx_chn
{
struct
150
struct
prueth_tx_chn
tx_chns[PRUETH_MAX_TX_QUEUES];
281
container_of(pnapi, struct
prueth_tx_chn
, napi_tx)
H
A
D
icssg_prueth.c
77
struct
prueth_tx_chn
*tx_chn = &emac->tx_chns[i];
in prueth_cleanup_tx_chns()
97
struct
prueth_tx_chn
*tx_chn = &emac->tx_chns[i];
in prueth_ndev_del_tx_napi()
105
static void prueth_xmit_free(struct
prueth_tx_chn
*tx_chn,
in prueth_xmit_free()
147
struct
prueth_tx_chn
*tx_chn;
in emac_tx_complete_packets()
206
struct
prueth_tx_chn
*tx_chn = prueth_napi_to_tx_chn(napi_tx);
in emac_napi_tx_poll()
223
struct
prueth_tx_chn
*tx_chn = dev_id;
in prueth_tx_irq()
237
struct
prueth_tx_chn
*tx_chn = &emac->tx_chns[i];
in prueth_ndev_add_tx_napi()
285
struct
prueth_tx_chn
*tx_chn = &emac->tx_chns[i];
in prueth_init_tx_chns()
696
struct
prueth_tx_chn
*tx_chn;
in emac_ndo_start_xmit()
853
struct
prueth_tx_chn
*tx_ch
in prueth_tx_cleanup()
[all...]
Completed in 3 milliseconds