Searched defs:vdpa (Results 1 – 4 of 4) sorted by relevance
/linux-5.10/drivers/vdpa/vdpa_sim/ |
D | vdpa_sim.c | 72 struct vdpa_device vdpa; member 106 static struct vdpasim *vdpa_to_sim(struct vdpa_device *vdpa) in vdpa_to_sim() 113 struct vdpa_device *vdpa = dev_to_vdpa(dev); in dev_to_sim() local 408 static int vdpasim_set_vq_address(struct vdpa_device *vdpa, u16 idx, in vdpasim_set_vq_address() 422 static void vdpasim_set_vq_num(struct vdpa_device *vdpa, u16 idx, u32 num) in vdpasim_set_vq_num() 430 static void vdpasim_kick_vq(struct vdpa_device *vdpa, u16 idx) in vdpasim_kick_vq() 439 static void vdpasim_set_vq_cb(struct vdpa_device *vdpa, u16 idx, in vdpasim_set_vq_cb() 449 static void vdpasim_set_vq_ready(struct vdpa_device *vdpa, u16 idx, bool ready) in vdpasim_set_vq_ready() 461 static bool vdpasim_get_vq_ready(struct vdpa_device *vdpa, u16 idx) in vdpasim_get_vq_ready() 469 static int vdpasim_set_vq_state(struct vdpa_device *vdpa, u16 idx, in vdpasim_set_vq_state() [all …]
|
/linux-5.10/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 218 struct vdpa_device *vdpa = vd_dev->vdpa; in virtio_vdpa_del_vq() local [all …]
|
/linux-5.10/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 121 struct vdpa_device *vdpa = v->vdpa; in vhost_vdpa_reset() local 129 struct vdpa_device *vdpa = v->vdpa; in vhost_vdpa_get_device_id() local 143 struct vdpa_device *vdpa = v->vdpa; in vhost_vdpa_get_status() local 157 struct vdpa_device *vdpa = v->vdpa; in vhost_vdpa_set_status() local 211 struct vdpa_device *vdpa = v->vdpa; in vhost_vdpa_get_config() local 238 struct vdpa_device *vdpa = v->vdpa; in vhost_vdpa_set_config() local 265 struct vdpa_device *vdpa = v->vdpa; in vhost_vdpa_get_features() local 279 struct vdpa_device *vdpa = v->vdpa; in vhost_vdpa_set_features() local [all …]
|
/linux-5.10/drivers/vdpa/ifcvf/ |
D | ifcvf_base.h | 91 struct vdpa_device vdpa; member
|