Searched defs:twa_command_ata (Results 1 – 1 of 1) sorted by relevance
356 struct twa_command_ata { struct357 uint8_t opcode:5; /* TWA_OP_ATA_PASSTHROUGH */358 uint8_t sgl_offset:3;359 uint8_t size;360 uint8_t request_id;361 uint8_t unit:4;362 uint8_t host_id:4;363 uint8_t status;364 uint8_t flags;365 uint16_t param;[all …]