Home
last modified time | relevance | path

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

/f-stack/dpdk/buildtools/pmdinfogen/
H A Dpmdinfogen.c328 drv->pci_tbl = NULL; in complete_pmd_entry()
337 drv->pci_tbl = (struct rte_pci_id *)get_sym_value(info, tmpsym); in complete_pmd_entry()
338 if (!drv->pci_tbl) in complete_pmd_entry()
408 pci_ids = drv->pci_tbl; in output_pmd_info_string()
H A Dpmdinfogen.h94 struct rte_pci_id *pci_tbl; member