Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dvhost-scsi.c46 static int vhost_scsi_set_endpoint(VHostSCSI *s) in vhost_scsi_set_endpoint() function
56 ret = vhost_ops->vhost_scsi_set_endpoint(&vsc->dev, &backend); in vhost_scsi_set_endpoint()
100 ret = vhost_scsi_set_endpoint(s); in vhost_scsi_start()
/openbmc/qemu/include/hw/virtio/
H A Dvhost-backend.h171 vhost_scsi_set_endpoint_op vhost_scsi_set_endpoint; member
/openbmc/qemu/hw/virtio/
H A Dvhost-backend.c325 .vhost_scsi_set_endpoint = vhost_kernel_scsi_set_endpoint,
/openbmc/linux/drivers/vhost/
H A Dscsi.c1669 vhost_scsi_set_endpoint(struct vhost_scsi *vs, in vhost_scsi_set_endpoint() function
2042 return vhost_scsi_set_endpoint(vs, &backend); in vhost_scsi_ioctl()