Searched refs:rte_bus_find (Results 1 – 7 of 7) sorted by relevance
| /f-stack/dpdk/lib/librte_eal/common/ |
| H A D | eal_common_bus.c | 121 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 D | eal_common_devargs.c | 191 bus = rte_bus_find(bus, bus_name_cmp, dev); in rte_devargs_parse()
|
| H A D | eal_common_dev.c | 752 while ((bus = rte_bus_find(bus, bus_next_dev_cmp, in rte_dev_iterator_next()
|
| /f-stack/dpdk/lib/librte_eal/include/ |
| H A D | rte_bus.h | 357 struct rte_bus *rte_bus_find(const struct rte_bus *start, rte_bus_cmp_t cmp,
|
| /f-stack/dpdk/lib/librte_eal/ |
| H A D | rte_eal_exports.def | 7 rte_bus_find
|
| H A D | version.map | 11 rte_bus_find;
|
| /f-stack/dpdk/app/test-pmd/ |
| H A D | config.c | 602 while ((next = rte_bus_find(start, bus_match_all, NULL)) != NULL) { in device_infos_display()
|