Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/os/
H A Dpcifm.c47 PCI_MDPE, PCI_STAT_S_PERROR, PCI_TARG_MDPE, DDI_FM_UNKNOWN,
57 PCI_MDPE, PCI_STAT_S_PERROR, PCI_TARG_MDPE, DDI_FM_UNKNOWN,
679 PCI_STAT_R_MAST_AB | PCI_STAT_S_PERROR | PCI_STAT_S_SYSERR)) in pci_bdg_error_report()
782 PCI_STAT_S_PERROR) in pcix_ecc_error_report()
788 PCI_STAT_S_PERROR) in pcix_ecc_error_report()
/titanic_44/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c47 PCI_STAT_R_MAST_AB | PCI_STAT_R_TARG_AB | PCI_STAT_S_PERROR)
63 #define PF_PCI_PARITY_ERR (PCI_STAT_S_PERROR | PCI_STAT_PERROR)
1320 {PCI_STAT_S_PERROR, pf_analyse_pci,
1342 {PCI_STAT_S_PERROR, pf_analyse_pci,
1616 if (bit & (PCI_STAT_PERROR | PCI_STAT_S_PERROR)) { in pf_analyse_pci()
1744 PCI_STAT_S_PERROR) in pf_analyse_perr_assert()
/titanic_44/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_fire.c62 FAB_FIRE_UE(PP, PTLP, PCI_STAT_S_PERROR,
H A Dfx_fabric.c48 PCI_MDPE, PCI_STAT_S_PERROR, NULL,
59 PCI_MDPE, PCI_STAT_S_PERROR, NULL,
/titanic_44/usr/src/uts/sun4u/io/pci/
H A Dpcipsy.c894 s = PCI_STAT_PERROR | PCI_STAT_S_PERROR | in pbm_configure()
896 PCI_STAT_S_TARG_AB | PCI_STAT_S_PERROR; in pbm_configure()
1884 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()
/titanic_44/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()
/titanic_44/usr/src/uts/common/sys/
H A Dpci.h176 #define PCI_STAT_S_PERROR 0x100 /* Data Parity Reported */ macro
/titanic_44/usr/src/uts/sun4/io/px/
H A Dpx_util.c670 if ((status_reg & PCI_STAT_S_PERROR) && perr_fatal) in px_log_cfg_err()
/titanic_44/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()
/titanic_44/usr/src/uts/common/io/
H A Dpcic.c6358 if (e & PCI_STAT_S_PERROR) { in log_pci_cfg_err()