Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/intel/i40e/
Di40e_ethtool.c3137 u64 i_set = 0; in i40e_get_rss_hash_opts() local
3173 i_set = (u64)i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(0, in i40e_get_rss_hash_opts()
3180 if (i_set) { in i40e_get_rss_hash_opts()
3181 if (i_set & I40E_L4_SRC_MASK) in i40e_get_rss_hash_opts()
3183 if (i_set & I40E_L4_DST_MASK) in i40e_get_rss_hash_opts()
3189 if (i_set & I40E_X722_L3_SRC_MASK) in i40e_get_rss_hash_opts()
3191 if (i_set & I40E_X722_L3_DST_MASK) in i40e_get_rss_hash_opts()
3194 if (i_set & I40E_L3_SRC_MASK) in i40e_get_rss_hash_opts()
3196 if (i_set & I40E_L3_DST_MASK) in i40e_get_rss_hash_opts()
3201 if (i_set & I40E_L3_V6_SRC_MASK) in i40e_get_rss_hash_opts()
[all …]