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()
74 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_generation()
85 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_get_status()
93 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_set_status()
100 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_reset()
107 struct vdpa_device *vdpa = vd_get_vdpa(vq->vdev); in virtio_vdpa_notify()
137 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_setup_vq()
242 struct vdpa_device *vdpa = vd_dev->vdpa; in virtio_vdpa_del_vq()
276 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_find_vqs()
309 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_get_features()
317 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_finalize_features()
328 struct vdpa_device *vdpa = vd_dev->vdpa; in virtio_vdpa_bus_name()
357 static int virtio_vdpa_probe(struct vdpa_device *vdpa) in virtio_vdpa_probe()
396 static void virtio_vdpa_remove(struct vdpa_device *vdpa) in virtio_vdpa_remove()