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:SONIC_NUM_TDS
(Results
1 - 4
of
4
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/natsemi/
H
A
D
sonic.h
279
#define
SONIC_NUM_TDS
16 /* number of transmit descriptors */
macro
283
#define SONIC_TDS_MASK (
SONIC_NUM_TDS
- 1)
289
+ (SIZEOF_SONIC_TD *
SONIC_NUM_TDS
) \
309
struct sk_buff* volatile tx_skb[
SONIC_NUM_TDS
]; /* packets to be transmitted */
310
unsigned int tx_len[
SONIC_NUM_TDS
]; /* lengths of tx DMA mappings */
319
dma_addr_t tx_laddr[
SONIC_NUM_TDS
]; /* logical DMA addresses of tx skbuffs */
H
A
D
sonic.c
73
lp->rda = lp->tda + SIZEOF_SONIC_TD *
SONIC_NUM_TDS
*
in sonic_alloc_descriptors()
81
lp->rda_laddr = lp->tda_laddr + SIZEOF_SONIC_TD *
SONIC_NUM_TDS
*
in sonic_alloc_descriptors()
197
for (i = 0; i <
SONIC_NUM_TDS
; i++) {
in sonic_close()
238
for (i = 0; i <
SONIC_NUM_TDS
; i++) {
in sonic_tx_timeout()
797
for (i = 0; i <
SONIC_NUM_TDS
; i++) {
in sonic_init()
808
sonic_tda_put(dev,
SONIC_NUM_TDS
- 1, SONIC_TD_LINK,
in sonic_init()
814
lp->eol_tx =
SONIC_NUM_TDS
- 1;
in sonic_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/natsemi/
H
A
D
sonic.h
279
#define
SONIC_NUM_TDS
16 /* number of transmit descriptors */
macro
283
#define SONIC_TDS_MASK (
SONIC_NUM_TDS
- 1)
289
+ (SIZEOF_SONIC_TD *
SONIC_NUM_TDS
) \
309
struct sk_buff* volatile tx_skb[
SONIC_NUM_TDS
]; /* packets to be transmitted */
310
unsigned int tx_len[
SONIC_NUM_TDS
]; /* lengths of tx DMA mappings */
319
dma_addr_t tx_laddr[
SONIC_NUM_TDS
]; /* logical DMA addresses of tx skbuffs */
H
A
D
sonic.c
73
lp->rda = lp->tda + SIZEOF_SONIC_TD *
SONIC_NUM_TDS
*
in sonic_alloc_descriptors()
81
lp->rda_laddr = lp->tda_laddr + SIZEOF_SONIC_TD *
SONIC_NUM_TDS
*
in sonic_alloc_descriptors()
197
for (i = 0; i <
SONIC_NUM_TDS
; i++) {
in sonic_close()
238
for (i = 0; i <
SONIC_NUM_TDS
; i++) {
in sonic_tx_timeout()
797
for (i = 0; i <
SONIC_NUM_TDS
; i++) {
in sonic_init()
808
sonic_tda_put(dev,
SONIC_NUM_TDS
- 1, SONIC_TD_LINK,
in sonic_init()
814
lp->eol_tx =
SONIC_NUM_TDS
- 1;
in sonic_init()
Completed in 5 milliseconds