MAX_RCV_QUEUES_PER_QS  216 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	int start_qidx = qset * MAX_RCV_QUEUES_PER_QS;
MAX_RCV_QUEUES_PER_QS  417 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	for (q = 0; q < MAX_RCV_QUEUES_PER_QS; q++) {
MAX_RCV_QUEUES_PER_QS  761 drivers/net/ethernet/cavium/thunder/nicvf_ethtool.c 	nic->qs->rq_cnt = min_t(u8, nic->rx_queues, MAX_RCV_QUEUES_PER_QS);
MAX_RCV_QUEUES_PER_QS  427 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	if (nic->rx_queues > MAX_RCV_QUEUES_PER_QS)
MAX_RCV_QUEUES_PER_QS  428 drivers/net/ethernet/cavium/thunder/nicvf_main.c 		rx_queues = nic->rx_queues - MAX_RCV_QUEUES_PER_QS;
MAX_RCV_QUEUES_PER_QS  442 drivers/net/ethernet/cavium/thunder/nicvf_main.c 		if (rx_queues > MAX_RCV_QUEUES_PER_QS) {
MAX_RCV_QUEUES_PER_QS  443 drivers/net/ethernet/cavium/thunder/nicvf_main.c 			nic->snicvf[sqs]->qs->rq_cnt = MAX_RCV_QUEUES_PER_QS;
MAX_RCV_QUEUES_PER_QS  444 drivers/net/ethernet/cavium/thunder/nicvf_main.c 			rx_queues -= MAX_RCV_QUEUES_PER_QS;
MAX_RCV_QUEUES_PER_QS 1830 drivers/net/ethernet/cavium/thunder/nicvf_main.c 	nic->qs->rq_cnt = min_t(u8, nic->rx_queues, MAX_RCV_QUEUES_PER_QS);
MAX_RCV_QUEUES_PER_QS 1047 drivers/net/ethernet/cavium/thunder/nicvf_queues.c 	qs->rq_cnt = min_t(u8, MAX_RCV_QUEUES_PER_QS, num_online_cpus());
MAX_RCV_QUEUES_PER_QS  299 drivers/net/ethernet/cavium/thunder/nicvf_queues.h 	struct	rcv_queue	rq[MAX_RCV_QUEUES_PER_QS];