qla_gbl.h 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259
  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. #ifndef __QLA_GBL_H
  22. #define __QLA_GBL_H
  23. #include <linux/interrupt.h>
  24. extern void qla2x00_remove_one(struct pci_dev *);
  25. extern int qla2x00_probe_one(struct pci_dev *, struct qla_board_info *);
  26. /*
  27. * Global Function Prototypes in qla_init.c source file.
  28. */
  29. extern int qla2x00_initialize_adapter(scsi_qla_host_t *);
  30. extern int qla2100_pci_config(struct scsi_qla_host *);
  31. extern int qla2300_pci_config(struct scsi_qla_host *);
  32. extern void qla2x00_reset_chip(struct scsi_qla_host *);
  33. extern int qla2x00_chip_diag(struct scsi_qla_host *);
  34. extern void qla2x00_config_rings(struct scsi_qla_host *);
  35. extern void qla2x00_reset_adapter(struct scsi_qla_host *);
  36. extern int qla2x00_nvram_config(struct scsi_qla_host *);
  37. extern void qla2x00_update_fw_options(struct scsi_qla_host *);
  38. extern int qla2x00_load_risc(struct scsi_qla_host *, uint32_t *);
  39. extern fc_port_t *qla2x00_alloc_fcport(scsi_qla_host_t *, int);
  40. extern int qla2x00_loop_resync(scsi_qla_host_t *);
  41. extern int qla2x00_find_new_loop_id(scsi_qla_host_t *, fc_port_t *);
  42. extern int qla2x00_fabric_login(scsi_qla_host_t *, fc_port_t *, uint16_t *);
  43. extern int qla2x00_local_device_login(scsi_qla_host_t *, uint16_t);
  44. extern void qla2x00_restart_queues(scsi_qla_host_t *, uint8_t);
  45. extern void qla2x00_rescan_fcports(scsi_qla_host_t *);
  46. extern int qla2x00_abort_isp(scsi_qla_host_t *);
  47. extern void qla2x00_reg_remote_port(scsi_qla_host_t *, fc_port_t *);
  48. /*
  49. * Global Data in qla_os.c source file.
  50. */
  51. extern char qla2x00_version_str[];
  52. extern int ql2xlogintimeout;
  53. extern int qlport_down_retry;
  54. extern int ql2xplogiabsentdevice;
  55. extern int ql2xenablezio;
  56. extern int ql2xintrdelaytimer;
  57. extern int ql2xloginretrycount;
  58. extern void qla2x00_sp_compl(scsi_qla_host_t *, srb_t *);
  59. extern char *qla2x00_get_fw_version_str(struct scsi_qla_host *, char *);
  60. extern void qla2x00_cmd_timeout(srb_t *);
  61. extern void qla2x00_mark_device_lost(scsi_qla_host_t *, fc_port_t *, int);
  62. extern void qla2x00_mark_all_devices_lost(scsi_qla_host_t *);
  63. extern void qla2x00_blink_led(scsi_qla_host_t *);
  64. extern int qla2x00_down_timeout(struct semaphore *, unsigned long);
  65. /*
  66. * Global Function Prototypes in qla_iocb.c source file.
  67. */
  68. extern void qla2x00_isp_cmd(scsi_qla_host_t *);
  69. extern uint16_t qla2x00_calc_iocbs_32(uint16_t);
  70. extern uint16_t qla2x00_calc_iocbs_64(uint16_t);
  71. extern void qla2x00_build_scsi_iocbs_32(srb_t *, cmd_entry_t *, uint16_t);
  72. extern void qla2x00_build_scsi_iocbs_64(srb_t *, cmd_entry_t *, uint16_t);
  73. extern int qla2x00_start_scsi(srb_t *sp);
  74. int qla2x00_marker(scsi_qla_host_t *, uint16_t, uint16_t, uint8_t);
  75. int __qla2x00_marker(scsi_qla_host_t *, uint16_t, uint16_t, uint8_t);
  76. /*
  77. * Global Function Prototypes in qla_mbx.c source file.
  78. */
  79. extern int
  80. qla2x00_load_ram(scsi_qla_host_t *, dma_addr_t, uint16_t, uint16_t);
  81. extern int
  82. qla2x00_load_ram_ext(scsi_qla_host_t *, dma_addr_t, uint32_t, uint16_t);
  83. extern int
  84. qla2x00_execute_fw(scsi_qla_host_t *);
  85. extern void
  86. qla2x00_get_fw_version(scsi_qla_host_t *, uint16_t *,
  87. uint16_t *, uint16_t *, uint16_t *, uint32_t *);
  88. extern int
  89. qla2x00_get_fw_options(scsi_qla_host_t *, uint16_t *);
  90. extern int
  91. qla2x00_set_fw_options(scsi_qla_host_t *, uint16_t *);
  92. extern int
  93. qla2x00_mbx_reg_test(scsi_qla_host_t *);
  94. extern int
  95. qla2x00_verify_checksum(scsi_qla_host_t *);
  96. extern int
  97. qla2x00_issue_iocb(scsi_qla_host_t *, void *, dma_addr_t, size_t);
  98. extern int
  99. qla2x00_abort_command(scsi_qla_host_t *, srb_t *);
  100. #if USE_ABORT_TGT
  101. extern int
  102. qla2x00_abort_target(fc_port_t *fcport);
  103. #endif
  104. extern int
  105. qla2x00_target_reset(scsi_qla_host_t *, struct fc_port *);
  106. extern int
  107. qla2x00_get_adapter_id(scsi_qla_host_t *, uint16_t *, uint8_t *, uint8_t *,
  108. uint8_t *, uint16_t *);
  109. extern int
  110. qla2x00_get_retry_cnt(scsi_qla_host_t *, uint8_t *, uint8_t *, uint16_t *);
  111. extern int
  112. qla2x00_init_firmware(scsi_qla_host_t *, uint16_t);
  113. extern int
  114. qla2x00_get_port_database(scsi_qla_host_t *, fc_port_t *, uint8_t);
  115. extern int
  116. qla2x00_get_firmware_state(scsi_qla_host_t *, uint16_t *);
  117. extern int
  118. qla2x00_get_port_name(scsi_qla_host_t *, uint16_t, uint8_t *, uint8_t);
  119. extern int
  120. qla2x00_lip_reset(scsi_qla_host_t *);
  121. extern int
  122. qla2x00_send_sns(scsi_qla_host_t *, dma_addr_t, uint16_t, size_t);
  123. extern int
  124. qla2x00_login_fabric(scsi_qla_host_t *, uint16_t, uint8_t, uint8_t, uint8_t,
  125. uint16_t *, uint8_t);
  126. extern int
  127. qla2x00_login_local_device(scsi_qla_host_t *, uint16_t, uint16_t *, uint8_t);
  128. extern int
  129. qla2x00_fabric_logout(scsi_qla_host_t *ha, uint16_t loop_id);
  130. extern int
  131. qla2x00_full_login_lip(scsi_qla_host_t *ha);
  132. extern int
  133. qla2x00_get_id_list(scsi_qla_host_t *, void *, dma_addr_t, uint16_t *);
  134. extern int
  135. qla2x00_get_resource_cnts(scsi_qla_host_t *, uint16_t *, uint16_t *, uint16_t *,
  136. uint16_t *);
  137. extern int
  138. qla2x00_get_fcal_position_map(scsi_qla_host_t *ha, char *pos_map);
  139. /*
  140. * Global Function Prototypes in qla_isr.c source file.
  141. */
  142. extern irqreturn_t qla2100_intr_handler(int, void *, struct pt_regs *);
  143. extern irqreturn_t qla2300_intr_handler(int, void *, struct pt_regs *);
  144. extern void qla2x00_process_response_queue(struct scsi_qla_host *);
  145. /*
  146. * Global Function Prototypes in qla_sup.c source file.
  147. */
  148. extern void qla2x00_lock_nvram_access(scsi_qla_host_t *);
  149. extern void qla2x00_unlock_nvram_access(scsi_qla_host_t *);
  150. extern void qla2x00_release_nvram_protection(scsi_qla_host_t *);
  151. extern uint16_t qla2x00_get_nvram_word(scsi_qla_host_t *, uint32_t);
  152. extern void qla2x00_write_nvram_word(scsi_qla_host_t *, uint32_t, uint16_t);
  153. /*
  154. * Global Function Prototypes in qla_dbg.c source file.
  155. */
  156. extern void qla2100_fw_dump(scsi_qla_host_t *, int);
  157. extern void qla2300_fw_dump(scsi_qla_host_t *, int);
  158. extern void qla24xx_fw_dump(scsi_qla_host_t *, int);
  159. extern void qla2100_ascii_fw_dump(scsi_qla_host_t *);
  160. extern void qla2300_ascii_fw_dump(scsi_qla_host_t *);
  161. extern void qla24xx_ascii_fw_dump(scsi_qla_host_t *);
  162. extern void qla2x00_dump_regs(scsi_qla_host_t *);
  163. extern void qla2x00_dump_buffer(uint8_t *, uint32_t);
  164. extern void qla2x00_print_scsi_cmd(struct scsi_cmnd *);
  165. extern void qla2x00_dump_pkt(void *);
  166. /*
  167. * Global Function Prototypes in qla_gs.c source file.
  168. */
  169. extern void *qla2x00_prep_ms_iocb(scsi_qla_host_t *, uint32_t, uint32_t);
  170. extern void *qla24xx_prep_ms_iocb(scsi_qla_host_t *, uint32_t, uint32_t);
  171. extern int qla2x00_ga_nxt(scsi_qla_host_t *, fc_port_t *);
  172. extern int qla2x00_gid_pt(scsi_qla_host_t *, sw_info_t *);
  173. extern int qla2x00_gpn_id(scsi_qla_host_t *, sw_info_t *);
  174. extern int qla2x00_gnn_id(scsi_qla_host_t *, sw_info_t *);
  175. extern int qla2x00_rft_id(scsi_qla_host_t *);
  176. extern int qla2x00_rff_id(scsi_qla_host_t *);
  177. extern int qla2x00_rnn_id(scsi_qla_host_t *);
  178. extern int qla2x00_rsnn_nn(scsi_qla_host_t *);
  179. /*
  180. * Global Function Prototypes in qla_rscn.c source file.
  181. */
  182. extern fc_port_t *qla2x00_alloc_rscn_fcport(scsi_qla_host_t *, int);
  183. extern int qla2x00_handle_port_rscn(scsi_qla_host_t *, uint32_t, fc_port_t *,
  184. int);
  185. extern void qla2x00_process_iodesc(scsi_qla_host_t *, struct mbx_entry *);
  186. extern void qla2x00_cancel_io_descriptors(scsi_qla_host_t *);
  187. /*
  188. * Global Function Prototypes in qla_xioctl.c source file.
  189. */
  190. #define qla2x00_enqueue_aen(ha, cmd, mode) do { } while (0)
  191. #define qla2x00_alloc_ioctl_mem(ha) (0)
  192. #define qla2x00_free_ioctl_mem(ha) do { } while (0)
  193. /*
  194. * Global Function Prototypes in qla_attr.c source file.
  195. */
  196. struct fc_function_template;
  197. extern struct fc_function_template qla2xxx_transport_functions;
  198. extern void qla2x00_alloc_sysfs_attr(scsi_qla_host_t *);
  199. extern void qla2x00_free_sysfs_attr(scsi_qla_host_t *);
  200. extern void qla2x00_init_host_attr(scsi_qla_host_t *);
  201. extern void qla2x00_alloc_sysfs_attr(scsi_qla_host_t *);
  202. extern void qla2x00_free_sysfs_attr(scsi_qla_host_t *);
  203. #endif /* _QLA_GBL_H */