Home
last modified time | relevance | path

Searched refs:UDP_RSS_FLAGS (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c1115 #define UDP_RSS_FLAGS (IGC_FLAG_RSS_FIELD_IPV4_UDP | \ macro
1193 if ((flags & UDP_RSS_FLAGS) && in igc_ethtool_set_rxfh_fields()
1194 !(adapter->flags & UDP_RSS_FLAGS)) in igc_ethtool_set_rxfh_fields()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c2575 #define UDP_RSS_FLAGS (IGB_FLAG_RSS_FIELD_IPV4_UDP | \ macro
2653 if ((flags & UDP_RSS_FLAGS) && in igb_set_rxfh_fields()
2654 !(adapter->flags & UDP_RSS_FLAGS)) in igb_set_rxfh_fields()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ethtool.c3079 #define UDP_RSS_FLAGS (IXGBE_FLAG2_RSS_FIELD_IPV4_UDP | \ macro
3165 if ((flags2 & UDP_RSS_FLAGS) && in ixgbe_set_rxfh_fields()
3166 !(adapter->flags2 & UDP_RSS_FLAGS)) in ixgbe_set_rxfh_fields()