/titanic_44/usr/src/uts/common/io/ |
H A D | pci_cap.c | 67 for (i = 0, base = pci_config_get8(h, PCI_CONF_CAP_PTR); in pci_cap_probe() 138 base = PCI_CONF_CAP_PTR; in pci_lcap_locate() 220 base = PCI_CONF_CAP_PTR; in pci_htcap_locate()
|
/titanic_44/usr/src/lib/libprtdiag_psr/sparc/opl/common/ |
H A D | opl_picl.h | 70 #define PCI_CONF_CAP_PTR 0x34 /* 1 byte capability pointer */ macro
|
H A D | opl_picl.c | 673 cap_ptr = read_byte(fd, bus, dev, func, PCI_CONF_CAP_PTR, &ret); in get_lane_width()
|
/titanic_44/usr/src/uts/sun4v/io/px/ |
H A D | px_libhv.c | 85 (void) hvio_config_get(dev_hdl, bdf, PCI_CONF_CAP_PTR, 4, in hvio_rp_mps()
|
/titanic_44/usr/src/uts/intel/io/pciex/ |
H A D | pcie_nvidia.c | 65 capsp = (*pci_getb_func)(bus, dev, func, PCI_CONF_CAP_PTR); in check_if_device_is_pciex()
|
/titanic_44/usr/src/uts/common/io/igb/ |
H A D | igb_debug.c | 131 cap_ptr = pci_config_get8(handle, PCI_CONF_CAP_PTR); in pci_dump()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | pci.h | 63 #define PCI_CONF_CAP_PTR 0x34 /* capabilities pointer, 1 byte */ macro
|
/titanic_44/usr/src/uts/common/io/ixgbe/ |
H A D | ixgbe_debug.c | 256 cap_ptr = pci_config_get8(handle, PCI_CONF_CAP_PTR); in ixgbe_pci_dump()
|
/titanic_44/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_debug.c | 438 cap_ptr = pci_config_get8(handle, PCI_CONF_CAP_PTR); in pciconfig_dump()
|
/titanic_44/usr/src/uts/common/io/drm/ |
H A D | drm_sunmod.c | 1000 caps_ptr = pci_config_get8(mstate->mis_cfg_hdl, PCI_CONF_CAP_PTR); in drm_supp_device_capability()
|
/titanic_44/usr/src/uts/common/io/audio/drv/audiots/ |
H A D | audiots.c | 594 ptr = pci_config_get8(pcih, PCI_CONF_CAP_PTR); in audiots_power_up()
|
/titanic_44/usr/src/uts/common/os/ |
H A D | sunpci.c | 949 cap_ptr = pci_config_get8(conf_hdl, PCI_CONF_CAP_PTR);
|
/titanic_44/usr/src/cmd/pcitool/ |
H A D | pcitool.c | 498 cfg_prg.offset = PCI_CONF_CAP_PTR; in supports_ari()
|
/titanic_44/usr/src/uts/intel/io/pci/ |
H A D | pci_boot.c | 833 cap_id_loc = pci_getb(bus, dev, func, PCI_CONF_CAP_PTR); in get_pci_cap() 1841 cap_ptr = pci_getb(bus, dev, func, PCI_CONF_CAP_PTR); in set_devpm_d0()
|
/titanic_44/usr/src/uts/common/io/pciex/ |
H A D | pcie.c | 1004 baseptr = PCI_CONF_CAP_PTR; in pcie_init_bus()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/pmcs/ |
H A D | pmcs_fwlog.c | 767 pci_config_get8(pwp->pci_acc_handle, PCI_CONF_CAP_PTR)); in pmcs_dump_pcie_conf()
|
/titanic_44/usr/src/uts/i86pc/io/ |
H A D | immu_dvma.c | 571 capsp = pci_getb_func(bus, dev, func, PCI_CONF_CAP_PTR); in device_is_pciex()
|
/titanic_44/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_nexus.c | 2179 t4_os_pci_read_cfg1(sc, PCI_CONF_CAP_PTR, &cap_ptr); in t4_os_find_pci_capability()
|
/titanic_44/usr/src/uts/common/io/yge/ |
H A D | yge.c | 1167 ptr = pci_config_get8(pcih, PCI_CONF_CAP_PTR); in yge_find_capability()
|
/titanic_44/usr/src/uts/common/io/skd/ |
H A D | skd.c | 407 pos = pci_config_get8(skdev->pci_handle, PCI_CONF_CAP_PTR); in skd_pci_find_capability()
|
/titanic_44/usr/src/uts/common/io/sfe/ |
H A D | sfe_util.c | 5279 pci_cap_ptr = pci_config_get8(conf_handle, PCI_CONF_CAP_PTR); in gem_search_pci_cap()
|
/titanic_44/usr/src/uts/common/io/myri10ge/drv/ |
H A D | myri10ge.c | 4809 ptr = pci_config_get8(handle, PCI_CONF_CAP_PTR); in myri10ge_find_cap()
|
/titanic_44/usr/src/uts/common/io/sata/adapters/ahci/ |
H A D | ahci.c | 4184 PCI_CONF_CAP_PTR), 4); in ahci_config_space_init()
|
/titanic_44/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_api.c | 1283 caps_ptr = (uint8_t)ql_pci_config_get8(ha, PCI_CONF_CAP_PTR); in ql_attach() 2101 csr = (uint8_t)ql_pci_config_get8(ha, PCI_CONF_CAP_PTR) + PCI_PMCSR; in ql_power()
|
H A D | ql_xioctl.c | 7866 cap_ptr = (uint8_t)ql_pci_config_get8(ha, PCI_CONF_CAP_PTR); in ql_get_pci_data()
|