diff options
Diffstat (limited to 'drivers/scsi/isci/request.h')
-rw-r--r-- | drivers/scsi/isci/request.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/isci/request.h b/drivers/scsi/isci/request.h index e845a31ecebb..8d55f78010aa 100644 --- a/drivers/scsi/isci/request.h +++ b/drivers/scsi/isci/request.h | |||
@@ -102,6 +102,8 @@ struct isci_request { | |||
102 | #define IREQ_TERMINATED 1 | 102 | #define IREQ_TERMINATED 1 |
103 | #define IREQ_TMF 2 | 103 | #define IREQ_TMF 2 |
104 | #define IREQ_ACTIVE 3 | 104 | #define IREQ_ACTIVE 3 |
105 | #define IREQ_PENDING_ABORT 4 /* Set == device was not suspended yet */ | ||
106 | #define IREQ_TC_ABORT_POSTED 5 | ||
105 | unsigned long flags; | 107 | unsigned long flags; |
106 | /* XXX kill ttype and ttype_ptr, allocate full sas_task */ | 108 | /* XXX kill ttype and ttype_ptr, allocate full sas_task */ |
107 | union ttype_ptr_union { | 109 | union ttype_ptr_union { |