MAX_CMP_QUEUES_PER_QS  403 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	for (q = 0; q < MAX_CMP_QUEUES_PER_QS; q++) {
MAX_CMP_QUEUES_PER_QS  754 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	if (cqcount > MAX_CMP_QUEUES_PER_QS) {
MAX_CMP_QUEUES_PER_QS  755 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 		nic->sqs_count = roundup(cqcount, MAX_CMP_QUEUES_PER_QS);
MAX_CMP_QUEUES_PER_QS  756 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 		nic->sqs_count = (nic->sqs_count / MAX_CMP_QUEUES_PER_QS) - 1;
MAX_CMP_QUEUES_PER_QS   78 drivers/net/ethernet/cavium/thunder/nicvf_main.c 		return qidx + ((nic->sqs_id + 1) * MAX_CMP_QUEUES_PER_QS);
MAX_CMP_QUEUES_PER_QS 1822 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	if (cq_count > MAX_CMP_QUEUES_PER_QS) {
MAX_CMP_QUEUES_PER_QS 1823 drivers/net/ethernet/cavium/thunder/nicvf_main.c 		nic->sqs_count = roundup(cq_count, MAX_CMP_QUEUES_PER_QS);
MAX_CMP_QUEUES_PER_QS 1824 drivers/net/ethernet/cavium/thunder/nicvf_main.c 		nic->sqs_count = (nic->sqs_count / MAX_CMP_QUEUES_PER_QS) - 1;
MAX_CMP_QUEUES_PER_QS 2163 drivers/net/ethernet/cavium/thunder/nicvf_main.c 			       (MAX_SQS_PER_VF + 1) * MAX_CMP_QUEUES_PER_QS);
MAX_CMP_QUEUES_PER_QS  300 drivers/net/ethernet/cavium/thunder/nicvf_queues.h 	struct	cmp_queue	cq[MAX_CMP_QUEUES_PER_QS];