Searched refs:tx_qstats (Results 1 – 1 of 1) sorted by relevance
224 struct nicvf_hw_tx_qstats tx_qstats; in nicvf_dev_stats_get() local252 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()