diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_sli4.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli4.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli4.h b/drivers/scsi/lpfc/lpfc_sli4.h index fc3de6fdd709..1f6cb01e6c6b 100644 --- a/drivers/scsi/lpfc/lpfc_sli4.h +++ b/drivers/scsi/lpfc/lpfc_sli4.h | |||
@@ -159,7 +159,7 @@ struct lpfc_fip_param_hdr { | |||
159 | #define lpfc_fip_param_hdr_fipp_mode_SHIFT 6 | 159 | #define lpfc_fip_param_hdr_fipp_mode_SHIFT 6 |
160 | #define lpfc_fip_param_hdr_fipp_mode_MASK 0x3 | 160 | #define lpfc_fip_param_hdr_fipp_mode_MASK 0x3 |
161 | #define lpfc_fip_param_hdr_fipp_mode_WORD parm_flags | 161 | #define lpfc_fip_param_hdr_fipp_mode_WORD parm_flags |
162 | #define FIPP_MODE_ON 0x2 | 162 | #define FIPP_MODE_ON 0x1 |
163 | #define FIPP_MODE_OFF 0x0 | 163 | #define FIPP_MODE_OFF 0x0 |
164 | #define FIPP_VLAN_VALID 0x1 | 164 | #define FIPP_VLAN_VALID 0x1 |
165 | }; | 165 | }; |