Lines Matching refs:immu_devi
407 immu_devi_t *immu_devi; in get_top_pcibridge() local
410 immu_devi = DEVI(dip)->devi_iommu; in get_top_pcibridge()
413 if (immu_devi == NULL || immu_devi->imd_pcib_type == IMMU_PCIB_BAD || in get_top_pcibridge()
414 immu_devi->imd_pcib_type == IMMU_PCIB_ENDPOINT) { in get_top_pcibridge()
441 immu_devi_t *immu_devi; in get_sid() local
459 immu_devi = DEVI(pdip)->devi_iommu; in get_sid()
460 ASSERT(immu_devi); in get_sid()
461 if (immu_devi->imd_pcib_type == IMMU_PCIB_PCIE_PCI) { in get_sid()
463 sid = (immu_devi->imd_bus << 8) | immu_devi->imd_sec; in get_sid()
468 sid = (immu_devi->imd_bus << 8) | in get_sid()
469 immu_devi->imd_devfunc; in get_sid()