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