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