lpfc_crtn.h 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205
  1. /*******************************************************************
  2. * This file is part of the Emulex Linux Device Driver for *
  3. * Fibre Channel Host Bus Adapters. *
  4. * Copyright (C) 2004-2006 Emulex. All rights reserved. *
  5. * EMULEX and SLI are trademarks of Emulex. *
  6. * www.emulex.com *
  7. * *
  8. * This program is free software; you can redistribute it and/or *
  9. * modify it under the terms of version 2 of the GNU General *
  10. * Public License as published by the Free Software Foundation. *
  11. * This program is distributed in the hope that it will be useful. *
  12. * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND *
  13. * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, *
  14. * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE *
  15. * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD *
  16. * TO BE LEGALLY INVALID. See the GNU General Public License for *
  17. * more details, a copy of which can be found in the file COPYING *
  18. * included with this package. *
  19. *******************************************************************/
  20. void lpfc_dump_mem(struct lpfc_hba *, LPFC_MBOXQ_t *, uint16_t);
  21. void lpfc_read_nv(struct lpfc_hba *, LPFC_MBOXQ_t *);
  22. int lpfc_read_la(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmb,
  23. struct lpfc_dmabuf *mp);
  24. void lpfc_clear_la(struct lpfc_hba *, LPFC_MBOXQ_t *);
  25. void lpfc_config_link(struct lpfc_hba *, LPFC_MBOXQ_t *);
  26. int lpfc_read_sparam(struct lpfc_hba *, LPFC_MBOXQ_t *);
  27. void lpfc_read_config(struct lpfc_hba *, LPFC_MBOXQ_t *);
  28. void lpfc_read_lnk_stat(struct lpfc_hba *, LPFC_MBOXQ_t *);
  29. int lpfc_reg_login(struct lpfc_hba *, uint32_t, uint8_t *, LPFC_MBOXQ_t *,
  30. uint32_t);
  31. void lpfc_unreg_login(struct lpfc_hba *, uint32_t, LPFC_MBOXQ_t *);
  32. void lpfc_unreg_did(struct lpfc_hba *, uint32_t, LPFC_MBOXQ_t *);
  33. void lpfc_init_link(struct lpfc_hba *, LPFC_MBOXQ_t *, uint32_t, uint32_t);
  34. int lpfc_linkdown(struct lpfc_hba *);
  35. void lpfc_mbx_cmpl_read_la(struct lpfc_hba *, LPFC_MBOXQ_t *);
  36. void lpfc_mbx_cmpl_clear_la(struct lpfc_hba *, LPFC_MBOXQ_t *);
  37. void lpfc_mbx_cmpl_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *);
  38. void lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *);
  39. void lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *);
  40. void lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *);
  41. int lpfc_nlp_list(struct lpfc_hba *, struct lpfc_nodelist *, int);
  42. void lpfc_set_disctmo(struct lpfc_hba *);
  43. int lpfc_can_disctmo(struct lpfc_hba *);
  44. int lpfc_unreg_rpi(struct lpfc_hba *, struct lpfc_nodelist *);
  45. int lpfc_check_sli_ndlp(struct lpfc_hba *, struct lpfc_sli_ring *,
  46. struct lpfc_iocbq *, struct lpfc_nodelist *);
  47. int lpfc_nlp_remove(struct lpfc_hba *, struct lpfc_nodelist *);
  48. void lpfc_nlp_init(struct lpfc_hba *, struct lpfc_nodelist *, uint32_t);
  49. struct lpfc_nodelist *lpfc_setup_disc_node(struct lpfc_hba *, uint32_t);
  50. void lpfc_disc_list_loopmap(struct lpfc_hba *);
  51. void lpfc_disc_start(struct lpfc_hba *);
  52. void lpfc_disc_flush_list(struct lpfc_hba *);
  53. void lpfc_disc_timeout(unsigned long);
  54. struct lpfc_nodelist *lpfc_findnode_rpi(struct lpfc_hba * phba, uint16_t rpi);
  55. int lpfc_workq_post_event(struct lpfc_hba *, void *, void *, uint32_t);
  56. int lpfc_do_work(void *);
  57. int lpfc_disc_state_machine(struct lpfc_hba *, struct lpfc_nodelist *, void *,
  58. uint32_t);
  59. int lpfc_check_sparm(struct lpfc_hba *, struct lpfc_nodelist *,
  60. struct serv_parm *, uint32_t);
  61. int lpfc_els_abort(struct lpfc_hba *, struct lpfc_nodelist * ndlp,
  62. int);
  63. int lpfc_els_abort_flogi(struct lpfc_hba *);
  64. int lpfc_initial_flogi(struct lpfc_hba *);
  65. int lpfc_issue_els_plogi(struct lpfc_hba *, uint32_t, uint8_t);
  66. int lpfc_issue_els_prli(struct lpfc_hba *, struct lpfc_nodelist *, uint8_t);
  67. int lpfc_issue_els_adisc(struct lpfc_hba *, struct lpfc_nodelist *, uint8_t);
  68. int lpfc_issue_els_logo(struct lpfc_hba *, struct lpfc_nodelist *, uint8_t);
  69. int lpfc_issue_els_scr(struct lpfc_hba *, uint32_t, uint8_t);
  70. int lpfc_els_free_iocb(struct lpfc_hba *, struct lpfc_iocbq *);
  71. int lpfc_els_rsp_acc(struct lpfc_hba *, uint32_t, struct lpfc_iocbq *,
  72. struct lpfc_nodelist *, LPFC_MBOXQ_t *, uint8_t);
  73. int lpfc_els_rsp_reject(struct lpfc_hba *, uint32_t, struct lpfc_iocbq *,
  74. struct lpfc_nodelist *);
  75. int lpfc_els_rsp_adisc_acc(struct lpfc_hba *, struct lpfc_iocbq *,
  76. struct lpfc_nodelist *);
  77. int lpfc_els_rsp_prli_acc(struct lpfc_hba *, struct lpfc_iocbq *,
  78. struct lpfc_nodelist *);
  79. void lpfc_cancel_retry_delay_tmo(struct lpfc_hba *, struct lpfc_nodelist *);
  80. void lpfc_els_retry_delay(unsigned long);
  81. void lpfc_els_retry_delay_handler(struct lpfc_nodelist *);
  82. void lpfc_els_unsol_event(struct lpfc_hba *, struct lpfc_sli_ring *,
  83. struct lpfc_iocbq *);
  84. int lpfc_els_handle_rscn(struct lpfc_hba *);
  85. int lpfc_els_flush_rscn(struct lpfc_hba *);
  86. int lpfc_rscn_payload_check(struct lpfc_hba *, uint32_t);
  87. void lpfc_els_flush_cmd(struct lpfc_hba *);
  88. int lpfc_els_disc_adisc(struct lpfc_hba *);
  89. int lpfc_els_disc_plogi(struct lpfc_hba *);
  90. void lpfc_els_timeout(unsigned long);
  91. void lpfc_els_timeout_handler(struct lpfc_hba *);
  92. void lpfc_ct_unsol_event(struct lpfc_hba *, struct lpfc_sli_ring *,
  93. struct lpfc_iocbq *);
  94. int lpfc_ns_cmd(struct lpfc_hba *, struct lpfc_nodelist *, int);
  95. int lpfc_fdmi_cmd(struct lpfc_hba *, struct lpfc_nodelist *, int);
  96. void lpfc_fdmi_tmo(unsigned long);
  97. void lpfc_fdmi_tmo_handler(struct lpfc_hba *);
  98. int lpfc_config_port_prep(struct lpfc_hba *);
  99. int lpfc_config_port_post(struct lpfc_hba *);
  100. int lpfc_hba_down_prep(struct lpfc_hba *);
  101. int lpfc_hba_down_post(struct lpfc_hba *);
  102. void lpfc_hba_init(struct lpfc_hba *, uint32_t *);
  103. int lpfc_post_buffer(struct lpfc_hba *, struct lpfc_sli_ring *, int, int);
  104. void lpfc_decode_firmware_rev(struct lpfc_hba *, char *, int);
  105. int lpfc_online(struct lpfc_hba *);
  106. int lpfc_offline(struct lpfc_hba *);
  107. int lpfc_sli_setup(struct lpfc_hba *);
  108. int lpfc_sli_queue_setup(struct lpfc_hba *);
  109. void lpfc_handle_eratt(struct lpfc_hba *);
  110. void lpfc_handle_latt(struct lpfc_hba *);
  111. irqreturn_t lpfc_intr_handler(int, void *, struct pt_regs *);
  112. void lpfc_read_rev(struct lpfc_hba *, LPFC_MBOXQ_t *);
  113. void lpfc_config_ring(struct lpfc_hba *, int, LPFC_MBOXQ_t *);
  114. void lpfc_config_port(struct lpfc_hba *, LPFC_MBOXQ_t *);
  115. void lpfc_kill_board(struct lpfc_hba *, LPFC_MBOXQ_t *);
  116. void lpfc_mbox_put(struct lpfc_hba *, LPFC_MBOXQ_t *);
  117. LPFC_MBOXQ_t *lpfc_mbox_get(struct lpfc_hba *);
  118. int lpfc_mem_alloc(struct lpfc_hba *);
  119. void lpfc_mem_free(struct lpfc_hba *);
  120. void lpfc_poll_timeout(unsigned long ptr);
  121. void lpfc_poll_start_timer(struct lpfc_hba * phba);
  122. void lpfc_sli_poll_fcp_ring(struct lpfc_hba * hba);
  123. struct lpfc_iocbq * lpfc_sli_get_iocbq(struct lpfc_hba *);
  124. void lpfc_sli_release_iocbq(struct lpfc_hba * phba, struct lpfc_iocbq * iocb);
  125. uint16_t lpfc_sli_next_iotag(struct lpfc_hba * phba, struct lpfc_iocbq * iocb);
  126. void lpfc_reset_barrier(struct lpfc_hba * phba);
  127. int lpfc_sli_brdready(struct lpfc_hba *, uint32_t);
  128. int lpfc_sli_brdkill(struct lpfc_hba *);
  129. int lpfc_sli_brdreset(struct lpfc_hba *);
  130. int lpfc_sli_brdrestart(struct lpfc_hba *);
  131. int lpfc_sli_hba_setup(struct lpfc_hba *);
  132. int lpfc_sli_hba_down(struct lpfc_hba *);
  133. int lpfc_sli_issue_mbox(struct lpfc_hba *, LPFC_MBOXQ_t *, uint32_t);
  134. int lpfc_sli_handle_mb_event(struct lpfc_hba *);
  135. int lpfc_sli_handle_slow_ring_event(struct lpfc_hba *,
  136. struct lpfc_sli_ring *, uint32_t);
  137. void lpfc_sli_def_mbox_cmpl(struct lpfc_hba *, LPFC_MBOXQ_t *);
  138. int lpfc_sli_issue_iocb(struct lpfc_hba *, struct lpfc_sli_ring *,
  139. struct lpfc_iocbq *, uint32_t);
  140. void lpfc_sli_pcimem_bcopy(void *, void *, uint32_t);
  141. int lpfc_sli_abort_iocb_ring(struct lpfc_hba *, struct lpfc_sli_ring *);
  142. int lpfc_sli_ringpostbuf_put(struct lpfc_hba *, struct lpfc_sli_ring *,
  143. struct lpfc_dmabuf *);
  144. struct lpfc_dmabuf *lpfc_sli_ringpostbuf_get(struct lpfc_hba *,
  145. struct lpfc_sli_ring *,
  146. dma_addr_t);
  147. int lpfc_sli_issue_abort_iotag32(struct lpfc_hba *, struct lpfc_sli_ring *,
  148. struct lpfc_iocbq *);
  149. int lpfc_sli_sum_iocb(struct lpfc_hba *, struct lpfc_sli_ring *, uint16_t,
  150. uint64_t, lpfc_ctx_cmd);
  151. int lpfc_sli_abort_iocb(struct lpfc_hba *, struct lpfc_sli_ring *, uint16_t,
  152. uint64_t, uint32_t, lpfc_ctx_cmd);
  153. void lpfc_mbox_timeout(unsigned long);
  154. void lpfc_mbox_timeout_handler(struct lpfc_hba *);
  155. struct lpfc_nodelist *lpfc_findnode_did(struct lpfc_hba *, uint32_t, uint32_t);
  156. struct lpfc_nodelist *lpfc_findnode_wwpn(struct lpfc_hba *, uint32_t,
  157. struct lpfc_name *);
  158. int lpfc_sli_issue_mbox_wait(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmboxq,
  159. uint32_t timeout);
  160. int lpfc_sli_issue_iocb_wait(struct lpfc_hba * phba,
  161. struct lpfc_sli_ring * pring,
  162. struct lpfc_iocbq * piocb,
  163. struct lpfc_iocbq * prspiocbq,
  164. uint32_t timeout);
  165. void lpfc_sli_abort_fcp_cmpl(struct lpfc_hba * phba,
  166. struct lpfc_iocbq * cmdiocb,
  167. struct lpfc_iocbq * rspiocb);
  168. void *lpfc_mbuf_alloc(struct lpfc_hba *, int, dma_addr_t *);
  169. void lpfc_mbuf_free(struct lpfc_hba *, void *, dma_addr_t);
  170. /* Function prototypes. */
  171. const char* lpfc_info(struct Scsi_Host *);
  172. void lpfc_get_cfgparam(struct lpfc_hba *);
  173. int lpfc_alloc_sysfs_attr(struct lpfc_hba *);
  174. void lpfc_free_sysfs_attr(struct lpfc_hba *);
  175. extern struct class_device_attribute *lpfc_host_attrs[];
  176. extern struct scsi_host_template lpfc_template;
  177. extern struct fc_function_template lpfc_transport_functions;
  178. void lpfc_get_hba_sym_node_name(struct lpfc_hba * phba, uint8_t * symbp);
  179. #define ScsiResult(host_code, scsi_code) (((host_code) << 16) | scsi_code)
  180. #define HBA_EVENT_RSCN 5
  181. #define HBA_EVENT_LINK_UP 2
  182. #define HBA_EVENT_LINK_DOWN 3