Searched refs:vhost64_to_cpu (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/vhost/ |
H A D | vhost.c | 2482 ret = translate_desc(vq, vhost64_to_cpu(vq, indirect->addr), len, vq->indirect, in get_indirect() 2509 i, (size_t)vhost64_to_cpu(vq, indirect->addr) + i * sizeof desc); in get_indirect() 2514 i, (size_t)vhost64_to_cpu(vq, indirect->addr) + i * sizeof desc); in get_indirect() 2523 ret = translate_desc(vq, vhost64_to_cpu(vq, desc.addr), in get_indirect() 2536 log[*log_num].addr = vhost64_to_cpu(vq, desc.addr); in get_indirect() 2663 ret = translate_desc(vq, vhost64_to_cpu(vq, desc.addr), in vhost_get_vq_desc() 2677 log[*log_num].addr = vhost64_to_cpu(vq, desc.addr); in vhost_get_vq_desc()
|
H A D | vhost.h | 336 static inline u64 vhost64_to_cpu(struct vhost_virtqueue *vq, __virtio64 val) in vhost64_to_cpu() function
|
H A D | scsi.c | 1181 tag = vhost64_to_cpu(vq, v_req_pi.tag); in vhost_scsi_handle_vq() 1186 tag = vhost64_to_cpu(vq, v_req.tag); in vhost_scsi_handle_vq()
|