diff options
author | Seokmann Ju <seokmann.ju@qlogic.com> | 2007-09-20 17:07:43 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.localdomain> | 2007-10-12 14:50:14 -0400 |
commit | 4d0ea24769c81581b8fd25fd7deff281b1b97dee (patch) | |
tree | 13b37f29f2d8063db4639940177800fd848980a0 /drivers/scsi/qla2xxx/qla_def.h | |
parent | c45bcc8e771fa152ed540b8cb2ac8022280173bd (diff) |
[SCSI] qla2xxx: Retrieve max-NPIV support capabilities from FW.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_def.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_def.h b/drivers/scsi/qla2xxx/qla_def.h index 511e3cd435fa..1396f4df7bd6 100644 --- a/drivers/scsi/qla2xxx/qla_def.h +++ b/drivers/scsi/qla2xxx/qla_def.h | |||
@@ -2534,7 +2534,7 @@ typedef struct scsi_qla_host { | |||
2534 | #define VP_ERR_FAB_NORESOURCES 3 | 2534 | #define VP_ERR_FAB_NORESOURCES 3 |
2535 | #define VP_ERR_FAB_LOGOUT 4 | 2535 | #define VP_ERR_FAB_LOGOUT 4 |
2536 | #define VP_ERR_ADAP_NORESOURCES 5 | 2536 | #define VP_ERR_ADAP_NORESOURCES 5 |
2537 | int max_npiv_vports; /* 63 or 125 per topoloty */ | 2537 | uint16_t max_npiv_vports; /* 63 or 125 per topoloty */ |
2538 | int cur_vport_count; | 2538 | int cur_vport_count; |
2539 | } scsi_qla_host_t; | 2539 | } scsi_qla_host_t; |
2540 | 2540 | ||