Home
last modified time | relevance | path

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

/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.c209 struct nicvf_hw_rx_qstats rx_qstats; in nicvf_dev_stats_get() local
225 nicvf_hw_get_rx_qstats(nic, &rx_qstats, qidx); in nicvf_dev_stats_get()
226 stats->q_ibytes[qidx] = rx_qstats.q_rx_bytes; in nicvf_dev_stats_get()
227 stats->q_ipackets[qidx] = rx_qstats.q_rx_packets; in nicvf_dev_stats_get()
257 nicvf_hw_get_rx_qstats(snic, &rx_qstats, in nicvf_dev_stats_get()
259 stats->q_ibytes[qidx] = rx_qstats.q_rx_bytes; in nicvf_dev_stats_get()
260 stats->q_ipackets[qidx] = rx_qstats.q_rx_packets; in nicvf_dev_stats_get()