Searched refs:xsk_ring_prod__needs_wakeup (Results 1 – 4 of 4) 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()
1135 if (xsk_ring_prod__needs_wakeup(&umem->fq)) { in complete_tx_l2fwd()1162 if (!opt_need_wakeup || xsk_ring_prod__needs_wakeup(&xsk->tx)) { in complete_tx_only()1183 if (xsk_ring_prod__needs_wakeup(&xsk->umem->fq)) { in rx_drop()1194 if (xsk_ring_prod__needs_wakeup(&xsk->umem->fq)) { in rx_drop()1345 if (xsk_ring_prod__needs_wakeup(&xsk->umem->fq)) { in l2fwd()1357 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
381 if (xsk_ring_prod__needs_wakeup(&my_tx_ring))