Searched refs:igu_vf_conf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_sriov.c | 735 u32 igu_vf_conf; in qed_iov_vf_igu_set_int() local 739 igu_vf_conf = qed_rd(p_hwfn, p_ptt, IGU_REG_VF_CONFIGURATION); in qed_iov_vf_igu_set_int() 742 igu_vf_conf |= IGU_VF_CONF_MSI_MSIX_EN; 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 qed_wr(p_hwfn, p_ptt, IGU_REG_VF_CONFIGURATION, igu_vf_conf); in qed_iov_vf_igu_set_int() 785 u32 igu_vf_conf = IGU_VF_CONF_FUNC_EN; in qed_iov_enable_vf_access() local 812 SET_FIELD(igu_vf_conf, IGU_VF_CONF_PARENT, p_hwfn->rel_pf_id); in qed_iov_enable_vf_access() 813 STORE_RT_REG(p_hwfn, IGU_REG_VF_CONFIGURATION_RT_OFFSET, igu_vf_conf); in qed_iov_enable_vf_access()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_sriov.c | 737 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()
|
Completed in 13 milliseconds