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:rxqstats
(Results
1 - 8
of
8
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_lif.h
82
#define q_to_rx_stats(q) (&(q)->lif->
rxqstats
[(q)->index])
173
struct ionic_rx_stats *
rxqstats
;
member
294
#define DEBUG_STATS_RX_BUFF_CNT(q) ((q)->lif->
rxqstats
[q->index].buffers_posted++)
H
A
D
ionic_txrx.c
52
stats = &q->lif->
rxqstats
[q->index];
in ionic_rx_skb_alloc()
438
pkts = lif->
rxqstats
[qi].pkts;
in ionic_dim_update()
439
bytes = lif->
rxqstats
[qi].bytes;
in ionic_dim_update()
442
pkts = lif->txqstats[qi].pkts + lif->
rxqstats
[qi].pkts;
in ionic_dim_update()
443
bytes = lif->txqstats[qi].bytes + lif->
rxqstats
[qi].bytes;
in ionic_dim_update()
H
A
D
ionic_stats.c
198
rxstats = &lif->
rxqstats
[q_num];
in ionic_get_lif_stats()
400
rxstats = &lif->
rxqstats
[q_num];
in ionic_sw_stats_get_values()
H
A
D
ionic_lif.c
419
devm_kfree(dev, lif->
rxqstats
);
in ionic_qcqs_free()
420
lif->
rxqstats
= NULL;
in ionic_qcqs_free()
686
lif->
rxqstats
= devm_kcalloc(dev, lif->ionic->nrxqs_per_lif,
in ionic_qcqs_alloc()
688
if (!lif->
rxqstats
)
in ionic_qcqs_alloc()
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_lif.h
92
#define q_to_rx_stats(q) (&(q)->lif->
rxqstats
[(q)->index])
188
struct ionic_rx_stats *
rxqstats
;
member
H
A
D
ionic_stats.c
179
struct ionic_rx_stats *rxstats = &lif->
rxqstats
[q_num];
in ionic_add_lif_rxq_stats()
299
rxstats = &lif->
rxqstats
[q_num];
in ionic_sw_stats_get_rxq_values()
H
A
D
ionic_txrx.c
552
pkts = lif->
rxqstats
[qi].pkts;
in ionic_dim_update()
553
bytes = lif->
rxqstats
[qi].bytes;
in ionic_dim_update()
556
pkts = lif->txqstats[qi].pkts + lif->
rxqstats
[qi].pkts;
in ionic_dim_update()
557
bytes = lif->txqstats[qi].bytes + lif->
rxqstats
[qi].bytes;
in ionic_dim_update()
H
A
D
ionic_lif.c
461
devm_kfree(dev, lif->
rxqstats
);
in ionic_qcqs_free()
462
lif->
rxqstats
= NULL;
in ionic_qcqs_free()
763
lif->
rxqstats
= devm_kcalloc(dev, lif->ionic->nrxqs_per_lif + 1,
in ionic_qcqs_alloc()
764
sizeof(*lif->
rxqstats
), GFP_KERNEL);
in ionic_qcqs_alloc()
765
if (!lif->
rxqstats
)
in ionic_qcqs_alloc()
Completed in 15 milliseconds