diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2006-05-17 18:09:27 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.il.steeleye.com> | 2006-05-20 10:43:44 -0400 |
commit | 4971cd221ad3f1266b87aa0e996d082d91bac2a6 (patch) | |
tree | d4fc40793c825ecdb788533efc2d1376fa51b03f /drivers/scsi/qla2xxx/qla_gbl.h | |
parent | 75bc4190701d3c6bdffdc21c8a9e17751de9f77a (diff) |
[SCSI] qla2xxx: Remove unused port-type RSCN handling code.
Expandind on the previous commit:
commit 79f89a4296ff22f09baf538d4ff2a6d0c3097a73
Author: andrew.vasquez@qlogic.com <andrew.vasquez@qlogic.com>
Date: Fri Jan 13 17:05:58 2006 -0800
[SCSI] qla2xxx: Disable port-type RSCN handling via driver state-machine.
and given:
- the process-context requirements of the FC transport
rport-APIs.
- lack of port-type RSCN processing logic for ISP24xx and newer
chips.
it's time now to remove the state-machine logic from mainline.
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, 0 insertions, 10 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h index 26d1181b3389..029222998716 100644 --- a/drivers/scsi/qla2xxx/qla_gbl.h +++ b/drivers/scsi/qla2xxx/qla_gbl.h | |||
@@ -64,7 +64,6 @@ extern int qlport_down_retry; | |||
64 | extern int ql2xplogiabsentdevice; | 64 | extern int ql2xplogiabsentdevice; |
65 | extern int ql2xloginretrycount; | 65 | extern int ql2xloginretrycount; |
66 | extern int ql2xfdmienable; | 66 | extern int ql2xfdmienable; |
67 | extern int ql2xprocessrscn; | ||
68 | 67 | ||
69 | extern void qla2x00_sp_compl(scsi_qla_host_t *, srb_t *); | 68 | extern void qla2x00_sp_compl(scsi_qla_host_t *, srb_t *); |
70 | 69 | ||
@@ -284,15 +283,6 @@ extern void *qla24xx_prep_ms_fdmi_iocb(scsi_qla_host_t *, uint32_t, uint32_t); | |||
284 | extern int qla2x00_fdmi_register(scsi_qla_host_t *); | 283 | extern int qla2x00_fdmi_register(scsi_qla_host_t *); |
285 | 284 | ||
286 | /* | 285 | /* |
287 | * Global Function Prototypes in qla_rscn.c source file. | ||
288 | */ | ||
289 | extern fc_port_t *qla2x00_alloc_rscn_fcport(scsi_qla_host_t *, gfp_t); | ||
290 | extern int qla2x00_handle_port_rscn(scsi_qla_host_t *, uint32_t, fc_port_t *, | ||
291 | int); | ||
292 | extern void qla2x00_process_iodesc(scsi_qla_host_t *, struct mbx_entry *); | ||
293 | extern void qla2x00_cancel_io_descriptors(scsi_qla_host_t *); | ||
294 | |||
295 | /* | ||
296 | * Global Function Prototypes in qla_xioctl.c source file. | 286 | * Global Function Prototypes in qla_xioctl.c source file. |
297 | */ | 287 | */ |
298 | #define qla2x00_enqueue_aen(ha, cmd, mode) do { } while (0) | 288 | #define qla2x00_enqueue_aen(ha, cmd, mode) do { } while (0) |