Searched defs:sub_device (Results 1 – 2 of 2) sorted by relevance
114 struct sub_device { struct116 struct sub_device *next; argument117 struct rte_devargs devargs;118 struct rte_bus *bus; /* for primary process only. */119 struct rte_device *dev; /* for primary process only. */120 uint8_t sid;122 enum dev_state state;124 struct fs_stats stats_snapshot;126 char *cmdline;150 * Set of sub_devices. argument[all …]
55 union ice_device_id sub_device; member