Home
last modified time | relevance | path

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

/dpdk/drivers/net/kni/
H A Drte_eth_kni.c298 unsigned long tx_packets_total = 0, tx_bytes_total = 0; in eth_kni_stats_get() local
320 tx_bytes_total += stats->q_obytes[i]; in eth_kni_stats_get()
326 stats->obytes = tx_bytes_total; in eth_kni_stats_get()
/dpdk/drivers/net/af_packet/
H A Drte_eth_af_packet.c383 unsigned long rx_bytes_total = 0, tx_bytes_total = 0; in eth_stats_get() local
402 tx_bytes_total += igb_stats->q_obytes[i]; in eth_stats_get()
409 igb_stats->obytes = tx_bytes_total; in eth_stats_get()
/dpdk/drivers/net/pcap/
H A Dpcap_ethdev.c751 unsigned long tx_packets_total = 0, tx_bytes_total = 0; in eth_stats_get() local
771 tx_bytes_total += stats->q_obytes[i]; in eth_stats_get()
781 stats->obytes = tx_bytes_total; in eth_stats_get()
/dpdk/drivers/net/tap/
H A Drte_eth_tap.c1094 unsigned long rx_bytes_total = 0, tx_bytes_total = 0; in tap_stats_get() local
1119 tx_bytes_total += tap_stats->q_obytes[i]; in tap_stats_get()
1128 tap_stats->obytes = tx_bytes_total; in tap_stats_get()