Home
last modified time | relevance | path

Searched refs:tx_total_bytes (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/drivers/net/nfb/
H A Dnfb_stats.c21 uint64_t tx_total_bytes = 0; in nfb_eth_stats_get() local
43 tx_total_bytes += tx_queue[i].tx_bytes; in nfb_eth_stats_get()
50 stats->obytes = tx_total_bytes; in nfb_eth_stats_get()
/f-stack/dpdk/drivers/net/vhost/
H A Drte_eth_vhost.c1288 unsigned long rx_total_bytes = 0, tx_total_bytes = 0; in eth_stats_get() local
1312 tx_total_bytes += stats->q_obytes[i]; in eth_stats_get()
1318 stats->obytes = tx_total_bytes; in eth_stats_get()
/f-stack/dpdk/drivers/net/szedata2/
H A Drte_eth_szedata2.c1087 uint64_t tx_total_bytes = 0; in eth_stats_get() local
1108 tx_total_bytes += txq->tx_bytes; in eth_stats_get()
1115 stats->obytes = tx_total_bytes; in eth_stats_get()