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:rxbd8
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H
A
D
gianfar.c
110
static void gfar_init_rxbdp(struct gfar_priv_rx_q *rx_queue, struct
rxbd8
*bdp,
in gfar_init_rxbdp()
1129
struct
rxbd8
*rxbdp = rx_queue->rx_bd_base;
in free_skb_rx_queue()
1182
sizeof(struct
rxbd8
) * priv->total_rx_ring_size,
in free_skb_resources()
1279
struct
rxbd8
*bdp;
in gfar_alloc_rx_buffs()
1389
sizeof(struct
rxbd8
)),
in gfar_alloc_skb_resources()
1411
addr += sizeof(struct
rxbd8
) * rx_queue->rx_ring_size;
in gfar_alloc_skb_resources()
1412
vaddr += sizeof(struct
rxbd8
) * rx_queue->rx_ring_size;
in gfar_alloc_skb_resources()
2542
struct
rxbd8
*bdp;
in gfar_clean_rx_ring()
H
A
D
gianfar.h
534
struct
rxbd8
struct
1008
struct
rxbd8
*rx_bd_base;
1285
struct
rxbd8
*bdp;
in gfar_rxbd_dma_lastfree()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H
A
D
gianfar.c
109
static void gfar_init_rxbdp(struct gfar_priv_rx_q *rx_queue, struct
rxbd8
*bdp,
in gfar_init_rxbdp()
1096
struct
rxbd8
*rxbdp = rx_queue->rx_bd_base;
in free_skb_rx_queue()
1149
sizeof(struct
rxbd8
) * priv->total_rx_ring_size,
in free_skb_resources()
1246
struct
rxbd8
*bdp;
in gfar_alloc_rx_buffs()
1356
sizeof(struct
rxbd8
)),
in gfar_alloc_skb_resources()
1378
addr += sizeof(struct
rxbd8
) * rx_queue->rx_ring_size;
in gfar_alloc_skb_resources()
1379
vaddr += sizeof(struct
rxbd8
) * rx_queue->rx_ring_size;
in gfar_alloc_skb_resources()
2506
struct
rxbd8
*bdp;
in gfar_clean_rx_ring()
H
A
D
gianfar.h
585
struct
rxbd8
struct
1052
struct
rxbd8
*rx_bd_base;
1329
struct
rxbd8
*bdp;
in gfar_rxbd_dma_lastfree()
Completed in 20 milliseconds