Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dvirtio-scsi-dataplane.c73 EventNotifier *host_notifier; in virtio_scsi_dataplane_stop_bh() local
77 host_notifier = virtio_queue_get_host_notifier(vs->ctrl_vq); in virtio_scsi_dataplane_stop_bh()
83 virtio_queue_host_notifier_read(host_notifier); in virtio_scsi_dataplane_stop_bh()
86 host_notifier = virtio_queue_get_host_notifier(vs->event_vq); in virtio_scsi_dataplane_stop_bh()
87 virtio_queue_host_notifier_read(host_notifier); in virtio_scsi_dataplane_stop_bh()
91 host_notifier = virtio_queue_get_host_notifier(vs->cmd_vqs[i]); in virtio_scsi_dataplane_stop_bh()
92 virtio_queue_host_notifier_read(host_notifier); in virtio_scsi_dataplane_stop_bh()
/openbmc/phosphor-logging/test/openpower-pels/
H A Dmeson.build13 'host_notifier': {
15 '../../extensions/openpower-pels/host_notifier.cpp',
/openbmc/qemu/hw/virtio/
H A Dvirtio.c153 EventNotifier host_notifier; member
2502 event_notifier_set(&vq->host_notifier); in virtio_queue_notify()
3766 VirtQueue *vq = container_of(n, VirtQueue, host_notifier); in virtio_queue_host_notifier_aio_poll_begin()
3774 VirtQueue *vq = container_of(n, VirtQueue, host_notifier); in virtio_queue_host_notifier_aio_poll()
3781 VirtQueue *vq = container_of(n, VirtQueue, host_notifier); in virtio_queue_host_notifier_aio_poll_ready()
3788 VirtQueue *vq = container_of(n, VirtQueue, host_notifier); in virtio_queue_host_notifier_aio_poll_end()
3807 aio_set_event_notifier(ctx, &vq->host_notifier, in virtio_queue_aio_attach_host_notifier()
3811 aio_set_event_notifier_poll(ctx, &vq->host_notifier, in virtio_queue_aio_attach_host_notifier()
3820 event_notifier_set(&vq->host_notifier); in virtio_queue_aio_attach_host_notifier()
3836 aio_set_event_notifier(ctx, &vq->host_notifier, in virtio_queue_aio_attach_host_notifier_no_poll()
[all …]
/openbmc/qemu/tests/
H A Dvhost-user-bridge.c778 bool host_notifier = false; in main() local
800 host_notifier = true; in main()
817 if (host_notifier) { in main()
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dmeson.build100 'host_notifier.cpp',
/openbmc/qemu/hw/block/
H A Dvirtio-blk.c1740 EventNotifier *host_notifier = virtio_queue_get_host_notifier(vq); in virtio_blk_ioeventfd_stop_vq_bh() local
1748 virtio_queue_host_notifier_read(host_notifier); in virtio_blk_ioeventfd_stop_vq_bh()