Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_bus.c121 rte_bus_find(const struct rte_bus *start, rte_bus_cmp_t cmp, in rte_bus_find() function
158 return rte_bus_find(NULL, bus_find_device, (const void *)dev); in rte_bus_find_by_device()
172 return rte_bus_find(NULL, cmp_bus_name, (const void *)busname); in rte_bus_find_by_name()
193 return rte_bus_find(NULL, bus_can_parse, name); in rte_bus_find_by_device_name()
267 bus = rte_bus_find(NULL, bus_handle_sigbus, failure_addr); in rte_bus_sigbus_handler()
H A Deal_common_devargs.c191 bus = rte_bus_find(bus, bus_name_cmp, dev); in rte_devargs_parse()
H A Deal_common_dev.c752 while ((bus = rte_bus_find(bus, bus_next_dev_cmp, in rte_dev_iterator_next()
/f-stack/dpdk/lib/librte_eal/include/
H A Drte_bus.h357 struct rte_bus *rte_bus_find(const struct rte_bus *start, rte_bus_cmp_t cmp,
/f-stack/dpdk/lib/librte_eal/
H A Drte_eal_exports.def7 rte_bus_find
H A Dversion.map11 rte_bus_find;
/f-stack/dpdk/app/test-pmd/
H A Dconfig.c602 while ((next = rte_bus_find(start, bus_match_all, NULL)) != NULL) { in device_infos_display()