Searched defs:rte_device (Results 1 – 2 of 2) sorted by relevance
27 struct rte_device { struct29 const char *name; /**< Device name */30 const char *bus_info; /**< Device bus specific information */31 const struct rte_driver *driver; /**< Driver assigned after probing */32 const struct rte_bus *bus; /**< Bus handle assigned on scan */33 int numa_node; /**< NUMA node connection */34 struct rte_devargs *devargs; /**< Arguments for latest probing */
85 struct rte_device { struct102 int rte_dev_is_probed(const struct rte_device *dev); argument