Searched refs:PCI_CAP_ID (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dpci_impl.h193 ((xspace) ? 0 : pci_config_get8((confhdl), (cap_ptr) + PCI_CAP_ID))
H A Dpcie.h39 #define PCIE_CAP_ID PCI_CAP_ID
H A Dpci.h585 #define PCI_CAP_ID 0x0 /* capability identifier, 1 byte */ macro
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_pci.c71 off + PCI_CAP_ID))
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h149 #define PCI_CAP_ID 0x0 /* capability identifier, 1 byte */ macro
200 #define PCIE_CAP_ID PCI_CAP_ID
/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c433 cap_ptr + PCI_CAP_ID);
955 cap_id = pci_config_get8(conf_hdl, cap_ptr + PCI_CAP_ID);
/illumos-gate/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.c600 if (pci_config_get8(pcih, ptr + PCI_CAP_ID) == PCI_CAP_ID_PM) {
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c2181 t4_os_pci_read_cfg1(sc, cap_ptr + PCI_CAP_ID, &cap_id);
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c1169 capit = pci_config_get8(pcih, ptr + PCI_CAP_ID);
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c411 id = pci_config_get8(skdev->pci_handle, pos+PCI_CAP_ID);
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c1839 cap_id = pci_getb(bus, dev, func, cap_ptr + PCI_CAP_ID);
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c4813 if (pci_config_get8(handle, ptr + PCI_CAP_ID) == capid)

Completed in 124 milliseconds