Searched defs:src_bdf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/amd_iommu/
H A Damd_iommu_page_tables.c244 int32_t src_bdf; local
257 if (amd_iommu_get_src_bdf(iommu, -1, &src_bdf) != DDI_SUCCESS) {
264 *deviceid = src_bdf;
307 if (amd_iommu_get_src_bdf(iommu, bdf, &src_bdf) != DDI_SUCCESS) {
317 f, src_bdf, path);
320 *deviceid = src_bdf;
321 *aliasp = (src_bdf != bdf);

Completed in 49 milliseconds