Searched refs:IGB_FLAG_RSS_FIELD_IPV6_UDP (Results 1 – 3 of 3) sorted by relevance
2527 if (adapter->flags & IGB_FLAG_RSS_FIELD_IPV6_UDP) in igb_get_rxfh_fields()2573 IGB_FLAG_RSS_FIELD_IPV6_UDP)2618 flags &= ~IGB_FLAG_RSS_FIELD_IPV6_UDP; in igb_set_rxfh_fields()2621 flags |= IGB_FLAG_RSS_FIELD_IPV6_UDP; in igb_set_rxfh_fields()2669 if (flags & IGB_FLAG_RSS_FIELD_IPV6_UDP) in igb_set_rxfh_fields()
689 #define IGB_FLAG_RSS_FIELD_IPV6_UDP BIT(7) macro
4580 if (adapter->flags & IGB_FLAG_RSS_FIELD_IPV6_UDP) in igb_setup_mrqc()