diff options
author | <andrew.vasquez@qlogic.com> | 2005-04-17 16:06:53 -0400 |
---|---|---|
committer | James Bottomley <jejb@titanic> | 2005-04-18 14:47:46 -0400 |
commit | bdf796210e01145fd77bbb3ae644d04f982b6c3b (patch) | |
tree | 92253748a63c51e76a70384d35119e107077b050 /drivers/scsi/qla2xxx/qla_gbl.h | |
parent | 8482e118afa0cb4321ab3d30b1100d27d63130c0 (diff) |
[PATCH] qla2xxx: remove lun discovery codes...
Remove internal lun discovery routines and support
structures.
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_gbl.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_gbl.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h index bc1ef103495a..e4bfe4d5bbe4 100644 --- a/drivers/scsi/qla2xxx/qla_gbl.h +++ b/drivers/scsi/qla2xxx/qla_gbl.h | |||
@@ -45,8 +45,6 @@ extern void qla2x00_restart_queues(scsi_qla_host_t *, uint8_t); | |||
45 | 45 | ||
46 | extern void qla2x00_rescan_fcports(scsi_qla_host_t *); | 46 | extern void qla2x00_rescan_fcports(scsi_qla_host_t *); |
47 | 47 | ||
48 | extern void qla2x00_tgt_free(scsi_qla_host_t *ha, uint16_t t); | ||
49 | |||
50 | extern int qla2x00_abort_isp(scsi_qla_host_t *); | 48 | extern int qla2x00_abort_isp(scsi_qla_host_t *); |
51 | 49 | ||
52 | extern void qla2x00_reg_remote_port(scsi_qla_host_t *, fc_port_t *); | 50 | extern void qla2x00_reg_remote_port(scsi_qla_host_t *, fc_port_t *); |
@@ -83,12 +81,6 @@ extern char *qla2x00_get_fw_version_str(struct scsi_qla_host *, char *); | |||
83 | 81 | ||
84 | extern void qla2x00_cmd_timeout(srb_t *); | 82 | extern void qla2x00_cmd_timeout(srb_t *); |
85 | 83 | ||
86 | extern int __qla2x00_suspend_lun(scsi_qla_host_t *, os_lun_t *, int, int, int); | ||
87 | |||
88 | extern void qla2x00_done(scsi_qla_host_t *); | ||
89 | extern void qla2x00_flush_failover_q(scsi_qla_host_t *, os_lun_t *); | ||
90 | extern void qla2x00_reset_lun_fo_counts(scsi_qla_host_t *, os_lun_t *); | ||
91 | |||
92 | extern void qla2x00_mark_device_lost(scsi_qla_host_t *, fc_port_t *, int); | 84 | extern void qla2x00_mark_device_lost(scsi_qla_host_t *, fc_port_t *, int); |
93 | extern void qla2x00_mark_all_devices_lost(scsi_qla_host_t *); | 85 | extern void qla2x00_mark_all_devices_lost(scsi_qla_host_t *); |
94 | 86 | ||
@@ -149,7 +141,7 @@ qla2x00_abort_target(fc_port_t *fcport); | |||
149 | #endif | 141 | #endif |
150 | 142 | ||
151 | extern int | 143 | extern int |
152 | qla2x00_target_reset(scsi_qla_host_t *, uint16_t, uint16_t); | 144 | qla2x00_target_reset(scsi_qla_host_t *, struct fc_port *); |
153 | 145 | ||
154 | extern int | 146 | extern int |
155 | qla2x00_get_adapter_id(scsi_qla_host_t *, uint16_t *, uint8_t *, uint8_t *, | 147 | qla2x00_get_adapter_id(scsi_qla_host_t *, uint16_t *, uint8_t *, uint8_t *, |