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