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:done_pkts_coal
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H
A
D
mvneta.c
644
u32
done_pkts_coal
;
member
3435
mvneta_tx_done_pkts_coal_set(pp, txq, txq->
done_pkts_coal
);
in mvneta_txq_hw_init()
4499
txq->
done_pkts_coal
= c->tx_max_coalesced_frames;
in mvneta_ethtool_set_coalesce()
4500
mvneta_tx_done_pkts_coal_set(pp, txq, txq->
done_pkts_coal
);
in mvneta_ethtool_set_coalesce()
4515
c->tx_max_coalesced_frames = pp->txqs[0].
done_pkts_coal
;
in mvneta_ethtool_get_coalesce()
4967
txq->
done_pkts_coal
= MVNETA_TXDONE_COAL_PKTS;
in mvneta_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H
A
D
mvneta.c
684
u32
done_pkts_coal
;
member
3580
mvneta_tx_done_pkts_coal_set(pp, txq, txq->
done_pkts_coal
);
in mvneta_txq_hw_init()
4692
txq->
done_pkts_coal
= c->tx_max_coalesced_frames;
in mvneta_ethtool_set_coalesce()
4693
mvneta_tx_done_pkts_coal_set(pp, txq, txq->
done_pkts_coal
);
in mvneta_ethtool_set_coalesce()
4711
c->tx_max_coalesced_frames = pp->txqs[0].
done_pkts_coal
;
in mvneta_ethtool_get_coalesce()
5359
txq->
done_pkts_coal
= MVNETA_TXDONE_COAL_PKTS;
in mvneta_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
2401
if (txq->
done_pkts_coal
> MVPP2_TXQ_THRESH_MASK)
in mvpp2_tx_pkts_coal_set()
2402
txq->
done_pkts_coal
= MVPP2_TXQ_THRESH_MASK;
in mvpp2_tx_pkts_coal_set()
2404
val = (txq->
done_pkts_coal
<< MVPP2_TXQ_THRESH_OFFSET);
in mvpp2_tx_pkts_coal_set()
3305
if (!port->has_tx_irqs && txq_pcpu->count >= txq->
done_pkts_coal
)
in mvpp2_xdp_finish_tx()
4094
if (!port->has_tx_irqs && txq_pcpu->count >= txq->
done_pkts_coal
)
in mvpp2_tx()
5057
txq->
done_pkts_coal
= c->tx_max_coalesced_frames;
in mvpp2_ethtool_set_coalesce()
5074
c->tx_max_coalesced_frames = port->txqs[0]->
done_pkts_coal
;
in mvpp2_ethtool_get_coalesce()
5605
txq->
done_pkts_coal
= MVPP2_TXDONE_COAL_PKTS_THRESH;
in mvpp2_port_init()
H
A
D
mvpp2.h
1350
u32
done_pkts_coal
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
2746
if (txq->
done_pkts_coal
> MVPP2_TXQ_THRESH_MASK)
in mvpp2_tx_pkts_coal_set()
2747
txq->
done_pkts_coal
= MVPP2_TXQ_THRESH_MASK;
in mvpp2_tx_pkts_coal_set()
2749
val = (txq->
done_pkts_coal
<< MVPP2_TXQ_THRESH_OFFSET);
in mvpp2_tx_pkts_coal_set()
3664
if (!port->has_tx_irqs && txq_pcpu->count >= txq->
done_pkts_coal
)
in mvpp2_xdp_finish_tx()
4452
if (!port->has_tx_irqs && txq_pcpu->count >= txq->
done_pkts_coal
)
in mvpp2_tx()
5433
txq->
done_pkts_coal
= c->tx_max_coalesced_frames;
in mvpp2_ethtool_set_coalesce()
5453
c->tx_max_coalesced_frames = port->txqs[0]->
done_pkts_coal
;
in mvpp2_ethtool_get_coalesce()
5990
txq->
done_pkts_coal
= MVPP2_TXDONE_COAL_PKTS_THRESH;
in mvpp2_port_init()
H
A
D
mvpp2.h
1446
u32
done_pkts_coal
;
member
Completed in 41 milliseconds