Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/vhost/
H A Dvringh.c386 desc.len = cpu_to_vringh32(vrh, in __vringh_iov()
781 used.id = cpu_to_vringh32(vrh, head); in vringh_complete_user()
782 used.len = cpu_to_vringh32(vrh, len); in vringh_complete_user()
1026 used.id = cpu_to_vringh32(vrh, head); in vringh_complete_kern()
1027 used.len = cpu_to_vringh32(vrh, len); in vringh_complete_kern()
1385 used.id = cpu_to_vringh32(vrh, head); in vringh_complete_iotlb()
1386 used.len = cpu_to_vringh32(vrh, len); in vringh_complete_iotlb()
/OK3568_Linux_fs/kernel/include/linux/
H A Dvringh.h244 static inline __virtio32 cpu_to_vringh32(const struct vringh *vrh, u32 val) in cpu_to_vringh32() function