Searched refs:xdp_queues (Results 1 – 5 of 5) sorted by relevance
502 qidx -= pfvf->hw.xdp_queues; in otx2_tx_napi_handler()769 qidx + pfvf->hw.xdp_queues : qidx; in otx2_sqe_add_hdr()1291 qidx -= pfvf->hw.xdp_queues; in otx2_cleanup_tx_cqes()
1786 pf->hw.non_qos_queues = pf->hw.tx_queues + pf->hw.xdp_queues; in otx2_open()1835 cq_poll->cq_ids[CQ_XDP] = (qidx < pf->hw.xdp_queues) ? in otx2_open()2072 sq_idx = (qidx >= pf->hw.tx_queues) ? (qidx + pf->hw.xdp_queues) : qidx; in otx2_xmit()2687 pf->hw.xdp_queues = pf->hw.rx_queues; in otx2_xdp_setup()2690 pf->hw.xdp_queues = 0; in otx2_xdp_setup()
1006 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()
208 u16 xdp_queues; member
316 pfvf->hw.xdp_queues = channel->rx_count; in otx2_set_channels()