Searched refs:MAX_RCV_QUEUES_PER_QS (Results 1 – 3 of 3) sorted by relevance
16 #define MAX_RCV_QUEUES_PER_QS 8 macro289 struct rcv_queue rq[MAX_RCV_QUEUES_PER_QS];
169 int start_qidx = qset * MAX_RCV_QUEUES_PER_QS; in nicvf_get_qset_strings()366 for (q = 0; q < MAX_RCV_QUEUES_PER_QS; q++) { in nicvf_get_regs()656 nic->qs->rq_cnt = min_t(u32, channel->rx_count, MAX_RCV_QUEUES_PER_QS); in nicvf_set_channels()
401 if (nic->rx_queues > MAX_RCV_QUEUES_PER_QS) in nicvf_request_sqs()402 rx_queues = nic->rx_queues - MAX_RCV_QUEUES_PER_QS; in nicvf_request_sqs()414 if (rx_queues > MAX_RCV_QUEUES_PER_QS) { in nicvf_request_sqs()415 nic->snicvf[sqs]->qs->rq_cnt = MAX_RCV_QUEUES_PER_QS; in nicvf_request_sqs()416 rx_queues -= MAX_RCV_QUEUES_PER_QS; in nicvf_request_sqs()