diff options
author | Andrew Vasquez <andrew.vasquez@qlogic.com> | 2005-07-06 13:30:47 -0400 |
---|---|---|
committer | James Bottomley <jejb@mulgrave.(none)> | 2005-07-14 10:56:14 -0400 |
commit | 8c958a99d6a903ce4ffaa6780f3425a8567db9e6 (patch) | |
tree | 5c82091aacf011fbeb99bcbcab30f1ece632e792 /drivers/scsi/qla2xxx/qla_gbl.h | |
parent | 6d9b61ed94fd9097f81adfa78d31c4613d9b3ae4 (diff) |
[SCSI] qla2xxx: Generalize SNS generic-services routines.
Generalize SNS generic-services routines.
Consolidate completion-status checking while adding support
for the ISP24xx.
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/scsi/qla2xxx/qla_gbl.h b/drivers/scsi/qla2xxx/qla_gbl.h index ba648f69f2f5..eedb5bdec3b9 100644 --- a/drivers/scsi/qla2xxx/qla_gbl.h +++ b/drivers/scsi/qla2xxx/qla_gbl.h | |||
@@ -219,8 +219,8 @@ extern void qla2x00_dump_pkt(void *); | |||
219 | /* | 219 | /* |
220 | * Global Function Prototypes in qla_gs.c source file. | 220 | * Global Function Prototypes in qla_gs.c source file. |
221 | */ | 221 | */ |
222 | extern ms_iocb_entry_t *qla2x00_prep_ms_iocb(scsi_qla_host_t *, uint32_t, | 222 | extern void *qla2x00_prep_ms_iocb(scsi_qla_host_t *, uint32_t, uint32_t); |
223 | uint32_t); | 223 | extern void *qla24xx_prep_ms_iocb(scsi_qla_host_t *, uint32_t, uint32_t); |
224 | extern int qla2x00_ga_nxt(scsi_qla_host_t *, fc_port_t *); | 224 | extern int qla2x00_ga_nxt(scsi_qla_host_t *, fc_port_t *); |
225 | extern int qla2x00_gid_pt(scsi_qla_host_t *, sw_info_t *); | 225 | extern int qla2x00_gid_pt(scsi_qla_host_t *, sw_info_t *); |
226 | extern int qla2x00_gpn_id(scsi_qla_host_t *, sw_info_t *); | 226 | extern int qla2x00_gpn_id(scsi_qla_host_t *, sw_info_t *); |