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

/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Dpcix.c58 if (PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCIX, &pcix_cap_ptr) ==
H A Dpci_pci.c1063 if ((PCI_CAP_LOCATE(conf_hdl, PCI_CAP_ID_PM, &ppb->ppb_pm_cap_ptr))
/illumos-gate/usr/src/uts/common/sys/
H A Dpci_cap.h74 #define PCI_CAP_LOCATE(h, id, base_p) ((id) & PCI_CAP_XCFG_FLAG ? \ macro
/illumos-gate/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) &&
131 if ((PCI_CAP_LOCATE(*h, PCI_CAP_ID_MSI_X, caps_ptr) == DDI_SUCCESS) &&
/illumos-gate/usr/src/uts/common/io/pciex/
H A Dpcieb.c321 if (PCI_CAP_LOCATE(cfg_hdl, PCI_CAP_ID_PCI_E, &cap_ptr)
1565 if ((PCI_CAP_LOCATE(conf_hdl, PCI_CAP_ID_PM, &cap_ptr)) ==
1753 if ((fic == 0) && ((PCI_CAP_LOCATE(config_handle,
1761 if ((PCI_CAP_LOCATE(config_handle,
H A Dpcie.c1932 if ((PCI_CAP_LOCATE(config_handle, PCI_CAP_ID_PCI_E, &cap_ptr)) ==
1979 if ((PCI_CAP_LOCATE(config_handle, PCI_CAP_ID_PCI_E,
2251 if ((PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCI_E, &cap_ptr))
2259 if ((PCI_CAP_LOCATE(handle, PCI_CAP_XCFG_SPC(PCIE_EXT_CAP_ID_ARI),
2289 if ((PCI_CAP_LOCATE(handle,
/illumos-gate/usr/src/uts/sparc/io/pciex/
H A Dpcieb_sparc.c126 if ((PCI_CAP_LOCATE(config_handle, PCI_CAP_ID_PCI_HOTPLUG, &cap_ptr)) !=
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_common.c242 if (PCI_CAP_LOCATE(handle, PCI_CAP_ID_MSI, &msi_cap_base) ==
252 if (PCI_CAP_LOCATE(handle, PCI_CAP_ID_MSI_X, &msix_cap_base) ==
/illumos-gate/usr/src/uts/sun4/io/
H A Dpcicfg.c576 if ((PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCI_HOTPLUG,
585 } else if ((PCI_CAP_LOCATE(handle, PCI_CAP_ID_SLOT_ID, &cap_ptr))
591 } else if ((PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCI_E, &cap_ptr))
614 if ((PCI_CAP_LOCATE(handle, PCI_CAP_ID_SLOT_ID, &cap_ptr)) !=
666 if ((PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCI_E, &cap_ptr)) !=
3537 ret = PCI_CAP_LOCATE(config_handle, PCI_CAP_ID_PCI_E, &cap_ptr);
3967 if ((PCI_CAP_LOCATE(h, PCI_CAP_ID_PCI_E, &cap_ptr)) ==
/illumos-gate/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);
5119 (void) PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCI_E, &cap_id_loc);
5120 (void) PCI_CAP_LOCATE(handle, PCI_CAP_ID_SLOT_ID, &slot_id_loc);
5187 (void) PCI_CAP_LOCATE(handle, PCI_CAP_ID_PCI_E, &cap_loc);
/illumos-gate/usr/src/uts/common/os/
H A Dpcifm.c352 (void) PCI_CAP_LOCATE(eh, PCI_CAP_ID_PCIX, &pcix_cap_ptr);
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon.c4595 if ((PCI_CAP_LOCATE(pci_cfg_hdl,
4654 if ((PCI_CAP_LOCATE(pci_cfg_hdl,
4783 if ((PCI_CAP_LOCATE(pci_cfg_hdl,
/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_main.c1198 err = PCI_CAP_LOCATE(atgep->atge_conf_handle, PCI_CAP_ID_PCI_E,
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor.c3441 if ((PCI_CAP_LOCATE(pci_cfg_hdl, PCI_CAP_ID_MSI,

Completed in 104 milliseconds