Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/cavium/thunder/
Dnicvf_queues.h16 #define MAX_RCV_QUEUES_PER_QS 8 macro
289 struct rcv_queue rq[MAX_RCV_QUEUES_PER_QS];
Dnicvf_ethtool.c169 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()
Dnicvf_main.c401 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()