Searched refs:cqcount (Results 1 – 1 of 1) sorted by relevance
1913 uint8_t cqcount; in nicvf_dev_configure() local1958 cqcount = RTE_MAX(data->nb_tx_queues, data->nb_rx_queues); in nicvf_dev_configure()1959 if (cqcount > MAX_RCV_QUEUES_PER_QS) { in nicvf_dev_configure()1960 nic->sqs_count = RTE_ALIGN_CEIL(cqcount, MAX_RCV_QUEUES_PER_QS); in nicvf_dev_configure()