Searched refs:I40E_PFQF_HENA (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/net/ethernet/intel/i40e/ |
H A D | i40e_register.h | 631 #define I40E_PFQF_HENA(_i) (0x00245900 + ((_i) * 128)) /* _i=0...1 */ /* Reset: CORER */ macro
|
H A D | i40e_ethtool.c | 3621 u64 hena = (u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(0)) | in i40e_set_rss_hash_opt() 3622 ((u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(1)) << 32); in i40e_set_rss_hash_opt() 3720 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(0), (u32)hena); in i40e_set_rss_hash_opt() 3721 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(1), (u32)(hena >> 32)); in i40e_set_rss_hash_opt()
|
H A D | i40e_main.c | 12462 hena = (u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(0)) | in i40e_pf_config_rss() 12463 ((u64)i40e_read_rx_ctl(hw, I40E_PFQF_HENA(1)) << 32); in i40e_pf_config_rss() 12466 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(0), (u32)hena); in i40e_pf_config_rss() 12467 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(1), (u32)(hena >> 32)); in i40e_pf_config_rss() 16318 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(0), 0); in i40e_remove() 16319 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(1), 0); in i40e_remove()
|