Searched defs:vdpa_device (Results 1 – 1 of 1) sorted by relevance
88 struct vdpa_device { struct89 struct device dev;90 struct device *dma_dev;91 const char *driver_override;92 const struct vdpa_config_ops *config;93 struct rw_semaphore cf_lock; /* Protects get/set config */94 unsigned int index;95 bool features_valid;96 bool use_va;97 u32 nvqs;[all …]