Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/cavium/thunder/
Dnicvf_ethtool.c729 u8 cqcount, txq_count; in nicvf_set_channels() local
757 cqcount = max(nic->rx_queues, txq_count); in nicvf_set_channels()
759 if (cqcount > MAX_CMP_QUEUES_PER_QS) { in nicvf_set_channels()
760 nic->sqs_count = roundup(cqcount, MAX_CMP_QUEUES_PER_QS); in nicvf_set_channels()