Home
last modified time | relevance | path

Searched refs:IXGBE_XDP_TX (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_txrx_common.h9 #define IXGBE_XDP_TX BIT(1) macro
H A Dixgbe_main.c2560 if (xdp_res & (IXGBE_XDP_TX | IXGBE_XDP_REDIR)) { in ixgbe_clean_rx_irq()
2636 if (xdp_xmit & IXGBE_XDP_TX) { in ixgbe_clean_rx_irq()
9353 return IXGBE_XDP_TX; in ixgbe_xmit_xdp_ring()
11037 if (err != IXGBE_XDP_TX) in ixgbe_xdp_xmit()