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_burst
(Results
1 - 18
of
18
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qualcomm/emac/
H
A
D
emac.h
362
u8
tpd_burst
;
member
H
A
D
emac.c
415
adpt->
tpd_burst
= TXQ0_NUM_TPD_PREF_DEF;
in emac_init_adapter()
H
A
D
emac-mac.c
347
val = (adpt->
tpd_burst
<< NUM_TPD_BURST_PREF_SHFT) &
in emac_mac_tx_config()
/kernel/linux/linux-6.6/drivers/net/ethernet/qualcomm/emac/
H
A
D
emac.h
362
u8
tpd_burst
;
member
H
A
D
emac.c
414
adpt->
tpd_burst
= TXQ0_NUM_TPD_PREF_DEF;
in emac_init_adapter()
H
A
D
emac-mac.c
347
val = (adpt->
tpd_burst
<< NUM_TPD_BURST_PREF_SHFT) &
in emac_mac_tx_config()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
H
A
D
atl1c.h
415
u8
tpd_burst
; /* Number of TPD to prefetch in cache-aligned burst. */
member
H
A
D
atl1c_main.c
803
hw->
tpd_burst
= 5;
in atl1c_sw_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atlx/
H
A
D
atl1.h
699
u8
tpd_burst
; /* Number of TPD to prefetch in cache-aligned
member
H
A
D
atl1.c
958
hw->
tpd_burst
= 4;
in atl1_sw_init()
1559
value = (((u32) hw->
tpd_burst
& TXQ_CTRL_TPD_BURST_NUM_MASK)
in atl1_configure()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e.h
345
u8
tpd_burst
; /* Number of TPD to prefetch in cache-aligned burst. */
member
H
A
D
atl1e_main.c
613
hw->
tpd_burst
= 5;
in atl1e_sw_init()
967
(((u16)hw->
tpd_burst
& TXQ_CTRL_NUM_TPD_BURST_MASK)
in atl1e_configure_tx()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/
H
A
D
atl1c.h
414
u8
tpd_burst
; /* Number of TPD to prefetch in cache-aligned burst. */
member
H
A
D
atl1c_main.c
825
hw->
tpd_burst
= 5;
in atl1c_sw_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atlx/
H
A
D
atl1.h
699
u8
tpd_burst
; /* Number of TPD to prefetch in cache-aligned
member
H
A
D
atl1.c
958
hw->
tpd_burst
= 4;
in atl1_sw_init()
1559
value = (((u32) hw->
tpd_burst
& TXQ_CTRL_TPD_BURST_NUM_MASK)
in atl1_configure()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/
H
A
D
atl1e.h
345
u8
tpd_burst
; /* Number of TPD to prefetch in cache-aligned burst. */
member
H
A
D
atl1e_main.c
613
hw->
tpd_burst
= 5;
in atl1e_sw_init()
967
(((u16)hw->
tpd_burst
& TXQ_CTRL_NUM_TPD_BURST_MASK)
in atl1e_configure_tx()
Completed in 38 milliseconds