Home
last modified time | relevance | path

Searched defs:vdpa_device (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/include/linux/
Dvdpa.h81 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;
[all …]