Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dvhost-user-scsi.c336 vhost_dev_free_inflight(vsc->inflight); in vhost_user_scsi_unrealize()
371 vhost_dev_free_inflight(vsc->inflight); in vhost_user_scsi_reset()
/openbmc/qemu/include/hw/virtio/
H A Dvhost.h340 void vhost_dev_free_inflight(struct vhost_inflight *inflight);
/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c326 vhost_dev_free_inflight(s->inflight); in vhost_user_blk_reset()
535 vhost_dev_free_inflight(s->inflight); in vhost_user_blk_device_unrealize()
/openbmc/qemu/hw/virtio/
H A Dvhost.c1924 void vhost_dev_free_inflight(struct vhost_inflight *inflight) in vhost_dev_free_inflight() function