Home
last modified time | relevance | path

Searched refs:PCI_FM_SEV_INC (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c706 PCI_FM_SEV_INC(ret); in pci_bdg_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()
931 PCI_FM_SEV_INC(ret); in pcix_bdg_error_report()
968 PCI_FM_SEV_INC(ret); in pcix_error_report()
1007 PCI_FM_SEV_INC(pci_err_tbl[i].flags); in pci_error_report()
1013 PCI_FM_SEV_INC(ret); in pci_error_report()
1016 PCI_FM_SEV_INC(ret); in pci_error_report()
1023 PCI_FM_SEV_INC(ret); in pci_error_report()
1035 PCI_FM_SEV_INC(ret); in pci_error_report()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dpcifm.h139 #define PCI_FM_SEV_INC(x) ((x) == DDI_FM_FATAL) ? fatal++ :\ macro