Home
last modified time | relevance | path

Searched refs:vringh16_to_cpu (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/misc/mic/vop/
Dvop_debugfs.c168 vringh16_to_cpu(vrh, avail->flags), in vop_vdev_info_show()
169 vringh16_to_cpu(vrh, in vop_vdev_info_show()
172 vringh16_to_cpu(vrh, avail->flags), in vop_vdev_info_show()
173 vringh16_to_cpu(vrh, avail->idx)); in vop_vdev_info_show()
179 vringh16_to_cpu(vrh, used->flags), in vop_vdev_info_show()
180 vringh16_to_cpu(vrh, used->idx) & (num - 1)); in vop_vdev_info_show()
182 vringh16_to_cpu(vrh, used->flags), in vop_vdev_info_show()
183 vringh16_to_cpu(vrh, used->idx)); in vop_vdev_info_show()
/Linux-v4.19/drivers/vhost/
Dvringh.c171 *up_next = vringh16_to_cpu(vrh, desc->next); in move_to_indirect()
377 i = vringh16_to_cpu(vrh, desc.next); in __vringh_iov()
556 *val = vringh16_to_cpu(vrh, v); in getu16_user()
824 *val = vringh16_to_cpu(vrh, READ_ONCE(*p)); in getu16_kern()
/Linux-v4.19/include/linux/
Dvringh.h235 static inline u16 vringh16_to_cpu(const struct vringh *vrh, __virtio16 val) in vringh16_to_cpu() function