Home
last modified time | relevance | path

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

/openbmc/qemu/contrib/vhost-user-scsi/
H A Dvhost-user-scsi.c33 typedef struct VusDev { struct
38 } VusDev; argument
217 VusDev *vdev_scsi; in vus_panic_cb()
222 vdev_scsi = container_of(gdev, VusDev, parent); in vus_panic_cb()
233 VusDev *vdev_scsi; in vus_proc_req()
240 vdev_scsi = container_of(gdev, VusDev, parent); in vus_proc_req()
373 VusDev *vdev_scsi = NULL; in main()
415 vdev_scsi = g_new0(VusDev, 1); in main()