Home
last modified time | relevance | path

Searched refs:msg_v2 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/vhost/
H A Dvhost.h156 struct vhost_msg_v2 msg_v2; member
H A Dvhost.c1612 size = sizeof(node->msg_v2); in vhost_chr_read_iter()
1613 msg = &node->msg_v2.iotlb; in vhost_chr_read_iter()
1644 node->msg_v2.type = VHOST_IOTLB_MSG_V2; in vhost_iotlb_miss()
1645 msg = &node->msg_v2.iotlb; in vhost_iotlb_miss()