Searched defs:rte_dev_iterator (Results 1 – 1 of 1) sorted by relevance
231 struct rte_dev_iterator { struct232 const char *dev_str; /**< device string. */233 const char *bus_str; /**< bus-related part of device string. */234 const char *cls_str; /**< class-related part of device string. */235 struct rte_bus *bus; /**< bus handle. */236 struct rte_class *cls; /**< class handle. */237 struct rte_device *device; /**< current position. */238 void *class_device; /**< additional specialized context. */