Searched refs:rte_devargs_next (Results 1 – 3 of 3) sorted by relevance
256 rte_devargs_next(const char *busname, const struct rte_devargs *start);262 for (da = rte_devargs_next(busname, NULL); \264 da = rte_devargs_next(busname, da)) \
35 rte_devargs_next;
410 rte_devargs_next(const char *busname, const struct rte_devargs *start) in rte_devargs_next() function