Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c3143 u64 i_set = 0; in i40e_get_rss_hash_opts() local
3186 if (i_set) { in i40e_get_rss_hash_opts()
3572 u64 i_set = i_setc; in i40e_get_rss_hash_bits() local
3598 return i_set; in i40e_get_rss_hash_bits()
3602 i_set |= src_l3; in i40e_get_rss_hash_bits()
3604 i_set &= ~src_l3; in i40e_get_rss_hash_bits()
3606 i_set |= dst_l3; in i40e_get_rss_hash_bits()
3608 i_set &= ~dst_l3; in i40e_get_rss_hash_bits()
3610 return i_set; in i40e_get_rss_hash_bits()
3627 u64 i_set, i_setc; in i40e_set_rss_hash_opt() local
[all …]