Searched refs:PCI_FM_SEV_INC (Results 1 – 2 of 2) sorted by relevance
657 PCI_FM_SEV_INC(pci_bdg_err_tbl[i].flags); in pci_bdg_error_report()706 PCI_FM_SEV_INC(ret); in pci_bdg_error_report()757 PCI_FM_SEV_INC(ecc_corr ? DDI_FM_OK : in pcix_ecc_error_report()766 PCI_FM_SEV_INC(ecc_corr ? in pcix_ecc_error_report()800 PCI_FM_SEV_INC(ret); in pcix_ecc_error_report()867 PCI_FM_SEV_INC(sec_ue ? DDI_FM_FATAL : in pcix_ecc_error_report()901 PCI_FM_SEV_INC(pcix_err_tbl[i].flags); in pcix_bdg_error_report()920 PCI_FM_SEV_INC(pcix_sec_err_tbl[i].flags); in pcix_bdg_error_report()931 PCI_FM_SEV_INC(ret); in pcix_bdg_error_report()961 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