diff options
author | James Smart <james.smart@emulex.com> | 2012-08-14 14:25:43 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-09-14 12:59:23 -0400 |
commit | e3d2b802ad4f4d405ec81c56cb099f0b29ba5bb1 (patch) | |
tree | 05273344edf6572608c930fea4ca464f2a140469 /drivers/scsi/lpfc/lpfc_hw.h | |
parent | 90695ee0e984ef425b9f5a9845314b925357ffdf (diff) |
[SCSI] lpfc 8.3.34: Fix parameter field in CQE to mask for LOCAL_REJECT status
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_hw.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_hw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_hw.h b/drivers/scsi/lpfc/lpfc_hw.h index 9ff188e1ca32..7398ca862e97 100644 --- a/drivers/scsi/lpfc/lpfc_hw.h +++ b/drivers/scsi/lpfc/lpfc_hw.h | |||
@@ -3245,6 +3245,7 @@ typedef struct { | |||
3245 | #define IOERR_SLI_DOWN 0x101 /* ulpStatus - Driver defined */ | 3245 | #define IOERR_SLI_DOWN 0x101 /* ulpStatus - Driver defined */ |
3246 | #define IOERR_SLI_BRESET 0x102 | 3246 | #define IOERR_SLI_BRESET 0x102 |
3247 | #define IOERR_SLI_ABORTED 0x103 | 3247 | #define IOERR_SLI_ABORTED 0x103 |
3248 | #define IOERR_PARAM_MASK 0x1ff | ||
3248 | } PARM_ERR; | 3249 | } PARM_ERR; |
3249 | 3250 | ||
3250 | typedef union { | 3251 | typedef union { |