Home
last modified time | relevance | path

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

/openbmc/qemu/hw/virtio/
H A Dvirtio-qmp.c780 struct vhost_dev *hdev = vdc->get_vhost(vdev); in qmp_x_query_virtio_status()
823 struct vhost_dev *hdev = vdc->get_vhost(vdev); in qmp_x_query_virtio_vhost_queue_status()
H A Dvhost-vsock-common.c303 vdc->get_vhost = vhost_vsock_common_get_vhost; in vhost_vsock_common_class_init()
H A Dvhost-user-fs.c438 vdc->get_vhost = vuf_get_vhost; in vuf_class_init()
H A Dvirtio.c2334 if (k->get_vhost) { in virtio_reset()
2335 struct vhost_dev *hdev = k->get_vhost(vdev); in virtio_reset()
4202 struct vhost_dev *hdev = vdc->get_vhost(vdev); in qmp_x_query_virtio_queue_status()
H A Dvirtio-crypto.c1284 vdc->get_vhost = virtio_crypto_get_vhost; in virtio_crypto_class_init()
H A Dvhost.c943 dev = vdc->get_vhost(vdev); in vhost_toggle_device_iotlb()
/openbmc/qemu/hw/scsi/
H A Dvhost-scsi.c382 vdc->get_vhost = vhost_scsi_get_vhost; in vhost_scsi_class_init()
H A Dvhost-user-scsi.c406 vdc->get_vhost = vhost_user_scsi_get_vhost; in vhost_user_scsi_class_init()
/openbmc/qemu/include/hw/virtio/
H A Dvirtio.h229 struct vhost_dev *(*get_vhost)(VirtIODevice *vdev); member
/openbmc/qemu/hw/block/
H A Dvhost-user-blk.c603 vdc->get_vhost = vhost_user_blk_get_vhost; in vhost_user_blk_class_init()
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c669 vdc->get_vhost = vhost_user_gpu_get_vhost; in vhost_user_gpu_class_init()
/openbmc/qemu/hw/net/
H A Dvirtio-net.c4089 vdc->get_vhost = virtio_net_get_vhost; in virtio_net_class_init()