Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/failsafe/
H A Dfailsafe_private.h114 struct sub_device { struct
116 struct sub_device *next; argument
117 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 …]
/f-stack/dpdk/drivers/net/ice/base/
H A Dice_flex_type.h55 union ice_device_id sub_device; member