Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/vhost/
Dscsi.c94 struct vhost_virtqueue *tvc_vq; member
530 v_rsp.resid = cpu_to_vhost32(cmd->tvc_vq, se_cmd->residual_count); in vhost_scsi_complete_cmd_work()
533 v_rsp.sense_len = cpu_to_vhost32(cmd->tvc_vq, in vhost_scsi_complete_cmd_work()
543 vhost_add_used(cmd->tvc_vq, cmd->tvc_vq_desc, 0); in vhost_scsi_complete_cmd_work()
544 q = container_of(cmd->tvc_vq, struct vhost_scsi_virtqueue, vq); in vhost_scsi_complete_cmd_work()
1012 cmd->tvc_vq = vq; in vhost_scsi_handle_vq()