Home
last modified time | relevance | path

Searched defs:PVSCSIState (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/scsi/
H A Dvmw_pvscsi.c95 struct PVSCSIState { struct
96 PCIDevice parent_obj;
97 MemoryRegion io_space;
98 SCSIBus bus;
99 QEMUBH *completion_worker;
100 PVSCSIRequestList pending_queue;
101 PVSCSIRequestList completion_queue;
125 PVSCSIState *dev; argument