Searched refs:rte_bus_find_by_device_name (Results 1 – 3 of 3) sorted by relevance
446 struct rte_bus *rte_bus_find_by_device_name(const char *str);
195 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()
184 rte_bus_find_by_device_name(const char *str) in rte_bus_find_by_device_name() function