Lines Matching defs:twe_cmd
158 struct twe_cmd { struct
159 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;
178 int32_t tc_pad;