blob: 3ffcd9215ca892eb7ef3e5972df50a427ef17369 [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 Smartd080abe2017-02-12 13:52:39 -08004 * Copyright (C) 2017 Broadcom. All Rights Reserved. The term *
5 * “Broadcom” refers to Broadcom Limited and/or its subsidiaries. *
James Smart50611572016-03-31 14:12:34 -07006 * Copyright (C) 2004-2016 Emulex. All rights reserved. *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04007 * EMULEX and SLI are trademarks of Emulex. *
James Smartd080abe2017-02-12 13:52:39 -08008 * www.broadcom.com *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04009 * Portions Copyright (C) 2004-2005 Christoph Hellwig *
dea31012005-04-17 16:05:31 -050010 * *
11 * This program is free software; you can redistribute it and/or *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -040012 * modify it under the terms of version 2 of the GNU General *
13 * Public License as published by the Free Software Foundation. *
14 * This program is distributed in the hope that it will be useful. *
15 * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND *
16 * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, *
17 * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE *
18 * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD *
19 * TO BE LEGALLY INVALID. See the GNU General Public License for *
20 * more details, a copy of which can be found in the file COPYING *
21 * included with this package. *
dea31012005-04-17 16:05:31 -050022 *******************************************************************/
23
dea31012005-04-17 16:05:31 -050024#include <linux/blkdev.h>
James Smarta93ff372010-10-22 11:06:08 -040025#include <linux/delay.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090026#include <linux/slab.h>
dea31012005-04-17 16:05:31 -050027#include <linux/pci.h>
28#include <linux/kthread.h>
29#include <linux/interrupt.h>
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +010030#include <linux/lockdep.h>
dea31012005-04-17 16:05:31 -050031
James.Smart@Emulex.Com91886522005-08-10 15:03:09 -040032#include <scsi/scsi.h>
dea31012005-04-17 16:05:31 -050033#include <scsi/scsi_device.h>
34#include <scsi/scsi_host.h>
35#include <scsi/scsi_transport_fc.h>
James Smarta0f2d3e2017-02-12 13:52:31 -080036#include <scsi/fc/fc_fs.h>
37
38#include <linux/nvme-fc-driver.h>
dea31012005-04-17 16:05:31 -050039
James Smartda0436e2009-05-22 14:51:39 -040040#include "lpfc_hw4.h"
dea31012005-04-17 16:05:31 -050041#include "lpfc_hw.h"
James Smartea2151b2008-09-07 11:52:10 -040042#include "lpfc_nl.h"
dea31012005-04-17 16:05:31 -050043#include "lpfc_disc.h"
44#include "lpfc_sli.h"
James Smartda0436e2009-05-22 14:51:39 -040045#include "lpfc_sli4.h"
dea31012005-04-17 16:05:31 -050046#include "lpfc.h"
James Smarta0f2d3e2017-02-12 13:52:31 -080047#include "lpfc_scsi.h"
48#include "lpfc_nvme.h"
dea31012005-04-17 16:05:31 -050049#include "lpfc_logmsg.h"
50#include "lpfc_crtn.h"
James Smart92d7f7b2007-06-17 19:56:38 -050051#include "lpfc_vport.h"
James Smart858c9f62007-06-17 19:56:39 -050052#include "lpfc_debugfs.h"
dea31012005-04-17 16:05:31 -050053
54/* AlpaArray for assignment of scsid for scan-down and bind_method */
55static uint8_t lpfcAlpaArray[] = {
56 0xEF, 0xE8, 0xE4, 0xE2, 0xE1, 0xE0, 0xDC, 0xDA, 0xD9, 0xD6,
57 0xD5, 0xD4, 0xD3, 0xD2, 0xD1, 0xCE, 0xCD, 0xCC, 0xCB, 0xCA,
58 0xC9, 0xC7, 0xC6, 0xC5, 0xC3, 0xBC, 0xBA, 0xB9, 0xB6, 0xB5,
59 0xB4, 0xB3, 0xB2, 0xB1, 0xAE, 0xAD, 0xAC, 0xAB, 0xAA, 0xA9,
60 0xA7, 0xA6, 0xA5, 0xA3, 0x9F, 0x9E, 0x9D, 0x9B, 0x98, 0x97,
61 0x90, 0x8F, 0x88, 0x84, 0x82, 0x81, 0x80, 0x7C, 0x7A, 0x79,
62 0x76, 0x75, 0x74, 0x73, 0x72, 0x71, 0x6E, 0x6D, 0x6C, 0x6B,
63 0x6A, 0x69, 0x67, 0x66, 0x65, 0x63, 0x5C, 0x5A, 0x59, 0x56,
64 0x55, 0x54, 0x53, 0x52, 0x51, 0x4E, 0x4D, 0x4C, 0x4B, 0x4A,
65 0x49, 0x47, 0x46, 0x45, 0x43, 0x3C, 0x3A, 0x39, 0x36, 0x35,
66 0x34, 0x33, 0x32, 0x31, 0x2E, 0x2D, 0x2C, 0x2B, 0x2A, 0x29,
67 0x27, 0x26, 0x25, 0x23, 0x1F, 0x1E, 0x1D, 0x1B, 0x18, 0x17,
68 0x10, 0x0F, 0x08, 0x04, 0x02, 0x01
69};
70
James Smart2e0fef82007-06-17 19:56:36 -050071static void lpfc_disc_timeout_handler(struct lpfc_vport *);
Adrian Bunka6ababd2007-11-05 18:07:33 +010072static void lpfc_disc_flush_list(struct lpfc_vport *vport);
James Smart32b97932009-07-19 10:01:21 -040073static void lpfc_unregister_fcfi_cmpl(struct lpfc_hba *, LPFC_MBOXQ_t *);
James Smarta93ff372010-10-22 11:06:08 -040074static int lpfc_fcf_inuse(struct lpfc_hba *);
dea31012005-04-17 16:05:31 -050075
James Smartc01f3202006-08-18 17:47:08 -040076void
77lpfc_terminate_rport_io(struct fc_rport *rport)
dea31012005-04-17 16:05:31 -050078{
James Smartc01f3202006-08-18 17:47:08 -040079 struct lpfc_rport_data *rdata;
80 struct lpfc_nodelist * ndlp;
81 struct lpfc_hba *phba;
dea31012005-04-17 16:05:31 -050082
James Smartc01f3202006-08-18 17:47:08 -040083 rdata = rport->dd_data;
84 ndlp = rdata->pnode;
85
James Smart58da1ff2008-04-07 10:15:56 -040086 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp)) {
James Smartc01f3202006-08-18 17:47:08 -040087 if (rport->roles & FC_RPORT_ROLE_FCP_TARGET)
88 printk(KERN_ERR "Cannot find remote node"
89 " to terminate I/O Data x%x\n",
90 rport->port_id);
dea31012005-04-17 16:05:31 -050091 return;
92 }
93
James Smarta257bf92009-04-06 18:48:10 -040094 phba = ndlp->phba;
James Smart1a169682006-03-07 15:04:06 -050095
James Smart858c9f62007-06-17 19:56:39 -050096 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_RPORT,
97 "rport terminate: sid:x%x did:x%x flg:x%x",
98 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag);
99
James Smartc01f3202006-08-18 17:47:08 -0400100 if (ndlp->nlp_sid != NLP_NO_SID) {
James Smart51ef4c22007-08-02 11:10:31 -0400101 lpfc_sli_abort_iocb(ndlp->vport,
James Smart895427b2017-02-12 13:52:30 -0800102 &phba->sli.sli3_ring[LPFC_FCP_RING],
James Smart51ef4c22007-08-02 11:10:31 -0400103 ndlp->nlp_sid, 0, LPFC_CTX_TGT);
James Smartc01f3202006-08-18 17:47:08 -0400104 }
James Smartc01f3202006-08-18 17:47:08 -0400105}
106
107/*
108 * This function will be called when dev_loss_tmo fire.
109 */
110void
111lpfc_dev_loss_tmo_callbk(struct fc_rport *rport)
112{
113 struct lpfc_rport_data *rdata;
114 struct lpfc_nodelist * ndlp;
James Smart2e0fef82007-06-17 19:56:36 -0500115 struct lpfc_vport *vport;
James Smart466e8402015-05-21 13:55:28 -0400116 struct Scsi_Host *shost;
James Smart858c9f62007-06-17 19:56:39 -0500117 struct lpfc_hba *phba;
James Smart858c9f62007-06-17 19:56:39 -0500118 struct lpfc_work_evt *evtp;
James Smarta8adb832007-10-27 13:37:53 -0400119 int put_node;
120 int put_rport;
James Smartc01f3202006-08-18 17:47:08 -0400121
122 rdata = rport->dd_data;
123 ndlp = rdata->pnode;
James Smart58da1ff2008-04-07 10:15:56 -0400124 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp))
James Smartc01f3202006-08-18 17:47:08 -0400125 return;
James Smartc01f3202006-08-18 17:47:08 -0400126
James Smart858c9f62007-06-17 19:56:39 -0500127 vport = ndlp->vport;
128 phba = vport->phba;
129
130 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
131 "rport devlosscb: sid:x%x did:x%x flg:x%x",
132 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag);
133
James Smart34f5ad82012-08-03 12:35:03 -0400134 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
135 "3181 dev_loss_callbk x%06x, rport %p flg x%x\n",
136 ndlp->nlp_DID, ndlp->rport, ndlp->nlp_flag);
137
James Smarta8adb832007-10-27 13:37:53 -0400138 /* Don't defer this if we are in the process of deleting the vport
139 * or unloading the driver. The unload will cleanup the node
140 * appropriately we just need to cleanup the ndlp rport info here.
141 */
142 if (vport->load_flag & FC_UNLOADING) {
143 put_node = rdata->pnode != NULL;
144 put_rport = ndlp->rport != NULL;
145 rdata->pnode = NULL;
146 ndlp->rport = NULL;
147 if (put_node)
148 lpfc_nlp_put(ndlp);
149 if (put_rport)
150 put_device(&rport->dev);
151 return;
152 }
153
154 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE)
155 return;
156
James Smart466e8402015-05-21 13:55:28 -0400157 if (rport->port_name != wwn_to_u64(ndlp->nlp_portname.u.wwn))
158 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
159 "6789 rport name %llx != node port name %llx",
160 rport->port_name,
161 wwn_to_u64(ndlp->nlp_portname.u.wwn));
James Smart34f5ad82012-08-03 12:35:03 -0400162
James Smart858c9f62007-06-17 19:56:39 -0500163 evtp = &ndlp->dev_loss_evt;
164
James Smart466e8402015-05-21 13:55:28 -0400165 if (!list_empty(&evtp->evt_listp)) {
166 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
167 "6790 rport name %llx dev_loss_evt pending",
168 rport->port_name);
James Smart858c9f62007-06-17 19:56:39 -0500169 return;
James Smart466e8402015-05-21 13:55:28 -0400170 }
James Smart858c9f62007-06-17 19:56:39 -0500171
James Smart466e8402015-05-21 13:55:28 -0400172 shost = lpfc_shost_from_vport(vport);
173 spin_lock_irq(shost->host_lock);
174 ndlp->nlp_flag |= NLP_IN_DEV_LOSS;
175 spin_unlock_irq(shost->host_lock);
James Smarta62a4352013-04-17 20:18:19 -0400176
James Smartfa4066b2008-01-11 01:53:27 -0500177 /* We need to hold the node by incrementing the reference
178 * count until this queued work is done
179 */
James Smart466e8402015-05-21 13:55:28 -0400180 evtp->evt_arg1 = lpfc_nlp_get(ndlp);
181
182 spin_lock_irq(&phba->hbalock);
James Smart5e9d9b82008-06-14 22:52:53 -0400183 if (evtp->evt_arg1) {
184 evtp->evt = LPFC_EVT_DEV_LOSS;
185 list_add_tail(&evtp->evt_listp, &phba->work_list);
186 lpfc_worker_wake_up(phba);
187 }
James Smart858c9f62007-06-17 19:56:39 -0500188 spin_unlock_irq(&phba->hbalock);
189
James Smart858c9f62007-06-17 19:56:39 -0500190 return;
191}
192
James Smarta93ff372010-10-22 11:06:08 -0400193/**
194 * lpfc_dev_loss_tmo_handler - Remote node devloss timeout handler
195 * @ndlp: Pointer to remote node object.
196 *
197 * This function is called from the worker thread when devloss timeout timer
198 * expires. For SLI4 host, this routine shall return 1 when at lease one
199 * remote node, including this @ndlp, is still in use of FCF; otherwise, this
200 * routine shall return 0 when there is no remote node is still in use of FCF
201 * when devloss timeout happened to this @ndlp.
202 **/
203static int
James Smart858c9f62007-06-17 19:56:39 -0500204lpfc_dev_loss_tmo_handler(struct lpfc_nodelist *ndlp)
205{
206 struct lpfc_rport_data *rdata;
207 struct fc_rport *rport;
208 struct lpfc_vport *vport;
209 struct lpfc_hba *phba;
James Smart466e8402015-05-21 13:55:28 -0400210 struct Scsi_Host *shost;
James Smart858c9f62007-06-17 19:56:39 -0500211 uint8_t *name;
James Smart87af33f2007-10-27 13:37:43 -0400212 int put_node;
James Smart858c9f62007-06-17 19:56:39 -0500213 int warn_on = 0;
James Smarta93ff372010-10-22 11:06:08 -0400214 int fcf_inuse = 0;
James Smart858c9f62007-06-17 19:56:39 -0500215
216 rport = ndlp->rport;
James Smart858c9f62007-06-17 19:56:39 -0500217 vport = ndlp->vport;
James Smart466e8402015-05-21 13:55:28 -0400218 shost = lpfc_shost_from_vport(vport);
219
220 spin_lock_irq(shost->host_lock);
221 ndlp->nlp_flag &= ~NLP_IN_DEV_LOSS;
222 spin_unlock_irq(shost->host_lock);
223
224 if (!rport)
225 return fcf_inuse;
226
227 name = (uint8_t *) &ndlp->nlp_portname;
James Smart858c9f62007-06-17 19:56:39 -0500228 phba = vport->phba;
229
James Smarta93ff372010-10-22 11:06:08 -0400230 if (phba->sli_rev == LPFC_SLI_REV4)
231 fcf_inuse = lpfc_fcf_inuse(phba);
232
James Smart858c9f62007-06-17 19:56:39 -0500233 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
234 "rport devlosstmo:did:x%x type:x%x id:x%x",
235 ndlp->nlp_DID, ndlp->nlp_type, rport->scsi_target_id);
236
James Smart34f5ad82012-08-03 12:35:03 -0400237 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
238 "3182 dev_loss_tmo_handler x%06x, rport %p flg x%x\n",
239 ndlp->nlp_DID, ndlp->rport, ndlp->nlp_flag);
240
James Smart466e8402015-05-21 13:55:28 -0400241 /*
242 * lpfc_nlp_remove if reached with dangling rport drops the
243 * reference. To make sure that does not happen clear rport
244 * pointer in ndlp before lpfc_nlp_put.
245 */
246 rdata = rport->dd_data;
247
James Smarta8adb832007-10-27 13:37:53 -0400248 /* Don't defer this if we are in the process of deleting the vport
249 * or unloading the driver. The unload will cleanup the node
250 * appropriately we just need to cleanup the ndlp rport info here.
251 */
252 if (vport->load_flag & FC_UNLOADING) {
James Smart09372822008-01-11 01:52:54 -0500253 if (ndlp->nlp_sid != NLP_NO_SID) {
254 /* flush the target */
255 lpfc_sli_abort_iocb(vport,
James Smart895427b2017-02-12 13:52:30 -0800256 &phba->sli.sli3_ring[LPFC_FCP_RING],
257 ndlp->nlp_sid, 0, LPFC_CTX_TGT);
James Smart09372822008-01-11 01:52:54 -0500258 }
James Smarta8adb832007-10-27 13:37:53 -0400259 put_node = rdata->pnode != NULL;
James Smarta8adb832007-10-27 13:37:53 -0400260 rdata->pnode = NULL;
261 ndlp->rport = NULL;
262 if (put_node)
263 lpfc_nlp_put(ndlp);
James Smart466e8402015-05-21 13:55:28 -0400264 put_device(&rport->dev);
265
James Smarta93ff372010-10-22 11:06:08 -0400266 return fcf_inuse;
James Smarta8adb832007-10-27 13:37:53 -0400267 }
268
James Smartd7c255b2008-08-24 21:50:00 -0400269 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) {
270 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
271 "0284 Devloss timeout Ignored on "
272 "WWPN %x:%x:%x:%x:%x:%x:%x:%x "
273 "NPort x%x\n",
274 *name, *(name+1), *(name+2), *(name+3),
275 *(name+4), *(name+5), *(name+6), *(name+7),
276 ndlp->nlp_DID);
James Smarta93ff372010-10-22 11:06:08 -0400277 return fcf_inuse;
James Smartd7c255b2008-08-24 21:50:00 -0400278 }
James Smart858c9f62007-06-17 19:56:39 -0500279
James Smart466e8402015-05-21 13:55:28 -0400280 put_node = rdata->pnode != NULL;
281 rdata->pnode = NULL;
282 ndlp->rport = NULL;
283 if (put_node)
284 lpfc_nlp_put(ndlp);
285 put_device(&rport->dev);
286
287 if (ndlp->nlp_type & NLP_FABRIC)
James Smarta93ff372010-10-22 11:06:08 -0400288 return fcf_inuse;
James Smart82085712007-04-25 09:52:41 -0400289
dea31012005-04-17 16:05:31 -0500290 if (ndlp->nlp_sid != NLP_NO_SID) {
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400291 warn_on = 1;
James Smart895427b2017-02-12 13:52:30 -0800292 lpfc_sli_abort_iocb(vport, &phba->sli.sli3_ring[LPFC_FCP_RING],
James Smart51ef4c22007-08-02 11:10:31 -0400293 ndlp->nlp_sid, 0, LPFC_CTX_TGT);
dea31012005-04-17 16:05:31 -0500294 }
James Smartc01f3202006-08-18 17:47:08 -0400295
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400296 if (warn_on) {
James Smarte8b62012007-08-02 11:10:09 -0400297 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
298 "0203 Devloss timeout on "
James Smart58da1ff2008-04-07 10:15:56 -0400299 "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x "
300 "NPort x%06x Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -0400301 *name, *(name+1), *(name+2), *(name+3),
302 *(name+4), *(name+5), *(name+6), *(name+7),
303 ndlp->nlp_DID, ndlp->nlp_flag,
304 ndlp->nlp_state, ndlp->nlp_rpi);
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400305 } else {
James Smarte8b62012007-08-02 11:10:09 -0400306 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
307 "0204 Devloss timeout on "
James Smart58da1ff2008-04-07 10:15:56 -0400308 "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x "
309 "NPort x%06x Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -0400310 *name, *(name+1), *(name+2), *(name+3),
311 *(name+4), *(name+5), *(name+6), *(name+7),
312 ndlp->nlp_DID, ndlp->nlp_flag,
313 ndlp->nlp_state, ndlp->nlp_rpi);
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400314 }
315
James Smart2ade92a2017-03-04 09:30:38 -0800316 if (!(ndlp->nlp_flag & NLP_DELAY_TMO) &&
James Smart82085712007-04-25 09:52:41 -0400317 !(ndlp->nlp_flag & NLP_NPR_2B_DISC) &&
James Smartffc95492010-06-07 15:23:17 -0400318 (ndlp->nlp_state != NLP_STE_UNMAPPED_NODE) &&
James Smart589a52d2010-07-14 15:30:54 -0400319 (ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) &&
320 (ndlp->nlp_state != NLP_STE_PRLI_ISSUE))
James Smart2e0fef82007-06-17 19:56:36 -0500321 lpfc_disc_state_machine(vport, ndlp, NULL, NLP_EVT_DEVICE_RM);
James Smart6fb120a2009-05-22 14:52:59 -0400322
James Smarta93ff372010-10-22 11:06:08 -0400323 return fcf_inuse;
324}
325
326/**
327 * lpfc_sli4_post_dev_loss_tmo_handler - SLI4 post devloss timeout handler
328 * @phba: Pointer to hba context object.
329 * @fcf_inuse: SLI4 FCF in-use state reported from devloss timeout handler.
330 * @nlp_did: remote node identifer with devloss timeout.
331 *
332 * This function is called from the worker thread after invoking devloss
333 * timeout handler and releasing the reference count for the ndlp with
334 * which the devloss timeout was handled for SLI4 host. For the devloss
335 * timeout of the last remote node which had been in use of FCF, when this
336 * routine is invoked, it shall be guaranteed that none of the remote are
337 * in-use of FCF. When devloss timeout to the last remote using the FCF,
338 * if the FIP engine is neither in FCF table scan process nor roundrobin
339 * failover process, the in-use FCF shall be unregistered. If the FIP
340 * engine is in FCF discovery process, the devloss timeout state shall
341 * be set for either the FCF table scan process or roundrobin failover
342 * process to unregister the in-use FCF.
343 **/
344static void
345lpfc_sli4_post_dev_loss_tmo_handler(struct lpfc_hba *phba, int fcf_inuse,
346 uint32_t nlp_did)
347{
348 /* If devloss timeout happened to a remote node when FCF had no
349 * longer been in-use, do nothing.
350 */
351 if (!fcf_inuse)
352 return;
353
354 if ((phba->hba_flag & HBA_FIP_SUPPORT) && !lpfc_fcf_inuse(phba)) {
355 spin_lock_irq(&phba->hbalock);
356 if (phba->fcf.fcf_flag & FCF_DISCOVERY) {
357 if (phba->hba_flag & HBA_DEVLOSS_TMO) {
358 spin_unlock_irq(&phba->hbalock);
359 return;
360 }
361 phba->hba_flag |= HBA_DEVLOSS_TMO;
362 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
363 "2847 Last remote node (x%x) using "
364 "FCF devloss tmo\n", nlp_did);
365 }
366 if (phba->fcf.fcf_flag & FCF_REDISC_PROG) {
367 spin_unlock_irq(&phba->hbalock);
368 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
369 "2868 Devloss tmo to FCF rediscovery "
370 "in progress\n");
371 return;
372 }
373 if (!(phba->hba_flag & (FCF_TS_INPROG | FCF_RR_INPROG))) {
374 spin_unlock_irq(&phba->hbalock);
375 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
376 "2869 Devloss tmo to idle FIP engine, "
377 "unreg in-use FCF and rescan.\n");
378 /* Unregister in-use FCF and rescan */
379 lpfc_unregister_fcf_rescan(phba);
380 return;
381 }
382 spin_unlock_irq(&phba->hbalock);
383 if (phba->hba_flag & FCF_TS_INPROG)
384 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
385 "2870 FCF table scan in progress\n");
386 if (phba->hba_flag & FCF_RR_INPROG)
387 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
388 "2871 FLOGI roundrobin FCF failover "
389 "in progress\n");
390 }
James Smart6fb120a2009-05-22 14:52:59 -0400391 lpfc_unregister_unused_fcf(phba);
James Smart92d7f7b2007-06-17 19:56:38 -0500392}
James Smartc01f3202006-08-18 17:47:08 -0400393
James Smartea2151b2008-09-07 11:52:10 -0400394/**
James Smart3621a712009-04-06 18:47:14 -0400395 * lpfc_alloc_fast_evt - Allocates data structure for posting event
James Smartea2151b2008-09-07 11:52:10 -0400396 * @phba: Pointer to hba context object.
397 *
398 * This function is called from the functions which need to post
399 * events from interrupt context. This function allocates data
400 * structure required for posting event. It also keeps track of
401 * number of events pending and prevent event storm when there are
402 * too many events.
403 **/
404struct lpfc_fast_path_event *
405lpfc_alloc_fast_evt(struct lpfc_hba *phba) {
406 struct lpfc_fast_path_event *ret;
407
408 /* If there are lot of fast event do not exhaust memory due to this */
409 if (atomic_read(&phba->fast_event_count) > LPFC_MAX_EVT_COUNT)
410 return NULL;
411
412 ret = kzalloc(sizeof(struct lpfc_fast_path_event),
413 GFP_ATOMIC);
James Smart6fb120a2009-05-22 14:52:59 -0400414 if (ret) {
James Smartea2151b2008-09-07 11:52:10 -0400415 atomic_inc(&phba->fast_event_count);
James Smart6fb120a2009-05-22 14:52:59 -0400416 INIT_LIST_HEAD(&ret->work_evt.evt_listp);
417 ret->work_evt.evt = LPFC_EVT_FASTPATH_MGMT_EVT;
418 }
James Smartea2151b2008-09-07 11:52:10 -0400419 return ret;
420}
421
422/**
James Smart3621a712009-04-06 18:47:14 -0400423 * lpfc_free_fast_evt - Frees event data structure
James Smartea2151b2008-09-07 11:52:10 -0400424 * @phba: Pointer to hba context object.
425 * @evt: Event object which need to be freed.
426 *
427 * This function frees the data structure required for posting
428 * events.
429 **/
430void
431lpfc_free_fast_evt(struct lpfc_hba *phba,
432 struct lpfc_fast_path_event *evt) {
433
434 atomic_dec(&phba->fast_event_count);
435 kfree(evt);
436}
437
438/**
James Smart3621a712009-04-06 18:47:14 -0400439 * lpfc_send_fastpath_evt - Posts events generated from fast path
James Smartea2151b2008-09-07 11:52:10 -0400440 * @phba: Pointer to hba context object.
441 * @evtp: Event data structure.
442 *
443 * This function is called from worker thread, when the interrupt
444 * context need to post an event. This function posts the event
445 * to fc transport netlink interface.
446 **/
447static void
448lpfc_send_fastpath_evt(struct lpfc_hba *phba,
449 struct lpfc_work_evt *evtp)
450{
451 unsigned long evt_category, evt_sub_category;
452 struct lpfc_fast_path_event *fast_evt_data;
453 char *evt_data;
454 uint32_t evt_data_size;
455 struct Scsi_Host *shost;
456
457 fast_evt_data = container_of(evtp, struct lpfc_fast_path_event,
458 work_evt);
459
460 evt_category = (unsigned long) fast_evt_data->un.fabric_evt.event_type;
461 evt_sub_category = (unsigned long) fast_evt_data->un.
462 fabric_evt.subcategory;
463 shost = lpfc_shost_from_vport(fast_evt_data->vport);
464 if (evt_category == FC_REG_FABRIC_EVENT) {
465 if (evt_sub_category == LPFC_EVENT_FCPRDCHKERR) {
466 evt_data = (char *) &fast_evt_data->un.read_check_error;
467 evt_data_size = sizeof(fast_evt_data->un.
468 read_check_error);
469 } else if ((evt_sub_category == LPFC_EVENT_FABRIC_BUSY) ||
James Smarteaf15d52008-12-04 22:39:29 -0500470 (evt_sub_category == LPFC_EVENT_PORT_BUSY)) {
James Smartea2151b2008-09-07 11:52:10 -0400471 evt_data = (char *) &fast_evt_data->un.fabric_evt;
472 evt_data_size = sizeof(fast_evt_data->un.fabric_evt);
473 } else {
474 lpfc_free_fast_evt(phba, fast_evt_data);
475 return;
476 }
477 } else if (evt_category == FC_REG_SCSI_EVENT) {
478 switch (evt_sub_category) {
479 case LPFC_EVENT_QFULL:
480 case LPFC_EVENT_DEVBSY:
481 evt_data = (char *) &fast_evt_data->un.scsi_evt;
482 evt_data_size = sizeof(fast_evt_data->un.scsi_evt);
483 break;
484 case LPFC_EVENT_CHECK_COND:
485 evt_data = (char *) &fast_evt_data->un.check_cond_evt;
486 evt_data_size = sizeof(fast_evt_data->un.
487 check_cond_evt);
488 break;
489 case LPFC_EVENT_VARQUEDEPTH:
490 evt_data = (char *) &fast_evt_data->un.queue_depth_evt;
491 evt_data_size = sizeof(fast_evt_data->un.
492 queue_depth_evt);
493 break;
494 default:
495 lpfc_free_fast_evt(phba, fast_evt_data);
496 return;
497 }
498 } else {
499 lpfc_free_fast_evt(phba, fast_evt_data);
500 return;
501 }
502
James Smart895427b2017-02-12 13:52:30 -0800503 if (phba->cfg_enable_fc4_type != LPFC_ENABLE_NVME)
504 fc_host_post_vendor_event(shost,
505 fc_get_event_number(),
506 evt_data_size,
507 evt_data,
508 LPFC_NL_VENDOR_ID);
James Smartea2151b2008-09-07 11:52:10 -0400509
510 lpfc_free_fast_evt(phba, fast_evt_data);
511 return;
512}
513
dea31012005-04-17 16:05:31 -0500514static void
James Smart2e0fef82007-06-17 19:56:36 -0500515lpfc_work_list_done(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500516{
517 struct lpfc_work_evt *evtp = NULL;
518 struct lpfc_nodelist *ndlp;
519 int free_evt;
James Smarta93ff372010-10-22 11:06:08 -0400520 int fcf_inuse;
521 uint32_t nlp_did;
dea31012005-04-17 16:05:31 -0500522
James Smart2e0fef82007-06-17 19:56:36 -0500523 spin_lock_irq(&phba->hbalock);
524 while (!list_empty(&phba->work_list)) {
dea31012005-04-17 16:05:31 -0500525 list_remove_head((&phba->work_list), evtp, typeof(*evtp),
526 evt_listp);
James Smart2e0fef82007-06-17 19:56:36 -0500527 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500528 free_evt = 1;
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500529 switch (evtp->evt) {
dea31012005-04-17 16:05:31 -0500530 case LPFC_EVT_ELS_RETRY:
James Smart2e0fef82007-06-17 19:56:36 -0500531 ndlp = (struct lpfc_nodelist *) (evtp->evt_arg1);
dea31012005-04-17 16:05:31 -0500532 lpfc_els_retry_delay_handler(ndlp);
James Smart92d7f7b2007-06-17 19:56:38 -0500533 free_evt = 0; /* evt is part of ndlp */
James Smartfa4066b2008-01-11 01:53:27 -0500534 /* decrement the node reference count held
535 * for this queued work
536 */
537 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -0500538 break;
James Smart858c9f62007-06-17 19:56:39 -0500539 case LPFC_EVT_DEV_LOSS:
540 ndlp = (struct lpfc_nodelist *)(evtp->evt_arg1);
James Smarta93ff372010-10-22 11:06:08 -0400541 fcf_inuse = lpfc_dev_loss_tmo_handler(ndlp);
James Smart858c9f62007-06-17 19:56:39 -0500542 free_evt = 0;
James Smartfa4066b2008-01-11 01:53:27 -0500543 /* decrement the node reference count held for
544 * this queued work
545 */
James Smarta93ff372010-10-22 11:06:08 -0400546 nlp_did = ndlp->nlp_DID;
James Smart858c9f62007-06-17 19:56:39 -0500547 lpfc_nlp_put(ndlp);
James Smarta93ff372010-10-22 11:06:08 -0400548 if (phba->sli_rev == LPFC_SLI_REV4)
549 lpfc_sli4_post_dev_loss_tmo_handler(phba,
550 fcf_inuse,
551 nlp_did);
James Smart858c9f62007-06-17 19:56:39 -0500552 break;
dea31012005-04-17 16:05:31 -0500553 case LPFC_EVT_ONLINE:
James Smart2e0fef82007-06-17 19:56:36 -0500554 if (phba->link_state < LPFC_LINK_DOWN)
555 *(int *) (evtp->evt_arg1) = lpfc_online(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500556 else
James Smart2e0fef82007-06-17 19:56:36 -0500557 *(int *) (evtp->evt_arg1) = 0;
dea31012005-04-17 16:05:31 -0500558 complete((struct completion *)(evtp->evt_arg2));
559 break;
James Smart46fa3112007-04-25 09:51:45 -0400560 case LPFC_EVT_OFFLINE_PREP:
James Smart2e0fef82007-06-17 19:56:36 -0500561 if (phba->link_state >= LPFC_LINK_DOWN)
James Smart618a5232012-06-12 13:54:36 -0400562 lpfc_offline_prep(phba, LPFC_MBX_WAIT);
James Smart46fa3112007-04-25 09:51:45 -0400563 *(int *)(evtp->evt_arg1) = 0;
564 complete((struct completion *)(evtp->evt_arg2));
565 break;
566 case LPFC_EVT_OFFLINE:
567 lpfc_offline(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500568 lpfc_sli_brdrestart(phba);
569 *(int *)(evtp->evt_arg1) =
James Smart46fa3112007-04-25 09:51:45 -0400570 lpfc_sli_brdready(phba, HS_FFRDY | HS_MBRDY);
571 lpfc_unblock_mgmt_io(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500572 complete((struct completion *)(evtp->evt_arg2));
573 break;
574 case LPFC_EVT_WARM_START:
James Smart46fa3112007-04-25 09:51:45 -0400575 lpfc_offline(phba);
James Smart92908312006-03-07 15:04:13 -0500576 lpfc_reset_barrier(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500577 lpfc_sli_brdreset(phba);
578 lpfc_hba_down_post(phba);
579 *(int *)(evtp->evt_arg1) =
580 lpfc_sli_brdready(phba, HS_MBRDY);
James Smart46fa3112007-04-25 09:51:45 -0400581 lpfc_unblock_mgmt_io(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500582 complete((struct completion *)(evtp->evt_arg2));
583 break;
584 case LPFC_EVT_KILL:
James Smart46fa3112007-04-25 09:51:45 -0400585 lpfc_offline(phba);
James Smart92908312006-03-07 15:04:13 -0500586 *(int *)(evtp->evt_arg1)
James Smart2e0fef82007-06-17 19:56:36 -0500587 = (phba->pport->stopped)
588 ? 0 : lpfc_sli_brdkill(phba);
James Smart46fa3112007-04-25 09:51:45 -0400589 lpfc_unblock_mgmt_io(phba);
dea31012005-04-17 16:05:31 -0500590 complete((struct completion *)(evtp->evt_arg2));
591 break;
James Smartea2151b2008-09-07 11:52:10 -0400592 case LPFC_EVT_FASTPATH_MGMT_EVT:
593 lpfc_send_fastpath_evt(phba, evtp);
594 free_evt = 0;
595 break;
James Smart78730cf2010-04-06 15:06:30 -0400596 case LPFC_EVT_RESET_HBA:
597 if (!(phba->pport->load_flag & FC_UNLOADING))
598 lpfc_reset_hba(phba);
599 break;
dea31012005-04-17 16:05:31 -0500600 }
601 if (free_evt)
602 kfree(evtp);
James Smart2e0fef82007-06-17 19:56:36 -0500603 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500604 }
James Smart2e0fef82007-06-17 19:56:36 -0500605 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500606
607}
608
James Smart311464e2007-08-02 11:10:37 -0400609static void
James Smart2e0fef82007-06-17 19:56:36 -0500610lpfc_work_done(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500611{
612 struct lpfc_sli_ring *pring;
James Smart858c9f62007-06-17 19:56:39 -0500613 uint32_t ha_copy, status, control, work_port_events;
James Smart549e55c2007-08-02 11:09:51 -0400614 struct lpfc_vport **vports;
James Smart51ef4c22007-08-02 11:10:31 -0400615 struct lpfc_vport *vport;
James Smart549e55c2007-08-02 11:09:51 -0400616 int i;
dea31012005-04-17 16:05:31 -0500617
James Smart2e0fef82007-06-17 19:56:36 -0500618 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500619 ha_copy = phba->work_ha;
620 phba->work_ha = 0;
James Smart2e0fef82007-06-17 19:56:36 -0500621 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500622
James Smartda0436e2009-05-22 14:51:39 -0400623 /* First, try to post the next mailbox command to SLI4 device */
624 if (phba->pci_dev_grp == LPFC_PCI_DEV_OC)
625 lpfc_sli4_post_async_mbox(phba);
626
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500627 if (ha_copy & HA_ERATT)
James Smart93996272008-08-24 21:50:30 -0400628 /* Handle the error attention event */
dea31012005-04-17 16:05:31 -0500629 lpfc_handle_eratt(phba);
630
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500631 if (ha_copy & HA_MBATT)
dea31012005-04-17 16:05:31 -0500632 lpfc_sli_handle_mb_event(phba);
633
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500634 if (ha_copy & HA_LATT)
dea31012005-04-17 16:05:31 -0500635 lpfc_handle_latt(phba);
James Smart93996272008-08-24 21:50:30 -0400636
James Smartda0436e2009-05-22 14:51:39 -0400637 /* Process SLI4 events */
638 if (phba->pci_dev_grp == LPFC_PCI_DEV_OC) {
James Smart19ca7602010-11-20 23:11:55 -0500639 if (phba->hba_flag & HBA_RRQ_ACTIVE)
640 lpfc_handle_rrq_active(phba);
James Smartda0436e2009-05-22 14:51:39 -0400641 if (phba->hba_flag & FCP_XRI_ABORT_EVENT)
642 lpfc_sli4_fcp_xri_abort_event_proc(phba);
James Smart318083a2017-03-04 09:30:30 -0800643 if (phba->hba_flag & NVME_XRI_ABORT_EVENT)
644 lpfc_sli4_nvme_xri_abort_event_proc(phba);
James Smartda0436e2009-05-22 14:51:39 -0400645 if (phba->hba_flag & ELS_XRI_ABORT_EVENT)
646 lpfc_sli4_els_xri_abort_event_proc(phba);
647 if (phba->hba_flag & ASYNC_EVENT)
648 lpfc_sli4_async_event_proc(phba);
649 if (phba->hba_flag & HBA_POST_RECEIVE_BUFFER) {
650 spin_lock_irq(&phba->hbalock);
651 phba->hba_flag &= ~HBA_POST_RECEIVE_BUFFER;
652 spin_unlock_irq(&phba->hbalock);
653 lpfc_sli_hbqbuf_add_hbqs(phba, LPFC_ELS_HBQ);
654 }
James Smartecfd03c2010-02-12 14:41:27 -0500655 if (phba->fcf.fcf_flag & FCF_REDISC_EVT)
656 lpfc_sli4_fcf_redisc_event_proc(phba);
James Smartda0436e2009-05-22 14:51:39 -0400657 }
658
James Smart549e55c2007-08-02 11:09:51 -0400659 vports = lpfc_create_vport_work_array(phba);
660 if (vports != NULL)
James Smartda0436e2009-05-22 14:51:39 -0400661 for (i = 0; i <= phba->max_vports; i++) {
James Smart51ef4c22007-08-02 11:10:31 -0400662 /*
663 * We could have no vports in array if unloading, so if
664 * this happens then just use the pport
665 */
666 if (vports[i] == NULL && i == 0)
667 vport = phba->pport;
668 else
669 vport = vports[i];
670 if (vport == NULL)
671 break;
James Smart58da1ff2008-04-07 10:15:56 -0400672 spin_lock_irq(&vport->work_port_lock);
James Smart51ef4c22007-08-02 11:10:31 -0400673 work_port_events = vport->work_port_events;
James Smart58da1ff2008-04-07 10:15:56 -0400674 vport->work_port_events &= ~work_port_events;
675 spin_unlock_irq(&vport->work_port_lock);
James Smart549e55c2007-08-02 11:09:51 -0400676 if (work_port_events & WORKER_DISC_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400677 lpfc_disc_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400678 if (work_port_events & WORKER_ELS_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400679 lpfc_els_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400680 if (work_port_events & WORKER_HB_TMO)
681 lpfc_hb_timeout_handler(phba);
682 if (work_port_events & WORKER_MBOX_TMO)
683 lpfc_mbox_timeout_handler(phba);
684 if (work_port_events & WORKER_FABRIC_BLOCK_TMO)
685 lpfc_unblock_fabric_iocbs(phba);
James Smart549e55c2007-08-02 11:09:51 -0400686 if (work_port_events & WORKER_RAMP_DOWN_QUEUE)
687 lpfc_ramp_down_queue_handler(phba);
James Smart92494142011-02-16 12:39:44 -0500688 if (work_port_events & WORKER_DELAYED_DISC_TMO)
689 lpfc_delayed_disc_timeout_handler(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500690 }
James Smart09372822008-01-11 01:52:54 -0500691 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -0500692
James Smart895427b2017-02-12 13:52:30 -0800693 pring = lpfc_phba_elsring(phba);
James Smart858c9f62007-06-17 19:56:39 -0500694 status = (ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING)));
695 status >>= (4*LPFC_ELS_RING);
James Smart0c9c6a72017-05-15 15:20:39 -0700696 if (pring && (status & HA_RXMASK ||
697 pring->flag & LPFC_DEFERRED_RING_EVENT ||
698 phba->hba_flag & HBA_SP_QUEUE_EVT)) {
James Smart0b727fe2007-10-27 13:37:25 -0400699 if (pring->flag & LPFC_STOP_IOCB_EVENT) {
James Smart858c9f62007-06-17 19:56:39 -0500700 pring->flag |= LPFC_DEFERRED_RING_EVENT;
James Smart5e9d9b82008-06-14 22:52:53 -0400701 /* Set the lpfc data pending flag */
702 set_bit(LPFC_DATA_READY, &phba->data_flags);
James Smart858c9f62007-06-17 19:56:39 -0500703 } else {
James Smartae9e28f2017-05-15 15:20:51 -0700704 if (phba->link_state >= LPFC_LINK_UP ||
705 phba->link_flag & LS_MDS_LOOPBACK) {
James Smart94661502013-03-01 16:37:29 -0500706 pring->flag &= ~LPFC_DEFERRED_RING_EVENT;
707 lpfc_sli_handle_slow_ring_event(phba, pring,
708 (status &
709 HA_RXMASK));
710 }
James Smart858c9f62007-06-17 19:56:39 -0500711 }
Sebastian Herbsztb1039182015-07-22 10:53:22 +0200712 if ((phba->sli_rev == LPFC_SLI_REV4) &&
James Smart0e9bb8d2013-03-01 16:35:12 -0500713 (!list_empty(&pring->txq)))
James Smart2a9bf3d2010-06-07 15:24:45 -0400714 lpfc_drain_txq(phba);
James Smart858c9f62007-06-17 19:56:39 -0500715 /*
716 * Turn on Ring interrupts
717 */
James Smart3772a992009-05-22 14:50:54 -0400718 if (phba->sli_rev <= LPFC_SLI_REV3) {
719 spin_lock_irq(&phba->hbalock);
720 control = readl(phba->HCregaddr);
721 if (!(control & (HC_R0INT_ENA << LPFC_ELS_RING))) {
722 lpfc_debugfs_slow_ring_trc(phba,
723 "WRK Enable ring: cntl:x%x hacopy:x%x",
724 control, ha_copy, 0);
James Smarta58cbd52007-08-02 11:09:43 -0400725
James Smart3772a992009-05-22 14:50:54 -0400726 control |= (HC_R0INT_ENA << LPFC_ELS_RING);
727 writel(control, phba->HCregaddr);
728 readl(phba->HCregaddr); /* flush */
729 } else {
730 lpfc_debugfs_slow_ring_trc(phba,
731 "WRK Ring ok: cntl:x%x hacopy:x%x",
732 control, ha_copy, 0);
733 }
734 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500735 }
736 }
James Smart2e0fef82007-06-17 19:56:36 -0500737 lpfc_work_list_done(phba);
dea31012005-04-17 16:05:31 -0500738}
739
dea31012005-04-17 16:05:31 -0500740int
741lpfc_do_work(void *p)
742{
743 struct lpfc_hba *phba = p;
744 int rc;
dea31012005-04-17 16:05:31 -0500745
Dongsheng Yang8698a742014-03-11 18:09:12 +0800746 set_user_nice(current, MIN_NICE);
James Smart043c9562012-05-09 21:17:43 -0400747 current->flags |= PF_NOFREEZE;
James Smart5e9d9b82008-06-14 22:52:53 -0400748 phba->data_flags = 0;
dea31012005-04-17 16:05:31 -0500749
James Smart3a55b532008-12-04 22:38:54 -0500750 while (!kthread_should_stop()) {
James Smart5e9d9b82008-06-14 22:52:53 -0400751 /* wait and check worker queue activities */
752 rc = wait_event_interruptible(phba->work_waitq,
753 (test_and_clear_bit(LPFC_DATA_READY,
754 &phba->data_flags)
755 || kthread_should_stop()));
James Smart3a55b532008-12-04 22:38:54 -0500756 /* Signal wakeup shall terminate the worker thread */
757 if (rc) {
758 lpfc_printf_log(phba, KERN_ERR, LOG_ELS,
759 "0433 Wakeup on signal: rc=x%x\n", rc);
dea31012005-04-17 16:05:31 -0500760 break;
James Smart3a55b532008-12-04 22:38:54 -0500761 }
dea31012005-04-17 16:05:31 -0500762
James Smart5e9d9b82008-06-14 22:52:53 -0400763 /* Attend pending lpfc data processing */
dea31012005-04-17 16:05:31 -0500764 lpfc_work_done(phba);
dea31012005-04-17 16:05:31 -0500765 }
James Smart3a55b532008-12-04 22:38:54 -0500766 phba->worker_thread = NULL;
767 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
768 "0432 Worker thread stopped.\n");
dea31012005-04-17 16:05:31 -0500769 return 0;
770}
771
772/*
773 * This is only called to handle FC worker events. Since this a rare
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300774 * occurrence, we allocate a struct lpfc_work_evt structure here instead of
dea31012005-04-17 16:05:31 -0500775 * embedding it in the IOCB.
776 */
777int
James Smart2e0fef82007-06-17 19:56:36 -0500778lpfc_workq_post_event(struct lpfc_hba *phba, void *arg1, void *arg2,
dea31012005-04-17 16:05:31 -0500779 uint32_t evt)
780{
781 struct lpfc_work_evt *evtp;
James Smarted957682007-06-17 19:56:37 -0500782 unsigned long flags;
dea31012005-04-17 16:05:31 -0500783
784 /*
785 * All Mailbox completions and LPFC_ELS_RING rcv ring IOCB events will
786 * be queued to worker thread for processing
787 */
James Smart92d7f7b2007-06-17 19:56:38 -0500788 evtp = kmalloc(sizeof(struct lpfc_work_evt), GFP_ATOMIC);
dea31012005-04-17 16:05:31 -0500789 if (!evtp)
790 return 0;
791
792 evtp->evt_arg1 = arg1;
793 evtp->evt_arg2 = arg2;
794 evtp->evt = evt;
795
James Smarted957682007-06-17 19:56:37 -0500796 spin_lock_irqsave(&phba->hbalock, flags);
James Smart071fbd3d2006-04-15 11:53:20 -0400797 list_add_tail(&evtp->evt_listp, &phba->work_list);
James Smarted957682007-06-17 19:56:37 -0500798 spin_unlock_irqrestore(&phba->hbalock, flags);
dea31012005-04-17 16:05:31 -0500799
James Smart5e9d9b82008-06-14 22:52:53 -0400800 lpfc_worker_wake_up(phba);
801
dea31012005-04-17 16:05:31 -0500802 return 1;
803}
804
James Smart92d7f7b2007-06-17 19:56:38 -0500805void
806lpfc_cleanup_rpis(struct lpfc_vport *vport, int remove)
807{
James Smart09372822008-01-11 01:52:54 -0500808 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500809 struct lpfc_hba *phba = vport->phba;
810 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart92d7f7b2007-06-17 19:56:38 -0500811
812 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -0500813 if (!NLP_CHK_NODE_ACT(ndlp))
814 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500815 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
816 continue;
James Smart98c9ea52007-10-27 13:37:33 -0400817 if ((phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) ||
818 ((vport->port_type == LPFC_NPIV_PORT) &&
819 (ndlp->nlp_DID == NameServer_DID)))
James Smart92d7f7b2007-06-17 19:56:38 -0500820 lpfc_unreg_rpi(vport, ndlp);
821
822 /* Leave Fabric nodes alone on link down */
James Smart4d9ab992009-10-02 15:16:39 -0400823 if ((phba->sli_rev < LPFC_SLI_REV4) &&
824 (!remove && ndlp->nlp_type & NLP_FABRIC))
James Smart92d7f7b2007-06-17 19:56:38 -0500825 continue;
Sebastian Herbsztdb6f1c22015-08-31 16:48:14 -0400826 lpfc_disc_state_machine(vport, ndlp, NULL,
827 remove
828 ? NLP_EVT_DEVICE_RM
829 : NLP_EVT_DEVICE_RECOVERY);
James Smart92d7f7b2007-06-17 19:56:38 -0500830 }
831 if (phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) {
James Smart5af5eee2010-10-22 11:06:38 -0400832 if (phba->sli_rev == LPFC_SLI_REV4)
833 lpfc_sli4_unreg_all_rpis(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500834 lpfc_mbx_unreg_vpi(vport);
James Smart09372822008-01-11 01:52:54 -0500835 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500836 vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI;
James Smart09372822008-01-11 01:52:54 -0500837 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500838 }
839}
840
James Smart87af33f2007-10-27 13:37:43 -0400841void
James Smart98c9ea52007-10-27 13:37:33 -0400842lpfc_port_link_failure(struct lpfc_vport *vport)
James Smart92d7f7b2007-06-17 19:56:38 -0500843{
James Smart695a8142010-01-26 23:08:03 -0500844 lpfc_vport_set_state(vport, FC_VPORT_LINKDOWN);
845
James Smart45ed1192009-10-02 15:17:02 -0400846 /* Cleanup any outstanding received buffers */
847 lpfc_cleanup_rcv_buffers(vport);
848
James Smart92d7f7b2007-06-17 19:56:38 -0500849 /* Cleanup any outstanding RSCN activity */
850 lpfc_els_flush_rscn(vport);
851
852 /* Cleanup any outstanding ELS commands */
853 lpfc_els_flush_cmd(vport);
854
855 lpfc_cleanup_rpis(vport, 0);
856
James Smart92d7f7b2007-06-17 19:56:38 -0500857 /* Turn off discovery timer if its running */
858 lpfc_can_disctmo(vport);
859}
860
James Smart3772a992009-05-22 14:50:54 -0400861void
James Smart98c9ea52007-10-27 13:37:33 -0400862lpfc_linkdown_port(struct lpfc_vport *vport)
863{
James Smarta0f2d3e2017-02-12 13:52:31 -0800864 struct lpfc_hba *phba = vport->phba;
James Smart98c9ea52007-10-27 13:37:33 -0400865 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
866
James Smarta0f2d3e2017-02-12 13:52:31 -0800867 if (phba->cfg_enable_fc4_type != LPFC_ENABLE_NVME)
868 fc_host_post_event(shost, fc_get_event_number(),
869 FCH_EVT_LINKDOWN, 0);
James Smart98c9ea52007-10-27 13:37:33 -0400870
871 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
872 "Link Down: state:x%x rtry:x%x flg:x%x",
873 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
874
875 lpfc_port_link_failure(vport);
876
James Smart92494142011-02-16 12:39:44 -0500877 /* Stop delayed Nport discovery */
878 spin_lock_irq(shost->host_lock);
879 vport->fc_flag &= ~FC_DISC_DELAYED;
880 spin_unlock_irq(shost->host_lock);
881 del_timer_sync(&vport->delayed_disc_tmo);
James Smart98c9ea52007-10-27 13:37:33 -0400882}
883
dea31012005-04-17 16:05:31 -0500884int
James Smart685f0bf2007-04-25 09:53:08 -0400885lpfc_linkdown(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500886{
James Smart2e0fef82007-06-17 19:56:36 -0500887 struct lpfc_vport *vport = phba->pport;
888 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart549e55c2007-08-02 11:09:51 -0400889 struct lpfc_vport **vports;
James Smart685f0bf2007-04-25 09:53:08 -0400890 LPFC_MBOXQ_t *mb;
James Smart549e55c2007-08-02 11:09:51 -0400891 int i;
dea31012005-04-17 16:05:31 -0500892
James Smart3163f722008-02-08 18:50:25 -0500893 if (phba->link_state == LPFC_LINK_DOWN)
James Smart2e0fef82007-06-17 19:56:36 -0500894 return 0;
James Smartaacc20e2009-12-21 17:02:51 -0500895
896 /* Block all SCSI stack I/Os */
897 lpfc_scsi_dev_block(phba);
898
James Smart2e0fef82007-06-17 19:56:36 -0500899 spin_lock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -0500900 phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE);
James Smart72100cc2010-02-12 14:43:01 -0500901 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -0500902 if (phba->link_state > LPFC_LINK_DOWN) {
James Smart2e0fef82007-06-17 19:56:36 -0500903 phba->link_state = LPFC_LINK_DOWN;
James Smart72100cc2010-02-12 14:43:01 -0500904 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500905 phba->pport->fc_flag &= ~FC_LBIT;
James Smart72100cc2010-02-12 14:43:01 -0500906 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500907 }
James Smart549e55c2007-08-02 11:09:51 -0400908 vports = lpfc_create_vport_work_array(phba);
James Smart895427b2017-02-12 13:52:30 -0800909 if (vports != NULL) {
James Smart6fb120a2009-05-22 14:52:59 -0400910 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
James Smart549e55c2007-08-02 11:09:51 -0400911 /* Issue a LINK DOWN event to all nodes */
912 lpfc_linkdown_port(vports[i]);
James Smart895427b2017-02-12 13:52:30 -0800913
914 vports[i]->fc_myDID = 0;
915
James Smart01649562017-02-12 13:52:32 -0800916 if ((phba->cfg_enable_fc4_type == LPFC_ENABLE_BOTH) ||
James Smart8c258642017-02-12 13:52:36 -0800917 (phba->cfg_enable_fc4_type == LPFC_ENABLE_NVME)) {
James Smartd613b6a2017-02-12 13:52:37 -0800918 if (phba->nvmet_support)
919 lpfc_nvmet_update_targetport(phba);
920 else
James Smart8c258642017-02-12 13:52:36 -0800921 lpfc_nvme_update_localport(vports[i]);
James Smart8c258642017-02-12 13:52:36 -0800922 }
James Smart549e55c2007-08-02 11:09:51 -0400923 }
James Smart895427b2017-02-12 13:52:30 -0800924 }
James Smart09372822008-01-11 01:52:54 -0500925 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -0500926 /* Clean up any firmware default rpi's */
James Smart2e0fef82007-06-17 19:56:36 -0500927 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
928 if (mb) {
James Smart6d368e52011-05-24 11:44:12 -0400929 lpfc_unreg_did(phba, 0xffff, LPFC_UNREG_ALL_DFLT_RPIS, mb);
James Smarted957682007-06-17 19:56:37 -0500930 mb->vport = vport;
James Smart2e0fef82007-06-17 19:56:36 -0500931 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -0400932 if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT)
dea31012005-04-17 16:05:31 -0500933 == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -0500934 mempool_free(mb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -0500935 }
936 }
937
dea31012005-04-17 16:05:31 -0500938 /* Setup myDID for link up if we are in pt2pt mode */
James Smart92d7f7b2007-06-17 19:56:38 -0500939 if (phba->pport->fc_flag & FC_PT2PT) {
James Smart2e0fef82007-06-17 19:56:36 -0500940 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
941 if (mb) {
dea31012005-04-17 16:05:31 -0500942 lpfc_config_link(phba, mb);
James Smart92d7f7b2007-06-17 19:56:38 -0500943 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smarted957682007-06-17 19:56:37 -0500944 mb->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -0400945 if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT)
dea31012005-04-17 16:05:31 -0500946 == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -0500947 mempool_free(mb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -0500948 }
949 }
James Smart2e0fef82007-06-17 19:56:36 -0500950 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500951 phba->pport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI);
James Smart2e0fef82007-06-17 19:56:36 -0500952 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -0500953 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500954 return 0;
dea31012005-04-17 16:05:31 -0500955}
956
James Smart92d7f7b2007-06-17 19:56:38 -0500957static void
958lpfc_linkup_cleanup_nodes(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -0500959{
James Smart92d7f7b2007-06-17 19:56:38 -0500960 struct lpfc_nodelist *ndlp;
961
962 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -0500963 if (!NLP_CHK_NODE_ACT(ndlp))
964 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500965 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
966 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500967 if (ndlp->nlp_type & NLP_FABRIC) {
James Smarte47c9092008-02-08 18:49:26 -0500968 /* On Linkup its safe to clean up the ndlp
969 * from Fabric connections.
970 */
James Smart92d7f7b2007-06-17 19:56:38 -0500971 if (ndlp->nlp_DID != Fabric_DID)
972 lpfc_unreg_rpi(vport, ndlp);
973 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
974 } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) {
James Smarte47c9092008-02-08 18:49:26 -0500975 /* Fail outstanding IO now since device is
976 * marked for PLOGI.
977 */
James Smart92d7f7b2007-06-17 19:56:38 -0500978 lpfc_unreg_rpi(vport, ndlp);
979 }
980 }
981}
982
983static void
984lpfc_linkup_port(struct lpfc_vport *vport)
985{
986 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500987 struct lpfc_hba *phba = vport->phba;
988
989 if ((vport->load_flag & FC_UNLOADING) != 0)
990 return;
991
James Smart858c9f62007-06-17 19:56:39 -0500992 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
993 "Link Up: top:x%x speed:x%x flg:x%x",
994 phba->fc_topology, phba->fc_linkspeed, phba->link_flag);
995
James Smart92d7f7b2007-06-17 19:56:38 -0500996 /* If NPIV is not enabled, only bring the physical port up */
997 if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) &&
998 (vport != phba->pport))
999 return;
dea31012005-04-17 16:05:31 -05001000
James Smarta0f2d3e2017-02-12 13:52:31 -08001001 if (phba->cfg_enable_fc4_type != LPFC_ENABLE_NVME)
1002 fc_host_post_event(shost, fc_get_event_number(),
1003 FCH_EVT_LINKUP, 0);
James Smartd2873e42006-08-18 17:46:43 -04001004
James Smart2e0fef82007-06-17 19:56:36 -05001005 spin_lock_irq(shost->host_lock);
James Smart2e0fef82007-06-17 19:56:36 -05001006 vport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI | FC_ABORT_DISCOVERY |
1007 FC_RSCN_MODE | FC_NLP_MORE | FC_RSCN_DISCOVERY);
1008 vport->fc_flag |= FC_NDISC_ACTIVE;
1009 vport->fc_ns_retry = 0;
1010 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05001011
James Smart92d7f7b2007-06-17 19:56:38 -05001012 if (vport->fc_flag & FC_LBIT)
1013 lpfc_linkup_cleanup_nodes(vport);
dea31012005-04-17 16:05:31 -05001014
James Smart92d7f7b2007-06-17 19:56:38 -05001015}
1016
1017static int
1018lpfc_linkup(struct lpfc_hba *phba)
1019{
James Smart549e55c2007-08-02 11:09:51 -04001020 struct lpfc_vport **vports;
1021 int i;
James Smart92d7f7b2007-06-17 19:56:38 -05001022
1023 phba->link_state = LPFC_LINK_UP;
1024
1025 /* Unblock fabric iocbs if they are blocked */
1026 clear_bit(FABRIC_COMANDS_BLOCKED, &phba->bit_flags);
1027 del_timer_sync(&phba->fabric_block_timer);
1028
James Smart549e55c2007-08-02 11:09:51 -04001029 vports = lpfc_create_vport_work_array(phba);
1030 if (vports != NULL)
James Smart6fb120a2009-05-22 14:52:59 -04001031 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++)
James Smart549e55c2007-08-02 11:09:51 -04001032 lpfc_linkup_port(vports[i]);
James Smart09372822008-01-11 01:52:54 -05001033 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -05001034
1035 return 0;
1036}
1037
1038/*
1039 * This routine handles processing a CLEAR_LA mailbox
1040 * command upon completion. It is setup in the LPFC_MBOXQ
1041 * as the completion routine when the command is
James Smart895427b2017-02-12 13:52:30 -08001042 * handed off to the SLI layer. SLI3 only.
dea31012005-04-17 16:05:31 -05001043 */
Adrian Bunka6ababd2007-11-05 18:07:33 +01001044static void
James Smart2e0fef82007-06-17 19:56:36 -05001045lpfc_mbx_cmpl_clear_la(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05001046{
James Smart2e0fef82007-06-17 19:56:36 -05001047 struct lpfc_vport *vport = pmb->vport;
1048 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
1049 struct lpfc_sli *psli = &phba->sli;
James Smart04c68492009-05-22 14:52:52 -04001050 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05001051 uint32_t control;
1052
dea31012005-04-17 16:05:31 -05001053 /* Since we don't do discovery right now, turn these off here */
James Smart895427b2017-02-12 13:52:30 -08001054 psli->sli3_ring[LPFC_EXTRA_RING].flag &= ~LPFC_STOP_IOCB_EVENT;
1055 psli->sli3_ring[LPFC_FCP_RING].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -05001056
1057 /* Check for error */
1058 if ((mb->mbxStatus) && (mb->mbxStatus != 0x1601)) {
James Smart92d7f7b2007-06-17 19:56:38 -05001059 /* CLEAR_LA mbox error <mbxStatus> state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04001060 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
1061 "0320 CLEAR_LA mbxStatus error x%x hba "
1062 "state x%x\n",
1063 mb->mbxStatus, vport->port_state);
James Smart2e0fef82007-06-17 19:56:36 -05001064 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05001065 goto out;
1066 }
1067
James Smart92d7f7b2007-06-17 19:56:38 -05001068 if (vport->port_type == LPFC_PHYSICAL_PORT)
1069 phba->link_state = LPFC_HBA_READY;
1070
1071 spin_lock_irq(&phba->hbalock);
1072 psli->sli_flag |= LPFC_PROCESS_LA;
1073 control = readl(phba->HCregaddr);
1074 control |= HC_LAINT_ENA;
1075 writel(control, phba->HCregaddr);
1076 readl(phba->HCregaddr); /* flush */
1077 spin_unlock_irq(&phba->hbalock);
James Smart1b32f6a2008-02-08 18:49:39 -05001078 mempool_free(pmb, phba->mbox_mem_pool);
James Smart92d7f7b2007-06-17 19:56:38 -05001079 return;
dea31012005-04-17 16:05:31 -05001080
dea31012005-04-17 16:05:31 -05001081out:
1082 /* Device Discovery completes */
James Smarte8b62012007-08-02 11:10:09 -04001083 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
1084 "0225 Device Discovery completes\n");
James Smart2e0fef82007-06-17 19:56:36 -05001085 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05001086
James Smart2e0fef82007-06-17 19:56:36 -05001087 spin_lock_irq(shost->host_lock);
James Smart58da1ff2008-04-07 10:15:56 -04001088 vport->fc_flag &= ~FC_ABORT_DISCOVERY;
James Smart2e0fef82007-06-17 19:56:36 -05001089 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05001090
James Smart2e0fef82007-06-17 19:56:36 -05001091 lpfc_can_disctmo(vport);
dea31012005-04-17 16:05:31 -05001092
1093 /* turn on Link Attention interrupts */
James Smart2e0fef82007-06-17 19:56:36 -05001094
1095 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001096 psli->sli_flag |= LPFC_PROCESS_LA;
1097 control = readl(phba->HCregaddr);
1098 control |= HC_LAINT_ENA;
1099 writel(control, phba->HCregaddr);
1100 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -05001101 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001102
1103 return;
1104}
1105
James Smart2e0fef82007-06-17 19:56:36 -05001106
James Smartd6de08c2015-12-16 18:11:53 -05001107void
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001108lpfc_mbx_cmpl_local_config_link(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05001109{
James Smart2e0fef82007-06-17 19:56:36 -05001110 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05001111
James Smart04c68492009-05-22 14:52:52 -04001112 if (pmb->u.mb.mbxStatus)
dea31012005-04-17 16:05:31 -05001113 goto out;
dea31012005-04-17 16:05:31 -05001114
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001115 mempool_free(pmb, phba->mbox_mem_pool);
1116
James Smart1b511972011-12-13 13:23:09 -05001117 /* don't perform discovery for SLI4 loopback diagnostic test */
1118 if ((phba->sli_rev == LPFC_SLI_REV4) &&
1119 !(phba->hba_flag & HBA_FCOE_MODE) &&
1120 (phba->link_flag & LS_LOOPBACK_MODE))
1121 return;
1122
James Smart76a95d72010-11-20 23:11:48 -05001123 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP &&
James Smart2e0fef82007-06-17 19:56:36 -05001124 vport->fc_flag & FC_PUBLIC_LOOP &&
1125 !(vport->fc_flag & FC_LBIT)) {
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001126 /* Need to wait for FAN - use discovery timer
James Smart2e0fef82007-06-17 19:56:36 -05001127 * for timeout. port_state is identically
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001128 * LPFC_LOCAL_CFG_LINK while waiting for FAN
1129 */
James Smart2e0fef82007-06-17 19:56:36 -05001130 lpfc_set_disctmo(vport);
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001131 return;
James Smart92d7f7b2007-06-17 19:56:38 -05001132 }
dea31012005-04-17 16:05:31 -05001133
James Smart2e0fef82007-06-17 19:56:36 -05001134 /* Start discovery by sending a FLOGI. port_state is identically
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001135 * LPFC_FLOGI while waiting for FLOGI cmpl
1136 */
James Smartd6de08c2015-12-16 18:11:53 -05001137 if (vport->port_state != LPFC_FLOGI)
James Smart92d7f7b2007-06-17 19:56:38 -05001138 lpfc_initial_flogi(vport);
James Smartd6de08c2015-12-16 18:11:53 -05001139 else if (vport->fc_flag & FC_PT2PT)
1140 lpfc_disc_start(vport);
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001141 return;
dea31012005-04-17 16:05:31 -05001142
1143out:
James Smarte8b62012007-08-02 11:10:09 -04001144 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
1145 "0306 CONFIG_LINK mbxStatus error x%x "
1146 "HBA state x%x\n",
James Smart04c68492009-05-22 14:52:52 -04001147 pmb->u.mb.mbxStatus, vport->port_state);
James Smart92d7f7b2007-06-17 19:56:38 -05001148 mempool_free(pmb, phba->mbox_mem_pool);
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001149
1150 lpfc_linkdown(phba);
1151
James Smarte8b62012007-08-02 11:10:09 -04001152 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
1153 "0200 CONFIG_LINK bad hba state x%x\n",
1154 vport->port_state);
dea31012005-04-17 16:05:31 -05001155
James Smart92d7f7b2007-06-17 19:56:38 -05001156 lpfc_issue_clear_la(phba, vport);
dea31012005-04-17 16:05:31 -05001157 return;
1158}
1159
James Smart7d791df2011-07-22 18:37:52 -04001160/**
1161 * lpfc_sli4_clear_fcf_rr_bmask
1162 * @phba pointer to the struct lpfc_hba for this port.
1163 * This fucnction resets the round robin bit mask and clears the
1164 * fcf priority list. The list deletions are done while holding the
1165 * hbalock. The ON_LIST flag and the FLOGI_FAILED flags are cleared
1166 * from the lpfc_fcf_pri record.
1167 **/
1168void
1169lpfc_sli4_clear_fcf_rr_bmask(struct lpfc_hba *phba)
1170{
1171 struct lpfc_fcf_pri *fcf_pri;
1172 struct lpfc_fcf_pri *next_fcf_pri;
1173 memset(phba->fcf.fcf_rr_bmask, 0, sizeof(*phba->fcf.fcf_rr_bmask));
1174 spin_lock_irq(&phba->hbalock);
1175 list_for_each_entry_safe(fcf_pri, next_fcf_pri,
1176 &phba->fcf.fcf_pri_list, list) {
1177 list_del_init(&fcf_pri->list);
1178 fcf_pri->fcf_rec.flag = 0;
1179 }
1180 spin_unlock_irq(&phba->hbalock);
1181}
dea31012005-04-17 16:05:31 -05001182static void
James Smart6fb120a2009-05-22 14:52:59 -04001183lpfc_mbx_cmpl_reg_fcfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
1184{
1185 struct lpfc_vport *vport = mboxq->vport;
James Smart6fb120a2009-05-22 14:52:59 -04001186
1187 if (mboxq->u.mb.mbxStatus) {
1188 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
1189 "2017 REG_FCFI mbxStatus error x%x "
1190 "HBA state x%x\n",
1191 mboxq->u.mb.mbxStatus, vport->port_state);
James Smarta93ff372010-10-22 11:06:08 -04001192 goto fail_out;
James Smart6fb120a2009-05-22 14:52:59 -04001193 }
1194
1195 /* Start FCoE discovery by sending a FLOGI. */
1196 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi, &mboxq->u.mqe.un.reg_fcfi);
1197 /* Set the FCFI registered flag */
James Smartd439d282010-09-29 11:18:45 -04001198 spin_lock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001199 phba->fcf.fcf_flag |= FCF_REGISTERED;
James Smartd439d282010-09-29 11:18:45 -04001200 spin_unlock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001201
James Smart32b97932009-07-19 10:01:21 -04001202 /* If there is a pending FCoE event, restart FCF table scan. */
James Smart7d791df2011-07-22 18:37:52 -04001203 if ((!(phba->hba_flag & FCF_RR_INPROG)) &&
1204 lpfc_check_pending_fcoe_event(phba, LPFC_UNREG_FCF))
James Smarta93ff372010-10-22 11:06:08 -04001205 goto fail_out;
1206
1207 /* Mark successful completion of FCF table scan */
James Smartd439d282010-09-29 11:18:45 -04001208 spin_lock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05001209 phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE);
James Smarta93ff372010-10-22 11:06:08 -04001210 phba->hba_flag &= ~FCF_TS_INPROG;
1211 if (vport->port_state != LPFC_FLOGI) {
1212 phba->hba_flag |= FCF_RR_INPROG;
1213 spin_unlock_irq(&phba->hbalock);
James Smart76a95d72010-11-20 23:11:48 -05001214 lpfc_issue_init_vfi(vport);
James Smarta93ff372010-10-22 11:06:08 -04001215 goto out;
1216 }
1217 spin_unlock_irq(&phba->hbalock);
1218 goto out;
James Smart6fb120a2009-05-22 14:52:59 -04001219
James Smarta93ff372010-10-22 11:06:08 -04001220fail_out:
1221 spin_lock_irq(&phba->hbalock);
1222 phba->hba_flag &= ~FCF_RR_INPROG;
1223 spin_unlock_irq(&phba->hbalock);
1224out:
James Smart6fb120a2009-05-22 14:52:59 -04001225 mempool_free(mboxq, phba->mbox_mem_pool);
James Smart6fb120a2009-05-22 14:52:59 -04001226}
1227
1228/**
1229 * lpfc_fab_name_match - Check if the fcf fabric name match.
1230 * @fab_name: pointer to fabric name.
1231 * @new_fcf_record: pointer to fcf record.
1232 *
1233 * This routine compare the fcf record's fabric name with provided
1234 * fabric name. If the fabric name are identical this function
1235 * returns 1 else return 0.
1236 **/
1237static uint32_t
1238lpfc_fab_name_match(uint8_t *fab_name, struct fcf_record *new_fcf_record)
1239{
James Smartecfd03c2010-02-12 14:41:27 -05001240 if (fab_name[0] != bf_get(lpfc_fcf_record_fab_name_0, new_fcf_record))
James Smart6fb120a2009-05-22 14:52:59 -04001241 return 0;
James Smartecfd03c2010-02-12 14:41:27 -05001242 if (fab_name[1] != bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record))
1243 return 0;
1244 if (fab_name[2] != bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record))
1245 return 0;
1246 if (fab_name[3] != bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record))
1247 return 0;
1248 if (fab_name[4] != bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record))
1249 return 0;
1250 if (fab_name[5] != bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record))
1251 return 0;
1252 if (fab_name[6] != bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record))
1253 return 0;
1254 if (fab_name[7] != bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record))
1255 return 0;
1256 return 1;
James Smart6fb120a2009-05-22 14:52:59 -04001257}
1258
1259/**
James Smart8fa38512009-07-19 10:01:03 -04001260 * lpfc_sw_name_match - Check if the fcf switch name match.
1261 * @fab_name: pointer to fabric name.
1262 * @new_fcf_record: pointer to fcf record.
1263 *
1264 * This routine compare the fcf record's switch name with provided
1265 * switch name. If the switch name are identical this function
1266 * returns 1 else return 0.
1267 **/
1268static uint32_t
1269lpfc_sw_name_match(uint8_t *sw_name, struct fcf_record *new_fcf_record)
1270{
James Smartecfd03c2010-02-12 14:41:27 -05001271 if (sw_name[0] != bf_get(lpfc_fcf_record_switch_name_0, new_fcf_record))
James Smart8fa38512009-07-19 10:01:03 -04001272 return 0;
James Smartecfd03c2010-02-12 14:41:27 -05001273 if (sw_name[1] != bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record))
1274 return 0;
1275 if (sw_name[2] != bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record))
1276 return 0;
1277 if (sw_name[3] != bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record))
1278 return 0;
1279 if (sw_name[4] != bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record))
1280 return 0;
1281 if (sw_name[5] != bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record))
1282 return 0;
1283 if (sw_name[6] != bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record))
1284 return 0;
1285 if (sw_name[7] != bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record))
1286 return 0;
1287 return 1;
James Smart8fa38512009-07-19 10:01:03 -04001288}
1289
1290/**
James Smart6fb120a2009-05-22 14:52:59 -04001291 * lpfc_mac_addr_match - Check if the fcf mac address match.
James Smartecfd03c2010-02-12 14:41:27 -05001292 * @mac_addr: pointer to mac address.
James Smart6fb120a2009-05-22 14:52:59 -04001293 * @new_fcf_record: pointer to fcf record.
1294 *
1295 * This routine compare the fcf record's mac address with HBA's
1296 * FCF mac address. If the mac addresses are identical this function
1297 * returns 1 else return 0.
1298 **/
1299static uint32_t
James Smartecfd03c2010-02-12 14:41:27 -05001300lpfc_mac_addr_match(uint8_t *mac_addr, struct fcf_record *new_fcf_record)
James Smart6fb120a2009-05-22 14:52:59 -04001301{
James Smartecfd03c2010-02-12 14:41:27 -05001302 if (mac_addr[0] != bf_get(lpfc_fcf_record_mac_0, new_fcf_record))
James Smart6fb120a2009-05-22 14:52:59 -04001303 return 0;
James Smartecfd03c2010-02-12 14:41:27 -05001304 if (mac_addr[1] != bf_get(lpfc_fcf_record_mac_1, new_fcf_record))
1305 return 0;
1306 if (mac_addr[2] != bf_get(lpfc_fcf_record_mac_2, new_fcf_record))
1307 return 0;
1308 if (mac_addr[3] != bf_get(lpfc_fcf_record_mac_3, new_fcf_record))
1309 return 0;
1310 if (mac_addr[4] != bf_get(lpfc_fcf_record_mac_4, new_fcf_record))
1311 return 0;
1312 if (mac_addr[5] != bf_get(lpfc_fcf_record_mac_5, new_fcf_record))
1313 return 0;
1314 return 1;
1315}
1316
1317static bool
1318lpfc_vlan_id_match(uint16_t curr_vlan_id, uint16_t new_vlan_id)
1319{
1320 return (curr_vlan_id == new_vlan_id);
James Smart6fb120a2009-05-22 14:52:59 -04001321}
1322
1323/**
James Smart7d791df2011-07-22 18:37:52 -04001324 * lpfc_update_fcf_record - Update driver fcf record
1325 * __lpfc_update_fcf_record_pri - update the lpfc_fcf_pri record.
1326 * @phba: pointer to lpfc hba data structure.
1327 * @fcf_index: Index for the lpfc_fcf_record.
1328 * @new_fcf_record: pointer to hba fcf record.
1329 *
1330 * This routine updates the driver FCF priority record from the new HBA FCF
1331 * record. This routine is called with the host lock held.
1332 **/
1333static void
1334__lpfc_update_fcf_record_pri(struct lpfc_hba *phba, uint16_t fcf_index,
1335 struct fcf_record *new_fcf_record
1336 )
1337{
1338 struct lpfc_fcf_pri *fcf_pri;
1339
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01001340 lockdep_assert_held(&phba->hbalock);
1341
James Smart7d791df2011-07-22 18:37:52 -04001342 fcf_pri = &phba->fcf.fcf_pri[fcf_index];
1343 fcf_pri->fcf_rec.fcf_index = fcf_index;
1344 /* FCF record priority */
1345 fcf_pri->fcf_rec.priority = new_fcf_record->fip_priority;
1346
1347}
1348
1349/**
James Smart6fb120a2009-05-22 14:52:59 -04001350 * lpfc_copy_fcf_record - Copy fcf information to lpfc_hba.
James Smartecfd03c2010-02-12 14:41:27 -05001351 * @fcf: pointer to driver fcf record.
James Smart6fb120a2009-05-22 14:52:59 -04001352 * @new_fcf_record: pointer to fcf record.
1353 *
1354 * This routine copies the FCF information from the FCF
1355 * record to lpfc_hba data structure.
1356 **/
1357static void
James Smartecfd03c2010-02-12 14:41:27 -05001358lpfc_copy_fcf_record(struct lpfc_fcf_rec *fcf_rec,
1359 struct fcf_record *new_fcf_record)
James Smart6fb120a2009-05-22 14:52:59 -04001360{
James Smartecfd03c2010-02-12 14:41:27 -05001361 /* Fabric name */
1362 fcf_rec->fabric_name[0] =
James Smart6fb120a2009-05-22 14:52:59 -04001363 bf_get(lpfc_fcf_record_fab_name_0, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001364 fcf_rec->fabric_name[1] =
James Smart6fb120a2009-05-22 14:52:59 -04001365 bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001366 fcf_rec->fabric_name[2] =
James Smart6fb120a2009-05-22 14:52:59 -04001367 bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001368 fcf_rec->fabric_name[3] =
James Smart6fb120a2009-05-22 14:52:59 -04001369 bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001370 fcf_rec->fabric_name[4] =
James Smart6fb120a2009-05-22 14:52:59 -04001371 bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001372 fcf_rec->fabric_name[5] =
James Smart6fb120a2009-05-22 14:52:59 -04001373 bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001374 fcf_rec->fabric_name[6] =
James Smart6fb120a2009-05-22 14:52:59 -04001375 bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001376 fcf_rec->fabric_name[7] =
James Smart6fb120a2009-05-22 14:52:59 -04001377 bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001378 /* Mac address */
1379 fcf_rec->mac_addr[0] = bf_get(lpfc_fcf_record_mac_0, new_fcf_record);
1380 fcf_rec->mac_addr[1] = bf_get(lpfc_fcf_record_mac_1, new_fcf_record);
1381 fcf_rec->mac_addr[2] = bf_get(lpfc_fcf_record_mac_2, new_fcf_record);
1382 fcf_rec->mac_addr[3] = bf_get(lpfc_fcf_record_mac_3, new_fcf_record);
1383 fcf_rec->mac_addr[4] = bf_get(lpfc_fcf_record_mac_4, new_fcf_record);
1384 fcf_rec->mac_addr[5] = bf_get(lpfc_fcf_record_mac_5, new_fcf_record);
1385 /* FCF record index */
1386 fcf_rec->fcf_indx = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
1387 /* FCF record priority */
1388 fcf_rec->priority = new_fcf_record->fip_priority;
1389 /* Switch name */
1390 fcf_rec->switch_name[0] =
James Smart8fa38512009-07-19 10:01:03 -04001391 bf_get(lpfc_fcf_record_switch_name_0, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001392 fcf_rec->switch_name[1] =
James Smart8fa38512009-07-19 10:01:03 -04001393 bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001394 fcf_rec->switch_name[2] =
James Smart8fa38512009-07-19 10:01:03 -04001395 bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001396 fcf_rec->switch_name[3] =
James Smart8fa38512009-07-19 10:01:03 -04001397 bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001398 fcf_rec->switch_name[4] =
James Smart8fa38512009-07-19 10:01:03 -04001399 bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001400 fcf_rec->switch_name[5] =
James Smart8fa38512009-07-19 10:01:03 -04001401 bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001402 fcf_rec->switch_name[6] =
James Smart8fa38512009-07-19 10:01:03 -04001403 bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001404 fcf_rec->switch_name[7] =
James Smart8fa38512009-07-19 10:01:03 -04001405 bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record);
James Smart6fb120a2009-05-22 14:52:59 -04001406}
1407
1408/**
James Smartecfd03c2010-02-12 14:41:27 -05001409 * lpfc_update_fcf_record - Update driver fcf record
1410 * @phba: pointer to lpfc hba data structure.
1411 * @fcf_rec: pointer to driver fcf record.
1412 * @new_fcf_record: pointer to hba fcf record.
1413 * @addr_mode: address mode to be set to the driver fcf record.
1414 * @vlan_id: vlan tag to be set to the driver fcf record.
1415 * @flag: flag bits to be set to the driver fcf record.
1416 *
1417 * This routine updates the driver FCF record from the new HBA FCF record
1418 * together with the address mode, vlan_id, and other informations. This
1419 * routine is called with the host lock held.
1420 **/
1421static void
1422__lpfc_update_fcf_record(struct lpfc_hba *phba, struct lpfc_fcf_rec *fcf_rec,
1423 struct fcf_record *new_fcf_record, uint32_t addr_mode,
1424 uint16_t vlan_id, uint32_t flag)
1425{
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01001426 lockdep_assert_held(&phba->hbalock);
1427
James Smartecfd03c2010-02-12 14:41:27 -05001428 /* Copy the fields from the HBA's FCF record */
1429 lpfc_copy_fcf_record(fcf_rec, new_fcf_record);
1430 /* Update other fields of driver FCF record */
1431 fcf_rec->addr_mode = addr_mode;
1432 fcf_rec->vlan_id = vlan_id;
1433 fcf_rec->flag |= (flag | RECORD_VALID);
James Smart7d791df2011-07-22 18:37:52 -04001434 __lpfc_update_fcf_record_pri(phba,
1435 bf_get(lpfc_fcf_record_fcf_index, new_fcf_record),
1436 new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001437}
1438
1439/**
James Smart6fb120a2009-05-22 14:52:59 -04001440 * lpfc_register_fcf - Register the FCF with hba.
1441 * @phba: pointer to lpfc hba data structure.
1442 *
1443 * This routine issues a register fcfi mailbox command to register
1444 * the fcf with HBA.
1445 **/
1446static void
1447lpfc_register_fcf(struct lpfc_hba *phba)
1448{
1449 LPFC_MBOXQ_t *fcf_mbxq;
1450 int rc;
James Smart6fb120a2009-05-22 14:52:59 -04001451
James Smartd439d282010-09-29 11:18:45 -04001452 spin_lock_irq(&phba->hbalock);
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001453 /* If the FCF is not available do nothing. */
James Smart6fb120a2009-05-22 14:52:59 -04001454 if (!(phba->fcf.fcf_flag & FCF_AVAILABLE)) {
James Smarta93ff372010-10-22 11:06:08 -04001455 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smartd439d282010-09-29 11:18:45 -04001456 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001457 return;
1458 }
1459
1460 /* The FCF is already registered, start discovery */
1461 if (phba->fcf.fcf_flag & FCF_REGISTERED) {
James Smartecfd03c2010-02-12 14:41:27 -05001462 phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE);
James Smarta93ff372010-10-22 11:06:08 -04001463 phba->hba_flag &= ~FCF_TS_INPROG;
James Smarte74c03c2013-04-17 20:15:19 -04001464 if (phba->pport->port_state != LPFC_FLOGI &&
1465 phba->pport->fc_flag & FC_FABRIC) {
James Smarta93ff372010-10-22 11:06:08 -04001466 phba->hba_flag |= FCF_RR_INPROG;
1467 spin_unlock_irq(&phba->hbalock);
James Smartbf086112011-08-21 21:48:13 -04001468 lpfc_initial_flogi(phba->pport);
James Smarta93ff372010-10-22 11:06:08 -04001469 return;
1470 }
1471 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001472 return;
1473 }
James Smartd439d282010-09-29 11:18:45 -04001474 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001475
James Smarta93ff372010-10-22 11:06:08 -04001476 fcf_mbxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
James Smart4d9ab992009-10-02 15:16:39 -04001477 if (!fcf_mbxq) {
James Smartd439d282010-09-29 11:18:45 -04001478 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001479 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smartd439d282010-09-29 11:18:45 -04001480 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001481 return;
James Smart4d9ab992009-10-02 15:16:39 -04001482 }
James Smart6fb120a2009-05-22 14:52:59 -04001483
1484 lpfc_reg_fcfi(phba, fcf_mbxq);
1485 fcf_mbxq->vport = phba->pport;
1486 fcf_mbxq->mbox_cmpl = lpfc_mbx_cmpl_reg_fcfi;
1487 rc = lpfc_sli_issue_mbox(phba, fcf_mbxq, MBX_NOWAIT);
James Smart4d9ab992009-10-02 15:16:39 -04001488 if (rc == MBX_NOT_FINISHED) {
James Smartd439d282010-09-29 11:18:45 -04001489 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001490 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smartd439d282010-09-29 11:18:45 -04001491 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001492 mempool_free(fcf_mbxq, phba->mbox_mem_pool);
James Smart4d9ab992009-10-02 15:16:39 -04001493 }
James Smart6fb120a2009-05-22 14:52:59 -04001494
1495 return;
1496}
1497
1498/**
1499 * lpfc_match_fcf_conn_list - Check if the FCF record can be used for discovery.
1500 * @phba: pointer to lpfc hba data structure.
1501 * @new_fcf_record: pointer to fcf record.
1502 * @boot_flag: Indicates if this record used by boot bios.
1503 * @addr_mode: The address mode to be used by this FCF
James Smartecfd03c2010-02-12 14:41:27 -05001504 * @vlan_id: The vlan id to be used as vlan tagging by this FCF.
James Smart6fb120a2009-05-22 14:52:59 -04001505 *
1506 * This routine compare the fcf record with connect list obtained from the
1507 * config region to decide if this FCF can be used for SAN discovery. It returns
1508 * 1 if this record can be used for SAN discovery else return zero. If this FCF
1509 * record can be used for SAN discovery, the boot_flag will indicate if this FCF
1510 * is used by boot bios and addr_mode will indicate the addressing mode to be
1511 * used for this FCF when the function returns.
1512 * If the FCF record need to be used with a particular vlan id, the vlan is
1513 * set in the vlan_id on return of the function. If not VLAN tagging need to
James Smartdbb6b3a2010-06-08 18:31:37 -04001514 * be used with the FCF vlan_id will be set to LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001515 **/
1516static int
1517lpfc_match_fcf_conn_list(struct lpfc_hba *phba,
1518 struct fcf_record *new_fcf_record,
1519 uint32_t *boot_flag, uint32_t *addr_mode,
1520 uint16_t *vlan_id)
1521{
1522 struct lpfc_fcf_conn_entry *conn_entry;
James Smart4d9ab992009-10-02 15:16:39 -04001523 int i, j, fcf_vlan_id = 0;
1524
1525 /* Find the lowest VLAN id in the FCF record */
1526 for (i = 0; i < 512; i++) {
1527 if (new_fcf_record->vlan_bitmap[i]) {
1528 fcf_vlan_id = i * 8;
1529 j = 0;
1530 while (!((new_fcf_record->vlan_bitmap[i] >> j) & 1)) {
1531 j++;
1532 fcf_vlan_id++;
1533 }
1534 break;
1535 }
1536 }
James Smart6fb120a2009-05-22 14:52:59 -04001537
James Smart26979ce2012-09-29 11:31:55 -04001538 /* FCF not valid/available or solicitation in progress */
James Smart0c287582009-06-10 17:22:56 -04001539 if (!bf_get(lpfc_fcf_record_fcf_avail, new_fcf_record) ||
James Smart26979ce2012-09-29 11:31:55 -04001540 !bf_get(lpfc_fcf_record_fcf_valid, new_fcf_record) ||
1541 bf_get(lpfc_fcf_record_fcf_sol, new_fcf_record))
James Smart0c287582009-06-10 17:22:56 -04001542 return 0;
1543
James Smart45ed1192009-10-02 15:17:02 -04001544 if (!(phba->hba_flag & HBA_FIP_SUPPORT)) {
James Smart6fb120a2009-05-22 14:52:59 -04001545 *boot_flag = 0;
1546 *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov,
1547 new_fcf_record);
1548 if (phba->valid_vlan)
1549 *vlan_id = phba->vlan_id;
1550 else
James Smartdbb6b3a2010-06-08 18:31:37 -04001551 *vlan_id = LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001552 return 1;
1553 }
1554
1555 /*
1556 * If there are no FCF connection table entry, driver connect to all
1557 * FCFs.
1558 */
1559 if (list_empty(&phba->fcf_conn_rec_list)) {
1560 *boot_flag = 0;
1561 *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov,
1562 new_fcf_record);
James Smart0c287582009-06-10 17:22:56 -04001563
1564 /*
1565 * When there are no FCF connect entries, use driver's default
1566 * addressing mode - FPMA.
1567 */
1568 if (*addr_mode & LPFC_FCF_FPMA)
1569 *addr_mode = LPFC_FCF_FPMA;
1570
James Smart4d9ab992009-10-02 15:16:39 -04001571 /* If FCF record report a vlan id use that vlan id */
1572 if (fcf_vlan_id)
1573 *vlan_id = fcf_vlan_id;
1574 else
James Smartdbb6b3a2010-06-08 18:31:37 -04001575 *vlan_id = LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001576 return 1;
1577 }
1578
James Smartecfd03c2010-02-12 14:41:27 -05001579 list_for_each_entry(conn_entry,
1580 &phba->fcf_conn_rec_list, list) {
James Smart6fb120a2009-05-22 14:52:59 -04001581 if (!(conn_entry->conn_rec.flags & FCFCNCT_VALID))
1582 continue;
1583
1584 if ((conn_entry->conn_rec.flags & FCFCNCT_FBNM_VALID) &&
1585 !lpfc_fab_name_match(conn_entry->conn_rec.fabric_name,
James Smart8fa38512009-07-19 10:01:03 -04001586 new_fcf_record))
James Smart6fb120a2009-05-22 14:52:59 -04001587 continue;
James Smart8fa38512009-07-19 10:01:03 -04001588 if ((conn_entry->conn_rec.flags & FCFCNCT_SWNM_VALID) &&
1589 !lpfc_sw_name_match(conn_entry->conn_rec.switch_name,
1590 new_fcf_record))
1591 continue;
James Smart6fb120a2009-05-22 14:52:59 -04001592 if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID) {
1593 /*
1594 * If the vlan bit map does not have the bit set for the
1595 * vlan id to be used, then it is not a match.
1596 */
1597 if (!(new_fcf_record->vlan_bitmap
1598 [conn_entry->conn_rec.vlan_tag / 8] &
1599 (1 << (conn_entry->conn_rec.vlan_tag % 8))))
1600 continue;
1601 }
1602
1603 /*
James Smart0c287582009-06-10 17:22:56 -04001604 * If connection record does not support any addressing mode,
1605 * skip the FCF record.
1606 */
1607 if (!(bf_get(lpfc_fcf_record_mac_addr_prov, new_fcf_record)
1608 & (LPFC_FCF_FPMA | LPFC_FCF_SPMA)))
1609 continue;
1610
1611 /*
James Smart6fb120a2009-05-22 14:52:59 -04001612 * Check if the connection record specifies a required
1613 * addressing mode.
1614 */
1615 if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1616 !(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED)) {
1617
1618 /*
1619 * If SPMA required but FCF not support this continue.
1620 */
1621 if ((conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1622 !(bf_get(lpfc_fcf_record_mac_addr_prov,
1623 new_fcf_record) & LPFC_FCF_SPMA))
1624 continue;
1625
1626 /*
1627 * If FPMA required but FCF not support this continue.
1628 */
1629 if (!(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1630 !(bf_get(lpfc_fcf_record_mac_addr_prov,
1631 new_fcf_record) & LPFC_FCF_FPMA))
1632 continue;
1633 }
1634
1635 /*
1636 * This fcf record matches filtering criteria.
1637 */
1638 if (conn_entry->conn_rec.flags & FCFCNCT_BOOT)
1639 *boot_flag = 1;
1640 else
1641 *boot_flag = 0;
1642
James Smart0c287582009-06-10 17:22:56 -04001643 /*
1644 * If user did not specify any addressing mode, or if the
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001645 * preferred addressing mode specified by user is not supported
James Smart0c287582009-06-10 17:22:56 -04001646 * by FCF, allow fabric to pick the addressing mode.
1647 */
James Smart6fb120a2009-05-22 14:52:59 -04001648 *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov,
1649 new_fcf_record);
1650 /*
1651 * If the user specified a required address mode, assign that
1652 * address mode
1653 */
1654 if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1655 (!(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED)))
1656 *addr_mode = (conn_entry->conn_rec.flags &
1657 FCFCNCT_AM_SPMA) ?
1658 LPFC_FCF_SPMA : LPFC_FCF_FPMA;
1659 /*
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001660 * If the user specified a preferred address mode, use the
James Smart6fb120a2009-05-22 14:52:59 -04001661 * addr mode only if FCF support the addr_mode.
1662 */
1663 else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1664 (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) &&
1665 (conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1666 (*addr_mode & LPFC_FCF_SPMA))
1667 *addr_mode = LPFC_FCF_SPMA;
1668 else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1669 (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) &&
1670 !(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1671 (*addr_mode & LPFC_FCF_FPMA))
1672 *addr_mode = LPFC_FCF_FPMA;
James Smart6fb120a2009-05-22 14:52:59 -04001673
James Smart4d9ab992009-10-02 15:16:39 -04001674 /* If matching connect list has a vlan id, use it */
James Smart6fb120a2009-05-22 14:52:59 -04001675 if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID)
1676 *vlan_id = conn_entry->conn_rec.vlan_tag;
James Smart4d9ab992009-10-02 15:16:39 -04001677 /*
1678 * If no vlan id is specified in connect list, use the vlan id
1679 * in the FCF record
1680 */
1681 else if (fcf_vlan_id)
1682 *vlan_id = fcf_vlan_id;
James Smart6fb120a2009-05-22 14:52:59 -04001683 else
James Smartdbb6b3a2010-06-08 18:31:37 -04001684 *vlan_id = LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001685
1686 return 1;
1687 }
1688
1689 return 0;
1690}
1691
1692/**
James Smart32b97932009-07-19 10:01:21 -04001693 * lpfc_check_pending_fcoe_event - Check if there is pending fcoe event.
1694 * @phba: pointer to lpfc hba data structure.
1695 * @unreg_fcf: Unregister FCF if FCF table need to be re-scaned.
1696 *
1697 * This function check if there is any fcoe event pending while driver
1698 * scan FCF entries. If there is any pending event, it will restart the
1699 * FCF saning and return 1 else return 0.
1700 */
1701int
1702lpfc_check_pending_fcoe_event(struct lpfc_hba *phba, uint8_t unreg_fcf)
1703{
James Smart32b97932009-07-19 10:01:21 -04001704 /*
1705 * If the Link is up and no FCoE events while in the
1706 * FCF discovery, no need to restart FCF discovery.
1707 */
1708 if ((phba->link_state >= LPFC_LINK_UP) &&
James Smarta93ff372010-10-22 11:06:08 -04001709 (phba->fcoe_eventtag == phba->fcoe_eventtag_at_fcf_scan))
James Smart32b97932009-07-19 10:01:21 -04001710 return 0;
1711
James Smart0c9ab6f2010-02-26 14:15:57 -05001712 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1713 "2768 Pending link or FCF event during current "
1714 "handling of the previous event: link_state:x%x, "
1715 "evt_tag_at_scan:x%x, evt_tag_current:x%x\n",
1716 phba->link_state, phba->fcoe_eventtag_at_fcf_scan,
1717 phba->fcoe_eventtag);
1718
James Smart32b97932009-07-19 10:01:21 -04001719 spin_lock_irq(&phba->hbalock);
1720 phba->fcf.fcf_flag &= ~FCF_AVAILABLE;
1721 spin_unlock_irq(&phba->hbalock);
1722
James Smart0c9ab6f2010-02-26 14:15:57 -05001723 if (phba->link_state >= LPFC_LINK_UP) {
1724 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
1725 "2780 Restart FCF table scan due to "
1726 "pending FCF event:evt_tag_at_scan:x%x, "
1727 "evt_tag_current:x%x\n",
1728 phba->fcoe_eventtag_at_fcf_scan,
1729 phba->fcoe_eventtag);
1730 lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST);
1731 } else {
James Smart4d9ab992009-10-02 15:16:39 -04001732 /*
James Smarta93ff372010-10-22 11:06:08 -04001733 * Do not continue FCF discovery and clear FCF_TS_INPROG
James Smart4d9ab992009-10-02 15:16:39 -04001734 * flag
1735 */
James Smartdbb6b3a2010-06-08 18:31:37 -04001736 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
1737 "2833 Stop FCF discovery process due to link "
1738 "state change (x%x)\n", phba->link_state);
James Smart1c6f4ef52009-11-18 15:40:49 -05001739 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001740 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smart0c9ab6f2010-02-26 14:15:57 -05001741 phba->fcf.fcf_flag &= ~(FCF_REDISC_FOV | FCF_DISCOVERY);
James Smart1c6f4ef52009-11-18 15:40:49 -05001742 spin_unlock_irq(&phba->hbalock);
1743 }
James Smart32b97932009-07-19 10:01:21 -04001744
James Smart0c9ab6f2010-02-26 14:15:57 -05001745 /* Unregister the currently registered FCF if required */
James Smart32b97932009-07-19 10:01:21 -04001746 if (unreg_fcf) {
1747 spin_lock_irq(&phba->hbalock);
1748 phba->fcf.fcf_flag &= ~FCF_REGISTERED;
1749 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05001750 lpfc_sli4_unregister_fcf(phba);
James Smart32b97932009-07-19 10:01:21 -04001751 }
James Smart32b97932009-07-19 10:01:21 -04001752 return 1;
1753}
1754
1755/**
James Smart999d8132010-03-15 11:24:56 -04001756 * lpfc_sli4_new_fcf_random_select - Randomly select an eligible new fcf record
1757 * @phba: pointer to lpfc hba data structure.
1758 * @fcf_cnt: number of eligible fcf record seen so far.
1759 *
1760 * This function makes an running random selection decision on FCF record to
1761 * use through a sequence of @fcf_cnt eligible FCF records with equal
1762 * probability. To perform integer manunipulation of random numbers with
1763 * size unit32_t, the lower 16 bits of the 32-bit random number returned
Akinobu Mita3b60a642013-04-29 16:21:35 -07001764 * from prandom_u32() are taken as the random random number generated.
James Smart999d8132010-03-15 11:24:56 -04001765 *
1766 * Returns true when outcome is for the newly read FCF record should be
1767 * chosen; otherwise, return false when outcome is for keeping the previously
1768 * chosen FCF record.
1769 **/
1770static bool
1771lpfc_sli4_new_fcf_random_select(struct lpfc_hba *phba, uint32_t fcf_cnt)
1772{
1773 uint32_t rand_num;
1774
1775 /* Get 16-bit uniform random number */
Akinobu Mita3b60a642013-04-29 16:21:35 -07001776 rand_num = 0xFFFF & prandom_u32();
James Smart999d8132010-03-15 11:24:56 -04001777
1778 /* Decision with probability 1/fcf_cnt */
1779 if ((fcf_cnt * rand_num) < 0xFFFF)
1780 return true;
1781 else
1782 return false;
1783}
1784
1785/**
James Smart3804dc82010-07-14 15:31:37 -04001786 * lpfc_sli4_fcf_rec_mbox_parse - Parse read_fcf mbox command.
James Smart6fb120a2009-05-22 14:52:59 -04001787 * @phba: pointer to lpfc hba data structure.
1788 * @mboxq: pointer to mailbox object.
James Smart0c9ab6f2010-02-26 14:15:57 -05001789 * @next_fcf_index: pointer to holder of next fcf index.
James Smart6fb120a2009-05-22 14:52:59 -04001790 *
James Smart0c9ab6f2010-02-26 14:15:57 -05001791 * This routine parses the non-embedded fcf mailbox command by performing the
1792 * necessarily error checking, non-embedded read FCF record mailbox command
1793 * SGE parsing, and endianness swapping.
1794 *
1795 * Returns the pointer to the new FCF record in the non-embedded mailbox
1796 * command DMA memory if successfully, other NULL.
James Smart6fb120a2009-05-22 14:52:59 -04001797 */
James Smart0c9ab6f2010-02-26 14:15:57 -05001798static struct fcf_record *
1799lpfc_sli4_fcf_rec_mbox_parse(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq,
1800 uint16_t *next_fcf_index)
James Smart6fb120a2009-05-22 14:52:59 -04001801{
1802 void *virt_addr;
James Smart6fb120a2009-05-22 14:52:59 -04001803 struct lpfc_mbx_sge sge;
1804 struct lpfc_mbx_read_fcf_tbl *read_fcf;
James Smartf818ea72015-05-21 13:55:29 -04001805 uint32_t shdr_status, shdr_add_status, if_type;
James Smart6fb120a2009-05-22 14:52:59 -04001806 union lpfc_sli4_cfg_shdr *shdr;
1807 struct fcf_record *new_fcf_record;
James Smart32b97932009-07-19 10:01:21 -04001808
James Smart6fb120a2009-05-22 14:52:59 -04001809 /* Get the first SGE entry from the non-embedded DMA memory. This
1810 * routine only uses a single SGE.
1811 */
1812 lpfc_sli4_mbx_sge_get(mboxq, 0, &sge);
James Smart6fb120a2009-05-22 14:52:59 -04001813 if (unlikely(!mboxq->sge_array)) {
1814 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX,
1815 "2524 Failed to get the non-embedded SGE "
1816 "virtual address\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05001817 return NULL;
James Smart6fb120a2009-05-22 14:52:59 -04001818 }
1819 virt_addr = mboxq->sge_array->addr[0];
1820
1821 shdr = (union lpfc_sli4_cfg_shdr *)virt_addr;
James Smart25626692013-03-01 16:36:54 -05001822 lpfc_sli_pcimem_bcopy(shdr, shdr,
1823 sizeof(union lpfc_sli4_cfg_shdr));
James Smart6fb120a2009-05-22 14:52:59 -04001824 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
James Smartf818ea72015-05-21 13:55:29 -04001825 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
James Smart0c9ab6f2010-02-26 14:15:57 -05001826 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
James Smart6fb120a2009-05-22 14:52:59 -04001827 if (shdr_status || shdr_add_status) {
James Smartf818ea72015-05-21 13:55:29 -04001828 if (shdr_status == STATUS_FCF_TABLE_EMPTY ||
1829 if_type == LPFC_SLI_INTF_IF_TYPE_2)
James Smart0c9ab6f2010-02-26 14:15:57 -05001830 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smartdef9c7a2009-12-21 17:02:28 -05001831 "2726 READ_FCF_RECORD Indicates empty "
1832 "FCF table.\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05001833 else
1834 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smartdef9c7a2009-12-21 17:02:28 -05001835 "2521 READ_FCF_RECORD mailbox failed "
James Smart0c9ab6f2010-02-26 14:15:57 -05001836 "with status x%x add_status x%x, "
1837 "mbx\n", shdr_status, shdr_add_status);
1838 return NULL;
James Smart6fb120a2009-05-22 14:52:59 -04001839 }
James Smart0c9ab6f2010-02-26 14:15:57 -05001840
1841 /* Interpreting the returned information of the FCF record */
James Smart6fb120a2009-05-22 14:52:59 -04001842 read_fcf = (struct lpfc_mbx_read_fcf_tbl *)virt_addr;
1843 lpfc_sli_pcimem_bcopy(read_fcf, read_fcf,
1844 sizeof(struct lpfc_mbx_read_fcf_tbl));
James Smart0c9ab6f2010-02-26 14:15:57 -05001845 *next_fcf_index = bf_get(lpfc_mbx_read_fcf_tbl_nxt_vindx, read_fcf);
James Smart6fb120a2009-05-22 14:52:59 -04001846 new_fcf_record = (struct fcf_record *)(virt_addr +
1847 sizeof(struct lpfc_mbx_read_fcf_tbl));
1848 lpfc_sli_pcimem_bcopy(new_fcf_record, new_fcf_record,
James Smartcb5172e2010-03-15 11:25:07 -04001849 offsetof(struct fcf_record, vlan_bitmap));
1850 new_fcf_record->word137 = le32_to_cpu(new_fcf_record->word137);
1851 new_fcf_record->word138 = le32_to_cpu(new_fcf_record->word138);
James Smart6fb120a2009-05-22 14:52:59 -04001852
James Smart0c9ab6f2010-02-26 14:15:57 -05001853 return new_fcf_record;
1854}
1855
1856/**
1857 * lpfc_sli4_log_fcf_record_info - Log the information of a fcf record
1858 * @phba: pointer to lpfc hba data structure.
1859 * @fcf_record: pointer to the fcf record.
1860 * @vlan_id: the lowest vlan identifier associated to this fcf record.
1861 * @next_fcf_index: the index to the next fcf record in hba's fcf table.
1862 *
1863 * This routine logs the detailed FCF record if the LOG_FIP loggin is
1864 * enabled.
1865 **/
1866static void
1867lpfc_sli4_log_fcf_record_info(struct lpfc_hba *phba,
1868 struct fcf_record *fcf_record,
1869 uint16_t vlan_id,
1870 uint16_t next_fcf_index)
1871{
1872 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1873 "2764 READ_FCF_RECORD:\n"
1874 "\tFCF_Index : x%x\n"
1875 "\tFCF_Avail : x%x\n"
1876 "\tFCF_Valid : x%x\n"
James Smart26979ce2012-09-29 11:31:55 -04001877 "\tFCF_SOL : x%x\n"
James Smart0c9ab6f2010-02-26 14:15:57 -05001878 "\tFIP_Priority : x%x\n"
1879 "\tMAC_Provider : x%x\n"
1880 "\tLowest VLANID : x%x\n"
1881 "\tFCF_MAC Addr : x%x:%x:%x:%x:%x:%x\n"
1882 "\tFabric_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n"
1883 "\tSwitch_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n"
1884 "\tNext_FCF_Index: x%x\n",
1885 bf_get(lpfc_fcf_record_fcf_index, fcf_record),
1886 bf_get(lpfc_fcf_record_fcf_avail, fcf_record),
1887 bf_get(lpfc_fcf_record_fcf_valid, fcf_record),
James Smart26979ce2012-09-29 11:31:55 -04001888 bf_get(lpfc_fcf_record_fcf_sol, fcf_record),
James Smart0c9ab6f2010-02-26 14:15:57 -05001889 fcf_record->fip_priority,
1890 bf_get(lpfc_fcf_record_mac_addr_prov, fcf_record),
1891 vlan_id,
1892 bf_get(lpfc_fcf_record_mac_0, fcf_record),
1893 bf_get(lpfc_fcf_record_mac_1, fcf_record),
1894 bf_get(lpfc_fcf_record_mac_2, fcf_record),
1895 bf_get(lpfc_fcf_record_mac_3, fcf_record),
1896 bf_get(lpfc_fcf_record_mac_4, fcf_record),
1897 bf_get(lpfc_fcf_record_mac_5, fcf_record),
1898 bf_get(lpfc_fcf_record_fab_name_0, fcf_record),
1899 bf_get(lpfc_fcf_record_fab_name_1, fcf_record),
1900 bf_get(lpfc_fcf_record_fab_name_2, fcf_record),
1901 bf_get(lpfc_fcf_record_fab_name_3, fcf_record),
1902 bf_get(lpfc_fcf_record_fab_name_4, fcf_record),
1903 bf_get(lpfc_fcf_record_fab_name_5, fcf_record),
1904 bf_get(lpfc_fcf_record_fab_name_6, fcf_record),
1905 bf_get(lpfc_fcf_record_fab_name_7, fcf_record),
1906 bf_get(lpfc_fcf_record_switch_name_0, fcf_record),
1907 bf_get(lpfc_fcf_record_switch_name_1, fcf_record),
1908 bf_get(lpfc_fcf_record_switch_name_2, fcf_record),
1909 bf_get(lpfc_fcf_record_switch_name_3, fcf_record),
1910 bf_get(lpfc_fcf_record_switch_name_4, fcf_record),
1911 bf_get(lpfc_fcf_record_switch_name_5, fcf_record),
1912 bf_get(lpfc_fcf_record_switch_name_6, fcf_record),
1913 bf_get(lpfc_fcf_record_switch_name_7, fcf_record),
1914 next_fcf_index);
1915}
1916
1917/**
James Smartdbb6b3a2010-06-08 18:31:37 -04001918 lpfc_sli4_fcf_record_match - testing new FCF record for matching existing FCF
1919 * @phba: pointer to lpfc hba data structure.
1920 * @fcf_rec: pointer to an existing FCF record.
1921 * @new_fcf_record: pointer to a new FCF record.
1922 * @new_vlan_id: vlan id from the new FCF record.
1923 *
1924 * This function performs matching test of a new FCF record against an existing
1925 * FCF record. If the new_vlan_id passed in is LPFC_FCOE_IGNORE_VID, vlan id
1926 * will not be used as part of the FCF record matching criteria.
1927 *
1928 * Returns true if all the fields matching, otherwise returns false.
1929 */
1930static bool
1931lpfc_sli4_fcf_record_match(struct lpfc_hba *phba,
1932 struct lpfc_fcf_rec *fcf_rec,
1933 struct fcf_record *new_fcf_record,
1934 uint16_t new_vlan_id)
1935{
1936 if (new_vlan_id != LPFC_FCOE_IGNORE_VID)
1937 if (!lpfc_vlan_id_match(fcf_rec->vlan_id, new_vlan_id))
1938 return false;
1939 if (!lpfc_mac_addr_match(fcf_rec->mac_addr, new_fcf_record))
1940 return false;
1941 if (!lpfc_sw_name_match(fcf_rec->switch_name, new_fcf_record))
1942 return false;
1943 if (!lpfc_fab_name_match(fcf_rec->fabric_name, new_fcf_record))
1944 return false;
James Smart7d791df2011-07-22 18:37:52 -04001945 if (fcf_rec->priority != new_fcf_record->fip_priority)
1946 return false;
James Smartdbb6b3a2010-06-08 18:31:37 -04001947 return true;
1948}
1949
1950/**
James Smarta93ff372010-10-22 11:06:08 -04001951 * lpfc_sli4_fcf_rr_next_proc - processing next roundrobin fcf
1952 * @vport: Pointer to vport object.
1953 * @fcf_index: index to next fcf.
1954 *
1955 * This function processing the roundrobin fcf failover to next fcf index.
1956 * When this function is invoked, there will be a current fcf registered
1957 * for flogi.
1958 * Return: 0 for continue retrying flogi on currently registered fcf;
1959 * 1 for stop flogi on currently registered fcf;
1960 */
1961int lpfc_sli4_fcf_rr_next_proc(struct lpfc_vport *vport, uint16_t fcf_index)
1962{
1963 struct lpfc_hba *phba = vport->phba;
1964 int rc;
1965
1966 if (fcf_index == LPFC_FCOE_FCF_NEXT_NONE) {
1967 spin_lock_irq(&phba->hbalock);
1968 if (phba->hba_flag & HBA_DEVLOSS_TMO) {
1969 spin_unlock_irq(&phba->hbalock);
1970 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1971 "2872 Devloss tmo with no eligible "
1972 "FCF, unregister in-use FCF (x%x) "
1973 "and rescan FCF table\n",
1974 phba->fcf.current_rec.fcf_indx);
1975 lpfc_unregister_fcf_rescan(phba);
1976 goto stop_flogi_current_fcf;
1977 }
1978 /* Mark the end to FLOGI roundrobin failover */
1979 phba->hba_flag &= ~FCF_RR_INPROG;
1980 /* Allow action to new fcf asynchronous event */
1981 phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE);
1982 spin_unlock_irq(&phba->hbalock);
1983 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1984 "2865 No FCF available, stop roundrobin FCF "
1985 "failover and change port state:x%x/x%x\n",
1986 phba->pport->port_state, LPFC_VPORT_UNKNOWN);
1987 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
1988 goto stop_flogi_current_fcf;
1989 } else {
1990 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_ELS,
1991 "2794 Try FLOGI roundrobin FCF failover to "
1992 "(x%x)\n", fcf_index);
1993 rc = lpfc_sli4_fcf_rr_read_fcf_rec(phba, fcf_index);
1994 if (rc)
1995 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP | LOG_ELS,
1996 "2761 FLOGI roundrobin FCF failover "
1997 "failed (rc:x%x) to read FCF (x%x)\n",
1998 rc, phba->fcf.current_rec.fcf_indx);
1999 else
2000 goto stop_flogi_current_fcf;
2001 }
2002 return 0;
2003
2004stop_flogi_current_fcf:
2005 lpfc_can_disctmo(vport);
2006 return 1;
2007}
2008
2009/**
James Smart7d791df2011-07-22 18:37:52 -04002010 * lpfc_sli4_fcf_pri_list_del
2011 * @phba: pointer to lpfc hba data structure.
2012 * @fcf_index the index of the fcf record to delete
2013 * This routine checks the on list flag of the fcf_index to be deleted.
2014 * If it is one the list then it is removed from the list, and the flag
2015 * is cleared. This routine grab the hbalock before removing the fcf
2016 * record from the list.
2017 **/
2018static void lpfc_sli4_fcf_pri_list_del(struct lpfc_hba *phba,
2019 uint16_t fcf_index)
2020{
2021 struct lpfc_fcf_pri *new_fcf_pri;
2022
2023 new_fcf_pri = &phba->fcf.fcf_pri[fcf_index];
2024 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2025 "3058 deleting idx x%x pri x%x flg x%x\n",
2026 fcf_index, new_fcf_pri->fcf_rec.priority,
2027 new_fcf_pri->fcf_rec.flag);
2028 spin_lock_irq(&phba->hbalock);
2029 if (new_fcf_pri->fcf_rec.flag & LPFC_FCF_ON_PRI_LIST) {
2030 if (phba->fcf.current_rec.priority ==
2031 new_fcf_pri->fcf_rec.priority)
2032 phba->fcf.eligible_fcf_cnt--;
2033 list_del_init(&new_fcf_pri->list);
2034 new_fcf_pri->fcf_rec.flag &= ~LPFC_FCF_ON_PRI_LIST;
2035 }
2036 spin_unlock_irq(&phba->hbalock);
2037}
2038
2039/**
2040 * lpfc_sli4_set_fcf_flogi_fail
2041 * @phba: pointer to lpfc hba data structure.
2042 * @fcf_index the index of the fcf record to update
2043 * This routine acquires the hbalock and then set the LPFC_FCF_FLOGI_FAILED
2044 * flag so the the round robin slection for the particular priority level
2045 * will try a different fcf record that does not have this bit set.
2046 * If the fcf record is re-read for any reason this flag is cleared brfore
2047 * adding it to the priority list.
2048 **/
2049void
2050lpfc_sli4_set_fcf_flogi_fail(struct lpfc_hba *phba, uint16_t fcf_index)
2051{
2052 struct lpfc_fcf_pri *new_fcf_pri;
2053 new_fcf_pri = &phba->fcf.fcf_pri[fcf_index];
2054 spin_lock_irq(&phba->hbalock);
2055 new_fcf_pri->fcf_rec.flag |= LPFC_FCF_FLOGI_FAILED;
2056 spin_unlock_irq(&phba->hbalock);
2057}
2058
2059/**
2060 * lpfc_sli4_fcf_pri_list_add
2061 * @phba: pointer to lpfc hba data structure.
2062 * @fcf_index the index of the fcf record to add
2063 * This routine checks the priority of the fcf_index to be added.
2064 * If it is a lower priority than the current head of the fcf_pri list
2065 * then it is added to the list in the right order.
2066 * If it is the same priority as the current head of the list then it
2067 * is added to the head of the list and its bit in the rr_bmask is set.
2068 * If the fcf_index to be added is of a higher priority than the current
2069 * head of the list then the rr_bmask is cleared, its bit is set in the
2070 * rr_bmask and it is added to the head of the list.
2071 * returns:
2072 * 0=success 1=failure
2073 **/
Rashika Kheriab86a6752014-09-03 12:55:17 -04002074static int lpfc_sli4_fcf_pri_list_add(struct lpfc_hba *phba,
2075 uint16_t fcf_index,
James Smart7d791df2011-07-22 18:37:52 -04002076 struct fcf_record *new_fcf_record)
2077{
2078 uint16_t current_fcf_pri;
2079 uint16_t last_index;
2080 struct lpfc_fcf_pri *fcf_pri;
2081 struct lpfc_fcf_pri *next_fcf_pri;
2082 struct lpfc_fcf_pri *new_fcf_pri;
2083 int ret;
2084
2085 new_fcf_pri = &phba->fcf.fcf_pri[fcf_index];
2086 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2087 "3059 adding idx x%x pri x%x flg x%x\n",
2088 fcf_index, new_fcf_record->fip_priority,
2089 new_fcf_pri->fcf_rec.flag);
2090 spin_lock_irq(&phba->hbalock);
2091 if (new_fcf_pri->fcf_rec.flag & LPFC_FCF_ON_PRI_LIST)
2092 list_del_init(&new_fcf_pri->list);
2093 new_fcf_pri->fcf_rec.fcf_index = fcf_index;
2094 new_fcf_pri->fcf_rec.priority = new_fcf_record->fip_priority;
2095 if (list_empty(&phba->fcf.fcf_pri_list)) {
2096 list_add(&new_fcf_pri->list, &phba->fcf.fcf_pri_list);
2097 ret = lpfc_sli4_fcf_rr_index_set(phba,
2098 new_fcf_pri->fcf_rec.fcf_index);
2099 goto out;
2100 }
2101
2102 last_index = find_first_bit(phba->fcf.fcf_rr_bmask,
2103 LPFC_SLI4_FCF_TBL_INDX_MAX);
2104 if (last_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
2105 ret = 0; /* Empty rr list */
2106 goto out;
2107 }
2108 current_fcf_pri = phba->fcf.fcf_pri[last_index].fcf_rec.priority;
2109 if (new_fcf_pri->fcf_rec.priority <= current_fcf_pri) {
2110 list_add(&new_fcf_pri->list, &phba->fcf.fcf_pri_list);
2111 if (new_fcf_pri->fcf_rec.priority < current_fcf_pri) {
2112 memset(phba->fcf.fcf_rr_bmask, 0,
2113 sizeof(*phba->fcf.fcf_rr_bmask));
2114 /* fcfs_at_this_priority_level = 1; */
2115 phba->fcf.eligible_fcf_cnt = 1;
2116 } else
2117 /* fcfs_at_this_priority_level++; */
2118 phba->fcf.eligible_fcf_cnt++;
2119 ret = lpfc_sli4_fcf_rr_index_set(phba,
2120 new_fcf_pri->fcf_rec.fcf_index);
2121 goto out;
2122 }
2123
2124 list_for_each_entry_safe(fcf_pri, next_fcf_pri,
2125 &phba->fcf.fcf_pri_list, list) {
2126 if (new_fcf_pri->fcf_rec.priority <=
2127 fcf_pri->fcf_rec.priority) {
2128 if (fcf_pri->list.prev == &phba->fcf.fcf_pri_list)
2129 list_add(&new_fcf_pri->list,
2130 &phba->fcf.fcf_pri_list);
2131 else
2132 list_add(&new_fcf_pri->list,
2133 &((struct lpfc_fcf_pri *)
2134 fcf_pri->list.prev)->list);
2135 ret = 0;
2136 goto out;
2137 } else if (fcf_pri->list.next == &phba->fcf.fcf_pri_list
2138 || new_fcf_pri->fcf_rec.priority <
2139 next_fcf_pri->fcf_rec.priority) {
2140 list_add(&new_fcf_pri->list, &fcf_pri->list);
2141 ret = 0;
2142 goto out;
2143 }
2144 if (new_fcf_pri->fcf_rec.priority > fcf_pri->fcf_rec.priority)
2145 continue;
2146
2147 }
2148 ret = 1;
2149out:
2150 /* we use = instead of |= to clear the FLOGI_FAILED flag. */
2151 new_fcf_pri->fcf_rec.flag = LPFC_FCF_ON_PRI_LIST;
2152 spin_unlock_irq(&phba->hbalock);
2153 return ret;
2154}
2155
2156/**
James Smart0c9ab6f2010-02-26 14:15:57 -05002157 * lpfc_mbx_cmpl_fcf_scan_read_fcf_rec - fcf scan read_fcf mbox cmpl handler.
2158 * @phba: pointer to lpfc hba data structure.
2159 * @mboxq: pointer to mailbox object.
2160 *
2161 * This function iterates through all the fcf records available in
2162 * HBA and chooses the optimal FCF record for discovery. After finding
2163 * the FCF for discovery it registers the FCF record and kicks start
2164 * discovery.
2165 * If FCF_IN_USE flag is set in currently used FCF, the routine tries to
2166 * use an FCF record which matches fabric name and mac address of the
2167 * currently used FCF record.
2168 * If the driver supports only one FCF, it will try to use the FCF record
2169 * used by BOOT_BIOS.
2170 */
2171void
2172lpfc_mbx_cmpl_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2173{
2174 struct fcf_record *new_fcf_record;
2175 uint32_t boot_flag, addr_mode;
2176 uint16_t fcf_index, next_fcf_index;
2177 struct lpfc_fcf_rec *fcf_rec = NULL;
James Smart2ade92a2017-03-04 09:30:38 -08002178 uint16_t vlan_id = LPFC_FCOE_NULL_VID;
James Smart999d8132010-03-15 11:24:56 -04002179 bool select_new_fcf;
James Smart0c9ab6f2010-02-26 14:15:57 -05002180 int rc;
2181
2182 /* If there is pending FCoE event restart FCF table scan */
James Smarta93ff372010-10-22 11:06:08 -04002183 if (lpfc_check_pending_fcoe_event(phba, LPFC_SKIP_UNREG_FCF)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002184 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2185 return;
2186 }
2187
2188 /* Parse the FCF record from the non-embedded mailbox command */
2189 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
2190 &next_fcf_index);
2191 if (!new_fcf_record) {
James Smarta93ff372010-10-22 11:06:08 -04002192 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smart0c9ab6f2010-02-26 14:15:57 -05002193 "2765 Mailbox command READ_FCF_RECORD "
2194 "failed to retrieve a FCF record.\n");
2195 /* Let next new FCF event trigger fast failover */
2196 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002197 phba->hba_flag &= ~FCF_TS_INPROG;
James Smart0c9ab6f2010-02-26 14:15:57 -05002198 spin_unlock_irq(&phba->hbalock);
2199 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2200 return;
2201 }
2202
2203 /* Check the FCF record against the connection list */
James Smartecfd03c2010-02-12 14:41:27 -05002204 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2205 &addr_mode, &vlan_id);
James Smart0c9ab6f2010-02-26 14:15:57 -05002206
2207 /* Log the FCF record information if turned on */
2208 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2209 next_fcf_index);
2210
James Smart6fb120a2009-05-22 14:52:59 -04002211 /*
2212 * If the fcf record does not match with connect list entries
James Smart0c9ab6f2010-02-26 14:15:57 -05002213 * read the next entry; otherwise, this is an eligible FCF
James Smarta93ff372010-10-22 11:06:08 -04002214 * record for roundrobin FCF failover.
James Smart6fb120a2009-05-22 14:52:59 -04002215 */
James Smart0c9ab6f2010-02-26 14:15:57 -05002216 if (!rc) {
James Smart7d791df2011-07-22 18:37:52 -04002217 lpfc_sli4_fcf_pri_list_del(phba,
2218 bf_get(lpfc_fcf_record_fcf_index,
2219 new_fcf_record));
James Smart0c9ab6f2010-02-26 14:15:57 -05002220 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002221 "2781 FCF (x%x) failed connection "
James Smart26979ce2012-09-29 11:31:55 -04002222 "list check: (x%x/x%x/%x)\n",
James Smart0c9ab6f2010-02-26 14:15:57 -05002223 bf_get(lpfc_fcf_record_fcf_index,
2224 new_fcf_record),
2225 bf_get(lpfc_fcf_record_fcf_avail,
2226 new_fcf_record),
2227 bf_get(lpfc_fcf_record_fcf_valid,
James Smart26979ce2012-09-29 11:31:55 -04002228 new_fcf_record),
2229 bf_get(lpfc_fcf_record_fcf_sol,
James Smart0c9ab6f2010-02-26 14:15:57 -05002230 new_fcf_record));
James Smartdbb6b3a2010-06-08 18:31:37 -04002231 if ((phba->fcf.fcf_flag & FCF_IN_USE) &&
2232 lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec,
2233 new_fcf_record, LPFC_FCOE_IGNORE_VID)) {
James Smart5ac6b302010-10-22 11:05:36 -04002234 if (bf_get(lpfc_fcf_record_fcf_index, new_fcf_record) !=
2235 phba->fcf.current_rec.fcf_indx) {
2236 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
2237 "2862 FCF (x%x) matches property "
2238 "of in-use FCF (x%x)\n",
2239 bf_get(lpfc_fcf_record_fcf_index,
2240 new_fcf_record),
2241 phba->fcf.current_rec.fcf_indx);
2242 goto read_next_fcf;
2243 }
James Smartdbb6b3a2010-06-08 18:31:37 -04002244 /*
2245 * In case the current in-use FCF record becomes
2246 * invalid/unavailable during FCF discovery that
2247 * was not triggered by fast FCF failover process,
2248 * treat it as fast FCF failover.
2249 */
2250 if (!(phba->fcf.fcf_flag & FCF_REDISC_PEND) &&
2251 !(phba->fcf.fcf_flag & FCF_REDISC_FOV)) {
2252 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
2253 "2835 Invalid in-use FCF "
James Smarta93ff372010-10-22 11:06:08 -04002254 "(x%x), enter FCF failover "
2255 "table scan.\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002256 phba->fcf.current_rec.fcf_indx);
2257 spin_lock_irq(&phba->hbalock);
2258 phba->fcf.fcf_flag |= FCF_REDISC_FOV;
2259 spin_unlock_irq(&phba->hbalock);
2260 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2261 lpfc_sli4_fcf_scan_read_fcf_rec(phba,
2262 LPFC_FCOE_FCF_GET_FIRST);
2263 return;
2264 }
2265 }
James Smart6fb120a2009-05-22 14:52:59 -04002266 goto read_next_fcf;
James Smart0c9ab6f2010-02-26 14:15:57 -05002267 } else {
2268 fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
James Smart7d791df2011-07-22 18:37:52 -04002269 rc = lpfc_sli4_fcf_pri_list_add(phba, fcf_index,
2270 new_fcf_record);
James Smart0c9ab6f2010-02-26 14:15:57 -05002271 if (rc)
2272 goto read_next_fcf;
2273 }
2274
James Smart6fb120a2009-05-22 14:52:59 -04002275 /*
2276 * If this is not the first FCF discovery of the HBA, use last
James Smartecfd03c2010-02-12 14:41:27 -05002277 * FCF record for the discovery. The condition that a rescan
2278 * matches the in-use FCF record: fabric name, switch name, mac
2279 * address, and vlan_id.
James Smart6fb120a2009-05-22 14:52:59 -04002280 */
James Smart0c9ab6f2010-02-26 14:15:57 -05002281 spin_lock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002282 if (phba->fcf.fcf_flag & FCF_IN_USE) {
James Smart7d791df2011-07-22 18:37:52 -04002283 if (phba->cfg_fcf_failover_policy == LPFC_FCF_FOV &&
2284 lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec,
James Smartdbb6b3a2010-06-08 18:31:37 -04002285 new_fcf_record, vlan_id)) {
James Smart5ac6b302010-10-22 11:05:36 -04002286 if (bf_get(lpfc_fcf_record_fcf_index, new_fcf_record) ==
2287 phba->fcf.current_rec.fcf_indx) {
2288 phba->fcf.fcf_flag |= FCF_AVAILABLE;
2289 if (phba->fcf.fcf_flag & FCF_REDISC_PEND)
2290 /* Stop FCF redisc wait timer */
2291 __lpfc_sli4_stop_fcf_redisc_wait_timer(
2292 phba);
2293 else if (phba->fcf.fcf_flag & FCF_REDISC_FOV)
2294 /* Fast failover, mark completed */
2295 phba->fcf.fcf_flag &= ~FCF_REDISC_FOV;
2296 spin_unlock_irq(&phba->hbalock);
2297 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2298 "2836 New FCF matches in-use "
James Smart88f43a02013-04-17 20:19:44 -04002299 "FCF (x%x), port_state:x%x, "
2300 "fc_flag:x%x\n",
2301 phba->fcf.current_rec.fcf_indx,
2302 phba->pport->port_state,
2303 phba->pport->fc_flag);
James Smart5ac6b302010-10-22 11:05:36 -04002304 goto out;
2305 } else
2306 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
2307 "2863 New FCF (x%x) matches "
2308 "property of in-use FCF (x%x)\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002309 bf_get(lpfc_fcf_record_fcf_index,
James Smart5ac6b302010-10-22 11:05:36 -04002310 new_fcf_record),
2311 phba->fcf.current_rec.fcf_indx);
James Smart6fb120a2009-05-22 14:52:59 -04002312 }
James Smartecfd03c2010-02-12 14:41:27 -05002313 /*
2314 * Read next FCF record from HBA searching for the matching
2315 * with in-use record only if not during the fast failover
2316 * period. In case of fast failover period, it shall try to
2317 * determine whether the FCF record just read should be the
2318 * next candidate.
2319 */
2320 if (!(phba->fcf.fcf_flag & FCF_REDISC_FOV)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002321 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05002322 goto read_next_fcf;
2323 }
James Smart6fb120a2009-05-22 14:52:59 -04002324 }
James Smartecfd03c2010-02-12 14:41:27 -05002325 /*
2326 * Update on failover FCF record only if it's in FCF fast-failover
2327 * period; otherwise, update on current FCF record.
2328 */
James Smartfc2b9892010-02-26 14:15:29 -05002329 if (phba->fcf.fcf_flag & FCF_REDISC_FOV)
2330 fcf_rec = &phba->fcf.failover_rec;
2331 else
James Smartecfd03c2010-02-12 14:41:27 -05002332 fcf_rec = &phba->fcf.current_rec;
2333
James Smart6fb120a2009-05-22 14:52:59 -04002334 if (phba->fcf.fcf_flag & FCF_AVAILABLE) {
2335 /*
James Smartecfd03c2010-02-12 14:41:27 -05002336 * If the driver FCF record does not have boot flag
2337 * set and new hba fcf record has boot flag set, use
2338 * the new hba fcf record.
James Smart6fb120a2009-05-22 14:52:59 -04002339 */
James Smartecfd03c2010-02-12 14:41:27 -05002340 if (boot_flag && !(fcf_rec->flag & BOOT_ENABLE)) {
2341 /* Choose this FCF record */
James Smartdbb6b3a2010-06-08 18:31:37 -04002342 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2343 "2837 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, BOOT_ENABLE);
James Smart0c9ab6f2010-02-26 14:15:57 -05002350 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002351 goto read_next_fcf;
2352 }
2353 /*
James Smartecfd03c2010-02-12 14:41:27 -05002354 * If the driver FCF record has boot flag set and the
2355 * new hba FCF record does not have boot flag, read
2356 * the next FCF record.
James Smart6fb120a2009-05-22 14:52:59 -04002357 */
James Smartecfd03c2010-02-12 14:41:27 -05002358 if (!boot_flag && (fcf_rec->flag & BOOT_ENABLE)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002359 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002360 goto read_next_fcf;
2361 }
2362 /*
James Smartecfd03c2010-02-12 14:41:27 -05002363 * If the new hba FCF record has lower priority value
2364 * than the driver FCF record, use the new record.
James Smart6fb120a2009-05-22 14:52:59 -04002365 */
James Smartfc2b9892010-02-26 14:15:29 -05002366 if (new_fcf_record->fip_priority < fcf_rec->priority) {
James Smart999d8132010-03-15 11:24:56 -04002367 /* Choose the new FCF record with lower priority */
James Smartdbb6b3a2010-06-08 18:31:37 -04002368 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2369 "2838 Update current FCF record "
2370 "(x%x) with new FCF record (x%x)\n",
2371 fcf_rec->fcf_indx,
2372 bf_get(lpfc_fcf_record_fcf_index,
2373 new_fcf_record));
James Smartecfd03c2010-02-12 14:41:27 -05002374 __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record,
2375 addr_mode, vlan_id, 0);
James Smart999d8132010-03-15 11:24:56 -04002376 /* Reset running random FCF selection count */
2377 phba->fcf.eligible_fcf_cnt = 1;
2378 } else if (new_fcf_record->fip_priority == fcf_rec->priority) {
2379 /* Update running random FCF selection count */
2380 phba->fcf.eligible_fcf_cnt++;
2381 select_new_fcf = lpfc_sli4_new_fcf_random_select(phba,
2382 phba->fcf.eligible_fcf_cnt);
James Smartdbb6b3a2010-06-08 18:31:37 -04002383 if (select_new_fcf) {
2384 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2385 "2839 Update current FCF record "
2386 "(x%x) with new FCF record (x%x)\n",
2387 fcf_rec->fcf_indx,
2388 bf_get(lpfc_fcf_record_fcf_index,
2389 new_fcf_record));
James Smart999d8132010-03-15 11:24:56 -04002390 /* Choose the new FCF by random selection */
2391 __lpfc_update_fcf_record(phba, fcf_rec,
2392 new_fcf_record,
2393 addr_mode, vlan_id, 0);
James Smartdbb6b3a2010-06-08 18:31:37 -04002394 }
James Smart6fb120a2009-05-22 14:52:59 -04002395 }
James Smart0c9ab6f2010-02-26 14:15:57 -05002396 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002397 goto read_next_fcf;
2398 }
2399 /*
James Smartecfd03c2010-02-12 14:41:27 -05002400 * This is the first suitable FCF record, choose this record for
2401 * initial best-fit FCF.
James Smart6fb120a2009-05-22 14:52:59 -04002402 */
James Smartecfd03c2010-02-12 14:41:27 -05002403 if (fcf_rec) {
James Smartdbb6b3a2010-06-08 18:31:37 -04002404 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002405 "2840 Update initial FCF candidate "
2406 "with FCF (x%x)\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002407 bf_get(lpfc_fcf_record_fcf_index,
2408 new_fcf_record));
James Smartecfd03c2010-02-12 14:41:27 -05002409 __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record,
2410 addr_mode, vlan_id, (boot_flag ?
2411 BOOT_ENABLE : 0));
2412 phba->fcf.fcf_flag |= FCF_AVAILABLE;
James Smart999d8132010-03-15 11:24:56 -04002413 /* Setup initial running random FCF selection count */
2414 phba->fcf.eligible_fcf_cnt = 1;
James Smart6fb120a2009-05-22 14:52:59 -04002415 }
James Smart0c9ab6f2010-02-26 14:15:57 -05002416 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002417 goto read_next_fcf;
2418
2419read_next_fcf:
2420 lpfc_sli4_mbox_cmd_free(phba, mboxq);
James Smartecfd03c2010-02-12 14:41:27 -05002421 if (next_fcf_index == LPFC_FCOE_FCF_NEXT_NONE || next_fcf_index == 0) {
2422 if (phba->fcf.fcf_flag & FCF_REDISC_FOV) {
2423 /*
2424 * Case of FCF fast failover scan
2425 */
2426
2427 /*
2428 * It has not found any suitable FCF record, cancel
2429 * FCF scan inprogress, and do nothing
2430 */
2431 if (!(phba->fcf.failover_rec.flag & RECORD_VALID)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002432 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002433 "2782 No suitable FCF found: "
2434 "(x%x/x%x)\n",
James Smart0c9ab6f2010-02-26 14:15:57 -05002435 phba->fcoe_eventtag_at_fcf_scan,
2436 bf_get(lpfc_fcf_record_fcf_index,
2437 new_fcf_record));
James Smart0c9ab6f2010-02-26 14:15:57 -05002438 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002439 if (phba->hba_flag & HBA_DEVLOSS_TMO) {
2440 phba->hba_flag &= ~FCF_TS_INPROG;
2441 spin_unlock_irq(&phba->hbalock);
2442 /* Unregister in-use FCF and rescan */
2443 lpfc_printf_log(phba, KERN_INFO,
2444 LOG_FIP,
2445 "2864 On devloss tmo "
2446 "unreg in-use FCF and "
2447 "rescan FCF table\n");
2448 lpfc_unregister_fcf_rescan(phba);
2449 return;
2450 }
2451 /*
2452 * Let next new FCF event trigger fast failover
2453 */
2454 phba->hba_flag &= ~FCF_TS_INPROG;
James Smart0c9ab6f2010-02-26 14:15:57 -05002455 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05002456 return;
2457 }
2458 /*
2459 * It has found a suitable FCF record that is not
2460 * the same as in-use FCF record, unregister the
2461 * in-use FCF record, replace the in-use FCF record
2462 * with the new FCF record, mark FCF fast failover
2463 * completed, and then start register the new FCF
2464 * record.
2465 */
2466
James Smart0c9ab6f2010-02-26 14:15:57 -05002467 /* Unregister the current in-use FCF record */
James Smartecfd03c2010-02-12 14:41:27 -05002468 lpfc_unregister_fcf(phba);
James Smart0c9ab6f2010-02-26 14:15:57 -05002469
2470 /* Replace in-use record with the new record */
James Smartdbb6b3a2010-06-08 18:31:37 -04002471 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002472 "2842 Replace in-use FCF (x%x) "
2473 "with failover FCF (x%x)\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002474 phba->fcf.current_rec.fcf_indx,
2475 phba->fcf.failover_rec.fcf_indx);
James Smartecfd03c2010-02-12 14:41:27 -05002476 memcpy(&phba->fcf.current_rec,
2477 &phba->fcf.failover_rec,
2478 sizeof(struct lpfc_fcf_rec));
James Smart3804dc82010-07-14 15:31:37 -04002479 /*
2480 * Mark the fast FCF failover rediscovery completed
2481 * and the start of the first round of the roundrobin
2482 * FCF failover.
2483 */
James Smart0c9ab6f2010-02-26 14:15:57 -05002484 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002485 phba->fcf.fcf_flag &= ~FCF_REDISC_FOV;
James Smart0c9ab6f2010-02-26 14:15:57 -05002486 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05002487 /* Register to the new FCF record */
2488 lpfc_register_fcf(phba);
2489 } else {
2490 /*
2491 * In case of transaction period to fast FCF failover,
2492 * do nothing when search to the end of the FCF table.
2493 */
2494 if ((phba->fcf.fcf_flag & FCF_REDISC_EVT) ||
2495 (phba->fcf.fcf_flag & FCF_REDISC_PEND))
2496 return;
James Smartdbb6b3a2010-06-08 18:31:37 -04002497
James Smart7d791df2011-07-22 18:37:52 -04002498 if (phba->cfg_fcf_failover_policy == LPFC_FCF_FOV &&
2499 phba->fcf.fcf_flag & FCF_IN_USE) {
James Smartdbb6b3a2010-06-08 18:31:37 -04002500 /*
2501 * In case the current in-use FCF record no
2502 * longer existed during FCF discovery that
2503 * was not triggered by fast FCF failover
2504 * process, treat it as fast FCF failover.
2505 */
2506 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2507 "2841 In-use FCF record (x%x) "
2508 "not reported, entering fast "
2509 "FCF failover mode scanning.\n",
2510 phba->fcf.current_rec.fcf_indx);
2511 spin_lock_irq(&phba->hbalock);
2512 phba->fcf.fcf_flag |= FCF_REDISC_FOV;
2513 spin_unlock_irq(&phba->hbalock);
James Smartdbb6b3a2010-06-08 18:31:37 -04002514 lpfc_sli4_fcf_scan_read_fcf_rec(phba,
2515 LPFC_FCOE_FCF_GET_FIRST);
2516 return;
2517 }
James Smart0c9ab6f2010-02-26 14:15:57 -05002518 /* Register to the new FCF record */
James Smartecfd03c2010-02-12 14:41:27 -05002519 lpfc_register_fcf(phba);
2520 }
2521 } else
James Smart0c9ab6f2010-02-26 14:15:57 -05002522 lpfc_sli4_fcf_scan_read_fcf_rec(phba, next_fcf_index);
James Smart6fb120a2009-05-22 14:52:59 -04002523 return;
2524
2525out:
2526 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2527 lpfc_register_fcf(phba);
2528
2529 return;
2530}
2531
2532/**
James Smarta93ff372010-10-22 11:06:08 -04002533 * lpfc_mbx_cmpl_fcf_rr_read_fcf_rec - fcf roundrobin read_fcf mbox cmpl hdler
James Smart0c9ab6f2010-02-26 14:15:57 -05002534 * @phba: pointer to lpfc hba data structure.
2535 * @mboxq: pointer to mailbox object.
2536 *
James Smarta93ff372010-10-22 11:06:08 -04002537 * This is the callback function for FLOGI failure roundrobin FCF failover
James Smart0c9ab6f2010-02-26 14:15:57 -05002538 * read FCF record mailbox command from the eligible FCF record bmask for
2539 * performing the failover. If the FCF read back is not valid/available, it
2540 * fails through to retrying FLOGI to the currently registered FCF again.
2541 * Otherwise, if the FCF read back is valid and available, it will set the
2542 * newly read FCF record to the failover FCF record, unregister currently
2543 * registered FCF record, copy the failover FCF record to the current
2544 * FCF record, and then register the current FCF record before proceeding
2545 * to trying FLOGI on the new failover FCF.
2546 */
2547void
2548lpfc_mbx_cmpl_fcf_rr_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2549{
2550 struct fcf_record *new_fcf_record;
2551 uint32_t boot_flag, addr_mode;
James Smarta93ff372010-10-22 11:06:08 -04002552 uint16_t next_fcf_index, fcf_index;
James Smart0c9ab6f2010-02-26 14:15:57 -05002553 uint16_t current_fcf_index;
2554 uint16_t vlan_id;
James Smarta93ff372010-10-22 11:06:08 -04002555 int rc;
James Smart0c9ab6f2010-02-26 14:15:57 -05002556
James Smarta93ff372010-10-22 11:06:08 -04002557 /* If link state is not up, stop the roundrobin failover process */
James Smart0c9ab6f2010-02-26 14:15:57 -05002558 if (phba->link_state < LPFC_LINK_UP) {
2559 spin_lock_irq(&phba->hbalock);
2560 phba->fcf.fcf_flag &= ~FCF_DISCOVERY;
James Smarta93ff372010-10-22 11:06:08 -04002561 phba->hba_flag &= ~FCF_RR_INPROG;
James Smart0c9ab6f2010-02-26 14:15:57 -05002562 spin_unlock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002563 goto out;
James Smart0c9ab6f2010-02-26 14:15:57 -05002564 }
2565
2566 /* Parse the FCF record from the non-embedded mailbox command */
2567 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
2568 &next_fcf_index);
2569 if (!new_fcf_record) {
2570 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
2571 "2766 Mailbox command READ_FCF_RECORD "
James Smart646a2dd2013-12-17 20:29:22 -05002572 "failed to retrieve a FCF record. "
2573 "hba_flg x%x fcf_flg x%x\n", phba->hba_flag,
2574 phba->fcf.fcf_flag);
2575 lpfc_unregister_fcf_rescan(phba);
2576 goto out;
James Smart0c9ab6f2010-02-26 14:15:57 -05002577 }
2578
2579 /* Get the needed parameters from FCF record */
James Smarta93ff372010-10-22 11:06:08 -04002580 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2581 &addr_mode, &vlan_id);
James Smart0c9ab6f2010-02-26 14:15:57 -05002582
2583 /* Log the FCF record information if turned on */
2584 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2585 next_fcf_index);
2586
James Smarta93ff372010-10-22 11:06:08 -04002587 fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
2588 if (!rc) {
2589 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2590 "2848 Remove ineligible FCF (x%x) from "
2591 "from roundrobin bmask\n", fcf_index);
2592 /* Clear roundrobin bmask bit for ineligible FCF */
2593 lpfc_sli4_fcf_rr_index_clear(phba, fcf_index);
2594 /* Perform next round of roundrobin FCF failover */
2595 fcf_index = lpfc_sli4_fcf_rr_next_index_get(phba);
2596 rc = lpfc_sli4_fcf_rr_next_proc(phba->pport, fcf_index);
2597 if (rc)
2598 goto out;
2599 goto error_out;
2600 }
2601
2602 if (fcf_index == phba->fcf.current_rec.fcf_indx) {
2603 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2604 "2760 Perform FLOGI roundrobin FCF failover: "
2605 "FCF (x%x) back to FCF (x%x)\n",
2606 phba->fcf.current_rec.fcf_indx, fcf_index);
2607 /* Wait 500 ms before retrying FLOGI to current FCF */
2608 msleep(500);
James Smart76a95d72010-11-20 23:11:48 -05002609 lpfc_issue_init_vfi(phba->pport);
James Smarta93ff372010-10-22 11:06:08 -04002610 goto out;
2611 }
2612
James Smart0c9ab6f2010-02-26 14:15:57 -05002613 /* Upload new FCF record to the failover FCF record */
James Smartdbb6b3a2010-06-08 18:31:37 -04002614 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002615 "2834 Update current FCF (x%x) with new FCF (x%x)\n",
2616 phba->fcf.failover_rec.fcf_indx, fcf_index);
James Smart0c9ab6f2010-02-26 14:15:57 -05002617 spin_lock_irq(&phba->hbalock);
2618 __lpfc_update_fcf_record(phba, &phba->fcf.failover_rec,
2619 new_fcf_record, addr_mode, vlan_id,
2620 (boot_flag ? BOOT_ENABLE : 0));
2621 spin_unlock_irq(&phba->hbalock);
2622
2623 current_fcf_index = phba->fcf.current_rec.fcf_indx;
2624
2625 /* Unregister the current in-use FCF record */
2626 lpfc_unregister_fcf(phba);
2627
2628 /* Replace in-use record with the new record */
2629 memcpy(&phba->fcf.current_rec, &phba->fcf.failover_rec,
2630 sizeof(struct lpfc_fcf_rec));
2631
2632 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002633 "2783 Perform FLOGI roundrobin FCF failover: FCF "
2634 "(x%x) to FCF (x%x)\n", current_fcf_index, fcf_index);
James Smart0c9ab6f2010-02-26 14:15:57 -05002635
James Smarta93ff372010-10-22 11:06:08 -04002636error_out:
2637 lpfc_register_fcf(phba);
James Smart0c9ab6f2010-02-26 14:15:57 -05002638out:
2639 lpfc_sli4_mbox_cmd_free(phba, mboxq);
James Smart0c9ab6f2010-02-26 14:15:57 -05002640}
2641
2642/**
2643 * lpfc_mbx_cmpl_read_fcf_rec - read fcf completion handler.
2644 * @phba: pointer to lpfc hba data structure.
2645 * @mboxq: pointer to mailbox object.
2646 *
2647 * This is the callback function of read FCF record mailbox command for
James Smarta93ff372010-10-22 11:06:08 -04002648 * updating the eligible FCF bmask for FLOGI failure roundrobin FCF
James Smart0c9ab6f2010-02-26 14:15:57 -05002649 * failover when a new FCF event happened. If the FCF read back is
2650 * valid/available and it passes the connection list check, it updates
James Smarta93ff372010-10-22 11:06:08 -04002651 * the bmask for the eligible FCF record for roundrobin failover.
James Smart0c9ab6f2010-02-26 14:15:57 -05002652 */
2653void
2654lpfc_mbx_cmpl_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2655{
2656 struct fcf_record *new_fcf_record;
2657 uint32_t boot_flag, addr_mode;
2658 uint16_t fcf_index, next_fcf_index;
2659 uint16_t vlan_id;
2660 int rc;
2661
2662 /* If link state is not up, no need to proceed */
2663 if (phba->link_state < LPFC_LINK_UP)
2664 goto out;
2665
2666 /* If FCF discovery period is over, no need to proceed */
James Smart3804dc82010-07-14 15:31:37 -04002667 if (!(phba->fcf.fcf_flag & FCF_DISCOVERY))
James Smart0c9ab6f2010-02-26 14:15:57 -05002668 goto out;
2669
2670 /* Parse the FCF record from the non-embedded mailbox command */
2671 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
2672 &next_fcf_index);
2673 if (!new_fcf_record) {
2674 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2675 "2767 Mailbox command READ_FCF_RECORD "
2676 "failed to retrieve a FCF record.\n");
2677 goto out;
2678 }
2679
2680 /* Check the connection list for eligibility */
2681 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2682 &addr_mode, &vlan_id);
2683
2684 /* Log the FCF record information if turned on */
2685 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2686 next_fcf_index);
2687
2688 if (!rc)
2689 goto out;
2690
2691 /* Update the eligible FCF record index bmask */
2692 fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
James Smart7d791df2011-07-22 18:37:52 -04002693
2694 rc = lpfc_sli4_fcf_pri_list_add(phba, fcf_index, new_fcf_record);
James Smart0c9ab6f2010-02-26 14:15:57 -05002695
2696out:
2697 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2698}
2699
2700/**
James Smart76a95d72010-11-20 23:11:48 -05002701 * lpfc_init_vfi_cmpl - Completion handler for init_vfi mbox command.
2702 * @phba: pointer to lpfc hba data structure.
2703 * @mboxq: pointer to mailbox data structure.
2704 *
2705 * This function handles completion of init vfi mailbox command.
2706 */
Rashika Kheriab86a6752014-09-03 12:55:17 -04002707static void
James Smart76a95d72010-11-20 23:11:48 -05002708lpfc_init_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2709{
2710 struct lpfc_vport *vport = mboxq->vport;
2711
James Smartdf9e1b52011-12-13 13:22:17 -05002712 /*
2713 * VFI not supported on interface type 0, just do the flogi
2714 * Also continue if the VFI is in use - just use the same one.
2715 */
2716 if (mboxq->u.mb.mbxStatus &&
2717 (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) !=
2718 LPFC_SLI_INTF_IF_TYPE_0) &&
2719 mboxq->u.mb.mbxStatus != MBX_VFI_IN_USE) {
James Smart76a95d72010-11-20 23:11:48 -05002720 lpfc_printf_vlog(vport, KERN_ERR,
2721 LOG_MBOX,
2722 "2891 Init VFI mailbox failed 0x%x\n",
2723 mboxq->u.mb.mbxStatus);
2724 mempool_free(mboxq, phba->mbox_mem_pool);
2725 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
2726 return;
2727 }
James Smart73d91e52011-10-10 21:32:10 -04002728
James Smart76a95d72010-11-20 23:11:48 -05002729 lpfc_initial_flogi(vport);
2730 mempool_free(mboxq, phba->mbox_mem_pool);
2731 return;
2732}
2733
2734/**
2735 * lpfc_issue_init_vfi - Issue init_vfi mailbox command.
2736 * @vport: pointer to lpfc_vport data structure.
2737 *
2738 * This function issue a init_vfi mailbox command to initialize the VFI and
2739 * VPI for the physical port.
2740 */
2741void
2742lpfc_issue_init_vfi(struct lpfc_vport *vport)
2743{
2744 LPFC_MBOXQ_t *mboxq;
2745 int rc;
2746 struct lpfc_hba *phba = vport->phba;
2747
2748 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
2749 if (!mboxq) {
2750 lpfc_printf_vlog(vport, KERN_ERR,
2751 LOG_MBOX, "2892 Failed to allocate "
2752 "init_vfi mailbox\n");
2753 return;
2754 }
2755 lpfc_init_vfi(mboxq, vport);
2756 mboxq->mbox_cmpl = lpfc_init_vfi_cmpl;
2757 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
2758 if (rc == MBX_NOT_FINISHED) {
2759 lpfc_printf_vlog(vport, KERN_ERR,
2760 LOG_MBOX, "2893 Failed to issue init_vfi mailbox\n");
2761 mempool_free(mboxq, vport->phba->mbox_mem_pool);
2762 }
2763}
2764
2765/**
James Smart1c6834a2009-07-19 10:01:26 -04002766 * lpfc_init_vpi_cmpl - Completion handler for init_vpi mbox command.
2767 * @phba: pointer to lpfc hba data structure.
2768 * @mboxq: pointer to mailbox data structure.
2769 *
2770 * This function handles completion of init vpi mailbox command.
2771 */
James Smart695a8142010-01-26 23:08:03 -05002772void
James Smart1c6834a2009-07-19 10:01:26 -04002773lpfc_init_vpi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2774{
2775 struct lpfc_vport *vport = mboxq->vport;
James Smart695a8142010-01-26 23:08:03 -05002776 struct lpfc_nodelist *ndlp;
James Smart72100cc2010-02-12 14:43:01 -05002777 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
2778
James Smart1c6834a2009-07-19 10:01:26 -04002779 if (mboxq->u.mb.mbxStatus) {
2780 lpfc_printf_vlog(vport, KERN_ERR,
2781 LOG_MBOX,
2782 "2609 Init VPI mailbox failed 0x%x\n",
2783 mboxq->u.mb.mbxStatus);
2784 mempool_free(mboxq, phba->mbox_mem_pool);
2785 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
2786 return;
2787 }
James Smart72100cc2010-02-12 14:43:01 -05002788 spin_lock_irq(shost->host_lock);
James Smart1c6834a2009-07-19 10:01:26 -04002789 vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI;
James Smart72100cc2010-02-12 14:43:01 -05002790 spin_unlock_irq(shost->host_lock);
James Smart1c6834a2009-07-19 10:01:26 -04002791
James Smart695a8142010-01-26 23:08:03 -05002792 /* If this port is physical port or FDISC is done, do reg_vpi */
2793 if ((phba->pport == vport) || (vport->port_state == LPFC_FDISC)) {
2794 ndlp = lpfc_findnode_did(vport, Fabric_DID);
2795 if (!ndlp)
2796 lpfc_printf_vlog(vport, KERN_ERR,
2797 LOG_DISCOVERY,
2798 "2731 Cannot find fabric "
2799 "controller node\n");
2800 else
2801 lpfc_register_new_vport(phba, vport, ndlp);
2802 mempool_free(mboxq, phba->mbox_mem_pool);
2803 return;
2804 }
2805
James Smart1c6834a2009-07-19 10:01:26 -04002806 if (phba->link_flag & LS_NPIV_FAB_SUPPORTED)
2807 lpfc_initial_fdisc(vport);
2808 else {
2809 lpfc_vport_set_state(vport, FC_VPORT_NO_FABRIC_SUPP);
James Smart6a9c52c2009-10-02 15:16:51 -04002810 lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS,
2811 "2606 No NPIV Fabric support\n");
James Smart1c6834a2009-07-19 10:01:26 -04002812 }
James Smart695a8142010-01-26 23:08:03 -05002813 mempool_free(mboxq, phba->mbox_mem_pool);
James Smart1c6834a2009-07-19 10:01:26 -04002814 return;
2815}
2816
2817/**
James Smartecfd03c2010-02-12 14:41:27 -05002818 * lpfc_issue_init_vpi - Issue init_vpi mailbox command.
2819 * @vport: pointer to lpfc_vport data structure.
2820 *
2821 * This function issue a init_vpi mailbox command to initialize
2822 * VPI for the vport.
2823 */
2824void
2825lpfc_issue_init_vpi(struct lpfc_vport *vport)
2826{
2827 LPFC_MBOXQ_t *mboxq;
James Smart16a3a202013-04-17 20:14:38 -04002828 int rc, vpi;
2829
2830 if ((vport->port_type != LPFC_PHYSICAL_PORT) && (!vport->vpi)) {
2831 vpi = lpfc_alloc_vpi(vport->phba);
2832 if (!vpi) {
2833 lpfc_printf_vlog(vport, KERN_ERR,
2834 LOG_MBOX,
2835 "3303 Failed to obtain vport vpi\n");
2836 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
2837 return;
2838 }
2839 vport->vpi = vpi;
2840 }
James Smartecfd03c2010-02-12 14:41:27 -05002841
2842 mboxq = mempool_alloc(vport->phba->mbox_mem_pool, GFP_KERNEL);
2843 if (!mboxq) {
2844 lpfc_printf_vlog(vport, KERN_ERR,
2845 LOG_MBOX, "2607 Failed to allocate "
2846 "init_vpi mailbox\n");
2847 return;
2848 }
2849 lpfc_init_vpi(vport->phba, mboxq, vport->vpi);
2850 mboxq->vport = vport;
2851 mboxq->mbox_cmpl = lpfc_init_vpi_cmpl;
2852 rc = lpfc_sli_issue_mbox(vport->phba, mboxq, MBX_NOWAIT);
2853 if (rc == MBX_NOT_FINISHED) {
2854 lpfc_printf_vlog(vport, KERN_ERR,
2855 LOG_MBOX, "2608 Failed to issue init_vpi mailbox\n");
2856 mempool_free(mboxq, vport->phba->mbox_mem_pool);
2857 }
2858}
2859
2860/**
James Smart6fb120a2009-05-22 14:52:59 -04002861 * lpfc_start_fdiscs - send fdiscs for each vports on this port.
2862 * @phba: pointer to lpfc hba data structure.
2863 *
2864 * This function loops through the list of vports on the @phba and issues an
2865 * FDISC if possible.
2866 */
2867void
2868lpfc_start_fdiscs(struct lpfc_hba *phba)
2869{
2870 struct lpfc_vport **vports;
2871 int i;
2872
2873 vports = lpfc_create_vport_work_array(phba);
2874 if (vports != NULL) {
2875 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
2876 if (vports[i]->port_type == LPFC_PHYSICAL_PORT)
2877 continue;
2878 /* There are no vpi for this vport */
2879 if (vports[i]->vpi > phba->max_vpi) {
2880 lpfc_vport_set_state(vports[i],
2881 FC_VPORT_FAILED);
2882 continue;
2883 }
James Smart76a95d72010-11-20 23:11:48 -05002884 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart6fb120a2009-05-22 14:52:59 -04002885 lpfc_vport_set_state(vports[i],
2886 FC_VPORT_LINKDOWN);
2887 continue;
2888 }
James Smart1c6834a2009-07-19 10:01:26 -04002889 if (vports[i]->fc_flag & FC_VPORT_NEEDS_INIT_VPI) {
James Smartecfd03c2010-02-12 14:41:27 -05002890 lpfc_issue_init_vpi(vports[i]);
James Smart1c6834a2009-07-19 10:01:26 -04002891 continue;
2892 }
James Smart6fb120a2009-05-22 14:52:59 -04002893 if (phba->link_flag & LS_NPIV_FAB_SUPPORTED)
2894 lpfc_initial_fdisc(vports[i]);
2895 else {
2896 lpfc_vport_set_state(vports[i],
2897 FC_VPORT_NO_FABRIC_SUPP);
2898 lpfc_printf_vlog(vports[i], KERN_ERR,
2899 LOG_ELS,
2900 "0259 No NPIV "
2901 "Fabric support\n");
2902 }
2903 }
2904 }
2905 lpfc_destroy_vport_work_array(phba, vports);
2906}
2907
2908void
2909lpfc_mbx_cmpl_reg_vfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2910{
2911 struct lpfc_dmabuf *dmabuf = mboxq->context1;
2912 struct lpfc_vport *vport = mboxq->vport;
James Smart72100cc2010-02-12 14:43:01 -05002913 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart6fb120a2009-05-22 14:52:59 -04002914
James Smartf5eca9b2012-03-01 22:37:54 -05002915 /*
2916 * VFI not supported for interface type 0, so ignore any mailbox
2917 * error (except VFI in use) and continue with the discovery.
2918 */
2919 if (mboxq->u.mb.mbxStatus &&
2920 (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) !=
2921 LPFC_SLI_INTF_IF_TYPE_0) &&
2922 mboxq->u.mb.mbxStatus != MBX_VFI_IN_USE) {
James Smart6fb120a2009-05-22 14:52:59 -04002923 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
2924 "2018 REG_VFI mbxStatus error x%x "
2925 "HBA state x%x\n",
2926 mboxq->u.mb.mbxStatus, vport->port_state);
James Smart76a95d72010-11-20 23:11:48 -05002927 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart6fb120a2009-05-22 14:52:59 -04002928 /* FLOGI failed, use loop map to make discovery list */
2929 lpfc_disc_list_loopmap(vport);
2930 /* Start discovery */
2931 lpfc_disc_start(vport);
James Smart1b511972011-12-13 13:23:09 -05002932 goto out_free_mem;
James Smart6fb120a2009-05-22 14:52:59 -04002933 }
2934 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smart1b511972011-12-13 13:23:09 -05002935 goto out_free_mem;
James Smart6fb120a2009-05-22 14:52:59 -04002936 }
James Smartae05ebe2013-03-01 16:35:38 -05002937
James Smarte74c03c2013-04-17 20:15:19 -04002938 /* If the VFI is already registered, there is nothing else to do
2939 * Unless this was a VFI update and we are in PT2PT mode, then
2940 * we should drop through to set the port state to ready.
2941 */
James Smartae05ebe2013-03-01 16:35:38 -05002942 if (vport->fc_flag & FC_VFI_REGISTERED)
James Smarte74c03c2013-04-17 20:15:19 -04002943 if (!(phba->sli_rev == LPFC_SLI_REV4 &&
2944 vport->fc_flag & FC_PT2PT))
2945 goto out_free_mem;
James Smartae05ebe2013-03-01 16:35:38 -05002946
James Smartc8685952009-11-18 15:39:16 -05002947 /* The VPI is implicitly registered when the VFI is registered */
James Smart72100cc2010-02-12 14:43:01 -05002948 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05002949 vport->vpi_state |= LPFC_VPI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05002950 vport->fc_flag |= FC_VFI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05002951 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
James Smart5248a742011-07-22 18:37:06 -04002952 vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI;
James Smart72100cc2010-02-12 14:43:01 -05002953 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04002954
James Smart1b511972011-12-13 13:23:09 -05002955 /* In case SLI4 FC loopback test, we are ready */
2956 if ((phba->sli_rev == LPFC_SLI_REV4) &&
2957 (phba->link_flag & LS_LOOPBACK_MODE)) {
2958 phba->link_state = LPFC_HBA_READY;
2959 goto out_free_mem;
2960 }
2961
James Smarte74c03c2013-04-17 20:15:19 -04002962 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
2963 "3313 cmpl reg vfi port_state:%x fc_flag:%x myDid:%x "
2964 "alpacnt:%d LinkState:%x topology:%x\n",
2965 vport->port_state, vport->fc_flag, vport->fc_myDID,
2966 vport->phba->alpa_map[0],
2967 phba->link_state, phba->fc_topology);
2968
James Smart6fb120a2009-05-22 14:52:59 -04002969 if (vport->port_state == LPFC_FABRIC_CFG_LINK) {
James Smart939723a2012-05-09 21:19:03 -04002970 /*
2971 * For private loop or for NPort pt2pt,
2972 * just start discovery and we are done.
2973 */
2974 if ((vport->fc_flag & FC_PT2PT) ||
2975 ((phba->fc_topology == LPFC_TOPOLOGY_LOOP) &&
2976 !(vport->fc_flag & FC_PUBLIC_LOOP))) {
2977
James Smart76a95d72010-11-20 23:11:48 -05002978 /* Use loop map to make discovery list */
2979 lpfc_disc_list_loopmap(vport);
2980 /* Start discovery */
James Smarte74c03c2013-04-17 20:15:19 -04002981 if (vport->fc_flag & FC_PT2PT)
2982 vport->port_state = LPFC_VPORT_READY;
2983 else
2984 lpfc_disc_start(vport);
James Smart76a95d72010-11-20 23:11:48 -05002985 } else {
2986 lpfc_start_fdiscs(phba);
2987 lpfc_do_scr_ns_plogi(phba, vport);
2988 }
James Smart6fb120a2009-05-22 14:52:59 -04002989 }
2990
James Smart1b511972011-12-13 13:23:09 -05002991out_free_mem:
James Smart6fb120a2009-05-22 14:52:59 -04002992 mempool_free(mboxq, phba->mbox_mem_pool);
James Smartd6de08c2015-12-16 18:11:53 -05002993 if (dmabuf) {
2994 lpfc_mbuf_free(phba, dmabuf->virt, dmabuf->phys);
2995 kfree(dmabuf);
2996 }
James Smart6fb120a2009-05-22 14:52:59 -04002997 return;
2998}
2999
3000static void
James Smart2e0fef82007-06-17 19:56:36 -05003001lpfc_mbx_cmpl_read_sparam(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003002{
James Smart6fb120a2009-05-22 14:52:59 -04003003 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05003004 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1;
James Smart2e0fef82007-06-17 19:56:36 -05003005 struct lpfc_vport *vport = pmb->vport;
James Smartaeb3c812017-04-21 16:05:02 -07003006 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart21bf0b92015-08-31 16:48:21 -04003007 struct serv_parm *sp = &vport->fc_sparam;
3008 uint32_t ed_tov;
dea31012005-04-17 16:05:31 -05003009
3010 /* Check for error */
3011 if (mb->mbxStatus) {
3012 /* READ_SPARAM mbox error <mbxStatus> state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04003013 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
3014 "0319 READ_SPARAM mbxStatus error x%x "
3015 "hba state x%x>\n",
3016 mb->mbxStatus, vport->port_state);
dea31012005-04-17 16:05:31 -05003017 lpfc_linkdown(phba);
dea31012005-04-17 16:05:31 -05003018 goto out;
3019 }
3020
James Smart2e0fef82007-06-17 19:56:36 -05003021 memcpy((uint8_t *) &vport->fc_sparam, (uint8_t *) mp->virt,
dea31012005-04-17 16:05:31 -05003022 sizeof (struct serv_parm));
James Smart21bf0b92015-08-31 16:48:21 -04003023
3024 ed_tov = be32_to_cpu(sp->cmn.e_d_tov);
3025 if (sp->cmn.edtovResolution) /* E_D_TOV ticks are in nanoseconds */
3026 ed_tov = (ed_tov + 999999) / 1000000;
3027
3028 phba->fc_edtov = ed_tov;
3029 phba->fc_ratov = (2 * ed_tov) / 1000;
3030 if (phba->fc_ratov < FF_DEF_RATOV) {
3031 /* RA_TOV should be atleast 10sec for initial flogi */
3032 phba->fc_ratov = FF_DEF_RATOV;
3033 }
3034
James Smart05580562011-05-24 11:40:48 -04003035 lpfc_update_vport_wwn(vport);
James Smartaeb3c812017-04-21 16:05:02 -07003036 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn);
James Smart92d7f7b2007-06-17 19:56:38 -05003037 if (vport->port_type == LPFC_PHYSICAL_PORT) {
3038 memcpy(&phba->wwnn, &vport->fc_nodename, sizeof(phba->wwnn));
3039 memcpy(&phba->wwpn, &vport->fc_portname, sizeof(phba->wwnn));
3040 }
3041
dea31012005-04-17 16:05:31 -05003042 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3043 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05003044 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003045 return;
3046
3047out:
3048 pmb->context1 = NULL;
3049 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3050 kfree(mp);
James Smart92d7f7b2007-06-17 19:56:38 -05003051 lpfc_issue_clear_la(phba, vport);
3052 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003053 return;
3054}
3055
3056static void
James Smart76a95d72010-11-20 23:11:48 -05003057lpfc_mbx_process_link_up(struct lpfc_hba *phba, struct lpfc_mbx_read_top *la)
dea31012005-04-17 16:05:31 -05003058{
James Smart92d7f7b2007-06-17 19:56:38 -05003059 struct lpfc_vport *vport = phba->pport;
James Smart6fb120a2009-05-22 14:52:59 -04003060 LPFC_MBOXQ_t *sparam_mbox, *cfglink_mbox = NULL;
James Smartdf9e1b52011-12-13 13:22:17 -05003061 struct Scsi_Host *shost;
James Smart2e0fef82007-06-17 19:56:36 -05003062 int i;
James Smart14691152006-12-02 13:34:28 -05003063 struct lpfc_dmabuf *mp;
3064 int rc;
James Smart6fb120a2009-05-22 14:52:59 -04003065 struct fcf_record *fcf_record;
James Smart38c20672013-03-01 16:37:44 -05003066 uint32_t fc_flags = 0;
James Smart14691152006-12-02 13:34:28 -05003067
James Smart92d7f7b2007-06-17 19:56:38 -05003068 spin_lock_irq(&phba->hbalock);
James Smarta085e872015-12-16 18:12:02 -05003069 phba->fc_linkspeed = bf_get(lpfc_mbx_read_top_link_spd, la);
3070
3071 if (!(phba->hba_flag & HBA_FCOE_MODE)) {
3072 switch (bf_get(lpfc_mbx_read_top_link_spd, la)) {
3073 case LPFC_LINK_SPEED_1GHZ:
3074 case LPFC_LINK_SPEED_2GHZ:
3075 case LPFC_LINK_SPEED_4GHZ:
3076 case LPFC_LINK_SPEED_8GHZ:
3077 case LPFC_LINK_SPEED_10GHZ:
3078 case LPFC_LINK_SPEED_16GHZ:
3079 case LPFC_LINK_SPEED_32GHZ:
3080 break;
3081 default:
3082 phba->fc_linkspeed = LPFC_LINK_SPEED_UNKNOWN;
3083 break;
3084 }
dea31012005-04-17 16:05:31 -05003085 }
3086
James Smarte74c03c2013-04-17 20:15:19 -04003087 if (phba->fc_topology &&
3088 phba->fc_topology != bf_get(lpfc_mbx_read_top_topology, la)) {
3089 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
3090 "3314 Toplogy changed was 0x%x is 0x%x\n",
3091 phba->fc_topology,
3092 bf_get(lpfc_mbx_read_top_topology, la));
3093 phba->fc_topology_changed = 1;
3094 }
3095
James Smart76a95d72010-11-20 23:11:48 -05003096 phba->fc_topology = bf_get(lpfc_mbx_read_top_topology, la);
James Smart92d7f7b2007-06-17 19:56:38 -05003097 phba->link_flag &= ~LS_NPIV_FAB_SUPPORTED;
dea31012005-04-17 16:05:31 -05003098
James Smartdf9e1b52011-12-13 13:22:17 -05003099 shost = lpfc_shost_from_vport(vport);
James Smart76a95d72010-11-20 23:11:48 -05003100 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05003101 phba->sli3_options &= ~LPFC_SLI3_NPIV_ENABLED;
dea31012005-04-17 16:05:31 -05003102
James Smart6a9c52c2009-10-02 15:16:51 -04003103 /* if npiv is enabled and this adapter supports npiv log
3104 * a message that npiv is not supported in this topology
3105 */
3106 if (phba->cfg_enable_npiv && phba->max_vpi)
James Smart495a7142008-06-14 22:52:59 -04003107 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3108 "1309 Link Up Event npiv not supported in loop "
3109 "topology\n");
James Smart92d7f7b2007-06-17 19:56:38 -05003110 /* Get Loop Map information */
James Smart38c20672013-03-01 16:37:44 -05003111 if (bf_get(lpfc_mbx_read_top_il, la))
3112 fc_flags |= FC_LBIT;
dea31012005-04-17 16:05:31 -05003113
James Smart76a95d72010-11-20 23:11:48 -05003114 vport->fc_myDID = bf_get(lpfc_mbx_read_top_alpa_granted, la);
3115 i = la->lilpBde64.tus.f.bdeSize;
dea31012005-04-17 16:05:31 -05003116
3117 if (i == 0) {
3118 phba->alpa_map[0] = 0;
3119 } else {
James Smarte8b62012007-08-02 11:10:09 -04003120 if (vport->cfg_log_verbose & LOG_LINK_EVENT) {
dea31012005-04-17 16:05:31 -05003121 int numalpa, j, k;
3122 union {
3123 uint8_t pamap[16];
3124 struct {
3125 uint32_t wd1;
3126 uint32_t wd2;
3127 uint32_t wd3;
3128 uint32_t wd4;
3129 } pa;
3130 } un;
3131 numalpa = phba->alpa_map[0];
3132 j = 0;
3133 while (j < numalpa) {
3134 memset(un.pamap, 0, 16);
3135 for (k = 1; j < numalpa; k++) {
3136 un.pamap[k - 1] =
3137 phba->alpa_map[j + 1];
3138 j++;
3139 if (k == 16)
3140 break;
3141 }
3142 /* Link Up Event ALPA map */
3143 lpfc_printf_log(phba,
James Smart92d7f7b2007-06-17 19:56:38 -05003144 KERN_WARNING,
3145 LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003146 "1304 Link Up Event "
James Smart92d7f7b2007-06-17 19:56:38 -05003147 "ALPA map Data: x%x "
3148 "x%x x%x x%x\n",
James Smart92d7f7b2007-06-17 19:56:38 -05003149 un.pa.wd1, un.pa.wd2,
3150 un.pa.wd3, un.pa.wd4);
dea31012005-04-17 16:05:31 -05003151 }
3152 }
3153 }
3154 } else {
James Smart92d7f7b2007-06-17 19:56:38 -05003155 if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)) {
James Smart78b2d852007-08-02 11:10:21 -04003156 if (phba->max_vpi && phba->cfg_enable_npiv &&
James Smartdf9e1b52011-12-13 13:22:17 -05003157 (phba->sli_rev >= LPFC_SLI_REV3))
James Smart92d7f7b2007-06-17 19:56:38 -05003158 phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED;
3159 }
James Smart2e0fef82007-06-17 19:56:36 -05003160 vport->fc_myDID = phba->fc_pref_DID;
James Smart38c20672013-03-01 16:37:44 -05003161 fc_flags |= FC_LBIT;
dea31012005-04-17 16:05:31 -05003162 }
James Smart92d7f7b2007-06-17 19:56:38 -05003163 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003164
James Smart38c20672013-03-01 16:37:44 -05003165 if (fc_flags) {
3166 spin_lock_irq(shost->host_lock);
3167 vport->fc_flag |= fc_flags;
3168 spin_unlock_irq(shost->host_lock);
3169 }
3170
dea31012005-04-17 16:05:31 -05003171 lpfc_linkup(phba);
James Smart9f1177a2010-02-26 14:12:57 -05003172 sparam_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3173 if (!sparam_mbox)
3174 goto out;
3175
3176 rc = lpfc_read_sparam(phba, sparam_mbox, 0);
3177 if (rc) {
3178 mempool_free(sparam_mbox, phba->mbox_mem_pool);
3179 goto out;
3180 }
3181 sparam_mbox->vport = vport;
3182 sparam_mbox->mbox_cmpl = lpfc_mbx_cmpl_read_sparam;
3183 rc = lpfc_sli_issue_mbox(phba, sparam_mbox, MBX_NOWAIT);
3184 if (rc == MBX_NOT_FINISHED) {
3185 mp = (struct lpfc_dmabuf *) sparam_mbox->context1;
3186 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3187 kfree(mp);
3188 mempool_free(sparam_mbox, phba->mbox_mem_pool);
3189 goto out;
dea31012005-04-17 16:05:31 -05003190 }
3191
James Smart76a95d72010-11-20 23:11:48 -05003192 if (!(phba->hba_flag & HBA_FCOE_MODE)) {
James Smart6fb120a2009-05-22 14:52:59 -04003193 cfglink_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3194 if (!cfglink_mbox)
3195 goto out;
James Smart2e0fef82007-06-17 19:56:36 -05003196 vport->port_state = LPFC_LOCAL_CFG_LINK;
dea31012005-04-17 16:05:31 -05003197 lpfc_config_link(phba, cfglink_mbox);
James Smart2e0fef82007-06-17 19:56:36 -05003198 cfglink_mbox->vport = vport;
Jamie Wellnitz25594c62006-02-28 19:25:34 -05003199 cfglink_mbox->mbox_cmpl = lpfc_mbx_cmpl_local_config_link;
James Smart0b727fe2007-10-27 13:37:25 -04003200 rc = lpfc_sli_issue_mbox(phba, cfglink_mbox, MBX_NOWAIT);
James Smart6fb120a2009-05-22 14:52:59 -04003201 if (rc == MBX_NOT_FINISHED) {
3202 mempool_free(cfglink_mbox, phba->mbox_mem_pool);
3203 goto out;
3204 }
3205 } else {
James Smart32b97932009-07-19 10:01:21 -04003206 vport->port_state = LPFC_VPORT_UNKNOWN;
James Smart6fb120a2009-05-22 14:52:59 -04003207 /*
3208 * Add the driver's default FCF record at FCF index 0 now. This
3209 * is phase 1 implementation that support FCF index 0 and driver
3210 * defaults.
3211 */
James Smart45ed1192009-10-02 15:17:02 -04003212 if (!(phba->hba_flag & HBA_FIP_SUPPORT)) {
James Smart6fb120a2009-05-22 14:52:59 -04003213 fcf_record = kzalloc(sizeof(struct fcf_record),
3214 GFP_KERNEL);
3215 if (unlikely(!fcf_record)) {
3216 lpfc_printf_log(phba, KERN_ERR,
3217 LOG_MBOX | LOG_SLI,
Uwe Kleine-Königb5950762010-11-01 15:38:34 -04003218 "2554 Could not allocate memory for "
James Smart6fb120a2009-05-22 14:52:59 -04003219 "fcf record\n");
3220 rc = -ENODEV;
3221 goto out;
3222 }
3223
3224 lpfc_sli4_build_dflt_fcf_record(phba, fcf_record,
3225 LPFC_FCOE_FCF_DEF_INDEX);
3226 rc = lpfc_sli4_add_fcf_record(phba, fcf_record);
3227 if (unlikely(rc)) {
3228 lpfc_printf_log(phba, KERN_ERR,
3229 LOG_MBOX | LOG_SLI,
3230 "2013 Could not manually add FCF "
3231 "record 0, status %d\n", rc);
3232 rc = -ENODEV;
3233 kfree(fcf_record);
3234 goto out;
3235 }
3236 kfree(fcf_record);
3237 }
3238 /*
3239 * The driver is expected to do FIP/FCF. Call the port
3240 * and get the FCF Table.
3241 */
James Smart32b97932009-07-19 10:01:21 -04003242 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04003243 if (phba->hba_flag & FCF_TS_INPROG) {
James Smart32b97932009-07-19 10:01:21 -04003244 spin_unlock_irq(&phba->hbalock);
3245 return;
3246 }
James Smart0c9ab6f2010-02-26 14:15:57 -05003247 /* This is the initial FCF discovery scan */
3248 phba->fcf.fcf_flag |= FCF_INIT_DISC;
James Smart32b97932009-07-19 10:01:21 -04003249 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05003250 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
3251 "2778 Start FCF table scan at linkup\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05003252 rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba,
3253 LPFC_FCOE_FCF_GET_FIRST);
3254 if (rc) {
3255 spin_lock_irq(&phba->hbalock);
3256 phba->fcf.fcf_flag &= ~FCF_INIT_DISC;
3257 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04003258 goto out;
James Smart0c9ab6f2010-02-26 14:15:57 -05003259 }
James Smart38b92ef2010-08-04 16:11:39 -04003260 /* Reset FCF roundrobin bmask for new discovery */
James Smart7d791df2011-07-22 18:37:52 -04003261 lpfc_sli4_clear_fcf_rr_bmask(phba);
dea31012005-04-17 16:05:31 -05003262 }
James Smart6fb120a2009-05-22 14:52:59 -04003263
3264 return;
James Smart92d7f7b2007-06-17 19:56:38 -05003265out:
3266 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smarte8b62012007-08-02 11:10:09 -04003267 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
3268 "0263 Discovery Mailbox error: state: 0x%x : %p %p\n",
3269 vport->port_state, sparam_mbox, cfglink_mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05003270 lpfc_issue_clear_la(phba, vport);
3271 return;
dea31012005-04-17 16:05:31 -05003272}
3273
3274static void
James Smart84774a42008-08-24 21:50:06 -04003275lpfc_enable_la(struct lpfc_hba *phba)
James Smart2e0fef82007-06-17 19:56:36 -05003276{
dea31012005-04-17 16:05:31 -05003277 uint32_t control;
3278 struct lpfc_sli *psli = &phba->sli;
James Smart2e0fef82007-06-17 19:56:36 -05003279 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003280 psli->sli_flag |= LPFC_PROCESS_LA;
James Smart3772a992009-05-22 14:50:54 -04003281 if (phba->sli_rev <= LPFC_SLI_REV3) {
3282 control = readl(phba->HCregaddr);
3283 control |= HC_LAINT_ENA;
3284 writel(control, phba->HCregaddr);
3285 readl(phba->HCregaddr); /* flush */
3286 }
James Smart2e0fef82007-06-17 19:56:36 -05003287 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003288}
3289
James Smart84774a42008-08-24 21:50:06 -04003290static void
3291lpfc_mbx_issue_link_down(struct lpfc_hba *phba)
3292{
3293 lpfc_linkdown(phba);
3294 lpfc_enable_la(phba);
James Smart6fb120a2009-05-22 14:52:59 -04003295 lpfc_unregister_unused_fcf(phba);
James Smart84774a42008-08-24 21:50:06 -04003296 /* turn on Link Attention interrupts - no CLEAR_LA needed */
3297}
3298
3299
dea31012005-04-17 16:05:31 -05003300/*
James Smart76a95d72010-11-20 23:11:48 -05003301 * This routine handles processing a READ_TOPOLOGY mailbox
dea31012005-04-17 16:05:31 -05003302 * command upon completion. It is setup in the LPFC_MBOXQ
3303 * as the completion routine when the command is
James Smart895427b2017-02-12 13:52:30 -08003304 * handed off to the SLI layer. SLI4 only.
dea31012005-04-17 16:05:31 -05003305 */
3306void
James Smart76a95d72010-11-20 23:11:48 -05003307lpfc_mbx_cmpl_read_topology(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003308{
James Smart2e0fef82007-06-17 19:56:36 -05003309 struct lpfc_vport *vport = pmb->vport;
3310 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart76a95d72010-11-20 23:11:48 -05003311 struct lpfc_mbx_read_top *la;
James Smart895427b2017-02-12 13:52:30 -08003312 struct lpfc_sli_ring *pring;
James Smart04c68492009-05-22 14:52:52 -04003313 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05003314 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smartaeb3c812017-04-21 16:05:02 -07003315 uint8_t attn_type;
dea31012005-04-17 16:05:31 -05003316
James Smart0d2b6b82008-06-14 22:52:47 -04003317 /* Unblock ELS traffic */
James Smart895427b2017-02-12 13:52:30 -08003318 pring = lpfc_phba_elsring(phba);
3319 pring->flag &= ~LPFC_STOP_IOCB_EVENT;
3320
dea31012005-04-17 16:05:31 -05003321 /* Check for error */
3322 if (mb->mbxStatus) {
James Smarted957682007-06-17 19:56:37 -05003323 lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003324 "1307 READ_LA mbox error x%x state x%x\n",
3325 mb->mbxStatus, vport->port_state);
dea31012005-04-17 16:05:31 -05003326 lpfc_mbx_issue_link_down(phba);
James Smart2e0fef82007-06-17 19:56:36 -05003327 phba->link_state = LPFC_HBA_ERROR;
James Smart76a95d72010-11-20 23:11:48 -05003328 goto lpfc_mbx_cmpl_read_topology_free_mbuf;
dea31012005-04-17 16:05:31 -05003329 }
3330
James Smart76a95d72010-11-20 23:11:48 -05003331 la = (struct lpfc_mbx_read_top *) &pmb->u.mb.un.varReadTop;
James Smartaeb3c812017-04-21 16:05:02 -07003332 attn_type = bf_get(lpfc_mbx_read_top_att_type, la);
dea31012005-04-17 16:05:31 -05003333
3334 memcpy(&phba->alpa_map[0], mp->virt, 128);
3335
James Smart2e0fef82007-06-17 19:56:36 -05003336 spin_lock_irq(shost->host_lock);
James Smart76a95d72010-11-20 23:11:48 -05003337 if (bf_get(lpfc_mbx_read_top_pb, la))
James Smart2e0fef82007-06-17 19:56:36 -05003338 vport->fc_flag |= FC_BYPASSED_MODE;
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05003339 else
James Smart2e0fef82007-06-17 19:56:36 -05003340 vport->fc_flag &= ~FC_BYPASSED_MODE;
3341 spin_unlock_irq(shost->host_lock);
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05003342
James Smartbe0c0082013-03-01 16:38:14 -05003343 if (phba->fc_eventTag <= la->eventTag) {
dea31012005-04-17 16:05:31 -05003344 phba->fc_stat.LinkMultiEvent++;
James Smartaeb3c812017-04-21 16:05:02 -07003345 if (attn_type == LPFC_ATT_LINK_UP)
dea31012005-04-17 16:05:31 -05003346 if (phba->fc_eventTag != 0)
3347 lpfc_linkdown(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05003348 }
dea31012005-04-17 16:05:31 -05003349
3350 phba->fc_eventTag = la->eventTag;
James Smartbe0c0082013-03-01 16:38:14 -05003351 if (phba->sli_rev < LPFC_SLI_REV4) {
3352 spin_lock_irq(&phba->hbalock);
3353 if (bf_get(lpfc_mbx_read_top_mm, la))
3354 phba->sli.sli_flag |= LPFC_MENLO_MAINT;
3355 else
3356 phba->sli.sli_flag &= ~LPFC_MENLO_MAINT;
3357 spin_unlock_irq(&phba->hbalock);
3358 }
dea31012005-04-17 16:05:31 -05003359
James Smart4d9ab992009-10-02 15:16:39 -04003360 phba->link_events++;
James Smartaeb3c812017-04-21 16:05:02 -07003361 if ((attn_type == LPFC_ATT_LINK_UP) &&
James Smartbe0c0082013-03-01 16:38:14 -05003362 !(phba->sli.sli_flag & LPFC_MENLO_MAINT)) {
dea31012005-04-17 16:05:31 -05003363 phba->fc_stat.LinkUp++;
James Smart2e0fef82007-06-17 19:56:36 -05003364 if (phba->link_flag & LS_LOOPBACK_MODE) {
James Smart3163f722008-02-08 18:50:25 -05003365 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003366 "1306 Link Up Event in loop back mode "
3367 "x%x received Data: x%x x%x x%x x%x\n",
3368 la->eventTag, phba->fc_eventTag,
James Smart76a95d72010-11-20 23:11:48 -05003369 bf_get(lpfc_mbx_read_top_alpa_granted,
3370 la),
3371 bf_get(lpfc_mbx_read_top_link_spd, la),
James Smarte8b62012007-08-02 11:10:09 -04003372 phba->alpa_map[0]);
James Smart5b8bd0c2007-04-25 09:52:49 -04003373 } else {
3374 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003375 "1303 Link Up Event x%x received "
James Smart84774a42008-08-24 21:50:06 -04003376 "Data: x%x x%x x%x x%x x%x x%x %d\n",
James Smarte8b62012007-08-02 11:10:09 -04003377 la->eventTag, phba->fc_eventTag,
James Smart76a95d72010-11-20 23:11:48 -05003378 bf_get(lpfc_mbx_read_top_alpa_granted,
3379 la),
3380 bf_get(lpfc_mbx_read_top_link_spd, la),
James Smart84774a42008-08-24 21:50:06 -04003381 phba->alpa_map[0],
James Smart76a95d72010-11-20 23:11:48 -05003382 bf_get(lpfc_mbx_read_top_mm, la),
3383 bf_get(lpfc_mbx_read_top_fa, la),
James Smart84774a42008-08-24 21:50:06 -04003384 phba->wait_4_mlo_maint_flg);
James Smart5b8bd0c2007-04-25 09:52:49 -04003385 }
James Smart92d7f7b2007-06-17 19:56:38 -05003386 lpfc_mbx_process_link_up(phba, la);
James Smartaeb3c812017-04-21 16:05:02 -07003387 } else if (attn_type == LPFC_ATT_LINK_DOWN ||
3388 attn_type == LPFC_ATT_UNEXP_WWPN) {
dea31012005-04-17 16:05:31 -05003389 phba->fc_stat.LinkDown++;
James Smart1b511972011-12-13 13:23:09 -05003390 if (phba->link_flag & LS_LOOPBACK_MODE)
James Smart3163f722008-02-08 18:50:25 -05003391 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3392 "1308 Link Down Event in loop back mode "
3393 "x%x received "
3394 "Data: x%x x%x x%x\n",
3395 la->eventTag, phba->fc_eventTag,
3396 phba->pport->port_state, vport->fc_flag);
James Smartaeb3c812017-04-21 16:05:02 -07003397 else if (attn_type == LPFC_ATT_UNEXP_WWPN)
3398 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3399 "1313 Link Down UNEXP WWPN Event x%x received "
3400 "Data: x%x x%x x%x x%x x%x\n",
3401 la->eventTag, phba->fc_eventTag,
3402 phba->pport->port_state, vport->fc_flag,
3403 bf_get(lpfc_mbx_read_top_mm, la),
3404 bf_get(lpfc_mbx_read_top_fa, la));
James Smart1b511972011-12-13 13:23:09 -05003405 else
James Smart3163f722008-02-08 18:50:25 -05003406 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003407 "1305 Link Down Event x%x received "
James Smart84774a42008-08-24 21:50:06 -04003408 "Data: x%x x%x x%x x%x x%x\n",
3409 la->eventTag, phba->fc_eventTag,
3410 phba->pport->port_state, vport->fc_flag,
James Smart76a95d72010-11-20 23:11:48 -05003411 bf_get(lpfc_mbx_read_top_mm, la),
3412 bf_get(lpfc_mbx_read_top_fa, la));
James Smart84774a42008-08-24 21:50:06 -04003413 lpfc_mbx_issue_link_down(phba);
3414 }
James Smartaeb3c812017-04-21 16:05:02 -07003415 if (phba->sli.sli_flag & LPFC_MENLO_MAINT &&
3416 attn_type == LPFC_ATT_LINK_UP) {
James Smart84774a42008-08-24 21:50:06 -04003417 if (phba->link_state != LPFC_LINK_DOWN) {
3418 phba->fc_stat.LinkDown++;
3419 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3420 "1312 Link Down Event x%x received "
dea31012005-04-17 16:05:31 -05003421 "Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04003422 la->eventTag, phba->fc_eventTag,
James Smart2e0fef82007-06-17 19:56:36 -05003423 phba->pport->port_state, vport->fc_flag);
James Smart84774a42008-08-24 21:50:06 -04003424 lpfc_mbx_issue_link_down(phba);
3425 } else
3426 lpfc_enable_la(phba);
3427
3428 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3429 "1310 Menlo Maint Mode Link up Event x%x rcvd "
3430 "Data: x%x x%x x%x\n",
3431 la->eventTag, phba->fc_eventTag,
3432 phba->pport->port_state, vport->fc_flag);
3433 /*
3434 * The cmnd that triggered this will be waiting for this
3435 * signal.
3436 */
3437 /* WAKEUP for MENLO_SET_MODE or MENLO_RESET command. */
3438 if (phba->wait_4_mlo_maint_flg) {
3439 phba->wait_4_mlo_maint_flg = 0;
3440 wake_up_interruptible(&phba->wait_4_mlo_m_q);
James Smart3163f722008-02-08 18:50:25 -05003441 }
James Smart84774a42008-08-24 21:50:06 -04003442 }
3443
James Smartbe0c0082013-03-01 16:38:14 -05003444 if ((phba->sli_rev < LPFC_SLI_REV4) &&
3445 bf_get(lpfc_mbx_read_top_fa, la)) {
3446 if (phba->sli.sli_flag & LPFC_MENLO_MAINT)
James Smart84774a42008-08-24 21:50:06 -04003447 lpfc_issue_clear_la(phba, vport);
3448 lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT,
James Smart76a95d72010-11-20 23:11:48 -05003449 "1311 fa %d\n",
3450 bf_get(lpfc_mbx_read_top_fa, la));
dea31012005-04-17 16:05:31 -05003451 }
3452
James Smart76a95d72010-11-20 23:11:48 -05003453lpfc_mbx_cmpl_read_topology_free_mbuf:
dea31012005-04-17 16:05:31 -05003454 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3455 kfree(mp);
3456 mempool_free(pmb, phba->mbox_mem_pool);
3457 return;
3458}
3459
3460/*
3461 * This routine handles processing a REG_LOGIN mailbox
3462 * command upon completion. It is setup in the LPFC_MBOXQ
3463 * as the completion routine when the command is
3464 * handed off to the SLI layer.
3465 */
3466void
James Smart2e0fef82007-06-17 19:56:36 -05003467lpfc_mbx_cmpl_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003468{
James Smart2e0fef82007-06-17 19:56:36 -05003469 struct lpfc_vport *vport = pmb->vport;
James Smart92d7f7b2007-06-17 19:56:38 -05003470 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart2e0fef82007-06-17 19:56:36 -05003471 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
James Smartffc95492010-06-07 15:23:17 -04003472 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
dea31012005-04-17 16:05:31 -05003473
dea31012005-04-17 16:05:31 -05003474 pmb->context1 = NULL;
James Smartd439d282010-09-29 11:18:45 -04003475 pmb->context2 = NULL;
dea31012005-04-17 16:05:31 -05003476
James Smartbe6bb942015-04-07 15:07:22 -04003477 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
3478 "0002 rpi:%x DID:%x flg:%x %d map:%x %p\n",
3479 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01003480 kref_read(&ndlp->kref),
James Smartbe6bb942015-04-07 15:07:22 -04003481 ndlp->nlp_usg_map, ndlp);
James Smartffc95492010-06-07 15:23:17 -04003482 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND)
3483 ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND;
3484
James Smart40426292010-12-15 17:58:10 -05003485 if (ndlp->nlp_flag & NLP_IGNR_REG_CMPL ||
3486 ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) {
James Smartffc95492010-06-07 15:23:17 -04003487 /* We rcvd a rscn after issuing this
3488 * mbox reg login, we may have cycled
3489 * back through the state and be
3490 * back at reg login state so this
3491 * mbox needs to be ignored becase
3492 * there is another reg login in
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003493 * process.
James Smartffc95492010-06-07 15:23:17 -04003494 */
3495 spin_lock_irq(shost->host_lock);
3496 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
3497 spin_unlock_irq(shost->host_lock);
James Smart895427b2017-02-12 13:52:30 -08003498
3499 /*
3500 * We cannot leave the RPI registered because
3501 * if we go thru discovery again for this ndlp
3502 * a subsequent REG_RPI will fail.
3503 */
3504 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
3505 lpfc_unreg_rpi(vport, ndlp);
James Smart4b7789b72015-12-16 18:11:55 -05003506 }
3507
3508 /* Call state machine */
3509 lpfc_disc_state_machine(vport, ndlp, pmb, NLP_EVT_CMPL_REG_LOGIN);
James Smartffc95492010-06-07 15:23:17 -04003510
dea31012005-04-17 16:05:31 -05003511 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3512 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05003513 mempool_free(pmb, phba->mbox_mem_pool);
James Smartfa4066b2008-01-11 01:53:27 -05003514 /* decrement the node reference count held for this callback
3515 * function.
3516 */
James Smart329f9bc2007-04-25 09:53:01 -04003517 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003518
3519 return;
3520}
3521
James Smart92d7f7b2007-06-17 19:56:38 -05003522static void
3523lpfc_mbx_cmpl_unreg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
3524{
James Smart04c68492009-05-22 14:52:52 -04003525 MAILBOX_t *mb = &pmb->u.mb;
James Smart92d7f7b2007-06-17 19:56:38 -05003526 struct lpfc_vport *vport = pmb->vport;
3527 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3528
3529 switch (mb->mbxStatus) {
3530 case 0x0011:
3531 case 0x0020:
James Smarte8b62012007-08-02 11:10:09 -04003532 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
3533 "0911 cmpl_unreg_vpi, mb status = 0x%x\n",
3534 mb->mbxStatus);
James Smart92d7f7b2007-06-17 19:56:38 -05003535 break;
James Smart78730cf2010-04-06 15:06:30 -04003536 /* If VPI is busy, reset the HBA */
3537 case 0x9700:
3538 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
3539 "2798 Unreg_vpi failed vpi 0x%x, mb status = 0x%x\n",
3540 vport->vpi, mb->mbxStatus);
3541 if (!(phba->pport->load_flag & FC_UNLOADING))
3542 lpfc_workq_post_event(phba, NULL, NULL,
3543 LPFC_EVT_RESET_HBA);
James Smart92d7f7b2007-06-17 19:56:38 -05003544 }
James Smart72100cc2010-02-12 14:43:01 -05003545 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05003546 vport->vpi_state &= ~LPFC_VPI_REGISTERED;
James Smart19878072009-12-21 17:02:00 -05003547 vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI;
James Smart72100cc2010-02-12 14:43:01 -05003548 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05003549 vport->unreg_vpi_cmpl = VPORT_OK;
3550 mempool_free(pmb, phba->mbox_mem_pool);
James Smart1151e3e2011-02-16 12:39:35 -05003551 lpfc_cleanup_vports_rrqs(vport, NULL);
James Smart92d7f7b2007-06-17 19:56:38 -05003552 /*
3553 * This shost reference might have been taken at the beginning of
3554 * lpfc_vport_delete()
3555 */
James Smart1c6f4ef52009-11-18 15:40:49 -05003556 if ((vport->load_flag & FC_UNLOADING) && (vport != phba->pport))
James Smart92d7f7b2007-06-17 19:56:38 -05003557 scsi_host_put(shost);
3558}
3559
James Smartd7c255b2008-08-24 21:50:00 -04003560int
James Smart92d7f7b2007-06-17 19:56:38 -05003561lpfc_mbx_unreg_vpi(struct lpfc_vport *vport)
3562{
3563 struct lpfc_hba *phba = vport->phba;
3564 LPFC_MBOXQ_t *mbox;
3565 int rc;
3566
3567 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3568 if (!mbox)
James Smartd7c255b2008-08-24 21:50:00 -04003569 return 1;
James Smart92d7f7b2007-06-17 19:56:38 -05003570
3571 lpfc_unreg_vpi(phba, vport->vpi, mbox);
3572 mbox->vport = vport;
3573 mbox->mbox_cmpl = lpfc_mbx_cmpl_unreg_vpi;
James Smart0b727fe2007-10-27 13:37:25 -04003574 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart92d7f7b2007-06-17 19:56:38 -05003575 if (rc == MBX_NOT_FINISHED) {
James Smarte8b62012007-08-02 11:10:09 -04003576 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
3577 "1800 Could not issue unreg_vpi\n");
James Smart92d7f7b2007-06-17 19:56:38 -05003578 mempool_free(mbox, phba->mbox_mem_pool);
3579 vport->unreg_vpi_cmpl = VPORT_ERROR;
James Smartd7c255b2008-08-24 21:50:00 -04003580 return rc;
James Smart92d7f7b2007-06-17 19:56:38 -05003581 }
James Smartd7c255b2008-08-24 21:50:00 -04003582 return 0;
James Smart92d7f7b2007-06-17 19:56:38 -05003583}
3584
3585static void
3586lpfc_mbx_cmpl_reg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
3587{
3588 struct lpfc_vport *vport = pmb->vport;
3589 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart04c68492009-05-22 14:52:52 -04003590 MAILBOX_t *mb = &pmb->u.mb;
James Smart92d7f7b2007-06-17 19:56:38 -05003591
3592 switch (mb->mbxStatus) {
3593 case 0x0011:
3594 case 0x9601:
3595 case 0x9602:
James Smarte8b62012007-08-02 11:10:09 -04003596 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
3597 "0912 cmpl_reg_vpi, mb status = 0x%x\n",
3598 mb->mbxStatus);
James Smart92d7f7b2007-06-17 19:56:38 -05003599 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
3600 spin_lock_irq(shost->host_lock);
3601 vport->fc_flag &= ~(FC_FABRIC | FC_PUBLIC_LOOP);
3602 spin_unlock_irq(shost->host_lock);
3603 vport->fc_myDID = 0;
James Smarta0f2d3e2017-02-12 13:52:31 -08003604
James Smart01649562017-02-12 13:52:32 -08003605 if ((phba->cfg_enable_fc4_type == LPFC_ENABLE_BOTH) ||
James Smart8c258642017-02-12 13:52:36 -08003606 (phba->cfg_enable_fc4_type == LPFC_ENABLE_NVME)) {
James Smartd613b6a2017-02-12 13:52:37 -08003607 if (phba->nvmet_support)
3608 lpfc_nvmet_update_targetport(phba);
3609 else
James Smart8c258642017-02-12 13:52:36 -08003610 lpfc_nvme_update_localport(vport);
James Smart8c258642017-02-12 13:52:36 -08003611 }
James Smart92d7f7b2007-06-17 19:56:38 -05003612 goto out;
3613 }
James Smart92d7f7b2007-06-17 19:56:38 -05003614
James Smart72100cc2010-02-12 14:43:01 -05003615 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05003616 vport->vpi_state |= LPFC_VPI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05003617 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
James Smart72100cc2010-02-12 14:43:01 -05003618 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05003619 vport->num_disc_nodes = 0;
3620 /* go thru NPR list and issue ELS PLOGIs */
3621 if (vport->fc_npr_cnt)
3622 lpfc_els_disc_plogi(vport);
3623
3624 if (!vport->num_disc_nodes) {
3625 spin_lock_irq(shost->host_lock);
3626 vport->fc_flag &= ~FC_NDISC_ACTIVE;
3627 spin_unlock_irq(shost->host_lock);
3628 lpfc_can_disctmo(vport);
3629 }
3630 vport->port_state = LPFC_VPORT_READY;
3631
3632out:
3633 mempool_free(pmb, phba->mbox_mem_pool);
3634 return;
3635}
3636
James Smart21e9a0a2009-05-22 14:53:21 -04003637/**
3638 * lpfc_create_static_vport - Read HBA config region to create static vports.
3639 * @phba: pointer to lpfc hba data structure.
3640 *
3641 * This routine issue a DUMP mailbox command for config region 22 to get
3642 * the list of static vports to be created. The function create vports
3643 * based on the information returned from the HBA.
3644 **/
3645void
3646lpfc_create_static_vport(struct lpfc_hba *phba)
3647{
3648 LPFC_MBOXQ_t *pmb = NULL;
3649 MAILBOX_t *mb;
3650 struct static_vport_info *vport_info;
James Smartcdcc2342012-08-14 14:26:35 -04003651 int mbx_wait_rc = 0, i;
James Smart21e9a0a2009-05-22 14:53:21 -04003652 struct fc_vport_identifiers vport_id;
3653 struct fc_vport *new_fc_vport;
3654 struct Scsi_Host *shost;
3655 struct lpfc_vport *vport;
3656 uint16_t offset = 0;
3657 uint8_t *vport_buff;
James Smart1c6834a2009-07-19 10:01:26 -04003658 struct lpfc_dmabuf *mp;
3659 uint32_t byte_count = 0;
James Smart21e9a0a2009-05-22 14:53:21 -04003660
3661 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3662 if (!pmb) {
3663 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3664 "0542 lpfc_create_static_vport failed to"
3665 " allocate mailbox memory\n");
3666 return;
3667 }
James Smartcdcc2342012-08-14 14:26:35 -04003668 memset(pmb, 0, sizeof(LPFC_MBOXQ_t));
James Smart21e9a0a2009-05-22 14:53:21 -04003669 mb = &pmb->u.mb;
3670
3671 vport_info = kzalloc(sizeof(struct static_vport_info), GFP_KERNEL);
3672 if (!vport_info) {
3673 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3674 "0543 lpfc_create_static_vport failed to"
3675 " allocate vport_info\n");
3676 mempool_free(pmb, phba->mbox_mem_pool);
3677 return;
3678 }
3679
3680 vport_buff = (uint8_t *) vport_info;
3681 do {
James Smartcdcc2342012-08-14 14:26:35 -04003682 /* free dma buffer from previous round */
3683 if (pmb->context1) {
3684 mp = (struct lpfc_dmabuf *)pmb->context1;
3685 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3686 kfree(mp);
3687 }
James Smart1c6834a2009-07-19 10:01:26 -04003688 if (lpfc_dump_static_vport(phba, pmb, offset))
3689 goto out;
3690
James Smart21e9a0a2009-05-22 14:53:21 -04003691 pmb->vport = phba->pport;
James Smartcdcc2342012-08-14 14:26:35 -04003692 mbx_wait_rc = lpfc_sli_issue_mbox_wait(phba, pmb,
3693 LPFC_MBOX_TMO);
James Smart21e9a0a2009-05-22 14:53:21 -04003694
James Smartcdcc2342012-08-14 14:26:35 -04003695 if ((mbx_wait_rc != MBX_SUCCESS) || mb->mbxStatus) {
James Smart21e9a0a2009-05-22 14:53:21 -04003696 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
3697 "0544 lpfc_create_static_vport failed to"
3698 " issue dump mailbox command ret 0x%x "
3699 "status 0x%x\n",
James Smartcdcc2342012-08-14 14:26:35 -04003700 mbx_wait_rc, mb->mbxStatus);
James Smart21e9a0a2009-05-22 14:53:21 -04003701 goto out;
3702 }
3703
James Smart1c6834a2009-07-19 10:01:26 -04003704 if (phba->sli_rev == LPFC_SLI_REV4) {
3705 byte_count = pmb->u.mqe.un.mb_words[5];
James Smartcdcc2342012-08-14 14:26:35 -04003706 mp = (struct lpfc_dmabuf *)pmb->context1;
James Smart1c6834a2009-07-19 10:01:26 -04003707 if (byte_count > sizeof(struct static_vport_info) -
3708 offset)
3709 byte_count = sizeof(struct static_vport_info)
3710 - offset;
3711 memcpy(vport_buff + offset, mp->virt, byte_count);
3712 offset += byte_count;
3713 } else {
3714 if (mb->un.varDmp.word_cnt >
3715 sizeof(struct static_vport_info) - offset)
3716 mb->un.varDmp.word_cnt =
3717 sizeof(struct static_vport_info)
3718 - offset;
3719 byte_count = mb->un.varDmp.word_cnt;
3720 lpfc_sli_pcimem_bcopy(((uint8_t *)mb) + DMP_RSP_OFFSET,
3721 vport_buff + offset,
3722 byte_count);
James Smart21e9a0a2009-05-22 14:53:21 -04003723
James Smart1c6834a2009-07-19 10:01:26 -04003724 offset += byte_count;
3725 }
James Smart21e9a0a2009-05-22 14:53:21 -04003726
James Smart1c6834a2009-07-19 10:01:26 -04003727 } while (byte_count &&
James Smart21e9a0a2009-05-22 14:53:21 -04003728 offset < sizeof(struct static_vport_info));
3729
3730
3731 if ((le32_to_cpu(vport_info->signature) != VPORT_INFO_SIG) ||
3732 ((le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK)
3733 != VPORT_INFO_REV)) {
3734 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3735 "0545 lpfc_create_static_vport bad"
3736 " information header 0x%x 0x%x\n",
3737 le32_to_cpu(vport_info->signature),
3738 le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK);
3739
3740 goto out;
3741 }
3742
3743 shost = lpfc_shost_from_vport(phba->pport);
3744
3745 for (i = 0; i < MAX_STATIC_VPORT_COUNT; i++) {
3746 memset(&vport_id, 0, sizeof(vport_id));
3747 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn);
3748 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn);
3749 if (!vport_id.port_name || !vport_id.node_name)
3750 continue;
3751
3752 vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR;
3753 vport_id.vport_type = FC_PORTTYPE_NPIV;
3754 vport_id.disable = false;
3755 new_fc_vport = fc_vport_create(shost, 0, &vport_id);
3756
3757 if (!new_fc_vport) {
3758 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
3759 "0546 lpfc_create_static_vport failed to"
James Smarte4e74272009-07-19 10:01:38 -04003760 " create vport\n");
James Smart21e9a0a2009-05-22 14:53:21 -04003761 continue;
3762 }
3763
3764 vport = *(struct lpfc_vport **)new_fc_vport->dd_data;
3765 vport->vport_flag |= STATIC_VPORT;
3766 }
3767
3768out:
James Smart21e9a0a2009-05-22 14:53:21 -04003769 kfree(vport_info);
James Smartcdcc2342012-08-14 14:26:35 -04003770 if (mbx_wait_rc != MBX_TIMEOUT) {
3771 if (pmb->context1) {
3772 mp = (struct lpfc_dmabuf *)pmb->context1;
James Smart1c6834a2009-07-19 10:01:26 -04003773 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3774 kfree(mp);
3775 }
James Smart21e9a0a2009-05-22 14:53:21 -04003776 mempool_free(pmb, phba->mbox_mem_pool);
James Smart1c6834a2009-07-19 10:01:26 -04003777 }
James Smart21e9a0a2009-05-22 14:53:21 -04003778
3779 return;
3780}
3781
dea31012005-04-17 16:05:31 -05003782/*
3783 * This routine handles processing a Fabric REG_LOGIN mailbox
3784 * command upon completion. It is setup in the LPFC_MBOXQ
3785 * as the completion routine when the command is
3786 * handed off to the SLI layer.
3787 */
3788void
James Smart2e0fef82007-06-17 19:56:36 -05003789lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003790{
James Smart92d7f7b2007-06-17 19:56:38 -05003791 struct lpfc_vport *vport = pmb->vport;
James Smart21e9a0a2009-05-22 14:53:21 -04003792 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05003793 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart92d7f7b2007-06-17 19:56:38 -05003794 struct lpfc_nodelist *ndlp;
James Smartdf9e1b52011-12-13 13:22:17 -05003795 struct Scsi_Host *shost;
dea31012005-04-17 16:05:31 -05003796
James Smart549e55c2007-08-02 11:09:51 -04003797 ndlp = (struct lpfc_nodelist *) pmb->context2;
James Smart329f9bc2007-04-25 09:53:01 -04003798 pmb->context1 = NULL;
3799 pmb->context2 = NULL;
James Smartd439d282010-09-29 11:18:45 -04003800
dea31012005-04-17 16:05:31 -05003801 if (mb->mbxStatus) {
James Smart21e9a0a2009-05-22 14:53:21 -04003802 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
3803 "0258 Register Fabric login error: 0x%x\n",
3804 mb->mbxStatus);
dea31012005-04-17 16:05:31 -05003805 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3806 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04003807 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003808
James Smart76a95d72010-11-20 23:11:48 -05003809 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05003810 /* FLOGI failed, use loop map to make discovery list */
3811 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05003812
James Smart92d7f7b2007-06-17 19:56:38 -05003813 /* Start discovery */
3814 lpfc_disc_start(vport);
James Smarte47c9092008-02-08 18:49:26 -05003815 /* Decrement the reference count to ndlp after the
3816 * reference to the ndlp are done.
3817 */
3818 lpfc_nlp_put(ndlp);
James Smart92d7f7b2007-06-17 19:56:38 -05003819 return;
3820 }
3821
3822 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smarte47c9092008-02-08 18:49:26 -05003823 /* Decrement the reference count to ndlp after the reference
3824 * to the ndlp are done.
3825 */
3826 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003827 return;
3828 }
3829
James Smart6d368e52011-05-24 11:44:12 -04003830 if (phba->sli_rev < LPFC_SLI_REV4)
3831 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05003832 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05003833 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05003834 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05003835
James Smart2e0fef82007-06-17 19:56:36 -05003836 if (vport->port_state == LPFC_FABRIC_CFG_LINK) {
James Smart4b40c592010-03-15 11:25:44 -04003837 /* when physical port receive logo donot start
3838 * vport discovery */
3839 if (!(vport->fc_flag & FC_LOGO_RCVD_DID_CHNG))
3840 lpfc_start_fdiscs(phba);
James Smartdf9e1b52011-12-13 13:22:17 -05003841 else {
3842 shost = lpfc_shost_from_vport(vport);
3843 spin_lock_irq(shost->host_lock);
James Smart4b40c592010-03-15 11:25:44 -04003844 vport->fc_flag &= ~FC_LOGO_RCVD_DID_CHNG ;
James Smartdf9e1b52011-12-13 13:22:17 -05003845 spin_unlock_irq(shost->host_lock);
3846 }
James Smart92d7f7b2007-06-17 19:56:38 -05003847 lpfc_do_scr_ns_plogi(phba, vport);
dea31012005-04-17 16:05:31 -05003848 }
3849
3850 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3851 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04003852 mempool_free(pmb, phba->mbox_mem_pool);
James Smarte47c9092008-02-08 18:49:26 -05003853
3854 /* Drop the reference count from the mbox at the end after
3855 * all the current reference to the ndlp have been done.
3856 */
3857 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003858 return;
3859}
3860
James Smarta0f2d3e2017-02-12 13:52:31 -08003861 /*
3862 * This routine will issue a GID_FT for each FC4 Type supported
3863 * by the driver. ALL GID_FTs must complete before discovery is started.
3864 */
3865int
3866lpfc_issue_gidft(struct lpfc_vport *vport)
3867{
3868 struct lpfc_hba *phba = vport->phba;
3869
3870 /* Good status, issue CT Request to NameServer */
3871 if ((phba->cfg_enable_fc4_type == LPFC_ENABLE_BOTH) ||
3872 (phba->cfg_enable_fc4_type == LPFC_ENABLE_FCP)) {
3873 if (lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, 0, SLI_CTPT_FCP)) {
3874 /* Cannot issue NameServer FCP Query, so finish up
3875 * discovery
3876 */
3877 lpfc_printf_vlog(vport, KERN_ERR, LOG_SLI,
3878 "0604 %s FC TYPE %x %s\n",
3879 "Failed to issue GID_FT to ",
3880 FC_TYPE_FCP,
3881 "Finishing discovery.");
3882 return 0;
3883 }
3884 vport->gidft_inp++;
3885 }
3886
3887 if ((phba->cfg_enable_fc4_type == LPFC_ENABLE_BOTH) ||
3888 (phba->cfg_enable_fc4_type == LPFC_ENABLE_NVME)) {
3889 if (lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, 0, SLI_CTPT_NVME)) {
3890 /* Cannot issue NameServer NVME Query, so finish up
3891 * discovery
3892 */
3893 lpfc_printf_vlog(vport, KERN_ERR, LOG_SLI,
3894 "0605 %s FC_TYPE %x %s %d\n",
3895 "Failed to issue GID_FT to ",
3896 FC_TYPE_NVME,
3897 "Finishing discovery: gidftinp ",
3898 vport->gidft_inp);
3899 if (vport->gidft_inp == 0)
3900 return 0;
3901 } else
3902 vport->gidft_inp++;
3903 }
3904 return vport->gidft_inp;
3905}
3906
dea31012005-04-17 16:05:31 -05003907/*
3908 * This routine handles processing a NameServer REG_LOGIN mailbox
3909 * command upon completion. It is setup in the LPFC_MBOXQ
3910 * as the completion routine when the command is
3911 * handed off to the SLI layer.
3912 */
3913void
James Smart2e0fef82007-06-17 19:56:36 -05003914lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003915{
James Smart21e9a0a2009-05-22 14:53:21 -04003916 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05003917 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
3918 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
3919 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05003920
James Smartd439d282010-09-29 11:18:45 -04003921 pmb->context1 = NULL;
3922 pmb->context2 = NULL;
James Smarta0f2d3e2017-02-12 13:52:31 -08003923 vport->gidft_inp = 0;
James Smartd439d282010-09-29 11:18:45 -04003924
dea31012005-04-17 16:05:31 -05003925 if (mb->mbxStatus) {
James Smart21e9a0a2009-05-22 14:53:21 -04003926 lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS,
3927 "0260 Register NameServer error: 0x%x\n",
3928 mb->mbxStatus);
James Smarta0f2d3e2017-02-12 13:52:31 -08003929
3930out:
James Smartfa4066b2008-01-11 01:53:27 -05003931 /* decrement the node reference count held for this
3932 * callback function.
3933 */
James Smart329f9bc2007-04-25 09:53:01 -04003934 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003935 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3936 kfree(mp);
James Smartde0c5b32007-04-25 09:52:27 -04003937 mempool_free(pmb, phba->mbox_mem_pool);
James Smart87af33f2007-10-27 13:37:43 -04003938
3939 /* If no other thread is using the ndlp, free it */
3940 lpfc_nlp_not_used(ndlp);
dea31012005-04-17 16:05:31 -05003941
James Smart76a95d72010-11-20 23:11:48 -05003942 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05003943 /*
3944 * RegLogin failed, use loop map to make discovery
3945 * list
3946 */
3947 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05003948
James Smart92d7f7b2007-06-17 19:56:38 -05003949 /* Start discovery */
3950 lpfc_disc_start(vport);
3951 return;
3952 }
3953 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
dea31012005-04-17 16:05:31 -05003954 return;
3955 }
3956
James Smart6d368e52011-05-24 11:44:12 -04003957 if (phba->sli_rev < LPFC_SLI_REV4)
3958 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05003959 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05003960 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05003961 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
James Smartbe6bb942015-04-07 15:07:22 -04003962 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
3963 "0003 rpi:%x DID:%x flg:%x %d map%x %p\n",
3964 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01003965 kref_read(&ndlp->kref),
James Smartbe6bb942015-04-07 15:07:22 -04003966 ndlp->nlp_usg_map, ndlp);
dea31012005-04-17 16:05:31 -05003967
James Smart2e0fef82007-06-17 19:56:36 -05003968 if (vport->port_state < LPFC_VPORT_READY) {
3969 /* Link up discovery requires Fabric registration. */
James Smart92d7f7b2007-06-17 19:56:38 -05003970 lpfc_ns_cmd(vport, SLI_CTNS_RNN_ID, 0, 0);
3971 lpfc_ns_cmd(vport, SLI_CTNS_RSNN_NN, 0, 0);
3972 lpfc_ns_cmd(vport, SLI_CTNS_RSPN_ID, 0, 0);
3973 lpfc_ns_cmd(vport, SLI_CTNS_RFT_ID, 0, 0);
James Smarta0f2d3e2017-02-12 13:52:31 -08003974
3975 if ((phba->cfg_enable_fc4_type == LPFC_ENABLE_BOTH) ||
3976 (phba->cfg_enable_fc4_type == LPFC_ENABLE_FCP))
3977 lpfc_ns_cmd(vport, SLI_CTNS_RFF_ID, 0, FC_TYPE_FCP);
3978
3979 if ((phba->cfg_enable_fc4_type == LPFC_ENABLE_BOTH) ||
3980 (phba->cfg_enable_fc4_type == LPFC_ENABLE_NVME))
James Smart01649562017-02-12 13:52:32 -08003981 lpfc_ns_cmd(vport, SLI_CTNS_RFF_ID, 0,
3982 FC_TYPE_NVME);
James Smart92d7f7b2007-06-17 19:56:38 -05003983
3984 /* Issue SCR just before NameServer GID_FT Query */
3985 lpfc_issue_els_scr(vport, SCR_DID, 0);
dea31012005-04-17 16:05:31 -05003986 }
3987
James Smart2e0fef82007-06-17 19:56:36 -05003988 vport->fc_ns_retry = 0;
James Smarta0f2d3e2017-02-12 13:52:31 -08003989 if (lpfc_issue_gidft(vport) == 0)
James Smart92d7f7b2007-06-17 19:56:38 -05003990 goto out;
dea31012005-04-17 16:05:31 -05003991
James Smarta0f2d3e2017-02-12 13:52:31 -08003992 /*
3993 * At this point in time we may need to wait for multiple
3994 * SLI_CTNS_GID_FT CT commands to complete before we start discovery.
3995 *
3996 * decrement the node reference count held for this
James Smartfa4066b2008-01-11 01:53:27 -05003997 * callback function.
3998 */
James Smart329f9bc2007-04-25 09:53:01 -04003999 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05004000 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4001 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05004002 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05004003
4004 return;
4005}
4006
4007static void
James Smart2e0fef82007-06-17 19:56:36 -05004008lpfc_register_remote_port(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004009{
James Smart2e0fef82007-06-17 19:56:36 -05004010 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4011 struct fc_rport *rport;
dea31012005-04-17 16:05:31 -05004012 struct lpfc_rport_data *rdata;
4013 struct fc_rport_identifiers rport_ids;
James Smart2e0fef82007-06-17 19:56:36 -05004014 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05004015
James Smart895427b2017-02-12 13:52:30 -08004016 if (phba->cfg_enable_fc4_type == LPFC_ENABLE_NVME)
4017 return;
4018
dea31012005-04-17 16:05:31 -05004019 /* Remote port has reappeared. Re-register w/ FC transport */
Andrew Morton68ce1eb2005-09-21 09:46:54 -07004020 rport_ids.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn);
4021 rport_ids.port_name = wwn_to_u64(ndlp->nlp_portname.u.wwn);
dea31012005-04-17 16:05:31 -05004022 rport_ids.port_id = ndlp->nlp_DID;
4023 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN;
dea31012005-04-17 16:05:31 -05004024
James Smart329f9bc2007-04-25 09:53:01 -04004025 /*
4026 * We leave our node pointer in rport->dd_data when we unregister a
4027 * FCP target port. But fc_remote_port_add zeros the space to which
4028 * rport->dd_data points. So, if we're reusing a previously
4029 * registered port, drop the reference that we took the last time we
4030 * registered the port.
4031 */
James Smart466e8402015-05-21 13:55:28 -04004032 rport = ndlp->rport;
4033 if (rport) {
4034 rdata = rport->dd_data;
4035 /* break the link before dropping the ref */
4036 ndlp->rport = NULL;
James Smart2ade92a2017-03-04 09:30:38 -08004037 if (rdata) {
4038 if (rdata->pnode == ndlp)
4039 lpfc_nlp_put(ndlp);
4040 rdata->pnode = NULL;
4041 }
James Smart466e8402015-05-21 13:55:28 -04004042 /* drop reference for earlier registeration */
4043 put_device(&rport->dev);
4044 }
James Smart858c9f62007-06-17 19:56:39 -05004045
4046 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
4047 "rport add: did:x%x flg:x%x type x%x",
4048 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
4049
James Smart9589b0622011-04-16 11:03:17 -04004050 /* Don't add the remote port if unloading. */
4051 if (vport->load_flag & FC_UNLOADING)
4052 return;
4053
James Smart2e0fef82007-06-17 19:56:36 -05004054 ndlp->rport = rport = fc_remote_port_add(shost, 0, &rport_ids);
James Smart329f9bc2007-04-25 09:53:01 -04004055 if (!rport || !get_device(&rport->dev)) {
dea31012005-04-17 16:05:31 -05004056 dev_printk(KERN_WARNING, &phba->pcidev->dev,
4057 "Warning: fc_remote_port_add failed\n");
4058 return;
4059 }
4060
4061 /* initialize static port data */
4062 rport->maxframe_size = ndlp->nlp_maxframe;
4063 rport->supported_classes = ndlp->nlp_class_sup;
dea31012005-04-17 16:05:31 -05004064 rdata = rport->dd_data;
James Smart329f9bc2007-04-25 09:53:01 -04004065 rdata->pnode = lpfc_nlp_get(ndlp);
James.Smart@Emulex.Com23dc04f2005-11-28 11:41:44 -05004066
4067 if (ndlp->nlp_type & NLP_FCP_TARGET)
4068 rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET;
4069 if (ndlp->nlp_type & NLP_FCP_INITIATOR)
4070 rport_ids.roles |= FC_RPORT_ROLE_FCP_INITIATOR;
4071
James.Smart@Emulex.Com23dc04f2005-11-28 11:41:44 -05004072 if (rport_ids.roles != FC_RPORT_ROLE_UNKNOWN)
4073 fc_remote_port_rolechg(rport, rport_ids.roles);
4074
James Smart34f5ad82012-08-03 12:35:03 -04004075 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
4076 "3183 rport register x%06x, rport %p role x%x\n",
4077 ndlp->nlp_DID, rport, rport_ids.roles);
4078
James Smart071fbd3d2006-04-15 11:53:20 -04004079 if ((rport->scsi_target_id != -1) &&
James Smart92d7f7b2007-06-17 19:56:38 -05004080 (rport->scsi_target_id < LPFC_MAX_TARGET)) {
James Smart071fbd3d2006-04-15 11:53:20 -04004081 ndlp->nlp_sid = rport->scsi_target_id;
4082 }
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04004083 return;
4084}
4085
4086static void
James Smart2e0fef82007-06-17 19:56:36 -05004087lpfc_unregister_remote_port(struct lpfc_nodelist *ndlp)
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04004088{
4089 struct fc_rport *rport = ndlp->rport;
James Smart2ea259e2017-02-12 13:52:27 -08004090 struct lpfc_vport *vport = ndlp->vport;
James Smarta0f2d3e2017-02-12 13:52:31 -08004091 struct lpfc_hba *phba = vport->phba;
4092
4093 if (phba->cfg_enable_fc4_type == LPFC_ENABLE_NVME)
4094 return;
James Smartc01f3202006-08-18 17:47:08 -04004095
James Smart2ea259e2017-02-12 13:52:27 -08004096 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
James Smart858c9f62007-06-17 19:56:39 -05004097 "rport delete: did:x%x flg:x%x type x%x",
4098 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
4099
James Smart2ea259e2017-02-12 13:52:27 -08004100 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
James Smart34f5ad82012-08-03 12:35:03 -04004101 "3184 rport unregister x%06x, rport %p\n",
4102 ndlp->nlp_DID, rport);
4103
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04004104 fc_remote_port_delete(rport);
dea31012005-04-17 16:05:31 -05004105
4106 return;
4107}
4108
James Smartde0c5b32007-04-25 09:52:27 -04004109static void
James Smart2e0fef82007-06-17 19:56:36 -05004110lpfc_nlp_counters(struct lpfc_vport *vport, int state, int count)
James Smartde0c5b32007-04-25 09:52:27 -04004111{
James Smart2e0fef82007-06-17 19:56:36 -05004112 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4113
4114 spin_lock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04004115 switch (state) {
4116 case NLP_STE_UNUSED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05004117 vport->fc_unused_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004118 break;
4119 case NLP_STE_PLOGI_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05004120 vport->fc_plogi_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004121 break;
4122 case NLP_STE_ADISC_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05004123 vport->fc_adisc_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004124 break;
4125 case NLP_STE_REG_LOGIN_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05004126 vport->fc_reglogin_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004127 break;
4128 case NLP_STE_PRLI_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05004129 vport->fc_prli_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004130 break;
4131 case NLP_STE_UNMAPPED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05004132 vport->fc_unmap_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004133 break;
4134 case NLP_STE_MAPPED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05004135 vport->fc_map_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004136 break;
4137 case NLP_STE_NPR_NODE:
James Smart646a2dd2013-12-17 20:29:22 -05004138 if (vport->fc_npr_cnt == 0 && count == -1)
4139 vport->fc_npr_cnt = 0;
4140 else
4141 vport->fc_npr_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004142 break;
4143 }
James Smart2e0fef82007-06-17 19:56:36 -05004144 spin_unlock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04004145}
Jamie Wellnitz66a9ed62006-02-28 22:33:10 -05004146
James Smartde0c5b32007-04-25 09:52:27 -04004147static void
James Smart2e0fef82007-06-17 19:56:36 -05004148lpfc_nlp_state_cleanup(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
James Smartde0c5b32007-04-25 09:52:27 -04004149 int old_state, int new_state)
4150{
James Smart2e0fef82007-06-17 19:56:36 -05004151 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4152
James Smartde0c5b32007-04-25 09:52:27 -04004153 if (new_state == NLP_STE_UNMAPPED_NODE) {
James Smartde0c5b32007-04-25 09:52:27 -04004154 ndlp->nlp_flag &= ~NLP_NODEV_REMOVE;
4155 ndlp->nlp_type |= NLP_FC_NODE;
4156 }
4157 if (new_state == NLP_STE_MAPPED_NODE)
4158 ndlp->nlp_flag &= ~NLP_NODEV_REMOVE;
4159 if (new_state == NLP_STE_NPR_NODE)
4160 ndlp->nlp_flag &= ~NLP_RCV_PLOGI;
dea31012005-04-17 16:05:31 -05004161
James Smarta0f2d3e2017-02-12 13:52:31 -08004162 /* FCP and NVME Transport interface */
4163 if ((old_state == NLP_STE_MAPPED_NODE ||
4164 old_state == NLP_STE_UNMAPPED_NODE)) {
4165 if (ndlp->rport) {
4166 vport->phba->nport_event_cnt++;
4167 lpfc_unregister_remote_port(ndlp);
4168 }
4169
James Smart1c5b12f2017-04-21 16:05:03 -07004170 /* Notify the NVME transport of this rport's loss on the
4171 * Initiator. For NVME Target, should upcall transport
4172 * in the else clause when API available.
4173 */
4174 if (ndlp->nlp_fc4_type & NLP_FC4_NVME) {
James Smarta0f2d3e2017-02-12 13:52:31 -08004175 vport->phba->nport_event_cnt++;
James Smart1c5b12f2017-04-21 16:05:03 -07004176 if (vport->phba->nvmet_support == 0)
4177 lpfc_nvme_unregister_port(vport, ndlp);
James Smarta0f2d3e2017-02-12 13:52:31 -08004178 }
James Smartde0c5b32007-04-25 09:52:27 -04004179 }
dea31012005-04-17 16:05:31 -05004180
James Smarta0f2d3e2017-02-12 13:52:31 -08004181 /* FCP and NVME Transport interfaces */
4182
James Smartde0c5b32007-04-25 09:52:27 -04004183 if (new_state == NLP_STE_MAPPED_NODE ||
4184 new_state == NLP_STE_UNMAPPED_NODE) {
James Smarta0f2d3e2017-02-12 13:52:31 -08004185 if ((ndlp->nlp_fc4_type & NLP_FC4_FCP) ||
4186 (ndlp->nlp_DID == Fabric_DID)) {
4187 vport->phba->nport_event_cnt++;
4188 /*
4189 * Tell the fc transport about the port, if we haven't
4190 * already. If we have, and it's a scsi entity, be
4191 */
4192 lpfc_register_remote_port(vport, ndlp);
4193 }
4194 /* Notify the NVME transport of this new rport. */
4195 if (ndlp->nlp_fc4_type & NLP_FC4_NVME) {
4196 if (vport->phba->nvmet_support == 0) {
4197 /* Register this rport with the transport.
4198 * Initiators take the NDLP ref count in
4199 * the register.
4200 */
4201 vport->phba->nport_event_cnt++;
James Smart01649562017-02-12 13:52:32 -08004202 lpfc_nvme_register_port(vport, ndlp);
James Smart8c258642017-02-12 13:52:36 -08004203 } else {
4204 /* Just take an NDLP ref count since the
4205 * target does not register rports.
4206 */
4207 lpfc_nlp_get(ndlp);
James Smarta0f2d3e2017-02-12 13:52:31 -08004208 }
4209 }
James Smartde0c5b32007-04-25 09:52:27 -04004210 }
James Smarta0f2d3e2017-02-12 13:52:31 -08004211
James Smartea2151b2008-09-07 11:52:10 -04004212 if ((new_state == NLP_STE_MAPPED_NODE) &&
4213 (vport->stat_data_enabled)) {
4214 /*
4215 * A new target is discovered, if there is no buffer for
4216 * statistical data collection allocate buffer.
4217 */
4218 ndlp->lat_data = kcalloc(LPFC_MAX_BUCKET_COUNT,
4219 sizeof(struct lpfc_scsicmd_bkt),
4220 GFP_KERNEL);
4221
4222 if (!ndlp->lat_data)
4223 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
4224 "0286 lpfc_nlp_state_cleanup failed to "
4225 "allocate statistical data buffer DID "
4226 "0x%x\n", ndlp->nlp_DID);
4227 }
James Smart858c9f62007-06-17 19:56:39 -05004228 /*
James Smarta0f2d3e2017-02-12 13:52:31 -08004229 * If the node just added to Mapped list was an FCP target,
4230 * but the remote port registration failed or assigned a target
4231 * id outside the presentable range - move the node to the
4232 * Unmapped List.
James Smart858c9f62007-06-17 19:56:39 -05004233 */
James Smarta0f2d3e2017-02-12 13:52:31 -08004234 if ((new_state == NLP_STE_MAPPED_NODE) &&
4235 (ndlp->nlp_type & NLP_FCP_TARGET) &&
James Smartde0c5b32007-04-25 09:52:27 -04004236 (!ndlp->rport ||
4237 ndlp->rport->scsi_target_id == -1 ||
4238 ndlp->rport->scsi_target_id >= LPFC_MAX_TARGET)) {
James Smart2e0fef82007-06-17 19:56:36 -05004239 spin_lock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04004240 ndlp->nlp_flag |= NLP_TGT_NO_SCSIID;
James Smart2e0fef82007-06-17 19:56:36 -05004241 spin_unlock_irq(shost->host_lock);
4242 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05004243 }
James Smartde0c5b32007-04-25 09:52:27 -04004244}
4245
James Smart685f0bf2007-04-25 09:53:08 -04004246static char *
4247lpfc_nlp_state_name(char *buffer, size_t size, int state)
4248{
4249 static char *states[] = {
4250 [NLP_STE_UNUSED_NODE] = "UNUSED",
4251 [NLP_STE_PLOGI_ISSUE] = "PLOGI",
4252 [NLP_STE_ADISC_ISSUE] = "ADISC",
4253 [NLP_STE_REG_LOGIN_ISSUE] = "REGLOGIN",
4254 [NLP_STE_PRLI_ISSUE] = "PRLI",
James Smart086a3452012-08-14 14:25:21 -04004255 [NLP_STE_LOGO_ISSUE] = "LOGO",
James Smart685f0bf2007-04-25 09:53:08 -04004256 [NLP_STE_UNMAPPED_NODE] = "UNMAPPED",
4257 [NLP_STE_MAPPED_NODE] = "MAPPED",
4258 [NLP_STE_NPR_NODE] = "NPR",
4259 };
4260
James Smart311464e2007-08-02 11:10:37 -04004261 if (state < NLP_STE_MAX_STATE && states[state])
James Smart685f0bf2007-04-25 09:53:08 -04004262 strlcpy(buffer, states[state], size);
4263 else
4264 snprintf(buffer, size, "unknown (%d)", state);
4265 return buffer;
4266}
4267
James Smartde0c5b32007-04-25 09:52:27 -04004268void
James Smart2e0fef82007-06-17 19:56:36 -05004269lpfc_nlp_set_state(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4270 int state)
James Smartde0c5b32007-04-25 09:52:27 -04004271{
James Smart2e0fef82007-06-17 19:56:36 -05004272 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smartde0c5b32007-04-25 09:52:27 -04004273 int old_state = ndlp->nlp_state;
James Smart685f0bf2007-04-25 09:53:08 -04004274 char name1[16], name2[16];
James Smartde0c5b32007-04-25 09:52:27 -04004275
James Smarte8b62012007-08-02 11:10:09 -04004276 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4277 "0904 NPort state transition x%06x, %s -> %s\n",
4278 ndlp->nlp_DID,
4279 lpfc_nlp_state_name(name1, sizeof(name1), old_state),
4280 lpfc_nlp_state_name(name2, sizeof(name2), state));
James Smart858c9f62007-06-17 19:56:39 -05004281
4282 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
4283 "node statechg did:x%x old:%d ste:%d",
4284 ndlp->nlp_DID, old_state, state);
4285
James Smartde0c5b32007-04-25 09:52:27 -04004286 if (old_state == NLP_STE_NPR_NODE &&
James Smartde0c5b32007-04-25 09:52:27 -04004287 state != NLP_STE_NPR_NODE)
James Smart2e0fef82007-06-17 19:56:36 -05004288 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04004289 if (old_state == NLP_STE_UNMAPPED_NODE) {
4290 ndlp->nlp_flag &= ~NLP_TGT_NO_SCSIID;
4291 ndlp->nlp_type &= ~NLP_FC_NODE;
4292 }
4293
James Smart685f0bf2007-04-25 09:53:08 -04004294 if (list_empty(&ndlp->nlp_listp)) {
James Smart2e0fef82007-06-17 19:56:36 -05004295 spin_lock_irq(shost->host_lock);
4296 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
4297 spin_unlock_irq(shost->host_lock);
James Smart685f0bf2007-04-25 09:53:08 -04004298 } else if (old_state)
James Smart2e0fef82007-06-17 19:56:36 -05004299 lpfc_nlp_counters(vport, old_state, -1);
James Smartde0c5b32007-04-25 09:52:27 -04004300
4301 ndlp->nlp_state = state;
James Smart2e0fef82007-06-17 19:56:36 -05004302 lpfc_nlp_counters(vport, state, 1);
4303 lpfc_nlp_state_cleanup(vport, ndlp, old_state, state);
James Smartde0c5b32007-04-25 09:52:27 -04004304}
4305
4306void
James Smarte47c9092008-02-08 18:49:26 -05004307lpfc_enqueue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
4308{
4309 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4310
4311 if (list_empty(&ndlp->nlp_listp)) {
4312 spin_lock_irq(shost->host_lock);
4313 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
4314 spin_unlock_irq(shost->host_lock);
4315 }
4316}
4317
4318void
James Smart2e0fef82007-06-17 19:56:36 -05004319lpfc_dequeue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smartde0c5b32007-04-25 09:52:27 -04004320{
James Smart2e0fef82007-06-17 19:56:36 -05004321 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4322
James Smart0d2b6b82008-06-14 22:52:47 -04004323 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04004324 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
James Smart2e0fef82007-06-17 19:56:36 -05004325 lpfc_nlp_counters(vport, ndlp->nlp_state, -1);
4326 spin_lock_irq(shost->host_lock);
James Smart685f0bf2007-04-25 09:53:08 -04004327 list_del_init(&ndlp->nlp_listp);
James Smart2e0fef82007-06-17 19:56:36 -05004328 spin_unlock_irq(shost->host_lock);
James Smart858c9f62007-06-17 19:56:39 -05004329 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state,
James Smarte47c9092008-02-08 18:49:26 -05004330 NLP_STE_UNUSED_NODE);
4331}
4332
Adrian Bunk4d9db012008-02-14 23:24:02 +02004333static void
James Smarte47c9092008-02-08 18:49:26 -05004334lpfc_disable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
4335{
James Smart0d2b6b82008-06-14 22:52:47 -04004336 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smarte47c9092008-02-08 18:49:26 -05004337 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
4338 lpfc_nlp_counters(vport, ndlp->nlp_state, -1);
4339 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state,
4340 NLP_STE_UNUSED_NODE);
4341}
James Smart109f6ed2008-12-04 22:39:08 -05004342/**
James Smart3621a712009-04-06 18:47:14 -04004343 * lpfc_initialize_node - Initialize all fields of node object
James Smart109f6ed2008-12-04 22:39:08 -05004344 * @vport: Pointer to Virtual Port object.
4345 * @ndlp: Pointer to FC node object.
4346 * @did: FC_ID of the node.
James Smarta257bf92009-04-06 18:48:10 -04004347 *
4348 * This function is always called when node object need to be initialized.
4349 * It initializes all the fields of the node object. Although the reference
4350 * to phba from @ndlp can be obtained indirectly through it's reference to
4351 * @vport, a direct reference to phba is taken here by @ndlp. This is due
4352 * to the life-span of the @ndlp might go beyond the existence of @vport as
4353 * the final release of ndlp is determined by its reference count. And, the
4354 * operation on @ndlp needs the reference to phba.
James Smart109f6ed2008-12-04 22:39:08 -05004355 **/
4356static inline void
4357lpfc_initialize_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4358 uint32_t did)
4359{
4360 INIT_LIST_HEAD(&ndlp->els_retry_evt.evt_listp);
4361 INIT_LIST_HEAD(&ndlp->dev_loss_evt.evt_listp);
Tomas Jasek33cc5592017-03-03 13:45:48 +01004362 setup_timer(&ndlp->nlp_delayfunc, lpfc_els_retry_delay,
4363 (unsigned long)ndlp);
James Smart109f6ed2008-12-04 22:39:08 -05004364 ndlp->nlp_DID = did;
4365 ndlp->vport = vport;
James Smarta257bf92009-04-06 18:48:10 -04004366 ndlp->phba = vport->phba;
James Smart109f6ed2008-12-04 22:39:08 -05004367 ndlp->nlp_sid = NLP_NO_SID;
James Smarta0f2d3e2017-02-12 13:52:31 -08004368 ndlp->nlp_fc4_type = NLP_FC4_NONE;
James Smart109f6ed2008-12-04 22:39:08 -05004369 kref_init(&ndlp->kref);
4370 NLP_INT_NODE_ACT(ndlp);
4371 atomic_set(&ndlp->cmd_pending, 0);
James Smart7dc517d2010-07-14 15:32:10 -04004372 ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth;
James Smart109f6ed2008-12-04 22:39:08 -05004373}
James Smarte47c9092008-02-08 18:49:26 -05004374
4375struct lpfc_nodelist *
4376lpfc_enable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4377 int state)
4378{
4379 struct lpfc_hba *phba = vport->phba;
4380 uint32_t did;
4381 unsigned long flags;
James Smartcff261f2013-12-17 20:29:47 -05004382 unsigned long *active_rrqs_xri_bitmap = NULL;
James Smart9d3d3402017-04-21 16:05:00 -07004383 int rpi = LPFC_RPI_ALLOC_ERROR;
James Smarte47c9092008-02-08 18:49:26 -05004384
4385 if (!ndlp)
4386 return NULL;
4387
James Smart9d3d3402017-04-21 16:05:00 -07004388 if (phba->sli_rev == LPFC_SLI_REV4) {
4389 rpi = lpfc_sli4_alloc_rpi(vport->phba);
4390 if (rpi == LPFC_RPI_ALLOC_ERROR)
4391 return NULL;
4392 }
4393
James Smarte47c9092008-02-08 18:49:26 -05004394 spin_lock_irqsave(&phba->ndlp_lock, flags);
4395 /* The ndlp should not be in memory free mode */
4396 if (NLP_CHK_FREE_REQ(ndlp)) {
4397 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
4398 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4399 "0277 lpfc_enable_node: ndlp:x%p "
4400 "usgmap:x%x refcnt:%d\n",
4401 (void *)ndlp, ndlp->nlp_usg_map,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01004402 kref_read(&ndlp->kref));
James Smart9d3d3402017-04-21 16:05:00 -07004403 goto free_rpi;
James Smarte47c9092008-02-08 18:49:26 -05004404 }
4405 /* The ndlp should not already be in active mode */
4406 if (NLP_CHK_NODE_ACT(ndlp)) {
4407 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
4408 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4409 "0278 lpfc_enable_node: ndlp:x%p "
4410 "usgmap:x%x refcnt:%d\n",
4411 (void *)ndlp, ndlp->nlp_usg_map,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01004412 kref_read(&ndlp->kref));
James Smart9d3d3402017-04-21 16:05:00 -07004413 goto free_rpi;
James Smarte47c9092008-02-08 18:49:26 -05004414 }
4415
4416 /* Keep the original DID */
4417 did = ndlp->nlp_DID;
James Smartcff261f2013-12-17 20:29:47 -05004418 if (phba->sli_rev == LPFC_SLI_REV4)
4419 active_rrqs_xri_bitmap = ndlp->active_rrqs_xri_bitmap;
James Smarte47c9092008-02-08 18:49:26 -05004420
4421 /* re-initialize ndlp except of ndlp linked list pointer */
4422 memset((((char *)ndlp) + sizeof (struct list_head)), 0,
4423 sizeof (struct lpfc_nodelist) - sizeof (struct list_head));
James Smart109f6ed2008-12-04 22:39:08 -05004424 lpfc_initialize_node(vport, ndlp, did);
James Smarte47c9092008-02-08 18:49:26 -05004425
James Smartcff261f2013-12-17 20:29:47 -05004426 if (phba->sli_rev == LPFC_SLI_REV4)
4427 ndlp->active_rrqs_xri_bitmap = active_rrqs_xri_bitmap;
4428
James Smarte47c9092008-02-08 18:49:26 -05004429 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
James Smartbe6bb942015-04-07 15:07:22 -04004430 if (vport->phba->sli_rev == LPFC_SLI_REV4) {
James Smart9d3d3402017-04-21 16:05:00 -07004431 ndlp->nlp_rpi = rpi;
James Smartbe6bb942015-04-07 15:07:22 -04004432 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4433 "0008 rpi:%x DID:%x flg:%x refcnt:%d "
4434 "map:%x %p\n", ndlp->nlp_rpi, ndlp->nlp_DID,
4435 ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01004436 kref_read(&ndlp->kref),
James Smartbe6bb942015-04-07 15:07:22 -04004437 ndlp->nlp_usg_map, ndlp);
4438 }
James Smart725dd392013-10-10 12:23:30 -04004439
James Smarte47c9092008-02-08 18:49:26 -05004440
4441 if (state != NLP_STE_UNUSED_NODE)
4442 lpfc_nlp_set_state(vport, ndlp, state);
4443
4444 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
4445 "node enable: did:x%x",
4446 ndlp->nlp_DID, 0, 0);
4447 return ndlp;
James Smart9d3d3402017-04-21 16:05:00 -07004448
4449free_rpi:
4450 if (phba->sli_rev == LPFC_SLI_REV4)
4451 lpfc_sli4_free_rpi(vport->phba, rpi);
4452 return NULL;
James Smartde0c5b32007-04-25 09:52:27 -04004453}
4454
4455void
James Smart2e0fef82007-06-17 19:56:36 -05004456lpfc_drop_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smartde0c5b32007-04-25 09:52:27 -04004457{
James Smart87af33f2007-10-27 13:37:43 -04004458 /*
James Smartfa4066b2008-01-11 01:53:27 -05004459 * Use of lpfc_drop_node and UNUSED list: lpfc_drop_node should
James Smart87af33f2007-10-27 13:37:43 -04004460 * be used if we wish to issue the "last" lpfc_nlp_put() to remove
James Smartfa4066b2008-01-11 01:53:27 -05004461 * the ndlp from the vport. The ndlp marked as UNUSED on the list
4462 * until ALL other outstanding threads have completed. We check
4463 * that the ndlp not already in the UNUSED state before we proceed.
James Smart87af33f2007-10-27 13:37:43 -04004464 */
James Smartfa4066b2008-01-11 01:53:27 -05004465 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
4466 return;
James Smart51ef4c22007-08-02 11:10:31 -04004467 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNUSED_NODE);
James Smartbe6bb942015-04-07 15:07:22 -04004468 if (vport->phba->sli_rev == LPFC_SLI_REV4) {
James Smart1151e3e2011-02-16 12:39:35 -05004469 lpfc_cleanup_vports_rrqs(vport, ndlp);
James Smartbe6bb942015-04-07 15:07:22 -04004470 lpfc_unreg_rpi(vport, ndlp);
James Smartbe6bb942015-04-07 15:07:22 -04004471 }
James Smart02902172015-05-21 13:55:17 -04004472
4473 lpfc_nlp_put(ndlp);
James Smart98c9ea52007-10-27 13:37:33 -04004474 return;
dea31012005-04-17 16:05:31 -05004475}
4476
4477/*
4478 * Start / ReStart rescue timer for Discovery / RSCN handling
4479 */
4480void
James Smart2e0fef82007-06-17 19:56:36 -05004481lpfc_set_disctmo(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004482{
James Smart2e0fef82007-06-17 19:56:36 -05004483 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4484 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05004485 uint32_t tmo;
4486
James Smart2e0fef82007-06-17 19:56:36 -05004487 if (vport->port_state == LPFC_LOCAL_CFG_LINK) {
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02004488 /* For FAN, timeout should be greater than edtov */
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05004489 tmo = (((phba->fc_edtov + 999) / 1000) + 1);
4490 } else {
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02004491 /* Normal discovery timeout should be > than ELS/CT timeout
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05004492 * FC spec states we need 3 * ratov for CT requests
4493 */
4494 tmo = ((phba->fc_ratov * 3) + 3);
4495 }
dea31012005-04-17 16:05:31 -05004496
James Smart858c9f62007-06-17 19:56:39 -05004497
4498 if (!timer_pending(&vport->fc_disctmo)) {
4499 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
4500 "set disc timer: tmo:x%x state:x%x flg:x%x",
4501 tmo, vport->port_state, vport->fc_flag);
4502 }
4503
James Smart256ec0d2013-04-17 20:14:58 -04004504 mod_timer(&vport->fc_disctmo, jiffies + msecs_to_jiffies(1000 * tmo));
James Smart2e0fef82007-06-17 19:56:36 -05004505 spin_lock_irq(shost->host_lock);
4506 vport->fc_flag |= FC_DISC_TMO;
4507 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004508
4509 /* Start Discovery Timer state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04004510 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
4511 "0247 Start Discovery Timer state x%x "
4512 "Data: x%x x%lx x%x x%x\n",
4513 vport->port_state, tmo,
4514 (unsigned long)&vport->fc_disctmo, vport->fc_plogi_cnt,
4515 vport->fc_adisc_cnt);
dea31012005-04-17 16:05:31 -05004516
4517 return;
4518}
4519
4520/*
4521 * Cancel rescue timer for Discovery / RSCN handling
4522 */
4523int
James Smart2e0fef82007-06-17 19:56:36 -05004524lpfc_can_disctmo(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004525{
James Smart2e0fef82007-06-17 19:56:36 -05004526 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart2e0fef82007-06-17 19:56:36 -05004527 unsigned long iflags;
4528
James Smart858c9f62007-06-17 19:56:39 -05004529 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
4530 "can disc timer: state:x%x rtry:x%x flg:x%x",
4531 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
4532
dea31012005-04-17 16:05:31 -05004533 /* Turn off discovery timer if its running */
James Smart2e0fef82007-06-17 19:56:36 -05004534 if (vport->fc_flag & FC_DISC_TMO) {
4535 spin_lock_irqsave(shost->host_lock, iflags);
4536 vport->fc_flag &= ~FC_DISC_TMO;
4537 spin_unlock_irqrestore(shost->host_lock, iflags);
4538 del_timer_sync(&vport->fc_disctmo);
4539 spin_lock_irqsave(&vport->work_port_lock, iflags);
4540 vport->work_port_events &= ~WORKER_DISC_TMO;
4541 spin_unlock_irqrestore(&vport->work_port_lock, iflags);
dea31012005-04-17 16:05:31 -05004542 }
4543
4544 /* Cancel Discovery Timer state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04004545 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
4546 "0248 Cancel Discovery Timer state x%x "
4547 "Data: x%x x%x x%x\n",
4548 vport->port_state, vport->fc_flag,
4549 vport->fc_plogi_cnt, vport->fc_adisc_cnt);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004550 return 0;
dea31012005-04-17 16:05:31 -05004551}
4552
4553/*
4554 * Check specified ring for outstanding IOCB on the SLI queue
4555 * Return true if iocb matches the specified nport
4556 */
4557int
James Smart2e0fef82007-06-17 19:56:36 -05004558lpfc_check_sli_ndlp(struct lpfc_hba *phba,
4559 struct lpfc_sli_ring *pring,
4560 struct lpfc_iocbq *iocb,
4561 struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004562{
James Smart2e0fef82007-06-17 19:56:36 -05004563 IOCB_t *icmd = &iocb->iocb;
James Smart92d7f7b2007-06-17 19:56:38 -05004564 struct lpfc_vport *vport = ndlp->vport;
4565
4566 if (iocb->vport != vport)
4567 return 0;
4568
dea31012005-04-17 16:05:31 -05004569 if (pring->ringno == LPFC_ELS_RING) {
4570 switch (icmd->ulpCommand) {
4571 case CMD_GEN_REQUEST64_CR:
James Smart21e9a0a2009-05-22 14:53:21 -04004572 if (iocb->context_un.ndlp == ndlp)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004573 return 1;
dea31012005-04-17 16:05:31 -05004574 case CMD_ELS_REQUEST64_CR:
James Smart10d4e952006-04-15 11:53:15 -04004575 if (icmd->un.elsreq64.remoteID == ndlp->nlp_DID)
4576 return 1;
dea31012005-04-17 16:05:31 -05004577 case CMD_XMIT_ELS_RSP64_CX:
4578 if (iocb->context1 == (uint8_t *) ndlp)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004579 return 1;
dea31012005-04-17 16:05:31 -05004580 }
James Smart895427b2017-02-12 13:52:30 -08004581 } else if (pring->ringno == LPFC_FCP_RING) {
dea31012005-04-17 16:05:31 -05004582 /* Skip match check if waiting to relogin to FCP target */
4583 if ((ndlp->nlp_type & NLP_FCP_TARGET) &&
James Smart92d7f7b2007-06-17 19:56:38 -05004584 (ndlp->nlp_flag & NLP_DELAY_TMO)) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004585 return 0;
dea31012005-04-17 16:05:31 -05004586 }
4587 if (icmd->ulpContext == (volatile ushort)ndlp->nlp_rpi) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004588 return 1;
dea31012005-04-17 16:05:31 -05004589 }
dea31012005-04-17 16:05:31 -05004590 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004591 return 0;
dea31012005-04-17 16:05:31 -05004592}
4593
James Smart895427b2017-02-12 13:52:30 -08004594static void
4595__lpfc_dequeue_nport_iocbs(struct lpfc_hba *phba,
4596 struct lpfc_nodelist *ndlp, struct lpfc_sli_ring *pring,
4597 struct list_head *dequeue_list)
4598{
4599 struct lpfc_iocbq *iocb, *next_iocb;
4600
4601 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
4602 /* Check to see if iocb matches the nport */
4603 if (lpfc_check_sli_ndlp(phba, pring, iocb, ndlp))
4604 /* match, dequeue */
4605 list_move_tail(&iocb->list, dequeue_list);
4606 }
4607}
4608
4609static void
4610lpfc_sli3_dequeue_nport_iocbs(struct lpfc_hba *phba,
4611 struct lpfc_nodelist *ndlp, struct list_head *dequeue_list)
4612{
4613 struct lpfc_sli *psli = &phba->sli;
4614 uint32_t i;
4615
4616 spin_lock_irq(&phba->hbalock);
4617 for (i = 0; i < psli->num_rings; i++)
4618 __lpfc_dequeue_nport_iocbs(phba, ndlp, &psli->sli3_ring[i],
4619 dequeue_list);
4620 spin_unlock_irq(&phba->hbalock);
4621}
4622
4623static void
4624lpfc_sli4_dequeue_nport_iocbs(struct lpfc_hba *phba,
4625 struct lpfc_nodelist *ndlp, struct list_head *dequeue_list)
4626{
4627 struct lpfc_sli_ring *pring;
4628 struct lpfc_queue *qp = NULL;
4629
4630 spin_lock_irq(&phba->hbalock);
4631 list_for_each_entry(qp, &phba->sli4_hba.lpfc_wq_list, wq_list) {
4632 pring = qp->pring;
4633 if (!pring)
4634 continue;
James Smart2ade92a2017-03-04 09:30:38 -08004635 spin_lock(&pring->ring_lock);
James Smart895427b2017-02-12 13:52:30 -08004636 __lpfc_dequeue_nport_iocbs(phba, ndlp, pring, dequeue_list);
James Smart2ade92a2017-03-04 09:30:38 -08004637 spin_unlock(&pring->ring_lock);
James Smart895427b2017-02-12 13:52:30 -08004638 }
4639 spin_unlock_irq(&phba->hbalock);
4640}
4641
dea31012005-04-17 16:05:31 -05004642/*
4643 * Free resources / clean up outstanding I/Os
4644 * associated with nlp_rpi in the LPFC_NODELIST entry.
4645 */
4646static int
James Smart2e0fef82007-06-17 19:56:36 -05004647lpfc_no_rpi(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004648{
James Smart2534ba72007-04-25 09:52:20 -04004649 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05004650
James Smart92d7f7b2007-06-17 19:56:38 -05004651 lpfc_fabric_abort_nport(ndlp);
4652
dea31012005-04-17 16:05:31 -05004653 /*
4654 * Everything that matches on txcmplq will be returned
4655 * by firmware with a no rpi error.
4656 */
James Smart40426292010-12-15 17:58:10 -05004657 if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
James Smart895427b2017-02-12 13:52:30 -08004658 if (phba->sli_rev != LPFC_SLI_REV4)
4659 lpfc_sli3_dequeue_nport_iocbs(phba, ndlp, &completions);
4660 else
4661 lpfc_sli4_dequeue_nport_iocbs(phba, ndlp, &completions);
dea31012005-04-17 16:05:31 -05004662 }
James Smart2534ba72007-04-25 09:52:20 -04004663
James Smarta257bf92009-04-06 18:48:10 -04004664 /* Cancel all the IOCBs from the completions list */
4665 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
4666 IOERR_SLI_ABORTED);
James Smart2534ba72007-04-25 09:52:20 -04004667
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004668 return 0;
dea31012005-04-17 16:05:31 -05004669}
4670
James Smart086a3452012-08-14 14:25:21 -04004671/**
4672 * lpfc_nlp_logo_unreg - Unreg mailbox completion handler before LOGO
4673 * @phba: Pointer to HBA context object.
4674 * @pmb: Pointer to mailbox object.
4675 *
4676 * This function will issue an ELS LOGO command after completing
4677 * the UNREG_RPI.
4678 **/
Rashika Kheriab86a6752014-09-03 12:55:17 -04004679static void
James Smart086a3452012-08-14 14:25:21 -04004680lpfc_nlp_logo_unreg(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
4681{
4682 struct lpfc_vport *vport = pmb->vport;
4683 struct lpfc_nodelist *ndlp;
4684
4685 ndlp = (struct lpfc_nodelist *)(pmb->context1);
4686 if (!ndlp)
4687 return;
4688 lpfc_issue_els_logo(vport, ndlp, 0);
James Smart4aa74c32013-09-06 12:19:06 -04004689 mempool_free(pmb, phba->mbox_mem_pool);
James Smart086a3452012-08-14 14:25:21 -04004690}
4691
dea31012005-04-17 16:05:31 -05004692/*
4693 * Free rpi associated with LPFC_NODELIST entry.
4694 * This routine is called from lpfc_freenode(), when we are removing
4695 * a LPFC_NODELIST entry. It is also called if the driver initiates a
4696 * LOGO that completes successfully, and we are waiting to PLOGI back
4697 * to the remote NPort. In addition, it is called after we receive
4698 * and unsolicated ELS cmd, send back a rsp, the rsp completes and
4699 * we are waiting to PLOGI back to the remote NPort.
4700 */
4701int
James Smart2e0fef82007-06-17 19:56:36 -05004702lpfc_unreg_rpi(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004703{
James Smart2e0fef82007-06-17 19:56:36 -05004704 struct lpfc_hba *phba = vport->phba;
4705 LPFC_MBOXQ_t *mbox;
James Smart7c5e5182015-05-22 10:42:43 -04004706 int rc, acc_plogi = 1;
James Smart6d368e52011-05-24 11:44:12 -04004707 uint16_t rpi;
dea31012005-04-17 16:05:31 -05004708
James Smartf454a9a2013-09-06 12:20:07 -04004709 if (ndlp->nlp_flag & NLP_RPI_REGISTERED ||
4710 ndlp->nlp_flag & NLP_REG_LOGIN_SEND) {
4711 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND)
4712 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
4713 "3366 RPI x%x needs to be "
4714 "unregistered nlp_flag x%x "
4715 "did x%x\n",
4716 ndlp->nlp_rpi, ndlp->nlp_flag,
4717 ndlp->nlp_DID);
James Smart2e0fef82007-06-17 19:56:36 -05004718 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4719 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04004720 /* SLI4 ports require the physical rpi value. */
4721 rpi = ndlp->nlp_rpi;
4722 if (phba->sli_rev == LPFC_SLI_REV4)
4723 rpi = phba->sli4_hba.rpi_ids[ndlp->nlp_rpi];
James Smart086a3452012-08-14 14:25:21 -04004724
James Smart6d368e52011-05-24 11:44:12 -04004725 lpfc_unreg_login(phba, vport->vpi, rpi, mbox);
James Smarted957682007-06-17 19:56:37 -05004726 mbox->vport = vport;
James Smart086a3452012-08-14 14:25:21 -04004727 if (ndlp->nlp_flag & NLP_ISSUE_LOGO) {
4728 mbox->context1 = ndlp;
4729 mbox->mbox_cmpl = lpfc_nlp_logo_unreg;
4730 } else {
James Smartbe6bb942015-04-07 15:07:22 -04004731 if (phba->sli_rev == LPFC_SLI_REV4 &&
4732 (!(vport->load_flag & FC_UNLOADING)) &&
4733 (bf_get(lpfc_sli_intf_if_type,
4734 &phba->sli4_hba.sli_intf) ==
James Smarta6517db2016-03-31 14:12:29 -07004735 LPFC_SLI_INTF_IF_TYPE_2) &&
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01004736 (kref_read(&ndlp->kref) > 0)) {
James Smartbe6bb942015-04-07 15:07:22 -04004737 mbox->context1 = lpfc_nlp_get(ndlp);
4738 mbox->mbox_cmpl =
4739 lpfc_sli4_unreg_rpi_cmpl_clr;
James Smart7c5e5182015-05-22 10:42:43 -04004740 /*
4741 * accept PLOGIs after unreg_rpi_cmpl
4742 */
4743 acc_plogi = 0;
James Smartbe6bb942015-04-07 15:07:22 -04004744 } else
4745 mbox->mbox_cmpl =
4746 lpfc_sli_def_mbox_cmpl;
James Smart086a3452012-08-14 14:25:21 -04004747 }
4748
James Smart0b727fe2007-10-27 13:37:25 -04004749 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart7c5e5182015-05-22 10:42:43 -04004750 if (rc == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -05004751 mempool_free(mbox, phba->mbox_mem_pool);
James Smart7c5e5182015-05-22 10:42:43 -04004752 acc_plogi = 1;
4753 }
dea31012005-04-17 16:05:31 -05004754 }
dea31012005-04-17 16:05:31 -05004755 lpfc_no_rpi(phba, ndlp);
James Smartd7c47992010-06-08 18:31:54 -04004756
James Smart40426292010-12-15 17:58:10 -05004757 if (phba->sli_rev != LPFC_SLI_REV4)
4758 ndlp->nlp_rpi = 0;
4759 ndlp->nlp_flag &= ~NLP_RPI_REGISTERED;
James Smart0c287582009-06-10 17:22:56 -04004760 ndlp->nlp_flag &= ~NLP_NPR_ADISC;
James Smart7c5e5182015-05-22 10:42:43 -04004761 if (acc_plogi)
4762 ndlp->nlp_flag &= ~NLP_LOGO_ACC;
dea31012005-04-17 16:05:31 -05004763 return 1;
4764 }
James Smart7c5e5182015-05-22 10:42:43 -04004765 ndlp->nlp_flag &= ~NLP_LOGO_ACC;
dea31012005-04-17 16:05:31 -05004766 return 0;
4767}
4768
James Smartecfd03c2010-02-12 14:41:27 -05004769/**
4770 * lpfc_unreg_hba_rpis - Unregister rpis registered to the hba.
4771 * @phba: pointer to lpfc hba data structure.
4772 *
4773 * This routine is invoked to unregister all the currently registered RPIs
4774 * to the HBA.
4775 **/
4776void
4777lpfc_unreg_hba_rpis(struct lpfc_hba *phba)
4778{
4779 struct lpfc_vport **vports;
4780 struct lpfc_nodelist *ndlp;
4781 struct Scsi_Host *shost;
4782 int i;
4783
4784 vports = lpfc_create_vport_work_array(phba);
James Smart63e801c2010-11-20 23:14:19 -05004785 if (!vports) {
4786 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
4787 "2884 Vport array allocation failed \n");
4788 return;
4789 }
James Smartecfd03c2010-02-12 14:41:27 -05004790 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
4791 shost = lpfc_shost_from_vport(vports[i]);
4792 spin_lock_irq(shost->host_lock);
4793 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) {
James Smart40426292010-12-15 17:58:10 -05004794 if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
James Smart0c9ab6f2010-02-26 14:15:57 -05004795 /* The mempool_alloc might sleep */
4796 spin_unlock_irq(shost->host_lock);
James Smartecfd03c2010-02-12 14:41:27 -05004797 lpfc_unreg_rpi(vports[i], ndlp);
James Smart0c9ab6f2010-02-26 14:15:57 -05004798 spin_lock_irq(shost->host_lock);
4799 }
James Smartecfd03c2010-02-12 14:41:27 -05004800 }
4801 spin_unlock_irq(shost->host_lock);
4802 }
4803 lpfc_destroy_vport_work_array(phba, vports);
4804}
4805
James Smart92d7f7b2007-06-17 19:56:38 -05004806void
4807lpfc_unreg_all_rpis(struct lpfc_vport *vport)
4808{
4809 struct lpfc_hba *phba = vport->phba;
4810 LPFC_MBOXQ_t *mbox;
4811 int rc;
4812
James Smart5af5eee2010-10-22 11:06:38 -04004813 if (phba->sli_rev == LPFC_SLI_REV4) {
4814 lpfc_sli4_unreg_all_rpis(vport);
4815 return;
4816 }
4817
James Smart92d7f7b2007-06-17 19:56:38 -05004818 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4819 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04004820 lpfc_unreg_login(phba, vport->vpi, LPFC_UNREG_ALL_RPIS_VPORT,
4821 mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05004822 mbox->vport = vport;
4823 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart09372822008-01-11 01:52:54 -05004824 mbox->context1 = NULL;
4825 rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO);
James Smarta257bf92009-04-06 18:48:10 -04004826 if (rc != MBX_TIMEOUT)
James Smart92d7f7b2007-06-17 19:56:38 -05004827 mempool_free(mbox, phba->mbox_mem_pool);
James Smarta257bf92009-04-06 18:48:10 -04004828
4829 if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED))
4830 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
4831 "1836 Could not issue "
4832 "unreg_login(all_rpis) status %d\n", rc);
James Smart92d7f7b2007-06-17 19:56:38 -05004833 }
4834}
4835
4836void
4837lpfc_unreg_default_rpis(struct lpfc_vport *vport)
4838{
4839 struct lpfc_hba *phba = vport->phba;
4840 LPFC_MBOXQ_t *mbox;
4841 int rc;
4842
4843 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4844 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04004845 lpfc_unreg_did(phba, vport->vpi, LPFC_UNREG_ALL_DFLT_RPIS,
4846 mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05004847 mbox->vport = vport;
4848 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart09372822008-01-11 01:52:54 -05004849 mbox->context1 = NULL;
4850 rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO);
James Smarta257bf92009-04-06 18:48:10 -04004851 if (rc != MBX_TIMEOUT)
4852 mempool_free(mbox, phba->mbox_mem_pool);
4853
4854 if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED))
James Smarte8b62012007-08-02 11:10:09 -04004855 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
4856 "1815 Could not issue "
James Smarta257bf92009-04-06 18:48:10 -04004857 "unreg_did (default rpis) status %d\n",
4858 rc);
James Smart92d7f7b2007-06-17 19:56:38 -05004859 }
4860}
4861
dea31012005-04-17 16:05:31 -05004862/*
4863 * Free resources associated with LPFC_NODELIST entry
4864 * so it can be freed.
4865 */
4866static int
James Smart2e0fef82007-06-17 19:56:36 -05004867lpfc_cleanup_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004868{
James Smart2e0fef82007-06-17 19:56:36 -05004869 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4870 struct lpfc_hba *phba = vport->phba;
4871 LPFC_MBOXQ_t *mb, *nextmb;
dea31012005-04-17 16:05:31 -05004872 struct lpfc_dmabuf *mp;
dea31012005-04-17 16:05:31 -05004873
4874 /* Cleanup node for NPort <nlp_DID> */
James Smarte8b62012007-08-02 11:10:09 -04004875 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4876 "0900 Cleanup node for NPort x%x "
4877 "Data: x%x x%x x%x\n",
4878 ndlp->nlp_DID, ndlp->nlp_flag,
4879 ndlp->nlp_state, ndlp->nlp_rpi);
James Smarte47c9092008-02-08 18:49:26 -05004880 if (NLP_CHK_FREE_REQ(ndlp)) {
4881 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4882 "0280 lpfc_cleanup_node: ndlp:x%p "
4883 "usgmap:x%x refcnt:%d\n",
4884 (void *)ndlp, ndlp->nlp_usg_map,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01004885 kref_read(&ndlp->kref));
James Smarte47c9092008-02-08 18:49:26 -05004886 lpfc_dequeue_node(vport, ndlp);
4887 } else {
4888 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4889 "0281 lpfc_cleanup_node: ndlp:x%p "
4890 "usgmap:x%x refcnt:%d\n",
4891 (void *)ndlp, ndlp->nlp_usg_map,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01004892 kref_read(&ndlp->kref));
James Smarte47c9092008-02-08 18:49:26 -05004893 lpfc_disable_node(vport, ndlp);
4894 }
dea31012005-04-17 16:05:31 -05004895
James Smart086a3452012-08-14 14:25:21 -04004896
4897 /* Don't need to clean up REG_LOGIN64 cmds for Default RPI cleanup */
4898
dea31012005-04-17 16:05:31 -05004899 /* cleanup any ndlp on mbox q waiting for reglogin cmpl */
4900 if ((mb = phba->sli.mbox_active)) {
James Smart04c68492009-05-22 14:52:52 -04004901 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) &&
James Smart086a3452012-08-14 14:25:21 -04004902 !(mb->mbox_flag & LPFC_MBX_IMED_UNREG) &&
dea31012005-04-17 16:05:31 -05004903 (ndlp == (struct lpfc_nodelist *) mb->context2)) {
4904 mb->context2 = NULL;
4905 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
4906 }
4907 }
James Smart33ccf8d2006-08-17 11:57:58 -04004908
James Smart2e0fef82007-06-17 19:56:36 -05004909 spin_lock_irq(&phba->hbalock);
James Smart5ac6b302010-10-22 11:05:36 -04004910 /* Cleanup REG_LOGIN completions which are not yet processed */
4911 list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) {
4912 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) ||
James Smart086a3452012-08-14 14:25:21 -04004913 (mb->mbox_flag & LPFC_MBX_IMED_UNREG) ||
James Smart5ac6b302010-10-22 11:05:36 -04004914 (ndlp != (struct lpfc_nodelist *) mb->context2))
4915 continue;
4916
4917 mb->context2 = NULL;
4918 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
4919 }
4920
dea31012005-04-17 16:05:31 -05004921 list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) {
James Smart04c68492009-05-22 14:52:52 -04004922 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) &&
James Smart086a3452012-08-14 14:25:21 -04004923 !(mb->mbox_flag & LPFC_MBX_IMED_UNREG) &&
James Smart92d7f7b2007-06-17 19:56:38 -05004924 (ndlp == (struct lpfc_nodelist *) mb->context2)) {
dea31012005-04-17 16:05:31 -05004925 mp = (struct lpfc_dmabuf *) (mb->context1);
4926 if (mp) {
James Smart2e0fef82007-06-17 19:56:36 -05004927 __lpfc_mbuf_free(phba, mp->virt, mp->phys);
dea31012005-04-17 16:05:31 -05004928 kfree(mp);
4929 }
4930 list_del(&mb->list);
4931 mempool_free(mb, phba->mbox_mem_pool);
James Smarte47c9092008-02-08 18:49:26 -05004932 /* We shall not invoke the lpfc_nlp_put to decrement
4933 * the ndlp reference count as we are in the process
4934 * of lpfc_nlp_release.
4935 */
dea31012005-04-17 16:05:31 -05004936 }
4937 }
James Smart2e0fef82007-06-17 19:56:36 -05004938 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004939
James Smarte47c9092008-02-08 18:49:26 -05004940 lpfc_els_abort(phba, ndlp);
4941
James Smart2e0fef82007-06-17 19:56:36 -05004942 spin_lock_irq(shost->host_lock);
James Smartc01f3202006-08-18 17:47:08 -04004943 ndlp->nlp_flag &= ~NLP_DELAY_TMO;
James Smart2e0fef82007-06-17 19:56:36 -05004944 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004945
Jamie Wellnitz5024ab12006-02-28 19:25:28 -05004946 ndlp->nlp_last_elscmd = 0;
dea31012005-04-17 16:05:31 -05004947 del_timer_sync(&ndlp->nlp_delayfunc);
4948
James Smart0d2b6b82008-06-14 22:52:47 -04004949 list_del_init(&ndlp->els_retry_evt.evt_listp);
4950 list_del_init(&ndlp->dev_loss_evt.evt_listp);
James Smart1151e3e2011-02-16 12:39:35 -05004951 lpfc_cleanup_vports_rrqs(vport, ndlp);
James Smart2e0fef82007-06-17 19:56:36 -05004952 lpfc_unreg_rpi(vport, ndlp);
dea31012005-04-17 16:05:31 -05004953
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004954 return 0;
dea31012005-04-17 16:05:31 -05004955}
4956
4957/*
4958 * Check to see if we can free the nlp back to the freelist.
4959 * If we are in the middle of using the nlp in the discovery state
4960 * machine, defer the free till we reach the end of the state machine.
4961 */
James Smart329f9bc2007-04-25 09:53:01 -04004962static void
James Smart2e0fef82007-06-17 19:56:36 -05004963lpfc_nlp_remove(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004964{
James Smarta8adb832007-10-27 13:37:53 -04004965 struct lpfc_hba *phba = vport->phba;
James Smart1dcb58e2007-04-25 09:51:30 -04004966 struct lpfc_rport_data *rdata;
James Smart466e8402015-05-21 13:55:28 -04004967 struct fc_rport *rport;
James Smarta8adb832007-10-27 13:37:53 -04004968 LPFC_MBOXQ_t *mbox;
4969 int rc;
dea31012005-04-17 16:05:31 -05004970
James Smart0d2b6b82008-06-14 22:52:47 -04004971 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smart21e9a0a2009-05-22 14:53:21 -04004972 if ((ndlp->nlp_flag & NLP_DEFER_RM) &&
James Smart40426292010-12-15 17:58:10 -05004973 !(ndlp->nlp_flag & NLP_REG_LOGIN_SEND) &&
4974 !(ndlp->nlp_flag & NLP_RPI_REGISTERED)) {
James Smarta8adb832007-10-27 13:37:53 -04004975 /* For this case we need to cleanup the default rpi
4976 * allocated by the firmware.
4977 */
James Smartbe6bb942015-04-07 15:07:22 -04004978 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4979 "0005 rpi:%x DID:%x flg:%x %d map:%x %p\n",
4980 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01004981 kref_read(&ndlp->kref),
James Smartbe6bb942015-04-07 15:07:22 -04004982 ndlp->nlp_usg_map, ndlp);
James Smarta8adb832007-10-27 13:37:53 -04004983 if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL))
4984 != NULL) {
James Smart21e9a0a2009-05-22 14:53:21 -04004985 rc = lpfc_reg_rpi(phba, vport->vpi, ndlp->nlp_DID,
James Smart40426292010-12-15 17:58:10 -05004986 (uint8_t *) &vport->fc_sparam, mbox, ndlp->nlp_rpi);
James Smarta8adb832007-10-27 13:37:53 -04004987 if (rc) {
4988 mempool_free(mbox, phba->mbox_mem_pool);
4989 }
4990 else {
4991 mbox->mbox_flag |= LPFC_MBX_IMED_UNREG;
4992 mbox->mbox_cmpl = lpfc_mbx_cmpl_dflt_rpi;
4993 mbox->vport = vport;
James Smart086a3452012-08-14 14:25:21 -04004994 mbox->context2 = ndlp;
James Smarta8adb832007-10-27 13:37:53 -04004995 rc =lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
4996 if (rc == MBX_NOT_FINISHED) {
4997 mempool_free(mbox, phba->mbox_mem_pool);
4998 }
4999 }
5000 }
5001 }
James Smart2e0fef82007-06-17 19:56:36 -05005002 lpfc_cleanup_node(vport, ndlp);
James Smart1dcb58e2007-04-25 09:51:30 -04005003
James Smart2e0fef82007-06-17 19:56:36 -05005004 /*
James Smart466e8402015-05-21 13:55:28 -04005005 * ndlp->rport must be set to NULL before it reaches here
5006 * i.e. break rport/node link before doing lpfc_nlp_put for
5007 * registered rport and then drop the reference of rport.
James Smart2e0fef82007-06-17 19:56:36 -05005008 */
James Smart92d7f7b2007-06-17 19:56:38 -05005009 if (ndlp->rport) {
James Smart466e8402015-05-21 13:55:28 -04005010 /*
5011 * extra lpfc_nlp_put dropped the reference of ndlp
5012 * for registered rport so need to cleanup rport
5013 */
5014 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
5015 "0940 removed node x%p DID x%x "
5016 " rport not null %p\n",
5017 ndlp, ndlp->nlp_DID, ndlp->rport);
5018 rport = ndlp->rport;
5019 rdata = rport->dd_data;
James Smart329f9bc2007-04-25 09:53:01 -04005020 rdata->pnode = NULL;
5021 ndlp->rport = NULL;
James Smart466e8402015-05-21 13:55:28 -04005022 put_device(&rport->dev);
dea31012005-04-17 16:05:31 -05005023 }
dea31012005-04-17 16:05:31 -05005024}
5025
5026static int
James Smart2e0fef82007-06-17 19:56:36 -05005027lpfc_matchdid(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
5028 uint32_t did)
dea31012005-04-17 16:05:31 -05005029{
James Smart2e0fef82007-06-17 19:56:36 -05005030 D_ID mydid, ndlpdid, matchdid;
dea31012005-04-17 16:05:31 -05005031
5032 if (did == Bcast_DID)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005033 return 0;
dea31012005-04-17 16:05:31 -05005034
dea31012005-04-17 16:05:31 -05005035 /* First check for Direct match */
5036 if (ndlp->nlp_DID == did)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005037 return 1;
dea31012005-04-17 16:05:31 -05005038
5039 /* Next check for area/domain identically equals 0 match */
James Smart2e0fef82007-06-17 19:56:36 -05005040 mydid.un.word = vport->fc_myDID;
dea31012005-04-17 16:05:31 -05005041 if ((mydid.un.b.domain == 0) && (mydid.un.b.area == 0)) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005042 return 0;
dea31012005-04-17 16:05:31 -05005043 }
5044
5045 matchdid.un.word = did;
5046 ndlpdid.un.word = ndlp->nlp_DID;
5047 if (matchdid.un.b.id == ndlpdid.un.b.id) {
5048 if ((mydid.un.b.domain == matchdid.un.b.domain) &&
5049 (mydid.un.b.area == matchdid.un.b.area)) {
James Smart6b337e02015-05-21 13:55:23 -04005050 /* This code is supposed to match the ID
5051 * for a private loop device that is
5052 * connect to fl_port. But we need to
5053 * check that the port did not just go
5054 * from pt2pt to fabric or we could end
5055 * up matching ndlp->nlp_DID 000001 to
5056 * fabric DID 0x20101
5057 */
dea31012005-04-17 16:05:31 -05005058 if ((ndlpdid.un.b.domain == 0) &&
5059 (ndlpdid.un.b.area == 0)) {
James Smart6b337e02015-05-21 13:55:23 -04005060 if (ndlpdid.un.b.id &&
5061 vport->phba->fc_topology ==
5062 LPFC_TOPOLOGY_LOOP)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005063 return 1;
dea31012005-04-17 16:05:31 -05005064 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005065 return 0;
dea31012005-04-17 16:05:31 -05005066 }
5067
5068 matchdid.un.word = ndlp->nlp_DID;
5069 if ((mydid.un.b.domain == ndlpdid.un.b.domain) &&
5070 (mydid.un.b.area == ndlpdid.un.b.area)) {
5071 if ((matchdid.un.b.domain == 0) &&
5072 (matchdid.un.b.area == 0)) {
5073 if (matchdid.un.b.id)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005074 return 1;
dea31012005-04-17 16:05:31 -05005075 }
5076 }
5077 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005078 return 0;
dea31012005-04-17 16:05:31 -05005079}
5080
James Smart685f0bf2007-04-25 09:53:08 -04005081/* Search for a nodelist entry */
James Smart2e0fef82007-06-17 19:56:36 -05005082static struct lpfc_nodelist *
5083__lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05005084{
James Smart2fb9bd82006-12-02 13:33:57 -05005085 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05005086 uint32_t data1;
5087
James Smart2e0fef82007-06-17 19:56:36 -05005088 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
5089 if (lpfc_matchdid(vport, ndlp, did)) {
James Smart685f0bf2007-04-25 09:53:08 -04005090 data1 = (((uint32_t) ndlp->nlp_state << 24) |
5091 ((uint32_t) ndlp->nlp_xri << 16) |
5092 ((uint32_t) ndlp->nlp_type << 8) |
5093 ((uint32_t) ndlp->nlp_rpi & 0xff));
James Smarte8b62012007-08-02 11:10:09 -04005094 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5095 "0929 FIND node DID "
James Smartcff261f2013-12-17 20:29:47 -05005096 "Data: x%p x%x x%x x%x %p\n",
James Smarte8b62012007-08-02 11:10:09 -04005097 ndlp, ndlp->nlp_DID,
James Smartcff261f2013-12-17 20:29:47 -05005098 ndlp->nlp_flag, data1,
5099 ndlp->active_rrqs_xri_bitmap);
James Smart685f0bf2007-04-25 09:53:08 -04005100 return ndlp;
dea31012005-04-17 16:05:31 -05005101 }
5102 }
Jamie Wellnitz66a9ed62006-02-28 22:33:10 -05005103
dea31012005-04-17 16:05:31 -05005104 /* FIND node did <did> NOT FOUND */
James Smarte8b62012007-08-02 11:10:09 -04005105 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5106 "0932 FIND node did x%x NOT FOUND.\n", did);
dea31012005-04-17 16:05:31 -05005107 return NULL;
5108}
5109
5110struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005111lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05005112{
James Smart2e0fef82007-06-17 19:56:36 -05005113 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
dea31012005-04-17 16:05:31 -05005114 struct lpfc_nodelist *ndlp;
James Smartfedd3b72011-02-16 12:39:24 -05005115 unsigned long iflags;
dea31012005-04-17 16:05:31 -05005116
James Smartfedd3b72011-02-16 12:39:24 -05005117 spin_lock_irqsave(shost->host_lock, iflags);
James Smart2e0fef82007-06-17 19:56:36 -05005118 ndlp = __lpfc_findnode_did(vport, did);
James Smartfedd3b72011-02-16 12:39:24 -05005119 spin_unlock_irqrestore(shost->host_lock, iflags);
James Smart2e0fef82007-06-17 19:56:36 -05005120 return ndlp;
5121}
5122
5123struct lpfc_nodelist *
5124lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did)
5125{
5126 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5127 struct lpfc_nodelist *ndlp;
5128
5129 ndlp = lpfc_findnode_did(vport, did);
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05005130 if (!ndlp) {
James Smart1c5b12f2017-04-21 16:05:03 -07005131 if (vport->phba->nvmet_support)
5132 return NULL;
James Smart2e0fef82007-06-17 19:56:36 -05005133 if ((vport->fc_flag & FC_RSCN_MODE) != 0 &&
5134 lpfc_rscn_payload_check(vport, did) == 0)
dea31012005-04-17 16:05:31 -05005135 return NULL;
James Smart9d3d3402017-04-21 16:05:00 -07005136 ndlp = lpfc_nlp_init(vport, did);
dea31012005-04-17 16:05:31 -05005137 if (!ndlp)
5138 return NULL;
James Smart2e0fef82007-06-17 19:56:36 -05005139 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
5140 spin_lock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05005141 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smart2e0fef82007-06-17 19:56:36 -05005142 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05005143 return ndlp;
James Smarte47c9092008-02-08 18:49:26 -05005144 } else if (!NLP_CHK_NODE_ACT(ndlp)) {
James Smart1c5b12f2017-04-21 16:05:03 -07005145 if (vport->phba->nvmet_support)
5146 return NULL;
James Smarte47c9092008-02-08 18:49:26 -05005147 ndlp = lpfc_enable_node(vport, ndlp, NLP_STE_NPR_NODE);
5148 if (!ndlp)
5149 return NULL;
5150 spin_lock_irq(shost->host_lock);
5151 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
5152 spin_unlock_irq(shost->host_lock);
5153 return ndlp;
dea31012005-04-17 16:05:31 -05005154 }
James Smarte47c9092008-02-08 18:49:26 -05005155
James Smart1c5b12f2017-04-21 16:05:03 -07005156 /* The NVME Target does not want to actively manage an rport.
5157 * The goal is to allow the target to reset its state and clear
5158 * pending IO in preparation for the initiator to recover.
5159 */
James Smart58da1ff2008-04-07 10:15:56 -04005160 if ((vport->fc_flag & FC_RSCN_MODE) &&
5161 !(vport->fc_flag & FC_NDISC_ACTIVE)) {
James Smart2e0fef82007-06-17 19:56:36 -05005162 if (lpfc_rscn_payload_check(vport, did)) {
James Smart1c5b12f2017-04-21 16:05:03 -07005163
5164 /* Since this node is marked for discovery,
5165 * delay timeout is not needed.
5166 */
5167 lpfc_cancel_retry_delay_tmo(vport, ndlp);
5168
5169 /* NVME Target mode waits until rport is known to be
5170 * impacted by the RSCN before it transitions. No
5171 * active management - just go to NPR provided the
5172 * node had a valid login.
5173 */
5174 if (vport->phba->nvmet_support)
5175 return ndlp;
5176
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005177 /* If we've already received a PLOGI from this NPort
James Smart87af33f2007-10-27 13:37:43 -04005178 * we don't need to try to discover it again.
5179 */
5180 if (ndlp->nlp_flag & NLP_RCV_PLOGI)
5181 return NULL;
5182
James Smarta257bf92009-04-06 18:48:10 -04005183 spin_lock_irq(shost->host_lock);
5184 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
5185 spin_unlock_irq(shost->host_lock);
James Smart071fbd3d2006-04-15 11:53:20 -04005186 } else
dea31012005-04-17 16:05:31 -05005187 ndlp = NULL;
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005188 } else {
James Smart1c5b12f2017-04-21 16:05:03 -07005189 /* If the initiator received a PLOGI from this NPort or if the
5190 * initiator is already in the process of discovery on it,
5191 * there's no need to try to discover it again.
James Smart87af33f2007-10-27 13:37:43 -04005192 */
James Smart685f0bf2007-04-25 09:53:08 -04005193 if (ndlp->nlp_state == NLP_STE_ADISC_ISSUE ||
James Smart87af33f2007-10-27 13:37:43 -04005194 ndlp->nlp_state == NLP_STE_PLOGI_ISSUE ||
James Smart1c5b12f2017-04-21 16:05:03 -07005195 (!vport->phba->nvmet_support &&
5196 ndlp->nlp_flag & NLP_RCV_PLOGI))
dea31012005-04-17 16:05:31 -05005197 return NULL;
James Smart1c5b12f2017-04-21 16:05:03 -07005198
James Smart8c258642017-02-12 13:52:36 -08005199 if (vport->phba->nvmet_support)
5200 return ndlp;
James Smart1c5b12f2017-04-21 16:05:03 -07005201
5202 /* Moving to NPR state clears unsolicited flags and
5203 * allows for rediscovery
5204 */
5205 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
5206
James Smart2e0fef82007-06-17 19:56:36 -05005207 spin_lock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05005208 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smart2e0fef82007-06-17 19:56:36 -05005209 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05005210 }
5211 return ndlp;
5212}
5213
5214/* Build a list of nodes to discover based on the loopmap */
5215void
James Smart2e0fef82007-06-17 19:56:36 -05005216lpfc_disc_list_loopmap(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005217{
James Smart2e0fef82007-06-17 19:56:36 -05005218 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05005219 int j;
5220 uint32_t alpa, index;
5221
James Smart2e0fef82007-06-17 19:56:36 -05005222 if (!lpfc_is_link_up(phba))
dea31012005-04-17 16:05:31 -05005223 return;
James Smart2e0fef82007-06-17 19:56:36 -05005224
James Smart76a95d72010-11-20 23:11:48 -05005225 if (phba->fc_topology != LPFC_TOPOLOGY_LOOP)
dea31012005-04-17 16:05:31 -05005226 return;
dea31012005-04-17 16:05:31 -05005227
5228 /* Check for loop map present or not */
5229 if (phba->alpa_map[0]) {
5230 for (j = 1; j <= phba->alpa_map[0]; j++) {
5231 alpa = phba->alpa_map[j];
James Smart2e0fef82007-06-17 19:56:36 -05005232 if (((vport->fc_myDID & 0xff) == alpa) || (alpa == 0))
dea31012005-04-17 16:05:31 -05005233 continue;
James Smart2e0fef82007-06-17 19:56:36 -05005234 lpfc_setup_disc_node(vport, alpa);
dea31012005-04-17 16:05:31 -05005235 }
5236 } else {
5237 /* No alpamap, so try all alpa's */
5238 for (j = 0; j < FC_MAXLOOP; j++) {
5239 /* If cfg_scan_down is set, start from highest
5240 * ALPA (0xef) to lowest (0x1).
5241 */
James Smart3de2a652007-08-02 11:09:59 -04005242 if (vport->cfg_scan_down)
dea31012005-04-17 16:05:31 -05005243 index = j;
5244 else
5245 index = FC_MAXLOOP - j - 1;
5246 alpa = lpfcAlpaArray[index];
James Smart2e0fef82007-06-17 19:56:36 -05005247 if ((vport->fc_myDID & 0xff) == alpa)
dea31012005-04-17 16:05:31 -05005248 continue;
James Smart2e0fef82007-06-17 19:56:36 -05005249 lpfc_setup_disc_node(vport, alpa);
dea31012005-04-17 16:05:31 -05005250 }
5251 }
5252 return;
5253}
5254
James Smart895427b2017-02-12 13:52:30 -08005255/* SLI3 only */
dea31012005-04-17 16:05:31 -05005256void
James Smart2e0fef82007-06-17 19:56:36 -05005257lpfc_issue_clear_la(struct lpfc_hba *phba, struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005258{
dea31012005-04-17 16:05:31 -05005259 LPFC_MBOXQ_t *mbox;
James Smart2e0fef82007-06-17 19:56:36 -05005260 struct lpfc_sli *psli = &phba->sli;
James Smart895427b2017-02-12 13:52:30 -08005261 struct lpfc_sli_ring *extra_ring = &psli->sli3_ring[LPFC_EXTRA_RING];
5262 struct lpfc_sli_ring *fcp_ring = &psli->sli3_ring[LPFC_FCP_RING];
James Smart2e0fef82007-06-17 19:56:36 -05005263 int rc;
5264
James Smart92d7f7b2007-06-17 19:56:38 -05005265 /*
5266 * if it's not a physical port or if we already send
5267 * clear_la then don't send it.
5268 */
5269 if ((phba->link_state >= LPFC_CLEAR_LA) ||
James Smartda0436e2009-05-22 14:51:39 -04005270 (vport->port_type != LPFC_PHYSICAL_PORT) ||
5271 (phba->sli_rev == LPFC_SLI_REV4))
James Smart92d7f7b2007-06-17 19:56:38 -05005272 return;
5273
James Smart2e0fef82007-06-17 19:56:36 -05005274 /* Link up discovery */
5275 if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL)) != NULL) {
5276 phba->link_state = LPFC_CLEAR_LA;
5277 lpfc_clear_la(phba, mbox);
5278 mbox->mbox_cmpl = lpfc_mbx_cmpl_clear_la;
5279 mbox->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -04005280 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart2e0fef82007-06-17 19:56:36 -05005281 if (rc == MBX_NOT_FINISHED) {
5282 mempool_free(mbox, phba->mbox_mem_pool);
5283 lpfc_disc_flush_list(vport);
5284 extra_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
5285 fcp_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
James Smart92d7f7b2007-06-17 19:56:38 -05005286 phba->link_state = LPFC_HBA_ERROR;
5287 }
5288 }
5289}
5290
5291/* Reg_vpi to tell firmware to resume normal operations */
5292void
5293lpfc_issue_reg_vpi(struct lpfc_hba *phba, struct lpfc_vport *vport)
5294{
5295 LPFC_MBOXQ_t *regvpimbox;
5296
5297 regvpimbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5298 if (regvpimbox) {
James Smartda0436e2009-05-22 14:51:39 -04005299 lpfc_reg_vpi(vport, regvpimbox);
James Smart92d7f7b2007-06-17 19:56:38 -05005300 regvpimbox->mbox_cmpl = lpfc_mbx_cmpl_reg_vpi;
5301 regvpimbox->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -04005302 if (lpfc_sli_issue_mbox(phba, regvpimbox, MBX_NOWAIT)
James Smart92d7f7b2007-06-17 19:56:38 -05005303 == MBX_NOT_FINISHED) {
5304 mempool_free(regvpimbox, phba->mbox_mem_pool);
James Smart2e0fef82007-06-17 19:56:36 -05005305 }
5306 }
5307}
5308
5309/* Start Link up / RSCN discovery on NPR nodes */
5310void
5311lpfc_disc_start(struct lpfc_vport *vport)
5312{
5313 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5314 struct lpfc_hba *phba = vport->phba;
James Smart685f0bf2007-04-25 09:53:08 -04005315 uint32_t num_sent;
dea31012005-04-17 16:05:31 -05005316 uint32_t clear_la_pending;
dea31012005-04-17 16:05:31 -05005317
James Smarte74c03c2013-04-17 20:15:19 -04005318 if (!lpfc_is_link_up(phba)) {
5319 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
5320 "3315 Link is not up %x\n",
5321 phba->link_state);
dea31012005-04-17 16:05:31 -05005322 return;
James Smarte74c03c2013-04-17 20:15:19 -04005323 }
James Smart2e0fef82007-06-17 19:56:36 -05005324
5325 if (phba->link_state == LPFC_CLEAR_LA)
dea31012005-04-17 16:05:31 -05005326 clear_la_pending = 1;
5327 else
5328 clear_la_pending = 0;
5329
James Smart2e0fef82007-06-17 19:56:36 -05005330 if (vport->port_state < LPFC_VPORT_READY)
5331 vport->port_state = LPFC_DISC_AUTH;
dea31012005-04-17 16:05:31 -05005332
James Smart2e0fef82007-06-17 19:56:36 -05005333 lpfc_set_disctmo(vport);
5334
James Smart2e0fef82007-06-17 19:56:36 -05005335 vport->fc_prevDID = vport->fc_myDID;
5336 vport->num_disc_nodes = 0;
dea31012005-04-17 16:05:31 -05005337
5338 /* Start Discovery state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04005339 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
5340 "0202 Start Discovery hba state x%x "
5341 "Data: x%x x%x x%x\n",
5342 vport->port_state, vport->fc_flag, vport->fc_plogi_cnt,
5343 vport->fc_adisc_cnt);
dea31012005-04-17 16:05:31 -05005344
5345 /* First do ADISCs - if any */
James Smart2e0fef82007-06-17 19:56:36 -05005346 num_sent = lpfc_els_disc_adisc(vport);
dea31012005-04-17 16:05:31 -05005347
5348 if (num_sent)
5349 return;
5350
James Smart6fa139f2013-04-17 20:20:00 -04005351 /* Register the VPI for SLI3, NPIV only. */
James Smart92d7f7b2007-06-17 19:56:38 -05005352 if ((phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) &&
James Smart1b32f6a2008-02-08 18:49:39 -05005353 !(vport->fc_flag & FC_PT2PT) &&
James Smartda0436e2009-05-22 14:51:39 -04005354 !(vport->fc_flag & FC_RSCN_MODE) &&
5355 (phba->sli_rev < LPFC_SLI_REV4)) {
James Smart85c0f172015-04-07 15:07:12 -04005356 lpfc_issue_clear_la(phba, vport);
James Smart92d7f7b2007-06-17 19:56:38 -05005357 lpfc_issue_reg_vpi(phba, vport);
5358 return;
5359 }
James Smart2e0fef82007-06-17 19:56:36 -05005360
James Smart92d7f7b2007-06-17 19:56:38 -05005361 /*
5362 * For SLI2, we need to set port_state to READY and continue
5363 * discovery.
5364 */
5365 if (vport->port_state < LPFC_VPORT_READY && !clear_la_pending) {
5366 /* If we get here, there is nothing to ADISC */
James Smart85c0f172015-04-07 15:07:12 -04005367 lpfc_issue_clear_la(phba, vport);
James Smart92d7f7b2007-06-17 19:56:38 -05005368
5369 if (!(vport->fc_flag & FC_ABORT_DISCOVERY)) {
James Smart2e0fef82007-06-17 19:56:36 -05005370 vport->num_disc_nodes = 0;
5371 /* go thru NPR nodes and issue ELS PLOGIs */
5372 if (vport->fc_npr_cnt)
5373 lpfc_els_disc_plogi(vport);
5374
5375 if (!vport->num_disc_nodes) {
5376 spin_lock_irq(shost->host_lock);
5377 vport->fc_flag &= ~FC_NDISC_ACTIVE;
5378 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05005379 lpfc_can_disctmo(vport);
dea31012005-04-17 16:05:31 -05005380 }
5381 }
James Smart92d7f7b2007-06-17 19:56:38 -05005382 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05005383 } else {
5384 /* Next do PLOGIs - if any */
James Smart2e0fef82007-06-17 19:56:36 -05005385 num_sent = lpfc_els_disc_plogi(vport);
dea31012005-04-17 16:05:31 -05005386
5387 if (num_sent)
5388 return;
5389
James Smart2e0fef82007-06-17 19:56:36 -05005390 if (vport->fc_flag & FC_RSCN_MODE) {
dea31012005-04-17 16:05:31 -05005391 /* Check to see if more RSCNs came in while we
5392 * were processing this one.
5393 */
James Smart2e0fef82007-06-17 19:56:36 -05005394 if ((vport->fc_rscn_id_cnt == 0) &&
5395 (!(vport->fc_flag & FC_RSCN_DISCOVERY))) {
5396 spin_lock_irq(shost->host_lock);
5397 vport->fc_flag &= ~FC_RSCN_MODE;
5398 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05005399 lpfc_can_disctmo(vport);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005400 } else
James Smart2e0fef82007-06-17 19:56:36 -05005401 lpfc_els_handle_rscn(vport);
dea31012005-04-17 16:05:31 -05005402 }
5403 }
5404 return;
5405}
5406
5407/*
5408 * Ignore completion for all IOCBs on tx and txcmpl queue for ELS
5409 * ring the match the sppecified nodelist.
5410 */
5411static void
James Smart2e0fef82007-06-17 19:56:36 -05005412lpfc_free_tx(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05005413{
James Smart2534ba72007-04-25 09:52:20 -04005414 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05005415 struct lpfc_sli *psli;
5416 IOCB_t *icmd;
5417 struct lpfc_iocbq *iocb, *next_iocb;
5418 struct lpfc_sli_ring *pring;
dea31012005-04-17 16:05:31 -05005419
5420 psli = &phba->sli;
James Smart895427b2017-02-12 13:52:30 -08005421 pring = lpfc_phba_elsring(phba);
dea31012005-04-17 16:05:31 -05005422
5423 /* Error matching iocb on txq or txcmplq
5424 * First check the txq.
5425 */
James Smart2e0fef82007-06-17 19:56:36 -05005426 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05005427 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
5428 if (iocb->context1 != ndlp) {
5429 continue;
5430 }
5431 icmd = &iocb->iocb;
5432 if ((icmd->ulpCommand == CMD_ELS_REQUEST64_CR) ||
5433 (icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX)) {
5434
James Smart2534ba72007-04-25 09:52:20 -04005435 list_move_tail(&iocb->list, &completions);
dea31012005-04-17 16:05:31 -05005436 }
5437 }
5438
5439 /* Next check the txcmplq */
5440 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) {
5441 if (iocb->context1 != ndlp) {
5442 continue;
5443 }
5444 icmd = &iocb->iocb;
James Smart2e0fef82007-06-17 19:56:36 -05005445 if (icmd->ulpCommand == CMD_ELS_REQUEST64_CR ||
5446 icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX) {
James Smart2534ba72007-04-25 09:52:20 -04005447 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
dea31012005-04-17 16:05:31 -05005448 }
5449 }
James Smart2e0fef82007-06-17 19:56:36 -05005450 spin_unlock_irq(&phba->hbalock);
James Smart2534ba72007-04-25 09:52:20 -04005451
James Smarta257bf92009-04-06 18:48:10 -04005452 /* Cancel all the IOCBs from the completions list */
5453 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
5454 IOERR_SLI_ABORTED);
dea31012005-04-17 16:05:31 -05005455}
5456
Adrian Bunka6ababd2007-11-05 18:07:33 +01005457static void
James Smart2e0fef82007-06-17 19:56:36 -05005458lpfc_disc_flush_list(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005459{
5460 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart2e0fef82007-06-17 19:56:36 -05005461 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05005462
James Smart2e0fef82007-06-17 19:56:36 -05005463 if (vport->fc_plogi_cnt || vport->fc_adisc_cnt) {
5464 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes,
James Smart685f0bf2007-04-25 09:53:08 -04005465 nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -05005466 if (!NLP_CHK_NODE_ACT(ndlp))
5467 continue;
James Smart685f0bf2007-04-25 09:53:08 -04005468 if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE ||
5469 ndlp->nlp_state == NLP_STE_ADISC_ISSUE) {
5470 lpfc_free_tx(phba, ndlp);
James Smart685f0bf2007-04-25 09:53:08 -04005471 }
dea31012005-04-17 16:05:31 -05005472 }
5473 }
dea31012005-04-17 16:05:31 -05005474}
5475
James Smart92d7f7b2007-06-17 19:56:38 -05005476void
5477lpfc_cleanup_discovery_resources(struct lpfc_vport *vport)
5478{
5479 lpfc_els_flush_rscn(vport);
5480 lpfc_els_flush_cmd(vport);
5481 lpfc_disc_flush_list(vport);
5482}
5483
dea31012005-04-17 16:05:31 -05005484/*****************************************************************************/
5485/*
5486 * NAME: lpfc_disc_timeout
5487 *
5488 * FUNCTION: Fibre Channel driver discovery timeout routine.
5489 *
5490 * EXECUTION ENVIRONMENT: interrupt only
5491 *
5492 * CALLED FROM:
5493 * Timer function
5494 *
5495 * RETURNS:
5496 * none
5497 */
5498/*****************************************************************************/
5499void
5500lpfc_disc_timeout(unsigned long ptr)
5501{
James Smart2e0fef82007-06-17 19:56:36 -05005502 struct lpfc_vport *vport = (struct lpfc_vport *) ptr;
5503 struct lpfc_hba *phba = vport->phba;
James Smart5e9d9b82008-06-14 22:52:53 -04005504 uint32_t tmo_posted;
dea31012005-04-17 16:05:31 -05005505 unsigned long flags = 0;
5506
5507 if (unlikely(!phba))
5508 return;
5509
James Smart5e9d9b82008-06-14 22:52:53 -04005510 spin_lock_irqsave(&vport->work_port_lock, flags);
5511 tmo_posted = vport->work_port_events & WORKER_DISC_TMO;
5512 if (!tmo_posted)
James Smart2e0fef82007-06-17 19:56:36 -05005513 vport->work_port_events |= WORKER_DISC_TMO;
James Smart5e9d9b82008-06-14 22:52:53 -04005514 spin_unlock_irqrestore(&vport->work_port_lock, flags);
James Smart2e0fef82007-06-17 19:56:36 -05005515
James Smart5e9d9b82008-06-14 22:52:53 -04005516 if (!tmo_posted)
5517 lpfc_worker_wake_up(phba);
dea31012005-04-17 16:05:31 -05005518 return;
5519}
5520
5521static void
James Smart2e0fef82007-06-17 19:56:36 -05005522lpfc_disc_timeout_handler(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005523{
James Smart2e0fef82007-06-17 19:56:36 -05005524 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5525 struct lpfc_hba *phba = vport->phba;
5526 struct lpfc_sli *psli = &phba->sli;
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05005527 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart92d7f7b2007-06-17 19:56:38 -05005528 LPFC_MBOXQ_t *initlinkmbox;
dea31012005-04-17 16:05:31 -05005529 int rc, clrlaerr = 0;
5530
James Smart2e0fef82007-06-17 19:56:36 -05005531 if (!(vport->fc_flag & FC_DISC_TMO))
dea31012005-04-17 16:05:31 -05005532 return;
5533
James Smart2e0fef82007-06-17 19:56:36 -05005534 spin_lock_irq(shost->host_lock);
5535 vport->fc_flag &= ~FC_DISC_TMO;
5536 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05005537
James Smart858c9f62007-06-17 19:56:39 -05005538 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
5539 "disc timeout: state:x%x rtry:x%x flg:x%x",
5540 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
5541
James Smart2e0fef82007-06-17 19:56:36 -05005542 switch (vport->port_state) {
dea31012005-04-17 16:05:31 -05005543
5544 case LPFC_LOCAL_CFG_LINK:
James Smarta0f2d3e2017-02-12 13:52:31 -08005545 /*
5546 * port_state is identically LPFC_LOCAL_CFG_LINK while
5547 * waiting for FAN timeout
5548 */
James Smarte8b62012007-08-02 11:10:09 -04005549 lpfc_printf_vlog(vport, KERN_WARNING, LOG_DISCOVERY,
5550 "0221 FAN timeout\n");
James Smarta0f2d3e2017-02-12 13:52:31 -08005551
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05005552 /* Start discovery by sending FLOGI, clean up old rpis */
James Smart2e0fef82007-06-17 19:56:36 -05005553 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes,
James Smart685f0bf2007-04-25 09:53:08 -04005554 nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -05005555 if (!NLP_CHK_NODE_ACT(ndlp))
5556 continue;
James Smart685f0bf2007-04-25 09:53:08 -04005557 if (ndlp->nlp_state != NLP_STE_NPR_NODE)
5558 continue;
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05005559 if (ndlp->nlp_type & NLP_FABRIC) {
5560 /* Clean up the ndlp on Fabric connections */
James Smart2e0fef82007-06-17 19:56:36 -05005561 lpfc_drop_node(vport, ndlp);
James Smart87af33f2007-10-27 13:37:43 -04005562
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005563 } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) {
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05005564 /* Fail outstanding IO now since device
5565 * is marked for PLOGI.
5566 */
James Smart2e0fef82007-06-17 19:56:36 -05005567 lpfc_unreg_rpi(vport, ndlp);
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05005568 }
5569 }
James Smart92d7f7b2007-06-17 19:56:38 -05005570 if (vport->port_state != LPFC_FLOGI) {
James Smart76a95d72010-11-20 23:11:48 -05005571 if (phba->sli_rev <= LPFC_SLI_REV3)
5572 lpfc_initial_flogi(vport);
5573 else
5574 lpfc_issue_init_vfi(vport);
James Smart0ff10d42008-01-11 01:52:36 -05005575 return;
James Smart92d7f7b2007-06-17 19:56:38 -05005576 }
dea31012005-04-17 16:05:31 -05005577 break;
5578
James Smart92d7f7b2007-06-17 19:56:38 -05005579 case LPFC_FDISC:
dea31012005-04-17 16:05:31 -05005580 case LPFC_FLOGI:
James Smart2e0fef82007-06-17 19:56:36 -05005581 /* port_state is identically LPFC_FLOGI while waiting for FLOGI cmpl */
dea31012005-04-17 16:05:31 -05005582 /* Initial FLOGI timeout */
James Smarte8b62012007-08-02 11:10:09 -04005583 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5584 "0222 Initial %s timeout\n",
James Smart87af33f2007-10-27 13:37:43 -04005585 vport->vpi ? "FDISC" : "FLOGI");
dea31012005-04-17 16:05:31 -05005586
5587 /* Assume no Fabric and go on with discovery.
5588 * Check for outstanding ELS FLOGI to abort.
5589 */
5590
5591 /* FLOGI failed, so just use loop map to make discovery list */
James Smart2e0fef82007-06-17 19:56:36 -05005592 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05005593
5594 /* Start discovery */
James Smart2e0fef82007-06-17 19:56:36 -05005595 lpfc_disc_start(vport);
dea31012005-04-17 16:05:31 -05005596 break;
5597
5598 case LPFC_FABRIC_CFG_LINK:
5599 /* hba_state is identically LPFC_FABRIC_CFG_LINK while waiting for
5600 NameServer login */
James Smarte8b62012007-08-02 11:10:09 -04005601 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5602 "0223 Timeout while waiting for "
5603 "NameServer login\n");
dea31012005-04-17 16:05:31 -05005604 /* Next look for NameServer ndlp */
James Smart2e0fef82007-06-17 19:56:36 -05005605 ndlp = lpfc_findnode_did(vport, NameServer_DID);
James Smarte47c9092008-02-08 18:49:26 -05005606 if (ndlp && NLP_CHK_NODE_ACT(ndlp))
James Smart87af33f2007-10-27 13:37:43 -04005607 lpfc_els_abort(phba, ndlp);
5608
5609 /* ReStart discovery */
5610 goto restart_disc;
dea31012005-04-17 16:05:31 -05005611
5612 case LPFC_NS_QRY:
5613 /* Check for wait for NameServer Rsp timeout */
James Smarte8b62012007-08-02 11:10:09 -04005614 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5615 "0224 NameServer Query timeout "
5616 "Data: x%x x%x\n",
5617 vport->fc_ns_retry, LPFC_MAX_NS_RETRY);
dea31012005-04-17 16:05:31 -05005618
James Smart92d7f7b2007-06-17 19:56:38 -05005619 if (vport->fc_ns_retry < LPFC_MAX_NS_RETRY) {
5620 /* Try it one more time */
5621 vport->fc_ns_retry++;
James Smarta0f2d3e2017-02-12 13:52:31 -08005622 vport->gidft_inp = 0;
5623 rc = lpfc_issue_gidft(vport);
James Smart92d7f7b2007-06-17 19:56:38 -05005624 if (rc == 0)
5625 break;
dea31012005-04-17 16:05:31 -05005626 }
James Smart92d7f7b2007-06-17 19:56:38 -05005627 vport->fc_ns_retry = 0;
dea31012005-04-17 16:05:31 -05005628
James Smart87af33f2007-10-27 13:37:43 -04005629restart_disc:
James Smart92d7f7b2007-06-17 19:56:38 -05005630 /*
5631 * Discovery is over.
5632 * set port_state to PORT_READY if SLI2.
5633 * cmpl_reg_vpi will set port_state to READY for SLI3.
5634 */
James Smart3772a992009-05-22 14:50:54 -04005635 if (phba->sli_rev < LPFC_SLI_REV4) {
5636 if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)
5637 lpfc_issue_reg_vpi(phba, vport);
James Smart6d368e52011-05-24 11:44:12 -04005638 else {
James Smart3772a992009-05-22 14:50:54 -04005639 lpfc_issue_clear_la(phba, vport);
5640 vport->port_state = LPFC_VPORT_READY;
5641 }
dea31012005-04-17 16:05:31 -05005642 }
5643
5644 /* Setup and issue mailbox INITIALIZE LINK command */
5645 initlinkmbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5646 if (!initlinkmbox) {
James Smarte8b62012007-08-02 11:10:09 -04005647 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5648 "0206 Device Discovery "
5649 "completion error\n");
James Smart2e0fef82007-06-17 19:56:36 -05005650 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05005651 break;
5652 }
5653
5654 lpfc_linkdown(phba);
5655 lpfc_init_link(phba, initlinkmbox, phba->cfg_topology,
5656 phba->cfg_link_speed);
James Smart04c68492009-05-22 14:52:52 -04005657 initlinkmbox->u.mb.un.varInitLnk.lipsr_AL_PA = 0;
James Smarted957682007-06-17 19:56:37 -05005658 initlinkmbox->vport = vport;
James Smart92d7f7b2007-06-17 19:56:38 -05005659 initlinkmbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -04005660 rc = lpfc_sli_issue_mbox(phba, initlinkmbox, MBX_NOWAIT);
James Smart5b8bd0c2007-04-25 09:52:49 -04005661 lpfc_set_loopback_flag(phba);
dea31012005-04-17 16:05:31 -05005662 if (rc == MBX_NOT_FINISHED)
5663 mempool_free(initlinkmbox, phba->mbox_mem_pool);
5664
5665 break;
5666
5667 case LPFC_DISC_AUTH:
5668 /* Node Authentication timeout */
James Smarte8b62012007-08-02 11:10:09 -04005669 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5670 "0227 Node Authentication timeout\n");
James Smart2e0fef82007-06-17 19:56:36 -05005671 lpfc_disc_flush_list(vport);
5672
James Smart92d7f7b2007-06-17 19:56:38 -05005673 /*
5674 * set port_state to PORT_READY if SLI2.
5675 * cmpl_reg_vpi will set port_state to READY for SLI3.
5676 */
James Smart3772a992009-05-22 14:50:54 -04005677 if (phba->sli_rev < LPFC_SLI_REV4) {
5678 if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)
5679 lpfc_issue_reg_vpi(phba, vport);
5680 else { /* NPIV Not enabled */
5681 lpfc_issue_clear_la(phba, vport);
5682 vport->port_state = LPFC_VPORT_READY;
5683 }
dea31012005-04-17 16:05:31 -05005684 }
5685 break;
5686
James Smart2e0fef82007-06-17 19:56:36 -05005687 case LPFC_VPORT_READY:
5688 if (vport->fc_flag & FC_RSCN_MODE) {
James Smarte8b62012007-08-02 11:10:09 -04005689 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5690 "0231 RSCN timeout Data: x%x "
5691 "x%x\n",
5692 vport->fc_ns_retry, LPFC_MAX_NS_RETRY);
dea31012005-04-17 16:05:31 -05005693
5694 /* Cleanup any outstanding ELS commands */
James Smart2e0fef82007-06-17 19:56:36 -05005695 lpfc_els_flush_cmd(vport);
dea31012005-04-17 16:05:31 -05005696
James Smart2e0fef82007-06-17 19:56:36 -05005697 lpfc_els_flush_rscn(vport);
5698 lpfc_disc_flush_list(vport);
dea31012005-04-17 16:05:31 -05005699 }
5700 break;
James Smart2e0fef82007-06-17 19:56:36 -05005701
James Smart92d7f7b2007-06-17 19:56:38 -05005702 default:
James Smarte8b62012007-08-02 11:10:09 -04005703 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
James Smartd7c255b2008-08-24 21:50:00 -04005704 "0273 Unexpected discovery timeout, "
James Smarte8b62012007-08-02 11:10:09 -04005705 "vport State x%x\n", vport->port_state);
James Smart2e0fef82007-06-17 19:56:36 -05005706 break;
5707 }
5708
5709 switch (phba->link_state) {
5710 case LPFC_CLEAR_LA:
James Smart92d7f7b2007-06-17 19:56:38 -05005711 /* CLEAR LA timeout */
James Smarte8b62012007-08-02 11:10:09 -04005712 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5713 "0228 CLEAR LA timeout\n");
James Smart2e0fef82007-06-17 19:56:36 -05005714 clrlaerr = 1;
5715 break;
5716
James Smart09372822008-01-11 01:52:54 -05005717 case LPFC_LINK_UP:
5718 lpfc_issue_clear_la(phba, vport);
5719 /* Drop thru */
James Smart2e0fef82007-06-17 19:56:36 -05005720 case LPFC_LINK_UNKNOWN:
5721 case LPFC_WARM_START:
5722 case LPFC_INIT_START:
5723 case LPFC_INIT_MBX_CMDS:
5724 case LPFC_LINK_DOWN:
James Smart2e0fef82007-06-17 19:56:36 -05005725 case LPFC_HBA_ERROR:
James Smarte8b62012007-08-02 11:10:09 -04005726 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5727 "0230 Unexpected timeout, hba link "
5728 "state x%x\n", phba->link_state);
James Smart2e0fef82007-06-17 19:56:36 -05005729 clrlaerr = 1;
5730 break;
James Smart92d7f7b2007-06-17 19:56:38 -05005731
5732 case LPFC_HBA_READY:
5733 break;
dea31012005-04-17 16:05:31 -05005734 }
5735
5736 if (clrlaerr) {
James Smart2e0fef82007-06-17 19:56:36 -05005737 lpfc_disc_flush_list(vport);
James Smart895427b2017-02-12 13:52:30 -08005738 if (phba->sli_rev != LPFC_SLI_REV4) {
5739 psli->sli3_ring[(LPFC_EXTRA_RING)].flag &=
5740 ~LPFC_STOP_IOCB_EVENT;
5741 psli->sli3_ring[LPFC_FCP_RING].flag &=
5742 ~LPFC_STOP_IOCB_EVENT;
5743 }
James Smart2e0fef82007-06-17 19:56:36 -05005744 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05005745 }
dea31012005-04-17 16:05:31 -05005746 return;
5747}
5748
dea31012005-04-17 16:05:31 -05005749/*
5750 * This routine handles processing a NameServer REG_LOGIN mailbox
5751 * command upon completion. It is setup in the LPFC_MBOXQ
5752 * as the completion routine when the command is
5753 * handed off to the SLI layer.
5754 */
5755void
James Smart2e0fef82007-06-17 19:56:36 -05005756lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05005757{
James Smart04c68492009-05-22 14:52:52 -04005758 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05005759 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
5760 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
5761 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05005762
5763 pmb->context1 = NULL;
James Smartd439d282010-09-29 11:18:45 -04005764 pmb->context2 = NULL;
dea31012005-04-17 16:05:31 -05005765
James Smart6d368e52011-05-24 11:44:12 -04005766 if (phba->sli_rev < LPFC_SLI_REV4)
5767 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05005768 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05005769 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05005770 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
James Smartbe6bb942015-04-07 15:07:22 -04005771 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
5772 "0004 rpi:%x DID:%x flg:%x %d map:%x %p\n",
5773 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01005774 kref_read(&ndlp->kref),
James Smartbe6bb942015-04-07 15:07:22 -04005775 ndlp->nlp_usg_map, ndlp);
James Smart2e0fef82007-06-17 19:56:36 -05005776 /*
5777 * Start issuing Fabric-Device Management Interface (FDMI) command to
James Smart4258e982015-12-16 18:11:58 -05005778 * 0xfffffa (FDMI well known port).
5779 * DHBA -> DPRT -> RHBA -> RPA (physical port)
5780 * DPRT -> RPRT (vports)
dea31012005-04-17 16:05:31 -05005781 */
James Smart4258e982015-12-16 18:11:58 -05005782 if (vport->port_type == LPFC_PHYSICAL_PORT)
5783 lpfc_fdmi_cmd(vport, ndlp, SLI_MGMT_DHBA, 0);
James Smart76b2c342015-04-07 15:07:19 -04005784 else
James Smart4258e982015-12-16 18:11:58 -05005785 lpfc_fdmi_cmd(vport, ndlp, SLI_MGMT_DPRT, 0);
5786
dea31012005-04-17 16:05:31 -05005787
James Smartfa4066b2008-01-11 01:53:27 -05005788 /* decrement the node reference count held for this callback
5789 * function.
5790 */
James Smart329f9bc2007-04-25 09:53:01 -04005791 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05005792 lpfc_mbuf_free(phba, mp->virt, mp->phys);
5793 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04005794 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05005795
5796 return;
5797}
5798
James Smart685f0bf2007-04-25 09:53:08 -04005799static int
5800lpfc_filter_by_rpi(struct lpfc_nodelist *ndlp, void *param)
5801{
5802 uint16_t *rpi = param;
5803
James Smarteff4a012012-01-18 16:25:25 -05005804 /* check for active node */
5805 if (!NLP_CHK_NODE_ACT(ndlp))
5806 return 0;
5807
James Smart685f0bf2007-04-25 09:53:08 -04005808 return ndlp->nlp_rpi == *rpi;
5809}
5810
5811static int
5812lpfc_filter_by_wwpn(struct lpfc_nodelist *ndlp, void *param)
5813{
5814 return memcmp(&ndlp->nlp_portname, param,
5815 sizeof(ndlp->nlp_portname)) == 0;
5816}
5817
Adrian Bunka6ababd2007-11-05 18:07:33 +01005818static struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005819__lpfc_find_node(struct lpfc_vport *vport, node_filter filter, void *param)
dea31012005-04-17 16:05:31 -05005820{
James.Smart@Emulex.Com21568f52005-10-28 20:29:36 -04005821 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05005822
James Smart2e0fef82007-06-17 19:56:36 -05005823 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
James Smart34f5ad82012-08-03 12:35:03 -04005824 if (filter(ndlp, param)) {
5825 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5826 "3185 FIND node filter %p DID "
5827 "Data: x%p x%x x%x\n",
5828 filter, ndlp, ndlp->nlp_DID,
5829 ndlp->nlp_flag);
James Smart685f0bf2007-04-25 09:53:08 -04005830 return ndlp;
James Smart34f5ad82012-08-03 12:35:03 -04005831 }
James Smart685f0bf2007-04-25 09:53:08 -04005832 }
James Smart34f5ad82012-08-03 12:35:03 -04005833 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5834 "3186 FIND node filter %p NOT FOUND.\n", filter);
James.Smart@Emulex.Com21568f52005-10-28 20:29:36 -04005835 return NULL;
dea31012005-04-17 16:05:31 -05005836}
5837
James Smart685f0bf2007-04-25 09:53:08 -04005838/*
5839 * This routine looks up the ndlp lists for the given RPI. If rpi found it
James Smart2e0fef82007-06-17 19:56:36 -05005840 * returns the node list element pointer else return NULL.
James Smart685f0bf2007-04-25 09:53:08 -04005841 */
5842struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005843__lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi)
James Smart685f0bf2007-04-25 09:53:08 -04005844{
James Smart2e0fef82007-06-17 19:56:36 -05005845 return __lpfc_find_node(vport, lpfc_filter_by_rpi, &rpi);
James Smart685f0bf2007-04-25 09:53:08 -04005846}
5847
James Smart488d1462006-03-07 15:02:37 -05005848/*
James Smart685f0bf2007-04-25 09:53:08 -04005849 * This routine looks up the ndlp lists for the given WWPN. If WWPN found it
James Smart2e0fef82007-06-17 19:56:36 -05005850 * returns the node element list pointer else return NULL.
James Smart488d1462006-03-07 15:02:37 -05005851 */
5852struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005853lpfc_findnode_wwpn(struct lpfc_vport *vport, struct lpfc_name *wwpn)
James Smart488d1462006-03-07 15:02:37 -05005854{
James Smart2e0fef82007-06-17 19:56:36 -05005855 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart488d1462006-03-07 15:02:37 -05005856 struct lpfc_nodelist *ndlp;
James Smart488d1462006-03-07 15:02:37 -05005857
James Smart2e0fef82007-06-17 19:56:36 -05005858 spin_lock_irq(shost->host_lock);
5859 ndlp = __lpfc_find_node(vport, lpfc_filter_by_wwpn, wwpn);
5860 spin_unlock_irq(shost->host_lock);
James Smart858c9f62007-06-17 19:56:39 -05005861 return ndlp;
James Smart488d1462006-03-07 15:02:37 -05005862}
5863
James Smartcb69f7d2011-12-13 13:21:57 -05005864/*
5865 * This routine looks up the ndlp lists for the given RPI. If the rpi
5866 * is found, the routine returns the node element list pointer else
5867 * return NULL.
5868 */
5869struct lpfc_nodelist *
5870lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi)
5871{
5872 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5873 struct lpfc_nodelist *ndlp;
5874
5875 spin_lock_irq(shost->host_lock);
5876 ndlp = __lpfc_findnode_rpi(vport, rpi);
5877 spin_unlock_irq(shost->host_lock);
5878 return ndlp;
5879}
5880
5881/**
5882 * lpfc_find_vport_by_vpid - Find a vport on a HBA through vport identifier
5883 * @phba: pointer to lpfc hba data structure.
5884 * @vpi: the physical host virtual N_Port identifier.
5885 *
5886 * This routine finds a vport on a HBA (referred by @phba) through a
5887 * @vpi. The function walks the HBA's vport list and returns the address
5888 * of the vport with the matching @vpi.
5889 *
5890 * Return code
5891 * NULL - No vport with the matching @vpi found
5892 * Otherwise - Address to the vport with the matching @vpi.
5893 **/
5894struct lpfc_vport *
5895lpfc_find_vport_by_vpid(struct lpfc_hba *phba, uint16_t vpi)
5896{
5897 struct lpfc_vport *vport;
5898 unsigned long flags;
5899 int i = 0;
5900
5901 /* The physical ports are always vpi 0 - translate is unnecessary. */
5902 if (vpi > 0) {
5903 /*
5904 * Translate the physical vpi to the logical vpi. The
5905 * vport stores the logical vpi.
5906 */
5907 for (i = 0; i < phba->max_vpi; i++) {
5908 if (vpi == phba->vpi_ids[i])
5909 break;
5910 }
5911
5912 if (i >= phba->max_vpi) {
5913 lpfc_printf_log(phba, KERN_ERR, LOG_ELS,
5914 "2936 Could not find Vport mapped "
5915 "to vpi %d\n", vpi);
5916 return NULL;
5917 }
5918 }
5919
5920 spin_lock_irqsave(&phba->hbalock, flags);
5921 list_for_each_entry(vport, &phba->port_list, listentry) {
5922 if (vport->vpi == i) {
5923 spin_unlock_irqrestore(&phba->hbalock, flags);
5924 return vport;
5925 }
5926 }
5927 spin_unlock_irqrestore(&phba->hbalock, flags);
5928 return NULL;
5929}
5930
James Smart9d3d3402017-04-21 16:05:00 -07005931struct lpfc_nodelist *
5932lpfc_nlp_init(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05005933{
James Smart9d3d3402017-04-21 16:05:00 -07005934 struct lpfc_nodelist *ndlp;
5935 int rpi = LPFC_RPI_ALLOC_ERROR;
5936
5937 if (vport->phba->sli_rev == LPFC_SLI_REV4) {
5938 rpi = lpfc_sli4_alloc_rpi(vport->phba);
5939 if (rpi == LPFC_RPI_ALLOC_ERROR)
5940 return NULL;
5941 }
5942
5943 ndlp = mempool_alloc(vport->phba->nlp_mem_pool, GFP_KERNEL);
5944 if (!ndlp) {
5945 if (vport->phba->sli_rev == LPFC_SLI_REV4)
5946 lpfc_sli4_free_rpi(vport->phba, rpi);
5947 return NULL;
5948 }
5949
dea31012005-04-17 16:05:31 -05005950 memset(ndlp, 0, sizeof (struct lpfc_nodelist));
James Smart109f6ed2008-12-04 22:39:08 -05005951
5952 lpfc_initialize_node(vport, ndlp, did);
James Smart685f0bf2007-04-25 09:53:08 -04005953 INIT_LIST_HEAD(&ndlp->nlp_listp);
James Smartcff261f2013-12-17 20:29:47 -05005954 if (vport->phba->sli_rev == LPFC_SLI_REV4) {
James Smart9d3d3402017-04-21 16:05:00 -07005955 ndlp->nlp_rpi = rpi;
James Smartbe6bb942015-04-07 15:07:22 -04005956 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5957 "0007 rpi:%x DID:%x flg:%x refcnt:%d "
5958 "map:%x %p\n", ndlp->nlp_rpi, ndlp->nlp_DID,
5959 ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01005960 kref_read(&ndlp->kref),
James Smartbe6bb942015-04-07 15:07:22 -04005961 ndlp->nlp_usg_map, ndlp);
5962
James Smartcff261f2013-12-17 20:29:47 -05005963 ndlp->active_rrqs_xri_bitmap =
5964 mempool_alloc(vport->phba->active_rrq_pool,
5965 GFP_KERNEL);
James Smart59c5f612014-05-21 08:05:10 -04005966 if (ndlp->active_rrqs_xri_bitmap)
5967 memset(ndlp->active_rrqs_xri_bitmap, 0,
5968 ndlp->phba->cfg_rrq_xri_bitmap_sz);
James Smartcff261f2013-12-17 20:29:47 -05005969 }
5970
James Smart725dd392013-10-10 12:23:30 -04005971
James Smart858c9f62007-06-17 19:56:39 -05005972
5973 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
5974 "node init: did:x%x",
5975 ndlp->nlp_DID, 0, 0);
5976
James Smart9d3d3402017-04-21 16:05:00 -07005977 return ndlp;
dea31012005-04-17 16:05:31 -05005978}
James Smart329f9bc2007-04-25 09:53:01 -04005979
James Smart98c9ea52007-10-27 13:37:33 -04005980/* This routine releases all resources associated with a specifc NPort's ndlp
5981 * and mempool_free's the nodelist.
5982 */
James Smart311464e2007-08-02 11:10:37 -04005983static void
James Smart329f9bc2007-04-25 09:53:01 -04005984lpfc_nlp_release(struct kref *kref)
5985{
James Smarte47c9092008-02-08 18:49:26 -05005986 struct lpfc_hba *phba;
5987 unsigned long flags;
James Smart329f9bc2007-04-25 09:53:01 -04005988 struct lpfc_nodelist *ndlp = container_of(kref, struct lpfc_nodelist,
5989 kref);
James Smart858c9f62007-06-17 19:56:39 -05005990
5991 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5992 "node release: did:x%x flg:x%x type:x%x",
5993 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
5994
James Smarte47c9092008-02-08 18:49:26 -05005995 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
James Smart939723a2012-05-09 21:19:03 -04005996 "0279 lpfc_nlp_release: ndlp:x%p did %x "
James Smartbe6bb942015-04-07 15:07:22 -04005997 "usgmap:x%x refcnt:%d rpi:%x\n",
James Smart939723a2012-05-09 21:19:03 -04005998 (void *)ndlp, ndlp->nlp_DID, ndlp->nlp_usg_map,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01005999 kref_read(&ndlp->kref), ndlp->nlp_rpi);
James Smarte47c9092008-02-08 18:49:26 -05006000
6001 /* remove ndlp from action. */
James Smart2e0fef82007-06-17 19:56:36 -05006002 lpfc_nlp_remove(ndlp->vport, ndlp);
James Smarte47c9092008-02-08 18:49:26 -05006003
6004 /* clear the ndlp active flag for all release cases */
James Smarta257bf92009-04-06 18:48:10 -04006005 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05006006 spin_lock_irqsave(&phba->ndlp_lock, flags);
6007 NLP_CLR_NODE_ACT(ndlp);
6008 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
James Smart40426292010-12-15 17:58:10 -05006009 if (phba->sli_rev == LPFC_SLI_REV4)
6010 lpfc_sli4_free_rpi(phba, ndlp->nlp_rpi);
James Smarte47c9092008-02-08 18:49:26 -05006011
6012 /* free ndlp memory for final ndlp release */
James Smartea2151b2008-09-07 11:52:10 -04006013 if (NLP_CHK_FREE_REQ(ndlp)) {
6014 kfree(ndlp->lat_data);
James Smartcff261f2013-12-17 20:29:47 -05006015 if (phba->sli_rev == LPFC_SLI_REV4)
6016 mempool_free(ndlp->active_rrqs_xri_bitmap,
6017 ndlp->phba->active_rrq_pool);
James Smarta257bf92009-04-06 18:48:10 -04006018 mempool_free(ndlp, ndlp->phba->nlp_mem_pool);
James Smartea2151b2008-09-07 11:52:10 -04006019 }
James Smart329f9bc2007-04-25 09:53:01 -04006020}
6021
James Smart98c9ea52007-10-27 13:37:33 -04006022/* This routine bumps the reference count for a ndlp structure to ensure
6023 * that one discovery thread won't free a ndlp while another discovery thread
6024 * is using it.
6025 */
James Smart329f9bc2007-04-25 09:53:01 -04006026struct lpfc_nodelist *
6027lpfc_nlp_get(struct lpfc_nodelist *ndlp)
6028{
James Smarte47c9092008-02-08 18:49:26 -05006029 struct lpfc_hba *phba;
6030 unsigned long flags;
6031
James Smart98c9ea52007-10-27 13:37:33 -04006032 if (ndlp) {
6033 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
6034 "node get: did:x%x flg:x%x refcnt:x%x",
6035 ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01006036 kref_read(&ndlp->kref));
James Smarte47c9092008-02-08 18:49:26 -05006037 /* The check of ndlp usage to prevent incrementing the
6038 * ndlp reference count that is in the process of being
6039 * released.
6040 */
James Smarta257bf92009-04-06 18:48:10 -04006041 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05006042 spin_lock_irqsave(&phba->ndlp_lock, flags);
6043 if (!NLP_CHK_NODE_ACT(ndlp) || NLP_CHK_FREE_ACK(ndlp)) {
6044 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
6045 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
6046 "0276 lpfc_nlp_get: ndlp:x%p "
6047 "usgmap:x%x refcnt:%d\n",
6048 (void *)ndlp, ndlp->nlp_usg_map,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01006049 kref_read(&ndlp->kref));
James Smarte47c9092008-02-08 18:49:26 -05006050 return NULL;
6051 } else
6052 kref_get(&ndlp->kref);
6053 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
James Smart98c9ea52007-10-27 13:37:33 -04006054 }
James Smart329f9bc2007-04-25 09:53:01 -04006055 return ndlp;
6056}
6057
James Smart98c9ea52007-10-27 13:37:33 -04006058/* This routine decrements the reference count for a ndlp structure. If the
James Smarte47c9092008-02-08 18:49:26 -05006059 * count goes to 0, this indicates the the associated nodelist should be
6060 * freed. Returning 1 indicates the ndlp resource has been released; on the
6061 * other hand, returning 0 indicates the ndlp resource has not been released
6062 * yet.
James Smart98c9ea52007-10-27 13:37:33 -04006063 */
James Smart329f9bc2007-04-25 09:53:01 -04006064int
6065lpfc_nlp_put(struct lpfc_nodelist *ndlp)
6066{
James Smarte47c9092008-02-08 18:49:26 -05006067 struct lpfc_hba *phba;
6068 unsigned long flags;
6069
6070 if (!ndlp)
6071 return 1;
6072
6073 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
6074 "node put: did:x%x flg:x%x refcnt:x%x",
6075 ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01006076 kref_read(&ndlp->kref));
James Smarta257bf92009-04-06 18:48:10 -04006077 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05006078 spin_lock_irqsave(&phba->ndlp_lock, flags);
6079 /* Check the ndlp memory free acknowledge flag to avoid the
6080 * possible race condition that kref_put got invoked again
6081 * after previous one has done ndlp memory free.
6082 */
6083 if (NLP_CHK_FREE_ACK(ndlp)) {
6084 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
6085 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
6086 "0274 lpfc_nlp_put: ndlp:x%p "
6087 "usgmap:x%x refcnt:%d\n",
6088 (void *)ndlp, ndlp->nlp_usg_map,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01006089 kref_read(&ndlp->kref));
James Smarte47c9092008-02-08 18:49:26 -05006090 return 1;
James Smart98c9ea52007-10-27 13:37:33 -04006091 }
James Smarte47c9092008-02-08 18:49:26 -05006092 /* Check the ndlp inactivate log flag to avoid the possible
6093 * race condition that kref_put got invoked again after ndlp
6094 * is already in inactivating state.
6095 */
6096 if (NLP_CHK_IACT_REQ(ndlp)) {
6097 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
6098 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
6099 "0275 lpfc_nlp_put: ndlp:x%p "
6100 "usgmap:x%x refcnt:%d\n",
6101 (void *)ndlp, ndlp->nlp_usg_map,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01006102 kref_read(&ndlp->kref));
James Smarte47c9092008-02-08 18:49:26 -05006103 return 1;
6104 }
6105 /* For last put, mark the ndlp usage flags to make sure no
6106 * other kref_get and kref_put on the same ndlp shall get
6107 * in between the process when the final kref_put has been
6108 * invoked on this ndlp.
6109 */
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01006110 if (kref_read(&ndlp->kref) == 1) {
James Smarte47c9092008-02-08 18:49:26 -05006111 /* Indicate ndlp is put to inactive state. */
6112 NLP_SET_IACT_REQ(ndlp);
6113 /* Acknowledge ndlp memory free has been seen. */
6114 if (NLP_CHK_FREE_REQ(ndlp))
6115 NLP_SET_FREE_ACK(ndlp);
6116 }
6117 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
6118 /* Note, the kref_put returns 1 when decrementing a reference
6119 * count that was 1, it invokes the release callback function,
6120 * but it still left the reference count as 1 (not actually
6121 * performs the last decrementation). Otherwise, it actually
6122 * decrements the reference count and returns 0.
6123 */
6124 return kref_put(&ndlp->kref, lpfc_nlp_release);
James Smart329f9bc2007-04-25 09:53:01 -04006125}
James Smart98c9ea52007-10-27 13:37:33 -04006126
6127/* This routine free's the specified nodelist if it is not in use
James Smarte47c9092008-02-08 18:49:26 -05006128 * by any other discovery thread. This routine returns 1 if the
6129 * ndlp has been freed. A return value of 0 indicates the ndlp is
6130 * not yet been released.
James Smart98c9ea52007-10-27 13:37:33 -04006131 */
6132int
6133lpfc_nlp_not_used(struct lpfc_nodelist *ndlp)
6134{
6135 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
6136 "node not used: did:x%x flg:x%x refcnt:x%x",
6137 ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01006138 kref_read(&ndlp->kref));
6139 if (kref_read(&ndlp->kref) == 1)
James Smarte47c9092008-02-08 18:49:26 -05006140 if (lpfc_nlp_put(ndlp))
6141 return 1;
James Smart98c9ea52007-10-27 13:37:33 -04006142 return 0;
6143}
James Smart6fb120a2009-05-22 14:52:59 -04006144
6145/**
6146 * lpfc_fcf_inuse - Check if FCF can be unregistered.
6147 * @phba: Pointer to hba context object.
6148 *
6149 * This function iterate through all FC nodes associated
6150 * will all vports to check if there is any node with
6151 * fc_rports associated with it. If there is an fc_rport
6152 * associated with the node, then the node is either in
6153 * discovered state or its devloss_timer is pending.
6154 */
6155static int
6156lpfc_fcf_inuse(struct lpfc_hba *phba)
6157{
6158 struct lpfc_vport **vports;
6159 int i, ret = 0;
6160 struct lpfc_nodelist *ndlp;
6161 struct Scsi_Host *shost;
6162
6163 vports = lpfc_create_vport_work_array(phba);
6164
James Smart63e801c2010-11-20 23:14:19 -05006165 /* If driver cannot allocate memory, indicate fcf is in use */
6166 if (!vports)
6167 return 1;
6168
James Smart6fb120a2009-05-22 14:52:59 -04006169 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
6170 shost = lpfc_shost_from_vport(vports[i]);
6171 spin_lock_irq(shost->host_lock);
James Smart05580562011-05-24 11:40:48 -04006172 /*
6173 * IF the CVL_RCVD bit is not set then we have sent the
6174 * flogi.
6175 * If dev_loss fires while we are waiting we do not want to
6176 * unreg the fcf.
6177 */
6178 if (!(vports[i]->fc_flag & FC_VPORT_CVL_RCVD)) {
6179 spin_unlock_irq(shost->host_lock);
6180 ret = 1;
6181 goto out;
6182 }
James Smart6fb120a2009-05-22 14:52:59 -04006183 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) {
6184 if (NLP_CHK_NODE_ACT(ndlp) && ndlp->rport &&
6185 (ndlp->rport->roles & FC_RPORT_ROLE_FCP_TARGET)) {
6186 ret = 1;
6187 spin_unlock_irq(shost->host_lock);
6188 goto out;
James Smart80c17842012-03-01 22:35:45 -05006189 } else if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
6190 ret = 1;
James Smart891478a2009-11-18 15:40:23 -05006191 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
James Smart80c17842012-03-01 22:35:45 -05006192 "2624 RPI %x DID %x flag %x "
6193 "still logged in\n",
6194 ndlp->nlp_rpi, ndlp->nlp_DID,
6195 ndlp->nlp_flag);
James Smart6fb120a2009-05-22 14:52:59 -04006196 }
6197 }
6198 spin_unlock_irq(shost->host_lock);
6199 }
6200out:
6201 lpfc_destroy_vport_work_array(phba, vports);
6202 return ret;
6203}
6204
6205/**
6206 * lpfc_unregister_vfi_cmpl - Completion handler for unreg vfi.
6207 * @phba: Pointer to hba context object.
6208 * @mboxq: Pointer to mailbox object.
6209 *
6210 * This function frees memory associated with the mailbox command.
6211 */
James Smart1b511972011-12-13 13:23:09 -05006212void
James Smart6fb120a2009-05-22 14:52:59 -04006213lpfc_unregister_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
6214{
6215 struct lpfc_vport *vport = mboxq->vport;
James Smart38b92ef2010-08-04 16:11:39 -04006216 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart6fb120a2009-05-22 14:52:59 -04006217
6218 if (mboxq->u.mb.mbxStatus) {
6219 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
6220 "2555 UNREG_VFI mbxStatus error x%x "
6221 "HBA state x%x\n",
6222 mboxq->u.mb.mbxStatus, vport->port_state);
6223 }
James Smart38b92ef2010-08-04 16:11:39 -04006224 spin_lock_irq(shost->host_lock);
6225 phba->pport->fc_flag &= ~FC_VFI_REGISTERED;
6226 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04006227 mempool_free(mboxq, phba->mbox_mem_pool);
6228 return;
6229}
6230
6231/**
6232 * lpfc_unregister_fcfi_cmpl - Completion handler for unreg fcfi.
6233 * @phba: Pointer to hba context object.
6234 * @mboxq: Pointer to mailbox object.
6235 *
6236 * This function frees memory associated with the mailbox command.
6237 */
6238static void
6239lpfc_unregister_fcfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
6240{
6241 struct lpfc_vport *vport = mboxq->vport;
6242
6243 if (mboxq->u.mb.mbxStatus) {
6244 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
6245 "2550 UNREG_FCFI mbxStatus error x%x "
6246 "HBA state x%x\n",
6247 mboxq->u.mb.mbxStatus, vport->port_state);
6248 }
6249 mempool_free(mboxq, phba->mbox_mem_pool);
6250 return;
6251}
6252
6253/**
James Smartecfd03c2010-02-12 14:41:27 -05006254 * lpfc_unregister_fcf_prep - Unregister fcf record preparation
James Smart6fb120a2009-05-22 14:52:59 -04006255 * @phba: Pointer to hba context object.
6256 *
James Smartecfd03c2010-02-12 14:41:27 -05006257 * This function prepare the HBA for unregistering the currently registered
6258 * FCF from the HBA. It performs unregistering, in order, RPIs, VPIs, and
6259 * VFIs.
James Smart6fb120a2009-05-22 14:52:59 -04006260 */
James Smartecfd03c2010-02-12 14:41:27 -05006261int
6262lpfc_unregister_fcf_prep(struct lpfc_hba *phba)
James Smart6fb120a2009-05-22 14:52:59 -04006263{
James Smart6fb120a2009-05-22 14:52:59 -04006264 struct lpfc_vport **vports;
James Smart695a8142010-01-26 23:08:03 -05006265 struct lpfc_nodelist *ndlp;
James Smart72100cc2010-02-12 14:43:01 -05006266 struct Scsi_Host *shost;
James Smarte74c03c2013-04-17 20:15:19 -04006267 int i = 0, rc;
James Smart6fb120a2009-05-22 14:52:59 -04006268
James Smartecfd03c2010-02-12 14:41:27 -05006269 /* Unregister RPIs */
James Smart6fb120a2009-05-22 14:52:59 -04006270 if (lpfc_fcf_inuse(phba))
James Smartecfd03c2010-02-12 14:41:27 -05006271 lpfc_unreg_hba_rpis(phba);
James Smart6fb120a2009-05-22 14:52:59 -04006272
James Smart4d9ab992009-10-02 15:16:39 -04006273 /* At this point, all discovery is aborted */
6274 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
James Smart6fb120a2009-05-22 14:52:59 -04006275
6276 /* Unregister VPIs */
6277 vports = lpfc_create_vport_work_array(phba);
James Smartecfd03c2010-02-12 14:41:27 -05006278 if (vports && (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED))
James Smart6fb120a2009-05-22 14:52:59 -04006279 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
James Smart695a8142010-01-26 23:08:03 -05006280 /* Stop FLOGI/FDISC retries */
6281 ndlp = lpfc_findnode_did(vports[i], Fabric_DID);
6282 if (ndlp)
6283 lpfc_cancel_retry_delay_tmo(vports[i], ndlp);
James Smart78730cf2010-04-06 15:06:30 -04006284 lpfc_cleanup_pending_mbox(vports[i]);
James Smart5af5eee2010-10-22 11:06:38 -04006285 if (phba->sli_rev == LPFC_SLI_REV4)
6286 lpfc_sli4_unreg_all_rpis(vports[i]);
James Smart6fb120a2009-05-22 14:52:59 -04006287 lpfc_mbx_unreg_vpi(vports[i]);
James Smart72100cc2010-02-12 14:43:01 -05006288 shost = lpfc_shost_from_vport(vports[i]);
6289 spin_lock_irq(shost->host_lock);
James Smart891478a2009-11-18 15:40:23 -05006290 vports[i]->fc_flag |= FC_VPORT_NEEDS_INIT_VPI;
James Smartc8685952009-11-18 15:39:16 -05006291 vports[i]->vpi_state &= ~LPFC_VPI_REGISTERED;
James Smart72100cc2010-02-12 14:43:01 -05006292 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04006293 }
6294 lpfc_destroy_vport_work_array(phba, vports);
James Smarte74c03c2013-04-17 20:15:19 -04006295 if (i == 0 && (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED))) {
6296 ndlp = lpfc_findnode_did(phba->pport, Fabric_DID);
6297 if (ndlp)
6298 lpfc_cancel_retry_delay_tmo(phba->pport, ndlp);
6299 lpfc_cleanup_pending_mbox(phba->pport);
6300 if (phba->sli_rev == LPFC_SLI_REV4)
6301 lpfc_sli4_unreg_all_rpis(phba->pport);
6302 lpfc_mbx_unreg_vpi(phba->pport);
6303 shost = lpfc_shost_from_vport(phba->pport);
6304 spin_lock_irq(shost->host_lock);
6305 phba->pport->fc_flag |= FC_VPORT_NEEDS_INIT_VPI;
6306 phba->pport->vpi_state &= ~LPFC_VPI_REGISTERED;
6307 spin_unlock_irq(shost->host_lock);
6308 }
James Smart6fb120a2009-05-22 14:52:59 -04006309
James Smart695a8142010-01-26 23:08:03 -05006310 /* Cleanup any outstanding ELS commands */
6311 lpfc_els_flush_all_cmd(phba);
6312
James Smart1b511972011-12-13 13:23:09 -05006313 /* Unregister the physical port VFI */
6314 rc = lpfc_issue_unreg_vfi(phba->pport);
6315 return rc;
James Smartecfd03c2010-02-12 14:41:27 -05006316}
6317
6318/**
6319 * lpfc_sli4_unregister_fcf - Unregister currently registered FCF record
6320 * @phba: Pointer to hba context object.
6321 *
6322 * This function issues synchronous unregister FCF mailbox command to HBA to
6323 * unregister the currently registered FCF record. The driver does not reset
6324 * the driver FCF usage state flags.
6325 *
6326 * Return 0 if successfully issued, none-zero otherwise.
6327 */
6328int
6329lpfc_sli4_unregister_fcf(struct lpfc_hba *phba)
6330{
6331 LPFC_MBOXQ_t *mbox;
6332 int rc;
6333
James Smart6fb120a2009-05-22 14:52:59 -04006334 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
6335 if (!mbox) {
6336 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
James Smartecfd03c2010-02-12 14:41:27 -05006337 "2551 UNREG_FCFI mbox allocation failed"
6338 "HBA state x%x\n", phba->pport->port_state);
6339 return -ENOMEM;
James Smart6fb120a2009-05-22 14:52:59 -04006340 }
James Smart6fb120a2009-05-22 14:52:59 -04006341 lpfc_unreg_fcfi(mbox, phba->fcf.fcfi);
6342 mbox->vport = phba->pport;
6343 mbox->mbox_cmpl = lpfc_unregister_fcfi_cmpl;
6344 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
6345
6346 if (rc == MBX_NOT_FINISHED) {
James Smartecfd03c2010-02-12 14:41:27 -05006347 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
6348 "2552 Unregister FCFI command failed rc x%x "
6349 "HBA state x%x\n",
6350 rc, phba->pport->port_state);
6351 return -EINVAL;
6352 }
6353 return 0;
6354}
6355
6356/**
6357 * lpfc_unregister_fcf_rescan - Unregister currently registered fcf and rescan
6358 * @phba: Pointer to hba context object.
6359 *
6360 * This function unregisters the currently reigstered FCF. This function
6361 * also tries to find another FCF for discovery by rescan the HBA FCF table.
6362 */
6363void
6364lpfc_unregister_fcf_rescan(struct lpfc_hba *phba)
6365{
6366 int rc;
6367
6368 /* Preparation for unregistering fcf */
6369 rc = lpfc_unregister_fcf_prep(phba);
6370 if (rc) {
6371 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
6372 "2748 Failed to prepare for unregistering "
6373 "HBA's FCF record: rc=%d\n", rc);
James Smart6fb120a2009-05-22 14:52:59 -04006374 return;
6375 }
6376
James Smartecfd03c2010-02-12 14:41:27 -05006377 /* Now, unregister FCF record and reset HBA FCF state */
6378 rc = lpfc_sli4_unregister_fcf(phba);
6379 if (rc)
6380 return;
6381 /* Reset HBA FCF states after successful unregister FCF */
6382 phba->fcf.fcf_flag = 0;
James Smartfc2b9892010-02-26 14:15:29 -05006383 phba->fcf.current_rec.flag = 0;
James Smart6fb120a2009-05-22 14:52:59 -04006384
6385 /*
6386 * If driver is not unloading, check if there is any other
6387 * FCF record that can be used for discovery.
6388 */
6389 if ((phba->pport->load_flag & FC_UNLOADING) ||
James Smartecfd03c2010-02-12 14:41:27 -05006390 (phba->link_state < LPFC_LINK_UP))
James Smart6fb120a2009-05-22 14:52:59 -04006391 return;
6392
James Smart0c9ab6f2010-02-26 14:15:57 -05006393 /* This is considered as the initial FCF discovery scan */
6394 spin_lock_irq(&phba->hbalock);
6395 phba->fcf.fcf_flag |= FCF_INIT_DISC;
6396 spin_unlock_irq(&phba->hbalock);
James Smart38b92ef2010-08-04 16:11:39 -04006397
6398 /* Reset FCF roundrobin bmask for new discovery */
James Smart7d791df2011-07-22 18:37:52 -04006399 lpfc_sli4_clear_fcf_rr_bmask(phba);
James Smart38b92ef2010-08-04 16:11:39 -04006400
James Smart0c9ab6f2010-02-26 14:15:57 -05006401 rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST);
James Smart6fb120a2009-05-22 14:52:59 -04006402
James Smart0c9ab6f2010-02-26 14:15:57 -05006403 if (rc) {
6404 spin_lock_irq(&phba->hbalock);
6405 phba->fcf.fcf_flag &= ~FCF_INIT_DISC;
6406 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04006407 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
James Smartecfd03c2010-02-12 14:41:27 -05006408 "2553 lpfc_unregister_unused_fcf failed "
6409 "to read FCF record HBA state x%x\n",
6410 phba->pport->port_state);
James Smart0c9ab6f2010-02-26 14:15:57 -05006411 }
James Smartecfd03c2010-02-12 14:41:27 -05006412}
6413
6414/**
6415 * lpfc_unregister_fcf - Unregister the currently registered fcf record
6416 * @phba: Pointer to hba context object.
6417 *
6418 * This function just unregisters the currently reigstered FCF. It does not
6419 * try to find another FCF for discovery.
6420 */
6421void
6422lpfc_unregister_fcf(struct lpfc_hba *phba)
6423{
6424 int rc;
6425
6426 /* Preparation for unregistering fcf */
6427 rc = lpfc_unregister_fcf_prep(phba);
6428 if (rc) {
6429 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
6430 "2749 Failed to prepare for unregistering "
6431 "HBA's FCF record: rc=%d\n", rc);
6432 return;
6433 }
6434
6435 /* Now, unregister FCF record and reset HBA FCF state */
6436 rc = lpfc_sli4_unregister_fcf(phba);
6437 if (rc)
6438 return;
6439 /* Set proper HBA FCF states after successful unregister FCF */
6440 spin_lock_irq(&phba->hbalock);
6441 phba->fcf.fcf_flag &= ~FCF_REGISTERED;
6442 spin_unlock_irq(&phba->hbalock);
6443}
6444
6445/**
6446 * lpfc_unregister_unused_fcf - Unregister FCF if all devices are disconnected.
6447 * @phba: Pointer to hba context object.
6448 *
6449 * This function check if there are any connected remote port for the FCF and
6450 * if all the devices are disconnected, this function unregister FCFI.
6451 * This function also tries to use another FCF for discovery.
6452 */
6453void
6454lpfc_unregister_unused_fcf(struct lpfc_hba *phba)
6455{
6456 /*
James Smart3804dc82010-07-14 15:31:37 -04006457 * If HBA is not running in FIP mode, if HBA does not support
6458 * FCoE, if FCF discovery is ongoing, or if FCF has not been
6459 * registered, do nothing.
James Smartecfd03c2010-02-12 14:41:27 -05006460 */
6461 spin_lock_irq(&phba->hbalock);
James Smart76a95d72010-11-20 23:11:48 -05006462 if (!(phba->hba_flag & HBA_FCOE_MODE) ||
James Smartecfd03c2010-02-12 14:41:27 -05006463 !(phba->fcf.fcf_flag & FCF_REGISTERED) ||
James Smartdbb6b3a2010-06-08 18:31:37 -04006464 !(phba->hba_flag & HBA_FIP_SUPPORT) ||
James Smart3804dc82010-07-14 15:31:37 -04006465 (phba->fcf.fcf_flag & FCF_DISCOVERY) ||
James Smartdbb6b3a2010-06-08 18:31:37 -04006466 (phba->pport->port_state == LPFC_FLOGI)) {
James Smartecfd03c2010-02-12 14:41:27 -05006467 spin_unlock_irq(&phba->hbalock);
6468 return;
6469 }
6470 spin_unlock_irq(&phba->hbalock);
6471
6472 if (lpfc_fcf_inuse(phba))
6473 return;
6474
6475 lpfc_unregister_fcf_rescan(phba);
James Smart6fb120a2009-05-22 14:52:59 -04006476}
6477
6478/**
6479 * lpfc_read_fcf_conn_tbl - Create driver FCF connection table.
6480 * @phba: Pointer to hba context object.
6481 * @buff: Buffer containing the FCF connection table as in the config
6482 * region.
6483 * This function create driver data structure for the FCF connection
6484 * record table read from config region 23.
6485 */
6486static void
6487lpfc_read_fcf_conn_tbl(struct lpfc_hba *phba,
6488 uint8_t *buff)
6489{
6490 struct lpfc_fcf_conn_entry *conn_entry, *next_conn_entry;
6491 struct lpfc_fcf_conn_hdr *conn_hdr;
6492 struct lpfc_fcf_conn_rec *conn_rec;
6493 uint32_t record_count;
6494 int i;
6495
6496 /* Free the current connect table */
6497 list_for_each_entry_safe(conn_entry, next_conn_entry,
James Smart4d9ab992009-10-02 15:16:39 -04006498 &phba->fcf_conn_rec_list, list) {
6499 list_del_init(&conn_entry->list);
James Smart6fb120a2009-05-22 14:52:59 -04006500 kfree(conn_entry);
James Smart4d9ab992009-10-02 15:16:39 -04006501 }
James Smart6fb120a2009-05-22 14:52:59 -04006502
6503 conn_hdr = (struct lpfc_fcf_conn_hdr *) buff;
6504 record_count = conn_hdr->length * sizeof(uint32_t)/
6505 sizeof(struct lpfc_fcf_conn_rec);
6506
6507 conn_rec = (struct lpfc_fcf_conn_rec *)
6508 (buff + sizeof(struct lpfc_fcf_conn_hdr));
6509
6510 for (i = 0; i < record_count; i++) {
6511 if (!(conn_rec[i].flags & FCFCNCT_VALID))
6512 continue;
6513 conn_entry = kzalloc(sizeof(struct lpfc_fcf_conn_entry),
6514 GFP_KERNEL);
6515 if (!conn_entry) {
6516 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6517 "2566 Failed to allocate connection"
6518 " table entry\n");
6519 return;
6520 }
6521
6522 memcpy(&conn_entry->conn_rec, &conn_rec[i],
6523 sizeof(struct lpfc_fcf_conn_rec));
James Smart6fb120a2009-05-22 14:52:59 -04006524 list_add_tail(&conn_entry->list,
6525 &phba->fcf_conn_rec_list);
6526 }
James Smartdf0d0852013-05-31 17:05:08 -04006527
6528 if (!list_empty(&phba->fcf_conn_rec_list)) {
6529 i = 0;
6530 list_for_each_entry(conn_entry, &phba->fcf_conn_rec_list,
6531 list) {
6532 conn_rec = &conn_entry->conn_rec;
6533 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
6534 "3345 FCF connection list rec[%02d]: "
6535 "flags:x%04x, vtag:x%04x, "
6536 "fabric_name:x%02x:%02x:%02x:%02x:"
6537 "%02x:%02x:%02x:%02x, "
6538 "switch_name:x%02x:%02x:%02x:%02x:"
6539 "%02x:%02x:%02x:%02x\n", i++,
6540 conn_rec->flags, conn_rec->vlan_tag,
6541 conn_rec->fabric_name[0],
6542 conn_rec->fabric_name[1],
6543 conn_rec->fabric_name[2],
6544 conn_rec->fabric_name[3],
6545 conn_rec->fabric_name[4],
6546 conn_rec->fabric_name[5],
6547 conn_rec->fabric_name[6],
6548 conn_rec->fabric_name[7],
6549 conn_rec->switch_name[0],
6550 conn_rec->switch_name[1],
6551 conn_rec->switch_name[2],
6552 conn_rec->switch_name[3],
6553 conn_rec->switch_name[4],
6554 conn_rec->switch_name[5],
6555 conn_rec->switch_name[6],
6556 conn_rec->switch_name[7]);
6557 }
6558 }
James Smart6fb120a2009-05-22 14:52:59 -04006559}
6560
6561/**
6562 * lpfc_read_fcoe_param - Read FCoe parameters from conf region..
6563 * @phba: Pointer to hba context object.
6564 * @buff: Buffer containing the FCoE parameter data structure.
6565 *
6566 * This function update driver data structure with config
6567 * parameters read from config region 23.
6568 */
6569static void
6570lpfc_read_fcoe_param(struct lpfc_hba *phba,
6571 uint8_t *buff)
6572{
6573 struct lpfc_fip_param_hdr *fcoe_param_hdr;
6574 struct lpfc_fcoe_params *fcoe_param;
6575
6576 fcoe_param_hdr = (struct lpfc_fip_param_hdr *)
6577 buff;
6578 fcoe_param = (struct lpfc_fcoe_params *)
James Smart32b97932009-07-19 10:01:21 -04006579 (buff + sizeof(struct lpfc_fip_param_hdr));
James Smart6fb120a2009-05-22 14:52:59 -04006580
6581 if ((fcoe_param_hdr->parm_version != FIPP_VERSION) ||
6582 (fcoe_param_hdr->length != FCOE_PARAM_LENGTH))
6583 return;
6584
James Smart6fb120a2009-05-22 14:52:59 -04006585 if (fcoe_param_hdr->parm_flags & FIPP_VLAN_VALID) {
6586 phba->valid_vlan = 1;
6587 phba->vlan_id = le16_to_cpu(fcoe_param->vlan_tag) &
6588 0xFFF;
6589 }
6590
6591 phba->fc_map[0] = fcoe_param->fc_map[0];
6592 phba->fc_map[1] = fcoe_param->fc_map[1];
6593 phba->fc_map[2] = fcoe_param->fc_map[2];
6594 return;
6595}
6596
6597/**
6598 * lpfc_get_rec_conf23 - Get a record type in config region data.
6599 * @buff: Buffer containing config region 23 data.
6600 * @size: Size of the data buffer.
6601 * @rec_type: Record type to be searched.
6602 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -03006603 * This function searches config region data to find the beginning
James Smart6fb120a2009-05-22 14:52:59 -04006604 * of the record specified by record_type. If record found, this
6605 * function return pointer to the record else return NULL.
6606 */
6607static uint8_t *
6608lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type)
6609{
6610 uint32_t offset = 0, rec_length;
6611
6612 if ((buff[0] == LPFC_REGION23_LAST_REC) ||
6613 (size < sizeof(uint32_t)))
6614 return NULL;
6615
6616 rec_length = buff[offset + 1];
6617
6618 /*
6619 * One TLV record has one word header and number of data words
6620 * specified in the rec_length field of the record header.
6621 */
6622 while ((offset + rec_length * sizeof(uint32_t) + sizeof(uint32_t))
6623 <= size) {
6624 if (buff[offset] == rec_type)
6625 return &buff[offset];
6626
6627 if (buff[offset] == LPFC_REGION23_LAST_REC)
6628 return NULL;
6629
6630 offset += rec_length * sizeof(uint32_t) + sizeof(uint32_t);
6631 rec_length = buff[offset + 1];
6632 }
6633 return NULL;
6634}
6635
6636/**
6637 * lpfc_parse_fcoe_conf - Parse FCoE config data read from config region 23.
6638 * @phba: Pointer to lpfc_hba data structure.
6639 * @buff: Buffer containing config region 23 data.
6640 * @size: Size of the data buffer.
6641 *
Stefan Weileef35c22010-08-06 21:11:15 +02006642 * This function parses the FCoE config parameters in config region 23 and
James Smart6fb120a2009-05-22 14:52:59 -04006643 * populate driver data structure with the parameters.
6644 */
6645void
6646lpfc_parse_fcoe_conf(struct lpfc_hba *phba,
6647 uint8_t *buff,
6648 uint32_t size)
6649{
James Smarteb016562014-09-03 12:58:06 -04006650 uint32_t offset = 0;
James Smart6fb120a2009-05-22 14:52:59 -04006651 uint8_t *rec_ptr;
6652
6653 /*
6654 * If data size is less than 2 words signature and version cannot be
6655 * verified.
6656 */
6657 if (size < 2*sizeof(uint32_t))
6658 return;
6659
6660 /* Check the region signature first */
6661 if (memcmp(buff, LPFC_REGION23_SIGNATURE, 4)) {
6662 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6663 "2567 Config region 23 has bad signature\n");
6664 return;
6665 }
6666
6667 offset += 4;
6668
6669 /* Check the data structure version */
6670 if (buff[offset] != LPFC_REGION23_VERSION) {
6671 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6672 "2568 Config region 23 has bad version\n");
6673 return;
6674 }
6675 offset += 4;
6676
James Smart6fb120a2009-05-22 14:52:59 -04006677 /* Read FCoE param record */
6678 rec_ptr = lpfc_get_rec_conf23(&buff[offset],
6679 size - offset, FCOE_PARAM_TYPE);
6680 if (rec_ptr)
6681 lpfc_read_fcoe_param(phba, rec_ptr);
6682
6683 /* Read FCF connection table */
6684 rec_ptr = lpfc_get_rec_conf23(&buff[offset],
6685 size - offset, FCOE_CONN_TBL_TYPE);
6686 if (rec_ptr)
6687 lpfc_read_fcf_conn_tbl(phba, rec_ptr);
6688
6689}