Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dvirtio-scsi-dataplane.c77 host_notifier = virtio_queue_get_host_notifier(vs->ctrl_vq); in virtio_scsi_dataplane_stop_bh()
86 host_notifier = virtio_queue_get_host_notifier(vs->event_vq); in virtio_scsi_dataplane_stop_bh()
91 host_notifier = virtio_queue_get_host_notifier(vs->cmd_vqs[i]); in virtio_scsi_dataplane_stop_bh()
H A Dvhost-user-scsi.c138 event_notifier_set(virtio_queue_get_host_notifier(kick_vq)); in vhost_user_scsi_handle_output()
/openbmc/qemu/hw/virtio/
H A Dvirtio-bus.c282 EventNotifier *notifier = virtio_queue_get_host_notifier(vq); in virtio_bus_set_host_notifier()
316 EventNotifier *notifier = virtio_queue_get_host_notifier(vq); in virtio_bus_cleanup_host_notifier()
H A Dvhost.c1326 file.fd = event_notifier_get_fd(virtio_queue_get_host_notifier(vvq)); in vhost_virtqueue_start()
H A Dvirtio.c3862 EventNotifier *virtio_queue_get_host_notifier(VirtQueue *vq) in virtio_queue_get_host_notifier() function
/openbmc/qemu/include/hw/virtio/
H A Dvirtio.h416 EventNotifier *virtio_queue_get_host_notifier(VirtQueue *vq);
/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c306 event_notifier_set(virtio_queue_get_host_notifier(kick_vq)); in vhost_user_blk_handle_output()
H A Dvirtio-blk.c1740 EventNotifier *host_notifier = virtio_queue_get_host_notifier(vq); in virtio_blk_ioeventfd_stop_vq_bh()