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:txbd8
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/freescale/
H
A
D
gianfar.c
1097
struct
txbd8
*txbdp;
in free_skb_tx_queue()
1181
sizeof(struct
txbd8
) * priv->total_tx_ring_size +
in free_skb_resources()
1321
struct
txbd8
*txbdp;
in gfar_init_bds()
1387
sizeof(struct
txbd8
)) +
in gfar_alloc_skb_resources()
1400
addr += sizeof(struct
txbd8
) * tx_queue->tx_ring_size;
in gfar_alloc_skb_resources()
1401
vaddr += sizeof(struct
txbd8
) * tx_queue->tx_ring_size;
in gfar_alloc_skb_resources()
1767
static inline struct
txbd8
*skip_txbd(struct
txbd8
*bdp, int stride,
in skip_txbd()
1768
struct
txbd8
*base, int ring_size)
in skip_txbd()
1770
struct
txbd8
*new_b
in skip_txbd()
[all...]
H
A
D
gianfar.h
513
struct
txbd8
struct
959
struct
txbd8
*tx_bd_base;
960
struct
txbd8
*cur_tx;
969
struct
txbd8
*dirty_tx;
1267
static inline void gfar_clear_txbd_status(struct
txbd8
*bdp)
in gfar_clear_txbd_status()
/kernel/linux/linux-6.6/drivers/net/ethernet/freescale/
H
A
D
gianfar.c
1064
struct
txbd8
*txbdp;
in free_skb_tx_queue()
1148
sizeof(struct
txbd8
) * priv->total_tx_ring_size +
in free_skb_resources()
1288
struct
txbd8
*txbdp;
in gfar_init_bds()
1354
sizeof(struct
txbd8
)) +
in gfar_alloc_skb_resources()
1367
addr += sizeof(struct
txbd8
) * tx_queue->tx_ring_size;
in gfar_alloc_skb_resources()
1368
vaddr += sizeof(struct
txbd8
) * tx_queue->tx_ring_size;
in gfar_alloc_skb_resources()
1734
static inline struct
txbd8
*skip_txbd(struct
txbd8
*bdp, int stride,
in skip_txbd()
1735
struct
txbd8
*base, int ring_size)
in skip_txbd()
1737
struct
txbd8
*new_b
in skip_txbd()
[all...]
H
A
D
gianfar.h
564
struct
txbd8
struct
1003
struct
txbd8
*tx_bd_base;
1004
struct
txbd8
*cur_tx;
1013
struct
txbd8
*dirty_tx;
1311
static inline void gfar_clear_txbd_status(struct
txbd8
*bdp)
in gfar_clear_txbd_status()
Completed in 13 milliseconds