diff options
author | Jeff Skirvin <jeffrey.d.skirvin@intel.com> | 2012-03-09 01:41:50 -0500 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2012-05-17 17:33:37 -0400 |
commit | 726980d56908f2e230624394f03743689db3110c (patch) | |
tree | 6aca898ea8f57c276088feb2eed5770fba6dfd86 /drivers/scsi/isci/request.h | |
parent | ac78ed0f78eae5c3c918e132b5e2029cdc4fdedc (diff) |
isci: Terminate outstanding TCs on TX/RX RNC suspensions.
TCs must only be terminated when RNCs are suspended.
Signed-off-by: Jeff Skirvin <jeffrey.d.skirvin@intel.com>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
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 { |