Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/virtio/
H A Dvirtio.h412 int virtio_device_start_ioeventfd(VirtIODevice *vdev);
/openbmc/qemu/hw/scsi/
H A Dvirtio-scsi.c633 virtio_device_start_ioeventfd(&s->parent_obj.parent_obj); in virtio_scsi_defer_to_dataplane()
/openbmc/qemu/hw/block/
H A Dvirtio-blk.c1016 virtio_device_start_ioeventfd(vdev); in virtio_blk_handle_output()
/openbmc/qemu/hw/virtio/
H A Dvirtio.c4075 int virtio_device_start_ioeventfd(VirtIODevice *vdev) in virtio_device_start_ioeventfd() function