Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.h113 MAX_SND_QUEUES_PER_QS); in nicvf_tx_range()
115 MAX_SND_QUEUES_PER_QS) - 1; in nicvf_tx_range()
H A Dnicvf_ethdev.c285 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 …]
/f-stack/dpdk/drivers/net/thunderx/base/
H A Dnicvf_hw.c177 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()
H A Dnicvf_hw_defs.h71 #define MAX_SND_QUEUES_PER_QS 8 macro