Searched refs:cpu_to_vringh32 (Results 1 – 2 of 2) sorted by relevance
414 desc.len = cpu_to_vringh32(vrh, in __vringh_iov()812 used.id = cpu_to_vringh32(vrh, head); in vringh_complete_user()813 used.len = cpu_to_vringh32(vrh, len); in vringh_complete_user()1060 used.id = cpu_to_vringh32(vrh, head); in vringh_complete_kern()1061 used.len = cpu_to_vringh32(vrh, len); in vringh_complete_kern()1570 used.id = cpu_to_vringh32(vrh, head); in vringh_complete_iotlb()1571 used.len = cpu_to_vringh32(vrh, len); in vringh_complete_iotlb()
277 static inline __virtio32 cpu_to_vringh32(const struct vringh *vrh, u32 val) in cpu_to_vringh32() function