Home
last modified time | relevance | path

Searched refs:tx_packets_total (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/kni/
H A Drte_eth_kni.c300 unsigned long tx_packets_total = 0, tx_bytes_total = 0; in eth_kni_stats_get() local
321 tx_packets_total += stats->q_opackets[i]; in eth_kni_stats_get()
327 stats->opackets = tx_packets_total; in eth_kni_stats_get()
/f-stack/dpdk/drivers/net/pcap/
H A Drte_eth_pcap.c688 unsigned long tx_packets_total = 0, tx_bytes_total = 0; in eth_stats_get() local
704 tx_packets_total += stats->q_opackets[i]; in eth_stats_get()
711 stats->opackets = tx_packets_total; in eth_stats_get()