Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c3034 u8 flow_pctype = 0; in i40e_get_rss_hash_opts() local
3041 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV4_TCP; in i40e_get_rss_hash_opts()
3044 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV4_UDP; in i40e_get_rss_hash_opts()
3047 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV6_TCP; in i40e_get_rss_hash_opts()
3050 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV6_UDP; in i40e_get_rss_hash_opts()
3070 if (flow_pctype) { in i40e_get_rss_hash_opts()
3072 flow_pctype)) | in i40e_get_rss_hash_opts()
3074 flow_pctype)) << 32); in i40e_get_rss_hash_opts()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c3138 u8 flow_pctype = 0; in i40e_get_rss_hash_opts() local
3145 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV4_TCP; in i40e_get_rss_hash_opts()
3148 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV4_UDP; in i40e_get_rss_hash_opts()
3151 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV6_TCP; in i40e_get_rss_hash_opts()
3154 flow_pctype = I40E_FILTER_PCTYPE_NONF_IPV6_UDP; in i40e_get_rss_hash_opts()
3174 if (flow_pctype) { in i40e_get_rss_hash_opts()
3176 flow_pctype)) | in i40e_get_rss_hash_opts()
3178 flow_pctype)) << 32); in i40e_get_rss_hash_opts()

Completed in 12 milliseconds