Searched refs:vhost32_to_cpu (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/vhost/ |
D | vhost.h | 187 static inline u32 vhost32_to_cpu(struct vhost_virtqueue *vq, __virtio32 val) in vhost32_to_cpu() function
|
D | vhost.c | 1128 u32 len = vhost32_to_cpu(vq, indirect->len); in get_indirect() 1183 vhost32_to_cpu(vq, desc.len), iov + iov_count, in get_indirect() 1195 log[*log_num].len = vhost32_to_cpu(vq, desc.len); in get_indirect() 1311 vhost32_to_cpu(vq, desc.len), iov + iov_count, in vhost_get_vq_desc() 1324 log[*log_num].len = vhost32_to_cpu(vq, desc.len); in vhost_get_vq_desc()
|
D | scsi.c | 1158 prot_bytes = vhost32_to_cpu(vq, v_req_pi.pi_bytesout); in vhost_scsi_handle_vq() 1166 prot_bytes = vhost32_to_cpu(vq, v_req_pi.pi_bytesin); in vhost_scsi_handle_vq()
|