Searched refs:xdp_queues (Results 1 – 5 of 5) sorted by relevance
1035 if (qidx > pfvf->hw.xdp_queues) in otx2_sq_init()1036 otx2_attach_xsk_buff(pfvf, sq, (qidx - pfvf->hw.xdp_queues)); in otx2_sq_init()1085 if (pfvf->hw.xdp_queues && in otx2_cq_init()1086 qidx < non_xdp_queues + pfvf->hw.xdp_queues) { in otx2_cq_init()1093 pfvf->hw.xdp_queues; in otx2_cq_init()
528 qidx -= pfvf->hw.xdp_queues; in otx2_tx_napi_handler()814 qidx + pfvf->hw.xdp_queues : qidx; in otx2_sqe_add_hdr()1355 qidx -= pfvf->hw.xdp_queues; in otx2_cleanup_tx_cqes()
1933 pf->hw.non_qos_queues = pf->hw.tx_queues + pf->hw.xdp_queues; in otx2_alloc_queue_mem()2003 cq_poll->cq_ids[CQ_XDP] = (qidx < pf->hw.xdp_queues) ? in otx2_open()2231 sq_idx = (qidx >= pf->hw.tx_queues) ? (qidx + pf->hw.xdp_queues) : qidx; in otx2_xmit()2844 pf->hw.xdp_queues = pf->hw.rx_queues; in otx2_xdp_setup()2847 pf->hw.xdp_queues = 0; in otx2_xdp_setup()
202 u16 xdp_queues; member
302 pfvf->hw.xdp_queues = channel->rx_count; in otx2_set_channels()