blob: bd8635d303d241679abc2b2c4eb2c9a6e1eed72e [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 Smart2e0fef82007-06-17 19:56:36 -0500316 if (!(vport->load_flag & FC_UNLOADING) &&
James Smart1dcb58e2007-04-25 09:51:30 -0400317 !(ndlp->nlp_flag & NLP_DELAY_TMO) &&
James Smart82085712007-04-25 09:52:41 -0400318 !(ndlp->nlp_flag & NLP_NPR_2B_DISC) &&
James Smartffc95492010-06-07 15:23:17 -0400319 (ndlp->nlp_state != NLP_STE_UNMAPPED_NODE) &&
James Smart589a52d2010-07-14 15:30:54 -0400320 (ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) &&
321 (ndlp->nlp_state != NLP_STE_PRLI_ISSUE))
James Smart2e0fef82007-06-17 19:56:36 -0500322 lpfc_disc_state_machine(vport, ndlp, NULL, NLP_EVT_DEVICE_RM);
James Smart6fb120a2009-05-22 14:52:59 -0400323
James Smarta93ff372010-10-22 11:06:08 -0400324 return fcf_inuse;
325}
326
327/**
328 * lpfc_sli4_post_dev_loss_tmo_handler - SLI4 post devloss timeout handler
329 * @phba: Pointer to hba context object.
330 * @fcf_inuse: SLI4 FCF in-use state reported from devloss timeout handler.
331 * @nlp_did: remote node identifer with devloss timeout.
332 *
333 * This function is called from the worker thread after invoking devloss
334 * timeout handler and releasing the reference count for the ndlp with
335 * which the devloss timeout was handled for SLI4 host. For the devloss
336 * timeout of the last remote node which had been in use of FCF, when this
337 * routine is invoked, it shall be guaranteed that none of the remote are
338 * in-use of FCF. When devloss timeout to the last remote using the FCF,
339 * if the FIP engine is neither in FCF table scan process nor roundrobin
340 * failover process, the in-use FCF shall be unregistered. If the FIP
341 * engine is in FCF discovery process, the devloss timeout state shall
342 * be set for either the FCF table scan process or roundrobin failover
343 * process to unregister the in-use FCF.
344 **/
345static void
346lpfc_sli4_post_dev_loss_tmo_handler(struct lpfc_hba *phba, int fcf_inuse,
347 uint32_t nlp_did)
348{
349 /* If devloss timeout happened to a remote node when FCF had no
350 * longer been in-use, do nothing.
351 */
352 if (!fcf_inuse)
353 return;
354
355 if ((phba->hba_flag & HBA_FIP_SUPPORT) && !lpfc_fcf_inuse(phba)) {
356 spin_lock_irq(&phba->hbalock);
357 if (phba->fcf.fcf_flag & FCF_DISCOVERY) {
358 if (phba->hba_flag & HBA_DEVLOSS_TMO) {
359 spin_unlock_irq(&phba->hbalock);
360 return;
361 }
362 phba->hba_flag |= HBA_DEVLOSS_TMO;
363 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
364 "2847 Last remote node (x%x) using "
365 "FCF devloss tmo\n", nlp_did);
366 }
367 if (phba->fcf.fcf_flag & FCF_REDISC_PROG) {
368 spin_unlock_irq(&phba->hbalock);
369 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
370 "2868 Devloss tmo to FCF rediscovery "
371 "in progress\n");
372 return;
373 }
374 if (!(phba->hba_flag & (FCF_TS_INPROG | FCF_RR_INPROG))) {
375 spin_unlock_irq(&phba->hbalock);
376 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
377 "2869 Devloss tmo to idle FIP engine, "
378 "unreg in-use FCF and rescan.\n");
379 /* Unregister in-use FCF and rescan */
380 lpfc_unregister_fcf_rescan(phba);
381 return;
382 }
383 spin_unlock_irq(&phba->hbalock);
384 if (phba->hba_flag & FCF_TS_INPROG)
385 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
386 "2870 FCF table scan in progress\n");
387 if (phba->hba_flag & FCF_RR_INPROG)
388 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
389 "2871 FLOGI roundrobin FCF failover "
390 "in progress\n");
391 }
James Smart6fb120a2009-05-22 14:52:59 -0400392 lpfc_unregister_unused_fcf(phba);
James Smart92d7f7b2007-06-17 19:56:38 -0500393}
James Smartc01f3202006-08-18 17:47:08 -0400394
James Smartea2151b2008-09-07 11:52:10 -0400395/**
James Smart3621a712009-04-06 18:47:14 -0400396 * lpfc_alloc_fast_evt - Allocates data structure for posting event
James Smartea2151b2008-09-07 11:52:10 -0400397 * @phba: Pointer to hba context object.
398 *
399 * This function is called from the functions which need to post
400 * events from interrupt context. This function allocates data
401 * structure required for posting event. It also keeps track of
402 * number of events pending and prevent event storm when there are
403 * too many events.
404 **/
405struct lpfc_fast_path_event *
406lpfc_alloc_fast_evt(struct lpfc_hba *phba) {
407 struct lpfc_fast_path_event *ret;
408
409 /* If there are lot of fast event do not exhaust memory due to this */
410 if (atomic_read(&phba->fast_event_count) > LPFC_MAX_EVT_COUNT)
411 return NULL;
412
413 ret = kzalloc(sizeof(struct lpfc_fast_path_event),
414 GFP_ATOMIC);
James Smart6fb120a2009-05-22 14:52:59 -0400415 if (ret) {
James Smartea2151b2008-09-07 11:52:10 -0400416 atomic_inc(&phba->fast_event_count);
James Smart6fb120a2009-05-22 14:52:59 -0400417 INIT_LIST_HEAD(&ret->work_evt.evt_listp);
418 ret->work_evt.evt = LPFC_EVT_FASTPATH_MGMT_EVT;
419 }
James Smartea2151b2008-09-07 11:52:10 -0400420 return ret;
421}
422
423/**
James Smart3621a712009-04-06 18:47:14 -0400424 * lpfc_free_fast_evt - Frees event data structure
James Smartea2151b2008-09-07 11:52:10 -0400425 * @phba: Pointer to hba context object.
426 * @evt: Event object which need to be freed.
427 *
428 * This function frees the data structure required for posting
429 * events.
430 **/
431void
432lpfc_free_fast_evt(struct lpfc_hba *phba,
433 struct lpfc_fast_path_event *evt) {
434
435 atomic_dec(&phba->fast_event_count);
436 kfree(evt);
437}
438
439/**
James Smart3621a712009-04-06 18:47:14 -0400440 * lpfc_send_fastpath_evt - Posts events generated from fast path
James Smartea2151b2008-09-07 11:52:10 -0400441 * @phba: Pointer to hba context object.
442 * @evtp: Event data structure.
443 *
444 * This function is called from worker thread, when the interrupt
445 * context need to post an event. This function posts the event
446 * to fc transport netlink interface.
447 **/
448static void
449lpfc_send_fastpath_evt(struct lpfc_hba *phba,
450 struct lpfc_work_evt *evtp)
451{
452 unsigned long evt_category, evt_sub_category;
453 struct lpfc_fast_path_event *fast_evt_data;
454 char *evt_data;
455 uint32_t evt_data_size;
456 struct Scsi_Host *shost;
457
458 fast_evt_data = container_of(evtp, struct lpfc_fast_path_event,
459 work_evt);
460
461 evt_category = (unsigned long) fast_evt_data->un.fabric_evt.event_type;
462 evt_sub_category = (unsigned long) fast_evt_data->un.
463 fabric_evt.subcategory;
464 shost = lpfc_shost_from_vport(fast_evt_data->vport);
465 if (evt_category == FC_REG_FABRIC_EVENT) {
466 if (evt_sub_category == LPFC_EVENT_FCPRDCHKERR) {
467 evt_data = (char *) &fast_evt_data->un.read_check_error;
468 evt_data_size = sizeof(fast_evt_data->un.
469 read_check_error);
470 } else if ((evt_sub_category == LPFC_EVENT_FABRIC_BUSY) ||
James Smarteaf15d52008-12-04 22:39:29 -0500471 (evt_sub_category == LPFC_EVENT_PORT_BUSY)) {
James Smartea2151b2008-09-07 11:52:10 -0400472 evt_data = (char *) &fast_evt_data->un.fabric_evt;
473 evt_data_size = sizeof(fast_evt_data->un.fabric_evt);
474 } else {
475 lpfc_free_fast_evt(phba, fast_evt_data);
476 return;
477 }
478 } else if (evt_category == FC_REG_SCSI_EVENT) {
479 switch (evt_sub_category) {
480 case LPFC_EVENT_QFULL:
481 case LPFC_EVENT_DEVBSY:
482 evt_data = (char *) &fast_evt_data->un.scsi_evt;
483 evt_data_size = sizeof(fast_evt_data->un.scsi_evt);
484 break;
485 case LPFC_EVENT_CHECK_COND:
486 evt_data = (char *) &fast_evt_data->un.check_cond_evt;
487 evt_data_size = sizeof(fast_evt_data->un.
488 check_cond_evt);
489 break;
490 case LPFC_EVENT_VARQUEDEPTH:
491 evt_data = (char *) &fast_evt_data->un.queue_depth_evt;
492 evt_data_size = sizeof(fast_evt_data->un.
493 queue_depth_evt);
494 break;
495 default:
496 lpfc_free_fast_evt(phba, fast_evt_data);
497 return;
498 }
499 } else {
500 lpfc_free_fast_evt(phba, fast_evt_data);
501 return;
502 }
503
James Smart895427b2017-02-12 13:52:30 -0800504 if (phba->cfg_enable_fc4_type != LPFC_ENABLE_NVME)
505 fc_host_post_vendor_event(shost,
506 fc_get_event_number(),
507 evt_data_size,
508 evt_data,
509 LPFC_NL_VENDOR_ID);
James Smartea2151b2008-09-07 11:52:10 -0400510
511 lpfc_free_fast_evt(phba, fast_evt_data);
512 return;
513}
514
dea31012005-04-17 16:05:31 -0500515static void
James Smart2e0fef82007-06-17 19:56:36 -0500516lpfc_work_list_done(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500517{
518 struct lpfc_work_evt *evtp = NULL;
519 struct lpfc_nodelist *ndlp;
520 int free_evt;
James Smarta93ff372010-10-22 11:06:08 -0400521 int fcf_inuse;
522 uint32_t nlp_did;
dea31012005-04-17 16:05:31 -0500523
James Smart2e0fef82007-06-17 19:56:36 -0500524 spin_lock_irq(&phba->hbalock);
525 while (!list_empty(&phba->work_list)) {
dea31012005-04-17 16:05:31 -0500526 list_remove_head((&phba->work_list), evtp, typeof(*evtp),
527 evt_listp);
James Smart2e0fef82007-06-17 19:56:36 -0500528 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500529 free_evt = 1;
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500530 switch (evtp->evt) {
dea31012005-04-17 16:05:31 -0500531 case LPFC_EVT_ELS_RETRY:
James Smart2e0fef82007-06-17 19:56:36 -0500532 ndlp = (struct lpfc_nodelist *) (evtp->evt_arg1);
dea31012005-04-17 16:05:31 -0500533 lpfc_els_retry_delay_handler(ndlp);
James Smart92d7f7b2007-06-17 19:56:38 -0500534 free_evt = 0; /* evt is part of ndlp */
James Smartfa4066b2008-01-11 01:53:27 -0500535 /* decrement the node reference count held
536 * for this queued work
537 */
538 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -0500539 break;
James Smart858c9f62007-06-17 19:56:39 -0500540 case LPFC_EVT_DEV_LOSS:
541 ndlp = (struct lpfc_nodelist *)(evtp->evt_arg1);
James Smarta93ff372010-10-22 11:06:08 -0400542 fcf_inuse = lpfc_dev_loss_tmo_handler(ndlp);
James Smart858c9f62007-06-17 19:56:39 -0500543 free_evt = 0;
James Smartfa4066b2008-01-11 01:53:27 -0500544 /* decrement the node reference count held for
545 * this queued work
546 */
James Smarta93ff372010-10-22 11:06:08 -0400547 nlp_did = ndlp->nlp_DID;
James Smart858c9f62007-06-17 19:56:39 -0500548 lpfc_nlp_put(ndlp);
James Smarta93ff372010-10-22 11:06:08 -0400549 if (phba->sli_rev == LPFC_SLI_REV4)
550 lpfc_sli4_post_dev_loss_tmo_handler(phba,
551 fcf_inuse,
552 nlp_did);
James Smart858c9f62007-06-17 19:56:39 -0500553 break;
dea31012005-04-17 16:05:31 -0500554 case LPFC_EVT_ONLINE:
James Smart2e0fef82007-06-17 19:56:36 -0500555 if (phba->link_state < LPFC_LINK_DOWN)
556 *(int *) (evtp->evt_arg1) = lpfc_online(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500557 else
James Smart2e0fef82007-06-17 19:56:36 -0500558 *(int *) (evtp->evt_arg1) = 0;
dea31012005-04-17 16:05:31 -0500559 complete((struct completion *)(evtp->evt_arg2));
560 break;
James Smart46fa3112007-04-25 09:51:45 -0400561 case LPFC_EVT_OFFLINE_PREP:
James Smart2e0fef82007-06-17 19:56:36 -0500562 if (phba->link_state >= LPFC_LINK_DOWN)
James Smart618a5232012-06-12 13:54:36 -0400563 lpfc_offline_prep(phba, LPFC_MBX_WAIT);
James Smart46fa3112007-04-25 09:51:45 -0400564 *(int *)(evtp->evt_arg1) = 0;
565 complete((struct completion *)(evtp->evt_arg2));
566 break;
567 case LPFC_EVT_OFFLINE:
568 lpfc_offline(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500569 lpfc_sli_brdrestart(phba);
570 *(int *)(evtp->evt_arg1) =
James Smart46fa3112007-04-25 09:51:45 -0400571 lpfc_sli_brdready(phba, HS_FFRDY | HS_MBRDY);
572 lpfc_unblock_mgmt_io(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500573 complete((struct completion *)(evtp->evt_arg2));
574 break;
575 case LPFC_EVT_WARM_START:
James Smart46fa3112007-04-25 09:51:45 -0400576 lpfc_offline(phba);
James Smart92908312006-03-07 15:04:13 -0500577 lpfc_reset_barrier(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500578 lpfc_sli_brdreset(phba);
579 lpfc_hba_down_post(phba);
580 *(int *)(evtp->evt_arg1) =
581 lpfc_sli_brdready(phba, HS_MBRDY);
James Smart46fa3112007-04-25 09:51:45 -0400582 lpfc_unblock_mgmt_io(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500583 complete((struct completion *)(evtp->evt_arg2));
584 break;
585 case LPFC_EVT_KILL:
James Smart46fa3112007-04-25 09:51:45 -0400586 lpfc_offline(phba);
James Smart92908312006-03-07 15:04:13 -0500587 *(int *)(evtp->evt_arg1)
James Smart2e0fef82007-06-17 19:56:36 -0500588 = (phba->pport->stopped)
589 ? 0 : lpfc_sli_brdkill(phba);
James Smart46fa3112007-04-25 09:51:45 -0400590 lpfc_unblock_mgmt_io(phba);
dea31012005-04-17 16:05:31 -0500591 complete((struct completion *)(evtp->evt_arg2));
592 break;
James Smartea2151b2008-09-07 11:52:10 -0400593 case LPFC_EVT_FASTPATH_MGMT_EVT:
594 lpfc_send_fastpath_evt(phba, evtp);
595 free_evt = 0;
596 break;
James Smart78730cf2010-04-06 15:06:30 -0400597 case LPFC_EVT_RESET_HBA:
598 if (!(phba->pport->load_flag & FC_UNLOADING))
599 lpfc_reset_hba(phba);
600 break;
dea31012005-04-17 16:05:31 -0500601 }
602 if (free_evt)
603 kfree(evtp);
James Smart2e0fef82007-06-17 19:56:36 -0500604 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500605 }
James Smart2e0fef82007-06-17 19:56:36 -0500606 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500607
608}
609
James Smart311464e2007-08-02 11:10:37 -0400610static void
James Smart2e0fef82007-06-17 19:56:36 -0500611lpfc_work_done(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500612{
613 struct lpfc_sli_ring *pring;
James Smart858c9f62007-06-17 19:56:39 -0500614 uint32_t ha_copy, status, control, work_port_events;
James Smart549e55c2007-08-02 11:09:51 -0400615 struct lpfc_vport **vports;
James Smart51ef4c22007-08-02 11:10:31 -0400616 struct lpfc_vport *vport;
James Smart549e55c2007-08-02 11:09:51 -0400617 int i;
dea31012005-04-17 16:05:31 -0500618
James Smart2e0fef82007-06-17 19:56:36 -0500619 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500620 ha_copy = phba->work_ha;
621 phba->work_ha = 0;
James Smart2e0fef82007-06-17 19:56:36 -0500622 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500623
James Smartda0436e2009-05-22 14:51:39 -0400624 /* First, try to post the next mailbox command to SLI4 device */
625 if (phba->pci_dev_grp == LPFC_PCI_DEV_OC)
626 lpfc_sli4_post_async_mbox(phba);
627
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500628 if (ha_copy & HA_ERATT)
James Smart93996272008-08-24 21:50:30 -0400629 /* Handle the error attention event */
dea31012005-04-17 16:05:31 -0500630 lpfc_handle_eratt(phba);
631
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500632 if (ha_copy & HA_MBATT)
dea31012005-04-17 16:05:31 -0500633 lpfc_sli_handle_mb_event(phba);
634
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500635 if (ha_copy & HA_LATT)
dea31012005-04-17 16:05:31 -0500636 lpfc_handle_latt(phba);
James Smart93996272008-08-24 21:50:30 -0400637
James Smartda0436e2009-05-22 14:51:39 -0400638 /* Process SLI4 events */
639 if (phba->pci_dev_grp == LPFC_PCI_DEV_OC) {
James Smart19ca7602010-11-20 23:11:55 -0500640 if (phba->hba_flag & HBA_RRQ_ACTIVE)
641 lpfc_handle_rrq_active(phba);
James Smartda0436e2009-05-22 14:51:39 -0400642 if (phba->hba_flag & FCP_XRI_ABORT_EVENT)
643 lpfc_sli4_fcp_xri_abort_event_proc(phba);
James Smart318083a2017-03-04 09:30:30 -0800644 if (phba->hba_flag & NVME_XRI_ABORT_EVENT)
645 lpfc_sli4_nvme_xri_abort_event_proc(phba);
James Smartda0436e2009-05-22 14:51:39 -0400646 if (phba->hba_flag & ELS_XRI_ABORT_EVENT)
647 lpfc_sli4_els_xri_abort_event_proc(phba);
648 if (phba->hba_flag & ASYNC_EVENT)
649 lpfc_sli4_async_event_proc(phba);
650 if (phba->hba_flag & HBA_POST_RECEIVE_BUFFER) {
651 spin_lock_irq(&phba->hbalock);
652 phba->hba_flag &= ~HBA_POST_RECEIVE_BUFFER;
653 spin_unlock_irq(&phba->hbalock);
654 lpfc_sli_hbqbuf_add_hbqs(phba, LPFC_ELS_HBQ);
655 }
James Smartecfd03c2010-02-12 14:41:27 -0500656 if (phba->fcf.fcf_flag & FCF_REDISC_EVT)
657 lpfc_sli4_fcf_redisc_event_proc(phba);
James Smartda0436e2009-05-22 14:51:39 -0400658 }
659
James Smart549e55c2007-08-02 11:09:51 -0400660 vports = lpfc_create_vport_work_array(phba);
661 if (vports != NULL)
James Smartda0436e2009-05-22 14:51:39 -0400662 for (i = 0; i <= phba->max_vports; i++) {
James Smart51ef4c22007-08-02 11:10:31 -0400663 /*
664 * We could have no vports in array if unloading, so if
665 * this happens then just use the pport
666 */
667 if (vports[i] == NULL && i == 0)
668 vport = phba->pport;
669 else
670 vport = vports[i];
671 if (vport == NULL)
672 break;
James Smart58da1ff2008-04-07 10:15:56 -0400673 spin_lock_irq(&vport->work_port_lock);
James Smart51ef4c22007-08-02 11:10:31 -0400674 work_port_events = vport->work_port_events;
James Smart58da1ff2008-04-07 10:15:56 -0400675 vport->work_port_events &= ~work_port_events;
676 spin_unlock_irq(&vport->work_port_lock);
James Smart549e55c2007-08-02 11:09:51 -0400677 if (work_port_events & WORKER_DISC_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400678 lpfc_disc_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400679 if (work_port_events & WORKER_ELS_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400680 lpfc_els_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400681 if (work_port_events & WORKER_HB_TMO)
682 lpfc_hb_timeout_handler(phba);
683 if (work_port_events & WORKER_MBOX_TMO)
684 lpfc_mbox_timeout_handler(phba);
685 if (work_port_events & WORKER_FABRIC_BLOCK_TMO)
686 lpfc_unblock_fabric_iocbs(phba);
James Smart549e55c2007-08-02 11:09:51 -0400687 if (work_port_events & WORKER_RAMP_DOWN_QUEUE)
688 lpfc_ramp_down_queue_handler(phba);
James Smart92494142011-02-16 12:39:44 -0500689 if (work_port_events & WORKER_DELAYED_DISC_TMO)
690 lpfc_delayed_disc_timeout_handler(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500691 }
James Smart09372822008-01-11 01:52:54 -0500692 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -0500693
James Smart895427b2017-02-12 13:52:30 -0800694 pring = lpfc_phba_elsring(phba);
James Smart858c9f62007-06-17 19:56:39 -0500695 status = (ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING)));
696 status >>= (4*LPFC_ELS_RING);
James Smart4d9ab992009-10-02 15:16:39 -0400697 if ((status & HA_RXMASK) ||
698 (pring->flag & LPFC_DEFERRED_RING_EVENT) ||
James Smart45ed1192009-10-02 15:17:02 -0400699 (phba->hba_flag & HBA_SP_QUEUE_EVT)) {
James Smart0b727fe2007-10-27 13:37:25 -0400700 if (pring->flag & LPFC_STOP_IOCB_EVENT) {
James Smart858c9f62007-06-17 19:56:39 -0500701 pring->flag |= LPFC_DEFERRED_RING_EVENT;
James Smart5e9d9b82008-06-14 22:52:53 -0400702 /* Set the lpfc data pending flag */
703 set_bit(LPFC_DATA_READY, &phba->data_flags);
James Smart858c9f62007-06-17 19:56:39 -0500704 } else {
James Smart94661502013-03-01 16:37:29 -0500705 if (phba->link_state >= LPFC_LINK_UP) {
706 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;
2178 uint16_t vlan_id;
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 Smart21bf0b92015-08-31 16:48:21 -04003006 struct serv_parm *sp = &vport->fc_sparam;
3007 uint32_t ed_tov;
dea31012005-04-17 16:05:31 -05003008
3009 /* Check for error */
3010 if (mb->mbxStatus) {
3011 /* READ_SPARAM mbox error <mbxStatus> state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04003012 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
3013 "0319 READ_SPARAM mbxStatus error x%x "
3014 "hba state x%x>\n",
3015 mb->mbxStatus, vport->port_state);
dea31012005-04-17 16:05:31 -05003016 lpfc_linkdown(phba);
dea31012005-04-17 16:05:31 -05003017 goto out;
3018 }
3019
James Smart2e0fef82007-06-17 19:56:36 -05003020 memcpy((uint8_t *) &vport->fc_sparam, (uint8_t *) mp->virt,
dea31012005-04-17 16:05:31 -05003021 sizeof (struct serv_parm));
James Smart21bf0b92015-08-31 16:48:21 -04003022
3023 ed_tov = be32_to_cpu(sp->cmn.e_d_tov);
3024 if (sp->cmn.edtovResolution) /* E_D_TOV ticks are in nanoseconds */
3025 ed_tov = (ed_tov + 999999) / 1000000;
3026
3027 phba->fc_edtov = ed_tov;
3028 phba->fc_ratov = (2 * ed_tov) / 1000;
3029 if (phba->fc_ratov < FF_DEF_RATOV) {
3030 /* RA_TOV should be atleast 10sec for initial flogi */
3031 phba->fc_ratov = FF_DEF_RATOV;
3032 }
3033
James Smart05580562011-05-24 11:40:48 -04003034 lpfc_update_vport_wwn(vport);
James Smart92d7f7b2007-06-17 19:56:38 -05003035 if (vport->port_type == LPFC_PHYSICAL_PORT) {
3036 memcpy(&phba->wwnn, &vport->fc_nodename, sizeof(phba->wwnn));
3037 memcpy(&phba->wwpn, &vport->fc_portname, sizeof(phba->wwnn));
3038 }
3039
dea31012005-04-17 16:05:31 -05003040 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3041 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05003042 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003043 return;
3044
3045out:
3046 pmb->context1 = NULL;
3047 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3048 kfree(mp);
James Smart92d7f7b2007-06-17 19:56:38 -05003049 lpfc_issue_clear_la(phba, vport);
3050 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003051 return;
3052}
3053
3054static void
James Smart76a95d72010-11-20 23:11:48 -05003055lpfc_mbx_process_link_up(struct lpfc_hba *phba, struct lpfc_mbx_read_top *la)
dea31012005-04-17 16:05:31 -05003056{
James Smart92d7f7b2007-06-17 19:56:38 -05003057 struct lpfc_vport *vport = phba->pport;
James Smart6fb120a2009-05-22 14:52:59 -04003058 LPFC_MBOXQ_t *sparam_mbox, *cfglink_mbox = NULL;
James Smartdf9e1b52011-12-13 13:22:17 -05003059 struct Scsi_Host *shost;
James Smart2e0fef82007-06-17 19:56:36 -05003060 int i;
James Smart14691152006-12-02 13:34:28 -05003061 struct lpfc_dmabuf *mp;
3062 int rc;
James Smart6fb120a2009-05-22 14:52:59 -04003063 struct fcf_record *fcf_record;
James Smart38c20672013-03-01 16:37:44 -05003064 uint32_t fc_flags = 0;
James Smart14691152006-12-02 13:34:28 -05003065
James Smart92d7f7b2007-06-17 19:56:38 -05003066 spin_lock_irq(&phba->hbalock);
James Smarta085e872015-12-16 18:12:02 -05003067 phba->fc_linkspeed = bf_get(lpfc_mbx_read_top_link_spd, la);
3068
3069 if (!(phba->hba_flag & HBA_FCOE_MODE)) {
3070 switch (bf_get(lpfc_mbx_read_top_link_spd, la)) {
3071 case LPFC_LINK_SPEED_1GHZ:
3072 case LPFC_LINK_SPEED_2GHZ:
3073 case LPFC_LINK_SPEED_4GHZ:
3074 case LPFC_LINK_SPEED_8GHZ:
3075 case LPFC_LINK_SPEED_10GHZ:
3076 case LPFC_LINK_SPEED_16GHZ:
3077 case LPFC_LINK_SPEED_32GHZ:
3078 break;
3079 default:
3080 phba->fc_linkspeed = LPFC_LINK_SPEED_UNKNOWN;
3081 break;
3082 }
dea31012005-04-17 16:05:31 -05003083 }
3084
James Smarte74c03c2013-04-17 20:15:19 -04003085 if (phba->fc_topology &&
3086 phba->fc_topology != bf_get(lpfc_mbx_read_top_topology, la)) {
3087 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
3088 "3314 Toplogy changed was 0x%x is 0x%x\n",
3089 phba->fc_topology,
3090 bf_get(lpfc_mbx_read_top_topology, la));
3091 phba->fc_topology_changed = 1;
3092 }
3093
James Smart76a95d72010-11-20 23:11:48 -05003094 phba->fc_topology = bf_get(lpfc_mbx_read_top_topology, la);
James Smart92d7f7b2007-06-17 19:56:38 -05003095 phba->link_flag &= ~LS_NPIV_FAB_SUPPORTED;
dea31012005-04-17 16:05:31 -05003096
James Smartdf9e1b52011-12-13 13:22:17 -05003097 shost = lpfc_shost_from_vport(vport);
James Smart76a95d72010-11-20 23:11:48 -05003098 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05003099 phba->sli3_options &= ~LPFC_SLI3_NPIV_ENABLED;
dea31012005-04-17 16:05:31 -05003100
James Smart6a9c52c2009-10-02 15:16:51 -04003101 /* if npiv is enabled and this adapter supports npiv log
3102 * a message that npiv is not supported in this topology
3103 */
3104 if (phba->cfg_enable_npiv && phba->max_vpi)
James Smart495a7142008-06-14 22:52:59 -04003105 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3106 "1309 Link Up Event npiv not supported in loop "
3107 "topology\n");
James Smart92d7f7b2007-06-17 19:56:38 -05003108 /* Get Loop Map information */
James Smart38c20672013-03-01 16:37:44 -05003109 if (bf_get(lpfc_mbx_read_top_il, la))
3110 fc_flags |= FC_LBIT;
dea31012005-04-17 16:05:31 -05003111
James Smart76a95d72010-11-20 23:11:48 -05003112 vport->fc_myDID = bf_get(lpfc_mbx_read_top_alpa_granted, la);
3113 i = la->lilpBde64.tus.f.bdeSize;
dea31012005-04-17 16:05:31 -05003114
3115 if (i == 0) {
3116 phba->alpa_map[0] = 0;
3117 } else {
James Smarte8b62012007-08-02 11:10:09 -04003118 if (vport->cfg_log_verbose & LOG_LINK_EVENT) {
dea31012005-04-17 16:05:31 -05003119 int numalpa, j, k;
3120 union {
3121 uint8_t pamap[16];
3122 struct {
3123 uint32_t wd1;
3124 uint32_t wd2;
3125 uint32_t wd3;
3126 uint32_t wd4;
3127 } pa;
3128 } un;
3129 numalpa = phba->alpa_map[0];
3130 j = 0;
3131 while (j < numalpa) {
3132 memset(un.pamap, 0, 16);
3133 for (k = 1; j < numalpa; k++) {
3134 un.pamap[k - 1] =
3135 phba->alpa_map[j + 1];
3136 j++;
3137 if (k == 16)
3138 break;
3139 }
3140 /* Link Up Event ALPA map */
3141 lpfc_printf_log(phba,
James Smart92d7f7b2007-06-17 19:56:38 -05003142 KERN_WARNING,
3143 LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003144 "1304 Link Up Event "
James Smart92d7f7b2007-06-17 19:56:38 -05003145 "ALPA map Data: x%x "
3146 "x%x x%x x%x\n",
James Smart92d7f7b2007-06-17 19:56:38 -05003147 un.pa.wd1, un.pa.wd2,
3148 un.pa.wd3, un.pa.wd4);
dea31012005-04-17 16:05:31 -05003149 }
3150 }
3151 }
3152 } else {
James Smart92d7f7b2007-06-17 19:56:38 -05003153 if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)) {
James Smart78b2d852007-08-02 11:10:21 -04003154 if (phba->max_vpi && phba->cfg_enable_npiv &&
James Smartdf9e1b52011-12-13 13:22:17 -05003155 (phba->sli_rev >= LPFC_SLI_REV3))
James Smart92d7f7b2007-06-17 19:56:38 -05003156 phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED;
3157 }
James Smart2e0fef82007-06-17 19:56:36 -05003158 vport->fc_myDID = phba->fc_pref_DID;
James Smart38c20672013-03-01 16:37:44 -05003159 fc_flags |= FC_LBIT;
dea31012005-04-17 16:05:31 -05003160 }
James Smart92d7f7b2007-06-17 19:56:38 -05003161 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003162
James Smart38c20672013-03-01 16:37:44 -05003163 if (fc_flags) {
3164 spin_lock_irq(shost->host_lock);
3165 vport->fc_flag |= fc_flags;
3166 spin_unlock_irq(shost->host_lock);
3167 }
3168
dea31012005-04-17 16:05:31 -05003169 lpfc_linkup(phba);
James Smart9f1177a2010-02-26 14:12:57 -05003170 sparam_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3171 if (!sparam_mbox)
3172 goto out;
3173
3174 rc = lpfc_read_sparam(phba, sparam_mbox, 0);
3175 if (rc) {
3176 mempool_free(sparam_mbox, phba->mbox_mem_pool);
3177 goto out;
3178 }
3179 sparam_mbox->vport = vport;
3180 sparam_mbox->mbox_cmpl = lpfc_mbx_cmpl_read_sparam;
3181 rc = lpfc_sli_issue_mbox(phba, sparam_mbox, MBX_NOWAIT);
3182 if (rc == MBX_NOT_FINISHED) {
3183 mp = (struct lpfc_dmabuf *) sparam_mbox->context1;
3184 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3185 kfree(mp);
3186 mempool_free(sparam_mbox, phba->mbox_mem_pool);
3187 goto out;
dea31012005-04-17 16:05:31 -05003188 }
3189
James Smart76a95d72010-11-20 23:11:48 -05003190 if (!(phba->hba_flag & HBA_FCOE_MODE)) {
James Smart6fb120a2009-05-22 14:52:59 -04003191 cfglink_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3192 if (!cfglink_mbox)
3193 goto out;
James Smart2e0fef82007-06-17 19:56:36 -05003194 vport->port_state = LPFC_LOCAL_CFG_LINK;
dea31012005-04-17 16:05:31 -05003195 lpfc_config_link(phba, cfglink_mbox);
James Smart2e0fef82007-06-17 19:56:36 -05003196 cfglink_mbox->vport = vport;
Jamie Wellnitz25594c62006-02-28 19:25:34 -05003197 cfglink_mbox->mbox_cmpl = lpfc_mbx_cmpl_local_config_link;
James Smart0b727fe2007-10-27 13:37:25 -04003198 rc = lpfc_sli_issue_mbox(phba, cfglink_mbox, MBX_NOWAIT);
James Smart6fb120a2009-05-22 14:52:59 -04003199 if (rc == MBX_NOT_FINISHED) {
3200 mempool_free(cfglink_mbox, phba->mbox_mem_pool);
3201 goto out;
3202 }
3203 } else {
James Smart32b97932009-07-19 10:01:21 -04003204 vport->port_state = LPFC_VPORT_UNKNOWN;
James Smart6fb120a2009-05-22 14:52:59 -04003205 /*
3206 * Add the driver's default FCF record at FCF index 0 now. This
3207 * is phase 1 implementation that support FCF index 0 and driver
3208 * defaults.
3209 */
James Smart45ed1192009-10-02 15:17:02 -04003210 if (!(phba->hba_flag & HBA_FIP_SUPPORT)) {
James Smart6fb120a2009-05-22 14:52:59 -04003211 fcf_record = kzalloc(sizeof(struct fcf_record),
3212 GFP_KERNEL);
3213 if (unlikely(!fcf_record)) {
3214 lpfc_printf_log(phba, KERN_ERR,
3215 LOG_MBOX | LOG_SLI,
Uwe Kleine-Königb5950762010-11-01 15:38:34 -04003216 "2554 Could not allocate memory for "
James Smart6fb120a2009-05-22 14:52:59 -04003217 "fcf record\n");
3218 rc = -ENODEV;
3219 goto out;
3220 }
3221
3222 lpfc_sli4_build_dflt_fcf_record(phba, fcf_record,
3223 LPFC_FCOE_FCF_DEF_INDEX);
3224 rc = lpfc_sli4_add_fcf_record(phba, fcf_record);
3225 if (unlikely(rc)) {
3226 lpfc_printf_log(phba, KERN_ERR,
3227 LOG_MBOX | LOG_SLI,
3228 "2013 Could not manually add FCF "
3229 "record 0, status %d\n", rc);
3230 rc = -ENODEV;
3231 kfree(fcf_record);
3232 goto out;
3233 }
3234 kfree(fcf_record);
3235 }
3236 /*
3237 * The driver is expected to do FIP/FCF. Call the port
3238 * and get the FCF Table.
3239 */
James Smart32b97932009-07-19 10:01:21 -04003240 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04003241 if (phba->hba_flag & FCF_TS_INPROG) {
James Smart32b97932009-07-19 10:01:21 -04003242 spin_unlock_irq(&phba->hbalock);
3243 return;
3244 }
James Smart0c9ab6f2010-02-26 14:15:57 -05003245 /* This is the initial FCF discovery scan */
3246 phba->fcf.fcf_flag |= FCF_INIT_DISC;
James Smart32b97932009-07-19 10:01:21 -04003247 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05003248 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
3249 "2778 Start FCF table scan at linkup\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05003250 rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba,
3251 LPFC_FCOE_FCF_GET_FIRST);
3252 if (rc) {
3253 spin_lock_irq(&phba->hbalock);
3254 phba->fcf.fcf_flag &= ~FCF_INIT_DISC;
3255 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04003256 goto out;
James Smart0c9ab6f2010-02-26 14:15:57 -05003257 }
James Smart38b92ef2010-08-04 16:11:39 -04003258 /* Reset FCF roundrobin bmask for new discovery */
James Smart7d791df2011-07-22 18:37:52 -04003259 lpfc_sli4_clear_fcf_rr_bmask(phba);
dea31012005-04-17 16:05:31 -05003260 }
James Smart6fb120a2009-05-22 14:52:59 -04003261
3262 return;
James Smart92d7f7b2007-06-17 19:56:38 -05003263out:
3264 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smarte8b62012007-08-02 11:10:09 -04003265 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
3266 "0263 Discovery Mailbox error: state: 0x%x : %p %p\n",
3267 vport->port_state, sparam_mbox, cfglink_mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05003268 lpfc_issue_clear_la(phba, vport);
3269 return;
dea31012005-04-17 16:05:31 -05003270}
3271
3272static void
James Smart84774a42008-08-24 21:50:06 -04003273lpfc_enable_la(struct lpfc_hba *phba)
James Smart2e0fef82007-06-17 19:56:36 -05003274{
dea31012005-04-17 16:05:31 -05003275 uint32_t control;
3276 struct lpfc_sli *psli = &phba->sli;
James Smart2e0fef82007-06-17 19:56:36 -05003277 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003278 psli->sli_flag |= LPFC_PROCESS_LA;
James Smart3772a992009-05-22 14:50:54 -04003279 if (phba->sli_rev <= LPFC_SLI_REV3) {
3280 control = readl(phba->HCregaddr);
3281 control |= HC_LAINT_ENA;
3282 writel(control, phba->HCregaddr);
3283 readl(phba->HCregaddr); /* flush */
3284 }
James Smart2e0fef82007-06-17 19:56:36 -05003285 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003286}
3287
James Smart84774a42008-08-24 21:50:06 -04003288static void
3289lpfc_mbx_issue_link_down(struct lpfc_hba *phba)
3290{
3291 lpfc_linkdown(phba);
3292 lpfc_enable_la(phba);
James Smart6fb120a2009-05-22 14:52:59 -04003293 lpfc_unregister_unused_fcf(phba);
James Smart84774a42008-08-24 21:50:06 -04003294 /* turn on Link Attention interrupts - no CLEAR_LA needed */
3295}
3296
3297
dea31012005-04-17 16:05:31 -05003298/*
James Smart76a95d72010-11-20 23:11:48 -05003299 * This routine handles processing a READ_TOPOLOGY mailbox
dea31012005-04-17 16:05:31 -05003300 * command upon completion. It is setup in the LPFC_MBOXQ
3301 * as the completion routine when the command is
James Smart895427b2017-02-12 13:52:30 -08003302 * handed off to the SLI layer. SLI4 only.
dea31012005-04-17 16:05:31 -05003303 */
3304void
James Smart76a95d72010-11-20 23:11:48 -05003305lpfc_mbx_cmpl_read_topology(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003306{
James Smart2e0fef82007-06-17 19:56:36 -05003307 struct lpfc_vport *vport = pmb->vport;
3308 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart76a95d72010-11-20 23:11:48 -05003309 struct lpfc_mbx_read_top *la;
James Smart895427b2017-02-12 13:52:30 -08003310 struct lpfc_sli_ring *pring;
James Smart04c68492009-05-22 14:52:52 -04003311 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05003312 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
3313
James Smart0d2b6b82008-06-14 22:52:47 -04003314 /* Unblock ELS traffic */
James Smart895427b2017-02-12 13:52:30 -08003315 pring = lpfc_phba_elsring(phba);
3316 pring->flag &= ~LPFC_STOP_IOCB_EVENT;
3317
dea31012005-04-17 16:05:31 -05003318 /* Check for error */
3319 if (mb->mbxStatus) {
James Smarted957682007-06-17 19:56:37 -05003320 lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003321 "1307 READ_LA mbox error x%x state x%x\n",
3322 mb->mbxStatus, vport->port_state);
dea31012005-04-17 16:05:31 -05003323 lpfc_mbx_issue_link_down(phba);
James Smart2e0fef82007-06-17 19:56:36 -05003324 phba->link_state = LPFC_HBA_ERROR;
James Smart76a95d72010-11-20 23:11:48 -05003325 goto lpfc_mbx_cmpl_read_topology_free_mbuf;
dea31012005-04-17 16:05:31 -05003326 }
3327
James Smart76a95d72010-11-20 23:11:48 -05003328 la = (struct lpfc_mbx_read_top *) &pmb->u.mb.un.varReadTop;
dea31012005-04-17 16:05:31 -05003329
3330 memcpy(&phba->alpa_map[0], mp->virt, 128);
3331
James Smart2e0fef82007-06-17 19:56:36 -05003332 spin_lock_irq(shost->host_lock);
James Smart76a95d72010-11-20 23:11:48 -05003333 if (bf_get(lpfc_mbx_read_top_pb, la))
James Smart2e0fef82007-06-17 19:56:36 -05003334 vport->fc_flag |= FC_BYPASSED_MODE;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05003335 else
James Smart2e0fef82007-06-17 19:56:36 -05003336 vport->fc_flag &= ~FC_BYPASSED_MODE;
3337 spin_unlock_irq(shost->host_lock);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05003338
James Smartbe0c0082013-03-01 16:38:14 -05003339 if (phba->fc_eventTag <= la->eventTag) {
dea31012005-04-17 16:05:31 -05003340 phba->fc_stat.LinkMultiEvent++;
James Smart76a95d72010-11-20 23:11:48 -05003341 if (bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP)
dea31012005-04-17 16:05:31 -05003342 if (phba->fc_eventTag != 0)
3343 lpfc_linkdown(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05003344 }
dea31012005-04-17 16:05:31 -05003345
3346 phba->fc_eventTag = la->eventTag;
James Smartbe0c0082013-03-01 16:38:14 -05003347 if (phba->sli_rev < LPFC_SLI_REV4) {
3348 spin_lock_irq(&phba->hbalock);
3349 if (bf_get(lpfc_mbx_read_top_mm, la))
3350 phba->sli.sli_flag |= LPFC_MENLO_MAINT;
3351 else
3352 phba->sli.sli_flag &= ~LPFC_MENLO_MAINT;
3353 spin_unlock_irq(&phba->hbalock);
3354 }
dea31012005-04-17 16:05:31 -05003355
James Smart4d9ab992009-10-02 15:16:39 -04003356 phba->link_events++;
James Smart76a95d72010-11-20 23:11:48 -05003357 if ((bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP) &&
James Smartbe0c0082013-03-01 16:38:14 -05003358 !(phba->sli.sli_flag & LPFC_MENLO_MAINT)) {
dea31012005-04-17 16:05:31 -05003359 phba->fc_stat.LinkUp++;
James Smart2e0fef82007-06-17 19:56:36 -05003360 if (phba->link_flag & LS_LOOPBACK_MODE) {
James Smart3163f722008-02-08 18:50:25 -05003361 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003362 "1306 Link Up Event in loop back mode "
3363 "x%x received Data: x%x x%x x%x x%x\n",
3364 la->eventTag, phba->fc_eventTag,
James Smart76a95d72010-11-20 23:11:48 -05003365 bf_get(lpfc_mbx_read_top_alpa_granted,
3366 la),
3367 bf_get(lpfc_mbx_read_top_link_spd, la),
James Smarte8b62012007-08-02 11:10:09 -04003368 phba->alpa_map[0]);
James Smart5b8bd0c2007-04-25 09:52:49 -04003369 } else {
3370 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003371 "1303 Link Up Event x%x received "
James Smart84774a42008-08-24 21:50:06 -04003372 "Data: x%x x%x x%x x%x x%x x%x %d\n",
James Smarte8b62012007-08-02 11:10:09 -04003373 la->eventTag, phba->fc_eventTag,
James Smart76a95d72010-11-20 23:11:48 -05003374 bf_get(lpfc_mbx_read_top_alpa_granted,
3375 la),
3376 bf_get(lpfc_mbx_read_top_link_spd, la),
James Smart84774a42008-08-24 21:50:06 -04003377 phba->alpa_map[0],
James Smart76a95d72010-11-20 23:11:48 -05003378 bf_get(lpfc_mbx_read_top_mm, la),
3379 bf_get(lpfc_mbx_read_top_fa, la),
James Smart84774a42008-08-24 21:50:06 -04003380 phba->wait_4_mlo_maint_flg);
James Smart5b8bd0c2007-04-25 09:52:49 -04003381 }
James Smart92d7f7b2007-06-17 19:56:38 -05003382 lpfc_mbx_process_link_up(phba, la);
James Smart76a95d72010-11-20 23:11:48 -05003383 } else if (bf_get(lpfc_mbx_read_top_att_type, la) ==
3384 LPFC_ATT_LINK_DOWN) {
dea31012005-04-17 16:05:31 -05003385 phba->fc_stat.LinkDown++;
James Smart1b511972011-12-13 13:23:09 -05003386 if (phba->link_flag & LS_LOOPBACK_MODE)
James Smart3163f722008-02-08 18:50:25 -05003387 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3388 "1308 Link Down Event in loop back mode "
3389 "x%x received "
3390 "Data: x%x x%x x%x\n",
3391 la->eventTag, phba->fc_eventTag,
3392 phba->pport->port_state, vport->fc_flag);
James Smart1b511972011-12-13 13:23:09 -05003393 else
James Smart3163f722008-02-08 18:50:25 -05003394 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003395 "1305 Link Down Event x%x received "
James Smart84774a42008-08-24 21:50:06 -04003396 "Data: x%x x%x x%x x%x x%x\n",
3397 la->eventTag, phba->fc_eventTag,
3398 phba->pport->port_state, vport->fc_flag,
James Smart76a95d72010-11-20 23:11:48 -05003399 bf_get(lpfc_mbx_read_top_mm, la),
3400 bf_get(lpfc_mbx_read_top_fa, la));
James Smart84774a42008-08-24 21:50:06 -04003401 lpfc_mbx_issue_link_down(phba);
3402 }
James Smartbe0c0082013-03-01 16:38:14 -05003403 if ((phba->sli.sli_flag & LPFC_MENLO_MAINT) &&
3404 ((bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP))) {
James Smart84774a42008-08-24 21:50:06 -04003405 if (phba->link_state != LPFC_LINK_DOWN) {
3406 phba->fc_stat.LinkDown++;
3407 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3408 "1312 Link Down Event x%x received "
dea31012005-04-17 16:05:31 -05003409 "Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04003410 la->eventTag, phba->fc_eventTag,
James Smart2e0fef82007-06-17 19:56:36 -05003411 phba->pport->port_state, vport->fc_flag);
James Smart84774a42008-08-24 21:50:06 -04003412 lpfc_mbx_issue_link_down(phba);
3413 } else
3414 lpfc_enable_la(phba);
3415
3416 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3417 "1310 Menlo Maint Mode Link up Event x%x rcvd "
3418 "Data: x%x x%x x%x\n",
3419 la->eventTag, phba->fc_eventTag,
3420 phba->pport->port_state, vport->fc_flag);
3421 /*
3422 * The cmnd that triggered this will be waiting for this
3423 * signal.
3424 */
3425 /* WAKEUP for MENLO_SET_MODE or MENLO_RESET command. */
3426 if (phba->wait_4_mlo_maint_flg) {
3427 phba->wait_4_mlo_maint_flg = 0;
3428 wake_up_interruptible(&phba->wait_4_mlo_m_q);
James Smart3163f722008-02-08 18:50:25 -05003429 }
James Smart84774a42008-08-24 21:50:06 -04003430 }
3431
James Smartbe0c0082013-03-01 16:38:14 -05003432 if ((phba->sli_rev < LPFC_SLI_REV4) &&
3433 bf_get(lpfc_mbx_read_top_fa, la)) {
3434 if (phba->sli.sli_flag & LPFC_MENLO_MAINT)
James Smart84774a42008-08-24 21:50:06 -04003435 lpfc_issue_clear_la(phba, vport);
3436 lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT,
James Smart76a95d72010-11-20 23:11:48 -05003437 "1311 fa %d\n",
3438 bf_get(lpfc_mbx_read_top_fa, la));
dea31012005-04-17 16:05:31 -05003439 }
3440
James Smart76a95d72010-11-20 23:11:48 -05003441lpfc_mbx_cmpl_read_topology_free_mbuf:
dea31012005-04-17 16:05:31 -05003442 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3443 kfree(mp);
3444 mempool_free(pmb, phba->mbox_mem_pool);
3445 return;
3446}
3447
3448/*
3449 * This routine handles processing a REG_LOGIN mailbox
3450 * command upon completion. It is setup in the LPFC_MBOXQ
3451 * as the completion routine when the command is
3452 * handed off to the SLI layer.
3453 */
3454void
James Smart2e0fef82007-06-17 19:56:36 -05003455lpfc_mbx_cmpl_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003456{
James Smart2e0fef82007-06-17 19:56:36 -05003457 struct lpfc_vport *vport = pmb->vport;
James Smart92d7f7b2007-06-17 19:56:38 -05003458 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart2e0fef82007-06-17 19:56:36 -05003459 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
James Smartffc95492010-06-07 15:23:17 -04003460 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
dea31012005-04-17 16:05:31 -05003461
dea31012005-04-17 16:05:31 -05003462 pmb->context1 = NULL;
James Smartd439d282010-09-29 11:18:45 -04003463 pmb->context2 = NULL;
dea31012005-04-17 16:05:31 -05003464
James Smartbe6bb942015-04-07 15:07:22 -04003465 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
3466 "0002 rpi:%x DID:%x flg:%x %d map:%x %p\n",
3467 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01003468 kref_read(&ndlp->kref),
James Smartbe6bb942015-04-07 15:07:22 -04003469 ndlp->nlp_usg_map, ndlp);
James Smartffc95492010-06-07 15:23:17 -04003470 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND)
3471 ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND;
3472
James Smart40426292010-12-15 17:58:10 -05003473 if (ndlp->nlp_flag & NLP_IGNR_REG_CMPL ||
3474 ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) {
James Smartffc95492010-06-07 15:23:17 -04003475 /* We rcvd a rscn after issuing this
3476 * mbox reg login, we may have cycled
3477 * back through the state and be
3478 * back at reg login state so this
3479 * mbox needs to be ignored becase
3480 * there is another reg login in
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003481 * process.
James Smartffc95492010-06-07 15:23:17 -04003482 */
3483 spin_lock_irq(shost->host_lock);
3484 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
3485 spin_unlock_irq(shost->host_lock);
James Smart895427b2017-02-12 13:52:30 -08003486
3487 /*
3488 * We cannot leave the RPI registered because
3489 * if we go thru discovery again for this ndlp
3490 * a subsequent REG_RPI will fail.
3491 */
3492 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
3493 lpfc_unreg_rpi(vport, ndlp);
James Smart4b7789b2015-12-16 18:11:55 -05003494 }
3495
3496 /* Call state machine */
3497 lpfc_disc_state_machine(vport, ndlp, pmb, NLP_EVT_CMPL_REG_LOGIN);
James Smartffc95492010-06-07 15:23:17 -04003498
dea31012005-04-17 16:05:31 -05003499 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3500 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05003501 mempool_free(pmb, phba->mbox_mem_pool);
James Smartfa4066b2008-01-11 01:53:27 -05003502 /* decrement the node reference count held for this callback
3503 * function.
3504 */
James Smart329f9bc2007-04-25 09:53:01 -04003505 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003506
3507 return;
3508}
3509
James Smart92d7f7b2007-06-17 19:56:38 -05003510static void
3511lpfc_mbx_cmpl_unreg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
3512{
James Smart04c68492009-05-22 14:52:52 -04003513 MAILBOX_t *mb = &pmb->u.mb;
James Smart92d7f7b2007-06-17 19:56:38 -05003514 struct lpfc_vport *vport = pmb->vport;
3515 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3516
3517 switch (mb->mbxStatus) {
3518 case 0x0011:
3519 case 0x0020:
James Smarte8b62012007-08-02 11:10:09 -04003520 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
3521 "0911 cmpl_unreg_vpi, mb status = 0x%x\n",
3522 mb->mbxStatus);
James Smart92d7f7b2007-06-17 19:56:38 -05003523 break;
James Smart78730cf2010-04-06 15:06:30 -04003524 /* If VPI is busy, reset the HBA */
3525 case 0x9700:
3526 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
3527 "2798 Unreg_vpi failed vpi 0x%x, mb status = 0x%x\n",
3528 vport->vpi, mb->mbxStatus);
3529 if (!(phba->pport->load_flag & FC_UNLOADING))
3530 lpfc_workq_post_event(phba, NULL, NULL,
3531 LPFC_EVT_RESET_HBA);
James Smart92d7f7b2007-06-17 19:56:38 -05003532 }
James Smart72100cc2010-02-12 14:43:01 -05003533 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05003534 vport->vpi_state &= ~LPFC_VPI_REGISTERED;
James Smart19878072009-12-21 17:02:00 -05003535 vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI;
James Smart72100cc2010-02-12 14:43:01 -05003536 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05003537 vport->unreg_vpi_cmpl = VPORT_OK;
3538 mempool_free(pmb, phba->mbox_mem_pool);
James Smart1151e3e2011-02-16 12:39:35 -05003539 lpfc_cleanup_vports_rrqs(vport, NULL);
James Smart92d7f7b2007-06-17 19:56:38 -05003540 /*
3541 * This shost reference might have been taken at the beginning of
3542 * lpfc_vport_delete()
3543 */
James Smart1c6f4ef52009-11-18 15:40:49 -05003544 if ((vport->load_flag & FC_UNLOADING) && (vport != phba->pport))
James Smart92d7f7b2007-06-17 19:56:38 -05003545 scsi_host_put(shost);
3546}
3547
James Smartd7c255b2008-08-24 21:50:00 -04003548int
James Smart92d7f7b2007-06-17 19:56:38 -05003549lpfc_mbx_unreg_vpi(struct lpfc_vport *vport)
3550{
3551 struct lpfc_hba *phba = vport->phba;
3552 LPFC_MBOXQ_t *mbox;
3553 int rc;
3554
3555 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3556 if (!mbox)
James Smartd7c255b2008-08-24 21:50:00 -04003557 return 1;
James Smart92d7f7b2007-06-17 19:56:38 -05003558
3559 lpfc_unreg_vpi(phba, vport->vpi, mbox);
3560 mbox->vport = vport;
3561 mbox->mbox_cmpl = lpfc_mbx_cmpl_unreg_vpi;
James Smart0b727fe2007-10-27 13:37:25 -04003562 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart92d7f7b2007-06-17 19:56:38 -05003563 if (rc == MBX_NOT_FINISHED) {
James Smarte8b62012007-08-02 11:10:09 -04003564 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
3565 "1800 Could not issue unreg_vpi\n");
James Smart92d7f7b2007-06-17 19:56:38 -05003566 mempool_free(mbox, phba->mbox_mem_pool);
3567 vport->unreg_vpi_cmpl = VPORT_ERROR;
James Smartd7c255b2008-08-24 21:50:00 -04003568 return rc;
James Smart92d7f7b2007-06-17 19:56:38 -05003569 }
James Smartd7c255b2008-08-24 21:50:00 -04003570 return 0;
James Smart92d7f7b2007-06-17 19:56:38 -05003571}
3572
3573static void
3574lpfc_mbx_cmpl_reg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
3575{
3576 struct lpfc_vport *vport = pmb->vport;
3577 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart04c68492009-05-22 14:52:52 -04003578 MAILBOX_t *mb = &pmb->u.mb;
James Smart92d7f7b2007-06-17 19:56:38 -05003579
3580 switch (mb->mbxStatus) {
3581 case 0x0011:
3582 case 0x9601:
3583 case 0x9602:
James Smarte8b62012007-08-02 11:10:09 -04003584 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
3585 "0912 cmpl_reg_vpi, mb status = 0x%x\n",
3586 mb->mbxStatus);
James Smart92d7f7b2007-06-17 19:56:38 -05003587 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
3588 spin_lock_irq(shost->host_lock);
3589 vport->fc_flag &= ~(FC_FABRIC | FC_PUBLIC_LOOP);
3590 spin_unlock_irq(shost->host_lock);
3591 vport->fc_myDID = 0;
James Smarta0f2d3e2017-02-12 13:52:31 -08003592
James Smart01649562017-02-12 13:52:32 -08003593 if ((phba->cfg_enable_fc4_type == LPFC_ENABLE_BOTH) ||
James Smart8c258642017-02-12 13:52:36 -08003594 (phba->cfg_enable_fc4_type == LPFC_ENABLE_NVME)) {
James Smartd613b6a2017-02-12 13:52:37 -08003595 if (phba->nvmet_support)
3596 lpfc_nvmet_update_targetport(phba);
3597 else
James Smart8c258642017-02-12 13:52:36 -08003598 lpfc_nvme_update_localport(vport);
James Smart8c258642017-02-12 13:52:36 -08003599 }
James Smart92d7f7b2007-06-17 19:56:38 -05003600 goto out;
3601 }
James Smart92d7f7b2007-06-17 19:56:38 -05003602
James Smart72100cc2010-02-12 14:43:01 -05003603 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05003604 vport->vpi_state |= LPFC_VPI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05003605 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
James Smart72100cc2010-02-12 14:43:01 -05003606 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05003607 vport->num_disc_nodes = 0;
3608 /* go thru NPR list and issue ELS PLOGIs */
3609 if (vport->fc_npr_cnt)
3610 lpfc_els_disc_plogi(vport);
3611
3612 if (!vport->num_disc_nodes) {
3613 spin_lock_irq(shost->host_lock);
3614 vport->fc_flag &= ~FC_NDISC_ACTIVE;
3615 spin_unlock_irq(shost->host_lock);
3616 lpfc_can_disctmo(vport);
3617 }
3618 vport->port_state = LPFC_VPORT_READY;
3619
3620out:
3621 mempool_free(pmb, phba->mbox_mem_pool);
3622 return;
3623}
3624
James Smart21e9a0a2009-05-22 14:53:21 -04003625/**
3626 * lpfc_create_static_vport - Read HBA config region to create static vports.
3627 * @phba: pointer to lpfc hba data structure.
3628 *
3629 * This routine issue a DUMP mailbox command for config region 22 to get
3630 * the list of static vports to be created. The function create vports
3631 * based on the information returned from the HBA.
3632 **/
3633void
3634lpfc_create_static_vport(struct lpfc_hba *phba)
3635{
3636 LPFC_MBOXQ_t *pmb = NULL;
3637 MAILBOX_t *mb;
3638 struct static_vport_info *vport_info;
James Smartcdcc2342012-08-14 14:26:35 -04003639 int mbx_wait_rc = 0, i;
James Smart21e9a0a2009-05-22 14:53:21 -04003640 struct fc_vport_identifiers vport_id;
3641 struct fc_vport *new_fc_vport;
3642 struct Scsi_Host *shost;
3643 struct lpfc_vport *vport;
3644 uint16_t offset = 0;
3645 uint8_t *vport_buff;
James Smart1c6834a2009-07-19 10:01:26 -04003646 struct lpfc_dmabuf *mp;
3647 uint32_t byte_count = 0;
James Smart21e9a0a2009-05-22 14:53:21 -04003648
3649 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3650 if (!pmb) {
3651 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3652 "0542 lpfc_create_static_vport failed to"
3653 " allocate mailbox memory\n");
3654 return;
3655 }
James Smartcdcc2342012-08-14 14:26:35 -04003656 memset(pmb, 0, sizeof(LPFC_MBOXQ_t));
James Smart21e9a0a2009-05-22 14:53:21 -04003657 mb = &pmb->u.mb;
3658
3659 vport_info = kzalloc(sizeof(struct static_vport_info), GFP_KERNEL);
3660 if (!vport_info) {
3661 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3662 "0543 lpfc_create_static_vport failed to"
3663 " allocate vport_info\n");
3664 mempool_free(pmb, phba->mbox_mem_pool);
3665 return;
3666 }
3667
3668 vport_buff = (uint8_t *) vport_info;
3669 do {
James Smartcdcc2342012-08-14 14:26:35 -04003670 /* free dma buffer from previous round */
3671 if (pmb->context1) {
3672 mp = (struct lpfc_dmabuf *)pmb->context1;
3673 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3674 kfree(mp);
3675 }
James Smart1c6834a2009-07-19 10:01:26 -04003676 if (lpfc_dump_static_vport(phba, pmb, offset))
3677 goto out;
3678
James Smart21e9a0a2009-05-22 14:53:21 -04003679 pmb->vport = phba->pport;
James Smartcdcc2342012-08-14 14:26:35 -04003680 mbx_wait_rc = lpfc_sli_issue_mbox_wait(phba, pmb,
3681 LPFC_MBOX_TMO);
James Smart21e9a0a2009-05-22 14:53:21 -04003682
James Smartcdcc2342012-08-14 14:26:35 -04003683 if ((mbx_wait_rc != MBX_SUCCESS) || mb->mbxStatus) {
James Smart21e9a0a2009-05-22 14:53:21 -04003684 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
3685 "0544 lpfc_create_static_vport failed to"
3686 " issue dump mailbox command ret 0x%x "
3687 "status 0x%x\n",
James Smartcdcc2342012-08-14 14:26:35 -04003688 mbx_wait_rc, mb->mbxStatus);
James Smart21e9a0a2009-05-22 14:53:21 -04003689 goto out;
3690 }
3691
James Smart1c6834a2009-07-19 10:01:26 -04003692 if (phba->sli_rev == LPFC_SLI_REV4) {
3693 byte_count = pmb->u.mqe.un.mb_words[5];
James Smartcdcc2342012-08-14 14:26:35 -04003694 mp = (struct lpfc_dmabuf *)pmb->context1;
James Smart1c6834a2009-07-19 10:01:26 -04003695 if (byte_count > sizeof(struct static_vport_info) -
3696 offset)
3697 byte_count = sizeof(struct static_vport_info)
3698 - offset;
3699 memcpy(vport_buff + offset, mp->virt, byte_count);
3700 offset += byte_count;
3701 } else {
3702 if (mb->un.varDmp.word_cnt >
3703 sizeof(struct static_vport_info) - offset)
3704 mb->un.varDmp.word_cnt =
3705 sizeof(struct static_vport_info)
3706 - offset;
3707 byte_count = mb->un.varDmp.word_cnt;
3708 lpfc_sli_pcimem_bcopy(((uint8_t *)mb) + DMP_RSP_OFFSET,
3709 vport_buff + offset,
3710 byte_count);
James Smart21e9a0a2009-05-22 14:53:21 -04003711
James Smart1c6834a2009-07-19 10:01:26 -04003712 offset += byte_count;
3713 }
James Smart21e9a0a2009-05-22 14:53:21 -04003714
James Smart1c6834a2009-07-19 10:01:26 -04003715 } while (byte_count &&
James Smart21e9a0a2009-05-22 14:53:21 -04003716 offset < sizeof(struct static_vport_info));
3717
3718
3719 if ((le32_to_cpu(vport_info->signature) != VPORT_INFO_SIG) ||
3720 ((le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK)
3721 != VPORT_INFO_REV)) {
3722 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3723 "0545 lpfc_create_static_vport bad"
3724 " information header 0x%x 0x%x\n",
3725 le32_to_cpu(vport_info->signature),
3726 le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK);
3727
3728 goto out;
3729 }
3730
3731 shost = lpfc_shost_from_vport(phba->pport);
3732
3733 for (i = 0; i < MAX_STATIC_VPORT_COUNT; i++) {
3734 memset(&vport_id, 0, sizeof(vport_id));
3735 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn);
3736 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn);
3737 if (!vport_id.port_name || !vport_id.node_name)
3738 continue;
3739
3740 vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR;
3741 vport_id.vport_type = FC_PORTTYPE_NPIV;
3742 vport_id.disable = false;
3743 new_fc_vport = fc_vport_create(shost, 0, &vport_id);
3744
3745 if (!new_fc_vport) {
3746 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
3747 "0546 lpfc_create_static_vport failed to"
James Smarte4e74272009-07-19 10:01:38 -04003748 " create vport\n");
James Smart21e9a0a2009-05-22 14:53:21 -04003749 continue;
3750 }
3751
3752 vport = *(struct lpfc_vport **)new_fc_vport->dd_data;
3753 vport->vport_flag |= STATIC_VPORT;
3754 }
3755
3756out:
James Smart21e9a0a2009-05-22 14:53:21 -04003757 kfree(vport_info);
James Smartcdcc2342012-08-14 14:26:35 -04003758 if (mbx_wait_rc != MBX_TIMEOUT) {
3759 if (pmb->context1) {
3760 mp = (struct lpfc_dmabuf *)pmb->context1;
James Smart1c6834a2009-07-19 10:01:26 -04003761 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3762 kfree(mp);
3763 }
James Smart21e9a0a2009-05-22 14:53:21 -04003764 mempool_free(pmb, phba->mbox_mem_pool);
James Smart1c6834a2009-07-19 10:01:26 -04003765 }
James Smart21e9a0a2009-05-22 14:53:21 -04003766
3767 return;
3768}
3769
dea31012005-04-17 16:05:31 -05003770/*
3771 * This routine handles processing a Fabric REG_LOGIN mailbox
3772 * command upon completion. It is setup in the LPFC_MBOXQ
3773 * as the completion routine when the command is
3774 * handed off to the SLI layer.
3775 */
3776void
James Smart2e0fef82007-06-17 19:56:36 -05003777lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003778{
James Smart92d7f7b2007-06-17 19:56:38 -05003779 struct lpfc_vport *vport = pmb->vport;
James Smart21e9a0a2009-05-22 14:53:21 -04003780 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05003781 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart92d7f7b2007-06-17 19:56:38 -05003782 struct lpfc_nodelist *ndlp;
James Smartdf9e1b52011-12-13 13:22:17 -05003783 struct Scsi_Host *shost;
dea31012005-04-17 16:05:31 -05003784
James Smart549e55c2007-08-02 11:09:51 -04003785 ndlp = (struct lpfc_nodelist *) pmb->context2;
James Smart329f9bc2007-04-25 09:53:01 -04003786 pmb->context1 = NULL;
3787 pmb->context2 = NULL;
James Smartd439d282010-09-29 11:18:45 -04003788
dea31012005-04-17 16:05:31 -05003789 if (mb->mbxStatus) {
James Smart21e9a0a2009-05-22 14:53:21 -04003790 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
3791 "0258 Register Fabric login error: 0x%x\n",
3792 mb->mbxStatus);
dea31012005-04-17 16:05:31 -05003793 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3794 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04003795 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003796
James Smart76a95d72010-11-20 23:11:48 -05003797 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05003798 /* FLOGI failed, use loop map to make discovery list */
3799 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05003800
James Smart92d7f7b2007-06-17 19:56:38 -05003801 /* Start discovery */
3802 lpfc_disc_start(vport);
James Smarte47c9092008-02-08 18:49:26 -05003803 /* Decrement the reference count to ndlp after the
3804 * reference to the ndlp are done.
3805 */
3806 lpfc_nlp_put(ndlp);
James Smart92d7f7b2007-06-17 19:56:38 -05003807 return;
3808 }
3809
3810 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smarte47c9092008-02-08 18:49:26 -05003811 /* Decrement the reference count to ndlp after the reference
3812 * to the ndlp are done.
3813 */
3814 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003815 return;
3816 }
3817
James Smart6d368e52011-05-24 11:44:12 -04003818 if (phba->sli_rev < LPFC_SLI_REV4)
3819 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05003820 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05003821 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05003822 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05003823
James Smart2e0fef82007-06-17 19:56:36 -05003824 if (vport->port_state == LPFC_FABRIC_CFG_LINK) {
James Smart4b40c592010-03-15 11:25:44 -04003825 /* when physical port receive logo donot start
3826 * vport discovery */
3827 if (!(vport->fc_flag & FC_LOGO_RCVD_DID_CHNG))
3828 lpfc_start_fdiscs(phba);
James Smartdf9e1b52011-12-13 13:22:17 -05003829 else {
3830 shost = lpfc_shost_from_vport(vport);
3831 spin_lock_irq(shost->host_lock);
James Smart4b40c592010-03-15 11:25:44 -04003832 vport->fc_flag &= ~FC_LOGO_RCVD_DID_CHNG ;
James Smartdf9e1b52011-12-13 13:22:17 -05003833 spin_unlock_irq(shost->host_lock);
3834 }
James Smart92d7f7b2007-06-17 19:56:38 -05003835 lpfc_do_scr_ns_plogi(phba, vport);
dea31012005-04-17 16:05:31 -05003836 }
3837
3838 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3839 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04003840 mempool_free(pmb, phba->mbox_mem_pool);
James Smarte47c9092008-02-08 18:49:26 -05003841
3842 /* Drop the reference count from the mbox at the end after
3843 * all the current reference to the ndlp have been done.
3844 */
3845 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003846 return;
3847}
3848
James Smarta0f2d3e2017-02-12 13:52:31 -08003849 /*
3850 * This routine will issue a GID_FT for each FC4 Type supported
3851 * by the driver. ALL GID_FTs must complete before discovery is started.
3852 */
3853int
3854lpfc_issue_gidft(struct lpfc_vport *vport)
3855{
3856 struct lpfc_hba *phba = vport->phba;
3857
3858 /* Good status, issue CT Request to NameServer */
3859 if ((phba->cfg_enable_fc4_type == LPFC_ENABLE_BOTH) ||
3860 (phba->cfg_enable_fc4_type == LPFC_ENABLE_FCP)) {
3861 if (lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, 0, SLI_CTPT_FCP)) {
3862 /* Cannot issue NameServer FCP Query, so finish up
3863 * discovery
3864 */
3865 lpfc_printf_vlog(vport, KERN_ERR, LOG_SLI,
3866 "0604 %s FC TYPE %x %s\n",
3867 "Failed to issue GID_FT to ",
3868 FC_TYPE_FCP,
3869 "Finishing discovery.");
3870 return 0;
3871 }
3872 vport->gidft_inp++;
3873 }
3874
3875 if ((phba->cfg_enable_fc4_type == LPFC_ENABLE_BOTH) ||
3876 (phba->cfg_enable_fc4_type == LPFC_ENABLE_NVME)) {
3877 if (lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, 0, SLI_CTPT_NVME)) {
3878 /* Cannot issue NameServer NVME Query, so finish up
3879 * discovery
3880 */
3881 lpfc_printf_vlog(vport, KERN_ERR, LOG_SLI,
3882 "0605 %s FC_TYPE %x %s %d\n",
3883 "Failed to issue GID_FT to ",
3884 FC_TYPE_NVME,
3885 "Finishing discovery: gidftinp ",
3886 vport->gidft_inp);
3887 if (vport->gidft_inp == 0)
3888 return 0;
3889 } else
3890 vport->gidft_inp++;
3891 }
3892 return vport->gidft_inp;
3893}
3894
dea31012005-04-17 16:05:31 -05003895/*
3896 * This routine handles processing a NameServer REG_LOGIN mailbox
3897 * command upon completion. It is setup in the LPFC_MBOXQ
3898 * as the completion routine when the command is
3899 * handed off to the SLI layer.
3900 */
3901void
James Smart2e0fef82007-06-17 19:56:36 -05003902lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003903{
James Smart21e9a0a2009-05-22 14:53:21 -04003904 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05003905 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
3906 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
3907 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05003908
James Smartd439d282010-09-29 11:18:45 -04003909 pmb->context1 = NULL;
3910 pmb->context2 = NULL;
James Smarta0f2d3e2017-02-12 13:52:31 -08003911 vport->gidft_inp = 0;
James Smartd439d282010-09-29 11:18:45 -04003912
dea31012005-04-17 16:05:31 -05003913 if (mb->mbxStatus) {
James Smart21e9a0a2009-05-22 14:53:21 -04003914 lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS,
3915 "0260 Register NameServer error: 0x%x\n",
3916 mb->mbxStatus);
James Smarta0f2d3e2017-02-12 13:52:31 -08003917
3918out:
James Smartfa4066b2008-01-11 01:53:27 -05003919 /* decrement the node reference count held for this
3920 * callback function.
3921 */
James Smart329f9bc2007-04-25 09:53:01 -04003922 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003923 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3924 kfree(mp);
James Smartde0c5b32007-04-25 09:52:27 -04003925 mempool_free(pmb, phba->mbox_mem_pool);
James Smart87af33f2007-10-27 13:37:43 -04003926
3927 /* If no other thread is using the ndlp, free it */
3928 lpfc_nlp_not_used(ndlp);
dea31012005-04-17 16:05:31 -05003929
James Smart76a95d72010-11-20 23:11:48 -05003930 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05003931 /*
3932 * RegLogin failed, use loop map to make discovery
3933 * list
3934 */
3935 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05003936
James Smart92d7f7b2007-06-17 19:56:38 -05003937 /* Start discovery */
3938 lpfc_disc_start(vport);
3939 return;
3940 }
3941 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
dea31012005-04-17 16:05:31 -05003942 return;
3943 }
3944
James Smart6d368e52011-05-24 11:44:12 -04003945 if (phba->sli_rev < LPFC_SLI_REV4)
3946 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05003947 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05003948 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05003949 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
James Smartbe6bb942015-04-07 15:07:22 -04003950 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
3951 "0003 rpi:%x DID:%x flg:%x %d map%x %p\n",
3952 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01003953 kref_read(&ndlp->kref),
James Smartbe6bb942015-04-07 15:07:22 -04003954 ndlp->nlp_usg_map, ndlp);
dea31012005-04-17 16:05:31 -05003955
James Smart2e0fef82007-06-17 19:56:36 -05003956 if (vport->port_state < LPFC_VPORT_READY) {
3957 /* Link up discovery requires Fabric registration. */
James Smart92d7f7b2007-06-17 19:56:38 -05003958 lpfc_ns_cmd(vport, SLI_CTNS_RNN_ID, 0, 0);
3959 lpfc_ns_cmd(vport, SLI_CTNS_RSNN_NN, 0, 0);
3960 lpfc_ns_cmd(vport, SLI_CTNS_RSPN_ID, 0, 0);
3961 lpfc_ns_cmd(vport, SLI_CTNS_RFT_ID, 0, 0);
James Smarta0f2d3e2017-02-12 13:52:31 -08003962
3963 if ((phba->cfg_enable_fc4_type == LPFC_ENABLE_BOTH) ||
3964 (phba->cfg_enable_fc4_type == LPFC_ENABLE_FCP))
3965 lpfc_ns_cmd(vport, SLI_CTNS_RFF_ID, 0, FC_TYPE_FCP);
3966
3967 if ((phba->cfg_enable_fc4_type == LPFC_ENABLE_BOTH) ||
3968 (phba->cfg_enable_fc4_type == LPFC_ENABLE_NVME))
James Smart01649562017-02-12 13:52:32 -08003969 lpfc_ns_cmd(vport, SLI_CTNS_RFF_ID, 0,
3970 FC_TYPE_NVME);
James Smart92d7f7b2007-06-17 19:56:38 -05003971
3972 /* Issue SCR just before NameServer GID_FT Query */
3973 lpfc_issue_els_scr(vport, SCR_DID, 0);
dea31012005-04-17 16:05:31 -05003974 }
3975
James Smart2e0fef82007-06-17 19:56:36 -05003976 vport->fc_ns_retry = 0;
James Smarta0f2d3e2017-02-12 13:52:31 -08003977 if (lpfc_issue_gidft(vport) == 0)
James Smart92d7f7b2007-06-17 19:56:38 -05003978 goto out;
dea31012005-04-17 16:05:31 -05003979
James Smarta0f2d3e2017-02-12 13:52:31 -08003980 /*
3981 * At this point in time we may need to wait for multiple
3982 * SLI_CTNS_GID_FT CT commands to complete before we start discovery.
3983 *
3984 * decrement the node reference count held for this
James Smartfa4066b2008-01-11 01:53:27 -05003985 * callback function.
3986 */
James Smart329f9bc2007-04-25 09:53:01 -04003987 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003988 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3989 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05003990 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003991
3992 return;
3993}
3994
3995static void
James Smart2e0fef82007-06-17 19:56:36 -05003996lpfc_register_remote_port(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05003997{
James Smart2e0fef82007-06-17 19:56:36 -05003998 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3999 struct fc_rport *rport;
dea31012005-04-17 16:05:31 -05004000 struct lpfc_rport_data *rdata;
4001 struct fc_rport_identifiers rport_ids;
James Smart2e0fef82007-06-17 19:56:36 -05004002 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05004003
James Smart895427b2017-02-12 13:52:30 -08004004 if (phba->cfg_enable_fc4_type == LPFC_ENABLE_NVME)
4005 return;
4006
dea31012005-04-17 16:05:31 -05004007 /* Remote port has reappeared. Re-register w/ FC transport */
Andrew Morton68ce1eb2005-09-21 09:46:54 -07004008 rport_ids.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn);
4009 rport_ids.port_name = wwn_to_u64(ndlp->nlp_portname.u.wwn);
dea31012005-04-17 16:05:31 -05004010 rport_ids.port_id = ndlp->nlp_DID;
4011 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN;
dea31012005-04-17 16:05:31 -05004012
James Smart329f9bc2007-04-25 09:53:01 -04004013 /*
4014 * We leave our node pointer in rport->dd_data when we unregister a
4015 * FCP target port. But fc_remote_port_add zeros the space to which
4016 * rport->dd_data points. So, if we're reusing a previously
4017 * registered port, drop the reference that we took the last time we
4018 * registered the port.
4019 */
James Smart466e8402015-05-21 13:55:28 -04004020 rport = ndlp->rport;
4021 if (rport) {
4022 rdata = rport->dd_data;
4023 /* break the link before dropping the ref */
4024 ndlp->rport = NULL;
4025 if (rdata && rdata->pnode == ndlp)
4026 lpfc_nlp_put(ndlp);
4027 rdata->pnode = NULL;
4028 /* drop reference for earlier registeration */
4029 put_device(&rport->dev);
4030 }
James Smart858c9f62007-06-17 19:56:39 -05004031
4032 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
4033 "rport add: did:x%x flg:x%x type x%x",
4034 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
4035
James Smart9589b0622011-04-16 11:03:17 -04004036 /* Don't add the remote port if unloading. */
4037 if (vport->load_flag & FC_UNLOADING)
4038 return;
4039
James Smart2e0fef82007-06-17 19:56:36 -05004040 ndlp->rport = rport = fc_remote_port_add(shost, 0, &rport_ids);
James Smart329f9bc2007-04-25 09:53:01 -04004041 if (!rport || !get_device(&rport->dev)) {
dea31012005-04-17 16:05:31 -05004042 dev_printk(KERN_WARNING, &phba->pcidev->dev,
4043 "Warning: fc_remote_port_add failed\n");
4044 return;
4045 }
4046
4047 /* initialize static port data */
4048 rport->maxframe_size = ndlp->nlp_maxframe;
4049 rport->supported_classes = ndlp->nlp_class_sup;
dea31012005-04-17 16:05:31 -05004050 rdata = rport->dd_data;
James Smart329f9bc2007-04-25 09:53:01 -04004051 rdata->pnode = lpfc_nlp_get(ndlp);
James.Smart@Emulex.Com23dc04f2005-11-28 11:41:44 -05004052
4053 if (ndlp->nlp_type & NLP_FCP_TARGET)
4054 rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET;
4055 if (ndlp->nlp_type & NLP_FCP_INITIATOR)
4056 rport_ids.roles |= FC_RPORT_ROLE_FCP_INITIATOR;
4057
James.Smart@Emulex.Com23dc04f2005-11-28 11:41:44 -05004058 if (rport_ids.roles != FC_RPORT_ROLE_UNKNOWN)
4059 fc_remote_port_rolechg(rport, rport_ids.roles);
4060
James Smart34f5ad82012-08-03 12:35:03 -04004061 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
4062 "3183 rport register x%06x, rport %p role x%x\n",
4063 ndlp->nlp_DID, rport, rport_ids.roles);
4064
James Smart071fbd3d2006-04-15 11:53:20 -04004065 if ((rport->scsi_target_id != -1) &&
James Smart92d7f7b2007-06-17 19:56:38 -05004066 (rport->scsi_target_id < LPFC_MAX_TARGET)) {
James Smart071fbd3d2006-04-15 11:53:20 -04004067 ndlp->nlp_sid = rport->scsi_target_id;
4068 }
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04004069 return;
4070}
4071
4072static void
James Smart2e0fef82007-06-17 19:56:36 -05004073lpfc_unregister_remote_port(struct lpfc_nodelist *ndlp)
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04004074{
4075 struct fc_rport *rport = ndlp->rport;
James Smart2ea259e2017-02-12 13:52:27 -08004076 struct lpfc_vport *vport = ndlp->vport;
James Smarta0f2d3e2017-02-12 13:52:31 -08004077 struct lpfc_hba *phba = vport->phba;
4078
4079 if (phba->cfg_enable_fc4_type == LPFC_ENABLE_NVME)
4080 return;
James Smartc01f3202006-08-18 17:47:08 -04004081
James Smart2ea259e2017-02-12 13:52:27 -08004082 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
James Smart858c9f62007-06-17 19:56:39 -05004083 "rport delete: did:x%x flg:x%x type x%x",
4084 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
4085
James Smart2ea259e2017-02-12 13:52:27 -08004086 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
James Smart34f5ad82012-08-03 12:35:03 -04004087 "3184 rport unregister x%06x, rport %p\n",
4088 ndlp->nlp_DID, rport);
4089
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04004090 fc_remote_port_delete(rport);
dea31012005-04-17 16:05:31 -05004091
4092 return;
4093}
4094
James Smartde0c5b32007-04-25 09:52:27 -04004095static void
James Smart2e0fef82007-06-17 19:56:36 -05004096lpfc_nlp_counters(struct lpfc_vport *vport, int state, int count)
James Smartde0c5b32007-04-25 09:52:27 -04004097{
James Smart2e0fef82007-06-17 19:56:36 -05004098 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4099
4100 spin_lock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04004101 switch (state) {
4102 case NLP_STE_UNUSED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05004103 vport->fc_unused_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004104 break;
4105 case NLP_STE_PLOGI_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05004106 vport->fc_plogi_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004107 break;
4108 case NLP_STE_ADISC_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05004109 vport->fc_adisc_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004110 break;
4111 case NLP_STE_REG_LOGIN_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05004112 vport->fc_reglogin_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004113 break;
4114 case NLP_STE_PRLI_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05004115 vport->fc_prli_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004116 break;
4117 case NLP_STE_UNMAPPED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05004118 vport->fc_unmap_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004119 break;
4120 case NLP_STE_MAPPED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05004121 vport->fc_map_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004122 break;
4123 case NLP_STE_NPR_NODE:
James Smart646a2dd2013-12-17 20:29:22 -05004124 if (vport->fc_npr_cnt == 0 && count == -1)
4125 vport->fc_npr_cnt = 0;
4126 else
4127 vport->fc_npr_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004128 break;
4129 }
James Smart2e0fef82007-06-17 19:56:36 -05004130 spin_unlock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04004131}
Jamie Wellnitz66a9ed62006-02-28 22:33:10 -05004132
James Smartde0c5b32007-04-25 09:52:27 -04004133static void
James Smart2e0fef82007-06-17 19:56:36 -05004134lpfc_nlp_state_cleanup(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
James Smartde0c5b32007-04-25 09:52:27 -04004135 int old_state, int new_state)
4136{
James Smart2e0fef82007-06-17 19:56:36 -05004137 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smarta0f2d3e2017-02-12 13:52:31 -08004138 struct lpfc_hba *phba = vport->phba;
James Smart2e0fef82007-06-17 19:56:36 -05004139
James Smartde0c5b32007-04-25 09:52:27 -04004140 if (new_state == NLP_STE_UNMAPPED_NODE) {
James Smartde0c5b32007-04-25 09:52:27 -04004141 ndlp->nlp_flag &= ~NLP_NODEV_REMOVE;
4142 ndlp->nlp_type |= NLP_FC_NODE;
4143 }
4144 if (new_state == NLP_STE_MAPPED_NODE)
4145 ndlp->nlp_flag &= ~NLP_NODEV_REMOVE;
4146 if (new_state == NLP_STE_NPR_NODE)
4147 ndlp->nlp_flag &= ~NLP_RCV_PLOGI;
dea31012005-04-17 16:05:31 -05004148
James Smarta0f2d3e2017-02-12 13:52:31 -08004149 /* FCP and NVME Transport interface */
4150 if ((old_state == NLP_STE_MAPPED_NODE ||
4151 old_state == NLP_STE_UNMAPPED_NODE)) {
4152 if (ndlp->rport) {
4153 vport->phba->nport_event_cnt++;
4154 lpfc_unregister_remote_port(ndlp);
4155 }
4156
4157 /* Notify the NVME transport of this rport's loss */
4158 if (((phba->cfg_enable_fc4_type == LPFC_ENABLE_BOTH) ||
4159 (phba->cfg_enable_fc4_type == LPFC_ENABLE_NVME)) &&
4160 (vport->phba->nvmet_support == 0) &&
4161 ((ndlp->nlp_fc4_type & NLP_FC4_NVME) ||
4162 (ndlp->nlp_DID == Fabric_DID))) {
4163 vport->phba->nport_event_cnt++;
James Smart01649562017-02-12 13:52:32 -08004164 lpfc_nvme_unregister_port(vport, ndlp);
James Smarta0f2d3e2017-02-12 13:52:31 -08004165 }
James Smartde0c5b32007-04-25 09:52:27 -04004166 }
dea31012005-04-17 16:05:31 -05004167
James Smarta0f2d3e2017-02-12 13:52:31 -08004168 /* FCP and NVME Transport interfaces */
4169
James Smartde0c5b32007-04-25 09:52:27 -04004170 if (new_state == NLP_STE_MAPPED_NODE ||
4171 new_state == NLP_STE_UNMAPPED_NODE) {
James Smarta0f2d3e2017-02-12 13:52:31 -08004172 if ((ndlp->nlp_fc4_type & NLP_FC4_FCP) ||
4173 (ndlp->nlp_DID == Fabric_DID)) {
4174 vport->phba->nport_event_cnt++;
4175 /*
4176 * Tell the fc transport about the port, if we haven't
4177 * already. If we have, and it's a scsi entity, be
4178 */
4179 lpfc_register_remote_port(vport, ndlp);
4180 }
4181 /* Notify the NVME transport of this new rport. */
4182 if (ndlp->nlp_fc4_type & NLP_FC4_NVME) {
4183 if (vport->phba->nvmet_support == 0) {
4184 /* Register this rport with the transport.
4185 * Initiators take the NDLP ref count in
4186 * the register.
4187 */
4188 vport->phba->nport_event_cnt++;
James Smart01649562017-02-12 13:52:32 -08004189 lpfc_nvme_register_port(vport, ndlp);
James Smart8c258642017-02-12 13:52:36 -08004190 } else {
4191 /* Just take an NDLP ref count since the
4192 * target does not register rports.
4193 */
4194 lpfc_nlp_get(ndlp);
James Smarta0f2d3e2017-02-12 13:52:31 -08004195 }
4196 }
James Smartde0c5b32007-04-25 09:52:27 -04004197 }
James Smarta0f2d3e2017-02-12 13:52:31 -08004198
James Smartea2151b2008-09-07 11:52:10 -04004199 if ((new_state == NLP_STE_MAPPED_NODE) &&
4200 (vport->stat_data_enabled)) {
4201 /*
4202 * A new target is discovered, if there is no buffer for
4203 * statistical data collection allocate buffer.
4204 */
4205 ndlp->lat_data = kcalloc(LPFC_MAX_BUCKET_COUNT,
4206 sizeof(struct lpfc_scsicmd_bkt),
4207 GFP_KERNEL);
4208
4209 if (!ndlp->lat_data)
4210 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
4211 "0286 lpfc_nlp_state_cleanup failed to "
4212 "allocate statistical data buffer DID "
4213 "0x%x\n", ndlp->nlp_DID);
4214 }
James Smart858c9f62007-06-17 19:56:39 -05004215 /*
James Smarta0f2d3e2017-02-12 13:52:31 -08004216 * If the node just added to Mapped list was an FCP target,
4217 * but the remote port registration failed or assigned a target
4218 * id outside the presentable range - move the node to the
4219 * Unmapped List.
James Smart858c9f62007-06-17 19:56:39 -05004220 */
James Smarta0f2d3e2017-02-12 13:52:31 -08004221 if ((new_state == NLP_STE_MAPPED_NODE) &&
4222 (ndlp->nlp_type & NLP_FCP_TARGET) &&
James Smartde0c5b32007-04-25 09:52:27 -04004223 (!ndlp->rport ||
4224 ndlp->rport->scsi_target_id == -1 ||
4225 ndlp->rport->scsi_target_id >= LPFC_MAX_TARGET)) {
James Smart2e0fef82007-06-17 19:56:36 -05004226 spin_lock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04004227 ndlp->nlp_flag |= NLP_TGT_NO_SCSIID;
James Smart2e0fef82007-06-17 19:56:36 -05004228 spin_unlock_irq(shost->host_lock);
4229 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05004230 }
James Smartde0c5b32007-04-25 09:52:27 -04004231}
4232
James Smart685f0bf2007-04-25 09:53:08 -04004233static char *
4234lpfc_nlp_state_name(char *buffer, size_t size, int state)
4235{
4236 static char *states[] = {
4237 [NLP_STE_UNUSED_NODE] = "UNUSED",
4238 [NLP_STE_PLOGI_ISSUE] = "PLOGI",
4239 [NLP_STE_ADISC_ISSUE] = "ADISC",
4240 [NLP_STE_REG_LOGIN_ISSUE] = "REGLOGIN",
4241 [NLP_STE_PRLI_ISSUE] = "PRLI",
James Smart086a3452012-08-14 14:25:21 -04004242 [NLP_STE_LOGO_ISSUE] = "LOGO",
James Smart685f0bf2007-04-25 09:53:08 -04004243 [NLP_STE_UNMAPPED_NODE] = "UNMAPPED",
4244 [NLP_STE_MAPPED_NODE] = "MAPPED",
4245 [NLP_STE_NPR_NODE] = "NPR",
4246 };
4247
James Smart311464e2007-08-02 11:10:37 -04004248 if (state < NLP_STE_MAX_STATE && states[state])
James Smart685f0bf2007-04-25 09:53:08 -04004249 strlcpy(buffer, states[state], size);
4250 else
4251 snprintf(buffer, size, "unknown (%d)", state);
4252 return buffer;
4253}
4254
James Smartde0c5b32007-04-25 09:52:27 -04004255void
James Smart2e0fef82007-06-17 19:56:36 -05004256lpfc_nlp_set_state(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4257 int state)
James Smartde0c5b32007-04-25 09:52:27 -04004258{
James Smart2e0fef82007-06-17 19:56:36 -05004259 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smartde0c5b32007-04-25 09:52:27 -04004260 int old_state = ndlp->nlp_state;
James Smart685f0bf2007-04-25 09:53:08 -04004261 char name1[16], name2[16];
James Smartde0c5b32007-04-25 09:52:27 -04004262
James Smarte8b62012007-08-02 11:10:09 -04004263 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4264 "0904 NPort state transition x%06x, %s -> %s\n",
4265 ndlp->nlp_DID,
4266 lpfc_nlp_state_name(name1, sizeof(name1), old_state),
4267 lpfc_nlp_state_name(name2, sizeof(name2), state));
James Smart858c9f62007-06-17 19:56:39 -05004268
4269 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
4270 "node statechg did:x%x old:%d ste:%d",
4271 ndlp->nlp_DID, old_state, state);
4272
James Smartde0c5b32007-04-25 09:52:27 -04004273 if (old_state == NLP_STE_NPR_NODE &&
James Smartde0c5b32007-04-25 09:52:27 -04004274 state != NLP_STE_NPR_NODE)
James Smart2e0fef82007-06-17 19:56:36 -05004275 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04004276 if (old_state == NLP_STE_UNMAPPED_NODE) {
4277 ndlp->nlp_flag &= ~NLP_TGT_NO_SCSIID;
4278 ndlp->nlp_type &= ~NLP_FC_NODE;
4279 }
4280
James Smart685f0bf2007-04-25 09:53:08 -04004281 if (list_empty(&ndlp->nlp_listp)) {
James Smart2e0fef82007-06-17 19:56:36 -05004282 spin_lock_irq(shost->host_lock);
4283 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
4284 spin_unlock_irq(shost->host_lock);
James Smart685f0bf2007-04-25 09:53:08 -04004285 } else if (old_state)
James Smart2e0fef82007-06-17 19:56:36 -05004286 lpfc_nlp_counters(vport, old_state, -1);
James Smartde0c5b32007-04-25 09:52:27 -04004287
4288 ndlp->nlp_state = state;
James Smart2e0fef82007-06-17 19:56:36 -05004289 lpfc_nlp_counters(vport, state, 1);
4290 lpfc_nlp_state_cleanup(vport, ndlp, old_state, state);
James Smartde0c5b32007-04-25 09:52:27 -04004291}
4292
4293void
James Smarte47c9092008-02-08 18:49:26 -05004294lpfc_enqueue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
4295{
4296 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4297
4298 if (list_empty(&ndlp->nlp_listp)) {
4299 spin_lock_irq(shost->host_lock);
4300 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
4301 spin_unlock_irq(shost->host_lock);
4302 }
4303}
4304
4305void
James Smart2e0fef82007-06-17 19:56:36 -05004306lpfc_dequeue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smartde0c5b32007-04-25 09:52:27 -04004307{
James Smart2e0fef82007-06-17 19:56:36 -05004308 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4309
James Smart0d2b6b82008-06-14 22:52:47 -04004310 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04004311 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
James Smart2e0fef82007-06-17 19:56:36 -05004312 lpfc_nlp_counters(vport, ndlp->nlp_state, -1);
4313 spin_lock_irq(shost->host_lock);
James Smart685f0bf2007-04-25 09:53:08 -04004314 list_del_init(&ndlp->nlp_listp);
James Smart2e0fef82007-06-17 19:56:36 -05004315 spin_unlock_irq(shost->host_lock);
James Smart858c9f62007-06-17 19:56:39 -05004316 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state,
James Smarte47c9092008-02-08 18:49:26 -05004317 NLP_STE_UNUSED_NODE);
4318}
4319
Adrian Bunk4d9db012008-02-14 23:24:02 +02004320static void
James Smarte47c9092008-02-08 18:49:26 -05004321lpfc_disable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
4322{
James Smart0d2b6b82008-06-14 22:52:47 -04004323 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smarte47c9092008-02-08 18:49:26 -05004324 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
4325 lpfc_nlp_counters(vport, ndlp->nlp_state, -1);
4326 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state,
4327 NLP_STE_UNUSED_NODE);
4328}
James Smart109f6ed2008-12-04 22:39:08 -05004329/**
James Smart3621a712009-04-06 18:47:14 -04004330 * lpfc_initialize_node - Initialize all fields of node object
James Smart109f6ed2008-12-04 22:39:08 -05004331 * @vport: Pointer to Virtual Port object.
4332 * @ndlp: Pointer to FC node object.
4333 * @did: FC_ID of the node.
James Smarta257bf92009-04-06 18:48:10 -04004334 *
4335 * This function is always called when node object need to be initialized.
4336 * It initializes all the fields of the node object. Although the reference
4337 * to phba from @ndlp can be obtained indirectly through it's reference to
4338 * @vport, a direct reference to phba is taken here by @ndlp. This is due
4339 * to the life-span of the @ndlp might go beyond the existence of @vport as
4340 * the final release of ndlp is determined by its reference count. And, the
4341 * operation on @ndlp needs the reference to phba.
James Smart109f6ed2008-12-04 22:39:08 -05004342 **/
4343static inline void
4344lpfc_initialize_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4345 uint32_t did)
4346{
4347 INIT_LIST_HEAD(&ndlp->els_retry_evt.evt_listp);
4348 INIT_LIST_HEAD(&ndlp->dev_loss_evt.evt_listp);
Tomas Jasek33cc5592017-03-03 13:45:48 +01004349 setup_timer(&ndlp->nlp_delayfunc, lpfc_els_retry_delay,
4350 (unsigned long)ndlp);
James Smart109f6ed2008-12-04 22:39:08 -05004351 ndlp->nlp_DID = did;
4352 ndlp->vport = vport;
James Smarta257bf92009-04-06 18:48:10 -04004353 ndlp->phba = vport->phba;
James Smart109f6ed2008-12-04 22:39:08 -05004354 ndlp->nlp_sid = NLP_NO_SID;
James Smarta0f2d3e2017-02-12 13:52:31 -08004355 ndlp->nlp_fc4_type = NLP_FC4_NONE;
James Smart109f6ed2008-12-04 22:39:08 -05004356 kref_init(&ndlp->kref);
4357 NLP_INT_NODE_ACT(ndlp);
4358 atomic_set(&ndlp->cmd_pending, 0);
James Smart7dc517d2010-07-14 15:32:10 -04004359 ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth;
James Smart109f6ed2008-12-04 22:39:08 -05004360}
James Smarte47c9092008-02-08 18:49:26 -05004361
4362struct lpfc_nodelist *
4363lpfc_enable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4364 int state)
4365{
4366 struct lpfc_hba *phba = vport->phba;
4367 uint32_t did;
4368 unsigned long flags;
James Smartcff261f2013-12-17 20:29:47 -05004369 unsigned long *active_rrqs_xri_bitmap = NULL;
James Smarte47c9092008-02-08 18:49:26 -05004370
4371 if (!ndlp)
4372 return NULL;
4373
4374 spin_lock_irqsave(&phba->ndlp_lock, flags);
4375 /* The ndlp should not be in memory free mode */
4376 if (NLP_CHK_FREE_REQ(ndlp)) {
4377 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
4378 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4379 "0277 lpfc_enable_node: ndlp:x%p "
4380 "usgmap:x%x refcnt:%d\n",
4381 (void *)ndlp, ndlp->nlp_usg_map,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01004382 kref_read(&ndlp->kref));
James Smarte47c9092008-02-08 18:49:26 -05004383 return NULL;
4384 }
4385 /* The ndlp should not already be in active mode */
4386 if (NLP_CHK_NODE_ACT(ndlp)) {
4387 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
4388 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4389 "0278 lpfc_enable_node: ndlp:x%p "
4390 "usgmap:x%x refcnt:%d\n",
4391 (void *)ndlp, ndlp->nlp_usg_map,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01004392 kref_read(&ndlp->kref));
James Smarte47c9092008-02-08 18:49:26 -05004393 return NULL;
4394 }
4395
4396 /* Keep the original DID */
4397 did = ndlp->nlp_DID;
James Smartcff261f2013-12-17 20:29:47 -05004398 if (phba->sli_rev == LPFC_SLI_REV4)
4399 active_rrqs_xri_bitmap = ndlp->active_rrqs_xri_bitmap;
James Smarte47c9092008-02-08 18:49:26 -05004400
4401 /* re-initialize ndlp except of ndlp linked list pointer */
4402 memset((((char *)ndlp) + sizeof (struct list_head)), 0,
4403 sizeof (struct lpfc_nodelist) - sizeof (struct list_head));
James Smart109f6ed2008-12-04 22:39:08 -05004404 lpfc_initialize_node(vport, ndlp, did);
James Smarte47c9092008-02-08 18:49:26 -05004405
James Smartcff261f2013-12-17 20:29:47 -05004406 if (phba->sli_rev == LPFC_SLI_REV4)
4407 ndlp->active_rrqs_xri_bitmap = active_rrqs_xri_bitmap;
4408
James Smarte47c9092008-02-08 18:49:26 -05004409 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
James Smartbe6bb942015-04-07 15:07:22 -04004410 if (vport->phba->sli_rev == LPFC_SLI_REV4) {
James Smart725dd392013-10-10 12:23:30 -04004411 ndlp->nlp_rpi = lpfc_sli4_alloc_rpi(vport->phba);
James Smartbe6bb942015-04-07 15:07:22 -04004412 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4413 "0008 rpi:%x DID:%x flg:%x refcnt:%d "
4414 "map:%x %p\n", ndlp->nlp_rpi, ndlp->nlp_DID,
4415 ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01004416 kref_read(&ndlp->kref),
James Smartbe6bb942015-04-07 15:07:22 -04004417 ndlp->nlp_usg_map, ndlp);
4418 }
James Smart725dd392013-10-10 12:23:30 -04004419
James Smarte47c9092008-02-08 18:49:26 -05004420
4421 if (state != NLP_STE_UNUSED_NODE)
4422 lpfc_nlp_set_state(vport, ndlp, state);
4423
4424 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
4425 "node enable: did:x%x",
4426 ndlp->nlp_DID, 0, 0);
4427 return ndlp;
James Smartde0c5b32007-04-25 09:52:27 -04004428}
4429
4430void
James Smart2e0fef82007-06-17 19:56:36 -05004431lpfc_drop_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smartde0c5b32007-04-25 09:52:27 -04004432{
James Smart87af33f2007-10-27 13:37:43 -04004433 /*
James Smartfa4066b2008-01-11 01:53:27 -05004434 * Use of lpfc_drop_node and UNUSED list: lpfc_drop_node should
James Smart87af33f2007-10-27 13:37:43 -04004435 * be used if we wish to issue the "last" lpfc_nlp_put() to remove
James Smartfa4066b2008-01-11 01:53:27 -05004436 * the ndlp from the vport. The ndlp marked as UNUSED on the list
4437 * until ALL other outstanding threads have completed. We check
4438 * that the ndlp not already in the UNUSED state before we proceed.
James Smart87af33f2007-10-27 13:37:43 -04004439 */
James Smartfa4066b2008-01-11 01:53:27 -05004440 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
4441 return;
James Smart51ef4c22007-08-02 11:10:31 -04004442 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNUSED_NODE);
James Smartbe6bb942015-04-07 15:07:22 -04004443 if (vport->phba->sli_rev == LPFC_SLI_REV4) {
James Smart1151e3e2011-02-16 12:39:35 -05004444 lpfc_cleanup_vports_rrqs(vport, ndlp);
James Smartbe6bb942015-04-07 15:07:22 -04004445 lpfc_unreg_rpi(vport, ndlp);
James Smartbe6bb942015-04-07 15:07:22 -04004446 }
James Smart02902172015-05-21 13:55:17 -04004447
4448 lpfc_nlp_put(ndlp);
James Smart98c9ea52007-10-27 13:37:33 -04004449 return;
dea31012005-04-17 16:05:31 -05004450}
4451
4452/*
4453 * Start / ReStart rescue timer for Discovery / RSCN handling
4454 */
4455void
James Smart2e0fef82007-06-17 19:56:36 -05004456lpfc_set_disctmo(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004457{
James Smart2e0fef82007-06-17 19:56:36 -05004458 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4459 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05004460 uint32_t tmo;
4461
James Smart2e0fef82007-06-17 19:56:36 -05004462 if (vport->port_state == LPFC_LOCAL_CFG_LINK) {
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02004463 /* For FAN, timeout should be greater than edtov */
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004464 tmo = (((phba->fc_edtov + 999) / 1000) + 1);
4465 } else {
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02004466 /* Normal discovery timeout should be > than ELS/CT timeout
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004467 * FC spec states we need 3 * ratov for CT requests
4468 */
4469 tmo = ((phba->fc_ratov * 3) + 3);
4470 }
dea31012005-04-17 16:05:31 -05004471
James Smart858c9f62007-06-17 19:56:39 -05004472
4473 if (!timer_pending(&vport->fc_disctmo)) {
4474 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
4475 "set disc timer: tmo:x%x state:x%x flg:x%x",
4476 tmo, vport->port_state, vport->fc_flag);
4477 }
4478
James Smart256ec0d2013-04-17 20:14:58 -04004479 mod_timer(&vport->fc_disctmo, jiffies + msecs_to_jiffies(1000 * tmo));
James Smart2e0fef82007-06-17 19:56:36 -05004480 spin_lock_irq(shost->host_lock);
4481 vport->fc_flag |= FC_DISC_TMO;
4482 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004483
4484 /* Start Discovery Timer state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04004485 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
4486 "0247 Start Discovery Timer state x%x "
4487 "Data: x%x x%lx x%x x%x\n",
4488 vport->port_state, tmo,
4489 (unsigned long)&vport->fc_disctmo, vport->fc_plogi_cnt,
4490 vport->fc_adisc_cnt);
dea31012005-04-17 16:05:31 -05004491
4492 return;
4493}
4494
4495/*
4496 * Cancel rescue timer for Discovery / RSCN handling
4497 */
4498int
James Smart2e0fef82007-06-17 19:56:36 -05004499lpfc_can_disctmo(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004500{
James Smart2e0fef82007-06-17 19:56:36 -05004501 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart2e0fef82007-06-17 19:56:36 -05004502 unsigned long iflags;
4503
James Smart858c9f62007-06-17 19:56:39 -05004504 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
4505 "can disc timer: state:x%x rtry:x%x flg:x%x",
4506 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
4507
dea31012005-04-17 16:05:31 -05004508 /* Turn off discovery timer if its running */
James Smart2e0fef82007-06-17 19:56:36 -05004509 if (vport->fc_flag & FC_DISC_TMO) {
4510 spin_lock_irqsave(shost->host_lock, iflags);
4511 vport->fc_flag &= ~FC_DISC_TMO;
4512 spin_unlock_irqrestore(shost->host_lock, iflags);
4513 del_timer_sync(&vport->fc_disctmo);
4514 spin_lock_irqsave(&vport->work_port_lock, iflags);
4515 vport->work_port_events &= ~WORKER_DISC_TMO;
4516 spin_unlock_irqrestore(&vport->work_port_lock, iflags);
dea31012005-04-17 16:05:31 -05004517 }
4518
4519 /* Cancel Discovery Timer state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04004520 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
4521 "0248 Cancel Discovery Timer state x%x "
4522 "Data: x%x x%x x%x\n",
4523 vport->port_state, vport->fc_flag,
4524 vport->fc_plogi_cnt, vport->fc_adisc_cnt);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004525 return 0;
dea31012005-04-17 16:05:31 -05004526}
4527
4528/*
4529 * Check specified ring for outstanding IOCB on the SLI queue
4530 * Return true if iocb matches the specified nport
4531 */
4532int
James Smart2e0fef82007-06-17 19:56:36 -05004533lpfc_check_sli_ndlp(struct lpfc_hba *phba,
4534 struct lpfc_sli_ring *pring,
4535 struct lpfc_iocbq *iocb,
4536 struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004537{
James Smart2e0fef82007-06-17 19:56:36 -05004538 IOCB_t *icmd = &iocb->iocb;
James Smart92d7f7b2007-06-17 19:56:38 -05004539 struct lpfc_vport *vport = ndlp->vport;
4540
4541 if (iocb->vport != vport)
4542 return 0;
4543
dea31012005-04-17 16:05:31 -05004544 if (pring->ringno == LPFC_ELS_RING) {
4545 switch (icmd->ulpCommand) {
4546 case CMD_GEN_REQUEST64_CR:
James Smart21e9a0a2009-05-22 14:53:21 -04004547 if (iocb->context_un.ndlp == ndlp)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004548 return 1;
dea31012005-04-17 16:05:31 -05004549 case CMD_ELS_REQUEST64_CR:
James Smart10d4e952006-04-15 11:53:15 -04004550 if (icmd->un.elsreq64.remoteID == ndlp->nlp_DID)
4551 return 1;
dea31012005-04-17 16:05:31 -05004552 case CMD_XMIT_ELS_RSP64_CX:
4553 if (iocb->context1 == (uint8_t *) ndlp)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004554 return 1;
dea31012005-04-17 16:05:31 -05004555 }
James Smart895427b2017-02-12 13:52:30 -08004556 } else if (pring->ringno == LPFC_FCP_RING) {
dea31012005-04-17 16:05:31 -05004557 /* Skip match check if waiting to relogin to FCP target */
4558 if ((ndlp->nlp_type & NLP_FCP_TARGET) &&
James Smart92d7f7b2007-06-17 19:56:38 -05004559 (ndlp->nlp_flag & NLP_DELAY_TMO)) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004560 return 0;
dea31012005-04-17 16:05:31 -05004561 }
4562 if (icmd->ulpContext == (volatile ushort)ndlp->nlp_rpi) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004563 return 1;
dea31012005-04-17 16:05:31 -05004564 }
dea31012005-04-17 16:05:31 -05004565 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004566 return 0;
dea31012005-04-17 16:05:31 -05004567}
4568
James Smart895427b2017-02-12 13:52:30 -08004569static void
4570__lpfc_dequeue_nport_iocbs(struct lpfc_hba *phba,
4571 struct lpfc_nodelist *ndlp, struct lpfc_sli_ring *pring,
4572 struct list_head *dequeue_list)
4573{
4574 struct lpfc_iocbq *iocb, *next_iocb;
4575
4576 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
4577 /* Check to see if iocb matches the nport */
4578 if (lpfc_check_sli_ndlp(phba, pring, iocb, ndlp))
4579 /* match, dequeue */
4580 list_move_tail(&iocb->list, dequeue_list);
4581 }
4582}
4583
4584static void
4585lpfc_sli3_dequeue_nport_iocbs(struct lpfc_hba *phba,
4586 struct lpfc_nodelist *ndlp, struct list_head *dequeue_list)
4587{
4588 struct lpfc_sli *psli = &phba->sli;
4589 uint32_t i;
4590
4591 spin_lock_irq(&phba->hbalock);
4592 for (i = 0; i < psli->num_rings; i++)
4593 __lpfc_dequeue_nport_iocbs(phba, ndlp, &psli->sli3_ring[i],
4594 dequeue_list);
4595 spin_unlock_irq(&phba->hbalock);
4596}
4597
4598static void
4599lpfc_sli4_dequeue_nport_iocbs(struct lpfc_hba *phba,
4600 struct lpfc_nodelist *ndlp, struct list_head *dequeue_list)
4601{
4602 struct lpfc_sli_ring *pring;
4603 struct lpfc_queue *qp = NULL;
4604
4605 spin_lock_irq(&phba->hbalock);
4606 list_for_each_entry(qp, &phba->sli4_hba.lpfc_wq_list, wq_list) {
4607 pring = qp->pring;
4608 if (!pring)
4609 continue;
4610 spin_lock_irq(&pring->ring_lock);
4611 __lpfc_dequeue_nport_iocbs(phba, ndlp, pring, dequeue_list);
4612 spin_unlock_irq(&pring->ring_lock);
4613 }
4614 spin_unlock_irq(&phba->hbalock);
4615}
4616
dea31012005-04-17 16:05:31 -05004617/*
4618 * Free resources / clean up outstanding I/Os
4619 * associated with nlp_rpi in the LPFC_NODELIST entry.
4620 */
4621static int
James Smart2e0fef82007-06-17 19:56:36 -05004622lpfc_no_rpi(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004623{
James Smart2534ba72007-04-25 09:52:20 -04004624 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05004625
James Smart92d7f7b2007-06-17 19:56:38 -05004626 lpfc_fabric_abort_nport(ndlp);
4627
dea31012005-04-17 16:05:31 -05004628 /*
4629 * Everything that matches on txcmplq will be returned
4630 * by firmware with a no rpi error.
4631 */
James Smart40426292010-12-15 17:58:10 -05004632 if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
James Smart895427b2017-02-12 13:52:30 -08004633 if (phba->sli_rev != LPFC_SLI_REV4)
4634 lpfc_sli3_dequeue_nport_iocbs(phba, ndlp, &completions);
4635 else
4636 lpfc_sli4_dequeue_nport_iocbs(phba, ndlp, &completions);
dea31012005-04-17 16:05:31 -05004637 }
James Smart2534ba72007-04-25 09:52:20 -04004638
James Smarta257bf92009-04-06 18:48:10 -04004639 /* Cancel all the IOCBs from the completions list */
4640 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
4641 IOERR_SLI_ABORTED);
James Smart2534ba72007-04-25 09:52:20 -04004642
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004643 return 0;
dea31012005-04-17 16:05:31 -05004644}
4645
James Smart086a3452012-08-14 14:25:21 -04004646/**
4647 * lpfc_nlp_logo_unreg - Unreg mailbox completion handler before LOGO
4648 * @phba: Pointer to HBA context object.
4649 * @pmb: Pointer to mailbox object.
4650 *
4651 * This function will issue an ELS LOGO command after completing
4652 * the UNREG_RPI.
4653 **/
Rashika Kheriab86a6752014-09-03 12:55:17 -04004654static void
James Smart086a3452012-08-14 14:25:21 -04004655lpfc_nlp_logo_unreg(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
4656{
4657 struct lpfc_vport *vport = pmb->vport;
4658 struct lpfc_nodelist *ndlp;
4659
4660 ndlp = (struct lpfc_nodelist *)(pmb->context1);
4661 if (!ndlp)
4662 return;
4663 lpfc_issue_els_logo(vport, ndlp, 0);
James Smart4aa74c32013-09-06 12:19:06 -04004664 mempool_free(pmb, phba->mbox_mem_pool);
James Smart086a3452012-08-14 14:25:21 -04004665}
4666
dea31012005-04-17 16:05:31 -05004667/*
4668 * Free rpi associated with LPFC_NODELIST entry.
4669 * This routine is called from lpfc_freenode(), when we are removing
4670 * a LPFC_NODELIST entry. It is also called if the driver initiates a
4671 * LOGO that completes successfully, and we are waiting to PLOGI back
4672 * to the remote NPort. In addition, it is called after we receive
4673 * and unsolicated ELS cmd, send back a rsp, the rsp completes and
4674 * we are waiting to PLOGI back to the remote NPort.
4675 */
4676int
James Smart2e0fef82007-06-17 19:56:36 -05004677lpfc_unreg_rpi(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004678{
James Smart2e0fef82007-06-17 19:56:36 -05004679 struct lpfc_hba *phba = vport->phba;
4680 LPFC_MBOXQ_t *mbox;
James Smart7c5e5182015-05-22 10:42:43 -04004681 int rc, acc_plogi = 1;
James Smart6d368e52011-05-24 11:44:12 -04004682 uint16_t rpi;
dea31012005-04-17 16:05:31 -05004683
James Smartf454a9a2013-09-06 12:20:07 -04004684 if (ndlp->nlp_flag & NLP_RPI_REGISTERED ||
4685 ndlp->nlp_flag & NLP_REG_LOGIN_SEND) {
4686 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND)
4687 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
4688 "3366 RPI x%x needs to be "
4689 "unregistered nlp_flag x%x "
4690 "did x%x\n",
4691 ndlp->nlp_rpi, ndlp->nlp_flag,
4692 ndlp->nlp_DID);
James Smart2e0fef82007-06-17 19:56:36 -05004693 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4694 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04004695 /* SLI4 ports require the physical rpi value. */
4696 rpi = ndlp->nlp_rpi;
4697 if (phba->sli_rev == LPFC_SLI_REV4)
4698 rpi = phba->sli4_hba.rpi_ids[ndlp->nlp_rpi];
James Smart086a3452012-08-14 14:25:21 -04004699
James Smart6d368e52011-05-24 11:44:12 -04004700 lpfc_unreg_login(phba, vport->vpi, rpi, mbox);
James Smarted957682007-06-17 19:56:37 -05004701 mbox->vport = vport;
James Smart086a3452012-08-14 14:25:21 -04004702 if (ndlp->nlp_flag & NLP_ISSUE_LOGO) {
4703 mbox->context1 = ndlp;
4704 mbox->mbox_cmpl = lpfc_nlp_logo_unreg;
4705 } else {
James Smartbe6bb942015-04-07 15:07:22 -04004706 if (phba->sli_rev == LPFC_SLI_REV4 &&
4707 (!(vport->load_flag & FC_UNLOADING)) &&
4708 (bf_get(lpfc_sli_intf_if_type,
4709 &phba->sli4_hba.sli_intf) ==
James Smarta6517db2016-03-31 14:12:29 -07004710 LPFC_SLI_INTF_IF_TYPE_2) &&
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01004711 (kref_read(&ndlp->kref) > 0)) {
James Smartbe6bb942015-04-07 15:07:22 -04004712 mbox->context1 = lpfc_nlp_get(ndlp);
4713 mbox->mbox_cmpl =
4714 lpfc_sli4_unreg_rpi_cmpl_clr;
James Smart7c5e5182015-05-22 10:42:43 -04004715 /*
4716 * accept PLOGIs after unreg_rpi_cmpl
4717 */
4718 acc_plogi = 0;
James Smartbe6bb942015-04-07 15:07:22 -04004719 } else
4720 mbox->mbox_cmpl =
4721 lpfc_sli_def_mbox_cmpl;
James Smart086a3452012-08-14 14:25:21 -04004722 }
4723
James Smart0b727fe2007-10-27 13:37:25 -04004724 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart7c5e5182015-05-22 10:42:43 -04004725 if (rc == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -05004726 mempool_free(mbox, phba->mbox_mem_pool);
James Smart7c5e5182015-05-22 10:42:43 -04004727 acc_plogi = 1;
4728 }
dea31012005-04-17 16:05:31 -05004729 }
dea31012005-04-17 16:05:31 -05004730 lpfc_no_rpi(phba, ndlp);
James Smartd7c47992010-06-08 18:31:54 -04004731
James Smart40426292010-12-15 17:58:10 -05004732 if (phba->sli_rev != LPFC_SLI_REV4)
4733 ndlp->nlp_rpi = 0;
4734 ndlp->nlp_flag &= ~NLP_RPI_REGISTERED;
James Smart0c287582009-06-10 17:22:56 -04004735 ndlp->nlp_flag &= ~NLP_NPR_ADISC;
James Smart7c5e5182015-05-22 10:42:43 -04004736 if (acc_plogi)
4737 ndlp->nlp_flag &= ~NLP_LOGO_ACC;
dea31012005-04-17 16:05:31 -05004738 return 1;
4739 }
James Smart7c5e5182015-05-22 10:42:43 -04004740 ndlp->nlp_flag &= ~NLP_LOGO_ACC;
dea31012005-04-17 16:05:31 -05004741 return 0;
4742}
4743
James Smartecfd03c2010-02-12 14:41:27 -05004744/**
4745 * lpfc_unreg_hba_rpis - Unregister rpis registered to the hba.
4746 * @phba: pointer to lpfc hba data structure.
4747 *
4748 * This routine is invoked to unregister all the currently registered RPIs
4749 * to the HBA.
4750 **/
4751void
4752lpfc_unreg_hba_rpis(struct lpfc_hba *phba)
4753{
4754 struct lpfc_vport **vports;
4755 struct lpfc_nodelist *ndlp;
4756 struct Scsi_Host *shost;
4757 int i;
4758
4759 vports = lpfc_create_vport_work_array(phba);
James Smart63e801c2010-11-20 23:14:19 -05004760 if (!vports) {
4761 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
4762 "2884 Vport array allocation failed \n");
4763 return;
4764 }
James Smartecfd03c2010-02-12 14:41:27 -05004765 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
4766 shost = lpfc_shost_from_vport(vports[i]);
4767 spin_lock_irq(shost->host_lock);
4768 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) {
James Smart40426292010-12-15 17:58:10 -05004769 if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
James Smart0c9ab6f2010-02-26 14:15:57 -05004770 /* The mempool_alloc might sleep */
4771 spin_unlock_irq(shost->host_lock);
James Smartecfd03c2010-02-12 14:41:27 -05004772 lpfc_unreg_rpi(vports[i], ndlp);
James Smart0c9ab6f2010-02-26 14:15:57 -05004773 spin_lock_irq(shost->host_lock);
4774 }
James Smartecfd03c2010-02-12 14:41:27 -05004775 }
4776 spin_unlock_irq(shost->host_lock);
4777 }
4778 lpfc_destroy_vport_work_array(phba, vports);
4779}
4780
James Smart92d7f7b2007-06-17 19:56:38 -05004781void
4782lpfc_unreg_all_rpis(struct lpfc_vport *vport)
4783{
4784 struct lpfc_hba *phba = vport->phba;
4785 LPFC_MBOXQ_t *mbox;
4786 int rc;
4787
James Smart5af5eee2010-10-22 11:06:38 -04004788 if (phba->sli_rev == LPFC_SLI_REV4) {
4789 lpfc_sli4_unreg_all_rpis(vport);
4790 return;
4791 }
4792
James Smart92d7f7b2007-06-17 19:56:38 -05004793 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4794 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04004795 lpfc_unreg_login(phba, vport->vpi, LPFC_UNREG_ALL_RPIS_VPORT,
4796 mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05004797 mbox->vport = vport;
4798 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart09372822008-01-11 01:52:54 -05004799 mbox->context1 = NULL;
4800 rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO);
James Smarta257bf92009-04-06 18:48:10 -04004801 if (rc != MBX_TIMEOUT)
James Smart92d7f7b2007-06-17 19:56:38 -05004802 mempool_free(mbox, phba->mbox_mem_pool);
James Smarta257bf92009-04-06 18:48:10 -04004803
4804 if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED))
4805 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
4806 "1836 Could not issue "
4807 "unreg_login(all_rpis) status %d\n", rc);
James Smart92d7f7b2007-06-17 19:56:38 -05004808 }
4809}
4810
4811void
4812lpfc_unreg_default_rpis(struct lpfc_vport *vport)
4813{
4814 struct lpfc_hba *phba = vport->phba;
4815 LPFC_MBOXQ_t *mbox;
4816 int rc;
4817
4818 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4819 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04004820 lpfc_unreg_did(phba, vport->vpi, LPFC_UNREG_ALL_DFLT_RPIS,
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)
4827 mempool_free(mbox, phba->mbox_mem_pool);
4828
4829 if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED))
James Smarte8b62012007-08-02 11:10:09 -04004830 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
4831 "1815 Could not issue "
James Smarta257bf92009-04-06 18:48:10 -04004832 "unreg_did (default rpis) status %d\n",
4833 rc);
James Smart92d7f7b2007-06-17 19:56:38 -05004834 }
4835}
4836
dea31012005-04-17 16:05:31 -05004837/*
4838 * Free resources associated with LPFC_NODELIST entry
4839 * so it can be freed.
4840 */
4841static int
James Smart2e0fef82007-06-17 19:56:36 -05004842lpfc_cleanup_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004843{
James Smart2e0fef82007-06-17 19:56:36 -05004844 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4845 struct lpfc_hba *phba = vport->phba;
4846 LPFC_MBOXQ_t *mb, *nextmb;
dea31012005-04-17 16:05:31 -05004847 struct lpfc_dmabuf *mp;
dea31012005-04-17 16:05:31 -05004848
4849 /* Cleanup node for NPort <nlp_DID> */
James Smarte8b62012007-08-02 11:10:09 -04004850 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4851 "0900 Cleanup node for NPort x%x "
4852 "Data: x%x x%x x%x\n",
4853 ndlp->nlp_DID, ndlp->nlp_flag,
4854 ndlp->nlp_state, ndlp->nlp_rpi);
James Smarte47c9092008-02-08 18:49:26 -05004855 if (NLP_CHK_FREE_REQ(ndlp)) {
4856 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4857 "0280 lpfc_cleanup_node: ndlp:x%p "
4858 "usgmap:x%x refcnt:%d\n",
4859 (void *)ndlp, ndlp->nlp_usg_map,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01004860 kref_read(&ndlp->kref));
James Smarte47c9092008-02-08 18:49:26 -05004861 lpfc_dequeue_node(vport, ndlp);
4862 } else {
4863 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4864 "0281 lpfc_cleanup_node: ndlp:x%p "
4865 "usgmap:x%x refcnt:%d\n",
4866 (void *)ndlp, ndlp->nlp_usg_map,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01004867 kref_read(&ndlp->kref));
James Smarte47c9092008-02-08 18:49:26 -05004868 lpfc_disable_node(vport, ndlp);
4869 }
dea31012005-04-17 16:05:31 -05004870
James Smart086a3452012-08-14 14:25:21 -04004871
4872 /* Don't need to clean up REG_LOGIN64 cmds for Default RPI cleanup */
4873
dea31012005-04-17 16:05:31 -05004874 /* cleanup any ndlp on mbox q waiting for reglogin cmpl */
4875 if ((mb = phba->sli.mbox_active)) {
James Smart04c68492009-05-22 14:52:52 -04004876 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) &&
James Smart086a3452012-08-14 14:25:21 -04004877 !(mb->mbox_flag & LPFC_MBX_IMED_UNREG) &&
dea31012005-04-17 16:05:31 -05004878 (ndlp == (struct lpfc_nodelist *) mb->context2)) {
4879 mb->context2 = NULL;
4880 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
4881 }
4882 }
James Smart33ccf8d2006-08-17 11:57:58 -04004883
James Smart2e0fef82007-06-17 19:56:36 -05004884 spin_lock_irq(&phba->hbalock);
James Smart5ac6b302010-10-22 11:05:36 -04004885 /* Cleanup REG_LOGIN completions which are not yet processed */
4886 list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) {
4887 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) ||
James Smart086a3452012-08-14 14:25:21 -04004888 (mb->mbox_flag & LPFC_MBX_IMED_UNREG) ||
James Smart5ac6b302010-10-22 11:05:36 -04004889 (ndlp != (struct lpfc_nodelist *) mb->context2))
4890 continue;
4891
4892 mb->context2 = NULL;
4893 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
4894 }
4895
dea31012005-04-17 16:05:31 -05004896 list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) {
James Smart04c68492009-05-22 14:52:52 -04004897 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) &&
James Smart086a3452012-08-14 14:25:21 -04004898 !(mb->mbox_flag & LPFC_MBX_IMED_UNREG) &&
James Smart92d7f7b2007-06-17 19:56:38 -05004899 (ndlp == (struct lpfc_nodelist *) mb->context2)) {
dea31012005-04-17 16:05:31 -05004900 mp = (struct lpfc_dmabuf *) (mb->context1);
4901 if (mp) {
James Smart2e0fef82007-06-17 19:56:36 -05004902 __lpfc_mbuf_free(phba, mp->virt, mp->phys);
dea31012005-04-17 16:05:31 -05004903 kfree(mp);
4904 }
4905 list_del(&mb->list);
4906 mempool_free(mb, phba->mbox_mem_pool);
James Smarte47c9092008-02-08 18:49:26 -05004907 /* We shall not invoke the lpfc_nlp_put to decrement
4908 * the ndlp reference count as we are in the process
4909 * of lpfc_nlp_release.
4910 */
dea31012005-04-17 16:05:31 -05004911 }
4912 }
James Smart2e0fef82007-06-17 19:56:36 -05004913 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004914
James Smarte47c9092008-02-08 18:49:26 -05004915 lpfc_els_abort(phba, ndlp);
4916
James Smart2e0fef82007-06-17 19:56:36 -05004917 spin_lock_irq(shost->host_lock);
James Smartc01f3202006-08-18 17:47:08 -04004918 ndlp->nlp_flag &= ~NLP_DELAY_TMO;
James Smart2e0fef82007-06-17 19:56:36 -05004919 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004920
Jamie Wellnitz5024ab12006-02-28 19:25:28 -05004921 ndlp->nlp_last_elscmd = 0;
dea31012005-04-17 16:05:31 -05004922 del_timer_sync(&ndlp->nlp_delayfunc);
4923
James Smart0d2b6b82008-06-14 22:52:47 -04004924 list_del_init(&ndlp->els_retry_evt.evt_listp);
4925 list_del_init(&ndlp->dev_loss_evt.evt_listp);
James Smart1151e3e2011-02-16 12:39:35 -05004926 lpfc_cleanup_vports_rrqs(vport, ndlp);
James Smart2e0fef82007-06-17 19:56:36 -05004927 lpfc_unreg_rpi(vport, ndlp);
dea31012005-04-17 16:05:31 -05004928
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004929 return 0;
dea31012005-04-17 16:05:31 -05004930}
4931
4932/*
4933 * Check to see if we can free the nlp back to the freelist.
4934 * If we are in the middle of using the nlp in the discovery state
4935 * machine, defer the free till we reach the end of the state machine.
4936 */
James Smart329f9bc2007-04-25 09:53:01 -04004937static void
James Smart2e0fef82007-06-17 19:56:36 -05004938lpfc_nlp_remove(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004939{
James Smarta8adb832007-10-27 13:37:53 -04004940 struct lpfc_hba *phba = vport->phba;
James Smart1dcb58e2007-04-25 09:51:30 -04004941 struct lpfc_rport_data *rdata;
James Smart466e8402015-05-21 13:55:28 -04004942 struct fc_rport *rport;
James Smarta8adb832007-10-27 13:37:53 -04004943 LPFC_MBOXQ_t *mbox;
4944 int rc;
dea31012005-04-17 16:05:31 -05004945
James Smart0d2b6b82008-06-14 22:52:47 -04004946 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smart21e9a0a2009-05-22 14:53:21 -04004947 if ((ndlp->nlp_flag & NLP_DEFER_RM) &&
James Smart40426292010-12-15 17:58:10 -05004948 !(ndlp->nlp_flag & NLP_REG_LOGIN_SEND) &&
4949 !(ndlp->nlp_flag & NLP_RPI_REGISTERED)) {
James Smarta8adb832007-10-27 13:37:53 -04004950 /* For this case we need to cleanup the default rpi
4951 * allocated by the firmware.
4952 */
James Smartbe6bb942015-04-07 15:07:22 -04004953 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4954 "0005 rpi:%x DID:%x flg:%x %d map:%x %p\n",
4955 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01004956 kref_read(&ndlp->kref),
James Smartbe6bb942015-04-07 15:07:22 -04004957 ndlp->nlp_usg_map, ndlp);
James Smarta8adb832007-10-27 13:37:53 -04004958 if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL))
4959 != NULL) {
James Smart21e9a0a2009-05-22 14:53:21 -04004960 rc = lpfc_reg_rpi(phba, vport->vpi, ndlp->nlp_DID,
James Smart40426292010-12-15 17:58:10 -05004961 (uint8_t *) &vport->fc_sparam, mbox, ndlp->nlp_rpi);
James Smarta8adb832007-10-27 13:37:53 -04004962 if (rc) {
4963 mempool_free(mbox, phba->mbox_mem_pool);
4964 }
4965 else {
4966 mbox->mbox_flag |= LPFC_MBX_IMED_UNREG;
4967 mbox->mbox_cmpl = lpfc_mbx_cmpl_dflt_rpi;
4968 mbox->vport = vport;
James Smart086a3452012-08-14 14:25:21 -04004969 mbox->context2 = ndlp;
James Smarta8adb832007-10-27 13:37:53 -04004970 rc =lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
4971 if (rc == MBX_NOT_FINISHED) {
4972 mempool_free(mbox, phba->mbox_mem_pool);
4973 }
4974 }
4975 }
4976 }
James Smart2e0fef82007-06-17 19:56:36 -05004977 lpfc_cleanup_node(vport, ndlp);
James Smart1dcb58e2007-04-25 09:51:30 -04004978
James Smart2e0fef82007-06-17 19:56:36 -05004979 /*
James Smart466e8402015-05-21 13:55:28 -04004980 * ndlp->rport must be set to NULL before it reaches here
4981 * i.e. break rport/node link before doing lpfc_nlp_put for
4982 * registered rport and then drop the reference of rport.
James Smart2e0fef82007-06-17 19:56:36 -05004983 */
James Smart92d7f7b2007-06-17 19:56:38 -05004984 if (ndlp->rport) {
James Smart466e8402015-05-21 13:55:28 -04004985 /*
4986 * extra lpfc_nlp_put dropped the reference of ndlp
4987 * for registered rport so need to cleanup rport
4988 */
4989 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4990 "0940 removed node x%p DID x%x "
4991 " rport not null %p\n",
4992 ndlp, ndlp->nlp_DID, ndlp->rport);
4993 rport = ndlp->rport;
4994 rdata = rport->dd_data;
James Smart329f9bc2007-04-25 09:53:01 -04004995 rdata->pnode = NULL;
4996 ndlp->rport = NULL;
James Smart466e8402015-05-21 13:55:28 -04004997 put_device(&rport->dev);
dea31012005-04-17 16:05:31 -05004998 }
dea31012005-04-17 16:05:31 -05004999}
5000
5001static int
James Smart2e0fef82007-06-17 19:56:36 -05005002lpfc_matchdid(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
5003 uint32_t did)
dea31012005-04-17 16:05:31 -05005004{
James Smart2e0fef82007-06-17 19:56:36 -05005005 D_ID mydid, ndlpdid, matchdid;
dea31012005-04-17 16:05:31 -05005006
5007 if (did == Bcast_DID)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005008 return 0;
dea31012005-04-17 16:05:31 -05005009
dea31012005-04-17 16:05:31 -05005010 /* First check for Direct match */
5011 if (ndlp->nlp_DID == did)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005012 return 1;
dea31012005-04-17 16:05:31 -05005013
5014 /* Next check for area/domain identically equals 0 match */
James Smart2e0fef82007-06-17 19:56:36 -05005015 mydid.un.word = vport->fc_myDID;
dea31012005-04-17 16:05:31 -05005016 if ((mydid.un.b.domain == 0) && (mydid.un.b.area == 0)) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005017 return 0;
dea31012005-04-17 16:05:31 -05005018 }
5019
5020 matchdid.un.word = did;
5021 ndlpdid.un.word = ndlp->nlp_DID;
5022 if (matchdid.un.b.id == ndlpdid.un.b.id) {
5023 if ((mydid.un.b.domain == matchdid.un.b.domain) &&
5024 (mydid.un.b.area == matchdid.un.b.area)) {
James Smart6b337e02015-05-21 13:55:23 -04005025 /* This code is supposed to match the ID
5026 * for a private loop device that is
5027 * connect to fl_port. But we need to
5028 * check that the port did not just go
5029 * from pt2pt to fabric or we could end
5030 * up matching ndlp->nlp_DID 000001 to
5031 * fabric DID 0x20101
5032 */
dea31012005-04-17 16:05:31 -05005033 if ((ndlpdid.un.b.domain == 0) &&
5034 (ndlpdid.un.b.area == 0)) {
James Smart6b337e02015-05-21 13:55:23 -04005035 if (ndlpdid.un.b.id &&
5036 vport->phba->fc_topology ==
5037 LPFC_TOPOLOGY_LOOP)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005038 return 1;
dea31012005-04-17 16:05:31 -05005039 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005040 return 0;
dea31012005-04-17 16:05:31 -05005041 }
5042
5043 matchdid.un.word = ndlp->nlp_DID;
5044 if ((mydid.un.b.domain == ndlpdid.un.b.domain) &&
5045 (mydid.un.b.area == ndlpdid.un.b.area)) {
5046 if ((matchdid.un.b.domain == 0) &&
5047 (matchdid.un.b.area == 0)) {
5048 if (matchdid.un.b.id)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005049 return 1;
dea31012005-04-17 16:05:31 -05005050 }
5051 }
5052 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005053 return 0;
dea31012005-04-17 16:05:31 -05005054}
5055
James Smart685f0bf2007-04-25 09:53:08 -04005056/* Search for a nodelist entry */
James Smart2e0fef82007-06-17 19:56:36 -05005057static struct lpfc_nodelist *
5058__lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05005059{
James Smart2fb9bd82006-12-02 13:33:57 -05005060 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05005061 uint32_t data1;
5062
James Smart2e0fef82007-06-17 19:56:36 -05005063 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
5064 if (lpfc_matchdid(vport, ndlp, did)) {
James Smart685f0bf2007-04-25 09:53:08 -04005065 data1 = (((uint32_t) ndlp->nlp_state << 24) |
5066 ((uint32_t) ndlp->nlp_xri << 16) |
5067 ((uint32_t) ndlp->nlp_type << 8) |
5068 ((uint32_t) ndlp->nlp_rpi & 0xff));
James Smarte8b62012007-08-02 11:10:09 -04005069 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5070 "0929 FIND node DID "
James Smartcff261f2013-12-17 20:29:47 -05005071 "Data: x%p x%x x%x x%x %p\n",
James Smarte8b62012007-08-02 11:10:09 -04005072 ndlp, ndlp->nlp_DID,
James Smartcff261f2013-12-17 20:29:47 -05005073 ndlp->nlp_flag, data1,
5074 ndlp->active_rrqs_xri_bitmap);
James Smart685f0bf2007-04-25 09:53:08 -04005075 return ndlp;
dea31012005-04-17 16:05:31 -05005076 }
5077 }
Jamie Wellnitz66a9ed62006-02-28 22:33:10 -05005078
dea31012005-04-17 16:05:31 -05005079 /* FIND node did <did> NOT FOUND */
James Smarte8b62012007-08-02 11:10:09 -04005080 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5081 "0932 FIND node did x%x NOT FOUND.\n", did);
dea31012005-04-17 16:05:31 -05005082 return NULL;
5083}
5084
5085struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005086lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05005087{
James Smart2e0fef82007-06-17 19:56:36 -05005088 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
dea31012005-04-17 16:05:31 -05005089 struct lpfc_nodelist *ndlp;
James Smartfedd3b72011-02-16 12:39:24 -05005090 unsigned long iflags;
dea31012005-04-17 16:05:31 -05005091
James Smartfedd3b72011-02-16 12:39:24 -05005092 spin_lock_irqsave(shost->host_lock, iflags);
James Smart2e0fef82007-06-17 19:56:36 -05005093 ndlp = __lpfc_findnode_did(vport, did);
James Smartfedd3b72011-02-16 12:39:24 -05005094 spin_unlock_irqrestore(shost->host_lock, iflags);
James Smart2e0fef82007-06-17 19:56:36 -05005095 return ndlp;
5096}
5097
5098struct lpfc_nodelist *
5099lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did)
5100{
5101 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5102 struct lpfc_nodelist *ndlp;
5103
5104 ndlp = lpfc_findnode_did(vport, did);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005105 if (!ndlp) {
James Smart2e0fef82007-06-17 19:56:36 -05005106 if ((vport->fc_flag & FC_RSCN_MODE) != 0 &&
5107 lpfc_rscn_payload_check(vport, did) == 0)
dea31012005-04-17 16:05:31 -05005108 return NULL;
5109 ndlp = (struct lpfc_nodelist *)
James Smart2e0fef82007-06-17 19:56:36 -05005110 mempool_alloc(vport->phba->nlp_mem_pool, GFP_KERNEL);
dea31012005-04-17 16:05:31 -05005111 if (!ndlp)
5112 return NULL;
James Smart2e0fef82007-06-17 19:56:36 -05005113 lpfc_nlp_init(vport, ndlp, did);
5114 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
James Smart8c258642017-02-12 13:52:36 -08005115 if (vport->phba->nvmet_support)
5116 return ndlp;
James Smart2e0fef82007-06-17 19:56:36 -05005117 spin_lock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05005118 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smart2e0fef82007-06-17 19:56:36 -05005119 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05005120 return ndlp;
James Smarte47c9092008-02-08 18:49:26 -05005121 } else if (!NLP_CHK_NODE_ACT(ndlp)) {
5122 ndlp = lpfc_enable_node(vport, ndlp, NLP_STE_NPR_NODE);
5123 if (!ndlp)
5124 return NULL;
James Smart8c258642017-02-12 13:52:36 -08005125 if (vport->phba->nvmet_support)
5126 return ndlp;
James Smarte47c9092008-02-08 18:49:26 -05005127 spin_lock_irq(shost->host_lock);
5128 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
5129 spin_unlock_irq(shost->host_lock);
5130 return ndlp;
dea31012005-04-17 16:05:31 -05005131 }
James Smarte47c9092008-02-08 18:49:26 -05005132
James Smart58da1ff2008-04-07 10:15:56 -04005133 if ((vport->fc_flag & FC_RSCN_MODE) &&
5134 !(vport->fc_flag & FC_NDISC_ACTIVE)) {
James Smart2e0fef82007-06-17 19:56:36 -05005135 if (lpfc_rscn_payload_check(vport, did)) {
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005136 /* If we've already received a PLOGI from this NPort
James Smart87af33f2007-10-27 13:37:43 -04005137 * we don't need to try to discover it again.
5138 */
5139 if (ndlp->nlp_flag & NLP_RCV_PLOGI)
5140 return NULL;
5141
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005142 /* Since this node is marked for discovery,
5143 * delay timeout is not needed.
5144 */
James Smart0d2b6b82008-06-14 22:52:47 -04005145 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smart8c258642017-02-12 13:52:36 -08005146 if (vport->phba->nvmet_support)
5147 return ndlp;
James Smarta257bf92009-04-06 18:48:10 -04005148 spin_lock_irq(shost->host_lock);
5149 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
5150 spin_unlock_irq(shost->host_lock);
James Smart071fbd3d2006-04-15 11:53:20 -04005151 } else
dea31012005-04-17 16:05:31 -05005152 ndlp = NULL;
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005153 } else {
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005154 /* If we've already received a PLOGI from this NPort,
James Smart87af33f2007-10-27 13:37:43 -04005155 * or we are already in the process of discovery on it,
5156 * we don't need to try to discover it again.
5157 */
James Smart685f0bf2007-04-25 09:53:08 -04005158 if (ndlp->nlp_state == NLP_STE_ADISC_ISSUE ||
James Smart87af33f2007-10-27 13:37:43 -04005159 ndlp->nlp_state == NLP_STE_PLOGI_ISSUE ||
5160 ndlp->nlp_flag & NLP_RCV_PLOGI)
dea31012005-04-17 16:05:31 -05005161 return NULL;
James Smart2e0fef82007-06-17 19:56:36 -05005162 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
James Smart8c258642017-02-12 13:52:36 -08005163 if (vport->phba->nvmet_support)
5164 return ndlp;
James Smart2e0fef82007-06-17 19:56:36 -05005165 spin_lock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05005166 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smart2e0fef82007-06-17 19:56:36 -05005167 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05005168 }
5169 return ndlp;
5170}
5171
5172/* Build a list of nodes to discover based on the loopmap */
5173void
James Smart2e0fef82007-06-17 19:56:36 -05005174lpfc_disc_list_loopmap(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005175{
James Smart2e0fef82007-06-17 19:56:36 -05005176 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05005177 int j;
5178 uint32_t alpa, index;
5179
James Smart2e0fef82007-06-17 19:56:36 -05005180 if (!lpfc_is_link_up(phba))
dea31012005-04-17 16:05:31 -05005181 return;
James Smart2e0fef82007-06-17 19:56:36 -05005182
James Smart76a95d72010-11-20 23:11:48 -05005183 if (phba->fc_topology != LPFC_TOPOLOGY_LOOP)
dea31012005-04-17 16:05:31 -05005184 return;
dea31012005-04-17 16:05:31 -05005185
5186 /* Check for loop map present or not */
5187 if (phba->alpa_map[0]) {
5188 for (j = 1; j <= phba->alpa_map[0]; j++) {
5189 alpa = phba->alpa_map[j];
James Smart2e0fef82007-06-17 19:56:36 -05005190 if (((vport->fc_myDID & 0xff) == alpa) || (alpa == 0))
dea31012005-04-17 16:05:31 -05005191 continue;
James Smart2e0fef82007-06-17 19:56:36 -05005192 lpfc_setup_disc_node(vport, alpa);
dea31012005-04-17 16:05:31 -05005193 }
5194 } else {
5195 /* No alpamap, so try all alpa's */
5196 for (j = 0; j < FC_MAXLOOP; j++) {
5197 /* If cfg_scan_down is set, start from highest
5198 * ALPA (0xef) to lowest (0x1).
5199 */
James Smart3de2a652007-08-02 11:09:59 -04005200 if (vport->cfg_scan_down)
dea31012005-04-17 16:05:31 -05005201 index = j;
5202 else
5203 index = FC_MAXLOOP - j - 1;
5204 alpa = lpfcAlpaArray[index];
James Smart2e0fef82007-06-17 19:56:36 -05005205 if ((vport->fc_myDID & 0xff) == alpa)
dea31012005-04-17 16:05:31 -05005206 continue;
James Smart2e0fef82007-06-17 19:56:36 -05005207 lpfc_setup_disc_node(vport, alpa);
dea31012005-04-17 16:05:31 -05005208 }
5209 }
5210 return;
5211}
5212
James Smart895427b2017-02-12 13:52:30 -08005213/* SLI3 only */
dea31012005-04-17 16:05:31 -05005214void
James Smart2e0fef82007-06-17 19:56:36 -05005215lpfc_issue_clear_la(struct lpfc_hba *phba, struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005216{
dea31012005-04-17 16:05:31 -05005217 LPFC_MBOXQ_t *mbox;
James Smart2e0fef82007-06-17 19:56:36 -05005218 struct lpfc_sli *psli = &phba->sli;
James Smart895427b2017-02-12 13:52:30 -08005219 struct lpfc_sli_ring *extra_ring = &psli->sli3_ring[LPFC_EXTRA_RING];
5220 struct lpfc_sli_ring *fcp_ring = &psli->sli3_ring[LPFC_FCP_RING];
James Smart2e0fef82007-06-17 19:56:36 -05005221 int rc;
5222
James Smart92d7f7b2007-06-17 19:56:38 -05005223 /*
5224 * if it's not a physical port or if we already send
5225 * clear_la then don't send it.
5226 */
5227 if ((phba->link_state >= LPFC_CLEAR_LA) ||
James Smartda0436e2009-05-22 14:51:39 -04005228 (vport->port_type != LPFC_PHYSICAL_PORT) ||
5229 (phba->sli_rev == LPFC_SLI_REV4))
James Smart92d7f7b2007-06-17 19:56:38 -05005230 return;
5231
James Smart2e0fef82007-06-17 19:56:36 -05005232 /* Link up discovery */
5233 if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL)) != NULL) {
5234 phba->link_state = LPFC_CLEAR_LA;
5235 lpfc_clear_la(phba, mbox);
5236 mbox->mbox_cmpl = lpfc_mbx_cmpl_clear_la;
5237 mbox->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -04005238 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart2e0fef82007-06-17 19:56:36 -05005239 if (rc == MBX_NOT_FINISHED) {
5240 mempool_free(mbox, phba->mbox_mem_pool);
5241 lpfc_disc_flush_list(vport);
5242 extra_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
5243 fcp_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
James Smart92d7f7b2007-06-17 19:56:38 -05005244 phba->link_state = LPFC_HBA_ERROR;
5245 }
5246 }
5247}
5248
5249/* Reg_vpi to tell firmware to resume normal operations */
5250void
5251lpfc_issue_reg_vpi(struct lpfc_hba *phba, struct lpfc_vport *vport)
5252{
5253 LPFC_MBOXQ_t *regvpimbox;
5254
5255 regvpimbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5256 if (regvpimbox) {
James Smartda0436e2009-05-22 14:51:39 -04005257 lpfc_reg_vpi(vport, regvpimbox);
James Smart92d7f7b2007-06-17 19:56:38 -05005258 regvpimbox->mbox_cmpl = lpfc_mbx_cmpl_reg_vpi;
5259 regvpimbox->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -04005260 if (lpfc_sli_issue_mbox(phba, regvpimbox, MBX_NOWAIT)
James Smart92d7f7b2007-06-17 19:56:38 -05005261 == MBX_NOT_FINISHED) {
5262 mempool_free(regvpimbox, phba->mbox_mem_pool);
James Smart2e0fef82007-06-17 19:56:36 -05005263 }
5264 }
5265}
5266
5267/* Start Link up / RSCN discovery on NPR nodes */
5268void
5269lpfc_disc_start(struct lpfc_vport *vport)
5270{
5271 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5272 struct lpfc_hba *phba = vport->phba;
James Smart685f0bf2007-04-25 09:53:08 -04005273 uint32_t num_sent;
dea31012005-04-17 16:05:31 -05005274 uint32_t clear_la_pending;
dea31012005-04-17 16:05:31 -05005275
James Smarte74c03c2013-04-17 20:15:19 -04005276 if (!lpfc_is_link_up(phba)) {
5277 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
5278 "3315 Link is not up %x\n",
5279 phba->link_state);
dea31012005-04-17 16:05:31 -05005280 return;
James Smarte74c03c2013-04-17 20:15:19 -04005281 }
James Smart2e0fef82007-06-17 19:56:36 -05005282
5283 if (phba->link_state == LPFC_CLEAR_LA)
dea31012005-04-17 16:05:31 -05005284 clear_la_pending = 1;
5285 else
5286 clear_la_pending = 0;
5287
James Smart2e0fef82007-06-17 19:56:36 -05005288 if (vport->port_state < LPFC_VPORT_READY)
5289 vport->port_state = LPFC_DISC_AUTH;
dea31012005-04-17 16:05:31 -05005290
James Smart2e0fef82007-06-17 19:56:36 -05005291 lpfc_set_disctmo(vport);
5292
James Smart2e0fef82007-06-17 19:56:36 -05005293 vport->fc_prevDID = vport->fc_myDID;
5294 vport->num_disc_nodes = 0;
dea31012005-04-17 16:05:31 -05005295
5296 /* Start Discovery state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04005297 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
5298 "0202 Start Discovery hba state x%x "
5299 "Data: x%x x%x x%x\n",
5300 vport->port_state, vport->fc_flag, vport->fc_plogi_cnt,
5301 vport->fc_adisc_cnt);
dea31012005-04-17 16:05:31 -05005302
5303 /* First do ADISCs - if any */
James Smart2e0fef82007-06-17 19:56:36 -05005304 num_sent = lpfc_els_disc_adisc(vport);
dea31012005-04-17 16:05:31 -05005305
5306 if (num_sent)
5307 return;
5308
James Smart6fa139f2013-04-17 20:20:00 -04005309 /* Register the VPI for SLI3, NPIV only. */
James Smart92d7f7b2007-06-17 19:56:38 -05005310 if ((phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) &&
James Smart1b32f6a2008-02-08 18:49:39 -05005311 !(vport->fc_flag & FC_PT2PT) &&
James Smartda0436e2009-05-22 14:51:39 -04005312 !(vport->fc_flag & FC_RSCN_MODE) &&
5313 (phba->sli_rev < LPFC_SLI_REV4)) {
James Smart85c0f172015-04-07 15:07:12 -04005314 lpfc_issue_clear_la(phba, vport);
James Smart92d7f7b2007-06-17 19:56:38 -05005315 lpfc_issue_reg_vpi(phba, vport);
5316 return;
5317 }
James Smart2e0fef82007-06-17 19:56:36 -05005318
James Smart92d7f7b2007-06-17 19:56:38 -05005319 /*
5320 * For SLI2, we need to set port_state to READY and continue
5321 * discovery.
5322 */
5323 if (vport->port_state < LPFC_VPORT_READY && !clear_la_pending) {
5324 /* If we get here, there is nothing to ADISC */
James Smart85c0f172015-04-07 15:07:12 -04005325 lpfc_issue_clear_la(phba, vport);
James Smart92d7f7b2007-06-17 19:56:38 -05005326
5327 if (!(vport->fc_flag & FC_ABORT_DISCOVERY)) {
James Smart2e0fef82007-06-17 19:56:36 -05005328 vport->num_disc_nodes = 0;
5329 /* go thru NPR nodes and issue ELS PLOGIs */
5330 if (vport->fc_npr_cnt)
5331 lpfc_els_disc_plogi(vport);
5332
5333 if (!vport->num_disc_nodes) {
5334 spin_lock_irq(shost->host_lock);
5335 vport->fc_flag &= ~FC_NDISC_ACTIVE;
5336 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05005337 lpfc_can_disctmo(vport);
dea31012005-04-17 16:05:31 -05005338 }
5339 }
James Smart92d7f7b2007-06-17 19:56:38 -05005340 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05005341 } else {
5342 /* Next do PLOGIs - if any */
James Smart2e0fef82007-06-17 19:56:36 -05005343 num_sent = lpfc_els_disc_plogi(vport);
dea31012005-04-17 16:05:31 -05005344
5345 if (num_sent)
5346 return;
5347
James Smart2e0fef82007-06-17 19:56:36 -05005348 if (vport->fc_flag & FC_RSCN_MODE) {
dea31012005-04-17 16:05:31 -05005349 /* Check to see if more RSCNs came in while we
5350 * were processing this one.
5351 */
James Smart2e0fef82007-06-17 19:56:36 -05005352 if ((vport->fc_rscn_id_cnt == 0) &&
5353 (!(vport->fc_flag & FC_RSCN_DISCOVERY))) {
5354 spin_lock_irq(shost->host_lock);
5355 vport->fc_flag &= ~FC_RSCN_MODE;
5356 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05005357 lpfc_can_disctmo(vport);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005358 } else
James Smart2e0fef82007-06-17 19:56:36 -05005359 lpfc_els_handle_rscn(vport);
dea31012005-04-17 16:05:31 -05005360 }
5361 }
5362 return;
5363}
5364
5365/*
5366 * Ignore completion for all IOCBs on tx and txcmpl queue for ELS
5367 * ring the match the sppecified nodelist.
5368 */
5369static void
James Smart2e0fef82007-06-17 19:56:36 -05005370lpfc_free_tx(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05005371{
James Smart2534ba72007-04-25 09:52:20 -04005372 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05005373 struct lpfc_sli *psli;
5374 IOCB_t *icmd;
5375 struct lpfc_iocbq *iocb, *next_iocb;
5376 struct lpfc_sli_ring *pring;
dea31012005-04-17 16:05:31 -05005377
5378 psli = &phba->sli;
James Smart895427b2017-02-12 13:52:30 -08005379 pring = lpfc_phba_elsring(phba);
dea31012005-04-17 16:05:31 -05005380
5381 /* Error matching iocb on txq or txcmplq
5382 * First check the txq.
5383 */
James Smart2e0fef82007-06-17 19:56:36 -05005384 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05005385 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
5386 if (iocb->context1 != ndlp) {
5387 continue;
5388 }
5389 icmd = &iocb->iocb;
5390 if ((icmd->ulpCommand == CMD_ELS_REQUEST64_CR) ||
5391 (icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX)) {
5392
James Smart2534ba72007-04-25 09:52:20 -04005393 list_move_tail(&iocb->list, &completions);
dea31012005-04-17 16:05:31 -05005394 }
5395 }
5396
5397 /* Next check the txcmplq */
5398 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) {
5399 if (iocb->context1 != ndlp) {
5400 continue;
5401 }
5402 icmd = &iocb->iocb;
James Smart2e0fef82007-06-17 19:56:36 -05005403 if (icmd->ulpCommand == CMD_ELS_REQUEST64_CR ||
5404 icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX) {
James Smart2534ba72007-04-25 09:52:20 -04005405 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
dea31012005-04-17 16:05:31 -05005406 }
5407 }
James Smart2e0fef82007-06-17 19:56:36 -05005408 spin_unlock_irq(&phba->hbalock);
James Smart2534ba72007-04-25 09:52:20 -04005409
James Smarta257bf92009-04-06 18:48:10 -04005410 /* Cancel all the IOCBs from the completions list */
5411 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
5412 IOERR_SLI_ABORTED);
dea31012005-04-17 16:05:31 -05005413}
5414
Adrian Bunka6ababd2007-11-05 18:07:33 +01005415static void
James Smart2e0fef82007-06-17 19:56:36 -05005416lpfc_disc_flush_list(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005417{
5418 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart2e0fef82007-06-17 19:56:36 -05005419 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05005420
James Smart2e0fef82007-06-17 19:56:36 -05005421 if (vport->fc_plogi_cnt || vport->fc_adisc_cnt) {
5422 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes,
James Smart685f0bf2007-04-25 09:53:08 -04005423 nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -05005424 if (!NLP_CHK_NODE_ACT(ndlp))
5425 continue;
James Smart685f0bf2007-04-25 09:53:08 -04005426 if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE ||
5427 ndlp->nlp_state == NLP_STE_ADISC_ISSUE) {
5428 lpfc_free_tx(phba, ndlp);
James Smart685f0bf2007-04-25 09:53:08 -04005429 }
dea31012005-04-17 16:05:31 -05005430 }
5431 }
dea31012005-04-17 16:05:31 -05005432}
5433
James Smart92d7f7b2007-06-17 19:56:38 -05005434void
5435lpfc_cleanup_discovery_resources(struct lpfc_vport *vport)
5436{
5437 lpfc_els_flush_rscn(vport);
5438 lpfc_els_flush_cmd(vport);
5439 lpfc_disc_flush_list(vport);
5440}
5441
dea31012005-04-17 16:05:31 -05005442/*****************************************************************************/
5443/*
5444 * NAME: lpfc_disc_timeout
5445 *
5446 * FUNCTION: Fibre Channel driver discovery timeout routine.
5447 *
5448 * EXECUTION ENVIRONMENT: interrupt only
5449 *
5450 * CALLED FROM:
5451 * Timer function
5452 *
5453 * RETURNS:
5454 * none
5455 */
5456/*****************************************************************************/
5457void
5458lpfc_disc_timeout(unsigned long ptr)
5459{
James Smart2e0fef82007-06-17 19:56:36 -05005460 struct lpfc_vport *vport = (struct lpfc_vport *) ptr;
5461 struct lpfc_hba *phba = vport->phba;
James Smart5e9d9b82008-06-14 22:52:53 -04005462 uint32_t tmo_posted;
dea31012005-04-17 16:05:31 -05005463 unsigned long flags = 0;
5464
5465 if (unlikely(!phba))
5466 return;
5467
James Smart5e9d9b82008-06-14 22:52:53 -04005468 spin_lock_irqsave(&vport->work_port_lock, flags);
5469 tmo_posted = vport->work_port_events & WORKER_DISC_TMO;
5470 if (!tmo_posted)
James Smart2e0fef82007-06-17 19:56:36 -05005471 vport->work_port_events |= WORKER_DISC_TMO;
James Smart5e9d9b82008-06-14 22:52:53 -04005472 spin_unlock_irqrestore(&vport->work_port_lock, flags);
James Smart2e0fef82007-06-17 19:56:36 -05005473
James Smart5e9d9b82008-06-14 22:52:53 -04005474 if (!tmo_posted)
5475 lpfc_worker_wake_up(phba);
dea31012005-04-17 16:05:31 -05005476 return;
5477}
5478
5479static void
James Smart2e0fef82007-06-17 19:56:36 -05005480lpfc_disc_timeout_handler(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005481{
James Smart2e0fef82007-06-17 19:56:36 -05005482 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5483 struct lpfc_hba *phba = vport->phba;
5484 struct lpfc_sli *psli = &phba->sli;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005485 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart92d7f7b2007-06-17 19:56:38 -05005486 LPFC_MBOXQ_t *initlinkmbox;
dea31012005-04-17 16:05:31 -05005487 int rc, clrlaerr = 0;
5488
James Smart2e0fef82007-06-17 19:56:36 -05005489 if (!(vport->fc_flag & FC_DISC_TMO))
dea31012005-04-17 16:05:31 -05005490 return;
5491
James Smart2e0fef82007-06-17 19:56:36 -05005492 spin_lock_irq(shost->host_lock);
5493 vport->fc_flag &= ~FC_DISC_TMO;
5494 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05005495
James Smart858c9f62007-06-17 19:56:39 -05005496 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
5497 "disc timeout: state:x%x rtry:x%x flg:x%x",
5498 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
5499
James Smart2e0fef82007-06-17 19:56:36 -05005500 switch (vport->port_state) {
dea31012005-04-17 16:05:31 -05005501
5502 case LPFC_LOCAL_CFG_LINK:
James Smarta0f2d3e2017-02-12 13:52:31 -08005503 /*
5504 * port_state is identically LPFC_LOCAL_CFG_LINK while
5505 * waiting for FAN timeout
5506 */
James Smarte8b62012007-08-02 11:10:09 -04005507 lpfc_printf_vlog(vport, KERN_WARNING, LOG_DISCOVERY,
5508 "0221 FAN timeout\n");
James Smarta0f2d3e2017-02-12 13:52:31 -08005509
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005510 /* Start discovery by sending FLOGI, clean up old rpis */
James Smart2e0fef82007-06-17 19:56:36 -05005511 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes,
James Smart685f0bf2007-04-25 09:53:08 -04005512 nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -05005513 if (!NLP_CHK_NODE_ACT(ndlp))
5514 continue;
James Smart685f0bf2007-04-25 09:53:08 -04005515 if (ndlp->nlp_state != NLP_STE_NPR_NODE)
5516 continue;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005517 if (ndlp->nlp_type & NLP_FABRIC) {
5518 /* Clean up the ndlp on Fabric connections */
James Smart2e0fef82007-06-17 19:56:36 -05005519 lpfc_drop_node(vport, ndlp);
James Smart87af33f2007-10-27 13:37:43 -04005520
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005521 } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) {
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005522 /* Fail outstanding IO now since device
5523 * is marked for PLOGI.
5524 */
James Smart2e0fef82007-06-17 19:56:36 -05005525 lpfc_unreg_rpi(vport, ndlp);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005526 }
5527 }
James Smart92d7f7b2007-06-17 19:56:38 -05005528 if (vport->port_state != LPFC_FLOGI) {
James Smart76a95d72010-11-20 23:11:48 -05005529 if (phba->sli_rev <= LPFC_SLI_REV3)
5530 lpfc_initial_flogi(vport);
5531 else
5532 lpfc_issue_init_vfi(vport);
James Smart0ff10d42008-01-11 01:52:36 -05005533 return;
James Smart92d7f7b2007-06-17 19:56:38 -05005534 }
dea31012005-04-17 16:05:31 -05005535 break;
5536
James Smart92d7f7b2007-06-17 19:56:38 -05005537 case LPFC_FDISC:
dea31012005-04-17 16:05:31 -05005538 case LPFC_FLOGI:
James Smart2e0fef82007-06-17 19:56:36 -05005539 /* port_state is identically LPFC_FLOGI while waiting for FLOGI cmpl */
dea31012005-04-17 16:05:31 -05005540 /* Initial FLOGI timeout */
James Smarte8b62012007-08-02 11:10:09 -04005541 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5542 "0222 Initial %s timeout\n",
James Smart87af33f2007-10-27 13:37:43 -04005543 vport->vpi ? "FDISC" : "FLOGI");
dea31012005-04-17 16:05:31 -05005544
5545 /* Assume no Fabric and go on with discovery.
5546 * Check for outstanding ELS FLOGI to abort.
5547 */
5548
5549 /* FLOGI failed, so just use loop map to make discovery list */
James Smart2e0fef82007-06-17 19:56:36 -05005550 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05005551
5552 /* Start discovery */
James Smart2e0fef82007-06-17 19:56:36 -05005553 lpfc_disc_start(vport);
dea31012005-04-17 16:05:31 -05005554 break;
5555
5556 case LPFC_FABRIC_CFG_LINK:
5557 /* hba_state is identically LPFC_FABRIC_CFG_LINK while waiting for
5558 NameServer login */
James Smarte8b62012007-08-02 11:10:09 -04005559 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5560 "0223 Timeout while waiting for "
5561 "NameServer login\n");
dea31012005-04-17 16:05:31 -05005562 /* Next look for NameServer ndlp */
James Smart2e0fef82007-06-17 19:56:36 -05005563 ndlp = lpfc_findnode_did(vport, NameServer_DID);
James Smarte47c9092008-02-08 18:49:26 -05005564 if (ndlp && NLP_CHK_NODE_ACT(ndlp))
James Smart87af33f2007-10-27 13:37:43 -04005565 lpfc_els_abort(phba, ndlp);
5566
5567 /* ReStart discovery */
5568 goto restart_disc;
dea31012005-04-17 16:05:31 -05005569
5570 case LPFC_NS_QRY:
5571 /* Check for wait for NameServer Rsp timeout */
James Smarte8b62012007-08-02 11:10:09 -04005572 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5573 "0224 NameServer Query timeout "
5574 "Data: x%x x%x\n",
5575 vport->fc_ns_retry, LPFC_MAX_NS_RETRY);
dea31012005-04-17 16:05:31 -05005576
James Smart92d7f7b2007-06-17 19:56:38 -05005577 if (vport->fc_ns_retry < LPFC_MAX_NS_RETRY) {
5578 /* Try it one more time */
5579 vport->fc_ns_retry++;
James Smarta0f2d3e2017-02-12 13:52:31 -08005580 vport->gidft_inp = 0;
5581 rc = lpfc_issue_gidft(vport);
James Smart92d7f7b2007-06-17 19:56:38 -05005582 if (rc == 0)
5583 break;
dea31012005-04-17 16:05:31 -05005584 }
James Smart92d7f7b2007-06-17 19:56:38 -05005585 vport->fc_ns_retry = 0;
dea31012005-04-17 16:05:31 -05005586
James Smart87af33f2007-10-27 13:37:43 -04005587restart_disc:
James Smart92d7f7b2007-06-17 19:56:38 -05005588 /*
5589 * Discovery is over.
5590 * set port_state to PORT_READY if SLI2.
5591 * cmpl_reg_vpi will set port_state to READY for SLI3.
5592 */
James Smart3772a992009-05-22 14:50:54 -04005593 if (phba->sli_rev < LPFC_SLI_REV4) {
5594 if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)
5595 lpfc_issue_reg_vpi(phba, vport);
James Smart6d368e52011-05-24 11:44:12 -04005596 else {
James Smart3772a992009-05-22 14:50:54 -04005597 lpfc_issue_clear_la(phba, vport);
5598 vport->port_state = LPFC_VPORT_READY;
5599 }
dea31012005-04-17 16:05:31 -05005600 }
5601
5602 /* Setup and issue mailbox INITIALIZE LINK command */
5603 initlinkmbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5604 if (!initlinkmbox) {
James Smarte8b62012007-08-02 11:10:09 -04005605 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5606 "0206 Device Discovery "
5607 "completion error\n");
James Smart2e0fef82007-06-17 19:56:36 -05005608 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05005609 break;
5610 }
5611
5612 lpfc_linkdown(phba);
5613 lpfc_init_link(phba, initlinkmbox, phba->cfg_topology,
5614 phba->cfg_link_speed);
James Smart04c68492009-05-22 14:52:52 -04005615 initlinkmbox->u.mb.un.varInitLnk.lipsr_AL_PA = 0;
James Smarted957682007-06-17 19:56:37 -05005616 initlinkmbox->vport = vport;
James Smart92d7f7b2007-06-17 19:56:38 -05005617 initlinkmbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -04005618 rc = lpfc_sli_issue_mbox(phba, initlinkmbox, MBX_NOWAIT);
James Smart5b8bd0c2007-04-25 09:52:49 -04005619 lpfc_set_loopback_flag(phba);
dea31012005-04-17 16:05:31 -05005620 if (rc == MBX_NOT_FINISHED)
5621 mempool_free(initlinkmbox, phba->mbox_mem_pool);
5622
5623 break;
5624
5625 case LPFC_DISC_AUTH:
5626 /* Node Authentication timeout */
James Smarte8b62012007-08-02 11:10:09 -04005627 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5628 "0227 Node Authentication timeout\n");
James Smart2e0fef82007-06-17 19:56:36 -05005629 lpfc_disc_flush_list(vport);
5630
James Smart92d7f7b2007-06-17 19:56:38 -05005631 /*
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);
5638 else { /* NPIV Not enabled */
5639 lpfc_issue_clear_la(phba, vport);
5640 vport->port_state = LPFC_VPORT_READY;
5641 }
dea31012005-04-17 16:05:31 -05005642 }
5643 break;
5644
James Smart2e0fef82007-06-17 19:56:36 -05005645 case LPFC_VPORT_READY:
5646 if (vport->fc_flag & FC_RSCN_MODE) {
James Smarte8b62012007-08-02 11:10:09 -04005647 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5648 "0231 RSCN timeout Data: x%x "
5649 "x%x\n",
5650 vport->fc_ns_retry, LPFC_MAX_NS_RETRY);
dea31012005-04-17 16:05:31 -05005651
5652 /* Cleanup any outstanding ELS commands */
James Smart2e0fef82007-06-17 19:56:36 -05005653 lpfc_els_flush_cmd(vport);
dea31012005-04-17 16:05:31 -05005654
James Smart2e0fef82007-06-17 19:56:36 -05005655 lpfc_els_flush_rscn(vport);
5656 lpfc_disc_flush_list(vport);
dea31012005-04-17 16:05:31 -05005657 }
5658 break;
James Smart2e0fef82007-06-17 19:56:36 -05005659
James Smart92d7f7b2007-06-17 19:56:38 -05005660 default:
James Smarte8b62012007-08-02 11:10:09 -04005661 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
James Smartd7c255b2008-08-24 21:50:00 -04005662 "0273 Unexpected discovery timeout, "
James Smarte8b62012007-08-02 11:10:09 -04005663 "vport State x%x\n", vport->port_state);
James Smart2e0fef82007-06-17 19:56:36 -05005664 break;
5665 }
5666
5667 switch (phba->link_state) {
5668 case LPFC_CLEAR_LA:
James Smart92d7f7b2007-06-17 19:56:38 -05005669 /* CLEAR LA timeout */
James Smarte8b62012007-08-02 11:10:09 -04005670 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5671 "0228 CLEAR LA timeout\n");
James Smart2e0fef82007-06-17 19:56:36 -05005672 clrlaerr = 1;
5673 break;
5674
James Smart09372822008-01-11 01:52:54 -05005675 case LPFC_LINK_UP:
5676 lpfc_issue_clear_la(phba, vport);
5677 /* Drop thru */
James Smart2e0fef82007-06-17 19:56:36 -05005678 case LPFC_LINK_UNKNOWN:
5679 case LPFC_WARM_START:
5680 case LPFC_INIT_START:
5681 case LPFC_INIT_MBX_CMDS:
5682 case LPFC_LINK_DOWN:
James Smart2e0fef82007-06-17 19:56:36 -05005683 case LPFC_HBA_ERROR:
James Smarte8b62012007-08-02 11:10:09 -04005684 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5685 "0230 Unexpected timeout, hba link "
5686 "state x%x\n", phba->link_state);
James Smart2e0fef82007-06-17 19:56:36 -05005687 clrlaerr = 1;
5688 break;
James Smart92d7f7b2007-06-17 19:56:38 -05005689
5690 case LPFC_HBA_READY:
5691 break;
dea31012005-04-17 16:05:31 -05005692 }
5693
5694 if (clrlaerr) {
James Smart2e0fef82007-06-17 19:56:36 -05005695 lpfc_disc_flush_list(vport);
James Smart895427b2017-02-12 13:52:30 -08005696 if (phba->sli_rev != LPFC_SLI_REV4) {
5697 psli->sli3_ring[(LPFC_EXTRA_RING)].flag &=
5698 ~LPFC_STOP_IOCB_EVENT;
5699 psli->sli3_ring[LPFC_FCP_RING].flag &=
5700 ~LPFC_STOP_IOCB_EVENT;
5701 }
James Smart2e0fef82007-06-17 19:56:36 -05005702 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05005703 }
dea31012005-04-17 16:05:31 -05005704 return;
5705}
5706
dea31012005-04-17 16:05:31 -05005707/*
5708 * This routine handles processing a NameServer REG_LOGIN mailbox
5709 * command upon completion. It is setup in the LPFC_MBOXQ
5710 * as the completion routine when the command is
5711 * handed off to the SLI layer.
5712 */
5713void
James Smart2e0fef82007-06-17 19:56:36 -05005714lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05005715{
James Smart04c68492009-05-22 14:52:52 -04005716 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05005717 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
5718 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
5719 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05005720
5721 pmb->context1 = NULL;
James Smartd439d282010-09-29 11:18:45 -04005722 pmb->context2 = NULL;
dea31012005-04-17 16:05:31 -05005723
James Smart6d368e52011-05-24 11:44:12 -04005724 if (phba->sli_rev < LPFC_SLI_REV4)
5725 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05005726 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05005727 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05005728 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
James Smartbe6bb942015-04-07 15:07:22 -04005729 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
5730 "0004 rpi:%x DID:%x flg:%x %d map:%x %p\n",
5731 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01005732 kref_read(&ndlp->kref),
James Smartbe6bb942015-04-07 15:07:22 -04005733 ndlp->nlp_usg_map, ndlp);
James Smart2e0fef82007-06-17 19:56:36 -05005734 /*
5735 * Start issuing Fabric-Device Management Interface (FDMI) command to
James Smart4258e982015-12-16 18:11:58 -05005736 * 0xfffffa (FDMI well known port).
5737 * DHBA -> DPRT -> RHBA -> RPA (physical port)
5738 * DPRT -> RPRT (vports)
dea31012005-04-17 16:05:31 -05005739 */
James Smart4258e982015-12-16 18:11:58 -05005740 if (vport->port_type == LPFC_PHYSICAL_PORT)
5741 lpfc_fdmi_cmd(vport, ndlp, SLI_MGMT_DHBA, 0);
James Smart76b2c342015-04-07 15:07:19 -04005742 else
James Smart4258e982015-12-16 18:11:58 -05005743 lpfc_fdmi_cmd(vport, ndlp, SLI_MGMT_DPRT, 0);
5744
dea31012005-04-17 16:05:31 -05005745
James Smartfa4066b2008-01-11 01:53:27 -05005746 /* decrement the node reference count held for this callback
5747 * function.
5748 */
James Smart329f9bc2007-04-25 09:53:01 -04005749 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05005750 lpfc_mbuf_free(phba, mp->virt, mp->phys);
5751 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04005752 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05005753
5754 return;
5755}
5756
James Smart685f0bf2007-04-25 09:53:08 -04005757static int
5758lpfc_filter_by_rpi(struct lpfc_nodelist *ndlp, void *param)
5759{
5760 uint16_t *rpi = param;
5761
James Smarteff4a012012-01-18 16:25:25 -05005762 /* check for active node */
5763 if (!NLP_CHK_NODE_ACT(ndlp))
5764 return 0;
5765
James Smart685f0bf2007-04-25 09:53:08 -04005766 return ndlp->nlp_rpi == *rpi;
5767}
5768
5769static int
5770lpfc_filter_by_wwpn(struct lpfc_nodelist *ndlp, void *param)
5771{
5772 return memcmp(&ndlp->nlp_portname, param,
5773 sizeof(ndlp->nlp_portname)) == 0;
5774}
5775
Adrian Bunka6ababd2007-11-05 18:07:33 +01005776static struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005777__lpfc_find_node(struct lpfc_vport *vport, node_filter filter, void *param)
dea31012005-04-17 16:05:31 -05005778{
James.Smart@Emulex.Com21568f52005-10-28 20:29:36 -04005779 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05005780
James Smart2e0fef82007-06-17 19:56:36 -05005781 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
James Smart34f5ad82012-08-03 12:35:03 -04005782 if (filter(ndlp, param)) {
5783 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5784 "3185 FIND node filter %p DID "
5785 "Data: x%p x%x x%x\n",
5786 filter, ndlp, ndlp->nlp_DID,
5787 ndlp->nlp_flag);
James Smart685f0bf2007-04-25 09:53:08 -04005788 return ndlp;
James Smart34f5ad82012-08-03 12:35:03 -04005789 }
James Smart685f0bf2007-04-25 09:53:08 -04005790 }
James Smart34f5ad82012-08-03 12:35:03 -04005791 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5792 "3186 FIND node filter %p NOT FOUND.\n", filter);
James.Smart@Emulex.Com21568f52005-10-28 20:29:36 -04005793 return NULL;
dea31012005-04-17 16:05:31 -05005794}
5795
James Smart685f0bf2007-04-25 09:53:08 -04005796/*
5797 * This routine looks up the ndlp lists for the given RPI. If rpi found it
James Smart2e0fef82007-06-17 19:56:36 -05005798 * returns the node list element pointer else return NULL.
James Smart685f0bf2007-04-25 09:53:08 -04005799 */
5800struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005801__lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi)
James Smart685f0bf2007-04-25 09:53:08 -04005802{
James Smart2e0fef82007-06-17 19:56:36 -05005803 return __lpfc_find_node(vport, lpfc_filter_by_rpi, &rpi);
James Smart685f0bf2007-04-25 09:53:08 -04005804}
5805
James Smart488d1462006-03-07 15:02:37 -05005806/*
James Smart685f0bf2007-04-25 09:53:08 -04005807 * This routine looks up the ndlp lists for the given WWPN. If WWPN found it
James Smart2e0fef82007-06-17 19:56:36 -05005808 * returns the node element list pointer else return NULL.
James Smart488d1462006-03-07 15:02:37 -05005809 */
5810struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005811lpfc_findnode_wwpn(struct lpfc_vport *vport, struct lpfc_name *wwpn)
James Smart488d1462006-03-07 15:02:37 -05005812{
James Smart2e0fef82007-06-17 19:56:36 -05005813 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart488d1462006-03-07 15:02:37 -05005814 struct lpfc_nodelist *ndlp;
James Smart488d1462006-03-07 15:02:37 -05005815
James Smart2e0fef82007-06-17 19:56:36 -05005816 spin_lock_irq(shost->host_lock);
5817 ndlp = __lpfc_find_node(vport, lpfc_filter_by_wwpn, wwpn);
5818 spin_unlock_irq(shost->host_lock);
James Smart858c9f62007-06-17 19:56:39 -05005819 return ndlp;
James Smart488d1462006-03-07 15:02:37 -05005820}
5821
James Smartcb69f7d2011-12-13 13:21:57 -05005822/*
5823 * This routine looks up the ndlp lists for the given RPI. If the rpi
5824 * is found, the routine returns the node element list pointer else
5825 * return NULL.
5826 */
5827struct lpfc_nodelist *
5828lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi)
5829{
5830 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5831 struct lpfc_nodelist *ndlp;
5832
5833 spin_lock_irq(shost->host_lock);
5834 ndlp = __lpfc_findnode_rpi(vport, rpi);
5835 spin_unlock_irq(shost->host_lock);
5836 return ndlp;
5837}
5838
5839/**
5840 * lpfc_find_vport_by_vpid - Find a vport on a HBA through vport identifier
5841 * @phba: pointer to lpfc hba data structure.
5842 * @vpi: the physical host virtual N_Port identifier.
5843 *
5844 * This routine finds a vport on a HBA (referred by @phba) through a
5845 * @vpi. The function walks the HBA's vport list and returns the address
5846 * of the vport with the matching @vpi.
5847 *
5848 * Return code
5849 * NULL - No vport with the matching @vpi found
5850 * Otherwise - Address to the vport with the matching @vpi.
5851 **/
5852struct lpfc_vport *
5853lpfc_find_vport_by_vpid(struct lpfc_hba *phba, uint16_t vpi)
5854{
5855 struct lpfc_vport *vport;
5856 unsigned long flags;
5857 int i = 0;
5858
5859 /* The physical ports are always vpi 0 - translate is unnecessary. */
5860 if (vpi > 0) {
5861 /*
5862 * Translate the physical vpi to the logical vpi. The
5863 * vport stores the logical vpi.
5864 */
5865 for (i = 0; i < phba->max_vpi; i++) {
5866 if (vpi == phba->vpi_ids[i])
5867 break;
5868 }
5869
5870 if (i >= phba->max_vpi) {
5871 lpfc_printf_log(phba, KERN_ERR, LOG_ELS,
5872 "2936 Could not find Vport mapped "
5873 "to vpi %d\n", vpi);
5874 return NULL;
5875 }
5876 }
5877
5878 spin_lock_irqsave(&phba->hbalock, flags);
5879 list_for_each_entry(vport, &phba->port_list, listentry) {
5880 if (vport->vpi == i) {
5881 spin_unlock_irqrestore(&phba->hbalock, flags);
5882 return vport;
5883 }
5884 }
5885 spin_unlock_irqrestore(&phba->hbalock, flags);
5886 return NULL;
5887}
5888
dea31012005-04-17 16:05:31 -05005889void
James Smart2e0fef82007-06-17 19:56:36 -05005890lpfc_nlp_init(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
5891 uint32_t did)
dea31012005-04-17 16:05:31 -05005892{
5893 memset(ndlp, 0, sizeof (struct lpfc_nodelist));
James Smart109f6ed2008-12-04 22:39:08 -05005894
5895 lpfc_initialize_node(vport, ndlp, did);
James Smart685f0bf2007-04-25 09:53:08 -04005896 INIT_LIST_HEAD(&ndlp->nlp_listp);
James Smartcff261f2013-12-17 20:29:47 -05005897 if (vport->phba->sli_rev == LPFC_SLI_REV4) {
James Smart725dd392013-10-10 12:23:30 -04005898 ndlp->nlp_rpi = lpfc_sli4_alloc_rpi(vport->phba);
James Smartbe6bb942015-04-07 15:07:22 -04005899 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5900 "0007 rpi:%x DID:%x flg:%x refcnt:%d "
5901 "map:%x %p\n", ndlp->nlp_rpi, ndlp->nlp_DID,
5902 ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01005903 kref_read(&ndlp->kref),
James Smartbe6bb942015-04-07 15:07:22 -04005904 ndlp->nlp_usg_map, ndlp);
5905
James Smartcff261f2013-12-17 20:29:47 -05005906 ndlp->active_rrqs_xri_bitmap =
5907 mempool_alloc(vport->phba->active_rrq_pool,
5908 GFP_KERNEL);
James Smart59c5f612014-05-21 08:05:10 -04005909 if (ndlp->active_rrqs_xri_bitmap)
5910 memset(ndlp->active_rrqs_xri_bitmap, 0,
5911 ndlp->phba->cfg_rrq_xri_bitmap_sz);
James Smartcff261f2013-12-17 20:29:47 -05005912 }
5913
James Smart725dd392013-10-10 12:23:30 -04005914
James Smart858c9f62007-06-17 19:56:39 -05005915
5916 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
5917 "node init: did:x%x",
5918 ndlp->nlp_DID, 0, 0);
5919
dea31012005-04-17 16:05:31 -05005920 return;
5921}
James Smart329f9bc2007-04-25 09:53:01 -04005922
James Smart98c9ea52007-10-27 13:37:33 -04005923/* This routine releases all resources associated with a specifc NPort's ndlp
5924 * and mempool_free's the nodelist.
5925 */
James Smart311464e2007-08-02 11:10:37 -04005926static void
James Smart329f9bc2007-04-25 09:53:01 -04005927lpfc_nlp_release(struct kref *kref)
5928{
James Smarte47c9092008-02-08 18:49:26 -05005929 struct lpfc_hba *phba;
5930 unsigned long flags;
James Smart329f9bc2007-04-25 09:53:01 -04005931 struct lpfc_nodelist *ndlp = container_of(kref, struct lpfc_nodelist,
5932 kref);
James Smart858c9f62007-06-17 19:56:39 -05005933
5934 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5935 "node release: did:x%x flg:x%x type:x%x",
5936 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
5937
James Smarte47c9092008-02-08 18:49:26 -05005938 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
James Smart939723a2012-05-09 21:19:03 -04005939 "0279 lpfc_nlp_release: ndlp:x%p did %x "
James Smartbe6bb942015-04-07 15:07:22 -04005940 "usgmap:x%x refcnt:%d rpi:%x\n",
James Smart939723a2012-05-09 21:19:03 -04005941 (void *)ndlp, ndlp->nlp_DID, ndlp->nlp_usg_map,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01005942 kref_read(&ndlp->kref), ndlp->nlp_rpi);
James Smarte47c9092008-02-08 18:49:26 -05005943
5944 /* remove ndlp from action. */
James Smart2e0fef82007-06-17 19:56:36 -05005945 lpfc_nlp_remove(ndlp->vport, ndlp);
James Smarte47c9092008-02-08 18:49:26 -05005946
5947 /* clear the ndlp active flag for all release cases */
James Smarta257bf92009-04-06 18:48:10 -04005948 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05005949 spin_lock_irqsave(&phba->ndlp_lock, flags);
5950 NLP_CLR_NODE_ACT(ndlp);
5951 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
James Smart40426292010-12-15 17:58:10 -05005952 if (phba->sli_rev == LPFC_SLI_REV4)
5953 lpfc_sli4_free_rpi(phba, ndlp->nlp_rpi);
James Smarte47c9092008-02-08 18:49:26 -05005954
5955 /* free ndlp memory for final ndlp release */
James Smartea2151b2008-09-07 11:52:10 -04005956 if (NLP_CHK_FREE_REQ(ndlp)) {
5957 kfree(ndlp->lat_data);
James Smartcff261f2013-12-17 20:29:47 -05005958 if (phba->sli_rev == LPFC_SLI_REV4)
5959 mempool_free(ndlp->active_rrqs_xri_bitmap,
5960 ndlp->phba->active_rrq_pool);
James Smarta257bf92009-04-06 18:48:10 -04005961 mempool_free(ndlp, ndlp->phba->nlp_mem_pool);
James Smartea2151b2008-09-07 11:52:10 -04005962 }
James Smart329f9bc2007-04-25 09:53:01 -04005963}
5964
James Smart98c9ea52007-10-27 13:37:33 -04005965/* This routine bumps the reference count for a ndlp structure to ensure
5966 * that one discovery thread won't free a ndlp while another discovery thread
5967 * is using it.
5968 */
James Smart329f9bc2007-04-25 09:53:01 -04005969struct lpfc_nodelist *
5970lpfc_nlp_get(struct lpfc_nodelist *ndlp)
5971{
James Smarte47c9092008-02-08 18:49:26 -05005972 struct lpfc_hba *phba;
5973 unsigned long flags;
5974
James Smart98c9ea52007-10-27 13:37:33 -04005975 if (ndlp) {
5976 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5977 "node get: did:x%x flg:x%x refcnt:x%x",
5978 ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01005979 kref_read(&ndlp->kref));
James Smarte47c9092008-02-08 18:49:26 -05005980 /* The check of ndlp usage to prevent incrementing the
5981 * ndlp reference count that is in the process of being
5982 * released.
5983 */
James Smarta257bf92009-04-06 18:48:10 -04005984 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05005985 spin_lock_irqsave(&phba->ndlp_lock, flags);
5986 if (!NLP_CHK_NODE_ACT(ndlp) || NLP_CHK_FREE_ACK(ndlp)) {
5987 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
5988 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
5989 "0276 lpfc_nlp_get: ndlp:x%p "
5990 "usgmap:x%x refcnt:%d\n",
5991 (void *)ndlp, ndlp->nlp_usg_map,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01005992 kref_read(&ndlp->kref));
James Smarte47c9092008-02-08 18:49:26 -05005993 return NULL;
5994 } else
5995 kref_get(&ndlp->kref);
5996 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
James Smart98c9ea52007-10-27 13:37:33 -04005997 }
James Smart329f9bc2007-04-25 09:53:01 -04005998 return ndlp;
5999}
6000
James Smart98c9ea52007-10-27 13:37:33 -04006001/* This routine decrements the reference count for a ndlp structure. If the
James Smarte47c9092008-02-08 18:49:26 -05006002 * count goes to 0, this indicates the the associated nodelist should be
6003 * freed. Returning 1 indicates the ndlp resource has been released; on the
6004 * other hand, returning 0 indicates the ndlp resource has not been released
6005 * yet.
James Smart98c9ea52007-10-27 13:37:33 -04006006 */
James Smart329f9bc2007-04-25 09:53:01 -04006007int
6008lpfc_nlp_put(struct lpfc_nodelist *ndlp)
6009{
James Smarte47c9092008-02-08 18:49:26 -05006010 struct lpfc_hba *phba;
6011 unsigned long flags;
6012
6013 if (!ndlp)
6014 return 1;
6015
6016 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
6017 "node put: did:x%x flg:x%x refcnt:x%x",
6018 ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01006019 kref_read(&ndlp->kref));
James Smarta257bf92009-04-06 18:48:10 -04006020 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05006021 spin_lock_irqsave(&phba->ndlp_lock, flags);
6022 /* Check the ndlp memory free acknowledge flag to avoid the
6023 * possible race condition that kref_put got invoked again
6024 * after previous one has done ndlp memory free.
6025 */
6026 if (NLP_CHK_FREE_ACK(ndlp)) {
6027 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
6028 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
6029 "0274 lpfc_nlp_put: ndlp:x%p "
6030 "usgmap:x%x refcnt:%d\n",
6031 (void *)ndlp, ndlp->nlp_usg_map,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01006032 kref_read(&ndlp->kref));
James Smarte47c9092008-02-08 18:49:26 -05006033 return 1;
James Smart98c9ea52007-10-27 13:37:33 -04006034 }
James Smarte47c9092008-02-08 18:49:26 -05006035 /* Check the ndlp inactivate log flag to avoid the possible
6036 * race condition that kref_put got invoked again after ndlp
6037 * is already in inactivating state.
6038 */
6039 if (NLP_CHK_IACT_REQ(ndlp)) {
6040 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
6041 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
6042 "0275 lpfc_nlp_put: ndlp:x%p "
6043 "usgmap:x%x refcnt:%d\n",
6044 (void *)ndlp, ndlp->nlp_usg_map,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01006045 kref_read(&ndlp->kref));
James Smarte47c9092008-02-08 18:49:26 -05006046 return 1;
6047 }
6048 /* For last put, mark the ndlp usage flags to make sure no
6049 * other kref_get and kref_put on the same ndlp shall get
6050 * in between the process when the final kref_put has been
6051 * invoked on this ndlp.
6052 */
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01006053 if (kref_read(&ndlp->kref) == 1) {
James Smarte47c9092008-02-08 18:49:26 -05006054 /* Indicate ndlp is put to inactive state. */
6055 NLP_SET_IACT_REQ(ndlp);
6056 /* Acknowledge ndlp memory free has been seen. */
6057 if (NLP_CHK_FREE_REQ(ndlp))
6058 NLP_SET_FREE_ACK(ndlp);
6059 }
6060 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
6061 /* Note, the kref_put returns 1 when decrementing a reference
6062 * count that was 1, it invokes the release callback function,
6063 * but it still left the reference count as 1 (not actually
6064 * performs the last decrementation). Otherwise, it actually
6065 * decrements the reference count and returns 0.
6066 */
6067 return kref_put(&ndlp->kref, lpfc_nlp_release);
James Smart329f9bc2007-04-25 09:53:01 -04006068}
James Smart98c9ea52007-10-27 13:37:33 -04006069
6070/* This routine free's the specified nodelist if it is not in use
James Smarte47c9092008-02-08 18:49:26 -05006071 * by any other discovery thread. This routine returns 1 if the
6072 * ndlp has been freed. A return value of 0 indicates the ndlp is
6073 * not yet been released.
James Smart98c9ea52007-10-27 13:37:33 -04006074 */
6075int
6076lpfc_nlp_not_used(struct lpfc_nodelist *ndlp)
6077{
6078 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
6079 "node not used: did:x%x flg:x%x refcnt:x%x",
6080 ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01006081 kref_read(&ndlp->kref));
6082 if (kref_read(&ndlp->kref) == 1)
James Smarte47c9092008-02-08 18:49:26 -05006083 if (lpfc_nlp_put(ndlp))
6084 return 1;
James Smart98c9ea52007-10-27 13:37:33 -04006085 return 0;
6086}
James Smart6fb120a2009-05-22 14:52:59 -04006087
6088/**
6089 * lpfc_fcf_inuse - Check if FCF can be unregistered.
6090 * @phba: Pointer to hba context object.
6091 *
6092 * This function iterate through all FC nodes associated
6093 * will all vports to check if there is any node with
6094 * fc_rports associated with it. If there is an fc_rport
6095 * associated with the node, then the node is either in
6096 * discovered state or its devloss_timer is pending.
6097 */
6098static int
6099lpfc_fcf_inuse(struct lpfc_hba *phba)
6100{
6101 struct lpfc_vport **vports;
6102 int i, ret = 0;
6103 struct lpfc_nodelist *ndlp;
6104 struct Scsi_Host *shost;
6105
6106 vports = lpfc_create_vport_work_array(phba);
6107
James Smart63e801c2010-11-20 23:14:19 -05006108 /* If driver cannot allocate memory, indicate fcf is in use */
6109 if (!vports)
6110 return 1;
6111
James Smart6fb120a2009-05-22 14:52:59 -04006112 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
6113 shost = lpfc_shost_from_vport(vports[i]);
6114 spin_lock_irq(shost->host_lock);
James Smart05580562011-05-24 11:40:48 -04006115 /*
6116 * IF the CVL_RCVD bit is not set then we have sent the
6117 * flogi.
6118 * If dev_loss fires while we are waiting we do not want to
6119 * unreg the fcf.
6120 */
6121 if (!(vports[i]->fc_flag & FC_VPORT_CVL_RCVD)) {
6122 spin_unlock_irq(shost->host_lock);
6123 ret = 1;
6124 goto out;
6125 }
James Smart6fb120a2009-05-22 14:52:59 -04006126 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) {
6127 if (NLP_CHK_NODE_ACT(ndlp) && ndlp->rport &&
6128 (ndlp->rport->roles & FC_RPORT_ROLE_FCP_TARGET)) {
6129 ret = 1;
6130 spin_unlock_irq(shost->host_lock);
6131 goto out;
James Smart80c17842012-03-01 22:35:45 -05006132 } else if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
6133 ret = 1;
James Smart891478a2009-11-18 15:40:23 -05006134 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
James Smart80c17842012-03-01 22:35:45 -05006135 "2624 RPI %x DID %x flag %x "
6136 "still logged in\n",
6137 ndlp->nlp_rpi, ndlp->nlp_DID,
6138 ndlp->nlp_flag);
James Smart6fb120a2009-05-22 14:52:59 -04006139 }
6140 }
6141 spin_unlock_irq(shost->host_lock);
6142 }
6143out:
6144 lpfc_destroy_vport_work_array(phba, vports);
6145 return ret;
6146}
6147
6148/**
6149 * lpfc_unregister_vfi_cmpl - Completion handler for unreg vfi.
6150 * @phba: Pointer to hba context object.
6151 * @mboxq: Pointer to mailbox object.
6152 *
6153 * This function frees memory associated with the mailbox command.
6154 */
James Smart1b511972011-12-13 13:23:09 -05006155void
James Smart6fb120a2009-05-22 14:52:59 -04006156lpfc_unregister_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
6157{
6158 struct lpfc_vport *vport = mboxq->vport;
James Smart38b92ef2010-08-04 16:11:39 -04006159 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart6fb120a2009-05-22 14:52:59 -04006160
6161 if (mboxq->u.mb.mbxStatus) {
6162 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
6163 "2555 UNREG_VFI mbxStatus error x%x "
6164 "HBA state x%x\n",
6165 mboxq->u.mb.mbxStatus, vport->port_state);
6166 }
James Smart38b92ef2010-08-04 16:11:39 -04006167 spin_lock_irq(shost->host_lock);
6168 phba->pport->fc_flag &= ~FC_VFI_REGISTERED;
6169 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04006170 mempool_free(mboxq, phba->mbox_mem_pool);
6171 return;
6172}
6173
6174/**
6175 * lpfc_unregister_fcfi_cmpl - Completion handler for unreg fcfi.
6176 * @phba: Pointer to hba context object.
6177 * @mboxq: Pointer to mailbox object.
6178 *
6179 * This function frees memory associated with the mailbox command.
6180 */
6181static void
6182lpfc_unregister_fcfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
6183{
6184 struct lpfc_vport *vport = mboxq->vport;
6185
6186 if (mboxq->u.mb.mbxStatus) {
6187 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
6188 "2550 UNREG_FCFI mbxStatus error x%x "
6189 "HBA state x%x\n",
6190 mboxq->u.mb.mbxStatus, vport->port_state);
6191 }
6192 mempool_free(mboxq, phba->mbox_mem_pool);
6193 return;
6194}
6195
6196/**
James Smartecfd03c2010-02-12 14:41:27 -05006197 * lpfc_unregister_fcf_prep - Unregister fcf record preparation
James Smart6fb120a2009-05-22 14:52:59 -04006198 * @phba: Pointer to hba context object.
6199 *
James Smartecfd03c2010-02-12 14:41:27 -05006200 * This function prepare the HBA for unregistering the currently registered
6201 * FCF from the HBA. It performs unregistering, in order, RPIs, VPIs, and
6202 * VFIs.
James Smart6fb120a2009-05-22 14:52:59 -04006203 */
James Smartecfd03c2010-02-12 14:41:27 -05006204int
6205lpfc_unregister_fcf_prep(struct lpfc_hba *phba)
James Smart6fb120a2009-05-22 14:52:59 -04006206{
James Smart6fb120a2009-05-22 14:52:59 -04006207 struct lpfc_vport **vports;
James Smart695a8142010-01-26 23:08:03 -05006208 struct lpfc_nodelist *ndlp;
James Smart72100cc2010-02-12 14:43:01 -05006209 struct Scsi_Host *shost;
James Smarte74c03c2013-04-17 20:15:19 -04006210 int i = 0, rc;
James Smart6fb120a2009-05-22 14:52:59 -04006211
James Smartecfd03c2010-02-12 14:41:27 -05006212 /* Unregister RPIs */
James Smart6fb120a2009-05-22 14:52:59 -04006213 if (lpfc_fcf_inuse(phba))
James Smartecfd03c2010-02-12 14:41:27 -05006214 lpfc_unreg_hba_rpis(phba);
James Smart6fb120a2009-05-22 14:52:59 -04006215
James Smart4d9ab992009-10-02 15:16:39 -04006216 /* At this point, all discovery is aborted */
6217 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
James Smart6fb120a2009-05-22 14:52:59 -04006218
6219 /* Unregister VPIs */
6220 vports = lpfc_create_vport_work_array(phba);
James Smartecfd03c2010-02-12 14:41:27 -05006221 if (vports && (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED))
James Smart6fb120a2009-05-22 14:52:59 -04006222 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
James Smart695a8142010-01-26 23:08:03 -05006223 /* Stop FLOGI/FDISC retries */
6224 ndlp = lpfc_findnode_did(vports[i], Fabric_DID);
6225 if (ndlp)
6226 lpfc_cancel_retry_delay_tmo(vports[i], ndlp);
James Smart78730cf2010-04-06 15:06:30 -04006227 lpfc_cleanup_pending_mbox(vports[i]);
James Smart5af5eee2010-10-22 11:06:38 -04006228 if (phba->sli_rev == LPFC_SLI_REV4)
6229 lpfc_sli4_unreg_all_rpis(vports[i]);
James Smart6fb120a2009-05-22 14:52:59 -04006230 lpfc_mbx_unreg_vpi(vports[i]);
James Smart72100cc2010-02-12 14:43:01 -05006231 shost = lpfc_shost_from_vport(vports[i]);
6232 spin_lock_irq(shost->host_lock);
James Smart891478a2009-11-18 15:40:23 -05006233 vports[i]->fc_flag |= FC_VPORT_NEEDS_INIT_VPI;
James Smartc8685952009-11-18 15:39:16 -05006234 vports[i]->vpi_state &= ~LPFC_VPI_REGISTERED;
James Smart72100cc2010-02-12 14:43:01 -05006235 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04006236 }
6237 lpfc_destroy_vport_work_array(phba, vports);
James Smarte74c03c2013-04-17 20:15:19 -04006238 if (i == 0 && (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED))) {
6239 ndlp = lpfc_findnode_did(phba->pport, Fabric_DID);
6240 if (ndlp)
6241 lpfc_cancel_retry_delay_tmo(phba->pport, ndlp);
6242 lpfc_cleanup_pending_mbox(phba->pport);
6243 if (phba->sli_rev == LPFC_SLI_REV4)
6244 lpfc_sli4_unreg_all_rpis(phba->pport);
6245 lpfc_mbx_unreg_vpi(phba->pport);
6246 shost = lpfc_shost_from_vport(phba->pport);
6247 spin_lock_irq(shost->host_lock);
6248 phba->pport->fc_flag |= FC_VPORT_NEEDS_INIT_VPI;
6249 phba->pport->vpi_state &= ~LPFC_VPI_REGISTERED;
6250 spin_unlock_irq(shost->host_lock);
6251 }
James Smart6fb120a2009-05-22 14:52:59 -04006252
James Smart695a8142010-01-26 23:08:03 -05006253 /* Cleanup any outstanding ELS commands */
6254 lpfc_els_flush_all_cmd(phba);
6255
James Smart1b511972011-12-13 13:23:09 -05006256 /* Unregister the physical port VFI */
6257 rc = lpfc_issue_unreg_vfi(phba->pport);
6258 return rc;
James Smartecfd03c2010-02-12 14:41:27 -05006259}
6260
6261/**
6262 * lpfc_sli4_unregister_fcf - Unregister currently registered FCF record
6263 * @phba: Pointer to hba context object.
6264 *
6265 * This function issues synchronous unregister FCF mailbox command to HBA to
6266 * unregister the currently registered FCF record. The driver does not reset
6267 * the driver FCF usage state flags.
6268 *
6269 * Return 0 if successfully issued, none-zero otherwise.
6270 */
6271int
6272lpfc_sli4_unregister_fcf(struct lpfc_hba *phba)
6273{
6274 LPFC_MBOXQ_t *mbox;
6275 int rc;
6276
James Smart6fb120a2009-05-22 14:52:59 -04006277 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
6278 if (!mbox) {
6279 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
James Smartecfd03c2010-02-12 14:41:27 -05006280 "2551 UNREG_FCFI mbox allocation failed"
6281 "HBA state x%x\n", phba->pport->port_state);
6282 return -ENOMEM;
James Smart6fb120a2009-05-22 14:52:59 -04006283 }
James Smart6fb120a2009-05-22 14:52:59 -04006284 lpfc_unreg_fcfi(mbox, phba->fcf.fcfi);
6285 mbox->vport = phba->pport;
6286 mbox->mbox_cmpl = lpfc_unregister_fcfi_cmpl;
6287 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
6288
6289 if (rc == MBX_NOT_FINISHED) {
James Smartecfd03c2010-02-12 14:41:27 -05006290 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
6291 "2552 Unregister FCFI command failed rc x%x "
6292 "HBA state x%x\n",
6293 rc, phba->pport->port_state);
6294 return -EINVAL;
6295 }
6296 return 0;
6297}
6298
6299/**
6300 * lpfc_unregister_fcf_rescan - Unregister currently registered fcf and rescan
6301 * @phba: Pointer to hba context object.
6302 *
6303 * This function unregisters the currently reigstered FCF. This function
6304 * also tries to find another FCF for discovery by rescan the HBA FCF table.
6305 */
6306void
6307lpfc_unregister_fcf_rescan(struct lpfc_hba *phba)
6308{
6309 int rc;
6310
6311 /* Preparation for unregistering fcf */
6312 rc = lpfc_unregister_fcf_prep(phba);
6313 if (rc) {
6314 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
6315 "2748 Failed to prepare for unregistering "
6316 "HBA's FCF record: rc=%d\n", rc);
James Smart6fb120a2009-05-22 14:52:59 -04006317 return;
6318 }
6319
James Smartecfd03c2010-02-12 14:41:27 -05006320 /* Now, unregister FCF record and reset HBA FCF state */
6321 rc = lpfc_sli4_unregister_fcf(phba);
6322 if (rc)
6323 return;
6324 /* Reset HBA FCF states after successful unregister FCF */
6325 phba->fcf.fcf_flag = 0;
James Smartfc2b9892010-02-26 14:15:29 -05006326 phba->fcf.current_rec.flag = 0;
James Smart6fb120a2009-05-22 14:52:59 -04006327
6328 /*
6329 * If driver is not unloading, check if there is any other
6330 * FCF record that can be used for discovery.
6331 */
6332 if ((phba->pport->load_flag & FC_UNLOADING) ||
James Smartecfd03c2010-02-12 14:41:27 -05006333 (phba->link_state < LPFC_LINK_UP))
James Smart6fb120a2009-05-22 14:52:59 -04006334 return;
6335
James Smart0c9ab6f2010-02-26 14:15:57 -05006336 /* This is considered as the initial FCF discovery scan */
6337 spin_lock_irq(&phba->hbalock);
6338 phba->fcf.fcf_flag |= FCF_INIT_DISC;
6339 spin_unlock_irq(&phba->hbalock);
James Smart38b92ef2010-08-04 16:11:39 -04006340
6341 /* Reset FCF roundrobin bmask for new discovery */
James Smart7d791df2011-07-22 18:37:52 -04006342 lpfc_sli4_clear_fcf_rr_bmask(phba);
James Smart38b92ef2010-08-04 16:11:39 -04006343
James Smart0c9ab6f2010-02-26 14:15:57 -05006344 rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST);
James Smart6fb120a2009-05-22 14:52:59 -04006345
James Smart0c9ab6f2010-02-26 14:15:57 -05006346 if (rc) {
6347 spin_lock_irq(&phba->hbalock);
6348 phba->fcf.fcf_flag &= ~FCF_INIT_DISC;
6349 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04006350 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
James Smartecfd03c2010-02-12 14:41:27 -05006351 "2553 lpfc_unregister_unused_fcf failed "
6352 "to read FCF record HBA state x%x\n",
6353 phba->pport->port_state);
James Smart0c9ab6f2010-02-26 14:15:57 -05006354 }
James Smartecfd03c2010-02-12 14:41:27 -05006355}
6356
6357/**
6358 * lpfc_unregister_fcf - Unregister the currently registered fcf record
6359 * @phba: Pointer to hba context object.
6360 *
6361 * This function just unregisters the currently reigstered FCF. It does not
6362 * try to find another FCF for discovery.
6363 */
6364void
6365lpfc_unregister_fcf(struct lpfc_hba *phba)
6366{
6367 int rc;
6368
6369 /* Preparation for unregistering fcf */
6370 rc = lpfc_unregister_fcf_prep(phba);
6371 if (rc) {
6372 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
6373 "2749 Failed to prepare for unregistering "
6374 "HBA's FCF record: rc=%d\n", rc);
6375 return;
6376 }
6377
6378 /* Now, unregister FCF record and reset HBA FCF state */
6379 rc = lpfc_sli4_unregister_fcf(phba);
6380 if (rc)
6381 return;
6382 /* Set proper HBA FCF states after successful unregister FCF */
6383 spin_lock_irq(&phba->hbalock);
6384 phba->fcf.fcf_flag &= ~FCF_REGISTERED;
6385 spin_unlock_irq(&phba->hbalock);
6386}
6387
6388/**
6389 * lpfc_unregister_unused_fcf - Unregister FCF if all devices are disconnected.
6390 * @phba: Pointer to hba context object.
6391 *
6392 * This function check if there are any connected remote port for the FCF and
6393 * if all the devices are disconnected, this function unregister FCFI.
6394 * This function also tries to use another FCF for discovery.
6395 */
6396void
6397lpfc_unregister_unused_fcf(struct lpfc_hba *phba)
6398{
6399 /*
James Smart3804dc82010-07-14 15:31:37 -04006400 * If HBA is not running in FIP mode, if HBA does not support
6401 * FCoE, if FCF discovery is ongoing, or if FCF has not been
6402 * registered, do nothing.
James Smartecfd03c2010-02-12 14:41:27 -05006403 */
6404 spin_lock_irq(&phba->hbalock);
James Smart76a95d72010-11-20 23:11:48 -05006405 if (!(phba->hba_flag & HBA_FCOE_MODE) ||
James Smartecfd03c2010-02-12 14:41:27 -05006406 !(phba->fcf.fcf_flag & FCF_REGISTERED) ||
James Smartdbb6b3a2010-06-08 18:31:37 -04006407 !(phba->hba_flag & HBA_FIP_SUPPORT) ||
James Smart3804dc82010-07-14 15:31:37 -04006408 (phba->fcf.fcf_flag & FCF_DISCOVERY) ||
James Smartdbb6b3a2010-06-08 18:31:37 -04006409 (phba->pport->port_state == LPFC_FLOGI)) {
James Smartecfd03c2010-02-12 14:41:27 -05006410 spin_unlock_irq(&phba->hbalock);
6411 return;
6412 }
6413 spin_unlock_irq(&phba->hbalock);
6414
6415 if (lpfc_fcf_inuse(phba))
6416 return;
6417
6418 lpfc_unregister_fcf_rescan(phba);
James Smart6fb120a2009-05-22 14:52:59 -04006419}
6420
6421/**
6422 * lpfc_read_fcf_conn_tbl - Create driver FCF connection table.
6423 * @phba: Pointer to hba context object.
6424 * @buff: Buffer containing the FCF connection table as in the config
6425 * region.
6426 * This function create driver data structure for the FCF connection
6427 * record table read from config region 23.
6428 */
6429static void
6430lpfc_read_fcf_conn_tbl(struct lpfc_hba *phba,
6431 uint8_t *buff)
6432{
6433 struct lpfc_fcf_conn_entry *conn_entry, *next_conn_entry;
6434 struct lpfc_fcf_conn_hdr *conn_hdr;
6435 struct lpfc_fcf_conn_rec *conn_rec;
6436 uint32_t record_count;
6437 int i;
6438
6439 /* Free the current connect table */
6440 list_for_each_entry_safe(conn_entry, next_conn_entry,
James Smart4d9ab992009-10-02 15:16:39 -04006441 &phba->fcf_conn_rec_list, list) {
6442 list_del_init(&conn_entry->list);
James Smart6fb120a2009-05-22 14:52:59 -04006443 kfree(conn_entry);
James Smart4d9ab992009-10-02 15:16:39 -04006444 }
James Smart6fb120a2009-05-22 14:52:59 -04006445
6446 conn_hdr = (struct lpfc_fcf_conn_hdr *) buff;
6447 record_count = conn_hdr->length * sizeof(uint32_t)/
6448 sizeof(struct lpfc_fcf_conn_rec);
6449
6450 conn_rec = (struct lpfc_fcf_conn_rec *)
6451 (buff + sizeof(struct lpfc_fcf_conn_hdr));
6452
6453 for (i = 0; i < record_count; i++) {
6454 if (!(conn_rec[i].flags & FCFCNCT_VALID))
6455 continue;
6456 conn_entry = kzalloc(sizeof(struct lpfc_fcf_conn_entry),
6457 GFP_KERNEL);
6458 if (!conn_entry) {
6459 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6460 "2566 Failed to allocate connection"
6461 " table entry\n");
6462 return;
6463 }
6464
6465 memcpy(&conn_entry->conn_rec, &conn_rec[i],
6466 sizeof(struct lpfc_fcf_conn_rec));
James Smart6fb120a2009-05-22 14:52:59 -04006467 list_add_tail(&conn_entry->list,
6468 &phba->fcf_conn_rec_list);
6469 }
James Smartdf0d0852013-05-31 17:05:08 -04006470
6471 if (!list_empty(&phba->fcf_conn_rec_list)) {
6472 i = 0;
6473 list_for_each_entry(conn_entry, &phba->fcf_conn_rec_list,
6474 list) {
6475 conn_rec = &conn_entry->conn_rec;
6476 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
6477 "3345 FCF connection list rec[%02d]: "
6478 "flags:x%04x, vtag:x%04x, "
6479 "fabric_name:x%02x:%02x:%02x:%02x:"
6480 "%02x:%02x:%02x:%02x, "
6481 "switch_name:x%02x:%02x:%02x:%02x:"
6482 "%02x:%02x:%02x:%02x\n", i++,
6483 conn_rec->flags, conn_rec->vlan_tag,
6484 conn_rec->fabric_name[0],
6485 conn_rec->fabric_name[1],
6486 conn_rec->fabric_name[2],
6487 conn_rec->fabric_name[3],
6488 conn_rec->fabric_name[4],
6489 conn_rec->fabric_name[5],
6490 conn_rec->fabric_name[6],
6491 conn_rec->fabric_name[7],
6492 conn_rec->switch_name[0],
6493 conn_rec->switch_name[1],
6494 conn_rec->switch_name[2],
6495 conn_rec->switch_name[3],
6496 conn_rec->switch_name[4],
6497 conn_rec->switch_name[5],
6498 conn_rec->switch_name[6],
6499 conn_rec->switch_name[7]);
6500 }
6501 }
James Smart6fb120a2009-05-22 14:52:59 -04006502}
6503
6504/**
6505 * lpfc_read_fcoe_param - Read FCoe parameters from conf region..
6506 * @phba: Pointer to hba context object.
6507 * @buff: Buffer containing the FCoE parameter data structure.
6508 *
6509 * This function update driver data structure with config
6510 * parameters read from config region 23.
6511 */
6512static void
6513lpfc_read_fcoe_param(struct lpfc_hba *phba,
6514 uint8_t *buff)
6515{
6516 struct lpfc_fip_param_hdr *fcoe_param_hdr;
6517 struct lpfc_fcoe_params *fcoe_param;
6518
6519 fcoe_param_hdr = (struct lpfc_fip_param_hdr *)
6520 buff;
6521 fcoe_param = (struct lpfc_fcoe_params *)
James Smart32b97932009-07-19 10:01:21 -04006522 (buff + sizeof(struct lpfc_fip_param_hdr));
James Smart6fb120a2009-05-22 14:52:59 -04006523
6524 if ((fcoe_param_hdr->parm_version != FIPP_VERSION) ||
6525 (fcoe_param_hdr->length != FCOE_PARAM_LENGTH))
6526 return;
6527
James Smart6fb120a2009-05-22 14:52:59 -04006528 if (fcoe_param_hdr->parm_flags & FIPP_VLAN_VALID) {
6529 phba->valid_vlan = 1;
6530 phba->vlan_id = le16_to_cpu(fcoe_param->vlan_tag) &
6531 0xFFF;
6532 }
6533
6534 phba->fc_map[0] = fcoe_param->fc_map[0];
6535 phba->fc_map[1] = fcoe_param->fc_map[1];
6536 phba->fc_map[2] = fcoe_param->fc_map[2];
6537 return;
6538}
6539
6540/**
6541 * lpfc_get_rec_conf23 - Get a record type in config region data.
6542 * @buff: Buffer containing config region 23 data.
6543 * @size: Size of the data buffer.
6544 * @rec_type: Record type to be searched.
6545 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -03006546 * This function searches config region data to find the beginning
James Smart6fb120a2009-05-22 14:52:59 -04006547 * of the record specified by record_type. If record found, this
6548 * function return pointer to the record else return NULL.
6549 */
6550static uint8_t *
6551lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type)
6552{
6553 uint32_t offset = 0, rec_length;
6554
6555 if ((buff[0] == LPFC_REGION23_LAST_REC) ||
6556 (size < sizeof(uint32_t)))
6557 return NULL;
6558
6559 rec_length = buff[offset + 1];
6560
6561 /*
6562 * One TLV record has one word header and number of data words
6563 * specified in the rec_length field of the record header.
6564 */
6565 while ((offset + rec_length * sizeof(uint32_t) + sizeof(uint32_t))
6566 <= size) {
6567 if (buff[offset] == rec_type)
6568 return &buff[offset];
6569
6570 if (buff[offset] == LPFC_REGION23_LAST_REC)
6571 return NULL;
6572
6573 offset += rec_length * sizeof(uint32_t) + sizeof(uint32_t);
6574 rec_length = buff[offset + 1];
6575 }
6576 return NULL;
6577}
6578
6579/**
6580 * lpfc_parse_fcoe_conf - Parse FCoE config data read from config region 23.
6581 * @phba: Pointer to lpfc_hba data structure.
6582 * @buff: Buffer containing config region 23 data.
6583 * @size: Size of the data buffer.
6584 *
Stefan Weileef35c22010-08-06 21:11:15 +02006585 * This function parses the FCoE config parameters in config region 23 and
James Smart6fb120a2009-05-22 14:52:59 -04006586 * populate driver data structure with the parameters.
6587 */
6588void
6589lpfc_parse_fcoe_conf(struct lpfc_hba *phba,
6590 uint8_t *buff,
6591 uint32_t size)
6592{
James Smarteb016562014-09-03 12:58:06 -04006593 uint32_t offset = 0;
James Smart6fb120a2009-05-22 14:52:59 -04006594 uint8_t *rec_ptr;
6595
6596 /*
6597 * If data size is less than 2 words signature and version cannot be
6598 * verified.
6599 */
6600 if (size < 2*sizeof(uint32_t))
6601 return;
6602
6603 /* Check the region signature first */
6604 if (memcmp(buff, LPFC_REGION23_SIGNATURE, 4)) {
6605 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6606 "2567 Config region 23 has bad signature\n");
6607 return;
6608 }
6609
6610 offset += 4;
6611
6612 /* Check the data structure version */
6613 if (buff[offset] != LPFC_REGION23_VERSION) {
6614 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6615 "2568 Config region 23 has bad version\n");
6616 return;
6617 }
6618 offset += 4;
6619
James Smart6fb120a2009-05-22 14:52:59 -04006620 /* Read FCoE param record */
6621 rec_ptr = lpfc_get_rec_conf23(&buff[offset],
6622 size - offset, FCOE_PARAM_TYPE);
6623 if (rec_ptr)
6624 lpfc_read_fcoe_param(phba, rec_ptr);
6625
6626 /* Read FCF connection table */
6627 rec_ptr = lpfc_get_rec_conf23(&buff[offset],
6628 size - offset, FCOE_CONN_TBL_TYPE);
6629 if (rec_ptr)
6630 lpfc_read_fcf_conn_tbl(phba, rec_ptr);
6631
6632}