Home
last modified time | relevance | path

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

/openbmc/qemu/hw/remote/
H A Dvfio-user-obj.c103 vfu_ctx_t *vfu_ctx; member
150 if (o->vfu_ctx) { in vfu_object_set_socket()
178 if (o->vfu_ctx) { in vfu_object_set_device()
200 ret = vfu_run_ctx(o->vfu_ctx); in vfu_object_ctx_run()
240 ret = vfu_attach_ctx(o->vfu_ctx); in vfu_object_attach_ctx()
255 o->vfu_poll_fd = vfu_get_poll_fd(o->vfu_ctx); in vfu_object_attach_ctx()
264 static ssize_t vfu_object_cfg_access(vfu_ctx_t *vfu_ctx, char * const buf, in vfu_object_cfg_access() argument
268 VfuObject *o = vfu_get_private(vfu_ctx); in vfu_object_cfg_access()
303 static void dma_register(vfu_ctx_t *vfu_ctx, vfu_dma_info_t *info) in dma_register() argument
305 VfuObject *o = vfu_get_private(vfu_ctx); in dma_register()
[all …]