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_rx_swbd
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc.c
474
struct
enetc_rx_swbd
*rx_swbd)
in enetc_new_page()
499
struct
enetc_rx_swbd
*rx_swbd;
in enetc_refill_rx_ring()
622
struct
enetc_rx_swbd
*old)
in enetc_reuse_page()
624
struct
enetc_rx_swbd
*new;
in enetc_reuse_page()
635
static struct
enetc_rx_swbd
*enetc_get_rx_buff(struct enetc_bdr *rx_ring,
in enetc_get_rx_buff()
638
struct
enetc_rx_swbd
*rx_swbd = &rx_ring->rx_swbd[i];
in enetc_get_rx_buff()
647
struct
enetc_rx_swbd
*rx_swbd)
in enetc_put_rx_buff()
671
struct
enetc_rx_swbd
*rx_swbd = enetc_get_rx_buff(rx_ring, i, size);
in enetc_map_rx_buff_to_skb()
693
struct
enetc_rx_swbd
*rx_swbd = enetc_get_rx_buff(rx_ring, i, size);
in enetc_add_rx_buff_to_skb()
919
rxr->rx_swbd = vzalloc(rxr->bd_count * sizeof(struct
enetc_rx_swbd
));
in enetc_alloc_rxbdr()
[all...]
H
A
D
enetc.h
36
struct
enetc_rx_swbd
{
struct
67
struct
enetc_rx_swbd
*rx_swbd;
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/enetc/
H
A
D
enetc.h
51
struct
enetc_rx_swbd
{
struct
100
struct
enetc_rx_swbd
*rx_swbd;
121
struct
enetc_rx_swbd
*rx_swbd;
H
A
D
enetc.c
737
struct
enetc_rx_swbd
*old)
in enetc_reuse_page()
739
struct
enetc_rx_swbd
*new;
in enetc_reuse_page()
779
struct
enetc_rx_swbd
rx_swbd = {
in enetc_recycle_xdp_tx_buff()
913
struct
enetc_rx_swbd
*rx_swbd)
in enetc_new_page()
942
struct
enetc_rx_swbd
*rx_swbd;
in enetc_refill_rx_ring()
1054
static struct
enetc_rx_swbd
*enetc_get_rx_buff(struct enetc_bdr *rx_ring,
in enetc_get_rx_buff()
1057
struct
enetc_rx_swbd
*rx_swbd = &rx_ring->rx_swbd[i];
in enetc_get_rx_buff()
1067
struct
enetc_rx_swbd
*rx_swbd)
in enetc_put_rx_buff()
1082
struct
enetc_rx_swbd
*rx_swbd)
in enetc_flip_rx_buff()
1099
struct
enetc_rx_swbd
*rx_swb
in enetc_map_rx_buff_to_skb()
[all...]
Completed in 8 milliseconds