Andrew Vasquez | fa90c54 | 2005-10-27 11:10:08 -0700 | [diff] [blame] | 1 | /* |
| 2 | * QLogic Fibre Channel HBA Driver |
| 3 | * Copyright (c) 2003-2005 QLogic Corporation |
| 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 | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 31 | extern void qla2x00_update_fw_options(struct scsi_qla_host *); |
Andrew Vasquez | 0107109e | 2005-07-06 10:31:37 -0700 | [diff] [blame] | 32 | extern void qla24xx_update_fw_options(scsi_qla_host_t *); |
Andrew Vasquez | abbd887 | 2005-07-06 10:30:05 -0700 | [diff] [blame] | 33 | extern int qla2x00_load_risc(struct scsi_qla_host *, uint32_t *); |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 34 | extern int qla24xx_load_risc(scsi_qla_host_t *, uint32_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 35 | |
| 36 | extern int qla2x00_loop_resync(scsi_qla_host_t *); |
| 37 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 38 | 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] | 39 | 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] | 40 | |
| 41 | extern void qla2x00_restart_queues(scsi_qla_host_t *, uint8_t); |
| 42 | |
| 43 | extern void qla2x00_rescan_fcports(scsi_qla_host_t *); |
andrew.vasquez@qlogic.com | d97994d | 2006-01-20 14:53:13 -0800 | [diff] [blame] | 44 | extern void qla2x00_update_fcports(scsi_qla_host_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | extern int qla2x00_abort_isp(scsi_qla_host_t *); |
| 47 | |
andrew.vasquez@qlogic.com | 052c40c | 2006-01-20 14:53:19 -0800 | [diff] [blame] | 48 | extern void qla2x00_update_fcport(scsi_qla_host_t *, fc_port_t *); |
| 8482e118 | 2005-04-17 15:04:54 -0500 | [diff] [blame] | 49 | |
Andrew Vasquez | a7a167b | 2006-06-23 16:10:29 -0700 | [diff] [blame] | 50 | extern void qla2x00_alloc_fw_dump(scsi_qla_host_t *); |
Andrew Vasquez | 18c6c12 | 2006-10-13 09:33:38 -0700 | [diff] [blame] | 51 | extern void qla2x00_try_to_stop_firmware(scsi_qla_host_t *); |
Andrew Vasquez | a7a167b | 2006-06-23 16:10:29 -0700 | [diff] [blame] | 52 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 53 | /* |
| 54 | * Global Data in qla_os.c source file. |
| 55 | */ |
| 56 | extern char qla2x00_version_str[]; |
| 57 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 58 | extern int ql2xlogintimeout; |
| 59 | extern int qlport_down_retry; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 60 | extern int ql2xplogiabsentdevice; |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 | extern int ql2xloginretrycount; |
Andrew Vasquez | cca5335 | 2005-08-26 19:08:30 -0700 | [diff] [blame] | 62 | extern int ql2xfdmienable; |
Andrew Vasquez | a7a167b | 2006-06-23 16:10:29 -0700 | [diff] [blame] | 63 | extern int ql2xallocfwdump; |
Andrew Vasquez | 11010fe | 2006-10-06 09:54:59 -0700 | [diff] [blame] | 64 | extern int ql2xextended_error_logging; |
Andrew Vasquez | df7baa5 | 2006-10-13 09:33:39 -0700 | [diff] [blame] | 65 | extern int ql2xqfullrampup; |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 66 | extern int num_hosts; |
| 67 | |
| 68 | /* |
| 69 | * Global Functions in qla_mid.c source file. |
| 70 | */ |
| 71 | extern struct scsi_host_template qla2x00_driver_template; |
| 72 | extern struct scsi_host_template qla24xx_driver_template; |
| 73 | extern struct scsi_transport_template *qla2xxx_transport_vport_template; |
| 74 | extern uint8_t qla2x00_mem_alloc(scsi_qla_host_t *); |
| 75 | extern void qla2x00_timer(scsi_qla_host_t *); |
| 76 | extern void qla2x00_start_timer(scsi_qla_host_t *, void *, unsigned long); |
| 77 | extern void qla2x00_stop_timer(scsi_qla_host_t *); |
| 78 | extern uint32_t qla24xx_allocate_vp_id(scsi_qla_host_t *); |
| 79 | extern void qla24xx_deallocate_vp_id(scsi_qla_host_t *); |
| 80 | extern int qla24xx_disable_vp (scsi_qla_host_t *); |
| 81 | extern int qla24xx_enable_vp (scsi_qla_host_t *); |
| 82 | extern void qla2x00_mem_free(scsi_qla_host_t *); |
| 83 | extern int qla24xx_control_vp(scsi_qla_host_t *, int ); |
| 84 | extern int qla24xx_modify_vp_config(scsi_qla_host_t *); |
| 85 | extern int qla2x00_send_change_request(scsi_qla_host_t *, uint16_t, uint16_t); |
| 86 | extern void qla2x00_vp_stop_timer(scsi_qla_host_t *); |
| 87 | extern int qla24xx_configure_vhba (scsi_qla_host_t *); |
| 88 | extern int qla24xx_get_vp_entry(scsi_qla_host_t *, uint16_t, int); |
| 89 | extern int qla24xx_get_vp_database(scsi_qla_host_t *, uint16_t); |
| 90 | extern int qla2x00_do_dpc_vp(scsi_qla_host_t *); |
| 91 | extern void qla24xx_report_id_acquisition(scsi_qla_host_t *, |
| 92 | struct vp_rpt_id_entry_24xx *); |
| 93 | extern scsi_qla_host_t * qla24xx_find_vhost_by_name(scsi_qla_host_t *, |
| 94 | uint8_t *); |
| 95 | extern void qla2x00_do_dpc_all_vps(scsi_qla_host_t *); |
| 96 | extern int qla24xx_vport_create_req_sanity_check(struct fc_vport *); |
| 97 | extern scsi_qla_host_t * qla24xx_create_vhost(struct fc_vport *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 98 | |
| f4f051e | 2005-04-17 15:02:26 -0500 | [diff] [blame] | 99 | extern void qla2x00_sp_compl(scsi_qla_host_t *, srb_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 100 | |
| 101 | extern char *qla2x00_get_fw_version_str(struct scsi_qla_host *, char *); |
| 102 | |
andrew.vasquez@qlogic.com | d97994d | 2006-01-20 14:53:13 -0800 | [diff] [blame] | 103 | extern void qla2x00_mark_device_lost(scsi_qla_host_t *, fc_port_t *, int, int); |
| 104 | extern void qla2x00_mark_all_devices_lost(scsi_qla_host_t *, int); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 105 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 106 | extern int qla2x00_down_timeout(struct semaphore *, unsigned long); |
| 107 | |
Andrew Vasquez | 5433383 | 2005-11-09 15:49:04 -0800 | [diff] [blame] | 108 | extern struct fw_blob *qla2x00_request_firmware(scsi_qla_host_t *); |
| 109 | |
andrew.vasquez@qlogic.com | 854165f | 2006-01-31 16:05:17 -0800 | [diff] [blame] | 110 | extern int qla2x00_wait_for_hba_online(scsi_qla_host_t *); |
| 111 | |
Christoph Hellwig | 39a1124 | 2006-02-14 18:46:22 +0100 | [diff] [blame] | 112 | extern void qla2xxx_wake_dpc(scsi_qla_host_t *); |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 113 | extern void qla2x00_alert_all_vps(scsi_qla_host_t *, uint16_t *); |
| 114 | extern void qla2x00_async_event(scsi_qla_host_t *, uint16_t *); |
| 115 | extern void qla2x00_vp_abort_isp(scsi_qla_host_t *); |
| 116 | extern int qla24xx_vport_delete(struct fc_vport *); |
Christoph Hellwig | 39a1124 | 2006-02-14 18:46:22 +0100 | [diff] [blame] | 117 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 118 | /* |
| 119 | * Global Function Prototypes in qla_iocb.c source file. |
| 120 | */ |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 121 | extern uint16_t qla2x00_calc_iocbs_32(uint16_t); |
| 122 | extern uint16_t qla2x00_calc_iocbs_64(uint16_t); |
| 123 | extern void qla2x00_build_scsi_iocbs_32(srb_t *, cmd_entry_t *, uint16_t); |
| 124 | extern void qla2x00_build_scsi_iocbs_64(srb_t *, cmd_entry_t *, uint16_t); |
| 125 | extern int qla2x00_start_scsi(srb_t *sp); |
Andrew Vasquez | 2b6c0ce | 2005-07-06 10:31:17 -0700 | [diff] [blame] | 126 | extern int qla24xx_start_scsi(srb_t *sp); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 127 | int qla2x00_marker(scsi_qla_host_t *, uint16_t, uint16_t, uint8_t); |
| 128 | int __qla2x00_marker(scsi_qla_host_t *, uint16_t, uint16_t, uint8_t); |
| 129 | |
| 130 | /* |
| 131 | * Global Function Prototypes in qla_mbx.c source file. |
| 132 | */ |
| 133 | extern int |
andrew.vasquez@qlogic.com | 590f98e | 2006-01-13 17:05:37 -0800 | [diff] [blame] | 134 | 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] | 135 | |
| 136 | extern int |
Andrew Vasquez | 338c916 | 2007-09-20 14:07:33 -0700 | [diff] [blame] | 137 | qla2x00_dump_ram(scsi_qla_host_t *, dma_addr_t, uint32_t, uint32_t); |
| 138 | |
| 139 | extern int |
Andrew Vasquez | 1c7c635 | 2005-07-06 10:30:57 -0700 | [diff] [blame] | 140 | qla2x00_execute_fw(scsi_qla_host_t *, uint32_t); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 141 | |
| 142 | extern void |
| 143 | qla2x00_get_fw_version(scsi_qla_host_t *, uint16_t *, |
| 144 | uint16_t *, uint16_t *, uint16_t *, uint32_t *); |
| 145 | |
| 146 | extern int |
| 147 | qla2x00_get_fw_options(scsi_qla_host_t *, uint16_t *); |
| 148 | |
| 149 | extern int |
| 150 | qla2x00_set_fw_options(scsi_qla_host_t *, uint16_t *); |
| 151 | |
| 152 | extern int |
| 153 | qla2x00_mbx_reg_test(scsi_qla_host_t *); |
| 154 | |
| 155 | extern int |
Andrew Vasquez | 1c7c635 | 2005-07-06 10:30:57 -0700 | [diff] [blame] | 156 | qla2x00_verify_checksum(scsi_qla_host_t *, uint32_t); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 157 | |
| 158 | extern int |
| 159 | qla2x00_issue_iocb(scsi_qla_host_t *, void *, dma_addr_t, size_t); |
| 160 | |
| 161 | extern int |
| 162 | qla2x00_abort_command(scsi_qla_host_t *, srb_t *); |
| 163 | |
| 164 | #if USE_ABORT_TGT |
| 165 | extern int |
Andrew Vasquez | 1c7c635 | 2005-07-06 10:30:57 -0700 | [diff] [blame] | 166 | qla2x00_abort_target(fc_port_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 167 | #endif |
| 168 | |
| 169 | extern int |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 170 | 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] | 171 | uint8_t *, uint16_t *, uint16_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 172 | |
| 173 | extern int |
| 174 | qla2x00_get_retry_cnt(scsi_qla_host_t *, uint8_t *, uint8_t *, uint16_t *); |
| 175 | |
| 176 | extern int |
| 177 | qla2x00_init_firmware(scsi_qla_host_t *, uint16_t); |
| 178 | |
| 179 | extern int |
| 180 | qla2x00_get_port_database(scsi_qla_host_t *, fc_port_t *, uint8_t); |
| 181 | |
| 182 | extern int |
| 183 | qla2x00_get_firmware_state(scsi_qla_host_t *, uint16_t *); |
| 184 | |
| 185 | extern int |
| 186 | qla2x00_get_port_name(scsi_qla_host_t *, uint16_t, uint8_t *, uint8_t); |
| 187 | |
| 188 | extern int |
| 189 | qla2x00_lip_reset(scsi_qla_host_t *); |
| 190 | |
| 191 | extern int |
| 192 | qla2x00_send_sns(scsi_qla_host_t *, dma_addr_t, uint16_t, size_t); |
| 193 | |
| 194 | extern int |
| 195 | qla2x00_login_fabric(scsi_qla_host_t *, uint16_t, uint8_t, uint8_t, uint8_t, |
| 196 | uint16_t *, uint8_t); |
Andrew Vasquez | 1c7c635 | 2005-07-06 10:30:57 -0700 | [diff] [blame] | 197 | extern int |
| 198 | qla24xx_login_fabric(scsi_qla_host_t *, uint16_t, uint8_t, uint8_t, uint8_t, |
| 199 | uint16_t *, uint8_t); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 200 | |
| 201 | extern int |
andrew.vasquez@qlogic.com | 9a52a57 | 2006-03-09 14:27:44 -0800 | [diff] [blame] | 202 | qla2x00_login_local_device(scsi_qla_host_t *, fc_port_t *, uint16_t *, |
| 203 | uint8_t); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 204 | |
| 205 | extern int |
Andrew Vasquez | 1c7c635 | 2005-07-06 10:30:57 -0700 | [diff] [blame] | 206 | qla2x00_fabric_logout(scsi_qla_host_t *, uint16_t, uint8_t, uint8_t, uint8_t); |
| 207 | |
| 208 | extern int |
| 209 | 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] | 210 | |
| 211 | extern int |
| 212 | qla2x00_full_login_lip(scsi_qla_host_t *ha); |
| 213 | |
| 214 | extern int |
| 215 | qla2x00_get_id_list(scsi_qla_host_t *, void *, dma_addr_t, uint16_t *); |
| 216 | |
| 217 | extern int |
Seokmann Ju | 4d0ea24 | 2007-09-20 14:07:43 -0700 | [diff] [blame^] | 218 | qla2x00_get_resource_cnts(scsi_qla_host_t *, uint16_t *, uint16_t *, |
| 219 | uint16_t *, uint16_t *, uint16_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 220 | |
| 221 | extern int |
| 222 | qla2x00_get_fcal_position_map(scsi_qla_host_t *ha, char *pos_map); |
| 223 | |
andrew.vasquez@qlogic.com | 392e2f6 | 2006-01-31 16:05:02 -0800 | [diff] [blame] | 224 | extern int |
| 225 | qla2x00_get_link_status(scsi_qla_host_t *, uint16_t, link_stat_t *, |
| 226 | uint16_t *); |
| 227 | |
| 228 | extern int |
| 229 | qla24xx_get_isp_stats(scsi_qla_host_t *, uint32_t *, uint32_t, uint16_t *); |
| 230 | |
Andrew Vasquez | 1c7c635 | 2005-07-06 10:30:57 -0700 | [diff] [blame] | 231 | extern int qla24xx_abort_command(scsi_qla_host_t *, srb_t *); |
| 232 | extern int qla24xx_abort_target(fc_port_t *); |
| 233 | |
| 234 | extern int qla2x00_system_error(scsi_qla_host_t *); |
| 235 | |
| 236 | extern int |
| 237 | qla2x00_get_serdes_params(scsi_qla_host_t *, uint16_t *, uint16_t *, |
| 238 | uint16_t *); |
| 239 | |
| 240 | extern int |
| 241 | qla2x00_set_serdes_params(scsi_qla_host_t *, uint16_t, uint16_t, uint16_t); |
| 242 | |
Andrew Vasquez | f6ef3b1 | 2005-08-26 19:10:20 -0700 | [diff] [blame] | 243 | extern int |
| 244 | qla2x00_stop_firmware(scsi_qla_host_t *); |
| 245 | |
Andrew Vasquez | a7a167b | 2006-06-23 16:10:29 -0700 | [diff] [blame] | 246 | extern int |
| 247 | qla2x00_trace_control(scsi_qla_host_t *, uint16_t, dma_addr_t, uint16_t); |
| 248 | |
Andrew Vasquez | 88729e5 | 2006-06-23 16:10:50 -0700 | [diff] [blame] | 249 | extern int |
| 250 | qla2x00_read_sfp(scsi_qla_host_t *, dma_addr_t, uint16_t, uint16_t, uint16_t); |
| 251 | |
Andrew Vasquez | d8b4521 | 2006-10-02 12:00:43 -0700 | [diff] [blame] | 252 | extern int |
| 253 | qla2x00_get_idma_speed(scsi_qla_host_t *, uint16_t, uint16_t *, uint16_t *); |
| 254 | |
| 255 | extern int |
| 256 | qla2x00_set_idma_speed(scsi_qla_host_t *, uint16_t, uint16_t, uint16_t *); |
| 257 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 258 | /* |
| 259 | * Global Function Prototypes in qla_isr.c source file. |
| 260 | */ |
David Howells | 7d12e78 | 2006-10-05 14:55:46 +0100 | [diff] [blame] | 261 | extern irqreturn_t qla2100_intr_handler(int, void *); |
| 262 | extern irqreturn_t qla2300_intr_handler(int, void *); |
| 263 | extern irqreturn_t qla24xx_intr_handler(int, void *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 264 | extern void qla2x00_process_response_queue(struct scsi_qla_host *); |
Andrew Vasquez | 4fdfefe | 2005-10-27 11:09:48 -0700 | [diff] [blame] | 265 | extern void qla24xx_process_response_queue(struct scsi_qla_host *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 266 | |
Andrew Vasquez | a8488ab | 2007-01-29 10:22:19 -0800 | [diff] [blame] | 267 | extern int qla2x00_request_irqs(scsi_qla_host_t *); |
| 268 | extern void qla2x00_free_irqs(scsi_qla_host_t *); |
| 269 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 270 | /* |
| 271 | * Global Function Prototypes in qla_sup.c source file. |
| 272 | */ |
| 273 | extern void qla2x00_lock_nvram_access(scsi_qla_host_t *); |
| 274 | extern void qla2x00_unlock_nvram_access(scsi_qla_host_t *); |
| 275 | extern void qla2x00_release_nvram_protection(scsi_qla_host_t *); |
| 276 | extern uint16_t qla2x00_get_nvram_word(scsi_qla_host_t *, uint32_t); |
| 277 | extern void qla2x00_write_nvram_word(scsi_qla_host_t *, uint32_t, uint16_t); |
Andrew Vasquez | 459c537 | 2005-07-06 10:31:07 -0700 | [diff] [blame] | 278 | extern uint32_t *qla24xx_read_flash_data(scsi_qla_host_t *, uint32_t *, |
| 279 | uint32_t, uint32_t); |
| 280 | extern uint8_t *qla2x00_read_nvram_data(scsi_qla_host_t *, uint8_t *, uint32_t, |
| 281 | uint32_t); |
| 282 | extern uint8_t *qla24xx_read_nvram_data(scsi_qla_host_t *, uint8_t *, uint32_t, |
| 283 | uint32_t); |
| 284 | extern int qla2x00_write_nvram_data(scsi_qla_host_t *, uint8_t *, uint32_t, |
| 285 | uint32_t); |
| 286 | extern int qla24xx_write_nvram_data(scsi_qla_host_t *, uint8_t *, uint32_t, |
| 287 | uint32_t); |
Andrew Vasquez | c3a2f0d | 2007-07-19 20:37:34 -0700 | [diff] [blame] | 288 | extern uint8_t *qla25xx_read_nvram_data(scsi_qla_host_t *, uint8_t *, uint32_t, |
| 289 | uint32_t); |
| 290 | extern int qla25xx_write_nvram_data(scsi_qla_host_t *, uint8_t *, uint32_t, |
| 291 | uint32_t); |
Andrew Vasquez | 459c537 | 2005-07-06 10:31:07 -0700 | [diff] [blame] | 292 | |
andrew.vasquez@qlogic.com | f6df144 | 2006-01-31 16:05:07 -0800 | [diff] [blame] | 293 | extern int qla2x00_beacon_on(struct scsi_qla_host *); |
| 294 | extern int qla2x00_beacon_off(struct scsi_qla_host *); |
| 295 | extern void qla2x00_beacon_blink(struct scsi_qla_host *); |
| 296 | extern int qla24xx_beacon_on(struct scsi_qla_host *); |
| 297 | extern int qla24xx_beacon_off(struct scsi_qla_host *); |
| 298 | extern void qla24xx_beacon_blink(struct scsi_qla_host *); |
| 299 | |
andrew.vasquez@qlogic.com | 854165f | 2006-01-31 16:05:17 -0800 | [diff] [blame] | 300 | extern uint8_t *qla2x00_read_optrom_data(struct scsi_qla_host *, uint8_t *, |
| 301 | uint32_t, uint32_t); |
| 302 | extern int qla2x00_write_optrom_data(struct scsi_qla_host *, uint8_t *, |
| 303 | uint32_t, uint32_t); |
| 304 | extern uint8_t *qla24xx_read_optrom_data(struct scsi_qla_host *, uint8_t *, |
| 305 | uint32_t, uint32_t); |
| 306 | extern int qla24xx_write_optrom_data(struct scsi_qla_host *, uint8_t *, |
| 307 | uint32_t, uint32_t); |
Andrew Vasquez | 338c916 | 2007-09-20 14:07:33 -0700 | [diff] [blame] | 308 | extern uint8_t *qla25xx_read_optrom_data(struct scsi_qla_host *, uint8_t *, |
| 309 | uint32_t, uint32_t); |
andrew.vasquez@qlogic.com | 854165f | 2006-01-31 16:05:17 -0800 | [diff] [blame] | 310 | |
Andrew Vasquez | 30c4766 | 2007-01-29 10:22:21 -0800 | [diff] [blame] | 311 | extern int qla2x00_get_flash_version(scsi_qla_host_t *, void *); |
| 312 | extern int qla24xx_get_flash_version(scsi_qla_host_t *, void *); |
| 313 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 314 | /* |
| 315 | * Global Function Prototypes in qla_dbg.c source file. |
| 316 | */ |
| 317 | extern void qla2100_fw_dump(scsi_qla_host_t *, int); |
| 318 | extern void qla2300_fw_dump(scsi_qla_host_t *, int); |
Andrew Vasquez | 6d9b61e | 2005-07-06 10:30:36 -0700 | [diff] [blame] | 319 | extern void qla24xx_fw_dump(scsi_qla_host_t *, int); |
Andrew Vasquez | c3a2f0d | 2007-07-19 20:37:34 -0700 | [diff] [blame] | 320 | extern void qla25xx_fw_dump(scsi_qla_host_t *, int); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 321 | extern void qla2x00_dump_regs(scsi_qla_host_t *); |
| 322 | extern void qla2x00_dump_buffer(uint8_t *, uint32_t); |
| 323 | extern void qla2x00_print_scsi_cmd(struct scsi_cmnd *); |
Andrew Vasquez | 6d9b61e | 2005-07-06 10:30:36 -0700 | [diff] [blame] | 324 | extern void qla2x00_dump_pkt(void *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 325 | |
| 326 | /* |
| 327 | * Global Function Prototypes in qla_gs.c source file. |
| 328 | */ |
Andrew Vasquez | 8c958a9 | 2005-07-06 10:30:47 -0700 | [diff] [blame] | 329 | extern void *qla2x00_prep_ms_iocb(scsi_qla_host_t *, uint32_t, uint32_t); |
| 330 | 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] | 331 | extern int qla2x00_ga_nxt(scsi_qla_host_t *, fc_port_t *); |
| 332 | extern int qla2x00_gid_pt(scsi_qla_host_t *, sw_info_t *); |
| 333 | extern int qla2x00_gpn_id(scsi_qla_host_t *, sw_info_t *); |
| 334 | extern int qla2x00_gnn_id(scsi_qla_host_t *, sw_info_t *); |
| 335 | extern int qla2x00_rft_id(scsi_qla_host_t *); |
| 336 | extern int qla2x00_rff_id(scsi_qla_host_t *); |
| 337 | extern int qla2x00_rnn_id(scsi_qla_host_t *); |
| 338 | extern int qla2x00_rsnn_nn(scsi_qla_host_t *); |
Andrew Vasquez | cca5335 | 2005-08-26 19:08:30 -0700 | [diff] [blame] | 339 | extern void *qla2x00_prep_ms_fdmi_iocb(scsi_qla_host_t *, uint32_t, uint32_t); |
| 340 | extern void *qla24xx_prep_ms_fdmi_iocb(scsi_qla_host_t *, uint32_t, uint32_t); |
| 341 | extern int qla2x00_fdmi_register(scsi_qla_host_t *); |
Andrew Vasquez | d8b4521 | 2006-10-02 12:00:43 -0700 | [diff] [blame] | 342 | extern int qla2x00_gfpn_id(scsi_qla_host_t *, sw_info_t *); |
| 343 | extern int qla2x00_gpsc(scsi_qla_host_t *, sw_info_t *); |
Andrew Vasquez | 1620f7c | 2006-10-02 12:00:44 -0700 | [diff] [blame] | 344 | 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] | 345 | |
| 346 | /* |
| 8482e118 | 2005-04-17 15:04:54 -0500 | [diff] [blame] | 347 | * Global Function Prototypes in qla_attr.c source file. |
| 348 | */ |
Andrew Vasquez | afb046e | 2005-08-26 19:09:40 -0700 | [diff] [blame] | 349 | struct class_device_attribute; |
| 350 | extern struct class_device_attribute *qla2x00_host_attrs[]; |
Andrew Vasquez | 1c97a12 | 2005-04-21 16:13:36 -0400 | [diff] [blame] | 351 | struct fc_function_template; |
| 352 | extern struct fc_function_template qla2xxx_transport_functions; |
Seokmann Ju | 2c3dfe3 | 2007-07-05 13:16:51 -0700 | [diff] [blame] | 353 | extern struct fc_function_template qla2xxx_transport_vport_functions; |
| 8482e118 | 2005-04-17 15:04:54 -0500 | [diff] [blame] | 354 | extern void qla2x00_alloc_sysfs_attr(scsi_qla_host_t *); |
| 355 | extern void qla2x00_free_sysfs_attr(scsi_qla_host_t *); |
| 8482e118 | 2005-04-17 15:04:54 -0500 | [diff] [blame] | 356 | extern void qla2x00_init_host_attr(scsi_qla_host_t *); |
| 357 | extern void qla2x00_alloc_sysfs_attr(scsi_qla_host_t *); |
| 358 | extern void qla2x00_free_sysfs_attr(scsi_qla_host_t *); |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 359 | #endif /* _QLA_GBL_H */ |