Searched refs:vhost_msg (Results 1 – 2 of 2) sorted by relevance
96 struct vhost_msg { struct
1700 offset = offsetof(struct vhost_msg, iotlb) - sizeof(int); in vhost_chr_write_iter()1740 ret = (type == VHOST_IOTLB_MSG) ? sizeof(struct vhost_msg) : in vhost_chr_write_iter()1767 unsigned size = sizeof(struct vhost_msg); in vhost_chr_read_iter()