Searched refs:pci_err_status (Results 1 – 13 of 13) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/ |
H A D | fx_fire.c | 182 data->pci_err_status = entry->pci_err_sts; in fab_xlate_fire_ue() 272 data->pci_err_status = entry->pci_err_sts; in fab_xlate_fire_oe() 289 data->pci_err_status = 0; in fab_xlate_fire_oe() 294 data->pci_err_status = 0; in fab_xlate_fire_oe() 335 data->pci_err_status = entry->pci_err_sts; in fab_xlate_fire_dmc()
|
H A D | fabric-xlate.h | 85 uint16_t pci_err_status; /* pci status register */ member
|
H A D | fx_fabric.c | 206 FAB_LOOKUP(16, "pci_status", &data->pci_err_status); in fab_pci_fabric_to_data() 309 (void) nvlist_add_uint16(erpt, PCI_CONFIG_STATUS, data->pci_err_status); in fab_prep_pci_erpt() 899 SET_TBL(0, pci, pci_err_status, 16); in fab_setup_master_table()
|
H A D | fx_epkt.c | 107 data->pci_err_status = entry->pci_err_sts; in fab_xlate_epkt()
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | pcifm.c | 207 pci_regs->pci_err_status = pci_config_get16(erpt_p->pe_hdl, in pci_regs_gather() 324 erpt_p->pe_pci_regs->pci_err_status); in pci_regs_clear() 698 if (erpt_p->pe_pci_regs->pci_err_status & PCI_STAT_S_SYSERR) in pci_bdg_error_report() 791 if (pci_regs->pci_err_status & in pcix_ecc_error_report() 990 if (!(erpt_p->pe_pci_regs->pci_err_status & in pci_error_report() 1003 erpt_p->pe_pci_regs->pci_err_status, in pci_error_report() 1136 *xx_status = erpt_p->pe_pci_regs->pci_err_status; in pci_ereport_post()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | pcifm.h | 69 uint16_t pci_err_status; /* pci status register */ member
|
H A D | pciev.h | 36 uint16_t pci_err_status; /* pci status register */ member
|
H A D | pcie_impl.h | 195 uint16_t pci_err_status; /* pci status register */ member
|
/illumos-gate/usr/src/uts/sun4v/io/px/ |
H A D | px_err.h | 198 uint16_t pci_err_status; member
|
H A D | px_err.c | 471 pec->pec_descr.P, pec->pci_err_status, in px_err_send_epkt_erpt() 544 pec->pci_err_status, pec->pcie_err_status, in px_err_log_handle()
|
H A D | px_lib4v.c | 2021 rc_status->pci_err_status = err_pkt->pci_err_status; in px_fill_rc_status()
|
/illumos-gate/usr/src/uts/sun4/io/px/ |
H A D | px_fm.h | 81 uint16_t pci_err_status; member
|
/illumos-gate/usr/src/uts/common/io/pciex/ |
H A D | pcie_fault.c | 412 (err_p->pci_err_status & PF_PCI_PARITY_ERR) || in pf_dispatch() 732 pci_regs->pci_err_status = PCIE_GET(16, bus_p, PCI_CONF_STAT); in pf_pci_regs_gather() 855 PCIE_PUT(16, bus_p, PCI_CONF_STAT, pfd_p->pe_pci_regs->pci_err_status); in pf_pci_regs_clear() 1530 PCI_ERR_REG(pfd_p)->pci_err_status); in pf_analyse_error() 1698 if (PCI_ERR_REG(pfd_p)->pci_err_status & PCI_STAT_S_SYSERR) in pf_analyse_pci() 1844 if (PCI_ERR_REG(pfd_p)->pci_err_status & in pf_analyse_perr_assert() 2097 status = PCI_ERR_REG(pfd_p)->pci_err_status; in pf_adjust_for_no_aer() 2849 PCI_ERR_REG(pfd_p)->pci_err_status, in pf_send_ereport() 3203 PCI_ERR_REG(pfd_p)->pci_err_status = 0; in pf_reset_pfd()
|