blob: b80ddb80030c7cf1f7f281a2c54bbd9ec4cf227e [file] [log] [blame]
dea31012005-04-17 16:05:31 -05001/*******************************************************************
2 * This file is part of the Emulex Linux Device Driver for *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04003 * Fibre Channel Host Bus Adapters. *
Jamie Wellnitz41415862006-02-28 19:25:27 -05004 * Copyright (C) 2004-2006 Emulex. All rights reserved. *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04005 * EMULEX and SLI are trademarks of Emulex. *
dea31012005-04-17 16:05:31 -05006 * www.emulex.com *
7 * *
8 * This program is free software; you can redistribute it and/or *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04009 * 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. *
dea31012005-04-17 16:05:31 -050019 *******************************************************************/
20
James Smartc01f3202006-08-18 17:47:08 -040021struct fc_rport;
dea31012005-04-17 16:05:31 -050022void lpfc_dump_mem(struct lpfc_hba *, LPFC_MBOXQ_t *, uint16_t);
23void lpfc_read_nv(struct lpfc_hba *, LPFC_MBOXQ_t *);
24int lpfc_read_la(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmb,
25 struct lpfc_dmabuf *mp);
26void lpfc_clear_la(struct lpfc_hba *, LPFC_MBOXQ_t *);
27void lpfc_config_link(struct lpfc_hba *, LPFC_MBOXQ_t *);
28int lpfc_read_sparam(struct lpfc_hba *, LPFC_MBOXQ_t *);
29void lpfc_read_config(struct lpfc_hba *, LPFC_MBOXQ_t *);
Jamie Wellnitz7bb3b132006-02-28 19:25:15 -050030void lpfc_read_lnk_stat(struct lpfc_hba *, LPFC_MBOXQ_t *);
dea31012005-04-17 16:05:31 -050031int lpfc_reg_login(struct lpfc_hba *, uint32_t, uint8_t *, LPFC_MBOXQ_t *,
32 uint32_t);
33void lpfc_unreg_login(struct lpfc_hba *, uint32_t, LPFC_MBOXQ_t *);
34void lpfc_unreg_did(struct lpfc_hba *, uint32_t, LPFC_MBOXQ_t *);
35void lpfc_init_link(struct lpfc_hba *, LPFC_MBOXQ_t *, uint32_t, uint32_t);
36
37
38int lpfc_linkdown(struct lpfc_hba *);
39void lpfc_mbx_cmpl_read_la(struct lpfc_hba *, LPFC_MBOXQ_t *);
40
41void lpfc_mbx_cmpl_clear_la(struct lpfc_hba *, LPFC_MBOXQ_t *);
42void lpfc_mbx_cmpl_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *);
43void lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *);
44void lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *);
45void lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *);
James Smartde0c5b32007-04-25 09:52:27 -040046void lpfc_dequeue_node(struct lpfc_hba *, struct lpfc_nodelist *);
47void lpfc_nlp_set_state(struct lpfc_hba *, struct lpfc_nodelist *, int);
48void lpfc_drop_node(struct lpfc_hba *, struct lpfc_nodelist *);
dea31012005-04-17 16:05:31 -050049void lpfc_set_disctmo(struct lpfc_hba *);
50int lpfc_can_disctmo(struct lpfc_hba *);
51int lpfc_unreg_rpi(struct lpfc_hba *, struct lpfc_nodelist *);
52int lpfc_check_sli_ndlp(struct lpfc_hba *, struct lpfc_sli_ring *,
53 struct lpfc_iocbq *, struct lpfc_nodelist *);
54int lpfc_nlp_remove(struct lpfc_hba *, struct lpfc_nodelist *);
55void lpfc_nlp_init(struct lpfc_hba *, struct lpfc_nodelist *, uint32_t);
56struct lpfc_nodelist *lpfc_setup_disc_node(struct lpfc_hba *, uint32_t);
dea31012005-04-17 16:05:31 -050057void lpfc_disc_list_loopmap(struct lpfc_hba *);
58void lpfc_disc_start(struct lpfc_hba *);
59void lpfc_disc_flush_list(struct lpfc_hba *);
60void lpfc_disc_timeout(unsigned long);
dea31012005-04-17 16:05:31 -050061
James Smart2534ba72007-04-25 09:52:20 -040062struct lpfc_nodelist *__lpfc_findnode_rpi(struct lpfc_hba * phba, uint16_t rpi);
dea31012005-04-17 16:05:31 -050063struct lpfc_nodelist *lpfc_findnode_rpi(struct lpfc_hba * phba, uint16_t rpi);
dea31012005-04-17 16:05:31 -050064
65int lpfc_workq_post_event(struct lpfc_hba *, void *, void *, uint32_t);
66int lpfc_do_work(void *);
67int lpfc_disc_state_machine(struct lpfc_hba *, struct lpfc_nodelist *, void *,
68 uint32_t);
69
dea31012005-04-17 16:05:31 -050070int lpfc_check_sparm(struct lpfc_hba *, struct lpfc_nodelist *,
71 struct serv_parm *, uint32_t);
James Smart07951072007-04-25 09:51:38 -040072int lpfc_els_abort(struct lpfc_hba *, struct lpfc_nodelist * ndlp);
dea31012005-04-17 16:05:31 -050073int lpfc_els_abort_flogi(struct lpfc_hba *);
74int lpfc_initial_flogi(struct lpfc_hba *);
James Smart488d1462006-03-07 15:02:37 -050075int lpfc_issue_els_plogi(struct lpfc_hba *, uint32_t, uint8_t);
dea31012005-04-17 16:05:31 -050076int lpfc_issue_els_prli(struct lpfc_hba *, struct lpfc_nodelist *, uint8_t);
77int lpfc_issue_els_adisc(struct lpfc_hba *, struct lpfc_nodelist *, uint8_t);
78int lpfc_issue_els_logo(struct lpfc_hba *, struct lpfc_nodelist *, uint8_t);
79int lpfc_issue_els_scr(struct lpfc_hba *, uint32_t, uint8_t);
80int lpfc_els_free_iocb(struct lpfc_hba *, struct lpfc_iocbq *);
81int lpfc_els_rsp_acc(struct lpfc_hba *, uint32_t, struct lpfc_iocbq *,
82 struct lpfc_nodelist *, LPFC_MBOXQ_t *, uint8_t);
83int lpfc_els_rsp_reject(struct lpfc_hba *, uint32_t, struct lpfc_iocbq *,
84 struct lpfc_nodelist *);
85int lpfc_els_rsp_adisc_acc(struct lpfc_hba *, struct lpfc_iocbq *,
86 struct lpfc_nodelist *);
87int lpfc_els_rsp_prli_acc(struct lpfc_hba *, struct lpfc_iocbq *,
88 struct lpfc_nodelist *);
James Smartfdcebe22006-03-07 15:04:01 -050089void lpfc_cancel_retry_delay_tmo(struct lpfc_hba *, struct lpfc_nodelist *);
dea31012005-04-17 16:05:31 -050090void lpfc_els_retry_delay(unsigned long);
91void lpfc_els_retry_delay_handler(struct lpfc_nodelist *);
92void lpfc_els_unsol_event(struct lpfc_hba *, struct lpfc_sli_ring *,
93 struct lpfc_iocbq *);
94int lpfc_els_handle_rscn(struct lpfc_hba *);
95int lpfc_els_flush_rscn(struct lpfc_hba *);
96int lpfc_rscn_payload_check(struct lpfc_hba *, uint32_t);
97void lpfc_els_flush_cmd(struct lpfc_hba *);
98int lpfc_els_disc_adisc(struct lpfc_hba *);
99int lpfc_els_disc_plogi(struct lpfc_hba *);
100void lpfc_els_timeout(unsigned long);
101void lpfc_els_timeout_handler(struct lpfc_hba *);
102
103void lpfc_ct_unsol_event(struct lpfc_hba *, struct lpfc_sli_ring *,
104 struct lpfc_iocbq *);
105int lpfc_ns_cmd(struct lpfc_hba *, struct lpfc_nodelist *, int);
106int lpfc_fdmi_cmd(struct lpfc_hba *, struct lpfc_nodelist *, int);
107void lpfc_fdmi_tmo(unsigned long);
108void lpfc_fdmi_tmo_handler(struct lpfc_hba *);
109
110int lpfc_config_port_prep(struct lpfc_hba *);
111int lpfc_config_port_post(struct lpfc_hba *);
112int lpfc_hba_down_prep(struct lpfc_hba *);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500113int lpfc_hba_down_post(struct lpfc_hba *);
dea31012005-04-17 16:05:31 -0500114void lpfc_hba_init(struct lpfc_hba *, uint32_t *);
115int lpfc_post_buffer(struct lpfc_hba *, struct lpfc_sli_ring *, int, int);
116void lpfc_decode_firmware_rev(struct lpfc_hba *, char *, int);
dea31012005-04-17 16:05:31 -0500117int lpfc_online(struct lpfc_hba *);
James Smart46fa3112007-04-25 09:51:45 -0400118void lpfc_block_mgmt_io(struct lpfc_hba *);
119void lpfc_unblock_mgmt_io(struct lpfc_hba *);
120void lpfc_offline_prep(struct lpfc_hba *);
121void lpfc_offline(struct lpfc_hba *);
dea31012005-04-17 16:05:31 -0500122
dea31012005-04-17 16:05:31 -0500123int lpfc_sli_setup(struct lpfc_hba *);
124int lpfc_sli_queue_setup(struct lpfc_hba *);
dea31012005-04-17 16:05:31 -0500125
126void lpfc_handle_eratt(struct lpfc_hba *);
127void lpfc_handle_latt(struct lpfc_hba *);
David Howells7d12e782006-10-05 14:55:46 +0100128irqreturn_t lpfc_intr_handler(int, void *);
dea31012005-04-17 16:05:31 -0500129
130void lpfc_read_rev(struct lpfc_hba *, LPFC_MBOXQ_t *);
131void lpfc_config_ring(struct lpfc_hba *, int, LPFC_MBOXQ_t *);
132void lpfc_config_port(struct lpfc_hba *, LPFC_MBOXQ_t *);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500133void lpfc_kill_board(struct lpfc_hba *, LPFC_MBOXQ_t *);
dea31012005-04-17 16:05:31 -0500134void lpfc_mbox_put(struct lpfc_hba *, LPFC_MBOXQ_t *);
135LPFC_MBOXQ_t *lpfc_mbox_get(struct lpfc_hba *);
James Smarta309a6b2006-08-01 07:33:43 -0400136int lpfc_mbox_tmo_val(struct lpfc_hba *, int);
dea31012005-04-17 16:05:31 -0500137
138int lpfc_mem_alloc(struct lpfc_hba *);
139void lpfc_mem_free(struct lpfc_hba *);
140
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -0500141void lpfc_poll_timeout(unsigned long ptr);
142void lpfc_poll_start_timer(struct lpfc_hba * phba);
143void lpfc_sli_poll_fcp_ring(struct lpfc_hba * hba);
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -0400144struct lpfc_iocbq * lpfc_sli_get_iocbq(struct lpfc_hba *);
James Bottomley604a3e32005-10-29 10:28:33 -0500145void lpfc_sli_release_iocbq(struct lpfc_hba * phba, struct lpfc_iocbq * iocb);
146uint16_t lpfc_sli_next_iotag(struct lpfc_hba * phba, struct lpfc_iocbq * iocb);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500147
James Smart92908312006-03-07 15:04:13 -0500148void lpfc_reset_barrier(struct lpfc_hba * phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500149int lpfc_sli_brdready(struct lpfc_hba *, uint32_t);
150int lpfc_sli_brdkill(struct lpfc_hba *);
151int lpfc_sli_brdreset(struct lpfc_hba *);
152int lpfc_sli_brdrestart(struct lpfc_hba *);
dea31012005-04-17 16:05:31 -0500153int lpfc_sli_hba_setup(struct lpfc_hba *);
154int lpfc_sli_hba_down(struct lpfc_hba *);
155int lpfc_sli_issue_mbox(struct lpfc_hba *, LPFC_MBOXQ_t *, uint32_t);
156int lpfc_sli_handle_mb_event(struct lpfc_hba *);
James Smartb4c02652006-07-06 15:50:43 -0400157int lpfc_sli_flush_mbox_queue(struct lpfc_hba *);
dea31012005-04-17 16:05:31 -0500158int lpfc_sli_handle_slow_ring_event(struct lpfc_hba *,
159 struct lpfc_sli_ring *, uint32_t);
160void lpfc_sli_def_mbox_cmpl(struct lpfc_hba *, LPFC_MBOXQ_t *);
161int lpfc_sli_issue_iocb(struct lpfc_hba *, struct lpfc_sli_ring *,
162 struct lpfc_iocbq *, uint32_t);
163void lpfc_sli_pcimem_bcopy(void *, void *, uint32_t);
164int lpfc_sli_abort_iocb_ring(struct lpfc_hba *, struct lpfc_sli_ring *);
165int lpfc_sli_ringpostbuf_put(struct lpfc_hba *, struct lpfc_sli_ring *,
166 struct lpfc_dmabuf *);
167struct lpfc_dmabuf *lpfc_sli_ringpostbuf_get(struct lpfc_hba *,
168 struct lpfc_sli_ring *,
169 dma_addr_t);
James Smart07951072007-04-25 09:51:38 -0400170int lpfc_sli_issue_abort_iotag(struct lpfc_hba *, struct lpfc_sli_ring *,
171 struct lpfc_iocbq *);
dea31012005-04-17 16:05:31 -0500172int lpfc_sli_sum_iocb(struct lpfc_hba *, struct lpfc_sli_ring *, uint16_t,
173 uint64_t, lpfc_ctx_cmd);
174int lpfc_sli_abort_iocb(struct lpfc_hba *, struct lpfc_sli_ring *, uint16_t,
175 uint64_t, uint32_t, lpfc_ctx_cmd);
176
177void lpfc_mbox_timeout(unsigned long);
178void lpfc_mbox_timeout_handler(struct lpfc_hba *);
dea31012005-04-17 16:05:31 -0500179
James Smart488d1462006-03-07 15:02:37 -0500180struct lpfc_nodelist *lpfc_findnode_did(struct lpfc_hba *, uint32_t, uint32_t);
181struct lpfc_nodelist *lpfc_findnode_wwpn(struct lpfc_hba *, uint32_t,
182 struct lpfc_name *);
dea31012005-04-17 16:05:31 -0500183
184int lpfc_sli_issue_mbox_wait(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmboxq,
185 uint32_t timeout);
186
James.Smart@Emulex.Com68876922005-10-28 20:29:47 -0400187int lpfc_sli_issue_iocb_wait(struct lpfc_hba * phba,
188 struct lpfc_sli_ring * pring,
189 struct lpfc_iocbq * piocb,
190 struct lpfc_iocbq * prspiocbq,
191 uint32_t timeout);
James.Smart@Emulex.Com5eb95af2005-06-25 10:34:30 -0400192void lpfc_sli_abort_fcp_cmpl(struct lpfc_hba * phba,
193 struct lpfc_iocbq * cmdiocb,
194 struct lpfc_iocbq * rspiocb);
dea31012005-04-17 16:05:31 -0500195
196void *lpfc_mbuf_alloc(struct lpfc_hba *, int, dma_addr_t *);
197void lpfc_mbuf_free(struct lpfc_hba *, void *, dma_addr_t);
198
199/* Function prototypes. */
200const char* lpfc_info(struct Scsi_Host *);
201void lpfc_get_cfgparam(struct lpfc_hba *);
202int lpfc_alloc_sysfs_attr(struct lpfc_hba *);
203void lpfc_free_sysfs_attr(struct lpfc_hba *);
204extern struct class_device_attribute *lpfc_host_attrs[];
205extern struct scsi_host_template lpfc_template;
206extern struct fc_function_template lpfc_transport_functions;
207
208void lpfc_get_hba_sym_node_name(struct lpfc_hba * phba, uint8_t * symbp);
James Smartc01f3202006-08-18 17:47:08 -0400209void lpfc_terminate_rport_io(struct fc_rport *);
210void lpfc_dev_loss_tmo_callbk(struct fc_rport *rport);
dea31012005-04-17 16:05:31 -0500211
212#define ScsiResult(host_code, scsi_code) (((host_code) << 16) | scsi_code)
213#define HBA_EVENT_RSCN 5
214#define HBA_EVENT_LINK_UP 2
215#define HBA_EVENT_LINK_DOWN 3