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:tpd_size
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/
H
A
D
emac.h
347
unsigned int
tpd_size
; /* in quad words */
member
H
A
D
emac-mac.c
686
tx_q->tpd.size = tx_q->tpd.count * (adpt->
tpd_size
* 4);
in emac_tx_q_desc_alloc()
765
ring_header->size = num_tx_descs * (adpt->
tpd_size
* 4) +
in emac_mac_rx_tx_rings_alloc_all()
1031
hw_tpd = EMAC_TPD(tx_q, adpt->
tpd_size
, tx_q->tpd.produce_idx);
in emac_tx_tpd_create()
1047
EMAC_TPD(tx_q, adpt->
tpd_size
, tx_q->tpd.last_produce_idx);
in emac_tx_tpd_mark_last()
H
A
D
emac.c
402
adpt->
tpd_size
= EMAC_TPD_SIZE;
in emac_init_adapter()
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/emac/
H
A
D
emac.h
347
unsigned int
tpd_size
; /* in quad words */
member
H
A
D
emac-mac.c
686
tx_q->tpd.size = tx_q->tpd.count * (adpt->
tpd_size
* 4);
in emac_tx_q_desc_alloc()
765
ring_header->size = num_tx_descs * (adpt->
tpd_size
* 4) +
in emac_mac_rx_tx_rings_alloc_all()
1031
hw_tpd = EMAC_TPD(tx_q, adpt->
tpd_size
, tx_q->tpd.produce_idx);
in emac_tx_tpd_create()
1047
EMAC_TPD(tx_q, adpt->
tpd_size
, tx_q->tpd.last_produce_idx);
in emac_tx_tpd_mark_last()
H
A
D
emac.c
401
adpt->
tpd_size
= EMAC_TPD_SIZE;
in emac_init_adapter()
Completed in 10 milliseconds