Home
last modified time | relevance | path

Searched refs:tx_octs (Results 1 – 4 of 4) sorted by relevance

/dpdk/drivers/net/cnxk/
H A Dcnxk_stats.c26 stats->obytes = nix_stats.tx_octs; in cnxk_nix_stats_get()
45 stats->q_obytes[i] = qstats.tx_octs; in cnxk_nix_stats_get()
152 xstats[idx].value = qstats.tx_octs; in cnxk_nix_xstats_get()
H A Dcnxk_tm.c583 stats->n_bytes = qstats.tx_octs; in cnxk_nix_tm_node_stats_read()
/dpdk/drivers/common/cnxk/
H A Droc_nix_stats.c50 stats->tx_octs = NIX_TX_STATS(NIX_STAT_LF_TX_TX_OCTS); in roc_nix_stats_get()
112 qstats->tx_octs = qstat_read(nix, qid, NIX_LF_SQ_OP_OCTS); in nix_stat_tx_queue_get()
H A Droc_nix.h245 uint64_t tx_octs; member
262 uint64_t tx_octs; member