Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/
H A Dpci_cap.c63 if (status == PCI_CAP_EINVAL16 || !(status & PCI_STAT_CAP)) in pci_cap_probe()
132 if (status == PCI_CAP_EINVAL16 || !(status & PCI_STAT_CAP)) in pci_lcap_locate()
175 if (status == PCI_CAP_EINVAL16 || !(status & PCI_STAT_CAP)) in pci_xcap_locate()
214 if (status == PCI_CAP_EINVAL16 || !(status & PCI_STAT_CAP)) in pci_htcap_locate()
/titanic_41/usr/src/uts/sun4v/io/px/
H A Dpx_libhv.c82 if (!(hdr & (PCI_STAT_CAP << 16))) in hvio_rp_mps()
/titanic_41/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c62 if (!(status & PCI_STAT_CAP)) in check_if_device_is_pciex()
/titanic_41/usr/src/uts/common/sys/
H A Dpci.h172 #define PCI_STAT_CAP 0x10 /* Implements Capabilities */ macro
/titanic_41/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.c589 if ((pci_config_get16(pcih, PCI_CONF_STAT) & PCI_STAT_CAP) == 0) { in audiots_power_up()
/titanic_41/usr/src/uts/common/os/
H A Dsunpci.c945 if ((status & PCI_STAT_CAP) == 0) {
H A Dpcifm.c463 if (!(pci_status & PCI_STAT_CAP)) { in pci_ereport_setup()
/titanic_41/usr/src/cmd/pcitool/
H A Dpcitool.c495 if (!((data >> 16) & PCI_STAT_CAP)) in supports_ari()
/titanic_41/usr/src/uts/intel/io/pci/
H A Dpci_boot.c831 if (!(status & PCI_STAT_CAP)) { in get_pci_cap()
1835 if (!(status & PCI_STAT_CAP)) in set_devpm_d0()
/titanic_41/usr/src/uts/common/io/pciex/
H A Dpcie.c994 if (status == PCI_CAP_EINVAL16 || !(status & PCI_STAT_CAP)) in pcie_init_bus()
/titanic_41/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c568 if (!(status & PCI_STAT_CAP)) in device_is_pciex()
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c2176 if ((stat & PCI_STAT_CAP) == 0) in t4_os_find_pci_capability()
/titanic_41/usr/src/uts/common/io/yge/
H A Dyge.c1163 if ((pci_config_get16(pcih, PCI_CONF_STAT) & PCI_STAT_CAP) == 0) { in yge_find_capability()
/titanic_41/usr/src/uts/common/io/skd/
H A Dskd.c399 if (!(status & PCI_STAT_CAP)) in skd_pci_find_capability()
/titanic_41/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c4804 if (!(status & PCI_STAT_CAP)) { in myri10ge_find_cap()
/titanic_41/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c4181 PCI_CONF_STAT) & PCI_STAT_CAP) { in ahci_config_space_init()
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c7862 if (ql_pci_config_get16(ha, PCI_CONF_STAT) & PCI_STAT_CAP) { in ql_get_pci_data()
/titanic_41/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c13111 & PCI_STAT_CAP) { in mptsas_get_pci_cap()