Home
last modified time | relevance | path

Searched refs:vhost_iotlb_msg (Results 1 – 4 of 4) sorted by relevance

/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_vdpa.c57 struct vhost_iotlb_msg { struct
78 struct vhost_iotlb_msg iotlb; argument
/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.h147 struct vhost_iotlb_msg iotlb;
H A Dvhost.h234 struct vhost_iotlb_msg { struct
254 struct vhost_iotlb_msg iotlb; argument
H A Dvhost_user.c2247 is_vring_iotlb_split(struct vhost_virtqueue *vq, struct vhost_iotlb_msg *imsg) in is_vring_iotlb_split()
2280 is_vring_iotlb_packed(struct vhost_virtqueue *vq, struct vhost_iotlb_msg *imsg) in is_vring_iotlb_packed()
2313 struct vhost_iotlb_msg *imsg) in is_vring_iotlb()
2326 struct vhost_iotlb_msg *imsg = &msg->payload.iotlb; in vhost_user_iotlb_msg()