Searched refs:v_req_pi (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/vhost/
H A Dscsi.c1059 struct virtio_scsi_cmd_req_pi v_req_pi; local
1095 vc.req = &v_req_pi;
1096 vc.req_size = sizeof(v_req_pi);
1097 vc.lunp = &v_req_pi.lun[0];
1098 vc.target = &v_req_pi.lun[1];
1160 if (v_req_pi.pi_bytesout) {
1166 prot_bytes = vhost32_to_cpu(vq, v_req_pi.pi_bytesout);
1167 } else if (v_req_pi.pi_bytesin) {
1173 prot_bytes = vhost32_to_cpu(vq, v_req_pi.pi_bytesin);
1189 tag = vhost64_to_cpu(vq, v_req_pi
[all...]

Completed in 125 milliseconds