Home
last modified time | relevance | path

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

/openbmc/qemu/net/
H A Daf-xdp.c134 if (!s->outstanding_tx || !xsk_ring_prod__needs_wakeup(&s->tx)) { in af_xdp_writable()
177 if (xsk_ring_prod__needs_wakeup(&s->tx)) { in af_xdp_receive()
213 if (xsk_ring_prod__needs_wakeup(&s->fq)) { in af_xdp_fq_refill()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxsk.h81 static inline int xsk_ring_prod__needs_wakeup(const struct xsk_ring_prod *r) in xsk_ring_prod__needs_wakeup() function
H A Dxskxceiver.c947 if (xsk_ring_prod__needs_wakeup(&xsk->tx)) in complete_pkts()
1023 if (xsk_ring_prod__needs_wakeup(&umem->fq)) { in receive_pkts()
/openbmc/linux/Documentation/networking/
H A Daf_xdp.rst381 if (xsk_ring_prod__needs_wakeup(&my_tx_ring))