Home
last modified time | relevance | path

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

/dpdk/lib/vhost/
H A Dvhost_user.c1119 struct vhu_msg_context ack_ctx; in vhost_user_postcopy_register() local
1143 if (read_vhost_message(dev, main_fd, &ack_ctx) <= 0) { in vhost_user_postcopy_register()
1149 if (validate_msg_fds(dev, &ack_ctx, 0) != 0) in vhost_user_postcopy_register()
1152 if (ack_ctx.msg.request.master != VHOST_USER_SET_MEM_TABLE) { in vhost_user_postcopy_register()
1154 dev->ifname, ack_ctx.msg.request.master); in vhost_user_postcopy_register()