diff options
author | <andrew.vasquez@qlogic.com> | 2005-04-17 16:02:26 -0400 |
---|---|---|
committer | James Bottomley <jejb@titanic> | 2005-04-18 14:46:53 -0400 |
commit | f4f051ebb40e74ad0ba02d2cb3a6c16b0393472b (patch) | |
tree | cc5b5267465d833d36037bd717cef9368f6c9472 /drivers/scsi/qla2xxx/qla_gbl.h | |
parent | c46f2ffb9e7fce7208c2639790e1ade42e00b146 (diff) |
[PATCH] qla2xxx: remove internal queuing...
Remove internal command queuing from the driver. As is, this
driver cannot tolerate cable-pulls as I/Os will begin to fail
by the upper layers.
o Should be used in conjuction with the
11-fc_rport_adds_2.diff patch.
o Removes qla_listops.h file -- no longer needed.
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 | 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); |