Searched refs:vhost_dev_get_config (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user-vsock.c | 40 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 D | vdpa-dev.c | 144 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 D | vhost-user-base.c | 137 if (vhost_dev_get_config(&vub->vhost_dev, config, in vub_get_config()
|
H A D | vhost.c | 1891 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 D | vhost.h | 259 int vhost_dev_get_config(struct vhost_dev *hdev, uint8_t *config,
|
/openbmc/qemu/hw/block/ |
H A D | vhost-user-blk.c | 99 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 D | vhost-user-gpu.c | 479 ret = vhost_dev_get_config(&g->vhost->dev, in vhost_user_gpu_get_config()
|
/openbmc/qemu/hw/net/ |
H A D | vhost_net.c | 132 return vhost_dev_get_config(&net->dev, config, config_len, NULL); in vhost_net_get_config()
|