Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/vhost/
Dvringh.c381 desc.len = cpu_to_vringh32(vrh, in __vringh_iov()
775 used.id = cpu_to_vringh32(vrh, head); in vringh_complete_user()
776 used.len = cpu_to_vringh32(vrh, len); in vringh_complete_user()
1020 used.id = cpu_to_vringh32(vrh, head); in vringh_complete_kern()
1021 used.len = cpu_to_vringh32(vrh, len); in vringh_complete_kern()
1379 used.id = cpu_to_vringh32(vrh, head); in vringh_complete_iotlb()
1380 used.len = cpu_to_vringh32(vrh, len); in vringh_complete_iotlb()
/Linux-v5.10/include/linux/
Dvringh.h244 static inline __virtio32 cpu_to_vringh32(const struct vringh *vrh, u32 val) in cpu_to_vringh32() function