diff options
author | James Smart <James.Smart@Emulex.Com> | 2009-10-02 15:17:02 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-12-04 13:01:42 -0500 |
commit | 45ed119035b27f240345b06e090d559874e3677a (patch) | |
tree | 14466c52a644d73ea90f30b885cfe4e3fc88d12e /drivers/scsi/lpfc/lpfc_hw4.h | |
parent | 0d87841997125971b7a39d21d1435054f91884c3 (diff) |
[SCSI] lpfc 8.3.5: fix fcp command polling, add FIP mode, performance optimisations and devloss timout fixes
This patch includes the following changes:
- Fixed Panic/Hang when using polling mode for fcp commands
- Added support for Read_rev mbox bits indicating FIP mode of HBA
- Optimize performance of slow-path handling of els responses
- Add code to cleanup orphaned unsolicited receive sequences
- Fixed Devloss timeout when multiple initiators are in same zone
Signed-off-by: James Smart <james.smart@emulex.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_hw4.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_hw4.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/scsi/lpfc/lpfc_hw4.h b/drivers/scsi/lpfc/lpfc_hw4.h index 0c65091110cc..4f03f1d876d0 100644 --- a/drivers/scsi/lpfc/lpfc_hw4.h +++ b/drivers/scsi/lpfc/lpfc_hw4.h | |||
@@ -1601,6 +1601,11 @@ struct lpfc_mbx_read_rev { | |||
1601 | #define lpfc_mbx_rd_rev_fcoe_SHIFT 20 | 1601 | #define lpfc_mbx_rd_rev_fcoe_SHIFT 20 |
1602 | #define lpfc_mbx_rd_rev_fcoe_MASK 0x00000001 | 1602 | #define lpfc_mbx_rd_rev_fcoe_MASK 0x00000001 |
1603 | #define lpfc_mbx_rd_rev_fcoe_WORD word1 | 1603 | #define lpfc_mbx_rd_rev_fcoe_WORD word1 |
1604 | #define lpfc_mbx_rd_rev_cee_ver_SHIFT 21 | ||
1605 | #define lpfc_mbx_rd_rev_cee_ver_MASK 0x00000003 | ||
1606 | #define lpfc_mbx_rd_rev_cee_ver_WORD word1 | ||
1607 | #define LPFC_PREDCBX_CEE_MODE 0 | ||
1608 | #define LPFC_DCBX_CEE_MODE 1 | ||
1604 | #define lpfc_mbx_rd_rev_vpd_SHIFT 29 | 1609 | #define lpfc_mbx_rd_rev_vpd_SHIFT 29 |
1605 | #define lpfc_mbx_rd_rev_vpd_MASK 0x00000001 | 1610 | #define lpfc_mbx_rd_rev_vpd_MASK 0x00000001 |
1606 | #define lpfc_mbx_rd_rev_vpd_WORD word1 | 1611 | #define lpfc_mbx_rd_rev_vpd_WORD word1 |