Lines Matching refs:i_set
2984 u64 i_set = 0; in i40e_get_rss_hash_opts() local
3020 i_set = (u64)i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(0, in i40e_get_rss_hash_opts()
3027 if (i_set) { in i40e_get_rss_hash_opts()
3028 if (i_set & I40E_L4_SRC_MASK) in i40e_get_rss_hash_opts()
3030 if (i_set & I40E_L4_DST_MASK) in i40e_get_rss_hash_opts()
3035 if (i_set & I40E_L3_SRC_MASK) in i40e_get_rss_hash_opts()
3037 if (i_set & I40E_L3_DST_MASK) in i40e_get_rss_hash_opts()
3041 if (i_set & I40E_L3_V6_SRC_MASK) in i40e_get_rss_hash_opts()
3043 if (i_set & I40E_L3_V6_DST_MASK) in i40e_get_rss_hash_opts()
3352 u64 i_set = i_setc; in i40e_get_rss_hash_bits() local
3356 i_set |= I40E_L4_SRC_MASK; in i40e_get_rss_hash_bits()
3358 i_set &= ~I40E_L4_SRC_MASK; in i40e_get_rss_hash_bits()
3360 i_set |= I40E_L4_DST_MASK; in i40e_get_rss_hash_bits()
3362 i_set &= ~I40E_L4_DST_MASK; in i40e_get_rss_hash_bits()
3373 return i_set; in i40e_get_rss_hash_bits()
3377 i_set |= src_l3; in i40e_get_rss_hash_bits()
3379 i_set &= ~src_l3; in i40e_get_rss_hash_bits()
3381 i_set |= dst_l3; in i40e_get_rss_hash_bits()
3383 i_set &= ~dst_l3; in i40e_get_rss_hash_bits()
3385 return i_set; in i40e_get_rss_hash_bits()
3401 u64 i_set, i_setc; in i40e_set_rss_hash_opt() local
3485 i_set = i40e_get_rss_hash_bits(nfc, i_setc); in i40e_set_rss_hash_opt()
3487 (u32)i_set); in i40e_set_rss_hash_opt()
3489 (u32)(i_set >> 32)); in i40e_set_rss_hash_opt()