Home
last modified time | relevance | path

Searched refs:MAX_CMP_QUEUES_PER_QS (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/cavium/thunder/
H A Dnicvf_queues.h18 #define MAX_CMP_QUEUES_PER_QS 8 macro
300 struct cmp_queue cq[MAX_CMP_QUEUES_PER_QS];
H A Dnicvf_main.c78 return qidx + ((nic->sqs_id + 1) * MAX_CMP_QUEUES_PER_QS); in nicvf_netdev_qidx()
1810 if (cq_count > MAX_CMP_QUEUES_PER_QS) { in nicvf_set_xdp_queues()
1811 nic->sqs_count = roundup(cq_count, MAX_CMP_QUEUES_PER_QS); in nicvf_set_xdp_queues()
1812 nic->sqs_count = (nic->sqs_count / MAX_CMP_QUEUES_PER_QS) - 1; in nicvf_set_xdp_queues()
2133 (MAX_SQS_PER_VF + 1) * MAX_CMP_QUEUES_PER_QS); in nicvf_probe()