Searched defs:scsi_inquiry (Results 1 – 1 of 1) sorted by relevance
1084 struct scsi_inquiry { struct1085 unsigned char devtype:5; /* Byte 0 Bits 0-4 */1086 unsigned char dev_qual:3; /* Byte 0 Bits 5-7 */1087 unsigned char dev_modifier:7; /* Byte 1 Bits 0-6 */1088 bool rmb:1; /* Byte 1 Bit 7 */1089 unsigned char ansi_ver:3; /* Byte 2 Bits 0-2 */1090 unsigned char ecma_ver:3; /* Byte 2 Bits 3-5 */1091 unsigned char iso_ver:2; /* Byte 2 Bits 6-7 */1092 unsigned char resp_fmt:4; /* Byte 3 Bits 0-3 */1093 unsigned char:2; /* Byte 3 Bits 4-5 */[all …]