Searched defs:vdpa_device (Results 1 – 1 of 1) sorted by relevance
76 struct vdpa_device { struct77 struct device dev;78 struct device *dma_dev;79 const struct vdpa_config_ops *config;80 struct mutex cf_mutex; /* Protects get/set config */81 unsigned int index;82 bool features_valid;83 bool use_va;84 int nvqs;85 struct vdpa_mgmt_dev *mdev;
Completed in 4 milliseconds