Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/igc/
Digc_ethtool.c1044 if (adapter->flags & IGC_FLAG_RSS_FIELD_IPV4_UDP) in igc_ethtool_get_rss_hash_opts()
1098 #define UDP_RSS_FLAGS (IGC_FLAG_RSS_FIELD_IPV4_UDP | \
1127 flags &= ~IGC_FLAG_RSS_FIELD_IPV4_UDP; in igc_ethtool_set_rss_hash_opt()
1130 flags |= IGC_FLAG_RSS_FIELD_IPV4_UDP; in igc_ethtool_set_rss_hash_opt()
1190 if (flags & IGC_FLAG_RSS_FIELD_IPV4_UDP) in igc_ethtool_set_rss_hash_opt()
Digc.h307 #define IGC_FLAG_RSS_FIELD_IPV4_UDP BIT(6) macro
Digc_main.c786 if (adapter->flags & IGC_FLAG_RSS_FIELD_IPV4_UDP) in igc_setup_mrqc()