igu_vf_conf       756 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	u32 igu_vf_conf;
igu_vf_conf       760 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	igu_vf_conf = qed_rd(p_hwfn, p_ptt, IGU_REG_VF_CONFIGURATION);
igu_vf_conf       763 drivers/net/ethernet/qlogic/qed/qed_sriov.c 		igu_vf_conf |= IGU_VF_CONF_MSI_MSIX_EN;
igu_vf_conf       765 drivers/net/ethernet/qlogic/qed/qed_sriov.c 		igu_vf_conf &= ~IGU_VF_CONF_MSI_MSIX_EN;
igu_vf_conf       767 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	qed_wr(p_hwfn, p_ptt, IGU_REG_VF_CONFIGURATION, igu_vf_conf);
igu_vf_conf       806 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	u32 igu_vf_conf = IGU_VF_CONF_FUNC_EN;
igu_vf_conf       833 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	SET_FIELD(igu_vf_conf, IGU_VF_CONF_PARENT, p_hwfn->rel_pf_id);
igu_vf_conf       834 drivers/net/ethernet/qlogic/qed/qed_sriov.c 	STORE_RT_REG(p_hwfn, IGU_REG_VF_CONFIGURATION_RT_OFFSET, igu_vf_conf);