diff options
Diffstat (limited to 'drivers/scsi/qla2xxx/qla_gbl.h')
-rw-r--r-- | drivers/scsi/qla2xxx/qla_gbl.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h index 5adf2af7ba64..47efa46bff27 100644 --- a/drivers/scsi/qla2xxx/qla_gbl.h +++ b/drivers/scsi/qla2xxx/qla_gbl.h | |||
@@ -74,6 +74,7 @@ extern int ql2xsuspendcount; | |||
74 | #if defined(MODULE) | 74 | #if defined(MODULE) |
75 | extern char *ql2xopts; | 75 | extern char *ql2xopts; |
76 | #endif | 76 | #endif |
77 | extern void qla2x00_sp_compl(scsi_qla_host_t *, srb_t *); | ||
77 | 78 | ||
78 | extern char *qla2x00_get_fw_version_str(struct scsi_qla_host *, char *); | 79 | extern char *qla2x00_get_fw_version_str(struct scsi_qla_host *, char *); |
79 | 80 | ||
@@ -82,17 +83,12 @@ extern void qla2x00_cmd_timeout(srb_t *); | |||
82 | extern int __qla2x00_suspend_lun(scsi_qla_host_t *, os_lun_t *, int, int, int); | 83 | extern int __qla2x00_suspend_lun(scsi_qla_host_t *, os_lun_t *, int, int, int); |
83 | 84 | ||
84 | extern void qla2x00_done(scsi_qla_host_t *); | 85 | extern void qla2x00_done(scsi_qla_host_t *); |
85 | extern void qla2x00_next(scsi_qla_host_t *); | ||
86 | extern void qla2x00_flush_failover_q(scsi_qla_host_t *, os_lun_t *); | 86 | extern void qla2x00_flush_failover_q(scsi_qla_host_t *, os_lun_t *); |
87 | extern void qla2x00_reset_lun_fo_counts(scsi_qla_host_t *, os_lun_t *); | 87 | extern void qla2x00_reset_lun_fo_counts(scsi_qla_host_t *, os_lun_t *); |
88 | 88 | ||
89 | extern void qla2x00_extend_timeout(struct scsi_cmnd *, int); | ||
90 | |||
91 | extern void qla2x00_mark_device_lost(scsi_qla_host_t *, fc_port_t *, int); | 89 | extern void qla2x00_mark_device_lost(scsi_qla_host_t *, fc_port_t *, int); |
92 | extern void qla2x00_mark_all_devices_lost(scsi_qla_host_t *); | 90 | extern void qla2x00_mark_all_devices_lost(scsi_qla_host_t *); |
93 | 91 | ||
94 | extern void qla2x00_abort_queues(scsi_qla_host_t *, uint8_t); | ||
95 | |||
96 | extern void qla2x00_blink_led(scsi_qla_host_t *); | 92 | extern void qla2x00_blink_led(scsi_qla_host_t *); |
97 | 93 | ||
98 | extern int qla2x00_down_timeout(struct semaphore *, unsigned long); | 94 | extern int qla2x00_down_timeout(struct semaphore *, unsigned long); |