Searched refs:VhostUserState (Results 1 – 12 of 12) sorted by relevance
66 typedef struct VhostUserState { struct71 } VhostUserState; typedef85 bool vhost_user_init(VhostUserState *user, CharBackend *chr, Error **errp);94 void vhost_user_cleanup(VhostUserState *user);
36 VhostUserState vhost_user;
29 VhostUserState vhost_user;
24 VhostUserState vhost_user;
39 VhostUserState vhost_user;
15 bool vhost_user_init(VhostUserState *user, CharBackend *chr, Error **errp) in vhost_user_init()20 void vhost_user_cleanup(VhostUserState *user) in vhost_user_cleanup()
245 VhostUserState *user;1278 static VhostUserHostNotifier *fetch_notifier(VhostUserState *u, in fetch_notifier()1533 static VhostUserHostNotifier *fetch_or_create_notifier(VhostUserState *u, in fetch_or_create_notifier()1564 VhostUserState *user = u->user; in vhost_user_backend_handle_vring_host_notifier()2165 VhostUserState *vus = (VhostUserState *) opaque; in vhost_user_backend_init()2763 bool vhost_user_init(VhostUserState *user, CharBackend *chr, Error **errp) in vhost_user_init()2776 void vhost_user_cleanup(VhostUserState *user) in vhost_user_cleanup()
27 VhostUserState *vhost_user;79 VhostUserState *be) in vhost_user_start()340 VhostUserState *user; in net_vhost_user_init()346 user = g_new0(struct VhostUserState, 1); in net_vhost_user_init()
48 VhostUserState vhost_user;