Lines Matching defs:vdpa_device
81 struct vdpa_device { struct
82 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;
91 struct vdpa_mgmt_dev *mdev;
92 unsigned int ngroups;
93 unsigned int nas;