Home
last modified time | relevance | path

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

/freebsd-src/sys/dev/arcmsr/
H A Darcmsr.h1224 struct ARCMSR_CDB { struct
1225 u_int8_t Bus; /* 00h should be 0 */
1226 u_int8_t TargetID; /* 01h should be 0--15 */
1227 u_int8_t LUN; /* 02h should be 0--7 */
1228 u_int8_t Function; /* 03h should be 1 */
1230 u_int8_t CdbLength; /* 04h not used now */
1231 u_int8_t sgcount; /* 05h */
1255 #define ARCMSR_CDB_FLAG_SGL_BSIZE 0x01 /* bit 0: 0(256) / 1(512) bytes */ argument