Searched refs:i40e_write_rx_ctl (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e_ethtool.c | 3718 i40e_write_rx_ctl(hw, I40E_GLQF_HASH_INSET(0, flow_id), in i40e_set_rxfh_fields() 3720 i40e_write_rx_ctl(hw, I40E_GLQF_HASH_INSET(1, flow_id), in i40e_set_rxfh_fields() 3726 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(0), (u32)hena); in i40e_set_rxfh_fields() 3727 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(1), (u32)(hena >> 32)); in i40e_set_rxfh_fields() 4074 i40e_write_rx_ctl(&pf->hw, in __i40e_reprogram_flex_pit() 4082 i40e_write_rx_ctl(&pf->hw, in __i40e_reprogram_flex_pit() 4100 i40e_write_rx_ctl(&pf->hw, in __i40e_reprogram_flex_pit() 4124 i40e_write_rx_ctl(&pf->hw, in i40e_reprogram_flex_pit() 4129 i40e_write_rx_ctl(&pf->hw, in i40e_reprogram_flex_pit()
|
| H A D | i40e.h | 1139 i40e_write_rx_ctl(&pf->hw, I40E_PRTQF_FD_INSET(addr, 1), in i40e_write_fd_input_set() 1141 i40e_write_rx_ctl(&pf->hw, I40E_PRTQF_FD_INSET(addr, 0), in i40e_write_fd_input_set()
|
| H A D | i40e_prototype.h | 408 void i40e_write_rx_ctl(struct i40e_hw *hw, u32 reg_addr, u32 reg_val);
|
| H A D | i40e_virtchnl_pf.c | 933 i40e_write_rx_ctl(hw, in i40e_map_pf_queues_to_vsi() 995 i40e_write_rx_ctl(hw, I40E_VSILAN_QBASE(vf->lan_vsi_id), in i40e_enable_vf_mappings() 3523 i40e_write_rx_ctl(hw, I40E_VFQF_HENA1(0, vf->vf_id), in i40e_vc_set_rss_hashcfg() 3525 i40e_write_rx_ctl(hw, I40E_VFQF_HENA1(1, vf->vf_id), in i40e_vc_set_rss_hashcfg()
|
| H A D | i40e_common.c | 3729 i40e_write_rx_ctl(hw, I40E_PFQF_CTL_0, val); in i40e_set_filter_control() 4589 void i40e_write_rx_ctl(struct i40e_hw *hw, u32 reg_addr, u32 reg_val) in i40e_write_rx_ctl() function
|
| H A D | i40e_main.c | 12486 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(0), (u32)hena); in i40e_pf_config_rss() 12487 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(1), (u32)(hena >> 32)); in i40e_pf_config_rss() 12494 i40e_write_rx_ctl(hw, I40E_PFQF_CTL_0, reg_val); in i40e_pf_config_rss() 12887 i40e_write_rx_ctl(hw, I40E_VFQF_HLUT1(i, vf_id), 0); in i40e_clear_rss_lut() 16161 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(0), 0); in i40e_remove() 16162 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(1), 0); in i40e_remove()
|