Searched refs:IXGBE_XDP_TX (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_txrx_common.h9 #define IXGBE_XDP_TX BIT(1) macro
H A Dixgbe_xsk.c309 if (likely(xdp_res & (IXGBE_XDP_TX | IXGBE_XDP_REDIR))) {
355 if (xdp_xmit & IXGBE_XDP_TX) {
H A Dixgbe_main.c2384 if (xdp_res & (IXGBE_XDP_TX | IXGBE_XDP_REDIR)) {
2460 if (xdp_xmit & IXGBE_XDP_TX) {
8720 return IXGBE_XDP_TX;
10404 if (err != IXGBE_XDP_TX)

Completed in 211 milliseconds