Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c505 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,
H A Dvdpa-dev.c120 ret = vhost_dev_init(&v->dev, &v->vdpa, VHOST_BACKEND_TYPE_VDPA, 0, NULL); in vhost_vdpa_device_realize()
H A Dvhost.c325 case VHOST_BACKEND_TYPE_VDPA: in vhost_set_backend_type()
/openbmc/qemu/include/hw/virtio/
H A Dvhost-backend.h20 VHOST_BACKEND_TYPE_VDPA = 3, enumerator
/openbmc/qemu/net/
H A Dvhost-vdpa.c197 options.backend_type = VHOST_BACKEND_TYPE_VDPA; in vhost_vdpa_add()