Home
last modified time | relevance | path

Searched refs:PCI_CAP_LOCATE (Results 1 – 15 of 15) sorted by relevance

/titanic_44/usr/src/uts/sun4u/io/pci/
H A Dpcix.c58 if (PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCIX, &pcix_cap_ptr) == in pcix_set_cmd_reg()
H A Dpci_pci.c1063 if ((PCI_CAP_LOCATE(conf_hdl, PCI_CAP_ID_PM, &ppb->ppb_pm_cap_ptr)) in ppb_pwr_setup()
/titanic_44/usr/src/uts/common/sys/
H A Dpci_cap.h74 #define PCI_CAP_LOCATE(h, id, base_p) ((id) & PCI_CAP_XCFG_FLAG ? \ macro
/titanic_44/usr/src/uts/common/io/pciex/
H A Dpcie.c1932 if ((PCI_CAP_LOCATE(config_handle, PCI_CAP_ID_PCI_E, &cap_ptr)) == in pcie_get_max_supported()
1979 if ((PCI_CAP_LOCATE(config_handle, PCI_CAP_ID_PCI_E, in pcie_root_port()
2251 if ((PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCI_E, &cap_ptr)) in pcie_ari_device()
2259 if ((PCI_CAP_LOCATE(handle, PCI_CAP_XCFG_SPC(PCIE_EXT_CAP_ID_ARI), in pcie_ari_device()
2289 if ((PCI_CAP_LOCATE(handle, in pcie_ari_get_next_function()
H A Dpcieb.c321 if (PCI_CAP_LOCATE(cfg_hdl, PCI_CAP_ID_PCI_E, &cap_ptr) in pcieb_41210_mps_wkrnd()
1565 if ((PCI_CAP_LOCATE(conf_hdl, PCI_CAP_ID_PM, &cap_ptr)) == in pcieb_pwr_setup()
1753 if ((fic == 0) && ((PCI_CAP_LOCATE(config_handle, in pcieb_id_props()
1761 if ((PCI_CAP_LOCATE(config_handle, in pcieb_id_props()
/titanic_44/usr/src/uts/common/io/
H A Dpci_cap.c48 (id ? PCI_CAP_LOCATE(h, id, base_p) : DDI_FAILURE))
H A Dpci_intr_lib.c119 if ((PCI_CAP_LOCATE(*h, PCI_CAP_ID_MSI, caps_ptr) == DDI_SUCCESS) && in pci_get_msi_ctrl()
131 if ((PCI_CAP_LOCATE(*h, PCI_CAP_ID_MSI_X, caps_ptr) == DDI_SUCCESS) && in pci_get_msi_ctrl()
/titanic_44/usr/src/uts/sparc/io/pciex/
H A Dpcieb_sparc.c126 if ((PCI_CAP_LOCATE(config_handle, PCI_CAP_ID_PCI_HOTPLUG, &cap_ptr)) != in pcieb_plat_pcishpc_probe()
/titanic_44/usr/src/uts/sun4/io/
H A Dpcicfg.c576 if ((PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCI_HOTPLUG, in pcicfg_get_nslots()
585 } else if ((PCI_CAP_LOCATE(handle, PCI_CAP_ID_SLOT_ID, &cap_ptr)) in pcicfg_get_nslots()
591 } else if ((PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCI_E, &cap_ptr)) in pcicfg_get_nslots()
614 if ((PCI_CAP_LOCATE(handle, PCI_CAP_ID_SLOT_ID, &cap_ptr)) != in pcicfg_is_chassis()
666 if ((PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCI_E, &cap_ptr)) != in pcicfg_pcie_port_type()
3537 ret = PCI_CAP_LOCATE(config_handle, PCI_CAP_ID_PCI_E, &cap_ptr); in pcicfg_set_standard_props()
3967 if ((PCI_CAP_LOCATE(h, PCI_CAP_ID_PCI_E, &cap_ptr)) == in pcicfg_disable_bridge_probe_err()
/titanic_44/usr/src/uts/i86pc/io/pci/
H A Dpci_common.c242 if (PCI_CAP_LOCATE(handle, PCI_CAP_ID_MSI, &msi_cap_base) == in pci_common_intr_ops()
252 if (PCI_CAP_LOCATE(handle, PCI_CAP_ID_MSI_X, &msix_cap_base) == in pci_common_intr_ops()
/titanic_44/usr/src/uts/intel/io/hotplug/pcicfg/
H A Dpcicfg.c3310 (void) PCI_CAP_LOCATE(config_handle, PCI_CAP_ID_PCI_E, &cap_id_loc); in pcicfg_set_standard_props()
5119 (void) PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCI_E, &cap_id_loc); in pcicfg_get_nslots()
5120 (void) PCI_CAP_LOCATE(handle, PCI_CAP_ID_SLOT_ID, &slot_id_loc); in pcicfg_get_nslots()
5187 (void) PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCI_E, &cap_loc); in pcicfg_pcie_port_type()
/titanic_44/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c4595 if ((PCI_CAP_LOCATE(pci_cfg_hdl, in get_msix_ctrl()
4654 if ((PCI_CAP_LOCATE(pci_cfg_hdl, in hermon_set_msix_info()
4783 if ((PCI_CAP_LOCATE(pci_cfg_hdl, in hermon_intr_disable()
/titanic_44/usr/src/uts/common/os/
H A Dpcifm.c352 (void) PCI_CAP_LOCATE(eh, PCI_CAP_ID_PCIX, &pcix_cap_ptr); in pcix_ereport_setup()
/titanic_44/usr/src/uts/common/io/atge/
H A Datge_main.c1198 err = PCI_CAP_LOCATE(atgep->atge_conf_handle, PCI_CAP_ID_PCI_E, in atge_attach()
/titanic_44/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c3441 if ((PCI_CAP_LOCATE(pci_cfg_hdl, PCI_CAP_ID_MSI, in tavor_intr_disable()