Home
last modified time | relevance | path

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

/f-stack/dpdk/drivers/net/virtio/virtio_user/
H A Dvhost_user.c30 struct vhost_user_msg { struct
49 #define VHOST_USER_HDR_SIZE offsetof(struct vhost_user_msg, payload.u64) argument
51 (sizeof(struct vhost_user_msg) - VHOST_USER_HDR_SIZE)
88 vhost_user_read(int fd, struct vhost_user_msg *msg) in vhost_user_read()
209 prepare_vhost_memory_user(struct vhost_user_msg *msg, int fds[]) in prepare_vhost_memory_user()
230 static struct vhost_user_msg m;
256 struct vhost_user_msg msg; in vhost_user_sock()
/f-stack/dpdk/examples/vhost_blk/
H A Dvhost_blk_compat.c73 struct vhost_user_msg *msg = _msg; in extern_vhost_pre_msg_handler()
121 struct vhost_user_msg *msg = _msg; in extern_vhost_post_msg_handler()
H A Dblk_spec.h77 struct vhost_user_msg { struct