Searched refs:updated_table (Results 1 – 1 of 1) sorted by relevance
466 struct rte_pci_id *updated_table; in pci_ids_table_update() local477 updated_table = calloc(num_ids, sizeof(*updated_table)); in pci_ids_table_update()478 if (!updated_table) in pci_ids_table_update()484 updated_table[i] = *id_iter; in pci_ids_table_update()489 updated_table[i] = *id_iter; in pci_ids_table_update()491 pci_id_insert(updated_table, &i, driver_id_table); in pci_ids_table_update()494 updated_table[i].vendor_id = 0; in pci_ids_table_update()495 mlx5_pci_driver.id_table = updated_table; in pci_ids_table_update()496 mlx5_pci_id_table = updated_table; in pci_ids_table_update()