blob: 1bad678c34477f3ebd97e0408f42524404e2cc9d [file] [log] [blame]
dea31012005-04-17 16:05:31 -05001/*******************************************************************
2 * This file is part of the Emulex Linux Device Driver for *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04003 * Fibre Channel Host Bus Adapters. *
James Smartf25e8e72015-04-07 15:07:28 -04004 * Copyright (C) 2004-2015 Emulex. All rights reserved. *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04005 * EMULEX and SLI are trademarks of Emulex. *
dea31012005-04-17 16:05:31 -05006 * www.emulex.com *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04007 * Portions Copyright (C) 2004-2005 Christoph Hellwig *
dea31012005-04-17 16:05:31 -05008 * *
9 * This program is free software; you can redistribute it and/or *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -040010 * modify it under the terms of version 2 of the GNU General *
11 * Public License as published by the Free Software Foundation. *
12 * This program is distributed in the hope that it will be useful. *
13 * ALL EXPRESS OR IMPLIED CONDITIONS, REPRESENTATIONS AND *
14 * WARRANTIES, INCLUDING ANY IMPLIED WARRANTY OF MERCHANTABILITY, *
15 * FITNESS FOR A PARTICULAR PURPOSE, OR NON-INFRINGEMENT, ARE *
16 * DISCLAIMED, EXCEPT TO THE EXTENT THAT SUCH DISCLAIMERS ARE HELD *
17 * TO BE LEGALLY INVALID. See the GNU General Public License for *
18 * more details, a copy of which can be found in the file COPYING *
19 * included with this package. *
dea31012005-04-17 16:05:31 -050020 *******************************************************************/
21
dea31012005-04-17 16:05:31 -050022#include <linux/blkdev.h>
James Smarta93ff372010-10-22 11:06:08 -040023#include <linux/delay.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090024#include <linux/slab.h>
dea31012005-04-17 16:05:31 -050025#include <linux/pci.h>
26#include <linux/kthread.h>
27#include <linux/interrupt.h>
28
James.Smart@Emulex.Com91886522005-08-10 15:03:09 -040029#include <scsi/scsi.h>
dea31012005-04-17 16:05:31 -050030#include <scsi/scsi_device.h>
31#include <scsi/scsi_host.h>
32#include <scsi/scsi_transport_fc.h>
33
James Smartda0436e2009-05-22 14:51:39 -040034#include "lpfc_hw4.h"
dea31012005-04-17 16:05:31 -050035#include "lpfc_hw.h"
James Smartea2151b2008-09-07 11:52:10 -040036#include "lpfc_nl.h"
dea31012005-04-17 16:05:31 -050037#include "lpfc_disc.h"
38#include "lpfc_sli.h"
James Smartda0436e2009-05-22 14:51:39 -040039#include "lpfc_sli4.h"
dea31012005-04-17 16:05:31 -050040#include "lpfc_scsi.h"
41#include "lpfc.h"
42#include "lpfc_logmsg.h"
43#include "lpfc_crtn.h"
James Smart92d7f7b2007-06-17 19:56:38 -050044#include "lpfc_vport.h"
James Smart858c9f62007-06-17 19:56:39 -050045#include "lpfc_debugfs.h"
dea31012005-04-17 16:05:31 -050046
47/* AlpaArray for assignment of scsid for scan-down and bind_method */
48static uint8_t lpfcAlpaArray[] = {
49 0xEF, 0xE8, 0xE4, 0xE2, 0xE1, 0xE0, 0xDC, 0xDA, 0xD9, 0xD6,
50 0xD5, 0xD4, 0xD3, 0xD2, 0xD1, 0xCE, 0xCD, 0xCC, 0xCB, 0xCA,
51 0xC9, 0xC7, 0xC6, 0xC5, 0xC3, 0xBC, 0xBA, 0xB9, 0xB6, 0xB5,
52 0xB4, 0xB3, 0xB2, 0xB1, 0xAE, 0xAD, 0xAC, 0xAB, 0xAA, 0xA9,
53 0xA7, 0xA6, 0xA5, 0xA3, 0x9F, 0x9E, 0x9D, 0x9B, 0x98, 0x97,
54 0x90, 0x8F, 0x88, 0x84, 0x82, 0x81, 0x80, 0x7C, 0x7A, 0x79,
55 0x76, 0x75, 0x74, 0x73, 0x72, 0x71, 0x6E, 0x6D, 0x6C, 0x6B,
56 0x6A, 0x69, 0x67, 0x66, 0x65, 0x63, 0x5C, 0x5A, 0x59, 0x56,
57 0x55, 0x54, 0x53, 0x52, 0x51, 0x4E, 0x4D, 0x4C, 0x4B, 0x4A,
58 0x49, 0x47, 0x46, 0x45, 0x43, 0x3C, 0x3A, 0x39, 0x36, 0x35,
59 0x34, 0x33, 0x32, 0x31, 0x2E, 0x2D, 0x2C, 0x2B, 0x2A, 0x29,
60 0x27, 0x26, 0x25, 0x23, 0x1F, 0x1E, 0x1D, 0x1B, 0x18, 0x17,
61 0x10, 0x0F, 0x08, 0x04, 0x02, 0x01
62};
63
James Smart2e0fef82007-06-17 19:56:36 -050064static void lpfc_disc_timeout_handler(struct lpfc_vport *);
Adrian Bunka6ababd2007-11-05 18:07:33 +010065static void lpfc_disc_flush_list(struct lpfc_vport *vport);
James Smart32b97932009-07-19 10:01:21 -040066static void lpfc_unregister_fcfi_cmpl(struct lpfc_hba *, LPFC_MBOXQ_t *);
James Smarta93ff372010-10-22 11:06:08 -040067static int lpfc_fcf_inuse(struct lpfc_hba *);
dea31012005-04-17 16:05:31 -050068
James Smartc01f3202006-08-18 17:47:08 -040069void
70lpfc_terminate_rport_io(struct fc_rport *rport)
dea31012005-04-17 16:05:31 -050071{
James Smartc01f3202006-08-18 17:47:08 -040072 struct lpfc_rport_data *rdata;
73 struct lpfc_nodelist * ndlp;
74 struct lpfc_hba *phba;
dea31012005-04-17 16:05:31 -050075
James Smartc01f3202006-08-18 17:47:08 -040076 rdata = rport->dd_data;
77 ndlp = rdata->pnode;
78
James Smart58da1ff2008-04-07 10:15:56 -040079 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp)) {
James Smartc01f3202006-08-18 17:47:08 -040080 if (rport->roles & FC_RPORT_ROLE_FCP_TARGET)
81 printk(KERN_ERR "Cannot find remote node"
82 " to terminate I/O Data x%x\n",
83 rport->port_id);
dea31012005-04-17 16:05:31 -050084 return;
85 }
86
James Smarta257bf92009-04-06 18:48:10 -040087 phba = ndlp->phba;
James Smart1a169682006-03-07 15:04:06 -050088
James Smart858c9f62007-06-17 19:56:39 -050089 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_RPORT,
90 "rport terminate: sid:x%x did:x%x flg:x%x",
91 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag);
92
James Smartc01f3202006-08-18 17:47:08 -040093 if (ndlp->nlp_sid != NLP_NO_SID) {
James Smart51ef4c22007-08-02 11:10:31 -040094 lpfc_sli_abort_iocb(ndlp->vport,
95 &phba->sli.ring[phba->sli.fcp_ring],
96 ndlp->nlp_sid, 0, LPFC_CTX_TGT);
James Smartc01f3202006-08-18 17:47:08 -040097 }
James Smartc01f3202006-08-18 17:47:08 -040098}
99
100/*
101 * This function will be called when dev_loss_tmo fire.
102 */
103void
104lpfc_dev_loss_tmo_callbk(struct fc_rport *rport)
105{
106 struct lpfc_rport_data *rdata;
107 struct lpfc_nodelist * ndlp;
James Smart2e0fef82007-06-17 19:56:36 -0500108 struct lpfc_vport *vport;
James Smart466e8402015-05-21 13:55:28 -0400109 struct Scsi_Host *shost;
James Smart858c9f62007-06-17 19:56:39 -0500110 struct lpfc_hba *phba;
James Smart858c9f62007-06-17 19:56:39 -0500111 struct lpfc_work_evt *evtp;
James Smarta8adb832007-10-27 13:37:53 -0400112 int put_node;
113 int put_rport;
James Smartc01f3202006-08-18 17:47:08 -0400114
115 rdata = rport->dd_data;
116 ndlp = rdata->pnode;
James Smart58da1ff2008-04-07 10:15:56 -0400117 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp))
James Smartc01f3202006-08-18 17:47:08 -0400118 return;
James Smartc01f3202006-08-18 17:47:08 -0400119
James Smart858c9f62007-06-17 19:56:39 -0500120 vport = ndlp->vport;
121 phba = vport->phba;
122
123 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
124 "rport devlosscb: sid:x%x did:x%x flg:x%x",
125 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag);
126
James Smart34f5ad82012-08-03 12:35:03 -0400127 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
128 "3181 dev_loss_callbk x%06x, rport %p flg x%x\n",
129 ndlp->nlp_DID, ndlp->rport, ndlp->nlp_flag);
130
James Smarta8adb832007-10-27 13:37:53 -0400131 /* Don't defer this if we are in the process of deleting the vport
132 * or unloading the driver. The unload will cleanup the node
133 * appropriately we just need to cleanup the ndlp rport info here.
134 */
135 if (vport->load_flag & FC_UNLOADING) {
136 put_node = rdata->pnode != NULL;
137 put_rport = ndlp->rport != NULL;
138 rdata->pnode = NULL;
139 ndlp->rport = NULL;
140 if (put_node)
141 lpfc_nlp_put(ndlp);
142 if (put_rport)
143 put_device(&rport->dev);
144 return;
145 }
146
147 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE)
148 return;
149
James Smart466e8402015-05-21 13:55:28 -0400150 if (rport->port_name != wwn_to_u64(ndlp->nlp_portname.u.wwn))
151 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
152 "6789 rport name %llx != node port name %llx",
153 rport->port_name,
154 wwn_to_u64(ndlp->nlp_portname.u.wwn));
James Smart34f5ad82012-08-03 12:35:03 -0400155
James Smart858c9f62007-06-17 19:56:39 -0500156 evtp = &ndlp->dev_loss_evt;
157
James Smart466e8402015-05-21 13:55:28 -0400158 if (!list_empty(&evtp->evt_listp)) {
159 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
160 "6790 rport name %llx dev_loss_evt pending",
161 rport->port_name);
James Smart858c9f62007-06-17 19:56:39 -0500162 return;
James Smart466e8402015-05-21 13:55:28 -0400163 }
James Smart858c9f62007-06-17 19:56:39 -0500164
James Smart466e8402015-05-21 13:55:28 -0400165 shost = lpfc_shost_from_vport(vport);
166 spin_lock_irq(shost->host_lock);
167 ndlp->nlp_flag |= NLP_IN_DEV_LOSS;
168 spin_unlock_irq(shost->host_lock);
James Smarta62a4352013-04-17 20:18:19 -0400169
James Smartfa4066b2008-01-11 01:53:27 -0500170 /* We need to hold the node by incrementing the reference
171 * count until this queued work is done
172 */
James Smart466e8402015-05-21 13:55:28 -0400173 evtp->evt_arg1 = lpfc_nlp_get(ndlp);
174
175 spin_lock_irq(&phba->hbalock);
James Smart5e9d9b82008-06-14 22:52:53 -0400176 if (evtp->evt_arg1) {
177 evtp->evt = LPFC_EVT_DEV_LOSS;
178 list_add_tail(&evtp->evt_listp, &phba->work_list);
179 lpfc_worker_wake_up(phba);
180 }
James Smart858c9f62007-06-17 19:56:39 -0500181 spin_unlock_irq(&phba->hbalock);
182
James Smart858c9f62007-06-17 19:56:39 -0500183 return;
184}
185
James Smarta93ff372010-10-22 11:06:08 -0400186/**
187 * lpfc_dev_loss_tmo_handler - Remote node devloss timeout handler
188 * @ndlp: Pointer to remote node object.
189 *
190 * This function is called from the worker thread when devloss timeout timer
191 * expires. For SLI4 host, this routine shall return 1 when at lease one
192 * remote node, including this @ndlp, is still in use of FCF; otherwise, this
193 * routine shall return 0 when there is no remote node is still in use of FCF
194 * when devloss timeout happened to this @ndlp.
195 **/
196static int
James Smart858c9f62007-06-17 19:56:39 -0500197lpfc_dev_loss_tmo_handler(struct lpfc_nodelist *ndlp)
198{
199 struct lpfc_rport_data *rdata;
200 struct fc_rport *rport;
201 struct lpfc_vport *vport;
202 struct lpfc_hba *phba;
James Smart466e8402015-05-21 13:55:28 -0400203 struct Scsi_Host *shost;
James Smart858c9f62007-06-17 19:56:39 -0500204 uint8_t *name;
James Smart87af33f2007-10-27 13:37:43 -0400205 int put_node;
James Smart858c9f62007-06-17 19:56:39 -0500206 int warn_on = 0;
James Smarta93ff372010-10-22 11:06:08 -0400207 int fcf_inuse = 0;
James Smart858c9f62007-06-17 19:56:39 -0500208
209 rport = ndlp->rport;
James Smart858c9f62007-06-17 19:56:39 -0500210 vport = ndlp->vport;
James Smart466e8402015-05-21 13:55:28 -0400211 shost = lpfc_shost_from_vport(vport);
212
213 spin_lock_irq(shost->host_lock);
214 ndlp->nlp_flag &= ~NLP_IN_DEV_LOSS;
215 spin_unlock_irq(shost->host_lock);
216
217 if (!rport)
218 return fcf_inuse;
219
220 name = (uint8_t *) &ndlp->nlp_portname;
James Smart858c9f62007-06-17 19:56:39 -0500221 phba = vport->phba;
222
James Smarta93ff372010-10-22 11:06:08 -0400223 if (phba->sli_rev == LPFC_SLI_REV4)
224 fcf_inuse = lpfc_fcf_inuse(phba);
225
James Smart858c9f62007-06-17 19:56:39 -0500226 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
227 "rport devlosstmo:did:x%x type:x%x id:x%x",
228 ndlp->nlp_DID, ndlp->nlp_type, rport->scsi_target_id);
229
James Smart34f5ad82012-08-03 12:35:03 -0400230 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
231 "3182 dev_loss_tmo_handler x%06x, rport %p flg x%x\n",
232 ndlp->nlp_DID, ndlp->rport, ndlp->nlp_flag);
233
James Smart466e8402015-05-21 13:55:28 -0400234 /*
235 * lpfc_nlp_remove if reached with dangling rport drops the
236 * reference. To make sure that does not happen clear rport
237 * pointer in ndlp before lpfc_nlp_put.
238 */
239 rdata = rport->dd_data;
240
James Smarta8adb832007-10-27 13:37:53 -0400241 /* Don't defer this if we are in the process of deleting the vport
242 * or unloading the driver. The unload will cleanup the node
243 * appropriately we just need to cleanup the ndlp rport info here.
244 */
245 if (vport->load_flag & FC_UNLOADING) {
James Smart09372822008-01-11 01:52:54 -0500246 if (ndlp->nlp_sid != NLP_NO_SID) {
247 /* flush the target */
248 lpfc_sli_abort_iocb(vport,
249 &phba->sli.ring[phba->sli.fcp_ring],
250 ndlp->nlp_sid, 0, LPFC_CTX_TGT);
251 }
James Smarta8adb832007-10-27 13:37:53 -0400252 put_node = rdata->pnode != NULL;
James Smarta8adb832007-10-27 13:37:53 -0400253 rdata->pnode = NULL;
254 ndlp->rport = NULL;
255 if (put_node)
256 lpfc_nlp_put(ndlp);
James Smart466e8402015-05-21 13:55:28 -0400257 put_device(&rport->dev);
258
James Smarta93ff372010-10-22 11:06:08 -0400259 return fcf_inuse;
James Smarta8adb832007-10-27 13:37:53 -0400260 }
261
James Smartd7c255b2008-08-24 21:50:00 -0400262 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) {
263 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
264 "0284 Devloss timeout Ignored on "
265 "WWPN %x:%x:%x:%x:%x:%x:%x:%x "
266 "NPort x%x\n",
267 *name, *(name+1), *(name+2), *(name+3),
268 *(name+4), *(name+5), *(name+6), *(name+7),
269 ndlp->nlp_DID);
James Smarta93ff372010-10-22 11:06:08 -0400270 return fcf_inuse;
James Smartd7c255b2008-08-24 21:50:00 -0400271 }
James Smart858c9f62007-06-17 19:56:39 -0500272
James Smart466e8402015-05-21 13:55:28 -0400273 put_node = rdata->pnode != NULL;
274 rdata->pnode = NULL;
275 ndlp->rport = NULL;
276 if (put_node)
277 lpfc_nlp_put(ndlp);
278 put_device(&rport->dev);
279
280 if (ndlp->nlp_type & NLP_FABRIC)
James Smarta93ff372010-10-22 11:06:08 -0400281 return fcf_inuse;
James Smart82085712007-04-25 09:52:41 -0400282
dea31012005-04-17 16:05:31 -0500283 if (ndlp->nlp_sid != NLP_NO_SID) {
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400284 warn_on = 1;
James Smart51ef4c22007-08-02 11:10:31 -0400285 lpfc_sli_abort_iocb(vport, &phba->sli.ring[phba->sli.fcp_ring],
286 ndlp->nlp_sid, 0, LPFC_CTX_TGT);
dea31012005-04-17 16:05:31 -0500287 }
James Smartc01f3202006-08-18 17:47:08 -0400288
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400289 if (warn_on) {
James Smarte8b62012007-08-02 11:10:09 -0400290 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
291 "0203 Devloss timeout on "
James Smart58da1ff2008-04-07 10:15:56 -0400292 "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x "
293 "NPort x%06x Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -0400294 *name, *(name+1), *(name+2), *(name+3),
295 *(name+4), *(name+5), *(name+6), *(name+7),
296 ndlp->nlp_DID, ndlp->nlp_flag,
297 ndlp->nlp_state, ndlp->nlp_rpi);
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400298 } else {
James Smarte8b62012007-08-02 11:10:09 -0400299 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
300 "0204 Devloss timeout on "
James Smart58da1ff2008-04-07 10:15:56 -0400301 "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x "
302 "NPort x%06x Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -0400303 *name, *(name+1), *(name+2), *(name+3),
304 *(name+4), *(name+5), *(name+6), *(name+7),
305 ndlp->nlp_DID, ndlp->nlp_flag,
306 ndlp->nlp_state, ndlp->nlp_rpi);
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400307 }
308
James Smart2e0fef82007-06-17 19:56:36 -0500309 if (!(vport->load_flag & FC_UNLOADING) &&
James Smart1dcb58e2007-04-25 09:51:30 -0400310 !(ndlp->nlp_flag & NLP_DELAY_TMO) &&
James Smart82085712007-04-25 09:52:41 -0400311 !(ndlp->nlp_flag & NLP_NPR_2B_DISC) &&
James Smartffc95492010-06-07 15:23:17 -0400312 (ndlp->nlp_state != NLP_STE_UNMAPPED_NODE) &&
James Smart589a52d2010-07-14 15:30:54 -0400313 (ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) &&
314 (ndlp->nlp_state != NLP_STE_PRLI_ISSUE))
James Smart2e0fef82007-06-17 19:56:36 -0500315 lpfc_disc_state_machine(vport, ndlp, NULL, NLP_EVT_DEVICE_RM);
James Smart6fb120a2009-05-22 14:52:59 -0400316
James Smarta93ff372010-10-22 11:06:08 -0400317 return fcf_inuse;
318}
319
320/**
321 * lpfc_sli4_post_dev_loss_tmo_handler - SLI4 post devloss timeout handler
322 * @phba: Pointer to hba context object.
323 * @fcf_inuse: SLI4 FCF in-use state reported from devloss timeout handler.
324 * @nlp_did: remote node identifer with devloss timeout.
325 *
326 * This function is called from the worker thread after invoking devloss
327 * timeout handler and releasing the reference count for the ndlp with
328 * which the devloss timeout was handled for SLI4 host. For the devloss
329 * timeout of the last remote node which had been in use of FCF, when this
330 * routine is invoked, it shall be guaranteed that none of the remote are
331 * in-use of FCF. When devloss timeout to the last remote using the FCF,
332 * if the FIP engine is neither in FCF table scan process nor roundrobin
333 * failover process, the in-use FCF shall be unregistered. If the FIP
334 * engine is in FCF discovery process, the devloss timeout state shall
335 * be set for either the FCF table scan process or roundrobin failover
336 * process to unregister the in-use FCF.
337 **/
338static void
339lpfc_sli4_post_dev_loss_tmo_handler(struct lpfc_hba *phba, int fcf_inuse,
340 uint32_t nlp_did)
341{
342 /* If devloss timeout happened to a remote node when FCF had no
343 * longer been in-use, do nothing.
344 */
345 if (!fcf_inuse)
346 return;
347
348 if ((phba->hba_flag & HBA_FIP_SUPPORT) && !lpfc_fcf_inuse(phba)) {
349 spin_lock_irq(&phba->hbalock);
350 if (phba->fcf.fcf_flag & FCF_DISCOVERY) {
351 if (phba->hba_flag & HBA_DEVLOSS_TMO) {
352 spin_unlock_irq(&phba->hbalock);
353 return;
354 }
355 phba->hba_flag |= HBA_DEVLOSS_TMO;
356 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
357 "2847 Last remote node (x%x) using "
358 "FCF devloss tmo\n", nlp_did);
359 }
360 if (phba->fcf.fcf_flag & FCF_REDISC_PROG) {
361 spin_unlock_irq(&phba->hbalock);
362 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
363 "2868 Devloss tmo to FCF rediscovery "
364 "in progress\n");
365 return;
366 }
367 if (!(phba->hba_flag & (FCF_TS_INPROG | FCF_RR_INPROG))) {
368 spin_unlock_irq(&phba->hbalock);
369 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
370 "2869 Devloss tmo to idle FIP engine, "
371 "unreg in-use FCF and rescan.\n");
372 /* Unregister in-use FCF and rescan */
373 lpfc_unregister_fcf_rescan(phba);
374 return;
375 }
376 spin_unlock_irq(&phba->hbalock);
377 if (phba->hba_flag & FCF_TS_INPROG)
378 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
379 "2870 FCF table scan in progress\n");
380 if (phba->hba_flag & FCF_RR_INPROG)
381 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
382 "2871 FLOGI roundrobin FCF failover "
383 "in progress\n");
384 }
James Smart6fb120a2009-05-22 14:52:59 -0400385 lpfc_unregister_unused_fcf(phba);
James Smart92d7f7b2007-06-17 19:56:38 -0500386}
James Smartc01f3202006-08-18 17:47:08 -0400387
James Smartea2151b2008-09-07 11:52:10 -0400388/**
James Smart3621a712009-04-06 18:47:14 -0400389 * lpfc_alloc_fast_evt - Allocates data structure for posting event
James Smartea2151b2008-09-07 11:52:10 -0400390 * @phba: Pointer to hba context object.
391 *
392 * This function is called from the functions which need to post
393 * events from interrupt context. This function allocates data
394 * structure required for posting event. It also keeps track of
395 * number of events pending and prevent event storm when there are
396 * too many events.
397 **/
398struct lpfc_fast_path_event *
399lpfc_alloc_fast_evt(struct lpfc_hba *phba) {
400 struct lpfc_fast_path_event *ret;
401
402 /* If there are lot of fast event do not exhaust memory due to this */
403 if (atomic_read(&phba->fast_event_count) > LPFC_MAX_EVT_COUNT)
404 return NULL;
405
406 ret = kzalloc(sizeof(struct lpfc_fast_path_event),
407 GFP_ATOMIC);
James Smart6fb120a2009-05-22 14:52:59 -0400408 if (ret) {
James Smartea2151b2008-09-07 11:52:10 -0400409 atomic_inc(&phba->fast_event_count);
James Smart6fb120a2009-05-22 14:52:59 -0400410 INIT_LIST_HEAD(&ret->work_evt.evt_listp);
411 ret->work_evt.evt = LPFC_EVT_FASTPATH_MGMT_EVT;
412 }
James Smartea2151b2008-09-07 11:52:10 -0400413 return ret;
414}
415
416/**
James Smart3621a712009-04-06 18:47:14 -0400417 * lpfc_free_fast_evt - Frees event data structure
James Smartea2151b2008-09-07 11:52:10 -0400418 * @phba: Pointer to hba context object.
419 * @evt: Event object which need to be freed.
420 *
421 * This function frees the data structure required for posting
422 * events.
423 **/
424void
425lpfc_free_fast_evt(struct lpfc_hba *phba,
426 struct lpfc_fast_path_event *evt) {
427
428 atomic_dec(&phba->fast_event_count);
429 kfree(evt);
430}
431
432/**
James Smart3621a712009-04-06 18:47:14 -0400433 * lpfc_send_fastpath_evt - Posts events generated from fast path
James Smartea2151b2008-09-07 11:52:10 -0400434 * @phba: Pointer to hba context object.
435 * @evtp: Event data structure.
436 *
437 * This function is called from worker thread, when the interrupt
438 * context need to post an event. This function posts the event
439 * to fc transport netlink interface.
440 **/
441static void
442lpfc_send_fastpath_evt(struct lpfc_hba *phba,
443 struct lpfc_work_evt *evtp)
444{
445 unsigned long evt_category, evt_sub_category;
446 struct lpfc_fast_path_event *fast_evt_data;
447 char *evt_data;
448 uint32_t evt_data_size;
449 struct Scsi_Host *shost;
450
451 fast_evt_data = container_of(evtp, struct lpfc_fast_path_event,
452 work_evt);
453
454 evt_category = (unsigned long) fast_evt_data->un.fabric_evt.event_type;
455 evt_sub_category = (unsigned long) fast_evt_data->un.
456 fabric_evt.subcategory;
457 shost = lpfc_shost_from_vport(fast_evt_data->vport);
458 if (evt_category == FC_REG_FABRIC_EVENT) {
459 if (evt_sub_category == LPFC_EVENT_FCPRDCHKERR) {
460 evt_data = (char *) &fast_evt_data->un.read_check_error;
461 evt_data_size = sizeof(fast_evt_data->un.
462 read_check_error);
463 } else if ((evt_sub_category == LPFC_EVENT_FABRIC_BUSY) ||
James Smarteaf15d52008-12-04 22:39:29 -0500464 (evt_sub_category == LPFC_EVENT_PORT_BUSY)) {
James Smartea2151b2008-09-07 11:52:10 -0400465 evt_data = (char *) &fast_evt_data->un.fabric_evt;
466 evt_data_size = sizeof(fast_evt_data->un.fabric_evt);
467 } else {
468 lpfc_free_fast_evt(phba, fast_evt_data);
469 return;
470 }
471 } else if (evt_category == FC_REG_SCSI_EVENT) {
472 switch (evt_sub_category) {
473 case LPFC_EVENT_QFULL:
474 case LPFC_EVENT_DEVBSY:
475 evt_data = (char *) &fast_evt_data->un.scsi_evt;
476 evt_data_size = sizeof(fast_evt_data->un.scsi_evt);
477 break;
478 case LPFC_EVENT_CHECK_COND:
479 evt_data = (char *) &fast_evt_data->un.check_cond_evt;
480 evt_data_size = sizeof(fast_evt_data->un.
481 check_cond_evt);
482 break;
483 case LPFC_EVENT_VARQUEDEPTH:
484 evt_data = (char *) &fast_evt_data->un.queue_depth_evt;
485 evt_data_size = sizeof(fast_evt_data->un.
486 queue_depth_evt);
487 break;
488 default:
489 lpfc_free_fast_evt(phba, fast_evt_data);
490 return;
491 }
492 } else {
493 lpfc_free_fast_evt(phba, fast_evt_data);
494 return;
495 }
496
497 fc_host_post_vendor_event(shost,
498 fc_get_event_number(),
499 evt_data_size,
500 evt_data,
James Smartddcc50f2008-12-04 22:38:46 -0500501 LPFC_NL_VENDOR_ID);
James Smartea2151b2008-09-07 11:52:10 -0400502
503 lpfc_free_fast_evt(phba, fast_evt_data);
504 return;
505}
506
dea31012005-04-17 16:05:31 -0500507static void
James Smart2e0fef82007-06-17 19:56:36 -0500508lpfc_work_list_done(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500509{
510 struct lpfc_work_evt *evtp = NULL;
511 struct lpfc_nodelist *ndlp;
512 int free_evt;
James Smarta93ff372010-10-22 11:06:08 -0400513 int fcf_inuse;
514 uint32_t nlp_did;
dea31012005-04-17 16:05:31 -0500515
James Smart2e0fef82007-06-17 19:56:36 -0500516 spin_lock_irq(&phba->hbalock);
517 while (!list_empty(&phba->work_list)) {
dea31012005-04-17 16:05:31 -0500518 list_remove_head((&phba->work_list), evtp, typeof(*evtp),
519 evt_listp);
James Smart2e0fef82007-06-17 19:56:36 -0500520 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500521 free_evt = 1;
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500522 switch (evtp->evt) {
dea31012005-04-17 16:05:31 -0500523 case LPFC_EVT_ELS_RETRY:
James Smart2e0fef82007-06-17 19:56:36 -0500524 ndlp = (struct lpfc_nodelist *) (evtp->evt_arg1);
dea31012005-04-17 16:05:31 -0500525 lpfc_els_retry_delay_handler(ndlp);
James Smart92d7f7b2007-06-17 19:56:38 -0500526 free_evt = 0; /* evt is part of ndlp */
James Smartfa4066b2008-01-11 01:53:27 -0500527 /* decrement the node reference count held
528 * for this queued work
529 */
530 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -0500531 break;
James Smart858c9f62007-06-17 19:56:39 -0500532 case LPFC_EVT_DEV_LOSS:
533 ndlp = (struct lpfc_nodelist *)(evtp->evt_arg1);
James Smarta93ff372010-10-22 11:06:08 -0400534 fcf_inuse = lpfc_dev_loss_tmo_handler(ndlp);
James Smart858c9f62007-06-17 19:56:39 -0500535 free_evt = 0;
James Smartfa4066b2008-01-11 01:53:27 -0500536 /* decrement the node reference count held for
537 * this queued work
538 */
James Smarta93ff372010-10-22 11:06:08 -0400539 nlp_did = ndlp->nlp_DID;
James Smart858c9f62007-06-17 19:56:39 -0500540 lpfc_nlp_put(ndlp);
James Smarta93ff372010-10-22 11:06:08 -0400541 if (phba->sli_rev == LPFC_SLI_REV4)
542 lpfc_sli4_post_dev_loss_tmo_handler(phba,
543 fcf_inuse,
544 nlp_did);
James Smart858c9f62007-06-17 19:56:39 -0500545 break;
dea31012005-04-17 16:05:31 -0500546 case LPFC_EVT_ONLINE:
James Smart2e0fef82007-06-17 19:56:36 -0500547 if (phba->link_state < LPFC_LINK_DOWN)
548 *(int *) (evtp->evt_arg1) = lpfc_online(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500549 else
James Smart2e0fef82007-06-17 19:56:36 -0500550 *(int *) (evtp->evt_arg1) = 0;
dea31012005-04-17 16:05:31 -0500551 complete((struct completion *)(evtp->evt_arg2));
552 break;
James Smart46fa3112007-04-25 09:51:45 -0400553 case LPFC_EVT_OFFLINE_PREP:
James Smart2e0fef82007-06-17 19:56:36 -0500554 if (phba->link_state >= LPFC_LINK_DOWN)
James Smart618a5232012-06-12 13:54:36 -0400555 lpfc_offline_prep(phba, LPFC_MBX_WAIT);
James Smart46fa3112007-04-25 09:51:45 -0400556 *(int *)(evtp->evt_arg1) = 0;
557 complete((struct completion *)(evtp->evt_arg2));
558 break;
559 case LPFC_EVT_OFFLINE:
560 lpfc_offline(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500561 lpfc_sli_brdrestart(phba);
562 *(int *)(evtp->evt_arg1) =
James Smart46fa3112007-04-25 09:51:45 -0400563 lpfc_sli_brdready(phba, HS_FFRDY | HS_MBRDY);
564 lpfc_unblock_mgmt_io(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500565 complete((struct completion *)(evtp->evt_arg2));
566 break;
567 case LPFC_EVT_WARM_START:
James Smart46fa3112007-04-25 09:51:45 -0400568 lpfc_offline(phba);
James Smart92908312006-03-07 15:04:13 -0500569 lpfc_reset_barrier(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500570 lpfc_sli_brdreset(phba);
571 lpfc_hba_down_post(phba);
572 *(int *)(evtp->evt_arg1) =
573 lpfc_sli_brdready(phba, HS_MBRDY);
James Smart46fa3112007-04-25 09:51:45 -0400574 lpfc_unblock_mgmt_io(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500575 complete((struct completion *)(evtp->evt_arg2));
576 break;
577 case LPFC_EVT_KILL:
James Smart46fa3112007-04-25 09:51:45 -0400578 lpfc_offline(phba);
James Smart92908312006-03-07 15:04:13 -0500579 *(int *)(evtp->evt_arg1)
James Smart2e0fef82007-06-17 19:56:36 -0500580 = (phba->pport->stopped)
581 ? 0 : lpfc_sli_brdkill(phba);
James Smart46fa3112007-04-25 09:51:45 -0400582 lpfc_unblock_mgmt_io(phba);
dea31012005-04-17 16:05:31 -0500583 complete((struct completion *)(evtp->evt_arg2));
584 break;
James Smartea2151b2008-09-07 11:52:10 -0400585 case LPFC_EVT_FASTPATH_MGMT_EVT:
586 lpfc_send_fastpath_evt(phba, evtp);
587 free_evt = 0;
588 break;
James Smart78730cf2010-04-06 15:06:30 -0400589 case LPFC_EVT_RESET_HBA:
590 if (!(phba->pport->load_flag & FC_UNLOADING))
591 lpfc_reset_hba(phba);
592 break;
dea31012005-04-17 16:05:31 -0500593 }
594 if (free_evt)
595 kfree(evtp);
James Smart2e0fef82007-06-17 19:56:36 -0500596 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500597 }
James Smart2e0fef82007-06-17 19:56:36 -0500598 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500599
600}
601
James Smart311464e2007-08-02 11:10:37 -0400602static void
James Smart2e0fef82007-06-17 19:56:36 -0500603lpfc_work_done(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500604{
605 struct lpfc_sli_ring *pring;
James Smart858c9f62007-06-17 19:56:39 -0500606 uint32_t ha_copy, status, control, work_port_events;
James Smart549e55c2007-08-02 11:09:51 -0400607 struct lpfc_vport **vports;
James Smart51ef4c22007-08-02 11:10:31 -0400608 struct lpfc_vport *vport;
James Smart549e55c2007-08-02 11:09:51 -0400609 int i;
dea31012005-04-17 16:05:31 -0500610
James Smart2e0fef82007-06-17 19:56:36 -0500611 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500612 ha_copy = phba->work_ha;
613 phba->work_ha = 0;
James Smart2e0fef82007-06-17 19:56:36 -0500614 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500615
James Smartda0436e2009-05-22 14:51:39 -0400616 /* First, try to post the next mailbox command to SLI4 device */
617 if (phba->pci_dev_grp == LPFC_PCI_DEV_OC)
618 lpfc_sli4_post_async_mbox(phba);
619
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500620 if (ha_copy & HA_ERATT)
James Smart93996272008-08-24 21:50:30 -0400621 /* Handle the error attention event */
dea31012005-04-17 16:05:31 -0500622 lpfc_handle_eratt(phba);
623
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500624 if (ha_copy & HA_MBATT)
dea31012005-04-17 16:05:31 -0500625 lpfc_sli_handle_mb_event(phba);
626
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500627 if (ha_copy & HA_LATT)
dea31012005-04-17 16:05:31 -0500628 lpfc_handle_latt(phba);
James Smart93996272008-08-24 21:50:30 -0400629
James Smartda0436e2009-05-22 14:51:39 -0400630 /* Process SLI4 events */
631 if (phba->pci_dev_grp == LPFC_PCI_DEV_OC) {
James Smart19ca7602010-11-20 23:11:55 -0500632 if (phba->hba_flag & HBA_RRQ_ACTIVE)
633 lpfc_handle_rrq_active(phba);
James Smartda0436e2009-05-22 14:51:39 -0400634 if (phba->hba_flag & FCP_XRI_ABORT_EVENT)
635 lpfc_sli4_fcp_xri_abort_event_proc(phba);
636 if (phba->hba_flag & ELS_XRI_ABORT_EVENT)
637 lpfc_sli4_els_xri_abort_event_proc(phba);
638 if (phba->hba_flag & ASYNC_EVENT)
639 lpfc_sli4_async_event_proc(phba);
640 if (phba->hba_flag & HBA_POST_RECEIVE_BUFFER) {
641 spin_lock_irq(&phba->hbalock);
642 phba->hba_flag &= ~HBA_POST_RECEIVE_BUFFER;
643 spin_unlock_irq(&phba->hbalock);
644 lpfc_sli_hbqbuf_add_hbqs(phba, LPFC_ELS_HBQ);
645 }
James Smartecfd03c2010-02-12 14:41:27 -0500646 if (phba->fcf.fcf_flag & FCF_REDISC_EVT)
647 lpfc_sli4_fcf_redisc_event_proc(phba);
James Smartda0436e2009-05-22 14:51:39 -0400648 }
649
James Smart549e55c2007-08-02 11:09:51 -0400650 vports = lpfc_create_vport_work_array(phba);
651 if (vports != NULL)
James Smartda0436e2009-05-22 14:51:39 -0400652 for (i = 0; i <= phba->max_vports; i++) {
James Smart51ef4c22007-08-02 11:10:31 -0400653 /*
654 * We could have no vports in array if unloading, so if
655 * this happens then just use the pport
656 */
657 if (vports[i] == NULL && i == 0)
658 vport = phba->pport;
659 else
660 vport = vports[i];
661 if (vport == NULL)
662 break;
James Smart58da1ff2008-04-07 10:15:56 -0400663 spin_lock_irq(&vport->work_port_lock);
James Smart51ef4c22007-08-02 11:10:31 -0400664 work_port_events = vport->work_port_events;
James Smart58da1ff2008-04-07 10:15:56 -0400665 vport->work_port_events &= ~work_port_events;
666 spin_unlock_irq(&vport->work_port_lock);
James Smart549e55c2007-08-02 11:09:51 -0400667 if (work_port_events & WORKER_DISC_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400668 lpfc_disc_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400669 if (work_port_events & WORKER_ELS_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400670 lpfc_els_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400671 if (work_port_events & WORKER_HB_TMO)
672 lpfc_hb_timeout_handler(phba);
673 if (work_port_events & WORKER_MBOX_TMO)
674 lpfc_mbox_timeout_handler(phba);
675 if (work_port_events & WORKER_FABRIC_BLOCK_TMO)
676 lpfc_unblock_fabric_iocbs(phba);
James Smart549e55c2007-08-02 11:09:51 -0400677 if (work_port_events & WORKER_RAMP_DOWN_QUEUE)
678 lpfc_ramp_down_queue_handler(phba);
James Smart92494142011-02-16 12:39:44 -0500679 if (work_port_events & WORKER_DELAYED_DISC_TMO)
680 lpfc_delayed_disc_timeout_handler(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500681 }
James Smart09372822008-01-11 01:52:54 -0500682 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -0500683
James Smart858c9f62007-06-17 19:56:39 -0500684 pring = &phba->sli.ring[LPFC_ELS_RING];
685 status = (ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING)));
686 status >>= (4*LPFC_ELS_RING);
James Smart4d9ab992009-10-02 15:16:39 -0400687 if ((status & HA_RXMASK) ||
688 (pring->flag & LPFC_DEFERRED_RING_EVENT) ||
James Smart45ed1192009-10-02 15:17:02 -0400689 (phba->hba_flag & HBA_SP_QUEUE_EVT)) {
James Smart0b727fe2007-10-27 13:37:25 -0400690 if (pring->flag & LPFC_STOP_IOCB_EVENT) {
James Smart858c9f62007-06-17 19:56:39 -0500691 pring->flag |= LPFC_DEFERRED_RING_EVENT;
James Smart5e9d9b82008-06-14 22:52:53 -0400692 /* Set the lpfc data pending flag */
693 set_bit(LPFC_DATA_READY, &phba->data_flags);
James Smart858c9f62007-06-17 19:56:39 -0500694 } else {
James Smart94661502013-03-01 16:37:29 -0500695 if (phba->link_state >= LPFC_LINK_UP) {
696 pring->flag &= ~LPFC_DEFERRED_RING_EVENT;
697 lpfc_sli_handle_slow_ring_event(phba, pring,
698 (status &
699 HA_RXMASK));
700 }
James Smart858c9f62007-06-17 19:56:39 -0500701 }
Sebastian Herbsztb1039182015-07-22 10:53:22 +0200702 if ((phba->sli_rev == LPFC_SLI_REV4) &&
James Smart0e9bb8d2013-03-01 16:35:12 -0500703 (!list_empty(&pring->txq)))
James Smart2a9bf3d2010-06-07 15:24:45 -0400704 lpfc_drain_txq(phba);
James Smart858c9f62007-06-17 19:56:39 -0500705 /*
706 * Turn on Ring interrupts
707 */
James Smart3772a992009-05-22 14:50:54 -0400708 if (phba->sli_rev <= LPFC_SLI_REV3) {
709 spin_lock_irq(&phba->hbalock);
710 control = readl(phba->HCregaddr);
711 if (!(control & (HC_R0INT_ENA << LPFC_ELS_RING))) {
712 lpfc_debugfs_slow_ring_trc(phba,
713 "WRK Enable ring: cntl:x%x hacopy:x%x",
714 control, ha_copy, 0);
James Smarta58cbd52007-08-02 11:09:43 -0400715
James Smart3772a992009-05-22 14:50:54 -0400716 control |= (HC_R0INT_ENA << LPFC_ELS_RING);
717 writel(control, phba->HCregaddr);
718 readl(phba->HCregaddr); /* flush */
719 } else {
720 lpfc_debugfs_slow_ring_trc(phba,
721 "WRK Ring ok: cntl:x%x hacopy:x%x",
722 control, ha_copy, 0);
723 }
724 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500725 }
726 }
James Smart2e0fef82007-06-17 19:56:36 -0500727 lpfc_work_list_done(phba);
dea31012005-04-17 16:05:31 -0500728}
729
dea31012005-04-17 16:05:31 -0500730int
731lpfc_do_work(void *p)
732{
733 struct lpfc_hba *phba = p;
734 int rc;
dea31012005-04-17 16:05:31 -0500735
Dongsheng Yang8698a742014-03-11 18:09:12 +0800736 set_user_nice(current, MIN_NICE);
James Smart043c9562012-05-09 21:17:43 -0400737 current->flags |= PF_NOFREEZE;
James Smart5e9d9b82008-06-14 22:52:53 -0400738 phba->data_flags = 0;
dea31012005-04-17 16:05:31 -0500739
James Smart3a55b532008-12-04 22:38:54 -0500740 while (!kthread_should_stop()) {
James Smart5e9d9b82008-06-14 22:52:53 -0400741 /* wait and check worker queue activities */
742 rc = wait_event_interruptible(phba->work_waitq,
743 (test_and_clear_bit(LPFC_DATA_READY,
744 &phba->data_flags)
745 || kthread_should_stop()));
James Smart3a55b532008-12-04 22:38:54 -0500746 /* Signal wakeup shall terminate the worker thread */
747 if (rc) {
748 lpfc_printf_log(phba, KERN_ERR, LOG_ELS,
749 "0433 Wakeup on signal: rc=x%x\n", rc);
dea31012005-04-17 16:05:31 -0500750 break;
James Smart3a55b532008-12-04 22:38:54 -0500751 }
dea31012005-04-17 16:05:31 -0500752
James Smart5e9d9b82008-06-14 22:52:53 -0400753 /* Attend pending lpfc data processing */
dea31012005-04-17 16:05:31 -0500754 lpfc_work_done(phba);
dea31012005-04-17 16:05:31 -0500755 }
James Smart3a55b532008-12-04 22:38:54 -0500756 phba->worker_thread = NULL;
757 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
758 "0432 Worker thread stopped.\n");
dea31012005-04-17 16:05:31 -0500759 return 0;
760}
761
762/*
763 * This is only called to handle FC worker events. Since this a rare
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300764 * occurrence, we allocate a struct lpfc_work_evt structure here instead of
dea31012005-04-17 16:05:31 -0500765 * embedding it in the IOCB.
766 */
767int
James Smart2e0fef82007-06-17 19:56:36 -0500768lpfc_workq_post_event(struct lpfc_hba *phba, void *arg1, void *arg2,
dea31012005-04-17 16:05:31 -0500769 uint32_t evt)
770{
771 struct lpfc_work_evt *evtp;
James Smarted957682007-06-17 19:56:37 -0500772 unsigned long flags;
dea31012005-04-17 16:05:31 -0500773
774 /*
775 * All Mailbox completions and LPFC_ELS_RING rcv ring IOCB events will
776 * be queued to worker thread for processing
777 */
James Smart92d7f7b2007-06-17 19:56:38 -0500778 evtp = kmalloc(sizeof(struct lpfc_work_evt), GFP_ATOMIC);
dea31012005-04-17 16:05:31 -0500779 if (!evtp)
780 return 0;
781
782 evtp->evt_arg1 = arg1;
783 evtp->evt_arg2 = arg2;
784 evtp->evt = evt;
785
James Smarted957682007-06-17 19:56:37 -0500786 spin_lock_irqsave(&phba->hbalock, flags);
James Smart071fbd3d2006-04-15 11:53:20 -0400787 list_add_tail(&evtp->evt_listp, &phba->work_list);
James Smarted957682007-06-17 19:56:37 -0500788 spin_unlock_irqrestore(&phba->hbalock, flags);
dea31012005-04-17 16:05:31 -0500789
James Smart5e9d9b82008-06-14 22:52:53 -0400790 lpfc_worker_wake_up(phba);
791
dea31012005-04-17 16:05:31 -0500792 return 1;
793}
794
James Smart92d7f7b2007-06-17 19:56:38 -0500795void
796lpfc_cleanup_rpis(struct lpfc_vport *vport, int remove)
797{
James Smart09372822008-01-11 01:52:54 -0500798 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500799 struct lpfc_hba *phba = vport->phba;
800 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart92d7f7b2007-06-17 19:56:38 -0500801
802 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -0500803 if (!NLP_CHK_NODE_ACT(ndlp))
804 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500805 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
806 continue;
James Smart98c9ea52007-10-27 13:37:33 -0400807 if ((phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) ||
808 ((vport->port_type == LPFC_NPIV_PORT) &&
809 (ndlp->nlp_DID == NameServer_DID)))
James Smart92d7f7b2007-06-17 19:56:38 -0500810 lpfc_unreg_rpi(vport, ndlp);
811
812 /* Leave Fabric nodes alone on link down */
James Smart4d9ab992009-10-02 15:16:39 -0400813 if ((phba->sli_rev < LPFC_SLI_REV4) &&
814 (!remove && ndlp->nlp_type & NLP_FABRIC))
James Smart92d7f7b2007-06-17 19:56:38 -0500815 continue;
Sebastian Herbsztdb6f1c22015-08-31 16:48:14 -0400816 lpfc_disc_state_machine(vport, ndlp, NULL,
817 remove
818 ? NLP_EVT_DEVICE_RM
819 : NLP_EVT_DEVICE_RECOVERY);
James Smart92d7f7b2007-06-17 19:56:38 -0500820 }
821 if (phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) {
James Smart5af5eee2010-10-22 11:06:38 -0400822 if (phba->sli_rev == LPFC_SLI_REV4)
823 lpfc_sli4_unreg_all_rpis(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500824 lpfc_mbx_unreg_vpi(vport);
James Smart09372822008-01-11 01:52:54 -0500825 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500826 vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI;
James Smart09372822008-01-11 01:52:54 -0500827 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500828 }
829}
830
James Smart87af33f2007-10-27 13:37:43 -0400831void
James Smart98c9ea52007-10-27 13:37:33 -0400832lpfc_port_link_failure(struct lpfc_vport *vport)
James Smart92d7f7b2007-06-17 19:56:38 -0500833{
James Smart695a8142010-01-26 23:08:03 -0500834 lpfc_vport_set_state(vport, FC_VPORT_LINKDOWN);
835
James Smart45ed1192009-10-02 15:17:02 -0400836 /* Cleanup any outstanding received buffers */
837 lpfc_cleanup_rcv_buffers(vport);
838
James Smart92d7f7b2007-06-17 19:56:38 -0500839 /* Cleanup any outstanding RSCN activity */
840 lpfc_els_flush_rscn(vport);
841
842 /* Cleanup any outstanding ELS commands */
843 lpfc_els_flush_cmd(vport);
844
845 lpfc_cleanup_rpis(vport, 0);
846
James Smart92d7f7b2007-06-17 19:56:38 -0500847 /* Turn off discovery timer if its running */
848 lpfc_can_disctmo(vport);
849}
850
James Smart3772a992009-05-22 14:50:54 -0400851void
James Smart98c9ea52007-10-27 13:37:33 -0400852lpfc_linkdown_port(struct lpfc_vport *vport)
853{
854 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
855
856 fc_host_post_event(shost, fc_get_event_number(), FCH_EVT_LINKDOWN, 0);
857
858 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
859 "Link Down: state:x%x rtry:x%x flg:x%x",
860 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
861
862 lpfc_port_link_failure(vport);
863
James Smart92494142011-02-16 12:39:44 -0500864 /* Stop delayed Nport discovery */
865 spin_lock_irq(shost->host_lock);
866 vport->fc_flag &= ~FC_DISC_DELAYED;
867 spin_unlock_irq(shost->host_lock);
868 del_timer_sync(&vport->delayed_disc_tmo);
James Smart98c9ea52007-10-27 13:37:33 -0400869}
870
dea31012005-04-17 16:05:31 -0500871int
James Smart685f0bf2007-04-25 09:53:08 -0400872lpfc_linkdown(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500873{
James Smart2e0fef82007-06-17 19:56:36 -0500874 struct lpfc_vport *vport = phba->pport;
875 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart549e55c2007-08-02 11:09:51 -0400876 struct lpfc_vport **vports;
James Smart685f0bf2007-04-25 09:53:08 -0400877 LPFC_MBOXQ_t *mb;
James Smart549e55c2007-08-02 11:09:51 -0400878 int i;
dea31012005-04-17 16:05:31 -0500879
James Smart3163f722008-02-08 18:50:25 -0500880 if (phba->link_state == LPFC_LINK_DOWN)
James Smart2e0fef82007-06-17 19:56:36 -0500881 return 0;
James Smartaacc20e2009-12-21 17:02:51 -0500882
883 /* Block all SCSI stack I/Os */
884 lpfc_scsi_dev_block(phba);
885
James Smart2e0fef82007-06-17 19:56:36 -0500886 spin_lock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -0500887 phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE);
James Smart72100cc2010-02-12 14:43:01 -0500888 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -0500889 if (phba->link_state > LPFC_LINK_DOWN) {
James Smart2e0fef82007-06-17 19:56:36 -0500890 phba->link_state = LPFC_LINK_DOWN;
James Smart72100cc2010-02-12 14:43:01 -0500891 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500892 phba->pport->fc_flag &= ~FC_LBIT;
James Smart72100cc2010-02-12 14:43:01 -0500893 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500894 }
James Smart549e55c2007-08-02 11:09:51 -0400895 vports = lpfc_create_vport_work_array(phba);
896 if (vports != NULL)
James Smart6fb120a2009-05-22 14:52:59 -0400897 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
James Smart549e55c2007-08-02 11:09:51 -0400898 /* Issue a LINK DOWN event to all nodes */
899 lpfc_linkdown_port(vports[i]);
900 }
James Smart09372822008-01-11 01:52:54 -0500901 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -0500902 /* Clean up any firmware default rpi's */
James Smart2e0fef82007-06-17 19:56:36 -0500903 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
904 if (mb) {
James Smart6d368e52011-05-24 11:44:12 -0400905 lpfc_unreg_did(phba, 0xffff, LPFC_UNREG_ALL_DFLT_RPIS, mb);
James Smarted957682007-06-17 19:56:37 -0500906 mb->vport = vport;
James Smart2e0fef82007-06-17 19:56:36 -0500907 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -0400908 if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT)
dea31012005-04-17 16:05:31 -0500909 == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -0500910 mempool_free(mb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -0500911 }
912 }
913
dea31012005-04-17 16:05:31 -0500914 /* Setup myDID for link up if we are in pt2pt mode */
James Smart92d7f7b2007-06-17 19:56:38 -0500915 if (phba->pport->fc_flag & FC_PT2PT) {
916 phba->pport->fc_myDID = 0;
James Smart2e0fef82007-06-17 19:56:36 -0500917 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
918 if (mb) {
dea31012005-04-17 16:05:31 -0500919 lpfc_config_link(phba, mb);
James Smart92d7f7b2007-06-17 19:56:38 -0500920 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smarted957682007-06-17 19:56:37 -0500921 mb->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -0400922 if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT)
dea31012005-04-17 16:05:31 -0500923 == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -0500924 mempool_free(mb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -0500925 }
926 }
James Smart2e0fef82007-06-17 19:56:36 -0500927 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500928 phba->pport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI);
James Smart2e0fef82007-06-17 19:56:36 -0500929 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -0500930 }
James Smart2e0fef82007-06-17 19:56:36 -0500931
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500932 return 0;
dea31012005-04-17 16:05:31 -0500933}
934
James Smart92d7f7b2007-06-17 19:56:38 -0500935static void
936lpfc_linkup_cleanup_nodes(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -0500937{
James Smart92d7f7b2007-06-17 19:56:38 -0500938 struct lpfc_nodelist *ndlp;
939
940 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -0500941 if (!NLP_CHK_NODE_ACT(ndlp))
942 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500943 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
944 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500945 if (ndlp->nlp_type & NLP_FABRIC) {
James Smarte47c9092008-02-08 18:49:26 -0500946 /* On Linkup its safe to clean up the ndlp
947 * from Fabric connections.
948 */
James Smart92d7f7b2007-06-17 19:56:38 -0500949 if (ndlp->nlp_DID != Fabric_DID)
950 lpfc_unreg_rpi(vport, ndlp);
951 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
952 } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) {
James Smarte47c9092008-02-08 18:49:26 -0500953 /* Fail outstanding IO now since device is
954 * marked for PLOGI.
955 */
James Smart92d7f7b2007-06-17 19:56:38 -0500956 lpfc_unreg_rpi(vport, ndlp);
957 }
958 }
959}
960
961static void
962lpfc_linkup_port(struct lpfc_vport *vport)
963{
964 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500965 struct lpfc_hba *phba = vport->phba;
966
967 if ((vport->load_flag & FC_UNLOADING) != 0)
968 return;
969
James Smart858c9f62007-06-17 19:56:39 -0500970 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
971 "Link Up: top:x%x speed:x%x flg:x%x",
972 phba->fc_topology, phba->fc_linkspeed, phba->link_flag);
973
James Smart92d7f7b2007-06-17 19:56:38 -0500974 /* If NPIV is not enabled, only bring the physical port up */
975 if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) &&
976 (vport != phba->pport))
977 return;
dea31012005-04-17 16:05:31 -0500978
James Smart2e0fef82007-06-17 19:56:36 -0500979 fc_host_post_event(shost, fc_get_event_number(), FCH_EVT_LINKUP, 0);
James Smartd2873e42006-08-18 17:46:43 -0400980
James Smart2e0fef82007-06-17 19:56:36 -0500981 spin_lock_irq(shost->host_lock);
James Smart2e0fef82007-06-17 19:56:36 -0500982 vport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI | FC_ABORT_DISCOVERY |
983 FC_RSCN_MODE | FC_NLP_MORE | FC_RSCN_DISCOVERY);
984 vport->fc_flag |= FC_NDISC_ACTIVE;
985 vport->fc_ns_retry = 0;
986 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -0500987
James Smart92d7f7b2007-06-17 19:56:38 -0500988 if (vport->fc_flag & FC_LBIT)
989 lpfc_linkup_cleanup_nodes(vport);
dea31012005-04-17 16:05:31 -0500990
James Smart92d7f7b2007-06-17 19:56:38 -0500991}
992
993static int
994lpfc_linkup(struct lpfc_hba *phba)
995{
James Smart549e55c2007-08-02 11:09:51 -0400996 struct lpfc_vport **vports;
997 int i;
James Smart92d7f7b2007-06-17 19:56:38 -0500998
999 phba->link_state = LPFC_LINK_UP;
1000
1001 /* Unblock fabric iocbs if they are blocked */
1002 clear_bit(FABRIC_COMANDS_BLOCKED, &phba->bit_flags);
1003 del_timer_sync(&phba->fabric_block_timer);
1004
James Smart549e55c2007-08-02 11:09:51 -04001005 vports = lpfc_create_vport_work_array(phba);
1006 if (vports != NULL)
James Smart6fb120a2009-05-22 14:52:59 -04001007 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++)
James Smart549e55c2007-08-02 11:09:51 -04001008 lpfc_linkup_port(vports[i]);
James Smart09372822008-01-11 01:52:54 -05001009 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -05001010
1011 return 0;
1012}
1013
1014/*
1015 * This routine handles processing a CLEAR_LA mailbox
1016 * command upon completion. It is setup in the LPFC_MBOXQ
1017 * as the completion routine when the command is
1018 * handed off to the SLI layer.
1019 */
Adrian Bunka6ababd2007-11-05 18:07:33 +01001020static void
James Smart2e0fef82007-06-17 19:56:36 -05001021lpfc_mbx_cmpl_clear_la(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05001022{
James Smart2e0fef82007-06-17 19:56:36 -05001023 struct lpfc_vport *vport = pmb->vport;
1024 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
1025 struct lpfc_sli *psli = &phba->sli;
James Smart04c68492009-05-22 14:52:52 -04001026 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05001027 uint32_t control;
1028
dea31012005-04-17 16:05:31 -05001029 /* Since we don't do discovery right now, turn these off here */
James Smarta4bc3372006-12-02 13:34:16 -05001030 psli->ring[psli->extra_ring].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -05001031 psli->ring[psli->fcp_ring].flag &= ~LPFC_STOP_IOCB_EVENT;
1032 psli->ring[psli->next_ring].flag &= ~LPFC_STOP_IOCB_EVENT;
1033
1034 /* Check for error */
1035 if ((mb->mbxStatus) && (mb->mbxStatus != 0x1601)) {
James Smart92d7f7b2007-06-17 19:56:38 -05001036 /* CLEAR_LA mbox error <mbxStatus> state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04001037 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
1038 "0320 CLEAR_LA mbxStatus error x%x hba "
1039 "state x%x\n",
1040 mb->mbxStatus, vport->port_state);
James Smart2e0fef82007-06-17 19:56:36 -05001041 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05001042 goto out;
1043 }
1044
James Smart92d7f7b2007-06-17 19:56:38 -05001045 if (vport->port_type == LPFC_PHYSICAL_PORT)
1046 phba->link_state = LPFC_HBA_READY;
1047
1048 spin_lock_irq(&phba->hbalock);
1049 psli->sli_flag |= LPFC_PROCESS_LA;
1050 control = readl(phba->HCregaddr);
1051 control |= HC_LAINT_ENA;
1052 writel(control, phba->HCregaddr);
1053 readl(phba->HCregaddr); /* flush */
1054 spin_unlock_irq(&phba->hbalock);
James Smart1b32f6a2008-02-08 18:49:39 -05001055 mempool_free(pmb, phba->mbox_mem_pool);
James Smart92d7f7b2007-06-17 19:56:38 -05001056 return;
dea31012005-04-17 16:05:31 -05001057
dea31012005-04-17 16:05:31 -05001058out:
1059 /* Device Discovery completes */
James Smarte8b62012007-08-02 11:10:09 -04001060 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
1061 "0225 Device Discovery completes\n");
James Smart2e0fef82007-06-17 19:56:36 -05001062 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05001063
James Smart2e0fef82007-06-17 19:56:36 -05001064 spin_lock_irq(shost->host_lock);
James Smart58da1ff2008-04-07 10:15:56 -04001065 vport->fc_flag &= ~FC_ABORT_DISCOVERY;
James Smart2e0fef82007-06-17 19:56:36 -05001066 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05001067
James Smart2e0fef82007-06-17 19:56:36 -05001068 lpfc_can_disctmo(vport);
dea31012005-04-17 16:05:31 -05001069
1070 /* turn on Link Attention interrupts */
James Smart2e0fef82007-06-17 19:56:36 -05001071
1072 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001073 psli->sli_flag |= LPFC_PROCESS_LA;
1074 control = readl(phba->HCregaddr);
1075 control |= HC_LAINT_ENA;
1076 writel(control, phba->HCregaddr);
1077 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -05001078 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001079
1080 return;
1081}
1082
James Smart2e0fef82007-06-17 19:56:36 -05001083
James Smartd6de08c2015-12-16 18:11:53 -05001084void
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001085lpfc_mbx_cmpl_local_config_link(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05001086{
James Smart2e0fef82007-06-17 19:56:36 -05001087 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05001088
James Smart04c68492009-05-22 14:52:52 -04001089 if (pmb->u.mb.mbxStatus)
dea31012005-04-17 16:05:31 -05001090 goto out;
dea31012005-04-17 16:05:31 -05001091
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001092 mempool_free(pmb, phba->mbox_mem_pool);
1093
James Smart1b511972011-12-13 13:23:09 -05001094 /* don't perform discovery for SLI4 loopback diagnostic test */
1095 if ((phba->sli_rev == LPFC_SLI_REV4) &&
1096 !(phba->hba_flag & HBA_FCOE_MODE) &&
1097 (phba->link_flag & LS_LOOPBACK_MODE))
1098 return;
1099
James Smart76a95d72010-11-20 23:11:48 -05001100 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP &&
James Smart2e0fef82007-06-17 19:56:36 -05001101 vport->fc_flag & FC_PUBLIC_LOOP &&
1102 !(vport->fc_flag & FC_LBIT)) {
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001103 /* Need to wait for FAN - use discovery timer
James Smart2e0fef82007-06-17 19:56:36 -05001104 * for timeout. port_state is identically
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001105 * LPFC_LOCAL_CFG_LINK while waiting for FAN
1106 */
James Smart2e0fef82007-06-17 19:56:36 -05001107 lpfc_set_disctmo(vport);
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001108 return;
James Smart92d7f7b2007-06-17 19:56:38 -05001109 }
dea31012005-04-17 16:05:31 -05001110
James Smart2e0fef82007-06-17 19:56:36 -05001111 /* Start discovery by sending a FLOGI. port_state is identically
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001112 * LPFC_FLOGI while waiting for FLOGI cmpl
1113 */
James Smartd6de08c2015-12-16 18:11:53 -05001114 if (vport->port_state != LPFC_FLOGI)
James Smart92d7f7b2007-06-17 19:56:38 -05001115 lpfc_initial_flogi(vport);
James Smartd6de08c2015-12-16 18:11:53 -05001116 else if (vport->fc_flag & FC_PT2PT)
1117 lpfc_disc_start(vport);
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001118 return;
dea31012005-04-17 16:05:31 -05001119
1120out:
James Smarte8b62012007-08-02 11:10:09 -04001121 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
1122 "0306 CONFIG_LINK mbxStatus error x%x "
1123 "HBA state x%x\n",
James Smart04c68492009-05-22 14:52:52 -04001124 pmb->u.mb.mbxStatus, vport->port_state);
James Smart92d7f7b2007-06-17 19:56:38 -05001125 mempool_free(pmb, phba->mbox_mem_pool);
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001126
1127 lpfc_linkdown(phba);
1128
James Smarte8b62012007-08-02 11:10:09 -04001129 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
1130 "0200 CONFIG_LINK bad hba state x%x\n",
1131 vport->port_state);
dea31012005-04-17 16:05:31 -05001132
James Smart92d7f7b2007-06-17 19:56:38 -05001133 lpfc_issue_clear_la(phba, vport);
dea31012005-04-17 16:05:31 -05001134 return;
1135}
1136
James Smart7d791df2011-07-22 18:37:52 -04001137/**
1138 * lpfc_sli4_clear_fcf_rr_bmask
1139 * @phba pointer to the struct lpfc_hba for this port.
1140 * This fucnction resets the round robin bit mask and clears the
1141 * fcf priority list. The list deletions are done while holding the
1142 * hbalock. The ON_LIST flag and the FLOGI_FAILED flags are cleared
1143 * from the lpfc_fcf_pri record.
1144 **/
1145void
1146lpfc_sli4_clear_fcf_rr_bmask(struct lpfc_hba *phba)
1147{
1148 struct lpfc_fcf_pri *fcf_pri;
1149 struct lpfc_fcf_pri *next_fcf_pri;
1150 memset(phba->fcf.fcf_rr_bmask, 0, sizeof(*phba->fcf.fcf_rr_bmask));
1151 spin_lock_irq(&phba->hbalock);
1152 list_for_each_entry_safe(fcf_pri, next_fcf_pri,
1153 &phba->fcf.fcf_pri_list, list) {
1154 list_del_init(&fcf_pri->list);
1155 fcf_pri->fcf_rec.flag = 0;
1156 }
1157 spin_unlock_irq(&phba->hbalock);
1158}
dea31012005-04-17 16:05:31 -05001159static void
James Smart6fb120a2009-05-22 14:52:59 -04001160lpfc_mbx_cmpl_reg_fcfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
1161{
1162 struct lpfc_vport *vport = mboxq->vport;
James Smart6fb120a2009-05-22 14:52:59 -04001163
1164 if (mboxq->u.mb.mbxStatus) {
1165 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
1166 "2017 REG_FCFI mbxStatus error x%x "
1167 "HBA state x%x\n",
1168 mboxq->u.mb.mbxStatus, vport->port_state);
James Smarta93ff372010-10-22 11:06:08 -04001169 goto fail_out;
James Smart6fb120a2009-05-22 14:52:59 -04001170 }
1171
1172 /* Start FCoE discovery by sending a FLOGI. */
1173 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi, &mboxq->u.mqe.un.reg_fcfi);
1174 /* Set the FCFI registered flag */
James Smartd439d282010-09-29 11:18:45 -04001175 spin_lock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001176 phba->fcf.fcf_flag |= FCF_REGISTERED;
James Smartd439d282010-09-29 11:18:45 -04001177 spin_unlock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001178
James Smart32b97932009-07-19 10:01:21 -04001179 /* If there is a pending FCoE event, restart FCF table scan. */
James Smart7d791df2011-07-22 18:37:52 -04001180 if ((!(phba->hba_flag & FCF_RR_INPROG)) &&
1181 lpfc_check_pending_fcoe_event(phba, LPFC_UNREG_FCF))
James Smarta93ff372010-10-22 11:06:08 -04001182 goto fail_out;
1183
1184 /* Mark successful completion of FCF table scan */
James Smartd439d282010-09-29 11:18:45 -04001185 spin_lock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05001186 phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE);
James Smarta93ff372010-10-22 11:06:08 -04001187 phba->hba_flag &= ~FCF_TS_INPROG;
1188 if (vport->port_state != LPFC_FLOGI) {
1189 phba->hba_flag |= FCF_RR_INPROG;
1190 spin_unlock_irq(&phba->hbalock);
James Smart76a95d72010-11-20 23:11:48 -05001191 lpfc_issue_init_vfi(vport);
James Smarta93ff372010-10-22 11:06:08 -04001192 goto out;
1193 }
1194 spin_unlock_irq(&phba->hbalock);
1195 goto out;
James Smart6fb120a2009-05-22 14:52:59 -04001196
James Smarta93ff372010-10-22 11:06:08 -04001197fail_out:
1198 spin_lock_irq(&phba->hbalock);
1199 phba->hba_flag &= ~FCF_RR_INPROG;
1200 spin_unlock_irq(&phba->hbalock);
1201out:
James Smart6fb120a2009-05-22 14:52:59 -04001202 mempool_free(mboxq, phba->mbox_mem_pool);
James Smart6fb120a2009-05-22 14:52:59 -04001203}
1204
1205/**
1206 * lpfc_fab_name_match - Check if the fcf fabric name match.
1207 * @fab_name: pointer to fabric name.
1208 * @new_fcf_record: pointer to fcf record.
1209 *
1210 * This routine compare the fcf record's fabric name with provided
1211 * fabric name. If the fabric name are identical this function
1212 * returns 1 else return 0.
1213 **/
1214static uint32_t
1215lpfc_fab_name_match(uint8_t *fab_name, struct fcf_record *new_fcf_record)
1216{
James Smartecfd03c2010-02-12 14:41:27 -05001217 if (fab_name[0] != bf_get(lpfc_fcf_record_fab_name_0, new_fcf_record))
James Smart6fb120a2009-05-22 14:52:59 -04001218 return 0;
James Smartecfd03c2010-02-12 14:41:27 -05001219 if (fab_name[1] != bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record))
1220 return 0;
1221 if (fab_name[2] != bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record))
1222 return 0;
1223 if (fab_name[3] != bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record))
1224 return 0;
1225 if (fab_name[4] != bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record))
1226 return 0;
1227 if (fab_name[5] != bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record))
1228 return 0;
1229 if (fab_name[6] != bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record))
1230 return 0;
1231 if (fab_name[7] != bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record))
1232 return 0;
1233 return 1;
James Smart6fb120a2009-05-22 14:52:59 -04001234}
1235
1236/**
James Smart8fa38512009-07-19 10:01:03 -04001237 * lpfc_sw_name_match - Check if the fcf switch name match.
1238 * @fab_name: pointer to fabric name.
1239 * @new_fcf_record: pointer to fcf record.
1240 *
1241 * This routine compare the fcf record's switch name with provided
1242 * switch name. If the switch name are identical this function
1243 * returns 1 else return 0.
1244 **/
1245static uint32_t
1246lpfc_sw_name_match(uint8_t *sw_name, struct fcf_record *new_fcf_record)
1247{
James Smartecfd03c2010-02-12 14:41:27 -05001248 if (sw_name[0] != bf_get(lpfc_fcf_record_switch_name_0, new_fcf_record))
James Smart8fa38512009-07-19 10:01:03 -04001249 return 0;
James Smartecfd03c2010-02-12 14:41:27 -05001250 if (sw_name[1] != bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record))
1251 return 0;
1252 if (sw_name[2] != bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record))
1253 return 0;
1254 if (sw_name[3] != bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record))
1255 return 0;
1256 if (sw_name[4] != bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record))
1257 return 0;
1258 if (sw_name[5] != bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record))
1259 return 0;
1260 if (sw_name[6] != bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record))
1261 return 0;
1262 if (sw_name[7] != bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record))
1263 return 0;
1264 return 1;
James Smart8fa38512009-07-19 10:01:03 -04001265}
1266
1267/**
James Smart6fb120a2009-05-22 14:52:59 -04001268 * lpfc_mac_addr_match - Check if the fcf mac address match.
James Smartecfd03c2010-02-12 14:41:27 -05001269 * @mac_addr: pointer to mac address.
James Smart6fb120a2009-05-22 14:52:59 -04001270 * @new_fcf_record: pointer to fcf record.
1271 *
1272 * This routine compare the fcf record's mac address with HBA's
1273 * FCF mac address. If the mac addresses are identical this function
1274 * returns 1 else return 0.
1275 **/
1276static uint32_t
James Smartecfd03c2010-02-12 14:41:27 -05001277lpfc_mac_addr_match(uint8_t *mac_addr, struct fcf_record *new_fcf_record)
James Smart6fb120a2009-05-22 14:52:59 -04001278{
James Smartecfd03c2010-02-12 14:41:27 -05001279 if (mac_addr[0] != bf_get(lpfc_fcf_record_mac_0, new_fcf_record))
James Smart6fb120a2009-05-22 14:52:59 -04001280 return 0;
James Smartecfd03c2010-02-12 14:41:27 -05001281 if (mac_addr[1] != bf_get(lpfc_fcf_record_mac_1, new_fcf_record))
1282 return 0;
1283 if (mac_addr[2] != bf_get(lpfc_fcf_record_mac_2, new_fcf_record))
1284 return 0;
1285 if (mac_addr[3] != bf_get(lpfc_fcf_record_mac_3, new_fcf_record))
1286 return 0;
1287 if (mac_addr[4] != bf_get(lpfc_fcf_record_mac_4, new_fcf_record))
1288 return 0;
1289 if (mac_addr[5] != bf_get(lpfc_fcf_record_mac_5, new_fcf_record))
1290 return 0;
1291 return 1;
1292}
1293
1294static bool
1295lpfc_vlan_id_match(uint16_t curr_vlan_id, uint16_t new_vlan_id)
1296{
1297 return (curr_vlan_id == new_vlan_id);
James Smart6fb120a2009-05-22 14:52:59 -04001298}
1299
1300/**
James Smart7d791df2011-07-22 18:37:52 -04001301 * lpfc_update_fcf_record - Update driver fcf record
1302 * __lpfc_update_fcf_record_pri - update the lpfc_fcf_pri record.
1303 * @phba: pointer to lpfc hba data structure.
1304 * @fcf_index: Index for the lpfc_fcf_record.
1305 * @new_fcf_record: pointer to hba fcf record.
1306 *
1307 * This routine updates the driver FCF priority record from the new HBA FCF
1308 * record. This routine is called with the host lock held.
1309 **/
1310static void
1311__lpfc_update_fcf_record_pri(struct lpfc_hba *phba, uint16_t fcf_index,
1312 struct fcf_record *new_fcf_record
1313 )
1314{
1315 struct lpfc_fcf_pri *fcf_pri;
1316
1317 fcf_pri = &phba->fcf.fcf_pri[fcf_index];
1318 fcf_pri->fcf_rec.fcf_index = fcf_index;
1319 /* FCF record priority */
1320 fcf_pri->fcf_rec.priority = new_fcf_record->fip_priority;
1321
1322}
1323
1324/**
James Smart6fb120a2009-05-22 14:52:59 -04001325 * lpfc_copy_fcf_record - Copy fcf information to lpfc_hba.
James Smartecfd03c2010-02-12 14:41:27 -05001326 * @fcf: pointer to driver fcf record.
James Smart6fb120a2009-05-22 14:52:59 -04001327 * @new_fcf_record: pointer to fcf record.
1328 *
1329 * This routine copies the FCF information from the FCF
1330 * record to lpfc_hba data structure.
1331 **/
1332static void
James Smartecfd03c2010-02-12 14:41:27 -05001333lpfc_copy_fcf_record(struct lpfc_fcf_rec *fcf_rec,
1334 struct fcf_record *new_fcf_record)
James Smart6fb120a2009-05-22 14:52:59 -04001335{
James Smartecfd03c2010-02-12 14:41:27 -05001336 /* Fabric name */
1337 fcf_rec->fabric_name[0] =
James Smart6fb120a2009-05-22 14:52:59 -04001338 bf_get(lpfc_fcf_record_fab_name_0, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001339 fcf_rec->fabric_name[1] =
James Smart6fb120a2009-05-22 14:52:59 -04001340 bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001341 fcf_rec->fabric_name[2] =
James Smart6fb120a2009-05-22 14:52:59 -04001342 bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001343 fcf_rec->fabric_name[3] =
James Smart6fb120a2009-05-22 14:52:59 -04001344 bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001345 fcf_rec->fabric_name[4] =
James Smart6fb120a2009-05-22 14:52:59 -04001346 bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001347 fcf_rec->fabric_name[5] =
James Smart6fb120a2009-05-22 14:52:59 -04001348 bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001349 fcf_rec->fabric_name[6] =
James Smart6fb120a2009-05-22 14:52:59 -04001350 bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001351 fcf_rec->fabric_name[7] =
James Smart6fb120a2009-05-22 14:52:59 -04001352 bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001353 /* Mac address */
1354 fcf_rec->mac_addr[0] = bf_get(lpfc_fcf_record_mac_0, new_fcf_record);
1355 fcf_rec->mac_addr[1] = bf_get(lpfc_fcf_record_mac_1, new_fcf_record);
1356 fcf_rec->mac_addr[2] = bf_get(lpfc_fcf_record_mac_2, new_fcf_record);
1357 fcf_rec->mac_addr[3] = bf_get(lpfc_fcf_record_mac_3, new_fcf_record);
1358 fcf_rec->mac_addr[4] = bf_get(lpfc_fcf_record_mac_4, new_fcf_record);
1359 fcf_rec->mac_addr[5] = bf_get(lpfc_fcf_record_mac_5, new_fcf_record);
1360 /* FCF record index */
1361 fcf_rec->fcf_indx = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
1362 /* FCF record priority */
1363 fcf_rec->priority = new_fcf_record->fip_priority;
1364 /* Switch name */
1365 fcf_rec->switch_name[0] =
James Smart8fa38512009-07-19 10:01:03 -04001366 bf_get(lpfc_fcf_record_switch_name_0, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001367 fcf_rec->switch_name[1] =
James Smart8fa38512009-07-19 10:01:03 -04001368 bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001369 fcf_rec->switch_name[2] =
James Smart8fa38512009-07-19 10:01:03 -04001370 bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001371 fcf_rec->switch_name[3] =
James Smart8fa38512009-07-19 10:01:03 -04001372 bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001373 fcf_rec->switch_name[4] =
James Smart8fa38512009-07-19 10:01:03 -04001374 bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001375 fcf_rec->switch_name[5] =
James Smart8fa38512009-07-19 10:01:03 -04001376 bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001377 fcf_rec->switch_name[6] =
James Smart8fa38512009-07-19 10:01:03 -04001378 bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001379 fcf_rec->switch_name[7] =
James Smart8fa38512009-07-19 10:01:03 -04001380 bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record);
James Smart6fb120a2009-05-22 14:52:59 -04001381}
1382
1383/**
James Smartecfd03c2010-02-12 14:41:27 -05001384 * lpfc_update_fcf_record - Update driver fcf record
1385 * @phba: pointer to lpfc hba data structure.
1386 * @fcf_rec: pointer to driver fcf record.
1387 * @new_fcf_record: pointer to hba fcf record.
1388 * @addr_mode: address mode to be set to the driver fcf record.
1389 * @vlan_id: vlan tag to be set to the driver fcf record.
1390 * @flag: flag bits to be set to the driver fcf record.
1391 *
1392 * This routine updates the driver FCF record from the new HBA FCF record
1393 * together with the address mode, vlan_id, and other informations. This
1394 * routine is called with the host lock held.
1395 **/
1396static void
1397__lpfc_update_fcf_record(struct lpfc_hba *phba, struct lpfc_fcf_rec *fcf_rec,
1398 struct fcf_record *new_fcf_record, uint32_t addr_mode,
1399 uint16_t vlan_id, uint32_t flag)
1400{
1401 /* Copy the fields from the HBA's FCF record */
1402 lpfc_copy_fcf_record(fcf_rec, new_fcf_record);
1403 /* Update other fields of driver FCF record */
1404 fcf_rec->addr_mode = addr_mode;
1405 fcf_rec->vlan_id = vlan_id;
1406 fcf_rec->flag |= (flag | RECORD_VALID);
James Smart7d791df2011-07-22 18:37:52 -04001407 __lpfc_update_fcf_record_pri(phba,
1408 bf_get(lpfc_fcf_record_fcf_index, new_fcf_record),
1409 new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001410}
1411
1412/**
James Smart6fb120a2009-05-22 14:52:59 -04001413 * lpfc_register_fcf - Register the FCF with hba.
1414 * @phba: pointer to lpfc hba data structure.
1415 *
1416 * This routine issues a register fcfi mailbox command to register
1417 * the fcf with HBA.
1418 **/
1419static void
1420lpfc_register_fcf(struct lpfc_hba *phba)
1421{
1422 LPFC_MBOXQ_t *fcf_mbxq;
1423 int rc;
James Smart6fb120a2009-05-22 14:52:59 -04001424
James Smartd439d282010-09-29 11:18:45 -04001425 spin_lock_irq(&phba->hbalock);
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001426 /* If the FCF is not available do nothing. */
James Smart6fb120a2009-05-22 14:52:59 -04001427 if (!(phba->fcf.fcf_flag & FCF_AVAILABLE)) {
James Smarta93ff372010-10-22 11:06:08 -04001428 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smartd439d282010-09-29 11:18:45 -04001429 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001430 return;
1431 }
1432
1433 /* The FCF is already registered, start discovery */
1434 if (phba->fcf.fcf_flag & FCF_REGISTERED) {
James Smartecfd03c2010-02-12 14:41:27 -05001435 phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE);
James Smarta93ff372010-10-22 11:06:08 -04001436 phba->hba_flag &= ~FCF_TS_INPROG;
James Smarte74c03c2013-04-17 20:15:19 -04001437 if (phba->pport->port_state != LPFC_FLOGI &&
1438 phba->pport->fc_flag & FC_FABRIC) {
James Smarta93ff372010-10-22 11:06:08 -04001439 phba->hba_flag |= FCF_RR_INPROG;
1440 spin_unlock_irq(&phba->hbalock);
James Smartbf086112011-08-21 21:48:13 -04001441 lpfc_initial_flogi(phba->pport);
James Smarta93ff372010-10-22 11:06:08 -04001442 return;
1443 }
1444 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001445 return;
1446 }
James Smartd439d282010-09-29 11:18:45 -04001447 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001448
James Smarta93ff372010-10-22 11:06:08 -04001449 fcf_mbxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
James Smart4d9ab992009-10-02 15:16:39 -04001450 if (!fcf_mbxq) {
James Smartd439d282010-09-29 11:18:45 -04001451 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001452 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smartd439d282010-09-29 11:18:45 -04001453 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001454 return;
James Smart4d9ab992009-10-02 15:16:39 -04001455 }
James Smart6fb120a2009-05-22 14:52:59 -04001456
1457 lpfc_reg_fcfi(phba, fcf_mbxq);
1458 fcf_mbxq->vport = phba->pport;
1459 fcf_mbxq->mbox_cmpl = lpfc_mbx_cmpl_reg_fcfi;
1460 rc = lpfc_sli_issue_mbox(phba, fcf_mbxq, MBX_NOWAIT);
James Smart4d9ab992009-10-02 15:16:39 -04001461 if (rc == MBX_NOT_FINISHED) {
James Smartd439d282010-09-29 11:18:45 -04001462 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001463 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smartd439d282010-09-29 11:18:45 -04001464 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001465 mempool_free(fcf_mbxq, phba->mbox_mem_pool);
James Smart4d9ab992009-10-02 15:16:39 -04001466 }
James Smart6fb120a2009-05-22 14:52:59 -04001467
1468 return;
1469}
1470
1471/**
1472 * lpfc_match_fcf_conn_list - Check if the FCF record can be used for discovery.
1473 * @phba: pointer to lpfc hba data structure.
1474 * @new_fcf_record: pointer to fcf record.
1475 * @boot_flag: Indicates if this record used by boot bios.
1476 * @addr_mode: The address mode to be used by this FCF
James Smartecfd03c2010-02-12 14:41:27 -05001477 * @vlan_id: The vlan id to be used as vlan tagging by this FCF.
James Smart6fb120a2009-05-22 14:52:59 -04001478 *
1479 * This routine compare the fcf record with connect list obtained from the
1480 * config region to decide if this FCF can be used for SAN discovery. It returns
1481 * 1 if this record can be used for SAN discovery else return zero. If this FCF
1482 * record can be used for SAN discovery, the boot_flag will indicate if this FCF
1483 * is used by boot bios and addr_mode will indicate the addressing mode to be
1484 * used for this FCF when the function returns.
1485 * If the FCF record need to be used with a particular vlan id, the vlan is
1486 * set in the vlan_id on return of the function. If not VLAN tagging need to
James Smartdbb6b3a2010-06-08 18:31:37 -04001487 * be used with the FCF vlan_id will be set to LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001488 **/
1489static int
1490lpfc_match_fcf_conn_list(struct lpfc_hba *phba,
1491 struct fcf_record *new_fcf_record,
1492 uint32_t *boot_flag, uint32_t *addr_mode,
1493 uint16_t *vlan_id)
1494{
1495 struct lpfc_fcf_conn_entry *conn_entry;
James Smart4d9ab992009-10-02 15:16:39 -04001496 int i, j, fcf_vlan_id = 0;
1497
1498 /* Find the lowest VLAN id in the FCF record */
1499 for (i = 0; i < 512; i++) {
1500 if (new_fcf_record->vlan_bitmap[i]) {
1501 fcf_vlan_id = i * 8;
1502 j = 0;
1503 while (!((new_fcf_record->vlan_bitmap[i] >> j) & 1)) {
1504 j++;
1505 fcf_vlan_id++;
1506 }
1507 break;
1508 }
1509 }
James Smart6fb120a2009-05-22 14:52:59 -04001510
James Smart26979ce2012-09-29 11:31:55 -04001511 /* FCF not valid/available or solicitation in progress */
James Smart0c287582009-06-10 17:22:56 -04001512 if (!bf_get(lpfc_fcf_record_fcf_avail, new_fcf_record) ||
James Smart26979ce2012-09-29 11:31:55 -04001513 !bf_get(lpfc_fcf_record_fcf_valid, new_fcf_record) ||
1514 bf_get(lpfc_fcf_record_fcf_sol, new_fcf_record))
James Smart0c287582009-06-10 17:22:56 -04001515 return 0;
1516
James Smart45ed1192009-10-02 15:17:02 -04001517 if (!(phba->hba_flag & HBA_FIP_SUPPORT)) {
James Smart6fb120a2009-05-22 14:52:59 -04001518 *boot_flag = 0;
1519 *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov,
1520 new_fcf_record);
1521 if (phba->valid_vlan)
1522 *vlan_id = phba->vlan_id;
1523 else
James Smartdbb6b3a2010-06-08 18:31:37 -04001524 *vlan_id = LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001525 return 1;
1526 }
1527
1528 /*
1529 * If there are no FCF connection table entry, driver connect to all
1530 * FCFs.
1531 */
1532 if (list_empty(&phba->fcf_conn_rec_list)) {
1533 *boot_flag = 0;
1534 *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov,
1535 new_fcf_record);
James Smart0c287582009-06-10 17:22:56 -04001536
1537 /*
1538 * When there are no FCF connect entries, use driver's default
1539 * addressing mode - FPMA.
1540 */
1541 if (*addr_mode & LPFC_FCF_FPMA)
1542 *addr_mode = LPFC_FCF_FPMA;
1543
James Smart4d9ab992009-10-02 15:16:39 -04001544 /* If FCF record report a vlan id use that vlan id */
1545 if (fcf_vlan_id)
1546 *vlan_id = fcf_vlan_id;
1547 else
James Smartdbb6b3a2010-06-08 18:31:37 -04001548 *vlan_id = LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001549 return 1;
1550 }
1551
James Smartecfd03c2010-02-12 14:41:27 -05001552 list_for_each_entry(conn_entry,
1553 &phba->fcf_conn_rec_list, list) {
James Smart6fb120a2009-05-22 14:52:59 -04001554 if (!(conn_entry->conn_rec.flags & FCFCNCT_VALID))
1555 continue;
1556
1557 if ((conn_entry->conn_rec.flags & FCFCNCT_FBNM_VALID) &&
1558 !lpfc_fab_name_match(conn_entry->conn_rec.fabric_name,
James Smart8fa38512009-07-19 10:01:03 -04001559 new_fcf_record))
James Smart6fb120a2009-05-22 14:52:59 -04001560 continue;
James Smart8fa38512009-07-19 10:01:03 -04001561 if ((conn_entry->conn_rec.flags & FCFCNCT_SWNM_VALID) &&
1562 !lpfc_sw_name_match(conn_entry->conn_rec.switch_name,
1563 new_fcf_record))
1564 continue;
James Smart6fb120a2009-05-22 14:52:59 -04001565 if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID) {
1566 /*
1567 * If the vlan bit map does not have the bit set for the
1568 * vlan id to be used, then it is not a match.
1569 */
1570 if (!(new_fcf_record->vlan_bitmap
1571 [conn_entry->conn_rec.vlan_tag / 8] &
1572 (1 << (conn_entry->conn_rec.vlan_tag % 8))))
1573 continue;
1574 }
1575
1576 /*
James Smart0c287582009-06-10 17:22:56 -04001577 * If connection record does not support any addressing mode,
1578 * skip the FCF record.
1579 */
1580 if (!(bf_get(lpfc_fcf_record_mac_addr_prov, new_fcf_record)
1581 & (LPFC_FCF_FPMA | LPFC_FCF_SPMA)))
1582 continue;
1583
1584 /*
James Smart6fb120a2009-05-22 14:52:59 -04001585 * Check if the connection record specifies a required
1586 * addressing mode.
1587 */
1588 if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1589 !(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED)) {
1590
1591 /*
1592 * If SPMA required but FCF not support this continue.
1593 */
1594 if ((conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1595 !(bf_get(lpfc_fcf_record_mac_addr_prov,
1596 new_fcf_record) & LPFC_FCF_SPMA))
1597 continue;
1598
1599 /*
1600 * If FPMA required but FCF not support this continue.
1601 */
1602 if (!(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1603 !(bf_get(lpfc_fcf_record_mac_addr_prov,
1604 new_fcf_record) & LPFC_FCF_FPMA))
1605 continue;
1606 }
1607
1608 /*
1609 * This fcf record matches filtering criteria.
1610 */
1611 if (conn_entry->conn_rec.flags & FCFCNCT_BOOT)
1612 *boot_flag = 1;
1613 else
1614 *boot_flag = 0;
1615
James Smart0c287582009-06-10 17:22:56 -04001616 /*
1617 * If user did not specify any addressing mode, or if the
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001618 * preferred addressing mode specified by user is not supported
James Smart0c287582009-06-10 17:22:56 -04001619 * by FCF, allow fabric to pick the addressing mode.
1620 */
James Smart6fb120a2009-05-22 14:52:59 -04001621 *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov,
1622 new_fcf_record);
1623 /*
1624 * If the user specified a required address mode, assign that
1625 * address mode
1626 */
1627 if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1628 (!(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED)))
1629 *addr_mode = (conn_entry->conn_rec.flags &
1630 FCFCNCT_AM_SPMA) ?
1631 LPFC_FCF_SPMA : LPFC_FCF_FPMA;
1632 /*
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001633 * If the user specified a preferred address mode, use the
James Smart6fb120a2009-05-22 14:52:59 -04001634 * addr mode only if FCF support the addr_mode.
1635 */
1636 else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1637 (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) &&
1638 (conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1639 (*addr_mode & LPFC_FCF_SPMA))
1640 *addr_mode = LPFC_FCF_SPMA;
1641 else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1642 (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) &&
1643 !(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1644 (*addr_mode & LPFC_FCF_FPMA))
1645 *addr_mode = LPFC_FCF_FPMA;
James Smart6fb120a2009-05-22 14:52:59 -04001646
James Smart4d9ab992009-10-02 15:16:39 -04001647 /* If matching connect list has a vlan id, use it */
James Smart6fb120a2009-05-22 14:52:59 -04001648 if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID)
1649 *vlan_id = conn_entry->conn_rec.vlan_tag;
James Smart4d9ab992009-10-02 15:16:39 -04001650 /*
1651 * If no vlan id is specified in connect list, use the vlan id
1652 * in the FCF record
1653 */
1654 else if (fcf_vlan_id)
1655 *vlan_id = fcf_vlan_id;
James Smart6fb120a2009-05-22 14:52:59 -04001656 else
James Smartdbb6b3a2010-06-08 18:31:37 -04001657 *vlan_id = LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001658
1659 return 1;
1660 }
1661
1662 return 0;
1663}
1664
1665/**
James Smart32b97932009-07-19 10:01:21 -04001666 * lpfc_check_pending_fcoe_event - Check if there is pending fcoe event.
1667 * @phba: pointer to lpfc hba data structure.
1668 * @unreg_fcf: Unregister FCF if FCF table need to be re-scaned.
1669 *
1670 * This function check if there is any fcoe event pending while driver
1671 * scan FCF entries. If there is any pending event, it will restart the
1672 * FCF saning and return 1 else return 0.
1673 */
1674int
1675lpfc_check_pending_fcoe_event(struct lpfc_hba *phba, uint8_t unreg_fcf)
1676{
James Smart32b97932009-07-19 10:01:21 -04001677 /*
1678 * If the Link is up and no FCoE events while in the
1679 * FCF discovery, no need to restart FCF discovery.
1680 */
1681 if ((phba->link_state >= LPFC_LINK_UP) &&
James Smarta93ff372010-10-22 11:06:08 -04001682 (phba->fcoe_eventtag == phba->fcoe_eventtag_at_fcf_scan))
James Smart32b97932009-07-19 10:01:21 -04001683 return 0;
1684
James Smart0c9ab6f2010-02-26 14:15:57 -05001685 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1686 "2768 Pending link or FCF event during current "
1687 "handling of the previous event: link_state:x%x, "
1688 "evt_tag_at_scan:x%x, evt_tag_current:x%x\n",
1689 phba->link_state, phba->fcoe_eventtag_at_fcf_scan,
1690 phba->fcoe_eventtag);
1691
James Smart32b97932009-07-19 10:01:21 -04001692 spin_lock_irq(&phba->hbalock);
1693 phba->fcf.fcf_flag &= ~FCF_AVAILABLE;
1694 spin_unlock_irq(&phba->hbalock);
1695
James Smart0c9ab6f2010-02-26 14:15:57 -05001696 if (phba->link_state >= LPFC_LINK_UP) {
1697 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
1698 "2780 Restart FCF table scan due to "
1699 "pending FCF event:evt_tag_at_scan:x%x, "
1700 "evt_tag_current:x%x\n",
1701 phba->fcoe_eventtag_at_fcf_scan,
1702 phba->fcoe_eventtag);
1703 lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST);
1704 } else {
James Smart4d9ab992009-10-02 15:16:39 -04001705 /*
James Smarta93ff372010-10-22 11:06:08 -04001706 * Do not continue FCF discovery and clear FCF_TS_INPROG
James Smart4d9ab992009-10-02 15:16:39 -04001707 * flag
1708 */
James Smartdbb6b3a2010-06-08 18:31:37 -04001709 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
1710 "2833 Stop FCF discovery process due to link "
1711 "state change (x%x)\n", phba->link_state);
James Smart1c6f4ef52009-11-18 15:40:49 -05001712 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04001713 phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG);
James Smart0c9ab6f2010-02-26 14:15:57 -05001714 phba->fcf.fcf_flag &= ~(FCF_REDISC_FOV | FCF_DISCOVERY);
James Smart1c6f4ef52009-11-18 15:40:49 -05001715 spin_unlock_irq(&phba->hbalock);
1716 }
James Smart32b97932009-07-19 10:01:21 -04001717
James Smart0c9ab6f2010-02-26 14:15:57 -05001718 /* Unregister the currently registered FCF if required */
James Smart32b97932009-07-19 10:01:21 -04001719 if (unreg_fcf) {
1720 spin_lock_irq(&phba->hbalock);
1721 phba->fcf.fcf_flag &= ~FCF_REGISTERED;
1722 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05001723 lpfc_sli4_unregister_fcf(phba);
James Smart32b97932009-07-19 10:01:21 -04001724 }
James Smart32b97932009-07-19 10:01:21 -04001725 return 1;
1726}
1727
1728/**
James Smart999d8132010-03-15 11:24:56 -04001729 * lpfc_sli4_new_fcf_random_select - Randomly select an eligible new fcf record
1730 * @phba: pointer to lpfc hba data structure.
1731 * @fcf_cnt: number of eligible fcf record seen so far.
1732 *
1733 * This function makes an running random selection decision on FCF record to
1734 * use through a sequence of @fcf_cnt eligible FCF records with equal
1735 * probability. To perform integer manunipulation of random numbers with
1736 * size unit32_t, the lower 16 bits of the 32-bit random number returned
Akinobu Mita3b60a642013-04-29 16:21:35 -07001737 * from prandom_u32() are taken as the random random number generated.
James Smart999d8132010-03-15 11:24:56 -04001738 *
1739 * Returns true when outcome is for the newly read FCF record should be
1740 * chosen; otherwise, return false when outcome is for keeping the previously
1741 * chosen FCF record.
1742 **/
1743static bool
1744lpfc_sli4_new_fcf_random_select(struct lpfc_hba *phba, uint32_t fcf_cnt)
1745{
1746 uint32_t rand_num;
1747
1748 /* Get 16-bit uniform random number */
Akinobu Mita3b60a642013-04-29 16:21:35 -07001749 rand_num = 0xFFFF & prandom_u32();
James Smart999d8132010-03-15 11:24:56 -04001750
1751 /* Decision with probability 1/fcf_cnt */
1752 if ((fcf_cnt * rand_num) < 0xFFFF)
1753 return true;
1754 else
1755 return false;
1756}
1757
1758/**
James Smart3804dc82010-07-14 15:31:37 -04001759 * lpfc_sli4_fcf_rec_mbox_parse - Parse read_fcf mbox command.
James Smart6fb120a2009-05-22 14:52:59 -04001760 * @phba: pointer to lpfc hba data structure.
1761 * @mboxq: pointer to mailbox object.
James Smart0c9ab6f2010-02-26 14:15:57 -05001762 * @next_fcf_index: pointer to holder of next fcf index.
James Smart6fb120a2009-05-22 14:52:59 -04001763 *
James Smart0c9ab6f2010-02-26 14:15:57 -05001764 * This routine parses the non-embedded fcf mailbox command by performing the
1765 * necessarily error checking, non-embedded read FCF record mailbox command
1766 * SGE parsing, and endianness swapping.
1767 *
1768 * Returns the pointer to the new FCF record in the non-embedded mailbox
1769 * command DMA memory if successfully, other NULL.
James Smart6fb120a2009-05-22 14:52:59 -04001770 */
James Smart0c9ab6f2010-02-26 14:15:57 -05001771static struct fcf_record *
1772lpfc_sli4_fcf_rec_mbox_parse(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq,
1773 uint16_t *next_fcf_index)
James Smart6fb120a2009-05-22 14:52:59 -04001774{
1775 void *virt_addr;
James Smart6fb120a2009-05-22 14:52:59 -04001776 struct lpfc_mbx_sge sge;
1777 struct lpfc_mbx_read_fcf_tbl *read_fcf;
James Smartf818ea72015-05-21 13:55:29 -04001778 uint32_t shdr_status, shdr_add_status, if_type;
James Smart6fb120a2009-05-22 14:52:59 -04001779 union lpfc_sli4_cfg_shdr *shdr;
1780 struct fcf_record *new_fcf_record;
James Smart32b97932009-07-19 10:01:21 -04001781
James Smart6fb120a2009-05-22 14:52:59 -04001782 /* Get the first SGE entry from the non-embedded DMA memory. This
1783 * routine only uses a single SGE.
1784 */
1785 lpfc_sli4_mbx_sge_get(mboxq, 0, &sge);
James Smart6fb120a2009-05-22 14:52:59 -04001786 if (unlikely(!mboxq->sge_array)) {
1787 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX,
1788 "2524 Failed to get the non-embedded SGE "
1789 "virtual address\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05001790 return NULL;
James Smart6fb120a2009-05-22 14:52:59 -04001791 }
1792 virt_addr = mboxq->sge_array->addr[0];
1793
1794 shdr = (union lpfc_sli4_cfg_shdr *)virt_addr;
James Smart25626692013-03-01 16:36:54 -05001795 lpfc_sli_pcimem_bcopy(shdr, shdr,
1796 sizeof(union lpfc_sli4_cfg_shdr));
James Smart6fb120a2009-05-22 14:52:59 -04001797 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
James Smartf818ea72015-05-21 13:55:29 -04001798 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
James Smart0c9ab6f2010-02-26 14:15:57 -05001799 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
James Smart6fb120a2009-05-22 14:52:59 -04001800 if (shdr_status || shdr_add_status) {
James Smartf818ea72015-05-21 13:55:29 -04001801 if (shdr_status == STATUS_FCF_TABLE_EMPTY ||
1802 if_type == LPFC_SLI_INTF_IF_TYPE_2)
James Smart0c9ab6f2010-02-26 14:15:57 -05001803 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smartdef9c7a2009-12-21 17:02:28 -05001804 "2726 READ_FCF_RECORD Indicates empty "
1805 "FCF table.\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05001806 else
1807 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smartdef9c7a2009-12-21 17:02:28 -05001808 "2521 READ_FCF_RECORD mailbox failed "
James Smart0c9ab6f2010-02-26 14:15:57 -05001809 "with status x%x add_status x%x, "
1810 "mbx\n", shdr_status, shdr_add_status);
1811 return NULL;
James Smart6fb120a2009-05-22 14:52:59 -04001812 }
James Smart0c9ab6f2010-02-26 14:15:57 -05001813
1814 /* Interpreting the returned information of the FCF record */
James Smart6fb120a2009-05-22 14:52:59 -04001815 read_fcf = (struct lpfc_mbx_read_fcf_tbl *)virt_addr;
1816 lpfc_sli_pcimem_bcopy(read_fcf, read_fcf,
1817 sizeof(struct lpfc_mbx_read_fcf_tbl));
James Smart0c9ab6f2010-02-26 14:15:57 -05001818 *next_fcf_index = bf_get(lpfc_mbx_read_fcf_tbl_nxt_vindx, read_fcf);
James Smart6fb120a2009-05-22 14:52:59 -04001819 new_fcf_record = (struct fcf_record *)(virt_addr +
1820 sizeof(struct lpfc_mbx_read_fcf_tbl));
1821 lpfc_sli_pcimem_bcopy(new_fcf_record, new_fcf_record,
James Smartcb5172e2010-03-15 11:25:07 -04001822 offsetof(struct fcf_record, vlan_bitmap));
1823 new_fcf_record->word137 = le32_to_cpu(new_fcf_record->word137);
1824 new_fcf_record->word138 = le32_to_cpu(new_fcf_record->word138);
James Smart6fb120a2009-05-22 14:52:59 -04001825
James Smart0c9ab6f2010-02-26 14:15:57 -05001826 return new_fcf_record;
1827}
1828
1829/**
1830 * lpfc_sli4_log_fcf_record_info - Log the information of a fcf record
1831 * @phba: pointer to lpfc hba data structure.
1832 * @fcf_record: pointer to the fcf record.
1833 * @vlan_id: the lowest vlan identifier associated to this fcf record.
1834 * @next_fcf_index: the index to the next fcf record in hba's fcf table.
1835 *
1836 * This routine logs the detailed FCF record if the LOG_FIP loggin is
1837 * enabled.
1838 **/
1839static void
1840lpfc_sli4_log_fcf_record_info(struct lpfc_hba *phba,
1841 struct fcf_record *fcf_record,
1842 uint16_t vlan_id,
1843 uint16_t next_fcf_index)
1844{
1845 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1846 "2764 READ_FCF_RECORD:\n"
1847 "\tFCF_Index : x%x\n"
1848 "\tFCF_Avail : x%x\n"
1849 "\tFCF_Valid : x%x\n"
James Smart26979ce2012-09-29 11:31:55 -04001850 "\tFCF_SOL : x%x\n"
James Smart0c9ab6f2010-02-26 14:15:57 -05001851 "\tFIP_Priority : x%x\n"
1852 "\tMAC_Provider : x%x\n"
1853 "\tLowest VLANID : x%x\n"
1854 "\tFCF_MAC Addr : x%x:%x:%x:%x:%x:%x\n"
1855 "\tFabric_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n"
1856 "\tSwitch_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n"
1857 "\tNext_FCF_Index: x%x\n",
1858 bf_get(lpfc_fcf_record_fcf_index, fcf_record),
1859 bf_get(lpfc_fcf_record_fcf_avail, fcf_record),
1860 bf_get(lpfc_fcf_record_fcf_valid, fcf_record),
James Smart26979ce2012-09-29 11:31:55 -04001861 bf_get(lpfc_fcf_record_fcf_sol, fcf_record),
James Smart0c9ab6f2010-02-26 14:15:57 -05001862 fcf_record->fip_priority,
1863 bf_get(lpfc_fcf_record_mac_addr_prov, fcf_record),
1864 vlan_id,
1865 bf_get(lpfc_fcf_record_mac_0, fcf_record),
1866 bf_get(lpfc_fcf_record_mac_1, fcf_record),
1867 bf_get(lpfc_fcf_record_mac_2, fcf_record),
1868 bf_get(lpfc_fcf_record_mac_3, fcf_record),
1869 bf_get(lpfc_fcf_record_mac_4, fcf_record),
1870 bf_get(lpfc_fcf_record_mac_5, fcf_record),
1871 bf_get(lpfc_fcf_record_fab_name_0, fcf_record),
1872 bf_get(lpfc_fcf_record_fab_name_1, fcf_record),
1873 bf_get(lpfc_fcf_record_fab_name_2, fcf_record),
1874 bf_get(lpfc_fcf_record_fab_name_3, fcf_record),
1875 bf_get(lpfc_fcf_record_fab_name_4, fcf_record),
1876 bf_get(lpfc_fcf_record_fab_name_5, fcf_record),
1877 bf_get(lpfc_fcf_record_fab_name_6, fcf_record),
1878 bf_get(lpfc_fcf_record_fab_name_7, fcf_record),
1879 bf_get(lpfc_fcf_record_switch_name_0, fcf_record),
1880 bf_get(lpfc_fcf_record_switch_name_1, fcf_record),
1881 bf_get(lpfc_fcf_record_switch_name_2, fcf_record),
1882 bf_get(lpfc_fcf_record_switch_name_3, fcf_record),
1883 bf_get(lpfc_fcf_record_switch_name_4, fcf_record),
1884 bf_get(lpfc_fcf_record_switch_name_5, fcf_record),
1885 bf_get(lpfc_fcf_record_switch_name_6, fcf_record),
1886 bf_get(lpfc_fcf_record_switch_name_7, fcf_record),
1887 next_fcf_index);
1888}
1889
1890/**
James Smartdbb6b3a2010-06-08 18:31:37 -04001891 lpfc_sli4_fcf_record_match - testing new FCF record for matching existing FCF
1892 * @phba: pointer to lpfc hba data structure.
1893 * @fcf_rec: pointer to an existing FCF record.
1894 * @new_fcf_record: pointer to a new FCF record.
1895 * @new_vlan_id: vlan id from the new FCF record.
1896 *
1897 * This function performs matching test of a new FCF record against an existing
1898 * FCF record. If the new_vlan_id passed in is LPFC_FCOE_IGNORE_VID, vlan id
1899 * will not be used as part of the FCF record matching criteria.
1900 *
1901 * Returns true if all the fields matching, otherwise returns false.
1902 */
1903static bool
1904lpfc_sli4_fcf_record_match(struct lpfc_hba *phba,
1905 struct lpfc_fcf_rec *fcf_rec,
1906 struct fcf_record *new_fcf_record,
1907 uint16_t new_vlan_id)
1908{
1909 if (new_vlan_id != LPFC_FCOE_IGNORE_VID)
1910 if (!lpfc_vlan_id_match(fcf_rec->vlan_id, new_vlan_id))
1911 return false;
1912 if (!lpfc_mac_addr_match(fcf_rec->mac_addr, new_fcf_record))
1913 return false;
1914 if (!lpfc_sw_name_match(fcf_rec->switch_name, new_fcf_record))
1915 return false;
1916 if (!lpfc_fab_name_match(fcf_rec->fabric_name, new_fcf_record))
1917 return false;
James Smart7d791df2011-07-22 18:37:52 -04001918 if (fcf_rec->priority != new_fcf_record->fip_priority)
1919 return false;
James Smartdbb6b3a2010-06-08 18:31:37 -04001920 return true;
1921}
1922
1923/**
James Smarta93ff372010-10-22 11:06:08 -04001924 * lpfc_sli4_fcf_rr_next_proc - processing next roundrobin fcf
1925 * @vport: Pointer to vport object.
1926 * @fcf_index: index to next fcf.
1927 *
1928 * This function processing the roundrobin fcf failover to next fcf index.
1929 * When this function is invoked, there will be a current fcf registered
1930 * for flogi.
1931 * Return: 0 for continue retrying flogi on currently registered fcf;
1932 * 1 for stop flogi on currently registered fcf;
1933 */
1934int lpfc_sli4_fcf_rr_next_proc(struct lpfc_vport *vport, uint16_t fcf_index)
1935{
1936 struct lpfc_hba *phba = vport->phba;
1937 int rc;
1938
1939 if (fcf_index == LPFC_FCOE_FCF_NEXT_NONE) {
1940 spin_lock_irq(&phba->hbalock);
1941 if (phba->hba_flag & HBA_DEVLOSS_TMO) {
1942 spin_unlock_irq(&phba->hbalock);
1943 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1944 "2872 Devloss tmo with no eligible "
1945 "FCF, unregister in-use FCF (x%x) "
1946 "and rescan FCF table\n",
1947 phba->fcf.current_rec.fcf_indx);
1948 lpfc_unregister_fcf_rescan(phba);
1949 goto stop_flogi_current_fcf;
1950 }
1951 /* Mark the end to FLOGI roundrobin failover */
1952 phba->hba_flag &= ~FCF_RR_INPROG;
1953 /* Allow action to new fcf asynchronous event */
1954 phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE);
1955 spin_unlock_irq(&phba->hbalock);
1956 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1957 "2865 No FCF available, stop roundrobin FCF "
1958 "failover and change port state:x%x/x%x\n",
1959 phba->pport->port_state, LPFC_VPORT_UNKNOWN);
1960 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
1961 goto stop_flogi_current_fcf;
1962 } else {
1963 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_ELS,
1964 "2794 Try FLOGI roundrobin FCF failover to "
1965 "(x%x)\n", fcf_index);
1966 rc = lpfc_sli4_fcf_rr_read_fcf_rec(phba, fcf_index);
1967 if (rc)
1968 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP | LOG_ELS,
1969 "2761 FLOGI roundrobin FCF failover "
1970 "failed (rc:x%x) to read FCF (x%x)\n",
1971 rc, phba->fcf.current_rec.fcf_indx);
1972 else
1973 goto stop_flogi_current_fcf;
1974 }
1975 return 0;
1976
1977stop_flogi_current_fcf:
1978 lpfc_can_disctmo(vport);
1979 return 1;
1980}
1981
1982/**
James Smart7d791df2011-07-22 18:37:52 -04001983 * lpfc_sli4_fcf_pri_list_del
1984 * @phba: pointer to lpfc hba data structure.
1985 * @fcf_index the index of the fcf record to delete
1986 * This routine checks the on list flag of the fcf_index to be deleted.
1987 * If it is one the list then it is removed from the list, and the flag
1988 * is cleared. This routine grab the hbalock before removing the fcf
1989 * record from the list.
1990 **/
1991static void lpfc_sli4_fcf_pri_list_del(struct lpfc_hba *phba,
1992 uint16_t fcf_index)
1993{
1994 struct lpfc_fcf_pri *new_fcf_pri;
1995
1996 new_fcf_pri = &phba->fcf.fcf_pri[fcf_index];
1997 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1998 "3058 deleting idx x%x pri x%x flg x%x\n",
1999 fcf_index, new_fcf_pri->fcf_rec.priority,
2000 new_fcf_pri->fcf_rec.flag);
2001 spin_lock_irq(&phba->hbalock);
2002 if (new_fcf_pri->fcf_rec.flag & LPFC_FCF_ON_PRI_LIST) {
2003 if (phba->fcf.current_rec.priority ==
2004 new_fcf_pri->fcf_rec.priority)
2005 phba->fcf.eligible_fcf_cnt--;
2006 list_del_init(&new_fcf_pri->list);
2007 new_fcf_pri->fcf_rec.flag &= ~LPFC_FCF_ON_PRI_LIST;
2008 }
2009 spin_unlock_irq(&phba->hbalock);
2010}
2011
2012/**
2013 * lpfc_sli4_set_fcf_flogi_fail
2014 * @phba: pointer to lpfc hba data structure.
2015 * @fcf_index the index of the fcf record to update
2016 * This routine acquires the hbalock and then set the LPFC_FCF_FLOGI_FAILED
2017 * flag so the the round robin slection for the particular priority level
2018 * will try a different fcf record that does not have this bit set.
2019 * If the fcf record is re-read for any reason this flag is cleared brfore
2020 * adding it to the priority list.
2021 **/
2022void
2023lpfc_sli4_set_fcf_flogi_fail(struct lpfc_hba *phba, uint16_t fcf_index)
2024{
2025 struct lpfc_fcf_pri *new_fcf_pri;
2026 new_fcf_pri = &phba->fcf.fcf_pri[fcf_index];
2027 spin_lock_irq(&phba->hbalock);
2028 new_fcf_pri->fcf_rec.flag |= LPFC_FCF_FLOGI_FAILED;
2029 spin_unlock_irq(&phba->hbalock);
2030}
2031
2032/**
2033 * lpfc_sli4_fcf_pri_list_add
2034 * @phba: pointer to lpfc hba data structure.
2035 * @fcf_index the index of the fcf record to add
2036 * This routine checks the priority of the fcf_index to be added.
2037 * If it is a lower priority than the current head of the fcf_pri list
2038 * then it is added to the list in the right order.
2039 * If it is the same priority as the current head of the list then it
2040 * is added to the head of the list and its bit in the rr_bmask is set.
2041 * If the fcf_index to be added is of a higher priority than the current
2042 * head of the list then the rr_bmask is cleared, its bit is set in the
2043 * rr_bmask and it is added to the head of the list.
2044 * returns:
2045 * 0=success 1=failure
2046 **/
Rashika Kheriab86a6752014-09-03 12:55:17 -04002047static int lpfc_sli4_fcf_pri_list_add(struct lpfc_hba *phba,
2048 uint16_t fcf_index,
James Smart7d791df2011-07-22 18:37:52 -04002049 struct fcf_record *new_fcf_record)
2050{
2051 uint16_t current_fcf_pri;
2052 uint16_t last_index;
2053 struct lpfc_fcf_pri *fcf_pri;
2054 struct lpfc_fcf_pri *next_fcf_pri;
2055 struct lpfc_fcf_pri *new_fcf_pri;
2056 int ret;
2057
2058 new_fcf_pri = &phba->fcf.fcf_pri[fcf_index];
2059 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2060 "3059 adding idx x%x pri x%x flg x%x\n",
2061 fcf_index, new_fcf_record->fip_priority,
2062 new_fcf_pri->fcf_rec.flag);
2063 spin_lock_irq(&phba->hbalock);
2064 if (new_fcf_pri->fcf_rec.flag & LPFC_FCF_ON_PRI_LIST)
2065 list_del_init(&new_fcf_pri->list);
2066 new_fcf_pri->fcf_rec.fcf_index = fcf_index;
2067 new_fcf_pri->fcf_rec.priority = new_fcf_record->fip_priority;
2068 if (list_empty(&phba->fcf.fcf_pri_list)) {
2069 list_add(&new_fcf_pri->list, &phba->fcf.fcf_pri_list);
2070 ret = lpfc_sli4_fcf_rr_index_set(phba,
2071 new_fcf_pri->fcf_rec.fcf_index);
2072 goto out;
2073 }
2074
2075 last_index = find_first_bit(phba->fcf.fcf_rr_bmask,
2076 LPFC_SLI4_FCF_TBL_INDX_MAX);
2077 if (last_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
2078 ret = 0; /* Empty rr list */
2079 goto out;
2080 }
2081 current_fcf_pri = phba->fcf.fcf_pri[last_index].fcf_rec.priority;
2082 if (new_fcf_pri->fcf_rec.priority <= current_fcf_pri) {
2083 list_add(&new_fcf_pri->list, &phba->fcf.fcf_pri_list);
2084 if (new_fcf_pri->fcf_rec.priority < current_fcf_pri) {
2085 memset(phba->fcf.fcf_rr_bmask, 0,
2086 sizeof(*phba->fcf.fcf_rr_bmask));
2087 /* fcfs_at_this_priority_level = 1; */
2088 phba->fcf.eligible_fcf_cnt = 1;
2089 } else
2090 /* fcfs_at_this_priority_level++; */
2091 phba->fcf.eligible_fcf_cnt++;
2092 ret = lpfc_sli4_fcf_rr_index_set(phba,
2093 new_fcf_pri->fcf_rec.fcf_index);
2094 goto out;
2095 }
2096
2097 list_for_each_entry_safe(fcf_pri, next_fcf_pri,
2098 &phba->fcf.fcf_pri_list, list) {
2099 if (new_fcf_pri->fcf_rec.priority <=
2100 fcf_pri->fcf_rec.priority) {
2101 if (fcf_pri->list.prev == &phba->fcf.fcf_pri_list)
2102 list_add(&new_fcf_pri->list,
2103 &phba->fcf.fcf_pri_list);
2104 else
2105 list_add(&new_fcf_pri->list,
2106 &((struct lpfc_fcf_pri *)
2107 fcf_pri->list.prev)->list);
2108 ret = 0;
2109 goto out;
2110 } else if (fcf_pri->list.next == &phba->fcf.fcf_pri_list
2111 || new_fcf_pri->fcf_rec.priority <
2112 next_fcf_pri->fcf_rec.priority) {
2113 list_add(&new_fcf_pri->list, &fcf_pri->list);
2114 ret = 0;
2115 goto out;
2116 }
2117 if (new_fcf_pri->fcf_rec.priority > fcf_pri->fcf_rec.priority)
2118 continue;
2119
2120 }
2121 ret = 1;
2122out:
2123 /* we use = instead of |= to clear the FLOGI_FAILED flag. */
2124 new_fcf_pri->fcf_rec.flag = LPFC_FCF_ON_PRI_LIST;
2125 spin_unlock_irq(&phba->hbalock);
2126 return ret;
2127}
2128
2129/**
James Smart0c9ab6f2010-02-26 14:15:57 -05002130 * lpfc_mbx_cmpl_fcf_scan_read_fcf_rec - fcf scan read_fcf mbox cmpl handler.
2131 * @phba: pointer to lpfc hba data structure.
2132 * @mboxq: pointer to mailbox object.
2133 *
2134 * This function iterates through all the fcf records available in
2135 * HBA and chooses the optimal FCF record for discovery. After finding
2136 * the FCF for discovery it registers the FCF record and kicks start
2137 * discovery.
2138 * If FCF_IN_USE flag is set in currently used FCF, the routine tries to
2139 * use an FCF record which matches fabric name and mac address of the
2140 * currently used FCF record.
2141 * If the driver supports only one FCF, it will try to use the FCF record
2142 * used by BOOT_BIOS.
2143 */
2144void
2145lpfc_mbx_cmpl_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2146{
2147 struct fcf_record *new_fcf_record;
2148 uint32_t boot_flag, addr_mode;
2149 uint16_t fcf_index, next_fcf_index;
2150 struct lpfc_fcf_rec *fcf_rec = NULL;
2151 uint16_t vlan_id;
James Smart999d8132010-03-15 11:24:56 -04002152 bool select_new_fcf;
James Smart0c9ab6f2010-02-26 14:15:57 -05002153 int rc;
2154
2155 /* If there is pending FCoE event restart FCF table scan */
James Smarta93ff372010-10-22 11:06:08 -04002156 if (lpfc_check_pending_fcoe_event(phba, LPFC_SKIP_UNREG_FCF)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002157 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2158 return;
2159 }
2160
2161 /* Parse the FCF record from the non-embedded mailbox command */
2162 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
2163 &next_fcf_index);
2164 if (!new_fcf_record) {
James Smarta93ff372010-10-22 11:06:08 -04002165 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smart0c9ab6f2010-02-26 14:15:57 -05002166 "2765 Mailbox command READ_FCF_RECORD "
2167 "failed to retrieve a FCF record.\n");
2168 /* Let next new FCF event trigger fast failover */
2169 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002170 phba->hba_flag &= ~FCF_TS_INPROG;
James Smart0c9ab6f2010-02-26 14:15:57 -05002171 spin_unlock_irq(&phba->hbalock);
2172 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2173 return;
2174 }
2175
2176 /* Check the FCF record against the connection list */
James Smartecfd03c2010-02-12 14:41:27 -05002177 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2178 &addr_mode, &vlan_id);
James Smart0c9ab6f2010-02-26 14:15:57 -05002179
2180 /* Log the FCF record information if turned on */
2181 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2182 next_fcf_index);
2183
James Smart6fb120a2009-05-22 14:52:59 -04002184 /*
2185 * If the fcf record does not match with connect list entries
James Smart0c9ab6f2010-02-26 14:15:57 -05002186 * read the next entry; otherwise, this is an eligible FCF
James Smarta93ff372010-10-22 11:06:08 -04002187 * record for roundrobin FCF failover.
James Smart6fb120a2009-05-22 14:52:59 -04002188 */
James Smart0c9ab6f2010-02-26 14:15:57 -05002189 if (!rc) {
James Smart7d791df2011-07-22 18:37:52 -04002190 lpfc_sli4_fcf_pri_list_del(phba,
2191 bf_get(lpfc_fcf_record_fcf_index,
2192 new_fcf_record));
James Smart0c9ab6f2010-02-26 14:15:57 -05002193 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002194 "2781 FCF (x%x) failed connection "
James Smart26979ce2012-09-29 11:31:55 -04002195 "list check: (x%x/x%x/%x)\n",
James Smart0c9ab6f2010-02-26 14:15:57 -05002196 bf_get(lpfc_fcf_record_fcf_index,
2197 new_fcf_record),
2198 bf_get(lpfc_fcf_record_fcf_avail,
2199 new_fcf_record),
2200 bf_get(lpfc_fcf_record_fcf_valid,
James Smart26979ce2012-09-29 11:31:55 -04002201 new_fcf_record),
2202 bf_get(lpfc_fcf_record_fcf_sol,
James Smart0c9ab6f2010-02-26 14:15:57 -05002203 new_fcf_record));
James Smartdbb6b3a2010-06-08 18:31:37 -04002204 if ((phba->fcf.fcf_flag & FCF_IN_USE) &&
2205 lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec,
2206 new_fcf_record, LPFC_FCOE_IGNORE_VID)) {
James Smart5ac6b302010-10-22 11:05:36 -04002207 if (bf_get(lpfc_fcf_record_fcf_index, new_fcf_record) !=
2208 phba->fcf.current_rec.fcf_indx) {
2209 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
2210 "2862 FCF (x%x) matches property "
2211 "of in-use FCF (x%x)\n",
2212 bf_get(lpfc_fcf_record_fcf_index,
2213 new_fcf_record),
2214 phba->fcf.current_rec.fcf_indx);
2215 goto read_next_fcf;
2216 }
James Smartdbb6b3a2010-06-08 18:31:37 -04002217 /*
2218 * In case the current in-use FCF record becomes
2219 * invalid/unavailable during FCF discovery that
2220 * was not triggered by fast FCF failover process,
2221 * treat it as fast FCF failover.
2222 */
2223 if (!(phba->fcf.fcf_flag & FCF_REDISC_PEND) &&
2224 !(phba->fcf.fcf_flag & FCF_REDISC_FOV)) {
2225 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
2226 "2835 Invalid in-use FCF "
James Smarta93ff372010-10-22 11:06:08 -04002227 "(x%x), enter FCF failover "
2228 "table scan.\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002229 phba->fcf.current_rec.fcf_indx);
2230 spin_lock_irq(&phba->hbalock);
2231 phba->fcf.fcf_flag |= FCF_REDISC_FOV;
2232 spin_unlock_irq(&phba->hbalock);
2233 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2234 lpfc_sli4_fcf_scan_read_fcf_rec(phba,
2235 LPFC_FCOE_FCF_GET_FIRST);
2236 return;
2237 }
2238 }
James Smart6fb120a2009-05-22 14:52:59 -04002239 goto read_next_fcf;
James Smart0c9ab6f2010-02-26 14:15:57 -05002240 } else {
2241 fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
James Smart7d791df2011-07-22 18:37:52 -04002242 rc = lpfc_sli4_fcf_pri_list_add(phba, fcf_index,
2243 new_fcf_record);
James Smart0c9ab6f2010-02-26 14:15:57 -05002244 if (rc)
2245 goto read_next_fcf;
2246 }
2247
James Smart6fb120a2009-05-22 14:52:59 -04002248 /*
2249 * If this is not the first FCF discovery of the HBA, use last
James Smartecfd03c2010-02-12 14:41:27 -05002250 * FCF record for the discovery. The condition that a rescan
2251 * matches the in-use FCF record: fabric name, switch name, mac
2252 * address, and vlan_id.
James Smart6fb120a2009-05-22 14:52:59 -04002253 */
James Smart0c9ab6f2010-02-26 14:15:57 -05002254 spin_lock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002255 if (phba->fcf.fcf_flag & FCF_IN_USE) {
James Smart7d791df2011-07-22 18:37:52 -04002256 if (phba->cfg_fcf_failover_policy == LPFC_FCF_FOV &&
2257 lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec,
James Smartdbb6b3a2010-06-08 18:31:37 -04002258 new_fcf_record, vlan_id)) {
James Smart5ac6b302010-10-22 11:05:36 -04002259 if (bf_get(lpfc_fcf_record_fcf_index, new_fcf_record) ==
2260 phba->fcf.current_rec.fcf_indx) {
2261 phba->fcf.fcf_flag |= FCF_AVAILABLE;
2262 if (phba->fcf.fcf_flag & FCF_REDISC_PEND)
2263 /* Stop FCF redisc wait timer */
2264 __lpfc_sli4_stop_fcf_redisc_wait_timer(
2265 phba);
2266 else if (phba->fcf.fcf_flag & FCF_REDISC_FOV)
2267 /* Fast failover, mark completed */
2268 phba->fcf.fcf_flag &= ~FCF_REDISC_FOV;
2269 spin_unlock_irq(&phba->hbalock);
2270 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2271 "2836 New FCF matches in-use "
James Smart88f43a02013-04-17 20:19:44 -04002272 "FCF (x%x), port_state:x%x, "
2273 "fc_flag:x%x\n",
2274 phba->fcf.current_rec.fcf_indx,
2275 phba->pport->port_state,
2276 phba->pport->fc_flag);
James Smart5ac6b302010-10-22 11:05:36 -04002277 goto out;
2278 } else
2279 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
2280 "2863 New FCF (x%x) matches "
2281 "property of in-use FCF (x%x)\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002282 bf_get(lpfc_fcf_record_fcf_index,
James Smart5ac6b302010-10-22 11:05:36 -04002283 new_fcf_record),
2284 phba->fcf.current_rec.fcf_indx);
James Smart6fb120a2009-05-22 14:52:59 -04002285 }
James Smartecfd03c2010-02-12 14:41:27 -05002286 /*
2287 * Read next FCF record from HBA searching for the matching
2288 * with in-use record only if not during the fast failover
2289 * period. In case of fast failover period, it shall try to
2290 * determine whether the FCF record just read should be the
2291 * next candidate.
2292 */
2293 if (!(phba->fcf.fcf_flag & FCF_REDISC_FOV)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002294 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05002295 goto read_next_fcf;
2296 }
James Smart6fb120a2009-05-22 14:52:59 -04002297 }
James Smartecfd03c2010-02-12 14:41:27 -05002298 /*
2299 * Update on failover FCF record only if it's in FCF fast-failover
2300 * period; otherwise, update on current FCF record.
2301 */
James Smartfc2b9892010-02-26 14:15:29 -05002302 if (phba->fcf.fcf_flag & FCF_REDISC_FOV)
2303 fcf_rec = &phba->fcf.failover_rec;
2304 else
James Smartecfd03c2010-02-12 14:41:27 -05002305 fcf_rec = &phba->fcf.current_rec;
2306
James Smart6fb120a2009-05-22 14:52:59 -04002307 if (phba->fcf.fcf_flag & FCF_AVAILABLE) {
2308 /*
James Smartecfd03c2010-02-12 14:41:27 -05002309 * If the driver FCF record does not have boot flag
2310 * set and new hba fcf record has boot flag set, use
2311 * the new hba fcf record.
James Smart6fb120a2009-05-22 14:52:59 -04002312 */
James Smartecfd03c2010-02-12 14:41:27 -05002313 if (boot_flag && !(fcf_rec->flag & BOOT_ENABLE)) {
2314 /* Choose this FCF record */
James Smartdbb6b3a2010-06-08 18:31:37 -04002315 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2316 "2837 Update current FCF record "
2317 "(x%x) with new FCF record (x%x)\n",
2318 fcf_rec->fcf_indx,
2319 bf_get(lpfc_fcf_record_fcf_index,
2320 new_fcf_record));
James Smartecfd03c2010-02-12 14:41:27 -05002321 __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record,
2322 addr_mode, vlan_id, BOOT_ENABLE);
James Smart0c9ab6f2010-02-26 14:15:57 -05002323 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002324 goto read_next_fcf;
2325 }
2326 /*
James Smartecfd03c2010-02-12 14:41:27 -05002327 * If the driver FCF record has boot flag set and the
2328 * new hba FCF record does not have boot flag, read
2329 * the next FCF record.
James Smart6fb120a2009-05-22 14:52:59 -04002330 */
James Smartecfd03c2010-02-12 14:41:27 -05002331 if (!boot_flag && (fcf_rec->flag & BOOT_ENABLE)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002332 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002333 goto read_next_fcf;
2334 }
2335 /*
James Smartecfd03c2010-02-12 14:41:27 -05002336 * If the new hba FCF record has lower priority value
2337 * than the driver FCF record, use the new record.
James Smart6fb120a2009-05-22 14:52:59 -04002338 */
James Smartfc2b9892010-02-26 14:15:29 -05002339 if (new_fcf_record->fip_priority < fcf_rec->priority) {
James Smart999d8132010-03-15 11:24:56 -04002340 /* Choose the new FCF record with lower priority */
James Smartdbb6b3a2010-06-08 18:31:37 -04002341 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2342 "2838 Update current FCF record "
2343 "(x%x) with new FCF record (x%x)\n",
2344 fcf_rec->fcf_indx,
2345 bf_get(lpfc_fcf_record_fcf_index,
2346 new_fcf_record));
James Smartecfd03c2010-02-12 14:41:27 -05002347 __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record,
2348 addr_mode, vlan_id, 0);
James Smart999d8132010-03-15 11:24:56 -04002349 /* Reset running random FCF selection count */
2350 phba->fcf.eligible_fcf_cnt = 1;
2351 } else if (new_fcf_record->fip_priority == fcf_rec->priority) {
2352 /* Update running random FCF selection count */
2353 phba->fcf.eligible_fcf_cnt++;
2354 select_new_fcf = lpfc_sli4_new_fcf_random_select(phba,
2355 phba->fcf.eligible_fcf_cnt);
James Smartdbb6b3a2010-06-08 18:31:37 -04002356 if (select_new_fcf) {
2357 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2358 "2839 Update current FCF record "
2359 "(x%x) with new FCF record (x%x)\n",
2360 fcf_rec->fcf_indx,
2361 bf_get(lpfc_fcf_record_fcf_index,
2362 new_fcf_record));
James Smart999d8132010-03-15 11:24:56 -04002363 /* Choose the new FCF by random selection */
2364 __lpfc_update_fcf_record(phba, fcf_rec,
2365 new_fcf_record,
2366 addr_mode, vlan_id, 0);
James Smartdbb6b3a2010-06-08 18:31:37 -04002367 }
James Smart6fb120a2009-05-22 14:52:59 -04002368 }
James Smart0c9ab6f2010-02-26 14:15:57 -05002369 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002370 goto read_next_fcf;
2371 }
2372 /*
James Smartecfd03c2010-02-12 14:41:27 -05002373 * This is the first suitable FCF record, choose this record for
2374 * initial best-fit FCF.
James Smart6fb120a2009-05-22 14:52:59 -04002375 */
James Smartecfd03c2010-02-12 14:41:27 -05002376 if (fcf_rec) {
James Smartdbb6b3a2010-06-08 18:31:37 -04002377 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002378 "2840 Update initial FCF candidate "
2379 "with FCF (x%x)\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002380 bf_get(lpfc_fcf_record_fcf_index,
2381 new_fcf_record));
James Smartecfd03c2010-02-12 14:41:27 -05002382 __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record,
2383 addr_mode, vlan_id, (boot_flag ?
2384 BOOT_ENABLE : 0));
2385 phba->fcf.fcf_flag |= FCF_AVAILABLE;
James Smart999d8132010-03-15 11:24:56 -04002386 /* Setup initial running random FCF selection count */
2387 phba->fcf.eligible_fcf_cnt = 1;
James Smart6fb120a2009-05-22 14:52:59 -04002388 }
James Smart0c9ab6f2010-02-26 14:15:57 -05002389 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002390 goto read_next_fcf;
2391
2392read_next_fcf:
2393 lpfc_sli4_mbox_cmd_free(phba, mboxq);
James Smartecfd03c2010-02-12 14:41:27 -05002394 if (next_fcf_index == LPFC_FCOE_FCF_NEXT_NONE || next_fcf_index == 0) {
2395 if (phba->fcf.fcf_flag & FCF_REDISC_FOV) {
2396 /*
2397 * Case of FCF fast failover scan
2398 */
2399
2400 /*
2401 * It has not found any suitable FCF record, cancel
2402 * FCF scan inprogress, and do nothing
2403 */
2404 if (!(phba->fcf.failover_rec.flag & RECORD_VALID)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002405 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002406 "2782 No suitable FCF found: "
2407 "(x%x/x%x)\n",
James Smart0c9ab6f2010-02-26 14:15:57 -05002408 phba->fcoe_eventtag_at_fcf_scan,
2409 bf_get(lpfc_fcf_record_fcf_index,
2410 new_fcf_record));
James Smart0c9ab6f2010-02-26 14:15:57 -05002411 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002412 if (phba->hba_flag & HBA_DEVLOSS_TMO) {
2413 phba->hba_flag &= ~FCF_TS_INPROG;
2414 spin_unlock_irq(&phba->hbalock);
2415 /* Unregister in-use FCF and rescan */
2416 lpfc_printf_log(phba, KERN_INFO,
2417 LOG_FIP,
2418 "2864 On devloss tmo "
2419 "unreg in-use FCF and "
2420 "rescan FCF table\n");
2421 lpfc_unregister_fcf_rescan(phba);
2422 return;
2423 }
2424 /*
2425 * Let next new FCF event trigger fast failover
2426 */
2427 phba->hba_flag &= ~FCF_TS_INPROG;
James Smart0c9ab6f2010-02-26 14:15:57 -05002428 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05002429 return;
2430 }
2431 /*
2432 * It has found a suitable FCF record that is not
2433 * the same as in-use FCF record, unregister the
2434 * in-use FCF record, replace the in-use FCF record
2435 * with the new FCF record, mark FCF fast failover
2436 * completed, and then start register the new FCF
2437 * record.
2438 */
2439
James Smart0c9ab6f2010-02-26 14:15:57 -05002440 /* Unregister the current in-use FCF record */
James Smartecfd03c2010-02-12 14:41:27 -05002441 lpfc_unregister_fcf(phba);
James Smart0c9ab6f2010-02-26 14:15:57 -05002442
2443 /* Replace in-use record with the new record */
James Smartdbb6b3a2010-06-08 18:31:37 -04002444 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002445 "2842 Replace in-use FCF (x%x) "
2446 "with failover FCF (x%x)\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002447 phba->fcf.current_rec.fcf_indx,
2448 phba->fcf.failover_rec.fcf_indx);
James Smartecfd03c2010-02-12 14:41:27 -05002449 memcpy(&phba->fcf.current_rec,
2450 &phba->fcf.failover_rec,
2451 sizeof(struct lpfc_fcf_rec));
James Smart3804dc82010-07-14 15:31:37 -04002452 /*
2453 * Mark the fast FCF failover rediscovery completed
2454 * and the start of the first round of the roundrobin
2455 * FCF failover.
2456 */
James Smart0c9ab6f2010-02-26 14:15:57 -05002457 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002458 phba->fcf.fcf_flag &= ~FCF_REDISC_FOV;
James Smart0c9ab6f2010-02-26 14:15:57 -05002459 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05002460 /* Register to the new FCF record */
2461 lpfc_register_fcf(phba);
2462 } else {
2463 /*
2464 * In case of transaction period to fast FCF failover,
2465 * do nothing when search to the end of the FCF table.
2466 */
2467 if ((phba->fcf.fcf_flag & FCF_REDISC_EVT) ||
2468 (phba->fcf.fcf_flag & FCF_REDISC_PEND))
2469 return;
James Smartdbb6b3a2010-06-08 18:31:37 -04002470
James Smart7d791df2011-07-22 18:37:52 -04002471 if (phba->cfg_fcf_failover_policy == LPFC_FCF_FOV &&
2472 phba->fcf.fcf_flag & FCF_IN_USE) {
James Smartdbb6b3a2010-06-08 18:31:37 -04002473 /*
2474 * In case the current in-use FCF record no
2475 * longer existed during FCF discovery that
2476 * was not triggered by fast FCF failover
2477 * process, treat it as fast FCF failover.
2478 */
2479 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2480 "2841 In-use FCF record (x%x) "
2481 "not reported, entering fast "
2482 "FCF failover mode scanning.\n",
2483 phba->fcf.current_rec.fcf_indx);
2484 spin_lock_irq(&phba->hbalock);
2485 phba->fcf.fcf_flag |= FCF_REDISC_FOV;
2486 spin_unlock_irq(&phba->hbalock);
James Smartdbb6b3a2010-06-08 18:31:37 -04002487 lpfc_sli4_fcf_scan_read_fcf_rec(phba,
2488 LPFC_FCOE_FCF_GET_FIRST);
2489 return;
2490 }
James Smart0c9ab6f2010-02-26 14:15:57 -05002491 /* Register to the new FCF record */
James Smartecfd03c2010-02-12 14:41:27 -05002492 lpfc_register_fcf(phba);
2493 }
2494 } else
James Smart0c9ab6f2010-02-26 14:15:57 -05002495 lpfc_sli4_fcf_scan_read_fcf_rec(phba, next_fcf_index);
James Smart6fb120a2009-05-22 14:52:59 -04002496 return;
2497
2498out:
2499 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2500 lpfc_register_fcf(phba);
2501
2502 return;
2503}
2504
2505/**
James Smarta93ff372010-10-22 11:06:08 -04002506 * lpfc_mbx_cmpl_fcf_rr_read_fcf_rec - fcf roundrobin read_fcf mbox cmpl hdler
James Smart0c9ab6f2010-02-26 14:15:57 -05002507 * @phba: pointer to lpfc hba data structure.
2508 * @mboxq: pointer to mailbox object.
2509 *
James Smarta93ff372010-10-22 11:06:08 -04002510 * This is the callback function for FLOGI failure roundrobin FCF failover
James Smart0c9ab6f2010-02-26 14:15:57 -05002511 * read FCF record mailbox command from the eligible FCF record bmask for
2512 * performing the failover. If the FCF read back is not valid/available, it
2513 * fails through to retrying FLOGI to the currently registered FCF again.
2514 * Otherwise, if the FCF read back is valid and available, it will set the
2515 * newly read FCF record to the failover FCF record, unregister currently
2516 * registered FCF record, copy the failover FCF record to the current
2517 * FCF record, and then register the current FCF record before proceeding
2518 * to trying FLOGI on the new failover FCF.
2519 */
2520void
2521lpfc_mbx_cmpl_fcf_rr_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2522{
2523 struct fcf_record *new_fcf_record;
2524 uint32_t boot_flag, addr_mode;
James Smarta93ff372010-10-22 11:06:08 -04002525 uint16_t next_fcf_index, fcf_index;
James Smart0c9ab6f2010-02-26 14:15:57 -05002526 uint16_t current_fcf_index;
2527 uint16_t vlan_id;
James Smarta93ff372010-10-22 11:06:08 -04002528 int rc;
James Smart0c9ab6f2010-02-26 14:15:57 -05002529
James Smarta93ff372010-10-22 11:06:08 -04002530 /* If link state is not up, stop the roundrobin failover process */
James Smart0c9ab6f2010-02-26 14:15:57 -05002531 if (phba->link_state < LPFC_LINK_UP) {
2532 spin_lock_irq(&phba->hbalock);
2533 phba->fcf.fcf_flag &= ~FCF_DISCOVERY;
James Smarta93ff372010-10-22 11:06:08 -04002534 phba->hba_flag &= ~FCF_RR_INPROG;
James Smart0c9ab6f2010-02-26 14:15:57 -05002535 spin_unlock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002536 goto out;
James Smart0c9ab6f2010-02-26 14:15:57 -05002537 }
2538
2539 /* Parse the FCF record from the non-embedded mailbox command */
2540 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
2541 &next_fcf_index);
2542 if (!new_fcf_record) {
2543 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
2544 "2766 Mailbox command READ_FCF_RECORD "
James Smart646a2dd2013-12-17 20:29:22 -05002545 "failed to retrieve a FCF record. "
2546 "hba_flg x%x fcf_flg x%x\n", phba->hba_flag,
2547 phba->fcf.fcf_flag);
2548 lpfc_unregister_fcf_rescan(phba);
2549 goto out;
James Smart0c9ab6f2010-02-26 14:15:57 -05002550 }
2551
2552 /* Get the needed parameters from FCF record */
James Smarta93ff372010-10-22 11:06:08 -04002553 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2554 &addr_mode, &vlan_id);
James Smart0c9ab6f2010-02-26 14:15:57 -05002555
2556 /* Log the FCF record information if turned on */
2557 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2558 next_fcf_index);
2559
James Smarta93ff372010-10-22 11:06:08 -04002560 fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
2561 if (!rc) {
2562 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2563 "2848 Remove ineligible FCF (x%x) from "
2564 "from roundrobin bmask\n", fcf_index);
2565 /* Clear roundrobin bmask bit for ineligible FCF */
2566 lpfc_sli4_fcf_rr_index_clear(phba, fcf_index);
2567 /* Perform next round of roundrobin FCF failover */
2568 fcf_index = lpfc_sli4_fcf_rr_next_index_get(phba);
2569 rc = lpfc_sli4_fcf_rr_next_proc(phba->pport, fcf_index);
2570 if (rc)
2571 goto out;
2572 goto error_out;
2573 }
2574
2575 if (fcf_index == phba->fcf.current_rec.fcf_indx) {
2576 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2577 "2760 Perform FLOGI roundrobin FCF failover: "
2578 "FCF (x%x) back to FCF (x%x)\n",
2579 phba->fcf.current_rec.fcf_indx, fcf_index);
2580 /* Wait 500 ms before retrying FLOGI to current FCF */
2581 msleep(500);
James Smart76a95d72010-11-20 23:11:48 -05002582 lpfc_issue_init_vfi(phba->pport);
James Smarta93ff372010-10-22 11:06:08 -04002583 goto out;
2584 }
2585
James Smart0c9ab6f2010-02-26 14:15:57 -05002586 /* Upload new FCF record to the failover FCF record */
James Smartdbb6b3a2010-06-08 18:31:37 -04002587 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002588 "2834 Update current FCF (x%x) with new FCF (x%x)\n",
2589 phba->fcf.failover_rec.fcf_indx, fcf_index);
James Smart0c9ab6f2010-02-26 14:15:57 -05002590 spin_lock_irq(&phba->hbalock);
2591 __lpfc_update_fcf_record(phba, &phba->fcf.failover_rec,
2592 new_fcf_record, addr_mode, vlan_id,
2593 (boot_flag ? BOOT_ENABLE : 0));
2594 spin_unlock_irq(&phba->hbalock);
2595
2596 current_fcf_index = phba->fcf.current_rec.fcf_indx;
2597
2598 /* Unregister the current in-use FCF record */
2599 lpfc_unregister_fcf(phba);
2600
2601 /* Replace in-use record with the new record */
2602 memcpy(&phba->fcf.current_rec, &phba->fcf.failover_rec,
2603 sizeof(struct lpfc_fcf_rec));
2604
2605 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002606 "2783 Perform FLOGI roundrobin FCF failover: FCF "
2607 "(x%x) to FCF (x%x)\n", current_fcf_index, fcf_index);
James Smart0c9ab6f2010-02-26 14:15:57 -05002608
James Smarta93ff372010-10-22 11:06:08 -04002609error_out:
2610 lpfc_register_fcf(phba);
James Smart0c9ab6f2010-02-26 14:15:57 -05002611out:
2612 lpfc_sli4_mbox_cmd_free(phba, mboxq);
James Smart0c9ab6f2010-02-26 14:15:57 -05002613}
2614
2615/**
2616 * lpfc_mbx_cmpl_read_fcf_rec - read fcf completion handler.
2617 * @phba: pointer to lpfc hba data structure.
2618 * @mboxq: pointer to mailbox object.
2619 *
2620 * This is the callback function of read FCF record mailbox command for
James Smarta93ff372010-10-22 11:06:08 -04002621 * updating the eligible FCF bmask for FLOGI failure roundrobin FCF
James Smart0c9ab6f2010-02-26 14:15:57 -05002622 * failover when a new FCF event happened. If the FCF read back is
2623 * valid/available and it passes the connection list check, it updates
James Smarta93ff372010-10-22 11:06:08 -04002624 * the bmask for the eligible FCF record for roundrobin failover.
James Smart0c9ab6f2010-02-26 14:15:57 -05002625 */
2626void
2627lpfc_mbx_cmpl_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2628{
2629 struct fcf_record *new_fcf_record;
2630 uint32_t boot_flag, addr_mode;
2631 uint16_t fcf_index, next_fcf_index;
2632 uint16_t vlan_id;
2633 int rc;
2634
2635 /* If link state is not up, no need to proceed */
2636 if (phba->link_state < LPFC_LINK_UP)
2637 goto out;
2638
2639 /* If FCF discovery period is over, no need to proceed */
James Smart3804dc82010-07-14 15:31:37 -04002640 if (!(phba->fcf.fcf_flag & FCF_DISCOVERY))
James Smart0c9ab6f2010-02-26 14:15:57 -05002641 goto out;
2642
2643 /* Parse the FCF record from the non-embedded mailbox command */
2644 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
2645 &next_fcf_index);
2646 if (!new_fcf_record) {
2647 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2648 "2767 Mailbox command READ_FCF_RECORD "
2649 "failed to retrieve a FCF record.\n");
2650 goto out;
2651 }
2652
2653 /* Check the connection list for eligibility */
2654 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2655 &addr_mode, &vlan_id);
2656
2657 /* Log the FCF record information if turned on */
2658 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2659 next_fcf_index);
2660
2661 if (!rc)
2662 goto out;
2663
2664 /* Update the eligible FCF record index bmask */
2665 fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
James Smart7d791df2011-07-22 18:37:52 -04002666
2667 rc = lpfc_sli4_fcf_pri_list_add(phba, fcf_index, new_fcf_record);
James Smart0c9ab6f2010-02-26 14:15:57 -05002668
2669out:
2670 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2671}
2672
2673/**
James Smart76a95d72010-11-20 23:11:48 -05002674 * lpfc_init_vfi_cmpl - Completion handler for init_vfi mbox command.
2675 * @phba: pointer to lpfc hba data structure.
2676 * @mboxq: pointer to mailbox data structure.
2677 *
2678 * This function handles completion of init vfi mailbox command.
2679 */
Rashika Kheriab86a6752014-09-03 12:55:17 -04002680static void
James Smart76a95d72010-11-20 23:11:48 -05002681lpfc_init_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2682{
2683 struct lpfc_vport *vport = mboxq->vport;
2684
James Smartdf9e1b52011-12-13 13:22:17 -05002685 /*
2686 * VFI not supported on interface type 0, just do the flogi
2687 * Also continue if the VFI is in use - just use the same one.
2688 */
2689 if (mboxq->u.mb.mbxStatus &&
2690 (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) !=
2691 LPFC_SLI_INTF_IF_TYPE_0) &&
2692 mboxq->u.mb.mbxStatus != MBX_VFI_IN_USE) {
James Smart76a95d72010-11-20 23:11:48 -05002693 lpfc_printf_vlog(vport, KERN_ERR,
2694 LOG_MBOX,
2695 "2891 Init VFI mailbox failed 0x%x\n",
2696 mboxq->u.mb.mbxStatus);
2697 mempool_free(mboxq, phba->mbox_mem_pool);
2698 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
2699 return;
2700 }
James Smart73d91e52011-10-10 21:32:10 -04002701
James Smart76a95d72010-11-20 23:11:48 -05002702 lpfc_initial_flogi(vport);
2703 mempool_free(mboxq, phba->mbox_mem_pool);
2704 return;
2705}
2706
2707/**
2708 * lpfc_issue_init_vfi - Issue init_vfi mailbox command.
2709 * @vport: pointer to lpfc_vport data structure.
2710 *
2711 * This function issue a init_vfi mailbox command to initialize the VFI and
2712 * VPI for the physical port.
2713 */
2714void
2715lpfc_issue_init_vfi(struct lpfc_vport *vport)
2716{
2717 LPFC_MBOXQ_t *mboxq;
2718 int rc;
2719 struct lpfc_hba *phba = vport->phba;
2720
2721 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
2722 if (!mboxq) {
2723 lpfc_printf_vlog(vport, KERN_ERR,
2724 LOG_MBOX, "2892 Failed to allocate "
2725 "init_vfi mailbox\n");
2726 return;
2727 }
2728 lpfc_init_vfi(mboxq, vport);
2729 mboxq->mbox_cmpl = lpfc_init_vfi_cmpl;
2730 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
2731 if (rc == MBX_NOT_FINISHED) {
2732 lpfc_printf_vlog(vport, KERN_ERR,
2733 LOG_MBOX, "2893 Failed to issue init_vfi mailbox\n");
2734 mempool_free(mboxq, vport->phba->mbox_mem_pool);
2735 }
2736}
2737
2738/**
James Smart1c6834a2009-07-19 10:01:26 -04002739 * lpfc_init_vpi_cmpl - Completion handler for init_vpi mbox command.
2740 * @phba: pointer to lpfc hba data structure.
2741 * @mboxq: pointer to mailbox data structure.
2742 *
2743 * This function handles completion of init vpi mailbox command.
2744 */
James Smart695a8142010-01-26 23:08:03 -05002745void
James Smart1c6834a2009-07-19 10:01:26 -04002746lpfc_init_vpi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2747{
2748 struct lpfc_vport *vport = mboxq->vport;
James Smart695a8142010-01-26 23:08:03 -05002749 struct lpfc_nodelist *ndlp;
James Smart72100cc2010-02-12 14:43:01 -05002750 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
2751
James Smart1c6834a2009-07-19 10:01:26 -04002752 if (mboxq->u.mb.mbxStatus) {
2753 lpfc_printf_vlog(vport, KERN_ERR,
2754 LOG_MBOX,
2755 "2609 Init VPI mailbox failed 0x%x\n",
2756 mboxq->u.mb.mbxStatus);
2757 mempool_free(mboxq, phba->mbox_mem_pool);
2758 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
2759 return;
2760 }
James Smart72100cc2010-02-12 14:43:01 -05002761 spin_lock_irq(shost->host_lock);
James Smart1c6834a2009-07-19 10:01:26 -04002762 vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI;
James Smart72100cc2010-02-12 14:43:01 -05002763 spin_unlock_irq(shost->host_lock);
James Smart1c6834a2009-07-19 10:01:26 -04002764
James Smart695a8142010-01-26 23:08:03 -05002765 /* If this port is physical port or FDISC is done, do reg_vpi */
2766 if ((phba->pport == vport) || (vport->port_state == LPFC_FDISC)) {
2767 ndlp = lpfc_findnode_did(vport, Fabric_DID);
2768 if (!ndlp)
2769 lpfc_printf_vlog(vport, KERN_ERR,
2770 LOG_DISCOVERY,
2771 "2731 Cannot find fabric "
2772 "controller node\n");
2773 else
2774 lpfc_register_new_vport(phba, vport, ndlp);
2775 mempool_free(mboxq, phba->mbox_mem_pool);
2776 return;
2777 }
2778
James Smart1c6834a2009-07-19 10:01:26 -04002779 if (phba->link_flag & LS_NPIV_FAB_SUPPORTED)
2780 lpfc_initial_fdisc(vport);
2781 else {
2782 lpfc_vport_set_state(vport, FC_VPORT_NO_FABRIC_SUPP);
James Smart6a9c52c2009-10-02 15:16:51 -04002783 lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS,
2784 "2606 No NPIV Fabric support\n");
James Smart1c6834a2009-07-19 10:01:26 -04002785 }
James Smart695a8142010-01-26 23:08:03 -05002786 mempool_free(mboxq, phba->mbox_mem_pool);
James Smart1c6834a2009-07-19 10:01:26 -04002787 return;
2788}
2789
2790/**
James Smartecfd03c2010-02-12 14:41:27 -05002791 * lpfc_issue_init_vpi - Issue init_vpi mailbox command.
2792 * @vport: pointer to lpfc_vport data structure.
2793 *
2794 * This function issue a init_vpi mailbox command to initialize
2795 * VPI for the vport.
2796 */
2797void
2798lpfc_issue_init_vpi(struct lpfc_vport *vport)
2799{
2800 LPFC_MBOXQ_t *mboxq;
James Smart16a3a202013-04-17 20:14:38 -04002801 int rc, vpi;
2802
2803 if ((vport->port_type != LPFC_PHYSICAL_PORT) && (!vport->vpi)) {
2804 vpi = lpfc_alloc_vpi(vport->phba);
2805 if (!vpi) {
2806 lpfc_printf_vlog(vport, KERN_ERR,
2807 LOG_MBOX,
2808 "3303 Failed to obtain vport vpi\n");
2809 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
2810 return;
2811 }
2812 vport->vpi = vpi;
2813 }
James Smartecfd03c2010-02-12 14:41:27 -05002814
2815 mboxq = mempool_alloc(vport->phba->mbox_mem_pool, GFP_KERNEL);
2816 if (!mboxq) {
2817 lpfc_printf_vlog(vport, KERN_ERR,
2818 LOG_MBOX, "2607 Failed to allocate "
2819 "init_vpi mailbox\n");
2820 return;
2821 }
2822 lpfc_init_vpi(vport->phba, mboxq, vport->vpi);
2823 mboxq->vport = vport;
2824 mboxq->mbox_cmpl = lpfc_init_vpi_cmpl;
2825 rc = lpfc_sli_issue_mbox(vport->phba, mboxq, MBX_NOWAIT);
2826 if (rc == MBX_NOT_FINISHED) {
2827 lpfc_printf_vlog(vport, KERN_ERR,
2828 LOG_MBOX, "2608 Failed to issue init_vpi mailbox\n");
2829 mempool_free(mboxq, vport->phba->mbox_mem_pool);
2830 }
2831}
2832
2833/**
James Smart6fb120a2009-05-22 14:52:59 -04002834 * lpfc_start_fdiscs - send fdiscs for each vports on this port.
2835 * @phba: pointer to lpfc hba data structure.
2836 *
2837 * This function loops through the list of vports on the @phba and issues an
2838 * FDISC if possible.
2839 */
2840void
2841lpfc_start_fdiscs(struct lpfc_hba *phba)
2842{
2843 struct lpfc_vport **vports;
2844 int i;
2845
2846 vports = lpfc_create_vport_work_array(phba);
2847 if (vports != NULL) {
2848 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
2849 if (vports[i]->port_type == LPFC_PHYSICAL_PORT)
2850 continue;
2851 /* There are no vpi for this vport */
2852 if (vports[i]->vpi > phba->max_vpi) {
2853 lpfc_vport_set_state(vports[i],
2854 FC_VPORT_FAILED);
2855 continue;
2856 }
James Smart76a95d72010-11-20 23:11:48 -05002857 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart6fb120a2009-05-22 14:52:59 -04002858 lpfc_vport_set_state(vports[i],
2859 FC_VPORT_LINKDOWN);
2860 continue;
2861 }
James Smart1c6834a2009-07-19 10:01:26 -04002862 if (vports[i]->fc_flag & FC_VPORT_NEEDS_INIT_VPI) {
James Smartecfd03c2010-02-12 14:41:27 -05002863 lpfc_issue_init_vpi(vports[i]);
James Smart1c6834a2009-07-19 10:01:26 -04002864 continue;
2865 }
James Smart6fb120a2009-05-22 14:52:59 -04002866 if (phba->link_flag & LS_NPIV_FAB_SUPPORTED)
2867 lpfc_initial_fdisc(vports[i]);
2868 else {
2869 lpfc_vport_set_state(vports[i],
2870 FC_VPORT_NO_FABRIC_SUPP);
2871 lpfc_printf_vlog(vports[i], KERN_ERR,
2872 LOG_ELS,
2873 "0259 No NPIV "
2874 "Fabric support\n");
2875 }
2876 }
2877 }
2878 lpfc_destroy_vport_work_array(phba, vports);
2879}
2880
2881void
2882lpfc_mbx_cmpl_reg_vfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2883{
2884 struct lpfc_dmabuf *dmabuf = mboxq->context1;
2885 struct lpfc_vport *vport = mboxq->vport;
James Smart72100cc2010-02-12 14:43:01 -05002886 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart6fb120a2009-05-22 14:52:59 -04002887
James Smartf5eca9b2012-03-01 22:37:54 -05002888 /*
2889 * VFI not supported for interface type 0, so ignore any mailbox
2890 * error (except VFI in use) and continue with the discovery.
2891 */
2892 if (mboxq->u.mb.mbxStatus &&
2893 (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) !=
2894 LPFC_SLI_INTF_IF_TYPE_0) &&
2895 mboxq->u.mb.mbxStatus != MBX_VFI_IN_USE) {
James Smart6fb120a2009-05-22 14:52:59 -04002896 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
2897 "2018 REG_VFI mbxStatus error x%x "
2898 "HBA state x%x\n",
2899 mboxq->u.mb.mbxStatus, vport->port_state);
James Smart76a95d72010-11-20 23:11:48 -05002900 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart6fb120a2009-05-22 14:52:59 -04002901 /* FLOGI failed, use loop map to make discovery list */
2902 lpfc_disc_list_loopmap(vport);
2903 /* Start discovery */
2904 lpfc_disc_start(vport);
James Smart1b511972011-12-13 13:23:09 -05002905 goto out_free_mem;
James Smart6fb120a2009-05-22 14:52:59 -04002906 }
2907 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smart1b511972011-12-13 13:23:09 -05002908 goto out_free_mem;
James Smart6fb120a2009-05-22 14:52:59 -04002909 }
James Smartae05ebe2013-03-01 16:35:38 -05002910
James Smarte74c03c2013-04-17 20:15:19 -04002911 /* If the VFI is already registered, there is nothing else to do
2912 * Unless this was a VFI update and we are in PT2PT mode, then
2913 * we should drop through to set the port state to ready.
2914 */
James Smartae05ebe2013-03-01 16:35:38 -05002915 if (vport->fc_flag & FC_VFI_REGISTERED)
James Smarte74c03c2013-04-17 20:15:19 -04002916 if (!(phba->sli_rev == LPFC_SLI_REV4 &&
2917 vport->fc_flag & FC_PT2PT))
2918 goto out_free_mem;
James Smartae05ebe2013-03-01 16:35:38 -05002919
James Smartc8685952009-11-18 15:39:16 -05002920 /* The VPI is implicitly registered when the VFI is registered */
James Smart72100cc2010-02-12 14:43:01 -05002921 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05002922 vport->vpi_state |= LPFC_VPI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05002923 vport->fc_flag |= FC_VFI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05002924 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
James Smart5248a742011-07-22 18:37:06 -04002925 vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI;
James Smart72100cc2010-02-12 14:43:01 -05002926 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04002927
James Smart1b511972011-12-13 13:23:09 -05002928 /* In case SLI4 FC loopback test, we are ready */
2929 if ((phba->sli_rev == LPFC_SLI_REV4) &&
2930 (phba->link_flag & LS_LOOPBACK_MODE)) {
2931 phba->link_state = LPFC_HBA_READY;
2932 goto out_free_mem;
2933 }
2934
James Smarte74c03c2013-04-17 20:15:19 -04002935 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
2936 "3313 cmpl reg vfi port_state:%x fc_flag:%x myDid:%x "
2937 "alpacnt:%d LinkState:%x topology:%x\n",
2938 vport->port_state, vport->fc_flag, vport->fc_myDID,
2939 vport->phba->alpa_map[0],
2940 phba->link_state, phba->fc_topology);
2941
James Smart6fb120a2009-05-22 14:52:59 -04002942 if (vport->port_state == LPFC_FABRIC_CFG_LINK) {
James Smart939723a2012-05-09 21:19:03 -04002943 /*
2944 * For private loop or for NPort pt2pt,
2945 * just start discovery and we are done.
2946 */
2947 if ((vport->fc_flag & FC_PT2PT) ||
2948 ((phba->fc_topology == LPFC_TOPOLOGY_LOOP) &&
2949 !(vport->fc_flag & FC_PUBLIC_LOOP))) {
2950
James Smart76a95d72010-11-20 23:11:48 -05002951 /* Use loop map to make discovery list */
2952 lpfc_disc_list_loopmap(vport);
2953 /* Start discovery */
James Smarte74c03c2013-04-17 20:15:19 -04002954 if (vport->fc_flag & FC_PT2PT)
2955 vport->port_state = LPFC_VPORT_READY;
2956 else
2957 lpfc_disc_start(vport);
James Smart76a95d72010-11-20 23:11:48 -05002958 } else {
2959 lpfc_start_fdiscs(phba);
2960 lpfc_do_scr_ns_plogi(phba, vport);
2961 }
James Smart6fb120a2009-05-22 14:52:59 -04002962 }
2963
James Smart1b511972011-12-13 13:23:09 -05002964out_free_mem:
James Smart6fb120a2009-05-22 14:52:59 -04002965 mempool_free(mboxq, phba->mbox_mem_pool);
James Smartd6de08c2015-12-16 18:11:53 -05002966 if (dmabuf) {
2967 lpfc_mbuf_free(phba, dmabuf->virt, dmabuf->phys);
2968 kfree(dmabuf);
2969 }
James Smart6fb120a2009-05-22 14:52:59 -04002970 return;
2971}
2972
2973static void
James Smart2e0fef82007-06-17 19:56:36 -05002974lpfc_mbx_cmpl_read_sparam(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05002975{
James Smart6fb120a2009-05-22 14:52:59 -04002976 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05002977 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1;
James Smart2e0fef82007-06-17 19:56:36 -05002978 struct lpfc_vport *vport = pmb->vport;
James Smart21bf0b92015-08-31 16:48:21 -04002979 struct serv_parm *sp = &vport->fc_sparam;
2980 uint32_t ed_tov;
dea31012005-04-17 16:05:31 -05002981
2982 /* Check for error */
2983 if (mb->mbxStatus) {
2984 /* READ_SPARAM mbox error <mbxStatus> state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04002985 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
2986 "0319 READ_SPARAM mbxStatus error x%x "
2987 "hba state x%x>\n",
2988 mb->mbxStatus, vport->port_state);
dea31012005-04-17 16:05:31 -05002989 lpfc_linkdown(phba);
dea31012005-04-17 16:05:31 -05002990 goto out;
2991 }
2992
James Smart2e0fef82007-06-17 19:56:36 -05002993 memcpy((uint8_t *) &vport->fc_sparam, (uint8_t *) mp->virt,
dea31012005-04-17 16:05:31 -05002994 sizeof (struct serv_parm));
James Smart21bf0b92015-08-31 16:48:21 -04002995
2996 ed_tov = be32_to_cpu(sp->cmn.e_d_tov);
2997 if (sp->cmn.edtovResolution) /* E_D_TOV ticks are in nanoseconds */
2998 ed_tov = (ed_tov + 999999) / 1000000;
2999
3000 phba->fc_edtov = ed_tov;
3001 phba->fc_ratov = (2 * ed_tov) / 1000;
3002 if (phba->fc_ratov < FF_DEF_RATOV) {
3003 /* RA_TOV should be atleast 10sec for initial flogi */
3004 phba->fc_ratov = FF_DEF_RATOV;
3005 }
3006
James Smart05580562011-05-24 11:40:48 -04003007 lpfc_update_vport_wwn(vport);
James Smart92d7f7b2007-06-17 19:56:38 -05003008 if (vport->port_type == LPFC_PHYSICAL_PORT) {
3009 memcpy(&phba->wwnn, &vport->fc_nodename, sizeof(phba->wwnn));
3010 memcpy(&phba->wwpn, &vport->fc_portname, sizeof(phba->wwnn));
3011 }
3012
dea31012005-04-17 16:05:31 -05003013 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3014 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05003015 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003016 return;
3017
3018out:
3019 pmb->context1 = NULL;
3020 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3021 kfree(mp);
James Smart92d7f7b2007-06-17 19:56:38 -05003022 lpfc_issue_clear_la(phba, vport);
3023 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003024 return;
3025}
3026
3027static void
James Smart76a95d72010-11-20 23:11:48 -05003028lpfc_mbx_process_link_up(struct lpfc_hba *phba, struct lpfc_mbx_read_top *la)
dea31012005-04-17 16:05:31 -05003029{
James Smart92d7f7b2007-06-17 19:56:38 -05003030 struct lpfc_vport *vport = phba->pport;
James Smart6fb120a2009-05-22 14:52:59 -04003031 LPFC_MBOXQ_t *sparam_mbox, *cfglink_mbox = NULL;
James Smartdf9e1b52011-12-13 13:22:17 -05003032 struct Scsi_Host *shost;
James Smart2e0fef82007-06-17 19:56:36 -05003033 int i;
James Smart14691152006-12-02 13:34:28 -05003034 struct lpfc_dmabuf *mp;
3035 int rc;
James Smart6fb120a2009-05-22 14:52:59 -04003036 struct fcf_record *fcf_record;
James Smart38c20672013-03-01 16:37:44 -05003037 uint32_t fc_flags = 0;
James Smart14691152006-12-02 13:34:28 -05003038
James Smart92d7f7b2007-06-17 19:56:38 -05003039 spin_lock_irq(&phba->hbalock);
James Smart76a95d72010-11-20 23:11:48 -05003040 switch (bf_get(lpfc_mbx_read_top_link_spd, la)) {
3041 case LPFC_LINK_SPEED_1GHZ:
3042 case LPFC_LINK_SPEED_2GHZ:
3043 case LPFC_LINK_SPEED_4GHZ:
3044 case LPFC_LINK_SPEED_8GHZ:
3045 case LPFC_LINK_SPEED_10GHZ:
3046 case LPFC_LINK_SPEED_16GHZ:
James Smartd38dd522015-08-31 16:48:17 -04003047 case LPFC_LINK_SPEED_32GHZ:
James Smart76a95d72010-11-20 23:11:48 -05003048 phba->fc_linkspeed = bf_get(lpfc_mbx_read_top_link_spd, la);
James Smartf4b4c682009-05-22 14:53:12 -04003049 break;
James Smart92d7f7b2007-06-17 19:56:38 -05003050 default:
James Smart76a95d72010-11-20 23:11:48 -05003051 phba->fc_linkspeed = LPFC_LINK_SPEED_UNKNOWN;
James Smart92d7f7b2007-06-17 19:56:38 -05003052 break;
dea31012005-04-17 16:05:31 -05003053 }
3054
James Smarte74c03c2013-04-17 20:15:19 -04003055 if (phba->fc_topology &&
3056 phba->fc_topology != bf_get(lpfc_mbx_read_top_topology, la)) {
3057 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
3058 "3314 Toplogy changed was 0x%x is 0x%x\n",
3059 phba->fc_topology,
3060 bf_get(lpfc_mbx_read_top_topology, la));
3061 phba->fc_topology_changed = 1;
3062 }
3063
James Smart76a95d72010-11-20 23:11:48 -05003064 phba->fc_topology = bf_get(lpfc_mbx_read_top_topology, la);
James Smart92d7f7b2007-06-17 19:56:38 -05003065 phba->link_flag &= ~LS_NPIV_FAB_SUPPORTED;
dea31012005-04-17 16:05:31 -05003066
James Smartdf9e1b52011-12-13 13:22:17 -05003067 shost = lpfc_shost_from_vport(vport);
James Smart76a95d72010-11-20 23:11:48 -05003068 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05003069 phba->sli3_options &= ~LPFC_SLI3_NPIV_ENABLED;
dea31012005-04-17 16:05:31 -05003070
James Smart6a9c52c2009-10-02 15:16:51 -04003071 /* if npiv is enabled and this adapter supports npiv log
3072 * a message that npiv is not supported in this topology
3073 */
3074 if (phba->cfg_enable_npiv && phba->max_vpi)
James Smart495a7142008-06-14 22:52:59 -04003075 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3076 "1309 Link Up Event npiv not supported in loop "
3077 "topology\n");
James Smart92d7f7b2007-06-17 19:56:38 -05003078 /* Get Loop Map information */
James Smart38c20672013-03-01 16:37:44 -05003079 if (bf_get(lpfc_mbx_read_top_il, la))
3080 fc_flags |= FC_LBIT;
dea31012005-04-17 16:05:31 -05003081
James Smart76a95d72010-11-20 23:11:48 -05003082 vport->fc_myDID = bf_get(lpfc_mbx_read_top_alpa_granted, la);
3083 i = la->lilpBde64.tus.f.bdeSize;
dea31012005-04-17 16:05:31 -05003084
3085 if (i == 0) {
3086 phba->alpa_map[0] = 0;
3087 } else {
James Smarte8b62012007-08-02 11:10:09 -04003088 if (vport->cfg_log_verbose & LOG_LINK_EVENT) {
dea31012005-04-17 16:05:31 -05003089 int numalpa, j, k;
3090 union {
3091 uint8_t pamap[16];
3092 struct {
3093 uint32_t wd1;
3094 uint32_t wd2;
3095 uint32_t wd3;
3096 uint32_t wd4;
3097 } pa;
3098 } un;
3099 numalpa = phba->alpa_map[0];
3100 j = 0;
3101 while (j < numalpa) {
3102 memset(un.pamap, 0, 16);
3103 for (k = 1; j < numalpa; k++) {
3104 un.pamap[k - 1] =
3105 phba->alpa_map[j + 1];
3106 j++;
3107 if (k == 16)
3108 break;
3109 }
3110 /* Link Up Event ALPA map */
3111 lpfc_printf_log(phba,
James Smart92d7f7b2007-06-17 19:56:38 -05003112 KERN_WARNING,
3113 LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003114 "1304 Link Up Event "
James Smart92d7f7b2007-06-17 19:56:38 -05003115 "ALPA map Data: x%x "
3116 "x%x x%x x%x\n",
James Smart92d7f7b2007-06-17 19:56:38 -05003117 un.pa.wd1, un.pa.wd2,
3118 un.pa.wd3, un.pa.wd4);
dea31012005-04-17 16:05:31 -05003119 }
3120 }
3121 }
3122 } else {
James Smart92d7f7b2007-06-17 19:56:38 -05003123 if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)) {
James Smart78b2d852007-08-02 11:10:21 -04003124 if (phba->max_vpi && phba->cfg_enable_npiv &&
James Smartdf9e1b52011-12-13 13:22:17 -05003125 (phba->sli_rev >= LPFC_SLI_REV3))
James Smart92d7f7b2007-06-17 19:56:38 -05003126 phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED;
3127 }
James Smart2e0fef82007-06-17 19:56:36 -05003128 vport->fc_myDID = phba->fc_pref_DID;
James Smart38c20672013-03-01 16:37:44 -05003129 fc_flags |= FC_LBIT;
dea31012005-04-17 16:05:31 -05003130 }
James Smart92d7f7b2007-06-17 19:56:38 -05003131 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003132
James Smart38c20672013-03-01 16:37:44 -05003133 if (fc_flags) {
3134 spin_lock_irq(shost->host_lock);
3135 vport->fc_flag |= fc_flags;
3136 spin_unlock_irq(shost->host_lock);
3137 }
3138
dea31012005-04-17 16:05:31 -05003139 lpfc_linkup(phba);
James Smart9f1177a2010-02-26 14:12:57 -05003140 sparam_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3141 if (!sparam_mbox)
3142 goto out;
3143
3144 rc = lpfc_read_sparam(phba, sparam_mbox, 0);
3145 if (rc) {
3146 mempool_free(sparam_mbox, phba->mbox_mem_pool);
3147 goto out;
3148 }
3149 sparam_mbox->vport = vport;
3150 sparam_mbox->mbox_cmpl = lpfc_mbx_cmpl_read_sparam;
3151 rc = lpfc_sli_issue_mbox(phba, sparam_mbox, MBX_NOWAIT);
3152 if (rc == MBX_NOT_FINISHED) {
3153 mp = (struct lpfc_dmabuf *) sparam_mbox->context1;
3154 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3155 kfree(mp);
3156 mempool_free(sparam_mbox, phba->mbox_mem_pool);
3157 goto out;
dea31012005-04-17 16:05:31 -05003158 }
3159
James Smart76a95d72010-11-20 23:11:48 -05003160 if (!(phba->hba_flag & HBA_FCOE_MODE)) {
James Smart6fb120a2009-05-22 14:52:59 -04003161 cfglink_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3162 if (!cfglink_mbox)
3163 goto out;
James Smart2e0fef82007-06-17 19:56:36 -05003164 vport->port_state = LPFC_LOCAL_CFG_LINK;
dea31012005-04-17 16:05:31 -05003165 lpfc_config_link(phba, cfglink_mbox);
James Smart2e0fef82007-06-17 19:56:36 -05003166 cfglink_mbox->vport = vport;
Jamie Wellnitz25594c62006-02-28 19:25:34 -05003167 cfglink_mbox->mbox_cmpl = lpfc_mbx_cmpl_local_config_link;
James Smart0b727fe2007-10-27 13:37:25 -04003168 rc = lpfc_sli_issue_mbox(phba, cfglink_mbox, MBX_NOWAIT);
James Smart6fb120a2009-05-22 14:52:59 -04003169 if (rc == MBX_NOT_FINISHED) {
3170 mempool_free(cfglink_mbox, phba->mbox_mem_pool);
3171 goto out;
3172 }
3173 } else {
James Smart32b97932009-07-19 10:01:21 -04003174 vport->port_state = LPFC_VPORT_UNKNOWN;
James Smart6fb120a2009-05-22 14:52:59 -04003175 /*
3176 * Add the driver's default FCF record at FCF index 0 now. This
3177 * is phase 1 implementation that support FCF index 0 and driver
3178 * defaults.
3179 */
James Smart45ed1192009-10-02 15:17:02 -04003180 if (!(phba->hba_flag & HBA_FIP_SUPPORT)) {
James Smart6fb120a2009-05-22 14:52:59 -04003181 fcf_record = kzalloc(sizeof(struct fcf_record),
3182 GFP_KERNEL);
3183 if (unlikely(!fcf_record)) {
3184 lpfc_printf_log(phba, KERN_ERR,
3185 LOG_MBOX | LOG_SLI,
Uwe Kleine-Königb5950762010-11-01 15:38:34 -04003186 "2554 Could not allocate memory for "
James Smart6fb120a2009-05-22 14:52:59 -04003187 "fcf record\n");
3188 rc = -ENODEV;
3189 goto out;
3190 }
3191
3192 lpfc_sli4_build_dflt_fcf_record(phba, fcf_record,
3193 LPFC_FCOE_FCF_DEF_INDEX);
3194 rc = lpfc_sli4_add_fcf_record(phba, fcf_record);
3195 if (unlikely(rc)) {
3196 lpfc_printf_log(phba, KERN_ERR,
3197 LOG_MBOX | LOG_SLI,
3198 "2013 Could not manually add FCF "
3199 "record 0, status %d\n", rc);
3200 rc = -ENODEV;
3201 kfree(fcf_record);
3202 goto out;
3203 }
3204 kfree(fcf_record);
3205 }
3206 /*
3207 * The driver is expected to do FIP/FCF. Call the port
3208 * and get the FCF Table.
3209 */
James Smart32b97932009-07-19 10:01:21 -04003210 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04003211 if (phba->hba_flag & FCF_TS_INPROG) {
James Smart32b97932009-07-19 10:01:21 -04003212 spin_unlock_irq(&phba->hbalock);
3213 return;
3214 }
James Smart0c9ab6f2010-02-26 14:15:57 -05003215 /* This is the initial FCF discovery scan */
3216 phba->fcf.fcf_flag |= FCF_INIT_DISC;
James Smart32b97932009-07-19 10:01:21 -04003217 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05003218 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
3219 "2778 Start FCF table scan at linkup\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05003220 rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba,
3221 LPFC_FCOE_FCF_GET_FIRST);
3222 if (rc) {
3223 spin_lock_irq(&phba->hbalock);
3224 phba->fcf.fcf_flag &= ~FCF_INIT_DISC;
3225 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04003226 goto out;
James Smart0c9ab6f2010-02-26 14:15:57 -05003227 }
James Smart38b92ef2010-08-04 16:11:39 -04003228 /* Reset FCF roundrobin bmask for new discovery */
James Smart7d791df2011-07-22 18:37:52 -04003229 lpfc_sli4_clear_fcf_rr_bmask(phba);
dea31012005-04-17 16:05:31 -05003230 }
James Smart6fb120a2009-05-22 14:52:59 -04003231
3232 return;
James Smart92d7f7b2007-06-17 19:56:38 -05003233out:
3234 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smarte8b62012007-08-02 11:10:09 -04003235 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
3236 "0263 Discovery Mailbox error: state: 0x%x : %p %p\n",
3237 vport->port_state, sparam_mbox, cfglink_mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05003238 lpfc_issue_clear_la(phba, vport);
3239 return;
dea31012005-04-17 16:05:31 -05003240}
3241
3242static void
James Smart84774a42008-08-24 21:50:06 -04003243lpfc_enable_la(struct lpfc_hba *phba)
James Smart2e0fef82007-06-17 19:56:36 -05003244{
dea31012005-04-17 16:05:31 -05003245 uint32_t control;
3246 struct lpfc_sli *psli = &phba->sli;
James Smart2e0fef82007-06-17 19:56:36 -05003247 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003248 psli->sli_flag |= LPFC_PROCESS_LA;
James Smart3772a992009-05-22 14:50:54 -04003249 if (phba->sli_rev <= LPFC_SLI_REV3) {
3250 control = readl(phba->HCregaddr);
3251 control |= HC_LAINT_ENA;
3252 writel(control, phba->HCregaddr);
3253 readl(phba->HCregaddr); /* flush */
3254 }
James Smart2e0fef82007-06-17 19:56:36 -05003255 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003256}
3257
James Smart84774a42008-08-24 21:50:06 -04003258static void
3259lpfc_mbx_issue_link_down(struct lpfc_hba *phba)
3260{
3261 lpfc_linkdown(phba);
3262 lpfc_enable_la(phba);
James Smart6fb120a2009-05-22 14:52:59 -04003263 lpfc_unregister_unused_fcf(phba);
James Smart84774a42008-08-24 21:50:06 -04003264 /* turn on Link Attention interrupts - no CLEAR_LA needed */
3265}
3266
3267
dea31012005-04-17 16:05:31 -05003268/*
James Smart76a95d72010-11-20 23:11:48 -05003269 * This routine handles processing a READ_TOPOLOGY mailbox
dea31012005-04-17 16:05:31 -05003270 * command upon completion. It is setup in the LPFC_MBOXQ
3271 * as the completion routine when the command is
3272 * handed off to the SLI layer.
3273 */
3274void
James Smart76a95d72010-11-20 23:11:48 -05003275lpfc_mbx_cmpl_read_topology(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003276{
James Smart2e0fef82007-06-17 19:56:36 -05003277 struct lpfc_vport *vport = pmb->vport;
3278 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart76a95d72010-11-20 23:11:48 -05003279 struct lpfc_mbx_read_top *la;
James Smart04c68492009-05-22 14:52:52 -04003280 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05003281 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
3282
James Smart0d2b6b82008-06-14 22:52:47 -04003283 /* Unblock ELS traffic */
3284 phba->sli.ring[LPFC_ELS_RING].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -05003285 /* Check for error */
3286 if (mb->mbxStatus) {
James Smarted957682007-06-17 19:56:37 -05003287 lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003288 "1307 READ_LA mbox error x%x state x%x\n",
3289 mb->mbxStatus, vport->port_state);
dea31012005-04-17 16:05:31 -05003290 lpfc_mbx_issue_link_down(phba);
James Smart2e0fef82007-06-17 19:56:36 -05003291 phba->link_state = LPFC_HBA_ERROR;
James Smart76a95d72010-11-20 23:11:48 -05003292 goto lpfc_mbx_cmpl_read_topology_free_mbuf;
dea31012005-04-17 16:05:31 -05003293 }
3294
James Smart76a95d72010-11-20 23:11:48 -05003295 la = (struct lpfc_mbx_read_top *) &pmb->u.mb.un.varReadTop;
dea31012005-04-17 16:05:31 -05003296
3297 memcpy(&phba->alpa_map[0], mp->virt, 128);
3298
James Smart2e0fef82007-06-17 19:56:36 -05003299 spin_lock_irq(shost->host_lock);
James Smart76a95d72010-11-20 23:11:48 -05003300 if (bf_get(lpfc_mbx_read_top_pb, la))
James Smart2e0fef82007-06-17 19:56:36 -05003301 vport->fc_flag |= FC_BYPASSED_MODE;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05003302 else
James Smart2e0fef82007-06-17 19:56:36 -05003303 vport->fc_flag &= ~FC_BYPASSED_MODE;
3304 spin_unlock_irq(shost->host_lock);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05003305
James Smartbe0c0082013-03-01 16:38:14 -05003306 if (phba->fc_eventTag <= la->eventTag) {
dea31012005-04-17 16:05:31 -05003307 phba->fc_stat.LinkMultiEvent++;
James Smart76a95d72010-11-20 23:11:48 -05003308 if (bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP)
dea31012005-04-17 16:05:31 -05003309 if (phba->fc_eventTag != 0)
3310 lpfc_linkdown(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05003311 }
dea31012005-04-17 16:05:31 -05003312
3313 phba->fc_eventTag = la->eventTag;
James Smartbe0c0082013-03-01 16:38:14 -05003314 if (phba->sli_rev < LPFC_SLI_REV4) {
3315 spin_lock_irq(&phba->hbalock);
3316 if (bf_get(lpfc_mbx_read_top_mm, la))
3317 phba->sli.sli_flag |= LPFC_MENLO_MAINT;
3318 else
3319 phba->sli.sli_flag &= ~LPFC_MENLO_MAINT;
3320 spin_unlock_irq(&phba->hbalock);
3321 }
dea31012005-04-17 16:05:31 -05003322
James Smart4d9ab992009-10-02 15:16:39 -04003323 phba->link_events++;
James Smart76a95d72010-11-20 23:11:48 -05003324 if ((bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP) &&
James Smartbe0c0082013-03-01 16:38:14 -05003325 !(phba->sli.sli_flag & LPFC_MENLO_MAINT)) {
dea31012005-04-17 16:05:31 -05003326 phba->fc_stat.LinkUp++;
James Smart2e0fef82007-06-17 19:56:36 -05003327 if (phba->link_flag & LS_LOOPBACK_MODE) {
James Smart3163f722008-02-08 18:50:25 -05003328 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003329 "1306 Link Up Event in loop back mode "
3330 "x%x received Data: x%x x%x x%x x%x\n",
3331 la->eventTag, phba->fc_eventTag,
James Smart76a95d72010-11-20 23:11:48 -05003332 bf_get(lpfc_mbx_read_top_alpa_granted,
3333 la),
3334 bf_get(lpfc_mbx_read_top_link_spd, la),
James Smarte8b62012007-08-02 11:10:09 -04003335 phba->alpa_map[0]);
James Smart5b8bd0c2007-04-25 09:52:49 -04003336 } else {
3337 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003338 "1303 Link Up Event x%x received "
James Smart84774a42008-08-24 21:50:06 -04003339 "Data: x%x x%x x%x x%x x%x x%x %d\n",
James Smarte8b62012007-08-02 11:10:09 -04003340 la->eventTag, phba->fc_eventTag,
James Smart76a95d72010-11-20 23:11:48 -05003341 bf_get(lpfc_mbx_read_top_alpa_granted,
3342 la),
3343 bf_get(lpfc_mbx_read_top_link_spd, la),
James Smart84774a42008-08-24 21:50:06 -04003344 phba->alpa_map[0],
James Smart76a95d72010-11-20 23:11:48 -05003345 bf_get(lpfc_mbx_read_top_mm, la),
3346 bf_get(lpfc_mbx_read_top_fa, la),
James Smart84774a42008-08-24 21:50:06 -04003347 phba->wait_4_mlo_maint_flg);
James Smart5b8bd0c2007-04-25 09:52:49 -04003348 }
James Smart92d7f7b2007-06-17 19:56:38 -05003349 lpfc_mbx_process_link_up(phba, la);
James Smart76a95d72010-11-20 23:11:48 -05003350 } else if (bf_get(lpfc_mbx_read_top_att_type, la) ==
3351 LPFC_ATT_LINK_DOWN) {
dea31012005-04-17 16:05:31 -05003352 phba->fc_stat.LinkDown++;
James Smart1b511972011-12-13 13:23:09 -05003353 if (phba->link_flag & LS_LOOPBACK_MODE)
James Smart3163f722008-02-08 18:50:25 -05003354 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3355 "1308 Link Down Event in loop back mode "
3356 "x%x received "
3357 "Data: x%x x%x x%x\n",
3358 la->eventTag, phba->fc_eventTag,
3359 phba->pport->port_state, vport->fc_flag);
James Smart1b511972011-12-13 13:23:09 -05003360 else
James Smart3163f722008-02-08 18:50:25 -05003361 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003362 "1305 Link Down Event x%x received "
James Smart84774a42008-08-24 21:50:06 -04003363 "Data: x%x x%x x%x x%x x%x\n",
3364 la->eventTag, phba->fc_eventTag,
3365 phba->pport->port_state, vport->fc_flag,
James Smart76a95d72010-11-20 23:11:48 -05003366 bf_get(lpfc_mbx_read_top_mm, la),
3367 bf_get(lpfc_mbx_read_top_fa, la));
James Smart84774a42008-08-24 21:50:06 -04003368 lpfc_mbx_issue_link_down(phba);
3369 }
James Smartbe0c0082013-03-01 16:38:14 -05003370 if ((phba->sli.sli_flag & LPFC_MENLO_MAINT) &&
3371 ((bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP))) {
James Smart84774a42008-08-24 21:50:06 -04003372 if (phba->link_state != LPFC_LINK_DOWN) {
3373 phba->fc_stat.LinkDown++;
3374 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3375 "1312 Link Down Event x%x received "
dea31012005-04-17 16:05:31 -05003376 "Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04003377 la->eventTag, phba->fc_eventTag,
James Smart2e0fef82007-06-17 19:56:36 -05003378 phba->pport->port_state, vport->fc_flag);
James Smart84774a42008-08-24 21:50:06 -04003379 lpfc_mbx_issue_link_down(phba);
3380 } else
3381 lpfc_enable_la(phba);
3382
3383 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3384 "1310 Menlo Maint Mode Link up Event x%x rcvd "
3385 "Data: x%x x%x x%x\n",
3386 la->eventTag, phba->fc_eventTag,
3387 phba->pport->port_state, vport->fc_flag);
3388 /*
3389 * The cmnd that triggered this will be waiting for this
3390 * signal.
3391 */
3392 /* WAKEUP for MENLO_SET_MODE or MENLO_RESET command. */
3393 if (phba->wait_4_mlo_maint_flg) {
3394 phba->wait_4_mlo_maint_flg = 0;
3395 wake_up_interruptible(&phba->wait_4_mlo_m_q);
James Smart3163f722008-02-08 18:50:25 -05003396 }
James Smart84774a42008-08-24 21:50:06 -04003397 }
3398
James Smartbe0c0082013-03-01 16:38:14 -05003399 if ((phba->sli_rev < LPFC_SLI_REV4) &&
3400 bf_get(lpfc_mbx_read_top_fa, la)) {
3401 if (phba->sli.sli_flag & LPFC_MENLO_MAINT)
James Smart84774a42008-08-24 21:50:06 -04003402 lpfc_issue_clear_la(phba, vport);
3403 lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT,
James Smart76a95d72010-11-20 23:11:48 -05003404 "1311 fa %d\n",
3405 bf_get(lpfc_mbx_read_top_fa, la));
dea31012005-04-17 16:05:31 -05003406 }
3407
James Smart76a95d72010-11-20 23:11:48 -05003408lpfc_mbx_cmpl_read_topology_free_mbuf:
dea31012005-04-17 16:05:31 -05003409 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3410 kfree(mp);
3411 mempool_free(pmb, phba->mbox_mem_pool);
3412 return;
3413}
3414
3415/*
3416 * This routine handles processing a REG_LOGIN mailbox
3417 * command upon completion. It is setup in the LPFC_MBOXQ
3418 * as the completion routine when the command is
3419 * handed off to the SLI layer.
3420 */
3421void
James Smart2e0fef82007-06-17 19:56:36 -05003422lpfc_mbx_cmpl_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003423{
James Smart2e0fef82007-06-17 19:56:36 -05003424 struct lpfc_vport *vport = pmb->vport;
James Smart92d7f7b2007-06-17 19:56:38 -05003425 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart2e0fef82007-06-17 19:56:36 -05003426 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
James Smartffc95492010-06-07 15:23:17 -04003427 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
dea31012005-04-17 16:05:31 -05003428
dea31012005-04-17 16:05:31 -05003429 pmb->context1 = NULL;
James Smartd439d282010-09-29 11:18:45 -04003430 pmb->context2 = NULL;
dea31012005-04-17 16:05:31 -05003431
James Smartbe6bb942015-04-07 15:07:22 -04003432 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
3433 "0002 rpi:%x DID:%x flg:%x %d map:%x %p\n",
3434 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag,
3435 atomic_read(&ndlp->kref.refcount),
3436 ndlp->nlp_usg_map, ndlp);
James Smartffc95492010-06-07 15:23:17 -04003437 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND)
3438 ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND;
3439
James Smart40426292010-12-15 17:58:10 -05003440 if (ndlp->nlp_flag & NLP_IGNR_REG_CMPL ||
3441 ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) {
James Smartffc95492010-06-07 15:23:17 -04003442 /* We rcvd a rscn after issuing this
3443 * mbox reg login, we may have cycled
3444 * back through the state and be
3445 * back at reg login state so this
3446 * mbox needs to be ignored becase
3447 * there is another reg login in
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003448 * process.
James Smartffc95492010-06-07 15:23:17 -04003449 */
3450 spin_lock_irq(shost->host_lock);
3451 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
3452 spin_unlock_irq(shost->host_lock);
James Smart4b7789b2015-12-16 18:11:55 -05003453 }
3454
3455 /* Call state machine */
3456 lpfc_disc_state_machine(vport, ndlp, pmb, NLP_EVT_CMPL_REG_LOGIN);
James Smartffc95492010-06-07 15:23:17 -04003457
dea31012005-04-17 16:05:31 -05003458 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3459 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05003460 mempool_free(pmb, phba->mbox_mem_pool);
James Smartfa4066b2008-01-11 01:53:27 -05003461 /* decrement the node reference count held for this callback
3462 * function.
3463 */
James Smart329f9bc2007-04-25 09:53:01 -04003464 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003465
3466 return;
3467}
3468
James Smart92d7f7b2007-06-17 19:56:38 -05003469static void
3470lpfc_mbx_cmpl_unreg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
3471{
James Smart04c68492009-05-22 14:52:52 -04003472 MAILBOX_t *mb = &pmb->u.mb;
James Smart92d7f7b2007-06-17 19:56:38 -05003473 struct lpfc_vport *vport = pmb->vport;
3474 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3475
3476 switch (mb->mbxStatus) {
3477 case 0x0011:
3478 case 0x0020:
James Smarte8b62012007-08-02 11:10:09 -04003479 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
3480 "0911 cmpl_unreg_vpi, mb status = 0x%x\n",
3481 mb->mbxStatus);
James Smart92d7f7b2007-06-17 19:56:38 -05003482 break;
James Smart78730cf2010-04-06 15:06:30 -04003483 /* If VPI is busy, reset the HBA */
3484 case 0x9700:
3485 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
3486 "2798 Unreg_vpi failed vpi 0x%x, mb status = 0x%x\n",
3487 vport->vpi, mb->mbxStatus);
3488 if (!(phba->pport->load_flag & FC_UNLOADING))
3489 lpfc_workq_post_event(phba, NULL, NULL,
3490 LPFC_EVT_RESET_HBA);
James Smart92d7f7b2007-06-17 19:56:38 -05003491 }
James Smart72100cc2010-02-12 14:43:01 -05003492 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05003493 vport->vpi_state &= ~LPFC_VPI_REGISTERED;
James Smart19878072009-12-21 17:02:00 -05003494 vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI;
James Smart72100cc2010-02-12 14:43:01 -05003495 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05003496 vport->unreg_vpi_cmpl = VPORT_OK;
3497 mempool_free(pmb, phba->mbox_mem_pool);
James Smart1151e3e2011-02-16 12:39:35 -05003498 lpfc_cleanup_vports_rrqs(vport, NULL);
James Smart92d7f7b2007-06-17 19:56:38 -05003499 /*
3500 * This shost reference might have been taken at the beginning of
3501 * lpfc_vport_delete()
3502 */
James Smart1c6f4ef52009-11-18 15:40:49 -05003503 if ((vport->load_flag & FC_UNLOADING) && (vport != phba->pport))
James Smart92d7f7b2007-06-17 19:56:38 -05003504 scsi_host_put(shost);
3505}
3506
James Smartd7c255b2008-08-24 21:50:00 -04003507int
James Smart92d7f7b2007-06-17 19:56:38 -05003508lpfc_mbx_unreg_vpi(struct lpfc_vport *vport)
3509{
3510 struct lpfc_hba *phba = vport->phba;
3511 LPFC_MBOXQ_t *mbox;
3512 int rc;
3513
3514 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3515 if (!mbox)
James Smartd7c255b2008-08-24 21:50:00 -04003516 return 1;
James Smart92d7f7b2007-06-17 19:56:38 -05003517
3518 lpfc_unreg_vpi(phba, vport->vpi, mbox);
3519 mbox->vport = vport;
3520 mbox->mbox_cmpl = lpfc_mbx_cmpl_unreg_vpi;
James Smart0b727fe2007-10-27 13:37:25 -04003521 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart92d7f7b2007-06-17 19:56:38 -05003522 if (rc == MBX_NOT_FINISHED) {
James Smarte8b62012007-08-02 11:10:09 -04003523 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
3524 "1800 Could not issue unreg_vpi\n");
James Smart92d7f7b2007-06-17 19:56:38 -05003525 mempool_free(mbox, phba->mbox_mem_pool);
3526 vport->unreg_vpi_cmpl = VPORT_ERROR;
James Smartd7c255b2008-08-24 21:50:00 -04003527 return rc;
James Smart92d7f7b2007-06-17 19:56:38 -05003528 }
James Smartd7c255b2008-08-24 21:50:00 -04003529 return 0;
James Smart92d7f7b2007-06-17 19:56:38 -05003530}
3531
3532static void
3533lpfc_mbx_cmpl_reg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
3534{
3535 struct lpfc_vport *vport = pmb->vport;
3536 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart04c68492009-05-22 14:52:52 -04003537 MAILBOX_t *mb = &pmb->u.mb;
James Smart92d7f7b2007-06-17 19:56:38 -05003538
3539 switch (mb->mbxStatus) {
3540 case 0x0011:
3541 case 0x9601:
3542 case 0x9602:
James Smarte8b62012007-08-02 11:10:09 -04003543 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
3544 "0912 cmpl_reg_vpi, mb status = 0x%x\n",
3545 mb->mbxStatus);
James Smart92d7f7b2007-06-17 19:56:38 -05003546 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
3547 spin_lock_irq(shost->host_lock);
3548 vport->fc_flag &= ~(FC_FABRIC | FC_PUBLIC_LOOP);
3549 spin_unlock_irq(shost->host_lock);
3550 vport->fc_myDID = 0;
3551 goto out;
3552 }
James Smart92d7f7b2007-06-17 19:56:38 -05003553
James Smart72100cc2010-02-12 14:43:01 -05003554 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05003555 vport->vpi_state |= LPFC_VPI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05003556 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
James Smart72100cc2010-02-12 14:43:01 -05003557 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05003558 vport->num_disc_nodes = 0;
3559 /* go thru NPR list and issue ELS PLOGIs */
3560 if (vport->fc_npr_cnt)
3561 lpfc_els_disc_plogi(vport);
3562
3563 if (!vport->num_disc_nodes) {
3564 spin_lock_irq(shost->host_lock);
3565 vport->fc_flag &= ~FC_NDISC_ACTIVE;
3566 spin_unlock_irq(shost->host_lock);
3567 lpfc_can_disctmo(vport);
3568 }
3569 vport->port_state = LPFC_VPORT_READY;
3570
3571out:
3572 mempool_free(pmb, phba->mbox_mem_pool);
3573 return;
3574}
3575
James Smart21e9a0a2009-05-22 14:53:21 -04003576/**
3577 * lpfc_create_static_vport - Read HBA config region to create static vports.
3578 * @phba: pointer to lpfc hba data structure.
3579 *
3580 * This routine issue a DUMP mailbox command for config region 22 to get
3581 * the list of static vports to be created. The function create vports
3582 * based on the information returned from the HBA.
3583 **/
3584void
3585lpfc_create_static_vport(struct lpfc_hba *phba)
3586{
3587 LPFC_MBOXQ_t *pmb = NULL;
3588 MAILBOX_t *mb;
3589 struct static_vport_info *vport_info;
James Smartcdcc2342012-08-14 14:26:35 -04003590 int mbx_wait_rc = 0, i;
James Smart21e9a0a2009-05-22 14:53:21 -04003591 struct fc_vport_identifiers vport_id;
3592 struct fc_vport *new_fc_vport;
3593 struct Scsi_Host *shost;
3594 struct lpfc_vport *vport;
3595 uint16_t offset = 0;
3596 uint8_t *vport_buff;
James Smart1c6834a2009-07-19 10:01:26 -04003597 struct lpfc_dmabuf *mp;
3598 uint32_t byte_count = 0;
James Smart21e9a0a2009-05-22 14:53:21 -04003599
3600 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3601 if (!pmb) {
3602 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3603 "0542 lpfc_create_static_vport failed to"
3604 " allocate mailbox memory\n");
3605 return;
3606 }
James Smartcdcc2342012-08-14 14:26:35 -04003607 memset(pmb, 0, sizeof(LPFC_MBOXQ_t));
James Smart21e9a0a2009-05-22 14:53:21 -04003608 mb = &pmb->u.mb;
3609
3610 vport_info = kzalloc(sizeof(struct static_vport_info), GFP_KERNEL);
3611 if (!vport_info) {
3612 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3613 "0543 lpfc_create_static_vport failed to"
3614 " allocate vport_info\n");
3615 mempool_free(pmb, phba->mbox_mem_pool);
3616 return;
3617 }
3618
3619 vport_buff = (uint8_t *) vport_info;
3620 do {
James Smartcdcc2342012-08-14 14:26:35 -04003621 /* free dma buffer from previous round */
3622 if (pmb->context1) {
3623 mp = (struct lpfc_dmabuf *)pmb->context1;
3624 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3625 kfree(mp);
3626 }
James Smart1c6834a2009-07-19 10:01:26 -04003627 if (lpfc_dump_static_vport(phba, pmb, offset))
3628 goto out;
3629
James Smart21e9a0a2009-05-22 14:53:21 -04003630 pmb->vport = phba->pport;
James Smartcdcc2342012-08-14 14:26:35 -04003631 mbx_wait_rc = lpfc_sli_issue_mbox_wait(phba, pmb,
3632 LPFC_MBOX_TMO);
James Smart21e9a0a2009-05-22 14:53:21 -04003633
James Smartcdcc2342012-08-14 14:26:35 -04003634 if ((mbx_wait_rc != MBX_SUCCESS) || mb->mbxStatus) {
James Smart21e9a0a2009-05-22 14:53:21 -04003635 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
3636 "0544 lpfc_create_static_vport failed to"
3637 " issue dump mailbox command ret 0x%x "
3638 "status 0x%x\n",
James Smartcdcc2342012-08-14 14:26:35 -04003639 mbx_wait_rc, mb->mbxStatus);
James Smart21e9a0a2009-05-22 14:53:21 -04003640 goto out;
3641 }
3642
James Smart1c6834a2009-07-19 10:01:26 -04003643 if (phba->sli_rev == LPFC_SLI_REV4) {
3644 byte_count = pmb->u.mqe.un.mb_words[5];
James Smartcdcc2342012-08-14 14:26:35 -04003645 mp = (struct lpfc_dmabuf *)pmb->context1;
James Smart1c6834a2009-07-19 10:01:26 -04003646 if (byte_count > sizeof(struct static_vport_info) -
3647 offset)
3648 byte_count = sizeof(struct static_vport_info)
3649 - offset;
3650 memcpy(vport_buff + offset, mp->virt, byte_count);
3651 offset += byte_count;
3652 } else {
3653 if (mb->un.varDmp.word_cnt >
3654 sizeof(struct static_vport_info) - offset)
3655 mb->un.varDmp.word_cnt =
3656 sizeof(struct static_vport_info)
3657 - offset;
3658 byte_count = mb->un.varDmp.word_cnt;
3659 lpfc_sli_pcimem_bcopy(((uint8_t *)mb) + DMP_RSP_OFFSET,
3660 vport_buff + offset,
3661 byte_count);
James Smart21e9a0a2009-05-22 14:53:21 -04003662
James Smart1c6834a2009-07-19 10:01:26 -04003663 offset += byte_count;
3664 }
James Smart21e9a0a2009-05-22 14:53:21 -04003665
James Smart1c6834a2009-07-19 10:01:26 -04003666 } while (byte_count &&
James Smart21e9a0a2009-05-22 14:53:21 -04003667 offset < sizeof(struct static_vport_info));
3668
3669
3670 if ((le32_to_cpu(vport_info->signature) != VPORT_INFO_SIG) ||
3671 ((le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK)
3672 != VPORT_INFO_REV)) {
3673 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3674 "0545 lpfc_create_static_vport bad"
3675 " information header 0x%x 0x%x\n",
3676 le32_to_cpu(vport_info->signature),
3677 le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK);
3678
3679 goto out;
3680 }
3681
3682 shost = lpfc_shost_from_vport(phba->pport);
3683
3684 for (i = 0; i < MAX_STATIC_VPORT_COUNT; i++) {
3685 memset(&vport_id, 0, sizeof(vport_id));
3686 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn);
3687 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn);
3688 if (!vport_id.port_name || !vport_id.node_name)
3689 continue;
3690
3691 vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR;
3692 vport_id.vport_type = FC_PORTTYPE_NPIV;
3693 vport_id.disable = false;
3694 new_fc_vport = fc_vport_create(shost, 0, &vport_id);
3695
3696 if (!new_fc_vport) {
3697 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
3698 "0546 lpfc_create_static_vport failed to"
James Smarte4e74272009-07-19 10:01:38 -04003699 " create vport\n");
James Smart21e9a0a2009-05-22 14:53:21 -04003700 continue;
3701 }
3702
3703 vport = *(struct lpfc_vport **)new_fc_vport->dd_data;
3704 vport->vport_flag |= STATIC_VPORT;
3705 }
3706
3707out:
James Smart21e9a0a2009-05-22 14:53:21 -04003708 kfree(vport_info);
James Smartcdcc2342012-08-14 14:26:35 -04003709 if (mbx_wait_rc != MBX_TIMEOUT) {
3710 if (pmb->context1) {
3711 mp = (struct lpfc_dmabuf *)pmb->context1;
James Smart1c6834a2009-07-19 10:01:26 -04003712 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3713 kfree(mp);
3714 }
James Smart21e9a0a2009-05-22 14:53:21 -04003715 mempool_free(pmb, phba->mbox_mem_pool);
James Smart1c6834a2009-07-19 10:01:26 -04003716 }
James Smart21e9a0a2009-05-22 14:53:21 -04003717
3718 return;
3719}
3720
dea31012005-04-17 16:05:31 -05003721/*
3722 * This routine handles processing a Fabric REG_LOGIN mailbox
3723 * command upon completion. It is setup in the LPFC_MBOXQ
3724 * as the completion routine when the command is
3725 * handed off to the SLI layer.
3726 */
3727void
James Smart2e0fef82007-06-17 19:56:36 -05003728lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003729{
James Smart92d7f7b2007-06-17 19:56:38 -05003730 struct lpfc_vport *vport = pmb->vport;
James Smart21e9a0a2009-05-22 14:53:21 -04003731 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05003732 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart92d7f7b2007-06-17 19:56:38 -05003733 struct lpfc_nodelist *ndlp;
James Smartdf9e1b52011-12-13 13:22:17 -05003734 struct Scsi_Host *shost;
dea31012005-04-17 16:05:31 -05003735
James Smart549e55c2007-08-02 11:09:51 -04003736 ndlp = (struct lpfc_nodelist *) pmb->context2;
James Smart329f9bc2007-04-25 09:53:01 -04003737 pmb->context1 = NULL;
3738 pmb->context2 = NULL;
James Smartd439d282010-09-29 11:18:45 -04003739
dea31012005-04-17 16:05:31 -05003740 if (mb->mbxStatus) {
James Smart21e9a0a2009-05-22 14:53:21 -04003741 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
3742 "0258 Register Fabric login error: 0x%x\n",
3743 mb->mbxStatus);
dea31012005-04-17 16:05:31 -05003744 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3745 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04003746 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003747
James Smart76a95d72010-11-20 23:11:48 -05003748 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05003749 /* FLOGI failed, use loop map to make discovery list */
3750 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05003751
James Smart92d7f7b2007-06-17 19:56:38 -05003752 /* Start discovery */
3753 lpfc_disc_start(vport);
James Smarte47c9092008-02-08 18:49:26 -05003754 /* Decrement the reference count to ndlp after the
3755 * reference to the ndlp are done.
3756 */
3757 lpfc_nlp_put(ndlp);
James Smart92d7f7b2007-06-17 19:56:38 -05003758 return;
3759 }
3760
3761 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smarte47c9092008-02-08 18:49:26 -05003762 /* Decrement the reference count to ndlp after the reference
3763 * to the ndlp are done.
3764 */
3765 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003766 return;
3767 }
3768
James Smart6d368e52011-05-24 11:44:12 -04003769 if (phba->sli_rev < LPFC_SLI_REV4)
3770 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05003771 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05003772 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05003773 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05003774
James Smart2e0fef82007-06-17 19:56:36 -05003775 if (vport->port_state == LPFC_FABRIC_CFG_LINK) {
James Smart4b40c592010-03-15 11:25:44 -04003776 /* when physical port receive logo donot start
3777 * vport discovery */
3778 if (!(vport->fc_flag & FC_LOGO_RCVD_DID_CHNG))
3779 lpfc_start_fdiscs(phba);
James Smartdf9e1b52011-12-13 13:22:17 -05003780 else {
3781 shost = lpfc_shost_from_vport(vport);
3782 spin_lock_irq(shost->host_lock);
James Smart4b40c592010-03-15 11:25:44 -04003783 vport->fc_flag &= ~FC_LOGO_RCVD_DID_CHNG ;
James Smartdf9e1b52011-12-13 13:22:17 -05003784 spin_unlock_irq(shost->host_lock);
3785 }
James Smart92d7f7b2007-06-17 19:56:38 -05003786 lpfc_do_scr_ns_plogi(phba, vport);
dea31012005-04-17 16:05:31 -05003787 }
3788
3789 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3790 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04003791 mempool_free(pmb, phba->mbox_mem_pool);
James Smarte47c9092008-02-08 18:49:26 -05003792
3793 /* Drop the reference count from the mbox at the end after
3794 * all the current reference to the ndlp have been done.
3795 */
3796 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003797 return;
3798}
3799
3800/*
3801 * This routine handles processing a NameServer REG_LOGIN mailbox
3802 * command upon completion. It is setup in the LPFC_MBOXQ
3803 * as the completion routine when the command is
3804 * handed off to the SLI layer.
3805 */
3806void
James Smart2e0fef82007-06-17 19:56:36 -05003807lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003808{
James Smart21e9a0a2009-05-22 14:53:21 -04003809 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05003810 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
3811 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
3812 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05003813
James Smartd439d282010-09-29 11:18:45 -04003814 pmb->context1 = NULL;
3815 pmb->context2 = NULL;
3816
dea31012005-04-17 16:05:31 -05003817 if (mb->mbxStatus) {
James Smart92d7f7b2007-06-17 19:56:38 -05003818out:
James Smart21e9a0a2009-05-22 14:53:21 -04003819 lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS,
3820 "0260 Register NameServer error: 0x%x\n",
3821 mb->mbxStatus);
James Smartfa4066b2008-01-11 01:53:27 -05003822 /* decrement the node reference count held for this
3823 * callback function.
3824 */
James Smart329f9bc2007-04-25 09:53:01 -04003825 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003826 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3827 kfree(mp);
James Smartde0c5b32007-04-25 09:52:27 -04003828 mempool_free(pmb, phba->mbox_mem_pool);
James Smart87af33f2007-10-27 13:37:43 -04003829
3830 /* If no other thread is using the ndlp, free it */
3831 lpfc_nlp_not_used(ndlp);
dea31012005-04-17 16:05:31 -05003832
James Smart76a95d72010-11-20 23:11:48 -05003833 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05003834 /*
3835 * RegLogin failed, use loop map to make discovery
3836 * list
3837 */
3838 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05003839
James Smart92d7f7b2007-06-17 19:56:38 -05003840 /* Start discovery */
3841 lpfc_disc_start(vport);
3842 return;
3843 }
3844 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
dea31012005-04-17 16:05:31 -05003845 return;
3846 }
3847
James Smart6d368e52011-05-24 11:44:12 -04003848 if (phba->sli_rev < LPFC_SLI_REV4)
3849 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05003850 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05003851 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05003852 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
James Smartbe6bb942015-04-07 15:07:22 -04003853 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
3854 "0003 rpi:%x DID:%x flg:%x %d map%x %p\n",
3855 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag,
3856 atomic_read(&ndlp->kref.refcount),
3857 ndlp->nlp_usg_map, ndlp);
dea31012005-04-17 16:05:31 -05003858
James Smart2e0fef82007-06-17 19:56:36 -05003859 if (vport->port_state < LPFC_VPORT_READY) {
3860 /* Link up discovery requires Fabric registration. */
James Smart92d7f7b2007-06-17 19:56:38 -05003861 lpfc_ns_cmd(vport, SLI_CTNS_RNN_ID, 0, 0);
3862 lpfc_ns_cmd(vport, SLI_CTNS_RSNN_NN, 0, 0);
3863 lpfc_ns_cmd(vport, SLI_CTNS_RSPN_ID, 0, 0);
3864 lpfc_ns_cmd(vport, SLI_CTNS_RFT_ID, 0, 0);
James Smarte26422f2015-05-21 13:55:16 -04003865 lpfc_ns_cmd(vport, SLI_CTNS_RFF_ID, 0, 0);
James Smart92d7f7b2007-06-17 19:56:38 -05003866
3867 /* Issue SCR just before NameServer GID_FT Query */
3868 lpfc_issue_els_scr(vport, SCR_DID, 0);
dea31012005-04-17 16:05:31 -05003869 }
3870
James Smart2e0fef82007-06-17 19:56:36 -05003871 vport->fc_ns_retry = 0;
dea31012005-04-17 16:05:31 -05003872 /* Good status, issue CT Request to NameServer */
James Smart92d7f7b2007-06-17 19:56:38 -05003873 if (lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, 0, 0)) {
dea31012005-04-17 16:05:31 -05003874 /* Cannot issue NameServer Query, so finish up discovery */
James Smart92d7f7b2007-06-17 19:56:38 -05003875 goto out;
dea31012005-04-17 16:05:31 -05003876 }
3877
James Smartfa4066b2008-01-11 01:53:27 -05003878 /* decrement the node reference count held for this
3879 * callback function.
3880 */
James Smart329f9bc2007-04-25 09:53:01 -04003881 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003882 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3883 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05003884 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003885
3886 return;
3887}
3888
3889static void
James Smart2e0fef82007-06-17 19:56:36 -05003890lpfc_register_remote_port(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05003891{
James Smart2e0fef82007-06-17 19:56:36 -05003892 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3893 struct fc_rport *rport;
dea31012005-04-17 16:05:31 -05003894 struct lpfc_rport_data *rdata;
3895 struct fc_rport_identifiers rport_ids;
James Smart2e0fef82007-06-17 19:56:36 -05003896 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05003897
3898 /* Remote port has reappeared. Re-register w/ FC transport */
Andrew Morton68ce1eb2005-09-21 09:46:54 -07003899 rport_ids.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn);
3900 rport_ids.port_name = wwn_to_u64(ndlp->nlp_portname.u.wwn);
dea31012005-04-17 16:05:31 -05003901 rport_ids.port_id = ndlp->nlp_DID;
3902 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN;
dea31012005-04-17 16:05:31 -05003903
James Smart329f9bc2007-04-25 09:53:01 -04003904 /*
3905 * We leave our node pointer in rport->dd_data when we unregister a
3906 * FCP target port. But fc_remote_port_add zeros the space to which
3907 * rport->dd_data points. So, if we're reusing a previously
3908 * registered port, drop the reference that we took the last time we
3909 * registered the port.
3910 */
James Smart466e8402015-05-21 13:55:28 -04003911 rport = ndlp->rport;
3912 if (rport) {
3913 rdata = rport->dd_data;
3914 /* break the link before dropping the ref */
3915 ndlp->rport = NULL;
3916 if (rdata && rdata->pnode == ndlp)
3917 lpfc_nlp_put(ndlp);
3918 rdata->pnode = NULL;
3919 /* drop reference for earlier registeration */
3920 put_device(&rport->dev);
3921 }
James Smart858c9f62007-06-17 19:56:39 -05003922
3923 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
3924 "rport add: did:x%x flg:x%x type x%x",
3925 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
3926
James Smart9589b0622011-04-16 11:03:17 -04003927 /* Don't add the remote port if unloading. */
3928 if (vport->load_flag & FC_UNLOADING)
3929 return;
3930
James Smart2e0fef82007-06-17 19:56:36 -05003931 ndlp->rport = rport = fc_remote_port_add(shost, 0, &rport_ids);
James Smart329f9bc2007-04-25 09:53:01 -04003932 if (!rport || !get_device(&rport->dev)) {
dea31012005-04-17 16:05:31 -05003933 dev_printk(KERN_WARNING, &phba->pcidev->dev,
3934 "Warning: fc_remote_port_add failed\n");
3935 return;
3936 }
3937
3938 /* initialize static port data */
3939 rport->maxframe_size = ndlp->nlp_maxframe;
3940 rport->supported_classes = ndlp->nlp_class_sup;
dea31012005-04-17 16:05:31 -05003941 rdata = rport->dd_data;
James Smart329f9bc2007-04-25 09:53:01 -04003942 rdata->pnode = lpfc_nlp_get(ndlp);
James.Smart@Emulex.Com23dc04f2005-11-28 11:41:44 -05003943
3944 if (ndlp->nlp_type & NLP_FCP_TARGET)
3945 rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET;
3946 if (ndlp->nlp_type & NLP_FCP_INITIATOR)
3947 rport_ids.roles |= FC_RPORT_ROLE_FCP_INITIATOR;
3948
James.Smart@Emulex.Com23dc04f2005-11-28 11:41:44 -05003949 if (rport_ids.roles != FC_RPORT_ROLE_UNKNOWN)
3950 fc_remote_port_rolechg(rport, rport_ids.roles);
3951
James Smart34f5ad82012-08-03 12:35:03 -04003952 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
3953 "3183 rport register x%06x, rport %p role x%x\n",
3954 ndlp->nlp_DID, rport, rport_ids.roles);
3955
James Smart071fbd3d2006-04-15 11:53:20 -04003956 if ((rport->scsi_target_id != -1) &&
James Smart92d7f7b2007-06-17 19:56:38 -05003957 (rport->scsi_target_id < LPFC_MAX_TARGET)) {
James Smart071fbd3d2006-04-15 11:53:20 -04003958 ndlp->nlp_sid = rport->scsi_target_id;
3959 }
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04003960 return;
3961}
3962
3963static void
James Smart2e0fef82007-06-17 19:56:36 -05003964lpfc_unregister_remote_port(struct lpfc_nodelist *ndlp)
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04003965{
3966 struct fc_rport *rport = ndlp->rport;
James Smartc01f3202006-08-18 17:47:08 -04003967
James Smart858c9f62007-06-17 19:56:39 -05003968 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_RPORT,
3969 "rport delete: did:x%x flg:x%x type x%x",
3970 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
3971
James Smart34f5ad82012-08-03 12:35:03 -04003972 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
3973 "3184 rport unregister x%06x, rport %p\n",
3974 ndlp->nlp_DID, rport);
3975
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04003976 fc_remote_port_delete(rport);
dea31012005-04-17 16:05:31 -05003977
3978 return;
3979}
3980
James Smartde0c5b32007-04-25 09:52:27 -04003981static void
James Smart2e0fef82007-06-17 19:56:36 -05003982lpfc_nlp_counters(struct lpfc_vport *vport, int state, int count)
James Smartde0c5b32007-04-25 09:52:27 -04003983{
James Smart2e0fef82007-06-17 19:56:36 -05003984 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3985
3986 spin_lock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04003987 switch (state) {
3988 case NLP_STE_UNUSED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05003989 vport->fc_unused_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003990 break;
3991 case NLP_STE_PLOGI_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05003992 vport->fc_plogi_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003993 break;
3994 case NLP_STE_ADISC_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05003995 vport->fc_adisc_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003996 break;
3997 case NLP_STE_REG_LOGIN_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05003998 vport->fc_reglogin_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003999 break;
4000 case NLP_STE_PRLI_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05004001 vport->fc_prli_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004002 break;
4003 case NLP_STE_UNMAPPED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05004004 vport->fc_unmap_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004005 break;
4006 case NLP_STE_MAPPED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05004007 vport->fc_map_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004008 break;
4009 case NLP_STE_NPR_NODE:
James Smart646a2dd2013-12-17 20:29:22 -05004010 if (vport->fc_npr_cnt == 0 && count == -1)
4011 vport->fc_npr_cnt = 0;
4012 else
4013 vport->fc_npr_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04004014 break;
4015 }
James Smart2e0fef82007-06-17 19:56:36 -05004016 spin_unlock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04004017}
Jamie Wellnitz66a9ed62006-02-28 22:33:10 -05004018
James Smartde0c5b32007-04-25 09:52:27 -04004019static void
James Smart2e0fef82007-06-17 19:56:36 -05004020lpfc_nlp_state_cleanup(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
James Smartde0c5b32007-04-25 09:52:27 -04004021 int old_state, int new_state)
4022{
James Smart2e0fef82007-06-17 19:56:36 -05004023 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4024
James Smartde0c5b32007-04-25 09:52:27 -04004025 if (new_state == NLP_STE_UNMAPPED_NODE) {
James Smartde0c5b32007-04-25 09:52:27 -04004026 ndlp->nlp_flag &= ~NLP_NODEV_REMOVE;
4027 ndlp->nlp_type |= NLP_FC_NODE;
4028 }
4029 if (new_state == NLP_STE_MAPPED_NODE)
4030 ndlp->nlp_flag &= ~NLP_NODEV_REMOVE;
4031 if (new_state == NLP_STE_NPR_NODE)
4032 ndlp->nlp_flag &= ~NLP_RCV_PLOGI;
dea31012005-04-17 16:05:31 -05004033
James Smartde0c5b32007-04-25 09:52:27 -04004034 /* Transport interface */
4035 if (ndlp->rport && (old_state == NLP_STE_MAPPED_NODE ||
4036 old_state == NLP_STE_UNMAPPED_NODE)) {
James Smart2e0fef82007-06-17 19:56:36 -05004037 vport->phba->nport_event_cnt++;
4038 lpfc_unregister_remote_port(ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04004039 }
dea31012005-04-17 16:05:31 -05004040
James Smartde0c5b32007-04-25 09:52:27 -04004041 if (new_state == NLP_STE_MAPPED_NODE ||
4042 new_state == NLP_STE_UNMAPPED_NODE) {
James Smart2e0fef82007-06-17 19:56:36 -05004043 vport->phba->nport_event_cnt++;
James Smart858c9f62007-06-17 19:56:39 -05004044 /*
4045 * Tell the fc transport about the port, if we haven't
4046 * already. If we have, and it's a scsi entity, be
4047 * sure to unblock any attached scsi devices
4048 */
4049 lpfc_register_remote_port(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04004050 }
James Smartea2151b2008-09-07 11:52:10 -04004051 if ((new_state == NLP_STE_MAPPED_NODE) &&
4052 (vport->stat_data_enabled)) {
4053 /*
4054 * A new target is discovered, if there is no buffer for
4055 * statistical data collection allocate buffer.
4056 */
4057 ndlp->lat_data = kcalloc(LPFC_MAX_BUCKET_COUNT,
4058 sizeof(struct lpfc_scsicmd_bkt),
4059 GFP_KERNEL);
4060
4061 if (!ndlp->lat_data)
4062 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
4063 "0286 lpfc_nlp_state_cleanup failed to "
4064 "allocate statistical data buffer DID "
4065 "0x%x\n", ndlp->nlp_DID);
4066 }
James Smart858c9f62007-06-17 19:56:39 -05004067 /*
4068 * if we added to Mapped list, but the remote port
4069 * registration failed or assigned a target id outside
4070 * our presentable range - move the node to the
4071 * Unmapped List
4072 */
James Smartde0c5b32007-04-25 09:52:27 -04004073 if (new_state == NLP_STE_MAPPED_NODE &&
4074 (!ndlp->rport ||
4075 ndlp->rport->scsi_target_id == -1 ||
4076 ndlp->rport->scsi_target_id >= LPFC_MAX_TARGET)) {
James Smart2e0fef82007-06-17 19:56:36 -05004077 spin_lock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04004078 ndlp->nlp_flag |= NLP_TGT_NO_SCSIID;
James Smart2e0fef82007-06-17 19:56:36 -05004079 spin_unlock_irq(shost->host_lock);
4080 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05004081 }
James Smartde0c5b32007-04-25 09:52:27 -04004082}
4083
James Smart685f0bf2007-04-25 09:53:08 -04004084static char *
4085lpfc_nlp_state_name(char *buffer, size_t size, int state)
4086{
4087 static char *states[] = {
4088 [NLP_STE_UNUSED_NODE] = "UNUSED",
4089 [NLP_STE_PLOGI_ISSUE] = "PLOGI",
4090 [NLP_STE_ADISC_ISSUE] = "ADISC",
4091 [NLP_STE_REG_LOGIN_ISSUE] = "REGLOGIN",
4092 [NLP_STE_PRLI_ISSUE] = "PRLI",
James Smart086a3452012-08-14 14:25:21 -04004093 [NLP_STE_LOGO_ISSUE] = "LOGO",
James Smart685f0bf2007-04-25 09:53:08 -04004094 [NLP_STE_UNMAPPED_NODE] = "UNMAPPED",
4095 [NLP_STE_MAPPED_NODE] = "MAPPED",
4096 [NLP_STE_NPR_NODE] = "NPR",
4097 };
4098
James Smart311464e2007-08-02 11:10:37 -04004099 if (state < NLP_STE_MAX_STATE && states[state])
James Smart685f0bf2007-04-25 09:53:08 -04004100 strlcpy(buffer, states[state], size);
4101 else
4102 snprintf(buffer, size, "unknown (%d)", state);
4103 return buffer;
4104}
4105
James Smartde0c5b32007-04-25 09:52:27 -04004106void
James Smart2e0fef82007-06-17 19:56:36 -05004107lpfc_nlp_set_state(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4108 int state)
James Smartde0c5b32007-04-25 09:52:27 -04004109{
James Smart2e0fef82007-06-17 19:56:36 -05004110 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smartde0c5b32007-04-25 09:52:27 -04004111 int old_state = ndlp->nlp_state;
James Smart685f0bf2007-04-25 09:53:08 -04004112 char name1[16], name2[16];
James Smartde0c5b32007-04-25 09:52:27 -04004113
James Smarte8b62012007-08-02 11:10:09 -04004114 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4115 "0904 NPort state transition x%06x, %s -> %s\n",
4116 ndlp->nlp_DID,
4117 lpfc_nlp_state_name(name1, sizeof(name1), old_state),
4118 lpfc_nlp_state_name(name2, sizeof(name2), state));
James Smart858c9f62007-06-17 19:56:39 -05004119
4120 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
4121 "node statechg did:x%x old:%d ste:%d",
4122 ndlp->nlp_DID, old_state, state);
4123
James Smartde0c5b32007-04-25 09:52:27 -04004124 if (old_state == NLP_STE_NPR_NODE &&
James Smartde0c5b32007-04-25 09:52:27 -04004125 state != NLP_STE_NPR_NODE)
James Smart2e0fef82007-06-17 19:56:36 -05004126 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04004127 if (old_state == NLP_STE_UNMAPPED_NODE) {
4128 ndlp->nlp_flag &= ~NLP_TGT_NO_SCSIID;
4129 ndlp->nlp_type &= ~NLP_FC_NODE;
4130 }
4131
James Smart685f0bf2007-04-25 09:53:08 -04004132 if (list_empty(&ndlp->nlp_listp)) {
James Smart2e0fef82007-06-17 19:56:36 -05004133 spin_lock_irq(shost->host_lock);
4134 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
4135 spin_unlock_irq(shost->host_lock);
James Smart685f0bf2007-04-25 09:53:08 -04004136 } else if (old_state)
James Smart2e0fef82007-06-17 19:56:36 -05004137 lpfc_nlp_counters(vport, old_state, -1);
James Smartde0c5b32007-04-25 09:52:27 -04004138
4139 ndlp->nlp_state = state;
James Smart2e0fef82007-06-17 19:56:36 -05004140 lpfc_nlp_counters(vport, state, 1);
4141 lpfc_nlp_state_cleanup(vport, ndlp, old_state, state);
James Smartde0c5b32007-04-25 09:52:27 -04004142}
4143
4144void
James Smarte47c9092008-02-08 18:49:26 -05004145lpfc_enqueue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
4146{
4147 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4148
4149 if (list_empty(&ndlp->nlp_listp)) {
4150 spin_lock_irq(shost->host_lock);
4151 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
4152 spin_unlock_irq(shost->host_lock);
4153 }
4154}
4155
4156void
James Smart2e0fef82007-06-17 19:56:36 -05004157lpfc_dequeue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smartde0c5b32007-04-25 09:52:27 -04004158{
James Smart2e0fef82007-06-17 19:56:36 -05004159 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4160
James Smart0d2b6b82008-06-14 22:52:47 -04004161 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04004162 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
James Smart2e0fef82007-06-17 19:56:36 -05004163 lpfc_nlp_counters(vport, ndlp->nlp_state, -1);
4164 spin_lock_irq(shost->host_lock);
James Smart685f0bf2007-04-25 09:53:08 -04004165 list_del_init(&ndlp->nlp_listp);
James Smart2e0fef82007-06-17 19:56:36 -05004166 spin_unlock_irq(shost->host_lock);
James Smart858c9f62007-06-17 19:56:39 -05004167 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state,
James Smarte47c9092008-02-08 18:49:26 -05004168 NLP_STE_UNUSED_NODE);
4169}
4170
Adrian Bunk4d9db012008-02-14 23:24:02 +02004171static void
James Smarte47c9092008-02-08 18:49:26 -05004172lpfc_disable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
4173{
James Smart0d2b6b82008-06-14 22:52:47 -04004174 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smarte47c9092008-02-08 18:49:26 -05004175 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
4176 lpfc_nlp_counters(vport, ndlp->nlp_state, -1);
4177 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state,
4178 NLP_STE_UNUSED_NODE);
4179}
James Smart109f6ed2008-12-04 22:39:08 -05004180/**
James Smart3621a712009-04-06 18:47:14 -04004181 * lpfc_initialize_node - Initialize all fields of node object
James Smart109f6ed2008-12-04 22:39:08 -05004182 * @vport: Pointer to Virtual Port object.
4183 * @ndlp: Pointer to FC node object.
4184 * @did: FC_ID of the node.
James Smarta257bf92009-04-06 18:48:10 -04004185 *
4186 * This function is always called when node object need to be initialized.
4187 * It initializes all the fields of the node object. Although the reference
4188 * to phba from @ndlp can be obtained indirectly through it's reference to
4189 * @vport, a direct reference to phba is taken here by @ndlp. This is due
4190 * to the life-span of the @ndlp might go beyond the existence of @vport as
4191 * the final release of ndlp is determined by its reference count. And, the
4192 * operation on @ndlp needs the reference to phba.
James Smart109f6ed2008-12-04 22:39:08 -05004193 **/
4194static inline void
4195lpfc_initialize_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4196 uint32_t did)
4197{
4198 INIT_LIST_HEAD(&ndlp->els_retry_evt.evt_listp);
4199 INIT_LIST_HEAD(&ndlp->dev_loss_evt.evt_listp);
4200 init_timer(&ndlp->nlp_delayfunc);
4201 ndlp->nlp_delayfunc.function = lpfc_els_retry_delay;
4202 ndlp->nlp_delayfunc.data = (unsigned long)ndlp;
4203 ndlp->nlp_DID = did;
4204 ndlp->vport = vport;
James Smarta257bf92009-04-06 18:48:10 -04004205 ndlp->phba = vport->phba;
James Smart109f6ed2008-12-04 22:39:08 -05004206 ndlp->nlp_sid = NLP_NO_SID;
4207 kref_init(&ndlp->kref);
4208 NLP_INT_NODE_ACT(ndlp);
4209 atomic_set(&ndlp->cmd_pending, 0);
James Smart7dc517d2010-07-14 15:32:10 -04004210 ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth;
James Smart109f6ed2008-12-04 22:39:08 -05004211}
James Smarte47c9092008-02-08 18:49:26 -05004212
4213struct lpfc_nodelist *
4214lpfc_enable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4215 int state)
4216{
4217 struct lpfc_hba *phba = vport->phba;
4218 uint32_t did;
4219 unsigned long flags;
James Smartcff261f2013-12-17 20:29:47 -05004220 unsigned long *active_rrqs_xri_bitmap = NULL;
James Smarte47c9092008-02-08 18:49:26 -05004221
4222 if (!ndlp)
4223 return NULL;
4224
4225 spin_lock_irqsave(&phba->ndlp_lock, flags);
4226 /* The ndlp should not be in memory free mode */
4227 if (NLP_CHK_FREE_REQ(ndlp)) {
4228 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
4229 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4230 "0277 lpfc_enable_node: ndlp:x%p "
4231 "usgmap:x%x refcnt:%d\n",
4232 (void *)ndlp, ndlp->nlp_usg_map,
4233 atomic_read(&ndlp->kref.refcount));
4234 return NULL;
4235 }
4236 /* The ndlp should not already be in active mode */
4237 if (NLP_CHK_NODE_ACT(ndlp)) {
4238 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
4239 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4240 "0278 lpfc_enable_node: ndlp:x%p "
4241 "usgmap:x%x refcnt:%d\n",
4242 (void *)ndlp, ndlp->nlp_usg_map,
4243 atomic_read(&ndlp->kref.refcount));
4244 return NULL;
4245 }
4246
4247 /* Keep the original DID */
4248 did = ndlp->nlp_DID;
James Smartcff261f2013-12-17 20:29:47 -05004249 if (phba->sli_rev == LPFC_SLI_REV4)
4250 active_rrqs_xri_bitmap = ndlp->active_rrqs_xri_bitmap;
James Smarte47c9092008-02-08 18:49:26 -05004251
4252 /* re-initialize ndlp except of ndlp linked list pointer */
4253 memset((((char *)ndlp) + sizeof (struct list_head)), 0,
4254 sizeof (struct lpfc_nodelist) - sizeof (struct list_head));
James Smart109f6ed2008-12-04 22:39:08 -05004255 lpfc_initialize_node(vport, ndlp, did);
James Smarte47c9092008-02-08 18:49:26 -05004256
James Smartcff261f2013-12-17 20:29:47 -05004257 if (phba->sli_rev == LPFC_SLI_REV4)
4258 ndlp->active_rrqs_xri_bitmap = active_rrqs_xri_bitmap;
4259
James Smarte47c9092008-02-08 18:49:26 -05004260 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
James Smartbe6bb942015-04-07 15:07:22 -04004261 if (vport->phba->sli_rev == LPFC_SLI_REV4) {
James Smart725dd392013-10-10 12:23:30 -04004262 ndlp->nlp_rpi = lpfc_sli4_alloc_rpi(vport->phba);
James Smartbe6bb942015-04-07 15:07:22 -04004263 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4264 "0008 rpi:%x DID:%x flg:%x refcnt:%d "
4265 "map:%x %p\n", ndlp->nlp_rpi, ndlp->nlp_DID,
4266 ndlp->nlp_flag,
4267 atomic_read(&ndlp->kref.refcount),
4268 ndlp->nlp_usg_map, ndlp);
4269 }
James Smart725dd392013-10-10 12:23:30 -04004270
James Smarte47c9092008-02-08 18:49:26 -05004271
4272 if (state != NLP_STE_UNUSED_NODE)
4273 lpfc_nlp_set_state(vport, ndlp, state);
4274
4275 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
4276 "node enable: did:x%x",
4277 ndlp->nlp_DID, 0, 0);
4278 return ndlp;
James Smartde0c5b32007-04-25 09:52:27 -04004279}
4280
4281void
James Smart2e0fef82007-06-17 19:56:36 -05004282lpfc_drop_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smartde0c5b32007-04-25 09:52:27 -04004283{
James Smart87af33f2007-10-27 13:37:43 -04004284 /*
James Smartfa4066b2008-01-11 01:53:27 -05004285 * Use of lpfc_drop_node and UNUSED list: lpfc_drop_node should
James Smart87af33f2007-10-27 13:37:43 -04004286 * be used if we wish to issue the "last" lpfc_nlp_put() to remove
James Smartfa4066b2008-01-11 01:53:27 -05004287 * the ndlp from the vport. The ndlp marked as UNUSED on the list
4288 * until ALL other outstanding threads have completed. We check
4289 * that the ndlp not already in the UNUSED state before we proceed.
James Smart87af33f2007-10-27 13:37:43 -04004290 */
James Smartfa4066b2008-01-11 01:53:27 -05004291 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
4292 return;
James Smart51ef4c22007-08-02 11:10:31 -04004293 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNUSED_NODE);
James Smartbe6bb942015-04-07 15:07:22 -04004294 if (vport->phba->sli_rev == LPFC_SLI_REV4) {
James Smart1151e3e2011-02-16 12:39:35 -05004295 lpfc_cleanup_vports_rrqs(vport, ndlp);
James Smartbe6bb942015-04-07 15:07:22 -04004296 lpfc_unreg_rpi(vport, ndlp);
James Smartbe6bb942015-04-07 15:07:22 -04004297 }
James Smart02902172015-05-21 13:55:17 -04004298
4299 lpfc_nlp_put(ndlp);
James Smart98c9ea52007-10-27 13:37:33 -04004300 return;
dea31012005-04-17 16:05:31 -05004301}
4302
4303/*
4304 * Start / ReStart rescue timer for Discovery / RSCN handling
4305 */
4306void
James Smart2e0fef82007-06-17 19:56:36 -05004307lpfc_set_disctmo(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004308{
James Smart2e0fef82007-06-17 19:56:36 -05004309 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4310 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05004311 uint32_t tmo;
4312
James Smart2e0fef82007-06-17 19:56:36 -05004313 if (vport->port_state == LPFC_LOCAL_CFG_LINK) {
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02004314 /* For FAN, timeout should be greater than edtov */
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004315 tmo = (((phba->fc_edtov + 999) / 1000) + 1);
4316 } else {
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02004317 /* Normal discovery timeout should be > than ELS/CT timeout
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004318 * FC spec states we need 3 * ratov for CT requests
4319 */
4320 tmo = ((phba->fc_ratov * 3) + 3);
4321 }
dea31012005-04-17 16:05:31 -05004322
James Smart858c9f62007-06-17 19:56:39 -05004323
4324 if (!timer_pending(&vport->fc_disctmo)) {
4325 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
4326 "set disc timer: tmo:x%x state:x%x flg:x%x",
4327 tmo, vport->port_state, vport->fc_flag);
4328 }
4329
James Smart256ec0d2013-04-17 20:14:58 -04004330 mod_timer(&vport->fc_disctmo, jiffies + msecs_to_jiffies(1000 * tmo));
James Smart2e0fef82007-06-17 19:56:36 -05004331 spin_lock_irq(shost->host_lock);
4332 vport->fc_flag |= FC_DISC_TMO;
4333 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004334
4335 /* Start Discovery Timer state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04004336 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
4337 "0247 Start Discovery Timer state x%x "
4338 "Data: x%x x%lx x%x x%x\n",
4339 vport->port_state, tmo,
4340 (unsigned long)&vport->fc_disctmo, vport->fc_plogi_cnt,
4341 vport->fc_adisc_cnt);
dea31012005-04-17 16:05:31 -05004342
4343 return;
4344}
4345
4346/*
4347 * Cancel rescue timer for Discovery / RSCN handling
4348 */
4349int
James Smart2e0fef82007-06-17 19:56:36 -05004350lpfc_can_disctmo(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004351{
James Smart2e0fef82007-06-17 19:56:36 -05004352 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart2e0fef82007-06-17 19:56:36 -05004353 unsigned long iflags;
4354
James Smart858c9f62007-06-17 19:56:39 -05004355 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
4356 "can disc timer: state:x%x rtry:x%x flg:x%x",
4357 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
4358
dea31012005-04-17 16:05:31 -05004359 /* Turn off discovery timer if its running */
James Smart2e0fef82007-06-17 19:56:36 -05004360 if (vport->fc_flag & FC_DISC_TMO) {
4361 spin_lock_irqsave(shost->host_lock, iflags);
4362 vport->fc_flag &= ~FC_DISC_TMO;
4363 spin_unlock_irqrestore(shost->host_lock, iflags);
4364 del_timer_sync(&vport->fc_disctmo);
4365 spin_lock_irqsave(&vport->work_port_lock, iflags);
4366 vport->work_port_events &= ~WORKER_DISC_TMO;
4367 spin_unlock_irqrestore(&vport->work_port_lock, iflags);
dea31012005-04-17 16:05:31 -05004368 }
4369
4370 /* Cancel Discovery Timer state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04004371 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
4372 "0248 Cancel Discovery Timer state x%x "
4373 "Data: x%x x%x x%x\n",
4374 vport->port_state, vport->fc_flag,
4375 vport->fc_plogi_cnt, vport->fc_adisc_cnt);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004376 return 0;
dea31012005-04-17 16:05:31 -05004377}
4378
4379/*
4380 * Check specified ring for outstanding IOCB on the SLI queue
4381 * Return true if iocb matches the specified nport
4382 */
4383int
James Smart2e0fef82007-06-17 19:56:36 -05004384lpfc_check_sli_ndlp(struct lpfc_hba *phba,
4385 struct lpfc_sli_ring *pring,
4386 struct lpfc_iocbq *iocb,
4387 struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004388{
James Smart2e0fef82007-06-17 19:56:36 -05004389 struct lpfc_sli *psli = &phba->sli;
4390 IOCB_t *icmd = &iocb->iocb;
James Smart92d7f7b2007-06-17 19:56:38 -05004391 struct lpfc_vport *vport = ndlp->vport;
4392
4393 if (iocb->vport != vport)
4394 return 0;
4395
dea31012005-04-17 16:05:31 -05004396 if (pring->ringno == LPFC_ELS_RING) {
4397 switch (icmd->ulpCommand) {
4398 case CMD_GEN_REQUEST64_CR:
James Smart21e9a0a2009-05-22 14:53:21 -04004399 if (iocb->context_un.ndlp == ndlp)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004400 return 1;
dea31012005-04-17 16:05:31 -05004401 case CMD_ELS_REQUEST64_CR:
James Smart10d4e952006-04-15 11:53:15 -04004402 if (icmd->un.elsreq64.remoteID == ndlp->nlp_DID)
4403 return 1;
dea31012005-04-17 16:05:31 -05004404 case CMD_XMIT_ELS_RSP64_CX:
4405 if (iocb->context1 == (uint8_t *) ndlp)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004406 return 1;
dea31012005-04-17 16:05:31 -05004407 }
James Smarta4bc3372006-12-02 13:34:16 -05004408 } else if (pring->ringno == psli->extra_ring) {
dea31012005-04-17 16:05:31 -05004409
4410 } else if (pring->ringno == psli->fcp_ring) {
4411 /* Skip match check if waiting to relogin to FCP target */
4412 if ((ndlp->nlp_type & NLP_FCP_TARGET) &&
James Smart92d7f7b2007-06-17 19:56:38 -05004413 (ndlp->nlp_flag & NLP_DELAY_TMO)) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004414 return 0;
dea31012005-04-17 16:05:31 -05004415 }
4416 if (icmd->ulpContext == (volatile ushort)ndlp->nlp_rpi) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004417 return 1;
dea31012005-04-17 16:05:31 -05004418 }
4419 } else if (pring->ringno == psli->next_ring) {
4420
4421 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004422 return 0;
dea31012005-04-17 16:05:31 -05004423}
4424
4425/*
4426 * Free resources / clean up outstanding I/Os
4427 * associated with nlp_rpi in the LPFC_NODELIST entry.
4428 */
4429static int
James Smart2e0fef82007-06-17 19:56:36 -05004430lpfc_no_rpi(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004431{
James Smart2534ba72007-04-25 09:52:20 -04004432 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05004433 struct lpfc_sli *psli;
4434 struct lpfc_sli_ring *pring;
4435 struct lpfc_iocbq *iocb, *next_iocb;
James Smart6a9c52c2009-10-02 15:16:51 -04004436 uint32_t i;
dea31012005-04-17 16:05:31 -05004437
James Smart92d7f7b2007-06-17 19:56:38 -05004438 lpfc_fabric_abort_nport(ndlp);
4439
dea31012005-04-17 16:05:31 -05004440 /*
4441 * Everything that matches on txcmplq will be returned
4442 * by firmware with a no rpi error.
4443 */
4444 psli = &phba->sli;
James Smart40426292010-12-15 17:58:10 -05004445 if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
dea31012005-04-17 16:05:31 -05004446 /* Now process each ring */
4447 for (i = 0; i < psli->num_rings; i++) {
4448 pring = &psli->ring[i];
4449
James Smart2e0fef82007-06-17 19:56:36 -05004450 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004451 list_for_each_entry_safe(iocb, next_iocb, &pring->txq,
James Smart2e0fef82007-06-17 19:56:36 -05004452 list) {
dea31012005-04-17 16:05:31 -05004453 /*
4454 * Check to see if iocb matches the nport we are
4455 * looking for
4456 */
James Smart92d7f7b2007-06-17 19:56:38 -05004457 if ((lpfc_check_sli_ndlp(phba, pring, iocb,
4458 ndlp))) {
dea31012005-04-17 16:05:31 -05004459 /* It matches, so deque and call compl
4460 with an error */
James Smart2534ba72007-04-25 09:52:20 -04004461 list_move_tail(&iocb->list,
4462 &completions);
dea31012005-04-17 16:05:31 -05004463 }
4464 }
James Smart2e0fef82007-06-17 19:56:36 -05004465 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004466 }
4467 }
James Smart2534ba72007-04-25 09:52:20 -04004468
James Smarta257bf92009-04-06 18:48:10 -04004469 /* Cancel all the IOCBs from the completions list */
4470 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
4471 IOERR_SLI_ABORTED);
James Smart2534ba72007-04-25 09:52:20 -04004472
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004473 return 0;
dea31012005-04-17 16:05:31 -05004474}
4475
James Smart086a3452012-08-14 14:25:21 -04004476/**
4477 * lpfc_nlp_logo_unreg - Unreg mailbox completion handler before LOGO
4478 * @phba: Pointer to HBA context object.
4479 * @pmb: Pointer to mailbox object.
4480 *
4481 * This function will issue an ELS LOGO command after completing
4482 * the UNREG_RPI.
4483 **/
Rashika Kheriab86a6752014-09-03 12:55:17 -04004484static void
James Smart086a3452012-08-14 14:25:21 -04004485lpfc_nlp_logo_unreg(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
4486{
4487 struct lpfc_vport *vport = pmb->vport;
4488 struct lpfc_nodelist *ndlp;
4489
4490 ndlp = (struct lpfc_nodelist *)(pmb->context1);
4491 if (!ndlp)
4492 return;
4493 lpfc_issue_els_logo(vport, ndlp, 0);
James Smart4aa74c32013-09-06 12:19:06 -04004494 mempool_free(pmb, phba->mbox_mem_pool);
James Smart086a3452012-08-14 14:25:21 -04004495}
4496
dea31012005-04-17 16:05:31 -05004497/*
4498 * Free rpi associated with LPFC_NODELIST entry.
4499 * This routine is called from lpfc_freenode(), when we are removing
4500 * a LPFC_NODELIST entry. It is also called if the driver initiates a
4501 * LOGO that completes successfully, and we are waiting to PLOGI back
4502 * to the remote NPort. In addition, it is called after we receive
4503 * and unsolicated ELS cmd, send back a rsp, the rsp completes and
4504 * we are waiting to PLOGI back to the remote NPort.
4505 */
4506int
James Smart2e0fef82007-06-17 19:56:36 -05004507lpfc_unreg_rpi(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004508{
James Smart2e0fef82007-06-17 19:56:36 -05004509 struct lpfc_hba *phba = vport->phba;
4510 LPFC_MBOXQ_t *mbox;
James Smart7c5e5182015-05-22 10:42:43 -04004511 int rc, acc_plogi = 1;
James Smart6d368e52011-05-24 11:44:12 -04004512 uint16_t rpi;
dea31012005-04-17 16:05:31 -05004513
James Smartf454a9a2013-09-06 12:20:07 -04004514 if (ndlp->nlp_flag & NLP_RPI_REGISTERED ||
4515 ndlp->nlp_flag & NLP_REG_LOGIN_SEND) {
4516 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND)
4517 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
4518 "3366 RPI x%x needs to be "
4519 "unregistered nlp_flag x%x "
4520 "did x%x\n",
4521 ndlp->nlp_rpi, ndlp->nlp_flag,
4522 ndlp->nlp_DID);
James Smart2e0fef82007-06-17 19:56:36 -05004523 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4524 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04004525 /* SLI4 ports require the physical rpi value. */
4526 rpi = ndlp->nlp_rpi;
4527 if (phba->sli_rev == LPFC_SLI_REV4)
4528 rpi = phba->sli4_hba.rpi_ids[ndlp->nlp_rpi];
James Smart086a3452012-08-14 14:25:21 -04004529
James Smart6d368e52011-05-24 11:44:12 -04004530 lpfc_unreg_login(phba, vport->vpi, rpi, mbox);
James Smarted957682007-06-17 19:56:37 -05004531 mbox->vport = vport;
James Smart086a3452012-08-14 14:25:21 -04004532 if (ndlp->nlp_flag & NLP_ISSUE_LOGO) {
4533 mbox->context1 = ndlp;
4534 mbox->mbox_cmpl = lpfc_nlp_logo_unreg;
4535 } else {
James Smartbe6bb942015-04-07 15:07:22 -04004536 if (phba->sli_rev == LPFC_SLI_REV4 &&
4537 (!(vport->load_flag & FC_UNLOADING)) &&
4538 (bf_get(lpfc_sli_intf_if_type,
4539 &phba->sli4_hba.sli_intf) ==
4540 LPFC_SLI_INTF_IF_TYPE_2)) {
4541 mbox->context1 = lpfc_nlp_get(ndlp);
4542 mbox->mbox_cmpl =
4543 lpfc_sli4_unreg_rpi_cmpl_clr;
James Smart7c5e5182015-05-22 10:42:43 -04004544 /*
4545 * accept PLOGIs after unreg_rpi_cmpl
4546 */
4547 acc_plogi = 0;
James Smartbe6bb942015-04-07 15:07:22 -04004548 } else
4549 mbox->mbox_cmpl =
4550 lpfc_sli_def_mbox_cmpl;
James Smart086a3452012-08-14 14:25:21 -04004551 }
4552
James Smart0b727fe2007-10-27 13:37:25 -04004553 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart7c5e5182015-05-22 10:42:43 -04004554 if (rc == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -05004555 mempool_free(mbox, phba->mbox_mem_pool);
James Smart7c5e5182015-05-22 10:42:43 -04004556 acc_plogi = 1;
4557 }
dea31012005-04-17 16:05:31 -05004558 }
dea31012005-04-17 16:05:31 -05004559 lpfc_no_rpi(phba, ndlp);
James Smartd7c47992010-06-08 18:31:54 -04004560
James Smart40426292010-12-15 17:58:10 -05004561 if (phba->sli_rev != LPFC_SLI_REV4)
4562 ndlp->nlp_rpi = 0;
4563 ndlp->nlp_flag &= ~NLP_RPI_REGISTERED;
James Smart0c287582009-06-10 17:22:56 -04004564 ndlp->nlp_flag &= ~NLP_NPR_ADISC;
James Smart7c5e5182015-05-22 10:42:43 -04004565 if (acc_plogi)
4566 ndlp->nlp_flag &= ~NLP_LOGO_ACC;
dea31012005-04-17 16:05:31 -05004567 return 1;
4568 }
James Smart7c5e5182015-05-22 10:42:43 -04004569 ndlp->nlp_flag &= ~NLP_LOGO_ACC;
dea31012005-04-17 16:05:31 -05004570 return 0;
4571}
4572
James Smartecfd03c2010-02-12 14:41:27 -05004573/**
4574 * lpfc_unreg_hba_rpis - Unregister rpis registered to the hba.
4575 * @phba: pointer to lpfc hba data structure.
4576 *
4577 * This routine is invoked to unregister all the currently registered RPIs
4578 * to the HBA.
4579 **/
4580void
4581lpfc_unreg_hba_rpis(struct lpfc_hba *phba)
4582{
4583 struct lpfc_vport **vports;
4584 struct lpfc_nodelist *ndlp;
4585 struct Scsi_Host *shost;
4586 int i;
4587
4588 vports = lpfc_create_vport_work_array(phba);
James Smart63e801c2010-11-20 23:14:19 -05004589 if (!vports) {
4590 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
4591 "2884 Vport array allocation failed \n");
4592 return;
4593 }
James Smartecfd03c2010-02-12 14:41:27 -05004594 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
4595 shost = lpfc_shost_from_vport(vports[i]);
4596 spin_lock_irq(shost->host_lock);
4597 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) {
James Smart40426292010-12-15 17:58:10 -05004598 if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
James Smart0c9ab6f2010-02-26 14:15:57 -05004599 /* The mempool_alloc might sleep */
4600 spin_unlock_irq(shost->host_lock);
James Smartecfd03c2010-02-12 14:41:27 -05004601 lpfc_unreg_rpi(vports[i], ndlp);
James Smart0c9ab6f2010-02-26 14:15:57 -05004602 spin_lock_irq(shost->host_lock);
4603 }
James Smartecfd03c2010-02-12 14:41:27 -05004604 }
4605 spin_unlock_irq(shost->host_lock);
4606 }
4607 lpfc_destroy_vport_work_array(phba, vports);
4608}
4609
James Smart92d7f7b2007-06-17 19:56:38 -05004610void
4611lpfc_unreg_all_rpis(struct lpfc_vport *vport)
4612{
4613 struct lpfc_hba *phba = vport->phba;
4614 LPFC_MBOXQ_t *mbox;
4615 int rc;
4616
James Smart5af5eee2010-10-22 11:06:38 -04004617 if (phba->sli_rev == LPFC_SLI_REV4) {
4618 lpfc_sli4_unreg_all_rpis(vport);
4619 return;
4620 }
4621
James Smart92d7f7b2007-06-17 19:56:38 -05004622 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4623 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04004624 lpfc_unreg_login(phba, vport->vpi, LPFC_UNREG_ALL_RPIS_VPORT,
4625 mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05004626 mbox->vport = vport;
4627 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart09372822008-01-11 01:52:54 -05004628 mbox->context1 = NULL;
4629 rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO);
James Smarta257bf92009-04-06 18:48:10 -04004630 if (rc != MBX_TIMEOUT)
James Smart92d7f7b2007-06-17 19:56:38 -05004631 mempool_free(mbox, phba->mbox_mem_pool);
James Smarta257bf92009-04-06 18:48:10 -04004632
4633 if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED))
4634 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
4635 "1836 Could not issue "
4636 "unreg_login(all_rpis) status %d\n", rc);
James Smart92d7f7b2007-06-17 19:56:38 -05004637 }
4638}
4639
4640void
4641lpfc_unreg_default_rpis(struct lpfc_vport *vport)
4642{
4643 struct lpfc_hba *phba = vport->phba;
4644 LPFC_MBOXQ_t *mbox;
4645 int rc;
4646
4647 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4648 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04004649 lpfc_unreg_did(phba, vport->vpi, LPFC_UNREG_ALL_DFLT_RPIS,
4650 mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05004651 mbox->vport = vport;
4652 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart09372822008-01-11 01:52:54 -05004653 mbox->context1 = NULL;
4654 rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO);
James Smarta257bf92009-04-06 18:48:10 -04004655 if (rc != MBX_TIMEOUT)
4656 mempool_free(mbox, phba->mbox_mem_pool);
4657
4658 if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED))
James Smarte8b62012007-08-02 11:10:09 -04004659 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
4660 "1815 Could not issue "
James Smarta257bf92009-04-06 18:48:10 -04004661 "unreg_did (default rpis) status %d\n",
4662 rc);
James Smart92d7f7b2007-06-17 19:56:38 -05004663 }
4664}
4665
dea31012005-04-17 16:05:31 -05004666/*
4667 * Free resources associated with LPFC_NODELIST entry
4668 * so it can be freed.
4669 */
4670static int
James Smart2e0fef82007-06-17 19:56:36 -05004671lpfc_cleanup_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004672{
James Smart2e0fef82007-06-17 19:56:36 -05004673 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4674 struct lpfc_hba *phba = vport->phba;
4675 LPFC_MBOXQ_t *mb, *nextmb;
dea31012005-04-17 16:05:31 -05004676 struct lpfc_dmabuf *mp;
dea31012005-04-17 16:05:31 -05004677
4678 /* Cleanup node for NPort <nlp_DID> */
James Smarte8b62012007-08-02 11:10:09 -04004679 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4680 "0900 Cleanup node for NPort x%x "
4681 "Data: x%x x%x x%x\n",
4682 ndlp->nlp_DID, ndlp->nlp_flag,
4683 ndlp->nlp_state, ndlp->nlp_rpi);
James Smarte47c9092008-02-08 18:49:26 -05004684 if (NLP_CHK_FREE_REQ(ndlp)) {
4685 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4686 "0280 lpfc_cleanup_node: ndlp:x%p "
4687 "usgmap:x%x refcnt:%d\n",
4688 (void *)ndlp, ndlp->nlp_usg_map,
4689 atomic_read(&ndlp->kref.refcount));
4690 lpfc_dequeue_node(vport, ndlp);
4691 } else {
4692 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4693 "0281 lpfc_cleanup_node: ndlp:x%p "
4694 "usgmap:x%x refcnt:%d\n",
4695 (void *)ndlp, ndlp->nlp_usg_map,
4696 atomic_read(&ndlp->kref.refcount));
4697 lpfc_disable_node(vport, ndlp);
4698 }
dea31012005-04-17 16:05:31 -05004699
James Smart086a3452012-08-14 14:25:21 -04004700
4701 /* Don't need to clean up REG_LOGIN64 cmds for Default RPI cleanup */
4702
dea31012005-04-17 16:05:31 -05004703 /* cleanup any ndlp on mbox q waiting for reglogin cmpl */
4704 if ((mb = phba->sli.mbox_active)) {
James Smart04c68492009-05-22 14:52:52 -04004705 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) &&
James Smart086a3452012-08-14 14:25:21 -04004706 !(mb->mbox_flag & LPFC_MBX_IMED_UNREG) &&
dea31012005-04-17 16:05:31 -05004707 (ndlp == (struct lpfc_nodelist *) mb->context2)) {
4708 mb->context2 = NULL;
4709 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
4710 }
4711 }
James Smart33ccf8d2006-08-17 11:57:58 -04004712
James Smart2e0fef82007-06-17 19:56:36 -05004713 spin_lock_irq(&phba->hbalock);
James Smart5ac6b302010-10-22 11:05:36 -04004714 /* Cleanup REG_LOGIN completions which are not yet processed */
4715 list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) {
4716 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) ||
James Smart086a3452012-08-14 14:25:21 -04004717 (mb->mbox_flag & LPFC_MBX_IMED_UNREG) ||
James Smart5ac6b302010-10-22 11:05:36 -04004718 (ndlp != (struct lpfc_nodelist *) mb->context2))
4719 continue;
4720
4721 mb->context2 = NULL;
4722 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
4723 }
4724
dea31012005-04-17 16:05:31 -05004725 list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) {
James Smart04c68492009-05-22 14:52:52 -04004726 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) &&
James Smart086a3452012-08-14 14:25:21 -04004727 !(mb->mbox_flag & LPFC_MBX_IMED_UNREG) &&
James Smart92d7f7b2007-06-17 19:56:38 -05004728 (ndlp == (struct lpfc_nodelist *) mb->context2)) {
dea31012005-04-17 16:05:31 -05004729 mp = (struct lpfc_dmabuf *) (mb->context1);
4730 if (mp) {
James Smart2e0fef82007-06-17 19:56:36 -05004731 __lpfc_mbuf_free(phba, mp->virt, mp->phys);
dea31012005-04-17 16:05:31 -05004732 kfree(mp);
4733 }
4734 list_del(&mb->list);
4735 mempool_free(mb, phba->mbox_mem_pool);
James Smarte47c9092008-02-08 18:49:26 -05004736 /* We shall not invoke the lpfc_nlp_put to decrement
4737 * the ndlp reference count as we are in the process
4738 * of lpfc_nlp_release.
4739 */
dea31012005-04-17 16:05:31 -05004740 }
4741 }
James Smart2e0fef82007-06-17 19:56:36 -05004742 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004743
James Smarte47c9092008-02-08 18:49:26 -05004744 lpfc_els_abort(phba, ndlp);
4745
James Smart2e0fef82007-06-17 19:56:36 -05004746 spin_lock_irq(shost->host_lock);
James Smartc01f3202006-08-18 17:47:08 -04004747 ndlp->nlp_flag &= ~NLP_DELAY_TMO;
James Smart2e0fef82007-06-17 19:56:36 -05004748 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004749
Jamie Wellnitz5024ab12006-02-28 19:25:28 -05004750 ndlp->nlp_last_elscmd = 0;
dea31012005-04-17 16:05:31 -05004751 del_timer_sync(&ndlp->nlp_delayfunc);
4752
James Smart0d2b6b82008-06-14 22:52:47 -04004753 list_del_init(&ndlp->els_retry_evt.evt_listp);
4754 list_del_init(&ndlp->dev_loss_evt.evt_listp);
James Smart1151e3e2011-02-16 12:39:35 -05004755 lpfc_cleanup_vports_rrqs(vport, ndlp);
James Smart2e0fef82007-06-17 19:56:36 -05004756 lpfc_unreg_rpi(vport, ndlp);
dea31012005-04-17 16:05:31 -05004757
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004758 return 0;
dea31012005-04-17 16:05:31 -05004759}
4760
4761/*
4762 * Check to see if we can free the nlp back to the freelist.
4763 * If we are in the middle of using the nlp in the discovery state
4764 * machine, defer the free till we reach the end of the state machine.
4765 */
James Smart329f9bc2007-04-25 09:53:01 -04004766static void
James Smart2e0fef82007-06-17 19:56:36 -05004767lpfc_nlp_remove(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004768{
James Smarta8adb832007-10-27 13:37:53 -04004769 struct lpfc_hba *phba = vport->phba;
James Smart1dcb58e2007-04-25 09:51:30 -04004770 struct lpfc_rport_data *rdata;
James Smart466e8402015-05-21 13:55:28 -04004771 struct fc_rport *rport;
James Smarta8adb832007-10-27 13:37:53 -04004772 LPFC_MBOXQ_t *mbox;
4773 int rc;
dea31012005-04-17 16:05:31 -05004774
James Smart0d2b6b82008-06-14 22:52:47 -04004775 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smart21e9a0a2009-05-22 14:53:21 -04004776 if ((ndlp->nlp_flag & NLP_DEFER_RM) &&
James Smart40426292010-12-15 17:58:10 -05004777 !(ndlp->nlp_flag & NLP_REG_LOGIN_SEND) &&
4778 !(ndlp->nlp_flag & NLP_RPI_REGISTERED)) {
James Smarta8adb832007-10-27 13:37:53 -04004779 /* For this case we need to cleanup the default rpi
4780 * allocated by the firmware.
4781 */
James Smartbe6bb942015-04-07 15:07:22 -04004782 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4783 "0005 rpi:%x DID:%x flg:%x %d map:%x %p\n",
4784 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag,
4785 atomic_read(&ndlp->kref.refcount),
4786 ndlp->nlp_usg_map, ndlp);
James Smarta8adb832007-10-27 13:37:53 -04004787 if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL))
4788 != NULL) {
James Smart21e9a0a2009-05-22 14:53:21 -04004789 rc = lpfc_reg_rpi(phba, vport->vpi, ndlp->nlp_DID,
James Smart40426292010-12-15 17:58:10 -05004790 (uint8_t *) &vport->fc_sparam, mbox, ndlp->nlp_rpi);
James Smarta8adb832007-10-27 13:37:53 -04004791 if (rc) {
4792 mempool_free(mbox, phba->mbox_mem_pool);
4793 }
4794 else {
4795 mbox->mbox_flag |= LPFC_MBX_IMED_UNREG;
4796 mbox->mbox_cmpl = lpfc_mbx_cmpl_dflt_rpi;
4797 mbox->vport = vport;
James Smart086a3452012-08-14 14:25:21 -04004798 mbox->context2 = ndlp;
James Smarta8adb832007-10-27 13:37:53 -04004799 rc =lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
4800 if (rc == MBX_NOT_FINISHED) {
4801 mempool_free(mbox, phba->mbox_mem_pool);
4802 }
4803 }
4804 }
4805 }
James Smart2e0fef82007-06-17 19:56:36 -05004806 lpfc_cleanup_node(vport, ndlp);
James Smart1dcb58e2007-04-25 09:51:30 -04004807
James Smart2e0fef82007-06-17 19:56:36 -05004808 /*
James Smart466e8402015-05-21 13:55:28 -04004809 * ndlp->rport must be set to NULL before it reaches here
4810 * i.e. break rport/node link before doing lpfc_nlp_put for
4811 * registered rport and then drop the reference of rport.
James Smart2e0fef82007-06-17 19:56:36 -05004812 */
James Smart92d7f7b2007-06-17 19:56:38 -05004813 if (ndlp->rport) {
James Smart466e8402015-05-21 13:55:28 -04004814 /*
4815 * extra lpfc_nlp_put dropped the reference of ndlp
4816 * for registered rport so need to cleanup rport
4817 */
4818 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4819 "0940 removed node x%p DID x%x "
4820 " rport not null %p\n",
4821 ndlp, ndlp->nlp_DID, ndlp->rport);
4822 rport = ndlp->rport;
4823 rdata = rport->dd_data;
James Smart329f9bc2007-04-25 09:53:01 -04004824 rdata->pnode = NULL;
4825 ndlp->rport = NULL;
James Smart466e8402015-05-21 13:55:28 -04004826 put_device(&rport->dev);
dea31012005-04-17 16:05:31 -05004827 }
dea31012005-04-17 16:05:31 -05004828}
4829
4830static int
James Smart2e0fef82007-06-17 19:56:36 -05004831lpfc_matchdid(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4832 uint32_t did)
dea31012005-04-17 16:05:31 -05004833{
James Smart2e0fef82007-06-17 19:56:36 -05004834 D_ID mydid, ndlpdid, matchdid;
dea31012005-04-17 16:05:31 -05004835
4836 if (did == Bcast_DID)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004837 return 0;
dea31012005-04-17 16:05:31 -05004838
dea31012005-04-17 16:05:31 -05004839 /* First check for Direct match */
4840 if (ndlp->nlp_DID == did)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004841 return 1;
dea31012005-04-17 16:05:31 -05004842
4843 /* Next check for area/domain identically equals 0 match */
James Smart2e0fef82007-06-17 19:56:36 -05004844 mydid.un.word = vport->fc_myDID;
dea31012005-04-17 16:05:31 -05004845 if ((mydid.un.b.domain == 0) && (mydid.un.b.area == 0)) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004846 return 0;
dea31012005-04-17 16:05:31 -05004847 }
4848
4849 matchdid.un.word = did;
4850 ndlpdid.un.word = ndlp->nlp_DID;
4851 if (matchdid.un.b.id == ndlpdid.un.b.id) {
4852 if ((mydid.un.b.domain == matchdid.un.b.domain) &&
4853 (mydid.un.b.area == matchdid.un.b.area)) {
James Smart6b337e02015-05-21 13:55:23 -04004854 /* This code is supposed to match the ID
4855 * for a private loop device that is
4856 * connect to fl_port. But we need to
4857 * check that the port did not just go
4858 * from pt2pt to fabric or we could end
4859 * up matching ndlp->nlp_DID 000001 to
4860 * fabric DID 0x20101
4861 */
dea31012005-04-17 16:05:31 -05004862 if ((ndlpdid.un.b.domain == 0) &&
4863 (ndlpdid.un.b.area == 0)) {
James Smart6b337e02015-05-21 13:55:23 -04004864 if (ndlpdid.un.b.id &&
4865 vport->phba->fc_topology ==
4866 LPFC_TOPOLOGY_LOOP)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004867 return 1;
dea31012005-04-17 16:05:31 -05004868 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004869 return 0;
dea31012005-04-17 16:05:31 -05004870 }
4871
4872 matchdid.un.word = ndlp->nlp_DID;
4873 if ((mydid.un.b.domain == ndlpdid.un.b.domain) &&
4874 (mydid.un.b.area == ndlpdid.un.b.area)) {
4875 if ((matchdid.un.b.domain == 0) &&
4876 (matchdid.un.b.area == 0)) {
4877 if (matchdid.un.b.id)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004878 return 1;
dea31012005-04-17 16:05:31 -05004879 }
4880 }
4881 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004882 return 0;
dea31012005-04-17 16:05:31 -05004883}
4884
James Smart685f0bf2007-04-25 09:53:08 -04004885/* Search for a nodelist entry */
James Smart2e0fef82007-06-17 19:56:36 -05004886static struct lpfc_nodelist *
4887__lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05004888{
James Smart2fb9bd82006-12-02 13:33:57 -05004889 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05004890 uint32_t data1;
4891
James Smart2e0fef82007-06-17 19:56:36 -05004892 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
4893 if (lpfc_matchdid(vport, ndlp, did)) {
James Smart685f0bf2007-04-25 09:53:08 -04004894 data1 = (((uint32_t) ndlp->nlp_state << 24) |
4895 ((uint32_t) ndlp->nlp_xri << 16) |
4896 ((uint32_t) ndlp->nlp_type << 8) |
4897 ((uint32_t) ndlp->nlp_rpi & 0xff));
James Smarte8b62012007-08-02 11:10:09 -04004898 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4899 "0929 FIND node DID "
James Smartcff261f2013-12-17 20:29:47 -05004900 "Data: x%p x%x x%x x%x %p\n",
James Smarte8b62012007-08-02 11:10:09 -04004901 ndlp, ndlp->nlp_DID,
James Smartcff261f2013-12-17 20:29:47 -05004902 ndlp->nlp_flag, data1,
4903 ndlp->active_rrqs_xri_bitmap);
James Smart685f0bf2007-04-25 09:53:08 -04004904 return ndlp;
dea31012005-04-17 16:05:31 -05004905 }
4906 }
Jamie Wellnitz66a9ed62006-02-28 22:33:10 -05004907
dea31012005-04-17 16:05:31 -05004908 /* FIND node did <did> NOT FOUND */
James Smarte8b62012007-08-02 11:10:09 -04004909 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4910 "0932 FIND node did x%x NOT FOUND.\n", did);
dea31012005-04-17 16:05:31 -05004911 return NULL;
4912}
4913
4914struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05004915lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05004916{
James Smart2e0fef82007-06-17 19:56:36 -05004917 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
dea31012005-04-17 16:05:31 -05004918 struct lpfc_nodelist *ndlp;
James Smartfedd3b72011-02-16 12:39:24 -05004919 unsigned long iflags;
dea31012005-04-17 16:05:31 -05004920
James Smartfedd3b72011-02-16 12:39:24 -05004921 spin_lock_irqsave(shost->host_lock, iflags);
James Smart2e0fef82007-06-17 19:56:36 -05004922 ndlp = __lpfc_findnode_did(vport, did);
James Smartfedd3b72011-02-16 12:39:24 -05004923 spin_unlock_irqrestore(shost->host_lock, iflags);
James Smart2e0fef82007-06-17 19:56:36 -05004924 return ndlp;
4925}
4926
4927struct lpfc_nodelist *
4928lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did)
4929{
4930 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4931 struct lpfc_nodelist *ndlp;
4932
4933 ndlp = lpfc_findnode_did(vport, did);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004934 if (!ndlp) {
James Smart2e0fef82007-06-17 19:56:36 -05004935 if ((vport->fc_flag & FC_RSCN_MODE) != 0 &&
4936 lpfc_rscn_payload_check(vport, did) == 0)
dea31012005-04-17 16:05:31 -05004937 return NULL;
4938 ndlp = (struct lpfc_nodelist *)
James Smart2e0fef82007-06-17 19:56:36 -05004939 mempool_alloc(vport->phba->nlp_mem_pool, GFP_KERNEL);
dea31012005-04-17 16:05:31 -05004940 if (!ndlp)
4941 return NULL;
James Smart2e0fef82007-06-17 19:56:36 -05004942 lpfc_nlp_init(vport, ndlp, did);
4943 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
4944 spin_lock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004945 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smart2e0fef82007-06-17 19:56:36 -05004946 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004947 return ndlp;
James Smarte47c9092008-02-08 18:49:26 -05004948 } else if (!NLP_CHK_NODE_ACT(ndlp)) {
4949 ndlp = lpfc_enable_node(vport, ndlp, NLP_STE_NPR_NODE);
4950 if (!ndlp)
4951 return NULL;
4952 spin_lock_irq(shost->host_lock);
4953 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
4954 spin_unlock_irq(shost->host_lock);
4955 return ndlp;
dea31012005-04-17 16:05:31 -05004956 }
James Smarte47c9092008-02-08 18:49:26 -05004957
James Smart58da1ff2008-04-07 10:15:56 -04004958 if ((vport->fc_flag & FC_RSCN_MODE) &&
4959 !(vport->fc_flag & FC_NDISC_ACTIVE)) {
James Smart2e0fef82007-06-17 19:56:36 -05004960 if (lpfc_rscn_payload_check(vport, did)) {
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004961 /* If we've already received a PLOGI from this NPort
James Smart87af33f2007-10-27 13:37:43 -04004962 * we don't need to try to discover it again.
4963 */
4964 if (ndlp->nlp_flag & NLP_RCV_PLOGI)
4965 return NULL;
4966
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004967 /* Since this node is marked for discovery,
4968 * delay timeout is not needed.
4969 */
James Smart0d2b6b82008-06-14 22:52:47 -04004970 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smarta257bf92009-04-06 18:48:10 -04004971 spin_lock_irq(shost->host_lock);
4972 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
4973 spin_unlock_irq(shost->host_lock);
James Smart071fbd3d2006-04-15 11:53:20 -04004974 } else
dea31012005-04-17 16:05:31 -05004975 ndlp = NULL;
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004976 } else {
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004977 /* If we've already received a PLOGI from this NPort,
James Smart87af33f2007-10-27 13:37:43 -04004978 * or we are already in the process of discovery on it,
4979 * we don't need to try to discover it again.
4980 */
James Smart685f0bf2007-04-25 09:53:08 -04004981 if (ndlp->nlp_state == NLP_STE_ADISC_ISSUE ||
James Smart87af33f2007-10-27 13:37:43 -04004982 ndlp->nlp_state == NLP_STE_PLOGI_ISSUE ||
4983 ndlp->nlp_flag & NLP_RCV_PLOGI)
dea31012005-04-17 16:05:31 -05004984 return NULL;
James Smart2e0fef82007-06-17 19:56:36 -05004985 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
4986 spin_lock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004987 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smart2e0fef82007-06-17 19:56:36 -05004988 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004989 }
4990 return ndlp;
4991}
4992
4993/* Build a list of nodes to discover based on the loopmap */
4994void
James Smart2e0fef82007-06-17 19:56:36 -05004995lpfc_disc_list_loopmap(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004996{
James Smart2e0fef82007-06-17 19:56:36 -05004997 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05004998 int j;
4999 uint32_t alpa, index;
5000
James Smart2e0fef82007-06-17 19:56:36 -05005001 if (!lpfc_is_link_up(phba))
dea31012005-04-17 16:05:31 -05005002 return;
James Smart2e0fef82007-06-17 19:56:36 -05005003
James Smart76a95d72010-11-20 23:11:48 -05005004 if (phba->fc_topology != LPFC_TOPOLOGY_LOOP)
dea31012005-04-17 16:05:31 -05005005 return;
dea31012005-04-17 16:05:31 -05005006
5007 /* Check for loop map present or not */
5008 if (phba->alpa_map[0]) {
5009 for (j = 1; j <= phba->alpa_map[0]; j++) {
5010 alpa = phba->alpa_map[j];
James Smart2e0fef82007-06-17 19:56:36 -05005011 if (((vport->fc_myDID & 0xff) == alpa) || (alpa == 0))
dea31012005-04-17 16:05:31 -05005012 continue;
James Smart2e0fef82007-06-17 19:56:36 -05005013 lpfc_setup_disc_node(vport, alpa);
dea31012005-04-17 16:05:31 -05005014 }
5015 } else {
5016 /* No alpamap, so try all alpa's */
5017 for (j = 0; j < FC_MAXLOOP; j++) {
5018 /* If cfg_scan_down is set, start from highest
5019 * ALPA (0xef) to lowest (0x1).
5020 */
James Smart3de2a652007-08-02 11:09:59 -04005021 if (vport->cfg_scan_down)
dea31012005-04-17 16:05:31 -05005022 index = j;
5023 else
5024 index = FC_MAXLOOP - j - 1;
5025 alpa = lpfcAlpaArray[index];
James Smart2e0fef82007-06-17 19:56:36 -05005026 if ((vport->fc_myDID & 0xff) == alpa)
dea31012005-04-17 16:05:31 -05005027 continue;
James Smart2e0fef82007-06-17 19:56:36 -05005028 lpfc_setup_disc_node(vport, alpa);
dea31012005-04-17 16:05:31 -05005029 }
5030 }
5031 return;
5032}
5033
dea31012005-04-17 16:05:31 -05005034void
James Smart2e0fef82007-06-17 19:56:36 -05005035lpfc_issue_clear_la(struct lpfc_hba *phba, struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005036{
dea31012005-04-17 16:05:31 -05005037 LPFC_MBOXQ_t *mbox;
James Smart2e0fef82007-06-17 19:56:36 -05005038 struct lpfc_sli *psli = &phba->sli;
5039 struct lpfc_sli_ring *extra_ring = &psli->ring[psli->extra_ring];
5040 struct lpfc_sli_ring *fcp_ring = &psli->ring[psli->fcp_ring];
5041 struct lpfc_sli_ring *next_ring = &psli->ring[psli->next_ring];
5042 int rc;
5043
James Smart92d7f7b2007-06-17 19:56:38 -05005044 /*
5045 * if it's not a physical port or if we already send
5046 * clear_la then don't send it.
5047 */
5048 if ((phba->link_state >= LPFC_CLEAR_LA) ||
James Smartda0436e2009-05-22 14:51:39 -04005049 (vport->port_type != LPFC_PHYSICAL_PORT) ||
5050 (phba->sli_rev == LPFC_SLI_REV4))
James Smart92d7f7b2007-06-17 19:56:38 -05005051 return;
5052
James Smart2e0fef82007-06-17 19:56:36 -05005053 /* Link up discovery */
5054 if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL)) != NULL) {
5055 phba->link_state = LPFC_CLEAR_LA;
5056 lpfc_clear_la(phba, mbox);
5057 mbox->mbox_cmpl = lpfc_mbx_cmpl_clear_la;
5058 mbox->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -04005059 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart2e0fef82007-06-17 19:56:36 -05005060 if (rc == MBX_NOT_FINISHED) {
5061 mempool_free(mbox, phba->mbox_mem_pool);
5062 lpfc_disc_flush_list(vport);
5063 extra_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
5064 fcp_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
5065 next_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
James Smart92d7f7b2007-06-17 19:56:38 -05005066 phba->link_state = LPFC_HBA_ERROR;
5067 }
5068 }
5069}
5070
5071/* Reg_vpi to tell firmware to resume normal operations */
5072void
5073lpfc_issue_reg_vpi(struct lpfc_hba *phba, struct lpfc_vport *vport)
5074{
5075 LPFC_MBOXQ_t *regvpimbox;
5076
5077 regvpimbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5078 if (regvpimbox) {
James Smartda0436e2009-05-22 14:51:39 -04005079 lpfc_reg_vpi(vport, regvpimbox);
James Smart92d7f7b2007-06-17 19:56:38 -05005080 regvpimbox->mbox_cmpl = lpfc_mbx_cmpl_reg_vpi;
5081 regvpimbox->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -04005082 if (lpfc_sli_issue_mbox(phba, regvpimbox, MBX_NOWAIT)
James Smart92d7f7b2007-06-17 19:56:38 -05005083 == MBX_NOT_FINISHED) {
5084 mempool_free(regvpimbox, phba->mbox_mem_pool);
James Smart2e0fef82007-06-17 19:56:36 -05005085 }
5086 }
5087}
5088
5089/* Start Link up / RSCN discovery on NPR nodes */
5090void
5091lpfc_disc_start(struct lpfc_vport *vport)
5092{
5093 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5094 struct lpfc_hba *phba = vport->phba;
James Smart685f0bf2007-04-25 09:53:08 -04005095 uint32_t num_sent;
dea31012005-04-17 16:05:31 -05005096 uint32_t clear_la_pending;
dea31012005-04-17 16:05:31 -05005097
James Smarte74c03c2013-04-17 20:15:19 -04005098 if (!lpfc_is_link_up(phba)) {
5099 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
5100 "3315 Link is not up %x\n",
5101 phba->link_state);
dea31012005-04-17 16:05:31 -05005102 return;
James Smarte74c03c2013-04-17 20:15:19 -04005103 }
James Smart2e0fef82007-06-17 19:56:36 -05005104
5105 if (phba->link_state == LPFC_CLEAR_LA)
dea31012005-04-17 16:05:31 -05005106 clear_la_pending = 1;
5107 else
5108 clear_la_pending = 0;
5109
James Smart2e0fef82007-06-17 19:56:36 -05005110 if (vport->port_state < LPFC_VPORT_READY)
5111 vport->port_state = LPFC_DISC_AUTH;
dea31012005-04-17 16:05:31 -05005112
James Smart2e0fef82007-06-17 19:56:36 -05005113 lpfc_set_disctmo(vport);
5114
James Smart2e0fef82007-06-17 19:56:36 -05005115 vport->fc_prevDID = vport->fc_myDID;
5116 vport->num_disc_nodes = 0;
dea31012005-04-17 16:05:31 -05005117
5118 /* Start Discovery state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04005119 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
5120 "0202 Start Discovery hba state x%x "
5121 "Data: x%x x%x x%x\n",
5122 vport->port_state, vport->fc_flag, vport->fc_plogi_cnt,
5123 vport->fc_adisc_cnt);
dea31012005-04-17 16:05:31 -05005124
5125 /* First do ADISCs - if any */
James Smart2e0fef82007-06-17 19:56:36 -05005126 num_sent = lpfc_els_disc_adisc(vport);
dea31012005-04-17 16:05:31 -05005127
5128 if (num_sent)
5129 return;
5130
James Smart6fa139f2013-04-17 20:20:00 -04005131 /* Register the VPI for SLI3, NPIV only. */
James Smart92d7f7b2007-06-17 19:56:38 -05005132 if ((phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) &&
James Smart1b32f6a2008-02-08 18:49:39 -05005133 !(vport->fc_flag & FC_PT2PT) &&
James Smartda0436e2009-05-22 14:51:39 -04005134 !(vport->fc_flag & FC_RSCN_MODE) &&
5135 (phba->sli_rev < LPFC_SLI_REV4)) {
James Smart85c0f172015-04-07 15:07:12 -04005136 lpfc_issue_clear_la(phba, vport);
James Smart92d7f7b2007-06-17 19:56:38 -05005137 lpfc_issue_reg_vpi(phba, vport);
5138 return;
5139 }
James Smart2e0fef82007-06-17 19:56:36 -05005140
James Smart92d7f7b2007-06-17 19:56:38 -05005141 /*
5142 * For SLI2, we need to set port_state to READY and continue
5143 * discovery.
5144 */
5145 if (vport->port_state < LPFC_VPORT_READY && !clear_la_pending) {
5146 /* If we get here, there is nothing to ADISC */
James Smart85c0f172015-04-07 15:07:12 -04005147 lpfc_issue_clear_la(phba, vport);
James Smart92d7f7b2007-06-17 19:56:38 -05005148
5149 if (!(vport->fc_flag & FC_ABORT_DISCOVERY)) {
James Smart2e0fef82007-06-17 19:56:36 -05005150 vport->num_disc_nodes = 0;
5151 /* go thru NPR nodes and issue ELS PLOGIs */
5152 if (vport->fc_npr_cnt)
5153 lpfc_els_disc_plogi(vport);
5154
5155 if (!vport->num_disc_nodes) {
5156 spin_lock_irq(shost->host_lock);
5157 vport->fc_flag &= ~FC_NDISC_ACTIVE;
5158 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05005159 lpfc_can_disctmo(vport);
dea31012005-04-17 16:05:31 -05005160 }
5161 }
James Smart92d7f7b2007-06-17 19:56:38 -05005162 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05005163 } else {
5164 /* Next do PLOGIs - if any */
James Smart2e0fef82007-06-17 19:56:36 -05005165 num_sent = lpfc_els_disc_plogi(vport);
dea31012005-04-17 16:05:31 -05005166
5167 if (num_sent)
5168 return;
5169
James Smart2e0fef82007-06-17 19:56:36 -05005170 if (vport->fc_flag & FC_RSCN_MODE) {
dea31012005-04-17 16:05:31 -05005171 /* Check to see if more RSCNs came in while we
5172 * were processing this one.
5173 */
James Smart2e0fef82007-06-17 19:56:36 -05005174 if ((vport->fc_rscn_id_cnt == 0) &&
5175 (!(vport->fc_flag & FC_RSCN_DISCOVERY))) {
5176 spin_lock_irq(shost->host_lock);
5177 vport->fc_flag &= ~FC_RSCN_MODE;
5178 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05005179 lpfc_can_disctmo(vport);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005180 } else
James Smart2e0fef82007-06-17 19:56:36 -05005181 lpfc_els_handle_rscn(vport);
dea31012005-04-17 16:05:31 -05005182 }
5183 }
5184 return;
5185}
5186
5187/*
5188 * Ignore completion for all IOCBs on tx and txcmpl queue for ELS
5189 * ring the match the sppecified nodelist.
5190 */
5191static void
James Smart2e0fef82007-06-17 19:56:36 -05005192lpfc_free_tx(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05005193{
James Smart2534ba72007-04-25 09:52:20 -04005194 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05005195 struct lpfc_sli *psli;
5196 IOCB_t *icmd;
5197 struct lpfc_iocbq *iocb, *next_iocb;
5198 struct lpfc_sli_ring *pring;
dea31012005-04-17 16:05:31 -05005199
5200 psli = &phba->sli;
5201 pring = &psli->ring[LPFC_ELS_RING];
5202
5203 /* Error matching iocb on txq or txcmplq
5204 * First check the txq.
5205 */
James Smart2e0fef82007-06-17 19:56:36 -05005206 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05005207 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
5208 if (iocb->context1 != ndlp) {
5209 continue;
5210 }
5211 icmd = &iocb->iocb;
5212 if ((icmd->ulpCommand == CMD_ELS_REQUEST64_CR) ||
5213 (icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX)) {
5214
James Smart2534ba72007-04-25 09:52:20 -04005215 list_move_tail(&iocb->list, &completions);
dea31012005-04-17 16:05:31 -05005216 }
5217 }
5218
5219 /* Next check the txcmplq */
5220 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) {
5221 if (iocb->context1 != ndlp) {
5222 continue;
5223 }
5224 icmd = &iocb->iocb;
James Smart2e0fef82007-06-17 19:56:36 -05005225 if (icmd->ulpCommand == CMD_ELS_REQUEST64_CR ||
5226 icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX) {
James Smart2534ba72007-04-25 09:52:20 -04005227 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
dea31012005-04-17 16:05:31 -05005228 }
5229 }
James Smart2e0fef82007-06-17 19:56:36 -05005230 spin_unlock_irq(&phba->hbalock);
James Smart2534ba72007-04-25 09:52:20 -04005231
James Smarta257bf92009-04-06 18:48:10 -04005232 /* Cancel all the IOCBs from the completions list */
5233 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
5234 IOERR_SLI_ABORTED);
dea31012005-04-17 16:05:31 -05005235}
5236
Adrian Bunka6ababd2007-11-05 18:07:33 +01005237static void
James Smart2e0fef82007-06-17 19:56:36 -05005238lpfc_disc_flush_list(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005239{
5240 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart2e0fef82007-06-17 19:56:36 -05005241 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05005242
James Smart2e0fef82007-06-17 19:56:36 -05005243 if (vport->fc_plogi_cnt || vport->fc_adisc_cnt) {
5244 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes,
James Smart685f0bf2007-04-25 09:53:08 -04005245 nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -05005246 if (!NLP_CHK_NODE_ACT(ndlp))
5247 continue;
James Smart685f0bf2007-04-25 09:53:08 -04005248 if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE ||
5249 ndlp->nlp_state == NLP_STE_ADISC_ISSUE) {
5250 lpfc_free_tx(phba, ndlp);
James Smart685f0bf2007-04-25 09:53:08 -04005251 }
dea31012005-04-17 16:05:31 -05005252 }
5253 }
dea31012005-04-17 16:05:31 -05005254}
5255
James Smart92d7f7b2007-06-17 19:56:38 -05005256void
5257lpfc_cleanup_discovery_resources(struct lpfc_vport *vport)
5258{
5259 lpfc_els_flush_rscn(vport);
5260 lpfc_els_flush_cmd(vport);
5261 lpfc_disc_flush_list(vport);
5262}
5263
dea31012005-04-17 16:05:31 -05005264/*****************************************************************************/
5265/*
5266 * NAME: lpfc_disc_timeout
5267 *
5268 * FUNCTION: Fibre Channel driver discovery timeout routine.
5269 *
5270 * EXECUTION ENVIRONMENT: interrupt only
5271 *
5272 * CALLED FROM:
5273 * Timer function
5274 *
5275 * RETURNS:
5276 * none
5277 */
5278/*****************************************************************************/
5279void
5280lpfc_disc_timeout(unsigned long ptr)
5281{
James Smart2e0fef82007-06-17 19:56:36 -05005282 struct lpfc_vport *vport = (struct lpfc_vport *) ptr;
5283 struct lpfc_hba *phba = vport->phba;
James Smart5e9d9b82008-06-14 22:52:53 -04005284 uint32_t tmo_posted;
dea31012005-04-17 16:05:31 -05005285 unsigned long flags = 0;
5286
5287 if (unlikely(!phba))
5288 return;
5289
James Smart5e9d9b82008-06-14 22:52:53 -04005290 spin_lock_irqsave(&vport->work_port_lock, flags);
5291 tmo_posted = vport->work_port_events & WORKER_DISC_TMO;
5292 if (!tmo_posted)
James Smart2e0fef82007-06-17 19:56:36 -05005293 vport->work_port_events |= WORKER_DISC_TMO;
James Smart5e9d9b82008-06-14 22:52:53 -04005294 spin_unlock_irqrestore(&vport->work_port_lock, flags);
James Smart2e0fef82007-06-17 19:56:36 -05005295
James Smart5e9d9b82008-06-14 22:52:53 -04005296 if (!tmo_posted)
5297 lpfc_worker_wake_up(phba);
dea31012005-04-17 16:05:31 -05005298 return;
5299}
5300
5301static void
James Smart2e0fef82007-06-17 19:56:36 -05005302lpfc_disc_timeout_handler(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005303{
James Smart2e0fef82007-06-17 19:56:36 -05005304 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5305 struct lpfc_hba *phba = vport->phba;
5306 struct lpfc_sli *psli = &phba->sli;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005307 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart92d7f7b2007-06-17 19:56:38 -05005308 LPFC_MBOXQ_t *initlinkmbox;
dea31012005-04-17 16:05:31 -05005309 int rc, clrlaerr = 0;
5310
James Smart2e0fef82007-06-17 19:56:36 -05005311 if (!(vport->fc_flag & FC_DISC_TMO))
dea31012005-04-17 16:05:31 -05005312 return;
5313
James Smart2e0fef82007-06-17 19:56:36 -05005314 spin_lock_irq(shost->host_lock);
5315 vport->fc_flag &= ~FC_DISC_TMO;
5316 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05005317
James Smart858c9f62007-06-17 19:56:39 -05005318 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
5319 "disc timeout: state:x%x rtry:x%x flg:x%x",
5320 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
5321
James Smart2e0fef82007-06-17 19:56:36 -05005322 switch (vport->port_state) {
dea31012005-04-17 16:05:31 -05005323
5324 case LPFC_LOCAL_CFG_LINK:
James Smart2e0fef82007-06-17 19:56:36 -05005325 /* port_state is identically LPFC_LOCAL_CFG_LINK while waiting for
5326 * FAN
5327 */
5328 /* FAN timeout */
James Smarte8b62012007-08-02 11:10:09 -04005329 lpfc_printf_vlog(vport, KERN_WARNING, LOG_DISCOVERY,
5330 "0221 FAN timeout\n");
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005331 /* Start discovery by sending FLOGI, clean up old rpis */
James Smart2e0fef82007-06-17 19:56:36 -05005332 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes,
James Smart685f0bf2007-04-25 09:53:08 -04005333 nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -05005334 if (!NLP_CHK_NODE_ACT(ndlp))
5335 continue;
James Smart685f0bf2007-04-25 09:53:08 -04005336 if (ndlp->nlp_state != NLP_STE_NPR_NODE)
5337 continue;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005338 if (ndlp->nlp_type & NLP_FABRIC) {
5339 /* Clean up the ndlp on Fabric connections */
James Smart2e0fef82007-06-17 19:56:36 -05005340 lpfc_drop_node(vport, ndlp);
James Smart87af33f2007-10-27 13:37:43 -04005341
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005342 } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) {
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005343 /* Fail outstanding IO now since device
5344 * is marked for PLOGI.
5345 */
James Smart2e0fef82007-06-17 19:56:36 -05005346 lpfc_unreg_rpi(vport, ndlp);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005347 }
5348 }
James Smart92d7f7b2007-06-17 19:56:38 -05005349 if (vport->port_state != LPFC_FLOGI) {
James Smart76a95d72010-11-20 23:11:48 -05005350 if (phba->sli_rev <= LPFC_SLI_REV3)
5351 lpfc_initial_flogi(vport);
5352 else
5353 lpfc_issue_init_vfi(vport);
James Smart0ff10d42008-01-11 01:52:36 -05005354 return;
James Smart92d7f7b2007-06-17 19:56:38 -05005355 }
dea31012005-04-17 16:05:31 -05005356 break;
5357
James Smart92d7f7b2007-06-17 19:56:38 -05005358 case LPFC_FDISC:
dea31012005-04-17 16:05:31 -05005359 case LPFC_FLOGI:
James Smart2e0fef82007-06-17 19:56:36 -05005360 /* port_state is identically LPFC_FLOGI while waiting for FLOGI cmpl */
dea31012005-04-17 16:05:31 -05005361 /* Initial FLOGI timeout */
James Smarte8b62012007-08-02 11:10:09 -04005362 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5363 "0222 Initial %s timeout\n",
James Smart87af33f2007-10-27 13:37:43 -04005364 vport->vpi ? "FDISC" : "FLOGI");
dea31012005-04-17 16:05:31 -05005365
5366 /* Assume no Fabric and go on with discovery.
5367 * Check for outstanding ELS FLOGI to abort.
5368 */
5369
5370 /* FLOGI failed, so just use loop map to make discovery list */
James Smart2e0fef82007-06-17 19:56:36 -05005371 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05005372
5373 /* Start discovery */
James Smart2e0fef82007-06-17 19:56:36 -05005374 lpfc_disc_start(vport);
dea31012005-04-17 16:05:31 -05005375 break;
5376
5377 case LPFC_FABRIC_CFG_LINK:
5378 /* hba_state is identically LPFC_FABRIC_CFG_LINK while waiting for
5379 NameServer login */
James Smarte8b62012007-08-02 11:10:09 -04005380 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5381 "0223 Timeout while waiting for "
5382 "NameServer login\n");
dea31012005-04-17 16:05:31 -05005383 /* Next look for NameServer ndlp */
James Smart2e0fef82007-06-17 19:56:36 -05005384 ndlp = lpfc_findnode_did(vport, NameServer_DID);
James Smarte47c9092008-02-08 18:49:26 -05005385 if (ndlp && NLP_CHK_NODE_ACT(ndlp))
James Smart87af33f2007-10-27 13:37:43 -04005386 lpfc_els_abort(phba, ndlp);
5387
5388 /* ReStart discovery */
5389 goto restart_disc;
dea31012005-04-17 16:05:31 -05005390
5391 case LPFC_NS_QRY:
5392 /* Check for wait for NameServer Rsp timeout */
James Smarte8b62012007-08-02 11:10:09 -04005393 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5394 "0224 NameServer Query timeout "
5395 "Data: x%x x%x\n",
5396 vport->fc_ns_retry, LPFC_MAX_NS_RETRY);
dea31012005-04-17 16:05:31 -05005397
James Smart92d7f7b2007-06-17 19:56:38 -05005398 if (vport->fc_ns_retry < LPFC_MAX_NS_RETRY) {
5399 /* Try it one more time */
5400 vport->fc_ns_retry++;
5401 rc = lpfc_ns_cmd(vport, SLI_CTNS_GID_FT,
5402 vport->fc_ns_retry, 0);
5403 if (rc == 0)
5404 break;
dea31012005-04-17 16:05:31 -05005405 }
James Smart92d7f7b2007-06-17 19:56:38 -05005406 vport->fc_ns_retry = 0;
dea31012005-04-17 16:05:31 -05005407
James Smart87af33f2007-10-27 13:37:43 -04005408restart_disc:
James Smart92d7f7b2007-06-17 19:56:38 -05005409 /*
5410 * Discovery is over.
5411 * set port_state to PORT_READY if SLI2.
5412 * cmpl_reg_vpi will set port_state to READY for SLI3.
5413 */
James Smart3772a992009-05-22 14:50:54 -04005414 if (phba->sli_rev < LPFC_SLI_REV4) {
5415 if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)
5416 lpfc_issue_reg_vpi(phba, vport);
James Smart6d368e52011-05-24 11:44:12 -04005417 else {
James Smart3772a992009-05-22 14:50:54 -04005418 lpfc_issue_clear_la(phba, vport);
5419 vport->port_state = LPFC_VPORT_READY;
5420 }
dea31012005-04-17 16:05:31 -05005421 }
5422
5423 /* Setup and issue mailbox INITIALIZE LINK command */
5424 initlinkmbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5425 if (!initlinkmbox) {
James Smarte8b62012007-08-02 11:10:09 -04005426 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5427 "0206 Device Discovery "
5428 "completion error\n");
James Smart2e0fef82007-06-17 19:56:36 -05005429 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05005430 break;
5431 }
5432
5433 lpfc_linkdown(phba);
5434 lpfc_init_link(phba, initlinkmbox, phba->cfg_topology,
5435 phba->cfg_link_speed);
James Smart04c68492009-05-22 14:52:52 -04005436 initlinkmbox->u.mb.un.varInitLnk.lipsr_AL_PA = 0;
James Smarted957682007-06-17 19:56:37 -05005437 initlinkmbox->vport = vport;
James Smart92d7f7b2007-06-17 19:56:38 -05005438 initlinkmbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -04005439 rc = lpfc_sli_issue_mbox(phba, initlinkmbox, MBX_NOWAIT);
James Smart5b8bd0c2007-04-25 09:52:49 -04005440 lpfc_set_loopback_flag(phba);
dea31012005-04-17 16:05:31 -05005441 if (rc == MBX_NOT_FINISHED)
5442 mempool_free(initlinkmbox, phba->mbox_mem_pool);
5443
5444 break;
5445
5446 case LPFC_DISC_AUTH:
5447 /* Node Authentication timeout */
James Smarte8b62012007-08-02 11:10:09 -04005448 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5449 "0227 Node Authentication timeout\n");
James Smart2e0fef82007-06-17 19:56:36 -05005450 lpfc_disc_flush_list(vport);
5451
James Smart92d7f7b2007-06-17 19:56:38 -05005452 /*
5453 * set port_state to PORT_READY if SLI2.
5454 * cmpl_reg_vpi will set port_state to READY for SLI3.
5455 */
James Smart3772a992009-05-22 14:50:54 -04005456 if (phba->sli_rev < LPFC_SLI_REV4) {
5457 if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)
5458 lpfc_issue_reg_vpi(phba, vport);
5459 else { /* NPIV Not enabled */
5460 lpfc_issue_clear_la(phba, vport);
5461 vport->port_state = LPFC_VPORT_READY;
5462 }
dea31012005-04-17 16:05:31 -05005463 }
5464 break;
5465
James Smart2e0fef82007-06-17 19:56:36 -05005466 case LPFC_VPORT_READY:
5467 if (vport->fc_flag & FC_RSCN_MODE) {
James Smarte8b62012007-08-02 11:10:09 -04005468 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5469 "0231 RSCN timeout Data: x%x "
5470 "x%x\n",
5471 vport->fc_ns_retry, LPFC_MAX_NS_RETRY);
dea31012005-04-17 16:05:31 -05005472
5473 /* Cleanup any outstanding ELS commands */
James Smart2e0fef82007-06-17 19:56:36 -05005474 lpfc_els_flush_cmd(vport);
dea31012005-04-17 16:05:31 -05005475
James Smart2e0fef82007-06-17 19:56:36 -05005476 lpfc_els_flush_rscn(vport);
5477 lpfc_disc_flush_list(vport);
dea31012005-04-17 16:05:31 -05005478 }
5479 break;
James Smart2e0fef82007-06-17 19:56:36 -05005480
James Smart92d7f7b2007-06-17 19:56:38 -05005481 default:
James Smarte8b62012007-08-02 11:10:09 -04005482 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
James Smartd7c255b2008-08-24 21:50:00 -04005483 "0273 Unexpected discovery timeout, "
James Smarte8b62012007-08-02 11:10:09 -04005484 "vport State x%x\n", vport->port_state);
James Smart2e0fef82007-06-17 19:56:36 -05005485 break;
5486 }
5487
5488 switch (phba->link_state) {
5489 case LPFC_CLEAR_LA:
James Smart92d7f7b2007-06-17 19:56:38 -05005490 /* CLEAR LA timeout */
James Smarte8b62012007-08-02 11:10:09 -04005491 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5492 "0228 CLEAR LA timeout\n");
James Smart2e0fef82007-06-17 19:56:36 -05005493 clrlaerr = 1;
5494 break;
5495
James Smart09372822008-01-11 01:52:54 -05005496 case LPFC_LINK_UP:
5497 lpfc_issue_clear_la(phba, vport);
5498 /* Drop thru */
James Smart2e0fef82007-06-17 19:56:36 -05005499 case LPFC_LINK_UNKNOWN:
5500 case LPFC_WARM_START:
5501 case LPFC_INIT_START:
5502 case LPFC_INIT_MBX_CMDS:
5503 case LPFC_LINK_DOWN:
James Smart2e0fef82007-06-17 19:56:36 -05005504 case LPFC_HBA_ERROR:
James Smarte8b62012007-08-02 11:10:09 -04005505 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5506 "0230 Unexpected timeout, hba link "
5507 "state x%x\n", phba->link_state);
James Smart2e0fef82007-06-17 19:56:36 -05005508 clrlaerr = 1;
5509 break;
James Smart92d7f7b2007-06-17 19:56:38 -05005510
5511 case LPFC_HBA_READY:
5512 break;
dea31012005-04-17 16:05:31 -05005513 }
5514
5515 if (clrlaerr) {
James Smart2e0fef82007-06-17 19:56:36 -05005516 lpfc_disc_flush_list(vport);
James Smarta4bc3372006-12-02 13:34:16 -05005517 psli->ring[(psli->extra_ring)].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -05005518 psli->ring[(psli->fcp_ring)].flag &= ~LPFC_STOP_IOCB_EVENT;
5519 psli->ring[(psli->next_ring)].flag &= ~LPFC_STOP_IOCB_EVENT;
James Smart2e0fef82007-06-17 19:56:36 -05005520 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05005521 }
5522
5523 return;
5524}
5525
dea31012005-04-17 16:05:31 -05005526/*
5527 * This routine handles processing a NameServer REG_LOGIN mailbox
5528 * command upon completion. It is setup in the LPFC_MBOXQ
5529 * as the completion routine when the command is
5530 * handed off to the SLI layer.
5531 */
5532void
James Smart2e0fef82007-06-17 19:56:36 -05005533lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05005534{
James Smart04c68492009-05-22 14:52:52 -04005535 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05005536 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
5537 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
5538 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05005539
5540 pmb->context1 = NULL;
James Smartd439d282010-09-29 11:18:45 -04005541 pmb->context2 = NULL;
dea31012005-04-17 16:05:31 -05005542
James Smart6d368e52011-05-24 11:44:12 -04005543 if (phba->sli_rev < LPFC_SLI_REV4)
5544 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05005545 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05005546 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05005547 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
James Smartbe6bb942015-04-07 15:07:22 -04005548 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
5549 "0004 rpi:%x DID:%x flg:%x %d map:%x %p\n",
5550 ndlp->nlp_rpi, ndlp->nlp_DID, ndlp->nlp_flag,
5551 atomic_read(&ndlp->kref.refcount),
5552 ndlp->nlp_usg_map, ndlp);
James Smart2e0fef82007-06-17 19:56:36 -05005553 /*
5554 * Start issuing Fabric-Device Management Interface (FDMI) command to
James Smart4258e982015-12-16 18:11:58 -05005555 * 0xfffffa (FDMI well known port).
5556 * DHBA -> DPRT -> RHBA -> RPA (physical port)
5557 * DPRT -> RPRT (vports)
dea31012005-04-17 16:05:31 -05005558 */
James Smart4258e982015-12-16 18:11:58 -05005559 if (vport->port_type == LPFC_PHYSICAL_PORT)
5560 lpfc_fdmi_cmd(vport, ndlp, SLI_MGMT_DHBA, 0);
James Smart76b2c342015-04-07 15:07:19 -04005561 else
James Smart4258e982015-12-16 18:11:58 -05005562 lpfc_fdmi_cmd(vport, ndlp, SLI_MGMT_DPRT, 0);
5563
dea31012005-04-17 16:05:31 -05005564
James Smartfa4066b2008-01-11 01:53:27 -05005565 /* decrement the node reference count held for this callback
5566 * function.
5567 */
James Smart329f9bc2007-04-25 09:53:01 -04005568 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05005569 lpfc_mbuf_free(phba, mp->virt, mp->phys);
5570 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04005571 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05005572
5573 return;
5574}
5575
James Smart685f0bf2007-04-25 09:53:08 -04005576static int
5577lpfc_filter_by_rpi(struct lpfc_nodelist *ndlp, void *param)
5578{
5579 uint16_t *rpi = param;
5580
James Smarteff4a012012-01-18 16:25:25 -05005581 /* check for active node */
5582 if (!NLP_CHK_NODE_ACT(ndlp))
5583 return 0;
5584
James Smart685f0bf2007-04-25 09:53:08 -04005585 return ndlp->nlp_rpi == *rpi;
5586}
5587
5588static int
5589lpfc_filter_by_wwpn(struct lpfc_nodelist *ndlp, void *param)
5590{
5591 return memcmp(&ndlp->nlp_portname, param,
5592 sizeof(ndlp->nlp_portname)) == 0;
5593}
5594
Adrian Bunka6ababd2007-11-05 18:07:33 +01005595static struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005596__lpfc_find_node(struct lpfc_vport *vport, node_filter filter, void *param)
dea31012005-04-17 16:05:31 -05005597{
James.Smart@Emulex.Com21568f52005-10-28 20:29:36 -04005598 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05005599
James Smart2e0fef82007-06-17 19:56:36 -05005600 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
James Smart34f5ad82012-08-03 12:35:03 -04005601 if (filter(ndlp, param)) {
5602 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5603 "3185 FIND node filter %p DID "
5604 "Data: x%p x%x x%x\n",
5605 filter, ndlp, ndlp->nlp_DID,
5606 ndlp->nlp_flag);
James Smart685f0bf2007-04-25 09:53:08 -04005607 return ndlp;
James Smart34f5ad82012-08-03 12:35:03 -04005608 }
James Smart685f0bf2007-04-25 09:53:08 -04005609 }
James Smart34f5ad82012-08-03 12:35:03 -04005610 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5611 "3186 FIND node filter %p NOT FOUND.\n", filter);
James.Smart@Emulex.Com21568f52005-10-28 20:29:36 -04005612 return NULL;
dea31012005-04-17 16:05:31 -05005613}
5614
James Smart685f0bf2007-04-25 09:53:08 -04005615/*
5616 * This routine looks up the ndlp lists for the given RPI. If rpi found it
James Smart2e0fef82007-06-17 19:56:36 -05005617 * returns the node list element pointer else return NULL.
James Smart685f0bf2007-04-25 09:53:08 -04005618 */
5619struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005620__lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi)
James Smart685f0bf2007-04-25 09:53:08 -04005621{
James Smart2e0fef82007-06-17 19:56:36 -05005622 return __lpfc_find_node(vport, lpfc_filter_by_rpi, &rpi);
James Smart685f0bf2007-04-25 09:53:08 -04005623}
5624
James Smart488d1462006-03-07 15:02:37 -05005625/*
James Smart685f0bf2007-04-25 09:53:08 -04005626 * This routine looks up the ndlp lists for the given WWPN. If WWPN found it
James Smart2e0fef82007-06-17 19:56:36 -05005627 * returns the node element list pointer else return NULL.
James Smart488d1462006-03-07 15:02:37 -05005628 */
5629struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005630lpfc_findnode_wwpn(struct lpfc_vport *vport, struct lpfc_name *wwpn)
James Smart488d1462006-03-07 15:02:37 -05005631{
James Smart2e0fef82007-06-17 19:56:36 -05005632 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart488d1462006-03-07 15:02:37 -05005633 struct lpfc_nodelist *ndlp;
James Smart488d1462006-03-07 15:02:37 -05005634
James Smart2e0fef82007-06-17 19:56:36 -05005635 spin_lock_irq(shost->host_lock);
5636 ndlp = __lpfc_find_node(vport, lpfc_filter_by_wwpn, wwpn);
5637 spin_unlock_irq(shost->host_lock);
James Smart858c9f62007-06-17 19:56:39 -05005638 return ndlp;
James Smart488d1462006-03-07 15:02:37 -05005639}
5640
James Smartcb69f7d2011-12-13 13:21:57 -05005641/*
5642 * This routine looks up the ndlp lists for the given RPI. If the rpi
5643 * is found, the routine returns the node element list pointer else
5644 * return NULL.
5645 */
5646struct lpfc_nodelist *
5647lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi)
5648{
5649 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5650 struct lpfc_nodelist *ndlp;
5651
5652 spin_lock_irq(shost->host_lock);
5653 ndlp = __lpfc_findnode_rpi(vport, rpi);
5654 spin_unlock_irq(shost->host_lock);
5655 return ndlp;
5656}
5657
5658/**
5659 * lpfc_find_vport_by_vpid - Find a vport on a HBA through vport identifier
5660 * @phba: pointer to lpfc hba data structure.
5661 * @vpi: the physical host virtual N_Port identifier.
5662 *
5663 * This routine finds a vport on a HBA (referred by @phba) through a
5664 * @vpi. The function walks the HBA's vport list and returns the address
5665 * of the vport with the matching @vpi.
5666 *
5667 * Return code
5668 * NULL - No vport with the matching @vpi found
5669 * Otherwise - Address to the vport with the matching @vpi.
5670 **/
5671struct lpfc_vport *
5672lpfc_find_vport_by_vpid(struct lpfc_hba *phba, uint16_t vpi)
5673{
5674 struct lpfc_vport *vport;
5675 unsigned long flags;
5676 int i = 0;
5677
5678 /* The physical ports are always vpi 0 - translate is unnecessary. */
5679 if (vpi > 0) {
5680 /*
5681 * Translate the physical vpi to the logical vpi. The
5682 * vport stores the logical vpi.
5683 */
5684 for (i = 0; i < phba->max_vpi; i++) {
5685 if (vpi == phba->vpi_ids[i])
5686 break;
5687 }
5688
5689 if (i >= phba->max_vpi) {
5690 lpfc_printf_log(phba, KERN_ERR, LOG_ELS,
5691 "2936 Could not find Vport mapped "
5692 "to vpi %d\n", vpi);
5693 return NULL;
5694 }
5695 }
5696
5697 spin_lock_irqsave(&phba->hbalock, flags);
5698 list_for_each_entry(vport, &phba->port_list, listentry) {
5699 if (vport->vpi == i) {
5700 spin_unlock_irqrestore(&phba->hbalock, flags);
5701 return vport;
5702 }
5703 }
5704 spin_unlock_irqrestore(&phba->hbalock, flags);
5705 return NULL;
5706}
5707
dea31012005-04-17 16:05:31 -05005708void
James Smart2e0fef82007-06-17 19:56:36 -05005709lpfc_nlp_init(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
5710 uint32_t did)
dea31012005-04-17 16:05:31 -05005711{
5712 memset(ndlp, 0, sizeof (struct lpfc_nodelist));
James Smart109f6ed2008-12-04 22:39:08 -05005713
5714 lpfc_initialize_node(vport, ndlp, did);
James Smart685f0bf2007-04-25 09:53:08 -04005715 INIT_LIST_HEAD(&ndlp->nlp_listp);
James Smartcff261f2013-12-17 20:29:47 -05005716 if (vport->phba->sli_rev == LPFC_SLI_REV4) {
James Smart725dd392013-10-10 12:23:30 -04005717 ndlp->nlp_rpi = lpfc_sli4_alloc_rpi(vport->phba);
James Smartbe6bb942015-04-07 15:07:22 -04005718 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5719 "0007 rpi:%x DID:%x flg:%x refcnt:%d "
5720 "map:%x %p\n", ndlp->nlp_rpi, ndlp->nlp_DID,
5721 ndlp->nlp_flag,
5722 atomic_read(&ndlp->kref.refcount),
5723 ndlp->nlp_usg_map, ndlp);
5724
James Smartcff261f2013-12-17 20:29:47 -05005725 ndlp->active_rrqs_xri_bitmap =
5726 mempool_alloc(vport->phba->active_rrq_pool,
5727 GFP_KERNEL);
James Smart59c5f612014-05-21 08:05:10 -04005728 if (ndlp->active_rrqs_xri_bitmap)
5729 memset(ndlp->active_rrqs_xri_bitmap, 0,
5730 ndlp->phba->cfg_rrq_xri_bitmap_sz);
James Smartcff261f2013-12-17 20:29:47 -05005731 }
5732
James Smart725dd392013-10-10 12:23:30 -04005733
James Smart858c9f62007-06-17 19:56:39 -05005734
5735 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
5736 "node init: did:x%x",
5737 ndlp->nlp_DID, 0, 0);
5738
dea31012005-04-17 16:05:31 -05005739 return;
5740}
James Smart329f9bc2007-04-25 09:53:01 -04005741
James Smart98c9ea52007-10-27 13:37:33 -04005742/* This routine releases all resources associated with a specifc NPort's ndlp
5743 * and mempool_free's the nodelist.
5744 */
James Smart311464e2007-08-02 11:10:37 -04005745static void
James Smart329f9bc2007-04-25 09:53:01 -04005746lpfc_nlp_release(struct kref *kref)
5747{
James Smarte47c9092008-02-08 18:49:26 -05005748 struct lpfc_hba *phba;
5749 unsigned long flags;
James Smart329f9bc2007-04-25 09:53:01 -04005750 struct lpfc_nodelist *ndlp = container_of(kref, struct lpfc_nodelist,
5751 kref);
James Smart858c9f62007-06-17 19:56:39 -05005752
5753 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5754 "node release: did:x%x flg:x%x type:x%x",
5755 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
5756
James Smarte47c9092008-02-08 18:49:26 -05005757 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
James Smart939723a2012-05-09 21:19:03 -04005758 "0279 lpfc_nlp_release: ndlp:x%p did %x "
James Smartbe6bb942015-04-07 15:07:22 -04005759 "usgmap:x%x refcnt:%d rpi:%x\n",
James Smart939723a2012-05-09 21:19:03 -04005760 (void *)ndlp, ndlp->nlp_DID, ndlp->nlp_usg_map,
James Smartbe6bb942015-04-07 15:07:22 -04005761 atomic_read(&ndlp->kref.refcount), ndlp->nlp_rpi);
James Smarte47c9092008-02-08 18:49:26 -05005762
5763 /* remove ndlp from action. */
James Smart2e0fef82007-06-17 19:56:36 -05005764 lpfc_nlp_remove(ndlp->vport, ndlp);
James Smarte47c9092008-02-08 18:49:26 -05005765
5766 /* clear the ndlp active flag for all release cases */
James Smarta257bf92009-04-06 18:48:10 -04005767 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05005768 spin_lock_irqsave(&phba->ndlp_lock, flags);
5769 NLP_CLR_NODE_ACT(ndlp);
5770 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
James Smart40426292010-12-15 17:58:10 -05005771 if (phba->sli_rev == LPFC_SLI_REV4)
5772 lpfc_sli4_free_rpi(phba, ndlp->nlp_rpi);
James Smarte47c9092008-02-08 18:49:26 -05005773
5774 /* free ndlp memory for final ndlp release */
James Smartea2151b2008-09-07 11:52:10 -04005775 if (NLP_CHK_FREE_REQ(ndlp)) {
5776 kfree(ndlp->lat_data);
James Smartcff261f2013-12-17 20:29:47 -05005777 if (phba->sli_rev == LPFC_SLI_REV4)
5778 mempool_free(ndlp->active_rrqs_xri_bitmap,
5779 ndlp->phba->active_rrq_pool);
James Smarta257bf92009-04-06 18:48:10 -04005780 mempool_free(ndlp, ndlp->phba->nlp_mem_pool);
James Smartea2151b2008-09-07 11:52:10 -04005781 }
James Smart329f9bc2007-04-25 09:53:01 -04005782}
5783
James Smart98c9ea52007-10-27 13:37:33 -04005784/* This routine bumps the reference count for a ndlp structure to ensure
5785 * that one discovery thread won't free a ndlp while another discovery thread
5786 * is using it.
5787 */
James Smart329f9bc2007-04-25 09:53:01 -04005788struct lpfc_nodelist *
5789lpfc_nlp_get(struct lpfc_nodelist *ndlp)
5790{
James Smarte47c9092008-02-08 18:49:26 -05005791 struct lpfc_hba *phba;
5792 unsigned long flags;
5793
James Smart98c9ea52007-10-27 13:37:33 -04005794 if (ndlp) {
5795 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5796 "node get: did:x%x flg:x%x refcnt:x%x",
5797 ndlp->nlp_DID, ndlp->nlp_flag,
5798 atomic_read(&ndlp->kref.refcount));
James Smarte47c9092008-02-08 18:49:26 -05005799 /* The check of ndlp usage to prevent incrementing the
5800 * ndlp reference count that is in the process of being
5801 * released.
5802 */
James Smarta257bf92009-04-06 18:48:10 -04005803 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05005804 spin_lock_irqsave(&phba->ndlp_lock, flags);
5805 if (!NLP_CHK_NODE_ACT(ndlp) || NLP_CHK_FREE_ACK(ndlp)) {
5806 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
5807 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
5808 "0276 lpfc_nlp_get: ndlp:x%p "
5809 "usgmap:x%x refcnt:%d\n",
5810 (void *)ndlp, ndlp->nlp_usg_map,
5811 atomic_read(&ndlp->kref.refcount));
5812 return NULL;
5813 } else
5814 kref_get(&ndlp->kref);
5815 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
James Smart98c9ea52007-10-27 13:37:33 -04005816 }
James Smart329f9bc2007-04-25 09:53:01 -04005817 return ndlp;
5818}
5819
James Smart98c9ea52007-10-27 13:37:33 -04005820/* This routine decrements the reference count for a ndlp structure. If the
James Smarte47c9092008-02-08 18:49:26 -05005821 * count goes to 0, this indicates the the associated nodelist should be
5822 * freed. Returning 1 indicates the ndlp resource has been released; on the
5823 * other hand, returning 0 indicates the ndlp resource has not been released
5824 * yet.
James Smart98c9ea52007-10-27 13:37:33 -04005825 */
James Smart329f9bc2007-04-25 09:53:01 -04005826int
5827lpfc_nlp_put(struct lpfc_nodelist *ndlp)
5828{
James Smarte47c9092008-02-08 18:49:26 -05005829 struct lpfc_hba *phba;
5830 unsigned long flags;
5831
5832 if (!ndlp)
5833 return 1;
5834
5835 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5836 "node put: did:x%x flg:x%x refcnt:x%x",
5837 ndlp->nlp_DID, ndlp->nlp_flag,
5838 atomic_read(&ndlp->kref.refcount));
James Smarta257bf92009-04-06 18:48:10 -04005839 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05005840 spin_lock_irqsave(&phba->ndlp_lock, flags);
5841 /* Check the ndlp memory free acknowledge flag to avoid the
5842 * possible race condition that kref_put got invoked again
5843 * after previous one has done ndlp memory free.
5844 */
5845 if (NLP_CHK_FREE_ACK(ndlp)) {
5846 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
5847 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
5848 "0274 lpfc_nlp_put: ndlp:x%p "
5849 "usgmap:x%x refcnt:%d\n",
5850 (void *)ndlp, ndlp->nlp_usg_map,
5851 atomic_read(&ndlp->kref.refcount));
5852 return 1;
James Smart98c9ea52007-10-27 13:37:33 -04005853 }
James Smarte47c9092008-02-08 18:49:26 -05005854 /* Check the ndlp inactivate log flag to avoid the possible
5855 * race condition that kref_put got invoked again after ndlp
5856 * is already in inactivating state.
5857 */
5858 if (NLP_CHK_IACT_REQ(ndlp)) {
5859 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
5860 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
5861 "0275 lpfc_nlp_put: ndlp:x%p "
5862 "usgmap:x%x refcnt:%d\n",
5863 (void *)ndlp, ndlp->nlp_usg_map,
5864 atomic_read(&ndlp->kref.refcount));
5865 return 1;
5866 }
5867 /* For last put, mark the ndlp usage flags to make sure no
5868 * other kref_get and kref_put on the same ndlp shall get
5869 * in between the process when the final kref_put has been
5870 * invoked on this ndlp.
5871 */
5872 if (atomic_read(&ndlp->kref.refcount) == 1) {
5873 /* Indicate ndlp is put to inactive state. */
5874 NLP_SET_IACT_REQ(ndlp);
5875 /* Acknowledge ndlp memory free has been seen. */
5876 if (NLP_CHK_FREE_REQ(ndlp))
5877 NLP_SET_FREE_ACK(ndlp);
5878 }
5879 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
5880 /* Note, the kref_put returns 1 when decrementing a reference
5881 * count that was 1, it invokes the release callback function,
5882 * but it still left the reference count as 1 (not actually
5883 * performs the last decrementation). Otherwise, it actually
5884 * decrements the reference count and returns 0.
5885 */
5886 return kref_put(&ndlp->kref, lpfc_nlp_release);
James Smart329f9bc2007-04-25 09:53:01 -04005887}
James Smart98c9ea52007-10-27 13:37:33 -04005888
5889/* This routine free's the specified nodelist if it is not in use
James Smarte47c9092008-02-08 18:49:26 -05005890 * by any other discovery thread. This routine returns 1 if the
5891 * ndlp has been freed. A return value of 0 indicates the ndlp is
5892 * not yet been released.
James Smart98c9ea52007-10-27 13:37:33 -04005893 */
5894int
5895lpfc_nlp_not_used(struct lpfc_nodelist *ndlp)
5896{
5897 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5898 "node not used: did:x%x flg:x%x refcnt:x%x",
5899 ndlp->nlp_DID, ndlp->nlp_flag,
5900 atomic_read(&ndlp->kref.refcount));
James Smarte47c9092008-02-08 18:49:26 -05005901 if (atomic_read(&ndlp->kref.refcount) == 1)
5902 if (lpfc_nlp_put(ndlp))
5903 return 1;
James Smart98c9ea52007-10-27 13:37:33 -04005904 return 0;
5905}
James Smart6fb120a2009-05-22 14:52:59 -04005906
5907/**
5908 * lpfc_fcf_inuse - Check if FCF can be unregistered.
5909 * @phba: Pointer to hba context object.
5910 *
5911 * This function iterate through all FC nodes associated
5912 * will all vports to check if there is any node with
5913 * fc_rports associated with it. If there is an fc_rport
5914 * associated with the node, then the node is either in
5915 * discovered state or its devloss_timer is pending.
5916 */
5917static int
5918lpfc_fcf_inuse(struct lpfc_hba *phba)
5919{
5920 struct lpfc_vport **vports;
5921 int i, ret = 0;
5922 struct lpfc_nodelist *ndlp;
5923 struct Scsi_Host *shost;
5924
5925 vports = lpfc_create_vport_work_array(phba);
5926
James Smart63e801c2010-11-20 23:14:19 -05005927 /* If driver cannot allocate memory, indicate fcf is in use */
5928 if (!vports)
5929 return 1;
5930
James Smart6fb120a2009-05-22 14:52:59 -04005931 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
5932 shost = lpfc_shost_from_vport(vports[i]);
5933 spin_lock_irq(shost->host_lock);
James Smart05580562011-05-24 11:40:48 -04005934 /*
5935 * IF the CVL_RCVD bit is not set then we have sent the
5936 * flogi.
5937 * If dev_loss fires while we are waiting we do not want to
5938 * unreg the fcf.
5939 */
5940 if (!(vports[i]->fc_flag & FC_VPORT_CVL_RCVD)) {
5941 spin_unlock_irq(shost->host_lock);
5942 ret = 1;
5943 goto out;
5944 }
James Smart6fb120a2009-05-22 14:52:59 -04005945 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) {
5946 if (NLP_CHK_NODE_ACT(ndlp) && ndlp->rport &&
5947 (ndlp->rport->roles & FC_RPORT_ROLE_FCP_TARGET)) {
5948 ret = 1;
5949 spin_unlock_irq(shost->host_lock);
5950 goto out;
James Smart80c17842012-03-01 22:35:45 -05005951 } else if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
5952 ret = 1;
James Smart891478a2009-11-18 15:40:23 -05005953 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
James Smart80c17842012-03-01 22:35:45 -05005954 "2624 RPI %x DID %x flag %x "
5955 "still logged in\n",
5956 ndlp->nlp_rpi, ndlp->nlp_DID,
5957 ndlp->nlp_flag);
James Smart6fb120a2009-05-22 14:52:59 -04005958 }
5959 }
5960 spin_unlock_irq(shost->host_lock);
5961 }
5962out:
5963 lpfc_destroy_vport_work_array(phba, vports);
5964 return ret;
5965}
5966
5967/**
5968 * lpfc_unregister_vfi_cmpl - Completion handler for unreg vfi.
5969 * @phba: Pointer to hba context object.
5970 * @mboxq: Pointer to mailbox object.
5971 *
5972 * This function frees memory associated with the mailbox command.
5973 */
James Smart1b511972011-12-13 13:23:09 -05005974void
James Smart6fb120a2009-05-22 14:52:59 -04005975lpfc_unregister_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
5976{
5977 struct lpfc_vport *vport = mboxq->vport;
James Smart38b92ef2010-08-04 16:11:39 -04005978 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart6fb120a2009-05-22 14:52:59 -04005979
5980 if (mboxq->u.mb.mbxStatus) {
5981 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
5982 "2555 UNREG_VFI mbxStatus error x%x "
5983 "HBA state x%x\n",
5984 mboxq->u.mb.mbxStatus, vport->port_state);
5985 }
James Smart38b92ef2010-08-04 16:11:39 -04005986 spin_lock_irq(shost->host_lock);
5987 phba->pport->fc_flag &= ~FC_VFI_REGISTERED;
5988 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04005989 mempool_free(mboxq, phba->mbox_mem_pool);
5990 return;
5991}
5992
5993/**
5994 * lpfc_unregister_fcfi_cmpl - Completion handler for unreg fcfi.
5995 * @phba: Pointer to hba context object.
5996 * @mboxq: Pointer to mailbox object.
5997 *
5998 * This function frees memory associated with the mailbox command.
5999 */
6000static void
6001lpfc_unregister_fcfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
6002{
6003 struct lpfc_vport *vport = mboxq->vport;
6004
6005 if (mboxq->u.mb.mbxStatus) {
6006 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
6007 "2550 UNREG_FCFI mbxStatus error x%x "
6008 "HBA state x%x\n",
6009 mboxq->u.mb.mbxStatus, vport->port_state);
6010 }
6011 mempool_free(mboxq, phba->mbox_mem_pool);
6012 return;
6013}
6014
6015/**
James Smartecfd03c2010-02-12 14:41:27 -05006016 * lpfc_unregister_fcf_prep - Unregister fcf record preparation
James Smart6fb120a2009-05-22 14:52:59 -04006017 * @phba: Pointer to hba context object.
6018 *
James Smartecfd03c2010-02-12 14:41:27 -05006019 * This function prepare the HBA for unregistering the currently registered
6020 * FCF from the HBA. It performs unregistering, in order, RPIs, VPIs, and
6021 * VFIs.
James Smart6fb120a2009-05-22 14:52:59 -04006022 */
James Smartecfd03c2010-02-12 14:41:27 -05006023int
6024lpfc_unregister_fcf_prep(struct lpfc_hba *phba)
James Smart6fb120a2009-05-22 14:52:59 -04006025{
James Smart6fb120a2009-05-22 14:52:59 -04006026 struct lpfc_vport **vports;
James Smart695a8142010-01-26 23:08:03 -05006027 struct lpfc_nodelist *ndlp;
James Smart72100cc2010-02-12 14:43:01 -05006028 struct Scsi_Host *shost;
James Smarte74c03c2013-04-17 20:15:19 -04006029 int i = 0, rc;
James Smart6fb120a2009-05-22 14:52:59 -04006030
James Smartecfd03c2010-02-12 14:41:27 -05006031 /* Unregister RPIs */
James Smart6fb120a2009-05-22 14:52:59 -04006032 if (lpfc_fcf_inuse(phba))
James Smartecfd03c2010-02-12 14:41:27 -05006033 lpfc_unreg_hba_rpis(phba);
James Smart6fb120a2009-05-22 14:52:59 -04006034
James Smart4d9ab992009-10-02 15:16:39 -04006035 /* At this point, all discovery is aborted */
6036 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
James Smart6fb120a2009-05-22 14:52:59 -04006037
6038 /* Unregister VPIs */
6039 vports = lpfc_create_vport_work_array(phba);
James Smartecfd03c2010-02-12 14:41:27 -05006040 if (vports && (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED))
James Smart6fb120a2009-05-22 14:52:59 -04006041 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
James Smart695a8142010-01-26 23:08:03 -05006042 /* Stop FLOGI/FDISC retries */
6043 ndlp = lpfc_findnode_did(vports[i], Fabric_DID);
6044 if (ndlp)
6045 lpfc_cancel_retry_delay_tmo(vports[i], ndlp);
James Smart78730cf2010-04-06 15:06:30 -04006046 lpfc_cleanup_pending_mbox(vports[i]);
James Smart5af5eee2010-10-22 11:06:38 -04006047 if (phba->sli_rev == LPFC_SLI_REV4)
6048 lpfc_sli4_unreg_all_rpis(vports[i]);
James Smart6fb120a2009-05-22 14:52:59 -04006049 lpfc_mbx_unreg_vpi(vports[i]);
James Smart72100cc2010-02-12 14:43:01 -05006050 shost = lpfc_shost_from_vport(vports[i]);
6051 spin_lock_irq(shost->host_lock);
James Smart891478a2009-11-18 15:40:23 -05006052 vports[i]->fc_flag |= FC_VPORT_NEEDS_INIT_VPI;
James Smartc8685952009-11-18 15:39:16 -05006053 vports[i]->vpi_state &= ~LPFC_VPI_REGISTERED;
James Smart72100cc2010-02-12 14:43:01 -05006054 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04006055 }
6056 lpfc_destroy_vport_work_array(phba, vports);
James Smarte74c03c2013-04-17 20:15:19 -04006057 if (i == 0 && (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED))) {
6058 ndlp = lpfc_findnode_did(phba->pport, Fabric_DID);
6059 if (ndlp)
6060 lpfc_cancel_retry_delay_tmo(phba->pport, ndlp);
6061 lpfc_cleanup_pending_mbox(phba->pport);
6062 if (phba->sli_rev == LPFC_SLI_REV4)
6063 lpfc_sli4_unreg_all_rpis(phba->pport);
6064 lpfc_mbx_unreg_vpi(phba->pport);
6065 shost = lpfc_shost_from_vport(phba->pport);
6066 spin_lock_irq(shost->host_lock);
6067 phba->pport->fc_flag |= FC_VPORT_NEEDS_INIT_VPI;
6068 phba->pport->vpi_state &= ~LPFC_VPI_REGISTERED;
6069 spin_unlock_irq(shost->host_lock);
6070 }
James Smart6fb120a2009-05-22 14:52:59 -04006071
James Smart695a8142010-01-26 23:08:03 -05006072 /* Cleanup any outstanding ELS commands */
6073 lpfc_els_flush_all_cmd(phba);
6074
James Smart1b511972011-12-13 13:23:09 -05006075 /* Unregister the physical port VFI */
6076 rc = lpfc_issue_unreg_vfi(phba->pport);
6077 return rc;
James Smartecfd03c2010-02-12 14:41:27 -05006078}
6079
6080/**
6081 * lpfc_sli4_unregister_fcf - Unregister currently registered FCF record
6082 * @phba: Pointer to hba context object.
6083 *
6084 * This function issues synchronous unregister FCF mailbox command to HBA to
6085 * unregister the currently registered FCF record. The driver does not reset
6086 * the driver FCF usage state flags.
6087 *
6088 * Return 0 if successfully issued, none-zero otherwise.
6089 */
6090int
6091lpfc_sli4_unregister_fcf(struct lpfc_hba *phba)
6092{
6093 LPFC_MBOXQ_t *mbox;
6094 int rc;
6095
James Smart6fb120a2009-05-22 14:52:59 -04006096 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
6097 if (!mbox) {
6098 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
James Smartecfd03c2010-02-12 14:41:27 -05006099 "2551 UNREG_FCFI mbox allocation failed"
6100 "HBA state x%x\n", phba->pport->port_state);
6101 return -ENOMEM;
James Smart6fb120a2009-05-22 14:52:59 -04006102 }
James Smart6fb120a2009-05-22 14:52:59 -04006103 lpfc_unreg_fcfi(mbox, phba->fcf.fcfi);
6104 mbox->vport = phba->pport;
6105 mbox->mbox_cmpl = lpfc_unregister_fcfi_cmpl;
6106 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
6107
6108 if (rc == MBX_NOT_FINISHED) {
James Smartecfd03c2010-02-12 14:41:27 -05006109 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
6110 "2552 Unregister FCFI command failed rc x%x "
6111 "HBA state x%x\n",
6112 rc, phba->pport->port_state);
6113 return -EINVAL;
6114 }
6115 return 0;
6116}
6117
6118/**
6119 * lpfc_unregister_fcf_rescan - Unregister currently registered fcf and rescan
6120 * @phba: Pointer to hba context object.
6121 *
6122 * This function unregisters the currently reigstered FCF. This function
6123 * also tries to find another FCF for discovery by rescan the HBA FCF table.
6124 */
6125void
6126lpfc_unregister_fcf_rescan(struct lpfc_hba *phba)
6127{
6128 int rc;
6129
6130 /* Preparation for unregistering fcf */
6131 rc = lpfc_unregister_fcf_prep(phba);
6132 if (rc) {
6133 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
6134 "2748 Failed to prepare for unregistering "
6135 "HBA's FCF record: rc=%d\n", rc);
James Smart6fb120a2009-05-22 14:52:59 -04006136 return;
6137 }
6138
James Smartecfd03c2010-02-12 14:41:27 -05006139 /* Now, unregister FCF record and reset HBA FCF state */
6140 rc = lpfc_sli4_unregister_fcf(phba);
6141 if (rc)
6142 return;
6143 /* Reset HBA FCF states after successful unregister FCF */
6144 phba->fcf.fcf_flag = 0;
James Smartfc2b9892010-02-26 14:15:29 -05006145 phba->fcf.current_rec.flag = 0;
James Smart6fb120a2009-05-22 14:52:59 -04006146
6147 /*
6148 * If driver is not unloading, check if there is any other
6149 * FCF record that can be used for discovery.
6150 */
6151 if ((phba->pport->load_flag & FC_UNLOADING) ||
James Smartecfd03c2010-02-12 14:41:27 -05006152 (phba->link_state < LPFC_LINK_UP))
James Smart6fb120a2009-05-22 14:52:59 -04006153 return;
6154
James Smart0c9ab6f2010-02-26 14:15:57 -05006155 /* This is considered as the initial FCF discovery scan */
6156 spin_lock_irq(&phba->hbalock);
6157 phba->fcf.fcf_flag |= FCF_INIT_DISC;
6158 spin_unlock_irq(&phba->hbalock);
James Smart38b92ef2010-08-04 16:11:39 -04006159
6160 /* Reset FCF roundrobin bmask for new discovery */
James Smart7d791df2011-07-22 18:37:52 -04006161 lpfc_sli4_clear_fcf_rr_bmask(phba);
James Smart38b92ef2010-08-04 16:11:39 -04006162
James Smart0c9ab6f2010-02-26 14:15:57 -05006163 rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST);
James Smart6fb120a2009-05-22 14:52:59 -04006164
James Smart0c9ab6f2010-02-26 14:15:57 -05006165 if (rc) {
6166 spin_lock_irq(&phba->hbalock);
6167 phba->fcf.fcf_flag &= ~FCF_INIT_DISC;
6168 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04006169 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
James Smartecfd03c2010-02-12 14:41:27 -05006170 "2553 lpfc_unregister_unused_fcf failed "
6171 "to read FCF record HBA state x%x\n",
6172 phba->pport->port_state);
James Smart0c9ab6f2010-02-26 14:15:57 -05006173 }
James Smartecfd03c2010-02-12 14:41:27 -05006174}
6175
6176/**
6177 * lpfc_unregister_fcf - Unregister the currently registered fcf record
6178 * @phba: Pointer to hba context object.
6179 *
6180 * This function just unregisters the currently reigstered FCF. It does not
6181 * try to find another FCF for discovery.
6182 */
6183void
6184lpfc_unregister_fcf(struct lpfc_hba *phba)
6185{
6186 int rc;
6187
6188 /* Preparation for unregistering fcf */
6189 rc = lpfc_unregister_fcf_prep(phba);
6190 if (rc) {
6191 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
6192 "2749 Failed to prepare for unregistering "
6193 "HBA's FCF record: rc=%d\n", rc);
6194 return;
6195 }
6196
6197 /* Now, unregister FCF record and reset HBA FCF state */
6198 rc = lpfc_sli4_unregister_fcf(phba);
6199 if (rc)
6200 return;
6201 /* Set proper HBA FCF states after successful unregister FCF */
6202 spin_lock_irq(&phba->hbalock);
6203 phba->fcf.fcf_flag &= ~FCF_REGISTERED;
6204 spin_unlock_irq(&phba->hbalock);
6205}
6206
6207/**
6208 * lpfc_unregister_unused_fcf - Unregister FCF if all devices are disconnected.
6209 * @phba: Pointer to hba context object.
6210 *
6211 * This function check if there are any connected remote port for the FCF and
6212 * if all the devices are disconnected, this function unregister FCFI.
6213 * This function also tries to use another FCF for discovery.
6214 */
6215void
6216lpfc_unregister_unused_fcf(struct lpfc_hba *phba)
6217{
6218 /*
James Smart3804dc82010-07-14 15:31:37 -04006219 * If HBA is not running in FIP mode, if HBA does not support
6220 * FCoE, if FCF discovery is ongoing, or if FCF has not been
6221 * registered, do nothing.
James Smartecfd03c2010-02-12 14:41:27 -05006222 */
6223 spin_lock_irq(&phba->hbalock);
James Smart76a95d72010-11-20 23:11:48 -05006224 if (!(phba->hba_flag & HBA_FCOE_MODE) ||
James Smartecfd03c2010-02-12 14:41:27 -05006225 !(phba->fcf.fcf_flag & FCF_REGISTERED) ||
James Smartdbb6b3a2010-06-08 18:31:37 -04006226 !(phba->hba_flag & HBA_FIP_SUPPORT) ||
James Smart3804dc82010-07-14 15:31:37 -04006227 (phba->fcf.fcf_flag & FCF_DISCOVERY) ||
James Smartdbb6b3a2010-06-08 18:31:37 -04006228 (phba->pport->port_state == LPFC_FLOGI)) {
James Smartecfd03c2010-02-12 14:41:27 -05006229 spin_unlock_irq(&phba->hbalock);
6230 return;
6231 }
6232 spin_unlock_irq(&phba->hbalock);
6233
6234 if (lpfc_fcf_inuse(phba))
6235 return;
6236
6237 lpfc_unregister_fcf_rescan(phba);
James Smart6fb120a2009-05-22 14:52:59 -04006238}
6239
6240/**
6241 * lpfc_read_fcf_conn_tbl - Create driver FCF connection table.
6242 * @phba: Pointer to hba context object.
6243 * @buff: Buffer containing the FCF connection table as in the config
6244 * region.
6245 * This function create driver data structure for the FCF connection
6246 * record table read from config region 23.
6247 */
6248static void
6249lpfc_read_fcf_conn_tbl(struct lpfc_hba *phba,
6250 uint8_t *buff)
6251{
6252 struct lpfc_fcf_conn_entry *conn_entry, *next_conn_entry;
6253 struct lpfc_fcf_conn_hdr *conn_hdr;
6254 struct lpfc_fcf_conn_rec *conn_rec;
6255 uint32_t record_count;
6256 int i;
6257
6258 /* Free the current connect table */
6259 list_for_each_entry_safe(conn_entry, next_conn_entry,
James Smart4d9ab992009-10-02 15:16:39 -04006260 &phba->fcf_conn_rec_list, list) {
6261 list_del_init(&conn_entry->list);
James Smart6fb120a2009-05-22 14:52:59 -04006262 kfree(conn_entry);
James Smart4d9ab992009-10-02 15:16:39 -04006263 }
James Smart6fb120a2009-05-22 14:52:59 -04006264
6265 conn_hdr = (struct lpfc_fcf_conn_hdr *) buff;
6266 record_count = conn_hdr->length * sizeof(uint32_t)/
6267 sizeof(struct lpfc_fcf_conn_rec);
6268
6269 conn_rec = (struct lpfc_fcf_conn_rec *)
6270 (buff + sizeof(struct lpfc_fcf_conn_hdr));
6271
6272 for (i = 0; i < record_count; i++) {
6273 if (!(conn_rec[i].flags & FCFCNCT_VALID))
6274 continue;
6275 conn_entry = kzalloc(sizeof(struct lpfc_fcf_conn_entry),
6276 GFP_KERNEL);
6277 if (!conn_entry) {
6278 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6279 "2566 Failed to allocate connection"
6280 " table entry\n");
6281 return;
6282 }
6283
6284 memcpy(&conn_entry->conn_rec, &conn_rec[i],
6285 sizeof(struct lpfc_fcf_conn_rec));
James Smart6fb120a2009-05-22 14:52:59 -04006286 list_add_tail(&conn_entry->list,
6287 &phba->fcf_conn_rec_list);
6288 }
James Smartdf0d0852013-05-31 17:05:08 -04006289
6290 if (!list_empty(&phba->fcf_conn_rec_list)) {
6291 i = 0;
6292 list_for_each_entry(conn_entry, &phba->fcf_conn_rec_list,
6293 list) {
6294 conn_rec = &conn_entry->conn_rec;
6295 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
6296 "3345 FCF connection list rec[%02d]: "
6297 "flags:x%04x, vtag:x%04x, "
6298 "fabric_name:x%02x:%02x:%02x:%02x:"
6299 "%02x:%02x:%02x:%02x, "
6300 "switch_name:x%02x:%02x:%02x:%02x:"
6301 "%02x:%02x:%02x:%02x\n", i++,
6302 conn_rec->flags, conn_rec->vlan_tag,
6303 conn_rec->fabric_name[0],
6304 conn_rec->fabric_name[1],
6305 conn_rec->fabric_name[2],
6306 conn_rec->fabric_name[3],
6307 conn_rec->fabric_name[4],
6308 conn_rec->fabric_name[5],
6309 conn_rec->fabric_name[6],
6310 conn_rec->fabric_name[7],
6311 conn_rec->switch_name[0],
6312 conn_rec->switch_name[1],
6313 conn_rec->switch_name[2],
6314 conn_rec->switch_name[3],
6315 conn_rec->switch_name[4],
6316 conn_rec->switch_name[5],
6317 conn_rec->switch_name[6],
6318 conn_rec->switch_name[7]);
6319 }
6320 }
James Smart6fb120a2009-05-22 14:52:59 -04006321}
6322
6323/**
6324 * lpfc_read_fcoe_param - Read FCoe parameters from conf region..
6325 * @phba: Pointer to hba context object.
6326 * @buff: Buffer containing the FCoE parameter data structure.
6327 *
6328 * This function update driver data structure with config
6329 * parameters read from config region 23.
6330 */
6331static void
6332lpfc_read_fcoe_param(struct lpfc_hba *phba,
6333 uint8_t *buff)
6334{
6335 struct lpfc_fip_param_hdr *fcoe_param_hdr;
6336 struct lpfc_fcoe_params *fcoe_param;
6337
6338 fcoe_param_hdr = (struct lpfc_fip_param_hdr *)
6339 buff;
6340 fcoe_param = (struct lpfc_fcoe_params *)
James Smart32b97932009-07-19 10:01:21 -04006341 (buff + sizeof(struct lpfc_fip_param_hdr));
James Smart6fb120a2009-05-22 14:52:59 -04006342
6343 if ((fcoe_param_hdr->parm_version != FIPP_VERSION) ||
6344 (fcoe_param_hdr->length != FCOE_PARAM_LENGTH))
6345 return;
6346
James Smart6fb120a2009-05-22 14:52:59 -04006347 if (fcoe_param_hdr->parm_flags & FIPP_VLAN_VALID) {
6348 phba->valid_vlan = 1;
6349 phba->vlan_id = le16_to_cpu(fcoe_param->vlan_tag) &
6350 0xFFF;
6351 }
6352
6353 phba->fc_map[0] = fcoe_param->fc_map[0];
6354 phba->fc_map[1] = fcoe_param->fc_map[1];
6355 phba->fc_map[2] = fcoe_param->fc_map[2];
6356 return;
6357}
6358
6359/**
6360 * lpfc_get_rec_conf23 - Get a record type in config region data.
6361 * @buff: Buffer containing config region 23 data.
6362 * @size: Size of the data buffer.
6363 * @rec_type: Record type to be searched.
6364 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -03006365 * This function searches config region data to find the beginning
James Smart6fb120a2009-05-22 14:52:59 -04006366 * of the record specified by record_type. If record found, this
6367 * function return pointer to the record else return NULL.
6368 */
6369static uint8_t *
6370lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type)
6371{
6372 uint32_t offset = 0, rec_length;
6373
6374 if ((buff[0] == LPFC_REGION23_LAST_REC) ||
6375 (size < sizeof(uint32_t)))
6376 return NULL;
6377
6378 rec_length = buff[offset + 1];
6379
6380 /*
6381 * One TLV record has one word header and number of data words
6382 * specified in the rec_length field of the record header.
6383 */
6384 while ((offset + rec_length * sizeof(uint32_t) + sizeof(uint32_t))
6385 <= size) {
6386 if (buff[offset] == rec_type)
6387 return &buff[offset];
6388
6389 if (buff[offset] == LPFC_REGION23_LAST_REC)
6390 return NULL;
6391
6392 offset += rec_length * sizeof(uint32_t) + sizeof(uint32_t);
6393 rec_length = buff[offset + 1];
6394 }
6395 return NULL;
6396}
6397
6398/**
6399 * lpfc_parse_fcoe_conf - Parse FCoE config data read from config region 23.
6400 * @phba: Pointer to lpfc_hba data structure.
6401 * @buff: Buffer containing config region 23 data.
6402 * @size: Size of the data buffer.
6403 *
Stefan Weileef35c22010-08-06 21:11:15 +02006404 * This function parses the FCoE config parameters in config region 23 and
James Smart6fb120a2009-05-22 14:52:59 -04006405 * populate driver data structure with the parameters.
6406 */
6407void
6408lpfc_parse_fcoe_conf(struct lpfc_hba *phba,
6409 uint8_t *buff,
6410 uint32_t size)
6411{
James Smarteb016562014-09-03 12:58:06 -04006412 uint32_t offset = 0;
James Smart6fb120a2009-05-22 14:52:59 -04006413 uint8_t *rec_ptr;
6414
6415 /*
6416 * If data size is less than 2 words signature and version cannot be
6417 * verified.
6418 */
6419 if (size < 2*sizeof(uint32_t))
6420 return;
6421
6422 /* Check the region signature first */
6423 if (memcmp(buff, LPFC_REGION23_SIGNATURE, 4)) {
6424 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6425 "2567 Config region 23 has bad signature\n");
6426 return;
6427 }
6428
6429 offset += 4;
6430
6431 /* Check the data structure version */
6432 if (buff[offset] != LPFC_REGION23_VERSION) {
6433 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6434 "2568 Config region 23 has bad version\n");
6435 return;
6436 }
6437 offset += 4;
6438
James Smart6fb120a2009-05-22 14:52:59 -04006439 /* Read FCoE param record */
6440 rec_ptr = lpfc_get_rec_conf23(&buff[offset],
6441 size - offset, FCOE_PARAM_TYPE);
6442 if (rec_ptr)
6443 lpfc_read_fcoe_param(phba, rec_ptr);
6444
6445 /* Read FCF connection table */
6446 rec_ptr = lpfc_get_rec_conf23(&buff[offset],
6447 size - offset, FCOE_CONN_TBL_TYPE);
6448 if (rec_ptr)
6449 lpfc_read_fcf_conn_tbl(phba, rec_ptr);
6450
6451}