Searched defs:UDP_RSS_FLAGS (Results 1 - 3 of 3) sorted by relevance

/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_ethtool.c668 #define UDP_RSS_FLAGS (FM10K_FLAG_RSS_FIELD_IPV4_UDP | \ macro
744 if ((flags & UDP_RSS_FLAGS) &&
745 !(interface->flags & UDP_RSS_FLAGS))
/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c2474 #define UDP_RSS_FLAGS (IGB_FLAG_RSS_FIELD_IPV4_UDP | \ macro
2550 if ((flags & UDP_RSS_FLAGS) &&
2551 !(adapter->flags & UDP_RSS_FLAGS))
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c2704 #define UDP_RSS_FLAGS (IXGBE_FLAG2_RSS_FIELD_IPV4_UDP | \ macro
2781 if ((flags2 & UDP_RSS_FLAGS) &&
2782 !(adapter->flags2 & UDP_RSS_FLAGS))

Completed in 77 milliseconds