Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_eal/common/
H A Deal_private.h446 struct rte_bus *rte_bus_find_by_device_name(const char *str);
H A Deal_common_devargs.c195 if (rte_bus_find_by_device_name(devname) == bus) in rte_devargs_parse()
212 bus = rte_bus_find_by_device_name(da->name); in rte_devargs_parse()
H A Deal_common_bus.c184 rte_bus_find_by_device_name(const char *str) in rte_bus_find_by_device_name() function