Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/igb/
Digb.h474 #define IGB_FLAG_RSS_FIELD_IPV4_UDP (1 << 6) macro
Digb_ethtool.c2435 if (adapter->flags & IGB_FLAG_RSS_FIELD_IPV4_UDP) in igb_get_rss_hash_opts()
2487 #define UDP_RSS_FLAGS (IGB_FLAG_RSS_FIELD_IPV4_UDP | \
2516 flags &= ~IGB_FLAG_RSS_FIELD_IPV4_UDP; in igb_set_rss_hash_opt()
2519 flags |= IGB_FLAG_RSS_FIELD_IPV4_UDP; in igb_set_rss_hash_opt()
2579 if (flags & IGB_FLAG_RSS_FIELD_IPV4_UDP) in igb_set_rss_hash_opt()
Digb_main.c3434 if (adapter->flags & IGB_FLAG_RSS_FIELD_IPV4_UDP) in igb_setup_mrqc()