Searched refs:xsk_ring_prod__needs_wakeup (Results 1 – 5 of 5) sorted by relevance
541 if (xsk_ring_prod__needs_wakeup(&p->umem_fq)) { in port_rx_burst()568 if (xsk_ring_prod__needs_wakeup(&p->umem_fq)) { in port_rx_burst()614 if (xsk_ring_prod__needs_wakeup(&p->txq)) in port_tx_burst()625 if (xsk_ring_prod__needs_wakeup(&p->txq)) in port_tx_burst()
1158 if (opt_busy_poll || xsk_ring_prod__needs_wakeup(&umem->fq)) { in complete_tx_l2fwd()1185 if (!opt_need_wakeup || xsk_ring_prod__needs_wakeup(&xsk->tx)) { in complete_tx_only()1205 if (opt_busy_poll || xsk_ring_prod__needs_wakeup(&xsk->umem->fq)) { in rx_drop()1216 if (opt_busy_poll || xsk_ring_prod__needs_wakeup(&xsk->umem->fq)) { in rx_drop()1370 if (opt_busy_poll || xsk_ring_prod__needs_wakeup(&xsk->umem->fq)) { in l2fwd()1383 if (opt_busy_poll || xsk_ring_prod__needs_wakeup(&xsk->tx)) { in l2fwd()
152 static inline int xsk_ring_prod__needs_wakeup(const struct xsk_ring_prod *r) in xsk_ring_prod__needs_wakeup() function
722 if (xsk_ring_prod__needs_wakeup(&xsk->tx)) in complete_pkts()753 if (xsk_ring_prod__needs_wakeup(&umem->fq)) { in receive_pkts()765 if (xsk_ring_prod__needs_wakeup(&umem->fq)) { in receive_pkts()
381 if (xsk_ring_prod__needs_wakeup(&my_tx_ring))
Completed in 13 milliseconds