Searched refs:vhost_vdpa (Results 1 – 3 of 3) sorted by relevance
36 struct vhost_vdpa { struct61 struct vhost_vdpa *v = container_of(vq->dev, struct vhost_vdpa, vdev); in handle_vq_kick() argument80 struct vhost_vdpa *v = private; in vhost_vdpa_config_cb()89 static void vhost_vdpa_setup_vq_irq(struct vhost_vdpa *v, u16 qid) in vhost_vdpa_setup_vq_irq()115 static void vhost_vdpa_unsetup_vq_irq(struct vhost_vdpa *v, u16 qid) in vhost_vdpa_unsetup_vq_irq()122 static void vhost_vdpa_reset(struct vhost_vdpa *v) in vhost_vdpa_reset()130 static long vhost_vdpa_get_device_id(struct vhost_vdpa *v, u8 __user *argp) in vhost_vdpa_get_device_id()144 static long vhost_vdpa_get_status(struct vhost_vdpa *v, u8 __user *statusp) in vhost_vdpa_get_status()158 static long vhost_vdpa_set_status(struct vhost_vdpa *v, u8 __user *statusp) in vhost_vdpa_set_status()191 static int vhost_vdpa_config_validate(struct vhost_vdpa *v, in vhost_vdpa_config_validate()[all …]
13 obj-$(CONFIG_VHOST_VDPA) += vhost_vdpa.o14 vhost_vdpa-y := vdpa.o
75 will be called vhost_vdpa.