Home
last modified time | relevance | path

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

/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.c210 struct nicvf_hw_tx_qstats tx_qstats; in nicvf_dev_stats_get() local
238 nicvf_hw_get_tx_qstats(nic, &tx_qstats, qidx); in nicvf_dev_stats_get()
239 stats->q_obytes[qidx] = tx_qstats.q_tx_bytes; in nicvf_dev_stats_get()
240 stats->q_opackets[qidx] = tx_qstats.q_tx_packets; in nicvf_dev_stats_get()
270 nicvf_hw_get_tx_qstats(snic, &tx_qstats, in nicvf_dev_stats_get()
272 stats->q_obytes[qidx] = tx_qstats.q_tx_bytes; in nicvf_dev_stats_get()
273 stats->q_opackets[qidx] = tx_qstats.q_tx_packets; in nicvf_dev_stats_get()