Lines Matching refs:tx_start
228 uint16_t tx_start, tx_end; in nicvf_dev_stats_get() local
245 nicvf_tx_range(dev, nic, &tx_start, &tx_end); in nicvf_dev_stats_get()
248 for (qidx = tx_start; qidx <= tx_end; qidx++) { in nicvf_dev_stats_get()
278 nicvf_tx_range(dev, snic, &tx_start, &tx_end); in nicvf_dev_stats_get()
280 for (qidx = tx_start; qidx <= tx_end; qidx++) { in nicvf_dev_stats_get()
357 uint16_t tx_start, tx_end; in nicvf_dev_stats_reset() local
365 nicvf_tx_range(dev, nic, &tx_start, &tx_end); in nicvf_dev_stats_reset()
366 for (i = tx_start; i <= tx_end; i++) in nicvf_dev_stats_reset()
383 nicvf_tx_range(dev, snic, &tx_start, &tx_end); in nicvf_dev_stats_reset()
384 for (i = tx_start; i <= tx_end; i++) in nicvf_dev_stats_reset()
1478 uint16_t tx_start, tx_end; in nicvf_vf_start() local
1615 nicvf_tx_range(dev, nic, &tx_start, &tx_end); in nicvf_vf_start()
1618 for (qidx = tx_start; qidx <= tx_end; qidx++) { in nicvf_vf_start()
1661 for (qidx = tx_start; qidx <= tx_end; qidx++) in nicvf_vf_start()
1809 uint16_t tx_start, tx_end; in nicvf_vf_stop() local
1823 nicvf_tx_range(dev, nic, &tx_start, &tx_end); in nicvf_vf_stop()
1825 for (qidx = tx_start; qidx <= tx_end; qidx++) in nicvf_vf_stop()