diff options
author | James Smart <james.smart@emulex.com> | 2012-05-09 21:17:07 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-05-17 05:57:29 -0400 |
commit | 4f2e66c6d225a14fcf77d826fe71f6137cb27352 (patch) | |
tree | b6235968d1a223d83e750d41aab8100f912a68ea /drivers/scsi/lpfc/lpfc.h | |
parent | a7dd9c0f44966b4328b52c5e32f8c3345e3482e5 (diff) |
[SCSI] lpfc 8.3.31: Fixed system panic due to midlayer abort and driver complete race on SCSI cmd
Signed-off-by: Alex Iannicelli <alex.iannicelli@emulex.com>
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h index 3a1ffdd6d831..3099047d3faf 100644 --- a/drivers/scsi/lpfc/lpfc.h +++ b/drivers/scsi/lpfc/lpfc.h | |||
@@ -620,6 +620,7 @@ struct lpfc_hba { | |||
620 | #define HBA_AER_ENABLED 0x1000 /* AER enabled with HBA */ | 620 | #define HBA_AER_ENABLED 0x1000 /* AER enabled with HBA */ |
621 | #define HBA_DEVLOSS_TMO 0x2000 /* HBA in devloss timeout */ | 621 | #define HBA_DEVLOSS_TMO 0x2000 /* HBA in devloss timeout */ |
622 | #define HBA_RRQ_ACTIVE 0x4000 /* process the rrq active list */ | 622 | #define HBA_RRQ_ACTIVE 0x4000 /* process the rrq active list */ |
623 | #define HBA_FCP_IOQ_FLUSH 0x8000 /* FCP I/O queues being flushed */ | ||
623 | uint32_t fcp_ring_in_use; /* When polling test if intr-hndlr active*/ | 624 | uint32_t fcp_ring_in_use; /* When polling test if intr-hndlr active*/ |
624 | struct lpfc_dmabuf slim2p; | 625 | struct lpfc_dmabuf slim2p; |
625 | 626 | ||