Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/intel/fm10k/
Dfm10k_ethtool.c763 if (interface->flags & FM10K_FLAG_RSS_FIELD_IPV4_UDP) in fm10k_get_rss_hash_opts()
811 #define UDP_RSS_FLAGS (FM10K_FLAG_RSS_FIELD_IPV4_UDP | \
840 flags &= ~FM10K_FLAG_RSS_FIELD_IPV4_UDP; in fm10k_set_rss_hash_opt()
843 flags |= FM10K_FLAG_RSS_FIELD_IPV4_UDP; in fm10k_set_rss_hash_opt()
900 if (flags & FM10K_FLAG_RSS_FIELD_IPV4_UDP) in fm10k_set_rss_hash_opt()
Dfm10k.h257 #define FM10K_FLAG_RSS_FIELD_IPV4_UDP (u32)(1 << 1) macro
Dfm10k_pci.c774 if (interface->flags & FM10K_FLAG_RSS_FIELD_IPV4_UDP) in fm10k_configure_dglort()