Searched refs:xsk_ring_prod__needs_wakeup (Results 1 – 2 of 2) sorted by relevance
497 if (!opt_need_wakeup || xsk_ring_prod__needs_wakeup(&xsk->tx)) in complete_tx_l2fwd()513 if (xsk_ring_prod__needs_wakeup(&umem->fq)) in complete_tx_l2fwd()537 if (!opt_need_wakeup || xsk_ring_prod__needs_wakeup(&xsk->tx)) in complete_tx_only()556 if (xsk_ring_prod__needs_wakeup(&xsk->umem->fq)) in rx_drop()565 if (xsk_ring_prod__needs_wakeup(&xsk->umem->fq)) in rx_drop()671 if (xsk_ring_prod__needs_wakeup(&xsk->umem->fq)) in l2fwd()680 if (xsk_ring_prod__needs_wakeup(&xsk->tx)) in l2fwd()
80 static inline int xsk_ring_prod__needs_wakeup(const struct xsk_ring_prod *r) in xsk_ring_prod__needs_wakeup() function