Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c1052 int err, pool_id, non_xdp_queues; in otx2_cq_init() local
1059 non_xdp_queues = pfvf->hw.rx_queues + pfvf->hw.tx_queues; in otx2_cq_init()
1078 } else if (qidx < non_xdp_queues) { in otx2_cq_init()
1084 qidx < non_xdp_queues + pfvf->hw.xdp_queues) { in otx2_cq_init()
1086 cq->cint_idx = qidx - non_xdp_queues; in otx2_cq_init()
1090 cq->cint_idx = qidx - non_xdp_queues - in otx2_cq_init()