Home
last modified time | relevance | path

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

/drivers/vhost/
Dscsi.c99 struct vhost_virtqueue *tvc_vq; member
345 struct vhost_scsi_virtqueue *svq = container_of(tv_cmd->tvc_vq, in vhost_scsi_release_cmd_res()
569 v_rsp.resid = cpu_to_vhost32(cmd->tvc_vq, se_cmd->residual_count); in vhost_scsi_complete_cmd_work()
572 v_rsp.sense_len = cpu_to_vhost32(cmd->tvc_vq, in vhost_scsi_complete_cmd_work()
582 vhost_add_used(cmd->tvc_vq, cmd->tvc_vq_desc, 0); in vhost_scsi_complete_cmd_work()
583 q = container_of(cmd->tvc_vq, struct vhost_scsi_virtqueue, vq); in vhost_scsi_complete_cmd_work()
1111 cmd->tvc_vq = vq; in vhost_scsi_handle_vq()