summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/bfa/bfi_ms.h
diff options
context:
space:
mode:
authorKrishna Gudipati <kgudipat@brocade.com>2012-09-22 02:25:30 +0200
committerJames Bottomley <JBottomley@Parallels.com>2012-10-07 12:16:24 +0200
commit1306e31d417df05c25053c5632b26d1c1b22d1ed (patch)
tree39a715855c2ab565090c3aefedaf3146693ee213 /drivers/scsi/bfa/bfi_ms.h
parent[SCSI] bfa: Fix few attributes in the RHBA CT passthru command (diff)
downloadlinux-1306e31d417df05c25053c5632b26d1c1b22d1ed.tar.xz
linux-1306e31d417df05c25053c5632b26d1c1b22d1ed.zip
[SCSI] bfa: Fix to handle firmware tskim abort request response
- Enhance tracing to include both tskim tag and event. - Handle the tskim abort response from firmware in the tskim state machine cleanup state and proceed with the tskim cleanup. Signed-off-by: Krishna Gudipati <kgudipat@brocade.com> Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/bfa/bfi_ms.h')
-rw-r--r--drivers/scsi/bfa/bfi_ms.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/bfa/bfi_ms.h b/drivers/scsi/bfa/bfi_ms.h
index 1f73db97fe24..c89defc9bb92 100644
--- a/drivers/scsi/bfa/bfi_ms.h
+++ b/drivers/scsi/bfa/bfi_ms.h
@@ -840,6 +840,7 @@ enum bfi_tskim_status {
*/
BFI_TSKIM_STS_TIMEOUT = 10, /* TM request timedout */
BFI_TSKIM_STS_ABORTED = 11, /* Aborted on host request */
+ BFI_TSKIM_STS_UTAG = 12, /* unknown tag for request */
};
struct bfi_tskim_rsp_s {