Merge with /home/shaggy/git/linus-clean/
[cascardo/linux.git] / drivers / scsi / qla2xxx / qla_gbl.h
1 /********************************************************************************
2 *                  QLOGIC LINUX SOFTWARE
3 *
4 * QLogic ISP2x00 device driver for Linux 2.6.x
5 * Copyright (C) 2003-2004 QLogic Corporation
6 * (www.qlogic.com)
7 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License as published by the
10 * Free Software Foundation; either version 2, or (at your option) any
11 * later version.
12 *
13 * This program is distributed in the hope that it will be useful, but
14 * WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
16 * General Public License for more details.
17 *
18 ******************************************************************************
19 * Global include file.
20 ******************************************************************************/
21
22
23 #ifndef __QLA_GBL_H
24 #define __QLA_GBL_H
25
26 #include <linux/interrupt.h>
27
28 extern void qla2x00_remove_one(struct pci_dev *);
29 extern int qla2x00_probe_one(struct pci_dev *, struct qla_board_info *);
30
31 /*
32  * Global Function Prototypes in qla_init.c source file.
33  */
34 extern int qla2x00_initialize_adapter(scsi_qla_host_t *);
35 extern fc_port_t *qla2x00_alloc_fcport(scsi_qla_host_t *, int);
36
37 extern int qla2x00_loop_resync(scsi_qla_host_t *);
38
39 extern int qla2x00_find_new_loop_id(scsi_qla_host_t *, fc_port_t *);
40 extern int qla2x00_fabric_login(scsi_qla_host_t *, fc_port_t *, uint16_t *);
41 extern int qla2x00_local_device_login(scsi_qla_host_t *, uint16_t);
42
43 extern void qla2x00_restart_queues(scsi_qla_host_t *, uint8_t);
44
45 extern void qla2x00_rescan_fcports(scsi_qla_host_t *);
46
47 extern int qla2x00_abort_isp(scsi_qla_host_t *);
48
49 extern void qla2x00_reg_remote_port(scsi_qla_host_t *, fc_port_t *);
50
51 /*
52  * Global Data in qla_os.c source file.
53  */
54 extern char qla2x00_version_str[];
55
56 extern int ql2xlogintimeout;
57 extern int qlport_down_retry;
58 extern int ql2xplogiabsentdevice;
59 extern int ql2xenablezio;
60 extern int ql2xintrdelaytimer;
61 extern int ql2xloginretrycount;
62
63 extern void qla2x00_sp_compl(scsi_qla_host_t *, srb_t *);
64
65 extern char *qla2x00_get_fw_version_str(struct scsi_qla_host *, char *);
66
67 extern void qla2x00_cmd_timeout(srb_t *);
68
69 extern void qla2x00_mark_device_lost(scsi_qla_host_t *, fc_port_t *, int);
70 extern void qla2x00_mark_all_devices_lost(scsi_qla_host_t *);
71
72 extern void qla2x00_blink_led(scsi_qla_host_t *);
73
74 extern int qla2x00_down_timeout(struct semaphore *, unsigned long);
75
76 /*
77  * Global Function Prototypes in qla_iocb.c source file.
78  */
79 extern void qla2x00_isp_cmd(scsi_qla_host_t *);
80
81 extern uint16_t qla2x00_calc_iocbs_32(uint16_t);
82 extern uint16_t qla2x00_calc_iocbs_64(uint16_t);
83 extern void qla2x00_build_scsi_iocbs_32(srb_t *, cmd_entry_t *, uint16_t);
84 extern void qla2x00_build_scsi_iocbs_64(srb_t *, cmd_entry_t *, uint16_t);
85 extern int qla2x00_start_scsi(srb_t *sp);
86 int qla2x00_marker(scsi_qla_host_t *, uint16_t, uint16_t, uint8_t);
87 int __qla2x00_marker(scsi_qla_host_t *, uint16_t, uint16_t, uint8_t);
88
89 /*
90  * Global Function Prototypes in qla_mbx.c source file.
91  */
92 extern int
93 qla2x00_load_ram(scsi_qla_host_t *, dma_addr_t, uint16_t, uint16_t);
94
95 extern int
96 qla2x00_load_ram_ext(scsi_qla_host_t *, dma_addr_t, uint32_t, uint16_t);
97
98 extern int
99 qla2x00_execute_fw(scsi_qla_host_t *);
100
101 extern void
102 qla2x00_get_fw_version(scsi_qla_host_t *, uint16_t *,
103     uint16_t *, uint16_t *, uint16_t *, uint32_t *);
104
105 extern int
106 qla2x00_get_fw_options(scsi_qla_host_t *, uint16_t *);
107
108 extern int
109 qla2x00_set_fw_options(scsi_qla_host_t *, uint16_t *);
110
111 extern int
112 qla2x00_mbx_reg_test(scsi_qla_host_t *);
113
114 extern int
115 qla2x00_verify_checksum(scsi_qla_host_t *);
116
117 extern int
118 qla2x00_issue_iocb(scsi_qla_host_t *, void *, dma_addr_t, size_t);
119
120 extern int
121 qla2x00_abort_command(scsi_qla_host_t *, srb_t *);
122
123 #if USE_ABORT_TGT
124 extern int
125 qla2x00_abort_target(fc_port_t *fcport);
126 #endif
127
128 extern int
129 qla2x00_target_reset(scsi_qla_host_t *, struct fc_port *);
130
131 extern int
132 qla2x00_get_adapter_id(scsi_qla_host_t *, uint16_t *, uint8_t *, uint8_t *,
133     uint8_t *, uint16_t *);
134
135 extern int
136 qla2x00_get_retry_cnt(scsi_qla_host_t *, uint8_t *, uint8_t *, uint16_t *);
137
138 extern int
139 qla2x00_init_firmware(scsi_qla_host_t *, uint16_t);
140
141 extern int
142 qla2x00_get_port_database(scsi_qla_host_t *, fc_port_t *, uint8_t);
143
144 extern int
145 qla2x00_get_firmware_state(scsi_qla_host_t *, uint16_t *);
146
147 extern int
148 qla2x00_get_port_name(scsi_qla_host_t *, uint16_t, uint8_t *, uint8_t);
149
150 extern int
151 qla2x00_lip_reset(scsi_qla_host_t *);
152
153 extern int
154 qla2x00_send_sns(scsi_qla_host_t *, dma_addr_t, uint16_t, size_t);
155
156 extern int
157 qla2x00_login_fabric(scsi_qla_host_t *, uint16_t, uint8_t, uint8_t, uint8_t,
158     uint16_t *, uint8_t);
159
160 extern int
161 qla2x00_login_local_device(scsi_qla_host_t *, uint16_t, uint16_t *, uint8_t);
162
163 extern int
164 qla2x00_fabric_logout(scsi_qla_host_t *ha, uint16_t loop_id);
165
166 extern int
167 qla2x00_full_login_lip(scsi_qla_host_t *ha);
168
169 extern int
170 qla2x00_get_id_list(scsi_qla_host_t *, void *, dma_addr_t, uint16_t *);
171
172 extern int
173 qla2x00_get_resource_cnts(scsi_qla_host_t *, uint16_t *, uint16_t *, uint16_t *,
174     uint16_t *);
175
176 extern int
177 qla2x00_get_fcal_position_map(scsi_qla_host_t *ha, char *pos_map);
178
179 /*
180  * Global Function Prototypes in qla_isr.c source file.
181  */
182 extern irqreturn_t qla2100_intr_handler(int, void *, struct pt_regs *);
183 extern irqreturn_t qla2300_intr_handler(int, void *, struct pt_regs *);
184 extern void qla2x00_process_response_queue(struct scsi_qla_host *);
185
186 /*
187  * Global Function Prototypes in qla_sup.c source file.
188  */
189 extern void qla2x00_lock_nvram_access(scsi_qla_host_t *);
190 extern void qla2x00_unlock_nvram_access(scsi_qla_host_t *);
191 extern void qla2x00_release_nvram_protection(scsi_qla_host_t *);
192 extern uint16_t qla2x00_get_nvram_word(scsi_qla_host_t *, uint32_t);
193 extern void qla2x00_write_nvram_word(scsi_qla_host_t *, uint32_t, uint16_t);
194 /*
195  * Global Function Prototypes in qla_dbg.c source file.
196  */
197 extern void qla2100_fw_dump(scsi_qla_host_t *, int);
198 extern void qla2300_fw_dump(scsi_qla_host_t *, int);
199 extern void qla2100_ascii_fw_dump(scsi_qla_host_t *);
200 extern void qla2300_ascii_fw_dump(scsi_qla_host_t *);
201 extern void qla2x00_dump_regs(scsi_qla_host_t *);
202 extern void qla2x00_dump_buffer(uint8_t *, uint32_t);
203 extern void qla2x00_print_scsi_cmd(struct scsi_cmnd *);
204
205 /*
206  * Global Function Prototypes in qla_gs.c source file.
207  */
208 extern int qla2x00_ga_nxt(scsi_qla_host_t *, fc_port_t *);
209 extern int qla2x00_gid_pt(scsi_qla_host_t *, sw_info_t *);
210 extern int qla2x00_gpn_id(scsi_qla_host_t *, sw_info_t *);
211 extern int qla2x00_gnn_id(scsi_qla_host_t *, sw_info_t *);
212 extern int qla2x00_rft_id(scsi_qla_host_t *);
213 extern int qla2x00_rff_id(scsi_qla_host_t *);
214 extern int qla2x00_rnn_id(scsi_qla_host_t *);
215 extern int qla2x00_rsnn_nn(scsi_qla_host_t *);
216
217 /*
218  * Global Function Prototypes in qla_rscn.c source file.
219  */
220 extern fc_port_t *qla2x00_alloc_rscn_fcport(scsi_qla_host_t *, int);
221 extern int qla2x00_handle_port_rscn(scsi_qla_host_t *, uint32_t, fc_port_t *,
222     int);
223 extern void qla2x00_process_iodesc(scsi_qla_host_t *, struct mbx_entry *);
224 extern void qla2x00_cancel_io_descriptors(scsi_qla_host_t *);
225
226 /*
227  * Global Function Prototypes in qla_xioctl.c source file.
228  */
229 #define qla2x00_enqueue_aen(ha, cmd, mode)      do { } while (0)
230 #define qla2x00_alloc_ioctl_mem(ha)             (0)
231 #define qla2x00_free_ioctl_mem(ha)              do { } while (0)
232
233 /*
234  * Global Function Prototypes in qla_attr.c source file.
235  */
236 struct fc_function_template;
237 extern struct fc_function_template qla2xxx_transport_functions;
238 extern void qla2x00_alloc_sysfs_attr(scsi_qla_host_t *);
239 extern void qla2x00_free_sysfs_attr(scsi_qla_host_t *);
240 extern void qla2x00_init_host_attr(scsi_qla_host_t *);
241 extern void qla2x00_alloc_sysfs_attr(scsi_qla_host_t *);
242 extern void qla2x00_free_sysfs_attr(scsi_qla_host_t *);
243 #endif /* _QLA_GBL_H */