Home
last modified time | relevance | path

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

/openbmc/qemu/include/system/
H A Dcryptodev-vhost.h35 VhostBackendType backend_type; member
/openbmc/qemu/hw/virtio/
H A Dvhost-vdpa.c511 assert(dev->vhost_ops->backend_type == VHOST_BACKEND_TYPE_VDPA); in vhost_vdpa_call()
635 assert(dev->vhost_ops->backend_type == VHOST_BACKEND_TYPE_VDPA); in vhost_vdpa_init()
802 assert(dev->vhost_ops->backend_type == VHOST_BACKEND_TYPE_VDPA); in vhost_vdpa_cleanup()
1577 assert(dev->vhost_ops->backend_type == VHOST_BACKEND_TYPE_VDPA); in vhost_vdpa_vq_get_addr()
1592 .backend_type = VHOST_BACKEND_TYPE_VDPA,
/openbmc/qemu/backends/
H A Dcryptodev-vhost.c69 r = vhost_dev_init(&crypto->dev, options->opaque, options->backend_type, 0, in cryptodev_vhost_init()
/openbmc/qemu/net/
H A Dvhost-vdpa.c197 options.backend_type = VHOST_BACKEND_TYPE_VDPA; in vhost_vdpa_add()