Searched refs:v_req (Results 1 – 1 of 1) sorted by relevance
1050 struct virtio_scsi_cmd_req v_req; in vhost_scsi_handle_vq() local1092 vc.req = &v_req; in vhost_scsi_handle_vq()1093 vc.req_size = sizeof(v_req); in vhost_scsi_handle_vq()1094 vc.lunp = &v_req.lun[0]; in vhost_scsi_handle_vq()1095 vc.target = &v_req.lun[1]; in vhost_scsi_handle_vq()1186 tag = vhost64_to_cpu(vq, v_req.tag); in vhost_scsi_handle_vq()1187 task_attr = v_req.task_attr; in vhost_scsi_handle_vq()1188 cdb = &v_req.cdb[0]; in vhost_scsi_handle_vq()1189 lun = vhost_buf_to_lun(v_req.lun); in vhost_scsi_handle_vq()1385 } v_req; in vhost_scsi_ctl_handle_vq() local[all …]