Home
last modified time | relevance | path

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

/f-stack/dpdk/buildtools/pmdinfogen/
H A Dpmdinfogen.h91 struct pmd_driver { struct
95 struct pmd_driver *next; argument
118 struct pmd_driver *drivers; argument
H A Dpmdinfogen.c280 struct pmd_driver *tmp, *idx = info->drivers; in parse_elf_finish()
299 static int complete_pmd_entry(struct elf_info *info, struct pmd_driver *drv) in complete_pmd_entry()
347 struct pmd_driver *new; in locate_pmd_entries()
352 new = calloc(sizeof(struct pmd_driver), 1); in locate_pmd_entries()
379 struct pmd_driver *drv; in output_pmd_info_string()