Searched defs:twe_cmd (Results 1 – 1 of 1) sorted by relevance
158 struct twe_cmd { struct159 u_int8_t tc_opcode; /* high 3 bits is S/G list offset */160 u_int8_t tc_size;161 u_int8_t tc_cmdid;162 u_int8_t tc_unit; /* high nybble is host ID */163 u_int8_t tc_status;164 u_int8_t tc_flags;165 u_int16_t tc_count; /* block & param count, msg credits */166 union {177 } tc_args;[all …]