Andrew Vasquez | fa90c54 | 2005-10-27 11:10:08 -0700 | [diff] [blame] | 1 | /* |
| 2 | * QLogic Fibre Channel HBA Driver |
Armen Baloyan | bd21eaf | 2014-04-11 16:54:24 -0400 | [diff] [blame] | 3 | * Copyright (c) 2003-2014 QLogic Corporation |
Andrew Vasquez | fa90c54 | 2005-10-27 11:10:08 -0700 | [diff] [blame] | 4 | * |
| 5 | * See LICENSE.qla2xxx for copyright and licensing details. |
| 6 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | #ifndef __QLA_GBL_H |
| 8 | #define __QLA_GBL_H |
| 9 | |
| 10 | #include <linux/interrupt.h> |
| 11 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 12 | /* |
| 13 | * Global Function Prototypes in qla_init.c source file. |
| 14 | */ |
| 15 | extern int qla2x00_initialize_adapter(scsi_qla_host_t *); |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 16 | |
| 17 | extern int qla2100_pci_config(struct scsi_qla_host *); |
| 18 | extern int qla2300_pci_config(struct scsi_qla_host *); |
Andrew Vasquez | 0107109e | 2005-07-06 10:31:37 -0700 | [diff] [blame] | 19 | extern int qla24xx_pci_config(scsi_qla_host_t *); |
Andrew Vasquez | c3a2f0d | 2007-07-19 20:37:34 -0700 | [diff] [blame] | 20 | extern int qla25xx_pci_config(scsi_qla_host_t *); |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 21 | extern void qla2x00_reset_chip(struct scsi_qla_host *); |
Andrew Vasquez | 0107109e | 2005-07-06 10:31:37 -0700 | [diff] [blame] | 22 | extern void qla24xx_reset_chip(struct scsi_qla_host *); |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 23 | extern int qla2x00_chip_diag(struct scsi_qla_host *); |
Andrew Vasquez | 0107109e | 2005-07-06 10:31:37 -0700 | [diff] [blame] | 24 | extern int qla24xx_chip_diag(struct scsi_qla_host *); |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 25 | extern void qla2x00_config_rings(struct scsi_qla_host *); |
Andrew Vasquez | 0107109e | 2005-07-06 10:31:37 -0700 | [diff] [blame] | 26 | extern void qla24xx_config_rings(struct scsi_qla_host *); |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 27 | extern void qla2x00_reset_adapter(struct scsi_qla_host *); |
Andrew Vasquez | 0107109e | 2005-07-06 10:31:37 -0700 | [diff] [blame] | 28 | extern void qla24xx_reset_adapter(struct scsi_qla_host *); |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 29 | extern int qla2x00_nvram_config(struct scsi_qla_host *); |
Andrew Vasquez | 0107109e | 2005-07-06 10:31:37 -0700 | [diff] [blame] | 30 | extern int qla24xx_nvram_config(struct scsi_qla_host *); |
Andrew Vasquez | 3a03eb7 | 2009-01-05 11:18:11 -0800 | [diff] [blame] | 31 | extern int qla81xx_nvram_config(struct scsi_qla_host *); |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 32 | extern void qla2x00_update_fw_options(struct scsi_qla_host *); |
Andrew Vasquez | 0107109e | 2005-07-06 10:31:37 -0700 | [diff] [blame] | 33 | extern void qla24xx_update_fw_options(scsi_qla_host_t *); |
Andrew Vasquez | 3a03eb7 | 2009-01-05 11:18:11 -0800 | [diff] [blame] | 34 | extern void qla81xx_update_fw_options(scsi_qla_host_t *); |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 35 | extern int qla2x00_load_risc(struct scsi_qla_host *, uint32_t *); |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 36 | extern int qla24xx_load_risc(scsi_qla_host_t *, uint32_t *); |
Andrew Vasquez | eaac30b | 2009-01-22 09:45:32 -0800 | [diff] [blame] | 37 | extern int qla81xx_load_risc(scsi_qla_host_t *, uint32_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | |
Saurav Kashyap | 579d12b | 2010-12-21 16:00:14 -0800 | [diff] [blame] | 39 | extern int qla2x00_perform_loop_resync(scsi_qla_host_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 40 | extern int qla2x00_loop_resync(scsi_qla_host_t *); |
| 41 | |
Joe Carnuccio | 03bcfb5 | 2011-03-30 11:46:27 -0700 | [diff] [blame] | 42 | extern int qla2x00_find_new_loop_id(scsi_qla_host_t *, fc_port_t *); |
| 43 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 44 | extern int qla2x00_fabric_login(scsi_qla_host_t *, fc_port_t *, uint16_t *); |
andrew.vasquez@qlogic.com | 9a52a57 | 2006-03-09 14:27:44 -0800 | [diff] [blame] | 45 | extern int qla2x00_local_device_login(scsi_qla_host_t *, fc_port_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | |
andrew.vasquez@qlogic.com | d97994d | 2006-01-20 14:53:13 -0800 | [diff] [blame] | 47 | extern void qla2x00_update_fcports(scsi_qla_host_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 48 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 49 | extern int qla2x00_abort_isp(scsi_qla_host_t *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 50 | extern void qla2x00_abort_isp_cleanup(scsi_qla_host_t *); |
Chad Dupuis | 8fcd6b8 | 2012-08-22 14:21:06 -0400 | [diff] [blame] | 51 | extern void qla2x00_quiesce_io(scsi_qla_host_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 52 | |
andrew.vasquez@qlogic.com | 052c40c | 2006-01-20 14:53:19 -0800 | [diff] [blame] | 53 | extern void qla2x00_update_fcport(scsi_qla_host_t *, fc_port_t *); |
| 8482e118 | 2005-04-17 15:04:54 -0500 | [diff] [blame] | 54 | |
Andrew Vasquez | a7a167b | 2006-06-23 16:10:29 -0700 | [diff] [blame] | 55 | extern void qla2x00_alloc_fw_dump(scsi_qla_host_t *); |
Andrew Vasquez | 18c6c12 | 2006-10-13 09:33:38 -0700 | [diff] [blame] | 56 | extern void qla2x00_try_to_stop_firmware(scsi_qla_host_t *); |
Andrew Vasquez | a7a167b | 2006-06-23 16:10:29 -0700 | [diff] [blame] | 57 | |
Joe Carnuccio | fe52f6e | 2013-02-08 01:58:03 -0500 | [diff] [blame] | 58 | extern int qla2x00_get_thermal_temp(scsi_qla_host_t *, uint16_t *); |
Andrew Vasquez | 794a569 | 2010-12-21 16:00:21 -0800 | [diff] [blame] | 59 | |
Harihara Kadayam | 4d4df19 | 2008-04-03 13:13:26 -0700 | [diff] [blame] | 60 | extern void qla84xx_put_chip(struct scsi_qla_host *); |
| 61 | |
Andrew Vasquez | ac280b6 | 2009-08-20 11:06:05 -0700 | [diff] [blame] | 62 | extern int qla2x00_async_login(struct scsi_qla_host *, fc_port_t *, |
| 63 | uint16_t *); |
| 64 | extern int qla2x00_async_logout(struct scsi_qla_host *, fc_port_t *); |
Andrew Vasquez | 5ff1d58 | 2010-05-04 15:01:26 -0700 | [diff] [blame] | 65 | extern int qla2x00_async_adisc(struct scsi_qla_host *, fc_port_t *, |
| 66 | uint16_t *); |
Madhuranath Iyengar | 3822263 | 2010-05-04 15:01:29 -0700 | [diff] [blame] | 67 | extern int qla2x00_async_tm_cmd(fc_port_t *, uint32_t, uint32_t, uint32_t); |
Madhuranath Iyengar | 4916392 | 2010-05-04 15:01:28 -0700 | [diff] [blame] | 68 | extern void qla2x00_async_login_done(struct scsi_qla_host *, fc_port_t *, |
Andrew Vasquez | ac280b6 | 2009-08-20 11:06:05 -0700 | [diff] [blame] | 69 | uint16_t *); |
Madhuranath Iyengar | 4916392 | 2010-05-04 15:01:28 -0700 | [diff] [blame] | 70 | extern void qla2x00_async_logout_done(struct scsi_qla_host *, fc_port_t *, |
Andrew Vasquez | ac280b6 | 2009-08-20 11:06:05 -0700 | [diff] [blame] | 71 | uint16_t *); |
Madhuranath Iyengar | 4916392 | 2010-05-04 15:01:28 -0700 | [diff] [blame] | 72 | extern void qla2x00_async_adisc_done(struct scsi_qla_host *, fc_port_t *, |
Andrew Vasquez | 5ff1d58 | 2010-05-04 15:01:26 -0700 | [diff] [blame] | 73 | uint16_t *); |
Giridhar Malavali | d94d10e | 2010-07-23 15:28:23 +0500 | [diff] [blame] | 74 | extern void *qla2x00_alloc_iocbs(struct scsi_qla_host *, srb_t *); |
Arun Easi | b6a029e | 2014-09-25 06:14:52 -0400 | [diff] [blame] | 75 | extern void *qla2x00_alloc_iocbs_ready(struct scsi_qla_host *, srb_t *); |
Madhuranath Iyengar | 21090cb | 2010-12-21 16:00:18 -0800 | [diff] [blame] | 76 | extern int qla24xx_update_fcport_fcp_prio(scsi_qla_host_t *, fc_port_t *); |
Andrew Vasquez | ac280b6 | 2009-08-20 11:06:05 -0700 | [diff] [blame] | 77 | |
Giridhar Malavali | 9a069e1 | 2010-01-12 13:02:47 -0800 | [diff] [blame] | 78 | extern fc_port_t * |
| 79 | qla2x00_alloc_fcport(scsi_qla_host_t *, gfp_t ); |
Santosh Vernekar | 7d613ac | 2012-08-22 14:21:03 -0400 | [diff] [blame] | 80 | |
| 81 | extern int __qla83xx_set_idc_control(scsi_qla_host_t *, uint32_t); |
| 82 | extern int __qla83xx_get_idc_control(scsi_qla_host_t *, uint32_t *); |
| 83 | extern void qla83xx_idc_audit(scsi_qla_host_t *, int); |
| 84 | extern int qla83xx_nic_core_reset(scsi_qla_host_t *); |
| 85 | extern void qla83xx_reset_ownership(scsi_qla_host_t *); |
Saurav Kashyap | 8117877 | 2012-08-22 14:21:04 -0400 | [diff] [blame] | 86 | extern int qla2xxx_mctp_dump(scsi_qla_host_t *); |
Santosh Vernekar | 7d613ac | 2012-08-22 14:21:03 -0400 | [diff] [blame] | 87 | |
Chad Dupuis | 8d93f55 | 2013-01-30 03:34:37 -0500 | [diff] [blame] | 88 | extern int |
| 89 | qla2x00_alloc_outstanding_cmds(struct qla_hw_data *, struct req_que *); |
Giridhar Malavali | 8ae6d9c | 2013-03-28 08:21:23 -0400 | [diff] [blame] | 90 | extern int qla2x00_init_rings(scsi_qla_host_t *); |
Chad Dupuis | 8d93f55 | 2013-01-30 03:34:37 -0500 | [diff] [blame] | 91 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 92 | /* |
| 93 | * Global Data in qla_os.c source file. |
| 94 | */ |
| 95 | extern char qla2x00_version_str[]; |
| 96 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 97 | extern int ql2xlogintimeout; |
| 98 | extern int qlport_down_retry; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 99 | extern int ql2xplogiabsentdevice; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 100 | extern int ql2xloginretrycount; |
Andrew Vasquez | cca5335 | 2005-08-26 19:08:30 -0700 | [diff] [blame] | 101 | extern int ql2xfdmienable; |
Andrew Vasquez | a7a167b | 2006-06-23 16:10:29 -0700 | [diff] [blame] | 102 | extern int ql2xallocfwdump; |
Andrew Vasquez | 11010fe | 2006-10-06 09:54:59 -0700 | [diff] [blame] | 103 | extern int ql2xextended_error_logging; |
Andrew Vasquez | e5896bd | 2008-07-10 16:55:52 -0700 | [diff] [blame] | 104 | extern int ql2xiidmaenable; |
Anirban Chakraborty | 73208df | 2008-12-09 16:45:39 -0800 | [diff] [blame] | 105 | extern int ql2xmaxqueues; |
Anirban Chakraborty | 2afa19a | 2009-04-06 22:33:40 -0700 | [diff] [blame] | 106 | extern int ql2xmultique_tag; |
Andrew Vasquez | e337d90 | 2009-04-06 22:33:49 -0700 | [diff] [blame] | 107 | extern int ql2xfwloadbin; |
Andrew Vasquez | ae97c91 | 2010-02-18 10:07:28 -0800 | [diff] [blame] | 108 | extern int ql2xetsenable; |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 109 | extern int ql2xshiftctondsd; |
| 110 | extern int ql2xdbwr; |
Madhuranath Iyengar | 3822263 | 2010-05-04 15:01:29 -0700 | [diff] [blame] | 111 | extern int ql2xasynctmfenable; |
Chad Dupuis | 4da26e1 | 2010-10-15 11:27:40 -0700 | [diff] [blame] | 112 | extern int ql2xgffidenable; |
Arun Easi | bad7500 | 2010-05-04 15:01:30 -0700 | [diff] [blame] | 113 | extern int ql2xenabledif; |
| 114 | extern int ql2xenablehba_err_chk; |
Giridhar Malavali | f4c496c | 2010-05-04 15:01:33 -0700 | [diff] [blame] | 115 | extern int ql2xtargetreset; |
Giridhar Malavali | ed0de87 | 2011-03-30 11:46:29 -0700 | [diff] [blame] | 116 | extern int ql2xdontresethba; |
Hannes Reinecke | 1abf635 | 2014-06-25 15:27:38 +0200 | [diff] [blame] | 117 | extern uint64_t ql2xmaxlun; |
Giridhar Malavali | 08de284 | 2011-08-16 11:31:44 -0700 | [diff] [blame] | 118 | extern int ql2xmdcapmask; |
| 119 | extern int ql2xmdenable; |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 120 | |
Andrew Vasquez | a4722cf | 2008-01-17 09:02:12 -0800 | [diff] [blame] | 121 | extern int qla2x00_loop_reset(scsi_qla_host_t *); |
Andrew Vasquez | df4bf0b | 2008-01-31 12:33:46 -0800 | [diff] [blame] | 122 | extern void qla2x00_abort_all_cmds(scsi_qla_host_t *, int); |
Andrew Vasquez | 0971de7 | 2008-04-03 13:13:18 -0700 | [diff] [blame] | 123 | extern int qla2x00_post_aen_work(struct scsi_qla_host *, enum |
| 124 | fc_host_event_code, u32); |
Andrew Vasquez | 8a65957 | 2009-02-08 20:50:12 -0800 | [diff] [blame] | 125 | extern int qla2x00_post_idc_ack_work(struct scsi_qla_host *, uint16_t *); |
Andrew Vasquez | ac280b6 | 2009-08-20 11:06:05 -0700 | [diff] [blame] | 126 | extern int qla2x00_post_async_login_work(struct scsi_qla_host *, fc_port_t *, |
| 127 | uint16_t *); |
| 128 | extern int qla2x00_post_async_login_done_work(struct scsi_qla_host *, |
| 129 | fc_port_t *, uint16_t *); |
| 130 | extern int qla2x00_post_async_logout_work(struct scsi_qla_host *, fc_port_t *, |
| 131 | uint16_t *); |
| 132 | extern int qla2x00_post_async_logout_done_work(struct scsi_qla_host *, |
| 133 | fc_port_t *, uint16_t *); |
Andrew Vasquez | 5ff1d58 | 2010-05-04 15:01:26 -0700 | [diff] [blame] | 134 | extern int qla2x00_post_async_adisc_work(struct scsi_qla_host *, fc_port_t *, |
| 135 | uint16_t *); |
| 136 | extern int qla2x00_post_async_adisc_done_work(struct scsi_qla_host *, |
| 137 | fc_port_t *, uint16_t *); |
Andrew Vasquez | ac280b6 | 2009-08-20 11:06:05 -0700 | [diff] [blame] | 138 | |
Lalit Chandivade | 6e181be | 2009-03-26 08:49:17 -0700 | [diff] [blame] | 139 | extern int qla81xx_restart_mpi_firmware(scsi_qla_host_t *); |
Andrew Vasquez | a4722cf | 2008-01-17 09:02:12 -0800 | [diff] [blame] | 140 | |
Anirban Chakraborty | 7b867cf | 2008-11-06 10:40:19 -0800 | [diff] [blame] | 141 | extern struct scsi_qla_host *qla2x00_create_host(struct scsi_host_template *, |
| 142 | struct qla_hw_data *); |
| 143 | extern void qla2x00_free_host(struct scsi_qla_host *); |
| 144 | extern void qla2x00_relogin(struct scsi_qla_host *); |
Andrew Vasquez | ac280b6 | 2009-08-20 11:06:05 -0700 | [diff] [blame] | 145 | extern void qla2x00_do_work(struct scsi_qla_host *); |
Chad Dupuis | 8867048 | 2010-07-23 15:28:30 +0500 | [diff] [blame] | 146 | extern void qla2x00_free_fcports(struct scsi_qla_host *); |
Andrew Vasquez | ac280b6 | 2009-08-20 11:06:05 -0700 | [diff] [blame] | 147 | |
Santosh Vernekar | 7d613ac | 2012-08-22 14:21:03 -0400 | [diff] [blame] | 148 | extern void qla83xx_schedule_work(scsi_qla_host_t *, int); |
| 149 | extern void qla83xx_service_idc_aen(struct work_struct *); |
| 150 | extern void qla83xx_nic_core_unrecoverable_work(struct work_struct *); |
| 151 | extern void qla83xx_idc_state_handler_work(struct work_struct *); |
| 152 | extern void qla83xx_nic_core_reset_work(struct work_struct *); |
| 153 | |
| 154 | extern void qla83xx_idc_lock(scsi_qla_host_t *, uint16_t); |
| 155 | extern void qla83xx_idc_unlock(scsi_qla_host_t *, uint16_t); |
| 156 | extern int qla83xx_idc_state_handler(scsi_qla_host_t *); |
| 157 | extern int qla83xx_set_drv_presence(scsi_qla_host_t *vha); |
| 158 | extern int __qla83xx_set_drv_presence(scsi_qla_host_t *vha); |
| 159 | extern int qla83xx_clear_drv_presence(scsi_qla_host_t *vha); |
| 160 | extern int __qla83xx_clear_drv_presence(scsi_qla_host_t *vha); |
Giridhar Malavali | 8ae6d9c | 2013-03-28 08:21:23 -0400 | [diff] [blame] | 161 | extern int qla2x00_post_uevent_work(struct scsi_qla_host *, u32); |
Santosh Vernekar | 7d613ac | 2012-08-22 14:21:03 -0400 | [diff] [blame] | 162 | |
Chad Dupuis | f3ddac1 | 2013-10-30 03:38:16 -0400 | [diff] [blame] | 163 | extern int qla2x00_post_uevent_work(struct scsi_qla_host *, u32); |
| 164 | extern void qla2x00_disable_board_on_pci_error(struct work_struct *); |
| 165 | |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 166 | /* |
| 167 | * Global Functions in qla_mid.c source file. |
| 168 | */ |
Giridhar Malavali | a5326f8 | 2009-03-24 09:07:56 -0700 | [diff] [blame] | 169 | extern struct scsi_host_template qla2xxx_driver_template; |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 170 | extern struct scsi_transport_template *qla2xxx_transport_vport_template; |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 171 | extern void qla2x00_timer(scsi_qla_host_t *); |
| 172 | extern void qla2x00_start_timer(scsi_qla_host_t *, void *, unsigned long); |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 173 | extern void qla24xx_deallocate_vp_id(scsi_qla_host_t *); |
| 174 | extern int qla24xx_disable_vp (scsi_qla_host_t *); |
| 175 | extern int qla24xx_enable_vp (scsi_qla_host_t *); |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 176 | extern int qla24xx_control_vp(scsi_qla_host_t *, int ); |
| 177 | extern int qla24xx_modify_vp_config(scsi_qla_host_t *); |
| 178 | extern int qla2x00_send_change_request(scsi_qla_host_t *, uint16_t, uint16_t); |
| 179 | extern void qla2x00_vp_stop_timer(scsi_qla_host_t *); |
| 180 | extern int qla24xx_configure_vhba (scsi_qla_host_t *); |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 181 | extern void qla24xx_report_id_acquisition(scsi_qla_host_t *, |
| 182 | struct vp_rpt_id_entry_24xx *); |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 183 | extern void qla2x00_do_dpc_all_vps(scsi_qla_host_t *); |
| 184 | extern int qla24xx_vport_create_req_sanity_check(struct fc_vport *); |
| 185 | extern scsi_qla_host_t * qla24xx_create_vhost(struct fc_vport *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 186 | |
Giridhar Malavali | 9ba56b9 | 2012-02-09 11:15:36 -0800 | [diff] [blame] | 187 | extern void qla2x00_sp_free_dma(void *, void *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 188 | extern char *qla2x00_get_fw_version_str(struct scsi_qla_host *, char *); |
| 189 | |
andrew.vasquez@qlogic.com | d97994d | 2006-01-20 14:53:13 -0800 | [diff] [blame] | 190 | extern void qla2x00_mark_device_lost(scsi_qla_host_t *, fc_port_t *, int, int); |
| 191 | extern void qla2x00_mark_all_devices_lost(scsi_qla_host_t *, int); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 192 | |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 193 | extern struct fw_blob *qla2x00_request_firmware(scsi_qla_host_t *); |
| 194 | |
andrew.vasquez@qlogic.com | 854165f | 2006-01-31 16:05:17 -0800 | [diff] [blame] | 195 | extern int qla2x00_wait_for_hba_online(scsi_qla_host_t *); |
Lalit Chandivade | 2533cf6 | 2009-03-24 09:08:07 -0700 | [diff] [blame] | 196 | extern int qla2x00_wait_for_chip_reset(scsi_qla_host_t *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 197 | extern int qla2x00_wait_for_fcoe_ctx_reset(scsi_qla_host_t *); |
andrew.vasquez@qlogic.com | 854165f | 2006-01-31 16:05:17 -0800 | [diff] [blame] | 198 | |
Anirban Chakraborty | 7b867cf | 2008-11-06 10:40:19 -0800 | [diff] [blame] | 199 | extern void qla2xxx_wake_dpc(struct scsi_qla_host *); |
Anirban Chakraborty | 73208df | 2008-12-09 16:45:39 -0800 | [diff] [blame] | 200 | extern void qla2x00_alert_all_vps(struct rsp_que *, uint16_t *); |
| 201 | extern void qla2x00_async_event(scsi_qla_host_t *, struct rsp_que *, |
| 202 | uint16_t *); |
Anirban Chakraborty | 7b867cf | 2008-11-06 10:40:19 -0800 | [diff] [blame] | 203 | extern int qla2x00_vp_abort_isp(scsi_qla_host_t *); |
Christoph Hellwig | 39a1124 | 2006-02-14 18:46:22 +0100 | [diff] [blame] | 204 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 205 | /* |
| 206 | * Global Function Prototypes in qla_iocb.c source file. |
| 207 | */ |
Nicholas Bellinger | 2d70c10 | 2012-05-15 14:34:28 -0400 | [diff] [blame] | 208 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 209 | extern uint16_t qla2x00_calc_iocbs_32(uint16_t); |
| 210 | extern uint16_t qla2x00_calc_iocbs_64(uint16_t); |
| 211 | extern void qla2x00_build_scsi_iocbs_32(srb_t *, cmd_entry_t *, uint16_t); |
| 212 | extern void qla2x00_build_scsi_iocbs_64(srb_t *, cmd_entry_t *, uint16_t); |
| 213 | extern int qla2x00_start_scsi(srb_t *sp); |
Andrew Vasquez | 2b6c0ce | 2005-07-06 10:31:17 -0700 | [diff] [blame] | 214 | extern int qla24xx_start_scsi(srb_t *sp); |
Anirban Chakraborty | 73208df | 2008-12-09 16:45:39 -0800 | [diff] [blame] | 215 | int qla2x00_marker(struct scsi_qla_host *, struct req_que *, struct rsp_que *, |
Hannes Reinecke | 9cb78c1 | 2014-06-25 15:27:36 +0200 | [diff] [blame] | 216 | uint16_t, uint64_t, uint8_t); |
Andrew Vasquez | ac280b6 | 2009-08-20 11:06:05 -0700 | [diff] [blame] | 217 | extern int qla2x00_start_sp(srb_t *); |
Arun Easi | bad7500 | 2010-05-04 15:01:30 -0700 | [diff] [blame] | 218 | extern int qla24xx_dif_start_scsi(srb_t *); |
Saurav Kashyap | a9b6f722 | 2012-08-22 14:21:01 -0400 | [diff] [blame] | 219 | extern int qla2x00_start_bidir(srb_t *, struct scsi_qla_host *, uint32_t); |
| 220 | extern unsigned long qla2x00_get_async_timeout(struct scsi_qla_host *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 221 | |
Nicholas Bellinger | 2d70c10 | 2012-05-15 14:34:28 -0400 | [diff] [blame] | 222 | extern void *qla2x00_alloc_iocbs(scsi_qla_host_t *, srb_t *); |
| 223 | extern int qla2x00_issue_marker(scsi_qla_host_t *, int); |
Quinn Tran | f83adb6 | 2014-04-11 16:54:43 -0400 | [diff] [blame] | 224 | extern int qla24xx_walk_and_build_sglist_no_difb(struct qla_hw_data *, srb_t *, |
| 225 | uint32_t *, uint16_t, struct qla_tgt_cmd *); |
| 226 | extern int qla24xx_walk_and_build_sglist(struct qla_hw_data *, srb_t *, |
| 227 | uint32_t *, uint16_t, struct qla_tgt_cmd *); |
| 228 | extern int qla24xx_walk_and_build_prot_sglist(struct qla_hw_data *, srb_t *, |
| 229 | uint32_t *, uint16_t, struct qla_tgt_cmd *); |
| 230 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 231 | |
| 232 | /* |
| 233 | * Global Function Prototypes in qla_mbx.c source file. |
| 234 | */ |
| 235 | extern int |
andrew.vasquez@qlogic.com | 590f98e | 2006-01-13 17:05:37 -0800 | [diff] [blame] | 236 | qla2x00_load_ram(scsi_qla_host_t *, dma_addr_t, uint32_t, uint32_t); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 237 | |
| 238 | extern int |
Andrew Vasquez | 338c916 | 2007-09-20 14:07:33 -0700 | [diff] [blame] | 239 | qla2x00_dump_ram(scsi_qla_host_t *, dma_addr_t, uint32_t, uint32_t); |
| 240 | |
| 241 | extern int |
Andrew Vasquez | 1c7c635 | 2005-07-06 10:30:57 -0700 | [diff] [blame] | 242 | qla2x00_execute_fw(scsi_qla_host_t *, uint32_t); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 243 | |
Andrew Vasquez | ca9e9c3 | 2009-06-03 09:55:20 -0700 | [diff] [blame] | 244 | extern int |
Giridhar Malavali | 6246b8a | 2012-02-09 11:15:34 -0800 | [diff] [blame] | 245 | qla2x00_get_fw_version(scsi_qla_host_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 246 | |
| 247 | extern int |
| 248 | qla2x00_get_fw_options(scsi_qla_host_t *, uint16_t *); |
| 249 | |
| 250 | extern int |
| 251 | qla2x00_set_fw_options(scsi_qla_host_t *, uint16_t *); |
| 252 | |
| 253 | extern int |
| 254 | qla2x00_mbx_reg_test(scsi_qla_host_t *); |
| 255 | |
| 256 | extern int |
Andrew Vasquez | 1c7c635 | 2005-07-06 10:30:57 -0700 | [diff] [blame] | 257 | qla2x00_verify_checksum(scsi_qla_host_t *, uint32_t); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 258 | |
| 259 | extern int |
| 260 | qla2x00_issue_iocb(scsi_qla_host_t *, void *, dma_addr_t, size_t); |
| 261 | |
| 262 | extern int |
Anirban Chakraborty | 2afa19a | 2009-04-06 22:33:40 -0700 | [diff] [blame] | 263 | qla2x00_abort_command(srb_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 264 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 265 | extern int |
Hannes Reinecke | 9cb78c1 | 2014-06-25 15:27:36 +0200 | [diff] [blame] | 266 | qla2x00_abort_target(struct fc_port *, uint64_t, int); |
Andrew Vasquez | 523ec77 | 2008-04-03 13:13:24 -0700 | [diff] [blame] | 267 | |
| 268 | extern int |
Hannes Reinecke | 9cb78c1 | 2014-06-25 15:27:36 +0200 | [diff] [blame] | 269 | qla2x00_lun_reset(struct fc_port *, uint64_t, int); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 270 | |
| 271 | extern int |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 272 | qla2x00_get_adapter_id(scsi_qla_host_t *, uint16_t *, uint8_t *, uint8_t *, |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 273 | uint8_t *, uint16_t *, uint16_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 274 | |
| 275 | extern int |
| 276 | qla2x00_get_retry_cnt(scsi_qla_host_t *, uint8_t *, uint8_t *, uint16_t *); |
| 277 | |
| 278 | extern int |
| 279 | qla2x00_init_firmware(scsi_qla_host_t *, uint16_t); |
| 280 | |
| 281 | extern int |
Nicholas Bellinger | 2d70c10 | 2012-05-15 14:34:28 -0400 | [diff] [blame] | 282 | qla2x00_get_node_name_list(scsi_qla_host_t *, void **, int *); |
| 283 | |
| 284 | extern int |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 285 | qla2x00_get_port_database(scsi_qla_host_t *, fc_port_t *, uint8_t); |
| 286 | |
| 287 | extern int |
| 288 | qla2x00_get_firmware_state(scsi_qla_host_t *, uint16_t *); |
| 289 | |
| 290 | extern int |
| 291 | qla2x00_get_port_name(scsi_qla_host_t *, uint16_t, uint8_t *, uint8_t); |
| 292 | |
| 293 | extern int |
Joe Carnuccio | 61e1b26 | 2013-02-08 01:57:48 -0500 | [diff] [blame] | 294 | qla24xx_link_initialize(scsi_qla_host_t *); |
| 295 | |
| 296 | extern int |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 297 | qla2x00_lip_reset(scsi_qla_host_t *); |
| 298 | |
| 299 | extern int |
| 300 | qla2x00_send_sns(scsi_qla_host_t *, dma_addr_t, uint16_t, size_t); |
| 301 | |
| 302 | extern int |
| 303 | qla2x00_login_fabric(scsi_qla_host_t *, uint16_t, uint8_t, uint8_t, uint8_t, |
| 304 | uint16_t *, uint8_t); |
Andrew Vasquez | 1c7c635 | 2005-07-06 10:30:57 -0700 | [diff] [blame] | 305 | extern int |
| 306 | qla24xx_login_fabric(scsi_qla_host_t *, uint16_t, uint8_t, uint8_t, uint8_t, |
| 307 | uint16_t *, uint8_t); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 308 | |
| 309 | extern int |
andrew.vasquez@qlogic.com | 9a52a57 | 2006-03-09 14:27:44 -0800 | [diff] [blame] | 310 | qla2x00_login_local_device(scsi_qla_host_t *, fc_port_t *, uint16_t *, |
| 311 | uint8_t); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 312 | |
| 313 | extern int |
Andrew Vasquez | 1c7c635 | 2005-07-06 10:30:57 -0700 | [diff] [blame] | 314 | qla2x00_fabric_logout(scsi_qla_host_t *, uint16_t, uint8_t, uint8_t, uint8_t); |
| 315 | |
| 316 | extern int |
| 317 | qla24xx_fabric_logout(scsi_qla_host_t *, uint16_t, uint8_t, uint8_t, uint8_t); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 318 | |
| 319 | extern int |
| 320 | qla2x00_full_login_lip(scsi_qla_host_t *ha); |
| 321 | |
| 322 | extern int |
| 323 | qla2x00_get_id_list(scsi_qla_host_t *, void *, dma_addr_t, uint16_t *); |
| 324 | |
| 325 | extern int |
Seokmann Ju | 4d0ea24 | 2007-09-20 14:07:43 -0700 | [diff] [blame] | 326 | qla2x00_get_resource_cnts(scsi_qla_host_t *, uint16_t *, uint16_t *, |
Andrew Vasquez | f3a0a77 | 2009-10-13 15:16:49 -0700 | [diff] [blame] | 327 | uint16_t *, uint16_t *, uint16_t *, uint16_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 328 | |
| 329 | extern int |
| 330 | qla2x00_get_fcal_position_map(scsi_qla_host_t *ha, char *pos_map); |
| 331 | |
andrew.vasquez@qlogic.com | 392e2f6 | 2006-01-31 16:05:02 -0800 | [diff] [blame] | 332 | extern int |
Andrew Vasquez | 43ef058 | 2008-01-17 09:02:08 -0800 | [diff] [blame] | 333 | qla2x00_get_link_status(scsi_qla_host_t *, uint16_t, struct link_statistics *, |
| 334 | dma_addr_t); |
andrew.vasquez@qlogic.com | 392e2f6 | 2006-01-31 16:05:02 -0800 | [diff] [blame] | 335 | |
| 336 | extern int |
Andrew Vasquez | 43ef058 | 2008-01-17 09:02:08 -0800 | [diff] [blame] | 337 | qla24xx_get_isp_stats(scsi_qla_host_t *, struct link_statistics *, |
| 338 | dma_addr_t); |
andrew.vasquez@qlogic.com | 392e2f6 | 2006-01-31 16:05:02 -0800 | [diff] [blame] | 339 | |
Anirban Chakraborty | 2afa19a | 2009-04-06 22:33:40 -0700 | [diff] [blame] | 340 | extern int qla24xx_abort_command(srb_t *); |
Armen Baloyan | 4440e46 | 2014-02-26 04:15:18 -0500 | [diff] [blame] | 341 | extern int qla24xx_async_abort_command(srb_t *); |
Anirban Chakraborty | 2afa19a | 2009-04-06 22:33:40 -0700 | [diff] [blame] | 342 | extern int |
Hannes Reinecke | 9cb78c1 | 2014-06-25 15:27:36 +0200 | [diff] [blame] | 343 | qla24xx_abort_target(struct fc_port *, uint64_t, int); |
Anirban Chakraborty | 2afa19a | 2009-04-06 22:33:40 -0700 | [diff] [blame] | 344 | extern int |
Hannes Reinecke | 9cb78c1 | 2014-06-25 15:27:36 +0200 | [diff] [blame] | 345 | qla24xx_lun_reset(struct fc_port *, uint64_t, int); |
Giridhar Malavali | 4d78c97 | 2010-07-23 15:28:35 +0500 | [diff] [blame] | 346 | extern int |
| 347 | qla2x00_eh_wait_for_pending_commands(scsi_qla_host_t *, unsigned int, |
Hannes Reinecke | 9cb78c1 | 2014-06-25 15:27:36 +0200 | [diff] [blame] | 348 | uint64_t, enum nexus_wait_type); |
Andrew Vasquez | 1c7c635 | 2005-07-06 10:30:57 -0700 | [diff] [blame] | 349 | extern int |
Andrew Vasquez | 68af081 | 2008-05-12 22:21:13 -0700 | [diff] [blame] | 350 | qla2x00_system_error(scsi_qla_host_t *); |
| 351 | |
| 352 | extern int |
Joe Carnuccio | db64e93 | 2013-10-30 03:38:18 -0400 | [diff] [blame] | 353 | qla2x00_write_serdes_word(scsi_qla_host_t *, uint16_t, uint16_t); |
| 354 | extern int |
| 355 | qla2x00_read_serdes_word(scsi_qla_host_t *, uint16_t, uint16_t *); |
| 356 | |
| 357 | extern int |
Joe Carnuccio | e8887c5 | 2014-04-11 16:54:17 -0400 | [diff] [blame] | 358 | qla8044_write_serdes_word(scsi_qla_host_t *, uint32_t, uint32_t); |
| 359 | extern int |
| 360 | qla8044_read_serdes_word(scsi_qla_host_t *, uint32_t, uint32_t *); |
| 361 | |
| 362 | extern int |
Andrew Vasquez | 1c7c635 | 2005-07-06 10:30:57 -0700 | [diff] [blame] | 363 | qla2x00_set_serdes_params(scsi_qla_host_t *, uint16_t, uint16_t, uint16_t); |
| 364 | |
Andrew Vasquez | f6ef3b1 | 2005-08-26 19:10:20 -0700 | [diff] [blame] | 365 | extern int |
| 366 | qla2x00_stop_firmware(scsi_qla_host_t *); |
| 367 | |
Andrew Vasquez | a7a167b | 2006-06-23 16:10:29 -0700 | [diff] [blame] | 368 | extern int |
Andrew Vasquez | 00b6bd2 | 2008-01-17 09:02:16 -0800 | [diff] [blame] | 369 | qla2x00_enable_eft_trace(scsi_qla_host_t *, dma_addr_t, uint16_t); |
| 370 | extern int |
| 371 | qla2x00_disable_eft_trace(scsi_qla_host_t *); |
Andrew Vasquez | a7a167b | 2006-06-23 16:10:29 -0700 | [diff] [blame] | 372 | |
Andrew Vasquez | 88729e5 | 2006-06-23 16:10:50 -0700 | [diff] [blame] | 373 | extern int |
Andrew Vasquez | df613b9 | 2008-01-17 09:02:17 -0800 | [diff] [blame] | 374 | qla2x00_enable_fce_trace(scsi_qla_host_t *, dma_addr_t, uint16_t , uint16_t *, |
| 375 | uint32_t *); |
| 376 | |
| 377 | extern int |
| 378 | qla2x00_disable_fce_trace(scsi_qla_host_t *, uint64_t *, uint64_t *); |
| 379 | |
| 380 | extern int |
Joe Carnuccio | c46e65c | 2013-08-27 01:37:35 -0400 | [diff] [blame] | 381 | qla82xx_set_driver_version(scsi_qla_host_t *, char *); |
| 382 | |
| 383 | extern int |
| 384 | qla25xx_set_driver_version(scsi_qla_host_t *, char *); |
| 385 | |
| 386 | extern int |
Joe Carnuccio | 6766df9 | 2011-05-10 11:30:15 -0700 | [diff] [blame] | 387 | qla2x00_read_sfp(scsi_qla_host_t *, dma_addr_t, uint8_t *, |
| 388 | uint16_t, uint16_t, uint16_t, uint16_t); |
Andrew Vasquez | 88729e5 | 2006-06-23 16:10:50 -0700 | [diff] [blame] | 389 | |
Andrew Vasquez | d8b4521 | 2006-10-02 12:00:43 -0700 | [diff] [blame] | 390 | extern int |
Joe Carnuccio | 6766df9 | 2011-05-10 11:30:15 -0700 | [diff] [blame] | 391 | qla2x00_write_sfp(scsi_qla_host_t *, dma_addr_t, uint8_t *, |
| 392 | uint16_t, uint16_t, uint16_t, uint16_t); |
Joe Carnuccio | ad0ecd6 | 2009-03-24 09:08:12 -0700 | [diff] [blame] | 393 | |
| 394 | extern int |
Andrew Vasquez | d8b4521 | 2006-10-02 12:00:43 -0700 | [diff] [blame] | 395 | qla2x00_set_idma_speed(scsi_qla_host_t *, uint16_t, uint16_t, uint16_t *); |
| 396 | |
Harihara Kadayam | 4d4df19 | 2008-04-03 13:13:26 -0700 | [diff] [blame] | 397 | extern int qla84xx_verify_chip(struct scsi_qla_host *, uint16_t *); |
| 398 | |
Andrew Vasquez | 8a65957 | 2009-02-08 20:50:12 -0800 | [diff] [blame] | 399 | extern int qla81xx_idc_ack(scsi_qla_host_t *, uint16_t *); |
| 400 | |
Joe Carnuccio | 1d2874d | 2009-03-24 09:08:06 -0700 | [diff] [blame] | 401 | extern int |
| 402 | qla81xx_fac_get_sector_size(scsi_qla_host_t *, uint32_t *); |
| 403 | |
| 404 | extern int |
| 405 | qla81xx_fac_do_write_enable(scsi_qla_host_t *, int); |
| 406 | |
| 407 | extern int |
| 408 | qla81xx_fac_erase_sector(scsi_qla_host_t *, uint32_t, uint32_t); |
| 409 | |
Andrew Vasquez | ce0423f | 2009-06-03 09:55:13 -0700 | [diff] [blame] | 410 | extern int |
| 411 | qla2x00_get_xgmac_stats(scsi_qla_host_t *, dma_addr_t, uint16_t, uint16_t *); |
| 412 | |
Andrew Vasquez | 11bbc1d | 2009-06-03 09:55:14 -0700 | [diff] [blame] | 413 | extern int |
| 414 | qla2x00_get_dcbx_params(scsi_qla_host_t *, dma_addr_t, uint16_t); |
| 415 | |
Andrew Vasquez | 18e7555 | 2009-06-03 09:55:30 -0700 | [diff] [blame] | 416 | extern int |
| 417 | qla2x00_read_ram_word(scsi_qla_host_t *, uint32_t, uint32_t *); |
| 418 | |
| 419 | extern int |
| 420 | qla2x00_write_ram_word(scsi_qla_host_t *, uint32_t, uint32_t); |
| 421 | |
Madhuranath Iyengar | b1d4698 | 2010-09-03 15:20:54 -0700 | [diff] [blame] | 422 | extern int |
| 423 | qla81xx_write_mpi_register(scsi_qla_host_t *, uint16_t *); |
Michael Hernandez | 3064ff3 | 2009-12-15 21:29:44 -0800 | [diff] [blame] | 424 | extern int qla2x00_get_data_rate(scsi_qla_host_t *); |
Sarang Radke | 09ff701 | 2010-03-19 17:03:59 -0700 | [diff] [blame] | 425 | extern int qla24xx_set_fcp_prio(scsi_qla_host_t *, uint16_t, uint16_t, |
| 426 | uint16_t *); |
Sarang Radke | 23f2ebd | 2010-05-28 15:08:21 -0700 | [diff] [blame] | 427 | extern int |
| 428 | qla81xx_get_port_config(scsi_qla_host_t *, uint16_t *); |
| 429 | |
| 430 | extern int |
| 431 | qla81xx_set_port_config(scsi_qla_host_t *, uint16_t *); |
Sarang Radke | 09ff701 | 2010-03-19 17:03:59 -0700 | [diff] [blame] | 432 | |
Andrew Vasquez | af11f64 | 2012-02-09 11:15:43 -0800 | [diff] [blame] | 433 | extern int |
| 434 | qla2x00_port_logout(scsi_qla_host_t *, struct fc_port *); |
| 435 | |
Saurav Kashyap | 8117877 | 2012-08-22 14:21:04 -0400 | [diff] [blame] | 436 | extern int |
| 437 | qla2x00_dump_mctp_data(scsi_qla_host_t *, dma_addr_t, uint32_t, uint32_t); |
| 438 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 439 | /* |
| 440 | * Global Function Prototypes in qla_isr.c source file. |
| 441 | */ |
David Howells | 7d12e78 | 2006-10-05 14:55:46 +0100 | [diff] [blame] | 442 | extern irqreturn_t qla2100_intr_handler(int, void *); |
| 443 | extern irqreturn_t qla2300_intr_handler(int, void *); |
| 444 | extern irqreturn_t qla24xx_intr_handler(int, void *); |
Anirban Chakraborty | 73208df | 2008-12-09 16:45:39 -0800 | [diff] [blame] | 445 | extern void qla2x00_process_response_queue(struct rsp_que *); |
Anirban Chakraborty | 2afa19a | 2009-04-06 22:33:40 -0700 | [diff] [blame] | 446 | extern void |
| 447 | qla24xx_process_response_queue(struct scsi_qla_host *, struct rsp_que *); |
Anirban Chakraborty | 73208df | 2008-12-09 16:45:39 -0800 | [diff] [blame] | 448 | extern int qla2x00_request_irqs(struct qla_hw_data *, struct rsp_que *); |
Andrew Vasquez | a8488ab | 2007-01-29 10:22:19 -0800 | [diff] [blame] | 449 | extern void qla2x00_free_irqs(scsi_qla_host_t *); |
| 450 | |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 451 | extern int qla2x00_get_data_rate(scsi_qla_host_t *); |
Joe Carnuccio | d0297c9 | 2012-11-21 02:40:40 -0500 | [diff] [blame] | 452 | extern const char *qla2x00_get_link_speed_str(struct qla_hw_data *, uint16_t); |
Giridhar Malavali | 8ae6d9c | 2013-03-28 08:21:23 -0400 | [diff] [blame] | 453 | extern srb_t * |
| 454 | qla2x00_get_sp_from_handle(scsi_qla_host_t *, const char *, struct req_que *, |
| 455 | void *); |
| 456 | extern void |
| 457 | qla2x00_process_completed_request(struct scsi_qla_host *, struct req_que *, |
| 458 | uint32_t); |
Chad Dupuis | daae62a | 2012-05-15 14:34:23 -0400 | [diff] [blame] | 459 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 460 | /* |
| 461 | * Global Function Prototypes in qla_sup.c source file. |
| 462 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 463 | extern void qla2x00_release_nvram_protection(scsi_qla_host_t *); |
Andrew Vasquez | 459c537 | 2005-07-06 10:31:07 -0700 | [diff] [blame] | 464 | extern uint32_t *qla24xx_read_flash_data(scsi_qla_host_t *, uint32_t *, |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 465 | uint32_t, uint32_t); |
Andrew Vasquez | 459c537 | 2005-07-06 10:31:07 -0700 | [diff] [blame] | 466 | extern uint8_t *qla2x00_read_nvram_data(scsi_qla_host_t *, uint8_t *, uint32_t, |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 467 | uint32_t); |
Andrew Vasquez | 459c537 | 2005-07-06 10:31:07 -0700 | [diff] [blame] | 468 | extern uint8_t *qla24xx_read_nvram_data(scsi_qla_host_t *, uint8_t *, uint32_t, |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 469 | uint32_t); |
Andrew Vasquez | 459c537 | 2005-07-06 10:31:07 -0700 | [diff] [blame] | 470 | extern int qla2x00_write_nvram_data(scsi_qla_host_t *, uint8_t *, uint32_t, |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 471 | uint32_t); |
Andrew Vasquez | 459c537 | 2005-07-06 10:31:07 -0700 | [diff] [blame] | 472 | extern int qla24xx_write_nvram_data(scsi_qla_host_t *, uint8_t *, uint32_t, |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 473 | uint32_t); |
Andrew Vasquez | c3a2f0d | 2007-07-19 20:37:34 -0700 | [diff] [blame] | 474 | extern uint8_t *qla25xx_read_nvram_data(scsi_qla_host_t *, uint8_t *, uint32_t, |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 475 | uint32_t); |
Andrew Vasquez | c3a2f0d | 2007-07-19 20:37:34 -0700 | [diff] [blame] | 476 | extern int qla25xx_write_nvram_data(scsi_qla_host_t *, uint8_t *, uint32_t, |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 477 | uint32_t); |
Chad Dupuis | bb4cf5b | 2013-02-08 01:58:01 -0500 | [diff] [blame] | 478 | extern int qla2x00_is_a_vp_did(scsi_qla_host_t *, uint32_t); |
Joe Lawrence | c821e0d | 2014-08-26 17:11:41 -0400 | [diff] [blame] | 479 | bool qla2x00_check_reg32_for_disconnect(scsi_qla_host_t *, uint32_t); |
| 480 | bool qla2x00_check_reg16_for_disconnect(scsi_qla_host_t *, uint16_t); |
Andrew Vasquez | 459c537 | 2005-07-06 10:31:07 -0700 | [diff] [blame] | 481 | |
andrew.vasquez@qlogic.com | f6df144 | 2006-01-31 16:05:07 -0800 | [diff] [blame] | 482 | extern int qla2x00_beacon_on(struct scsi_qla_host *); |
| 483 | extern int qla2x00_beacon_off(struct scsi_qla_host *); |
| 484 | extern void qla2x00_beacon_blink(struct scsi_qla_host *); |
| 485 | extern int qla24xx_beacon_on(struct scsi_qla_host *); |
| 486 | extern int qla24xx_beacon_off(struct scsi_qla_host *); |
| 487 | extern void qla24xx_beacon_blink(struct scsi_qla_host *); |
Giridhar Malavali | 6246b8a | 2012-02-09 11:15:34 -0800 | [diff] [blame] | 488 | extern void qla83xx_beacon_blink(struct scsi_qla_host *); |
Saurav Kashyap | 999916d | 2011-08-16 11:31:45 -0700 | [diff] [blame] | 489 | extern int qla82xx_beacon_on(struct scsi_qla_host *); |
| 490 | extern int qla82xx_beacon_off(struct scsi_qla_host *); |
Santosh Vernekar | 7d613ac | 2012-08-22 14:21:03 -0400 | [diff] [blame] | 491 | extern int qla83xx_wr_reg(scsi_qla_host_t *, uint32_t, uint32_t); |
| 492 | extern int qla83xx_rd_reg(scsi_qla_host_t *, uint32_t, uint32_t *); |
| 493 | extern int qla83xx_restart_nic_firmware(scsi_qla_host_t *); |
| 494 | extern int qla83xx_access_control(scsi_qla_host_t *, uint16_t, uint32_t, |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 495 | uint32_t, uint16_t *); |
andrew.vasquez@qlogic.com | f6df144 | 2006-01-31 16:05:07 -0800 | [diff] [blame] | 496 | |
andrew.vasquez@qlogic.com | 854165f | 2006-01-31 16:05:17 -0800 | [diff] [blame] | 497 | extern uint8_t *qla2x00_read_optrom_data(struct scsi_qla_host *, uint8_t *, |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 498 | uint32_t, uint32_t); |
andrew.vasquez@qlogic.com | 854165f | 2006-01-31 16:05:17 -0800 | [diff] [blame] | 499 | extern int qla2x00_write_optrom_data(struct scsi_qla_host *, uint8_t *, |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 500 | uint32_t, uint32_t); |
andrew.vasquez@qlogic.com | 854165f | 2006-01-31 16:05:17 -0800 | [diff] [blame] | 501 | extern uint8_t *qla24xx_read_optrom_data(struct scsi_qla_host *, uint8_t *, |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 502 | uint32_t, uint32_t); |
andrew.vasquez@qlogic.com | 854165f | 2006-01-31 16:05:17 -0800 | [diff] [blame] | 503 | extern int qla24xx_write_optrom_data(struct scsi_qla_host *, uint8_t *, |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 504 | uint32_t, uint32_t); |
Andrew Vasquez | 338c916 | 2007-09-20 14:07:33 -0700 | [diff] [blame] | 505 | extern uint8_t *qla25xx_read_optrom_data(struct scsi_qla_host *, uint8_t *, |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 506 | uint32_t, uint32_t); |
| 507 | extern uint8_t *qla8044_read_optrom_data(struct scsi_qla_host *, |
| 508 | uint8_t *, uint32_t, uint32_t); |
| 509 | extern void qla8044_watchdog(struct scsi_qla_host *vha); |
andrew.vasquez@qlogic.com | 854165f | 2006-01-31 16:05:17 -0800 | [diff] [blame] | 510 | |
Andrew Vasquez | 30c4766 | 2007-01-29 10:22:21 -0800 | [diff] [blame] | 511 | extern int qla2x00_get_flash_version(scsi_qla_host_t *, void *); |
| 512 | extern int qla24xx_get_flash_version(scsi_qla_host_t *, void *); |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 513 | extern int qla82xx_get_flash_version(scsi_qla_host_t *, void *); |
Andrew Vasquez | 30c4766 | 2007-01-29 10:22:21 -0800 | [diff] [blame] | 514 | |
Andrew Vasquez | c00d899 | 2008-09-11 21:22:49 -0700 | [diff] [blame] | 515 | extern int qla2xxx_get_flash_info(scsi_qla_host_t *); |
Joe Carnuccio | 1ee2714 | 2008-07-10 16:55:53 -0700 | [diff] [blame] | 516 | extern int qla2xxx_get_vpd_field(scsi_qla_host_t *, char *, char *, size_t); |
Andrew Vasquez | 7d232c7 | 2008-04-03 13:13:22 -0700 | [diff] [blame] | 517 | |
Andrew Vasquez | 272976c | 2008-09-11 21:22:50 -0700 | [diff] [blame] | 518 | extern void qla2xxx_flash_npiv_conf(scsi_qla_host_t *); |
Sarang Radke | 09ff701 | 2010-03-19 17:03:59 -0700 | [diff] [blame] | 519 | extern int qla24xx_read_fcp_prio_cfg(scsi_qla_host_t *); |
Andrew Vasquez | 272976c | 2008-09-11 21:22:50 -0700 | [diff] [blame] | 520 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 521 | /* |
| 522 | * Global Function Prototypes in qla_dbg.c source file. |
| 523 | */ |
| 524 | extern void qla2100_fw_dump(scsi_qla_host_t *, int); |
| 525 | extern void qla2300_fw_dump(scsi_qla_host_t *, int); |
Andrew Vasquez | 6d9b61e | 2005-07-06 10:30:36 -0700 | [diff] [blame] | 526 | extern void qla24xx_fw_dump(scsi_qla_host_t *, int); |
Andrew Vasquez | c3a2f0d | 2007-07-19 20:37:34 -0700 | [diff] [blame] | 527 | extern void qla25xx_fw_dump(scsi_qla_host_t *, int); |
Andrew Vasquez | 3a03eb7 | 2009-01-05 11:18:11 -0800 | [diff] [blame] | 528 | extern void qla81xx_fw_dump(scsi_qla_host_t *, int); |
Chad Dupuis | a1b23c5 | 2014-02-26 04:15:12 -0500 | [diff] [blame] | 529 | extern void qla82xx_fw_dump(scsi_qla_host_t *, int); |
| 530 | extern void qla8044_fw_dump(scsi_qla_host_t *, int); |
Chad Dupuis | f73cb69 | 2014-02-26 04:15:06 -0500 | [diff] [blame] | 531 | |
| 532 | extern void qla27xx_fwdump(scsi_qla_host_t *, int); |
| 533 | extern ulong qla27xx_fwdt_calculate_dump_size(struct scsi_qla_host *); |
| 534 | extern int qla27xx_fwdt_template_valid(void *); |
| 535 | extern ulong qla27xx_fwdt_template_size(void *); |
| 536 | extern const void *qla27xx_fwdt_template_default(void); |
| 537 | extern ulong qla27xx_fwdt_template_default_size(void); |
| 538 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 539 | extern void qla2x00_dump_regs(scsi_qla_host_t *); |
| 540 | extern void qla2x00_dump_buffer(uint8_t *, uint32_t); |
Arun Easi | bad7500 | 2010-05-04 15:01:30 -0700 | [diff] [blame] | 541 | extern void qla2x00_dump_buffer_zipped(uint8_t *, uint32_t); |
Saurav Kashyap | 3ce8866 | 2011-07-14 12:00:12 -0700 | [diff] [blame] | 542 | extern void ql_dump_regs(uint32_t, scsi_qla_host_t *, int32_t); |
| 543 | extern void ql_dump_buffer(uint32_t, scsi_qla_host_t *, int32_t, |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 544 | uint8_t *, uint32_t); |
Giridhar Malavali | 08de284 | 2011-08-16 11:31:44 -0700 | [diff] [blame] | 545 | extern void qla2xxx_dump_post_process(scsi_qla_host_t *, int); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 546 | |
| 547 | /* |
| 548 | * Global Function Prototypes in qla_gs.c source file. |
| 549 | */ |
Andrew Vasquez | 8c958a9 | 2005-07-06 10:30:47 -0700 | [diff] [blame] | 550 | extern void *qla2x00_prep_ms_iocb(scsi_qla_host_t *, uint32_t, uint32_t); |
| 551 | extern void *qla24xx_prep_ms_iocb(scsi_qla_host_t *, uint32_t, uint32_t); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 552 | extern int qla2x00_ga_nxt(scsi_qla_host_t *, fc_port_t *); |
| 553 | extern int qla2x00_gid_pt(scsi_qla_host_t *, sw_info_t *); |
| 554 | extern int qla2x00_gpn_id(scsi_qla_host_t *, sw_info_t *); |
| 555 | extern int qla2x00_gnn_id(scsi_qla_host_t *, sw_info_t *); |
Chad Dupuis | e8c72ba | 2010-07-23 15:28:25 +0500 | [diff] [blame] | 556 | extern void qla2x00_gff_id(scsi_qla_host_t *, sw_info_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 557 | extern int qla2x00_rft_id(scsi_qla_host_t *); |
| 558 | extern int qla2x00_rff_id(scsi_qla_host_t *); |
| 559 | extern int qla2x00_rnn_id(scsi_qla_host_t *); |
| 560 | extern int qla2x00_rsnn_nn(scsi_qla_host_t *); |
Andrew Vasquez | cca5335 | 2005-08-26 19:08:30 -0700 | [diff] [blame] | 561 | extern void *qla2x00_prep_ms_fdmi_iocb(scsi_qla_host_t *, uint32_t, uint32_t); |
| 562 | extern void *qla24xx_prep_ms_fdmi_iocb(scsi_qla_host_t *, uint32_t, uint32_t); |
| 563 | extern int qla2x00_fdmi_register(scsi_qla_host_t *); |
Andrew Vasquez | d8b4521 | 2006-10-02 12:00:43 -0700 | [diff] [blame] | 564 | extern int qla2x00_gfpn_id(scsi_qla_host_t *, sw_info_t *); |
| 565 | extern int qla2x00_gpsc(scsi_qla_host_t *, sw_info_t *); |
Himanshu Madhani | df57cab | 2014-09-25 05:16:46 -0400 | [diff] [blame] | 566 | extern void qla2x00_get_sym_node_name(scsi_qla_host_t *, uint8_t *, size_t); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 567 | |
| 568 | /* |
| 8482e118 | 2005-04-17 15:04:54 -0500 | [diff] [blame] | 569 | * Global Function Prototypes in qla_attr.c source file. |
| 570 | */ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 571 | struct device_attribute; |
| 572 | extern struct device_attribute *qla2x00_host_attrs[]; |
Andrew Vasquez | 1c97a12 | 2005-04-21 16:13:36 -0400 | [diff] [blame] | 573 | struct fc_function_template; |
| 574 | extern struct fc_function_template qla2xxx_transport_functions; |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 575 | extern struct fc_function_template qla2xxx_transport_vport_functions; |
| 8482e118 | 2005-04-17 15:04:54 -0500 | [diff] [blame] | 576 | extern void qla2x00_alloc_sysfs_attr(scsi_qla_host_t *); |
Chad Dupuis | fe1b806 | 2013-10-30 03:38:15 -0400 | [diff] [blame] | 577 | extern void qla2x00_free_sysfs_attr(scsi_qla_host_t *, bool); |
| 8482e118 | 2005-04-17 15:04:54 -0500 | [diff] [blame] | 578 | extern void qla2x00_init_host_attr(scsi_qla_host_t *); |
| 579 | extern void qla2x00_alloc_sysfs_attr(scsi_qla_host_t *); |
Giridhar Malavali | 9a069e1 | 2010-01-12 13:02:47 -0800 | [diff] [blame] | 580 | extern int qla2x00_loopback_test(scsi_qla_host_t *, struct msg_echo_lb *, uint16_t *); |
Sarang Radke | 09ff701 | 2010-03-19 17:03:59 -0700 | [diff] [blame] | 581 | extern int qla2x00_echo_test(scsi_qla_host_t *, |
| 582 | struct msg_echo_lb *, uint16_t *); |
| 583 | extern int qla24xx_update_all_fcp_prio(scsi_qla_host_t *); |
Saurav Kashyap | 7c3df13 | 2011-07-14 12:00:13 -0700 | [diff] [blame] | 584 | extern int qla24xx_fcp_prio_cfg_valid(scsi_qla_host_t *, |
| 585 | struct qla_fcp_prio_cfg *, uint8_t); |
Andrew Vasquez | df613b9 | 2008-01-17 09:02:17 -0800 | [diff] [blame] | 586 | |
| 587 | /* |
| 588 | * Global Function Prototypes in qla_dfs.c source file. |
| 589 | */ |
| 590 | extern int qla2x00_dfs_setup(scsi_qla_host_t *); |
| 591 | extern int qla2x00_dfs_remove(scsi_qla_host_t *); |
Anirban Chakraborty | 73208df | 2008-12-09 16:45:39 -0800 | [diff] [blame] | 592 | |
| 593 | /* Globa function prototypes for multi-q */ |
| 594 | extern int qla25xx_request_irq(struct rsp_que *); |
Anirban Chakraborty | 618a752 | 2009-02-08 20:50:11 -0800 | [diff] [blame] | 595 | extern int qla25xx_init_req_que(struct scsi_qla_host *, struct req_que *); |
| 596 | extern int qla25xx_init_rsp_que(struct scsi_qla_host *, struct rsp_que *); |
Anirban Chakraborty | 73208df | 2008-12-09 16:45:39 -0800 | [diff] [blame] | 597 | extern int qla25xx_create_req_que(struct qla_hw_data *, uint16_t, uint8_t, |
Anirban Chakraborty | 2afa19a | 2009-04-06 22:33:40 -0700 | [diff] [blame] | 598 | uint16_t, int, uint8_t); |
Anirban Chakraborty | 73208df | 2008-12-09 16:45:39 -0800 | [diff] [blame] | 599 | extern int qla25xx_create_rsp_que(struct qla_hw_data *, uint16_t, uint8_t, |
Anirban Chakraborty | 2afa19a | 2009-04-06 22:33:40 -0700 | [diff] [blame] | 600 | uint16_t, int); |
Anirban Chakraborty | 73208df | 2008-12-09 16:45:39 -0800 | [diff] [blame] | 601 | extern void qla2x00_init_response_q_entries(struct rsp_que *); |
| 602 | extern int qla25xx_delete_req_que(struct scsi_qla_host *, struct req_que *); |
Anirban Chakraborty | 2afa19a | 2009-04-06 22:33:40 -0700 | [diff] [blame] | 603 | extern int qla25xx_delete_queues(struct scsi_qla_host *); |
Anirban Chakraborty | 17d9863 | 2008-12-18 10:06:15 -0800 | [diff] [blame] | 604 | extern uint16_t qla24xx_rd_req_reg(struct qla_hw_data *, uint16_t); |
| 605 | extern uint16_t qla25xx_rd_req_reg(struct qla_hw_data *, uint16_t); |
| 606 | extern void qla24xx_wrt_req_reg(struct qla_hw_data *, uint16_t, uint16_t); |
| 607 | extern void qla25xx_wrt_req_reg(struct qla_hw_data *, uint16_t, uint16_t); |
| 608 | extern void qla25xx_wrt_rsp_reg(struct qla_hw_data *, uint16_t, uint16_t); |
| 609 | extern void qla24xx_wrt_rsp_reg(struct qla_hw_data *, uint16_t, uint16_t); |
Anirban Chakraborty | 2afa19a | 2009-04-06 22:33:40 -0700 | [diff] [blame] | 610 | |
Giridhar Malavali | 8ae6d9c | 2013-03-28 08:21:23 -0400 | [diff] [blame] | 611 | /* qlafx00 related functions */ |
| 612 | extern int qlafx00_pci_config(struct scsi_qla_host *); |
| 613 | extern int qlafx00_initialize_adapter(struct scsi_qla_host *); |
| 614 | extern void qlafx00_soft_reset(scsi_qla_host_t *); |
| 615 | extern int qlafx00_chip_diag(scsi_qla_host_t *); |
| 616 | extern void qlafx00_config_rings(struct scsi_qla_host *); |
| 617 | extern char *qlafx00_pci_info_str(struct scsi_qla_host *, char *); |
Himanshu Madhani | df57cab | 2014-09-25 05:16:46 -0400 | [diff] [blame] | 618 | extern char *qlafx00_fw_version_str(struct scsi_qla_host *, char *, size_t); |
Giridhar Malavali | 8ae6d9c | 2013-03-28 08:21:23 -0400 | [diff] [blame] | 619 | extern irqreturn_t qlafx00_intr_handler(int, void *); |
| 620 | extern void qlafx00_enable_intrs(struct qla_hw_data *); |
| 621 | extern void qlafx00_disable_intrs(struct qla_hw_data *); |
Hannes Reinecke | 9cb78c1 | 2014-06-25 15:27:36 +0200 | [diff] [blame] | 622 | extern int qlafx00_abort_target(fc_port_t *, uint64_t, int); |
| 623 | extern int qlafx00_lun_reset(fc_port_t *, uint64_t, int); |
Giridhar Malavali | 8ae6d9c | 2013-03-28 08:21:23 -0400 | [diff] [blame] | 624 | extern int qlafx00_start_scsi(srb_t *); |
| 625 | extern int qlafx00_abort_isp(scsi_qla_host_t *); |
| 626 | extern int qlafx00_iospace_config(struct qla_hw_data *); |
| 627 | extern int qlafx00_init_firmware(scsi_qla_host_t *, uint16_t); |
Armen Baloyan | 4247934 | 2013-08-27 01:37:37 -0400 | [diff] [blame] | 628 | extern int qlafx00_driver_shutdown(scsi_qla_host_t *, int); |
Giridhar Malavali | 8ae6d9c | 2013-03-28 08:21:23 -0400 | [diff] [blame] | 629 | extern int qlafx00_fw_ready(scsi_qla_host_t *); |
| 630 | extern int qlafx00_configure_devices(scsi_qla_host_t *); |
| 631 | extern int qlafx00_reset_initialize(scsi_qla_host_t *); |
Saurav Kashyap | 1f8deef | 2013-06-25 11:27:21 -0400 | [diff] [blame] | 632 | extern int qlafx00_fx_disc(scsi_qla_host_t *, fc_port_t *, uint16_t); |
Giridhar Malavali | 8ae6d9c | 2013-03-28 08:21:23 -0400 | [diff] [blame] | 633 | extern int qlafx00_process_aen(struct scsi_qla_host *, struct qla_work_evt *); |
| 634 | extern int qlafx00_post_aenfx_work(struct scsi_qla_host *, uint32_t, |
| 635 | uint32_t *, int); |
| 636 | extern uint32_t qlafx00_fw_state_show(struct device *, |
| 637 | struct device_attribute *, char *); |
| 638 | extern void qlafx00_get_host_speed(struct Scsi_Host *); |
| 639 | extern void qlafx00_init_response_q_entries(struct rsp_que *); |
| 640 | |
| 641 | extern void qlafx00_tm_iocb(srb_t *, struct tsk_mgmt_entry_fx00 *); |
| 642 | extern void qlafx00_abort_iocb(srb_t *, struct abort_iocb_entry_fx00 *); |
| 643 | extern void qlafx00_fxdisc_iocb(srb_t *, struct fxdisc_entry_fx00 *); |
| 644 | extern void qlafx00_timer_routine(scsi_qla_host_t *); |
| 645 | extern int qlafx00_rescan_isp(scsi_qla_host_t *); |
Armen Baloyan | 5854771 | 2013-08-27 01:37:33 -0400 | [diff] [blame] | 646 | extern int qlafx00_loop_reset(scsi_qla_host_t *vha); |
Giridhar Malavali | 8ae6d9c | 2013-03-28 08:21:23 -0400 | [diff] [blame] | 647 | |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 648 | /* qla82xx related functions */ |
| 649 | |
| 650 | /* PCI related functions */ |
| 651 | extern int qla82xx_pci_config(struct scsi_qla_host *); |
| 652 | extern int qla82xx_pci_mem_read_2M(struct qla_hw_data *, u64, void *, int); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 653 | extern int qla82xx_pci_region_offset(struct pci_dev *, int); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 654 | extern int qla82xx_iospace_config(struct qla_hw_data *); |
| 655 | |
| 656 | /* Initialization related functions */ |
| 657 | extern void qla82xx_reset_chip(struct scsi_qla_host *); |
| 658 | extern void qla82xx_config_rings(struct scsi_qla_host *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 659 | extern void qla82xx_watchdog(scsi_qla_host_t *); |
Lalit Chandivade | a5b3632 | 2010-09-03 15:20:50 -0700 | [diff] [blame] | 660 | extern int qla82xx_start_firmware(scsi_qla_host_t *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 661 | |
| 662 | /* Firmware and flash related functions */ |
| 663 | extern int qla82xx_load_risc(scsi_qla_host_t *, uint32_t *); |
| 664 | extern uint8_t *qla82xx_read_optrom_data(struct scsi_qla_host *, uint8_t *, |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 665 | uint32_t, uint32_t); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 666 | extern int qla82xx_write_optrom_data(struct scsi_qla_host *, uint8_t *, |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 667 | uint32_t, uint32_t); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 668 | |
| 669 | /* Mailbox related functions */ |
| 670 | extern int qla82xx_abort_isp(scsi_qla_host_t *); |
| 671 | extern int qla82xx_restart_isp(scsi_qla_host_t *); |
| 672 | |
| 673 | /* IOCB related functions */ |
| 674 | extern int qla82xx_start_scsi(srb_t *); |
Giridhar Malavali | 9ba56b9 | 2012-02-09 11:15:36 -0800 | [diff] [blame] | 675 | extern void qla2x00_sp_free(void *, void *); |
| 676 | extern void qla2x00_sp_timeout(unsigned long); |
| 677 | extern void qla2x00_bsg_job_done(void *, void *, int); |
| 678 | extern void qla2x00_bsg_sp_free(void *, void *); |
Nicholas Bellinger | 2d70c10 | 2012-05-15 14:34:28 -0400 | [diff] [blame] | 679 | extern void qla2x00_start_iocbs(struct scsi_qla_host *, struct req_que *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 680 | |
| 681 | /* Interrupt related */ |
| 682 | extern irqreturn_t qla82xx_intr_handler(int, void *); |
| 683 | extern irqreturn_t qla82xx_msi_handler(int, void *); |
| 684 | extern irqreturn_t qla82xx_msix_default(int, void *); |
| 685 | extern irqreturn_t qla82xx_msix_rsp_q(int, void *); |
| 686 | extern void qla82xx_enable_intrs(struct qla_hw_data *); |
| 687 | extern void qla82xx_disable_intrs(struct qla_hw_data *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 688 | extern void qla82xx_poll(int, void *); |
| 689 | extern void qla82xx_init_flags(struct qla_hw_data *); |
| 690 | |
| 691 | /* ISP 8021 hardware related */ |
Lalit Chandivade | a5b3632 | 2010-09-03 15:20:50 -0700 | [diff] [blame] | 692 | extern void qla82xx_set_drv_active(scsi_qla_host_t *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 693 | extern int qla82xx_wr_32(struct qla_hw_data *, ulong, u32); |
| 694 | extern int qla82xx_rd_32(struct qla_hw_data *, ulong); |
| 695 | extern int qla82xx_rdmem(struct qla_hw_data *, u64, void *, int); |
| 696 | extern int qla82xx_wrmem(struct qla_hw_data *, u64, void *, int); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 697 | |
| 698 | /* ISP 8021 IDC */ |
| 699 | extern void qla82xx_clear_drv_active(struct qla_hw_data *); |
Saurav Kashyap | 579d12b | 2010-12-21 16:00:14 -0800 | [diff] [blame] | 700 | extern uint32_t qla82xx_wait_for_state_change(scsi_qla_host_t *, uint32_t); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 701 | extern int qla82xx_idc_lock(struct qla_hw_data *); |
| 702 | extern void qla82xx_idc_unlock(struct qla_hw_data *); |
| 703 | extern int qla82xx_device_state_handler(scsi_qla_host_t *); |
Santosh Vernekar | 7d613ac | 2012-08-22 14:21:03 -0400 | [diff] [blame] | 704 | extern void qla8xxx_dev_failed_handler(scsi_qla_host_t *); |
Saurav Kashyap | 579d12b | 2010-12-21 16:00:14 -0800 | [diff] [blame] | 705 | extern void qla82xx_clear_qsnt_ready(scsi_qla_host_t *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 706 | |
| 707 | extern void qla2x00_set_model_info(scsi_qla_host_t *, uint8_t *, |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 708 | size_t, char *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 709 | extern int qla82xx_mbx_intr_enable(scsi_qla_host_t *); |
| 710 | extern int qla82xx_mbx_intr_disable(scsi_qla_host_t *); |
Giridhar Malavali | 5162cf0 | 2011-11-18 09:03:18 -0800 | [diff] [blame] | 711 | extern void qla82xx_start_iocbs(scsi_qla_host_t *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 712 | extern int qla82xx_fcoe_ctx_reset(scsi_qla_host_t *); |
Giridhar Malavali | 3173167 | 2011-08-16 11:31:54 -0700 | [diff] [blame] | 713 | extern int qla82xx_check_md_needed(scsi_qla_host_t *); |
Giridhar Malavali | 7190575 | 2011-02-23 15:27:10 -0800 | [diff] [blame] | 714 | extern void qla82xx_chip_reset_cleanup(scsi_qla_host_t *); |
Giridhar Malavali | 6246b8a | 2012-02-09 11:15:34 -0800 | [diff] [blame] | 715 | extern int qla81xx_set_led_config(scsi_qla_host_t *, uint16_t *); |
| 716 | extern int qla81xx_get_led_config(scsi_qla_host_t *, uint16_t *); |
Saurav Kashyap | 999916d | 2011-08-16 11:31:45 -0700 | [diff] [blame] | 717 | extern int qla82xx_mbx_beacon_ctl(scsi_qla_host_t *, int); |
Giridhar Malavali | 08de284 | 2011-08-16 11:31:44 -0700 | [diff] [blame] | 718 | extern char *qdev_state(uint32_t); |
Chad Dupuis | c8f6544 | 2011-11-18 09:02:17 -0800 | [diff] [blame] | 719 | extern void qla82xx_clear_pending_mbx(scsi_qla_host_t *); |
Joe Carnuccio | 1ae47cf | 2013-08-27 01:37:36 -0400 | [diff] [blame] | 720 | extern int qla82xx_read_temperature(scsi_qla_host_t *); |
| 721 | extern int qla8044_read_temperature(scsi_qla_host_t *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 722 | |
Giridhar Malavali | 6e98016 | 2010-03-19 17:03:58 -0700 | [diff] [blame] | 723 | /* BSG related functions */ |
| 724 | extern int qla24xx_bsg_request(struct fc_bsg_job *); |
| 725 | extern int qla24xx_bsg_timeout(struct fc_bsg_job *); |
| 726 | extern int qla84xx_reset_chip(scsi_qla_host_t *, uint16_t); |
| 727 | extern int qla2x00_issue_iocb_timeout(scsi_qla_host_t *, void *, |
| 728 | dma_addr_t, size_t, uint32_t); |
| 729 | extern int qla2x00_get_idma_speed(scsi_qla_host_t *, uint16_t, |
| 730 | uint16_t *, uint16_t *); |
Giridhar Malavali | 08de284 | 2011-08-16 11:31:44 -0700 | [diff] [blame] | 731 | |
Giridhar Malavali | 6246b8a | 2012-02-09 11:15:34 -0800 | [diff] [blame] | 732 | /* 83xx related functions */ |
| 733 | extern void qla83xx_fw_dump(scsi_qla_host_t *, int); |
| 734 | |
Giridhar Malavali | 08de284 | 2011-08-16 11:31:44 -0700 | [diff] [blame] | 735 | /* Minidump related functions */ |
| 736 | extern int qla82xx_md_get_template_size(scsi_qla_host_t *); |
| 737 | extern int qla82xx_md_get_template(scsi_qla_host_t *); |
| 738 | extern int qla82xx_md_alloc(scsi_qla_host_t *); |
| 739 | extern void qla82xx_md_free(scsi_qla_host_t *); |
| 740 | extern int qla82xx_md_collect(scsi_qla_host_t *); |
| 741 | extern void qla82xx_md_prep(scsi_qla_host_t *); |
| 742 | extern void qla82xx_set_reset_owner(scsi_qla_host_t *); |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 743 | extern int qla82xx_validate_template_chksum(scsi_qla_host_t *vha); |
| 744 | |
| 745 | /* Function declarations for ISP8044 */ |
| 746 | extern int qla8044_idc_lock(struct qla_hw_data *ha); |
| 747 | extern void qla8044_idc_unlock(struct qla_hw_data *ha); |
| 748 | extern uint32_t qla8044_rd_reg(struct qla_hw_data *ha, ulong addr); |
| 749 | extern void qla8044_wr_reg(struct qla_hw_data *ha, ulong addr, uint32_t val); |
| 750 | extern void qla8044_read_reset_template(struct scsi_qla_host *ha); |
| 751 | extern void qla8044_set_idc_dontreset(struct scsi_qla_host *ha); |
| 752 | extern int qla8044_rd_direct(struct scsi_qla_host *vha, const uint32_t crb_reg); |
| 753 | extern void qla8044_wr_direct(struct scsi_qla_host *vha, |
| 754 | const uint32_t crb_reg, const uint32_t value); |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 755 | extern int qla8044_device_state_handler(struct scsi_qla_host *vha); |
| 756 | extern void qla8044_clear_qsnt_ready(struct scsi_qla_host *vha); |
Saurav Kashyap | c41afc9 | 2013-11-07 02:54:56 -0500 | [diff] [blame] | 757 | extern void qla8044_clear_drv_active(struct qla_hw_data *); |
Atul Deshmukh | 7ec0eff | 2013-08-27 01:37:28 -0400 | [diff] [blame] | 758 | void qla8044_get_minidump(struct scsi_qla_host *vha); |
| 759 | int qla8044_collect_md_data(struct scsi_qla_host *vha); |
| 760 | extern int qla8044_md_get_template(scsi_qla_host_t *); |
| 761 | extern int qla8044_write_optrom_data(struct scsi_qla_host *, uint8_t *, |
| 762 | uint32_t, uint32_t); |
| 763 | extern irqreturn_t qla8044_intr_handler(int, void *); |
| 764 | extern void qla82xx_mbx_completion(scsi_qla_host_t *, uint16_t); |
| 765 | extern int qla8044_abort_isp(scsi_qla_host_t *); |
| 766 | extern int qla8044_check_fw_alive(struct scsi_qla_host *); |
Giridhar Malavali | 08de284 | 2011-08-16 11:31:44 -0700 | [diff] [blame] | 767 | |
Arun Easi | c0cb449 | 2014-09-25 06:14:51 -0400 | [diff] [blame] | 768 | extern void qlt_host_reset_handler(struct qla_hw_data *ha); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 769 | #endif /* _QLA_GBL_H */ |