Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.c223 struct nicvf_hw_rx_qstats rx_qstats; in nicvf_dev_stats_get() local
239 nicvf_hw_get_rx_qstats(nic, &rx_qstats, qidx); in nicvf_dev_stats_get()
240 stats->q_ibytes[qidx] = rx_qstats.q_rx_bytes; in nicvf_dev_stats_get()
241 stats->q_ipackets[qidx] = rx_qstats.q_rx_packets; in nicvf_dev_stats_get()
271 nicvf_hw_get_rx_qstats(snic, &rx_qstats, in nicvf_dev_stats_get()
273 stats->q_ibytes[qidx] = rx_qstats.q_rx_bytes; in nicvf_dev_stats_get()
274 stats->q_ipackets[qidx] = rx_qstats.q_rx_packets; in nicvf_dev_stats_get()