Home
last modified time | relevance | path

Searched refs:xsk_ring_prod__needs_wakeup (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/samples/bpf/
Dxsk_fwd.c541 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()
Dxdpsock_user.c1158 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()
/Linux-v5.15/tools/testing/selftests/bpf/
Dxdpxceiver.c564 if (xsk_ring_prod__needs_wakeup(&xsk->tx)) in complete_pkts()
585 if (xsk_ring_prod__needs_wakeup(&xsk->umem->fq)) { in receive_pkts()
597 if (xsk_ring_prod__needs_wakeup(&xsk->umem->fq)) { in receive_pkts()
646 else if (xsk_ring_prod__needs_wakeup(&xsk->tx)) in __send_pkts()
/Linux-v5.15/tools/lib/bpf/
Dxsk.h146 static inline int xsk_ring_prod__needs_wakeup(const struct xsk_ring_prod *r) in xsk_ring_prod__needs_wakeup() function
/Linux-v5.15/Documentation/networking/
Daf_xdp.rst381 if (xsk_ring_prod__needs_wakeup(&my_tx_ring))