Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dvirtio-scsi-dataplane.c203 virtio_queue_aio_attach_host_notifier(vs->ctrl_vq, in virtio_scsi_dataplane_start()
210 virtio_queue_aio_attach_host_notifier(vs->cmd_vqs[i], ctx); in virtio_scsi_dataplane_start()
H A Dvirtio-scsi.c1258 virtio_queue_aio_attach_host_notifier(vq, ctx); in virtio_scsi_drained_end()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio.h432 void virtio_queue_aio_attach_host_notifier(VirtQueue *vq, AioContext *ctx);
/openbmc/qemu/hw/block/
H A Dvirtio-blk.c1394 virtio_queue_aio_attach_host_notifier(vq, s->vq_aio_context[i]); in virtio_blk_ioeventfd_attach()
/openbmc/qemu/hw/virtio/
H A Dvirtio.c3878 void virtio_queue_aio_attach_host_notifier(VirtQueue *vq, AioContext *ctx) in virtio_queue_aio_detach_host_notifier()
3908 * Same as virtio_queue_aio_attach_host_notifier() but without polling. Use in virtio_config_get_guest_notifier()
3915 /* See virtio_queue_aio_attach_host_notifier() */ in virtio_queue_set_host_notifier_mr()
3925 * See virtio_queue_aio_attach_host_notifier(). in virtio_queue_set_host_notifier_mr()
3821 void virtio_queue_aio_attach_host_notifier(VirtQueue *vq, AioContext *ctx) virtio_queue_aio_attach_host_notifier() function