Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dvhost-scsi-common.c65 ret = vhost_dev_get_inflight(&vsc->dev, in vhost_scsi_common_start()
/openbmc/qemu/include/hw/virtio/
H A Dvhost.h344 int vhost_dev_get_inflight(struct vhost_dev *dev, uint16_t queue_size,
/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c166 ret = vhost_dev_get_inflight(&s->dev, s->queue_size, s->inflight); in vhost_user_blk_start()
/openbmc/qemu/hw/virtio/
H A Dvhost.c1969 int vhost_dev_get_inflight(struct vhost_dev *dev, uint16_t queue_size, in vhost_dev_get_inflight() function