Home
last modified time | relevance | path

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

/openbmc/qemu/hw/scsi/
H A Dvhost-scsi.c63 static void vhost_scsi_clear_endpoint(VHostSCSI *s) in vhost_scsi_clear_endpoint() function
72 vhost_ops->vhost_scsi_clear_endpoint(&vsc->dev, &backend); in vhost_scsi_clear_endpoint()
113 vhost_scsi_clear_endpoint(s); in vhost_scsi_stop()
/openbmc/qemu/include/hw/virtio/
H A Dvhost-backend.h172 vhost_scsi_clear_endpoint_op vhost_scsi_clear_endpoint; member
/openbmc/qemu/hw/virtio/
H A Dvhost-backend.c326 .vhost_scsi_clear_endpoint = vhost_kernel_scsi_clear_endpoint,
/openbmc/linux/drivers/vhost/
H A Dscsi.c1801 vhost_scsi_clear_endpoint(struct vhost_scsi *vs, in vhost_scsi_clear_endpoint() function
2010 vhost_scsi_clear_endpoint(vs, &t); in vhost_scsi_release()
2049 return vhost_scsi_clear_endpoint(vs, &backend); in vhost_scsi_ioctl()