Home
last modified time | relevance | path

Searched refs:PCI_STAT_S_TARG_AB (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/fabric-xlate/
H A Dfx_fire.c67 FAB_FIRE_UE(CA, CA, PCI_STAT_S_TARG_AB,
68 PCI_STAT_S_TARG_AB),
104 FAB_FIRE_DMC_BIT(fb), PCIE_AER_UCE_CA, 0, PCI_STAT_S_TARG_AB
106 FAB_N2_DMU_BIT(fb), PCIE_AER_UCE_CA, 0, PCI_STAT_S_TARG_AB
H A Dfx_epkt.c44 PCIE_AER_UCE_CA, 0, PCI_STAT_S_TARG_AB, 0,
46 PCIE_AER_UCE_CA, 0, PCI_STAT_S_TARG_AB, 0,
48 PCIE_AER_UCE_CA, 0, PCI_STAT_S_TARG_AB, 0,
H A Dfx_fabric.c55 PCI_SIG_TA, PCI_STAT_S_TARG_AB, NULL,
68 PCI_SIG_TA, PCI_STAT_S_TARG_AB, NULL,
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_err.c153 s_status = PCI_STAT_S_TARG_AB; in px_err_fill_pfd()
181 s_status |= PCI_STAT_S_TARG_AB; in px_err_fill_pfd()
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie_fault.c48 #define PF_PCI_BDG_ERR (PCI_STAT_S_SYSERR | PCI_STAT_S_TARG_AB | \
1421 {PCI_STAT_S_TARG_AB, pf_analyse_pci,
1443 {PCI_STAT_S_TARG_AB, pf_analyse_pci,
2104 if (!(status & PCI_STAT_S_TARG_AB)) in pf_adjust_for_no_aer()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h185 #define PCI_STAT_S_TARG_AB 0x800 /* Signaled Target Abort */ macro
/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c55 PCI_SIG_TA, PCI_STAT_S_TARG_AB, NULL, DDI_FM_UNKNOWN,
67 PCI_SIG_TA, PCI_STAT_S_TARG_AB, NULL, DDI_FM_UNKNOWN,
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcipsy.c890 PCI_STAT_S_TARG_AB | PCI_STAT_S_PERROR; in pbm_configure()
1852 if ((pci_cfg_stat & (PCI_STAT_S_PERROR | PCI_STAT_S_TARG_AB | in pci_check_error()
H A Dpcisch.c938 PCI_STAT_S_TARG_AB | PCI_STAT_S_PERROR; in pbm_configure()
2167 PCI_STAT_S_TARG_AB; in iommu_err_handler()
2252 if ((pci_cfg_stat & (PCI_STAT_S_PERROR | PCI_STAT_S_TARG_AB | in pci_check_error()
/illumos-gate/usr/src/uts/sun4u/opl/io/pcicmu/
H A Dpcicmu.c1466 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()
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c3962 pci_config_put16(h, PCI_CONF_STAT, PCI_STAT_S_TARG_AB| in pcicfg_disable_bridge_probe_err()
3964 pci_config_put16(h, PCI_BCNF_SEC_STATUS, PCI_STAT_S_TARG_AB| in pcicfg_disable_bridge_probe_err()
3992 pci_config_put16(h, PCI_CONF_STAT, PCI_STAT_S_TARG_AB| in pcicfg_enable_bridge_probe_err()
3994 pci_config_put16(h, PCI_BCNF_SEC_STATUS, PCI_STAT_S_TARG_AB| in pcicfg_enable_bridge_probe_err()
/illumos-gate/usr/src/uts/sun4u/io/px/
H A Dpx_err.c1722 s_status = PCI_STAT_S_TARG_AB; in PX_ERPT_SEND_DEC()
/illumos-gate/usr/src/uts/common/io/
H A Dpcic.c6358 if (e & PCI_STAT_S_TARG_AB) in log_pci_cfg_err()