Home
last modified time | relevance | path

Searched refs:PCI_CAP_NEXT_PTR (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpci_cap.c70 + PCI_CAP_NEXT_PTR), i++) { in pci_cap_probe()
155 base = pci_config_get8(h, base + PCI_CAP_NEXT_PTR)) { in pci_lcap_locate()
243 base = pci_config_get8(h, base + PCI_CAP_NEXT_PTR)) { in pci_htcap_locate()
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h150 #define PCI_CAP_NEXT_PTR 0x1 /* next entry pointer, 1 byte */
201 #define PCIE_CAP_NEXT_PTR PCI_CAP_NEXT_PTR
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_impl.h203 pci_config_get8((confhdl), (cap_ptr) + PCI_CAP_NEXT_PTR))
H A Dpci.h599 #define PCI_CAP_NEXT_PTR 0x1 /* next entry pointer, 1 byte */ macro
H A Dpcie.h44 #define PCIE_CAP_NEXT_PTR PCI_CAP_NEXT_PTR
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_pci.c69 off = pci_config_get8(sp->s_pci_handle, off + PCI_CAP_NEXT_PTR)) { in sfxge_pci_cap_find()
/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c106 capsp + PCI_CAP_NEXT_PTR); in check_if_device_is_pciex()
/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c341 cap_ptr + PCI_CAP_NEXT_PTR);
862 cap_ptr + PCI_CAP_NEXT_PTR);
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpci_props.c517 cap_off = pci_prop_get8(acc, prop, cap_addr + PCI_CAP_NEXT_PTR); in pci_prop_data_fill()
H A Dpcie.c1968 base = pci_cfgacc_get8(rcdip, bdf, base + PCI_CAP_NEXT_PTR)) { in pcie_init_bus()
2012 base + PCI_CAP_NEXT_PTR)) { in pcie_init_bus()
/illumos-gate/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.c604 ptr = pci_config_get8(pcih, ptr + PCI_CAP_NEXT_PTR); in audiots_power_up()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c593 capsp + PCI_CAP_NEXT_PTR); in device_is_pciex()
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c2219 cap_ptr = pci_getb(bus, dev, func, cap_ptr + PCI_CAP_NEXT_PTR); in set_devpm_d0()
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c1173 ptr = pci_config_get8(pcih, ptr + PCI_CAP_NEXT_PTR); in yge_find_capability()
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c418 pos = pci_config_get8(skdev->pci_handle, pos+PCI_CAP_NEXT_PTR); in skd_pci_find_capability()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c2978 t4_os_pci_read_cfg1(sc, cap_ptr + PCI_CAP_NEXT_PTR, &cap_ptr);
/illumos-gate/usr/src/cmd/pcieadm/
H A Dpcieadm_cfgspace.c5168 nextcap = data.pcb_u8[cap + PCI_CAP_NEXT_PTR]; in pcieadm_cfgspace()
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c4787 ptr = pci_config_get8(handle, ptr + PCI_CAP_NEXT_PTR); in myri10ge_find_cap()
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c749 ptr = pci_config_get8(pcih, ptr + PCI_CAP_NEXT_PTR)) { in iwn_pci_get_capability()
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c4396 (caps_ptr + PCI_CAP_NEXT_PTR)), 4); in ahci_config_space_init()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c8360 (cap_ptr + PCI_CAP_NEXT_PTR)); in ql_get_pci_data()
H A Dql_api.c1459 PCI_CAP_NEXT_PTR); in ql_attach()
19208 cptr = ql_pci_config_get8(ha, cptr + PCI_CAP_NEXT_PTR); in ql_get_cap_ofst()
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c13443 (caps_ptr + PCI_CAP_NEXT_PTR)), 4); in mptsas_get_pci_cap()