Home
last modified time | relevance | path

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

/drivers/scsi/
DBusLogic.h1102 struct scsi_inquiry { struct
1103 unsigned char devtype:5; /* Byte 0 Bits 0-4 */
1104 unsigned char dev_qual:3; /* Byte 0 Bits 5-7 */
1105 unsigned char dev_modifier:7; /* Byte 1 Bits 0-6 */
1106 bool rmb:1; /* Byte 1 Bit 7 */
1107 unsigned char ansi_ver:3; /* Byte 2 Bits 0-2 */
1108 unsigned char ecma_ver:3; /* Byte 2 Bits 3-5 */
1109 unsigned char iso_ver:2; /* Byte 2 Bits 6-7 */
1110 unsigned char resp_fmt:4; /* Byte 3 Bits 0-3 */
1111 unsigned char:2; /* Byte 3 Bits 4-5 */
[all …]