Home
last modified time | relevance | path

Searched refs:PCI_STAT_R_TARG_AB (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c54 PCI_REC_TA, PCI_STAT_R_TARG_AB, PCI_TARG_REC_TA, DDI_FM_UNKNOWN,
66 PCI_REC_TA, PCI_STAT_R_TARG_AB, PCI_TARG_REC_TA, DDI_FM_UNKNOWN,
682 if (pci_bdg_regs->pci_bdg_sec_stat & (PCI_STAT_R_TARG_AB | in pci_bdg_error_report()
695 if (pci_bdg_regs->pci_bdg_sec_stat & (PCI_STAT_R_TARG_AB | in pci_bdg_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)
1418 {PCI_STAT_R_TARG_AB, pf_analyse_pci,
1440 {PCI_STAT_R_TARG_AB, pf_analyse_pci,
1629 abort_type = PCI_STAT_R_TARG_AB; in pf_analyse_ca_ur()
1665 abort_type = PCI_STAT_R_TARG_AB; in pf_analyse_ma_ta()
2168 if (!(status & (PCI_STAT_R_TARG_AB))) { in pf_adjust_for_no_saer()
/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_epkt.c54 0, PCI_STAT_S_SYSERR, PCI_STAT_R_TARG_AB, 0,
H A Dfx_fabric.c54 PCI_REC_TA, PCI_STAT_R_TARG_AB, NULL,
67 PCI_REC_TA, PCI_STAT_R_TARG_AB, NULL,
H A Dfx_fire.c295 data->pci_bdg_sec_stat = PCI_STAT_R_TARG_AB | in fab_xlate_fire_oe()
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_err.c174 s_status |= PCI_STAT_R_TARG_AB; in px_err_fill_pfd()
727 s_status = PCI_STAT_R_TARG_AB; in px_port_handle_errors()
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_fm.c360 (PCI_STAT_R_MAST_AB | PCI_STAT_R_TARG_AB)); in px_fm_callback()
603 PCI_BDG_ERR_REG(pfd_p)->pci_bdg_sec_stat = PCI_STAT_R_TARG_AB; in px_err_check_pcie()
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcipsy.c889 PCI_STAT_R_MAST_AB | PCI_STAT_R_TARG_AB | in pbm_configure()
1760 (pbm_err.pbm_pci.pci_cfg_stat & PCI_STAT_R_TARG_AB)) { in pci_pbm_err_handler()
1853 PCI_STAT_R_TARG_AB | PCI_STAT_R_MAST_AB | in pci_check_error()
H A Dpci_util.c755 case PCI_STAT_R_TARG_AB: in pci_cfg_report()
H A Dpcisch.c937 PCI_STAT_R_MAST_AB | PCI_STAT_R_TARG_AB | in pbm_configure()
2253 PCI_STAT_R_TARG_AB | PCI_STAT_R_MAST_AB | in pci_check_error()
2383 (pbm_err.pbm_pci.pci_cfg_stat & PCI_STAT_R_TARG_AB)) { in pci_pbm_err_handler()
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcmu_util.c512 case PCI_STAT_R_TARG_AB: in pcmu_cfg_report()
H A Dpcicmu.c1465 PCI_STAT_R_MAST_AB | PCI_STAT_R_TARG_AB | \ in pcmu_pbm_configure()
2093 PCI_STAT_R_TARG_AB | PCI_STAT_R_MAST_AB | in pcmu_check_error()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h183 #define PCI_STAT_R_TARG_AB 0x1000 /* Received Target Abort */ macro
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c3963 PCI_STAT_R_TARG_AB | PCI_STAT_R_MAST_AB | PCI_STAT_S_SYSERR); in pcicfg_disable_bridge_probe_err()
3965 PCI_STAT_R_TARG_AB | PCI_STAT_R_MAST_AB | PCI_STAT_S_SYSERR); in pcicfg_disable_bridge_probe_err()
3993 PCI_STAT_R_TARG_AB | PCI_STAT_R_MAST_AB | PCI_STAT_S_SYSERR); in pcicfg_enable_bridge_probe_err()
3995 PCI_STAT_R_TARG_AB | PCI_STAT_R_MAST_AB | PCI_STAT_S_SYSERR); in pcicfg_enable_bridge_probe_err()
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c717 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/sun4u/io/px/
H A Dpx_err.c2228 s_status = PCI_STAT_R_TARG_AB; in PX_ERPT_SEND_DEC()
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c296 if ((pcistatus & (PCI_STAT_R_MAST_AB | PCI_STAT_R_TARG_AB)) != 0) in bge_pci_check()
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c6356 if (e & PCI_STAT_R_TARG_AB) in log_pci_cfg_err()