Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/marvell/octeontx2/nic/
H A Dotx2_txrx.c499 qidx -= pfvf->hw.xdp_queues; in otx2_tx_napi_handler()
766 qidx + pfvf->hw.xdp_queues : qidx; in otx2_sqe_add_hdr()
1288 qidx -= pfvf->hw.xdp_queues; in otx2_cleanup_tx_cqes()
H A Dotx2_pf.c1790 pf->hw.non_qos_queues = pf->hw.tx_queues + pf->hw.xdp_queues; in otx2_open()
1839 cq_poll->cq_ids[CQ_XDP] = (qidx < pf->hw.xdp_queues) ? in otx2_open()
2068 sq_idx = (qidx >= pf->hw.tx_queues) ? (qidx + pf->hw.xdp_queues) : qidx; in otx2_xmit()
2683 pf->hw.xdp_queues = pf->hw.rx_queues; in otx2_xdp_setup()
2686 pf->hw.xdp_queues = 0; in otx2_xdp_setup()
H A Dotx2_common.c1006 if (pfvf->hw.xdp_queues && in otx2_cq_init()
1007 qidx < non_xdp_queues + pfvf->hw.xdp_queues) { in otx2_cq_init()
1014 pfvf->hw.xdp_queues; in otx2_cq_init()
H A Dotx2_common.h208 u16 xdp_queues; member
H A Dotx2_ethtool.c316 pfvf->hw.xdp_queues = channel->rx_count; in otx2_set_channels()