Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/ethernet/intel/igb/
Digb_ethtool.c2526 if (adapter->flags & IGB_FLAG_RSS_FIELD_IPV4_UDP) in igb_get_rss_hash_opts()
2588 #define UDP_RSS_FLAGS (IGB_FLAG_RSS_FIELD_IPV4_UDP | \
2617 flags &= ~IGB_FLAG_RSS_FIELD_IPV4_UDP; in igb_set_rss_hash_opt()
2620 flags |= IGB_FLAG_RSS_FIELD_IPV4_UDP; in igb_set_rss_hash_opt()
2680 if (flags & IGB_FLAG_RSS_FIELD_IPV4_UDP) in igb_set_rss_hash_opt()
Digb.h678 #define IGB_FLAG_RSS_FIELD_IPV4_UDP BIT(6) macro
Digb_main.c4460 if (adapter->flags & IGB_FLAG_RSS_FIELD_IPV4_UDP) in igb_setup_mrqc()