Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.c224 struct nicvf_hw_tx_qstats tx_qstats; in nicvf_dev_stats_get() local
252 nicvf_hw_get_tx_qstats(nic, &tx_qstats, qidx); in nicvf_dev_stats_get()
253 stats->q_obytes[qidx] = tx_qstats.q_tx_bytes; in nicvf_dev_stats_get()
254 stats->q_opackets[qidx] = tx_qstats.q_tx_packets; in nicvf_dev_stats_get()
284 nicvf_hw_get_tx_qstats(snic, &tx_qstats, in nicvf_dev_stats_get()
286 stats->q_obytes[qidx] = tx_qstats.q_tx_bytes; in nicvf_dev_stats_get()
287 stats->q_opackets[qidx] = tx_qstats.q_tx_packets; in nicvf_dev_stats_get()