aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/lpfc/lpfc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/scsi/lpfc/lpfc.h')
-rw-r--r--drivers/scsi/lpfc/lpfc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/scsi/lpfc/lpfc.h b/drivers/scsi/lpfc/lpfc.h
index 5bf402a20682..2c3e171da8cb 100644
--- a/drivers/scsi/lpfc/lpfc.h
+++ b/drivers/scsi/lpfc/lpfc.h
@@ -559,8 +559,7 @@ struct lpfc_hba {
559 struct list_head port_list; 559 struct list_head port_list;
560 struct lpfc_vport *pport; /* physical lpfc_vport pointer */ 560 struct lpfc_vport *pport; /* physical lpfc_vport pointer */
561 uint16_t max_vpi; /* Maximum virtual nports */ 561 uint16_t max_vpi; /* Maximum virtual nports */
562#define LPFC_MAX_VPI 100 /* Max number of VPI supported */ 562#define LPFC_MAX_VPI 0xFFFF /* Max number of VPI supported */
563#define LPFC_MAX_VPORTS (LPFC_MAX_VPI+1)/* Max number of VPorts supported */
564 unsigned long *vpi_bmask; /* vpi allocation table */ 563 unsigned long *vpi_bmask; /* vpi allocation table */
565 564
566 /* Data structure used by fabric iocb scheduler */ 565 /* Data structure used by fabric iocb scheduler */