Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/scsi/
H A Dscsi.h15 typedef struct SCSIDevice SCSIDevice; typedef
71 struct SCSIDevice struct
73 DeviceState qdev;
74 VMChangeStateEntry *vmsentry;
75 uint32_t id;
76 BlockConf conf;
77 SCSISense unit_attention;
78 bool sense_is_ua;
79 uint8_t sense[SCSI_SENSE_BUF_SIZE];
103 .size = sizeof(SCSIDevice), \ argument