Searched refs:acpica_get_bdf (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/uts/intel/sys/ |
H A D | acpica.h | 170 extern int acpica_get_bdf(dev_info_t *, int *, int *, int *);
|
/titanic_50/usr/src/uts/intel/io/acpica/ |
H A D | osl.c | 1067 (acpica_get_bdf(dip, &bus, &device, &func) >= 0)) { in AcpiOsDerivePciId() 1705 if (acpica_get_bdf(cdip, &bus, NULL, NULL) < 0) { in scan_d2a_map() 1761 if (acpica_get_bdf(dcld, &dcld_b, &dcld_d, &dcld_f) < 0) in scan_d2a_subtree() 1793 acpica_get_bdf(dev_info_t *dip, int *bus, int *device, int *func) in acpica_get_bdf() function
|
/titanic_50/usr/src/uts/i86xpv/io/psm/ |
H A D | xpv_uppc.c | 697 if (acpica_get_bdf(dip, &busid, &devid, NULL) != 0) in xen_uppc_translate_irq()
|
H A D | mp_platform_xpv.c | 798 if (acpica_get_bdf(dip, &busid, &devid, NULL) != 0) in apic_introp_xlate()
|
/titanic_50/usr/src/uts/i86pc/io/psm/ |
H A D | uppc.c | 884 if (acpica_get_bdf(dip, &busid, &devid, NULL) != 0) in uppc_translate_irq()
|
/titanic_50/usr/src/uts/i86pc/io/amd_iommu/ |
H A D | amd_iommu_impl.c | 956 if (acpica_get_bdf(iommu->aiomt_dip, &bus, &device, &func) in amd_iommu_init() 1452 if (acpica_get_bdf(pci_dip, &bus, &device, &func) != DDI_SUCCESS) { in amd_iommu_probe()
|
H A D | amd_iommu_page_tables.c | 283 if (acpica_get_bdf(pci_dip, &bus, &device, &func) != DDI_SUCCESS) { in amd_iommu_get_deviceid()
|
/titanic_50/usr/src/uts/i86pc/io/ |
H A D | mp_platform_misc.c | 844 if (acpica_get_bdf(dip, &busid, &devid, NULL) != 0) in apic_introp_xlate()
|
H A D | mp_platform_common.c | 1373 if (acpica_get_bdf(dipp, &bridge_bus, &bridge_devno, in apic_handle_pci_pci_bridge()
|
H A D | immu_dvma.c | 287 if (!DEVI_IS_PCI(dip) || acpica_get_bdf(dip, &bus, &dev, &func) != 0) { in immu_devi_set()
|
/titanic_50/usr/src/uts/i86pc/io/apix/ |
H A D | apix.c | 2407 if (acpica_get_bdf(dip, &busid, &devid, NULL) != 0) in apix_intx_setup_pci()
|