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 | 3721 i40e_write_rx_ctl(hw, I40E_GLQF_HASH_INSET(0, flow_id), in i40e_set_rxfh_fields() 3723 i40e_write_rx_ctl(hw, I40E_GLQF_HASH_INSET(1, flow_id), in i40e_set_rxfh_fields() 3729 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(0), (u32)hena); in i40e_set_rxfh_fields() 3730 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(1), (u32)(hena >> 32)); in i40e_set_rxfh_fields() 4077 i40e_write_rx_ctl(&pf->hw, in __i40e_reprogram_flex_pit() 4085 i40e_write_rx_ctl(&pf->hw, in __i40e_reprogram_flex_pit() 4103 i40e_write_rx_ctl(&pf->hw, in __i40e_reprogram_flex_pit() 4127 i40e_write_rx_ctl(&pf->hw, in i40e_reprogram_flex_pit() 4132 i40e_write_rx_ctl(&pf->hw, in i40e_reprogram_flex_pit()
|
H A D | i40e.h | 1135 i40e_write_rx_ctl(&pf->hw, I40E_PRTQF_FD_INSET(addr, 1), in i40e_write_fd_input_set() 1137 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 | 919 i40e_write_rx_ctl(hw, in i40e_map_pf_queues_to_vsi() 981 i40e_write_rx_ctl(hw, I40E_VSILAN_QBASE(vf->lan_vsi_id), in i40e_enable_vf_mappings() 3500 i40e_write_rx_ctl(hw, I40E_VFQF_HENA1(0, vf->vf_id), in i40e_vc_set_rss_hashcfg() 3502 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 | 12456 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(0), (u32)hena); in i40e_pf_config_rss() 12457 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(1), (u32)(hena >> 32)); in i40e_pf_config_rss() 12464 i40e_write_rx_ctl(hw, I40E_PFQF_CTL_0, reg_val); in i40e_pf_config_rss() 12857 i40e_write_rx_ctl(hw, I40E_VFQF_HLUT1(i, vf_id), 0); in i40e_clear_rss_lut() 16133 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(0), 0); in i40e_remove() 16134 i40e_write_rx_ctl(hw, I40E_PFQF_HENA(1), 0); in i40e_remove()
|