Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/intel/igc/
H A Digc_ethtool.c1058 if (adapter->flags & IGC_FLAG_RSS_FIELD_IPV4_UDP) in igc_ethtool_get_rss_hash_opts()
1112 #define UDP_RSS_FLAGS (IGC_FLAG_RSS_FIELD_IPV4_UDP | \
1141 flags &= ~IGC_FLAG_RSS_FIELD_IPV4_UDP; in igc_ethtool_set_rss_hash_opt()
1144 flags |= IGC_FLAG_RSS_FIELD_IPV4_UDP; in igc_ethtool_set_rss_hash_opt()
1204 if (flags & IGC_FLAG_RSS_FIELD_IPV4_UDP) in igc_ethtool_set_rss_hash_opt()
H A Digc.h395 #define IGC_FLAG_RSS_FIELD_IPV4_UDP BIT(6) macro
H A Digc_main.c821 if (adapter->flags & IGC_FLAG_RSS_FIELD_IPV4_UDP) in igc_setup_mrqc()