Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_common.c920 int err, pool_id, non_xdp_queues; in otx2_cq_init() local
926 non_xdp_queues = pfvf->hw.rx_queues + pfvf->hw.tx_queues; in otx2_cq_init()
933 } else if (qidx < non_xdp_queues) { in otx2_cq_init()
939 cq->cint_idx = qidx - non_xdp_queues; in otx2_cq_init()