Searched refs:PCI_STAT_PERROR (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcie_fault.c | 65 #define PF_PCI_PARITY_ERR (PCI_STAT_S_PERROR | PCI_STAT_PERROR) 1406 {PCI_STAT_PERROR, pf_analyse_pci, 1428 {PCI_STAT_PERROR, pf_analyse_pci, 1707 if (bit & (PCI_STAT_PERROR | PCI_STAT_S_PERROR)) { in pf_analyse_pci() 1845 PCI_STAT_PERROR) in pf_analyse_perr_assert() 1912 if (pf_matched_in_rc(dq_head_p, pfd_p, PCI_STAT_PERROR)) in pf_analyse_ptlp() 2054 if (pf_matched_in_rc(dq_head_p, pfd_p, PCI_STAT_PERROR)) in pf_analyse_uc_data() 2100 if (!(status & PCI_STAT_PERROR)) in pf_adjust_for_no_aer() 2158 if (!(status & PCI_STAT_PERROR)) in pf_adjust_for_no_saer() 2310 PCI_STAT_PERROR)) { in pf_pci_find_trans_type()
|
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fx_fabric.c | 50 PCI_DET_PERR, PCI_STAT_PERROR, NULL, 61 PCI_DET_PERR, PCI_STAT_PERROR, NULL,
|
H A D | fx_fire.c | 63 (PCI_STAT_S_SYSERR | PCI_STAT_PERROR)),
|
/illumos-gate/usr/src/uts/sun4/io/px/ |
H A D | px_util.c | 662 if ((status_reg & PCI_STAT_PERROR) && perr_fatal) in px_log_cfg_err()
|
H A D | px_fm.c | 605 PCI_BDG_ERR_REG(pfd_p)->pci_bdg_sec_stat = PCI_STAT_PERROR; in px_err_check_pcie()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pci.h | 186 #define PCI_STAT_PERROR 0x8000 /* Detected Parity Error */ macro
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | pcifm.c | 50 PCI_DET_PERR, PCI_STAT_PERROR, NULL, DDI_FM_UNKNOWN, 60 PCI_DET_PERR, PCI_STAT_PERROR, NULL, DDI_FM_UNKNOWN,
|
/illumos-gate/usr/src/uts/sun4u/io/pci/ |
H A D | pcipsy.c | 888 s = PCI_STAT_PERROR | PCI_STAT_S_PERROR | in pbm_configure() 1854 PCI_STAT_S_SYSERR | PCI_STAT_PERROR)) || in pci_check_error()
|
H A D | pcisch.c | 936 s = PCI_STAT_PERROR | PCI_STAT_S_PERROR | in pbm_configure() 2254 PCI_STAT_S_SYSERR | PCI_STAT_PERROR)) || in pci_check_error() 2491 if ((pbm_err.pbm_pci.pci_cfg_stat & PCI_STAT_PERROR) && in pci_pbm_err_handler()
|
/illumos-gate/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() 2094 PCI_STAT_S_SYSERR | PCI_STAT_PERROR)) || in pcmu_check_error()
|
/illumos-gate/usr/src/uts/sun4v/io/px/ |
H A D | px_err.c | 178 s_status |= PCI_STAT_PERROR; in px_err_fill_pfd()
|
/illumos-gate/usr/src/uts/common/io/yge/ |
H A D | yge.c | 717 PCI_STAT_R_TARG_AB | PCI_STAT_PERROR); in yge_reset() 2120 PCI_STAT_R_TARG_AB | PCI_STAT_PERROR); in yge_intr_hwerr()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | pcic.c | 6341 if (e & PCI_STAT_PERROR) { in log_pci_cfg_err()
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/ |
H A D | mptsas.c | 2594 PCI_STAT_PERROR) { in mptsas_config_space_init() 2596 PCI_STAT_PERROR); in mptsas_config_space_init()
|