Searched refs:bdfs_from_drhds (Results 1 – 1 of 1) sorted by relevance
390 const struct pci_bdf_mapping_group *const bdfs_from_drhds, in pci_check_override_drhd_index() argument396 for (bdfi = 0U; bdfi < bdfs_from_drhds->pci_bdf_map_count; bdfi++) { in pci_check_override_drhd_index()397 if (bdfs_from_drhds->bdf_map[bdfi].dev_scope_bdf.value == pbdf.value) { in pci_check_override_drhd_index()402 bdfs_from_drhds->bdf_map[bdfi].dev_scope_drhd_index; in pci_check_override_drhd_index()486 if (bdfs_from_drhds->pci_bdf_map_count < BDF_MAPPING_NUM) { in pci_add_bdf_from_drhd()487 bdfs_from_drhds->bdf_map[bdfs_from_drhds->pci_bdf_map_count].dev_scope_bdf = bdf; in pci_add_bdf_from_drhd()488 bdfs_from_drhds->bdf_map[bdfs_from_drhds->pci_bdf_map_count].dev_scope_drhd_index = drhd_index; in pci_add_bdf_from_drhd()489 bdfs_from_drhds->pci_bdf_map_count++; in pci_add_bdf_from_drhd()491 ASSERT(bdfs_from_drhds->pci_bdf_map_count < BDF_MAPPING_NUM, in pci_add_bdf_from_drhd()520 pci_add_bdf_from_drhd(bdf, bdfs_from_drhds, drhd_index); in pci_parse_iommu_devscopes()[all …]
Completed in 5 milliseconds