blob: 72c1cf15ef2b14a252e4cbde30d4f62c996878d4 [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. *
James Smarte47c9092008-02-08 18:49:26 -05004 * Copyright (C) 2004-2008 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 *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04007 * Portions Copyright (C) 2004-2005 Christoph Hellwig *
dea31012005-04-17 16:05:31 -05008 * *
9 * This program is free software; you can redistribute it and/or *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -040010 * modify it under the terms of version 2 of the GNU General *
11 * Public License as published by the Free Software Foundation. *
12 * This program is distributed in the hope that it will be useful. *
13 * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND *
14 * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, *
15 * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE *
16 * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD *
17 * TO BE LEGALLY INVALID. See the GNU General Public License for *
18 * more details, a copy of which can be found in the file COPYING *
19 * included with this package. *
dea31012005-04-17 16:05:31 -050020 *******************************************************************/
21
dea31012005-04-17 16:05:31 -050022#include <linux/blkdev.h>
23#include <linux/pci.h>
24#include <linux/kthread.h>
25#include <linux/interrupt.h>
26
James.Smart@Emulex.Com91886522005-08-10 15:03:09 -040027#include <scsi/scsi.h>
dea31012005-04-17 16:05:31 -050028#include <scsi/scsi_device.h>
29#include <scsi/scsi_host.h>
30#include <scsi/scsi_transport_fc.h>
31
32#include "lpfc_hw.h"
33#include "lpfc_disc.h"
34#include "lpfc_sli.h"
35#include "lpfc_scsi.h"
36#include "lpfc.h"
37#include "lpfc_logmsg.h"
38#include "lpfc_crtn.h"
James Smart92d7f7b2007-06-17 19:56:38 -050039#include "lpfc_vport.h"
James Smart858c9f62007-06-17 19:56:39 -050040#include "lpfc_debugfs.h"
dea31012005-04-17 16:05:31 -050041
42/* AlpaArray for assignment of scsid for scan-down and bind_method */
43static uint8_t lpfcAlpaArray[] = {
44 0xEF, 0xE8, 0xE4, 0xE2, 0xE1, 0xE0, 0xDC, 0xDA, 0xD9, 0xD6,
45 0xD5, 0xD4, 0xD3, 0xD2, 0xD1, 0xCE, 0xCD, 0xCC, 0xCB, 0xCA,
46 0xC9, 0xC7, 0xC6, 0xC5, 0xC3, 0xBC, 0xBA, 0xB9, 0xB6, 0xB5,
47 0xB4, 0xB3, 0xB2, 0xB1, 0xAE, 0xAD, 0xAC, 0xAB, 0xAA, 0xA9,
48 0xA7, 0xA6, 0xA5, 0xA3, 0x9F, 0x9E, 0x9D, 0x9B, 0x98, 0x97,
49 0x90, 0x8F, 0x88, 0x84, 0x82, 0x81, 0x80, 0x7C, 0x7A, 0x79,
50 0x76, 0x75, 0x74, 0x73, 0x72, 0x71, 0x6E, 0x6D, 0x6C, 0x6B,
51 0x6A, 0x69, 0x67, 0x66, 0x65, 0x63, 0x5C, 0x5A, 0x59, 0x56,
52 0x55, 0x54, 0x53, 0x52, 0x51, 0x4E, 0x4D, 0x4C, 0x4B, 0x4A,
53 0x49, 0x47, 0x46, 0x45, 0x43, 0x3C, 0x3A, 0x39, 0x36, 0x35,
54 0x34, 0x33, 0x32, 0x31, 0x2E, 0x2D, 0x2C, 0x2B, 0x2A, 0x29,
55 0x27, 0x26, 0x25, 0x23, 0x1F, 0x1E, 0x1D, 0x1B, 0x18, 0x17,
56 0x10, 0x0F, 0x08, 0x04, 0x02, 0x01
57};
58
James Smart2e0fef82007-06-17 19:56:36 -050059static void lpfc_disc_timeout_handler(struct lpfc_vport *);
Adrian Bunka6ababd2007-11-05 18:07:33 +010060static void lpfc_disc_flush_list(struct lpfc_vport *vport);
dea31012005-04-17 16:05:31 -050061
James Smartc01f3202006-08-18 17:47:08 -040062void
63lpfc_terminate_rport_io(struct fc_rport *rport)
dea31012005-04-17 16:05:31 -050064{
James Smartc01f3202006-08-18 17:47:08 -040065 struct lpfc_rport_data *rdata;
66 struct lpfc_nodelist * ndlp;
67 struct lpfc_hba *phba;
dea31012005-04-17 16:05:31 -050068
James Smartc01f3202006-08-18 17:47:08 -040069 rdata = rport->dd_data;
70 ndlp = rdata->pnode;
71
James Smart58da1ff2008-04-07 10:15:56 -040072 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp)) {
James Smartc01f3202006-08-18 17:47:08 -040073 if (rport->roles & FC_RPORT_ROLE_FCP_TARGET)
74 printk(KERN_ERR "Cannot find remote node"
75 " to terminate I/O Data x%x\n",
76 rport->port_id);
dea31012005-04-17 16:05:31 -050077 return;
78 }
79
James Smart2e0fef82007-06-17 19:56:36 -050080 phba = ndlp->vport->phba;
James Smart1a169682006-03-07 15:04:06 -050081
James Smart858c9f62007-06-17 19:56:39 -050082 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_RPORT,
83 "rport terminate: sid:x%x did:x%x flg:x%x",
84 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag);
85
James Smartc01f3202006-08-18 17:47:08 -040086 if (ndlp->nlp_sid != NLP_NO_SID) {
James Smart51ef4c22007-08-02 11:10:31 -040087 lpfc_sli_abort_iocb(ndlp->vport,
88 &phba->sli.ring[phba->sli.fcp_ring],
89 ndlp->nlp_sid, 0, LPFC_CTX_TGT);
James Smartc01f3202006-08-18 17:47:08 -040090 }
James Smartc01f3202006-08-18 17:47:08 -040091}
92
93/*
94 * This function will be called when dev_loss_tmo fire.
95 */
96void
97lpfc_dev_loss_tmo_callbk(struct fc_rport *rport)
98{
99 struct lpfc_rport_data *rdata;
100 struct lpfc_nodelist * ndlp;
James Smart2e0fef82007-06-17 19:56:36 -0500101 struct lpfc_vport *vport;
James Smart858c9f62007-06-17 19:56:39 -0500102 struct lpfc_hba *phba;
James Smart858c9f62007-06-17 19:56:39 -0500103 struct lpfc_work_evt *evtp;
James Smarta8adb832007-10-27 13:37:53 -0400104 int put_node;
105 int put_rport;
James Smartc01f3202006-08-18 17:47:08 -0400106
107 rdata = rport->dd_data;
108 ndlp = rdata->pnode;
James Smart58da1ff2008-04-07 10:15:56 -0400109 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp))
James Smartc01f3202006-08-18 17:47:08 -0400110 return;
James Smartc01f3202006-08-18 17:47:08 -0400111
James Smart858c9f62007-06-17 19:56:39 -0500112 vport = ndlp->vport;
113 phba = vport->phba;
114
115 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
116 "rport devlosscb: sid:x%x did:x%x flg:x%x",
117 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag);
118
James Smarta8adb832007-10-27 13:37:53 -0400119 /* Don't defer this if we are in the process of deleting the vport
120 * or unloading the driver. The unload will cleanup the node
121 * appropriately we just need to cleanup the ndlp rport info here.
122 */
123 if (vport->load_flag & FC_UNLOADING) {
124 put_node = rdata->pnode != NULL;
125 put_rport = ndlp->rport != NULL;
126 rdata->pnode = NULL;
127 ndlp->rport = NULL;
128 if (put_node)
129 lpfc_nlp_put(ndlp);
130 if (put_rport)
131 put_device(&rport->dev);
132 return;
133 }
134
135 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE)
136 return;
137
James Smart858c9f62007-06-17 19:56:39 -0500138 evtp = &ndlp->dev_loss_evt;
139
140 if (!list_empty(&evtp->evt_listp))
141 return;
142
143 spin_lock_irq(&phba->hbalock);
James Smartfa4066b2008-01-11 01:53:27 -0500144 /* We need to hold the node by incrementing the reference
145 * count until this queued work is done
146 */
147 evtp->evt_arg1 = lpfc_nlp_get(ndlp);
James Smart5e9d9b82008-06-14 22:52:53 -0400148 if (evtp->evt_arg1) {
149 evtp->evt = LPFC_EVT_DEV_LOSS;
150 list_add_tail(&evtp->evt_listp, &phba->work_list);
151 lpfc_worker_wake_up(phba);
152 }
James Smart858c9f62007-06-17 19:56:39 -0500153 spin_unlock_irq(&phba->hbalock);
154
James Smart858c9f62007-06-17 19:56:39 -0500155 return;
156}
157
158/*
159 * This function is called from the worker thread when dev_loss_tmo
160 * expire.
161 */
Adrian Bunka6ababd2007-11-05 18:07:33 +0100162static void
James Smart858c9f62007-06-17 19:56:39 -0500163lpfc_dev_loss_tmo_handler(struct lpfc_nodelist *ndlp)
164{
165 struct lpfc_rport_data *rdata;
166 struct fc_rport *rport;
167 struct lpfc_vport *vport;
168 struct lpfc_hba *phba;
169 uint8_t *name;
James Smart87af33f2007-10-27 13:37:43 -0400170 int put_node;
171 int put_rport;
James Smart858c9f62007-06-17 19:56:39 -0500172 int warn_on = 0;
173
174 rport = ndlp->rport;
175
176 if (!rport)
177 return;
178
179 rdata = rport->dd_data;
180 name = (uint8_t *) &ndlp->nlp_portname;
181 vport = ndlp->vport;
182 phba = vport->phba;
183
184 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
185 "rport devlosstmo:did:x%x type:x%x id:x%x",
186 ndlp->nlp_DID, ndlp->nlp_type, rport->scsi_target_id);
187
James Smarta8adb832007-10-27 13:37:53 -0400188 /* Don't defer this if we are in the process of deleting the vport
189 * or unloading the driver. The unload will cleanup the node
190 * appropriately we just need to cleanup the ndlp rport info here.
191 */
192 if (vport->load_flag & FC_UNLOADING) {
James Smart09372822008-01-11 01:52:54 -0500193 if (ndlp->nlp_sid != NLP_NO_SID) {
194 /* flush the target */
195 lpfc_sli_abort_iocb(vport,
196 &phba->sli.ring[phba->sli.fcp_ring],
197 ndlp->nlp_sid, 0, LPFC_CTX_TGT);
198 }
James Smarta8adb832007-10-27 13:37:53 -0400199 put_node = rdata->pnode != NULL;
200 put_rport = ndlp->rport != NULL;
201 rdata->pnode = NULL;
202 ndlp->rport = NULL;
203 if (put_node)
204 lpfc_nlp_put(ndlp);
205 if (put_rport)
206 put_device(&rport->dev);
207 return;
208 }
209
James Smartd7c255b2008-08-24 21:50:00 -0400210 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) {
211 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
212 "0284 Devloss timeout Ignored on "
213 "WWPN %x:%x:%x:%x:%x:%x:%x:%x "
214 "NPort x%x\n",
215 *name, *(name+1), *(name+2), *(name+3),
216 *(name+4), *(name+5), *(name+6), *(name+7),
217 ndlp->nlp_DID);
James Smart858c9f62007-06-17 19:56:39 -0500218 return;
James Smartd7c255b2008-08-24 21:50:00 -0400219 }
James Smart858c9f62007-06-17 19:56:39 -0500220
James Smart92d7f7b2007-06-17 19:56:38 -0500221 if (ndlp->nlp_type & NLP_FABRIC) {
222 /* We will clean up these Nodes in linkup */
223 put_node = rdata->pnode != NULL;
224 put_rport = ndlp->rport != NULL;
225 rdata->pnode = NULL;
226 ndlp->rport = NULL;
227 if (put_node)
228 lpfc_nlp_put(ndlp);
229 if (put_rport)
230 put_device(&rport->dev);
James Smart82085712007-04-25 09:52:41 -0400231 return;
James Smart92d7f7b2007-06-17 19:56:38 -0500232 }
James Smart82085712007-04-25 09:52:41 -0400233
dea31012005-04-17 16:05:31 -0500234 if (ndlp->nlp_sid != NLP_NO_SID) {
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400235 warn_on = 1;
dea31012005-04-17 16:05:31 -0500236 /* flush the target */
James Smart51ef4c22007-08-02 11:10:31 -0400237 lpfc_sli_abort_iocb(vport, &phba->sli.ring[phba->sli.fcp_ring],
238 ndlp->nlp_sid, 0, LPFC_CTX_TGT);
dea31012005-04-17 16:05:31 -0500239 }
James Smart2e0fef82007-06-17 19:56:36 -0500240 if (vport->load_flag & FC_UNLOADING)
James Smartc01f3202006-08-18 17:47:08 -0400241 warn_on = 0;
242
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400243 if (warn_on) {
James Smarte8b62012007-08-02 11:10:09 -0400244 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
245 "0203 Devloss timeout on "
James Smart58da1ff2008-04-07 10:15:56 -0400246 "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x "
247 "NPort x%06x Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -0400248 *name, *(name+1), *(name+2), *(name+3),
249 *(name+4), *(name+5), *(name+6), *(name+7),
250 ndlp->nlp_DID, ndlp->nlp_flag,
251 ndlp->nlp_state, ndlp->nlp_rpi);
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400252 } else {
James Smarte8b62012007-08-02 11:10:09 -0400253 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
254 "0204 Devloss timeout on "
James Smart58da1ff2008-04-07 10:15:56 -0400255 "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x "
256 "NPort x%06x Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -0400257 *name, *(name+1), *(name+2), *(name+3),
258 *(name+4), *(name+5), *(name+6), *(name+7),
259 ndlp->nlp_DID, ndlp->nlp_flag,
260 ndlp->nlp_state, ndlp->nlp_rpi);
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400261 }
262
James Smart87af33f2007-10-27 13:37:43 -0400263 put_node = rdata->pnode != NULL;
264 put_rport = ndlp->rport != NULL;
265 rdata->pnode = NULL;
266 ndlp->rport = NULL;
267 if (put_node)
268 lpfc_nlp_put(ndlp);
269 if (put_rport)
270 put_device(&rport->dev);
271
James Smart2e0fef82007-06-17 19:56:36 -0500272 if (!(vport->load_flag & FC_UNLOADING) &&
James Smart1dcb58e2007-04-25 09:51:30 -0400273 !(ndlp->nlp_flag & NLP_DELAY_TMO) &&
James Smart82085712007-04-25 09:52:41 -0400274 !(ndlp->nlp_flag & NLP_NPR_2B_DISC) &&
James Smarte47c9092008-02-08 18:49:26 -0500275 (ndlp->nlp_state != NLP_STE_UNMAPPED_NODE))
James Smart2e0fef82007-06-17 19:56:36 -0500276 lpfc_disc_state_machine(vport, ndlp, NULL, NLP_EVT_DEVICE_RM);
James Smart92d7f7b2007-06-17 19:56:38 -0500277}
James Smartc01f3202006-08-18 17:47:08 -0400278
dea31012005-04-17 16:05:31 -0500279static void
James Smart2e0fef82007-06-17 19:56:36 -0500280lpfc_work_list_done(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500281{
282 struct lpfc_work_evt *evtp = NULL;
283 struct lpfc_nodelist *ndlp;
284 int free_evt;
285
James Smart2e0fef82007-06-17 19:56:36 -0500286 spin_lock_irq(&phba->hbalock);
287 while (!list_empty(&phba->work_list)) {
dea31012005-04-17 16:05:31 -0500288 list_remove_head((&phba->work_list), evtp, typeof(*evtp),
289 evt_listp);
James Smart2e0fef82007-06-17 19:56:36 -0500290 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500291 free_evt = 1;
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500292 switch (evtp->evt) {
dea31012005-04-17 16:05:31 -0500293 case LPFC_EVT_ELS_RETRY:
James Smart2e0fef82007-06-17 19:56:36 -0500294 ndlp = (struct lpfc_nodelist *) (evtp->evt_arg1);
dea31012005-04-17 16:05:31 -0500295 lpfc_els_retry_delay_handler(ndlp);
James Smart92d7f7b2007-06-17 19:56:38 -0500296 free_evt = 0; /* evt is part of ndlp */
James Smartfa4066b2008-01-11 01:53:27 -0500297 /* decrement the node reference count held
298 * for this queued work
299 */
300 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -0500301 break;
James Smart858c9f62007-06-17 19:56:39 -0500302 case LPFC_EVT_DEV_LOSS:
303 ndlp = (struct lpfc_nodelist *)(evtp->evt_arg1);
James Smart858c9f62007-06-17 19:56:39 -0500304 lpfc_dev_loss_tmo_handler(ndlp);
305 free_evt = 0;
James Smartfa4066b2008-01-11 01:53:27 -0500306 /* decrement the node reference count held for
307 * this queued work
308 */
James Smart858c9f62007-06-17 19:56:39 -0500309 lpfc_nlp_put(ndlp);
310 break;
dea31012005-04-17 16:05:31 -0500311 case LPFC_EVT_ONLINE:
James Smart2e0fef82007-06-17 19:56:36 -0500312 if (phba->link_state < LPFC_LINK_DOWN)
313 *(int *) (evtp->evt_arg1) = lpfc_online(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500314 else
James Smart2e0fef82007-06-17 19:56:36 -0500315 *(int *) (evtp->evt_arg1) = 0;
dea31012005-04-17 16:05:31 -0500316 complete((struct completion *)(evtp->evt_arg2));
317 break;
James Smart46fa3112007-04-25 09:51:45 -0400318 case LPFC_EVT_OFFLINE_PREP:
James Smart2e0fef82007-06-17 19:56:36 -0500319 if (phba->link_state >= LPFC_LINK_DOWN)
James Smart46fa3112007-04-25 09:51:45 -0400320 lpfc_offline_prep(phba);
321 *(int *)(evtp->evt_arg1) = 0;
322 complete((struct completion *)(evtp->evt_arg2));
323 break;
324 case LPFC_EVT_OFFLINE:
325 lpfc_offline(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500326 lpfc_sli_brdrestart(phba);
327 *(int *)(evtp->evt_arg1) =
James Smart46fa3112007-04-25 09:51:45 -0400328 lpfc_sli_brdready(phba, HS_FFRDY | HS_MBRDY);
329 lpfc_unblock_mgmt_io(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500330 complete((struct completion *)(evtp->evt_arg2));
331 break;
332 case LPFC_EVT_WARM_START:
James Smart46fa3112007-04-25 09:51:45 -0400333 lpfc_offline(phba);
James Smart92908312006-03-07 15:04:13 -0500334 lpfc_reset_barrier(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500335 lpfc_sli_brdreset(phba);
336 lpfc_hba_down_post(phba);
337 *(int *)(evtp->evt_arg1) =
338 lpfc_sli_brdready(phba, HS_MBRDY);
James Smart46fa3112007-04-25 09:51:45 -0400339 lpfc_unblock_mgmt_io(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500340 complete((struct completion *)(evtp->evt_arg2));
341 break;
342 case LPFC_EVT_KILL:
James Smart46fa3112007-04-25 09:51:45 -0400343 lpfc_offline(phba);
James Smart92908312006-03-07 15:04:13 -0500344 *(int *)(evtp->evt_arg1)
James Smart2e0fef82007-06-17 19:56:36 -0500345 = (phba->pport->stopped)
346 ? 0 : lpfc_sli_brdkill(phba);
James Smart46fa3112007-04-25 09:51:45 -0400347 lpfc_unblock_mgmt_io(phba);
dea31012005-04-17 16:05:31 -0500348 complete((struct completion *)(evtp->evt_arg2));
349 break;
350 }
351 if (free_evt)
352 kfree(evtp);
James Smart2e0fef82007-06-17 19:56:36 -0500353 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500354 }
James Smart2e0fef82007-06-17 19:56:36 -0500355 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500356
357}
358
James Smart311464e2007-08-02 11:10:37 -0400359static void
James Smart2e0fef82007-06-17 19:56:36 -0500360lpfc_work_done(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500361{
362 struct lpfc_sli_ring *pring;
James Smart858c9f62007-06-17 19:56:39 -0500363 uint32_t ha_copy, status, control, work_port_events;
James Smart549e55c2007-08-02 11:09:51 -0400364 struct lpfc_vport **vports;
James Smart51ef4c22007-08-02 11:10:31 -0400365 struct lpfc_vport *vport;
James Smart549e55c2007-08-02 11:09:51 -0400366 int i;
dea31012005-04-17 16:05:31 -0500367
James Smart2e0fef82007-06-17 19:56:36 -0500368 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500369 ha_copy = phba->work_ha;
370 phba->work_ha = 0;
James Smart2e0fef82007-06-17 19:56:36 -0500371 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500372
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500373 if (ha_copy & HA_ERATT)
dea31012005-04-17 16:05:31 -0500374 lpfc_handle_eratt(phba);
375
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500376 if (ha_copy & HA_MBATT)
dea31012005-04-17 16:05:31 -0500377 lpfc_sli_handle_mb_event(phba);
378
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500379 if (ha_copy & HA_LATT)
dea31012005-04-17 16:05:31 -0500380 lpfc_handle_latt(phba);
James Smart549e55c2007-08-02 11:09:51 -0400381 vports = lpfc_create_vport_work_array(phba);
382 if (vports != NULL)
James Smart09372822008-01-11 01:52:54 -0500383 for(i = 0; i <= phba->max_vpi; i++) {
James Smart51ef4c22007-08-02 11:10:31 -0400384 /*
385 * We could have no vports in array if unloading, so if
386 * this happens then just use the pport
387 */
388 if (vports[i] == NULL && i == 0)
389 vport = phba->pport;
390 else
391 vport = vports[i];
392 if (vport == NULL)
393 break;
James Smart58da1ff2008-04-07 10:15:56 -0400394 spin_lock_irq(&vport->work_port_lock);
James Smart51ef4c22007-08-02 11:10:31 -0400395 work_port_events = vport->work_port_events;
James Smart58da1ff2008-04-07 10:15:56 -0400396 vport->work_port_events &= ~work_port_events;
397 spin_unlock_irq(&vport->work_port_lock);
James Smart549e55c2007-08-02 11:09:51 -0400398 if (work_port_events & WORKER_DISC_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400399 lpfc_disc_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400400 if (work_port_events & WORKER_ELS_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400401 lpfc_els_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400402 if (work_port_events & WORKER_HB_TMO)
403 lpfc_hb_timeout_handler(phba);
404 if (work_port_events & WORKER_MBOX_TMO)
405 lpfc_mbox_timeout_handler(phba);
406 if (work_port_events & WORKER_FABRIC_BLOCK_TMO)
407 lpfc_unblock_fabric_iocbs(phba);
408 if (work_port_events & WORKER_FDMI_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400409 lpfc_fdmi_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400410 if (work_port_events & WORKER_RAMP_DOWN_QUEUE)
411 lpfc_ramp_down_queue_handler(phba);
412 if (work_port_events & WORKER_RAMP_UP_QUEUE)
413 lpfc_ramp_up_queue_handler(phba);
James Smart92d7f7b2007-06-17 19:56:38 -0500414 }
James Smart09372822008-01-11 01:52:54 -0500415 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -0500416
James Smart858c9f62007-06-17 19:56:39 -0500417 pring = &phba->sli.ring[LPFC_ELS_RING];
418 status = (ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING)));
419 status >>= (4*LPFC_ELS_RING);
420 if ((status & HA_RXMASK)
421 || (pring->flag & LPFC_DEFERRED_RING_EVENT)) {
James Smart0b727fe2007-10-27 13:37:25 -0400422 if (pring->flag & LPFC_STOP_IOCB_EVENT) {
James Smart858c9f62007-06-17 19:56:39 -0500423 pring->flag |= LPFC_DEFERRED_RING_EVENT;
James Smart5e9d9b82008-06-14 22:52:53 -0400424 /* Set the lpfc data pending flag */
425 set_bit(LPFC_DATA_READY, &phba->data_flags);
James Smart858c9f62007-06-17 19:56:39 -0500426 } else {
James Smart58da1ff2008-04-07 10:15:56 -0400427 pring->flag &= ~LPFC_DEFERRED_RING_EVENT;
James Smart858c9f62007-06-17 19:56:39 -0500428 lpfc_sli_handle_slow_ring_event(phba, pring,
429 (status &
430 HA_RXMASK));
James Smart858c9f62007-06-17 19:56:39 -0500431 }
432 /*
433 * Turn on Ring interrupts
434 */
435 spin_lock_irq(&phba->hbalock);
436 control = readl(phba->HCregaddr);
437 if (!(control & (HC_R0INT_ENA << LPFC_ELS_RING))) {
James Smarta58cbd52007-08-02 11:09:43 -0400438 lpfc_debugfs_slow_ring_trc(phba,
439 "WRK Enable ring: cntl:x%x hacopy:x%x",
440 control, ha_copy, 0);
441
James Smart858c9f62007-06-17 19:56:39 -0500442 control |= (HC_R0INT_ENA << LPFC_ELS_RING);
dea31012005-04-17 16:05:31 -0500443 writel(control, phba->HCregaddr);
444 readl(phba->HCregaddr); /* flush */
dea31012005-04-17 16:05:31 -0500445 }
James Smarta58cbd52007-08-02 11:09:43 -0400446 else {
447 lpfc_debugfs_slow_ring_trc(phba,
448 "WRK Ring ok: cntl:x%x hacopy:x%x",
449 control, ha_copy, 0);
450 }
James Smart858c9f62007-06-17 19:56:39 -0500451 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500452 }
James Smart2e0fef82007-06-17 19:56:36 -0500453 lpfc_work_list_done(phba);
dea31012005-04-17 16:05:31 -0500454}
455
dea31012005-04-17 16:05:31 -0500456int
457lpfc_do_work(void *p)
458{
459 struct lpfc_hba *phba = p;
460 int rc;
dea31012005-04-17 16:05:31 -0500461
462 set_user_nice(current, -20);
James Smart5e9d9b82008-06-14 22:52:53 -0400463 phba->data_flags = 0;
dea31012005-04-17 16:05:31 -0500464
465 while (1) {
James Smart5e9d9b82008-06-14 22:52:53 -0400466 /* wait and check worker queue activities */
467 rc = wait_event_interruptible(phba->work_waitq,
468 (test_and_clear_bit(LPFC_DATA_READY,
469 &phba->data_flags)
470 || kthread_should_stop()));
dea31012005-04-17 16:05:31 -0500471 BUG_ON(rc);
472
473 if (kthread_should_stop())
474 break;
475
James Smart5e9d9b82008-06-14 22:52:53 -0400476 /* Attend pending lpfc data processing */
dea31012005-04-17 16:05:31 -0500477 lpfc_work_done(phba);
dea31012005-04-17 16:05:31 -0500478 }
dea31012005-04-17 16:05:31 -0500479 return 0;
480}
481
482/*
483 * This is only called to handle FC worker events. Since this a rare
484 * occurance, we allocate a struct lpfc_work_evt structure here instead of
485 * embedding it in the IOCB.
486 */
487int
James Smart2e0fef82007-06-17 19:56:36 -0500488lpfc_workq_post_event(struct lpfc_hba *phba, void *arg1, void *arg2,
dea31012005-04-17 16:05:31 -0500489 uint32_t evt)
490{
491 struct lpfc_work_evt *evtp;
James Smarted957682007-06-17 19:56:37 -0500492 unsigned long flags;
dea31012005-04-17 16:05:31 -0500493
494 /*
495 * All Mailbox completions and LPFC_ELS_RING rcv ring IOCB events will
496 * be queued to worker thread for processing
497 */
James Smart92d7f7b2007-06-17 19:56:38 -0500498 evtp = kmalloc(sizeof(struct lpfc_work_evt), GFP_ATOMIC);
dea31012005-04-17 16:05:31 -0500499 if (!evtp)
500 return 0;
501
502 evtp->evt_arg1 = arg1;
503 evtp->evt_arg2 = arg2;
504 evtp->evt = evt;
505
James Smarted957682007-06-17 19:56:37 -0500506 spin_lock_irqsave(&phba->hbalock, flags);
James Smart071fbd3d2006-04-15 11:53:20 -0400507 list_add_tail(&evtp->evt_listp, &phba->work_list);
James Smarted957682007-06-17 19:56:37 -0500508 spin_unlock_irqrestore(&phba->hbalock, flags);
dea31012005-04-17 16:05:31 -0500509
James Smart5e9d9b82008-06-14 22:52:53 -0400510 lpfc_worker_wake_up(phba);
511
dea31012005-04-17 16:05:31 -0500512 return 1;
513}
514
James Smart92d7f7b2007-06-17 19:56:38 -0500515void
516lpfc_cleanup_rpis(struct lpfc_vport *vport, int remove)
517{
James Smart09372822008-01-11 01:52:54 -0500518 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500519 struct lpfc_hba *phba = vport->phba;
520 struct lpfc_nodelist *ndlp, *next_ndlp;
521 int rc;
522
523 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -0500524 if (!NLP_CHK_NODE_ACT(ndlp))
525 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500526 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
527 continue;
James Smart98c9ea52007-10-27 13:37:33 -0400528 if ((phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) ||
529 ((vport->port_type == LPFC_NPIV_PORT) &&
530 (ndlp->nlp_DID == NameServer_DID)))
James Smart92d7f7b2007-06-17 19:56:38 -0500531 lpfc_unreg_rpi(vport, ndlp);
532
533 /* Leave Fabric nodes alone on link down */
534 if (!remove && ndlp->nlp_type & NLP_FABRIC)
535 continue;
536 rc = lpfc_disc_state_machine(vport, ndlp, NULL,
537 remove
538 ? NLP_EVT_DEVICE_RM
539 : NLP_EVT_DEVICE_RECOVERY);
540 }
541 if (phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) {
542 lpfc_mbx_unreg_vpi(vport);
James Smart09372822008-01-11 01:52:54 -0500543 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500544 vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI;
James Smart09372822008-01-11 01:52:54 -0500545 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500546 }
547}
548
James Smart87af33f2007-10-27 13:37:43 -0400549void
James Smart98c9ea52007-10-27 13:37:33 -0400550lpfc_port_link_failure(struct lpfc_vport *vport)
James Smart92d7f7b2007-06-17 19:56:38 -0500551{
James Smart92d7f7b2007-06-17 19:56:38 -0500552 /* Cleanup any outstanding RSCN activity */
553 lpfc_els_flush_rscn(vport);
554
555 /* Cleanup any outstanding ELS commands */
556 lpfc_els_flush_cmd(vport);
557
558 lpfc_cleanup_rpis(vport, 0);
559
James Smart92d7f7b2007-06-17 19:56:38 -0500560 /* Turn off discovery timer if its running */
561 lpfc_can_disctmo(vport);
562}
563
James Smart98c9ea52007-10-27 13:37:33 -0400564static void
565lpfc_linkdown_port(struct lpfc_vport *vport)
566{
567 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
568
569 fc_host_post_event(shost, fc_get_event_number(), FCH_EVT_LINKDOWN, 0);
570
571 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
572 "Link Down: state:x%x rtry:x%x flg:x%x",
573 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
574
575 lpfc_port_link_failure(vport);
576
577}
578
dea31012005-04-17 16:05:31 -0500579int
James Smart685f0bf2007-04-25 09:53:08 -0400580lpfc_linkdown(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500581{
James Smart2e0fef82007-06-17 19:56:36 -0500582 struct lpfc_vport *vport = phba->pport;
583 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart549e55c2007-08-02 11:09:51 -0400584 struct lpfc_vport **vports;
James Smart685f0bf2007-04-25 09:53:08 -0400585 LPFC_MBOXQ_t *mb;
James Smart549e55c2007-08-02 11:09:51 -0400586 int i;
dea31012005-04-17 16:05:31 -0500587
James Smart3163f722008-02-08 18:50:25 -0500588 if (phba->link_state == LPFC_LINK_DOWN)
James Smart2e0fef82007-06-17 19:56:36 -0500589 return 0;
James Smart2e0fef82007-06-17 19:56:36 -0500590 spin_lock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -0500591 if (phba->link_state > LPFC_LINK_DOWN) {
James Smart2e0fef82007-06-17 19:56:36 -0500592 phba->link_state = LPFC_LINK_DOWN;
James Smart92d7f7b2007-06-17 19:56:38 -0500593 phba->pport->fc_flag &= ~FC_LBIT;
594 }
James Smart2e0fef82007-06-17 19:56:36 -0500595 spin_unlock_irq(&phba->hbalock);
James Smart549e55c2007-08-02 11:09:51 -0400596 vports = lpfc_create_vport_work_array(phba);
597 if (vports != NULL)
James Smart09372822008-01-11 01:52:54 -0500598 for(i = 0; i <= phba->max_vpi && vports[i] != NULL; i++) {
James Smart549e55c2007-08-02 11:09:51 -0400599 /* Issue a LINK DOWN event to all nodes */
600 lpfc_linkdown_port(vports[i]);
601 }
James Smart09372822008-01-11 01:52:54 -0500602 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -0500603 /* Clean up any firmware default rpi's */
James Smart2e0fef82007-06-17 19:56:36 -0500604 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
605 if (mb) {
James Smart92d7f7b2007-06-17 19:56:38 -0500606 lpfc_unreg_did(phba, 0xffff, 0xffffffff, mb);
James Smarted957682007-06-17 19:56:37 -0500607 mb->vport = vport;
James Smart2e0fef82007-06-17 19:56:36 -0500608 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -0400609 if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT)
dea31012005-04-17 16:05:31 -0500610 == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -0500611 mempool_free(mb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -0500612 }
613 }
614
dea31012005-04-17 16:05:31 -0500615 /* Setup myDID for link up if we are in pt2pt mode */
James Smart92d7f7b2007-06-17 19:56:38 -0500616 if (phba->pport->fc_flag & FC_PT2PT) {
617 phba->pport->fc_myDID = 0;
James Smart2e0fef82007-06-17 19:56:36 -0500618 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
619 if (mb) {
dea31012005-04-17 16:05:31 -0500620 lpfc_config_link(phba, mb);
James Smart92d7f7b2007-06-17 19:56:38 -0500621 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smarted957682007-06-17 19:56:37 -0500622 mb->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -0400623 if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT)
dea31012005-04-17 16:05:31 -0500624 == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -0500625 mempool_free(mb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -0500626 }
627 }
James Smart2e0fef82007-06-17 19:56:36 -0500628 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500629 phba->pport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI);
James Smart2e0fef82007-06-17 19:56:36 -0500630 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -0500631 }
James Smart2e0fef82007-06-17 19:56:36 -0500632
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500633 return 0;
dea31012005-04-17 16:05:31 -0500634}
635
James Smart92d7f7b2007-06-17 19:56:38 -0500636static void
637lpfc_linkup_cleanup_nodes(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -0500638{
James Smart92d7f7b2007-06-17 19:56:38 -0500639 struct lpfc_nodelist *ndlp;
640
641 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -0500642 if (!NLP_CHK_NODE_ACT(ndlp))
643 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500644 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
645 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500646 if (ndlp->nlp_type & NLP_FABRIC) {
James Smarte47c9092008-02-08 18:49:26 -0500647 /* On Linkup its safe to clean up the ndlp
648 * from Fabric connections.
649 */
James Smart92d7f7b2007-06-17 19:56:38 -0500650 if (ndlp->nlp_DID != Fabric_DID)
651 lpfc_unreg_rpi(vport, ndlp);
652 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
653 } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) {
James Smarte47c9092008-02-08 18:49:26 -0500654 /* Fail outstanding IO now since device is
655 * marked for PLOGI.
656 */
James Smart92d7f7b2007-06-17 19:56:38 -0500657 lpfc_unreg_rpi(vport, ndlp);
658 }
659 }
660}
661
662static void
663lpfc_linkup_port(struct lpfc_vport *vport)
664{
665 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500666 struct lpfc_hba *phba = vport->phba;
667
668 if ((vport->load_flag & FC_UNLOADING) != 0)
669 return;
670
James Smart858c9f62007-06-17 19:56:39 -0500671 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
672 "Link Up: top:x%x speed:x%x flg:x%x",
673 phba->fc_topology, phba->fc_linkspeed, phba->link_flag);
674
James Smart92d7f7b2007-06-17 19:56:38 -0500675 /* If NPIV is not enabled, only bring the physical port up */
676 if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) &&
677 (vport != phba->pport))
678 return;
dea31012005-04-17 16:05:31 -0500679
James Smart2e0fef82007-06-17 19:56:36 -0500680 fc_host_post_event(shost, fc_get_event_number(), FCH_EVT_LINKUP, 0);
James Smartd2873e42006-08-18 17:46:43 -0400681
James Smart2e0fef82007-06-17 19:56:36 -0500682 spin_lock_irq(shost->host_lock);
James Smart2e0fef82007-06-17 19:56:36 -0500683 vport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI | FC_ABORT_DISCOVERY |
684 FC_RSCN_MODE | FC_NLP_MORE | FC_RSCN_DISCOVERY);
685 vport->fc_flag |= FC_NDISC_ACTIVE;
686 vport->fc_ns_retry = 0;
687 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -0500688
James Smart92d7f7b2007-06-17 19:56:38 -0500689 if (vport->fc_flag & FC_LBIT)
690 lpfc_linkup_cleanup_nodes(vport);
dea31012005-04-17 16:05:31 -0500691
James Smart92d7f7b2007-06-17 19:56:38 -0500692}
693
694static int
695lpfc_linkup(struct lpfc_hba *phba)
696{
James Smart549e55c2007-08-02 11:09:51 -0400697 struct lpfc_vport **vports;
698 int i;
James Smart92d7f7b2007-06-17 19:56:38 -0500699
700 phba->link_state = LPFC_LINK_UP;
701
702 /* Unblock fabric iocbs if they are blocked */
703 clear_bit(FABRIC_COMANDS_BLOCKED, &phba->bit_flags);
704 del_timer_sync(&phba->fabric_block_timer);
705
James Smart549e55c2007-08-02 11:09:51 -0400706 vports = lpfc_create_vport_work_array(phba);
707 if (vports != NULL)
James Smart09372822008-01-11 01:52:54 -0500708 for(i = 0; i <= phba->max_vpi && vports[i] != NULL; i++)
James Smart549e55c2007-08-02 11:09:51 -0400709 lpfc_linkup_port(vports[i]);
James Smart09372822008-01-11 01:52:54 -0500710 lpfc_destroy_vport_work_array(phba, vports);
James Smart92d7f7b2007-06-17 19:56:38 -0500711 if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)
712 lpfc_issue_clear_la(phba, phba->pport);
dea31012005-04-17 16:05:31 -0500713
714 return 0;
715}
716
717/*
718 * This routine handles processing a CLEAR_LA mailbox
719 * command upon completion. It is setup in the LPFC_MBOXQ
720 * as the completion routine when the command is
721 * handed off to the SLI layer.
722 */
Adrian Bunka6ababd2007-11-05 18:07:33 +0100723static void
James Smart2e0fef82007-06-17 19:56:36 -0500724lpfc_mbx_cmpl_clear_la(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -0500725{
James Smart2e0fef82007-06-17 19:56:36 -0500726 struct lpfc_vport *vport = pmb->vport;
727 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
728 struct lpfc_sli *psli = &phba->sli;
729 MAILBOX_t *mb = &pmb->mb;
dea31012005-04-17 16:05:31 -0500730 uint32_t control;
731
dea31012005-04-17 16:05:31 -0500732 /* Since we don't do discovery right now, turn these off here */
James Smarta4bc3372006-12-02 13:34:16 -0500733 psli->ring[psli->extra_ring].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -0500734 psli->ring[psli->fcp_ring].flag &= ~LPFC_STOP_IOCB_EVENT;
735 psli->ring[psli->next_ring].flag &= ~LPFC_STOP_IOCB_EVENT;
736
737 /* Check for error */
738 if ((mb->mbxStatus) && (mb->mbxStatus != 0x1601)) {
James Smart92d7f7b2007-06-17 19:56:38 -0500739 /* CLEAR_LA mbox error <mbxStatus> state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -0400740 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
741 "0320 CLEAR_LA mbxStatus error x%x hba "
742 "state x%x\n",
743 mb->mbxStatus, vport->port_state);
James Smart2e0fef82007-06-17 19:56:36 -0500744 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -0500745 goto out;
746 }
747
James Smart92d7f7b2007-06-17 19:56:38 -0500748 if (vport->port_type == LPFC_PHYSICAL_PORT)
749 phba->link_state = LPFC_HBA_READY;
750
751 spin_lock_irq(&phba->hbalock);
752 psli->sli_flag |= LPFC_PROCESS_LA;
753 control = readl(phba->HCregaddr);
754 control |= HC_LAINT_ENA;
755 writel(control, phba->HCregaddr);
756 readl(phba->HCregaddr); /* flush */
757 spin_unlock_irq(&phba->hbalock);
James Smart1b32f6a2008-02-08 18:49:39 -0500758 mempool_free(pmb, phba->mbox_mem_pool);
James Smart92d7f7b2007-06-17 19:56:38 -0500759 return;
dea31012005-04-17 16:05:31 -0500760
dea31012005-04-17 16:05:31 -0500761out:
762 /* Device Discovery completes */
James Smarte8b62012007-08-02 11:10:09 -0400763 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
764 "0225 Device Discovery completes\n");
James Smart2e0fef82007-06-17 19:56:36 -0500765 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -0500766
James Smart2e0fef82007-06-17 19:56:36 -0500767 spin_lock_irq(shost->host_lock);
James Smart58da1ff2008-04-07 10:15:56 -0400768 vport->fc_flag &= ~FC_ABORT_DISCOVERY;
James Smart2e0fef82007-06-17 19:56:36 -0500769 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -0500770
James Smart2e0fef82007-06-17 19:56:36 -0500771 lpfc_can_disctmo(vport);
dea31012005-04-17 16:05:31 -0500772
773 /* turn on Link Attention interrupts */
James Smart2e0fef82007-06-17 19:56:36 -0500774
775 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500776 psli->sli_flag |= LPFC_PROCESS_LA;
777 control = readl(phba->HCregaddr);
778 control |= HC_LAINT_ENA;
779 writel(control, phba->HCregaddr);
780 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -0500781 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500782
783 return;
784}
785
James Smart2e0fef82007-06-17 19:56:36 -0500786
dea31012005-04-17 16:05:31 -0500787static void
Jamie Wellnitz25594c62006-02-28 19:25:34 -0500788lpfc_mbx_cmpl_local_config_link(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -0500789{
James Smart2e0fef82007-06-17 19:56:36 -0500790 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -0500791
Jamie Wellnitz25594c62006-02-28 19:25:34 -0500792 if (pmb->mb.mbxStatus)
dea31012005-04-17 16:05:31 -0500793 goto out;
dea31012005-04-17 16:05:31 -0500794
Jamie Wellnitz25594c62006-02-28 19:25:34 -0500795 mempool_free(pmb, phba->mbox_mem_pool);
796
797 if (phba->fc_topology == TOPOLOGY_LOOP &&
James Smart2e0fef82007-06-17 19:56:36 -0500798 vport->fc_flag & FC_PUBLIC_LOOP &&
799 !(vport->fc_flag & FC_LBIT)) {
Jamie Wellnitz25594c62006-02-28 19:25:34 -0500800 /* Need to wait for FAN - use discovery timer
James Smart2e0fef82007-06-17 19:56:36 -0500801 * for timeout. port_state is identically
Jamie Wellnitz25594c62006-02-28 19:25:34 -0500802 * LPFC_LOCAL_CFG_LINK while waiting for FAN
803 */
James Smart2e0fef82007-06-17 19:56:36 -0500804 lpfc_set_disctmo(vport);
Jamie Wellnitz25594c62006-02-28 19:25:34 -0500805 return;
James Smart92d7f7b2007-06-17 19:56:38 -0500806 }
dea31012005-04-17 16:05:31 -0500807
James Smart2e0fef82007-06-17 19:56:36 -0500808 /* Start discovery by sending a FLOGI. port_state is identically
Jamie Wellnitz25594c62006-02-28 19:25:34 -0500809 * LPFC_FLOGI while waiting for FLOGI cmpl
810 */
James Smart92d7f7b2007-06-17 19:56:38 -0500811 if (vport->port_state != LPFC_FLOGI) {
James Smart92d7f7b2007-06-17 19:56:38 -0500812 lpfc_initial_flogi(vport);
813 }
Jamie Wellnitz25594c62006-02-28 19:25:34 -0500814 return;
dea31012005-04-17 16:05:31 -0500815
816out:
James Smarte8b62012007-08-02 11:10:09 -0400817 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
818 "0306 CONFIG_LINK mbxStatus error x%x "
819 "HBA state x%x\n",
820 pmb->mb.mbxStatus, vport->port_state);
James Smart92d7f7b2007-06-17 19:56:38 -0500821 mempool_free(pmb, phba->mbox_mem_pool);
Jamie Wellnitz25594c62006-02-28 19:25:34 -0500822
823 lpfc_linkdown(phba);
824
James Smarte8b62012007-08-02 11:10:09 -0400825 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
826 "0200 CONFIG_LINK bad hba state x%x\n",
827 vport->port_state);
dea31012005-04-17 16:05:31 -0500828
James Smart92d7f7b2007-06-17 19:56:38 -0500829 lpfc_issue_clear_la(phba, vport);
dea31012005-04-17 16:05:31 -0500830 return;
831}
832
833static void
James Smart2e0fef82007-06-17 19:56:36 -0500834lpfc_mbx_cmpl_read_sparam(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -0500835{
dea31012005-04-17 16:05:31 -0500836 MAILBOX_t *mb = &pmb->mb;
837 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1;
James Smart2e0fef82007-06-17 19:56:36 -0500838 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -0500839
840
841 /* Check for error */
842 if (mb->mbxStatus) {
843 /* READ_SPARAM mbox error <mbxStatus> state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -0400844 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
845 "0319 READ_SPARAM mbxStatus error x%x "
846 "hba state x%x>\n",
847 mb->mbxStatus, vport->port_state);
dea31012005-04-17 16:05:31 -0500848 lpfc_linkdown(phba);
dea31012005-04-17 16:05:31 -0500849 goto out;
850 }
851
James Smart2e0fef82007-06-17 19:56:36 -0500852 memcpy((uint8_t *) &vport->fc_sparam, (uint8_t *) mp->virt,
dea31012005-04-17 16:05:31 -0500853 sizeof (struct serv_parm));
James Smarta12e07b2006-12-02 13:35:30 -0500854 if (phba->cfg_soft_wwnn)
James Smart2e0fef82007-06-17 19:56:36 -0500855 u64_to_wwn(phba->cfg_soft_wwnn,
856 vport->fc_sparam.nodeName.u.wwn);
James Smartc3f28af2006-08-18 17:47:18 -0400857 if (phba->cfg_soft_wwpn)
James Smart2e0fef82007-06-17 19:56:36 -0500858 u64_to_wwn(phba->cfg_soft_wwpn,
859 vport->fc_sparam.portName.u.wwn);
James Smart92d7f7b2007-06-17 19:56:38 -0500860 memcpy(&vport->fc_nodename, &vport->fc_sparam.nodeName,
861 sizeof(vport->fc_nodename));
862 memcpy(&vport->fc_portname, &vport->fc_sparam.portName,
863 sizeof(vport->fc_portname));
864 if (vport->port_type == LPFC_PHYSICAL_PORT) {
865 memcpy(&phba->wwnn, &vport->fc_nodename, sizeof(phba->wwnn));
866 memcpy(&phba->wwpn, &vport->fc_portname, sizeof(phba->wwnn));
867 }
868
dea31012005-04-17 16:05:31 -0500869 lpfc_mbuf_free(phba, mp->virt, mp->phys);
870 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -0500871 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -0500872 return;
873
874out:
875 pmb->context1 = NULL;
876 lpfc_mbuf_free(phba, mp->virt, mp->phys);
877 kfree(mp);
James Smart92d7f7b2007-06-17 19:56:38 -0500878 lpfc_issue_clear_la(phba, vport);
879 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -0500880 return;
881}
882
883static void
James Smart92d7f7b2007-06-17 19:56:38 -0500884lpfc_mbx_process_link_up(struct lpfc_hba *phba, READ_LA_VAR *la)
dea31012005-04-17 16:05:31 -0500885{
James Smart92d7f7b2007-06-17 19:56:38 -0500886 struct lpfc_vport *vport = phba->pport;
dea31012005-04-17 16:05:31 -0500887 LPFC_MBOXQ_t *sparam_mbox, *cfglink_mbox;
James Smart2e0fef82007-06-17 19:56:36 -0500888 int i;
James Smart14691152006-12-02 13:34:28 -0500889 struct lpfc_dmabuf *mp;
890 int rc;
891
dea31012005-04-17 16:05:31 -0500892 sparam_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
893 cfglink_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
894
James Smart92d7f7b2007-06-17 19:56:38 -0500895 spin_lock_irq(&phba->hbalock);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500896 switch (la->UlnkSpeed) {
James Smart92d7f7b2007-06-17 19:56:38 -0500897 case LA_1GHZ_LINK:
898 phba->fc_linkspeed = LA_1GHZ_LINK;
899 break;
900 case LA_2GHZ_LINK:
901 phba->fc_linkspeed = LA_2GHZ_LINK;
902 break;
903 case LA_4GHZ_LINK:
904 phba->fc_linkspeed = LA_4GHZ_LINK;
905 break;
906 case LA_8GHZ_LINK:
907 phba->fc_linkspeed = LA_8GHZ_LINK;
908 break;
909 default:
910 phba->fc_linkspeed = LA_UNKNW_LINK;
911 break;
dea31012005-04-17 16:05:31 -0500912 }
913
914 phba->fc_topology = la->topology;
James Smart92d7f7b2007-06-17 19:56:38 -0500915 phba->link_flag &= ~LS_NPIV_FAB_SUPPORTED;
dea31012005-04-17 16:05:31 -0500916
917 if (phba->fc_topology == TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -0500918 phba->sli3_options &= ~LPFC_SLI3_NPIV_ENABLED;
dea31012005-04-17 16:05:31 -0500919
James Smart495a7142008-06-14 22:52:59 -0400920 if (phba->cfg_enable_npiv)
921 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
922 "1309 Link Up Event npiv not supported in loop "
923 "topology\n");
James Smart92d7f7b2007-06-17 19:56:38 -0500924 /* Get Loop Map information */
dea31012005-04-17 16:05:31 -0500925 if (la->il)
James Smart2e0fef82007-06-17 19:56:36 -0500926 vport->fc_flag |= FC_LBIT;
dea31012005-04-17 16:05:31 -0500927
James Smart2e0fef82007-06-17 19:56:36 -0500928 vport->fc_myDID = la->granted_AL_PA;
dea31012005-04-17 16:05:31 -0500929 i = la->un.lilpBde64.tus.f.bdeSize;
930
931 if (i == 0) {
932 phba->alpa_map[0] = 0;
933 } else {
James Smarte8b62012007-08-02 11:10:09 -0400934 if (vport->cfg_log_verbose & LOG_LINK_EVENT) {
dea31012005-04-17 16:05:31 -0500935 int numalpa, j, k;
936 union {
937 uint8_t pamap[16];
938 struct {
939 uint32_t wd1;
940 uint32_t wd2;
941 uint32_t wd3;
942 uint32_t wd4;
943 } pa;
944 } un;
945 numalpa = phba->alpa_map[0];
946 j = 0;
947 while (j < numalpa) {
948 memset(un.pamap, 0, 16);
949 for (k = 1; j < numalpa; k++) {
950 un.pamap[k - 1] =
951 phba->alpa_map[j + 1];
952 j++;
953 if (k == 16)
954 break;
955 }
956 /* Link Up Event ALPA map */
957 lpfc_printf_log(phba,
James Smart92d7f7b2007-06-17 19:56:38 -0500958 KERN_WARNING,
959 LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -0400960 "1304 Link Up Event "
James Smart92d7f7b2007-06-17 19:56:38 -0500961 "ALPA map Data: x%x "
962 "x%x x%x x%x\n",
James Smart92d7f7b2007-06-17 19:56:38 -0500963 un.pa.wd1, un.pa.wd2,
964 un.pa.wd3, un.pa.wd4);
dea31012005-04-17 16:05:31 -0500965 }
966 }
967 }
968 } else {
James Smart92d7f7b2007-06-17 19:56:38 -0500969 if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)) {
James Smart78b2d852007-08-02 11:10:21 -0400970 if (phba->max_vpi && phba->cfg_enable_npiv &&
James Smart92d7f7b2007-06-17 19:56:38 -0500971 (phba->sli_rev == 3))
972 phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED;
973 }
James Smart2e0fef82007-06-17 19:56:36 -0500974 vport->fc_myDID = phba->fc_pref_DID;
975 vport->fc_flag |= FC_LBIT;
dea31012005-04-17 16:05:31 -0500976 }
James Smart92d7f7b2007-06-17 19:56:38 -0500977 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500978
979 lpfc_linkup(phba);
980 if (sparam_mbox) {
James Smart92d7f7b2007-06-17 19:56:38 -0500981 lpfc_read_sparam(phba, sparam_mbox, 0);
James Smart2e0fef82007-06-17 19:56:36 -0500982 sparam_mbox->vport = vport;
dea31012005-04-17 16:05:31 -0500983 sparam_mbox->mbox_cmpl = lpfc_mbx_cmpl_read_sparam;
James Smart0b727fe2007-10-27 13:37:25 -0400984 rc = lpfc_sli_issue_mbox(phba, sparam_mbox, MBX_NOWAIT);
James Smart14691152006-12-02 13:34:28 -0500985 if (rc == MBX_NOT_FINISHED) {
986 mp = (struct lpfc_dmabuf *) sparam_mbox->context1;
987 lpfc_mbuf_free(phba, mp->virt, mp->phys);
988 kfree(mp);
989 mempool_free(sparam_mbox, phba->mbox_mem_pool);
990 if (cfglink_mbox)
991 mempool_free(cfglink_mbox, phba->mbox_mem_pool);
James Smart92d7f7b2007-06-17 19:56:38 -0500992 goto out;
James Smart14691152006-12-02 13:34:28 -0500993 }
dea31012005-04-17 16:05:31 -0500994 }
995
996 if (cfglink_mbox) {
James Smart2e0fef82007-06-17 19:56:36 -0500997 vport->port_state = LPFC_LOCAL_CFG_LINK;
dea31012005-04-17 16:05:31 -0500998 lpfc_config_link(phba, cfglink_mbox);
James Smart2e0fef82007-06-17 19:56:36 -0500999 cfglink_mbox->vport = vport;
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001000 cfglink_mbox->mbox_cmpl = lpfc_mbx_cmpl_local_config_link;
James Smart0b727fe2007-10-27 13:37:25 -04001001 rc = lpfc_sli_issue_mbox(phba, cfglink_mbox, MBX_NOWAIT);
James Smart92d7f7b2007-06-17 19:56:38 -05001002 if (rc != MBX_NOT_FINISHED)
1003 return;
1004 mempool_free(cfglink_mbox, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05001005 }
James Smart92d7f7b2007-06-17 19:56:38 -05001006out:
1007 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smarte8b62012007-08-02 11:10:09 -04001008 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
1009 "0263 Discovery Mailbox error: state: 0x%x : %p %p\n",
1010 vport->port_state, sparam_mbox, cfglink_mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05001011 lpfc_issue_clear_la(phba, vport);
1012 return;
dea31012005-04-17 16:05:31 -05001013}
1014
1015static void
James Smart2e0fef82007-06-17 19:56:36 -05001016lpfc_mbx_issue_link_down(struct lpfc_hba *phba)
1017{
dea31012005-04-17 16:05:31 -05001018 uint32_t control;
1019 struct lpfc_sli *psli = &phba->sli;
1020
1021 lpfc_linkdown(phba);
1022
1023 /* turn on Link Attention interrupts - no CLEAR_LA needed */
James Smart2e0fef82007-06-17 19:56:36 -05001024 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001025 psli->sli_flag |= LPFC_PROCESS_LA;
1026 control = readl(phba->HCregaddr);
1027 control |= HC_LAINT_ENA;
1028 writel(control, phba->HCregaddr);
1029 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -05001030 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001031}
1032
1033/*
1034 * This routine handles processing a READ_LA mailbox
1035 * command upon completion. It is setup in the LPFC_MBOXQ
1036 * as the completion routine when the command is
1037 * handed off to the SLI layer.
1038 */
1039void
James Smart2e0fef82007-06-17 19:56:36 -05001040lpfc_mbx_cmpl_read_la(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05001041{
James Smart2e0fef82007-06-17 19:56:36 -05001042 struct lpfc_vport *vport = pmb->vport;
1043 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
dea31012005-04-17 16:05:31 -05001044 READ_LA_VAR *la;
1045 MAILBOX_t *mb = &pmb->mb;
1046 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
1047
James Smart0d2b6b82008-06-14 22:52:47 -04001048 /* Unblock ELS traffic */
1049 phba->sli.ring[LPFC_ELS_RING].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -05001050 /* Check for error */
1051 if (mb->mbxStatus) {
James Smarted957682007-06-17 19:56:37 -05001052 lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04001053 "1307 READ_LA mbox error x%x state x%x\n",
1054 mb->mbxStatus, vport->port_state);
dea31012005-04-17 16:05:31 -05001055 lpfc_mbx_issue_link_down(phba);
James Smart2e0fef82007-06-17 19:56:36 -05001056 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05001057 goto lpfc_mbx_cmpl_read_la_free_mbuf;
1058 }
1059
1060 la = (READ_LA_VAR *) & pmb->mb.un.varReadLA;
1061
1062 memcpy(&phba->alpa_map[0], mp->virt, 128);
1063
James Smart2e0fef82007-06-17 19:56:36 -05001064 spin_lock_irq(shost->host_lock);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05001065 if (la->pb)
James Smart2e0fef82007-06-17 19:56:36 -05001066 vport->fc_flag |= FC_BYPASSED_MODE;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05001067 else
James Smart2e0fef82007-06-17 19:56:36 -05001068 vport->fc_flag &= ~FC_BYPASSED_MODE;
1069 spin_unlock_irq(shost->host_lock);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05001070
dea31012005-04-17 16:05:31 -05001071 if (((phba->fc_eventTag + 1) < la->eventTag) ||
James Smart92d7f7b2007-06-17 19:56:38 -05001072 (phba->fc_eventTag == la->eventTag)) {
dea31012005-04-17 16:05:31 -05001073 phba->fc_stat.LinkMultiEvent++;
James Smart2e0fef82007-06-17 19:56:36 -05001074 if (la->attType == AT_LINK_UP)
dea31012005-04-17 16:05:31 -05001075 if (phba->fc_eventTag != 0)
1076 lpfc_linkdown(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05001077 }
dea31012005-04-17 16:05:31 -05001078
1079 phba->fc_eventTag = la->eventTag;
1080
1081 if (la->attType == AT_LINK_UP) {
1082 phba->fc_stat.LinkUp++;
James Smart2e0fef82007-06-17 19:56:36 -05001083 if (phba->link_flag & LS_LOOPBACK_MODE) {
James Smart3163f722008-02-08 18:50:25 -05001084 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04001085 "1306 Link Up Event in loop back mode "
1086 "x%x received Data: x%x x%x x%x x%x\n",
1087 la->eventTag, phba->fc_eventTag,
1088 la->granted_AL_PA, la->UlnkSpeed,
1089 phba->alpa_map[0]);
James Smart5b8bd0c2007-04-25 09:52:49 -04001090 } else {
1091 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04001092 "1303 Link Up Event x%x received "
1093 "Data: x%x x%x x%x x%x\n",
1094 la->eventTag, phba->fc_eventTag,
1095 la->granted_AL_PA, la->UlnkSpeed,
1096 phba->alpa_map[0]);
James Smart5b8bd0c2007-04-25 09:52:49 -04001097 }
James Smart92d7f7b2007-06-17 19:56:38 -05001098 lpfc_mbx_process_link_up(phba, la);
dea31012005-04-17 16:05:31 -05001099 } else {
1100 phba->fc_stat.LinkDown++;
James Smart3163f722008-02-08 18:50:25 -05001101 if (phba->link_flag & LS_LOOPBACK_MODE) {
1102 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
1103 "1308 Link Down Event in loop back mode "
1104 "x%x received "
1105 "Data: x%x x%x x%x\n",
1106 la->eventTag, phba->fc_eventTag,
1107 phba->pport->port_state, vport->fc_flag);
1108 }
1109 else {
1110 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04001111 "1305 Link Down Event x%x received "
dea31012005-04-17 16:05:31 -05001112 "Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04001113 la->eventTag, phba->fc_eventTag,
James Smart2e0fef82007-06-17 19:56:36 -05001114 phba->pport->port_state, vport->fc_flag);
James Smart3163f722008-02-08 18:50:25 -05001115 }
dea31012005-04-17 16:05:31 -05001116 lpfc_mbx_issue_link_down(phba);
1117 }
1118
1119lpfc_mbx_cmpl_read_la_free_mbuf:
1120 lpfc_mbuf_free(phba, mp->virt, mp->phys);
1121 kfree(mp);
1122 mempool_free(pmb, phba->mbox_mem_pool);
1123 return;
1124}
1125
1126/*
1127 * This routine handles processing a REG_LOGIN mailbox
1128 * command upon completion. It is setup in the LPFC_MBOXQ
1129 * as the completion routine when the command is
1130 * handed off to the SLI layer.
1131 */
1132void
James Smart2e0fef82007-06-17 19:56:36 -05001133lpfc_mbx_cmpl_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05001134{
James Smart2e0fef82007-06-17 19:56:36 -05001135 struct lpfc_vport *vport = pmb->vport;
James Smart92d7f7b2007-06-17 19:56:38 -05001136 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart2e0fef82007-06-17 19:56:36 -05001137 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
dea31012005-04-17 16:05:31 -05001138
dea31012005-04-17 16:05:31 -05001139 pmb->context1 = NULL;
1140
1141 /* Good status, call state machine */
James Smart2e0fef82007-06-17 19:56:36 -05001142 lpfc_disc_state_machine(vport, ndlp, pmb, NLP_EVT_CMPL_REG_LOGIN);
dea31012005-04-17 16:05:31 -05001143 lpfc_mbuf_free(phba, mp->virt, mp->phys);
1144 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05001145 mempool_free(pmb, phba->mbox_mem_pool);
James Smartfa4066b2008-01-11 01:53:27 -05001146 /* decrement the node reference count held for this callback
1147 * function.
1148 */
James Smart329f9bc2007-04-25 09:53:01 -04001149 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05001150
1151 return;
1152}
1153
James Smart92d7f7b2007-06-17 19:56:38 -05001154static void
1155lpfc_mbx_cmpl_unreg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
1156{
1157 MAILBOX_t *mb = &pmb->mb;
1158 struct lpfc_vport *vport = pmb->vport;
1159 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
1160
1161 switch (mb->mbxStatus) {
1162 case 0x0011:
1163 case 0x0020:
1164 case 0x9700:
James Smarte8b62012007-08-02 11:10:09 -04001165 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
1166 "0911 cmpl_unreg_vpi, mb status = 0x%x\n",
1167 mb->mbxStatus);
James Smart92d7f7b2007-06-17 19:56:38 -05001168 break;
James Smart92d7f7b2007-06-17 19:56:38 -05001169 }
1170 vport->unreg_vpi_cmpl = VPORT_OK;
1171 mempool_free(pmb, phba->mbox_mem_pool);
1172 /*
1173 * This shost reference might have been taken at the beginning of
1174 * lpfc_vport_delete()
1175 */
1176 if (vport->load_flag & FC_UNLOADING)
1177 scsi_host_put(shost);
1178}
1179
James Smartd7c255b2008-08-24 21:50:00 -04001180int
James Smart92d7f7b2007-06-17 19:56:38 -05001181lpfc_mbx_unreg_vpi(struct lpfc_vport *vport)
1182{
1183 struct lpfc_hba *phba = vport->phba;
1184 LPFC_MBOXQ_t *mbox;
1185 int rc;
1186
1187 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
1188 if (!mbox)
James Smartd7c255b2008-08-24 21:50:00 -04001189 return 1;
James Smart92d7f7b2007-06-17 19:56:38 -05001190
1191 lpfc_unreg_vpi(phba, vport->vpi, mbox);
1192 mbox->vport = vport;
1193 mbox->mbox_cmpl = lpfc_mbx_cmpl_unreg_vpi;
James Smart0b727fe2007-10-27 13:37:25 -04001194 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart92d7f7b2007-06-17 19:56:38 -05001195 if (rc == MBX_NOT_FINISHED) {
James Smarte8b62012007-08-02 11:10:09 -04001196 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
1197 "1800 Could not issue unreg_vpi\n");
James Smart92d7f7b2007-06-17 19:56:38 -05001198 mempool_free(mbox, phba->mbox_mem_pool);
1199 vport->unreg_vpi_cmpl = VPORT_ERROR;
James Smartd7c255b2008-08-24 21:50:00 -04001200 return rc;
James Smart92d7f7b2007-06-17 19:56:38 -05001201 }
James Smartd7c255b2008-08-24 21:50:00 -04001202 return 0;
James Smart92d7f7b2007-06-17 19:56:38 -05001203}
1204
1205static void
1206lpfc_mbx_cmpl_reg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
1207{
1208 struct lpfc_vport *vport = pmb->vport;
1209 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
1210 MAILBOX_t *mb = &pmb->mb;
1211
1212 switch (mb->mbxStatus) {
1213 case 0x0011:
1214 case 0x9601:
1215 case 0x9602:
James Smarte8b62012007-08-02 11:10:09 -04001216 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
1217 "0912 cmpl_reg_vpi, mb status = 0x%x\n",
1218 mb->mbxStatus);
James Smart92d7f7b2007-06-17 19:56:38 -05001219 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
1220 spin_lock_irq(shost->host_lock);
1221 vport->fc_flag &= ~(FC_FABRIC | FC_PUBLIC_LOOP);
1222 spin_unlock_irq(shost->host_lock);
1223 vport->fc_myDID = 0;
1224 goto out;
1225 }
James Smart92d7f7b2007-06-17 19:56:38 -05001226
1227 vport->num_disc_nodes = 0;
1228 /* go thru NPR list and issue ELS PLOGIs */
1229 if (vport->fc_npr_cnt)
1230 lpfc_els_disc_plogi(vport);
1231
1232 if (!vport->num_disc_nodes) {
1233 spin_lock_irq(shost->host_lock);
1234 vport->fc_flag &= ~FC_NDISC_ACTIVE;
1235 spin_unlock_irq(shost->host_lock);
1236 lpfc_can_disctmo(vport);
1237 }
1238 vport->port_state = LPFC_VPORT_READY;
1239
1240out:
1241 mempool_free(pmb, phba->mbox_mem_pool);
1242 return;
1243}
1244
dea31012005-04-17 16:05:31 -05001245/*
1246 * This routine handles processing a Fabric REG_LOGIN mailbox
1247 * command upon completion. It is setup in the LPFC_MBOXQ
1248 * as the completion routine when the command is
1249 * handed off to the SLI layer.
1250 */
1251void
James Smart2e0fef82007-06-17 19:56:36 -05001252lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05001253{
James Smart92d7f7b2007-06-17 19:56:38 -05001254 struct lpfc_vport *vport = pmb->vport;
James Smart2e0fef82007-06-17 19:56:36 -05001255 MAILBOX_t *mb = &pmb->mb;
1256 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart92d7f7b2007-06-17 19:56:38 -05001257 struct lpfc_nodelist *ndlp;
James Smart549e55c2007-08-02 11:09:51 -04001258 struct lpfc_vport **vports;
1259 int i;
dea31012005-04-17 16:05:31 -05001260
James Smart549e55c2007-08-02 11:09:51 -04001261 ndlp = (struct lpfc_nodelist *) pmb->context2;
James Smart329f9bc2007-04-25 09:53:01 -04001262 pmb->context1 = NULL;
1263 pmb->context2 = NULL;
dea31012005-04-17 16:05:31 -05001264 if (mb->mbxStatus) {
1265 lpfc_mbuf_free(phba, mp->virt, mp->phys);
1266 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04001267 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05001268
James Smart92d7f7b2007-06-17 19:56:38 -05001269 if (phba->fc_topology == TOPOLOGY_LOOP) {
1270 /* FLOGI failed, use loop map to make discovery list */
1271 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05001272
James Smart92d7f7b2007-06-17 19:56:38 -05001273 /* Start discovery */
1274 lpfc_disc_start(vport);
James Smarte47c9092008-02-08 18:49:26 -05001275 /* Decrement the reference count to ndlp after the
1276 * reference to the ndlp are done.
1277 */
1278 lpfc_nlp_put(ndlp);
James Smart92d7f7b2007-06-17 19:56:38 -05001279 return;
1280 }
1281
1282 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smarte8b62012007-08-02 11:10:09 -04001283 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
1284 "0258 Register Fabric login error: 0x%x\n",
1285 mb->mbxStatus);
James Smarte47c9092008-02-08 18:49:26 -05001286 /* Decrement the reference count to ndlp after the reference
1287 * to the ndlp are done.
1288 */
1289 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05001290 return;
1291 }
1292
dea31012005-04-17 16:05:31 -05001293 ndlp->nlp_rpi = mb->un.varWords[0];
dea31012005-04-17 16:05:31 -05001294 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05001295 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05001296
James Smart2e0fef82007-06-17 19:56:36 -05001297 if (vport->port_state == LPFC_FABRIC_CFG_LINK) {
James Smart549e55c2007-08-02 11:09:51 -04001298 vports = lpfc_create_vport_work_array(phba);
1299 if (vports != NULL)
1300 for(i = 0;
James Smart09372822008-01-11 01:52:54 -05001301 i <= phba->max_vpi && vports[i] != NULL;
James Smart549e55c2007-08-02 11:09:51 -04001302 i++) {
1303 if (vports[i]->port_type == LPFC_PHYSICAL_PORT)
1304 continue;
James Smart58da1ff2008-04-07 10:15:56 -04001305 if (phba->fc_topology == TOPOLOGY_LOOP) {
1306 lpfc_vport_set_state(vports[i],
1307 FC_VPORT_LINKDOWN);
1308 continue;
1309 }
James Smart549e55c2007-08-02 11:09:51 -04001310 if (phba->link_flag & LS_NPIV_FAB_SUPPORTED)
1311 lpfc_initial_fdisc(vports[i]);
James Smart58da1ff2008-04-07 10:15:56 -04001312 else {
James Smart549e55c2007-08-02 11:09:51 -04001313 lpfc_vport_set_state(vports[i],
1314 FC_VPORT_NO_FABRIC_SUPP);
James Smarte8b62012007-08-02 11:10:09 -04001315 lpfc_printf_vlog(vport, KERN_ERR,
1316 LOG_ELS,
1317 "0259 No NPIV "
1318 "Fabric support\n");
James Smart549e55c2007-08-02 11:09:51 -04001319 }
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05001320 }
James Smart09372822008-01-11 01:52:54 -05001321 lpfc_destroy_vport_work_array(phba, vports);
James Smart92d7f7b2007-06-17 19:56:38 -05001322 lpfc_do_scr_ns_plogi(phba, vport);
dea31012005-04-17 16:05:31 -05001323 }
1324
1325 lpfc_mbuf_free(phba, mp->virt, mp->phys);
1326 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04001327 mempool_free(pmb, phba->mbox_mem_pool);
James Smarte47c9092008-02-08 18:49:26 -05001328
1329 /* Drop the reference count from the mbox at the end after
1330 * all the current reference to the ndlp have been done.
1331 */
1332 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05001333 return;
1334}
1335
1336/*
1337 * This routine handles processing a NameServer REG_LOGIN mailbox
1338 * command upon completion. It is setup in the LPFC_MBOXQ
1339 * as the completion routine when the command is
1340 * handed off to the SLI layer.
1341 */
1342void
James Smart2e0fef82007-06-17 19:56:36 -05001343lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05001344{
James Smart2e0fef82007-06-17 19:56:36 -05001345 MAILBOX_t *mb = &pmb->mb;
1346 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
1347 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
1348 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05001349
1350 if (mb->mbxStatus) {
James Smart92d7f7b2007-06-17 19:56:38 -05001351out:
James Smartfa4066b2008-01-11 01:53:27 -05001352 /* decrement the node reference count held for this
1353 * callback function.
1354 */
James Smart329f9bc2007-04-25 09:53:01 -04001355 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05001356 lpfc_mbuf_free(phba, mp->virt, mp->phys);
1357 kfree(mp);
James Smartde0c5b32007-04-25 09:52:27 -04001358 mempool_free(pmb, phba->mbox_mem_pool);
James Smart87af33f2007-10-27 13:37:43 -04001359
1360 /* If no other thread is using the ndlp, free it */
1361 lpfc_nlp_not_used(ndlp);
dea31012005-04-17 16:05:31 -05001362
James Smart92d7f7b2007-06-17 19:56:38 -05001363 if (phba->fc_topology == TOPOLOGY_LOOP) {
1364 /*
1365 * RegLogin failed, use loop map to make discovery
1366 * list
1367 */
1368 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05001369
James Smart92d7f7b2007-06-17 19:56:38 -05001370 /* Start discovery */
1371 lpfc_disc_start(vport);
1372 return;
1373 }
1374 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smarte8b62012007-08-02 11:10:09 -04001375 lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS,
1376 "0260 Register NameServer error: 0x%x\n",
1377 mb->mbxStatus);
dea31012005-04-17 16:05:31 -05001378 return;
1379 }
1380
1381 pmb->context1 = NULL;
1382
dea31012005-04-17 16:05:31 -05001383 ndlp->nlp_rpi = mb->un.varWords[0];
dea31012005-04-17 16:05:31 -05001384 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05001385 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05001386
James Smart2e0fef82007-06-17 19:56:36 -05001387 if (vport->port_state < LPFC_VPORT_READY) {
1388 /* Link up discovery requires Fabric registration. */
James Smart92d7f7b2007-06-17 19:56:38 -05001389 lpfc_ns_cmd(vport, SLI_CTNS_RFF_ID, 0, 0); /* Do this first! */
1390 lpfc_ns_cmd(vport, SLI_CTNS_RNN_ID, 0, 0);
1391 lpfc_ns_cmd(vport, SLI_CTNS_RSNN_NN, 0, 0);
1392 lpfc_ns_cmd(vport, SLI_CTNS_RSPN_ID, 0, 0);
1393 lpfc_ns_cmd(vport, SLI_CTNS_RFT_ID, 0, 0);
1394
1395 /* Issue SCR just before NameServer GID_FT Query */
1396 lpfc_issue_els_scr(vport, SCR_DID, 0);
dea31012005-04-17 16:05:31 -05001397 }
1398
James Smart2e0fef82007-06-17 19:56:36 -05001399 vport->fc_ns_retry = 0;
dea31012005-04-17 16:05:31 -05001400 /* Good status, issue CT Request to NameServer */
James Smart92d7f7b2007-06-17 19:56:38 -05001401 if (lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, 0, 0)) {
dea31012005-04-17 16:05:31 -05001402 /* Cannot issue NameServer Query, so finish up discovery */
James Smart92d7f7b2007-06-17 19:56:38 -05001403 goto out;
dea31012005-04-17 16:05:31 -05001404 }
1405
James Smartfa4066b2008-01-11 01:53:27 -05001406 /* decrement the node reference count held for this
1407 * callback function.
1408 */
James Smart329f9bc2007-04-25 09:53:01 -04001409 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05001410 lpfc_mbuf_free(phba, mp->virt, mp->phys);
1411 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05001412 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05001413
1414 return;
1415}
1416
1417static void
James Smart2e0fef82007-06-17 19:56:36 -05001418lpfc_register_remote_port(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05001419{
James Smart2e0fef82007-06-17 19:56:36 -05001420 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
1421 struct fc_rport *rport;
dea31012005-04-17 16:05:31 -05001422 struct lpfc_rport_data *rdata;
1423 struct fc_rport_identifiers rport_ids;
James Smart2e0fef82007-06-17 19:56:36 -05001424 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05001425
1426 /* Remote port has reappeared. Re-register w/ FC transport */
Andrew Morton68ce1eb2005-09-21 09:46:54 -07001427 rport_ids.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn);
1428 rport_ids.port_name = wwn_to_u64(ndlp->nlp_portname.u.wwn);
dea31012005-04-17 16:05:31 -05001429 rport_ids.port_id = ndlp->nlp_DID;
1430 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN;
dea31012005-04-17 16:05:31 -05001431
James Smart329f9bc2007-04-25 09:53:01 -04001432 /*
1433 * We leave our node pointer in rport->dd_data when we unregister a
1434 * FCP target port. But fc_remote_port_add zeros the space to which
1435 * rport->dd_data points. So, if we're reusing a previously
1436 * registered port, drop the reference that we took the last time we
1437 * registered the port.
1438 */
1439 if (ndlp->rport && ndlp->rport->dd_data &&
James Smarte47c9092008-02-08 18:49:26 -05001440 ((struct lpfc_rport_data *) ndlp->rport->dd_data)->pnode == ndlp)
James Smart329f9bc2007-04-25 09:53:01 -04001441 lpfc_nlp_put(ndlp);
James Smart858c9f62007-06-17 19:56:39 -05001442
1443 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
1444 "rport add: did:x%x flg:x%x type x%x",
1445 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
1446
James Smart2e0fef82007-06-17 19:56:36 -05001447 ndlp->rport = rport = fc_remote_port_add(shost, 0, &rport_ids);
James Smart329f9bc2007-04-25 09:53:01 -04001448 if (!rport || !get_device(&rport->dev)) {
dea31012005-04-17 16:05:31 -05001449 dev_printk(KERN_WARNING, &phba->pcidev->dev,
1450 "Warning: fc_remote_port_add failed\n");
1451 return;
1452 }
1453
1454 /* initialize static port data */
1455 rport->maxframe_size = ndlp->nlp_maxframe;
1456 rport->supported_classes = ndlp->nlp_class_sup;
dea31012005-04-17 16:05:31 -05001457 rdata = rport->dd_data;
James Smart329f9bc2007-04-25 09:53:01 -04001458 rdata->pnode = lpfc_nlp_get(ndlp);
James.Smart@Emulex.Com23dc04f2005-11-28 11:41:44 -05001459
1460 if (ndlp->nlp_type & NLP_FCP_TARGET)
1461 rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET;
1462 if (ndlp->nlp_type & NLP_FCP_INITIATOR)
1463 rport_ids.roles |= FC_RPORT_ROLE_FCP_INITIATOR;
1464
1465
1466 if (rport_ids.roles != FC_RPORT_ROLE_UNKNOWN)
1467 fc_remote_port_rolechg(rport, rport_ids.roles);
1468
James Smart071fbd3d2006-04-15 11:53:20 -04001469 if ((rport->scsi_target_id != -1) &&
James Smart92d7f7b2007-06-17 19:56:38 -05001470 (rport->scsi_target_id < LPFC_MAX_TARGET)) {
James Smart071fbd3d2006-04-15 11:53:20 -04001471 ndlp->nlp_sid = rport->scsi_target_id;
1472 }
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04001473 return;
1474}
1475
1476static void
James Smart2e0fef82007-06-17 19:56:36 -05001477lpfc_unregister_remote_port(struct lpfc_nodelist *ndlp)
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04001478{
1479 struct fc_rport *rport = ndlp->rport;
James Smartc01f3202006-08-18 17:47:08 -04001480
James Smart858c9f62007-06-17 19:56:39 -05001481 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_RPORT,
1482 "rport delete: did:x%x flg:x%x type x%x",
1483 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
1484
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04001485 fc_remote_port_delete(rport);
dea31012005-04-17 16:05:31 -05001486
1487 return;
1488}
1489
James Smartde0c5b32007-04-25 09:52:27 -04001490static void
James Smart2e0fef82007-06-17 19:56:36 -05001491lpfc_nlp_counters(struct lpfc_vport *vport, int state, int count)
James Smartde0c5b32007-04-25 09:52:27 -04001492{
James Smart2e0fef82007-06-17 19:56:36 -05001493 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
1494
1495 spin_lock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04001496 switch (state) {
1497 case NLP_STE_UNUSED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05001498 vport->fc_unused_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04001499 break;
1500 case NLP_STE_PLOGI_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05001501 vport->fc_plogi_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04001502 break;
1503 case NLP_STE_ADISC_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05001504 vport->fc_adisc_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04001505 break;
1506 case NLP_STE_REG_LOGIN_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05001507 vport->fc_reglogin_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04001508 break;
1509 case NLP_STE_PRLI_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05001510 vport->fc_prli_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04001511 break;
1512 case NLP_STE_UNMAPPED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05001513 vport->fc_unmap_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04001514 break;
1515 case NLP_STE_MAPPED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05001516 vport->fc_map_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04001517 break;
1518 case NLP_STE_NPR_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05001519 vport->fc_npr_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04001520 break;
1521 }
James Smart2e0fef82007-06-17 19:56:36 -05001522 spin_unlock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04001523}
Jamie Wellnitz66a9ed62006-02-28 22:33:10 -05001524
James Smartde0c5b32007-04-25 09:52:27 -04001525static void
James Smart2e0fef82007-06-17 19:56:36 -05001526lpfc_nlp_state_cleanup(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
James Smartde0c5b32007-04-25 09:52:27 -04001527 int old_state, int new_state)
1528{
James Smart2e0fef82007-06-17 19:56:36 -05001529 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
1530
James Smartde0c5b32007-04-25 09:52:27 -04001531 if (new_state == NLP_STE_UNMAPPED_NODE) {
1532 ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR);
1533 ndlp->nlp_flag &= ~NLP_NODEV_REMOVE;
1534 ndlp->nlp_type |= NLP_FC_NODE;
1535 }
1536 if (new_state == NLP_STE_MAPPED_NODE)
1537 ndlp->nlp_flag &= ~NLP_NODEV_REMOVE;
1538 if (new_state == NLP_STE_NPR_NODE)
1539 ndlp->nlp_flag &= ~NLP_RCV_PLOGI;
dea31012005-04-17 16:05:31 -05001540
James Smartde0c5b32007-04-25 09:52:27 -04001541 /* Transport interface */
1542 if (ndlp->rport && (old_state == NLP_STE_MAPPED_NODE ||
1543 old_state == NLP_STE_UNMAPPED_NODE)) {
James Smart2e0fef82007-06-17 19:56:36 -05001544 vport->phba->nport_event_cnt++;
1545 lpfc_unregister_remote_port(ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04001546 }
dea31012005-04-17 16:05:31 -05001547
James Smartde0c5b32007-04-25 09:52:27 -04001548 if (new_state == NLP_STE_MAPPED_NODE ||
1549 new_state == NLP_STE_UNMAPPED_NODE) {
James Smart2e0fef82007-06-17 19:56:36 -05001550 vport->phba->nport_event_cnt++;
James Smart858c9f62007-06-17 19:56:39 -05001551 /*
1552 * Tell the fc transport about the port, if we haven't
1553 * already. If we have, and it's a scsi entity, be
1554 * sure to unblock any attached scsi devices
1555 */
1556 lpfc_register_remote_port(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04001557 }
James Smart858c9f62007-06-17 19:56:39 -05001558 /*
1559 * if we added to Mapped list, but the remote port
1560 * registration failed or assigned a target id outside
1561 * our presentable range - move the node to the
1562 * Unmapped List
1563 */
James Smartde0c5b32007-04-25 09:52:27 -04001564 if (new_state == NLP_STE_MAPPED_NODE &&
1565 (!ndlp->rport ||
1566 ndlp->rport->scsi_target_id == -1 ||
1567 ndlp->rport->scsi_target_id >= LPFC_MAX_TARGET)) {
James Smart2e0fef82007-06-17 19:56:36 -05001568 spin_lock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04001569 ndlp->nlp_flag |= NLP_TGT_NO_SCSIID;
James Smart2e0fef82007-06-17 19:56:36 -05001570 spin_unlock_irq(shost->host_lock);
1571 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05001572 }
James Smartde0c5b32007-04-25 09:52:27 -04001573}
1574
James Smart685f0bf2007-04-25 09:53:08 -04001575static char *
1576lpfc_nlp_state_name(char *buffer, size_t size, int state)
1577{
1578 static char *states[] = {
1579 [NLP_STE_UNUSED_NODE] = "UNUSED",
1580 [NLP_STE_PLOGI_ISSUE] = "PLOGI",
1581 [NLP_STE_ADISC_ISSUE] = "ADISC",
1582 [NLP_STE_REG_LOGIN_ISSUE] = "REGLOGIN",
1583 [NLP_STE_PRLI_ISSUE] = "PRLI",
1584 [NLP_STE_UNMAPPED_NODE] = "UNMAPPED",
1585 [NLP_STE_MAPPED_NODE] = "MAPPED",
1586 [NLP_STE_NPR_NODE] = "NPR",
1587 };
1588
James Smart311464e2007-08-02 11:10:37 -04001589 if (state < NLP_STE_MAX_STATE && states[state])
James Smart685f0bf2007-04-25 09:53:08 -04001590 strlcpy(buffer, states[state], size);
1591 else
1592 snprintf(buffer, size, "unknown (%d)", state);
1593 return buffer;
1594}
1595
James Smartde0c5b32007-04-25 09:52:27 -04001596void
James Smart2e0fef82007-06-17 19:56:36 -05001597lpfc_nlp_set_state(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
1598 int state)
James Smartde0c5b32007-04-25 09:52:27 -04001599{
James Smart2e0fef82007-06-17 19:56:36 -05001600 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smartde0c5b32007-04-25 09:52:27 -04001601 int old_state = ndlp->nlp_state;
James Smart685f0bf2007-04-25 09:53:08 -04001602 char name1[16], name2[16];
James Smartde0c5b32007-04-25 09:52:27 -04001603
James Smarte8b62012007-08-02 11:10:09 -04001604 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
1605 "0904 NPort state transition x%06x, %s -> %s\n",
1606 ndlp->nlp_DID,
1607 lpfc_nlp_state_name(name1, sizeof(name1), old_state),
1608 lpfc_nlp_state_name(name2, sizeof(name2), state));
James Smart858c9f62007-06-17 19:56:39 -05001609
1610 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
1611 "node statechg did:x%x old:%d ste:%d",
1612 ndlp->nlp_DID, old_state, state);
1613
James Smartde0c5b32007-04-25 09:52:27 -04001614 if (old_state == NLP_STE_NPR_NODE &&
James Smartde0c5b32007-04-25 09:52:27 -04001615 state != NLP_STE_NPR_NODE)
James Smart2e0fef82007-06-17 19:56:36 -05001616 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04001617 if (old_state == NLP_STE_UNMAPPED_NODE) {
1618 ndlp->nlp_flag &= ~NLP_TGT_NO_SCSIID;
1619 ndlp->nlp_type &= ~NLP_FC_NODE;
1620 }
1621
James Smart685f0bf2007-04-25 09:53:08 -04001622 if (list_empty(&ndlp->nlp_listp)) {
James Smart2e0fef82007-06-17 19:56:36 -05001623 spin_lock_irq(shost->host_lock);
1624 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
1625 spin_unlock_irq(shost->host_lock);
James Smart685f0bf2007-04-25 09:53:08 -04001626 } else if (old_state)
James Smart2e0fef82007-06-17 19:56:36 -05001627 lpfc_nlp_counters(vport, old_state, -1);
James Smartde0c5b32007-04-25 09:52:27 -04001628
1629 ndlp->nlp_state = state;
James Smart2e0fef82007-06-17 19:56:36 -05001630 lpfc_nlp_counters(vport, state, 1);
1631 lpfc_nlp_state_cleanup(vport, ndlp, old_state, state);
James Smartde0c5b32007-04-25 09:52:27 -04001632}
1633
1634void
James Smarte47c9092008-02-08 18:49:26 -05001635lpfc_enqueue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
1636{
1637 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
1638
1639 if (list_empty(&ndlp->nlp_listp)) {
1640 spin_lock_irq(shost->host_lock);
1641 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
1642 spin_unlock_irq(shost->host_lock);
1643 }
1644}
1645
1646void
James Smart2e0fef82007-06-17 19:56:36 -05001647lpfc_dequeue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smartde0c5b32007-04-25 09:52:27 -04001648{
James Smart2e0fef82007-06-17 19:56:36 -05001649 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
1650
James Smart0d2b6b82008-06-14 22:52:47 -04001651 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04001652 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
James Smart2e0fef82007-06-17 19:56:36 -05001653 lpfc_nlp_counters(vport, ndlp->nlp_state, -1);
1654 spin_lock_irq(shost->host_lock);
James Smart685f0bf2007-04-25 09:53:08 -04001655 list_del_init(&ndlp->nlp_listp);
James Smart2e0fef82007-06-17 19:56:36 -05001656 spin_unlock_irq(shost->host_lock);
James Smart858c9f62007-06-17 19:56:39 -05001657 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state,
James Smarte47c9092008-02-08 18:49:26 -05001658 NLP_STE_UNUSED_NODE);
1659}
1660
Adrian Bunk4d9db012008-02-14 23:24:02 +02001661static void
James Smarte47c9092008-02-08 18:49:26 -05001662lpfc_disable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
1663{
James Smart0d2b6b82008-06-14 22:52:47 -04001664 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smarte47c9092008-02-08 18:49:26 -05001665 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
1666 lpfc_nlp_counters(vport, ndlp->nlp_state, -1);
1667 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state,
1668 NLP_STE_UNUSED_NODE);
1669}
1670
1671struct lpfc_nodelist *
1672lpfc_enable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
1673 int state)
1674{
1675 struct lpfc_hba *phba = vport->phba;
1676 uint32_t did;
1677 unsigned long flags;
1678
1679 if (!ndlp)
1680 return NULL;
1681
1682 spin_lock_irqsave(&phba->ndlp_lock, flags);
1683 /* The ndlp should not be in memory free mode */
1684 if (NLP_CHK_FREE_REQ(ndlp)) {
1685 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
1686 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
1687 "0277 lpfc_enable_node: ndlp:x%p "
1688 "usgmap:x%x refcnt:%d\n",
1689 (void *)ndlp, ndlp->nlp_usg_map,
1690 atomic_read(&ndlp->kref.refcount));
1691 return NULL;
1692 }
1693 /* The ndlp should not already be in active mode */
1694 if (NLP_CHK_NODE_ACT(ndlp)) {
1695 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
1696 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
1697 "0278 lpfc_enable_node: ndlp:x%p "
1698 "usgmap:x%x refcnt:%d\n",
1699 (void *)ndlp, ndlp->nlp_usg_map,
1700 atomic_read(&ndlp->kref.refcount));
1701 return NULL;
1702 }
1703
1704 /* Keep the original DID */
1705 did = ndlp->nlp_DID;
1706
1707 /* re-initialize ndlp except of ndlp linked list pointer */
1708 memset((((char *)ndlp) + sizeof (struct list_head)), 0,
1709 sizeof (struct lpfc_nodelist) - sizeof (struct list_head));
1710 INIT_LIST_HEAD(&ndlp->els_retry_evt.evt_listp);
1711 INIT_LIST_HEAD(&ndlp->dev_loss_evt.evt_listp);
1712 init_timer(&ndlp->nlp_delayfunc);
1713 ndlp->nlp_delayfunc.function = lpfc_els_retry_delay;
1714 ndlp->nlp_delayfunc.data = (unsigned long)ndlp;
1715 ndlp->nlp_DID = did;
1716 ndlp->vport = vport;
1717 ndlp->nlp_sid = NLP_NO_SID;
1718 /* ndlp management re-initialize */
1719 kref_init(&ndlp->kref);
1720 NLP_INT_NODE_ACT(ndlp);
1721
1722 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
1723
1724 if (state != NLP_STE_UNUSED_NODE)
1725 lpfc_nlp_set_state(vport, ndlp, state);
1726
1727 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
1728 "node enable: did:x%x",
1729 ndlp->nlp_DID, 0, 0);
1730 return ndlp;
James Smartde0c5b32007-04-25 09:52:27 -04001731}
1732
1733void
James Smart2e0fef82007-06-17 19:56:36 -05001734lpfc_drop_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smartde0c5b32007-04-25 09:52:27 -04001735{
James Smart87af33f2007-10-27 13:37:43 -04001736 /*
James Smartfa4066b2008-01-11 01:53:27 -05001737 * Use of lpfc_drop_node and UNUSED list: lpfc_drop_node should
James Smart87af33f2007-10-27 13:37:43 -04001738 * be used if we wish to issue the "last" lpfc_nlp_put() to remove
James Smartfa4066b2008-01-11 01:53:27 -05001739 * the ndlp from the vport. The ndlp marked as UNUSED on the list
1740 * until ALL other outstanding threads have completed. We check
1741 * that the ndlp not already in the UNUSED state before we proceed.
James Smart87af33f2007-10-27 13:37:43 -04001742 */
James Smartfa4066b2008-01-11 01:53:27 -05001743 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
1744 return;
James Smart51ef4c22007-08-02 11:10:31 -04001745 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNUSED_NODE);
James Smart87af33f2007-10-27 13:37:43 -04001746 lpfc_nlp_put(ndlp);
James Smart98c9ea52007-10-27 13:37:33 -04001747 return;
dea31012005-04-17 16:05:31 -05001748}
1749
1750/*
1751 * Start / ReStart rescue timer for Discovery / RSCN handling
1752 */
1753void
James Smart2e0fef82007-06-17 19:56:36 -05001754lpfc_set_disctmo(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05001755{
James Smart2e0fef82007-06-17 19:56:36 -05001756 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
1757 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05001758 uint32_t tmo;
1759
James Smart2e0fef82007-06-17 19:56:36 -05001760 if (vport->port_state == LPFC_LOCAL_CFG_LINK) {
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05001761 /* For FAN, timeout should be greater then edtov */
1762 tmo = (((phba->fc_edtov + 999) / 1000) + 1);
1763 } else {
1764 /* Normal discovery timeout should be > then ELS/CT timeout
1765 * FC spec states we need 3 * ratov for CT requests
1766 */
1767 tmo = ((phba->fc_ratov * 3) + 3);
1768 }
dea31012005-04-17 16:05:31 -05001769
James Smart858c9f62007-06-17 19:56:39 -05001770
1771 if (!timer_pending(&vport->fc_disctmo)) {
1772 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
1773 "set disc timer: tmo:x%x state:x%x flg:x%x",
1774 tmo, vport->port_state, vport->fc_flag);
1775 }
1776
James Smart2e0fef82007-06-17 19:56:36 -05001777 mod_timer(&vport->fc_disctmo, jiffies + HZ * tmo);
1778 spin_lock_irq(shost->host_lock);
1779 vport->fc_flag |= FC_DISC_TMO;
1780 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05001781
1782 /* Start Discovery Timer state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04001783 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
1784 "0247 Start Discovery Timer state x%x "
1785 "Data: x%x x%lx x%x x%x\n",
1786 vport->port_state, tmo,
1787 (unsigned long)&vport->fc_disctmo, vport->fc_plogi_cnt,
1788 vport->fc_adisc_cnt);
dea31012005-04-17 16:05:31 -05001789
1790 return;
1791}
1792
1793/*
1794 * Cancel rescue timer for Discovery / RSCN handling
1795 */
1796int
James Smart2e0fef82007-06-17 19:56:36 -05001797lpfc_can_disctmo(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05001798{
James Smart2e0fef82007-06-17 19:56:36 -05001799 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart2e0fef82007-06-17 19:56:36 -05001800 unsigned long iflags;
1801
James Smart858c9f62007-06-17 19:56:39 -05001802 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
1803 "can disc timer: state:x%x rtry:x%x flg:x%x",
1804 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
1805
dea31012005-04-17 16:05:31 -05001806 /* Turn off discovery timer if its running */
James Smart2e0fef82007-06-17 19:56:36 -05001807 if (vport->fc_flag & FC_DISC_TMO) {
1808 spin_lock_irqsave(shost->host_lock, iflags);
1809 vport->fc_flag &= ~FC_DISC_TMO;
1810 spin_unlock_irqrestore(shost->host_lock, iflags);
1811 del_timer_sync(&vport->fc_disctmo);
1812 spin_lock_irqsave(&vport->work_port_lock, iflags);
1813 vport->work_port_events &= ~WORKER_DISC_TMO;
1814 spin_unlock_irqrestore(&vport->work_port_lock, iflags);
dea31012005-04-17 16:05:31 -05001815 }
1816
1817 /* Cancel Discovery Timer state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04001818 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
1819 "0248 Cancel Discovery Timer state x%x "
1820 "Data: x%x x%x x%x\n",
1821 vport->port_state, vport->fc_flag,
1822 vport->fc_plogi_cnt, vport->fc_adisc_cnt);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05001823 return 0;
dea31012005-04-17 16:05:31 -05001824}
1825
1826/*
1827 * Check specified ring for outstanding IOCB on the SLI queue
1828 * Return true if iocb matches the specified nport
1829 */
1830int
James Smart2e0fef82007-06-17 19:56:36 -05001831lpfc_check_sli_ndlp(struct lpfc_hba *phba,
1832 struct lpfc_sli_ring *pring,
1833 struct lpfc_iocbq *iocb,
1834 struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05001835{
James Smart2e0fef82007-06-17 19:56:36 -05001836 struct lpfc_sli *psli = &phba->sli;
1837 IOCB_t *icmd = &iocb->iocb;
James Smart92d7f7b2007-06-17 19:56:38 -05001838 struct lpfc_vport *vport = ndlp->vport;
1839
1840 if (iocb->vport != vport)
1841 return 0;
1842
dea31012005-04-17 16:05:31 -05001843 if (pring->ringno == LPFC_ELS_RING) {
1844 switch (icmd->ulpCommand) {
1845 case CMD_GEN_REQUEST64_CR:
1846 if (icmd->ulpContext == (volatile ushort)ndlp->nlp_rpi)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05001847 return 1;
dea31012005-04-17 16:05:31 -05001848 case CMD_ELS_REQUEST64_CR:
James Smart10d4e952006-04-15 11:53:15 -04001849 if (icmd->un.elsreq64.remoteID == ndlp->nlp_DID)
1850 return 1;
dea31012005-04-17 16:05:31 -05001851 case CMD_XMIT_ELS_RSP64_CX:
1852 if (iocb->context1 == (uint8_t *) ndlp)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05001853 return 1;
dea31012005-04-17 16:05:31 -05001854 }
James Smarta4bc3372006-12-02 13:34:16 -05001855 } else if (pring->ringno == psli->extra_ring) {
dea31012005-04-17 16:05:31 -05001856
1857 } else if (pring->ringno == psli->fcp_ring) {
1858 /* Skip match check if waiting to relogin to FCP target */
1859 if ((ndlp->nlp_type & NLP_FCP_TARGET) &&
James Smart92d7f7b2007-06-17 19:56:38 -05001860 (ndlp->nlp_flag & NLP_DELAY_TMO)) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05001861 return 0;
dea31012005-04-17 16:05:31 -05001862 }
1863 if (icmd->ulpContext == (volatile ushort)ndlp->nlp_rpi) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05001864 return 1;
dea31012005-04-17 16:05:31 -05001865 }
1866 } else if (pring->ringno == psli->next_ring) {
1867
1868 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05001869 return 0;
dea31012005-04-17 16:05:31 -05001870}
1871
1872/*
1873 * Free resources / clean up outstanding I/Os
1874 * associated with nlp_rpi in the LPFC_NODELIST entry.
1875 */
1876static int
James Smart2e0fef82007-06-17 19:56:36 -05001877lpfc_no_rpi(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05001878{
James Smart2534ba72007-04-25 09:52:20 -04001879 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05001880 struct lpfc_sli *psli;
1881 struct lpfc_sli_ring *pring;
1882 struct lpfc_iocbq *iocb, *next_iocb;
1883 IOCB_t *icmd;
1884 uint32_t rpi, i;
1885
James Smart92d7f7b2007-06-17 19:56:38 -05001886 lpfc_fabric_abort_nport(ndlp);
1887
dea31012005-04-17 16:05:31 -05001888 /*
1889 * Everything that matches on txcmplq will be returned
1890 * by firmware with a no rpi error.
1891 */
1892 psli = &phba->sli;
1893 rpi = ndlp->nlp_rpi;
1894 if (rpi) {
1895 /* Now process each ring */
1896 for (i = 0; i < psli->num_rings; i++) {
1897 pring = &psli->ring[i];
1898
James Smart2e0fef82007-06-17 19:56:36 -05001899 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001900 list_for_each_entry_safe(iocb, next_iocb, &pring->txq,
James Smart2e0fef82007-06-17 19:56:36 -05001901 list) {
dea31012005-04-17 16:05:31 -05001902 /*
1903 * Check to see if iocb matches the nport we are
1904 * looking for
1905 */
James Smart92d7f7b2007-06-17 19:56:38 -05001906 if ((lpfc_check_sli_ndlp(phba, pring, iocb,
1907 ndlp))) {
dea31012005-04-17 16:05:31 -05001908 /* It matches, so deque and call compl
1909 with an error */
James Smart2534ba72007-04-25 09:52:20 -04001910 list_move_tail(&iocb->list,
1911 &completions);
dea31012005-04-17 16:05:31 -05001912 pring->txq_cnt--;
dea31012005-04-17 16:05:31 -05001913 }
1914 }
James Smart2e0fef82007-06-17 19:56:36 -05001915 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001916 }
1917 }
James Smart2534ba72007-04-25 09:52:20 -04001918
1919 while (!list_empty(&completions)) {
1920 iocb = list_get_first(&completions, struct lpfc_iocbq, list);
James Smart92d7f7b2007-06-17 19:56:38 -05001921 list_del_init(&iocb->list);
James Smart2534ba72007-04-25 09:52:20 -04001922
James Smart2e0fef82007-06-17 19:56:36 -05001923 if (!iocb->iocb_cmpl)
1924 lpfc_sli_release_iocbq(phba, iocb);
1925 else {
James Smart2534ba72007-04-25 09:52:20 -04001926 icmd = &iocb->iocb;
1927 icmd->ulpStatus = IOSTAT_LOCAL_REJECT;
1928 icmd->un.ulpWord[4] = IOERR_SLI_ABORTED;
James Smart2e0fef82007-06-17 19:56:36 -05001929 (iocb->iocb_cmpl)(phba, iocb, iocb);
1930 }
James Smart2534ba72007-04-25 09:52:20 -04001931 }
1932
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05001933 return 0;
dea31012005-04-17 16:05:31 -05001934}
1935
1936/*
1937 * Free rpi associated with LPFC_NODELIST entry.
1938 * This routine is called from lpfc_freenode(), when we are removing
1939 * a LPFC_NODELIST entry. It is also called if the driver initiates a
1940 * LOGO that completes successfully, and we are waiting to PLOGI back
1941 * to the remote NPort. In addition, it is called after we receive
1942 * and unsolicated ELS cmd, send back a rsp, the rsp completes and
1943 * we are waiting to PLOGI back to the remote NPort.
1944 */
1945int
James Smart2e0fef82007-06-17 19:56:36 -05001946lpfc_unreg_rpi(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05001947{
James Smart2e0fef82007-06-17 19:56:36 -05001948 struct lpfc_hba *phba = vport->phba;
1949 LPFC_MBOXQ_t *mbox;
dea31012005-04-17 16:05:31 -05001950 int rc;
1951
1952 if (ndlp->nlp_rpi) {
James Smart2e0fef82007-06-17 19:56:36 -05001953 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
1954 if (mbox) {
James Smart92d7f7b2007-06-17 19:56:38 -05001955 lpfc_unreg_login(phba, vport->vpi, ndlp->nlp_rpi, mbox);
James Smarted957682007-06-17 19:56:37 -05001956 mbox->vport = vport;
James Smart92d7f7b2007-06-17 19:56:38 -05001957 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -04001958 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
dea31012005-04-17 16:05:31 -05001959 if (rc == MBX_NOT_FINISHED)
James Smart2e0fef82007-06-17 19:56:36 -05001960 mempool_free(mbox, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05001961 }
dea31012005-04-17 16:05:31 -05001962 lpfc_no_rpi(phba, ndlp);
1963 ndlp->nlp_rpi = 0;
1964 return 1;
1965 }
1966 return 0;
1967}
1968
James Smart92d7f7b2007-06-17 19:56:38 -05001969void
1970lpfc_unreg_all_rpis(struct lpfc_vport *vport)
1971{
1972 struct lpfc_hba *phba = vport->phba;
1973 LPFC_MBOXQ_t *mbox;
1974 int rc;
1975
1976 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
1977 if (mbox) {
1978 lpfc_unreg_login(phba, vport->vpi, 0xffff, mbox);
1979 mbox->vport = vport;
1980 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart09372822008-01-11 01:52:54 -05001981 mbox->context1 = NULL;
1982 rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO);
James Smart92d7f7b2007-06-17 19:56:38 -05001983 if (rc == MBX_NOT_FINISHED) {
1984 mempool_free(mbox, phba->mbox_mem_pool);
1985 }
1986 }
1987}
1988
1989void
1990lpfc_unreg_default_rpis(struct lpfc_vport *vport)
1991{
1992 struct lpfc_hba *phba = vport->phba;
1993 LPFC_MBOXQ_t *mbox;
1994 int rc;
1995
1996 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
1997 if (mbox) {
1998 lpfc_unreg_did(phba, vport->vpi, 0xffffffff, mbox);
1999 mbox->vport = vport;
2000 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart09372822008-01-11 01:52:54 -05002001 mbox->context1 = NULL;
2002 rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO);
James Smart92d7f7b2007-06-17 19:56:38 -05002003 if (rc == MBX_NOT_FINISHED) {
James Smarte8b62012007-08-02 11:10:09 -04002004 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
2005 "1815 Could not issue "
2006 "unreg_did (default rpis)\n");
James Smart92d7f7b2007-06-17 19:56:38 -05002007 mempool_free(mbox, phba->mbox_mem_pool);
2008 }
2009 }
2010}
2011
dea31012005-04-17 16:05:31 -05002012/*
2013 * Free resources associated with LPFC_NODELIST entry
2014 * so it can be freed.
2015 */
2016static int
James Smart2e0fef82007-06-17 19:56:36 -05002017lpfc_cleanup_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05002018{
James Smart2e0fef82007-06-17 19:56:36 -05002019 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
2020 struct lpfc_hba *phba = vport->phba;
2021 LPFC_MBOXQ_t *mb, *nextmb;
dea31012005-04-17 16:05:31 -05002022 struct lpfc_dmabuf *mp;
dea31012005-04-17 16:05:31 -05002023
2024 /* Cleanup node for NPort <nlp_DID> */
James Smarte8b62012007-08-02 11:10:09 -04002025 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
2026 "0900 Cleanup node for NPort x%x "
2027 "Data: x%x x%x x%x\n",
2028 ndlp->nlp_DID, ndlp->nlp_flag,
2029 ndlp->nlp_state, ndlp->nlp_rpi);
James Smarte47c9092008-02-08 18:49:26 -05002030 if (NLP_CHK_FREE_REQ(ndlp)) {
2031 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
2032 "0280 lpfc_cleanup_node: ndlp:x%p "
2033 "usgmap:x%x refcnt:%d\n",
2034 (void *)ndlp, ndlp->nlp_usg_map,
2035 atomic_read(&ndlp->kref.refcount));
2036 lpfc_dequeue_node(vport, ndlp);
2037 } else {
2038 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
2039 "0281 lpfc_cleanup_node: ndlp:x%p "
2040 "usgmap:x%x refcnt:%d\n",
2041 (void *)ndlp, ndlp->nlp_usg_map,
2042 atomic_read(&ndlp->kref.refcount));
2043 lpfc_disable_node(vport, ndlp);
2044 }
dea31012005-04-17 16:05:31 -05002045
dea31012005-04-17 16:05:31 -05002046 /* cleanup any ndlp on mbox q waiting for reglogin cmpl */
2047 if ((mb = phba->sli.mbox_active)) {
2048 if ((mb->mb.mbxCommand == MBX_REG_LOGIN64) &&
2049 (ndlp == (struct lpfc_nodelist *) mb->context2)) {
2050 mb->context2 = NULL;
2051 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
2052 }
2053 }
James Smart33ccf8d2006-08-17 11:57:58 -04002054
James Smart2e0fef82007-06-17 19:56:36 -05002055 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05002056 list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) {
2057 if ((mb->mb.mbxCommand == MBX_REG_LOGIN64) &&
James Smart92d7f7b2007-06-17 19:56:38 -05002058 (ndlp == (struct lpfc_nodelist *) mb->context2)) {
dea31012005-04-17 16:05:31 -05002059 mp = (struct lpfc_dmabuf *) (mb->context1);
2060 if (mp) {
James Smart2e0fef82007-06-17 19:56:36 -05002061 __lpfc_mbuf_free(phba, mp->virt, mp->phys);
dea31012005-04-17 16:05:31 -05002062 kfree(mp);
2063 }
2064 list_del(&mb->list);
2065 mempool_free(mb, phba->mbox_mem_pool);
James Smarte47c9092008-02-08 18:49:26 -05002066 /* We shall not invoke the lpfc_nlp_put to decrement
2067 * the ndlp reference count as we are in the process
2068 * of lpfc_nlp_release.
2069 */
dea31012005-04-17 16:05:31 -05002070 }
2071 }
James Smart2e0fef82007-06-17 19:56:36 -05002072 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05002073
James Smarte47c9092008-02-08 18:49:26 -05002074 lpfc_els_abort(phba, ndlp);
2075
James Smart2e0fef82007-06-17 19:56:36 -05002076 spin_lock_irq(shost->host_lock);
James Smartc01f3202006-08-18 17:47:08 -04002077 ndlp->nlp_flag &= ~NLP_DELAY_TMO;
James Smart2e0fef82007-06-17 19:56:36 -05002078 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05002079
Jamie Wellnitz5024ab12006-02-28 19:25:28 -05002080 ndlp->nlp_last_elscmd = 0;
dea31012005-04-17 16:05:31 -05002081 del_timer_sync(&ndlp->nlp_delayfunc);
2082
James Smart0d2b6b82008-06-14 22:52:47 -04002083 list_del_init(&ndlp->els_retry_evt.evt_listp);
2084 list_del_init(&ndlp->dev_loss_evt.evt_listp);
dea31012005-04-17 16:05:31 -05002085
James Smart2e0fef82007-06-17 19:56:36 -05002086 lpfc_unreg_rpi(vport, ndlp);
dea31012005-04-17 16:05:31 -05002087
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05002088 return 0;
dea31012005-04-17 16:05:31 -05002089}
2090
2091/*
2092 * Check to see if we can free the nlp back to the freelist.
2093 * If we are in the middle of using the nlp in the discovery state
2094 * machine, defer the free till we reach the end of the state machine.
2095 */
James Smart329f9bc2007-04-25 09:53:01 -04002096static void
James Smart2e0fef82007-06-17 19:56:36 -05002097lpfc_nlp_remove(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05002098{
James Smarta8adb832007-10-27 13:37:53 -04002099 struct lpfc_hba *phba = vport->phba;
James Smart1dcb58e2007-04-25 09:51:30 -04002100 struct lpfc_rport_data *rdata;
James Smarta8adb832007-10-27 13:37:53 -04002101 LPFC_MBOXQ_t *mbox;
2102 int rc;
dea31012005-04-17 16:05:31 -05002103
James Smart0d2b6b82008-06-14 22:52:47 -04002104 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smarta8adb832007-10-27 13:37:53 -04002105 if (ndlp->nlp_flag & NLP_DEFER_RM && !ndlp->nlp_rpi) {
2106 /* For this case we need to cleanup the default rpi
2107 * allocated by the firmware.
2108 */
2109 if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL))
2110 != NULL) {
2111 rc = lpfc_reg_login(phba, vport->vpi, ndlp->nlp_DID,
2112 (uint8_t *) &vport->fc_sparam, mbox, 0);
2113 if (rc) {
2114 mempool_free(mbox, phba->mbox_mem_pool);
2115 }
2116 else {
2117 mbox->mbox_flag |= LPFC_MBX_IMED_UNREG;
2118 mbox->mbox_cmpl = lpfc_mbx_cmpl_dflt_rpi;
2119 mbox->vport = vport;
James Smart09372822008-01-11 01:52:54 -05002120 mbox->context2 = NULL;
James Smarta8adb832007-10-27 13:37:53 -04002121 rc =lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
2122 if (rc == MBX_NOT_FINISHED) {
2123 mempool_free(mbox, phba->mbox_mem_pool);
2124 }
2125 }
2126 }
2127 }
James Smart2e0fef82007-06-17 19:56:36 -05002128 lpfc_cleanup_node(vport, ndlp);
James Smart1dcb58e2007-04-25 09:51:30 -04002129
James Smart2e0fef82007-06-17 19:56:36 -05002130 /*
James Smart92d7f7b2007-06-17 19:56:38 -05002131 * We can get here with a non-NULL ndlp->rport because when we
2132 * unregister a rport we don't break the rport/node linkage. So if we
2133 * do, make sure we don't leaving any dangling pointers behind.
James Smart2e0fef82007-06-17 19:56:36 -05002134 */
James Smart92d7f7b2007-06-17 19:56:38 -05002135 if (ndlp->rport) {
James Smart329f9bc2007-04-25 09:53:01 -04002136 rdata = ndlp->rport->dd_data;
2137 rdata->pnode = NULL;
2138 ndlp->rport = NULL;
dea31012005-04-17 16:05:31 -05002139 }
dea31012005-04-17 16:05:31 -05002140}
2141
2142static int
James Smart2e0fef82007-06-17 19:56:36 -05002143lpfc_matchdid(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
2144 uint32_t did)
dea31012005-04-17 16:05:31 -05002145{
James Smart2e0fef82007-06-17 19:56:36 -05002146 D_ID mydid, ndlpdid, matchdid;
dea31012005-04-17 16:05:31 -05002147
2148 if (did == Bcast_DID)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05002149 return 0;
dea31012005-04-17 16:05:31 -05002150
dea31012005-04-17 16:05:31 -05002151 /* First check for Direct match */
2152 if (ndlp->nlp_DID == did)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05002153 return 1;
dea31012005-04-17 16:05:31 -05002154
2155 /* Next check for area/domain identically equals 0 match */
James Smart2e0fef82007-06-17 19:56:36 -05002156 mydid.un.word = vport->fc_myDID;
dea31012005-04-17 16:05:31 -05002157 if ((mydid.un.b.domain == 0) && (mydid.un.b.area == 0)) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05002158 return 0;
dea31012005-04-17 16:05:31 -05002159 }
2160
2161 matchdid.un.word = did;
2162 ndlpdid.un.word = ndlp->nlp_DID;
2163 if (matchdid.un.b.id == ndlpdid.un.b.id) {
2164 if ((mydid.un.b.domain == matchdid.un.b.domain) &&
2165 (mydid.un.b.area == matchdid.un.b.area)) {
2166 if ((ndlpdid.un.b.domain == 0) &&
2167 (ndlpdid.un.b.area == 0)) {
2168 if (ndlpdid.un.b.id)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05002169 return 1;
dea31012005-04-17 16:05:31 -05002170 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05002171 return 0;
dea31012005-04-17 16:05:31 -05002172 }
2173
2174 matchdid.un.word = ndlp->nlp_DID;
2175 if ((mydid.un.b.domain == ndlpdid.un.b.domain) &&
2176 (mydid.un.b.area == ndlpdid.un.b.area)) {
2177 if ((matchdid.un.b.domain == 0) &&
2178 (matchdid.un.b.area == 0)) {
2179 if (matchdid.un.b.id)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05002180 return 1;
dea31012005-04-17 16:05:31 -05002181 }
2182 }
2183 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05002184 return 0;
dea31012005-04-17 16:05:31 -05002185}
2186
James Smart685f0bf2007-04-25 09:53:08 -04002187/* Search for a nodelist entry */
James Smart2e0fef82007-06-17 19:56:36 -05002188static struct lpfc_nodelist *
2189__lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05002190{
James Smart2fb9bd82006-12-02 13:33:57 -05002191 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05002192 uint32_t data1;
2193
James Smart2e0fef82007-06-17 19:56:36 -05002194 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
2195 if (lpfc_matchdid(vport, ndlp, did)) {
James Smart685f0bf2007-04-25 09:53:08 -04002196 data1 = (((uint32_t) ndlp->nlp_state << 24) |
2197 ((uint32_t) ndlp->nlp_xri << 16) |
2198 ((uint32_t) ndlp->nlp_type << 8) |
2199 ((uint32_t) ndlp->nlp_rpi & 0xff));
James Smarte8b62012007-08-02 11:10:09 -04002200 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
2201 "0929 FIND node DID "
2202 "Data: x%p x%x x%x x%x\n",
2203 ndlp, ndlp->nlp_DID,
2204 ndlp->nlp_flag, data1);
James Smart685f0bf2007-04-25 09:53:08 -04002205 return ndlp;
dea31012005-04-17 16:05:31 -05002206 }
2207 }
Jamie Wellnitz66a9ed62006-02-28 22:33:10 -05002208
dea31012005-04-17 16:05:31 -05002209 /* FIND node did <did> NOT FOUND */
James Smarte8b62012007-08-02 11:10:09 -04002210 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
2211 "0932 FIND node did x%x NOT FOUND.\n", did);
dea31012005-04-17 16:05:31 -05002212 return NULL;
2213}
2214
2215struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05002216lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05002217{
James Smart2e0fef82007-06-17 19:56:36 -05002218 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
dea31012005-04-17 16:05:31 -05002219 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05002220
James Smart2e0fef82007-06-17 19:56:36 -05002221 spin_lock_irq(shost->host_lock);
2222 ndlp = __lpfc_findnode_did(vport, did);
2223 spin_unlock_irq(shost->host_lock);
2224 return ndlp;
2225}
2226
2227struct lpfc_nodelist *
2228lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did)
2229{
2230 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
2231 struct lpfc_nodelist *ndlp;
2232
2233 ndlp = lpfc_findnode_did(vport, did);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05002234 if (!ndlp) {
James Smart2e0fef82007-06-17 19:56:36 -05002235 if ((vport->fc_flag & FC_RSCN_MODE) != 0 &&
2236 lpfc_rscn_payload_check(vport, did) == 0)
dea31012005-04-17 16:05:31 -05002237 return NULL;
2238 ndlp = (struct lpfc_nodelist *)
James Smart2e0fef82007-06-17 19:56:36 -05002239 mempool_alloc(vport->phba->nlp_mem_pool, GFP_KERNEL);
dea31012005-04-17 16:05:31 -05002240 if (!ndlp)
2241 return NULL;
James Smart2e0fef82007-06-17 19:56:36 -05002242 lpfc_nlp_init(vport, ndlp, did);
2243 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
2244 spin_lock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05002245 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smart2e0fef82007-06-17 19:56:36 -05002246 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05002247 return ndlp;
James Smarte47c9092008-02-08 18:49:26 -05002248 } else if (!NLP_CHK_NODE_ACT(ndlp)) {
2249 ndlp = lpfc_enable_node(vport, ndlp, NLP_STE_NPR_NODE);
2250 if (!ndlp)
2251 return NULL;
2252 spin_lock_irq(shost->host_lock);
2253 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
2254 spin_unlock_irq(shost->host_lock);
2255 return ndlp;
dea31012005-04-17 16:05:31 -05002256 }
James Smarte47c9092008-02-08 18:49:26 -05002257
James Smart58da1ff2008-04-07 10:15:56 -04002258 if ((vport->fc_flag & FC_RSCN_MODE) &&
2259 !(vport->fc_flag & FC_NDISC_ACTIVE)) {
James Smart2e0fef82007-06-17 19:56:36 -05002260 if (lpfc_rscn_payload_check(vport, did)) {
James Smart87af33f2007-10-27 13:37:43 -04002261 /* If we've already recieved a PLOGI from this NPort
2262 * we don't need to try to discover it again.
2263 */
2264 if (ndlp->nlp_flag & NLP_RCV_PLOGI)
2265 return NULL;
2266
James Smart2e0fef82007-06-17 19:56:36 -05002267 spin_lock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05002268 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smart2e0fef82007-06-17 19:56:36 -05002269 spin_unlock_irq(shost->host_lock);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05002270
2271 /* Since this node is marked for discovery,
2272 * delay timeout is not needed.
2273 */
James Smart0d2b6b82008-06-14 22:52:47 -04002274 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smart071fbd3d2006-04-15 11:53:20 -04002275 } else
dea31012005-04-17 16:05:31 -05002276 ndlp = NULL;
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05002277 } else {
James Smart87af33f2007-10-27 13:37:43 -04002278 /* If we've already recieved a PLOGI from this NPort,
2279 * or we are already in the process of discovery on it,
2280 * we don't need to try to discover it again.
2281 */
James Smart685f0bf2007-04-25 09:53:08 -04002282 if (ndlp->nlp_state == NLP_STE_ADISC_ISSUE ||
James Smart87af33f2007-10-27 13:37:43 -04002283 ndlp->nlp_state == NLP_STE_PLOGI_ISSUE ||
2284 ndlp->nlp_flag & NLP_RCV_PLOGI)
dea31012005-04-17 16:05:31 -05002285 return NULL;
James Smart2e0fef82007-06-17 19:56:36 -05002286 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
2287 spin_lock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05002288 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smart2e0fef82007-06-17 19:56:36 -05002289 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05002290 }
2291 return ndlp;
2292}
2293
2294/* Build a list of nodes to discover based on the loopmap */
2295void
James Smart2e0fef82007-06-17 19:56:36 -05002296lpfc_disc_list_loopmap(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05002297{
James Smart2e0fef82007-06-17 19:56:36 -05002298 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05002299 int j;
2300 uint32_t alpa, index;
2301
James Smart2e0fef82007-06-17 19:56:36 -05002302 if (!lpfc_is_link_up(phba))
dea31012005-04-17 16:05:31 -05002303 return;
James Smart2e0fef82007-06-17 19:56:36 -05002304
2305 if (phba->fc_topology != TOPOLOGY_LOOP)
dea31012005-04-17 16:05:31 -05002306 return;
dea31012005-04-17 16:05:31 -05002307
2308 /* Check for loop map present or not */
2309 if (phba->alpa_map[0]) {
2310 for (j = 1; j <= phba->alpa_map[0]; j++) {
2311 alpa = phba->alpa_map[j];
James Smart2e0fef82007-06-17 19:56:36 -05002312 if (((vport->fc_myDID & 0xff) == alpa) || (alpa == 0))
dea31012005-04-17 16:05:31 -05002313 continue;
James Smart2e0fef82007-06-17 19:56:36 -05002314 lpfc_setup_disc_node(vport, alpa);
dea31012005-04-17 16:05:31 -05002315 }
2316 } else {
2317 /* No alpamap, so try all alpa's */
2318 for (j = 0; j < FC_MAXLOOP; j++) {
2319 /* If cfg_scan_down is set, start from highest
2320 * ALPA (0xef) to lowest (0x1).
2321 */
James Smart3de2a652007-08-02 11:09:59 -04002322 if (vport->cfg_scan_down)
dea31012005-04-17 16:05:31 -05002323 index = j;
2324 else
2325 index = FC_MAXLOOP - j - 1;
2326 alpa = lpfcAlpaArray[index];
James Smart2e0fef82007-06-17 19:56:36 -05002327 if ((vport->fc_myDID & 0xff) == alpa)
dea31012005-04-17 16:05:31 -05002328 continue;
James Smart2e0fef82007-06-17 19:56:36 -05002329 lpfc_setup_disc_node(vport, alpa);
dea31012005-04-17 16:05:31 -05002330 }
2331 }
2332 return;
2333}
2334
dea31012005-04-17 16:05:31 -05002335void
James Smart2e0fef82007-06-17 19:56:36 -05002336lpfc_issue_clear_la(struct lpfc_hba *phba, struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05002337{
dea31012005-04-17 16:05:31 -05002338 LPFC_MBOXQ_t *mbox;
James Smart2e0fef82007-06-17 19:56:36 -05002339 struct lpfc_sli *psli = &phba->sli;
2340 struct lpfc_sli_ring *extra_ring = &psli->ring[psli->extra_ring];
2341 struct lpfc_sli_ring *fcp_ring = &psli->ring[psli->fcp_ring];
2342 struct lpfc_sli_ring *next_ring = &psli->ring[psli->next_ring];
2343 int rc;
2344
James Smart92d7f7b2007-06-17 19:56:38 -05002345 /*
2346 * if it's not a physical port or if we already send
2347 * clear_la then don't send it.
2348 */
2349 if ((phba->link_state >= LPFC_CLEAR_LA) ||
2350 (vport->port_type != LPFC_PHYSICAL_PORT))
2351 return;
2352
James Smart2e0fef82007-06-17 19:56:36 -05002353 /* Link up discovery */
2354 if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL)) != NULL) {
2355 phba->link_state = LPFC_CLEAR_LA;
2356 lpfc_clear_la(phba, mbox);
2357 mbox->mbox_cmpl = lpfc_mbx_cmpl_clear_la;
2358 mbox->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -04002359 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart2e0fef82007-06-17 19:56:36 -05002360 if (rc == MBX_NOT_FINISHED) {
2361 mempool_free(mbox, phba->mbox_mem_pool);
2362 lpfc_disc_flush_list(vport);
2363 extra_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
2364 fcp_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
2365 next_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
James Smart92d7f7b2007-06-17 19:56:38 -05002366 phba->link_state = LPFC_HBA_ERROR;
2367 }
2368 }
2369}
2370
2371/* Reg_vpi to tell firmware to resume normal operations */
2372void
2373lpfc_issue_reg_vpi(struct lpfc_hba *phba, struct lpfc_vport *vport)
2374{
2375 LPFC_MBOXQ_t *regvpimbox;
2376
2377 regvpimbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
2378 if (regvpimbox) {
2379 lpfc_reg_vpi(phba, vport->vpi, vport->fc_myDID, regvpimbox);
2380 regvpimbox->mbox_cmpl = lpfc_mbx_cmpl_reg_vpi;
2381 regvpimbox->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -04002382 if (lpfc_sli_issue_mbox(phba, regvpimbox, MBX_NOWAIT)
James Smart92d7f7b2007-06-17 19:56:38 -05002383 == MBX_NOT_FINISHED) {
2384 mempool_free(regvpimbox, phba->mbox_mem_pool);
James Smart2e0fef82007-06-17 19:56:36 -05002385 }
2386 }
2387}
2388
2389/* Start Link up / RSCN discovery on NPR nodes */
2390void
2391lpfc_disc_start(struct lpfc_vport *vport)
2392{
2393 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
2394 struct lpfc_hba *phba = vport->phba;
James Smart685f0bf2007-04-25 09:53:08 -04002395 uint32_t num_sent;
dea31012005-04-17 16:05:31 -05002396 uint32_t clear_la_pending;
James Smart685f0bf2007-04-25 09:53:08 -04002397 int did_changed;
dea31012005-04-17 16:05:31 -05002398
James Smart2e0fef82007-06-17 19:56:36 -05002399 if (!lpfc_is_link_up(phba))
dea31012005-04-17 16:05:31 -05002400 return;
James Smart2e0fef82007-06-17 19:56:36 -05002401
2402 if (phba->link_state == LPFC_CLEAR_LA)
dea31012005-04-17 16:05:31 -05002403 clear_la_pending = 1;
2404 else
2405 clear_la_pending = 0;
2406
James Smart2e0fef82007-06-17 19:56:36 -05002407 if (vport->port_state < LPFC_VPORT_READY)
2408 vport->port_state = LPFC_DISC_AUTH;
dea31012005-04-17 16:05:31 -05002409
James Smart2e0fef82007-06-17 19:56:36 -05002410 lpfc_set_disctmo(vport);
2411
2412 if (vport->fc_prevDID == vport->fc_myDID)
dea31012005-04-17 16:05:31 -05002413 did_changed = 0;
James Smart2e0fef82007-06-17 19:56:36 -05002414 else
dea31012005-04-17 16:05:31 -05002415 did_changed = 1;
James Smart2e0fef82007-06-17 19:56:36 -05002416
2417 vport->fc_prevDID = vport->fc_myDID;
2418 vport->num_disc_nodes = 0;
dea31012005-04-17 16:05:31 -05002419
2420 /* Start Discovery state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04002421 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
2422 "0202 Start Discovery hba state x%x "
2423 "Data: x%x x%x x%x\n",
2424 vport->port_state, vport->fc_flag, vport->fc_plogi_cnt,
2425 vport->fc_adisc_cnt);
dea31012005-04-17 16:05:31 -05002426
2427 /* First do ADISCs - if any */
James Smart2e0fef82007-06-17 19:56:36 -05002428 num_sent = lpfc_els_disc_adisc(vport);
dea31012005-04-17 16:05:31 -05002429
2430 if (num_sent)
2431 return;
2432
James Smart92d7f7b2007-06-17 19:56:38 -05002433 /*
2434 * For SLI3, cmpl_reg_vpi will set port_state to READY, and
2435 * continue discovery.
2436 */
2437 if ((phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) &&
James Smart1b32f6a2008-02-08 18:49:39 -05002438 !(vport->fc_flag & FC_PT2PT) &&
James Smart92d7f7b2007-06-17 19:56:38 -05002439 !(vport->fc_flag & FC_RSCN_MODE)) {
2440 lpfc_issue_reg_vpi(phba, vport);
2441 return;
2442 }
James Smart2e0fef82007-06-17 19:56:36 -05002443
James Smart92d7f7b2007-06-17 19:56:38 -05002444 /*
2445 * For SLI2, we need to set port_state to READY and continue
2446 * discovery.
2447 */
2448 if (vport->port_state < LPFC_VPORT_READY && !clear_la_pending) {
2449 /* If we get here, there is nothing to ADISC */
2450 if (vport->port_type == LPFC_PHYSICAL_PORT)
2451 lpfc_issue_clear_la(phba, vport);
2452
2453 if (!(vport->fc_flag & FC_ABORT_DISCOVERY)) {
James Smart2e0fef82007-06-17 19:56:36 -05002454 vport->num_disc_nodes = 0;
2455 /* go thru NPR nodes and issue ELS PLOGIs */
2456 if (vport->fc_npr_cnt)
2457 lpfc_els_disc_plogi(vport);
2458
2459 if (!vport->num_disc_nodes) {
2460 spin_lock_irq(shost->host_lock);
2461 vport->fc_flag &= ~FC_NDISC_ACTIVE;
2462 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05002463 lpfc_can_disctmo(vport);
dea31012005-04-17 16:05:31 -05002464 }
2465 }
James Smart92d7f7b2007-06-17 19:56:38 -05002466 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05002467 } else {
2468 /* Next do PLOGIs - if any */
James Smart2e0fef82007-06-17 19:56:36 -05002469 num_sent = lpfc_els_disc_plogi(vport);
dea31012005-04-17 16:05:31 -05002470
2471 if (num_sent)
2472 return;
2473
James Smart2e0fef82007-06-17 19:56:36 -05002474 if (vport->fc_flag & FC_RSCN_MODE) {
dea31012005-04-17 16:05:31 -05002475 /* Check to see if more RSCNs came in while we
2476 * were processing this one.
2477 */
James Smart2e0fef82007-06-17 19:56:36 -05002478 if ((vport->fc_rscn_id_cnt == 0) &&
2479 (!(vport->fc_flag & FC_RSCN_DISCOVERY))) {
2480 spin_lock_irq(shost->host_lock);
2481 vport->fc_flag &= ~FC_RSCN_MODE;
2482 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05002483 lpfc_can_disctmo(vport);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05002484 } else
James Smart2e0fef82007-06-17 19:56:36 -05002485 lpfc_els_handle_rscn(vport);
dea31012005-04-17 16:05:31 -05002486 }
2487 }
2488 return;
2489}
2490
2491/*
2492 * Ignore completion for all IOCBs on tx and txcmpl queue for ELS
2493 * ring the match the sppecified nodelist.
2494 */
2495static void
James Smart2e0fef82007-06-17 19:56:36 -05002496lpfc_free_tx(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05002497{
James Smart2534ba72007-04-25 09:52:20 -04002498 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05002499 struct lpfc_sli *psli;
2500 IOCB_t *icmd;
2501 struct lpfc_iocbq *iocb, *next_iocb;
2502 struct lpfc_sli_ring *pring;
dea31012005-04-17 16:05:31 -05002503
2504 psli = &phba->sli;
2505 pring = &psli->ring[LPFC_ELS_RING];
2506
2507 /* Error matching iocb on txq or txcmplq
2508 * First check the txq.
2509 */
James Smart2e0fef82007-06-17 19:56:36 -05002510 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05002511 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
2512 if (iocb->context1 != ndlp) {
2513 continue;
2514 }
2515 icmd = &iocb->iocb;
2516 if ((icmd->ulpCommand == CMD_ELS_REQUEST64_CR) ||
2517 (icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX)) {
2518
James Smart2534ba72007-04-25 09:52:20 -04002519 list_move_tail(&iocb->list, &completions);
dea31012005-04-17 16:05:31 -05002520 pring->txq_cnt--;
dea31012005-04-17 16:05:31 -05002521 }
2522 }
2523
2524 /* Next check the txcmplq */
2525 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) {
2526 if (iocb->context1 != ndlp) {
2527 continue;
2528 }
2529 icmd = &iocb->iocb;
James Smart2e0fef82007-06-17 19:56:36 -05002530 if (icmd->ulpCommand == CMD_ELS_REQUEST64_CR ||
2531 icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX) {
James Smart2534ba72007-04-25 09:52:20 -04002532 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
dea31012005-04-17 16:05:31 -05002533 }
2534 }
James Smart2e0fef82007-06-17 19:56:36 -05002535 spin_unlock_irq(&phba->hbalock);
James Smart2534ba72007-04-25 09:52:20 -04002536
2537 while (!list_empty(&completions)) {
2538 iocb = list_get_first(&completions, struct lpfc_iocbq, list);
James Smart92d7f7b2007-06-17 19:56:38 -05002539 list_del_init(&iocb->list);
James Smart2534ba72007-04-25 09:52:20 -04002540
James Smart2e0fef82007-06-17 19:56:36 -05002541 if (!iocb->iocb_cmpl)
2542 lpfc_sli_release_iocbq(phba, iocb);
2543 else {
James Smart2534ba72007-04-25 09:52:20 -04002544 icmd = &iocb->iocb;
2545 icmd->ulpStatus = IOSTAT_LOCAL_REJECT;
2546 icmd->un.ulpWord[4] = IOERR_SLI_ABORTED;
2547 (iocb->iocb_cmpl) (phba, iocb, iocb);
James Smart2e0fef82007-06-17 19:56:36 -05002548 }
James Smart2534ba72007-04-25 09:52:20 -04002549 }
dea31012005-04-17 16:05:31 -05002550}
2551
Adrian Bunka6ababd2007-11-05 18:07:33 +01002552static void
James Smart2e0fef82007-06-17 19:56:36 -05002553lpfc_disc_flush_list(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05002554{
2555 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart2e0fef82007-06-17 19:56:36 -05002556 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05002557
James Smart2e0fef82007-06-17 19:56:36 -05002558 if (vport->fc_plogi_cnt || vport->fc_adisc_cnt) {
2559 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes,
James Smart685f0bf2007-04-25 09:53:08 -04002560 nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -05002561 if (!NLP_CHK_NODE_ACT(ndlp))
2562 continue;
James Smart685f0bf2007-04-25 09:53:08 -04002563 if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE ||
2564 ndlp->nlp_state == NLP_STE_ADISC_ISSUE) {
2565 lpfc_free_tx(phba, ndlp);
James Smart685f0bf2007-04-25 09:53:08 -04002566 }
dea31012005-04-17 16:05:31 -05002567 }
2568 }
dea31012005-04-17 16:05:31 -05002569}
2570
James Smart92d7f7b2007-06-17 19:56:38 -05002571void
2572lpfc_cleanup_discovery_resources(struct lpfc_vport *vport)
2573{
2574 lpfc_els_flush_rscn(vport);
2575 lpfc_els_flush_cmd(vport);
2576 lpfc_disc_flush_list(vport);
2577}
2578
dea31012005-04-17 16:05:31 -05002579/*****************************************************************************/
2580/*
2581 * NAME: lpfc_disc_timeout
2582 *
2583 * FUNCTION: Fibre Channel driver discovery timeout routine.
2584 *
2585 * EXECUTION ENVIRONMENT: interrupt only
2586 *
2587 * CALLED FROM:
2588 * Timer function
2589 *
2590 * RETURNS:
2591 * none
2592 */
2593/*****************************************************************************/
2594void
2595lpfc_disc_timeout(unsigned long ptr)
2596{
James Smart2e0fef82007-06-17 19:56:36 -05002597 struct lpfc_vport *vport = (struct lpfc_vport *) ptr;
2598 struct lpfc_hba *phba = vport->phba;
James Smart5e9d9b82008-06-14 22:52:53 -04002599 uint32_t tmo_posted;
dea31012005-04-17 16:05:31 -05002600 unsigned long flags = 0;
2601
2602 if (unlikely(!phba))
2603 return;
2604
James Smart5e9d9b82008-06-14 22:52:53 -04002605 spin_lock_irqsave(&vport->work_port_lock, flags);
2606 tmo_posted = vport->work_port_events & WORKER_DISC_TMO;
2607 if (!tmo_posted)
James Smart2e0fef82007-06-17 19:56:36 -05002608 vport->work_port_events |= WORKER_DISC_TMO;
James Smart5e9d9b82008-06-14 22:52:53 -04002609 spin_unlock_irqrestore(&vport->work_port_lock, flags);
James Smart2e0fef82007-06-17 19:56:36 -05002610
James Smart5e9d9b82008-06-14 22:52:53 -04002611 if (!tmo_posted)
2612 lpfc_worker_wake_up(phba);
dea31012005-04-17 16:05:31 -05002613 return;
2614}
2615
2616static void
James Smart2e0fef82007-06-17 19:56:36 -05002617lpfc_disc_timeout_handler(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05002618{
James Smart2e0fef82007-06-17 19:56:36 -05002619 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
2620 struct lpfc_hba *phba = vport->phba;
2621 struct lpfc_sli *psli = &phba->sli;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05002622 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart92d7f7b2007-06-17 19:56:38 -05002623 LPFC_MBOXQ_t *initlinkmbox;
dea31012005-04-17 16:05:31 -05002624 int rc, clrlaerr = 0;
2625
James Smart2e0fef82007-06-17 19:56:36 -05002626 if (!(vport->fc_flag & FC_DISC_TMO))
dea31012005-04-17 16:05:31 -05002627 return;
2628
James Smart2e0fef82007-06-17 19:56:36 -05002629 spin_lock_irq(shost->host_lock);
2630 vport->fc_flag &= ~FC_DISC_TMO;
2631 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05002632
James Smart858c9f62007-06-17 19:56:39 -05002633 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
2634 "disc timeout: state:x%x rtry:x%x flg:x%x",
2635 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
2636
James Smart2e0fef82007-06-17 19:56:36 -05002637 switch (vport->port_state) {
dea31012005-04-17 16:05:31 -05002638
2639 case LPFC_LOCAL_CFG_LINK:
James Smart2e0fef82007-06-17 19:56:36 -05002640 /* port_state is identically LPFC_LOCAL_CFG_LINK while waiting for
2641 * FAN
2642 */
2643 /* FAN timeout */
James Smarte8b62012007-08-02 11:10:09 -04002644 lpfc_printf_vlog(vport, KERN_WARNING, LOG_DISCOVERY,
2645 "0221 FAN timeout\n");
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05002646 /* Start discovery by sending FLOGI, clean up old rpis */
James Smart2e0fef82007-06-17 19:56:36 -05002647 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes,
James Smart685f0bf2007-04-25 09:53:08 -04002648 nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -05002649 if (!NLP_CHK_NODE_ACT(ndlp))
2650 continue;
James Smart685f0bf2007-04-25 09:53:08 -04002651 if (ndlp->nlp_state != NLP_STE_NPR_NODE)
2652 continue;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05002653 if (ndlp->nlp_type & NLP_FABRIC) {
2654 /* Clean up the ndlp on Fabric connections */
James Smart2e0fef82007-06-17 19:56:36 -05002655 lpfc_drop_node(vport, ndlp);
James Smart87af33f2007-10-27 13:37:43 -04002656
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05002657 } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) {
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05002658 /* Fail outstanding IO now since device
2659 * is marked for PLOGI.
2660 */
James Smart2e0fef82007-06-17 19:56:36 -05002661 lpfc_unreg_rpi(vport, ndlp);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05002662 }
2663 }
James Smart92d7f7b2007-06-17 19:56:38 -05002664 if (vport->port_state != LPFC_FLOGI) {
James Smart92d7f7b2007-06-17 19:56:38 -05002665 lpfc_initial_flogi(vport);
James Smart0ff10d42008-01-11 01:52:36 -05002666 return;
James Smart92d7f7b2007-06-17 19:56:38 -05002667 }
dea31012005-04-17 16:05:31 -05002668 break;
2669
James Smart92d7f7b2007-06-17 19:56:38 -05002670 case LPFC_FDISC:
dea31012005-04-17 16:05:31 -05002671 case LPFC_FLOGI:
James Smart2e0fef82007-06-17 19:56:36 -05002672 /* port_state is identically LPFC_FLOGI while waiting for FLOGI cmpl */
dea31012005-04-17 16:05:31 -05002673 /* Initial FLOGI timeout */
James Smarte8b62012007-08-02 11:10:09 -04002674 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
2675 "0222 Initial %s timeout\n",
James Smart87af33f2007-10-27 13:37:43 -04002676 vport->vpi ? "FDISC" : "FLOGI");
dea31012005-04-17 16:05:31 -05002677
2678 /* Assume no Fabric and go on with discovery.
2679 * Check for outstanding ELS FLOGI to abort.
2680 */
2681
2682 /* FLOGI failed, so just use loop map to make discovery list */
James Smart2e0fef82007-06-17 19:56:36 -05002683 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05002684
2685 /* Start discovery */
James Smart2e0fef82007-06-17 19:56:36 -05002686 lpfc_disc_start(vport);
dea31012005-04-17 16:05:31 -05002687 break;
2688
2689 case LPFC_FABRIC_CFG_LINK:
2690 /* hba_state is identically LPFC_FABRIC_CFG_LINK while waiting for
2691 NameServer login */
James Smarte8b62012007-08-02 11:10:09 -04002692 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
2693 "0223 Timeout while waiting for "
2694 "NameServer login\n");
dea31012005-04-17 16:05:31 -05002695 /* Next look for NameServer ndlp */
James Smart2e0fef82007-06-17 19:56:36 -05002696 ndlp = lpfc_findnode_did(vport, NameServer_DID);
James Smarte47c9092008-02-08 18:49:26 -05002697 if (ndlp && NLP_CHK_NODE_ACT(ndlp))
James Smart87af33f2007-10-27 13:37:43 -04002698 lpfc_els_abort(phba, ndlp);
2699
2700 /* ReStart discovery */
2701 goto restart_disc;
dea31012005-04-17 16:05:31 -05002702
2703 case LPFC_NS_QRY:
2704 /* Check for wait for NameServer Rsp timeout */
James Smarte8b62012007-08-02 11:10:09 -04002705 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
2706 "0224 NameServer Query timeout "
2707 "Data: x%x x%x\n",
2708 vport->fc_ns_retry, LPFC_MAX_NS_RETRY);
dea31012005-04-17 16:05:31 -05002709
James Smart92d7f7b2007-06-17 19:56:38 -05002710 if (vport->fc_ns_retry < LPFC_MAX_NS_RETRY) {
2711 /* Try it one more time */
2712 vport->fc_ns_retry++;
2713 rc = lpfc_ns_cmd(vport, SLI_CTNS_GID_FT,
2714 vport->fc_ns_retry, 0);
2715 if (rc == 0)
2716 break;
dea31012005-04-17 16:05:31 -05002717 }
James Smart92d7f7b2007-06-17 19:56:38 -05002718 vport->fc_ns_retry = 0;
dea31012005-04-17 16:05:31 -05002719
James Smart87af33f2007-10-27 13:37:43 -04002720restart_disc:
James Smart92d7f7b2007-06-17 19:56:38 -05002721 /*
2722 * Discovery is over.
2723 * set port_state to PORT_READY if SLI2.
2724 * cmpl_reg_vpi will set port_state to READY for SLI3.
2725 */
2726 if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)
2727 lpfc_issue_reg_vpi(phba, vport);
2728 else { /* NPIV Not enabled */
2729 lpfc_issue_clear_la(phba, vport);
2730 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05002731 }
2732
2733 /* Setup and issue mailbox INITIALIZE LINK command */
2734 initlinkmbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
2735 if (!initlinkmbox) {
James Smarte8b62012007-08-02 11:10:09 -04002736 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
2737 "0206 Device Discovery "
2738 "completion error\n");
James Smart2e0fef82007-06-17 19:56:36 -05002739 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05002740 break;
2741 }
2742
2743 lpfc_linkdown(phba);
2744 lpfc_init_link(phba, initlinkmbox, phba->cfg_topology,
2745 phba->cfg_link_speed);
2746 initlinkmbox->mb.un.varInitLnk.lipsr_AL_PA = 0;
James Smarted957682007-06-17 19:56:37 -05002747 initlinkmbox->vport = vport;
James Smart92d7f7b2007-06-17 19:56:38 -05002748 initlinkmbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -04002749 rc = lpfc_sli_issue_mbox(phba, initlinkmbox, MBX_NOWAIT);
James Smart5b8bd0c2007-04-25 09:52:49 -04002750 lpfc_set_loopback_flag(phba);
dea31012005-04-17 16:05:31 -05002751 if (rc == MBX_NOT_FINISHED)
2752 mempool_free(initlinkmbox, phba->mbox_mem_pool);
2753
2754 break;
2755
2756 case LPFC_DISC_AUTH:
2757 /* Node Authentication timeout */
James Smarte8b62012007-08-02 11:10:09 -04002758 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
2759 "0227 Node Authentication timeout\n");
James Smart2e0fef82007-06-17 19:56:36 -05002760 lpfc_disc_flush_list(vport);
2761
James Smart92d7f7b2007-06-17 19:56:38 -05002762 /*
2763 * set port_state to PORT_READY if SLI2.
2764 * cmpl_reg_vpi will set port_state to READY for SLI3.
2765 */
2766 if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)
2767 lpfc_issue_reg_vpi(phba, vport);
2768 else { /* NPIV Not enabled */
2769 lpfc_issue_clear_la(phba, vport);
2770 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05002771 }
2772 break;
2773
James Smart2e0fef82007-06-17 19:56:36 -05002774 case LPFC_VPORT_READY:
2775 if (vport->fc_flag & FC_RSCN_MODE) {
James Smarte8b62012007-08-02 11:10:09 -04002776 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
2777 "0231 RSCN timeout Data: x%x "
2778 "x%x\n",
2779 vport->fc_ns_retry, LPFC_MAX_NS_RETRY);
dea31012005-04-17 16:05:31 -05002780
2781 /* Cleanup any outstanding ELS commands */
James Smart2e0fef82007-06-17 19:56:36 -05002782 lpfc_els_flush_cmd(vport);
dea31012005-04-17 16:05:31 -05002783
James Smart2e0fef82007-06-17 19:56:36 -05002784 lpfc_els_flush_rscn(vport);
2785 lpfc_disc_flush_list(vport);
dea31012005-04-17 16:05:31 -05002786 }
2787 break;
James Smart2e0fef82007-06-17 19:56:36 -05002788
James Smart92d7f7b2007-06-17 19:56:38 -05002789 default:
James Smarte8b62012007-08-02 11:10:09 -04002790 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
James Smartd7c255b2008-08-24 21:50:00 -04002791 "0273 Unexpected discovery timeout, "
James Smarte8b62012007-08-02 11:10:09 -04002792 "vport State x%x\n", vport->port_state);
James Smart2e0fef82007-06-17 19:56:36 -05002793 break;
2794 }
2795
2796 switch (phba->link_state) {
2797 case LPFC_CLEAR_LA:
James Smart92d7f7b2007-06-17 19:56:38 -05002798 /* CLEAR LA timeout */
James Smarte8b62012007-08-02 11:10:09 -04002799 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
2800 "0228 CLEAR LA timeout\n");
James Smart2e0fef82007-06-17 19:56:36 -05002801 clrlaerr = 1;
2802 break;
2803
James Smart09372822008-01-11 01:52:54 -05002804 case LPFC_LINK_UP:
2805 lpfc_issue_clear_la(phba, vport);
2806 /* Drop thru */
James Smart2e0fef82007-06-17 19:56:36 -05002807 case LPFC_LINK_UNKNOWN:
2808 case LPFC_WARM_START:
2809 case LPFC_INIT_START:
2810 case LPFC_INIT_MBX_CMDS:
2811 case LPFC_LINK_DOWN:
James Smart2e0fef82007-06-17 19:56:36 -05002812 case LPFC_HBA_ERROR:
James Smarte8b62012007-08-02 11:10:09 -04002813 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
2814 "0230 Unexpected timeout, hba link "
2815 "state x%x\n", phba->link_state);
James Smart2e0fef82007-06-17 19:56:36 -05002816 clrlaerr = 1;
2817 break;
James Smart92d7f7b2007-06-17 19:56:38 -05002818
2819 case LPFC_HBA_READY:
2820 break;
dea31012005-04-17 16:05:31 -05002821 }
2822
2823 if (clrlaerr) {
James Smart2e0fef82007-06-17 19:56:36 -05002824 lpfc_disc_flush_list(vport);
James Smarta4bc3372006-12-02 13:34:16 -05002825 psli->ring[(psli->extra_ring)].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -05002826 psli->ring[(psli->fcp_ring)].flag &= ~LPFC_STOP_IOCB_EVENT;
2827 psli->ring[(psli->next_ring)].flag &= ~LPFC_STOP_IOCB_EVENT;
James Smart2e0fef82007-06-17 19:56:36 -05002828 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05002829 }
2830
2831 return;
2832}
2833
dea31012005-04-17 16:05:31 -05002834/*
2835 * This routine handles processing a NameServer REG_LOGIN mailbox
2836 * command upon completion. It is setup in the LPFC_MBOXQ
2837 * as the completion routine when the command is
2838 * handed off to the SLI layer.
2839 */
2840void
James Smart2e0fef82007-06-17 19:56:36 -05002841lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05002842{
James Smart2e0fef82007-06-17 19:56:36 -05002843 MAILBOX_t *mb = &pmb->mb;
2844 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
2845 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
2846 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05002847
2848 pmb->context1 = NULL;
2849
dea31012005-04-17 16:05:31 -05002850 ndlp->nlp_rpi = mb->un.varWords[0];
dea31012005-04-17 16:05:31 -05002851 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05002852 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05002853
James Smart2e0fef82007-06-17 19:56:36 -05002854 /*
2855 * Start issuing Fabric-Device Management Interface (FDMI) command to
2856 * 0xfffffa (FDMI well known port) or Delay issuing FDMI command if
2857 * fdmi-on=2 (supporting RPA/hostnmae)
dea31012005-04-17 16:05:31 -05002858 */
James Smart2e0fef82007-06-17 19:56:36 -05002859
James Smart3de2a652007-08-02 11:09:59 -04002860 if (vport->cfg_fdmi_on == 1)
James Smart2e0fef82007-06-17 19:56:36 -05002861 lpfc_fdmi_cmd(vport, ndlp, SLI_MGMT_DHBA);
2862 else
2863 mod_timer(&vport->fc_fdmitmo, jiffies + HZ * 60);
dea31012005-04-17 16:05:31 -05002864
James Smartfa4066b2008-01-11 01:53:27 -05002865 /* decrement the node reference count held for this callback
2866 * function.
2867 */
James Smart329f9bc2007-04-25 09:53:01 -04002868 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05002869 lpfc_mbuf_free(phba, mp->virt, mp->phys);
2870 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04002871 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05002872
2873 return;
2874}
2875
James Smart685f0bf2007-04-25 09:53:08 -04002876static int
2877lpfc_filter_by_rpi(struct lpfc_nodelist *ndlp, void *param)
2878{
2879 uint16_t *rpi = param;
2880
2881 return ndlp->nlp_rpi == *rpi;
2882}
2883
2884static int
2885lpfc_filter_by_wwpn(struct lpfc_nodelist *ndlp, void *param)
2886{
2887 return memcmp(&ndlp->nlp_portname, param,
2888 sizeof(ndlp->nlp_portname)) == 0;
2889}
2890
Adrian Bunka6ababd2007-11-05 18:07:33 +01002891static struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05002892__lpfc_find_node(struct lpfc_vport *vport, node_filter filter, void *param)
dea31012005-04-17 16:05:31 -05002893{
James.Smart@Emulex.Com21568f52005-10-28 20:29:36 -04002894 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05002895
James Smart2e0fef82007-06-17 19:56:36 -05002896 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
James Smart87af33f2007-10-27 13:37:43 -04002897 if (filter(ndlp, param))
James Smart685f0bf2007-04-25 09:53:08 -04002898 return ndlp;
2899 }
James.Smart@Emulex.Com21568f52005-10-28 20:29:36 -04002900 return NULL;
dea31012005-04-17 16:05:31 -05002901}
2902
James Smart685f0bf2007-04-25 09:53:08 -04002903/*
2904 * This routine looks up the ndlp lists for the given RPI. If rpi found it
James Smart2e0fef82007-06-17 19:56:36 -05002905 * returns the node list element pointer else return NULL.
James Smart685f0bf2007-04-25 09:53:08 -04002906 */
2907struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05002908__lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi)
James Smart685f0bf2007-04-25 09:53:08 -04002909{
James Smart2e0fef82007-06-17 19:56:36 -05002910 return __lpfc_find_node(vport, lpfc_filter_by_rpi, &rpi);
James Smart685f0bf2007-04-25 09:53:08 -04002911}
2912
James Smart488d1462006-03-07 15:02:37 -05002913/*
James Smart685f0bf2007-04-25 09:53:08 -04002914 * This routine looks up the ndlp lists for the given WWPN. If WWPN found it
James Smart2e0fef82007-06-17 19:56:36 -05002915 * returns the node element list pointer else return NULL.
James Smart488d1462006-03-07 15:02:37 -05002916 */
2917struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05002918lpfc_findnode_wwpn(struct lpfc_vport *vport, struct lpfc_name *wwpn)
James Smart488d1462006-03-07 15:02:37 -05002919{
James Smart2e0fef82007-06-17 19:56:36 -05002920 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart488d1462006-03-07 15:02:37 -05002921 struct lpfc_nodelist *ndlp;
James Smart488d1462006-03-07 15:02:37 -05002922
James Smart2e0fef82007-06-17 19:56:36 -05002923 spin_lock_irq(shost->host_lock);
2924 ndlp = __lpfc_find_node(vport, lpfc_filter_by_wwpn, wwpn);
2925 spin_unlock_irq(shost->host_lock);
James Smart858c9f62007-06-17 19:56:39 -05002926 return ndlp;
James Smart488d1462006-03-07 15:02:37 -05002927}
2928
dea31012005-04-17 16:05:31 -05002929void
James Smart2e0fef82007-06-17 19:56:36 -05002930lpfc_nlp_init(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
2931 uint32_t did)
dea31012005-04-17 16:05:31 -05002932{
2933 memset(ndlp, 0, sizeof (struct lpfc_nodelist));
dea31012005-04-17 16:05:31 -05002934 INIT_LIST_HEAD(&ndlp->els_retry_evt.evt_listp);
James Smart92d7f7b2007-06-17 19:56:38 -05002935 INIT_LIST_HEAD(&ndlp->dev_loss_evt.evt_listp);
dea31012005-04-17 16:05:31 -05002936 init_timer(&ndlp->nlp_delayfunc);
2937 ndlp->nlp_delayfunc.function = lpfc_els_retry_delay;
2938 ndlp->nlp_delayfunc.data = (unsigned long)ndlp;
2939 ndlp->nlp_DID = did;
James Smart2e0fef82007-06-17 19:56:36 -05002940 ndlp->vport = vport;
dea31012005-04-17 16:05:31 -05002941 ndlp->nlp_sid = NLP_NO_SID;
James Smart685f0bf2007-04-25 09:53:08 -04002942 INIT_LIST_HEAD(&ndlp->nlp_listp);
James Smart329f9bc2007-04-25 09:53:01 -04002943 kref_init(&ndlp->kref);
James Smarte47c9092008-02-08 18:49:26 -05002944 NLP_INT_NODE_ACT(ndlp);
James Smart858c9f62007-06-17 19:56:39 -05002945
2946 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
2947 "node init: did:x%x",
2948 ndlp->nlp_DID, 0, 0);
2949
dea31012005-04-17 16:05:31 -05002950 return;
2951}
James Smart329f9bc2007-04-25 09:53:01 -04002952
James Smart98c9ea52007-10-27 13:37:33 -04002953/* This routine releases all resources associated with a specifc NPort's ndlp
2954 * and mempool_free's the nodelist.
2955 */
James Smart311464e2007-08-02 11:10:37 -04002956static void
James Smart329f9bc2007-04-25 09:53:01 -04002957lpfc_nlp_release(struct kref *kref)
2958{
James Smarte47c9092008-02-08 18:49:26 -05002959 struct lpfc_hba *phba;
2960 unsigned long flags;
James Smart329f9bc2007-04-25 09:53:01 -04002961 struct lpfc_nodelist *ndlp = container_of(kref, struct lpfc_nodelist,
2962 kref);
James Smart858c9f62007-06-17 19:56:39 -05002963
2964 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
2965 "node release: did:x%x flg:x%x type:x%x",
2966 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
2967
James Smarte47c9092008-02-08 18:49:26 -05002968 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
2969 "0279 lpfc_nlp_release: ndlp:x%p "
2970 "usgmap:x%x refcnt:%d\n",
2971 (void *)ndlp, ndlp->nlp_usg_map,
2972 atomic_read(&ndlp->kref.refcount));
2973
2974 /* remove ndlp from action. */
James Smart2e0fef82007-06-17 19:56:36 -05002975 lpfc_nlp_remove(ndlp->vport, ndlp);
James Smarte47c9092008-02-08 18:49:26 -05002976
2977 /* clear the ndlp active flag for all release cases */
2978 phba = ndlp->vport->phba;
2979 spin_lock_irqsave(&phba->ndlp_lock, flags);
2980 NLP_CLR_NODE_ACT(ndlp);
2981 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
2982
2983 /* free ndlp memory for final ndlp release */
2984 if (NLP_CHK_FREE_REQ(ndlp))
2985 mempool_free(ndlp, ndlp->vport->phba->nlp_mem_pool);
James Smart329f9bc2007-04-25 09:53:01 -04002986}
2987
James Smart98c9ea52007-10-27 13:37:33 -04002988/* This routine bumps the reference count for a ndlp structure to ensure
2989 * that one discovery thread won't free a ndlp while another discovery thread
2990 * is using it.
2991 */
James Smart329f9bc2007-04-25 09:53:01 -04002992struct lpfc_nodelist *
2993lpfc_nlp_get(struct lpfc_nodelist *ndlp)
2994{
James Smarte47c9092008-02-08 18:49:26 -05002995 struct lpfc_hba *phba;
2996 unsigned long flags;
2997
James Smart98c9ea52007-10-27 13:37:33 -04002998 if (ndlp) {
2999 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
3000 "node get: did:x%x flg:x%x refcnt:x%x",
3001 ndlp->nlp_DID, ndlp->nlp_flag,
3002 atomic_read(&ndlp->kref.refcount));
James Smarte47c9092008-02-08 18:49:26 -05003003 /* The check of ndlp usage to prevent incrementing the
3004 * ndlp reference count that is in the process of being
3005 * released.
3006 */
3007 phba = ndlp->vport->phba;
3008 spin_lock_irqsave(&phba->ndlp_lock, flags);
3009 if (!NLP_CHK_NODE_ACT(ndlp) || NLP_CHK_FREE_ACK(ndlp)) {
3010 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
3011 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
3012 "0276 lpfc_nlp_get: ndlp:x%p "
3013 "usgmap:x%x refcnt:%d\n",
3014 (void *)ndlp, ndlp->nlp_usg_map,
3015 atomic_read(&ndlp->kref.refcount));
3016 return NULL;
3017 } else
3018 kref_get(&ndlp->kref);
3019 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
James Smart98c9ea52007-10-27 13:37:33 -04003020 }
James Smart329f9bc2007-04-25 09:53:01 -04003021 return ndlp;
3022}
3023
James Smart98c9ea52007-10-27 13:37:33 -04003024/* This routine decrements the reference count for a ndlp structure. If the
James Smarte47c9092008-02-08 18:49:26 -05003025 * count goes to 0, this indicates the the associated nodelist should be
3026 * freed. Returning 1 indicates the ndlp resource has been released; on the
3027 * other hand, returning 0 indicates the ndlp resource has not been released
3028 * yet.
James Smart98c9ea52007-10-27 13:37:33 -04003029 */
James Smart329f9bc2007-04-25 09:53:01 -04003030int
3031lpfc_nlp_put(struct lpfc_nodelist *ndlp)
3032{
James Smarte47c9092008-02-08 18:49:26 -05003033 struct lpfc_hba *phba;
3034 unsigned long flags;
3035
3036 if (!ndlp)
3037 return 1;
3038
3039 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
3040 "node put: did:x%x flg:x%x refcnt:x%x",
3041 ndlp->nlp_DID, ndlp->nlp_flag,
3042 atomic_read(&ndlp->kref.refcount));
3043 phba = ndlp->vport->phba;
3044 spin_lock_irqsave(&phba->ndlp_lock, flags);
3045 /* Check the ndlp memory free acknowledge flag to avoid the
3046 * possible race condition that kref_put got invoked again
3047 * after previous one has done ndlp memory free.
3048 */
3049 if (NLP_CHK_FREE_ACK(ndlp)) {
3050 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
3051 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
3052 "0274 lpfc_nlp_put: ndlp:x%p "
3053 "usgmap:x%x refcnt:%d\n",
3054 (void *)ndlp, ndlp->nlp_usg_map,
3055 atomic_read(&ndlp->kref.refcount));
3056 return 1;
James Smart98c9ea52007-10-27 13:37:33 -04003057 }
James Smarte47c9092008-02-08 18:49:26 -05003058 /* Check the ndlp inactivate log flag to avoid the possible
3059 * race condition that kref_put got invoked again after ndlp
3060 * is already in inactivating state.
3061 */
3062 if (NLP_CHK_IACT_REQ(ndlp)) {
3063 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
3064 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
3065 "0275 lpfc_nlp_put: ndlp:x%p "
3066 "usgmap:x%x refcnt:%d\n",
3067 (void *)ndlp, ndlp->nlp_usg_map,
3068 atomic_read(&ndlp->kref.refcount));
3069 return 1;
3070 }
3071 /* For last put, mark the ndlp usage flags to make sure no
3072 * other kref_get and kref_put on the same ndlp shall get
3073 * in between the process when the final kref_put has been
3074 * invoked on this ndlp.
3075 */
3076 if (atomic_read(&ndlp->kref.refcount) == 1) {
3077 /* Indicate ndlp is put to inactive state. */
3078 NLP_SET_IACT_REQ(ndlp);
3079 /* Acknowledge ndlp memory free has been seen. */
3080 if (NLP_CHK_FREE_REQ(ndlp))
3081 NLP_SET_FREE_ACK(ndlp);
3082 }
3083 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
3084 /* Note, the kref_put returns 1 when decrementing a reference
3085 * count that was 1, it invokes the release callback function,
3086 * but it still left the reference count as 1 (not actually
3087 * performs the last decrementation). Otherwise, it actually
3088 * decrements the reference count and returns 0.
3089 */
3090 return kref_put(&ndlp->kref, lpfc_nlp_release);
James Smart329f9bc2007-04-25 09:53:01 -04003091}
James Smart98c9ea52007-10-27 13:37:33 -04003092
3093/* This routine free's the specified nodelist if it is not in use
James Smarte47c9092008-02-08 18:49:26 -05003094 * by any other discovery thread. This routine returns 1 if the
3095 * ndlp has been freed. A return value of 0 indicates the ndlp is
3096 * not yet been released.
James Smart98c9ea52007-10-27 13:37:33 -04003097 */
3098int
3099lpfc_nlp_not_used(struct lpfc_nodelist *ndlp)
3100{
3101 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
3102 "node not used: did:x%x flg:x%x refcnt:x%x",
3103 ndlp->nlp_DID, ndlp->nlp_flag,
3104 atomic_read(&ndlp->kref.refcount));
James Smarte47c9092008-02-08 18:49:26 -05003105 if (atomic_read(&ndlp->kref.refcount) == 1)
3106 if (lpfc_nlp_put(ndlp))
3107 return 1;
James Smart98c9ea52007-10-27 13:37:33 -04003108 return 0;
3109}