|
@@ -171,9 +171,6 @@ struct sata_device {
|
|
struct ata_port *ap;
|
|
struct ata_port *ap;
|
|
struct ata_host ata_host;
|
|
struct ata_host ata_host;
|
|
struct ata_taskfile tf;
|
|
struct ata_taskfile tf;
|
|
- u32 sstatus;
|
|
|
|
- u32 serror;
|
|
|
|
- u32 scontrol;
|
|
|
|
};
|
|
};
|
|
|
|
|
|
/* ---------- Domain device ---------- */
|
|
/* ---------- Domain device ---------- */
|
|
@@ -487,10 +484,6 @@ enum exec_status {
|
|
struct ata_task_resp {
|
|
struct ata_task_resp {
|
|
u16 frame_len;
|
|
u16 frame_len;
|
|
u8 ending_fis[24]; /* dev to host or data-in */
|
|
u8 ending_fis[24]; /* dev to host or data-in */
|
|
- u32 sstatus;
|
|
|
|
- u32 serror;
|
|
|
|
- u32 scontrol;
|
|
|
|
- u32 sactive;
|
|
|
|
};
|
|
};
|
|
|
|
|
|
#define SAS_STATUS_BUF_SIZE 96
|
|
#define SAS_STATUS_BUF_SIZE 96
|