Searched refs:I40E_XDP_REDIR (Results 1 – 2 of 2) sorted by relevance
24 #define I40E_XDP_REDIR BIT(2) macro
2290 result = I40E_XDP_REDIR; in i40e_run_xdp()2353 if (xdp_res & I40E_XDP_REDIR) in i40e_finalize_xdp_rx()2538 xdp_xmit |= xdp_res & (I40E_XDP_TX | I40E_XDP_REDIR); in i40e_clean_rx_irq()2543 } else if (xdp_res & (I40E_XDP_TX | I40E_XDP_REDIR)) { in i40e_clean_rx_irq()