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:txstats
(Results
1 - 7
of
7
) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_stats.c
182
struct ionic_tx_stats *
txstats
;
in ionic_get_lif_stats()
local
190
txstats
= &lif->txqstats[q_num];
in ionic_get_lif_stats()
191
stats->tx_packets +=
txstats
->pkts;
in ionic_get_lif_stats()
192
stats->tx_bytes +=
txstats
->bytes;
in ionic_get_lif_stats()
193
stats->tx_tso +=
txstats
->tso;
in ionic_get_lif_stats()
194
stats->tx_tso_bytes +=
txstats
->tso_bytes;
in ionic_get_lif_stats()
195
stats->tx_csum_none +=
txstats
->csum_none;
in ionic_get_lif_stats()
196
stats->tx_csum +=
txstats
->csum;
in ionic_get_lif_stats()
347
struct ionic_tx_stats *
txstats
;
in ionic_sw_stats_get_values()
local
366
txstats
in ionic_sw_stats_get_values()
[all...]
/kernel/linux/linux-6.6/drivers/net/ethernet/pensando/ionic/
H
A
D
ionic_stats.c
164
struct ionic_tx_stats *
txstats
= &lif->txqstats[q_num];
in ionic_add_lif_txq_stats()
local
166
stats->tx_packets +=
txstats
->pkts;
in ionic_add_lif_txq_stats()
167
stats->tx_bytes +=
txstats
->bytes;
in ionic_add_lif_txq_stats()
168
stats->tx_tso +=
txstats
->tso;
in ionic_add_lif_txq_stats()
169
stats->tx_tso_bytes +=
txstats
->tso_bytes;
in ionic_add_lif_txq_stats()
170
stats->tx_csum_none +=
txstats
->csum_none;
in ionic_add_lif_txq_stats()
171
stats->tx_csum +=
txstats
->csum;
in ionic_add_lif_txq_stats()
172
stats->tx_hwstamp_valid +=
txstats
->hwstamp_valid;
in ionic_add_lif_txq_stats()
173
stats->tx_hwstamp_invalid +=
txstats
->hwstamp_invalid;
in ionic_add_lif_txq_stats()
282
struct ionic_tx_stats *
txstats
;
in ionic_sw_stats_get_txq_values()
local
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
H
A
D
debug.h
28
#define TX_STAT_INC(sc, q, c) do { (sc)->debug.stats.
txstats
[q].c++; } while (0)
196
#define TXSTATS sc->debug.stats.
txstats
241
struct ath_tx_stats
txstats
[ATH9K_NUM_TX_QUEUES];
member
H
A
D
debug.c
789
sc->debug.stats.
txstats
[qnum].tx_bytes_all += bf->bf_mpdu->len;
in ath_debug_stat_tx()
1301
data[i++] = sc->debug.stats.
txstats
[PR_QNUM(IEEE80211_AC_BE)].elem; \
1302
data[i++] = sc->debug.stats.
txstats
[PR_QNUM(IEEE80211_AC_BK)].elem; \
1303
data[i++] = sc->debug.stats.
txstats
[PR_QNUM(IEEE80211_AC_VI)].elem; \
1304
data[i++] = sc->debug.stats.
txstats
[PR_QNUM(IEEE80211_AC_VO)].elem; \
1319
data[i++] = (sc->debug.stats.
txstats
[PR_QNUM(IEEE80211_AC_BE)].tx_pkts_all +
in ath9k_get_et_stats()
1320
sc->debug.stats.
txstats
[PR_QNUM(IEEE80211_AC_BK)].tx_pkts_all +
in ath9k_get_et_stats()
1321
sc->debug.stats.
txstats
[PR_QNUM(IEEE80211_AC_VI)].tx_pkts_all +
in ath9k_get_et_stats()
1322
sc->debug.stats.
txstats
[PR_QNUM(IEEE80211_AC_VO)].tx_pkts_all);
in ath9k_get_et_stats()
1323
data[i++] = (sc->debug.stats.
txstats
[PR_QNU
in ath9k_get_et_stats()
[all...]
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/
H
A
D
debug.h
28
#define TX_STAT_INC(sc, q, c) do { (sc)->debug.stats.
txstats
[q].c++; } while (0)
197
#define TXSTATS sc->debug.stats.
txstats
242
struct ath_tx_stats
txstats
[ATH9K_NUM_TX_QUEUES];
member
H
A
D
debug.c
818
sc->debug.stats.
txstats
[qnum].tx_bytes_all += bf->bf_mpdu->len;
in ath_debug_stat_tx()
1310
data[i++] = sc->debug.stats.
txstats
[PR_QNUM(IEEE80211_AC_BE)].elem; \
1311
data[i++] = sc->debug.stats.
txstats
[PR_QNUM(IEEE80211_AC_BK)].elem; \
1312
data[i++] = sc->debug.stats.
txstats
[PR_QNUM(IEEE80211_AC_VI)].elem; \
1313
data[i++] = sc->debug.stats.
txstats
[PR_QNUM(IEEE80211_AC_VO)].elem; \
1328
data[i++] = (sc->debug.stats.
txstats
[PR_QNUM(IEEE80211_AC_BE)].tx_pkts_all +
in ath9k_get_et_stats()
1329
sc->debug.stats.
txstats
[PR_QNUM(IEEE80211_AC_BK)].tx_pkts_all +
in ath9k_get_et_stats()
1330
sc->debug.stats.
txstats
[PR_QNUM(IEEE80211_AC_VI)].tx_pkts_all +
in ath9k_get_et_stats()
1331
sc->debug.stats.
txstats
[PR_QNUM(IEEE80211_AC_VO)].tx_pkts_all);
in ath9k_get_et_stats()
1332
data[i++] = (sc->debug.stats.
txstats
[PR_QNU
in ath9k_get_et_stats()
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/neterion/vxge/
H
A
D
vxge-main.c
3112
struct vxge_fifo_stats *
txstats
= &vdev->vpaths[k].fifo.stats;
in vxge_get_stats64()
local
3132
start = u64_stats_fetch_begin_irq(&
txstats
->syncp);
in vxge_get_stats64()
3134
packets =
txstats
->tx_frms;
in vxge_get_stats64()
3135
bytes =
txstats
->tx_bytes;
in vxge_get_stats64()
3136
} while (u64_stats_fetch_retry_irq(&
txstats
->syncp, start));
in vxge_get_stats64()
3140
net_stats->tx_errors +=
txstats
->tx_errors;
in vxge_get_stats64()
Completed in 13 milliseconds