Lines Matching refs:i_set
3031 u64 i_set = 0; in i40e_get_rss_hash_opts() local
3067 i_set = (u64)i40e_read_rx_ctl(hw, I40E_GLQF_HASH_INSET(0, in i40e_get_rss_hash_opts()
3074 if (i_set) { in i40e_get_rss_hash_opts()
3075 if (i_set & I40E_L4_SRC_MASK) in i40e_get_rss_hash_opts()
3077 if (i_set & I40E_L4_DST_MASK) in i40e_get_rss_hash_opts()
3082 if (i_set & I40E_L3_SRC_MASK) in i40e_get_rss_hash_opts()
3084 if (i_set & I40E_L3_DST_MASK) in i40e_get_rss_hash_opts()
3088 if (i_set & I40E_L3_V6_SRC_MASK) in i40e_get_rss_hash_opts()
3090 if (i_set & I40E_L3_V6_DST_MASK) in i40e_get_rss_hash_opts()
3450 u64 i_set = i_setc; in i40e_get_rss_hash_bits() local
3454 i_set |= I40E_L4_SRC_MASK; in i40e_get_rss_hash_bits()
3456 i_set &= ~I40E_L4_SRC_MASK; in i40e_get_rss_hash_bits()
3458 i_set |= I40E_L4_DST_MASK; in i40e_get_rss_hash_bits()
3460 i_set &= ~I40E_L4_DST_MASK; in i40e_get_rss_hash_bits()
3471 return i_set; in i40e_get_rss_hash_bits()
3475 i_set |= src_l3; in i40e_get_rss_hash_bits()
3477 i_set &= ~src_l3; in i40e_get_rss_hash_bits()
3479 i_set |= dst_l3; in i40e_get_rss_hash_bits()
3481 i_set &= ~dst_l3; in i40e_get_rss_hash_bits()
3483 return i_set; in i40e_get_rss_hash_bits()
3499 u64 i_set, i_setc; in i40e_set_rss_hash_opt() local
3583 i_set = i40e_get_rss_hash_bits(nfc, i_setc); in i40e_set_rss_hash_opt()
3585 (u32)i_set); in i40e_set_rss_hash_opt()
3587 (u32)(i_set >> 32)); in i40e_set_rss_hash_opt()