Searched refs:idx_tx (Results 1 – 1 of 1) sorted by relevance
453 uint32_t idx_tx; in af_xdp_tx_zc() local467 if (!xsk_ring_prod__reserve(&txq->tx, 1, &idx_tx)) { in af_xdp_tx_zc()470 &idx_tx)) in af_xdp_tx_zc()473 desc = xsk_ring_prod__tx_desc(&txq->tx, idx_tx); in af_xdp_tx_zc()491 if (!xsk_ring_prod__reserve(&txq->tx, 1, &idx_tx)) { in af_xdp_tx_zc()497 desc = xsk_ring_prod__tx_desc(&txq->tx, idx_tx); in af_xdp_tx_zc()538 uint32_t idx_tx; in af_xdp_tx_cp() local550 if (xsk_ring_prod__reserve(&txq->tx, nb_pkts, &idx_tx) != nb_pkts) { in af_xdp_tx_cp()560 desc = xsk_ring_prod__tx_desc(&txq->tx, idx_tx + i); in af_xdp_tx_cp()