Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/linux/
Dvhost_types.h96 struct vhost_msg { struct
/Linux-v6.6/drivers/vhost/
Dvhost.h153 struct vhost_msg msg;
Dvhost.c1435 offset = offsetof(struct vhost_msg, iotlb) - sizeof(int); in vhost_chr_write_iter()
1475 ret = (type == VHOST_IOTLB_MSG) ? sizeof(struct vhost_msg) : in vhost_chr_write_iter()
1502 unsigned size = sizeof(struct vhost_msg); in vhost_chr_read_iter()