scsi: qla2xxx: Simplification of register address used in qla_tmpl.c
[linux-block.git] / drivers / scsi / qla2xxx / qla_gbl.h
CommitLineData
fa90c54f
AV
1/*
2 * QLogic Fibre Channel HBA Driver
bd21eaf9 3 * Copyright (c) 2003-2014 QLogic Corporation
fa90c54f
AV
4 *
5 * See LICENSE.qla2xxx for copyright and licensing details.
6 */
1da177e4
LT
7#ifndef __QLA_GBL_H
8#define __QLA_GBL_H
9
10#include <linux/interrupt.h>
11
1da177e4
LT
12/*
13 * Global Function Prototypes in qla_init.c source file.
14 */
15extern int qla2x00_initialize_adapter(scsi_qla_host_t *);
abbd8870
AV
16
17extern int qla2100_pci_config(struct scsi_qla_host *);
18extern int qla2300_pci_config(struct scsi_qla_host *);
0107109e 19extern int qla24xx_pci_config(scsi_qla_host_t *);
c3a2f0df 20extern int qla25xx_pci_config(scsi_qla_host_t *);
abbd8870 21extern void qla2x00_reset_chip(struct scsi_qla_host *);
0107109e 22extern void qla24xx_reset_chip(struct scsi_qla_host *);
abbd8870 23extern int qla2x00_chip_diag(struct scsi_qla_host *);
0107109e 24extern int qla24xx_chip_diag(struct scsi_qla_host *);
abbd8870 25extern void qla2x00_config_rings(struct scsi_qla_host *);
0107109e 26extern void qla24xx_config_rings(struct scsi_qla_host *);
abbd8870 27extern void qla2x00_reset_adapter(struct scsi_qla_host *);
0107109e 28extern void qla24xx_reset_adapter(struct scsi_qla_host *);
abbd8870 29extern int qla2x00_nvram_config(struct scsi_qla_host *);
0107109e 30extern int qla24xx_nvram_config(struct scsi_qla_host *);
3a03eb79 31extern int qla81xx_nvram_config(struct scsi_qla_host *);
abbd8870 32extern void qla2x00_update_fw_options(struct scsi_qla_host *);
0107109e 33extern void qla24xx_update_fw_options(scsi_qla_host_t *);
3a03eb79 34extern void qla81xx_update_fw_options(scsi_qla_host_t *);
abbd8870 35extern int qla2x00_load_risc(struct scsi_qla_host *, uint32_t *);
5433383e 36extern int qla24xx_load_risc(scsi_qla_host_t *, uint32_t *);
eaac30be 37extern int qla81xx_load_risc(scsi_qla_host_t *, uint32_t *);
1da177e4 38
579d12b5 39extern int qla2x00_perform_loop_resync(scsi_qla_host_t *);
1da177e4
LT
40extern int qla2x00_loop_resync(scsi_qla_host_t *);
41
03bcfb57
JC
42extern int qla2x00_find_new_loop_id(scsi_qla_host_t *, fc_port_t *);
43
1da177e4 44extern int qla2x00_fabric_login(scsi_qla_host_t *, fc_port_t *, uint16_t *);
9a52a57c 45extern int qla2x00_local_device_login(scsi_qla_host_t *, fc_port_t *);
6eb54715
HM
46
47extern int qla24xx_els_dcmd_iocb(scsi_qla_host_t *, int, port_id_t);
8777e431 48extern int qla24xx_els_dcmd2_iocb(scsi_qla_host_t *, int, fc_port_t *, bool);
1da177e4 49
d97994dc 50extern void qla2x00_update_fcports(scsi_qla_host_t *);
1da177e4 51
1da177e4 52extern int qla2x00_abort_isp(scsi_qla_host_t *);
a9083016 53extern void qla2x00_abort_isp_cleanup(scsi_qla_host_t *);
8fcd6b8b 54extern void qla2x00_quiesce_io(scsi_qla_host_t *);
1da177e4 55
052c40c8 56extern void qla2x00_update_fcport(scsi_qla_host_t *, fc_port_t *);
cd4ed6b4 57void qla_register_fcport_fn(struct work_struct *);
a7a167bf 58extern void qla2x00_alloc_fw_dump(scsi_qla_host_t *);
18c6c127 59extern void qla2x00_try_to_stop_firmware(scsi_qla_host_t *);
a7a167bf 60
fe52f6e1 61extern int qla2x00_get_thermal_temp(scsi_qla_host_t *, uint16_t *);
794a5691 62
4d4df193
HK
63extern void qla84xx_put_chip(struct scsi_qla_host *);
64
ac280b67
AV
65extern int qla2x00_async_login(struct scsi_qla_host *, fc_port_t *,
66 uint16_t *);
67extern int qla2x00_async_logout(struct scsi_qla_host *, fc_port_t *);
11aea16a 68extern int qla2x00_async_prlo(struct scsi_qla_host *, fc_port_t *);
5ff1d584
AV
69extern int qla2x00_async_adisc(struct scsi_qla_host *, fc_port_t *,
70 uint16_t *);
3822263e 71extern int qla2x00_async_tm_cmd(fc_port_t *, uint32_t, uint32_t, uint32_t);
4916392b 72extern void qla2x00_async_login_done(struct scsi_qla_host *, fc_port_t *,
ac280b67 73 uint16_t *);
4916392b 74extern void qla2x00_async_logout_done(struct scsi_qla_host *, fc_port_t *,
ac280b67 75 uint16_t *);
726b8548
QT
76struct qla_work_evt *qla2x00_alloc_work(struct scsi_qla_host *,
77 enum qla_work_type);
78extern int qla24xx_async_gnl(struct scsi_qla_host *, fc_port_t *);
79int qla2x00_post_work(struct scsi_qla_host *vha, struct qla_work_evt *e);
82de802a 80extern void *qla2x00_alloc_iocbs_ready(struct qla_qpair *, srb_t *);
21090cbe 81extern int qla24xx_update_fcport_fcp_prio(scsi_qla_host_t *, fc_port_t *);
ac280b67 82
9a069e19
GM
83extern fc_port_t *
84qla2x00_alloc_fcport(scsi_qla_host_t *, gfp_t );
7d613ac6
SV
85
86extern int __qla83xx_set_idc_control(scsi_qla_host_t *, uint32_t);
87extern int __qla83xx_get_idc_control(scsi_qla_host_t *, uint32_t *);
88extern void qla83xx_idc_audit(scsi_qla_host_t *, int);
89extern int qla83xx_nic_core_reset(scsi_qla_host_t *);
90extern void qla83xx_reset_ownership(scsi_qla_host_t *);
81178772 91extern int qla2xxx_mctp_dump(scsi_qla_host_t *);
7d613ac6 92
8d93f550
CD
93extern int
94qla2x00_alloc_outstanding_cmds(struct qla_hw_data *, struct req_que *);
8ae6d9c7 95extern int qla2x00_init_rings(scsi_qla_host_t *);
4243c115 96extern uint8_t qla27xx_find_valid_image(struct scsi_qla_host *);
d7459527 97extern struct qla_qpair *qla2xxx_create_qpair(struct scsi_qla_host *,
82de802a 98 int, int, bool);
d7459527 99extern int qla2xxx_delete_qpair(struct scsi_qla_host *, struct qla_qpair *);
726b8548
QT
100void qla2x00_fcport_event_handler(scsi_qla_host_t *, struct event_arg *);
101int qla24xx_async_gpdb(struct scsi_qla_host *, fc_port_t *, u8);
a5d42f4c 102int qla24xx_async_prli(struct scsi_qla_host *, fc_port_t *);
726b8548
QT
103int qla24xx_async_notify_ack(scsi_qla_host_t *, fc_port_t *,
104 struct imm_ntfy_from_isp *, int);
a4239945
QT
105int qla24xx_post_newsess_work(struct scsi_qla_host *, port_id_t *, u8 *, u8*,
106 void *, u8);
726b8548 107int qla24xx_fcport_handle_login(struct scsi_qla_host *, fc_port_t *);
e4e3a2ce 108int qla24xx_detect_sfp(scsi_qla_host_t *vha);
a07fc0a4 109int qla24xx_post_gpdb_work(struct scsi_qla_host *, fc_port_t *, u8);
cd4ed6b4 110
11aea16a
QT
111void qla2x00_async_prlo_done(struct scsi_qla_host *, fc_port_t *,
112 uint16_t *);
113extern int qla2x00_post_async_prlo_work(struct scsi_qla_host *, fc_port_t *,
114 uint16_t *);
115extern int qla2x00_post_async_prlo_done_work(struct scsi_qla_host *,
116 fc_port_t *, uint16_t *);
cc28e0ac
QT
117int qla_post_iidma_work(struct scsi_qla_host *vha, fc_port_t *fcport);
118void qla_do_iidma_work(struct scsi_qla_host *vha, fc_port_t *fcport);
f6602f3b 119int qla2x00_reserve_mgmt_server_loop_id(scsi_qla_host_t *);
d4f7a16a 120void qla_rscn_replay(fc_port_t *fcport);
f8f97b0c 121extern bool qla24xx_risc_firmware_invalid(uint32_t *);
d4f7a16a 122
1da177e4
LT
123/*
124 * Global Data in qla_os.c source file.
125 */
126extern char qla2x00_version_str[];
127
d7459527 128extern struct kmem_cache *srb_cachep;
b5d15312 129extern struct kmem_cache *qla_tgt_plogi_cachep;
d7459527 130
1da177e4
LT
131extern int ql2xlogintimeout;
132extern int qlport_down_retry;
1da177e4 133extern int ql2xplogiabsentdevice;
1da177e4 134extern int ql2xloginretrycount;
cca5335c 135extern int ql2xfdmienable;
a7a167bf 136extern int ql2xallocfwdump;
11010fec 137extern int ql2xextended_error_logging;
e5896bd5 138extern int ql2xiidmaenable;
d7459527 139extern int ql2xmqsupport;
e337d907 140extern int ql2xfwloadbin;
ae97c91e 141extern int ql2xetsenable;
a9083016
GM
142extern int ql2xshiftctondsd;
143extern int ql2xdbwr;
3822263e 144extern int ql2xasynctmfenable;
4da26e16 145extern int ql2xgffidenable;
bad75002
AE
146extern int ql2xenabledif;
147extern int ql2xenablehba_err_chk;
f4c496c1 148extern int ql2xtargetreset;
ed0de87c 149extern int ql2xdontresethba;
1abf635d 150extern uint64_t ql2xmaxlun;
08de2844
GM
151extern int ql2xmdcapmask;
152extern int ql2xmdenable;
b0d6cabd 153extern int ql2xexlogins;
2f56a7f1 154extern int ql2xexchoffld;
99e1b683 155extern int ql2xiniexchg;
f198cafa 156extern int ql2xfwholdabts;
41dc529a 157extern int ql2xmvasynctoatio;
09620eeb 158extern int ql2xuctrlirq;
e84067d7 159extern int ql2xnvmeenable;
e4e3a2ce 160extern int ql2xautodetectsfp;
e7240af5 161extern int ql2xenablemsix;
9ecf0b0d 162extern int qla2xuseresexchforels;
0645cb83 163extern int ql2xexlogins;
50b81275 164extern int ql2xdifbundlinginternalbuffers;
2c3dfe3f 165
a4722cf2 166extern int qla2x00_loop_reset(scsi_qla_host_t *);
df4bf0bb 167extern void qla2x00_abort_all_cmds(scsi_qla_host_t *, int);
0971de7f
AV
168extern int qla2x00_post_aen_work(struct scsi_qla_host *, enum
169 fc_host_event_code, u32);
8a659571 170extern int qla2x00_post_idc_ack_work(struct scsi_qla_host *, uint16_t *);
ac280b67
AV
171extern int qla2x00_post_async_login_work(struct scsi_qla_host *, fc_port_t *,
172 uint16_t *);
ac280b67
AV
173extern int qla2x00_post_async_logout_work(struct scsi_qla_host *, fc_port_t *,
174 uint16_t *);
175extern int qla2x00_post_async_logout_done_work(struct scsi_qla_host *,
176 fc_port_t *, uint16_t *);
5ff1d584
AV
177extern int qla2x00_post_async_adisc_work(struct scsi_qla_host *, fc_port_t *,
178 uint16_t *);
179extern int qla2x00_post_async_adisc_done_work(struct scsi_qla_host *,
180 fc_port_t *, uint16_t *);
b0d6cabd
HM
181extern int qla2x00_set_exlogins_buffer(struct scsi_qla_host *);
182extern void qla2x00_free_exlogin_buffer(struct qla_hw_data *);
2f56a7f1
HM
183extern int qla2x00_set_exchoffld_buffer(struct scsi_qla_host *);
184extern void qla2x00_free_exchoffld_buffer(struct qla_hw_data *);
ac280b67 185
6e181be5 186extern int qla81xx_restart_mpi_firmware(scsi_qla_host_t *);
a4722cf2 187
7b867cf7
AC
188extern struct scsi_qla_host *qla2x00_create_host(struct scsi_host_template *,
189 struct qla_hw_data *);
190extern void qla2x00_free_host(struct scsi_qla_host *);
191extern void qla2x00_relogin(struct scsi_qla_host *);
ac280b67 192extern void qla2x00_do_work(struct scsi_qla_host *);
8867048b 193extern void qla2x00_free_fcports(struct scsi_qla_host *);
ac280b67 194
7d613ac6
SV
195extern void qla83xx_schedule_work(scsi_qla_host_t *, int);
196extern void qla83xx_service_idc_aen(struct work_struct *);
197extern void qla83xx_nic_core_unrecoverable_work(struct work_struct *);
198extern void qla83xx_idc_state_handler_work(struct work_struct *);
199extern void qla83xx_nic_core_reset_work(struct work_struct *);
200
201extern void qla83xx_idc_lock(scsi_qla_host_t *, uint16_t);
202extern void qla83xx_idc_unlock(scsi_qla_host_t *, uint16_t);
203extern int qla83xx_idc_state_handler(scsi_qla_host_t *);
204extern int qla83xx_set_drv_presence(scsi_qla_host_t *vha);
205extern int __qla83xx_set_drv_presence(scsi_qla_host_t *vha);
206extern int qla83xx_clear_drv_presence(scsi_qla_host_t *vha);
207extern int __qla83xx_clear_drv_presence(scsi_qla_host_t *vha);
8ae6d9c7 208extern int qla2x00_post_uevent_work(struct scsi_qla_host *, u32);
7d613ac6 209
f3ddac19
CD
210extern int qla2x00_post_uevent_work(struct scsi_qla_host *, u32);
211extern void qla2x00_disable_board_on_pci_error(struct work_struct *);
25ff6af1
JC
212extern void qla2x00_sp_compl(void *, int);
213extern void qla2xxx_qpair_sp_free_dma(void *);
214extern void qla2xxx_qpair_sp_compl(void *, int);
cd4ed6b4 215extern void qla24xx_sched_upd_fcport(fc_port_t *);
726b8548
QT
216void qla2x00_handle_login_done_event(struct scsi_qla_host *, fc_port_t *,
217 uint16_t *);
218int qla24xx_post_gnl_work(struct scsi_qla_host *, fc_port_t *);
f6145e86 219int qla24xx_async_abort_cmd(srb_t *, bool);
9b3e0f4d 220int qla24xx_post_relogin_work(struct scsi_qla_host *vha);
efa93f48 221void qla2x00_wait_for_sess_deletion(scsi_qla_host_t *);
f3ddac19 222
2c3dfe3f
SJ
223/*
224 * Global Functions in qla_mid.c source file.
225 */
a5326f86 226extern struct scsi_host_template qla2xxx_driver_template;
2c3dfe3f 227extern struct scsi_transport_template *qla2xxx_transport_vport_template;
8e5f4ba0
KC
228extern void qla2x00_timer(struct timer_list *);
229extern void qla2x00_start_timer(scsi_qla_host_t *, unsigned long);
2c3dfe3f
SJ
230extern void qla24xx_deallocate_vp_id(scsi_qla_host_t *);
231extern int qla24xx_disable_vp (scsi_qla_host_t *);
232extern int qla24xx_enable_vp (scsi_qla_host_t *);
2c3dfe3f
SJ
233extern int qla24xx_control_vp(scsi_qla_host_t *, int );
234extern int qla24xx_modify_vp_config(scsi_qla_host_t *);
235extern int qla2x00_send_change_request(scsi_qla_host_t *, uint16_t, uint16_t);
236extern void qla2x00_vp_stop_timer(scsi_qla_host_t *);
237extern int qla24xx_configure_vhba (scsi_qla_host_t *);
2c3dfe3f
SJ
238extern void qla24xx_report_id_acquisition(scsi_qla_host_t *,
239 struct vp_rpt_id_entry_24xx *);
2c3dfe3f
SJ
240extern void qla2x00_do_dpc_all_vps(scsi_qla_host_t *);
241extern int qla24xx_vport_create_req_sanity_check(struct fc_vport *);
242extern scsi_qla_host_t * qla24xx_create_vhost(struct fc_vport *);
1da177e4 243
25ff6af1 244extern void qla2x00_sp_free_dma(void *);
1da177e4
LT
245extern char *qla2x00_get_fw_version_str(struct scsi_qla_host *, char *);
246
d97994dc 247extern void qla2x00_mark_device_lost(scsi_qla_host_t *, fc_port_t *, int, int);
248extern void qla2x00_mark_all_devices_lost(scsi_qla_host_t *, int);
1da177e4 249
5433383e 250extern struct fw_blob *qla2x00_request_firmware(scsi_qla_host_t *);
1da177e4 251
854165f4 252extern int qla2x00_wait_for_hba_online(scsi_qla_host_t *);
2533cf67 253extern int qla2x00_wait_for_chip_reset(scsi_qla_host_t *);
a9083016 254extern int qla2x00_wait_for_fcoe_ctx_reset(scsi_qla_host_t *);
854165f4 255
7b867cf7 256extern void qla2xxx_wake_dpc(struct scsi_qla_host *);
73208dfd
AC
257extern void qla2x00_alert_all_vps(struct rsp_que *, uint16_t *);
258extern void qla2x00_async_event(scsi_qla_host_t *, struct rsp_que *,
259 uint16_t *);
7b867cf7 260extern int qla2x00_vp_abort_isp(scsi_qla_host_t *);
39a11240 261
1da177e4
LT
262/*
263 * Global Function Prototypes in qla_iocb.c source file.
264 */
2d70c103 265
1da177e4
LT
266extern uint16_t qla2x00_calc_iocbs_32(uint16_t);
267extern uint16_t qla2x00_calc_iocbs_64(uint16_t);
268extern void qla2x00_build_scsi_iocbs_32(srb_t *, cmd_entry_t *, uint16_t);
269extern void qla2x00_build_scsi_iocbs_64(srb_t *, cmd_entry_t *, uint16_t);
d7459527
MH
270extern void qla24xx_build_scsi_iocbs(srb_t *, struct cmd_type_7 *,
271 uint16_t, struct req_que *);
1da177e4 272extern int qla2x00_start_scsi(srb_t *sp);
2b6c0cee 273extern int qla24xx_start_scsi(srb_t *sp);
9eb9c6dc
QT
274int qla2x00_marker(struct scsi_qla_host *, struct qla_qpair *,
275 uint16_t, uint64_t, uint8_t);
ac280b67 276extern int qla2x00_start_sp(srb_t *);
bad75002 277extern int qla24xx_dif_start_scsi(srb_t *);
a9b6f722 278extern int qla2x00_start_bidir(srb_t *, struct scsi_qla_host *, uint32_t);
d7459527 279extern int qla2xxx_dif_start_scsi_mq(srb_t *);
a9b6f722 280extern unsigned long qla2x00_get_async_timeout(struct scsi_qla_host *);
a9083016 281
82de802a
QT
282extern void *qla2x00_alloc_iocbs(struct scsi_qla_host *, srb_t *);
283extern void *__qla2x00_alloc_iocbs(struct qla_qpair *, srb_t *);
2d70c103 284extern int qla2x00_issue_marker(scsi_qla_host_t *, int);
f83adb61 285extern int qla24xx_walk_and_build_sglist_no_difb(struct qla_hw_data *, srb_t *,
be25152c 286 uint32_t *, uint16_t, struct qla_tc_param *);
f83adb61 287extern int qla24xx_walk_and_build_sglist(struct qla_hw_data *, srb_t *,
be25152c 288 uint32_t *, uint16_t, struct qla_tc_param *);
f83adb61 289extern int qla24xx_walk_and_build_prot_sglist(struct qla_hw_data *, srb_t *,
50b81275 290 uint32_t *, uint16_t, struct qla_tgt_cmd *);
d7459527
MH
291extern int qla24xx_get_one_block_sg(uint32_t, struct qla2_sgx *, uint32_t *);
292extern int qla24xx_configure_prot_mode(srb_t *, uint16_t *);
293extern int qla24xx_build_scsi_crc_2_iocbs(srb_t *,
294 struct cmd_type_crc_2 *, uint16_t, uint16_t, uint16_t);
1da177e4
LT
295
296/*
297 * Global Function Prototypes in qla_mbx.c source file.
298 */
299extern int
590f98e5 300qla2x00_load_ram(scsi_qla_host_t *, dma_addr_t, uint32_t, uint32_t);
1da177e4 301
338c9161
AV
302extern int
303qla2x00_dump_ram(scsi_qla_host_t *, dma_addr_t, uint32_t, uint32_t);
304
1da177e4 305extern int
1c7c6357 306qla2x00_execute_fw(scsi_qla_host_t *, uint32_t);
1da177e4 307
ca9e9c3e 308extern int
6246b8a1 309qla2x00_get_fw_version(scsi_qla_host_t *);
1da177e4
LT
310
311extern int
312qla2x00_get_fw_options(scsi_qla_host_t *, uint16_t *);
313
314extern int
315qla2x00_set_fw_options(scsi_qla_host_t *, uint16_t *);
316
317extern int
318qla2x00_mbx_reg_test(scsi_qla_host_t *);
319
320extern int
1c7c6357 321qla2x00_verify_checksum(scsi_qla_host_t *, uint32_t);
1da177e4
LT
322
323extern int
324qla2x00_issue_iocb(scsi_qla_host_t *, void *, dma_addr_t, size_t);
325
326extern int
2afa19a9 327qla2x00_abort_command(srb_t *);
1da177e4 328
1da177e4 329extern int
9cb78c16 330qla2x00_abort_target(struct fc_port *, uint64_t, int);
523ec773
AV
331
332extern int
9cb78c16 333qla2x00_lun_reset(struct fc_port *, uint64_t, int);
1da177e4 334
1da177e4
LT
335extern int
336qla2x00_get_adapter_id(scsi_qla_host_t *, uint16_t *, uint8_t *, uint8_t *,
2c3dfe3f 337 uint8_t *, uint16_t *, uint16_t *);
1da177e4
LT
338
339extern int
340qla2x00_get_retry_cnt(scsi_qla_host_t *, uint8_t *, uint8_t *, uint16_t *);
341
342extern int
343qla2x00_init_firmware(scsi_qla_host_t *, uint16_t);
344
345extern int
346qla2x00_get_port_database(scsi_qla_host_t *, fc_port_t *, uint8_t);
347
348extern int
349qla2x00_get_firmware_state(scsi_qla_host_t *, uint16_t *);
350
351extern int
352qla2x00_get_port_name(scsi_qla_host_t *, uint16_t, uint8_t *, uint8_t);
353
61e1b269
JC
354extern int
355qla24xx_link_initialize(scsi_qla_host_t *);
356
1da177e4
LT
357extern int
358qla2x00_lip_reset(scsi_qla_host_t *);
359
360extern int
361qla2x00_send_sns(scsi_qla_host_t *, dma_addr_t, uint16_t, size_t);
362
363extern int
364qla2x00_login_fabric(scsi_qla_host_t *, uint16_t, uint8_t, uint8_t, uint8_t,
365 uint16_t *, uint8_t);
1c7c6357
AV
366extern int
367qla24xx_login_fabric(scsi_qla_host_t *, uint16_t, uint8_t, uint8_t, uint8_t,
368 uint16_t *, uint8_t);
1da177e4
LT
369
370extern int
9a52a57c 371qla2x00_login_local_device(scsi_qla_host_t *, fc_port_t *, uint16_t *,
372 uint8_t);
1da177e4
LT
373
374extern int
1c7c6357
AV
375qla2x00_fabric_logout(scsi_qla_host_t *, uint16_t, uint8_t, uint8_t, uint8_t);
376
377extern int
378qla24xx_fabric_logout(scsi_qla_host_t *, uint16_t, uint8_t, uint8_t, uint8_t);
1da177e4
LT
379
380extern int
381qla2x00_full_login_lip(scsi_qla_host_t *ha);
382
383extern int
384qla2x00_get_id_list(scsi_qla_host_t *, void *, dma_addr_t, uint16_t *);
385
386extern int
03e8c680 387qla2x00_get_resource_cnts(scsi_qla_host_t *);
1da177e4
LT
388
389extern int
390qla2x00_get_fcal_position_map(scsi_qla_host_t *ha, char *pos_map);
391
392e2f65 392extern int
43ef0580
AV
393qla2x00_get_link_status(scsi_qla_host_t *, uint16_t, struct link_statistics *,
394 dma_addr_t);
392e2f65 395
396extern int
43ef0580 397qla24xx_get_isp_stats(scsi_qla_host_t *, struct link_statistics *,
15f30a57 398 dma_addr_t, uint16_t);
392e2f65 399
2afa19a9 400extern int qla24xx_abort_command(srb_t *);
4440e46d 401extern int qla24xx_async_abort_command(srb_t *);
2afa19a9 402extern int
9cb78c16 403qla24xx_abort_target(struct fc_port *, uint64_t, int);
2afa19a9 404extern int
9cb78c16 405qla24xx_lun_reset(struct fc_port *, uint64_t, int);
4d78c973
GM
406extern int
407qla2x00_eh_wait_for_pending_commands(scsi_qla_host_t *, unsigned int,
9cb78c16 408 uint64_t, enum nexus_wait_type);
68af0811
AV
409extern int
410qla2x00_system_error(scsi_qla_host_t *);
411
db64e930
JC
412extern int
413qla2x00_write_serdes_word(scsi_qla_host_t *, uint16_t, uint16_t);
414extern int
415qla2x00_read_serdes_word(scsi_qla_host_t *, uint16_t, uint16_t *);
416
e8887c51
JC
417extern int
418qla8044_write_serdes_word(scsi_qla_host_t *, uint32_t, uint32_t);
419extern int
420qla8044_read_serdes_word(scsi_qla_host_t *, uint32_t, uint32_t *);
421
1c7c6357
AV
422extern int
423qla2x00_set_serdes_params(scsi_qla_host_t *, uint16_t, uint16_t, uint16_t);
424
f6ef3b18
AV
425extern int
426qla2x00_stop_firmware(scsi_qla_host_t *);
427
a7a167bf 428extern int
00b6bd25
AV
429qla2x00_enable_eft_trace(scsi_qla_host_t *, dma_addr_t, uint16_t);
430extern int
431qla2x00_disable_eft_trace(scsi_qla_host_t *);
a7a167bf 432
df613b96
AV
433extern int
434qla2x00_enable_fce_trace(scsi_qla_host_t *, dma_addr_t, uint16_t , uint16_t *,
435 uint32_t *);
436
437extern int
438qla2x00_disable_fce_trace(scsi_qla_host_t *, uint64_t *, uint64_t *);
439
c46e65c7
JC
440extern int
441qla82xx_set_driver_version(scsi_qla_host_t *, char *);
442
443extern int
444qla25xx_set_driver_version(scsi_qla_host_t *, char *);
445
88729e53 446extern int
6766df9e
JC
447qla2x00_read_sfp(scsi_qla_host_t *, dma_addr_t, uint8_t *,
448 uint16_t, uint16_t, uint16_t, uint16_t);
88729e53 449
ad0ecd61 450extern int
6766df9e
JC
451qla2x00_write_sfp(scsi_qla_host_t *, dma_addr_t, uint8_t *,
452 uint16_t, uint16_t, uint16_t, uint16_t);
ad0ecd61 453
d8b45213
AV
454extern int
455qla2x00_set_idma_speed(scsi_qla_host_t *, uint16_t, uint16_t, uint16_t *);
456
4d4df193
HK
457extern int qla84xx_verify_chip(struct scsi_qla_host *, uint16_t *);
458
8a659571
AV
459extern int qla81xx_idc_ack(scsi_qla_host_t *, uint16_t *);
460
1d2874de
JC
461extern int
462qla81xx_fac_get_sector_size(scsi_qla_host_t *, uint32_t *);
463
464extern int
465qla81xx_fac_do_write_enable(scsi_qla_host_t *, int);
466
467extern int
468qla81xx_fac_erase_sector(scsi_qla_host_t *, uint32_t, uint32_t);
469
ce0423f4
AV
470extern int
471qla2x00_get_xgmac_stats(scsi_qla_host_t *, dma_addr_t, uint16_t, uint16_t *);
472
11bbc1d8
AV
473extern int
474qla2x00_get_dcbx_params(scsi_qla_host_t *, dma_addr_t, uint16_t);
475
18e7555a
AV
476extern int
477qla2x00_read_ram_word(scsi_qla_host_t *, uint32_t, uint32_t *);
478
479extern int
480qla2x00_write_ram_word(scsi_qla_host_t *, uint32_t, uint32_t);
481
b1d46989
MI
482extern int
483qla81xx_write_mpi_register(scsi_qla_host_t *, uint16_t *);
3064ff39 484extern int qla2x00_get_data_rate(scsi_qla_host_t *);
09ff701a
SR
485extern int qla24xx_set_fcp_prio(scsi_qla_host_t *, uint16_t, uint16_t,
486 uint16_t *);
23f2ebd1
SR
487extern int
488qla81xx_get_port_config(scsi_qla_host_t *, uint16_t *);
489
490extern int
491qla81xx_set_port_config(scsi_qla_host_t *, uint16_t *);
09ff701a 492
af11f64d
AV
493extern int
494qla2x00_port_logout(scsi_qla_host_t *, struct fc_port *);
495
81178772
SK
496extern int
497qla2x00_dump_mctp_data(scsi_qla_host_t *, dma_addr_t, uint32_t, uint32_t);
498
ec891462
JC
499extern int
500qla26xx_dport_diagnostics(scsi_qla_host_t *, void *, uint, uint);
501
15f30a57
QT
502int qla24xx_send_mb_cmd(struct scsi_qla_host *, mbx_cmd_t *);
503int qla24xx_gpdb_wait(struct scsi_qla_host *, fc_port_t *, u8);
504int qla24xx_gidlist_wait(struct scsi_qla_host *, void *, dma_addr_t,
505 uint16_t *);
506int __qla24xx_parse_gpdb(struct scsi_qla_host *, fc_port_t *,
507 struct port_database_24xx *);
edd05de1
DG
508int qla24xx_get_port_login_templ(scsi_qla_host_t *, dma_addr_t,
509 void *, uint16_t);
15f30a57 510
deeae7a6
DG
511extern int qla27xx_get_zio_threshold(scsi_qla_host_t *, uint16_t *);
512extern int qla27xx_set_zio_threshold(scsi_qla_host_t *, uint16_t);
94d83e36 513int qla24xx_res_count_wait(struct scsi_qla_host *, uint16_t *, int);
deeae7a6 514
1da177e4
LT
515/*
516 * Global Function Prototypes in qla_isr.c source file.
517 */
7d12e780
DH
518extern irqreturn_t qla2100_intr_handler(int, void *);
519extern irqreturn_t qla2300_intr_handler(int, void *);
520extern irqreturn_t qla24xx_intr_handler(int, void *);
73208dfd 521extern void qla2x00_process_response_queue(struct rsp_que *);
2afa19a9
AC
522extern void
523qla24xx_process_response_queue(struct scsi_qla_host *, struct rsp_que *);
73208dfd 524extern int qla2x00_request_irqs(struct qla_hw_data *, struct rsp_que *);
a8488abe
AV
525extern void qla2x00_free_irqs(scsi_qla_host_t *);
526
a9083016 527extern int qla2x00_get_data_rate(scsi_qla_host_t *);
d0297c9a 528extern const char *qla2x00_get_link_speed_str(struct qla_hw_data *, uint16_t);
8ae6d9c7
GM
529extern srb_t *
530qla2x00_get_sp_from_handle(scsi_qla_host_t *, const char *, struct req_que *,
531 void *);
532extern void
533qla2x00_process_completed_request(struct scsi_qla_host *, struct req_que *,
534 uint32_t);
d7459527
MH
535extern irqreturn_t
536qla2xxx_msix_rsp_q(int irq, void *dev_id);
726b8548
QT
537fc_port_t *qla2x00_find_fcport_by_loopid(scsi_qla_host_t *, uint16_t);
538fc_port_t *qla2x00_find_fcport_by_wwpn(scsi_qla_host_t *, u8 *, u8);
539fc_port_t *qla2x00_find_fcport_by_nportid(scsi_qla_host_t *, port_id_t *, u8);
daae62a3 540
1da177e4
LT
541/*
542 * Global Function Prototypes in qla_sup.c source file.
543 */
1da177e4 544extern void qla2x00_release_nvram_protection(scsi_qla_host_t *);
459c5378 545extern uint32_t *qla24xx_read_flash_data(scsi_qla_host_t *, uint32_t *,
3695310e
JC
546 uint32_t, uint32_t);
547extern uint8_t *qla2x00_read_nvram_data(scsi_qla_host_t *, void *, uint32_t,
548 uint32_t);
549extern uint8_t *qla24xx_read_nvram_data(scsi_qla_host_t *, void *, uint32_t,
550 uint32_t);
551extern int qla2x00_write_nvram_data(scsi_qla_host_t *, void *, uint32_t,
552 uint32_t);
553extern int qla24xx_write_nvram_data(scsi_qla_host_t *, void *, uint32_t,
554 uint32_t);
555extern uint8_t *qla25xx_read_nvram_data(scsi_qla_host_t *, void *, uint32_t,
556 uint32_t);
557extern int qla25xx_write_nvram_data(scsi_qla_host_t *, void *, uint32_t,
558 uint32_t);
559
bb4cf5b7 560extern int qla2x00_is_a_vp_did(scsi_qla_host_t *, uint32_t);
c821e0d5
JL
561bool qla2x00_check_reg32_for_disconnect(scsi_qla_host_t *, uint32_t);
562bool qla2x00_check_reg16_for_disconnect(scsi_qla_host_t *, uint16_t);
459c5378 563
f6df144c 564extern int qla2x00_beacon_on(struct scsi_qla_host *);
565extern int qla2x00_beacon_off(struct scsi_qla_host *);
566extern void qla2x00_beacon_blink(struct scsi_qla_host *);
567extern int qla24xx_beacon_on(struct scsi_qla_host *);
568extern int qla24xx_beacon_off(struct scsi_qla_host *);
569extern void qla24xx_beacon_blink(struct scsi_qla_host *);
6246b8a1 570extern void qla83xx_beacon_blink(struct scsi_qla_host *);
999916dc
SK
571extern int qla82xx_beacon_on(struct scsi_qla_host *);
572extern int qla82xx_beacon_off(struct scsi_qla_host *);
7d613ac6
SV
573extern int qla83xx_wr_reg(scsi_qla_host_t *, uint32_t, uint32_t);
574extern int qla83xx_rd_reg(scsi_qla_host_t *, uint32_t, uint32_t *);
575extern int qla83xx_restart_nic_firmware(scsi_qla_host_t *);
576extern int qla83xx_access_control(scsi_qla_host_t *, uint16_t, uint32_t,
7ec0effd 577 uint32_t, uint16_t *);
f6df144c 578
3695310e 579extern void *qla2x00_read_optrom_data(struct scsi_qla_host *, void *,
7ec0effd 580 uint32_t, uint32_t);
3695310e 581extern int qla2x00_write_optrom_data(struct scsi_qla_host *, void *,
7ec0effd 582 uint32_t, uint32_t);
3695310e 583extern void *qla24xx_read_optrom_data(struct scsi_qla_host *, void *,
7ec0effd 584 uint32_t, uint32_t);
3695310e 585extern int qla24xx_write_optrom_data(struct scsi_qla_host *, void *,
7ec0effd 586 uint32_t, uint32_t);
3695310e 587extern void *qla25xx_read_optrom_data(struct scsi_qla_host *, void *,
7ec0effd 588 uint32_t, uint32_t);
3695310e
JC
589extern void *qla8044_read_optrom_data(struct scsi_qla_host *,
590 void *, uint32_t, uint32_t);
7ec0effd 591extern void qla8044_watchdog(struct scsi_qla_host *vha);
854165f4 592
30c47662
AV
593extern int qla2x00_get_flash_version(scsi_qla_host_t *, void *);
594extern int qla24xx_get_flash_version(scsi_qla_host_t *, void *);
7ec0effd 595extern int qla82xx_get_flash_version(scsi_qla_host_t *, void *);
30c47662 596
c00d8994 597extern int qla2xxx_get_flash_info(scsi_qla_host_t *);
1ee27146 598extern int qla2xxx_get_vpd_field(scsi_qla_host_t *, char *, char *, size_t);
7d232c74 599
272976ca 600extern void qla2xxx_flash_npiv_conf(scsi_qla_host_t *);
09ff701a 601extern int qla24xx_read_fcp_prio_cfg(scsi_qla_host_t *);
272976ca 602
1da177e4
LT
603/*
604 * Global Function Prototypes in qla_dbg.c source file.
605 */
606extern void qla2100_fw_dump(scsi_qla_host_t *, int);
607extern void qla2300_fw_dump(scsi_qla_host_t *, int);
6d9b61ed 608extern void qla24xx_fw_dump(scsi_qla_host_t *, int);
c3a2f0df 609extern void qla25xx_fw_dump(scsi_qla_host_t *, int);
3a03eb79 610extern void qla81xx_fw_dump(scsi_qla_host_t *, int);
a1b23c5a
CD
611extern void qla82xx_fw_dump(scsi_qla_host_t *, int);
612extern void qla8044_fw_dump(scsi_qla_host_t *, int);
f73cb695
CD
613
614extern void qla27xx_fwdump(scsi_qla_host_t *, int);
a28d9e4e 615extern ulong qla27xx_fwdt_calculate_dump_size(struct scsi_qla_host *, void *);
f73cb695
CD
616extern int qla27xx_fwdt_template_valid(void *);
617extern ulong qla27xx_fwdt_template_size(void *);
f73cb695 618
08de2844 619extern void qla2xxx_dump_post_process(scsi_qla_host_t *, int);
f8f97b0c
JC
620extern void ql_dump_regs(uint, scsi_qla_host_t *, uint);
621extern void ql_dump_buffer(uint, scsi_qla_host_t *, uint, void *, uint);
1da177e4
LT
622/*
623 * Global Function Prototypes in qla_gs.c source file.
624 */
726b8548
QT
625extern void *qla2x00_prep_ms_iocb(scsi_qla_host_t *, struct ct_arg *);
626extern void *qla24xx_prep_ms_iocb(scsi_qla_host_t *, struct ct_arg *);
1da177e4
LT
627extern int qla2x00_ga_nxt(scsi_qla_host_t *, fc_port_t *);
628extern int qla2x00_gid_pt(scsi_qla_host_t *, sw_info_t *);
629extern int qla2x00_gpn_id(scsi_qla_host_t *, sw_info_t *);
630extern int qla2x00_gnn_id(scsi_qla_host_t *, sw_info_t *);
e8c72ba5 631extern void qla2x00_gff_id(scsi_qla_host_t *, sw_info_t *);
1da177e4 632extern int qla2x00_rft_id(scsi_qla_host_t *);
d3bae931 633extern int qla2x00_rff_id(scsi_qla_host_t *, u8);
1da177e4
LT
634extern int qla2x00_rnn_id(scsi_qla_host_t *);
635extern int qla2x00_rsnn_nn(scsi_qla_host_t *);
cca5335c
AV
636extern void *qla2x00_prep_ms_fdmi_iocb(scsi_qla_host_t *, uint32_t, uint32_t);
637extern void *qla24xx_prep_ms_fdmi_iocb(scsi_qla_host_t *, uint32_t, uint32_t);
638extern int qla2x00_fdmi_register(scsi_qla_host_t *);
d8b45213
AV
639extern int qla2x00_gfpn_id(scsi_qla_host_t *, sw_info_t *);
640extern int qla2x00_gpsc(scsi_qla_host_t *, sw_info_t *);
df57caba 641extern void qla2x00_get_sym_node_name(scsi_qla_host_t *, uint8_t *, size_t);
726b8548
QT
642extern int qla2x00_chk_ms_status(scsi_qla_host_t *, ms_iocb_entry_t *,
643 struct ct_sns_rsp *, const char *);
644extern void qla2x00_async_iocb_timeout(void *data);
726b8548
QT
645
646extern void qla2x00_free_fcport(fc_port_t *);
647
648extern int qla24xx_post_gpnid_work(struct scsi_qla_host *, port_id_t *);
649extern int qla24xx_async_gpnid(scsi_qla_host_t *, port_id_t *);
726b8548
QT
650void qla24xx_handle_gpnid_event(scsi_qla_host_t *, struct event_arg *);
651
652int qla24xx_post_gpsc_work(struct scsi_qla_host *, fc_port_t *);
653int qla24xx_async_gpsc(scsi_qla_host_t *, fc_port_t *);
a4239945 654void qla24xx_handle_gpsc_event(scsi_qla_host_t *, struct event_arg *);
726b8548 655int qla2x00_mgmt_svr_login(scsi_qla_host_t *);
d3bae931
DG
656void qla24xx_handle_gffid_event(scsi_qla_host_t *vha, struct event_arg *ea);
657int qla24xx_async_gffid(scsi_qla_host_t *vha, fc_port_t *fcport);
33b28357 658int qla24xx_async_gpnft(scsi_qla_host_t *, u8, srb_t *);
a4239945
QT
659void qla24xx_async_gpnft_done(scsi_qla_host_t *, srb_t *);
660void qla24xx_async_gnnft_done(scsi_qla_host_t *, srb_t *);
661int qla24xx_async_gnnid(scsi_qla_host_t *, fc_port_t *);
662void qla24xx_handle_gnnid_event(scsi_qla_host_t *, struct event_arg *);
663int qla24xx_post_gnnid_work(struct scsi_qla_host *, fc_port_t *);
664int qla24xx_post_gfpnid_work(struct scsi_qla_host *, fc_port_t *);
665int qla24xx_async_gfpnid(scsi_qla_host_t *, fc_port_t *);
666void qla24xx_handle_gfpnid_event(scsi_qla_host_t *, struct event_arg *);
e374f9f5 667void qla24xx_sp_unmap(scsi_qla_host_t *, srb_t *);
f352eeb7 668void qla_scan_work_fn(struct work_struct *);
a4239945 669
8482e118 670/*
671 * Global Function Prototypes in qla_attr.c source file.
672 */
ee959b00
TJ
673struct device_attribute;
674extern struct device_attribute *qla2x00_host_attrs[];
0645cb83 675extern struct device_attribute *qla2x00_host_attrs_dm[];
1c97a12a
AV
676struct fc_function_template;
677extern struct fc_function_template qla2xxx_transport_functions;
2c3dfe3f 678extern struct fc_function_template qla2xxx_transport_vport_functions;
8482e118 679extern void qla2x00_alloc_sysfs_attr(scsi_qla_host_t *);
fe1b806f 680extern void qla2x00_free_sysfs_attr(scsi_qla_host_t *, bool);
8482e118 681extern void qla2x00_init_host_attr(scsi_qla_host_t *);
682extern void qla2x00_alloc_sysfs_attr(scsi_qla_host_t *);
9a069e19 683extern int qla2x00_loopback_test(scsi_qla_host_t *, struct msg_echo_lb *, uint16_t *);
09ff701a
SR
684extern int qla2x00_echo_test(scsi_qla_host_t *,
685 struct msg_echo_lb *, uint16_t *);
686extern int qla24xx_update_all_fcp_prio(scsi_qla_host_t *);
7c3df132
SK
687extern int qla24xx_fcp_prio_cfg_valid(scsi_qla_host_t *,
688 struct qla_fcp_prio_cfg *, uint8_t);
0645cb83 689void qla_insert_tgt_attrs(void);
df613b96
AV
690/*
691 * Global Function Prototypes in qla_dfs.c source file.
692 */
693extern int qla2x00_dfs_setup(scsi_qla_host_t *);
694extern int qla2x00_dfs_remove(scsi_qla_host_t *);
73208dfd
AC
695
696/* Globa function prototypes for multi-q */
d7459527
MH
697extern int qla25xx_request_irq(struct qla_hw_data *, struct qla_qpair *,
698 struct qla_msix_entry *, int);
618a7523
AC
699extern int qla25xx_init_req_que(struct scsi_qla_host *, struct req_que *);
700extern int qla25xx_init_rsp_que(struct scsi_qla_host *, struct rsp_que *);
73208dfd 701extern int qla25xx_create_req_que(struct qla_hw_data *, uint16_t, uint8_t,
82de802a 702 uint16_t, int, uint8_t, bool);
73208dfd 703extern int qla25xx_create_rsp_que(struct qla_hw_data *, uint16_t, uint8_t,
82de802a 704 uint16_t, struct qla_qpair *, bool);
d7459527 705
73208dfd
AC
706extern void qla2x00_init_response_q_entries(struct rsp_que *);
707extern int qla25xx_delete_req_que(struct scsi_qla_host *, struct req_que *);
d7459527 708extern int qla25xx_delete_rsp_que(struct scsi_qla_host *, struct rsp_que *);
2afa19a9 709extern int qla25xx_delete_queues(struct scsi_qla_host *);
17d98630
AC
710extern uint16_t qla24xx_rd_req_reg(struct qla_hw_data *, uint16_t);
711extern uint16_t qla25xx_rd_req_reg(struct qla_hw_data *, uint16_t);
712extern void qla24xx_wrt_req_reg(struct qla_hw_data *, uint16_t, uint16_t);
713extern void qla25xx_wrt_req_reg(struct qla_hw_data *, uint16_t, uint16_t);
714extern void qla25xx_wrt_rsp_reg(struct qla_hw_data *, uint16_t, uint16_t);
715extern void qla24xx_wrt_rsp_reg(struct qla_hw_data *, uint16_t, uint16_t);
2afa19a9 716
8ae6d9c7
GM
717/* qlafx00 related functions */
718extern int qlafx00_pci_config(struct scsi_qla_host *);
719extern int qlafx00_initialize_adapter(struct scsi_qla_host *);
720extern void qlafx00_soft_reset(scsi_qla_host_t *);
721extern int qlafx00_chip_diag(scsi_qla_host_t *);
722extern void qlafx00_config_rings(struct scsi_qla_host *);
723extern char *qlafx00_pci_info_str(struct scsi_qla_host *, char *);
df57caba 724extern char *qlafx00_fw_version_str(struct scsi_qla_host *, char *, size_t);
8ae6d9c7
GM
725extern irqreturn_t qlafx00_intr_handler(int, void *);
726extern void qlafx00_enable_intrs(struct qla_hw_data *);
727extern void qlafx00_disable_intrs(struct qla_hw_data *);
9cb78c16
HR
728extern int qlafx00_abort_target(fc_port_t *, uint64_t, int);
729extern int qlafx00_lun_reset(fc_port_t *, uint64_t, int);
8ae6d9c7
GM
730extern int qlafx00_start_scsi(srb_t *);
731extern int qlafx00_abort_isp(scsi_qla_host_t *);
732extern int qlafx00_iospace_config(struct qla_hw_data *);
733extern int qlafx00_init_firmware(scsi_qla_host_t *, uint16_t);
42479343 734extern int qlafx00_driver_shutdown(scsi_qla_host_t *, int);
8ae6d9c7
GM
735extern int qlafx00_fw_ready(scsi_qla_host_t *);
736extern int qlafx00_configure_devices(scsi_qla_host_t *);
737extern int qlafx00_reset_initialize(scsi_qla_host_t *);
1f8deefe 738extern int qlafx00_fx_disc(scsi_qla_host_t *, fc_port_t *, uint16_t);
8ae6d9c7
GM
739extern int qlafx00_process_aen(struct scsi_qla_host *, struct qla_work_evt *);
740extern int qlafx00_post_aenfx_work(struct scsi_qla_host *, uint32_t,
741 uint32_t *, int);
742extern uint32_t qlafx00_fw_state_show(struct device *,
743 struct device_attribute *, char *);
744extern void qlafx00_get_host_speed(struct Scsi_Host *);
745extern void qlafx00_init_response_q_entries(struct rsp_que *);
746
747extern void qlafx00_tm_iocb(srb_t *, struct tsk_mgmt_entry_fx00 *);
748extern void qlafx00_abort_iocb(srb_t *, struct abort_iocb_entry_fx00 *);
749extern void qlafx00_fxdisc_iocb(srb_t *, struct fxdisc_entry_fx00 *);
750extern void qlafx00_timer_routine(scsi_qla_host_t *);
751extern int qlafx00_rescan_isp(scsi_qla_host_t *);
5854771e 752extern int qlafx00_loop_reset(scsi_qla_host_t *vha);
8ae6d9c7 753
a9083016
GM
754/* qla82xx related functions */
755
756/* PCI related functions */
757extern int qla82xx_pci_config(struct scsi_qla_host *);
758extern int qla82xx_pci_mem_read_2M(struct qla_hw_data *, u64, void *, int);
a9083016 759extern int qla82xx_pci_region_offset(struct pci_dev *, int);
a9083016
GM
760extern int qla82xx_iospace_config(struct qla_hw_data *);
761
762/* Initialization related functions */
763extern void qla82xx_reset_chip(struct scsi_qla_host *);
764extern void qla82xx_config_rings(struct scsi_qla_host *);
a9083016 765extern void qla82xx_watchdog(scsi_qla_host_t *);
a5b36321 766extern int qla82xx_start_firmware(scsi_qla_host_t *);
a9083016
GM
767
768/* Firmware and flash related functions */
769extern int qla82xx_load_risc(scsi_qla_host_t *, uint32_t *);
3695310e 770extern void *qla82xx_read_optrom_data(struct scsi_qla_host *, void *,
7ec0effd 771 uint32_t, uint32_t);
3695310e 772extern int qla82xx_write_optrom_data(struct scsi_qla_host *, void *,
7ec0effd 773 uint32_t, uint32_t);
a9083016
GM
774
775/* Mailbox related functions */
776extern int qla82xx_abort_isp(scsi_qla_host_t *);
777extern int qla82xx_restart_isp(scsi_qla_host_t *);
778
779/* IOCB related functions */
780extern int qla82xx_start_scsi(srb_t *);
25ff6af1 781extern void qla2x00_sp_free(void *);
8e5f4ba0 782extern void qla2x00_sp_timeout(struct timer_list *);
25ff6af1
JC
783extern void qla2x00_bsg_job_done(void *, int);
784extern void qla2x00_bsg_sp_free(void *);
2d70c103 785extern void qla2x00_start_iocbs(struct scsi_qla_host *, struct req_que *);
a9083016
GM
786
787/* Interrupt related */
788extern irqreturn_t qla82xx_intr_handler(int, void *);
789extern irqreturn_t qla82xx_msi_handler(int, void *);
790extern irqreturn_t qla82xx_msix_default(int, void *);
791extern irqreturn_t qla82xx_msix_rsp_q(int, void *);
792extern void qla82xx_enable_intrs(struct qla_hw_data *);
793extern void qla82xx_disable_intrs(struct qla_hw_data *);
a9083016
GM
794extern void qla82xx_poll(int, void *);
795extern void qla82xx_init_flags(struct qla_hw_data *);
796
797/* ISP 8021 hardware related */
a5b36321 798extern void qla82xx_set_drv_active(scsi_qla_host_t *);
a9083016
GM
799extern int qla82xx_wr_32(struct qla_hw_data *, ulong, u32);
800extern int qla82xx_rd_32(struct qla_hw_data *, ulong);
801extern int qla82xx_rdmem(struct qla_hw_data *, u64, void *, int);
802extern int qla82xx_wrmem(struct qla_hw_data *, u64, void *, int);
a9083016
GM
803
804/* ISP 8021 IDC */
805extern void qla82xx_clear_drv_active(struct qla_hw_data *);
579d12b5 806extern uint32_t qla82xx_wait_for_state_change(scsi_qla_host_t *, uint32_t);
a9083016
GM
807extern int qla82xx_idc_lock(struct qla_hw_data *);
808extern void qla82xx_idc_unlock(struct qla_hw_data *);
809extern int qla82xx_device_state_handler(scsi_qla_host_t *);
7d613ac6 810extern void qla8xxx_dev_failed_handler(scsi_qla_host_t *);
579d12b5 811extern void qla82xx_clear_qsnt_ready(scsi_qla_host_t *);
a9083016
GM
812
813extern void qla2x00_set_model_info(scsi_qla_host_t *, uint8_t *,
7ec0effd 814 size_t, char *);
a9083016
GM
815extern int qla82xx_mbx_intr_enable(scsi_qla_host_t *);
816extern int qla82xx_mbx_intr_disable(scsi_qla_host_t *);
5162cf0c 817extern void qla82xx_start_iocbs(scsi_qla_host_t *);
a9083016 818extern int qla82xx_fcoe_ctx_reset(scsi_qla_host_t *);
3173167f 819extern int qla82xx_check_md_needed(scsi_qla_host_t *);
7190575f 820extern void qla82xx_chip_reset_cleanup(scsi_qla_host_t *);
6246b8a1
GM
821extern int qla81xx_set_led_config(scsi_qla_host_t *, uint16_t *);
822extern int qla81xx_get_led_config(scsi_qla_host_t *, uint16_t *);
999916dc 823extern int qla82xx_mbx_beacon_ctl(scsi_qla_host_t *, int);
08de2844 824extern char *qdev_state(uint32_t);
c8f6544e 825extern void qla82xx_clear_pending_mbx(scsi_qla_host_t *);
1ae47cf3
JC
826extern int qla82xx_read_temperature(scsi_qla_host_t *);
827extern int qla8044_read_temperature(scsi_qla_host_t *);
e4e3a2ce 828extern int qla2x00_read_sfp_dev(struct scsi_qla_host *, char *, int);
a9083016 829
6e98016c 830/* BSG related functions */
75cc8cfc
JT
831extern int qla24xx_bsg_request(struct bsg_job *);
832extern int qla24xx_bsg_timeout(struct bsg_job *);
6e98016c
GM
833extern int qla84xx_reset_chip(scsi_qla_host_t *, uint16_t);
834extern int qla2x00_issue_iocb_timeout(scsi_qla_host_t *, void *,
835 dma_addr_t, size_t, uint32_t);
836extern int qla2x00_get_idma_speed(scsi_qla_host_t *, uint16_t,
837 uint16_t *, uint16_t *);
08de2844 838
6246b8a1
GM
839/* 83xx related functions */
840extern void qla83xx_fw_dump(scsi_qla_host_t *, int);
841
08de2844
GM
842/* Minidump related functions */
843extern int qla82xx_md_get_template_size(scsi_qla_host_t *);
844extern int qla82xx_md_get_template(scsi_qla_host_t *);
845extern int qla82xx_md_alloc(scsi_qla_host_t *);
846extern void qla82xx_md_free(scsi_qla_host_t *);
847extern int qla82xx_md_collect(scsi_qla_host_t *);
848extern void qla82xx_md_prep(scsi_qla_host_t *);
849extern void qla82xx_set_reset_owner(scsi_qla_host_t *);
7ec0effd
AD
850extern int qla82xx_validate_template_chksum(scsi_qla_host_t *vha);
851
852/* Function declarations for ISP8044 */
853extern int qla8044_idc_lock(struct qla_hw_data *ha);
854extern void qla8044_idc_unlock(struct qla_hw_data *ha);
855extern uint32_t qla8044_rd_reg(struct qla_hw_data *ha, ulong addr);
856extern void qla8044_wr_reg(struct qla_hw_data *ha, ulong addr, uint32_t val);
857extern void qla8044_read_reset_template(struct scsi_qla_host *ha);
858extern void qla8044_set_idc_dontreset(struct scsi_qla_host *ha);
859extern int qla8044_rd_direct(struct scsi_qla_host *vha, const uint32_t crb_reg);
860extern void qla8044_wr_direct(struct scsi_qla_host *vha,
861 const uint32_t crb_reg, const uint32_t value);
7ec0effd
AD
862extern int qla8044_device_state_handler(struct scsi_qla_host *vha);
863extern void qla8044_clear_qsnt_ready(struct scsi_qla_host *vha);
c41afc9a 864extern void qla8044_clear_drv_active(struct qla_hw_data *);
7ec0effd
AD
865void qla8044_get_minidump(struct scsi_qla_host *vha);
866int qla8044_collect_md_data(struct scsi_qla_host *vha);
867extern int qla8044_md_get_template(scsi_qla_host_t *);
3695310e 868extern int qla8044_write_optrom_data(struct scsi_qla_host *, void *,
7ec0effd
AD
869 uint32_t, uint32_t);
870extern irqreturn_t qla8044_intr_handler(int, void *);
871extern void qla82xx_mbx_completion(scsi_qla_host_t *, uint16_t);
872extern int qla8044_abort_isp(scsi_qla_host_t *);
873extern int qla8044_check_fw_alive(struct scsi_qla_host *);
b0d6cabd
HM
874extern int qla_get_exlogin_status(scsi_qla_host_t *, uint16_t *,
875 uint16_t *);
876extern int qla_set_exlogin_mem_cfg(scsi_qla_host_t *vha, dma_addr_t phys_addr);
2f56a7f1 877extern int qla_get_exchoffld_status(scsi_qla_host_t *, uint16_t *, uint16_t *);
99e1b683 878extern int qla_set_exchoffld_mem_cfg(scsi_qla_host_t *);
82de802a
QT
879extern void qlt_handle_abts_recv(struct scsi_qla_host *, struct rsp_que *,
880 response_t *);
b0d6cabd 881
726b8548
QT
882int qla24xx_async_notify_ack(scsi_qla_host_t *, fc_port_t *,
883 struct imm_ntfy_from_isp *, int);
884void qla24xx_do_nack_work(struct scsi_qla_host *, struct qla_work_evt *);
885void qlt_plogi_ack_link(struct scsi_qla_host *, struct qlt_plogi_ack_t *,
886 struct fc_port *, enum qlt_plogi_link_t);
887void qlt_plogi_ack_unref(struct scsi_qla_host *, struct qlt_plogi_ack_t *);
94cff6e1 888extern void qlt_schedule_sess_for_deletion(struct fc_port *);
726b8548
QT
889extern struct fc_port *qlt_find_sess_invalidate_other(scsi_qla_host_t *,
890 uint64_t wwn, port_id_t port_id, uint16_t loop_id, struct fc_port **);
891void qla24xx_delete_sess_fn(struct work_struct *);
41dc529a 892void qlt_unknown_atio_work_fn(struct work_struct *);
482c9dc7
QT
893void qlt_update_host_map(struct scsi_qla_host *, port_id_t);
894void qlt_remove_target_resources(struct qla_hw_data *);
09620eeb 895void qlt_clr_qp_table(struct scsi_qla_host *vha);
0645cb83 896void qlt_set_mode(struct scsi_qla_host *);
4910b524 897int qla2x00_set_data_rate(scsi_qla_host_t *vha, uint16_t mode);
726b8548 898
1da177e4 899#endif /* _QLA_GBL_H */