igu_pf_conf      1810 drivers/net/ethernet/qlogic/qed/qed_int.c 	u32 igu_pf_conf = IGU_PF_CONF_FUNC_EN | IGU_PF_CONF_ATTN_BIT_EN;
igu_pf_conf      1815 drivers/net/ethernet/qlogic/qed/qed_int.c 		igu_pf_conf |= IGU_PF_CONF_INT_LINE_EN;
igu_pf_conf      1816 drivers/net/ethernet/qlogic/qed/qed_int.c 		igu_pf_conf |= IGU_PF_CONF_SINGLE_ISR_EN;
igu_pf_conf      1820 drivers/net/ethernet/qlogic/qed/qed_int.c 		igu_pf_conf |= IGU_PF_CONF_MSI_MSIX_EN;
igu_pf_conf      1821 drivers/net/ethernet/qlogic/qed/qed_int.c 		igu_pf_conf |= IGU_PF_CONF_SINGLE_ISR_EN;
igu_pf_conf      1825 drivers/net/ethernet/qlogic/qed/qed_int.c 		igu_pf_conf |= IGU_PF_CONF_MSI_MSIX_EN;
igu_pf_conf      1831 drivers/net/ethernet/qlogic/qed/qed_int.c 	qed_wr(p_hwfn, p_ptt, IGU_REG_PF_CONFIGURATION, igu_pf_conf);
igu_pf_conf      2255 drivers/net/ethernet/qlogic/qed/qed_int.c 	u32 igu_pf_conf = IGU_PF_CONF_FUNC_EN;
igu_pf_conf      2257 drivers/net/ethernet/qlogic/qed/qed_int.c 	STORE_RT_REG(p_hwfn, IGU_REG_PF_CONFIGURATION_RT_OFFSET, igu_pf_conf);