Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_vhost/
H A Dvhost_user.c233 struct VhostUserMsg *msg, in vhost_user_set_owner()
244 struct VhostUserMsg *msg, in vhost_user_reset_owner()
400 struct VhostUserMsg *msg, in vhost_user_set_vring_num()
838 struct VhostUserMsg *msg, in vhost_user_set_vring_base()
1194 VhostUserMsg ack_msg; in vhost_user_set_mem_table()
1409 VhostUserMsg *msg, in vhost_user_get_inflight_fd()
1631 struct VhostUserMsg *msg, in vhost_user_set_vring_err()
1915 struct VhostUserMsg *msg, in vhost_user_get_vring_base()
1995 struct VhostUserMsg *msg, in vhost_user_set_vring_enable()
2024 struct VhostUserMsg *msg, in vhost_user_get_protocol_features()
[all …]
H A Dvhost_user.h128 typedef struct VhostUserMsg { struct
154 } __rte_packed VhostUserMsg; argument
156 #define VHOST_USER_HDR_SIZE offsetof(VhostUserMsg, payload.u64)
H A Dvhost_crypto.c456 VhostUserMsg *vmsg = msg; in vhost_crypto_msg_post_handler()