Searched refs:MAX_RCV_QUEUES_PER_QS (Results 1 – 4 of 4) sorted by relevance
15 #define MAX_RCV_QUEUES_PER_QS 8 macro299 struct rcv_queue rq[MAX_RCV_QUEUES_PER_QS];
216 int start_qidx = qset * MAX_RCV_QUEUES_PER_QS; in nicvf_get_qset_strings()417 for (q = 0; q < MAX_RCV_QUEUES_PER_QS; q++) { in nicvf_get_regs()761 nic->qs->rq_cnt = min_t(u8, nic->rx_queues, MAX_RCV_QUEUES_PER_QS); in nicvf_set_channels()
427 if (nic->rx_queues > MAX_RCV_QUEUES_PER_QS) in nicvf_request_sqs()428 rx_queues = nic->rx_queues - MAX_RCV_QUEUES_PER_QS; in nicvf_request_sqs()442 if (rx_queues > MAX_RCV_QUEUES_PER_QS) { in nicvf_request_sqs()443 nic->snicvf[sqs]->qs->rq_cnt = MAX_RCV_QUEUES_PER_QS; in nicvf_request_sqs()444 rx_queues -= MAX_RCV_QUEUES_PER_QS; in nicvf_request_sqs()1830 nic->qs->rq_cnt = min_t(u8, nic->rx_queues, MAX_RCV_QUEUES_PER_QS); in nicvf_set_xdp_queues()
1047 qs->rq_cnt = min_t(u8, MAX_RCV_QUEUES_PER_QS, num_online_cpus()); in nicvf_set_qset_resources()