Home
last modified time | relevance | path

Searched refs:MAX_RCV_QUEUES_PER_QS (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.h15 #define MAX_RCV_QUEUES_PER_QS 8 macro
299 struct rcv_queue rq[MAX_RCV_QUEUES_PER_QS];
Dnicvf_ethtool.c215 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()
Dnicvf_main.c425 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()
Dnicvf_queues.c1048 qs->rq_cnt = min_t(u8, MAX_RCV_QUEUES_PER_QS, num_online_cpus()); in nicvf_set_qset_resources()