diff options
author | James Smart <james.smart@emulex.com> | 2012-05-09 21:19:03 -0400 |
---|---|---|
committer | James Bottomley <JBottomley@Parallels.com> | 2012-05-17 06:09:55 -0400 |
commit | 939723a4a680a7863fc95179b1480c5529f31d88 (patch) | |
tree | 247a5737b39aea3e3dfda95d9f59210bda5f6704 /drivers/scsi/lpfc/lpfc_hw4.h | |
parent | 27aa1b73539f2c7118a68c9baaad590d3a92462f (diff) |
[SCSI] lpfc 8.3.31: Correct point-to-point mode discovery errors on LPe16xxx
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_hw4.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_hw4.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_hw4.h b/drivers/scsi/lpfc/lpfc_hw4.h index 24344c1fab5a..f1946dfda5b4 100644 --- a/drivers/scsi/lpfc/lpfc_hw4.h +++ b/drivers/scsi/lpfc/lpfc_hw4.h | |||
@@ -3295,7 +3295,13 @@ struct els_request64_wqe { | |||
3295 | struct xmit_els_rsp64_wqe { | 3295 | struct xmit_els_rsp64_wqe { |
3296 | struct ulp_bde64 bde; | 3296 | struct ulp_bde64 bde; |
3297 | uint32_t response_payload_len; | 3297 | uint32_t response_payload_len; |
3298 | uint32_t rsvd4; | 3298 | uint32_t word4; |
3299 | #define els_rsp64_sid_SHIFT 0 | ||
3300 | #define els_rsp64_sid_MASK 0x00FFFFFF | ||
3301 | #define els_rsp64_sid_WORD word4 | ||
3302 | #define els_rsp64_sp_SHIFT 24 | ||
3303 | #define els_rsp64_sp_MASK 0x00000001 | ||
3304 | #define els_rsp64_sp_WORD word4 | ||
3299 | struct wqe_did wqe_dest; | 3305 | struct wqe_did wqe_dest; |
3300 | struct wqe_common wqe_com; /* words 6-11 */ | 3306 | struct wqe_common wqe_com; /* words 6-11 */ |
3301 | uint32_t word12; | 3307 | uint32_t word12; |