Home
last modified time | relevance | path

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

/openbmc/linux/tools/include/uapi/linux/
H A Dif_xdp.h47 #define XDP_RING_NEED_WAKEUP (1 << 0) macro
/openbmc/linux/include/uapi/linux/
H A Dif_xdp.h47 #define XDP_RING_NEED_WAKEUP (1 << 0) macro
/openbmc/linux/tools/testing/selftests/bpf/
H A Dxsk.h83 return *r->flags & XDP_RING_NEED_WAKEUP; in xsk_ring_prod__needs_wakeup()
/openbmc/linux/net/xdp/
H A Dxsk.c44 pool->fq->ring->flags |= XDP_RING_NEED_WAKEUP; in xsk_set_rx_need_wakeup()
58 xs->tx->ring->flags |= XDP_RING_NEED_WAKEUP; in xsk_set_tx_need_wakeup()
71 pool->fq->ring->flags &= ~XDP_RING_NEED_WAKEUP; in xsk_clear_rx_need_wakeup()
85 xs->tx->ring->flags &= ~XDP_RING_NEED_WAKEUP; in xsk_clear_tx_need_wakeup()
1293 xs->tx->ring->flags |= XDP_RING_NEED_WAKEUP; in xsk_setsockopt()