Searched refs:VHOST_BACKEND_TYPE_VDPA (Results 1 – 5 of 5) sorted by relevance
505 assert(dev->vhost_ops->backend_type == VHOST_BACKEND_TYPE_VDPA); in vhost_vdpa_call()599 assert(dev->vhost_ops->backend_type == VHOST_BACKEND_TYPE_VDPA); in vhost_vdpa_init()760 assert(dev->vhost_ops->backend_type == VHOST_BACKEND_TYPE_VDPA); in vhost_vdpa_cleanup()1532 assert(dev->vhost_ops->backend_type == VHOST_BACKEND_TYPE_VDPA); in vhost_vdpa_vq_get_addr()1547 .backend_type = VHOST_BACKEND_TYPE_VDPA,
120 ret = vhost_dev_init(&v->dev, &v->vdpa, VHOST_BACKEND_TYPE_VDPA, 0, NULL); in vhost_vdpa_device_realize()
325 case VHOST_BACKEND_TYPE_VDPA: in vhost_set_backend_type()
20 VHOST_BACKEND_TYPE_VDPA = 3, enumerator
197 options.backend_type = VHOST_BACKEND_TYPE_VDPA; in vhost_vdpa_add()