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()
1386 if (opt_busy_poll || xsk_ring_prod__needs_wakeup(&umem->fq)) { in complete_tx_l2fwd()1413 if (!opt_need_wakeup || xsk_ring_prod__needs_wakeup(&xsk->tx)) { in complete_tx_only()1433 if (opt_busy_poll || xsk_ring_prod__needs_wakeup(&xsk->umem->fq)) { in rx_drop()1444 if (opt_busy_poll || xsk_ring_prod__needs_wakeup(&xsk->umem->fq)) { in rx_drop()1676 if (opt_busy_poll || xsk_ring_prod__needs_wakeup(&xsk->umem->fq)) { in l2fwd()1689 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
800 if (xsk_ring_prod__needs_wakeup(&xsk->tx)) in complete_pkts()849 if (xsk_ring_prod__needs_wakeup(&umem->fq)) { in receive_pkts()862 if (xsk_ring_prod__needs_wakeup(&umem->fq)) { in receive_pkts()
381 if (xsk_ring_prod__needs_wakeup(&my_tx_ring))