Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igb/
H A Digb_ethtool.c2528 if (adapter->flags & IGB_FLAG_RSS_FIELD_IPV4_UDP) in igb_get_rss_hash_opts()
2590 #define UDP_RSS_FLAGS (IGB_FLAG_RSS_FIELD_IPV4_UDP | \
2619 flags &= ~IGB_FLAG_RSS_FIELD_IPV4_UDP; in igb_set_rss_hash_opt()
2622 flags |= IGB_FLAG_RSS_FIELD_IPV4_UDP; in igb_set_rss_hash_opt()
2682 if (flags & IGB_FLAG_RSS_FIELD_IPV4_UDP) in igb_set_rss_hash_opt()
H A Digb.h680 #define IGB_FLAG_RSS_FIELD_IPV4_UDP BIT(6) macro
H A Digb_main.c4477 if (adapter->flags & IGB_FLAG_RSS_FIELD_IPV4_UDP) in igb_setup_mrqc()