Searched refs:XDP_WAKEUP_RX (Results 1 – 5 of 5) sorted by relevance
50 err = stmmac_xsk_wakeup(priv->dev, queue, XDP_WAKEUP_RX); in stmmac_xdp_enable_pool()
40 if (pool->cached_need_wakeup & XDP_WAKEUP_RX) in xsk_set_rx_need_wakeup()44 pool->cached_need_wakeup |= XDP_WAKEUP_RX; in xsk_set_rx_need_wakeup()67 if (!(pool->cached_need_wakeup & XDP_WAKEUP_RX)) in xsk_clear_rx_need_wakeup()71 pool->cached_need_wakeup &= ~XDP_WAKEUP_RX; in xsk_clear_rx_need_wakeup()957 if (xs->pool->cached_need_wakeup & XDP_WAKEUP_RX && xs->zc) in __xsk_recvmsg()958 return xsk_wakeup(xs, XDP_WAKEUP_RX); in __xsk_recvmsg()
991 #define XDP_WAKEUP_RX (1 << 0) macro
10693 XDP_WAKEUP_RX); in ixgbe_xdp_setup()
13328 XDP_WAKEUP_RX); in i40e_xdp_setup()