Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c3049 u8 flow_pctype = 0; in i40e_get_rss_hash_opts() local
3056 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV4_TCP; in i40e_get_rss_hash_opts()
3059 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV4_UDP; in i40e_get_rss_hash_opts()
3062 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV6_TCP; in i40e_get_rss_hash_opts()
3065 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV6_UDP; in i40e_get_rss_hash_opts()
3085 if (flow_pctype) { in i40e_get_rss_hash_opts()
3087 flow_pctype)) | in i40e_get_rss_hash_opts()
3089 flow_pctype)) << 32); in i40e_get_rss_hash_opts()
3517 u8 flow_pctype = 0; in i40e_set_rss_hash_opt() local
3535 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV4_TCP; in i40e_set_rss_hash_opt()
[all …]