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

/linux-master/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_common.c988 int err, pool_id, non_xdp_queues; local
994 non_xdp_queues = pfvf->hw.rx_queues + pfvf->hw.tx_queues;
1001 } else if (qidx < non_xdp_queues) {
1007 qidx < non_xdp_queues + pfvf->hw.xdp_queues) {
1009 cq->cint_idx = qidx - non_xdp_queues;
1013 cq->cint_idx = qidx - non_xdp_queues -

Completed in 151 milliseconds