Searched refs:MAX_RCV_QUEUES_PER_QS (Results 1 – 4 of 4) sorted by relevance
18 #define MAX_RCV_QUEUES_PER_QS 8 macro302 struct rcv_queue rq[MAX_RCV_QUEUES_PER_QS];
219 int start_qidx = qset * MAX_RCV_QUEUES_PER_QS; in nicvf_get_qset_strings()420 for (q = 0; q < MAX_RCV_QUEUES_PER_QS; q++) { in nicvf_get_regs()764 nic->qs->rq_cnt = min_t(u8, nic->rx_queues, MAX_RCV_QUEUES_PER_QS); in nicvf_set_channels()
406 if (nic->rx_queues > MAX_RCV_QUEUES_PER_QS) in nicvf_request_sqs()407 rx_queues = nic->rx_queues - MAX_RCV_QUEUES_PER_QS; in nicvf_request_sqs()421 if (rx_queues > MAX_RCV_QUEUES_PER_QS) { in nicvf_request_sqs()422 nic->snicvf[sqs]->qs->rq_cnt = MAX_RCV_QUEUES_PER_QS; in nicvf_request_sqs()423 rx_queues -= MAX_RCV_QUEUES_PER_QS; in nicvf_request_sqs()1773 nic->qs->rq_cnt = min_t(u8, nic->rx_queues, MAX_RCV_QUEUES_PER_QS); in nicvf_set_xdp_queues()
1050 qs->rq_cnt = min_t(u8, MAX_RCV_QUEUES_PER_QS, num_online_cpus()); in nicvf_set_qset_resources()