Searched refs:prot_bytes (Results 1 – 1 of 1) sorted by relevance
967 size_t prot_bytes, struct iov_iter *prot_iter, in vhost_scsi_mapal() argument972 if (prot_bytes) { in vhost_scsi_mapal()973 sgl_count = vhost_scsi_calc_sgls(prot_iter, prot_bytes, in vhost_scsi_mapal()1298 int ret, prot_bytes, c = 0; in vhost_scsi_handle_vq() local1374 prot_bytes = 0; in vhost_scsi_handle_vq()1404 prot_bytes = vhost32_to_cpu(vq, v_req_pi.pi_bytesout); in vhost_scsi_handle_vq()1411 prot_bytes = vhost32_to_cpu(vq, v_req_pi.pi_bytesin); in vhost_scsi_handle_vq()1421 if (prot_bytes) { in vhost_scsi_handle_vq()1422 if (prot_bytes >= exp_data_len) { in vhost_scsi_handle_vq()1427 exp_data_len -= prot_bytes; in vhost_scsi_handle_vq()[all …]