Searched defs:vdpa (Results 1 – 4 of 4) sorted by relevance
/drivers/vdpa/vdpa_sim/ |
D | vdpa_sim.c | 82 struct vdpa_device vdpa; member 118 static struct vdpasim *vdpa_to_sim(struct vdpa_device *vdpa) in vdpa_to_sim() 125 struct vdpa_device *vdpa = dev_to_vdpa(dev); in dev_to_sim() local 431 static int vdpasim_set_vq_address(struct vdpa_device *vdpa, u16 idx, in vdpasim_set_vq_address() 445 static void vdpasim_set_vq_num(struct vdpa_device *vdpa, u16 idx, u32 num) in vdpasim_set_vq_num() 453 static void vdpasim_kick_vq(struct vdpa_device *vdpa, u16 idx) in vdpasim_kick_vq() 462 static void vdpasim_set_vq_cb(struct vdpa_device *vdpa, u16 idx, in vdpasim_set_vq_cb() 472 static void vdpasim_set_vq_ready(struct vdpa_device *vdpa, u16 idx, bool ready) in vdpasim_set_vq_ready() 487 static bool vdpasim_get_vq_ready(struct vdpa_device *vdpa, u16 idx) in vdpasim_get_vq_ready() 495 static int vdpasim_set_vq_state(struct vdpa_device *vdpa, u16 idx, in vdpasim_set_vq_state() [all …]
|
/drivers/virtio/ |
D | virtio_vdpa.c | 28 struct vdpa_device *vdpa; member 59 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_get() local 67 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_set() local 75 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_generation() local 86 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_get_status() local 94 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_set_status() local 102 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_reset() local 109 struct vdpa_device *vdpa = vd_get_vdpa(vq->vdev); in virtio_vdpa_notify() local 139 struct vdpa_device *vdpa = vd_get_vdpa(vdev); in virtio_vdpa_setup_vq() local 221 struct vdpa_device *vdpa = vd_dev->vdpa; in virtio_vdpa_del_vq() local [all …]
|
/drivers/vhost/ |
D | vdpa.c | 41 struct vdpa_device *vdpa; member 93 struct vdpa_device *vdpa = v->vdpa; in vhost_vdpa_setup_vq_irq() local 124 struct vdpa_device *vdpa = v->vdpa; in vhost_vdpa_reset() local 132 struct vdpa_device *vdpa = v->vdpa; in vhost_vdpa_get_device_id() local 146 struct vdpa_device *vdpa = v->vdpa; in vhost_vdpa_get_status() local 160 struct vdpa_device *vdpa = v->vdpa; in vhost_vdpa_set_status() local 214 struct vdpa_device *vdpa = v->vdpa; in vhost_vdpa_get_config() local 241 struct vdpa_device *vdpa = v->vdpa; in vhost_vdpa_set_config() local 268 struct vdpa_device *vdpa = v->vdpa; in vhost_vdpa_get_features() local 282 struct vdpa_device *vdpa = v->vdpa; in vhost_vdpa_set_features() local [all …]
|
/drivers/vdpa/ifcvf/ |
D | ifcvf_base.h | 91 struct vdpa_device vdpa; member
|