Lines Matching defs:scsi_inquiry
1095 struct scsi_inquiry { struct
1096 unsigned char devtype:5; /* Byte 0 Bits 0-4 */
1097 unsigned char dev_qual:3; /* Byte 0 Bits 5-7 */
1098 unsigned char dev_modifier:7; /* Byte 1 Bits 0-6 */
1099 bool rmb:1; /* Byte 1 Bit 7 */
1100 unsigned char ansi_ver:3; /* Byte 2 Bits 0-2 */
1101 unsigned char ecma_ver:3; /* Byte 2 Bits 3-5 */
1102 unsigned char iso_ver:2; /* Byte 2 Bits 6-7 */
1103 unsigned char resp_fmt:4; /* Byte 3 Bits 0-3 */
1104 unsigned char:2; /* Byte 3 Bits 4-5 */
1105 bool TrmIOP:1; /* Byte 3 Bit 6 */
1106 bool AENC:1; /* Byte 3 Bit 7 */
1107 unsigned char addl_len; /* Byte 4 */
1108 unsigned char:8; /* Byte 5 */
1109 unsigned char:8; /* Byte 6 */
1110 bool SftRe:1; /* Byte 7 Bit 0 */
1111 bool CmdQue:1; /* Byte 7 Bit 1 */
1113 bool linked:1; /* Byte 7 Bit 3 */
1114 bool sync:1; /* Byte 7 Bit 4 */
1115 bool WBus16:1; /* Byte 7 Bit 5 */
1116 bool WBus32:1; /* Byte 7 Bit 6 */
1117 bool RelAdr:1; /* Byte 7 Bit 7 */
1118 unsigned char vendor[8]; /* Bytes 8-15 */
1119 unsigned char product[16]; /* Bytes 16-31 */
1120 unsigned char product_rev[4]; /* Bytes 32-35 */