Searched refs:xsk_ring_cons__release (Results 1 – 4 of 4) sorted by relevance
1171 xsk_ring_cons__release(&xsk->umem->cq, rcvd); in complete_tx_l2fwd()1192 xsk_ring_cons__release(&xsk->umem->cq, rcvd); in complete_tx_only()1236 xsk_ring_cons__release(&xsk->rx, rcvd); in rx_drop()1406 xsk_ring_cons__release(&xsk->rx, rcvd); in l2fwd()
557 xsk_ring_cons__release(&p->rxq, n_pkts); in port_rx_burst()604 xsk_ring_cons__release(&p->umem_cq, n_pkts); in port_tx_burst()
225 static inline void xsk_ring_cons__release(struct xsk_ring_cons *cons, __u32 nb) in xsk_ring_cons__release() function
736 xsk_ring_cons__release(&xsk->umem->cq, rcvd); in complete_pkts()798 xsk_ring_cons__release(&xsk->rx, rcvd); in receive_pkts()
Completed in 15 milliseconds