[SCSI] lpfc: Fix for "command completion for iotax x?? not found"
[deliverable/linux.git] / drivers / scsi / lpfc / lpfc_crtn.h
CommitLineData
dea3101e 1/*******************************************************************
2 * This file is part of the Emulex Linux Device Driver for *
c44ce173
JSEC
3 * Fibre Channel Host Bus Adapters. *
4 * Copyright (C) 2004-2005 Emulex. All rights reserved. *
5 * EMULEX and SLI are trademarks of Emulex. *
dea3101e 6 * www.emulex.com *
7 * *
8 * This program is free software; you can redistribute it and/or *
c44ce173
JSEC
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. *
dea3101e 19 *******************************************************************/
20
dea3101e 21void lpfc_dump_mem(struct lpfc_hba *, LPFC_MBOXQ_t *, uint16_t);
22void lpfc_read_nv(struct lpfc_hba *, LPFC_MBOXQ_t *);
23int lpfc_read_la(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmb,
24 struct lpfc_dmabuf *mp);
25void lpfc_clear_la(struct lpfc_hba *, LPFC_MBOXQ_t *);
26void lpfc_config_link(struct lpfc_hba *, LPFC_MBOXQ_t *);
27int lpfc_read_sparam(struct lpfc_hba *, LPFC_MBOXQ_t *);
28void lpfc_read_config(struct lpfc_hba *, LPFC_MBOXQ_t *);
29void lpfc_set_slim(struct lpfc_hba *, LPFC_MBOXQ_t *, uint32_t, uint32_t);
30int lpfc_reg_login(struct lpfc_hba *, uint32_t, uint8_t *, LPFC_MBOXQ_t *,
31 uint32_t);
32void lpfc_unreg_login(struct lpfc_hba *, uint32_t, LPFC_MBOXQ_t *);
33void lpfc_unreg_did(struct lpfc_hba *, uint32_t, LPFC_MBOXQ_t *);
34void lpfc_init_link(struct lpfc_hba *, LPFC_MBOXQ_t *, uint32_t, uint32_t);
35
36
37int lpfc_linkdown(struct lpfc_hba *);
38void lpfc_mbx_cmpl_read_la(struct lpfc_hba *, LPFC_MBOXQ_t *);
39
40void lpfc_mbx_cmpl_clear_la(struct lpfc_hba *, LPFC_MBOXQ_t *);
41void lpfc_mbx_cmpl_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *);
42void lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *);
43void lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *);
44void lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba *, LPFC_MBOXQ_t *);
45int lpfc_nlp_plogi(struct lpfc_hba *, struct lpfc_nodelist *);
46int lpfc_nlp_adisc(struct lpfc_hba *, struct lpfc_nodelist *);
47int lpfc_nlp_unmapped(struct lpfc_hba *, struct lpfc_nodelist *);
48int lpfc_nlp_list(struct lpfc_hba *, struct lpfc_nodelist *, int);
49void 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);
57struct lpfc_nodelist *lpfc_setup_rscn_node(struct lpfc_hba *, uint32_t);
58void lpfc_disc_list_loopmap(struct lpfc_hba *);
59void lpfc_disc_start(struct lpfc_hba *);
60void lpfc_disc_flush_list(struct lpfc_hba *);
61void lpfc_disc_timeout(unsigned long);
62void lpfc_scan_timeout(unsigned long);
63
64struct lpfc_nodelist *lpfc_findnode_rpi(struct lpfc_hba * phba, uint16_t rpi);
dea3101e 65
66int lpfc_workq_post_event(struct lpfc_hba *, void *, void *, uint32_t);
67int lpfc_do_work(void *);
68int lpfc_disc_state_machine(struct lpfc_hba *, struct lpfc_nodelist *, void *,
69 uint32_t);
70
71uint32_t lpfc_cmpl_prli_reglogin_issue(struct lpfc_hba *,
72 struct lpfc_nodelist *, void *,
73 uint32_t);
74uint32_t lpfc_cmpl_plogi_prli_issue(struct lpfc_hba *, struct lpfc_nodelist *,
75 void *, uint32_t);
76
77int lpfc_check_sparm(struct lpfc_hba *, struct lpfc_nodelist *,
78 struct serv_parm *, uint32_t);
79int lpfc_els_abort(struct lpfc_hba *, struct lpfc_nodelist * ndlp,
80 int);
81int lpfc_els_abort_flogi(struct lpfc_hba *);
82int lpfc_initial_flogi(struct lpfc_hba *);
83int lpfc_issue_els_plogi(struct lpfc_hba *, struct lpfc_nodelist *, uint8_t);
84int lpfc_issue_els_prli(struct lpfc_hba *, struct lpfc_nodelist *, uint8_t);
85int lpfc_issue_els_adisc(struct lpfc_hba *, struct lpfc_nodelist *, uint8_t);
86int lpfc_issue_els_logo(struct lpfc_hba *, struct lpfc_nodelist *, uint8_t);
87int lpfc_issue_els_scr(struct lpfc_hba *, uint32_t, uint8_t);
88int lpfc_els_free_iocb(struct lpfc_hba *, struct lpfc_iocbq *);
89int lpfc_els_rsp_acc(struct lpfc_hba *, uint32_t, struct lpfc_iocbq *,
90 struct lpfc_nodelist *, LPFC_MBOXQ_t *, uint8_t);
91int lpfc_els_rsp_reject(struct lpfc_hba *, uint32_t, struct lpfc_iocbq *,
92 struct lpfc_nodelist *);
93int lpfc_els_rsp_adisc_acc(struct lpfc_hba *, struct lpfc_iocbq *,
94 struct lpfc_nodelist *);
95int lpfc_els_rsp_prli_acc(struct lpfc_hba *, struct lpfc_iocbq *,
96 struct lpfc_nodelist *);
97void lpfc_els_retry_delay(unsigned long);
98void lpfc_els_retry_delay_handler(struct lpfc_nodelist *);
99void lpfc_els_unsol_event(struct lpfc_hba *, struct lpfc_sli_ring *,
100 struct lpfc_iocbq *);
101int lpfc_els_handle_rscn(struct lpfc_hba *);
102int lpfc_els_flush_rscn(struct lpfc_hba *);
103int lpfc_rscn_payload_check(struct lpfc_hba *, uint32_t);
104void lpfc_els_flush_cmd(struct lpfc_hba *);
105int lpfc_els_disc_adisc(struct lpfc_hba *);
106int lpfc_els_disc_plogi(struct lpfc_hba *);
107void lpfc_els_timeout(unsigned long);
108void lpfc_els_timeout_handler(struct lpfc_hba *);
109
110void lpfc_ct_unsol_event(struct lpfc_hba *, struct lpfc_sli_ring *,
111 struct lpfc_iocbq *);
112int lpfc_ns_cmd(struct lpfc_hba *, struct lpfc_nodelist *, int);
113int lpfc_fdmi_cmd(struct lpfc_hba *, struct lpfc_nodelist *, int);
114void lpfc_fdmi_tmo(unsigned long);
115void lpfc_fdmi_tmo_handler(struct lpfc_hba *);
116
117int lpfc_config_port_prep(struct lpfc_hba *);
118int lpfc_config_port_post(struct lpfc_hba *);
119int lpfc_hba_down_prep(struct lpfc_hba *);
120void lpfc_hba_init(struct lpfc_hba *, uint32_t *);
121int lpfc_post_buffer(struct lpfc_hba *, struct lpfc_sli_ring *, int, int);
122void lpfc_decode_firmware_rev(struct lpfc_hba *, char *, int);
123uint8_t *lpfc_get_lpfchba_info(struct lpfc_hba *, uint8_t *);
124int lpfc_fcp_abort(struct lpfc_hba *, int, int, int);
125int lpfc_online(struct lpfc_hba *);
126int lpfc_offline(struct lpfc_hba *);
127
128
129int lpfc_sli_setup(struct lpfc_hba *);
130int lpfc_sli_queue_setup(struct lpfc_hba *);
131void lpfc_slim_access(struct lpfc_hba *);
132
133void lpfc_handle_eratt(struct lpfc_hba *);
134void lpfc_handle_latt(struct lpfc_hba *);
135irqreturn_t lpfc_intr_handler(int, void *, struct pt_regs *);
136
137void lpfc_read_rev(struct lpfc_hba *, LPFC_MBOXQ_t *);
138void lpfc_config_ring(struct lpfc_hba *, int, LPFC_MBOXQ_t *);
139void lpfc_config_port(struct lpfc_hba *, LPFC_MBOXQ_t *);
140void lpfc_mbox_put(struct lpfc_hba *, LPFC_MBOXQ_t *);
141LPFC_MBOXQ_t *lpfc_mbox_get(struct lpfc_hba *);
142
143int lpfc_mem_alloc(struct lpfc_hba *);
144void lpfc_mem_free(struct lpfc_hba *);
145
604a3e30
JB
146void lpfc_sli_release_iocbq(struct lpfc_hba * phba, struct lpfc_iocbq * iocb);
147uint16_t lpfc_sli_next_iotag(struct lpfc_hba * phba, struct lpfc_iocbq * iocb);
dea3101e 148int lpfc_sli_hba_setup(struct lpfc_hba *);
149int lpfc_sli_hba_down(struct lpfc_hba *);
150int lpfc_sli_issue_mbox(struct lpfc_hba *, LPFC_MBOXQ_t *, uint32_t);
151int lpfc_sli_handle_mb_event(struct lpfc_hba *);
152int lpfc_sli_handle_slow_ring_event(struct lpfc_hba *,
153 struct lpfc_sli_ring *, uint32_t);
154void lpfc_sli_def_mbox_cmpl(struct lpfc_hba *, LPFC_MBOXQ_t *);
155int lpfc_sli_issue_iocb(struct lpfc_hba *, struct lpfc_sli_ring *,
156 struct lpfc_iocbq *, uint32_t);
157void lpfc_sli_pcimem_bcopy(void *, void *, uint32_t);
158int lpfc_sli_abort_iocb_ring(struct lpfc_hba *, struct lpfc_sli_ring *);
159int lpfc_sli_ringpostbuf_put(struct lpfc_hba *, struct lpfc_sli_ring *,
160 struct lpfc_dmabuf *);
161struct lpfc_dmabuf *lpfc_sli_ringpostbuf_get(struct lpfc_hba *,
162 struct lpfc_sli_ring *,
163 dma_addr_t);
164int lpfc_sli_issue_abort_iotag32(struct lpfc_hba *, struct lpfc_sli_ring *,
165 struct lpfc_iocbq *);
166int lpfc_sli_sum_iocb(struct lpfc_hba *, struct lpfc_sli_ring *, uint16_t,
167 uint64_t, lpfc_ctx_cmd);
168int lpfc_sli_abort_iocb(struct lpfc_hba *, struct lpfc_sli_ring *, uint16_t,
169 uint64_t, uint32_t, lpfc_ctx_cmd);
170
171void lpfc_mbox_timeout(unsigned long);
172void lpfc_mbox_timeout_handler(struct lpfc_hba *);
173void lpfc_map_fcp_cmnd_to_bpl(struct lpfc_hba *, struct lpfc_scsi_buf *);
174void lpfc_free_scsi_cmd(struct lpfc_scsi_buf *);
175uint32_t lpfc_os_timeout_transform(struct lpfc_hba *, uint32_t);
176
177struct lpfc_nodelist *lpfc_findnode_did(struct lpfc_hba * phba, uint32_t order,
178 uint32_t did);
179
180int lpfc_sli_issue_mbox_wait(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmboxq,
181 uint32_t timeout);
182
183int lpfc_sli_issue_iocb_wait_high_priority(struct lpfc_hba * phba,
184 struct lpfc_sli_ring * pring,
185 struct lpfc_iocbq * piocb,
186 uint32_t flag,
187 struct lpfc_iocbq * prspiocbq,
188 uint32_t timeout);
189void lpfc_sli_wake_iocb_high_priority(struct lpfc_hba * phba,
190 struct lpfc_iocbq * queue1,
191 struct lpfc_iocbq * queue2);
5eb95af0
JSEC
192void lpfc_sli_abort_fcp_cmpl(struct lpfc_hba * phba,
193 struct lpfc_iocbq * cmdiocb,
194 struct lpfc_iocbq * rspiocb);
dea3101e 195
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);
209
210#define ScsiResult(host_code, scsi_code) (((host_code) << 16) | scsi_code)
211#define HBA_EVENT_RSCN 5
212#define HBA_EVENT_LINK_UP 2
213#define HBA_EVENT_LINK_DOWN 3
This page took 0.079041 seconds and 5 git commands to generate.