Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/ic/
H A Dtwereg.h162 struct twe_cmd { struct
163 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 } _;
H A Dtwe.c491 twe_cmd(struct twe_ccb *ccb, int flags, int wait) in twe_cmd() function