Searched refs:PCI_STAT_S_PERROR (Results 1 – 12 of 12) sorted by relevance
/titanic_44/usr/src/uts/common/os/ |
H A D | pcifm.c | 47 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 D | pcie_fault.c | 47 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 D | fx_fire.c | 62 FAB_FIRE_UE(PP, PTLP, PCI_STAT_S_PERROR,
|
H A D | fx_fabric.c | 48 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 D | pcipsy.c | 894 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 D | pci_util.c | 756 case PCI_STAT_S_PERROR: in pci_cfg_report()
|
H A D | pcisch.c | 936 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 D | pcicmu.c | 1464 #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 D | pci.h | 176 #define PCI_STAT_S_PERROR 0x100 /* Data Parity Reported */ macro
|
/titanic_44/usr/src/uts/sun4/io/px/ |
H A D | px_util.c | 670 if ((status_reg & PCI_STAT_S_PERROR) && perr_fatal) in px_log_cfg_err()
|
/titanic_44/usr/src/uts/common/io/yge/ |
H A D | yge.c | 716 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 D | pcic.c | 6358 if (e & PCI_STAT_S_PERROR) { in log_pci_cfg_err()
|