diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2009-10-13 18:16:49 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2009-12-04 13:00:12 -0500 |
commit | f3a0a77e8df2f5c78648ce5971176e610dbc35c0 (patch) | |
tree | 67730f2620f35eef999ad8d5cb6d83dc497a536a /drivers/scsi/qla2xxx/qla_gbl.h | |
parent | b5d0329f424df20c67d0d9ee979fbd2b8b5ed74d (diff) |
[SCSI] qla2xxx: Retrieve firmware's maximum number of supported FCFs.
Signed-off-by: Andrew Vasquez <andrew.vasquez@qlogic.com>
Signed-off-by: Giridhar Malavali <giridhar.malavali@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_gbl.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_gbl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h index 14e0562851cb..e21851358509 100644 --- a/drivers/scsi/qla2xxx/qla_gbl.h +++ b/drivers/scsi/qla2xxx/qla_gbl.h | |||
@@ -247,7 +247,7 @@ qla2x00_get_id_list(scsi_qla_host_t *, void *, dma_addr_t, uint16_t *); | |||
247 | 247 | ||
248 | extern int | 248 | extern int |
249 | qla2x00_get_resource_cnts(scsi_qla_host_t *, uint16_t *, uint16_t *, | 249 | qla2x00_get_resource_cnts(scsi_qla_host_t *, uint16_t *, uint16_t *, |
250 | uint16_t *, uint16_t *, uint16_t *); | 250 | uint16_t *, uint16_t *, uint16_t *, uint16_t *); |
251 | 251 | ||
252 | extern int | 252 | extern int |
253 | qla2x00_get_fcal_position_map(scsi_qla_host_t *ha, char *pos_map); | 253 | qla2x00_get_fcal_position_map(scsi_qla_host_t *ha, char *pos_map); |