Searched refs:VugDev (Results 1 – 6 of 6) sorted by relevance
/openbmc/qemu/subprojects/libvhost-user/ |
H A D | libvhost-user-glib.h | 21 typedef struct VugDev { struct 26 } VugDev; argument 28 bool vug_init(VugDev *dev, uint16_t max_queues, int socket, 30 void vug_deinit(VugDev *dev); 32 GSource *vug_source_new(VugDev *dev, int fd, GIOCondition cond,
|
H A D | libvhost-user-glib.c | 78 vug_source_new(VugDev *gdev, int fd, GIOCondition cond, in vug_source_new() 108 VugDev *dev; in set_watch() 114 dev = container_of(vu_dev, VugDev, parent); in set_watch() 122 VugDev *dev; in remove_watch() 127 dev = container_of(vu_dev, VugDev, parent); in remove_watch() 150 vug_init(VugDev *dev, uint16_t max_queues, int socket, in vug_init() 170 vug_deinit(VugDev *dev) in vug_deinit()
|
/openbmc/qemu/contrib/vhost-user-blk/ |
H A D | vhost-user-blk.c | 38 VugDev parent; 86 VugDev *gdev; in vub_panic_cb() 91 gdev = container_of(vu_dev, VugDev, parent); in vub_panic_cb() 102 VugDev *gdev = &req->vdev_blk->parent; in vub_req_complete() 228 VugDev *gdev = &vdev_blk->parent; in vub_virtio_process_req() 333 VugDev *gdev; in vub_process_vq() 338 gdev = container_of(vu_dev, VugDev, parent); in vub_process_vq() 367 VugDev *gdev; in vub_get_features() 370 gdev = container_of(dev, VugDev, parent); in vub_get_features() 401 VugDev *gdev; in vub_get_config() [all …]
|
/openbmc/qemu/contrib/vhost-user-scsi/ |
H A D | vhost-user-scsi.c | 34 VugDev parent; 216 VugDev *gdev; in vus_panic_cb() 221 gdev = container_of(vu_dev, VugDev, parent); in vus_panic_cb() 232 VugDev *gdev; in vus_proc_req() 239 gdev = container_of(vu_dev, VugDev, parent); in vus_proc_req()
|
/openbmc/qemu/contrib/vhost-user-gpu/ |
H A D | vugpu.h | 132 VugDev dev;
|
/openbmc/qemu/contrib/vhost-user-input/ |
H A D | main.c | 27 VugDev dev;
|