Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost-user-vsock.c40 int ret = vhost_dev_get_config(dev, (uint8_t *)&vsock->vsockcfg, in vuv_handle_config_change()
118 ret = vhost_dev_get_config(&vvc->vhost_dev, (uint8_t *)&vsock->vsockcfg, in vuv_device_realize()
H A Dvdpa-dev.c144 ret = vhost_dev_get_config(&v->dev, v->config, v->config_size, NULL); in vhost_vdpa_device_realize()
200 ret = vhost_dev_get_config(&s->dev, s->config, s->config_size, in vhost_vdpa_device_get_config()
H A Dvhost-user-base.c137 if (vhost_dev_get_config(&vub->vhost_dev, config, in vub_get_config()
H A Dvhost.c1891 int vhost_dev_get_config(struct vhost_dev *hdev, uint8_t *config, in vhost_dev_get_config() function
/openbmc/qemu/include/hw/virtio/
H A Dvhost.h259 int vhost_dev_get_config(struct vhost_dev *hdev, uint8_t *config,
/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c99 ret = vhost_dev_get_config(&s->dev, (uint8_t *)&s->blkcfg, in vhost_user_blk_sync_config()
431 ret = vhost_dev_get_config(&s->dev, (uint8_t *)&s->blkcfg, in vhost_user_blk_realize_connect()
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c479 ret = vhost_dev_get_config(&g->vhost->dev, in vhost_user_gpu_get_config()
/openbmc/qemu/hw/net/
H A Dvhost_net.c132 return vhost_dev_get_config(&net->dev, config, config_len, NULL); in vhost_net_get_config()