Searched defs:vdpa_device (Results 1 – 2 of 2) 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 …]
46 struct vdpa_device { struct47 struct device dev;48 struct device *dma_dev;49 const struct vdpa_config_ops *config;50 unsigned int index;51 bool features_valid;52 int nvqs;