Lines Matching defs:twa_command_io
291 struct twa_command_io { struct
292 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;
301 uint32_t lba;
302 struct twa_sg sgl[TWA_MAX_SG_ELEMENTS];