Home
last modified time | relevance | path

Searched defs:sata_cmd_flags (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/sata/
H A Dsata_hba.h329 struct sata_cmd_flags { struct
330 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 */
349 uint32_t sata_copy_out_device_reg : 1; /* 25 */
350 uint32_t sata_copy_out_error_reg : 1; /* 26 */
[all …]