Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
Digc_ethtool.c1023 if (adapter->flags & IGC_FLAG_RSS_FIELD_IPV4_UDP) in igc_ethtool_get_rss_hash_opts()
1077 #define UDP_RSS_FLAGS (IGC_FLAG_RSS_FIELD_IPV4_UDP | \
1106 flags &= ~IGC_FLAG_RSS_FIELD_IPV4_UDP; in igc_ethtool_set_rss_hash_opt()
1109 flags |= IGC_FLAG_RSS_FIELD_IPV4_UDP; in igc_ethtool_set_rss_hash_opt()
1169 if (flags & IGC_FLAG_RSS_FIELD_IPV4_UDP) in igc_ethtool_set_rss_hash_opt()
Digc.h266 #define IGC_FLAG_RSS_FIELD_IPV4_UDP BIT(6) macro
Digc_main.c683 if (adapter->flags & IGC_FLAG_RSS_FIELD_IPV4_UDP) in igc_setup_mrqc()