Lines Matching refs:vdpa_device
28 struct vdpa_device *vdpa;
51 static struct vdpa_device *vd_get_vdpa(struct virtio_device *vdev) in vd_get_vdpa()
59 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_get()
67 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_set()
75 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_generation()
86 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_get_status()
94 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_set_status()
102 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_reset()
109 struct vdpa_device *vdpa = vd_get_vdpa(vq->vdev); in virtio_vdpa_notify()
139 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_setup_vq()
221 struct vdpa_device *vdpa = vd_dev->vdpa; in virtio_vdpa_del_vq()
256 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_find_vqs()
289 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_get_features()
297 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_finalize_features()
308 struct vdpa_device *vdpa = vd_dev->vdpa; in virtio_vdpa_bus_name()
337 static int virtio_vdpa_probe(struct vdpa_device *vdpa) in virtio_vdpa_probe()
376 static void virtio_vdpa_remove(struct vdpa_device *vdpa) in virtio_vdpa_remove()