Searched refs:MAX_RCV_QUEUES_PER_QS (Results 1 – 4 of 4) sorted by relevance
127 MAX_RCV_QUEUES_PER_QS); in nicvf_rx_range()129 MAX_RCV_QUEUES_PER_QS) - 1; in nicvf_rx_range()
272 qidx % MAX_RCV_QUEUES_PER_QS); in nicvf_dev_stats_get()1097 assert(qidx < MAX_RCV_QUEUES_PER_QS); in nicvf_vf_start_rx_queue()1177 if (qidx >= MAX_RCV_QUEUES_PER_QS) in nicvf_dev_rx_queue_start()1178 nic = nic->snicvf[(qidx / MAX_RCV_QUEUES_PER_QS - 1)]; in nicvf_dev_rx_queue_start()1180 qidx = qidx % MAX_RCV_QUEUES_PER_QS; in nicvf_dev_rx_queue_start()1202 qidx = qidx % MAX_RCV_QUEUES_PER_QS; in nicvf_dev_rx_queue_stop()1288 if (qidx >= MAX_RCV_QUEUES_PER_QS) in nicvf_dev_rx_queue_setup()1289 nic = nic->snicvf[qidx / MAX_RCV_QUEUES_PER_QS - 1]; in nicvf_dev_rx_queue_setup()1291 qidx = qidx % MAX_RCV_QUEUES_PER_QS; in nicvf_dev_rx_queue_setup()1628 qidx % MAX_RCV_QUEUES_PER_QS); in nicvf_vf_start()[all …]
166 for (q = 0; q < MAX_RCV_QUEUES_PER_QS; q++) in nicvf_reg_dump()211 MAX_RCV_QUEUES_PER_QS; in nicvf_reg_get_count()
69 #define MAX_RCV_QUEUES_PER_QS 8 macro