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];
215 int start_qidx = qset * MAX_RCV_QUEUES_PER_QS; in nicvf_get_qset_strings()416 for (q = 0; q < MAX_RCV_QUEUES_PER_QS; q++) { in nicvf_get_regs()772 nic->qs->rq_cnt = min_t(u8, nic->rx_queues, MAX_RCV_QUEUES_PER_QS); in nicvf_set_channels()
425 if (nic->rx_queues > MAX_RCV_QUEUES_PER_QS) in nicvf_request_sqs()426 rx_queues = nic->rx_queues - MAX_RCV_QUEUES_PER_QS; in nicvf_request_sqs()440 if (rx_queues > MAX_RCV_QUEUES_PER_QS) { in nicvf_request_sqs()441 nic->snicvf[sqs]->qs->rq_cnt = MAX_RCV_QUEUES_PER_QS; in nicvf_request_sqs()442 rx_queues -= MAX_RCV_QUEUES_PER_QS; in nicvf_request_sqs()1824 nic->qs->rq_cnt = min_t(u8, nic->rx_queues, MAX_RCV_QUEUES_PER_QS); in nicvf_set_xdp_queues()
1048 qs->rq_cnt = min_t(u8, MAX_RCV_QUEUES_PER_QS, num_online_cpus()); in nicvf_set_qset_resources()