Andrew Vasquez | fa90c54 | 2005-10-27 11:10:08 -0700 | [diff] [blame] | 1 | /* |
| 2 | * QLogic Fibre Channel HBA Driver |
Andrew Vasquez | 07e264b | 2011-03-30 11:46:23 -0700 | [diff] [blame] | 3 | * Copyright (c) 2003-2011 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 | 9a52a57c | 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 *); |
Saurav Kashyap | 579d12b | 2010-12-21 16:00:14 -0800 | [diff] [blame] | 51 | extern void qla82xx_quiescent_state_cleanup(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 | |
Andrew Vasquez | 794a569 | 2010-12-21 16:00:21 -0800 | [diff] [blame] | 58 | extern int qla2x00_get_thermal_temp(scsi_qla_host_t *, uint16_t *, uint16_t *); |
| 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 *); |
Madhuranath Iyengar | 21090cb | 2010-12-21 16:00:18 -0800 | [diff] [blame] | 75 | 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] | 76 | |
Giridhar Malavali | 9a069e1 | 2010-01-12 13:02:47 -0800 | [diff] [blame] | 77 | extern fc_port_t * |
| 78 | qla2x00_alloc_fcport(scsi_qla_host_t *, gfp_t ); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 79 | /* |
| 80 | * Global Data in qla_os.c source file. |
| 81 | */ |
| 82 | extern char qla2x00_version_str[]; |
| 83 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 84 | extern int ql2xlogintimeout; |
| 85 | extern int qlport_down_retry; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 86 | extern int ql2xplogiabsentdevice; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 87 | extern int ql2xloginretrycount; |
Andrew Vasquez | cca5335 | 2005-08-26 19:08:30 -0700 | [diff] [blame] | 88 | extern int ql2xfdmienable; |
Andrew Vasquez | a7a167b | 2006-06-23 16:10:29 -0700 | [diff] [blame] | 89 | extern int ql2xallocfwdump; |
Andrew Vasquez | 11010fe | 2006-10-06 09:54:59 -0700 | [diff] [blame] | 90 | extern int ql2xextended_error_logging; |
Andrew Vasquez | e5896bd | 2008-07-10 16:55:52 -0700 | [diff] [blame] | 91 | extern int ql2xiidmaenable; |
Anirban Chakraborty | 73208df | 2008-12-09 16:45:39 -0800 | [diff] [blame] | 92 | extern int ql2xmaxqueues; |
Anirban Chakraborty | 2afa19a | 2009-04-06 22:33:40 -0700 | [diff] [blame] | 93 | extern int ql2xmultique_tag; |
Andrew Vasquez | e337d90 | 2009-04-06 22:33:49 -0700 | [diff] [blame] | 94 | extern int ql2xfwloadbin; |
Andrew Vasquez | ae97c91 | 2010-02-18 10:07:28 -0800 | [diff] [blame] | 95 | extern int ql2xetsenable; |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 96 | extern int ql2xshiftctondsd; |
| 97 | extern int ql2xdbwr; |
Madhuranath Iyengar | 3822263 | 2010-05-04 15:01:29 -0700 | [diff] [blame] | 98 | extern int ql2xasynctmfenable; |
Chad Dupuis | 4da26e1 | 2010-10-15 11:27:40 -0700 | [diff] [blame] | 99 | extern int ql2xgffidenable; |
Arun Easi | bad7500 | 2010-05-04 15:01:30 -0700 | [diff] [blame] | 100 | extern int ql2xenabledif; |
| 101 | extern int ql2xenablehba_err_chk; |
Giridhar Malavali | f4c496c | 2010-05-04 15:01:33 -0700 | [diff] [blame] | 102 | extern int ql2xtargetreset; |
Giridhar Malavali | ed0de87 | 2011-03-30 11:46:29 -0700 | [diff] [blame] | 103 | extern int ql2xdontresethba; |
Andrew Vasquez | 8251592 | 2011-05-10 11:30:13 -0700 | [diff] [blame] | 104 | extern unsigned int ql2xmaxlun; |
Giridhar Malavali | 08de284 | 2011-08-16 11:31:44 -0700 | [diff] [blame] | 105 | extern int ql2xmdcapmask; |
| 106 | extern int ql2xmdenable; |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 107 | |
Andrew Vasquez | a4722cf | 2008-01-17 09:02:12 -0800 | [diff] [blame] | 108 | extern int qla2x00_loop_reset(scsi_qla_host_t *); |
Andrew Vasquez | df4bf0b | 2008-01-31 12:33:46 -0800 | [diff] [blame] | 109 | extern void qla2x00_abort_all_cmds(scsi_qla_host_t *, int); |
Andrew Vasquez | 0971de7 | 2008-04-03 13:13:18 -0700 | [diff] [blame] | 110 | extern int qla2x00_post_aen_work(struct scsi_qla_host *, enum |
| 111 | fc_host_event_code, u32); |
Andrew Vasquez | 8a65957 | 2009-02-08 20:50:12 -0800 | [diff] [blame] | 112 | 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] | 113 | extern int qla2x00_post_async_login_work(struct scsi_qla_host *, fc_port_t *, |
| 114 | uint16_t *); |
| 115 | extern int qla2x00_post_async_login_done_work(struct scsi_qla_host *, |
| 116 | fc_port_t *, uint16_t *); |
| 117 | extern int qla2x00_post_async_logout_work(struct scsi_qla_host *, fc_port_t *, |
| 118 | uint16_t *); |
| 119 | extern int qla2x00_post_async_logout_done_work(struct scsi_qla_host *, |
| 120 | fc_port_t *, uint16_t *); |
Andrew Vasquez | 5ff1d58 | 2010-05-04 15:01:26 -0700 | [diff] [blame] | 121 | extern int qla2x00_post_async_adisc_work(struct scsi_qla_host *, fc_port_t *, |
| 122 | uint16_t *); |
| 123 | extern int qla2x00_post_async_adisc_done_work(struct scsi_qla_host *, |
| 124 | fc_port_t *, uint16_t *); |
Andrew Vasquez | 3420d36 | 2009-10-13 15:16:45 -0700 | [diff] [blame] | 125 | extern int qla2x00_post_uevent_work(struct scsi_qla_host *, u32); |
Andrew Vasquez | ac280b6 | 2009-08-20 11:06:05 -0700 | [diff] [blame] | 126 | |
Lalit Chandivade | 6e181be | 2009-03-26 08:49:17 -0700 | [diff] [blame] | 127 | extern int qla81xx_restart_mpi_firmware(scsi_qla_host_t *); |
Andrew Vasquez | a4722cf | 2008-01-17 09:02:12 -0800 | [diff] [blame] | 128 | |
Anirban Chakraborty | 7b867cf | 2008-11-06 10:40:19 -0800 | [diff] [blame] | 129 | extern struct scsi_qla_host *qla2x00_create_host(struct scsi_host_template *, |
| 130 | struct qla_hw_data *); |
| 131 | extern void qla2x00_free_host(struct scsi_qla_host *); |
| 132 | extern void qla2x00_relogin(struct scsi_qla_host *); |
Andrew Vasquez | ac280b6 | 2009-08-20 11:06:05 -0700 | [diff] [blame] | 133 | extern void qla2x00_do_work(struct scsi_qla_host *); |
Chad Dupuis | 8867048 | 2010-07-23 15:28:30 +0500 | [diff] [blame] | 134 | extern void qla2x00_free_fcports(struct scsi_qla_host *); |
Andrew Vasquez | ac280b6 | 2009-08-20 11:06:05 -0700 | [diff] [blame] | 135 | |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 136 | /* |
| 137 | * Global Functions in qla_mid.c source file. |
| 138 | */ |
Giridhar Malavali | a5326f8 | 2009-03-24 09:07:56 -0700 | [diff] [blame] | 139 | extern struct scsi_host_template qla2xxx_driver_template; |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 140 | extern struct scsi_transport_template *qla2xxx_transport_vport_template; |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 141 | extern void qla2x00_timer(scsi_qla_host_t *); |
| 142 | extern void qla2x00_start_timer(scsi_qla_host_t *, void *, unsigned long); |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 143 | extern void qla24xx_deallocate_vp_id(scsi_qla_host_t *); |
| 144 | extern int qla24xx_disable_vp (scsi_qla_host_t *); |
| 145 | extern int qla24xx_enable_vp (scsi_qla_host_t *); |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 146 | extern int qla24xx_control_vp(scsi_qla_host_t *, int ); |
| 147 | extern int qla24xx_modify_vp_config(scsi_qla_host_t *); |
| 148 | extern int qla2x00_send_change_request(scsi_qla_host_t *, uint16_t, uint16_t); |
| 149 | extern void qla2x00_vp_stop_timer(scsi_qla_host_t *); |
| 150 | extern int qla24xx_configure_vhba (scsi_qla_host_t *); |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 151 | extern void qla24xx_report_id_acquisition(scsi_qla_host_t *, |
| 152 | struct vp_rpt_id_entry_24xx *); |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 153 | extern void qla2x00_do_dpc_all_vps(scsi_qla_host_t *); |
| 154 | extern int qla24xx_vport_create_req_sanity_check(struct fc_vport *); |
| 155 | extern scsi_qla_host_t * qla24xx_create_vhost(struct fc_vport *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 156 | |
Giridhar Malavali | 9ba56b9 | 2012-02-09 11:15:36 -0800 | [diff] [blame] | 157 | extern void qla2x00_sp_free_dma(void *, void *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 158 | extern char *qla2x00_get_fw_version_str(struct scsi_qla_host *, char *); |
| 159 | |
andrew.vasquez@qlogic.com | d97994d | 2006-01-20 14:53:13 -0800 | [diff] [blame] | 160 | extern void qla2x00_mark_device_lost(scsi_qla_host_t *, fc_port_t *, int, int); |
| 161 | extern void qla2x00_mark_all_devices_lost(scsi_qla_host_t *, int); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 162 | |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 163 | extern struct fw_blob *qla2x00_request_firmware(scsi_qla_host_t *); |
| 164 | |
andrew.vasquez@qlogic.com | 854165f | 2006-01-31 16:05:17 -0800 | [diff] [blame] | 165 | extern int qla2x00_wait_for_hba_online(scsi_qla_host_t *); |
Lalit Chandivade | 2533cf6 | 2009-03-24 09:08:07 -0700 | [diff] [blame] | 166 | extern int qla2x00_wait_for_chip_reset(scsi_qla_host_t *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 167 | 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] | 168 | |
Anirban Chakraborty | 7b867cf | 2008-11-06 10:40:19 -0800 | [diff] [blame] | 169 | extern void qla2xxx_wake_dpc(struct scsi_qla_host *); |
Anirban Chakraborty | 73208df | 2008-12-09 16:45:39 -0800 | [diff] [blame] | 170 | extern void qla2x00_alert_all_vps(struct rsp_que *, uint16_t *); |
| 171 | extern void qla2x00_async_event(scsi_qla_host_t *, struct rsp_que *, |
| 172 | uint16_t *); |
Anirban Chakraborty | 7b867cf | 2008-11-06 10:40:19 -0800 | [diff] [blame] | 173 | extern int qla2x00_vp_abort_isp(scsi_qla_host_t *); |
Christoph Hellwig | 39a1124 | 2006-02-14 18:46:22 +0100 | [diff] [blame] | 174 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 175 | /* |
| 176 | * Global Function Prototypes in qla_iocb.c source file. |
| 177 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 178 | extern uint16_t qla2x00_calc_iocbs_32(uint16_t); |
| 179 | extern uint16_t qla2x00_calc_iocbs_64(uint16_t); |
| 180 | extern void qla2x00_build_scsi_iocbs_32(srb_t *, cmd_entry_t *, uint16_t); |
| 181 | extern void qla2x00_build_scsi_iocbs_64(srb_t *, cmd_entry_t *, uint16_t); |
| 182 | extern int qla2x00_start_scsi(srb_t *sp); |
Andrew Vasquez | 2b6c0ce | 2005-07-06 10:31:17 -0700 | [diff] [blame] | 183 | extern int qla24xx_start_scsi(srb_t *sp); |
Anirban Chakraborty | 73208df | 2008-12-09 16:45:39 -0800 | [diff] [blame] | 184 | int qla2x00_marker(struct scsi_qla_host *, struct req_que *, struct rsp_que *, |
| 185 | uint16_t, uint16_t, uint8_t); |
Andrew Vasquez | ac280b6 | 2009-08-20 11:06:05 -0700 | [diff] [blame] | 186 | extern int qla2x00_start_sp(srb_t *); |
Saurav Kashyap | 7c3df13 | 2011-07-14 12:00:13 -0700 | [diff] [blame] | 187 | extern uint16_t qla24xx_calc_iocbs(scsi_qla_host_t *, uint16_t); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 188 | extern void qla24xx_build_scsi_iocbs(srb_t *, struct cmd_type_7 *, uint16_t); |
Arun Easi | bad7500 | 2010-05-04 15:01:30 -0700 | [diff] [blame] | 189 | extern int qla24xx_dif_start_scsi(srb_t *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 190 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 191 | |
| 192 | /* |
| 193 | * Global Function Prototypes in qla_mbx.c source file. |
| 194 | */ |
| 195 | extern int |
andrew.vasquez@qlogic.com | 590f98e | 2006-01-13 17:05:37 -0800 | [diff] [blame] | 196 | 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] | 197 | |
| 198 | extern int |
Andrew Vasquez | 338c916 | 2007-09-20 14:07:33 -0700 | [diff] [blame] | 199 | qla2x00_dump_ram(scsi_qla_host_t *, dma_addr_t, uint32_t, uint32_t); |
| 200 | |
| 201 | extern int |
Andrew Vasquez | 1c7c635 | 2005-07-06 10:30:57 -0700 | [diff] [blame] | 202 | qla2x00_execute_fw(scsi_qla_host_t *, uint32_t); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 203 | |
Andrew Vasquez | ca9e9c3 | 2009-06-03 09:55:20 -0700 | [diff] [blame] | 204 | extern int |
Giridhar Malavali | 6246b8a | 2012-02-09 11:15:34 -0800 | [diff] [blame] | 205 | qla2x00_get_fw_version(scsi_qla_host_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 206 | |
| 207 | extern int |
| 208 | qla2x00_get_fw_options(scsi_qla_host_t *, uint16_t *); |
| 209 | |
| 210 | extern int |
| 211 | qla2x00_set_fw_options(scsi_qla_host_t *, uint16_t *); |
| 212 | |
| 213 | extern int |
| 214 | qla2x00_mbx_reg_test(scsi_qla_host_t *); |
| 215 | |
| 216 | extern int |
Andrew Vasquez | 1c7c635 | 2005-07-06 10:30:57 -0700 | [diff] [blame] | 217 | qla2x00_verify_checksum(scsi_qla_host_t *, uint32_t); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 218 | |
| 219 | extern int |
| 220 | qla2x00_issue_iocb(scsi_qla_host_t *, void *, dma_addr_t, size_t); |
| 221 | |
| 222 | extern int |
Anirban Chakraborty | 2afa19a | 2009-04-06 22:33:40 -0700 | [diff] [blame] | 223 | qla2x00_abort_command(srb_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 224 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 225 | extern int |
Anirban Chakraborty | 2afa19a | 2009-04-06 22:33:40 -0700 | [diff] [blame] | 226 | qla2x00_abort_target(struct fc_port *, unsigned int, int); |
Andrew Vasquez | 523ec77 | 2008-04-03 13:13:24 -0700 | [diff] [blame] | 227 | |
| 228 | extern int |
Anirban Chakraborty | 2afa19a | 2009-04-06 22:33:40 -0700 | [diff] [blame] | 229 | qla2x00_lun_reset(struct fc_port *, unsigned int, int); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 230 | |
| 231 | extern int |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 232 | 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] | 233 | uint8_t *, uint16_t *, uint16_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 234 | |
| 235 | extern int |
| 236 | qla2x00_get_retry_cnt(scsi_qla_host_t *, uint8_t *, uint8_t *, uint16_t *); |
| 237 | |
| 238 | extern int |
| 239 | qla2x00_init_firmware(scsi_qla_host_t *, uint16_t); |
| 240 | |
| 241 | extern int |
| 242 | qla2x00_get_port_database(scsi_qla_host_t *, fc_port_t *, uint8_t); |
| 243 | |
| 244 | extern int |
| 245 | qla2x00_get_firmware_state(scsi_qla_host_t *, uint16_t *); |
| 246 | |
| 247 | extern int |
| 248 | qla2x00_get_port_name(scsi_qla_host_t *, uint16_t, uint8_t *, uint8_t); |
| 249 | |
| 250 | extern int |
| 251 | qla2x00_lip_reset(scsi_qla_host_t *); |
| 252 | |
| 253 | extern int |
| 254 | qla2x00_send_sns(scsi_qla_host_t *, dma_addr_t, uint16_t, size_t); |
| 255 | |
| 256 | extern int |
| 257 | qla2x00_login_fabric(scsi_qla_host_t *, uint16_t, uint8_t, uint8_t, uint8_t, |
| 258 | uint16_t *, uint8_t); |
Andrew Vasquez | 1c7c635 | 2005-07-06 10:30:57 -0700 | [diff] [blame] | 259 | extern int |
| 260 | qla24xx_login_fabric(scsi_qla_host_t *, uint16_t, uint8_t, uint8_t, uint8_t, |
| 261 | uint16_t *, uint8_t); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 262 | |
| 263 | extern int |
andrew.vasquez@qlogic.com | 9a52a57c | 2006-03-09 14:27:44 -0800 | [diff] [blame] | 264 | qla2x00_login_local_device(scsi_qla_host_t *, fc_port_t *, uint16_t *, |
| 265 | uint8_t); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 266 | |
| 267 | extern int |
Andrew Vasquez | 1c7c635 | 2005-07-06 10:30:57 -0700 | [diff] [blame] | 268 | qla2x00_fabric_logout(scsi_qla_host_t *, uint16_t, uint8_t, uint8_t, uint8_t); |
| 269 | |
| 270 | extern int |
| 271 | 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] | 272 | |
| 273 | extern int |
| 274 | qla2x00_full_login_lip(scsi_qla_host_t *ha); |
| 275 | |
| 276 | extern int |
| 277 | qla2x00_get_id_list(scsi_qla_host_t *, void *, dma_addr_t, uint16_t *); |
| 278 | |
| 279 | extern int |
Seokmann Ju | 4d0ea24 | 2007-09-20 14:07:43 -0700 | [diff] [blame] | 280 | qla2x00_get_resource_cnts(scsi_qla_host_t *, uint16_t *, uint16_t *, |
Andrew Vasquez | f3a0a77 | 2009-10-13 15:16:49 -0700 | [diff] [blame] | 281 | uint16_t *, uint16_t *, uint16_t *, uint16_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 282 | |
| 283 | extern int |
| 284 | qla2x00_get_fcal_position_map(scsi_qla_host_t *ha, char *pos_map); |
| 285 | |
andrew.vasquez@qlogic.com | 392e2f6 | 2006-01-31 16:05:02 -0800 | [diff] [blame] | 286 | extern int |
Andrew Vasquez | 43ef058 | 2008-01-17 09:02:08 -0800 | [diff] [blame] | 287 | qla2x00_get_link_status(scsi_qla_host_t *, uint16_t, struct link_statistics *, |
| 288 | dma_addr_t); |
andrew.vasquez@qlogic.com | 392e2f6 | 2006-01-31 16:05:02 -0800 | [diff] [blame] | 289 | |
| 290 | extern int |
Andrew Vasquez | 43ef058 | 2008-01-17 09:02:08 -0800 | [diff] [blame] | 291 | qla24xx_get_isp_stats(scsi_qla_host_t *, struct link_statistics *, |
| 292 | dma_addr_t); |
andrew.vasquez@qlogic.com | 392e2f6 | 2006-01-31 16:05:02 -0800 | [diff] [blame] | 293 | |
Anirban Chakraborty | 2afa19a | 2009-04-06 22:33:40 -0700 | [diff] [blame] | 294 | extern int qla24xx_abort_command(srb_t *); |
| 295 | extern int |
| 296 | qla24xx_abort_target(struct fc_port *, unsigned int, int); |
| 297 | extern int |
| 298 | qla24xx_lun_reset(struct fc_port *, unsigned int, int); |
Giridhar Malavali | 4d78c97 | 2010-07-23 15:28:35 +0500 | [diff] [blame] | 299 | extern int |
| 300 | qla2x00_eh_wait_for_pending_commands(scsi_qla_host_t *, unsigned int, |
| 301 | unsigned int, enum nexus_wait_type); |
Andrew Vasquez | 1c7c635 | 2005-07-06 10:30:57 -0700 | [diff] [blame] | 302 | extern int |
Andrew Vasquez | 68af081 | 2008-05-12 22:21:13 -0700 | [diff] [blame] | 303 | qla2x00_system_error(scsi_qla_host_t *); |
| 304 | |
| 305 | extern int |
Andrew Vasquez | 1c7c635 | 2005-07-06 10:30:57 -0700 | [diff] [blame] | 306 | qla2x00_set_serdes_params(scsi_qla_host_t *, uint16_t, uint16_t, uint16_t); |
| 307 | |
Andrew Vasquez | f6ef3b1 | 2005-08-26 19:10:20 -0700 | [diff] [blame] | 308 | extern int |
| 309 | qla2x00_stop_firmware(scsi_qla_host_t *); |
| 310 | |
Andrew Vasquez | a7a167b | 2006-06-23 16:10:29 -0700 | [diff] [blame] | 311 | extern int |
Andrew Vasquez | 00b6bd2 | 2008-01-17 09:02:16 -0800 | [diff] [blame] | 312 | qla2x00_enable_eft_trace(scsi_qla_host_t *, dma_addr_t, uint16_t); |
| 313 | extern int |
| 314 | qla2x00_disable_eft_trace(scsi_qla_host_t *); |
Andrew Vasquez | a7a167b | 2006-06-23 16:10:29 -0700 | [diff] [blame] | 315 | |
Andrew Vasquez | 88729e5 | 2006-06-23 16:10:50 -0700 | [diff] [blame] | 316 | extern int |
Andrew Vasquez | df613b9 | 2008-01-17 09:02:17 -0800 | [diff] [blame] | 317 | qla2x00_enable_fce_trace(scsi_qla_host_t *, dma_addr_t, uint16_t , uint16_t *, |
| 318 | uint32_t *); |
| 319 | |
| 320 | extern int |
| 321 | qla2x00_disable_fce_trace(scsi_qla_host_t *, uint64_t *, uint64_t *); |
| 322 | |
| 323 | extern int |
Joe Carnuccio | 6766df9 | 2011-05-10 11:30:15 -0700 | [diff] [blame] | 324 | qla2x00_read_sfp(scsi_qla_host_t *, dma_addr_t, uint8_t *, |
| 325 | uint16_t, uint16_t, uint16_t, uint16_t); |
Andrew Vasquez | 88729e5 | 2006-06-23 16:10:50 -0700 | [diff] [blame] | 326 | |
Andrew Vasquez | d8b4521 | 2006-10-02 12:00:43 -0700 | [diff] [blame] | 327 | extern int |
Joe Carnuccio | 6766df9 | 2011-05-10 11:30:15 -0700 | [diff] [blame] | 328 | qla2x00_write_sfp(scsi_qla_host_t *, dma_addr_t, uint8_t *, |
| 329 | uint16_t, uint16_t, uint16_t, uint16_t); |
Joe Carnuccio | ad0ecd6 | 2009-03-24 09:08:12 -0700 | [diff] [blame] | 330 | |
| 331 | extern int |
Andrew Vasquez | d8b4521 | 2006-10-02 12:00:43 -0700 | [diff] [blame] | 332 | qla2x00_set_idma_speed(scsi_qla_host_t *, uint16_t, uint16_t, uint16_t *); |
| 333 | |
Harihara Kadayam | 4d4df19 | 2008-04-03 13:13:26 -0700 | [diff] [blame] | 334 | extern int qla84xx_verify_chip(struct scsi_qla_host *, uint16_t *); |
| 335 | |
Andrew Vasquez | 8a65957 | 2009-02-08 20:50:12 -0800 | [diff] [blame] | 336 | extern int qla81xx_idc_ack(scsi_qla_host_t *, uint16_t *); |
| 337 | |
Joe Carnuccio | 1d2874d | 2009-03-24 09:08:06 -0700 | [diff] [blame] | 338 | extern int |
| 339 | qla81xx_fac_get_sector_size(scsi_qla_host_t *, uint32_t *); |
| 340 | |
| 341 | extern int |
| 342 | qla81xx_fac_do_write_enable(scsi_qla_host_t *, int); |
| 343 | |
| 344 | extern int |
| 345 | qla81xx_fac_erase_sector(scsi_qla_host_t *, uint32_t, uint32_t); |
| 346 | |
Andrew Vasquez | ce0423f | 2009-06-03 09:55:13 -0700 | [diff] [blame] | 347 | extern int |
| 348 | qla2x00_get_xgmac_stats(scsi_qla_host_t *, dma_addr_t, uint16_t, uint16_t *); |
| 349 | |
Andrew Vasquez | 11bbc1d | 2009-06-03 09:55:14 -0700 | [diff] [blame] | 350 | extern int |
| 351 | qla2x00_get_dcbx_params(scsi_qla_host_t *, dma_addr_t, uint16_t); |
| 352 | |
Andrew Vasquez | 18e7555 | 2009-06-03 09:55:30 -0700 | [diff] [blame] | 353 | extern int |
| 354 | qla2x00_read_ram_word(scsi_qla_host_t *, uint32_t, uint32_t *); |
| 355 | |
| 356 | extern int |
| 357 | qla2x00_write_ram_word(scsi_qla_host_t *, uint32_t, uint32_t); |
| 358 | |
Madhuranath Iyengar | b1d46989 | 2010-09-03 15:20:54 -0700 | [diff] [blame] | 359 | extern int |
| 360 | qla81xx_write_mpi_register(scsi_qla_host_t *, uint16_t *); |
Michael Hernandez | 3064ff3 | 2009-12-15 21:29:44 -0800 | [diff] [blame] | 361 | extern int qla2x00_get_data_rate(scsi_qla_host_t *); |
Sarang Radke | 09ff701 | 2010-03-19 17:03:59 -0700 | [diff] [blame] | 362 | extern int qla24xx_set_fcp_prio(scsi_qla_host_t *, uint16_t, uint16_t, |
| 363 | uint16_t *); |
Sarang Radke | 23f2ebd | 2010-05-28 15:08:21 -0700 | [diff] [blame] | 364 | extern int |
| 365 | qla81xx_get_port_config(scsi_qla_host_t *, uint16_t *); |
| 366 | |
| 367 | extern int |
| 368 | qla81xx_set_port_config(scsi_qla_host_t *, uint16_t *); |
Sarang Radke | 09ff701 | 2010-03-19 17:03:59 -0700 | [diff] [blame] | 369 | |
Andrew Vasquez | af11f64 | 2012-02-09 11:15:43 -0800 | [diff] [blame^] | 370 | extern int |
| 371 | qla2x00_port_logout(scsi_qla_host_t *, struct fc_port *); |
| 372 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 373 | /* |
| 374 | * Global Function Prototypes in qla_isr.c source file. |
| 375 | */ |
David Howells | 7d12e78 | 2006-10-05 14:55:46 +0100 | [diff] [blame] | 376 | extern irqreturn_t qla2100_intr_handler(int, void *); |
| 377 | extern irqreturn_t qla2300_intr_handler(int, void *); |
| 378 | extern irqreturn_t qla24xx_intr_handler(int, void *); |
Anirban Chakraborty | 73208df | 2008-12-09 16:45:39 -0800 | [diff] [blame] | 379 | extern void qla2x00_process_response_queue(struct rsp_que *); |
Anirban Chakraborty | 2afa19a | 2009-04-06 22:33:40 -0700 | [diff] [blame] | 380 | extern void |
| 381 | qla24xx_process_response_queue(struct scsi_qla_host *, struct rsp_que *); |
Anirban Chakraborty | 73208df | 2008-12-09 16:45:39 -0800 | [diff] [blame] | 382 | extern int qla2x00_request_irqs(struct qla_hw_data *, struct rsp_que *); |
Andrew Vasquez | a8488ab | 2007-01-29 10:22:19 -0800 | [diff] [blame] | 383 | extern void qla2x00_free_irqs(scsi_qla_host_t *); |
| 384 | |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 385 | extern int qla2x00_get_data_rate(scsi_qla_host_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 386 | /* |
| 387 | * Global Function Prototypes in qla_sup.c source file. |
| 388 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 389 | extern void qla2x00_release_nvram_protection(scsi_qla_host_t *); |
Andrew Vasquez | 459c537 | 2005-07-06 10:31:07 -0700 | [diff] [blame] | 390 | extern uint32_t *qla24xx_read_flash_data(scsi_qla_host_t *, uint32_t *, |
| 391 | uint32_t, uint32_t); |
| 392 | extern uint8_t *qla2x00_read_nvram_data(scsi_qla_host_t *, uint8_t *, uint32_t, |
| 393 | uint32_t); |
| 394 | extern uint8_t *qla24xx_read_nvram_data(scsi_qla_host_t *, uint8_t *, uint32_t, |
| 395 | uint32_t); |
| 396 | extern int qla2x00_write_nvram_data(scsi_qla_host_t *, uint8_t *, uint32_t, |
| 397 | uint32_t); |
| 398 | extern int qla24xx_write_nvram_data(scsi_qla_host_t *, uint8_t *, uint32_t, |
| 399 | uint32_t); |
Andrew Vasquez | c3a2f0d | 2007-07-19 20:37:34 -0700 | [diff] [blame] | 400 | extern uint8_t *qla25xx_read_nvram_data(scsi_qla_host_t *, uint8_t *, uint32_t, |
| 401 | uint32_t); |
| 402 | extern int qla25xx_write_nvram_data(scsi_qla_host_t *, uint8_t *, uint32_t, |
| 403 | uint32_t); |
Andrew Vasquez | 459c537 | 2005-07-06 10:31:07 -0700 | [diff] [blame] | 404 | |
andrew.vasquez@qlogic.com | f6df144 | 2006-01-31 16:05:07 -0800 | [diff] [blame] | 405 | extern int qla2x00_beacon_on(struct scsi_qla_host *); |
| 406 | extern int qla2x00_beacon_off(struct scsi_qla_host *); |
| 407 | extern void qla2x00_beacon_blink(struct scsi_qla_host *); |
| 408 | extern int qla24xx_beacon_on(struct scsi_qla_host *); |
| 409 | extern int qla24xx_beacon_off(struct scsi_qla_host *); |
| 410 | extern void qla24xx_beacon_blink(struct scsi_qla_host *); |
Giridhar Malavali | 6246b8a | 2012-02-09 11:15:34 -0800 | [diff] [blame] | 411 | extern void qla83xx_beacon_blink(struct scsi_qla_host *); |
Saurav Kashyap | 999916d | 2011-08-16 11:31:45 -0700 | [diff] [blame] | 412 | extern int qla82xx_beacon_on(struct scsi_qla_host *); |
| 413 | extern int qla82xx_beacon_off(struct scsi_qla_host *); |
Giridhar Malavali | 6246b8a | 2012-02-09 11:15:34 -0800 | [diff] [blame] | 414 | extern int qla83xx_write_remote_reg(struct scsi_qla_host *, uint32_t, uint32_t); |
andrew.vasquez@qlogic.com | f6df144 | 2006-01-31 16:05:07 -0800 | [diff] [blame] | 415 | |
andrew.vasquez@qlogic.com | 854165f | 2006-01-31 16:05:17 -0800 | [diff] [blame] | 416 | extern uint8_t *qla2x00_read_optrom_data(struct scsi_qla_host *, uint8_t *, |
| 417 | uint32_t, uint32_t); |
| 418 | extern int qla2x00_write_optrom_data(struct scsi_qla_host *, uint8_t *, |
| 419 | uint32_t, uint32_t); |
| 420 | extern uint8_t *qla24xx_read_optrom_data(struct scsi_qla_host *, uint8_t *, |
| 421 | uint32_t, uint32_t); |
| 422 | extern int qla24xx_write_optrom_data(struct scsi_qla_host *, uint8_t *, |
| 423 | uint32_t, uint32_t); |
Andrew Vasquez | 338c916 | 2007-09-20 14:07:33 -0700 | [diff] [blame] | 424 | extern uint8_t *qla25xx_read_optrom_data(struct scsi_qla_host *, uint8_t *, |
| 425 | uint32_t, uint32_t); |
andrew.vasquez@qlogic.com | 854165f | 2006-01-31 16:05:17 -0800 | [diff] [blame] | 426 | |
Andrew Vasquez | 30c4766 | 2007-01-29 10:22:21 -0800 | [diff] [blame] | 427 | extern int qla2x00_get_flash_version(scsi_qla_host_t *, void *); |
| 428 | extern int qla24xx_get_flash_version(scsi_qla_host_t *, void *); |
| 429 | |
Andrew Vasquez | c00d899 | 2008-09-11 21:22:49 -0700 | [diff] [blame] | 430 | extern int qla2xxx_get_flash_info(scsi_qla_host_t *); |
Joe Carnuccio | 1ee2714 | 2008-07-10 16:55:53 -0700 | [diff] [blame] | 431 | 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] | 432 | |
Andrew Vasquez | 272976c | 2008-09-11 21:22:50 -0700 | [diff] [blame] | 433 | extern void qla2xxx_flash_npiv_conf(scsi_qla_host_t *); |
Sarang Radke | 09ff701 | 2010-03-19 17:03:59 -0700 | [diff] [blame] | 434 | extern int qla24xx_read_fcp_prio_cfg(scsi_qla_host_t *); |
Andrew Vasquez | 272976c | 2008-09-11 21:22:50 -0700 | [diff] [blame] | 435 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 436 | /* |
| 437 | * Global Function Prototypes in qla_dbg.c source file. |
| 438 | */ |
| 439 | extern void qla2100_fw_dump(scsi_qla_host_t *, int); |
| 440 | extern void qla2300_fw_dump(scsi_qla_host_t *, int); |
Andrew Vasquez | 6d9b61e | 2005-07-06 10:30:36 -0700 | [diff] [blame] | 441 | extern void qla24xx_fw_dump(scsi_qla_host_t *, int); |
Andrew Vasquez | c3a2f0d | 2007-07-19 20:37:34 -0700 | [diff] [blame] | 442 | extern void qla25xx_fw_dump(scsi_qla_host_t *, int); |
Andrew Vasquez | 3a03eb7 | 2009-01-05 11:18:11 -0800 | [diff] [blame] | 443 | extern void qla81xx_fw_dump(scsi_qla_host_t *, int); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 444 | extern void qla2x00_dump_regs(scsi_qla_host_t *); |
| 445 | extern void qla2x00_dump_buffer(uint8_t *, uint32_t); |
Arun Easi | bad7500 | 2010-05-04 15:01:30 -0700 | [diff] [blame] | 446 | extern void qla2x00_dump_buffer_zipped(uint8_t *, uint32_t); |
Saurav Kashyap | 3ce8866 | 2011-07-14 12:00:12 -0700 | [diff] [blame] | 447 | extern void ql_dump_regs(uint32_t, scsi_qla_host_t *, int32_t); |
| 448 | extern void ql_dump_buffer(uint32_t, scsi_qla_host_t *, int32_t, |
| 449 | uint8_t *, uint32_t); |
Giridhar Malavali | 08de284 | 2011-08-16 11:31:44 -0700 | [diff] [blame] | 450 | extern void qla2xxx_dump_post_process(scsi_qla_host_t *, int); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 451 | |
| 452 | /* |
| 453 | * Global Function Prototypes in qla_gs.c source file. |
| 454 | */ |
Andrew Vasquez | 8c958a9 | 2005-07-06 10:30:47 -0700 | [diff] [blame] | 455 | extern void *qla2x00_prep_ms_iocb(scsi_qla_host_t *, uint32_t, uint32_t); |
| 456 | 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] | 457 | extern int qla2x00_ga_nxt(scsi_qla_host_t *, fc_port_t *); |
| 458 | extern int qla2x00_gid_pt(scsi_qla_host_t *, sw_info_t *); |
| 459 | extern int qla2x00_gpn_id(scsi_qla_host_t *, sw_info_t *); |
| 460 | extern int qla2x00_gnn_id(scsi_qla_host_t *, sw_info_t *); |
Chad Dupuis | e8c72ba | 2010-07-23 15:28:25 +0500 | [diff] [blame] | 461 | extern void qla2x00_gff_id(scsi_qla_host_t *, sw_info_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 462 | extern int qla2x00_rft_id(scsi_qla_host_t *); |
| 463 | extern int qla2x00_rff_id(scsi_qla_host_t *); |
| 464 | extern int qla2x00_rnn_id(scsi_qla_host_t *); |
| 465 | extern int qla2x00_rsnn_nn(scsi_qla_host_t *); |
Andrew Vasquez | cca5335 | 2005-08-26 19:08:30 -0700 | [diff] [blame] | 466 | extern void *qla2x00_prep_ms_fdmi_iocb(scsi_qla_host_t *, uint32_t, uint32_t); |
| 467 | extern void *qla24xx_prep_ms_fdmi_iocb(scsi_qla_host_t *, uint32_t, uint32_t); |
| 468 | extern int qla2x00_fdmi_register(scsi_qla_host_t *); |
Andrew Vasquez | d8b4521 | 2006-10-02 12:00:43 -0700 | [diff] [blame] | 469 | extern int qla2x00_gfpn_id(scsi_qla_host_t *, sw_info_t *); |
| 470 | extern int qla2x00_gpsc(scsi_qla_host_t *, sw_info_t *); |
Andrew Vasquez | 1620f7c | 2006-10-02 12:00:44 -0700 | [diff] [blame] | 471 | extern void qla2x00_get_sym_node_name(scsi_qla_host_t *, uint8_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 472 | |
| 473 | /* |
| 8482e118 | 2005-04-17 15:04:54 -0500 | [diff] [blame] | 474 | * Global Function Prototypes in qla_attr.c source file. |
| 475 | */ |
Tony Jones | ee959b0 | 2008-02-22 00:13:36 +0100 | [diff] [blame] | 476 | struct device_attribute; |
| 477 | extern struct device_attribute *qla2x00_host_attrs[]; |
Andrew Vasquez | 1c97a12 | 2005-04-21 16:13:36 -0400 | [diff] [blame] | 478 | struct fc_function_template; |
| 479 | extern struct fc_function_template qla2xxx_transport_functions; |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 480 | extern struct fc_function_template qla2xxx_transport_vport_functions; |
| 8482e118 | 2005-04-17 15:04:54 -0500 | [diff] [blame] | 481 | extern void qla2x00_alloc_sysfs_attr(scsi_qla_host_t *); |
| 482 | extern void qla2x00_free_sysfs_attr(scsi_qla_host_t *); |
| 8482e118 | 2005-04-17 15:04:54 -0500 | [diff] [blame] | 483 | extern void qla2x00_init_host_attr(scsi_qla_host_t *); |
| 484 | extern void qla2x00_alloc_sysfs_attr(scsi_qla_host_t *); |
| 485 | extern void qla2x00_free_sysfs_attr(scsi_qla_host_t *); |
Giridhar Malavali | 9a069e1 | 2010-01-12 13:02:47 -0800 | [diff] [blame] | 486 | 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] | 487 | extern int qla2x00_echo_test(scsi_qla_host_t *, |
| 488 | struct msg_echo_lb *, uint16_t *); |
| 489 | extern int qla24xx_update_all_fcp_prio(scsi_qla_host_t *); |
Saurav Kashyap | 7c3df13 | 2011-07-14 12:00:13 -0700 | [diff] [blame] | 490 | extern int qla24xx_fcp_prio_cfg_valid(scsi_qla_host_t *, |
| 491 | struct qla_fcp_prio_cfg *, uint8_t); |
Andrew Vasquez | df613b9 | 2008-01-17 09:02:17 -0800 | [diff] [blame] | 492 | |
| 493 | /* |
| 494 | * Global Function Prototypes in qla_dfs.c source file. |
| 495 | */ |
| 496 | extern int qla2x00_dfs_setup(scsi_qla_host_t *); |
| 497 | extern int qla2x00_dfs_remove(scsi_qla_host_t *); |
Anirban Chakraborty | 73208df | 2008-12-09 16:45:39 -0800 | [diff] [blame] | 498 | |
| 499 | /* Globa function prototypes for multi-q */ |
| 500 | extern int qla25xx_request_irq(struct rsp_que *); |
Anirban Chakraborty | 618a752 | 2009-02-08 20:50:11 -0800 | [diff] [blame] | 501 | extern int qla25xx_init_req_que(struct scsi_qla_host *, struct req_que *); |
| 502 | 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] | 503 | 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] | 504 | uint16_t, int, uint8_t); |
Anirban Chakraborty | 73208df | 2008-12-09 16:45:39 -0800 | [diff] [blame] | 505 | 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] | 506 | uint16_t, int); |
Anirban Chakraborty | 73208df | 2008-12-09 16:45:39 -0800 | [diff] [blame] | 507 | extern void qla2x00_init_response_q_entries(struct rsp_que *); |
| 508 | 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] | 509 | extern int qla25xx_delete_queues(struct scsi_qla_host *); |
Anirban Chakraborty | 17d9863 | 2008-12-18 10:06:15 -0800 | [diff] [blame] | 510 | extern uint16_t qla24xx_rd_req_reg(struct qla_hw_data *, uint16_t); |
| 511 | extern uint16_t qla25xx_rd_req_reg(struct qla_hw_data *, uint16_t); |
| 512 | extern void qla24xx_wrt_req_reg(struct qla_hw_data *, uint16_t, uint16_t); |
| 513 | extern void qla25xx_wrt_req_reg(struct qla_hw_data *, uint16_t, uint16_t); |
| 514 | extern void qla25xx_wrt_rsp_reg(struct qla_hw_data *, uint16_t, uint16_t); |
| 515 | 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] | 516 | |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 517 | /* qla82xx related functions */ |
| 518 | |
| 519 | /* PCI related functions */ |
| 520 | extern int qla82xx_pci_config(struct scsi_qla_host *); |
| 521 | 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] | 522 | extern char *qla82xx_pci_info_str(struct scsi_qla_host *, char *); |
| 523 | extern int qla82xx_pci_region_offset(struct pci_dev *, int); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 524 | extern int qla82xx_iospace_config(struct qla_hw_data *); |
| 525 | |
| 526 | /* Initialization related functions */ |
| 527 | extern void qla82xx_reset_chip(struct scsi_qla_host *); |
| 528 | extern void qla82xx_config_rings(struct scsi_qla_host *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 529 | extern void qla82xx_watchdog(scsi_qla_host_t *); |
Lalit Chandivade | a5b3632 | 2010-09-03 15:20:50 -0700 | [diff] [blame] | 530 | extern int qla82xx_start_firmware(scsi_qla_host_t *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 531 | |
| 532 | /* Firmware and flash related functions */ |
| 533 | extern int qla82xx_load_risc(scsi_qla_host_t *, uint32_t *); |
| 534 | extern uint8_t *qla82xx_read_optrom_data(struct scsi_qla_host *, uint8_t *, |
| 535 | uint32_t, uint32_t); |
| 536 | extern int qla82xx_write_optrom_data(struct scsi_qla_host *, uint8_t *, |
| 537 | uint32_t, uint32_t); |
| 538 | |
| 539 | /* Mailbox related functions */ |
| 540 | extern int qla82xx_abort_isp(scsi_qla_host_t *); |
| 541 | extern int qla82xx_restart_isp(scsi_qla_host_t *); |
| 542 | |
| 543 | /* IOCB related functions */ |
| 544 | extern int qla82xx_start_scsi(srb_t *); |
Giridhar Malavali | 9ba56b9 | 2012-02-09 11:15:36 -0800 | [diff] [blame] | 545 | extern void qla2x00_sp_free(void *, void *); |
| 546 | extern void qla2x00_sp_timeout(unsigned long); |
| 547 | extern void qla2x00_bsg_job_done(void *, void *, int); |
| 548 | extern void qla2x00_bsg_sp_free(void *, void *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 549 | |
| 550 | /* Interrupt related */ |
| 551 | extern irqreturn_t qla82xx_intr_handler(int, void *); |
| 552 | extern irqreturn_t qla82xx_msi_handler(int, void *); |
| 553 | extern irqreturn_t qla82xx_msix_default(int, void *); |
| 554 | extern irqreturn_t qla82xx_msix_rsp_q(int, void *); |
| 555 | extern void qla82xx_enable_intrs(struct qla_hw_data *); |
| 556 | extern void qla82xx_disable_intrs(struct qla_hw_data *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 557 | extern void qla82xx_poll(int, void *); |
| 558 | extern void qla82xx_init_flags(struct qla_hw_data *); |
| 559 | |
| 560 | /* ISP 8021 hardware related */ |
Lalit Chandivade | a5b3632 | 2010-09-03 15:20:50 -0700 | [diff] [blame] | 561 | extern void qla82xx_set_drv_active(scsi_qla_host_t *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 562 | extern void qla82xx_crb_win_unlock(struct qla_hw_data *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 563 | extern int qla82xx_wr_32(struct qla_hw_data *, ulong, u32); |
| 564 | extern int qla82xx_rd_32(struct qla_hw_data *, ulong); |
| 565 | extern int qla82xx_rdmem(struct qla_hw_data *, u64, void *, int); |
| 566 | extern int qla82xx_wrmem(struct qla_hw_data *, u64, void *, int); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 567 | |
| 568 | /* ISP 8021 IDC */ |
| 569 | extern void qla82xx_clear_drv_active(struct qla_hw_data *); |
Saurav Kashyap | 579d12b | 2010-12-21 16:00:14 -0800 | [diff] [blame] | 570 | 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] | 571 | extern int qla82xx_idc_lock(struct qla_hw_data *); |
| 572 | extern void qla82xx_idc_unlock(struct qla_hw_data *); |
| 573 | extern int qla82xx_device_state_handler(scsi_qla_host_t *); |
Saurav Kashyap | 579d12b | 2010-12-21 16:00:14 -0800 | [diff] [blame] | 574 | extern void qla82xx_clear_qsnt_ready(scsi_qla_host_t *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 575 | |
| 576 | extern void qla2x00_set_model_info(scsi_qla_host_t *, uint8_t *, |
| 577 | size_t, char *); |
| 578 | extern int qla82xx_mbx_intr_enable(scsi_qla_host_t *); |
| 579 | extern int qla82xx_mbx_intr_disable(scsi_qla_host_t *); |
Giridhar Malavali | 5162cf0 | 2011-11-18 09:03:18 -0800 | [diff] [blame] | 580 | extern void qla82xx_start_iocbs(scsi_qla_host_t *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 581 | extern int qla82xx_fcoe_ctx_reset(scsi_qla_host_t *); |
Giridhar Malavali | 3173167 | 2011-08-16 11:31:54 -0700 | [diff] [blame] | 582 | extern int qla82xx_check_md_needed(scsi_qla_host_t *); |
Giridhar Malavali | 7190575 | 2011-02-23 15:27:10 -0800 | [diff] [blame] | 583 | extern void qla82xx_chip_reset_cleanup(scsi_qla_host_t *); |
Giridhar Malavali | 6246b8a | 2012-02-09 11:15:34 -0800 | [diff] [blame] | 584 | extern int qla81xx_set_led_config(scsi_qla_host_t *, uint16_t *); |
| 585 | extern int qla81xx_get_led_config(scsi_qla_host_t *, uint16_t *); |
Saurav Kashyap | 999916d | 2011-08-16 11:31:45 -0700 | [diff] [blame] | 586 | extern int qla82xx_mbx_beacon_ctl(scsi_qla_host_t *, int); |
Giridhar Malavali | 08de284 | 2011-08-16 11:31:44 -0700 | [diff] [blame] | 587 | extern char *qdev_state(uint32_t); |
Chad Dupuis | c8f6544 | 2011-11-18 09:02:17 -0800 | [diff] [blame] | 588 | extern void qla82xx_clear_pending_mbx(scsi_qla_host_t *); |
Giridhar Malavali | a908301 | 2010-04-12 17:59:55 -0700 | [diff] [blame] | 589 | |
Giridhar Malavali | 6e98016 | 2010-03-19 17:03:58 -0700 | [diff] [blame] | 590 | /* BSG related functions */ |
| 591 | extern int qla24xx_bsg_request(struct fc_bsg_job *); |
| 592 | extern int qla24xx_bsg_timeout(struct fc_bsg_job *); |
| 593 | extern int qla84xx_reset_chip(scsi_qla_host_t *, uint16_t); |
| 594 | extern int qla2x00_issue_iocb_timeout(scsi_qla_host_t *, void *, |
| 595 | dma_addr_t, size_t, uint32_t); |
| 596 | extern int qla2x00_get_idma_speed(scsi_qla_host_t *, uint16_t, |
| 597 | uint16_t *, uint16_t *); |
Giridhar Malavali | 08de284 | 2011-08-16 11:31:44 -0700 | [diff] [blame] | 598 | |
Giridhar Malavali | 6246b8a | 2012-02-09 11:15:34 -0800 | [diff] [blame] | 599 | /* 83xx related functions */ |
| 600 | extern void qla83xx_fw_dump(scsi_qla_host_t *, int); |
| 601 | |
Giridhar Malavali | 08de284 | 2011-08-16 11:31:44 -0700 | [diff] [blame] | 602 | /* Minidump related functions */ |
| 603 | extern int qla82xx_md_get_template_size(scsi_qla_host_t *); |
| 604 | extern int qla82xx_md_get_template(scsi_qla_host_t *); |
| 605 | extern int qla82xx_md_alloc(scsi_qla_host_t *); |
| 606 | extern void qla82xx_md_free(scsi_qla_host_t *); |
| 607 | extern int qla82xx_md_collect(scsi_qla_host_t *); |
| 608 | extern void qla82xx_md_prep(scsi_qla_host_t *); |
| 609 | extern void qla82xx_set_reset_owner(scsi_qla_host_t *); |
| 610 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 611 | #endif /* _QLA_GBL_H */ |