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