Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/kni/
H A Drte_eth_kni.c299 unsigned long rx_packets_total = 0, rx_bytes_total = 0; in eth_kni_stats_get() local
311 rx_packets_total += stats->q_ipackets[i]; in eth_kni_stats_get()
325 stats->ipackets = rx_packets_total; in eth_kni_stats_get()
/f-stack/dpdk/drivers/net/pcap/
H A Drte_eth_pcap.c687 unsigned long rx_packets_total = 0, rx_bytes_total = 0; in eth_stats_get() local
696 rx_packets_total += stats->q_ipackets[i]; in eth_stats_get()
709 stats->ipackets = rx_packets_total; in eth_stats_get()