Home
last modified time | relevance | path

Searched refs:svq_addr (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c1131 struct vhost_vring_addr svq_addr; in vhost_vdpa_svq_unmap_rings() local
1133 vhost_svq_get_vring_addr(svq, &svq_addr); in vhost_vdpa_svq_unmap_rings()
1135 vhost_vdpa_svq_unmap_ring(v, svq_addr.desc_user_addr); in vhost_vdpa_svq_unmap_rings()
1137 vhost_vdpa_svq_unmap_ring(v, svq_addr.used_user_addr); in vhost_vdpa_svq_unmap_rings()
1185 struct vhost_vring_addr svq_addr; in vhost_vdpa_svq_map_rings() local
1192 vhost_svq_get_vring_addr(svq, &svq_addr); in vhost_vdpa_svq_map_rings()
1195 .translated_addr = svq_addr.desc_user_addr, in vhost_vdpa_svq_map_rings()
1205 avail_offset = svq_addr.avail_user_addr - svq_addr.desc_user_addr; in vhost_vdpa_svq_map_rings()
1209 .translated_addr = svq_addr.used_user_addr, in vhost_vdpa_svq_map_rings()