Home
last modified time | relevance | path

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

/dpdk/drivers/net/thunderx/
H A Dnicvf_ethdev.c1897 uint8_t cqcount; in nicvf_dev_configure() local
1942 cqcount = RTE_MAX(data->nb_tx_queues, data->nb_rx_queues); in nicvf_dev_configure()
1943 if (cqcount > MAX_RCV_QUEUES_PER_QS) { in nicvf_dev_configure()
1944 nic->sqs_count = RTE_ALIGN_CEIL(cqcount, MAX_RCV_QUEUES_PER_QS); in nicvf_dev_configure()