Home
last modified time | relevance | path

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

/openbmc/linux/drivers/vhost/
H A Dvdpa.c58 struct eventfd_ctx *config_ctx; member
172 struct eventfd_ctx *config_ctx = v->config_ctx; in vhost_vdpa_config_cb() local
174 if (config_ctx) in vhost_vdpa_config_cb()
175 eventfd_signal(config_ctx, 1); in vhost_vdpa_config_cb()
466 if (v->config_ctx) { in vhost_vdpa_config_put()
467 eventfd_ctx_put(v->config_ctx); in vhost_vdpa_config_put()
468 v->config_ctx = NULL; in vhost_vdpa_config_put()
484 swap(ctx, v->config_ctx); in vhost_vdpa_set_config_call()
489 if (IS_ERR(v->config_ctx)) { in vhost_vdpa_set_config_call()
490 long ret = PTR_ERR(v->config_ctx); in vhost_vdpa_set_config_call()
[all …]