| rte_dev_iterator(3) | Library Functions Manual | rte_dev_iterator(3) |
rte_dev_iterator
#include <rte_dev.h>
const char * dev_str
const char * bus_str
const char * cls_str
struct rte_bus * bus
struct rte_class * cls
struct rte_device * device
void * class_device
Iteration context.
This context carries over the current iteration state.
Definition at line 281 of file rte_dev.h.
device string.
Definition at line 282 of file rte_dev.h.
bus-related part of device string.
Definition at line 283 of file rte_dev.h.
class-related part of device string.
Definition at line 284 of file rte_dev.h.
bus handle.
Definition at line 285 of file rte_dev.h.
class handle.
Definition at line 286 of file rte_dev.h.
current position.
Definition at line 287 of file rte_dev.h.
additional specialized context.
Definition at line 288 of file rte_dev.h.
Generated automatically by Doxygen for DPDK from the source code.
| Version 24.11.3 | DPDK |