Searched refs:PCI_FM_SEV_INC (Results 1 – 2 of 2) sorted by relevance
653 PCI_FM_SEV_INC(pci_bdg_err_tbl[i].flags); in pci_bdg_error_report()702 PCI_FM_SEV_INC(ret); in pci_bdg_error_report()753 PCI_FM_SEV_INC(ecc_corr ? DDI_FM_OK : in pcix_ecc_error_report()762 PCI_FM_SEV_INC(ecc_corr ? in pcix_ecc_error_report()796 PCI_FM_SEV_INC(ret); in pcix_ecc_error_report()863 PCI_FM_SEV_INC(sec_ue ? DDI_FM_FATAL : in pcix_ecc_error_report()897 PCI_FM_SEV_INC(pcix_err_tbl[i].flags); in pcix_bdg_error_report()916 PCI_FM_SEV_INC(pcix_sec_err_tbl[i].flags); in pcix_bdg_error_report()927 PCI_FM_SEV_INC(ret); in pcix_bdg_error_report()957 PCI_FM_SEV_INC(pcix_err_tbl[i].flags); in pcix_error_report()[all …]
139 #define PCI_FM_SEV_INC(x) ((x) == DDI_FM_FATAL) ? fatal++ :\ macro