diff options
Diffstat (limited to 'drivers/scsi/lpfc/lpfc_sli.h')
-rw-r--r-- | drivers/scsi/lpfc/lpfc_sli.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/lpfc/lpfc_sli.h b/drivers/scsi/lpfc/lpfc_sli.h index ad8094966ff3..0e518b12f414 100644 --- a/drivers/scsi/lpfc/lpfc_sli.h +++ b/drivers/scsi/lpfc/lpfc_sli.h | |||
@@ -113,7 +113,7 @@ typedef struct lpfcMboxq { | |||
113 | return */ | 113 | return */ |
114 | #define MBX_NOWAIT 2 /* issue command then return immediately */ | 114 | #define MBX_NOWAIT 2 /* issue command then return immediately */ |
115 | 115 | ||
116 | #define LPFC_MAX_RING_MASK 4 /* max num of rctl/type masks allowed per | 116 | #define LPFC_MAX_RING_MASK 5 /* max num of rctl/type masks allowed per |
117 | ring */ | 117 | ring */ |
118 | #define LPFC_MAX_RING 4 /* max num of SLI rings used by driver */ | 118 | #define LPFC_MAX_RING 4 /* max num of SLI rings used by driver */ |
119 | 119 | ||