blob: b507536dc5b569262f33b04df00cab96f48c4ab5 [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 Smartd4379ac2012-03-01 22:37:07 -05004 * Copyright (C) 2004-2012 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>
James Smarta93ff372010-10-22 11:06:08 -040023#include <linux/delay.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090024#include <linux/slab.h>
dea31012005-04-17 16:05:31 -050025#include <linux/pci.h>
26#include <linux/kthread.h>
27#include <linux/interrupt.h>
28
James.Smart@Emulex.Com91886522005-08-10 15:03:09 -040029#include <scsi/scsi.h>
dea31012005-04-17 16:05:31 -050030#include <scsi/scsi_device.h>
31#include <scsi/scsi_host.h>
32#include <scsi/scsi_transport_fc.h>
33
James Smartda0436e2009-05-22 14:51:39 -040034#include "lpfc_hw4.h"
dea31012005-04-17 16:05:31 -050035#include "lpfc_hw.h"
James Smartea2151b2008-09-07 11:52:10 -040036#include "lpfc_nl.h"
dea31012005-04-17 16:05:31 -050037#include "lpfc_disc.h"
38#include "lpfc_sli.h"
James Smartda0436e2009-05-22 14:51:39 -040039#include "lpfc_sli4.h"
dea31012005-04-17 16:05:31 -050040#include "lpfc_scsi.h"
41#include "lpfc.h"
42#include "lpfc_logmsg.h"
43#include "lpfc_crtn.h"
James Smart92d7f7b2007-06-17 19:56:38 -050044#include "lpfc_vport.h"
James Smart858c9f62007-06-17 19:56:39 -050045#include "lpfc_debugfs.h"
dea31012005-04-17 16:05:31 -050046
47/* AlpaArray for assignment of scsid for scan-down and bind_method */
48static uint8_t lpfcAlpaArray[] = {
49 0xEF, 0xE8, 0xE4, 0xE2, 0xE1, 0xE0, 0xDC, 0xDA, 0xD9, 0xD6,
50 0xD5, 0xD4, 0xD3, 0xD2, 0xD1, 0xCE, 0xCD, 0xCC, 0xCB, 0xCA,
51 0xC9, 0xC7, 0xC6, 0xC5, 0xC3, 0xBC, 0xBA, 0xB9, 0xB6, 0xB5,
52 0xB4, 0xB3, 0xB2, 0xB1, 0xAE, 0xAD, 0xAC, 0xAB, 0xAA, 0xA9,
53 0xA7, 0xA6, 0xA5, 0xA3, 0x9F, 0x9E, 0x9D, 0x9B, 0x98, 0x97,
54 0x90, 0x8F, 0x88, 0x84, 0x82, 0x81, 0x80, 0x7C, 0x7A, 0x79,
55 0x76, 0x75, 0x74, 0x73, 0x72, 0x71, 0x6E, 0x6D, 0x6C, 0x6B,
56 0x6A, 0x69, 0x67, 0x66, 0x65, 0x63, 0x5C, 0x5A, 0x59, 0x56,
57 0x55, 0x54, 0x53, 0x52, 0x51, 0x4E, 0x4D, 0x4C, 0x4B, 0x4A,
58 0x49, 0x47, 0x46, 0x45, 0x43, 0x3C, 0x3A, 0x39, 0x36, 0x35,
59 0x34, 0x33, 0x32, 0x31, 0x2E, 0x2D, 0x2C, 0x2B, 0x2A, 0x29,
60 0x27, 0x26, 0x25, 0x23, 0x1F, 0x1E, 0x1D, 0x1B, 0x18, 0x17,
61 0x10, 0x0F, 0x08, 0x04, 0x02, 0x01
62};
63
James Smart2e0fef82007-06-17 19:56:36 -050064static void lpfc_disc_timeout_handler(struct lpfc_vport *);
Adrian Bunka6ababd2007-11-05 18:07:33 +010065static void lpfc_disc_flush_list(struct lpfc_vport *vport);
James Smart32b97932009-07-19 10:01:21 -040066static void lpfc_unregister_fcfi_cmpl(struct lpfc_hba *, LPFC_MBOXQ_t *);
James Smarta93ff372010-10-22 11:06:08 -040067static int lpfc_fcf_inuse(struct lpfc_hba *);
dea31012005-04-17 16:05:31 -050068
James Smartc01f3202006-08-18 17:47:08 -040069void
70lpfc_terminate_rport_io(struct fc_rport *rport)
dea31012005-04-17 16:05:31 -050071{
James Smartc01f3202006-08-18 17:47:08 -040072 struct lpfc_rport_data *rdata;
73 struct lpfc_nodelist * ndlp;
74 struct lpfc_hba *phba;
dea31012005-04-17 16:05:31 -050075
James Smartc01f3202006-08-18 17:47:08 -040076 rdata = rport->dd_data;
77 ndlp = rdata->pnode;
78
James Smart58da1ff2008-04-07 10:15:56 -040079 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp)) {
James Smartc01f3202006-08-18 17:47:08 -040080 if (rport->roles & FC_RPORT_ROLE_FCP_TARGET)
81 printk(KERN_ERR "Cannot find remote node"
82 " to terminate I/O Data x%x\n",
83 rport->port_id);
dea31012005-04-17 16:05:31 -050084 return;
85 }
86
James Smarta257bf92009-04-06 18:48:10 -040087 phba = ndlp->phba;
James Smart1a169682006-03-07 15:04:06 -050088
James Smart858c9f62007-06-17 19:56:39 -050089 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_RPORT,
90 "rport terminate: sid:x%x did:x%x flg:x%x",
91 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag);
92
James Smartc01f3202006-08-18 17:47:08 -040093 if (ndlp->nlp_sid != NLP_NO_SID) {
James Smart51ef4c22007-08-02 11:10:31 -040094 lpfc_sli_abort_iocb(ndlp->vport,
95 &phba->sli.ring[phba->sli.fcp_ring],
96 ndlp->nlp_sid, 0, LPFC_CTX_TGT);
James Smartc01f3202006-08-18 17:47:08 -040097 }
James Smartc01f3202006-08-18 17:47:08 -040098}
99
100/*
101 * This function will be called when dev_loss_tmo fire.
102 */
103void
104lpfc_dev_loss_tmo_callbk(struct fc_rport *rport)
105{
106 struct lpfc_rport_data *rdata;
107 struct lpfc_nodelist * ndlp;
James Smart2e0fef82007-06-17 19:56:36 -0500108 struct lpfc_vport *vport;
James Smart858c9f62007-06-17 19:56:39 -0500109 struct lpfc_hba *phba;
James Smart858c9f62007-06-17 19:56:39 -0500110 struct lpfc_work_evt *evtp;
James Smarta8adb832007-10-27 13:37:53 -0400111 int put_node;
112 int put_rport;
James Smartc01f3202006-08-18 17:47:08 -0400113
114 rdata = rport->dd_data;
115 ndlp = rdata->pnode;
James Smart58da1ff2008-04-07 10:15:56 -0400116 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp))
James Smartc01f3202006-08-18 17:47:08 -0400117 return;
James Smartc01f3202006-08-18 17:47:08 -0400118
James Smart858c9f62007-06-17 19:56:39 -0500119 vport = ndlp->vport;
120 phba = vport->phba;
121
122 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
123 "rport devlosscb: sid:x%x did:x%x flg:x%x",
124 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag);
125
James Smarta8adb832007-10-27 13:37:53 -0400126 /* Don't defer this if we are in the process of deleting the vport
127 * or unloading the driver. The unload will cleanup the node
128 * appropriately we just need to cleanup the ndlp rport info here.
129 */
130 if (vport->load_flag & FC_UNLOADING) {
131 put_node = rdata->pnode != NULL;
132 put_rport = ndlp->rport != NULL;
133 rdata->pnode = NULL;
134 ndlp->rport = NULL;
135 if (put_node)
136 lpfc_nlp_put(ndlp);
137 if (put_rport)
138 put_device(&rport->dev);
139 return;
140 }
141
142 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE)
143 return;
144
James Smart858c9f62007-06-17 19:56:39 -0500145 evtp = &ndlp->dev_loss_evt;
146
147 if (!list_empty(&evtp->evt_listp))
148 return;
149
150 spin_lock_irq(&phba->hbalock);
James Smartfa4066b2008-01-11 01:53:27 -0500151 /* We need to hold the node by incrementing the reference
152 * count until this queued work is done
153 */
154 evtp->evt_arg1 = lpfc_nlp_get(ndlp);
James Smart5e9d9b82008-06-14 22:52:53 -0400155 if (evtp->evt_arg1) {
156 evtp->evt = LPFC_EVT_DEV_LOSS;
157 list_add_tail(&evtp->evt_listp, &phba->work_list);
158 lpfc_worker_wake_up(phba);
159 }
James Smart858c9f62007-06-17 19:56:39 -0500160 spin_unlock_irq(&phba->hbalock);
161
James Smart858c9f62007-06-17 19:56:39 -0500162 return;
163}
164
James Smarta93ff372010-10-22 11:06:08 -0400165/**
166 * lpfc_dev_loss_tmo_handler - Remote node devloss timeout handler
167 * @ndlp: Pointer to remote node object.
168 *
169 * This function is called from the worker thread when devloss timeout timer
170 * expires. For SLI4 host, this routine shall return 1 when at lease one
171 * remote node, including this @ndlp, is still in use of FCF; otherwise, this
172 * routine shall return 0 when there is no remote node is still in use of FCF
173 * when devloss timeout happened to this @ndlp.
174 **/
175static int
James Smart858c9f62007-06-17 19:56:39 -0500176lpfc_dev_loss_tmo_handler(struct lpfc_nodelist *ndlp)
177{
178 struct lpfc_rport_data *rdata;
179 struct fc_rport *rport;
180 struct lpfc_vport *vport;
181 struct lpfc_hba *phba;
182 uint8_t *name;
James Smart87af33f2007-10-27 13:37:43 -0400183 int put_node;
184 int put_rport;
James Smart858c9f62007-06-17 19:56:39 -0500185 int warn_on = 0;
James Smarta93ff372010-10-22 11:06:08 -0400186 int fcf_inuse = 0;
James Smart858c9f62007-06-17 19:56:39 -0500187
188 rport = ndlp->rport;
189
190 if (!rport)
James Smarta93ff372010-10-22 11:06:08 -0400191 return fcf_inuse;
James Smart858c9f62007-06-17 19:56:39 -0500192
193 rdata = rport->dd_data;
194 name = (uint8_t *) &ndlp->nlp_portname;
195 vport = ndlp->vport;
196 phba = vport->phba;
197
James Smarta93ff372010-10-22 11:06:08 -0400198 if (phba->sli_rev == LPFC_SLI_REV4)
199 fcf_inuse = lpfc_fcf_inuse(phba);
200
James Smart858c9f62007-06-17 19:56:39 -0500201 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
202 "rport devlosstmo:did:x%x type:x%x id:x%x",
203 ndlp->nlp_DID, ndlp->nlp_type, rport->scsi_target_id);
204
James Smarta8adb832007-10-27 13:37:53 -0400205 /* Don't defer this if we are in the process of deleting the vport
206 * or unloading the driver. The unload will cleanup the node
207 * appropriately we just need to cleanup the ndlp rport info here.
208 */
209 if (vport->load_flag & FC_UNLOADING) {
James Smart09372822008-01-11 01:52:54 -0500210 if (ndlp->nlp_sid != NLP_NO_SID) {
211 /* flush the target */
212 lpfc_sli_abort_iocb(vport,
213 &phba->sli.ring[phba->sli.fcp_ring],
214 ndlp->nlp_sid, 0, LPFC_CTX_TGT);
215 }
James Smarta8adb832007-10-27 13:37:53 -0400216 put_node = rdata->pnode != NULL;
217 put_rport = ndlp->rport != NULL;
218 rdata->pnode = NULL;
219 ndlp->rport = NULL;
220 if (put_node)
221 lpfc_nlp_put(ndlp);
222 if (put_rport)
223 put_device(&rport->dev);
James Smarta93ff372010-10-22 11:06:08 -0400224 return fcf_inuse;
James Smarta8adb832007-10-27 13:37:53 -0400225 }
226
James Smartd7c255b2008-08-24 21:50:00 -0400227 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) {
228 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
229 "0284 Devloss timeout Ignored on "
230 "WWPN %x:%x:%x:%x:%x:%x:%x:%x "
231 "NPort x%x\n",
232 *name, *(name+1), *(name+2), *(name+3),
233 *(name+4), *(name+5), *(name+6), *(name+7),
234 ndlp->nlp_DID);
James Smarta93ff372010-10-22 11:06:08 -0400235 return fcf_inuse;
James Smartd7c255b2008-08-24 21:50:00 -0400236 }
James Smart858c9f62007-06-17 19:56:39 -0500237
James Smart92d7f7b2007-06-17 19:56:38 -0500238 if (ndlp->nlp_type & NLP_FABRIC) {
239 /* We will clean up these Nodes in linkup */
240 put_node = rdata->pnode != NULL;
241 put_rport = ndlp->rport != NULL;
242 rdata->pnode = NULL;
243 ndlp->rport = NULL;
244 if (put_node)
245 lpfc_nlp_put(ndlp);
246 if (put_rport)
247 put_device(&rport->dev);
James Smarta93ff372010-10-22 11:06:08 -0400248 return fcf_inuse;
James Smart92d7f7b2007-06-17 19:56:38 -0500249 }
James Smart82085712007-04-25 09:52:41 -0400250
dea31012005-04-17 16:05:31 -0500251 if (ndlp->nlp_sid != NLP_NO_SID) {
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400252 warn_on = 1;
dea31012005-04-17 16:05:31 -0500253 /* flush the target */
James Smart51ef4c22007-08-02 11:10:31 -0400254 lpfc_sli_abort_iocb(vport, &phba->sli.ring[phba->sli.fcp_ring],
255 ndlp->nlp_sid, 0, LPFC_CTX_TGT);
dea31012005-04-17 16:05:31 -0500256 }
James Smartc01f3202006-08-18 17:47:08 -0400257
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400258 if (warn_on) {
James Smarte8b62012007-08-02 11:10:09 -0400259 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
260 "0203 Devloss timeout on "
James Smart58da1ff2008-04-07 10:15:56 -0400261 "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x "
262 "NPort x%06x Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -0400263 *name, *(name+1), *(name+2), *(name+3),
264 *(name+4), *(name+5), *(name+6), *(name+7),
265 ndlp->nlp_DID, ndlp->nlp_flag,
266 ndlp->nlp_state, ndlp->nlp_rpi);
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400267 } else {
James Smarte8b62012007-08-02 11:10:09 -0400268 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
269 "0204 Devloss timeout on "
James Smart58da1ff2008-04-07 10:15:56 -0400270 "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x "
271 "NPort x%06x Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -0400272 *name, *(name+1), *(name+2), *(name+3),
273 *(name+4), *(name+5), *(name+6), *(name+7),
274 ndlp->nlp_DID, ndlp->nlp_flag,
275 ndlp->nlp_state, ndlp->nlp_rpi);
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400276 }
277
James Smart87af33f2007-10-27 13:37:43 -0400278 put_node = rdata->pnode != NULL;
279 put_rport = ndlp->rport != NULL;
280 rdata->pnode = NULL;
281 ndlp->rport = NULL;
282 if (put_node)
283 lpfc_nlp_put(ndlp);
284 if (put_rport)
285 put_device(&rport->dev);
286
James Smart2e0fef82007-06-17 19:56:36 -0500287 if (!(vport->load_flag & FC_UNLOADING) &&
James Smart1dcb58e2007-04-25 09:51:30 -0400288 !(ndlp->nlp_flag & NLP_DELAY_TMO) &&
James Smart82085712007-04-25 09:52:41 -0400289 !(ndlp->nlp_flag & NLP_NPR_2B_DISC) &&
James Smartffc95492010-06-07 15:23:17 -0400290 (ndlp->nlp_state != NLP_STE_UNMAPPED_NODE) &&
James Smart589a52d2010-07-14 15:30:54 -0400291 (ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) &&
292 (ndlp->nlp_state != NLP_STE_PRLI_ISSUE))
James Smart2e0fef82007-06-17 19:56:36 -0500293 lpfc_disc_state_machine(vport, ndlp, NULL, NLP_EVT_DEVICE_RM);
James Smart6fb120a2009-05-22 14:52:59 -0400294
James Smarta93ff372010-10-22 11:06:08 -0400295 return fcf_inuse;
296}
297
298/**
299 * lpfc_sli4_post_dev_loss_tmo_handler - SLI4 post devloss timeout handler
300 * @phba: Pointer to hba context object.
301 * @fcf_inuse: SLI4 FCF in-use state reported from devloss timeout handler.
302 * @nlp_did: remote node identifer with devloss timeout.
303 *
304 * This function is called from the worker thread after invoking devloss
305 * timeout handler and releasing the reference count for the ndlp with
306 * which the devloss timeout was handled for SLI4 host. For the devloss
307 * timeout of the last remote node which had been in use of FCF, when this
308 * routine is invoked, it shall be guaranteed that none of the remote are
309 * in-use of FCF. When devloss timeout to the last remote using the FCF,
310 * if the FIP engine is neither in FCF table scan process nor roundrobin
311 * failover process, the in-use FCF shall be unregistered. If the FIP
312 * engine is in FCF discovery process, the devloss timeout state shall
313 * be set for either the FCF table scan process or roundrobin failover
314 * process to unregister the in-use FCF.
315 **/
316static void
317lpfc_sli4_post_dev_loss_tmo_handler(struct lpfc_hba *phba, int fcf_inuse,
318 uint32_t nlp_did)
319{
320 /* If devloss timeout happened to a remote node when FCF had no
321 * longer been in-use, do nothing.
322 */
323 if (!fcf_inuse)
324 return;
325
326 if ((phba->hba_flag & HBA_FIP_SUPPORT) && !lpfc_fcf_inuse(phba)) {
327 spin_lock_irq(&phba->hbalock);
328 if (phba->fcf.fcf_flag & FCF_DISCOVERY) {
329 if (phba->hba_flag & HBA_DEVLOSS_TMO) {
330 spin_unlock_irq(&phba->hbalock);
331 return;
332 }
333 phba->hba_flag |= HBA_DEVLOSS_TMO;
334 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
335 "2847 Last remote node (x%x) using "
336 "FCF devloss tmo\n", nlp_did);
337 }
338 if (phba->fcf.fcf_flag & FCF_REDISC_PROG) {
339 spin_unlock_irq(&phba->hbalock);
340 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
341 "2868 Devloss tmo to FCF rediscovery "
342 "in progress\n");
343 return;
344 }
345 if (!(phba->hba_flag & (FCF_TS_INPROG | FCF_RR_INPROG))) {
346 spin_unlock_irq(&phba->hbalock);
347 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
348 "2869 Devloss tmo to idle FIP engine, "
349 "unreg in-use FCF and rescan.\n");
350 /* Unregister in-use FCF and rescan */
351 lpfc_unregister_fcf_rescan(phba);
352 return;
353 }
354 spin_unlock_irq(&phba->hbalock);
355 if (phba->hba_flag & FCF_TS_INPROG)
356 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
357 "2870 FCF table scan in progress\n");
358 if (phba->hba_flag & FCF_RR_INPROG)
359 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
360 "2871 FLOGI roundrobin FCF failover "
361 "in progress\n");
362 }
James Smart6fb120a2009-05-22 14:52:59 -0400363 lpfc_unregister_unused_fcf(phba);
James Smart92d7f7b2007-06-17 19:56:38 -0500364}
James Smartc01f3202006-08-18 17:47:08 -0400365
James Smartea2151b2008-09-07 11:52:10 -0400366/**
James Smart3621a712009-04-06 18:47:14 -0400367 * lpfc_alloc_fast_evt - Allocates data structure for posting event
James Smartea2151b2008-09-07 11:52:10 -0400368 * @phba: Pointer to hba context object.
369 *
370 * This function is called from the functions which need to post
371 * events from interrupt context. This function allocates data
372 * structure required for posting event. It also keeps track of
373 * number of events pending and prevent event storm when there are
374 * too many events.
375 **/
376struct lpfc_fast_path_event *
377lpfc_alloc_fast_evt(struct lpfc_hba *phba) {
378 struct lpfc_fast_path_event *ret;
379
380 /* If there are lot of fast event do not exhaust memory due to this */
381 if (atomic_read(&phba->fast_event_count) > LPFC_MAX_EVT_COUNT)
382 return NULL;
383
384 ret = kzalloc(sizeof(struct lpfc_fast_path_event),
385 GFP_ATOMIC);
James Smart6fb120a2009-05-22 14:52:59 -0400386 if (ret) {
James Smartea2151b2008-09-07 11:52:10 -0400387 atomic_inc(&phba->fast_event_count);
James Smart6fb120a2009-05-22 14:52:59 -0400388 INIT_LIST_HEAD(&ret->work_evt.evt_listp);
389 ret->work_evt.evt = LPFC_EVT_FASTPATH_MGMT_EVT;
390 }
James Smartea2151b2008-09-07 11:52:10 -0400391 return ret;
392}
393
394/**
James Smart3621a712009-04-06 18:47:14 -0400395 * lpfc_free_fast_evt - Frees event data structure
James Smartea2151b2008-09-07 11:52:10 -0400396 * @phba: Pointer to hba context object.
397 * @evt: Event object which need to be freed.
398 *
399 * This function frees the data structure required for posting
400 * events.
401 **/
402void
403lpfc_free_fast_evt(struct lpfc_hba *phba,
404 struct lpfc_fast_path_event *evt) {
405
406 atomic_dec(&phba->fast_event_count);
407 kfree(evt);
408}
409
410/**
James Smart3621a712009-04-06 18:47:14 -0400411 * lpfc_send_fastpath_evt - Posts events generated from fast path
James Smartea2151b2008-09-07 11:52:10 -0400412 * @phba: Pointer to hba context object.
413 * @evtp: Event data structure.
414 *
415 * This function is called from worker thread, when the interrupt
416 * context need to post an event. This function posts the event
417 * to fc transport netlink interface.
418 **/
419static void
420lpfc_send_fastpath_evt(struct lpfc_hba *phba,
421 struct lpfc_work_evt *evtp)
422{
423 unsigned long evt_category, evt_sub_category;
424 struct lpfc_fast_path_event *fast_evt_data;
425 char *evt_data;
426 uint32_t evt_data_size;
427 struct Scsi_Host *shost;
428
429 fast_evt_data = container_of(evtp, struct lpfc_fast_path_event,
430 work_evt);
431
432 evt_category = (unsigned long) fast_evt_data->un.fabric_evt.event_type;
433 evt_sub_category = (unsigned long) fast_evt_data->un.
434 fabric_evt.subcategory;
435 shost = lpfc_shost_from_vport(fast_evt_data->vport);
436 if (evt_category == FC_REG_FABRIC_EVENT) {
437 if (evt_sub_category == LPFC_EVENT_FCPRDCHKERR) {
438 evt_data = (char *) &fast_evt_data->un.read_check_error;
439 evt_data_size = sizeof(fast_evt_data->un.
440 read_check_error);
441 } else if ((evt_sub_category == LPFC_EVENT_FABRIC_BUSY) ||
James Smarteaf15d52008-12-04 22:39:29 -0500442 (evt_sub_category == LPFC_EVENT_PORT_BUSY)) {
James Smartea2151b2008-09-07 11:52:10 -0400443 evt_data = (char *) &fast_evt_data->un.fabric_evt;
444 evt_data_size = sizeof(fast_evt_data->un.fabric_evt);
445 } else {
446 lpfc_free_fast_evt(phba, fast_evt_data);
447 return;
448 }
449 } else if (evt_category == FC_REG_SCSI_EVENT) {
450 switch (evt_sub_category) {
451 case LPFC_EVENT_QFULL:
452 case LPFC_EVENT_DEVBSY:
453 evt_data = (char *) &fast_evt_data->un.scsi_evt;
454 evt_data_size = sizeof(fast_evt_data->un.scsi_evt);
455 break;
456 case LPFC_EVENT_CHECK_COND:
457 evt_data = (char *) &fast_evt_data->un.check_cond_evt;
458 evt_data_size = sizeof(fast_evt_data->un.
459 check_cond_evt);
460 break;
461 case LPFC_EVENT_VARQUEDEPTH:
462 evt_data = (char *) &fast_evt_data->un.queue_depth_evt;
463 evt_data_size = sizeof(fast_evt_data->un.
464 queue_depth_evt);
465 break;
466 default:
467 lpfc_free_fast_evt(phba, fast_evt_data);
468 return;
469 }
470 } else {
471 lpfc_free_fast_evt(phba, fast_evt_data);
472 return;
473 }
474
475 fc_host_post_vendor_event(shost,
476 fc_get_event_number(),
477 evt_data_size,
478 evt_data,
James Smartddcc50f2008-12-04 22:38:46 -0500479 LPFC_NL_VENDOR_ID);
James Smartea2151b2008-09-07 11:52:10 -0400480
481 lpfc_free_fast_evt(phba, fast_evt_data);
482 return;
483}
484
dea31012005-04-17 16:05:31 -0500485static void
James Smart2e0fef82007-06-17 19:56:36 -0500486lpfc_work_list_done(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500487{
488 struct lpfc_work_evt *evtp = NULL;
489 struct lpfc_nodelist *ndlp;
490 int free_evt;
James Smarta93ff372010-10-22 11:06:08 -0400491 int fcf_inuse;
492 uint32_t nlp_did;
dea31012005-04-17 16:05:31 -0500493
James Smart2e0fef82007-06-17 19:56:36 -0500494 spin_lock_irq(&phba->hbalock);
495 while (!list_empty(&phba->work_list)) {
dea31012005-04-17 16:05:31 -0500496 list_remove_head((&phba->work_list), evtp, typeof(*evtp),
497 evt_listp);
James Smart2e0fef82007-06-17 19:56:36 -0500498 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500499 free_evt = 1;
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500500 switch (evtp->evt) {
dea31012005-04-17 16:05:31 -0500501 case LPFC_EVT_ELS_RETRY:
James Smart2e0fef82007-06-17 19:56:36 -0500502 ndlp = (struct lpfc_nodelist *) (evtp->evt_arg1);
dea31012005-04-17 16:05:31 -0500503 lpfc_els_retry_delay_handler(ndlp);
James Smart92d7f7b2007-06-17 19:56:38 -0500504 free_evt = 0; /* evt is part of ndlp */
James Smartfa4066b2008-01-11 01:53:27 -0500505 /* decrement the node reference count held
506 * for this queued work
507 */
508 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -0500509 break;
James Smart858c9f62007-06-17 19:56:39 -0500510 case LPFC_EVT_DEV_LOSS:
511 ndlp = (struct lpfc_nodelist *)(evtp->evt_arg1);
James Smarta93ff372010-10-22 11:06:08 -0400512 fcf_inuse = lpfc_dev_loss_tmo_handler(ndlp);
James Smart858c9f62007-06-17 19:56:39 -0500513 free_evt = 0;
James Smartfa4066b2008-01-11 01:53:27 -0500514 /* decrement the node reference count held for
515 * this queued work
516 */
James Smarta93ff372010-10-22 11:06:08 -0400517 nlp_did = ndlp->nlp_DID;
James Smart858c9f62007-06-17 19:56:39 -0500518 lpfc_nlp_put(ndlp);
James Smarta93ff372010-10-22 11:06:08 -0400519 if (phba->sli_rev == LPFC_SLI_REV4)
520 lpfc_sli4_post_dev_loss_tmo_handler(phba,
521 fcf_inuse,
522 nlp_did);
James Smart858c9f62007-06-17 19:56:39 -0500523 break;
dea31012005-04-17 16:05:31 -0500524 case LPFC_EVT_ONLINE:
James Smart2e0fef82007-06-17 19:56:36 -0500525 if (phba->link_state < LPFC_LINK_DOWN)
526 *(int *) (evtp->evt_arg1) = lpfc_online(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500527 else
James Smart2e0fef82007-06-17 19:56:36 -0500528 *(int *) (evtp->evt_arg1) = 0;
dea31012005-04-17 16:05:31 -0500529 complete((struct completion *)(evtp->evt_arg2));
530 break;
James Smart46fa3112007-04-25 09:51:45 -0400531 case LPFC_EVT_OFFLINE_PREP:
James Smart2e0fef82007-06-17 19:56:36 -0500532 if (phba->link_state >= LPFC_LINK_DOWN)
James Smart46fa3112007-04-25 09:51:45 -0400533 lpfc_offline_prep(phba);
534 *(int *)(evtp->evt_arg1) = 0;
535 complete((struct completion *)(evtp->evt_arg2));
536 break;
537 case LPFC_EVT_OFFLINE:
538 lpfc_offline(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500539 lpfc_sli_brdrestart(phba);
540 *(int *)(evtp->evt_arg1) =
James Smart46fa3112007-04-25 09:51:45 -0400541 lpfc_sli_brdready(phba, HS_FFRDY | HS_MBRDY);
542 lpfc_unblock_mgmt_io(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500543 complete((struct completion *)(evtp->evt_arg2));
544 break;
545 case LPFC_EVT_WARM_START:
James Smart46fa3112007-04-25 09:51:45 -0400546 lpfc_offline(phba);
James Smart92908312006-03-07 15:04:13 -0500547 lpfc_reset_barrier(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500548 lpfc_sli_brdreset(phba);
549 lpfc_hba_down_post(phba);
550 *(int *)(evtp->evt_arg1) =
551 lpfc_sli_brdready(phba, HS_MBRDY);
James Smart46fa3112007-04-25 09:51:45 -0400552 lpfc_unblock_mgmt_io(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500553 complete((struct completion *)(evtp->evt_arg2));
554 break;
555 case LPFC_EVT_KILL:
James Smart46fa3112007-04-25 09:51:45 -0400556 lpfc_offline(phba);
James Smart92908312006-03-07 15:04:13 -0500557 *(int *)(evtp->evt_arg1)
James Smart2e0fef82007-06-17 19:56:36 -0500558 = (phba->pport->stopped)
559 ? 0 : lpfc_sli_brdkill(phba);
James Smart46fa3112007-04-25 09:51:45 -0400560 lpfc_unblock_mgmt_io(phba);
dea31012005-04-17 16:05:31 -0500561 complete((struct completion *)(evtp->evt_arg2));
562 break;
James Smartea2151b2008-09-07 11:52:10 -0400563 case LPFC_EVT_FASTPATH_MGMT_EVT:
564 lpfc_send_fastpath_evt(phba, evtp);
565 free_evt = 0;
566 break;
James Smart78730cf2010-04-06 15:06:30 -0400567 case LPFC_EVT_RESET_HBA:
568 if (!(phba->pport->load_flag & FC_UNLOADING))
569 lpfc_reset_hba(phba);
570 break;
dea31012005-04-17 16:05:31 -0500571 }
572 if (free_evt)
573 kfree(evtp);
James Smart2e0fef82007-06-17 19:56:36 -0500574 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500575 }
James Smart2e0fef82007-06-17 19:56:36 -0500576 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500577
578}
579
James Smart311464e2007-08-02 11:10:37 -0400580static void
James Smart2e0fef82007-06-17 19:56:36 -0500581lpfc_work_done(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500582{
583 struct lpfc_sli_ring *pring;
James Smart858c9f62007-06-17 19:56:39 -0500584 uint32_t ha_copy, status, control, work_port_events;
James Smart549e55c2007-08-02 11:09:51 -0400585 struct lpfc_vport **vports;
James Smart51ef4c22007-08-02 11:10:31 -0400586 struct lpfc_vport *vport;
James Smart549e55c2007-08-02 11:09:51 -0400587 int i;
dea31012005-04-17 16:05:31 -0500588
James Smart2e0fef82007-06-17 19:56:36 -0500589 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500590 ha_copy = phba->work_ha;
591 phba->work_ha = 0;
James Smart2e0fef82007-06-17 19:56:36 -0500592 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500593
James Smartda0436e2009-05-22 14:51:39 -0400594 /* First, try to post the next mailbox command to SLI4 device */
595 if (phba->pci_dev_grp == LPFC_PCI_DEV_OC)
596 lpfc_sli4_post_async_mbox(phba);
597
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500598 if (ha_copy & HA_ERATT)
James Smart93996272008-08-24 21:50:30 -0400599 /* Handle the error attention event */
dea31012005-04-17 16:05:31 -0500600 lpfc_handle_eratt(phba);
601
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500602 if (ha_copy & HA_MBATT)
dea31012005-04-17 16:05:31 -0500603 lpfc_sli_handle_mb_event(phba);
604
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500605 if (ha_copy & HA_LATT)
dea31012005-04-17 16:05:31 -0500606 lpfc_handle_latt(phba);
James Smart93996272008-08-24 21:50:30 -0400607
James Smartda0436e2009-05-22 14:51:39 -0400608 /* Process SLI4 events */
609 if (phba->pci_dev_grp == LPFC_PCI_DEV_OC) {
James Smart19ca7602010-11-20 23:11:55 -0500610 if (phba->hba_flag & HBA_RRQ_ACTIVE)
611 lpfc_handle_rrq_active(phba);
James Smartda0436e2009-05-22 14:51:39 -0400612 if (phba->hba_flag & FCP_XRI_ABORT_EVENT)
613 lpfc_sli4_fcp_xri_abort_event_proc(phba);
614 if (phba->hba_flag & ELS_XRI_ABORT_EVENT)
615 lpfc_sli4_els_xri_abort_event_proc(phba);
616 if (phba->hba_flag & ASYNC_EVENT)
617 lpfc_sli4_async_event_proc(phba);
618 if (phba->hba_flag & HBA_POST_RECEIVE_BUFFER) {
619 spin_lock_irq(&phba->hbalock);
620 phba->hba_flag &= ~HBA_POST_RECEIVE_BUFFER;
621 spin_unlock_irq(&phba->hbalock);
622 lpfc_sli_hbqbuf_add_hbqs(phba, LPFC_ELS_HBQ);
623 }
James Smartecfd03c2010-02-12 14:41:27 -0500624 if (phba->fcf.fcf_flag & FCF_REDISC_EVT)
625 lpfc_sli4_fcf_redisc_event_proc(phba);
James Smartda0436e2009-05-22 14:51:39 -0400626 }
627
James Smart549e55c2007-08-02 11:09:51 -0400628 vports = lpfc_create_vport_work_array(phba);
629 if (vports != NULL)
James Smartda0436e2009-05-22 14:51:39 -0400630 for (i = 0; i <= phba->max_vports; i++) {
James Smart51ef4c22007-08-02 11:10:31 -0400631 /*
632 * We could have no vports in array if unloading, so if
633 * this happens then just use the pport
634 */
635 if (vports[i] == NULL && i == 0)
636 vport = phba->pport;
637 else
638 vport = vports[i];
639 if (vport == NULL)
640 break;
James Smart58da1ff2008-04-07 10:15:56 -0400641 spin_lock_irq(&vport->work_port_lock);
James Smart51ef4c22007-08-02 11:10:31 -0400642 work_port_events = vport->work_port_events;
James Smart58da1ff2008-04-07 10:15:56 -0400643 vport->work_port_events &= ~work_port_events;
644 spin_unlock_irq(&vport->work_port_lock);
James Smart549e55c2007-08-02 11:09:51 -0400645 if (work_port_events & WORKER_DISC_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400646 lpfc_disc_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400647 if (work_port_events & WORKER_ELS_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400648 lpfc_els_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400649 if (work_port_events & WORKER_HB_TMO)
650 lpfc_hb_timeout_handler(phba);
651 if (work_port_events & WORKER_MBOX_TMO)
652 lpfc_mbox_timeout_handler(phba);
653 if (work_port_events & WORKER_FABRIC_BLOCK_TMO)
654 lpfc_unblock_fabric_iocbs(phba);
655 if (work_port_events & WORKER_FDMI_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400656 lpfc_fdmi_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400657 if (work_port_events & WORKER_RAMP_DOWN_QUEUE)
658 lpfc_ramp_down_queue_handler(phba);
659 if (work_port_events & WORKER_RAMP_UP_QUEUE)
660 lpfc_ramp_up_queue_handler(phba);
James Smart92494142011-02-16 12:39:44 -0500661 if (work_port_events & WORKER_DELAYED_DISC_TMO)
662 lpfc_delayed_disc_timeout_handler(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500663 }
James Smart09372822008-01-11 01:52:54 -0500664 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -0500665
James Smart858c9f62007-06-17 19:56:39 -0500666 pring = &phba->sli.ring[LPFC_ELS_RING];
667 status = (ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING)));
668 status >>= (4*LPFC_ELS_RING);
James Smart4d9ab992009-10-02 15:16:39 -0400669 if ((status & HA_RXMASK) ||
670 (pring->flag & LPFC_DEFERRED_RING_EVENT) ||
James Smart45ed1192009-10-02 15:17:02 -0400671 (phba->hba_flag & HBA_SP_QUEUE_EVT)) {
James Smart0b727fe2007-10-27 13:37:25 -0400672 if (pring->flag & LPFC_STOP_IOCB_EVENT) {
James Smart858c9f62007-06-17 19:56:39 -0500673 pring->flag |= LPFC_DEFERRED_RING_EVENT;
James Smart5e9d9b82008-06-14 22:52:53 -0400674 /* Set the lpfc data pending flag */
675 set_bit(LPFC_DATA_READY, &phba->data_flags);
James Smart858c9f62007-06-17 19:56:39 -0500676 } else {
James Smart58da1ff2008-04-07 10:15:56 -0400677 pring->flag &= ~LPFC_DEFERRED_RING_EVENT;
James Smart858c9f62007-06-17 19:56:39 -0500678 lpfc_sli_handle_slow_ring_event(phba, pring,
679 (status &
680 HA_RXMASK));
James Smart858c9f62007-06-17 19:56:39 -0500681 }
James Smartbc739052010-08-04 16:11:18 -0400682 if ((phba->sli_rev == LPFC_SLI_REV4) && pring->txq_cnt)
James Smart2a9bf3d2010-06-07 15:24:45 -0400683 lpfc_drain_txq(phba);
James Smart858c9f62007-06-17 19:56:39 -0500684 /*
685 * Turn on Ring interrupts
686 */
James Smart3772a992009-05-22 14:50:54 -0400687 if (phba->sli_rev <= LPFC_SLI_REV3) {
688 spin_lock_irq(&phba->hbalock);
689 control = readl(phba->HCregaddr);
690 if (!(control & (HC_R0INT_ENA << LPFC_ELS_RING))) {
691 lpfc_debugfs_slow_ring_trc(phba,
692 "WRK Enable ring: cntl:x%x hacopy:x%x",
693 control, ha_copy, 0);
James Smarta58cbd52007-08-02 11:09:43 -0400694
James Smart3772a992009-05-22 14:50:54 -0400695 control |= (HC_R0INT_ENA << LPFC_ELS_RING);
696 writel(control, phba->HCregaddr);
697 readl(phba->HCregaddr); /* flush */
698 } else {
699 lpfc_debugfs_slow_ring_trc(phba,
700 "WRK Ring ok: cntl:x%x hacopy:x%x",
701 control, ha_copy, 0);
702 }
703 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500704 }
705 }
James Smart2e0fef82007-06-17 19:56:36 -0500706 lpfc_work_list_done(phba);
dea31012005-04-17 16:05:31 -0500707}
708
dea31012005-04-17 16:05:31 -0500709int
710lpfc_do_work(void *p)
711{
712 struct lpfc_hba *phba = p;
713 int rc;
dea31012005-04-17 16:05:31 -0500714
715 set_user_nice(current, -20);
James Smart5e9d9b82008-06-14 22:52:53 -0400716 phba->data_flags = 0;
dea31012005-04-17 16:05:31 -0500717
James Smart3a55b532008-12-04 22:38:54 -0500718 while (!kthread_should_stop()) {
James Smart5e9d9b82008-06-14 22:52:53 -0400719 /* wait and check worker queue activities */
720 rc = wait_event_interruptible(phba->work_waitq,
721 (test_and_clear_bit(LPFC_DATA_READY,
722 &phba->data_flags)
723 || kthread_should_stop()));
James Smart3a55b532008-12-04 22:38:54 -0500724 /* Signal wakeup shall terminate the worker thread */
725 if (rc) {
726 lpfc_printf_log(phba, KERN_ERR, LOG_ELS,
727 "0433 Wakeup on signal: rc=x%x\n", rc);
dea31012005-04-17 16:05:31 -0500728 break;
James Smart3a55b532008-12-04 22:38:54 -0500729 }
dea31012005-04-17 16:05:31 -0500730
James Smart5e9d9b82008-06-14 22:52:53 -0400731 /* Attend pending lpfc data processing */
dea31012005-04-17 16:05:31 -0500732 lpfc_work_done(phba);
dea31012005-04-17 16:05:31 -0500733 }
James Smart3a55b532008-12-04 22:38:54 -0500734 phba->worker_thread = NULL;
735 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
736 "0432 Worker thread stopped.\n");
dea31012005-04-17 16:05:31 -0500737 return 0;
738}
739
740/*
741 * This is only called to handle FC worker events. Since this a rare
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300742 * occurrence, we allocate a struct lpfc_work_evt structure here instead of
dea31012005-04-17 16:05:31 -0500743 * embedding it in the IOCB.
744 */
745int
James Smart2e0fef82007-06-17 19:56:36 -0500746lpfc_workq_post_event(struct lpfc_hba *phba, void *arg1, void *arg2,
dea31012005-04-17 16:05:31 -0500747 uint32_t evt)
748{
749 struct lpfc_work_evt *evtp;
James Smarted957682007-06-17 19:56:37 -0500750 unsigned long flags;
dea31012005-04-17 16:05:31 -0500751
752 /*
753 * All Mailbox completions and LPFC_ELS_RING rcv ring IOCB events will
754 * be queued to worker thread for processing
755 */
James Smart92d7f7b2007-06-17 19:56:38 -0500756 evtp = kmalloc(sizeof(struct lpfc_work_evt), GFP_ATOMIC);
dea31012005-04-17 16:05:31 -0500757 if (!evtp)
758 return 0;
759
760 evtp->evt_arg1 = arg1;
761 evtp->evt_arg2 = arg2;
762 evtp->evt = evt;
763
James Smarted957682007-06-17 19:56:37 -0500764 spin_lock_irqsave(&phba->hbalock, flags);
James Smart071fbd3d2006-04-15 11:53:20 -0400765 list_add_tail(&evtp->evt_listp, &phba->work_list);
James Smarted957682007-06-17 19:56:37 -0500766 spin_unlock_irqrestore(&phba->hbalock, flags);
dea31012005-04-17 16:05:31 -0500767
James Smart5e9d9b82008-06-14 22:52:53 -0400768 lpfc_worker_wake_up(phba);
769
dea31012005-04-17 16:05:31 -0500770 return 1;
771}
772
James Smart92d7f7b2007-06-17 19:56:38 -0500773void
774lpfc_cleanup_rpis(struct lpfc_vport *vport, int remove)
775{
James Smart09372822008-01-11 01:52:54 -0500776 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500777 struct lpfc_hba *phba = vport->phba;
778 struct lpfc_nodelist *ndlp, *next_ndlp;
779 int rc;
780
781 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -0500782 if (!NLP_CHK_NODE_ACT(ndlp))
783 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500784 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
785 continue;
James Smart98c9ea52007-10-27 13:37:33 -0400786 if ((phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) ||
787 ((vport->port_type == LPFC_NPIV_PORT) &&
788 (ndlp->nlp_DID == NameServer_DID)))
James Smart92d7f7b2007-06-17 19:56:38 -0500789 lpfc_unreg_rpi(vport, ndlp);
790
791 /* Leave Fabric nodes alone on link down */
James Smart4d9ab992009-10-02 15:16:39 -0400792 if ((phba->sli_rev < LPFC_SLI_REV4) &&
793 (!remove && ndlp->nlp_type & NLP_FABRIC))
James Smart92d7f7b2007-06-17 19:56:38 -0500794 continue;
795 rc = lpfc_disc_state_machine(vport, ndlp, NULL,
796 remove
797 ? NLP_EVT_DEVICE_RM
798 : NLP_EVT_DEVICE_RECOVERY);
799 }
800 if (phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) {
James Smart5af5eee2010-10-22 11:06:38 -0400801 if (phba->sli_rev == LPFC_SLI_REV4)
802 lpfc_sli4_unreg_all_rpis(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500803 lpfc_mbx_unreg_vpi(vport);
James Smart09372822008-01-11 01:52:54 -0500804 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500805 vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI;
James Smart09372822008-01-11 01:52:54 -0500806 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500807 }
808}
809
James Smart87af33f2007-10-27 13:37:43 -0400810void
James Smart98c9ea52007-10-27 13:37:33 -0400811lpfc_port_link_failure(struct lpfc_vport *vport)
James Smart92d7f7b2007-06-17 19:56:38 -0500812{
James Smart695a8142010-01-26 23:08:03 -0500813 lpfc_vport_set_state(vport, FC_VPORT_LINKDOWN);
814
James Smart45ed1192009-10-02 15:17:02 -0400815 /* Cleanup any outstanding received buffers */
816 lpfc_cleanup_rcv_buffers(vport);
817
James Smart92d7f7b2007-06-17 19:56:38 -0500818 /* Cleanup any outstanding RSCN activity */
819 lpfc_els_flush_rscn(vport);
820
821 /* Cleanup any outstanding ELS commands */
822 lpfc_els_flush_cmd(vport);
823
824 lpfc_cleanup_rpis(vport, 0);
825
James Smart92d7f7b2007-06-17 19:56:38 -0500826 /* Turn off discovery timer if its running */
827 lpfc_can_disctmo(vport);
828}
829
James Smart3772a992009-05-22 14:50:54 -0400830void
James Smart98c9ea52007-10-27 13:37:33 -0400831lpfc_linkdown_port(struct lpfc_vport *vport)
832{
833 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
834
835 fc_host_post_event(shost, fc_get_event_number(), FCH_EVT_LINKDOWN, 0);
836
837 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
838 "Link Down: state:x%x rtry:x%x flg:x%x",
839 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
840
841 lpfc_port_link_failure(vport);
842
James Smart92494142011-02-16 12:39:44 -0500843 /* Stop delayed Nport discovery */
844 spin_lock_irq(shost->host_lock);
845 vport->fc_flag &= ~FC_DISC_DELAYED;
846 spin_unlock_irq(shost->host_lock);
847 del_timer_sync(&vport->delayed_disc_tmo);
James Smart98c9ea52007-10-27 13:37:33 -0400848}
849
dea31012005-04-17 16:05:31 -0500850int
James Smart685f0bf2007-04-25 09:53:08 -0400851lpfc_linkdown(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500852{
James Smart2e0fef82007-06-17 19:56:36 -0500853 struct lpfc_vport *vport = phba->pport;
854 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart549e55c2007-08-02 11:09:51 -0400855 struct lpfc_vport **vports;
James Smart685f0bf2007-04-25 09:53:08 -0400856 LPFC_MBOXQ_t *mb;
James Smart549e55c2007-08-02 11:09:51 -0400857 int i;
dea31012005-04-17 16:05:31 -0500858
James Smart3163f722008-02-08 18:50:25 -0500859 if (phba->link_state == LPFC_LINK_DOWN)
James Smart2e0fef82007-06-17 19:56:36 -0500860 return 0;
James Smartaacc20e2009-12-21 17:02:51 -0500861
862 /* Block all SCSI stack I/Os */
863 lpfc_scsi_dev_block(phba);
864
James Smart2e0fef82007-06-17 19:56:36 -0500865 spin_lock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -0500866 phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE);
James Smart72100cc2010-02-12 14:43:01 -0500867 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -0500868 if (phba->link_state > LPFC_LINK_DOWN) {
James Smart2e0fef82007-06-17 19:56:36 -0500869 phba->link_state = LPFC_LINK_DOWN;
James Smart72100cc2010-02-12 14:43:01 -0500870 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500871 phba->pport->fc_flag &= ~FC_LBIT;
James Smart72100cc2010-02-12 14:43:01 -0500872 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500873 }
James Smart549e55c2007-08-02 11:09:51 -0400874 vports = lpfc_create_vport_work_array(phba);
875 if (vports != NULL)
James Smart6fb120a2009-05-22 14:52:59 -0400876 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
James Smart549e55c2007-08-02 11:09:51 -0400877 /* Issue a LINK DOWN event to all nodes */
878 lpfc_linkdown_port(vports[i]);
879 }
James Smart09372822008-01-11 01:52:54 -0500880 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -0500881 /* Clean up any firmware default rpi's */
James Smart2e0fef82007-06-17 19:56:36 -0500882 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
883 if (mb) {
James Smart6d368e52011-05-24 11:44:12 -0400884 lpfc_unreg_did(phba, 0xffff, LPFC_UNREG_ALL_DFLT_RPIS, mb);
James Smarted957682007-06-17 19:56:37 -0500885 mb->vport = vport;
James Smart2e0fef82007-06-17 19:56:36 -0500886 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -0400887 if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT)
dea31012005-04-17 16:05:31 -0500888 == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -0500889 mempool_free(mb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -0500890 }
891 }
892
dea31012005-04-17 16:05:31 -0500893 /* Setup myDID for link up if we are in pt2pt mode */
James Smart92d7f7b2007-06-17 19:56:38 -0500894 if (phba->pport->fc_flag & FC_PT2PT) {
895 phba->pport->fc_myDID = 0;
James Smart2e0fef82007-06-17 19:56:36 -0500896 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
897 if (mb) {
dea31012005-04-17 16:05:31 -0500898 lpfc_config_link(phba, mb);
James Smart92d7f7b2007-06-17 19:56:38 -0500899 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smarted957682007-06-17 19:56:37 -0500900 mb->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -0400901 if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT)
dea31012005-04-17 16:05:31 -0500902 == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -0500903 mempool_free(mb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -0500904 }
905 }
James Smart2e0fef82007-06-17 19:56:36 -0500906 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500907 phba->pport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI);
James Smart2e0fef82007-06-17 19:56:36 -0500908 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -0500909 }
James Smart2e0fef82007-06-17 19:56:36 -0500910
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500911 return 0;
dea31012005-04-17 16:05:31 -0500912}
913
James Smart92d7f7b2007-06-17 19:56:38 -0500914static void
915lpfc_linkup_cleanup_nodes(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -0500916{
James Smart92d7f7b2007-06-17 19:56:38 -0500917 struct lpfc_nodelist *ndlp;
918
919 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -0500920 if (!NLP_CHK_NODE_ACT(ndlp))
921 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500922 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
923 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500924 if (ndlp->nlp_type & NLP_FABRIC) {
James Smarte47c9092008-02-08 18:49:26 -0500925 /* On Linkup its safe to clean up the ndlp
926 * from Fabric connections.
927 */
James Smart92d7f7b2007-06-17 19:56:38 -0500928 if (ndlp->nlp_DID != Fabric_DID)
929 lpfc_unreg_rpi(vport, ndlp);
930 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
931 } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) {
James Smarte47c9092008-02-08 18:49:26 -0500932 /* Fail outstanding IO now since device is
933 * marked for PLOGI.
934 */
James Smart92d7f7b2007-06-17 19:56:38 -0500935 lpfc_unreg_rpi(vport, ndlp);
936 }
937 }
938}
939
940static void
941lpfc_linkup_port(struct lpfc_vport *vport)
942{
943 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500944 struct lpfc_hba *phba = vport->phba;
945
946 if ((vport->load_flag & FC_UNLOADING) != 0)
947 return;
948
James Smart858c9f62007-06-17 19:56:39 -0500949 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
950 "Link Up: top:x%x speed:x%x flg:x%x",
951 phba->fc_topology, phba->fc_linkspeed, phba->link_flag);
952
James Smart92d7f7b2007-06-17 19:56:38 -0500953 /* If NPIV is not enabled, only bring the physical port up */
954 if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) &&
955 (vport != phba->pport))
956 return;
dea31012005-04-17 16:05:31 -0500957
James Smart2e0fef82007-06-17 19:56:36 -0500958 fc_host_post_event(shost, fc_get_event_number(), FCH_EVT_LINKUP, 0);
James Smartd2873e42006-08-18 17:46:43 -0400959
James Smart2e0fef82007-06-17 19:56:36 -0500960 spin_lock_irq(shost->host_lock);
James Smart2e0fef82007-06-17 19:56:36 -0500961 vport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI | FC_ABORT_DISCOVERY |
962 FC_RSCN_MODE | FC_NLP_MORE | FC_RSCN_DISCOVERY);
963 vport->fc_flag |= FC_NDISC_ACTIVE;
964 vport->fc_ns_retry = 0;
965 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -0500966
James Smart92d7f7b2007-06-17 19:56:38 -0500967 if (vport->fc_flag & FC_LBIT)
968 lpfc_linkup_cleanup_nodes(vport);
dea31012005-04-17 16:05:31 -0500969
James Smart92d7f7b2007-06-17 19:56:38 -0500970}
971
972static int
973lpfc_linkup(struct lpfc_hba *phba)
974{
James Smart549e55c2007-08-02 11:09:51 -0400975 struct lpfc_vport **vports;
976 int i;
James Smart92d7f7b2007-06-17 19:56:38 -0500977
James Smart19ca7602010-11-20 23:11:55 -0500978 lpfc_cleanup_wt_rrqs(phba);
James Smart92d7f7b2007-06-17 19:56:38 -0500979 phba->link_state = LPFC_LINK_UP;
980
981 /* Unblock fabric iocbs if they are blocked */
982 clear_bit(FABRIC_COMANDS_BLOCKED, &phba->bit_flags);
983 del_timer_sync(&phba->fabric_block_timer);
984
James Smart549e55c2007-08-02 11:09:51 -0400985 vports = lpfc_create_vport_work_array(phba);
986 if (vports != NULL)
James Smart6fb120a2009-05-22 14:52:59 -0400987 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++)
James Smart549e55c2007-08-02 11:09:51 -0400988 lpfc_linkup_port(vports[i]);
James Smart09372822008-01-11 01:52:54 -0500989 lpfc_destroy_vport_work_array(phba, vports);
James Smart6fb120a2009-05-22 14:52:59 -0400990 if ((phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) &&
991 (phba->sli_rev < LPFC_SLI_REV4))
James Smart92d7f7b2007-06-17 19:56:38 -0500992 lpfc_issue_clear_la(phba, phba->pport);
dea31012005-04-17 16:05:31 -0500993
994 return 0;
995}
996
997/*
998 * This routine handles processing a CLEAR_LA mailbox
999 * command upon completion. It is setup in the LPFC_MBOXQ
1000 * as the completion routine when the command is
1001 * handed off to the SLI layer.
1002 */
Adrian Bunka6ababd2007-11-05 18:07:33 +01001003static void
James Smart2e0fef82007-06-17 19:56:36 -05001004lpfc_mbx_cmpl_clear_la(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05001005{
James Smart2e0fef82007-06-17 19:56:36 -05001006 struct lpfc_vport *vport = pmb->vport;
1007 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
1008 struct lpfc_sli *psli = &phba->sli;
James Smart04c68492009-05-22 14:52:52 -04001009 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05001010 uint32_t control;
1011
dea31012005-04-17 16:05:31 -05001012 /* Since we don't do discovery right now, turn these off here */
James Smarta4bc3372006-12-02 13:34:16 -05001013 psli->ring[psli->extra_ring].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -05001014 psli->ring[psli->fcp_ring].flag &= ~LPFC_STOP_IOCB_EVENT;
1015 psli->ring[psli->next_ring].flag &= ~LPFC_STOP_IOCB_EVENT;
1016
1017 /* Check for error */
1018 if ((mb->mbxStatus) && (mb->mbxStatus != 0x1601)) {
James Smart92d7f7b2007-06-17 19:56:38 -05001019 /* CLEAR_LA mbox error <mbxStatus> state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04001020 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
1021 "0320 CLEAR_LA mbxStatus error x%x hba "
1022 "state x%x\n",
1023 mb->mbxStatus, vport->port_state);
James Smart2e0fef82007-06-17 19:56:36 -05001024 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05001025 goto out;
1026 }
1027
James Smart92d7f7b2007-06-17 19:56:38 -05001028 if (vport->port_type == LPFC_PHYSICAL_PORT)
1029 phba->link_state = LPFC_HBA_READY;
1030
1031 spin_lock_irq(&phba->hbalock);
1032 psli->sli_flag |= LPFC_PROCESS_LA;
1033 control = readl(phba->HCregaddr);
1034 control |= HC_LAINT_ENA;
1035 writel(control, phba->HCregaddr);
1036 readl(phba->HCregaddr); /* flush */
1037 spin_unlock_irq(&phba->hbalock);
James Smart1b32f6a2008-02-08 18:49:39 -05001038 mempool_free(pmb, phba->mbox_mem_pool);
James Smart92d7f7b2007-06-17 19:56:38 -05001039 return;
dea31012005-04-17 16:05:31 -05001040
dea31012005-04-17 16:05:31 -05001041out:
1042 /* Device Discovery completes */
James Smarte8b62012007-08-02 11:10:09 -04001043 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
1044 "0225 Device Discovery completes\n");
James Smart2e0fef82007-06-17 19:56:36 -05001045 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05001046
James Smart2e0fef82007-06-17 19:56:36 -05001047 spin_lock_irq(shost->host_lock);
James Smart58da1ff2008-04-07 10:15:56 -04001048 vport->fc_flag &= ~FC_ABORT_DISCOVERY;
James Smart2e0fef82007-06-17 19:56:36 -05001049 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05001050
James Smart2e0fef82007-06-17 19:56:36 -05001051 lpfc_can_disctmo(vport);
dea31012005-04-17 16:05:31 -05001052
1053 /* turn on Link Attention interrupts */
James Smart2e0fef82007-06-17 19:56:36 -05001054
1055 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001056 psli->sli_flag |= LPFC_PROCESS_LA;
1057 control = readl(phba->HCregaddr);
1058 control |= HC_LAINT_ENA;
1059 writel(control, phba->HCregaddr);
1060 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -05001061 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001062
1063 return;
1064}
1065
James Smart2e0fef82007-06-17 19:56:36 -05001066
dea31012005-04-17 16:05:31 -05001067static void
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001068lpfc_mbx_cmpl_local_config_link(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05001069{
James Smart2e0fef82007-06-17 19:56:36 -05001070 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05001071
James Smart04c68492009-05-22 14:52:52 -04001072 if (pmb->u.mb.mbxStatus)
dea31012005-04-17 16:05:31 -05001073 goto out;
dea31012005-04-17 16:05:31 -05001074
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001075 mempool_free(pmb, phba->mbox_mem_pool);
1076
James Smart1b511972011-12-13 13:23:09 -05001077 /* don't perform discovery for SLI4 loopback diagnostic test */
1078 if ((phba->sli_rev == LPFC_SLI_REV4) &&
1079 !(phba->hba_flag & HBA_FCOE_MODE) &&
1080 (phba->link_flag & LS_LOOPBACK_MODE))
1081 return;
1082
James Smart76a95d72010-11-20 23:11:48 -05001083 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP &&
James Smart2e0fef82007-06-17 19:56:36 -05001084 vport->fc_flag & FC_PUBLIC_LOOP &&
1085 !(vport->fc_flag & FC_LBIT)) {
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001086 /* Need to wait for FAN - use discovery timer
James Smart2e0fef82007-06-17 19:56:36 -05001087 * for timeout. port_state is identically
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001088 * LPFC_LOCAL_CFG_LINK while waiting for FAN
1089 */
James Smart2e0fef82007-06-17 19:56:36 -05001090 lpfc_set_disctmo(vport);
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001091 return;
James Smart92d7f7b2007-06-17 19:56:38 -05001092 }
dea31012005-04-17 16:05:31 -05001093
James Smart2e0fef82007-06-17 19:56:36 -05001094 /* Start discovery by sending a FLOGI. port_state is identically
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001095 * LPFC_FLOGI while waiting for FLOGI cmpl
1096 */
James Smart76a95d72010-11-20 23:11:48 -05001097 if (vport->port_state != LPFC_FLOGI)
James Smart92d7f7b2007-06-17 19:56:38 -05001098 lpfc_initial_flogi(vport);
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001099 return;
dea31012005-04-17 16:05:31 -05001100
1101out:
James Smarte8b62012007-08-02 11:10:09 -04001102 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
1103 "0306 CONFIG_LINK mbxStatus error x%x "
1104 "HBA state x%x\n",
James Smart04c68492009-05-22 14:52:52 -04001105 pmb->u.mb.mbxStatus, vport->port_state);
James Smart92d7f7b2007-06-17 19:56:38 -05001106 mempool_free(pmb, phba->mbox_mem_pool);
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001107
1108 lpfc_linkdown(phba);
1109
James Smarte8b62012007-08-02 11:10:09 -04001110 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
1111 "0200 CONFIG_LINK bad hba state x%x\n",
1112 vport->port_state);
dea31012005-04-17 16:05:31 -05001113
James Smart92d7f7b2007-06-17 19:56:38 -05001114 lpfc_issue_clear_la(phba, vport);
dea31012005-04-17 16:05:31 -05001115 return;
1116}
1117
James Smart7d791df2011-07-22 18:37:52 -04001118/**
1119 * lpfc_sli4_clear_fcf_rr_bmask
1120 * @phba pointer to the struct lpfc_hba for this port.
1121 * This fucnction resets the round robin bit mask and clears the
1122 * fcf priority list. The list deletions are done while holding the
1123 * hbalock. The ON_LIST flag and the FLOGI_FAILED flags are cleared
1124 * from the lpfc_fcf_pri record.
1125 **/
1126void
1127lpfc_sli4_clear_fcf_rr_bmask(struct lpfc_hba *phba)
1128{
1129 struct lpfc_fcf_pri *fcf_pri;
1130 struct lpfc_fcf_pri *next_fcf_pri;
1131 memset(phba->fcf.fcf_rr_bmask, 0, sizeof(*phba->fcf.fcf_rr_bmask));
1132 spin_lock_irq(&phba->hbalock);
1133 list_for_each_entry_safe(fcf_pri, next_fcf_pri,
1134 &phba->fcf.fcf_pri_list, list) {
1135 list_del_init(&fcf_pri->list);
1136 fcf_pri->fcf_rec.flag = 0;
1137 }
1138 spin_unlock_irq(&phba->hbalock);
1139}
dea31012005-04-17 16:05:31 -05001140static void
James Smart6fb120a2009-05-22 14:52:59 -04001141lpfc_mbx_cmpl_reg_fcfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
1142{
1143 struct lpfc_vport *vport = mboxq->vport;
James Smart6fb120a2009-05-22 14:52:59 -04001144
1145 if (mboxq->u.mb.mbxStatus) {
1146 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
1147 "2017 REG_FCFI mbxStatus error x%x "
1148 "HBA state x%x\n",
1149 mboxq->u.mb.mbxStatus, vport->port_state);
James Smarta93ff372010-10-22 11:06:08 -04001150 goto fail_out;
James Smart6fb120a2009-05-22 14:52:59 -04001151 }
1152
1153 /* Start FCoE discovery by sending a FLOGI. */
1154 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi, &mboxq->u.mqe.un.reg_fcfi);
1155 /* Set the FCFI registered flag */
James Smartd439d282010-09-29 11:18:45 -04001156 spin_lock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001157 phba->fcf.fcf_flag |= FCF_REGISTERED;
James Smartd439d282010-09-29 11:18:45 -04001158 spin_unlock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001159
James Smart32b97932009-07-19 10:01:21 -04001160 /* If there is a pending FCoE event, restart FCF table scan. */
James Smart7d791df2011-07-22 18:37:52 -04001161 if ((!(phba->hba_flag & FCF_RR_INPROG)) &&
1162 lpfc_check_pending_fcoe_event(phba, LPFC_UNREG_FCF))
James Smarta93ff372010-10-22 11:06:08 -04001163 goto fail_out;
1164
1165 /* Mark successful completion of FCF table scan */
James Smartd439d282010-09-29 11:18:45 -04001166 spin_lock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05001167 phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE);
James Smarta93ff372010-10-22 11:06:08 -04001168 phba->hba_flag &= ~FCF_TS_INPROG;
1169 if (vport->port_state != LPFC_FLOGI) {
1170 phba->hba_flag |= FCF_RR_INPROG;
1171 spin_unlock_irq(&phba->hbalock);
James Smart76a95d72010-11-20 23:11:48 -05001172 lpfc_issue_init_vfi(vport);
James Smarta93ff372010-10-22 11:06:08 -04001173 goto out;
1174 }
1175 spin_unlock_irq(&phba->hbalock);
1176 goto out;
James Smart6fb120a2009-05-22 14:52:59 -04001177
James Smarta93ff372010-10-22 11:06:08 -04001178fail_out:
1179 spin_lock_irq(&phba->hbalock);
1180 phba->hba_flag &= ~FCF_RR_INPROG;
1181 spin_unlock_irq(&phba->hbalock);
1182out:
James Smart6fb120a2009-05-22 14:52:59 -04001183 mempool_free(mboxq, phba->mbox_mem_pool);
James Smart6fb120a2009-05-22 14:52:59 -04001184}
1185
1186/**
1187 * lpfc_fab_name_match - Check if the fcf fabric name match.
1188 * @fab_name: pointer to fabric name.
1189 * @new_fcf_record: pointer to fcf record.
1190 *
1191 * This routine compare the fcf record's fabric name with provided
1192 * fabric name. If the fabric name are identical this function
1193 * returns 1 else return 0.
1194 **/
1195static uint32_t
1196lpfc_fab_name_match(uint8_t *fab_name, struct fcf_record *new_fcf_record)
1197{
James Smartecfd03c2010-02-12 14:41:27 -05001198 if (fab_name[0] != bf_get(lpfc_fcf_record_fab_name_0, new_fcf_record))
James Smart6fb120a2009-05-22 14:52:59 -04001199 return 0;
James Smartecfd03c2010-02-12 14:41:27 -05001200 if (fab_name[1] != bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record))
1201 return 0;
1202 if (fab_name[2] != bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record))
1203 return 0;
1204 if (fab_name[3] != bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record))
1205 return 0;
1206 if (fab_name[4] != bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record))
1207 return 0;
1208 if (fab_name[5] != bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record))
1209 return 0;
1210 if (fab_name[6] != bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record))
1211 return 0;
1212 if (fab_name[7] != bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record))
1213 return 0;
1214 return 1;
James Smart6fb120a2009-05-22 14:52:59 -04001215}
1216
1217/**
James Smart8fa38512009-07-19 10:01:03 -04001218 * lpfc_sw_name_match - Check if the fcf switch name match.
1219 * @fab_name: pointer to fabric name.
1220 * @new_fcf_record: pointer to fcf record.
1221 *
1222 * This routine compare the fcf record's switch name with provided
1223 * switch name. If the switch name are identical this function
1224 * returns 1 else return 0.
1225 **/
1226static uint32_t
1227lpfc_sw_name_match(uint8_t *sw_name, struct fcf_record *new_fcf_record)
1228{
James Smartecfd03c2010-02-12 14:41:27 -05001229 if (sw_name[0] != bf_get(lpfc_fcf_record_switch_name_0, new_fcf_record))
James Smart8fa38512009-07-19 10:01:03 -04001230 return 0;
James Smartecfd03c2010-02-12 14:41:27 -05001231 if (sw_name[1] != bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record))
1232 return 0;
1233 if (sw_name[2] != bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record))
1234 return 0;
1235 if (sw_name[3] != bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record))
1236 return 0;
1237 if (sw_name[4] != bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record))
1238 return 0;
1239 if (sw_name[5] != bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record))
1240 return 0;
1241 if (sw_name[6] != bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record))
1242 return 0;
1243 if (sw_name[7] != bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record))
1244 return 0;
1245 return 1;
James Smart8fa38512009-07-19 10:01:03 -04001246}
1247
1248/**
James Smart6fb120a2009-05-22 14:52:59 -04001249 * lpfc_mac_addr_match - Check if the fcf mac address match.
James Smartecfd03c2010-02-12 14:41:27 -05001250 * @mac_addr: pointer to mac address.
James Smart6fb120a2009-05-22 14:52:59 -04001251 * @new_fcf_record: pointer to fcf record.
1252 *
1253 * This routine compare the fcf record's mac address with HBA's
1254 * FCF mac address. If the mac addresses are identical this function
1255 * returns 1 else return 0.
1256 **/
1257static uint32_t
James Smartecfd03c2010-02-12 14:41:27 -05001258lpfc_mac_addr_match(uint8_t *mac_addr, struct fcf_record *new_fcf_record)
James Smart6fb120a2009-05-22 14:52:59 -04001259{
James Smartecfd03c2010-02-12 14:41:27 -05001260 if (mac_addr[0] != bf_get(lpfc_fcf_record_mac_0, new_fcf_record))
James Smart6fb120a2009-05-22 14:52:59 -04001261 return 0;
James Smartecfd03c2010-02-12 14:41:27 -05001262 if (mac_addr[1] != bf_get(lpfc_fcf_record_mac_1, new_fcf_record))
1263 return 0;
1264 if (mac_addr[2] != bf_get(lpfc_fcf_record_mac_2, new_fcf_record))
1265 return 0;
1266 if (mac_addr[3] != bf_get(lpfc_fcf_record_mac_3, new_fcf_record))
1267 return 0;
1268 if (mac_addr[4] != bf_get(lpfc_fcf_record_mac_4, new_fcf_record))
1269 return 0;
1270 if (mac_addr[5] != bf_get(lpfc_fcf_record_mac_5, new_fcf_record))
1271 return 0;
1272 return 1;
1273}
1274
1275static bool
1276lpfc_vlan_id_match(uint16_t curr_vlan_id, uint16_t new_vlan_id)
1277{
1278 return (curr_vlan_id == new_vlan_id);
James Smart6fb120a2009-05-22 14:52:59 -04001279}
1280
1281/**
James Smart7d791df2011-07-22 18:37:52 -04001282 * lpfc_update_fcf_record - Update driver fcf record
1283 * __lpfc_update_fcf_record_pri - update the lpfc_fcf_pri record.
1284 * @phba: pointer to lpfc hba data structure.
1285 * @fcf_index: Index for the lpfc_fcf_record.
1286 * @new_fcf_record: pointer to hba fcf record.
1287 *
1288 * This routine updates the driver FCF priority record from the new HBA FCF
1289 * record. This routine is called with the host lock held.
1290 **/
1291static void
1292__lpfc_update_fcf_record_pri(struct lpfc_hba *phba, uint16_t fcf_index,
1293 struct fcf_record *new_fcf_record
1294 )
1295{
1296 struct lpfc_fcf_pri *fcf_pri;
1297
1298 fcf_pri = &phba->fcf.fcf_pri[fcf_index];
1299 fcf_pri->fcf_rec.fcf_index = fcf_index;
1300 /* FCF record priority */
1301 fcf_pri->fcf_rec.priority = new_fcf_record->fip_priority;
1302
1303}
1304
1305/**
James Smart6fb120a2009-05-22 14:52:59 -04001306 * lpfc_copy_fcf_record - Copy fcf information to lpfc_hba.
James Smartecfd03c2010-02-12 14:41:27 -05001307 * @fcf: pointer to driver fcf record.
James Smart6fb120a2009-05-22 14:52:59 -04001308 * @new_fcf_record: pointer to fcf record.
1309 *
1310 * This routine copies the FCF information from the FCF
1311 * record to lpfc_hba data structure.
1312 **/
1313static void
James Smartecfd03c2010-02-12 14:41:27 -05001314lpfc_copy_fcf_record(struct lpfc_fcf_rec *fcf_rec,
1315 struct fcf_record *new_fcf_record)
James Smart6fb120a2009-05-22 14:52:59 -04001316{
James Smartecfd03c2010-02-12 14:41:27 -05001317 /* Fabric name */
1318 fcf_rec->fabric_name[0] =
James Smart6fb120a2009-05-22 14:52:59 -04001319 bf_get(lpfc_fcf_record_fab_name_0, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001320 fcf_rec->fabric_name[1] =
James Smart6fb120a2009-05-22 14:52:59 -04001321 bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001322 fcf_rec->fabric_name[2] =
James Smart6fb120a2009-05-22 14:52:59 -04001323 bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001324 fcf_rec->fabric_name[3] =
James Smart6fb120a2009-05-22 14:52:59 -04001325 bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001326 fcf_rec->fabric_name[4] =
James Smart6fb120a2009-05-22 14:52:59 -04001327 bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001328 fcf_rec->fabric_name[5] =
James Smart6fb120a2009-05-22 14:52:59 -04001329 bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001330 fcf_rec->fabric_name[6] =
James Smart6fb120a2009-05-22 14:52:59 -04001331 bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001332 fcf_rec->fabric_name[7] =
James Smart6fb120a2009-05-22 14:52:59 -04001333 bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001334 /* Mac address */
1335 fcf_rec->mac_addr[0] = bf_get(lpfc_fcf_record_mac_0, new_fcf_record);
1336 fcf_rec->mac_addr[1] = bf_get(lpfc_fcf_record_mac_1, new_fcf_record);
1337 fcf_rec->mac_addr[2] = bf_get(lpfc_fcf_record_mac_2, new_fcf_record);
1338 fcf_rec->mac_addr[3] = bf_get(lpfc_fcf_record_mac_3, new_fcf_record);
1339 fcf_rec->mac_addr[4] = bf_get(lpfc_fcf_record_mac_4, new_fcf_record);
1340 fcf_rec->mac_addr[5] = bf_get(lpfc_fcf_record_mac_5, new_fcf_record);
1341 /* FCF record index */
1342 fcf_rec->fcf_indx = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
1343 /* FCF record priority */
1344 fcf_rec->priority = new_fcf_record->fip_priority;
1345 /* Switch name */
1346 fcf_rec->switch_name[0] =
James Smart8fa38512009-07-19 10:01:03 -04001347 bf_get(lpfc_fcf_record_switch_name_0, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001348 fcf_rec->switch_name[1] =
James Smart8fa38512009-07-19 10:01:03 -04001349 bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001350 fcf_rec->switch_name[2] =
James Smart8fa38512009-07-19 10:01:03 -04001351 bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001352 fcf_rec->switch_name[3] =
James Smart8fa38512009-07-19 10:01:03 -04001353 bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001354 fcf_rec->switch_name[4] =
James Smart8fa38512009-07-19 10:01:03 -04001355 bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001356 fcf_rec->switch_name[5] =
James Smart8fa38512009-07-19 10:01:03 -04001357 bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001358 fcf_rec->switch_name[6] =
James Smart8fa38512009-07-19 10:01:03 -04001359 bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001360 fcf_rec->switch_name[7] =
James Smart8fa38512009-07-19 10:01:03 -04001361 bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record);
James Smart6fb120a2009-05-22 14:52:59 -04001362}
1363
1364/**
James Smartecfd03c2010-02-12 14:41:27 -05001365 * lpfc_update_fcf_record - Update driver fcf record
1366 * @phba: pointer to lpfc hba data structure.
1367 * @fcf_rec: pointer to driver fcf record.
1368 * @new_fcf_record: pointer to hba fcf record.
1369 * @addr_mode: address mode to be set to the driver fcf record.
1370 * @vlan_id: vlan tag to be set to the driver fcf record.
1371 * @flag: flag bits to be set to the driver fcf record.
1372 *
1373 * This routine updates the driver FCF record from the new HBA FCF record
1374 * together with the address mode, vlan_id, and other informations. This
1375 * routine is called with the host lock held.
1376 **/
1377static void
1378__lpfc_update_fcf_record(struct lpfc_hba *phba, struct lpfc_fcf_rec *fcf_rec,
1379 struct fcf_record *new_fcf_record, uint32_t addr_mode,
1380 uint16_t vlan_id, uint32_t flag)
1381{
1382 /* Copy the fields from the HBA's FCF record */
1383 lpfc_copy_fcf_record(fcf_rec, new_fcf_record);
1384 /* Update other fields of driver FCF record */
1385 fcf_rec->addr_mode = addr_mode;
1386 fcf_rec->vlan_id = vlan_id;
1387 fcf_rec->flag |= (flag | RECORD_VALID);
James Smart7d791df2011-07-22 18:37:52 -04001388 __lpfc_update_fcf_record_pri(phba,
1389 bf_get(lpfc_fcf_record_fcf_index, new_fcf_record),
1390 new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001391}
1392
1393/**
James Smart6fb120a2009-05-22 14:52:59 -04001394 * lpfc_register_fcf - Register the FCF with hba.
1395 * @phba: pointer to lpfc hba data structure.
1396 *
1397 * This routine issues a register fcfi mailbox command to register
1398 * the fcf with HBA.
1399 **/
1400static void
1401lpfc_register_fcf(struct lpfc_hba *phba)
1402{
1403 LPFC_MBOXQ_t *fcf_mbxq;
1404 int rc;
James Smart6fb120a2009-05-22 14:52:59 -04001405
James Smartd439d282010-09-29 11:18:45 -04001406 spin_lock_irq(&phba->hbalock);
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001407 /* If the FCF is not available do nothing. */
James Smart6fb120a2009-05-22 14:52:59 -04001408 if (!(phba->fcf.fcf_flag & FCF_AVAILABLE)) {
James Smarta93ff372010-10-22 11:06:08 -04001409 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smartd439d282010-09-29 11:18:45 -04001410 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001411 return;
1412 }
1413
1414 /* The FCF is already registered, start discovery */
1415 if (phba->fcf.fcf_flag & FCF_REGISTERED) {
James Smartecfd03c2010-02-12 14:41:27 -05001416 phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE);
James Smarta93ff372010-10-22 11:06:08 -04001417 phba->hba_flag &= ~FCF_TS_INPROG;
1418 if (phba->pport->port_state != LPFC_FLOGI) {
1419 phba->hba_flag |= FCF_RR_INPROG;
1420 spin_unlock_irq(&phba->hbalock);
James Smartbf086112011-08-21 21:48:13 -04001421 lpfc_initial_flogi(phba->pport);
James Smarta93ff372010-10-22 11:06:08 -04001422 return;
1423 }
1424 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001425 return;
1426 }
James Smartd439d282010-09-29 11:18:45 -04001427 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001428
James Smarta93ff372010-10-22 11:06:08 -04001429 fcf_mbxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
James Smart4d9ab992009-10-02 15:16:39 -04001430 if (!fcf_mbxq) {
James Smartd439d282010-09-29 11:18:45 -04001431 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001432 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smartd439d282010-09-29 11:18:45 -04001433 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001434 return;
James Smart4d9ab992009-10-02 15:16:39 -04001435 }
James Smart6fb120a2009-05-22 14:52:59 -04001436
1437 lpfc_reg_fcfi(phba, fcf_mbxq);
1438 fcf_mbxq->vport = phba->pport;
1439 fcf_mbxq->mbox_cmpl = lpfc_mbx_cmpl_reg_fcfi;
1440 rc = lpfc_sli_issue_mbox(phba, fcf_mbxq, MBX_NOWAIT);
James Smart4d9ab992009-10-02 15:16:39 -04001441 if (rc == MBX_NOT_FINISHED) {
James Smartd439d282010-09-29 11:18:45 -04001442 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001443 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smartd439d282010-09-29 11:18:45 -04001444 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001445 mempool_free(fcf_mbxq, phba->mbox_mem_pool);
James Smart4d9ab992009-10-02 15:16:39 -04001446 }
James Smart6fb120a2009-05-22 14:52:59 -04001447
1448 return;
1449}
1450
1451/**
1452 * lpfc_match_fcf_conn_list - Check if the FCF record can be used for discovery.
1453 * @phba: pointer to lpfc hba data structure.
1454 * @new_fcf_record: pointer to fcf record.
1455 * @boot_flag: Indicates if this record used by boot bios.
1456 * @addr_mode: The address mode to be used by this FCF
James Smartecfd03c2010-02-12 14:41:27 -05001457 * @vlan_id: The vlan id to be used as vlan tagging by this FCF.
James Smart6fb120a2009-05-22 14:52:59 -04001458 *
1459 * This routine compare the fcf record with connect list obtained from the
1460 * config region to decide if this FCF can be used for SAN discovery. It returns
1461 * 1 if this record can be used for SAN discovery else return zero. If this FCF
1462 * record can be used for SAN discovery, the boot_flag will indicate if this FCF
1463 * is used by boot bios and addr_mode will indicate the addressing mode to be
1464 * used for this FCF when the function returns.
1465 * If the FCF record need to be used with a particular vlan id, the vlan is
1466 * set in the vlan_id on return of the function. If not VLAN tagging need to
James Smartdbb6b3a2010-06-08 18:31:37 -04001467 * be used with the FCF vlan_id will be set to LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001468 **/
1469static int
1470lpfc_match_fcf_conn_list(struct lpfc_hba *phba,
1471 struct fcf_record *new_fcf_record,
1472 uint32_t *boot_flag, uint32_t *addr_mode,
1473 uint16_t *vlan_id)
1474{
1475 struct lpfc_fcf_conn_entry *conn_entry;
James Smart4d9ab992009-10-02 15:16:39 -04001476 int i, j, fcf_vlan_id = 0;
1477
1478 /* Find the lowest VLAN id in the FCF record */
1479 for (i = 0; i < 512; i++) {
1480 if (new_fcf_record->vlan_bitmap[i]) {
1481 fcf_vlan_id = i * 8;
1482 j = 0;
1483 while (!((new_fcf_record->vlan_bitmap[i] >> j) & 1)) {
1484 j++;
1485 fcf_vlan_id++;
1486 }
1487 break;
1488 }
1489 }
James Smart6fb120a2009-05-22 14:52:59 -04001490
James Smart0c287582009-06-10 17:22:56 -04001491 /* If FCF not available return 0 */
1492 if (!bf_get(lpfc_fcf_record_fcf_avail, new_fcf_record) ||
1493 !bf_get(lpfc_fcf_record_fcf_valid, new_fcf_record))
1494 return 0;
1495
James Smart45ed1192009-10-02 15:17:02 -04001496 if (!(phba->hba_flag & HBA_FIP_SUPPORT)) {
James Smart6fb120a2009-05-22 14:52:59 -04001497 *boot_flag = 0;
1498 *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov,
1499 new_fcf_record);
1500 if (phba->valid_vlan)
1501 *vlan_id = phba->vlan_id;
1502 else
James Smartdbb6b3a2010-06-08 18:31:37 -04001503 *vlan_id = LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001504 return 1;
1505 }
1506
1507 /*
1508 * If there are no FCF connection table entry, driver connect to all
1509 * FCFs.
1510 */
1511 if (list_empty(&phba->fcf_conn_rec_list)) {
1512 *boot_flag = 0;
1513 *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov,
1514 new_fcf_record);
James Smart0c287582009-06-10 17:22:56 -04001515
1516 /*
1517 * When there are no FCF connect entries, use driver's default
1518 * addressing mode - FPMA.
1519 */
1520 if (*addr_mode & LPFC_FCF_FPMA)
1521 *addr_mode = LPFC_FCF_FPMA;
1522
James Smart4d9ab992009-10-02 15:16:39 -04001523 /* If FCF record report a vlan id use that vlan id */
1524 if (fcf_vlan_id)
1525 *vlan_id = fcf_vlan_id;
1526 else
James Smartdbb6b3a2010-06-08 18:31:37 -04001527 *vlan_id = LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001528 return 1;
1529 }
1530
James Smartecfd03c2010-02-12 14:41:27 -05001531 list_for_each_entry(conn_entry,
1532 &phba->fcf_conn_rec_list, list) {
James Smart6fb120a2009-05-22 14:52:59 -04001533 if (!(conn_entry->conn_rec.flags & FCFCNCT_VALID))
1534 continue;
1535
1536 if ((conn_entry->conn_rec.flags & FCFCNCT_FBNM_VALID) &&
1537 !lpfc_fab_name_match(conn_entry->conn_rec.fabric_name,
James Smart8fa38512009-07-19 10:01:03 -04001538 new_fcf_record))
James Smart6fb120a2009-05-22 14:52:59 -04001539 continue;
James Smart8fa38512009-07-19 10:01:03 -04001540 if ((conn_entry->conn_rec.flags & FCFCNCT_SWNM_VALID) &&
1541 !lpfc_sw_name_match(conn_entry->conn_rec.switch_name,
1542 new_fcf_record))
1543 continue;
James Smart6fb120a2009-05-22 14:52:59 -04001544 if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID) {
1545 /*
1546 * If the vlan bit map does not have the bit set for the
1547 * vlan id to be used, then it is not a match.
1548 */
1549 if (!(new_fcf_record->vlan_bitmap
1550 [conn_entry->conn_rec.vlan_tag / 8] &
1551 (1 << (conn_entry->conn_rec.vlan_tag % 8))))
1552 continue;
1553 }
1554
1555 /*
James Smart0c287582009-06-10 17:22:56 -04001556 * If connection record does not support any addressing mode,
1557 * skip the FCF record.
1558 */
1559 if (!(bf_get(lpfc_fcf_record_mac_addr_prov, new_fcf_record)
1560 & (LPFC_FCF_FPMA | LPFC_FCF_SPMA)))
1561 continue;
1562
1563 /*
James Smart6fb120a2009-05-22 14:52:59 -04001564 * Check if the connection record specifies a required
1565 * addressing mode.
1566 */
1567 if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1568 !(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED)) {
1569
1570 /*
1571 * If SPMA required but FCF not support this continue.
1572 */
1573 if ((conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1574 !(bf_get(lpfc_fcf_record_mac_addr_prov,
1575 new_fcf_record) & LPFC_FCF_SPMA))
1576 continue;
1577
1578 /*
1579 * If FPMA required but FCF not support this continue.
1580 */
1581 if (!(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1582 !(bf_get(lpfc_fcf_record_mac_addr_prov,
1583 new_fcf_record) & LPFC_FCF_FPMA))
1584 continue;
1585 }
1586
1587 /*
1588 * This fcf record matches filtering criteria.
1589 */
1590 if (conn_entry->conn_rec.flags & FCFCNCT_BOOT)
1591 *boot_flag = 1;
1592 else
1593 *boot_flag = 0;
1594
James Smart0c287582009-06-10 17:22:56 -04001595 /*
1596 * If user did not specify any addressing mode, or if the
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001597 * preferred addressing mode specified by user is not supported
James Smart0c287582009-06-10 17:22:56 -04001598 * by FCF, allow fabric to pick the addressing mode.
1599 */
James Smart6fb120a2009-05-22 14:52:59 -04001600 *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov,
1601 new_fcf_record);
1602 /*
1603 * If the user specified a required address mode, assign that
1604 * address mode
1605 */
1606 if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1607 (!(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED)))
1608 *addr_mode = (conn_entry->conn_rec.flags &
1609 FCFCNCT_AM_SPMA) ?
1610 LPFC_FCF_SPMA : LPFC_FCF_FPMA;
1611 /*
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001612 * If the user specified a preferred address mode, use the
James Smart6fb120a2009-05-22 14:52:59 -04001613 * addr mode only if FCF support the addr_mode.
1614 */
1615 else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1616 (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) &&
1617 (conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1618 (*addr_mode & LPFC_FCF_SPMA))
1619 *addr_mode = LPFC_FCF_SPMA;
1620 else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1621 (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) &&
1622 !(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1623 (*addr_mode & LPFC_FCF_FPMA))
1624 *addr_mode = LPFC_FCF_FPMA;
James Smart6fb120a2009-05-22 14:52:59 -04001625
James Smart4d9ab992009-10-02 15:16:39 -04001626 /* If matching connect list has a vlan id, use it */
James Smart6fb120a2009-05-22 14:52:59 -04001627 if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID)
1628 *vlan_id = conn_entry->conn_rec.vlan_tag;
James Smart4d9ab992009-10-02 15:16:39 -04001629 /*
1630 * If no vlan id is specified in connect list, use the vlan id
1631 * in the FCF record
1632 */
1633 else if (fcf_vlan_id)
1634 *vlan_id = fcf_vlan_id;
James Smart6fb120a2009-05-22 14:52:59 -04001635 else
James Smartdbb6b3a2010-06-08 18:31:37 -04001636 *vlan_id = LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001637
1638 return 1;
1639 }
1640
1641 return 0;
1642}
1643
1644/**
James Smart32b97932009-07-19 10:01:21 -04001645 * lpfc_check_pending_fcoe_event - Check if there is pending fcoe event.
1646 * @phba: pointer to lpfc hba data structure.
1647 * @unreg_fcf: Unregister FCF if FCF table need to be re-scaned.
1648 *
1649 * This function check if there is any fcoe event pending while driver
1650 * scan FCF entries. If there is any pending event, it will restart the
1651 * FCF saning and return 1 else return 0.
1652 */
1653int
1654lpfc_check_pending_fcoe_event(struct lpfc_hba *phba, uint8_t unreg_fcf)
1655{
James Smart32b97932009-07-19 10:01:21 -04001656 /*
1657 * If the Link is up and no FCoE events while in the
1658 * FCF discovery, no need to restart FCF discovery.
1659 */
1660 if ((phba->link_state >= LPFC_LINK_UP) &&
James Smarta93ff372010-10-22 11:06:08 -04001661 (phba->fcoe_eventtag == phba->fcoe_eventtag_at_fcf_scan))
James Smart32b97932009-07-19 10:01:21 -04001662 return 0;
1663
James Smart0c9ab6f2010-02-26 14:15:57 -05001664 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1665 "2768 Pending link or FCF event during current "
1666 "handling of the previous event: link_state:x%x, "
1667 "evt_tag_at_scan:x%x, evt_tag_current:x%x\n",
1668 phba->link_state, phba->fcoe_eventtag_at_fcf_scan,
1669 phba->fcoe_eventtag);
1670
James Smart32b97932009-07-19 10:01:21 -04001671 spin_lock_irq(&phba->hbalock);
1672 phba->fcf.fcf_flag &= ~FCF_AVAILABLE;
1673 spin_unlock_irq(&phba->hbalock);
1674
James Smart0c9ab6f2010-02-26 14:15:57 -05001675 if (phba->link_state >= LPFC_LINK_UP) {
1676 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
1677 "2780 Restart FCF table scan due to "
1678 "pending FCF event:evt_tag_at_scan:x%x, "
1679 "evt_tag_current:x%x\n",
1680 phba->fcoe_eventtag_at_fcf_scan,
1681 phba->fcoe_eventtag);
1682 lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST);
1683 } else {
James Smart4d9ab992009-10-02 15:16:39 -04001684 /*
James Smarta93ff372010-10-22 11:06:08 -04001685 * Do not continue FCF discovery and clear FCF_TS_INPROG
James Smart4d9ab992009-10-02 15:16:39 -04001686 * flag
1687 */
James Smartdbb6b3a2010-06-08 18:31:37 -04001688 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
1689 "2833 Stop FCF discovery process due to link "
1690 "state change (x%x)\n", phba->link_state);
James Smart1c6f4ef52009-11-18 15:40:49 -05001691 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001692 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smart0c9ab6f2010-02-26 14:15:57 -05001693 phba->fcf.fcf_flag &= ~(FCF_REDISC_FOV | FCF_DISCOVERY);
James Smart1c6f4ef52009-11-18 15:40:49 -05001694 spin_unlock_irq(&phba->hbalock);
1695 }
James Smart32b97932009-07-19 10:01:21 -04001696
James Smart0c9ab6f2010-02-26 14:15:57 -05001697 /* Unregister the currently registered FCF if required */
James Smart32b97932009-07-19 10:01:21 -04001698 if (unreg_fcf) {
1699 spin_lock_irq(&phba->hbalock);
1700 phba->fcf.fcf_flag &= ~FCF_REGISTERED;
1701 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05001702 lpfc_sli4_unregister_fcf(phba);
James Smart32b97932009-07-19 10:01:21 -04001703 }
James Smart32b97932009-07-19 10:01:21 -04001704 return 1;
1705}
1706
1707/**
James Smart999d8132010-03-15 11:24:56 -04001708 * lpfc_sli4_new_fcf_random_select - Randomly select an eligible new fcf record
1709 * @phba: pointer to lpfc hba data structure.
1710 * @fcf_cnt: number of eligible fcf record seen so far.
1711 *
1712 * This function makes an running random selection decision on FCF record to
1713 * use through a sequence of @fcf_cnt eligible FCF records with equal
1714 * probability. To perform integer manunipulation of random numbers with
1715 * size unit32_t, the lower 16 bits of the 32-bit random number returned
1716 * from random32() are taken as the random random number generated.
1717 *
1718 * Returns true when outcome is for the newly read FCF record should be
1719 * chosen; otherwise, return false when outcome is for keeping the previously
1720 * chosen FCF record.
1721 **/
1722static bool
1723lpfc_sli4_new_fcf_random_select(struct lpfc_hba *phba, uint32_t fcf_cnt)
1724{
1725 uint32_t rand_num;
1726
1727 /* Get 16-bit uniform random number */
1728 rand_num = (0xFFFF & random32());
1729
1730 /* Decision with probability 1/fcf_cnt */
1731 if ((fcf_cnt * rand_num) < 0xFFFF)
1732 return true;
1733 else
1734 return false;
1735}
1736
1737/**
James Smart3804dc82010-07-14 15:31:37 -04001738 * lpfc_sli4_fcf_rec_mbox_parse - Parse read_fcf mbox command.
James Smart6fb120a2009-05-22 14:52:59 -04001739 * @phba: pointer to lpfc hba data structure.
1740 * @mboxq: pointer to mailbox object.
James Smart0c9ab6f2010-02-26 14:15:57 -05001741 * @next_fcf_index: pointer to holder of next fcf index.
James Smart6fb120a2009-05-22 14:52:59 -04001742 *
James Smart0c9ab6f2010-02-26 14:15:57 -05001743 * This routine parses the non-embedded fcf mailbox command by performing the
1744 * necessarily error checking, non-embedded read FCF record mailbox command
1745 * SGE parsing, and endianness swapping.
1746 *
1747 * Returns the pointer to the new FCF record in the non-embedded mailbox
1748 * command DMA memory if successfully, other NULL.
James Smart6fb120a2009-05-22 14:52:59 -04001749 */
James Smart0c9ab6f2010-02-26 14:15:57 -05001750static struct fcf_record *
1751lpfc_sli4_fcf_rec_mbox_parse(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq,
1752 uint16_t *next_fcf_index)
James Smart6fb120a2009-05-22 14:52:59 -04001753{
1754 void *virt_addr;
1755 dma_addr_t phys_addr;
James Smart6fb120a2009-05-22 14:52:59 -04001756 struct lpfc_mbx_sge sge;
1757 struct lpfc_mbx_read_fcf_tbl *read_fcf;
1758 uint32_t shdr_status, shdr_add_status;
1759 union lpfc_sli4_cfg_shdr *shdr;
1760 struct fcf_record *new_fcf_record;
James Smart32b97932009-07-19 10:01:21 -04001761
James Smart6fb120a2009-05-22 14:52:59 -04001762 /* Get the first SGE entry from the non-embedded DMA memory. This
1763 * routine only uses a single SGE.
1764 */
1765 lpfc_sli4_mbx_sge_get(mboxq, 0, &sge);
1766 phys_addr = getPaddr(sge.pa_hi, sge.pa_lo);
1767 if (unlikely(!mboxq->sge_array)) {
1768 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX,
1769 "2524 Failed to get the non-embedded SGE "
1770 "virtual address\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05001771 return NULL;
James Smart6fb120a2009-05-22 14:52:59 -04001772 }
1773 virt_addr = mboxq->sge_array->addr[0];
1774
1775 shdr = (union lpfc_sli4_cfg_shdr *)virt_addr;
1776 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
James Smart0c9ab6f2010-02-26 14:15:57 -05001777 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
James Smart6fb120a2009-05-22 14:52:59 -04001778 if (shdr_status || shdr_add_status) {
James Smart0c9ab6f2010-02-26 14:15:57 -05001779 if (shdr_status == STATUS_FCF_TABLE_EMPTY)
1780 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smartdef9c7a2009-12-21 17:02:28 -05001781 "2726 READ_FCF_RECORD Indicates empty "
1782 "FCF table.\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05001783 else
1784 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smartdef9c7a2009-12-21 17:02:28 -05001785 "2521 READ_FCF_RECORD mailbox failed "
James Smart0c9ab6f2010-02-26 14:15:57 -05001786 "with status x%x add_status x%x, "
1787 "mbx\n", shdr_status, shdr_add_status);
1788 return NULL;
James Smart6fb120a2009-05-22 14:52:59 -04001789 }
James Smart0c9ab6f2010-02-26 14:15:57 -05001790
1791 /* Interpreting the returned information of the FCF record */
James Smart6fb120a2009-05-22 14:52:59 -04001792 read_fcf = (struct lpfc_mbx_read_fcf_tbl *)virt_addr;
1793 lpfc_sli_pcimem_bcopy(read_fcf, read_fcf,
1794 sizeof(struct lpfc_mbx_read_fcf_tbl));
James Smart0c9ab6f2010-02-26 14:15:57 -05001795 *next_fcf_index = bf_get(lpfc_mbx_read_fcf_tbl_nxt_vindx, read_fcf);
James Smart6fb120a2009-05-22 14:52:59 -04001796 new_fcf_record = (struct fcf_record *)(virt_addr +
1797 sizeof(struct lpfc_mbx_read_fcf_tbl));
1798 lpfc_sli_pcimem_bcopy(new_fcf_record, new_fcf_record,
James Smartcb5172e2010-03-15 11:25:07 -04001799 offsetof(struct fcf_record, vlan_bitmap));
1800 new_fcf_record->word137 = le32_to_cpu(new_fcf_record->word137);
1801 new_fcf_record->word138 = le32_to_cpu(new_fcf_record->word138);
James Smart6fb120a2009-05-22 14:52:59 -04001802
James Smart0c9ab6f2010-02-26 14:15:57 -05001803 return new_fcf_record;
1804}
1805
1806/**
1807 * lpfc_sli4_log_fcf_record_info - Log the information of a fcf record
1808 * @phba: pointer to lpfc hba data structure.
1809 * @fcf_record: pointer to the fcf record.
1810 * @vlan_id: the lowest vlan identifier associated to this fcf record.
1811 * @next_fcf_index: the index to the next fcf record in hba's fcf table.
1812 *
1813 * This routine logs the detailed FCF record if the LOG_FIP loggin is
1814 * enabled.
1815 **/
1816static void
1817lpfc_sli4_log_fcf_record_info(struct lpfc_hba *phba,
1818 struct fcf_record *fcf_record,
1819 uint16_t vlan_id,
1820 uint16_t next_fcf_index)
1821{
1822 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1823 "2764 READ_FCF_RECORD:\n"
1824 "\tFCF_Index : x%x\n"
1825 "\tFCF_Avail : x%x\n"
1826 "\tFCF_Valid : x%x\n"
1827 "\tFIP_Priority : x%x\n"
1828 "\tMAC_Provider : x%x\n"
1829 "\tLowest VLANID : x%x\n"
1830 "\tFCF_MAC Addr : x%x:%x:%x:%x:%x:%x\n"
1831 "\tFabric_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n"
1832 "\tSwitch_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n"
1833 "\tNext_FCF_Index: x%x\n",
1834 bf_get(lpfc_fcf_record_fcf_index, fcf_record),
1835 bf_get(lpfc_fcf_record_fcf_avail, fcf_record),
1836 bf_get(lpfc_fcf_record_fcf_valid, fcf_record),
1837 fcf_record->fip_priority,
1838 bf_get(lpfc_fcf_record_mac_addr_prov, fcf_record),
1839 vlan_id,
1840 bf_get(lpfc_fcf_record_mac_0, fcf_record),
1841 bf_get(lpfc_fcf_record_mac_1, fcf_record),
1842 bf_get(lpfc_fcf_record_mac_2, fcf_record),
1843 bf_get(lpfc_fcf_record_mac_3, fcf_record),
1844 bf_get(lpfc_fcf_record_mac_4, fcf_record),
1845 bf_get(lpfc_fcf_record_mac_5, fcf_record),
1846 bf_get(lpfc_fcf_record_fab_name_0, fcf_record),
1847 bf_get(lpfc_fcf_record_fab_name_1, fcf_record),
1848 bf_get(lpfc_fcf_record_fab_name_2, fcf_record),
1849 bf_get(lpfc_fcf_record_fab_name_3, fcf_record),
1850 bf_get(lpfc_fcf_record_fab_name_4, fcf_record),
1851 bf_get(lpfc_fcf_record_fab_name_5, fcf_record),
1852 bf_get(lpfc_fcf_record_fab_name_6, fcf_record),
1853 bf_get(lpfc_fcf_record_fab_name_7, fcf_record),
1854 bf_get(lpfc_fcf_record_switch_name_0, fcf_record),
1855 bf_get(lpfc_fcf_record_switch_name_1, fcf_record),
1856 bf_get(lpfc_fcf_record_switch_name_2, fcf_record),
1857 bf_get(lpfc_fcf_record_switch_name_3, fcf_record),
1858 bf_get(lpfc_fcf_record_switch_name_4, fcf_record),
1859 bf_get(lpfc_fcf_record_switch_name_5, fcf_record),
1860 bf_get(lpfc_fcf_record_switch_name_6, fcf_record),
1861 bf_get(lpfc_fcf_record_switch_name_7, fcf_record),
1862 next_fcf_index);
1863}
1864
1865/**
James Smartdbb6b3a2010-06-08 18:31:37 -04001866 lpfc_sli4_fcf_record_match - testing new FCF record for matching existing FCF
1867 * @phba: pointer to lpfc hba data structure.
1868 * @fcf_rec: pointer to an existing FCF record.
1869 * @new_fcf_record: pointer to a new FCF record.
1870 * @new_vlan_id: vlan id from the new FCF record.
1871 *
1872 * This function performs matching test of a new FCF record against an existing
1873 * FCF record. If the new_vlan_id passed in is LPFC_FCOE_IGNORE_VID, vlan id
1874 * will not be used as part of the FCF record matching criteria.
1875 *
1876 * Returns true if all the fields matching, otherwise returns false.
1877 */
1878static bool
1879lpfc_sli4_fcf_record_match(struct lpfc_hba *phba,
1880 struct lpfc_fcf_rec *fcf_rec,
1881 struct fcf_record *new_fcf_record,
1882 uint16_t new_vlan_id)
1883{
1884 if (new_vlan_id != LPFC_FCOE_IGNORE_VID)
1885 if (!lpfc_vlan_id_match(fcf_rec->vlan_id, new_vlan_id))
1886 return false;
1887 if (!lpfc_mac_addr_match(fcf_rec->mac_addr, new_fcf_record))
1888 return false;
1889 if (!lpfc_sw_name_match(fcf_rec->switch_name, new_fcf_record))
1890 return false;
1891 if (!lpfc_fab_name_match(fcf_rec->fabric_name, new_fcf_record))
1892 return false;
James Smart7d791df2011-07-22 18:37:52 -04001893 if (fcf_rec->priority != new_fcf_record->fip_priority)
1894 return false;
James Smartdbb6b3a2010-06-08 18:31:37 -04001895 return true;
1896}
1897
1898/**
James Smarta93ff372010-10-22 11:06:08 -04001899 * lpfc_sli4_fcf_rr_next_proc - processing next roundrobin fcf
1900 * @vport: Pointer to vport object.
1901 * @fcf_index: index to next fcf.
1902 *
1903 * This function processing the roundrobin fcf failover to next fcf index.
1904 * When this function is invoked, there will be a current fcf registered
1905 * for flogi.
1906 * Return: 0 for continue retrying flogi on currently registered fcf;
1907 * 1 for stop flogi on currently registered fcf;
1908 */
1909int lpfc_sli4_fcf_rr_next_proc(struct lpfc_vport *vport, uint16_t fcf_index)
1910{
1911 struct lpfc_hba *phba = vport->phba;
1912 int rc;
1913
1914 if (fcf_index == LPFC_FCOE_FCF_NEXT_NONE) {
1915 spin_lock_irq(&phba->hbalock);
1916 if (phba->hba_flag & HBA_DEVLOSS_TMO) {
1917 spin_unlock_irq(&phba->hbalock);
1918 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1919 "2872 Devloss tmo with no eligible "
1920 "FCF, unregister in-use FCF (x%x) "
1921 "and rescan FCF table\n",
1922 phba->fcf.current_rec.fcf_indx);
1923 lpfc_unregister_fcf_rescan(phba);
1924 goto stop_flogi_current_fcf;
1925 }
1926 /* Mark the end to FLOGI roundrobin failover */
1927 phba->hba_flag &= ~FCF_RR_INPROG;
1928 /* Allow action to new fcf asynchronous event */
1929 phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE);
1930 spin_unlock_irq(&phba->hbalock);
1931 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1932 "2865 No FCF available, stop roundrobin FCF "
1933 "failover and change port state:x%x/x%x\n",
1934 phba->pport->port_state, LPFC_VPORT_UNKNOWN);
1935 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
1936 goto stop_flogi_current_fcf;
1937 } else {
1938 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_ELS,
1939 "2794 Try FLOGI roundrobin FCF failover to "
1940 "(x%x)\n", fcf_index);
1941 rc = lpfc_sli4_fcf_rr_read_fcf_rec(phba, fcf_index);
1942 if (rc)
1943 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP | LOG_ELS,
1944 "2761 FLOGI roundrobin FCF failover "
1945 "failed (rc:x%x) to read FCF (x%x)\n",
1946 rc, phba->fcf.current_rec.fcf_indx);
1947 else
1948 goto stop_flogi_current_fcf;
1949 }
1950 return 0;
1951
1952stop_flogi_current_fcf:
1953 lpfc_can_disctmo(vport);
1954 return 1;
1955}
1956
1957/**
James Smart7d791df2011-07-22 18:37:52 -04001958 * lpfc_sli4_fcf_pri_list_del
1959 * @phba: pointer to lpfc hba data structure.
1960 * @fcf_index the index of the fcf record to delete
1961 * This routine checks the on list flag of the fcf_index to be deleted.
1962 * If it is one the list then it is removed from the list, and the flag
1963 * is cleared. This routine grab the hbalock before removing the fcf
1964 * record from the list.
1965 **/
1966static void lpfc_sli4_fcf_pri_list_del(struct lpfc_hba *phba,
1967 uint16_t fcf_index)
1968{
1969 struct lpfc_fcf_pri *new_fcf_pri;
1970
1971 new_fcf_pri = &phba->fcf.fcf_pri[fcf_index];
1972 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1973 "3058 deleting idx x%x pri x%x flg x%x\n",
1974 fcf_index, new_fcf_pri->fcf_rec.priority,
1975 new_fcf_pri->fcf_rec.flag);
1976 spin_lock_irq(&phba->hbalock);
1977 if (new_fcf_pri->fcf_rec.flag & LPFC_FCF_ON_PRI_LIST) {
1978 if (phba->fcf.current_rec.priority ==
1979 new_fcf_pri->fcf_rec.priority)
1980 phba->fcf.eligible_fcf_cnt--;
1981 list_del_init(&new_fcf_pri->list);
1982 new_fcf_pri->fcf_rec.flag &= ~LPFC_FCF_ON_PRI_LIST;
1983 }
1984 spin_unlock_irq(&phba->hbalock);
1985}
1986
1987/**
1988 * lpfc_sli4_set_fcf_flogi_fail
1989 * @phba: pointer to lpfc hba data structure.
1990 * @fcf_index the index of the fcf record to update
1991 * This routine acquires the hbalock and then set the LPFC_FCF_FLOGI_FAILED
1992 * flag so the the round robin slection for the particular priority level
1993 * will try a different fcf record that does not have this bit set.
1994 * If the fcf record is re-read for any reason this flag is cleared brfore
1995 * adding it to the priority list.
1996 **/
1997void
1998lpfc_sli4_set_fcf_flogi_fail(struct lpfc_hba *phba, uint16_t fcf_index)
1999{
2000 struct lpfc_fcf_pri *new_fcf_pri;
2001 new_fcf_pri = &phba->fcf.fcf_pri[fcf_index];
2002 spin_lock_irq(&phba->hbalock);
2003 new_fcf_pri->fcf_rec.flag |= LPFC_FCF_FLOGI_FAILED;
2004 spin_unlock_irq(&phba->hbalock);
2005}
2006
2007/**
2008 * lpfc_sli4_fcf_pri_list_add
2009 * @phba: pointer to lpfc hba data structure.
2010 * @fcf_index the index of the fcf record to add
2011 * This routine checks the priority of the fcf_index to be added.
2012 * If it is a lower priority than the current head of the fcf_pri list
2013 * then it is added to the list in the right order.
2014 * If it is the same priority as the current head of the list then it
2015 * is added to the head of the list and its bit in the rr_bmask is set.
2016 * If the fcf_index to be added is of a higher priority than the current
2017 * head of the list then the rr_bmask is cleared, its bit is set in the
2018 * rr_bmask and it is added to the head of the list.
2019 * returns:
2020 * 0=success 1=failure
2021 **/
2022int lpfc_sli4_fcf_pri_list_add(struct lpfc_hba *phba, uint16_t fcf_index,
2023 struct fcf_record *new_fcf_record)
2024{
2025 uint16_t current_fcf_pri;
2026 uint16_t last_index;
2027 struct lpfc_fcf_pri *fcf_pri;
2028 struct lpfc_fcf_pri *next_fcf_pri;
2029 struct lpfc_fcf_pri *new_fcf_pri;
2030 int ret;
2031
2032 new_fcf_pri = &phba->fcf.fcf_pri[fcf_index];
2033 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2034 "3059 adding idx x%x pri x%x flg x%x\n",
2035 fcf_index, new_fcf_record->fip_priority,
2036 new_fcf_pri->fcf_rec.flag);
2037 spin_lock_irq(&phba->hbalock);
2038 if (new_fcf_pri->fcf_rec.flag & LPFC_FCF_ON_PRI_LIST)
2039 list_del_init(&new_fcf_pri->list);
2040 new_fcf_pri->fcf_rec.fcf_index = fcf_index;
2041 new_fcf_pri->fcf_rec.priority = new_fcf_record->fip_priority;
2042 if (list_empty(&phba->fcf.fcf_pri_list)) {
2043 list_add(&new_fcf_pri->list, &phba->fcf.fcf_pri_list);
2044 ret = lpfc_sli4_fcf_rr_index_set(phba,
2045 new_fcf_pri->fcf_rec.fcf_index);
2046 goto out;
2047 }
2048
2049 last_index = find_first_bit(phba->fcf.fcf_rr_bmask,
2050 LPFC_SLI4_FCF_TBL_INDX_MAX);
2051 if (last_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
2052 ret = 0; /* Empty rr list */
2053 goto out;
2054 }
2055 current_fcf_pri = phba->fcf.fcf_pri[last_index].fcf_rec.priority;
2056 if (new_fcf_pri->fcf_rec.priority <= current_fcf_pri) {
2057 list_add(&new_fcf_pri->list, &phba->fcf.fcf_pri_list);
2058 if (new_fcf_pri->fcf_rec.priority < current_fcf_pri) {
2059 memset(phba->fcf.fcf_rr_bmask, 0,
2060 sizeof(*phba->fcf.fcf_rr_bmask));
2061 /* fcfs_at_this_priority_level = 1; */
2062 phba->fcf.eligible_fcf_cnt = 1;
2063 } else
2064 /* fcfs_at_this_priority_level++; */
2065 phba->fcf.eligible_fcf_cnt++;
2066 ret = lpfc_sli4_fcf_rr_index_set(phba,
2067 new_fcf_pri->fcf_rec.fcf_index);
2068 goto out;
2069 }
2070
2071 list_for_each_entry_safe(fcf_pri, next_fcf_pri,
2072 &phba->fcf.fcf_pri_list, list) {
2073 if (new_fcf_pri->fcf_rec.priority <=
2074 fcf_pri->fcf_rec.priority) {
2075 if (fcf_pri->list.prev == &phba->fcf.fcf_pri_list)
2076 list_add(&new_fcf_pri->list,
2077 &phba->fcf.fcf_pri_list);
2078 else
2079 list_add(&new_fcf_pri->list,
2080 &((struct lpfc_fcf_pri *)
2081 fcf_pri->list.prev)->list);
2082 ret = 0;
2083 goto out;
2084 } else if (fcf_pri->list.next == &phba->fcf.fcf_pri_list
2085 || new_fcf_pri->fcf_rec.priority <
2086 next_fcf_pri->fcf_rec.priority) {
2087 list_add(&new_fcf_pri->list, &fcf_pri->list);
2088 ret = 0;
2089 goto out;
2090 }
2091 if (new_fcf_pri->fcf_rec.priority > fcf_pri->fcf_rec.priority)
2092 continue;
2093
2094 }
2095 ret = 1;
2096out:
2097 /* we use = instead of |= to clear the FLOGI_FAILED flag. */
2098 new_fcf_pri->fcf_rec.flag = LPFC_FCF_ON_PRI_LIST;
2099 spin_unlock_irq(&phba->hbalock);
2100 return ret;
2101}
2102
2103/**
James Smart0c9ab6f2010-02-26 14:15:57 -05002104 * lpfc_mbx_cmpl_fcf_scan_read_fcf_rec - fcf scan read_fcf mbox cmpl handler.
2105 * @phba: pointer to lpfc hba data structure.
2106 * @mboxq: pointer to mailbox object.
2107 *
2108 * This function iterates through all the fcf records available in
2109 * HBA and chooses the optimal FCF record for discovery. After finding
2110 * the FCF for discovery it registers the FCF record and kicks start
2111 * discovery.
2112 * If FCF_IN_USE flag is set in currently used FCF, the routine tries to
2113 * use an FCF record which matches fabric name and mac address of the
2114 * currently used FCF record.
2115 * If the driver supports only one FCF, it will try to use the FCF record
2116 * used by BOOT_BIOS.
2117 */
2118void
2119lpfc_mbx_cmpl_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2120{
2121 struct fcf_record *new_fcf_record;
2122 uint32_t boot_flag, addr_mode;
2123 uint16_t fcf_index, next_fcf_index;
2124 struct lpfc_fcf_rec *fcf_rec = NULL;
2125 uint16_t vlan_id;
James Smart999d8132010-03-15 11:24:56 -04002126 uint32_t seed;
2127 bool select_new_fcf;
James Smart0c9ab6f2010-02-26 14:15:57 -05002128 int rc;
2129
2130 /* If there is pending FCoE event restart FCF table scan */
James Smarta93ff372010-10-22 11:06:08 -04002131 if (lpfc_check_pending_fcoe_event(phba, LPFC_SKIP_UNREG_FCF)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002132 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2133 return;
2134 }
2135
2136 /* Parse the FCF record from the non-embedded mailbox command */
2137 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
2138 &next_fcf_index);
2139 if (!new_fcf_record) {
James Smarta93ff372010-10-22 11:06:08 -04002140 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smart0c9ab6f2010-02-26 14:15:57 -05002141 "2765 Mailbox command READ_FCF_RECORD "
2142 "failed to retrieve a FCF record.\n");
2143 /* Let next new FCF event trigger fast failover */
2144 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002145 phba->hba_flag &= ~FCF_TS_INPROG;
James Smart0c9ab6f2010-02-26 14:15:57 -05002146 spin_unlock_irq(&phba->hbalock);
2147 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2148 return;
2149 }
2150
2151 /* Check the FCF record against the connection list */
James Smartecfd03c2010-02-12 14:41:27 -05002152 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2153 &addr_mode, &vlan_id);
James Smart0c9ab6f2010-02-26 14:15:57 -05002154
2155 /* Log the FCF record information if turned on */
2156 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2157 next_fcf_index);
2158
James Smart6fb120a2009-05-22 14:52:59 -04002159 /*
2160 * If the fcf record does not match with connect list entries
James Smart0c9ab6f2010-02-26 14:15:57 -05002161 * read the next entry; otherwise, this is an eligible FCF
James Smarta93ff372010-10-22 11:06:08 -04002162 * record for roundrobin FCF failover.
James Smart6fb120a2009-05-22 14:52:59 -04002163 */
James Smart0c9ab6f2010-02-26 14:15:57 -05002164 if (!rc) {
James Smart7d791df2011-07-22 18:37:52 -04002165 lpfc_sli4_fcf_pri_list_del(phba,
2166 bf_get(lpfc_fcf_record_fcf_index,
2167 new_fcf_record));
James Smart0c9ab6f2010-02-26 14:15:57 -05002168 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002169 "2781 FCF (x%x) failed connection "
2170 "list check: (x%x/x%x)\n",
James Smart0c9ab6f2010-02-26 14:15:57 -05002171 bf_get(lpfc_fcf_record_fcf_index,
2172 new_fcf_record),
2173 bf_get(lpfc_fcf_record_fcf_avail,
2174 new_fcf_record),
2175 bf_get(lpfc_fcf_record_fcf_valid,
2176 new_fcf_record));
James Smartdbb6b3a2010-06-08 18:31:37 -04002177 if ((phba->fcf.fcf_flag & FCF_IN_USE) &&
2178 lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec,
2179 new_fcf_record, LPFC_FCOE_IGNORE_VID)) {
James Smart5ac6b302010-10-22 11:05:36 -04002180 if (bf_get(lpfc_fcf_record_fcf_index, new_fcf_record) !=
2181 phba->fcf.current_rec.fcf_indx) {
2182 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
2183 "2862 FCF (x%x) matches property "
2184 "of in-use FCF (x%x)\n",
2185 bf_get(lpfc_fcf_record_fcf_index,
2186 new_fcf_record),
2187 phba->fcf.current_rec.fcf_indx);
2188 goto read_next_fcf;
2189 }
James Smartdbb6b3a2010-06-08 18:31:37 -04002190 /*
2191 * In case the current in-use FCF record becomes
2192 * invalid/unavailable during FCF discovery that
2193 * was not triggered by fast FCF failover process,
2194 * treat it as fast FCF failover.
2195 */
2196 if (!(phba->fcf.fcf_flag & FCF_REDISC_PEND) &&
2197 !(phba->fcf.fcf_flag & FCF_REDISC_FOV)) {
2198 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
2199 "2835 Invalid in-use FCF "
James Smarta93ff372010-10-22 11:06:08 -04002200 "(x%x), enter FCF failover "
2201 "table scan.\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002202 phba->fcf.current_rec.fcf_indx);
2203 spin_lock_irq(&phba->hbalock);
2204 phba->fcf.fcf_flag |= FCF_REDISC_FOV;
2205 spin_unlock_irq(&phba->hbalock);
2206 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2207 lpfc_sli4_fcf_scan_read_fcf_rec(phba,
2208 LPFC_FCOE_FCF_GET_FIRST);
2209 return;
2210 }
2211 }
James Smart6fb120a2009-05-22 14:52:59 -04002212 goto read_next_fcf;
James Smart0c9ab6f2010-02-26 14:15:57 -05002213 } else {
2214 fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
James Smart7d791df2011-07-22 18:37:52 -04002215 rc = lpfc_sli4_fcf_pri_list_add(phba, fcf_index,
2216 new_fcf_record);
James Smart0c9ab6f2010-02-26 14:15:57 -05002217 if (rc)
2218 goto read_next_fcf;
2219 }
2220
James Smart6fb120a2009-05-22 14:52:59 -04002221 /*
2222 * If this is not the first FCF discovery of the HBA, use last
James Smartecfd03c2010-02-12 14:41:27 -05002223 * FCF record for the discovery. The condition that a rescan
2224 * matches the in-use FCF record: fabric name, switch name, mac
2225 * address, and vlan_id.
James Smart6fb120a2009-05-22 14:52:59 -04002226 */
James Smart0c9ab6f2010-02-26 14:15:57 -05002227 spin_lock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002228 if (phba->fcf.fcf_flag & FCF_IN_USE) {
James Smart7d791df2011-07-22 18:37:52 -04002229 if (phba->cfg_fcf_failover_policy == LPFC_FCF_FOV &&
2230 lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec,
James Smartdbb6b3a2010-06-08 18:31:37 -04002231 new_fcf_record, vlan_id)) {
James Smart5ac6b302010-10-22 11:05:36 -04002232 if (bf_get(lpfc_fcf_record_fcf_index, new_fcf_record) ==
2233 phba->fcf.current_rec.fcf_indx) {
2234 phba->fcf.fcf_flag |= FCF_AVAILABLE;
2235 if (phba->fcf.fcf_flag & FCF_REDISC_PEND)
2236 /* Stop FCF redisc wait timer */
2237 __lpfc_sli4_stop_fcf_redisc_wait_timer(
2238 phba);
2239 else if (phba->fcf.fcf_flag & FCF_REDISC_FOV)
2240 /* Fast failover, mark completed */
2241 phba->fcf.fcf_flag &= ~FCF_REDISC_FOV;
2242 spin_unlock_irq(&phba->hbalock);
2243 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2244 "2836 New FCF matches in-use "
2245 "FCF (x%x)\n",
2246 phba->fcf.current_rec.fcf_indx);
2247 goto out;
2248 } else
2249 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
2250 "2863 New FCF (x%x) matches "
2251 "property of in-use FCF (x%x)\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002252 bf_get(lpfc_fcf_record_fcf_index,
James Smart5ac6b302010-10-22 11:05:36 -04002253 new_fcf_record),
2254 phba->fcf.current_rec.fcf_indx);
James Smart6fb120a2009-05-22 14:52:59 -04002255 }
James Smartecfd03c2010-02-12 14:41:27 -05002256 /*
2257 * Read next FCF record from HBA searching for the matching
2258 * with in-use record only if not during the fast failover
2259 * period. In case of fast failover period, it shall try to
2260 * determine whether the FCF record just read should be the
2261 * next candidate.
2262 */
2263 if (!(phba->fcf.fcf_flag & FCF_REDISC_FOV)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002264 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05002265 goto read_next_fcf;
2266 }
James Smart6fb120a2009-05-22 14:52:59 -04002267 }
James Smartecfd03c2010-02-12 14:41:27 -05002268 /*
2269 * Update on failover FCF record only if it's in FCF fast-failover
2270 * period; otherwise, update on current FCF record.
2271 */
James Smartfc2b9892010-02-26 14:15:29 -05002272 if (phba->fcf.fcf_flag & FCF_REDISC_FOV)
2273 fcf_rec = &phba->fcf.failover_rec;
2274 else
James Smartecfd03c2010-02-12 14:41:27 -05002275 fcf_rec = &phba->fcf.current_rec;
2276
James Smart6fb120a2009-05-22 14:52:59 -04002277 if (phba->fcf.fcf_flag & FCF_AVAILABLE) {
2278 /*
James Smartecfd03c2010-02-12 14:41:27 -05002279 * If the driver FCF record does not have boot flag
2280 * set and new hba fcf record has boot flag set, use
2281 * the new hba fcf record.
James Smart6fb120a2009-05-22 14:52:59 -04002282 */
James Smartecfd03c2010-02-12 14:41:27 -05002283 if (boot_flag && !(fcf_rec->flag & BOOT_ENABLE)) {
2284 /* Choose this FCF record */
James Smartdbb6b3a2010-06-08 18:31:37 -04002285 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2286 "2837 Update current FCF record "
2287 "(x%x) with new FCF record (x%x)\n",
2288 fcf_rec->fcf_indx,
2289 bf_get(lpfc_fcf_record_fcf_index,
2290 new_fcf_record));
James Smartecfd03c2010-02-12 14:41:27 -05002291 __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record,
2292 addr_mode, vlan_id, BOOT_ENABLE);
James Smart0c9ab6f2010-02-26 14:15:57 -05002293 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002294 goto read_next_fcf;
2295 }
2296 /*
James Smartecfd03c2010-02-12 14:41:27 -05002297 * If the driver FCF record has boot flag set and the
2298 * new hba FCF record does not have boot flag, read
2299 * the next FCF record.
James Smart6fb120a2009-05-22 14:52:59 -04002300 */
James Smartecfd03c2010-02-12 14:41:27 -05002301 if (!boot_flag && (fcf_rec->flag & BOOT_ENABLE)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002302 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002303 goto read_next_fcf;
2304 }
2305 /*
James Smartecfd03c2010-02-12 14:41:27 -05002306 * If the new hba FCF record has lower priority value
2307 * than the driver FCF record, use the new record.
James Smart6fb120a2009-05-22 14:52:59 -04002308 */
James Smartfc2b9892010-02-26 14:15:29 -05002309 if (new_fcf_record->fip_priority < fcf_rec->priority) {
James Smart999d8132010-03-15 11:24:56 -04002310 /* Choose the new FCF record with lower priority */
James Smartdbb6b3a2010-06-08 18:31:37 -04002311 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2312 "2838 Update current FCF record "
2313 "(x%x) with new FCF record (x%x)\n",
2314 fcf_rec->fcf_indx,
2315 bf_get(lpfc_fcf_record_fcf_index,
2316 new_fcf_record));
James Smartecfd03c2010-02-12 14:41:27 -05002317 __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record,
2318 addr_mode, vlan_id, 0);
James Smart999d8132010-03-15 11:24:56 -04002319 /* Reset running random FCF selection count */
2320 phba->fcf.eligible_fcf_cnt = 1;
2321 } else if (new_fcf_record->fip_priority == fcf_rec->priority) {
2322 /* Update running random FCF selection count */
2323 phba->fcf.eligible_fcf_cnt++;
2324 select_new_fcf = lpfc_sli4_new_fcf_random_select(phba,
2325 phba->fcf.eligible_fcf_cnt);
James Smartdbb6b3a2010-06-08 18:31:37 -04002326 if (select_new_fcf) {
2327 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2328 "2839 Update current FCF record "
2329 "(x%x) with new FCF record (x%x)\n",
2330 fcf_rec->fcf_indx,
2331 bf_get(lpfc_fcf_record_fcf_index,
2332 new_fcf_record));
James Smart999d8132010-03-15 11:24:56 -04002333 /* Choose the new FCF by random selection */
2334 __lpfc_update_fcf_record(phba, fcf_rec,
2335 new_fcf_record,
2336 addr_mode, vlan_id, 0);
James Smartdbb6b3a2010-06-08 18:31:37 -04002337 }
James Smart6fb120a2009-05-22 14:52:59 -04002338 }
James Smart0c9ab6f2010-02-26 14:15:57 -05002339 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002340 goto read_next_fcf;
2341 }
2342 /*
James Smartecfd03c2010-02-12 14:41:27 -05002343 * This is the first suitable FCF record, choose this record for
2344 * initial best-fit FCF.
James Smart6fb120a2009-05-22 14:52:59 -04002345 */
James Smartecfd03c2010-02-12 14:41:27 -05002346 if (fcf_rec) {
James Smartdbb6b3a2010-06-08 18:31:37 -04002347 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002348 "2840 Update initial FCF candidate "
2349 "with FCF (x%x)\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002350 bf_get(lpfc_fcf_record_fcf_index,
2351 new_fcf_record));
James Smartecfd03c2010-02-12 14:41:27 -05002352 __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record,
2353 addr_mode, vlan_id, (boot_flag ?
2354 BOOT_ENABLE : 0));
2355 phba->fcf.fcf_flag |= FCF_AVAILABLE;
James Smart999d8132010-03-15 11:24:56 -04002356 /* Setup initial running random FCF selection count */
2357 phba->fcf.eligible_fcf_cnt = 1;
2358 /* Seeding the random number generator for random selection */
2359 seed = (uint32_t)(0xFFFFFFFF & jiffies);
2360 srandom32(seed);
James Smart6fb120a2009-05-22 14:52:59 -04002361 }
James Smart0c9ab6f2010-02-26 14:15:57 -05002362 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002363 goto read_next_fcf;
2364
2365read_next_fcf:
2366 lpfc_sli4_mbox_cmd_free(phba, mboxq);
James Smartecfd03c2010-02-12 14:41:27 -05002367 if (next_fcf_index == LPFC_FCOE_FCF_NEXT_NONE || next_fcf_index == 0) {
2368 if (phba->fcf.fcf_flag & FCF_REDISC_FOV) {
2369 /*
2370 * Case of FCF fast failover scan
2371 */
2372
2373 /*
2374 * It has not found any suitable FCF record, cancel
2375 * FCF scan inprogress, and do nothing
2376 */
2377 if (!(phba->fcf.failover_rec.flag & RECORD_VALID)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002378 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002379 "2782 No suitable FCF found: "
2380 "(x%x/x%x)\n",
James Smart0c9ab6f2010-02-26 14:15:57 -05002381 phba->fcoe_eventtag_at_fcf_scan,
2382 bf_get(lpfc_fcf_record_fcf_index,
2383 new_fcf_record));
James Smart0c9ab6f2010-02-26 14:15:57 -05002384 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002385 if (phba->hba_flag & HBA_DEVLOSS_TMO) {
2386 phba->hba_flag &= ~FCF_TS_INPROG;
2387 spin_unlock_irq(&phba->hbalock);
2388 /* Unregister in-use FCF and rescan */
2389 lpfc_printf_log(phba, KERN_INFO,
2390 LOG_FIP,
2391 "2864 On devloss tmo "
2392 "unreg in-use FCF and "
2393 "rescan FCF table\n");
2394 lpfc_unregister_fcf_rescan(phba);
2395 return;
2396 }
2397 /*
2398 * Let next new FCF event trigger fast failover
2399 */
2400 phba->hba_flag &= ~FCF_TS_INPROG;
James Smart0c9ab6f2010-02-26 14:15:57 -05002401 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05002402 return;
2403 }
2404 /*
2405 * It has found a suitable FCF record that is not
2406 * the same as in-use FCF record, unregister the
2407 * in-use FCF record, replace the in-use FCF record
2408 * with the new FCF record, mark FCF fast failover
2409 * completed, and then start register the new FCF
2410 * record.
2411 */
2412
James Smart0c9ab6f2010-02-26 14:15:57 -05002413 /* Unregister the current in-use FCF record */
James Smartecfd03c2010-02-12 14:41:27 -05002414 lpfc_unregister_fcf(phba);
James Smart0c9ab6f2010-02-26 14:15:57 -05002415
2416 /* Replace in-use record with the new record */
James Smartdbb6b3a2010-06-08 18:31:37 -04002417 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002418 "2842 Replace in-use FCF (x%x) "
2419 "with failover FCF (x%x)\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002420 phba->fcf.current_rec.fcf_indx,
2421 phba->fcf.failover_rec.fcf_indx);
James Smartecfd03c2010-02-12 14:41:27 -05002422 memcpy(&phba->fcf.current_rec,
2423 &phba->fcf.failover_rec,
2424 sizeof(struct lpfc_fcf_rec));
James Smart3804dc82010-07-14 15:31:37 -04002425 /*
2426 * Mark the fast FCF failover rediscovery completed
2427 * and the start of the first round of the roundrobin
2428 * FCF failover.
2429 */
James Smart0c9ab6f2010-02-26 14:15:57 -05002430 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002431 phba->fcf.fcf_flag &= ~FCF_REDISC_FOV;
James Smart0c9ab6f2010-02-26 14:15:57 -05002432 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05002433 /* Register to the new FCF record */
2434 lpfc_register_fcf(phba);
2435 } else {
2436 /*
2437 * In case of transaction period to fast FCF failover,
2438 * do nothing when search to the end of the FCF table.
2439 */
2440 if ((phba->fcf.fcf_flag & FCF_REDISC_EVT) ||
2441 (phba->fcf.fcf_flag & FCF_REDISC_PEND))
2442 return;
James Smartdbb6b3a2010-06-08 18:31:37 -04002443
James Smart7d791df2011-07-22 18:37:52 -04002444 if (phba->cfg_fcf_failover_policy == LPFC_FCF_FOV &&
2445 phba->fcf.fcf_flag & FCF_IN_USE) {
James Smartdbb6b3a2010-06-08 18:31:37 -04002446 /*
2447 * In case the current in-use FCF record no
2448 * longer existed during FCF discovery that
2449 * was not triggered by fast FCF failover
2450 * process, treat it as fast FCF failover.
2451 */
2452 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2453 "2841 In-use FCF record (x%x) "
2454 "not reported, entering fast "
2455 "FCF failover mode scanning.\n",
2456 phba->fcf.current_rec.fcf_indx);
2457 spin_lock_irq(&phba->hbalock);
2458 phba->fcf.fcf_flag |= FCF_REDISC_FOV;
2459 spin_unlock_irq(&phba->hbalock);
James Smartdbb6b3a2010-06-08 18:31:37 -04002460 lpfc_sli4_fcf_scan_read_fcf_rec(phba,
2461 LPFC_FCOE_FCF_GET_FIRST);
2462 return;
2463 }
James Smart0c9ab6f2010-02-26 14:15:57 -05002464 /* Register to the new FCF record */
James Smartecfd03c2010-02-12 14:41:27 -05002465 lpfc_register_fcf(phba);
2466 }
2467 } else
James Smart0c9ab6f2010-02-26 14:15:57 -05002468 lpfc_sli4_fcf_scan_read_fcf_rec(phba, next_fcf_index);
James Smart6fb120a2009-05-22 14:52:59 -04002469 return;
2470
2471out:
2472 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2473 lpfc_register_fcf(phba);
2474
2475 return;
2476}
2477
2478/**
James Smarta93ff372010-10-22 11:06:08 -04002479 * lpfc_mbx_cmpl_fcf_rr_read_fcf_rec - fcf roundrobin read_fcf mbox cmpl hdler
James Smart0c9ab6f2010-02-26 14:15:57 -05002480 * @phba: pointer to lpfc hba data structure.
2481 * @mboxq: pointer to mailbox object.
2482 *
James Smarta93ff372010-10-22 11:06:08 -04002483 * This is the callback function for FLOGI failure roundrobin FCF failover
James Smart0c9ab6f2010-02-26 14:15:57 -05002484 * read FCF record mailbox command from the eligible FCF record bmask for
2485 * performing the failover. If the FCF read back is not valid/available, it
2486 * fails through to retrying FLOGI to the currently registered FCF again.
2487 * Otherwise, if the FCF read back is valid and available, it will set the
2488 * newly read FCF record to the failover FCF record, unregister currently
2489 * registered FCF record, copy the failover FCF record to the current
2490 * FCF record, and then register the current FCF record before proceeding
2491 * to trying FLOGI on the new failover FCF.
2492 */
2493void
2494lpfc_mbx_cmpl_fcf_rr_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2495{
2496 struct fcf_record *new_fcf_record;
2497 uint32_t boot_flag, addr_mode;
James Smarta93ff372010-10-22 11:06:08 -04002498 uint16_t next_fcf_index, fcf_index;
James Smart0c9ab6f2010-02-26 14:15:57 -05002499 uint16_t current_fcf_index;
2500 uint16_t vlan_id;
James Smarta93ff372010-10-22 11:06:08 -04002501 int rc;
James Smart0c9ab6f2010-02-26 14:15:57 -05002502
James Smarta93ff372010-10-22 11:06:08 -04002503 /* If link state is not up, stop the roundrobin failover process */
James Smart0c9ab6f2010-02-26 14:15:57 -05002504 if (phba->link_state < LPFC_LINK_UP) {
2505 spin_lock_irq(&phba->hbalock);
2506 phba->fcf.fcf_flag &= ~FCF_DISCOVERY;
James Smarta93ff372010-10-22 11:06:08 -04002507 phba->hba_flag &= ~FCF_RR_INPROG;
James Smart0c9ab6f2010-02-26 14:15:57 -05002508 spin_unlock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002509 goto out;
James Smart0c9ab6f2010-02-26 14:15:57 -05002510 }
2511
2512 /* Parse the FCF record from the non-embedded mailbox command */
2513 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
2514 &next_fcf_index);
2515 if (!new_fcf_record) {
2516 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
2517 "2766 Mailbox command READ_FCF_RECORD "
2518 "failed to retrieve a FCF record.\n");
James Smarta93ff372010-10-22 11:06:08 -04002519 goto error_out;
James Smart0c9ab6f2010-02-26 14:15:57 -05002520 }
2521
2522 /* Get the needed parameters from FCF record */
James Smarta93ff372010-10-22 11:06:08 -04002523 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2524 &addr_mode, &vlan_id);
James Smart0c9ab6f2010-02-26 14:15:57 -05002525
2526 /* Log the FCF record information if turned on */
2527 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2528 next_fcf_index);
2529
James Smarta93ff372010-10-22 11:06:08 -04002530 fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
2531 if (!rc) {
2532 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2533 "2848 Remove ineligible FCF (x%x) from "
2534 "from roundrobin bmask\n", fcf_index);
2535 /* Clear roundrobin bmask bit for ineligible FCF */
2536 lpfc_sli4_fcf_rr_index_clear(phba, fcf_index);
2537 /* Perform next round of roundrobin FCF failover */
2538 fcf_index = lpfc_sli4_fcf_rr_next_index_get(phba);
2539 rc = lpfc_sli4_fcf_rr_next_proc(phba->pport, fcf_index);
2540 if (rc)
2541 goto out;
2542 goto error_out;
2543 }
2544
2545 if (fcf_index == phba->fcf.current_rec.fcf_indx) {
2546 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2547 "2760 Perform FLOGI roundrobin FCF failover: "
2548 "FCF (x%x) back to FCF (x%x)\n",
2549 phba->fcf.current_rec.fcf_indx, fcf_index);
2550 /* Wait 500 ms before retrying FLOGI to current FCF */
2551 msleep(500);
James Smart76a95d72010-11-20 23:11:48 -05002552 lpfc_issue_init_vfi(phba->pport);
James Smarta93ff372010-10-22 11:06:08 -04002553 goto out;
2554 }
2555
James Smart0c9ab6f2010-02-26 14:15:57 -05002556 /* Upload new FCF record to the failover FCF record */
James Smartdbb6b3a2010-06-08 18:31:37 -04002557 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002558 "2834 Update current FCF (x%x) with new FCF (x%x)\n",
2559 phba->fcf.failover_rec.fcf_indx, fcf_index);
James Smart0c9ab6f2010-02-26 14:15:57 -05002560 spin_lock_irq(&phba->hbalock);
2561 __lpfc_update_fcf_record(phba, &phba->fcf.failover_rec,
2562 new_fcf_record, addr_mode, vlan_id,
2563 (boot_flag ? BOOT_ENABLE : 0));
2564 spin_unlock_irq(&phba->hbalock);
2565
2566 current_fcf_index = phba->fcf.current_rec.fcf_indx;
2567
2568 /* Unregister the current in-use FCF record */
2569 lpfc_unregister_fcf(phba);
2570
2571 /* Replace in-use record with the new record */
2572 memcpy(&phba->fcf.current_rec, &phba->fcf.failover_rec,
2573 sizeof(struct lpfc_fcf_rec));
2574
2575 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002576 "2783 Perform FLOGI roundrobin FCF failover: FCF "
2577 "(x%x) to FCF (x%x)\n", current_fcf_index, fcf_index);
James Smart0c9ab6f2010-02-26 14:15:57 -05002578
James Smarta93ff372010-10-22 11:06:08 -04002579error_out:
2580 lpfc_register_fcf(phba);
James Smart0c9ab6f2010-02-26 14:15:57 -05002581out:
2582 lpfc_sli4_mbox_cmd_free(phba, mboxq);
James Smart0c9ab6f2010-02-26 14:15:57 -05002583}
2584
2585/**
2586 * lpfc_mbx_cmpl_read_fcf_rec - read fcf completion handler.
2587 * @phba: pointer to lpfc hba data structure.
2588 * @mboxq: pointer to mailbox object.
2589 *
2590 * This is the callback function of read FCF record mailbox command for
James Smarta93ff372010-10-22 11:06:08 -04002591 * updating the eligible FCF bmask for FLOGI failure roundrobin FCF
James Smart0c9ab6f2010-02-26 14:15:57 -05002592 * failover when a new FCF event happened. If the FCF read back is
2593 * valid/available and it passes the connection list check, it updates
James Smarta93ff372010-10-22 11:06:08 -04002594 * the bmask for the eligible FCF record for roundrobin failover.
James Smart0c9ab6f2010-02-26 14:15:57 -05002595 */
2596void
2597lpfc_mbx_cmpl_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2598{
2599 struct fcf_record *new_fcf_record;
2600 uint32_t boot_flag, addr_mode;
2601 uint16_t fcf_index, next_fcf_index;
2602 uint16_t vlan_id;
2603 int rc;
2604
2605 /* If link state is not up, no need to proceed */
2606 if (phba->link_state < LPFC_LINK_UP)
2607 goto out;
2608
2609 /* If FCF discovery period is over, no need to proceed */
James Smart3804dc82010-07-14 15:31:37 -04002610 if (!(phba->fcf.fcf_flag & FCF_DISCOVERY))
James Smart0c9ab6f2010-02-26 14:15:57 -05002611 goto out;
2612
2613 /* Parse the FCF record from the non-embedded mailbox command */
2614 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
2615 &next_fcf_index);
2616 if (!new_fcf_record) {
2617 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2618 "2767 Mailbox command READ_FCF_RECORD "
2619 "failed to retrieve a FCF record.\n");
2620 goto out;
2621 }
2622
2623 /* Check the connection list for eligibility */
2624 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2625 &addr_mode, &vlan_id);
2626
2627 /* Log the FCF record information if turned on */
2628 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2629 next_fcf_index);
2630
2631 if (!rc)
2632 goto out;
2633
2634 /* Update the eligible FCF record index bmask */
2635 fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
James Smart7d791df2011-07-22 18:37:52 -04002636
2637 rc = lpfc_sli4_fcf_pri_list_add(phba, fcf_index, new_fcf_record);
James Smart0c9ab6f2010-02-26 14:15:57 -05002638
2639out:
2640 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2641}
2642
2643/**
James Smart76a95d72010-11-20 23:11:48 -05002644 * lpfc_init_vfi_cmpl - Completion handler for init_vfi mbox command.
2645 * @phba: pointer to lpfc hba data structure.
2646 * @mboxq: pointer to mailbox data structure.
2647 *
2648 * This function handles completion of init vfi mailbox command.
2649 */
2650void
2651lpfc_init_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2652{
2653 struct lpfc_vport *vport = mboxq->vport;
2654
James Smartdf9e1b52011-12-13 13:22:17 -05002655 /*
2656 * VFI not supported on interface type 0, just do the flogi
2657 * Also continue if the VFI is in use - just use the same one.
2658 */
2659 if (mboxq->u.mb.mbxStatus &&
2660 (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) !=
2661 LPFC_SLI_INTF_IF_TYPE_0) &&
2662 mboxq->u.mb.mbxStatus != MBX_VFI_IN_USE) {
James Smart76a95d72010-11-20 23:11:48 -05002663 lpfc_printf_vlog(vport, KERN_ERR,
2664 LOG_MBOX,
2665 "2891 Init VFI mailbox failed 0x%x\n",
2666 mboxq->u.mb.mbxStatus);
2667 mempool_free(mboxq, phba->mbox_mem_pool);
2668 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
2669 return;
2670 }
James Smart73d91e52011-10-10 21:32:10 -04002671
James Smart76a95d72010-11-20 23:11:48 -05002672 lpfc_initial_flogi(vport);
2673 mempool_free(mboxq, phba->mbox_mem_pool);
2674 return;
2675}
2676
2677/**
2678 * lpfc_issue_init_vfi - Issue init_vfi mailbox command.
2679 * @vport: pointer to lpfc_vport data structure.
2680 *
2681 * This function issue a init_vfi mailbox command to initialize the VFI and
2682 * VPI for the physical port.
2683 */
2684void
2685lpfc_issue_init_vfi(struct lpfc_vport *vport)
2686{
2687 LPFC_MBOXQ_t *mboxq;
2688 int rc;
2689 struct lpfc_hba *phba = vport->phba;
2690
2691 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
2692 if (!mboxq) {
2693 lpfc_printf_vlog(vport, KERN_ERR,
2694 LOG_MBOX, "2892 Failed to allocate "
2695 "init_vfi mailbox\n");
2696 return;
2697 }
2698 lpfc_init_vfi(mboxq, vport);
2699 mboxq->mbox_cmpl = lpfc_init_vfi_cmpl;
2700 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
2701 if (rc == MBX_NOT_FINISHED) {
2702 lpfc_printf_vlog(vport, KERN_ERR,
2703 LOG_MBOX, "2893 Failed to issue init_vfi mailbox\n");
2704 mempool_free(mboxq, vport->phba->mbox_mem_pool);
2705 }
2706}
2707
2708/**
James Smart1c6834a2009-07-19 10:01:26 -04002709 * lpfc_init_vpi_cmpl - Completion handler for init_vpi mbox command.
2710 * @phba: pointer to lpfc hba data structure.
2711 * @mboxq: pointer to mailbox data structure.
2712 *
2713 * This function handles completion of init vpi mailbox command.
2714 */
James Smart695a8142010-01-26 23:08:03 -05002715void
James Smart1c6834a2009-07-19 10:01:26 -04002716lpfc_init_vpi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2717{
2718 struct lpfc_vport *vport = mboxq->vport;
James Smart695a8142010-01-26 23:08:03 -05002719 struct lpfc_nodelist *ndlp;
James Smart72100cc2010-02-12 14:43:01 -05002720 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
2721
James Smart1c6834a2009-07-19 10:01:26 -04002722 if (mboxq->u.mb.mbxStatus) {
2723 lpfc_printf_vlog(vport, KERN_ERR,
2724 LOG_MBOX,
2725 "2609 Init VPI mailbox failed 0x%x\n",
2726 mboxq->u.mb.mbxStatus);
2727 mempool_free(mboxq, phba->mbox_mem_pool);
2728 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
2729 return;
2730 }
James Smart72100cc2010-02-12 14:43:01 -05002731 spin_lock_irq(shost->host_lock);
James Smart1c6834a2009-07-19 10:01:26 -04002732 vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI;
James Smart72100cc2010-02-12 14:43:01 -05002733 spin_unlock_irq(shost->host_lock);
James Smart1c6834a2009-07-19 10:01:26 -04002734
James Smart695a8142010-01-26 23:08:03 -05002735 /* If this port is physical port or FDISC is done, do reg_vpi */
2736 if ((phba->pport == vport) || (vport->port_state == LPFC_FDISC)) {
2737 ndlp = lpfc_findnode_did(vport, Fabric_DID);
2738 if (!ndlp)
2739 lpfc_printf_vlog(vport, KERN_ERR,
2740 LOG_DISCOVERY,
2741 "2731 Cannot find fabric "
2742 "controller node\n");
2743 else
2744 lpfc_register_new_vport(phba, vport, ndlp);
2745 mempool_free(mboxq, phba->mbox_mem_pool);
2746 return;
2747 }
2748
James Smart1c6834a2009-07-19 10:01:26 -04002749 if (phba->link_flag & LS_NPIV_FAB_SUPPORTED)
2750 lpfc_initial_fdisc(vport);
2751 else {
2752 lpfc_vport_set_state(vport, FC_VPORT_NO_FABRIC_SUPP);
James Smart6a9c52c2009-10-02 15:16:51 -04002753 lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS,
2754 "2606 No NPIV Fabric support\n");
James Smart1c6834a2009-07-19 10:01:26 -04002755 }
James Smart695a8142010-01-26 23:08:03 -05002756 mempool_free(mboxq, phba->mbox_mem_pool);
James Smart1c6834a2009-07-19 10:01:26 -04002757 return;
2758}
2759
2760/**
James Smartecfd03c2010-02-12 14:41:27 -05002761 * lpfc_issue_init_vpi - Issue init_vpi mailbox command.
2762 * @vport: pointer to lpfc_vport data structure.
2763 *
2764 * This function issue a init_vpi mailbox command to initialize
2765 * VPI for the vport.
2766 */
2767void
2768lpfc_issue_init_vpi(struct lpfc_vport *vport)
2769{
2770 LPFC_MBOXQ_t *mboxq;
2771 int rc;
2772
2773 mboxq = mempool_alloc(vport->phba->mbox_mem_pool, GFP_KERNEL);
2774 if (!mboxq) {
2775 lpfc_printf_vlog(vport, KERN_ERR,
2776 LOG_MBOX, "2607 Failed to allocate "
2777 "init_vpi mailbox\n");
2778 return;
2779 }
2780 lpfc_init_vpi(vport->phba, mboxq, vport->vpi);
2781 mboxq->vport = vport;
2782 mboxq->mbox_cmpl = lpfc_init_vpi_cmpl;
2783 rc = lpfc_sli_issue_mbox(vport->phba, mboxq, MBX_NOWAIT);
2784 if (rc == MBX_NOT_FINISHED) {
2785 lpfc_printf_vlog(vport, KERN_ERR,
2786 LOG_MBOX, "2608 Failed to issue init_vpi mailbox\n");
2787 mempool_free(mboxq, vport->phba->mbox_mem_pool);
2788 }
2789}
2790
2791/**
James Smart6fb120a2009-05-22 14:52:59 -04002792 * lpfc_start_fdiscs - send fdiscs for each vports on this port.
2793 * @phba: pointer to lpfc hba data structure.
2794 *
2795 * This function loops through the list of vports on the @phba and issues an
2796 * FDISC if possible.
2797 */
2798void
2799lpfc_start_fdiscs(struct lpfc_hba *phba)
2800{
2801 struct lpfc_vport **vports;
2802 int i;
2803
2804 vports = lpfc_create_vport_work_array(phba);
2805 if (vports != NULL) {
2806 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
2807 if (vports[i]->port_type == LPFC_PHYSICAL_PORT)
2808 continue;
2809 /* There are no vpi for this vport */
2810 if (vports[i]->vpi > phba->max_vpi) {
2811 lpfc_vport_set_state(vports[i],
2812 FC_VPORT_FAILED);
2813 continue;
2814 }
James Smart76a95d72010-11-20 23:11:48 -05002815 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart6fb120a2009-05-22 14:52:59 -04002816 lpfc_vport_set_state(vports[i],
2817 FC_VPORT_LINKDOWN);
2818 continue;
2819 }
James Smart1c6834a2009-07-19 10:01:26 -04002820 if (vports[i]->fc_flag & FC_VPORT_NEEDS_INIT_VPI) {
James Smartecfd03c2010-02-12 14:41:27 -05002821 lpfc_issue_init_vpi(vports[i]);
James Smart1c6834a2009-07-19 10:01:26 -04002822 continue;
2823 }
James Smart6fb120a2009-05-22 14:52:59 -04002824 if (phba->link_flag & LS_NPIV_FAB_SUPPORTED)
2825 lpfc_initial_fdisc(vports[i]);
2826 else {
2827 lpfc_vport_set_state(vports[i],
2828 FC_VPORT_NO_FABRIC_SUPP);
2829 lpfc_printf_vlog(vports[i], KERN_ERR,
2830 LOG_ELS,
2831 "0259 No NPIV "
2832 "Fabric support\n");
2833 }
2834 }
2835 }
2836 lpfc_destroy_vport_work_array(phba, vports);
2837}
2838
2839void
2840lpfc_mbx_cmpl_reg_vfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2841{
2842 struct lpfc_dmabuf *dmabuf = mboxq->context1;
2843 struct lpfc_vport *vport = mboxq->vport;
James Smart72100cc2010-02-12 14:43:01 -05002844 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart6fb120a2009-05-22 14:52:59 -04002845
James Smartf5eca9b2012-03-01 22:37:54 -05002846 /*
2847 * VFI not supported for interface type 0, so ignore any mailbox
2848 * error (except VFI in use) and continue with the discovery.
2849 */
2850 if (mboxq->u.mb.mbxStatus &&
2851 (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) !=
2852 LPFC_SLI_INTF_IF_TYPE_0) &&
2853 mboxq->u.mb.mbxStatus != MBX_VFI_IN_USE) {
James Smart6fb120a2009-05-22 14:52:59 -04002854 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
2855 "2018 REG_VFI mbxStatus error x%x "
2856 "HBA state x%x\n",
2857 mboxq->u.mb.mbxStatus, vport->port_state);
James Smart76a95d72010-11-20 23:11:48 -05002858 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart6fb120a2009-05-22 14:52:59 -04002859 /* FLOGI failed, use loop map to make discovery list */
2860 lpfc_disc_list_loopmap(vport);
2861 /* Start discovery */
2862 lpfc_disc_start(vport);
James Smart1b511972011-12-13 13:23:09 -05002863 goto out_free_mem;
James Smart6fb120a2009-05-22 14:52:59 -04002864 }
2865 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smart1b511972011-12-13 13:23:09 -05002866 goto out_free_mem;
James Smart6fb120a2009-05-22 14:52:59 -04002867 }
James Smartc8685952009-11-18 15:39:16 -05002868 /* The VPI is implicitly registered when the VFI is registered */
James Smart72100cc2010-02-12 14:43:01 -05002869 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05002870 vport->vpi_state |= LPFC_VPI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05002871 vport->fc_flag |= FC_VFI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05002872 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
James Smart5248a742011-07-22 18:37:06 -04002873 vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI;
James Smart72100cc2010-02-12 14:43:01 -05002874 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04002875
James Smart1b511972011-12-13 13:23:09 -05002876 /* In case SLI4 FC loopback test, we are ready */
2877 if ((phba->sli_rev == LPFC_SLI_REV4) &&
2878 (phba->link_flag & LS_LOOPBACK_MODE)) {
2879 phba->link_state = LPFC_HBA_READY;
2880 goto out_free_mem;
2881 }
2882
James Smart6fb120a2009-05-22 14:52:59 -04002883 if (vport->port_state == LPFC_FABRIC_CFG_LINK) {
James Smart76a95d72010-11-20 23:11:48 -05002884 /* For private loop just start discovery and we are done. */
2885 if ((phba->fc_topology == LPFC_TOPOLOGY_LOOP) &&
James Smart76a95d72010-11-20 23:11:48 -05002886 !(vport->fc_flag & FC_PUBLIC_LOOP)) {
2887 /* Use loop map to make discovery list */
2888 lpfc_disc_list_loopmap(vport);
2889 /* Start discovery */
2890 lpfc_disc_start(vport);
2891 } else {
2892 lpfc_start_fdiscs(phba);
2893 lpfc_do_scr_ns_plogi(phba, vport);
2894 }
James Smart6fb120a2009-05-22 14:52:59 -04002895 }
2896
James Smart1b511972011-12-13 13:23:09 -05002897out_free_mem:
James Smart6fb120a2009-05-22 14:52:59 -04002898 mempool_free(mboxq, phba->mbox_mem_pool);
2899 lpfc_mbuf_free(phba, dmabuf->virt, dmabuf->phys);
2900 kfree(dmabuf);
2901 return;
2902}
2903
2904static void
James Smart2e0fef82007-06-17 19:56:36 -05002905lpfc_mbx_cmpl_read_sparam(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05002906{
James Smart6fb120a2009-05-22 14:52:59 -04002907 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05002908 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1;
James Smart2e0fef82007-06-17 19:56:36 -05002909 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05002910
2911
2912 /* Check for error */
2913 if (mb->mbxStatus) {
2914 /* READ_SPARAM mbox error <mbxStatus> state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04002915 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
2916 "0319 READ_SPARAM mbxStatus error x%x "
2917 "hba state x%x>\n",
2918 mb->mbxStatus, vport->port_state);
dea31012005-04-17 16:05:31 -05002919 lpfc_linkdown(phba);
dea31012005-04-17 16:05:31 -05002920 goto out;
2921 }
2922
James Smart2e0fef82007-06-17 19:56:36 -05002923 memcpy((uint8_t *) &vport->fc_sparam, (uint8_t *) mp->virt,
dea31012005-04-17 16:05:31 -05002924 sizeof (struct serv_parm));
James Smart05580562011-05-24 11:40:48 -04002925 lpfc_update_vport_wwn(vport);
James Smart92d7f7b2007-06-17 19:56:38 -05002926 if (vport->port_type == LPFC_PHYSICAL_PORT) {
2927 memcpy(&phba->wwnn, &vport->fc_nodename, sizeof(phba->wwnn));
2928 memcpy(&phba->wwpn, &vport->fc_portname, sizeof(phba->wwnn));
2929 }
2930
dea31012005-04-17 16:05:31 -05002931 lpfc_mbuf_free(phba, mp->virt, mp->phys);
2932 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05002933 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05002934 return;
2935
2936out:
2937 pmb->context1 = NULL;
2938 lpfc_mbuf_free(phba, mp->virt, mp->phys);
2939 kfree(mp);
James Smart92d7f7b2007-06-17 19:56:38 -05002940 lpfc_issue_clear_la(phba, vport);
2941 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05002942 return;
2943}
2944
2945static void
James Smart76a95d72010-11-20 23:11:48 -05002946lpfc_mbx_process_link_up(struct lpfc_hba *phba, struct lpfc_mbx_read_top *la)
dea31012005-04-17 16:05:31 -05002947{
James Smart92d7f7b2007-06-17 19:56:38 -05002948 struct lpfc_vport *vport = phba->pport;
James Smart6fb120a2009-05-22 14:52:59 -04002949 LPFC_MBOXQ_t *sparam_mbox, *cfglink_mbox = NULL;
James Smartdf9e1b52011-12-13 13:22:17 -05002950 struct Scsi_Host *shost;
James Smart2e0fef82007-06-17 19:56:36 -05002951 int i;
James Smart14691152006-12-02 13:34:28 -05002952 struct lpfc_dmabuf *mp;
2953 int rc;
James Smart6fb120a2009-05-22 14:52:59 -04002954 struct fcf_record *fcf_record;
James Smart14691152006-12-02 13:34:28 -05002955
James Smart92d7f7b2007-06-17 19:56:38 -05002956 spin_lock_irq(&phba->hbalock);
James Smart76a95d72010-11-20 23:11:48 -05002957 switch (bf_get(lpfc_mbx_read_top_link_spd, la)) {
2958 case LPFC_LINK_SPEED_1GHZ:
2959 case LPFC_LINK_SPEED_2GHZ:
2960 case LPFC_LINK_SPEED_4GHZ:
2961 case LPFC_LINK_SPEED_8GHZ:
2962 case LPFC_LINK_SPEED_10GHZ:
2963 case LPFC_LINK_SPEED_16GHZ:
2964 phba->fc_linkspeed = bf_get(lpfc_mbx_read_top_link_spd, la);
James Smartf4b4c682009-05-22 14:53:12 -04002965 break;
James Smart92d7f7b2007-06-17 19:56:38 -05002966 default:
James Smart76a95d72010-11-20 23:11:48 -05002967 phba->fc_linkspeed = LPFC_LINK_SPEED_UNKNOWN;
James Smart92d7f7b2007-06-17 19:56:38 -05002968 break;
dea31012005-04-17 16:05:31 -05002969 }
2970
James Smart76a95d72010-11-20 23:11:48 -05002971 phba->fc_topology = bf_get(lpfc_mbx_read_top_topology, la);
James Smart92d7f7b2007-06-17 19:56:38 -05002972 phba->link_flag &= ~LS_NPIV_FAB_SUPPORTED;
dea31012005-04-17 16:05:31 -05002973
James Smartdf9e1b52011-12-13 13:22:17 -05002974 shost = lpfc_shost_from_vport(vport);
James Smart76a95d72010-11-20 23:11:48 -05002975 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05002976 phba->sli3_options &= ~LPFC_SLI3_NPIV_ENABLED;
dea31012005-04-17 16:05:31 -05002977
James Smart6a9c52c2009-10-02 15:16:51 -04002978 /* if npiv is enabled and this adapter supports npiv log
2979 * a message that npiv is not supported in this topology
2980 */
2981 if (phba->cfg_enable_npiv && phba->max_vpi)
James Smart495a7142008-06-14 22:52:59 -04002982 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
2983 "1309 Link Up Event npiv not supported in loop "
2984 "topology\n");
James Smart92d7f7b2007-06-17 19:56:38 -05002985 /* Get Loop Map information */
James Smartdf9e1b52011-12-13 13:22:17 -05002986 if (bf_get(lpfc_mbx_read_top_il, la)) {
James Smart72859902012-01-18 16:25:38 -05002987 spin_lock(shost->host_lock);
James Smart2e0fef82007-06-17 19:56:36 -05002988 vport->fc_flag |= FC_LBIT;
James Smart72859902012-01-18 16:25:38 -05002989 spin_unlock(shost->host_lock);
James Smartdf9e1b52011-12-13 13:22:17 -05002990 }
dea31012005-04-17 16:05:31 -05002991
James Smart76a95d72010-11-20 23:11:48 -05002992 vport->fc_myDID = bf_get(lpfc_mbx_read_top_alpa_granted, la);
2993 i = la->lilpBde64.tus.f.bdeSize;
dea31012005-04-17 16:05:31 -05002994
2995 if (i == 0) {
2996 phba->alpa_map[0] = 0;
2997 } else {
James Smarte8b62012007-08-02 11:10:09 -04002998 if (vport->cfg_log_verbose & LOG_LINK_EVENT) {
dea31012005-04-17 16:05:31 -05002999 int numalpa, j, k;
3000 union {
3001 uint8_t pamap[16];
3002 struct {
3003 uint32_t wd1;
3004 uint32_t wd2;
3005 uint32_t wd3;
3006 uint32_t wd4;
3007 } pa;
3008 } un;
3009 numalpa = phba->alpa_map[0];
3010 j = 0;
3011 while (j < numalpa) {
3012 memset(un.pamap, 0, 16);
3013 for (k = 1; j < numalpa; k++) {
3014 un.pamap[k - 1] =
3015 phba->alpa_map[j + 1];
3016 j++;
3017 if (k == 16)
3018 break;
3019 }
3020 /* Link Up Event ALPA map */
3021 lpfc_printf_log(phba,
James Smart92d7f7b2007-06-17 19:56:38 -05003022 KERN_WARNING,
3023 LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003024 "1304 Link Up Event "
James Smart92d7f7b2007-06-17 19:56:38 -05003025 "ALPA map Data: x%x "
3026 "x%x x%x x%x\n",
James Smart92d7f7b2007-06-17 19:56:38 -05003027 un.pa.wd1, un.pa.wd2,
3028 un.pa.wd3, un.pa.wd4);
dea31012005-04-17 16:05:31 -05003029 }
3030 }
3031 }
3032 } else {
James Smart92d7f7b2007-06-17 19:56:38 -05003033 if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)) {
James Smart78b2d852007-08-02 11:10:21 -04003034 if (phba->max_vpi && phba->cfg_enable_npiv &&
James Smartdf9e1b52011-12-13 13:22:17 -05003035 (phba->sli_rev >= LPFC_SLI_REV3))
James Smart92d7f7b2007-06-17 19:56:38 -05003036 phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED;
3037 }
James Smart2e0fef82007-06-17 19:56:36 -05003038 vport->fc_myDID = phba->fc_pref_DID;
James Smart72859902012-01-18 16:25:38 -05003039 spin_lock(shost->host_lock);
James Smart2e0fef82007-06-17 19:56:36 -05003040 vport->fc_flag |= FC_LBIT;
James Smart72859902012-01-18 16:25:38 -05003041 spin_unlock(shost->host_lock);
dea31012005-04-17 16:05:31 -05003042 }
James Smart92d7f7b2007-06-17 19:56:38 -05003043 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003044
3045 lpfc_linkup(phba);
James Smart9f1177a2010-02-26 14:12:57 -05003046 sparam_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3047 if (!sparam_mbox)
3048 goto out;
3049
3050 rc = lpfc_read_sparam(phba, sparam_mbox, 0);
3051 if (rc) {
3052 mempool_free(sparam_mbox, phba->mbox_mem_pool);
3053 goto out;
3054 }
3055 sparam_mbox->vport = vport;
3056 sparam_mbox->mbox_cmpl = lpfc_mbx_cmpl_read_sparam;
3057 rc = lpfc_sli_issue_mbox(phba, sparam_mbox, MBX_NOWAIT);
3058 if (rc == MBX_NOT_FINISHED) {
3059 mp = (struct lpfc_dmabuf *) sparam_mbox->context1;
3060 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3061 kfree(mp);
3062 mempool_free(sparam_mbox, phba->mbox_mem_pool);
3063 goto out;
dea31012005-04-17 16:05:31 -05003064 }
3065
James Smart76a95d72010-11-20 23:11:48 -05003066 if (!(phba->hba_flag & HBA_FCOE_MODE)) {
James Smart6fb120a2009-05-22 14:52:59 -04003067 cfglink_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3068 if (!cfglink_mbox)
3069 goto out;
James Smart2e0fef82007-06-17 19:56:36 -05003070 vport->port_state = LPFC_LOCAL_CFG_LINK;
dea31012005-04-17 16:05:31 -05003071 lpfc_config_link(phba, cfglink_mbox);
James Smart2e0fef82007-06-17 19:56:36 -05003072 cfglink_mbox->vport = vport;
Jamie Wellnitz25594c62006-02-28 19:25:34 -05003073 cfglink_mbox->mbox_cmpl = lpfc_mbx_cmpl_local_config_link;
James Smart0b727fe2007-10-27 13:37:25 -04003074 rc = lpfc_sli_issue_mbox(phba, cfglink_mbox, MBX_NOWAIT);
James Smart6fb120a2009-05-22 14:52:59 -04003075 if (rc == MBX_NOT_FINISHED) {
3076 mempool_free(cfglink_mbox, phba->mbox_mem_pool);
3077 goto out;
3078 }
3079 } else {
James Smart32b97932009-07-19 10:01:21 -04003080 vport->port_state = LPFC_VPORT_UNKNOWN;
James Smart6fb120a2009-05-22 14:52:59 -04003081 /*
3082 * Add the driver's default FCF record at FCF index 0 now. This
3083 * is phase 1 implementation that support FCF index 0 and driver
3084 * defaults.
3085 */
James Smart45ed1192009-10-02 15:17:02 -04003086 if (!(phba->hba_flag & HBA_FIP_SUPPORT)) {
James Smart6fb120a2009-05-22 14:52:59 -04003087 fcf_record = kzalloc(sizeof(struct fcf_record),
3088 GFP_KERNEL);
3089 if (unlikely(!fcf_record)) {
3090 lpfc_printf_log(phba, KERN_ERR,
3091 LOG_MBOX | LOG_SLI,
Uwe Kleine-Königb5950762010-11-01 15:38:34 -04003092 "2554 Could not allocate memory for "
James Smart6fb120a2009-05-22 14:52:59 -04003093 "fcf record\n");
3094 rc = -ENODEV;
3095 goto out;
3096 }
3097
3098 lpfc_sli4_build_dflt_fcf_record(phba, fcf_record,
3099 LPFC_FCOE_FCF_DEF_INDEX);
3100 rc = lpfc_sli4_add_fcf_record(phba, fcf_record);
3101 if (unlikely(rc)) {
3102 lpfc_printf_log(phba, KERN_ERR,
3103 LOG_MBOX | LOG_SLI,
3104 "2013 Could not manually add FCF "
3105 "record 0, status %d\n", rc);
3106 rc = -ENODEV;
3107 kfree(fcf_record);
3108 goto out;
3109 }
3110 kfree(fcf_record);
3111 }
3112 /*
3113 * The driver is expected to do FIP/FCF. Call the port
3114 * and get the FCF Table.
3115 */
James Smart32b97932009-07-19 10:01:21 -04003116 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04003117 if (phba->hba_flag & FCF_TS_INPROG) {
James Smart32b97932009-07-19 10:01:21 -04003118 spin_unlock_irq(&phba->hbalock);
3119 return;
3120 }
James Smart0c9ab6f2010-02-26 14:15:57 -05003121 /* This is the initial FCF discovery scan */
3122 phba->fcf.fcf_flag |= FCF_INIT_DISC;
James Smart32b97932009-07-19 10:01:21 -04003123 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05003124 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
3125 "2778 Start FCF table scan at linkup\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05003126 rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba,
3127 LPFC_FCOE_FCF_GET_FIRST);
3128 if (rc) {
3129 spin_lock_irq(&phba->hbalock);
3130 phba->fcf.fcf_flag &= ~FCF_INIT_DISC;
3131 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04003132 goto out;
James Smart0c9ab6f2010-02-26 14:15:57 -05003133 }
James Smart38b92ef2010-08-04 16:11:39 -04003134 /* Reset FCF roundrobin bmask for new discovery */
James Smart7d791df2011-07-22 18:37:52 -04003135 lpfc_sli4_clear_fcf_rr_bmask(phba);
dea31012005-04-17 16:05:31 -05003136 }
James Smart6fb120a2009-05-22 14:52:59 -04003137
3138 return;
James Smart92d7f7b2007-06-17 19:56:38 -05003139out:
3140 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smarte8b62012007-08-02 11:10:09 -04003141 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
3142 "0263 Discovery Mailbox error: state: 0x%x : %p %p\n",
3143 vport->port_state, sparam_mbox, cfglink_mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05003144 lpfc_issue_clear_la(phba, vport);
3145 return;
dea31012005-04-17 16:05:31 -05003146}
3147
3148static void
James Smart84774a42008-08-24 21:50:06 -04003149lpfc_enable_la(struct lpfc_hba *phba)
James Smart2e0fef82007-06-17 19:56:36 -05003150{
dea31012005-04-17 16:05:31 -05003151 uint32_t control;
3152 struct lpfc_sli *psli = &phba->sli;
James Smart2e0fef82007-06-17 19:56:36 -05003153 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003154 psli->sli_flag |= LPFC_PROCESS_LA;
James Smart3772a992009-05-22 14:50:54 -04003155 if (phba->sli_rev <= LPFC_SLI_REV3) {
3156 control = readl(phba->HCregaddr);
3157 control |= HC_LAINT_ENA;
3158 writel(control, phba->HCregaddr);
3159 readl(phba->HCregaddr); /* flush */
3160 }
James Smart2e0fef82007-06-17 19:56:36 -05003161 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003162}
3163
James Smart84774a42008-08-24 21:50:06 -04003164static void
3165lpfc_mbx_issue_link_down(struct lpfc_hba *phba)
3166{
3167 lpfc_linkdown(phba);
3168 lpfc_enable_la(phba);
James Smart6fb120a2009-05-22 14:52:59 -04003169 lpfc_unregister_unused_fcf(phba);
James Smart84774a42008-08-24 21:50:06 -04003170 /* turn on Link Attention interrupts - no CLEAR_LA needed */
3171}
3172
3173
dea31012005-04-17 16:05:31 -05003174/*
James Smart76a95d72010-11-20 23:11:48 -05003175 * This routine handles processing a READ_TOPOLOGY mailbox
dea31012005-04-17 16:05:31 -05003176 * command upon completion. It is setup in the LPFC_MBOXQ
3177 * as the completion routine when the command is
3178 * handed off to the SLI layer.
3179 */
3180void
James Smart76a95d72010-11-20 23:11:48 -05003181lpfc_mbx_cmpl_read_topology(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003182{
James Smart2e0fef82007-06-17 19:56:36 -05003183 struct lpfc_vport *vport = pmb->vport;
3184 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart76a95d72010-11-20 23:11:48 -05003185 struct lpfc_mbx_read_top *la;
James Smart04c68492009-05-22 14:52:52 -04003186 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05003187 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
3188
James Smart0d2b6b82008-06-14 22:52:47 -04003189 /* Unblock ELS traffic */
3190 phba->sli.ring[LPFC_ELS_RING].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -05003191 /* Check for error */
3192 if (mb->mbxStatus) {
James Smarted957682007-06-17 19:56:37 -05003193 lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003194 "1307 READ_LA mbox error x%x state x%x\n",
3195 mb->mbxStatus, vport->port_state);
dea31012005-04-17 16:05:31 -05003196 lpfc_mbx_issue_link_down(phba);
James Smart2e0fef82007-06-17 19:56:36 -05003197 phba->link_state = LPFC_HBA_ERROR;
James Smart76a95d72010-11-20 23:11:48 -05003198 goto lpfc_mbx_cmpl_read_topology_free_mbuf;
dea31012005-04-17 16:05:31 -05003199 }
3200
James Smart76a95d72010-11-20 23:11:48 -05003201 la = (struct lpfc_mbx_read_top *) &pmb->u.mb.un.varReadTop;
dea31012005-04-17 16:05:31 -05003202
3203 memcpy(&phba->alpa_map[0], mp->virt, 128);
3204
James Smart2e0fef82007-06-17 19:56:36 -05003205 spin_lock_irq(shost->host_lock);
James Smart76a95d72010-11-20 23:11:48 -05003206 if (bf_get(lpfc_mbx_read_top_pb, la))
James Smart2e0fef82007-06-17 19:56:36 -05003207 vport->fc_flag |= FC_BYPASSED_MODE;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05003208 else
James Smart2e0fef82007-06-17 19:56:36 -05003209 vport->fc_flag &= ~FC_BYPASSED_MODE;
3210 spin_unlock_irq(shost->host_lock);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05003211
James Smart0c287582009-06-10 17:22:56 -04003212 if ((phba->fc_eventTag < la->eventTag) ||
James Smart92d7f7b2007-06-17 19:56:38 -05003213 (phba->fc_eventTag == la->eventTag)) {
dea31012005-04-17 16:05:31 -05003214 phba->fc_stat.LinkMultiEvent++;
James Smart76a95d72010-11-20 23:11:48 -05003215 if (bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP)
dea31012005-04-17 16:05:31 -05003216 if (phba->fc_eventTag != 0)
3217 lpfc_linkdown(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05003218 }
dea31012005-04-17 16:05:31 -05003219
3220 phba->fc_eventTag = la->eventTag;
James Smart72100cc2010-02-12 14:43:01 -05003221 spin_lock_irq(&phba->hbalock);
James Smart76a95d72010-11-20 23:11:48 -05003222 if (bf_get(lpfc_mbx_read_top_mm, la))
James Smart84774a42008-08-24 21:50:06 -04003223 phba->sli.sli_flag |= LPFC_MENLO_MAINT;
3224 else
3225 phba->sli.sli_flag &= ~LPFC_MENLO_MAINT;
James Smart72100cc2010-02-12 14:43:01 -05003226 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003227
James Smart4d9ab992009-10-02 15:16:39 -04003228 phba->link_events++;
James Smart76a95d72010-11-20 23:11:48 -05003229 if ((bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP) &&
3230 (!bf_get(lpfc_mbx_read_top_mm, la))) {
dea31012005-04-17 16:05:31 -05003231 phba->fc_stat.LinkUp++;
James Smart2e0fef82007-06-17 19:56:36 -05003232 if (phba->link_flag & LS_LOOPBACK_MODE) {
James Smart3163f722008-02-08 18:50:25 -05003233 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003234 "1306 Link Up Event in loop back mode "
3235 "x%x received Data: x%x x%x x%x x%x\n",
3236 la->eventTag, phba->fc_eventTag,
James Smart76a95d72010-11-20 23:11:48 -05003237 bf_get(lpfc_mbx_read_top_alpa_granted,
3238 la),
3239 bf_get(lpfc_mbx_read_top_link_spd, la),
James Smarte8b62012007-08-02 11:10:09 -04003240 phba->alpa_map[0]);
James Smart5b8bd0c2007-04-25 09:52:49 -04003241 } else {
3242 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003243 "1303 Link Up Event x%x received "
James Smart84774a42008-08-24 21:50:06 -04003244 "Data: x%x x%x x%x x%x x%x x%x %d\n",
James Smarte8b62012007-08-02 11:10:09 -04003245 la->eventTag, phba->fc_eventTag,
James Smart76a95d72010-11-20 23:11:48 -05003246 bf_get(lpfc_mbx_read_top_alpa_granted,
3247 la),
3248 bf_get(lpfc_mbx_read_top_link_spd, la),
James Smart84774a42008-08-24 21:50:06 -04003249 phba->alpa_map[0],
James Smart76a95d72010-11-20 23:11:48 -05003250 bf_get(lpfc_mbx_read_top_mm, la),
3251 bf_get(lpfc_mbx_read_top_fa, la),
James Smart84774a42008-08-24 21:50:06 -04003252 phba->wait_4_mlo_maint_flg);
James Smart5b8bd0c2007-04-25 09:52:49 -04003253 }
James Smart92d7f7b2007-06-17 19:56:38 -05003254 lpfc_mbx_process_link_up(phba, la);
James Smart76a95d72010-11-20 23:11:48 -05003255 } else if (bf_get(lpfc_mbx_read_top_att_type, la) ==
3256 LPFC_ATT_LINK_DOWN) {
dea31012005-04-17 16:05:31 -05003257 phba->fc_stat.LinkDown++;
James Smart1b511972011-12-13 13:23:09 -05003258 if (phba->link_flag & LS_LOOPBACK_MODE)
James Smart3163f722008-02-08 18:50:25 -05003259 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3260 "1308 Link Down Event in loop back mode "
3261 "x%x received "
3262 "Data: x%x x%x x%x\n",
3263 la->eventTag, phba->fc_eventTag,
3264 phba->pport->port_state, vport->fc_flag);
James Smart1b511972011-12-13 13:23:09 -05003265 else
James Smart3163f722008-02-08 18:50:25 -05003266 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003267 "1305 Link Down Event x%x received "
James Smart84774a42008-08-24 21:50:06 -04003268 "Data: x%x x%x x%x x%x x%x\n",
3269 la->eventTag, phba->fc_eventTag,
3270 phba->pport->port_state, vport->fc_flag,
James Smart76a95d72010-11-20 23:11:48 -05003271 bf_get(lpfc_mbx_read_top_mm, la),
3272 bf_get(lpfc_mbx_read_top_fa, la));
James Smart84774a42008-08-24 21:50:06 -04003273 lpfc_mbx_issue_link_down(phba);
3274 }
James Smart76a95d72010-11-20 23:11:48 -05003275 if ((bf_get(lpfc_mbx_read_top_mm, la)) &&
3276 (bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP)) {
James Smart84774a42008-08-24 21:50:06 -04003277 if (phba->link_state != LPFC_LINK_DOWN) {
3278 phba->fc_stat.LinkDown++;
3279 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3280 "1312 Link Down Event x%x received "
dea31012005-04-17 16:05:31 -05003281 "Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04003282 la->eventTag, phba->fc_eventTag,
James Smart2e0fef82007-06-17 19:56:36 -05003283 phba->pport->port_state, vport->fc_flag);
James Smart84774a42008-08-24 21:50:06 -04003284 lpfc_mbx_issue_link_down(phba);
3285 } else
3286 lpfc_enable_la(phba);
3287
3288 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3289 "1310 Menlo Maint Mode Link up Event x%x rcvd "
3290 "Data: x%x x%x x%x\n",
3291 la->eventTag, phba->fc_eventTag,
3292 phba->pport->port_state, vport->fc_flag);
3293 /*
3294 * The cmnd that triggered this will be waiting for this
3295 * signal.
3296 */
3297 /* WAKEUP for MENLO_SET_MODE or MENLO_RESET command. */
3298 if (phba->wait_4_mlo_maint_flg) {
3299 phba->wait_4_mlo_maint_flg = 0;
3300 wake_up_interruptible(&phba->wait_4_mlo_m_q);
James Smart3163f722008-02-08 18:50:25 -05003301 }
James Smart84774a42008-08-24 21:50:06 -04003302 }
3303
James Smart76a95d72010-11-20 23:11:48 -05003304 if (bf_get(lpfc_mbx_read_top_fa, la)) {
3305 if (bf_get(lpfc_mbx_read_top_mm, la))
James Smart84774a42008-08-24 21:50:06 -04003306 lpfc_issue_clear_la(phba, vport);
3307 lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT,
James Smart76a95d72010-11-20 23:11:48 -05003308 "1311 fa %d\n",
3309 bf_get(lpfc_mbx_read_top_fa, la));
dea31012005-04-17 16:05:31 -05003310 }
3311
James Smart76a95d72010-11-20 23:11:48 -05003312lpfc_mbx_cmpl_read_topology_free_mbuf:
dea31012005-04-17 16:05:31 -05003313 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3314 kfree(mp);
3315 mempool_free(pmb, phba->mbox_mem_pool);
3316 return;
3317}
3318
3319/*
3320 * This routine handles processing a REG_LOGIN mailbox
3321 * command upon completion. It is setup in the LPFC_MBOXQ
3322 * as the completion routine when the command is
3323 * handed off to the SLI layer.
3324 */
3325void
James Smart2e0fef82007-06-17 19:56:36 -05003326lpfc_mbx_cmpl_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003327{
James Smart2e0fef82007-06-17 19:56:36 -05003328 struct lpfc_vport *vport = pmb->vport;
James Smart92d7f7b2007-06-17 19:56:38 -05003329 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart2e0fef82007-06-17 19:56:36 -05003330 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
James Smartffc95492010-06-07 15:23:17 -04003331 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
dea31012005-04-17 16:05:31 -05003332
dea31012005-04-17 16:05:31 -05003333 pmb->context1 = NULL;
James Smartd439d282010-09-29 11:18:45 -04003334 pmb->context2 = NULL;
dea31012005-04-17 16:05:31 -05003335
James Smartffc95492010-06-07 15:23:17 -04003336 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND)
3337 ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND;
3338
James Smart40426292010-12-15 17:58:10 -05003339 if (ndlp->nlp_flag & NLP_IGNR_REG_CMPL ||
3340 ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) {
James Smartffc95492010-06-07 15:23:17 -04003341 /* We rcvd a rscn after issuing this
3342 * mbox reg login, we may have cycled
3343 * back through the state and be
3344 * back at reg login state so this
3345 * mbox needs to be ignored becase
3346 * there is another reg login in
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003347 * process.
James Smartffc95492010-06-07 15:23:17 -04003348 */
3349 spin_lock_irq(shost->host_lock);
3350 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
3351 spin_unlock_irq(shost->host_lock);
James Smartffc95492010-06-07 15:23:17 -04003352 } else
3353 /* Good status, call state machine */
3354 lpfc_disc_state_machine(vport, ndlp, pmb,
3355 NLP_EVT_CMPL_REG_LOGIN);
3356
dea31012005-04-17 16:05:31 -05003357 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3358 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05003359 mempool_free(pmb, phba->mbox_mem_pool);
James Smartfa4066b2008-01-11 01:53:27 -05003360 /* decrement the node reference count held for this callback
3361 * function.
3362 */
James Smart329f9bc2007-04-25 09:53:01 -04003363 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003364
3365 return;
3366}
3367
James Smart92d7f7b2007-06-17 19:56:38 -05003368static void
3369lpfc_mbx_cmpl_unreg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
3370{
James Smart04c68492009-05-22 14:52:52 -04003371 MAILBOX_t *mb = &pmb->u.mb;
James Smart92d7f7b2007-06-17 19:56:38 -05003372 struct lpfc_vport *vport = pmb->vport;
3373 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3374
3375 switch (mb->mbxStatus) {
3376 case 0x0011:
3377 case 0x0020:
James Smarte8b62012007-08-02 11:10:09 -04003378 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
3379 "0911 cmpl_unreg_vpi, mb status = 0x%x\n",
3380 mb->mbxStatus);
James Smart92d7f7b2007-06-17 19:56:38 -05003381 break;
James Smart78730cf2010-04-06 15:06:30 -04003382 /* If VPI is busy, reset the HBA */
3383 case 0x9700:
3384 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
3385 "2798 Unreg_vpi failed vpi 0x%x, mb status = 0x%x\n",
3386 vport->vpi, mb->mbxStatus);
3387 if (!(phba->pport->load_flag & FC_UNLOADING))
3388 lpfc_workq_post_event(phba, NULL, NULL,
3389 LPFC_EVT_RESET_HBA);
James Smart92d7f7b2007-06-17 19:56:38 -05003390 }
James Smart72100cc2010-02-12 14:43:01 -05003391 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05003392 vport->vpi_state &= ~LPFC_VPI_REGISTERED;
James Smart19878072009-12-21 17:02:00 -05003393 vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI;
James Smart72100cc2010-02-12 14:43:01 -05003394 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05003395 vport->unreg_vpi_cmpl = VPORT_OK;
3396 mempool_free(pmb, phba->mbox_mem_pool);
James Smart1151e3e2011-02-16 12:39:35 -05003397 lpfc_cleanup_vports_rrqs(vport, NULL);
James Smart92d7f7b2007-06-17 19:56:38 -05003398 /*
3399 * This shost reference might have been taken at the beginning of
3400 * lpfc_vport_delete()
3401 */
James Smart1c6f4ef52009-11-18 15:40:49 -05003402 if ((vport->load_flag & FC_UNLOADING) && (vport != phba->pport))
James Smart92d7f7b2007-06-17 19:56:38 -05003403 scsi_host_put(shost);
3404}
3405
James Smartd7c255b2008-08-24 21:50:00 -04003406int
James Smart92d7f7b2007-06-17 19:56:38 -05003407lpfc_mbx_unreg_vpi(struct lpfc_vport *vport)
3408{
3409 struct lpfc_hba *phba = vport->phba;
3410 LPFC_MBOXQ_t *mbox;
3411 int rc;
3412
3413 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3414 if (!mbox)
James Smartd7c255b2008-08-24 21:50:00 -04003415 return 1;
James Smart92d7f7b2007-06-17 19:56:38 -05003416
3417 lpfc_unreg_vpi(phba, vport->vpi, mbox);
3418 mbox->vport = vport;
3419 mbox->mbox_cmpl = lpfc_mbx_cmpl_unreg_vpi;
James Smart0b727fe2007-10-27 13:37:25 -04003420 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart92d7f7b2007-06-17 19:56:38 -05003421 if (rc == MBX_NOT_FINISHED) {
James Smarte8b62012007-08-02 11:10:09 -04003422 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
3423 "1800 Could not issue unreg_vpi\n");
James Smart92d7f7b2007-06-17 19:56:38 -05003424 mempool_free(mbox, phba->mbox_mem_pool);
3425 vport->unreg_vpi_cmpl = VPORT_ERROR;
James Smartd7c255b2008-08-24 21:50:00 -04003426 return rc;
James Smart92d7f7b2007-06-17 19:56:38 -05003427 }
James Smartd7c255b2008-08-24 21:50:00 -04003428 return 0;
James Smart92d7f7b2007-06-17 19:56:38 -05003429}
3430
3431static void
3432lpfc_mbx_cmpl_reg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
3433{
3434 struct lpfc_vport *vport = pmb->vport;
3435 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart04c68492009-05-22 14:52:52 -04003436 MAILBOX_t *mb = &pmb->u.mb;
James Smart92d7f7b2007-06-17 19:56:38 -05003437
3438 switch (mb->mbxStatus) {
3439 case 0x0011:
3440 case 0x9601:
3441 case 0x9602:
James Smarte8b62012007-08-02 11:10:09 -04003442 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
3443 "0912 cmpl_reg_vpi, mb status = 0x%x\n",
3444 mb->mbxStatus);
James Smart92d7f7b2007-06-17 19:56:38 -05003445 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
3446 spin_lock_irq(shost->host_lock);
3447 vport->fc_flag &= ~(FC_FABRIC | FC_PUBLIC_LOOP);
3448 spin_unlock_irq(shost->host_lock);
3449 vport->fc_myDID = 0;
3450 goto out;
3451 }
James Smart92d7f7b2007-06-17 19:56:38 -05003452
James Smart72100cc2010-02-12 14:43:01 -05003453 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05003454 vport->vpi_state |= LPFC_VPI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05003455 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
James Smart72100cc2010-02-12 14:43:01 -05003456 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05003457 vport->num_disc_nodes = 0;
3458 /* go thru NPR list and issue ELS PLOGIs */
3459 if (vport->fc_npr_cnt)
3460 lpfc_els_disc_plogi(vport);
3461
3462 if (!vport->num_disc_nodes) {
3463 spin_lock_irq(shost->host_lock);
3464 vport->fc_flag &= ~FC_NDISC_ACTIVE;
3465 spin_unlock_irq(shost->host_lock);
3466 lpfc_can_disctmo(vport);
3467 }
3468 vport->port_state = LPFC_VPORT_READY;
3469
3470out:
3471 mempool_free(pmb, phba->mbox_mem_pool);
3472 return;
3473}
3474
James Smart21e9a0a2009-05-22 14:53:21 -04003475/**
3476 * lpfc_create_static_vport - Read HBA config region to create static vports.
3477 * @phba: pointer to lpfc hba data structure.
3478 *
3479 * This routine issue a DUMP mailbox command for config region 22 to get
3480 * the list of static vports to be created. The function create vports
3481 * based on the information returned from the HBA.
3482 **/
3483void
3484lpfc_create_static_vport(struct lpfc_hba *phba)
3485{
3486 LPFC_MBOXQ_t *pmb = NULL;
3487 MAILBOX_t *mb;
3488 struct static_vport_info *vport_info;
James Smart1c6834a2009-07-19 10:01:26 -04003489 int rc = 0, i;
James Smart21e9a0a2009-05-22 14:53:21 -04003490 struct fc_vport_identifiers vport_id;
3491 struct fc_vport *new_fc_vport;
3492 struct Scsi_Host *shost;
3493 struct lpfc_vport *vport;
3494 uint16_t offset = 0;
3495 uint8_t *vport_buff;
James Smart1c6834a2009-07-19 10:01:26 -04003496 struct lpfc_dmabuf *mp;
3497 uint32_t byte_count = 0;
James Smart21e9a0a2009-05-22 14:53:21 -04003498
3499 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3500 if (!pmb) {
3501 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3502 "0542 lpfc_create_static_vport failed to"
3503 " allocate mailbox memory\n");
3504 return;
3505 }
3506
3507 mb = &pmb->u.mb;
3508
3509 vport_info = kzalloc(sizeof(struct static_vport_info), GFP_KERNEL);
3510 if (!vport_info) {
3511 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3512 "0543 lpfc_create_static_vport failed to"
3513 " allocate vport_info\n");
3514 mempool_free(pmb, phba->mbox_mem_pool);
3515 return;
3516 }
3517
3518 vport_buff = (uint8_t *) vport_info;
3519 do {
James Smart1c6834a2009-07-19 10:01:26 -04003520 if (lpfc_dump_static_vport(phba, pmb, offset))
3521 goto out;
3522
James Smart21e9a0a2009-05-22 14:53:21 -04003523 pmb->vport = phba->pport;
3524 rc = lpfc_sli_issue_mbox_wait(phba, pmb, LPFC_MBOX_TMO);
3525
3526 if ((rc != MBX_SUCCESS) || mb->mbxStatus) {
3527 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
3528 "0544 lpfc_create_static_vport failed to"
3529 " issue dump mailbox command ret 0x%x "
3530 "status 0x%x\n",
3531 rc, mb->mbxStatus);
3532 goto out;
3533 }
3534
James Smart1c6834a2009-07-19 10:01:26 -04003535 if (phba->sli_rev == LPFC_SLI_REV4) {
3536 byte_count = pmb->u.mqe.un.mb_words[5];
3537 mp = (struct lpfc_dmabuf *) pmb->context2;
3538 if (byte_count > sizeof(struct static_vport_info) -
3539 offset)
3540 byte_count = sizeof(struct static_vport_info)
3541 - offset;
3542 memcpy(vport_buff + offset, mp->virt, byte_count);
3543 offset += byte_count;
3544 } else {
3545 if (mb->un.varDmp.word_cnt >
3546 sizeof(struct static_vport_info) - offset)
3547 mb->un.varDmp.word_cnt =
3548 sizeof(struct static_vport_info)
3549 - offset;
3550 byte_count = mb->un.varDmp.word_cnt;
3551 lpfc_sli_pcimem_bcopy(((uint8_t *)mb) + DMP_RSP_OFFSET,
3552 vport_buff + offset,
3553 byte_count);
James Smart21e9a0a2009-05-22 14:53:21 -04003554
James Smart1c6834a2009-07-19 10:01:26 -04003555 offset += byte_count;
3556 }
James Smart21e9a0a2009-05-22 14:53:21 -04003557
James Smart1c6834a2009-07-19 10:01:26 -04003558 } while (byte_count &&
James Smart21e9a0a2009-05-22 14:53:21 -04003559 offset < sizeof(struct static_vport_info));
3560
3561
3562 if ((le32_to_cpu(vport_info->signature) != VPORT_INFO_SIG) ||
3563 ((le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK)
3564 != VPORT_INFO_REV)) {
3565 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3566 "0545 lpfc_create_static_vport bad"
3567 " information header 0x%x 0x%x\n",
3568 le32_to_cpu(vport_info->signature),
3569 le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK);
3570
3571 goto out;
3572 }
3573
3574 shost = lpfc_shost_from_vport(phba->pport);
3575
3576 for (i = 0; i < MAX_STATIC_VPORT_COUNT; i++) {
3577 memset(&vport_id, 0, sizeof(vport_id));
3578 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn);
3579 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn);
3580 if (!vport_id.port_name || !vport_id.node_name)
3581 continue;
3582
3583 vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR;
3584 vport_id.vport_type = FC_PORTTYPE_NPIV;
3585 vport_id.disable = false;
3586 new_fc_vport = fc_vport_create(shost, 0, &vport_id);
3587
3588 if (!new_fc_vport) {
3589 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
3590 "0546 lpfc_create_static_vport failed to"
James Smarte4e74272009-07-19 10:01:38 -04003591 " create vport\n");
James Smart21e9a0a2009-05-22 14:53:21 -04003592 continue;
3593 }
3594
3595 vport = *(struct lpfc_vport **)new_fc_vport->dd_data;
3596 vport->vport_flag |= STATIC_VPORT;
3597 }
3598
3599out:
James Smart21e9a0a2009-05-22 14:53:21 -04003600 kfree(vport_info);
James Smart1c6834a2009-07-19 10:01:26 -04003601 if (rc != MBX_TIMEOUT) {
3602 if (pmb->context2) {
3603 mp = (struct lpfc_dmabuf *) pmb->context2;
3604 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3605 kfree(mp);
3606 }
James Smart21e9a0a2009-05-22 14:53:21 -04003607 mempool_free(pmb, phba->mbox_mem_pool);
James Smart1c6834a2009-07-19 10:01:26 -04003608 }
James Smart21e9a0a2009-05-22 14:53:21 -04003609
3610 return;
3611}
3612
dea31012005-04-17 16:05:31 -05003613/*
3614 * This routine handles processing a Fabric REG_LOGIN mailbox
3615 * command upon completion. It is setup in the LPFC_MBOXQ
3616 * as the completion routine when the command is
3617 * handed off to the SLI layer.
3618 */
3619void
James Smart2e0fef82007-06-17 19:56:36 -05003620lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003621{
James Smart92d7f7b2007-06-17 19:56:38 -05003622 struct lpfc_vport *vport = pmb->vport;
James Smart21e9a0a2009-05-22 14:53:21 -04003623 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05003624 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart92d7f7b2007-06-17 19:56:38 -05003625 struct lpfc_nodelist *ndlp;
James Smartdf9e1b52011-12-13 13:22:17 -05003626 struct Scsi_Host *shost;
dea31012005-04-17 16:05:31 -05003627
James Smart549e55c2007-08-02 11:09:51 -04003628 ndlp = (struct lpfc_nodelist *) pmb->context2;
James Smart329f9bc2007-04-25 09:53:01 -04003629 pmb->context1 = NULL;
3630 pmb->context2 = NULL;
James Smartd439d282010-09-29 11:18:45 -04003631
dea31012005-04-17 16:05:31 -05003632 if (mb->mbxStatus) {
James Smart21e9a0a2009-05-22 14:53:21 -04003633 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
3634 "0258 Register Fabric login error: 0x%x\n",
3635 mb->mbxStatus);
dea31012005-04-17 16:05:31 -05003636 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3637 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04003638 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003639
James Smart76a95d72010-11-20 23:11:48 -05003640 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05003641 /* FLOGI failed, use loop map to make discovery list */
3642 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05003643
James Smart92d7f7b2007-06-17 19:56:38 -05003644 /* Start discovery */
3645 lpfc_disc_start(vport);
James Smarte47c9092008-02-08 18:49:26 -05003646 /* Decrement the reference count to ndlp after the
3647 * reference to the ndlp are done.
3648 */
3649 lpfc_nlp_put(ndlp);
James Smart92d7f7b2007-06-17 19:56:38 -05003650 return;
3651 }
3652
3653 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smarte47c9092008-02-08 18:49:26 -05003654 /* Decrement the reference count to ndlp after the reference
3655 * to the ndlp are done.
3656 */
3657 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003658 return;
3659 }
3660
James Smart6d368e52011-05-24 11:44:12 -04003661 if (phba->sli_rev < LPFC_SLI_REV4)
3662 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05003663 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05003664 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05003665 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05003666
James Smart2e0fef82007-06-17 19:56:36 -05003667 if (vport->port_state == LPFC_FABRIC_CFG_LINK) {
James Smart4b40c592010-03-15 11:25:44 -04003668 /* when physical port receive logo donot start
3669 * vport discovery */
3670 if (!(vport->fc_flag & FC_LOGO_RCVD_DID_CHNG))
3671 lpfc_start_fdiscs(phba);
James Smartdf9e1b52011-12-13 13:22:17 -05003672 else {
3673 shost = lpfc_shost_from_vport(vport);
3674 spin_lock_irq(shost->host_lock);
James Smart4b40c592010-03-15 11:25:44 -04003675 vport->fc_flag &= ~FC_LOGO_RCVD_DID_CHNG ;
James Smartdf9e1b52011-12-13 13:22:17 -05003676 spin_unlock_irq(shost->host_lock);
3677 }
James Smart92d7f7b2007-06-17 19:56:38 -05003678 lpfc_do_scr_ns_plogi(phba, vport);
dea31012005-04-17 16:05:31 -05003679 }
3680
3681 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3682 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04003683 mempool_free(pmb, phba->mbox_mem_pool);
James Smarte47c9092008-02-08 18:49:26 -05003684
3685 /* Drop the reference count from the mbox at the end after
3686 * all the current reference to the ndlp have been done.
3687 */
3688 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003689 return;
3690}
3691
3692/*
3693 * This routine handles processing a NameServer REG_LOGIN mailbox
3694 * command upon completion. It is setup in the LPFC_MBOXQ
3695 * as the completion routine when the command is
3696 * handed off to the SLI layer.
3697 */
3698void
James Smart2e0fef82007-06-17 19:56:36 -05003699lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003700{
James Smart21e9a0a2009-05-22 14:53:21 -04003701 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05003702 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
3703 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
3704 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05003705
James Smartd439d282010-09-29 11:18:45 -04003706 pmb->context1 = NULL;
3707 pmb->context2 = NULL;
3708
dea31012005-04-17 16:05:31 -05003709 if (mb->mbxStatus) {
James Smart92d7f7b2007-06-17 19:56:38 -05003710out:
James Smart21e9a0a2009-05-22 14:53:21 -04003711 lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS,
3712 "0260 Register NameServer error: 0x%x\n",
3713 mb->mbxStatus);
James Smartfa4066b2008-01-11 01:53:27 -05003714 /* decrement the node reference count held for this
3715 * callback function.
3716 */
James Smart329f9bc2007-04-25 09:53:01 -04003717 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003718 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3719 kfree(mp);
James Smartde0c5b32007-04-25 09:52:27 -04003720 mempool_free(pmb, phba->mbox_mem_pool);
James Smart87af33f2007-10-27 13:37:43 -04003721
3722 /* If no other thread is using the ndlp, free it */
3723 lpfc_nlp_not_used(ndlp);
dea31012005-04-17 16:05:31 -05003724
James Smart76a95d72010-11-20 23:11:48 -05003725 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05003726 /*
3727 * RegLogin failed, use loop map to make discovery
3728 * list
3729 */
3730 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05003731
James Smart92d7f7b2007-06-17 19:56:38 -05003732 /* Start discovery */
3733 lpfc_disc_start(vport);
3734 return;
3735 }
3736 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
dea31012005-04-17 16:05:31 -05003737 return;
3738 }
3739
James Smart6d368e52011-05-24 11:44:12 -04003740 if (phba->sli_rev < LPFC_SLI_REV4)
3741 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05003742 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05003743 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05003744 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05003745
James Smart2e0fef82007-06-17 19:56:36 -05003746 if (vport->port_state < LPFC_VPORT_READY) {
3747 /* Link up discovery requires Fabric registration. */
James Smart92d7f7b2007-06-17 19:56:38 -05003748 lpfc_ns_cmd(vport, SLI_CTNS_RFF_ID, 0, 0); /* Do this first! */
3749 lpfc_ns_cmd(vport, SLI_CTNS_RNN_ID, 0, 0);
3750 lpfc_ns_cmd(vport, SLI_CTNS_RSNN_NN, 0, 0);
3751 lpfc_ns_cmd(vport, SLI_CTNS_RSPN_ID, 0, 0);
3752 lpfc_ns_cmd(vport, SLI_CTNS_RFT_ID, 0, 0);
3753
3754 /* Issue SCR just before NameServer GID_FT Query */
3755 lpfc_issue_els_scr(vport, SCR_DID, 0);
dea31012005-04-17 16:05:31 -05003756 }
3757
James Smart2e0fef82007-06-17 19:56:36 -05003758 vport->fc_ns_retry = 0;
dea31012005-04-17 16:05:31 -05003759 /* Good status, issue CT Request to NameServer */
James Smart92d7f7b2007-06-17 19:56:38 -05003760 if (lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, 0, 0)) {
dea31012005-04-17 16:05:31 -05003761 /* Cannot issue NameServer Query, so finish up discovery */
James Smart92d7f7b2007-06-17 19:56:38 -05003762 goto out;
dea31012005-04-17 16:05:31 -05003763 }
3764
James Smartfa4066b2008-01-11 01:53:27 -05003765 /* decrement the node reference count held for this
3766 * callback function.
3767 */
James Smart329f9bc2007-04-25 09:53:01 -04003768 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003769 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3770 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05003771 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003772
3773 return;
3774}
3775
3776static void
James Smart2e0fef82007-06-17 19:56:36 -05003777lpfc_register_remote_port(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05003778{
James Smart2e0fef82007-06-17 19:56:36 -05003779 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3780 struct fc_rport *rport;
dea31012005-04-17 16:05:31 -05003781 struct lpfc_rport_data *rdata;
3782 struct fc_rport_identifiers rport_ids;
James Smart2e0fef82007-06-17 19:56:36 -05003783 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05003784
3785 /* Remote port has reappeared. Re-register w/ FC transport */
Andrew Morton68ce1eb2005-09-21 09:46:54 -07003786 rport_ids.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn);
3787 rport_ids.port_name = wwn_to_u64(ndlp->nlp_portname.u.wwn);
dea31012005-04-17 16:05:31 -05003788 rport_ids.port_id = ndlp->nlp_DID;
3789 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN;
dea31012005-04-17 16:05:31 -05003790
James Smart329f9bc2007-04-25 09:53:01 -04003791 /*
3792 * We leave our node pointer in rport->dd_data when we unregister a
3793 * FCP target port. But fc_remote_port_add zeros the space to which
3794 * rport->dd_data points. So, if we're reusing a previously
3795 * registered port, drop the reference that we took the last time we
3796 * registered the port.
3797 */
3798 if (ndlp->rport && ndlp->rport->dd_data &&
James Smarte47c9092008-02-08 18:49:26 -05003799 ((struct lpfc_rport_data *) ndlp->rport->dd_data)->pnode == ndlp)
James Smart329f9bc2007-04-25 09:53:01 -04003800 lpfc_nlp_put(ndlp);
James Smart858c9f62007-06-17 19:56:39 -05003801
3802 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
3803 "rport add: did:x%x flg:x%x type x%x",
3804 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
3805
James Smart9589b0622011-04-16 11:03:17 -04003806 /* Don't add the remote port if unloading. */
3807 if (vport->load_flag & FC_UNLOADING)
3808 return;
3809
James Smart2e0fef82007-06-17 19:56:36 -05003810 ndlp->rport = rport = fc_remote_port_add(shost, 0, &rport_ids);
James Smart329f9bc2007-04-25 09:53:01 -04003811 if (!rport || !get_device(&rport->dev)) {
dea31012005-04-17 16:05:31 -05003812 dev_printk(KERN_WARNING, &phba->pcidev->dev,
3813 "Warning: fc_remote_port_add failed\n");
3814 return;
3815 }
3816
3817 /* initialize static port data */
3818 rport->maxframe_size = ndlp->nlp_maxframe;
3819 rport->supported_classes = ndlp->nlp_class_sup;
dea31012005-04-17 16:05:31 -05003820 rdata = rport->dd_data;
James Smart329f9bc2007-04-25 09:53:01 -04003821 rdata->pnode = lpfc_nlp_get(ndlp);
James.Smart@Emulex.Com23dc04f2005-11-28 11:41:44 -05003822
3823 if (ndlp->nlp_type & NLP_FCP_TARGET)
3824 rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET;
3825 if (ndlp->nlp_type & NLP_FCP_INITIATOR)
3826 rport_ids.roles |= FC_RPORT_ROLE_FCP_INITIATOR;
3827
James.Smart@Emulex.Com23dc04f2005-11-28 11:41:44 -05003828 if (rport_ids.roles != FC_RPORT_ROLE_UNKNOWN)
3829 fc_remote_port_rolechg(rport, rport_ids.roles);
3830
James Smart071fbd3d2006-04-15 11:53:20 -04003831 if ((rport->scsi_target_id != -1) &&
James Smart92d7f7b2007-06-17 19:56:38 -05003832 (rport->scsi_target_id < LPFC_MAX_TARGET)) {
James Smart071fbd3d2006-04-15 11:53:20 -04003833 ndlp->nlp_sid = rport->scsi_target_id;
3834 }
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04003835 return;
3836}
3837
3838static void
James Smart2e0fef82007-06-17 19:56:36 -05003839lpfc_unregister_remote_port(struct lpfc_nodelist *ndlp)
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04003840{
3841 struct fc_rport *rport = ndlp->rport;
James Smartc01f3202006-08-18 17:47:08 -04003842
James Smart858c9f62007-06-17 19:56:39 -05003843 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_RPORT,
3844 "rport delete: did:x%x flg:x%x type x%x",
3845 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
3846
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04003847 fc_remote_port_delete(rport);
dea31012005-04-17 16:05:31 -05003848
3849 return;
3850}
3851
James Smartde0c5b32007-04-25 09:52:27 -04003852static void
James Smart2e0fef82007-06-17 19:56:36 -05003853lpfc_nlp_counters(struct lpfc_vport *vport, int state, int count)
James Smartde0c5b32007-04-25 09:52:27 -04003854{
James Smart2e0fef82007-06-17 19:56:36 -05003855 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3856
3857 spin_lock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04003858 switch (state) {
3859 case NLP_STE_UNUSED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05003860 vport->fc_unused_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003861 break;
3862 case NLP_STE_PLOGI_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05003863 vport->fc_plogi_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003864 break;
3865 case NLP_STE_ADISC_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05003866 vport->fc_adisc_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003867 break;
3868 case NLP_STE_REG_LOGIN_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05003869 vport->fc_reglogin_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003870 break;
3871 case NLP_STE_PRLI_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05003872 vport->fc_prli_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003873 break;
3874 case NLP_STE_UNMAPPED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05003875 vport->fc_unmap_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003876 break;
3877 case NLP_STE_MAPPED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05003878 vport->fc_map_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003879 break;
3880 case NLP_STE_NPR_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05003881 vport->fc_npr_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003882 break;
3883 }
James Smart2e0fef82007-06-17 19:56:36 -05003884 spin_unlock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04003885}
Jamie Wellnitz66a9ed62006-02-28 22:33:10 -05003886
James Smartde0c5b32007-04-25 09:52:27 -04003887static void
James Smart2e0fef82007-06-17 19:56:36 -05003888lpfc_nlp_state_cleanup(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
James Smartde0c5b32007-04-25 09:52:27 -04003889 int old_state, int new_state)
3890{
James Smart2e0fef82007-06-17 19:56:36 -05003891 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3892
James Smartde0c5b32007-04-25 09:52:27 -04003893 if (new_state == NLP_STE_UNMAPPED_NODE) {
James Smartde0c5b32007-04-25 09:52:27 -04003894 ndlp->nlp_flag &= ~NLP_NODEV_REMOVE;
3895 ndlp->nlp_type |= NLP_FC_NODE;
3896 }
3897 if (new_state == NLP_STE_MAPPED_NODE)
3898 ndlp->nlp_flag &= ~NLP_NODEV_REMOVE;
3899 if (new_state == NLP_STE_NPR_NODE)
3900 ndlp->nlp_flag &= ~NLP_RCV_PLOGI;
dea31012005-04-17 16:05:31 -05003901
James Smartde0c5b32007-04-25 09:52:27 -04003902 /* Transport interface */
3903 if (ndlp->rport && (old_state == NLP_STE_MAPPED_NODE ||
3904 old_state == NLP_STE_UNMAPPED_NODE)) {
James Smart2e0fef82007-06-17 19:56:36 -05003905 vport->phba->nport_event_cnt++;
3906 lpfc_unregister_remote_port(ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04003907 }
dea31012005-04-17 16:05:31 -05003908
James Smartde0c5b32007-04-25 09:52:27 -04003909 if (new_state == NLP_STE_MAPPED_NODE ||
3910 new_state == NLP_STE_UNMAPPED_NODE) {
James Smart2e0fef82007-06-17 19:56:36 -05003911 vport->phba->nport_event_cnt++;
James Smart858c9f62007-06-17 19:56:39 -05003912 /*
3913 * Tell the fc transport about the port, if we haven't
3914 * already. If we have, and it's a scsi entity, be
3915 * sure to unblock any attached scsi devices
3916 */
3917 lpfc_register_remote_port(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04003918 }
James Smartea2151b2008-09-07 11:52:10 -04003919 if ((new_state == NLP_STE_MAPPED_NODE) &&
3920 (vport->stat_data_enabled)) {
3921 /*
3922 * A new target is discovered, if there is no buffer for
3923 * statistical data collection allocate buffer.
3924 */
3925 ndlp->lat_data = kcalloc(LPFC_MAX_BUCKET_COUNT,
3926 sizeof(struct lpfc_scsicmd_bkt),
3927 GFP_KERNEL);
3928
3929 if (!ndlp->lat_data)
3930 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
3931 "0286 lpfc_nlp_state_cleanup failed to "
3932 "allocate statistical data buffer DID "
3933 "0x%x\n", ndlp->nlp_DID);
3934 }
James Smart858c9f62007-06-17 19:56:39 -05003935 /*
3936 * if we added to Mapped list, but the remote port
3937 * registration failed or assigned a target id outside
3938 * our presentable range - move the node to the
3939 * Unmapped List
3940 */
James Smartde0c5b32007-04-25 09:52:27 -04003941 if (new_state == NLP_STE_MAPPED_NODE &&
3942 (!ndlp->rport ||
3943 ndlp->rport->scsi_target_id == -1 ||
3944 ndlp->rport->scsi_target_id >= LPFC_MAX_TARGET)) {
James Smart2e0fef82007-06-17 19:56:36 -05003945 spin_lock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04003946 ndlp->nlp_flag |= NLP_TGT_NO_SCSIID;
James Smart2e0fef82007-06-17 19:56:36 -05003947 spin_unlock_irq(shost->host_lock);
3948 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05003949 }
James Smartde0c5b32007-04-25 09:52:27 -04003950}
3951
James Smart685f0bf2007-04-25 09:53:08 -04003952static char *
3953lpfc_nlp_state_name(char *buffer, size_t size, int state)
3954{
3955 static char *states[] = {
3956 [NLP_STE_UNUSED_NODE] = "UNUSED",
3957 [NLP_STE_PLOGI_ISSUE] = "PLOGI",
3958 [NLP_STE_ADISC_ISSUE] = "ADISC",
3959 [NLP_STE_REG_LOGIN_ISSUE] = "REGLOGIN",
3960 [NLP_STE_PRLI_ISSUE] = "PRLI",
3961 [NLP_STE_UNMAPPED_NODE] = "UNMAPPED",
3962 [NLP_STE_MAPPED_NODE] = "MAPPED",
3963 [NLP_STE_NPR_NODE] = "NPR",
3964 };
3965
James Smart311464e2007-08-02 11:10:37 -04003966 if (state < NLP_STE_MAX_STATE && states[state])
James Smart685f0bf2007-04-25 09:53:08 -04003967 strlcpy(buffer, states[state], size);
3968 else
3969 snprintf(buffer, size, "unknown (%d)", state);
3970 return buffer;
3971}
3972
James Smartde0c5b32007-04-25 09:52:27 -04003973void
James Smart2e0fef82007-06-17 19:56:36 -05003974lpfc_nlp_set_state(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
3975 int state)
James Smartde0c5b32007-04-25 09:52:27 -04003976{
James Smart2e0fef82007-06-17 19:56:36 -05003977 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smartde0c5b32007-04-25 09:52:27 -04003978 int old_state = ndlp->nlp_state;
James Smart685f0bf2007-04-25 09:53:08 -04003979 char name1[16], name2[16];
James Smartde0c5b32007-04-25 09:52:27 -04003980
James Smarte8b62012007-08-02 11:10:09 -04003981 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
3982 "0904 NPort state transition x%06x, %s -> %s\n",
3983 ndlp->nlp_DID,
3984 lpfc_nlp_state_name(name1, sizeof(name1), old_state),
3985 lpfc_nlp_state_name(name2, sizeof(name2), state));
James Smart858c9f62007-06-17 19:56:39 -05003986
3987 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
3988 "node statechg did:x%x old:%d ste:%d",
3989 ndlp->nlp_DID, old_state, state);
3990
James Smartde0c5b32007-04-25 09:52:27 -04003991 if (old_state == NLP_STE_NPR_NODE &&
James Smartde0c5b32007-04-25 09:52:27 -04003992 state != NLP_STE_NPR_NODE)
James Smart2e0fef82007-06-17 19:56:36 -05003993 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04003994 if (old_state == NLP_STE_UNMAPPED_NODE) {
3995 ndlp->nlp_flag &= ~NLP_TGT_NO_SCSIID;
3996 ndlp->nlp_type &= ~NLP_FC_NODE;
3997 }
3998
James Smart685f0bf2007-04-25 09:53:08 -04003999 if (list_empty(&ndlp->nlp_listp)) {
James Smart2e0fef82007-06-17 19:56:36 -05004000 spin_lock_irq(shost->host_lock);
4001 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
4002 spin_unlock_irq(shost->host_lock);
James Smart685f0bf2007-04-25 09:53:08 -04004003 } else if (old_state)
James Smart2e0fef82007-06-17 19:56:36 -05004004 lpfc_nlp_counters(vport, old_state, -1);
James Smartde0c5b32007-04-25 09:52:27 -04004005
4006 ndlp->nlp_state = state;
James Smart2e0fef82007-06-17 19:56:36 -05004007 lpfc_nlp_counters(vport, state, 1);
4008 lpfc_nlp_state_cleanup(vport, ndlp, old_state, state);
James Smartde0c5b32007-04-25 09:52:27 -04004009}
4010
4011void
James Smarte47c9092008-02-08 18:49:26 -05004012lpfc_enqueue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
4013{
4014 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4015
4016 if (list_empty(&ndlp->nlp_listp)) {
4017 spin_lock_irq(shost->host_lock);
4018 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
4019 spin_unlock_irq(shost->host_lock);
4020 }
4021}
4022
4023void
James Smart2e0fef82007-06-17 19:56:36 -05004024lpfc_dequeue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smartde0c5b32007-04-25 09:52:27 -04004025{
James Smart2e0fef82007-06-17 19:56:36 -05004026 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4027
James Smart0d2b6b82008-06-14 22:52:47 -04004028 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04004029 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
James Smart2e0fef82007-06-17 19:56:36 -05004030 lpfc_nlp_counters(vport, ndlp->nlp_state, -1);
4031 spin_lock_irq(shost->host_lock);
James Smart685f0bf2007-04-25 09:53:08 -04004032 list_del_init(&ndlp->nlp_listp);
James Smart2e0fef82007-06-17 19:56:36 -05004033 spin_unlock_irq(shost->host_lock);
James Smart858c9f62007-06-17 19:56:39 -05004034 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state,
James Smarte47c9092008-02-08 18:49:26 -05004035 NLP_STE_UNUSED_NODE);
4036}
4037
Adrian Bunk4d9db012008-02-14 23:24:02 +02004038static void
James Smarte47c9092008-02-08 18:49:26 -05004039lpfc_disable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
4040{
James Smart0d2b6b82008-06-14 22:52:47 -04004041 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smarte47c9092008-02-08 18:49:26 -05004042 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
4043 lpfc_nlp_counters(vport, ndlp->nlp_state, -1);
4044 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state,
4045 NLP_STE_UNUSED_NODE);
4046}
James Smart109f6ed2008-12-04 22:39:08 -05004047/**
James Smart3621a712009-04-06 18:47:14 -04004048 * lpfc_initialize_node - Initialize all fields of node object
James Smart109f6ed2008-12-04 22:39:08 -05004049 * @vport: Pointer to Virtual Port object.
4050 * @ndlp: Pointer to FC node object.
4051 * @did: FC_ID of the node.
James Smarta257bf92009-04-06 18:48:10 -04004052 *
4053 * This function is always called when node object need to be initialized.
4054 * It initializes all the fields of the node object. Although the reference
4055 * to phba from @ndlp can be obtained indirectly through it's reference to
4056 * @vport, a direct reference to phba is taken here by @ndlp. This is due
4057 * to the life-span of the @ndlp might go beyond the existence of @vport as
4058 * the final release of ndlp is determined by its reference count. And, the
4059 * operation on @ndlp needs the reference to phba.
James Smart109f6ed2008-12-04 22:39:08 -05004060 **/
4061static inline void
4062lpfc_initialize_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4063 uint32_t did)
4064{
4065 INIT_LIST_HEAD(&ndlp->els_retry_evt.evt_listp);
4066 INIT_LIST_HEAD(&ndlp->dev_loss_evt.evt_listp);
4067 init_timer(&ndlp->nlp_delayfunc);
4068 ndlp->nlp_delayfunc.function = lpfc_els_retry_delay;
4069 ndlp->nlp_delayfunc.data = (unsigned long)ndlp;
4070 ndlp->nlp_DID = did;
4071 ndlp->vport = vport;
James Smarta257bf92009-04-06 18:48:10 -04004072 ndlp->phba = vport->phba;
James Smart109f6ed2008-12-04 22:39:08 -05004073 ndlp->nlp_sid = NLP_NO_SID;
4074 kref_init(&ndlp->kref);
4075 NLP_INT_NODE_ACT(ndlp);
4076 atomic_set(&ndlp->cmd_pending, 0);
James Smart7dc517d2010-07-14 15:32:10 -04004077 ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth;
James Smart40426292010-12-15 17:58:10 -05004078 if (vport->phba->sli_rev == LPFC_SLI_REV4)
4079 ndlp->nlp_rpi = lpfc_sli4_alloc_rpi(vport->phba);
James Smart109f6ed2008-12-04 22:39:08 -05004080}
James Smarte47c9092008-02-08 18:49:26 -05004081
4082struct lpfc_nodelist *
4083lpfc_enable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4084 int state)
4085{
4086 struct lpfc_hba *phba = vport->phba;
4087 uint32_t did;
4088 unsigned long flags;
4089
4090 if (!ndlp)
4091 return NULL;
4092
4093 spin_lock_irqsave(&phba->ndlp_lock, flags);
4094 /* The ndlp should not be in memory free mode */
4095 if (NLP_CHK_FREE_REQ(ndlp)) {
4096 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
4097 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4098 "0277 lpfc_enable_node: ndlp:x%p "
4099 "usgmap:x%x refcnt:%d\n",
4100 (void *)ndlp, ndlp->nlp_usg_map,
4101 atomic_read(&ndlp->kref.refcount));
4102 return NULL;
4103 }
4104 /* The ndlp should not already be in active mode */
4105 if (NLP_CHK_NODE_ACT(ndlp)) {
4106 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
4107 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4108 "0278 lpfc_enable_node: ndlp:x%p "
4109 "usgmap:x%x refcnt:%d\n",
4110 (void *)ndlp, ndlp->nlp_usg_map,
4111 atomic_read(&ndlp->kref.refcount));
4112 return NULL;
4113 }
4114
4115 /* Keep the original DID */
4116 did = ndlp->nlp_DID;
4117
4118 /* re-initialize ndlp except of ndlp linked list pointer */
4119 memset((((char *)ndlp) + sizeof (struct list_head)), 0,
4120 sizeof (struct lpfc_nodelist) - sizeof (struct list_head));
James Smart109f6ed2008-12-04 22:39:08 -05004121 lpfc_initialize_node(vport, ndlp, did);
James Smarte47c9092008-02-08 18:49:26 -05004122
4123 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
4124
4125 if (state != NLP_STE_UNUSED_NODE)
4126 lpfc_nlp_set_state(vport, ndlp, state);
4127
4128 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
4129 "node enable: did:x%x",
4130 ndlp->nlp_DID, 0, 0);
4131 return ndlp;
James Smartde0c5b32007-04-25 09:52:27 -04004132}
4133
4134void
James Smart2e0fef82007-06-17 19:56:36 -05004135lpfc_drop_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smartde0c5b32007-04-25 09:52:27 -04004136{
James Smart87af33f2007-10-27 13:37:43 -04004137 /*
James Smartfa4066b2008-01-11 01:53:27 -05004138 * Use of lpfc_drop_node and UNUSED list: lpfc_drop_node should
James Smart87af33f2007-10-27 13:37:43 -04004139 * be used if we wish to issue the "last" lpfc_nlp_put() to remove
James Smartfa4066b2008-01-11 01:53:27 -05004140 * the ndlp from the vport. The ndlp marked as UNUSED on the list
4141 * until ALL other outstanding threads have completed. We check
4142 * that the ndlp not already in the UNUSED state before we proceed.
James Smart87af33f2007-10-27 13:37:43 -04004143 */
James Smartfa4066b2008-01-11 01:53:27 -05004144 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
4145 return;
James Smart51ef4c22007-08-02 11:10:31 -04004146 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNUSED_NODE);
James Smart1151e3e2011-02-16 12:39:35 -05004147 if (vport->phba->sli_rev == LPFC_SLI_REV4)
4148 lpfc_cleanup_vports_rrqs(vport, ndlp);
James Smart87af33f2007-10-27 13:37:43 -04004149 lpfc_nlp_put(ndlp);
James Smart98c9ea52007-10-27 13:37:33 -04004150 return;
dea31012005-04-17 16:05:31 -05004151}
4152
4153/*
4154 * Start / ReStart rescue timer for Discovery / RSCN handling
4155 */
4156void
James Smart2e0fef82007-06-17 19:56:36 -05004157lpfc_set_disctmo(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004158{
James Smart2e0fef82007-06-17 19:56:36 -05004159 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4160 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05004161 uint32_t tmo;
4162
James Smart2e0fef82007-06-17 19:56:36 -05004163 if (vport->port_state == LPFC_LOCAL_CFG_LINK) {
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02004164 /* For FAN, timeout should be greater than edtov */
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004165 tmo = (((phba->fc_edtov + 999) / 1000) + 1);
4166 } else {
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02004167 /* Normal discovery timeout should be > than ELS/CT timeout
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004168 * FC spec states we need 3 * ratov for CT requests
4169 */
4170 tmo = ((phba->fc_ratov * 3) + 3);
4171 }
dea31012005-04-17 16:05:31 -05004172
James Smart858c9f62007-06-17 19:56:39 -05004173
4174 if (!timer_pending(&vport->fc_disctmo)) {
4175 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
4176 "set disc timer: tmo:x%x state:x%x flg:x%x",
4177 tmo, vport->port_state, vport->fc_flag);
4178 }
4179
James Smart2e0fef82007-06-17 19:56:36 -05004180 mod_timer(&vport->fc_disctmo, jiffies + HZ * tmo);
4181 spin_lock_irq(shost->host_lock);
4182 vport->fc_flag |= FC_DISC_TMO;
4183 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004184
4185 /* Start Discovery Timer state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04004186 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
4187 "0247 Start Discovery Timer state x%x "
4188 "Data: x%x x%lx x%x x%x\n",
4189 vport->port_state, tmo,
4190 (unsigned long)&vport->fc_disctmo, vport->fc_plogi_cnt,
4191 vport->fc_adisc_cnt);
dea31012005-04-17 16:05:31 -05004192
4193 return;
4194}
4195
4196/*
4197 * Cancel rescue timer for Discovery / RSCN handling
4198 */
4199int
James Smart2e0fef82007-06-17 19:56:36 -05004200lpfc_can_disctmo(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004201{
James Smart2e0fef82007-06-17 19:56:36 -05004202 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart2e0fef82007-06-17 19:56:36 -05004203 unsigned long iflags;
4204
James Smart858c9f62007-06-17 19:56:39 -05004205 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
4206 "can disc timer: state:x%x rtry:x%x flg:x%x",
4207 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
4208
dea31012005-04-17 16:05:31 -05004209 /* Turn off discovery timer if its running */
James Smart2e0fef82007-06-17 19:56:36 -05004210 if (vport->fc_flag & FC_DISC_TMO) {
4211 spin_lock_irqsave(shost->host_lock, iflags);
4212 vport->fc_flag &= ~FC_DISC_TMO;
4213 spin_unlock_irqrestore(shost->host_lock, iflags);
4214 del_timer_sync(&vport->fc_disctmo);
4215 spin_lock_irqsave(&vport->work_port_lock, iflags);
4216 vport->work_port_events &= ~WORKER_DISC_TMO;
4217 spin_unlock_irqrestore(&vport->work_port_lock, iflags);
dea31012005-04-17 16:05:31 -05004218 }
4219
4220 /* Cancel Discovery Timer state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04004221 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
4222 "0248 Cancel Discovery Timer state x%x "
4223 "Data: x%x x%x x%x\n",
4224 vport->port_state, vport->fc_flag,
4225 vport->fc_plogi_cnt, vport->fc_adisc_cnt);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004226 return 0;
dea31012005-04-17 16:05:31 -05004227}
4228
4229/*
4230 * Check specified ring for outstanding IOCB on the SLI queue
4231 * Return true if iocb matches the specified nport
4232 */
4233int
James Smart2e0fef82007-06-17 19:56:36 -05004234lpfc_check_sli_ndlp(struct lpfc_hba *phba,
4235 struct lpfc_sli_ring *pring,
4236 struct lpfc_iocbq *iocb,
4237 struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004238{
James Smart2e0fef82007-06-17 19:56:36 -05004239 struct lpfc_sli *psli = &phba->sli;
4240 IOCB_t *icmd = &iocb->iocb;
James Smart92d7f7b2007-06-17 19:56:38 -05004241 struct lpfc_vport *vport = ndlp->vport;
4242
4243 if (iocb->vport != vport)
4244 return 0;
4245
dea31012005-04-17 16:05:31 -05004246 if (pring->ringno == LPFC_ELS_RING) {
4247 switch (icmd->ulpCommand) {
4248 case CMD_GEN_REQUEST64_CR:
James Smart21e9a0a2009-05-22 14:53:21 -04004249 if (iocb->context_un.ndlp == ndlp)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004250 return 1;
dea31012005-04-17 16:05:31 -05004251 case CMD_ELS_REQUEST64_CR:
James Smart10d4e952006-04-15 11:53:15 -04004252 if (icmd->un.elsreq64.remoteID == ndlp->nlp_DID)
4253 return 1;
dea31012005-04-17 16:05:31 -05004254 case CMD_XMIT_ELS_RSP64_CX:
4255 if (iocb->context1 == (uint8_t *) ndlp)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004256 return 1;
dea31012005-04-17 16:05:31 -05004257 }
James Smarta4bc3372006-12-02 13:34:16 -05004258 } else if (pring->ringno == psli->extra_ring) {
dea31012005-04-17 16:05:31 -05004259
4260 } else if (pring->ringno == psli->fcp_ring) {
4261 /* Skip match check if waiting to relogin to FCP target */
4262 if ((ndlp->nlp_type & NLP_FCP_TARGET) &&
James Smart92d7f7b2007-06-17 19:56:38 -05004263 (ndlp->nlp_flag & NLP_DELAY_TMO)) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004264 return 0;
dea31012005-04-17 16:05:31 -05004265 }
4266 if (icmd->ulpContext == (volatile ushort)ndlp->nlp_rpi) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004267 return 1;
dea31012005-04-17 16:05:31 -05004268 }
4269 } else if (pring->ringno == psli->next_ring) {
4270
4271 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004272 return 0;
dea31012005-04-17 16:05:31 -05004273}
4274
4275/*
4276 * Free resources / clean up outstanding I/Os
4277 * associated with nlp_rpi in the LPFC_NODELIST entry.
4278 */
4279static int
James Smart2e0fef82007-06-17 19:56:36 -05004280lpfc_no_rpi(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004281{
James Smart2534ba72007-04-25 09:52:20 -04004282 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05004283 struct lpfc_sli *psli;
4284 struct lpfc_sli_ring *pring;
4285 struct lpfc_iocbq *iocb, *next_iocb;
James Smart6a9c52c2009-10-02 15:16:51 -04004286 uint32_t i;
dea31012005-04-17 16:05:31 -05004287
James Smart92d7f7b2007-06-17 19:56:38 -05004288 lpfc_fabric_abort_nport(ndlp);
4289
dea31012005-04-17 16:05:31 -05004290 /*
4291 * Everything that matches on txcmplq will be returned
4292 * by firmware with a no rpi error.
4293 */
4294 psli = &phba->sli;
James Smart40426292010-12-15 17:58:10 -05004295 if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
dea31012005-04-17 16:05:31 -05004296 /* Now process each ring */
4297 for (i = 0; i < psli->num_rings; i++) {
4298 pring = &psli->ring[i];
4299
James Smart2e0fef82007-06-17 19:56:36 -05004300 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004301 list_for_each_entry_safe(iocb, next_iocb, &pring->txq,
James Smart2e0fef82007-06-17 19:56:36 -05004302 list) {
dea31012005-04-17 16:05:31 -05004303 /*
4304 * Check to see if iocb matches the nport we are
4305 * looking for
4306 */
James Smart92d7f7b2007-06-17 19:56:38 -05004307 if ((lpfc_check_sli_ndlp(phba, pring, iocb,
4308 ndlp))) {
dea31012005-04-17 16:05:31 -05004309 /* It matches, so deque and call compl
4310 with an error */
James Smart2534ba72007-04-25 09:52:20 -04004311 list_move_tail(&iocb->list,
4312 &completions);
dea31012005-04-17 16:05:31 -05004313 pring->txq_cnt--;
dea31012005-04-17 16:05:31 -05004314 }
4315 }
James Smart2e0fef82007-06-17 19:56:36 -05004316 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004317 }
4318 }
James Smart2534ba72007-04-25 09:52:20 -04004319
James Smarta257bf92009-04-06 18:48:10 -04004320 /* Cancel all the IOCBs from the completions list */
4321 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
4322 IOERR_SLI_ABORTED);
James Smart2534ba72007-04-25 09:52:20 -04004323
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004324 return 0;
dea31012005-04-17 16:05:31 -05004325}
4326
4327/*
4328 * Free rpi associated with LPFC_NODELIST entry.
4329 * This routine is called from lpfc_freenode(), when we are removing
4330 * a LPFC_NODELIST entry. It is also called if the driver initiates a
4331 * LOGO that completes successfully, and we are waiting to PLOGI back
4332 * to the remote NPort. In addition, it is called after we receive
4333 * and unsolicated ELS cmd, send back a rsp, the rsp completes and
4334 * we are waiting to PLOGI back to the remote NPort.
4335 */
4336int
James Smart2e0fef82007-06-17 19:56:36 -05004337lpfc_unreg_rpi(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004338{
James Smart2e0fef82007-06-17 19:56:36 -05004339 struct lpfc_hba *phba = vport->phba;
4340 LPFC_MBOXQ_t *mbox;
dea31012005-04-17 16:05:31 -05004341 int rc;
James Smart6d368e52011-05-24 11:44:12 -04004342 uint16_t rpi;
dea31012005-04-17 16:05:31 -05004343
James Smart40426292010-12-15 17:58:10 -05004344 if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
James Smart2e0fef82007-06-17 19:56:36 -05004345 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4346 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04004347 /* SLI4 ports require the physical rpi value. */
4348 rpi = ndlp->nlp_rpi;
4349 if (phba->sli_rev == LPFC_SLI_REV4)
4350 rpi = phba->sli4_hba.rpi_ids[ndlp->nlp_rpi];
4351 lpfc_unreg_login(phba, vport->vpi, rpi, mbox);
James Smarted957682007-06-17 19:56:37 -05004352 mbox->vport = vport;
James Smart92d7f7b2007-06-17 19:56:38 -05004353 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -04004354 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
dea31012005-04-17 16:05:31 -05004355 if (rc == MBX_NOT_FINISHED)
James Smart2e0fef82007-06-17 19:56:36 -05004356 mempool_free(mbox, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05004357 }
dea31012005-04-17 16:05:31 -05004358 lpfc_no_rpi(phba, ndlp);
James Smartd7c47992010-06-08 18:31:54 -04004359
James Smart40426292010-12-15 17:58:10 -05004360 if (phba->sli_rev != LPFC_SLI_REV4)
4361 ndlp->nlp_rpi = 0;
4362 ndlp->nlp_flag &= ~NLP_RPI_REGISTERED;
James Smart0c287582009-06-10 17:22:56 -04004363 ndlp->nlp_flag &= ~NLP_NPR_ADISC;
dea31012005-04-17 16:05:31 -05004364 return 1;
4365 }
4366 return 0;
4367}
4368
James Smartecfd03c2010-02-12 14:41:27 -05004369/**
4370 * lpfc_unreg_hba_rpis - Unregister rpis registered to the hba.
4371 * @phba: pointer to lpfc hba data structure.
4372 *
4373 * This routine is invoked to unregister all the currently registered RPIs
4374 * to the HBA.
4375 **/
4376void
4377lpfc_unreg_hba_rpis(struct lpfc_hba *phba)
4378{
4379 struct lpfc_vport **vports;
4380 struct lpfc_nodelist *ndlp;
4381 struct Scsi_Host *shost;
4382 int i;
4383
4384 vports = lpfc_create_vport_work_array(phba);
James Smart63e801c2010-11-20 23:14:19 -05004385 if (!vports) {
4386 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
4387 "2884 Vport array allocation failed \n");
4388 return;
4389 }
James Smartecfd03c2010-02-12 14:41:27 -05004390 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
4391 shost = lpfc_shost_from_vport(vports[i]);
4392 spin_lock_irq(shost->host_lock);
4393 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) {
James Smart40426292010-12-15 17:58:10 -05004394 if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
James Smart0c9ab6f2010-02-26 14:15:57 -05004395 /* The mempool_alloc might sleep */
4396 spin_unlock_irq(shost->host_lock);
James Smartecfd03c2010-02-12 14:41:27 -05004397 lpfc_unreg_rpi(vports[i], ndlp);
James Smart0c9ab6f2010-02-26 14:15:57 -05004398 spin_lock_irq(shost->host_lock);
4399 }
James Smartecfd03c2010-02-12 14:41:27 -05004400 }
4401 spin_unlock_irq(shost->host_lock);
4402 }
4403 lpfc_destroy_vport_work_array(phba, vports);
4404}
4405
James Smart92d7f7b2007-06-17 19:56:38 -05004406void
4407lpfc_unreg_all_rpis(struct lpfc_vport *vport)
4408{
4409 struct lpfc_hba *phba = vport->phba;
4410 LPFC_MBOXQ_t *mbox;
4411 int rc;
4412
James Smart5af5eee2010-10-22 11:06:38 -04004413 if (phba->sli_rev == LPFC_SLI_REV4) {
4414 lpfc_sli4_unreg_all_rpis(vport);
4415 return;
4416 }
4417
James Smart92d7f7b2007-06-17 19:56:38 -05004418 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4419 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04004420 lpfc_unreg_login(phba, vport->vpi, LPFC_UNREG_ALL_RPIS_VPORT,
4421 mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05004422 mbox->vport = vport;
4423 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart09372822008-01-11 01:52:54 -05004424 mbox->context1 = NULL;
4425 rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO);
James Smarta257bf92009-04-06 18:48:10 -04004426 if (rc != MBX_TIMEOUT)
James Smart92d7f7b2007-06-17 19:56:38 -05004427 mempool_free(mbox, phba->mbox_mem_pool);
James Smarta257bf92009-04-06 18:48:10 -04004428
4429 if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED))
4430 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
4431 "1836 Could not issue "
4432 "unreg_login(all_rpis) status %d\n", rc);
James Smart92d7f7b2007-06-17 19:56:38 -05004433 }
4434}
4435
4436void
4437lpfc_unreg_default_rpis(struct lpfc_vport *vport)
4438{
4439 struct lpfc_hba *phba = vport->phba;
4440 LPFC_MBOXQ_t *mbox;
4441 int rc;
4442
4443 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4444 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04004445 lpfc_unreg_did(phba, vport->vpi, LPFC_UNREG_ALL_DFLT_RPIS,
4446 mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05004447 mbox->vport = vport;
4448 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart09372822008-01-11 01:52:54 -05004449 mbox->context1 = NULL;
4450 rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO);
James Smarta257bf92009-04-06 18:48:10 -04004451 if (rc != MBX_TIMEOUT)
4452 mempool_free(mbox, phba->mbox_mem_pool);
4453
4454 if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED))
James Smarte8b62012007-08-02 11:10:09 -04004455 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
4456 "1815 Could not issue "
James Smarta257bf92009-04-06 18:48:10 -04004457 "unreg_did (default rpis) status %d\n",
4458 rc);
James Smart92d7f7b2007-06-17 19:56:38 -05004459 }
4460}
4461
dea31012005-04-17 16:05:31 -05004462/*
4463 * Free resources associated with LPFC_NODELIST entry
4464 * so it can be freed.
4465 */
4466static int
James Smart2e0fef82007-06-17 19:56:36 -05004467lpfc_cleanup_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004468{
James Smart2e0fef82007-06-17 19:56:36 -05004469 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4470 struct lpfc_hba *phba = vport->phba;
4471 LPFC_MBOXQ_t *mb, *nextmb;
dea31012005-04-17 16:05:31 -05004472 struct lpfc_dmabuf *mp;
dea31012005-04-17 16:05:31 -05004473
4474 /* Cleanup node for NPort <nlp_DID> */
James Smarte8b62012007-08-02 11:10:09 -04004475 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4476 "0900 Cleanup node for NPort x%x "
4477 "Data: x%x x%x x%x\n",
4478 ndlp->nlp_DID, ndlp->nlp_flag,
4479 ndlp->nlp_state, ndlp->nlp_rpi);
James Smarte47c9092008-02-08 18:49:26 -05004480 if (NLP_CHK_FREE_REQ(ndlp)) {
4481 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4482 "0280 lpfc_cleanup_node: ndlp:x%p "
4483 "usgmap:x%x refcnt:%d\n",
4484 (void *)ndlp, ndlp->nlp_usg_map,
4485 atomic_read(&ndlp->kref.refcount));
4486 lpfc_dequeue_node(vport, ndlp);
4487 } else {
4488 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4489 "0281 lpfc_cleanup_node: ndlp:x%p "
4490 "usgmap:x%x refcnt:%d\n",
4491 (void *)ndlp, ndlp->nlp_usg_map,
4492 atomic_read(&ndlp->kref.refcount));
4493 lpfc_disable_node(vport, ndlp);
4494 }
dea31012005-04-17 16:05:31 -05004495
dea31012005-04-17 16:05:31 -05004496 /* cleanup any ndlp on mbox q waiting for reglogin cmpl */
4497 if ((mb = phba->sli.mbox_active)) {
James Smart04c68492009-05-22 14:52:52 -04004498 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) &&
dea31012005-04-17 16:05:31 -05004499 (ndlp == (struct lpfc_nodelist *) mb->context2)) {
4500 mb->context2 = NULL;
4501 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
4502 }
4503 }
James Smart33ccf8d2006-08-17 11:57:58 -04004504
James Smart2e0fef82007-06-17 19:56:36 -05004505 spin_lock_irq(&phba->hbalock);
James Smart5ac6b302010-10-22 11:05:36 -04004506 /* Cleanup REG_LOGIN completions which are not yet processed */
4507 list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) {
4508 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) ||
4509 (ndlp != (struct lpfc_nodelist *) mb->context2))
4510 continue;
4511
4512 mb->context2 = NULL;
4513 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
4514 }
4515
dea31012005-04-17 16:05:31 -05004516 list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) {
James Smart04c68492009-05-22 14:52:52 -04004517 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) &&
James Smart92d7f7b2007-06-17 19:56:38 -05004518 (ndlp == (struct lpfc_nodelist *) mb->context2)) {
dea31012005-04-17 16:05:31 -05004519 mp = (struct lpfc_dmabuf *) (mb->context1);
4520 if (mp) {
James Smart2e0fef82007-06-17 19:56:36 -05004521 __lpfc_mbuf_free(phba, mp->virt, mp->phys);
dea31012005-04-17 16:05:31 -05004522 kfree(mp);
4523 }
4524 list_del(&mb->list);
4525 mempool_free(mb, phba->mbox_mem_pool);
James Smarte47c9092008-02-08 18:49:26 -05004526 /* We shall not invoke the lpfc_nlp_put to decrement
4527 * the ndlp reference count as we are in the process
4528 * of lpfc_nlp_release.
4529 */
dea31012005-04-17 16:05:31 -05004530 }
4531 }
James Smart2e0fef82007-06-17 19:56:36 -05004532 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004533
James Smarte47c9092008-02-08 18:49:26 -05004534 lpfc_els_abort(phba, ndlp);
4535
James Smart2e0fef82007-06-17 19:56:36 -05004536 spin_lock_irq(shost->host_lock);
James Smartc01f3202006-08-18 17:47:08 -04004537 ndlp->nlp_flag &= ~NLP_DELAY_TMO;
James Smart2e0fef82007-06-17 19:56:36 -05004538 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004539
Jamie Wellnitz5024ab12006-02-28 19:25:28 -05004540 ndlp->nlp_last_elscmd = 0;
dea31012005-04-17 16:05:31 -05004541 del_timer_sync(&ndlp->nlp_delayfunc);
4542
James Smart0d2b6b82008-06-14 22:52:47 -04004543 list_del_init(&ndlp->els_retry_evt.evt_listp);
4544 list_del_init(&ndlp->dev_loss_evt.evt_listp);
James Smart1151e3e2011-02-16 12:39:35 -05004545 lpfc_cleanup_vports_rrqs(vport, ndlp);
James Smart2e0fef82007-06-17 19:56:36 -05004546 lpfc_unreg_rpi(vport, ndlp);
dea31012005-04-17 16:05:31 -05004547
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004548 return 0;
dea31012005-04-17 16:05:31 -05004549}
4550
4551/*
4552 * Check to see if we can free the nlp back to the freelist.
4553 * If we are in the middle of using the nlp in the discovery state
4554 * machine, defer the free till we reach the end of the state machine.
4555 */
James Smart329f9bc2007-04-25 09:53:01 -04004556static void
James Smart2e0fef82007-06-17 19:56:36 -05004557lpfc_nlp_remove(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004558{
James Smarta8adb832007-10-27 13:37:53 -04004559 struct lpfc_hba *phba = vport->phba;
James Smart1dcb58e2007-04-25 09:51:30 -04004560 struct lpfc_rport_data *rdata;
James Smarta8adb832007-10-27 13:37:53 -04004561 LPFC_MBOXQ_t *mbox;
4562 int rc;
dea31012005-04-17 16:05:31 -05004563
James Smart0d2b6b82008-06-14 22:52:47 -04004564 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smart21e9a0a2009-05-22 14:53:21 -04004565 if ((ndlp->nlp_flag & NLP_DEFER_RM) &&
James Smart40426292010-12-15 17:58:10 -05004566 !(ndlp->nlp_flag & NLP_REG_LOGIN_SEND) &&
4567 !(ndlp->nlp_flag & NLP_RPI_REGISTERED)) {
James Smarta8adb832007-10-27 13:37:53 -04004568 /* For this case we need to cleanup the default rpi
4569 * allocated by the firmware.
4570 */
4571 if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL))
4572 != NULL) {
James Smart21e9a0a2009-05-22 14:53:21 -04004573 rc = lpfc_reg_rpi(phba, vport->vpi, ndlp->nlp_DID,
James Smart40426292010-12-15 17:58:10 -05004574 (uint8_t *) &vport->fc_sparam, mbox, ndlp->nlp_rpi);
James Smarta8adb832007-10-27 13:37:53 -04004575 if (rc) {
4576 mempool_free(mbox, phba->mbox_mem_pool);
4577 }
4578 else {
4579 mbox->mbox_flag |= LPFC_MBX_IMED_UNREG;
4580 mbox->mbox_cmpl = lpfc_mbx_cmpl_dflt_rpi;
4581 mbox->vport = vport;
James Smart09372822008-01-11 01:52:54 -05004582 mbox->context2 = NULL;
James Smarta8adb832007-10-27 13:37:53 -04004583 rc =lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
4584 if (rc == MBX_NOT_FINISHED) {
4585 mempool_free(mbox, phba->mbox_mem_pool);
4586 }
4587 }
4588 }
4589 }
James Smart2e0fef82007-06-17 19:56:36 -05004590 lpfc_cleanup_node(vport, ndlp);
James Smart1dcb58e2007-04-25 09:51:30 -04004591
James Smart2e0fef82007-06-17 19:56:36 -05004592 /*
James Smart92d7f7b2007-06-17 19:56:38 -05004593 * We can get here with a non-NULL ndlp->rport because when we
4594 * unregister a rport we don't break the rport/node linkage. So if we
4595 * do, make sure we don't leaving any dangling pointers behind.
James Smart2e0fef82007-06-17 19:56:36 -05004596 */
James Smart92d7f7b2007-06-17 19:56:38 -05004597 if (ndlp->rport) {
James Smart329f9bc2007-04-25 09:53:01 -04004598 rdata = ndlp->rport->dd_data;
4599 rdata->pnode = NULL;
4600 ndlp->rport = NULL;
dea31012005-04-17 16:05:31 -05004601 }
dea31012005-04-17 16:05:31 -05004602}
4603
4604static int
James Smart2e0fef82007-06-17 19:56:36 -05004605lpfc_matchdid(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4606 uint32_t did)
dea31012005-04-17 16:05:31 -05004607{
James Smart2e0fef82007-06-17 19:56:36 -05004608 D_ID mydid, ndlpdid, matchdid;
dea31012005-04-17 16:05:31 -05004609
4610 if (did == Bcast_DID)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004611 return 0;
dea31012005-04-17 16:05:31 -05004612
dea31012005-04-17 16:05:31 -05004613 /* First check for Direct match */
4614 if (ndlp->nlp_DID == did)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004615 return 1;
dea31012005-04-17 16:05:31 -05004616
4617 /* Next check for area/domain identically equals 0 match */
James Smart2e0fef82007-06-17 19:56:36 -05004618 mydid.un.word = vport->fc_myDID;
dea31012005-04-17 16:05:31 -05004619 if ((mydid.un.b.domain == 0) && (mydid.un.b.area == 0)) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004620 return 0;
dea31012005-04-17 16:05:31 -05004621 }
4622
4623 matchdid.un.word = did;
4624 ndlpdid.un.word = ndlp->nlp_DID;
4625 if (matchdid.un.b.id == ndlpdid.un.b.id) {
4626 if ((mydid.un.b.domain == matchdid.un.b.domain) &&
4627 (mydid.un.b.area == matchdid.un.b.area)) {
4628 if ((ndlpdid.un.b.domain == 0) &&
4629 (ndlpdid.un.b.area == 0)) {
4630 if (ndlpdid.un.b.id)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004631 return 1;
dea31012005-04-17 16:05:31 -05004632 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004633 return 0;
dea31012005-04-17 16:05:31 -05004634 }
4635
4636 matchdid.un.word = ndlp->nlp_DID;
4637 if ((mydid.un.b.domain == ndlpdid.un.b.domain) &&
4638 (mydid.un.b.area == ndlpdid.un.b.area)) {
4639 if ((matchdid.un.b.domain == 0) &&
4640 (matchdid.un.b.area == 0)) {
4641 if (matchdid.un.b.id)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004642 return 1;
dea31012005-04-17 16:05:31 -05004643 }
4644 }
4645 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004646 return 0;
dea31012005-04-17 16:05:31 -05004647}
4648
James Smart685f0bf2007-04-25 09:53:08 -04004649/* Search for a nodelist entry */
James Smart2e0fef82007-06-17 19:56:36 -05004650static struct lpfc_nodelist *
4651__lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05004652{
James Smart2fb9bd82006-12-02 13:33:57 -05004653 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05004654 uint32_t data1;
4655
James Smart2e0fef82007-06-17 19:56:36 -05004656 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
4657 if (lpfc_matchdid(vport, ndlp, did)) {
James Smart685f0bf2007-04-25 09:53:08 -04004658 data1 = (((uint32_t) ndlp->nlp_state << 24) |
4659 ((uint32_t) ndlp->nlp_xri << 16) |
4660 ((uint32_t) ndlp->nlp_type << 8) |
4661 ((uint32_t) ndlp->nlp_rpi & 0xff));
James Smarte8b62012007-08-02 11:10:09 -04004662 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4663 "0929 FIND node DID "
4664 "Data: x%p x%x x%x x%x\n",
4665 ndlp, ndlp->nlp_DID,
4666 ndlp->nlp_flag, data1);
James Smart685f0bf2007-04-25 09:53:08 -04004667 return ndlp;
dea31012005-04-17 16:05:31 -05004668 }
4669 }
Jamie Wellnitz66a9ed62006-02-28 22:33:10 -05004670
dea31012005-04-17 16:05:31 -05004671 /* FIND node did <did> NOT FOUND */
James Smarte8b62012007-08-02 11:10:09 -04004672 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4673 "0932 FIND node did x%x NOT FOUND.\n", did);
dea31012005-04-17 16:05:31 -05004674 return NULL;
4675}
4676
4677struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05004678lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05004679{
James Smart2e0fef82007-06-17 19:56:36 -05004680 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
dea31012005-04-17 16:05:31 -05004681 struct lpfc_nodelist *ndlp;
James Smartfedd3b72011-02-16 12:39:24 -05004682 unsigned long iflags;
dea31012005-04-17 16:05:31 -05004683
James Smartfedd3b72011-02-16 12:39:24 -05004684 spin_lock_irqsave(shost->host_lock, iflags);
James Smart2e0fef82007-06-17 19:56:36 -05004685 ndlp = __lpfc_findnode_did(vport, did);
James Smartfedd3b72011-02-16 12:39:24 -05004686 spin_unlock_irqrestore(shost->host_lock, iflags);
James Smart2e0fef82007-06-17 19:56:36 -05004687 return ndlp;
4688}
4689
4690struct lpfc_nodelist *
4691lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did)
4692{
4693 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4694 struct lpfc_nodelist *ndlp;
4695
4696 ndlp = lpfc_findnode_did(vport, did);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004697 if (!ndlp) {
James Smart2e0fef82007-06-17 19:56:36 -05004698 if ((vport->fc_flag & FC_RSCN_MODE) != 0 &&
4699 lpfc_rscn_payload_check(vport, did) == 0)
dea31012005-04-17 16:05:31 -05004700 return NULL;
4701 ndlp = (struct lpfc_nodelist *)
James Smart2e0fef82007-06-17 19:56:36 -05004702 mempool_alloc(vport->phba->nlp_mem_pool, GFP_KERNEL);
dea31012005-04-17 16:05:31 -05004703 if (!ndlp)
4704 return NULL;
James Smart2e0fef82007-06-17 19:56:36 -05004705 lpfc_nlp_init(vport, ndlp, did);
4706 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
4707 spin_lock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004708 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smart2e0fef82007-06-17 19:56:36 -05004709 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004710 return ndlp;
James Smarte47c9092008-02-08 18:49:26 -05004711 } else if (!NLP_CHK_NODE_ACT(ndlp)) {
4712 ndlp = lpfc_enable_node(vport, ndlp, NLP_STE_NPR_NODE);
4713 if (!ndlp)
4714 return NULL;
4715 spin_lock_irq(shost->host_lock);
4716 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
4717 spin_unlock_irq(shost->host_lock);
4718 return ndlp;
dea31012005-04-17 16:05:31 -05004719 }
James Smarte47c9092008-02-08 18:49:26 -05004720
James Smart58da1ff2008-04-07 10:15:56 -04004721 if ((vport->fc_flag & FC_RSCN_MODE) &&
4722 !(vport->fc_flag & FC_NDISC_ACTIVE)) {
James Smart2e0fef82007-06-17 19:56:36 -05004723 if (lpfc_rscn_payload_check(vport, did)) {
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004724 /* If we've already received a PLOGI from this NPort
James Smart87af33f2007-10-27 13:37:43 -04004725 * we don't need to try to discover it again.
4726 */
4727 if (ndlp->nlp_flag & NLP_RCV_PLOGI)
4728 return NULL;
4729
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004730 /* Since this node is marked for discovery,
4731 * delay timeout is not needed.
4732 */
James Smart0d2b6b82008-06-14 22:52:47 -04004733 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smarta257bf92009-04-06 18:48:10 -04004734 spin_lock_irq(shost->host_lock);
4735 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
4736 spin_unlock_irq(shost->host_lock);
James Smart071fbd3d2006-04-15 11:53:20 -04004737 } else
dea31012005-04-17 16:05:31 -05004738 ndlp = NULL;
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004739 } else {
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004740 /* If we've already received a PLOGI from this NPort,
James Smart87af33f2007-10-27 13:37:43 -04004741 * or we are already in the process of discovery on it,
4742 * we don't need to try to discover it again.
4743 */
James Smart685f0bf2007-04-25 09:53:08 -04004744 if (ndlp->nlp_state == NLP_STE_ADISC_ISSUE ||
James Smart87af33f2007-10-27 13:37:43 -04004745 ndlp->nlp_state == NLP_STE_PLOGI_ISSUE ||
4746 ndlp->nlp_flag & NLP_RCV_PLOGI)
dea31012005-04-17 16:05:31 -05004747 return NULL;
James Smart2e0fef82007-06-17 19:56:36 -05004748 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
4749 spin_lock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004750 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smart2e0fef82007-06-17 19:56:36 -05004751 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004752 }
4753 return ndlp;
4754}
4755
4756/* Build a list of nodes to discover based on the loopmap */
4757void
James Smart2e0fef82007-06-17 19:56:36 -05004758lpfc_disc_list_loopmap(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004759{
James Smart2e0fef82007-06-17 19:56:36 -05004760 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05004761 int j;
4762 uint32_t alpa, index;
4763
James Smart2e0fef82007-06-17 19:56:36 -05004764 if (!lpfc_is_link_up(phba))
dea31012005-04-17 16:05:31 -05004765 return;
James Smart2e0fef82007-06-17 19:56:36 -05004766
James Smart76a95d72010-11-20 23:11:48 -05004767 if (phba->fc_topology != LPFC_TOPOLOGY_LOOP)
dea31012005-04-17 16:05:31 -05004768 return;
dea31012005-04-17 16:05:31 -05004769
4770 /* Check for loop map present or not */
4771 if (phba->alpa_map[0]) {
4772 for (j = 1; j <= phba->alpa_map[0]; j++) {
4773 alpa = phba->alpa_map[j];
James Smart2e0fef82007-06-17 19:56:36 -05004774 if (((vport->fc_myDID & 0xff) == alpa) || (alpa == 0))
dea31012005-04-17 16:05:31 -05004775 continue;
James Smart2e0fef82007-06-17 19:56:36 -05004776 lpfc_setup_disc_node(vport, alpa);
dea31012005-04-17 16:05:31 -05004777 }
4778 } else {
4779 /* No alpamap, so try all alpa's */
4780 for (j = 0; j < FC_MAXLOOP; j++) {
4781 /* If cfg_scan_down is set, start from highest
4782 * ALPA (0xef) to lowest (0x1).
4783 */
James Smart3de2a652007-08-02 11:09:59 -04004784 if (vport->cfg_scan_down)
dea31012005-04-17 16:05:31 -05004785 index = j;
4786 else
4787 index = FC_MAXLOOP - j - 1;
4788 alpa = lpfcAlpaArray[index];
James Smart2e0fef82007-06-17 19:56:36 -05004789 if ((vport->fc_myDID & 0xff) == alpa)
dea31012005-04-17 16:05:31 -05004790 continue;
James Smart2e0fef82007-06-17 19:56:36 -05004791 lpfc_setup_disc_node(vport, alpa);
dea31012005-04-17 16:05:31 -05004792 }
4793 }
4794 return;
4795}
4796
dea31012005-04-17 16:05:31 -05004797void
James Smart2e0fef82007-06-17 19:56:36 -05004798lpfc_issue_clear_la(struct lpfc_hba *phba, struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004799{
dea31012005-04-17 16:05:31 -05004800 LPFC_MBOXQ_t *mbox;
James Smart2e0fef82007-06-17 19:56:36 -05004801 struct lpfc_sli *psli = &phba->sli;
4802 struct lpfc_sli_ring *extra_ring = &psli->ring[psli->extra_ring];
4803 struct lpfc_sli_ring *fcp_ring = &psli->ring[psli->fcp_ring];
4804 struct lpfc_sli_ring *next_ring = &psli->ring[psli->next_ring];
4805 int rc;
4806
James Smart92d7f7b2007-06-17 19:56:38 -05004807 /*
4808 * if it's not a physical port or if we already send
4809 * clear_la then don't send it.
4810 */
4811 if ((phba->link_state >= LPFC_CLEAR_LA) ||
James Smartda0436e2009-05-22 14:51:39 -04004812 (vport->port_type != LPFC_PHYSICAL_PORT) ||
4813 (phba->sli_rev == LPFC_SLI_REV4))
James Smart92d7f7b2007-06-17 19:56:38 -05004814 return;
4815
James Smart2e0fef82007-06-17 19:56:36 -05004816 /* Link up discovery */
4817 if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL)) != NULL) {
4818 phba->link_state = LPFC_CLEAR_LA;
4819 lpfc_clear_la(phba, mbox);
4820 mbox->mbox_cmpl = lpfc_mbx_cmpl_clear_la;
4821 mbox->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -04004822 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart2e0fef82007-06-17 19:56:36 -05004823 if (rc == MBX_NOT_FINISHED) {
4824 mempool_free(mbox, phba->mbox_mem_pool);
4825 lpfc_disc_flush_list(vport);
4826 extra_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
4827 fcp_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
4828 next_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
James Smart92d7f7b2007-06-17 19:56:38 -05004829 phba->link_state = LPFC_HBA_ERROR;
4830 }
4831 }
4832}
4833
4834/* Reg_vpi to tell firmware to resume normal operations */
4835void
4836lpfc_issue_reg_vpi(struct lpfc_hba *phba, struct lpfc_vport *vport)
4837{
4838 LPFC_MBOXQ_t *regvpimbox;
4839
4840 regvpimbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4841 if (regvpimbox) {
James Smartda0436e2009-05-22 14:51:39 -04004842 lpfc_reg_vpi(vport, regvpimbox);
James Smart92d7f7b2007-06-17 19:56:38 -05004843 regvpimbox->mbox_cmpl = lpfc_mbx_cmpl_reg_vpi;
4844 regvpimbox->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -04004845 if (lpfc_sli_issue_mbox(phba, regvpimbox, MBX_NOWAIT)
James Smart92d7f7b2007-06-17 19:56:38 -05004846 == MBX_NOT_FINISHED) {
4847 mempool_free(regvpimbox, phba->mbox_mem_pool);
James Smart2e0fef82007-06-17 19:56:36 -05004848 }
4849 }
4850}
4851
4852/* Start Link up / RSCN discovery on NPR nodes */
4853void
4854lpfc_disc_start(struct lpfc_vport *vport)
4855{
4856 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4857 struct lpfc_hba *phba = vport->phba;
James Smart685f0bf2007-04-25 09:53:08 -04004858 uint32_t num_sent;
dea31012005-04-17 16:05:31 -05004859 uint32_t clear_la_pending;
James Smart685f0bf2007-04-25 09:53:08 -04004860 int did_changed;
dea31012005-04-17 16:05:31 -05004861
James Smart2e0fef82007-06-17 19:56:36 -05004862 if (!lpfc_is_link_up(phba))
dea31012005-04-17 16:05:31 -05004863 return;
James Smart2e0fef82007-06-17 19:56:36 -05004864
4865 if (phba->link_state == LPFC_CLEAR_LA)
dea31012005-04-17 16:05:31 -05004866 clear_la_pending = 1;
4867 else
4868 clear_la_pending = 0;
4869
James Smart2e0fef82007-06-17 19:56:36 -05004870 if (vport->port_state < LPFC_VPORT_READY)
4871 vport->port_state = LPFC_DISC_AUTH;
dea31012005-04-17 16:05:31 -05004872
James Smart2e0fef82007-06-17 19:56:36 -05004873 lpfc_set_disctmo(vport);
4874
4875 if (vport->fc_prevDID == vport->fc_myDID)
dea31012005-04-17 16:05:31 -05004876 did_changed = 0;
James Smart2e0fef82007-06-17 19:56:36 -05004877 else
dea31012005-04-17 16:05:31 -05004878 did_changed = 1;
James Smart2e0fef82007-06-17 19:56:36 -05004879
4880 vport->fc_prevDID = vport->fc_myDID;
4881 vport->num_disc_nodes = 0;
dea31012005-04-17 16:05:31 -05004882
4883 /* Start Discovery state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04004884 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
4885 "0202 Start Discovery hba state x%x "
4886 "Data: x%x x%x x%x\n",
4887 vport->port_state, vport->fc_flag, vport->fc_plogi_cnt,
4888 vport->fc_adisc_cnt);
dea31012005-04-17 16:05:31 -05004889
4890 /* First do ADISCs - if any */
James Smart2e0fef82007-06-17 19:56:36 -05004891 num_sent = lpfc_els_disc_adisc(vport);
dea31012005-04-17 16:05:31 -05004892
4893 if (num_sent)
4894 return;
4895
James Smart6d368e52011-05-24 11:44:12 -04004896 /* Register the VPI for SLI3, NON-NPIV only. */
James Smart92d7f7b2007-06-17 19:56:38 -05004897 if ((phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) &&
James Smart1b32f6a2008-02-08 18:49:39 -05004898 !(vport->fc_flag & FC_PT2PT) &&
James Smartda0436e2009-05-22 14:51:39 -04004899 !(vport->fc_flag & FC_RSCN_MODE) &&
4900 (phba->sli_rev < LPFC_SLI_REV4)) {
James Smart92d7f7b2007-06-17 19:56:38 -05004901 lpfc_issue_reg_vpi(phba, vport);
4902 return;
4903 }
James Smart2e0fef82007-06-17 19:56:36 -05004904
James Smart92d7f7b2007-06-17 19:56:38 -05004905 /*
4906 * For SLI2, we need to set port_state to READY and continue
4907 * discovery.
4908 */
4909 if (vport->port_state < LPFC_VPORT_READY && !clear_la_pending) {
4910 /* If we get here, there is nothing to ADISC */
4911 if (vport->port_type == LPFC_PHYSICAL_PORT)
4912 lpfc_issue_clear_la(phba, vport);
4913
4914 if (!(vport->fc_flag & FC_ABORT_DISCOVERY)) {
James Smart2e0fef82007-06-17 19:56:36 -05004915 vport->num_disc_nodes = 0;
4916 /* go thru NPR nodes and issue ELS PLOGIs */
4917 if (vport->fc_npr_cnt)
4918 lpfc_els_disc_plogi(vport);
4919
4920 if (!vport->num_disc_nodes) {
4921 spin_lock_irq(shost->host_lock);
4922 vport->fc_flag &= ~FC_NDISC_ACTIVE;
4923 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05004924 lpfc_can_disctmo(vport);
dea31012005-04-17 16:05:31 -05004925 }
4926 }
James Smart92d7f7b2007-06-17 19:56:38 -05004927 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05004928 } else {
4929 /* Next do PLOGIs - if any */
James Smart2e0fef82007-06-17 19:56:36 -05004930 num_sent = lpfc_els_disc_plogi(vport);
dea31012005-04-17 16:05:31 -05004931
4932 if (num_sent)
4933 return;
4934
James Smart2e0fef82007-06-17 19:56:36 -05004935 if (vport->fc_flag & FC_RSCN_MODE) {
dea31012005-04-17 16:05:31 -05004936 /* Check to see if more RSCNs came in while we
4937 * were processing this one.
4938 */
James Smart2e0fef82007-06-17 19:56:36 -05004939 if ((vport->fc_rscn_id_cnt == 0) &&
4940 (!(vport->fc_flag & FC_RSCN_DISCOVERY))) {
4941 spin_lock_irq(shost->host_lock);
4942 vport->fc_flag &= ~FC_RSCN_MODE;
4943 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05004944 lpfc_can_disctmo(vport);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004945 } else
James Smart2e0fef82007-06-17 19:56:36 -05004946 lpfc_els_handle_rscn(vport);
dea31012005-04-17 16:05:31 -05004947 }
4948 }
4949 return;
4950}
4951
4952/*
4953 * Ignore completion for all IOCBs on tx and txcmpl queue for ELS
4954 * ring the match the sppecified nodelist.
4955 */
4956static void
James Smart2e0fef82007-06-17 19:56:36 -05004957lpfc_free_tx(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004958{
James Smart2534ba72007-04-25 09:52:20 -04004959 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05004960 struct lpfc_sli *psli;
4961 IOCB_t *icmd;
4962 struct lpfc_iocbq *iocb, *next_iocb;
4963 struct lpfc_sli_ring *pring;
dea31012005-04-17 16:05:31 -05004964
4965 psli = &phba->sli;
4966 pring = &psli->ring[LPFC_ELS_RING];
4967
4968 /* Error matching iocb on txq or txcmplq
4969 * First check the txq.
4970 */
James Smart2e0fef82007-06-17 19:56:36 -05004971 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004972 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
4973 if (iocb->context1 != ndlp) {
4974 continue;
4975 }
4976 icmd = &iocb->iocb;
4977 if ((icmd->ulpCommand == CMD_ELS_REQUEST64_CR) ||
4978 (icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX)) {
4979
James Smart2534ba72007-04-25 09:52:20 -04004980 list_move_tail(&iocb->list, &completions);
dea31012005-04-17 16:05:31 -05004981 pring->txq_cnt--;
dea31012005-04-17 16:05:31 -05004982 }
4983 }
4984
4985 /* Next check the txcmplq */
4986 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) {
4987 if (iocb->context1 != ndlp) {
4988 continue;
4989 }
4990 icmd = &iocb->iocb;
James Smart2e0fef82007-06-17 19:56:36 -05004991 if (icmd->ulpCommand == CMD_ELS_REQUEST64_CR ||
4992 icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX) {
James Smart2534ba72007-04-25 09:52:20 -04004993 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
dea31012005-04-17 16:05:31 -05004994 }
4995 }
James Smart2e0fef82007-06-17 19:56:36 -05004996 spin_unlock_irq(&phba->hbalock);
James Smart2534ba72007-04-25 09:52:20 -04004997
James Smarta257bf92009-04-06 18:48:10 -04004998 /* Cancel all the IOCBs from the completions list */
4999 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
5000 IOERR_SLI_ABORTED);
dea31012005-04-17 16:05:31 -05005001}
5002
Adrian Bunka6ababd2007-11-05 18:07:33 +01005003static void
James Smart2e0fef82007-06-17 19:56:36 -05005004lpfc_disc_flush_list(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005005{
5006 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart2e0fef82007-06-17 19:56:36 -05005007 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05005008
James Smart2e0fef82007-06-17 19:56:36 -05005009 if (vport->fc_plogi_cnt || vport->fc_adisc_cnt) {
5010 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes,
James Smart685f0bf2007-04-25 09:53:08 -04005011 nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -05005012 if (!NLP_CHK_NODE_ACT(ndlp))
5013 continue;
James Smart685f0bf2007-04-25 09:53:08 -04005014 if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE ||
5015 ndlp->nlp_state == NLP_STE_ADISC_ISSUE) {
5016 lpfc_free_tx(phba, ndlp);
James Smart685f0bf2007-04-25 09:53:08 -04005017 }
dea31012005-04-17 16:05:31 -05005018 }
5019 }
dea31012005-04-17 16:05:31 -05005020}
5021
James Smart92d7f7b2007-06-17 19:56:38 -05005022void
5023lpfc_cleanup_discovery_resources(struct lpfc_vport *vport)
5024{
5025 lpfc_els_flush_rscn(vport);
5026 lpfc_els_flush_cmd(vport);
5027 lpfc_disc_flush_list(vport);
5028}
5029
dea31012005-04-17 16:05:31 -05005030/*****************************************************************************/
5031/*
5032 * NAME: lpfc_disc_timeout
5033 *
5034 * FUNCTION: Fibre Channel driver discovery timeout routine.
5035 *
5036 * EXECUTION ENVIRONMENT: interrupt only
5037 *
5038 * CALLED FROM:
5039 * Timer function
5040 *
5041 * RETURNS:
5042 * none
5043 */
5044/*****************************************************************************/
5045void
5046lpfc_disc_timeout(unsigned long ptr)
5047{
James Smart2e0fef82007-06-17 19:56:36 -05005048 struct lpfc_vport *vport = (struct lpfc_vport *) ptr;
5049 struct lpfc_hba *phba = vport->phba;
James Smart5e9d9b82008-06-14 22:52:53 -04005050 uint32_t tmo_posted;
dea31012005-04-17 16:05:31 -05005051 unsigned long flags = 0;
5052
5053 if (unlikely(!phba))
5054 return;
5055
James Smart5e9d9b82008-06-14 22:52:53 -04005056 spin_lock_irqsave(&vport->work_port_lock, flags);
5057 tmo_posted = vport->work_port_events & WORKER_DISC_TMO;
5058 if (!tmo_posted)
James Smart2e0fef82007-06-17 19:56:36 -05005059 vport->work_port_events |= WORKER_DISC_TMO;
James Smart5e9d9b82008-06-14 22:52:53 -04005060 spin_unlock_irqrestore(&vport->work_port_lock, flags);
James Smart2e0fef82007-06-17 19:56:36 -05005061
James Smart5e9d9b82008-06-14 22:52:53 -04005062 if (!tmo_posted)
5063 lpfc_worker_wake_up(phba);
dea31012005-04-17 16:05:31 -05005064 return;
5065}
5066
5067static void
James Smart2e0fef82007-06-17 19:56:36 -05005068lpfc_disc_timeout_handler(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005069{
James Smart2e0fef82007-06-17 19:56:36 -05005070 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5071 struct lpfc_hba *phba = vport->phba;
5072 struct lpfc_sli *psli = &phba->sli;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005073 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart92d7f7b2007-06-17 19:56:38 -05005074 LPFC_MBOXQ_t *initlinkmbox;
dea31012005-04-17 16:05:31 -05005075 int rc, clrlaerr = 0;
5076
James Smart2e0fef82007-06-17 19:56:36 -05005077 if (!(vport->fc_flag & FC_DISC_TMO))
dea31012005-04-17 16:05:31 -05005078 return;
5079
James Smart2e0fef82007-06-17 19:56:36 -05005080 spin_lock_irq(shost->host_lock);
5081 vport->fc_flag &= ~FC_DISC_TMO;
5082 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05005083
James Smart858c9f62007-06-17 19:56:39 -05005084 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
5085 "disc timeout: state:x%x rtry:x%x flg:x%x",
5086 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
5087
James Smart2e0fef82007-06-17 19:56:36 -05005088 switch (vport->port_state) {
dea31012005-04-17 16:05:31 -05005089
5090 case LPFC_LOCAL_CFG_LINK:
James Smart2e0fef82007-06-17 19:56:36 -05005091 /* port_state is identically LPFC_LOCAL_CFG_LINK while waiting for
5092 * FAN
5093 */
5094 /* FAN timeout */
James Smarte8b62012007-08-02 11:10:09 -04005095 lpfc_printf_vlog(vport, KERN_WARNING, LOG_DISCOVERY,
5096 "0221 FAN timeout\n");
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005097 /* Start discovery by sending FLOGI, clean up old rpis */
James Smart2e0fef82007-06-17 19:56:36 -05005098 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes,
James Smart685f0bf2007-04-25 09:53:08 -04005099 nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -05005100 if (!NLP_CHK_NODE_ACT(ndlp))
5101 continue;
James Smart685f0bf2007-04-25 09:53:08 -04005102 if (ndlp->nlp_state != NLP_STE_NPR_NODE)
5103 continue;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005104 if (ndlp->nlp_type & NLP_FABRIC) {
5105 /* Clean up the ndlp on Fabric connections */
James Smart2e0fef82007-06-17 19:56:36 -05005106 lpfc_drop_node(vport, ndlp);
James Smart87af33f2007-10-27 13:37:43 -04005107
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005108 } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) {
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005109 /* Fail outstanding IO now since device
5110 * is marked for PLOGI.
5111 */
James Smart2e0fef82007-06-17 19:56:36 -05005112 lpfc_unreg_rpi(vport, ndlp);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005113 }
5114 }
James Smart92d7f7b2007-06-17 19:56:38 -05005115 if (vport->port_state != LPFC_FLOGI) {
James Smart76a95d72010-11-20 23:11:48 -05005116 if (phba->sli_rev <= LPFC_SLI_REV3)
5117 lpfc_initial_flogi(vport);
5118 else
5119 lpfc_issue_init_vfi(vport);
James Smart0ff10d42008-01-11 01:52:36 -05005120 return;
James Smart92d7f7b2007-06-17 19:56:38 -05005121 }
dea31012005-04-17 16:05:31 -05005122 break;
5123
James Smart92d7f7b2007-06-17 19:56:38 -05005124 case LPFC_FDISC:
dea31012005-04-17 16:05:31 -05005125 case LPFC_FLOGI:
James Smart2e0fef82007-06-17 19:56:36 -05005126 /* port_state is identically LPFC_FLOGI while waiting for FLOGI cmpl */
dea31012005-04-17 16:05:31 -05005127 /* Initial FLOGI timeout */
James Smarte8b62012007-08-02 11:10:09 -04005128 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5129 "0222 Initial %s timeout\n",
James Smart87af33f2007-10-27 13:37:43 -04005130 vport->vpi ? "FDISC" : "FLOGI");
dea31012005-04-17 16:05:31 -05005131
5132 /* Assume no Fabric and go on with discovery.
5133 * Check for outstanding ELS FLOGI to abort.
5134 */
5135
5136 /* FLOGI failed, so just use loop map to make discovery list */
James Smart2e0fef82007-06-17 19:56:36 -05005137 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05005138
5139 /* Start discovery */
James Smart2e0fef82007-06-17 19:56:36 -05005140 lpfc_disc_start(vport);
dea31012005-04-17 16:05:31 -05005141 break;
5142
5143 case LPFC_FABRIC_CFG_LINK:
5144 /* hba_state is identically LPFC_FABRIC_CFG_LINK while waiting for
5145 NameServer login */
James Smarte8b62012007-08-02 11:10:09 -04005146 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5147 "0223 Timeout while waiting for "
5148 "NameServer login\n");
dea31012005-04-17 16:05:31 -05005149 /* Next look for NameServer ndlp */
James Smart2e0fef82007-06-17 19:56:36 -05005150 ndlp = lpfc_findnode_did(vport, NameServer_DID);
James Smarte47c9092008-02-08 18:49:26 -05005151 if (ndlp && NLP_CHK_NODE_ACT(ndlp))
James Smart87af33f2007-10-27 13:37:43 -04005152 lpfc_els_abort(phba, ndlp);
5153
5154 /* ReStart discovery */
5155 goto restart_disc;
dea31012005-04-17 16:05:31 -05005156
5157 case LPFC_NS_QRY:
5158 /* Check for wait for NameServer Rsp timeout */
James Smarte8b62012007-08-02 11:10:09 -04005159 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5160 "0224 NameServer Query timeout "
5161 "Data: x%x x%x\n",
5162 vport->fc_ns_retry, LPFC_MAX_NS_RETRY);
dea31012005-04-17 16:05:31 -05005163
James Smart92d7f7b2007-06-17 19:56:38 -05005164 if (vport->fc_ns_retry < LPFC_MAX_NS_RETRY) {
5165 /* Try it one more time */
5166 vport->fc_ns_retry++;
5167 rc = lpfc_ns_cmd(vport, SLI_CTNS_GID_FT,
5168 vport->fc_ns_retry, 0);
5169 if (rc == 0)
5170 break;
dea31012005-04-17 16:05:31 -05005171 }
James Smart92d7f7b2007-06-17 19:56:38 -05005172 vport->fc_ns_retry = 0;
dea31012005-04-17 16:05:31 -05005173
James Smart87af33f2007-10-27 13:37:43 -04005174restart_disc:
James Smart92d7f7b2007-06-17 19:56:38 -05005175 /*
5176 * Discovery is over.
5177 * set port_state to PORT_READY if SLI2.
5178 * cmpl_reg_vpi will set port_state to READY for SLI3.
5179 */
James Smart3772a992009-05-22 14:50:54 -04005180 if (phba->sli_rev < LPFC_SLI_REV4) {
5181 if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)
5182 lpfc_issue_reg_vpi(phba, vport);
James Smart6d368e52011-05-24 11:44:12 -04005183 else {
James Smart3772a992009-05-22 14:50:54 -04005184 lpfc_issue_clear_la(phba, vport);
5185 vport->port_state = LPFC_VPORT_READY;
5186 }
dea31012005-04-17 16:05:31 -05005187 }
5188
5189 /* Setup and issue mailbox INITIALIZE LINK command */
5190 initlinkmbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5191 if (!initlinkmbox) {
James Smarte8b62012007-08-02 11:10:09 -04005192 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5193 "0206 Device Discovery "
5194 "completion error\n");
James Smart2e0fef82007-06-17 19:56:36 -05005195 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05005196 break;
5197 }
5198
5199 lpfc_linkdown(phba);
5200 lpfc_init_link(phba, initlinkmbox, phba->cfg_topology,
5201 phba->cfg_link_speed);
James Smart04c68492009-05-22 14:52:52 -04005202 initlinkmbox->u.mb.un.varInitLnk.lipsr_AL_PA = 0;
James Smarted957682007-06-17 19:56:37 -05005203 initlinkmbox->vport = vport;
James Smart92d7f7b2007-06-17 19:56:38 -05005204 initlinkmbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -04005205 rc = lpfc_sli_issue_mbox(phba, initlinkmbox, MBX_NOWAIT);
James Smart5b8bd0c2007-04-25 09:52:49 -04005206 lpfc_set_loopback_flag(phba);
dea31012005-04-17 16:05:31 -05005207 if (rc == MBX_NOT_FINISHED)
5208 mempool_free(initlinkmbox, phba->mbox_mem_pool);
5209
5210 break;
5211
5212 case LPFC_DISC_AUTH:
5213 /* Node Authentication timeout */
James Smarte8b62012007-08-02 11:10:09 -04005214 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5215 "0227 Node Authentication timeout\n");
James Smart2e0fef82007-06-17 19:56:36 -05005216 lpfc_disc_flush_list(vport);
5217
James Smart92d7f7b2007-06-17 19:56:38 -05005218 /*
5219 * set port_state to PORT_READY if SLI2.
5220 * cmpl_reg_vpi will set port_state to READY for SLI3.
5221 */
James Smart3772a992009-05-22 14:50:54 -04005222 if (phba->sli_rev < LPFC_SLI_REV4) {
5223 if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)
5224 lpfc_issue_reg_vpi(phba, vport);
5225 else { /* NPIV Not enabled */
5226 lpfc_issue_clear_la(phba, vport);
5227 vport->port_state = LPFC_VPORT_READY;
5228 }
dea31012005-04-17 16:05:31 -05005229 }
5230 break;
5231
James Smart2e0fef82007-06-17 19:56:36 -05005232 case LPFC_VPORT_READY:
5233 if (vport->fc_flag & FC_RSCN_MODE) {
James Smarte8b62012007-08-02 11:10:09 -04005234 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5235 "0231 RSCN timeout Data: x%x "
5236 "x%x\n",
5237 vport->fc_ns_retry, LPFC_MAX_NS_RETRY);
dea31012005-04-17 16:05:31 -05005238
5239 /* Cleanup any outstanding ELS commands */
James Smart2e0fef82007-06-17 19:56:36 -05005240 lpfc_els_flush_cmd(vport);
dea31012005-04-17 16:05:31 -05005241
James Smart2e0fef82007-06-17 19:56:36 -05005242 lpfc_els_flush_rscn(vport);
5243 lpfc_disc_flush_list(vport);
dea31012005-04-17 16:05:31 -05005244 }
5245 break;
James Smart2e0fef82007-06-17 19:56:36 -05005246
James Smart92d7f7b2007-06-17 19:56:38 -05005247 default:
James Smarte8b62012007-08-02 11:10:09 -04005248 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
James Smartd7c255b2008-08-24 21:50:00 -04005249 "0273 Unexpected discovery timeout, "
James Smarte8b62012007-08-02 11:10:09 -04005250 "vport State x%x\n", vport->port_state);
James Smart2e0fef82007-06-17 19:56:36 -05005251 break;
5252 }
5253
5254 switch (phba->link_state) {
5255 case LPFC_CLEAR_LA:
James Smart92d7f7b2007-06-17 19:56:38 -05005256 /* CLEAR LA timeout */
James Smarte8b62012007-08-02 11:10:09 -04005257 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5258 "0228 CLEAR LA timeout\n");
James Smart2e0fef82007-06-17 19:56:36 -05005259 clrlaerr = 1;
5260 break;
5261
James Smart09372822008-01-11 01:52:54 -05005262 case LPFC_LINK_UP:
5263 lpfc_issue_clear_la(phba, vport);
5264 /* Drop thru */
James Smart2e0fef82007-06-17 19:56:36 -05005265 case LPFC_LINK_UNKNOWN:
5266 case LPFC_WARM_START:
5267 case LPFC_INIT_START:
5268 case LPFC_INIT_MBX_CMDS:
5269 case LPFC_LINK_DOWN:
James Smart2e0fef82007-06-17 19:56:36 -05005270 case LPFC_HBA_ERROR:
James Smarte8b62012007-08-02 11:10:09 -04005271 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5272 "0230 Unexpected timeout, hba link "
5273 "state x%x\n", phba->link_state);
James Smart2e0fef82007-06-17 19:56:36 -05005274 clrlaerr = 1;
5275 break;
James Smart92d7f7b2007-06-17 19:56:38 -05005276
5277 case LPFC_HBA_READY:
5278 break;
dea31012005-04-17 16:05:31 -05005279 }
5280
5281 if (clrlaerr) {
James Smart2e0fef82007-06-17 19:56:36 -05005282 lpfc_disc_flush_list(vport);
James Smarta4bc3372006-12-02 13:34:16 -05005283 psli->ring[(psli->extra_ring)].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -05005284 psli->ring[(psli->fcp_ring)].flag &= ~LPFC_STOP_IOCB_EVENT;
5285 psli->ring[(psli->next_ring)].flag &= ~LPFC_STOP_IOCB_EVENT;
James Smart2e0fef82007-06-17 19:56:36 -05005286 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05005287 }
5288
5289 return;
5290}
5291
dea31012005-04-17 16:05:31 -05005292/*
5293 * This routine handles processing a NameServer REG_LOGIN mailbox
5294 * command upon completion. It is setup in the LPFC_MBOXQ
5295 * as the completion routine when the command is
5296 * handed off to the SLI layer.
5297 */
5298void
James Smart2e0fef82007-06-17 19:56:36 -05005299lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05005300{
James Smart04c68492009-05-22 14:52:52 -04005301 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05005302 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
5303 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
5304 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05005305
5306 pmb->context1 = NULL;
James Smartd439d282010-09-29 11:18:45 -04005307 pmb->context2 = NULL;
dea31012005-04-17 16:05:31 -05005308
James Smart6d368e52011-05-24 11:44:12 -04005309 if (phba->sli_rev < LPFC_SLI_REV4)
5310 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05005311 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05005312 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05005313 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05005314
James Smart2e0fef82007-06-17 19:56:36 -05005315 /*
5316 * Start issuing Fabric-Device Management Interface (FDMI) command to
5317 * 0xfffffa (FDMI well known port) or Delay issuing FDMI command if
5318 * fdmi-on=2 (supporting RPA/hostnmae)
dea31012005-04-17 16:05:31 -05005319 */
James Smart2e0fef82007-06-17 19:56:36 -05005320
James Smart3de2a652007-08-02 11:09:59 -04005321 if (vport->cfg_fdmi_on == 1)
James Smart2e0fef82007-06-17 19:56:36 -05005322 lpfc_fdmi_cmd(vport, ndlp, SLI_MGMT_DHBA);
5323 else
5324 mod_timer(&vport->fc_fdmitmo, jiffies + HZ * 60);
dea31012005-04-17 16:05:31 -05005325
James Smartfa4066b2008-01-11 01:53:27 -05005326 /* decrement the node reference count held for this callback
5327 * function.
5328 */
James Smart329f9bc2007-04-25 09:53:01 -04005329 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05005330 lpfc_mbuf_free(phba, mp->virt, mp->phys);
5331 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04005332 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05005333
5334 return;
5335}
5336
James Smart685f0bf2007-04-25 09:53:08 -04005337static int
5338lpfc_filter_by_rpi(struct lpfc_nodelist *ndlp, void *param)
5339{
5340 uint16_t *rpi = param;
5341
James Smarteff4a012012-01-18 16:25:25 -05005342 /* check for active node */
5343 if (!NLP_CHK_NODE_ACT(ndlp))
5344 return 0;
5345
James Smart685f0bf2007-04-25 09:53:08 -04005346 return ndlp->nlp_rpi == *rpi;
5347}
5348
5349static int
5350lpfc_filter_by_wwpn(struct lpfc_nodelist *ndlp, void *param)
5351{
5352 return memcmp(&ndlp->nlp_portname, param,
5353 sizeof(ndlp->nlp_portname)) == 0;
5354}
5355
Adrian Bunka6ababd2007-11-05 18:07:33 +01005356static struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005357__lpfc_find_node(struct lpfc_vport *vport, node_filter filter, void *param)
dea31012005-04-17 16:05:31 -05005358{
James.Smart@Emulex.Com21568f52005-10-28 20:29:36 -04005359 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05005360
James Smart2e0fef82007-06-17 19:56:36 -05005361 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
James Smart87af33f2007-10-27 13:37:43 -04005362 if (filter(ndlp, param))
James Smart685f0bf2007-04-25 09:53:08 -04005363 return ndlp;
5364 }
James.Smart@Emulex.Com21568f52005-10-28 20:29:36 -04005365 return NULL;
dea31012005-04-17 16:05:31 -05005366}
5367
James Smart685f0bf2007-04-25 09:53:08 -04005368/*
5369 * This routine looks up the ndlp lists for the given RPI. If rpi found it
James Smart2e0fef82007-06-17 19:56:36 -05005370 * returns the node list element pointer else return NULL.
James Smart685f0bf2007-04-25 09:53:08 -04005371 */
5372struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005373__lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi)
James Smart685f0bf2007-04-25 09:53:08 -04005374{
James Smart2e0fef82007-06-17 19:56:36 -05005375 return __lpfc_find_node(vport, lpfc_filter_by_rpi, &rpi);
James Smart685f0bf2007-04-25 09:53:08 -04005376}
5377
James Smart488d1462006-03-07 15:02:37 -05005378/*
James Smart685f0bf2007-04-25 09:53:08 -04005379 * This routine looks up the ndlp lists for the given WWPN. If WWPN found it
James Smart2e0fef82007-06-17 19:56:36 -05005380 * returns the node element list pointer else return NULL.
James Smart488d1462006-03-07 15:02:37 -05005381 */
5382struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005383lpfc_findnode_wwpn(struct lpfc_vport *vport, struct lpfc_name *wwpn)
James Smart488d1462006-03-07 15:02:37 -05005384{
James Smart2e0fef82007-06-17 19:56:36 -05005385 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart488d1462006-03-07 15:02:37 -05005386 struct lpfc_nodelist *ndlp;
James Smart488d1462006-03-07 15:02:37 -05005387
James Smart2e0fef82007-06-17 19:56:36 -05005388 spin_lock_irq(shost->host_lock);
5389 ndlp = __lpfc_find_node(vport, lpfc_filter_by_wwpn, wwpn);
5390 spin_unlock_irq(shost->host_lock);
James Smart858c9f62007-06-17 19:56:39 -05005391 return ndlp;
James Smart488d1462006-03-07 15:02:37 -05005392}
5393
James Smartcb69f7d2011-12-13 13:21:57 -05005394/*
5395 * This routine looks up the ndlp lists for the given RPI. If the rpi
5396 * is found, the routine returns the node element list pointer else
5397 * return NULL.
5398 */
5399struct lpfc_nodelist *
5400lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi)
5401{
5402 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5403 struct lpfc_nodelist *ndlp;
5404
5405 spin_lock_irq(shost->host_lock);
5406 ndlp = __lpfc_findnode_rpi(vport, rpi);
5407 spin_unlock_irq(shost->host_lock);
5408 return ndlp;
5409}
5410
5411/**
5412 * lpfc_find_vport_by_vpid - Find a vport on a HBA through vport identifier
5413 * @phba: pointer to lpfc hba data structure.
5414 * @vpi: the physical host virtual N_Port identifier.
5415 *
5416 * This routine finds a vport on a HBA (referred by @phba) through a
5417 * @vpi. The function walks the HBA's vport list and returns the address
5418 * of the vport with the matching @vpi.
5419 *
5420 * Return code
5421 * NULL - No vport with the matching @vpi found
5422 * Otherwise - Address to the vport with the matching @vpi.
5423 **/
5424struct lpfc_vport *
5425lpfc_find_vport_by_vpid(struct lpfc_hba *phba, uint16_t vpi)
5426{
5427 struct lpfc_vport *vport;
5428 unsigned long flags;
5429 int i = 0;
5430
5431 /* The physical ports are always vpi 0 - translate is unnecessary. */
5432 if (vpi > 0) {
5433 /*
5434 * Translate the physical vpi to the logical vpi. The
5435 * vport stores the logical vpi.
5436 */
5437 for (i = 0; i < phba->max_vpi; i++) {
5438 if (vpi == phba->vpi_ids[i])
5439 break;
5440 }
5441
5442 if (i >= phba->max_vpi) {
5443 lpfc_printf_log(phba, KERN_ERR, LOG_ELS,
5444 "2936 Could not find Vport mapped "
5445 "to vpi %d\n", vpi);
5446 return NULL;
5447 }
5448 }
5449
5450 spin_lock_irqsave(&phba->hbalock, flags);
5451 list_for_each_entry(vport, &phba->port_list, listentry) {
5452 if (vport->vpi == i) {
5453 spin_unlock_irqrestore(&phba->hbalock, flags);
5454 return vport;
5455 }
5456 }
5457 spin_unlock_irqrestore(&phba->hbalock, flags);
5458 return NULL;
5459}
5460
dea31012005-04-17 16:05:31 -05005461void
James Smart2e0fef82007-06-17 19:56:36 -05005462lpfc_nlp_init(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
5463 uint32_t did)
dea31012005-04-17 16:05:31 -05005464{
5465 memset(ndlp, 0, sizeof (struct lpfc_nodelist));
James Smart109f6ed2008-12-04 22:39:08 -05005466
5467 lpfc_initialize_node(vport, ndlp, did);
James Smart685f0bf2007-04-25 09:53:08 -04005468 INIT_LIST_HEAD(&ndlp->nlp_listp);
James Smart858c9f62007-06-17 19:56:39 -05005469
5470 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
5471 "node init: did:x%x",
5472 ndlp->nlp_DID, 0, 0);
5473
dea31012005-04-17 16:05:31 -05005474 return;
5475}
James Smart329f9bc2007-04-25 09:53:01 -04005476
James Smart98c9ea52007-10-27 13:37:33 -04005477/* This routine releases all resources associated with a specifc NPort's ndlp
5478 * and mempool_free's the nodelist.
5479 */
James Smart311464e2007-08-02 11:10:37 -04005480static void
James Smart329f9bc2007-04-25 09:53:01 -04005481lpfc_nlp_release(struct kref *kref)
5482{
James Smarte47c9092008-02-08 18:49:26 -05005483 struct lpfc_hba *phba;
5484 unsigned long flags;
James Smart329f9bc2007-04-25 09:53:01 -04005485 struct lpfc_nodelist *ndlp = container_of(kref, struct lpfc_nodelist,
5486 kref);
James Smart858c9f62007-06-17 19:56:39 -05005487
5488 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5489 "node release: did:x%x flg:x%x type:x%x",
5490 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
5491
James Smarte47c9092008-02-08 18:49:26 -05005492 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
5493 "0279 lpfc_nlp_release: ndlp:x%p "
5494 "usgmap:x%x refcnt:%d\n",
5495 (void *)ndlp, ndlp->nlp_usg_map,
5496 atomic_read(&ndlp->kref.refcount));
5497
5498 /* remove ndlp from action. */
James Smart2e0fef82007-06-17 19:56:36 -05005499 lpfc_nlp_remove(ndlp->vport, ndlp);
James Smarte47c9092008-02-08 18:49:26 -05005500
5501 /* clear the ndlp active flag for all release cases */
James Smarta257bf92009-04-06 18:48:10 -04005502 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05005503 spin_lock_irqsave(&phba->ndlp_lock, flags);
5504 NLP_CLR_NODE_ACT(ndlp);
5505 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
James Smart40426292010-12-15 17:58:10 -05005506 if (phba->sli_rev == LPFC_SLI_REV4)
5507 lpfc_sli4_free_rpi(phba, ndlp->nlp_rpi);
James Smarte47c9092008-02-08 18:49:26 -05005508
5509 /* free ndlp memory for final ndlp release */
James Smartea2151b2008-09-07 11:52:10 -04005510 if (NLP_CHK_FREE_REQ(ndlp)) {
5511 kfree(ndlp->lat_data);
James Smarta257bf92009-04-06 18:48:10 -04005512 mempool_free(ndlp, ndlp->phba->nlp_mem_pool);
James Smartea2151b2008-09-07 11:52:10 -04005513 }
James Smart329f9bc2007-04-25 09:53:01 -04005514}
5515
James Smart98c9ea52007-10-27 13:37:33 -04005516/* This routine bumps the reference count for a ndlp structure to ensure
5517 * that one discovery thread won't free a ndlp while another discovery thread
5518 * is using it.
5519 */
James Smart329f9bc2007-04-25 09:53:01 -04005520struct lpfc_nodelist *
5521lpfc_nlp_get(struct lpfc_nodelist *ndlp)
5522{
James Smarte47c9092008-02-08 18:49:26 -05005523 struct lpfc_hba *phba;
5524 unsigned long flags;
5525
James Smart98c9ea52007-10-27 13:37:33 -04005526 if (ndlp) {
5527 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5528 "node get: did:x%x flg:x%x refcnt:x%x",
5529 ndlp->nlp_DID, ndlp->nlp_flag,
5530 atomic_read(&ndlp->kref.refcount));
James Smarte47c9092008-02-08 18:49:26 -05005531 /* The check of ndlp usage to prevent incrementing the
5532 * ndlp reference count that is in the process of being
5533 * released.
5534 */
James Smarta257bf92009-04-06 18:48:10 -04005535 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05005536 spin_lock_irqsave(&phba->ndlp_lock, flags);
5537 if (!NLP_CHK_NODE_ACT(ndlp) || NLP_CHK_FREE_ACK(ndlp)) {
5538 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
5539 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
5540 "0276 lpfc_nlp_get: ndlp:x%p "
5541 "usgmap:x%x refcnt:%d\n",
5542 (void *)ndlp, ndlp->nlp_usg_map,
5543 atomic_read(&ndlp->kref.refcount));
5544 return NULL;
5545 } else
5546 kref_get(&ndlp->kref);
5547 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
James Smart98c9ea52007-10-27 13:37:33 -04005548 }
James Smart329f9bc2007-04-25 09:53:01 -04005549 return ndlp;
5550}
5551
James Smart98c9ea52007-10-27 13:37:33 -04005552/* This routine decrements the reference count for a ndlp structure. If the
James Smarte47c9092008-02-08 18:49:26 -05005553 * count goes to 0, this indicates the the associated nodelist should be
5554 * freed. Returning 1 indicates the ndlp resource has been released; on the
5555 * other hand, returning 0 indicates the ndlp resource has not been released
5556 * yet.
James Smart98c9ea52007-10-27 13:37:33 -04005557 */
James Smart329f9bc2007-04-25 09:53:01 -04005558int
5559lpfc_nlp_put(struct lpfc_nodelist *ndlp)
5560{
James Smarte47c9092008-02-08 18:49:26 -05005561 struct lpfc_hba *phba;
5562 unsigned long flags;
5563
5564 if (!ndlp)
5565 return 1;
5566
5567 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5568 "node put: did:x%x flg:x%x refcnt:x%x",
5569 ndlp->nlp_DID, ndlp->nlp_flag,
5570 atomic_read(&ndlp->kref.refcount));
James Smarta257bf92009-04-06 18:48:10 -04005571 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05005572 spin_lock_irqsave(&phba->ndlp_lock, flags);
5573 /* Check the ndlp memory free acknowledge flag to avoid the
5574 * possible race condition that kref_put got invoked again
5575 * after previous one has done ndlp memory free.
5576 */
5577 if (NLP_CHK_FREE_ACK(ndlp)) {
5578 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
5579 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
5580 "0274 lpfc_nlp_put: ndlp:x%p "
5581 "usgmap:x%x refcnt:%d\n",
5582 (void *)ndlp, ndlp->nlp_usg_map,
5583 atomic_read(&ndlp->kref.refcount));
5584 return 1;
James Smart98c9ea52007-10-27 13:37:33 -04005585 }
James Smarte47c9092008-02-08 18:49:26 -05005586 /* Check the ndlp inactivate log flag to avoid the possible
5587 * race condition that kref_put got invoked again after ndlp
5588 * is already in inactivating state.
5589 */
5590 if (NLP_CHK_IACT_REQ(ndlp)) {
5591 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
5592 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
5593 "0275 lpfc_nlp_put: ndlp:x%p "
5594 "usgmap:x%x refcnt:%d\n",
5595 (void *)ndlp, ndlp->nlp_usg_map,
5596 atomic_read(&ndlp->kref.refcount));
5597 return 1;
5598 }
5599 /* For last put, mark the ndlp usage flags to make sure no
5600 * other kref_get and kref_put on the same ndlp shall get
5601 * in between the process when the final kref_put has been
5602 * invoked on this ndlp.
5603 */
5604 if (atomic_read(&ndlp->kref.refcount) == 1) {
5605 /* Indicate ndlp is put to inactive state. */
5606 NLP_SET_IACT_REQ(ndlp);
5607 /* Acknowledge ndlp memory free has been seen. */
5608 if (NLP_CHK_FREE_REQ(ndlp))
5609 NLP_SET_FREE_ACK(ndlp);
5610 }
5611 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
5612 /* Note, the kref_put returns 1 when decrementing a reference
5613 * count that was 1, it invokes the release callback function,
5614 * but it still left the reference count as 1 (not actually
5615 * performs the last decrementation). Otherwise, it actually
5616 * decrements the reference count and returns 0.
5617 */
5618 return kref_put(&ndlp->kref, lpfc_nlp_release);
James Smart329f9bc2007-04-25 09:53:01 -04005619}
James Smart98c9ea52007-10-27 13:37:33 -04005620
5621/* This routine free's the specified nodelist if it is not in use
James Smarte47c9092008-02-08 18:49:26 -05005622 * by any other discovery thread. This routine returns 1 if the
5623 * ndlp has been freed. A return value of 0 indicates the ndlp is
5624 * not yet been released.
James Smart98c9ea52007-10-27 13:37:33 -04005625 */
5626int
5627lpfc_nlp_not_used(struct lpfc_nodelist *ndlp)
5628{
5629 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5630 "node not used: did:x%x flg:x%x refcnt:x%x",
5631 ndlp->nlp_DID, ndlp->nlp_flag,
5632 atomic_read(&ndlp->kref.refcount));
James Smarte47c9092008-02-08 18:49:26 -05005633 if (atomic_read(&ndlp->kref.refcount) == 1)
5634 if (lpfc_nlp_put(ndlp))
5635 return 1;
James Smart98c9ea52007-10-27 13:37:33 -04005636 return 0;
5637}
James Smart6fb120a2009-05-22 14:52:59 -04005638
5639/**
5640 * lpfc_fcf_inuse - Check if FCF can be unregistered.
5641 * @phba: Pointer to hba context object.
5642 *
5643 * This function iterate through all FC nodes associated
5644 * will all vports to check if there is any node with
5645 * fc_rports associated with it. If there is an fc_rport
5646 * associated with the node, then the node is either in
5647 * discovered state or its devloss_timer is pending.
5648 */
5649static int
5650lpfc_fcf_inuse(struct lpfc_hba *phba)
5651{
5652 struct lpfc_vport **vports;
5653 int i, ret = 0;
5654 struct lpfc_nodelist *ndlp;
5655 struct Scsi_Host *shost;
5656
5657 vports = lpfc_create_vport_work_array(phba);
5658
James Smart63e801c2010-11-20 23:14:19 -05005659 /* If driver cannot allocate memory, indicate fcf is in use */
5660 if (!vports)
5661 return 1;
5662
James Smart6fb120a2009-05-22 14:52:59 -04005663 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
5664 shost = lpfc_shost_from_vport(vports[i]);
5665 spin_lock_irq(shost->host_lock);
James Smart05580562011-05-24 11:40:48 -04005666 /*
5667 * IF the CVL_RCVD bit is not set then we have sent the
5668 * flogi.
5669 * If dev_loss fires while we are waiting we do not want to
5670 * unreg the fcf.
5671 */
5672 if (!(vports[i]->fc_flag & FC_VPORT_CVL_RCVD)) {
5673 spin_unlock_irq(shost->host_lock);
5674 ret = 1;
5675 goto out;
5676 }
James Smart6fb120a2009-05-22 14:52:59 -04005677 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) {
5678 if (NLP_CHK_NODE_ACT(ndlp) && ndlp->rport &&
5679 (ndlp->rport->roles & FC_RPORT_ROLE_FCP_TARGET)) {
5680 ret = 1;
5681 spin_unlock_irq(shost->host_lock);
5682 goto out;
James Smart80c17842012-03-01 22:35:45 -05005683 } else if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
5684 ret = 1;
James Smart891478a2009-11-18 15:40:23 -05005685 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
James Smart80c17842012-03-01 22:35:45 -05005686 "2624 RPI %x DID %x flag %x "
5687 "still logged in\n",
5688 ndlp->nlp_rpi, ndlp->nlp_DID,
5689 ndlp->nlp_flag);
James Smart6fb120a2009-05-22 14:52:59 -04005690 }
5691 }
5692 spin_unlock_irq(shost->host_lock);
5693 }
5694out:
5695 lpfc_destroy_vport_work_array(phba, vports);
5696 return ret;
5697}
5698
5699/**
5700 * lpfc_unregister_vfi_cmpl - Completion handler for unreg vfi.
5701 * @phba: Pointer to hba context object.
5702 * @mboxq: Pointer to mailbox object.
5703 *
5704 * This function frees memory associated with the mailbox command.
5705 */
James Smart1b511972011-12-13 13:23:09 -05005706void
James Smart6fb120a2009-05-22 14:52:59 -04005707lpfc_unregister_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
5708{
5709 struct lpfc_vport *vport = mboxq->vport;
James Smart38b92ef2010-08-04 16:11:39 -04005710 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart6fb120a2009-05-22 14:52:59 -04005711
5712 if (mboxq->u.mb.mbxStatus) {
5713 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
5714 "2555 UNREG_VFI mbxStatus error x%x "
5715 "HBA state x%x\n",
5716 mboxq->u.mb.mbxStatus, vport->port_state);
5717 }
James Smart38b92ef2010-08-04 16:11:39 -04005718 spin_lock_irq(shost->host_lock);
5719 phba->pport->fc_flag &= ~FC_VFI_REGISTERED;
5720 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04005721 mempool_free(mboxq, phba->mbox_mem_pool);
5722 return;
5723}
5724
5725/**
5726 * lpfc_unregister_fcfi_cmpl - Completion handler for unreg fcfi.
5727 * @phba: Pointer to hba context object.
5728 * @mboxq: Pointer to mailbox object.
5729 *
5730 * This function frees memory associated with the mailbox command.
5731 */
5732static void
5733lpfc_unregister_fcfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
5734{
5735 struct lpfc_vport *vport = mboxq->vport;
5736
5737 if (mboxq->u.mb.mbxStatus) {
5738 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
5739 "2550 UNREG_FCFI mbxStatus error x%x "
5740 "HBA state x%x\n",
5741 mboxq->u.mb.mbxStatus, vport->port_state);
5742 }
5743 mempool_free(mboxq, phba->mbox_mem_pool);
5744 return;
5745}
5746
5747/**
James Smartecfd03c2010-02-12 14:41:27 -05005748 * lpfc_unregister_fcf_prep - Unregister fcf record preparation
James Smart6fb120a2009-05-22 14:52:59 -04005749 * @phba: Pointer to hba context object.
5750 *
James Smartecfd03c2010-02-12 14:41:27 -05005751 * This function prepare the HBA for unregistering the currently registered
5752 * FCF from the HBA. It performs unregistering, in order, RPIs, VPIs, and
5753 * VFIs.
James Smart6fb120a2009-05-22 14:52:59 -04005754 */
James Smartecfd03c2010-02-12 14:41:27 -05005755int
5756lpfc_unregister_fcf_prep(struct lpfc_hba *phba)
James Smart6fb120a2009-05-22 14:52:59 -04005757{
James Smart6fb120a2009-05-22 14:52:59 -04005758 struct lpfc_vport **vports;
James Smart695a8142010-01-26 23:08:03 -05005759 struct lpfc_nodelist *ndlp;
James Smart72100cc2010-02-12 14:43:01 -05005760 struct Scsi_Host *shost;
James Smartecfd03c2010-02-12 14:41:27 -05005761 int i, rc;
James Smart6fb120a2009-05-22 14:52:59 -04005762
James Smartecfd03c2010-02-12 14:41:27 -05005763 /* Unregister RPIs */
James Smart6fb120a2009-05-22 14:52:59 -04005764 if (lpfc_fcf_inuse(phba))
James Smartecfd03c2010-02-12 14:41:27 -05005765 lpfc_unreg_hba_rpis(phba);
James Smart6fb120a2009-05-22 14:52:59 -04005766
James Smart4d9ab992009-10-02 15:16:39 -04005767 /* At this point, all discovery is aborted */
5768 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
James Smart6fb120a2009-05-22 14:52:59 -04005769
5770 /* Unregister VPIs */
5771 vports = lpfc_create_vport_work_array(phba);
James Smartecfd03c2010-02-12 14:41:27 -05005772 if (vports && (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED))
James Smart6fb120a2009-05-22 14:52:59 -04005773 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
James Smart695a8142010-01-26 23:08:03 -05005774 /* Stop FLOGI/FDISC retries */
5775 ndlp = lpfc_findnode_did(vports[i], Fabric_DID);
5776 if (ndlp)
5777 lpfc_cancel_retry_delay_tmo(vports[i], ndlp);
James Smart78730cf2010-04-06 15:06:30 -04005778 lpfc_cleanup_pending_mbox(vports[i]);
James Smart5af5eee2010-10-22 11:06:38 -04005779 if (phba->sli_rev == LPFC_SLI_REV4)
5780 lpfc_sli4_unreg_all_rpis(vports[i]);
James Smart6fb120a2009-05-22 14:52:59 -04005781 lpfc_mbx_unreg_vpi(vports[i]);
James Smart72100cc2010-02-12 14:43:01 -05005782 shost = lpfc_shost_from_vport(vports[i]);
5783 spin_lock_irq(shost->host_lock);
James Smart891478a2009-11-18 15:40:23 -05005784 vports[i]->fc_flag |= FC_VPORT_NEEDS_INIT_VPI;
James Smartc8685952009-11-18 15:39:16 -05005785 vports[i]->vpi_state &= ~LPFC_VPI_REGISTERED;
James Smart72100cc2010-02-12 14:43:01 -05005786 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04005787 }
5788 lpfc_destroy_vport_work_array(phba, vports);
5789
James Smart695a8142010-01-26 23:08:03 -05005790 /* Cleanup any outstanding ELS commands */
5791 lpfc_els_flush_all_cmd(phba);
5792
James Smart1b511972011-12-13 13:23:09 -05005793 /* Unregister the physical port VFI */
5794 rc = lpfc_issue_unreg_vfi(phba->pport);
5795 return rc;
James Smartecfd03c2010-02-12 14:41:27 -05005796}
5797
5798/**
5799 * lpfc_sli4_unregister_fcf - Unregister currently registered FCF record
5800 * @phba: Pointer to hba context object.
5801 *
5802 * This function issues synchronous unregister FCF mailbox command to HBA to
5803 * unregister the currently registered FCF record. The driver does not reset
5804 * the driver FCF usage state flags.
5805 *
5806 * Return 0 if successfully issued, none-zero otherwise.
5807 */
5808int
5809lpfc_sli4_unregister_fcf(struct lpfc_hba *phba)
5810{
5811 LPFC_MBOXQ_t *mbox;
5812 int rc;
5813
James Smart6fb120a2009-05-22 14:52:59 -04005814 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5815 if (!mbox) {
5816 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
James Smartecfd03c2010-02-12 14:41:27 -05005817 "2551 UNREG_FCFI mbox allocation failed"
5818 "HBA state x%x\n", phba->pport->port_state);
5819 return -ENOMEM;
James Smart6fb120a2009-05-22 14:52:59 -04005820 }
James Smart6fb120a2009-05-22 14:52:59 -04005821 lpfc_unreg_fcfi(mbox, phba->fcf.fcfi);
5822 mbox->vport = phba->pport;
5823 mbox->mbox_cmpl = lpfc_unregister_fcfi_cmpl;
5824 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
5825
5826 if (rc == MBX_NOT_FINISHED) {
James Smartecfd03c2010-02-12 14:41:27 -05005827 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
5828 "2552 Unregister FCFI command failed rc x%x "
5829 "HBA state x%x\n",
5830 rc, phba->pport->port_state);
5831 return -EINVAL;
5832 }
5833 return 0;
5834}
5835
5836/**
5837 * lpfc_unregister_fcf_rescan - Unregister currently registered fcf and rescan
5838 * @phba: Pointer to hba context object.
5839 *
5840 * This function unregisters the currently reigstered FCF. This function
5841 * also tries to find another FCF for discovery by rescan the HBA FCF table.
5842 */
5843void
5844lpfc_unregister_fcf_rescan(struct lpfc_hba *phba)
5845{
5846 int rc;
5847
5848 /* Preparation for unregistering fcf */
5849 rc = lpfc_unregister_fcf_prep(phba);
5850 if (rc) {
5851 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
5852 "2748 Failed to prepare for unregistering "
5853 "HBA's FCF record: rc=%d\n", rc);
James Smart6fb120a2009-05-22 14:52:59 -04005854 return;
5855 }
5856
James Smartecfd03c2010-02-12 14:41:27 -05005857 /* Now, unregister FCF record and reset HBA FCF state */
5858 rc = lpfc_sli4_unregister_fcf(phba);
5859 if (rc)
5860 return;
5861 /* Reset HBA FCF states after successful unregister FCF */
5862 phba->fcf.fcf_flag = 0;
James Smartfc2b9892010-02-26 14:15:29 -05005863 phba->fcf.current_rec.flag = 0;
James Smart6fb120a2009-05-22 14:52:59 -04005864
5865 /*
5866 * If driver is not unloading, check if there is any other
5867 * FCF record that can be used for discovery.
5868 */
5869 if ((phba->pport->load_flag & FC_UNLOADING) ||
James Smartecfd03c2010-02-12 14:41:27 -05005870 (phba->link_state < LPFC_LINK_UP))
James Smart6fb120a2009-05-22 14:52:59 -04005871 return;
5872
James Smart0c9ab6f2010-02-26 14:15:57 -05005873 /* This is considered as the initial FCF discovery scan */
5874 spin_lock_irq(&phba->hbalock);
5875 phba->fcf.fcf_flag |= FCF_INIT_DISC;
5876 spin_unlock_irq(&phba->hbalock);
James Smart38b92ef2010-08-04 16:11:39 -04005877
5878 /* Reset FCF roundrobin bmask for new discovery */
James Smart7d791df2011-07-22 18:37:52 -04005879 lpfc_sli4_clear_fcf_rr_bmask(phba);
James Smart38b92ef2010-08-04 16:11:39 -04005880
James Smart0c9ab6f2010-02-26 14:15:57 -05005881 rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST);
James Smart6fb120a2009-05-22 14:52:59 -04005882
James Smart0c9ab6f2010-02-26 14:15:57 -05005883 if (rc) {
5884 spin_lock_irq(&phba->hbalock);
5885 phba->fcf.fcf_flag &= ~FCF_INIT_DISC;
5886 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04005887 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
James Smartecfd03c2010-02-12 14:41:27 -05005888 "2553 lpfc_unregister_unused_fcf failed "
5889 "to read FCF record HBA state x%x\n",
5890 phba->pport->port_state);
James Smart0c9ab6f2010-02-26 14:15:57 -05005891 }
James Smartecfd03c2010-02-12 14:41:27 -05005892}
5893
5894/**
5895 * lpfc_unregister_fcf - Unregister the currently registered fcf record
5896 * @phba: Pointer to hba context object.
5897 *
5898 * This function just unregisters the currently reigstered FCF. It does not
5899 * try to find another FCF for discovery.
5900 */
5901void
5902lpfc_unregister_fcf(struct lpfc_hba *phba)
5903{
5904 int rc;
5905
5906 /* Preparation for unregistering fcf */
5907 rc = lpfc_unregister_fcf_prep(phba);
5908 if (rc) {
5909 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
5910 "2749 Failed to prepare for unregistering "
5911 "HBA's FCF record: rc=%d\n", rc);
5912 return;
5913 }
5914
5915 /* Now, unregister FCF record and reset HBA FCF state */
5916 rc = lpfc_sli4_unregister_fcf(phba);
5917 if (rc)
5918 return;
5919 /* Set proper HBA FCF states after successful unregister FCF */
5920 spin_lock_irq(&phba->hbalock);
5921 phba->fcf.fcf_flag &= ~FCF_REGISTERED;
5922 spin_unlock_irq(&phba->hbalock);
5923}
5924
5925/**
5926 * lpfc_unregister_unused_fcf - Unregister FCF if all devices are disconnected.
5927 * @phba: Pointer to hba context object.
5928 *
5929 * This function check if there are any connected remote port for the FCF and
5930 * if all the devices are disconnected, this function unregister FCFI.
5931 * This function also tries to use another FCF for discovery.
5932 */
5933void
5934lpfc_unregister_unused_fcf(struct lpfc_hba *phba)
5935{
5936 /*
James Smart3804dc82010-07-14 15:31:37 -04005937 * If HBA is not running in FIP mode, if HBA does not support
5938 * FCoE, if FCF discovery is ongoing, or if FCF has not been
5939 * registered, do nothing.
James Smartecfd03c2010-02-12 14:41:27 -05005940 */
5941 spin_lock_irq(&phba->hbalock);
James Smart76a95d72010-11-20 23:11:48 -05005942 if (!(phba->hba_flag & HBA_FCOE_MODE) ||
James Smartecfd03c2010-02-12 14:41:27 -05005943 !(phba->fcf.fcf_flag & FCF_REGISTERED) ||
James Smartdbb6b3a2010-06-08 18:31:37 -04005944 !(phba->hba_flag & HBA_FIP_SUPPORT) ||
James Smart3804dc82010-07-14 15:31:37 -04005945 (phba->fcf.fcf_flag & FCF_DISCOVERY) ||
James Smartdbb6b3a2010-06-08 18:31:37 -04005946 (phba->pport->port_state == LPFC_FLOGI)) {
James Smartecfd03c2010-02-12 14:41:27 -05005947 spin_unlock_irq(&phba->hbalock);
5948 return;
5949 }
5950 spin_unlock_irq(&phba->hbalock);
5951
5952 if (lpfc_fcf_inuse(phba))
5953 return;
5954
5955 lpfc_unregister_fcf_rescan(phba);
James Smart6fb120a2009-05-22 14:52:59 -04005956}
5957
5958/**
5959 * lpfc_read_fcf_conn_tbl - Create driver FCF connection table.
5960 * @phba: Pointer to hba context object.
5961 * @buff: Buffer containing the FCF connection table as in the config
5962 * region.
5963 * This function create driver data structure for the FCF connection
5964 * record table read from config region 23.
5965 */
5966static void
5967lpfc_read_fcf_conn_tbl(struct lpfc_hba *phba,
5968 uint8_t *buff)
5969{
5970 struct lpfc_fcf_conn_entry *conn_entry, *next_conn_entry;
5971 struct lpfc_fcf_conn_hdr *conn_hdr;
5972 struct lpfc_fcf_conn_rec *conn_rec;
5973 uint32_t record_count;
5974 int i;
5975
5976 /* Free the current connect table */
5977 list_for_each_entry_safe(conn_entry, next_conn_entry,
James Smart4d9ab992009-10-02 15:16:39 -04005978 &phba->fcf_conn_rec_list, list) {
5979 list_del_init(&conn_entry->list);
James Smart6fb120a2009-05-22 14:52:59 -04005980 kfree(conn_entry);
James Smart4d9ab992009-10-02 15:16:39 -04005981 }
James Smart6fb120a2009-05-22 14:52:59 -04005982
5983 conn_hdr = (struct lpfc_fcf_conn_hdr *) buff;
5984 record_count = conn_hdr->length * sizeof(uint32_t)/
5985 sizeof(struct lpfc_fcf_conn_rec);
5986
5987 conn_rec = (struct lpfc_fcf_conn_rec *)
5988 (buff + sizeof(struct lpfc_fcf_conn_hdr));
5989
5990 for (i = 0; i < record_count; i++) {
5991 if (!(conn_rec[i].flags & FCFCNCT_VALID))
5992 continue;
5993 conn_entry = kzalloc(sizeof(struct lpfc_fcf_conn_entry),
5994 GFP_KERNEL);
5995 if (!conn_entry) {
5996 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
5997 "2566 Failed to allocate connection"
5998 " table entry\n");
5999 return;
6000 }
6001
6002 memcpy(&conn_entry->conn_rec, &conn_rec[i],
6003 sizeof(struct lpfc_fcf_conn_rec));
6004 conn_entry->conn_rec.vlan_tag =
6005 le16_to_cpu(conn_entry->conn_rec.vlan_tag) & 0xFFF;
6006 conn_entry->conn_rec.flags =
6007 le16_to_cpu(conn_entry->conn_rec.flags);
6008 list_add_tail(&conn_entry->list,
6009 &phba->fcf_conn_rec_list);
6010 }
6011}
6012
6013/**
6014 * lpfc_read_fcoe_param - Read FCoe parameters from conf region..
6015 * @phba: Pointer to hba context object.
6016 * @buff: Buffer containing the FCoE parameter data structure.
6017 *
6018 * This function update driver data structure with config
6019 * parameters read from config region 23.
6020 */
6021static void
6022lpfc_read_fcoe_param(struct lpfc_hba *phba,
6023 uint8_t *buff)
6024{
6025 struct lpfc_fip_param_hdr *fcoe_param_hdr;
6026 struct lpfc_fcoe_params *fcoe_param;
6027
6028 fcoe_param_hdr = (struct lpfc_fip_param_hdr *)
6029 buff;
6030 fcoe_param = (struct lpfc_fcoe_params *)
James Smart32b97932009-07-19 10:01:21 -04006031 (buff + sizeof(struct lpfc_fip_param_hdr));
James Smart6fb120a2009-05-22 14:52:59 -04006032
6033 if ((fcoe_param_hdr->parm_version != FIPP_VERSION) ||
6034 (fcoe_param_hdr->length != FCOE_PARAM_LENGTH))
6035 return;
6036
James Smart6fb120a2009-05-22 14:52:59 -04006037 if (fcoe_param_hdr->parm_flags & FIPP_VLAN_VALID) {
6038 phba->valid_vlan = 1;
6039 phba->vlan_id = le16_to_cpu(fcoe_param->vlan_tag) &
6040 0xFFF;
6041 }
6042
6043 phba->fc_map[0] = fcoe_param->fc_map[0];
6044 phba->fc_map[1] = fcoe_param->fc_map[1];
6045 phba->fc_map[2] = fcoe_param->fc_map[2];
6046 return;
6047}
6048
6049/**
6050 * lpfc_get_rec_conf23 - Get a record type in config region data.
6051 * @buff: Buffer containing config region 23 data.
6052 * @size: Size of the data buffer.
6053 * @rec_type: Record type to be searched.
6054 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -03006055 * This function searches config region data to find the beginning
James Smart6fb120a2009-05-22 14:52:59 -04006056 * of the record specified by record_type. If record found, this
6057 * function return pointer to the record else return NULL.
6058 */
6059static uint8_t *
6060lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type)
6061{
6062 uint32_t offset = 0, rec_length;
6063
6064 if ((buff[0] == LPFC_REGION23_LAST_REC) ||
6065 (size < sizeof(uint32_t)))
6066 return NULL;
6067
6068 rec_length = buff[offset + 1];
6069
6070 /*
6071 * One TLV record has one word header and number of data words
6072 * specified in the rec_length field of the record header.
6073 */
6074 while ((offset + rec_length * sizeof(uint32_t) + sizeof(uint32_t))
6075 <= size) {
6076 if (buff[offset] == rec_type)
6077 return &buff[offset];
6078
6079 if (buff[offset] == LPFC_REGION23_LAST_REC)
6080 return NULL;
6081
6082 offset += rec_length * sizeof(uint32_t) + sizeof(uint32_t);
6083 rec_length = buff[offset + 1];
6084 }
6085 return NULL;
6086}
6087
6088/**
6089 * lpfc_parse_fcoe_conf - Parse FCoE config data read from config region 23.
6090 * @phba: Pointer to lpfc_hba data structure.
6091 * @buff: Buffer containing config region 23 data.
6092 * @size: Size of the data buffer.
6093 *
Stefan Weileef35c22010-08-06 21:11:15 +02006094 * This function parses the FCoE config parameters in config region 23 and
James Smart6fb120a2009-05-22 14:52:59 -04006095 * populate driver data structure with the parameters.
6096 */
6097void
6098lpfc_parse_fcoe_conf(struct lpfc_hba *phba,
6099 uint8_t *buff,
6100 uint32_t size)
6101{
6102 uint32_t offset = 0, rec_length;
6103 uint8_t *rec_ptr;
6104
6105 /*
6106 * If data size is less than 2 words signature and version cannot be
6107 * verified.
6108 */
6109 if (size < 2*sizeof(uint32_t))
6110 return;
6111
6112 /* Check the region signature first */
6113 if (memcmp(buff, LPFC_REGION23_SIGNATURE, 4)) {
6114 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6115 "2567 Config region 23 has bad signature\n");
6116 return;
6117 }
6118
6119 offset += 4;
6120
6121 /* Check the data structure version */
6122 if (buff[offset] != LPFC_REGION23_VERSION) {
6123 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6124 "2568 Config region 23 has bad version\n");
6125 return;
6126 }
6127 offset += 4;
6128
6129 rec_length = buff[offset + 1];
6130
6131 /* Read FCoE param record */
6132 rec_ptr = lpfc_get_rec_conf23(&buff[offset],
6133 size - offset, FCOE_PARAM_TYPE);
6134 if (rec_ptr)
6135 lpfc_read_fcoe_param(phba, rec_ptr);
6136
6137 /* Read FCF connection table */
6138 rec_ptr = lpfc_get_rec_conf23(&buff[offset],
6139 size - offset, FCOE_CONN_TBL_TYPE);
6140 if (rec_ptr)
6141 lpfc_read_fcf_conn_tbl(phba, rec_ptr);
6142
6143}