Home
last modified time | relevance | path

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

/linux-6.15/drivers/vhost/
H A Dscsi.c1212 struct virtio_scsi_cmd_req_pi v_req_pi; in vhost_scsi_handle_vq() local
1249 vc.req = &v_req_pi; in vhost_scsi_handle_vq()
1250 vc.req_size = sizeof(v_req_pi); in vhost_scsi_handle_vq()
1251 vc.lunp = &v_req_pi.lun[0]; in vhost_scsi_handle_vq()
1252 vc.target = &v_req_pi.lun[1]; in vhost_scsi_handle_vq()
1314 if (v_req_pi.pi_bytesout) { in vhost_scsi_handle_vq()
1321 } else if (v_req_pi.pi_bytesin) { in vhost_scsi_handle_vq()
1343 tag = vhost64_to_cpu(vq, v_req_pi.tag); in vhost_scsi_handle_vq()
1344 task_attr = v_req_pi.task_attr; in vhost_scsi_handle_vq()
1345 cdb = &v_req_pi.cdb[0]; in vhost_scsi_handle_vq()
[all …]