Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.h127 MAX_RCV_QUEUES_PER_QS); in nicvf_rx_range()
129 MAX_RCV_QUEUES_PER_QS) - 1; in nicvf_rx_range()
H A Dnicvf_ethdev.c272 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 …]
/f-stack/dpdk/drivers/net/thunderx/base/
H A Dnicvf_hw.c166 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()
H A Dnicvf_hw_defs.h69 #define MAX_RCV_QUEUES_PER_QS 8 macro