diff options
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 |