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:enetc_tx_swbd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc.c
53
static struct sk_buff *enetc_tx_swbd_get_skb(struct
enetc_tx_swbd
*tx_swbd)
in enetc_tx_swbd_get_skb()
62
enetc_tx_swbd_get_xdp_frame(struct
enetc_tx_swbd
*tx_swbd)
in enetc_tx_swbd_get_xdp_frame()
71
struct
enetc_tx_swbd
*tx_swbd)
in enetc_unmap_tx_buff()
88
struct
enetc_tx_swbd
*tx_swbd)
in enetc_free_tx_frame()
150
struct
enetc_tx_swbd
*tx_swbd;
in enetc_map_tx_buffs()
340
struct
enetc_tx_swbd
*tx_swbd,
in enetc_map_tx_tso_hdr()
393
struct
enetc_tx_swbd
*tx_swbd,
in enetc_map_tx_tso_data()
491
struct
enetc_tx_swbd
*tx_swbd;
in enetc_map_tx_tso_buffs()
776
struct
enetc_tx_swbd
*tx_swbd)
in enetc_recycle_xdp_tx_buff()
819
struct
enetc_tx_swbd
*tx_swb
in enetc_clean_tx_ring()
[all...]
H
A
D
enetc.h
24
struct
enetc_tx_swbd
{
struct
99
struct
enetc_tx_swbd
*tx_swbd;
120
struct
enetc_tx_swbd
*tx_swbd;
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc.h
21
struct
enetc_tx_swbd
{
struct
66
struct
enetc_tx_swbd
*tx_swbd;
H
A
D
enetc.c
89
struct
enetc_tx_swbd
*tx_swbd)
in enetc_unmap_tx_buff()
101
struct
enetc_tx_swbd
*tx_swbd)
in enetc_free_tx_skb()
115
struct
enetc_tx_swbd
*tx_swbd;
in enetc_map_tx_buffs()
397
struct
enetc_tx_swbd
*tx_swbd;
in enetc_clean_tx_ring()
854
txr->tx_swbd = vzalloc(txr->bd_count * sizeof(struct
enetc_tx_swbd
));
in enetc_alloc_txbdr()
990
struct
enetc_tx_swbd
*tx_swbd = &tx_ring->tx_swbd[i];
in enetc_free_tx_ring()
Completed in 8 milliseconds