Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vhost/
H A Dscsi.c92 struct vhost_virtqueue *tvc_vq; member
330 struct vhost_scsi_virtqueue *svq = container_of(tv_cmd->tvc_vq, in vhost_scsi_release_cmd_res()
372 struct vhost_scsi_virtqueue *svq = container_of(cmd->tvc_vq, in vhost_scsi_release_cmd()
573 v_rsp.resid = cpu_to_vhost32(cmd->tvc_vq, in vhost_scsi_complete_cmd_work()
577 v_rsp.sense_len = cpu_to_vhost32(cmd->tvc_vq, in vhost_scsi_complete_cmd_work()
589 vhost_add_used(cmd->tvc_vq, cmd->tvc_vq_desc, 0); in vhost_scsi_complete_cmd_work()
1210 cmd->tvc_vq = vq; in vhost_scsi_handle_vq()