Lines Matching defs:vdpa_device
88 struct vdpa_device { struct
89 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;
98 struct vdpa_mgmt_dev *mdev;
99 unsigned int ngroups;
100 unsigned int nas;