Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/intel/igb/
Digb.h474 #define IGB_FLAG_RSS_FIELD_IPV4_UDP (1 << 6) macro
Digb_ethtool.c2422 if (adapter->flags & IGB_FLAG_RSS_FIELD_IPV4_UDP) in igb_get_rss_hash_opts()
2474 #define UDP_RSS_FLAGS (IGB_FLAG_RSS_FIELD_IPV4_UDP | \
2503 flags &= ~IGB_FLAG_RSS_FIELD_IPV4_UDP; in igb_set_rss_hash_opt()
2506 flags |= IGB_FLAG_RSS_FIELD_IPV4_UDP; in igb_set_rss_hash_opt()
2566 if (flags & IGB_FLAG_RSS_FIELD_IPV4_UDP) in igb_set_rss_hash_opt()
Digb_main.c3438 if (adapter->flags & IGB_FLAG_RSS_FIELD_IPV4_UDP) in igb_setup_mrqc()