Lines Matching refs:vdev
37 struct vhost_dev vdev;
61 struct vhost_vdpa *v = container_of(vq->dev, struct vhost_vdpa, vdev);
402 r = vhost_vring_ioctl(&v->vdev, cmd, argp);
445 struct vhost_dev *d = &v->vdev;
456 vhost_set_backend_features(&v->vdev, features);
503 r = vhost_dev_ioctl(&v->vdev, cmd, argp);
515 struct vhost_dev *dev = &v->vdev;
537 struct vhost_dev *dev = &v->vdev;
569 struct vhost_dev *dev = &v->vdev;
599 struct vhost_dev *dev = &v->vdev;
618 struct vhost_dev *dev = &v->vdev;
751 struct vhost_vdpa *v = container_of(dev, struct vhost_vdpa, vdev);
792 struct vhost_dev *dev = &v->vdev;
887 dev = &v->vdev;
912 vhost_dev_cleanup(&v->vdev);
930 struct vhost_dev *d = &v->vdev;
935 vhost_dev_stop(&v->vdev);
940 vhost_dev_cleanup(&v->vdev);
941 kfree(v->vdev.vqs);