Searched defs:twa_command_io (Results 1 – 1 of 1) sorted by relevance
291 struct twa_command_io { struct292 uint8_t opcode:5; /* TWA_OP_READ/TWA_OP_WRITE */293 uint8_t sgl_offset:3;294 uint8_t size;295 uint8_t request_id;296 uint8_t unit:4;297 uint8_t host_id:4;298 uint8_t status;299 uint8_t flags;300 uint16_t block_count;[all …]