Searched defs:ARCMSR_CDB (Results 1 – 1 of 1) sorted by relevance
1125 struct ARCMSR_CDB { struct1126 u_int8_t Bus; /* 00h should be 0 */1127 u_int8_t TargetID; /* 01h should be 0--15 */1128 u_int8_t LUN; /* 02h should be 0--7 */1129 u_int8_t Function; /* 03h should be 1 */1131 u_int8_t CdbLength; /* 04h not used now */1132 u_int8_t sgcount; /* 05h */1156 #define ARCMSR_CDB_FLAG_SGL_BSIZE 0x01 /* bit 0: 0(256) / 1(512) bytes */ argument