Home
last modified time | relevance | path

Searched refs:PCI_STAT_S_PERROR (Results 1 – 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c51 PCI_MDPE, PCI_STAT_S_PERROR, PCI_TARG_MDPE, DDI_FM_UNKNOWN,
61 PCI_MDPE, PCI_STAT_S_PERROR, PCI_TARG_MDPE, DDI_FM_UNKNOWN,
683 PCI_STAT_R_MAST_AB | PCI_STAT_S_PERROR | PCI_STAT_S_SYSERR)) in pci_bdg_error_report()
786 PCI_STAT_S_PERROR) in pcix_ecc_error_report()
792 PCI_STAT_S_PERROR) in pcix_ecc_error_report()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c49 PCI_STAT_R_MAST_AB | PCI_STAT_R_TARG_AB | PCI_STAT_S_PERROR)
65 #define PF_PCI_PARITY_ERR (PCI_STAT_S_PERROR | PCI_STAT_PERROR)
1409 {PCI_STAT_S_PERROR, pf_analyse_pci,
1431 {PCI_STAT_S_PERROR, pf_analyse_pci,
1707 if (bit & (PCI_STAT_PERROR | PCI_STAT_S_PERROR)) { in pf_analyse_pci()
1835 PCI_STAT_S_PERROR) in pf_analyse_perr_assert()
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_fabric.c51 PCI_MDPE, PCI_STAT_S_PERROR, NULL,
62 PCI_MDPE, PCI_STAT_S_PERROR, NULL,
H A Dfx_fire.c62 FAB_FIRE_UE(PP, PTLP, PCI_STAT_S_PERROR,
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcipsy.c888 s = PCI_STAT_PERROR | PCI_STAT_S_PERROR | in pbm_configure()
890 PCI_STAT_S_TARG_AB | PCI_STAT_S_PERROR; in pbm_configure()
1852 if ((pci_cfg_stat & (PCI_STAT_S_PERROR | PCI_STAT_S_TARG_AB | in pci_check_error()
H A Dpci_util.c756 case PCI_STAT_S_PERROR: in pci_cfg_report()
H A Dpcisch.c936 s = PCI_STAT_PERROR | PCI_STAT_S_PERROR | in pbm_configure()
938 PCI_STAT_S_TARG_AB | PCI_STAT_S_PERROR; in pbm_configure()
2252 if ((pci_cfg_stat & (PCI_STAT_S_PERROR | PCI_STAT_S_TARG_AB | in pci_check_error()
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcicmu.c1464 #define csr_err (PCI_STAT_PERROR | PCI_STAT_S_PERROR | \ in pcmu_pbm_configure()
1466 PCI_STAT_S_TARG_AB | PCI_STAT_S_PERROR) in pcmu_pbm_configure()
2092 if ((pcmu_cfg_stat & (PCI_STAT_S_PERROR | PCI_STAT_S_TARG_AB | in pcmu_check_error()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_util.c668 if ((status_reg & PCI_STAT_S_PERROR) && perr_fatal) in px_log_cfg_err()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h180 #define PCI_STAT_S_PERROR 0x100 /* Data Parity Reported */ macro
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c716 status |= (PCI_STAT_S_PERROR | PCI_STAT_S_SYSERR | PCI_STAT_R_MAST_AB | in yge_reset()
2119 PCI_STAT_S_PERROR | PCI_STAT_S_SYSERR | PCI_STAT_R_MAST_AB | in yge_intr_hwerr()
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c6360 if (e & PCI_STAT_S_PERROR) { in log_pci_cfg_err()