Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/ice/
Dice_txrx_lib.c281 if (xdp_res & ICE_XDP_REDIR) in ice_finalize_xdp_rx()
Dice_txrx.h132 #define ICE_XDP_REDIR BIT(2) macro
Dice_xsk.c533 result = !err ? ICE_XDP_REDIR : ICE_XDP_CONSUMED; in ice_run_xdp_zc()
602 if (xdp_res & (ICE_XDP_TX | ICE_XDP_REDIR)) in ice_clean_rx_irq_zc()
Dice_txrx.c554 result = !err ? ICE_XDP_REDIR : ICE_XDP_CONSUMED; in ice_run_xdp()
1174 if (xdp_res & (ICE_XDP_TX | ICE_XDP_REDIR)) { in ice_clean_rx_irq()