Searched defs:rte_dev_iterator (Results 1 – 1 of 1) sorted by relevance
238 struct rte_dev_iterator { struct239 const char *dev_str; /**< device string. */240 const char *bus_str; /**< bus-related part of device string. */241 const char *cls_str; /**< class-related part of device string. */242 struct rte_bus *bus; /**< bus handle. */243 struct rte_class *cls; /**< class handle. */244 struct rte_device *device; /**< current position. */245 void *class_device; /**< additional specialized context. */