cqcount 724 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c u8 cqcount, txq_count; cqcount 752 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c cqcount = max(nic->rx_queues, txq_count); cqcount 754 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c if (cqcount > MAX_CMP_QUEUES_PER_QS) { cqcount 755 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c nic->sqs_count = roundup(cqcount, MAX_CMP_QUEUES_PER_QS);