blob: 6fee16030e40a80f0a2e7e463ac0726a9d3d0b41 [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 Smart92c13f22013-05-31 17:05:45 -04004 * Copyright (C) 2004-2013 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 Smart858c9f62007-06-17 19:56:39 -0500109 struct lpfc_hba *phba;
James Smart858c9f62007-06-17 19:56:39 -0500110 struct lpfc_work_evt *evtp;
James Smarta8adb832007-10-27 13:37:53 -0400111 int put_node;
112 int put_rport;
James Smartc01f3202006-08-18 17:47:08 -0400113
114 rdata = rport->dd_data;
115 ndlp = rdata->pnode;
James Smart58da1ff2008-04-07 10:15:56 -0400116 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp))
James Smartc01f3202006-08-18 17:47:08 -0400117 return;
James Smartc01f3202006-08-18 17:47:08 -0400118
James Smart858c9f62007-06-17 19:56:39 -0500119 vport = ndlp->vport;
120 phba = vport->phba;
121
122 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
123 "rport devlosscb: sid:x%x did:x%x flg:x%x",
124 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag);
125
James Smart34f5ad82012-08-03 12:35:03 -0400126 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
127 "3181 dev_loss_callbk x%06x, rport %p flg x%x\n",
128 ndlp->nlp_DID, ndlp->rport, ndlp->nlp_flag);
129
James Smarta8adb832007-10-27 13:37:53 -0400130 /* Don't defer this if we are in the process of deleting the vport
131 * or unloading the driver. The unload will cleanup the node
132 * appropriately we just need to cleanup the ndlp rport info here.
133 */
134 if (vport->load_flag & FC_UNLOADING) {
135 put_node = rdata->pnode != NULL;
136 put_rport = ndlp->rport != NULL;
137 rdata->pnode = NULL;
138 ndlp->rport = NULL;
139 if (put_node)
140 lpfc_nlp_put(ndlp);
141 if (put_rport)
142 put_device(&rport->dev);
143 return;
144 }
145
146 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE)
147 return;
148
James Smart34f5ad82012-08-03 12:35:03 -0400149 if (ndlp->nlp_type & NLP_FABRIC) {
150
151 /* If the WWPN of the rport and ndlp don't match, ignore it */
152 if (rport->port_name != wwn_to_u64(ndlp->nlp_portname.u.wwn)) {
153 put_device(&rport->dev);
154 return;
155 }
156 }
157
James Smart858c9f62007-06-17 19:56:39 -0500158 evtp = &ndlp->dev_loss_evt;
159
160 if (!list_empty(&evtp->evt_listp))
161 return;
162
James Smarta62a4352013-04-17 20:18:19 -0400163 evtp->evt_arg1 = lpfc_nlp_get(ndlp);
164
James Smart858c9f62007-06-17 19:56:39 -0500165 spin_lock_irq(&phba->hbalock);
James Smartfa4066b2008-01-11 01:53:27 -0500166 /* We need to hold the node by incrementing the reference
167 * count until this queued work is done
168 */
James Smart5e9d9b82008-06-14 22:52:53 -0400169 if (evtp->evt_arg1) {
170 evtp->evt = LPFC_EVT_DEV_LOSS;
171 list_add_tail(&evtp->evt_listp, &phba->work_list);
172 lpfc_worker_wake_up(phba);
173 }
James Smart858c9f62007-06-17 19:56:39 -0500174 spin_unlock_irq(&phba->hbalock);
175
James Smart858c9f62007-06-17 19:56:39 -0500176 return;
177}
178
James Smarta93ff372010-10-22 11:06:08 -0400179/**
180 * lpfc_dev_loss_tmo_handler - Remote node devloss timeout handler
181 * @ndlp: Pointer to remote node object.
182 *
183 * This function is called from the worker thread when devloss timeout timer
184 * expires. For SLI4 host, this routine shall return 1 when at lease one
185 * remote node, including this @ndlp, is still in use of FCF; otherwise, this
186 * routine shall return 0 when there is no remote node is still in use of FCF
187 * when devloss timeout happened to this @ndlp.
188 **/
189static int
James Smart858c9f62007-06-17 19:56:39 -0500190lpfc_dev_loss_tmo_handler(struct lpfc_nodelist *ndlp)
191{
192 struct lpfc_rport_data *rdata;
193 struct fc_rport *rport;
194 struct lpfc_vport *vport;
195 struct lpfc_hba *phba;
196 uint8_t *name;
James Smart87af33f2007-10-27 13:37:43 -0400197 int put_node;
198 int put_rport;
James Smart858c9f62007-06-17 19:56:39 -0500199 int warn_on = 0;
James Smarta93ff372010-10-22 11:06:08 -0400200 int fcf_inuse = 0;
James Smart858c9f62007-06-17 19:56:39 -0500201
202 rport = ndlp->rport;
203
204 if (!rport)
James Smarta93ff372010-10-22 11:06:08 -0400205 return fcf_inuse;
James Smart858c9f62007-06-17 19:56:39 -0500206
207 rdata = rport->dd_data;
208 name = (uint8_t *) &ndlp->nlp_portname;
209 vport = ndlp->vport;
210 phba = vport->phba;
211
James Smarta93ff372010-10-22 11:06:08 -0400212 if (phba->sli_rev == LPFC_SLI_REV4)
213 fcf_inuse = lpfc_fcf_inuse(phba);
214
James Smart858c9f62007-06-17 19:56:39 -0500215 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
216 "rport devlosstmo:did:x%x type:x%x id:x%x",
217 ndlp->nlp_DID, ndlp->nlp_type, rport->scsi_target_id);
218
James Smart34f5ad82012-08-03 12:35:03 -0400219 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
220 "3182 dev_loss_tmo_handler x%06x, rport %p flg x%x\n",
221 ndlp->nlp_DID, ndlp->rport, ndlp->nlp_flag);
222
James Smarta8adb832007-10-27 13:37:53 -0400223 /* Don't defer this if we are in the process of deleting the vport
224 * or unloading the driver. The unload will cleanup the node
225 * appropriately we just need to cleanup the ndlp rport info here.
226 */
227 if (vport->load_flag & FC_UNLOADING) {
James Smart09372822008-01-11 01:52:54 -0500228 if (ndlp->nlp_sid != NLP_NO_SID) {
229 /* flush the target */
230 lpfc_sli_abort_iocb(vport,
231 &phba->sli.ring[phba->sli.fcp_ring],
232 ndlp->nlp_sid, 0, LPFC_CTX_TGT);
233 }
James Smarta8adb832007-10-27 13:37:53 -0400234 put_node = rdata->pnode != NULL;
235 put_rport = ndlp->rport != NULL;
236 rdata->pnode = NULL;
237 ndlp->rport = NULL;
238 if (put_node)
239 lpfc_nlp_put(ndlp);
240 if (put_rport)
241 put_device(&rport->dev);
James Smarta93ff372010-10-22 11:06:08 -0400242 return fcf_inuse;
James Smarta8adb832007-10-27 13:37:53 -0400243 }
244
James Smartd7c255b2008-08-24 21:50:00 -0400245 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) {
246 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
247 "0284 Devloss timeout Ignored on "
248 "WWPN %x:%x:%x:%x:%x:%x:%x:%x "
249 "NPort x%x\n",
250 *name, *(name+1), *(name+2), *(name+3),
251 *(name+4), *(name+5), *(name+6), *(name+7),
252 ndlp->nlp_DID);
James Smarta93ff372010-10-22 11:06:08 -0400253 return fcf_inuse;
James Smartd7c255b2008-08-24 21:50:00 -0400254 }
James Smart858c9f62007-06-17 19:56:39 -0500255
James Smart92d7f7b2007-06-17 19:56:38 -0500256 if (ndlp->nlp_type & NLP_FABRIC) {
257 /* We will clean up these Nodes in linkup */
258 put_node = rdata->pnode != NULL;
259 put_rport = ndlp->rport != NULL;
260 rdata->pnode = NULL;
261 ndlp->rport = NULL;
262 if (put_node)
263 lpfc_nlp_put(ndlp);
264 if (put_rport)
265 put_device(&rport->dev);
James Smarta93ff372010-10-22 11:06:08 -0400266 return fcf_inuse;
James Smart92d7f7b2007-06-17 19:56:38 -0500267 }
James Smart82085712007-04-25 09:52:41 -0400268
dea31012005-04-17 16:05:31 -0500269 if (ndlp->nlp_sid != NLP_NO_SID) {
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400270 warn_on = 1;
dea31012005-04-17 16:05:31 -0500271 /* flush the target */
James Smart51ef4c22007-08-02 11:10:31 -0400272 lpfc_sli_abort_iocb(vport, &phba->sli.ring[phba->sli.fcp_ring],
273 ndlp->nlp_sid, 0, LPFC_CTX_TGT);
dea31012005-04-17 16:05:31 -0500274 }
James Smartc01f3202006-08-18 17:47:08 -0400275
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400276 if (warn_on) {
James Smarte8b62012007-08-02 11:10:09 -0400277 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
278 "0203 Devloss timeout on "
James Smart58da1ff2008-04-07 10:15:56 -0400279 "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x "
280 "NPort x%06x Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -0400281 *name, *(name+1), *(name+2), *(name+3),
282 *(name+4), *(name+5), *(name+6), *(name+7),
283 ndlp->nlp_DID, ndlp->nlp_flag,
284 ndlp->nlp_state, ndlp->nlp_rpi);
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400285 } else {
James Smarte8b62012007-08-02 11:10:09 -0400286 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
287 "0204 Devloss timeout on "
James Smart58da1ff2008-04-07 10:15:56 -0400288 "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x "
289 "NPort x%06x Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -0400290 *name, *(name+1), *(name+2), *(name+3),
291 *(name+4), *(name+5), *(name+6), *(name+7),
292 ndlp->nlp_DID, ndlp->nlp_flag,
293 ndlp->nlp_state, ndlp->nlp_rpi);
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400294 }
295
James Smart87af33f2007-10-27 13:37:43 -0400296 put_node = rdata->pnode != NULL;
297 put_rport = ndlp->rport != NULL;
298 rdata->pnode = NULL;
299 ndlp->rport = NULL;
300 if (put_node)
301 lpfc_nlp_put(ndlp);
302 if (put_rport)
303 put_device(&rport->dev);
304
James Smart2e0fef82007-06-17 19:56:36 -0500305 if (!(vport->load_flag & FC_UNLOADING) &&
James Smart1dcb58e2007-04-25 09:51:30 -0400306 !(ndlp->nlp_flag & NLP_DELAY_TMO) &&
James Smart82085712007-04-25 09:52:41 -0400307 !(ndlp->nlp_flag & NLP_NPR_2B_DISC) &&
James Smartffc95492010-06-07 15:23:17 -0400308 (ndlp->nlp_state != NLP_STE_UNMAPPED_NODE) &&
James Smart589a52d2010-07-14 15:30:54 -0400309 (ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) &&
310 (ndlp->nlp_state != NLP_STE_PRLI_ISSUE))
James Smart2e0fef82007-06-17 19:56:36 -0500311 lpfc_disc_state_machine(vport, ndlp, NULL, NLP_EVT_DEVICE_RM);
James Smart6fb120a2009-05-22 14:52:59 -0400312
James Smarta93ff372010-10-22 11:06:08 -0400313 return fcf_inuse;
314}
315
316/**
317 * lpfc_sli4_post_dev_loss_tmo_handler - SLI4 post devloss timeout handler
318 * @phba: Pointer to hba context object.
319 * @fcf_inuse: SLI4 FCF in-use state reported from devloss timeout handler.
320 * @nlp_did: remote node identifer with devloss timeout.
321 *
322 * This function is called from the worker thread after invoking devloss
323 * timeout handler and releasing the reference count for the ndlp with
324 * which the devloss timeout was handled for SLI4 host. For the devloss
325 * timeout of the last remote node which had been in use of FCF, when this
326 * routine is invoked, it shall be guaranteed that none of the remote are
327 * in-use of FCF. When devloss timeout to the last remote using the FCF,
328 * if the FIP engine is neither in FCF table scan process nor roundrobin
329 * failover process, the in-use FCF shall be unregistered. If the FIP
330 * engine is in FCF discovery process, the devloss timeout state shall
331 * be set for either the FCF table scan process or roundrobin failover
332 * process to unregister the in-use FCF.
333 **/
334static void
335lpfc_sli4_post_dev_loss_tmo_handler(struct lpfc_hba *phba, int fcf_inuse,
336 uint32_t nlp_did)
337{
338 /* If devloss timeout happened to a remote node when FCF had no
339 * longer been in-use, do nothing.
340 */
341 if (!fcf_inuse)
342 return;
343
344 if ((phba->hba_flag & HBA_FIP_SUPPORT) && !lpfc_fcf_inuse(phba)) {
345 spin_lock_irq(&phba->hbalock);
346 if (phba->fcf.fcf_flag & FCF_DISCOVERY) {
347 if (phba->hba_flag & HBA_DEVLOSS_TMO) {
348 spin_unlock_irq(&phba->hbalock);
349 return;
350 }
351 phba->hba_flag |= HBA_DEVLOSS_TMO;
352 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
353 "2847 Last remote node (x%x) using "
354 "FCF devloss tmo\n", nlp_did);
355 }
356 if (phba->fcf.fcf_flag & FCF_REDISC_PROG) {
357 spin_unlock_irq(&phba->hbalock);
358 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
359 "2868 Devloss tmo to FCF rediscovery "
360 "in progress\n");
361 return;
362 }
363 if (!(phba->hba_flag & (FCF_TS_INPROG | FCF_RR_INPROG))) {
364 spin_unlock_irq(&phba->hbalock);
365 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
366 "2869 Devloss tmo to idle FIP engine, "
367 "unreg in-use FCF and rescan.\n");
368 /* Unregister in-use FCF and rescan */
369 lpfc_unregister_fcf_rescan(phba);
370 return;
371 }
372 spin_unlock_irq(&phba->hbalock);
373 if (phba->hba_flag & FCF_TS_INPROG)
374 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
375 "2870 FCF table scan in progress\n");
376 if (phba->hba_flag & FCF_RR_INPROG)
377 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
378 "2871 FLOGI roundrobin FCF failover "
379 "in progress\n");
380 }
James Smart6fb120a2009-05-22 14:52:59 -0400381 lpfc_unregister_unused_fcf(phba);
James Smart92d7f7b2007-06-17 19:56:38 -0500382}
James Smartc01f3202006-08-18 17:47:08 -0400383
James Smartea2151b2008-09-07 11:52:10 -0400384/**
James Smart3621a712009-04-06 18:47:14 -0400385 * lpfc_alloc_fast_evt - Allocates data structure for posting event
James Smartea2151b2008-09-07 11:52:10 -0400386 * @phba: Pointer to hba context object.
387 *
388 * This function is called from the functions which need to post
389 * events from interrupt context. This function allocates data
390 * structure required for posting event. It also keeps track of
391 * number of events pending and prevent event storm when there are
392 * too many events.
393 **/
394struct lpfc_fast_path_event *
395lpfc_alloc_fast_evt(struct lpfc_hba *phba) {
396 struct lpfc_fast_path_event *ret;
397
398 /* If there are lot of fast event do not exhaust memory due to this */
399 if (atomic_read(&phba->fast_event_count) > LPFC_MAX_EVT_COUNT)
400 return NULL;
401
402 ret = kzalloc(sizeof(struct lpfc_fast_path_event),
403 GFP_ATOMIC);
James Smart6fb120a2009-05-22 14:52:59 -0400404 if (ret) {
James Smartea2151b2008-09-07 11:52:10 -0400405 atomic_inc(&phba->fast_event_count);
James Smart6fb120a2009-05-22 14:52:59 -0400406 INIT_LIST_HEAD(&ret->work_evt.evt_listp);
407 ret->work_evt.evt = LPFC_EVT_FASTPATH_MGMT_EVT;
408 }
James Smartea2151b2008-09-07 11:52:10 -0400409 return ret;
410}
411
412/**
James Smart3621a712009-04-06 18:47:14 -0400413 * lpfc_free_fast_evt - Frees event data structure
James Smartea2151b2008-09-07 11:52:10 -0400414 * @phba: Pointer to hba context object.
415 * @evt: Event object which need to be freed.
416 *
417 * This function frees the data structure required for posting
418 * events.
419 **/
420void
421lpfc_free_fast_evt(struct lpfc_hba *phba,
422 struct lpfc_fast_path_event *evt) {
423
424 atomic_dec(&phba->fast_event_count);
425 kfree(evt);
426}
427
428/**
James Smart3621a712009-04-06 18:47:14 -0400429 * lpfc_send_fastpath_evt - Posts events generated from fast path
James Smartea2151b2008-09-07 11:52:10 -0400430 * @phba: Pointer to hba context object.
431 * @evtp: Event data structure.
432 *
433 * This function is called from worker thread, when the interrupt
434 * context need to post an event. This function posts the event
435 * to fc transport netlink interface.
436 **/
437static void
438lpfc_send_fastpath_evt(struct lpfc_hba *phba,
439 struct lpfc_work_evt *evtp)
440{
441 unsigned long evt_category, evt_sub_category;
442 struct lpfc_fast_path_event *fast_evt_data;
443 char *evt_data;
444 uint32_t evt_data_size;
445 struct Scsi_Host *shost;
446
447 fast_evt_data = container_of(evtp, struct lpfc_fast_path_event,
448 work_evt);
449
450 evt_category = (unsigned long) fast_evt_data->un.fabric_evt.event_type;
451 evt_sub_category = (unsigned long) fast_evt_data->un.
452 fabric_evt.subcategory;
453 shost = lpfc_shost_from_vport(fast_evt_data->vport);
454 if (evt_category == FC_REG_FABRIC_EVENT) {
455 if (evt_sub_category == LPFC_EVENT_FCPRDCHKERR) {
456 evt_data = (char *) &fast_evt_data->un.read_check_error;
457 evt_data_size = sizeof(fast_evt_data->un.
458 read_check_error);
459 } else if ((evt_sub_category == LPFC_EVENT_FABRIC_BUSY) ||
James Smarteaf15d52008-12-04 22:39:29 -0500460 (evt_sub_category == LPFC_EVENT_PORT_BUSY)) {
James Smartea2151b2008-09-07 11:52:10 -0400461 evt_data = (char *) &fast_evt_data->un.fabric_evt;
462 evt_data_size = sizeof(fast_evt_data->un.fabric_evt);
463 } else {
464 lpfc_free_fast_evt(phba, fast_evt_data);
465 return;
466 }
467 } else if (evt_category == FC_REG_SCSI_EVENT) {
468 switch (evt_sub_category) {
469 case LPFC_EVENT_QFULL:
470 case LPFC_EVENT_DEVBSY:
471 evt_data = (char *) &fast_evt_data->un.scsi_evt;
472 evt_data_size = sizeof(fast_evt_data->un.scsi_evt);
473 break;
474 case LPFC_EVENT_CHECK_COND:
475 evt_data = (char *) &fast_evt_data->un.check_cond_evt;
476 evt_data_size = sizeof(fast_evt_data->un.
477 check_cond_evt);
478 break;
479 case LPFC_EVENT_VARQUEDEPTH:
480 evt_data = (char *) &fast_evt_data->un.queue_depth_evt;
481 evt_data_size = sizeof(fast_evt_data->un.
482 queue_depth_evt);
483 break;
484 default:
485 lpfc_free_fast_evt(phba, fast_evt_data);
486 return;
487 }
488 } else {
489 lpfc_free_fast_evt(phba, fast_evt_data);
490 return;
491 }
492
493 fc_host_post_vendor_event(shost,
494 fc_get_event_number(),
495 evt_data_size,
496 evt_data,
James Smartddcc50f2008-12-04 22:38:46 -0500497 LPFC_NL_VENDOR_ID);
James Smartea2151b2008-09-07 11:52:10 -0400498
499 lpfc_free_fast_evt(phba, fast_evt_data);
500 return;
501}
502
dea31012005-04-17 16:05:31 -0500503static void
James Smart2e0fef82007-06-17 19:56:36 -0500504lpfc_work_list_done(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500505{
506 struct lpfc_work_evt *evtp = NULL;
507 struct lpfc_nodelist *ndlp;
508 int free_evt;
James Smarta93ff372010-10-22 11:06:08 -0400509 int fcf_inuse;
510 uint32_t nlp_did;
dea31012005-04-17 16:05:31 -0500511
James Smart2e0fef82007-06-17 19:56:36 -0500512 spin_lock_irq(&phba->hbalock);
513 while (!list_empty(&phba->work_list)) {
dea31012005-04-17 16:05:31 -0500514 list_remove_head((&phba->work_list), evtp, typeof(*evtp),
515 evt_listp);
James Smart2e0fef82007-06-17 19:56:36 -0500516 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500517 free_evt = 1;
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500518 switch (evtp->evt) {
dea31012005-04-17 16:05:31 -0500519 case LPFC_EVT_ELS_RETRY:
James Smart2e0fef82007-06-17 19:56:36 -0500520 ndlp = (struct lpfc_nodelist *) (evtp->evt_arg1);
dea31012005-04-17 16:05:31 -0500521 lpfc_els_retry_delay_handler(ndlp);
James Smart92d7f7b2007-06-17 19:56:38 -0500522 free_evt = 0; /* evt is part of ndlp */
James Smartfa4066b2008-01-11 01:53:27 -0500523 /* decrement the node reference count held
524 * for this queued work
525 */
526 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -0500527 break;
James Smart858c9f62007-06-17 19:56:39 -0500528 case LPFC_EVT_DEV_LOSS:
529 ndlp = (struct lpfc_nodelist *)(evtp->evt_arg1);
James Smarta93ff372010-10-22 11:06:08 -0400530 fcf_inuse = lpfc_dev_loss_tmo_handler(ndlp);
James Smart858c9f62007-06-17 19:56:39 -0500531 free_evt = 0;
James Smartfa4066b2008-01-11 01:53:27 -0500532 /* decrement the node reference count held for
533 * this queued work
534 */
James Smarta93ff372010-10-22 11:06:08 -0400535 nlp_did = ndlp->nlp_DID;
James Smart858c9f62007-06-17 19:56:39 -0500536 lpfc_nlp_put(ndlp);
James Smarta93ff372010-10-22 11:06:08 -0400537 if (phba->sli_rev == LPFC_SLI_REV4)
538 lpfc_sli4_post_dev_loss_tmo_handler(phba,
539 fcf_inuse,
540 nlp_did);
James Smart858c9f62007-06-17 19:56:39 -0500541 break;
dea31012005-04-17 16:05:31 -0500542 case LPFC_EVT_ONLINE:
James Smart2e0fef82007-06-17 19:56:36 -0500543 if (phba->link_state < LPFC_LINK_DOWN)
544 *(int *) (evtp->evt_arg1) = lpfc_online(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500545 else
James Smart2e0fef82007-06-17 19:56:36 -0500546 *(int *) (evtp->evt_arg1) = 0;
dea31012005-04-17 16:05:31 -0500547 complete((struct completion *)(evtp->evt_arg2));
548 break;
James Smart46fa3112007-04-25 09:51:45 -0400549 case LPFC_EVT_OFFLINE_PREP:
James Smart2e0fef82007-06-17 19:56:36 -0500550 if (phba->link_state >= LPFC_LINK_DOWN)
James Smart618a5232012-06-12 13:54:36 -0400551 lpfc_offline_prep(phba, LPFC_MBX_WAIT);
James Smart46fa3112007-04-25 09:51:45 -0400552 *(int *)(evtp->evt_arg1) = 0;
553 complete((struct completion *)(evtp->evt_arg2));
554 break;
555 case LPFC_EVT_OFFLINE:
556 lpfc_offline(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500557 lpfc_sli_brdrestart(phba);
558 *(int *)(evtp->evt_arg1) =
James Smart46fa3112007-04-25 09:51:45 -0400559 lpfc_sli_brdready(phba, HS_FFRDY | HS_MBRDY);
560 lpfc_unblock_mgmt_io(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500561 complete((struct completion *)(evtp->evt_arg2));
562 break;
563 case LPFC_EVT_WARM_START:
James Smart46fa3112007-04-25 09:51:45 -0400564 lpfc_offline(phba);
James Smart92908312006-03-07 15:04:13 -0500565 lpfc_reset_barrier(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500566 lpfc_sli_brdreset(phba);
567 lpfc_hba_down_post(phba);
568 *(int *)(evtp->evt_arg1) =
569 lpfc_sli_brdready(phba, HS_MBRDY);
James Smart46fa3112007-04-25 09:51:45 -0400570 lpfc_unblock_mgmt_io(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500571 complete((struct completion *)(evtp->evt_arg2));
572 break;
573 case LPFC_EVT_KILL:
James Smart46fa3112007-04-25 09:51:45 -0400574 lpfc_offline(phba);
James Smart92908312006-03-07 15:04:13 -0500575 *(int *)(evtp->evt_arg1)
James Smart2e0fef82007-06-17 19:56:36 -0500576 = (phba->pport->stopped)
577 ? 0 : lpfc_sli_brdkill(phba);
James Smart46fa3112007-04-25 09:51:45 -0400578 lpfc_unblock_mgmt_io(phba);
dea31012005-04-17 16:05:31 -0500579 complete((struct completion *)(evtp->evt_arg2));
580 break;
James Smartea2151b2008-09-07 11:52:10 -0400581 case LPFC_EVT_FASTPATH_MGMT_EVT:
582 lpfc_send_fastpath_evt(phba, evtp);
583 free_evt = 0;
584 break;
James Smart78730cf2010-04-06 15:06:30 -0400585 case LPFC_EVT_RESET_HBA:
586 if (!(phba->pport->load_flag & FC_UNLOADING))
587 lpfc_reset_hba(phba);
588 break;
dea31012005-04-17 16:05:31 -0500589 }
590 if (free_evt)
591 kfree(evtp);
James Smart2e0fef82007-06-17 19:56:36 -0500592 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500593 }
James Smart2e0fef82007-06-17 19:56:36 -0500594 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500595
596}
597
James Smart311464e2007-08-02 11:10:37 -0400598static void
James Smart2e0fef82007-06-17 19:56:36 -0500599lpfc_work_done(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500600{
601 struct lpfc_sli_ring *pring;
James Smart858c9f62007-06-17 19:56:39 -0500602 uint32_t ha_copy, status, control, work_port_events;
James Smart549e55c2007-08-02 11:09:51 -0400603 struct lpfc_vport **vports;
James Smart51ef4c22007-08-02 11:10:31 -0400604 struct lpfc_vport *vport;
James Smart549e55c2007-08-02 11:09:51 -0400605 int i;
dea31012005-04-17 16:05:31 -0500606
James Smart2e0fef82007-06-17 19:56:36 -0500607 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500608 ha_copy = phba->work_ha;
609 phba->work_ha = 0;
James Smart2e0fef82007-06-17 19:56:36 -0500610 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500611
James Smartda0436e2009-05-22 14:51:39 -0400612 /* First, try to post the next mailbox command to SLI4 device */
613 if (phba->pci_dev_grp == LPFC_PCI_DEV_OC)
614 lpfc_sli4_post_async_mbox(phba);
615
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500616 if (ha_copy & HA_ERATT)
James Smart93996272008-08-24 21:50:30 -0400617 /* Handle the error attention event */
dea31012005-04-17 16:05:31 -0500618 lpfc_handle_eratt(phba);
619
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500620 if (ha_copy & HA_MBATT)
dea31012005-04-17 16:05:31 -0500621 lpfc_sli_handle_mb_event(phba);
622
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500623 if (ha_copy & HA_LATT)
dea31012005-04-17 16:05:31 -0500624 lpfc_handle_latt(phba);
James Smart93996272008-08-24 21:50:30 -0400625
James Smartda0436e2009-05-22 14:51:39 -0400626 /* Process SLI4 events */
627 if (phba->pci_dev_grp == LPFC_PCI_DEV_OC) {
James Smart19ca7602010-11-20 23:11:55 -0500628 if (phba->hba_flag & HBA_RRQ_ACTIVE)
629 lpfc_handle_rrq_active(phba);
James Smartda0436e2009-05-22 14:51:39 -0400630 if (phba->hba_flag & FCP_XRI_ABORT_EVENT)
631 lpfc_sli4_fcp_xri_abort_event_proc(phba);
632 if (phba->hba_flag & ELS_XRI_ABORT_EVENT)
633 lpfc_sli4_els_xri_abort_event_proc(phba);
634 if (phba->hba_flag & ASYNC_EVENT)
635 lpfc_sli4_async_event_proc(phba);
636 if (phba->hba_flag & HBA_POST_RECEIVE_BUFFER) {
637 spin_lock_irq(&phba->hbalock);
638 phba->hba_flag &= ~HBA_POST_RECEIVE_BUFFER;
639 spin_unlock_irq(&phba->hbalock);
640 lpfc_sli_hbqbuf_add_hbqs(phba, LPFC_ELS_HBQ);
641 }
James Smartecfd03c2010-02-12 14:41:27 -0500642 if (phba->fcf.fcf_flag & FCF_REDISC_EVT)
643 lpfc_sli4_fcf_redisc_event_proc(phba);
James Smartda0436e2009-05-22 14:51:39 -0400644 }
645
James Smart549e55c2007-08-02 11:09:51 -0400646 vports = lpfc_create_vport_work_array(phba);
647 if (vports != NULL)
James Smartda0436e2009-05-22 14:51:39 -0400648 for (i = 0; i <= phba->max_vports; i++) {
James Smart51ef4c22007-08-02 11:10:31 -0400649 /*
650 * We could have no vports in array if unloading, so if
651 * this happens then just use the pport
652 */
653 if (vports[i] == NULL && i == 0)
654 vport = phba->pport;
655 else
656 vport = vports[i];
657 if (vport == NULL)
658 break;
James Smart58da1ff2008-04-07 10:15:56 -0400659 spin_lock_irq(&vport->work_port_lock);
James Smart51ef4c22007-08-02 11:10:31 -0400660 work_port_events = vport->work_port_events;
James Smart58da1ff2008-04-07 10:15:56 -0400661 vport->work_port_events &= ~work_port_events;
662 spin_unlock_irq(&vport->work_port_lock);
James Smart549e55c2007-08-02 11:09:51 -0400663 if (work_port_events & WORKER_DISC_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400664 lpfc_disc_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400665 if (work_port_events & WORKER_ELS_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400666 lpfc_els_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400667 if (work_port_events & WORKER_HB_TMO)
668 lpfc_hb_timeout_handler(phba);
669 if (work_port_events & WORKER_MBOX_TMO)
670 lpfc_mbox_timeout_handler(phba);
671 if (work_port_events & WORKER_FABRIC_BLOCK_TMO)
672 lpfc_unblock_fabric_iocbs(phba);
673 if (work_port_events & WORKER_FDMI_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400674 lpfc_fdmi_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400675 if (work_port_events & WORKER_RAMP_DOWN_QUEUE)
676 lpfc_ramp_down_queue_handler(phba);
677 if (work_port_events & WORKER_RAMP_UP_QUEUE)
678 lpfc_ramp_up_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 }
James Smart0e9bb8d2013-03-01 16:35:12 -0500702 if ((phba->sli_rev == LPFC_SLI_REV4) &
703 (!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
736 set_user_nice(current, -20);
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;
801 int rc;
802
803 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -0500804 if (!NLP_CHK_NODE_ACT(ndlp))
805 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500806 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
807 continue;
James Smart98c9ea52007-10-27 13:37:33 -0400808 if ((phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) ||
809 ((vport->port_type == LPFC_NPIV_PORT) &&
810 (ndlp->nlp_DID == NameServer_DID)))
James Smart92d7f7b2007-06-17 19:56:38 -0500811 lpfc_unreg_rpi(vport, ndlp);
812
813 /* Leave Fabric nodes alone on link down */
James Smart4d9ab992009-10-02 15:16:39 -0400814 if ((phba->sli_rev < LPFC_SLI_REV4) &&
815 (!remove && ndlp->nlp_type & NLP_FABRIC))
James Smart92d7f7b2007-06-17 19:56:38 -0500816 continue;
817 rc = lpfc_disc_state_machine(vport, ndlp, NULL,
818 remove
819 ? NLP_EVT_DEVICE_RM
820 : NLP_EVT_DEVICE_RECOVERY);
821 }
822 if (phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) {
James Smart5af5eee2010-10-22 11:06:38 -0400823 if (phba->sli_rev == LPFC_SLI_REV4)
824 lpfc_sli4_unreg_all_rpis(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500825 lpfc_mbx_unreg_vpi(vport);
James Smart09372822008-01-11 01:52:54 -0500826 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500827 vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI;
James Smart09372822008-01-11 01:52:54 -0500828 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500829 }
830}
831
James Smart87af33f2007-10-27 13:37:43 -0400832void
James Smart98c9ea52007-10-27 13:37:33 -0400833lpfc_port_link_failure(struct lpfc_vport *vport)
James Smart92d7f7b2007-06-17 19:56:38 -0500834{
James Smart695a8142010-01-26 23:08:03 -0500835 lpfc_vport_set_state(vport, FC_VPORT_LINKDOWN);
836
James Smart45ed1192009-10-02 15:17:02 -0400837 /* Cleanup any outstanding received buffers */
838 lpfc_cleanup_rcv_buffers(vport);
839
James Smart92d7f7b2007-06-17 19:56:38 -0500840 /* Cleanup any outstanding RSCN activity */
841 lpfc_els_flush_rscn(vport);
842
843 /* Cleanup any outstanding ELS commands */
844 lpfc_els_flush_cmd(vport);
845
846 lpfc_cleanup_rpis(vport, 0);
847
James Smart92d7f7b2007-06-17 19:56:38 -0500848 /* Turn off discovery timer if its running */
849 lpfc_can_disctmo(vport);
850}
851
James Smart3772a992009-05-22 14:50:54 -0400852void
James Smart98c9ea52007-10-27 13:37:33 -0400853lpfc_linkdown_port(struct lpfc_vport *vport)
854{
855 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
856
857 fc_host_post_event(shost, fc_get_event_number(), FCH_EVT_LINKDOWN, 0);
858
859 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
860 "Link Down: state:x%x rtry:x%x flg:x%x",
861 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
862
863 lpfc_port_link_failure(vport);
864
James Smart92494142011-02-16 12:39:44 -0500865 /* Stop delayed Nport discovery */
866 spin_lock_irq(shost->host_lock);
867 vport->fc_flag &= ~FC_DISC_DELAYED;
868 spin_unlock_irq(shost->host_lock);
869 del_timer_sync(&vport->delayed_disc_tmo);
James Smart98c9ea52007-10-27 13:37:33 -0400870}
871
dea31012005-04-17 16:05:31 -0500872int
James Smart685f0bf2007-04-25 09:53:08 -0400873lpfc_linkdown(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500874{
James Smart2e0fef82007-06-17 19:56:36 -0500875 struct lpfc_vport *vport = phba->pport;
876 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart549e55c2007-08-02 11:09:51 -0400877 struct lpfc_vport **vports;
James Smart685f0bf2007-04-25 09:53:08 -0400878 LPFC_MBOXQ_t *mb;
James Smart549e55c2007-08-02 11:09:51 -0400879 int i;
dea31012005-04-17 16:05:31 -0500880
James Smart3163f722008-02-08 18:50:25 -0500881 if (phba->link_state == LPFC_LINK_DOWN)
James Smart2e0fef82007-06-17 19:56:36 -0500882 return 0;
James Smartaacc20e2009-12-21 17:02:51 -0500883
884 /* Block all SCSI stack I/Os */
885 lpfc_scsi_dev_block(phba);
886
James Smart2e0fef82007-06-17 19:56:36 -0500887 spin_lock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -0500888 phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE);
James Smart72100cc2010-02-12 14:43:01 -0500889 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -0500890 if (phba->link_state > LPFC_LINK_DOWN) {
James Smart2e0fef82007-06-17 19:56:36 -0500891 phba->link_state = LPFC_LINK_DOWN;
James Smart72100cc2010-02-12 14:43:01 -0500892 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500893 phba->pport->fc_flag &= ~FC_LBIT;
James Smart72100cc2010-02-12 14:43:01 -0500894 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500895 }
James Smart549e55c2007-08-02 11:09:51 -0400896 vports = lpfc_create_vport_work_array(phba);
897 if (vports != NULL)
James Smart6fb120a2009-05-22 14:52:59 -0400898 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
James Smart549e55c2007-08-02 11:09:51 -0400899 /* Issue a LINK DOWN event to all nodes */
900 lpfc_linkdown_port(vports[i]);
901 }
James Smart09372822008-01-11 01:52:54 -0500902 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -0500903 /* Clean up any firmware default rpi's */
James Smart2e0fef82007-06-17 19:56:36 -0500904 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
905 if (mb) {
James Smart6d368e52011-05-24 11:44:12 -0400906 lpfc_unreg_did(phba, 0xffff, LPFC_UNREG_ALL_DFLT_RPIS, mb);
James Smarted957682007-06-17 19:56:37 -0500907 mb->vport = vport;
James Smart2e0fef82007-06-17 19:56:36 -0500908 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -0400909 if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT)
dea31012005-04-17 16:05:31 -0500910 == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -0500911 mempool_free(mb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -0500912 }
913 }
914
dea31012005-04-17 16:05:31 -0500915 /* Setup myDID for link up if we are in pt2pt mode */
James Smart92d7f7b2007-06-17 19:56:38 -0500916 if (phba->pport->fc_flag & FC_PT2PT) {
917 phba->pport->fc_myDID = 0;
James Smart2e0fef82007-06-17 19:56:36 -0500918 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
919 if (mb) {
dea31012005-04-17 16:05:31 -0500920 lpfc_config_link(phba, mb);
James Smart92d7f7b2007-06-17 19:56:38 -0500921 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smarted957682007-06-17 19:56:37 -0500922 mb->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -0400923 if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT)
dea31012005-04-17 16:05:31 -0500924 == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -0500925 mempool_free(mb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -0500926 }
927 }
James Smart2e0fef82007-06-17 19:56:36 -0500928 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500929 phba->pport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI);
James Smart2e0fef82007-06-17 19:56:36 -0500930 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -0500931 }
James Smart2e0fef82007-06-17 19:56:36 -0500932
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500933 return 0;
dea31012005-04-17 16:05:31 -0500934}
935
James Smart92d7f7b2007-06-17 19:56:38 -0500936static void
937lpfc_linkup_cleanup_nodes(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -0500938{
James Smart92d7f7b2007-06-17 19:56:38 -0500939 struct lpfc_nodelist *ndlp;
940
941 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -0500942 if (!NLP_CHK_NODE_ACT(ndlp))
943 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500944 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
945 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500946 if (ndlp->nlp_type & NLP_FABRIC) {
James Smarte47c9092008-02-08 18:49:26 -0500947 /* On Linkup its safe to clean up the ndlp
948 * from Fabric connections.
949 */
James Smart92d7f7b2007-06-17 19:56:38 -0500950 if (ndlp->nlp_DID != Fabric_DID)
951 lpfc_unreg_rpi(vport, ndlp);
952 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
953 } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) {
James Smarte47c9092008-02-08 18:49:26 -0500954 /* Fail outstanding IO now since device is
955 * marked for PLOGI.
956 */
James Smart92d7f7b2007-06-17 19:56:38 -0500957 lpfc_unreg_rpi(vport, ndlp);
958 }
959 }
960}
961
962static void
963lpfc_linkup_port(struct lpfc_vport *vport)
964{
965 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500966 struct lpfc_hba *phba = vport->phba;
967
968 if ((vport->load_flag & FC_UNLOADING) != 0)
969 return;
970
James Smart858c9f62007-06-17 19:56:39 -0500971 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
972 "Link Up: top:x%x speed:x%x flg:x%x",
973 phba->fc_topology, phba->fc_linkspeed, phba->link_flag);
974
James Smart92d7f7b2007-06-17 19:56:38 -0500975 /* If NPIV is not enabled, only bring the physical port up */
976 if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) &&
977 (vport != phba->pport))
978 return;
dea31012005-04-17 16:05:31 -0500979
James Smart2e0fef82007-06-17 19:56:36 -0500980 fc_host_post_event(shost, fc_get_event_number(), FCH_EVT_LINKUP, 0);
James Smartd2873e42006-08-18 17:46:43 -0400981
James Smart2e0fef82007-06-17 19:56:36 -0500982 spin_lock_irq(shost->host_lock);
James Smart2e0fef82007-06-17 19:56:36 -0500983 vport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI | FC_ABORT_DISCOVERY |
984 FC_RSCN_MODE | FC_NLP_MORE | FC_RSCN_DISCOVERY);
985 vport->fc_flag |= FC_NDISC_ACTIVE;
986 vport->fc_ns_retry = 0;
987 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -0500988
James Smart92d7f7b2007-06-17 19:56:38 -0500989 if (vport->fc_flag & FC_LBIT)
990 lpfc_linkup_cleanup_nodes(vport);
dea31012005-04-17 16:05:31 -0500991
James Smart92d7f7b2007-06-17 19:56:38 -0500992}
993
994static int
995lpfc_linkup(struct lpfc_hba *phba)
996{
James Smart549e55c2007-08-02 11:09:51 -0400997 struct lpfc_vport **vports;
998 int i;
James Smart92d7f7b2007-06-17 19:56:38 -0500999
James Smart19ca7602010-11-20 23:11:55 -05001000 lpfc_cleanup_wt_rrqs(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05001001 phba->link_state = LPFC_LINK_UP;
1002
1003 /* Unblock fabric iocbs if they are blocked */
1004 clear_bit(FABRIC_COMANDS_BLOCKED, &phba->bit_flags);
1005 del_timer_sync(&phba->fabric_block_timer);
1006
James Smart549e55c2007-08-02 11:09:51 -04001007 vports = lpfc_create_vport_work_array(phba);
1008 if (vports != NULL)
James Smart6fb120a2009-05-22 14:52:59 -04001009 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++)
James Smart549e55c2007-08-02 11:09:51 -04001010 lpfc_linkup_port(vports[i]);
James Smart09372822008-01-11 01:52:54 -05001011 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -05001012
1013 return 0;
1014}
1015
1016/*
1017 * This routine handles processing a CLEAR_LA mailbox
1018 * command upon completion. It is setup in the LPFC_MBOXQ
1019 * as the completion routine when the command is
1020 * handed off to the SLI layer.
1021 */
Adrian Bunka6ababd2007-11-05 18:07:33 +01001022static void
James Smart2e0fef82007-06-17 19:56:36 -05001023lpfc_mbx_cmpl_clear_la(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05001024{
James Smart2e0fef82007-06-17 19:56:36 -05001025 struct lpfc_vport *vport = pmb->vport;
1026 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
1027 struct lpfc_sli *psli = &phba->sli;
James Smart04c68492009-05-22 14:52:52 -04001028 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05001029 uint32_t control;
1030
dea31012005-04-17 16:05:31 -05001031 /* Since we don't do discovery right now, turn these off here */
James Smarta4bc3372006-12-02 13:34:16 -05001032 psli->ring[psli->extra_ring].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -05001033 psli->ring[psli->fcp_ring].flag &= ~LPFC_STOP_IOCB_EVENT;
1034 psli->ring[psli->next_ring].flag &= ~LPFC_STOP_IOCB_EVENT;
1035
1036 /* Check for error */
1037 if ((mb->mbxStatus) && (mb->mbxStatus != 0x1601)) {
James Smart92d7f7b2007-06-17 19:56:38 -05001038 /* CLEAR_LA mbox error <mbxStatus> state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04001039 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
1040 "0320 CLEAR_LA mbxStatus error x%x hba "
1041 "state x%x\n",
1042 mb->mbxStatus, vport->port_state);
James Smart2e0fef82007-06-17 19:56:36 -05001043 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05001044 goto out;
1045 }
1046
James Smart92d7f7b2007-06-17 19:56:38 -05001047 if (vport->port_type == LPFC_PHYSICAL_PORT)
1048 phba->link_state = LPFC_HBA_READY;
1049
1050 spin_lock_irq(&phba->hbalock);
1051 psli->sli_flag |= LPFC_PROCESS_LA;
1052 control = readl(phba->HCregaddr);
1053 control |= HC_LAINT_ENA;
1054 writel(control, phba->HCregaddr);
1055 readl(phba->HCregaddr); /* flush */
1056 spin_unlock_irq(&phba->hbalock);
James Smart1b32f6a2008-02-08 18:49:39 -05001057 mempool_free(pmb, phba->mbox_mem_pool);
James Smart92d7f7b2007-06-17 19:56:38 -05001058 return;
dea31012005-04-17 16:05:31 -05001059
dea31012005-04-17 16:05:31 -05001060out:
1061 /* Device Discovery completes */
James Smarte8b62012007-08-02 11:10:09 -04001062 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
1063 "0225 Device Discovery completes\n");
James Smart2e0fef82007-06-17 19:56:36 -05001064 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05001065
James Smart2e0fef82007-06-17 19:56:36 -05001066 spin_lock_irq(shost->host_lock);
James Smart58da1ff2008-04-07 10:15:56 -04001067 vport->fc_flag &= ~FC_ABORT_DISCOVERY;
James Smart2e0fef82007-06-17 19:56:36 -05001068 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05001069
James Smart2e0fef82007-06-17 19:56:36 -05001070 lpfc_can_disctmo(vport);
dea31012005-04-17 16:05:31 -05001071
1072 /* turn on Link Attention interrupts */
James Smart2e0fef82007-06-17 19:56:36 -05001073
1074 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001075 psli->sli_flag |= LPFC_PROCESS_LA;
1076 control = readl(phba->HCregaddr);
1077 control |= HC_LAINT_ENA;
1078 writel(control, phba->HCregaddr);
1079 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -05001080 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001081
1082 return;
1083}
1084
James Smart2e0fef82007-06-17 19:56:36 -05001085
dea31012005-04-17 16:05:31 -05001086static void
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001087lpfc_mbx_cmpl_local_config_link(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05001088{
James Smart2e0fef82007-06-17 19:56:36 -05001089 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05001090
James Smart04c68492009-05-22 14:52:52 -04001091 if (pmb->u.mb.mbxStatus)
dea31012005-04-17 16:05:31 -05001092 goto out;
dea31012005-04-17 16:05:31 -05001093
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001094 mempool_free(pmb, phba->mbox_mem_pool);
1095
James Smart1b511972011-12-13 13:23:09 -05001096 /* don't perform discovery for SLI4 loopback diagnostic test */
1097 if ((phba->sli_rev == LPFC_SLI_REV4) &&
1098 !(phba->hba_flag & HBA_FCOE_MODE) &&
1099 (phba->link_flag & LS_LOOPBACK_MODE))
1100 return;
1101
James Smart76a95d72010-11-20 23:11:48 -05001102 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP &&
James Smart2e0fef82007-06-17 19:56:36 -05001103 vport->fc_flag & FC_PUBLIC_LOOP &&
1104 !(vport->fc_flag & FC_LBIT)) {
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001105 /* Need to wait for FAN - use discovery timer
James Smart2e0fef82007-06-17 19:56:36 -05001106 * for timeout. port_state is identically
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001107 * LPFC_LOCAL_CFG_LINK while waiting for FAN
1108 */
James Smart2e0fef82007-06-17 19:56:36 -05001109 lpfc_set_disctmo(vport);
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001110 return;
James Smart92d7f7b2007-06-17 19:56:38 -05001111 }
dea31012005-04-17 16:05:31 -05001112
James Smart2e0fef82007-06-17 19:56:36 -05001113 /* Start discovery by sending a FLOGI. port_state is identically
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001114 * LPFC_FLOGI while waiting for FLOGI cmpl
1115 */
James Smarte6446432012-05-09 21:16:42 -04001116 if (vport->port_state != LPFC_FLOGI || vport->fc_flag & FC_PT2PT_PLOGI)
James Smart92d7f7b2007-06-17 19:56:38 -05001117 lpfc_initial_flogi(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;
1776 dma_addr_t phys_addr;
James Smart6fb120a2009-05-22 14:52:59 -04001777 struct lpfc_mbx_sge sge;
1778 struct lpfc_mbx_read_fcf_tbl *read_fcf;
1779 uint32_t shdr_status, shdr_add_status;
1780 union lpfc_sli4_cfg_shdr *shdr;
1781 struct fcf_record *new_fcf_record;
James Smart32b97932009-07-19 10:01:21 -04001782
James Smart6fb120a2009-05-22 14:52:59 -04001783 /* Get the first SGE entry from the non-embedded DMA memory. This
1784 * routine only uses a single SGE.
1785 */
1786 lpfc_sli4_mbx_sge_get(mboxq, 0, &sge);
1787 phys_addr = getPaddr(sge.pa_hi, sge.pa_lo);
1788 if (unlikely(!mboxq->sge_array)) {
1789 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX,
1790 "2524 Failed to get the non-embedded SGE "
1791 "virtual address\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05001792 return NULL;
James Smart6fb120a2009-05-22 14:52:59 -04001793 }
1794 virt_addr = mboxq->sge_array->addr[0];
1795
1796 shdr = (union lpfc_sli4_cfg_shdr *)virt_addr;
James Smart25626692013-03-01 16:36:54 -05001797 lpfc_sli_pcimem_bcopy(shdr, shdr,
1798 sizeof(union lpfc_sli4_cfg_shdr));
James Smart6fb120a2009-05-22 14:52:59 -04001799 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
James Smart0c9ab6f2010-02-26 14:15:57 -05001800 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
James Smart6fb120a2009-05-22 14:52:59 -04001801 if (shdr_status || shdr_add_status) {
James Smart0c9ab6f2010-02-26 14:15:57 -05001802 if (shdr_status == STATUS_FCF_TABLE_EMPTY)
1803 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 **/
2047int lpfc_sli4_fcf_pri_list_add(struct lpfc_hba *phba, uint16_t fcf_index,
2048 struct fcf_record *new_fcf_record)
2049{
2050 uint16_t current_fcf_pri;
2051 uint16_t last_index;
2052 struct lpfc_fcf_pri *fcf_pri;
2053 struct lpfc_fcf_pri *next_fcf_pri;
2054 struct lpfc_fcf_pri *new_fcf_pri;
2055 int ret;
2056
2057 new_fcf_pri = &phba->fcf.fcf_pri[fcf_index];
2058 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2059 "3059 adding idx x%x pri x%x flg x%x\n",
2060 fcf_index, new_fcf_record->fip_priority,
2061 new_fcf_pri->fcf_rec.flag);
2062 spin_lock_irq(&phba->hbalock);
2063 if (new_fcf_pri->fcf_rec.flag & LPFC_FCF_ON_PRI_LIST)
2064 list_del_init(&new_fcf_pri->list);
2065 new_fcf_pri->fcf_rec.fcf_index = fcf_index;
2066 new_fcf_pri->fcf_rec.priority = new_fcf_record->fip_priority;
2067 if (list_empty(&phba->fcf.fcf_pri_list)) {
2068 list_add(&new_fcf_pri->list, &phba->fcf.fcf_pri_list);
2069 ret = lpfc_sli4_fcf_rr_index_set(phba,
2070 new_fcf_pri->fcf_rec.fcf_index);
2071 goto out;
2072 }
2073
2074 last_index = find_first_bit(phba->fcf.fcf_rr_bmask,
2075 LPFC_SLI4_FCF_TBL_INDX_MAX);
2076 if (last_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) {
2077 ret = 0; /* Empty rr list */
2078 goto out;
2079 }
2080 current_fcf_pri = phba->fcf.fcf_pri[last_index].fcf_rec.priority;
2081 if (new_fcf_pri->fcf_rec.priority <= current_fcf_pri) {
2082 list_add(&new_fcf_pri->list, &phba->fcf.fcf_pri_list);
2083 if (new_fcf_pri->fcf_rec.priority < current_fcf_pri) {
2084 memset(phba->fcf.fcf_rr_bmask, 0,
2085 sizeof(*phba->fcf.fcf_rr_bmask));
2086 /* fcfs_at_this_priority_level = 1; */
2087 phba->fcf.eligible_fcf_cnt = 1;
2088 } else
2089 /* fcfs_at_this_priority_level++; */
2090 phba->fcf.eligible_fcf_cnt++;
2091 ret = lpfc_sli4_fcf_rr_index_set(phba,
2092 new_fcf_pri->fcf_rec.fcf_index);
2093 goto out;
2094 }
2095
2096 list_for_each_entry_safe(fcf_pri, next_fcf_pri,
2097 &phba->fcf.fcf_pri_list, list) {
2098 if (new_fcf_pri->fcf_rec.priority <=
2099 fcf_pri->fcf_rec.priority) {
2100 if (fcf_pri->list.prev == &phba->fcf.fcf_pri_list)
2101 list_add(&new_fcf_pri->list,
2102 &phba->fcf.fcf_pri_list);
2103 else
2104 list_add(&new_fcf_pri->list,
2105 &((struct lpfc_fcf_pri *)
2106 fcf_pri->list.prev)->list);
2107 ret = 0;
2108 goto out;
2109 } else if (fcf_pri->list.next == &phba->fcf.fcf_pri_list
2110 || new_fcf_pri->fcf_rec.priority <
2111 next_fcf_pri->fcf_rec.priority) {
2112 list_add(&new_fcf_pri->list, &fcf_pri->list);
2113 ret = 0;
2114 goto out;
2115 }
2116 if (new_fcf_pri->fcf_rec.priority > fcf_pri->fcf_rec.priority)
2117 continue;
2118
2119 }
2120 ret = 1;
2121out:
2122 /* we use = instead of |= to clear the FLOGI_FAILED flag. */
2123 new_fcf_pri->fcf_rec.flag = LPFC_FCF_ON_PRI_LIST;
2124 spin_unlock_irq(&phba->hbalock);
2125 return ret;
2126}
2127
2128/**
James Smart0c9ab6f2010-02-26 14:15:57 -05002129 * lpfc_mbx_cmpl_fcf_scan_read_fcf_rec - fcf scan read_fcf mbox cmpl handler.
2130 * @phba: pointer to lpfc hba data structure.
2131 * @mboxq: pointer to mailbox object.
2132 *
2133 * This function iterates through all the fcf records available in
2134 * HBA and chooses the optimal FCF record for discovery. After finding
2135 * the FCF for discovery it registers the FCF record and kicks start
2136 * discovery.
2137 * If FCF_IN_USE flag is set in currently used FCF, the routine tries to
2138 * use an FCF record which matches fabric name and mac address of the
2139 * currently used FCF record.
2140 * If the driver supports only one FCF, it will try to use the FCF record
2141 * used by BOOT_BIOS.
2142 */
2143void
2144lpfc_mbx_cmpl_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2145{
2146 struct fcf_record *new_fcf_record;
2147 uint32_t boot_flag, addr_mode;
2148 uint16_t fcf_index, next_fcf_index;
2149 struct lpfc_fcf_rec *fcf_rec = NULL;
2150 uint16_t vlan_id;
James Smart999d8132010-03-15 11:24:56 -04002151 uint32_t seed;
2152 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;
2388 /* Seeding the random number generator for random selection */
2389 seed = (uint32_t)(0xFFFFFFFF & jiffies);
Akinobu Mita3b60a642013-04-29 16:21:35 -07002390 prandom_seed(seed);
James Smart6fb120a2009-05-22 14:52:59 -04002391 }
James Smart0c9ab6f2010-02-26 14:15:57 -05002392 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002393 goto read_next_fcf;
2394
2395read_next_fcf:
2396 lpfc_sli4_mbox_cmd_free(phba, mboxq);
James Smartecfd03c2010-02-12 14:41:27 -05002397 if (next_fcf_index == LPFC_FCOE_FCF_NEXT_NONE || next_fcf_index == 0) {
2398 if (phba->fcf.fcf_flag & FCF_REDISC_FOV) {
2399 /*
2400 * Case of FCF fast failover scan
2401 */
2402
2403 /*
2404 * It has not found any suitable FCF record, cancel
2405 * FCF scan inprogress, and do nothing
2406 */
2407 if (!(phba->fcf.failover_rec.flag & RECORD_VALID)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05002408 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002409 "2782 No suitable FCF found: "
2410 "(x%x/x%x)\n",
James Smart0c9ab6f2010-02-26 14:15:57 -05002411 phba->fcoe_eventtag_at_fcf_scan,
2412 bf_get(lpfc_fcf_record_fcf_index,
2413 new_fcf_record));
James Smart0c9ab6f2010-02-26 14:15:57 -05002414 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002415 if (phba->hba_flag & HBA_DEVLOSS_TMO) {
2416 phba->hba_flag &= ~FCF_TS_INPROG;
2417 spin_unlock_irq(&phba->hbalock);
2418 /* Unregister in-use FCF and rescan */
2419 lpfc_printf_log(phba, KERN_INFO,
2420 LOG_FIP,
2421 "2864 On devloss tmo "
2422 "unreg in-use FCF and "
2423 "rescan FCF table\n");
2424 lpfc_unregister_fcf_rescan(phba);
2425 return;
2426 }
2427 /*
2428 * Let next new FCF event trigger fast failover
2429 */
2430 phba->hba_flag &= ~FCF_TS_INPROG;
James Smart0c9ab6f2010-02-26 14:15:57 -05002431 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05002432 return;
2433 }
2434 /*
2435 * It has found a suitable FCF record that is not
2436 * the same as in-use FCF record, unregister the
2437 * in-use FCF record, replace the in-use FCF record
2438 * with the new FCF record, mark FCF fast failover
2439 * completed, and then start register the new FCF
2440 * record.
2441 */
2442
James Smart0c9ab6f2010-02-26 14:15:57 -05002443 /* Unregister the current in-use FCF record */
James Smartecfd03c2010-02-12 14:41:27 -05002444 lpfc_unregister_fcf(phba);
James Smart0c9ab6f2010-02-26 14:15:57 -05002445
2446 /* Replace in-use record with the new record */
James Smartdbb6b3a2010-06-08 18:31:37 -04002447 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002448 "2842 Replace in-use FCF (x%x) "
2449 "with failover FCF (x%x)\n",
James Smartdbb6b3a2010-06-08 18:31:37 -04002450 phba->fcf.current_rec.fcf_indx,
2451 phba->fcf.failover_rec.fcf_indx);
James Smartecfd03c2010-02-12 14:41:27 -05002452 memcpy(&phba->fcf.current_rec,
2453 &phba->fcf.failover_rec,
2454 sizeof(struct lpfc_fcf_rec));
James Smart3804dc82010-07-14 15:31:37 -04002455 /*
2456 * Mark the fast FCF failover rediscovery completed
2457 * and the start of the first round of the roundrobin
2458 * FCF failover.
2459 */
James Smart0c9ab6f2010-02-26 14:15:57 -05002460 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002461 phba->fcf.fcf_flag &= ~FCF_REDISC_FOV;
James Smart0c9ab6f2010-02-26 14:15:57 -05002462 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05002463 /* Register to the new FCF record */
2464 lpfc_register_fcf(phba);
2465 } else {
2466 /*
2467 * In case of transaction period to fast FCF failover,
2468 * do nothing when search to the end of the FCF table.
2469 */
2470 if ((phba->fcf.fcf_flag & FCF_REDISC_EVT) ||
2471 (phba->fcf.fcf_flag & FCF_REDISC_PEND))
2472 return;
James Smartdbb6b3a2010-06-08 18:31:37 -04002473
James Smart7d791df2011-07-22 18:37:52 -04002474 if (phba->cfg_fcf_failover_policy == LPFC_FCF_FOV &&
2475 phba->fcf.fcf_flag & FCF_IN_USE) {
James Smartdbb6b3a2010-06-08 18:31:37 -04002476 /*
2477 * In case the current in-use FCF record no
2478 * longer existed during FCF discovery that
2479 * was not triggered by fast FCF failover
2480 * process, treat it as fast FCF failover.
2481 */
2482 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2483 "2841 In-use FCF record (x%x) "
2484 "not reported, entering fast "
2485 "FCF failover mode scanning.\n",
2486 phba->fcf.current_rec.fcf_indx);
2487 spin_lock_irq(&phba->hbalock);
2488 phba->fcf.fcf_flag |= FCF_REDISC_FOV;
2489 spin_unlock_irq(&phba->hbalock);
James Smartdbb6b3a2010-06-08 18:31:37 -04002490 lpfc_sli4_fcf_scan_read_fcf_rec(phba,
2491 LPFC_FCOE_FCF_GET_FIRST);
2492 return;
2493 }
James Smart0c9ab6f2010-02-26 14:15:57 -05002494 /* Register to the new FCF record */
James Smartecfd03c2010-02-12 14:41:27 -05002495 lpfc_register_fcf(phba);
2496 }
2497 } else
James Smart0c9ab6f2010-02-26 14:15:57 -05002498 lpfc_sli4_fcf_scan_read_fcf_rec(phba, next_fcf_index);
James Smart6fb120a2009-05-22 14:52:59 -04002499 return;
2500
2501out:
2502 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2503 lpfc_register_fcf(phba);
2504
2505 return;
2506}
2507
2508/**
James Smarta93ff372010-10-22 11:06:08 -04002509 * lpfc_mbx_cmpl_fcf_rr_read_fcf_rec - fcf roundrobin read_fcf mbox cmpl hdler
James Smart0c9ab6f2010-02-26 14:15:57 -05002510 * @phba: pointer to lpfc hba data structure.
2511 * @mboxq: pointer to mailbox object.
2512 *
James Smarta93ff372010-10-22 11:06:08 -04002513 * This is the callback function for FLOGI failure roundrobin FCF failover
James Smart0c9ab6f2010-02-26 14:15:57 -05002514 * read FCF record mailbox command from the eligible FCF record bmask for
2515 * performing the failover. If the FCF read back is not valid/available, it
2516 * fails through to retrying FLOGI to the currently registered FCF again.
2517 * Otherwise, if the FCF read back is valid and available, it will set the
2518 * newly read FCF record to the failover FCF record, unregister currently
2519 * registered FCF record, copy the failover FCF record to the current
2520 * FCF record, and then register the current FCF record before proceeding
2521 * to trying FLOGI on the new failover FCF.
2522 */
2523void
2524lpfc_mbx_cmpl_fcf_rr_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2525{
2526 struct fcf_record *new_fcf_record;
2527 uint32_t boot_flag, addr_mode;
James Smarta93ff372010-10-22 11:06:08 -04002528 uint16_t next_fcf_index, fcf_index;
James Smart0c9ab6f2010-02-26 14:15:57 -05002529 uint16_t current_fcf_index;
2530 uint16_t vlan_id;
James Smarta93ff372010-10-22 11:06:08 -04002531 int rc;
James Smart0c9ab6f2010-02-26 14:15:57 -05002532
James Smarta93ff372010-10-22 11:06:08 -04002533 /* If link state is not up, stop the roundrobin failover process */
James Smart0c9ab6f2010-02-26 14:15:57 -05002534 if (phba->link_state < LPFC_LINK_UP) {
2535 spin_lock_irq(&phba->hbalock);
2536 phba->fcf.fcf_flag &= ~FCF_DISCOVERY;
James Smarta93ff372010-10-22 11:06:08 -04002537 phba->hba_flag &= ~FCF_RR_INPROG;
James Smart0c9ab6f2010-02-26 14:15:57 -05002538 spin_unlock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04002539 goto out;
James Smart0c9ab6f2010-02-26 14:15:57 -05002540 }
2541
2542 /* Parse the FCF record from the non-embedded mailbox command */
2543 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
2544 &next_fcf_index);
2545 if (!new_fcf_record) {
2546 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
2547 "2766 Mailbox command READ_FCF_RECORD "
James Smart646a2dd2013-12-17 20:29:22 -05002548 "failed to retrieve a FCF record. "
2549 "hba_flg x%x fcf_flg x%x\n", phba->hba_flag,
2550 phba->fcf.fcf_flag);
2551 lpfc_unregister_fcf_rescan(phba);
2552 goto out;
James Smart0c9ab6f2010-02-26 14:15:57 -05002553 }
2554
2555 /* Get the needed parameters from FCF record */
James Smarta93ff372010-10-22 11:06:08 -04002556 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2557 &addr_mode, &vlan_id);
James Smart0c9ab6f2010-02-26 14:15:57 -05002558
2559 /* Log the FCF record information if turned on */
2560 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2561 next_fcf_index);
2562
James Smarta93ff372010-10-22 11:06:08 -04002563 fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
2564 if (!rc) {
2565 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2566 "2848 Remove ineligible FCF (x%x) from "
2567 "from roundrobin bmask\n", fcf_index);
2568 /* Clear roundrobin bmask bit for ineligible FCF */
2569 lpfc_sli4_fcf_rr_index_clear(phba, fcf_index);
2570 /* Perform next round of roundrobin FCF failover */
2571 fcf_index = lpfc_sli4_fcf_rr_next_index_get(phba);
2572 rc = lpfc_sli4_fcf_rr_next_proc(phba->pport, fcf_index);
2573 if (rc)
2574 goto out;
2575 goto error_out;
2576 }
2577
2578 if (fcf_index == phba->fcf.current_rec.fcf_indx) {
2579 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2580 "2760 Perform FLOGI roundrobin FCF failover: "
2581 "FCF (x%x) back to FCF (x%x)\n",
2582 phba->fcf.current_rec.fcf_indx, fcf_index);
2583 /* Wait 500 ms before retrying FLOGI to current FCF */
2584 msleep(500);
James Smart76a95d72010-11-20 23:11:48 -05002585 lpfc_issue_init_vfi(phba->pport);
James Smarta93ff372010-10-22 11:06:08 -04002586 goto out;
2587 }
2588
James Smart0c9ab6f2010-02-26 14:15:57 -05002589 /* Upload new FCF record to the failover FCF record */
James Smartdbb6b3a2010-06-08 18:31:37 -04002590 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002591 "2834 Update current FCF (x%x) with new FCF (x%x)\n",
2592 phba->fcf.failover_rec.fcf_indx, fcf_index);
James Smart0c9ab6f2010-02-26 14:15:57 -05002593 spin_lock_irq(&phba->hbalock);
2594 __lpfc_update_fcf_record(phba, &phba->fcf.failover_rec,
2595 new_fcf_record, addr_mode, vlan_id,
2596 (boot_flag ? BOOT_ENABLE : 0));
2597 spin_unlock_irq(&phba->hbalock);
2598
2599 current_fcf_index = phba->fcf.current_rec.fcf_indx;
2600
2601 /* Unregister the current in-use FCF record */
2602 lpfc_unregister_fcf(phba);
2603
2604 /* Replace in-use record with the new record */
2605 memcpy(&phba->fcf.current_rec, &phba->fcf.failover_rec,
2606 sizeof(struct lpfc_fcf_rec));
2607
2608 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04002609 "2783 Perform FLOGI roundrobin FCF failover: FCF "
2610 "(x%x) to FCF (x%x)\n", current_fcf_index, fcf_index);
James Smart0c9ab6f2010-02-26 14:15:57 -05002611
James Smarta93ff372010-10-22 11:06:08 -04002612error_out:
2613 lpfc_register_fcf(phba);
James Smart0c9ab6f2010-02-26 14:15:57 -05002614out:
2615 lpfc_sli4_mbox_cmd_free(phba, mboxq);
James Smart0c9ab6f2010-02-26 14:15:57 -05002616}
2617
2618/**
2619 * lpfc_mbx_cmpl_read_fcf_rec - read fcf completion handler.
2620 * @phba: pointer to lpfc hba data structure.
2621 * @mboxq: pointer to mailbox object.
2622 *
2623 * This is the callback function of read FCF record mailbox command for
James Smarta93ff372010-10-22 11:06:08 -04002624 * updating the eligible FCF bmask for FLOGI failure roundrobin FCF
James Smart0c9ab6f2010-02-26 14:15:57 -05002625 * failover when a new FCF event happened. If the FCF read back is
2626 * valid/available and it passes the connection list check, it updates
James Smarta93ff372010-10-22 11:06:08 -04002627 * the bmask for the eligible FCF record for roundrobin failover.
James Smart0c9ab6f2010-02-26 14:15:57 -05002628 */
2629void
2630lpfc_mbx_cmpl_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2631{
2632 struct fcf_record *new_fcf_record;
2633 uint32_t boot_flag, addr_mode;
2634 uint16_t fcf_index, next_fcf_index;
2635 uint16_t vlan_id;
2636 int rc;
2637
2638 /* If link state is not up, no need to proceed */
2639 if (phba->link_state < LPFC_LINK_UP)
2640 goto out;
2641
2642 /* If FCF discovery period is over, no need to proceed */
James Smart3804dc82010-07-14 15:31:37 -04002643 if (!(phba->fcf.fcf_flag & FCF_DISCOVERY))
James Smart0c9ab6f2010-02-26 14:15:57 -05002644 goto out;
2645
2646 /* Parse the FCF record from the non-embedded mailbox command */
2647 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
2648 &next_fcf_index);
2649 if (!new_fcf_record) {
2650 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2651 "2767 Mailbox command READ_FCF_RECORD "
2652 "failed to retrieve a FCF record.\n");
2653 goto out;
2654 }
2655
2656 /* Check the connection list for eligibility */
2657 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2658 &addr_mode, &vlan_id);
2659
2660 /* Log the FCF record information if turned on */
2661 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2662 next_fcf_index);
2663
2664 if (!rc)
2665 goto out;
2666
2667 /* Update the eligible FCF record index bmask */
2668 fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
James Smart7d791df2011-07-22 18:37:52 -04002669
2670 rc = lpfc_sli4_fcf_pri_list_add(phba, fcf_index, new_fcf_record);
James Smart0c9ab6f2010-02-26 14:15:57 -05002671
2672out:
2673 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2674}
2675
2676/**
James Smart76a95d72010-11-20 23:11:48 -05002677 * lpfc_init_vfi_cmpl - Completion handler for init_vfi mbox command.
2678 * @phba: pointer to lpfc hba data structure.
2679 * @mboxq: pointer to mailbox data structure.
2680 *
2681 * This function handles completion of init vfi mailbox command.
2682 */
2683void
2684lpfc_init_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2685{
2686 struct lpfc_vport *vport = mboxq->vport;
2687
James Smartdf9e1b52011-12-13 13:22:17 -05002688 /*
2689 * VFI not supported on interface type 0, just do the flogi
2690 * Also continue if the VFI is in use - just use the same one.
2691 */
2692 if (mboxq->u.mb.mbxStatus &&
2693 (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) !=
2694 LPFC_SLI_INTF_IF_TYPE_0) &&
2695 mboxq->u.mb.mbxStatus != MBX_VFI_IN_USE) {
James Smart76a95d72010-11-20 23:11:48 -05002696 lpfc_printf_vlog(vport, KERN_ERR,
2697 LOG_MBOX,
2698 "2891 Init VFI mailbox failed 0x%x\n",
2699 mboxq->u.mb.mbxStatus);
2700 mempool_free(mboxq, phba->mbox_mem_pool);
2701 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
2702 return;
2703 }
James Smart73d91e52011-10-10 21:32:10 -04002704
James Smart76a95d72010-11-20 23:11:48 -05002705 lpfc_initial_flogi(vport);
2706 mempool_free(mboxq, phba->mbox_mem_pool);
2707 return;
2708}
2709
2710/**
2711 * lpfc_issue_init_vfi - Issue init_vfi mailbox command.
2712 * @vport: pointer to lpfc_vport data structure.
2713 *
2714 * This function issue a init_vfi mailbox command to initialize the VFI and
2715 * VPI for the physical port.
2716 */
2717void
2718lpfc_issue_init_vfi(struct lpfc_vport *vport)
2719{
2720 LPFC_MBOXQ_t *mboxq;
2721 int rc;
2722 struct lpfc_hba *phba = vport->phba;
2723
2724 mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
2725 if (!mboxq) {
2726 lpfc_printf_vlog(vport, KERN_ERR,
2727 LOG_MBOX, "2892 Failed to allocate "
2728 "init_vfi mailbox\n");
2729 return;
2730 }
2731 lpfc_init_vfi(mboxq, vport);
2732 mboxq->mbox_cmpl = lpfc_init_vfi_cmpl;
2733 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT);
2734 if (rc == MBX_NOT_FINISHED) {
2735 lpfc_printf_vlog(vport, KERN_ERR,
2736 LOG_MBOX, "2893 Failed to issue init_vfi mailbox\n");
2737 mempool_free(mboxq, vport->phba->mbox_mem_pool);
2738 }
2739}
2740
2741/**
James Smart1c6834a2009-07-19 10:01:26 -04002742 * lpfc_init_vpi_cmpl - Completion handler for init_vpi mbox command.
2743 * @phba: pointer to lpfc hba data structure.
2744 * @mboxq: pointer to mailbox data structure.
2745 *
2746 * This function handles completion of init vpi mailbox command.
2747 */
James Smart695a8142010-01-26 23:08:03 -05002748void
James Smart1c6834a2009-07-19 10:01:26 -04002749lpfc_init_vpi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2750{
2751 struct lpfc_vport *vport = mboxq->vport;
James Smart695a8142010-01-26 23:08:03 -05002752 struct lpfc_nodelist *ndlp;
James Smart72100cc2010-02-12 14:43:01 -05002753 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
2754
James Smart1c6834a2009-07-19 10:01:26 -04002755 if (mboxq->u.mb.mbxStatus) {
2756 lpfc_printf_vlog(vport, KERN_ERR,
2757 LOG_MBOX,
2758 "2609 Init VPI mailbox failed 0x%x\n",
2759 mboxq->u.mb.mbxStatus);
2760 mempool_free(mboxq, phba->mbox_mem_pool);
2761 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
2762 return;
2763 }
James Smart72100cc2010-02-12 14:43:01 -05002764 spin_lock_irq(shost->host_lock);
James Smart1c6834a2009-07-19 10:01:26 -04002765 vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI;
James Smart72100cc2010-02-12 14:43:01 -05002766 spin_unlock_irq(shost->host_lock);
James Smart1c6834a2009-07-19 10:01:26 -04002767
James Smart695a8142010-01-26 23:08:03 -05002768 /* If this port is physical port or FDISC is done, do reg_vpi */
2769 if ((phba->pport == vport) || (vport->port_state == LPFC_FDISC)) {
2770 ndlp = lpfc_findnode_did(vport, Fabric_DID);
2771 if (!ndlp)
2772 lpfc_printf_vlog(vport, KERN_ERR,
2773 LOG_DISCOVERY,
2774 "2731 Cannot find fabric "
2775 "controller node\n");
2776 else
2777 lpfc_register_new_vport(phba, vport, ndlp);
2778 mempool_free(mboxq, phba->mbox_mem_pool);
2779 return;
2780 }
2781
James Smart1c6834a2009-07-19 10:01:26 -04002782 if (phba->link_flag & LS_NPIV_FAB_SUPPORTED)
2783 lpfc_initial_fdisc(vport);
2784 else {
2785 lpfc_vport_set_state(vport, FC_VPORT_NO_FABRIC_SUPP);
James Smart6a9c52c2009-10-02 15:16:51 -04002786 lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS,
2787 "2606 No NPIV Fabric support\n");
James Smart1c6834a2009-07-19 10:01:26 -04002788 }
James Smart695a8142010-01-26 23:08:03 -05002789 mempool_free(mboxq, phba->mbox_mem_pool);
James Smart1c6834a2009-07-19 10:01:26 -04002790 return;
2791}
2792
2793/**
James Smartecfd03c2010-02-12 14:41:27 -05002794 * lpfc_issue_init_vpi - Issue init_vpi mailbox command.
2795 * @vport: pointer to lpfc_vport data structure.
2796 *
2797 * This function issue a init_vpi mailbox command to initialize
2798 * VPI for the vport.
2799 */
2800void
2801lpfc_issue_init_vpi(struct lpfc_vport *vport)
2802{
2803 LPFC_MBOXQ_t *mboxq;
James Smart16a3a202013-04-17 20:14:38 -04002804 int rc, vpi;
2805
2806 if ((vport->port_type != LPFC_PHYSICAL_PORT) && (!vport->vpi)) {
2807 vpi = lpfc_alloc_vpi(vport->phba);
2808 if (!vpi) {
2809 lpfc_printf_vlog(vport, KERN_ERR,
2810 LOG_MBOX,
2811 "3303 Failed to obtain vport vpi\n");
2812 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
2813 return;
2814 }
2815 vport->vpi = vpi;
2816 }
James Smartecfd03c2010-02-12 14:41:27 -05002817
2818 mboxq = mempool_alloc(vport->phba->mbox_mem_pool, GFP_KERNEL);
2819 if (!mboxq) {
2820 lpfc_printf_vlog(vport, KERN_ERR,
2821 LOG_MBOX, "2607 Failed to allocate "
2822 "init_vpi mailbox\n");
2823 return;
2824 }
2825 lpfc_init_vpi(vport->phba, mboxq, vport->vpi);
2826 mboxq->vport = vport;
2827 mboxq->mbox_cmpl = lpfc_init_vpi_cmpl;
2828 rc = lpfc_sli_issue_mbox(vport->phba, mboxq, MBX_NOWAIT);
2829 if (rc == MBX_NOT_FINISHED) {
2830 lpfc_printf_vlog(vport, KERN_ERR,
2831 LOG_MBOX, "2608 Failed to issue init_vpi mailbox\n");
2832 mempool_free(mboxq, vport->phba->mbox_mem_pool);
2833 }
2834}
2835
2836/**
James Smart6fb120a2009-05-22 14:52:59 -04002837 * lpfc_start_fdiscs - send fdiscs for each vports on this port.
2838 * @phba: pointer to lpfc hba data structure.
2839 *
2840 * This function loops through the list of vports on the @phba and issues an
2841 * FDISC if possible.
2842 */
2843void
2844lpfc_start_fdiscs(struct lpfc_hba *phba)
2845{
2846 struct lpfc_vport **vports;
2847 int i;
2848
2849 vports = lpfc_create_vport_work_array(phba);
2850 if (vports != NULL) {
2851 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
2852 if (vports[i]->port_type == LPFC_PHYSICAL_PORT)
2853 continue;
2854 /* There are no vpi for this vport */
2855 if (vports[i]->vpi > phba->max_vpi) {
2856 lpfc_vport_set_state(vports[i],
2857 FC_VPORT_FAILED);
2858 continue;
2859 }
James Smart76a95d72010-11-20 23:11:48 -05002860 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart6fb120a2009-05-22 14:52:59 -04002861 lpfc_vport_set_state(vports[i],
2862 FC_VPORT_LINKDOWN);
2863 continue;
2864 }
James Smart1c6834a2009-07-19 10:01:26 -04002865 if (vports[i]->fc_flag & FC_VPORT_NEEDS_INIT_VPI) {
James Smartecfd03c2010-02-12 14:41:27 -05002866 lpfc_issue_init_vpi(vports[i]);
James Smart1c6834a2009-07-19 10:01:26 -04002867 continue;
2868 }
James Smart6fb120a2009-05-22 14:52:59 -04002869 if (phba->link_flag & LS_NPIV_FAB_SUPPORTED)
2870 lpfc_initial_fdisc(vports[i]);
2871 else {
2872 lpfc_vport_set_state(vports[i],
2873 FC_VPORT_NO_FABRIC_SUPP);
2874 lpfc_printf_vlog(vports[i], KERN_ERR,
2875 LOG_ELS,
2876 "0259 No NPIV "
2877 "Fabric support\n");
2878 }
2879 }
2880 }
2881 lpfc_destroy_vport_work_array(phba, vports);
2882}
2883
2884void
2885lpfc_mbx_cmpl_reg_vfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2886{
2887 struct lpfc_dmabuf *dmabuf = mboxq->context1;
2888 struct lpfc_vport *vport = mboxq->vport;
James Smart72100cc2010-02-12 14:43:01 -05002889 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart6fb120a2009-05-22 14:52:59 -04002890
James Smartf5eca9b2012-03-01 22:37:54 -05002891 /*
2892 * VFI not supported for interface type 0, so ignore any mailbox
2893 * error (except VFI in use) and continue with the discovery.
2894 */
2895 if (mboxq->u.mb.mbxStatus &&
2896 (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) !=
2897 LPFC_SLI_INTF_IF_TYPE_0) &&
2898 mboxq->u.mb.mbxStatus != MBX_VFI_IN_USE) {
James Smart6fb120a2009-05-22 14:52:59 -04002899 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
2900 "2018 REG_VFI mbxStatus error x%x "
2901 "HBA state x%x\n",
2902 mboxq->u.mb.mbxStatus, vport->port_state);
James Smart76a95d72010-11-20 23:11:48 -05002903 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart6fb120a2009-05-22 14:52:59 -04002904 /* FLOGI failed, use loop map to make discovery list */
2905 lpfc_disc_list_loopmap(vport);
2906 /* Start discovery */
2907 lpfc_disc_start(vport);
James Smart1b511972011-12-13 13:23:09 -05002908 goto out_free_mem;
James Smart6fb120a2009-05-22 14:52:59 -04002909 }
2910 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smart1b511972011-12-13 13:23:09 -05002911 goto out_free_mem;
James Smart6fb120a2009-05-22 14:52:59 -04002912 }
James Smartae05ebe2013-03-01 16:35:38 -05002913
James Smarte74c03c2013-04-17 20:15:19 -04002914 /* If the VFI is already registered, there is nothing else to do
2915 * Unless this was a VFI update and we are in PT2PT mode, then
2916 * we should drop through to set the port state to ready.
2917 */
James Smartae05ebe2013-03-01 16:35:38 -05002918 if (vport->fc_flag & FC_VFI_REGISTERED)
James Smarte74c03c2013-04-17 20:15:19 -04002919 if (!(phba->sli_rev == LPFC_SLI_REV4 &&
2920 vport->fc_flag & FC_PT2PT))
2921 goto out_free_mem;
James Smartae05ebe2013-03-01 16:35:38 -05002922
James Smartc8685952009-11-18 15:39:16 -05002923 /* The VPI is implicitly registered when the VFI is registered */
James Smart72100cc2010-02-12 14:43:01 -05002924 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05002925 vport->vpi_state |= LPFC_VPI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05002926 vport->fc_flag |= FC_VFI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05002927 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
James Smart5248a742011-07-22 18:37:06 -04002928 vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI;
James Smart72100cc2010-02-12 14:43:01 -05002929 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04002930
James Smart1b511972011-12-13 13:23:09 -05002931 /* In case SLI4 FC loopback test, we are ready */
2932 if ((phba->sli_rev == LPFC_SLI_REV4) &&
2933 (phba->link_flag & LS_LOOPBACK_MODE)) {
2934 phba->link_state = LPFC_HBA_READY;
2935 goto out_free_mem;
2936 }
2937
James Smarte74c03c2013-04-17 20:15:19 -04002938 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
2939 "3313 cmpl reg vfi port_state:%x fc_flag:%x myDid:%x "
2940 "alpacnt:%d LinkState:%x topology:%x\n",
2941 vport->port_state, vport->fc_flag, vport->fc_myDID,
2942 vport->phba->alpa_map[0],
2943 phba->link_state, phba->fc_topology);
2944
James Smart6fb120a2009-05-22 14:52:59 -04002945 if (vport->port_state == LPFC_FABRIC_CFG_LINK) {
James Smart939723a2012-05-09 21:19:03 -04002946 /*
2947 * For private loop or for NPort pt2pt,
2948 * just start discovery and we are done.
2949 */
2950 if ((vport->fc_flag & FC_PT2PT) ||
2951 ((phba->fc_topology == LPFC_TOPOLOGY_LOOP) &&
2952 !(vport->fc_flag & FC_PUBLIC_LOOP))) {
2953
James Smart76a95d72010-11-20 23:11:48 -05002954 /* Use loop map to make discovery list */
2955 lpfc_disc_list_loopmap(vport);
2956 /* Start discovery */
James Smarte74c03c2013-04-17 20:15:19 -04002957 if (vport->fc_flag & FC_PT2PT)
2958 vport->port_state = LPFC_VPORT_READY;
2959 else
2960 lpfc_disc_start(vport);
James Smart76a95d72010-11-20 23:11:48 -05002961 } else {
2962 lpfc_start_fdiscs(phba);
2963 lpfc_do_scr_ns_plogi(phba, vport);
2964 }
James Smart6fb120a2009-05-22 14:52:59 -04002965 }
2966
James Smart1b511972011-12-13 13:23:09 -05002967out_free_mem:
James Smart6fb120a2009-05-22 14:52:59 -04002968 mempool_free(mboxq, phba->mbox_mem_pool);
2969 lpfc_mbuf_free(phba, dmabuf->virt, dmabuf->phys);
2970 kfree(dmabuf);
2971 return;
2972}
2973
2974static void
James Smart2e0fef82007-06-17 19:56:36 -05002975lpfc_mbx_cmpl_read_sparam(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05002976{
James Smart6fb120a2009-05-22 14:52:59 -04002977 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05002978 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1;
James Smart2e0fef82007-06-17 19:56:36 -05002979 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05002980
2981
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 Smart05580562011-05-24 11:40:48 -04002995 lpfc_update_vport_wwn(vport);
James Smart92d7f7b2007-06-17 19:56:38 -05002996 if (vport->port_type == LPFC_PHYSICAL_PORT) {
2997 memcpy(&phba->wwnn, &vport->fc_nodename, sizeof(phba->wwnn));
2998 memcpy(&phba->wwpn, &vport->fc_portname, sizeof(phba->wwnn));
2999 }
3000
dea31012005-04-17 16:05:31 -05003001 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3002 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05003003 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003004 return;
3005
3006out:
3007 pmb->context1 = NULL;
3008 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3009 kfree(mp);
James Smart92d7f7b2007-06-17 19:56:38 -05003010 lpfc_issue_clear_la(phba, vport);
3011 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003012 return;
3013}
3014
3015static void
James Smart76a95d72010-11-20 23:11:48 -05003016lpfc_mbx_process_link_up(struct lpfc_hba *phba, struct lpfc_mbx_read_top *la)
dea31012005-04-17 16:05:31 -05003017{
James Smart92d7f7b2007-06-17 19:56:38 -05003018 struct lpfc_vport *vport = phba->pport;
James Smart6fb120a2009-05-22 14:52:59 -04003019 LPFC_MBOXQ_t *sparam_mbox, *cfglink_mbox = NULL;
James Smartdf9e1b52011-12-13 13:22:17 -05003020 struct Scsi_Host *shost;
James Smart2e0fef82007-06-17 19:56:36 -05003021 int i;
James Smart14691152006-12-02 13:34:28 -05003022 struct lpfc_dmabuf *mp;
3023 int rc;
James Smart6fb120a2009-05-22 14:52:59 -04003024 struct fcf_record *fcf_record;
James Smart38c20672013-03-01 16:37:44 -05003025 uint32_t fc_flags = 0;
James Smart14691152006-12-02 13:34:28 -05003026
James Smart92d7f7b2007-06-17 19:56:38 -05003027 spin_lock_irq(&phba->hbalock);
James Smart76a95d72010-11-20 23:11:48 -05003028 switch (bf_get(lpfc_mbx_read_top_link_spd, la)) {
3029 case LPFC_LINK_SPEED_1GHZ:
3030 case LPFC_LINK_SPEED_2GHZ:
3031 case LPFC_LINK_SPEED_4GHZ:
3032 case LPFC_LINK_SPEED_8GHZ:
3033 case LPFC_LINK_SPEED_10GHZ:
3034 case LPFC_LINK_SPEED_16GHZ:
3035 phba->fc_linkspeed = bf_get(lpfc_mbx_read_top_link_spd, la);
James Smartf4b4c682009-05-22 14:53:12 -04003036 break;
James Smart92d7f7b2007-06-17 19:56:38 -05003037 default:
James Smart76a95d72010-11-20 23:11:48 -05003038 phba->fc_linkspeed = LPFC_LINK_SPEED_UNKNOWN;
James Smart92d7f7b2007-06-17 19:56:38 -05003039 break;
dea31012005-04-17 16:05:31 -05003040 }
3041
James Smarte74c03c2013-04-17 20:15:19 -04003042 if (phba->fc_topology &&
3043 phba->fc_topology != bf_get(lpfc_mbx_read_top_topology, la)) {
3044 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
3045 "3314 Toplogy changed was 0x%x is 0x%x\n",
3046 phba->fc_topology,
3047 bf_get(lpfc_mbx_read_top_topology, la));
3048 phba->fc_topology_changed = 1;
3049 }
3050
James Smart76a95d72010-11-20 23:11:48 -05003051 phba->fc_topology = bf_get(lpfc_mbx_read_top_topology, la);
James Smart92d7f7b2007-06-17 19:56:38 -05003052 phba->link_flag &= ~LS_NPIV_FAB_SUPPORTED;
dea31012005-04-17 16:05:31 -05003053
James Smartdf9e1b52011-12-13 13:22:17 -05003054 shost = lpfc_shost_from_vport(vport);
James Smart76a95d72010-11-20 23:11:48 -05003055 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05003056 phba->sli3_options &= ~LPFC_SLI3_NPIV_ENABLED;
dea31012005-04-17 16:05:31 -05003057
James Smart6a9c52c2009-10-02 15:16:51 -04003058 /* if npiv is enabled and this adapter supports npiv log
3059 * a message that npiv is not supported in this topology
3060 */
3061 if (phba->cfg_enable_npiv && phba->max_vpi)
James Smart495a7142008-06-14 22:52:59 -04003062 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3063 "1309 Link Up Event npiv not supported in loop "
3064 "topology\n");
James Smart92d7f7b2007-06-17 19:56:38 -05003065 /* Get Loop Map information */
James Smart38c20672013-03-01 16:37:44 -05003066 if (bf_get(lpfc_mbx_read_top_il, la))
3067 fc_flags |= FC_LBIT;
dea31012005-04-17 16:05:31 -05003068
James Smart76a95d72010-11-20 23:11:48 -05003069 vport->fc_myDID = bf_get(lpfc_mbx_read_top_alpa_granted, la);
3070 i = la->lilpBde64.tus.f.bdeSize;
dea31012005-04-17 16:05:31 -05003071
3072 if (i == 0) {
3073 phba->alpa_map[0] = 0;
3074 } else {
James Smarte8b62012007-08-02 11:10:09 -04003075 if (vport->cfg_log_verbose & LOG_LINK_EVENT) {
dea31012005-04-17 16:05:31 -05003076 int numalpa, j, k;
3077 union {
3078 uint8_t pamap[16];
3079 struct {
3080 uint32_t wd1;
3081 uint32_t wd2;
3082 uint32_t wd3;
3083 uint32_t wd4;
3084 } pa;
3085 } un;
3086 numalpa = phba->alpa_map[0];
3087 j = 0;
3088 while (j < numalpa) {
3089 memset(un.pamap, 0, 16);
3090 for (k = 1; j < numalpa; k++) {
3091 un.pamap[k - 1] =
3092 phba->alpa_map[j + 1];
3093 j++;
3094 if (k == 16)
3095 break;
3096 }
3097 /* Link Up Event ALPA map */
3098 lpfc_printf_log(phba,
James Smart92d7f7b2007-06-17 19:56:38 -05003099 KERN_WARNING,
3100 LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003101 "1304 Link Up Event "
James Smart92d7f7b2007-06-17 19:56:38 -05003102 "ALPA map Data: x%x "
3103 "x%x x%x x%x\n",
James Smart92d7f7b2007-06-17 19:56:38 -05003104 un.pa.wd1, un.pa.wd2,
3105 un.pa.wd3, un.pa.wd4);
dea31012005-04-17 16:05:31 -05003106 }
3107 }
3108 }
3109 } else {
James Smart92d7f7b2007-06-17 19:56:38 -05003110 if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)) {
James Smart78b2d852007-08-02 11:10:21 -04003111 if (phba->max_vpi && phba->cfg_enable_npiv &&
James Smartdf9e1b52011-12-13 13:22:17 -05003112 (phba->sli_rev >= LPFC_SLI_REV3))
James Smart92d7f7b2007-06-17 19:56:38 -05003113 phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED;
3114 }
James Smart2e0fef82007-06-17 19:56:36 -05003115 vport->fc_myDID = phba->fc_pref_DID;
James Smart38c20672013-03-01 16:37:44 -05003116 fc_flags |= FC_LBIT;
dea31012005-04-17 16:05:31 -05003117 }
James Smart92d7f7b2007-06-17 19:56:38 -05003118 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003119
James Smart38c20672013-03-01 16:37:44 -05003120 if (fc_flags) {
3121 spin_lock_irq(shost->host_lock);
3122 vport->fc_flag |= fc_flags;
3123 spin_unlock_irq(shost->host_lock);
3124 }
3125
dea31012005-04-17 16:05:31 -05003126 lpfc_linkup(phba);
James Smart9f1177a2010-02-26 14:12:57 -05003127 sparam_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3128 if (!sparam_mbox)
3129 goto out;
3130
3131 rc = lpfc_read_sparam(phba, sparam_mbox, 0);
3132 if (rc) {
3133 mempool_free(sparam_mbox, phba->mbox_mem_pool);
3134 goto out;
3135 }
3136 sparam_mbox->vport = vport;
3137 sparam_mbox->mbox_cmpl = lpfc_mbx_cmpl_read_sparam;
3138 rc = lpfc_sli_issue_mbox(phba, sparam_mbox, MBX_NOWAIT);
3139 if (rc == MBX_NOT_FINISHED) {
3140 mp = (struct lpfc_dmabuf *) sparam_mbox->context1;
3141 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3142 kfree(mp);
3143 mempool_free(sparam_mbox, phba->mbox_mem_pool);
3144 goto out;
dea31012005-04-17 16:05:31 -05003145 }
3146
James Smart76a95d72010-11-20 23:11:48 -05003147 if (!(phba->hba_flag & HBA_FCOE_MODE)) {
James Smart6fb120a2009-05-22 14:52:59 -04003148 cfglink_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3149 if (!cfglink_mbox)
3150 goto out;
James Smart2e0fef82007-06-17 19:56:36 -05003151 vport->port_state = LPFC_LOCAL_CFG_LINK;
dea31012005-04-17 16:05:31 -05003152 lpfc_config_link(phba, cfglink_mbox);
James Smart2e0fef82007-06-17 19:56:36 -05003153 cfglink_mbox->vport = vport;
Jamie Wellnitz25594c62006-02-28 19:25:34 -05003154 cfglink_mbox->mbox_cmpl = lpfc_mbx_cmpl_local_config_link;
James Smart0b727fe2007-10-27 13:37:25 -04003155 rc = lpfc_sli_issue_mbox(phba, cfglink_mbox, MBX_NOWAIT);
James Smart6fb120a2009-05-22 14:52:59 -04003156 if (rc == MBX_NOT_FINISHED) {
3157 mempool_free(cfglink_mbox, phba->mbox_mem_pool);
3158 goto out;
3159 }
3160 } else {
James Smart32b97932009-07-19 10:01:21 -04003161 vport->port_state = LPFC_VPORT_UNKNOWN;
James Smart6fb120a2009-05-22 14:52:59 -04003162 /*
3163 * Add the driver's default FCF record at FCF index 0 now. This
3164 * is phase 1 implementation that support FCF index 0 and driver
3165 * defaults.
3166 */
James Smart45ed1192009-10-02 15:17:02 -04003167 if (!(phba->hba_flag & HBA_FIP_SUPPORT)) {
James Smart6fb120a2009-05-22 14:52:59 -04003168 fcf_record = kzalloc(sizeof(struct fcf_record),
3169 GFP_KERNEL);
3170 if (unlikely(!fcf_record)) {
3171 lpfc_printf_log(phba, KERN_ERR,
3172 LOG_MBOX | LOG_SLI,
Uwe Kleine-Königb5950762010-11-01 15:38:34 -04003173 "2554 Could not allocate memory for "
James Smart6fb120a2009-05-22 14:52:59 -04003174 "fcf record\n");
3175 rc = -ENODEV;
3176 goto out;
3177 }
3178
3179 lpfc_sli4_build_dflt_fcf_record(phba, fcf_record,
3180 LPFC_FCOE_FCF_DEF_INDEX);
3181 rc = lpfc_sli4_add_fcf_record(phba, fcf_record);
3182 if (unlikely(rc)) {
3183 lpfc_printf_log(phba, KERN_ERR,
3184 LOG_MBOX | LOG_SLI,
3185 "2013 Could not manually add FCF "
3186 "record 0, status %d\n", rc);
3187 rc = -ENODEV;
3188 kfree(fcf_record);
3189 goto out;
3190 }
3191 kfree(fcf_record);
3192 }
3193 /*
3194 * The driver is expected to do FIP/FCF. Call the port
3195 * and get the FCF Table.
3196 */
James Smart32b97932009-07-19 10:01:21 -04003197 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04003198 if (phba->hba_flag & FCF_TS_INPROG) {
James Smart32b97932009-07-19 10:01:21 -04003199 spin_unlock_irq(&phba->hbalock);
3200 return;
3201 }
James Smart0c9ab6f2010-02-26 14:15:57 -05003202 /* This is the initial FCF discovery scan */
3203 phba->fcf.fcf_flag |= FCF_INIT_DISC;
James Smart32b97932009-07-19 10:01:21 -04003204 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05003205 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
3206 "2778 Start FCF table scan at linkup\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05003207 rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba,
3208 LPFC_FCOE_FCF_GET_FIRST);
3209 if (rc) {
3210 spin_lock_irq(&phba->hbalock);
3211 phba->fcf.fcf_flag &= ~FCF_INIT_DISC;
3212 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04003213 goto out;
James Smart0c9ab6f2010-02-26 14:15:57 -05003214 }
James Smart38b92ef2010-08-04 16:11:39 -04003215 /* Reset FCF roundrobin bmask for new discovery */
James Smart7d791df2011-07-22 18:37:52 -04003216 lpfc_sli4_clear_fcf_rr_bmask(phba);
dea31012005-04-17 16:05:31 -05003217 }
James Smart6fb120a2009-05-22 14:52:59 -04003218
3219 return;
James Smart92d7f7b2007-06-17 19:56:38 -05003220out:
3221 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smarte8b62012007-08-02 11:10:09 -04003222 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
3223 "0263 Discovery Mailbox error: state: 0x%x : %p %p\n",
3224 vport->port_state, sparam_mbox, cfglink_mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05003225 lpfc_issue_clear_la(phba, vport);
3226 return;
dea31012005-04-17 16:05:31 -05003227}
3228
3229static void
James Smart84774a42008-08-24 21:50:06 -04003230lpfc_enable_la(struct lpfc_hba *phba)
James Smart2e0fef82007-06-17 19:56:36 -05003231{
dea31012005-04-17 16:05:31 -05003232 uint32_t control;
3233 struct lpfc_sli *psli = &phba->sli;
James Smart2e0fef82007-06-17 19:56:36 -05003234 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003235 psli->sli_flag |= LPFC_PROCESS_LA;
James Smart3772a992009-05-22 14:50:54 -04003236 if (phba->sli_rev <= LPFC_SLI_REV3) {
3237 control = readl(phba->HCregaddr);
3238 control |= HC_LAINT_ENA;
3239 writel(control, phba->HCregaddr);
3240 readl(phba->HCregaddr); /* flush */
3241 }
James Smart2e0fef82007-06-17 19:56:36 -05003242 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003243}
3244
James Smart84774a42008-08-24 21:50:06 -04003245static void
3246lpfc_mbx_issue_link_down(struct lpfc_hba *phba)
3247{
3248 lpfc_linkdown(phba);
3249 lpfc_enable_la(phba);
James Smart6fb120a2009-05-22 14:52:59 -04003250 lpfc_unregister_unused_fcf(phba);
James Smart84774a42008-08-24 21:50:06 -04003251 /* turn on Link Attention interrupts - no CLEAR_LA needed */
3252}
3253
3254
dea31012005-04-17 16:05:31 -05003255/*
James Smart76a95d72010-11-20 23:11:48 -05003256 * This routine handles processing a READ_TOPOLOGY mailbox
dea31012005-04-17 16:05:31 -05003257 * command upon completion. It is setup in the LPFC_MBOXQ
3258 * as the completion routine when the command is
3259 * handed off to the SLI layer.
3260 */
3261void
James Smart76a95d72010-11-20 23:11:48 -05003262lpfc_mbx_cmpl_read_topology(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003263{
James Smart2e0fef82007-06-17 19:56:36 -05003264 struct lpfc_vport *vport = pmb->vport;
3265 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart76a95d72010-11-20 23:11:48 -05003266 struct lpfc_mbx_read_top *la;
James Smart04c68492009-05-22 14:52:52 -04003267 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05003268 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
3269
James Smart0d2b6b82008-06-14 22:52:47 -04003270 /* Unblock ELS traffic */
3271 phba->sli.ring[LPFC_ELS_RING].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -05003272 /* Check for error */
3273 if (mb->mbxStatus) {
James Smarted957682007-06-17 19:56:37 -05003274 lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003275 "1307 READ_LA mbox error x%x state x%x\n",
3276 mb->mbxStatus, vport->port_state);
dea31012005-04-17 16:05:31 -05003277 lpfc_mbx_issue_link_down(phba);
James Smart2e0fef82007-06-17 19:56:36 -05003278 phba->link_state = LPFC_HBA_ERROR;
James Smart76a95d72010-11-20 23:11:48 -05003279 goto lpfc_mbx_cmpl_read_topology_free_mbuf;
dea31012005-04-17 16:05:31 -05003280 }
3281
James Smart76a95d72010-11-20 23:11:48 -05003282 la = (struct lpfc_mbx_read_top *) &pmb->u.mb.un.varReadTop;
dea31012005-04-17 16:05:31 -05003283
3284 memcpy(&phba->alpa_map[0], mp->virt, 128);
3285
James Smart2e0fef82007-06-17 19:56:36 -05003286 spin_lock_irq(shost->host_lock);
James Smart76a95d72010-11-20 23:11:48 -05003287 if (bf_get(lpfc_mbx_read_top_pb, la))
James Smart2e0fef82007-06-17 19:56:36 -05003288 vport->fc_flag |= FC_BYPASSED_MODE;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05003289 else
James Smart2e0fef82007-06-17 19:56:36 -05003290 vport->fc_flag &= ~FC_BYPASSED_MODE;
3291 spin_unlock_irq(shost->host_lock);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05003292
James Smartbe0c0082013-03-01 16:38:14 -05003293 if (phba->fc_eventTag <= la->eventTag) {
dea31012005-04-17 16:05:31 -05003294 phba->fc_stat.LinkMultiEvent++;
James Smart76a95d72010-11-20 23:11:48 -05003295 if (bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP)
dea31012005-04-17 16:05:31 -05003296 if (phba->fc_eventTag != 0)
3297 lpfc_linkdown(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05003298 }
dea31012005-04-17 16:05:31 -05003299
3300 phba->fc_eventTag = la->eventTag;
James Smartbe0c0082013-03-01 16:38:14 -05003301 if (phba->sli_rev < LPFC_SLI_REV4) {
3302 spin_lock_irq(&phba->hbalock);
3303 if (bf_get(lpfc_mbx_read_top_mm, la))
3304 phba->sli.sli_flag |= LPFC_MENLO_MAINT;
3305 else
3306 phba->sli.sli_flag &= ~LPFC_MENLO_MAINT;
3307 spin_unlock_irq(&phba->hbalock);
3308 }
dea31012005-04-17 16:05:31 -05003309
James Smart4d9ab992009-10-02 15:16:39 -04003310 phba->link_events++;
James Smart76a95d72010-11-20 23:11:48 -05003311 if ((bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP) &&
James Smartbe0c0082013-03-01 16:38:14 -05003312 !(phba->sli.sli_flag & LPFC_MENLO_MAINT)) {
dea31012005-04-17 16:05:31 -05003313 phba->fc_stat.LinkUp++;
James Smart2e0fef82007-06-17 19:56:36 -05003314 if (phba->link_flag & LS_LOOPBACK_MODE) {
James Smart3163f722008-02-08 18:50:25 -05003315 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003316 "1306 Link Up Event in loop back mode "
3317 "x%x received Data: x%x x%x x%x x%x\n",
3318 la->eventTag, phba->fc_eventTag,
James Smart76a95d72010-11-20 23:11:48 -05003319 bf_get(lpfc_mbx_read_top_alpa_granted,
3320 la),
3321 bf_get(lpfc_mbx_read_top_link_spd, la),
James Smarte8b62012007-08-02 11:10:09 -04003322 phba->alpa_map[0]);
James Smart5b8bd0c2007-04-25 09:52:49 -04003323 } else {
3324 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003325 "1303 Link Up Event x%x received "
James Smart84774a42008-08-24 21:50:06 -04003326 "Data: x%x x%x x%x x%x x%x x%x %d\n",
James Smarte8b62012007-08-02 11:10:09 -04003327 la->eventTag, phba->fc_eventTag,
James Smart76a95d72010-11-20 23:11:48 -05003328 bf_get(lpfc_mbx_read_top_alpa_granted,
3329 la),
3330 bf_get(lpfc_mbx_read_top_link_spd, la),
James Smart84774a42008-08-24 21:50:06 -04003331 phba->alpa_map[0],
James Smart76a95d72010-11-20 23:11:48 -05003332 bf_get(lpfc_mbx_read_top_mm, la),
3333 bf_get(lpfc_mbx_read_top_fa, la),
James Smart84774a42008-08-24 21:50:06 -04003334 phba->wait_4_mlo_maint_flg);
James Smart5b8bd0c2007-04-25 09:52:49 -04003335 }
James Smart92d7f7b2007-06-17 19:56:38 -05003336 lpfc_mbx_process_link_up(phba, la);
James Smart76a95d72010-11-20 23:11:48 -05003337 } else if (bf_get(lpfc_mbx_read_top_att_type, la) ==
3338 LPFC_ATT_LINK_DOWN) {
dea31012005-04-17 16:05:31 -05003339 phba->fc_stat.LinkDown++;
James Smart1b511972011-12-13 13:23:09 -05003340 if (phba->link_flag & LS_LOOPBACK_MODE)
James Smart3163f722008-02-08 18:50:25 -05003341 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3342 "1308 Link Down Event in loop back mode "
3343 "x%x received "
3344 "Data: x%x x%x x%x\n",
3345 la->eventTag, phba->fc_eventTag,
3346 phba->pport->port_state, vport->fc_flag);
James Smart1b511972011-12-13 13:23:09 -05003347 else
James Smart3163f722008-02-08 18:50:25 -05003348 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04003349 "1305 Link Down Event x%x received "
James Smart84774a42008-08-24 21:50:06 -04003350 "Data: x%x x%x x%x x%x x%x\n",
3351 la->eventTag, phba->fc_eventTag,
3352 phba->pport->port_state, vport->fc_flag,
James Smart76a95d72010-11-20 23:11:48 -05003353 bf_get(lpfc_mbx_read_top_mm, la),
3354 bf_get(lpfc_mbx_read_top_fa, la));
James Smart84774a42008-08-24 21:50:06 -04003355 lpfc_mbx_issue_link_down(phba);
3356 }
James Smartbe0c0082013-03-01 16:38:14 -05003357 if ((phba->sli.sli_flag & LPFC_MENLO_MAINT) &&
3358 ((bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP))) {
James Smart84774a42008-08-24 21:50:06 -04003359 if (phba->link_state != LPFC_LINK_DOWN) {
3360 phba->fc_stat.LinkDown++;
3361 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3362 "1312 Link Down Event x%x received "
dea31012005-04-17 16:05:31 -05003363 "Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04003364 la->eventTag, phba->fc_eventTag,
James Smart2e0fef82007-06-17 19:56:36 -05003365 phba->pport->port_state, vport->fc_flag);
James Smart84774a42008-08-24 21:50:06 -04003366 lpfc_mbx_issue_link_down(phba);
3367 } else
3368 lpfc_enable_la(phba);
3369
3370 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
3371 "1310 Menlo Maint Mode Link up Event x%x rcvd "
3372 "Data: x%x x%x x%x\n",
3373 la->eventTag, phba->fc_eventTag,
3374 phba->pport->port_state, vport->fc_flag);
3375 /*
3376 * The cmnd that triggered this will be waiting for this
3377 * signal.
3378 */
3379 /* WAKEUP for MENLO_SET_MODE or MENLO_RESET command. */
3380 if (phba->wait_4_mlo_maint_flg) {
3381 phba->wait_4_mlo_maint_flg = 0;
3382 wake_up_interruptible(&phba->wait_4_mlo_m_q);
James Smart3163f722008-02-08 18:50:25 -05003383 }
James Smart84774a42008-08-24 21:50:06 -04003384 }
3385
James Smartbe0c0082013-03-01 16:38:14 -05003386 if ((phba->sli_rev < LPFC_SLI_REV4) &&
3387 bf_get(lpfc_mbx_read_top_fa, la)) {
3388 if (phba->sli.sli_flag & LPFC_MENLO_MAINT)
James Smart84774a42008-08-24 21:50:06 -04003389 lpfc_issue_clear_la(phba, vport);
3390 lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT,
James Smart76a95d72010-11-20 23:11:48 -05003391 "1311 fa %d\n",
3392 bf_get(lpfc_mbx_read_top_fa, la));
dea31012005-04-17 16:05:31 -05003393 }
3394
James Smart76a95d72010-11-20 23:11:48 -05003395lpfc_mbx_cmpl_read_topology_free_mbuf:
dea31012005-04-17 16:05:31 -05003396 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3397 kfree(mp);
3398 mempool_free(pmb, phba->mbox_mem_pool);
3399 return;
3400}
3401
3402/*
3403 * This routine handles processing a REG_LOGIN mailbox
3404 * command upon completion. It is setup in the LPFC_MBOXQ
3405 * as the completion routine when the command is
3406 * handed off to the SLI layer.
3407 */
3408void
James Smart2e0fef82007-06-17 19:56:36 -05003409lpfc_mbx_cmpl_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003410{
James Smart2e0fef82007-06-17 19:56:36 -05003411 struct lpfc_vport *vport = pmb->vport;
James Smart92d7f7b2007-06-17 19:56:38 -05003412 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart2e0fef82007-06-17 19:56:36 -05003413 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
James Smartffc95492010-06-07 15:23:17 -04003414 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
dea31012005-04-17 16:05:31 -05003415
dea31012005-04-17 16:05:31 -05003416 pmb->context1 = NULL;
James Smartd439d282010-09-29 11:18:45 -04003417 pmb->context2 = NULL;
dea31012005-04-17 16:05:31 -05003418
James Smartffc95492010-06-07 15:23:17 -04003419 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND)
3420 ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND;
3421
James Smart40426292010-12-15 17:58:10 -05003422 if (ndlp->nlp_flag & NLP_IGNR_REG_CMPL ||
3423 ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) {
James Smartffc95492010-06-07 15:23:17 -04003424 /* We rcvd a rscn after issuing this
3425 * mbox reg login, we may have cycled
3426 * back through the state and be
3427 * back at reg login state so this
3428 * mbox needs to be ignored becase
3429 * there is another reg login in
Lucas De Marchi25985ed2011-03-30 22:57:33 -03003430 * process.
James Smartffc95492010-06-07 15:23:17 -04003431 */
3432 spin_lock_irq(shost->host_lock);
3433 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
3434 spin_unlock_irq(shost->host_lock);
James Smartffc95492010-06-07 15:23:17 -04003435 } else
3436 /* Good status, call state machine */
3437 lpfc_disc_state_machine(vport, ndlp, pmb,
3438 NLP_EVT_CMPL_REG_LOGIN);
3439
dea31012005-04-17 16:05:31 -05003440 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3441 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05003442 mempool_free(pmb, phba->mbox_mem_pool);
James Smartfa4066b2008-01-11 01:53:27 -05003443 /* decrement the node reference count held for this callback
3444 * function.
3445 */
James Smart329f9bc2007-04-25 09:53:01 -04003446 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003447
3448 return;
3449}
3450
James Smart92d7f7b2007-06-17 19:56:38 -05003451static void
3452lpfc_mbx_cmpl_unreg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
3453{
James Smart04c68492009-05-22 14:52:52 -04003454 MAILBOX_t *mb = &pmb->u.mb;
James Smart92d7f7b2007-06-17 19:56:38 -05003455 struct lpfc_vport *vport = pmb->vport;
3456 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3457
3458 switch (mb->mbxStatus) {
3459 case 0x0011:
3460 case 0x0020:
James Smarte8b62012007-08-02 11:10:09 -04003461 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
3462 "0911 cmpl_unreg_vpi, mb status = 0x%x\n",
3463 mb->mbxStatus);
James Smart92d7f7b2007-06-17 19:56:38 -05003464 break;
James Smart78730cf2010-04-06 15:06:30 -04003465 /* If VPI is busy, reset the HBA */
3466 case 0x9700:
3467 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
3468 "2798 Unreg_vpi failed vpi 0x%x, mb status = 0x%x\n",
3469 vport->vpi, mb->mbxStatus);
3470 if (!(phba->pport->load_flag & FC_UNLOADING))
3471 lpfc_workq_post_event(phba, NULL, NULL,
3472 LPFC_EVT_RESET_HBA);
James Smart92d7f7b2007-06-17 19:56:38 -05003473 }
James Smart72100cc2010-02-12 14:43:01 -05003474 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05003475 vport->vpi_state &= ~LPFC_VPI_REGISTERED;
James Smart19878072009-12-21 17:02:00 -05003476 vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI;
James Smart72100cc2010-02-12 14:43:01 -05003477 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05003478 vport->unreg_vpi_cmpl = VPORT_OK;
3479 mempool_free(pmb, phba->mbox_mem_pool);
James Smart1151e3e2011-02-16 12:39:35 -05003480 lpfc_cleanup_vports_rrqs(vport, NULL);
James Smart92d7f7b2007-06-17 19:56:38 -05003481 /*
3482 * This shost reference might have been taken at the beginning of
3483 * lpfc_vport_delete()
3484 */
James Smart1c6f4ef52009-11-18 15:40:49 -05003485 if ((vport->load_flag & FC_UNLOADING) && (vport != phba->pport))
James Smart92d7f7b2007-06-17 19:56:38 -05003486 scsi_host_put(shost);
3487}
3488
James Smartd7c255b2008-08-24 21:50:00 -04003489int
James Smart92d7f7b2007-06-17 19:56:38 -05003490lpfc_mbx_unreg_vpi(struct lpfc_vport *vport)
3491{
3492 struct lpfc_hba *phba = vport->phba;
3493 LPFC_MBOXQ_t *mbox;
3494 int rc;
3495
3496 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3497 if (!mbox)
James Smartd7c255b2008-08-24 21:50:00 -04003498 return 1;
James Smart92d7f7b2007-06-17 19:56:38 -05003499
3500 lpfc_unreg_vpi(phba, vport->vpi, mbox);
3501 mbox->vport = vport;
3502 mbox->mbox_cmpl = lpfc_mbx_cmpl_unreg_vpi;
James Smart0b727fe2007-10-27 13:37:25 -04003503 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart92d7f7b2007-06-17 19:56:38 -05003504 if (rc == MBX_NOT_FINISHED) {
James Smarte8b62012007-08-02 11:10:09 -04003505 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
3506 "1800 Could not issue unreg_vpi\n");
James Smart92d7f7b2007-06-17 19:56:38 -05003507 mempool_free(mbox, phba->mbox_mem_pool);
3508 vport->unreg_vpi_cmpl = VPORT_ERROR;
James Smartd7c255b2008-08-24 21:50:00 -04003509 return rc;
James Smart92d7f7b2007-06-17 19:56:38 -05003510 }
James Smartd7c255b2008-08-24 21:50:00 -04003511 return 0;
James Smart92d7f7b2007-06-17 19:56:38 -05003512}
3513
3514static void
3515lpfc_mbx_cmpl_reg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
3516{
3517 struct lpfc_vport *vport = pmb->vport;
3518 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart04c68492009-05-22 14:52:52 -04003519 MAILBOX_t *mb = &pmb->u.mb;
James Smart92d7f7b2007-06-17 19:56:38 -05003520
3521 switch (mb->mbxStatus) {
3522 case 0x0011:
3523 case 0x9601:
3524 case 0x9602:
James Smarte8b62012007-08-02 11:10:09 -04003525 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
3526 "0912 cmpl_reg_vpi, mb status = 0x%x\n",
3527 mb->mbxStatus);
James Smart92d7f7b2007-06-17 19:56:38 -05003528 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
3529 spin_lock_irq(shost->host_lock);
3530 vport->fc_flag &= ~(FC_FABRIC | FC_PUBLIC_LOOP);
3531 spin_unlock_irq(shost->host_lock);
3532 vport->fc_myDID = 0;
3533 goto out;
3534 }
James Smart92d7f7b2007-06-17 19:56:38 -05003535
James Smart72100cc2010-02-12 14:43:01 -05003536 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05003537 vport->vpi_state |= LPFC_VPI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05003538 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
James Smart72100cc2010-02-12 14:43:01 -05003539 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05003540 vport->num_disc_nodes = 0;
3541 /* go thru NPR list and issue ELS PLOGIs */
3542 if (vport->fc_npr_cnt)
3543 lpfc_els_disc_plogi(vport);
3544
3545 if (!vport->num_disc_nodes) {
3546 spin_lock_irq(shost->host_lock);
3547 vport->fc_flag &= ~FC_NDISC_ACTIVE;
3548 spin_unlock_irq(shost->host_lock);
3549 lpfc_can_disctmo(vport);
3550 }
3551 vport->port_state = LPFC_VPORT_READY;
3552
3553out:
3554 mempool_free(pmb, phba->mbox_mem_pool);
3555 return;
3556}
3557
James Smart21e9a0a2009-05-22 14:53:21 -04003558/**
3559 * lpfc_create_static_vport - Read HBA config region to create static vports.
3560 * @phba: pointer to lpfc hba data structure.
3561 *
3562 * This routine issue a DUMP mailbox command for config region 22 to get
3563 * the list of static vports to be created. The function create vports
3564 * based on the information returned from the HBA.
3565 **/
3566void
3567lpfc_create_static_vport(struct lpfc_hba *phba)
3568{
3569 LPFC_MBOXQ_t *pmb = NULL;
3570 MAILBOX_t *mb;
3571 struct static_vport_info *vport_info;
James Smartcdcc2342012-08-14 14:26:35 -04003572 int mbx_wait_rc = 0, i;
James Smart21e9a0a2009-05-22 14:53:21 -04003573 struct fc_vport_identifiers vport_id;
3574 struct fc_vport *new_fc_vport;
3575 struct Scsi_Host *shost;
3576 struct lpfc_vport *vport;
3577 uint16_t offset = 0;
3578 uint8_t *vport_buff;
James Smart1c6834a2009-07-19 10:01:26 -04003579 struct lpfc_dmabuf *mp;
3580 uint32_t byte_count = 0;
James Smart21e9a0a2009-05-22 14:53:21 -04003581
3582 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3583 if (!pmb) {
3584 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3585 "0542 lpfc_create_static_vport failed to"
3586 " allocate mailbox memory\n");
3587 return;
3588 }
James Smartcdcc2342012-08-14 14:26:35 -04003589 memset(pmb, 0, sizeof(LPFC_MBOXQ_t));
James Smart21e9a0a2009-05-22 14:53:21 -04003590 mb = &pmb->u.mb;
3591
3592 vport_info = kzalloc(sizeof(struct static_vport_info), GFP_KERNEL);
3593 if (!vport_info) {
3594 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3595 "0543 lpfc_create_static_vport failed to"
3596 " allocate vport_info\n");
3597 mempool_free(pmb, phba->mbox_mem_pool);
3598 return;
3599 }
3600
3601 vport_buff = (uint8_t *) vport_info;
3602 do {
James Smartcdcc2342012-08-14 14:26:35 -04003603 /* free dma buffer from previous round */
3604 if (pmb->context1) {
3605 mp = (struct lpfc_dmabuf *)pmb->context1;
3606 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3607 kfree(mp);
3608 }
James Smart1c6834a2009-07-19 10:01:26 -04003609 if (lpfc_dump_static_vport(phba, pmb, offset))
3610 goto out;
3611
James Smart21e9a0a2009-05-22 14:53:21 -04003612 pmb->vport = phba->pport;
James Smartcdcc2342012-08-14 14:26:35 -04003613 mbx_wait_rc = lpfc_sli_issue_mbox_wait(phba, pmb,
3614 LPFC_MBOX_TMO);
James Smart21e9a0a2009-05-22 14:53:21 -04003615
James Smartcdcc2342012-08-14 14:26:35 -04003616 if ((mbx_wait_rc != MBX_SUCCESS) || mb->mbxStatus) {
James Smart21e9a0a2009-05-22 14:53:21 -04003617 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
3618 "0544 lpfc_create_static_vport failed to"
3619 " issue dump mailbox command ret 0x%x "
3620 "status 0x%x\n",
James Smartcdcc2342012-08-14 14:26:35 -04003621 mbx_wait_rc, mb->mbxStatus);
James Smart21e9a0a2009-05-22 14:53:21 -04003622 goto out;
3623 }
3624
James Smart1c6834a2009-07-19 10:01:26 -04003625 if (phba->sli_rev == LPFC_SLI_REV4) {
3626 byte_count = pmb->u.mqe.un.mb_words[5];
James Smartcdcc2342012-08-14 14:26:35 -04003627 mp = (struct lpfc_dmabuf *)pmb->context1;
James Smart1c6834a2009-07-19 10:01:26 -04003628 if (byte_count > sizeof(struct static_vport_info) -
3629 offset)
3630 byte_count = sizeof(struct static_vport_info)
3631 - offset;
3632 memcpy(vport_buff + offset, mp->virt, byte_count);
3633 offset += byte_count;
3634 } else {
3635 if (mb->un.varDmp.word_cnt >
3636 sizeof(struct static_vport_info) - offset)
3637 mb->un.varDmp.word_cnt =
3638 sizeof(struct static_vport_info)
3639 - offset;
3640 byte_count = mb->un.varDmp.word_cnt;
3641 lpfc_sli_pcimem_bcopy(((uint8_t *)mb) + DMP_RSP_OFFSET,
3642 vport_buff + offset,
3643 byte_count);
James Smart21e9a0a2009-05-22 14:53:21 -04003644
James Smart1c6834a2009-07-19 10:01:26 -04003645 offset += byte_count;
3646 }
James Smart21e9a0a2009-05-22 14:53:21 -04003647
James Smart1c6834a2009-07-19 10:01:26 -04003648 } while (byte_count &&
James Smart21e9a0a2009-05-22 14:53:21 -04003649 offset < sizeof(struct static_vport_info));
3650
3651
3652 if ((le32_to_cpu(vport_info->signature) != VPORT_INFO_SIG) ||
3653 ((le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK)
3654 != VPORT_INFO_REV)) {
3655 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3656 "0545 lpfc_create_static_vport bad"
3657 " information header 0x%x 0x%x\n",
3658 le32_to_cpu(vport_info->signature),
3659 le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK);
3660
3661 goto out;
3662 }
3663
3664 shost = lpfc_shost_from_vport(phba->pport);
3665
3666 for (i = 0; i < MAX_STATIC_VPORT_COUNT; i++) {
3667 memset(&vport_id, 0, sizeof(vport_id));
3668 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn);
3669 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn);
3670 if (!vport_id.port_name || !vport_id.node_name)
3671 continue;
3672
3673 vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR;
3674 vport_id.vport_type = FC_PORTTYPE_NPIV;
3675 vport_id.disable = false;
3676 new_fc_vport = fc_vport_create(shost, 0, &vport_id);
3677
3678 if (!new_fc_vport) {
3679 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
3680 "0546 lpfc_create_static_vport failed to"
James Smarte4e74272009-07-19 10:01:38 -04003681 " create vport\n");
James Smart21e9a0a2009-05-22 14:53:21 -04003682 continue;
3683 }
3684
3685 vport = *(struct lpfc_vport **)new_fc_vport->dd_data;
3686 vport->vport_flag |= STATIC_VPORT;
3687 }
3688
3689out:
James Smart21e9a0a2009-05-22 14:53:21 -04003690 kfree(vport_info);
James Smartcdcc2342012-08-14 14:26:35 -04003691 if (mbx_wait_rc != MBX_TIMEOUT) {
3692 if (pmb->context1) {
3693 mp = (struct lpfc_dmabuf *)pmb->context1;
James Smart1c6834a2009-07-19 10:01:26 -04003694 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3695 kfree(mp);
3696 }
James Smart21e9a0a2009-05-22 14:53:21 -04003697 mempool_free(pmb, phba->mbox_mem_pool);
James Smart1c6834a2009-07-19 10:01:26 -04003698 }
James Smart21e9a0a2009-05-22 14:53:21 -04003699
3700 return;
3701}
3702
dea31012005-04-17 16:05:31 -05003703/*
3704 * This routine handles processing a Fabric REG_LOGIN mailbox
3705 * command upon completion. It is setup in the LPFC_MBOXQ
3706 * as the completion routine when the command is
3707 * handed off to the SLI layer.
3708 */
3709void
James Smart2e0fef82007-06-17 19:56:36 -05003710lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003711{
James Smart92d7f7b2007-06-17 19:56:38 -05003712 struct lpfc_vport *vport = pmb->vport;
James Smart21e9a0a2009-05-22 14:53:21 -04003713 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05003714 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart92d7f7b2007-06-17 19:56:38 -05003715 struct lpfc_nodelist *ndlp;
James Smartdf9e1b52011-12-13 13:22:17 -05003716 struct Scsi_Host *shost;
dea31012005-04-17 16:05:31 -05003717
James Smart549e55c2007-08-02 11:09:51 -04003718 ndlp = (struct lpfc_nodelist *) pmb->context2;
James Smart329f9bc2007-04-25 09:53:01 -04003719 pmb->context1 = NULL;
3720 pmb->context2 = NULL;
James Smartd439d282010-09-29 11:18:45 -04003721
dea31012005-04-17 16:05:31 -05003722 if (mb->mbxStatus) {
James Smart21e9a0a2009-05-22 14:53:21 -04003723 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
3724 "0258 Register Fabric login error: 0x%x\n",
3725 mb->mbxStatus);
dea31012005-04-17 16:05:31 -05003726 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3727 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04003728 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003729
James Smart76a95d72010-11-20 23:11:48 -05003730 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05003731 /* FLOGI failed, use loop map to make discovery list */
3732 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05003733
James Smart92d7f7b2007-06-17 19:56:38 -05003734 /* Start discovery */
3735 lpfc_disc_start(vport);
James Smarte47c9092008-02-08 18:49:26 -05003736 /* Decrement the reference count to ndlp after the
3737 * reference to the ndlp are done.
3738 */
3739 lpfc_nlp_put(ndlp);
James Smart92d7f7b2007-06-17 19:56:38 -05003740 return;
3741 }
3742
3743 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smarte47c9092008-02-08 18:49:26 -05003744 /* Decrement the reference count to ndlp after the reference
3745 * to the ndlp are done.
3746 */
3747 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003748 return;
3749 }
3750
James Smart6d368e52011-05-24 11:44:12 -04003751 if (phba->sli_rev < LPFC_SLI_REV4)
3752 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05003753 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05003754 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05003755 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05003756
James Smart2e0fef82007-06-17 19:56:36 -05003757 if (vport->port_state == LPFC_FABRIC_CFG_LINK) {
James Smart4b40c592010-03-15 11:25:44 -04003758 /* when physical port receive logo donot start
3759 * vport discovery */
3760 if (!(vport->fc_flag & FC_LOGO_RCVD_DID_CHNG))
3761 lpfc_start_fdiscs(phba);
James Smartdf9e1b52011-12-13 13:22:17 -05003762 else {
3763 shost = lpfc_shost_from_vport(vport);
3764 spin_lock_irq(shost->host_lock);
James Smart4b40c592010-03-15 11:25:44 -04003765 vport->fc_flag &= ~FC_LOGO_RCVD_DID_CHNG ;
James Smartdf9e1b52011-12-13 13:22:17 -05003766 spin_unlock_irq(shost->host_lock);
3767 }
James Smart92d7f7b2007-06-17 19:56:38 -05003768 lpfc_do_scr_ns_plogi(phba, vport);
dea31012005-04-17 16:05:31 -05003769 }
3770
3771 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3772 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04003773 mempool_free(pmb, phba->mbox_mem_pool);
James Smarte47c9092008-02-08 18:49:26 -05003774
3775 /* Drop the reference count from the mbox at the end after
3776 * all the current reference to the ndlp have been done.
3777 */
3778 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003779 return;
3780}
3781
3782/*
3783 * This routine handles processing a NameServer REG_LOGIN mailbox
3784 * command upon completion. It is setup in the LPFC_MBOXQ
3785 * as the completion routine when the command is
3786 * handed off to the SLI layer.
3787 */
3788void
James Smart2e0fef82007-06-17 19:56:36 -05003789lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003790{
James Smart21e9a0a2009-05-22 14:53:21 -04003791 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05003792 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
3793 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
3794 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05003795
James Smartd439d282010-09-29 11:18:45 -04003796 pmb->context1 = NULL;
3797 pmb->context2 = NULL;
3798
dea31012005-04-17 16:05:31 -05003799 if (mb->mbxStatus) {
James Smart92d7f7b2007-06-17 19:56:38 -05003800out:
James Smart21e9a0a2009-05-22 14:53:21 -04003801 lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS,
3802 "0260 Register NameServer error: 0x%x\n",
3803 mb->mbxStatus);
James Smartfa4066b2008-01-11 01:53:27 -05003804 /* decrement the node reference count held for this
3805 * callback function.
3806 */
James Smart329f9bc2007-04-25 09:53:01 -04003807 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003808 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3809 kfree(mp);
James Smartde0c5b32007-04-25 09:52:27 -04003810 mempool_free(pmb, phba->mbox_mem_pool);
James Smart87af33f2007-10-27 13:37:43 -04003811
3812 /* If no other thread is using the ndlp, free it */
3813 lpfc_nlp_not_used(ndlp);
dea31012005-04-17 16:05:31 -05003814
James Smart76a95d72010-11-20 23:11:48 -05003815 if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05003816 /*
3817 * RegLogin failed, use loop map to make discovery
3818 * list
3819 */
3820 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05003821
James Smart92d7f7b2007-06-17 19:56:38 -05003822 /* Start discovery */
3823 lpfc_disc_start(vport);
3824 return;
3825 }
3826 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
dea31012005-04-17 16:05:31 -05003827 return;
3828 }
3829
James Smart6d368e52011-05-24 11:44:12 -04003830 if (phba->sli_rev < LPFC_SLI_REV4)
3831 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05003832 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05003833 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05003834 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05003835
James Smart2e0fef82007-06-17 19:56:36 -05003836 if (vport->port_state < LPFC_VPORT_READY) {
3837 /* Link up discovery requires Fabric registration. */
James Smart92d7f7b2007-06-17 19:56:38 -05003838 lpfc_ns_cmd(vport, SLI_CTNS_RFF_ID, 0, 0); /* Do this first! */
3839 lpfc_ns_cmd(vport, SLI_CTNS_RNN_ID, 0, 0);
3840 lpfc_ns_cmd(vport, SLI_CTNS_RSNN_NN, 0, 0);
3841 lpfc_ns_cmd(vport, SLI_CTNS_RSPN_ID, 0, 0);
3842 lpfc_ns_cmd(vport, SLI_CTNS_RFT_ID, 0, 0);
3843
3844 /* Issue SCR just before NameServer GID_FT Query */
3845 lpfc_issue_els_scr(vport, SCR_DID, 0);
dea31012005-04-17 16:05:31 -05003846 }
3847
James Smart2e0fef82007-06-17 19:56:36 -05003848 vport->fc_ns_retry = 0;
dea31012005-04-17 16:05:31 -05003849 /* Good status, issue CT Request to NameServer */
James Smart92d7f7b2007-06-17 19:56:38 -05003850 if (lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, 0, 0)) {
dea31012005-04-17 16:05:31 -05003851 /* Cannot issue NameServer Query, so finish up discovery */
James Smart92d7f7b2007-06-17 19:56:38 -05003852 goto out;
dea31012005-04-17 16:05:31 -05003853 }
3854
James Smartfa4066b2008-01-11 01:53:27 -05003855 /* decrement the node reference count held for this
3856 * callback function.
3857 */
James Smart329f9bc2007-04-25 09:53:01 -04003858 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003859 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3860 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05003861 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003862
3863 return;
3864}
3865
3866static void
James Smart2e0fef82007-06-17 19:56:36 -05003867lpfc_register_remote_port(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05003868{
James Smart2e0fef82007-06-17 19:56:36 -05003869 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3870 struct fc_rport *rport;
dea31012005-04-17 16:05:31 -05003871 struct lpfc_rport_data *rdata;
3872 struct fc_rport_identifiers rport_ids;
James Smart2e0fef82007-06-17 19:56:36 -05003873 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05003874
3875 /* Remote port has reappeared. Re-register w/ FC transport */
Andrew Morton68ce1eb2005-09-21 09:46:54 -07003876 rport_ids.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn);
3877 rport_ids.port_name = wwn_to_u64(ndlp->nlp_portname.u.wwn);
dea31012005-04-17 16:05:31 -05003878 rport_ids.port_id = ndlp->nlp_DID;
3879 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN;
dea31012005-04-17 16:05:31 -05003880
James Smart329f9bc2007-04-25 09:53:01 -04003881 /*
3882 * We leave our node pointer in rport->dd_data when we unregister a
3883 * FCP target port. But fc_remote_port_add zeros the space to which
3884 * rport->dd_data points. So, if we're reusing a previously
3885 * registered port, drop the reference that we took the last time we
3886 * registered the port.
3887 */
3888 if (ndlp->rport && ndlp->rport->dd_data &&
James Smarte47c9092008-02-08 18:49:26 -05003889 ((struct lpfc_rport_data *) ndlp->rport->dd_data)->pnode == ndlp)
James Smart329f9bc2007-04-25 09:53:01 -04003890 lpfc_nlp_put(ndlp);
James Smart858c9f62007-06-17 19:56:39 -05003891
3892 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
3893 "rport add: did:x%x flg:x%x type x%x",
3894 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
3895
James Smart9589b0622011-04-16 11:03:17 -04003896 /* Don't add the remote port if unloading. */
3897 if (vport->load_flag & FC_UNLOADING)
3898 return;
3899
James Smart2e0fef82007-06-17 19:56:36 -05003900 ndlp->rport = rport = fc_remote_port_add(shost, 0, &rport_ids);
James Smart329f9bc2007-04-25 09:53:01 -04003901 if (!rport || !get_device(&rport->dev)) {
dea31012005-04-17 16:05:31 -05003902 dev_printk(KERN_WARNING, &phba->pcidev->dev,
3903 "Warning: fc_remote_port_add failed\n");
3904 return;
3905 }
3906
3907 /* initialize static port data */
3908 rport->maxframe_size = ndlp->nlp_maxframe;
3909 rport->supported_classes = ndlp->nlp_class_sup;
dea31012005-04-17 16:05:31 -05003910 rdata = rport->dd_data;
James Smart329f9bc2007-04-25 09:53:01 -04003911 rdata->pnode = lpfc_nlp_get(ndlp);
James.Smart@Emulex.Com23dc04f2005-11-28 11:41:44 -05003912
3913 if (ndlp->nlp_type & NLP_FCP_TARGET)
3914 rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET;
3915 if (ndlp->nlp_type & NLP_FCP_INITIATOR)
3916 rport_ids.roles |= FC_RPORT_ROLE_FCP_INITIATOR;
3917
James.Smart@Emulex.Com23dc04f2005-11-28 11:41:44 -05003918 if (rport_ids.roles != FC_RPORT_ROLE_UNKNOWN)
3919 fc_remote_port_rolechg(rport, rport_ids.roles);
3920
James Smart34f5ad82012-08-03 12:35:03 -04003921 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
3922 "3183 rport register x%06x, rport %p role x%x\n",
3923 ndlp->nlp_DID, rport, rport_ids.roles);
3924
James Smart071fbd3d2006-04-15 11:53:20 -04003925 if ((rport->scsi_target_id != -1) &&
James Smart92d7f7b2007-06-17 19:56:38 -05003926 (rport->scsi_target_id < LPFC_MAX_TARGET)) {
James Smart071fbd3d2006-04-15 11:53:20 -04003927 ndlp->nlp_sid = rport->scsi_target_id;
3928 }
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04003929 return;
3930}
3931
3932static void
James Smart2e0fef82007-06-17 19:56:36 -05003933lpfc_unregister_remote_port(struct lpfc_nodelist *ndlp)
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04003934{
3935 struct fc_rport *rport = ndlp->rport;
James Smartc01f3202006-08-18 17:47:08 -04003936
James Smart858c9f62007-06-17 19:56:39 -05003937 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_RPORT,
3938 "rport delete: did:x%x flg:x%x type x%x",
3939 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
3940
James Smart34f5ad82012-08-03 12:35:03 -04003941 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
3942 "3184 rport unregister x%06x, rport %p\n",
3943 ndlp->nlp_DID, rport);
3944
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04003945 fc_remote_port_delete(rport);
dea31012005-04-17 16:05:31 -05003946
3947 return;
3948}
3949
James Smartde0c5b32007-04-25 09:52:27 -04003950static void
James Smart2e0fef82007-06-17 19:56:36 -05003951lpfc_nlp_counters(struct lpfc_vport *vport, int state, int count)
James Smartde0c5b32007-04-25 09:52:27 -04003952{
James Smart2e0fef82007-06-17 19:56:36 -05003953 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3954
3955 spin_lock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04003956 switch (state) {
3957 case NLP_STE_UNUSED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05003958 vport->fc_unused_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003959 break;
3960 case NLP_STE_PLOGI_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05003961 vport->fc_plogi_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003962 break;
3963 case NLP_STE_ADISC_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05003964 vport->fc_adisc_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003965 break;
3966 case NLP_STE_REG_LOGIN_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05003967 vport->fc_reglogin_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003968 break;
3969 case NLP_STE_PRLI_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05003970 vport->fc_prli_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003971 break;
3972 case NLP_STE_UNMAPPED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05003973 vport->fc_unmap_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003974 break;
3975 case NLP_STE_MAPPED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05003976 vport->fc_map_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003977 break;
3978 case NLP_STE_NPR_NODE:
James Smart646a2dd2013-12-17 20:29:22 -05003979 if (vport->fc_npr_cnt == 0 && count == -1)
3980 vport->fc_npr_cnt = 0;
3981 else
3982 vport->fc_npr_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003983 break;
3984 }
James Smart2e0fef82007-06-17 19:56:36 -05003985 spin_unlock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04003986}
Jamie Wellnitz66a9ed62006-02-28 22:33:10 -05003987
James Smartde0c5b32007-04-25 09:52:27 -04003988static void
James Smart2e0fef82007-06-17 19:56:36 -05003989lpfc_nlp_state_cleanup(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
James Smartde0c5b32007-04-25 09:52:27 -04003990 int old_state, int new_state)
3991{
James Smart2e0fef82007-06-17 19:56:36 -05003992 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3993
James Smartde0c5b32007-04-25 09:52:27 -04003994 if (new_state == NLP_STE_UNMAPPED_NODE) {
James Smartde0c5b32007-04-25 09:52:27 -04003995 ndlp->nlp_flag &= ~NLP_NODEV_REMOVE;
3996 ndlp->nlp_type |= NLP_FC_NODE;
3997 }
3998 if (new_state == NLP_STE_MAPPED_NODE)
3999 ndlp->nlp_flag &= ~NLP_NODEV_REMOVE;
4000 if (new_state == NLP_STE_NPR_NODE)
4001 ndlp->nlp_flag &= ~NLP_RCV_PLOGI;
dea31012005-04-17 16:05:31 -05004002
James Smartde0c5b32007-04-25 09:52:27 -04004003 /* Transport interface */
4004 if (ndlp->rport && (old_state == NLP_STE_MAPPED_NODE ||
4005 old_state == NLP_STE_UNMAPPED_NODE)) {
James Smart2e0fef82007-06-17 19:56:36 -05004006 vport->phba->nport_event_cnt++;
4007 lpfc_unregister_remote_port(ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04004008 }
dea31012005-04-17 16:05:31 -05004009
James Smartde0c5b32007-04-25 09:52:27 -04004010 if (new_state == NLP_STE_MAPPED_NODE ||
4011 new_state == NLP_STE_UNMAPPED_NODE) {
James Smart2e0fef82007-06-17 19:56:36 -05004012 vport->phba->nport_event_cnt++;
James Smart858c9f62007-06-17 19:56:39 -05004013 /*
4014 * Tell the fc transport about the port, if we haven't
4015 * already. If we have, and it's a scsi entity, be
4016 * sure to unblock any attached scsi devices
4017 */
4018 lpfc_register_remote_port(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04004019 }
James Smartea2151b2008-09-07 11:52:10 -04004020 if ((new_state == NLP_STE_MAPPED_NODE) &&
4021 (vport->stat_data_enabled)) {
4022 /*
4023 * A new target is discovered, if there is no buffer for
4024 * statistical data collection allocate buffer.
4025 */
4026 ndlp->lat_data = kcalloc(LPFC_MAX_BUCKET_COUNT,
4027 sizeof(struct lpfc_scsicmd_bkt),
4028 GFP_KERNEL);
4029
4030 if (!ndlp->lat_data)
4031 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
4032 "0286 lpfc_nlp_state_cleanup failed to "
4033 "allocate statistical data buffer DID "
4034 "0x%x\n", ndlp->nlp_DID);
4035 }
James Smart858c9f62007-06-17 19:56:39 -05004036 /*
4037 * if we added to Mapped list, but the remote port
4038 * registration failed or assigned a target id outside
4039 * our presentable range - move the node to the
4040 * Unmapped List
4041 */
James Smartde0c5b32007-04-25 09:52:27 -04004042 if (new_state == NLP_STE_MAPPED_NODE &&
4043 (!ndlp->rport ||
4044 ndlp->rport->scsi_target_id == -1 ||
4045 ndlp->rport->scsi_target_id >= LPFC_MAX_TARGET)) {
James Smart2e0fef82007-06-17 19:56:36 -05004046 spin_lock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04004047 ndlp->nlp_flag |= NLP_TGT_NO_SCSIID;
James Smart2e0fef82007-06-17 19:56:36 -05004048 spin_unlock_irq(shost->host_lock);
4049 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05004050 }
James Smartde0c5b32007-04-25 09:52:27 -04004051}
4052
James Smart685f0bf2007-04-25 09:53:08 -04004053static char *
4054lpfc_nlp_state_name(char *buffer, size_t size, int state)
4055{
4056 static char *states[] = {
4057 [NLP_STE_UNUSED_NODE] = "UNUSED",
4058 [NLP_STE_PLOGI_ISSUE] = "PLOGI",
4059 [NLP_STE_ADISC_ISSUE] = "ADISC",
4060 [NLP_STE_REG_LOGIN_ISSUE] = "REGLOGIN",
4061 [NLP_STE_PRLI_ISSUE] = "PRLI",
James Smart086a3452012-08-14 14:25:21 -04004062 [NLP_STE_LOGO_ISSUE] = "LOGO",
James Smart685f0bf2007-04-25 09:53:08 -04004063 [NLP_STE_UNMAPPED_NODE] = "UNMAPPED",
4064 [NLP_STE_MAPPED_NODE] = "MAPPED",
4065 [NLP_STE_NPR_NODE] = "NPR",
4066 };
4067
James Smart311464e2007-08-02 11:10:37 -04004068 if (state < NLP_STE_MAX_STATE && states[state])
James Smart685f0bf2007-04-25 09:53:08 -04004069 strlcpy(buffer, states[state], size);
4070 else
4071 snprintf(buffer, size, "unknown (%d)", state);
4072 return buffer;
4073}
4074
James Smartde0c5b32007-04-25 09:52:27 -04004075void
James Smart2e0fef82007-06-17 19:56:36 -05004076lpfc_nlp_set_state(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4077 int state)
James Smartde0c5b32007-04-25 09:52:27 -04004078{
James Smart2e0fef82007-06-17 19:56:36 -05004079 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smartde0c5b32007-04-25 09:52:27 -04004080 int old_state = ndlp->nlp_state;
James Smart685f0bf2007-04-25 09:53:08 -04004081 char name1[16], name2[16];
James Smartde0c5b32007-04-25 09:52:27 -04004082
James Smarte8b62012007-08-02 11:10:09 -04004083 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4084 "0904 NPort state transition x%06x, %s -> %s\n",
4085 ndlp->nlp_DID,
4086 lpfc_nlp_state_name(name1, sizeof(name1), old_state),
4087 lpfc_nlp_state_name(name2, sizeof(name2), state));
James Smart858c9f62007-06-17 19:56:39 -05004088
4089 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
4090 "node statechg did:x%x old:%d ste:%d",
4091 ndlp->nlp_DID, old_state, state);
4092
James Smartde0c5b32007-04-25 09:52:27 -04004093 if (old_state == NLP_STE_NPR_NODE &&
James Smartde0c5b32007-04-25 09:52:27 -04004094 state != NLP_STE_NPR_NODE)
James Smart2e0fef82007-06-17 19:56:36 -05004095 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04004096 if (old_state == NLP_STE_UNMAPPED_NODE) {
4097 ndlp->nlp_flag &= ~NLP_TGT_NO_SCSIID;
4098 ndlp->nlp_type &= ~NLP_FC_NODE;
4099 }
4100
James Smart685f0bf2007-04-25 09:53:08 -04004101 if (list_empty(&ndlp->nlp_listp)) {
James Smart2e0fef82007-06-17 19:56:36 -05004102 spin_lock_irq(shost->host_lock);
4103 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
4104 spin_unlock_irq(shost->host_lock);
James Smart685f0bf2007-04-25 09:53:08 -04004105 } else if (old_state)
James Smart2e0fef82007-06-17 19:56:36 -05004106 lpfc_nlp_counters(vport, old_state, -1);
James Smartde0c5b32007-04-25 09:52:27 -04004107
4108 ndlp->nlp_state = state;
James Smart2e0fef82007-06-17 19:56:36 -05004109 lpfc_nlp_counters(vport, state, 1);
4110 lpfc_nlp_state_cleanup(vport, ndlp, old_state, state);
James Smartde0c5b32007-04-25 09:52:27 -04004111}
4112
4113void
James Smarte47c9092008-02-08 18:49:26 -05004114lpfc_enqueue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
4115{
4116 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4117
4118 if (list_empty(&ndlp->nlp_listp)) {
4119 spin_lock_irq(shost->host_lock);
4120 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
4121 spin_unlock_irq(shost->host_lock);
4122 }
4123}
4124
4125void
James Smart2e0fef82007-06-17 19:56:36 -05004126lpfc_dequeue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smartde0c5b32007-04-25 09:52:27 -04004127{
James Smart2e0fef82007-06-17 19:56:36 -05004128 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4129
James Smart0d2b6b82008-06-14 22:52:47 -04004130 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04004131 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
James Smart2e0fef82007-06-17 19:56:36 -05004132 lpfc_nlp_counters(vport, ndlp->nlp_state, -1);
4133 spin_lock_irq(shost->host_lock);
James Smart685f0bf2007-04-25 09:53:08 -04004134 list_del_init(&ndlp->nlp_listp);
James Smart2e0fef82007-06-17 19:56:36 -05004135 spin_unlock_irq(shost->host_lock);
James Smart858c9f62007-06-17 19:56:39 -05004136 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state,
James Smarte47c9092008-02-08 18:49:26 -05004137 NLP_STE_UNUSED_NODE);
4138}
4139
Adrian Bunk4d9db012008-02-14 23:24:02 +02004140static void
James Smarte47c9092008-02-08 18:49:26 -05004141lpfc_disable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
4142{
James Smart0d2b6b82008-06-14 22:52:47 -04004143 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smarte47c9092008-02-08 18:49:26 -05004144 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
4145 lpfc_nlp_counters(vport, ndlp->nlp_state, -1);
4146 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state,
4147 NLP_STE_UNUSED_NODE);
4148}
James Smart109f6ed2008-12-04 22:39:08 -05004149/**
James Smart3621a712009-04-06 18:47:14 -04004150 * lpfc_initialize_node - Initialize all fields of node object
James Smart109f6ed2008-12-04 22:39:08 -05004151 * @vport: Pointer to Virtual Port object.
4152 * @ndlp: Pointer to FC node object.
4153 * @did: FC_ID of the node.
James Smarta257bf92009-04-06 18:48:10 -04004154 *
4155 * This function is always called when node object need to be initialized.
4156 * It initializes all the fields of the node object. Although the reference
4157 * to phba from @ndlp can be obtained indirectly through it's reference to
4158 * @vport, a direct reference to phba is taken here by @ndlp. This is due
4159 * to the life-span of the @ndlp might go beyond the existence of @vport as
4160 * the final release of ndlp is determined by its reference count. And, the
4161 * operation on @ndlp needs the reference to phba.
James Smart109f6ed2008-12-04 22:39:08 -05004162 **/
4163static inline void
4164lpfc_initialize_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4165 uint32_t did)
4166{
4167 INIT_LIST_HEAD(&ndlp->els_retry_evt.evt_listp);
4168 INIT_LIST_HEAD(&ndlp->dev_loss_evt.evt_listp);
4169 init_timer(&ndlp->nlp_delayfunc);
4170 ndlp->nlp_delayfunc.function = lpfc_els_retry_delay;
4171 ndlp->nlp_delayfunc.data = (unsigned long)ndlp;
4172 ndlp->nlp_DID = did;
4173 ndlp->vport = vport;
James Smarta257bf92009-04-06 18:48:10 -04004174 ndlp->phba = vport->phba;
James Smart109f6ed2008-12-04 22:39:08 -05004175 ndlp->nlp_sid = NLP_NO_SID;
4176 kref_init(&ndlp->kref);
4177 NLP_INT_NODE_ACT(ndlp);
4178 atomic_set(&ndlp->cmd_pending, 0);
James Smart7dc517d2010-07-14 15:32:10 -04004179 ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth;
James Smart109f6ed2008-12-04 22:39:08 -05004180}
James Smarte47c9092008-02-08 18:49:26 -05004181
4182struct lpfc_nodelist *
4183lpfc_enable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4184 int state)
4185{
4186 struct lpfc_hba *phba = vport->phba;
4187 uint32_t did;
4188 unsigned long flags;
James Smartcff261f2013-12-17 20:29:47 -05004189 unsigned long *active_rrqs_xri_bitmap = NULL;
James Smarte47c9092008-02-08 18:49:26 -05004190
4191 if (!ndlp)
4192 return NULL;
4193
4194 spin_lock_irqsave(&phba->ndlp_lock, flags);
4195 /* The ndlp should not be in memory free mode */
4196 if (NLP_CHK_FREE_REQ(ndlp)) {
4197 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
4198 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4199 "0277 lpfc_enable_node: ndlp:x%p "
4200 "usgmap:x%x refcnt:%d\n",
4201 (void *)ndlp, ndlp->nlp_usg_map,
4202 atomic_read(&ndlp->kref.refcount));
4203 return NULL;
4204 }
4205 /* The ndlp should not already be in active mode */
4206 if (NLP_CHK_NODE_ACT(ndlp)) {
4207 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
4208 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4209 "0278 lpfc_enable_node: ndlp:x%p "
4210 "usgmap:x%x refcnt:%d\n",
4211 (void *)ndlp, ndlp->nlp_usg_map,
4212 atomic_read(&ndlp->kref.refcount));
4213 return NULL;
4214 }
4215
4216 /* Keep the original DID */
4217 did = ndlp->nlp_DID;
James Smartcff261f2013-12-17 20:29:47 -05004218 if (phba->sli_rev == LPFC_SLI_REV4)
4219 active_rrqs_xri_bitmap = ndlp->active_rrqs_xri_bitmap;
James Smarte47c9092008-02-08 18:49:26 -05004220
4221 /* re-initialize ndlp except of ndlp linked list pointer */
4222 memset((((char *)ndlp) + sizeof (struct list_head)), 0,
4223 sizeof (struct lpfc_nodelist) - sizeof (struct list_head));
James Smart109f6ed2008-12-04 22:39:08 -05004224 lpfc_initialize_node(vport, ndlp, did);
James Smarte47c9092008-02-08 18:49:26 -05004225
James Smartcff261f2013-12-17 20:29:47 -05004226 if (phba->sli_rev == LPFC_SLI_REV4)
4227 ndlp->active_rrqs_xri_bitmap = active_rrqs_xri_bitmap;
4228
James Smarte47c9092008-02-08 18:49:26 -05004229 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
James Smart725dd392013-10-10 12:23:30 -04004230 if (vport->phba->sli_rev == LPFC_SLI_REV4)
4231 ndlp->nlp_rpi = lpfc_sli4_alloc_rpi(vport->phba);
4232
James Smarte47c9092008-02-08 18:49:26 -05004233
4234 if (state != NLP_STE_UNUSED_NODE)
4235 lpfc_nlp_set_state(vport, ndlp, state);
4236
4237 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
4238 "node enable: did:x%x",
4239 ndlp->nlp_DID, 0, 0);
4240 return ndlp;
James Smartde0c5b32007-04-25 09:52:27 -04004241}
4242
4243void
James Smart2e0fef82007-06-17 19:56:36 -05004244lpfc_drop_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smartde0c5b32007-04-25 09:52:27 -04004245{
James Smart87af33f2007-10-27 13:37:43 -04004246 /*
James Smartfa4066b2008-01-11 01:53:27 -05004247 * Use of lpfc_drop_node and UNUSED list: lpfc_drop_node should
James Smart87af33f2007-10-27 13:37:43 -04004248 * be used if we wish to issue the "last" lpfc_nlp_put() to remove
James Smartfa4066b2008-01-11 01:53:27 -05004249 * the ndlp from the vport. The ndlp marked as UNUSED on the list
4250 * until ALL other outstanding threads have completed. We check
4251 * that the ndlp not already in the UNUSED state before we proceed.
James Smart87af33f2007-10-27 13:37:43 -04004252 */
James Smartfa4066b2008-01-11 01:53:27 -05004253 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
4254 return;
James Smart51ef4c22007-08-02 11:10:31 -04004255 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNUSED_NODE);
James Smart1151e3e2011-02-16 12:39:35 -05004256 if (vport->phba->sli_rev == LPFC_SLI_REV4)
4257 lpfc_cleanup_vports_rrqs(vport, ndlp);
James Smart87af33f2007-10-27 13:37:43 -04004258 lpfc_nlp_put(ndlp);
James Smart98c9ea52007-10-27 13:37:33 -04004259 return;
dea31012005-04-17 16:05:31 -05004260}
4261
4262/*
4263 * Start / ReStart rescue timer for Discovery / RSCN handling
4264 */
4265void
James Smart2e0fef82007-06-17 19:56:36 -05004266lpfc_set_disctmo(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004267{
James Smart2e0fef82007-06-17 19:56:36 -05004268 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4269 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05004270 uint32_t tmo;
4271
James Smart2e0fef82007-06-17 19:56:36 -05004272 if (vport->port_state == LPFC_LOCAL_CFG_LINK) {
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02004273 /* For FAN, timeout should be greater than edtov */
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004274 tmo = (((phba->fc_edtov + 999) / 1000) + 1);
4275 } else {
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02004276 /* Normal discovery timeout should be > than ELS/CT timeout
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004277 * FC spec states we need 3 * ratov for CT requests
4278 */
4279 tmo = ((phba->fc_ratov * 3) + 3);
4280 }
dea31012005-04-17 16:05:31 -05004281
James Smart858c9f62007-06-17 19:56:39 -05004282
4283 if (!timer_pending(&vport->fc_disctmo)) {
4284 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
4285 "set disc timer: tmo:x%x state:x%x flg:x%x",
4286 tmo, vport->port_state, vport->fc_flag);
4287 }
4288
James Smart256ec0d2013-04-17 20:14:58 -04004289 mod_timer(&vport->fc_disctmo, jiffies + msecs_to_jiffies(1000 * tmo));
James Smart2e0fef82007-06-17 19:56:36 -05004290 spin_lock_irq(shost->host_lock);
4291 vport->fc_flag |= FC_DISC_TMO;
4292 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004293
4294 /* Start Discovery Timer state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04004295 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
4296 "0247 Start Discovery Timer state x%x "
4297 "Data: x%x x%lx x%x x%x\n",
4298 vport->port_state, tmo,
4299 (unsigned long)&vport->fc_disctmo, vport->fc_plogi_cnt,
4300 vport->fc_adisc_cnt);
dea31012005-04-17 16:05:31 -05004301
4302 return;
4303}
4304
4305/*
4306 * Cancel rescue timer for Discovery / RSCN handling
4307 */
4308int
James Smart2e0fef82007-06-17 19:56:36 -05004309lpfc_can_disctmo(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004310{
James Smart2e0fef82007-06-17 19:56:36 -05004311 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart2e0fef82007-06-17 19:56:36 -05004312 unsigned long iflags;
4313
James Smart858c9f62007-06-17 19:56:39 -05004314 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
4315 "can disc timer: state:x%x rtry:x%x flg:x%x",
4316 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
4317
dea31012005-04-17 16:05:31 -05004318 /* Turn off discovery timer if its running */
James Smart2e0fef82007-06-17 19:56:36 -05004319 if (vport->fc_flag & FC_DISC_TMO) {
4320 spin_lock_irqsave(shost->host_lock, iflags);
4321 vport->fc_flag &= ~FC_DISC_TMO;
4322 spin_unlock_irqrestore(shost->host_lock, iflags);
4323 del_timer_sync(&vport->fc_disctmo);
4324 spin_lock_irqsave(&vport->work_port_lock, iflags);
4325 vport->work_port_events &= ~WORKER_DISC_TMO;
4326 spin_unlock_irqrestore(&vport->work_port_lock, iflags);
dea31012005-04-17 16:05:31 -05004327 }
4328
4329 /* Cancel Discovery Timer state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04004330 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
4331 "0248 Cancel Discovery Timer state x%x "
4332 "Data: x%x x%x x%x\n",
4333 vport->port_state, vport->fc_flag,
4334 vport->fc_plogi_cnt, vport->fc_adisc_cnt);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004335 return 0;
dea31012005-04-17 16:05:31 -05004336}
4337
4338/*
4339 * Check specified ring for outstanding IOCB on the SLI queue
4340 * Return true if iocb matches the specified nport
4341 */
4342int
James Smart2e0fef82007-06-17 19:56:36 -05004343lpfc_check_sli_ndlp(struct lpfc_hba *phba,
4344 struct lpfc_sli_ring *pring,
4345 struct lpfc_iocbq *iocb,
4346 struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004347{
James Smart2e0fef82007-06-17 19:56:36 -05004348 struct lpfc_sli *psli = &phba->sli;
4349 IOCB_t *icmd = &iocb->iocb;
James Smart92d7f7b2007-06-17 19:56:38 -05004350 struct lpfc_vport *vport = ndlp->vport;
4351
4352 if (iocb->vport != vport)
4353 return 0;
4354
dea31012005-04-17 16:05:31 -05004355 if (pring->ringno == LPFC_ELS_RING) {
4356 switch (icmd->ulpCommand) {
4357 case CMD_GEN_REQUEST64_CR:
James Smart21e9a0a2009-05-22 14:53:21 -04004358 if (iocb->context_un.ndlp == ndlp)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004359 return 1;
dea31012005-04-17 16:05:31 -05004360 case CMD_ELS_REQUEST64_CR:
James Smart10d4e952006-04-15 11:53:15 -04004361 if (icmd->un.elsreq64.remoteID == ndlp->nlp_DID)
4362 return 1;
dea31012005-04-17 16:05:31 -05004363 case CMD_XMIT_ELS_RSP64_CX:
4364 if (iocb->context1 == (uint8_t *) ndlp)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004365 return 1;
dea31012005-04-17 16:05:31 -05004366 }
James Smarta4bc3372006-12-02 13:34:16 -05004367 } else if (pring->ringno == psli->extra_ring) {
dea31012005-04-17 16:05:31 -05004368
4369 } else if (pring->ringno == psli->fcp_ring) {
4370 /* Skip match check if waiting to relogin to FCP target */
4371 if ((ndlp->nlp_type & NLP_FCP_TARGET) &&
James Smart92d7f7b2007-06-17 19:56:38 -05004372 (ndlp->nlp_flag & NLP_DELAY_TMO)) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004373 return 0;
dea31012005-04-17 16:05:31 -05004374 }
4375 if (icmd->ulpContext == (volatile ushort)ndlp->nlp_rpi) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004376 return 1;
dea31012005-04-17 16:05:31 -05004377 }
4378 } else if (pring->ringno == psli->next_ring) {
4379
4380 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004381 return 0;
dea31012005-04-17 16:05:31 -05004382}
4383
4384/*
4385 * Free resources / clean up outstanding I/Os
4386 * associated with nlp_rpi in the LPFC_NODELIST entry.
4387 */
4388static int
James Smart2e0fef82007-06-17 19:56:36 -05004389lpfc_no_rpi(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004390{
James Smart2534ba72007-04-25 09:52:20 -04004391 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05004392 struct lpfc_sli *psli;
4393 struct lpfc_sli_ring *pring;
4394 struct lpfc_iocbq *iocb, *next_iocb;
James Smart6a9c52c2009-10-02 15:16:51 -04004395 uint32_t i;
dea31012005-04-17 16:05:31 -05004396
James Smart92d7f7b2007-06-17 19:56:38 -05004397 lpfc_fabric_abort_nport(ndlp);
4398
dea31012005-04-17 16:05:31 -05004399 /*
4400 * Everything that matches on txcmplq will be returned
4401 * by firmware with a no rpi error.
4402 */
4403 psli = &phba->sli;
James Smart40426292010-12-15 17:58:10 -05004404 if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
dea31012005-04-17 16:05:31 -05004405 /* Now process each ring */
4406 for (i = 0; i < psli->num_rings; i++) {
4407 pring = &psli->ring[i];
4408
James Smart2e0fef82007-06-17 19:56:36 -05004409 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004410 list_for_each_entry_safe(iocb, next_iocb, &pring->txq,
James Smart2e0fef82007-06-17 19:56:36 -05004411 list) {
dea31012005-04-17 16:05:31 -05004412 /*
4413 * Check to see if iocb matches the nport we are
4414 * looking for
4415 */
James Smart92d7f7b2007-06-17 19:56:38 -05004416 if ((lpfc_check_sli_ndlp(phba, pring, iocb,
4417 ndlp))) {
dea31012005-04-17 16:05:31 -05004418 /* It matches, so deque and call compl
4419 with an error */
James Smart2534ba72007-04-25 09:52:20 -04004420 list_move_tail(&iocb->list,
4421 &completions);
dea31012005-04-17 16:05:31 -05004422 }
4423 }
James Smart2e0fef82007-06-17 19:56:36 -05004424 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004425 }
4426 }
James Smart2534ba72007-04-25 09:52:20 -04004427
James Smarta257bf92009-04-06 18:48:10 -04004428 /* Cancel all the IOCBs from the completions list */
4429 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
4430 IOERR_SLI_ABORTED);
James Smart2534ba72007-04-25 09:52:20 -04004431
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004432 return 0;
dea31012005-04-17 16:05:31 -05004433}
4434
James Smart086a3452012-08-14 14:25:21 -04004435/**
4436 * lpfc_nlp_logo_unreg - Unreg mailbox completion handler before LOGO
4437 * @phba: Pointer to HBA context object.
4438 * @pmb: Pointer to mailbox object.
4439 *
4440 * This function will issue an ELS LOGO command after completing
4441 * the UNREG_RPI.
4442 **/
4443void
4444lpfc_nlp_logo_unreg(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
4445{
4446 struct lpfc_vport *vport = pmb->vport;
4447 struct lpfc_nodelist *ndlp;
4448
4449 ndlp = (struct lpfc_nodelist *)(pmb->context1);
4450 if (!ndlp)
4451 return;
4452 lpfc_issue_els_logo(vport, ndlp, 0);
James Smart4aa74c32013-09-06 12:19:06 -04004453 mempool_free(pmb, phba->mbox_mem_pool);
James Smart086a3452012-08-14 14:25:21 -04004454}
4455
dea31012005-04-17 16:05:31 -05004456/*
4457 * Free rpi associated with LPFC_NODELIST entry.
4458 * This routine is called from lpfc_freenode(), when we are removing
4459 * a LPFC_NODELIST entry. It is also called if the driver initiates a
4460 * LOGO that completes successfully, and we are waiting to PLOGI back
4461 * to the remote NPort. In addition, it is called after we receive
4462 * and unsolicated ELS cmd, send back a rsp, the rsp completes and
4463 * we are waiting to PLOGI back to the remote NPort.
4464 */
4465int
James Smart2e0fef82007-06-17 19:56:36 -05004466lpfc_unreg_rpi(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004467{
James Smart2e0fef82007-06-17 19:56:36 -05004468 struct lpfc_hba *phba = vport->phba;
4469 LPFC_MBOXQ_t *mbox;
dea31012005-04-17 16:05:31 -05004470 int rc;
James Smart6d368e52011-05-24 11:44:12 -04004471 uint16_t rpi;
dea31012005-04-17 16:05:31 -05004472
James Smartf454a9a2013-09-06 12:20:07 -04004473 if (ndlp->nlp_flag & NLP_RPI_REGISTERED ||
4474 ndlp->nlp_flag & NLP_REG_LOGIN_SEND) {
4475 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND)
4476 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
4477 "3366 RPI x%x needs to be "
4478 "unregistered nlp_flag x%x "
4479 "did x%x\n",
4480 ndlp->nlp_rpi, ndlp->nlp_flag,
4481 ndlp->nlp_DID);
James Smart2e0fef82007-06-17 19:56:36 -05004482 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4483 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04004484 /* SLI4 ports require the physical rpi value. */
4485 rpi = ndlp->nlp_rpi;
4486 if (phba->sli_rev == LPFC_SLI_REV4)
4487 rpi = phba->sli4_hba.rpi_ids[ndlp->nlp_rpi];
James Smart086a3452012-08-14 14:25:21 -04004488
James Smart6d368e52011-05-24 11:44:12 -04004489 lpfc_unreg_login(phba, vport->vpi, rpi, mbox);
James Smarted957682007-06-17 19:56:37 -05004490 mbox->vport = vport;
James Smart086a3452012-08-14 14:25:21 -04004491 if (ndlp->nlp_flag & NLP_ISSUE_LOGO) {
4492 mbox->context1 = ndlp;
4493 mbox->mbox_cmpl = lpfc_nlp_logo_unreg;
4494 } else {
4495 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
4496 }
4497
James Smart0b727fe2007-10-27 13:37:25 -04004498 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
dea31012005-04-17 16:05:31 -05004499 if (rc == MBX_NOT_FINISHED)
James Smart2e0fef82007-06-17 19:56:36 -05004500 mempool_free(mbox, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05004501 }
dea31012005-04-17 16:05:31 -05004502 lpfc_no_rpi(phba, ndlp);
James Smartd7c47992010-06-08 18:31:54 -04004503
James Smart40426292010-12-15 17:58:10 -05004504 if (phba->sli_rev != LPFC_SLI_REV4)
4505 ndlp->nlp_rpi = 0;
4506 ndlp->nlp_flag &= ~NLP_RPI_REGISTERED;
James Smart0c287582009-06-10 17:22:56 -04004507 ndlp->nlp_flag &= ~NLP_NPR_ADISC;
dea31012005-04-17 16:05:31 -05004508 return 1;
4509 }
4510 return 0;
4511}
4512
James Smartecfd03c2010-02-12 14:41:27 -05004513/**
4514 * lpfc_unreg_hba_rpis - Unregister rpis registered to the hba.
4515 * @phba: pointer to lpfc hba data structure.
4516 *
4517 * This routine is invoked to unregister all the currently registered RPIs
4518 * to the HBA.
4519 **/
4520void
4521lpfc_unreg_hba_rpis(struct lpfc_hba *phba)
4522{
4523 struct lpfc_vport **vports;
4524 struct lpfc_nodelist *ndlp;
4525 struct Scsi_Host *shost;
4526 int i;
4527
4528 vports = lpfc_create_vport_work_array(phba);
James Smart63e801c2010-11-20 23:14:19 -05004529 if (!vports) {
4530 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
4531 "2884 Vport array allocation failed \n");
4532 return;
4533 }
James Smartecfd03c2010-02-12 14:41:27 -05004534 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
4535 shost = lpfc_shost_from_vport(vports[i]);
4536 spin_lock_irq(shost->host_lock);
4537 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) {
James Smart40426292010-12-15 17:58:10 -05004538 if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
James Smart0c9ab6f2010-02-26 14:15:57 -05004539 /* The mempool_alloc might sleep */
4540 spin_unlock_irq(shost->host_lock);
James Smartecfd03c2010-02-12 14:41:27 -05004541 lpfc_unreg_rpi(vports[i], ndlp);
James Smart0c9ab6f2010-02-26 14:15:57 -05004542 spin_lock_irq(shost->host_lock);
4543 }
James Smartecfd03c2010-02-12 14:41:27 -05004544 }
4545 spin_unlock_irq(shost->host_lock);
4546 }
4547 lpfc_destroy_vport_work_array(phba, vports);
4548}
4549
James Smart92d7f7b2007-06-17 19:56:38 -05004550void
4551lpfc_unreg_all_rpis(struct lpfc_vport *vport)
4552{
4553 struct lpfc_hba *phba = vport->phba;
4554 LPFC_MBOXQ_t *mbox;
4555 int rc;
4556
James Smart5af5eee2010-10-22 11:06:38 -04004557 if (phba->sli_rev == LPFC_SLI_REV4) {
4558 lpfc_sli4_unreg_all_rpis(vport);
4559 return;
4560 }
4561
James Smart92d7f7b2007-06-17 19:56:38 -05004562 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4563 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04004564 lpfc_unreg_login(phba, vport->vpi, LPFC_UNREG_ALL_RPIS_VPORT,
4565 mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05004566 mbox->vport = vport;
4567 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart09372822008-01-11 01:52:54 -05004568 mbox->context1 = NULL;
4569 rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO);
James Smarta257bf92009-04-06 18:48:10 -04004570 if (rc != MBX_TIMEOUT)
James Smart92d7f7b2007-06-17 19:56:38 -05004571 mempool_free(mbox, phba->mbox_mem_pool);
James Smarta257bf92009-04-06 18:48:10 -04004572
4573 if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED))
4574 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
4575 "1836 Could not issue "
4576 "unreg_login(all_rpis) status %d\n", rc);
James Smart92d7f7b2007-06-17 19:56:38 -05004577 }
4578}
4579
4580void
4581lpfc_unreg_default_rpis(struct lpfc_vport *vport)
4582{
4583 struct lpfc_hba *phba = vport->phba;
4584 LPFC_MBOXQ_t *mbox;
4585 int rc;
4586
4587 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4588 if (mbox) {
James Smart6d368e52011-05-24 11:44:12 -04004589 lpfc_unreg_did(phba, vport->vpi, LPFC_UNREG_ALL_DFLT_RPIS,
4590 mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05004591 mbox->vport = vport;
4592 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart09372822008-01-11 01:52:54 -05004593 mbox->context1 = NULL;
4594 rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO);
James Smarta257bf92009-04-06 18:48:10 -04004595 if (rc != MBX_TIMEOUT)
4596 mempool_free(mbox, phba->mbox_mem_pool);
4597
4598 if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED))
James Smarte8b62012007-08-02 11:10:09 -04004599 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
4600 "1815 Could not issue "
James Smarta257bf92009-04-06 18:48:10 -04004601 "unreg_did (default rpis) status %d\n",
4602 rc);
James Smart92d7f7b2007-06-17 19:56:38 -05004603 }
4604}
4605
dea31012005-04-17 16:05:31 -05004606/*
4607 * Free resources associated with LPFC_NODELIST entry
4608 * so it can be freed.
4609 */
4610static int
James Smart2e0fef82007-06-17 19:56:36 -05004611lpfc_cleanup_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004612{
James Smart2e0fef82007-06-17 19:56:36 -05004613 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4614 struct lpfc_hba *phba = vport->phba;
4615 LPFC_MBOXQ_t *mb, *nextmb;
dea31012005-04-17 16:05:31 -05004616 struct lpfc_dmabuf *mp;
dea31012005-04-17 16:05:31 -05004617
4618 /* Cleanup node for NPort <nlp_DID> */
James Smarte8b62012007-08-02 11:10:09 -04004619 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4620 "0900 Cleanup node for NPort x%x "
4621 "Data: x%x x%x x%x\n",
4622 ndlp->nlp_DID, ndlp->nlp_flag,
4623 ndlp->nlp_state, ndlp->nlp_rpi);
James Smarte47c9092008-02-08 18:49:26 -05004624 if (NLP_CHK_FREE_REQ(ndlp)) {
4625 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4626 "0280 lpfc_cleanup_node: ndlp:x%p "
4627 "usgmap:x%x refcnt:%d\n",
4628 (void *)ndlp, ndlp->nlp_usg_map,
4629 atomic_read(&ndlp->kref.refcount));
4630 lpfc_dequeue_node(vport, ndlp);
4631 } else {
4632 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
4633 "0281 lpfc_cleanup_node: ndlp:x%p "
4634 "usgmap:x%x refcnt:%d\n",
4635 (void *)ndlp, ndlp->nlp_usg_map,
4636 atomic_read(&ndlp->kref.refcount));
4637 lpfc_disable_node(vport, ndlp);
4638 }
dea31012005-04-17 16:05:31 -05004639
James Smart086a3452012-08-14 14:25:21 -04004640
4641 /* Don't need to clean up REG_LOGIN64 cmds for Default RPI cleanup */
4642
dea31012005-04-17 16:05:31 -05004643 /* cleanup any ndlp on mbox q waiting for reglogin cmpl */
4644 if ((mb = phba->sli.mbox_active)) {
James Smart04c68492009-05-22 14:52:52 -04004645 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) &&
James Smart086a3452012-08-14 14:25:21 -04004646 !(mb->mbox_flag & LPFC_MBX_IMED_UNREG) &&
dea31012005-04-17 16:05:31 -05004647 (ndlp == (struct lpfc_nodelist *) mb->context2)) {
4648 mb->context2 = NULL;
4649 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
4650 }
4651 }
James Smart33ccf8d2006-08-17 11:57:58 -04004652
James Smart2e0fef82007-06-17 19:56:36 -05004653 spin_lock_irq(&phba->hbalock);
James Smart5ac6b302010-10-22 11:05:36 -04004654 /* Cleanup REG_LOGIN completions which are not yet processed */
4655 list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) {
4656 if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) ||
James Smart086a3452012-08-14 14:25:21 -04004657 (mb->mbox_flag & LPFC_MBX_IMED_UNREG) ||
James Smart5ac6b302010-10-22 11:05:36 -04004658 (ndlp != (struct lpfc_nodelist *) mb->context2))
4659 continue;
4660
4661 mb->context2 = NULL;
4662 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
4663 }
4664
dea31012005-04-17 16:05:31 -05004665 list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) {
James Smart04c68492009-05-22 14:52:52 -04004666 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) &&
James Smart086a3452012-08-14 14:25:21 -04004667 !(mb->mbox_flag & LPFC_MBX_IMED_UNREG) &&
James Smart92d7f7b2007-06-17 19:56:38 -05004668 (ndlp == (struct lpfc_nodelist *) mb->context2)) {
dea31012005-04-17 16:05:31 -05004669 mp = (struct lpfc_dmabuf *) (mb->context1);
4670 if (mp) {
James Smart2e0fef82007-06-17 19:56:36 -05004671 __lpfc_mbuf_free(phba, mp->virt, mp->phys);
dea31012005-04-17 16:05:31 -05004672 kfree(mp);
4673 }
4674 list_del(&mb->list);
4675 mempool_free(mb, phba->mbox_mem_pool);
James Smarte47c9092008-02-08 18:49:26 -05004676 /* We shall not invoke the lpfc_nlp_put to decrement
4677 * the ndlp reference count as we are in the process
4678 * of lpfc_nlp_release.
4679 */
dea31012005-04-17 16:05:31 -05004680 }
4681 }
James Smart2e0fef82007-06-17 19:56:36 -05004682 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004683
James Smarte47c9092008-02-08 18:49:26 -05004684 lpfc_els_abort(phba, ndlp);
4685
James Smart2e0fef82007-06-17 19:56:36 -05004686 spin_lock_irq(shost->host_lock);
James Smartc01f3202006-08-18 17:47:08 -04004687 ndlp->nlp_flag &= ~NLP_DELAY_TMO;
James Smart2e0fef82007-06-17 19:56:36 -05004688 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004689
Jamie Wellnitz5024ab12006-02-28 19:25:28 -05004690 ndlp->nlp_last_elscmd = 0;
dea31012005-04-17 16:05:31 -05004691 del_timer_sync(&ndlp->nlp_delayfunc);
4692
James Smart0d2b6b82008-06-14 22:52:47 -04004693 list_del_init(&ndlp->els_retry_evt.evt_listp);
4694 list_del_init(&ndlp->dev_loss_evt.evt_listp);
James Smart1151e3e2011-02-16 12:39:35 -05004695 lpfc_cleanup_vports_rrqs(vport, ndlp);
James Smart2e0fef82007-06-17 19:56:36 -05004696 lpfc_unreg_rpi(vport, ndlp);
dea31012005-04-17 16:05:31 -05004697
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004698 return 0;
dea31012005-04-17 16:05:31 -05004699}
4700
4701/*
4702 * Check to see if we can free the nlp back to the freelist.
4703 * If we are in the middle of using the nlp in the discovery state
4704 * machine, defer the free till we reach the end of the state machine.
4705 */
James Smart329f9bc2007-04-25 09:53:01 -04004706static void
James Smart2e0fef82007-06-17 19:56:36 -05004707lpfc_nlp_remove(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004708{
James Smarta8adb832007-10-27 13:37:53 -04004709 struct lpfc_hba *phba = vport->phba;
James Smart1dcb58e2007-04-25 09:51:30 -04004710 struct lpfc_rport_data *rdata;
James Smarta8adb832007-10-27 13:37:53 -04004711 LPFC_MBOXQ_t *mbox;
4712 int rc;
dea31012005-04-17 16:05:31 -05004713
James Smart0d2b6b82008-06-14 22:52:47 -04004714 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smart21e9a0a2009-05-22 14:53:21 -04004715 if ((ndlp->nlp_flag & NLP_DEFER_RM) &&
James Smart40426292010-12-15 17:58:10 -05004716 !(ndlp->nlp_flag & NLP_REG_LOGIN_SEND) &&
4717 !(ndlp->nlp_flag & NLP_RPI_REGISTERED)) {
James Smarta8adb832007-10-27 13:37:53 -04004718 /* For this case we need to cleanup the default rpi
4719 * allocated by the firmware.
4720 */
4721 if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL))
4722 != NULL) {
James Smart21e9a0a2009-05-22 14:53:21 -04004723 rc = lpfc_reg_rpi(phba, vport->vpi, ndlp->nlp_DID,
James Smart40426292010-12-15 17:58:10 -05004724 (uint8_t *) &vport->fc_sparam, mbox, ndlp->nlp_rpi);
James Smarta8adb832007-10-27 13:37:53 -04004725 if (rc) {
4726 mempool_free(mbox, phba->mbox_mem_pool);
4727 }
4728 else {
4729 mbox->mbox_flag |= LPFC_MBX_IMED_UNREG;
4730 mbox->mbox_cmpl = lpfc_mbx_cmpl_dflt_rpi;
4731 mbox->vport = vport;
James Smart086a3452012-08-14 14:25:21 -04004732 mbox->context2 = ndlp;
James Smarta8adb832007-10-27 13:37:53 -04004733 rc =lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
4734 if (rc == MBX_NOT_FINISHED) {
4735 mempool_free(mbox, phba->mbox_mem_pool);
4736 }
4737 }
4738 }
4739 }
James Smart2e0fef82007-06-17 19:56:36 -05004740 lpfc_cleanup_node(vport, ndlp);
James Smart1dcb58e2007-04-25 09:51:30 -04004741
James Smart2e0fef82007-06-17 19:56:36 -05004742 /*
James Smart92d7f7b2007-06-17 19:56:38 -05004743 * We can get here with a non-NULL ndlp->rport because when we
4744 * unregister a rport we don't break the rport/node linkage. So if we
4745 * do, make sure we don't leaving any dangling pointers behind.
James Smart2e0fef82007-06-17 19:56:36 -05004746 */
James Smart92d7f7b2007-06-17 19:56:38 -05004747 if (ndlp->rport) {
James Smart329f9bc2007-04-25 09:53:01 -04004748 rdata = ndlp->rport->dd_data;
4749 rdata->pnode = NULL;
4750 ndlp->rport = NULL;
dea31012005-04-17 16:05:31 -05004751 }
dea31012005-04-17 16:05:31 -05004752}
4753
4754static int
James Smart2e0fef82007-06-17 19:56:36 -05004755lpfc_matchdid(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4756 uint32_t did)
dea31012005-04-17 16:05:31 -05004757{
James Smart2e0fef82007-06-17 19:56:36 -05004758 D_ID mydid, ndlpdid, matchdid;
dea31012005-04-17 16:05:31 -05004759
4760 if (did == Bcast_DID)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004761 return 0;
dea31012005-04-17 16:05:31 -05004762
dea31012005-04-17 16:05:31 -05004763 /* First check for Direct match */
4764 if (ndlp->nlp_DID == did)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004765 return 1;
dea31012005-04-17 16:05:31 -05004766
4767 /* Next check for area/domain identically equals 0 match */
James Smart2e0fef82007-06-17 19:56:36 -05004768 mydid.un.word = vport->fc_myDID;
dea31012005-04-17 16:05:31 -05004769 if ((mydid.un.b.domain == 0) && (mydid.un.b.area == 0)) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004770 return 0;
dea31012005-04-17 16:05:31 -05004771 }
4772
4773 matchdid.un.word = did;
4774 ndlpdid.un.word = ndlp->nlp_DID;
4775 if (matchdid.un.b.id == ndlpdid.un.b.id) {
4776 if ((mydid.un.b.domain == matchdid.un.b.domain) &&
4777 (mydid.un.b.area == matchdid.un.b.area)) {
4778 if ((ndlpdid.un.b.domain == 0) &&
4779 (ndlpdid.un.b.area == 0)) {
4780 if (ndlpdid.un.b.id)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004781 return 1;
dea31012005-04-17 16:05:31 -05004782 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004783 return 0;
dea31012005-04-17 16:05:31 -05004784 }
4785
4786 matchdid.un.word = ndlp->nlp_DID;
4787 if ((mydid.un.b.domain == ndlpdid.un.b.domain) &&
4788 (mydid.un.b.area == ndlpdid.un.b.area)) {
4789 if ((matchdid.un.b.domain == 0) &&
4790 (matchdid.un.b.area == 0)) {
4791 if (matchdid.un.b.id)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004792 return 1;
dea31012005-04-17 16:05:31 -05004793 }
4794 }
4795 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004796 return 0;
dea31012005-04-17 16:05:31 -05004797}
4798
James Smart685f0bf2007-04-25 09:53:08 -04004799/* Search for a nodelist entry */
James Smart2e0fef82007-06-17 19:56:36 -05004800static struct lpfc_nodelist *
4801__lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05004802{
James Smart2fb9bd82006-12-02 13:33:57 -05004803 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05004804 uint32_t data1;
4805
James Smart2e0fef82007-06-17 19:56:36 -05004806 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
4807 if (lpfc_matchdid(vport, ndlp, did)) {
James Smart685f0bf2007-04-25 09:53:08 -04004808 data1 = (((uint32_t) ndlp->nlp_state << 24) |
4809 ((uint32_t) ndlp->nlp_xri << 16) |
4810 ((uint32_t) ndlp->nlp_type << 8) |
4811 ((uint32_t) ndlp->nlp_rpi & 0xff));
James Smarte8b62012007-08-02 11:10:09 -04004812 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4813 "0929 FIND node DID "
James Smartcff261f2013-12-17 20:29:47 -05004814 "Data: x%p x%x x%x x%x %p\n",
James Smarte8b62012007-08-02 11:10:09 -04004815 ndlp, ndlp->nlp_DID,
James Smartcff261f2013-12-17 20:29:47 -05004816 ndlp->nlp_flag, data1,
4817 ndlp->active_rrqs_xri_bitmap);
James Smart685f0bf2007-04-25 09:53:08 -04004818 return ndlp;
dea31012005-04-17 16:05:31 -05004819 }
4820 }
Jamie Wellnitz66a9ed62006-02-28 22:33:10 -05004821
dea31012005-04-17 16:05:31 -05004822 /* FIND node did <did> NOT FOUND */
James Smarte8b62012007-08-02 11:10:09 -04004823 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4824 "0932 FIND node did x%x NOT FOUND.\n", did);
dea31012005-04-17 16:05:31 -05004825 return NULL;
4826}
4827
4828struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05004829lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05004830{
James Smart2e0fef82007-06-17 19:56:36 -05004831 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
dea31012005-04-17 16:05:31 -05004832 struct lpfc_nodelist *ndlp;
James Smartfedd3b72011-02-16 12:39:24 -05004833 unsigned long iflags;
dea31012005-04-17 16:05:31 -05004834
James Smartfedd3b72011-02-16 12:39:24 -05004835 spin_lock_irqsave(shost->host_lock, iflags);
James Smart2e0fef82007-06-17 19:56:36 -05004836 ndlp = __lpfc_findnode_did(vport, did);
James Smartfedd3b72011-02-16 12:39:24 -05004837 spin_unlock_irqrestore(shost->host_lock, iflags);
James Smart2e0fef82007-06-17 19:56:36 -05004838 return ndlp;
4839}
4840
4841struct lpfc_nodelist *
4842lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did)
4843{
4844 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4845 struct lpfc_nodelist *ndlp;
4846
4847 ndlp = lpfc_findnode_did(vport, did);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004848 if (!ndlp) {
James Smart2e0fef82007-06-17 19:56:36 -05004849 if ((vport->fc_flag & FC_RSCN_MODE) != 0 &&
4850 lpfc_rscn_payload_check(vport, did) == 0)
dea31012005-04-17 16:05:31 -05004851 return NULL;
4852 ndlp = (struct lpfc_nodelist *)
James Smart2e0fef82007-06-17 19:56:36 -05004853 mempool_alloc(vport->phba->nlp_mem_pool, GFP_KERNEL);
dea31012005-04-17 16:05:31 -05004854 if (!ndlp)
4855 return NULL;
James Smart2e0fef82007-06-17 19:56:36 -05004856 lpfc_nlp_init(vport, ndlp, did);
4857 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
4858 spin_lock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004859 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smart2e0fef82007-06-17 19:56:36 -05004860 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004861 return ndlp;
James Smarte47c9092008-02-08 18:49:26 -05004862 } else if (!NLP_CHK_NODE_ACT(ndlp)) {
4863 ndlp = lpfc_enable_node(vport, ndlp, NLP_STE_NPR_NODE);
4864 if (!ndlp)
4865 return NULL;
4866 spin_lock_irq(shost->host_lock);
4867 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
4868 spin_unlock_irq(shost->host_lock);
4869 return ndlp;
dea31012005-04-17 16:05:31 -05004870 }
James Smarte47c9092008-02-08 18:49:26 -05004871
James Smart58da1ff2008-04-07 10:15:56 -04004872 if ((vport->fc_flag & FC_RSCN_MODE) &&
4873 !(vport->fc_flag & FC_NDISC_ACTIVE)) {
James Smart2e0fef82007-06-17 19:56:36 -05004874 if (lpfc_rscn_payload_check(vport, did)) {
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004875 /* If we've already received a PLOGI from this NPort
James Smart87af33f2007-10-27 13:37:43 -04004876 * we don't need to try to discover it again.
4877 */
4878 if (ndlp->nlp_flag & NLP_RCV_PLOGI)
4879 return NULL;
4880
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004881 /* Since this node is marked for discovery,
4882 * delay timeout is not needed.
4883 */
James Smart0d2b6b82008-06-14 22:52:47 -04004884 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smarta257bf92009-04-06 18:48:10 -04004885 spin_lock_irq(shost->host_lock);
4886 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
4887 spin_unlock_irq(shost->host_lock);
James Smart071fbd3d2006-04-15 11:53:20 -04004888 } else
dea31012005-04-17 16:05:31 -05004889 ndlp = NULL;
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004890 } else {
Lucas De Marchi25985ed2011-03-30 22:57:33 -03004891 /* If we've already received a PLOGI from this NPort,
James Smart87af33f2007-10-27 13:37:43 -04004892 * or we are already in the process of discovery on it,
4893 * we don't need to try to discover it again.
4894 */
James Smart685f0bf2007-04-25 09:53:08 -04004895 if (ndlp->nlp_state == NLP_STE_ADISC_ISSUE ||
James Smart87af33f2007-10-27 13:37:43 -04004896 ndlp->nlp_state == NLP_STE_PLOGI_ISSUE ||
4897 ndlp->nlp_flag & NLP_RCV_PLOGI)
dea31012005-04-17 16:05:31 -05004898 return NULL;
James Smart2e0fef82007-06-17 19:56:36 -05004899 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
4900 spin_lock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004901 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smart2e0fef82007-06-17 19:56:36 -05004902 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004903 }
4904 return ndlp;
4905}
4906
4907/* Build a list of nodes to discover based on the loopmap */
4908void
James Smart2e0fef82007-06-17 19:56:36 -05004909lpfc_disc_list_loopmap(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004910{
James Smart2e0fef82007-06-17 19:56:36 -05004911 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05004912 int j;
4913 uint32_t alpa, index;
4914
James Smart2e0fef82007-06-17 19:56:36 -05004915 if (!lpfc_is_link_up(phba))
dea31012005-04-17 16:05:31 -05004916 return;
James Smart2e0fef82007-06-17 19:56:36 -05004917
James Smart76a95d72010-11-20 23:11:48 -05004918 if (phba->fc_topology != LPFC_TOPOLOGY_LOOP)
dea31012005-04-17 16:05:31 -05004919 return;
dea31012005-04-17 16:05:31 -05004920
4921 /* Check for loop map present or not */
4922 if (phba->alpa_map[0]) {
4923 for (j = 1; j <= phba->alpa_map[0]; j++) {
4924 alpa = phba->alpa_map[j];
James Smart2e0fef82007-06-17 19:56:36 -05004925 if (((vport->fc_myDID & 0xff) == alpa) || (alpa == 0))
dea31012005-04-17 16:05:31 -05004926 continue;
James Smart2e0fef82007-06-17 19:56:36 -05004927 lpfc_setup_disc_node(vport, alpa);
dea31012005-04-17 16:05:31 -05004928 }
4929 } else {
4930 /* No alpamap, so try all alpa's */
4931 for (j = 0; j < FC_MAXLOOP; j++) {
4932 /* If cfg_scan_down is set, start from highest
4933 * ALPA (0xef) to lowest (0x1).
4934 */
James Smart3de2a652007-08-02 11:09:59 -04004935 if (vport->cfg_scan_down)
dea31012005-04-17 16:05:31 -05004936 index = j;
4937 else
4938 index = FC_MAXLOOP - j - 1;
4939 alpa = lpfcAlpaArray[index];
James Smart2e0fef82007-06-17 19:56:36 -05004940 if ((vport->fc_myDID & 0xff) == alpa)
dea31012005-04-17 16:05:31 -05004941 continue;
James Smart2e0fef82007-06-17 19:56:36 -05004942 lpfc_setup_disc_node(vport, alpa);
dea31012005-04-17 16:05:31 -05004943 }
4944 }
4945 return;
4946}
4947
dea31012005-04-17 16:05:31 -05004948void
James Smart2e0fef82007-06-17 19:56:36 -05004949lpfc_issue_clear_la(struct lpfc_hba *phba, struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004950{
dea31012005-04-17 16:05:31 -05004951 LPFC_MBOXQ_t *mbox;
James Smart2e0fef82007-06-17 19:56:36 -05004952 struct lpfc_sli *psli = &phba->sli;
4953 struct lpfc_sli_ring *extra_ring = &psli->ring[psli->extra_ring];
4954 struct lpfc_sli_ring *fcp_ring = &psli->ring[psli->fcp_ring];
4955 struct lpfc_sli_ring *next_ring = &psli->ring[psli->next_ring];
4956 int rc;
4957
James Smart92d7f7b2007-06-17 19:56:38 -05004958 /*
4959 * if it's not a physical port or if we already send
4960 * clear_la then don't send it.
4961 */
4962 if ((phba->link_state >= LPFC_CLEAR_LA) ||
James Smartda0436e2009-05-22 14:51:39 -04004963 (vport->port_type != LPFC_PHYSICAL_PORT) ||
4964 (phba->sli_rev == LPFC_SLI_REV4))
James Smart92d7f7b2007-06-17 19:56:38 -05004965 return;
4966
James Smart2e0fef82007-06-17 19:56:36 -05004967 /* Link up discovery */
4968 if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL)) != NULL) {
4969 phba->link_state = LPFC_CLEAR_LA;
4970 lpfc_clear_la(phba, mbox);
4971 mbox->mbox_cmpl = lpfc_mbx_cmpl_clear_la;
4972 mbox->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -04004973 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart2e0fef82007-06-17 19:56:36 -05004974 if (rc == MBX_NOT_FINISHED) {
4975 mempool_free(mbox, phba->mbox_mem_pool);
4976 lpfc_disc_flush_list(vport);
4977 extra_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
4978 fcp_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
4979 next_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
James Smart92d7f7b2007-06-17 19:56:38 -05004980 phba->link_state = LPFC_HBA_ERROR;
4981 }
4982 }
4983}
4984
4985/* Reg_vpi to tell firmware to resume normal operations */
4986void
4987lpfc_issue_reg_vpi(struct lpfc_hba *phba, struct lpfc_vport *vport)
4988{
4989 LPFC_MBOXQ_t *regvpimbox;
4990
4991 regvpimbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4992 if (regvpimbox) {
James Smartda0436e2009-05-22 14:51:39 -04004993 lpfc_reg_vpi(vport, regvpimbox);
James Smart92d7f7b2007-06-17 19:56:38 -05004994 regvpimbox->mbox_cmpl = lpfc_mbx_cmpl_reg_vpi;
4995 regvpimbox->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -04004996 if (lpfc_sli_issue_mbox(phba, regvpimbox, MBX_NOWAIT)
James Smart92d7f7b2007-06-17 19:56:38 -05004997 == MBX_NOT_FINISHED) {
4998 mempool_free(regvpimbox, phba->mbox_mem_pool);
James Smart2e0fef82007-06-17 19:56:36 -05004999 }
5000 }
5001}
5002
5003/* Start Link up / RSCN discovery on NPR nodes */
5004void
5005lpfc_disc_start(struct lpfc_vport *vport)
5006{
5007 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5008 struct lpfc_hba *phba = vport->phba;
James Smart685f0bf2007-04-25 09:53:08 -04005009 uint32_t num_sent;
dea31012005-04-17 16:05:31 -05005010 uint32_t clear_la_pending;
James Smart685f0bf2007-04-25 09:53:08 -04005011 int did_changed;
dea31012005-04-17 16:05:31 -05005012
James Smarte74c03c2013-04-17 20:15:19 -04005013 if (!lpfc_is_link_up(phba)) {
5014 lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI,
5015 "3315 Link is not up %x\n",
5016 phba->link_state);
dea31012005-04-17 16:05:31 -05005017 return;
James Smarte74c03c2013-04-17 20:15:19 -04005018 }
James Smart2e0fef82007-06-17 19:56:36 -05005019
5020 if (phba->link_state == LPFC_CLEAR_LA)
dea31012005-04-17 16:05:31 -05005021 clear_la_pending = 1;
5022 else
5023 clear_la_pending = 0;
5024
James Smart2e0fef82007-06-17 19:56:36 -05005025 if (vport->port_state < LPFC_VPORT_READY)
5026 vport->port_state = LPFC_DISC_AUTH;
dea31012005-04-17 16:05:31 -05005027
James Smart2e0fef82007-06-17 19:56:36 -05005028 lpfc_set_disctmo(vport);
5029
5030 if (vport->fc_prevDID == vport->fc_myDID)
dea31012005-04-17 16:05:31 -05005031 did_changed = 0;
James Smart2e0fef82007-06-17 19:56:36 -05005032 else
dea31012005-04-17 16:05:31 -05005033 did_changed = 1;
James Smart2e0fef82007-06-17 19:56:36 -05005034
5035 vport->fc_prevDID = vport->fc_myDID;
5036 vport->num_disc_nodes = 0;
dea31012005-04-17 16:05:31 -05005037
5038 /* Start Discovery state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04005039 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
5040 "0202 Start Discovery hba state x%x "
5041 "Data: x%x x%x x%x\n",
5042 vport->port_state, vport->fc_flag, vport->fc_plogi_cnt,
5043 vport->fc_adisc_cnt);
dea31012005-04-17 16:05:31 -05005044
5045 /* First do ADISCs - if any */
James Smart2e0fef82007-06-17 19:56:36 -05005046 num_sent = lpfc_els_disc_adisc(vport);
dea31012005-04-17 16:05:31 -05005047
5048 if (num_sent)
5049 return;
5050
James Smart6fa139f2013-04-17 20:20:00 -04005051 /* Register the VPI for SLI3, NPIV only. */
James Smart92d7f7b2007-06-17 19:56:38 -05005052 if ((phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) &&
James Smart1b32f6a2008-02-08 18:49:39 -05005053 !(vport->fc_flag & FC_PT2PT) &&
James Smartda0436e2009-05-22 14:51:39 -04005054 !(vport->fc_flag & FC_RSCN_MODE) &&
5055 (phba->sli_rev < LPFC_SLI_REV4)) {
James Smart6fa139f2013-04-17 20:20:00 -04005056 if (vport->port_type == LPFC_PHYSICAL_PORT)
5057 lpfc_issue_clear_la(phba, vport);
James Smart92d7f7b2007-06-17 19:56:38 -05005058 lpfc_issue_reg_vpi(phba, vport);
5059 return;
5060 }
James Smart2e0fef82007-06-17 19:56:36 -05005061
James Smart92d7f7b2007-06-17 19:56:38 -05005062 /*
5063 * For SLI2, we need to set port_state to READY and continue
5064 * discovery.
5065 */
5066 if (vport->port_state < LPFC_VPORT_READY && !clear_la_pending) {
5067 /* If we get here, there is nothing to ADISC */
5068 if (vport->port_type == LPFC_PHYSICAL_PORT)
5069 lpfc_issue_clear_la(phba, vport);
5070
5071 if (!(vport->fc_flag & FC_ABORT_DISCOVERY)) {
James Smart2e0fef82007-06-17 19:56:36 -05005072 vport->num_disc_nodes = 0;
5073 /* go thru NPR nodes and issue ELS PLOGIs */
5074 if (vport->fc_npr_cnt)
5075 lpfc_els_disc_plogi(vport);
5076
5077 if (!vport->num_disc_nodes) {
5078 spin_lock_irq(shost->host_lock);
5079 vport->fc_flag &= ~FC_NDISC_ACTIVE;
5080 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05005081 lpfc_can_disctmo(vport);
dea31012005-04-17 16:05:31 -05005082 }
5083 }
James Smart92d7f7b2007-06-17 19:56:38 -05005084 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05005085 } else {
5086 /* Next do PLOGIs - if any */
James Smart2e0fef82007-06-17 19:56:36 -05005087 num_sent = lpfc_els_disc_plogi(vport);
dea31012005-04-17 16:05:31 -05005088
5089 if (num_sent)
5090 return;
5091
James Smart2e0fef82007-06-17 19:56:36 -05005092 if (vport->fc_flag & FC_RSCN_MODE) {
dea31012005-04-17 16:05:31 -05005093 /* Check to see if more RSCNs came in while we
5094 * were processing this one.
5095 */
James Smart2e0fef82007-06-17 19:56:36 -05005096 if ((vport->fc_rscn_id_cnt == 0) &&
5097 (!(vport->fc_flag & FC_RSCN_DISCOVERY))) {
5098 spin_lock_irq(shost->host_lock);
5099 vport->fc_flag &= ~FC_RSCN_MODE;
5100 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05005101 lpfc_can_disctmo(vport);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005102 } else
James Smart2e0fef82007-06-17 19:56:36 -05005103 lpfc_els_handle_rscn(vport);
dea31012005-04-17 16:05:31 -05005104 }
5105 }
5106 return;
5107}
5108
5109/*
5110 * Ignore completion for all IOCBs on tx and txcmpl queue for ELS
5111 * ring the match the sppecified nodelist.
5112 */
5113static void
James Smart2e0fef82007-06-17 19:56:36 -05005114lpfc_free_tx(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05005115{
James Smart2534ba72007-04-25 09:52:20 -04005116 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05005117 struct lpfc_sli *psli;
5118 IOCB_t *icmd;
5119 struct lpfc_iocbq *iocb, *next_iocb;
5120 struct lpfc_sli_ring *pring;
dea31012005-04-17 16:05:31 -05005121
5122 psli = &phba->sli;
5123 pring = &psli->ring[LPFC_ELS_RING];
5124
5125 /* Error matching iocb on txq or txcmplq
5126 * First check the txq.
5127 */
James Smart2e0fef82007-06-17 19:56:36 -05005128 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05005129 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
5130 if (iocb->context1 != ndlp) {
5131 continue;
5132 }
5133 icmd = &iocb->iocb;
5134 if ((icmd->ulpCommand == CMD_ELS_REQUEST64_CR) ||
5135 (icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX)) {
5136
James Smart2534ba72007-04-25 09:52:20 -04005137 list_move_tail(&iocb->list, &completions);
dea31012005-04-17 16:05:31 -05005138 }
5139 }
5140
5141 /* Next check the txcmplq */
5142 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) {
5143 if (iocb->context1 != ndlp) {
5144 continue;
5145 }
5146 icmd = &iocb->iocb;
James Smart2e0fef82007-06-17 19:56:36 -05005147 if (icmd->ulpCommand == CMD_ELS_REQUEST64_CR ||
5148 icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX) {
James Smart2534ba72007-04-25 09:52:20 -04005149 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
dea31012005-04-17 16:05:31 -05005150 }
5151 }
James Smart2e0fef82007-06-17 19:56:36 -05005152 spin_unlock_irq(&phba->hbalock);
James Smart2534ba72007-04-25 09:52:20 -04005153
James Smarta257bf92009-04-06 18:48:10 -04005154 /* Cancel all the IOCBs from the completions list */
5155 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
5156 IOERR_SLI_ABORTED);
dea31012005-04-17 16:05:31 -05005157}
5158
Adrian Bunka6ababd2007-11-05 18:07:33 +01005159static void
James Smart2e0fef82007-06-17 19:56:36 -05005160lpfc_disc_flush_list(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005161{
5162 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart2e0fef82007-06-17 19:56:36 -05005163 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05005164
James Smart2e0fef82007-06-17 19:56:36 -05005165 if (vport->fc_plogi_cnt || vport->fc_adisc_cnt) {
5166 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes,
James Smart685f0bf2007-04-25 09:53:08 -04005167 nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -05005168 if (!NLP_CHK_NODE_ACT(ndlp))
5169 continue;
James Smart685f0bf2007-04-25 09:53:08 -04005170 if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE ||
5171 ndlp->nlp_state == NLP_STE_ADISC_ISSUE) {
5172 lpfc_free_tx(phba, ndlp);
James Smart685f0bf2007-04-25 09:53:08 -04005173 }
dea31012005-04-17 16:05:31 -05005174 }
5175 }
dea31012005-04-17 16:05:31 -05005176}
5177
James Smart92d7f7b2007-06-17 19:56:38 -05005178void
5179lpfc_cleanup_discovery_resources(struct lpfc_vport *vport)
5180{
5181 lpfc_els_flush_rscn(vport);
5182 lpfc_els_flush_cmd(vport);
5183 lpfc_disc_flush_list(vport);
5184}
5185
dea31012005-04-17 16:05:31 -05005186/*****************************************************************************/
5187/*
5188 * NAME: lpfc_disc_timeout
5189 *
5190 * FUNCTION: Fibre Channel driver discovery timeout routine.
5191 *
5192 * EXECUTION ENVIRONMENT: interrupt only
5193 *
5194 * CALLED FROM:
5195 * Timer function
5196 *
5197 * RETURNS:
5198 * none
5199 */
5200/*****************************************************************************/
5201void
5202lpfc_disc_timeout(unsigned long ptr)
5203{
James Smart2e0fef82007-06-17 19:56:36 -05005204 struct lpfc_vport *vport = (struct lpfc_vport *) ptr;
5205 struct lpfc_hba *phba = vport->phba;
James Smart5e9d9b82008-06-14 22:52:53 -04005206 uint32_t tmo_posted;
dea31012005-04-17 16:05:31 -05005207 unsigned long flags = 0;
5208
5209 if (unlikely(!phba))
5210 return;
5211
James Smart5e9d9b82008-06-14 22:52:53 -04005212 spin_lock_irqsave(&vport->work_port_lock, flags);
5213 tmo_posted = vport->work_port_events & WORKER_DISC_TMO;
5214 if (!tmo_posted)
James Smart2e0fef82007-06-17 19:56:36 -05005215 vport->work_port_events |= WORKER_DISC_TMO;
James Smart5e9d9b82008-06-14 22:52:53 -04005216 spin_unlock_irqrestore(&vport->work_port_lock, flags);
James Smart2e0fef82007-06-17 19:56:36 -05005217
James Smart5e9d9b82008-06-14 22:52:53 -04005218 if (!tmo_posted)
5219 lpfc_worker_wake_up(phba);
dea31012005-04-17 16:05:31 -05005220 return;
5221}
5222
5223static void
James Smart2e0fef82007-06-17 19:56:36 -05005224lpfc_disc_timeout_handler(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05005225{
James Smart2e0fef82007-06-17 19:56:36 -05005226 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5227 struct lpfc_hba *phba = vport->phba;
5228 struct lpfc_sli *psli = &phba->sli;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005229 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart92d7f7b2007-06-17 19:56:38 -05005230 LPFC_MBOXQ_t *initlinkmbox;
dea31012005-04-17 16:05:31 -05005231 int rc, clrlaerr = 0;
5232
James Smart2e0fef82007-06-17 19:56:36 -05005233 if (!(vport->fc_flag & FC_DISC_TMO))
dea31012005-04-17 16:05:31 -05005234 return;
5235
James Smart2e0fef82007-06-17 19:56:36 -05005236 spin_lock_irq(shost->host_lock);
5237 vport->fc_flag &= ~FC_DISC_TMO;
5238 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05005239
James Smart858c9f62007-06-17 19:56:39 -05005240 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
5241 "disc timeout: state:x%x rtry:x%x flg:x%x",
5242 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
5243
James Smart2e0fef82007-06-17 19:56:36 -05005244 switch (vport->port_state) {
dea31012005-04-17 16:05:31 -05005245
5246 case LPFC_LOCAL_CFG_LINK:
James Smart2e0fef82007-06-17 19:56:36 -05005247 /* port_state is identically LPFC_LOCAL_CFG_LINK while waiting for
5248 * FAN
5249 */
5250 /* FAN timeout */
James Smarte8b62012007-08-02 11:10:09 -04005251 lpfc_printf_vlog(vport, KERN_WARNING, LOG_DISCOVERY,
5252 "0221 FAN timeout\n");
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005253 /* Start discovery by sending FLOGI, clean up old rpis */
James Smart2e0fef82007-06-17 19:56:36 -05005254 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes,
James Smart685f0bf2007-04-25 09:53:08 -04005255 nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -05005256 if (!NLP_CHK_NODE_ACT(ndlp))
5257 continue;
James Smart685f0bf2007-04-25 09:53:08 -04005258 if (ndlp->nlp_state != NLP_STE_NPR_NODE)
5259 continue;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005260 if (ndlp->nlp_type & NLP_FABRIC) {
5261 /* Clean up the ndlp on Fabric connections */
James Smart2e0fef82007-06-17 19:56:36 -05005262 lpfc_drop_node(vport, ndlp);
James Smart87af33f2007-10-27 13:37:43 -04005263
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05005264 } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) {
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005265 /* Fail outstanding IO now since device
5266 * is marked for PLOGI.
5267 */
James Smart2e0fef82007-06-17 19:56:36 -05005268 lpfc_unreg_rpi(vport, ndlp);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05005269 }
5270 }
James Smart92d7f7b2007-06-17 19:56:38 -05005271 if (vport->port_state != LPFC_FLOGI) {
James Smart76a95d72010-11-20 23:11:48 -05005272 if (phba->sli_rev <= LPFC_SLI_REV3)
5273 lpfc_initial_flogi(vport);
5274 else
5275 lpfc_issue_init_vfi(vport);
James Smart0ff10d42008-01-11 01:52:36 -05005276 return;
James Smart92d7f7b2007-06-17 19:56:38 -05005277 }
dea31012005-04-17 16:05:31 -05005278 break;
5279
James Smart92d7f7b2007-06-17 19:56:38 -05005280 case LPFC_FDISC:
dea31012005-04-17 16:05:31 -05005281 case LPFC_FLOGI:
James Smart2e0fef82007-06-17 19:56:36 -05005282 /* port_state is identically LPFC_FLOGI while waiting for FLOGI cmpl */
dea31012005-04-17 16:05:31 -05005283 /* Initial FLOGI timeout */
James Smarte8b62012007-08-02 11:10:09 -04005284 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5285 "0222 Initial %s timeout\n",
James Smart87af33f2007-10-27 13:37:43 -04005286 vport->vpi ? "FDISC" : "FLOGI");
dea31012005-04-17 16:05:31 -05005287
5288 /* Assume no Fabric and go on with discovery.
5289 * Check for outstanding ELS FLOGI to abort.
5290 */
5291
5292 /* FLOGI failed, so just use loop map to make discovery list */
James Smart2e0fef82007-06-17 19:56:36 -05005293 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05005294
5295 /* Start discovery */
James Smart2e0fef82007-06-17 19:56:36 -05005296 lpfc_disc_start(vport);
dea31012005-04-17 16:05:31 -05005297 break;
5298
5299 case LPFC_FABRIC_CFG_LINK:
5300 /* hba_state is identically LPFC_FABRIC_CFG_LINK while waiting for
5301 NameServer login */
James Smarte8b62012007-08-02 11:10:09 -04005302 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5303 "0223 Timeout while waiting for "
5304 "NameServer login\n");
dea31012005-04-17 16:05:31 -05005305 /* Next look for NameServer ndlp */
James Smart2e0fef82007-06-17 19:56:36 -05005306 ndlp = lpfc_findnode_did(vport, NameServer_DID);
James Smarte47c9092008-02-08 18:49:26 -05005307 if (ndlp && NLP_CHK_NODE_ACT(ndlp))
James Smart87af33f2007-10-27 13:37:43 -04005308 lpfc_els_abort(phba, ndlp);
5309
5310 /* ReStart discovery */
5311 goto restart_disc;
dea31012005-04-17 16:05:31 -05005312
5313 case LPFC_NS_QRY:
5314 /* Check for wait for NameServer Rsp timeout */
James Smarte8b62012007-08-02 11:10:09 -04005315 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5316 "0224 NameServer Query timeout "
5317 "Data: x%x x%x\n",
5318 vport->fc_ns_retry, LPFC_MAX_NS_RETRY);
dea31012005-04-17 16:05:31 -05005319
James Smart92d7f7b2007-06-17 19:56:38 -05005320 if (vport->fc_ns_retry < LPFC_MAX_NS_RETRY) {
5321 /* Try it one more time */
5322 vport->fc_ns_retry++;
5323 rc = lpfc_ns_cmd(vport, SLI_CTNS_GID_FT,
5324 vport->fc_ns_retry, 0);
5325 if (rc == 0)
5326 break;
dea31012005-04-17 16:05:31 -05005327 }
James Smart92d7f7b2007-06-17 19:56:38 -05005328 vport->fc_ns_retry = 0;
dea31012005-04-17 16:05:31 -05005329
James Smart87af33f2007-10-27 13:37:43 -04005330restart_disc:
James Smart92d7f7b2007-06-17 19:56:38 -05005331 /*
5332 * Discovery is over.
5333 * set port_state to PORT_READY if SLI2.
5334 * cmpl_reg_vpi will set port_state to READY for SLI3.
5335 */
James Smart3772a992009-05-22 14:50:54 -04005336 if (phba->sli_rev < LPFC_SLI_REV4) {
5337 if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)
5338 lpfc_issue_reg_vpi(phba, vport);
James Smart6d368e52011-05-24 11:44:12 -04005339 else {
James Smart3772a992009-05-22 14:50:54 -04005340 lpfc_issue_clear_la(phba, vport);
5341 vport->port_state = LPFC_VPORT_READY;
5342 }
dea31012005-04-17 16:05:31 -05005343 }
5344
5345 /* Setup and issue mailbox INITIALIZE LINK command */
5346 initlinkmbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5347 if (!initlinkmbox) {
James Smarte8b62012007-08-02 11:10:09 -04005348 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5349 "0206 Device Discovery "
5350 "completion error\n");
James Smart2e0fef82007-06-17 19:56:36 -05005351 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05005352 break;
5353 }
5354
5355 lpfc_linkdown(phba);
5356 lpfc_init_link(phba, initlinkmbox, phba->cfg_topology,
5357 phba->cfg_link_speed);
James Smart04c68492009-05-22 14:52:52 -04005358 initlinkmbox->u.mb.un.varInitLnk.lipsr_AL_PA = 0;
James Smarted957682007-06-17 19:56:37 -05005359 initlinkmbox->vport = vport;
James Smart92d7f7b2007-06-17 19:56:38 -05005360 initlinkmbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -04005361 rc = lpfc_sli_issue_mbox(phba, initlinkmbox, MBX_NOWAIT);
James Smart5b8bd0c2007-04-25 09:52:49 -04005362 lpfc_set_loopback_flag(phba);
dea31012005-04-17 16:05:31 -05005363 if (rc == MBX_NOT_FINISHED)
5364 mempool_free(initlinkmbox, phba->mbox_mem_pool);
5365
5366 break;
5367
5368 case LPFC_DISC_AUTH:
5369 /* Node Authentication timeout */
James Smarte8b62012007-08-02 11:10:09 -04005370 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5371 "0227 Node Authentication timeout\n");
James Smart2e0fef82007-06-17 19:56:36 -05005372 lpfc_disc_flush_list(vport);
5373
James Smart92d7f7b2007-06-17 19:56:38 -05005374 /*
5375 * set port_state to PORT_READY if SLI2.
5376 * cmpl_reg_vpi will set port_state to READY for SLI3.
5377 */
James Smart3772a992009-05-22 14:50:54 -04005378 if (phba->sli_rev < LPFC_SLI_REV4) {
5379 if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)
5380 lpfc_issue_reg_vpi(phba, vport);
5381 else { /* NPIV Not enabled */
5382 lpfc_issue_clear_la(phba, vport);
5383 vport->port_state = LPFC_VPORT_READY;
5384 }
dea31012005-04-17 16:05:31 -05005385 }
5386 break;
5387
James Smart2e0fef82007-06-17 19:56:36 -05005388 case LPFC_VPORT_READY:
5389 if (vport->fc_flag & FC_RSCN_MODE) {
James Smarte8b62012007-08-02 11:10:09 -04005390 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5391 "0231 RSCN timeout Data: x%x "
5392 "x%x\n",
5393 vport->fc_ns_retry, LPFC_MAX_NS_RETRY);
dea31012005-04-17 16:05:31 -05005394
5395 /* Cleanup any outstanding ELS commands */
James Smart2e0fef82007-06-17 19:56:36 -05005396 lpfc_els_flush_cmd(vport);
dea31012005-04-17 16:05:31 -05005397
James Smart2e0fef82007-06-17 19:56:36 -05005398 lpfc_els_flush_rscn(vport);
5399 lpfc_disc_flush_list(vport);
dea31012005-04-17 16:05:31 -05005400 }
5401 break;
James Smart2e0fef82007-06-17 19:56:36 -05005402
James Smart92d7f7b2007-06-17 19:56:38 -05005403 default:
James Smarte8b62012007-08-02 11:10:09 -04005404 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
James Smartd7c255b2008-08-24 21:50:00 -04005405 "0273 Unexpected discovery timeout, "
James Smarte8b62012007-08-02 11:10:09 -04005406 "vport State x%x\n", vport->port_state);
James Smart2e0fef82007-06-17 19:56:36 -05005407 break;
5408 }
5409
5410 switch (phba->link_state) {
5411 case LPFC_CLEAR_LA:
James Smart92d7f7b2007-06-17 19:56:38 -05005412 /* CLEAR LA timeout */
James Smarte8b62012007-08-02 11:10:09 -04005413 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5414 "0228 CLEAR LA timeout\n");
James Smart2e0fef82007-06-17 19:56:36 -05005415 clrlaerr = 1;
5416 break;
5417
James Smart09372822008-01-11 01:52:54 -05005418 case LPFC_LINK_UP:
5419 lpfc_issue_clear_la(phba, vport);
5420 /* Drop thru */
James Smart2e0fef82007-06-17 19:56:36 -05005421 case LPFC_LINK_UNKNOWN:
5422 case LPFC_WARM_START:
5423 case LPFC_INIT_START:
5424 case LPFC_INIT_MBX_CMDS:
5425 case LPFC_LINK_DOWN:
James Smart2e0fef82007-06-17 19:56:36 -05005426 case LPFC_HBA_ERROR:
James Smarte8b62012007-08-02 11:10:09 -04005427 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
5428 "0230 Unexpected timeout, hba link "
5429 "state x%x\n", phba->link_state);
James Smart2e0fef82007-06-17 19:56:36 -05005430 clrlaerr = 1;
5431 break;
James Smart92d7f7b2007-06-17 19:56:38 -05005432
5433 case LPFC_HBA_READY:
5434 break;
dea31012005-04-17 16:05:31 -05005435 }
5436
5437 if (clrlaerr) {
James Smart2e0fef82007-06-17 19:56:36 -05005438 lpfc_disc_flush_list(vport);
James Smarta4bc3372006-12-02 13:34:16 -05005439 psli->ring[(psli->extra_ring)].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -05005440 psli->ring[(psli->fcp_ring)].flag &= ~LPFC_STOP_IOCB_EVENT;
5441 psli->ring[(psli->next_ring)].flag &= ~LPFC_STOP_IOCB_EVENT;
James Smart2e0fef82007-06-17 19:56:36 -05005442 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05005443 }
5444
5445 return;
5446}
5447
dea31012005-04-17 16:05:31 -05005448/*
5449 * This routine handles processing a NameServer REG_LOGIN mailbox
5450 * command upon completion. It is setup in the LPFC_MBOXQ
5451 * as the completion routine when the command is
5452 * handed off to the SLI layer.
5453 */
5454void
James Smart2e0fef82007-06-17 19:56:36 -05005455lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05005456{
James Smart04c68492009-05-22 14:52:52 -04005457 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05005458 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
5459 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
5460 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05005461
5462 pmb->context1 = NULL;
James Smartd439d282010-09-29 11:18:45 -04005463 pmb->context2 = NULL;
dea31012005-04-17 16:05:31 -05005464
James Smart6d368e52011-05-24 11:44:12 -04005465 if (phba->sli_rev < LPFC_SLI_REV4)
5466 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart40426292010-12-15 17:58:10 -05005467 ndlp->nlp_flag |= NLP_RPI_REGISTERED;
dea31012005-04-17 16:05:31 -05005468 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05005469 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05005470
James Smart2e0fef82007-06-17 19:56:36 -05005471 /*
5472 * Start issuing Fabric-Device Management Interface (FDMI) command to
5473 * 0xfffffa (FDMI well known port) or Delay issuing FDMI command if
5474 * fdmi-on=2 (supporting RPA/hostnmae)
dea31012005-04-17 16:05:31 -05005475 */
James Smart2e0fef82007-06-17 19:56:36 -05005476
James Smart3de2a652007-08-02 11:09:59 -04005477 if (vport->cfg_fdmi_on == 1)
James Smart2e0fef82007-06-17 19:56:36 -05005478 lpfc_fdmi_cmd(vport, ndlp, SLI_MGMT_DHBA);
5479 else
James Smart256ec0d2013-04-17 20:14:58 -04005480 mod_timer(&vport->fc_fdmitmo,
5481 jiffies + msecs_to_jiffies(1000 * 60));
dea31012005-04-17 16:05:31 -05005482
James Smartfa4066b2008-01-11 01:53:27 -05005483 /* decrement the node reference count held for this callback
5484 * function.
5485 */
James Smart329f9bc2007-04-25 09:53:01 -04005486 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05005487 lpfc_mbuf_free(phba, mp->virt, mp->phys);
5488 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04005489 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05005490
5491 return;
5492}
5493
James Smart685f0bf2007-04-25 09:53:08 -04005494static int
5495lpfc_filter_by_rpi(struct lpfc_nodelist *ndlp, void *param)
5496{
5497 uint16_t *rpi = param;
5498
James Smarteff4a012012-01-18 16:25:25 -05005499 /* check for active node */
5500 if (!NLP_CHK_NODE_ACT(ndlp))
5501 return 0;
5502
James Smart685f0bf2007-04-25 09:53:08 -04005503 return ndlp->nlp_rpi == *rpi;
5504}
5505
5506static int
5507lpfc_filter_by_wwpn(struct lpfc_nodelist *ndlp, void *param)
5508{
5509 return memcmp(&ndlp->nlp_portname, param,
5510 sizeof(ndlp->nlp_portname)) == 0;
5511}
5512
Adrian Bunka6ababd2007-11-05 18:07:33 +01005513static struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005514__lpfc_find_node(struct lpfc_vport *vport, node_filter filter, void *param)
dea31012005-04-17 16:05:31 -05005515{
James.Smart@Emulex.Com21568f52005-10-28 20:29:36 -04005516 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05005517
James Smart2e0fef82007-06-17 19:56:36 -05005518 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
James Smart34f5ad82012-08-03 12:35:03 -04005519 if (filter(ndlp, param)) {
5520 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5521 "3185 FIND node filter %p DID "
5522 "Data: x%p x%x x%x\n",
5523 filter, ndlp, ndlp->nlp_DID,
5524 ndlp->nlp_flag);
James Smart685f0bf2007-04-25 09:53:08 -04005525 return ndlp;
James Smart34f5ad82012-08-03 12:35:03 -04005526 }
James Smart685f0bf2007-04-25 09:53:08 -04005527 }
James Smart34f5ad82012-08-03 12:35:03 -04005528 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
5529 "3186 FIND node filter %p NOT FOUND.\n", filter);
James.Smart@Emulex.Com21568f52005-10-28 20:29:36 -04005530 return NULL;
dea31012005-04-17 16:05:31 -05005531}
5532
James Smart685f0bf2007-04-25 09:53:08 -04005533/*
5534 * This routine looks up the ndlp lists for the given RPI. If rpi found it
James Smart2e0fef82007-06-17 19:56:36 -05005535 * returns the node list element pointer else return NULL.
James Smart685f0bf2007-04-25 09:53:08 -04005536 */
5537struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005538__lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi)
James Smart685f0bf2007-04-25 09:53:08 -04005539{
James Smart2e0fef82007-06-17 19:56:36 -05005540 return __lpfc_find_node(vport, lpfc_filter_by_rpi, &rpi);
James Smart685f0bf2007-04-25 09:53:08 -04005541}
5542
James Smart488d1462006-03-07 15:02:37 -05005543/*
James Smart685f0bf2007-04-25 09:53:08 -04005544 * This routine looks up the ndlp lists for the given WWPN. If WWPN found it
James Smart2e0fef82007-06-17 19:56:36 -05005545 * returns the node element list pointer else return NULL.
James Smart488d1462006-03-07 15:02:37 -05005546 */
5547struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05005548lpfc_findnode_wwpn(struct lpfc_vport *vport, struct lpfc_name *wwpn)
James Smart488d1462006-03-07 15:02:37 -05005549{
James Smart2e0fef82007-06-17 19:56:36 -05005550 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart488d1462006-03-07 15:02:37 -05005551 struct lpfc_nodelist *ndlp;
James Smart488d1462006-03-07 15:02:37 -05005552
James Smart2e0fef82007-06-17 19:56:36 -05005553 spin_lock_irq(shost->host_lock);
5554 ndlp = __lpfc_find_node(vport, lpfc_filter_by_wwpn, wwpn);
5555 spin_unlock_irq(shost->host_lock);
James Smart858c9f62007-06-17 19:56:39 -05005556 return ndlp;
James Smart488d1462006-03-07 15:02:37 -05005557}
5558
James Smartcb69f7d2011-12-13 13:21:57 -05005559/*
5560 * This routine looks up the ndlp lists for the given RPI. If the rpi
5561 * is found, the routine returns the node element list pointer else
5562 * return NULL.
5563 */
5564struct lpfc_nodelist *
5565lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi)
5566{
5567 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
5568 struct lpfc_nodelist *ndlp;
5569
5570 spin_lock_irq(shost->host_lock);
5571 ndlp = __lpfc_findnode_rpi(vport, rpi);
5572 spin_unlock_irq(shost->host_lock);
5573 return ndlp;
5574}
5575
5576/**
5577 * lpfc_find_vport_by_vpid - Find a vport on a HBA through vport identifier
5578 * @phba: pointer to lpfc hba data structure.
5579 * @vpi: the physical host virtual N_Port identifier.
5580 *
5581 * This routine finds a vport on a HBA (referred by @phba) through a
5582 * @vpi. The function walks the HBA's vport list and returns the address
5583 * of the vport with the matching @vpi.
5584 *
5585 * Return code
5586 * NULL - No vport with the matching @vpi found
5587 * Otherwise - Address to the vport with the matching @vpi.
5588 **/
5589struct lpfc_vport *
5590lpfc_find_vport_by_vpid(struct lpfc_hba *phba, uint16_t vpi)
5591{
5592 struct lpfc_vport *vport;
5593 unsigned long flags;
5594 int i = 0;
5595
5596 /* The physical ports are always vpi 0 - translate is unnecessary. */
5597 if (vpi > 0) {
5598 /*
5599 * Translate the physical vpi to the logical vpi. The
5600 * vport stores the logical vpi.
5601 */
5602 for (i = 0; i < phba->max_vpi; i++) {
5603 if (vpi == phba->vpi_ids[i])
5604 break;
5605 }
5606
5607 if (i >= phba->max_vpi) {
5608 lpfc_printf_log(phba, KERN_ERR, LOG_ELS,
5609 "2936 Could not find Vport mapped "
5610 "to vpi %d\n", vpi);
5611 return NULL;
5612 }
5613 }
5614
5615 spin_lock_irqsave(&phba->hbalock, flags);
5616 list_for_each_entry(vport, &phba->port_list, listentry) {
5617 if (vport->vpi == i) {
5618 spin_unlock_irqrestore(&phba->hbalock, flags);
5619 return vport;
5620 }
5621 }
5622 spin_unlock_irqrestore(&phba->hbalock, flags);
5623 return NULL;
5624}
5625
dea31012005-04-17 16:05:31 -05005626void
James Smart2e0fef82007-06-17 19:56:36 -05005627lpfc_nlp_init(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
5628 uint32_t did)
dea31012005-04-17 16:05:31 -05005629{
5630 memset(ndlp, 0, sizeof (struct lpfc_nodelist));
James Smart109f6ed2008-12-04 22:39:08 -05005631
5632 lpfc_initialize_node(vport, ndlp, did);
James Smart685f0bf2007-04-25 09:53:08 -04005633 INIT_LIST_HEAD(&ndlp->nlp_listp);
James Smartcff261f2013-12-17 20:29:47 -05005634 if (vport->phba->sli_rev == LPFC_SLI_REV4) {
James Smart725dd392013-10-10 12:23:30 -04005635 ndlp->nlp_rpi = lpfc_sli4_alloc_rpi(vport->phba);
James Smartcff261f2013-12-17 20:29:47 -05005636 ndlp->active_rrqs_xri_bitmap =
5637 mempool_alloc(vport->phba->active_rrq_pool,
5638 GFP_KERNEL);
5639 }
5640
James Smart725dd392013-10-10 12:23:30 -04005641
James Smart858c9f62007-06-17 19:56:39 -05005642
5643 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
5644 "node init: did:x%x",
5645 ndlp->nlp_DID, 0, 0);
5646
dea31012005-04-17 16:05:31 -05005647 return;
5648}
James Smart329f9bc2007-04-25 09:53:01 -04005649
James Smart98c9ea52007-10-27 13:37:33 -04005650/* This routine releases all resources associated with a specifc NPort's ndlp
5651 * and mempool_free's the nodelist.
5652 */
James Smart311464e2007-08-02 11:10:37 -04005653static void
James Smart329f9bc2007-04-25 09:53:01 -04005654lpfc_nlp_release(struct kref *kref)
5655{
James Smarte47c9092008-02-08 18:49:26 -05005656 struct lpfc_hba *phba;
5657 unsigned long flags;
James Smart329f9bc2007-04-25 09:53:01 -04005658 struct lpfc_nodelist *ndlp = container_of(kref, struct lpfc_nodelist,
5659 kref);
James Smart858c9f62007-06-17 19:56:39 -05005660
5661 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5662 "node release: did:x%x flg:x%x type:x%x",
5663 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
5664
James Smarte47c9092008-02-08 18:49:26 -05005665 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
James Smart939723a2012-05-09 21:19:03 -04005666 "0279 lpfc_nlp_release: ndlp:x%p did %x "
James Smarte47c9092008-02-08 18:49:26 -05005667 "usgmap:x%x refcnt:%d\n",
James Smart939723a2012-05-09 21:19:03 -04005668 (void *)ndlp, ndlp->nlp_DID, ndlp->nlp_usg_map,
James Smarte47c9092008-02-08 18:49:26 -05005669 atomic_read(&ndlp->kref.refcount));
5670
5671 /* remove ndlp from action. */
James Smart2e0fef82007-06-17 19:56:36 -05005672 lpfc_nlp_remove(ndlp->vport, ndlp);
James Smarte47c9092008-02-08 18:49:26 -05005673
5674 /* clear the ndlp active flag for all release cases */
James Smarta257bf92009-04-06 18:48:10 -04005675 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05005676 spin_lock_irqsave(&phba->ndlp_lock, flags);
5677 NLP_CLR_NODE_ACT(ndlp);
5678 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
James Smart40426292010-12-15 17:58:10 -05005679 if (phba->sli_rev == LPFC_SLI_REV4)
5680 lpfc_sli4_free_rpi(phba, ndlp->nlp_rpi);
James Smarte47c9092008-02-08 18:49:26 -05005681
5682 /* free ndlp memory for final ndlp release */
James Smartea2151b2008-09-07 11:52:10 -04005683 if (NLP_CHK_FREE_REQ(ndlp)) {
5684 kfree(ndlp->lat_data);
James Smartcff261f2013-12-17 20:29:47 -05005685 if (phba->sli_rev == LPFC_SLI_REV4)
5686 mempool_free(ndlp->active_rrqs_xri_bitmap,
5687 ndlp->phba->active_rrq_pool);
James Smarta257bf92009-04-06 18:48:10 -04005688 mempool_free(ndlp, ndlp->phba->nlp_mem_pool);
James Smartea2151b2008-09-07 11:52:10 -04005689 }
James Smart329f9bc2007-04-25 09:53:01 -04005690}
5691
James Smart98c9ea52007-10-27 13:37:33 -04005692/* This routine bumps the reference count for a ndlp structure to ensure
5693 * that one discovery thread won't free a ndlp while another discovery thread
5694 * is using it.
5695 */
James Smart329f9bc2007-04-25 09:53:01 -04005696struct lpfc_nodelist *
5697lpfc_nlp_get(struct lpfc_nodelist *ndlp)
5698{
James Smarte47c9092008-02-08 18:49:26 -05005699 struct lpfc_hba *phba;
5700 unsigned long flags;
5701
James Smart98c9ea52007-10-27 13:37:33 -04005702 if (ndlp) {
5703 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5704 "node get: did:x%x flg:x%x refcnt:x%x",
5705 ndlp->nlp_DID, ndlp->nlp_flag,
5706 atomic_read(&ndlp->kref.refcount));
James Smarte47c9092008-02-08 18:49:26 -05005707 /* The check of ndlp usage to prevent incrementing the
5708 * ndlp reference count that is in the process of being
5709 * released.
5710 */
James Smarta257bf92009-04-06 18:48:10 -04005711 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05005712 spin_lock_irqsave(&phba->ndlp_lock, flags);
5713 if (!NLP_CHK_NODE_ACT(ndlp) || NLP_CHK_FREE_ACK(ndlp)) {
5714 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
5715 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
5716 "0276 lpfc_nlp_get: ndlp:x%p "
5717 "usgmap:x%x refcnt:%d\n",
5718 (void *)ndlp, ndlp->nlp_usg_map,
5719 atomic_read(&ndlp->kref.refcount));
5720 return NULL;
5721 } else
5722 kref_get(&ndlp->kref);
5723 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
James Smart98c9ea52007-10-27 13:37:33 -04005724 }
James Smart329f9bc2007-04-25 09:53:01 -04005725 return ndlp;
5726}
5727
James Smart98c9ea52007-10-27 13:37:33 -04005728/* This routine decrements the reference count for a ndlp structure. If the
James Smarte47c9092008-02-08 18:49:26 -05005729 * count goes to 0, this indicates the the associated nodelist should be
5730 * freed. Returning 1 indicates the ndlp resource has been released; on the
5731 * other hand, returning 0 indicates the ndlp resource has not been released
5732 * yet.
James Smart98c9ea52007-10-27 13:37:33 -04005733 */
James Smart329f9bc2007-04-25 09:53:01 -04005734int
5735lpfc_nlp_put(struct lpfc_nodelist *ndlp)
5736{
James Smarte47c9092008-02-08 18:49:26 -05005737 struct lpfc_hba *phba;
5738 unsigned long flags;
5739
5740 if (!ndlp)
5741 return 1;
5742
5743 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5744 "node put: did:x%x flg:x%x refcnt:x%x",
5745 ndlp->nlp_DID, ndlp->nlp_flag,
5746 atomic_read(&ndlp->kref.refcount));
James Smarta257bf92009-04-06 18:48:10 -04005747 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05005748 spin_lock_irqsave(&phba->ndlp_lock, flags);
5749 /* Check the ndlp memory free acknowledge flag to avoid the
5750 * possible race condition that kref_put got invoked again
5751 * after previous one has done ndlp memory free.
5752 */
5753 if (NLP_CHK_FREE_ACK(ndlp)) {
5754 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
5755 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
5756 "0274 lpfc_nlp_put: ndlp:x%p "
5757 "usgmap:x%x refcnt:%d\n",
5758 (void *)ndlp, ndlp->nlp_usg_map,
5759 atomic_read(&ndlp->kref.refcount));
5760 return 1;
James Smart98c9ea52007-10-27 13:37:33 -04005761 }
James Smarte47c9092008-02-08 18:49:26 -05005762 /* Check the ndlp inactivate log flag to avoid the possible
5763 * race condition that kref_put got invoked again after ndlp
5764 * is already in inactivating state.
5765 */
5766 if (NLP_CHK_IACT_REQ(ndlp)) {
5767 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
5768 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
5769 "0275 lpfc_nlp_put: ndlp:x%p "
5770 "usgmap:x%x refcnt:%d\n",
5771 (void *)ndlp, ndlp->nlp_usg_map,
5772 atomic_read(&ndlp->kref.refcount));
5773 return 1;
5774 }
5775 /* For last put, mark the ndlp usage flags to make sure no
5776 * other kref_get and kref_put on the same ndlp shall get
5777 * in between the process when the final kref_put has been
5778 * invoked on this ndlp.
5779 */
5780 if (atomic_read(&ndlp->kref.refcount) == 1) {
5781 /* Indicate ndlp is put to inactive state. */
5782 NLP_SET_IACT_REQ(ndlp);
5783 /* Acknowledge ndlp memory free has been seen. */
5784 if (NLP_CHK_FREE_REQ(ndlp))
5785 NLP_SET_FREE_ACK(ndlp);
5786 }
5787 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
5788 /* Note, the kref_put returns 1 when decrementing a reference
5789 * count that was 1, it invokes the release callback function,
5790 * but it still left the reference count as 1 (not actually
5791 * performs the last decrementation). Otherwise, it actually
5792 * decrements the reference count and returns 0.
5793 */
5794 return kref_put(&ndlp->kref, lpfc_nlp_release);
James Smart329f9bc2007-04-25 09:53:01 -04005795}
James Smart98c9ea52007-10-27 13:37:33 -04005796
5797/* This routine free's the specified nodelist if it is not in use
James Smarte47c9092008-02-08 18:49:26 -05005798 * by any other discovery thread. This routine returns 1 if the
5799 * ndlp has been freed. A return value of 0 indicates the ndlp is
5800 * not yet been released.
James Smart98c9ea52007-10-27 13:37:33 -04005801 */
5802int
5803lpfc_nlp_not_used(struct lpfc_nodelist *ndlp)
5804{
5805 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5806 "node not used: did:x%x flg:x%x refcnt:x%x",
5807 ndlp->nlp_DID, ndlp->nlp_flag,
5808 atomic_read(&ndlp->kref.refcount));
James Smarte47c9092008-02-08 18:49:26 -05005809 if (atomic_read(&ndlp->kref.refcount) == 1)
5810 if (lpfc_nlp_put(ndlp))
5811 return 1;
James Smart98c9ea52007-10-27 13:37:33 -04005812 return 0;
5813}
James Smart6fb120a2009-05-22 14:52:59 -04005814
5815/**
5816 * lpfc_fcf_inuse - Check if FCF can be unregistered.
5817 * @phba: Pointer to hba context object.
5818 *
5819 * This function iterate through all FC nodes associated
5820 * will all vports to check if there is any node with
5821 * fc_rports associated with it. If there is an fc_rport
5822 * associated with the node, then the node is either in
5823 * discovered state or its devloss_timer is pending.
5824 */
5825static int
5826lpfc_fcf_inuse(struct lpfc_hba *phba)
5827{
5828 struct lpfc_vport **vports;
5829 int i, ret = 0;
5830 struct lpfc_nodelist *ndlp;
5831 struct Scsi_Host *shost;
5832
5833 vports = lpfc_create_vport_work_array(phba);
5834
James Smart63e801c2010-11-20 23:14:19 -05005835 /* If driver cannot allocate memory, indicate fcf is in use */
5836 if (!vports)
5837 return 1;
5838
James Smart6fb120a2009-05-22 14:52:59 -04005839 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
5840 shost = lpfc_shost_from_vport(vports[i]);
5841 spin_lock_irq(shost->host_lock);
James Smart05580562011-05-24 11:40:48 -04005842 /*
5843 * IF the CVL_RCVD bit is not set then we have sent the
5844 * flogi.
5845 * If dev_loss fires while we are waiting we do not want to
5846 * unreg the fcf.
5847 */
5848 if (!(vports[i]->fc_flag & FC_VPORT_CVL_RCVD)) {
5849 spin_unlock_irq(shost->host_lock);
5850 ret = 1;
5851 goto out;
5852 }
James Smart6fb120a2009-05-22 14:52:59 -04005853 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) {
5854 if (NLP_CHK_NODE_ACT(ndlp) && ndlp->rport &&
5855 (ndlp->rport->roles & FC_RPORT_ROLE_FCP_TARGET)) {
5856 ret = 1;
5857 spin_unlock_irq(shost->host_lock);
5858 goto out;
James Smart80c17842012-03-01 22:35:45 -05005859 } else if (ndlp->nlp_flag & NLP_RPI_REGISTERED) {
5860 ret = 1;
James Smart891478a2009-11-18 15:40:23 -05005861 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
James Smart80c17842012-03-01 22:35:45 -05005862 "2624 RPI %x DID %x flag %x "
5863 "still logged in\n",
5864 ndlp->nlp_rpi, ndlp->nlp_DID,
5865 ndlp->nlp_flag);
James Smart6fb120a2009-05-22 14:52:59 -04005866 }
5867 }
5868 spin_unlock_irq(shost->host_lock);
5869 }
5870out:
5871 lpfc_destroy_vport_work_array(phba, vports);
5872 return ret;
5873}
5874
5875/**
5876 * lpfc_unregister_vfi_cmpl - Completion handler for unreg vfi.
5877 * @phba: Pointer to hba context object.
5878 * @mboxq: Pointer to mailbox object.
5879 *
5880 * This function frees memory associated with the mailbox command.
5881 */
James Smart1b511972011-12-13 13:23:09 -05005882void
James Smart6fb120a2009-05-22 14:52:59 -04005883lpfc_unregister_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
5884{
5885 struct lpfc_vport *vport = mboxq->vport;
James Smart38b92ef2010-08-04 16:11:39 -04005886 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart6fb120a2009-05-22 14:52:59 -04005887
5888 if (mboxq->u.mb.mbxStatus) {
5889 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
5890 "2555 UNREG_VFI mbxStatus error x%x "
5891 "HBA state x%x\n",
5892 mboxq->u.mb.mbxStatus, vport->port_state);
5893 }
James Smart38b92ef2010-08-04 16:11:39 -04005894 spin_lock_irq(shost->host_lock);
5895 phba->pport->fc_flag &= ~FC_VFI_REGISTERED;
5896 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04005897 mempool_free(mboxq, phba->mbox_mem_pool);
5898 return;
5899}
5900
5901/**
5902 * lpfc_unregister_fcfi_cmpl - Completion handler for unreg fcfi.
5903 * @phba: Pointer to hba context object.
5904 * @mboxq: Pointer to mailbox object.
5905 *
5906 * This function frees memory associated with the mailbox command.
5907 */
5908static void
5909lpfc_unregister_fcfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
5910{
5911 struct lpfc_vport *vport = mboxq->vport;
5912
5913 if (mboxq->u.mb.mbxStatus) {
5914 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
5915 "2550 UNREG_FCFI mbxStatus error x%x "
5916 "HBA state x%x\n",
5917 mboxq->u.mb.mbxStatus, vport->port_state);
5918 }
5919 mempool_free(mboxq, phba->mbox_mem_pool);
5920 return;
5921}
5922
5923/**
James Smartecfd03c2010-02-12 14:41:27 -05005924 * lpfc_unregister_fcf_prep - Unregister fcf record preparation
James Smart6fb120a2009-05-22 14:52:59 -04005925 * @phba: Pointer to hba context object.
5926 *
James Smartecfd03c2010-02-12 14:41:27 -05005927 * This function prepare the HBA for unregistering the currently registered
5928 * FCF from the HBA. It performs unregistering, in order, RPIs, VPIs, and
5929 * VFIs.
James Smart6fb120a2009-05-22 14:52:59 -04005930 */
James Smartecfd03c2010-02-12 14:41:27 -05005931int
5932lpfc_unregister_fcf_prep(struct lpfc_hba *phba)
James Smart6fb120a2009-05-22 14:52:59 -04005933{
James Smart6fb120a2009-05-22 14:52:59 -04005934 struct lpfc_vport **vports;
James Smart695a8142010-01-26 23:08:03 -05005935 struct lpfc_nodelist *ndlp;
James Smart72100cc2010-02-12 14:43:01 -05005936 struct Scsi_Host *shost;
James Smarte74c03c2013-04-17 20:15:19 -04005937 int i = 0, rc;
James Smart6fb120a2009-05-22 14:52:59 -04005938
James Smartecfd03c2010-02-12 14:41:27 -05005939 /* Unregister RPIs */
James Smart6fb120a2009-05-22 14:52:59 -04005940 if (lpfc_fcf_inuse(phba))
James Smartecfd03c2010-02-12 14:41:27 -05005941 lpfc_unreg_hba_rpis(phba);
James Smart6fb120a2009-05-22 14:52:59 -04005942
James Smart4d9ab992009-10-02 15:16:39 -04005943 /* At this point, all discovery is aborted */
5944 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
James Smart6fb120a2009-05-22 14:52:59 -04005945
5946 /* Unregister VPIs */
5947 vports = lpfc_create_vport_work_array(phba);
James Smartecfd03c2010-02-12 14:41:27 -05005948 if (vports && (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED))
James Smart6fb120a2009-05-22 14:52:59 -04005949 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
James Smart695a8142010-01-26 23:08:03 -05005950 /* Stop FLOGI/FDISC retries */
5951 ndlp = lpfc_findnode_did(vports[i], Fabric_DID);
5952 if (ndlp)
5953 lpfc_cancel_retry_delay_tmo(vports[i], ndlp);
James Smart78730cf2010-04-06 15:06:30 -04005954 lpfc_cleanup_pending_mbox(vports[i]);
James Smart5af5eee2010-10-22 11:06:38 -04005955 if (phba->sli_rev == LPFC_SLI_REV4)
5956 lpfc_sli4_unreg_all_rpis(vports[i]);
James Smart6fb120a2009-05-22 14:52:59 -04005957 lpfc_mbx_unreg_vpi(vports[i]);
James Smart72100cc2010-02-12 14:43:01 -05005958 shost = lpfc_shost_from_vport(vports[i]);
5959 spin_lock_irq(shost->host_lock);
James Smart891478a2009-11-18 15:40:23 -05005960 vports[i]->fc_flag |= FC_VPORT_NEEDS_INIT_VPI;
James Smartc8685952009-11-18 15:39:16 -05005961 vports[i]->vpi_state &= ~LPFC_VPI_REGISTERED;
James Smart72100cc2010-02-12 14:43:01 -05005962 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04005963 }
5964 lpfc_destroy_vport_work_array(phba, vports);
James Smarte74c03c2013-04-17 20:15:19 -04005965 if (i == 0 && (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED))) {
5966 ndlp = lpfc_findnode_did(phba->pport, Fabric_DID);
5967 if (ndlp)
5968 lpfc_cancel_retry_delay_tmo(phba->pport, ndlp);
5969 lpfc_cleanup_pending_mbox(phba->pport);
5970 if (phba->sli_rev == LPFC_SLI_REV4)
5971 lpfc_sli4_unreg_all_rpis(phba->pport);
5972 lpfc_mbx_unreg_vpi(phba->pport);
5973 shost = lpfc_shost_from_vport(phba->pport);
5974 spin_lock_irq(shost->host_lock);
5975 phba->pport->fc_flag |= FC_VPORT_NEEDS_INIT_VPI;
5976 phba->pport->vpi_state &= ~LPFC_VPI_REGISTERED;
5977 spin_unlock_irq(shost->host_lock);
5978 }
James Smart6fb120a2009-05-22 14:52:59 -04005979
James Smart695a8142010-01-26 23:08:03 -05005980 /* Cleanup any outstanding ELS commands */
5981 lpfc_els_flush_all_cmd(phba);
5982
James Smart1b511972011-12-13 13:23:09 -05005983 /* Unregister the physical port VFI */
5984 rc = lpfc_issue_unreg_vfi(phba->pport);
5985 return rc;
James Smartecfd03c2010-02-12 14:41:27 -05005986}
5987
5988/**
5989 * lpfc_sli4_unregister_fcf - Unregister currently registered FCF record
5990 * @phba: Pointer to hba context object.
5991 *
5992 * This function issues synchronous unregister FCF mailbox command to HBA to
5993 * unregister the currently registered FCF record. The driver does not reset
5994 * the driver FCF usage state flags.
5995 *
5996 * Return 0 if successfully issued, none-zero otherwise.
5997 */
5998int
5999lpfc_sli4_unregister_fcf(struct lpfc_hba *phba)
6000{
6001 LPFC_MBOXQ_t *mbox;
6002 int rc;
6003
James Smart6fb120a2009-05-22 14:52:59 -04006004 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
6005 if (!mbox) {
6006 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
James Smartecfd03c2010-02-12 14:41:27 -05006007 "2551 UNREG_FCFI mbox allocation failed"
6008 "HBA state x%x\n", phba->pport->port_state);
6009 return -ENOMEM;
James Smart6fb120a2009-05-22 14:52:59 -04006010 }
James Smart6fb120a2009-05-22 14:52:59 -04006011 lpfc_unreg_fcfi(mbox, phba->fcf.fcfi);
6012 mbox->vport = phba->pport;
6013 mbox->mbox_cmpl = lpfc_unregister_fcfi_cmpl;
6014 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
6015
6016 if (rc == MBX_NOT_FINISHED) {
James Smartecfd03c2010-02-12 14:41:27 -05006017 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
6018 "2552 Unregister FCFI command failed rc x%x "
6019 "HBA state x%x\n",
6020 rc, phba->pport->port_state);
6021 return -EINVAL;
6022 }
6023 return 0;
6024}
6025
6026/**
6027 * lpfc_unregister_fcf_rescan - Unregister currently registered fcf and rescan
6028 * @phba: Pointer to hba context object.
6029 *
6030 * This function unregisters the currently reigstered FCF. This function
6031 * also tries to find another FCF for discovery by rescan the HBA FCF table.
6032 */
6033void
6034lpfc_unregister_fcf_rescan(struct lpfc_hba *phba)
6035{
6036 int rc;
6037
6038 /* Preparation for unregistering fcf */
6039 rc = lpfc_unregister_fcf_prep(phba);
6040 if (rc) {
6041 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
6042 "2748 Failed to prepare for unregistering "
6043 "HBA's FCF record: rc=%d\n", rc);
James Smart6fb120a2009-05-22 14:52:59 -04006044 return;
6045 }
6046
James Smartecfd03c2010-02-12 14:41:27 -05006047 /* Now, unregister FCF record and reset HBA FCF state */
6048 rc = lpfc_sli4_unregister_fcf(phba);
6049 if (rc)
6050 return;
6051 /* Reset HBA FCF states after successful unregister FCF */
6052 phba->fcf.fcf_flag = 0;
James Smartfc2b9892010-02-26 14:15:29 -05006053 phba->fcf.current_rec.flag = 0;
James Smart6fb120a2009-05-22 14:52:59 -04006054
6055 /*
6056 * If driver is not unloading, check if there is any other
6057 * FCF record that can be used for discovery.
6058 */
6059 if ((phba->pport->load_flag & FC_UNLOADING) ||
James Smartecfd03c2010-02-12 14:41:27 -05006060 (phba->link_state < LPFC_LINK_UP))
James Smart6fb120a2009-05-22 14:52:59 -04006061 return;
6062
James Smart0c9ab6f2010-02-26 14:15:57 -05006063 /* This is considered as the initial FCF discovery scan */
6064 spin_lock_irq(&phba->hbalock);
6065 phba->fcf.fcf_flag |= FCF_INIT_DISC;
6066 spin_unlock_irq(&phba->hbalock);
James Smart38b92ef2010-08-04 16:11:39 -04006067
6068 /* Reset FCF roundrobin bmask for new discovery */
James Smart7d791df2011-07-22 18:37:52 -04006069 lpfc_sli4_clear_fcf_rr_bmask(phba);
James Smart38b92ef2010-08-04 16:11:39 -04006070
James Smart0c9ab6f2010-02-26 14:15:57 -05006071 rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST);
James Smart6fb120a2009-05-22 14:52:59 -04006072
James Smart0c9ab6f2010-02-26 14:15:57 -05006073 if (rc) {
6074 spin_lock_irq(&phba->hbalock);
6075 phba->fcf.fcf_flag &= ~FCF_INIT_DISC;
6076 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04006077 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
James Smartecfd03c2010-02-12 14:41:27 -05006078 "2553 lpfc_unregister_unused_fcf failed "
6079 "to read FCF record HBA state x%x\n",
6080 phba->pport->port_state);
James Smart0c9ab6f2010-02-26 14:15:57 -05006081 }
James Smartecfd03c2010-02-12 14:41:27 -05006082}
6083
6084/**
6085 * lpfc_unregister_fcf - Unregister the currently registered fcf record
6086 * @phba: Pointer to hba context object.
6087 *
6088 * This function just unregisters the currently reigstered FCF. It does not
6089 * try to find another FCF for discovery.
6090 */
6091void
6092lpfc_unregister_fcf(struct lpfc_hba *phba)
6093{
6094 int rc;
6095
6096 /* Preparation for unregistering fcf */
6097 rc = lpfc_unregister_fcf_prep(phba);
6098 if (rc) {
6099 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
6100 "2749 Failed to prepare for unregistering "
6101 "HBA's FCF record: rc=%d\n", rc);
6102 return;
6103 }
6104
6105 /* Now, unregister FCF record and reset HBA FCF state */
6106 rc = lpfc_sli4_unregister_fcf(phba);
6107 if (rc)
6108 return;
6109 /* Set proper HBA FCF states after successful unregister FCF */
6110 spin_lock_irq(&phba->hbalock);
6111 phba->fcf.fcf_flag &= ~FCF_REGISTERED;
6112 spin_unlock_irq(&phba->hbalock);
6113}
6114
6115/**
6116 * lpfc_unregister_unused_fcf - Unregister FCF if all devices are disconnected.
6117 * @phba: Pointer to hba context object.
6118 *
6119 * This function check if there are any connected remote port for the FCF and
6120 * if all the devices are disconnected, this function unregister FCFI.
6121 * This function also tries to use another FCF for discovery.
6122 */
6123void
6124lpfc_unregister_unused_fcf(struct lpfc_hba *phba)
6125{
6126 /*
James Smart3804dc82010-07-14 15:31:37 -04006127 * If HBA is not running in FIP mode, if HBA does not support
6128 * FCoE, if FCF discovery is ongoing, or if FCF has not been
6129 * registered, do nothing.
James Smartecfd03c2010-02-12 14:41:27 -05006130 */
6131 spin_lock_irq(&phba->hbalock);
James Smart76a95d72010-11-20 23:11:48 -05006132 if (!(phba->hba_flag & HBA_FCOE_MODE) ||
James Smartecfd03c2010-02-12 14:41:27 -05006133 !(phba->fcf.fcf_flag & FCF_REGISTERED) ||
James Smartdbb6b3a2010-06-08 18:31:37 -04006134 !(phba->hba_flag & HBA_FIP_SUPPORT) ||
James Smart3804dc82010-07-14 15:31:37 -04006135 (phba->fcf.fcf_flag & FCF_DISCOVERY) ||
James Smartdbb6b3a2010-06-08 18:31:37 -04006136 (phba->pport->port_state == LPFC_FLOGI)) {
James Smartecfd03c2010-02-12 14:41:27 -05006137 spin_unlock_irq(&phba->hbalock);
6138 return;
6139 }
6140 spin_unlock_irq(&phba->hbalock);
6141
6142 if (lpfc_fcf_inuse(phba))
6143 return;
6144
6145 lpfc_unregister_fcf_rescan(phba);
James Smart6fb120a2009-05-22 14:52:59 -04006146}
6147
6148/**
6149 * lpfc_read_fcf_conn_tbl - Create driver FCF connection table.
6150 * @phba: Pointer to hba context object.
6151 * @buff: Buffer containing the FCF connection table as in the config
6152 * region.
6153 * This function create driver data structure for the FCF connection
6154 * record table read from config region 23.
6155 */
6156static void
6157lpfc_read_fcf_conn_tbl(struct lpfc_hba *phba,
6158 uint8_t *buff)
6159{
6160 struct lpfc_fcf_conn_entry *conn_entry, *next_conn_entry;
6161 struct lpfc_fcf_conn_hdr *conn_hdr;
6162 struct lpfc_fcf_conn_rec *conn_rec;
6163 uint32_t record_count;
6164 int i;
6165
6166 /* Free the current connect table */
6167 list_for_each_entry_safe(conn_entry, next_conn_entry,
James Smart4d9ab992009-10-02 15:16:39 -04006168 &phba->fcf_conn_rec_list, list) {
6169 list_del_init(&conn_entry->list);
James Smart6fb120a2009-05-22 14:52:59 -04006170 kfree(conn_entry);
James Smart4d9ab992009-10-02 15:16:39 -04006171 }
James Smart6fb120a2009-05-22 14:52:59 -04006172
6173 conn_hdr = (struct lpfc_fcf_conn_hdr *) buff;
6174 record_count = conn_hdr->length * sizeof(uint32_t)/
6175 sizeof(struct lpfc_fcf_conn_rec);
6176
6177 conn_rec = (struct lpfc_fcf_conn_rec *)
6178 (buff + sizeof(struct lpfc_fcf_conn_hdr));
6179
6180 for (i = 0; i < record_count; i++) {
6181 if (!(conn_rec[i].flags & FCFCNCT_VALID))
6182 continue;
6183 conn_entry = kzalloc(sizeof(struct lpfc_fcf_conn_entry),
6184 GFP_KERNEL);
6185 if (!conn_entry) {
6186 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6187 "2566 Failed to allocate connection"
6188 " table entry\n");
6189 return;
6190 }
6191
6192 memcpy(&conn_entry->conn_rec, &conn_rec[i],
6193 sizeof(struct lpfc_fcf_conn_rec));
6194 conn_entry->conn_rec.vlan_tag =
James Smartdf0d0852013-05-31 17:05:08 -04006195 conn_entry->conn_rec.vlan_tag;
James Smart6fb120a2009-05-22 14:52:59 -04006196 conn_entry->conn_rec.flags =
James Smartdf0d0852013-05-31 17:05:08 -04006197 conn_entry->conn_rec.flags;
James Smart6fb120a2009-05-22 14:52:59 -04006198 list_add_tail(&conn_entry->list,
6199 &phba->fcf_conn_rec_list);
6200 }
James Smartdf0d0852013-05-31 17:05:08 -04006201
6202 if (!list_empty(&phba->fcf_conn_rec_list)) {
6203 i = 0;
6204 list_for_each_entry(conn_entry, &phba->fcf_conn_rec_list,
6205 list) {
6206 conn_rec = &conn_entry->conn_rec;
6207 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
6208 "3345 FCF connection list rec[%02d]: "
6209 "flags:x%04x, vtag:x%04x, "
6210 "fabric_name:x%02x:%02x:%02x:%02x:"
6211 "%02x:%02x:%02x:%02x, "
6212 "switch_name:x%02x:%02x:%02x:%02x:"
6213 "%02x:%02x:%02x:%02x\n", i++,
6214 conn_rec->flags, conn_rec->vlan_tag,
6215 conn_rec->fabric_name[0],
6216 conn_rec->fabric_name[1],
6217 conn_rec->fabric_name[2],
6218 conn_rec->fabric_name[3],
6219 conn_rec->fabric_name[4],
6220 conn_rec->fabric_name[5],
6221 conn_rec->fabric_name[6],
6222 conn_rec->fabric_name[7],
6223 conn_rec->switch_name[0],
6224 conn_rec->switch_name[1],
6225 conn_rec->switch_name[2],
6226 conn_rec->switch_name[3],
6227 conn_rec->switch_name[4],
6228 conn_rec->switch_name[5],
6229 conn_rec->switch_name[6],
6230 conn_rec->switch_name[7]);
6231 }
6232 }
James Smart6fb120a2009-05-22 14:52:59 -04006233}
6234
6235/**
6236 * lpfc_read_fcoe_param - Read FCoe parameters from conf region..
6237 * @phba: Pointer to hba context object.
6238 * @buff: Buffer containing the FCoE parameter data structure.
6239 *
6240 * This function update driver data structure with config
6241 * parameters read from config region 23.
6242 */
6243static void
6244lpfc_read_fcoe_param(struct lpfc_hba *phba,
6245 uint8_t *buff)
6246{
6247 struct lpfc_fip_param_hdr *fcoe_param_hdr;
6248 struct lpfc_fcoe_params *fcoe_param;
6249
6250 fcoe_param_hdr = (struct lpfc_fip_param_hdr *)
6251 buff;
6252 fcoe_param = (struct lpfc_fcoe_params *)
James Smart32b97932009-07-19 10:01:21 -04006253 (buff + sizeof(struct lpfc_fip_param_hdr));
James Smart6fb120a2009-05-22 14:52:59 -04006254
6255 if ((fcoe_param_hdr->parm_version != FIPP_VERSION) ||
6256 (fcoe_param_hdr->length != FCOE_PARAM_LENGTH))
6257 return;
6258
James Smart6fb120a2009-05-22 14:52:59 -04006259 if (fcoe_param_hdr->parm_flags & FIPP_VLAN_VALID) {
6260 phba->valid_vlan = 1;
6261 phba->vlan_id = le16_to_cpu(fcoe_param->vlan_tag) &
6262 0xFFF;
6263 }
6264
6265 phba->fc_map[0] = fcoe_param->fc_map[0];
6266 phba->fc_map[1] = fcoe_param->fc_map[1];
6267 phba->fc_map[2] = fcoe_param->fc_map[2];
6268 return;
6269}
6270
6271/**
6272 * lpfc_get_rec_conf23 - Get a record type in config region data.
6273 * @buff: Buffer containing config region 23 data.
6274 * @size: Size of the data buffer.
6275 * @rec_type: Record type to be searched.
6276 *
Lucas De Marchi25985ed2011-03-30 22:57:33 -03006277 * This function searches config region data to find the beginning
James Smart6fb120a2009-05-22 14:52:59 -04006278 * of the record specified by record_type. If record found, this
6279 * function return pointer to the record else return NULL.
6280 */
6281static uint8_t *
6282lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type)
6283{
6284 uint32_t offset = 0, rec_length;
6285
6286 if ((buff[0] == LPFC_REGION23_LAST_REC) ||
6287 (size < sizeof(uint32_t)))
6288 return NULL;
6289
6290 rec_length = buff[offset + 1];
6291
6292 /*
6293 * One TLV record has one word header and number of data words
6294 * specified in the rec_length field of the record header.
6295 */
6296 while ((offset + rec_length * sizeof(uint32_t) + sizeof(uint32_t))
6297 <= size) {
6298 if (buff[offset] == rec_type)
6299 return &buff[offset];
6300
6301 if (buff[offset] == LPFC_REGION23_LAST_REC)
6302 return NULL;
6303
6304 offset += rec_length * sizeof(uint32_t) + sizeof(uint32_t);
6305 rec_length = buff[offset + 1];
6306 }
6307 return NULL;
6308}
6309
6310/**
6311 * lpfc_parse_fcoe_conf - Parse FCoE config data read from config region 23.
6312 * @phba: Pointer to lpfc_hba data structure.
6313 * @buff: Buffer containing config region 23 data.
6314 * @size: Size of the data buffer.
6315 *
Stefan Weileef35c22010-08-06 21:11:15 +02006316 * This function parses the FCoE config parameters in config region 23 and
James Smart6fb120a2009-05-22 14:52:59 -04006317 * populate driver data structure with the parameters.
6318 */
6319void
6320lpfc_parse_fcoe_conf(struct lpfc_hba *phba,
6321 uint8_t *buff,
6322 uint32_t size)
6323{
6324 uint32_t offset = 0, rec_length;
6325 uint8_t *rec_ptr;
6326
6327 /*
6328 * If data size is less than 2 words signature and version cannot be
6329 * verified.
6330 */
6331 if (size < 2*sizeof(uint32_t))
6332 return;
6333
6334 /* Check the region signature first */
6335 if (memcmp(buff, LPFC_REGION23_SIGNATURE, 4)) {
6336 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6337 "2567 Config region 23 has bad signature\n");
6338 return;
6339 }
6340
6341 offset += 4;
6342
6343 /* Check the data structure version */
6344 if (buff[offset] != LPFC_REGION23_VERSION) {
6345 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6346 "2568 Config region 23 has bad version\n");
6347 return;
6348 }
6349 offset += 4;
6350
6351 rec_length = buff[offset + 1];
6352
6353 /* Read FCoE param record */
6354 rec_ptr = lpfc_get_rec_conf23(&buff[offset],
6355 size - offset, FCOE_PARAM_TYPE);
6356 if (rec_ptr)
6357 lpfc_read_fcoe_param(phba, rec_ptr);
6358
6359 /* Read FCF connection table */
6360 rec_ptr = lpfc_get_rec_conf23(&buff[offset],
6361 size - offset, FCOE_CONN_TBL_TYPE);
6362 if (rec_ptr)
6363 lpfc_read_fcf_conn_tbl(phba, rec_ptr);
6364
6365}