Home
last modified time | relevance | path

Searched refs:old_table (Results 1 – 1 of 1) sorted by relevance

/f-stack/dpdk/drivers/common/mlx5/
H A Dmlx5_common_pci.c467 struct rte_pci_id *old_table; in pci_ids_table_update() local
471 old_table = mlx5_pci_id_table; in pci_ids_table_update()
472 if (old_table) in pci_ids_table_update()
473 num_ids = pci_id_table_size_get(old_table); in pci_ids_table_update()
487 for (id_iter = old_table; id_iter->vendor_id != 0; in pci_ids_table_update()
497 if (old_table) in pci_ids_table_update()
498 free(old_table); in pci_ids_table_update()