Lines Matching defs:twa_command_ata
356 struct twa_command_ata { struct
357 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;
366 uint16_t features;
367 uint16_t sector_count;
368 uint16_t sector_num;
369 uint16_t cylinder_lo;
370 uint16_t cylinder_hi;
371 uint8_t drive_head;
372 uint8_t command;
373 struct twa_sg sgl[TWA_MAX_ATA_SG_ELEMENTS];