Searched refs:updated_table (Results 1 – 1 of 1) sorted by relevance
69 struct rte_pci_id *updated_table; in pci_ids_table_update() local80 updated_table = calloc(num_ids, sizeof(*updated_table)); in pci_ids_table_update()81 if (!updated_table) in pci_ids_table_update()87 updated_table[i] = *id_iter; in pci_ids_table_update()92 updated_table[i] = *id_iter; in pci_ids_table_update()94 pci_id_insert(updated_table, &i, driver_id_table); in pci_ids_table_update()97 updated_table[i].vendor_id = 0; in pci_ids_table_update()98 mlx5_common_pci_driver.id_table = updated_table; in pci_ids_table_update()99 mlx5_pci_id_table = updated_table; in pci_ids_table_update()