Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c984 struct vhost_vdpa_config *v_config; in vhost_vdpa_get_config() local
989 v_config = g_malloc(config_len + config_size); in vhost_vdpa_get_config()
990 v_config->len = config_len; in vhost_vdpa_get_config()
991 v_config->off = 0; in vhost_vdpa_get_config()
992 ret = vhost_vdpa_call(dev, VHOST_VDPA_GET_CONFIG, v_config); in vhost_vdpa_get_config()
993 memcpy(config, v_config->buf, config_len); in vhost_vdpa_get_config()
994 g_free(v_config); in vhost_vdpa_get_config()