Searched refs:PCI_CAP_NEXT_PTR (Results 1 - 22 of 22) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dpci_cap.c69 + PCI_CAP_NEXT_PTR), i++) {
153 base = pci_config_get8(h, base + PCI_CAP_NEXT_PTR)) {
232 base = pci_config_get8(h, base + PCI_CAP_NEXT_PTR)) {
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_impl.h197 pci_config_get8((confhdl), (cap_ptr) + PCI_CAP_NEXT_PTR))
H A Dpcie.h40 #define PCIE_CAP_NEXT_PTR PCI_CAP_NEXT_PTR
H A Dpci.h586 #define PCI_CAP_NEXT_PTR 0x1 /* next entry pointer, 1 byte */ macro
/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c119 capsp + 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)) {
/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 */ macro
201 #define PCIE_CAP_NEXT_PTR PCI_CAP_NEXT_PTR
/illumos-gate/usr/src/uts/common/os/
H A Dsunpci.c439 cap_ptr + PCI_CAP_NEXT_PTR);
960 cap_ptr + PCI_CAP_NEXT_PTR);
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcie.c1020 base = pci_cfgacc_get8(rcdip, bdf, base + PCI_CAP_NEXT_PTR)) {
1060 base + PCI_CAP_NEXT_PTR)) {
/illumos-gate/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.c604 ptr = pci_config_get8(pcih, ptr + PCI_CAP_NEXT_PTR);
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_sunmod.c1006 caps_ptr + PCI_CAP_NEXT_PTR);
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_nexus.c2184 t4_os_pci_read_cfg1(sc, cap_ptr + PCI_CAP_NEXT_PTR, &cap_ptr);
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu_dvma.c591 capsp + PCI_CAP_NEXT_PTR);
/illumos-gate/usr/src/uts/common/io/yge/
H A Dyge.c1173 ptr = pci_config_get8(pcih, ptr + PCI_CAP_NEXT_PTR);
/illumos-gate/usr/src/uts/common/io/skd/
H A Dskd.c416 pos = pci_config_get8(skdev->pci_handle, pos+PCI_CAP_NEXT_PTR);
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_boot.c1847 cap_ptr = pci_getb(bus, dev, func, cap_ptr + PCI_CAP_NEXT_PTR);
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c4815 ptr = pci_config_get8(handle, ptr + PCI_CAP_NEXT_PTR);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c7877 (cap_ptr + PCI_CAP_NEXT_PTR));
H A Dql_api.c1292 PCI_CAP_NEXT_PTR);
/illumos-gate/usr/src/uts/common/io/sata/adapters/ahci/
H A Dahci.c4291 (caps_ptr + PCI_CAP_NEXT_PTR)), 4);
/illumos-gate/usr/src/uts/common/io/iwn/
H A Dif_iwn.c749 ptr = pci_config_get8(pcih, ptr + PCI_CAP_NEXT_PTR)) {
/illumos-gate/usr/src/uts/common/io/scsi/adapters/mpt_sas/
H A Dmptsas.c13115 (caps_ptr + PCI_CAP_NEXT_PTR)), 4);

Completed in 373 milliseconds