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:pkts_coal
(Results
1 - 6
of
6
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H
A
D
mvneta.c
675
u32
pkts_coal
;
member
3317
mvneta_rx_pkts_coal_set(pp, rxq, rxq->
pkts_coal
);
in mvneta_rxq_hw_init()
4492
rxq->
pkts_coal
= c->rx_max_coalesced_frames;
in mvneta_ethtool_set_coalesce()
4493
mvneta_rx_pkts_coal_set(pp, rxq, rxq->
pkts_coal
);
in mvneta_ethtool_set_coalesce()
4513
c->rx_max_coalesced_frames = pp->rxqs[0].
pkts_coal
;
in mvneta_ethtool_get_coalesce()
4979
rxq->
pkts_coal
= MVNETA_RX_COAL_PKTS;
in mvneta_init()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H
A
D
mvneta.c
715
u32
pkts_coal
;
member
3464
mvneta_rx_pkts_coal_set(pp, rxq, rxq->
pkts_coal
);
in mvneta_rxq_hw_init()
4685
rxq->
pkts_coal
= c->rx_max_coalesced_frames;
in mvneta_ethtool_set_coalesce()
4686
mvneta_rx_pkts_coal_set(pp, rxq, rxq->
pkts_coal
);
in mvneta_ethtool_set_coalesce()
4709
c->rx_max_coalesced_frames = pp->rxqs[0].
pkts_coal
;
in mvneta_ethtool_get_coalesce()
5371
rxq->
pkts_coal
= MVNETA_RX_COAL_PKTS;
in mvneta_init()
/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
2384
if (rxq->
pkts_coal
> MVPP2_OCCUPIED_THRESH_MASK)
in mvpp2_rx_pkts_coal_set()
2385
rxq->
pkts_coal
= MVPP2_OCCUPIED_THRESH_MASK;
in mvpp2_rx_pkts_coal_set()
2389
rxq->
pkts_coal
);
in mvpp2_rx_pkts_coal_set()
5044
rxq->
pkts_coal
= c->rx_max_coalesced_frames;
in mvpp2_ethtool_set_coalesce()
5073
c->rx_max_coalesced_frames = port->rxqs[0]->
pkts_coal
;
in mvpp2_ethtool_get_coalesce()
5646
rxq->
pkts_coal
= MVPP2_RX_COAL_PKTS;
in mvpp2_port_init()
H
A
D
mvpp2.h
1372
u32
pkts_coal
;
member
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/mvpp2/
H
A
D
mvpp2_main.c
2729
if (rxq->
pkts_coal
> MVPP2_OCCUPIED_THRESH_MASK)
in mvpp2_rx_pkts_coal_set()
2730
rxq->
pkts_coal
= MVPP2_OCCUPIED_THRESH_MASK;
in mvpp2_rx_pkts_coal_set()
2734
rxq->
pkts_coal
);
in mvpp2_rx_pkts_coal_set()
5420
rxq->
pkts_coal
= c->rx_max_coalesced_frames;
in mvpp2_ethtool_set_coalesce()
5452
c->rx_max_coalesced_frames = port->rxqs[0]->
pkts_coal
;
in mvpp2_ethtool_get_coalesce()
6031
rxq->
pkts_coal
= MVPP2_RX_COAL_PKTS;
in mvpp2_port_init()
H
A
D
mvpp2.h
1468
u32
pkts_coal
;
member
Completed in 40 milliseconds