Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/misc/mic/vop/
Dvop_debugfs.c140 vringh16_to_cpu(vrh, avail->flags), in vop_vdev_info_show()
141 vringh16_to_cpu(vrh, in vop_vdev_info_show()
144 vringh16_to_cpu(vrh, avail->flags), in vop_vdev_info_show()
145 vringh16_to_cpu(vrh, avail->idx)); in vop_vdev_info_show()
151 vringh16_to_cpu(vrh, used->flags), in vop_vdev_info_show()
152 vringh16_to_cpu(vrh, used->idx) & (num - 1)); in vop_vdev_info_show()
154 vringh16_to_cpu(vrh, used->flags), in vop_vdev_info_show()
155 vringh16_to_cpu(vrh, used->idx)); in vop_vdev_info_show()
/Linux-v5.4/drivers/vhost/
Dvringh.c172 *up_next = vringh16_to_cpu(vrh, desc->next); in move_to_indirect()
378 i = vringh16_to_cpu(vrh, desc.next); in __vringh_iov()
557 *val = vringh16_to_cpu(vrh, v); in getu16_user()
825 *val = vringh16_to_cpu(vrh, READ_ONCE(*p)); in getu16_kern()
/Linux-v5.4/include/linux/
Dvringh.h222 static inline u16 vringh16_to_cpu(const struct vringh *vrh, __virtio16 val) in vringh16_to_cpu() function