Home
last modified time | relevance | path

Searched refs:vhost_msg (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/uapi/linux/
H A Dvhost_types.h96 struct vhost_msg { struct
/linux-6.15/drivers/vhost/
H A Dvhost.h155 struct vhost_msg msg;
H A Dvhost.c1517 offset = offsetof(struct vhost_msg, iotlb) - sizeof(int); in vhost_chr_write_iter()
1557 ret = (type == VHOST_IOTLB_MSG) ? sizeof(struct vhost_msg) : in vhost_chr_write_iter()
1584 unsigned size = sizeof(struct vhost_msg); in vhost_chr_read_iter()