Searched defs:vdpa_device (Results 1 – 1 of 1) sorted by relevance
81 struct vdpa_device { struct82 struct device dev;83 struct device *dma_dev;84 const char *driver_override;85 const struct vdpa_config_ops *config;86 struct rw_semaphore cf_lock; /* Protects get/set config */87 unsigned int index;88 bool features_valid;89 bool use_va;90 u32 nvqs;[all …]