Symbol: PCI_STAT_CAP
usr/src/cmd/pcieadm/pcieadm_cfgspace.c
5347
capsup = (data.pcb_u8[PCI_CONF_STAT] & PCI_STAT_CAP) != 0;
usr/src/cmd/pcieadm/pcieadm_cfgspace.c
5353
capsup = (data.pcb_u8[PCI_CONF_STAT] & PCI_STAT_CAP) != 0;
usr/src/cmd/pcitool/pcitool.c
495
if (!((data >> 16) & PCI_STAT_CAP))
usr/src/uts/common/io/audio/drv/audiots/audiots.c
589
if ((pci_config_get16(pcih, PCI_CONF_STAT) & PCI_STAT_CAP) == 0) {
usr/src/uts/common/io/cxgbe/t4nex/t4_nexus.c
2519
if ((stat & PCI_STAT_CAP) == 0) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_api.c
19201
if (ql_pci_config_get16(ha, PCI_CONF_STAT) & PCI_STAT_CAP) {
usr/src/uts/common/io/fibre-channel/fca/qlc/ql_xioctl.c
8345
if (ql_pci_config_get16(ha, PCI_CONF_STAT) & PCI_STAT_CAP) {
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
4776
if (!(status & PCI_STAT_CAP)) {
usr/src/uts/common/io/pci_cap.c
133
if (status == PCI_CAP_EINVAL16 || !(status & PCI_STAT_CAP))
usr/src/uts/common/io/pci_cap.c
181
if (status == PCI_CAP_EINVAL16 || !(status & PCI_STAT_CAP))
usr/src/uts/common/io/pci_cap.c
225
if (status == PCI_CAP_EINVAL16 || !(status & PCI_STAT_CAP))
usr/src/uts/common/io/pci_cap.c
64
if (status == PCI_CAP_EINVAL16 || !(status & PCI_STAT_CAP))
usr/src/uts/common/io/pciex/pci_props.c
453
if ((status & PCI_STAT_CAP) == 0)
usr/src/uts/common/io/pciex/pcie.c
1941
if (status == PCI_CAP_EINVAL16 || !(status & PCI_STAT_CAP))
usr/src/uts/common/io/sata/adapters/ahci/ahci.c
4286
PCI_CONF_STAT) & PCI_STAT_CAP) {
usr/src/uts/common/io/scsi/adapters/mpt_sas/mptsas.c
13393
& PCI_STAT_CAP) {
usr/src/uts/common/io/sfxge/sfxge_pci.c
62
if (!(stat & PCI_STAT_CAP)) {
usr/src/uts/common/io/skd/skd.c
401
if (!(status & PCI_STAT_CAP))
usr/src/uts/common/io/yge/yge.c
1163
if ((pci_config_get16(pcih, PCI_CONF_STAT) & PCI_STAT_CAP) == 0) {
usr/src/uts/common/os/pcifm.c
467
if (!(pci_status & PCI_STAT_CAP)) {
usr/src/uts/common/os/sunpci.c
847
if ((status & PCI_STAT_CAP) == 0) {
usr/src/uts/i86pc/io/immu_dvma.c
570
if (!(status & PCI_STAT_CAP))
usr/src/uts/intel/io/pci/pci_boot.c
2203
if (!(status & PCI_STAT_CAP))
usr/src/uts/intel/io/pci/pci_boot.c
901
if (!(status & PCI_STAT_CAP)) {
usr/src/uts/intel/io/pciex/pcie_nvidia.c
63
if (!(status & PCI_STAT_CAP))
usr/src/uts/sun4v/io/px/px_libhv.c
82
if (!(hdr & (PCI_STAT_CAP << 16)))