Searched refs:vhost32_to_cpu (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | vhost.h | 311 static inline u32 vhost32_to_cpu(struct vhost_virtqueue *vq, __virtio32 val) in vhost32_to_cpu() function
|
H A D | scsi.c | 1056 prot_bytes = vhost32_to_cpu(vq, v_req_pi.pi_bytesout); in vhost_scsi_handle_vq() 1063 prot_bytes = vhost32_to_cpu(vq, v_req_pi.pi_bytesin); in vhost_scsi_handle_vq() 1208 if (vhost32_to_cpu(vq, vtmf->subtype) != in vhost_scsi_handle_tmf() 1323 switch (vhost32_to_cpu(vq, v_req.type)) { in vhost_scsi_ctl_handle_vq()
|
H A D | vhost.c | 2115 u32 len = vhost32_to_cpu(vq, indirect->len); in get_indirect() 2170 vhost32_to_cpu(vq, desc.len), iov + iov_count, in get_indirect() 2183 log[*log_num].len = vhost32_to_cpu(vq, desc.len); in get_indirect() 2310 vhost32_to_cpu(vq, desc.len), iov + iov_count, in vhost_get_vq_desc() 2324 log[*log_num].len = vhost32_to_cpu(vq, desc.len); in vhost_get_vq_desc()
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | vhost.h | 324 static inline u32 vhost32_to_cpu(struct vhost_virtqueue *vq, __virtio32 val) in vhost32_to_cpu() function
|
H A D | vhost.c | 2401 u32 len = vhost32_to_cpu(vq, indirect->len); in get_indirect() 2456 vhost32_to_cpu(vq, desc.len), iov + iov_count, in get_indirect() 2469 log[*log_num].len = vhost32_to_cpu(vq, desc.len); in get_indirect() 2596 vhost32_to_cpu(vq, desc.len), iov + iov_count, in vhost_get_vq_desc() 2610 log[*log_num].len = vhost32_to_cpu(vq, desc.len); in vhost_get_vq_desc()
|
H A D | scsi.c | 1149 prot_bytes = vhost32_to_cpu(vq, v_req_pi.pi_bytesout); in vhost_scsi_handle_vq() 1156 prot_bytes = vhost32_to_cpu(vq, v_req_pi.pi_bytesin); in vhost_scsi_handle_vq() 1310 if (vhost32_to_cpu(vq, vtmf->subtype) != in vhost_scsi_handle_tmf() 1417 switch (vhost32_to_cpu(vq, v_req.type)) { in vhost_scsi_ctl_handle_vq()
|
Completed in 19 milliseconds