ql4_glbl.h 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. /*
  2. * QLogic iSCSI HBA Driver
  3. * Copyright (c) 2003-2010 QLogic Corporation
  4. *
  5. * See LICENSE.qla4xxx for copyright and licensing details.
  6. */
  7. #ifndef __QLA4x_GBL_H
  8. #define __QLA4x_GBL_H
  9. struct iscsi_cls_conn;
  10. int qla4xxx_hw_reset(struct scsi_qla_host *ha);
  11. int ql4xxx_lock_drvr_wait(struct scsi_qla_host *a);
  12. int qla4xxx_send_tgts(struct scsi_qla_host *ha, char *ip, uint16_t port);
  13. int qla4xxx_send_command_to_isp(struct scsi_qla_host *ha, struct srb *srb);
  14. int qla4xxx_initialize_adapter(struct scsi_qla_host *ha,
  15. uint8_t renew_ddb_list);
  16. int qla4xxx_soft_reset(struct scsi_qla_host *ha);
  17. irqreturn_t qla4xxx_intr_handler(int irq, void *dev_id);
  18. void qla4xxx_free_ddb_list(struct scsi_qla_host *ha);
  19. void qla4xxx_free_ddb(struct scsi_qla_host *ha, struct ddb_entry *ddb_entry);
  20. void qla4xxx_process_aen(struct scsi_qla_host *ha, uint8_t process_aen);
  21. int qla4xxx_get_dhcp_ip_address(struct scsi_qla_host *ha);
  22. int qla4xxx_relogin_device(struct scsi_qla_host *ha,
  23. struct ddb_entry *ddb_entry);
  24. int qla4xxx_abort_task(struct scsi_qla_host *ha, struct srb *srb);
  25. int qla4xxx_reset_lun(struct scsi_qla_host *ha, struct ddb_entry *ddb_entry,
  26. int lun);
  27. int qla4xxx_reset_target(struct scsi_qla_host *ha,
  28. struct ddb_entry *ddb_entry);
  29. int qla4xxx_get_flash(struct scsi_qla_host *ha, dma_addr_t dma_addr,
  30. uint32_t offset, uint32_t len);
  31. int qla4xxx_get_firmware_status(struct scsi_qla_host *ha);
  32. int qla4xxx_get_firmware_state(struct scsi_qla_host *ha);
  33. int qla4xxx_initialize_fw_cb(struct scsi_qla_host *ha);
  34. /* FIXME: Goodness! this really wants a small struct to hold the
  35. * parameters. On x86 the args will get passed on the stack! */
  36. int qla4xxx_get_fwddb_entry(struct scsi_qla_host *ha,
  37. uint16_t fw_ddb_index,
  38. struct dev_db_entry *fw_ddb_entry,
  39. dma_addr_t fw_ddb_entry_dma,
  40. uint32_t *num_valid_ddb_entries,
  41. uint32_t *next_ddb_index,
  42. uint32_t *fw_ddb_device_state,
  43. uint32_t *conn_err_detail,
  44. uint16_t *tcp_source_port_num,
  45. uint16_t *connection_id);
  46. int qla4xxx_set_ddb_entry(struct scsi_qla_host * ha, uint16_t fw_ddb_index,
  47. dma_addr_t fw_ddb_entry_dma);
  48. void qla4xxx_mark_device_missing(struct scsi_qla_host *ha,
  49. struct ddb_entry *ddb_entry);
  50. u16 rd_nvram_word(struct scsi_qla_host *ha, int offset);
  51. void qla4xxx_get_crash_record(struct scsi_qla_host *ha);
  52. struct ddb_entry *qla4xxx_alloc_sess(struct scsi_qla_host *ha);
  53. int qla4xxx_add_sess(struct ddb_entry *);
  54. void qla4xxx_destroy_sess(struct ddb_entry *ddb_entry);
  55. int qla4xxx_is_nvram_configuration_valid(struct scsi_qla_host *ha);
  56. int qla4xxx_about_firmware(struct scsi_qla_host *ha);
  57. void qla4xxx_interrupt_service_routine(struct scsi_qla_host *ha,
  58. uint32_t intr_status);
  59. int qla4xxx_init_rings(struct scsi_qla_host *ha);
  60. void qla4xxx_srb_compl(struct kref *ref);
  61. struct srb *qla4xxx_del_from_active_array(struct scsi_qla_host *ha,
  62. uint32_t index);
  63. int qla4xxx_reinitialize_ddb_list(struct scsi_qla_host *ha);
  64. int qla4xxx_process_ddb_changed(struct scsi_qla_host *ha, uint32_t fw_ddb_index,
  65. uint32_t state, uint32_t conn_error);
  66. void qla4xxx_dump_buffer(void *b, uint32_t size);
  67. int qla4xxx_send_marker_iocb(struct scsi_qla_host *ha,
  68. struct ddb_entry *ddb_entry, int lun, uint16_t mrkr_mod);
  69. int qla4_is_relogin_allowed(struct scsi_qla_host *ha, uint32_t conn_err);
  70. int qla4xxx_mailbox_command(struct scsi_qla_host *ha, uint8_t inCount,
  71. uint8_t outCount, uint32_t *mbx_cmd, uint32_t *mbx_sts);
  72. void qla4xxx_queue_iocb(struct scsi_qla_host *ha);
  73. void qla4xxx_complete_iocb(struct scsi_qla_host *ha);
  74. int qla4xxx_get_sys_info(struct scsi_qla_host *ha);
  75. int qla4xxx_iospace_config(struct scsi_qla_host *ha);
  76. void qla4xxx_pci_config(struct scsi_qla_host *ha);
  77. int qla4xxx_start_firmware(struct scsi_qla_host *ha);
  78. irqreturn_t qla4xxx_intr_handler(int irq, void *dev_id);
  79. uint16_t qla4xxx_rd_shdw_req_q_out(struct scsi_qla_host *ha);
  80. uint16_t qla4xxx_rd_shdw_rsp_q_in(struct scsi_qla_host *ha);
  81. int qla4xxx_request_irqs(struct scsi_qla_host *ha);
  82. void qla4xxx_free_irqs(struct scsi_qla_host *ha);
  83. void qla4xxx_process_response_queue(struct scsi_qla_host *ha);
  84. void qla4xxx_wake_dpc(struct scsi_qla_host *ha);
  85. void qla4xxx_get_conn_event_log(struct scsi_qla_host *ha);
  86. void qla4xxx_mailbox_premature_completion(struct scsi_qla_host *ha);
  87. void qla4xxx_dump_registers(struct scsi_qla_host *ha);
  88. void qla4_8xxx_pci_config(struct scsi_qla_host *);
  89. int qla4_8xxx_iospace_config(struct scsi_qla_host *ha);
  90. int qla4_8xxx_load_risc(struct scsi_qla_host *);
  91. irqreturn_t qla4_8xxx_intr_handler(int irq, void *dev_id);
  92. void qla4_8xxx_queue_iocb(struct scsi_qla_host *ha);
  93. void qla4_8xxx_complete_iocb(struct scsi_qla_host *ha);
  94. int qla4_8xxx_crb_win_lock(struct scsi_qla_host *);
  95. void qla4_8xxx_crb_win_unlock(struct scsi_qla_host *);
  96. int qla4_8xxx_pci_get_crb_addr_2M(struct scsi_qla_host *, ulong *);
  97. void qla4_8xxx_wr_32(struct scsi_qla_host *, ulong, u32);
  98. int qla4_8xxx_rd_32(struct scsi_qla_host *, ulong);
  99. int qla4_8xxx_pci_mem_read_2M(struct scsi_qla_host *, u64, void *, int);
  100. int qla4_8xxx_pci_mem_write_2M(struct scsi_qla_host *ha, u64, void *, int);
  101. int qla4_8xxx_isp_reset(struct scsi_qla_host *ha);
  102. void qla4_8xxx_interrupt_service_routine(struct scsi_qla_host *ha,
  103. uint32_t intr_status);
  104. uint16_t qla4_8xxx_rd_shdw_req_q_out(struct scsi_qla_host *ha);
  105. uint16_t qla4_8xxx_rd_shdw_rsp_q_in(struct scsi_qla_host *ha);
  106. int qla4_8xxx_get_sys_info(struct scsi_qla_host *ha);
  107. void qla4_8xxx_watchdog(struct scsi_qla_host *ha);
  108. int qla4_8xxx_stop_firmware(struct scsi_qla_host *ha);
  109. int qla4_8xxx_get_flash_info(struct scsi_qla_host *ha);
  110. void qla4_8xxx_enable_intrs(struct scsi_qla_host *ha);
  111. void qla4_8xxx_disable_intrs(struct scsi_qla_host *ha);
  112. int qla4_8xxx_enable_msix(struct scsi_qla_host *ha);
  113. void qla4_8xxx_disable_msix(struct scsi_qla_host *ha);
  114. irqreturn_t qla4_8xxx_msi_handler(int irq, void *dev_id);
  115. irqreturn_t qla4_8xxx_default_intr_handler(int irq, void *dev_id);
  116. irqreturn_t qla4_8xxx_msix_rsp_q(int irq, void *dev_id);
  117. void qla4xxx_mark_all_devices_missing(struct scsi_qla_host *ha);
  118. void qla4xxx_dead_adapter_cleanup(struct scsi_qla_host *ha);
  119. int qla4_8xxx_idc_lock(struct scsi_qla_host *ha);
  120. void qla4_8xxx_idc_unlock(struct scsi_qla_host *ha);
  121. int qla4_8xxx_device_state_handler(struct scsi_qla_host *ha);
  122. void qla4_8xxx_need_qsnt_handler(struct scsi_qla_host *ha);
  123. void qla4_8xxx_clear_drv_active(struct scsi_qla_host *ha);
  124. void qla4_8xxx_set_drv_active(struct scsi_qla_host *ha);
  125. extern int ql4xextended_error_logging;
  126. extern int ql4xdontresethba;
  127. extern int ql4xenablemsix;
  128. extern struct device_attribute *qla4xxx_host_attrs[];
  129. #endif /* _QLA4x_GBL_H */