Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/marvell/octeontx2/nic/
Dotx2_pf.c1739 cq_poll->cq_ids[CQ_XDP] = (qidx < pf->hw.xdp_queues) ? in otx2_open()
2516 pf->hw.xdp_queues = pf->hw.rx_queues; in otx2_xdp_setup()
2518 pf->hw.xdp_queues = 0; in otx2_xdp_setup()
2520 pf->hw.tot_tx_queues += pf->hw.xdp_queues; in otx2_xdp_setup()
Dotx2_common.h188 u16 xdp_queues; member