blob: 7cc5920979f8a34c7e021173d0bbdc438989422f [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 Smart67073c62021-03-01 09:18:21 -08004 * Copyright (C) 2017-2021 Broadcom. All Rights Reserved. The term *
James Smart4ae2ebd2018-06-26 08:24:31 -07005 * “Broadcom” refers to Broadcom Inc. 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>
James Smarte3ba04c2019-12-18 15:58:02 -080031#include <linux/utsname.h>
dea31012005-04-17 16:05:31 -050032
James.Smart@Emulex.Com91886522005-08-10 15:03:09 -040033#include <scsi/scsi.h>
dea31012005-04-17 16:05:31 -050034#include <scsi/scsi_device.h>
35#include <scsi/scsi_host.h>
36#include <scsi/scsi_transport_fc.h>
James Smarta0f2d3e2017-02-12 13:52:31 -080037#include <scsi/fc/fc_fs.h>
38
James Smartda0436e2009-05-22 14:51:39 -040039#include "lpfc_hw4.h"
dea31012005-04-17 16:05:31 -050040#include "lpfc_hw.h"
James Smartea2151b2008-09-07 11:52:10 -040041#include "lpfc_nl.h"
dea31012005-04-17 16:05:31 -050042#include "lpfc_disc.h"
43#include "lpfc_sli.h"
James Smartda0436e2009-05-22 14:51:39 -040044#include "lpfc_sli4.h"
dea31012005-04-17 16:05:31 -050045#include "lpfc.h"
James Smarta0f2d3e2017-02-12 13:52:31 -080046#include "lpfc_scsi.h"
47#include "lpfc_nvme.h"
dea31012005-04-17 16:05:31 -050048#include "lpfc_logmsg.h"
49#include "lpfc_crtn.h"
James Smart92d7f7b2007-06-17 19:56:38 -050050#include "lpfc_vport.h"
James Smart858c9f62007-06-17 19:56:39 -050051#include "lpfc_debugfs.h"
dea31012005-04-17 16:05:31 -050052
53/* AlpaArray for assignment of scsid for scan-down and bind_method */
54static uint8_t lpfcAlpaArray[] = {
55 0xEF, 0xE8, 0xE4, 0xE2, 0xE1, 0xE0, 0xDC, 0xDA, 0xD9, 0xD6,
56 0xD5, 0xD4, 0xD3, 0xD2, 0xD1, 0xCE, 0xCD, 0xCC, 0xCB, 0xCA,
57 0xC9, 0xC7, 0xC6, 0xC5, 0xC3, 0xBC, 0xBA, 0xB9, 0xB6, 0xB5,
58 0xB4, 0xB3, 0xB2, 0xB1, 0xAE, 0xAD, 0xAC, 0xAB, 0xAA, 0xA9,
59 0xA7, 0xA6, 0xA5, 0xA3, 0x9F, 0x9E, 0x9D, 0x9B, 0x98, 0x97,
60 0x90, 0x8F, 0x88, 0x84, 0x82, 0x81, 0x80, 0x7C, 0x7A, 0x79,
61 0x76, 0x75, 0x74, 0x73, 0x72, 0x71, 0x6E, 0x6D, 0x6C, 0x6B,
62 0x6A, 0x69, 0x67, 0x66, 0x65, 0x63, 0x5C, 0x5A, 0x59, 0x56,
63 0x55, 0x54, 0x53, 0x52, 0x51, 0x4E, 0x4D, 0x4C, 0x4B, 0x4A,
64 0x49, 0x47, 0x46, 0x45, 0x43, 0x3C, 0x3A, 0x39, 0x36, 0x35,
65 0x34, 0x33, 0x32, 0x31, 0x2E, 0x2D, 0x2C, 0x2B, 0x2A, 0x29,
66 0x27, 0x26, 0x25, 0x23, 0x1F, 0x1E, 0x1D, 0x1B, 0x18, 0x17,
67 0x10, 0x0F, 0x08, 0x04, 0x02, 0x01
68};
69
James Smart2e0fef82007-06-17 19:56:36 -050070static void lpfc_disc_timeout_handler(struct lpfc_vport *);
Adrian Bunka6ababd2007-11-05 18:07:33 +010071static void lpfc_disc_flush_list(struct lpfc_vport *vport);
James Smart32b97932009-07-19 10:01:21 -040072static void lpfc_unregister_fcfi_cmpl(struct lpfc_hba *, LPFC_MBOXQ_t *);
James Smarta93ff372010-10-22 11:06:08 -040073static int lpfc_fcf_inuse(struct lpfc_hba *);
James Smart7f048392020-09-11 13:01:47 -070074static void lpfc_mbx_cmpl_read_sparam(struct lpfc_hba *, LPFC_MBOXQ_t *);
Gaurav Srivastava20397172021-06-08 10:05:54 +053075static void lpfc_check_inactive_vmid(struct lpfc_hba *phba);
Gaurav Srivastava0c4792c2021-06-08 10:05:55 +053076static void lpfc_check_vmid_qfpa_issue(struct lpfc_hba *phba);
dea31012005-04-17 16:05:31 -050077
James Smart07aaefd2021-01-04 10:02:29 -080078static int
79lpfc_valid_xpt_node(struct lpfc_nodelist *ndlp)
80{
81 if (ndlp->nlp_fc4_type ||
James Smartfe83e3b2021-05-14 12:55:54 -070082 ndlp->nlp_type & NLP_FABRIC)
James Smart07aaefd2021-01-04 10:02:29 -080083 return 1;
84 return 0;
85}
James Smartc6adba12020-11-15 11:26:34 -080086/* The source of a terminate rport I/O is either a dev_loss_tmo
87 * event or a call to fc_remove_host. While the rport should be
88 * valid during these downcalls, the transport can call twice
89 * in a single event. This routine provides somoe protection
90 * as the NDLP isn't really free, just released to the pool.
91 */
92static int
93lpfc_rport_invalid(struct fc_rport *rport)
94{
95 struct lpfc_rport_data *rdata;
96 struct lpfc_nodelist *ndlp;
James Smartc6adba12020-11-15 11:26:34 -080097
98 if (!rport) {
99 pr_err("**** %s: NULL rport, exit.\n", __func__);
100 return -EINVAL;
101 }
102
103 rdata = rport->dd_data;
104 if (!rdata) {
James Smartf1156122021-04-11 18:31:24 -0700105 pr_err("**** %s: NULL dd_data on rport x%px SID x%x\n",
James Smartc6adba12020-11-15 11:26:34 -0800106 __func__, rport, rport->scsi_target_id);
107 return -EINVAL;
108 }
109
110 ndlp = rdata->pnode;
111 if (!rdata->pnode) {
James Smartf1156122021-04-11 18:31:24 -0700112 pr_err("**** %s: NULL ndlp on rport x%px SID x%x\n",
James Smartc6adba12020-11-15 11:26:34 -0800113 __func__, rport, rport->scsi_target_id);
114 return -EINVAL;
115 }
116
James Smartc6adba12020-11-15 11:26:34 -0800117 if (!ndlp->vport) {
James Smartf1156122021-04-11 18:31:24 -0700118 pr_err("**** %s: Null vport on ndlp x%px, DID x%x rport x%px "
James Smartc6adba12020-11-15 11:26:34 -0800119 "SID x%x\n", __func__, ndlp, ndlp->nlp_DID, rport,
120 rport->scsi_target_id);
121 return -EINVAL;
122 }
123 return 0;
124}
125
James Smartc01f3202006-08-18 17:47:08 -0400126void
127lpfc_terminate_rport_io(struct fc_rport *rport)
dea31012005-04-17 16:05:31 -0500128{
James Smartc01f3202006-08-18 17:47:08 -0400129 struct lpfc_rport_data *rdata;
James Smartc6adba12020-11-15 11:26:34 -0800130 struct lpfc_nodelist *ndlp;
131 struct lpfc_vport *vport;
132
133 if (lpfc_rport_invalid(rport))
134 return;
dea31012005-04-17 16:05:31 -0500135
James Smartc01f3202006-08-18 17:47:08 -0400136 rdata = rport->dd_data;
137 ndlp = rdata->pnode;
James Smartc6adba12020-11-15 11:26:34 -0800138 vport = ndlp->vport;
139 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
140 "rport terminate: sid:x%x did:x%x flg:x%x",
141 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag);
James Smart858c9f62007-06-17 19:56:39 -0500142
James Smart078c68b2021-04-11 18:31:12 -0700143 if (ndlp->nlp_sid != NLP_NO_SID)
144 lpfc_sli_abort_iocb(vport, ndlp->nlp_sid, 0, LPFC_CTX_TGT);
James Smartc01f3202006-08-18 17:47:08 -0400145}
146
147/*
148 * This function will be called when dev_loss_tmo fire.
149 */
150void
151lpfc_dev_loss_tmo_callbk(struct fc_rport *rport)
152{
James Smartc6adba12020-11-15 11:26:34 -0800153 struct lpfc_nodelist *ndlp;
James Smart2e0fef82007-06-17 19:56:36 -0500154 struct lpfc_vport *vport;
James Smart858c9f62007-06-17 19:56:39 -0500155 struct lpfc_hba *phba;
James Smart858c9f62007-06-17 19:56:39 -0500156 struct lpfc_work_evt *evtp;
James Smart894bb172019-08-14 16:56:52 -0700157 unsigned long iflags;
James Smartc01f3202006-08-18 17:47:08 -0400158
James Smartc6adba12020-11-15 11:26:34 -0800159 ndlp = ((struct lpfc_rport_data *)rport->dd_data)->pnode;
James Smart307e3382020-11-15 11:26:30 -0800160 if (!ndlp)
James Smartc01f3202006-08-18 17:47:08 -0400161 return;
James Smartc01f3202006-08-18 17:47:08 -0400162
James Smart858c9f62007-06-17 19:56:39 -0500163 vport = ndlp->vport;
164 phba = vport->phba;
165
166 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
167 "rport devlosscb: sid:x%x did:x%x flg:x%x",
168 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag);
169
James Smart34f5ad82012-08-03 12:35:03 -0400170 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
James Smartf1156122021-04-11 18:31:24 -0700171 "3181 dev_loss_callbk x%06x, rport x%px flg x%x "
James Smartc6adba12020-11-15 11:26:34 -0800172 "load_flag x%x refcnt %d\n",
173 ndlp->nlp_DID, ndlp->rport, ndlp->nlp_flag,
174 vport->load_flag, kref_read(&ndlp->kref));
James Smart34f5ad82012-08-03 12:35:03 -0400175
James Smartc6adba12020-11-15 11:26:34 -0800176 /* Don't schedule a worker thread event if the vport is going down.
177 * The teardown process cleans up the node via lpfc_drop_node.
James Smarta8adb832007-10-27 13:37:53 -0400178 */
179 if (vport->load_flag & FC_UNLOADING) {
James Smartc6adba12020-11-15 11:26:34 -0800180 ((struct lpfc_rport_data *)rport->dd_data)->pnode = NULL;
James Smarta8adb832007-10-27 13:37:53 -0400181 ndlp->rport = NULL;
James Smartc6adba12020-11-15 11:26:34 -0800182
183 ndlp->fc4_xpt_flags &= ~SCSI_XPT_REGD;
184
185 /* Remove the node reference from remote_port_add now.
186 * The driver will not call remote_port_delete.
187 */
188 lpfc_nlp_put(ndlp);
James Smarta8adb832007-10-27 13:37:53 -0400189 return;
190 }
191
192 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE)
193 return;
194
James Smart466e8402015-05-21 13:55:28 -0400195 if (rport->port_name != wwn_to_u64(ndlp->nlp_portname.u.wwn))
Dick Kennedy372c1872020-06-30 14:50:00 -0700196 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
197 "6789 rport name %llx != node port name %llx",
198 rport->port_name,
199 wwn_to_u64(ndlp->nlp_portname.u.wwn));
James Smart34f5ad82012-08-03 12:35:03 -0400200
James Smart858c9f62007-06-17 19:56:39 -0500201 evtp = &ndlp->dev_loss_evt;
202
James Smart466e8402015-05-21 13:55:28 -0400203 if (!list_empty(&evtp->evt_listp)) {
Dick Kennedy372c1872020-06-30 14:50:00 -0700204 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
James Smartc6adba12020-11-15 11:26:34 -0800205 "6790 rport name %llx dev_loss_evt pending\n",
Dick Kennedy372c1872020-06-30 14:50:00 -0700206 rport->port_name);
James Smart858c9f62007-06-17 19:56:39 -0500207 return;
James Smart466e8402015-05-21 13:55:28 -0400208 }
James Smart858c9f62007-06-17 19:56:39 -0500209
James Smartc6adba12020-11-15 11:26:34 -0800210 spin_lock_irqsave(&ndlp->lock, iflags);
James Smart466e8402015-05-21 13:55:28 -0400211 ndlp->nlp_flag |= NLP_IN_DEV_LOSS;
James Smart52edb2c2020-11-15 11:26:35 -0800212 ndlp->nlp_flag &= ~NLP_NPR_2B_DISC;
213
James Smartc6adba12020-11-15 11:26:34 -0800214 /*
James Smart52edb2c2020-11-15 11:26:35 -0800215 * The backend does not expect any more calls associated with this
216 * rport. Remove the association between rport and ndlp.
James Smartc6adba12020-11-15 11:26:34 -0800217 */
James Smart52edb2c2020-11-15 11:26:35 -0800218 ndlp->fc4_xpt_flags &= ~SCSI_XPT_REGD;
James Smartc6adba12020-11-15 11:26:34 -0800219 ((struct lpfc_rport_data *)rport->dd_data)->pnode = NULL;
220 ndlp->rport = NULL;
221 spin_unlock_irqrestore(&ndlp->lock, iflags);
James Smarta62a4352013-04-17 20:18:19 -0400222
James Smartfa4066b2008-01-11 01:53:27 -0500223 /* We need to hold the node by incrementing the reference
224 * count until this queued work is done
225 */
James Smart4430f7f2020-11-15 11:26:31 -0800226 evtp->evt_arg1 = lpfc_nlp_get(ndlp);
James Smart466e8402015-05-21 13:55:28 -0400227
James Smart894bb172019-08-14 16:56:52 -0700228 spin_lock_irqsave(&phba->hbalock, iflags);
James Smart5e9d9b82008-06-14 22:52:53 -0400229 if (evtp->evt_arg1) {
230 evtp->evt = LPFC_EVT_DEV_LOSS;
231 list_add_tail(&evtp->evt_listp, &phba->work_list);
232 lpfc_worker_wake_up(phba);
233 }
James Smart894bb172019-08-14 16:56:52 -0700234 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smart858c9f62007-06-17 19:56:39 -0500235
James Smart858c9f62007-06-17 19:56:39 -0500236 return;
237}
238
James Smarta93ff372010-10-22 11:06:08 -0400239/**
Gaurav Srivastava20397172021-06-08 10:05:54 +0530240 * lpfc_check_inactive_vmid_one - VMID inactivity checker for a vport
241 * @vport: Pointer to vport context object.
242 *
243 * This function checks for idle VMID entries related to a particular vport. If
244 * found unused/idle, free them accordingly.
245 **/
246static void lpfc_check_inactive_vmid_one(struct lpfc_vport *vport)
247{
248 u16 keep;
249 u32 difftime = 0, r, bucket;
250 u64 *lta;
251 int cpu;
252 struct lpfc_vmid *vmp;
253
254 write_lock(&vport->vmid_lock);
255
256 if (!vport->cur_vmid_cnt)
257 goto out;
258
259 /* iterate through the table */
260 hash_for_each(vport->hash_table, bucket, vmp, hnode) {
261 keep = 0;
262 if (vmp->flag & LPFC_VMID_REGISTERED) {
263 /* check if the particular VMID is in use */
264 /* for all available per cpu variable */
265 for_each_possible_cpu(cpu) {
266 /* if last access time is less than timeout */
267 lta = per_cpu_ptr(vmp->last_io_time, cpu);
268 if (!lta)
269 continue;
270 difftime = (jiffies) - (*lta);
271 if ((vport->vmid_inactivity_timeout *
272 JIFFIES_PER_HR) > difftime) {
273 keep = 1;
274 break;
275 }
276 }
277
278 /* if none of the cpus have been used by the vm, */
279 /* remove the entry if already registered */
280 if (!keep) {
281 /* mark the entry for deregistration */
282 vmp->flag = LPFC_VMID_DE_REGISTER;
283 write_unlock(&vport->vmid_lock);
284 if (vport->vmid_priority_tagging)
285 r = lpfc_vmid_uvem(vport, vmp, false);
286 else
287 r = lpfc_vmid_cmd(vport,
288 SLI_CTAS_DAPP_IDENT,
289 vmp);
290
291 /* decrement number of active vms and mark */
292 /* entry in slot as free */
293 write_lock(&vport->vmid_lock);
294 if (!r) {
295 struct lpfc_vmid *ht = vmp;
296
297 vport->cur_vmid_cnt--;
298 ht->flag = LPFC_VMID_SLOT_FREE;
299 free_percpu(ht->last_io_time);
300 ht->last_io_time = NULL;
301 hash_del(&ht->hnode);
302 }
303 }
304 }
305 }
306 out:
307 write_unlock(&vport->vmid_lock);
308}
309
310/**
311 * lpfc_check_inactive_vmid - VMID inactivity checker
312 * @phba: Pointer to hba context object.
313 *
314 * This function is called from the worker thread to determine if an entry in
315 * the VMID table can be released since there was no I/O activity seen from that
316 * particular VM for the specified time. When this happens, the entry in the
317 * table is released and also the resources on the switch cleared.
318 **/
319
320static void lpfc_check_inactive_vmid(struct lpfc_hba *phba)
321{
322 struct lpfc_vport *vport;
323 struct lpfc_vport **vports;
324 int i;
325
326 vports = lpfc_create_vport_work_array(phba);
327 if (!vports)
328 return;
329
330 for (i = 0; i <= phba->max_vports; i++) {
331 if ((!vports[i]) && (i == 0))
332 vport = phba->pport;
333 else
334 vport = vports[i];
335 if (!vport)
336 break;
337
338 lpfc_check_inactive_vmid_one(vport);
339 }
340 lpfc_destroy_vport_work_array(phba, vports);
341}
342
343/**
James Smarta93ff372010-10-22 11:06:08 -0400344 * lpfc_dev_loss_tmo_handler - Remote node devloss timeout handler
345 * @ndlp: Pointer to remote node object.
346 *
347 * This function is called from the worker thread when devloss timeout timer
348 * expires. For SLI4 host, this routine shall return 1 when at lease one
349 * remote node, including this @ndlp, is still in use of FCF; otherwise, this
350 * routine shall return 0 when there is no remote node is still in use of FCF
351 * when devloss timeout happened to this @ndlp.
352 **/
353static int
James Smart858c9f62007-06-17 19:56:39 -0500354lpfc_dev_loss_tmo_handler(struct lpfc_nodelist *ndlp)
355{
James Smart858c9f62007-06-17 19:56:39 -0500356 struct lpfc_vport *vport;
357 struct lpfc_hba *phba;
358 uint8_t *name;
359 int warn_on = 0;
James Smarta93ff372010-10-22 11:06:08 -0400360 int fcf_inuse = 0;
James Smart894bb172019-08-14 16:56:52 -0700361 unsigned long iflags;
James Smart858c9f62007-06-17 19:56:39 -0500362
James Smart858c9f62007-06-17 19:56:39 -0500363 vport = ndlp->vport;
James Smartc6adba12020-11-15 11:26:34 -0800364 name = (uint8_t *)&ndlp->nlp_portname;
365 phba = vport->phba;
James Smart466e8402015-05-21 13:55:28 -0400366
James Smartc6adba12020-11-15 11:26:34 -0800367 spin_lock_irqsave(&ndlp->lock, iflags);
James Smart466e8402015-05-21 13:55:28 -0400368 ndlp->nlp_flag &= ~NLP_IN_DEV_LOSS;
James Smartc6adba12020-11-15 11:26:34 -0800369 spin_unlock_irqrestore(&ndlp->lock, iflags);
James Smart858c9f62007-06-17 19:56:39 -0500370
James Smarta93ff372010-10-22 11:06:08 -0400371 if (phba->sli_rev == LPFC_SLI_REV4)
372 fcf_inuse = lpfc_fcf_inuse(phba);
373
James Smart858c9f62007-06-17 19:56:39 -0500374 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
James Smartc6adba12020-11-15 11:26:34 -0800375 "rport devlosstmo:did:x%x type:x%x id:x%x",
376 ndlp->nlp_DID, ndlp->nlp_type, ndlp->nlp_sid);
James Smart858c9f62007-06-17 19:56:39 -0500377
James Smart34f5ad82012-08-03 12:35:03 -0400378 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
James Smart52edb2c2020-11-15 11:26:35 -0800379 "3182 %s x%06x, nflag x%x xflags x%x refcnt %d\n",
James Smartc6adba12020-11-15 11:26:34 -0800380 __func__, ndlp->nlp_DID, ndlp->nlp_flag,
James Smart52edb2c2020-11-15 11:26:35 -0800381 ndlp->fc4_xpt_flags, kref_read(&ndlp->kref));
James Smarta8adb832007-10-27 13:37:53 -0400382
James Smart52edb2c2020-11-15 11:26:35 -0800383 /* If the driver is recovering the rport, ignore devloss. */
James Smartd7c255b2008-08-24 21:50:00 -0400384 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) {
385 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
386 "0284 Devloss timeout Ignored on "
387 "WWPN %x:%x:%x:%x:%x:%x:%x:%x "
388 "NPort x%x\n",
389 *name, *(name+1), *(name+2), *(name+3),
390 *(name+4), *(name+5), *(name+6), *(name+7),
391 ndlp->nlp_DID);
James Smarta93ff372010-10-22 11:06:08 -0400392 return fcf_inuse;
James Smartd7c255b2008-08-24 21:50:00 -0400393 }
James Smart858c9f62007-06-17 19:56:39 -0500394
James Smart52edb2c2020-11-15 11:26:35 -0800395 /* Fabric nodes are done. */
396 if (ndlp->nlp_type & NLP_FABRIC) {
397 lpfc_nlp_put(ndlp);
James Smarta93ff372010-10-22 11:06:08 -0400398 return fcf_inuse;
James Smart52edb2c2020-11-15 11:26:35 -0800399 }
James Smart82085712007-04-25 09:52:41 -0400400
dea31012005-04-17 16:05:31 -0500401 if (ndlp->nlp_sid != NLP_NO_SID) {
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400402 warn_on = 1;
James Smart078c68b2021-04-11 18:31:12 -0700403 lpfc_sli_abort_iocb(vport, ndlp->nlp_sid, 0, LPFC_CTX_TGT);
dea31012005-04-17 16:05:31 -0500404 }
James Smartc01f3202006-08-18 17:47:08 -0400405
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400406 if (warn_on) {
Dick Kennedy372c1872020-06-30 14:50:00 -0700407 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
James Smarte8b62012007-08-02 11:10:09 -0400408 "0203 Devloss timeout on "
James Smart58da1ff2008-04-07 10:15:56 -0400409 "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x "
410 "NPort x%06x Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -0400411 *name, *(name+1), *(name+2), *(name+3),
412 *(name+4), *(name+5), *(name+6), *(name+7),
413 ndlp->nlp_DID, ndlp->nlp_flag,
414 ndlp->nlp_state, ndlp->nlp_rpi);
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400415 } else {
Dick Kennedy372c1872020-06-30 14:50:00 -0700416 lpfc_printf_vlog(vport, KERN_INFO, LOG_TRACE_EVENT,
James Smarte8b62012007-08-02 11:10:09 -0400417 "0204 Devloss timeout on "
James Smart58da1ff2008-04-07 10:15:56 -0400418 "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x "
419 "NPort x%06x Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -0400420 *name, *(name+1), *(name+2), *(name+3),
421 *(name+4), *(name+5), *(name+6), *(name+7),
422 ndlp->nlp_DID, ndlp->nlp_flag,
423 ndlp->nlp_state, ndlp->nlp_rpi);
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400424 }
425
James Smart52edb2c2020-11-15 11:26:35 -0800426 if (!(ndlp->fc4_xpt_flags & NVME_XPT_REGD))
James Smart2e0fef82007-06-17 19:56:36 -0500427 lpfc_disc_state_machine(vport, ndlp, NULL, NLP_EVT_DEVICE_RM);
James Smart6fb120a2009-05-22 14:52:59 -0400428
James Smarta93ff372010-10-22 11:06:08 -0400429 return fcf_inuse;
430}
431
Gaurav Srivastava0c4792c2021-06-08 10:05:55 +0530432static void lpfc_check_vmid_qfpa_issue(struct lpfc_hba *phba)
433{
434 struct lpfc_vport *vport;
435 struct lpfc_vport **vports;
436 int i;
437
438 vports = lpfc_create_vport_work_array(phba);
439 if (!vports)
440 return;
441
442 for (i = 0; i <= phba->max_vports; i++) {
443 if ((!vports[i]) && (i == 0))
444 vport = phba->pport;
445 else
446 vport = vports[i];
447 if (!vport)
448 break;
449
450 if (vport->vmid_flag & LPFC_VMID_ISSUE_QFPA) {
451 if (!lpfc_issue_els_qfpa(vport))
452 vport->vmid_flag &= ~LPFC_VMID_ISSUE_QFPA;
453 }
454 }
455 lpfc_destroy_vport_work_array(phba, vports);
456}
457
James Smarta93ff372010-10-22 11:06:08 -0400458/**
459 * lpfc_sli4_post_dev_loss_tmo_handler - SLI4 post devloss timeout handler
460 * @phba: Pointer to hba context object.
461 * @fcf_inuse: SLI4 FCF in-use state reported from devloss timeout handler.
462 * @nlp_did: remote node identifer with devloss timeout.
463 *
464 * This function is called from the worker thread after invoking devloss
465 * timeout handler and releasing the reference count for the ndlp with
466 * which the devloss timeout was handled for SLI4 host. For the devloss
467 * timeout of the last remote node which had been in use of FCF, when this
468 * routine is invoked, it shall be guaranteed that none of the remote are
469 * in-use of FCF. When devloss timeout to the last remote using the FCF,
470 * if the FIP engine is neither in FCF table scan process nor roundrobin
471 * failover process, the in-use FCF shall be unregistered. If the FIP
472 * engine is in FCF discovery process, the devloss timeout state shall
473 * be set for either the FCF table scan process or roundrobin failover
474 * process to unregister the in-use FCF.
475 **/
476static void
477lpfc_sli4_post_dev_loss_tmo_handler(struct lpfc_hba *phba, int fcf_inuse,
478 uint32_t nlp_did)
479{
480 /* If devloss timeout happened to a remote node when FCF had no
481 * longer been in-use, do nothing.
482 */
483 if (!fcf_inuse)
484 return;
485
486 if ((phba->hba_flag & HBA_FIP_SUPPORT) && !lpfc_fcf_inuse(phba)) {
487 spin_lock_irq(&phba->hbalock);
488 if (phba->fcf.fcf_flag & FCF_DISCOVERY) {
489 if (phba->hba_flag & HBA_DEVLOSS_TMO) {
490 spin_unlock_irq(&phba->hbalock);
491 return;
492 }
493 phba->hba_flag |= HBA_DEVLOSS_TMO;
494 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
495 "2847 Last remote node (x%x) using "
496 "FCF devloss tmo\n", nlp_did);
497 }
498 if (phba->fcf.fcf_flag & FCF_REDISC_PROG) {
499 spin_unlock_irq(&phba->hbalock);
500 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
501 "2868 Devloss tmo to FCF rediscovery "
502 "in progress\n");
503 return;
504 }
505 if (!(phba->hba_flag & (FCF_TS_INPROG | FCF_RR_INPROG))) {
506 spin_unlock_irq(&phba->hbalock);
507 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
508 "2869 Devloss tmo to idle FIP engine, "
509 "unreg in-use FCF and rescan.\n");
510 /* Unregister in-use FCF and rescan */
511 lpfc_unregister_fcf_rescan(phba);
512 return;
513 }
514 spin_unlock_irq(&phba->hbalock);
515 if (phba->hba_flag & FCF_TS_INPROG)
516 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
517 "2870 FCF table scan in progress\n");
518 if (phba->hba_flag & FCF_RR_INPROG)
519 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
520 "2871 FLOGI roundrobin FCF failover "
521 "in progress\n");
522 }
James Smart6fb120a2009-05-22 14:52:59 -0400523 lpfc_unregister_unused_fcf(phba);
James Smart92d7f7b2007-06-17 19:56:38 -0500524}
James Smartc01f3202006-08-18 17:47:08 -0400525
James Smartea2151b2008-09-07 11:52:10 -0400526/**
James Smart3621a712009-04-06 18:47:14 -0400527 * lpfc_alloc_fast_evt - Allocates data structure for posting event
James Smartea2151b2008-09-07 11:52:10 -0400528 * @phba: Pointer to hba context object.
529 *
530 * This function is called from the functions which need to post
531 * events from interrupt context. This function allocates data
532 * structure required for posting event. It also keeps track of
533 * number of events pending and prevent event storm when there are
534 * too many events.
535 **/
536struct lpfc_fast_path_event *
537lpfc_alloc_fast_evt(struct lpfc_hba *phba) {
538 struct lpfc_fast_path_event *ret;
539
540 /* If there are lot of fast event do not exhaust memory due to this */
541 if (atomic_read(&phba->fast_event_count) > LPFC_MAX_EVT_COUNT)
542 return NULL;
543
544 ret = kzalloc(sizeof(struct lpfc_fast_path_event),
545 GFP_ATOMIC);
James Smart6fb120a2009-05-22 14:52:59 -0400546 if (ret) {
James Smartea2151b2008-09-07 11:52:10 -0400547 atomic_inc(&phba->fast_event_count);
James Smart6fb120a2009-05-22 14:52:59 -0400548 INIT_LIST_HEAD(&ret->work_evt.evt_listp);
549 ret->work_evt.evt = LPFC_EVT_FASTPATH_MGMT_EVT;
550 }
James Smartea2151b2008-09-07 11:52:10 -0400551 return ret;
552}
553
554/**
James Smart3621a712009-04-06 18:47:14 -0400555 * lpfc_free_fast_evt - Frees event data structure
James Smartea2151b2008-09-07 11:52:10 -0400556 * @phba: Pointer to hba context object.
557 * @evt: Event object which need to be freed.
558 *
559 * This function frees the data structure required for posting
560 * events.
561 **/
562void
563lpfc_free_fast_evt(struct lpfc_hba *phba,
564 struct lpfc_fast_path_event *evt) {
565
566 atomic_dec(&phba->fast_event_count);
567 kfree(evt);
568}
569
570/**
James Smart3621a712009-04-06 18:47:14 -0400571 * lpfc_send_fastpath_evt - Posts events generated from fast path
James Smartea2151b2008-09-07 11:52:10 -0400572 * @phba: Pointer to hba context object.
573 * @evtp: Event data structure.
574 *
575 * This function is called from worker thread, when the interrupt
576 * context need to post an event. This function posts the event
577 * to fc transport netlink interface.
578 **/
579static void
580lpfc_send_fastpath_evt(struct lpfc_hba *phba,
581 struct lpfc_work_evt *evtp)
582{
583 unsigned long evt_category, evt_sub_category;
584 struct lpfc_fast_path_event *fast_evt_data;
585 char *evt_data;
586 uint32_t evt_data_size;
587 struct Scsi_Host *shost;
588
589 fast_evt_data = container_of(evtp, struct lpfc_fast_path_event,
590 work_evt);
591
592 evt_category = (unsigned long) fast_evt_data->un.fabric_evt.event_type;
593 evt_sub_category = (unsigned long) fast_evt_data->un.
594 fabric_evt.subcategory;
595 shost = lpfc_shost_from_vport(fast_evt_data->vport);
596 if (evt_category == FC_REG_FABRIC_EVENT) {
597 if (evt_sub_category == LPFC_EVENT_FCPRDCHKERR) {
598 evt_data = (char *) &fast_evt_data->un.read_check_error;
599 evt_data_size = sizeof(fast_evt_data->un.
600 read_check_error);
601 } else if ((evt_sub_category == LPFC_EVENT_FABRIC_BUSY) ||
James Smarteaf15d52008-12-04 22:39:29 -0500602 (evt_sub_category == LPFC_EVENT_PORT_BUSY)) {
James Smartea2151b2008-09-07 11:52:10 -0400603 evt_data = (char *) &fast_evt_data->un.fabric_evt;
604 evt_data_size = sizeof(fast_evt_data->un.fabric_evt);
605 } else {
606 lpfc_free_fast_evt(phba, fast_evt_data);
607 return;
608 }
609 } else if (evt_category == FC_REG_SCSI_EVENT) {
610 switch (evt_sub_category) {
611 case LPFC_EVENT_QFULL:
612 case LPFC_EVENT_DEVBSY:
613 evt_data = (char *) &fast_evt_data->un.scsi_evt;
614 evt_data_size = sizeof(fast_evt_data->un.scsi_evt);
615 break;
616 case LPFC_EVENT_CHECK_COND:
617 evt_data = (char *) &fast_evt_data->un.check_cond_evt;
618 evt_data_size = sizeof(fast_evt_data->un.
619 check_cond_evt);
620 break;
621 case LPFC_EVENT_VARQUEDEPTH:
622 evt_data = (char *) &fast_evt_data->un.queue_depth_evt;
623 evt_data_size = sizeof(fast_evt_data->un.
624 queue_depth_evt);
625 break;
626 default:
627 lpfc_free_fast_evt(phba, fast_evt_data);
628 return;
629 }
630 } else {
631 lpfc_free_fast_evt(phba, fast_evt_data);
632 return;
633 }
634
James Smart895427b2017-02-12 13:52:30 -0800635 if (phba->cfg_enable_fc4_type != LPFC_ENABLE_NVME)
636 fc_host_post_vendor_event(shost,
637 fc_get_event_number(),
638 evt_data_size,
639 evt_data,
640 LPFC_NL_VENDOR_ID);
James Smartea2151b2008-09-07 11:52:10 -0400641
642 lpfc_free_fast_evt(phba, fast_evt_data);
643 return;
644}
645
dea31012005-04-17 16:05:31 -0500646static void
James Smart2e0fef82007-06-17 19:56:36 -0500647lpfc_work_list_done(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500648{
649 struct lpfc_work_evt *evtp = NULL;
650 struct lpfc_nodelist *ndlp;
651 int free_evt;
James Smarta93ff372010-10-22 11:06:08 -0400652 int fcf_inuse;
653 uint32_t nlp_did;
dea31012005-04-17 16:05:31 -0500654
James Smart2e0fef82007-06-17 19:56:36 -0500655 spin_lock_irq(&phba->hbalock);
656 while (!list_empty(&phba->work_list)) {
dea31012005-04-17 16:05:31 -0500657 list_remove_head((&phba->work_list), evtp, typeof(*evtp),
658 evt_listp);
James Smart2e0fef82007-06-17 19:56:36 -0500659 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500660 free_evt = 1;
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500661 switch (evtp->evt) {
dea31012005-04-17 16:05:31 -0500662 case LPFC_EVT_ELS_RETRY:
James Smart2e0fef82007-06-17 19:56:36 -0500663 ndlp = (struct lpfc_nodelist *) (evtp->evt_arg1);
dea31012005-04-17 16:05:31 -0500664 lpfc_els_retry_delay_handler(ndlp);
James Smart92d7f7b2007-06-17 19:56:38 -0500665 free_evt = 0; /* evt is part of ndlp */
James Smartfa4066b2008-01-11 01:53:27 -0500666 /* decrement the node reference count held
667 * for this queued work
668 */
669 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -0500670 break;
James Smart858c9f62007-06-17 19:56:39 -0500671 case LPFC_EVT_DEV_LOSS:
672 ndlp = (struct lpfc_nodelist *)(evtp->evt_arg1);
James Smarta93ff372010-10-22 11:06:08 -0400673 fcf_inuse = lpfc_dev_loss_tmo_handler(ndlp);
James Smart858c9f62007-06-17 19:56:39 -0500674 free_evt = 0;
James Smartfa4066b2008-01-11 01:53:27 -0500675 /* decrement the node reference count held for
676 * this queued work
677 */
James Smarta93ff372010-10-22 11:06:08 -0400678 nlp_did = ndlp->nlp_DID;
James Smart858c9f62007-06-17 19:56:39 -0500679 lpfc_nlp_put(ndlp);
James Smarta93ff372010-10-22 11:06:08 -0400680 if (phba->sli_rev == LPFC_SLI_REV4)
681 lpfc_sli4_post_dev_loss_tmo_handler(phba,
682 fcf_inuse,
683 nlp_did);
James Smart858c9f62007-06-17 19:56:39 -0500684 break;
James Smarte7dab162020-10-20 13:27:12 -0700685 case LPFC_EVT_RECOVER_PORT:
686 ndlp = (struct lpfc_nodelist *)(evtp->evt_arg1);
687 lpfc_sli_abts_recover_port(ndlp->vport, ndlp);
688 free_evt = 0;
689 /* decrement the node reference count held for
690 * this queued work
691 */
692 lpfc_nlp_put(ndlp);
693 break;
dea31012005-04-17 16:05:31 -0500694 case LPFC_EVT_ONLINE:
James Smart2e0fef82007-06-17 19:56:36 -0500695 if (phba->link_state < LPFC_LINK_DOWN)
696 *(int *) (evtp->evt_arg1) = lpfc_online(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500697 else
James Smart2e0fef82007-06-17 19:56:36 -0500698 *(int *) (evtp->evt_arg1) = 0;
dea31012005-04-17 16:05:31 -0500699 complete((struct completion *)(evtp->evt_arg2));
700 break;
James Smart46fa3112007-04-25 09:51:45 -0400701 case LPFC_EVT_OFFLINE_PREP:
James Smart2e0fef82007-06-17 19:56:36 -0500702 if (phba->link_state >= LPFC_LINK_DOWN)
James Smart618a5232012-06-12 13:54:36 -0400703 lpfc_offline_prep(phba, LPFC_MBX_WAIT);
James Smart46fa3112007-04-25 09:51:45 -0400704 *(int *)(evtp->evt_arg1) = 0;
705 complete((struct completion *)(evtp->evt_arg2));
706 break;
707 case LPFC_EVT_OFFLINE:
708 lpfc_offline(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500709 lpfc_sli_brdrestart(phba);
710 *(int *)(evtp->evt_arg1) =
James Smart46fa3112007-04-25 09:51:45 -0400711 lpfc_sli_brdready(phba, HS_FFRDY | HS_MBRDY);
712 lpfc_unblock_mgmt_io(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500713 complete((struct completion *)(evtp->evt_arg2));
714 break;
715 case LPFC_EVT_WARM_START:
James Smart46fa3112007-04-25 09:51:45 -0400716 lpfc_offline(phba);
James Smart92908312006-03-07 15:04:13 -0500717 lpfc_reset_barrier(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500718 lpfc_sli_brdreset(phba);
719 lpfc_hba_down_post(phba);
720 *(int *)(evtp->evt_arg1) =
721 lpfc_sli_brdready(phba, HS_MBRDY);
James Smart46fa3112007-04-25 09:51:45 -0400722 lpfc_unblock_mgmt_io(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500723 complete((struct completion *)(evtp->evt_arg2));
724 break;
725 case LPFC_EVT_KILL:
James Smart46fa3112007-04-25 09:51:45 -0400726 lpfc_offline(phba);
James Smart92908312006-03-07 15:04:13 -0500727 *(int *)(evtp->evt_arg1)
James Smart2e0fef82007-06-17 19:56:36 -0500728 = (phba->pport->stopped)
729 ? 0 : lpfc_sli_brdkill(phba);
James Smart46fa3112007-04-25 09:51:45 -0400730 lpfc_unblock_mgmt_io(phba);
dea31012005-04-17 16:05:31 -0500731 complete((struct completion *)(evtp->evt_arg2));
732 break;
James Smartea2151b2008-09-07 11:52:10 -0400733 case LPFC_EVT_FASTPATH_MGMT_EVT:
734 lpfc_send_fastpath_evt(phba, evtp);
735 free_evt = 0;
736 break;
James Smart78730cf2010-04-06 15:06:30 -0400737 case LPFC_EVT_RESET_HBA:
738 if (!(phba->pport->load_flag & FC_UNLOADING))
739 lpfc_reset_hba(phba);
740 break;
dea31012005-04-17 16:05:31 -0500741 }
742 if (free_evt)
743 kfree(evtp);
James Smart2e0fef82007-06-17 19:56:36 -0500744 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500745 }
James Smart2e0fef82007-06-17 19:56:36 -0500746 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500747
748}
749
James Smart311464e2007-08-02 11:10:37 -0400750static void
James Smart2e0fef82007-06-17 19:56:36 -0500751lpfc_work_done(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500752{
753 struct lpfc_sli_ring *pring;
James Smart858c9f62007-06-17 19:56:39 -0500754 uint32_t ha_copy, status, control, work_port_events;
James Smart549e55c2007-08-02 11:09:51 -0400755 struct lpfc_vport **vports;
James Smart51ef4c22007-08-02 11:10:31 -0400756 struct lpfc_vport *vport;
James Smart549e55c2007-08-02 11:09:51 -0400757 int i;
dea31012005-04-17 16:05:31 -0500758
James Smart2e0fef82007-06-17 19:56:36 -0500759 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500760 ha_copy = phba->work_ha;
761 phba->work_ha = 0;
James Smart2e0fef82007-06-17 19:56:36 -0500762 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500763
James Smartda0436e2009-05-22 14:51:39 -0400764 /* First, try to post the next mailbox command to SLI4 device */
765 if (phba->pci_dev_grp == LPFC_PCI_DEV_OC)
766 lpfc_sli4_post_async_mbox(phba);
767
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500768 if (ha_copy & HA_ERATT)
James Smart93996272008-08-24 21:50:30 -0400769 /* Handle the error attention event */
dea31012005-04-17 16:05:31 -0500770 lpfc_handle_eratt(phba);
771
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500772 if (ha_copy & HA_MBATT)
dea31012005-04-17 16:05:31 -0500773 lpfc_sli_handle_mb_event(phba);
774
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500775 if (ha_copy & HA_LATT)
dea31012005-04-17 16:05:31 -0500776 lpfc_handle_latt(phba);
James Smart93996272008-08-24 21:50:30 -0400777
Gaurav Srivastava0c4792c2021-06-08 10:05:55 +0530778 /* Handle VMID Events */
779 if (lpfc_is_vmid_enabled(phba)) {
780 if (phba->pport->work_port_events &
781 WORKER_CHECK_VMID_ISSUE_QFPA) {
782 lpfc_check_vmid_qfpa_issue(phba);
783 phba->pport->work_port_events &=
784 ~WORKER_CHECK_VMID_ISSUE_QFPA;
785 }
786 if (phba->pport->work_port_events &
787 WORKER_CHECK_INACTIVE_VMID) {
788 lpfc_check_inactive_vmid(phba);
789 phba->pport->work_port_events &=
790 ~WORKER_CHECK_INACTIVE_VMID;
791 }
792 }
793
James Smartda0436e2009-05-22 14:51:39 -0400794 /* Process SLI4 events */
795 if (phba->pci_dev_grp == LPFC_PCI_DEV_OC) {
James Smart19ca7602010-11-20 23:11:55 -0500796 if (phba->hba_flag & HBA_RRQ_ACTIVE)
797 lpfc_handle_rrq_active(phba);
James Smartda0436e2009-05-22 14:51:39 -0400798 if (phba->hba_flag & ELS_XRI_ABORT_EVENT)
799 lpfc_sli4_els_xri_abort_event_proc(phba);
800 if (phba->hba_flag & ASYNC_EVENT)
801 lpfc_sli4_async_event_proc(phba);
802 if (phba->hba_flag & HBA_POST_RECEIVE_BUFFER) {
803 spin_lock_irq(&phba->hbalock);
804 phba->hba_flag &= ~HBA_POST_RECEIVE_BUFFER;
805 spin_unlock_irq(&phba->hbalock);
806 lpfc_sli_hbqbuf_add_hbqs(phba, LPFC_ELS_HBQ);
807 }
James Smartecfd03c2010-02-12 14:41:27 -0500808 if (phba->fcf.fcf_flag & FCF_REDISC_EVT)
809 lpfc_sli4_fcf_redisc_event_proc(phba);
James Smartda0436e2009-05-22 14:51:39 -0400810 }
811
James Smart549e55c2007-08-02 11:09:51 -0400812 vports = lpfc_create_vport_work_array(phba);
813 if (vports != NULL)
James Smartda0436e2009-05-22 14:51:39 -0400814 for (i = 0; i <= phba->max_vports; i++) {
James Smart51ef4c22007-08-02 11:10:31 -0400815 /*
816 * We could have no vports in array if unloading, so if
817 * this happens then just use the pport
818 */
819 if (vports[i] == NULL && i == 0)
820 vport = phba->pport;
821 else
822 vport = vports[i];
823 if (vport == NULL)
824 break;
James Smart58da1ff2008-04-07 10:15:56 -0400825 spin_lock_irq(&vport->work_port_lock);
James Smart51ef4c22007-08-02 11:10:31 -0400826 work_port_events = vport->work_port_events;
James Smart58da1ff2008-04-07 10:15:56 -0400827 vport->work_port_events &= ~work_port_events;
828 spin_unlock_irq(&vport->work_port_lock);
James Smart549e55c2007-08-02 11:09:51 -0400829 if (work_port_events & WORKER_DISC_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400830 lpfc_disc_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400831 if (work_port_events & WORKER_ELS_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400832 lpfc_els_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400833 if (work_port_events & WORKER_HB_TMO)
834 lpfc_hb_timeout_handler(phba);
835 if (work_port_events & WORKER_MBOX_TMO)
836 lpfc_mbox_timeout_handler(phba);
837 if (work_port_events & WORKER_FABRIC_BLOCK_TMO)
838 lpfc_unblock_fabric_iocbs(phba);
James Smart549e55c2007-08-02 11:09:51 -0400839 if (work_port_events & WORKER_RAMP_DOWN_QUEUE)
840 lpfc_ramp_down_queue_handler(phba);
James Smart92494142011-02-16 12:39:44 -0500841 if (work_port_events & WORKER_DELAYED_DISC_TMO)
842 lpfc_delayed_disc_timeout_handler(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500843 }
James Smart09372822008-01-11 01:52:54 -0500844 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -0500845
James Smart895427b2017-02-12 13:52:30 -0800846 pring = lpfc_phba_elsring(phba);
James Smart858c9f62007-06-17 19:56:39 -0500847 status = (ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING)));
848 status >>= (4*LPFC_ELS_RING);
James Smart0c9c6a72017-05-15 15:20:39 -0700849 if (pring && (status & HA_RXMASK ||
850 pring->flag & LPFC_DEFERRED_RING_EVENT ||
851 phba->hba_flag & HBA_SP_QUEUE_EVT)) {
James Smart0b727fe2007-10-27 13:37:25 -0400852 if (pring->flag & LPFC_STOP_IOCB_EVENT) {
James Smart858c9f62007-06-17 19:56:39 -0500853 pring->flag |= LPFC_DEFERRED_RING_EVENT;
James Smart161df4f02018-01-30 15:58:54 -0800854 /* Preserve legacy behavior. */
855 if (!(phba->hba_flag & HBA_SP_QUEUE_EVT))
856 set_bit(LPFC_DATA_READY, &phba->data_flags);
James Smart858c9f62007-06-17 19:56:39 -0500857 } else {
James Smart15498dc2019-09-21 20:58:59 -0700858 /* Driver could have abort request completed in queue
859 * when link goes down. Allow for this transition.
860 */
861 if (phba->link_state >= LPFC_LINK_DOWN ||
James Smartae9e28f2017-05-15 15:20:51 -0700862 phba->link_flag & LS_MDS_LOOPBACK) {
James Smart94661502013-03-01 16:37:29 -0500863 pring->flag &= ~LPFC_DEFERRED_RING_EVENT;
864 lpfc_sli_handle_slow_ring_event(phba, pring,
865 (status &
866 HA_RXMASK));
867 }
James Smart858c9f62007-06-17 19:56:39 -0500868 }
James Smartdc19e3b2018-05-24 21:08:57 -0700869 if (phba->sli_rev == LPFC_SLI_REV4)
James Smart2a9bf3d2010-06-07 15:24:45 -0400870 lpfc_drain_txq(phba);
James Smart858c9f62007-06-17 19:56:39 -0500871 /*
872 * Turn on Ring interrupts
873 */
James Smart3772a992009-05-22 14:50:54 -0400874 if (phba->sli_rev <= LPFC_SLI_REV3) {
875 spin_lock_irq(&phba->hbalock);
876 control = readl(phba->HCregaddr);
877 if (!(control & (HC_R0INT_ENA << LPFC_ELS_RING))) {
878 lpfc_debugfs_slow_ring_trc(phba,
879 "WRK Enable ring: cntl:x%x hacopy:x%x",
880 control, ha_copy, 0);
James Smarta58cbd52007-08-02 11:09:43 -0400881
James Smart3772a992009-05-22 14:50:54 -0400882 control |= (HC_R0INT_ENA << LPFC_ELS_RING);
883 writel(control, phba->HCregaddr);
884 readl(phba->HCregaddr); /* flush */
885 } else {
886 lpfc_debugfs_slow_ring_trc(phba,
887 "WRK Ring ok: cntl:x%x hacopy:x%x",
888 control, ha_copy, 0);
889 }
890 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500891 }
892 }
James Smart2e0fef82007-06-17 19:56:36 -0500893 lpfc_work_list_done(phba);
dea31012005-04-17 16:05:31 -0500894}
895
dea31012005-04-17 16:05:31 -0500896int
897lpfc_do_work(void *p)
898{
899 struct lpfc_hba *phba = p;
900 int rc;
dea31012005-04-17 16:05:31 -0500901
Dongsheng Yang8698a742014-03-11 18:09:12 +0800902 set_user_nice(current, MIN_NICE);
James Smart043c9562012-05-09 21:17:43 -0400903 current->flags |= PF_NOFREEZE;
James Smart5e9d9b82008-06-14 22:52:53 -0400904 phba->data_flags = 0;
dea31012005-04-17 16:05:31 -0500905
James Smart3a55b532008-12-04 22:38:54 -0500906 while (!kthread_should_stop()) {
James Smart5e9d9b82008-06-14 22:52:53 -0400907 /* wait and check worker queue activities */
908 rc = wait_event_interruptible(phba->work_waitq,
909 (test_and_clear_bit(LPFC_DATA_READY,
910 &phba->data_flags)
911 || kthread_should_stop()));
James Smart3a55b532008-12-04 22:38:54 -0500912 /* Signal wakeup shall terminate the worker thread */
913 if (rc) {
Dick Kennedy372c1872020-06-30 14:50:00 -0700914 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
James Smart3a55b532008-12-04 22:38:54 -0500915 "0433 Wakeup on signal: rc=x%x\n", rc);
dea31012005-04-17 16:05:31 -0500916 break;
James Smart3a55b532008-12-04 22:38:54 -0500917 }
dea31012005-04-17 16:05:31 -0500918
James Smart5e9d9b82008-06-14 22:52:53 -0400919 /* Attend pending lpfc data processing */
dea31012005-04-17 16:05:31 -0500920 lpfc_work_done(phba);
dea31012005-04-17 16:05:31 -0500921 }
James Smart3a55b532008-12-04 22:38:54 -0500922 phba->worker_thread = NULL;
923 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
924 "0432 Worker thread stopped.\n");
dea31012005-04-17 16:05:31 -0500925 return 0;
926}
927
928/*
929 * This is only called to handle FC worker events. Since this a rare
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300930 * occurrence, we allocate a struct lpfc_work_evt structure here instead of
dea31012005-04-17 16:05:31 -0500931 * embedding it in the IOCB.
932 */
933int
James Smart2e0fef82007-06-17 19:56:36 -0500934lpfc_workq_post_event(struct lpfc_hba *phba, void *arg1, void *arg2,
dea31012005-04-17 16:05:31 -0500935 uint32_t evt)
936{
937 struct lpfc_work_evt *evtp;
James Smarted957682007-06-17 19:56:37 -0500938 unsigned long flags;
dea31012005-04-17 16:05:31 -0500939
940 /*
941 * All Mailbox completions and LPFC_ELS_RING rcv ring IOCB events will
942 * be queued to worker thread for processing
943 */
James Smart92d7f7b2007-06-17 19:56:38 -0500944 evtp = kmalloc(sizeof(struct lpfc_work_evt), GFP_ATOMIC);
dea31012005-04-17 16:05:31 -0500945 if (!evtp)
946 return 0;
947
948 evtp->evt_arg1 = arg1;
949 evtp->evt_arg2 = arg2;
950 evtp->evt = evt;
951
James Smarted957682007-06-17 19:56:37 -0500952 spin_lock_irqsave(&phba->hbalock, flags);
James Smart071fbd3d2006-04-15 11:53:20 -0400953 list_add_tail(&evtp->evt_listp, &phba->work_list);
James Smarted957682007-06-17 19:56:37 -0500954 spin_unlock_irqrestore(&phba->hbalock, flags);
dea31012005-04-17 16:05:31 -0500955
James Smart5e9d9b82008-06-14 22:52:53 -0400956 lpfc_worker_wake_up(phba);
957
dea31012005-04-17 16:05:31 -0500958 return 1;
959}
960
James Smart92d7f7b2007-06-17 19:56:38 -0500961void
962lpfc_cleanup_rpis(struct lpfc_vport *vport, int remove)
963{
James Smart09372822008-01-11 01:52:54 -0500964 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500965 struct lpfc_hba *phba = vport->phba;
966 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart92d7f7b2007-06-17 19:56:38 -0500967
968 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {
969 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
970 continue;
James Smartb3f2e672020-11-15 11:26:37 -0800971
James Smart98c9ea52007-10-27 13:37:33 -0400972 if ((phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) ||
James Smartb3f2e672020-11-15 11:26:37 -0800973 ((vport->port_type == LPFC_NPIV_PORT) &&
974 ((ndlp->nlp_DID == NameServer_DID) ||
James Smartfe83e3b2021-05-14 12:55:54 -0700975 (ndlp->nlp_DID == FDMI_DID) ||
976 (ndlp->nlp_DID == Fabric_Cntl_DID))))
James Smart92d7f7b2007-06-17 19:56:38 -0500977 lpfc_unreg_rpi(vport, ndlp);
978
979 /* Leave Fabric nodes alone on link down */
James Smart4d9ab992009-10-02 15:16:39 -0400980 if ((phba->sli_rev < LPFC_SLI_REV4) &&
981 (!remove && ndlp->nlp_type & NLP_FABRIC))
James Smart92d7f7b2007-06-17 19:56:38 -0500982 continue;
James Smart4c2805a2020-03-31 09:50:10 -0700983
984 /* Notify transport of connectivity loss to trigger cleanup. */
985 if (phba->nvmet_support &&
986 ndlp->nlp_state == NLP_STE_UNMAPPED_NODE)
987 lpfc_nvmet_invalidate_host(phba, ndlp);
988
Sebastian Herbsztdb6f1c22015-08-31 16:48:14 -0400989 lpfc_disc_state_machine(vport, ndlp, NULL,
990 remove
991 ? NLP_EVT_DEVICE_RM
992 : NLP_EVT_DEVICE_RECOVERY);
James Smart92d7f7b2007-06-17 19:56:38 -0500993 }
994 if (phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) {
James Smart5af5eee2010-10-22 11:06:38 -0400995 if (phba->sli_rev == LPFC_SLI_REV4)
996 lpfc_sli4_unreg_all_rpis(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500997 lpfc_mbx_unreg_vpi(vport);
James Smart09372822008-01-11 01:52:54 -0500998 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500999 vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI;
James Smart09372822008-01-11 01:52:54 -05001000 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05001001 }
1002}
1003
James Smart87af33f2007-10-27 13:37:43 -04001004void
James Smart98c9ea52007-10-27 13:37:33 -04001005lpfc_port_link_failure(struct lpfc_vport *vport)
James Smart92d7f7b2007-06-17 19:56:38 -05001006{
James Smart695a8142010-01-26 23:08:03 -05001007 lpfc_vport_set_state(vport, FC_VPORT_LINKDOWN);
1008
James Smart45ed1192009-10-02 15:17:02 -04001009 /* Cleanup any outstanding received buffers */
1010 lpfc_cleanup_rcv_buffers(vport);
1011
James Smart92d7f7b2007-06-17 19:56:38 -05001012 /* Cleanup any outstanding RSCN activity */
1013 lpfc_els_flush_rscn(vport);
1014
1015 /* Cleanup any outstanding ELS commands */
1016 lpfc_els_flush_cmd(vport);
1017
1018 lpfc_cleanup_rpis(vport, 0);
1019
James Smart92d7f7b2007-06-17 19:56:38 -05001020 /* Turn off discovery timer if its running */
1021 lpfc_can_disctmo(vport);
1022}
1023
James Smart3772a992009-05-22 14:50:54 -04001024void
James Smart98c9ea52007-10-27 13:37:33 -04001025lpfc_linkdown_port(struct lpfc_vport *vport)
1026{
1027 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
1028
James Smartf6e84792019-01-28 11:14:38 -08001029 if (vport->cfg_enable_fc4_type != LPFC_ENABLE_NVME)
James Smarta0f2d3e2017-02-12 13:52:31 -08001030 fc_host_post_event(shost, fc_get_event_number(),
1031 FCH_EVT_LINKDOWN, 0);
James Smart98c9ea52007-10-27 13:37:33 -04001032
1033 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
1034 "Link Down: state:x%x rtry:x%x flg:x%x",
1035 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
1036
1037 lpfc_port_link_failure(vport);
1038
James Smart92494142011-02-16 12:39:44 -05001039 /* Stop delayed Nport discovery */
1040 spin_lock_irq(shost->host_lock);
1041 vport->fc_flag &= ~FC_DISC_DELAYED;
1042 spin_unlock_irq(shost->host_lock);
1043 del_timer_sync(&vport->delayed_disc_tmo);
James Smart98c9ea52007-10-27 13:37:33 -04001044}
1045
dea31012005-04-17 16:05:31 -05001046int
James Smart685f0bf2007-04-25 09:53:08 -04001047lpfc_linkdown(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05001048{
James Smart2e0fef82007-06-17 19:56:36 -05001049 struct lpfc_vport *vport = phba->pport;
1050 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart549e55c2007-08-02 11:09:51 -04001051 struct lpfc_vport **vports;
James Smart685f0bf2007-04-25 09:53:08 -04001052 LPFC_MBOXQ_t *mb;
James Smart549e55c2007-08-02 11:09:51 -04001053 int i;
dea31012005-04-17 16:05:31 -05001054
James Smart19193ff2019-03-12 16:30:25 -07001055 if (phba->link_state == LPFC_LINK_DOWN)
James Smart2e0fef82007-06-17 19:56:36 -05001056 return 0;
James Smart19193ff2019-03-12 16:30:25 -07001057
James Smartaacc20e2009-12-21 17:02:51 -05001058 /* Block all SCSI stack I/Os */
1059 lpfc_scsi_dev_block(phba);
1060
James Smart0a9e9682018-11-29 16:09:36 -08001061 phba->defer_flogi_acc_flag = false;
1062
James Smart2e0fef82007-06-17 19:56:36 -05001063 spin_lock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05001064 phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE);
James Smart72100cc2010-02-12 14:43:01 -05001065 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -05001066 if (phba->link_state > LPFC_LINK_DOWN) {
James Smart2e0fef82007-06-17 19:56:36 -05001067 phba->link_state = LPFC_LINK_DOWN;
James Smart2977a092018-12-13 15:17:52 -08001068 if (phba->sli4_hba.conf_trunk) {
1069 phba->trunk_link.link0.state = 0;
1070 phba->trunk_link.link1.state = 0;
1071 phba->trunk_link.link2.state = 0;
1072 phba->trunk_link.link3.state = 0;
James Smart845d0322019-08-14 16:57:01 -07001073 phba->sli4_hba.link_state.logical_speed =
1074 LPFC_LINK_SPEED_UNKNOWN;
James Smart2977a092018-12-13 15:17:52 -08001075 }
James Smart72100cc2010-02-12 14:43:01 -05001076 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05001077 phba->pport->fc_flag &= ~FC_LBIT;
James Smart72100cc2010-02-12 14:43:01 -05001078 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05001079 }
James Smart549e55c2007-08-02 11:09:51 -04001080 vports = lpfc_create_vport_work_array(phba);
James Smart895427b2017-02-12 13:52:30 -08001081 if (vports != NULL) {
James Smart6fb120a2009-05-22 14:52:59 -04001082 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
James Smart549e55c2007-08-02 11:09:51 -04001083 /* Issue a LINK DOWN event to all nodes */
1084 lpfc_linkdown_port(vports[i]);
James Smart895427b2017-02-12 13:52:30 -08001085
1086 vports[i]->fc_myDID = 0;
1087
James Smartf6e84792019-01-28 11:14:38 -08001088 if ((vport->cfg_enable_fc4_type == LPFC_ENABLE_BOTH) ||
1089 (vport->cfg_enable_fc4_type == LPFC_ENABLE_NVME)) {
James Smartd613b6a2017-02-12 13:52:37 -08001090 if (phba->nvmet_support)
1091 lpfc_nvmet_update_targetport(phba);
1092 else
James Smart8c258642017-02-12 13:52:36 -08001093 lpfc_nvme_update_localport(vports[i]);
James Smart8c258642017-02-12 13:52:36 -08001094 }
James Smart549e55c2007-08-02 11:09:51 -04001095 }
James Smart895427b2017-02-12 13:52:30 -08001096 }
James Smart09372822008-01-11 01:52:54 -05001097 lpfc_destroy_vport_work_array(phba, vports);
James Smartc95a3b42019-03-12 16:30:07 -07001098
1099 /* Clean up any SLI3 firmware default rpi's */
1100 if (phba->sli_rev > LPFC_SLI_REV3)
1101 goto skip_unreg_did;
1102
James Smart2e0fef82007-06-17 19:56:36 -05001103 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
1104 if (mb) {
James Smart6d368e52011-05-24 11:44:12 -04001105 lpfc_unreg_did(phba, 0xffff, LPFC_UNREG_ALL_DFLT_RPIS, mb);
James Smarted957682007-06-17 19:56:37 -05001106 mb->vport = vport;
James Smart2e0fef82007-06-17 19:56:36 -05001107 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -04001108 if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT)
dea31012005-04-17 16:05:31 -05001109 == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -05001110 mempool_free(mb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05001111 }
1112 }
1113
James Smartc95a3b42019-03-12 16:30:07 -07001114 skip_unreg_did:
dea31012005-04-17 16:05:31 -05001115 /* Setup myDID for link up if we are in pt2pt mode */
James Smart92d7f7b2007-06-17 19:56:38 -05001116 if (phba->pport->fc_flag & FC_PT2PT) {
James Smart2e0fef82007-06-17 19:56:36 -05001117 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
1118 if (mb) {
dea31012005-04-17 16:05:31 -05001119 lpfc_config_link(phba, mb);
James Smart92d7f7b2007-06-17 19:56:38 -05001120 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smarted957682007-06-17 19:56:37 -05001121 mb->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -04001122 if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT)
dea31012005-04-17 16:05:31 -05001123 == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -05001124 mempool_free(mb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05001125 }
1126 }
James Smart2e0fef82007-06-17 19:56:36 -05001127 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05001128 phba->pport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI);
James Smartd496b9a2018-10-23 13:41:08 -07001129 phba->pport->rcv_flogi_cnt = 0;
James Smart2e0fef82007-06-17 19:56:36 -05001130 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05001131 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05001132 return 0;
dea31012005-04-17 16:05:31 -05001133}
1134
James Smart92d7f7b2007-06-17 19:56:38 -05001135static void
1136lpfc_linkup_cleanup_nodes(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05001137{
James Smart92d7f7b2007-06-17 19:56:38 -05001138 struct lpfc_nodelist *ndlp;
1139
1140 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
James Smarta3da8252018-03-05 12:04:06 -08001141 ndlp->nlp_fc4_type &= ~(NLP_FC4_FCP | NLP_FC4_NVME);
James Smart307e3382020-11-15 11:26:30 -08001142
James Smart92d7f7b2007-06-17 19:56:38 -05001143 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
1144 continue;
James Smart92d7f7b2007-06-17 19:56:38 -05001145 if (ndlp->nlp_type & NLP_FABRIC) {
James Smarte47c9092008-02-08 18:49:26 -05001146 /* On Linkup its safe to clean up the ndlp
1147 * from Fabric connections.
1148 */
James Smart92d7f7b2007-06-17 19:56:38 -05001149 if (ndlp->nlp_DID != Fabric_DID)
1150 lpfc_unreg_rpi(vport, ndlp);
1151 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
1152 } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) {
James Smarte47c9092008-02-08 18:49:26 -05001153 /* Fail outstanding IO now since device is
1154 * marked for PLOGI.
1155 */
James Smart92d7f7b2007-06-17 19:56:38 -05001156 lpfc_unreg_rpi(vport, ndlp);
1157 }
1158 }
1159}
1160
1161static void
1162lpfc_linkup_port(struct lpfc_vport *vport)
1163{
1164 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart92d7f7b2007-06-17 19:56:38 -05001165 struct lpfc_hba *phba = vport->phba;
1166
1167 if ((vport->load_flag & FC_UNLOADING) != 0)
1168 return;
1169
James Smart858c9f62007-06-17 19:56:39 -05001170 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
1171 "Link Up: top:x%x speed:x%x flg:x%x",
1172 phba->fc_topology, phba->fc_linkspeed, phba->link_flag);
1173
James Smart92d7f7b2007-06-17 19:56:38 -05001174 /* If NPIV is not enabled, only bring the physical port up */
1175 if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) &&
1176 (vport != phba->pport))
1177 return;
dea31012005-04-17 16:05:31 -05001178
James Smartf6e84792019-01-28 11:14:38 -08001179 if (vport->cfg_enable_fc4_type != LPFC_ENABLE_NVME)
James Smarta0f2d3e2017-02-12 13:52:31 -08001180 fc_host_post_event(shost, fc_get_event_number(),
1181 FCH_EVT_LINKUP, 0);
James Smartd2873e42006-08-18 17:46:43 -04001182
James Smart2e0fef82007-06-17 19:56:36 -05001183 spin_lock_irq(shost->host_lock);
James Smart2e0fef82007-06-17 19:56:36 -05001184 vport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI | FC_ABORT_DISCOVERY |
1185 FC_RSCN_MODE | FC_NLP_MORE | FC_RSCN_DISCOVERY);
1186 vport->fc_flag |= FC_NDISC_ACTIVE;
1187 vport->fc_ns_retry = 0;
1188 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05001189
James Smartb3f2e672020-11-15 11:26:37 -08001190 lpfc_linkup_cleanup_nodes(vport);
James Smart92d7f7b2007-06-17 19:56:38 -05001191}
1192
1193static int
1194lpfc_linkup(struct lpfc_hba *phba)
1195{
James Smart549e55c2007-08-02 11:09:51 -04001196 struct lpfc_vport **vports;
1197 int i;
James Smartd496b9a2018-10-23 13:41:08 -07001198 struct Scsi_Host *shost = lpfc_shost_from_vport(phba->pport);
James Smart92d7f7b2007-06-17 19:56:38 -05001199
1200 phba->link_state = LPFC_LINK_UP;
1201
1202 /* Unblock fabric iocbs if they are blocked */
1203 clear_bit(FABRIC_COMANDS_BLOCKED, &phba->bit_flags);
1204 del_timer_sync(&phba->fabric_block_timer);
1205
James Smart549e55c2007-08-02 11:09:51 -04001206 vports = lpfc_create_vport_work_array(phba);
1207 if (vports != NULL)
James Smart6fb120a2009-05-22 14:52:59 -04001208 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++)
James Smart549e55c2007-08-02 11:09:51 -04001209 lpfc_linkup_port(vports[i]);
James Smart09372822008-01-11 01:52:54 -05001210 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -05001211
James Smartd496b9a2018-10-23 13:41:08 -07001212 /* Clear the pport flogi counter in case the link down was
1213 * absorbed without an ACQE. No lock here - in worker thread
1214 * and discovery is synchronized.
1215 */
1216 spin_lock_irq(shost->host_lock);
1217 phba->pport->rcv_flogi_cnt = 0;
1218 spin_unlock_irq(shost->host_lock);
James Smart0a9e9682018-11-29 16:09:36 -08001219
1220 /* reinitialize initial FLOGI flag */
1221 phba->hba_flag &= ~(HBA_FLOGI_ISSUED);
1222 phba->defer_flogi_acc_flag = false;
1223
dea31012005-04-17 16:05:31 -05001224 return 0;
1225}
1226
1227/*
1228 * This routine handles processing a CLEAR_LA mailbox
1229 * command upon completion. It is setup in the LPFC_MBOXQ
1230 * as the completion routine when the command is
James Smart895427b2017-02-12 13:52:30 -08001231 * handed off to the SLI layer. SLI3 only.
dea31012005-04-17 16:05:31 -05001232 */
Adrian Bunka6ababd2007-11-05 18:07:33 +01001233static void
James Smart2e0fef82007-06-17 19:56:36 -05001234lpfc_mbx_cmpl_clear_la(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05001235{
James Smart2e0fef82007-06-17 19:56:36 -05001236 struct lpfc_vport *vport = pmb->vport;
1237 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
1238 struct lpfc_sli *psli = &phba->sli;
James Smart04c68492009-05-22 14:52:52 -04001239 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05001240 uint32_t control;
1241
dea31012005-04-17 16:05:31 -05001242 /* Since we don't do discovery right now, turn these off here */
James Smart895427b2017-02-12 13:52:30 -08001243 psli->sli3_ring[LPFC_EXTRA_RING].flag &= ~LPFC_STOP_IOCB_EVENT;
1244 psli->sli3_ring[LPFC_FCP_RING].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -05001245
1246 /* Check for error */
1247 if ((mb->mbxStatus) && (mb->mbxStatus != 0x1601)) {
James Smart92d7f7b2007-06-17 19:56:38 -05001248 /* CLEAR_LA mbox error <mbxStatus> state <hba_state> */
Dick Kennedy372c1872020-06-30 14:50:00 -07001249 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04001250 "0320 CLEAR_LA mbxStatus error x%x hba "
1251 "state x%x\n",
1252 mb->mbxStatus, vport->port_state);
James Smart2e0fef82007-06-17 19:56:36 -05001253 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05001254 goto out;
1255 }
1256
James Smart92d7f7b2007-06-17 19:56:38 -05001257 if (vport->port_type == LPFC_PHYSICAL_PORT)
1258 phba->link_state = LPFC_HBA_READY;
1259
1260 spin_lock_irq(&phba->hbalock);
1261 psli->sli_flag |= LPFC_PROCESS_LA;
1262 control = readl(phba->HCregaddr);
1263 control |= HC_LAINT_ENA;
1264 writel(control, phba->HCregaddr);
1265 readl(phba->HCregaddr); /* flush */
1266 spin_unlock_irq(&phba->hbalock);
James Smart1b32f6a2008-02-08 18:49:39 -05001267 mempool_free(pmb, phba->mbox_mem_pool);
James Smart92d7f7b2007-06-17 19:56:38 -05001268 return;
dea31012005-04-17 16:05:31 -05001269
dea31012005-04-17 16:05:31 -05001270out:
1271 /* Device Discovery completes */
James Smarte8b62012007-08-02 11:10:09 -04001272 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
1273 "0225 Device Discovery completes\n");
James Smart2e0fef82007-06-17 19:56:36 -05001274 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05001275
James Smart2e0fef82007-06-17 19:56:36 -05001276 spin_lock_irq(shost->host_lock);
James Smart58da1ff2008-04-07 10:15:56 -04001277 vport->fc_flag &= ~FC_ABORT_DISCOVERY;
James Smart2e0fef82007-06-17 19:56:36 -05001278 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05001279
James Smart2e0fef82007-06-17 19:56:36 -05001280 lpfc_can_disctmo(vport);
dea31012005-04-17 16:05:31 -05001281
1282 /* turn on Link Attention interrupts */
James Smart2e0fef82007-06-17 19:56:36 -05001283
1284 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001285 psli->sli_flag |= LPFC_PROCESS_LA;
1286 control = readl(phba->HCregaddr);
1287 control |= HC_LAINT_ENA;
1288 writel(control, phba->HCregaddr);
1289 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -05001290 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001291
1292 return;
1293}
1294
James Smartd6de08c2015-12-16 18:11:53 -05001295void
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001296lpfc_mbx_cmpl_local_config_link(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05001297{
James Smart2e0fef82007-06-17 19:56:36 -05001298 struct lpfc_vport *vport = pmb->vport;
James Smart7f048392020-09-11 13:01:47 -07001299 LPFC_MBOXQ_t *sparam_mb;
1300 struct lpfc_dmabuf *sparam_mp;
Dan Carpenter0be31092021-01-25 11:44:34 +03001301 u16 status = pmb->u.mb.mbxStatus;
James Smart7f048392020-09-11 13:01:47 -07001302 int rc;
dea31012005-04-17 16:05:31 -05001303
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001304 mempool_free(pmb, phba->mbox_mem_pool);
1305
Dan Carpenter0be31092021-01-25 11:44:34 +03001306 if (status)
1307 goto out;
1308
James Smart1b511972011-12-13 13:23:09 -05001309 /* don't perform discovery for SLI4 loopback diagnostic test */
1310 if ((phba->sli_rev == LPFC_SLI_REV4) &&
1311 !(phba->hba_flag & HBA_FCOE_MODE) &&
1312 (phba->link_flag & LS_LOOPBACK_MODE))
1313 return;
1314
James Smart76a95d72010-11-20 23:11:48 -05001315 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP &&
James Smart2e0fef82007-06-17 19:56:36 -05001316 vport->fc_flag & FC_PUBLIC_LOOP &&
1317 !(vport->fc_flag & FC_LBIT)) {
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001318 /* Need to wait for FAN - use discovery timer
James Smart2e0fef82007-06-17 19:56:36 -05001319 * for timeout. port_state is identically
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001320 * LPFC_LOCAL_CFG_LINK while waiting for FAN
1321 */
James Smart2e0fef82007-06-17 19:56:36 -05001322 lpfc_set_disctmo(vport);
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001323 return;
James Smart92d7f7b2007-06-17 19:56:38 -05001324 }
dea31012005-04-17 16:05:31 -05001325
James Smart2e0fef82007-06-17 19:56:36 -05001326 /* Start discovery by sending a FLOGI. port_state is identically
James Smart7f048392020-09-11 13:01:47 -07001327 * LPFC_FLOGI while waiting for FLOGI cmpl.
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001328 */
James Smart835214f2020-01-27 16:23:03 -08001329 if (vport->port_state != LPFC_FLOGI) {
James Smart7f048392020-09-11 13:01:47 -07001330 /* Issue MBX_READ_SPARAM to update CSPs before FLOGI if
1331 * bb-credit recovery is in place.
1332 */
1333 if (phba->bbcredit_support && phba->cfg_enable_bbcr &&
1334 !(phba->link_flag & LS_LOOPBACK_MODE)) {
1335 sparam_mb = mempool_alloc(phba->mbox_mem_pool,
1336 GFP_KERNEL);
1337 if (!sparam_mb)
1338 goto sparam_out;
1339
1340 rc = lpfc_read_sparam(phba, sparam_mb, 0);
1341 if (rc) {
1342 mempool_free(sparam_mb, phba->mbox_mem_pool);
1343 goto sparam_out;
1344 }
1345 sparam_mb->vport = vport;
1346 sparam_mb->mbox_cmpl = lpfc_mbx_cmpl_read_sparam;
1347 rc = lpfc_sli_issue_mbox(phba, sparam_mb, MBX_NOWAIT);
1348 if (rc == MBX_NOT_FINISHED) {
1349 sparam_mp = (struct lpfc_dmabuf *)
1350 sparam_mb->ctx_buf;
1351 lpfc_mbuf_free(phba, sparam_mp->virt,
1352 sparam_mp->phys);
1353 kfree(sparam_mp);
1354 sparam_mb->ctx_buf = NULL;
1355 mempool_free(sparam_mb, phba->mbox_mem_pool);
1356 goto sparam_out;
1357 }
1358
1359 phba->hba_flag |= HBA_DEFER_FLOGI;
1360 } else {
James Smart835214f2020-01-27 16:23:03 -08001361 lpfc_initial_flogi(vport);
James Smart7f048392020-09-11 13:01:47 -07001362 }
James Smart835214f2020-01-27 16:23:03 -08001363 } else {
1364 if (vport->fc_flag & FC_PT2PT)
1365 lpfc_disc_start(vport);
1366 }
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001367 return;
dea31012005-04-17 16:05:31 -05001368
1369out:
Dick Kennedy372c1872020-06-30 14:50:00 -07001370 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
Dan Carpenter0be31092021-01-25 11:44:34 +03001371 "0306 CONFIG_LINK mbxStatus error x%x HBA state x%x\n",
1372 status, vport->port_state);
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001373
Dan Carpenter0be31092021-01-25 11:44:34 +03001374sparam_out:
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001375 lpfc_linkdown(phba);
1376
Dick Kennedy372c1872020-06-30 14:50:00 -07001377 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04001378 "0200 CONFIG_LINK bad hba state x%x\n",
1379 vport->port_state);
dea31012005-04-17 16:05:31 -05001380
James Smart92d7f7b2007-06-17 19:56:38 -05001381 lpfc_issue_clear_la(phba, vport);
dea31012005-04-17 16:05:31 -05001382 return;
1383}
1384
James Smart7d791df2011-07-22 18:37:52 -04001385/**
1386 * lpfc_sli4_clear_fcf_rr_bmask
Lee Jonese415f2a2020-07-23 13:24:08 +01001387 * @phba: pointer to the struct lpfc_hba for this port.
James Smart7d791df2011-07-22 18:37:52 -04001388 * This fucnction resets the round robin bit mask and clears the
1389 * fcf priority list. The list deletions are done while holding the
1390 * hbalock. The ON_LIST flag and the FLOGI_FAILED flags are cleared
1391 * from the lpfc_fcf_pri record.
1392 **/
1393void
1394lpfc_sli4_clear_fcf_rr_bmask(struct lpfc_hba *phba)
1395{
1396 struct lpfc_fcf_pri *fcf_pri;
1397 struct lpfc_fcf_pri *next_fcf_pri;
1398 memset(phba->fcf.fcf_rr_bmask, 0, sizeof(*phba->fcf.fcf_rr_bmask));
1399 spin_lock_irq(&phba->hbalock);
1400 list_for_each_entry_safe(fcf_pri, next_fcf_pri,
1401 &phba->fcf.fcf_pri_list, list) {
1402 list_del_init(&fcf_pri->list);
1403 fcf_pri->fcf_rec.flag = 0;
1404 }
1405 spin_unlock_irq(&phba->hbalock);
1406}
dea31012005-04-17 16:05:31 -05001407static void
James Smart6fb120a2009-05-22 14:52:59 -04001408lpfc_mbx_cmpl_reg_fcfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
1409{
1410 struct lpfc_vport *vport = mboxq->vport;
James Smart6fb120a2009-05-22 14:52:59 -04001411
1412 if (mboxq->u.mb.mbxStatus) {
Dick Kennedy372c1872020-06-30 14:50:00 -07001413 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
1414 "2017 REG_FCFI mbxStatus error x%x "
1415 "HBA state x%x\n", mboxq->u.mb.mbxStatus,
1416 vport->port_state);
James Smarta93ff372010-10-22 11:06:08 -04001417 goto fail_out;
James Smart6fb120a2009-05-22 14:52:59 -04001418 }
1419
1420 /* Start FCoE discovery by sending a FLOGI. */
1421 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi, &mboxq->u.mqe.un.reg_fcfi);
1422 /* Set the FCFI registered flag */
James Smartd439d282010-09-29 11:18:45 -04001423 spin_lock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001424 phba->fcf.fcf_flag |= FCF_REGISTERED;
James Smartd439d282010-09-29 11:18:45 -04001425 spin_unlock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001426
James Smart32b97932009-07-19 10:01:21 -04001427 /* If there is a pending FCoE event, restart FCF table scan. */
James Smart7d791df2011-07-22 18:37:52 -04001428 if ((!(phba->hba_flag & FCF_RR_INPROG)) &&
1429 lpfc_check_pending_fcoe_event(phba, LPFC_UNREG_FCF))
James Smarta93ff372010-10-22 11:06:08 -04001430 goto fail_out;
1431
1432 /* Mark successful completion of FCF table scan */
James Smartd439d282010-09-29 11:18:45 -04001433 spin_lock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05001434 phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE);
James Smarta93ff372010-10-22 11:06:08 -04001435 phba->hba_flag &= ~FCF_TS_INPROG;
1436 if (vport->port_state != LPFC_FLOGI) {
1437 phba->hba_flag |= FCF_RR_INPROG;
1438 spin_unlock_irq(&phba->hbalock);
James Smart76a95d72010-11-20 23:11:48 -05001439 lpfc_issue_init_vfi(vport);
James Smarta93ff372010-10-22 11:06:08 -04001440 goto out;
1441 }
1442 spin_unlock_irq(&phba->hbalock);
1443 goto out;
James Smart6fb120a2009-05-22 14:52:59 -04001444
James Smarta93ff372010-10-22 11:06:08 -04001445fail_out:
1446 spin_lock_irq(&phba->hbalock);
1447 phba->hba_flag &= ~FCF_RR_INPROG;
1448 spin_unlock_irq(&phba->hbalock);
1449out:
James Smart6fb120a2009-05-22 14:52:59 -04001450 mempool_free(mboxq, phba->mbox_mem_pool);
James Smart6fb120a2009-05-22 14:52:59 -04001451}
1452
1453/**
1454 * lpfc_fab_name_match - Check if the fcf fabric name match.
1455 * @fab_name: pointer to fabric name.
1456 * @new_fcf_record: pointer to fcf record.
1457 *
1458 * This routine compare the fcf record's fabric name with provided
1459 * fabric name. If the fabric name are identical this function
1460 * returns 1 else return 0.
1461 **/
1462static uint32_t
1463lpfc_fab_name_match(uint8_t *fab_name, struct fcf_record *new_fcf_record)
1464{
James Smartecfd03c2010-02-12 14:41:27 -05001465 if (fab_name[0] != bf_get(lpfc_fcf_record_fab_name_0, new_fcf_record))
James Smart6fb120a2009-05-22 14:52:59 -04001466 return 0;
James Smartecfd03c2010-02-12 14:41:27 -05001467 if (fab_name[1] != bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record))
1468 return 0;
1469 if (fab_name[2] != bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record))
1470 return 0;
1471 if (fab_name[3] != bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record))
1472 return 0;
1473 if (fab_name[4] != bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record))
1474 return 0;
1475 if (fab_name[5] != bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record))
1476 return 0;
1477 if (fab_name[6] != bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record))
1478 return 0;
1479 if (fab_name[7] != bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record))
1480 return 0;
1481 return 1;
James Smart6fb120a2009-05-22 14:52:59 -04001482}
1483
1484/**
James Smart8fa38512009-07-19 10:01:03 -04001485 * lpfc_sw_name_match - Check if the fcf switch name match.
Lee Jonese415f2a2020-07-23 13:24:08 +01001486 * @sw_name: pointer to switch name.
James Smart8fa38512009-07-19 10:01:03 -04001487 * @new_fcf_record: pointer to fcf record.
1488 *
1489 * This routine compare the fcf record's switch name with provided
1490 * switch name. If the switch name are identical this function
1491 * returns 1 else return 0.
1492 **/
1493static uint32_t
1494lpfc_sw_name_match(uint8_t *sw_name, struct fcf_record *new_fcf_record)
1495{
James Smartecfd03c2010-02-12 14:41:27 -05001496 if (sw_name[0] != bf_get(lpfc_fcf_record_switch_name_0, new_fcf_record))
James Smart8fa38512009-07-19 10:01:03 -04001497 return 0;
James Smartecfd03c2010-02-12 14:41:27 -05001498 if (sw_name[1] != bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record))
1499 return 0;
1500 if (sw_name[2] != bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record))
1501 return 0;
1502 if (sw_name[3] != bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record))
1503 return 0;
1504 if (sw_name[4] != bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record))
1505 return 0;
1506 if (sw_name[5] != bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record))
1507 return 0;
1508 if (sw_name[6] != bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record))
1509 return 0;
1510 if (sw_name[7] != bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record))
1511 return 0;
1512 return 1;
James Smart8fa38512009-07-19 10:01:03 -04001513}
1514
1515/**
James Smart6fb120a2009-05-22 14:52:59 -04001516 * lpfc_mac_addr_match - Check if the fcf mac address match.
James Smartecfd03c2010-02-12 14:41:27 -05001517 * @mac_addr: pointer to mac address.
James Smart6fb120a2009-05-22 14:52:59 -04001518 * @new_fcf_record: pointer to fcf record.
1519 *
1520 * This routine compare the fcf record's mac address with HBA's
1521 * FCF mac address. If the mac addresses are identical this function
1522 * returns 1 else return 0.
1523 **/
1524static uint32_t
James Smartecfd03c2010-02-12 14:41:27 -05001525lpfc_mac_addr_match(uint8_t *mac_addr, struct fcf_record *new_fcf_record)
James Smart6fb120a2009-05-22 14:52:59 -04001526{
James Smartecfd03c2010-02-12 14:41:27 -05001527 if (mac_addr[0] != bf_get(lpfc_fcf_record_mac_0, new_fcf_record))
James Smart6fb120a2009-05-22 14:52:59 -04001528 return 0;
James Smartecfd03c2010-02-12 14:41:27 -05001529 if (mac_addr[1] != bf_get(lpfc_fcf_record_mac_1, new_fcf_record))
1530 return 0;
1531 if (mac_addr[2] != bf_get(lpfc_fcf_record_mac_2, new_fcf_record))
1532 return 0;
1533 if (mac_addr[3] != bf_get(lpfc_fcf_record_mac_3, new_fcf_record))
1534 return 0;
1535 if (mac_addr[4] != bf_get(lpfc_fcf_record_mac_4, new_fcf_record))
1536 return 0;
1537 if (mac_addr[5] != bf_get(lpfc_fcf_record_mac_5, new_fcf_record))
1538 return 0;
1539 return 1;
1540}
1541
1542static bool
1543lpfc_vlan_id_match(uint16_t curr_vlan_id, uint16_t new_vlan_id)
1544{
1545 return (curr_vlan_id == new_vlan_id);
James Smart6fb120a2009-05-22 14:52:59 -04001546}
1547
1548/**
James Smart7d791df2011-07-22 18:37:52 -04001549 * __lpfc_update_fcf_record_pri - update the lpfc_fcf_pri record.
1550 * @phba: pointer to lpfc hba data structure.
1551 * @fcf_index: Index for the lpfc_fcf_record.
1552 * @new_fcf_record: pointer to hba fcf record.
1553 *
1554 * This routine updates the driver FCF priority record from the new HBA FCF
Dick Kennedy88acb4d2020-05-01 14:43:07 -07001555 * record. The hbalock is asserted held in the code path calling this
1556 * routine.
James Smart7d791df2011-07-22 18:37:52 -04001557 **/
1558static void
1559__lpfc_update_fcf_record_pri(struct lpfc_hba *phba, uint16_t fcf_index,
1560 struct fcf_record *new_fcf_record
1561 )
1562{
1563 struct lpfc_fcf_pri *fcf_pri;
1564
1565 fcf_pri = &phba->fcf.fcf_pri[fcf_index];
1566 fcf_pri->fcf_rec.fcf_index = fcf_index;
1567 /* FCF record priority */
1568 fcf_pri->fcf_rec.priority = new_fcf_record->fip_priority;
1569
1570}
1571
1572/**
James Smart6fb120a2009-05-22 14:52:59 -04001573 * lpfc_copy_fcf_record - Copy fcf information to lpfc_hba.
Lee Jonese415f2a2020-07-23 13:24:08 +01001574 * @fcf_rec: pointer to driver fcf record.
James Smart6fb120a2009-05-22 14:52:59 -04001575 * @new_fcf_record: pointer to fcf record.
1576 *
1577 * This routine copies the FCF information from the FCF
1578 * record to lpfc_hba data structure.
1579 **/
1580static void
James Smartecfd03c2010-02-12 14:41:27 -05001581lpfc_copy_fcf_record(struct lpfc_fcf_rec *fcf_rec,
1582 struct fcf_record *new_fcf_record)
James Smart6fb120a2009-05-22 14:52:59 -04001583{
James Smartecfd03c2010-02-12 14:41:27 -05001584 /* Fabric name */
1585 fcf_rec->fabric_name[0] =
James Smart6fb120a2009-05-22 14:52:59 -04001586 bf_get(lpfc_fcf_record_fab_name_0, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001587 fcf_rec->fabric_name[1] =
James Smart6fb120a2009-05-22 14:52:59 -04001588 bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001589 fcf_rec->fabric_name[2] =
James Smart6fb120a2009-05-22 14:52:59 -04001590 bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001591 fcf_rec->fabric_name[3] =
James Smart6fb120a2009-05-22 14:52:59 -04001592 bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001593 fcf_rec->fabric_name[4] =
James Smart6fb120a2009-05-22 14:52:59 -04001594 bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001595 fcf_rec->fabric_name[5] =
James Smart6fb120a2009-05-22 14:52:59 -04001596 bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001597 fcf_rec->fabric_name[6] =
James Smart6fb120a2009-05-22 14:52:59 -04001598 bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001599 fcf_rec->fabric_name[7] =
James Smart6fb120a2009-05-22 14:52:59 -04001600 bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001601 /* Mac address */
1602 fcf_rec->mac_addr[0] = bf_get(lpfc_fcf_record_mac_0, new_fcf_record);
1603 fcf_rec->mac_addr[1] = bf_get(lpfc_fcf_record_mac_1, new_fcf_record);
1604 fcf_rec->mac_addr[2] = bf_get(lpfc_fcf_record_mac_2, new_fcf_record);
1605 fcf_rec->mac_addr[3] = bf_get(lpfc_fcf_record_mac_3, new_fcf_record);
1606 fcf_rec->mac_addr[4] = bf_get(lpfc_fcf_record_mac_4, new_fcf_record);
1607 fcf_rec->mac_addr[5] = bf_get(lpfc_fcf_record_mac_5, new_fcf_record);
1608 /* FCF record index */
1609 fcf_rec->fcf_indx = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
1610 /* FCF record priority */
1611 fcf_rec->priority = new_fcf_record->fip_priority;
1612 /* Switch name */
1613 fcf_rec->switch_name[0] =
James Smart8fa38512009-07-19 10:01:03 -04001614 bf_get(lpfc_fcf_record_switch_name_0, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001615 fcf_rec->switch_name[1] =
James Smart8fa38512009-07-19 10:01:03 -04001616 bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001617 fcf_rec->switch_name[2] =
James Smart8fa38512009-07-19 10:01:03 -04001618 bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001619 fcf_rec->switch_name[3] =
James Smart8fa38512009-07-19 10:01:03 -04001620 bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001621 fcf_rec->switch_name[4] =
James Smart8fa38512009-07-19 10:01:03 -04001622 bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001623 fcf_rec->switch_name[5] =
James Smart8fa38512009-07-19 10:01:03 -04001624 bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001625 fcf_rec->switch_name[6] =
James Smart8fa38512009-07-19 10:01:03 -04001626 bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001627 fcf_rec->switch_name[7] =
James Smart8fa38512009-07-19 10:01:03 -04001628 bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record);
James Smart6fb120a2009-05-22 14:52:59 -04001629}
1630
1631/**
Lee Jones3884ce12021-03-03 14:46:28 +00001632 * __lpfc_update_fcf_record - Update driver fcf record
James Smartecfd03c2010-02-12 14:41:27 -05001633 * @phba: pointer to lpfc hba data structure.
1634 * @fcf_rec: pointer to driver fcf record.
1635 * @new_fcf_record: pointer to hba fcf record.
1636 * @addr_mode: address mode to be set to the driver fcf record.
1637 * @vlan_id: vlan tag to be set to the driver fcf record.
1638 * @flag: flag bits to be set to the driver fcf record.
1639 *
1640 * This routine updates the driver FCF record from the new HBA FCF record
1641 * together with the address mode, vlan_id, and other informations. This
Dick Kennedy88acb4d2020-05-01 14:43:07 -07001642 * routine is called with the hbalock held.
James Smartecfd03c2010-02-12 14:41:27 -05001643 **/
1644static void
1645__lpfc_update_fcf_record(struct lpfc_hba *phba, struct lpfc_fcf_rec *fcf_rec,
1646 struct fcf_record *new_fcf_record, uint32_t addr_mode,
1647 uint16_t vlan_id, uint32_t flag)
1648{
Johannes Thumshirn1c2ba472016-01-20 16:22:22 +01001649 lockdep_assert_held(&phba->hbalock);
1650
James Smartecfd03c2010-02-12 14:41:27 -05001651 /* Copy the fields from the HBA's FCF record */
1652 lpfc_copy_fcf_record(fcf_rec, new_fcf_record);
1653 /* Update other fields of driver FCF record */
1654 fcf_rec->addr_mode = addr_mode;
1655 fcf_rec->vlan_id = vlan_id;
1656 fcf_rec->flag |= (flag | RECORD_VALID);
James Smart7d791df2011-07-22 18:37:52 -04001657 __lpfc_update_fcf_record_pri(phba,
1658 bf_get(lpfc_fcf_record_fcf_index, new_fcf_record),
1659 new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001660}
1661
1662/**
James Smart6fb120a2009-05-22 14:52:59 -04001663 * lpfc_register_fcf - Register the FCF with hba.
1664 * @phba: pointer to lpfc hba data structure.
1665 *
1666 * This routine issues a register fcfi mailbox command to register
1667 * the fcf with HBA.
1668 **/
1669static void
1670lpfc_register_fcf(struct lpfc_hba *phba)
1671{
1672 LPFC_MBOXQ_t *fcf_mbxq;
1673 int rc;
James Smart6fb120a2009-05-22 14:52:59 -04001674
James Smartd439d282010-09-29 11:18:45 -04001675 spin_lock_irq(&phba->hbalock);
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001676 /* If the FCF is not available do nothing. */
James Smart6fb120a2009-05-22 14:52:59 -04001677 if (!(phba->fcf.fcf_flag & FCF_AVAILABLE)) {
James Smarta93ff372010-10-22 11:06:08 -04001678 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smartd439d282010-09-29 11:18:45 -04001679 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001680 return;
1681 }
1682
1683 /* The FCF is already registered, start discovery */
1684 if (phba->fcf.fcf_flag & FCF_REGISTERED) {
James Smartecfd03c2010-02-12 14:41:27 -05001685 phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE);
James Smarta93ff372010-10-22 11:06:08 -04001686 phba->hba_flag &= ~FCF_TS_INPROG;
James Smarte74c03c2013-04-17 20:15:19 -04001687 if (phba->pport->port_state != LPFC_FLOGI &&
1688 phba->pport->fc_flag & FC_FABRIC) {
James Smarta93ff372010-10-22 11:06:08 -04001689 phba->hba_flag |= FCF_RR_INPROG;
1690 spin_unlock_irq(&phba->hbalock);
James Smartbf086112011-08-21 21:48:13 -04001691 lpfc_initial_flogi(phba->pport);
James Smarta93ff372010-10-22 11:06:08 -04001692 return;
1693 }
1694 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001695 return;
1696 }
James Smartd439d282010-09-29 11:18:45 -04001697 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001698
James Smarta93ff372010-10-22 11:06:08 -04001699 fcf_mbxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
James Smart4d9ab992009-10-02 15:16:39 -04001700 if (!fcf_mbxq) {
James Smartd439d282010-09-29 11:18:45 -04001701 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001702 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smartd439d282010-09-29 11:18:45 -04001703 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001704 return;
James Smart4d9ab992009-10-02 15:16:39 -04001705 }
James Smart6fb120a2009-05-22 14:52:59 -04001706
1707 lpfc_reg_fcfi(phba, fcf_mbxq);
1708 fcf_mbxq->vport = phba->pport;
1709 fcf_mbxq->mbox_cmpl = lpfc_mbx_cmpl_reg_fcfi;
1710 rc = lpfc_sli_issue_mbox(phba, fcf_mbxq, MBX_NOWAIT);
James Smart4d9ab992009-10-02 15:16:39 -04001711 if (rc == MBX_NOT_FINISHED) {
James Smartd439d282010-09-29 11:18:45 -04001712 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001713 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smartd439d282010-09-29 11:18:45 -04001714 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001715 mempool_free(fcf_mbxq, phba->mbox_mem_pool);
James Smart4d9ab992009-10-02 15:16:39 -04001716 }
James Smart6fb120a2009-05-22 14:52:59 -04001717
1718 return;
1719}
1720
1721/**
1722 * lpfc_match_fcf_conn_list - Check if the FCF record can be used for discovery.
1723 * @phba: pointer to lpfc hba data structure.
1724 * @new_fcf_record: pointer to fcf record.
1725 * @boot_flag: Indicates if this record used by boot bios.
1726 * @addr_mode: The address mode to be used by this FCF
James Smartecfd03c2010-02-12 14:41:27 -05001727 * @vlan_id: The vlan id to be used as vlan tagging by this FCF.
James Smart6fb120a2009-05-22 14:52:59 -04001728 *
1729 * This routine compare the fcf record with connect list obtained from the
1730 * config region to decide if this FCF can be used for SAN discovery. It returns
1731 * 1 if this record can be used for SAN discovery else return zero. If this FCF
1732 * record can be used for SAN discovery, the boot_flag will indicate if this FCF
1733 * is used by boot bios and addr_mode will indicate the addressing mode to be
1734 * used for this FCF when the function returns.
1735 * If the FCF record need to be used with a particular vlan id, the vlan is
1736 * set in the vlan_id on return of the function. If not VLAN tagging need to
James Smartdbb6b3a2010-06-08 18:31:37 -04001737 * be used with the FCF vlan_id will be set to LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001738 **/
1739static int
1740lpfc_match_fcf_conn_list(struct lpfc_hba *phba,
1741 struct fcf_record *new_fcf_record,
1742 uint32_t *boot_flag, uint32_t *addr_mode,
1743 uint16_t *vlan_id)
1744{
1745 struct lpfc_fcf_conn_entry *conn_entry;
James Smart4d9ab992009-10-02 15:16:39 -04001746 int i, j, fcf_vlan_id = 0;
1747
1748 /* Find the lowest VLAN id in the FCF record */
1749 for (i = 0; i < 512; i++) {
1750 if (new_fcf_record->vlan_bitmap[i]) {
1751 fcf_vlan_id = i * 8;
1752 j = 0;
1753 while (!((new_fcf_record->vlan_bitmap[i] >> j) & 1)) {
1754 j++;
1755 fcf_vlan_id++;
1756 }
1757 break;
1758 }
1759 }
James Smart6fb120a2009-05-22 14:52:59 -04001760
James Smart26979ce2012-09-29 11:31:55 -04001761 /* FCF not valid/available or solicitation in progress */
James Smart0c287582009-06-10 17:22:56 -04001762 if (!bf_get(lpfc_fcf_record_fcf_avail, new_fcf_record) ||
James Smart26979ce2012-09-29 11:31:55 -04001763 !bf_get(lpfc_fcf_record_fcf_valid, new_fcf_record) ||
1764 bf_get(lpfc_fcf_record_fcf_sol, new_fcf_record))
James Smart0c287582009-06-10 17:22:56 -04001765 return 0;
1766
James Smart45ed1192009-10-02 15:17:02 -04001767 if (!(phba->hba_flag & HBA_FIP_SUPPORT)) {
James Smart6fb120a2009-05-22 14:52:59 -04001768 *boot_flag = 0;
1769 *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov,
1770 new_fcf_record);
1771 if (phba->valid_vlan)
1772 *vlan_id = phba->vlan_id;
1773 else
James Smartdbb6b3a2010-06-08 18:31:37 -04001774 *vlan_id = LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001775 return 1;
1776 }
1777
1778 /*
1779 * If there are no FCF connection table entry, driver connect to all
1780 * FCFs.
1781 */
1782 if (list_empty(&phba->fcf_conn_rec_list)) {
1783 *boot_flag = 0;
1784 *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov,
1785 new_fcf_record);
James Smart0c287582009-06-10 17:22:56 -04001786
1787 /*
1788 * When there are no FCF connect entries, use driver's default
1789 * addressing mode - FPMA.
1790 */
1791 if (*addr_mode & LPFC_FCF_FPMA)
1792 *addr_mode = LPFC_FCF_FPMA;
1793
James Smart4d9ab992009-10-02 15:16:39 -04001794 /* If FCF record report a vlan id use that vlan id */
1795 if (fcf_vlan_id)
1796 *vlan_id = fcf_vlan_id;
1797 else
James Smartdbb6b3a2010-06-08 18:31:37 -04001798 *vlan_id = LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001799 return 1;
1800 }
1801
James Smartecfd03c2010-02-12 14:41:27 -05001802 list_for_each_entry(conn_entry,
1803 &phba->fcf_conn_rec_list, list) {
James Smart6fb120a2009-05-22 14:52:59 -04001804 if (!(conn_entry->conn_rec.flags & FCFCNCT_VALID))
1805 continue;
1806
1807 if ((conn_entry->conn_rec.flags & FCFCNCT_FBNM_VALID) &&
1808 !lpfc_fab_name_match(conn_entry->conn_rec.fabric_name,
James Smart8fa38512009-07-19 10:01:03 -04001809 new_fcf_record))
James Smart6fb120a2009-05-22 14:52:59 -04001810 continue;
James Smart8fa38512009-07-19 10:01:03 -04001811 if ((conn_entry->conn_rec.flags & FCFCNCT_SWNM_VALID) &&
1812 !lpfc_sw_name_match(conn_entry->conn_rec.switch_name,
1813 new_fcf_record))
1814 continue;
James Smart6fb120a2009-05-22 14:52:59 -04001815 if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID) {
1816 /*
1817 * If the vlan bit map does not have the bit set for the
1818 * vlan id to be used, then it is not a match.
1819 */
1820 if (!(new_fcf_record->vlan_bitmap
1821 [conn_entry->conn_rec.vlan_tag / 8] &
1822 (1 << (conn_entry->conn_rec.vlan_tag % 8))))
1823 continue;
1824 }
1825
1826 /*
James Smart0c287582009-06-10 17:22:56 -04001827 * If connection record does not support any addressing mode,
1828 * skip the FCF record.
1829 */
1830 if (!(bf_get(lpfc_fcf_record_mac_addr_prov, new_fcf_record)
1831 & (LPFC_FCF_FPMA | LPFC_FCF_SPMA)))
1832 continue;
1833
1834 /*
James Smart6fb120a2009-05-22 14:52:59 -04001835 * Check if the connection record specifies a required
1836 * addressing mode.
1837 */
1838 if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1839 !(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED)) {
1840
1841 /*
1842 * If SPMA required but FCF not support this continue.
1843 */
1844 if ((conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1845 !(bf_get(lpfc_fcf_record_mac_addr_prov,
1846 new_fcf_record) & LPFC_FCF_SPMA))
1847 continue;
1848
1849 /*
1850 * If FPMA required but FCF not support this continue.
1851 */
1852 if (!(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1853 !(bf_get(lpfc_fcf_record_mac_addr_prov,
1854 new_fcf_record) & LPFC_FCF_FPMA))
1855 continue;
1856 }
1857
1858 /*
1859 * This fcf record matches filtering criteria.
1860 */
1861 if (conn_entry->conn_rec.flags & FCFCNCT_BOOT)
1862 *boot_flag = 1;
1863 else
1864 *boot_flag = 0;
1865
James Smart0c287582009-06-10 17:22:56 -04001866 /*
1867 * If user did not specify any addressing mode, or if the
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001868 * preferred addressing mode specified by user is not supported
James Smart0c287582009-06-10 17:22:56 -04001869 * by FCF, allow fabric to pick the addressing mode.
1870 */
James Smart6fb120a2009-05-22 14:52:59 -04001871 *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov,
1872 new_fcf_record);
1873 /*
1874 * If the user specified a required address mode, assign that
1875 * address mode
1876 */
1877 if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1878 (!(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED)))
1879 *addr_mode = (conn_entry->conn_rec.flags &
1880 FCFCNCT_AM_SPMA) ?
1881 LPFC_FCF_SPMA : LPFC_FCF_FPMA;
1882 /*
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001883 * If the user specified a preferred address mode, use the
James Smart6fb120a2009-05-22 14:52:59 -04001884 * addr mode only if FCF support the addr_mode.
1885 */
1886 else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1887 (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) &&
1888 (conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1889 (*addr_mode & LPFC_FCF_SPMA))
1890 *addr_mode = LPFC_FCF_SPMA;
1891 else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1892 (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) &&
1893 !(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1894 (*addr_mode & LPFC_FCF_FPMA))
1895 *addr_mode = LPFC_FCF_FPMA;
James Smart6fb120a2009-05-22 14:52:59 -04001896
James Smart4d9ab992009-10-02 15:16:39 -04001897 /* If matching connect list has a vlan id, use it */
James Smart6fb120a2009-05-22 14:52:59 -04001898 if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID)
1899 *vlan_id = conn_entry->conn_rec.vlan_tag;
James Smart4d9ab992009-10-02 15:16:39 -04001900 /*
1901 * If no vlan id is specified in connect list, use the vlan id
1902 * in the FCF record
1903 */
1904 else if (fcf_vlan_id)
1905 *vlan_id = fcf_vlan_id;
James Smart6fb120a2009-05-22 14:52:59 -04001906 else
James Smartdbb6b3a2010-06-08 18:31:37 -04001907 *vlan_id = LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001908
1909 return 1;
1910 }
1911
1912 return 0;
1913}
1914
1915/**
James Smart32b97932009-07-19 10:01:21 -04001916 * lpfc_check_pending_fcoe_event - Check if there is pending fcoe event.
1917 * @phba: pointer to lpfc hba data structure.
1918 * @unreg_fcf: Unregister FCF if FCF table need to be re-scaned.
1919 *
1920 * This function check if there is any fcoe event pending while driver
1921 * scan FCF entries. If there is any pending event, it will restart the
1922 * FCF saning and return 1 else return 0.
1923 */
1924int
1925lpfc_check_pending_fcoe_event(struct lpfc_hba *phba, uint8_t unreg_fcf)
1926{
James Smart32b97932009-07-19 10:01:21 -04001927 /*
1928 * If the Link is up and no FCoE events while in the
1929 * FCF discovery, no need to restart FCF discovery.
1930 */
1931 if ((phba->link_state >= LPFC_LINK_UP) &&
James Smarta93ff372010-10-22 11:06:08 -04001932 (phba->fcoe_eventtag == phba->fcoe_eventtag_at_fcf_scan))
James Smart32b97932009-07-19 10:01:21 -04001933 return 0;
1934
James Smart0c9ab6f2010-02-26 14:15:57 -05001935 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1936 "2768 Pending link or FCF event during current "
1937 "handling of the previous event: link_state:x%x, "
1938 "evt_tag_at_scan:x%x, evt_tag_current:x%x\n",
1939 phba->link_state, phba->fcoe_eventtag_at_fcf_scan,
1940 phba->fcoe_eventtag);
1941
James Smart32b97932009-07-19 10:01:21 -04001942 spin_lock_irq(&phba->hbalock);
1943 phba->fcf.fcf_flag &= ~FCF_AVAILABLE;
1944 spin_unlock_irq(&phba->hbalock);
1945
James Smart0c9ab6f2010-02-26 14:15:57 -05001946 if (phba->link_state >= LPFC_LINK_UP) {
1947 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
1948 "2780 Restart FCF table scan due to "
1949 "pending FCF event:evt_tag_at_scan:x%x, "
1950 "evt_tag_current:x%x\n",
1951 phba->fcoe_eventtag_at_fcf_scan,
1952 phba->fcoe_eventtag);
1953 lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST);
1954 } else {
James Smart4d9ab992009-10-02 15:16:39 -04001955 /*
James Smarta93ff372010-10-22 11:06:08 -04001956 * Do not continue FCF discovery and clear FCF_TS_INPROG
James Smart4d9ab992009-10-02 15:16:39 -04001957 * flag
1958 */
James Smartdbb6b3a2010-06-08 18:31:37 -04001959 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
1960 "2833 Stop FCF discovery process due to link "
1961 "state change (x%x)\n", phba->link_state);
James Smart1c6f4ef52009-11-18 15:40:49 -05001962 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001963 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smart0c9ab6f2010-02-26 14:15:57 -05001964 phba->fcf.fcf_flag &= ~(FCF_REDISC_FOV | FCF_DISCOVERY);
James Smart1c6f4ef52009-11-18 15:40:49 -05001965 spin_unlock_irq(&phba->hbalock);
1966 }
James Smart32b97932009-07-19 10:01:21 -04001967
James Smart0c9ab6f2010-02-26 14:15:57 -05001968 /* Unregister the currently registered FCF if required */
James Smart32b97932009-07-19 10:01:21 -04001969 if (unreg_fcf) {
1970 spin_lock_irq(&phba->hbalock);
1971 phba->fcf.fcf_flag &= ~FCF_REGISTERED;
1972 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05001973 lpfc_sli4_unregister_fcf(phba);
James Smart32b97932009-07-19 10:01:21 -04001974 }
James Smart32b97932009-07-19 10:01:21 -04001975 return 1;
1976}
1977
1978/**
James Smart999d8132010-03-15 11:24:56 -04001979 * lpfc_sli4_new_fcf_random_select - Randomly select an eligible new fcf record
1980 * @phba: pointer to lpfc hba data structure.
1981 * @fcf_cnt: number of eligible fcf record seen so far.
1982 *
1983 * This function makes an running random selection decision on FCF record to
1984 * use through a sequence of @fcf_cnt eligible FCF records with equal
1985 * probability. To perform integer manunipulation of random numbers with
1986 * size unit32_t, the lower 16 bits of the 32-bit random number returned
Akinobu Mita3b60a642013-04-29 16:21:35 -07001987 * from prandom_u32() are taken as the random random number generated.
James Smart999d8132010-03-15 11:24:56 -04001988 *
1989 * Returns true when outcome is for the newly read FCF record should be
1990 * chosen; otherwise, return false when outcome is for keeping the previously
1991 * chosen FCF record.
1992 **/
1993static bool
1994lpfc_sli4_new_fcf_random_select(struct lpfc_hba *phba, uint32_t fcf_cnt)
1995{
1996 uint32_t rand_num;
1997
1998 /* Get 16-bit uniform random number */
Akinobu Mita3b60a642013-04-29 16:21:35 -07001999 rand_num = 0xFFFF & prandom_u32();
James Smart999d8132010-03-15 11:24:56 -04002000
2001 /* Decision with probability 1/fcf_cnt */
2002 if ((fcf_cnt * rand_num) < 0xFFFF)
2003 return true;
2004 else
2005 return false;
2006}
2007
2008/**
James Smart3804dc82010-07-14 15:31:37 -04002009 * lpfc_sli4_fcf_rec_mbox_parse - Parse read_fcf mbox command.
James Smart6fb120a2009-05-22 14:52:59 -04002010 * @phba: pointer to lpfc hba data structure.
2011 * @mboxq: pointer to mailbox object.
James Smart0c9ab6f2010-02-26 14:15:57 -05002012 * @next_fcf_index: pointer to holder of next fcf index.
James Smart6fb120a2009-05-22 14:52:59 -04002013 *
James Smart0c9ab6f2010-02-26 14:15:57 -05002014 * This routine parses the non-embedded fcf mailbox command by performing the
2015 * necessarily error checking, non-embedded read FCF record mailbox command
2016 * SGE parsing, and endianness swapping.
2017 *
2018 * Returns the pointer to the new FCF record in the non-embedded mailbox
2019 * command DMA memory if successfully, other NULL.
James Smart6fb120a2009-05-22 14:52:59 -04002020 */
James Smart0c9ab6f2010-02-26 14:15:57 -05002021static struct fcf_record *
2022lpfc_sli4_fcf_rec_mbox_parse(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq,
2023 uint16_t *next_fcf_index)
James Smart6fb120a2009-05-22 14:52:59 -04002024{
2025 void *virt_addr;
James Smart6fb120a2009-05-22 14:52:59 -04002026 struct lpfc_mbx_sge sge;
2027 struct lpfc_mbx_read_fcf_tbl *read_fcf;
James Smartf818ea72015-05-21 13:55:29 -04002028 uint32_t shdr_status, shdr_add_status, if_type;
James Smart6fb120a2009-05-22 14:52:59 -04002029 union lpfc_sli4_cfg_shdr *shdr;
2030 struct fcf_record *new_fcf_record;
James Smart32b97932009-07-19 10:01:21 -04002031
James Smart6fb120a2009-05-22 14:52:59 -04002032 /* Get the first SGE entry from the non-embedded DMA memory. This
2033 * routine only uses a single SGE.
2034 */
2035 lpfc_sli4_mbx_sge_get(mboxq, 0, &sge);
James Smart6fb120a2009-05-22 14:52:59 -04002036 if (unlikely(!mboxq->sge_array)) {
Dick Kennedy372c1872020-06-30 14:50:00 -07002037 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
James Smart6fb120a2009-05-22 14:52:59 -04002038 "2524 Failed to get the non-embedded SGE "
2039 "virtual address\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05002040 return NULL;
James Smart6fb120a2009-05-22 14:52:59 -04002041 }
2042 virt_addr = mboxq->sge_array->addr[0];
2043
2044 shdr = (union lpfc_sli4_cfg_shdr *)virt_addr;
James Smart25626692013-03-01 16:36:54 -05002045 lpfc_sli_pcimem_bcopy(shdr, shdr,
2046 sizeof(union lpfc_sli4_cfg_shdr));
James Smart6fb120a2009-05-22 14:52:59 -04002047 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
James Smartf818ea72015-05-21 13:55:29 -04002048 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
James Smart0c9ab6f2010-02-26 14:15:57 -05002049 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
James Smart6fb120a2009-05-22 14:52:59 -04002050 if (shdr_status || shdr_add_status) {
James Smartf818ea72015-05-21 13:55:29 -04002051 if (shdr_status == STATUS_FCF_TABLE_EMPTY ||
2052 if_type == LPFC_SLI_INTF_IF_TYPE_2)
Dick Kennedy372c1872020-06-30 14:50:00 -07002053 lpfc_printf_log(phba, KERN_ERR,
2054 LOG_TRACE_EVENT,
James Smartdef9c7a2009-12-21 17:02:28 -05002055 "2726 READ_FCF_RECORD Indicates empty "
2056 "FCF table.\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05002057 else
Dick Kennedy372c1872020-06-30 14:50:00 -07002058 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
James Smartdef9c7a2009-12-21 17:02:28 -05002059 "2521 READ_FCF_RECORD mailbox failed "
James Smart0c9ab6f2010-02-26 14:15:57 -05002060 "with status x%x add_status x%x, "
2061 "mbx\n", shdr_status, shdr_add_status);
2062 return NULL;
James Smart6fb120a2009-05-22 14:52:59 -04002063 }
James Smart0c9ab6f2010-02-26 14:15:57 -05002064
2065 /* Interpreting the returned information of the FCF record */
James Smart6fb120a2009-05-22 14:52:59 -04002066 read_fcf = (struct lpfc_mbx_read_fcf_tbl *)virt_addr;
2067 lpfc_sli_pcimem_bcopy(read_fcf, read_fcf,
2068 sizeof(struct lpfc_mbx_read_fcf_tbl));
James Smart0c9ab6f2010-02-26 14:15:57 -05002069 *next_fcf_index = bf_get(lpfc_mbx_read_fcf_tbl_nxt_vindx, read_fcf);
James Smart6fb120a2009-05-22 14:52:59 -04002070 new_fcf_record = (struct fcf_record *)(virt_addr +
2071 sizeof(struct lpfc_mbx_read_fcf_tbl));
2072 lpfc_sli_pcimem_bcopy(new_fcf_record, new_fcf_record,
James Smartcb5172e2010-03-15 11:25:07 -04002073 offsetof(struct fcf_record, vlan_bitmap));
2074 new_fcf_record->word137 = le32_to_cpu(new_fcf_record->word137);
2075 new_fcf_record->word138 = le32_to_cpu(new_fcf_record->word138);
James Smart6fb120a2009-05-22 14:52:59 -04002076
James Smart0c9ab6f2010-02-26 14:15:57 -05002077 return new_fcf_record;
2078}
2079
2080/**
2081 * lpfc_sli4_log_fcf_record_info - Log the information of a fcf record
2082 * @phba: pointer to lpfc hba data structure.
2083 * @fcf_record: pointer to the fcf record.
2084 * @vlan_id: the lowest vlan identifier associated to this fcf record.
2085 * @next_fcf_index: the index to the next fcf record in hba's fcf table.
2086 *
2087 * This routine logs the detailed FCF record if the LOG_FIP loggin is
2088 * enabled.
2089 **/
2090static void
2091lpfc_sli4_log_fcf_record_info(struct lpfc_hba *phba,
2092 struct fcf_record *fcf_record,
2093 uint16_t vlan_id,
2094 uint16_t next_fcf_index)
2095{
2096 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2097 "2764 READ_FCF_RECORD:\n"
2098 "\tFCF_Index : x%x\n"
2099 "\tFCF_Avail : x%x\n"
2100 "\tFCF_Valid : x%x\n"
James Smart26979ce2012-09-29 11:31:55 -04002101 "\tFCF_SOL : x%x\n"
James Smart0c9ab6f2010-02-26 14:15:57 -05002102 "\tFIP_Priority : x%x\n"
2103 "\tMAC_Provider : x%x\n"
2104 "\tLowest VLANID : x%x\n"
2105 "\tFCF_MAC Addr : x%x:%x:%x:%x:%x:%x\n"
2106 "\tFabric_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n"
2107 "\tSwitch_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n"
2108 "\tNext_FCF_Index: x%x\n",
2109 bf_get(lpfc_fcf_record_fcf_index, fcf_record),
2110 bf_get(lpfc_fcf_record_fcf_avail, fcf_record),
2111 bf_get(lpfc_fcf_record_fcf_valid, fcf_record),
James Smart26979ce2012-09-29 11:31:55 -04002112 bf_get(lpfc_fcf_record_fcf_sol, fcf_record),
James Smart0c9ab6f2010-02-26 14:15:57 -05002113 fcf_record->fip_priority,
2114 bf_get(lpfc_fcf_record_mac_addr_prov, fcf_record),
2115 vlan_id,
2116 bf_get(lpfc_fcf_record_mac_0, fcf_record),
2117 bf_get(lpfc_fcf_record_mac_1, fcf_record),
2118 bf_get(lpfc_fcf_record_mac_2, fcf_record),
2119 bf_get(lpfc_fcf_record_mac_3, fcf_record),
2120 bf_get(lpfc_fcf_record_mac_4, fcf_record),
2121 bf_get(lpfc_fcf_record_mac_5, fcf_record),
2122 bf_get(lpfc_fcf_record_fab_name_0, fcf_record),
2123 bf_get(lpfc_fcf_record_fab_name_1, fcf_record),
2124 bf_get(lpfc_fcf_record_fab_name_2, fcf_record),
2125 bf_get(lpfc_fcf_record_fab_name_3, fcf_record),
2126 bf_get(lpfc_fcf_record_fab_name_4, fcf_record),
2127 bf_get(lpfc_fcf_record_fab_name_5, fcf_record),
2128 bf_get(lpfc_fcf_record_fab_name_6, fcf_record),
2129 bf_get(lpfc_fcf_record_fab_name_7, fcf_record),
2130 bf_get(lpfc_fcf_record_switch_name_0, fcf_record),
2131 bf_get(lpfc_fcf_record_switch_name_1, fcf_record),
2132 bf_get(lpfc_fcf_record_switch_name_2, fcf_record),
2133 bf_get(lpfc_fcf_record_switch_name_3, fcf_record),
2134 bf_get(lpfc_fcf_record_switch_name_4, fcf_record),
2135 bf_get(lpfc_fcf_record_switch_name_5, fcf_record),
2136 bf_get(lpfc_fcf_record_switch_name_6, fcf_record),
2137 bf_get(lpfc_fcf_record_switch_name_7, fcf_record),
2138 next_fcf_index);
2139}
2140
2141/**
Lee Jonese415f2a2020-07-23 13:24:08 +01002142 * lpfc_sli4_fcf_record_match - testing new FCF record for matching existing FCF
James Smartdbb6b3a2010-06-08 18:31:37 -04002143 * @phba: pointer to lpfc hba data structure.
2144 * @fcf_rec: pointer to an existing FCF record.
2145 * @new_fcf_record: pointer to a new FCF record.
2146 * @new_vlan_id: vlan id from the new FCF record.
2147 *
2148 * This function performs matching test of a new FCF record against an existing
2149 * FCF record. If the new_vlan_id passed in is LPFC_FCOE_IGNORE_VID, vlan id
2150 * will not be used as part of the FCF record matching criteria.
2151 *
2152 * Returns true if all the fields matching, otherwise returns false.
2153 */
2154static bool
2155lpfc_sli4_fcf_record_match(struct lpfc_hba *phba,
2156 struct lpfc_fcf_rec *fcf_rec,
2157 struct fcf_record *new_fcf_record,
2158 uint16_t new_vlan_id)
2159{
2160 if (new_vlan_id != LPFC_FCOE_IGNORE_VID)
2161 if (!lpfc_vlan_id_match(fcf_rec->vlan_id, new_vlan_id))
2162 return false;
2163 if (!lpfc_mac_addr_match(fcf_rec->mac_addr, new_fcf_record))
2164 return false;
2165 if (!lpfc_sw_name_match(fcf_rec->switch_name, new_fcf_record))
2166 return false;
2167 if (!lpfc_fab_name_match(fcf_rec->fabric_name, new_fcf_record))
2168 return false;
James Smart7d791df2011-07-22 18:37:52 -04002169 if (fcf_rec->priority != new_fcf_record->fip_priority)
2170 return false;
James Smartdbb6b3a2010-06-08 18:31:37 -04002171 return true;
2172}
2173
2174/**
James Smarta93ff372010-10-22 11:06:08 -04002175 * lpfc_sli4_fcf_rr_next_proc - processing next roundrobin fcf
2176 * @vport: Pointer to vport object.
2177 * @fcf_index: index to next fcf.
2178 *
2179 * This function processing the roundrobin fcf failover to next fcf index.
2180 * When this function is invoked, there will be a current fcf registered
2181 * for flogi.
2182 * Return: 0 for continue retrying flogi on currently registered fcf;
2183 * 1 for stop flogi on currently registered fcf;
2184 */
2185int lpfc_sli4_fcf_rr_next_proc(struct lpfc_vport *vport, uint16_t fcf_index)
2186{
2187 struct lpfc_hba *phba = vport->phba;
2188 int rc;
2189
2190 if (fcf_index == LPFC_FCOE_FCF_NEXT_NONE) {
2191 spin_lock_irq(&phba->hbalock);
2192 if (phba->hba_flag & HBA_DEVLOSS_TMO) {
2193 spin_unlock_irq(&phba->hbalock);
2194 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2195 "2872 Devloss tmo with no eligible "
2196 "FCF, unregister in-use FCF (x%x) "
2197 "and rescan FCF table\n",
2198 phba->fcf.current_rec.fcf_indx);
2199 lpfc_unregister_fcf_rescan(phba);
2200 goto stop_flogi_current_fcf;
2201 }
2202 /* Mark the end to FLOGI roundrobin failover */
2203 phba->hba_flag &= ~FCF_RR_INPROG;
2204 /* Allow action to new fcf asynchronous event */
2205 phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE);
2206 spin_unlock_irq(&phba->hbalock);
2207 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2208 "2865 No FCF available, stop roundrobin FCF "
2209 "failover and change port state:x%x/x%x\n",
2210 phba->pport->port_state, LPFC_VPORT_UNKNOWN);
2211 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
James Smart036cad12018-10-23 13:41:06 -07002212
2213 if (!phba->fcf.fcf_redisc_attempted) {
2214 lpfc_unregister_fcf(phba);
2215
2216 rc = lpfc_sli4_redisc_fcf_table(phba);
2217 if (!rc) {
2218 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2219 "3195 Rediscover FCF table\n");
2220 phba->fcf.fcf_redisc_attempted = 1;
2221 lpfc_sli4_clear_fcf_rr_bmask(phba);
2222 } else {
2223 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
2224 "3196 Rediscover FCF table "
2225 "failed. Status:x%x\n", rc);
2226 }
2227 } else {
2228 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
2229 "3197 Already rediscover FCF table "
2230 "attempted. No more retry\n");
2231 }
James Smarta93ff372010-10-22 11:06:08 -04002232 goto stop_flogi_current_fcf;
2233 } else {
2234 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_ELS,
2235 "2794 Try FLOGI roundrobin FCF failover to "
2236 "(x%x)\n", fcf_index);
2237 rc = lpfc_sli4_fcf_rr_read_fcf_rec(phba, fcf_index);
2238 if (rc)
2239 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP | LOG_ELS,
2240 "2761 FLOGI roundrobin FCF failover "
2241 "failed (rc:x%x) to read FCF (x%x)\n",
2242 rc, phba->fcf.current_rec.fcf_indx);
2243 else
2244 goto stop_flogi_current_fcf;
2245 }
2246 return 0;
2247
2248stop_flogi_current_fcf:
2249 lpfc_can_disctmo(vport);
2250 return 1;
2251}
2252
2253/**
James Smart7d791df2011-07-22 18:37:52 -04002254 * lpfc_sli4_fcf_pri_list_del
2255 * @phba: pointer to lpfc hba data structure.
Lee Jonese415f2a2020-07-23 13:24:08 +01002256 * @fcf_index: the index of the fcf record to delete
James Smart7d791df2011-07-22 18:37:52 -04002257 * This routine checks the on list flag of the fcf_index to be deleted.
2258 * If it is one the list then it is removed from the list, and the flag
2259 * is cleared. This routine grab the hbalock before removing the fcf
2260 * record from the list.
2261 **/
2262static void lpfc_sli4_fcf_pri_list_del(struct lpfc_hba *phba,
2263 uint16_t fcf_index)
2264{
2265 struct lpfc_fcf_pri *new_fcf_pri;
2266
2267 new_fcf_pri = &phba->fcf.fcf_pri[fcf_index];
2268 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2269 "3058 deleting idx x%x pri x%x flg x%x\n",
2270 fcf_index, new_fcf_pri->fcf_rec.priority,
2271 new_fcf_pri->fcf_rec.flag);
2272 spin_lock_irq(&phba->hbalock);
2273 if (new_fcf_pri->fcf_rec.flag & LPFC_FCF_ON_PRI_LIST) {
2274 if (phba->fcf.current_rec.priority ==
2275 new_fcf_pri->fcf_rec.priority)
2276 phba->fcf.eligible_fcf_cnt--;
2277 list_del_init(&new_fcf_pri->list);
2278 new_fcf_pri->fcf_rec.flag &= ~LPFC_FCF_ON_PRI_LIST;
2279 }
2280 spin_unlock_irq(&phba->hbalock);
2281}
2282
2283/**
2284 * lpfc_sli4_set_fcf_flogi_fail
2285 * @phba: pointer to lpfc hba data structure.
Lee Jonese415f2a2020-07-23 13:24:08 +01002286 * @fcf_index: the index of the fcf record to update
James Smart7d791df2011-07-22 18:37:52 -04002287 * This routine acquires the hbalock and then set the LPFC_FCF_FLOGI_FAILED
2288 * flag so the the round robin slection for the particular priority level
2289 * will try a different fcf record that does not have this bit set.
2290 * If the fcf record is re-read for any reason this flag is cleared brfore
2291 * adding it to the priority list.
2292 **/
2293void
2294lpfc_sli4_set_fcf_flogi_fail(struct lpfc_hba *phba, uint16_t fcf_index)
2295{
2296 struct lpfc_fcf_pri *new_fcf_pri;
2297 new_fcf_pri = &phba->fcf.fcf_pri[fcf_index];
2298 spin_lock_irq(&phba->hbalock);
2299 new_fcf_pri->fcf_rec.flag |= LPFC_FCF_FLOGI_FAILED;
2300 spin_unlock_irq(&phba->hbalock);
2301}
2302
2303/**
2304 * lpfc_sli4_fcf_pri_list_add
2305 * @phba: pointer to lpfc hba data structure.
Lee Jonese415f2a2020-07-23 13:24:08 +01002306 * @fcf_index: the index of the fcf record to add
2307 * @new_fcf_record: pointer to a new FCF record.
James Smart7d791df2011-07-22 18:37:52 -04002308 * This routine checks the priority of the fcf_index to be added.
2309 * If it is a lower priority than the current head of the fcf_pri list
2310 * then it is added to the list in the right order.
2311 * If it is the same priority as the current head of the list then it
2312 * is added to the head of the list and its bit in the rr_bmask is set.
2313 * If the fcf_index to be added is of a higher priority than the current
2314 * head of the list then the rr_bmask is cleared, its bit is set in the
2315 * rr_bmask and it is added to the head of the list.
2316 * returns:
2317 * 0=success 1=failure
2318 **/
Rashika Kheriab86a6752014-09-03 12:55:17 -04002319static int lpfc_sli4_fcf_pri_list_add(struct lpfc_hba *phba,
2320 uint16_t fcf_index,
James Smart7d791df2011-07-22 18:37:52 -04002321 struct fcf_record *new_fcf_record)
2322{
2323 uint16_t current_fcf_pri;
2324 uint16_t last_index;
2325 struct lpfc_fcf_pri *fcf_pri;
2326 struct lpfc_fcf_pri *next_fcf_pri;
2327 struct lpfc_fcf_pri *new_fcf_pri;
2328 int ret;
2329
2330 new_fcf_pri = &phba->fcf.fcf_pri[fcf_index];
2331 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2332 "3059 adding idx x%x pri x%x flg x%x\n",
2333 fcf_index, new_fcf_record->fip_priority,
2334 new_fcf_pri->fcf_rec.flag);
2335 spin_lock_irq(&phba->hbalock);
2336 if (new_fcf_pri->fcf_rec.flag & LPFC_FCF_ON_PRI_LIST)
2337 list_del_init(&new_fcf_pri->list);
2338 new_fcf_pri->fcf_rec.fcf_index = fcf_index;
2339 new_fcf_pri->fcf_rec.priority = new_fcf_record->fip_priority;
2340 if (list_empty(&phba->fcf.fcf_pri_list)) {
2341 list_add(&new_fcf_pri->list, &phba->fcf.fcf_pri_list);
2342 ret = lpfc_sli4_fcf_rr_index_set(phba,
2343 new_fcf_pri->fcf_rec.fcf_index);
2344 goto out;
2345 }
2346
2347 last_index = find_first_bit(phba->fcf.fcf_rr_bmask,
2348 LPFC_SLI4_FCF_TBL_INDX_MAX);
2349 if (last_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
2350 ret = 0; /* Empty rr list */
2351 goto out;
2352 }
2353 current_fcf_pri = phba->fcf.fcf_pri[last_index].fcf_rec.priority;
2354 if (new_fcf_pri->fcf_rec.priority <= current_fcf_pri) {
2355 list_add(&new_fcf_pri->list, &phba->fcf.fcf_pri_list);
2356 if (new_fcf_pri->fcf_rec.priority < current_fcf_pri) {
2357 memset(phba->fcf.fcf_rr_bmask, 0,
2358 sizeof(*phba->fcf.fcf_rr_bmask));
2359 /* fcfs_at_this_priority_level = 1; */
2360 phba->fcf.eligible_fcf_cnt = 1;
2361 } else
2362 /* fcfs_at_this_priority_level++; */
2363 phba->fcf.eligible_fcf_cnt++;
2364 ret = lpfc_sli4_fcf_rr_index_set(phba,
2365 new_fcf_pri->fcf_rec.fcf_index);
2366 goto out;
2367 }
2368
2369 list_for_each_entry_safe(fcf_pri, next_fcf_pri,
2370 &phba->fcf.fcf_pri_list, list) {
2371 if (new_fcf_pri->fcf_rec.priority <=
2372 fcf_pri->fcf_rec.priority) {
2373 if (fcf_pri->list.prev == &phba->fcf.fcf_pri_list)
2374 list_add(&new_fcf_pri->list,
2375 &phba->fcf.fcf_pri_list);
2376 else
2377 list_add(&new_fcf_pri->list,
2378 &((struct lpfc_fcf_pri *)
2379 fcf_pri->list.prev)->list);
2380 ret = 0;
2381 goto out;
2382 } else if (fcf_pri->list.next == &phba->fcf.fcf_pri_list
2383 || new_fcf_pri->fcf_rec.priority <
2384 next_fcf_pri->fcf_rec.priority) {
2385 list_add(&new_fcf_pri->list, &fcf_pri->list);
2386 ret = 0;
2387 goto out;
2388 }
2389 if (new_fcf_pri->fcf_rec.priority > fcf_pri->fcf_rec.priority)
2390 continue;
2391
2392 }
2393 ret = 1;
2394out:
2395 /* we use = instead of |= to clear the FLOGI_FAILED flag. */
2396 new_fcf_pri->fcf_rec.flag = LPFC_FCF_ON_PRI_LIST;
2397 spin_unlock_irq(&phba->hbalock);
2398 return ret;
2399}
2400
2401/**
James Smart0c9ab6f2010-02-26 14:15:57 -05002402 * lpfc_mbx_cmpl_fcf_scan_read_fcf_rec - fcf scan read_fcf mbox cmpl handler.
2403 * @phba: pointer to lpfc hba data structure.
2404 * @mboxq: pointer to mailbox object.
2405 *
2406 * This function iterates through all the fcf records available in
2407 * HBA and chooses the optimal FCF record for discovery. After finding
2408 * the FCF for discovery it registers the FCF record and kicks start
2409 * discovery.
2410 * If FCF_IN_USE flag is set in currently used FCF, the routine tries to
2411 * use an FCF record which matches fabric name and mac address of the
2412 * currently used FCF record.
2413 * If the driver supports only one FCF, it will try to use the FCF record
2414 * used by BOOT_BIOS.
2415 */
2416void
2417lpfc_mbx_cmpl_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2418{
2419 struct fcf_record *new_fcf_record;
2420 uint32_t boot_flag, addr_mode;
2421 uint16_t fcf_index, next_fcf_index;
2422 struct lpfc_fcf_rec *fcf_rec = NULL;
James Smart2ade92a2017-03-04 09:30:38 -08002423 uint16_t vlan_id = LPFC_FCOE_NULL_VID;
James Smart999d8132010-03-15 11:24:56 -04002424 bool select_new_fcf;
James Smart0c9ab6f2010-02-26 14:15:57 -05002425 int rc;
2426
2427 /* If there is pending FCoE event restart FCF table scan */
James Smarta93ff372010-10-22 11:06:08 -04002428 if (lpfc_check_pending_fcoe_event(phba, LPFC_SKIP_UNREG_FCF)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002429 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2430 return;
2431 }
2432
2433 /* Parse the FCF record from the non-embedded mailbox command */
2434 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
2435 &next_fcf_index);
2436 if (!new_fcf_record) {
Dick Kennedy372c1872020-06-30 14:50:00 -07002437 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
James Smart0c9ab6f2010-02-26 14:15:57 -05002438 "2765 Mailbox command READ_FCF_RECORD "
2439 "failed to retrieve a FCF record.\n");
2440 /* Let next new FCF event trigger fast failover */
2441 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002442 phba->hba_flag &= ~FCF_TS_INPROG;
James Smart0c9ab6f2010-02-26 14:15:57 -05002443 spin_unlock_irq(&phba->hbalock);
2444 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2445 return;
2446 }
2447
2448 /* Check the FCF record against the connection list */
James Smartecfd03c2010-02-12 14:41:27 -05002449 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2450 &addr_mode, &vlan_id);
James Smart0c9ab6f2010-02-26 14:15:57 -05002451
2452 /* Log the FCF record information if turned on */
2453 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2454 next_fcf_index);
2455
James Smart6fb120a2009-05-22 14:52:59 -04002456 /*
2457 * If the fcf record does not match with connect list entries
James Smart0c9ab6f2010-02-26 14:15:57 -05002458 * read the next entry; otherwise, this is an eligible FCF
James Smarta93ff372010-10-22 11:06:08 -04002459 * record for roundrobin FCF failover.
James Smart6fb120a2009-05-22 14:52:59 -04002460 */
James Smart0c9ab6f2010-02-26 14:15:57 -05002461 if (!rc) {
James Smart7d791df2011-07-22 18:37:52 -04002462 lpfc_sli4_fcf_pri_list_del(phba,
2463 bf_get(lpfc_fcf_record_fcf_index,
2464 new_fcf_record));
James Smart0c9ab6f2010-02-26 14:15:57 -05002465 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002466 "2781 FCF (x%x) failed connection "
James Smart26979ce2012-09-29 11:31:55 -04002467 "list check: (x%x/x%x/%x)\n",
James Smart0c9ab6f2010-02-26 14:15:57 -05002468 bf_get(lpfc_fcf_record_fcf_index,
2469 new_fcf_record),
2470 bf_get(lpfc_fcf_record_fcf_avail,
2471 new_fcf_record),
2472 bf_get(lpfc_fcf_record_fcf_valid,
James Smart26979ce2012-09-29 11:31:55 -04002473 new_fcf_record),
2474 bf_get(lpfc_fcf_record_fcf_sol,
James Smart0c9ab6f2010-02-26 14:15:57 -05002475 new_fcf_record));
James Smartdbb6b3a2010-06-08 18:31:37 -04002476 if ((phba->fcf.fcf_flag & FCF_IN_USE) &&
2477 lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec,
2478 new_fcf_record, LPFC_FCOE_IGNORE_VID)) {
James Smart5ac6b302010-10-22 11:05:36 -04002479 if (bf_get(lpfc_fcf_record_fcf_index, new_fcf_record) !=
2480 phba->fcf.current_rec.fcf_indx) {
Dick Kennedy372c1872020-06-30 14:50:00 -07002481 lpfc_printf_log(phba, KERN_ERR,
2482 LOG_TRACE_EVENT,
James Smart5ac6b302010-10-22 11:05:36 -04002483 "2862 FCF (x%x) matches property "
2484 "of in-use FCF (x%x)\n",
2485 bf_get(lpfc_fcf_record_fcf_index,
2486 new_fcf_record),
2487 phba->fcf.current_rec.fcf_indx);
2488 goto read_next_fcf;
2489 }
James Smartdbb6b3a2010-06-08 18:31:37 -04002490 /*
2491 * In case the current in-use FCF record becomes
2492 * invalid/unavailable during FCF discovery that
2493 * was not triggered by fast FCF failover process,
2494 * treat it as fast FCF failover.
2495 */
2496 if (!(phba->fcf.fcf_flag & FCF_REDISC_PEND) &&
2497 !(phba->fcf.fcf_flag & FCF_REDISC_FOV)) {
2498 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
2499 "2835 Invalid in-use FCF "
James Smarta93ff372010-10-22 11:06:08 -04002500 "(x%x), enter FCF failover "
2501 "table scan.\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002502 phba->fcf.current_rec.fcf_indx);
2503 spin_lock_irq(&phba->hbalock);
2504 phba->fcf.fcf_flag |= FCF_REDISC_FOV;
2505 spin_unlock_irq(&phba->hbalock);
2506 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2507 lpfc_sli4_fcf_scan_read_fcf_rec(phba,
2508 LPFC_FCOE_FCF_GET_FIRST);
2509 return;
2510 }
2511 }
James Smart6fb120a2009-05-22 14:52:59 -04002512 goto read_next_fcf;
James Smart0c9ab6f2010-02-26 14:15:57 -05002513 } else {
2514 fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
James Smart7d791df2011-07-22 18:37:52 -04002515 rc = lpfc_sli4_fcf_pri_list_add(phba, fcf_index,
2516 new_fcf_record);
James Smart0c9ab6f2010-02-26 14:15:57 -05002517 if (rc)
2518 goto read_next_fcf;
2519 }
2520
James Smart6fb120a2009-05-22 14:52:59 -04002521 /*
2522 * If this is not the first FCF discovery of the HBA, use last
James Smartecfd03c2010-02-12 14:41:27 -05002523 * FCF record for the discovery. The condition that a rescan
2524 * matches the in-use FCF record: fabric name, switch name, mac
2525 * address, and vlan_id.
James Smart6fb120a2009-05-22 14:52:59 -04002526 */
James Smart0c9ab6f2010-02-26 14:15:57 -05002527 spin_lock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002528 if (phba->fcf.fcf_flag & FCF_IN_USE) {
James Smart7d791df2011-07-22 18:37:52 -04002529 if (phba->cfg_fcf_failover_policy == LPFC_FCF_FOV &&
2530 lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec,
James Smartdbb6b3a2010-06-08 18:31:37 -04002531 new_fcf_record, vlan_id)) {
James Smart5ac6b302010-10-22 11:05:36 -04002532 if (bf_get(lpfc_fcf_record_fcf_index, new_fcf_record) ==
2533 phba->fcf.current_rec.fcf_indx) {
2534 phba->fcf.fcf_flag |= FCF_AVAILABLE;
2535 if (phba->fcf.fcf_flag & FCF_REDISC_PEND)
2536 /* Stop FCF redisc wait timer */
2537 __lpfc_sli4_stop_fcf_redisc_wait_timer(
2538 phba);
2539 else if (phba->fcf.fcf_flag & FCF_REDISC_FOV)
2540 /* Fast failover, mark completed */
2541 phba->fcf.fcf_flag &= ~FCF_REDISC_FOV;
2542 spin_unlock_irq(&phba->hbalock);
2543 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2544 "2836 New FCF matches in-use "
James Smart88f43a02013-04-17 20:19:44 -04002545 "FCF (x%x), port_state:x%x, "
2546 "fc_flag:x%x\n",
2547 phba->fcf.current_rec.fcf_indx,
2548 phba->pport->port_state,
2549 phba->pport->fc_flag);
James Smart5ac6b302010-10-22 11:05:36 -04002550 goto out;
2551 } else
Dick Kennedy372c1872020-06-30 14:50:00 -07002552 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
James Smart5ac6b302010-10-22 11:05:36 -04002553 "2863 New FCF (x%x) matches "
2554 "property of in-use FCF (x%x)\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002555 bf_get(lpfc_fcf_record_fcf_index,
James Smart5ac6b302010-10-22 11:05:36 -04002556 new_fcf_record),
2557 phba->fcf.current_rec.fcf_indx);
James Smart6fb120a2009-05-22 14:52:59 -04002558 }
James Smartecfd03c2010-02-12 14:41:27 -05002559 /*
2560 * Read next FCF record from HBA searching for the matching
2561 * with in-use record only if not during the fast failover
2562 * period. In case of fast failover period, it shall try to
2563 * determine whether the FCF record just read should be the
2564 * next candidate.
2565 */
2566 if (!(phba->fcf.fcf_flag & FCF_REDISC_FOV)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002567 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05002568 goto read_next_fcf;
2569 }
James Smart6fb120a2009-05-22 14:52:59 -04002570 }
James Smartecfd03c2010-02-12 14:41:27 -05002571 /*
2572 * Update on failover FCF record only if it's in FCF fast-failover
2573 * period; otherwise, update on current FCF record.
2574 */
James Smartfc2b9892010-02-26 14:15:29 -05002575 if (phba->fcf.fcf_flag & FCF_REDISC_FOV)
2576 fcf_rec = &phba->fcf.failover_rec;
2577 else
James Smartecfd03c2010-02-12 14:41:27 -05002578 fcf_rec = &phba->fcf.current_rec;
2579
James Smart6fb120a2009-05-22 14:52:59 -04002580 if (phba->fcf.fcf_flag & FCF_AVAILABLE) {
2581 /*
James Smartecfd03c2010-02-12 14:41:27 -05002582 * If the driver FCF record does not have boot flag
2583 * set and new hba fcf record has boot flag set, use
2584 * the new hba fcf record.
James Smart6fb120a2009-05-22 14:52:59 -04002585 */
James Smartecfd03c2010-02-12 14:41:27 -05002586 if (boot_flag && !(fcf_rec->flag & BOOT_ENABLE)) {
2587 /* Choose this FCF record */
James Smartdbb6b3a2010-06-08 18:31:37 -04002588 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2589 "2837 Update current FCF record "
2590 "(x%x) with new FCF record (x%x)\n",
2591 fcf_rec->fcf_indx,
2592 bf_get(lpfc_fcf_record_fcf_index,
2593 new_fcf_record));
James Smartecfd03c2010-02-12 14:41:27 -05002594 __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record,
2595 addr_mode, vlan_id, BOOT_ENABLE);
James Smart0c9ab6f2010-02-26 14:15:57 -05002596 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002597 goto read_next_fcf;
2598 }
2599 /*
James Smartecfd03c2010-02-12 14:41:27 -05002600 * If the driver FCF record has boot flag set and the
2601 * new hba FCF record does not have boot flag, read
2602 * the next FCF record.
James Smart6fb120a2009-05-22 14:52:59 -04002603 */
James Smartecfd03c2010-02-12 14:41:27 -05002604 if (!boot_flag && (fcf_rec->flag & BOOT_ENABLE)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002605 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002606 goto read_next_fcf;
2607 }
2608 /*
James Smartecfd03c2010-02-12 14:41:27 -05002609 * If the new hba FCF record has lower priority value
2610 * than the driver FCF record, use the new record.
James Smart6fb120a2009-05-22 14:52:59 -04002611 */
James Smartfc2b9892010-02-26 14:15:29 -05002612 if (new_fcf_record->fip_priority < fcf_rec->priority) {
James Smart999d8132010-03-15 11:24:56 -04002613 /* Choose the new FCF record with lower priority */
James Smartdbb6b3a2010-06-08 18:31:37 -04002614 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2615 "2838 Update current FCF record "
2616 "(x%x) with new FCF record (x%x)\n",
2617 fcf_rec->fcf_indx,
2618 bf_get(lpfc_fcf_record_fcf_index,
2619 new_fcf_record));
James Smartecfd03c2010-02-12 14:41:27 -05002620 __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record,
2621 addr_mode, vlan_id, 0);
James Smart999d8132010-03-15 11:24:56 -04002622 /* Reset running random FCF selection count */
2623 phba->fcf.eligible_fcf_cnt = 1;
2624 } else if (new_fcf_record->fip_priority == fcf_rec->priority) {
2625 /* Update running random FCF selection count */
2626 phba->fcf.eligible_fcf_cnt++;
2627 select_new_fcf = lpfc_sli4_new_fcf_random_select(phba,
2628 phba->fcf.eligible_fcf_cnt);
James Smartdbb6b3a2010-06-08 18:31:37 -04002629 if (select_new_fcf) {
2630 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2631 "2839 Update current FCF record "
2632 "(x%x) with new FCF record (x%x)\n",
2633 fcf_rec->fcf_indx,
2634 bf_get(lpfc_fcf_record_fcf_index,
2635 new_fcf_record));
James Smart999d8132010-03-15 11:24:56 -04002636 /* Choose the new FCF by random selection */
2637 __lpfc_update_fcf_record(phba, fcf_rec,
2638 new_fcf_record,
2639 addr_mode, vlan_id, 0);
James Smartdbb6b3a2010-06-08 18:31:37 -04002640 }
James Smart6fb120a2009-05-22 14:52:59 -04002641 }
James Smart0c9ab6f2010-02-26 14:15:57 -05002642 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002643 goto read_next_fcf;
2644 }
2645 /*
James Smartecfd03c2010-02-12 14:41:27 -05002646 * This is the first suitable FCF record, choose this record for
2647 * initial best-fit FCF.
James Smart6fb120a2009-05-22 14:52:59 -04002648 */
James Smartecfd03c2010-02-12 14:41:27 -05002649 if (fcf_rec) {
James Smartdbb6b3a2010-06-08 18:31:37 -04002650 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002651 "2840 Update initial FCF candidate "
2652 "with FCF (x%x)\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002653 bf_get(lpfc_fcf_record_fcf_index,
2654 new_fcf_record));
James Smartecfd03c2010-02-12 14:41:27 -05002655 __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record,
2656 addr_mode, vlan_id, (boot_flag ?
2657 BOOT_ENABLE : 0));
2658 phba->fcf.fcf_flag |= FCF_AVAILABLE;
James Smart999d8132010-03-15 11:24:56 -04002659 /* Setup initial running random FCF selection count */
2660 phba->fcf.eligible_fcf_cnt = 1;
James Smart6fb120a2009-05-22 14:52:59 -04002661 }
James Smart0c9ab6f2010-02-26 14:15:57 -05002662 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002663 goto read_next_fcf;
2664
2665read_next_fcf:
2666 lpfc_sli4_mbox_cmd_free(phba, mboxq);
James Smartecfd03c2010-02-12 14:41:27 -05002667 if (next_fcf_index == LPFC_FCOE_FCF_NEXT_NONE || next_fcf_index == 0) {
2668 if (phba->fcf.fcf_flag & FCF_REDISC_FOV) {
2669 /*
2670 * Case of FCF fast failover scan
2671 */
2672
2673 /*
2674 * It has not found any suitable FCF record, cancel
2675 * FCF scan inprogress, and do nothing
2676 */
2677 if (!(phba->fcf.failover_rec.flag & RECORD_VALID)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002678 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002679 "2782 No suitable FCF found: "
2680 "(x%x/x%x)\n",
James Smart0c9ab6f2010-02-26 14:15:57 -05002681 phba->fcoe_eventtag_at_fcf_scan,
2682 bf_get(lpfc_fcf_record_fcf_index,
2683 new_fcf_record));
James Smart0c9ab6f2010-02-26 14:15:57 -05002684 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002685 if (phba->hba_flag & HBA_DEVLOSS_TMO) {
2686 phba->hba_flag &= ~FCF_TS_INPROG;
2687 spin_unlock_irq(&phba->hbalock);
2688 /* Unregister in-use FCF and rescan */
2689 lpfc_printf_log(phba, KERN_INFO,
2690 LOG_FIP,
2691 "2864 On devloss tmo "
2692 "unreg in-use FCF and "
2693 "rescan FCF table\n");
2694 lpfc_unregister_fcf_rescan(phba);
2695 return;
2696 }
2697 /*
2698 * Let next new FCF event trigger fast failover
2699 */
2700 phba->hba_flag &= ~FCF_TS_INPROG;
James Smart0c9ab6f2010-02-26 14:15:57 -05002701 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05002702 return;
2703 }
2704 /*
2705 * It has found a suitable FCF record that is not
2706 * the same as in-use FCF record, unregister the
2707 * in-use FCF record, replace the in-use FCF record
2708 * with the new FCF record, mark FCF fast failover
2709 * completed, and then start register the new FCF
2710 * record.
2711 */
2712
James Smart0c9ab6f2010-02-26 14:15:57 -05002713 /* Unregister the current in-use FCF record */
James Smartecfd03c2010-02-12 14:41:27 -05002714 lpfc_unregister_fcf(phba);
James Smart0c9ab6f2010-02-26 14:15:57 -05002715
2716 /* Replace in-use record with the new record */
James Smartdbb6b3a2010-06-08 18:31:37 -04002717 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002718 "2842 Replace in-use FCF (x%x) "
2719 "with failover FCF (x%x)\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002720 phba->fcf.current_rec.fcf_indx,
2721 phba->fcf.failover_rec.fcf_indx);
James Smartecfd03c2010-02-12 14:41:27 -05002722 memcpy(&phba->fcf.current_rec,
2723 &phba->fcf.failover_rec,
2724 sizeof(struct lpfc_fcf_rec));
James Smart3804dc82010-07-14 15:31:37 -04002725 /*
2726 * Mark the fast FCF failover rediscovery completed
2727 * and the start of the first round of the roundrobin
2728 * FCF failover.
2729 */
James Smart0c9ab6f2010-02-26 14:15:57 -05002730 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002731 phba->fcf.fcf_flag &= ~FCF_REDISC_FOV;
James Smart0c9ab6f2010-02-26 14:15:57 -05002732 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05002733 /* Register to the new FCF record */
2734 lpfc_register_fcf(phba);
2735 } else {
2736 /*
2737 * In case of transaction period to fast FCF failover,
2738 * do nothing when search to the end of the FCF table.
2739 */
2740 if ((phba->fcf.fcf_flag & FCF_REDISC_EVT) ||
2741 (phba->fcf.fcf_flag & FCF_REDISC_PEND))
2742 return;
James Smartdbb6b3a2010-06-08 18:31:37 -04002743
James Smart7d791df2011-07-22 18:37:52 -04002744 if (phba->cfg_fcf_failover_policy == LPFC_FCF_FOV &&
2745 phba->fcf.fcf_flag & FCF_IN_USE) {
James Smartdbb6b3a2010-06-08 18:31:37 -04002746 /*
2747 * In case the current in-use FCF record no
2748 * longer existed during FCF discovery that
2749 * was not triggered by fast FCF failover
2750 * process, treat it as fast FCF failover.
2751 */
2752 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2753 "2841 In-use FCF record (x%x) "
2754 "not reported, entering fast "
2755 "FCF failover mode scanning.\n",
2756 phba->fcf.current_rec.fcf_indx);
2757 spin_lock_irq(&phba->hbalock);
2758 phba->fcf.fcf_flag |= FCF_REDISC_FOV;
2759 spin_unlock_irq(&phba->hbalock);
James Smartdbb6b3a2010-06-08 18:31:37 -04002760 lpfc_sli4_fcf_scan_read_fcf_rec(phba,
2761 LPFC_FCOE_FCF_GET_FIRST);
2762 return;
2763 }
James Smart0c9ab6f2010-02-26 14:15:57 -05002764 /* Register to the new FCF record */
James Smartecfd03c2010-02-12 14:41:27 -05002765 lpfc_register_fcf(phba);
2766 }
2767 } else
James Smart0c9ab6f2010-02-26 14:15:57 -05002768 lpfc_sli4_fcf_scan_read_fcf_rec(phba, next_fcf_index);
James Smart6fb120a2009-05-22 14:52:59 -04002769 return;
2770
2771out:
2772 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2773 lpfc_register_fcf(phba);
2774
2775 return;
2776}
2777
2778/**
James Smarta93ff372010-10-22 11:06:08 -04002779 * lpfc_mbx_cmpl_fcf_rr_read_fcf_rec - fcf roundrobin read_fcf mbox cmpl hdler
James Smart0c9ab6f2010-02-26 14:15:57 -05002780 * @phba: pointer to lpfc hba data structure.
2781 * @mboxq: pointer to mailbox object.
2782 *
James Smarta93ff372010-10-22 11:06:08 -04002783 * This is the callback function for FLOGI failure roundrobin FCF failover
James Smart0c9ab6f2010-02-26 14:15:57 -05002784 * read FCF record mailbox command from the eligible FCF record bmask for
2785 * performing the failover. If the FCF read back is not valid/available, it
2786 * fails through to retrying FLOGI to the currently registered FCF again.
2787 * Otherwise, if the FCF read back is valid and available, it will set the
2788 * newly read FCF record to the failover FCF record, unregister currently
2789 * registered FCF record, copy the failover FCF record to the current
2790 * FCF record, and then register the current FCF record before proceeding
2791 * to trying FLOGI on the new failover FCF.
2792 */
2793void
2794lpfc_mbx_cmpl_fcf_rr_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2795{
2796 struct fcf_record *new_fcf_record;
2797 uint32_t boot_flag, addr_mode;
James Smarta93ff372010-10-22 11:06:08 -04002798 uint16_t next_fcf_index, fcf_index;
James Smart0c9ab6f2010-02-26 14:15:57 -05002799 uint16_t current_fcf_index;
2800 uint16_t vlan_id;
James Smarta93ff372010-10-22 11:06:08 -04002801 int rc;
James Smart0c9ab6f2010-02-26 14:15:57 -05002802
James Smarta93ff372010-10-22 11:06:08 -04002803 /* If link state is not up, stop the roundrobin failover process */
James Smart0c9ab6f2010-02-26 14:15:57 -05002804 if (phba->link_state < LPFC_LINK_UP) {
2805 spin_lock_irq(&phba->hbalock);
2806 phba->fcf.fcf_flag &= ~FCF_DISCOVERY;
James Smarta93ff372010-10-22 11:06:08 -04002807 phba->hba_flag &= ~FCF_RR_INPROG;
James Smart0c9ab6f2010-02-26 14:15:57 -05002808 spin_unlock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002809 goto out;
James Smart0c9ab6f2010-02-26 14:15:57 -05002810 }
2811
2812 /* Parse the FCF record from the non-embedded mailbox command */
2813 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
2814 &next_fcf_index);
2815 if (!new_fcf_record) {
2816 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
2817 "2766 Mailbox command READ_FCF_RECORD "
James Smart646a2dd2013-12-17 20:29:22 -05002818 "failed to retrieve a FCF record. "
2819 "hba_flg x%x fcf_flg x%x\n", phba->hba_flag,
2820 phba->fcf.fcf_flag);
2821 lpfc_unregister_fcf_rescan(phba);
2822 goto out;
James Smart0c9ab6f2010-02-26 14:15:57 -05002823 }
2824
2825 /* Get the needed parameters from FCF record */
James Smarta93ff372010-10-22 11:06:08 -04002826 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2827 &addr_mode, &vlan_id);
James Smart0c9ab6f2010-02-26 14:15:57 -05002828
2829 /* Log the FCF record information if turned on */
2830 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2831 next_fcf_index);
2832
James Smarta93ff372010-10-22 11:06:08 -04002833 fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
2834 if (!rc) {
2835 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2836 "2848 Remove ineligible FCF (x%x) from "
2837 "from roundrobin bmask\n", fcf_index);
2838 /* Clear roundrobin bmask bit for ineligible FCF */
2839 lpfc_sli4_fcf_rr_index_clear(phba, fcf_index);
2840 /* Perform next round of roundrobin FCF failover */
2841 fcf_index = lpfc_sli4_fcf_rr_next_index_get(phba);
2842 rc = lpfc_sli4_fcf_rr_next_proc(phba->pport, fcf_index);
2843 if (rc)
2844 goto out;
2845 goto error_out;
2846 }
2847
2848 if (fcf_index == phba->fcf.current_rec.fcf_indx) {
2849 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2850 "2760 Perform FLOGI roundrobin FCF failover: "
2851 "FCF (x%x) back to FCF (x%x)\n",
2852 phba->fcf.current_rec.fcf_indx, fcf_index);
2853 /* Wait 500 ms before retrying FLOGI to current FCF */
2854 msleep(500);
James Smart76a95d72010-11-20 23:11:48 -05002855 lpfc_issue_init_vfi(phba->pport);
James Smarta93ff372010-10-22 11:06:08 -04002856 goto out;
2857 }
2858
James Smart0c9ab6f2010-02-26 14:15:57 -05002859 /* Upload new FCF record to the failover FCF record */
James Smartdbb6b3a2010-06-08 18:31:37 -04002860 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002861 "2834 Update current FCF (x%x) with new FCF (x%x)\n",
2862 phba->fcf.failover_rec.fcf_indx, fcf_index);
James Smart0c9ab6f2010-02-26 14:15:57 -05002863 spin_lock_irq(&phba->hbalock);
2864 __lpfc_update_fcf_record(phba, &phba->fcf.failover_rec,
2865 new_fcf_record, addr_mode, vlan_id,
2866 (boot_flag ? BOOT_ENABLE : 0));
2867 spin_unlock_irq(&phba->hbalock);
2868
2869 current_fcf_index = phba->fcf.current_rec.fcf_indx;
2870
2871 /* Unregister the current in-use FCF record */
2872 lpfc_unregister_fcf(phba);
2873
2874 /* Replace in-use record with the new record */
2875 memcpy(&phba->fcf.current_rec, &phba->fcf.failover_rec,
2876 sizeof(struct lpfc_fcf_rec));
2877
2878 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002879 "2783 Perform FLOGI roundrobin FCF failover: FCF "
2880 "(x%x) to FCF (x%x)\n", current_fcf_index, fcf_index);
James Smart0c9ab6f2010-02-26 14:15:57 -05002881
James Smarta93ff372010-10-22 11:06:08 -04002882error_out:
2883 lpfc_register_fcf(phba);
James Smart0c9ab6f2010-02-26 14:15:57 -05002884out:
2885 lpfc_sli4_mbox_cmd_free(phba, mboxq);
James Smart0c9ab6f2010-02-26 14:15:57 -05002886}
2887
2888/**
2889 * lpfc_mbx_cmpl_read_fcf_rec - read fcf completion handler.
2890 * @phba: pointer to lpfc hba data structure.
2891 * @mboxq: pointer to mailbox object.
2892 *
2893 * This is the callback function of read FCF record mailbox command for
James Smarta93ff372010-10-22 11:06:08 -04002894 * updating the eligible FCF bmask for FLOGI failure roundrobin FCF
James Smart0c9ab6f2010-02-26 14:15:57 -05002895 * failover when a new FCF event happened. If the FCF read back is
2896 * valid/available and it passes the connection list check, it updates
James Smarta93ff372010-10-22 11:06:08 -04002897 * the bmask for the eligible FCF record for roundrobin failover.
James Smart0c9ab6f2010-02-26 14:15:57 -05002898 */
2899void
2900lpfc_mbx_cmpl_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2901{
2902 struct fcf_record *new_fcf_record;
2903 uint32_t boot_flag, addr_mode;
2904 uint16_t fcf_index, next_fcf_index;
2905 uint16_t vlan_id;
2906 int rc;
2907
2908 /* If link state is not up, no need to proceed */
2909 if (phba->link_state < LPFC_LINK_UP)
2910 goto out;
2911
2912 /* If FCF discovery period is over, no need to proceed */
James Smart3804dc82010-07-14 15:31:37 -04002913 if (!(phba->fcf.fcf_flag & FCF_DISCOVERY))
James Smart0c9ab6f2010-02-26 14:15:57 -05002914 goto out;
2915
2916 /* Parse the FCF record from the non-embedded mailbox command */
2917 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
2918 &next_fcf_index);
2919 if (!new_fcf_record) {
2920 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2921 "2767 Mailbox command READ_FCF_RECORD "
2922 "failed to retrieve a FCF record.\n");
2923 goto out;
2924 }
2925
2926 /* Check the connection list for eligibility */
2927 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2928 &addr_mode, &vlan_id);
2929
2930 /* Log the FCF record information if turned on */
2931 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2932 next_fcf_index);
2933
2934 if (!rc)
2935 goto out;
2936
2937 /* Update the eligible FCF record index bmask */
2938 fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
James Smart7d791df2011-07-22 18:37:52 -04002939
2940 rc = lpfc_sli4_fcf_pri_list_add(phba, fcf_index, new_fcf_record);
James Smart0c9ab6f2010-02-26 14:15:57 -05002941
2942out:
2943 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2944}
2945
2946/**
James Smart76a95d72010-11-20 23:11:48 -05002947 * lpfc_init_vfi_cmpl - Completion handler for init_vfi mbox command.
2948 * @phba: pointer to lpfc hba data structure.
2949 * @mboxq: pointer to mailbox data structure.
2950 *
2951 * This function handles completion of init vfi mailbox command.
2952 */
Rashika Kheriab86a6752014-09-03 12:55:17 -04002953static void
James Smart76a95d72010-11-20 23:11:48 -05002954lpfc_init_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2955{
2956 struct lpfc_vport *vport = mboxq->vport;
2957
James Smartdf9e1b52011-12-13 13:22:17 -05002958 /*
2959 * VFI not supported on interface type 0, just do the flogi
2960 * Also continue if the VFI is in use - just use the same one.
2961 */
2962 if (mboxq->u.mb.mbxStatus &&
2963 (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) !=
2964 LPFC_SLI_INTF_IF_TYPE_0) &&
2965 mboxq->u.mb.mbxStatus != MBX_VFI_IN_USE) {
Dick Kennedy372c1872020-06-30 14:50:00 -07002966 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
2967 "2891 Init VFI mailbox failed 0x%x\n",
2968 mboxq->u.mb.mbxStatus);
James Smart76a95d72010-11-20 23:11:48 -05002969 mempool_free(mboxq, phba->mbox_mem_pool);
2970 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
2971 return;
2972 }
James Smart73d91e52011-10-10 21:32:10 -04002973
James Smart76a95d72010-11-20 23:11:48 -05002974 lpfc_initial_flogi(vport);
2975 mempool_free(mboxq, phba->mbox_mem_pool);
2976 return;
2977}
2978
2979/**
2980 * lpfc_issue_init_vfi - Issue init_vfi mailbox command.
2981 * @vport: pointer to lpfc_vport data structure.
2982 *
2983 * This function issue a init_vfi mailbox command to initialize the VFI and
2984 * VPI for the physical port.
2985 */
2986void
2987lpfc_issue_init_vfi(struct lpfc_vport *vport)
2988{
2989 LPFC_MBOXQ_t *mboxq;
2990 int rc;
2991 struct lpfc_hba *phba = vport->phba;
2992
2993 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
2994 if (!mboxq) {
2995 lpfc_printf_vlog(vport, KERN_ERR,
Dick Kennedy372c1872020-06-30 14:50:00 -07002996 LOG_TRACE_EVENT, "2892 Failed to allocate "
James Smart76a95d72010-11-20 23:11:48 -05002997 "init_vfi mailbox\n");
2998 return;
2999 }
3000 lpfc_init_vfi(mboxq, vport);
3001 mboxq->mbox_cmpl = lpfc_init_vfi_cmpl;
3002 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
3003 if (rc == MBX_NOT_FINISHED) {
Dick Kennedy372c1872020-06-30 14:50:00 -07003004 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
3005 "2893 Failed to issue init_vfi mailbox\n");
James Smart76a95d72010-11-20 23:11:48 -05003006 mempool_free(mboxq, vport->phba->mbox_mem_pool);
3007 }
3008}
3009
3010/**
James Smart1c6834a2009-07-19 10:01:26 -04003011 * lpfc_init_vpi_cmpl - Completion handler for init_vpi mbox command.
3012 * @phba: pointer to lpfc hba data structure.
3013 * @mboxq: pointer to mailbox data structure.
3014 *
3015 * This function handles completion of init vpi mailbox command.
3016 */
James Smart695a8142010-01-26 23:08:03 -05003017void
James Smart1c6834a2009-07-19 10:01:26 -04003018lpfc_init_vpi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
3019{
3020 struct lpfc_vport *vport = mboxq->vport;
James Smart695a8142010-01-26 23:08:03 -05003021 struct lpfc_nodelist *ndlp;
James Smart72100cc2010-02-12 14:43:01 -05003022 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3023
James Smart1c6834a2009-07-19 10:01:26 -04003024 if (mboxq->u.mb.mbxStatus) {
Dick Kennedy372c1872020-06-30 14:50:00 -07003025 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
3026 "2609 Init VPI mailbox failed 0x%x\n",
3027 mboxq->u.mb.mbxStatus);
James Smart1c6834a2009-07-19 10:01:26 -04003028 mempool_free(mboxq, phba->mbox_mem_pool);
3029 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
3030 return;
3031 }
James Smart72100cc2010-02-12 14:43:01 -05003032 spin_lock_irq(shost->host_lock);
James Smart1c6834a2009-07-19 10:01:26 -04003033 vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI;
James Smart72100cc2010-02-12 14:43:01 -05003034 spin_unlock_irq(shost->host_lock);
James Smart1c6834a2009-07-19 10:01:26 -04003035
James Smart695a8142010-01-26 23:08:03 -05003036 /* If this port is physical port or FDISC is done, do reg_vpi */
3037 if ((phba->pport == vport) || (vport->port_state == LPFC_FDISC)) {
3038 ndlp = lpfc_findnode_did(vport, Fabric_DID);
3039 if (!ndlp)
3040 lpfc_printf_vlog(vport, KERN_ERR,
Dick Kennedy372c1872020-06-30 14:50:00 -07003041 LOG_TRACE_EVENT,
James Smart695a8142010-01-26 23:08:03 -05003042 "2731 Cannot find fabric "
3043 "controller node\n");
3044 else
3045 lpfc_register_new_vport(phba, vport, ndlp);
3046 mempool_free(mboxq, phba->mbox_mem_pool);
3047 return;
3048 }
3049
James Smart1c6834a2009-07-19 10:01:26 -04003050 if (phba->link_flag & LS_NPIV_FAB_SUPPORTED)
3051 lpfc_initial_fdisc(vport);
3052 else {
3053 lpfc_vport_set_state(vport, FC_VPORT_NO_FABRIC_SUPP);
Dick Kennedy372c1872020-06-30 14:50:00 -07003054 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
James Smart6a9c52c2009-10-02 15:16:51 -04003055 "2606 No NPIV Fabric support\n");
James Smart1c6834a2009-07-19 10:01:26 -04003056 }
James Smart695a8142010-01-26 23:08:03 -05003057 mempool_free(mboxq, phba->mbox_mem_pool);
James Smart1c6834a2009-07-19 10:01:26 -04003058 return;
3059}
3060
3061/**
James Smartecfd03c2010-02-12 14:41:27 -05003062 * lpfc_issue_init_vpi - Issue init_vpi mailbox command.
3063 * @vport: pointer to lpfc_vport data structure.
3064 *
3065 * This function issue a init_vpi mailbox command to initialize
3066 * VPI for the vport.
3067 */
3068void
3069lpfc_issue_init_vpi(struct lpfc_vport *vport)
3070{
3071 LPFC_MBOXQ_t *mboxq;
James Smart16a3a202013-04-17 20:14:38 -04003072 int rc, vpi;
3073
3074 if ((vport->port_type != LPFC_PHYSICAL_PORT) && (!vport->vpi)) {
3075 vpi = lpfc_alloc_vpi(vport->phba);
3076 if (!vpi) {
Dick Kennedy372c1872020-06-30 14:50:00 -07003077 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
James Smart16a3a202013-04-17 20:14:38 -04003078 "3303 Failed to obtain vport vpi\n");
3079 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
3080 return;
3081 }
3082 vport->vpi = vpi;
3083 }
James Smartecfd03c2010-02-12 14:41:27 -05003084
3085 mboxq = mempool_alloc(vport->phba->mbox_mem_pool, GFP_KERNEL);
3086 if (!mboxq) {
3087 lpfc_printf_vlog(vport, KERN_ERR,
Dick Kennedy372c1872020-06-30 14:50:00 -07003088 LOG_TRACE_EVENT, "2607 Failed to allocate "
James Smartecfd03c2010-02-12 14:41:27 -05003089 "init_vpi mailbox\n");
3090 return;
3091 }
3092 lpfc_init_vpi(vport->phba, mboxq, vport->vpi);
3093 mboxq->vport = vport;
3094 mboxq->mbox_cmpl = lpfc_init_vpi_cmpl;
3095 rc = lpfc_sli_issue_mbox(vport->phba, mboxq, MBX_NOWAIT);
3096 if (rc == MBX_NOT_FINISHED) {
Dick Kennedy372c1872020-06-30 14:50:00 -07003097 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
3098 "2608 Failed to issue init_vpi mailbox\n");
James Smartecfd03c2010-02-12 14:41:27 -05003099 mempool_free(mboxq, vport->phba->mbox_mem_pool);
3100 }
3101}
3102
3103/**
James Smart6fb120a2009-05-22 14:52:59 -04003104 * lpfc_start_fdiscs - send fdiscs for each vports on this port.
3105 * @phba: pointer to lpfc hba data structure.
3106 *
3107 * This function loops through the list of vports on the @phba and issues an
3108 * FDISC if possible.
3109 */
3110void
3111lpfc_start_fdiscs(struct lpfc_hba *phba)
3112{
3113 struct lpfc_vport **vports;
3114 int i;
3115
3116 vports = lpfc_create_vport_work_array(phba);
3117 if (vports != NULL) {
3118 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
3119 if (vports[i]->port_type == LPFC_PHYSICAL_PORT)
3120 continue;
3121 /* There are no vpi for this vport */
3122 if (vports[i]->vpi > phba->max_vpi) {
3123 lpfc_vport_set_state(vports[i],
3124 FC_VPORT_FAILED);
3125 continue;
3126 }
James Smart76a95d72010-11-20 23:11:48 -05003127 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart6fb120a2009-05-22 14:52:59 -04003128 lpfc_vport_set_state(vports[i],
3129 FC_VPORT_LINKDOWN);
3130 continue;
3131 }
James Smart1c6834a2009-07-19 10:01:26 -04003132 if (vports[i]->fc_flag & FC_VPORT_NEEDS_INIT_VPI) {
James Smartecfd03c2010-02-12 14:41:27 -05003133 lpfc_issue_init_vpi(vports[i]);
James Smart1c6834a2009-07-19 10:01:26 -04003134 continue;
3135 }
James Smart6fb120a2009-05-22 14:52:59 -04003136 if (phba->link_flag & LS_NPIV_FAB_SUPPORTED)
3137 lpfc_initial_fdisc(vports[i]);
3138 else {
3139 lpfc_vport_set_state(vports[i],
3140 FC_VPORT_NO_FABRIC_SUPP);
3141 lpfc_printf_vlog(vports[i], KERN_ERR,
Dick Kennedy372c1872020-06-30 14:50:00 -07003142 LOG_TRACE_EVENT,
James Smart6fb120a2009-05-22 14:52:59 -04003143 "0259 No NPIV "
3144 "Fabric support\n");
3145 }
3146 }
3147 }
3148 lpfc_destroy_vport_work_array(phba, vports);
3149}
3150
3151void
3152lpfc_mbx_cmpl_reg_vfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
3153{
James Smart3e1f0712018-11-29 16:09:29 -08003154 struct lpfc_dmabuf *dmabuf = mboxq->ctx_buf;
James Smart6fb120a2009-05-22 14:52:59 -04003155 struct lpfc_vport *vport = mboxq->vport;
James Smart72100cc2010-02-12 14:43:01 -05003156 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart6fb120a2009-05-22 14:52:59 -04003157
James Smartf5eca9b2012-03-01 22:37:54 -05003158 /*
3159 * VFI not supported for interface type 0, so ignore any mailbox
3160 * error (except VFI in use) and continue with the discovery.
3161 */
3162 if (mboxq->u.mb.mbxStatus &&
3163 (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) !=
3164 LPFC_SLI_INTF_IF_TYPE_0) &&
3165 mboxq->u.mb.mbxStatus != MBX_VFI_IN_USE) {
Dick Kennedy372c1872020-06-30 14:50:00 -07003166 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
3167 "2018 REG_VFI mbxStatus error x%x "
3168 "HBA state x%x\n",
3169 mboxq->u.mb.mbxStatus, vport->port_state);
James Smart76a95d72010-11-20 23:11:48 -05003170 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart6fb120a2009-05-22 14:52:59 -04003171 /* FLOGI failed, use loop map to make discovery list */
3172 lpfc_disc_list_loopmap(vport);
3173 /* Start discovery */
3174 lpfc_disc_start(vport);
James Smart1b511972011-12-13 13:23:09 -05003175 goto out_free_mem;
James Smart6fb120a2009-05-22 14:52:59 -04003176 }
3177 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smart1b511972011-12-13 13:23:09 -05003178 goto out_free_mem;
James Smart6fb120a2009-05-22 14:52:59 -04003179 }
James Smartae05ebe2013-03-01 16:35:38 -05003180
James Smarte74c03c2013-04-17 20:15:19 -04003181 /* If the VFI is already registered, there is nothing else to do
3182 * Unless this was a VFI update and we are in PT2PT mode, then
3183 * we should drop through to set the port state to ready.
3184 */
James Smartae05ebe2013-03-01 16:35:38 -05003185 if (vport->fc_flag & FC_VFI_REGISTERED)
James Smarte74c03c2013-04-17 20:15:19 -04003186 if (!(phba->sli_rev == LPFC_SLI_REV4 &&
3187 vport->fc_flag & FC_PT2PT))
3188 goto out_free_mem;
James Smartae05ebe2013-03-01 16:35:38 -05003189
James Smartc8685952009-11-18 15:39:16 -05003190 /* The VPI is implicitly registered when the VFI is registered */
James Smart72100cc2010-02-12 14:43:01 -05003191 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05003192 vport->vpi_state |= LPFC_VPI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05003193 vport->fc_flag |= FC_VFI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05003194 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
James Smart5248a742011-07-22 18:37:06 -04003195 vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI;
James Smart72100cc2010-02-12 14:43:01 -05003196 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04003197
James Smart1b511972011-12-13 13:23:09 -05003198 /* In case SLI4 FC loopback test, we are ready */
3199 if ((phba->sli_rev == LPFC_SLI_REV4) &&
3200 (phba->link_flag & LS_LOOPBACK_MODE)) {
3201 phba->link_state = LPFC_HBA_READY;
3202 goto out_free_mem;
3203 }
3204
James Smarte74c03c2013-04-17 20:15:19 -04003205 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
3206 "3313 cmpl reg vfi port_state:%x fc_flag:%x myDid:%x "
3207 "alpacnt:%d LinkState:%x topology:%x\n",
3208 vport->port_state, vport->fc_flag, vport->fc_myDID,
3209 vport->phba->alpa_map[0],
3210 phba->link_state, phba->fc_topology);
3211
James Smart6fb120a2009-05-22 14:52:59 -04003212 if (vport->port_state == LPFC_FABRIC_CFG_LINK) {
James Smart939723a2012-05-09 21:19:03 -04003213 /*
3214 * For private loop or for NPort pt2pt,
3215 * just start discovery and we are done.
3216 */
3217 if ((vport->fc_flag & FC_PT2PT) ||
3218 ((phba->fc_topology == LPFC_TOPOLOGY_LOOP) &&
3219 !(vport->fc_flag & FC_PUBLIC_LOOP))) {
3220
James Smart76a95d72010-11-20 23:11:48 -05003221 /* Use loop map to make discovery list */
3222 lpfc_disc_list_loopmap(vport);
3223 /* Start discovery */
James Smarte74c03c2013-04-17 20:15:19 -04003224 if (vport->fc_flag & FC_PT2PT)
3225 vport->port_state = LPFC_VPORT_READY;
3226 else
3227 lpfc_disc_start(vport);
James Smart76a95d72010-11-20 23:11:48 -05003228 } else {
3229 lpfc_start_fdiscs(phba);
3230 lpfc_do_scr_ns_plogi(phba, vport);
3231 }
James Smart6fb120a2009-05-22 14:52:59 -04003232 }
3233
James Smart1b511972011-12-13 13:23:09 -05003234out_free_mem:
James Smart6fb120a2009-05-22 14:52:59 -04003235 mempool_free(mboxq, phba->mbox_mem_pool);
James Smartd6de08c2015-12-16 18:11:53 -05003236 if (dmabuf) {
3237 lpfc_mbuf_free(phba, dmabuf->virt, dmabuf->phys);
3238 kfree(dmabuf);
3239 }
James Smart6fb120a2009-05-22 14:52:59 -04003240 return;
3241}
3242
3243static void
James Smart2e0fef82007-06-17 19:56:36 -05003244lpfc_mbx_cmpl_read_sparam(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003245{
James Smart6fb120a2009-05-22 14:52:59 -04003246 MAILBOX_t *mb = &pmb->u.mb;
James Smart3e1f0712018-11-29 16:09:29 -08003247 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)pmb->ctx_buf;
James Smart2e0fef82007-06-17 19:56:36 -05003248 struct lpfc_vport *vport = pmb->vport;
James Smartaeb3c812017-04-21 16:05:02 -07003249 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart21bf0b92015-08-31 16:48:21 -04003250 struct serv_parm *sp = &vport->fc_sparam;
3251 uint32_t ed_tov;
dea31012005-04-17 16:05:31 -05003252
3253 /* Check for error */
3254 if (mb->mbxStatus) {
3255 /* READ_SPARAM mbox error <mbxStatus> state <hba_state> */
Dick Kennedy372c1872020-06-30 14:50:00 -07003256 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003257 "0319 READ_SPARAM mbxStatus error x%x "
3258 "hba state x%x>\n",
3259 mb->mbxStatus, vport->port_state);
dea31012005-04-17 16:05:31 -05003260 lpfc_linkdown(phba);
dea31012005-04-17 16:05:31 -05003261 goto out;
3262 }
3263
James Smart2e0fef82007-06-17 19:56:36 -05003264 memcpy((uint8_t *) &vport->fc_sparam, (uint8_t *) mp->virt,
dea31012005-04-17 16:05:31 -05003265 sizeof (struct serv_parm));
James Smart21bf0b92015-08-31 16:48:21 -04003266
3267 ed_tov = be32_to_cpu(sp->cmn.e_d_tov);
3268 if (sp->cmn.edtovResolution) /* E_D_TOV ticks are in nanoseconds */
3269 ed_tov = (ed_tov + 999999) / 1000000;
3270
3271 phba->fc_edtov = ed_tov;
3272 phba->fc_ratov = (2 * ed_tov) / 1000;
3273 if (phba->fc_ratov < FF_DEF_RATOV) {
3274 /* RA_TOV should be atleast 10sec for initial flogi */
3275 phba->fc_ratov = FF_DEF_RATOV;
3276 }
3277
James Smart05580562011-05-24 11:40:48 -04003278 lpfc_update_vport_wwn(vport);
James Smartaeb3c812017-04-21 16:05:02 -07003279 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn);
James Smart92d7f7b2007-06-17 19:56:38 -05003280 if (vport->port_type == LPFC_PHYSICAL_PORT) {
3281 memcpy(&phba->wwnn, &vport->fc_nodename, sizeof(phba->wwnn));
3282 memcpy(&phba->wwpn, &vport->fc_portname, sizeof(phba->wwnn));
3283 }
3284
dea31012005-04-17 16:05:31 -05003285 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3286 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05003287 mempool_free(pmb, phba->mbox_mem_pool);
James Smart835214f2020-01-27 16:23:03 -08003288
3289 /* Check if sending the FLOGI is being deferred to after we get
3290 * up to date CSPs from MBX_READ_SPARAM.
3291 */
3292 if (phba->hba_flag & HBA_DEFER_FLOGI) {
3293 lpfc_initial_flogi(vport);
3294 phba->hba_flag &= ~HBA_DEFER_FLOGI;
3295 }
dea31012005-04-17 16:05:31 -05003296 return;
3297
3298out:
James Smart3e1f0712018-11-29 16:09:29 -08003299 pmb->ctx_buf = NULL;
dea31012005-04-17 16:05:31 -05003300 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3301 kfree(mp);
James Smart92d7f7b2007-06-17 19:56:38 -05003302 lpfc_issue_clear_la(phba, vport);
3303 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003304 return;
3305}
3306
3307static void
James Smart76a95d72010-11-20 23:11:48 -05003308lpfc_mbx_process_link_up(struct lpfc_hba *phba, struct lpfc_mbx_read_top *la)
dea31012005-04-17 16:05:31 -05003309{
James Smart92d7f7b2007-06-17 19:56:38 -05003310 struct lpfc_vport *vport = phba->pport;
James Smart6fb120a2009-05-22 14:52:59 -04003311 LPFC_MBOXQ_t *sparam_mbox, *cfglink_mbox = NULL;
James Smartdf9e1b52011-12-13 13:22:17 -05003312 struct Scsi_Host *shost;
James Smart2e0fef82007-06-17 19:56:36 -05003313 int i;
James Smart14691152006-12-02 13:34:28 -05003314 struct lpfc_dmabuf *mp;
3315 int rc;
James Smart6fb120a2009-05-22 14:52:59 -04003316 struct fcf_record *fcf_record;
James Smart38c20672013-03-01 16:37:44 -05003317 uint32_t fc_flags = 0;
James Smart894bb172019-08-14 16:56:52 -07003318 unsigned long iflags;
James Smart14691152006-12-02 13:34:28 -05003319
James Smart894bb172019-08-14 16:56:52 -07003320 spin_lock_irqsave(&phba->hbalock, iflags);
James Smarta085e872015-12-16 18:12:02 -05003321 phba->fc_linkspeed = bf_get(lpfc_mbx_read_top_link_spd, la);
3322
3323 if (!(phba->hba_flag & HBA_FCOE_MODE)) {
3324 switch (bf_get(lpfc_mbx_read_top_link_spd, la)) {
3325 case LPFC_LINK_SPEED_1GHZ:
3326 case LPFC_LINK_SPEED_2GHZ:
3327 case LPFC_LINK_SPEED_4GHZ:
3328 case LPFC_LINK_SPEED_8GHZ:
3329 case LPFC_LINK_SPEED_10GHZ:
3330 case LPFC_LINK_SPEED_16GHZ:
3331 case LPFC_LINK_SPEED_32GHZ:
James Smartfbd8a6b2018-02-22 08:18:45 -08003332 case LPFC_LINK_SPEED_64GHZ:
James Smart1dc5ec22018-10-23 13:41:11 -07003333 case LPFC_LINK_SPEED_128GHZ:
James Smarta085e872015-12-16 18:12:02 -05003334 break;
3335 default:
3336 phba->fc_linkspeed = LPFC_LINK_SPEED_UNKNOWN;
3337 break;
3338 }
dea31012005-04-17 16:05:31 -05003339 }
3340
James Smarte74c03c2013-04-17 20:15:19 -04003341 if (phba->fc_topology &&
3342 phba->fc_topology != bf_get(lpfc_mbx_read_top_topology, la)) {
3343 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
3344 "3314 Toplogy changed was 0x%x is 0x%x\n",
3345 phba->fc_topology,
3346 bf_get(lpfc_mbx_read_top_topology, la));
3347 phba->fc_topology_changed = 1;
3348 }
3349
James Smart76a95d72010-11-20 23:11:48 -05003350 phba->fc_topology = bf_get(lpfc_mbx_read_top_topology, la);
James Smart8aaa7bc2020-10-20 13:27:17 -07003351 phba->link_flag &= ~(LS_NPIV_FAB_SUPPORTED | LS_CT_VEN_RPA);
dea31012005-04-17 16:05:31 -05003352
James Smartdf9e1b52011-12-13 13:22:17 -05003353 shost = lpfc_shost_from_vport(vport);
James Smart76a95d72010-11-20 23:11:48 -05003354 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05003355 phba->sli3_options &= ~LPFC_SLI3_NPIV_ENABLED;
dea31012005-04-17 16:05:31 -05003356
James Smart6a9c52c2009-10-02 15:16:51 -04003357 /* if npiv is enabled and this adapter supports npiv log
3358 * a message that npiv is not supported in this topology
3359 */
3360 if (phba->cfg_enable_npiv && phba->max_vpi)
James Smart495a7142008-06-14 22:52:59 -04003361 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3362 "1309 Link Up Event npiv not supported in loop "
3363 "topology\n");
James Smart92d7f7b2007-06-17 19:56:38 -05003364 /* Get Loop Map information */
James Smart38c20672013-03-01 16:37:44 -05003365 if (bf_get(lpfc_mbx_read_top_il, la))
3366 fc_flags |= FC_LBIT;
dea31012005-04-17 16:05:31 -05003367
James Smart76a95d72010-11-20 23:11:48 -05003368 vport->fc_myDID = bf_get(lpfc_mbx_read_top_alpa_granted, la);
3369 i = la->lilpBde64.tus.f.bdeSize;
dea31012005-04-17 16:05:31 -05003370
3371 if (i == 0) {
3372 phba->alpa_map[0] = 0;
3373 } else {
James Smarte8b62012007-08-02 11:10:09 -04003374 if (vport->cfg_log_verbose & LOG_LINK_EVENT) {
dea31012005-04-17 16:05:31 -05003375 int numalpa, j, k;
3376 union {
3377 uint8_t pamap[16];
3378 struct {
3379 uint32_t wd1;
3380 uint32_t wd2;
3381 uint32_t wd3;
3382 uint32_t wd4;
3383 } pa;
3384 } un;
3385 numalpa = phba->alpa_map[0];
3386 j = 0;
3387 while (j < numalpa) {
3388 memset(un.pamap, 0, 16);
3389 for (k = 1; j < numalpa; k++) {
3390 un.pamap[k - 1] =
3391 phba->alpa_map[j + 1];
3392 j++;
3393 if (k == 16)
3394 break;
3395 }
3396 /* Link Up Event ALPA map */
3397 lpfc_printf_log(phba,
James Smart92d7f7b2007-06-17 19:56:38 -05003398 KERN_WARNING,
3399 LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003400 "1304 Link Up Event "
James Smart92d7f7b2007-06-17 19:56:38 -05003401 "ALPA map Data: x%x "
3402 "x%x x%x x%x\n",
James Smart92d7f7b2007-06-17 19:56:38 -05003403 un.pa.wd1, un.pa.wd2,
3404 un.pa.wd3, un.pa.wd4);
dea31012005-04-17 16:05:31 -05003405 }
3406 }
3407 }
3408 } else {
James Smart92d7f7b2007-06-17 19:56:38 -05003409 if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)) {
James Smart78b2d852007-08-02 11:10:21 -04003410 if (phba->max_vpi && phba->cfg_enable_npiv &&
James Smartdf9e1b52011-12-13 13:22:17 -05003411 (phba->sli_rev >= LPFC_SLI_REV3))
James Smart92d7f7b2007-06-17 19:56:38 -05003412 phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED;
3413 }
James Smart2e0fef82007-06-17 19:56:36 -05003414 vport->fc_myDID = phba->fc_pref_DID;
James Smart38c20672013-03-01 16:37:44 -05003415 fc_flags |= FC_LBIT;
dea31012005-04-17 16:05:31 -05003416 }
James Smart894bb172019-08-14 16:56:52 -07003417 spin_unlock_irqrestore(&phba->hbalock, iflags);
dea31012005-04-17 16:05:31 -05003418
James Smart38c20672013-03-01 16:37:44 -05003419 if (fc_flags) {
James Smart894bb172019-08-14 16:56:52 -07003420 spin_lock_irqsave(shost->host_lock, iflags);
James Smart38c20672013-03-01 16:37:44 -05003421 vport->fc_flag |= fc_flags;
James Smart894bb172019-08-14 16:56:52 -07003422 spin_unlock_irqrestore(shost->host_lock, iflags);
James Smart38c20672013-03-01 16:37:44 -05003423 }
3424
dea31012005-04-17 16:05:31 -05003425 lpfc_linkup(phba);
James Smart835214f2020-01-27 16:23:03 -08003426 sparam_mbox = NULL;
3427
James Smart9f1177a2010-02-26 14:12:57 -05003428 sparam_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3429 if (!sparam_mbox)
3430 goto out;
3431
3432 rc = lpfc_read_sparam(phba, sparam_mbox, 0);
3433 if (rc) {
3434 mempool_free(sparam_mbox, phba->mbox_mem_pool);
3435 goto out;
3436 }
3437 sparam_mbox->vport = vport;
3438 sparam_mbox->mbox_cmpl = lpfc_mbx_cmpl_read_sparam;
3439 rc = lpfc_sli_issue_mbox(phba, sparam_mbox, MBX_NOWAIT);
3440 if (rc == MBX_NOT_FINISHED) {
James Smart3e1f0712018-11-29 16:09:29 -08003441 mp = (struct lpfc_dmabuf *)sparam_mbox->ctx_buf;
James Smart9f1177a2010-02-26 14:12:57 -05003442 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3443 kfree(mp);
3444 mempool_free(sparam_mbox, phba->mbox_mem_pool);
3445 goto out;
dea31012005-04-17 16:05:31 -05003446 }
3447
James Smart7f048392020-09-11 13:01:47 -07003448 if (!(phba->hba_flag & HBA_FCOE_MODE)) {
3449 cfglink_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3450 if (!cfglink_mbox)
3451 goto out;
3452 vport->port_state = LPFC_LOCAL_CFG_LINK;
3453 lpfc_config_link(phba, cfglink_mbox);
3454 cfglink_mbox->vport = vport;
3455 cfglink_mbox->mbox_cmpl = lpfc_mbx_cmpl_local_config_link;
3456 rc = lpfc_sli_issue_mbox(phba, cfglink_mbox, MBX_NOWAIT);
3457 if (rc == MBX_NOT_FINISHED) {
3458 mempool_free(cfglink_mbox, phba->mbox_mem_pool);
3459 goto out;
3460 }
3461 } else {
James Smart32b97932009-07-19 10:01:21 -04003462 vport->port_state = LPFC_VPORT_UNKNOWN;
James Smart6fb120a2009-05-22 14:52:59 -04003463 /*
3464 * Add the driver's default FCF record at FCF index 0 now. This
3465 * is phase 1 implementation that support FCF index 0 and driver
3466 * defaults.
3467 */
James Smart45ed1192009-10-02 15:17:02 -04003468 if (!(phba->hba_flag & HBA_FIP_SUPPORT)) {
James Smart6fb120a2009-05-22 14:52:59 -04003469 fcf_record = kzalloc(sizeof(struct fcf_record),
3470 GFP_KERNEL);
3471 if (unlikely(!fcf_record)) {
3472 lpfc_printf_log(phba, KERN_ERR,
Dick Kennedy372c1872020-06-30 14:50:00 -07003473 LOG_TRACE_EVENT,
Uwe Kleine-Königb5950762010-11-01 15:38:34 -04003474 "2554 Could not allocate memory for "
James Smart6fb120a2009-05-22 14:52:59 -04003475 "fcf record\n");
3476 rc = -ENODEV;
3477 goto out;
3478 }
3479
3480 lpfc_sli4_build_dflt_fcf_record(phba, fcf_record,
3481 LPFC_FCOE_FCF_DEF_INDEX);
3482 rc = lpfc_sli4_add_fcf_record(phba, fcf_record);
3483 if (unlikely(rc)) {
3484 lpfc_printf_log(phba, KERN_ERR,
Dick Kennedy372c1872020-06-30 14:50:00 -07003485 LOG_TRACE_EVENT,
James Smart6fb120a2009-05-22 14:52:59 -04003486 "2013 Could not manually add FCF "
3487 "record 0, status %d\n", rc);
3488 rc = -ENODEV;
3489 kfree(fcf_record);
3490 goto out;
3491 }
3492 kfree(fcf_record);
3493 }
3494 /*
3495 * The driver is expected to do FIP/FCF. Call the port
3496 * and get the FCF Table.
3497 */
James Smart894bb172019-08-14 16:56:52 -07003498 spin_lock_irqsave(&phba->hbalock, iflags);
James Smarta93ff372010-10-22 11:06:08 -04003499 if (phba->hba_flag & FCF_TS_INPROG) {
James Smart894bb172019-08-14 16:56:52 -07003500 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smart32b97932009-07-19 10:01:21 -04003501 return;
3502 }
James Smart0c9ab6f2010-02-26 14:15:57 -05003503 /* This is the initial FCF discovery scan */
3504 phba->fcf.fcf_flag |= FCF_INIT_DISC;
James Smart894bb172019-08-14 16:56:52 -07003505 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smart0c9ab6f2010-02-26 14:15:57 -05003506 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
3507 "2778 Start FCF table scan at linkup\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05003508 rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba,
3509 LPFC_FCOE_FCF_GET_FIRST);
3510 if (rc) {
James Smart894bb172019-08-14 16:56:52 -07003511 spin_lock_irqsave(&phba->hbalock, iflags);
James Smart0c9ab6f2010-02-26 14:15:57 -05003512 phba->fcf.fcf_flag &= ~FCF_INIT_DISC;
James Smart894bb172019-08-14 16:56:52 -07003513 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smart6fb120a2009-05-22 14:52:59 -04003514 goto out;
James Smart0c9ab6f2010-02-26 14:15:57 -05003515 }
James Smart38b92ef2010-08-04 16:11:39 -04003516 /* Reset FCF roundrobin bmask for new discovery */
James Smart7d791df2011-07-22 18:37:52 -04003517 lpfc_sli4_clear_fcf_rr_bmask(phba);
dea31012005-04-17 16:05:31 -05003518 }
James Smart6fb120a2009-05-22 14:52:59 -04003519
James Smarte3ba04c2019-12-18 15:58:02 -08003520 /* Prepare for LINK up registrations */
3521 memset(phba->os_host_name, 0, sizeof(phba->os_host_name));
3522 scnprintf(phba->os_host_name, sizeof(phba->os_host_name), "%s",
3523 init_utsname()->nodename);
James Smart6fb120a2009-05-22 14:52:59 -04003524 return;
James Smart92d7f7b2007-06-17 19:56:38 -05003525out:
3526 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
Dick Kennedy372c1872020-06-30 14:50:00 -07003527 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
James Smart32350662019-08-14 16:57:06 -07003528 "0263 Discovery Mailbox error: state: 0x%x : x%px x%px\n",
James Smarte8b62012007-08-02 11:10:09 -04003529 vport->port_state, sparam_mbox, cfglink_mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05003530 lpfc_issue_clear_la(phba, vport);
3531 return;
dea31012005-04-17 16:05:31 -05003532}
3533
3534static void
James Smart84774a42008-08-24 21:50:06 -04003535lpfc_enable_la(struct lpfc_hba *phba)
James Smart2e0fef82007-06-17 19:56:36 -05003536{
dea31012005-04-17 16:05:31 -05003537 uint32_t control;
3538 struct lpfc_sli *psli = &phba->sli;
James Smart2e0fef82007-06-17 19:56:36 -05003539 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003540 psli->sli_flag |= LPFC_PROCESS_LA;
James Smart3772a992009-05-22 14:50:54 -04003541 if (phba->sli_rev <= LPFC_SLI_REV3) {
3542 control = readl(phba->HCregaddr);
3543 control |= HC_LAINT_ENA;
3544 writel(control, phba->HCregaddr);
3545 readl(phba->HCregaddr); /* flush */
3546 }
James Smart2e0fef82007-06-17 19:56:36 -05003547 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003548}
3549
James Smart84774a42008-08-24 21:50:06 -04003550static void
3551lpfc_mbx_issue_link_down(struct lpfc_hba *phba)
3552{
3553 lpfc_linkdown(phba);
3554 lpfc_enable_la(phba);
James Smart6fb120a2009-05-22 14:52:59 -04003555 lpfc_unregister_unused_fcf(phba);
James Smart84774a42008-08-24 21:50:06 -04003556 /* turn on Link Attention interrupts - no CLEAR_LA needed */
3557}
3558
3559
dea31012005-04-17 16:05:31 -05003560/*
James Smart76a95d72010-11-20 23:11:48 -05003561 * This routine handles processing a READ_TOPOLOGY mailbox
dea31012005-04-17 16:05:31 -05003562 * command upon completion. It is setup in the LPFC_MBOXQ
3563 * as the completion routine when the command is
James Smart895427b2017-02-12 13:52:30 -08003564 * handed off to the SLI layer. SLI4 only.
dea31012005-04-17 16:05:31 -05003565 */
3566void
James Smart76a95d72010-11-20 23:11:48 -05003567lpfc_mbx_cmpl_read_topology(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003568{
James Smart2e0fef82007-06-17 19:56:36 -05003569 struct lpfc_vport *vport = pmb->vport;
3570 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart76a95d72010-11-20 23:11:48 -05003571 struct lpfc_mbx_read_top *la;
James Smart895427b2017-02-12 13:52:30 -08003572 struct lpfc_sli_ring *pring;
James Smart04c68492009-05-22 14:52:52 -04003573 MAILBOX_t *mb = &pmb->u.mb;
James Smart3e1f0712018-11-29 16:09:29 -08003574 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)(pmb->ctx_buf);
James Smartaeb3c812017-04-21 16:05:02 -07003575 uint8_t attn_type;
James Smart894bb172019-08-14 16:56:52 -07003576 unsigned long iflags;
dea31012005-04-17 16:05:31 -05003577
James Smart0d2b6b82008-06-14 22:52:47 -04003578 /* Unblock ELS traffic */
James Smart895427b2017-02-12 13:52:30 -08003579 pring = lpfc_phba_elsring(phba);
Dick Kennedy1234a6d2017-09-29 17:34:29 -07003580 if (pring)
3581 pring->flag &= ~LPFC_STOP_IOCB_EVENT;
James Smart895427b2017-02-12 13:52:30 -08003582
dea31012005-04-17 16:05:31 -05003583 /* Check for error */
3584 if (mb->mbxStatus) {
James Smarted957682007-06-17 19:56:37 -05003585 lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003586 "1307 READ_LA mbox error x%x state x%x\n",
3587 mb->mbxStatus, vport->port_state);
dea31012005-04-17 16:05:31 -05003588 lpfc_mbx_issue_link_down(phba);
James Smart2e0fef82007-06-17 19:56:36 -05003589 phba->link_state = LPFC_HBA_ERROR;
James Smart76a95d72010-11-20 23:11:48 -05003590 goto lpfc_mbx_cmpl_read_topology_free_mbuf;
dea31012005-04-17 16:05:31 -05003591 }
3592
James Smart76a95d72010-11-20 23:11:48 -05003593 la = (struct lpfc_mbx_read_top *) &pmb->u.mb.un.varReadTop;
James Smartaeb3c812017-04-21 16:05:02 -07003594 attn_type = bf_get(lpfc_mbx_read_top_att_type, la);
dea31012005-04-17 16:05:31 -05003595
3596 memcpy(&phba->alpa_map[0], mp->virt, 128);
3597
James Smart894bb172019-08-14 16:56:52 -07003598 spin_lock_irqsave(shost->host_lock, iflags);
James Smart76a95d72010-11-20 23:11:48 -05003599 if (bf_get(lpfc_mbx_read_top_pb, la))
James Smart2e0fef82007-06-17 19:56:36 -05003600 vport->fc_flag |= FC_BYPASSED_MODE;
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05003601 else
James Smart2e0fef82007-06-17 19:56:36 -05003602 vport->fc_flag &= ~FC_BYPASSED_MODE;
James Smart894bb172019-08-14 16:56:52 -07003603 spin_unlock_irqrestore(shost->host_lock, iflags);
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05003604
James Smartbe0c0082013-03-01 16:38:14 -05003605 if (phba->fc_eventTag <= la->eventTag) {
dea31012005-04-17 16:05:31 -05003606 phba->fc_stat.LinkMultiEvent++;
James Smartaeb3c812017-04-21 16:05:02 -07003607 if (attn_type == LPFC_ATT_LINK_UP)
dea31012005-04-17 16:05:31 -05003608 if (phba->fc_eventTag != 0)
3609 lpfc_linkdown(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05003610 }
dea31012005-04-17 16:05:31 -05003611
3612 phba->fc_eventTag = la->eventTag;
James Smartbe0c0082013-03-01 16:38:14 -05003613 if (phba->sli_rev < LPFC_SLI_REV4) {
James Smart894bb172019-08-14 16:56:52 -07003614 spin_lock_irqsave(&phba->hbalock, iflags);
James Smartbe0c0082013-03-01 16:38:14 -05003615 if (bf_get(lpfc_mbx_read_top_mm, la))
3616 phba->sli.sli_flag |= LPFC_MENLO_MAINT;
3617 else
3618 phba->sli.sli_flag &= ~LPFC_MENLO_MAINT;
James Smart894bb172019-08-14 16:56:52 -07003619 spin_unlock_irqrestore(&phba->hbalock, iflags);
James Smartbe0c0082013-03-01 16:38:14 -05003620 }
dea31012005-04-17 16:05:31 -05003621
James Smart4d9ab992009-10-02 15:16:39 -04003622 phba->link_events++;
James Smartaeb3c812017-04-21 16:05:02 -07003623 if ((attn_type == LPFC_ATT_LINK_UP) &&
James Smartbe0c0082013-03-01 16:38:14 -05003624 !(phba->sli.sli_flag & LPFC_MENLO_MAINT)) {
dea31012005-04-17 16:05:31 -05003625 phba->fc_stat.LinkUp++;
James Smart2e0fef82007-06-17 19:56:36 -05003626 if (phba->link_flag & LS_LOOPBACK_MODE) {
James Smart3163f722008-02-08 18:50:25 -05003627 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003628 "1306 Link Up Event in loop back mode "
3629 "x%x received Data: x%x x%x x%x x%x\n",
3630 la->eventTag, phba->fc_eventTag,
James Smart76a95d72010-11-20 23:11:48 -05003631 bf_get(lpfc_mbx_read_top_alpa_granted,
3632 la),
3633 bf_get(lpfc_mbx_read_top_link_spd, la),
James Smarte8b62012007-08-02 11:10:09 -04003634 phba->alpa_map[0]);
James Smart5b8bd0c2007-04-25 09:52:49 -04003635 } else {
3636 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003637 "1303 Link Up Event x%x received "
James Smart84774a42008-08-24 21:50:06 -04003638 "Data: x%x x%x x%x x%x x%x x%x %d\n",
James Smarte8b62012007-08-02 11:10:09 -04003639 la->eventTag, phba->fc_eventTag,
James Smart76a95d72010-11-20 23:11:48 -05003640 bf_get(lpfc_mbx_read_top_alpa_granted,
3641 la),
3642 bf_get(lpfc_mbx_read_top_link_spd, la),
James Smart84774a42008-08-24 21:50:06 -04003643 phba->alpa_map[0],
James Smart76a95d72010-11-20 23:11:48 -05003644 bf_get(lpfc_mbx_read_top_mm, la),
3645 bf_get(lpfc_mbx_read_top_fa, la),
James Smart84774a42008-08-24 21:50:06 -04003646 phba->wait_4_mlo_maint_flg);
James Smart5b8bd0c2007-04-25 09:52:49 -04003647 }
James Smart92d7f7b2007-06-17 19:56:38 -05003648 lpfc_mbx_process_link_up(phba, la);
James Smartaeb3c812017-04-21 16:05:02 -07003649 } else if (attn_type == LPFC_ATT_LINK_DOWN ||
3650 attn_type == LPFC_ATT_UNEXP_WWPN) {
dea31012005-04-17 16:05:31 -05003651 phba->fc_stat.LinkDown++;
James Smart1b511972011-12-13 13:23:09 -05003652 if (phba->link_flag & LS_LOOPBACK_MODE)
James Smart3163f722008-02-08 18:50:25 -05003653 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3654 "1308 Link Down Event in loop back mode "
3655 "x%x received "
3656 "Data: x%x x%x x%x\n",
3657 la->eventTag, phba->fc_eventTag,
3658 phba->pport->port_state, vport->fc_flag);
James Smartaeb3c812017-04-21 16:05:02 -07003659 else if (attn_type == LPFC_ATT_UNEXP_WWPN)
3660 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smartb9da8142019-11-04 16:57:04 -08003661 "1313 Link Down Unexpected FA WWPN Event x%x "
3662 "received Data: x%x x%x x%x x%x x%x\n",
James Smartaeb3c812017-04-21 16:05:02 -07003663 la->eventTag, phba->fc_eventTag,
3664 phba->pport->port_state, vport->fc_flag,
3665 bf_get(lpfc_mbx_read_top_mm, la),
3666 bf_get(lpfc_mbx_read_top_fa, la));
James Smart1b511972011-12-13 13:23:09 -05003667 else
James Smart3163f722008-02-08 18:50:25 -05003668 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003669 "1305 Link Down Event x%x received "
James Smart84774a42008-08-24 21:50:06 -04003670 "Data: x%x x%x x%x x%x x%x\n",
3671 la->eventTag, phba->fc_eventTag,
3672 phba->pport->port_state, vport->fc_flag,
James Smart76a95d72010-11-20 23:11:48 -05003673 bf_get(lpfc_mbx_read_top_mm, la),
3674 bf_get(lpfc_mbx_read_top_fa, la));
James Smart84774a42008-08-24 21:50:06 -04003675 lpfc_mbx_issue_link_down(phba);
3676 }
James Smartaeb3c812017-04-21 16:05:02 -07003677 if (phba->sli.sli_flag & LPFC_MENLO_MAINT &&
3678 attn_type == LPFC_ATT_LINK_UP) {
James Smart84774a42008-08-24 21:50:06 -04003679 if (phba->link_state != LPFC_LINK_DOWN) {
3680 phba->fc_stat.LinkDown++;
3681 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3682 "1312 Link Down Event x%x received "
dea31012005-04-17 16:05:31 -05003683 "Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04003684 la->eventTag, phba->fc_eventTag,
James Smart2e0fef82007-06-17 19:56:36 -05003685 phba->pport->port_state, vport->fc_flag);
James Smart84774a42008-08-24 21:50:06 -04003686 lpfc_mbx_issue_link_down(phba);
3687 } else
3688 lpfc_enable_la(phba);
3689
3690 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3691 "1310 Menlo Maint Mode Link up Event x%x rcvd "
3692 "Data: x%x x%x x%x\n",
3693 la->eventTag, phba->fc_eventTag,
3694 phba->pport->port_state, vport->fc_flag);
3695 /*
3696 * The cmnd that triggered this will be waiting for this
3697 * signal.
3698 */
3699 /* WAKEUP for MENLO_SET_MODE or MENLO_RESET command. */
3700 if (phba->wait_4_mlo_maint_flg) {
3701 phba->wait_4_mlo_maint_flg = 0;
3702 wake_up_interruptible(&phba->wait_4_mlo_m_q);
James Smart3163f722008-02-08 18:50:25 -05003703 }
James Smart84774a42008-08-24 21:50:06 -04003704 }
3705
James Smartbe0c0082013-03-01 16:38:14 -05003706 if ((phba->sli_rev < LPFC_SLI_REV4) &&
3707 bf_get(lpfc_mbx_read_top_fa, la)) {
3708 if (phba->sli.sli_flag & LPFC_MENLO_MAINT)
James Smart84774a42008-08-24 21:50:06 -04003709 lpfc_issue_clear_la(phba, vport);
3710 lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT,
James Smart76a95d72010-11-20 23:11:48 -05003711 "1311 fa %d\n",
3712 bf_get(lpfc_mbx_read_top_fa, la));
dea31012005-04-17 16:05:31 -05003713 }
3714
James Smart76a95d72010-11-20 23:11:48 -05003715lpfc_mbx_cmpl_read_topology_free_mbuf:
dea31012005-04-17 16:05:31 -05003716 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3717 kfree(mp);
3718 mempool_free(pmb, phba->mbox_mem_pool);
3719 return;
3720}
3721
3722/*
3723 * This routine handles processing a REG_LOGIN mailbox
3724 * command upon completion. It is setup in the LPFC_MBOXQ
3725 * as the completion routine when the command is
3726 * handed off to the SLI layer.
3727 */
3728void
James Smart2e0fef82007-06-17 19:56:36 -05003729lpfc_mbx_cmpl_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003730{
James Smart2e0fef82007-06-17 19:56:36 -05003731 struct lpfc_vport *vport = pmb->vport;
James Smart3e1f0712018-11-29 16:09:29 -08003732 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)(pmb->ctx_buf);
3733 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *)pmb->ctx_ndlp;
dea31012005-04-17 16:05:31 -05003734
James Smart3e1f0712018-11-29 16:09:29 -08003735 pmb->ctx_buf = NULL;
3736 pmb->ctx_ndlp = NULL;
dea31012005-04-17 16:05:31 -05003737
James Smart52edb2c2020-11-15 11:26:35 -08003738 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI | LOG_NODE | LOG_DISCOVERY,
James Smart307e3382020-11-15 11:26:30 -08003739 "0002 rpi:%x DID:%x flg:%x %d x%px\n",
James Smartbe6bb942015-04-07 15:07:22 -04003740 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01003741 kref_read(&ndlp->kref),
James Smart307e3382020-11-15 11:26:30 -08003742 ndlp);
James Smartffc95492010-06-07 15:23:17 -04003743 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND)
3744 ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND;
3745
James Smart40426292010-12-15 17:58:10 -05003746 if (ndlp->nlp_flag & NLP_IGNR_REG_CMPL ||
3747 ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) {
James Smartffc95492010-06-07 15:23:17 -04003748 /* We rcvd a rscn after issuing this
3749 * mbox reg login, we may have cycled
3750 * back through the state and be
3751 * back at reg login state so this
3752 * mbox needs to be ignored becase
3753 * there is another reg login in
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003754 * process.
James Smartffc95492010-06-07 15:23:17 -04003755 */
James Smartc6adba12020-11-15 11:26:34 -08003756 spin_lock_irq(&ndlp->lock);
James Smartffc95492010-06-07 15:23:17 -04003757 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
James Smartc6adba12020-11-15 11:26:34 -08003758 spin_unlock_irq(&ndlp->lock);
James Smart895427b2017-02-12 13:52:30 -08003759
3760 /*
3761 * We cannot leave the RPI registered because
3762 * if we go thru discovery again for this ndlp
3763 * a subsequent REG_RPI will fail.
3764 */
3765 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
3766 lpfc_unreg_rpi(vport, ndlp);
James Smart4b7789b72015-12-16 18:11:55 -05003767 }
3768
3769 /* Call state machine */
3770 lpfc_disc_state_machine(vport, ndlp, pmb, NLP_EVT_CMPL_REG_LOGIN);
James Smartffc95492010-06-07 15:23:17 -04003771
dea31012005-04-17 16:05:31 -05003772 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3773 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05003774 mempool_free(pmb, phba->mbox_mem_pool);
James Smartfa4066b2008-01-11 01:53:27 -05003775 /* decrement the node reference count held for this callback
3776 * function.
3777 */
James Smart329f9bc2007-04-25 09:53:01 -04003778 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003779
3780 return;
3781}
3782
James Smart92d7f7b2007-06-17 19:56:38 -05003783static void
3784lpfc_mbx_cmpl_unreg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
3785{
James Smart04c68492009-05-22 14:52:52 -04003786 MAILBOX_t *mb = &pmb->u.mb;
James Smart92d7f7b2007-06-17 19:56:38 -05003787 struct lpfc_vport *vport = pmb->vport;
3788 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3789
3790 switch (mb->mbxStatus) {
3791 case 0x0011:
3792 case 0x0020:
James Smarte8b62012007-08-02 11:10:09 -04003793 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
3794 "0911 cmpl_unreg_vpi, mb status = 0x%x\n",
3795 mb->mbxStatus);
James Smart92d7f7b2007-06-17 19:56:38 -05003796 break;
James Smart78730cf2010-04-06 15:06:30 -04003797 /* If VPI is busy, reset the HBA */
3798 case 0x9700:
Dick Kennedy372c1872020-06-30 14:50:00 -07003799 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
James Smart78730cf2010-04-06 15:06:30 -04003800 "2798 Unreg_vpi failed vpi 0x%x, mb status = 0x%x\n",
3801 vport->vpi, mb->mbxStatus);
3802 if (!(phba->pport->load_flag & FC_UNLOADING))
3803 lpfc_workq_post_event(phba, NULL, NULL,
3804 LPFC_EVT_RESET_HBA);
James Smart92d7f7b2007-06-17 19:56:38 -05003805 }
James Smart72100cc2010-02-12 14:43:01 -05003806 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05003807 vport->vpi_state &= ~LPFC_VPI_REGISTERED;
James Smart19878072009-12-21 17:02:00 -05003808 vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI;
James Smart72100cc2010-02-12 14:43:01 -05003809 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05003810 vport->unreg_vpi_cmpl = VPORT_OK;
3811 mempool_free(pmb, phba->mbox_mem_pool);
James Smart1151e3e2011-02-16 12:39:35 -05003812 lpfc_cleanup_vports_rrqs(vport, NULL);
James Smart92d7f7b2007-06-17 19:56:38 -05003813 /*
3814 * This shost reference might have been taken at the beginning of
3815 * lpfc_vport_delete()
3816 */
James Smart1c6f4ef52009-11-18 15:40:49 -05003817 if ((vport->load_flag & FC_UNLOADING) && (vport != phba->pport))
James Smart92d7f7b2007-06-17 19:56:38 -05003818 scsi_host_put(shost);
3819}
3820
James Smartd7c255b2008-08-24 21:50:00 -04003821int
James Smart92d7f7b2007-06-17 19:56:38 -05003822lpfc_mbx_unreg_vpi(struct lpfc_vport *vport)
3823{
3824 struct lpfc_hba *phba = vport->phba;
3825 LPFC_MBOXQ_t *mbox;
3826 int rc;
3827
3828 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3829 if (!mbox)
James Smartd7c255b2008-08-24 21:50:00 -04003830 return 1;
James Smart92d7f7b2007-06-17 19:56:38 -05003831
3832 lpfc_unreg_vpi(phba, vport->vpi, mbox);
3833 mbox->vport = vport;
3834 mbox->mbox_cmpl = lpfc_mbx_cmpl_unreg_vpi;
James Smart0b727fe2007-10-27 13:37:25 -04003835 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart92d7f7b2007-06-17 19:56:38 -05003836 if (rc == MBX_NOT_FINISHED) {
Dick Kennedy372c1872020-06-30 14:50:00 -07003837 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003838 "1800 Could not issue unreg_vpi\n");
James Smart92d7f7b2007-06-17 19:56:38 -05003839 mempool_free(mbox, phba->mbox_mem_pool);
3840 vport->unreg_vpi_cmpl = VPORT_ERROR;
James Smartd7c255b2008-08-24 21:50:00 -04003841 return rc;
James Smart92d7f7b2007-06-17 19:56:38 -05003842 }
James Smartd7c255b2008-08-24 21:50:00 -04003843 return 0;
James Smart92d7f7b2007-06-17 19:56:38 -05003844}
3845
3846static void
3847lpfc_mbx_cmpl_reg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
3848{
3849 struct lpfc_vport *vport = pmb->vport;
3850 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart04c68492009-05-22 14:52:52 -04003851 MAILBOX_t *mb = &pmb->u.mb;
James Smart92d7f7b2007-06-17 19:56:38 -05003852
3853 switch (mb->mbxStatus) {
3854 case 0x0011:
3855 case 0x9601:
3856 case 0x9602:
James Smarte8b62012007-08-02 11:10:09 -04003857 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
3858 "0912 cmpl_reg_vpi, mb status = 0x%x\n",
3859 mb->mbxStatus);
James Smart92d7f7b2007-06-17 19:56:38 -05003860 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
3861 spin_lock_irq(shost->host_lock);
3862 vport->fc_flag &= ~(FC_FABRIC | FC_PUBLIC_LOOP);
3863 spin_unlock_irq(shost->host_lock);
3864 vport->fc_myDID = 0;
James Smarta0f2d3e2017-02-12 13:52:31 -08003865
James Smartf6e84792019-01-28 11:14:38 -08003866 if ((vport->cfg_enable_fc4_type == LPFC_ENABLE_BOTH) ||
3867 (vport->cfg_enable_fc4_type == LPFC_ENABLE_NVME)) {
James Smartd613b6a2017-02-12 13:52:37 -08003868 if (phba->nvmet_support)
3869 lpfc_nvmet_update_targetport(phba);
3870 else
James Smart8c258642017-02-12 13:52:36 -08003871 lpfc_nvme_update_localport(vport);
James Smart8c258642017-02-12 13:52:36 -08003872 }
James Smart92d7f7b2007-06-17 19:56:38 -05003873 goto out;
3874 }
James Smart92d7f7b2007-06-17 19:56:38 -05003875
James Smart72100cc2010-02-12 14:43:01 -05003876 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05003877 vport->vpi_state |= LPFC_VPI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05003878 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
James Smart72100cc2010-02-12 14:43:01 -05003879 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05003880 vport->num_disc_nodes = 0;
3881 /* go thru NPR list and issue ELS PLOGIs */
3882 if (vport->fc_npr_cnt)
3883 lpfc_els_disc_plogi(vport);
3884
3885 if (!vport->num_disc_nodes) {
3886 spin_lock_irq(shost->host_lock);
3887 vport->fc_flag &= ~FC_NDISC_ACTIVE;
3888 spin_unlock_irq(shost->host_lock);
3889 lpfc_can_disctmo(vport);
3890 }
3891 vport->port_state = LPFC_VPORT_READY;
3892
3893out:
3894 mempool_free(pmb, phba->mbox_mem_pool);
3895 return;
3896}
3897
James Smart21e9a0a2009-05-22 14:53:21 -04003898/**
3899 * lpfc_create_static_vport - Read HBA config region to create static vports.
3900 * @phba: pointer to lpfc hba data structure.
3901 *
3902 * This routine issue a DUMP mailbox command for config region 22 to get
3903 * the list of static vports to be created. The function create vports
3904 * based on the information returned from the HBA.
3905 **/
3906void
3907lpfc_create_static_vport(struct lpfc_hba *phba)
3908{
3909 LPFC_MBOXQ_t *pmb = NULL;
3910 MAILBOX_t *mb;
3911 struct static_vport_info *vport_info;
James Smartcdcc2342012-08-14 14:26:35 -04003912 int mbx_wait_rc = 0, i;
James Smart21e9a0a2009-05-22 14:53:21 -04003913 struct fc_vport_identifiers vport_id;
3914 struct fc_vport *new_fc_vport;
3915 struct Scsi_Host *shost;
3916 struct lpfc_vport *vport;
3917 uint16_t offset = 0;
3918 uint8_t *vport_buff;
James Smart1c6834a2009-07-19 10:01:26 -04003919 struct lpfc_dmabuf *mp;
3920 uint32_t byte_count = 0;
James Smart21e9a0a2009-05-22 14:53:21 -04003921
3922 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3923 if (!pmb) {
Dick Kennedy372c1872020-06-30 14:50:00 -07003924 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
James Smart21e9a0a2009-05-22 14:53:21 -04003925 "0542 lpfc_create_static_vport failed to"
3926 " allocate mailbox memory\n");
3927 return;
3928 }
James Smartcdcc2342012-08-14 14:26:35 -04003929 memset(pmb, 0, sizeof(LPFC_MBOXQ_t));
James Smart21e9a0a2009-05-22 14:53:21 -04003930 mb = &pmb->u.mb;
3931
3932 vport_info = kzalloc(sizeof(struct static_vport_info), GFP_KERNEL);
3933 if (!vport_info) {
Dick Kennedy372c1872020-06-30 14:50:00 -07003934 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
James Smart21e9a0a2009-05-22 14:53:21 -04003935 "0543 lpfc_create_static_vport failed to"
3936 " allocate vport_info\n");
3937 mempool_free(pmb, phba->mbox_mem_pool);
3938 return;
3939 }
3940
3941 vport_buff = (uint8_t *) vport_info;
3942 do {
James Smartcdcc2342012-08-14 14:26:35 -04003943 /* free dma buffer from previous round */
James Smart3e1f0712018-11-29 16:09:29 -08003944 if (pmb->ctx_buf) {
3945 mp = (struct lpfc_dmabuf *)pmb->ctx_buf;
James Smartcdcc2342012-08-14 14:26:35 -04003946 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3947 kfree(mp);
3948 }
James Smart1c6834a2009-07-19 10:01:26 -04003949 if (lpfc_dump_static_vport(phba, pmb, offset))
3950 goto out;
3951
James Smart21e9a0a2009-05-22 14:53:21 -04003952 pmb->vport = phba->pport;
James Smartcdcc2342012-08-14 14:26:35 -04003953 mbx_wait_rc = lpfc_sli_issue_mbox_wait(phba, pmb,
3954 LPFC_MBOX_TMO);
James Smart21e9a0a2009-05-22 14:53:21 -04003955
James Smartcdcc2342012-08-14 14:26:35 -04003956 if ((mbx_wait_rc != MBX_SUCCESS) || mb->mbxStatus) {
James Smart21e9a0a2009-05-22 14:53:21 -04003957 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
3958 "0544 lpfc_create_static_vport failed to"
3959 " issue dump mailbox command ret 0x%x "
3960 "status 0x%x\n",
James Smartcdcc2342012-08-14 14:26:35 -04003961 mbx_wait_rc, mb->mbxStatus);
James Smart21e9a0a2009-05-22 14:53:21 -04003962 goto out;
3963 }
3964
James Smart1c6834a2009-07-19 10:01:26 -04003965 if (phba->sli_rev == LPFC_SLI_REV4) {
3966 byte_count = pmb->u.mqe.un.mb_words[5];
James Smart3e1f0712018-11-29 16:09:29 -08003967 mp = (struct lpfc_dmabuf *)pmb->ctx_buf;
James Smart1c6834a2009-07-19 10:01:26 -04003968 if (byte_count > sizeof(struct static_vport_info) -
3969 offset)
3970 byte_count = sizeof(struct static_vport_info)
3971 - offset;
3972 memcpy(vport_buff + offset, mp->virt, byte_count);
3973 offset += byte_count;
3974 } else {
3975 if (mb->un.varDmp.word_cnt >
3976 sizeof(struct static_vport_info) - offset)
3977 mb->un.varDmp.word_cnt =
3978 sizeof(struct static_vport_info)
3979 - offset;
3980 byte_count = mb->un.varDmp.word_cnt;
3981 lpfc_sli_pcimem_bcopy(((uint8_t *)mb) + DMP_RSP_OFFSET,
3982 vport_buff + offset,
3983 byte_count);
James Smart21e9a0a2009-05-22 14:53:21 -04003984
James Smart1c6834a2009-07-19 10:01:26 -04003985 offset += byte_count;
3986 }
James Smart21e9a0a2009-05-22 14:53:21 -04003987
James Smart1c6834a2009-07-19 10:01:26 -04003988 } while (byte_count &&
James Smart21e9a0a2009-05-22 14:53:21 -04003989 offset < sizeof(struct static_vport_info));
3990
3991
3992 if ((le32_to_cpu(vport_info->signature) != VPORT_INFO_SIG) ||
3993 ((le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK)
3994 != VPORT_INFO_REV)) {
Dick Kennedy372c1872020-06-30 14:50:00 -07003995 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
3996 "0545 lpfc_create_static_vport bad"
3997 " information header 0x%x 0x%x\n",
3998 le32_to_cpu(vport_info->signature),
3999 le32_to_cpu(vport_info->rev) &
4000 VPORT_INFO_REV_MASK);
James Smart21e9a0a2009-05-22 14:53:21 -04004001
4002 goto out;
4003 }
4004
4005 shost = lpfc_shost_from_vport(phba->pport);
4006
4007 for (i = 0; i < MAX_STATIC_VPORT_COUNT; i++) {
4008 memset(&vport_id, 0, sizeof(vport_id));
4009 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn);
4010 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn);
4011 if (!vport_id.port_name || !vport_id.node_name)
4012 continue;
4013
4014 vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR;
4015 vport_id.vport_type = FC_PORTTYPE_NPIV;
4016 vport_id.disable = false;
4017 new_fc_vport = fc_vport_create(shost, 0, &vport_id);
4018
4019 if (!new_fc_vport) {
4020 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
4021 "0546 lpfc_create_static_vport failed to"
James Smarte4e74272009-07-19 10:01:38 -04004022 " create vport\n");
James Smart21e9a0a2009-05-22 14:53:21 -04004023 continue;
4024 }
4025
4026 vport = *(struct lpfc_vport **)new_fc_vport->dd_data;
4027 vport->vport_flag |= STATIC_VPORT;
4028 }
4029
4030out:
James Smart21e9a0a2009-05-22 14:53:21 -04004031 kfree(vport_info);
James Smartcdcc2342012-08-14 14:26:35 -04004032 if (mbx_wait_rc != MBX_TIMEOUT) {
James Smart3e1f0712018-11-29 16:09:29 -08004033 if (pmb->ctx_buf) {
4034 mp = (struct lpfc_dmabuf *)pmb->ctx_buf;
James Smart1c6834a2009-07-19 10:01:26 -04004035 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4036 kfree(mp);
4037 }
James Smart21e9a0a2009-05-22 14:53:21 -04004038 mempool_free(pmb, phba->mbox_mem_pool);
James Smart1c6834a2009-07-19 10:01:26 -04004039 }
James Smart21e9a0a2009-05-22 14:53:21 -04004040
4041 return;
4042}
4043
dea31012005-04-17 16:05:31 -05004044/*
4045 * This routine handles processing a Fabric REG_LOGIN mailbox
4046 * command upon completion. It is setup in the LPFC_MBOXQ
4047 * as the completion routine when the command is
4048 * handed off to the SLI layer.
4049 */
4050void
James Smart2e0fef82007-06-17 19:56:36 -05004051lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05004052{
James Smart92d7f7b2007-06-17 19:56:38 -05004053 struct lpfc_vport *vport = pmb->vport;
James Smart21e9a0a2009-05-22 14:53:21 -04004054 MAILBOX_t *mb = &pmb->u.mb;
James Smart3e1f0712018-11-29 16:09:29 -08004055 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)(pmb->ctx_buf);
James Smart92d7f7b2007-06-17 19:56:38 -05004056 struct lpfc_nodelist *ndlp;
James Smartdf9e1b52011-12-13 13:22:17 -05004057 struct Scsi_Host *shost;
dea31012005-04-17 16:05:31 -05004058
James Smart3e1f0712018-11-29 16:09:29 -08004059 ndlp = (struct lpfc_nodelist *)pmb->ctx_ndlp;
4060 pmb->ctx_ndlp = NULL;
4061 pmb->ctx_buf = NULL;
James Smartd439d282010-09-29 11:18:45 -04004062
dea31012005-04-17 16:05:31 -05004063 if (mb->mbxStatus) {
Dick Kennedy372c1872020-06-30 14:50:00 -07004064 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
James Smart21e9a0a2009-05-22 14:53:21 -04004065 "0258 Register Fabric login error: 0x%x\n",
4066 mb->mbxStatus);
dea31012005-04-17 16:05:31 -05004067 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4068 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04004069 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05004070
James Smart76a95d72010-11-20 23:11:48 -05004071 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05004072 /* FLOGI failed, use loop map to make discovery list */
4073 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05004074
James Smart92d7f7b2007-06-17 19:56:38 -05004075 /* Start discovery */
4076 lpfc_disc_start(vport);
James Smarte47c9092008-02-08 18:49:26 -05004077 /* Decrement the reference count to ndlp after the
4078 * reference to the ndlp are done.
4079 */
4080 lpfc_nlp_put(ndlp);
James Smart92d7f7b2007-06-17 19:56:38 -05004081 return;
4082 }
4083
4084 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smarte47c9092008-02-08 18:49:26 -05004085 /* Decrement the reference count to ndlp after the reference
4086 * to the ndlp are done.
4087 */
4088 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05004089 return;
4090 }
4091
James Smart6d368e52011-05-24 11:44:12 -04004092 if (phba->sli_rev < LPFC_SLI_REV4)
4093 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05004094 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05004095 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05004096 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05004097
James Smart2e0fef82007-06-17 19:56:36 -05004098 if (vport->port_state == LPFC_FABRIC_CFG_LINK) {
James Smart4b40c592010-03-15 11:25:44 -04004099 /* when physical port receive logo donot start
4100 * vport discovery */
4101 if (!(vport->fc_flag & FC_LOGO_RCVD_DID_CHNG))
4102 lpfc_start_fdiscs(phba);
James Smartdf9e1b52011-12-13 13:22:17 -05004103 else {
4104 shost = lpfc_shost_from_vport(vport);
4105 spin_lock_irq(shost->host_lock);
James Smart4b40c592010-03-15 11:25:44 -04004106 vport->fc_flag &= ~FC_LOGO_RCVD_DID_CHNG ;
James Smartdf9e1b52011-12-13 13:22:17 -05004107 spin_unlock_irq(shost->host_lock);
4108 }
James Smart92d7f7b2007-06-17 19:56:38 -05004109 lpfc_do_scr_ns_plogi(phba, vport);
dea31012005-04-17 16:05:31 -05004110 }
4111
4112 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4113 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04004114 mempool_free(pmb, phba->mbox_mem_pool);
James Smarte47c9092008-02-08 18:49:26 -05004115
4116 /* Drop the reference count from the mbox at the end after
4117 * all the current reference to the ndlp have been done.
4118 */
4119 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05004120 return;
4121}
4122
James Smarta0f2d3e2017-02-12 13:52:31 -08004123 /*
4124 * This routine will issue a GID_FT for each FC4 Type supported
4125 * by the driver. ALL GID_FTs must complete before discovery is started.
4126 */
4127int
4128lpfc_issue_gidft(struct lpfc_vport *vport)
4129{
James Smarta0f2d3e2017-02-12 13:52:31 -08004130 /* Good status, issue CT Request to NameServer */
James Smartf6e84792019-01-28 11:14:38 -08004131 if ((vport->cfg_enable_fc4_type == LPFC_ENABLE_BOTH) ||
4132 (vport->cfg_enable_fc4_type == LPFC_ENABLE_FCP)) {
James Smarta0f2d3e2017-02-12 13:52:31 -08004133 if (lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, 0, SLI_CTPT_FCP)) {
4134 /* Cannot issue NameServer FCP Query, so finish up
4135 * discovery
4136 */
Dick Kennedy372c1872020-06-30 14:50:00 -07004137 lpfc_printf_vlog(vport, KERN_ERR,
4138 LOG_TRACE_EVENT,
James Smarta0f2d3e2017-02-12 13:52:31 -08004139 "0604 %s FC TYPE %x %s\n",
4140 "Failed to issue GID_FT to ",
4141 FC_TYPE_FCP,
4142 "Finishing discovery.");
4143 return 0;
4144 }
4145 vport->gidft_inp++;
4146 }
4147
James Smartf6e84792019-01-28 11:14:38 -08004148 if ((vport->cfg_enable_fc4_type == LPFC_ENABLE_BOTH) ||
4149 (vport->cfg_enable_fc4_type == LPFC_ENABLE_NVME)) {
James Smarta0f2d3e2017-02-12 13:52:31 -08004150 if (lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, 0, SLI_CTPT_NVME)) {
4151 /* Cannot issue NameServer NVME Query, so finish up
4152 * discovery
4153 */
Dick Kennedy372c1872020-06-30 14:50:00 -07004154 lpfc_printf_vlog(vport, KERN_ERR,
4155 LOG_TRACE_EVENT,
James Smarta0f2d3e2017-02-12 13:52:31 -08004156 "0605 %s FC_TYPE %x %s %d\n",
4157 "Failed to issue GID_FT to ",
4158 FC_TYPE_NVME,
4159 "Finishing discovery: gidftinp ",
4160 vport->gidft_inp);
4161 if (vport->gidft_inp == 0)
4162 return 0;
4163 } else
4164 vport->gidft_inp++;
4165 }
4166 return vport->gidft_inp;
4167}
4168
James Smart7ea92eb2018-10-23 13:41:10 -07004169/**
4170 * lpfc_issue_gidpt - issue a GID_PT for all N_Ports
4171 * @vport: The virtual port for which this call is being executed.
4172 *
4173 * This routine will issue a GID_PT to get a list of all N_Ports
4174 *
4175 * Return value :
4176 * 0 - Failure to issue a GID_PT
4177 * 1 - GID_PT issued
4178 **/
4179int
4180lpfc_issue_gidpt(struct lpfc_vport *vport)
4181{
4182 /* Good status, issue CT Request to NameServer */
4183 if (lpfc_ns_cmd(vport, SLI_CTNS_GID_PT, 0, GID_PT_N_PORT)) {
4184 /* Cannot issue NameServer FCP Query, so finish up
4185 * discovery
4186 */
Dick Kennedy372c1872020-06-30 14:50:00 -07004187 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
James Smart7ea92eb2018-10-23 13:41:10 -07004188 "0606 %s Port TYPE %x %s\n",
4189 "Failed to issue GID_PT to ",
4190 GID_PT_N_PORT,
4191 "Finishing discovery.");
4192 return 0;
4193 }
4194 vport->gidft_inp++;
4195 return 1;
4196}
4197
dea31012005-04-17 16:05:31 -05004198/*
4199 * This routine handles processing a NameServer REG_LOGIN mailbox
4200 * command upon completion. It is setup in the LPFC_MBOXQ
4201 * as the completion routine when the command is
4202 * handed off to the SLI layer.
4203 */
4204void
James Smart2e0fef82007-06-17 19:56:36 -05004205lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05004206{
James Smart21e9a0a2009-05-22 14:53:21 -04004207 MAILBOX_t *mb = &pmb->u.mb;
James Smart3e1f0712018-11-29 16:09:29 -08004208 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)(pmb->ctx_buf);
4209 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *)pmb->ctx_ndlp;
James Smart2e0fef82007-06-17 19:56:36 -05004210 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05004211
James Smart3e1f0712018-11-29 16:09:29 -08004212 pmb->ctx_buf = NULL;
4213 pmb->ctx_ndlp = NULL;
James Smarta0f2d3e2017-02-12 13:52:31 -08004214 vport->gidft_inp = 0;
James Smartd439d282010-09-29 11:18:45 -04004215
dea31012005-04-17 16:05:31 -05004216 if (mb->mbxStatus) {
Dick Kennedy372c1872020-06-30 14:50:00 -07004217 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
James Smart21e9a0a2009-05-22 14:53:21 -04004218 "0260 Register NameServer error: 0x%x\n",
4219 mb->mbxStatus);
James Smarta0f2d3e2017-02-12 13:52:31 -08004220
4221out:
James Smartfa4066b2008-01-11 01:53:27 -05004222 /* decrement the node reference count held for this
4223 * callback function.
4224 */
James Smart329f9bc2007-04-25 09:53:01 -04004225 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05004226 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4227 kfree(mp);
James Smartde0c5b32007-04-25 09:52:27 -04004228 mempool_free(pmb, phba->mbox_mem_pool);
James Smart87af33f2007-10-27 13:37:43 -04004229
James Smart52edb2c2020-11-15 11:26:35 -08004230 /* If the node is not registered with the scsi or nvme
4231 * transport, remove the fabric node. The failed reg_login
4232 * is terminal.
4233 */
4234 if (!(ndlp->fc4_xpt_flags & (SCSI_XPT_REGD | NVME_XPT_REGD))) {
4235 spin_lock_irq(&ndlp->lock);
4236 ndlp->nlp_flag &= ~NLP_NPR_2B_DISC;
4237 spin_unlock_irq(&ndlp->lock);
4238 lpfc_nlp_not_used(ndlp);
4239 }
dea31012005-04-17 16:05:31 -05004240
James Smart76a95d72010-11-20 23:11:48 -05004241 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05004242 /*
4243 * RegLogin failed, use loop map to make discovery
4244 * list
4245 */
4246 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05004247
James Smart92d7f7b2007-06-17 19:56:38 -05004248 /* Start discovery */
4249 lpfc_disc_start(vport);
4250 return;
4251 }
4252 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
dea31012005-04-17 16:05:31 -05004253 return;
4254 }
4255
James Smart6d368e52011-05-24 11:44:12 -04004256 if (phba->sli_rev < LPFC_SLI_REV4)
4257 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05004258 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05004259 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05004260 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
James Smart0f154222019-09-21 20:58:52 -07004261 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE | LOG_DISCOVERY,
James Smart307e3382020-11-15 11:26:30 -08004262 "0003 rpi:%x DID:%x flg:%x %d x%px\n",
James Smartbe6bb942015-04-07 15:07:22 -04004263 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01004264 kref_read(&ndlp->kref),
James Smart307e3382020-11-15 11:26:30 -08004265 ndlp);
dea31012005-04-17 16:05:31 -05004266
James Smart2e0fef82007-06-17 19:56:36 -05004267 if (vport->port_state < LPFC_VPORT_READY) {
4268 /* Link up discovery requires Fabric registration. */
James Smart92d7f7b2007-06-17 19:56:38 -05004269 lpfc_ns_cmd(vport, SLI_CTNS_RNN_ID, 0, 0);
4270 lpfc_ns_cmd(vport, SLI_CTNS_RSNN_NN, 0, 0);
4271 lpfc_ns_cmd(vport, SLI_CTNS_RSPN_ID, 0, 0);
4272 lpfc_ns_cmd(vport, SLI_CTNS_RFT_ID, 0, 0);
James Smarta0f2d3e2017-02-12 13:52:31 -08004273
James Smartf6e84792019-01-28 11:14:38 -08004274 if ((vport->cfg_enable_fc4_type == LPFC_ENABLE_BOTH) ||
4275 (vport->cfg_enable_fc4_type == LPFC_ENABLE_FCP))
James Smarta0f2d3e2017-02-12 13:52:31 -08004276 lpfc_ns_cmd(vport, SLI_CTNS_RFF_ID, 0, FC_TYPE_FCP);
4277
James Smartf6e84792019-01-28 11:14:38 -08004278 if ((vport->cfg_enable_fc4_type == LPFC_ENABLE_BOTH) ||
4279 (vport->cfg_enable_fc4_type == LPFC_ENABLE_NVME))
James Smart01649562017-02-12 13:52:32 -08004280 lpfc_ns_cmd(vport, SLI_CTNS_RFF_ID, 0,
4281 FC_TYPE_NVME);
James Smart92d7f7b2007-06-17 19:56:38 -05004282
4283 /* Issue SCR just before NameServer GID_FT Query */
James Smartdf3fe762020-02-10 09:31:55 -08004284 lpfc_issue_els_scr(vport, 0);
4285
James Smart8aaa7bc2020-10-20 13:27:17 -07004286 if (!phba->cfg_enable_mi ||
4287 phba->sli4_hba.pc_sli4_params.mi_ver < LPFC_MIB3_SUPPORT)
4288 lpfc_issue_els_rdf(vport, 0);
dea31012005-04-17 16:05:31 -05004289 }
4290
James Smart2e0fef82007-06-17 19:56:36 -05004291 vport->fc_ns_retry = 0;
James Smarta0f2d3e2017-02-12 13:52:31 -08004292 if (lpfc_issue_gidft(vport) == 0)
James Smart92d7f7b2007-06-17 19:56:38 -05004293 goto out;
dea31012005-04-17 16:05:31 -05004294
James Smarta0f2d3e2017-02-12 13:52:31 -08004295 /*
4296 * At this point in time we may need to wait for multiple
4297 * SLI_CTNS_GID_FT CT commands to complete before we start discovery.
4298 *
4299 * decrement the node reference count held for this
James Smartfa4066b2008-01-11 01:53:27 -05004300 * callback function.
4301 */
James Smart329f9bc2007-04-25 09:53:01 -04004302 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05004303 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4304 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05004305 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05004306
4307 return;
4308}
4309
James Smartfe83e3b2021-05-14 12:55:54 -07004310/*
4311 * This routine handles processing a Fabric Controller REG_LOGIN mailbox
4312 * command upon completion. It is setup in the LPFC_MBOXQ
4313 * as the completion routine when the command is handed off to the SLI layer.
4314 */
4315void
4316lpfc_mbx_cmpl_fc_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
4317{
4318 struct lpfc_vport *vport = pmb->vport;
4319 MAILBOX_t *mb = &pmb->u.mb;
4320 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)(pmb->ctx_buf);
4321 struct lpfc_nodelist *ndlp;
4322
4323 ndlp = (struct lpfc_nodelist *)pmb->ctx_ndlp;
4324 pmb->ctx_ndlp = NULL;
4325 pmb->ctx_buf = NULL;
4326
4327 if (mb->mbxStatus) {
4328 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
4329 "0933 %s: Register FC login error: 0x%x\n",
4330 __func__, mb->mbxStatus);
4331 goto out;
4332 }
4333
4334 if (phba->sli_rev < LPFC_SLI_REV4)
4335 ndlp->nlp_rpi = mb->un.varWords[0];
4336
4337 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4338 "0934 %s: Complete FC x%x RegLogin rpi x%x ste x%x\n",
4339 __func__, ndlp->nlp_DID, ndlp->nlp_rpi,
4340 ndlp->nlp_state);
4341
4342 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
4343 ndlp->nlp_type |= NLP_FABRIC;
4344 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
4345
4346 out:
4347 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4348 kfree(mp);
4349 mempool_free(pmb, phba->mbox_mem_pool);
4350
4351 /* Drop the reference count from the mbox at the end after
4352 * all the current reference to the ndlp have been done.
4353 */
4354 lpfc_nlp_put(ndlp);
4355}
4356
dea31012005-04-17 16:05:31 -05004357static void
James Smart2e0fef82007-06-17 19:56:36 -05004358lpfc_register_remote_port(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004359{
James Smart2e0fef82007-06-17 19:56:36 -05004360 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4361 struct fc_rport *rport;
dea31012005-04-17 16:05:31 -05004362 struct lpfc_rport_data *rdata;
4363 struct fc_rport_identifiers rport_ids;
James Smart2e0fef82007-06-17 19:56:36 -05004364 struct lpfc_hba *phba = vport->phba;
James Smartc6adba12020-11-15 11:26:34 -08004365 unsigned long flags;
dea31012005-04-17 16:05:31 -05004366
James Smartf6e84792019-01-28 11:14:38 -08004367 if (vport->cfg_enable_fc4_type == LPFC_ENABLE_NVME)
James Smart895427b2017-02-12 13:52:30 -08004368 return;
4369
dea31012005-04-17 16:05:31 -05004370 /* Remote port has reappeared. Re-register w/ FC transport */
Andrew Morton68ce1eb2005-09-21 09:46:54 -07004371 rport_ids.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn);
4372 rport_ids.port_name = wwn_to_u64(ndlp->nlp_portname.u.wwn);
dea31012005-04-17 16:05:31 -05004373 rport_ids.port_id = ndlp->nlp_DID;
4374 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN;
dea31012005-04-17 16:05:31 -05004375
James Smart858c9f62007-06-17 19:56:39 -05004376
4377 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
James Smartc6adba12020-11-15 11:26:34 -08004378 "rport add: did:x%x flg:x%x type x%x",
4379 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
James Smart858c9f62007-06-17 19:56:39 -05004380
James Smart9589b0622011-04-16 11:03:17 -04004381 /* Don't add the remote port if unloading. */
4382 if (vport->load_flag & FC_UNLOADING)
4383 return;
4384
James Smartc6adba12020-11-15 11:26:34 -08004385 /*
4386 * Disassociate any older association between this ndlp and rport
4387 */
4388 if (ndlp->rport) {
4389 rdata = ndlp->rport->dd_data;
4390 rdata->pnode = NULL;
4391 }
4392
James Smart2e0fef82007-06-17 19:56:36 -05004393 ndlp->rport = rport = fc_remote_port_add(shost, 0, &rport_ids);
James Smart95f0ef82020-11-15 11:26:32 -08004394 if (!rport) {
dea31012005-04-17 16:05:31 -05004395 dev_printk(KERN_WARNING, &phba->pcidev->dev,
4396 "Warning: fc_remote_port_add failed\n");
4397 return;
4398 }
4399
James Smartc6adba12020-11-15 11:26:34 -08004400 /* Successful port add. Complete initializing node data */
dea31012005-04-17 16:05:31 -05004401 rport->maxframe_size = ndlp->nlp_maxframe;
4402 rport->supported_classes = ndlp->nlp_class_sup;
dea31012005-04-17 16:05:31 -05004403 rdata = rport->dd_data;
James Smart329f9bc2007-04-25 09:53:01 -04004404 rdata->pnode = lpfc_nlp_get(ndlp);
James Smart4430f7f2020-11-15 11:26:31 -08004405 if (!rdata->pnode) {
4406 dev_warn(&phba->pcidev->dev,
4407 "Warning - node ref failed. Unreg rport\n");
4408 fc_remote_port_delete(rport);
4409 ndlp->rport = NULL;
4410 return;
4411 }
James.Smart@Emulex.Com23dc04f2005-11-28 11:41:44 -05004412
James Smartc6adba12020-11-15 11:26:34 -08004413 spin_lock_irqsave(&ndlp->lock, flags);
4414 ndlp->fc4_xpt_flags |= SCSI_XPT_REGD;
4415 spin_unlock_irqrestore(&ndlp->lock, flags);
4416
James.Smart@Emulex.Com23dc04f2005-11-28 11:41:44 -05004417 if (ndlp->nlp_type & NLP_FCP_TARGET)
Hannes Reineckea6a6d052019-04-10 16:16:19 +02004418 rport_ids.roles |= FC_PORT_ROLE_FCP_TARGET;
James.Smart@Emulex.Com23dc04f2005-11-28 11:41:44 -05004419 if (ndlp->nlp_type & NLP_FCP_INITIATOR)
Hannes Reineckea6a6d052019-04-10 16:16:19 +02004420 rport_ids.roles |= FC_PORT_ROLE_FCP_INITIATOR;
4421 if (ndlp->nlp_type & NLP_NVME_INITIATOR)
4422 rport_ids.roles |= FC_PORT_ROLE_NVME_INITIATOR;
4423 if (ndlp->nlp_type & NLP_NVME_TARGET)
4424 rport_ids.roles |= FC_PORT_ROLE_NVME_TARGET;
4425 if (ndlp->nlp_type & NLP_NVME_DISCOVERY)
4426 rport_ids.roles |= FC_PORT_ROLE_NVME_DISCOVERY;
James.Smart@Emulex.Com23dc04f2005-11-28 11:41:44 -05004427
James.Smart@Emulex.Com23dc04f2005-11-28 11:41:44 -05004428 if (rport_ids.roles != FC_RPORT_ROLE_UNKNOWN)
4429 fc_remote_port_rolechg(rport, rport_ids.roles);
4430
James Smart34f5ad82012-08-03 12:35:03 -04004431 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
James Smartc6adba12020-11-15 11:26:34 -08004432 "3183 %s rport x%px DID x%x, role x%x\n",
4433 __func__, rport, rport->port_id, rport->roles);
James Smart34f5ad82012-08-03 12:35:03 -04004434
James Smart071fbd3d2006-04-15 11:53:20 -04004435 if ((rport->scsi_target_id != -1) &&
James Smart92d7f7b2007-06-17 19:56:38 -05004436 (rport->scsi_target_id < LPFC_MAX_TARGET)) {
James Smart071fbd3d2006-04-15 11:53:20 -04004437 ndlp->nlp_sid = rport->scsi_target_id;
4438 }
James Smart95f0ef82020-11-15 11:26:32 -08004439
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04004440 return;
4441}
4442
4443static void
James Smart2e0fef82007-06-17 19:56:36 -05004444lpfc_unregister_remote_port(struct lpfc_nodelist *ndlp)
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04004445{
4446 struct fc_rport *rport = ndlp->rport;
James Smart2ea259e2017-02-12 13:52:27 -08004447 struct lpfc_vport *vport = ndlp->vport;
James Smarta0f2d3e2017-02-12 13:52:31 -08004448
James Smartf6e84792019-01-28 11:14:38 -08004449 if (vport->cfg_enable_fc4_type == LPFC_ENABLE_NVME)
James Smarta0f2d3e2017-02-12 13:52:31 -08004450 return;
James Smartc01f3202006-08-18 17:47:08 -04004451
James Smart2ea259e2017-02-12 13:52:27 -08004452 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
James Smart858c9f62007-06-17 19:56:39 -05004453 "rport delete: did:x%x flg:x%x type x%x",
4454 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
4455
James Smart2ea259e2017-02-12 13:52:27 -08004456 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
James Smartc6adba12020-11-15 11:26:34 -08004457 "3184 rport unregister x%06x, rport x%px "
4458 "xptflg x%x\n",
4459 ndlp->nlp_DID, rport, ndlp->fc4_xpt_flags);
James Smart34f5ad82012-08-03 12:35:03 -04004460
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04004461 fc_remote_port_delete(rport);
James Smartc6adba12020-11-15 11:26:34 -08004462 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05004463}
4464
James Smartde0c5b32007-04-25 09:52:27 -04004465static void
James Smart2e0fef82007-06-17 19:56:36 -05004466lpfc_nlp_counters(struct lpfc_vport *vport, int state, int count)
James Smartde0c5b32007-04-25 09:52:27 -04004467{
James Smart2e0fef82007-06-17 19:56:36 -05004468 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart894bb172019-08-14 16:56:52 -07004469 unsigned long iflags;
James Smart2e0fef82007-06-17 19:56:36 -05004470
James Smart894bb172019-08-14 16:56:52 -07004471 spin_lock_irqsave(shost->host_lock, iflags);
James Smartde0c5b32007-04-25 09:52:27 -04004472 switch (state) {
4473 case NLP_STE_UNUSED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05004474 vport->fc_unused_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004475 break;
4476 case NLP_STE_PLOGI_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05004477 vport->fc_plogi_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004478 break;
4479 case NLP_STE_ADISC_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05004480 vport->fc_adisc_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004481 break;
4482 case NLP_STE_REG_LOGIN_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05004483 vport->fc_reglogin_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004484 break;
4485 case NLP_STE_PRLI_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05004486 vport->fc_prli_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004487 break;
4488 case NLP_STE_UNMAPPED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05004489 vport->fc_unmap_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004490 break;
4491 case NLP_STE_MAPPED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05004492 vport->fc_map_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004493 break;
4494 case NLP_STE_NPR_NODE:
James Smart646a2dd2013-12-17 20:29:22 -05004495 if (vport->fc_npr_cnt == 0 && count == -1)
4496 vport->fc_npr_cnt = 0;
4497 else
4498 vport->fc_npr_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004499 break;
4500 }
James Smart894bb172019-08-14 16:56:52 -07004501 spin_unlock_irqrestore(shost->host_lock, iflags);
James Smartde0c5b32007-04-25 09:52:27 -04004502}
Jamie Wellnitz66a9ed62006-02-28 22:33:10 -05004503
James Smartde0c5b32007-04-25 09:52:27 -04004504static void
James Smart2e0fef82007-06-17 19:56:36 -05004505lpfc_nlp_state_cleanup(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
James Smartde0c5b32007-04-25 09:52:27 -04004506 int old_state, int new_state)
4507{
4508 if (new_state == NLP_STE_UNMAPPED_NODE) {
James Smartde0c5b32007-04-25 09:52:27 -04004509 ndlp->nlp_flag &= ~NLP_NODEV_REMOVE;
4510 ndlp->nlp_type |= NLP_FC_NODE;
4511 }
4512 if (new_state == NLP_STE_MAPPED_NODE)
4513 ndlp->nlp_flag &= ~NLP_NODEV_REMOVE;
4514 if (new_state == NLP_STE_NPR_NODE)
4515 ndlp->nlp_flag &= ~NLP_RCV_PLOGI;
dea31012005-04-17 16:05:31 -05004516
James Smarta0f2d3e2017-02-12 13:52:31 -08004517 /* FCP and NVME Transport interface */
4518 if ((old_state == NLP_STE_MAPPED_NODE ||
4519 old_state == NLP_STE_UNMAPPED_NODE)) {
James Smart07aaefd2021-01-04 10:02:29 -08004520 if (ndlp->rport &&
4521 lpfc_valid_xpt_node(ndlp)) {
James Smarta0f2d3e2017-02-12 13:52:31 -08004522 vport->phba->nport_event_cnt++;
4523 lpfc_unregister_remote_port(ndlp);
4524 }
4525
James Smart1c5b12f2017-04-21 16:05:03 -07004526 if (ndlp->nlp_fc4_type & NLP_FC4_NVME) {
James Smarta0f2d3e2017-02-12 13:52:31 -08004527 vport->phba->nport_event_cnt++;
James Smart3b5bde692017-11-20 16:00:39 -08004528 if (vport->phba->nvmet_support == 0) {
4529 /* Start devloss if target. */
4530 if (ndlp->nlp_type & NLP_NVME_TARGET)
4531 lpfc_nvme_unregister_port(vport, ndlp);
4532 } else {
James Smart6599e122017-06-01 21:07:00 -07004533 /* NVMET has no upcall. */
4534 lpfc_nlp_put(ndlp);
James Smart3b5bde692017-11-20 16:00:39 -08004535 }
James Smarta0f2d3e2017-02-12 13:52:31 -08004536 }
James Smartde0c5b32007-04-25 09:52:27 -04004537 }
dea31012005-04-17 16:05:31 -05004538
James Smarta0f2d3e2017-02-12 13:52:31 -08004539 /* FCP and NVME Transport interfaces */
4540
James Smartde0c5b32007-04-25 09:52:27 -04004541 if (new_state == NLP_STE_MAPPED_NODE ||
4542 new_state == NLP_STE_UNMAPPED_NODE) {
James Smart07aaefd2021-01-04 10:02:29 -08004543 if (lpfc_valid_xpt_node(ndlp)) {
James Smarta0f2d3e2017-02-12 13:52:31 -08004544 vport->phba->nport_event_cnt++;
4545 /*
4546 * Tell the fc transport about the port, if we haven't
4547 * already. If we have, and it's a scsi entity, be
4548 */
4549 lpfc_register_remote_port(vport, ndlp);
4550 }
4551 /* Notify the NVME transport of this new rport. */
James Smart09559e82017-06-15 22:56:46 -07004552 if (vport->phba->sli_rev >= LPFC_SLI_REV4 &&
4553 ndlp->nlp_fc4_type & NLP_FC4_NVME) {
James Smarta0f2d3e2017-02-12 13:52:31 -08004554 if (vport->phba->nvmet_support == 0) {
4555 /* Register this rport with the transport.
James Smart3b5bde692017-11-20 16:00:39 -08004556 * Only NVME Target Rports are registered with
4557 * the transport.
James Smarta0f2d3e2017-02-12 13:52:31 -08004558 */
James Smart3b5bde692017-11-20 16:00:39 -08004559 if (ndlp->nlp_type & NLP_NVME_TARGET) {
4560 vport->phba->nport_event_cnt++;
4561 lpfc_nvme_register_port(vport, ndlp);
4562 }
James Smart8c258642017-02-12 13:52:36 -08004563 } else {
4564 /* Just take an NDLP ref count since the
4565 * target does not register rports.
4566 */
4567 lpfc_nlp_get(ndlp);
James Smarta0f2d3e2017-02-12 13:52:31 -08004568 }
4569 }
James Smartde0c5b32007-04-25 09:52:27 -04004570 }
James Smarta0f2d3e2017-02-12 13:52:31 -08004571
James Smartea2151b2008-09-07 11:52:10 -04004572 if ((new_state == NLP_STE_MAPPED_NODE) &&
4573 (vport->stat_data_enabled)) {
4574 /*
4575 * A new target is discovered, if there is no buffer for
4576 * statistical data collection allocate buffer.
4577 */
4578 ndlp->lat_data = kcalloc(LPFC_MAX_BUCKET_COUNT,
4579 sizeof(struct lpfc_scsicmd_bkt),
4580 GFP_KERNEL);
4581
4582 if (!ndlp->lat_data)
Dick Kennedy372c1872020-06-30 14:50:00 -07004583 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
James Smartea2151b2008-09-07 11:52:10 -04004584 "0286 lpfc_nlp_state_cleanup failed to "
4585 "allocate statistical data buffer DID "
4586 "0x%x\n", ndlp->nlp_DID);
4587 }
James Smart858c9f62007-06-17 19:56:39 -05004588 /*
James Smarta0f2d3e2017-02-12 13:52:31 -08004589 * If the node just added to Mapped list was an FCP target,
4590 * but the remote port registration failed or assigned a target
4591 * id outside the presentable range - move the node to the
4592 * Unmapped List.
James Smart858c9f62007-06-17 19:56:39 -05004593 */
James Smarta0f2d3e2017-02-12 13:52:31 -08004594 if ((new_state == NLP_STE_MAPPED_NODE) &&
4595 (ndlp->nlp_type & NLP_FCP_TARGET) &&
James Smartde0c5b32007-04-25 09:52:27 -04004596 (!ndlp->rport ||
4597 ndlp->rport->scsi_target_id == -1 ||
4598 ndlp->rport->scsi_target_id >= LPFC_MAX_TARGET)) {
James Smartc6adba12020-11-15 11:26:34 -08004599 spin_lock_irq(&ndlp->lock);
James Smartde0c5b32007-04-25 09:52:27 -04004600 ndlp->nlp_flag |= NLP_TGT_NO_SCSIID;
James Smartc6adba12020-11-15 11:26:34 -08004601 spin_unlock_irq(&ndlp->lock);
James Smart2e0fef82007-06-17 19:56:36 -05004602 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05004603 }
James Smartde0c5b32007-04-25 09:52:27 -04004604}
4605
James Smart685f0bf2007-04-25 09:53:08 -04004606static char *
4607lpfc_nlp_state_name(char *buffer, size_t size, int state)
4608{
4609 static char *states[] = {
4610 [NLP_STE_UNUSED_NODE] = "UNUSED",
4611 [NLP_STE_PLOGI_ISSUE] = "PLOGI",
4612 [NLP_STE_ADISC_ISSUE] = "ADISC",
4613 [NLP_STE_REG_LOGIN_ISSUE] = "REGLOGIN",
4614 [NLP_STE_PRLI_ISSUE] = "PRLI",
James Smart086a3452012-08-14 14:25:21 -04004615 [NLP_STE_LOGO_ISSUE] = "LOGO",
James Smart685f0bf2007-04-25 09:53:08 -04004616 [NLP_STE_UNMAPPED_NODE] = "UNMAPPED",
4617 [NLP_STE_MAPPED_NODE] = "MAPPED",
4618 [NLP_STE_NPR_NODE] = "NPR",
4619 };
4620
James Smart311464e2007-08-02 11:10:37 -04004621 if (state < NLP_STE_MAX_STATE && states[state])
James Smart685f0bf2007-04-25 09:53:08 -04004622 strlcpy(buffer, states[state], size);
4623 else
4624 snprintf(buffer, size, "unknown (%d)", state);
4625 return buffer;
4626}
4627
James Smartde0c5b32007-04-25 09:52:27 -04004628void
James Smart2e0fef82007-06-17 19:56:36 -05004629lpfc_nlp_set_state(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4630 int state)
James Smartde0c5b32007-04-25 09:52:27 -04004631{
James Smart2e0fef82007-06-17 19:56:36 -05004632 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smartde0c5b32007-04-25 09:52:27 -04004633 int old_state = ndlp->nlp_state;
James Smart307e3382020-11-15 11:26:30 -08004634 int node_dropped = ndlp->nlp_flag & NLP_DROPPED;
James Smart685f0bf2007-04-25 09:53:08 -04004635 char name1[16], name2[16];
James Smartde0c5b32007-04-25 09:52:27 -04004636
James Smarte8b62012007-08-02 11:10:09 -04004637 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4638 "0904 NPort state transition x%06x, %s -> %s\n",
4639 ndlp->nlp_DID,
4640 lpfc_nlp_state_name(name1, sizeof(name1), old_state),
4641 lpfc_nlp_state_name(name2, sizeof(name2), state));
James Smart858c9f62007-06-17 19:56:39 -05004642
4643 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
4644 "node statechg did:x%x old:%d ste:%d",
4645 ndlp->nlp_DID, old_state, state);
4646
James Smart307e3382020-11-15 11:26:30 -08004647 if (node_dropped && old_state == NLP_STE_UNUSED_NODE &&
4648 state != NLP_STE_UNUSED_NODE) {
4649 ndlp->nlp_flag &= ~NLP_DROPPED;
4650 lpfc_nlp_get(ndlp);
4651 }
4652
James Smartde0c5b32007-04-25 09:52:27 -04004653 if (old_state == NLP_STE_NPR_NODE &&
James Smartde0c5b32007-04-25 09:52:27 -04004654 state != NLP_STE_NPR_NODE)
James Smart2e0fef82007-06-17 19:56:36 -05004655 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04004656 if (old_state == NLP_STE_UNMAPPED_NODE) {
4657 ndlp->nlp_flag &= ~NLP_TGT_NO_SCSIID;
4658 ndlp->nlp_type &= ~NLP_FC_NODE;
4659 }
4660
James Smart685f0bf2007-04-25 09:53:08 -04004661 if (list_empty(&ndlp->nlp_listp)) {
James Smart2e0fef82007-06-17 19:56:36 -05004662 spin_lock_irq(shost->host_lock);
4663 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
4664 spin_unlock_irq(shost->host_lock);
James Smart685f0bf2007-04-25 09:53:08 -04004665 } else if (old_state)
James Smart2e0fef82007-06-17 19:56:36 -05004666 lpfc_nlp_counters(vport, old_state, -1);
James Smartde0c5b32007-04-25 09:52:27 -04004667
4668 ndlp->nlp_state = state;
James Smart2e0fef82007-06-17 19:56:36 -05004669 lpfc_nlp_counters(vport, state, 1);
4670 lpfc_nlp_state_cleanup(vport, ndlp, old_state, state);
James Smartde0c5b32007-04-25 09:52:27 -04004671}
4672
4673void
James Smarte47c9092008-02-08 18:49:26 -05004674lpfc_enqueue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
4675{
4676 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4677
4678 if (list_empty(&ndlp->nlp_listp)) {
4679 spin_lock_irq(shost->host_lock);
4680 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
4681 spin_unlock_irq(shost->host_lock);
4682 }
4683}
4684
4685void
James Smart2e0fef82007-06-17 19:56:36 -05004686lpfc_dequeue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smartde0c5b32007-04-25 09:52:27 -04004687{
James Smart2e0fef82007-06-17 19:56:36 -05004688 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4689
James Smart0d2b6b82008-06-14 22:52:47 -04004690 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04004691 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
James Smart2e0fef82007-06-17 19:56:36 -05004692 lpfc_nlp_counters(vport, ndlp->nlp_state, -1);
4693 spin_lock_irq(shost->host_lock);
James Smart685f0bf2007-04-25 09:53:08 -04004694 list_del_init(&ndlp->nlp_listp);
James Smart2e0fef82007-06-17 19:56:36 -05004695 spin_unlock_irq(shost->host_lock);
James Smart858c9f62007-06-17 19:56:39 -05004696 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state,
James Smarte47c9092008-02-08 18:49:26 -05004697 NLP_STE_UNUSED_NODE);
4698}
4699
James Smart109f6ed2008-12-04 22:39:08 -05004700/**
James Smart3621a712009-04-06 18:47:14 -04004701 * lpfc_initialize_node - Initialize all fields of node object
James Smart109f6ed2008-12-04 22:39:08 -05004702 * @vport: Pointer to Virtual Port object.
4703 * @ndlp: Pointer to FC node object.
4704 * @did: FC_ID of the node.
James Smarta257bf92009-04-06 18:48:10 -04004705 *
4706 * This function is always called when node object need to be initialized.
4707 * It initializes all the fields of the node object. Although the reference
4708 * to phba from @ndlp can be obtained indirectly through it's reference to
4709 * @vport, a direct reference to phba is taken here by @ndlp. This is due
4710 * to the life-span of the @ndlp might go beyond the existence of @vport as
4711 * the final release of ndlp is determined by its reference count. And, the
4712 * operation on @ndlp needs the reference to phba.
James Smart109f6ed2008-12-04 22:39:08 -05004713 **/
4714static inline void
4715lpfc_initialize_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4716 uint32_t did)
4717{
4718 INIT_LIST_HEAD(&ndlp->els_retry_evt.evt_listp);
4719 INIT_LIST_HEAD(&ndlp->dev_loss_evt.evt_listp);
Kees Cookf22eb4d2017-09-06 20:24:26 -07004720 timer_setup(&ndlp->nlp_delayfunc, lpfc_els_retry_delay, 0);
James Smarte7dab162020-10-20 13:27:12 -07004721 INIT_LIST_HEAD(&ndlp->recovery_evt.evt_listp);
4722
James Smart109f6ed2008-12-04 22:39:08 -05004723 ndlp->nlp_DID = did;
4724 ndlp->vport = vport;
James Smarta257bf92009-04-06 18:48:10 -04004725 ndlp->phba = vport->phba;
James Smart109f6ed2008-12-04 22:39:08 -05004726 ndlp->nlp_sid = NLP_NO_SID;
James Smarta0f2d3e2017-02-12 13:52:31 -08004727 ndlp->nlp_fc4_type = NLP_FC4_NONE;
James Smart109f6ed2008-12-04 22:39:08 -05004728 kref_init(&ndlp->kref);
James Smart109f6ed2008-12-04 22:39:08 -05004729 atomic_set(&ndlp->cmd_pending, 0);
James Smart7dc517d2010-07-14 15:32:10 -04004730 ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth;
James Smartdea16bd2018-11-29 16:09:30 -08004731 ndlp->nlp_defer_did = NLP_EVT_NOTHING_PENDING;
James Smart109f6ed2008-12-04 22:39:08 -05004732}
James Smarte47c9092008-02-08 18:49:26 -05004733
James Smartde0c5b32007-04-25 09:52:27 -04004734void
James Smart2e0fef82007-06-17 19:56:36 -05004735lpfc_drop_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smartde0c5b32007-04-25 09:52:27 -04004736{
James Smart87af33f2007-10-27 13:37:43 -04004737 /*
James Smartfa4066b2008-01-11 01:53:27 -05004738 * Use of lpfc_drop_node and UNUSED list: lpfc_drop_node should
James Smart87af33f2007-10-27 13:37:43 -04004739 * be used if we wish to issue the "last" lpfc_nlp_put() to remove
James Smartfa4066b2008-01-11 01:53:27 -05004740 * the ndlp from the vport. The ndlp marked as UNUSED on the list
4741 * until ALL other outstanding threads have completed. We check
4742 * that the ndlp not already in the UNUSED state before we proceed.
James Smart87af33f2007-10-27 13:37:43 -04004743 */
James Smartfa4066b2008-01-11 01:53:27 -05004744 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
4745 return;
James Smart51ef4c22007-08-02 11:10:31 -04004746 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNUSED_NODE);
James Smart307e3382020-11-15 11:26:30 -08004747 ndlp->nlp_flag |= NLP_DROPPED;
James Smartbe6bb942015-04-07 15:07:22 -04004748 if (vport->phba->sli_rev == LPFC_SLI_REV4) {
James Smart1151e3e2011-02-16 12:39:35 -05004749 lpfc_cleanup_vports_rrqs(vport, ndlp);
James Smartbe6bb942015-04-07 15:07:22 -04004750 lpfc_unreg_rpi(vport, ndlp);
James Smartbe6bb942015-04-07 15:07:22 -04004751 }
James Smart02902172015-05-21 13:55:17 -04004752
4753 lpfc_nlp_put(ndlp);
James Smart98c9ea52007-10-27 13:37:33 -04004754 return;
dea31012005-04-17 16:05:31 -05004755}
4756
4757/*
4758 * Start / ReStart rescue timer for Discovery / RSCN handling
4759 */
4760void
James Smart2e0fef82007-06-17 19:56:36 -05004761lpfc_set_disctmo(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004762{
James Smart2e0fef82007-06-17 19:56:36 -05004763 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4764 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05004765 uint32_t tmo;
4766
James Smart2e0fef82007-06-17 19:56:36 -05004767 if (vport->port_state == LPFC_LOCAL_CFG_LINK) {
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02004768 /* For FAN, timeout should be greater than edtov */
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05004769 tmo = (((phba->fc_edtov + 999) / 1000) + 1);
4770 } else {
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02004771 /* Normal discovery timeout should be > than ELS/CT timeout
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05004772 * FC spec states we need 3 * ratov for CT requests
4773 */
4774 tmo = ((phba->fc_ratov * 3) + 3);
4775 }
dea31012005-04-17 16:05:31 -05004776
James Smart858c9f62007-06-17 19:56:39 -05004777
4778 if (!timer_pending(&vport->fc_disctmo)) {
4779 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
4780 "set disc timer: tmo:x%x state:x%x flg:x%x",
4781 tmo, vport->port_state, vport->fc_flag);
4782 }
4783
James Smart256ec0d2013-04-17 20:14:58 -04004784 mod_timer(&vport->fc_disctmo, jiffies + msecs_to_jiffies(1000 * tmo));
James Smart2e0fef82007-06-17 19:56:36 -05004785 spin_lock_irq(shost->host_lock);
4786 vport->fc_flag |= FC_DISC_TMO;
4787 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004788
4789 /* Start Discovery Timer state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04004790 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
4791 "0247 Start Discovery Timer state x%x "
4792 "Data: x%x x%lx x%x x%x\n",
4793 vport->port_state, tmo,
4794 (unsigned long)&vport->fc_disctmo, vport->fc_plogi_cnt,
4795 vport->fc_adisc_cnt);
dea31012005-04-17 16:05:31 -05004796
4797 return;
4798}
4799
4800/*
4801 * Cancel rescue timer for Discovery / RSCN handling
4802 */
4803int
James Smart2e0fef82007-06-17 19:56:36 -05004804lpfc_can_disctmo(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004805{
James Smart2e0fef82007-06-17 19:56:36 -05004806 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart2e0fef82007-06-17 19:56:36 -05004807 unsigned long iflags;
4808
James Smart858c9f62007-06-17 19:56:39 -05004809 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
4810 "can disc timer: state:x%x rtry:x%x flg:x%x",
4811 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
4812
dea31012005-04-17 16:05:31 -05004813 /* Turn off discovery timer if its running */
James Smart2e0fef82007-06-17 19:56:36 -05004814 if (vport->fc_flag & FC_DISC_TMO) {
4815 spin_lock_irqsave(shost->host_lock, iflags);
4816 vport->fc_flag &= ~FC_DISC_TMO;
4817 spin_unlock_irqrestore(shost->host_lock, iflags);
4818 del_timer_sync(&vport->fc_disctmo);
4819 spin_lock_irqsave(&vport->work_port_lock, iflags);
4820 vport->work_port_events &= ~WORKER_DISC_TMO;
4821 spin_unlock_irqrestore(&vport->work_port_lock, iflags);
dea31012005-04-17 16:05:31 -05004822 }
4823
4824 /* Cancel Discovery Timer state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04004825 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
4826 "0248 Cancel Discovery Timer state x%x "
4827 "Data: x%x x%x x%x\n",
4828 vport->port_state, vport->fc_flag,
4829 vport->fc_plogi_cnt, vport->fc_adisc_cnt);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004830 return 0;
dea31012005-04-17 16:05:31 -05004831}
4832
4833/*
4834 * Check specified ring for outstanding IOCB on the SLI queue
4835 * Return true if iocb matches the specified nport
4836 */
4837int
James Smart2e0fef82007-06-17 19:56:36 -05004838lpfc_check_sli_ndlp(struct lpfc_hba *phba,
4839 struct lpfc_sli_ring *pring,
4840 struct lpfc_iocbq *iocb,
4841 struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004842{
James Smart2e0fef82007-06-17 19:56:36 -05004843 IOCB_t *icmd = &iocb->iocb;
James Smart92d7f7b2007-06-17 19:56:38 -05004844 struct lpfc_vport *vport = ndlp->vport;
4845
4846 if (iocb->vport != vport)
4847 return 0;
4848
dea31012005-04-17 16:05:31 -05004849 if (pring->ringno == LPFC_ELS_RING) {
4850 switch (icmd->ulpCommand) {
4851 case CMD_GEN_REQUEST64_CR:
James Smart21e9a0a2009-05-22 14:53:21 -04004852 if (iocb->context_un.ndlp == ndlp)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004853 return 1;
Gustavo A. R. Silvadf561f662020-08-23 17:36:59 -05004854 fallthrough;
dea31012005-04-17 16:05:31 -05004855 case CMD_ELS_REQUEST64_CR:
James Smart10d4e952006-04-15 11:53:15 -04004856 if (icmd->un.elsreq64.remoteID == ndlp->nlp_DID)
4857 return 1;
Gustavo A. R. Silvadf561f662020-08-23 17:36:59 -05004858 fallthrough;
dea31012005-04-17 16:05:31 -05004859 case CMD_XMIT_ELS_RSP64_CX:
4860 if (iocb->context1 == (uint8_t *) ndlp)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004861 return 1;
dea31012005-04-17 16:05:31 -05004862 }
James Smart895427b2017-02-12 13:52:30 -08004863 } else if (pring->ringno == LPFC_FCP_RING) {
dea31012005-04-17 16:05:31 -05004864 /* Skip match check if waiting to relogin to FCP target */
4865 if ((ndlp->nlp_type & NLP_FCP_TARGET) &&
James Smart92d7f7b2007-06-17 19:56:38 -05004866 (ndlp->nlp_flag & NLP_DELAY_TMO)) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004867 return 0;
dea31012005-04-17 16:05:31 -05004868 }
4869 if (icmd->ulpContext == (volatile ushort)ndlp->nlp_rpi) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004870 return 1;
dea31012005-04-17 16:05:31 -05004871 }
dea31012005-04-17 16:05:31 -05004872 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004873 return 0;
dea31012005-04-17 16:05:31 -05004874}
4875
James Smart895427b2017-02-12 13:52:30 -08004876static void
4877__lpfc_dequeue_nport_iocbs(struct lpfc_hba *phba,
4878 struct lpfc_nodelist *ndlp, struct lpfc_sli_ring *pring,
4879 struct list_head *dequeue_list)
4880{
4881 struct lpfc_iocbq *iocb, *next_iocb;
4882
4883 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
4884 /* Check to see if iocb matches the nport */
4885 if (lpfc_check_sli_ndlp(phba, pring, iocb, ndlp))
4886 /* match, dequeue */
4887 list_move_tail(&iocb->list, dequeue_list);
4888 }
4889}
4890
4891static void
4892lpfc_sli3_dequeue_nport_iocbs(struct lpfc_hba *phba,
4893 struct lpfc_nodelist *ndlp, struct list_head *dequeue_list)
4894{
4895 struct lpfc_sli *psli = &phba->sli;
4896 uint32_t i;
4897
4898 spin_lock_irq(&phba->hbalock);
4899 for (i = 0; i < psli->num_rings; i++)
4900 __lpfc_dequeue_nport_iocbs(phba, ndlp, &psli->sli3_ring[i],
4901 dequeue_list);
4902 spin_unlock_irq(&phba->hbalock);
4903}
4904
4905static void
4906lpfc_sli4_dequeue_nport_iocbs(struct lpfc_hba *phba,
4907 struct lpfc_nodelist *ndlp, struct list_head *dequeue_list)
4908{
4909 struct lpfc_sli_ring *pring;
4910 struct lpfc_queue *qp = NULL;
4911
4912 spin_lock_irq(&phba->hbalock);
4913 list_for_each_entry(qp, &phba->sli4_hba.lpfc_wq_list, wq_list) {
4914 pring = qp->pring;
4915 if (!pring)
4916 continue;
James Smart2ade92a2017-03-04 09:30:38 -08004917 spin_lock(&pring->ring_lock);
James Smart895427b2017-02-12 13:52:30 -08004918 __lpfc_dequeue_nport_iocbs(phba, ndlp, pring, dequeue_list);
James Smart2ade92a2017-03-04 09:30:38 -08004919 spin_unlock(&pring->ring_lock);
James Smart895427b2017-02-12 13:52:30 -08004920 }
4921 spin_unlock_irq(&phba->hbalock);
4922}
4923
dea31012005-04-17 16:05:31 -05004924/*
4925 * Free resources / clean up outstanding I/Os
4926 * associated with nlp_rpi in the LPFC_NODELIST entry.
4927 */
4928static int
James Smart2e0fef82007-06-17 19:56:36 -05004929lpfc_no_rpi(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004930{
James Smart2534ba72007-04-25 09:52:20 -04004931 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05004932
James Smart92d7f7b2007-06-17 19:56:38 -05004933 lpfc_fabric_abort_nport(ndlp);
4934
dea31012005-04-17 16:05:31 -05004935 /*
4936 * Everything that matches on txcmplq will be returned
4937 * by firmware with a no rpi error.
4938 */
James Smart40426292010-12-15 17:58:10 -05004939 if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
James Smart895427b2017-02-12 13:52:30 -08004940 if (phba->sli_rev != LPFC_SLI_REV4)
4941 lpfc_sli3_dequeue_nport_iocbs(phba, ndlp, &completions);
4942 else
4943 lpfc_sli4_dequeue_nport_iocbs(phba, ndlp, &completions);
dea31012005-04-17 16:05:31 -05004944 }
James Smart2534ba72007-04-25 09:52:20 -04004945
James Smarta257bf92009-04-06 18:48:10 -04004946 /* Cancel all the IOCBs from the completions list */
4947 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
4948 IOERR_SLI_ABORTED);
James Smart2534ba72007-04-25 09:52:20 -04004949
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004950 return 0;
dea31012005-04-17 16:05:31 -05004951}
4952
James Smart086a3452012-08-14 14:25:21 -04004953/**
4954 * lpfc_nlp_logo_unreg - Unreg mailbox completion handler before LOGO
4955 * @phba: Pointer to HBA context object.
4956 * @pmb: Pointer to mailbox object.
4957 *
4958 * This function will issue an ELS LOGO command after completing
4959 * the UNREG_RPI.
4960 **/
Rashika Kheriab86a6752014-09-03 12:55:17 -04004961static void
James Smart086a3452012-08-14 14:25:21 -04004962lpfc_nlp_logo_unreg(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
4963{
4964 struct lpfc_vport *vport = pmb->vport;
4965 struct lpfc_nodelist *ndlp;
4966
James Smart3e1f0712018-11-29 16:09:29 -08004967 ndlp = (struct lpfc_nodelist *)(pmb->ctx_ndlp);
James Smart086a3452012-08-14 14:25:21 -04004968 if (!ndlp)
4969 return;
4970 lpfc_issue_els_logo(vport, ndlp, 0);
James Smart4aa74c32013-09-06 12:19:06 -04004971 mempool_free(pmb, phba->mbox_mem_pool);
James Smartdea16bd2018-11-29 16:09:30 -08004972
4973 /* Check to see if there are any deferred events to process */
4974 if ((ndlp->nlp_flag & NLP_UNREG_INP) &&
4975 (ndlp->nlp_defer_did != NLP_EVT_NOTHING_PENDING)) {
4976 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
4977 "1434 UNREG cmpl deferred logo x%x "
James Smart32350662019-08-14 16:57:06 -07004978 "on NPort x%x Data: x%x x%px\n",
James Smartdea16bd2018-11-29 16:09:30 -08004979 ndlp->nlp_rpi, ndlp->nlp_DID,
4980 ndlp->nlp_defer_did, ndlp);
4981
4982 ndlp->nlp_flag &= ~NLP_UNREG_INP;
4983 ndlp->nlp_defer_did = NLP_EVT_NOTHING_PENDING;
4984 lpfc_issue_els_plogi(vport, ndlp->nlp_DID, 0);
James Smart00292e02018-12-13 15:17:55 -08004985 } else {
James Smart01131e72021-05-14 12:55:49 -07004986 /* NLP_RELEASE_RPI is only set for SLI4 ports. */
James Smart4f1a2fe2019-08-14 16:56:32 -07004987 if (ndlp->nlp_flag & NLP_RELEASE_RPI) {
4988 lpfc_sli4_free_rpi(vport->phba, ndlp->nlp_rpi);
James Smart01131e72021-05-14 12:55:49 -07004989 spin_lock_irq(&ndlp->lock);
James Smart4f1a2fe2019-08-14 16:56:32 -07004990 ndlp->nlp_flag &= ~NLP_RELEASE_RPI;
James Smart0f154222019-09-21 20:58:52 -07004991 ndlp->nlp_rpi = LPFC_RPI_ALLOC_ERROR;
James Smart01131e72021-05-14 12:55:49 -07004992 spin_unlock_irq(&ndlp->lock);
James Smart4f1a2fe2019-08-14 16:56:32 -07004993 }
James Smart01131e72021-05-14 12:55:49 -07004994 spin_lock_irq(&ndlp->lock);
James Smart00292e02018-12-13 15:17:55 -08004995 ndlp->nlp_flag &= ~NLP_UNREG_INP;
James Smart01131e72021-05-14 12:55:49 -07004996 spin_unlock_irq(&ndlp->lock);
James Smartdea16bd2018-11-29 16:09:30 -08004997 }
James Smart086a3452012-08-14 14:25:21 -04004998}
4999
dea31012005-04-17 16:05:31 -05005000/*
James Smart97acd002019-09-21 20:58:51 -07005001 * Sets the mailbox completion handler to be used for the
5002 * unreg_rpi command. The handler varies based on the state of
5003 * the port and what will be happening to the rpi next.
5004 */
5005static void
5006lpfc_set_unreg_login_mbx_cmpl(struct lpfc_hba *phba, struct lpfc_vport *vport,
5007 struct lpfc_nodelist *ndlp, LPFC_MBOXQ_t *mbox)
5008{
5009 unsigned long iflags;
5010
James Smarta70e63e2020-11-15 11:26:38 -08005011 /* Driver always gets a reference on the mailbox job
5012 * in support of async jobs.
5013 */
5014 mbox->ctx_ndlp = lpfc_nlp_get(ndlp);
5015 if (!mbox->ctx_ndlp)
5016 return;
5017
James Smart97acd002019-09-21 20:58:51 -07005018 if (ndlp->nlp_flag & NLP_ISSUE_LOGO) {
James Smart97acd002019-09-21 20:58:51 -07005019 mbox->mbox_cmpl = lpfc_nlp_logo_unreg;
5020
5021 } else if (phba->sli_rev == LPFC_SLI_REV4 &&
5022 (!(vport->load_flag & FC_UNLOADING)) &&
5023 (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) >=
5024 LPFC_SLI_INTF_IF_TYPE_2) &&
5025 (kref_read(&ndlp->kref) > 0)) {
James Smart97acd002019-09-21 20:58:51 -07005026 mbox->mbox_cmpl = lpfc_sli4_unreg_rpi_cmpl_clr;
5027 } else {
5028 if (vport->load_flag & FC_UNLOADING) {
5029 if (phba->sli_rev == LPFC_SLI_REV4) {
James Smartc6adba12020-11-15 11:26:34 -08005030 spin_lock_irqsave(&ndlp->lock, iflags);
James Smart97acd002019-09-21 20:58:51 -07005031 ndlp->nlp_flag |= NLP_RELEASE_RPI;
James Smartc6adba12020-11-15 11:26:34 -08005032 spin_unlock_irqrestore(&ndlp->lock, iflags);
James Smart97acd002019-09-21 20:58:51 -07005033 }
James Smart97acd002019-09-21 20:58:51 -07005034 }
James Smart97acd002019-09-21 20:58:51 -07005035 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
5036 }
5037}
5038
5039/*
dea31012005-04-17 16:05:31 -05005040 * Free rpi associated with LPFC_NODELIST entry.
5041 * This routine is called from lpfc_freenode(), when we are removing
5042 * a LPFC_NODELIST entry. It is also called if the driver initiates a
5043 * LOGO that completes successfully, and we are waiting to PLOGI back
5044 * to the remote NPort. In addition, it is called after we receive
5045 * and unsolicated ELS cmd, send back a rsp, the rsp completes and
5046 * we are waiting to PLOGI back to the remote NPort.
5047 */
5048int
James Smart2e0fef82007-06-17 19:56:36 -05005049lpfc_unreg_rpi(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05005050{
James Smart2e0fef82007-06-17 19:56:36 -05005051 struct lpfc_hba *phba = vport->phba;
5052 LPFC_MBOXQ_t *mbox;
James Smart7c5e5182015-05-22 10:42:43 -04005053 int rc, acc_plogi = 1;
James Smart6d368e52011-05-24 11:44:12 -04005054 uint16_t rpi;
dea31012005-04-17 16:05:31 -05005055
James Smartf454a9a2013-09-06 12:20:07 -04005056 if (ndlp->nlp_flag & NLP_RPI_REGISTERED ||
5057 ndlp->nlp_flag & NLP_REG_LOGIN_SEND) {
5058 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND)
James Smart0f154222019-09-21 20:58:52 -07005059 lpfc_printf_vlog(vport, KERN_INFO,
5060 LOG_NODE | LOG_DISCOVERY,
James Smartf454a9a2013-09-06 12:20:07 -04005061 "3366 RPI x%x needs to be "
5062 "unregistered nlp_flag x%x "
5063 "did x%x\n",
5064 ndlp->nlp_rpi, ndlp->nlp_flag,
5065 ndlp->nlp_DID);
James Smartdea16bd2018-11-29 16:09:30 -08005066
5067 /* If there is already an UNREG in progress for this ndlp,
5068 * no need to queue up another one.
5069 */
5070 if (ndlp->nlp_flag & NLP_UNREG_INP) {
James Smart0f154222019-09-21 20:58:52 -07005071 lpfc_printf_vlog(vport, KERN_INFO,
5072 LOG_NODE | LOG_DISCOVERY,
James Smartdea16bd2018-11-29 16:09:30 -08005073 "1436 unreg_rpi SKIP UNREG x%x on "
5074 "NPort x%x deferred x%x flg x%x "
James Smart32350662019-08-14 16:57:06 -07005075 "Data: x%px\n",
James Smartdea16bd2018-11-29 16:09:30 -08005076 ndlp->nlp_rpi, ndlp->nlp_DID,
5077 ndlp->nlp_defer_did,
5078 ndlp->nlp_flag, ndlp);
5079 goto out;
5080 }
5081
James Smart2e0fef82007-06-17 19:56:36 -05005082 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5083 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04005084 /* SLI4 ports require the physical rpi value. */
5085 rpi = ndlp->nlp_rpi;
5086 if (phba->sli_rev == LPFC_SLI_REV4)
5087 rpi = phba->sli4_hba.rpi_ids[ndlp->nlp_rpi];
James Smart086a3452012-08-14 14:25:21 -04005088
James Smart6d368e52011-05-24 11:44:12 -04005089 lpfc_unreg_login(phba, vport->vpi, rpi, mbox);
James Smarted957682007-06-17 19:56:37 -05005090 mbox->vport = vport;
James Smart97acd002019-09-21 20:58:51 -07005091 lpfc_set_unreg_login_mbx_cmpl(phba, vport, ndlp, mbox);
James Smarta70e63e2020-11-15 11:26:38 -08005092 if (!mbox->ctx_ndlp) {
5093 mempool_free(mbox, phba->mbox_mem_pool);
5094 return 1;
5095 }
5096
James Smart97acd002019-09-21 20:58:51 -07005097 if (mbox->mbox_cmpl == lpfc_sli4_unreg_rpi_cmpl_clr)
5098 /*
5099 * accept PLOGIs after unreg_rpi_cmpl
5100 */
5101 acc_plogi = 0;
James Smartdea16bd2018-11-29 16:09:30 -08005102 if (((ndlp->nlp_DID & Fabric_DID_MASK) !=
5103 Fabric_DID_MASK) &&
5104 (!(vport->fc_flag & FC_OFFLINE_MODE)))
5105 ndlp->nlp_flag |= NLP_UNREG_INP;
5106
James Smart0f154222019-09-21 20:58:52 -07005107 lpfc_printf_vlog(vport, KERN_INFO,
5108 LOG_NODE | LOG_DISCOVERY,
James Smartdea16bd2018-11-29 16:09:30 -08005109 "1433 unreg_rpi UNREG x%x on "
James Smart32350662019-08-14 16:57:06 -07005110 "NPort x%x deferred flg x%x "
5111 "Data:x%px\n",
James Smartdea16bd2018-11-29 16:09:30 -08005112 ndlp->nlp_rpi, ndlp->nlp_DID,
5113 ndlp->nlp_flag, ndlp);
James Smart086a3452012-08-14 14:25:21 -04005114
James Smart0b727fe2007-10-27 13:37:25 -04005115 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart7c5e5182015-05-22 10:42:43 -04005116 if (rc == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -05005117 mempool_free(mbox, phba->mbox_mem_pool);
James Smart7c5e5182015-05-22 10:42:43 -04005118 acc_plogi = 1;
5119 }
James Smarte7dab162020-10-20 13:27:12 -07005120 } else {
5121 lpfc_printf_vlog(vport, KERN_INFO,
5122 LOG_NODE | LOG_DISCOVERY,
5123 "1444 Failed to allocate mempool "
5124 "unreg_rpi UNREG x%x, "
5125 "DID x%x, flag x%x, "
5126 "ndlp x%px\n",
5127 ndlp->nlp_rpi, ndlp->nlp_DID,
5128 ndlp->nlp_flag, ndlp);
5129
5130 /* Because mempool_alloc failed, we
5131 * will issue a LOGO here and keep the rpi alive if
5132 * not unloading.
5133 */
5134 if (!(vport->load_flag & FC_UNLOADING)) {
5135 ndlp->nlp_flag &= ~NLP_UNREG_INP;
5136 lpfc_issue_els_logo(vport, ndlp, 0);
5137 ndlp->nlp_prev_state = ndlp->nlp_state;
5138 lpfc_nlp_set_state(vport, ndlp,
5139 NLP_STE_NPR_NODE);
5140 }
5141
5142 return 1;
dea31012005-04-17 16:05:31 -05005143 }
dea31012005-04-17 16:05:31 -05005144 lpfc_no_rpi(phba, ndlp);
James Smartdea16bd2018-11-29 16:09:30 -08005145out:
James Smart40426292010-12-15 17:58:10 -05005146 if (phba->sli_rev != LPFC_SLI_REV4)
5147 ndlp->nlp_rpi = 0;
5148 ndlp->nlp_flag &= ~NLP_RPI_REGISTERED;
James Smart0c287582009-06-10 17:22:56 -04005149 ndlp->nlp_flag &= ~NLP_NPR_ADISC;
James Smart7c5e5182015-05-22 10:42:43 -04005150 if (acc_plogi)
5151 ndlp->nlp_flag &= ~NLP_LOGO_ACC;
dea31012005-04-17 16:05:31 -05005152 return 1;
5153 }
James Smart7c5e5182015-05-22 10:42:43 -04005154 ndlp->nlp_flag &= ~NLP_LOGO_ACC;
dea31012005-04-17 16:05:31 -05005155 return 0;
5156}
5157
James Smartecfd03c2010-02-12 14:41:27 -05005158/**
5159 * lpfc_unreg_hba_rpis - Unregister rpis registered to the hba.
5160 * @phba: pointer to lpfc hba data structure.
5161 *
5162 * This routine is invoked to unregister all the currently registered RPIs
5163 * to the HBA.
5164 **/
5165void
5166lpfc_unreg_hba_rpis(struct lpfc_hba *phba)
5167{
5168 struct lpfc_vport **vports;
5169 struct lpfc_nodelist *ndlp;
5170 struct Scsi_Host *shost;
5171 int i;
5172
5173 vports = lpfc_create_vport_work_array(phba);
James Smart63e801c2010-11-20 23:14:19 -05005174 if (!vports) {
Dick Kennedy372c1872020-06-30 14:50:00 -07005175 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
5176 "2884 Vport array allocation failed \n");
James Smart63e801c2010-11-20 23:14:19 -05005177 return;
5178 }
James Smartecfd03c2010-02-12 14:41:27 -05005179 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
5180 shost = lpfc_shost_from_vport(vports[i]);
5181 spin_lock_irq(shost->host_lock);
5182 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) {
James Smart40426292010-12-15 17:58:10 -05005183 if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
James Smart0c9ab6f2010-02-26 14:15:57 -05005184 /* The mempool_alloc might sleep */
5185 spin_unlock_irq(shost->host_lock);
James Smartecfd03c2010-02-12 14:41:27 -05005186 lpfc_unreg_rpi(vports[i], ndlp);
James Smart0c9ab6f2010-02-26 14:15:57 -05005187 spin_lock_irq(shost->host_lock);
5188 }
James Smartecfd03c2010-02-12 14:41:27 -05005189 }
5190 spin_unlock_irq(shost->host_lock);
5191 }
5192 lpfc_destroy_vport_work_array(phba, vports);
5193}
5194
James Smart92d7f7b2007-06-17 19:56:38 -05005195void
5196lpfc_unreg_all_rpis(struct lpfc_vport *vport)
5197{
5198 struct lpfc_hba *phba = vport->phba;
5199 LPFC_MBOXQ_t *mbox;
5200 int rc;
5201
James Smart5af5eee2010-10-22 11:06:38 -04005202 if (phba->sli_rev == LPFC_SLI_REV4) {
5203 lpfc_sli4_unreg_all_rpis(vport);
5204 return;
5205 }
5206
James Smart92d7f7b2007-06-17 19:56:38 -05005207 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5208 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04005209 lpfc_unreg_login(phba, vport->vpi, LPFC_UNREG_ALL_RPIS_VPORT,
5210 mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05005211 mbox->vport = vport;
5212 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart3e1f0712018-11-29 16:09:29 -08005213 mbox->ctx_ndlp = NULL;
James Smart09372822008-01-11 01:52:54 -05005214 rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO);
James Smarta257bf92009-04-06 18:48:10 -04005215 if (rc != MBX_TIMEOUT)
James Smart92d7f7b2007-06-17 19:56:38 -05005216 mempool_free(mbox, phba->mbox_mem_pool);
James Smarta257bf92009-04-06 18:48:10 -04005217
5218 if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED))
Dick Kennedy372c1872020-06-30 14:50:00 -07005219 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
5220 "1836 Could not issue "
5221 "unreg_login(all_rpis) status %d\n",
5222 rc);
James Smart92d7f7b2007-06-17 19:56:38 -05005223 }
5224}
5225
5226void
5227lpfc_unreg_default_rpis(struct lpfc_vport *vport)
5228{
5229 struct lpfc_hba *phba = vport->phba;
5230 LPFC_MBOXQ_t *mbox;
5231 int rc;
5232
James Smartc95a3b42019-03-12 16:30:07 -07005233 /* Unreg DID is an SLI3 operation. */
5234 if (phba->sli_rev > LPFC_SLI_REV3)
5235 return;
5236
James Smart92d7f7b2007-06-17 19:56:38 -05005237 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5238 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04005239 lpfc_unreg_did(phba, vport->vpi, LPFC_UNREG_ALL_DFLT_RPIS,
5240 mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05005241 mbox->vport = vport;
5242 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart3e1f0712018-11-29 16:09:29 -08005243 mbox->ctx_ndlp = NULL;
James Smart09372822008-01-11 01:52:54 -05005244 rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO);
James Smarta257bf92009-04-06 18:48:10 -04005245 if (rc != MBX_TIMEOUT)
5246 mempool_free(mbox, phba->mbox_mem_pool);
5247
5248 if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED))
Dick Kennedy372c1872020-06-30 14:50:00 -07005249 lpfc_printf_vlog(vport, KERN_ERR, LOG_TRACE_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04005250 "1815 Could not issue "
James Smarta257bf92009-04-06 18:48:10 -04005251 "unreg_did (default rpis) status %d\n",
5252 rc);
James Smart92d7f7b2007-06-17 19:56:38 -05005253 }
5254}
5255
dea31012005-04-17 16:05:31 -05005256/*
5257 * Free resources associated with LPFC_NODELIST entry
5258 * so it can be freed.
5259 */
5260static int
James Smart2e0fef82007-06-17 19:56:36 -05005261lpfc_cleanup_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05005262{
James Smart2e0fef82007-06-17 19:56:36 -05005263 struct lpfc_hba *phba = vport->phba;
5264 LPFC_MBOXQ_t *mb, *nextmb;
dea31012005-04-17 16:05:31 -05005265 struct lpfc_dmabuf *mp;
dea31012005-04-17 16:05:31 -05005266
5267 /* Cleanup node for NPort <nlp_DID> */
James Smarte8b62012007-08-02 11:10:09 -04005268 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5269 "0900 Cleanup node for NPort x%x "
5270 "Data: x%x x%x x%x\n",
5271 ndlp->nlp_DID, ndlp->nlp_flag,
5272 ndlp->nlp_state, ndlp->nlp_rpi);
James Smart307e3382020-11-15 11:26:30 -08005273 lpfc_dequeue_node(vport, ndlp);
James Smart086a3452012-08-14 14:25:21 -04005274
5275 /* Don't need to clean up REG_LOGIN64 cmds for Default RPI cleanup */
5276
dea31012005-04-17 16:05:31 -05005277 /* cleanup any ndlp on mbox q waiting for reglogin cmpl */
5278 if ((mb = phba->sli.mbox_active)) {
James Smart04c68492009-05-22 14:52:52 -04005279 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) &&
James Smart086a3452012-08-14 14:25:21 -04005280 !(mb->mbox_flag & LPFC_MBX_IMED_UNREG) &&
James Smart3e1f0712018-11-29 16:09:29 -08005281 (ndlp == (struct lpfc_nodelist *)mb->ctx_ndlp)) {
5282 mb->ctx_ndlp = NULL;
dea31012005-04-17 16:05:31 -05005283 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
5284 }
5285 }
James Smart33ccf8d2006-08-17 11:57:58 -04005286
James Smart2e0fef82007-06-17 19:56:36 -05005287 spin_lock_irq(&phba->hbalock);
James Smart5ac6b302010-10-22 11:05:36 -04005288 /* Cleanup REG_LOGIN completions which are not yet processed */
5289 list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) {
5290 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) ||
James Smart086a3452012-08-14 14:25:21 -04005291 (mb->mbox_flag & LPFC_MBX_IMED_UNREG) ||
James Smart3e1f0712018-11-29 16:09:29 -08005292 (ndlp != (struct lpfc_nodelist *)mb->ctx_ndlp))
James Smart5ac6b302010-10-22 11:05:36 -04005293 continue;
5294
James Smart3e1f0712018-11-29 16:09:29 -08005295 mb->ctx_ndlp = NULL;
James Smart5ac6b302010-10-22 11:05:36 -04005296 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
5297 }
5298
dea31012005-04-17 16:05:31 -05005299 list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) {
James Smart04c68492009-05-22 14:52:52 -04005300 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) &&
James Smart086a3452012-08-14 14:25:21 -04005301 !(mb->mbox_flag & LPFC_MBX_IMED_UNREG) &&
James Smart3e1f0712018-11-29 16:09:29 -08005302 (ndlp == (struct lpfc_nodelist *)mb->ctx_ndlp)) {
5303 mp = (struct lpfc_dmabuf *)(mb->ctx_buf);
dea31012005-04-17 16:05:31 -05005304 if (mp) {
James Smart2e0fef82007-06-17 19:56:36 -05005305 __lpfc_mbuf_free(phba, mp->virt, mp->phys);
dea31012005-04-17 16:05:31 -05005306 kfree(mp);
5307 }
5308 list_del(&mb->list);
5309 mempool_free(mb, phba->mbox_mem_pool);
James Smarte47c9092008-02-08 18:49:26 -05005310 /* We shall not invoke the lpfc_nlp_put to decrement
5311 * the ndlp reference count as we are in the process
5312 * of lpfc_nlp_release.
5313 */
dea31012005-04-17 16:05:31 -05005314 }
5315 }
James Smart2e0fef82007-06-17 19:56:36 -05005316 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05005317
James Smarte47c9092008-02-08 18:49:26 -05005318 lpfc_els_abort(phba, ndlp);
5319
James Smartc6adba12020-11-15 11:26:34 -08005320 spin_lock_irq(&ndlp->lock);
James Smartc01f3202006-08-18 17:47:08 -04005321 ndlp->nlp_flag &= ~NLP_DELAY_TMO;
James Smartc6adba12020-11-15 11:26:34 -08005322 spin_unlock_irq(&ndlp->lock);
dea31012005-04-17 16:05:31 -05005323
Jamie Wellnitz5024ab12006-02-28 19:25:28 -05005324 ndlp->nlp_last_elscmd = 0;
dea31012005-04-17 16:05:31 -05005325 del_timer_sync(&ndlp->nlp_delayfunc);
5326
James Smart0d2b6b82008-06-14 22:52:47 -04005327 list_del_init(&ndlp->els_retry_evt.evt_listp);
5328 list_del_init(&ndlp->dev_loss_evt.evt_listp);
James Smarte7dab162020-10-20 13:27:12 -07005329 list_del_init(&ndlp->recovery_evt.evt_listp);
James Smart1151e3e2011-02-16 12:39:35 -05005330 lpfc_cleanup_vports_rrqs(vport, ndlp);
James Smart01131e72021-05-14 12:55:49 -07005331
James Smart4f1a2fe2019-08-14 16:56:32 -07005332 if (phba->sli_rev == LPFC_SLI_REV4)
5333 ndlp->nlp_flag |= NLP_RELEASE_RPI;
James Smart01131e72021-05-14 12:55:49 -07005334
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005335 return 0;
dea31012005-04-17 16:05:31 -05005336}
5337
dea31012005-04-17 16:05:31 -05005338static int
James Smart2e0fef82007-06-17 19:56:36 -05005339lpfc_matchdid(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
5340 uint32_t did)
dea31012005-04-17 16:05:31 -05005341{
James Smart2e0fef82007-06-17 19:56:36 -05005342 D_ID mydid, ndlpdid, matchdid;
dea31012005-04-17 16:05:31 -05005343
5344 if (did == Bcast_DID)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005345 return 0;
dea31012005-04-17 16:05:31 -05005346
dea31012005-04-17 16:05:31 -05005347 /* First check for Direct match */
5348 if (ndlp->nlp_DID == did)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005349 return 1;
dea31012005-04-17 16:05:31 -05005350
5351 /* Next check for area/domain identically equals 0 match */
James Smart2e0fef82007-06-17 19:56:36 -05005352 mydid.un.word = vport->fc_myDID;
dea31012005-04-17 16:05:31 -05005353 if ((mydid.un.b.domain == 0) && (mydid.un.b.area == 0)) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005354 return 0;
dea31012005-04-17 16:05:31 -05005355 }
5356
5357 matchdid.un.word = did;
5358 ndlpdid.un.word = ndlp->nlp_DID;
5359 if (matchdid.un.b.id == ndlpdid.un.b.id) {
5360 if ((mydid.un.b.domain == matchdid.un.b.domain) &&
5361 (mydid.un.b.area == matchdid.un.b.area)) {
James Smart6b337e02015-05-21 13:55:23 -04005362 /* This code is supposed to match the ID
5363 * for a private loop device that is
5364 * connect to fl_port. But we need to
5365 * check that the port did not just go
5366 * from pt2pt to fabric or we could end
5367 * up matching ndlp->nlp_DID 000001 to
5368 * fabric DID 0x20101
5369 */
dea31012005-04-17 16:05:31 -05005370 if ((ndlpdid.un.b.domain == 0) &&
5371 (ndlpdid.un.b.area == 0)) {
James Smart6b337e02015-05-21 13:55:23 -04005372 if (ndlpdid.un.b.id &&
5373 vport->phba->fc_topology ==
5374 LPFC_TOPOLOGY_LOOP)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005375 return 1;
dea31012005-04-17 16:05:31 -05005376 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005377 return 0;
dea31012005-04-17 16:05:31 -05005378 }
5379
5380 matchdid.un.word = ndlp->nlp_DID;
5381 if ((mydid.un.b.domain == ndlpdid.un.b.domain) &&
5382 (mydid.un.b.area == ndlpdid.un.b.area)) {
5383 if ((matchdid.un.b.domain == 0) &&
5384 (matchdid.un.b.area == 0)) {
5385 if (matchdid.un.b.id)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005386 return 1;
dea31012005-04-17 16:05:31 -05005387 }
5388 }
5389 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005390 return 0;
dea31012005-04-17 16:05:31 -05005391}
5392
James Smart685f0bf2007-04-25 09:53:08 -04005393/* Search for a nodelist entry */
James Smart2e0fef82007-06-17 19:56:36 -05005394static struct lpfc_nodelist *
5395__lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05005396{
James Smart2fb9bd82006-12-02 13:33:57 -05005397 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05005398 uint32_t data1;
5399
James Smart2e0fef82007-06-17 19:56:36 -05005400 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
5401 if (lpfc_matchdid(vport, ndlp, did)) {
James Smartb95b2112019-08-14 16:56:47 -07005402 data1 = (((uint32_t)ndlp->nlp_state << 24) |
5403 ((uint32_t)ndlp->nlp_xri << 16) |
James Smart307e3382020-11-15 11:26:30 -08005404 ((uint32_t)ndlp->nlp_type << 8)
5405 );
James Smarte8b62012007-08-02 11:10:09 -04005406 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5407 "0929 FIND node DID "
James Smartb95b2112019-08-14 16:56:47 -07005408 "Data: x%px x%x x%x x%x x%x x%px\n",
James Smarte8b62012007-08-02 11:10:09 -04005409 ndlp, ndlp->nlp_DID,
James Smartb95b2112019-08-14 16:56:47 -07005410 ndlp->nlp_flag, data1, ndlp->nlp_rpi,
James Smartcff261f2013-12-17 20:29:47 -05005411 ndlp->active_rrqs_xri_bitmap);
James Smart685f0bf2007-04-25 09:53:08 -04005412 return ndlp;
dea31012005-04-17 16:05:31 -05005413 }
5414 }
Jamie Wellnitz66a9ed62006-02-28 22:33:10 -05005415
dea31012005-04-17 16:05:31 -05005416 /* FIND node did <did> NOT FOUND */
James Smarte8b62012007-08-02 11:10:09 -04005417 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5418 "0932 FIND node did x%x NOT FOUND.\n", did);
dea31012005-04-17 16:05:31 -05005419 return NULL;
5420}
5421
5422struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005423lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05005424{
James Smart2e0fef82007-06-17 19:56:36 -05005425 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
dea31012005-04-17 16:05:31 -05005426 struct lpfc_nodelist *ndlp;
James Smartfedd3b72011-02-16 12:39:24 -05005427 unsigned long iflags;
dea31012005-04-17 16:05:31 -05005428
James Smartfedd3b72011-02-16 12:39:24 -05005429 spin_lock_irqsave(shost->host_lock, iflags);
James Smart2e0fef82007-06-17 19:56:36 -05005430 ndlp = __lpfc_findnode_did(vport, did);
James Smartfedd3b72011-02-16 12:39:24 -05005431 spin_unlock_irqrestore(shost->host_lock, iflags);
James Smart2e0fef82007-06-17 19:56:36 -05005432 return ndlp;
5433}
5434
5435struct lpfc_nodelist *
James Smartf60cb932019-05-14 14:58:05 -07005436lpfc_findnode_mapped(struct lpfc_vport *vport)
5437{
5438 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5439 struct lpfc_nodelist *ndlp;
5440 uint32_t data1;
5441 unsigned long iflags;
5442
5443 spin_lock_irqsave(shost->host_lock, iflags);
5444
5445 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
5446 if (ndlp->nlp_state == NLP_STE_UNMAPPED_NODE ||
5447 ndlp->nlp_state == NLP_STE_MAPPED_NODE) {
5448 data1 = (((uint32_t)ndlp->nlp_state << 24) |
5449 ((uint32_t)ndlp->nlp_xri << 16) |
5450 ((uint32_t)ndlp->nlp_type << 8) |
5451 ((uint32_t)ndlp->nlp_rpi & 0xff));
5452 spin_unlock_irqrestore(shost->host_lock, iflags);
5453 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5454 "2025 FIND node DID "
James Smart32350662019-08-14 16:57:06 -07005455 "Data: x%px x%x x%x x%x x%px\n",
James Smartf60cb932019-05-14 14:58:05 -07005456 ndlp, ndlp->nlp_DID,
5457 ndlp->nlp_flag, data1,
5458 ndlp->active_rrqs_xri_bitmap);
5459 return ndlp;
5460 }
5461 }
5462 spin_unlock_irqrestore(shost->host_lock, iflags);
5463
5464 /* FIND node did <did> NOT FOUND */
5465 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5466 "2026 FIND mapped did NOT FOUND.\n");
5467 return NULL;
5468}
5469
5470struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005471lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did)
5472{
James Smart2e0fef82007-06-17 19:56:36 -05005473 struct lpfc_nodelist *ndlp;
5474
5475 ndlp = lpfc_findnode_did(vport, did);
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05005476 if (!ndlp) {
James Smart1c5b12f2017-04-21 16:05:03 -07005477 if (vport->phba->nvmet_support)
5478 return NULL;
James Smart2e0fef82007-06-17 19:56:36 -05005479 if ((vport->fc_flag & FC_RSCN_MODE) != 0 &&
5480 lpfc_rscn_payload_check(vport, did) == 0)
dea31012005-04-17 16:05:31 -05005481 return NULL;
James Smart9d3d3402017-04-21 16:05:00 -07005482 ndlp = lpfc_nlp_init(vport, did);
dea31012005-04-17 16:05:31 -05005483 if (!ndlp)
5484 return NULL;
James Smart2e0fef82007-06-17 19:56:36 -05005485 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
James Smartb4b34172019-10-18 14:18:31 -07005486
5487 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
5488 "6453 Setup New Node 2B_DISC x%x "
5489 "Data:x%x x%x x%x\n",
5490 ndlp->nlp_DID, ndlp->nlp_flag,
5491 ndlp->nlp_state, vport->fc_flag);
5492
James Smartc6adba12020-11-15 11:26:34 -08005493 spin_lock_irq(&ndlp->lock);
dea31012005-04-17 16:05:31 -05005494 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smartc6adba12020-11-15 11:26:34 -08005495 spin_unlock_irq(&ndlp->lock);
dea31012005-04-17 16:05:31 -05005496 return ndlp;
5497 }
James Smarte47c9092008-02-08 18:49:26 -05005498
James Smart1c5b12f2017-04-21 16:05:03 -07005499 /* The NVME Target does not want to actively manage an rport.
5500 * The goal is to allow the target to reset its state and clear
5501 * pending IO in preparation for the initiator to recover.
5502 */
James Smart58da1ff2008-04-07 10:15:56 -04005503 if ((vport->fc_flag & FC_RSCN_MODE) &&
5504 !(vport->fc_flag & FC_NDISC_ACTIVE)) {
James Smart2e0fef82007-06-17 19:56:36 -05005505 if (lpfc_rscn_payload_check(vport, did)) {
James Smart1c5b12f2017-04-21 16:05:03 -07005506
5507 /* Since this node is marked for discovery,
5508 * delay timeout is not needed.
5509 */
5510 lpfc_cancel_retry_delay_tmo(vport, ndlp);
5511
James Smartb4b34172019-10-18 14:18:31 -07005512 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
5513 "6455 Setup RSCN Node 2B_DISC x%x "
5514 "Data:x%x x%x x%x\n",
5515 ndlp->nlp_DID, ndlp->nlp_flag,
5516 ndlp->nlp_state, vport->fc_flag);
5517
James Smart1c5b12f2017-04-21 16:05:03 -07005518 /* NVME Target mode waits until rport is known to be
5519 * impacted by the RSCN before it transitions. No
5520 * active management - just go to NPR provided the
5521 * node had a valid login.
5522 */
5523 if (vport->phba->nvmet_support)
5524 return ndlp;
5525
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005526 /* If we've already received a PLOGI from this NPort
James Smart87af33f2007-10-27 13:37:43 -04005527 * we don't need to try to discover it again.
5528 */
James Smart3f97aed2019-09-21 20:58:55 -07005529 if (ndlp->nlp_flag & NLP_RCV_PLOGI &&
5530 !(ndlp->nlp_type &
5531 (NLP_FCP_TARGET | NLP_NVME_TARGET)))
James Smart87af33f2007-10-27 13:37:43 -04005532 return NULL;
5533
James Smart3f97aed2019-09-21 20:58:55 -07005534 ndlp->nlp_prev_state = ndlp->nlp_state;
5535 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
5536
James Smartc6adba12020-11-15 11:26:34 -08005537 spin_lock_irq(&ndlp->lock);
James Smarta257bf92009-04-06 18:48:10 -04005538 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smartc6adba12020-11-15 11:26:34 -08005539 spin_unlock_irq(&ndlp->lock);
James Smartb4b34172019-10-18 14:18:31 -07005540 } else {
5541 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
5542 "6456 Skip Setup RSCN Node x%x "
5543 "Data:x%x x%x x%x\n",
5544 ndlp->nlp_DID, ndlp->nlp_flag,
5545 ndlp->nlp_state, vport->fc_flag);
dea31012005-04-17 16:05:31 -05005546 ndlp = NULL;
James Smartb4b34172019-10-18 14:18:31 -07005547 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005548 } else {
James Smartb4b34172019-10-18 14:18:31 -07005549 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
5550 "6457 Setup Active Node 2B_DISC x%x "
5551 "Data:x%x x%x x%x\n",
5552 ndlp->nlp_DID, ndlp->nlp_flag,
5553 ndlp->nlp_state, vport->fc_flag);
5554
James Smart1c5b12f2017-04-21 16:05:03 -07005555 /* If the initiator received a PLOGI from this NPort or if the
5556 * initiator is already in the process of discovery on it,
5557 * there's no need to try to discover it again.
James Smart87af33f2007-10-27 13:37:43 -04005558 */
James Smart685f0bf2007-04-25 09:53:08 -04005559 if (ndlp->nlp_state == NLP_STE_ADISC_ISSUE ||
James Smart87af33f2007-10-27 13:37:43 -04005560 ndlp->nlp_state == NLP_STE_PLOGI_ISSUE ||
James Smart1c5b12f2017-04-21 16:05:03 -07005561 (!vport->phba->nvmet_support &&
5562 ndlp->nlp_flag & NLP_RCV_PLOGI))
dea31012005-04-17 16:05:31 -05005563 return NULL;
James Smart1c5b12f2017-04-21 16:05:03 -07005564
James Smart8c258642017-02-12 13:52:36 -08005565 if (vport->phba->nvmet_support)
5566 return ndlp;
James Smart1c5b12f2017-04-21 16:05:03 -07005567
5568 /* Moving to NPR state clears unsolicited flags and
5569 * allows for rediscovery
5570 */
5571 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
5572
James Smartc6adba12020-11-15 11:26:34 -08005573 spin_lock_irq(&ndlp->lock);
dea31012005-04-17 16:05:31 -05005574 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smartc6adba12020-11-15 11:26:34 -08005575 spin_unlock_irq(&ndlp->lock);
dea31012005-04-17 16:05:31 -05005576 }
5577 return ndlp;
5578}
5579
5580/* Build a list of nodes to discover based on the loopmap */
5581void
James Smart2e0fef82007-06-17 19:56:36 -05005582lpfc_disc_list_loopmap(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005583{
James Smart2e0fef82007-06-17 19:56:36 -05005584 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05005585 int j;
5586 uint32_t alpa, index;
5587
James Smart2e0fef82007-06-17 19:56:36 -05005588 if (!lpfc_is_link_up(phba))
dea31012005-04-17 16:05:31 -05005589 return;
James Smart2e0fef82007-06-17 19:56:36 -05005590
James Smart76a95d72010-11-20 23:11:48 -05005591 if (phba->fc_topology != LPFC_TOPOLOGY_LOOP)
dea31012005-04-17 16:05:31 -05005592 return;
dea31012005-04-17 16:05:31 -05005593
5594 /* Check for loop map present or not */
5595 if (phba->alpa_map[0]) {
5596 for (j = 1; j <= phba->alpa_map[0]; j++) {
5597 alpa = phba->alpa_map[j];
James Smart2e0fef82007-06-17 19:56:36 -05005598 if (((vport->fc_myDID & 0xff) == alpa) || (alpa == 0))
dea31012005-04-17 16:05:31 -05005599 continue;
James Smart2e0fef82007-06-17 19:56:36 -05005600 lpfc_setup_disc_node(vport, alpa);
dea31012005-04-17 16:05:31 -05005601 }
5602 } else {
5603 /* No alpamap, so try all alpa's */
5604 for (j = 0; j < FC_MAXLOOP; j++) {
5605 /* If cfg_scan_down is set, start from highest
5606 * ALPA (0xef) to lowest (0x1).
5607 */
James Smart3de2a652007-08-02 11:09:59 -04005608 if (vport->cfg_scan_down)
dea31012005-04-17 16:05:31 -05005609 index = j;
5610 else
5611 index = FC_MAXLOOP - j - 1;
5612 alpa = lpfcAlpaArray[index];
James Smart2e0fef82007-06-17 19:56:36 -05005613 if ((vport->fc_myDID & 0xff) == alpa)
dea31012005-04-17 16:05:31 -05005614 continue;
James Smart2e0fef82007-06-17 19:56:36 -05005615 lpfc_setup_disc_node(vport, alpa);
dea31012005-04-17 16:05:31 -05005616 }
5617 }
5618 return;
5619}
5620
James Smart895427b2017-02-12 13:52:30 -08005621/* SLI3 only */
dea31012005-04-17 16:05:31 -05005622void
James Smart2e0fef82007-06-17 19:56:36 -05005623lpfc_issue_clear_la(struct lpfc_hba *phba, struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005624{
dea31012005-04-17 16:05:31 -05005625 LPFC_MBOXQ_t *mbox;
James Smart2e0fef82007-06-17 19:56:36 -05005626 struct lpfc_sli *psli = &phba->sli;
James Smart895427b2017-02-12 13:52:30 -08005627 struct lpfc_sli_ring *extra_ring = &psli->sli3_ring[LPFC_EXTRA_RING];
5628 struct lpfc_sli_ring *fcp_ring = &psli->sli3_ring[LPFC_FCP_RING];
James Smart2e0fef82007-06-17 19:56:36 -05005629 int rc;
5630
James Smart92d7f7b2007-06-17 19:56:38 -05005631 /*
5632 * if it's not a physical port or if we already send
5633 * clear_la then don't send it.
5634 */
5635 if ((phba->link_state >= LPFC_CLEAR_LA) ||
James Smartda0436e2009-05-22 14:51:39 -04005636 (vport->port_type != LPFC_PHYSICAL_PORT) ||
5637 (phba->sli_rev == LPFC_SLI_REV4))
James Smart92d7f7b2007-06-17 19:56:38 -05005638 return;
5639
James Smart2e0fef82007-06-17 19:56:36 -05005640 /* Link up discovery */
5641 if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL)) != NULL) {
5642 phba->link_state = LPFC_CLEAR_LA;
5643 lpfc_clear_la(phba, mbox);
5644 mbox->mbox_cmpl = lpfc_mbx_cmpl_clear_la;
5645 mbox->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -04005646 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart2e0fef82007-06-17 19:56:36 -05005647 if (rc == MBX_NOT_FINISHED) {
5648 mempool_free(mbox, phba->mbox_mem_pool);
5649 lpfc_disc_flush_list(vport);
5650 extra_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
5651 fcp_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
James Smart92d7f7b2007-06-17 19:56:38 -05005652 phba->link_state = LPFC_HBA_ERROR;
5653 }
5654 }
5655}
5656
5657/* Reg_vpi to tell firmware to resume normal operations */
5658void
5659lpfc_issue_reg_vpi(struct lpfc_hba *phba, struct lpfc_vport *vport)
5660{
5661 LPFC_MBOXQ_t *regvpimbox;
5662
5663 regvpimbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5664 if (regvpimbox) {
James Smartda0436e2009-05-22 14:51:39 -04005665 lpfc_reg_vpi(vport, regvpimbox);
James Smart92d7f7b2007-06-17 19:56:38 -05005666 regvpimbox->mbox_cmpl = lpfc_mbx_cmpl_reg_vpi;
5667 regvpimbox->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -04005668 if (lpfc_sli_issue_mbox(phba, regvpimbox, MBX_NOWAIT)
James Smart92d7f7b2007-06-17 19:56:38 -05005669 == MBX_NOT_FINISHED) {
5670 mempool_free(regvpimbox, phba->mbox_mem_pool);
James Smart2e0fef82007-06-17 19:56:36 -05005671 }
5672 }
5673}
5674
5675/* Start Link up / RSCN discovery on NPR nodes */
5676void
5677lpfc_disc_start(struct lpfc_vport *vport)
5678{
5679 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5680 struct lpfc_hba *phba = vport->phba;
James Smart685f0bf2007-04-25 09:53:08 -04005681 uint32_t num_sent;
dea31012005-04-17 16:05:31 -05005682 uint32_t clear_la_pending;
dea31012005-04-17 16:05:31 -05005683
James Smarte74c03c2013-04-17 20:15:19 -04005684 if (!lpfc_is_link_up(phba)) {
5685 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
5686 "3315 Link is not up %x\n",
5687 phba->link_state);
dea31012005-04-17 16:05:31 -05005688 return;
James Smarte74c03c2013-04-17 20:15:19 -04005689 }
James Smart2e0fef82007-06-17 19:56:36 -05005690
5691 if (phba->link_state == LPFC_CLEAR_LA)
dea31012005-04-17 16:05:31 -05005692 clear_la_pending = 1;
5693 else
5694 clear_la_pending = 0;
5695
James Smart2e0fef82007-06-17 19:56:36 -05005696 if (vport->port_state < LPFC_VPORT_READY)
5697 vport->port_state = LPFC_DISC_AUTH;
dea31012005-04-17 16:05:31 -05005698
James Smart2e0fef82007-06-17 19:56:36 -05005699 lpfc_set_disctmo(vport);
5700
James Smart2e0fef82007-06-17 19:56:36 -05005701 vport->fc_prevDID = vport->fc_myDID;
5702 vport->num_disc_nodes = 0;
dea31012005-04-17 16:05:31 -05005703
5704 /* Start Discovery state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04005705 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
James Smartb4b34172019-10-18 14:18:31 -07005706 "0202 Start Discovery port state x%x "
5707 "flg x%x Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04005708 vport->port_state, vport->fc_flag, vport->fc_plogi_cnt,
James Smartb4b34172019-10-18 14:18:31 -07005709 vport->fc_adisc_cnt, vport->fc_npr_cnt);
dea31012005-04-17 16:05:31 -05005710
5711 /* First do ADISCs - if any */
James Smart2e0fef82007-06-17 19:56:36 -05005712 num_sent = lpfc_els_disc_adisc(vport);
dea31012005-04-17 16:05:31 -05005713
5714 if (num_sent)
5715 return;
5716
James Smart6fa139f2013-04-17 20:20:00 -04005717 /* Register the VPI for SLI3, NPIV only. */
James Smart92d7f7b2007-06-17 19:56:38 -05005718 if ((phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) &&
James Smart1b32f6a2008-02-08 18:49:39 -05005719 !(vport->fc_flag & FC_PT2PT) &&
James Smartda0436e2009-05-22 14:51:39 -04005720 !(vport->fc_flag & FC_RSCN_MODE) &&
5721 (phba->sli_rev < LPFC_SLI_REV4)) {
James Smart85c0f172015-04-07 15:07:12 -04005722 lpfc_issue_clear_la(phba, vport);
James Smart92d7f7b2007-06-17 19:56:38 -05005723 lpfc_issue_reg_vpi(phba, vport);
5724 return;
5725 }
James Smart2e0fef82007-06-17 19:56:36 -05005726
James Smart92d7f7b2007-06-17 19:56:38 -05005727 /*
5728 * For SLI2, we need to set port_state to READY and continue
5729 * discovery.
5730 */
5731 if (vport->port_state < LPFC_VPORT_READY && !clear_la_pending) {
5732 /* If we get here, there is nothing to ADISC */
James Smart85c0f172015-04-07 15:07:12 -04005733 lpfc_issue_clear_la(phba, vport);
James Smart92d7f7b2007-06-17 19:56:38 -05005734
5735 if (!(vport->fc_flag & FC_ABORT_DISCOVERY)) {
James Smart2e0fef82007-06-17 19:56:36 -05005736 vport->num_disc_nodes = 0;
5737 /* go thru NPR nodes and issue ELS PLOGIs */
5738 if (vport->fc_npr_cnt)
5739 lpfc_els_disc_plogi(vport);
5740
5741 if (!vport->num_disc_nodes) {
5742 spin_lock_irq(shost->host_lock);
5743 vport->fc_flag &= ~FC_NDISC_ACTIVE;
5744 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05005745 lpfc_can_disctmo(vport);
dea31012005-04-17 16:05:31 -05005746 }
5747 }
James Smart92d7f7b2007-06-17 19:56:38 -05005748 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05005749 } else {
5750 /* Next do PLOGIs - if any */
James Smart2e0fef82007-06-17 19:56:36 -05005751 num_sent = lpfc_els_disc_plogi(vport);
dea31012005-04-17 16:05:31 -05005752
5753 if (num_sent)
5754 return;
5755
James Smart2e0fef82007-06-17 19:56:36 -05005756 if (vport->fc_flag & FC_RSCN_MODE) {
dea31012005-04-17 16:05:31 -05005757 /* Check to see if more RSCNs came in while we
5758 * were processing this one.
5759 */
James Smart2e0fef82007-06-17 19:56:36 -05005760 if ((vport->fc_rscn_id_cnt == 0) &&
5761 (!(vport->fc_flag & FC_RSCN_DISCOVERY))) {
5762 spin_lock_irq(shost->host_lock);
5763 vport->fc_flag &= ~FC_RSCN_MODE;
5764 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05005765 lpfc_can_disctmo(vport);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005766 } else
James Smart2e0fef82007-06-17 19:56:36 -05005767 lpfc_els_handle_rscn(vport);
dea31012005-04-17 16:05:31 -05005768 }
5769 }
5770 return;
5771}
5772
5773/*
5774 * Ignore completion for all IOCBs on tx and txcmpl queue for ELS
5775 * ring the match the sppecified nodelist.
5776 */
5777static void
James Smart2e0fef82007-06-17 19:56:36 -05005778lpfc_free_tx(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05005779{
James Smart2534ba72007-04-25 09:52:20 -04005780 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05005781 IOCB_t *icmd;
5782 struct lpfc_iocbq *iocb, *next_iocb;
5783 struct lpfc_sli_ring *pring;
dea31012005-04-17 16:05:31 -05005784
James Smart895427b2017-02-12 13:52:30 -08005785 pring = lpfc_phba_elsring(phba);
Dick Kennedy1234a6d2017-09-29 17:34:29 -07005786 if (unlikely(!pring))
5787 return;
dea31012005-04-17 16:05:31 -05005788
5789 /* Error matching iocb on txq or txcmplq
5790 * First check the txq.
5791 */
James Smart2e0fef82007-06-17 19:56:36 -05005792 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05005793 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
5794 if (iocb->context1 != ndlp) {
5795 continue;
5796 }
5797 icmd = &iocb->iocb;
5798 if ((icmd->ulpCommand == CMD_ELS_REQUEST64_CR) ||
5799 (icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX)) {
5800
James Smart2534ba72007-04-25 09:52:20 -04005801 list_move_tail(&iocb->list, &completions);
dea31012005-04-17 16:05:31 -05005802 }
5803 }
5804
5805 /* Next check the txcmplq */
5806 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) {
5807 if (iocb->context1 != ndlp) {
5808 continue;
5809 }
5810 icmd = &iocb->iocb;
James Smart2e0fef82007-06-17 19:56:36 -05005811 if (icmd->ulpCommand == CMD_ELS_REQUEST64_CR ||
5812 icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX) {
James Smartdb7531d2020-11-15 11:26:44 -08005813 lpfc_sli_issue_abort_iotag(phba, pring, iocb, NULL);
dea31012005-04-17 16:05:31 -05005814 }
5815 }
James Smart2e0fef82007-06-17 19:56:36 -05005816 spin_unlock_irq(&phba->hbalock);
James Smart2534ba72007-04-25 09:52:20 -04005817
James Smarta22d73b2021-01-04 10:02:38 -08005818 /* Make sure HBA is alive */
5819 lpfc_issue_hb_tmo(phba);
5820
James Smarta257bf92009-04-06 18:48:10 -04005821 /* Cancel all the IOCBs from the completions list */
5822 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
5823 IOERR_SLI_ABORTED);
dea31012005-04-17 16:05:31 -05005824}
5825
Adrian Bunka6ababd2007-11-05 18:07:33 +01005826static void
James Smart2e0fef82007-06-17 19:56:36 -05005827lpfc_disc_flush_list(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005828{
5829 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart2e0fef82007-06-17 19:56:36 -05005830 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05005831
James Smart2e0fef82007-06-17 19:56:36 -05005832 if (vport->fc_plogi_cnt || vport->fc_adisc_cnt) {
5833 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes,
James Smart685f0bf2007-04-25 09:53:08 -04005834 nlp_listp) {
5835 if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE ||
5836 ndlp->nlp_state == NLP_STE_ADISC_ISSUE) {
5837 lpfc_free_tx(phba, ndlp);
James Smart685f0bf2007-04-25 09:53:08 -04005838 }
dea31012005-04-17 16:05:31 -05005839 }
5840 }
dea31012005-04-17 16:05:31 -05005841}
5842
James Smart92d7f7b2007-06-17 19:56:38 -05005843void
5844lpfc_cleanup_discovery_resources(struct lpfc_vport *vport)
5845{
5846 lpfc_els_flush_rscn(vport);
5847 lpfc_els_flush_cmd(vport);
5848 lpfc_disc_flush_list(vport);
5849}
5850
dea31012005-04-17 16:05:31 -05005851/*****************************************************************************/
5852/*
5853 * NAME: lpfc_disc_timeout
5854 *
5855 * FUNCTION: Fibre Channel driver discovery timeout routine.
5856 *
5857 * EXECUTION ENVIRONMENT: interrupt only
5858 *
5859 * CALLED FROM:
5860 * Timer function
5861 *
5862 * RETURNS:
5863 * none
5864 */
5865/*****************************************************************************/
5866void
Kees Cookf22eb4d2017-09-06 20:24:26 -07005867lpfc_disc_timeout(struct timer_list *t)
dea31012005-04-17 16:05:31 -05005868{
Kees Cookf22eb4d2017-09-06 20:24:26 -07005869 struct lpfc_vport *vport = from_timer(vport, t, fc_disctmo);
James Smart2e0fef82007-06-17 19:56:36 -05005870 struct lpfc_hba *phba = vport->phba;
James Smart5e9d9b82008-06-14 22:52:53 -04005871 uint32_t tmo_posted;
dea31012005-04-17 16:05:31 -05005872 unsigned long flags = 0;
5873
5874 if (unlikely(!phba))
5875 return;
5876
James Smart5e9d9b82008-06-14 22:52:53 -04005877 spin_lock_irqsave(&vport->work_port_lock, flags);
5878 tmo_posted = vport->work_port_events & WORKER_DISC_TMO;
5879 if (!tmo_posted)
James Smart2e0fef82007-06-17 19:56:36 -05005880 vport->work_port_events |= WORKER_DISC_TMO;
James Smart5e9d9b82008-06-14 22:52:53 -04005881 spin_unlock_irqrestore(&vport->work_port_lock, flags);
James Smart2e0fef82007-06-17 19:56:36 -05005882
James Smart5e9d9b82008-06-14 22:52:53 -04005883 if (!tmo_posted)
5884 lpfc_worker_wake_up(phba);
dea31012005-04-17 16:05:31 -05005885 return;
5886}
5887
5888static void
James Smart2e0fef82007-06-17 19:56:36 -05005889lpfc_disc_timeout_handler(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005890{
James Smart2e0fef82007-06-17 19:56:36 -05005891 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5892 struct lpfc_hba *phba = vport->phba;
5893 struct lpfc_sli *psli = &phba->sli;
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05005894 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart92d7f7b2007-06-17 19:56:38 -05005895 LPFC_MBOXQ_t *initlinkmbox;
dea31012005-04-17 16:05:31 -05005896 int rc, clrlaerr = 0;
5897
James Smart2e0fef82007-06-17 19:56:36 -05005898 if (!(vport->fc_flag & FC_DISC_TMO))
dea31012005-04-17 16:05:31 -05005899 return;
5900
James Smart2e0fef82007-06-17 19:56:36 -05005901 spin_lock_irq(shost->host_lock);
5902 vport->fc_flag &= ~FC_DISC_TMO;
5903 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05005904
James Smart858c9f62007-06-17 19:56:39 -05005905 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
5906 "disc timeout: state:x%x rtry:x%x flg:x%x",
5907 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
5908
James Smart2e0fef82007-06-17 19:56:36 -05005909 switch (vport->port_state) {
dea31012005-04-17 16:05:31 -05005910
5911 case LPFC_LOCAL_CFG_LINK:
James Smarta0f2d3e2017-02-12 13:52:31 -08005912 /*
5913 * port_state is identically LPFC_LOCAL_CFG_LINK while
5914 * waiting for FAN timeout
5915 */
James Smarte8b62012007-08-02 11:10:09 -04005916 lpfc_printf_vlog(vport, KERN_WARNING, LOG_DISCOVERY,
5917 "0221 FAN timeout\n");
James Smarta0f2d3e2017-02-12 13:52:31 -08005918
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05005919 /* Start discovery by sending FLOGI, clean up old rpis */
James Smart2e0fef82007-06-17 19:56:36 -05005920 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes,
James Smart685f0bf2007-04-25 09:53:08 -04005921 nlp_listp) {
5922 if (ndlp->nlp_state != NLP_STE_NPR_NODE)
5923 continue;
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05005924 if (ndlp->nlp_type & NLP_FABRIC) {
5925 /* Clean up the ndlp on Fabric connections */
James Smart2e0fef82007-06-17 19:56:36 -05005926 lpfc_drop_node(vport, ndlp);
James Smart87af33f2007-10-27 13:37:43 -04005927
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005928 } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) {
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05005929 /* Fail outstanding IO now since device
5930 * is marked for PLOGI.
5931 */
James Smart2e0fef82007-06-17 19:56:36 -05005932 lpfc_unreg_rpi(vport, ndlp);
Jamie Wellnitzc9f8735b2006-02-28 19:25:23 -05005933 }
5934 }
James Smart92d7f7b2007-06-17 19:56:38 -05005935 if (vport->port_state != LPFC_FLOGI) {
James Smart76a95d72010-11-20 23:11:48 -05005936 if (phba->sli_rev <= LPFC_SLI_REV3)
5937 lpfc_initial_flogi(vport);
5938 else
5939 lpfc_issue_init_vfi(vport);
James Smart0ff10d42008-01-11 01:52:36 -05005940 return;
James Smart92d7f7b2007-06-17 19:56:38 -05005941 }
dea31012005-04-17 16:05:31 -05005942 break;
5943
James Smart92d7f7b2007-06-17 19:56:38 -05005944 case LPFC_FDISC:
dea31012005-04-17 16:05:31 -05005945 case LPFC_FLOGI:
James Smart2e0fef82007-06-17 19:56:36 -05005946 /* port_state is identically LPFC_FLOGI while waiting for FLOGI cmpl */
dea31012005-04-17 16:05:31 -05005947 /* Initial FLOGI timeout */
Dick Kennedy372c1872020-06-30 14:50:00 -07005948 lpfc_printf_vlog(vport, KERN_ERR,
5949 LOG_TRACE_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04005950 "0222 Initial %s timeout\n",
James Smart87af33f2007-10-27 13:37:43 -04005951 vport->vpi ? "FDISC" : "FLOGI");
dea31012005-04-17 16:05:31 -05005952
5953 /* Assume no Fabric and go on with discovery.
5954 * Check for outstanding ELS FLOGI to abort.
5955 */
5956
5957 /* FLOGI failed, so just use loop map to make discovery list */
James Smart2e0fef82007-06-17 19:56:36 -05005958 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05005959
5960 /* Start discovery */
James Smart2e0fef82007-06-17 19:56:36 -05005961 lpfc_disc_start(vport);
dea31012005-04-17 16:05:31 -05005962 break;
5963
5964 case LPFC_FABRIC_CFG_LINK:
5965 /* hba_state is identically LPFC_FABRIC_CFG_LINK while waiting for
5966 NameServer login */
Dick Kennedy372c1872020-06-30 14:50:00 -07005967 lpfc_printf_vlog(vport, KERN_ERR,
5968 LOG_TRACE_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04005969 "0223 Timeout while waiting for "
5970 "NameServer login\n");
dea31012005-04-17 16:05:31 -05005971 /* Next look for NameServer ndlp */
James Smart2e0fef82007-06-17 19:56:36 -05005972 ndlp = lpfc_findnode_did(vport, NameServer_DID);
James Smart307e3382020-11-15 11:26:30 -08005973 if (ndlp)
James Smart87af33f2007-10-27 13:37:43 -04005974 lpfc_els_abort(phba, ndlp);
5975
5976 /* ReStart discovery */
5977 goto restart_disc;
dea31012005-04-17 16:05:31 -05005978
5979 case LPFC_NS_QRY:
5980 /* Check for wait for NameServer Rsp timeout */
Dick Kennedy372c1872020-06-30 14:50:00 -07005981 lpfc_printf_vlog(vport, KERN_ERR,
5982 LOG_TRACE_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04005983 "0224 NameServer Query timeout "
5984 "Data: x%x x%x\n",
5985 vport->fc_ns_retry, LPFC_MAX_NS_RETRY);
dea31012005-04-17 16:05:31 -05005986
James Smart92d7f7b2007-06-17 19:56:38 -05005987 if (vport->fc_ns_retry < LPFC_MAX_NS_RETRY) {
5988 /* Try it one more time */
5989 vport->fc_ns_retry++;
James Smarta0f2d3e2017-02-12 13:52:31 -08005990 vport->gidft_inp = 0;
5991 rc = lpfc_issue_gidft(vport);
James Smart92d7f7b2007-06-17 19:56:38 -05005992 if (rc == 0)
5993 break;
dea31012005-04-17 16:05:31 -05005994 }
James Smart92d7f7b2007-06-17 19:56:38 -05005995 vport->fc_ns_retry = 0;
dea31012005-04-17 16:05:31 -05005996
James Smart87af33f2007-10-27 13:37:43 -04005997restart_disc:
James Smart92d7f7b2007-06-17 19:56:38 -05005998 /*
5999 * Discovery is over.
6000 * set port_state to PORT_READY if SLI2.
6001 * cmpl_reg_vpi will set port_state to READY for SLI3.
6002 */
James Smart3772a992009-05-22 14:50:54 -04006003 if (phba->sli_rev < LPFC_SLI_REV4) {
6004 if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)
6005 lpfc_issue_reg_vpi(phba, vport);
James Smart6d368e52011-05-24 11:44:12 -04006006 else {
James Smart3772a992009-05-22 14:50:54 -04006007 lpfc_issue_clear_la(phba, vport);
6008 vport->port_state = LPFC_VPORT_READY;
6009 }
dea31012005-04-17 16:05:31 -05006010 }
6011
6012 /* Setup and issue mailbox INITIALIZE LINK command */
6013 initlinkmbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
6014 if (!initlinkmbox) {
Dick Kennedy372c1872020-06-30 14:50:00 -07006015 lpfc_printf_vlog(vport, KERN_ERR,
6016 LOG_TRACE_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04006017 "0206 Device Discovery "
6018 "completion error\n");
James Smart2e0fef82007-06-17 19:56:36 -05006019 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05006020 break;
6021 }
6022
6023 lpfc_linkdown(phba);
6024 lpfc_init_link(phba, initlinkmbox, phba->cfg_topology,
6025 phba->cfg_link_speed);
James Smart04c68492009-05-22 14:52:52 -04006026 initlinkmbox->u.mb.un.varInitLnk.lipsr_AL_PA = 0;
James Smarted957682007-06-17 19:56:37 -05006027 initlinkmbox->vport = vport;
James Smart92d7f7b2007-06-17 19:56:38 -05006028 initlinkmbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -04006029 rc = lpfc_sli_issue_mbox(phba, initlinkmbox, MBX_NOWAIT);
James Smart5b8bd0c2007-04-25 09:52:49 -04006030 lpfc_set_loopback_flag(phba);
dea31012005-04-17 16:05:31 -05006031 if (rc == MBX_NOT_FINISHED)
6032 mempool_free(initlinkmbox, phba->mbox_mem_pool);
6033
6034 break;
6035
6036 case LPFC_DISC_AUTH:
6037 /* Node Authentication timeout */
Dick Kennedy372c1872020-06-30 14:50:00 -07006038 lpfc_printf_vlog(vport, KERN_ERR,
6039 LOG_TRACE_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04006040 "0227 Node Authentication timeout\n");
James Smart2e0fef82007-06-17 19:56:36 -05006041 lpfc_disc_flush_list(vport);
6042
James Smart92d7f7b2007-06-17 19:56:38 -05006043 /*
6044 * set port_state to PORT_READY if SLI2.
6045 * cmpl_reg_vpi will set port_state to READY for SLI3.
6046 */
James Smart3772a992009-05-22 14:50:54 -04006047 if (phba->sli_rev < LPFC_SLI_REV4) {
6048 if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)
6049 lpfc_issue_reg_vpi(phba, vport);
6050 else { /* NPIV Not enabled */
6051 lpfc_issue_clear_la(phba, vport);
6052 vport->port_state = LPFC_VPORT_READY;
6053 }
dea31012005-04-17 16:05:31 -05006054 }
6055 break;
6056
James Smart2e0fef82007-06-17 19:56:36 -05006057 case LPFC_VPORT_READY:
6058 if (vport->fc_flag & FC_RSCN_MODE) {
Dick Kennedy372c1872020-06-30 14:50:00 -07006059 lpfc_printf_vlog(vport, KERN_ERR,
6060 LOG_TRACE_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04006061 "0231 RSCN timeout Data: x%x "
6062 "x%x\n",
6063 vport->fc_ns_retry, LPFC_MAX_NS_RETRY);
dea31012005-04-17 16:05:31 -05006064
6065 /* Cleanup any outstanding ELS commands */
James Smart2e0fef82007-06-17 19:56:36 -05006066 lpfc_els_flush_cmd(vport);
dea31012005-04-17 16:05:31 -05006067
James Smart2e0fef82007-06-17 19:56:36 -05006068 lpfc_els_flush_rscn(vport);
6069 lpfc_disc_flush_list(vport);
dea31012005-04-17 16:05:31 -05006070 }
6071 break;
James Smart2e0fef82007-06-17 19:56:36 -05006072
James Smart92d7f7b2007-06-17 19:56:38 -05006073 default:
Dick Kennedy372c1872020-06-30 14:50:00 -07006074 lpfc_printf_vlog(vport, KERN_ERR,
6075 LOG_TRACE_EVENT,
James Smartd7c255b2008-08-24 21:50:00 -04006076 "0273 Unexpected discovery timeout, "
James Smarte8b62012007-08-02 11:10:09 -04006077 "vport State x%x\n", vport->port_state);
James Smart2e0fef82007-06-17 19:56:36 -05006078 break;
6079 }
6080
6081 switch (phba->link_state) {
6082 case LPFC_CLEAR_LA:
James Smart92d7f7b2007-06-17 19:56:38 -05006083 /* CLEAR LA timeout */
Dick Kennedy372c1872020-06-30 14:50:00 -07006084 lpfc_printf_vlog(vport, KERN_ERR,
6085 LOG_TRACE_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04006086 "0228 CLEAR LA timeout\n");
James Smart2e0fef82007-06-17 19:56:36 -05006087 clrlaerr = 1;
6088 break;
6089
James Smart09372822008-01-11 01:52:54 -05006090 case LPFC_LINK_UP:
6091 lpfc_issue_clear_la(phba, vport);
Gustavo A. R. Silvadf561f662020-08-23 17:36:59 -05006092 fallthrough;
James Smart2e0fef82007-06-17 19:56:36 -05006093 case LPFC_LINK_UNKNOWN:
6094 case LPFC_WARM_START:
6095 case LPFC_INIT_START:
6096 case LPFC_INIT_MBX_CMDS:
6097 case LPFC_LINK_DOWN:
James Smart2e0fef82007-06-17 19:56:36 -05006098 case LPFC_HBA_ERROR:
Dick Kennedy372c1872020-06-30 14:50:00 -07006099 lpfc_printf_vlog(vport, KERN_ERR,
6100 LOG_TRACE_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04006101 "0230 Unexpected timeout, hba link "
6102 "state x%x\n", phba->link_state);
James Smart2e0fef82007-06-17 19:56:36 -05006103 clrlaerr = 1;
6104 break;
James Smart92d7f7b2007-06-17 19:56:38 -05006105
6106 case LPFC_HBA_READY:
6107 break;
dea31012005-04-17 16:05:31 -05006108 }
6109
6110 if (clrlaerr) {
James Smart2e0fef82007-06-17 19:56:36 -05006111 lpfc_disc_flush_list(vport);
James Smart895427b2017-02-12 13:52:30 -08006112 if (phba->sli_rev != LPFC_SLI_REV4) {
6113 psli->sli3_ring[(LPFC_EXTRA_RING)].flag &=
6114 ~LPFC_STOP_IOCB_EVENT;
6115 psli->sli3_ring[LPFC_FCP_RING].flag &=
6116 ~LPFC_STOP_IOCB_EVENT;
6117 }
James Smart2e0fef82007-06-17 19:56:36 -05006118 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05006119 }
dea31012005-04-17 16:05:31 -05006120 return;
6121}
6122
dea31012005-04-17 16:05:31 -05006123/*
6124 * This routine handles processing a NameServer REG_LOGIN mailbox
6125 * command upon completion. It is setup in the LPFC_MBOXQ
6126 * as the completion routine when the command is
6127 * handed off to the SLI layer.
6128 */
6129void
James Smart2e0fef82007-06-17 19:56:36 -05006130lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05006131{
James Smart04c68492009-05-22 14:52:52 -04006132 MAILBOX_t *mb = &pmb->u.mb;
James Smart3e1f0712018-11-29 16:09:29 -08006133 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *)(pmb->ctx_buf);
6134 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *)pmb->ctx_ndlp;
James Smart2e0fef82007-06-17 19:56:36 -05006135 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05006136
James Smart3e1f0712018-11-29 16:09:29 -08006137 pmb->ctx_buf = NULL;
6138 pmb->ctx_ndlp = NULL;
dea31012005-04-17 16:05:31 -05006139
James Smart6d368e52011-05-24 11:44:12 -04006140 if (phba->sli_rev < LPFC_SLI_REV4)
6141 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05006142 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05006143 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05006144 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
James Smart0f154222019-09-21 20:58:52 -07006145 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE | LOG_DISCOVERY,
James Smart307e3382020-11-15 11:26:30 -08006146 "0004 rpi:%x DID:%x flg:%x %d x%px\n",
James Smartbe6bb942015-04-07 15:07:22 -04006147 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01006148 kref_read(&ndlp->kref),
James Smart307e3382020-11-15 11:26:30 -08006149 ndlp);
James Smart2e0fef82007-06-17 19:56:36 -05006150 /*
6151 * Start issuing Fabric-Device Management Interface (FDMI) command to
James Smart4258e982015-12-16 18:11:58 -05006152 * 0xfffffa (FDMI well known port).
6153 * DHBA -> DPRT -> RHBA -> RPA (physical port)
6154 * DPRT -> RPRT (vports)
dea31012005-04-17 16:05:31 -05006155 */
James Smarta314dec2021-04-11 18:31:20 -07006156 if (vport->port_type == LPFC_PHYSICAL_PORT) {
6157 phba->link_flag &= ~LS_CT_VEN_RPA; /* For extra Vendor RPA */
James Smart4258e982015-12-16 18:11:58 -05006158 lpfc_fdmi_cmd(vport, ndlp, SLI_MGMT_DHBA, 0);
James Smarta314dec2021-04-11 18:31:20 -07006159 } else {
James Smart4258e982015-12-16 18:11:58 -05006160 lpfc_fdmi_cmd(vport, ndlp, SLI_MGMT_DPRT, 0);
James Smarta314dec2021-04-11 18:31:20 -07006161 }
James Smart4258e982015-12-16 18:11:58 -05006162
dea31012005-04-17 16:05:31 -05006163
James Smartfa4066b2008-01-11 01:53:27 -05006164 /* decrement the node reference count held for this callback
6165 * function.
6166 */
James Smart329f9bc2007-04-25 09:53:01 -04006167 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05006168 lpfc_mbuf_free(phba, mp->virt, mp->phys);
6169 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04006170 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05006171
6172 return;
6173}
6174
James Smart685f0bf2007-04-25 09:53:08 -04006175static int
6176lpfc_filter_by_rpi(struct lpfc_nodelist *ndlp, void *param)
6177{
6178 uint16_t *rpi = param;
6179
6180 return ndlp->nlp_rpi == *rpi;
6181}
6182
6183static int
6184lpfc_filter_by_wwpn(struct lpfc_nodelist *ndlp, void *param)
6185{
6186 return memcmp(&ndlp->nlp_portname, param,
6187 sizeof(ndlp->nlp_portname)) == 0;
6188}
6189
Adrian Bunka6ababd2007-11-05 18:07:33 +01006190static struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05006191__lpfc_find_node(struct lpfc_vport *vport, node_filter filter, void *param)
dea31012005-04-17 16:05:31 -05006192{
James.Smart@Emulex.Com21568f52005-10-28 20:29:36 -04006193 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05006194
James Smart2e0fef82007-06-17 19:56:36 -05006195 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
James Smart34f5ad82012-08-03 12:35:03 -04006196 if (filter(ndlp, param)) {
6197 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
Sakari Ailus2d44d162019-09-04 19:04:23 +03006198 "3185 FIND node filter %ps DID "
James Smart32350662019-08-14 16:57:06 -07006199 "ndlp x%px did x%x flg x%x st x%x "
James Smart49382502017-11-20 16:00:38 -08006200 "xri x%x type x%x rpi x%x\n",
James Smart34f5ad82012-08-03 12:35:03 -04006201 filter, ndlp, ndlp->nlp_DID,
James Smart49382502017-11-20 16:00:38 -08006202 ndlp->nlp_flag, ndlp->nlp_state,
6203 ndlp->nlp_xri, ndlp->nlp_type,
6204 ndlp->nlp_rpi);
James Smart685f0bf2007-04-25 09:53:08 -04006205 return ndlp;
James Smart34f5ad82012-08-03 12:35:03 -04006206 }
James Smart685f0bf2007-04-25 09:53:08 -04006207 }
James Smart34f5ad82012-08-03 12:35:03 -04006208 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
Sakari Ailus2d44d162019-09-04 19:04:23 +03006209 "3186 FIND node filter %ps NOT FOUND.\n", filter);
James.Smart@Emulex.Com21568f52005-10-28 20:29:36 -04006210 return NULL;
dea31012005-04-17 16:05:31 -05006211}
6212
James Smart685f0bf2007-04-25 09:53:08 -04006213/*
6214 * This routine looks up the ndlp lists for the given RPI. If rpi found it
James Smart2e0fef82007-06-17 19:56:36 -05006215 * returns the node list element pointer else return NULL.
James Smart685f0bf2007-04-25 09:53:08 -04006216 */
6217struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05006218__lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi)
James Smart685f0bf2007-04-25 09:53:08 -04006219{
James Smart2e0fef82007-06-17 19:56:36 -05006220 return __lpfc_find_node(vport, lpfc_filter_by_rpi, &rpi);
James Smart685f0bf2007-04-25 09:53:08 -04006221}
6222
James Smart488d1462006-03-07 15:02:37 -05006223/*
James Smart685f0bf2007-04-25 09:53:08 -04006224 * This routine looks up the ndlp lists for the given WWPN. If WWPN found it
James Smart2e0fef82007-06-17 19:56:36 -05006225 * returns the node element list pointer else return NULL.
James Smart488d1462006-03-07 15:02:37 -05006226 */
6227struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05006228lpfc_findnode_wwpn(struct lpfc_vport *vport, struct lpfc_name *wwpn)
James Smart488d1462006-03-07 15:02:37 -05006229{
James Smart2e0fef82007-06-17 19:56:36 -05006230 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart488d1462006-03-07 15:02:37 -05006231 struct lpfc_nodelist *ndlp;
James Smart488d1462006-03-07 15:02:37 -05006232
James Smart2e0fef82007-06-17 19:56:36 -05006233 spin_lock_irq(shost->host_lock);
6234 ndlp = __lpfc_find_node(vport, lpfc_filter_by_wwpn, wwpn);
6235 spin_unlock_irq(shost->host_lock);
James Smart858c9f62007-06-17 19:56:39 -05006236 return ndlp;
James Smart488d1462006-03-07 15:02:37 -05006237}
6238
James Smartcb69f7d2011-12-13 13:21:57 -05006239/*
6240 * This routine looks up the ndlp lists for the given RPI. If the rpi
6241 * is found, the routine returns the node element list pointer else
6242 * return NULL.
6243 */
6244struct lpfc_nodelist *
6245lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi)
6246{
6247 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
6248 struct lpfc_nodelist *ndlp;
Fuqian Huang78d4b132019-08-12 16:31:34 +08006249 unsigned long flags;
James Smartcb69f7d2011-12-13 13:21:57 -05006250
Fuqian Huang78d4b132019-08-12 16:31:34 +08006251 spin_lock_irqsave(shost->host_lock, flags);
James Smartcb69f7d2011-12-13 13:21:57 -05006252 ndlp = __lpfc_findnode_rpi(vport, rpi);
Fuqian Huang78d4b132019-08-12 16:31:34 +08006253 spin_unlock_irqrestore(shost->host_lock, flags);
James Smartcb69f7d2011-12-13 13:21:57 -05006254 return ndlp;
6255}
6256
6257/**
6258 * lpfc_find_vport_by_vpid - Find a vport on a HBA through vport identifier
6259 * @phba: pointer to lpfc hba data structure.
6260 * @vpi: the physical host virtual N_Port identifier.
6261 *
6262 * This routine finds a vport on a HBA (referred by @phba) through a
6263 * @vpi. The function walks the HBA's vport list and returns the address
6264 * of the vport with the matching @vpi.
6265 *
6266 * Return code
6267 * NULL - No vport with the matching @vpi found
6268 * Otherwise - Address to the vport with the matching @vpi.
6269 **/
6270struct lpfc_vport *
6271lpfc_find_vport_by_vpid(struct lpfc_hba *phba, uint16_t vpi)
6272{
6273 struct lpfc_vport *vport;
6274 unsigned long flags;
6275 int i = 0;
6276
6277 /* The physical ports are always vpi 0 - translate is unnecessary. */
6278 if (vpi > 0) {
6279 /*
6280 * Translate the physical vpi to the logical vpi. The
6281 * vport stores the logical vpi.
6282 */
James Smart58c36e82021-03-01 09:18:01 -08006283 for (i = 0; i <= phba->max_vpi; i++) {
James Smartcb69f7d2011-12-13 13:21:57 -05006284 if (vpi == phba->vpi_ids[i])
6285 break;
6286 }
6287
James Smart58c36e82021-03-01 09:18:01 -08006288 if (i > phba->max_vpi) {
Dick Kennedy372c1872020-06-30 14:50:00 -07006289 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
6290 "2936 Could not find Vport mapped "
6291 "to vpi %d\n", vpi);
James Smartcb69f7d2011-12-13 13:21:57 -05006292 return NULL;
6293 }
6294 }
6295
James Smart523128e2018-09-10 10:30:46 -07006296 spin_lock_irqsave(&phba->port_list_lock, flags);
James Smartcb69f7d2011-12-13 13:21:57 -05006297 list_for_each_entry(vport, &phba->port_list, listentry) {
6298 if (vport->vpi == i) {
James Smart523128e2018-09-10 10:30:46 -07006299 spin_unlock_irqrestore(&phba->port_list_lock, flags);
James Smartcb69f7d2011-12-13 13:21:57 -05006300 return vport;
6301 }
6302 }
James Smart523128e2018-09-10 10:30:46 -07006303 spin_unlock_irqrestore(&phba->port_list_lock, flags);
James Smartcb69f7d2011-12-13 13:21:57 -05006304 return NULL;
6305}
6306
James Smart9d3d3402017-04-21 16:05:00 -07006307struct lpfc_nodelist *
6308lpfc_nlp_init(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05006309{
James Smart9d3d3402017-04-21 16:05:00 -07006310 struct lpfc_nodelist *ndlp;
6311 int rpi = LPFC_RPI_ALLOC_ERROR;
6312
6313 if (vport->phba->sli_rev == LPFC_SLI_REV4) {
6314 rpi = lpfc_sli4_alloc_rpi(vport->phba);
6315 if (rpi == LPFC_RPI_ALLOC_ERROR)
6316 return NULL;
6317 }
6318
6319 ndlp = mempool_alloc(vport->phba->nlp_mem_pool, GFP_KERNEL);
6320 if (!ndlp) {
6321 if (vport->phba->sli_rev == LPFC_SLI_REV4)
6322 lpfc_sli4_free_rpi(vport->phba, rpi);
6323 return NULL;
6324 }
6325
dea31012005-04-17 16:05:31 -05006326 memset(ndlp, 0, sizeof (struct lpfc_nodelist));
James Smart109f6ed2008-12-04 22:39:08 -05006327
James Smartc6adba12020-11-15 11:26:34 -08006328 spin_lock_init(&ndlp->lock);
6329
James Smart109f6ed2008-12-04 22:39:08 -05006330 lpfc_initialize_node(vport, ndlp, did);
James Smart685f0bf2007-04-25 09:53:08 -04006331 INIT_LIST_HEAD(&ndlp->nlp_listp);
James Smartcff261f2013-12-17 20:29:47 -05006332 if (vport->phba->sli_rev == LPFC_SLI_REV4) {
James Smart9d3d3402017-04-21 16:05:00 -07006333 ndlp->nlp_rpi = rpi;
James Smart0f154222019-09-21 20:58:52 -07006334 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE | LOG_DISCOVERY,
6335 "0007 Init New ndlp x%px, rpi:x%x DID:%x "
James Smart307e3382020-11-15 11:26:30 -08006336 "flg:x%x refcnt:%d\n",
James Smart0f154222019-09-21 20:58:52 -07006337 ndlp, ndlp->nlp_rpi, ndlp->nlp_DID,
James Smart307e3382020-11-15 11:26:30 -08006338 ndlp->nlp_flag, kref_read(&ndlp->kref));
James Smartbe6bb942015-04-07 15:07:22 -04006339
James Smartcff261f2013-12-17 20:29:47 -05006340 ndlp->active_rrqs_xri_bitmap =
6341 mempool_alloc(vport->phba->active_rrq_pool,
6342 GFP_KERNEL);
James Smart59c5f612014-05-21 08:05:10 -04006343 if (ndlp->active_rrqs_xri_bitmap)
6344 memset(ndlp->active_rrqs_xri_bitmap, 0,
6345 ndlp->phba->cfg_rrq_xri_bitmap_sz);
James Smartcff261f2013-12-17 20:29:47 -05006346 }
6347
James Smart725dd392013-10-10 12:23:30 -04006348
James Smart858c9f62007-06-17 19:56:39 -05006349
6350 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
6351 "node init: did:x%x",
6352 ndlp->nlp_DID, 0, 0);
6353
James Smart9d3d3402017-04-21 16:05:00 -07006354 return ndlp;
dea31012005-04-17 16:05:31 -05006355}
James Smart329f9bc2007-04-25 09:53:01 -04006356
James Smart98c9ea52007-10-27 13:37:33 -04006357/* This routine releases all resources associated with a specifc NPort's ndlp
6358 * and mempool_free's the nodelist.
6359 */
James Smart311464e2007-08-02 11:10:37 -04006360static void
James Smart329f9bc2007-04-25 09:53:01 -04006361lpfc_nlp_release(struct kref *kref)
6362{
6363 struct lpfc_nodelist *ndlp = container_of(kref, struct lpfc_nodelist,
6364 kref);
James Smartc6adba12020-11-15 11:26:34 -08006365 struct lpfc_vport *vport = ndlp->vport;
James Smart858c9f62007-06-17 19:56:39 -05006366
6367 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
6368 "node release: did:x%x flg:x%x type:x%x",
6369 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
6370
James Smartc6adba12020-11-15 11:26:34 -08006371 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
James Smartf1156122021-04-11 18:31:24 -07006372 "0279 %s: ndlp: x%px did %x refcnt:%d rpi:%x\n",
James Smartc6adba12020-11-15 11:26:34 -08006373 __func__, ndlp, ndlp->nlp_DID,
6374 kref_read(&ndlp->kref), ndlp->nlp_rpi);
James Smarte47c9092008-02-08 18:49:26 -05006375
6376 /* remove ndlp from action. */
James Smartc6adba12020-11-15 11:26:34 -08006377 lpfc_cancel_retry_delay_tmo(vport, ndlp);
6378 lpfc_cleanup_node(vport, ndlp);
6379
James Smart01131e72021-05-14 12:55:49 -07006380 /* Not all ELS transactions have registered the RPI with the port.
6381 * In these cases the rpi usage is temporary and the node is
6382 * released when the WQE is completed. Catch this case to free the
6383 * RPI to the pool. Because this node is in the release path, a lock
6384 * is unnecessary. All references are gone and the node has been
6385 * dequeued.
6386 */
6387 if (ndlp->nlp_flag & NLP_RELEASE_RPI) {
6388 if (ndlp->nlp_rpi != LPFC_RPI_ALLOC_ERROR &&
6389 !(ndlp->nlp_flag & (NLP_RPI_REGISTERED | NLP_UNREG_INP))) {
6390 lpfc_sli4_free_rpi(vport->phba, ndlp->nlp_rpi);
6391 ndlp->nlp_rpi = LPFC_RPI_ALLOC_ERROR;
6392 }
6393 }
6394
6395 /* The node is not freed back to memory, it is released to a pool so
6396 * the node fields need to be cleaned up.
James Smartc6adba12020-11-15 11:26:34 -08006397 */
6398 ndlp->vport = NULL;
6399 ndlp->nlp_state = NLP_STE_FREED_NODE;
6400 ndlp->nlp_flag = 0;
6401 ndlp->fc4_xpt_flags = 0;
James Smarte47c9092008-02-08 18:49:26 -05006402
James Smarte47c9092008-02-08 18:49:26 -05006403 /* free ndlp memory for final ndlp release */
James Smart307e3382020-11-15 11:26:30 -08006404 kfree(ndlp->lat_data);
6405 if (ndlp->phba->sli_rev == LPFC_SLI_REV4)
6406 mempool_free(ndlp->active_rrqs_xri_bitmap,
6407 ndlp->phba->active_rrq_pool);
6408 mempool_free(ndlp, ndlp->phba->nlp_mem_pool);
James Smart329f9bc2007-04-25 09:53:01 -04006409}
6410
James Smart98c9ea52007-10-27 13:37:33 -04006411/* This routine bumps the reference count for a ndlp structure to ensure
6412 * that one discovery thread won't free a ndlp while another discovery thread
6413 * is using it.
6414 */
James Smart329f9bc2007-04-25 09:53:01 -04006415struct lpfc_nodelist *
6416lpfc_nlp_get(struct lpfc_nodelist *ndlp)
6417{
James Smarte47c9092008-02-08 18:49:26 -05006418 unsigned long flags;
6419
James Smart98c9ea52007-10-27 13:37:33 -04006420 if (ndlp) {
6421 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
6422 "node get: did:x%x flg:x%x refcnt:x%x",
6423 ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01006424 kref_read(&ndlp->kref));
James Smart307e3382020-11-15 11:26:30 -08006425
James Smarte47c9092008-02-08 18:49:26 -05006426 /* The check of ndlp usage to prevent incrementing the
6427 * ndlp reference count that is in the process of being
6428 * released.
6429 */
James Smartc6adba12020-11-15 11:26:34 -08006430 spin_lock_irqsave(&ndlp->lock, flags);
James Smart307e3382020-11-15 11:26:30 -08006431 if (!kref_get_unless_zero(&ndlp->kref)) {
James Smartc6adba12020-11-15 11:26:34 -08006432 spin_unlock_irqrestore(&ndlp->lock, flags);
James Smarte47c9092008-02-08 18:49:26 -05006433 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
James Smart307e3382020-11-15 11:26:30 -08006434 "0276 %s: ndlp:x%px refcnt:%d\n",
6435 __func__, (void *)ndlp, kref_read(&ndlp->kref));
James Smarte47c9092008-02-08 18:49:26 -05006436 return NULL;
James Smart307e3382020-11-15 11:26:30 -08006437 }
James Smartc6adba12020-11-15 11:26:34 -08006438 spin_unlock_irqrestore(&ndlp->lock, flags);
James Smart307e3382020-11-15 11:26:30 -08006439 } else {
6440 WARN_ONCE(!ndlp, "**** %s, get ref on NULL ndlp!", __func__);
James Smart98c9ea52007-10-27 13:37:33 -04006441 }
James Smart307e3382020-11-15 11:26:30 -08006442
James Smart329f9bc2007-04-25 09:53:01 -04006443 return ndlp;
6444}
6445
James Smart98c9ea52007-10-27 13:37:33 -04006446/* This routine decrements the reference count for a ndlp structure. If the
James Smart307e3382020-11-15 11:26:30 -08006447 * count goes to 0, this indicates the associated nodelist should be freed.
James Smart98c9ea52007-10-27 13:37:33 -04006448 */
James Smart329f9bc2007-04-25 09:53:01 -04006449int
6450lpfc_nlp_put(struct lpfc_nodelist *ndlp)
6451{
James Smart307e3382020-11-15 11:26:30 -08006452 if (ndlp) {
6453 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
6454 "node put: did:x%x flg:x%x refcnt:x%x",
6455 ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01006456 kref_read(&ndlp->kref));
James Smart307e3382020-11-15 11:26:30 -08006457 } else {
6458 WARN_ONCE(!ndlp, "**** %s, put ref on NULL ndlp!", __func__);
James Smart98c9ea52007-10-27 13:37:33 -04006459 }
James Smart307e3382020-11-15 11:26:30 -08006460
6461 return ndlp ? kref_put(&ndlp->kref, lpfc_nlp_release) : 0;
James Smart329f9bc2007-04-25 09:53:01 -04006462}
James Smart98c9ea52007-10-27 13:37:33 -04006463
6464/* This routine free's the specified nodelist if it is not in use
James Smarte47c9092008-02-08 18:49:26 -05006465 * by any other discovery thread. This routine returns 1 if the
6466 * ndlp has been freed. A return value of 0 indicates the ndlp is
6467 * not yet been released.
James Smart98c9ea52007-10-27 13:37:33 -04006468 */
6469int
6470lpfc_nlp_not_used(struct lpfc_nodelist *ndlp)
6471{
6472 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
6473 "node not used: did:x%x flg:x%x refcnt:x%x",
6474 ndlp->nlp_DID, ndlp->nlp_flag,
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01006475 kref_read(&ndlp->kref));
James Smart01131e72021-05-14 12:55:49 -07006476
Peter Zijlstra2c935bc2016-11-14 17:29:48 +01006477 if (kref_read(&ndlp->kref) == 1)
James Smarte47c9092008-02-08 18:49:26 -05006478 if (lpfc_nlp_put(ndlp))
6479 return 1;
James Smart98c9ea52007-10-27 13:37:33 -04006480 return 0;
6481}
James Smart6fb120a2009-05-22 14:52:59 -04006482
6483/**
6484 * lpfc_fcf_inuse - Check if FCF can be unregistered.
6485 * @phba: Pointer to hba context object.
6486 *
6487 * This function iterate through all FC nodes associated
6488 * will all vports to check if there is any node with
6489 * fc_rports associated with it. If there is an fc_rport
6490 * associated with the node, then the node is either in
6491 * discovered state or its devloss_timer is pending.
6492 */
6493static int
6494lpfc_fcf_inuse(struct lpfc_hba *phba)
6495{
6496 struct lpfc_vport **vports;
6497 int i, ret = 0;
6498 struct lpfc_nodelist *ndlp;
6499 struct Scsi_Host *shost;
6500
6501 vports = lpfc_create_vport_work_array(phba);
6502
James Smart63e801c2010-11-20 23:14:19 -05006503 /* If driver cannot allocate memory, indicate fcf is in use */
6504 if (!vports)
6505 return 1;
6506
James Smart6fb120a2009-05-22 14:52:59 -04006507 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
6508 shost = lpfc_shost_from_vport(vports[i]);
6509 spin_lock_irq(shost->host_lock);
James Smart05580562011-05-24 11:40:48 -04006510 /*
6511 * IF the CVL_RCVD bit is not set then we have sent the
6512 * flogi.
6513 * If dev_loss fires while we are waiting we do not want to
6514 * unreg the fcf.
6515 */
6516 if (!(vports[i]->fc_flag & FC_VPORT_CVL_RCVD)) {
6517 spin_unlock_irq(shost->host_lock);
6518 ret = 1;
6519 goto out;
6520 }
James Smart6fb120a2009-05-22 14:52:59 -04006521 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) {
James Smart307e3382020-11-15 11:26:30 -08006522 if (ndlp->rport &&
James Smart6fb120a2009-05-22 14:52:59 -04006523 (ndlp->rport->roles & FC_RPORT_ROLE_FCP_TARGET)) {
6524 ret = 1;
6525 spin_unlock_irq(shost->host_lock);
6526 goto out;
James Smart80c17842012-03-01 22:35:45 -05006527 } else if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
6528 ret = 1;
James Smart0f154222019-09-21 20:58:52 -07006529 lpfc_printf_log(phba, KERN_INFO,
6530 LOG_NODE | LOG_DISCOVERY,
James Smart80c17842012-03-01 22:35:45 -05006531 "2624 RPI %x DID %x flag %x "
6532 "still logged in\n",
6533 ndlp->nlp_rpi, ndlp->nlp_DID,
6534 ndlp->nlp_flag);
James Smart6fb120a2009-05-22 14:52:59 -04006535 }
6536 }
6537 spin_unlock_irq(shost->host_lock);
6538 }
6539out:
6540 lpfc_destroy_vport_work_array(phba, vports);
6541 return ret;
6542}
6543
6544/**
6545 * lpfc_unregister_vfi_cmpl - Completion handler for unreg vfi.
6546 * @phba: Pointer to hba context object.
6547 * @mboxq: Pointer to mailbox object.
6548 *
6549 * This function frees memory associated with the mailbox command.
6550 */
James Smart1b511972011-12-13 13:23:09 -05006551void
James Smart6fb120a2009-05-22 14:52:59 -04006552lpfc_unregister_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
6553{
6554 struct lpfc_vport *vport = mboxq->vport;
James Smart38b92ef2010-08-04 16:11:39 -04006555 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart6fb120a2009-05-22 14:52:59 -04006556
6557 if (mboxq->u.mb.mbxStatus) {
Dick Kennedy372c1872020-06-30 14:50:00 -07006558 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
6559 "2555 UNREG_VFI mbxStatus error x%x "
6560 "HBA state x%x\n",
6561 mboxq->u.mb.mbxStatus, vport->port_state);
James Smart6fb120a2009-05-22 14:52:59 -04006562 }
James Smart38b92ef2010-08-04 16:11:39 -04006563 spin_lock_irq(shost->host_lock);
6564 phba->pport->fc_flag &= ~FC_VFI_REGISTERED;
6565 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04006566 mempool_free(mboxq, phba->mbox_mem_pool);
6567 return;
6568}
6569
6570/**
6571 * lpfc_unregister_fcfi_cmpl - Completion handler for unreg fcfi.
6572 * @phba: Pointer to hba context object.
6573 * @mboxq: Pointer to mailbox object.
6574 *
6575 * This function frees memory associated with the mailbox command.
6576 */
6577static void
6578lpfc_unregister_fcfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
6579{
6580 struct lpfc_vport *vport = mboxq->vport;
6581
6582 if (mboxq->u.mb.mbxStatus) {
Dick Kennedy372c1872020-06-30 14:50:00 -07006583 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
6584 "2550 UNREG_FCFI mbxStatus error x%x "
6585 "HBA state x%x\n",
6586 mboxq->u.mb.mbxStatus, vport->port_state);
James Smart6fb120a2009-05-22 14:52:59 -04006587 }
6588 mempool_free(mboxq, phba->mbox_mem_pool);
6589 return;
6590}
6591
6592/**
James Smartecfd03c2010-02-12 14:41:27 -05006593 * lpfc_unregister_fcf_prep - Unregister fcf record preparation
James Smart6fb120a2009-05-22 14:52:59 -04006594 * @phba: Pointer to hba context object.
6595 *
James Smartecfd03c2010-02-12 14:41:27 -05006596 * This function prepare the HBA for unregistering the currently registered
6597 * FCF from the HBA. It performs unregistering, in order, RPIs, VPIs, and
6598 * VFIs.
James Smart6fb120a2009-05-22 14:52:59 -04006599 */
James Smartecfd03c2010-02-12 14:41:27 -05006600int
6601lpfc_unregister_fcf_prep(struct lpfc_hba *phba)
James Smart6fb120a2009-05-22 14:52:59 -04006602{
James Smart6fb120a2009-05-22 14:52:59 -04006603 struct lpfc_vport **vports;
James Smart695a8142010-01-26 23:08:03 -05006604 struct lpfc_nodelist *ndlp;
James Smart72100cc2010-02-12 14:43:01 -05006605 struct Scsi_Host *shost;
James Smarte74c03c2013-04-17 20:15:19 -04006606 int i = 0, rc;
James Smart6fb120a2009-05-22 14:52:59 -04006607
James Smartecfd03c2010-02-12 14:41:27 -05006608 /* Unregister RPIs */
James Smart6fb120a2009-05-22 14:52:59 -04006609 if (lpfc_fcf_inuse(phba))
James Smartecfd03c2010-02-12 14:41:27 -05006610 lpfc_unreg_hba_rpis(phba);
James Smart6fb120a2009-05-22 14:52:59 -04006611
James Smart4d9ab992009-10-02 15:16:39 -04006612 /* At this point, all discovery is aborted */
6613 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
James Smart6fb120a2009-05-22 14:52:59 -04006614
6615 /* Unregister VPIs */
6616 vports = lpfc_create_vport_work_array(phba);
James Smartecfd03c2010-02-12 14:41:27 -05006617 if (vports && (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED))
James Smart6fb120a2009-05-22 14:52:59 -04006618 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
James Smart695a8142010-01-26 23:08:03 -05006619 /* Stop FLOGI/FDISC retries */
6620 ndlp = lpfc_findnode_did(vports[i], Fabric_DID);
6621 if (ndlp)
6622 lpfc_cancel_retry_delay_tmo(vports[i], ndlp);
James Smart78730cf2010-04-06 15:06:30 -04006623 lpfc_cleanup_pending_mbox(vports[i]);
James Smart5af5eee2010-10-22 11:06:38 -04006624 if (phba->sli_rev == LPFC_SLI_REV4)
6625 lpfc_sli4_unreg_all_rpis(vports[i]);
James Smart6fb120a2009-05-22 14:52:59 -04006626 lpfc_mbx_unreg_vpi(vports[i]);
James Smart72100cc2010-02-12 14:43:01 -05006627 shost = lpfc_shost_from_vport(vports[i]);
6628 spin_lock_irq(shost->host_lock);
James Smart891478a2009-11-18 15:40:23 -05006629 vports[i]->fc_flag |= FC_VPORT_NEEDS_INIT_VPI;
James Smartc8685952009-11-18 15:39:16 -05006630 vports[i]->vpi_state &= ~LPFC_VPI_REGISTERED;
James Smart72100cc2010-02-12 14:43:01 -05006631 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04006632 }
6633 lpfc_destroy_vport_work_array(phba, vports);
James Smarte74c03c2013-04-17 20:15:19 -04006634 if (i == 0 && (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED))) {
6635 ndlp = lpfc_findnode_did(phba->pport, Fabric_DID);
6636 if (ndlp)
6637 lpfc_cancel_retry_delay_tmo(phba->pport, ndlp);
6638 lpfc_cleanup_pending_mbox(phba->pport);
6639 if (phba->sli_rev == LPFC_SLI_REV4)
6640 lpfc_sli4_unreg_all_rpis(phba->pport);
6641 lpfc_mbx_unreg_vpi(phba->pport);
6642 shost = lpfc_shost_from_vport(phba->pport);
6643 spin_lock_irq(shost->host_lock);
6644 phba->pport->fc_flag |= FC_VPORT_NEEDS_INIT_VPI;
6645 phba->pport->vpi_state &= ~LPFC_VPI_REGISTERED;
6646 spin_unlock_irq(shost->host_lock);
6647 }
James Smart6fb120a2009-05-22 14:52:59 -04006648
James Smart695a8142010-01-26 23:08:03 -05006649 /* Cleanup any outstanding ELS commands */
6650 lpfc_els_flush_all_cmd(phba);
6651
James Smart1b511972011-12-13 13:23:09 -05006652 /* Unregister the physical port VFI */
6653 rc = lpfc_issue_unreg_vfi(phba->pport);
6654 return rc;
James Smartecfd03c2010-02-12 14:41:27 -05006655}
6656
6657/**
6658 * lpfc_sli4_unregister_fcf - Unregister currently registered FCF record
6659 * @phba: Pointer to hba context object.
6660 *
6661 * This function issues synchronous unregister FCF mailbox command to HBA to
6662 * unregister the currently registered FCF record. The driver does not reset
6663 * the driver FCF usage state flags.
6664 *
6665 * Return 0 if successfully issued, none-zero otherwise.
6666 */
6667int
6668lpfc_sli4_unregister_fcf(struct lpfc_hba *phba)
6669{
6670 LPFC_MBOXQ_t *mbox;
6671 int rc;
6672
James Smart6fb120a2009-05-22 14:52:59 -04006673 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
6674 if (!mbox) {
Dick Kennedy372c1872020-06-30 14:50:00 -07006675 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
James Smartecfd03c2010-02-12 14:41:27 -05006676 "2551 UNREG_FCFI mbox allocation failed"
6677 "HBA state x%x\n", phba->pport->port_state);
6678 return -ENOMEM;
James Smart6fb120a2009-05-22 14:52:59 -04006679 }
James Smart6fb120a2009-05-22 14:52:59 -04006680 lpfc_unreg_fcfi(mbox, phba->fcf.fcfi);
6681 mbox->vport = phba->pport;
6682 mbox->mbox_cmpl = lpfc_unregister_fcfi_cmpl;
6683 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
6684
6685 if (rc == MBX_NOT_FINISHED) {
Dick Kennedy372c1872020-06-30 14:50:00 -07006686 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
James Smartecfd03c2010-02-12 14:41:27 -05006687 "2552 Unregister FCFI command failed rc x%x "
6688 "HBA state x%x\n",
6689 rc, phba->pport->port_state);
6690 return -EINVAL;
6691 }
6692 return 0;
6693}
6694
6695/**
6696 * lpfc_unregister_fcf_rescan - Unregister currently registered fcf and rescan
6697 * @phba: Pointer to hba context object.
6698 *
6699 * This function unregisters the currently reigstered FCF. This function
6700 * also tries to find another FCF for discovery by rescan the HBA FCF table.
6701 */
6702void
6703lpfc_unregister_fcf_rescan(struct lpfc_hba *phba)
6704{
6705 int rc;
6706
6707 /* Preparation for unregistering fcf */
6708 rc = lpfc_unregister_fcf_prep(phba);
6709 if (rc) {
Dick Kennedy372c1872020-06-30 14:50:00 -07006710 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
James Smartecfd03c2010-02-12 14:41:27 -05006711 "2748 Failed to prepare for unregistering "
6712 "HBA's FCF record: rc=%d\n", rc);
James Smart6fb120a2009-05-22 14:52:59 -04006713 return;
6714 }
6715
James Smartecfd03c2010-02-12 14:41:27 -05006716 /* Now, unregister FCF record and reset HBA FCF state */
6717 rc = lpfc_sli4_unregister_fcf(phba);
6718 if (rc)
6719 return;
6720 /* Reset HBA FCF states after successful unregister FCF */
6721 phba->fcf.fcf_flag = 0;
James Smartfc2b9892010-02-26 14:15:29 -05006722 phba->fcf.current_rec.flag = 0;
James Smart6fb120a2009-05-22 14:52:59 -04006723
6724 /*
6725 * If driver is not unloading, check if there is any other
6726 * FCF record that can be used for discovery.
6727 */
6728 if ((phba->pport->load_flag & FC_UNLOADING) ||
James Smartecfd03c2010-02-12 14:41:27 -05006729 (phba->link_state < LPFC_LINK_UP))
James Smart6fb120a2009-05-22 14:52:59 -04006730 return;
6731
James Smart0c9ab6f2010-02-26 14:15:57 -05006732 /* This is considered as the initial FCF discovery scan */
6733 spin_lock_irq(&phba->hbalock);
6734 phba->fcf.fcf_flag |= FCF_INIT_DISC;
6735 spin_unlock_irq(&phba->hbalock);
James Smart38b92ef2010-08-04 16:11:39 -04006736
6737 /* Reset FCF roundrobin bmask for new discovery */
James Smart7d791df2011-07-22 18:37:52 -04006738 lpfc_sli4_clear_fcf_rr_bmask(phba);
James Smart38b92ef2010-08-04 16:11:39 -04006739
James Smart0c9ab6f2010-02-26 14:15:57 -05006740 rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST);
James Smart6fb120a2009-05-22 14:52:59 -04006741
James Smart0c9ab6f2010-02-26 14:15:57 -05006742 if (rc) {
6743 spin_lock_irq(&phba->hbalock);
6744 phba->fcf.fcf_flag &= ~FCF_INIT_DISC;
6745 spin_unlock_irq(&phba->hbalock);
Dick Kennedy372c1872020-06-30 14:50:00 -07006746 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
James Smartecfd03c2010-02-12 14:41:27 -05006747 "2553 lpfc_unregister_unused_fcf failed "
6748 "to read FCF record HBA state x%x\n",
6749 phba->pport->port_state);
James Smart0c9ab6f2010-02-26 14:15:57 -05006750 }
James Smartecfd03c2010-02-12 14:41:27 -05006751}
6752
6753/**
6754 * lpfc_unregister_fcf - Unregister the currently registered fcf record
6755 * @phba: Pointer to hba context object.
6756 *
6757 * This function just unregisters the currently reigstered FCF. It does not
6758 * try to find another FCF for discovery.
6759 */
6760void
6761lpfc_unregister_fcf(struct lpfc_hba *phba)
6762{
6763 int rc;
6764
6765 /* Preparation for unregistering fcf */
6766 rc = lpfc_unregister_fcf_prep(phba);
6767 if (rc) {
Dick Kennedy372c1872020-06-30 14:50:00 -07006768 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
James Smartecfd03c2010-02-12 14:41:27 -05006769 "2749 Failed to prepare for unregistering "
6770 "HBA's FCF record: rc=%d\n", rc);
6771 return;
6772 }
6773
6774 /* Now, unregister FCF record and reset HBA FCF state */
6775 rc = lpfc_sli4_unregister_fcf(phba);
6776 if (rc)
6777 return;
6778 /* Set proper HBA FCF states after successful unregister FCF */
6779 spin_lock_irq(&phba->hbalock);
6780 phba->fcf.fcf_flag &= ~FCF_REGISTERED;
6781 spin_unlock_irq(&phba->hbalock);
6782}
6783
6784/**
6785 * lpfc_unregister_unused_fcf - Unregister FCF if all devices are disconnected.
6786 * @phba: Pointer to hba context object.
6787 *
6788 * This function check if there are any connected remote port for the FCF and
6789 * if all the devices are disconnected, this function unregister FCFI.
6790 * This function also tries to use another FCF for discovery.
6791 */
6792void
6793lpfc_unregister_unused_fcf(struct lpfc_hba *phba)
6794{
6795 /*
James Smart3804dc82010-07-14 15:31:37 -04006796 * If HBA is not running in FIP mode, if HBA does not support
6797 * FCoE, if FCF discovery is ongoing, or if FCF has not been
6798 * registered, do nothing.
James Smartecfd03c2010-02-12 14:41:27 -05006799 */
6800 spin_lock_irq(&phba->hbalock);
James Smart76a95d72010-11-20 23:11:48 -05006801 if (!(phba->hba_flag & HBA_FCOE_MODE) ||
James Smartecfd03c2010-02-12 14:41:27 -05006802 !(phba->fcf.fcf_flag & FCF_REGISTERED) ||
James Smartdbb6b3a2010-06-08 18:31:37 -04006803 !(phba->hba_flag & HBA_FIP_SUPPORT) ||
James Smart3804dc82010-07-14 15:31:37 -04006804 (phba->fcf.fcf_flag & FCF_DISCOVERY) ||
James Smartdbb6b3a2010-06-08 18:31:37 -04006805 (phba->pport->port_state == LPFC_FLOGI)) {
James Smartecfd03c2010-02-12 14:41:27 -05006806 spin_unlock_irq(&phba->hbalock);
6807 return;
6808 }
6809 spin_unlock_irq(&phba->hbalock);
6810
6811 if (lpfc_fcf_inuse(phba))
6812 return;
6813
6814 lpfc_unregister_fcf_rescan(phba);
James Smart6fb120a2009-05-22 14:52:59 -04006815}
6816
6817/**
6818 * lpfc_read_fcf_conn_tbl - Create driver FCF connection table.
6819 * @phba: Pointer to hba context object.
6820 * @buff: Buffer containing the FCF connection table as in the config
6821 * region.
6822 * This function create driver data structure for the FCF connection
6823 * record table read from config region 23.
6824 */
6825static void
6826lpfc_read_fcf_conn_tbl(struct lpfc_hba *phba,
6827 uint8_t *buff)
6828{
6829 struct lpfc_fcf_conn_entry *conn_entry, *next_conn_entry;
6830 struct lpfc_fcf_conn_hdr *conn_hdr;
6831 struct lpfc_fcf_conn_rec *conn_rec;
6832 uint32_t record_count;
6833 int i;
6834
6835 /* Free the current connect table */
6836 list_for_each_entry_safe(conn_entry, next_conn_entry,
James Smart4d9ab992009-10-02 15:16:39 -04006837 &phba->fcf_conn_rec_list, list) {
6838 list_del_init(&conn_entry->list);
James Smart6fb120a2009-05-22 14:52:59 -04006839 kfree(conn_entry);
James Smart4d9ab992009-10-02 15:16:39 -04006840 }
James Smart6fb120a2009-05-22 14:52:59 -04006841
6842 conn_hdr = (struct lpfc_fcf_conn_hdr *) buff;
6843 record_count = conn_hdr->length * sizeof(uint32_t)/
6844 sizeof(struct lpfc_fcf_conn_rec);
6845
6846 conn_rec = (struct lpfc_fcf_conn_rec *)
6847 (buff + sizeof(struct lpfc_fcf_conn_hdr));
6848
6849 for (i = 0; i < record_count; i++) {
6850 if (!(conn_rec[i].flags & FCFCNCT_VALID))
6851 continue;
6852 conn_entry = kzalloc(sizeof(struct lpfc_fcf_conn_entry),
6853 GFP_KERNEL);
6854 if (!conn_entry) {
Dick Kennedy372c1872020-06-30 14:50:00 -07006855 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
6856 "2566 Failed to allocate connection"
6857 " table entry\n");
James Smart6fb120a2009-05-22 14:52:59 -04006858 return;
6859 }
6860
6861 memcpy(&conn_entry->conn_rec, &conn_rec[i],
6862 sizeof(struct lpfc_fcf_conn_rec));
James Smart6fb120a2009-05-22 14:52:59 -04006863 list_add_tail(&conn_entry->list,
6864 &phba->fcf_conn_rec_list);
6865 }
James Smartdf0d0852013-05-31 17:05:08 -04006866
6867 if (!list_empty(&phba->fcf_conn_rec_list)) {
6868 i = 0;
6869 list_for_each_entry(conn_entry, &phba->fcf_conn_rec_list,
6870 list) {
6871 conn_rec = &conn_entry->conn_rec;
6872 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
6873 "3345 FCF connection list rec[%02d]: "
6874 "flags:x%04x, vtag:x%04x, "
6875 "fabric_name:x%02x:%02x:%02x:%02x:"
6876 "%02x:%02x:%02x:%02x, "
6877 "switch_name:x%02x:%02x:%02x:%02x:"
6878 "%02x:%02x:%02x:%02x\n", i++,
6879 conn_rec->flags, conn_rec->vlan_tag,
6880 conn_rec->fabric_name[0],
6881 conn_rec->fabric_name[1],
6882 conn_rec->fabric_name[2],
6883 conn_rec->fabric_name[3],
6884 conn_rec->fabric_name[4],
6885 conn_rec->fabric_name[5],
6886 conn_rec->fabric_name[6],
6887 conn_rec->fabric_name[7],
6888 conn_rec->switch_name[0],
6889 conn_rec->switch_name[1],
6890 conn_rec->switch_name[2],
6891 conn_rec->switch_name[3],
6892 conn_rec->switch_name[4],
6893 conn_rec->switch_name[5],
6894 conn_rec->switch_name[6],
6895 conn_rec->switch_name[7]);
6896 }
6897 }
James Smart6fb120a2009-05-22 14:52:59 -04006898}
6899
6900/**
6901 * lpfc_read_fcoe_param - Read FCoe parameters from conf region..
6902 * @phba: Pointer to hba context object.
6903 * @buff: Buffer containing the FCoE parameter data structure.
6904 *
6905 * This function update driver data structure with config
6906 * parameters read from config region 23.
6907 */
6908static void
6909lpfc_read_fcoe_param(struct lpfc_hba *phba,
6910 uint8_t *buff)
6911{
6912 struct lpfc_fip_param_hdr *fcoe_param_hdr;
6913 struct lpfc_fcoe_params *fcoe_param;
6914
6915 fcoe_param_hdr = (struct lpfc_fip_param_hdr *)
6916 buff;
6917 fcoe_param = (struct lpfc_fcoe_params *)
James Smart32b97932009-07-19 10:01:21 -04006918 (buff + sizeof(struct lpfc_fip_param_hdr));
James Smart6fb120a2009-05-22 14:52:59 -04006919
6920 if ((fcoe_param_hdr->parm_version != FIPP_VERSION) ||
6921 (fcoe_param_hdr->length != FCOE_PARAM_LENGTH))
6922 return;
6923
James Smart6fb120a2009-05-22 14:52:59 -04006924 if (fcoe_param_hdr->parm_flags & FIPP_VLAN_VALID) {
6925 phba->valid_vlan = 1;
6926 phba->vlan_id = le16_to_cpu(fcoe_param->vlan_tag) &
6927 0xFFF;
6928 }
6929
6930 phba->fc_map[0] = fcoe_param->fc_map[0];
6931 phba->fc_map[1] = fcoe_param->fc_map[1];
6932 phba->fc_map[2] = fcoe_param->fc_map[2];
6933 return;
6934}
6935
6936/**
6937 * lpfc_get_rec_conf23 - Get a record type in config region data.
6938 * @buff: Buffer containing config region 23 data.
6939 * @size: Size of the data buffer.
6940 * @rec_type: Record type to be searched.
6941 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -03006942 * This function searches config region data to find the beginning
James Smart6fb120a2009-05-22 14:52:59 -04006943 * of the record specified by record_type. If record found, this
6944 * function return pointer to the record else return NULL.
6945 */
6946static uint8_t *
6947lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type)
6948{
6949 uint32_t offset = 0, rec_length;
6950
6951 if ((buff[0] == LPFC_REGION23_LAST_REC) ||
6952 (size < sizeof(uint32_t)))
6953 return NULL;
6954
6955 rec_length = buff[offset + 1];
6956
6957 /*
6958 * One TLV record has one word header and number of data words
6959 * specified in the rec_length field of the record header.
6960 */
6961 while ((offset + rec_length * sizeof(uint32_t) + sizeof(uint32_t))
6962 <= size) {
6963 if (buff[offset] == rec_type)
6964 return &buff[offset];
6965
6966 if (buff[offset] == LPFC_REGION23_LAST_REC)
6967 return NULL;
6968
6969 offset += rec_length * sizeof(uint32_t) + sizeof(uint32_t);
6970 rec_length = buff[offset + 1];
6971 }
6972 return NULL;
6973}
6974
6975/**
6976 * lpfc_parse_fcoe_conf - Parse FCoE config data read from config region 23.
6977 * @phba: Pointer to lpfc_hba data structure.
6978 * @buff: Buffer containing config region 23 data.
6979 * @size: Size of the data buffer.
6980 *
Stefan Weileef35c22010-08-06 21:11:15 +02006981 * This function parses the FCoE config parameters in config region 23 and
James Smart6fb120a2009-05-22 14:52:59 -04006982 * populate driver data structure with the parameters.
6983 */
6984void
6985lpfc_parse_fcoe_conf(struct lpfc_hba *phba,
6986 uint8_t *buff,
6987 uint32_t size)
6988{
James Smarteb016562014-09-03 12:58:06 -04006989 uint32_t offset = 0;
James Smart6fb120a2009-05-22 14:52:59 -04006990 uint8_t *rec_ptr;
6991
6992 /*
6993 * If data size is less than 2 words signature and version cannot be
6994 * verified.
6995 */
6996 if (size < 2*sizeof(uint32_t))
6997 return;
6998
6999 /* Check the region signature first */
7000 if (memcmp(buff, LPFC_REGION23_SIGNATURE, 4)) {
Dick Kennedy372c1872020-06-30 14:50:00 -07007001 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
James Smart6fb120a2009-05-22 14:52:59 -04007002 "2567 Config region 23 has bad signature\n");
7003 return;
7004 }
7005
7006 offset += 4;
7007
7008 /* Check the data structure version */
7009 if (buff[offset] != LPFC_REGION23_VERSION) {
Dick Kennedy372c1872020-06-30 14:50:00 -07007010 lpfc_printf_log(phba, KERN_ERR, LOG_TRACE_EVENT,
7011 "2568 Config region 23 has bad version\n");
James Smart6fb120a2009-05-22 14:52:59 -04007012 return;
7013 }
7014 offset += 4;
7015
James Smart6fb120a2009-05-22 14:52:59 -04007016 /* Read FCoE param record */
7017 rec_ptr = lpfc_get_rec_conf23(&buff[offset],
7018 size - offset, FCOE_PARAM_TYPE);
7019 if (rec_ptr)
7020 lpfc_read_fcoe_param(phba, rec_ptr);
7021
7022 /* Read FCF connection table */
7023 rec_ptr = lpfc_get_rec_conf23(&buff[offset],
7024 size - offset, FCOE_CONN_TBL_TYPE);
7025 if (rec_ptr)
7026 lpfc_read_fcf_conn_tbl(phba, rec_ptr);
7027
7028}