Lines Matching refs:v_req_pi
949 struct virtio_scsi_cmd_req_pi v_req_pi;
985 vc.req = &v_req_pi;
986 vc.req_size = sizeof(v_req_pi);
987 vc.lunp = &v_req_pi.lun[0];
988 vc.target = &v_req_pi.lun[1];
1050 if (v_req_pi.pi_bytesout) {
1056 prot_bytes = vhost32_to_cpu(vq, v_req_pi.pi_bytesout);
1057 } else if (v_req_pi.pi_bytesin) {
1063 prot_bytes = vhost32_to_cpu(vq, v_req_pi.pi_bytesin);
1079 tag = vhost64_to_cpu(vq, v_req_pi.tag);
1080 task_attr = v_req_pi.task_attr;
1081 cdb = &v_req_pi.cdb[0];
1082 lun = vhost_buf_to_lun(v_req_pi.lun);