diff options
author | Vikas Chaudhary <vikas.chaudhary@qlogic.com> | 2010-07-28 06:23:44 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-07-28 10:04:23 -0400 |
commit | f4f5df23bf72208d0c2f1d8be629839924c2f4c2 (patch) | |
tree | 88c41a002e0f9f4470543209047d1111a51a0d06 /drivers/scsi/qla4xxx/ql4_glbl.h | |
parent | dbaf82ece08bf93ae5200f03efd87c4f1fc453f1 (diff) |
[SCSI] qla4xxx: Added support for ISP82XX
Signed-off-by: Vikas Chaudhary <Vikas Chaudhary@qlogic.com>
Signed-off-by: Karen Higgins <karen.higgins@qlogic.com>
Signed-off-by: Ravi Anand <ravi.anand@qlogic.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/qla4xxx/ql4_glbl.h')
-rw-r--r-- | drivers/scsi/qla4xxx/ql4_glbl.h | 106 |
1 files changed, 82 insertions, 24 deletions
diff --git a/drivers/scsi/qla4xxx/ql4_glbl.h b/drivers/scsi/qla4xxx/ql4_glbl.h index c4636f6cb3cb..c9cd5d6db982 100644 --- a/drivers/scsi/qla4xxx/ql4_glbl.h +++ b/drivers/scsi/qla4xxx/ql4_glbl.h | |||
@@ -10,31 +10,32 @@ | |||
10 | 10 | ||
11 | struct iscsi_cls_conn; | 11 | struct iscsi_cls_conn; |
12 | 12 | ||
13 | void qla4xxx_hw_reset(struct scsi_qla_host *ha); | 13 | int qla4xxx_hw_reset(struct scsi_qla_host *ha); |
14 | int ql4xxx_lock_drvr_wait(struct scsi_qla_host *a); | 14 | int ql4xxx_lock_drvr_wait(struct scsi_qla_host *a); |
15 | int qla4xxx_send_tgts(struct scsi_qla_host *ha, char *ip, uint16_t port); | 15 | int qla4xxx_send_tgts(struct scsi_qla_host *ha, char *ip, uint16_t port); |
16 | int qla4xxx_send_command_to_isp(struct scsi_qla_host *ha, struct srb * srb); | 16 | int qla4xxx_send_command_to_isp(struct scsi_qla_host *ha, struct srb *srb); |
17 | int qla4xxx_initialize_adapter(struct scsi_qla_host * ha, | 17 | int qla4xxx_initialize_adapter(struct scsi_qla_host *ha, |
18 | uint8_t renew_ddb_list); | 18 | uint8_t renew_ddb_list); |
19 | int qla4xxx_soft_reset(struct scsi_qla_host *ha); | 19 | int qla4xxx_soft_reset(struct scsi_qla_host *ha); |
20 | irqreturn_t qla4xxx_intr_handler(int irq, void *dev_id); | 20 | irqreturn_t qla4xxx_intr_handler(int irq, void *dev_id); |
21 | 21 | ||
22 | void qla4xxx_free_ddb_list(struct scsi_qla_host * ha); | 22 | void qla4xxx_free_ddb_list(struct scsi_qla_host *ha); |
23 | void qla4xxx_process_aen(struct scsi_qla_host * ha, uint8_t process_aen); | 23 | void qla4xxx_free_ddb(struct scsi_qla_host *ha, struct ddb_entry *ddb_entry); |
24 | void qla4xxx_process_aen(struct scsi_qla_host *ha, uint8_t process_aen); | ||
24 | 25 | ||
25 | int qla4xxx_get_dhcp_ip_address(struct scsi_qla_host * ha); | 26 | int qla4xxx_get_dhcp_ip_address(struct scsi_qla_host *ha); |
26 | int qla4xxx_relogin_device(struct scsi_qla_host * ha, | 27 | int qla4xxx_relogin_device(struct scsi_qla_host *ha, |
27 | struct ddb_entry * ddb_entry); | 28 | struct ddb_entry *ddb_entry); |
28 | int qla4xxx_abort_task(struct scsi_qla_host *ha, struct srb *srb); | 29 | int qla4xxx_abort_task(struct scsi_qla_host *ha, struct srb *srb); |
29 | int qla4xxx_reset_lun(struct scsi_qla_host * ha, struct ddb_entry * ddb_entry, | 30 | int qla4xxx_reset_lun(struct scsi_qla_host *ha, struct ddb_entry *ddb_entry, |
30 | int lun); | 31 | int lun); |
31 | int qla4xxx_reset_target(struct scsi_qla_host * ha, | 32 | int qla4xxx_reset_target(struct scsi_qla_host *ha, |
32 | struct ddb_entry * ddb_entry); | 33 | struct ddb_entry *ddb_entry); |
33 | int qla4xxx_get_flash(struct scsi_qla_host * ha, dma_addr_t dma_addr, | 34 | int qla4xxx_get_flash(struct scsi_qla_host *ha, dma_addr_t dma_addr, |
34 | uint32_t offset, uint32_t len); | 35 | uint32_t offset, uint32_t len); |
35 | int qla4xxx_get_firmware_status(struct scsi_qla_host * ha); | 36 | int qla4xxx_get_firmware_status(struct scsi_qla_host *ha); |
36 | int qla4xxx_get_firmware_state(struct scsi_qla_host * ha); | 37 | int qla4xxx_get_firmware_state(struct scsi_qla_host *ha); |
37 | int qla4xxx_initialize_fw_cb(struct scsi_qla_host * ha); | 38 | int qla4xxx_initialize_fw_cb(struct scsi_qla_host *ha); |
38 | 39 | ||
39 | /* FIXME: Goodness! this really wants a small struct to hold the | 40 | /* FIXME: Goodness! this really wants a small struct to hold the |
40 | * parameters. On x86 the args will get passed on the stack! */ | 41 | * parameters. On x86 the args will get passed on the stack! */ |
@@ -54,20 +55,20 @@ int qla4xxx_set_ddb_entry(struct scsi_qla_host * ha, uint16_t fw_ddb_index, | |||
54 | 55 | ||
55 | void qla4xxx_mark_device_missing(struct scsi_qla_host *ha, | 56 | void qla4xxx_mark_device_missing(struct scsi_qla_host *ha, |
56 | struct ddb_entry *ddb_entry); | 57 | struct ddb_entry *ddb_entry); |
57 | u16 rd_nvram_word(struct scsi_qla_host * ha, int offset); | 58 | u16 rd_nvram_word(struct scsi_qla_host *ha, int offset); |
58 | void qla4xxx_get_crash_record(struct scsi_qla_host * ha); | 59 | void qla4xxx_get_crash_record(struct scsi_qla_host *ha); |
59 | struct ddb_entry *qla4xxx_alloc_sess(struct scsi_qla_host *ha); | 60 | struct ddb_entry *qla4xxx_alloc_sess(struct scsi_qla_host *ha); |
60 | int qla4xxx_add_sess(struct ddb_entry *); | 61 | int qla4xxx_add_sess(struct ddb_entry *); |
61 | void qla4xxx_destroy_sess(struct ddb_entry *ddb_entry); | 62 | void qla4xxx_destroy_sess(struct ddb_entry *ddb_entry); |
62 | int qla4xxx_is_nvram_configuration_valid(struct scsi_qla_host * ha); | 63 | int qla4xxx_is_nvram_configuration_valid(struct scsi_qla_host *ha); |
63 | int qla4xxx_get_fw_version(struct scsi_qla_host * ha); | 64 | int qla4xxx_get_fw_version(struct scsi_qla_host * ha); |
64 | void qla4xxx_interrupt_service_routine(struct scsi_qla_host * ha, | 65 | void qla4xxx_interrupt_service_routine(struct scsi_qla_host *ha, |
65 | uint32_t intr_status); | 66 | uint32_t intr_status); |
66 | int qla4xxx_init_rings(struct scsi_qla_host * ha); | 67 | int qla4xxx_init_rings(struct scsi_qla_host *ha); |
67 | struct srb * qla4xxx_del_from_active_array(struct scsi_qla_host *ha, | ||
68 | uint32_t index); | ||
69 | void qla4xxx_srb_compl(struct kref *ref); | 68 | void qla4xxx_srb_compl(struct kref *ref); |
70 | int qla4xxx_reinitialize_ddb_list(struct scsi_qla_host * ha); | 69 | struct srb *qla4xxx_del_from_active_array(struct scsi_qla_host *ha, |
70 | uint32_t index); | ||
71 | int qla4xxx_reinitialize_ddb_list(struct scsi_qla_host *ha); | ||
71 | int qla4xxx_process_ddb_changed(struct scsi_qla_host *ha, uint32_t fw_ddb_index, | 72 | int qla4xxx_process_ddb_changed(struct scsi_qla_host *ha, uint32_t fw_ddb_index, |
72 | uint32_t state, uint32_t conn_error); | 73 | uint32_t state, uint32_t conn_error); |
73 | void qla4xxx_dump_buffer(void *b, uint32_t size); | 74 | void qla4xxx_dump_buffer(void *b, uint32_t size); |
@@ -75,8 +76,65 @@ int qla4xxx_send_marker_iocb(struct scsi_qla_host *ha, | |||
75 | struct ddb_entry *ddb_entry, int lun, uint16_t mrkr_mod); | 76 | struct ddb_entry *ddb_entry, int lun, uint16_t mrkr_mod); |
76 | int qla4_is_relogin_allowed(struct scsi_qla_host *ha, uint32_t conn_err); | 77 | int qla4_is_relogin_allowed(struct scsi_qla_host *ha, uint32_t conn_err); |
77 | 78 | ||
79 | int qla4xxx_mailbox_command(struct scsi_qla_host *ha, uint8_t inCount, | ||
80 | uint8_t outCount, uint32_t *mbx_cmd, uint32_t *mbx_sts); | ||
81 | |||
82 | void qla4xxx_queue_iocb(struct scsi_qla_host *ha); | ||
83 | void qla4xxx_complete_iocb(struct scsi_qla_host *ha); | ||
84 | int qla4xxx_get_sys_info(struct scsi_qla_host *ha); | ||
85 | int qla4xxx_iospace_config(struct scsi_qla_host *ha); | ||
86 | void qla4xxx_pci_config(struct scsi_qla_host *ha); | ||
87 | int qla4xxx_start_firmware(struct scsi_qla_host *ha); | ||
88 | irqreturn_t qla4xxx_intr_handler(int irq, void *dev_id); | ||
89 | uint16_t qla4xxx_rd_shdw_req_q_out(struct scsi_qla_host *ha); | ||
90 | uint16_t qla4xxx_rd_shdw_rsp_q_in(struct scsi_qla_host *ha); | ||
91 | int qla4xxx_request_irqs(struct scsi_qla_host *ha); | ||
92 | void qla4xxx_free_irqs(struct scsi_qla_host *ha); | ||
93 | void qla4xxx_process_response_queue(struct scsi_qla_host *ha); | ||
94 | void qla4xxx_wake_dpc(struct scsi_qla_host *ha); | ||
95 | void qla4xxx_get_conn_event_log(struct scsi_qla_host *ha); | ||
96 | |||
97 | void qla4_8xxx_pci_config(struct scsi_qla_host *); | ||
98 | int qla4_8xxx_iospace_config(struct scsi_qla_host *ha); | ||
99 | int qla4_8xxx_load_risc(struct scsi_qla_host *); | ||
100 | irqreturn_t qla4_8xxx_intr_handler(int irq, void *dev_id); | ||
101 | void qla4_8xxx_queue_iocb(struct scsi_qla_host *ha); | ||
102 | void qla4_8xxx_complete_iocb(struct scsi_qla_host *ha); | ||
103 | |||
104 | int qla4_8xxx_crb_win_lock(struct scsi_qla_host *); | ||
105 | void qla4_8xxx_crb_win_unlock(struct scsi_qla_host *); | ||
106 | int qla4_8xxx_pci_get_crb_addr_2M(struct scsi_qla_host *, ulong *); | ||
107 | void qla4_8xxx_wr_32(struct scsi_qla_host *, ulong, u32); | ||
108 | int qla4_8xxx_rd_32(struct scsi_qla_host *, ulong); | ||
109 | int qla4_8xxx_pci_mem_read_2M(struct scsi_qla_host *, u64, void *, int); | ||
110 | int qla4_8xxx_pci_mem_write_2M(struct scsi_qla_host *ha, u64, void *, int); | ||
111 | int qla4_8xxx_isp_reset(struct scsi_qla_host *ha); | ||
112 | void qla4_8xxx_interrupt_service_routine(struct scsi_qla_host *ha, | ||
113 | uint32_t intr_status); | ||
114 | uint16_t qla4_8xxx_rd_shdw_req_q_out(struct scsi_qla_host *ha); | ||
115 | uint16_t qla4_8xxx_rd_shdw_rsp_q_in(struct scsi_qla_host *ha); | ||
116 | int qla4_8xxx_get_sys_info(struct scsi_qla_host *ha); | ||
117 | void qla4_8xxx_watchdog(struct scsi_qla_host *ha); | ||
118 | int qla4_8xxx_stop_firmware(struct scsi_qla_host *ha); | ||
119 | int qla4_8xxx_get_flash_info(struct scsi_qla_host *ha); | ||
120 | void qla4_8xxx_enable_intrs(struct scsi_qla_host *ha); | ||
121 | void qla4_8xxx_disable_intrs(struct scsi_qla_host *ha); | ||
122 | int qla4_8xxx_enable_msix(struct scsi_qla_host *ha); | ||
123 | void qla4_8xxx_disable_msix(struct scsi_qla_host *ha); | ||
124 | irqreturn_t qla4_8xxx_msi_handler(int irq, void *dev_id); | ||
125 | irqreturn_t qla4_8xxx_default_intr_handler(int irq, void *dev_id); | ||
126 | irqreturn_t qla4_8xxx_msix_rsp_q(int irq, void *dev_id); | ||
127 | void qla4xxx_mark_all_devices_missing(struct scsi_qla_host *ha); | ||
128 | void qla4xxx_dead_adapter_cleanup(struct scsi_qla_host *ha); | ||
129 | int qla4_8xxx_idc_lock(struct scsi_qla_host *ha); | ||
130 | void qla4_8xxx_idc_unlock(struct scsi_qla_host *ha); | ||
131 | int qla4_8xxx_device_state_handler(struct scsi_qla_host *ha); | ||
132 | void qla4_8xxx_need_qsnt_handler(struct scsi_qla_host *ha); | ||
133 | void qla4_8xxx_clear_drv_active(struct scsi_qla_host *ha); | ||
134 | |||
78 | extern int ql4xextended_error_logging; | 135 | extern int ql4xextended_error_logging; |
79 | extern int ql4xdiscoverywait; | 136 | extern int ql4xdiscoverywait; |
80 | extern int ql4xdontresethba; | 137 | extern int ql4xdontresethba; |
81 | extern int ql4_mod_unload; | 138 | extern int ql4xenablemsix; |
139 | |||
82 | #endif /* _QLA4x_GBL_H */ | 140 | #endif /* _QLA4x_GBL_H */ |