Searched refs:VhostUserMsg (Results 1 – 3 of 3) sorted by relevance
| /f-stack/dpdk/lib/librte_vhost/ |
| H A D | vhost_user.c | 233 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 D | vhost_user.h | 128 typedef struct VhostUserMsg { struct 154 } __rte_packed VhostUserMsg; argument 156 #define VHOST_USER_HDR_SIZE offsetof(VhostUserMsg, payload.u64)
|
| H A D | vhost_crypto.c | 456 VhostUserMsg *vmsg = msg; in vhost_crypto_msg_post_handler()
|