cpu_to_vhost16    729 drivers/vhost/net.c 		gso->hdr_len = cpu_to_vhost16(vq,
cpu_to_vhost16   1215 drivers/vhost/net.c 		num_buffers = cpu_to_vhost16(vq, headcount);
cpu_to_vhost16    916 drivers/vhost/vhost.c 	return vhost_put_user(vq, cpu_to_vhost16(vq, vq->avail_idx),
cpu_to_vhost16    931 drivers/vhost/vhost.c 	return vhost_put_user(vq, cpu_to_vhost16(vq, vq->used_flags),
cpu_to_vhost16    938 drivers/vhost/vhost.c 	return vhost_put_user(vq, cpu_to_vhost16(vq, vq->last_used_idx),
cpu_to_vhost16   2094 drivers/vhost/vhost.c 	if (!(desc->flags & cpu_to_vhost16(vq, VRING_DESC_F_NEXT)))
cpu_to_vhost16   2158 drivers/vhost/vhost.c 		if (unlikely(desc.flags & cpu_to_vhost16(vq, VRING_DESC_F_INDIRECT))) {
cpu_to_vhost16   2164 drivers/vhost/vhost.c 		if (desc.flags & cpu_to_vhost16(vq, VRING_DESC_F_WRITE))
cpu_to_vhost16   2292 drivers/vhost/vhost.c 		if (desc.flags & cpu_to_vhost16(vq, VRING_DESC_F_INDIRECT)) {
cpu_to_vhost16   2305 drivers/vhost/vhost.c 		if (desc.flags & cpu_to_vhost16(vq, VRING_DESC_F_WRITE))
cpu_to_vhost16   2458 drivers/vhost/vhost.c 		return !(flags & cpu_to_vhost16(vq, VRING_AVAIL_F_NO_INTERRUPT));