Home
last modified time | relevance | path

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

/linux/drivers/vhost/
H A Dvhost.h375 static inline u16 vhost16_to_cpu(struct vhost_virtqueue *vq, __virtio16 val) in vhost16_to_cpu() function
H A Dvhost.c1535 vq->avail_idx = vhost16_to_cpu(vq, idx); in vhost_get_avail_idx()
2629 vq->last_used_idx = vhost16_to_cpu(vq, last_used_idx); in vhost_vq_init_access()
2695 next = vhost16_to_cpu(vq, READ_ONCE(desc->next)); in next_desc()
2849 head = vhost16_to_cpu(vq, ring_head); in vhost_get_vq_desc_n()
3164 return vring_need_event(vhost16_to_cpu(vq, event), new, old); in vhost_notify()