Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dpci_cap.c64 if (status == PCI_CAP_EINVAL16 || !(status & PCI_STAT_CAP)) in pci_cap_probe()
133 if (status == PCI_CAP_EINVAL16 || !(status & PCI_STAT_CAP)) in pci_lcap_locate()
181 if (status == PCI_CAP_EINVAL16 || !(status & PCI_STAT_CAP)) in pci_xcap_locate()
225 if (status == PCI_CAP_EINVAL16 || !(status & PCI_STAT_CAP)) in pci_htcap_locate()
/illumos-gate/usr/src/uts/sun4v/io/px/
H A Dpx_libhv.c82 if (!(hdr & (PCI_STAT_CAP << 16))) in hvio_rp_mps()
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_pci.c62 if (!(stat & PCI_STAT_CAP)) { in sfxge_pci_cap_find()
/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c63 if (!(status & PCI_STAT_CAP)) in check_if_device_is_pciex()
/illumos-gate/usr/src/uts/common/sys/
H A Dpci.h176 #define PCI_STAT_CAP 0x10 /* Implements Capabilities */ macro
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpci_props.c453 if ((status & PCI_STAT_CAP) == 0) in pci_prop_data_fill()
H A Dpcie.c1942 if (status == PCI_CAP_EINVAL16 || !(status & PCI_STAT_CAP)) in pcie_init_bus()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c847 if ((status & PCI_STAT_CAP) == 0) {
H A Dpcifm.c467 if (!(pci_status & PCI_STAT_CAP)) { in pci_ereport_setup()
/illumos-gate/usr/src/cmd/pcitool/
H A Dpcitool.c495 if (!((data >> 16) & PCI_STAT_CAP)) in supports_ari()
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c901 if (!(status & PCI_STAT_CAP)) { in get_pci_cap()
2198 if (!(status & PCI_STAT_CAP)) in set_devpm_d0()
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c5089 capsup = (data.pcb_u8[PCI_CONF_STAT] & PCI_STAT_CAP) != 0; in pcieadm_cfgspace()
5095 capsup = (data.pcb_u8[PCI_CONF_STAT] & PCI_STAT_CAP) != 0; in pcieadm_cfgspace()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c570 if (!(status & PCI_STAT_CAP)) in device_is_pciex()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c401 if (!(status & PCI_STAT_CAP)) in skd_pci_find_capability()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c2970 if ((stat & PCI_STAT_CAP) == 0)
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c4776 if (!(status & PCI_STAT_CAP)) { in myri10ge_find_cap()
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c4286 PCI_CONF_STAT) & PCI_STAT_CAP) { in ahci_config_space_init()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c8345 if (ql_pci_config_get16(ha, PCI_CONF_STAT) & PCI_STAT_CAP) { in ql_get_pci_data()
H A Dql_api.c19201 if (ql_pci_config_get16(ha, PCI_CONF_STAT) & PCI_STAT_CAP) { in ql_get_cap_ofst()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c13379 & PCI_STAT_CAP) { in mptsas_get_pci_cap()