Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/vhost/
Dscsi.c96 struct vhost_virtqueue *tvc_vq; member
711 v_rsp.resid = cpu_to_vhost32(cmd->tvc_vq, se_cmd->residual_count); in vhost_scsi_complete_cmd_work()
714 v_rsp.sense_len = cpu_to_vhost32(cmd->tvc_vq, in vhost_scsi_complete_cmd_work()
724 vhost_add_used(cmd->tvc_vq, cmd->tvc_vq_desc, 0); in vhost_scsi_complete_cmd_work()
725 q = container_of(cmd->tvc_vq, struct vhost_scsi_virtqueue, vq); in vhost_scsi_complete_cmd_work()
1214 cmd->tvc_vq = vq; in vhost_scsi_handle_vq()