Home
last modified time | relevance | path

Searched refs:vug_init (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/subprojects/libvhost-user/
H A Dlibvhost-user-glib.h28 bool vug_init(VugDev *dev, uint16_t max_queues, int socket,
H A Dlibvhost-user-glib.c150 vug_init(VugDev *dev, uint16_t max_queues, int socket, in vug_init() function
/openbmc/qemu/contrib/vhost-user-scsi/
H A Dvhost-user-scsi.c422 if (!vug_init(&vdev_scsi->parent, VHOST_USER_SCSI_MAX_QUEUES, csock, in main()
/openbmc/qemu/contrib/vhost-user-input/
H A Dmain.c396 if (!vug_init(&vi.dev, VHOST_USER_INPUT_MAX_QUEUES, fd, vi_panic, in main()
/openbmc/qemu/contrib/vhost-user-blk/
H A Dvhost-user-blk.c651 if (!vug_init(&vdev_blk->parent, VHOST_USER_BLK_MAX_QUEUES, csock, in main()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c1305 if (!vug_init(&g.dev, VHOST_USER_GPU_MAX_QUEUES, fd, vg_panic, &vuiface)) { in main()