Home
last modified time | relevance | path

Searched defs:rte_device (Results 1 – 2 of 2) sorted by relevance

/spdk/lib/env_dpdk/22.11/
H A Ddev_driver.h27 struct rte_device { struct
29 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 */
/spdk/lib/env_dpdk/22.07/
H A Drte_dev.h85 struct rte_device { struct
102 int rte_dev_is_probed(const struct rte_device *dev); argument