Searched refs:igu_vf_conf (Results 1 – 1 of 1) sorted by relevance
756 u32 igu_vf_conf; in qed_iov_vf_igu_set_int() local760 igu_vf_conf = qed_rd(p_hwfn, p_ptt, IGU_REG_VF_CONFIGURATION); in qed_iov_vf_igu_set_int()763 igu_vf_conf |= IGU_VF_CONF_MSI_MSIX_EN; in qed_iov_vf_igu_set_int()765 igu_vf_conf &= ~IGU_VF_CONF_MSI_MSIX_EN; in qed_iov_vf_igu_set_int()767 qed_wr(p_hwfn, p_ptt, IGU_REG_VF_CONFIGURATION, igu_vf_conf); in qed_iov_vf_igu_set_int()806 u32 igu_vf_conf = IGU_VF_CONF_FUNC_EN; in qed_iov_enable_vf_access() local833 SET_FIELD(igu_vf_conf, IGU_VF_CONF_PARENT, p_hwfn->rel_pf_id); in qed_iov_enable_vf_access()834 STORE_RT_REG(p_hwfn, IGU_REG_VF_CONFIGURATION_RT_OFFSET, igu_vf_conf); in qed_iov_enable_vf_access()