Lines Matching defs:SCSI_Inquiry
1117 struct SCSI_Inquiry { struct
1118 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 */
1127 bool TrmIOP:1; /* Byte 3 Bit 6 */
1128 bool AENC:1; /* Byte 3 Bit 7 */
1129 unsigned char AdditionalLength; /* Byte 4 */
1130 unsigned char:8; /* Byte 5 */
1131 unsigned char:8; /* Byte 6 */
1132 bool SftRe:1; /* Byte 7 Bit 0 */
1133 bool CmdQue:1; /* Byte 7 Bit 1 */
1135 bool Linked:1; /* Byte 7 Bit 3 */
1136 bool Sync:1; /* Byte 7 Bit 4 */
1137 bool WBus16:1; /* Byte 7 Bit 5 */
1138 bool WBus32:1; /* Byte 7 Bit 6 */
1139 bool RelAdr:1; /* Byte 7 Bit 7 */
1140 unsigned char VendorIdentification[8]; /* Bytes 8-15 */
1141 unsigned char ProductIdentification[16]; /* Bytes 16-31 */
1142 unsigned char ProductRevisionLevel[4]; /* Bytes 32-35 */