Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c3414 u64 src_l3 = 0, dst_l3 = 0; in i40e_get_rss_hash_bits() local
3426 src_l3 = I40E_L3_V6_SRC_MASK; in i40e_get_rss_hash_bits()
3431 src_l3 = I40E_X722_L3_SRC_MASK; in i40e_get_rss_hash_bits()
3434 src_l3 = I40E_L3_SRC_MASK; in i40e_get_rss_hash_bits()
3443 i_set |= src_l3; in i40e_get_rss_hash_bits()
3445 i_set &= ~src_l3; in i40e_get_rss_hash_bits()
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/i40e/
H A Di40e_ethtool.c3569 u64 src_l3 = 0, dst_l3 = 0; in i40e_get_rss_hash_bits() local
3581 src_l3 = I40E_L3_V6_SRC_MASK; in i40e_get_rss_hash_bits()
3586 src_l3 = I40E_X722_L3_SRC_MASK; in i40e_get_rss_hash_bits()
3589 src_l3 = I40E_L3_SRC_MASK; in i40e_get_rss_hash_bits()
3598 i_set |= src_l3; in i40e_get_rss_hash_bits()
3600 i_set &= ~src_l3; in i40e_get_rss_hash_bits()

Completed in 13 milliseconds