blob: 88af258147d08c576c83c335c15918f1eacf3487 [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 Smartf25e8e72015-04-07 15:07:28 -04004 * Copyright (C) 2004-2015 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 Smart466e8402015-05-21 13:55:28 -0400109 struct Scsi_Host *shost;
James Smart858c9f62007-06-17 19:56:39 -0500110 struct lpfc_hba *phba;
James Smart858c9f62007-06-17 19:56:39 -0500111 struct lpfc_work_evt *evtp;
James Smarta8adb832007-10-27 13:37:53 -0400112 int put_node;
113 int put_rport;
James Smartc01f3202006-08-18 17:47:08 -0400114
115 rdata = rport->dd_data;
116 ndlp = rdata->pnode;
James Smart58da1ff2008-04-07 10:15:56 -0400117 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp))
James Smartc01f3202006-08-18 17:47:08 -0400118 return;
James Smartc01f3202006-08-18 17:47:08 -0400119
James Smart858c9f62007-06-17 19:56:39 -0500120 vport = ndlp->vport;
121 phba = vport->phba;
122
123 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
124 "rport devlosscb: sid:x%x did:x%x flg:x%x",
125 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag);
126
James Smart34f5ad82012-08-03 12:35:03 -0400127 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
128 "3181 dev_loss_callbk x%06x, rport %p flg x%x\n",
129 ndlp->nlp_DID, ndlp->rport, ndlp->nlp_flag);
130
James Smarta8adb832007-10-27 13:37:53 -0400131 /* Don't defer this if we are in the process of deleting the vport
132 * or unloading the driver. The unload will cleanup the node
133 * appropriately we just need to cleanup the ndlp rport info here.
134 */
135 if (vport->load_flag & FC_UNLOADING) {
136 put_node = rdata->pnode != NULL;
137 put_rport = ndlp->rport != NULL;
138 rdata->pnode = NULL;
139 ndlp->rport = NULL;
140 if (put_node)
141 lpfc_nlp_put(ndlp);
142 if (put_rport)
143 put_device(&rport->dev);
144 return;
145 }
146
147 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE)
148 return;
149
James Smart466e8402015-05-21 13:55:28 -0400150 if (rport->port_name != wwn_to_u64(ndlp->nlp_portname.u.wwn))
151 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
152 "6789 rport name %llx != node port name %llx",
153 rport->port_name,
154 wwn_to_u64(ndlp->nlp_portname.u.wwn));
James Smart34f5ad82012-08-03 12:35:03 -0400155
James Smart858c9f62007-06-17 19:56:39 -0500156 evtp = &ndlp->dev_loss_evt;
157
James Smart466e8402015-05-21 13:55:28 -0400158 if (!list_empty(&evtp->evt_listp)) {
159 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
160 "6790 rport name %llx dev_loss_evt pending",
161 rport->port_name);
James Smart858c9f62007-06-17 19:56:39 -0500162 return;
James Smart466e8402015-05-21 13:55:28 -0400163 }
James Smart858c9f62007-06-17 19:56:39 -0500164
James Smart466e8402015-05-21 13:55:28 -0400165 shost = lpfc_shost_from_vport(vport);
166 spin_lock_irq(shost->host_lock);
167 ndlp->nlp_flag |= NLP_IN_DEV_LOSS;
168 spin_unlock_irq(shost->host_lock);
James Smarta62a4352013-04-17 20:18:19 -0400169
James Smartfa4066b2008-01-11 01:53:27 -0500170 /* We need to hold the node by incrementing the reference
171 * count until this queued work is done
172 */
James Smart466e8402015-05-21 13:55:28 -0400173 evtp->evt_arg1 = lpfc_nlp_get(ndlp);
174
175 spin_lock_irq(&phba->hbalock);
James Smart5e9d9b82008-06-14 22:52:53 -0400176 if (evtp->evt_arg1) {
177 evtp->evt = LPFC_EVT_DEV_LOSS;
178 list_add_tail(&evtp->evt_listp, &phba->work_list);
179 lpfc_worker_wake_up(phba);
180 }
James Smart858c9f62007-06-17 19:56:39 -0500181 spin_unlock_irq(&phba->hbalock);
182
James Smart858c9f62007-06-17 19:56:39 -0500183 return;
184}
185
James Smarta93ff372010-10-22 11:06:08 -0400186/**
187 * lpfc_dev_loss_tmo_handler - Remote node devloss timeout handler
188 * @ndlp: Pointer to remote node object.
189 *
190 * This function is called from the worker thread when devloss timeout timer
191 * expires. For SLI4 host, this routine shall return 1 when at lease one
192 * remote node, including this @ndlp, is still in use of FCF; otherwise, this
193 * routine shall return 0 when there is no remote node is still in use of FCF
194 * when devloss timeout happened to this @ndlp.
195 **/
196static int
James Smart858c9f62007-06-17 19:56:39 -0500197lpfc_dev_loss_tmo_handler(struct lpfc_nodelist *ndlp)
198{
199 struct lpfc_rport_data *rdata;
200 struct fc_rport *rport;
201 struct lpfc_vport *vport;
202 struct lpfc_hba *phba;
James Smart466e8402015-05-21 13:55:28 -0400203 struct Scsi_Host *shost;
James Smart858c9f62007-06-17 19:56:39 -0500204 uint8_t *name;
James Smart87af33f2007-10-27 13:37:43 -0400205 int put_node;
James Smart858c9f62007-06-17 19:56:39 -0500206 int warn_on = 0;
James Smarta93ff372010-10-22 11:06:08 -0400207 int fcf_inuse = 0;
James Smart858c9f62007-06-17 19:56:39 -0500208
209 rport = ndlp->rport;
James Smart858c9f62007-06-17 19:56:39 -0500210 vport = ndlp->vport;
James Smart466e8402015-05-21 13:55:28 -0400211 shost = lpfc_shost_from_vport(vport);
212
213 spin_lock_irq(shost->host_lock);
214 ndlp->nlp_flag &= ~NLP_IN_DEV_LOSS;
215 spin_unlock_irq(shost->host_lock);
216
217 if (!rport)
218 return fcf_inuse;
219
220 name = (uint8_t *) &ndlp->nlp_portname;
James Smart858c9f62007-06-17 19:56:39 -0500221 phba = vport->phba;
222
James Smarta93ff372010-10-22 11:06:08 -0400223 if (phba->sli_rev == LPFC_SLI_REV4)
224 fcf_inuse = lpfc_fcf_inuse(phba);
225
James Smart858c9f62007-06-17 19:56:39 -0500226 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
227 "rport devlosstmo:did:x%x type:x%x id:x%x",
228 ndlp->nlp_DID, ndlp->nlp_type, rport->scsi_target_id);
229
James Smart34f5ad82012-08-03 12:35:03 -0400230 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
231 "3182 dev_loss_tmo_handler x%06x, rport %p flg x%x\n",
232 ndlp->nlp_DID, ndlp->rport, ndlp->nlp_flag);
233
James Smart466e8402015-05-21 13:55:28 -0400234 /*
235 * lpfc_nlp_remove if reached with dangling rport drops the
236 * reference. To make sure that does not happen clear rport
237 * pointer in ndlp before lpfc_nlp_put.
238 */
239 rdata = rport->dd_data;
240
James Smarta8adb832007-10-27 13:37:53 -0400241 /* Don't defer this if we are in the process of deleting the vport
242 * or unloading the driver. The unload will cleanup the node
243 * appropriately we just need to cleanup the ndlp rport info here.
244 */
245 if (vport->load_flag & FC_UNLOADING) {
James Smart09372822008-01-11 01:52:54 -0500246 if (ndlp->nlp_sid != NLP_NO_SID) {
247 /* flush the target */
248 lpfc_sli_abort_iocb(vport,
249 &phba->sli.ring[phba->sli.fcp_ring],
250 ndlp->nlp_sid, 0, LPFC_CTX_TGT);
251 }
James Smarta8adb832007-10-27 13:37:53 -0400252 put_node = rdata->pnode != NULL;
James Smarta8adb832007-10-27 13:37:53 -0400253 rdata->pnode = NULL;
254 ndlp->rport = NULL;
255 if (put_node)
256 lpfc_nlp_put(ndlp);
James Smart466e8402015-05-21 13:55:28 -0400257 put_device(&rport->dev);
258
James Smarta93ff372010-10-22 11:06:08 -0400259 return fcf_inuse;
James Smarta8adb832007-10-27 13:37:53 -0400260 }
261
James Smartd7c255b2008-08-24 21:50:00 -0400262 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) {
263 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
264 "0284 Devloss timeout Ignored on "
265 "WWPN %x:%x:%x:%x:%x:%x:%x:%x "
266 "NPort x%x\n",
267 *name, *(name+1), *(name+2), *(name+3),
268 *(name+4), *(name+5), *(name+6), *(name+7),
269 ndlp->nlp_DID);
James Smarta93ff372010-10-22 11:06:08 -0400270 return fcf_inuse;
James Smartd7c255b2008-08-24 21:50:00 -0400271 }
James Smart858c9f62007-06-17 19:56:39 -0500272
James Smart466e8402015-05-21 13:55:28 -0400273 put_node = rdata->pnode != NULL;
274 rdata->pnode = NULL;
275 ndlp->rport = NULL;
276 if (put_node)
277 lpfc_nlp_put(ndlp);
278 put_device(&rport->dev);
279
280 if (ndlp->nlp_type & NLP_FABRIC)
James Smarta93ff372010-10-22 11:06:08 -0400281 return fcf_inuse;
James Smart82085712007-04-25 09:52:41 -0400282
dea31012005-04-17 16:05:31 -0500283 if (ndlp->nlp_sid != NLP_NO_SID) {
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400284 warn_on = 1;
James Smart51ef4c22007-08-02 11:10:31 -0400285 lpfc_sli_abort_iocb(vport, &phba->sli.ring[phba->sli.fcp_ring],
286 ndlp->nlp_sid, 0, LPFC_CTX_TGT);
dea31012005-04-17 16:05:31 -0500287 }
James Smartc01f3202006-08-18 17:47:08 -0400288
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400289 if (warn_on) {
James Smarte8b62012007-08-02 11:10:09 -0400290 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
291 "0203 Devloss timeout on "
James Smart58da1ff2008-04-07 10:15:56 -0400292 "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x "
293 "NPort x%06x Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -0400294 *name, *(name+1), *(name+2), *(name+3),
295 *(name+4), *(name+5), *(name+6), *(name+7),
296 ndlp->nlp_DID, ndlp->nlp_flag,
297 ndlp->nlp_state, ndlp->nlp_rpi);
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400298 } else {
James Smarte8b62012007-08-02 11:10:09 -0400299 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
300 "0204 Devloss timeout on "
James Smart58da1ff2008-04-07 10:15:56 -0400301 "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x "
302 "NPort x%06x Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -0400303 *name, *(name+1), *(name+2), *(name+3),
304 *(name+4), *(name+5), *(name+6), *(name+7),
305 ndlp->nlp_DID, ndlp->nlp_flag,
306 ndlp->nlp_state, ndlp->nlp_rpi);
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400307 }
308
James Smart2e0fef82007-06-17 19:56:36 -0500309 if (!(vport->load_flag & FC_UNLOADING) &&
James Smart1dcb58e2007-04-25 09:51:30 -0400310 !(ndlp->nlp_flag & NLP_DELAY_TMO) &&
James Smart82085712007-04-25 09:52:41 -0400311 !(ndlp->nlp_flag & NLP_NPR_2B_DISC) &&
James Smartffc95492010-06-07 15:23:17 -0400312 (ndlp->nlp_state != NLP_STE_UNMAPPED_NODE) &&
James Smart589a52d2010-07-14 15:30:54 -0400313 (ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) &&
314 (ndlp->nlp_state != NLP_STE_PRLI_ISSUE))
James Smart2e0fef82007-06-17 19:56:36 -0500315 lpfc_disc_state_machine(vport, ndlp, NULL, NLP_EVT_DEVICE_RM);
James Smart6fb120a2009-05-22 14:52:59 -0400316
James Smarta93ff372010-10-22 11:06:08 -0400317 return fcf_inuse;
318}
319
320/**
321 * lpfc_sli4_post_dev_loss_tmo_handler - SLI4 post devloss timeout handler
322 * @phba: Pointer to hba context object.
323 * @fcf_inuse: SLI4 FCF in-use state reported from devloss timeout handler.
324 * @nlp_did: remote node identifer with devloss timeout.
325 *
326 * This function is called from the worker thread after invoking devloss
327 * timeout handler and releasing the reference count for the ndlp with
328 * which the devloss timeout was handled for SLI4 host. For the devloss
329 * timeout of the last remote node which had been in use of FCF, when this
330 * routine is invoked, it shall be guaranteed that none of the remote are
331 * in-use of FCF. When devloss timeout to the last remote using the FCF,
332 * if the FIP engine is neither in FCF table scan process nor roundrobin
333 * failover process, the in-use FCF shall be unregistered. If the FIP
334 * engine is in FCF discovery process, the devloss timeout state shall
335 * be set for either the FCF table scan process or roundrobin failover
336 * process to unregister the in-use FCF.
337 **/
338static void
339lpfc_sli4_post_dev_loss_tmo_handler(struct lpfc_hba *phba, int fcf_inuse,
340 uint32_t nlp_did)
341{
342 /* If devloss timeout happened to a remote node when FCF had no
343 * longer been in-use, do nothing.
344 */
345 if (!fcf_inuse)
346 return;
347
348 if ((phba->hba_flag & HBA_FIP_SUPPORT) && !lpfc_fcf_inuse(phba)) {
349 spin_lock_irq(&phba->hbalock);
350 if (phba->fcf.fcf_flag & FCF_DISCOVERY) {
351 if (phba->hba_flag & HBA_DEVLOSS_TMO) {
352 spin_unlock_irq(&phba->hbalock);
353 return;
354 }
355 phba->hba_flag |= HBA_DEVLOSS_TMO;
356 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
357 "2847 Last remote node (x%x) using "
358 "FCF devloss tmo\n", nlp_did);
359 }
360 if (phba->fcf.fcf_flag & FCF_REDISC_PROG) {
361 spin_unlock_irq(&phba->hbalock);
362 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
363 "2868 Devloss tmo to FCF rediscovery "
364 "in progress\n");
365 return;
366 }
367 if (!(phba->hba_flag & (FCF_TS_INPROG | FCF_RR_INPROG))) {
368 spin_unlock_irq(&phba->hbalock);
369 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
370 "2869 Devloss tmo to idle FIP engine, "
371 "unreg in-use FCF and rescan.\n");
372 /* Unregister in-use FCF and rescan */
373 lpfc_unregister_fcf_rescan(phba);
374 return;
375 }
376 spin_unlock_irq(&phba->hbalock);
377 if (phba->hba_flag & FCF_TS_INPROG)
378 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
379 "2870 FCF table scan in progress\n");
380 if (phba->hba_flag & FCF_RR_INPROG)
381 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
382 "2871 FLOGI roundrobin FCF failover "
383 "in progress\n");
384 }
James Smart6fb120a2009-05-22 14:52:59 -0400385 lpfc_unregister_unused_fcf(phba);
James Smart92d7f7b2007-06-17 19:56:38 -0500386}
James Smartc01f3202006-08-18 17:47:08 -0400387
James Smartea2151b2008-09-07 11:52:10 -0400388/**
James Smart3621a712009-04-06 18:47:14 -0400389 * lpfc_alloc_fast_evt - Allocates data structure for posting event
James Smartea2151b2008-09-07 11:52:10 -0400390 * @phba: Pointer to hba context object.
391 *
392 * This function is called from the functions which need to post
393 * events from interrupt context. This function allocates data
394 * structure required for posting event. It also keeps track of
395 * number of events pending and prevent event storm when there are
396 * too many events.
397 **/
398struct lpfc_fast_path_event *
399lpfc_alloc_fast_evt(struct lpfc_hba *phba) {
400 struct lpfc_fast_path_event *ret;
401
402 /* If there are lot of fast event do not exhaust memory due to this */
403 if (atomic_read(&phba->fast_event_count) > LPFC_MAX_EVT_COUNT)
404 return NULL;
405
406 ret = kzalloc(sizeof(struct lpfc_fast_path_event),
407 GFP_ATOMIC);
James Smart6fb120a2009-05-22 14:52:59 -0400408 if (ret) {
James Smartea2151b2008-09-07 11:52:10 -0400409 atomic_inc(&phba->fast_event_count);
James Smart6fb120a2009-05-22 14:52:59 -0400410 INIT_LIST_HEAD(&ret->work_evt.evt_listp);
411 ret->work_evt.evt = LPFC_EVT_FASTPATH_MGMT_EVT;
412 }
James Smartea2151b2008-09-07 11:52:10 -0400413 return ret;
414}
415
416/**
James Smart3621a712009-04-06 18:47:14 -0400417 * lpfc_free_fast_evt - Frees event data structure
James Smartea2151b2008-09-07 11:52:10 -0400418 * @phba: Pointer to hba context object.
419 * @evt: Event object which need to be freed.
420 *
421 * This function frees the data structure required for posting
422 * events.
423 **/
424void
425lpfc_free_fast_evt(struct lpfc_hba *phba,
426 struct lpfc_fast_path_event *evt) {
427
428 atomic_dec(&phba->fast_event_count);
429 kfree(evt);
430}
431
432/**
James Smart3621a712009-04-06 18:47:14 -0400433 * lpfc_send_fastpath_evt - Posts events generated from fast path
James Smartea2151b2008-09-07 11:52:10 -0400434 * @phba: Pointer to hba context object.
435 * @evtp: Event data structure.
436 *
437 * This function is called from worker thread, when the interrupt
438 * context need to post an event. This function posts the event
439 * to fc transport netlink interface.
440 **/
441static void
442lpfc_send_fastpath_evt(struct lpfc_hba *phba,
443 struct lpfc_work_evt *evtp)
444{
445 unsigned long evt_category, evt_sub_category;
446 struct lpfc_fast_path_event *fast_evt_data;
447 char *evt_data;
448 uint32_t evt_data_size;
449 struct Scsi_Host *shost;
450
451 fast_evt_data = container_of(evtp, struct lpfc_fast_path_event,
452 work_evt);
453
454 evt_category = (unsigned long) fast_evt_data->un.fabric_evt.event_type;
455 evt_sub_category = (unsigned long) fast_evt_data->un.
456 fabric_evt.subcategory;
457 shost = lpfc_shost_from_vport(fast_evt_data->vport);
458 if (evt_category == FC_REG_FABRIC_EVENT) {
459 if (evt_sub_category == LPFC_EVENT_FCPRDCHKERR) {
460 evt_data = (char *) &fast_evt_data->un.read_check_error;
461 evt_data_size = sizeof(fast_evt_data->un.
462 read_check_error);
463 } else if ((evt_sub_category == LPFC_EVENT_FABRIC_BUSY) ||
James Smarteaf15d52008-12-04 22:39:29 -0500464 (evt_sub_category == LPFC_EVENT_PORT_BUSY)) {
James Smartea2151b2008-09-07 11:52:10 -0400465 evt_data = (char *) &fast_evt_data->un.fabric_evt;
466 evt_data_size = sizeof(fast_evt_data->un.fabric_evt);
467 } else {
468 lpfc_free_fast_evt(phba, fast_evt_data);
469 return;
470 }
471 } else if (evt_category == FC_REG_SCSI_EVENT) {
472 switch (evt_sub_category) {
473 case LPFC_EVENT_QFULL:
474 case LPFC_EVENT_DEVBSY:
475 evt_data = (char *) &fast_evt_data->un.scsi_evt;
476 evt_data_size = sizeof(fast_evt_data->un.scsi_evt);
477 break;
478 case LPFC_EVENT_CHECK_COND:
479 evt_data = (char *) &fast_evt_data->un.check_cond_evt;
480 evt_data_size = sizeof(fast_evt_data->un.
481 check_cond_evt);
482 break;
483 case LPFC_EVENT_VARQUEDEPTH:
484 evt_data = (char *) &fast_evt_data->un.queue_depth_evt;
485 evt_data_size = sizeof(fast_evt_data->un.
486 queue_depth_evt);
487 break;
488 default:
489 lpfc_free_fast_evt(phba, fast_evt_data);
490 return;
491 }
492 } else {
493 lpfc_free_fast_evt(phba, fast_evt_data);
494 return;
495 }
496
497 fc_host_post_vendor_event(shost,
498 fc_get_event_number(),
499 evt_data_size,
500 evt_data,
James Smartddcc50f2008-12-04 22:38:46 -0500501 LPFC_NL_VENDOR_ID);
James Smartea2151b2008-09-07 11:52:10 -0400502
503 lpfc_free_fast_evt(phba, fast_evt_data);
504 return;
505}
506
dea31012005-04-17 16:05:31 -0500507static void
James Smart2e0fef82007-06-17 19:56:36 -0500508lpfc_work_list_done(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500509{
510 struct lpfc_work_evt *evtp = NULL;
511 struct lpfc_nodelist *ndlp;
512 int free_evt;
James Smarta93ff372010-10-22 11:06:08 -0400513 int fcf_inuse;
514 uint32_t nlp_did;
dea31012005-04-17 16:05:31 -0500515
James Smart2e0fef82007-06-17 19:56:36 -0500516 spin_lock_irq(&phba->hbalock);
517 while (!list_empty(&phba->work_list)) {
dea31012005-04-17 16:05:31 -0500518 list_remove_head((&phba->work_list), evtp, typeof(*evtp),
519 evt_listp);
James Smart2e0fef82007-06-17 19:56:36 -0500520 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500521 free_evt = 1;
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500522 switch (evtp->evt) {
dea31012005-04-17 16:05:31 -0500523 case LPFC_EVT_ELS_RETRY:
James Smart2e0fef82007-06-17 19:56:36 -0500524 ndlp = (struct lpfc_nodelist *) (evtp->evt_arg1);
dea31012005-04-17 16:05:31 -0500525 lpfc_els_retry_delay_handler(ndlp);
James Smart92d7f7b2007-06-17 19:56:38 -0500526 free_evt = 0; /* evt is part of ndlp */
James Smartfa4066b2008-01-11 01:53:27 -0500527 /* decrement the node reference count held
528 * for this queued work
529 */
530 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -0500531 break;
James Smart858c9f62007-06-17 19:56:39 -0500532 case LPFC_EVT_DEV_LOSS:
533 ndlp = (struct lpfc_nodelist *)(evtp->evt_arg1);
James Smarta93ff372010-10-22 11:06:08 -0400534 fcf_inuse = lpfc_dev_loss_tmo_handler(ndlp);
James Smart858c9f62007-06-17 19:56:39 -0500535 free_evt = 0;
James Smartfa4066b2008-01-11 01:53:27 -0500536 /* decrement the node reference count held for
537 * this queued work
538 */
James Smarta93ff372010-10-22 11:06:08 -0400539 nlp_did = ndlp->nlp_DID;
James Smart858c9f62007-06-17 19:56:39 -0500540 lpfc_nlp_put(ndlp);
James Smarta93ff372010-10-22 11:06:08 -0400541 if (phba->sli_rev == LPFC_SLI_REV4)
542 lpfc_sli4_post_dev_loss_tmo_handler(phba,
543 fcf_inuse,
544 nlp_did);
James Smart858c9f62007-06-17 19:56:39 -0500545 break;
dea31012005-04-17 16:05:31 -0500546 case LPFC_EVT_ONLINE:
James Smart2e0fef82007-06-17 19:56:36 -0500547 if (phba->link_state < LPFC_LINK_DOWN)
548 *(int *) (evtp->evt_arg1) = lpfc_online(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500549 else
James Smart2e0fef82007-06-17 19:56:36 -0500550 *(int *) (evtp->evt_arg1) = 0;
dea31012005-04-17 16:05:31 -0500551 complete((struct completion *)(evtp->evt_arg2));
552 break;
James Smart46fa3112007-04-25 09:51:45 -0400553 case LPFC_EVT_OFFLINE_PREP:
James Smart2e0fef82007-06-17 19:56:36 -0500554 if (phba->link_state >= LPFC_LINK_DOWN)
James Smart618a5232012-06-12 13:54:36 -0400555 lpfc_offline_prep(phba, LPFC_MBX_WAIT);
James Smart46fa3112007-04-25 09:51:45 -0400556 *(int *)(evtp->evt_arg1) = 0;
557 complete((struct completion *)(evtp->evt_arg2));
558 break;
559 case LPFC_EVT_OFFLINE:
560 lpfc_offline(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500561 lpfc_sli_brdrestart(phba);
562 *(int *)(evtp->evt_arg1) =
James Smart46fa3112007-04-25 09:51:45 -0400563 lpfc_sli_brdready(phba, HS_FFRDY | HS_MBRDY);
564 lpfc_unblock_mgmt_io(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500565 complete((struct completion *)(evtp->evt_arg2));
566 break;
567 case LPFC_EVT_WARM_START:
James Smart46fa3112007-04-25 09:51:45 -0400568 lpfc_offline(phba);
James Smart92908312006-03-07 15:04:13 -0500569 lpfc_reset_barrier(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500570 lpfc_sli_brdreset(phba);
571 lpfc_hba_down_post(phba);
572 *(int *)(evtp->evt_arg1) =
573 lpfc_sli_brdready(phba, HS_MBRDY);
James Smart46fa3112007-04-25 09:51:45 -0400574 lpfc_unblock_mgmt_io(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500575 complete((struct completion *)(evtp->evt_arg2));
576 break;
577 case LPFC_EVT_KILL:
James Smart46fa3112007-04-25 09:51:45 -0400578 lpfc_offline(phba);
James Smart92908312006-03-07 15:04:13 -0500579 *(int *)(evtp->evt_arg1)
James Smart2e0fef82007-06-17 19:56:36 -0500580 = (phba->pport->stopped)
581 ? 0 : lpfc_sli_brdkill(phba);
James Smart46fa3112007-04-25 09:51:45 -0400582 lpfc_unblock_mgmt_io(phba);
dea31012005-04-17 16:05:31 -0500583 complete((struct completion *)(evtp->evt_arg2));
584 break;
James Smartea2151b2008-09-07 11:52:10 -0400585 case LPFC_EVT_FASTPATH_MGMT_EVT:
586 lpfc_send_fastpath_evt(phba, evtp);
587 free_evt = 0;
588 break;
James Smart78730cf2010-04-06 15:06:30 -0400589 case LPFC_EVT_RESET_HBA:
590 if (!(phba->pport->load_flag & FC_UNLOADING))
591 lpfc_reset_hba(phba);
592 break;
dea31012005-04-17 16:05:31 -0500593 }
594 if (free_evt)
595 kfree(evtp);
James Smart2e0fef82007-06-17 19:56:36 -0500596 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500597 }
James Smart2e0fef82007-06-17 19:56:36 -0500598 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500599
600}
601
James Smart311464e2007-08-02 11:10:37 -0400602static void
James Smart2e0fef82007-06-17 19:56:36 -0500603lpfc_work_done(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500604{
605 struct lpfc_sli_ring *pring;
James Smart858c9f62007-06-17 19:56:39 -0500606 uint32_t ha_copy, status, control, work_port_events;
James Smart549e55c2007-08-02 11:09:51 -0400607 struct lpfc_vport **vports;
James Smart51ef4c22007-08-02 11:10:31 -0400608 struct lpfc_vport *vport;
James Smart549e55c2007-08-02 11:09:51 -0400609 int i;
dea31012005-04-17 16:05:31 -0500610
James Smart2e0fef82007-06-17 19:56:36 -0500611 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500612 ha_copy = phba->work_ha;
613 phba->work_ha = 0;
James Smart2e0fef82007-06-17 19:56:36 -0500614 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500615
James Smartda0436e2009-05-22 14:51:39 -0400616 /* First, try to post the next mailbox command to SLI4 device */
617 if (phba->pci_dev_grp == LPFC_PCI_DEV_OC)
618 lpfc_sli4_post_async_mbox(phba);
619
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500620 if (ha_copy & HA_ERATT)
James Smart93996272008-08-24 21:50:30 -0400621 /* Handle the error attention event */
dea31012005-04-17 16:05:31 -0500622 lpfc_handle_eratt(phba);
623
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500624 if (ha_copy & HA_MBATT)
dea31012005-04-17 16:05:31 -0500625 lpfc_sli_handle_mb_event(phba);
626
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500627 if (ha_copy & HA_LATT)
dea31012005-04-17 16:05:31 -0500628 lpfc_handle_latt(phba);
James Smart93996272008-08-24 21:50:30 -0400629
James Smartda0436e2009-05-22 14:51:39 -0400630 /* Process SLI4 events */
631 if (phba->pci_dev_grp == LPFC_PCI_DEV_OC) {
James Smart19ca7602010-11-20 23:11:55 -0500632 if (phba->hba_flag & HBA_RRQ_ACTIVE)
633 lpfc_handle_rrq_active(phba);
James Smartda0436e2009-05-22 14:51:39 -0400634 if (phba->hba_flag & FCP_XRI_ABORT_EVENT)
635 lpfc_sli4_fcp_xri_abort_event_proc(phba);
636 if (phba->hba_flag & ELS_XRI_ABORT_EVENT)
637 lpfc_sli4_els_xri_abort_event_proc(phba);
638 if (phba->hba_flag & ASYNC_EVENT)
639 lpfc_sli4_async_event_proc(phba);
640 if (phba->hba_flag & HBA_POST_RECEIVE_BUFFER) {
641 spin_lock_irq(&phba->hbalock);
642 phba->hba_flag &= ~HBA_POST_RECEIVE_BUFFER;
643 spin_unlock_irq(&phba->hbalock);
644 lpfc_sli_hbqbuf_add_hbqs(phba, LPFC_ELS_HBQ);
645 }
James Smartecfd03c2010-02-12 14:41:27 -0500646 if (phba->fcf.fcf_flag & FCF_REDISC_EVT)
647 lpfc_sli4_fcf_redisc_event_proc(phba);
James Smartda0436e2009-05-22 14:51:39 -0400648 }
649
James Smart549e55c2007-08-02 11:09:51 -0400650 vports = lpfc_create_vport_work_array(phba);
651 if (vports != NULL)
James Smartda0436e2009-05-22 14:51:39 -0400652 for (i = 0; i <= phba->max_vports; i++) {
James Smart51ef4c22007-08-02 11:10:31 -0400653 /*
654 * We could have no vports in array if unloading, so if
655 * this happens then just use the pport
656 */
657 if (vports[i] == NULL && i == 0)
658 vport = phba->pport;
659 else
660 vport = vports[i];
661 if (vport == NULL)
662 break;
James Smart58da1ff2008-04-07 10:15:56 -0400663 spin_lock_irq(&vport->work_port_lock);
James Smart51ef4c22007-08-02 11:10:31 -0400664 work_port_events = vport->work_port_events;
James Smart58da1ff2008-04-07 10:15:56 -0400665 vport->work_port_events &= ~work_port_events;
666 spin_unlock_irq(&vport->work_port_lock);
James Smart549e55c2007-08-02 11:09:51 -0400667 if (work_port_events & WORKER_DISC_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400668 lpfc_disc_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400669 if (work_port_events & WORKER_ELS_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400670 lpfc_els_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400671 if (work_port_events & WORKER_HB_TMO)
672 lpfc_hb_timeout_handler(phba);
673 if (work_port_events & WORKER_MBOX_TMO)
674 lpfc_mbox_timeout_handler(phba);
675 if (work_port_events & WORKER_FABRIC_BLOCK_TMO)
676 lpfc_unblock_fabric_iocbs(phba);
677 if (work_port_events & WORKER_FDMI_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400678 lpfc_fdmi_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400679 if (work_port_events & WORKER_RAMP_DOWN_QUEUE)
680 lpfc_ramp_down_queue_handler(phba);
James Smart92494142011-02-16 12:39:44 -0500681 if (work_port_events & WORKER_DELAYED_DISC_TMO)
682 lpfc_delayed_disc_timeout_handler(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500683 }
James Smart09372822008-01-11 01:52:54 -0500684 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -0500685
James Smart858c9f62007-06-17 19:56:39 -0500686 pring = &phba->sli.ring[LPFC_ELS_RING];
687 status = (ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING)));
688 status >>= (4*LPFC_ELS_RING);
James Smart4d9ab992009-10-02 15:16:39 -0400689 if ((status & HA_RXMASK) ||
690 (pring->flag & LPFC_DEFERRED_RING_EVENT) ||
James Smart45ed1192009-10-02 15:17:02 -0400691 (phba->hba_flag & HBA_SP_QUEUE_EVT)) {
James Smart0b727fe2007-10-27 13:37:25 -0400692 if (pring->flag & LPFC_STOP_IOCB_EVENT) {
James Smart858c9f62007-06-17 19:56:39 -0500693 pring->flag |= LPFC_DEFERRED_RING_EVENT;
James Smart5e9d9b82008-06-14 22:52:53 -0400694 /* Set the lpfc data pending flag */
695 set_bit(LPFC_DATA_READY, &phba->data_flags);
James Smart858c9f62007-06-17 19:56:39 -0500696 } else {
James Smart94661502013-03-01 16:37:29 -0500697 if (phba->link_state >= LPFC_LINK_UP) {
698 pring->flag &= ~LPFC_DEFERRED_RING_EVENT;
699 lpfc_sli_handle_slow_ring_event(phba, pring,
700 (status &
701 HA_RXMASK));
702 }
James Smart858c9f62007-06-17 19:56:39 -0500703 }
James Smart0e9bb8d2013-03-01 16:35:12 -0500704 if ((phba->sli_rev == LPFC_SLI_REV4) &
705 (!list_empty(&pring->txq)))
James Smart2a9bf3d2010-06-07 15:24:45 -0400706 lpfc_drain_txq(phba);
James Smart858c9f62007-06-17 19:56:39 -0500707 /*
708 * Turn on Ring interrupts
709 */
James Smart3772a992009-05-22 14:50:54 -0400710 if (phba->sli_rev <= LPFC_SLI_REV3) {
711 spin_lock_irq(&phba->hbalock);
712 control = readl(phba->HCregaddr);
713 if (!(control & (HC_R0INT_ENA << LPFC_ELS_RING))) {
714 lpfc_debugfs_slow_ring_trc(phba,
715 "WRK Enable ring: cntl:x%x hacopy:x%x",
716 control, ha_copy, 0);
James Smarta58cbd52007-08-02 11:09:43 -0400717
James Smart3772a992009-05-22 14:50:54 -0400718 control |= (HC_R0INT_ENA << LPFC_ELS_RING);
719 writel(control, phba->HCregaddr);
720 readl(phba->HCregaddr); /* flush */
721 } else {
722 lpfc_debugfs_slow_ring_trc(phba,
723 "WRK Ring ok: cntl:x%x hacopy:x%x",
724 control, ha_copy, 0);
725 }
726 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500727 }
728 }
James Smart2e0fef82007-06-17 19:56:36 -0500729 lpfc_work_list_done(phba);
dea31012005-04-17 16:05:31 -0500730}
731
dea31012005-04-17 16:05:31 -0500732int
733lpfc_do_work(void *p)
734{
735 struct lpfc_hba *phba = p;
736 int rc;
dea31012005-04-17 16:05:31 -0500737
Dongsheng Yang8698a742014-03-11 18:09:12 +0800738 set_user_nice(current, MIN_NICE);
James Smart043c9562012-05-09 21:17:43 -0400739 current->flags |= PF_NOFREEZE;
James Smart5e9d9b82008-06-14 22:52:53 -0400740 phba->data_flags = 0;
dea31012005-04-17 16:05:31 -0500741
James Smart3a55b532008-12-04 22:38:54 -0500742 while (!kthread_should_stop()) {
James Smart5e9d9b82008-06-14 22:52:53 -0400743 /* wait and check worker queue activities */
744 rc = wait_event_interruptible(phba->work_waitq,
745 (test_and_clear_bit(LPFC_DATA_READY,
746 &phba->data_flags)
747 || kthread_should_stop()));
James Smart3a55b532008-12-04 22:38:54 -0500748 /* Signal wakeup shall terminate the worker thread */
749 if (rc) {
750 lpfc_printf_log(phba, KERN_ERR, LOG_ELS,
751 "0433 Wakeup on signal: rc=x%x\n", rc);
dea31012005-04-17 16:05:31 -0500752 break;
James Smart3a55b532008-12-04 22:38:54 -0500753 }
dea31012005-04-17 16:05:31 -0500754
James Smart5e9d9b82008-06-14 22:52:53 -0400755 /* Attend pending lpfc data processing */
dea31012005-04-17 16:05:31 -0500756 lpfc_work_done(phba);
dea31012005-04-17 16:05:31 -0500757 }
James Smart3a55b532008-12-04 22:38:54 -0500758 phba->worker_thread = NULL;
759 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
760 "0432 Worker thread stopped.\n");
dea31012005-04-17 16:05:31 -0500761 return 0;
762}
763
764/*
765 * This is only called to handle FC worker events. Since this a rare
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300766 * occurrence, we allocate a struct lpfc_work_evt structure here instead of
dea31012005-04-17 16:05:31 -0500767 * embedding it in the IOCB.
768 */
769int
James Smart2e0fef82007-06-17 19:56:36 -0500770lpfc_workq_post_event(struct lpfc_hba *phba, void *arg1, void *arg2,
dea31012005-04-17 16:05:31 -0500771 uint32_t evt)
772{
773 struct lpfc_work_evt *evtp;
James Smarted957682007-06-17 19:56:37 -0500774 unsigned long flags;
dea31012005-04-17 16:05:31 -0500775
776 /*
777 * All Mailbox completions and LPFC_ELS_RING rcv ring IOCB events will
778 * be queued to worker thread for processing
779 */
James Smart92d7f7b2007-06-17 19:56:38 -0500780 evtp = kmalloc(sizeof(struct lpfc_work_evt), GFP_ATOMIC);
dea31012005-04-17 16:05:31 -0500781 if (!evtp)
782 return 0;
783
784 evtp->evt_arg1 = arg1;
785 evtp->evt_arg2 = arg2;
786 evtp->evt = evt;
787
James Smarted957682007-06-17 19:56:37 -0500788 spin_lock_irqsave(&phba->hbalock, flags);
James Smart071fbd3d2006-04-15 11:53:20 -0400789 list_add_tail(&evtp->evt_listp, &phba->work_list);
James Smarted957682007-06-17 19:56:37 -0500790 spin_unlock_irqrestore(&phba->hbalock, flags);
dea31012005-04-17 16:05:31 -0500791
James Smart5e9d9b82008-06-14 22:52:53 -0400792 lpfc_worker_wake_up(phba);
793
dea31012005-04-17 16:05:31 -0500794 return 1;
795}
796
James Smart92d7f7b2007-06-17 19:56:38 -0500797void
798lpfc_cleanup_rpis(struct lpfc_vport *vport, int remove)
799{
James Smart09372822008-01-11 01:52:54 -0500800 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500801 struct lpfc_hba *phba = vport->phba;
802 struct lpfc_nodelist *ndlp, *next_ndlp;
803 int rc;
804
805 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -0500806 if (!NLP_CHK_NODE_ACT(ndlp))
807 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500808 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
809 continue;
James Smart98c9ea52007-10-27 13:37:33 -0400810 if ((phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) ||
811 ((vport->port_type == LPFC_NPIV_PORT) &&
812 (ndlp->nlp_DID == NameServer_DID)))
James Smart92d7f7b2007-06-17 19:56:38 -0500813 lpfc_unreg_rpi(vport, ndlp);
814
815 /* Leave Fabric nodes alone on link down */
James Smart4d9ab992009-10-02 15:16:39 -0400816 if ((phba->sli_rev < LPFC_SLI_REV4) &&
817 (!remove && ndlp->nlp_type & NLP_FABRIC))
James Smart92d7f7b2007-06-17 19:56:38 -0500818 continue;
819 rc = lpfc_disc_state_machine(vport, ndlp, NULL,
820 remove
821 ? NLP_EVT_DEVICE_RM
822 : NLP_EVT_DEVICE_RECOVERY);
823 }
824 if (phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) {
James Smart5af5eee2010-10-22 11:06:38 -0400825 if (phba->sli_rev == LPFC_SLI_REV4)
826 lpfc_sli4_unreg_all_rpis(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500827 lpfc_mbx_unreg_vpi(vport);
James Smart09372822008-01-11 01:52:54 -0500828 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500829 vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI;
James Smart09372822008-01-11 01:52:54 -0500830 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500831 }
832}
833
James Smart87af33f2007-10-27 13:37:43 -0400834void
James Smart98c9ea52007-10-27 13:37:33 -0400835lpfc_port_link_failure(struct lpfc_vport *vport)
James Smart92d7f7b2007-06-17 19:56:38 -0500836{
James Smart695a8142010-01-26 23:08:03 -0500837 lpfc_vport_set_state(vport, FC_VPORT_LINKDOWN);
838
James Smart45ed1192009-10-02 15:17:02 -0400839 /* Cleanup any outstanding received buffers */
840 lpfc_cleanup_rcv_buffers(vport);
841
James Smart92d7f7b2007-06-17 19:56:38 -0500842 /* Cleanup any outstanding RSCN activity */
843 lpfc_els_flush_rscn(vport);
844
845 /* Cleanup any outstanding ELS commands */
846 lpfc_els_flush_cmd(vport);
847
848 lpfc_cleanup_rpis(vport, 0);
849
James Smart92d7f7b2007-06-17 19:56:38 -0500850 /* Turn off discovery timer if its running */
851 lpfc_can_disctmo(vport);
852}
853
James Smart3772a992009-05-22 14:50:54 -0400854void
James Smart98c9ea52007-10-27 13:37:33 -0400855lpfc_linkdown_port(struct lpfc_vport *vport)
856{
857 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
858
859 fc_host_post_event(shost, fc_get_event_number(), FCH_EVT_LINKDOWN, 0);
860
861 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
862 "Link Down: state:x%x rtry:x%x flg:x%x",
863 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
864
865 lpfc_port_link_failure(vport);
866
James Smart92494142011-02-16 12:39:44 -0500867 /* Stop delayed Nport discovery */
868 spin_lock_irq(shost->host_lock);
869 vport->fc_flag &= ~FC_DISC_DELAYED;
870 spin_unlock_irq(shost->host_lock);
871 del_timer_sync(&vport->delayed_disc_tmo);
James Smart98c9ea52007-10-27 13:37:33 -0400872}
873
dea31012005-04-17 16:05:31 -0500874int
James Smart685f0bf2007-04-25 09:53:08 -0400875lpfc_linkdown(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500876{
James Smart2e0fef82007-06-17 19:56:36 -0500877 struct lpfc_vport *vport = phba->pport;
878 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart549e55c2007-08-02 11:09:51 -0400879 struct lpfc_vport **vports;
James Smart685f0bf2007-04-25 09:53:08 -0400880 LPFC_MBOXQ_t *mb;
James Smart549e55c2007-08-02 11:09:51 -0400881 int i;
dea31012005-04-17 16:05:31 -0500882
James Smart3163f722008-02-08 18:50:25 -0500883 if (phba->link_state == LPFC_LINK_DOWN)
James Smart2e0fef82007-06-17 19:56:36 -0500884 return 0;
James Smartaacc20e2009-12-21 17:02:51 -0500885
886 /* Block all SCSI stack I/Os */
887 lpfc_scsi_dev_block(phba);
888
James Smart2e0fef82007-06-17 19:56:36 -0500889 spin_lock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -0500890 phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE);
James Smart72100cc2010-02-12 14:43:01 -0500891 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -0500892 if (phba->link_state > LPFC_LINK_DOWN) {
James Smart2e0fef82007-06-17 19:56:36 -0500893 phba->link_state = LPFC_LINK_DOWN;
James Smart72100cc2010-02-12 14:43:01 -0500894 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500895 phba->pport->fc_flag &= ~FC_LBIT;
James Smart72100cc2010-02-12 14:43:01 -0500896 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500897 }
James Smart549e55c2007-08-02 11:09:51 -0400898 vports = lpfc_create_vport_work_array(phba);
899 if (vports != NULL)
James Smart6fb120a2009-05-22 14:52:59 -0400900 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
James Smart549e55c2007-08-02 11:09:51 -0400901 /* Issue a LINK DOWN event to all nodes */
902 lpfc_linkdown_port(vports[i]);
903 }
James Smart09372822008-01-11 01:52:54 -0500904 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -0500905 /* Clean up any firmware default rpi's */
James Smart2e0fef82007-06-17 19:56:36 -0500906 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
907 if (mb) {
James Smart6d368e52011-05-24 11:44:12 -0400908 lpfc_unreg_did(phba, 0xffff, LPFC_UNREG_ALL_DFLT_RPIS, mb);
James Smarted957682007-06-17 19:56:37 -0500909 mb->vport = vport;
James Smart2e0fef82007-06-17 19:56:36 -0500910 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -0400911 if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT)
dea31012005-04-17 16:05:31 -0500912 == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -0500913 mempool_free(mb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -0500914 }
915 }
916
dea31012005-04-17 16:05:31 -0500917 /* Setup myDID for link up if we are in pt2pt mode */
James Smart92d7f7b2007-06-17 19:56:38 -0500918 if (phba->pport->fc_flag & FC_PT2PT) {
919 phba->pport->fc_myDID = 0;
James Smart2e0fef82007-06-17 19:56:36 -0500920 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
921 if (mb) {
dea31012005-04-17 16:05:31 -0500922 lpfc_config_link(phba, mb);
James Smart92d7f7b2007-06-17 19:56:38 -0500923 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smarted957682007-06-17 19:56:37 -0500924 mb->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -0400925 if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT)
dea31012005-04-17 16:05:31 -0500926 == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -0500927 mempool_free(mb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -0500928 }
929 }
James Smart2e0fef82007-06-17 19:56:36 -0500930 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500931 phba->pport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI);
James Smart2e0fef82007-06-17 19:56:36 -0500932 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -0500933 }
James Smart2e0fef82007-06-17 19:56:36 -0500934
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500935 return 0;
dea31012005-04-17 16:05:31 -0500936}
937
James Smart92d7f7b2007-06-17 19:56:38 -0500938static void
939lpfc_linkup_cleanup_nodes(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -0500940{
James Smart92d7f7b2007-06-17 19:56:38 -0500941 struct lpfc_nodelist *ndlp;
942
943 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -0500944 if (!NLP_CHK_NODE_ACT(ndlp))
945 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500946 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
947 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500948 if (ndlp->nlp_type & NLP_FABRIC) {
James Smarte47c9092008-02-08 18:49:26 -0500949 /* On Linkup its safe to clean up the ndlp
950 * from Fabric connections.
951 */
James Smart92d7f7b2007-06-17 19:56:38 -0500952 if (ndlp->nlp_DID != Fabric_DID)
953 lpfc_unreg_rpi(vport, ndlp);
954 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
955 } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) {
James Smarte47c9092008-02-08 18:49:26 -0500956 /* Fail outstanding IO now since device is
957 * marked for PLOGI.
958 */
James Smart92d7f7b2007-06-17 19:56:38 -0500959 lpfc_unreg_rpi(vport, ndlp);
960 }
961 }
962}
963
964static void
965lpfc_linkup_port(struct lpfc_vport *vport)
966{
967 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500968 struct lpfc_hba *phba = vport->phba;
969
970 if ((vport->load_flag & FC_UNLOADING) != 0)
971 return;
972
James Smart858c9f62007-06-17 19:56:39 -0500973 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
974 "Link Up: top:x%x speed:x%x flg:x%x",
975 phba->fc_topology, phba->fc_linkspeed, phba->link_flag);
976
James Smart92d7f7b2007-06-17 19:56:38 -0500977 /* If NPIV is not enabled, only bring the physical port up */
978 if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) &&
979 (vport != phba->pport))
980 return;
dea31012005-04-17 16:05:31 -0500981
James Smart2e0fef82007-06-17 19:56:36 -0500982 fc_host_post_event(shost, fc_get_event_number(), FCH_EVT_LINKUP, 0);
James Smartd2873e42006-08-18 17:46:43 -0400983
James Smart2e0fef82007-06-17 19:56:36 -0500984 spin_lock_irq(shost->host_lock);
James Smart2e0fef82007-06-17 19:56:36 -0500985 vport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI | FC_ABORT_DISCOVERY |
986 FC_RSCN_MODE | FC_NLP_MORE | FC_RSCN_DISCOVERY);
987 vport->fc_flag |= FC_NDISC_ACTIVE;
988 vport->fc_ns_retry = 0;
989 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -0500990
James Smart92d7f7b2007-06-17 19:56:38 -0500991 if (vport->fc_flag & FC_LBIT)
992 lpfc_linkup_cleanup_nodes(vport);
dea31012005-04-17 16:05:31 -0500993
James Smart92d7f7b2007-06-17 19:56:38 -0500994}
995
996static int
997lpfc_linkup(struct lpfc_hba *phba)
998{
James Smart549e55c2007-08-02 11:09:51 -0400999 struct lpfc_vport **vports;
1000 int i;
James Smart92d7f7b2007-06-17 19:56:38 -05001001
1002 phba->link_state = LPFC_LINK_UP;
1003
1004 /* Unblock fabric iocbs if they are blocked */
1005 clear_bit(FABRIC_COMANDS_BLOCKED, &phba->bit_flags);
1006 del_timer_sync(&phba->fabric_block_timer);
1007
James Smart549e55c2007-08-02 11:09:51 -04001008 vports = lpfc_create_vport_work_array(phba);
1009 if (vports != NULL)
James Smart6fb120a2009-05-22 14:52:59 -04001010 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++)
James Smart549e55c2007-08-02 11:09:51 -04001011 lpfc_linkup_port(vports[i]);
James Smart09372822008-01-11 01:52:54 -05001012 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -05001013
1014 return 0;
1015}
1016
1017/*
1018 * This routine handles processing a CLEAR_LA mailbox
1019 * command upon completion. It is setup in the LPFC_MBOXQ
1020 * as the completion routine when the command is
1021 * handed off to the SLI layer.
1022 */
Adrian Bunka6ababd2007-11-05 18:07:33 +01001023static void
James Smart2e0fef82007-06-17 19:56:36 -05001024lpfc_mbx_cmpl_clear_la(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05001025{
James Smart2e0fef82007-06-17 19:56:36 -05001026 struct lpfc_vport *vport = pmb->vport;
1027 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
1028 struct lpfc_sli *psli = &phba->sli;
James Smart04c68492009-05-22 14:52:52 -04001029 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05001030 uint32_t control;
1031
dea31012005-04-17 16:05:31 -05001032 /* Since we don't do discovery right now, turn these off here */
James Smarta4bc3372006-12-02 13:34:16 -05001033 psli->ring[psli->extra_ring].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -05001034 psli->ring[psli->fcp_ring].flag &= ~LPFC_STOP_IOCB_EVENT;
1035 psli->ring[psli->next_ring].flag &= ~LPFC_STOP_IOCB_EVENT;
1036
1037 /* Check for error */
1038 if ((mb->mbxStatus) && (mb->mbxStatus != 0x1601)) {
James Smart92d7f7b2007-06-17 19:56:38 -05001039 /* CLEAR_LA mbox error <mbxStatus> state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04001040 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
1041 "0320 CLEAR_LA mbxStatus error x%x hba "
1042 "state x%x\n",
1043 mb->mbxStatus, vport->port_state);
James Smart2e0fef82007-06-17 19:56:36 -05001044 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05001045 goto out;
1046 }
1047
James Smart92d7f7b2007-06-17 19:56:38 -05001048 if (vport->port_type == LPFC_PHYSICAL_PORT)
1049 phba->link_state = LPFC_HBA_READY;
1050
1051 spin_lock_irq(&phba->hbalock);
1052 psli->sli_flag |= LPFC_PROCESS_LA;
1053 control = readl(phba->HCregaddr);
1054 control |= HC_LAINT_ENA;
1055 writel(control, phba->HCregaddr);
1056 readl(phba->HCregaddr); /* flush */
1057 spin_unlock_irq(&phba->hbalock);
James Smart1b32f6a2008-02-08 18:49:39 -05001058 mempool_free(pmb, phba->mbox_mem_pool);
James Smart92d7f7b2007-06-17 19:56:38 -05001059 return;
dea31012005-04-17 16:05:31 -05001060
dea31012005-04-17 16:05:31 -05001061out:
1062 /* Device Discovery completes */
James Smarte8b62012007-08-02 11:10:09 -04001063 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
1064 "0225 Device Discovery completes\n");
James Smart2e0fef82007-06-17 19:56:36 -05001065 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05001066
James Smart2e0fef82007-06-17 19:56:36 -05001067 spin_lock_irq(shost->host_lock);
James Smart58da1ff2008-04-07 10:15:56 -04001068 vport->fc_flag &= ~FC_ABORT_DISCOVERY;
James Smart2e0fef82007-06-17 19:56:36 -05001069 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05001070
James Smart2e0fef82007-06-17 19:56:36 -05001071 lpfc_can_disctmo(vport);
dea31012005-04-17 16:05:31 -05001072
1073 /* turn on Link Attention interrupts */
James Smart2e0fef82007-06-17 19:56:36 -05001074
1075 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001076 psli->sli_flag |= LPFC_PROCESS_LA;
1077 control = readl(phba->HCregaddr);
1078 control |= HC_LAINT_ENA;
1079 writel(control, phba->HCregaddr);
1080 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -05001081 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001082
1083 return;
1084}
1085
James Smart2e0fef82007-06-17 19:56:36 -05001086
dea31012005-04-17 16:05:31 -05001087static void
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001088lpfc_mbx_cmpl_local_config_link(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05001089{
James Smart2e0fef82007-06-17 19:56:36 -05001090 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05001091
James Smart04c68492009-05-22 14:52:52 -04001092 if (pmb->u.mb.mbxStatus)
dea31012005-04-17 16:05:31 -05001093 goto out;
dea31012005-04-17 16:05:31 -05001094
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001095 mempool_free(pmb, phba->mbox_mem_pool);
1096
James Smart1b511972011-12-13 13:23:09 -05001097 /* don't perform discovery for SLI4 loopback diagnostic test */
1098 if ((phba->sli_rev == LPFC_SLI_REV4) &&
1099 !(phba->hba_flag & HBA_FCOE_MODE) &&
1100 (phba->link_flag & LS_LOOPBACK_MODE))
1101 return;
1102
James Smart76a95d72010-11-20 23:11:48 -05001103 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP &&
James Smart2e0fef82007-06-17 19:56:36 -05001104 vport->fc_flag & FC_PUBLIC_LOOP &&
1105 !(vport->fc_flag & FC_LBIT)) {
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001106 /* Need to wait for FAN - use discovery timer
James Smart2e0fef82007-06-17 19:56:36 -05001107 * for timeout. port_state is identically
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001108 * LPFC_LOCAL_CFG_LINK while waiting for FAN
1109 */
James Smart2e0fef82007-06-17 19:56:36 -05001110 lpfc_set_disctmo(vport);
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001111 return;
James Smart92d7f7b2007-06-17 19:56:38 -05001112 }
dea31012005-04-17 16:05:31 -05001113
James Smart2e0fef82007-06-17 19:56:36 -05001114 /* Start discovery by sending a FLOGI. port_state is identically
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001115 * LPFC_FLOGI while waiting for FLOGI cmpl
1116 */
James Smarte6446432012-05-09 21:16:42 -04001117 if (vport->port_state != LPFC_FLOGI || vport->fc_flag & FC_PT2PT_PLOGI)
James Smart92d7f7b2007-06-17 19:56:38 -05001118 lpfc_initial_flogi(vport);
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001119 return;
dea31012005-04-17 16:05:31 -05001120
1121out:
James Smarte8b62012007-08-02 11:10:09 -04001122 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
1123 "0306 CONFIG_LINK mbxStatus error x%x "
1124 "HBA state x%x\n",
James Smart04c68492009-05-22 14:52:52 -04001125 pmb->u.mb.mbxStatus, vport->port_state);
James Smart92d7f7b2007-06-17 19:56:38 -05001126 mempool_free(pmb, phba->mbox_mem_pool);
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001127
1128 lpfc_linkdown(phba);
1129
James Smarte8b62012007-08-02 11:10:09 -04001130 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
1131 "0200 CONFIG_LINK bad hba state x%x\n",
1132 vport->port_state);
dea31012005-04-17 16:05:31 -05001133
James Smart92d7f7b2007-06-17 19:56:38 -05001134 lpfc_issue_clear_la(phba, vport);
dea31012005-04-17 16:05:31 -05001135 return;
1136}
1137
James Smart7d791df2011-07-22 18:37:52 -04001138/**
1139 * lpfc_sli4_clear_fcf_rr_bmask
1140 * @phba pointer to the struct lpfc_hba for this port.
1141 * This fucnction resets the round robin bit mask and clears the
1142 * fcf priority list. The list deletions are done while holding the
1143 * hbalock. The ON_LIST flag and the FLOGI_FAILED flags are cleared
1144 * from the lpfc_fcf_pri record.
1145 **/
1146void
1147lpfc_sli4_clear_fcf_rr_bmask(struct lpfc_hba *phba)
1148{
1149 struct lpfc_fcf_pri *fcf_pri;
1150 struct lpfc_fcf_pri *next_fcf_pri;
1151 memset(phba->fcf.fcf_rr_bmask, 0, sizeof(*phba->fcf.fcf_rr_bmask));
1152 spin_lock_irq(&phba->hbalock);
1153 list_for_each_entry_safe(fcf_pri, next_fcf_pri,
1154 &phba->fcf.fcf_pri_list, list) {
1155 list_del_init(&fcf_pri->list);
1156 fcf_pri->fcf_rec.flag = 0;
1157 }
1158 spin_unlock_irq(&phba->hbalock);
1159}
dea31012005-04-17 16:05:31 -05001160static void
James Smart6fb120a2009-05-22 14:52:59 -04001161lpfc_mbx_cmpl_reg_fcfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
1162{
1163 struct lpfc_vport *vport = mboxq->vport;
James Smart6fb120a2009-05-22 14:52:59 -04001164
1165 if (mboxq->u.mb.mbxStatus) {
1166 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
1167 "2017 REG_FCFI mbxStatus error x%x "
1168 "HBA state x%x\n",
1169 mboxq->u.mb.mbxStatus, vport->port_state);
James Smarta93ff372010-10-22 11:06:08 -04001170 goto fail_out;
James Smart6fb120a2009-05-22 14:52:59 -04001171 }
1172
1173 /* Start FCoE discovery by sending a FLOGI. */
1174 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi, &mboxq->u.mqe.un.reg_fcfi);
1175 /* Set the FCFI registered flag */
James Smartd439d282010-09-29 11:18:45 -04001176 spin_lock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001177 phba->fcf.fcf_flag |= FCF_REGISTERED;
James Smartd439d282010-09-29 11:18:45 -04001178 spin_unlock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001179
James Smart32b97932009-07-19 10:01:21 -04001180 /* If there is a pending FCoE event, restart FCF table scan. */
James Smart7d791df2011-07-22 18:37:52 -04001181 if ((!(phba->hba_flag & FCF_RR_INPROG)) &&
1182 lpfc_check_pending_fcoe_event(phba, LPFC_UNREG_FCF))
James Smarta93ff372010-10-22 11:06:08 -04001183 goto fail_out;
1184
1185 /* Mark successful completion of FCF table scan */
James Smartd439d282010-09-29 11:18:45 -04001186 spin_lock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05001187 phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE);
James Smarta93ff372010-10-22 11:06:08 -04001188 phba->hba_flag &= ~FCF_TS_INPROG;
1189 if (vport->port_state != LPFC_FLOGI) {
1190 phba->hba_flag |= FCF_RR_INPROG;
1191 spin_unlock_irq(&phba->hbalock);
James Smart76a95d72010-11-20 23:11:48 -05001192 lpfc_issue_init_vfi(vport);
James Smarta93ff372010-10-22 11:06:08 -04001193 goto out;
1194 }
1195 spin_unlock_irq(&phba->hbalock);
1196 goto out;
James Smart6fb120a2009-05-22 14:52:59 -04001197
James Smarta93ff372010-10-22 11:06:08 -04001198fail_out:
1199 spin_lock_irq(&phba->hbalock);
1200 phba->hba_flag &= ~FCF_RR_INPROG;
1201 spin_unlock_irq(&phba->hbalock);
1202out:
James Smart6fb120a2009-05-22 14:52:59 -04001203 mempool_free(mboxq, phba->mbox_mem_pool);
James Smart6fb120a2009-05-22 14:52:59 -04001204}
1205
1206/**
1207 * lpfc_fab_name_match - Check if the fcf fabric name match.
1208 * @fab_name: pointer to fabric name.
1209 * @new_fcf_record: pointer to fcf record.
1210 *
1211 * This routine compare the fcf record's fabric name with provided
1212 * fabric name. If the fabric name are identical this function
1213 * returns 1 else return 0.
1214 **/
1215static uint32_t
1216lpfc_fab_name_match(uint8_t *fab_name, struct fcf_record *new_fcf_record)
1217{
James Smartecfd03c2010-02-12 14:41:27 -05001218 if (fab_name[0] != bf_get(lpfc_fcf_record_fab_name_0, new_fcf_record))
James Smart6fb120a2009-05-22 14:52:59 -04001219 return 0;
James Smartecfd03c2010-02-12 14:41:27 -05001220 if (fab_name[1] != bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record))
1221 return 0;
1222 if (fab_name[2] != bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record))
1223 return 0;
1224 if (fab_name[3] != bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record))
1225 return 0;
1226 if (fab_name[4] != bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record))
1227 return 0;
1228 if (fab_name[5] != bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record))
1229 return 0;
1230 if (fab_name[6] != bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record))
1231 return 0;
1232 if (fab_name[7] != bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record))
1233 return 0;
1234 return 1;
James Smart6fb120a2009-05-22 14:52:59 -04001235}
1236
1237/**
James Smart8fa38512009-07-19 10:01:03 -04001238 * lpfc_sw_name_match - Check if the fcf switch name match.
1239 * @fab_name: pointer to fabric name.
1240 * @new_fcf_record: pointer to fcf record.
1241 *
1242 * This routine compare the fcf record's switch name with provided
1243 * switch name. If the switch name are identical this function
1244 * returns 1 else return 0.
1245 **/
1246static uint32_t
1247lpfc_sw_name_match(uint8_t *sw_name, struct fcf_record *new_fcf_record)
1248{
James Smartecfd03c2010-02-12 14:41:27 -05001249 if (sw_name[0] != bf_get(lpfc_fcf_record_switch_name_0, new_fcf_record))
James Smart8fa38512009-07-19 10:01:03 -04001250 return 0;
James Smartecfd03c2010-02-12 14:41:27 -05001251 if (sw_name[1] != bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record))
1252 return 0;
1253 if (sw_name[2] != bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record))
1254 return 0;
1255 if (sw_name[3] != bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record))
1256 return 0;
1257 if (sw_name[4] != bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record))
1258 return 0;
1259 if (sw_name[5] != bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record))
1260 return 0;
1261 if (sw_name[6] != bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record))
1262 return 0;
1263 if (sw_name[7] != bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record))
1264 return 0;
1265 return 1;
James Smart8fa38512009-07-19 10:01:03 -04001266}
1267
1268/**
James Smart6fb120a2009-05-22 14:52:59 -04001269 * lpfc_mac_addr_match - Check if the fcf mac address match.
James Smartecfd03c2010-02-12 14:41:27 -05001270 * @mac_addr: pointer to mac address.
James Smart6fb120a2009-05-22 14:52:59 -04001271 * @new_fcf_record: pointer to fcf record.
1272 *
1273 * This routine compare the fcf record's mac address with HBA's
1274 * FCF mac address. If the mac addresses are identical this function
1275 * returns 1 else return 0.
1276 **/
1277static uint32_t
James Smartecfd03c2010-02-12 14:41:27 -05001278lpfc_mac_addr_match(uint8_t *mac_addr, struct fcf_record *new_fcf_record)
James Smart6fb120a2009-05-22 14:52:59 -04001279{
James Smartecfd03c2010-02-12 14:41:27 -05001280 if (mac_addr[0] != bf_get(lpfc_fcf_record_mac_0, new_fcf_record))
James Smart6fb120a2009-05-22 14:52:59 -04001281 return 0;
James Smartecfd03c2010-02-12 14:41:27 -05001282 if (mac_addr[1] != bf_get(lpfc_fcf_record_mac_1, new_fcf_record))
1283 return 0;
1284 if (mac_addr[2] != bf_get(lpfc_fcf_record_mac_2, new_fcf_record))
1285 return 0;
1286 if (mac_addr[3] != bf_get(lpfc_fcf_record_mac_3, new_fcf_record))
1287 return 0;
1288 if (mac_addr[4] != bf_get(lpfc_fcf_record_mac_4, new_fcf_record))
1289 return 0;
1290 if (mac_addr[5] != bf_get(lpfc_fcf_record_mac_5, new_fcf_record))
1291 return 0;
1292 return 1;
1293}
1294
1295static bool
1296lpfc_vlan_id_match(uint16_t curr_vlan_id, uint16_t new_vlan_id)
1297{
1298 return (curr_vlan_id == new_vlan_id);
James Smart6fb120a2009-05-22 14:52:59 -04001299}
1300
1301/**
James Smart7d791df2011-07-22 18:37:52 -04001302 * lpfc_update_fcf_record - Update driver fcf record
1303 * __lpfc_update_fcf_record_pri - update the lpfc_fcf_pri record.
1304 * @phba: pointer to lpfc hba data structure.
1305 * @fcf_index: Index for the lpfc_fcf_record.
1306 * @new_fcf_record: pointer to hba fcf record.
1307 *
1308 * This routine updates the driver FCF priority record from the new HBA FCF
1309 * record. This routine is called with the host lock held.
1310 **/
1311static void
1312__lpfc_update_fcf_record_pri(struct lpfc_hba *phba, uint16_t fcf_index,
1313 struct fcf_record *new_fcf_record
1314 )
1315{
1316 struct lpfc_fcf_pri *fcf_pri;
1317
1318 fcf_pri = &phba->fcf.fcf_pri[fcf_index];
1319 fcf_pri->fcf_rec.fcf_index = fcf_index;
1320 /* FCF record priority */
1321 fcf_pri->fcf_rec.priority = new_fcf_record->fip_priority;
1322
1323}
1324
1325/**
James Smart6fb120a2009-05-22 14:52:59 -04001326 * lpfc_copy_fcf_record - Copy fcf information to lpfc_hba.
James Smartecfd03c2010-02-12 14:41:27 -05001327 * @fcf: pointer to driver fcf record.
James Smart6fb120a2009-05-22 14:52:59 -04001328 * @new_fcf_record: pointer to fcf record.
1329 *
1330 * This routine copies the FCF information from the FCF
1331 * record to lpfc_hba data structure.
1332 **/
1333static void
James Smartecfd03c2010-02-12 14:41:27 -05001334lpfc_copy_fcf_record(struct lpfc_fcf_rec *fcf_rec,
1335 struct fcf_record *new_fcf_record)
James Smart6fb120a2009-05-22 14:52:59 -04001336{
James Smartecfd03c2010-02-12 14:41:27 -05001337 /* Fabric name */
1338 fcf_rec->fabric_name[0] =
James Smart6fb120a2009-05-22 14:52:59 -04001339 bf_get(lpfc_fcf_record_fab_name_0, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001340 fcf_rec->fabric_name[1] =
James Smart6fb120a2009-05-22 14:52:59 -04001341 bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001342 fcf_rec->fabric_name[2] =
James Smart6fb120a2009-05-22 14:52:59 -04001343 bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001344 fcf_rec->fabric_name[3] =
James Smart6fb120a2009-05-22 14:52:59 -04001345 bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001346 fcf_rec->fabric_name[4] =
James Smart6fb120a2009-05-22 14:52:59 -04001347 bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001348 fcf_rec->fabric_name[5] =
James Smart6fb120a2009-05-22 14:52:59 -04001349 bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001350 fcf_rec->fabric_name[6] =
James Smart6fb120a2009-05-22 14:52:59 -04001351 bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001352 fcf_rec->fabric_name[7] =
James Smart6fb120a2009-05-22 14:52:59 -04001353 bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001354 /* Mac address */
1355 fcf_rec->mac_addr[0] = bf_get(lpfc_fcf_record_mac_0, new_fcf_record);
1356 fcf_rec->mac_addr[1] = bf_get(lpfc_fcf_record_mac_1, new_fcf_record);
1357 fcf_rec->mac_addr[2] = bf_get(lpfc_fcf_record_mac_2, new_fcf_record);
1358 fcf_rec->mac_addr[3] = bf_get(lpfc_fcf_record_mac_3, new_fcf_record);
1359 fcf_rec->mac_addr[4] = bf_get(lpfc_fcf_record_mac_4, new_fcf_record);
1360 fcf_rec->mac_addr[5] = bf_get(lpfc_fcf_record_mac_5, new_fcf_record);
1361 /* FCF record index */
1362 fcf_rec->fcf_indx = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
1363 /* FCF record priority */
1364 fcf_rec->priority = new_fcf_record->fip_priority;
1365 /* Switch name */
1366 fcf_rec->switch_name[0] =
James Smart8fa38512009-07-19 10:01:03 -04001367 bf_get(lpfc_fcf_record_switch_name_0, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001368 fcf_rec->switch_name[1] =
James Smart8fa38512009-07-19 10:01:03 -04001369 bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001370 fcf_rec->switch_name[2] =
James Smart8fa38512009-07-19 10:01:03 -04001371 bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001372 fcf_rec->switch_name[3] =
James Smart8fa38512009-07-19 10:01:03 -04001373 bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001374 fcf_rec->switch_name[4] =
James Smart8fa38512009-07-19 10:01:03 -04001375 bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001376 fcf_rec->switch_name[5] =
James Smart8fa38512009-07-19 10:01:03 -04001377 bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001378 fcf_rec->switch_name[6] =
James Smart8fa38512009-07-19 10:01:03 -04001379 bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001380 fcf_rec->switch_name[7] =
James Smart8fa38512009-07-19 10:01:03 -04001381 bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record);
James Smart6fb120a2009-05-22 14:52:59 -04001382}
1383
1384/**
James Smartecfd03c2010-02-12 14:41:27 -05001385 * lpfc_update_fcf_record - Update driver fcf record
1386 * @phba: pointer to lpfc hba data structure.
1387 * @fcf_rec: pointer to driver fcf record.
1388 * @new_fcf_record: pointer to hba fcf record.
1389 * @addr_mode: address mode to be set to the driver fcf record.
1390 * @vlan_id: vlan tag to be set to the driver fcf record.
1391 * @flag: flag bits to be set to the driver fcf record.
1392 *
1393 * This routine updates the driver FCF record from the new HBA FCF record
1394 * together with the address mode, vlan_id, and other informations. This
1395 * routine is called with the host lock held.
1396 **/
1397static void
1398__lpfc_update_fcf_record(struct lpfc_hba *phba, struct lpfc_fcf_rec *fcf_rec,
1399 struct fcf_record *new_fcf_record, uint32_t addr_mode,
1400 uint16_t vlan_id, uint32_t flag)
1401{
1402 /* Copy the fields from the HBA's FCF record */
1403 lpfc_copy_fcf_record(fcf_rec, new_fcf_record);
1404 /* Update other fields of driver FCF record */
1405 fcf_rec->addr_mode = addr_mode;
1406 fcf_rec->vlan_id = vlan_id;
1407 fcf_rec->flag |= (flag | RECORD_VALID);
James Smart7d791df2011-07-22 18:37:52 -04001408 __lpfc_update_fcf_record_pri(phba,
1409 bf_get(lpfc_fcf_record_fcf_index, new_fcf_record),
1410 new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001411}
1412
1413/**
James Smart6fb120a2009-05-22 14:52:59 -04001414 * lpfc_register_fcf - Register the FCF with hba.
1415 * @phba: pointer to lpfc hba data structure.
1416 *
1417 * This routine issues a register fcfi mailbox command to register
1418 * the fcf with HBA.
1419 **/
1420static void
1421lpfc_register_fcf(struct lpfc_hba *phba)
1422{
1423 LPFC_MBOXQ_t *fcf_mbxq;
1424 int rc;
James Smart6fb120a2009-05-22 14:52:59 -04001425
James Smartd439d282010-09-29 11:18:45 -04001426 spin_lock_irq(&phba->hbalock);
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001427 /* If the FCF is not available do nothing. */
James Smart6fb120a2009-05-22 14:52:59 -04001428 if (!(phba->fcf.fcf_flag & FCF_AVAILABLE)) {
James Smarta93ff372010-10-22 11:06:08 -04001429 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smartd439d282010-09-29 11:18:45 -04001430 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001431 return;
1432 }
1433
1434 /* The FCF is already registered, start discovery */
1435 if (phba->fcf.fcf_flag & FCF_REGISTERED) {
James Smartecfd03c2010-02-12 14:41:27 -05001436 phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE);
James Smarta93ff372010-10-22 11:06:08 -04001437 phba->hba_flag &= ~FCF_TS_INPROG;
James Smarte74c03c2013-04-17 20:15:19 -04001438 if (phba->pport->port_state != LPFC_FLOGI &&
1439 phba->pport->fc_flag & FC_FABRIC) {
James Smarta93ff372010-10-22 11:06:08 -04001440 phba->hba_flag |= FCF_RR_INPROG;
1441 spin_unlock_irq(&phba->hbalock);
James Smartbf086112011-08-21 21:48:13 -04001442 lpfc_initial_flogi(phba->pport);
James Smarta93ff372010-10-22 11:06:08 -04001443 return;
1444 }
1445 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001446 return;
1447 }
James Smartd439d282010-09-29 11:18:45 -04001448 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001449
James Smarta93ff372010-10-22 11:06:08 -04001450 fcf_mbxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
James Smart4d9ab992009-10-02 15:16:39 -04001451 if (!fcf_mbxq) {
James Smartd439d282010-09-29 11:18:45 -04001452 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001453 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smartd439d282010-09-29 11:18:45 -04001454 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001455 return;
James Smart4d9ab992009-10-02 15:16:39 -04001456 }
James Smart6fb120a2009-05-22 14:52:59 -04001457
1458 lpfc_reg_fcfi(phba, fcf_mbxq);
1459 fcf_mbxq->vport = phba->pport;
1460 fcf_mbxq->mbox_cmpl = lpfc_mbx_cmpl_reg_fcfi;
1461 rc = lpfc_sli_issue_mbox(phba, fcf_mbxq, MBX_NOWAIT);
James Smart4d9ab992009-10-02 15:16:39 -04001462 if (rc == MBX_NOT_FINISHED) {
James Smartd439d282010-09-29 11:18:45 -04001463 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001464 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smartd439d282010-09-29 11:18:45 -04001465 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001466 mempool_free(fcf_mbxq, phba->mbox_mem_pool);
James Smart4d9ab992009-10-02 15:16:39 -04001467 }
James Smart6fb120a2009-05-22 14:52:59 -04001468
1469 return;
1470}
1471
1472/**
1473 * lpfc_match_fcf_conn_list - Check if the FCF record can be used for discovery.
1474 * @phba: pointer to lpfc hba data structure.
1475 * @new_fcf_record: pointer to fcf record.
1476 * @boot_flag: Indicates if this record used by boot bios.
1477 * @addr_mode: The address mode to be used by this FCF
James Smartecfd03c2010-02-12 14:41:27 -05001478 * @vlan_id: The vlan id to be used as vlan tagging by this FCF.
James Smart6fb120a2009-05-22 14:52:59 -04001479 *
1480 * This routine compare the fcf record with connect list obtained from the
1481 * config region to decide if this FCF can be used for SAN discovery. It returns
1482 * 1 if this record can be used for SAN discovery else return zero. If this FCF
1483 * record can be used for SAN discovery, the boot_flag will indicate if this FCF
1484 * is used by boot bios and addr_mode will indicate the addressing mode to be
1485 * used for this FCF when the function returns.
1486 * If the FCF record need to be used with a particular vlan id, the vlan is
1487 * set in the vlan_id on return of the function. If not VLAN tagging need to
James Smartdbb6b3a2010-06-08 18:31:37 -04001488 * be used with the FCF vlan_id will be set to LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001489 **/
1490static int
1491lpfc_match_fcf_conn_list(struct lpfc_hba *phba,
1492 struct fcf_record *new_fcf_record,
1493 uint32_t *boot_flag, uint32_t *addr_mode,
1494 uint16_t *vlan_id)
1495{
1496 struct lpfc_fcf_conn_entry *conn_entry;
James Smart4d9ab992009-10-02 15:16:39 -04001497 int i, j, fcf_vlan_id = 0;
1498
1499 /* Find the lowest VLAN id in the FCF record */
1500 for (i = 0; i < 512; i++) {
1501 if (new_fcf_record->vlan_bitmap[i]) {
1502 fcf_vlan_id = i * 8;
1503 j = 0;
1504 while (!((new_fcf_record->vlan_bitmap[i] >> j) & 1)) {
1505 j++;
1506 fcf_vlan_id++;
1507 }
1508 break;
1509 }
1510 }
James Smart6fb120a2009-05-22 14:52:59 -04001511
James Smart26979ce2012-09-29 11:31:55 -04001512 /* FCF not valid/available or solicitation in progress */
James Smart0c287582009-06-10 17:22:56 -04001513 if (!bf_get(lpfc_fcf_record_fcf_avail, new_fcf_record) ||
James Smart26979ce2012-09-29 11:31:55 -04001514 !bf_get(lpfc_fcf_record_fcf_valid, new_fcf_record) ||
1515 bf_get(lpfc_fcf_record_fcf_sol, new_fcf_record))
James Smart0c287582009-06-10 17:22:56 -04001516 return 0;
1517
James Smart45ed1192009-10-02 15:17:02 -04001518 if (!(phba->hba_flag & HBA_FIP_SUPPORT)) {
James Smart6fb120a2009-05-22 14:52:59 -04001519 *boot_flag = 0;
1520 *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov,
1521 new_fcf_record);
1522 if (phba->valid_vlan)
1523 *vlan_id = phba->vlan_id;
1524 else
James Smartdbb6b3a2010-06-08 18:31:37 -04001525 *vlan_id = LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001526 return 1;
1527 }
1528
1529 /*
1530 * If there are no FCF connection table entry, driver connect to all
1531 * FCFs.
1532 */
1533 if (list_empty(&phba->fcf_conn_rec_list)) {
1534 *boot_flag = 0;
1535 *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov,
1536 new_fcf_record);
James Smart0c287582009-06-10 17:22:56 -04001537
1538 /*
1539 * When there are no FCF connect entries, use driver's default
1540 * addressing mode - FPMA.
1541 */
1542 if (*addr_mode & LPFC_FCF_FPMA)
1543 *addr_mode = LPFC_FCF_FPMA;
1544
James Smart4d9ab992009-10-02 15:16:39 -04001545 /* If FCF record report a vlan id use that vlan id */
1546 if (fcf_vlan_id)
1547 *vlan_id = fcf_vlan_id;
1548 else
James Smartdbb6b3a2010-06-08 18:31:37 -04001549 *vlan_id = LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001550 return 1;
1551 }
1552
James Smartecfd03c2010-02-12 14:41:27 -05001553 list_for_each_entry(conn_entry,
1554 &phba->fcf_conn_rec_list, list) {
James Smart6fb120a2009-05-22 14:52:59 -04001555 if (!(conn_entry->conn_rec.flags & FCFCNCT_VALID))
1556 continue;
1557
1558 if ((conn_entry->conn_rec.flags & FCFCNCT_FBNM_VALID) &&
1559 !lpfc_fab_name_match(conn_entry->conn_rec.fabric_name,
James Smart8fa38512009-07-19 10:01:03 -04001560 new_fcf_record))
James Smart6fb120a2009-05-22 14:52:59 -04001561 continue;
James Smart8fa38512009-07-19 10:01:03 -04001562 if ((conn_entry->conn_rec.flags & FCFCNCT_SWNM_VALID) &&
1563 !lpfc_sw_name_match(conn_entry->conn_rec.switch_name,
1564 new_fcf_record))
1565 continue;
James Smart6fb120a2009-05-22 14:52:59 -04001566 if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID) {
1567 /*
1568 * If the vlan bit map does not have the bit set for the
1569 * vlan id to be used, then it is not a match.
1570 */
1571 if (!(new_fcf_record->vlan_bitmap
1572 [conn_entry->conn_rec.vlan_tag / 8] &
1573 (1 << (conn_entry->conn_rec.vlan_tag % 8))))
1574 continue;
1575 }
1576
1577 /*
James Smart0c287582009-06-10 17:22:56 -04001578 * If connection record does not support any addressing mode,
1579 * skip the FCF record.
1580 */
1581 if (!(bf_get(lpfc_fcf_record_mac_addr_prov, new_fcf_record)
1582 & (LPFC_FCF_FPMA | LPFC_FCF_SPMA)))
1583 continue;
1584
1585 /*
James Smart6fb120a2009-05-22 14:52:59 -04001586 * Check if the connection record specifies a required
1587 * addressing mode.
1588 */
1589 if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1590 !(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED)) {
1591
1592 /*
1593 * If SPMA required but FCF not support this continue.
1594 */
1595 if ((conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1596 !(bf_get(lpfc_fcf_record_mac_addr_prov,
1597 new_fcf_record) & LPFC_FCF_SPMA))
1598 continue;
1599
1600 /*
1601 * If FPMA required but FCF not support this continue.
1602 */
1603 if (!(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1604 !(bf_get(lpfc_fcf_record_mac_addr_prov,
1605 new_fcf_record) & LPFC_FCF_FPMA))
1606 continue;
1607 }
1608
1609 /*
1610 * This fcf record matches filtering criteria.
1611 */
1612 if (conn_entry->conn_rec.flags & FCFCNCT_BOOT)
1613 *boot_flag = 1;
1614 else
1615 *boot_flag = 0;
1616
James Smart0c287582009-06-10 17:22:56 -04001617 /*
1618 * If user did not specify any addressing mode, or if the
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001619 * preferred addressing mode specified by user is not supported
James Smart0c287582009-06-10 17:22:56 -04001620 * by FCF, allow fabric to pick the addressing mode.
1621 */
James Smart6fb120a2009-05-22 14:52:59 -04001622 *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov,
1623 new_fcf_record);
1624 /*
1625 * If the user specified a required address mode, assign that
1626 * address mode
1627 */
1628 if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1629 (!(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED)))
1630 *addr_mode = (conn_entry->conn_rec.flags &
1631 FCFCNCT_AM_SPMA) ?
1632 LPFC_FCF_SPMA : LPFC_FCF_FPMA;
1633 /*
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001634 * If the user specified a preferred address mode, use the
James Smart6fb120a2009-05-22 14:52:59 -04001635 * addr mode only if FCF support the addr_mode.
1636 */
1637 else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1638 (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) &&
1639 (conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1640 (*addr_mode & LPFC_FCF_SPMA))
1641 *addr_mode = LPFC_FCF_SPMA;
1642 else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1643 (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) &&
1644 !(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1645 (*addr_mode & LPFC_FCF_FPMA))
1646 *addr_mode = LPFC_FCF_FPMA;
James Smart6fb120a2009-05-22 14:52:59 -04001647
James Smart4d9ab992009-10-02 15:16:39 -04001648 /* If matching connect list has a vlan id, use it */
James Smart6fb120a2009-05-22 14:52:59 -04001649 if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID)
1650 *vlan_id = conn_entry->conn_rec.vlan_tag;
James Smart4d9ab992009-10-02 15:16:39 -04001651 /*
1652 * If no vlan id is specified in connect list, use the vlan id
1653 * in the FCF record
1654 */
1655 else if (fcf_vlan_id)
1656 *vlan_id = fcf_vlan_id;
James Smart6fb120a2009-05-22 14:52:59 -04001657 else
James Smartdbb6b3a2010-06-08 18:31:37 -04001658 *vlan_id = LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001659
1660 return 1;
1661 }
1662
1663 return 0;
1664}
1665
1666/**
James Smart32b97932009-07-19 10:01:21 -04001667 * lpfc_check_pending_fcoe_event - Check if there is pending fcoe event.
1668 * @phba: pointer to lpfc hba data structure.
1669 * @unreg_fcf: Unregister FCF if FCF table need to be re-scaned.
1670 *
1671 * This function check if there is any fcoe event pending while driver
1672 * scan FCF entries. If there is any pending event, it will restart the
1673 * FCF saning and return 1 else return 0.
1674 */
1675int
1676lpfc_check_pending_fcoe_event(struct lpfc_hba *phba, uint8_t unreg_fcf)
1677{
James Smart32b97932009-07-19 10:01:21 -04001678 /*
1679 * If the Link is up and no FCoE events while in the
1680 * FCF discovery, no need to restart FCF discovery.
1681 */
1682 if ((phba->link_state >= LPFC_LINK_UP) &&
James Smarta93ff372010-10-22 11:06:08 -04001683 (phba->fcoe_eventtag == phba->fcoe_eventtag_at_fcf_scan))
James Smart32b97932009-07-19 10:01:21 -04001684 return 0;
1685
James Smart0c9ab6f2010-02-26 14:15:57 -05001686 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1687 "2768 Pending link or FCF event during current "
1688 "handling of the previous event: link_state:x%x, "
1689 "evt_tag_at_scan:x%x, evt_tag_current:x%x\n",
1690 phba->link_state, phba->fcoe_eventtag_at_fcf_scan,
1691 phba->fcoe_eventtag);
1692
James Smart32b97932009-07-19 10:01:21 -04001693 spin_lock_irq(&phba->hbalock);
1694 phba->fcf.fcf_flag &= ~FCF_AVAILABLE;
1695 spin_unlock_irq(&phba->hbalock);
1696
James Smart0c9ab6f2010-02-26 14:15:57 -05001697 if (phba->link_state >= LPFC_LINK_UP) {
1698 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
1699 "2780 Restart FCF table scan due to "
1700 "pending FCF event:evt_tag_at_scan:x%x, "
1701 "evt_tag_current:x%x\n",
1702 phba->fcoe_eventtag_at_fcf_scan,
1703 phba->fcoe_eventtag);
1704 lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST);
1705 } else {
James Smart4d9ab992009-10-02 15:16:39 -04001706 /*
James Smarta93ff372010-10-22 11:06:08 -04001707 * Do not continue FCF discovery and clear FCF_TS_INPROG
James Smart4d9ab992009-10-02 15:16:39 -04001708 * flag
1709 */
James Smartdbb6b3a2010-06-08 18:31:37 -04001710 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
1711 "2833 Stop FCF discovery process due to link "
1712 "state change (x%x)\n", phba->link_state);
James Smart1c6f4ef52009-11-18 15:40:49 -05001713 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001714 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smart0c9ab6f2010-02-26 14:15:57 -05001715 phba->fcf.fcf_flag &= ~(FCF_REDISC_FOV | FCF_DISCOVERY);
James Smart1c6f4ef52009-11-18 15:40:49 -05001716 spin_unlock_irq(&phba->hbalock);
1717 }
James Smart32b97932009-07-19 10:01:21 -04001718
James Smart0c9ab6f2010-02-26 14:15:57 -05001719 /* Unregister the currently registered FCF if required */
James Smart32b97932009-07-19 10:01:21 -04001720 if (unreg_fcf) {
1721 spin_lock_irq(&phba->hbalock);
1722 phba->fcf.fcf_flag &= ~FCF_REGISTERED;
1723 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05001724 lpfc_sli4_unregister_fcf(phba);
James Smart32b97932009-07-19 10:01:21 -04001725 }
James Smart32b97932009-07-19 10:01:21 -04001726 return 1;
1727}
1728
1729/**
James Smart999d8132010-03-15 11:24:56 -04001730 * lpfc_sli4_new_fcf_random_select - Randomly select an eligible new fcf record
1731 * @phba: pointer to lpfc hba data structure.
1732 * @fcf_cnt: number of eligible fcf record seen so far.
1733 *
1734 * This function makes an running random selection decision on FCF record to
1735 * use through a sequence of @fcf_cnt eligible FCF records with equal
1736 * probability. To perform integer manunipulation of random numbers with
1737 * size unit32_t, the lower 16 bits of the 32-bit random number returned
Akinobu Mita3b60a642013-04-29 16:21:35 -07001738 * from prandom_u32() are taken as the random random number generated.
James Smart999d8132010-03-15 11:24:56 -04001739 *
1740 * Returns true when outcome is for the newly read FCF record should be
1741 * chosen; otherwise, return false when outcome is for keeping the previously
1742 * chosen FCF record.
1743 **/
1744static bool
1745lpfc_sli4_new_fcf_random_select(struct lpfc_hba *phba, uint32_t fcf_cnt)
1746{
1747 uint32_t rand_num;
1748
1749 /* Get 16-bit uniform random number */
Akinobu Mita3b60a642013-04-29 16:21:35 -07001750 rand_num = 0xFFFF & prandom_u32();
James Smart999d8132010-03-15 11:24:56 -04001751
1752 /* Decision with probability 1/fcf_cnt */
1753 if ((fcf_cnt * rand_num) < 0xFFFF)
1754 return true;
1755 else
1756 return false;
1757}
1758
1759/**
James Smart3804dc82010-07-14 15:31:37 -04001760 * lpfc_sli4_fcf_rec_mbox_parse - Parse read_fcf mbox command.
James Smart6fb120a2009-05-22 14:52:59 -04001761 * @phba: pointer to lpfc hba data structure.
1762 * @mboxq: pointer to mailbox object.
James Smart0c9ab6f2010-02-26 14:15:57 -05001763 * @next_fcf_index: pointer to holder of next fcf index.
James Smart6fb120a2009-05-22 14:52:59 -04001764 *
James Smart0c9ab6f2010-02-26 14:15:57 -05001765 * This routine parses the non-embedded fcf mailbox command by performing the
1766 * necessarily error checking, non-embedded read FCF record mailbox command
1767 * SGE parsing, and endianness swapping.
1768 *
1769 * Returns the pointer to the new FCF record in the non-embedded mailbox
1770 * command DMA memory if successfully, other NULL.
James Smart6fb120a2009-05-22 14:52:59 -04001771 */
James Smart0c9ab6f2010-02-26 14:15:57 -05001772static struct fcf_record *
1773lpfc_sli4_fcf_rec_mbox_parse(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq,
1774 uint16_t *next_fcf_index)
James Smart6fb120a2009-05-22 14:52:59 -04001775{
1776 void *virt_addr;
1777 dma_addr_t phys_addr;
James Smart6fb120a2009-05-22 14:52:59 -04001778 struct lpfc_mbx_sge sge;
1779 struct lpfc_mbx_read_fcf_tbl *read_fcf;
1780 uint32_t shdr_status, shdr_add_status;
1781 union lpfc_sli4_cfg_shdr *shdr;
1782 struct fcf_record *new_fcf_record;
James Smart32b97932009-07-19 10:01:21 -04001783
James Smart6fb120a2009-05-22 14:52:59 -04001784 /* Get the first SGE entry from the non-embedded DMA memory. This
1785 * routine only uses a single SGE.
1786 */
1787 lpfc_sli4_mbx_sge_get(mboxq, 0, &sge);
1788 phys_addr = getPaddr(sge.pa_hi, sge.pa_lo);
1789 if (unlikely(!mboxq->sge_array)) {
1790 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX,
1791 "2524 Failed to get the non-embedded SGE "
1792 "virtual address\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05001793 return NULL;
James Smart6fb120a2009-05-22 14:52:59 -04001794 }
1795 virt_addr = mboxq->sge_array->addr[0];
1796
1797 shdr = (union lpfc_sli4_cfg_shdr *)virt_addr;
James Smart25626692013-03-01 16:36:54 -05001798 lpfc_sli_pcimem_bcopy(shdr, shdr,
1799 sizeof(union lpfc_sli4_cfg_shdr));
James Smart6fb120a2009-05-22 14:52:59 -04001800 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
James Smart0c9ab6f2010-02-26 14:15:57 -05001801 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
James Smart6fb120a2009-05-22 14:52:59 -04001802 if (shdr_status || shdr_add_status) {
James Smart0c9ab6f2010-02-26 14:15:57 -05001803 if (shdr_status == STATUS_FCF_TABLE_EMPTY)
1804 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smartdef9c7a2009-12-21 17:02:28 -05001805 "2726 READ_FCF_RECORD Indicates empty "
1806 "FCF table.\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05001807 else
1808 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smartdef9c7a2009-12-21 17:02:28 -05001809 "2521 READ_FCF_RECORD mailbox failed "
James Smart0c9ab6f2010-02-26 14:15:57 -05001810 "with status x%x add_status x%x, "
1811 "mbx\n", shdr_status, shdr_add_status);
1812 return NULL;
James Smart6fb120a2009-05-22 14:52:59 -04001813 }
James Smart0c9ab6f2010-02-26 14:15:57 -05001814
1815 /* Interpreting the returned information of the FCF record */
James Smart6fb120a2009-05-22 14:52:59 -04001816 read_fcf = (struct lpfc_mbx_read_fcf_tbl *)virt_addr;
1817 lpfc_sli_pcimem_bcopy(read_fcf, read_fcf,
1818 sizeof(struct lpfc_mbx_read_fcf_tbl));
James Smart0c9ab6f2010-02-26 14:15:57 -05001819 *next_fcf_index = bf_get(lpfc_mbx_read_fcf_tbl_nxt_vindx, read_fcf);
James Smart6fb120a2009-05-22 14:52:59 -04001820 new_fcf_record = (struct fcf_record *)(virt_addr +
1821 sizeof(struct lpfc_mbx_read_fcf_tbl));
1822 lpfc_sli_pcimem_bcopy(new_fcf_record, new_fcf_record,
James Smartcb5172e2010-03-15 11:25:07 -04001823 offsetof(struct fcf_record, vlan_bitmap));
1824 new_fcf_record->word137 = le32_to_cpu(new_fcf_record->word137);
1825 new_fcf_record->word138 = le32_to_cpu(new_fcf_record->word138);
James Smart6fb120a2009-05-22 14:52:59 -04001826
James Smart0c9ab6f2010-02-26 14:15:57 -05001827 return new_fcf_record;
1828}
1829
1830/**
1831 * lpfc_sli4_log_fcf_record_info - Log the information of a fcf record
1832 * @phba: pointer to lpfc hba data structure.
1833 * @fcf_record: pointer to the fcf record.
1834 * @vlan_id: the lowest vlan identifier associated to this fcf record.
1835 * @next_fcf_index: the index to the next fcf record in hba's fcf table.
1836 *
1837 * This routine logs the detailed FCF record if the LOG_FIP loggin is
1838 * enabled.
1839 **/
1840static void
1841lpfc_sli4_log_fcf_record_info(struct lpfc_hba *phba,
1842 struct fcf_record *fcf_record,
1843 uint16_t vlan_id,
1844 uint16_t next_fcf_index)
1845{
1846 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1847 "2764 READ_FCF_RECORD:\n"
1848 "\tFCF_Index : x%x\n"
1849 "\tFCF_Avail : x%x\n"
1850 "\tFCF_Valid : x%x\n"
James Smart26979ce2012-09-29 11:31:55 -04001851 "\tFCF_SOL : x%x\n"
James Smart0c9ab6f2010-02-26 14:15:57 -05001852 "\tFIP_Priority : x%x\n"
1853 "\tMAC_Provider : x%x\n"
1854 "\tLowest VLANID : x%x\n"
1855 "\tFCF_MAC Addr : x%x:%x:%x:%x:%x:%x\n"
1856 "\tFabric_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n"
1857 "\tSwitch_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n"
1858 "\tNext_FCF_Index: x%x\n",
1859 bf_get(lpfc_fcf_record_fcf_index, fcf_record),
1860 bf_get(lpfc_fcf_record_fcf_avail, fcf_record),
1861 bf_get(lpfc_fcf_record_fcf_valid, fcf_record),
James Smart26979ce2012-09-29 11:31:55 -04001862 bf_get(lpfc_fcf_record_fcf_sol, fcf_record),
James Smart0c9ab6f2010-02-26 14:15:57 -05001863 fcf_record->fip_priority,
1864 bf_get(lpfc_fcf_record_mac_addr_prov, fcf_record),
1865 vlan_id,
1866 bf_get(lpfc_fcf_record_mac_0, fcf_record),
1867 bf_get(lpfc_fcf_record_mac_1, fcf_record),
1868 bf_get(lpfc_fcf_record_mac_2, fcf_record),
1869 bf_get(lpfc_fcf_record_mac_3, fcf_record),
1870 bf_get(lpfc_fcf_record_mac_4, fcf_record),
1871 bf_get(lpfc_fcf_record_mac_5, fcf_record),
1872 bf_get(lpfc_fcf_record_fab_name_0, fcf_record),
1873 bf_get(lpfc_fcf_record_fab_name_1, fcf_record),
1874 bf_get(lpfc_fcf_record_fab_name_2, fcf_record),
1875 bf_get(lpfc_fcf_record_fab_name_3, fcf_record),
1876 bf_get(lpfc_fcf_record_fab_name_4, fcf_record),
1877 bf_get(lpfc_fcf_record_fab_name_5, fcf_record),
1878 bf_get(lpfc_fcf_record_fab_name_6, fcf_record),
1879 bf_get(lpfc_fcf_record_fab_name_7, fcf_record),
1880 bf_get(lpfc_fcf_record_switch_name_0, fcf_record),
1881 bf_get(lpfc_fcf_record_switch_name_1, fcf_record),
1882 bf_get(lpfc_fcf_record_switch_name_2, fcf_record),
1883 bf_get(lpfc_fcf_record_switch_name_3, fcf_record),
1884 bf_get(lpfc_fcf_record_switch_name_4, fcf_record),
1885 bf_get(lpfc_fcf_record_switch_name_5, fcf_record),
1886 bf_get(lpfc_fcf_record_switch_name_6, fcf_record),
1887 bf_get(lpfc_fcf_record_switch_name_7, fcf_record),
1888 next_fcf_index);
1889}
1890
1891/**
James Smartdbb6b3a2010-06-08 18:31:37 -04001892 lpfc_sli4_fcf_record_match - testing new FCF record for matching existing FCF
1893 * @phba: pointer to lpfc hba data structure.
1894 * @fcf_rec: pointer to an existing FCF record.
1895 * @new_fcf_record: pointer to a new FCF record.
1896 * @new_vlan_id: vlan id from the new FCF record.
1897 *
1898 * This function performs matching test of a new FCF record against an existing
1899 * FCF record. If the new_vlan_id passed in is LPFC_FCOE_IGNORE_VID, vlan id
1900 * will not be used as part of the FCF record matching criteria.
1901 *
1902 * Returns true if all the fields matching, otherwise returns false.
1903 */
1904static bool
1905lpfc_sli4_fcf_record_match(struct lpfc_hba *phba,
1906 struct lpfc_fcf_rec *fcf_rec,
1907 struct fcf_record *new_fcf_record,
1908 uint16_t new_vlan_id)
1909{
1910 if (new_vlan_id != LPFC_FCOE_IGNORE_VID)
1911 if (!lpfc_vlan_id_match(fcf_rec->vlan_id, new_vlan_id))
1912 return false;
1913 if (!lpfc_mac_addr_match(fcf_rec->mac_addr, new_fcf_record))
1914 return false;
1915 if (!lpfc_sw_name_match(fcf_rec->switch_name, new_fcf_record))
1916 return false;
1917 if (!lpfc_fab_name_match(fcf_rec->fabric_name, new_fcf_record))
1918 return false;
James Smart7d791df2011-07-22 18:37:52 -04001919 if (fcf_rec->priority != new_fcf_record->fip_priority)
1920 return false;
James Smartdbb6b3a2010-06-08 18:31:37 -04001921 return true;
1922}
1923
1924/**
James Smarta93ff372010-10-22 11:06:08 -04001925 * lpfc_sli4_fcf_rr_next_proc - processing next roundrobin fcf
1926 * @vport: Pointer to vport object.
1927 * @fcf_index: index to next fcf.
1928 *
1929 * This function processing the roundrobin fcf failover to next fcf index.
1930 * When this function is invoked, there will be a current fcf registered
1931 * for flogi.
1932 * Return: 0 for continue retrying flogi on currently registered fcf;
1933 * 1 for stop flogi on currently registered fcf;
1934 */
1935int lpfc_sli4_fcf_rr_next_proc(struct lpfc_vport *vport, uint16_t fcf_index)
1936{
1937 struct lpfc_hba *phba = vport->phba;
1938 int rc;
1939
1940 if (fcf_index == LPFC_FCOE_FCF_NEXT_NONE) {
1941 spin_lock_irq(&phba->hbalock);
1942 if (phba->hba_flag & HBA_DEVLOSS_TMO) {
1943 spin_unlock_irq(&phba->hbalock);
1944 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1945 "2872 Devloss tmo with no eligible "
1946 "FCF, unregister in-use FCF (x%x) "
1947 "and rescan FCF table\n",
1948 phba->fcf.current_rec.fcf_indx);
1949 lpfc_unregister_fcf_rescan(phba);
1950 goto stop_flogi_current_fcf;
1951 }
1952 /* Mark the end to FLOGI roundrobin failover */
1953 phba->hba_flag &= ~FCF_RR_INPROG;
1954 /* Allow action to new fcf asynchronous event */
1955 phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE);
1956 spin_unlock_irq(&phba->hbalock);
1957 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1958 "2865 No FCF available, stop roundrobin FCF "
1959 "failover and change port state:x%x/x%x\n",
1960 phba->pport->port_state, LPFC_VPORT_UNKNOWN);
1961 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
1962 goto stop_flogi_current_fcf;
1963 } else {
1964 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_ELS,
1965 "2794 Try FLOGI roundrobin FCF failover to "
1966 "(x%x)\n", fcf_index);
1967 rc = lpfc_sli4_fcf_rr_read_fcf_rec(phba, fcf_index);
1968 if (rc)
1969 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP | LOG_ELS,
1970 "2761 FLOGI roundrobin FCF failover "
1971 "failed (rc:x%x) to read FCF (x%x)\n",
1972 rc, phba->fcf.current_rec.fcf_indx);
1973 else
1974 goto stop_flogi_current_fcf;
1975 }
1976 return 0;
1977
1978stop_flogi_current_fcf:
1979 lpfc_can_disctmo(vport);
1980 return 1;
1981}
1982
1983/**
James Smart7d791df2011-07-22 18:37:52 -04001984 * lpfc_sli4_fcf_pri_list_del
1985 * @phba: pointer to lpfc hba data structure.
1986 * @fcf_index the index of the fcf record to delete
1987 * This routine checks the on list flag of the fcf_index to be deleted.
1988 * If it is one the list then it is removed from the list, and the flag
1989 * is cleared. This routine grab the hbalock before removing the fcf
1990 * record from the list.
1991 **/
1992static void lpfc_sli4_fcf_pri_list_del(struct lpfc_hba *phba,
1993 uint16_t fcf_index)
1994{
1995 struct lpfc_fcf_pri *new_fcf_pri;
1996
1997 new_fcf_pri = &phba->fcf.fcf_pri[fcf_index];
1998 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1999 "3058 deleting idx x%x pri x%x flg x%x\n",
2000 fcf_index, new_fcf_pri->fcf_rec.priority,
2001 new_fcf_pri->fcf_rec.flag);
2002 spin_lock_irq(&phba->hbalock);
2003 if (new_fcf_pri->fcf_rec.flag & LPFC_FCF_ON_PRI_LIST) {
2004 if (phba->fcf.current_rec.priority ==
2005 new_fcf_pri->fcf_rec.priority)
2006 phba->fcf.eligible_fcf_cnt--;
2007 list_del_init(&new_fcf_pri->list);
2008 new_fcf_pri->fcf_rec.flag &= ~LPFC_FCF_ON_PRI_LIST;
2009 }
2010 spin_unlock_irq(&phba->hbalock);
2011}
2012
2013/**
2014 * lpfc_sli4_set_fcf_flogi_fail
2015 * @phba: pointer to lpfc hba data structure.
2016 * @fcf_index the index of the fcf record to update
2017 * This routine acquires the hbalock and then set the LPFC_FCF_FLOGI_FAILED
2018 * flag so the the round robin slection for the particular priority level
2019 * will try a different fcf record that does not have this bit set.
2020 * If the fcf record is re-read for any reason this flag is cleared brfore
2021 * adding it to the priority list.
2022 **/
2023void
2024lpfc_sli4_set_fcf_flogi_fail(struct lpfc_hba *phba, uint16_t fcf_index)
2025{
2026 struct lpfc_fcf_pri *new_fcf_pri;
2027 new_fcf_pri = &phba->fcf.fcf_pri[fcf_index];
2028 spin_lock_irq(&phba->hbalock);
2029 new_fcf_pri->fcf_rec.flag |= LPFC_FCF_FLOGI_FAILED;
2030 spin_unlock_irq(&phba->hbalock);
2031}
2032
2033/**
2034 * lpfc_sli4_fcf_pri_list_add
2035 * @phba: pointer to lpfc hba data structure.
2036 * @fcf_index the index of the fcf record to add
2037 * This routine checks the priority of the fcf_index to be added.
2038 * If it is a lower priority than the current head of the fcf_pri list
2039 * then it is added to the list in the right order.
2040 * If it is the same priority as the current head of the list then it
2041 * is added to the head of the list and its bit in the rr_bmask is set.
2042 * If the fcf_index to be added is of a higher priority than the current
2043 * head of the list then the rr_bmask is cleared, its bit is set in the
2044 * rr_bmask and it is added to the head of the list.
2045 * returns:
2046 * 0=success 1=failure
2047 **/
Rashika Kheriab86a6752014-09-03 12:55:17 -04002048static int lpfc_sli4_fcf_pri_list_add(struct lpfc_hba *phba,
2049 uint16_t fcf_index,
James Smart7d791df2011-07-22 18:37:52 -04002050 struct fcf_record *new_fcf_record)
2051{
2052 uint16_t current_fcf_pri;
2053 uint16_t last_index;
2054 struct lpfc_fcf_pri *fcf_pri;
2055 struct lpfc_fcf_pri *next_fcf_pri;
2056 struct lpfc_fcf_pri *new_fcf_pri;
2057 int ret;
2058
2059 new_fcf_pri = &phba->fcf.fcf_pri[fcf_index];
2060 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2061 "3059 adding idx x%x pri x%x flg x%x\n",
2062 fcf_index, new_fcf_record->fip_priority,
2063 new_fcf_pri->fcf_rec.flag);
2064 spin_lock_irq(&phba->hbalock);
2065 if (new_fcf_pri->fcf_rec.flag & LPFC_FCF_ON_PRI_LIST)
2066 list_del_init(&new_fcf_pri->list);
2067 new_fcf_pri->fcf_rec.fcf_index = fcf_index;
2068 new_fcf_pri->fcf_rec.priority = new_fcf_record->fip_priority;
2069 if (list_empty(&phba->fcf.fcf_pri_list)) {
2070 list_add(&new_fcf_pri->list, &phba->fcf.fcf_pri_list);
2071 ret = lpfc_sli4_fcf_rr_index_set(phba,
2072 new_fcf_pri->fcf_rec.fcf_index);
2073 goto out;
2074 }
2075
2076 last_index = find_first_bit(phba->fcf.fcf_rr_bmask,
2077 LPFC_SLI4_FCF_TBL_INDX_MAX);
2078 if (last_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
2079 ret = 0; /* Empty rr list */
2080 goto out;
2081 }
2082 current_fcf_pri = phba->fcf.fcf_pri[last_index].fcf_rec.priority;
2083 if (new_fcf_pri->fcf_rec.priority <= current_fcf_pri) {
2084 list_add(&new_fcf_pri->list, &phba->fcf.fcf_pri_list);
2085 if (new_fcf_pri->fcf_rec.priority < current_fcf_pri) {
2086 memset(phba->fcf.fcf_rr_bmask, 0,
2087 sizeof(*phba->fcf.fcf_rr_bmask));
2088 /* fcfs_at_this_priority_level = 1; */
2089 phba->fcf.eligible_fcf_cnt = 1;
2090 } else
2091 /* fcfs_at_this_priority_level++; */
2092 phba->fcf.eligible_fcf_cnt++;
2093 ret = lpfc_sli4_fcf_rr_index_set(phba,
2094 new_fcf_pri->fcf_rec.fcf_index);
2095 goto out;
2096 }
2097
2098 list_for_each_entry_safe(fcf_pri, next_fcf_pri,
2099 &phba->fcf.fcf_pri_list, list) {
2100 if (new_fcf_pri->fcf_rec.priority <=
2101 fcf_pri->fcf_rec.priority) {
2102 if (fcf_pri->list.prev == &phba->fcf.fcf_pri_list)
2103 list_add(&new_fcf_pri->list,
2104 &phba->fcf.fcf_pri_list);
2105 else
2106 list_add(&new_fcf_pri->list,
2107 &((struct lpfc_fcf_pri *)
2108 fcf_pri->list.prev)->list);
2109 ret = 0;
2110 goto out;
2111 } else if (fcf_pri->list.next == &phba->fcf.fcf_pri_list
2112 || new_fcf_pri->fcf_rec.priority <
2113 next_fcf_pri->fcf_rec.priority) {
2114 list_add(&new_fcf_pri->list, &fcf_pri->list);
2115 ret = 0;
2116 goto out;
2117 }
2118 if (new_fcf_pri->fcf_rec.priority > fcf_pri->fcf_rec.priority)
2119 continue;
2120
2121 }
2122 ret = 1;
2123out:
2124 /* we use = instead of |= to clear the FLOGI_FAILED flag. */
2125 new_fcf_pri->fcf_rec.flag = LPFC_FCF_ON_PRI_LIST;
2126 spin_unlock_irq(&phba->hbalock);
2127 return ret;
2128}
2129
2130/**
James Smart0c9ab6f2010-02-26 14:15:57 -05002131 * lpfc_mbx_cmpl_fcf_scan_read_fcf_rec - fcf scan read_fcf mbox cmpl handler.
2132 * @phba: pointer to lpfc hba data structure.
2133 * @mboxq: pointer to mailbox object.
2134 *
2135 * This function iterates through all the fcf records available in
2136 * HBA and chooses the optimal FCF record for discovery. After finding
2137 * the FCF for discovery it registers the FCF record and kicks start
2138 * discovery.
2139 * If FCF_IN_USE flag is set in currently used FCF, the routine tries to
2140 * use an FCF record which matches fabric name and mac address of the
2141 * currently used FCF record.
2142 * If the driver supports only one FCF, it will try to use the FCF record
2143 * used by BOOT_BIOS.
2144 */
2145void
2146lpfc_mbx_cmpl_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2147{
2148 struct fcf_record *new_fcf_record;
2149 uint32_t boot_flag, addr_mode;
2150 uint16_t fcf_index, next_fcf_index;
2151 struct lpfc_fcf_rec *fcf_rec = NULL;
2152 uint16_t vlan_id;
James Smart999d8132010-03-15 11:24:56 -04002153 bool select_new_fcf;
James Smart0c9ab6f2010-02-26 14:15:57 -05002154 int rc;
2155
2156 /* If there is pending FCoE event restart FCF table scan */
James Smarta93ff372010-10-22 11:06:08 -04002157 if (lpfc_check_pending_fcoe_event(phba, LPFC_SKIP_UNREG_FCF)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002158 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2159 return;
2160 }
2161
2162 /* Parse the FCF record from the non-embedded mailbox command */
2163 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
2164 &next_fcf_index);
2165 if (!new_fcf_record) {
James Smarta93ff372010-10-22 11:06:08 -04002166 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smart0c9ab6f2010-02-26 14:15:57 -05002167 "2765 Mailbox command READ_FCF_RECORD "
2168 "failed to retrieve a FCF record.\n");
2169 /* Let next new FCF event trigger fast failover */
2170 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002171 phba->hba_flag &= ~FCF_TS_INPROG;
James Smart0c9ab6f2010-02-26 14:15:57 -05002172 spin_unlock_irq(&phba->hbalock);
2173 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2174 return;
2175 }
2176
2177 /* Check the FCF record against the connection list */
James Smartecfd03c2010-02-12 14:41:27 -05002178 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2179 &addr_mode, &vlan_id);
James Smart0c9ab6f2010-02-26 14:15:57 -05002180
2181 /* Log the FCF record information if turned on */
2182 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2183 next_fcf_index);
2184
James Smart6fb120a2009-05-22 14:52:59 -04002185 /*
2186 * If the fcf record does not match with connect list entries
James Smart0c9ab6f2010-02-26 14:15:57 -05002187 * read the next entry; otherwise, this is an eligible FCF
James Smarta93ff372010-10-22 11:06:08 -04002188 * record for roundrobin FCF failover.
James Smart6fb120a2009-05-22 14:52:59 -04002189 */
James Smart0c9ab6f2010-02-26 14:15:57 -05002190 if (!rc) {
James Smart7d791df2011-07-22 18:37:52 -04002191 lpfc_sli4_fcf_pri_list_del(phba,
2192 bf_get(lpfc_fcf_record_fcf_index,
2193 new_fcf_record));
James Smart0c9ab6f2010-02-26 14:15:57 -05002194 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002195 "2781 FCF (x%x) failed connection "
James Smart26979ce2012-09-29 11:31:55 -04002196 "list check: (x%x/x%x/%x)\n",
James Smart0c9ab6f2010-02-26 14:15:57 -05002197 bf_get(lpfc_fcf_record_fcf_index,
2198 new_fcf_record),
2199 bf_get(lpfc_fcf_record_fcf_avail,
2200 new_fcf_record),
2201 bf_get(lpfc_fcf_record_fcf_valid,
James Smart26979ce2012-09-29 11:31:55 -04002202 new_fcf_record),
2203 bf_get(lpfc_fcf_record_fcf_sol,
James Smart0c9ab6f2010-02-26 14:15:57 -05002204 new_fcf_record));
James Smartdbb6b3a2010-06-08 18:31:37 -04002205 if ((phba->fcf.fcf_flag & FCF_IN_USE) &&
2206 lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec,
2207 new_fcf_record, LPFC_FCOE_IGNORE_VID)) {
James Smart5ac6b302010-10-22 11:05:36 -04002208 if (bf_get(lpfc_fcf_record_fcf_index, new_fcf_record) !=
2209 phba->fcf.current_rec.fcf_indx) {
2210 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
2211 "2862 FCF (x%x) matches property "
2212 "of in-use FCF (x%x)\n",
2213 bf_get(lpfc_fcf_record_fcf_index,
2214 new_fcf_record),
2215 phba->fcf.current_rec.fcf_indx);
2216 goto read_next_fcf;
2217 }
James Smartdbb6b3a2010-06-08 18:31:37 -04002218 /*
2219 * In case the current in-use FCF record becomes
2220 * invalid/unavailable during FCF discovery that
2221 * was not triggered by fast FCF failover process,
2222 * treat it as fast FCF failover.
2223 */
2224 if (!(phba->fcf.fcf_flag & FCF_REDISC_PEND) &&
2225 !(phba->fcf.fcf_flag & FCF_REDISC_FOV)) {
2226 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
2227 "2835 Invalid in-use FCF "
James Smarta93ff372010-10-22 11:06:08 -04002228 "(x%x), enter FCF failover "
2229 "table scan.\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002230 phba->fcf.current_rec.fcf_indx);
2231 spin_lock_irq(&phba->hbalock);
2232 phba->fcf.fcf_flag |= FCF_REDISC_FOV;
2233 spin_unlock_irq(&phba->hbalock);
2234 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2235 lpfc_sli4_fcf_scan_read_fcf_rec(phba,
2236 LPFC_FCOE_FCF_GET_FIRST);
2237 return;
2238 }
2239 }
James Smart6fb120a2009-05-22 14:52:59 -04002240 goto read_next_fcf;
James Smart0c9ab6f2010-02-26 14:15:57 -05002241 } else {
2242 fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
James Smart7d791df2011-07-22 18:37:52 -04002243 rc = lpfc_sli4_fcf_pri_list_add(phba, fcf_index,
2244 new_fcf_record);
James Smart0c9ab6f2010-02-26 14:15:57 -05002245 if (rc)
2246 goto read_next_fcf;
2247 }
2248
James Smart6fb120a2009-05-22 14:52:59 -04002249 /*
2250 * If this is not the first FCF discovery of the HBA, use last
James Smartecfd03c2010-02-12 14:41:27 -05002251 * FCF record for the discovery. The condition that a rescan
2252 * matches the in-use FCF record: fabric name, switch name, mac
2253 * address, and vlan_id.
James Smart6fb120a2009-05-22 14:52:59 -04002254 */
James Smart0c9ab6f2010-02-26 14:15:57 -05002255 spin_lock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002256 if (phba->fcf.fcf_flag & FCF_IN_USE) {
James Smart7d791df2011-07-22 18:37:52 -04002257 if (phba->cfg_fcf_failover_policy == LPFC_FCF_FOV &&
2258 lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec,
James Smartdbb6b3a2010-06-08 18:31:37 -04002259 new_fcf_record, vlan_id)) {
James Smart5ac6b302010-10-22 11:05:36 -04002260 if (bf_get(lpfc_fcf_record_fcf_index, new_fcf_record) ==
2261 phba->fcf.current_rec.fcf_indx) {
2262 phba->fcf.fcf_flag |= FCF_AVAILABLE;
2263 if (phba->fcf.fcf_flag & FCF_REDISC_PEND)
2264 /* Stop FCF redisc wait timer */
2265 __lpfc_sli4_stop_fcf_redisc_wait_timer(
2266 phba);
2267 else if (phba->fcf.fcf_flag & FCF_REDISC_FOV)
2268 /* Fast failover, mark completed */
2269 phba->fcf.fcf_flag &= ~FCF_REDISC_FOV;
2270 spin_unlock_irq(&phba->hbalock);
2271 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2272 "2836 New FCF matches in-use "
James Smart88f43a02013-04-17 20:19:44 -04002273 "FCF (x%x), port_state:x%x, "
2274 "fc_flag:x%x\n",
2275 phba->fcf.current_rec.fcf_indx,
2276 phba->pport->port_state,
2277 phba->pport->fc_flag);
James Smart5ac6b302010-10-22 11:05:36 -04002278 goto out;
2279 } else
2280 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
2281 "2863 New FCF (x%x) matches "
2282 "property of in-use FCF (x%x)\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002283 bf_get(lpfc_fcf_record_fcf_index,
James Smart5ac6b302010-10-22 11:05:36 -04002284 new_fcf_record),
2285 phba->fcf.current_rec.fcf_indx);
James Smart6fb120a2009-05-22 14:52:59 -04002286 }
James Smartecfd03c2010-02-12 14:41:27 -05002287 /*
2288 * Read next FCF record from HBA searching for the matching
2289 * with in-use record only if not during the fast failover
2290 * period. In case of fast failover period, it shall try to
2291 * determine whether the FCF record just read should be the
2292 * next candidate.
2293 */
2294 if (!(phba->fcf.fcf_flag & FCF_REDISC_FOV)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002295 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05002296 goto read_next_fcf;
2297 }
James Smart6fb120a2009-05-22 14:52:59 -04002298 }
James Smartecfd03c2010-02-12 14:41:27 -05002299 /*
2300 * Update on failover FCF record only if it's in FCF fast-failover
2301 * period; otherwise, update on current FCF record.
2302 */
James Smartfc2b9892010-02-26 14:15:29 -05002303 if (phba->fcf.fcf_flag & FCF_REDISC_FOV)
2304 fcf_rec = &phba->fcf.failover_rec;
2305 else
James Smartecfd03c2010-02-12 14:41:27 -05002306 fcf_rec = &phba->fcf.current_rec;
2307
James Smart6fb120a2009-05-22 14:52:59 -04002308 if (phba->fcf.fcf_flag & FCF_AVAILABLE) {
2309 /*
James Smartecfd03c2010-02-12 14:41:27 -05002310 * If the driver FCF record does not have boot flag
2311 * set and new hba fcf record has boot flag set, use
2312 * the new hba fcf record.
James Smart6fb120a2009-05-22 14:52:59 -04002313 */
James Smartecfd03c2010-02-12 14:41:27 -05002314 if (boot_flag && !(fcf_rec->flag & BOOT_ENABLE)) {
2315 /* Choose this FCF record */
James Smartdbb6b3a2010-06-08 18:31:37 -04002316 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2317 "2837 Update current FCF record "
2318 "(x%x) with new FCF record (x%x)\n",
2319 fcf_rec->fcf_indx,
2320 bf_get(lpfc_fcf_record_fcf_index,
2321 new_fcf_record));
James Smartecfd03c2010-02-12 14:41:27 -05002322 __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record,
2323 addr_mode, vlan_id, BOOT_ENABLE);
James Smart0c9ab6f2010-02-26 14:15:57 -05002324 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002325 goto read_next_fcf;
2326 }
2327 /*
James Smartecfd03c2010-02-12 14:41:27 -05002328 * If the driver FCF record has boot flag set and the
2329 * new hba FCF record does not have boot flag, read
2330 * the next FCF record.
James Smart6fb120a2009-05-22 14:52:59 -04002331 */
James Smartecfd03c2010-02-12 14:41:27 -05002332 if (!boot_flag && (fcf_rec->flag & BOOT_ENABLE)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002333 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002334 goto read_next_fcf;
2335 }
2336 /*
James Smartecfd03c2010-02-12 14:41:27 -05002337 * If the new hba FCF record has lower priority value
2338 * than the driver FCF record, use the new record.
James Smart6fb120a2009-05-22 14:52:59 -04002339 */
James Smartfc2b9892010-02-26 14:15:29 -05002340 if (new_fcf_record->fip_priority < fcf_rec->priority) {
James Smart999d8132010-03-15 11:24:56 -04002341 /* Choose the new FCF record with lower priority */
James Smartdbb6b3a2010-06-08 18:31:37 -04002342 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2343 "2838 Update current FCF record "
2344 "(x%x) with new FCF record (x%x)\n",
2345 fcf_rec->fcf_indx,
2346 bf_get(lpfc_fcf_record_fcf_index,
2347 new_fcf_record));
James Smartecfd03c2010-02-12 14:41:27 -05002348 __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record,
2349 addr_mode, vlan_id, 0);
James Smart999d8132010-03-15 11:24:56 -04002350 /* Reset running random FCF selection count */
2351 phba->fcf.eligible_fcf_cnt = 1;
2352 } else if (new_fcf_record->fip_priority == fcf_rec->priority) {
2353 /* Update running random FCF selection count */
2354 phba->fcf.eligible_fcf_cnt++;
2355 select_new_fcf = lpfc_sli4_new_fcf_random_select(phba,
2356 phba->fcf.eligible_fcf_cnt);
James Smartdbb6b3a2010-06-08 18:31:37 -04002357 if (select_new_fcf) {
2358 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2359 "2839 Update current FCF record "
2360 "(x%x) with new FCF record (x%x)\n",
2361 fcf_rec->fcf_indx,
2362 bf_get(lpfc_fcf_record_fcf_index,
2363 new_fcf_record));
James Smart999d8132010-03-15 11:24:56 -04002364 /* Choose the new FCF by random selection */
2365 __lpfc_update_fcf_record(phba, fcf_rec,
2366 new_fcf_record,
2367 addr_mode, vlan_id, 0);
James Smartdbb6b3a2010-06-08 18:31:37 -04002368 }
James Smart6fb120a2009-05-22 14:52:59 -04002369 }
James Smart0c9ab6f2010-02-26 14:15:57 -05002370 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002371 goto read_next_fcf;
2372 }
2373 /*
James Smartecfd03c2010-02-12 14:41:27 -05002374 * This is the first suitable FCF record, choose this record for
2375 * initial best-fit FCF.
James Smart6fb120a2009-05-22 14:52:59 -04002376 */
James Smartecfd03c2010-02-12 14:41:27 -05002377 if (fcf_rec) {
James Smartdbb6b3a2010-06-08 18:31:37 -04002378 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002379 "2840 Update initial FCF candidate "
2380 "with FCF (x%x)\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002381 bf_get(lpfc_fcf_record_fcf_index,
2382 new_fcf_record));
James Smartecfd03c2010-02-12 14:41:27 -05002383 __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record,
2384 addr_mode, vlan_id, (boot_flag ?
2385 BOOT_ENABLE : 0));
2386 phba->fcf.fcf_flag |= FCF_AVAILABLE;
James Smart999d8132010-03-15 11:24:56 -04002387 /* Setup initial running random FCF selection count */
2388 phba->fcf.eligible_fcf_cnt = 1;
James Smart6fb120a2009-05-22 14:52:59 -04002389 }
James Smart0c9ab6f2010-02-26 14:15:57 -05002390 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002391 goto read_next_fcf;
2392
2393read_next_fcf:
2394 lpfc_sli4_mbox_cmd_free(phba, mboxq);
James Smartecfd03c2010-02-12 14:41:27 -05002395 if (next_fcf_index == LPFC_FCOE_FCF_NEXT_NONE || next_fcf_index == 0) {
2396 if (phba->fcf.fcf_flag & FCF_REDISC_FOV) {
2397 /*
2398 * Case of FCF fast failover scan
2399 */
2400
2401 /*
2402 * It has not found any suitable FCF record, cancel
2403 * FCF scan inprogress, and do nothing
2404 */
2405 if (!(phba->fcf.failover_rec.flag & RECORD_VALID)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002406 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002407 "2782 No suitable FCF found: "
2408 "(x%x/x%x)\n",
James Smart0c9ab6f2010-02-26 14:15:57 -05002409 phba->fcoe_eventtag_at_fcf_scan,
2410 bf_get(lpfc_fcf_record_fcf_index,
2411 new_fcf_record));
James Smart0c9ab6f2010-02-26 14:15:57 -05002412 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002413 if (phba->hba_flag & HBA_DEVLOSS_TMO) {
2414 phba->hba_flag &= ~FCF_TS_INPROG;
2415 spin_unlock_irq(&phba->hbalock);
2416 /* Unregister in-use FCF and rescan */
2417 lpfc_printf_log(phba, KERN_INFO,
2418 LOG_FIP,
2419 "2864 On devloss tmo "
2420 "unreg in-use FCF and "
2421 "rescan FCF table\n");
2422 lpfc_unregister_fcf_rescan(phba);
2423 return;
2424 }
2425 /*
2426 * Let next new FCF event trigger fast failover
2427 */
2428 phba->hba_flag &= ~FCF_TS_INPROG;
James Smart0c9ab6f2010-02-26 14:15:57 -05002429 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05002430 return;
2431 }
2432 /*
2433 * It has found a suitable FCF record that is not
2434 * the same as in-use FCF record, unregister the
2435 * in-use FCF record, replace the in-use FCF record
2436 * with the new FCF record, mark FCF fast failover
2437 * completed, and then start register the new FCF
2438 * record.
2439 */
2440
James Smart0c9ab6f2010-02-26 14:15:57 -05002441 /* Unregister the current in-use FCF record */
James Smartecfd03c2010-02-12 14:41:27 -05002442 lpfc_unregister_fcf(phba);
James Smart0c9ab6f2010-02-26 14:15:57 -05002443
2444 /* Replace in-use record with the new record */
James Smartdbb6b3a2010-06-08 18:31:37 -04002445 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002446 "2842 Replace in-use FCF (x%x) "
2447 "with failover FCF (x%x)\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002448 phba->fcf.current_rec.fcf_indx,
2449 phba->fcf.failover_rec.fcf_indx);
James Smartecfd03c2010-02-12 14:41:27 -05002450 memcpy(&phba->fcf.current_rec,
2451 &phba->fcf.failover_rec,
2452 sizeof(struct lpfc_fcf_rec));
James Smart3804dc82010-07-14 15:31:37 -04002453 /*
2454 * Mark the fast FCF failover rediscovery completed
2455 * and the start of the first round of the roundrobin
2456 * FCF failover.
2457 */
James Smart0c9ab6f2010-02-26 14:15:57 -05002458 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002459 phba->fcf.fcf_flag &= ~FCF_REDISC_FOV;
James Smart0c9ab6f2010-02-26 14:15:57 -05002460 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05002461 /* Register to the new FCF record */
2462 lpfc_register_fcf(phba);
2463 } else {
2464 /*
2465 * In case of transaction period to fast FCF failover,
2466 * do nothing when search to the end of the FCF table.
2467 */
2468 if ((phba->fcf.fcf_flag & FCF_REDISC_EVT) ||
2469 (phba->fcf.fcf_flag & FCF_REDISC_PEND))
2470 return;
James Smartdbb6b3a2010-06-08 18:31:37 -04002471
James Smart7d791df2011-07-22 18:37:52 -04002472 if (phba->cfg_fcf_failover_policy == LPFC_FCF_FOV &&
2473 phba->fcf.fcf_flag & FCF_IN_USE) {
James Smartdbb6b3a2010-06-08 18:31:37 -04002474 /*
2475 * In case the current in-use FCF record no
2476 * longer existed during FCF discovery that
2477 * was not triggered by fast FCF failover
2478 * process, treat it as fast FCF failover.
2479 */
2480 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2481 "2841 In-use FCF record (x%x) "
2482 "not reported, entering fast "
2483 "FCF failover mode scanning.\n",
2484 phba->fcf.current_rec.fcf_indx);
2485 spin_lock_irq(&phba->hbalock);
2486 phba->fcf.fcf_flag |= FCF_REDISC_FOV;
2487 spin_unlock_irq(&phba->hbalock);
James Smartdbb6b3a2010-06-08 18:31:37 -04002488 lpfc_sli4_fcf_scan_read_fcf_rec(phba,
2489 LPFC_FCOE_FCF_GET_FIRST);
2490 return;
2491 }
James Smart0c9ab6f2010-02-26 14:15:57 -05002492 /* Register to the new FCF record */
James Smartecfd03c2010-02-12 14:41:27 -05002493 lpfc_register_fcf(phba);
2494 }
2495 } else
James Smart0c9ab6f2010-02-26 14:15:57 -05002496 lpfc_sli4_fcf_scan_read_fcf_rec(phba, next_fcf_index);
James Smart6fb120a2009-05-22 14:52:59 -04002497 return;
2498
2499out:
2500 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2501 lpfc_register_fcf(phba);
2502
2503 return;
2504}
2505
2506/**
James Smarta93ff372010-10-22 11:06:08 -04002507 * lpfc_mbx_cmpl_fcf_rr_read_fcf_rec - fcf roundrobin read_fcf mbox cmpl hdler
James Smart0c9ab6f2010-02-26 14:15:57 -05002508 * @phba: pointer to lpfc hba data structure.
2509 * @mboxq: pointer to mailbox object.
2510 *
James Smarta93ff372010-10-22 11:06:08 -04002511 * This is the callback function for FLOGI failure roundrobin FCF failover
James Smart0c9ab6f2010-02-26 14:15:57 -05002512 * read FCF record mailbox command from the eligible FCF record bmask for
2513 * performing the failover. If the FCF read back is not valid/available, it
2514 * fails through to retrying FLOGI to the currently registered FCF again.
2515 * Otherwise, if the FCF read back is valid and available, it will set the
2516 * newly read FCF record to the failover FCF record, unregister currently
2517 * registered FCF record, copy the failover FCF record to the current
2518 * FCF record, and then register the current FCF record before proceeding
2519 * to trying FLOGI on the new failover FCF.
2520 */
2521void
2522lpfc_mbx_cmpl_fcf_rr_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2523{
2524 struct fcf_record *new_fcf_record;
2525 uint32_t boot_flag, addr_mode;
James Smarta93ff372010-10-22 11:06:08 -04002526 uint16_t next_fcf_index, fcf_index;
James Smart0c9ab6f2010-02-26 14:15:57 -05002527 uint16_t current_fcf_index;
2528 uint16_t vlan_id;
James Smarta93ff372010-10-22 11:06:08 -04002529 int rc;
James Smart0c9ab6f2010-02-26 14:15:57 -05002530
James Smarta93ff372010-10-22 11:06:08 -04002531 /* If link state is not up, stop the roundrobin failover process */
James Smart0c9ab6f2010-02-26 14:15:57 -05002532 if (phba->link_state < LPFC_LINK_UP) {
2533 spin_lock_irq(&phba->hbalock);
2534 phba->fcf.fcf_flag &= ~FCF_DISCOVERY;
James Smarta93ff372010-10-22 11:06:08 -04002535 phba->hba_flag &= ~FCF_RR_INPROG;
James Smart0c9ab6f2010-02-26 14:15:57 -05002536 spin_unlock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002537 goto out;
James Smart0c9ab6f2010-02-26 14:15:57 -05002538 }
2539
2540 /* Parse the FCF record from the non-embedded mailbox command */
2541 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
2542 &next_fcf_index);
2543 if (!new_fcf_record) {
2544 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
2545 "2766 Mailbox command READ_FCF_RECORD "
James Smart646a2dd2013-12-17 20:29:22 -05002546 "failed to retrieve a FCF record. "
2547 "hba_flg x%x fcf_flg x%x\n", phba->hba_flag,
2548 phba->fcf.fcf_flag);
2549 lpfc_unregister_fcf_rescan(phba);
2550 goto out;
James Smart0c9ab6f2010-02-26 14:15:57 -05002551 }
2552
2553 /* Get the needed parameters from FCF record */
James Smarta93ff372010-10-22 11:06:08 -04002554 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2555 &addr_mode, &vlan_id);
James Smart0c9ab6f2010-02-26 14:15:57 -05002556
2557 /* Log the FCF record information if turned on */
2558 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2559 next_fcf_index);
2560
James Smarta93ff372010-10-22 11:06:08 -04002561 fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
2562 if (!rc) {
2563 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2564 "2848 Remove ineligible FCF (x%x) from "
2565 "from roundrobin bmask\n", fcf_index);
2566 /* Clear roundrobin bmask bit for ineligible FCF */
2567 lpfc_sli4_fcf_rr_index_clear(phba, fcf_index);
2568 /* Perform next round of roundrobin FCF failover */
2569 fcf_index = lpfc_sli4_fcf_rr_next_index_get(phba);
2570 rc = lpfc_sli4_fcf_rr_next_proc(phba->pport, fcf_index);
2571 if (rc)
2572 goto out;
2573 goto error_out;
2574 }
2575
2576 if (fcf_index == phba->fcf.current_rec.fcf_indx) {
2577 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2578 "2760 Perform FLOGI roundrobin FCF failover: "
2579 "FCF (x%x) back to FCF (x%x)\n",
2580 phba->fcf.current_rec.fcf_indx, fcf_index);
2581 /* Wait 500 ms before retrying FLOGI to current FCF */
2582 msleep(500);
James Smart76a95d72010-11-20 23:11:48 -05002583 lpfc_issue_init_vfi(phba->pport);
James Smarta93ff372010-10-22 11:06:08 -04002584 goto out;
2585 }
2586
James Smart0c9ab6f2010-02-26 14:15:57 -05002587 /* Upload new FCF record to the failover FCF record */
James Smartdbb6b3a2010-06-08 18:31:37 -04002588 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002589 "2834 Update current FCF (x%x) with new FCF (x%x)\n",
2590 phba->fcf.failover_rec.fcf_indx, fcf_index);
James Smart0c9ab6f2010-02-26 14:15:57 -05002591 spin_lock_irq(&phba->hbalock);
2592 __lpfc_update_fcf_record(phba, &phba->fcf.failover_rec,
2593 new_fcf_record, addr_mode, vlan_id,
2594 (boot_flag ? BOOT_ENABLE : 0));
2595 spin_unlock_irq(&phba->hbalock);
2596
2597 current_fcf_index = phba->fcf.current_rec.fcf_indx;
2598
2599 /* Unregister the current in-use FCF record */
2600 lpfc_unregister_fcf(phba);
2601
2602 /* Replace in-use record with the new record */
2603 memcpy(&phba->fcf.current_rec, &phba->fcf.failover_rec,
2604 sizeof(struct lpfc_fcf_rec));
2605
2606 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002607 "2783 Perform FLOGI roundrobin FCF failover: FCF "
2608 "(x%x) to FCF (x%x)\n", current_fcf_index, fcf_index);
James Smart0c9ab6f2010-02-26 14:15:57 -05002609
James Smarta93ff372010-10-22 11:06:08 -04002610error_out:
2611 lpfc_register_fcf(phba);
James Smart0c9ab6f2010-02-26 14:15:57 -05002612out:
2613 lpfc_sli4_mbox_cmd_free(phba, mboxq);
James Smart0c9ab6f2010-02-26 14:15:57 -05002614}
2615
2616/**
2617 * lpfc_mbx_cmpl_read_fcf_rec - read fcf completion handler.
2618 * @phba: pointer to lpfc hba data structure.
2619 * @mboxq: pointer to mailbox object.
2620 *
2621 * This is the callback function of read FCF record mailbox command for
James Smarta93ff372010-10-22 11:06:08 -04002622 * updating the eligible FCF bmask for FLOGI failure roundrobin FCF
James Smart0c9ab6f2010-02-26 14:15:57 -05002623 * failover when a new FCF event happened. If the FCF read back is
2624 * valid/available and it passes the connection list check, it updates
James Smarta93ff372010-10-22 11:06:08 -04002625 * the bmask for the eligible FCF record for roundrobin failover.
James Smart0c9ab6f2010-02-26 14:15:57 -05002626 */
2627void
2628lpfc_mbx_cmpl_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2629{
2630 struct fcf_record *new_fcf_record;
2631 uint32_t boot_flag, addr_mode;
2632 uint16_t fcf_index, next_fcf_index;
2633 uint16_t vlan_id;
2634 int rc;
2635
2636 /* If link state is not up, no need to proceed */
2637 if (phba->link_state < LPFC_LINK_UP)
2638 goto out;
2639
2640 /* If FCF discovery period is over, no need to proceed */
James Smart3804dc82010-07-14 15:31:37 -04002641 if (!(phba->fcf.fcf_flag & FCF_DISCOVERY))
James Smart0c9ab6f2010-02-26 14:15:57 -05002642 goto out;
2643
2644 /* Parse the FCF record from the non-embedded mailbox command */
2645 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
2646 &next_fcf_index);
2647 if (!new_fcf_record) {
2648 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2649 "2767 Mailbox command READ_FCF_RECORD "
2650 "failed to retrieve a FCF record.\n");
2651 goto out;
2652 }
2653
2654 /* Check the connection list for eligibility */
2655 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2656 &addr_mode, &vlan_id);
2657
2658 /* Log the FCF record information if turned on */
2659 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2660 next_fcf_index);
2661
2662 if (!rc)
2663 goto out;
2664
2665 /* Update the eligible FCF record index bmask */
2666 fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
James Smart7d791df2011-07-22 18:37:52 -04002667
2668 rc = lpfc_sli4_fcf_pri_list_add(phba, fcf_index, new_fcf_record);
James Smart0c9ab6f2010-02-26 14:15:57 -05002669
2670out:
2671 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2672}
2673
2674/**
James Smart76a95d72010-11-20 23:11:48 -05002675 * lpfc_init_vfi_cmpl - Completion handler for init_vfi mbox command.
2676 * @phba: pointer to lpfc hba data structure.
2677 * @mboxq: pointer to mailbox data structure.
2678 *
2679 * This function handles completion of init vfi mailbox command.
2680 */
Rashika Kheriab86a6752014-09-03 12:55:17 -04002681static void
James Smart76a95d72010-11-20 23:11:48 -05002682lpfc_init_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2683{
2684 struct lpfc_vport *vport = mboxq->vport;
2685
James Smartdf9e1b52011-12-13 13:22:17 -05002686 /*
2687 * VFI not supported on interface type 0, just do the flogi
2688 * Also continue if the VFI is in use - just use the same one.
2689 */
2690 if (mboxq->u.mb.mbxStatus &&
2691 (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) !=
2692 LPFC_SLI_INTF_IF_TYPE_0) &&
2693 mboxq->u.mb.mbxStatus != MBX_VFI_IN_USE) {
James Smart76a95d72010-11-20 23:11:48 -05002694 lpfc_printf_vlog(vport, KERN_ERR,
2695 LOG_MBOX,
2696 "2891 Init VFI mailbox failed 0x%x\n",
2697 mboxq->u.mb.mbxStatus);
2698 mempool_free(mboxq, phba->mbox_mem_pool);
2699 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
2700 return;
2701 }
James Smart73d91e52011-10-10 21:32:10 -04002702
James Smart76a95d72010-11-20 23:11:48 -05002703 lpfc_initial_flogi(vport);
2704 mempool_free(mboxq, phba->mbox_mem_pool);
2705 return;
2706}
2707
2708/**
2709 * lpfc_issue_init_vfi - Issue init_vfi mailbox command.
2710 * @vport: pointer to lpfc_vport data structure.
2711 *
2712 * This function issue a init_vfi mailbox command to initialize the VFI and
2713 * VPI for the physical port.
2714 */
2715void
2716lpfc_issue_init_vfi(struct lpfc_vport *vport)
2717{
2718 LPFC_MBOXQ_t *mboxq;
2719 int rc;
2720 struct lpfc_hba *phba = vport->phba;
2721
2722 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
2723 if (!mboxq) {
2724 lpfc_printf_vlog(vport, KERN_ERR,
2725 LOG_MBOX, "2892 Failed to allocate "
2726 "init_vfi mailbox\n");
2727 return;
2728 }
2729 lpfc_init_vfi(mboxq, vport);
2730 mboxq->mbox_cmpl = lpfc_init_vfi_cmpl;
2731 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
2732 if (rc == MBX_NOT_FINISHED) {
2733 lpfc_printf_vlog(vport, KERN_ERR,
2734 LOG_MBOX, "2893 Failed to issue init_vfi mailbox\n");
2735 mempool_free(mboxq, vport->phba->mbox_mem_pool);
2736 }
2737}
2738
2739/**
James Smart1c6834a2009-07-19 10:01:26 -04002740 * lpfc_init_vpi_cmpl - Completion handler for init_vpi mbox command.
2741 * @phba: pointer to lpfc hba data structure.
2742 * @mboxq: pointer to mailbox data structure.
2743 *
2744 * This function handles completion of init vpi mailbox command.
2745 */
James Smart695a8142010-01-26 23:08:03 -05002746void
James Smart1c6834a2009-07-19 10:01:26 -04002747lpfc_init_vpi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2748{
2749 struct lpfc_vport *vport = mboxq->vport;
James Smart695a8142010-01-26 23:08:03 -05002750 struct lpfc_nodelist *ndlp;
James Smart72100cc2010-02-12 14:43:01 -05002751 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
2752
James Smart1c6834a2009-07-19 10:01:26 -04002753 if (mboxq->u.mb.mbxStatus) {
2754 lpfc_printf_vlog(vport, KERN_ERR,
2755 LOG_MBOX,
2756 "2609 Init VPI mailbox failed 0x%x\n",
2757 mboxq->u.mb.mbxStatus);
2758 mempool_free(mboxq, phba->mbox_mem_pool);
2759 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
2760 return;
2761 }
James Smart72100cc2010-02-12 14:43:01 -05002762 spin_lock_irq(shost->host_lock);
James Smart1c6834a2009-07-19 10:01:26 -04002763 vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI;
James Smart72100cc2010-02-12 14:43:01 -05002764 spin_unlock_irq(shost->host_lock);
James Smart1c6834a2009-07-19 10:01:26 -04002765
James Smart695a8142010-01-26 23:08:03 -05002766 /* If this port is physical port or FDISC is done, do reg_vpi */
2767 if ((phba->pport == vport) || (vport->port_state == LPFC_FDISC)) {
2768 ndlp = lpfc_findnode_did(vport, Fabric_DID);
2769 if (!ndlp)
2770 lpfc_printf_vlog(vport, KERN_ERR,
2771 LOG_DISCOVERY,
2772 "2731 Cannot find fabric "
2773 "controller node\n");
2774 else
2775 lpfc_register_new_vport(phba, vport, ndlp);
2776 mempool_free(mboxq, phba->mbox_mem_pool);
2777 return;
2778 }
2779
James Smart1c6834a2009-07-19 10:01:26 -04002780 if (phba->link_flag & LS_NPIV_FAB_SUPPORTED)
2781 lpfc_initial_fdisc(vport);
2782 else {
2783 lpfc_vport_set_state(vport, FC_VPORT_NO_FABRIC_SUPP);
James Smart6a9c52c2009-10-02 15:16:51 -04002784 lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS,
2785 "2606 No NPIV Fabric support\n");
James Smart1c6834a2009-07-19 10:01:26 -04002786 }
James Smart695a8142010-01-26 23:08:03 -05002787 mempool_free(mboxq, phba->mbox_mem_pool);
James Smart1c6834a2009-07-19 10:01:26 -04002788 return;
2789}
2790
2791/**
James Smartecfd03c2010-02-12 14:41:27 -05002792 * lpfc_issue_init_vpi - Issue init_vpi mailbox command.
2793 * @vport: pointer to lpfc_vport data structure.
2794 *
2795 * This function issue a init_vpi mailbox command to initialize
2796 * VPI for the vport.
2797 */
2798void
2799lpfc_issue_init_vpi(struct lpfc_vport *vport)
2800{
2801 LPFC_MBOXQ_t *mboxq;
James Smart16a3a202013-04-17 20:14:38 -04002802 int rc, vpi;
2803
2804 if ((vport->port_type != LPFC_PHYSICAL_PORT) && (!vport->vpi)) {
2805 vpi = lpfc_alloc_vpi(vport->phba);
2806 if (!vpi) {
2807 lpfc_printf_vlog(vport, KERN_ERR,
2808 LOG_MBOX,
2809 "3303 Failed to obtain vport vpi\n");
2810 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
2811 return;
2812 }
2813 vport->vpi = vpi;
2814 }
James Smartecfd03c2010-02-12 14:41:27 -05002815
2816 mboxq = mempool_alloc(vport->phba->mbox_mem_pool, GFP_KERNEL);
2817 if (!mboxq) {
2818 lpfc_printf_vlog(vport, KERN_ERR,
2819 LOG_MBOX, "2607 Failed to allocate "
2820 "init_vpi mailbox\n");
2821 return;
2822 }
2823 lpfc_init_vpi(vport->phba, mboxq, vport->vpi);
2824 mboxq->vport = vport;
2825 mboxq->mbox_cmpl = lpfc_init_vpi_cmpl;
2826 rc = lpfc_sli_issue_mbox(vport->phba, mboxq, MBX_NOWAIT);
2827 if (rc == MBX_NOT_FINISHED) {
2828 lpfc_printf_vlog(vport, KERN_ERR,
2829 LOG_MBOX, "2608 Failed to issue init_vpi mailbox\n");
2830 mempool_free(mboxq, vport->phba->mbox_mem_pool);
2831 }
2832}
2833
2834/**
James Smart6fb120a2009-05-22 14:52:59 -04002835 * lpfc_start_fdiscs - send fdiscs for each vports on this port.
2836 * @phba: pointer to lpfc hba data structure.
2837 *
2838 * This function loops through the list of vports on the @phba and issues an
2839 * FDISC if possible.
2840 */
2841void
2842lpfc_start_fdiscs(struct lpfc_hba *phba)
2843{
2844 struct lpfc_vport **vports;
2845 int i;
2846
2847 vports = lpfc_create_vport_work_array(phba);
2848 if (vports != NULL) {
2849 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
2850 if (vports[i]->port_type == LPFC_PHYSICAL_PORT)
2851 continue;
2852 /* There are no vpi for this vport */
2853 if (vports[i]->vpi > phba->max_vpi) {
2854 lpfc_vport_set_state(vports[i],
2855 FC_VPORT_FAILED);
2856 continue;
2857 }
James Smart76a95d72010-11-20 23:11:48 -05002858 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart6fb120a2009-05-22 14:52:59 -04002859 lpfc_vport_set_state(vports[i],
2860 FC_VPORT_LINKDOWN);
2861 continue;
2862 }
James Smart1c6834a2009-07-19 10:01:26 -04002863 if (vports[i]->fc_flag & FC_VPORT_NEEDS_INIT_VPI) {
James Smartecfd03c2010-02-12 14:41:27 -05002864 lpfc_issue_init_vpi(vports[i]);
James Smart1c6834a2009-07-19 10:01:26 -04002865 continue;
2866 }
James Smart6fb120a2009-05-22 14:52:59 -04002867 if (phba->link_flag & LS_NPIV_FAB_SUPPORTED)
2868 lpfc_initial_fdisc(vports[i]);
2869 else {
2870 lpfc_vport_set_state(vports[i],
2871 FC_VPORT_NO_FABRIC_SUPP);
2872 lpfc_printf_vlog(vports[i], KERN_ERR,
2873 LOG_ELS,
2874 "0259 No NPIV "
2875 "Fabric support\n");
2876 }
2877 }
2878 }
2879 lpfc_destroy_vport_work_array(phba, vports);
2880}
2881
2882void
2883lpfc_mbx_cmpl_reg_vfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2884{
2885 struct lpfc_dmabuf *dmabuf = mboxq->context1;
2886 struct lpfc_vport *vport = mboxq->vport;
James Smart72100cc2010-02-12 14:43:01 -05002887 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart6fb120a2009-05-22 14:52:59 -04002888
James Smartf5eca9b2012-03-01 22:37:54 -05002889 /*
2890 * VFI not supported for interface type 0, so ignore any mailbox
2891 * error (except VFI in use) and continue with the discovery.
2892 */
2893 if (mboxq->u.mb.mbxStatus &&
2894 (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) !=
2895 LPFC_SLI_INTF_IF_TYPE_0) &&
2896 mboxq->u.mb.mbxStatus != MBX_VFI_IN_USE) {
James Smart6fb120a2009-05-22 14:52:59 -04002897 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
2898 "2018 REG_VFI mbxStatus error x%x "
2899 "HBA state x%x\n",
2900 mboxq->u.mb.mbxStatus, vport->port_state);
James Smart76a95d72010-11-20 23:11:48 -05002901 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart6fb120a2009-05-22 14:52:59 -04002902 /* FLOGI failed, use loop map to make discovery list */
2903 lpfc_disc_list_loopmap(vport);
2904 /* Start discovery */
2905 lpfc_disc_start(vport);
James Smart1b511972011-12-13 13:23:09 -05002906 goto out_free_mem;
James Smart6fb120a2009-05-22 14:52:59 -04002907 }
2908 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smart1b511972011-12-13 13:23:09 -05002909 goto out_free_mem;
James Smart6fb120a2009-05-22 14:52:59 -04002910 }
James Smartae05ebe2013-03-01 16:35:38 -05002911
James Smarte74c03c2013-04-17 20:15:19 -04002912 /* If the VFI is already registered, there is nothing else to do
2913 * Unless this was a VFI update and we are in PT2PT mode, then
2914 * we should drop through to set the port state to ready.
2915 */
James Smartae05ebe2013-03-01 16:35:38 -05002916 if (vport->fc_flag & FC_VFI_REGISTERED)
James Smarte74c03c2013-04-17 20:15:19 -04002917 if (!(phba->sli_rev == LPFC_SLI_REV4 &&
2918 vport->fc_flag & FC_PT2PT))
2919 goto out_free_mem;
James Smartae05ebe2013-03-01 16:35:38 -05002920
James Smartc8685952009-11-18 15:39:16 -05002921 /* The VPI is implicitly registered when the VFI is registered */
James Smart72100cc2010-02-12 14:43:01 -05002922 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05002923 vport->vpi_state |= LPFC_VPI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05002924 vport->fc_flag |= FC_VFI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05002925 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
James Smart5248a742011-07-22 18:37:06 -04002926 vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI;
James Smart72100cc2010-02-12 14:43:01 -05002927 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04002928
James Smart1b511972011-12-13 13:23:09 -05002929 /* In case SLI4 FC loopback test, we are ready */
2930 if ((phba->sli_rev == LPFC_SLI_REV4) &&
2931 (phba->link_flag & LS_LOOPBACK_MODE)) {
2932 phba->link_state = LPFC_HBA_READY;
2933 goto out_free_mem;
2934 }
2935
James Smarte74c03c2013-04-17 20:15:19 -04002936 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
2937 "3313 cmpl reg vfi port_state:%x fc_flag:%x myDid:%x "
2938 "alpacnt:%d LinkState:%x topology:%x\n",
2939 vport->port_state, vport->fc_flag, vport->fc_myDID,
2940 vport->phba->alpa_map[0],
2941 phba->link_state, phba->fc_topology);
2942
James Smart6fb120a2009-05-22 14:52:59 -04002943 if (vport->port_state == LPFC_FABRIC_CFG_LINK) {
James Smart939723a2012-05-09 21:19:03 -04002944 /*
2945 * For private loop or for NPort pt2pt,
2946 * just start discovery and we are done.
2947 */
2948 if ((vport->fc_flag & FC_PT2PT) ||
2949 ((phba->fc_topology == LPFC_TOPOLOGY_LOOP) &&
2950 !(vport->fc_flag & FC_PUBLIC_LOOP))) {
2951
James Smart76a95d72010-11-20 23:11:48 -05002952 /* Use loop map to make discovery list */
2953 lpfc_disc_list_loopmap(vport);
2954 /* Start discovery */
James Smarte74c03c2013-04-17 20:15:19 -04002955 if (vport->fc_flag & FC_PT2PT)
2956 vport->port_state = LPFC_VPORT_READY;
2957 else
2958 lpfc_disc_start(vport);
James Smart76a95d72010-11-20 23:11:48 -05002959 } else {
2960 lpfc_start_fdiscs(phba);
2961 lpfc_do_scr_ns_plogi(phba, vport);
2962 }
James Smart6fb120a2009-05-22 14:52:59 -04002963 }
2964
James Smart1b511972011-12-13 13:23:09 -05002965out_free_mem:
James Smart6fb120a2009-05-22 14:52:59 -04002966 mempool_free(mboxq, phba->mbox_mem_pool);
2967 lpfc_mbuf_free(phba, dmabuf->virt, dmabuf->phys);
2968 kfree(dmabuf);
2969 return;
2970}
2971
2972static void
James Smart2e0fef82007-06-17 19:56:36 -05002973lpfc_mbx_cmpl_read_sparam(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05002974{
James Smart6fb120a2009-05-22 14:52:59 -04002975 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05002976 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1;
James Smart2e0fef82007-06-17 19:56:36 -05002977 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05002978
2979
2980 /* Check for error */
2981 if (mb->mbxStatus) {
2982 /* READ_SPARAM mbox error <mbxStatus> state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04002983 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
2984 "0319 READ_SPARAM mbxStatus error x%x "
2985 "hba state x%x>\n",
2986 mb->mbxStatus, vport->port_state);
dea31012005-04-17 16:05:31 -05002987 lpfc_linkdown(phba);
dea31012005-04-17 16:05:31 -05002988 goto out;
2989 }
2990
James Smart2e0fef82007-06-17 19:56:36 -05002991 memcpy((uint8_t *) &vport->fc_sparam, (uint8_t *) mp->virt,
dea31012005-04-17 16:05:31 -05002992 sizeof (struct serv_parm));
James Smart05580562011-05-24 11:40:48 -04002993 lpfc_update_vport_wwn(vport);
James Smart92d7f7b2007-06-17 19:56:38 -05002994 if (vport->port_type == LPFC_PHYSICAL_PORT) {
2995 memcpy(&phba->wwnn, &vport->fc_nodename, sizeof(phba->wwnn));
2996 memcpy(&phba->wwpn, &vport->fc_portname, sizeof(phba->wwnn));
2997 }
2998
dea31012005-04-17 16:05:31 -05002999 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3000 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05003001 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003002 return;
3003
3004out:
3005 pmb->context1 = NULL;
3006 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3007 kfree(mp);
James Smart92d7f7b2007-06-17 19:56:38 -05003008 lpfc_issue_clear_la(phba, vport);
3009 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003010 return;
3011}
3012
3013static void
James Smart76a95d72010-11-20 23:11:48 -05003014lpfc_mbx_process_link_up(struct lpfc_hba *phba, struct lpfc_mbx_read_top *la)
dea31012005-04-17 16:05:31 -05003015{
James Smart92d7f7b2007-06-17 19:56:38 -05003016 struct lpfc_vport *vport = phba->pport;
James Smart6fb120a2009-05-22 14:52:59 -04003017 LPFC_MBOXQ_t *sparam_mbox, *cfglink_mbox = NULL;
James Smartdf9e1b52011-12-13 13:22:17 -05003018 struct Scsi_Host *shost;
James Smart2e0fef82007-06-17 19:56:36 -05003019 int i;
James Smart14691152006-12-02 13:34:28 -05003020 struct lpfc_dmabuf *mp;
3021 int rc;
James Smart6fb120a2009-05-22 14:52:59 -04003022 struct fcf_record *fcf_record;
James Smart38c20672013-03-01 16:37:44 -05003023 uint32_t fc_flags = 0;
James Smart14691152006-12-02 13:34:28 -05003024
James Smart92d7f7b2007-06-17 19:56:38 -05003025 spin_lock_irq(&phba->hbalock);
James Smart76a95d72010-11-20 23:11:48 -05003026 switch (bf_get(lpfc_mbx_read_top_link_spd, la)) {
3027 case LPFC_LINK_SPEED_1GHZ:
3028 case LPFC_LINK_SPEED_2GHZ:
3029 case LPFC_LINK_SPEED_4GHZ:
3030 case LPFC_LINK_SPEED_8GHZ:
3031 case LPFC_LINK_SPEED_10GHZ:
3032 case LPFC_LINK_SPEED_16GHZ:
3033 phba->fc_linkspeed = bf_get(lpfc_mbx_read_top_link_spd, la);
James Smartf4b4c682009-05-22 14:53:12 -04003034 break;
James Smart92d7f7b2007-06-17 19:56:38 -05003035 default:
James Smart76a95d72010-11-20 23:11:48 -05003036 phba->fc_linkspeed = LPFC_LINK_SPEED_UNKNOWN;
James Smart92d7f7b2007-06-17 19:56:38 -05003037 break;
dea31012005-04-17 16:05:31 -05003038 }
3039
James Smarte74c03c2013-04-17 20:15:19 -04003040 if (phba->fc_topology &&
3041 phba->fc_topology != bf_get(lpfc_mbx_read_top_topology, la)) {
3042 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
3043 "3314 Toplogy changed was 0x%x is 0x%x\n",
3044 phba->fc_topology,
3045 bf_get(lpfc_mbx_read_top_topology, la));
3046 phba->fc_topology_changed = 1;
3047 }
3048
James Smart76a95d72010-11-20 23:11:48 -05003049 phba->fc_topology = bf_get(lpfc_mbx_read_top_topology, la);
James Smart92d7f7b2007-06-17 19:56:38 -05003050 phba->link_flag &= ~LS_NPIV_FAB_SUPPORTED;
dea31012005-04-17 16:05:31 -05003051
James Smartdf9e1b52011-12-13 13:22:17 -05003052 shost = lpfc_shost_from_vport(vport);
James Smart76a95d72010-11-20 23:11:48 -05003053 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05003054 phba->sli3_options &= ~LPFC_SLI3_NPIV_ENABLED;
dea31012005-04-17 16:05:31 -05003055
James Smart6a9c52c2009-10-02 15:16:51 -04003056 /* if npiv is enabled and this adapter supports npiv log
3057 * a message that npiv is not supported in this topology
3058 */
3059 if (phba->cfg_enable_npiv && phba->max_vpi)
James Smart495a7142008-06-14 22:52:59 -04003060 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3061 "1309 Link Up Event npiv not supported in loop "
3062 "topology\n");
James Smart92d7f7b2007-06-17 19:56:38 -05003063 /* Get Loop Map information */
James Smart38c20672013-03-01 16:37:44 -05003064 if (bf_get(lpfc_mbx_read_top_il, la))
3065 fc_flags |= FC_LBIT;
dea31012005-04-17 16:05:31 -05003066
James Smart76a95d72010-11-20 23:11:48 -05003067 vport->fc_myDID = bf_get(lpfc_mbx_read_top_alpa_granted, la);
3068 i = la->lilpBde64.tus.f.bdeSize;
dea31012005-04-17 16:05:31 -05003069
3070 if (i == 0) {
3071 phba->alpa_map[0] = 0;
3072 } else {
James Smarte8b62012007-08-02 11:10:09 -04003073 if (vport->cfg_log_verbose & LOG_LINK_EVENT) {
dea31012005-04-17 16:05:31 -05003074 int numalpa, j, k;
3075 union {
3076 uint8_t pamap[16];
3077 struct {
3078 uint32_t wd1;
3079 uint32_t wd2;
3080 uint32_t wd3;
3081 uint32_t wd4;
3082 } pa;
3083 } un;
3084 numalpa = phba->alpa_map[0];
3085 j = 0;
3086 while (j < numalpa) {
3087 memset(un.pamap, 0, 16);
3088 for (k = 1; j < numalpa; k++) {
3089 un.pamap[k - 1] =
3090 phba->alpa_map[j + 1];
3091 j++;
3092 if (k == 16)
3093 break;
3094 }
3095 /* Link Up Event ALPA map */
3096 lpfc_printf_log(phba,
James Smart92d7f7b2007-06-17 19:56:38 -05003097 KERN_WARNING,
3098 LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003099 "1304 Link Up Event "
James Smart92d7f7b2007-06-17 19:56:38 -05003100 "ALPA map Data: x%x "
3101 "x%x x%x x%x\n",
James Smart92d7f7b2007-06-17 19:56:38 -05003102 un.pa.wd1, un.pa.wd2,
3103 un.pa.wd3, un.pa.wd4);
dea31012005-04-17 16:05:31 -05003104 }
3105 }
3106 }
3107 } else {
James Smart92d7f7b2007-06-17 19:56:38 -05003108 if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)) {
James Smart78b2d852007-08-02 11:10:21 -04003109 if (phba->max_vpi && phba->cfg_enable_npiv &&
James Smartdf9e1b52011-12-13 13:22:17 -05003110 (phba->sli_rev >= LPFC_SLI_REV3))
James Smart92d7f7b2007-06-17 19:56:38 -05003111 phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED;
3112 }
James Smart2e0fef82007-06-17 19:56:36 -05003113 vport->fc_myDID = phba->fc_pref_DID;
James Smart38c20672013-03-01 16:37:44 -05003114 fc_flags |= FC_LBIT;
dea31012005-04-17 16:05:31 -05003115 }
James Smart92d7f7b2007-06-17 19:56:38 -05003116 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003117
James Smart38c20672013-03-01 16:37:44 -05003118 if (fc_flags) {
3119 spin_lock_irq(shost->host_lock);
3120 vport->fc_flag |= fc_flags;
3121 spin_unlock_irq(shost->host_lock);
3122 }
3123
dea31012005-04-17 16:05:31 -05003124 lpfc_linkup(phba);
James Smart9f1177a2010-02-26 14:12:57 -05003125 sparam_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3126 if (!sparam_mbox)
3127 goto out;
3128
3129 rc = lpfc_read_sparam(phba, sparam_mbox, 0);
3130 if (rc) {
3131 mempool_free(sparam_mbox, phba->mbox_mem_pool);
3132 goto out;
3133 }
3134 sparam_mbox->vport = vport;
3135 sparam_mbox->mbox_cmpl = lpfc_mbx_cmpl_read_sparam;
3136 rc = lpfc_sli_issue_mbox(phba, sparam_mbox, MBX_NOWAIT);
3137 if (rc == MBX_NOT_FINISHED) {
3138 mp = (struct lpfc_dmabuf *) sparam_mbox->context1;
3139 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3140 kfree(mp);
3141 mempool_free(sparam_mbox, phba->mbox_mem_pool);
3142 goto out;
dea31012005-04-17 16:05:31 -05003143 }
3144
James Smart76a95d72010-11-20 23:11:48 -05003145 if (!(phba->hba_flag & HBA_FCOE_MODE)) {
James Smart6fb120a2009-05-22 14:52:59 -04003146 cfglink_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3147 if (!cfglink_mbox)
3148 goto out;
James Smart2e0fef82007-06-17 19:56:36 -05003149 vport->port_state = LPFC_LOCAL_CFG_LINK;
dea31012005-04-17 16:05:31 -05003150 lpfc_config_link(phba, cfglink_mbox);
James Smart2e0fef82007-06-17 19:56:36 -05003151 cfglink_mbox->vport = vport;
Jamie Wellnitz25594c62006-02-28 19:25:34 -05003152 cfglink_mbox->mbox_cmpl = lpfc_mbx_cmpl_local_config_link;
James Smart0b727fe2007-10-27 13:37:25 -04003153 rc = lpfc_sli_issue_mbox(phba, cfglink_mbox, MBX_NOWAIT);
James Smart6fb120a2009-05-22 14:52:59 -04003154 if (rc == MBX_NOT_FINISHED) {
3155 mempool_free(cfglink_mbox, phba->mbox_mem_pool);
3156 goto out;
3157 }
3158 } else {
James Smart32b97932009-07-19 10:01:21 -04003159 vport->port_state = LPFC_VPORT_UNKNOWN;
James Smart6fb120a2009-05-22 14:52:59 -04003160 /*
3161 * Add the driver's default FCF record at FCF index 0 now. This
3162 * is phase 1 implementation that support FCF index 0 and driver
3163 * defaults.
3164 */
James Smart45ed1192009-10-02 15:17:02 -04003165 if (!(phba->hba_flag & HBA_FIP_SUPPORT)) {
James Smart6fb120a2009-05-22 14:52:59 -04003166 fcf_record = kzalloc(sizeof(struct fcf_record),
3167 GFP_KERNEL);
3168 if (unlikely(!fcf_record)) {
3169 lpfc_printf_log(phba, KERN_ERR,
3170 LOG_MBOX | LOG_SLI,
Uwe Kleine-Königb5950762010-11-01 15:38:34 -04003171 "2554 Could not allocate memory for "
James Smart6fb120a2009-05-22 14:52:59 -04003172 "fcf record\n");
3173 rc = -ENODEV;
3174 goto out;
3175 }
3176
3177 lpfc_sli4_build_dflt_fcf_record(phba, fcf_record,
3178 LPFC_FCOE_FCF_DEF_INDEX);
3179 rc = lpfc_sli4_add_fcf_record(phba, fcf_record);
3180 if (unlikely(rc)) {
3181 lpfc_printf_log(phba, KERN_ERR,
3182 LOG_MBOX | LOG_SLI,
3183 "2013 Could not manually add FCF "
3184 "record 0, status %d\n", rc);
3185 rc = -ENODEV;
3186 kfree(fcf_record);
3187 goto out;
3188 }
3189 kfree(fcf_record);
3190 }
3191 /*
3192 * The driver is expected to do FIP/FCF. Call the port
3193 * and get the FCF Table.
3194 */
James Smart32b97932009-07-19 10:01:21 -04003195 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04003196 if (phba->hba_flag & FCF_TS_INPROG) {
James Smart32b97932009-07-19 10:01:21 -04003197 spin_unlock_irq(&phba->hbalock);
3198 return;
3199 }
James Smart0c9ab6f2010-02-26 14:15:57 -05003200 /* This is the initial FCF discovery scan */
3201 phba->fcf.fcf_flag |= FCF_INIT_DISC;
James Smart32b97932009-07-19 10:01:21 -04003202 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05003203 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
3204 "2778 Start FCF table scan at linkup\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05003205 rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba,
3206 LPFC_FCOE_FCF_GET_FIRST);
3207 if (rc) {
3208 spin_lock_irq(&phba->hbalock);
3209 phba->fcf.fcf_flag &= ~FCF_INIT_DISC;
3210 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04003211 goto out;
James Smart0c9ab6f2010-02-26 14:15:57 -05003212 }
James Smart38b92ef2010-08-04 16:11:39 -04003213 /* Reset FCF roundrobin bmask for new discovery */
James Smart7d791df2011-07-22 18:37:52 -04003214 lpfc_sli4_clear_fcf_rr_bmask(phba);
dea31012005-04-17 16:05:31 -05003215 }
James Smart6fb120a2009-05-22 14:52:59 -04003216
3217 return;
James Smart92d7f7b2007-06-17 19:56:38 -05003218out:
3219 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smarte8b62012007-08-02 11:10:09 -04003220 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
3221 "0263 Discovery Mailbox error: state: 0x%x : %p %p\n",
3222 vport->port_state, sparam_mbox, cfglink_mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05003223 lpfc_issue_clear_la(phba, vport);
3224 return;
dea31012005-04-17 16:05:31 -05003225}
3226
3227static void
James Smart84774a42008-08-24 21:50:06 -04003228lpfc_enable_la(struct lpfc_hba *phba)
James Smart2e0fef82007-06-17 19:56:36 -05003229{
dea31012005-04-17 16:05:31 -05003230 uint32_t control;
3231 struct lpfc_sli *psli = &phba->sli;
James Smart2e0fef82007-06-17 19:56:36 -05003232 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003233 psli->sli_flag |= LPFC_PROCESS_LA;
James Smart3772a992009-05-22 14:50:54 -04003234 if (phba->sli_rev <= LPFC_SLI_REV3) {
3235 control = readl(phba->HCregaddr);
3236 control |= HC_LAINT_ENA;
3237 writel(control, phba->HCregaddr);
3238 readl(phba->HCregaddr); /* flush */
3239 }
James Smart2e0fef82007-06-17 19:56:36 -05003240 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003241}
3242
James Smart84774a42008-08-24 21:50:06 -04003243static void
3244lpfc_mbx_issue_link_down(struct lpfc_hba *phba)
3245{
3246 lpfc_linkdown(phba);
3247 lpfc_enable_la(phba);
James Smart6fb120a2009-05-22 14:52:59 -04003248 lpfc_unregister_unused_fcf(phba);
James Smart84774a42008-08-24 21:50:06 -04003249 /* turn on Link Attention interrupts - no CLEAR_LA needed */
3250}
3251
3252
dea31012005-04-17 16:05:31 -05003253/*
James Smart76a95d72010-11-20 23:11:48 -05003254 * This routine handles processing a READ_TOPOLOGY mailbox
dea31012005-04-17 16:05:31 -05003255 * command upon completion. It is setup in the LPFC_MBOXQ
3256 * as the completion routine when the command is
3257 * handed off to the SLI layer.
3258 */
3259void
James Smart76a95d72010-11-20 23:11:48 -05003260lpfc_mbx_cmpl_read_topology(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003261{
James Smart2e0fef82007-06-17 19:56:36 -05003262 struct lpfc_vport *vport = pmb->vport;
3263 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart76a95d72010-11-20 23:11:48 -05003264 struct lpfc_mbx_read_top *la;
James Smart04c68492009-05-22 14:52:52 -04003265 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05003266 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
3267
James Smart0d2b6b82008-06-14 22:52:47 -04003268 /* Unblock ELS traffic */
3269 phba->sli.ring[LPFC_ELS_RING].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -05003270 /* Check for error */
3271 if (mb->mbxStatus) {
James Smarted957682007-06-17 19:56:37 -05003272 lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003273 "1307 READ_LA mbox error x%x state x%x\n",
3274 mb->mbxStatus, vport->port_state);
dea31012005-04-17 16:05:31 -05003275 lpfc_mbx_issue_link_down(phba);
James Smart2e0fef82007-06-17 19:56:36 -05003276 phba->link_state = LPFC_HBA_ERROR;
James Smart76a95d72010-11-20 23:11:48 -05003277 goto lpfc_mbx_cmpl_read_topology_free_mbuf;
dea31012005-04-17 16:05:31 -05003278 }
3279
James Smart76a95d72010-11-20 23:11:48 -05003280 la = (struct lpfc_mbx_read_top *) &pmb->u.mb.un.varReadTop;
dea31012005-04-17 16:05:31 -05003281
3282 memcpy(&phba->alpa_map[0], mp->virt, 128);
3283
James Smart2e0fef82007-06-17 19:56:36 -05003284 spin_lock_irq(shost->host_lock);
James Smart76a95d72010-11-20 23:11:48 -05003285 if (bf_get(lpfc_mbx_read_top_pb, la))
James Smart2e0fef82007-06-17 19:56:36 -05003286 vport->fc_flag |= FC_BYPASSED_MODE;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05003287 else
James Smart2e0fef82007-06-17 19:56:36 -05003288 vport->fc_flag &= ~FC_BYPASSED_MODE;
3289 spin_unlock_irq(shost->host_lock);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05003290
James Smartbe0c0082013-03-01 16:38:14 -05003291 if (phba->fc_eventTag <= la->eventTag) {
dea31012005-04-17 16:05:31 -05003292 phba->fc_stat.LinkMultiEvent++;
James Smart76a95d72010-11-20 23:11:48 -05003293 if (bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP)
dea31012005-04-17 16:05:31 -05003294 if (phba->fc_eventTag != 0)
3295 lpfc_linkdown(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05003296 }
dea31012005-04-17 16:05:31 -05003297
3298 phba->fc_eventTag = la->eventTag;
James Smartbe0c0082013-03-01 16:38:14 -05003299 if (phba->sli_rev < LPFC_SLI_REV4) {
3300 spin_lock_irq(&phba->hbalock);
3301 if (bf_get(lpfc_mbx_read_top_mm, la))
3302 phba->sli.sli_flag |= LPFC_MENLO_MAINT;
3303 else
3304 phba->sli.sli_flag &= ~LPFC_MENLO_MAINT;
3305 spin_unlock_irq(&phba->hbalock);
3306 }
dea31012005-04-17 16:05:31 -05003307
James Smart4d9ab992009-10-02 15:16:39 -04003308 phba->link_events++;
James Smart76a95d72010-11-20 23:11:48 -05003309 if ((bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP) &&
James Smartbe0c0082013-03-01 16:38:14 -05003310 !(phba->sli.sli_flag & LPFC_MENLO_MAINT)) {
dea31012005-04-17 16:05:31 -05003311 phba->fc_stat.LinkUp++;
James Smart2e0fef82007-06-17 19:56:36 -05003312 if (phba->link_flag & LS_LOOPBACK_MODE) {
James Smart3163f722008-02-08 18:50:25 -05003313 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003314 "1306 Link Up Event in loop back mode "
3315 "x%x received Data: x%x x%x x%x x%x\n",
3316 la->eventTag, phba->fc_eventTag,
James Smart76a95d72010-11-20 23:11:48 -05003317 bf_get(lpfc_mbx_read_top_alpa_granted,
3318 la),
3319 bf_get(lpfc_mbx_read_top_link_spd, la),
James Smarte8b62012007-08-02 11:10:09 -04003320 phba->alpa_map[0]);
James Smart5b8bd0c2007-04-25 09:52:49 -04003321 } else {
3322 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003323 "1303 Link Up Event x%x received "
James Smart84774a42008-08-24 21:50:06 -04003324 "Data: x%x x%x x%x x%x x%x x%x %d\n",
James Smarte8b62012007-08-02 11:10:09 -04003325 la->eventTag, phba->fc_eventTag,
James Smart76a95d72010-11-20 23:11:48 -05003326 bf_get(lpfc_mbx_read_top_alpa_granted,
3327 la),
3328 bf_get(lpfc_mbx_read_top_link_spd, la),
James Smart84774a42008-08-24 21:50:06 -04003329 phba->alpa_map[0],
James Smart76a95d72010-11-20 23:11:48 -05003330 bf_get(lpfc_mbx_read_top_mm, la),
3331 bf_get(lpfc_mbx_read_top_fa, la),
James Smart84774a42008-08-24 21:50:06 -04003332 phba->wait_4_mlo_maint_flg);
James Smart5b8bd0c2007-04-25 09:52:49 -04003333 }
James Smart92d7f7b2007-06-17 19:56:38 -05003334 lpfc_mbx_process_link_up(phba, la);
James Smart76a95d72010-11-20 23:11:48 -05003335 } else if (bf_get(lpfc_mbx_read_top_att_type, la) ==
3336 LPFC_ATT_LINK_DOWN) {
dea31012005-04-17 16:05:31 -05003337 phba->fc_stat.LinkDown++;
James Smart1b511972011-12-13 13:23:09 -05003338 if (phba->link_flag & LS_LOOPBACK_MODE)
James Smart3163f722008-02-08 18:50:25 -05003339 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3340 "1308 Link Down Event in loop back mode "
3341 "x%x received "
3342 "Data: x%x x%x x%x\n",
3343 la->eventTag, phba->fc_eventTag,
3344 phba->pport->port_state, vport->fc_flag);
James Smart1b511972011-12-13 13:23:09 -05003345 else
James Smart3163f722008-02-08 18:50:25 -05003346 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003347 "1305 Link Down Event x%x received "
James Smart84774a42008-08-24 21:50:06 -04003348 "Data: x%x x%x x%x x%x x%x\n",
3349 la->eventTag, phba->fc_eventTag,
3350 phba->pport->port_state, vport->fc_flag,
James Smart76a95d72010-11-20 23:11:48 -05003351 bf_get(lpfc_mbx_read_top_mm, la),
3352 bf_get(lpfc_mbx_read_top_fa, la));
James Smart84774a42008-08-24 21:50:06 -04003353 lpfc_mbx_issue_link_down(phba);
3354 }
James Smartbe0c0082013-03-01 16:38:14 -05003355 if ((phba->sli.sli_flag & LPFC_MENLO_MAINT) &&
3356 ((bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP))) {
James Smart84774a42008-08-24 21:50:06 -04003357 if (phba->link_state != LPFC_LINK_DOWN) {
3358 phba->fc_stat.LinkDown++;
3359 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3360 "1312 Link Down Event x%x received "
dea31012005-04-17 16:05:31 -05003361 "Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04003362 la->eventTag, phba->fc_eventTag,
James Smart2e0fef82007-06-17 19:56:36 -05003363 phba->pport->port_state, vport->fc_flag);
James Smart84774a42008-08-24 21:50:06 -04003364 lpfc_mbx_issue_link_down(phba);
3365 } else
3366 lpfc_enable_la(phba);
3367
3368 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3369 "1310 Menlo Maint Mode Link up Event x%x rcvd "
3370 "Data: x%x x%x x%x\n",
3371 la->eventTag, phba->fc_eventTag,
3372 phba->pport->port_state, vport->fc_flag);
3373 /*
3374 * The cmnd that triggered this will be waiting for this
3375 * signal.
3376 */
3377 /* WAKEUP for MENLO_SET_MODE or MENLO_RESET command. */
3378 if (phba->wait_4_mlo_maint_flg) {
3379 phba->wait_4_mlo_maint_flg = 0;
3380 wake_up_interruptible(&phba->wait_4_mlo_m_q);
James Smart3163f722008-02-08 18:50:25 -05003381 }
James Smart84774a42008-08-24 21:50:06 -04003382 }
3383
James Smartbe0c0082013-03-01 16:38:14 -05003384 if ((phba->sli_rev < LPFC_SLI_REV4) &&
3385 bf_get(lpfc_mbx_read_top_fa, la)) {
3386 if (phba->sli.sli_flag & LPFC_MENLO_MAINT)
James Smart84774a42008-08-24 21:50:06 -04003387 lpfc_issue_clear_la(phba, vport);
3388 lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT,
James Smart76a95d72010-11-20 23:11:48 -05003389 "1311 fa %d\n",
3390 bf_get(lpfc_mbx_read_top_fa, la));
dea31012005-04-17 16:05:31 -05003391 }
3392
James Smart76a95d72010-11-20 23:11:48 -05003393lpfc_mbx_cmpl_read_topology_free_mbuf:
dea31012005-04-17 16:05:31 -05003394 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3395 kfree(mp);
3396 mempool_free(pmb, phba->mbox_mem_pool);
3397 return;
3398}
3399
3400/*
3401 * This routine handles processing a REG_LOGIN mailbox
3402 * command upon completion. It is setup in the LPFC_MBOXQ
3403 * as the completion routine when the command is
3404 * handed off to the SLI layer.
3405 */
3406void
James Smart2e0fef82007-06-17 19:56:36 -05003407lpfc_mbx_cmpl_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003408{
James Smart2e0fef82007-06-17 19:56:36 -05003409 struct lpfc_vport *vport = pmb->vport;
James Smart92d7f7b2007-06-17 19:56:38 -05003410 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart2e0fef82007-06-17 19:56:36 -05003411 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
James Smartffc95492010-06-07 15:23:17 -04003412 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
dea31012005-04-17 16:05:31 -05003413
dea31012005-04-17 16:05:31 -05003414 pmb->context1 = NULL;
James Smartd439d282010-09-29 11:18:45 -04003415 pmb->context2 = NULL;
dea31012005-04-17 16:05:31 -05003416
James Smartbe6bb942015-04-07 15:07:22 -04003417 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
3418 "0002 rpi:%x DID:%x flg:%x %d map:%x %p\n",
3419 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag,
3420 atomic_read(&ndlp->kref.refcount),
3421 ndlp->nlp_usg_map, ndlp);
James Smartffc95492010-06-07 15:23:17 -04003422 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND)
3423 ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND;
3424
James Smart40426292010-12-15 17:58:10 -05003425 if (ndlp->nlp_flag & NLP_IGNR_REG_CMPL ||
3426 ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) {
James Smartffc95492010-06-07 15:23:17 -04003427 /* We rcvd a rscn after issuing this
3428 * mbox reg login, we may have cycled
3429 * back through the state and be
3430 * back at reg login state so this
3431 * mbox needs to be ignored becase
3432 * there is another reg login in
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003433 * process.
James Smartffc95492010-06-07 15:23:17 -04003434 */
3435 spin_lock_irq(shost->host_lock);
3436 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
3437 spin_unlock_irq(shost->host_lock);
James Smartffc95492010-06-07 15:23:17 -04003438 } else
3439 /* Good status, call state machine */
3440 lpfc_disc_state_machine(vport, ndlp, pmb,
3441 NLP_EVT_CMPL_REG_LOGIN);
3442
dea31012005-04-17 16:05:31 -05003443 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3444 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05003445 mempool_free(pmb, phba->mbox_mem_pool);
James Smartfa4066b2008-01-11 01:53:27 -05003446 /* decrement the node reference count held for this callback
3447 * function.
3448 */
James Smart329f9bc2007-04-25 09:53:01 -04003449 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003450
3451 return;
3452}
3453
James Smart92d7f7b2007-06-17 19:56:38 -05003454static void
3455lpfc_mbx_cmpl_unreg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
3456{
James Smart04c68492009-05-22 14:52:52 -04003457 MAILBOX_t *mb = &pmb->u.mb;
James Smart92d7f7b2007-06-17 19:56:38 -05003458 struct lpfc_vport *vport = pmb->vport;
3459 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3460
3461 switch (mb->mbxStatus) {
3462 case 0x0011:
3463 case 0x0020:
James Smarte8b62012007-08-02 11:10:09 -04003464 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
3465 "0911 cmpl_unreg_vpi, mb status = 0x%x\n",
3466 mb->mbxStatus);
James Smart92d7f7b2007-06-17 19:56:38 -05003467 break;
James Smart78730cf2010-04-06 15:06:30 -04003468 /* If VPI is busy, reset the HBA */
3469 case 0x9700:
3470 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
3471 "2798 Unreg_vpi failed vpi 0x%x, mb status = 0x%x\n",
3472 vport->vpi, mb->mbxStatus);
3473 if (!(phba->pport->load_flag & FC_UNLOADING))
3474 lpfc_workq_post_event(phba, NULL, NULL,
3475 LPFC_EVT_RESET_HBA);
James Smart92d7f7b2007-06-17 19:56:38 -05003476 }
James Smart72100cc2010-02-12 14:43:01 -05003477 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05003478 vport->vpi_state &= ~LPFC_VPI_REGISTERED;
James Smart19878072009-12-21 17:02:00 -05003479 vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI;
James Smart72100cc2010-02-12 14:43:01 -05003480 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05003481 vport->unreg_vpi_cmpl = VPORT_OK;
3482 mempool_free(pmb, phba->mbox_mem_pool);
James Smart1151e3e2011-02-16 12:39:35 -05003483 lpfc_cleanup_vports_rrqs(vport, NULL);
James Smart92d7f7b2007-06-17 19:56:38 -05003484 /*
3485 * This shost reference might have been taken at the beginning of
3486 * lpfc_vport_delete()
3487 */
James Smart1c6f4ef52009-11-18 15:40:49 -05003488 if ((vport->load_flag & FC_UNLOADING) && (vport != phba->pport))
James Smart92d7f7b2007-06-17 19:56:38 -05003489 scsi_host_put(shost);
3490}
3491
James Smartd7c255b2008-08-24 21:50:00 -04003492int
James Smart92d7f7b2007-06-17 19:56:38 -05003493lpfc_mbx_unreg_vpi(struct lpfc_vport *vport)
3494{
3495 struct lpfc_hba *phba = vport->phba;
3496 LPFC_MBOXQ_t *mbox;
3497 int rc;
3498
3499 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3500 if (!mbox)
James Smartd7c255b2008-08-24 21:50:00 -04003501 return 1;
James Smart92d7f7b2007-06-17 19:56:38 -05003502
3503 lpfc_unreg_vpi(phba, vport->vpi, mbox);
3504 mbox->vport = vport;
3505 mbox->mbox_cmpl = lpfc_mbx_cmpl_unreg_vpi;
James Smart0b727fe2007-10-27 13:37:25 -04003506 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart92d7f7b2007-06-17 19:56:38 -05003507 if (rc == MBX_NOT_FINISHED) {
James Smarte8b62012007-08-02 11:10:09 -04003508 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
3509 "1800 Could not issue unreg_vpi\n");
James Smart92d7f7b2007-06-17 19:56:38 -05003510 mempool_free(mbox, phba->mbox_mem_pool);
3511 vport->unreg_vpi_cmpl = VPORT_ERROR;
James Smartd7c255b2008-08-24 21:50:00 -04003512 return rc;
James Smart92d7f7b2007-06-17 19:56:38 -05003513 }
James Smartd7c255b2008-08-24 21:50:00 -04003514 return 0;
James Smart92d7f7b2007-06-17 19:56:38 -05003515}
3516
3517static void
3518lpfc_mbx_cmpl_reg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
3519{
3520 struct lpfc_vport *vport = pmb->vport;
3521 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart04c68492009-05-22 14:52:52 -04003522 MAILBOX_t *mb = &pmb->u.mb;
James Smart92d7f7b2007-06-17 19:56:38 -05003523
3524 switch (mb->mbxStatus) {
3525 case 0x0011:
3526 case 0x9601:
3527 case 0x9602:
James Smarte8b62012007-08-02 11:10:09 -04003528 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
3529 "0912 cmpl_reg_vpi, mb status = 0x%x\n",
3530 mb->mbxStatus);
James Smart92d7f7b2007-06-17 19:56:38 -05003531 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
3532 spin_lock_irq(shost->host_lock);
3533 vport->fc_flag &= ~(FC_FABRIC | FC_PUBLIC_LOOP);
3534 spin_unlock_irq(shost->host_lock);
3535 vport->fc_myDID = 0;
3536 goto out;
3537 }
James Smart92d7f7b2007-06-17 19:56:38 -05003538
James Smart72100cc2010-02-12 14:43:01 -05003539 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05003540 vport->vpi_state |= LPFC_VPI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05003541 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
James Smart72100cc2010-02-12 14:43:01 -05003542 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05003543 vport->num_disc_nodes = 0;
3544 /* go thru NPR list and issue ELS PLOGIs */
3545 if (vport->fc_npr_cnt)
3546 lpfc_els_disc_plogi(vport);
3547
3548 if (!vport->num_disc_nodes) {
3549 spin_lock_irq(shost->host_lock);
3550 vport->fc_flag &= ~FC_NDISC_ACTIVE;
3551 spin_unlock_irq(shost->host_lock);
3552 lpfc_can_disctmo(vport);
3553 }
3554 vport->port_state = LPFC_VPORT_READY;
3555
3556out:
3557 mempool_free(pmb, phba->mbox_mem_pool);
3558 return;
3559}
3560
James Smart21e9a0a2009-05-22 14:53:21 -04003561/**
3562 * lpfc_create_static_vport - Read HBA config region to create static vports.
3563 * @phba: pointer to lpfc hba data structure.
3564 *
3565 * This routine issue a DUMP mailbox command for config region 22 to get
3566 * the list of static vports to be created. The function create vports
3567 * based on the information returned from the HBA.
3568 **/
3569void
3570lpfc_create_static_vport(struct lpfc_hba *phba)
3571{
3572 LPFC_MBOXQ_t *pmb = NULL;
3573 MAILBOX_t *mb;
3574 struct static_vport_info *vport_info;
James Smartcdcc2342012-08-14 14:26:35 -04003575 int mbx_wait_rc = 0, i;
James Smart21e9a0a2009-05-22 14:53:21 -04003576 struct fc_vport_identifiers vport_id;
3577 struct fc_vport *new_fc_vport;
3578 struct Scsi_Host *shost;
3579 struct lpfc_vport *vport;
3580 uint16_t offset = 0;
3581 uint8_t *vport_buff;
James Smart1c6834a2009-07-19 10:01:26 -04003582 struct lpfc_dmabuf *mp;
3583 uint32_t byte_count = 0;
James Smart21e9a0a2009-05-22 14:53:21 -04003584
3585 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3586 if (!pmb) {
3587 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3588 "0542 lpfc_create_static_vport failed to"
3589 " allocate mailbox memory\n");
3590 return;
3591 }
James Smartcdcc2342012-08-14 14:26:35 -04003592 memset(pmb, 0, sizeof(LPFC_MBOXQ_t));
James Smart21e9a0a2009-05-22 14:53:21 -04003593 mb = &pmb->u.mb;
3594
3595 vport_info = kzalloc(sizeof(struct static_vport_info), GFP_KERNEL);
3596 if (!vport_info) {
3597 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3598 "0543 lpfc_create_static_vport failed to"
3599 " allocate vport_info\n");
3600 mempool_free(pmb, phba->mbox_mem_pool);
3601 return;
3602 }
3603
3604 vport_buff = (uint8_t *) vport_info;
3605 do {
James Smartcdcc2342012-08-14 14:26:35 -04003606 /* free dma buffer from previous round */
3607 if (pmb->context1) {
3608 mp = (struct lpfc_dmabuf *)pmb->context1;
3609 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3610 kfree(mp);
3611 }
James Smart1c6834a2009-07-19 10:01:26 -04003612 if (lpfc_dump_static_vport(phba, pmb, offset))
3613 goto out;
3614
James Smart21e9a0a2009-05-22 14:53:21 -04003615 pmb->vport = phba->pport;
James Smartcdcc2342012-08-14 14:26:35 -04003616 mbx_wait_rc = lpfc_sli_issue_mbox_wait(phba, pmb,
3617 LPFC_MBOX_TMO);
James Smart21e9a0a2009-05-22 14:53:21 -04003618
James Smartcdcc2342012-08-14 14:26:35 -04003619 if ((mbx_wait_rc != MBX_SUCCESS) || mb->mbxStatus) {
James Smart21e9a0a2009-05-22 14:53:21 -04003620 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
3621 "0544 lpfc_create_static_vport failed to"
3622 " issue dump mailbox command ret 0x%x "
3623 "status 0x%x\n",
James Smartcdcc2342012-08-14 14:26:35 -04003624 mbx_wait_rc, mb->mbxStatus);
James Smart21e9a0a2009-05-22 14:53:21 -04003625 goto out;
3626 }
3627
James Smart1c6834a2009-07-19 10:01:26 -04003628 if (phba->sli_rev == LPFC_SLI_REV4) {
3629 byte_count = pmb->u.mqe.un.mb_words[5];
James Smartcdcc2342012-08-14 14:26:35 -04003630 mp = (struct lpfc_dmabuf *)pmb->context1;
James Smart1c6834a2009-07-19 10:01:26 -04003631 if (byte_count > sizeof(struct static_vport_info) -
3632 offset)
3633 byte_count = sizeof(struct static_vport_info)
3634 - offset;
3635 memcpy(vport_buff + offset, mp->virt, byte_count);
3636 offset += byte_count;
3637 } else {
3638 if (mb->un.varDmp.word_cnt >
3639 sizeof(struct static_vport_info) - offset)
3640 mb->un.varDmp.word_cnt =
3641 sizeof(struct static_vport_info)
3642 - offset;
3643 byte_count = mb->un.varDmp.word_cnt;
3644 lpfc_sli_pcimem_bcopy(((uint8_t *)mb) + DMP_RSP_OFFSET,
3645 vport_buff + offset,
3646 byte_count);
James Smart21e9a0a2009-05-22 14:53:21 -04003647
James Smart1c6834a2009-07-19 10:01:26 -04003648 offset += byte_count;
3649 }
James Smart21e9a0a2009-05-22 14:53:21 -04003650
James Smart1c6834a2009-07-19 10:01:26 -04003651 } while (byte_count &&
James Smart21e9a0a2009-05-22 14:53:21 -04003652 offset < sizeof(struct static_vport_info));
3653
3654
3655 if ((le32_to_cpu(vport_info->signature) != VPORT_INFO_SIG) ||
3656 ((le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK)
3657 != VPORT_INFO_REV)) {
3658 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3659 "0545 lpfc_create_static_vport bad"
3660 " information header 0x%x 0x%x\n",
3661 le32_to_cpu(vport_info->signature),
3662 le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK);
3663
3664 goto out;
3665 }
3666
3667 shost = lpfc_shost_from_vport(phba->pport);
3668
3669 for (i = 0; i < MAX_STATIC_VPORT_COUNT; i++) {
3670 memset(&vport_id, 0, sizeof(vport_id));
3671 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn);
3672 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn);
3673 if (!vport_id.port_name || !vport_id.node_name)
3674 continue;
3675
3676 vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR;
3677 vport_id.vport_type = FC_PORTTYPE_NPIV;
3678 vport_id.disable = false;
3679 new_fc_vport = fc_vport_create(shost, 0, &vport_id);
3680
3681 if (!new_fc_vport) {
3682 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
3683 "0546 lpfc_create_static_vport failed to"
James Smarte4e74272009-07-19 10:01:38 -04003684 " create vport\n");
James Smart21e9a0a2009-05-22 14:53:21 -04003685 continue;
3686 }
3687
3688 vport = *(struct lpfc_vport **)new_fc_vport->dd_data;
3689 vport->vport_flag |= STATIC_VPORT;
3690 }
3691
3692out:
James Smart21e9a0a2009-05-22 14:53:21 -04003693 kfree(vport_info);
James Smartcdcc2342012-08-14 14:26:35 -04003694 if (mbx_wait_rc != MBX_TIMEOUT) {
3695 if (pmb->context1) {
3696 mp = (struct lpfc_dmabuf *)pmb->context1;
James Smart1c6834a2009-07-19 10:01:26 -04003697 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3698 kfree(mp);
3699 }
James Smart21e9a0a2009-05-22 14:53:21 -04003700 mempool_free(pmb, phba->mbox_mem_pool);
James Smart1c6834a2009-07-19 10:01:26 -04003701 }
James Smart21e9a0a2009-05-22 14:53:21 -04003702
3703 return;
3704}
3705
dea31012005-04-17 16:05:31 -05003706/*
3707 * This routine handles processing a Fabric REG_LOGIN mailbox
3708 * command upon completion. It is setup in the LPFC_MBOXQ
3709 * as the completion routine when the command is
3710 * handed off to the SLI layer.
3711 */
3712void
James Smart2e0fef82007-06-17 19:56:36 -05003713lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003714{
James Smart92d7f7b2007-06-17 19:56:38 -05003715 struct lpfc_vport *vport = pmb->vport;
James Smart21e9a0a2009-05-22 14:53:21 -04003716 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05003717 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart92d7f7b2007-06-17 19:56:38 -05003718 struct lpfc_nodelist *ndlp;
James Smartdf9e1b52011-12-13 13:22:17 -05003719 struct Scsi_Host *shost;
dea31012005-04-17 16:05:31 -05003720
James Smart549e55c2007-08-02 11:09:51 -04003721 ndlp = (struct lpfc_nodelist *) pmb->context2;
James Smart329f9bc2007-04-25 09:53:01 -04003722 pmb->context1 = NULL;
3723 pmb->context2 = NULL;
James Smartd439d282010-09-29 11:18:45 -04003724
dea31012005-04-17 16:05:31 -05003725 if (mb->mbxStatus) {
James Smart21e9a0a2009-05-22 14:53:21 -04003726 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
3727 "0258 Register Fabric login error: 0x%x\n",
3728 mb->mbxStatus);
dea31012005-04-17 16:05:31 -05003729 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3730 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04003731 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003732
James Smart76a95d72010-11-20 23:11:48 -05003733 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05003734 /* FLOGI failed, use loop map to make discovery list */
3735 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05003736
James Smart92d7f7b2007-06-17 19:56:38 -05003737 /* Start discovery */
3738 lpfc_disc_start(vport);
James Smarte47c9092008-02-08 18:49:26 -05003739 /* Decrement the reference count to ndlp after the
3740 * reference to the ndlp are done.
3741 */
3742 lpfc_nlp_put(ndlp);
James Smart92d7f7b2007-06-17 19:56:38 -05003743 return;
3744 }
3745
3746 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smarte47c9092008-02-08 18:49:26 -05003747 /* Decrement the reference count to ndlp after the reference
3748 * to the ndlp are done.
3749 */
3750 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003751 return;
3752 }
3753
James Smart6d368e52011-05-24 11:44:12 -04003754 if (phba->sli_rev < LPFC_SLI_REV4)
3755 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05003756 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05003757 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05003758 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05003759
James Smart2e0fef82007-06-17 19:56:36 -05003760 if (vport->port_state == LPFC_FABRIC_CFG_LINK) {
James Smart4b40c592010-03-15 11:25:44 -04003761 /* when physical port receive logo donot start
3762 * vport discovery */
3763 if (!(vport->fc_flag & FC_LOGO_RCVD_DID_CHNG))
3764 lpfc_start_fdiscs(phba);
James Smartdf9e1b52011-12-13 13:22:17 -05003765 else {
3766 shost = lpfc_shost_from_vport(vport);
3767 spin_lock_irq(shost->host_lock);
James Smart4b40c592010-03-15 11:25:44 -04003768 vport->fc_flag &= ~FC_LOGO_RCVD_DID_CHNG ;
James Smartdf9e1b52011-12-13 13:22:17 -05003769 spin_unlock_irq(shost->host_lock);
3770 }
James Smart92d7f7b2007-06-17 19:56:38 -05003771 lpfc_do_scr_ns_plogi(phba, vport);
dea31012005-04-17 16:05:31 -05003772 }
3773
3774 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3775 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04003776 mempool_free(pmb, phba->mbox_mem_pool);
James Smarte47c9092008-02-08 18:49:26 -05003777
3778 /* Drop the reference count from the mbox at the end after
3779 * all the current reference to the ndlp have been done.
3780 */
3781 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003782 return;
3783}
3784
3785/*
3786 * This routine handles processing a NameServer REG_LOGIN mailbox
3787 * command upon completion. It is setup in the LPFC_MBOXQ
3788 * as the completion routine when the command is
3789 * handed off to the SLI layer.
3790 */
3791void
James Smart2e0fef82007-06-17 19:56:36 -05003792lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003793{
James Smart21e9a0a2009-05-22 14:53:21 -04003794 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05003795 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
3796 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
3797 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05003798
James Smartd439d282010-09-29 11:18:45 -04003799 pmb->context1 = NULL;
3800 pmb->context2 = NULL;
3801
dea31012005-04-17 16:05:31 -05003802 if (mb->mbxStatus) {
James Smart92d7f7b2007-06-17 19:56:38 -05003803out:
James Smart21e9a0a2009-05-22 14:53:21 -04003804 lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS,
3805 "0260 Register NameServer error: 0x%x\n",
3806 mb->mbxStatus);
James Smartfa4066b2008-01-11 01:53:27 -05003807 /* decrement the node reference count held for this
3808 * callback function.
3809 */
James Smart329f9bc2007-04-25 09:53:01 -04003810 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003811 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3812 kfree(mp);
James Smartde0c5b32007-04-25 09:52:27 -04003813 mempool_free(pmb, phba->mbox_mem_pool);
James Smart87af33f2007-10-27 13:37:43 -04003814
3815 /* If no other thread is using the ndlp, free it */
3816 lpfc_nlp_not_used(ndlp);
dea31012005-04-17 16:05:31 -05003817
James Smart76a95d72010-11-20 23:11:48 -05003818 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05003819 /*
3820 * RegLogin failed, use loop map to make discovery
3821 * list
3822 */
3823 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05003824
James Smart92d7f7b2007-06-17 19:56:38 -05003825 /* Start discovery */
3826 lpfc_disc_start(vport);
3827 return;
3828 }
3829 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
dea31012005-04-17 16:05:31 -05003830 return;
3831 }
3832
James Smart6d368e52011-05-24 11:44:12 -04003833 if (phba->sli_rev < LPFC_SLI_REV4)
3834 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05003835 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05003836 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05003837 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
James Smartbe6bb942015-04-07 15:07:22 -04003838 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
3839 "0003 rpi:%x DID:%x flg:%x %d map%x %p\n",
3840 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag,
3841 atomic_read(&ndlp->kref.refcount),
3842 ndlp->nlp_usg_map, ndlp);
dea31012005-04-17 16:05:31 -05003843
James Smart2e0fef82007-06-17 19:56:36 -05003844 if (vport->port_state < LPFC_VPORT_READY) {
3845 /* Link up discovery requires Fabric registration. */
James Smart92d7f7b2007-06-17 19:56:38 -05003846 lpfc_ns_cmd(vport, SLI_CTNS_RNN_ID, 0, 0);
3847 lpfc_ns_cmd(vport, SLI_CTNS_RSNN_NN, 0, 0);
3848 lpfc_ns_cmd(vport, SLI_CTNS_RSPN_ID, 0, 0);
3849 lpfc_ns_cmd(vport, SLI_CTNS_RFT_ID, 0, 0);
James Smarte26422f2015-05-21 13:55:16 -04003850 lpfc_ns_cmd(vport, SLI_CTNS_RFF_ID, 0, 0);
James Smart92d7f7b2007-06-17 19:56:38 -05003851
3852 /* Issue SCR just before NameServer GID_FT Query */
3853 lpfc_issue_els_scr(vport, SCR_DID, 0);
dea31012005-04-17 16:05:31 -05003854 }
3855
James Smart2e0fef82007-06-17 19:56:36 -05003856 vport->fc_ns_retry = 0;
dea31012005-04-17 16:05:31 -05003857 /* Good status, issue CT Request to NameServer */
James Smart92d7f7b2007-06-17 19:56:38 -05003858 if (lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, 0, 0)) {
dea31012005-04-17 16:05:31 -05003859 /* Cannot issue NameServer Query, so finish up discovery */
James Smart92d7f7b2007-06-17 19:56:38 -05003860 goto out;
dea31012005-04-17 16:05:31 -05003861 }
3862
James Smartfa4066b2008-01-11 01:53:27 -05003863 /* decrement the node reference count held for this
3864 * callback function.
3865 */
James Smart329f9bc2007-04-25 09:53:01 -04003866 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003867 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3868 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05003869 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003870
3871 return;
3872}
3873
3874static void
James Smart2e0fef82007-06-17 19:56:36 -05003875lpfc_register_remote_port(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05003876{
James Smart2e0fef82007-06-17 19:56:36 -05003877 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3878 struct fc_rport *rport;
dea31012005-04-17 16:05:31 -05003879 struct lpfc_rport_data *rdata;
3880 struct fc_rport_identifiers rport_ids;
James Smart2e0fef82007-06-17 19:56:36 -05003881 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05003882
3883 /* Remote port has reappeared. Re-register w/ FC transport */
Andrew Morton68ce1eb2005-09-21 09:46:54 -07003884 rport_ids.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn);
3885 rport_ids.port_name = wwn_to_u64(ndlp->nlp_portname.u.wwn);
dea31012005-04-17 16:05:31 -05003886 rport_ids.port_id = ndlp->nlp_DID;
3887 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN;
dea31012005-04-17 16:05:31 -05003888
James Smart329f9bc2007-04-25 09:53:01 -04003889 /*
3890 * We leave our node pointer in rport->dd_data when we unregister a
3891 * FCP target port. But fc_remote_port_add zeros the space to which
3892 * rport->dd_data points. So, if we're reusing a previously
3893 * registered port, drop the reference that we took the last time we
3894 * registered the port.
3895 */
James Smart466e8402015-05-21 13:55:28 -04003896 rport = ndlp->rport;
3897 if (rport) {
3898 rdata = rport->dd_data;
3899 /* break the link before dropping the ref */
3900 ndlp->rport = NULL;
3901 if (rdata && rdata->pnode == ndlp)
3902 lpfc_nlp_put(ndlp);
3903 rdata->pnode = NULL;
3904 /* drop reference for earlier registeration */
3905 put_device(&rport->dev);
3906 }
James Smart858c9f62007-06-17 19:56:39 -05003907
3908 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
3909 "rport add: did:x%x flg:x%x type x%x",
3910 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
3911
James Smart9589b0622011-04-16 11:03:17 -04003912 /* Don't add the remote port if unloading. */
3913 if (vport->load_flag & FC_UNLOADING)
3914 return;
3915
James Smart2e0fef82007-06-17 19:56:36 -05003916 ndlp->rport = rport = fc_remote_port_add(shost, 0, &rport_ids);
James Smart329f9bc2007-04-25 09:53:01 -04003917 if (!rport || !get_device(&rport->dev)) {
dea31012005-04-17 16:05:31 -05003918 dev_printk(KERN_WARNING, &phba->pcidev->dev,
3919 "Warning: fc_remote_port_add failed\n");
3920 return;
3921 }
3922
3923 /* initialize static port data */
3924 rport->maxframe_size = ndlp->nlp_maxframe;
3925 rport->supported_classes = ndlp->nlp_class_sup;
dea31012005-04-17 16:05:31 -05003926 rdata = rport->dd_data;
James Smart329f9bc2007-04-25 09:53:01 -04003927 rdata->pnode = lpfc_nlp_get(ndlp);
James.Smart@Emulex.Com23dc04f2005-11-28 11:41:44 -05003928
3929 if (ndlp->nlp_type & NLP_FCP_TARGET)
3930 rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET;
3931 if (ndlp->nlp_type & NLP_FCP_INITIATOR)
3932 rport_ids.roles |= FC_RPORT_ROLE_FCP_INITIATOR;
3933
James.Smart@Emulex.Com23dc04f2005-11-28 11:41:44 -05003934 if (rport_ids.roles != FC_RPORT_ROLE_UNKNOWN)
3935 fc_remote_port_rolechg(rport, rport_ids.roles);
3936
James Smart34f5ad82012-08-03 12:35:03 -04003937 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
3938 "3183 rport register x%06x, rport %p role x%x\n",
3939 ndlp->nlp_DID, rport, rport_ids.roles);
3940
James Smart071fbd3d2006-04-15 11:53:20 -04003941 if ((rport->scsi_target_id != -1) &&
James Smart92d7f7b2007-06-17 19:56:38 -05003942 (rport->scsi_target_id < LPFC_MAX_TARGET)) {
James Smart071fbd3d2006-04-15 11:53:20 -04003943 ndlp->nlp_sid = rport->scsi_target_id;
3944 }
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04003945 return;
3946}
3947
3948static void
James Smart2e0fef82007-06-17 19:56:36 -05003949lpfc_unregister_remote_port(struct lpfc_nodelist *ndlp)
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04003950{
3951 struct fc_rport *rport = ndlp->rport;
James Smartc01f3202006-08-18 17:47:08 -04003952
James Smart858c9f62007-06-17 19:56:39 -05003953 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_RPORT,
3954 "rport delete: did:x%x flg:x%x type x%x",
3955 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
3956
James Smart34f5ad82012-08-03 12:35:03 -04003957 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
3958 "3184 rport unregister x%06x, rport %p\n",
3959 ndlp->nlp_DID, rport);
3960
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04003961 fc_remote_port_delete(rport);
dea31012005-04-17 16:05:31 -05003962
3963 return;
3964}
3965
James Smartde0c5b32007-04-25 09:52:27 -04003966static void
James Smart2e0fef82007-06-17 19:56:36 -05003967lpfc_nlp_counters(struct lpfc_vport *vport, int state, int count)
James Smartde0c5b32007-04-25 09:52:27 -04003968{
James Smart2e0fef82007-06-17 19:56:36 -05003969 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3970
3971 spin_lock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04003972 switch (state) {
3973 case NLP_STE_UNUSED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05003974 vport->fc_unused_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003975 break;
3976 case NLP_STE_PLOGI_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05003977 vport->fc_plogi_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003978 break;
3979 case NLP_STE_ADISC_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05003980 vport->fc_adisc_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003981 break;
3982 case NLP_STE_REG_LOGIN_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05003983 vport->fc_reglogin_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003984 break;
3985 case NLP_STE_PRLI_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05003986 vport->fc_prli_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003987 break;
3988 case NLP_STE_UNMAPPED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05003989 vport->fc_unmap_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003990 break;
3991 case NLP_STE_MAPPED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05003992 vport->fc_map_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003993 break;
3994 case NLP_STE_NPR_NODE:
James Smart646a2dd2013-12-17 20:29:22 -05003995 if (vport->fc_npr_cnt == 0 && count == -1)
3996 vport->fc_npr_cnt = 0;
3997 else
3998 vport->fc_npr_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003999 break;
4000 }
James Smart2e0fef82007-06-17 19:56:36 -05004001 spin_unlock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04004002}
Jamie Wellnitz66a9ed62006-02-28 22:33:10 -05004003
James Smartde0c5b32007-04-25 09:52:27 -04004004static void
James Smart2e0fef82007-06-17 19:56:36 -05004005lpfc_nlp_state_cleanup(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
James Smartde0c5b32007-04-25 09:52:27 -04004006 int old_state, int new_state)
4007{
James Smart2e0fef82007-06-17 19:56:36 -05004008 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4009
James Smartde0c5b32007-04-25 09:52:27 -04004010 if (new_state == NLP_STE_UNMAPPED_NODE) {
James Smartde0c5b32007-04-25 09:52:27 -04004011 ndlp->nlp_flag &= ~NLP_NODEV_REMOVE;
4012 ndlp->nlp_type |= NLP_FC_NODE;
4013 }
4014 if (new_state == NLP_STE_MAPPED_NODE)
4015 ndlp->nlp_flag &= ~NLP_NODEV_REMOVE;
4016 if (new_state == NLP_STE_NPR_NODE)
4017 ndlp->nlp_flag &= ~NLP_RCV_PLOGI;
dea31012005-04-17 16:05:31 -05004018
James Smartde0c5b32007-04-25 09:52:27 -04004019 /* Transport interface */
4020 if (ndlp->rport && (old_state == NLP_STE_MAPPED_NODE ||
4021 old_state == NLP_STE_UNMAPPED_NODE)) {
James Smart2e0fef82007-06-17 19:56:36 -05004022 vport->phba->nport_event_cnt++;
4023 lpfc_unregister_remote_port(ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04004024 }
dea31012005-04-17 16:05:31 -05004025
James Smartde0c5b32007-04-25 09:52:27 -04004026 if (new_state == NLP_STE_MAPPED_NODE ||
4027 new_state == NLP_STE_UNMAPPED_NODE) {
James Smart2e0fef82007-06-17 19:56:36 -05004028 vport->phba->nport_event_cnt++;
James Smart858c9f62007-06-17 19:56:39 -05004029 /*
4030 * Tell the fc transport about the port, if we haven't
4031 * already. If we have, and it's a scsi entity, be
4032 * sure to unblock any attached scsi devices
4033 */
4034 lpfc_register_remote_port(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04004035 }
James Smartea2151b2008-09-07 11:52:10 -04004036 if ((new_state == NLP_STE_MAPPED_NODE) &&
4037 (vport->stat_data_enabled)) {
4038 /*
4039 * A new target is discovered, if there is no buffer for
4040 * statistical data collection allocate buffer.
4041 */
4042 ndlp->lat_data = kcalloc(LPFC_MAX_BUCKET_COUNT,
4043 sizeof(struct lpfc_scsicmd_bkt),
4044 GFP_KERNEL);
4045
4046 if (!ndlp->lat_data)
4047 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
4048 "0286 lpfc_nlp_state_cleanup failed to "
4049 "allocate statistical data buffer DID "
4050 "0x%x\n", ndlp->nlp_DID);
4051 }
James Smart858c9f62007-06-17 19:56:39 -05004052 /*
4053 * if we added to Mapped list, but the remote port
4054 * registration failed or assigned a target id outside
4055 * our presentable range - move the node to the
4056 * Unmapped List
4057 */
James Smartde0c5b32007-04-25 09:52:27 -04004058 if (new_state == NLP_STE_MAPPED_NODE &&
4059 (!ndlp->rport ||
4060 ndlp->rport->scsi_target_id == -1 ||
4061 ndlp->rport->scsi_target_id >= LPFC_MAX_TARGET)) {
James Smart2e0fef82007-06-17 19:56:36 -05004062 spin_lock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04004063 ndlp->nlp_flag |= NLP_TGT_NO_SCSIID;
James Smart2e0fef82007-06-17 19:56:36 -05004064 spin_unlock_irq(shost->host_lock);
4065 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05004066 }
James Smartde0c5b32007-04-25 09:52:27 -04004067}
4068
James Smart685f0bf2007-04-25 09:53:08 -04004069static char *
4070lpfc_nlp_state_name(char *buffer, size_t size, int state)
4071{
4072 static char *states[] = {
4073 [NLP_STE_UNUSED_NODE] = "UNUSED",
4074 [NLP_STE_PLOGI_ISSUE] = "PLOGI",
4075 [NLP_STE_ADISC_ISSUE] = "ADISC",
4076 [NLP_STE_REG_LOGIN_ISSUE] = "REGLOGIN",
4077 [NLP_STE_PRLI_ISSUE] = "PRLI",
James Smart086a3452012-08-14 14:25:21 -04004078 [NLP_STE_LOGO_ISSUE] = "LOGO",
James Smart685f0bf2007-04-25 09:53:08 -04004079 [NLP_STE_UNMAPPED_NODE] = "UNMAPPED",
4080 [NLP_STE_MAPPED_NODE] = "MAPPED",
4081 [NLP_STE_NPR_NODE] = "NPR",
4082 };
4083
James Smart311464e2007-08-02 11:10:37 -04004084 if (state < NLP_STE_MAX_STATE && states[state])
James Smart685f0bf2007-04-25 09:53:08 -04004085 strlcpy(buffer, states[state], size);
4086 else
4087 snprintf(buffer, size, "unknown (%d)", state);
4088 return buffer;
4089}
4090
James Smartde0c5b32007-04-25 09:52:27 -04004091void
James Smart2e0fef82007-06-17 19:56:36 -05004092lpfc_nlp_set_state(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4093 int state)
James Smartde0c5b32007-04-25 09:52:27 -04004094{
James Smart2e0fef82007-06-17 19:56:36 -05004095 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smartde0c5b32007-04-25 09:52:27 -04004096 int old_state = ndlp->nlp_state;
James Smart685f0bf2007-04-25 09:53:08 -04004097 char name1[16], name2[16];
James Smartde0c5b32007-04-25 09:52:27 -04004098
James Smarte8b62012007-08-02 11:10:09 -04004099 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4100 "0904 NPort state transition x%06x, %s -> %s\n",
4101 ndlp->nlp_DID,
4102 lpfc_nlp_state_name(name1, sizeof(name1), old_state),
4103 lpfc_nlp_state_name(name2, sizeof(name2), state));
James Smart858c9f62007-06-17 19:56:39 -05004104
4105 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
4106 "node statechg did:x%x old:%d ste:%d",
4107 ndlp->nlp_DID, old_state, state);
4108
James Smartde0c5b32007-04-25 09:52:27 -04004109 if (old_state == NLP_STE_NPR_NODE &&
James Smartde0c5b32007-04-25 09:52:27 -04004110 state != NLP_STE_NPR_NODE)
James Smart2e0fef82007-06-17 19:56:36 -05004111 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04004112 if (old_state == NLP_STE_UNMAPPED_NODE) {
4113 ndlp->nlp_flag &= ~NLP_TGT_NO_SCSIID;
4114 ndlp->nlp_type &= ~NLP_FC_NODE;
4115 }
4116
James Smart685f0bf2007-04-25 09:53:08 -04004117 if (list_empty(&ndlp->nlp_listp)) {
James Smart2e0fef82007-06-17 19:56:36 -05004118 spin_lock_irq(shost->host_lock);
4119 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
4120 spin_unlock_irq(shost->host_lock);
James Smart685f0bf2007-04-25 09:53:08 -04004121 } else if (old_state)
James Smart2e0fef82007-06-17 19:56:36 -05004122 lpfc_nlp_counters(vport, old_state, -1);
James Smartde0c5b32007-04-25 09:52:27 -04004123
4124 ndlp->nlp_state = state;
James Smart2e0fef82007-06-17 19:56:36 -05004125 lpfc_nlp_counters(vport, state, 1);
4126 lpfc_nlp_state_cleanup(vport, ndlp, old_state, state);
James Smartde0c5b32007-04-25 09:52:27 -04004127}
4128
4129void
James Smarte47c9092008-02-08 18:49:26 -05004130lpfc_enqueue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
4131{
4132 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4133
4134 if (list_empty(&ndlp->nlp_listp)) {
4135 spin_lock_irq(shost->host_lock);
4136 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
4137 spin_unlock_irq(shost->host_lock);
4138 }
4139}
4140
4141void
James Smart2e0fef82007-06-17 19:56:36 -05004142lpfc_dequeue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smartde0c5b32007-04-25 09:52:27 -04004143{
James Smart2e0fef82007-06-17 19:56:36 -05004144 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4145
James Smart0d2b6b82008-06-14 22:52:47 -04004146 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04004147 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
James Smart2e0fef82007-06-17 19:56:36 -05004148 lpfc_nlp_counters(vport, ndlp->nlp_state, -1);
4149 spin_lock_irq(shost->host_lock);
James Smart685f0bf2007-04-25 09:53:08 -04004150 list_del_init(&ndlp->nlp_listp);
James Smart2e0fef82007-06-17 19:56:36 -05004151 spin_unlock_irq(shost->host_lock);
James Smart858c9f62007-06-17 19:56:39 -05004152 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state,
James Smarte47c9092008-02-08 18:49:26 -05004153 NLP_STE_UNUSED_NODE);
4154}
4155
Adrian Bunk4d9db012008-02-14 23:24:02 +02004156static void
James Smarte47c9092008-02-08 18:49:26 -05004157lpfc_disable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
4158{
James Smart0d2b6b82008-06-14 22:52:47 -04004159 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smarte47c9092008-02-08 18:49:26 -05004160 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
4161 lpfc_nlp_counters(vport, ndlp->nlp_state, -1);
4162 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state,
4163 NLP_STE_UNUSED_NODE);
4164}
James Smart109f6ed2008-12-04 22:39:08 -05004165/**
James Smart3621a712009-04-06 18:47:14 -04004166 * lpfc_initialize_node - Initialize all fields of node object
James Smart109f6ed2008-12-04 22:39:08 -05004167 * @vport: Pointer to Virtual Port object.
4168 * @ndlp: Pointer to FC node object.
4169 * @did: FC_ID of the node.
James Smarta257bf92009-04-06 18:48:10 -04004170 *
4171 * This function is always called when node object need to be initialized.
4172 * It initializes all the fields of the node object. Although the reference
4173 * to phba from @ndlp can be obtained indirectly through it's reference to
4174 * @vport, a direct reference to phba is taken here by @ndlp. This is due
4175 * to the life-span of the @ndlp might go beyond the existence of @vport as
4176 * the final release of ndlp is determined by its reference count. And, the
4177 * operation on @ndlp needs the reference to phba.
James Smart109f6ed2008-12-04 22:39:08 -05004178 **/
4179static inline void
4180lpfc_initialize_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4181 uint32_t did)
4182{
4183 INIT_LIST_HEAD(&ndlp->els_retry_evt.evt_listp);
4184 INIT_LIST_HEAD(&ndlp->dev_loss_evt.evt_listp);
4185 init_timer(&ndlp->nlp_delayfunc);
4186 ndlp->nlp_delayfunc.function = lpfc_els_retry_delay;
4187 ndlp->nlp_delayfunc.data = (unsigned long)ndlp;
4188 ndlp->nlp_DID = did;
4189 ndlp->vport = vport;
James Smarta257bf92009-04-06 18:48:10 -04004190 ndlp->phba = vport->phba;
James Smart109f6ed2008-12-04 22:39:08 -05004191 ndlp->nlp_sid = NLP_NO_SID;
4192 kref_init(&ndlp->kref);
4193 NLP_INT_NODE_ACT(ndlp);
4194 atomic_set(&ndlp->cmd_pending, 0);
James Smart7dc517d2010-07-14 15:32:10 -04004195 ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth;
James Smart109f6ed2008-12-04 22:39:08 -05004196}
James Smarte47c9092008-02-08 18:49:26 -05004197
4198struct lpfc_nodelist *
4199lpfc_enable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4200 int state)
4201{
4202 struct lpfc_hba *phba = vport->phba;
4203 uint32_t did;
4204 unsigned long flags;
James Smartcff261f2013-12-17 20:29:47 -05004205 unsigned long *active_rrqs_xri_bitmap = NULL;
James Smarte47c9092008-02-08 18:49:26 -05004206
4207 if (!ndlp)
4208 return NULL;
4209
4210 spin_lock_irqsave(&phba->ndlp_lock, flags);
4211 /* The ndlp should not be in memory free mode */
4212 if (NLP_CHK_FREE_REQ(ndlp)) {
4213 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
4214 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4215 "0277 lpfc_enable_node: ndlp:x%p "
4216 "usgmap:x%x refcnt:%d\n",
4217 (void *)ndlp, ndlp->nlp_usg_map,
4218 atomic_read(&ndlp->kref.refcount));
4219 return NULL;
4220 }
4221 /* The ndlp should not already be in active mode */
4222 if (NLP_CHK_NODE_ACT(ndlp)) {
4223 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
4224 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4225 "0278 lpfc_enable_node: ndlp:x%p "
4226 "usgmap:x%x refcnt:%d\n",
4227 (void *)ndlp, ndlp->nlp_usg_map,
4228 atomic_read(&ndlp->kref.refcount));
4229 return NULL;
4230 }
4231
4232 /* Keep the original DID */
4233 did = ndlp->nlp_DID;
James Smartcff261f2013-12-17 20:29:47 -05004234 if (phba->sli_rev == LPFC_SLI_REV4)
4235 active_rrqs_xri_bitmap = ndlp->active_rrqs_xri_bitmap;
James Smarte47c9092008-02-08 18:49:26 -05004236
4237 /* re-initialize ndlp except of ndlp linked list pointer */
4238 memset((((char *)ndlp) + sizeof (struct list_head)), 0,
4239 sizeof (struct lpfc_nodelist) - sizeof (struct list_head));
James Smart109f6ed2008-12-04 22:39:08 -05004240 lpfc_initialize_node(vport, ndlp, did);
James Smarte47c9092008-02-08 18:49:26 -05004241
James Smartcff261f2013-12-17 20:29:47 -05004242 if (phba->sli_rev == LPFC_SLI_REV4)
4243 ndlp->active_rrqs_xri_bitmap = active_rrqs_xri_bitmap;
4244
James Smarte47c9092008-02-08 18:49:26 -05004245 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
James Smartbe6bb942015-04-07 15:07:22 -04004246 if (vport->phba->sli_rev == LPFC_SLI_REV4) {
James Smart725dd392013-10-10 12:23:30 -04004247 ndlp->nlp_rpi = lpfc_sli4_alloc_rpi(vport->phba);
James Smartbe6bb942015-04-07 15:07:22 -04004248 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4249 "0008 rpi:%x DID:%x flg:%x refcnt:%d "
4250 "map:%x %p\n", ndlp->nlp_rpi, ndlp->nlp_DID,
4251 ndlp->nlp_flag,
4252 atomic_read(&ndlp->kref.refcount),
4253 ndlp->nlp_usg_map, ndlp);
4254 }
James Smart725dd392013-10-10 12:23:30 -04004255
James Smarte47c9092008-02-08 18:49:26 -05004256
4257 if (state != NLP_STE_UNUSED_NODE)
4258 lpfc_nlp_set_state(vport, ndlp, state);
4259
4260 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
4261 "node enable: did:x%x",
4262 ndlp->nlp_DID, 0, 0);
4263 return ndlp;
James Smartde0c5b32007-04-25 09:52:27 -04004264}
4265
4266void
James Smart2e0fef82007-06-17 19:56:36 -05004267lpfc_drop_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smartde0c5b32007-04-25 09:52:27 -04004268{
James Smart87af33f2007-10-27 13:37:43 -04004269 /*
James Smartfa4066b2008-01-11 01:53:27 -05004270 * Use of lpfc_drop_node and UNUSED list: lpfc_drop_node should
James Smart87af33f2007-10-27 13:37:43 -04004271 * be used if we wish to issue the "last" lpfc_nlp_put() to remove
James Smartfa4066b2008-01-11 01:53:27 -05004272 * the ndlp from the vport. The ndlp marked as UNUSED on the list
4273 * until ALL other outstanding threads have completed. We check
4274 * that the ndlp not already in the UNUSED state before we proceed.
James Smart87af33f2007-10-27 13:37:43 -04004275 */
James Smartfa4066b2008-01-11 01:53:27 -05004276 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
4277 return;
James Smart51ef4c22007-08-02 11:10:31 -04004278 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNUSED_NODE);
James Smartbe6bb942015-04-07 15:07:22 -04004279 if (vport->phba->sli_rev == LPFC_SLI_REV4) {
James Smart1151e3e2011-02-16 12:39:35 -05004280 lpfc_cleanup_vports_rrqs(vport, ndlp);
James Smartbe6bb942015-04-07 15:07:22 -04004281 lpfc_unreg_rpi(vport, ndlp);
James Smartbe6bb942015-04-07 15:07:22 -04004282 }
James Smart02902172015-05-21 13:55:17 -04004283
4284 lpfc_nlp_put(ndlp);
James Smart98c9ea52007-10-27 13:37:33 -04004285 return;
dea31012005-04-17 16:05:31 -05004286}
4287
4288/*
4289 * Start / ReStart rescue timer for Discovery / RSCN handling
4290 */
4291void
James Smart2e0fef82007-06-17 19:56:36 -05004292lpfc_set_disctmo(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004293{
James Smart2e0fef82007-06-17 19:56:36 -05004294 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4295 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05004296 uint32_t tmo;
4297
James Smart2e0fef82007-06-17 19:56:36 -05004298 if (vport->port_state == LPFC_LOCAL_CFG_LINK) {
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02004299 /* For FAN, timeout should be greater than edtov */
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004300 tmo = (((phba->fc_edtov + 999) / 1000) + 1);
4301 } else {
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02004302 /* Normal discovery timeout should be > than ELS/CT timeout
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004303 * FC spec states we need 3 * ratov for CT requests
4304 */
4305 tmo = ((phba->fc_ratov * 3) + 3);
4306 }
dea31012005-04-17 16:05:31 -05004307
James Smart858c9f62007-06-17 19:56:39 -05004308
4309 if (!timer_pending(&vport->fc_disctmo)) {
4310 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
4311 "set disc timer: tmo:x%x state:x%x flg:x%x",
4312 tmo, vport->port_state, vport->fc_flag);
4313 }
4314
James Smart256ec0d2013-04-17 20:14:58 -04004315 mod_timer(&vport->fc_disctmo, jiffies + msecs_to_jiffies(1000 * tmo));
James Smart2e0fef82007-06-17 19:56:36 -05004316 spin_lock_irq(shost->host_lock);
4317 vport->fc_flag |= FC_DISC_TMO;
4318 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004319
4320 /* Start Discovery Timer state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04004321 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
4322 "0247 Start Discovery Timer state x%x "
4323 "Data: x%x x%lx x%x x%x\n",
4324 vport->port_state, tmo,
4325 (unsigned long)&vport->fc_disctmo, vport->fc_plogi_cnt,
4326 vport->fc_adisc_cnt);
dea31012005-04-17 16:05:31 -05004327
4328 return;
4329}
4330
4331/*
4332 * Cancel rescue timer for Discovery / RSCN handling
4333 */
4334int
James Smart2e0fef82007-06-17 19:56:36 -05004335lpfc_can_disctmo(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004336{
James Smart2e0fef82007-06-17 19:56:36 -05004337 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart2e0fef82007-06-17 19:56:36 -05004338 unsigned long iflags;
4339
James Smart858c9f62007-06-17 19:56:39 -05004340 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
4341 "can disc timer: state:x%x rtry:x%x flg:x%x",
4342 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
4343
dea31012005-04-17 16:05:31 -05004344 /* Turn off discovery timer if its running */
James Smart2e0fef82007-06-17 19:56:36 -05004345 if (vport->fc_flag & FC_DISC_TMO) {
4346 spin_lock_irqsave(shost->host_lock, iflags);
4347 vport->fc_flag &= ~FC_DISC_TMO;
4348 spin_unlock_irqrestore(shost->host_lock, iflags);
4349 del_timer_sync(&vport->fc_disctmo);
4350 spin_lock_irqsave(&vport->work_port_lock, iflags);
4351 vport->work_port_events &= ~WORKER_DISC_TMO;
4352 spin_unlock_irqrestore(&vport->work_port_lock, iflags);
dea31012005-04-17 16:05:31 -05004353 }
4354
4355 /* Cancel Discovery Timer state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04004356 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
4357 "0248 Cancel Discovery Timer state x%x "
4358 "Data: x%x x%x x%x\n",
4359 vport->port_state, vport->fc_flag,
4360 vport->fc_plogi_cnt, vport->fc_adisc_cnt);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004361 return 0;
dea31012005-04-17 16:05:31 -05004362}
4363
4364/*
4365 * Check specified ring for outstanding IOCB on the SLI queue
4366 * Return true if iocb matches the specified nport
4367 */
4368int
James Smart2e0fef82007-06-17 19:56:36 -05004369lpfc_check_sli_ndlp(struct lpfc_hba *phba,
4370 struct lpfc_sli_ring *pring,
4371 struct lpfc_iocbq *iocb,
4372 struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004373{
James Smart2e0fef82007-06-17 19:56:36 -05004374 struct lpfc_sli *psli = &phba->sli;
4375 IOCB_t *icmd = &iocb->iocb;
James Smart92d7f7b2007-06-17 19:56:38 -05004376 struct lpfc_vport *vport = ndlp->vport;
4377
4378 if (iocb->vport != vport)
4379 return 0;
4380
dea31012005-04-17 16:05:31 -05004381 if (pring->ringno == LPFC_ELS_RING) {
4382 switch (icmd->ulpCommand) {
4383 case CMD_GEN_REQUEST64_CR:
James Smart21e9a0a2009-05-22 14:53:21 -04004384 if (iocb->context_un.ndlp == ndlp)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004385 return 1;
dea31012005-04-17 16:05:31 -05004386 case CMD_ELS_REQUEST64_CR:
James Smart10d4e952006-04-15 11:53:15 -04004387 if (icmd->un.elsreq64.remoteID == ndlp->nlp_DID)
4388 return 1;
dea31012005-04-17 16:05:31 -05004389 case CMD_XMIT_ELS_RSP64_CX:
4390 if (iocb->context1 == (uint8_t *) ndlp)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004391 return 1;
dea31012005-04-17 16:05:31 -05004392 }
James Smarta4bc3372006-12-02 13:34:16 -05004393 } else if (pring->ringno == psli->extra_ring) {
dea31012005-04-17 16:05:31 -05004394
4395 } else if (pring->ringno == psli->fcp_ring) {
4396 /* Skip match check if waiting to relogin to FCP target */
4397 if ((ndlp->nlp_type & NLP_FCP_TARGET) &&
James Smart92d7f7b2007-06-17 19:56:38 -05004398 (ndlp->nlp_flag & NLP_DELAY_TMO)) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004399 return 0;
dea31012005-04-17 16:05:31 -05004400 }
4401 if (icmd->ulpContext == (volatile ushort)ndlp->nlp_rpi) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004402 return 1;
dea31012005-04-17 16:05:31 -05004403 }
4404 } else if (pring->ringno == psli->next_ring) {
4405
4406 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004407 return 0;
dea31012005-04-17 16:05:31 -05004408}
4409
4410/*
4411 * Free resources / clean up outstanding I/Os
4412 * associated with nlp_rpi in the LPFC_NODELIST entry.
4413 */
4414static int
James Smart2e0fef82007-06-17 19:56:36 -05004415lpfc_no_rpi(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004416{
James Smart2534ba72007-04-25 09:52:20 -04004417 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05004418 struct lpfc_sli *psli;
4419 struct lpfc_sli_ring *pring;
4420 struct lpfc_iocbq *iocb, *next_iocb;
James Smart6a9c52c2009-10-02 15:16:51 -04004421 uint32_t i;
dea31012005-04-17 16:05:31 -05004422
James Smart92d7f7b2007-06-17 19:56:38 -05004423 lpfc_fabric_abort_nport(ndlp);
4424
dea31012005-04-17 16:05:31 -05004425 /*
4426 * Everything that matches on txcmplq will be returned
4427 * by firmware with a no rpi error.
4428 */
4429 psli = &phba->sli;
James Smart40426292010-12-15 17:58:10 -05004430 if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
dea31012005-04-17 16:05:31 -05004431 /* Now process each ring */
4432 for (i = 0; i < psli->num_rings; i++) {
4433 pring = &psli->ring[i];
4434
James Smart2e0fef82007-06-17 19:56:36 -05004435 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004436 list_for_each_entry_safe(iocb, next_iocb, &pring->txq,
James Smart2e0fef82007-06-17 19:56:36 -05004437 list) {
dea31012005-04-17 16:05:31 -05004438 /*
4439 * Check to see if iocb matches the nport we are
4440 * looking for
4441 */
James Smart92d7f7b2007-06-17 19:56:38 -05004442 if ((lpfc_check_sli_ndlp(phba, pring, iocb,
4443 ndlp))) {
dea31012005-04-17 16:05:31 -05004444 /* It matches, so deque and call compl
4445 with an error */
James Smart2534ba72007-04-25 09:52:20 -04004446 list_move_tail(&iocb->list,
4447 &completions);
dea31012005-04-17 16:05:31 -05004448 }
4449 }
James Smart2e0fef82007-06-17 19:56:36 -05004450 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004451 }
4452 }
James Smart2534ba72007-04-25 09:52:20 -04004453
James Smarta257bf92009-04-06 18:48:10 -04004454 /* Cancel all the IOCBs from the completions list */
4455 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
4456 IOERR_SLI_ABORTED);
James Smart2534ba72007-04-25 09:52:20 -04004457
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004458 return 0;
dea31012005-04-17 16:05:31 -05004459}
4460
James Smart086a3452012-08-14 14:25:21 -04004461/**
4462 * lpfc_nlp_logo_unreg - Unreg mailbox completion handler before LOGO
4463 * @phba: Pointer to HBA context object.
4464 * @pmb: Pointer to mailbox object.
4465 *
4466 * This function will issue an ELS LOGO command after completing
4467 * the UNREG_RPI.
4468 **/
Rashika Kheriab86a6752014-09-03 12:55:17 -04004469static void
James Smart086a3452012-08-14 14:25:21 -04004470lpfc_nlp_logo_unreg(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
4471{
4472 struct lpfc_vport *vport = pmb->vport;
4473 struct lpfc_nodelist *ndlp;
4474
4475 ndlp = (struct lpfc_nodelist *)(pmb->context1);
4476 if (!ndlp)
4477 return;
4478 lpfc_issue_els_logo(vport, ndlp, 0);
James Smart4aa74c32013-09-06 12:19:06 -04004479 mempool_free(pmb, phba->mbox_mem_pool);
James Smart086a3452012-08-14 14:25:21 -04004480}
4481
dea31012005-04-17 16:05:31 -05004482/*
4483 * Free rpi associated with LPFC_NODELIST entry.
4484 * This routine is called from lpfc_freenode(), when we are removing
4485 * a LPFC_NODELIST entry. It is also called if the driver initiates a
4486 * LOGO that completes successfully, and we are waiting to PLOGI back
4487 * to the remote NPort. In addition, it is called after we receive
4488 * and unsolicated ELS cmd, send back a rsp, the rsp completes and
4489 * we are waiting to PLOGI back to the remote NPort.
4490 */
4491int
James Smart2e0fef82007-06-17 19:56:36 -05004492lpfc_unreg_rpi(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004493{
James Smart2e0fef82007-06-17 19:56:36 -05004494 struct lpfc_hba *phba = vport->phba;
4495 LPFC_MBOXQ_t *mbox;
dea31012005-04-17 16:05:31 -05004496 int rc;
James Smart6d368e52011-05-24 11:44:12 -04004497 uint16_t rpi;
dea31012005-04-17 16:05:31 -05004498
James Smartf454a9a2013-09-06 12:20:07 -04004499 if (ndlp->nlp_flag & NLP_RPI_REGISTERED ||
4500 ndlp->nlp_flag & NLP_REG_LOGIN_SEND) {
4501 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND)
4502 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
4503 "3366 RPI x%x needs to be "
4504 "unregistered nlp_flag x%x "
4505 "did x%x\n",
4506 ndlp->nlp_rpi, ndlp->nlp_flag,
4507 ndlp->nlp_DID);
James Smart2e0fef82007-06-17 19:56:36 -05004508 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4509 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04004510 /* SLI4 ports require the physical rpi value. */
4511 rpi = ndlp->nlp_rpi;
4512 if (phba->sli_rev == LPFC_SLI_REV4)
4513 rpi = phba->sli4_hba.rpi_ids[ndlp->nlp_rpi];
James Smart086a3452012-08-14 14:25:21 -04004514
James Smart6d368e52011-05-24 11:44:12 -04004515 lpfc_unreg_login(phba, vport->vpi, rpi, mbox);
James Smarted957682007-06-17 19:56:37 -05004516 mbox->vport = vport;
James Smart086a3452012-08-14 14:25:21 -04004517 if (ndlp->nlp_flag & NLP_ISSUE_LOGO) {
4518 mbox->context1 = ndlp;
4519 mbox->mbox_cmpl = lpfc_nlp_logo_unreg;
4520 } else {
James Smartbe6bb942015-04-07 15:07:22 -04004521 if (phba->sli_rev == LPFC_SLI_REV4 &&
4522 (!(vport->load_flag & FC_UNLOADING)) &&
4523 (bf_get(lpfc_sli_intf_if_type,
4524 &phba->sli4_hba.sli_intf) ==
4525 LPFC_SLI_INTF_IF_TYPE_2)) {
4526 mbox->context1 = lpfc_nlp_get(ndlp);
4527 mbox->mbox_cmpl =
4528 lpfc_sli4_unreg_rpi_cmpl_clr;
4529 } else
4530 mbox->mbox_cmpl =
4531 lpfc_sli_def_mbox_cmpl;
James Smart086a3452012-08-14 14:25:21 -04004532 }
4533
James Smart0b727fe2007-10-27 13:37:25 -04004534 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
dea31012005-04-17 16:05:31 -05004535 if (rc == MBX_NOT_FINISHED)
James Smart2e0fef82007-06-17 19:56:36 -05004536 mempool_free(mbox, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05004537 }
dea31012005-04-17 16:05:31 -05004538 lpfc_no_rpi(phba, ndlp);
James Smartd7c47992010-06-08 18:31:54 -04004539
James Smart40426292010-12-15 17:58:10 -05004540 if (phba->sli_rev != LPFC_SLI_REV4)
4541 ndlp->nlp_rpi = 0;
4542 ndlp->nlp_flag &= ~NLP_RPI_REGISTERED;
James Smart0c287582009-06-10 17:22:56 -04004543 ndlp->nlp_flag &= ~NLP_NPR_ADISC;
dea31012005-04-17 16:05:31 -05004544 return 1;
4545 }
4546 return 0;
4547}
4548
James Smartecfd03c2010-02-12 14:41:27 -05004549/**
4550 * lpfc_unreg_hba_rpis - Unregister rpis registered to the hba.
4551 * @phba: pointer to lpfc hba data structure.
4552 *
4553 * This routine is invoked to unregister all the currently registered RPIs
4554 * to the HBA.
4555 **/
4556void
4557lpfc_unreg_hba_rpis(struct lpfc_hba *phba)
4558{
4559 struct lpfc_vport **vports;
4560 struct lpfc_nodelist *ndlp;
4561 struct Scsi_Host *shost;
4562 int i;
4563
4564 vports = lpfc_create_vport_work_array(phba);
James Smart63e801c2010-11-20 23:14:19 -05004565 if (!vports) {
4566 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
4567 "2884 Vport array allocation failed \n");
4568 return;
4569 }
James Smartecfd03c2010-02-12 14:41:27 -05004570 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
4571 shost = lpfc_shost_from_vport(vports[i]);
4572 spin_lock_irq(shost->host_lock);
4573 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) {
James Smart40426292010-12-15 17:58:10 -05004574 if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
James Smart0c9ab6f2010-02-26 14:15:57 -05004575 /* The mempool_alloc might sleep */
4576 spin_unlock_irq(shost->host_lock);
James Smartecfd03c2010-02-12 14:41:27 -05004577 lpfc_unreg_rpi(vports[i], ndlp);
James Smart0c9ab6f2010-02-26 14:15:57 -05004578 spin_lock_irq(shost->host_lock);
4579 }
James Smartecfd03c2010-02-12 14:41:27 -05004580 }
4581 spin_unlock_irq(shost->host_lock);
4582 }
4583 lpfc_destroy_vport_work_array(phba, vports);
4584}
4585
James Smart92d7f7b2007-06-17 19:56:38 -05004586void
4587lpfc_unreg_all_rpis(struct lpfc_vport *vport)
4588{
4589 struct lpfc_hba *phba = vport->phba;
4590 LPFC_MBOXQ_t *mbox;
4591 int rc;
4592
James Smart5af5eee2010-10-22 11:06:38 -04004593 if (phba->sli_rev == LPFC_SLI_REV4) {
4594 lpfc_sli4_unreg_all_rpis(vport);
4595 return;
4596 }
4597
James Smart92d7f7b2007-06-17 19:56:38 -05004598 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4599 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04004600 lpfc_unreg_login(phba, vport->vpi, LPFC_UNREG_ALL_RPIS_VPORT,
4601 mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05004602 mbox->vport = vport;
4603 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart09372822008-01-11 01:52:54 -05004604 mbox->context1 = NULL;
4605 rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO);
James Smarta257bf92009-04-06 18:48:10 -04004606 if (rc != MBX_TIMEOUT)
James Smart92d7f7b2007-06-17 19:56:38 -05004607 mempool_free(mbox, phba->mbox_mem_pool);
James Smarta257bf92009-04-06 18:48:10 -04004608
4609 if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED))
4610 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
4611 "1836 Could not issue "
4612 "unreg_login(all_rpis) status %d\n", rc);
James Smart92d7f7b2007-06-17 19:56:38 -05004613 }
4614}
4615
4616void
4617lpfc_unreg_default_rpis(struct lpfc_vport *vport)
4618{
4619 struct lpfc_hba *phba = vport->phba;
4620 LPFC_MBOXQ_t *mbox;
4621 int rc;
4622
4623 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4624 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04004625 lpfc_unreg_did(phba, vport->vpi, LPFC_UNREG_ALL_DFLT_RPIS,
4626 mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05004627 mbox->vport = vport;
4628 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart09372822008-01-11 01:52:54 -05004629 mbox->context1 = NULL;
4630 rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO);
James Smarta257bf92009-04-06 18:48:10 -04004631 if (rc != MBX_TIMEOUT)
4632 mempool_free(mbox, phba->mbox_mem_pool);
4633
4634 if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED))
James Smarte8b62012007-08-02 11:10:09 -04004635 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
4636 "1815 Could not issue "
James Smarta257bf92009-04-06 18:48:10 -04004637 "unreg_did (default rpis) status %d\n",
4638 rc);
James Smart92d7f7b2007-06-17 19:56:38 -05004639 }
4640}
4641
dea31012005-04-17 16:05:31 -05004642/*
4643 * Free resources associated with LPFC_NODELIST entry
4644 * so it can be freed.
4645 */
4646static int
James Smart2e0fef82007-06-17 19:56:36 -05004647lpfc_cleanup_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004648{
James Smart2e0fef82007-06-17 19:56:36 -05004649 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4650 struct lpfc_hba *phba = vport->phba;
4651 LPFC_MBOXQ_t *mb, *nextmb;
dea31012005-04-17 16:05:31 -05004652 struct lpfc_dmabuf *mp;
dea31012005-04-17 16:05:31 -05004653
4654 /* Cleanup node for NPort <nlp_DID> */
James Smarte8b62012007-08-02 11:10:09 -04004655 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4656 "0900 Cleanup node for NPort x%x "
4657 "Data: x%x x%x x%x\n",
4658 ndlp->nlp_DID, ndlp->nlp_flag,
4659 ndlp->nlp_state, ndlp->nlp_rpi);
James Smarte47c9092008-02-08 18:49:26 -05004660 if (NLP_CHK_FREE_REQ(ndlp)) {
4661 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4662 "0280 lpfc_cleanup_node: ndlp:x%p "
4663 "usgmap:x%x refcnt:%d\n",
4664 (void *)ndlp, ndlp->nlp_usg_map,
4665 atomic_read(&ndlp->kref.refcount));
4666 lpfc_dequeue_node(vport, ndlp);
4667 } else {
4668 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4669 "0281 lpfc_cleanup_node: ndlp:x%p "
4670 "usgmap:x%x refcnt:%d\n",
4671 (void *)ndlp, ndlp->nlp_usg_map,
4672 atomic_read(&ndlp->kref.refcount));
4673 lpfc_disable_node(vport, ndlp);
4674 }
dea31012005-04-17 16:05:31 -05004675
James Smart086a3452012-08-14 14:25:21 -04004676
4677 /* Don't need to clean up REG_LOGIN64 cmds for Default RPI cleanup */
4678
dea31012005-04-17 16:05:31 -05004679 /* cleanup any ndlp on mbox q waiting for reglogin cmpl */
4680 if ((mb = phba->sli.mbox_active)) {
James Smart04c68492009-05-22 14:52:52 -04004681 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) &&
James Smart086a3452012-08-14 14:25:21 -04004682 !(mb->mbox_flag & LPFC_MBX_IMED_UNREG) &&
dea31012005-04-17 16:05:31 -05004683 (ndlp == (struct lpfc_nodelist *) mb->context2)) {
4684 mb->context2 = NULL;
4685 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
4686 }
4687 }
James Smart33ccf8d2006-08-17 11:57:58 -04004688
James Smart2e0fef82007-06-17 19:56:36 -05004689 spin_lock_irq(&phba->hbalock);
James Smart5ac6b302010-10-22 11:05:36 -04004690 /* Cleanup REG_LOGIN completions which are not yet processed */
4691 list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) {
4692 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) ||
James Smart086a3452012-08-14 14:25:21 -04004693 (mb->mbox_flag & LPFC_MBX_IMED_UNREG) ||
James Smart5ac6b302010-10-22 11:05:36 -04004694 (ndlp != (struct lpfc_nodelist *) mb->context2))
4695 continue;
4696
4697 mb->context2 = NULL;
4698 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
4699 }
4700
dea31012005-04-17 16:05:31 -05004701 list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) {
James Smart04c68492009-05-22 14:52:52 -04004702 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) &&
James Smart086a3452012-08-14 14:25:21 -04004703 !(mb->mbox_flag & LPFC_MBX_IMED_UNREG) &&
James Smart92d7f7b2007-06-17 19:56:38 -05004704 (ndlp == (struct lpfc_nodelist *) mb->context2)) {
dea31012005-04-17 16:05:31 -05004705 mp = (struct lpfc_dmabuf *) (mb->context1);
4706 if (mp) {
James Smart2e0fef82007-06-17 19:56:36 -05004707 __lpfc_mbuf_free(phba, mp->virt, mp->phys);
dea31012005-04-17 16:05:31 -05004708 kfree(mp);
4709 }
4710 list_del(&mb->list);
4711 mempool_free(mb, phba->mbox_mem_pool);
James Smarte47c9092008-02-08 18:49:26 -05004712 /* We shall not invoke the lpfc_nlp_put to decrement
4713 * the ndlp reference count as we are in the process
4714 * of lpfc_nlp_release.
4715 */
dea31012005-04-17 16:05:31 -05004716 }
4717 }
James Smart2e0fef82007-06-17 19:56:36 -05004718 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004719
James Smarte47c9092008-02-08 18:49:26 -05004720 lpfc_els_abort(phba, ndlp);
4721
James Smart2e0fef82007-06-17 19:56:36 -05004722 spin_lock_irq(shost->host_lock);
James Smartc01f3202006-08-18 17:47:08 -04004723 ndlp->nlp_flag &= ~NLP_DELAY_TMO;
James Smart2e0fef82007-06-17 19:56:36 -05004724 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004725
Jamie Wellnitz5024ab12006-02-28 19:25:28 -05004726 ndlp->nlp_last_elscmd = 0;
dea31012005-04-17 16:05:31 -05004727 del_timer_sync(&ndlp->nlp_delayfunc);
4728
James Smart0d2b6b82008-06-14 22:52:47 -04004729 list_del_init(&ndlp->els_retry_evt.evt_listp);
4730 list_del_init(&ndlp->dev_loss_evt.evt_listp);
James Smart1151e3e2011-02-16 12:39:35 -05004731 lpfc_cleanup_vports_rrqs(vport, ndlp);
James Smart2e0fef82007-06-17 19:56:36 -05004732 lpfc_unreg_rpi(vport, ndlp);
dea31012005-04-17 16:05:31 -05004733
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004734 return 0;
dea31012005-04-17 16:05:31 -05004735}
4736
4737/*
4738 * Check to see if we can free the nlp back to the freelist.
4739 * If we are in the middle of using the nlp in the discovery state
4740 * machine, defer the free till we reach the end of the state machine.
4741 */
James Smart329f9bc2007-04-25 09:53:01 -04004742static void
James Smart2e0fef82007-06-17 19:56:36 -05004743lpfc_nlp_remove(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004744{
James Smarta8adb832007-10-27 13:37:53 -04004745 struct lpfc_hba *phba = vport->phba;
James Smart1dcb58e2007-04-25 09:51:30 -04004746 struct lpfc_rport_data *rdata;
James Smart466e8402015-05-21 13:55:28 -04004747 struct fc_rport *rport;
James Smarta8adb832007-10-27 13:37:53 -04004748 LPFC_MBOXQ_t *mbox;
4749 int rc;
dea31012005-04-17 16:05:31 -05004750
James Smart0d2b6b82008-06-14 22:52:47 -04004751 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smart21e9a0a2009-05-22 14:53:21 -04004752 if ((ndlp->nlp_flag & NLP_DEFER_RM) &&
James Smart40426292010-12-15 17:58:10 -05004753 !(ndlp->nlp_flag & NLP_REG_LOGIN_SEND) &&
4754 !(ndlp->nlp_flag & NLP_RPI_REGISTERED)) {
James Smarta8adb832007-10-27 13:37:53 -04004755 /* For this case we need to cleanup the default rpi
4756 * allocated by the firmware.
4757 */
James Smartbe6bb942015-04-07 15:07:22 -04004758 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4759 "0005 rpi:%x DID:%x flg:%x %d map:%x %p\n",
4760 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag,
4761 atomic_read(&ndlp->kref.refcount),
4762 ndlp->nlp_usg_map, ndlp);
James Smarta8adb832007-10-27 13:37:53 -04004763 if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL))
4764 != NULL) {
James Smart21e9a0a2009-05-22 14:53:21 -04004765 rc = lpfc_reg_rpi(phba, vport->vpi, ndlp->nlp_DID,
James Smart40426292010-12-15 17:58:10 -05004766 (uint8_t *) &vport->fc_sparam, mbox, ndlp->nlp_rpi);
James Smarta8adb832007-10-27 13:37:53 -04004767 if (rc) {
4768 mempool_free(mbox, phba->mbox_mem_pool);
4769 }
4770 else {
4771 mbox->mbox_flag |= LPFC_MBX_IMED_UNREG;
4772 mbox->mbox_cmpl = lpfc_mbx_cmpl_dflt_rpi;
4773 mbox->vport = vport;
James Smart086a3452012-08-14 14:25:21 -04004774 mbox->context2 = ndlp;
James Smarta8adb832007-10-27 13:37:53 -04004775 rc =lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
4776 if (rc == MBX_NOT_FINISHED) {
4777 mempool_free(mbox, phba->mbox_mem_pool);
4778 }
4779 }
4780 }
4781 }
James Smart2e0fef82007-06-17 19:56:36 -05004782 lpfc_cleanup_node(vport, ndlp);
James Smart1dcb58e2007-04-25 09:51:30 -04004783
James Smart2e0fef82007-06-17 19:56:36 -05004784 /*
James Smart466e8402015-05-21 13:55:28 -04004785 * ndlp->rport must be set to NULL before it reaches here
4786 * i.e. break rport/node link before doing lpfc_nlp_put for
4787 * registered rport and then drop the reference of rport.
James Smart2e0fef82007-06-17 19:56:36 -05004788 */
James Smart92d7f7b2007-06-17 19:56:38 -05004789 if (ndlp->rport) {
James Smart466e8402015-05-21 13:55:28 -04004790 /*
4791 * extra lpfc_nlp_put dropped the reference of ndlp
4792 * for registered rport so need to cleanup rport
4793 */
4794 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4795 "0940 removed node x%p DID x%x "
4796 " rport not null %p\n",
4797 ndlp, ndlp->nlp_DID, ndlp->rport);
4798 rport = ndlp->rport;
4799 rdata = rport->dd_data;
James Smart329f9bc2007-04-25 09:53:01 -04004800 rdata->pnode = NULL;
4801 ndlp->rport = NULL;
James Smart466e8402015-05-21 13:55:28 -04004802 put_device(&rport->dev);
dea31012005-04-17 16:05:31 -05004803 }
dea31012005-04-17 16:05:31 -05004804}
4805
4806static int
James Smart2e0fef82007-06-17 19:56:36 -05004807lpfc_matchdid(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4808 uint32_t did)
dea31012005-04-17 16:05:31 -05004809{
James Smart2e0fef82007-06-17 19:56:36 -05004810 D_ID mydid, ndlpdid, matchdid;
dea31012005-04-17 16:05:31 -05004811
4812 if (did == Bcast_DID)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004813 return 0;
dea31012005-04-17 16:05:31 -05004814
dea31012005-04-17 16:05:31 -05004815 /* First check for Direct match */
4816 if (ndlp->nlp_DID == did)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004817 return 1;
dea31012005-04-17 16:05:31 -05004818
4819 /* Next check for area/domain identically equals 0 match */
James Smart2e0fef82007-06-17 19:56:36 -05004820 mydid.un.word = vport->fc_myDID;
dea31012005-04-17 16:05:31 -05004821 if ((mydid.un.b.domain == 0) && (mydid.un.b.area == 0)) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004822 return 0;
dea31012005-04-17 16:05:31 -05004823 }
4824
4825 matchdid.un.word = did;
4826 ndlpdid.un.word = ndlp->nlp_DID;
4827 if (matchdid.un.b.id == ndlpdid.un.b.id) {
4828 if ((mydid.un.b.domain == matchdid.un.b.domain) &&
4829 (mydid.un.b.area == matchdid.un.b.area)) {
James Smart6b337e02015-05-21 13:55:23 -04004830 /* This code is supposed to match the ID
4831 * for a private loop device that is
4832 * connect to fl_port. But we need to
4833 * check that the port did not just go
4834 * from pt2pt to fabric or we could end
4835 * up matching ndlp->nlp_DID 000001 to
4836 * fabric DID 0x20101
4837 */
dea31012005-04-17 16:05:31 -05004838 if ((ndlpdid.un.b.domain == 0) &&
4839 (ndlpdid.un.b.area == 0)) {
James Smart6b337e02015-05-21 13:55:23 -04004840 if (ndlpdid.un.b.id &&
4841 vport->phba->fc_topology ==
4842 LPFC_TOPOLOGY_LOOP)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004843 return 1;
dea31012005-04-17 16:05:31 -05004844 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004845 return 0;
dea31012005-04-17 16:05:31 -05004846 }
4847
4848 matchdid.un.word = ndlp->nlp_DID;
4849 if ((mydid.un.b.domain == ndlpdid.un.b.domain) &&
4850 (mydid.un.b.area == ndlpdid.un.b.area)) {
4851 if ((matchdid.un.b.domain == 0) &&
4852 (matchdid.un.b.area == 0)) {
4853 if (matchdid.un.b.id)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004854 return 1;
dea31012005-04-17 16:05:31 -05004855 }
4856 }
4857 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004858 return 0;
dea31012005-04-17 16:05:31 -05004859}
4860
James Smart685f0bf2007-04-25 09:53:08 -04004861/* Search for a nodelist entry */
James Smart2e0fef82007-06-17 19:56:36 -05004862static struct lpfc_nodelist *
4863__lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05004864{
James Smart2fb9bd82006-12-02 13:33:57 -05004865 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05004866 uint32_t data1;
4867
James Smart2e0fef82007-06-17 19:56:36 -05004868 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
4869 if (lpfc_matchdid(vport, ndlp, did)) {
James Smart685f0bf2007-04-25 09:53:08 -04004870 data1 = (((uint32_t) ndlp->nlp_state << 24) |
4871 ((uint32_t) ndlp->nlp_xri << 16) |
4872 ((uint32_t) ndlp->nlp_type << 8) |
4873 ((uint32_t) ndlp->nlp_rpi & 0xff));
James Smarte8b62012007-08-02 11:10:09 -04004874 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4875 "0929 FIND node DID "
James Smartcff261f2013-12-17 20:29:47 -05004876 "Data: x%p x%x x%x x%x %p\n",
James Smarte8b62012007-08-02 11:10:09 -04004877 ndlp, ndlp->nlp_DID,
James Smartcff261f2013-12-17 20:29:47 -05004878 ndlp->nlp_flag, data1,
4879 ndlp->active_rrqs_xri_bitmap);
James Smart685f0bf2007-04-25 09:53:08 -04004880 return ndlp;
dea31012005-04-17 16:05:31 -05004881 }
4882 }
Jamie Wellnitz66a9ed62006-02-28 22:33:10 -05004883
dea31012005-04-17 16:05:31 -05004884 /* FIND node did <did> NOT FOUND */
James Smarte8b62012007-08-02 11:10:09 -04004885 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4886 "0932 FIND node did x%x NOT FOUND.\n", did);
dea31012005-04-17 16:05:31 -05004887 return NULL;
4888}
4889
4890struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05004891lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05004892{
James Smart2e0fef82007-06-17 19:56:36 -05004893 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
dea31012005-04-17 16:05:31 -05004894 struct lpfc_nodelist *ndlp;
James Smartfedd3b72011-02-16 12:39:24 -05004895 unsigned long iflags;
dea31012005-04-17 16:05:31 -05004896
James Smartfedd3b72011-02-16 12:39:24 -05004897 spin_lock_irqsave(shost->host_lock, iflags);
James Smart2e0fef82007-06-17 19:56:36 -05004898 ndlp = __lpfc_findnode_did(vport, did);
James Smartfedd3b72011-02-16 12:39:24 -05004899 spin_unlock_irqrestore(shost->host_lock, iflags);
James Smart2e0fef82007-06-17 19:56:36 -05004900 return ndlp;
4901}
4902
4903struct lpfc_nodelist *
4904lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did)
4905{
4906 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4907 struct lpfc_nodelist *ndlp;
4908
4909 ndlp = lpfc_findnode_did(vport, did);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004910 if (!ndlp) {
James Smart2e0fef82007-06-17 19:56:36 -05004911 if ((vport->fc_flag & FC_RSCN_MODE) != 0 &&
4912 lpfc_rscn_payload_check(vport, did) == 0)
dea31012005-04-17 16:05:31 -05004913 return NULL;
4914 ndlp = (struct lpfc_nodelist *)
James Smart2e0fef82007-06-17 19:56:36 -05004915 mempool_alloc(vport->phba->nlp_mem_pool, GFP_KERNEL);
dea31012005-04-17 16:05:31 -05004916 if (!ndlp)
4917 return NULL;
James Smart2e0fef82007-06-17 19:56:36 -05004918 lpfc_nlp_init(vport, ndlp, did);
4919 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
4920 spin_lock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004921 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smart2e0fef82007-06-17 19:56:36 -05004922 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004923 return ndlp;
James Smarte47c9092008-02-08 18:49:26 -05004924 } else if (!NLP_CHK_NODE_ACT(ndlp)) {
4925 ndlp = lpfc_enable_node(vport, ndlp, NLP_STE_NPR_NODE);
4926 if (!ndlp)
4927 return NULL;
4928 spin_lock_irq(shost->host_lock);
4929 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
4930 spin_unlock_irq(shost->host_lock);
4931 return ndlp;
dea31012005-04-17 16:05:31 -05004932 }
James Smarte47c9092008-02-08 18:49:26 -05004933
James Smart58da1ff2008-04-07 10:15:56 -04004934 if ((vport->fc_flag & FC_RSCN_MODE) &&
4935 !(vport->fc_flag & FC_NDISC_ACTIVE)) {
James Smart2e0fef82007-06-17 19:56:36 -05004936 if (lpfc_rscn_payload_check(vport, did)) {
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004937 /* If we've already received a PLOGI from this NPort
James Smart87af33f2007-10-27 13:37:43 -04004938 * we don't need to try to discover it again.
4939 */
4940 if (ndlp->nlp_flag & NLP_RCV_PLOGI)
4941 return NULL;
4942
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004943 /* Since this node is marked for discovery,
4944 * delay timeout is not needed.
4945 */
James Smart0d2b6b82008-06-14 22:52:47 -04004946 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smarta257bf92009-04-06 18:48:10 -04004947 spin_lock_irq(shost->host_lock);
4948 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
4949 spin_unlock_irq(shost->host_lock);
James Smart071fbd3d2006-04-15 11:53:20 -04004950 } else
dea31012005-04-17 16:05:31 -05004951 ndlp = NULL;
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004952 } else {
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004953 /* If we've already received a PLOGI from this NPort,
James Smart87af33f2007-10-27 13:37:43 -04004954 * or we are already in the process of discovery on it,
4955 * we don't need to try to discover it again.
4956 */
James Smart685f0bf2007-04-25 09:53:08 -04004957 if (ndlp->nlp_state == NLP_STE_ADISC_ISSUE ||
James Smart87af33f2007-10-27 13:37:43 -04004958 ndlp->nlp_state == NLP_STE_PLOGI_ISSUE ||
4959 ndlp->nlp_flag & NLP_RCV_PLOGI)
dea31012005-04-17 16:05:31 -05004960 return NULL;
James Smart2e0fef82007-06-17 19:56:36 -05004961 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
4962 spin_lock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004963 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smart2e0fef82007-06-17 19:56:36 -05004964 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004965 }
4966 return ndlp;
4967}
4968
4969/* Build a list of nodes to discover based on the loopmap */
4970void
James Smart2e0fef82007-06-17 19:56:36 -05004971lpfc_disc_list_loopmap(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004972{
James Smart2e0fef82007-06-17 19:56:36 -05004973 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05004974 int j;
4975 uint32_t alpa, index;
4976
James Smart2e0fef82007-06-17 19:56:36 -05004977 if (!lpfc_is_link_up(phba))
dea31012005-04-17 16:05:31 -05004978 return;
James Smart2e0fef82007-06-17 19:56:36 -05004979
James Smart76a95d72010-11-20 23:11:48 -05004980 if (phba->fc_topology != LPFC_TOPOLOGY_LOOP)
dea31012005-04-17 16:05:31 -05004981 return;
dea31012005-04-17 16:05:31 -05004982
4983 /* Check for loop map present or not */
4984 if (phba->alpa_map[0]) {
4985 for (j = 1; j <= phba->alpa_map[0]; j++) {
4986 alpa = phba->alpa_map[j];
James Smart2e0fef82007-06-17 19:56:36 -05004987 if (((vport->fc_myDID & 0xff) == alpa) || (alpa == 0))
dea31012005-04-17 16:05:31 -05004988 continue;
James Smart2e0fef82007-06-17 19:56:36 -05004989 lpfc_setup_disc_node(vport, alpa);
dea31012005-04-17 16:05:31 -05004990 }
4991 } else {
4992 /* No alpamap, so try all alpa's */
4993 for (j = 0; j < FC_MAXLOOP; j++) {
4994 /* If cfg_scan_down is set, start from highest
4995 * ALPA (0xef) to lowest (0x1).
4996 */
James Smart3de2a652007-08-02 11:09:59 -04004997 if (vport->cfg_scan_down)
dea31012005-04-17 16:05:31 -05004998 index = j;
4999 else
5000 index = FC_MAXLOOP - j - 1;
5001 alpa = lpfcAlpaArray[index];
James Smart2e0fef82007-06-17 19:56:36 -05005002 if ((vport->fc_myDID & 0xff) == alpa)
dea31012005-04-17 16:05:31 -05005003 continue;
James Smart2e0fef82007-06-17 19:56:36 -05005004 lpfc_setup_disc_node(vport, alpa);
dea31012005-04-17 16:05:31 -05005005 }
5006 }
5007 return;
5008}
5009
dea31012005-04-17 16:05:31 -05005010void
James Smart2e0fef82007-06-17 19:56:36 -05005011lpfc_issue_clear_la(struct lpfc_hba *phba, struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005012{
dea31012005-04-17 16:05:31 -05005013 LPFC_MBOXQ_t *mbox;
James Smart2e0fef82007-06-17 19:56:36 -05005014 struct lpfc_sli *psli = &phba->sli;
5015 struct lpfc_sli_ring *extra_ring = &psli->ring[psli->extra_ring];
5016 struct lpfc_sli_ring *fcp_ring = &psli->ring[psli->fcp_ring];
5017 struct lpfc_sli_ring *next_ring = &psli->ring[psli->next_ring];
5018 int rc;
5019
James Smart92d7f7b2007-06-17 19:56:38 -05005020 /*
5021 * if it's not a physical port or if we already send
5022 * clear_la then don't send it.
5023 */
5024 if ((phba->link_state >= LPFC_CLEAR_LA) ||
James Smartda0436e2009-05-22 14:51:39 -04005025 (vport->port_type != LPFC_PHYSICAL_PORT) ||
5026 (phba->sli_rev == LPFC_SLI_REV4))
James Smart92d7f7b2007-06-17 19:56:38 -05005027 return;
5028
James Smart2e0fef82007-06-17 19:56:36 -05005029 /* Link up discovery */
5030 if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL)) != NULL) {
5031 phba->link_state = LPFC_CLEAR_LA;
5032 lpfc_clear_la(phba, mbox);
5033 mbox->mbox_cmpl = lpfc_mbx_cmpl_clear_la;
5034 mbox->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -04005035 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart2e0fef82007-06-17 19:56:36 -05005036 if (rc == MBX_NOT_FINISHED) {
5037 mempool_free(mbox, phba->mbox_mem_pool);
5038 lpfc_disc_flush_list(vport);
5039 extra_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
5040 fcp_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
5041 next_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
James Smart92d7f7b2007-06-17 19:56:38 -05005042 phba->link_state = LPFC_HBA_ERROR;
5043 }
5044 }
5045}
5046
5047/* Reg_vpi to tell firmware to resume normal operations */
5048void
5049lpfc_issue_reg_vpi(struct lpfc_hba *phba, struct lpfc_vport *vport)
5050{
5051 LPFC_MBOXQ_t *regvpimbox;
5052
5053 regvpimbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5054 if (regvpimbox) {
James Smartda0436e2009-05-22 14:51:39 -04005055 lpfc_reg_vpi(vport, regvpimbox);
James Smart92d7f7b2007-06-17 19:56:38 -05005056 regvpimbox->mbox_cmpl = lpfc_mbx_cmpl_reg_vpi;
5057 regvpimbox->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -04005058 if (lpfc_sli_issue_mbox(phba, regvpimbox, MBX_NOWAIT)
James Smart92d7f7b2007-06-17 19:56:38 -05005059 == MBX_NOT_FINISHED) {
5060 mempool_free(regvpimbox, phba->mbox_mem_pool);
James Smart2e0fef82007-06-17 19:56:36 -05005061 }
5062 }
5063}
5064
5065/* Start Link up / RSCN discovery on NPR nodes */
5066void
5067lpfc_disc_start(struct lpfc_vport *vport)
5068{
5069 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5070 struct lpfc_hba *phba = vport->phba;
James Smart685f0bf2007-04-25 09:53:08 -04005071 uint32_t num_sent;
dea31012005-04-17 16:05:31 -05005072 uint32_t clear_la_pending;
dea31012005-04-17 16:05:31 -05005073
James Smarte74c03c2013-04-17 20:15:19 -04005074 if (!lpfc_is_link_up(phba)) {
5075 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
5076 "3315 Link is not up %x\n",
5077 phba->link_state);
dea31012005-04-17 16:05:31 -05005078 return;
James Smarte74c03c2013-04-17 20:15:19 -04005079 }
James Smart2e0fef82007-06-17 19:56:36 -05005080
5081 if (phba->link_state == LPFC_CLEAR_LA)
dea31012005-04-17 16:05:31 -05005082 clear_la_pending = 1;
5083 else
5084 clear_la_pending = 0;
5085
James Smart2e0fef82007-06-17 19:56:36 -05005086 if (vport->port_state < LPFC_VPORT_READY)
5087 vport->port_state = LPFC_DISC_AUTH;
dea31012005-04-17 16:05:31 -05005088
James Smart2e0fef82007-06-17 19:56:36 -05005089 lpfc_set_disctmo(vport);
5090
James Smart2e0fef82007-06-17 19:56:36 -05005091 vport->fc_prevDID = vport->fc_myDID;
5092 vport->num_disc_nodes = 0;
dea31012005-04-17 16:05:31 -05005093
5094 /* Start Discovery state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04005095 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
5096 "0202 Start Discovery hba state x%x "
5097 "Data: x%x x%x x%x\n",
5098 vport->port_state, vport->fc_flag, vport->fc_plogi_cnt,
5099 vport->fc_adisc_cnt);
dea31012005-04-17 16:05:31 -05005100
5101 /* First do ADISCs - if any */
James Smart2e0fef82007-06-17 19:56:36 -05005102 num_sent = lpfc_els_disc_adisc(vport);
dea31012005-04-17 16:05:31 -05005103
5104 if (num_sent)
5105 return;
5106
James Smart6fa139f2013-04-17 20:20:00 -04005107 /* Register the VPI for SLI3, NPIV only. */
James Smart92d7f7b2007-06-17 19:56:38 -05005108 if ((phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) &&
James Smart1b32f6a2008-02-08 18:49:39 -05005109 !(vport->fc_flag & FC_PT2PT) &&
James Smartda0436e2009-05-22 14:51:39 -04005110 !(vport->fc_flag & FC_RSCN_MODE) &&
5111 (phba->sli_rev < LPFC_SLI_REV4)) {
James Smart85c0f172015-04-07 15:07:12 -04005112 lpfc_issue_clear_la(phba, vport);
James Smart92d7f7b2007-06-17 19:56:38 -05005113 lpfc_issue_reg_vpi(phba, vport);
5114 return;
5115 }
James Smart2e0fef82007-06-17 19:56:36 -05005116
James Smart92d7f7b2007-06-17 19:56:38 -05005117 /*
5118 * For SLI2, we need to set port_state to READY and continue
5119 * discovery.
5120 */
5121 if (vport->port_state < LPFC_VPORT_READY && !clear_la_pending) {
5122 /* If we get here, there is nothing to ADISC */
James Smart85c0f172015-04-07 15:07:12 -04005123 lpfc_issue_clear_la(phba, vport);
James Smart92d7f7b2007-06-17 19:56:38 -05005124
5125 if (!(vport->fc_flag & FC_ABORT_DISCOVERY)) {
James Smart2e0fef82007-06-17 19:56:36 -05005126 vport->num_disc_nodes = 0;
5127 /* go thru NPR nodes and issue ELS PLOGIs */
5128 if (vport->fc_npr_cnt)
5129 lpfc_els_disc_plogi(vport);
5130
5131 if (!vport->num_disc_nodes) {
5132 spin_lock_irq(shost->host_lock);
5133 vport->fc_flag &= ~FC_NDISC_ACTIVE;
5134 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05005135 lpfc_can_disctmo(vport);
dea31012005-04-17 16:05:31 -05005136 }
5137 }
James Smart92d7f7b2007-06-17 19:56:38 -05005138 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05005139 } else {
5140 /* Next do PLOGIs - if any */
James Smart2e0fef82007-06-17 19:56:36 -05005141 num_sent = lpfc_els_disc_plogi(vport);
dea31012005-04-17 16:05:31 -05005142
5143 if (num_sent)
5144 return;
5145
James Smart2e0fef82007-06-17 19:56:36 -05005146 if (vport->fc_flag & FC_RSCN_MODE) {
dea31012005-04-17 16:05:31 -05005147 /* Check to see if more RSCNs came in while we
5148 * were processing this one.
5149 */
James Smart2e0fef82007-06-17 19:56:36 -05005150 if ((vport->fc_rscn_id_cnt == 0) &&
5151 (!(vport->fc_flag & FC_RSCN_DISCOVERY))) {
5152 spin_lock_irq(shost->host_lock);
5153 vport->fc_flag &= ~FC_RSCN_MODE;
5154 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05005155 lpfc_can_disctmo(vport);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005156 } else
James Smart2e0fef82007-06-17 19:56:36 -05005157 lpfc_els_handle_rscn(vport);
dea31012005-04-17 16:05:31 -05005158 }
5159 }
5160 return;
5161}
5162
5163/*
5164 * Ignore completion for all IOCBs on tx and txcmpl queue for ELS
5165 * ring the match the sppecified nodelist.
5166 */
5167static void
James Smart2e0fef82007-06-17 19:56:36 -05005168lpfc_free_tx(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05005169{
James Smart2534ba72007-04-25 09:52:20 -04005170 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05005171 struct lpfc_sli *psli;
5172 IOCB_t *icmd;
5173 struct lpfc_iocbq *iocb, *next_iocb;
5174 struct lpfc_sli_ring *pring;
dea31012005-04-17 16:05:31 -05005175
5176 psli = &phba->sli;
5177 pring = &psli->ring[LPFC_ELS_RING];
5178
5179 /* Error matching iocb on txq or txcmplq
5180 * First check the txq.
5181 */
James Smart2e0fef82007-06-17 19:56:36 -05005182 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05005183 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
5184 if (iocb->context1 != ndlp) {
5185 continue;
5186 }
5187 icmd = &iocb->iocb;
5188 if ((icmd->ulpCommand == CMD_ELS_REQUEST64_CR) ||
5189 (icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX)) {
5190
James Smart2534ba72007-04-25 09:52:20 -04005191 list_move_tail(&iocb->list, &completions);
dea31012005-04-17 16:05:31 -05005192 }
5193 }
5194
5195 /* Next check the txcmplq */
5196 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) {
5197 if (iocb->context1 != ndlp) {
5198 continue;
5199 }
5200 icmd = &iocb->iocb;
James Smart2e0fef82007-06-17 19:56:36 -05005201 if (icmd->ulpCommand == CMD_ELS_REQUEST64_CR ||
5202 icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX) {
James Smart2534ba72007-04-25 09:52:20 -04005203 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
dea31012005-04-17 16:05:31 -05005204 }
5205 }
James Smart2e0fef82007-06-17 19:56:36 -05005206 spin_unlock_irq(&phba->hbalock);
James Smart2534ba72007-04-25 09:52:20 -04005207
James Smarta257bf92009-04-06 18:48:10 -04005208 /* Cancel all the IOCBs from the completions list */
5209 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
5210 IOERR_SLI_ABORTED);
dea31012005-04-17 16:05:31 -05005211}
5212
Adrian Bunka6ababd2007-11-05 18:07:33 +01005213static void
James Smart2e0fef82007-06-17 19:56:36 -05005214lpfc_disc_flush_list(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005215{
5216 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart2e0fef82007-06-17 19:56:36 -05005217 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05005218
James Smart2e0fef82007-06-17 19:56:36 -05005219 if (vport->fc_plogi_cnt || vport->fc_adisc_cnt) {
5220 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes,
James Smart685f0bf2007-04-25 09:53:08 -04005221 nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -05005222 if (!NLP_CHK_NODE_ACT(ndlp))
5223 continue;
James Smart685f0bf2007-04-25 09:53:08 -04005224 if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE ||
5225 ndlp->nlp_state == NLP_STE_ADISC_ISSUE) {
5226 lpfc_free_tx(phba, ndlp);
James Smart685f0bf2007-04-25 09:53:08 -04005227 }
dea31012005-04-17 16:05:31 -05005228 }
5229 }
dea31012005-04-17 16:05:31 -05005230}
5231
James Smart92d7f7b2007-06-17 19:56:38 -05005232void
5233lpfc_cleanup_discovery_resources(struct lpfc_vport *vport)
5234{
5235 lpfc_els_flush_rscn(vport);
5236 lpfc_els_flush_cmd(vport);
5237 lpfc_disc_flush_list(vport);
5238}
5239
dea31012005-04-17 16:05:31 -05005240/*****************************************************************************/
5241/*
5242 * NAME: lpfc_disc_timeout
5243 *
5244 * FUNCTION: Fibre Channel driver discovery timeout routine.
5245 *
5246 * EXECUTION ENVIRONMENT: interrupt only
5247 *
5248 * CALLED FROM:
5249 * Timer function
5250 *
5251 * RETURNS:
5252 * none
5253 */
5254/*****************************************************************************/
5255void
5256lpfc_disc_timeout(unsigned long ptr)
5257{
James Smart2e0fef82007-06-17 19:56:36 -05005258 struct lpfc_vport *vport = (struct lpfc_vport *) ptr;
5259 struct lpfc_hba *phba = vport->phba;
James Smart5e9d9b82008-06-14 22:52:53 -04005260 uint32_t tmo_posted;
dea31012005-04-17 16:05:31 -05005261 unsigned long flags = 0;
5262
5263 if (unlikely(!phba))
5264 return;
5265
James Smart5e9d9b82008-06-14 22:52:53 -04005266 spin_lock_irqsave(&vport->work_port_lock, flags);
5267 tmo_posted = vport->work_port_events & WORKER_DISC_TMO;
5268 if (!tmo_posted)
James Smart2e0fef82007-06-17 19:56:36 -05005269 vport->work_port_events |= WORKER_DISC_TMO;
James Smart5e9d9b82008-06-14 22:52:53 -04005270 spin_unlock_irqrestore(&vport->work_port_lock, flags);
James Smart2e0fef82007-06-17 19:56:36 -05005271
James Smart5e9d9b82008-06-14 22:52:53 -04005272 if (!tmo_posted)
5273 lpfc_worker_wake_up(phba);
dea31012005-04-17 16:05:31 -05005274 return;
5275}
5276
5277static void
James Smart2e0fef82007-06-17 19:56:36 -05005278lpfc_disc_timeout_handler(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005279{
James Smart2e0fef82007-06-17 19:56:36 -05005280 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5281 struct lpfc_hba *phba = vport->phba;
5282 struct lpfc_sli *psli = &phba->sli;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005283 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart92d7f7b2007-06-17 19:56:38 -05005284 LPFC_MBOXQ_t *initlinkmbox;
dea31012005-04-17 16:05:31 -05005285 int rc, clrlaerr = 0;
5286
James Smart2e0fef82007-06-17 19:56:36 -05005287 if (!(vport->fc_flag & FC_DISC_TMO))
dea31012005-04-17 16:05:31 -05005288 return;
5289
James Smart2e0fef82007-06-17 19:56:36 -05005290 spin_lock_irq(shost->host_lock);
5291 vport->fc_flag &= ~FC_DISC_TMO;
5292 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05005293
James Smart858c9f62007-06-17 19:56:39 -05005294 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
5295 "disc timeout: state:x%x rtry:x%x flg:x%x",
5296 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
5297
James Smart2e0fef82007-06-17 19:56:36 -05005298 switch (vport->port_state) {
dea31012005-04-17 16:05:31 -05005299
5300 case LPFC_LOCAL_CFG_LINK:
James Smart2e0fef82007-06-17 19:56:36 -05005301 /* port_state is identically LPFC_LOCAL_CFG_LINK while waiting for
5302 * FAN
5303 */
5304 /* FAN timeout */
James Smarte8b62012007-08-02 11:10:09 -04005305 lpfc_printf_vlog(vport, KERN_WARNING, LOG_DISCOVERY,
5306 "0221 FAN timeout\n");
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005307 /* Start discovery by sending FLOGI, clean up old rpis */
James Smart2e0fef82007-06-17 19:56:36 -05005308 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes,
James Smart685f0bf2007-04-25 09:53:08 -04005309 nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -05005310 if (!NLP_CHK_NODE_ACT(ndlp))
5311 continue;
James Smart685f0bf2007-04-25 09:53:08 -04005312 if (ndlp->nlp_state != NLP_STE_NPR_NODE)
5313 continue;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005314 if (ndlp->nlp_type & NLP_FABRIC) {
5315 /* Clean up the ndlp on Fabric connections */
James Smart2e0fef82007-06-17 19:56:36 -05005316 lpfc_drop_node(vport, ndlp);
James Smart87af33f2007-10-27 13:37:43 -04005317
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005318 } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) {
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005319 /* Fail outstanding IO now since device
5320 * is marked for PLOGI.
5321 */
James Smart2e0fef82007-06-17 19:56:36 -05005322 lpfc_unreg_rpi(vport, ndlp);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005323 }
5324 }
James Smart92d7f7b2007-06-17 19:56:38 -05005325 if (vport->port_state != LPFC_FLOGI) {
James Smart76a95d72010-11-20 23:11:48 -05005326 if (phba->sli_rev <= LPFC_SLI_REV3)
5327 lpfc_initial_flogi(vport);
5328 else
5329 lpfc_issue_init_vfi(vport);
James Smart0ff10d42008-01-11 01:52:36 -05005330 return;
James Smart92d7f7b2007-06-17 19:56:38 -05005331 }
dea31012005-04-17 16:05:31 -05005332 break;
5333
James Smart92d7f7b2007-06-17 19:56:38 -05005334 case LPFC_FDISC:
dea31012005-04-17 16:05:31 -05005335 case LPFC_FLOGI:
James Smart2e0fef82007-06-17 19:56:36 -05005336 /* port_state is identically LPFC_FLOGI while waiting for FLOGI cmpl */
dea31012005-04-17 16:05:31 -05005337 /* Initial FLOGI timeout */
James Smarte8b62012007-08-02 11:10:09 -04005338 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5339 "0222 Initial %s timeout\n",
James Smart87af33f2007-10-27 13:37:43 -04005340 vport->vpi ? "FDISC" : "FLOGI");
dea31012005-04-17 16:05:31 -05005341
5342 /* Assume no Fabric and go on with discovery.
5343 * Check for outstanding ELS FLOGI to abort.
5344 */
5345
5346 /* FLOGI failed, so just use loop map to make discovery list */
James Smart2e0fef82007-06-17 19:56:36 -05005347 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05005348
5349 /* Start discovery */
James Smart2e0fef82007-06-17 19:56:36 -05005350 lpfc_disc_start(vport);
dea31012005-04-17 16:05:31 -05005351 break;
5352
5353 case LPFC_FABRIC_CFG_LINK:
5354 /* hba_state is identically LPFC_FABRIC_CFG_LINK while waiting for
5355 NameServer login */
James Smarte8b62012007-08-02 11:10:09 -04005356 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5357 "0223 Timeout while waiting for "
5358 "NameServer login\n");
dea31012005-04-17 16:05:31 -05005359 /* Next look for NameServer ndlp */
James Smart2e0fef82007-06-17 19:56:36 -05005360 ndlp = lpfc_findnode_did(vport, NameServer_DID);
James Smarte47c9092008-02-08 18:49:26 -05005361 if (ndlp && NLP_CHK_NODE_ACT(ndlp))
James Smart87af33f2007-10-27 13:37:43 -04005362 lpfc_els_abort(phba, ndlp);
5363
5364 /* ReStart discovery */
5365 goto restart_disc;
dea31012005-04-17 16:05:31 -05005366
5367 case LPFC_NS_QRY:
5368 /* Check for wait for NameServer Rsp timeout */
James Smarte8b62012007-08-02 11:10:09 -04005369 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5370 "0224 NameServer Query timeout "
5371 "Data: x%x x%x\n",
5372 vport->fc_ns_retry, LPFC_MAX_NS_RETRY);
dea31012005-04-17 16:05:31 -05005373
James Smart92d7f7b2007-06-17 19:56:38 -05005374 if (vport->fc_ns_retry < LPFC_MAX_NS_RETRY) {
5375 /* Try it one more time */
5376 vport->fc_ns_retry++;
5377 rc = lpfc_ns_cmd(vport, SLI_CTNS_GID_FT,
5378 vport->fc_ns_retry, 0);
5379 if (rc == 0)
5380 break;
dea31012005-04-17 16:05:31 -05005381 }
James Smart92d7f7b2007-06-17 19:56:38 -05005382 vport->fc_ns_retry = 0;
dea31012005-04-17 16:05:31 -05005383
James Smart87af33f2007-10-27 13:37:43 -04005384restart_disc:
James Smart92d7f7b2007-06-17 19:56:38 -05005385 /*
5386 * Discovery is over.
5387 * set port_state to PORT_READY if SLI2.
5388 * cmpl_reg_vpi will set port_state to READY for SLI3.
5389 */
James Smart3772a992009-05-22 14:50:54 -04005390 if (phba->sli_rev < LPFC_SLI_REV4) {
5391 if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)
5392 lpfc_issue_reg_vpi(phba, vport);
James Smart6d368e52011-05-24 11:44:12 -04005393 else {
James Smart3772a992009-05-22 14:50:54 -04005394 lpfc_issue_clear_la(phba, vport);
5395 vport->port_state = LPFC_VPORT_READY;
5396 }
dea31012005-04-17 16:05:31 -05005397 }
5398
5399 /* Setup and issue mailbox INITIALIZE LINK command */
5400 initlinkmbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5401 if (!initlinkmbox) {
James Smarte8b62012007-08-02 11:10:09 -04005402 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5403 "0206 Device Discovery "
5404 "completion error\n");
James Smart2e0fef82007-06-17 19:56:36 -05005405 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05005406 break;
5407 }
5408
5409 lpfc_linkdown(phba);
5410 lpfc_init_link(phba, initlinkmbox, phba->cfg_topology,
5411 phba->cfg_link_speed);
James Smart04c68492009-05-22 14:52:52 -04005412 initlinkmbox->u.mb.un.varInitLnk.lipsr_AL_PA = 0;
James Smarted957682007-06-17 19:56:37 -05005413 initlinkmbox->vport = vport;
James Smart92d7f7b2007-06-17 19:56:38 -05005414 initlinkmbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -04005415 rc = lpfc_sli_issue_mbox(phba, initlinkmbox, MBX_NOWAIT);
James Smart5b8bd0c2007-04-25 09:52:49 -04005416 lpfc_set_loopback_flag(phba);
dea31012005-04-17 16:05:31 -05005417 if (rc == MBX_NOT_FINISHED)
5418 mempool_free(initlinkmbox, phba->mbox_mem_pool);
5419
5420 break;
5421
5422 case LPFC_DISC_AUTH:
5423 /* Node Authentication timeout */
James Smarte8b62012007-08-02 11:10:09 -04005424 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5425 "0227 Node Authentication timeout\n");
James Smart2e0fef82007-06-17 19:56:36 -05005426 lpfc_disc_flush_list(vport);
5427
James Smart92d7f7b2007-06-17 19:56:38 -05005428 /*
5429 * set port_state to PORT_READY if SLI2.
5430 * cmpl_reg_vpi will set port_state to READY for SLI3.
5431 */
James Smart3772a992009-05-22 14:50:54 -04005432 if (phba->sli_rev < LPFC_SLI_REV4) {
5433 if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)
5434 lpfc_issue_reg_vpi(phba, vport);
5435 else { /* NPIV Not enabled */
5436 lpfc_issue_clear_la(phba, vport);
5437 vport->port_state = LPFC_VPORT_READY;
5438 }
dea31012005-04-17 16:05:31 -05005439 }
5440 break;
5441
James Smart2e0fef82007-06-17 19:56:36 -05005442 case LPFC_VPORT_READY:
5443 if (vport->fc_flag & FC_RSCN_MODE) {
James Smarte8b62012007-08-02 11:10:09 -04005444 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5445 "0231 RSCN timeout Data: x%x "
5446 "x%x\n",
5447 vport->fc_ns_retry, LPFC_MAX_NS_RETRY);
dea31012005-04-17 16:05:31 -05005448
5449 /* Cleanup any outstanding ELS commands */
James Smart2e0fef82007-06-17 19:56:36 -05005450 lpfc_els_flush_cmd(vport);
dea31012005-04-17 16:05:31 -05005451
James Smart2e0fef82007-06-17 19:56:36 -05005452 lpfc_els_flush_rscn(vport);
5453 lpfc_disc_flush_list(vport);
dea31012005-04-17 16:05:31 -05005454 }
5455 break;
James Smart2e0fef82007-06-17 19:56:36 -05005456
James Smart92d7f7b2007-06-17 19:56:38 -05005457 default:
James Smarte8b62012007-08-02 11:10:09 -04005458 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
James Smartd7c255b2008-08-24 21:50:00 -04005459 "0273 Unexpected discovery timeout, "
James Smarte8b62012007-08-02 11:10:09 -04005460 "vport State x%x\n", vport->port_state);
James Smart2e0fef82007-06-17 19:56:36 -05005461 break;
5462 }
5463
5464 switch (phba->link_state) {
5465 case LPFC_CLEAR_LA:
James Smart92d7f7b2007-06-17 19:56:38 -05005466 /* CLEAR LA timeout */
James Smarte8b62012007-08-02 11:10:09 -04005467 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5468 "0228 CLEAR LA timeout\n");
James Smart2e0fef82007-06-17 19:56:36 -05005469 clrlaerr = 1;
5470 break;
5471
James Smart09372822008-01-11 01:52:54 -05005472 case LPFC_LINK_UP:
5473 lpfc_issue_clear_la(phba, vport);
5474 /* Drop thru */
James Smart2e0fef82007-06-17 19:56:36 -05005475 case LPFC_LINK_UNKNOWN:
5476 case LPFC_WARM_START:
5477 case LPFC_INIT_START:
5478 case LPFC_INIT_MBX_CMDS:
5479 case LPFC_LINK_DOWN:
James Smart2e0fef82007-06-17 19:56:36 -05005480 case LPFC_HBA_ERROR:
James Smarte8b62012007-08-02 11:10:09 -04005481 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5482 "0230 Unexpected timeout, hba link "
5483 "state x%x\n", phba->link_state);
James Smart2e0fef82007-06-17 19:56:36 -05005484 clrlaerr = 1;
5485 break;
James Smart92d7f7b2007-06-17 19:56:38 -05005486
5487 case LPFC_HBA_READY:
5488 break;
dea31012005-04-17 16:05:31 -05005489 }
5490
5491 if (clrlaerr) {
James Smart2e0fef82007-06-17 19:56:36 -05005492 lpfc_disc_flush_list(vport);
James Smarta4bc3372006-12-02 13:34:16 -05005493 psli->ring[(psli->extra_ring)].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -05005494 psli->ring[(psli->fcp_ring)].flag &= ~LPFC_STOP_IOCB_EVENT;
5495 psli->ring[(psli->next_ring)].flag &= ~LPFC_STOP_IOCB_EVENT;
James Smart2e0fef82007-06-17 19:56:36 -05005496 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05005497 }
5498
5499 return;
5500}
5501
dea31012005-04-17 16:05:31 -05005502/*
5503 * This routine handles processing a NameServer REG_LOGIN mailbox
5504 * command upon completion. It is setup in the LPFC_MBOXQ
5505 * as the completion routine when the command is
5506 * handed off to the SLI layer.
5507 */
5508void
James Smart2e0fef82007-06-17 19:56:36 -05005509lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05005510{
James Smart04c68492009-05-22 14:52:52 -04005511 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05005512 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
5513 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
5514 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05005515
5516 pmb->context1 = NULL;
James Smartd439d282010-09-29 11:18:45 -04005517 pmb->context2 = NULL;
dea31012005-04-17 16:05:31 -05005518
James Smart6d368e52011-05-24 11:44:12 -04005519 if (phba->sli_rev < LPFC_SLI_REV4)
5520 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05005521 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05005522 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05005523 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
James Smartbe6bb942015-04-07 15:07:22 -04005524 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
5525 "0004 rpi:%x DID:%x flg:%x %d map:%x %p\n",
5526 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag,
5527 atomic_read(&ndlp->kref.refcount),
5528 ndlp->nlp_usg_map, ndlp);
James Smart2e0fef82007-06-17 19:56:36 -05005529 /*
5530 * Start issuing Fabric-Device Management Interface (FDMI) command to
5531 * 0xfffffa (FDMI well known port) or Delay issuing FDMI command if
5532 * fdmi-on=2 (supporting RPA/hostnmae)
dea31012005-04-17 16:05:31 -05005533 */
James Smart2e0fef82007-06-17 19:56:36 -05005534
James Smart76b2c342015-04-07 15:07:19 -04005535 if (vport->cfg_fdmi_on & LPFC_FDMI_REG_DELAY)
James Smart256ec0d2013-04-17 20:14:58 -04005536 mod_timer(&vport->fc_fdmitmo,
5537 jiffies + msecs_to_jiffies(1000 * 60));
James Smart76b2c342015-04-07 15:07:19 -04005538 else
5539 lpfc_fdmi_cmd(vport, ndlp, SLI_MGMT_DHBA);
dea31012005-04-17 16:05:31 -05005540
James Smartfa4066b2008-01-11 01:53:27 -05005541 /* decrement the node reference count held for this callback
5542 * function.
5543 */
James Smart329f9bc2007-04-25 09:53:01 -04005544 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05005545 lpfc_mbuf_free(phba, mp->virt, mp->phys);
5546 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04005547 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05005548
5549 return;
5550}
5551
James Smart685f0bf2007-04-25 09:53:08 -04005552static int
5553lpfc_filter_by_rpi(struct lpfc_nodelist *ndlp, void *param)
5554{
5555 uint16_t *rpi = param;
5556
James Smarteff4a012012-01-18 16:25:25 -05005557 /* check for active node */
5558 if (!NLP_CHK_NODE_ACT(ndlp))
5559 return 0;
5560
James Smart685f0bf2007-04-25 09:53:08 -04005561 return ndlp->nlp_rpi == *rpi;
5562}
5563
5564static int
5565lpfc_filter_by_wwpn(struct lpfc_nodelist *ndlp, void *param)
5566{
5567 return memcmp(&ndlp->nlp_portname, param,
5568 sizeof(ndlp->nlp_portname)) == 0;
5569}
5570
Adrian Bunka6ababd2007-11-05 18:07:33 +01005571static struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005572__lpfc_find_node(struct lpfc_vport *vport, node_filter filter, void *param)
dea31012005-04-17 16:05:31 -05005573{
James.Smart@Emulex.Com21568f52005-10-28 20:29:36 -04005574 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05005575
James Smart2e0fef82007-06-17 19:56:36 -05005576 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
James Smart34f5ad82012-08-03 12:35:03 -04005577 if (filter(ndlp, param)) {
5578 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5579 "3185 FIND node filter %p DID "
5580 "Data: x%p x%x x%x\n",
5581 filter, ndlp, ndlp->nlp_DID,
5582 ndlp->nlp_flag);
James Smart685f0bf2007-04-25 09:53:08 -04005583 return ndlp;
James Smart34f5ad82012-08-03 12:35:03 -04005584 }
James Smart685f0bf2007-04-25 09:53:08 -04005585 }
James Smart34f5ad82012-08-03 12:35:03 -04005586 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5587 "3186 FIND node filter %p NOT FOUND.\n", filter);
James.Smart@Emulex.Com21568f52005-10-28 20:29:36 -04005588 return NULL;
dea31012005-04-17 16:05:31 -05005589}
5590
James Smart685f0bf2007-04-25 09:53:08 -04005591/*
5592 * This routine looks up the ndlp lists for the given RPI. If rpi found it
James Smart2e0fef82007-06-17 19:56:36 -05005593 * returns the node list element pointer else return NULL.
James Smart685f0bf2007-04-25 09:53:08 -04005594 */
5595struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005596__lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi)
James Smart685f0bf2007-04-25 09:53:08 -04005597{
James Smart2e0fef82007-06-17 19:56:36 -05005598 return __lpfc_find_node(vport, lpfc_filter_by_rpi, &rpi);
James Smart685f0bf2007-04-25 09:53:08 -04005599}
5600
James Smart488d1462006-03-07 15:02:37 -05005601/*
James Smart685f0bf2007-04-25 09:53:08 -04005602 * This routine looks up the ndlp lists for the given WWPN. If WWPN found it
James Smart2e0fef82007-06-17 19:56:36 -05005603 * returns the node element list pointer else return NULL.
James Smart488d1462006-03-07 15:02:37 -05005604 */
5605struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005606lpfc_findnode_wwpn(struct lpfc_vport *vport, struct lpfc_name *wwpn)
James Smart488d1462006-03-07 15:02:37 -05005607{
James Smart2e0fef82007-06-17 19:56:36 -05005608 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart488d1462006-03-07 15:02:37 -05005609 struct lpfc_nodelist *ndlp;
James Smart488d1462006-03-07 15:02:37 -05005610
James Smart2e0fef82007-06-17 19:56:36 -05005611 spin_lock_irq(shost->host_lock);
5612 ndlp = __lpfc_find_node(vport, lpfc_filter_by_wwpn, wwpn);
5613 spin_unlock_irq(shost->host_lock);
James Smart858c9f62007-06-17 19:56:39 -05005614 return ndlp;
James Smart488d1462006-03-07 15:02:37 -05005615}
5616
James Smartcb69f7d2011-12-13 13:21:57 -05005617/*
5618 * This routine looks up the ndlp lists for the given RPI. If the rpi
5619 * is found, the routine returns the node element list pointer else
5620 * return NULL.
5621 */
5622struct lpfc_nodelist *
5623lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi)
5624{
5625 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5626 struct lpfc_nodelist *ndlp;
5627
5628 spin_lock_irq(shost->host_lock);
5629 ndlp = __lpfc_findnode_rpi(vport, rpi);
5630 spin_unlock_irq(shost->host_lock);
5631 return ndlp;
5632}
5633
5634/**
5635 * lpfc_find_vport_by_vpid - Find a vport on a HBA through vport identifier
5636 * @phba: pointer to lpfc hba data structure.
5637 * @vpi: the physical host virtual N_Port identifier.
5638 *
5639 * This routine finds a vport on a HBA (referred by @phba) through a
5640 * @vpi. The function walks the HBA's vport list and returns the address
5641 * of the vport with the matching @vpi.
5642 *
5643 * Return code
5644 * NULL - No vport with the matching @vpi found
5645 * Otherwise - Address to the vport with the matching @vpi.
5646 **/
5647struct lpfc_vport *
5648lpfc_find_vport_by_vpid(struct lpfc_hba *phba, uint16_t vpi)
5649{
5650 struct lpfc_vport *vport;
5651 unsigned long flags;
5652 int i = 0;
5653
5654 /* The physical ports are always vpi 0 - translate is unnecessary. */
5655 if (vpi > 0) {
5656 /*
5657 * Translate the physical vpi to the logical vpi. The
5658 * vport stores the logical vpi.
5659 */
5660 for (i = 0; i < phba->max_vpi; i++) {
5661 if (vpi == phba->vpi_ids[i])
5662 break;
5663 }
5664
5665 if (i >= phba->max_vpi) {
5666 lpfc_printf_log(phba, KERN_ERR, LOG_ELS,
5667 "2936 Could not find Vport mapped "
5668 "to vpi %d\n", vpi);
5669 return NULL;
5670 }
5671 }
5672
5673 spin_lock_irqsave(&phba->hbalock, flags);
5674 list_for_each_entry(vport, &phba->port_list, listentry) {
5675 if (vport->vpi == i) {
5676 spin_unlock_irqrestore(&phba->hbalock, flags);
5677 return vport;
5678 }
5679 }
5680 spin_unlock_irqrestore(&phba->hbalock, flags);
5681 return NULL;
5682}
5683
dea31012005-04-17 16:05:31 -05005684void
James Smart2e0fef82007-06-17 19:56:36 -05005685lpfc_nlp_init(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
5686 uint32_t did)
dea31012005-04-17 16:05:31 -05005687{
5688 memset(ndlp, 0, sizeof (struct lpfc_nodelist));
James Smart109f6ed2008-12-04 22:39:08 -05005689
5690 lpfc_initialize_node(vport, ndlp, did);
James Smart685f0bf2007-04-25 09:53:08 -04005691 INIT_LIST_HEAD(&ndlp->nlp_listp);
James Smartcff261f2013-12-17 20:29:47 -05005692 if (vport->phba->sli_rev == LPFC_SLI_REV4) {
James Smart725dd392013-10-10 12:23:30 -04005693 ndlp->nlp_rpi = lpfc_sli4_alloc_rpi(vport->phba);
James Smartbe6bb942015-04-07 15:07:22 -04005694 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5695 "0007 rpi:%x DID:%x flg:%x refcnt:%d "
5696 "map:%x %p\n", ndlp->nlp_rpi, ndlp->nlp_DID,
5697 ndlp->nlp_flag,
5698 atomic_read(&ndlp->kref.refcount),
5699 ndlp->nlp_usg_map, ndlp);
5700
James Smartcff261f2013-12-17 20:29:47 -05005701 ndlp->active_rrqs_xri_bitmap =
5702 mempool_alloc(vport->phba->active_rrq_pool,
5703 GFP_KERNEL);
James Smart59c5f612014-05-21 08:05:10 -04005704 if (ndlp->active_rrqs_xri_bitmap)
5705 memset(ndlp->active_rrqs_xri_bitmap, 0,
5706 ndlp->phba->cfg_rrq_xri_bitmap_sz);
James Smartcff261f2013-12-17 20:29:47 -05005707 }
5708
James Smart725dd392013-10-10 12:23:30 -04005709
James Smart858c9f62007-06-17 19:56:39 -05005710
5711 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
5712 "node init: did:x%x",
5713 ndlp->nlp_DID, 0, 0);
5714
dea31012005-04-17 16:05:31 -05005715 return;
5716}
James Smart329f9bc2007-04-25 09:53:01 -04005717
James Smart98c9ea52007-10-27 13:37:33 -04005718/* This routine releases all resources associated with a specifc NPort's ndlp
5719 * and mempool_free's the nodelist.
5720 */
James Smart311464e2007-08-02 11:10:37 -04005721static void
James Smart329f9bc2007-04-25 09:53:01 -04005722lpfc_nlp_release(struct kref *kref)
5723{
James Smarte47c9092008-02-08 18:49:26 -05005724 struct lpfc_hba *phba;
5725 unsigned long flags;
James Smart329f9bc2007-04-25 09:53:01 -04005726 struct lpfc_nodelist *ndlp = container_of(kref, struct lpfc_nodelist,
5727 kref);
James Smart858c9f62007-06-17 19:56:39 -05005728
5729 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5730 "node release: did:x%x flg:x%x type:x%x",
5731 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
5732
James Smarte47c9092008-02-08 18:49:26 -05005733 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
James Smart939723a2012-05-09 21:19:03 -04005734 "0279 lpfc_nlp_release: ndlp:x%p did %x "
James Smartbe6bb942015-04-07 15:07:22 -04005735 "usgmap:x%x refcnt:%d rpi:%x\n",
James Smart939723a2012-05-09 21:19:03 -04005736 (void *)ndlp, ndlp->nlp_DID, ndlp->nlp_usg_map,
James Smartbe6bb942015-04-07 15:07:22 -04005737 atomic_read(&ndlp->kref.refcount), ndlp->nlp_rpi);
James Smarte47c9092008-02-08 18:49:26 -05005738
5739 /* remove ndlp from action. */
James Smart2e0fef82007-06-17 19:56:36 -05005740 lpfc_nlp_remove(ndlp->vport, ndlp);
James Smarte47c9092008-02-08 18:49:26 -05005741
5742 /* clear the ndlp active flag for all release cases */
James Smarta257bf92009-04-06 18:48:10 -04005743 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05005744 spin_lock_irqsave(&phba->ndlp_lock, flags);
5745 NLP_CLR_NODE_ACT(ndlp);
5746 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
James Smart40426292010-12-15 17:58:10 -05005747 if (phba->sli_rev == LPFC_SLI_REV4)
5748 lpfc_sli4_free_rpi(phba, ndlp->nlp_rpi);
James Smarte47c9092008-02-08 18:49:26 -05005749
5750 /* free ndlp memory for final ndlp release */
James Smartea2151b2008-09-07 11:52:10 -04005751 if (NLP_CHK_FREE_REQ(ndlp)) {
5752 kfree(ndlp->lat_data);
James Smartcff261f2013-12-17 20:29:47 -05005753 if (phba->sli_rev == LPFC_SLI_REV4)
5754 mempool_free(ndlp->active_rrqs_xri_bitmap,
5755 ndlp->phba->active_rrq_pool);
James Smarta257bf92009-04-06 18:48:10 -04005756 mempool_free(ndlp, ndlp->phba->nlp_mem_pool);
James Smartea2151b2008-09-07 11:52:10 -04005757 }
James Smart329f9bc2007-04-25 09:53:01 -04005758}
5759
James Smart98c9ea52007-10-27 13:37:33 -04005760/* This routine bumps the reference count for a ndlp structure to ensure
5761 * that one discovery thread won't free a ndlp while another discovery thread
5762 * is using it.
5763 */
James Smart329f9bc2007-04-25 09:53:01 -04005764struct lpfc_nodelist *
5765lpfc_nlp_get(struct lpfc_nodelist *ndlp)
5766{
James Smarte47c9092008-02-08 18:49:26 -05005767 struct lpfc_hba *phba;
5768 unsigned long flags;
5769
James Smart98c9ea52007-10-27 13:37:33 -04005770 if (ndlp) {
5771 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5772 "node get: did:x%x flg:x%x refcnt:x%x",
5773 ndlp->nlp_DID, ndlp->nlp_flag,
5774 atomic_read(&ndlp->kref.refcount));
James Smarte47c9092008-02-08 18:49:26 -05005775 /* The check of ndlp usage to prevent incrementing the
5776 * ndlp reference count that is in the process of being
5777 * released.
5778 */
James Smarta257bf92009-04-06 18:48:10 -04005779 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05005780 spin_lock_irqsave(&phba->ndlp_lock, flags);
5781 if (!NLP_CHK_NODE_ACT(ndlp) || NLP_CHK_FREE_ACK(ndlp)) {
5782 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
5783 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
5784 "0276 lpfc_nlp_get: ndlp:x%p "
5785 "usgmap:x%x refcnt:%d\n",
5786 (void *)ndlp, ndlp->nlp_usg_map,
5787 atomic_read(&ndlp->kref.refcount));
5788 return NULL;
5789 } else
5790 kref_get(&ndlp->kref);
5791 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
James Smart98c9ea52007-10-27 13:37:33 -04005792 }
James Smart329f9bc2007-04-25 09:53:01 -04005793 return ndlp;
5794}
5795
James Smart98c9ea52007-10-27 13:37:33 -04005796/* This routine decrements the reference count for a ndlp structure. If the
James Smarte47c9092008-02-08 18:49:26 -05005797 * count goes to 0, this indicates the the associated nodelist should be
5798 * freed. Returning 1 indicates the ndlp resource has been released; on the
5799 * other hand, returning 0 indicates the ndlp resource has not been released
5800 * yet.
James Smart98c9ea52007-10-27 13:37:33 -04005801 */
James Smart329f9bc2007-04-25 09:53:01 -04005802int
5803lpfc_nlp_put(struct lpfc_nodelist *ndlp)
5804{
James Smarte47c9092008-02-08 18:49:26 -05005805 struct lpfc_hba *phba;
5806 unsigned long flags;
5807
5808 if (!ndlp)
5809 return 1;
5810
5811 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5812 "node put: did:x%x flg:x%x refcnt:x%x",
5813 ndlp->nlp_DID, ndlp->nlp_flag,
5814 atomic_read(&ndlp->kref.refcount));
James Smarta257bf92009-04-06 18:48:10 -04005815 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05005816 spin_lock_irqsave(&phba->ndlp_lock, flags);
5817 /* Check the ndlp memory free acknowledge flag to avoid the
5818 * possible race condition that kref_put got invoked again
5819 * after previous one has done ndlp memory free.
5820 */
5821 if (NLP_CHK_FREE_ACK(ndlp)) {
5822 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
5823 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
5824 "0274 lpfc_nlp_put: ndlp:x%p "
5825 "usgmap:x%x refcnt:%d\n",
5826 (void *)ndlp, ndlp->nlp_usg_map,
5827 atomic_read(&ndlp->kref.refcount));
5828 return 1;
James Smart98c9ea52007-10-27 13:37:33 -04005829 }
James Smarte47c9092008-02-08 18:49:26 -05005830 /* Check the ndlp inactivate log flag to avoid the possible
5831 * race condition that kref_put got invoked again after ndlp
5832 * is already in inactivating state.
5833 */
5834 if (NLP_CHK_IACT_REQ(ndlp)) {
5835 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
5836 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
5837 "0275 lpfc_nlp_put: ndlp:x%p "
5838 "usgmap:x%x refcnt:%d\n",
5839 (void *)ndlp, ndlp->nlp_usg_map,
5840 atomic_read(&ndlp->kref.refcount));
5841 return 1;
5842 }
5843 /* For last put, mark the ndlp usage flags to make sure no
5844 * other kref_get and kref_put on the same ndlp shall get
5845 * in between the process when the final kref_put has been
5846 * invoked on this ndlp.
5847 */
5848 if (atomic_read(&ndlp->kref.refcount) == 1) {
5849 /* Indicate ndlp is put to inactive state. */
5850 NLP_SET_IACT_REQ(ndlp);
5851 /* Acknowledge ndlp memory free has been seen. */
5852 if (NLP_CHK_FREE_REQ(ndlp))
5853 NLP_SET_FREE_ACK(ndlp);
5854 }
5855 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
5856 /* Note, the kref_put returns 1 when decrementing a reference
5857 * count that was 1, it invokes the release callback function,
5858 * but it still left the reference count as 1 (not actually
5859 * performs the last decrementation). Otherwise, it actually
5860 * decrements the reference count and returns 0.
5861 */
5862 return kref_put(&ndlp->kref, lpfc_nlp_release);
James Smart329f9bc2007-04-25 09:53:01 -04005863}
James Smart98c9ea52007-10-27 13:37:33 -04005864
5865/* This routine free's the specified nodelist if it is not in use
James Smarte47c9092008-02-08 18:49:26 -05005866 * by any other discovery thread. This routine returns 1 if the
5867 * ndlp has been freed. A return value of 0 indicates the ndlp is
5868 * not yet been released.
James Smart98c9ea52007-10-27 13:37:33 -04005869 */
5870int
5871lpfc_nlp_not_used(struct lpfc_nodelist *ndlp)
5872{
5873 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5874 "node not used: did:x%x flg:x%x refcnt:x%x",
5875 ndlp->nlp_DID, ndlp->nlp_flag,
5876 atomic_read(&ndlp->kref.refcount));
James Smarte47c9092008-02-08 18:49:26 -05005877 if (atomic_read(&ndlp->kref.refcount) == 1)
5878 if (lpfc_nlp_put(ndlp))
5879 return 1;
James Smart98c9ea52007-10-27 13:37:33 -04005880 return 0;
5881}
James Smart6fb120a2009-05-22 14:52:59 -04005882
5883/**
5884 * lpfc_fcf_inuse - Check if FCF can be unregistered.
5885 * @phba: Pointer to hba context object.
5886 *
5887 * This function iterate through all FC nodes associated
5888 * will all vports to check if there is any node with
5889 * fc_rports associated with it. If there is an fc_rport
5890 * associated with the node, then the node is either in
5891 * discovered state or its devloss_timer is pending.
5892 */
5893static int
5894lpfc_fcf_inuse(struct lpfc_hba *phba)
5895{
5896 struct lpfc_vport **vports;
5897 int i, ret = 0;
5898 struct lpfc_nodelist *ndlp;
5899 struct Scsi_Host *shost;
5900
5901 vports = lpfc_create_vport_work_array(phba);
5902
James Smart63e801c2010-11-20 23:14:19 -05005903 /* If driver cannot allocate memory, indicate fcf is in use */
5904 if (!vports)
5905 return 1;
5906
James Smart6fb120a2009-05-22 14:52:59 -04005907 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
5908 shost = lpfc_shost_from_vport(vports[i]);
5909 spin_lock_irq(shost->host_lock);
James Smart05580562011-05-24 11:40:48 -04005910 /*
5911 * IF the CVL_RCVD bit is not set then we have sent the
5912 * flogi.
5913 * If dev_loss fires while we are waiting we do not want to
5914 * unreg the fcf.
5915 */
5916 if (!(vports[i]->fc_flag & FC_VPORT_CVL_RCVD)) {
5917 spin_unlock_irq(shost->host_lock);
5918 ret = 1;
5919 goto out;
5920 }
James Smart6fb120a2009-05-22 14:52:59 -04005921 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) {
5922 if (NLP_CHK_NODE_ACT(ndlp) && ndlp->rport &&
5923 (ndlp->rport->roles & FC_RPORT_ROLE_FCP_TARGET)) {
5924 ret = 1;
5925 spin_unlock_irq(shost->host_lock);
5926 goto out;
James Smart80c17842012-03-01 22:35:45 -05005927 } else if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
5928 ret = 1;
James Smart891478a2009-11-18 15:40:23 -05005929 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
James Smart80c17842012-03-01 22:35:45 -05005930 "2624 RPI %x DID %x flag %x "
5931 "still logged in\n",
5932 ndlp->nlp_rpi, ndlp->nlp_DID,
5933 ndlp->nlp_flag);
James Smart6fb120a2009-05-22 14:52:59 -04005934 }
5935 }
5936 spin_unlock_irq(shost->host_lock);
5937 }
5938out:
5939 lpfc_destroy_vport_work_array(phba, vports);
5940 return ret;
5941}
5942
5943/**
5944 * lpfc_unregister_vfi_cmpl - Completion handler for unreg vfi.
5945 * @phba: Pointer to hba context object.
5946 * @mboxq: Pointer to mailbox object.
5947 *
5948 * This function frees memory associated with the mailbox command.
5949 */
James Smart1b511972011-12-13 13:23:09 -05005950void
James Smart6fb120a2009-05-22 14:52:59 -04005951lpfc_unregister_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
5952{
5953 struct lpfc_vport *vport = mboxq->vport;
James Smart38b92ef2010-08-04 16:11:39 -04005954 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart6fb120a2009-05-22 14:52:59 -04005955
5956 if (mboxq->u.mb.mbxStatus) {
5957 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
5958 "2555 UNREG_VFI mbxStatus error x%x "
5959 "HBA state x%x\n",
5960 mboxq->u.mb.mbxStatus, vport->port_state);
5961 }
James Smart38b92ef2010-08-04 16:11:39 -04005962 spin_lock_irq(shost->host_lock);
5963 phba->pport->fc_flag &= ~FC_VFI_REGISTERED;
5964 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04005965 mempool_free(mboxq, phba->mbox_mem_pool);
5966 return;
5967}
5968
5969/**
5970 * lpfc_unregister_fcfi_cmpl - Completion handler for unreg fcfi.
5971 * @phba: Pointer to hba context object.
5972 * @mboxq: Pointer to mailbox object.
5973 *
5974 * This function frees memory associated with the mailbox command.
5975 */
5976static void
5977lpfc_unregister_fcfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
5978{
5979 struct lpfc_vport *vport = mboxq->vport;
5980
5981 if (mboxq->u.mb.mbxStatus) {
5982 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
5983 "2550 UNREG_FCFI mbxStatus error x%x "
5984 "HBA state x%x\n",
5985 mboxq->u.mb.mbxStatus, vport->port_state);
5986 }
5987 mempool_free(mboxq, phba->mbox_mem_pool);
5988 return;
5989}
5990
5991/**
James Smartecfd03c2010-02-12 14:41:27 -05005992 * lpfc_unregister_fcf_prep - Unregister fcf record preparation
James Smart6fb120a2009-05-22 14:52:59 -04005993 * @phba: Pointer to hba context object.
5994 *
James Smartecfd03c2010-02-12 14:41:27 -05005995 * This function prepare the HBA for unregistering the currently registered
5996 * FCF from the HBA. It performs unregistering, in order, RPIs, VPIs, and
5997 * VFIs.
James Smart6fb120a2009-05-22 14:52:59 -04005998 */
James Smartecfd03c2010-02-12 14:41:27 -05005999int
6000lpfc_unregister_fcf_prep(struct lpfc_hba *phba)
James Smart6fb120a2009-05-22 14:52:59 -04006001{
James Smart6fb120a2009-05-22 14:52:59 -04006002 struct lpfc_vport **vports;
James Smart695a8142010-01-26 23:08:03 -05006003 struct lpfc_nodelist *ndlp;
James Smart72100cc2010-02-12 14:43:01 -05006004 struct Scsi_Host *shost;
James Smarte74c03c2013-04-17 20:15:19 -04006005 int i = 0, rc;
James Smart6fb120a2009-05-22 14:52:59 -04006006
James Smartecfd03c2010-02-12 14:41:27 -05006007 /* Unregister RPIs */
James Smart6fb120a2009-05-22 14:52:59 -04006008 if (lpfc_fcf_inuse(phba))
James Smartecfd03c2010-02-12 14:41:27 -05006009 lpfc_unreg_hba_rpis(phba);
James Smart6fb120a2009-05-22 14:52:59 -04006010
James Smart4d9ab992009-10-02 15:16:39 -04006011 /* At this point, all discovery is aborted */
6012 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
James Smart6fb120a2009-05-22 14:52:59 -04006013
6014 /* Unregister VPIs */
6015 vports = lpfc_create_vport_work_array(phba);
James Smartecfd03c2010-02-12 14:41:27 -05006016 if (vports && (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED))
James Smart6fb120a2009-05-22 14:52:59 -04006017 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
James Smart695a8142010-01-26 23:08:03 -05006018 /* Stop FLOGI/FDISC retries */
6019 ndlp = lpfc_findnode_did(vports[i], Fabric_DID);
6020 if (ndlp)
6021 lpfc_cancel_retry_delay_tmo(vports[i], ndlp);
James Smart78730cf2010-04-06 15:06:30 -04006022 lpfc_cleanup_pending_mbox(vports[i]);
James Smart5af5eee2010-10-22 11:06:38 -04006023 if (phba->sli_rev == LPFC_SLI_REV4)
6024 lpfc_sli4_unreg_all_rpis(vports[i]);
James Smart6fb120a2009-05-22 14:52:59 -04006025 lpfc_mbx_unreg_vpi(vports[i]);
James Smart72100cc2010-02-12 14:43:01 -05006026 shost = lpfc_shost_from_vport(vports[i]);
6027 spin_lock_irq(shost->host_lock);
James Smart891478a2009-11-18 15:40:23 -05006028 vports[i]->fc_flag |= FC_VPORT_NEEDS_INIT_VPI;
James Smartc8685952009-11-18 15:39:16 -05006029 vports[i]->vpi_state &= ~LPFC_VPI_REGISTERED;
James Smart72100cc2010-02-12 14:43:01 -05006030 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04006031 }
6032 lpfc_destroy_vport_work_array(phba, vports);
James Smarte74c03c2013-04-17 20:15:19 -04006033 if (i == 0 && (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED))) {
6034 ndlp = lpfc_findnode_did(phba->pport, Fabric_DID);
6035 if (ndlp)
6036 lpfc_cancel_retry_delay_tmo(phba->pport, ndlp);
6037 lpfc_cleanup_pending_mbox(phba->pport);
6038 if (phba->sli_rev == LPFC_SLI_REV4)
6039 lpfc_sli4_unreg_all_rpis(phba->pport);
6040 lpfc_mbx_unreg_vpi(phba->pport);
6041 shost = lpfc_shost_from_vport(phba->pport);
6042 spin_lock_irq(shost->host_lock);
6043 phba->pport->fc_flag |= FC_VPORT_NEEDS_INIT_VPI;
6044 phba->pport->vpi_state &= ~LPFC_VPI_REGISTERED;
6045 spin_unlock_irq(shost->host_lock);
6046 }
James Smart6fb120a2009-05-22 14:52:59 -04006047
James Smart695a8142010-01-26 23:08:03 -05006048 /* Cleanup any outstanding ELS commands */
6049 lpfc_els_flush_all_cmd(phba);
6050
James Smart1b511972011-12-13 13:23:09 -05006051 /* Unregister the physical port VFI */
6052 rc = lpfc_issue_unreg_vfi(phba->pport);
6053 return rc;
James Smartecfd03c2010-02-12 14:41:27 -05006054}
6055
6056/**
6057 * lpfc_sli4_unregister_fcf - Unregister currently registered FCF record
6058 * @phba: Pointer to hba context object.
6059 *
6060 * This function issues synchronous unregister FCF mailbox command to HBA to
6061 * unregister the currently registered FCF record. The driver does not reset
6062 * the driver FCF usage state flags.
6063 *
6064 * Return 0 if successfully issued, none-zero otherwise.
6065 */
6066int
6067lpfc_sli4_unregister_fcf(struct lpfc_hba *phba)
6068{
6069 LPFC_MBOXQ_t *mbox;
6070 int rc;
6071
James Smart6fb120a2009-05-22 14:52:59 -04006072 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
6073 if (!mbox) {
6074 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
James Smartecfd03c2010-02-12 14:41:27 -05006075 "2551 UNREG_FCFI mbox allocation failed"
6076 "HBA state x%x\n", phba->pport->port_state);
6077 return -ENOMEM;
James Smart6fb120a2009-05-22 14:52:59 -04006078 }
James Smart6fb120a2009-05-22 14:52:59 -04006079 lpfc_unreg_fcfi(mbox, phba->fcf.fcfi);
6080 mbox->vport = phba->pport;
6081 mbox->mbox_cmpl = lpfc_unregister_fcfi_cmpl;
6082 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
6083
6084 if (rc == MBX_NOT_FINISHED) {
James Smartecfd03c2010-02-12 14:41:27 -05006085 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
6086 "2552 Unregister FCFI command failed rc x%x "
6087 "HBA state x%x\n",
6088 rc, phba->pport->port_state);
6089 return -EINVAL;
6090 }
6091 return 0;
6092}
6093
6094/**
6095 * lpfc_unregister_fcf_rescan - Unregister currently registered fcf and rescan
6096 * @phba: Pointer to hba context object.
6097 *
6098 * This function unregisters the currently reigstered FCF. This function
6099 * also tries to find another FCF for discovery by rescan the HBA FCF table.
6100 */
6101void
6102lpfc_unregister_fcf_rescan(struct lpfc_hba *phba)
6103{
6104 int rc;
6105
6106 /* Preparation for unregistering fcf */
6107 rc = lpfc_unregister_fcf_prep(phba);
6108 if (rc) {
6109 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
6110 "2748 Failed to prepare for unregistering "
6111 "HBA's FCF record: rc=%d\n", rc);
James Smart6fb120a2009-05-22 14:52:59 -04006112 return;
6113 }
6114
James Smartecfd03c2010-02-12 14:41:27 -05006115 /* Now, unregister FCF record and reset HBA FCF state */
6116 rc = lpfc_sli4_unregister_fcf(phba);
6117 if (rc)
6118 return;
6119 /* Reset HBA FCF states after successful unregister FCF */
6120 phba->fcf.fcf_flag = 0;
James Smartfc2b9892010-02-26 14:15:29 -05006121 phba->fcf.current_rec.flag = 0;
James Smart6fb120a2009-05-22 14:52:59 -04006122
6123 /*
6124 * If driver is not unloading, check if there is any other
6125 * FCF record that can be used for discovery.
6126 */
6127 if ((phba->pport->load_flag & FC_UNLOADING) ||
James Smartecfd03c2010-02-12 14:41:27 -05006128 (phba->link_state < LPFC_LINK_UP))
James Smart6fb120a2009-05-22 14:52:59 -04006129 return;
6130
James Smart0c9ab6f2010-02-26 14:15:57 -05006131 /* This is considered as the initial FCF discovery scan */
6132 spin_lock_irq(&phba->hbalock);
6133 phba->fcf.fcf_flag |= FCF_INIT_DISC;
6134 spin_unlock_irq(&phba->hbalock);
James Smart38b92ef2010-08-04 16:11:39 -04006135
6136 /* Reset FCF roundrobin bmask for new discovery */
James Smart7d791df2011-07-22 18:37:52 -04006137 lpfc_sli4_clear_fcf_rr_bmask(phba);
James Smart38b92ef2010-08-04 16:11:39 -04006138
James Smart0c9ab6f2010-02-26 14:15:57 -05006139 rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST);
James Smart6fb120a2009-05-22 14:52:59 -04006140
James Smart0c9ab6f2010-02-26 14:15:57 -05006141 if (rc) {
6142 spin_lock_irq(&phba->hbalock);
6143 phba->fcf.fcf_flag &= ~FCF_INIT_DISC;
6144 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04006145 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
James Smartecfd03c2010-02-12 14:41:27 -05006146 "2553 lpfc_unregister_unused_fcf failed "
6147 "to read FCF record HBA state x%x\n",
6148 phba->pport->port_state);
James Smart0c9ab6f2010-02-26 14:15:57 -05006149 }
James Smartecfd03c2010-02-12 14:41:27 -05006150}
6151
6152/**
6153 * lpfc_unregister_fcf - Unregister the currently registered fcf record
6154 * @phba: Pointer to hba context object.
6155 *
6156 * This function just unregisters the currently reigstered FCF. It does not
6157 * try to find another FCF for discovery.
6158 */
6159void
6160lpfc_unregister_fcf(struct lpfc_hba *phba)
6161{
6162 int rc;
6163
6164 /* Preparation for unregistering fcf */
6165 rc = lpfc_unregister_fcf_prep(phba);
6166 if (rc) {
6167 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
6168 "2749 Failed to prepare for unregistering "
6169 "HBA's FCF record: rc=%d\n", rc);
6170 return;
6171 }
6172
6173 /* Now, unregister FCF record and reset HBA FCF state */
6174 rc = lpfc_sli4_unregister_fcf(phba);
6175 if (rc)
6176 return;
6177 /* Set proper HBA FCF states after successful unregister FCF */
6178 spin_lock_irq(&phba->hbalock);
6179 phba->fcf.fcf_flag &= ~FCF_REGISTERED;
6180 spin_unlock_irq(&phba->hbalock);
6181}
6182
6183/**
6184 * lpfc_unregister_unused_fcf - Unregister FCF if all devices are disconnected.
6185 * @phba: Pointer to hba context object.
6186 *
6187 * This function check if there are any connected remote port for the FCF and
6188 * if all the devices are disconnected, this function unregister FCFI.
6189 * This function also tries to use another FCF for discovery.
6190 */
6191void
6192lpfc_unregister_unused_fcf(struct lpfc_hba *phba)
6193{
6194 /*
James Smart3804dc82010-07-14 15:31:37 -04006195 * If HBA is not running in FIP mode, if HBA does not support
6196 * FCoE, if FCF discovery is ongoing, or if FCF has not been
6197 * registered, do nothing.
James Smartecfd03c2010-02-12 14:41:27 -05006198 */
6199 spin_lock_irq(&phba->hbalock);
James Smart76a95d72010-11-20 23:11:48 -05006200 if (!(phba->hba_flag & HBA_FCOE_MODE) ||
James Smartecfd03c2010-02-12 14:41:27 -05006201 !(phba->fcf.fcf_flag & FCF_REGISTERED) ||
James Smartdbb6b3a2010-06-08 18:31:37 -04006202 !(phba->hba_flag & HBA_FIP_SUPPORT) ||
James Smart3804dc82010-07-14 15:31:37 -04006203 (phba->fcf.fcf_flag & FCF_DISCOVERY) ||
James Smartdbb6b3a2010-06-08 18:31:37 -04006204 (phba->pport->port_state == LPFC_FLOGI)) {
James Smartecfd03c2010-02-12 14:41:27 -05006205 spin_unlock_irq(&phba->hbalock);
6206 return;
6207 }
6208 spin_unlock_irq(&phba->hbalock);
6209
6210 if (lpfc_fcf_inuse(phba))
6211 return;
6212
6213 lpfc_unregister_fcf_rescan(phba);
James Smart6fb120a2009-05-22 14:52:59 -04006214}
6215
6216/**
6217 * lpfc_read_fcf_conn_tbl - Create driver FCF connection table.
6218 * @phba: Pointer to hba context object.
6219 * @buff: Buffer containing the FCF connection table as in the config
6220 * region.
6221 * This function create driver data structure for the FCF connection
6222 * record table read from config region 23.
6223 */
6224static void
6225lpfc_read_fcf_conn_tbl(struct lpfc_hba *phba,
6226 uint8_t *buff)
6227{
6228 struct lpfc_fcf_conn_entry *conn_entry, *next_conn_entry;
6229 struct lpfc_fcf_conn_hdr *conn_hdr;
6230 struct lpfc_fcf_conn_rec *conn_rec;
6231 uint32_t record_count;
6232 int i;
6233
6234 /* Free the current connect table */
6235 list_for_each_entry_safe(conn_entry, next_conn_entry,
James Smart4d9ab992009-10-02 15:16:39 -04006236 &phba->fcf_conn_rec_list, list) {
6237 list_del_init(&conn_entry->list);
James Smart6fb120a2009-05-22 14:52:59 -04006238 kfree(conn_entry);
James Smart4d9ab992009-10-02 15:16:39 -04006239 }
James Smart6fb120a2009-05-22 14:52:59 -04006240
6241 conn_hdr = (struct lpfc_fcf_conn_hdr *) buff;
6242 record_count = conn_hdr->length * sizeof(uint32_t)/
6243 sizeof(struct lpfc_fcf_conn_rec);
6244
6245 conn_rec = (struct lpfc_fcf_conn_rec *)
6246 (buff + sizeof(struct lpfc_fcf_conn_hdr));
6247
6248 for (i = 0; i < record_count; i++) {
6249 if (!(conn_rec[i].flags & FCFCNCT_VALID))
6250 continue;
6251 conn_entry = kzalloc(sizeof(struct lpfc_fcf_conn_entry),
6252 GFP_KERNEL);
6253 if (!conn_entry) {
6254 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6255 "2566 Failed to allocate connection"
6256 " table entry\n");
6257 return;
6258 }
6259
6260 memcpy(&conn_entry->conn_rec, &conn_rec[i],
6261 sizeof(struct lpfc_fcf_conn_rec));
James Smart6fb120a2009-05-22 14:52:59 -04006262 list_add_tail(&conn_entry->list,
6263 &phba->fcf_conn_rec_list);
6264 }
James Smartdf0d0852013-05-31 17:05:08 -04006265
6266 if (!list_empty(&phba->fcf_conn_rec_list)) {
6267 i = 0;
6268 list_for_each_entry(conn_entry, &phba->fcf_conn_rec_list,
6269 list) {
6270 conn_rec = &conn_entry->conn_rec;
6271 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
6272 "3345 FCF connection list rec[%02d]: "
6273 "flags:x%04x, vtag:x%04x, "
6274 "fabric_name:x%02x:%02x:%02x:%02x:"
6275 "%02x:%02x:%02x:%02x, "
6276 "switch_name:x%02x:%02x:%02x:%02x:"
6277 "%02x:%02x:%02x:%02x\n", i++,
6278 conn_rec->flags, conn_rec->vlan_tag,
6279 conn_rec->fabric_name[0],
6280 conn_rec->fabric_name[1],
6281 conn_rec->fabric_name[2],
6282 conn_rec->fabric_name[3],
6283 conn_rec->fabric_name[4],
6284 conn_rec->fabric_name[5],
6285 conn_rec->fabric_name[6],
6286 conn_rec->fabric_name[7],
6287 conn_rec->switch_name[0],
6288 conn_rec->switch_name[1],
6289 conn_rec->switch_name[2],
6290 conn_rec->switch_name[3],
6291 conn_rec->switch_name[4],
6292 conn_rec->switch_name[5],
6293 conn_rec->switch_name[6],
6294 conn_rec->switch_name[7]);
6295 }
6296 }
James Smart6fb120a2009-05-22 14:52:59 -04006297}
6298
6299/**
6300 * lpfc_read_fcoe_param - Read FCoe parameters from conf region..
6301 * @phba: Pointer to hba context object.
6302 * @buff: Buffer containing the FCoE parameter data structure.
6303 *
6304 * This function update driver data structure with config
6305 * parameters read from config region 23.
6306 */
6307static void
6308lpfc_read_fcoe_param(struct lpfc_hba *phba,
6309 uint8_t *buff)
6310{
6311 struct lpfc_fip_param_hdr *fcoe_param_hdr;
6312 struct lpfc_fcoe_params *fcoe_param;
6313
6314 fcoe_param_hdr = (struct lpfc_fip_param_hdr *)
6315 buff;
6316 fcoe_param = (struct lpfc_fcoe_params *)
James Smart32b97932009-07-19 10:01:21 -04006317 (buff + sizeof(struct lpfc_fip_param_hdr));
James Smart6fb120a2009-05-22 14:52:59 -04006318
6319 if ((fcoe_param_hdr->parm_version != FIPP_VERSION) ||
6320 (fcoe_param_hdr->length != FCOE_PARAM_LENGTH))
6321 return;
6322
James Smart6fb120a2009-05-22 14:52:59 -04006323 if (fcoe_param_hdr->parm_flags & FIPP_VLAN_VALID) {
6324 phba->valid_vlan = 1;
6325 phba->vlan_id = le16_to_cpu(fcoe_param->vlan_tag) &
6326 0xFFF;
6327 }
6328
6329 phba->fc_map[0] = fcoe_param->fc_map[0];
6330 phba->fc_map[1] = fcoe_param->fc_map[1];
6331 phba->fc_map[2] = fcoe_param->fc_map[2];
6332 return;
6333}
6334
6335/**
6336 * lpfc_get_rec_conf23 - Get a record type in config region data.
6337 * @buff: Buffer containing config region 23 data.
6338 * @size: Size of the data buffer.
6339 * @rec_type: Record type to be searched.
6340 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -03006341 * This function searches config region data to find the beginning
James Smart6fb120a2009-05-22 14:52:59 -04006342 * of the record specified by record_type. If record found, this
6343 * function return pointer to the record else return NULL.
6344 */
6345static uint8_t *
6346lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type)
6347{
6348 uint32_t offset = 0, rec_length;
6349
6350 if ((buff[0] == LPFC_REGION23_LAST_REC) ||
6351 (size < sizeof(uint32_t)))
6352 return NULL;
6353
6354 rec_length = buff[offset + 1];
6355
6356 /*
6357 * One TLV record has one word header and number of data words
6358 * specified in the rec_length field of the record header.
6359 */
6360 while ((offset + rec_length * sizeof(uint32_t) + sizeof(uint32_t))
6361 <= size) {
6362 if (buff[offset] == rec_type)
6363 return &buff[offset];
6364
6365 if (buff[offset] == LPFC_REGION23_LAST_REC)
6366 return NULL;
6367
6368 offset += rec_length * sizeof(uint32_t) + sizeof(uint32_t);
6369 rec_length = buff[offset + 1];
6370 }
6371 return NULL;
6372}
6373
6374/**
6375 * lpfc_parse_fcoe_conf - Parse FCoE config data read from config region 23.
6376 * @phba: Pointer to lpfc_hba data structure.
6377 * @buff: Buffer containing config region 23 data.
6378 * @size: Size of the data buffer.
6379 *
Stefan Weileef35c22010-08-06 21:11:15 +02006380 * This function parses the FCoE config parameters in config region 23 and
James Smart6fb120a2009-05-22 14:52:59 -04006381 * populate driver data structure with the parameters.
6382 */
6383void
6384lpfc_parse_fcoe_conf(struct lpfc_hba *phba,
6385 uint8_t *buff,
6386 uint32_t size)
6387{
James Smarteb016562014-09-03 12:58:06 -04006388 uint32_t offset = 0;
James Smart6fb120a2009-05-22 14:52:59 -04006389 uint8_t *rec_ptr;
6390
6391 /*
6392 * If data size is less than 2 words signature and version cannot be
6393 * verified.
6394 */
6395 if (size < 2*sizeof(uint32_t))
6396 return;
6397
6398 /* Check the region signature first */
6399 if (memcmp(buff, LPFC_REGION23_SIGNATURE, 4)) {
6400 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6401 "2567 Config region 23 has bad signature\n");
6402 return;
6403 }
6404
6405 offset += 4;
6406
6407 /* Check the data structure version */
6408 if (buff[offset] != LPFC_REGION23_VERSION) {
6409 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6410 "2568 Config region 23 has bad version\n");
6411 return;
6412 }
6413 offset += 4;
6414
James Smart6fb120a2009-05-22 14:52:59 -04006415 /* Read FCoE param record */
6416 rec_ptr = lpfc_get_rec_conf23(&buff[offset],
6417 size - offset, FCOE_PARAM_TYPE);
6418 if (rec_ptr)
6419 lpfc_read_fcoe_param(phba, rec_ptr);
6420
6421 /* Read FCF connection table */
6422 rec_ptr = lpfc_get_rec_conf23(&buff[offset],
6423 size - offset, FCOE_CONN_TBL_TYPE);
6424 if (rec_ptr)
6425 lpfc_read_fcf_conn_tbl(phba, rec_ptr);
6426
6427}