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:tx_coal_frames
(Results
1 - 10
of
10
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac.h
149
u32
tx_coal_frames
;
member
H
A
D
stmmac_ethtool.c
776
ec->tx_max_coalesced_frames = priv->
tx_coal_frames
;
in stmmac_get_coalesce()
812
priv->
tx_coal_frames
= ec->tx_max_coalesced_frames;
in stmmac_set_coalesce()
H
A
D
stmmac_main.c
2470
priv->
tx_coal_frames
= STMMAC_TX_FRAMES;
in stmmac_init_coalesce()
3310
else if (!priv->
tx_coal_frames
)
in stmmac_tso_xmit()
3312
else if (tx_packets > priv->
tx_coal_frames
)
in stmmac_tso_xmit()
3314
else if ((tx_q->tx_count_frames % priv->
tx_coal_frames
) < tx_packets)
in stmmac_tso_xmit()
3539
else if (!priv->
tx_coal_frames
)
in stmmac_xmit()
3541
else if (tx_packets > priv->
tx_coal_frames
)
in stmmac_xmit()
3543
else if ((tx_q->tx_count_frames % priv->
tx_coal_frames
) < tx_packets)
in stmmac_xmit()
/kernel/linux/linux-5.10/drivers/net/ethernet/samsung/sxgbe/
H
A
D
sxgbe_common.h
387
u32
tx_coal_frames
;
member
H
A
D
sxgbe_main.c
1031
p->
tx_coal_frames
= SXGBE_TX_FRAMES;
in sxgbe_tx_init_coalesce()
1384
if (tqueue->tx_count_frames > tqueue->
tx_coal_frames
) {
in sxgbe_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/samsung/sxgbe/
H
A
D
sxgbe_common.h
387
u32
tx_coal_frames
;
member
H
A
D
sxgbe_main.c
1034
p->
tx_coal_frames
= SXGBE_TX_FRAMES;
in sxgbe_tx_init_coalesce()
1387
if (tqueue->tx_count_frames > tqueue->
tx_coal_frames
) {
in sxgbe_xmit()
/kernel/linux/linux-6.6/drivers/net/ethernet/stmicro/stmmac/
H
A
D
stmmac.h
213
u32
tx_coal_frames
[MTL_MAX_TX_QUEUES];
member
H
A
D
stmmac_ethtool.c
980
ec->tx_max_coalesced_frames = priv->
tx_coal_frames
[queue];
in __stmmac_get_coalesce()
1069
priv->
tx_coal_frames
[i] =
in __stmmac_set_coalesce()
1075
priv->
tx_coal_frames
[queue] =
in __stmmac_set_coalesce()
H
A
D
stmmac_main.c
2495
if (!priv->
tx_coal_frames
[queue])
in stmmac_xdp_xmit_zc()
2497
else if (tx_q->tx_count_frames % priv->
tx_coal_frames
[queue] == 0)
in stmmac_xdp_xmit_zc()
3060
priv->
tx_coal_frames
[chan] = STMMAC_TX_FRAMES;
in stmmac_init_coalesce()
4268
else if (!priv->
tx_coal_frames
[queue])
in stmmac_tso_xmit()
4270
else if (tx_packets > priv->
tx_coal_frames
[queue])
in stmmac_tso_xmit()
4273
priv->
tx_coal_frames
[queue]) < tx_packets)
in stmmac_tso_xmit()
4529
else if (!priv->
tx_coal_frames
[queue])
in stmmac_xmit()
4531
else if (tx_packets > priv->
tx_coal_frames
[queue])
in stmmac_xmit()
4534
priv->
tx_coal_frames
[queue]) < tx_packets)
in stmmac_xmit()
4837
if (tx_q->tx_count_frames % priv->
tx_coal_frames
[queu
in stmmac_xdp_xmit_xdpf()
[all...]
Completed in 26 milliseconds