Searched defs:sata_cmd_flags (Results 1 – 1 of 1) sorted by relevance
329 struct sata_cmd_flags { struct330 uint32_t sata_data_direction : 3; /* 0-2 */332 uint32_t sata_queue_stag : 1; /* 4 */333 uint32_t sata_queue_otag : 1; /* 5 */335 uint32_t sata_queued : 1; /* 8 */337 uint32_t sata_ignore_dev_reset : 1; /* 12 */338 uint32_t sata_clear_dev_reset : 1; /* 13 */340 uint32_t sata_special_regs : 1; /* 16 */341 uint32_t sata_copy_out_sec_count_msb : 1; /* 17 */342 uint32_t sata_copy_out_lba_low_msb : 1; /* 18 */[all …]