Searched refs:pci_bdf_map_count (Results 1 – 1 of 1) sorted by relevance
380 uint32_t pci_bdf_map_count; member396 for (bdfi = 0U; bdfi < bdfs_from_drhds->pci_bdf_map_count; bdfi++) { 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()626 struct pci_bdf_mapping_group bdfs_from_drhds = {.pci_bdf_map_count = 0U}; in init_pci_pdev_list()
Completed in 4 milliseconds