Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvhost-backend.c29 assert(dev->vhost_ops->backend_type == VHOST_BACKEND_TYPE_KERNEL); in vhost_kernel_call()
37 assert(dev->vhost_ops->backend_type == VHOST_BACKEND_TYPE_KERNEL); in vhost_kernel_init()
48 assert(dev->vhost_ops->backend_type == VHOST_BACKEND_TYPE_KERNEL); in vhost_kernel_cleanup()
320 .backend_type = VHOST_BACKEND_TYPE_KERNEL,
H A Dvhost-vsock.c172 VHOST_BACKEND_TYPE_KERNEL, 0, errp); in vhost_vsock_device_realize()
H A Dvhost.c315 case VHOST_BACKEND_TYPE_KERNEL: in vhost_set_backend_type()
/openbmc/qemu/include/hw/virtio/
H A Dvhost-backend.h18 VHOST_BACKEND_TYPE_KERNEL = 1, enumerator
/openbmc/qemu/hw/scsi/
H A Dvhost-scsi.c281 VHOST_BACKEND_TYPE_KERNEL, 0, errp); in vhost_scsi_realize()
/openbmc/qemu/hw/net/
H A Dvhost_net.c321 bool backend_kernel = options->backend_type == VHOST_BACKEND_TYPE_KERNEL; in vhost_net_init()
/openbmc/qemu/net/
H A Dtap.c682 options.backend_type = VHOST_BACKEND_TYPE_KERNEL; in net_init_tap_one()