Searched refs:MAX_SND_QUEUES_PER_QS (Results 1 – 4 of 4) sorted by relevance
113 MAX_SND_QUEUES_PER_QS); in nicvf_tx_range()115 MAX_SND_QUEUES_PER_QS) - 1; in nicvf_tx_range()
285 qidx % MAX_SND_QUEUES_PER_QS); in nicvf_dev_stats_get()738 assert(qidx < MAX_SND_QUEUES_PER_QS); in nicvf_vf_start_tx_queue()769 assert(qidx < MAX_SND_QUEUES_PER_QS); in nicvf_vf_stop_tx_queue()946 if (qidx >= MAX_SND_QUEUES_PER_QS) in nicvf_dev_tx_queue_setup()949 qidx = qidx % MAX_SND_QUEUES_PER_QS; in nicvf_dev_tx_queue_setup()1199 if (qidx >= MAX_SND_QUEUES_PER_QS) in nicvf_dev_rx_queue_stop()1215 if (qidx >= MAX_SND_QUEUES_PER_QS) in nicvf_dev_tx_queue_start()1218 qidx = qidx % MAX_SND_QUEUES_PER_QS; in nicvf_dev_tx_queue_start()1228 if (qidx >= MAX_SND_QUEUES_PER_QS) in nicvf_dev_tx_queue_stop()1231 qidx = qidx % MAX_SND_QUEUES_PER_QS; in nicvf_dev_tx_queue_stop()[all …]
177 for (q = 0; q < MAX_SND_QUEUES_PER_QS; q++) in nicvf_reg_dump()213 MAX_SND_QUEUES_PER_QS; in nicvf_reg_get_count()293 for (qidx = 0; qidx < MAX_SND_QUEUES_PER_QS; qidx++) { in nicvf_handle_qset_err_intr()
71 #define MAX_SND_QUEUES_PER_QS 8 macro