Home
last modified time | relevance | path

Searched refs:igu_vf_conf (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/
H A Dqed_sriov.c737 u32 igu_vf_conf; in qed_iov_vf_igu_set_int() local
741 igu_vf_conf = qed_rd(p_hwfn, p_ptt, IGU_REG_VF_CONFIGURATION); in qed_iov_vf_igu_set_int()
744 igu_vf_conf |= IGU_VF_CONF_MSI_MSIX_EN; in qed_iov_vf_igu_set_int()
746 igu_vf_conf &= ~IGU_VF_CONF_MSI_MSIX_EN; in qed_iov_vf_igu_set_int()
748 qed_wr(p_hwfn, p_ptt, IGU_REG_VF_CONFIGURATION, igu_vf_conf); in qed_iov_vf_igu_set_int()
787 u32 igu_vf_conf = IGU_VF_CONF_FUNC_EN; in qed_iov_enable_vf_access() local
814 SET_FIELD(igu_vf_conf, IGU_VF_CONF_PARENT, p_hwfn->rel_pf_id); in qed_iov_enable_vf_access()
815 STORE_RT_REG(p_hwfn, IGU_REG_VF_CONFIGURATION_RT_OFFSET, igu_vf_conf); in qed_iov_enable_vf_access()