Home
last modified time | relevance | path

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

/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()
/qemu/include/hw/virtio/
H A Dvhost-backend.h171 vhost_scsi_set_endpoint_op vhost_scsi_set_endpoint; member
/qemu/hw/virtio/
H A Dvhost-backend.c325 .vhost_scsi_set_endpoint = vhost_kernel_scsi_set_endpoint,