|
@@ -31,13 +31,9 @@ extern void qla2x00_update_fw_options(struct scsi_qla_host *);
|
|
|
extern void qla24xx_update_fw_options(scsi_qla_host_t *);
|
|
|
extern int qla2x00_load_risc(struct scsi_qla_host *, uint32_t *);
|
|
|
extern int qla24xx_load_risc(scsi_qla_host_t *, uint32_t *);
|
|
|
-extern int qla24xx_load_risc_flash(scsi_qla_host_t *, uint32_t *);
|
|
|
-
|
|
|
-extern fc_port_t *qla2x00_alloc_fcport(scsi_qla_host_t *, gfp_t);
|
|
|
|
|
|
extern int qla2x00_loop_resync(scsi_qla_host_t *);
|
|
|
|
|
|
-extern int qla2x00_find_new_loop_id(scsi_qla_host_t *, fc_port_t *);
|
|
|
extern int qla2x00_fabric_login(scsi_qla_host_t *, fc_port_t *, uint16_t *);
|
|
|
extern int qla2x00_local_device_login(scsi_qla_host_t *, fc_port_t *);
|
|
|
|
|
@@ -84,8 +80,6 @@ extern void qla2xxx_wake_dpc(scsi_qla_host_t *);
|
|
|
/*
|
|
|
* Global Function Prototypes in qla_iocb.c source file.
|
|
|
*/
|
|
|
-extern void qla2x00_isp_cmd(scsi_qla_host_t *);
|
|
|
-
|
|
|
extern uint16_t qla2x00_calc_iocbs_32(uint16_t);
|
|
|
extern uint16_t qla2x00_calc_iocbs_64(uint16_t);
|
|
|
extern void qla2x00_build_scsi_iocbs_32(srb_t *, cmd_entry_t *, uint16_t);
|