Searched defs:twe_cmd (Results 1 – 2 of 2) sorted by relevance
162 struct twe_cmd { struct163 u_int16_t cmd_op;164 u_int8_t cmd_index;165 u_int8_t cmd_unit_host;167 u_int8_t cmd_status;168 u_int8_t cmd_flags;170 union {216 } _;
491 twe_cmd(struct twe_ccb *ccb, int flags, int wait) in twe_cmd() function