Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/qede/base/
H A Decore_sriov.c842 u32 igu_vf_conf; in ecore_iov_vf_igu_set_int() local
846 igu_vf_conf = ecore_rd(p_hwfn, p_ptt, IGU_REG_VF_CONFIGURATION); in ecore_iov_vf_igu_set_int()
849 igu_vf_conf |= IGU_VF_CONF_MSI_MSIX_EN; in ecore_iov_vf_igu_set_int()
851 igu_vf_conf &= ~IGU_VF_CONF_MSI_MSIX_EN; in ecore_iov_vf_igu_set_int()
853 ecore_wr(p_hwfn, p_ptt, IGU_REG_VF_CONFIGURATION, igu_vf_conf); in ecore_iov_vf_igu_set_int()
899 u32 igu_vf_conf = IGU_VF_CONF_FUNC_EN; in ecore_iov_enable_vf_access() local
926 SET_FIELD(igu_vf_conf, IGU_VF_CONF_PARENT, p_hwfn->rel_pf_id); in ecore_iov_enable_vf_access()
927 STORE_RT_REG(p_hwfn, IGU_REG_VF_CONFIGURATION_RT_OFFSET, igu_vf_conf); in ecore_iov_enable_vf_access()