Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost-vsock-common.c276 virtio_delete_queue(vvc->recv_vq); in vhost_vsock_common_unrealize()
277 virtio_delete_queue(vvc->trans_vq); in vhost_vsock_common_unrealize()
278 virtio_delete_queue(vvc->event_vq); in vhost_vsock_common_unrealize()
H A Dvhost-user-fs.c263 virtio_delete_queue(fs->hiprio_vq); in vuf_device_realize()
265 virtio_delete_queue(fs->req_vqs[i]); in vuf_device_realize()
287 virtio_delete_queue(fs->hiprio_vq); in vuf_device_unrealize()
289 virtio_delete_queue(fs->req_vqs[i]); in vuf_device_unrealize()
H A Dvhost-user-scmi.c219 virtio_delete_queue(scmi->cmd_vq); in do_vhost_user_cleanup()
220 virtio_delete_queue(scmi->event_vq); in do_vhost_user_cleanup()
H A Dvirtio-balloon.c915 virtio_delete_queue(s->ivq); in virtio_balloon_device_unrealize()
916 virtio_delete_queue(s->dvq); in virtio_balloon_device_unrealize()
917 virtio_delete_queue(s->svq); in virtio_balloon_device_unrealize()
919 virtio_delete_queue(s->free_page_vq); in virtio_balloon_device_unrealize()
922 virtio_delete_queue(s->reporting_vq); in virtio_balloon_device_unrealize()
H A Dvirtio-pmem.c135 virtio_delete_queue(pmem->rq_vq); in virtio_pmem_unrealize()
H A Dvhost-user-base.c187 virtio_delete_queue(vq); in do_vhost_user_cleanup()
H A Dvdpa-dev.c181 virtio_delete_queue(s->virtqs[i]); in vhost_vdpa_device_unrealize()
H A Dvirtio-crypto.c1108 virtio_delete_queue(vcrypto->vqs[i].dataq); in virtio_crypto_device_unrealize()
1114 virtio_delete_queue(vcrypto->ctrl_vq); in virtio_crypto_device_unrealize()
H A Dvirtio-iommu.c1502 virtio_delete_queue(s->req_vq); in virtio_iommu_device_unrealize()
1503 virtio_delete_queue(s->event_vq); in virtio_iommu_device_unrealize()
H A Dvirtio.c2553 void virtio_delete_queue(VirtQueue *vq) in virtio_delete_queue() function
2569 virtio_delete_queue(&vdev->vq[n]); in virtio_del_queue()
/openbmc/qemu/hw/input/
H A Dvirtio-input.c287 virtio_delete_queue(vinput->evt); in virtio_input_device_unrealize()
288 virtio_delete_queue(vinput->sts); in virtio_input_device_unrealize()
/openbmc/qemu/hw/char/
H A Dvirtio-serial-bus.c1124 virtio_delete_queue(vser->c_ivq); in virtio_serial_device_unrealize()
1125 virtio_delete_queue(vser->c_ovq); in virtio_serial_device_unrealize()
1127 virtio_delete_queue(vser->ivqs[i]); in virtio_serial_device_unrealize()
1128 virtio_delete_queue(vser->ovqs[i]); in virtio_serial_device_unrealize()
/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c506 virtio_delete_queue(s->virtqs[i]); in vhost_user_blk_device_realize()
530 virtio_delete_queue(s->virtqs[i]); in vhost_user_blk_device_unrealize()
/openbmc/qemu/hw/audio/
H A Dvirtio-snd.c1337 virtio_delete_queue(vsnd->queues[VIRTIO_SND_VQ_CONTROL]); in virtio_snd_unrealize()
1338 virtio_delete_queue(vsnd->queues[VIRTIO_SND_VQ_EVENT]); in virtio_snd_unrealize()
1339 virtio_delete_queue(vsnd->queues[VIRTIO_SND_VQ_TX]); in virtio_snd_unrealize()
1340 virtio_delete_queue(vsnd->queues[VIRTIO_SND_VQ_RX]); in virtio_snd_unrealize()
/openbmc/qemu/hw/9pfs/
H A Dvirtio-9p-device.c229 virtio_delete_queue(v->vq); in virtio_9p_device_unrealize()
/openbmc/qemu/hw/scsi/
H A Dvirtio-scsi.c1269 virtio_delete_queue(vs->ctrl_vq); in virtio_scsi_common_unrealize()
1270 virtio_delete_queue(vs->event_vq); in virtio_scsi_common_unrealize()
1272 virtio_delete_queue(vs->cmd_vqs[i]); in virtio_scsi_common_unrealize()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio.h255 void virtio_delete_queue(VirtQueue *vq);