Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/net/ethernet/intel/igc/
Digc_ethtool.c980 if (adapter->flags & IGC_FLAG_RSS_FIELD_IPV6_UDP) in igc_get_rss_hash_opts()
1033 IGC_FLAG_RSS_FIELD_IPV6_UDP)
1076 flags &= ~IGC_FLAG_RSS_FIELD_IPV6_UDP; in igc_set_rss_hash_opt()
1079 flags |= IGC_FLAG_RSS_FIELD_IPV6_UDP; in igc_set_rss_hash_opt()
1127 if (flags & IGC_FLAG_RSS_FIELD_IPV6_UDP) in igc_set_rss_hash_opt()
Digc.h61 #define IGC_FLAG_RSS_FIELD_IPV6_UDP BIT(7) macro
Digc_main.c694 if (adapter->flags & IGC_FLAG_RSS_FIELD_IPV6_UDP) in igc_setup_mrqc()