Searched defs:rte_devargs (Results 1 – 1 of 1) sorted by relevance
53 struct rte_devargs { struct57 enum rte_devtype type;59 enum rte_dev_policy policy;61 char name[RTE_DEV_NAME_MAX_LEN];63 union {68 struct rte_bus *bus; /**< bus handle. */69 struct rte_class *cls; /**< class handle. */70 const char *bus_str; /**< bus-related part of device string. */71 const char *cls_str; /**< class-related part of device string. */72 const char *data; /**< Device string storage. */