Searched defs:SCSI_Inquiry (Results 1 – 1 of 1) sorted by relevance
1117 struct SCSI_Inquiry { struct1118 unsigned char PeripheralDeviceType:5; /* Byte 0 Bits 0-4 */1119 unsigned char PeripheralQualifier:3; /* Byte 0 Bits 5-7 */1120 unsigned char DeviceTypeModifier:7; /* Byte 1 Bits 0-6 */1121 bool RMB:1; /* Byte 1 Bit 7 */1122 unsigned char ANSI_ApprovedVersion:3; /* Byte 2 Bits 0-2 */1123 unsigned char ECMA_Version:3; /* Byte 2 Bits 3-5 */1124 unsigned char ISO_Version:2; /* Byte 2 Bits 6-7 */1125 unsigned char ResponseDataFormat:4; /* Byte 3 Bits 0-3 */1126 unsigned char:2; /* Byte 3 Bits 4-5 */[all …]