blob: 7cd5c47a66ea2ab925b563ef34f10cd76418cef2 [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 Smartd8e93df2009-05-22 14:53:05 -04004 * Copyright (C) 2004-2009 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>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090023#include <linux/slab.h>
dea31012005-04-17 16:05:31 -050024#include <linux/pci.h>
25#include <linux/kthread.h>
26#include <linux/interrupt.h>
27
James.Smart@Emulex.Com91886522005-08-10 15:03:09 -040028#include <scsi/scsi.h>
dea31012005-04-17 16:05:31 -050029#include <scsi/scsi_device.h>
30#include <scsi/scsi_host.h>
31#include <scsi/scsi_transport_fc.h>
32
James Smartda0436e2009-05-22 14:51:39 -040033#include "lpfc_hw4.h"
dea31012005-04-17 16:05:31 -050034#include "lpfc_hw.h"
James Smartea2151b2008-09-07 11:52:10 -040035#include "lpfc_nl.h"
dea31012005-04-17 16:05:31 -050036#include "lpfc_disc.h"
37#include "lpfc_sli.h"
James Smartda0436e2009-05-22 14:51:39 -040038#include "lpfc_sli4.h"
dea31012005-04-17 16:05:31 -050039#include "lpfc_scsi.h"
40#include "lpfc.h"
41#include "lpfc_logmsg.h"
42#include "lpfc_crtn.h"
James Smart92d7f7b2007-06-17 19:56:38 -050043#include "lpfc_vport.h"
James Smart858c9f62007-06-17 19:56:39 -050044#include "lpfc_debugfs.h"
dea31012005-04-17 16:05:31 -050045
46/* AlpaArray for assignment of scsid for scan-down and bind_method */
47static uint8_t lpfcAlpaArray[] = {
48 0xEF, 0xE8, 0xE4, 0xE2, 0xE1, 0xE0, 0xDC, 0xDA, 0xD9, 0xD6,
49 0xD5, 0xD4, 0xD3, 0xD2, 0xD1, 0xCE, 0xCD, 0xCC, 0xCB, 0xCA,
50 0xC9, 0xC7, 0xC6, 0xC5, 0xC3, 0xBC, 0xBA, 0xB9, 0xB6, 0xB5,
51 0xB4, 0xB3, 0xB2, 0xB1, 0xAE, 0xAD, 0xAC, 0xAB, 0xAA, 0xA9,
52 0xA7, 0xA6, 0xA5, 0xA3, 0x9F, 0x9E, 0x9D, 0x9B, 0x98, 0x97,
53 0x90, 0x8F, 0x88, 0x84, 0x82, 0x81, 0x80, 0x7C, 0x7A, 0x79,
54 0x76, 0x75, 0x74, 0x73, 0x72, 0x71, 0x6E, 0x6D, 0x6C, 0x6B,
55 0x6A, 0x69, 0x67, 0x66, 0x65, 0x63, 0x5C, 0x5A, 0x59, 0x56,
56 0x55, 0x54, 0x53, 0x52, 0x51, 0x4E, 0x4D, 0x4C, 0x4B, 0x4A,
57 0x49, 0x47, 0x46, 0x45, 0x43, 0x3C, 0x3A, 0x39, 0x36, 0x35,
58 0x34, 0x33, 0x32, 0x31, 0x2E, 0x2D, 0x2C, 0x2B, 0x2A, 0x29,
59 0x27, 0x26, 0x25, 0x23, 0x1F, 0x1E, 0x1D, 0x1B, 0x18, 0x17,
60 0x10, 0x0F, 0x08, 0x04, 0x02, 0x01
61};
62
James Smart2e0fef82007-06-17 19:56:36 -050063static void lpfc_disc_timeout_handler(struct lpfc_vport *);
Adrian Bunka6ababd2007-11-05 18:07:33 +010064static void lpfc_disc_flush_list(struct lpfc_vport *vport);
James Smart32b97932009-07-19 10:01:21 -040065static void lpfc_unregister_fcfi_cmpl(struct lpfc_hba *, LPFC_MBOXQ_t *);
dea31012005-04-17 16:05:31 -050066
James Smartc01f3202006-08-18 17:47:08 -040067void
68lpfc_terminate_rport_io(struct fc_rport *rport)
dea31012005-04-17 16:05:31 -050069{
James Smartc01f3202006-08-18 17:47:08 -040070 struct lpfc_rport_data *rdata;
71 struct lpfc_nodelist * ndlp;
72 struct lpfc_hba *phba;
dea31012005-04-17 16:05:31 -050073
James Smartc01f3202006-08-18 17:47:08 -040074 rdata = rport->dd_data;
75 ndlp = rdata->pnode;
76
James Smart58da1ff2008-04-07 10:15:56 -040077 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp)) {
James Smartc01f3202006-08-18 17:47:08 -040078 if (rport->roles & FC_RPORT_ROLE_FCP_TARGET)
79 printk(KERN_ERR "Cannot find remote node"
80 " to terminate I/O Data x%x\n",
81 rport->port_id);
dea31012005-04-17 16:05:31 -050082 return;
83 }
84
James Smarta257bf92009-04-06 18:48:10 -040085 phba = ndlp->phba;
James Smart1a169682006-03-07 15:04:06 -050086
James Smart858c9f62007-06-17 19:56:39 -050087 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_RPORT,
88 "rport terminate: sid:x%x did:x%x flg:x%x",
89 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag);
90
James Smartc01f3202006-08-18 17:47:08 -040091 if (ndlp->nlp_sid != NLP_NO_SID) {
James Smart51ef4c22007-08-02 11:10:31 -040092 lpfc_sli_abort_iocb(ndlp->vport,
93 &phba->sli.ring[phba->sli.fcp_ring],
94 ndlp->nlp_sid, 0, LPFC_CTX_TGT);
James Smartc01f3202006-08-18 17:47:08 -040095 }
James Smartc01f3202006-08-18 17:47:08 -040096}
97
98/*
99 * This function will be called when dev_loss_tmo fire.
100 */
101void
102lpfc_dev_loss_tmo_callbk(struct fc_rport *rport)
103{
104 struct lpfc_rport_data *rdata;
105 struct lpfc_nodelist * ndlp;
James Smart2e0fef82007-06-17 19:56:36 -0500106 struct lpfc_vport *vport;
James Smart858c9f62007-06-17 19:56:39 -0500107 struct lpfc_hba *phba;
James Smart858c9f62007-06-17 19:56:39 -0500108 struct lpfc_work_evt *evtp;
James Smarta8adb832007-10-27 13:37:53 -0400109 int put_node;
110 int put_rport;
James Smartc01f3202006-08-18 17:47:08 -0400111
112 rdata = rport->dd_data;
113 ndlp = rdata->pnode;
James Smart58da1ff2008-04-07 10:15:56 -0400114 if (!ndlp || !NLP_CHK_NODE_ACT(ndlp))
James Smartc01f3202006-08-18 17:47:08 -0400115 return;
James Smartc01f3202006-08-18 17:47:08 -0400116
James Smart858c9f62007-06-17 19:56:39 -0500117 vport = ndlp->vport;
118 phba = vport->phba;
119
120 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
121 "rport devlosscb: sid:x%x did:x%x flg:x%x",
122 ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag);
123
James Smarta8adb832007-10-27 13:37:53 -0400124 /* Don't defer this if we are in the process of deleting the vport
125 * or unloading the driver. The unload will cleanup the node
126 * appropriately we just need to cleanup the ndlp rport info here.
127 */
128 if (vport->load_flag & FC_UNLOADING) {
129 put_node = rdata->pnode != NULL;
130 put_rport = ndlp->rport != NULL;
131 rdata->pnode = NULL;
132 ndlp->rport = NULL;
133 if (put_node)
134 lpfc_nlp_put(ndlp);
135 if (put_rport)
136 put_device(&rport->dev);
137 return;
138 }
139
140 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE)
141 return;
142
James Smart858c9f62007-06-17 19:56:39 -0500143 evtp = &ndlp->dev_loss_evt;
144
145 if (!list_empty(&evtp->evt_listp))
146 return;
147
148 spin_lock_irq(&phba->hbalock);
James Smartfa4066b2008-01-11 01:53:27 -0500149 /* We need to hold the node by incrementing the reference
150 * count until this queued work is done
151 */
152 evtp->evt_arg1 = lpfc_nlp_get(ndlp);
James Smart5e9d9b82008-06-14 22:52:53 -0400153 if (evtp->evt_arg1) {
154 evtp->evt = LPFC_EVT_DEV_LOSS;
155 list_add_tail(&evtp->evt_listp, &phba->work_list);
156 lpfc_worker_wake_up(phba);
157 }
James Smart858c9f62007-06-17 19:56:39 -0500158 spin_unlock_irq(&phba->hbalock);
159
James Smart858c9f62007-06-17 19:56:39 -0500160 return;
161}
162
163/*
164 * This function is called from the worker thread when dev_loss_tmo
165 * expire.
166 */
Adrian Bunka6ababd2007-11-05 18:07:33 +0100167static void
James Smart858c9f62007-06-17 19:56:39 -0500168lpfc_dev_loss_tmo_handler(struct lpfc_nodelist *ndlp)
169{
170 struct lpfc_rport_data *rdata;
171 struct fc_rport *rport;
172 struct lpfc_vport *vport;
173 struct lpfc_hba *phba;
174 uint8_t *name;
James Smart87af33f2007-10-27 13:37:43 -0400175 int put_node;
176 int put_rport;
James Smart858c9f62007-06-17 19:56:39 -0500177 int warn_on = 0;
178
179 rport = ndlp->rport;
180
181 if (!rport)
182 return;
183
184 rdata = rport->dd_data;
185 name = (uint8_t *) &ndlp->nlp_portname;
186 vport = ndlp->vport;
187 phba = vport->phba;
188
189 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
190 "rport devlosstmo:did:x%x type:x%x id:x%x",
191 ndlp->nlp_DID, ndlp->nlp_type, rport->scsi_target_id);
192
James Smarta8adb832007-10-27 13:37:53 -0400193 /* Don't defer this if we are in the process of deleting the vport
194 * or unloading the driver. The unload will cleanup the node
195 * appropriately we just need to cleanup the ndlp rport info here.
196 */
197 if (vport->load_flag & FC_UNLOADING) {
James Smart09372822008-01-11 01:52:54 -0500198 if (ndlp->nlp_sid != NLP_NO_SID) {
199 /* flush the target */
200 lpfc_sli_abort_iocb(vport,
201 &phba->sli.ring[phba->sli.fcp_ring],
202 ndlp->nlp_sid, 0, LPFC_CTX_TGT);
203 }
James Smarta8adb832007-10-27 13:37:53 -0400204 put_node = rdata->pnode != NULL;
205 put_rport = ndlp->rport != NULL;
206 rdata->pnode = NULL;
207 ndlp->rport = NULL;
208 if (put_node)
209 lpfc_nlp_put(ndlp);
210 if (put_rport)
211 put_device(&rport->dev);
212 return;
213 }
214
James Smartd7c255b2008-08-24 21:50:00 -0400215 if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) {
216 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
217 "0284 Devloss timeout Ignored on "
218 "WWPN %x:%x:%x:%x:%x:%x:%x:%x "
219 "NPort x%x\n",
220 *name, *(name+1), *(name+2), *(name+3),
221 *(name+4), *(name+5), *(name+6), *(name+7),
222 ndlp->nlp_DID);
James Smart858c9f62007-06-17 19:56:39 -0500223 return;
James Smartd7c255b2008-08-24 21:50:00 -0400224 }
James Smart858c9f62007-06-17 19:56:39 -0500225
James Smart92d7f7b2007-06-17 19:56:38 -0500226 if (ndlp->nlp_type & NLP_FABRIC) {
227 /* We will clean up these Nodes in linkup */
228 put_node = rdata->pnode != NULL;
229 put_rport = ndlp->rport != NULL;
230 rdata->pnode = NULL;
231 ndlp->rport = NULL;
232 if (put_node)
233 lpfc_nlp_put(ndlp);
234 if (put_rport)
235 put_device(&rport->dev);
James Smart82085712007-04-25 09:52:41 -0400236 return;
James Smart92d7f7b2007-06-17 19:56:38 -0500237 }
James Smart82085712007-04-25 09:52:41 -0400238
dea31012005-04-17 16:05:31 -0500239 if (ndlp->nlp_sid != NLP_NO_SID) {
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400240 warn_on = 1;
dea31012005-04-17 16:05:31 -0500241 /* flush the target */
James Smart51ef4c22007-08-02 11:10:31 -0400242 lpfc_sli_abort_iocb(vport, &phba->sli.ring[phba->sli.fcp_ring],
243 ndlp->nlp_sid, 0, LPFC_CTX_TGT);
dea31012005-04-17 16:05:31 -0500244 }
James Smartc01f3202006-08-18 17:47:08 -0400245
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400246 if (warn_on) {
James Smarte8b62012007-08-02 11:10:09 -0400247 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
248 "0203 Devloss timeout on "
James Smart58da1ff2008-04-07 10:15:56 -0400249 "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x "
250 "NPort x%06x Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -0400251 *name, *(name+1), *(name+2), *(name+3),
252 *(name+4), *(name+5), *(name+6), *(name+7),
253 ndlp->nlp_DID, ndlp->nlp_flag,
254 ndlp->nlp_state, ndlp->nlp_rpi);
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400255 } else {
James Smarte8b62012007-08-02 11:10:09 -0400256 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
257 "0204 Devloss timeout on "
James Smart58da1ff2008-04-07 10:15:56 -0400258 "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x "
259 "NPort x%06x Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -0400260 *name, *(name+1), *(name+2), *(name+3),
261 *(name+4), *(name+5), *(name+6), *(name+7),
262 ndlp->nlp_DID, ndlp->nlp_flag,
263 ndlp->nlp_state, ndlp->nlp_rpi);
James.Smart@Emulex.Com6e8215e2005-06-25 10:34:04 -0400264 }
265
James Smart87af33f2007-10-27 13:37:43 -0400266 put_node = rdata->pnode != NULL;
267 put_rport = ndlp->rport != NULL;
268 rdata->pnode = NULL;
269 ndlp->rport = NULL;
270 if (put_node)
271 lpfc_nlp_put(ndlp);
272 if (put_rport)
273 put_device(&rport->dev);
274
James Smart2e0fef82007-06-17 19:56:36 -0500275 if (!(vport->load_flag & FC_UNLOADING) &&
James Smart1dcb58e2007-04-25 09:51:30 -0400276 !(ndlp->nlp_flag & NLP_DELAY_TMO) &&
James Smart82085712007-04-25 09:52:41 -0400277 !(ndlp->nlp_flag & NLP_NPR_2B_DISC) &&
James Smartffc95492010-06-07 15:23:17 -0400278 (ndlp->nlp_state != NLP_STE_UNMAPPED_NODE) &&
279 (ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE))
James Smart2e0fef82007-06-17 19:56:36 -0500280 lpfc_disc_state_machine(vport, ndlp, NULL, NLP_EVT_DEVICE_RM);
James Smart6fb120a2009-05-22 14:52:59 -0400281
282 lpfc_unregister_unused_fcf(phba);
James Smart92d7f7b2007-06-17 19:56:38 -0500283}
James Smartc01f3202006-08-18 17:47:08 -0400284
James Smartea2151b2008-09-07 11:52:10 -0400285/**
James Smart3621a712009-04-06 18:47:14 -0400286 * lpfc_alloc_fast_evt - Allocates data structure for posting event
James Smartea2151b2008-09-07 11:52:10 -0400287 * @phba: Pointer to hba context object.
288 *
289 * This function is called from the functions which need to post
290 * events from interrupt context. This function allocates data
291 * structure required for posting event. It also keeps track of
292 * number of events pending and prevent event storm when there are
293 * too many events.
294 **/
295struct lpfc_fast_path_event *
296lpfc_alloc_fast_evt(struct lpfc_hba *phba) {
297 struct lpfc_fast_path_event *ret;
298
299 /* If there are lot of fast event do not exhaust memory due to this */
300 if (atomic_read(&phba->fast_event_count) > LPFC_MAX_EVT_COUNT)
301 return NULL;
302
303 ret = kzalloc(sizeof(struct lpfc_fast_path_event),
304 GFP_ATOMIC);
James Smart6fb120a2009-05-22 14:52:59 -0400305 if (ret) {
James Smartea2151b2008-09-07 11:52:10 -0400306 atomic_inc(&phba->fast_event_count);
James Smart6fb120a2009-05-22 14:52:59 -0400307 INIT_LIST_HEAD(&ret->work_evt.evt_listp);
308 ret->work_evt.evt = LPFC_EVT_FASTPATH_MGMT_EVT;
309 }
James Smartea2151b2008-09-07 11:52:10 -0400310 return ret;
311}
312
313/**
James Smart3621a712009-04-06 18:47:14 -0400314 * lpfc_free_fast_evt - Frees event data structure
James Smartea2151b2008-09-07 11:52:10 -0400315 * @phba: Pointer to hba context object.
316 * @evt: Event object which need to be freed.
317 *
318 * This function frees the data structure required for posting
319 * events.
320 **/
321void
322lpfc_free_fast_evt(struct lpfc_hba *phba,
323 struct lpfc_fast_path_event *evt) {
324
325 atomic_dec(&phba->fast_event_count);
326 kfree(evt);
327}
328
329/**
James Smart3621a712009-04-06 18:47:14 -0400330 * lpfc_send_fastpath_evt - Posts events generated from fast path
James Smartea2151b2008-09-07 11:52:10 -0400331 * @phba: Pointer to hba context object.
332 * @evtp: Event data structure.
333 *
334 * This function is called from worker thread, when the interrupt
335 * context need to post an event. This function posts the event
336 * to fc transport netlink interface.
337 **/
338static void
339lpfc_send_fastpath_evt(struct lpfc_hba *phba,
340 struct lpfc_work_evt *evtp)
341{
342 unsigned long evt_category, evt_sub_category;
343 struct lpfc_fast_path_event *fast_evt_data;
344 char *evt_data;
345 uint32_t evt_data_size;
346 struct Scsi_Host *shost;
347
348 fast_evt_data = container_of(evtp, struct lpfc_fast_path_event,
349 work_evt);
350
351 evt_category = (unsigned long) fast_evt_data->un.fabric_evt.event_type;
352 evt_sub_category = (unsigned long) fast_evt_data->un.
353 fabric_evt.subcategory;
354 shost = lpfc_shost_from_vport(fast_evt_data->vport);
355 if (evt_category == FC_REG_FABRIC_EVENT) {
356 if (evt_sub_category == LPFC_EVENT_FCPRDCHKERR) {
357 evt_data = (char *) &fast_evt_data->un.read_check_error;
358 evt_data_size = sizeof(fast_evt_data->un.
359 read_check_error);
360 } else if ((evt_sub_category == LPFC_EVENT_FABRIC_BUSY) ||
James Smarteaf15d52008-12-04 22:39:29 -0500361 (evt_sub_category == LPFC_EVENT_PORT_BUSY)) {
James Smartea2151b2008-09-07 11:52:10 -0400362 evt_data = (char *) &fast_evt_data->un.fabric_evt;
363 evt_data_size = sizeof(fast_evt_data->un.fabric_evt);
364 } else {
365 lpfc_free_fast_evt(phba, fast_evt_data);
366 return;
367 }
368 } else if (evt_category == FC_REG_SCSI_EVENT) {
369 switch (evt_sub_category) {
370 case LPFC_EVENT_QFULL:
371 case LPFC_EVENT_DEVBSY:
372 evt_data = (char *) &fast_evt_data->un.scsi_evt;
373 evt_data_size = sizeof(fast_evt_data->un.scsi_evt);
374 break;
375 case LPFC_EVENT_CHECK_COND:
376 evt_data = (char *) &fast_evt_data->un.check_cond_evt;
377 evt_data_size = sizeof(fast_evt_data->un.
378 check_cond_evt);
379 break;
380 case LPFC_EVENT_VARQUEDEPTH:
381 evt_data = (char *) &fast_evt_data->un.queue_depth_evt;
382 evt_data_size = sizeof(fast_evt_data->un.
383 queue_depth_evt);
384 break;
385 default:
386 lpfc_free_fast_evt(phba, fast_evt_data);
387 return;
388 }
389 } else {
390 lpfc_free_fast_evt(phba, fast_evt_data);
391 return;
392 }
393
394 fc_host_post_vendor_event(shost,
395 fc_get_event_number(),
396 evt_data_size,
397 evt_data,
James Smartddcc50f2008-12-04 22:38:46 -0500398 LPFC_NL_VENDOR_ID);
James Smartea2151b2008-09-07 11:52:10 -0400399
400 lpfc_free_fast_evt(phba, fast_evt_data);
401 return;
402}
403
dea31012005-04-17 16:05:31 -0500404static void
James Smart2e0fef82007-06-17 19:56:36 -0500405lpfc_work_list_done(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500406{
407 struct lpfc_work_evt *evtp = NULL;
408 struct lpfc_nodelist *ndlp;
409 int free_evt;
410
James Smart2e0fef82007-06-17 19:56:36 -0500411 spin_lock_irq(&phba->hbalock);
412 while (!list_empty(&phba->work_list)) {
dea31012005-04-17 16:05:31 -0500413 list_remove_head((&phba->work_list), evtp, typeof(*evtp),
414 evt_listp);
James Smart2e0fef82007-06-17 19:56:36 -0500415 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500416 free_evt = 1;
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500417 switch (evtp->evt) {
dea31012005-04-17 16:05:31 -0500418 case LPFC_EVT_ELS_RETRY:
James Smart2e0fef82007-06-17 19:56:36 -0500419 ndlp = (struct lpfc_nodelist *) (evtp->evt_arg1);
dea31012005-04-17 16:05:31 -0500420 lpfc_els_retry_delay_handler(ndlp);
James Smart92d7f7b2007-06-17 19:56:38 -0500421 free_evt = 0; /* evt is part of ndlp */
James Smartfa4066b2008-01-11 01:53:27 -0500422 /* decrement the node reference count held
423 * for this queued work
424 */
425 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -0500426 break;
James Smart858c9f62007-06-17 19:56:39 -0500427 case LPFC_EVT_DEV_LOSS:
428 ndlp = (struct lpfc_nodelist *)(evtp->evt_arg1);
James Smart858c9f62007-06-17 19:56:39 -0500429 lpfc_dev_loss_tmo_handler(ndlp);
430 free_evt = 0;
James Smartfa4066b2008-01-11 01:53:27 -0500431 /* decrement the node reference count held for
432 * this queued work
433 */
James Smart858c9f62007-06-17 19:56:39 -0500434 lpfc_nlp_put(ndlp);
435 break;
dea31012005-04-17 16:05:31 -0500436 case LPFC_EVT_ONLINE:
James Smart2e0fef82007-06-17 19:56:36 -0500437 if (phba->link_state < LPFC_LINK_DOWN)
438 *(int *) (evtp->evt_arg1) = lpfc_online(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500439 else
James Smart2e0fef82007-06-17 19:56:36 -0500440 *(int *) (evtp->evt_arg1) = 0;
dea31012005-04-17 16:05:31 -0500441 complete((struct completion *)(evtp->evt_arg2));
442 break;
James Smart46fa3112007-04-25 09:51:45 -0400443 case LPFC_EVT_OFFLINE_PREP:
James Smart2e0fef82007-06-17 19:56:36 -0500444 if (phba->link_state >= LPFC_LINK_DOWN)
James Smart46fa3112007-04-25 09:51:45 -0400445 lpfc_offline_prep(phba);
446 *(int *)(evtp->evt_arg1) = 0;
447 complete((struct completion *)(evtp->evt_arg2));
448 break;
449 case LPFC_EVT_OFFLINE:
450 lpfc_offline(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500451 lpfc_sli_brdrestart(phba);
452 *(int *)(evtp->evt_arg1) =
James Smart46fa3112007-04-25 09:51:45 -0400453 lpfc_sli_brdready(phba, HS_FFRDY | HS_MBRDY);
454 lpfc_unblock_mgmt_io(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500455 complete((struct completion *)(evtp->evt_arg2));
456 break;
457 case LPFC_EVT_WARM_START:
James Smart46fa3112007-04-25 09:51:45 -0400458 lpfc_offline(phba);
James Smart92908312006-03-07 15:04:13 -0500459 lpfc_reset_barrier(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500460 lpfc_sli_brdreset(phba);
461 lpfc_hba_down_post(phba);
462 *(int *)(evtp->evt_arg1) =
463 lpfc_sli_brdready(phba, HS_MBRDY);
James Smart46fa3112007-04-25 09:51:45 -0400464 lpfc_unblock_mgmt_io(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500465 complete((struct completion *)(evtp->evt_arg2));
466 break;
467 case LPFC_EVT_KILL:
James Smart46fa3112007-04-25 09:51:45 -0400468 lpfc_offline(phba);
James Smart92908312006-03-07 15:04:13 -0500469 *(int *)(evtp->evt_arg1)
James Smart2e0fef82007-06-17 19:56:36 -0500470 = (phba->pport->stopped)
471 ? 0 : lpfc_sli_brdkill(phba);
James Smart46fa3112007-04-25 09:51:45 -0400472 lpfc_unblock_mgmt_io(phba);
dea31012005-04-17 16:05:31 -0500473 complete((struct completion *)(evtp->evt_arg2));
474 break;
James Smartea2151b2008-09-07 11:52:10 -0400475 case LPFC_EVT_FASTPATH_MGMT_EVT:
476 lpfc_send_fastpath_evt(phba, evtp);
477 free_evt = 0;
478 break;
James Smart78730cf2010-04-06 15:06:30 -0400479 case LPFC_EVT_RESET_HBA:
480 if (!(phba->pport->load_flag & FC_UNLOADING))
481 lpfc_reset_hba(phba);
482 break;
dea31012005-04-17 16:05:31 -0500483 }
484 if (free_evt)
485 kfree(evtp);
James Smart2e0fef82007-06-17 19:56:36 -0500486 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500487 }
James Smart2e0fef82007-06-17 19:56:36 -0500488 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500489
490}
491
James Smart311464e2007-08-02 11:10:37 -0400492static void
James Smart2e0fef82007-06-17 19:56:36 -0500493lpfc_work_done(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500494{
495 struct lpfc_sli_ring *pring;
James Smart858c9f62007-06-17 19:56:39 -0500496 uint32_t ha_copy, status, control, work_port_events;
James Smart549e55c2007-08-02 11:09:51 -0400497 struct lpfc_vport **vports;
James Smart51ef4c22007-08-02 11:10:31 -0400498 struct lpfc_vport *vport;
James Smart549e55c2007-08-02 11:09:51 -0400499 int i;
dea31012005-04-17 16:05:31 -0500500
James Smart2e0fef82007-06-17 19:56:36 -0500501 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500502 ha_copy = phba->work_ha;
503 phba->work_ha = 0;
James Smart2e0fef82007-06-17 19:56:36 -0500504 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500505
James Smartda0436e2009-05-22 14:51:39 -0400506 /* First, try to post the next mailbox command to SLI4 device */
507 if (phba->pci_dev_grp == LPFC_PCI_DEV_OC)
508 lpfc_sli4_post_async_mbox(phba);
509
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500510 if (ha_copy & HA_ERATT)
James Smart93996272008-08-24 21:50:30 -0400511 /* Handle the error attention event */
dea31012005-04-17 16:05:31 -0500512 lpfc_handle_eratt(phba);
513
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500514 if (ha_copy & HA_MBATT)
dea31012005-04-17 16:05:31 -0500515 lpfc_sli_handle_mb_event(phba);
516
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500517 if (ha_copy & HA_LATT)
dea31012005-04-17 16:05:31 -0500518 lpfc_handle_latt(phba);
James Smart93996272008-08-24 21:50:30 -0400519
James Smartda0436e2009-05-22 14:51:39 -0400520 /* Process SLI4 events */
521 if (phba->pci_dev_grp == LPFC_PCI_DEV_OC) {
522 if (phba->hba_flag & FCP_XRI_ABORT_EVENT)
523 lpfc_sli4_fcp_xri_abort_event_proc(phba);
524 if (phba->hba_flag & ELS_XRI_ABORT_EVENT)
525 lpfc_sli4_els_xri_abort_event_proc(phba);
526 if (phba->hba_flag & ASYNC_EVENT)
527 lpfc_sli4_async_event_proc(phba);
528 if (phba->hba_flag & HBA_POST_RECEIVE_BUFFER) {
529 spin_lock_irq(&phba->hbalock);
530 phba->hba_flag &= ~HBA_POST_RECEIVE_BUFFER;
531 spin_unlock_irq(&phba->hbalock);
532 lpfc_sli_hbqbuf_add_hbqs(phba, LPFC_ELS_HBQ);
533 }
James Smartecfd03c2010-02-12 14:41:27 -0500534 if (phba->fcf.fcf_flag & FCF_REDISC_EVT)
535 lpfc_sli4_fcf_redisc_event_proc(phba);
James Smartda0436e2009-05-22 14:51:39 -0400536 }
537
James Smart549e55c2007-08-02 11:09:51 -0400538 vports = lpfc_create_vport_work_array(phba);
539 if (vports != NULL)
James Smartda0436e2009-05-22 14:51:39 -0400540 for (i = 0; i <= phba->max_vports; i++) {
James Smart51ef4c22007-08-02 11:10:31 -0400541 /*
542 * We could have no vports in array if unloading, so if
543 * this happens then just use the pport
544 */
545 if (vports[i] == NULL && i == 0)
546 vport = phba->pport;
547 else
548 vport = vports[i];
549 if (vport == NULL)
550 break;
James Smart58da1ff2008-04-07 10:15:56 -0400551 spin_lock_irq(&vport->work_port_lock);
James Smart51ef4c22007-08-02 11:10:31 -0400552 work_port_events = vport->work_port_events;
James Smart58da1ff2008-04-07 10:15:56 -0400553 vport->work_port_events &= ~work_port_events;
554 spin_unlock_irq(&vport->work_port_lock);
James Smart549e55c2007-08-02 11:09:51 -0400555 if (work_port_events & WORKER_DISC_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400556 lpfc_disc_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400557 if (work_port_events & WORKER_ELS_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400558 lpfc_els_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400559 if (work_port_events & WORKER_HB_TMO)
560 lpfc_hb_timeout_handler(phba);
561 if (work_port_events & WORKER_MBOX_TMO)
562 lpfc_mbox_timeout_handler(phba);
563 if (work_port_events & WORKER_FABRIC_BLOCK_TMO)
564 lpfc_unblock_fabric_iocbs(phba);
565 if (work_port_events & WORKER_FDMI_TMO)
James Smart51ef4c22007-08-02 11:10:31 -0400566 lpfc_fdmi_timeout_handler(vport);
James Smart549e55c2007-08-02 11:09:51 -0400567 if (work_port_events & WORKER_RAMP_DOWN_QUEUE)
568 lpfc_ramp_down_queue_handler(phba);
569 if (work_port_events & WORKER_RAMP_UP_QUEUE)
570 lpfc_ramp_up_queue_handler(phba);
James Smart92d7f7b2007-06-17 19:56:38 -0500571 }
James Smart09372822008-01-11 01:52:54 -0500572 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -0500573
James Smart858c9f62007-06-17 19:56:39 -0500574 pring = &phba->sli.ring[LPFC_ELS_RING];
575 status = (ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING)));
576 status >>= (4*LPFC_ELS_RING);
James Smart4d9ab992009-10-02 15:16:39 -0400577 if ((status & HA_RXMASK) ||
578 (pring->flag & LPFC_DEFERRED_RING_EVENT) ||
James Smart45ed1192009-10-02 15:17:02 -0400579 (phba->hba_flag & HBA_SP_QUEUE_EVT)) {
James Smart0b727fe2007-10-27 13:37:25 -0400580 if (pring->flag & LPFC_STOP_IOCB_EVENT) {
James Smart858c9f62007-06-17 19:56:39 -0500581 pring->flag |= LPFC_DEFERRED_RING_EVENT;
James Smart5e9d9b82008-06-14 22:52:53 -0400582 /* Set the lpfc data pending flag */
583 set_bit(LPFC_DATA_READY, &phba->data_flags);
James Smart858c9f62007-06-17 19:56:39 -0500584 } else {
James Smart58da1ff2008-04-07 10:15:56 -0400585 pring->flag &= ~LPFC_DEFERRED_RING_EVENT;
James Smart858c9f62007-06-17 19:56:39 -0500586 lpfc_sli_handle_slow_ring_event(phba, pring,
587 (status &
588 HA_RXMASK));
James Smart858c9f62007-06-17 19:56:39 -0500589 }
James Smart2a9bf3d2010-06-07 15:24:45 -0400590 if (phba->pport->work_port_events & WORKER_SERVICE_TXQ)
591 lpfc_drain_txq(phba);
James Smart858c9f62007-06-17 19:56:39 -0500592 /*
593 * Turn on Ring interrupts
594 */
James Smart3772a992009-05-22 14:50:54 -0400595 if (phba->sli_rev <= LPFC_SLI_REV3) {
596 spin_lock_irq(&phba->hbalock);
597 control = readl(phba->HCregaddr);
598 if (!(control & (HC_R0INT_ENA << LPFC_ELS_RING))) {
599 lpfc_debugfs_slow_ring_trc(phba,
600 "WRK Enable ring: cntl:x%x hacopy:x%x",
601 control, ha_copy, 0);
James Smarta58cbd52007-08-02 11:09:43 -0400602
James Smart3772a992009-05-22 14:50:54 -0400603 control |= (HC_R0INT_ENA << LPFC_ELS_RING);
604 writel(control, phba->HCregaddr);
605 readl(phba->HCregaddr); /* flush */
606 } else {
607 lpfc_debugfs_slow_ring_trc(phba,
608 "WRK Ring ok: cntl:x%x hacopy:x%x",
609 control, ha_copy, 0);
610 }
611 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500612 }
613 }
James Smart2e0fef82007-06-17 19:56:36 -0500614 lpfc_work_list_done(phba);
dea31012005-04-17 16:05:31 -0500615}
616
dea31012005-04-17 16:05:31 -0500617int
618lpfc_do_work(void *p)
619{
620 struct lpfc_hba *phba = p;
621 int rc;
dea31012005-04-17 16:05:31 -0500622
623 set_user_nice(current, -20);
James Smart5e9d9b82008-06-14 22:52:53 -0400624 phba->data_flags = 0;
dea31012005-04-17 16:05:31 -0500625
James Smart3a55b532008-12-04 22:38:54 -0500626 while (!kthread_should_stop()) {
James Smart5e9d9b82008-06-14 22:52:53 -0400627 /* wait and check worker queue activities */
628 rc = wait_event_interruptible(phba->work_waitq,
629 (test_and_clear_bit(LPFC_DATA_READY,
630 &phba->data_flags)
631 || kthread_should_stop()));
James Smart3a55b532008-12-04 22:38:54 -0500632 /* Signal wakeup shall terminate the worker thread */
633 if (rc) {
634 lpfc_printf_log(phba, KERN_ERR, LOG_ELS,
635 "0433 Wakeup on signal: rc=x%x\n", rc);
dea31012005-04-17 16:05:31 -0500636 break;
James Smart3a55b532008-12-04 22:38:54 -0500637 }
dea31012005-04-17 16:05:31 -0500638
James Smart5e9d9b82008-06-14 22:52:53 -0400639 /* Attend pending lpfc data processing */
dea31012005-04-17 16:05:31 -0500640 lpfc_work_done(phba);
dea31012005-04-17 16:05:31 -0500641 }
James Smart3a55b532008-12-04 22:38:54 -0500642 phba->worker_thread = NULL;
643 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
644 "0432 Worker thread stopped.\n");
dea31012005-04-17 16:05:31 -0500645 return 0;
646}
647
648/*
649 * This is only called to handle FC worker events. Since this a rare
650 * occurance, we allocate a struct lpfc_work_evt structure here instead of
651 * embedding it in the IOCB.
652 */
653int
James Smart2e0fef82007-06-17 19:56:36 -0500654lpfc_workq_post_event(struct lpfc_hba *phba, void *arg1, void *arg2,
dea31012005-04-17 16:05:31 -0500655 uint32_t evt)
656{
657 struct lpfc_work_evt *evtp;
James Smarted957682007-06-17 19:56:37 -0500658 unsigned long flags;
dea31012005-04-17 16:05:31 -0500659
660 /*
661 * All Mailbox completions and LPFC_ELS_RING rcv ring IOCB events will
662 * be queued to worker thread for processing
663 */
James Smart92d7f7b2007-06-17 19:56:38 -0500664 evtp = kmalloc(sizeof(struct lpfc_work_evt), GFP_ATOMIC);
dea31012005-04-17 16:05:31 -0500665 if (!evtp)
666 return 0;
667
668 evtp->evt_arg1 = arg1;
669 evtp->evt_arg2 = arg2;
670 evtp->evt = evt;
671
James Smarted957682007-06-17 19:56:37 -0500672 spin_lock_irqsave(&phba->hbalock, flags);
James Smart071fbd3d2006-04-15 11:53:20 -0400673 list_add_tail(&evtp->evt_listp, &phba->work_list);
James Smarted957682007-06-17 19:56:37 -0500674 spin_unlock_irqrestore(&phba->hbalock, flags);
dea31012005-04-17 16:05:31 -0500675
James Smart5e9d9b82008-06-14 22:52:53 -0400676 lpfc_worker_wake_up(phba);
677
dea31012005-04-17 16:05:31 -0500678 return 1;
679}
680
James Smart92d7f7b2007-06-17 19:56:38 -0500681void
682lpfc_cleanup_rpis(struct lpfc_vport *vport, int remove)
683{
James Smart09372822008-01-11 01:52:54 -0500684 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500685 struct lpfc_hba *phba = vport->phba;
686 struct lpfc_nodelist *ndlp, *next_ndlp;
687 int rc;
688
689 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -0500690 if (!NLP_CHK_NODE_ACT(ndlp))
691 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500692 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
693 continue;
James Smart98c9ea52007-10-27 13:37:33 -0400694 if ((phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) ||
695 ((vport->port_type == LPFC_NPIV_PORT) &&
696 (ndlp->nlp_DID == NameServer_DID)))
James Smart92d7f7b2007-06-17 19:56:38 -0500697 lpfc_unreg_rpi(vport, ndlp);
698
699 /* Leave Fabric nodes alone on link down */
James Smart4d9ab992009-10-02 15:16:39 -0400700 if ((phba->sli_rev < LPFC_SLI_REV4) &&
701 (!remove && ndlp->nlp_type & NLP_FABRIC))
James Smart92d7f7b2007-06-17 19:56:38 -0500702 continue;
703 rc = lpfc_disc_state_machine(vport, ndlp, NULL,
704 remove
705 ? NLP_EVT_DEVICE_RM
706 : NLP_EVT_DEVICE_RECOVERY);
707 }
708 if (phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) {
709 lpfc_mbx_unreg_vpi(vport);
James Smart09372822008-01-11 01:52:54 -0500710 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500711 vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI;
James Smart09372822008-01-11 01:52:54 -0500712 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500713 }
714}
715
James Smart87af33f2007-10-27 13:37:43 -0400716void
James Smart98c9ea52007-10-27 13:37:33 -0400717lpfc_port_link_failure(struct lpfc_vport *vport)
James Smart92d7f7b2007-06-17 19:56:38 -0500718{
James Smart695a8142010-01-26 23:08:03 -0500719 lpfc_vport_set_state(vport, FC_VPORT_LINKDOWN);
720
James Smart45ed1192009-10-02 15:17:02 -0400721 /* Cleanup any outstanding received buffers */
722 lpfc_cleanup_rcv_buffers(vport);
723
James Smart92d7f7b2007-06-17 19:56:38 -0500724 /* Cleanup any outstanding RSCN activity */
725 lpfc_els_flush_rscn(vport);
726
727 /* Cleanup any outstanding ELS commands */
728 lpfc_els_flush_cmd(vport);
729
730 lpfc_cleanup_rpis(vport, 0);
731
James Smart92d7f7b2007-06-17 19:56:38 -0500732 /* Turn off discovery timer if its running */
733 lpfc_can_disctmo(vport);
734}
735
James Smart3772a992009-05-22 14:50:54 -0400736void
James Smart98c9ea52007-10-27 13:37:33 -0400737lpfc_linkdown_port(struct lpfc_vport *vport)
738{
739 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
740
741 fc_host_post_event(shost, fc_get_event_number(), FCH_EVT_LINKDOWN, 0);
742
743 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
744 "Link Down: state:x%x rtry:x%x flg:x%x",
745 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
746
747 lpfc_port_link_failure(vport);
748
749}
750
dea31012005-04-17 16:05:31 -0500751int
James Smart685f0bf2007-04-25 09:53:08 -0400752lpfc_linkdown(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500753{
James Smart2e0fef82007-06-17 19:56:36 -0500754 struct lpfc_vport *vport = phba->pport;
755 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart549e55c2007-08-02 11:09:51 -0400756 struct lpfc_vport **vports;
James Smart685f0bf2007-04-25 09:53:08 -0400757 LPFC_MBOXQ_t *mb;
James Smart549e55c2007-08-02 11:09:51 -0400758 int i;
dea31012005-04-17 16:05:31 -0500759
James Smart3163f722008-02-08 18:50:25 -0500760 if (phba->link_state == LPFC_LINK_DOWN)
James Smart2e0fef82007-06-17 19:56:36 -0500761 return 0;
James Smartaacc20e2009-12-21 17:02:51 -0500762
763 /* Block all SCSI stack I/Os */
764 lpfc_scsi_dev_block(phba);
765
James Smart2e0fef82007-06-17 19:56:36 -0500766 spin_lock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -0500767 phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE);
James Smart72100cc2010-02-12 14:43:01 -0500768 spin_unlock_irq(&phba->hbalock);
James Smart92d7f7b2007-06-17 19:56:38 -0500769 if (phba->link_state > LPFC_LINK_DOWN) {
James Smart2e0fef82007-06-17 19:56:36 -0500770 phba->link_state = LPFC_LINK_DOWN;
James Smart72100cc2010-02-12 14:43:01 -0500771 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500772 phba->pport->fc_flag &= ~FC_LBIT;
James Smart72100cc2010-02-12 14:43:01 -0500773 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500774 }
James Smart549e55c2007-08-02 11:09:51 -0400775 vports = lpfc_create_vport_work_array(phba);
776 if (vports != NULL)
James Smart6fb120a2009-05-22 14:52:59 -0400777 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
James Smart549e55c2007-08-02 11:09:51 -0400778 /* Issue a LINK DOWN event to all nodes */
779 lpfc_linkdown_port(vports[i]);
780 }
James Smart09372822008-01-11 01:52:54 -0500781 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -0500782 /* Clean up any firmware default rpi's */
James Smart2e0fef82007-06-17 19:56:36 -0500783 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
784 if (mb) {
James Smart92d7f7b2007-06-17 19:56:38 -0500785 lpfc_unreg_did(phba, 0xffff, 0xffffffff, mb);
James Smarted957682007-06-17 19:56:37 -0500786 mb->vport = vport;
James Smart2e0fef82007-06-17 19:56:36 -0500787 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -0400788 if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT)
dea31012005-04-17 16:05:31 -0500789 == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -0500790 mempool_free(mb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -0500791 }
792 }
793
dea31012005-04-17 16:05:31 -0500794 /* Setup myDID for link up if we are in pt2pt mode */
James Smart92d7f7b2007-06-17 19:56:38 -0500795 if (phba->pport->fc_flag & FC_PT2PT) {
796 phba->pport->fc_myDID = 0;
James Smart2e0fef82007-06-17 19:56:36 -0500797 mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
798 if (mb) {
dea31012005-04-17 16:05:31 -0500799 lpfc_config_link(phba, mb);
James Smart92d7f7b2007-06-17 19:56:38 -0500800 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smarted957682007-06-17 19:56:37 -0500801 mb->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -0400802 if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT)
dea31012005-04-17 16:05:31 -0500803 == MBX_NOT_FINISHED) {
James Smart2e0fef82007-06-17 19:56:36 -0500804 mempool_free(mb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -0500805 }
806 }
James Smart2e0fef82007-06-17 19:56:36 -0500807 spin_lock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -0500808 phba->pport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI);
James Smart2e0fef82007-06-17 19:56:36 -0500809 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -0500810 }
James Smart2e0fef82007-06-17 19:56:36 -0500811
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -0500812 return 0;
dea31012005-04-17 16:05:31 -0500813}
814
James Smart92d7f7b2007-06-17 19:56:38 -0500815static void
816lpfc_linkup_cleanup_nodes(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -0500817{
James Smart92d7f7b2007-06-17 19:56:38 -0500818 struct lpfc_nodelist *ndlp;
819
820 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -0500821 if (!NLP_CHK_NODE_ACT(ndlp))
822 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500823 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
824 continue;
James Smart92d7f7b2007-06-17 19:56:38 -0500825 if (ndlp->nlp_type & NLP_FABRIC) {
James Smarte47c9092008-02-08 18:49:26 -0500826 /* On Linkup its safe to clean up the ndlp
827 * from Fabric connections.
828 */
James Smart92d7f7b2007-06-17 19:56:38 -0500829 if (ndlp->nlp_DID != Fabric_DID)
830 lpfc_unreg_rpi(vport, ndlp);
831 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
832 } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) {
James Smarte47c9092008-02-08 18:49:26 -0500833 /* Fail outstanding IO now since device is
834 * marked for PLOGI.
835 */
James Smart92d7f7b2007-06-17 19:56:38 -0500836 lpfc_unreg_rpi(vport, ndlp);
837 }
838 }
839}
840
841static void
842lpfc_linkup_port(struct lpfc_vport *vport)
843{
844 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart92d7f7b2007-06-17 19:56:38 -0500845 struct lpfc_hba *phba = vport->phba;
846
847 if ((vport->load_flag & FC_UNLOADING) != 0)
848 return;
849
James Smart858c9f62007-06-17 19:56:39 -0500850 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
851 "Link Up: top:x%x speed:x%x flg:x%x",
852 phba->fc_topology, phba->fc_linkspeed, phba->link_flag);
853
James Smart92d7f7b2007-06-17 19:56:38 -0500854 /* If NPIV is not enabled, only bring the physical port up */
855 if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) &&
856 (vport != phba->pport))
857 return;
dea31012005-04-17 16:05:31 -0500858
James Smart2e0fef82007-06-17 19:56:36 -0500859 fc_host_post_event(shost, fc_get_event_number(), FCH_EVT_LINKUP, 0);
James Smartd2873e42006-08-18 17:46:43 -0400860
James Smart2e0fef82007-06-17 19:56:36 -0500861 spin_lock_irq(shost->host_lock);
James Smart2e0fef82007-06-17 19:56:36 -0500862 vport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI | FC_ABORT_DISCOVERY |
863 FC_RSCN_MODE | FC_NLP_MORE | FC_RSCN_DISCOVERY);
864 vport->fc_flag |= FC_NDISC_ACTIVE;
865 vport->fc_ns_retry = 0;
866 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -0500867
James Smart92d7f7b2007-06-17 19:56:38 -0500868 if (vport->fc_flag & FC_LBIT)
869 lpfc_linkup_cleanup_nodes(vport);
dea31012005-04-17 16:05:31 -0500870
James Smart92d7f7b2007-06-17 19:56:38 -0500871}
872
873static int
874lpfc_linkup(struct lpfc_hba *phba)
875{
James Smart549e55c2007-08-02 11:09:51 -0400876 struct lpfc_vport **vports;
877 int i;
James Smart92d7f7b2007-06-17 19:56:38 -0500878
879 phba->link_state = LPFC_LINK_UP;
880
881 /* Unblock fabric iocbs if they are blocked */
882 clear_bit(FABRIC_COMANDS_BLOCKED, &phba->bit_flags);
883 del_timer_sync(&phba->fabric_block_timer);
884
James Smart549e55c2007-08-02 11:09:51 -0400885 vports = lpfc_create_vport_work_array(phba);
886 if (vports != NULL)
James Smart6fb120a2009-05-22 14:52:59 -0400887 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++)
James Smart549e55c2007-08-02 11:09:51 -0400888 lpfc_linkup_port(vports[i]);
James Smart09372822008-01-11 01:52:54 -0500889 lpfc_destroy_vport_work_array(phba, vports);
James Smart6fb120a2009-05-22 14:52:59 -0400890 if ((phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) &&
891 (phba->sli_rev < LPFC_SLI_REV4))
James Smart92d7f7b2007-06-17 19:56:38 -0500892 lpfc_issue_clear_la(phba, phba->pport);
dea31012005-04-17 16:05:31 -0500893
894 return 0;
895}
896
897/*
898 * This routine handles processing a CLEAR_LA mailbox
899 * command upon completion. It is setup in the LPFC_MBOXQ
900 * as the completion routine when the command is
901 * handed off to the SLI layer.
902 */
Adrian Bunka6ababd2007-11-05 18:07:33 +0100903static void
James Smart2e0fef82007-06-17 19:56:36 -0500904lpfc_mbx_cmpl_clear_la(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -0500905{
James Smart2e0fef82007-06-17 19:56:36 -0500906 struct lpfc_vport *vport = pmb->vport;
907 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
908 struct lpfc_sli *psli = &phba->sli;
James Smart04c68492009-05-22 14:52:52 -0400909 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -0500910 uint32_t control;
911
dea31012005-04-17 16:05:31 -0500912 /* Since we don't do discovery right now, turn these off here */
James Smarta4bc3372006-12-02 13:34:16 -0500913 psli->ring[psli->extra_ring].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -0500914 psli->ring[psli->fcp_ring].flag &= ~LPFC_STOP_IOCB_EVENT;
915 psli->ring[psli->next_ring].flag &= ~LPFC_STOP_IOCB_EVENT;
916
917 /* Check for error */
918 if ((mb->mbxStatus) && (mb->mbxStatus != 0x1601)) {
James Smart92d7f7b2007-06-17 19:56:38 -0500919 /* CLEAR_LA mbox error <mbxStatus> state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -0400920 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
921 "0320 CLEAR_LA mbxStatus error x%x hba "
922 "state x%x\n",
923 mb->mbxStatus, vport->port_state);
James Smart2e0fef82007-06-17 19:56:36 -0500924 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -0500925 goto out;
926 }
927
James Smart92d7f7b2007-06-17 19:56:38 -0500928 if (vport->port_type == LPFC_PHYSICAL_PORT)
929 phba->link_state = LPFC_HBA_READY;
930
931 spin_lock_irq(&phba->hbalock);
932 psli->sli_flag |= LPFC_PROCESS_LA;
933 control = readl(phba->HCregaddr);
934 control |= HC_LAINT_ENA;
935 writel(control, phba->HCregaddr);
936 readl(phba->HCregaddr); /* flush */
937 spin_unlock_irq(&phba->hbalock);
James Smart1b32f6a2008-02-08 18:49:39 -0500938 mempool_free(pmb, phba->mbox_mem_pool);
James Smart92d7f7b2007-06-17 19:56:38 -0500939 return;
dea31012005-04-17 16:05:31 -0500940
dea31012005-04-17 16:05:31 -0500941out:
942 /* Device Discovery completes */
James Smarte8b62012007-08-02 11:10:09 -0400943 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
944 "0225 Device Discovery completes\n");
James Smart2e0fef82007-06-17 19:56:36 -0500945 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -0500946
James Smart2e0fef82007-06-17 19:56:36 -0500947 spin_lock_irq(shost->host_lock);
James Smart58da1ff2008-04-07 10:15:56 -0400948 vport->fc_flag &= ~FC_ABORT_DISCOVERY;
James Smart2e0fef82007-06-17 19:56:36 -0500949 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -0500950
James Smart2e0fef82007-06-17 19:56:36 -0500951 lpfc_can_disctmo(vport);
dea31012005-04-17 16:05:31 -0500952
953 /* turn on Link Attention interrupts */
James Smart2e0fef82007-06-17 19:56:36 -0500954
955 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500956 psli->sli_flag |= LPFC_PROCESS_LA;
957 control = readl(phba->HCregaddr);
958 control |= HC_LAINT_ENA;
959 writel(control, phba->HCregaddr);
960 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -0500961 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500962
963 return;
964}
965
James Smart2e0fef82007-06-17 19:56:36 -0500966
dea31012005-04-17 16:05:31 -0500967static void
Jamie Wellnitz25594c62006-02-28 19:25:34 -0500968lpfc_mbx_cmpl_local_config_link(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -0500969{
James Smart2e0fef82007-06-17 19:56:36 -0500970 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -0500971
James Smart04c68492009-05-22 14:52:52 -0400972 if (pmb->u.mb.mbxStatus)
dea31012005-04-17 16:05:31 -0500973 goto out;
dea31012005-04-17 16:05:31 -0500974
Jamie Wellnitz25594c62006-02-28 19:25:34 -0500975 mempool_free(pmb, phba->mbox_mem_pool);
976
977 if (phba->fc_topology == TOPOLOGY_LOOP &&
James Smart2e0fef82007-06-17 19:56:36 -0500978 vport->fc_flag & FC_PUBLIC_LOOP &&
979 !(vport->fc_flag & FC_LBIT)) {
Jamie Wellnitz25594c62006-02-28 19:25:34 -0500980 /* Need to wait for FAN - use discovery timer
James Smart2e0fef82007-06-17 19:56:36 -0500981 * for timeout. port_state is identically
Jamie Wellnitz25594c62006-02-28 19:25:34 -0500982 * LPFC_LOCAL_CFG_LINK while waiting for FAN
983 */
James Smart2e0fef82007-06-17 19:56:36 -0500984 lpfc_set_disctmo(vport);
Jamie Wellnitz25594c62006-02-28 19:25:34 -0500985 return;
James Smart92d7f7b2007-06-17 19:56:38 -0500986 }
dea31012005-04-17 16:05:31 -0500987
James Smart2e0fef82007-06-17 19:56:36 -0500988 /* Start discovery by sending a FLOGI. port_state is identically
Jamie Wellnitz25594c62006-02-28 19:25:34 -0500989 * LPFC_FLOGI while waiting for FLOGI cmpl
990 */
James Smart92d7f7b2007-06-17 19:56:38 -0500991 if (vport->port_state != LPFC_FLOGI) {
James Smart92d7f7b2007-06-17 19:56:38 -0500992 lpfc_initial_flogi(vport);
993 }
Jamie Wellnitz25594c62006-02-28 19:25:34 -0500994 return;
dea31012005-04-17 16:05:31 -0500995
996out:
James Smarte8b62012007-08-02 11:10:09 -0400997 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
998 "0306 CONFIG_LINK mbxStatus error x%x "
999 "HBA state x%x\n",
James Smart04c68492009-05-22 14:52:52 -04001000 pmb->u.mb.mbxStatus, vport->port_state);
James Smart92d7f7b2007-06-17 19:56:38 -05001001 mempool_free(pmb, phba->mbox_mem_pool);
Jamie Wellnitz25594c62006-02-28 19:25:34 -05001002
1003 lpfc_linkdown(phba);
1004
James Smarte8b62012007-08-02 11:10:09 -04001005 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
1006 "0200 CONFIG_LINK bad hba state x%x\n",
1007 vport->port_state);
dea31012005-04-17 16:05:31 -05001008
James Smart92d7f7b2007-06-17 19:56:38 -05001009 lpfc_issue_clear_la(phba, vport);
dea31012005-04-17 16:05:31 -05001010 return;
1011}
1012
1013static void
James Smart6fb120a2009-05-22 14:52:59 -04001014lpfc_mbx_cmpl_reg_fcfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
1015{
1016 struct lpfc_vport *vport = mboxq->vport;
1017 unsigned long flags;
1018
1019 if (mboxq->u.mb.mbxStatus) {
1020 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
1021 "2017 REG_FCFI mbxStatus error x%x "
1022 "HBA state x%x\n",
1023 mboxq->u.mb.mbxStatus, vport->port_state);
1024 mempool_free(mboxq, phba->mbox_mem_pool);
1025 return;
1026 }
1027
1028 /* Start FCoE discovery by sending a FLOGI. */
1029 phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi, &mboxq->u.mqe.un.reg_fcfi);
1030 /* Set the FCFI registered flag */
1031 spin_lock_irqsave(&phba->hbalock, flags);
1032 phba->fcf.fcf_flag |= FCF_REGISTERED;
1033 spin_unlock_irqrestore(&phba->hbalock, flags);
James Smart32b97932009-07-19 10:01:21 -04001034 /* If there is a pending FCoE event, restart FCF table scan. */
1035 if (lpfc_check_pending_fcoe_event(phba, 1)) {
1036 mempool_free(mboxq, phba->mbox_mem_pool);
1037 return;
1038 }
James Smart1c6f4ef52009-11-18 15:40:49 -05001039 spin_lock_irqsave(&phba->hbalock, flags);
James Smartecfd03c2010-02-12 14:41:27 -05001040 phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE);
James Smart4d9ab992009-10-02 15:16:39 -04001041 phba->hba_flag &= ~FCF_DISC_INPROGRESS;
James Smart1c6f4ef52009-11-18 15:40:49 -05001042 spin_unlock_irqrestore(&phba->hbalock, flags);
1043 if (vport->port_state != LPFC_FLOGI)
James Smart6fb120a2009-05-22 14:52:59 -04001044 lpfc_initial_flogi(vport);
James Smart6fb120a2009-05-22 14:52:59 -04001045
1046 mempool_free(mboxq, phba->mbox_mem_pool);
1047 return;
1048}
1049
1050/**
1051 * lpfc_fab_name_match - Check if the fcf fabric name match.
1052 * @fab_name: pointer to fabric name.
1053 * @new_fcf_record: pointer to fcf record.
1054 *
1055 * This routine compare the fcf record's fabric name with provided
1056 * fabric name. If the fabric name are identical this function
1057 * returns 1 else return 0.
1058 **/
1059static uint32_t
1060lpfc_fab_name_match(uint8_t *fab_name, struct fcf_record *new_fcf_record)
1061{
James Smartecfd03c2010-02-12 14:41:27 -05001062 if (fab_name[0] != bf_get(lpfc_fcf_record_fab_name_0, new_fcf_record))
James Smart6fb120a2009-05-22 14:52:59 -04001063 return 0;
James Smartecfd03c2010-02-12 14:41:27 -05001064 if (fab_name[1] != bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record))
1065 return 0;
1066 if (fab_name[2] != bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record))
1067 return 0;
1068 if (fab_name[3] != bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record))
1069 return 0;
1070 if (fab_name[4] != bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record))
1071 return 0;
1072 if (fab_name[5] != bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record))
1073 return 0;
1074 if (fab_name[6] != bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record))
1075 return 0;
1076 if (fab_name[7] != bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record))
1077 return 0;
1078 return 1;
James Smart6fb120a2009-05-22 14:52:59 -04001079}
1080
1081/**
James Smart8fa38512009-07-19 10:01:03 -04001082 * lpfc_sw_name_match - Check if the fcf switch name match.
1083 * @fab_name: pointer to fabric name.
1084 * @new_fcf_record: pointer to fcf record.
1085 *
1086 * This routine compare the fcf record's switch name with provided
1087 * switch name. If the switch name are identical this function
1088 * returns 1 else return 0.
1089 **/
1090static uint32_t
1091lpfc_sw_name_match(uint8_t *sw_name, struct fcf_record *new_fcf_record)
1092{
James Smartecfd03c2010-02-12 14:41:27 -05001093 if (sw_name[0] != bf_get(lpfc_fcf_record_switch_name_0, new_fcf_record))
James Smart8fa38512009-07-19 10:01:03 -04001094 return 0;
James Smartecfd03c2010-02-12 14:41:27 -05001095 if (sw_name[1] != bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record))
1096 return 0;
1097 if (sw_name[2] != bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record))
1098 return 0;
1099 if (sw_name[3] != bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record))
1100 return 0;
1101 if (sw_name[4] != bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record))
1102 return 0;
1103 if (sw_name[5] != bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record))
1104 return 0;
1105 if (sw_name[6] != bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record))
1106 return 0;
1107 if (sw_name[7] != bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record))
1108 return 0;
1109 return 1;
James Smart8fa38512009-07-19 10:01:03 -04001110}
1111
1112/**
James Smart6fb120a2009-05-22 14:52:59 -04001113 * lpfc_mac_addr_match - Check if the fcf mac address match.
James Smartecfd03c2010-02-12 14:41:27 -05001114 * @mac_addr: pointer to mac address.
James Smart6fb120a2009-05-22 14:52:59 -04001115 * @new_fcf_record: pointer to fcf record.
1116 *
1117 * This routine compare the fcf record's mac address with HBA's
1118 * FCF mac address. If the mac addresses are identical this function
1119 * returns 1 else return 0.
1120 **/
1121static uint32_t
James Smartecfd03c2010-02-12 14:41:27 -05001122lpfc_mac_addr_match(uint8_t *mac_addr, struct fcf_record *new_fcf_record)
James Smart6fb120a2009-05-22 14:52:59 -04001123{
James Smartecfd03c2010-02-12 14:41:27 -05001124 if (mac_addr[0] != bf_get(lpfc_fcf_record_mac_0, new_fcf_record))
James Smart6fb120a2009-05-22 14:52:59 -04001125 return 0;
James Smartecfd03c2010-02-12 14:41:27 -05001126 if (mac_addr[1] != bf_get(lpfc_fcf_record_mac_1, new_fcf_record))
1127 return 0;
1128 if (mac_addr[2] != bf_get(lpfc_fcf_record_mac_2, new_fcf_record))
1129 return 0;
1130 if (mac_addr[3] != bf_get(lpfc_fcf_record_mac_3, new_fcf_record))
1131 return 0;
1132 if (mac_addr[4] != bf_get(lpfc_fcf_record_mac_4, new_fcf_record))
1133 return 0;
1134 if (mac_addr[5] != bf_get(lpfc_fcf_record_mac_5, new_fcf_record))
1135 return 0;
1136 return 1;
1137}
1138
1139static bool
1140lpfc_vlan_id_match(uint16_t curr_vlan_id, uint16_t new_vlan_id)
1141{
1142 return (curr_vlan_id == new_vlan_id);
James Smart6fb120a2009-05-22 14:52:59 -04001143}
1144
1145/**
1146 * lpfc_copy_fcf_record - Copy fcf information to lpfc_hba.
James Smartecfd03c2010-02-12 14:41:27 -05001147 * @fcf: pointer to driver fcf record.
James Smart6fb120a2009-05-22 14:52:59 -04001148 * @new_fcf_record: pointer to fcf record.
1149 *
1150 * This routine copies the FCF information from the FCF
1151 * record to lpfc_hba data structure.
1152 **/
1153static void
James Smartecfd03c2010-02-12 14:41:27 -05001154lpfc_copy_fcf_record(struct lpfc_fcf_rec *fcf_rec,
1155 struct fcf_record *new_fcf_record)
James Smart6fb120a2009-05-22 14:52:59 -04001156{
James Smartecfd03c2010-02-12 14:41:27 -05001157 /* Fabric name */
1158 fcf_rec->fabric_name[0] =
James Smart6fb120a2009-05-22 14:52:59 -04001159 bf_get(lpfc_fcf_record_fab_name_0, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001160 fcf_rec->fabric_name[1] =
James Smart6fb120a2009-05-22 14:52:59 -04001161 bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001162 fcf_rec->fabric_name[2] =
James Smart6fb120a2009-05-22 14:52:59 -04001163 bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001164 fcf_rec->fabric_name[3] =
James Smart6fb120a2009-05-22 14:52:59 -04001165 bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001166 fcf_rec->fabric_name[4] =
James Smart6fb120a2009-05-22 14:52:59 -04001167 bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001168 fcf_rec->fabric_name[5] =
James Smart6fb120a2009-05-22 14:52:59 -04001169 bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001170 fcf_rec->fabric_name[6] =
James Smart6fb120a2009-05-22 14:52:59 -04001171 bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001172 fcf_rec->fabric_name[7] =
James Smart6fb120a2009-05-22 14:52:59 -04001173 bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001174 /* Mac address */
1175 fcf_rec->mac_addr[0] = bf_get(lpfc_fcf_record_mac_0, new_fcf_record);
1176 fcf_rec->mac_addr[1] = bf_get(lpfc_fcf_record_mac_1, new_fcf_record);
1177 fcf_rec->mac_addr[2] = bf_get(lpfc_fcf_record_mac_2, new_fcf_record);
1178 fcf_rec->mac_addr[3] = bf_get(lpfc_fcf_record_mac_3, new_fcf_record);
1179 fcf_rec->mac_addr[4] = bf_get(lpfc_fcf_record_mac_4, new_fcf_record);
1180 fcf_rec->mac_addr[5] = bf_get(lpfc_fcf_record_mac_5, new_fcf_record);
1181 /* FCF record index */
1182 fcf_rec->fcf_indx = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
1183 /* FCF record priority */
1184 fcf_rec->priority = new_fcf_record->fip_priority;
1185 /* Switch name */
1186 fcf_rec->switch_name[0] =
James Smart8fa38512009-07-19 10:01:03 -04001187 bf_get(lpfc_fcf_record_switch_name_0, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001188 fcf_rec->switch_name[1] =
James Smart8fa38512009-07-19 10:01:03 -04001189 bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001190 fcf_rec->switch_name[2] =
James Smart8fa38512009-07-19 10:01:03 -04001191 bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001192 fcf_rec->switch_name[3] =
James Smart8fa38512009-07-19 10:01:03 -04001193 bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001194 fcf_rec->switch_name[4] =
James Smart8fa38512009-07-19 10:01:03 -04001195 bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001196 fcf_rec->switch_name[5] =
James Smart8fa38512009-07-19 10:01:03 -04001197 bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001198 fcf_rec->switch_name[6] =
James Smart8fa38512009-07-19 10:01:03 -04001199 bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record);
James Smartecfd03c2010-02-12 14:41:27 -05001200 fcf_rec->switch_name[7] =
James Smart8fa38512009-07-19 10:01:03 -04001201 bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record);
James Smart6fb120a2009-05-22 14:52:59 -04001202}
1203
1204/**
James Smartecfd03c2010-02-12 14:41:27 -05001205 * lpfc_update_fcf_record - Update driver fcf record
1206 * @phba: pointer to lpfc hba data structure.
1207 * @fcf_rec: pointer to driver fcf record.
1208 * @new_fcf_record: pointer to hba fcf record.
1209 * @addr_mode: address mode to be set to the driver fcf record.
1210 * @vlan_id: vlan tag to be set to the driver fcf record.
1211 * @flag: flag bits to be set to the driver fcf record.
1212 *
1213 * This routine updates the driver FCF record from the new HBA FCF record
1214 * together with the address mode, vlan_id, and other informations. This
1215 * routine is called with the host lock held.
1216 **/
1217static void
1218__lpfc_update_fcf_record(struct lpfc_hba *phba, struct lpfc_fcf_rec *fcf_rec,
1219 struct fcf_record *new_fcf_record, uint32_t addr_mode,
1220 uint16_t vlan_id, uint32_t flag)
1221{
1222 /* Copy the fields from the HBA's FCF record */
1223 lpfc_copy_fcf_record(fcf_rec, new_fcf_record);
1224 /* Update other fields of driver FCF record */
1225 fcf_rec->addr_mode = addr_mode;
1226 fcf_rec->vlan_id = vlan_id;
1227 fcf_rec->flag |= (flag | RECORD_VALID);
1228}
1229
1230/**
James Smart6fb120a2009-05-22 14:52:59 -04001231 * lpfc_register_fcf - Register the FCF with hba.
1232 * @phba: pointer to lpfc hba data structure.
1233 *
1234 * This routine issues a register fcfi mailbox command to register
1235 * the fcf with HBA.
1236 **/
1237static void
1238lpfc_register_fcf(struct lpfc_hba *phba)
1239{
1240 LPFC_MBOXQ_t *fcf_mbxq;
1241 int rc;
1242 unsigned long flags;
1243
1244 spin_lock_irqsave(&phba->hbalock, flags);
1245
1246 /* If the FCF is not availabe do nothing. */
1247 if (!(phba->fcf.fcf_flag & FCF_AVAILABLE)) {
James Smart4d9ab992009-10-02 15:16:39 -04001248 phba->hba_flag &= ~FCF_DISC_INPROGRESS;
James Smart6fb120a2009-05-22 14:52:59 -04001249 spin_unlock_irqrestore(&phba->hbalock, flags);
1250 return;
1251 }
1252
1253 /* The FCF is already registered, start discovery */
1254 if (phba->fcf.fcf_flag & FCF_REGISTERED) {
James Smartecfd03c2010-02-12 14:41:27 -05001255 phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE);
James Smart32b97932009-07-19 10:01:21 -04001256 phba->hba_flag &= ~FCF_DISC_INPROGRESS;
James Smart6fb120a2009-05-22 14:52:59 -04001257 spin_unlock_irqrestore(&phba->hbalock, flags);
1258 if (phba->pport->port_state != LPFC_FLOGI)
1259 lpfc_initial_flogi(phba->pport);
1260 return;
1261 }
1262 spin_unlock_irqrestore(&phba->hbalock, flags);
1263
1264 fcf_mbxq = mempool_alloc(phba->mbox_mem_pool,
1265 GFP_KERNEL);
James Smart4d9ab992009-10-02 15:16:39 -04001266 if (!fcf_mbxq) {
1267 spin_lock_irqsave(&phba->hbalock, flags);
1268 phba->hba_flag &= ~FCF_DISC_INPROGRESS;
1269 spin_unlock_irqrestore(&phba->hbalock, flags);
James Smart6fb120a2009-05-22 14:52:59 -04001270 return;
James Smart4d9ab992009-10-02 15:16:39 -04001271 }
James Smart6fb120a2009-05-22 14:52:59 -04001272
1273 lpfc_reg_fcfi(phba, fcf_mbxq);
1274 fcf_mbxq->vport = phba->pport;
1275 fcf_mbxq->mbox_cmpl = lpfc_mbx_cmpl_reg_fcfi;
1276 rc = lpfc_sli_issue_mbox(phba, fcf_mbxq, MBX_NOWAIT);
James Smart4d9ab992009-10-02 15:16:39 -04001277 if (rc == MBX_NOT_FINISHED) {
1278 spin_lock_irqsave(&phba->hbalock, flags);
1279 phba->hba_flag &= ~FCF_DISC_INPROGRESS;
1280 spin_unlock_irqrestore(&phba->hbalock, flags);
James Smart6fb120a2009-05-22 14:52:59 -04001281 mempool_free(fcf_mbxq, phba->mbox_mem_pool);
James Smart4d9ab992009-10-02 15:16:39 -04001282 }
James Smart6fb120a2009-05-22 14:52:59 -04001283
1284 return;
1285}
1286
1287/**
1288 * lpfc_match_fcf_conn_list - Check if the FCF record can be used for discovery.
1289 * @phba: pointer to lpfc hba data structure.
1290 * @new_fcf_record: pointer to fcf record.
1291 * @boot_flag: Indicates if this record used by boot bios.
1292 * @addr_mode: The address mode to be used by this FCF
James Smartecfd03c2010-02-12 14:41:27 -05001293 * @vlan_id: The vlan id to be used as vlan tagging by this FCF.
James Smart6fb120a2009-05-22 14:52:59 -04001294 *
1295 * This routine compare the fcf record with connect list obtained from the
1296 * config region to decide if this FCF can be used for SAN discovery. It returns
1297 * 1 if this record can be used for SAN discovery else return zero. If this FCF
1298 * record can be used for SAN discovery, the boot_flag will indicate if this FCF
1299 * is used by boot bios and addr_mode will indicate the addressing mode to be
1300 * used for this FCF when the function returns.
1301 * If the FCF record need to be used with a particular vlan id, the vlan is
1302 * set in the vlan_id on return of the function. If not VLAN tagging need to
James Smartdbb6b3a2010-06-08 18:31:37 -04001303 * be used with the FCF vlan_id will be set to LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001304 **/
1305static int
1306lpfc_match_fcf_conn_list(struct lpfc_hba *phba,
1307 struct fcf_record *new_fcf_record,
1308 uint32_t *boot_flag, uint32_t *addr_mode,
1309 uint16_t *vlan_id)
1310{
1311 struct lpfc_fcf_conn_entry *conn_entry;
James Smart4d9ab992009-10-02 15:16:39 -04001312 int i, j, fcf_vlan_id = 0;
1313
1314 /* Find the lowest VLAN id in the FCF record */
1315 for (i = 0; i < 512; i++) {
1316 if (new_fcf_record->vlan_bitmap[i]) {
1317 fcf_vlan_id = i * 8;
1318 j = 0;
1319 while (!((new_fcf_record->vlan_bitmap[i] >> j) & 1)) {
1320 j++;
1321 fcf_vlan_id++;
1322 }
1323 break;
1324 }
1325 }
James Smart6fb120a2009-05-22 14:52:59 -04001326
James Smart0c287582009-06-10 17:22:56 -04001327 /* If FCF not available return 0 */
1328 if (!bf_get(lpfc_fcf_record_fcf_avail, new_fcf_record) ||
1329 !bf_get(lpfc_fcf_record_fcf_valid, new_fcf_record))
1330 return 0;
1331
James Smart45ed1192009-10-02 15:17:02 -04001332 if (!(phba->hba_flag & HBA_FIP_SUPPORT)) {
James Smart6fb120a2009-05-22 14:52:59 -04001333 *boot_flag = 0;
1334 *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov,
1335 new_fcf_record);
1336 if (phba->valid_vlan)
1337 *vlan_id = phba->vlan_id;
1338 else
James Smartdbb6b3a2010-06-08 18:31:37 -04001339 *vlan_id = LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001340 return 1;
1341 }
1342
1343 /*
1344 * If there are no FCF connection table entry, driver connect to all
1345 * FCFs.
1346 */
1347 if (list_empty(&phba->fcf_conn_rec_list)) {
1348 *boot_flag = 0;
1349 *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov,
1350 new_fcf_record);
James Smart0c287582009-06-10 17:22:56 -04001351
1352 /*
1353 * When there are no FCF connect entries, use driver's default
1354 * addressing mode - FPMA.
1355 */
1356 if (*addr_mode & LPFC_FCF_FPMA)
1357 *addr_mode = LPFC_FCF_FPMA;
1358
James Smart4d9ab992009-10-02 15:16:39 -04001359 /* If FCF record report a vlan id use that vlan id */
1360 if (fcf_vlan_id)
1361 *vlan_id = fcf_vlan_id;
1362 else
James Smartdbb6b3a2010-06-08 18:31:37 -04001363 *vlan_id = LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001364 return 1;
1365 }
1366
James Smartecfd03c2010-02-12 14:41:27 -05001367 list_for_each_entry(conn_entry,
1368 &phba->fcf_conn_rec_list, list) {
James Smart6fb120a2009-05-22 14:52:59 -04001369 if (!(conn_entry->conn_rec.flags & FCFCNCT_VALID))
1370 continue;
1371
1372 if ((conn_entry->conn_rec.flags & FCFCNCT_FBNM_VALID) &&
1373 !lpfc_fab_name_match(conn_entry->conn_rec.fabric_name,
James Smart8fa38512009-07-19 10:01:03 -04001374 new_fcf_record))
James Smart6fb120a2009-05-22 14:52:59 -04001375 continue;
James Smart8fa38512009-07-19 10:01:03 -04001376 if ((conn_entry->conn_rec.flags & FCFCNCT_SWNM_VALID) &&
1377 !lpfc_sw_name_match(conn_entry->conn_rec.switch_name,
1378 new_fcf_record))
1379 continue;
James Smart6fb120a2009-05-22 14:52:59 -04001380 if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID) {
1381 /*
1382 * If the vlan bit map does not have the bit set for the
1383 * vlan id to be used, then it is not a match.
1384 */
1385 if (!(new_fcf_record->vlan_bitmap
1386 [conn_entry->conn_rec.vlan_tag / 8] &
1387 (1 << (conn_entry->conn_rec.vlan_tag % 8))))
1388 continue;
1389 }
1390
1391 /*
James Smart0c287582009-06-10 17:22:56 -04001392 * If connection record does not support any addressing mode,
1393 * skip the FCF record.
1394 */
1395 if (!(bf_get(lpfc_fcf_record_mac_addr_prov, new_fcf_record)
1396 & (LPFC_FCF_FPMA | LPFC_FCF_SPMA)))
1397 continue;
1398
1399 /*
James Smart6fb120a2009-05-22 14:52:59 -04001400 * Check if the connection record specifies a required
1401 * addressing mode.
1402 */
1403 if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1404 !(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED)) {
1405
1406 /*
1407 * If SPMA required but FCF not support this continue.
1408 */
1409 if ((conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1410 !(bf_get(lpfc_fcf_record_mac_addr_prov,
1411 new_fcf_record) & LPFC_FCF_SPMA))
1412 continue;
1413
1414 /*
1415 * If FPMA required but FCF not support this continue.
1416 */
1417 if (!(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1418 !(bf_get(lpfc_fcf_record_mac_addr_prov,
1419 new_fcf_record) & LPFC_FCF_FPMA))
1420 continue;
1421 }
1422
1423 /*
1424 * This fcf record matches filtering criteria.
1425 */
1426 if (conn_entry->conn_rec.flags & FCFCNCT_BOOT)
1427 *boot_flag = 1;
1428 else
1429 *boot_flag = 0;
1430
James Smart0c287582009-06-10 17:22:56 -04001431 /*
1432 * If user did not specify any addressing mode, or if the
1433 * prefered addressing mode specified by user is not supported
1434 * by FCF, allow fabric to pick the addressing mode.
1435 */
James Smart6fb120a2009-05-22 14:52:59 -04001436 *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov,
1437 new_fcf_record);
1438 /*
1439 * If the user specified a required address mode, assign that
1440 * address mode
1441 */
1442 if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1443 (!(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED)))
1444 *addr_mode = (conn_entry->conn_rec.flags &
1445 FCFCNCT_AM_SPMA) ?
1446 LPFC_FCF_SPMA : LPFC_FCF_FPMA;
1447 /*
1448 * If the user specified a prefered address mode, use the
1449 * addr mode only if FCF support the addr_mode.
1450 */
1451 else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1452 (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) &&
1453 (conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1454 (*addr_mode & LPFC_FCF_SPMA))
1455 *addr_mode = LPFC_FCF_SPMA;
1456 else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) &&
1457 (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) &&
1458 !(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) &&
1459 (*addr_mode & LPFC_FCF_FPMA))
1460 *addr_mode = LPFC_FCF_FPMA;
James Smart6fb120a2009-05-22 14:52:59 -04001461
James Smart4d9ab992009-10-02 15:16:39 -04001462 /* If matching connect list has a vlan id, use it */
James Smart6fb120a2009-05-22 14:52:59 -04001463 if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID)
1464 *vlan_id = conn_entry->conn_rec.vlan_tag;
James Smart4d9ab992009-10-02 15:16:39 -04001465 /*
1466 * If no vlan id is specified in connect list, use the vlan id
1467 * in the FCF record
1468 */
1469 else if (fcf_vlan_id)
1470 *vlan_id = fcf_vlan_id;
James Smart6fb120a2009-05-22 14:52:59 -04001471 else
James Smartdbb6b3a2010-06-08 18:31:37 -04001472 *vlan_id = LPFC_FCOE_NULL_VID;
James Smart6fb120a2009-05-22 14:52:59 -04001473
1474 return 1;
1475 }
1476
1477 return 0;
1478}
1479
1480/**
James Smart32b97932009-07-19 10:01:21 -04001481 * lpfc_check_pending_fcoe_event - Check if there is pending fcoe event.
1482 * @phba: pointer to lpfc hba data structure.
1483 * @unreg_fcf: Unregister FCF if FCF table need to be re-scaned.
1484 *
1485 * This function check if there is any fcoe event pending while driver
1486 * scan FCF entries. If there is any pending event, it will restart the
1487 * FCF saning and return 1 else return 0.
1488 */
1489int
1490lpfc_check_pending_fcoe_event(struct lpfc_hba *phba, uint8_t unreg_fcf)
1491{
James Smart32b97932009-07-19 10:01:21 -04001492 /*
1493 * If the Link is up and no FCoE events while in the
1494 * FCF discovery, no need to restart FCF discovery.
1495 */
1496 if ((phba->link_state >= LPFC_LINK_UP) &&
1497 (phba->fcoe_eventtag == phba->fcoe_eventtag_at_fcf_scan))
1498 return 0;
1499
James Smart0c9ab6f2010-02-26 14:15:57 -05001500 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1501 "2768 Pending link or FCF event during current "
1502 "handling of the previous event: link_state:x%x, "
1503 "evt_tag_at_scan:x%x, evt_tag_current:x%x\n",
1504 phba->link_state, phba->fcoe_eventtag_at_fcf_scan,
1505 phba->fcoe_eventtag);
1506
James Smart32b97932009-07-19 10:01:21 -04001507 spin_lock_irq(&phba->hbalock);
1508 phba->fcf.fcf_flag &= ~FCF_AVAILABLE;
1509 spin_unlock_irq(&phba->hbalock);
1510
James Smart0c9ab6f2010-02-26 14:15:57 -05001511 if (phba->link_state >= LPFC_LINK_UP) {
1512 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
1513 "2780 Restart FCF table scan due to "
1514 "pending FCF event:evt_tag_at_scan:x%x, "
1515 "evt_tag_current:x%x\n",
1516 phba->fcoe_eventtag_at_fcf_scan,
1517 phba->fcoe_eventtag);
1518 lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST);
1519 } else {
James Smart4d9ab992009-10-02 15:16:39 -04001520 /*
1521 * Do not continue FCF discovery and clear FCF_DISC_INPROGRESS
1522 * flag
1523 */
James Smartdbb6b3a2010-06-08 18:31:37 -04001524 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
1525 "2833 Stop FCF discovery process due to link "
1526 "state change (x%x)\n", phba->link_state);
James Smart1c6f4ef52009-11-18 15:40:49 -05001527 spin_lock_irq(&phba->hbalock);
James Smart4d9ab992009-10-02 15:16:39 -04001528 phba->hba_flag &= ~FCF_DISC_INPROGRESS;
James Smart0c9ab6f2010-02-26 14:15:57 -05001529 phba->fcf.fcf_flag &= ~(FCF_REDISC_FOV | FCF_DISCOVERY);
James Smart1c6f4ef52009-11-18 15:40:49 -05001530 spin_unlock_irq(&phba->hbalock);
1531 }
James Smart32b97932009-07-19 10:01:21 -04001532
James Smart0c9ab6f2010-02-26 14:15:57 -05001533 /* Unregister the currently registered FCF if required */
James Smart32b97932009-07-19 10:01:21 -04001534 if (unreg_fcf) {
1535 spin_lock_irq(&phba->hbalock);
1536 phba->fcf.fcf_flag &= ~FCF_REGISTERED;
1537 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05001538 lpfc_sli4_unregister_fcf(phba);
James Smart32b97932009-07-19 10:01:21 -04001539 }
James Smart32b97932009-07-19 10:01:21 -04001540 return 1;
1541}
1542
1543/**
James Smart999d8132010-03-15 11:24:56 -04001544 * lpfc_sli4_new_fcf_random_select - Randomly select an eligible new fcf record
1545 * @phba: pointer to lpfc hba data structure.
1546 * @fcf_cnt: number of eligible fcf record seen so far.
1547 *
1548 * This function makes an running random selection decision on FCF record to
1549 * use through a sequence of @fcf_cnt eligible FCF records with equal
1550 * probability. To perform integer manunipulation of random numbers with
1551 * size unit32_t, the lower 16 bits of the 32-bit random number returned
1552 * from random32() are taken as the random random number generated.
1553 *
1554 * Returns true when outcome is for the newly read FCF record should be
1555 * chosen; otherwise, return false when outcome is for keeping the previously
1556 * chosen FCF record.
1557 **/
1558static bool
1559lpfc_sli4_new_fcf_random_select(struct lpfc_hba *phba, uint32_t fcf_cnt)
1560{
1561 uint32_t rand_num;
1562
1563 /* Get 16-bit uniform random number */
1564 rand_num = (0xFFFF & random32());
1565
1566 /* Decision with probability 1/fcf_cnt */
1567 if ((fcf_cnt * rand_num) < 0xFFFF)
1568 return true;
1569 else
1570 return false;
1571}
1572
1573/**
1574 * lpfc_mbx_cmpl_read_fcf_record - Completion handler for read_fcf mbox.
James Smart6fb120a2009-05-22 14:52:59 -04001575 * @phba: pointer to lpfc hba data structure.
1576 * @mboxq: pointer to mailbox object.
James Smart0c9ab6f2010-02-26 14:15:57 -05001577 * @next_fcf_index: pointer to holder of next fcf index.
James Smart6fb120a2009-05-22 14:52:59 -04001578 *
James Smart0c9ab6f2010-02-26 14:15:57 -05001579 * This routine parses the non-embedded fcf mailbox command by performing the
1580 * necessarily error checking, non-embedded read FCF record mailbox command
1581 * SGE parsing, and endianness swapping.
1582 *
1583 * Returns the pointer to the new FCF record in the non-embedded mailbox
1584 * command DMA memory if successfully, other NULL.
James Smart6fb120a2009-05-22 14:52:59 -04001585 */
James Smart0c9ab6f2010-02-26 14:15:57 -05001586static struct fcf_record *
1587lpfc_sli4_fcf_rec_mbox_parse(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq,
1588 uint16_t *next_fcf_index)
James Smart6fb120a2009-05-22 14:52:59 -04001589{
1590 void *virt_addr;
1591 dma_addr_t phys_addr;
James Smart6fb120a2009-05-22 14:52:59 -04001592 struct lpfc_mbx_sge sge;
1593 struct lpfc_mbx_read_fcf_tbl *read_fcf;
1594 uint32_t shdr_status, shdr_add_status;
1595 union lpfc_sli4_cfg_shdr *shdr;
1596 struct fcf_record *new_fcf_record;
James Smart32b97932009-07-19 10:01:21 -04001597
James Smart6fb120a2009-05-22 14:52:59 -04001598 /* Get the first SGE entry from the non-embedded DMA memory. This
1599 * routine only uses a single SGE.
1600 */
1601 lpfc_sli4_mbx_sge_get(mboxq, 0, &sge);
1602 phys_addr = getPaddr(sge.pa_hi, sge.pa_lo);
1603 if (unlikely(!mboxq->sge_array)) {
1604 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX,
1605 "2524 Failed to get the non-embedded SGE "
1606 "virtual address\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05001607 return NULL;
James Smart6fb120a2009-05-22 14:52:59 -04001608 }
1609 virt_addr = mboxq->sge_array->addr[0];
1610
1611 shdr = (union lpfc_sli4_cfg_shdr *)virt_addr;
1612 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
James Smart0c9ab6f2010-02-26 14:15:57 -05001613 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
James Smart6fb120a2009-05-22 14:52:59 -04001614 if (shdr_status || shdr_add_status) {
James Smart0c9ab6f2010-02-26 14:15:57 -05001615 if (shdr_status == STATUS_FCF_TABLE_EMPTY)
1616 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smartdef9c7a2009-12-21 17:02:28 -05001617 "2726 READ_FCF_RECORD Indicates empty "
1618 "FCF table.\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05001619 else
1620 lpfc_printf_log(phba, KERN_ERR, LOG_FIP,
James Smartdef9c7a2009-12-21 17:02:28 -05001621 "2521 READ_FCF_RECORD mailbox failed "
James Smart0c9ab6f2010-02-26 14:15:57 -05001622 "with status x%x add_status x%x, "
1623 "mbx\n", shdr_status, shdr_add_status);
1624 return NULL;
James Smart6fb120a2009-05-22 14:52:59 -04001625 }
James Smart0c9ab6f2010-02-26 14:15:57 -05001626
1627 /* Interpreting the returned information of the FCF record */
James Smart6fb120a2009-05-22 14:52:59 -04001628 read_fcf = (struct lpfc_mbx_read_fcf_tbl *)virt_addr;
1629 lpfc_sli_pcimem_bcopy(read_fcf, read_fcf,
1630 sizeof(struct lpfc_mbx_read_fcf_tbl));
James Smart0c9ab6f2010-02-26 14:15:57 -05001631 *next_fcf_index = bf_get(lpfc_mbx_read_fcf_tbl_nxt_vindx, read_fcf);
James Smart6fb120a2009-05-22 14:52:59 -04001632 new_fcf_record = (struct fcf_record *)(virt_addr +
1633 sizeof(struct lpfc_mbx_read_fcf_tbl));
1634 lpfc_sli_pcimem_bcopy(new_fcf_record, new_fcf_record,
James Smartcb5172e2010-03-15 11:25:07 -04001635 offsetof(struct fcf_record, vlan_bitmap));
1636 new_fcf_record->word137 = le32_to_cpu(new_fcf_record->word137);
1637 new_fcf_record->word138 = le32_to_cpu(new_fcf_record->word138);
James Smart6fb120a2009-05-22 14:52:59 -04001638
James Smart0c9ab6f2010-02-26 14:15:57 -05001639 return new_fcf_record;
1640}
1641
1642/**
1643 * lpfc_sli4_log_fcf_record_info - Log the information of a fcf record
1644 * @phba: pointer to lpfc hba data structure.
1645 * @fcf_record: pointer to the fcf record.
1646 * @vlan_id: the lowest vlan identifier associated to this fcf record.
1647 * @next_fcf_index: the index to the next fcf record in hba's fcf table.
1648 *
1649 * This routine logs the detailed FCF record if the LOG_FIP loggin is
1650 * enabled.
1651 **/
1652static void
1653lpfc_sli4_log_fcf_record_info(struct lpfc_hba *phba,
1654 struct fcf_record *fcf_record,
1655 uint16_t vlan_id,
1656 uint16_t next_fcf_index)
1657{
1658 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1659 "2764 READ_FCF_RECORD:\n"
1660 "\tFCF_Index : x%x\n"
1661 "\tFCF_Avail : x%x\n"
1662 "\tFCF_Valid : x%x\n"
1663 "\tFIP_Priority : x%x\n"
1664 "\tMAC_Provider : x%x\n"
1665 "\tLowest VLANID : x%x\n"
1666 "\tFCF_MAC Addr : x%x:%x:%x:%x:%x:%x\n"
1667 "\tFabric_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n"
1668 "\tSwitch_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n"
1669 "\tNext_FCF_Index: x%x\n",
1670 bf_get(lpfc_fcf_record_fcf_index, fcf_record),
1671 bf_get(lpfc_fcf_record_fcf_avail, fcf_record),
1672 bf_get(lpfc_fcf_record_fcf_valid, fcf_record),
1673 fcf_record->fip_priority,
1674 bf_get(lpfc_fcf_record_mac_addr_prov, fcf_record),
1675 vlan_id,
1676 bf_get(lpfc_fcf_record_mac_0, fcf_record),
1677 bf_get(lpfc_fcf_record_mac_1, fcf_record),
1678 bf_get(lpfc_fcf_record_mac_2, fcf_record),
1679 bf_get(lpfc_fcf_record_mac_3, fcf_record),
1680 bf_get(lpfc_fcf_record_mac_4, fcf_record),
1681 bf_get(lpfc_fcf_record_mac_5, fcf_record),
1682 bf_get(lpfc_fcf_record_fab_name_0, fcf_record),
1683 bf_get(lpfc_fcf_record_fab_name_1, fcf_record),
1684 bf_get(lpfc_fcf_record_fab_name_2, fcf_record),
1685 bf_get(lpfc_fcf_record_fab_name_3, fcf_record),
1686 bf_get(lpfc_fcf_record_fab_name_4, fcf_record),
1687 bf_get(lpfc_fcf_record_fab_name_5, fcf_record),
1688 bf_get(lpfc_fcf_record_fab_name_6, fcf_record),
1689 bf_get(lpfc_fcf_record_fab_name_7, fcf_record),
1690 bf_get(lpfc_fcf_record_switch_name_0, fcf_record),
1691 bf_get(lpfc_fcf_record_switch_name_1, fcf_record),
1692 bf_get(lpfc_fcf_record_switch_name_2, fcf_record),
1693 bf_get(lpfc_fcf_record_switch_name_3, fcf_record),
1694 bf_get(lpfc_fcf_record_switch_name_4, fcf_record),
1695 bf_get(lpfc_fcf_record_switch_name_5, fcf_record),
1696 bf_get(lpfc_fcf_record_switch_name_6, fcf_record),
1697 bf_get(lpfc_fcf_record_switch_name_7, fcf_record),
1698 next_fcf_index);
1699}
1700
1701/**
James Smartdbb6b3a2010-06-08 18:31:37 -04001702 lpfc_sli4_fcf_record_match - testing new FCF record for matching existing FCF
1703 * @phba: pointer to lpfc hba data structure.
1704 * @fcf_rec: pointer to an existing FCF record.
1705 * @new_fcf_record: pointer to a new FCF record.
1706 * @new_vlan_id: vlan id from the new FCF record.
1707 *
1708 * This function performs matching test of a new FCF record against an existing
1709 * FCF record. If the new_vlan_id passed in is LPFC_FCOE_IGNORE_VID, vlan id
1710 * will not be used as part of the FCF record matching criteria.
1711 *
1712 * Returns true if all the fields matching, otherwise returns false.
1713 */
1714static bool
1715lpfc_sli4_fcf_record_match(struct lpfc_hba *phba,
1716 struct lpfc_fcf_rec *fcf_rec,
1717 struct fcf_record *new_fcf_record,
1718 uint16_t new_vlan_id)
1719{
1720 if (new_vlan_id != LPFC_FCOE_IGNORE_VID)
1721 if (!lpfc_vlan_id_match(fcf_rec->vlan_id, new_vlan_id))
1722 return false;
1723 if (!lpfc_mac_addr_match(fcf_rec->mac_addr, new_fcf_record))
1724 return false;
1725 if (!lpfc_sw_name_match(fcf_rec->switch_name, new_fcf_record))
1726 return false;
1727 if (!lpfc_fab_name_match(fcf_rec->fabric_name, new_fcf_record))
1728 return false;
1729 return true;
1730}
1731
1732/**
James Smart0c9ab6f2010-02-26 14:15:57 -05001733 * lpfc_mbx_cmpl_fcf_scan_read_fcf_rec - fcf scan read_fcf mbox cmpl handler.
1734 * @phba: pointer to lpfc hba data structure.
1735 * @mboxq: pointer to mailbox object.
1736 *
1737 * This function iterates through all the fcf records available in
1738 * HBA and chooses the optimal FCF record for discovery. After finding
1739 * the FCF for discovery it registers the FCF record and kicks start
1740 * discovery.
1741 * If FCF_IN_USE flag is set in currently used FCF, the routine tries to
1742 * use an FCF record which matches fabric name and mac address of the
1743 * currently used FCF record.
1744 * If the driver supports only one FCF, it will try to use the FCF record
1745 * used by BOOT_BIOS.
1746 */
1747void
1748lpfc_mbx_cmpl_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
1749{
1750 struct fcf_record *new_fcf_record;
1751 uint32_t boot_flag, addr_mode;
1752 uint16_t fcf_index, next_fcf_index;
1753 struct lpfc_fcf_rec *fcf_rec = NULL;
1754 uint16_t vlan_id;
James Smart999d8132010-03-15 11:24:56 -04001755 uint32_t seed;
1756 bool select_new_fcf;
James Smart0c9ab6f2010-02-26 14:15:57 -05001757 int rc;
1758
1759 /* If there is pending FCoE event restart FCF table scan */
1760 if (lpfc_check_pending_fcoe_event(phba, 0)) {
1761 lpfc_sli4_mbox_cmd_free(phba, mboxq);
1762 return;
1763 }
1764
1765 /* Parse the FCF record from the non-embedded mailbox command */
1766 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
1767 &next_fcf_index);
1768 if (!new_fcf_record) {
1769 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
1770 "2765 Mailbox command READ_FCF_RECORD "
1771 "failed to retrieve a FCF record.\n");
1772 /* Let next new FCF event trigger fast failover */
1773 spin_lock_irq(&phba->hbalock);
1774 phba->hba_flag &= ~FCF_DISC_INPROGRESS;
1775 spin_unlock_irq(&phba->hbalock);
1776 lpfc_sli4_mbox_cmd_free(phba, mboxq);
1777 return;
1778 }
1779
1780 /* Check the FCF record against the connection list */
James Smartecfd03c2010-02-12 14:41:27 -05001781 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
1782 &addr_mode, &vlan_id);
James Smart0c9ab6f2010-02-26 14:15:57 -05001783
1784 /* Log the FCF record information if turned on */
1785 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
1786 next_fcf_index);
1787
James Smart6fb120a2009-05-22 14:52:59 -04001788 /*
1789 * If the fcf record does not match with connect list entries
James Smart0c9ab6f2010-02-26 14:15:57 -05001790 * read the next entry; otherwise, this is an eligible FCF
1791 * record for round robin FCF failover.
James Smart6fb120a2009-05-22 14:52:59 -04001792 */
James Smart0c9ab6f2010-02-26 14:15:57 -05001793 if (!rc) {
1794 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
James Smartdbb6b3a2010-06-08 18:31:37 -04001795 "2781 FCF record (x%x) failed FCF "
James Smart0c9ab6f2010-02-26 14:15:57 -05001796 "connection list check, fcf_avail:x%x, "
1797 "fcf_valid:x%x\n",
1798 bf_get(lpfc_fcf_record_fcf_index,
1799 new_fcf_record),
1800 bf_get(lpfc_fcf_record_fcf_avail,
1801 new_fcf_record),
1802 bf_get(lpfc_fcf_record_fcf_valid,
1803 new_fcf_record));
James Smartdbb6b3a2010-06-08 18:31:37 -04001804 if ((phba->fcf.fcf_flag & FCF_IN_USE) &&
1805 lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec,
1806 new_fcf_record, LPFC_FCOE_IGNORE_VID)) {
1807 /*
1808 * In case the current in-use FCF record becomes
1809 * invalid/unavailable during FCF discovery that
1810 * was not triggered by fast FCF failover process,
1811 * treat it as fast FCF failover.
1812 */
1813 if (!(phba->fcf.fcf_flag & FCF_REDISC_PEND) &&
1814 !(phba->fcf.fcf_flag & FCF_REDISC_FOV)) {
1815 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
1816 "2835 Invalid in-use FCF "
1817 "record (x%x) reported, "
1818 "entering fast FCF failover "
1819 "mode scanning.\n",
1820 phba->fcf.current_rec.fcf_indx);
1821 spin_lock_irq(&phba->hbalock);
1822 phba->fcf.fcf_flag |= FCF_REDISC_FOV;
1823 spin_unlock_irq(&phba->hbalock);
1824 lpfc_sli4_mbox_cmd_free(phba, mboxq);
1825 lpfc_sli4_fcf_scan_read_fcf_rec(phba,
1826 LPFC_FCOE_FCF_GET_FIRST);
1827 return;
1828 }
1829 }
James Smart6fb120a2009-05-22 14:52:59 -04001830 goto read_next_fcf;
James Smart0c9ab6f2010-02-26 14:15:57 -05001831 } else {
1832 fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
1833 rc = lpfc_sli4_fcf_rr_index_set(phba, fcf_index);
1834 if (rc)
1835 goto read_next_fcf;
1836 }
1837
James Smart6fb120a2009-05-22 14:52:59 -04001838 /*
1839 * If this is not the first FCF discovery of the HBA, use last
James Smartecfd03c2010-02-12 14:41:27 -05001840 * FCF record for the discovery. The condition that a rescan
1841 * matches the in-use FCF record: fabric name, switch name, mac
1842 * address, and vlan_id.
James Smart6fb120a2009-05-22 14:52:59 -04001843 */
James Smart0c9ab6f2010-02-26 14:15:57 -05001844 spin_lock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001845 if (phba->fcf.fcf_flag & FCF_IN_USE) {
James Smartdbb6b3a2010-06-08 18:31:37 -04001846 if (lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec,
1847 new_fcf_record, vlan_id)) {
James Smart6fb120a2009-05-22 14:52:59 -04001848 phba->fcf.fcf_flag |= FCF_AVAILABLE;
James Smartecfd03c2010-02-12 14:41:27 -05001849 if (phba->fcf.fcf_flag & FCF_REDISC_PEND)
1850 /* Stop FCF redisc wait timer if pending */
1851 __lpfc_sli4_stop_fcf_redisc_wait_timer(phba);
1852 else if (phba->fcf.fcf_flag & FCF_REDISC_FOV)
1853 /* If in fast failover, mark it's completed */
James Smartfc2b9892010-02-26 14:15:29 -05001854 phba->fcf.fcf_flag &= ~(FCF_REDISC_FOV |
James Smart0c9ab6f2010-02-26 14:15:57 -05001855 FCF_DISCOVERY);
1856 spin_unlock_irq(&phba->hbalock);
James Smartdbb6b3a2010-06-08 18:31:37 -04001857 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1858 "2836 The new FCF record (x%x) "
1859 "matches the in-use FCF record "
1860 "(x%x)\n",
1861 phba->fcf.current_rec.fcf_indx,
1862 bf_get(lpfc_fcf_record_fcf_index,
1863 new_fcf_record));
James Smart6fb120a2009-05-22 14:52:59 -04001864 goto out;
1865 }
James Smartecfd03c2010-02-12 14:41:27 -05001866 /*
1867 * Read next FCF record from HBA searching for the matching
1868 * with in-use record only if not during the fast failover
1869 * period. In case of fast failover period, it shall try to
1870 * determine whether the FCF record just read should be the
1871 * next candidate.
1872 */
1873 if (!(phba->fcf.fcf_flag & FCF_REDISC_FOV)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05001874 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05001875 goto read_next_fcf;
1876 }
James Smart6fb120a2009-05-22 14:52:59 -04001877 }
James Smartecfd03c2010-02-12 14:41:27 -05001878 /*
1879 * Update on failover FCF record only if it's in FCF fast-failover
1880 * period; otherwise, update on current FCF record.
1881 */
James Smartfc2b9892010-02-26 14:15:29 -05001882 if (phba->fcf.fcf_flag & FCF_REDISC_FOV)
1883 fcf_rec = &phba->fcf.failover_rec;
1884 else
James Smartecfd03c2010-02-12 14:41:27 -05001885 fcf_rec = &phba->fcf.current_rec;
1886
James Smart6fb120a2009-05-22 14:52:59 -04001887 if (phba->fcf.fcf_flag & FCF_AVAILABLE) {
1888 /*
James Smartecfd03c2010-02-12 14:41:27 -05001889 * If the driver FCF record does not have boot flag
1890 * set and new hba fcf record has boot flag set, use
1891 * the new hba fcf record.
James Smart6fb120a2009-05-22 14:52:59 -04001892 */
James Smartecfd03c2010-02-12 14:41:27 -05001893 if (boot_flag && !(fcf_rec->flag & BOOT_ENABLE)) {
1894 /* Choose this FCF record */
James Smartdbb6b3a2010-06-08 18:31:37 -04001895 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1896 "2837 Update current FCF record "
1897 "(x%x) with new FCF record (x%x)\n",
1898 fcf_rec->fcf_indx,
1899 bf_get(lpfc_fcf_record_fcf_index,
1900 new_fcf_record));
James Smartecfd03c2010-02-12 14:41:27 -05001901 __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record,
1902 addr_mode, vlan_id, BOOT_ENABLE);
James Smart0c9ab6f2010-02-26 14:15:57 -05001903 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001904 goto read_next_fcf;
1905 }
1906 /*
James Smartecfd03c2010-02-12 14:41:27 -05001907 * If the driver FCF record has boot flag set and the
1908 * new hba FCF record does not have boot flag, read
1909 * the next FCF record.
James Smart6fb120a2009-05-22 14:52:59 -04001910 */
James Smartecfd03c2010-02-12 14:41:27 -05001911 if (!boot_flag && (fcf_rec->flag & BOOT_ENABLE)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05001912 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001913 goto read_next_fcf;
1914 }
1915 /*
James Smartecfd03c2010-02-12 14:41:27 -05001916 * If the new hba FCF record has lower priority value
1917 * than the driver FCF record, use the new record.
James Smart6fb120a2009-05-22 14:52:59 -04001918 */
James Smartfc2b9892010-02-26 14:15:29 -05001919 if (new_fcf_record->fip_priority < fcf_rec->priority) {
James Smart999d8132010-03-15 11:24:56 -04001920 /* Choose the new FCF record with lower priority */
James Smartdbb6b3a2010-06-08 18:31:37 -04001921 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1922 "2838 Update current FCF record "
1923 "(x%x) with new FCF record (x%x)\n",
1924 fcf_rec->fcf_indx,
1925 bf_get(lpfc_fcf_record_fcf_index,
1926 new_fcf_record));
James Smartecfd03c2010-02-12 14:41:27 -05001927 __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record,
1928 addr_mode, vlan_id, 0);
James Smart999d8132010-03-15 11:24:56 -04001929 /* Reset running random FCF selection count */
1930 phba->fcf.eligible_fcf_cnt = 1;
1931 } else if (new_fcf_record->fip_priority == fcf_rec->priority) {
1932 /* Update running random FCF selection count */
1933 phba->fcf.eligible_fcf_cnt++;
1934 select_new_fcf = lpfc_sli4_new_fcf_random_select(phba,
1935 phba->fcf.eligible_fcf_cnt);
James Smartdbb6b3a2010-06-08 18:31:37 -04001936 if (select_new_fcf) {
1937 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1938 "2839 Update current FCF record "
1939 "(x%x) with new FCF record (x%x)\n",
1940 fcf_rec->fcf_indx,
1941 bf_get(lpfc_fcf_record_fcf_index,
1942 new_fcf_record));
James Smart999d8132010-03-15 11:24:56 -04001943 /* Choose the new FCF by random selection */
1944 __lpfc_update_fcf_record(phba, fcf_rec,
1945 new_fcf_record,
1946 addr_mode, vlan_id, 0);
James Smartdbb6b3a2010-06-08 18:31:37 -04001947 }
James Smart6fb120a2009-05-22 14:52:59 -04001948 }
James Smart0c9ab6f2010-02-26 14:15:57 -05001949 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001950 goto read_next_fcf;
1951 }
1952 /*
James Smartecfd03c2010-02-12 14:41:27 -05001953 * This is the first suitable FCF record, choose this record for
1954 * initial best-fit FCF.
James Smart6fb120a2009-05-22 14:52:59 -04001955 */
James Smartecfd03c2010-02-12 14:41:27 -05001956 if (fcf_rec) {
James Smartdbb6b3a2010-06-08 18:31:37 -04001957 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
1958 "2840 Update current FCF record "
1959 "with initial FCF record (x%x)\n",
1960 bf_get(lpfc_fcf_record_fcf_index,
1961 new_fcf_record));
James Smartecfd03c2010-02-12 14:41:27 -05001962 __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record,
1963 addr_mode, vlan_id, (boot_flag ?
1964 BOOT_ENABLE : 0));
1965 phba->fcf.fcf_flag |= FCF_AVAILABLE;
James Smart999d8132010-03-15 11:24:56 -04001966 /* Setup initial running random FCF selection count */
1967 phba->fcf.eligible_fcf_cnt = 1;
1968 /* Seeding the random number generator for random selection */
1969 seed = (uint32_t)(0xFFFFFFFF & jiffies);
1970 srandom32(seed);
James Smart6fb120a2009-05-22 14:52:59 -04001971 }
James Smart0c9ab6f2010-02-26 14:15:57 -05001972 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04001973 goto read_next_fcf;
1974
1975read_next_fcf:
1976 lpfc_sli4_mbox_cmd_free(phba, mboxq);
James Smartecfd03c2010-02-12 14:41:27 -05001977 if (next_fcf_index == LPFC_FCOE_FCF_NEXT_NONE || next_fcf_index == 0) {
1978 if (phba->fcf.fcf_flag & FCF_REDISC_FOV) {
1979 /*
1980 * Case of FCF fast failover scan
1981 */
1982
1983 /*
1984 * It has not found any suitable FCF record, cancel
1985 * FCF scan inprogress, and do nothing
1986 */
1987 if (!(phba->fcf.failover_rec.flag & RECORD_VALID)) {
James Smart0c9ab6f2010-02-26 14:15:57 -05001988 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
1989 "2782 No suitable FCF record "
1990 "found during this round of "
1991 "post FCF rediscovery scan: "
1992 "fcf_evt_tag:x%x, fcf_index: "
1993 "x%x\n",
1994 phba->fcoe_eventtag_at_fcf_scan,
1995 bf_get(lpfc_fcf_record_fcf_index,
1996 new_fcf_record));
1997 /*
1998 * Let next new FCF event trigger fast
1999 * failover
2000 */
2001 spin_lock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05002002 phba->hba_flag &= ~FCF_DISC_INPROGRESS;
James Smart0c9ab6f2010-02-26 14:15:57 -05002003 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05002004 return;
2005 }
2006 /*
2007 * It has found a suitable FCF record that is not
2008 * the same as in-use FCF record, unregister the
2009 * in-use FCF record, replace the in-use FCF record
2010 * with the new FCF record, mark FCF fast failover
2011 * completed, and then start register the new FCF
2012 * record.
2013 */
2014
James Smart0c9ab6f2010-02-26 14:15:57 -05002015 /* Unregister the current in-use FCF record */
James Smartecfd03c2010-02-12 14:41:27 -05002016 lpfc_unregister_fcf(phba);
James Smart0c9ab6f2010-02-26 14:15:57 -05002017
2018 /* Replace in-use record with the new record */
James Smartdbb6b3a2010-06-08 18:31:37 -04002019 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2020 "2842 Replace the current in-use "
2021 "FCF record (x%x) with failover FCF "
2022 "record (x%x)\n",
2023 phba->fcf.current_rec.fcf_indx,
2024 phba->fcf.failover_rec.fcf_indx);
James Smartecfd03c2010-02-12 14:41:27 -05002025 memcpy(&phba->fcf.current_rec,
2026 &phba->fcf.failover_rec,
2027 sizeof(struct lpfc_fcf_rec));
2028 /* mark the FCF fast failover completed */
James Smart0c9ab6f2010-02-26 14:15:57 -05002029 spin_lock_irq(&phba->hbalock);
2030 phba->fcf.fcf_flag &= ~FCF_REDISC_FOV;
2031 spin_unlock_irq(&phba->hbalock);
2032 /*
2033 * Set up the initial registered FCF index for FLOGI
2034 * round robin FCF failover.
2035 */
2036 phba->fcf.fcf_rr_init_indx =
2037 phba->fcf.failover_rec.fcf_indx;
James Smartecfd03c2010-02-12 14:41:27 -05002038 /* Register to the new FCF record */
2039 lpfc_register_fcf(phba);
2040 } else {
2041 /*
2042 * In case of transaction period to fast FCF failover,
2043 * do nothing when search to the end of the FCF table.
2044 */
2045 if ((phba->fcf.fcf_flag & FCF_REDISC_EVT) ||
2046 (phba->fcf.fcf_flag & FCF_REDISC_PEND))
2047 return;
James Smartdbb6b3a2010-06-08 18:31:37 -04002048
2049 if (phba->fcf.fcf_flag & FCF_IN_USE) {
2050 /*
2051 * In case the current in-use FCF record no
2052 * longer existed during FCF discovery that
2053 * was not triggered by fast FCF failover
2054 * process, treat it as fast FCF failover.
2055 */
2056 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2057 "2841 In-use FCF record (x%x) "
2058 "not reported, entering fast "
2059 "FCF failover mode scanning.\n",
2060 phba->fcf.current_rec.fcf_indx);
2061 spin_lock_irq(&phba->hbalock);
2062 phba->fcf.fcf_flag |= FCF_REDISC_FOV;
2063 spin_unlock_irq(&phba->hbalock);
2064 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2065 lpfc_sli4_fcf_scan_read_fcf_rec(phba,
2066 LPFC_FCOE_FCF_GET_FIRST);
2067 return;
2068 }
2069
James Smartecfd03c2010-02-12 14:41:27 -05002070 /*
2071 * Otherwise, initial scan or post linkdown rescan,
James Smart0c9ab6f2010-02-26 14:15:57 -05002072 * register with the best FCF record found so far
2073 * through the FCF scanning process.
James Smartecfd03c2010-02-12 14:41:27 -05002074 */
James Smart0c9ab6f2010-02-26 14:15:57 -05002075
2076 /* mark the initial FCF discovery completed */
2077 spin_lock_irq(&phba->hbalock);
2078 phba->fcf.fcf_flag &= ~FCF_INIT_DISC;
2079 spin_unlock_irq(&phba->hbalock);
2080 /*
2081 * Set up the initial registered FCF index for FLOGI
2082 * round robin FCF failover
2083 */
2084 phba->fcf.fcf_rr_init_indx =
2085 phba->fcf.current_rec.fcf_indx;
2086 /* Register to the new FCF record */
James Smartecfd03c2010-02-12 14:41:27 -05002087 lpfc_register_fcf(phba);
2088 }
2089 } else
James Smart0c9ab6f2010-02-26 14:15:57 -05002090 lpfc_sli4_fcf_scan_read_fcf_rec(phba, next_fcf_index);
James Smart6fb120a2009-05-22 14:52:59 -04002091 return;
2092
2093out:
2094 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2095 lpfc_register_fcf(phba);
2096
2097 return;
2098}
2099
2100/**
James Smart0c9ab6f2010-02-26 14:15:57 -05002101 * lpfc_mbx_cmpl_fcf_rr_read_fcf_rec - fcf round robin read_fcf mbox cmpl hdler
2102 * @phba: pointer to lpfc hba data structure.
2103 * @mboxq: pointer to mailbox object.
2104 *
2105 * This is the callback function for FLOGI failure round robin FCF failover
2106 * read FCF record mailbox command from the eligible FCF record bmask for
2107 * performing the failover. If the FCF read back is not valid/available, it
2108 * fails through to retrying FLOGI to the currently registered FCF again.
2109 * Otherwise, if the FCF read back is valid and available, it will set the
2110 * newly read FCF record to the failover FCF record, unregister currently
2111 * registered FCF record, copy the failover FCF record to the current
2112 * FCF record, and then register the current FCF record before proceeding
2113 * to trying FLOGI on the new failover FCF.
2114 */
2115void
2116lpfc_mbx_cmpl_fcf_rr_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2117{
2118 struct fcf_record *new_fcf_record;
2119 uint32_t boot_flag, addr_mode;
2120 uint16_t next_fcf_index;
2121 uint16_t current_fcf_index;
2122 uint16_t vlan_id;
2123
2124 /* If link state is not up, stop the round robin failover process */
2125 if (phba->link_state < LPFC_LINK_UP) {
2126 spin_lock_irq(&phba->hbalock);
2127 phba->fcf.fcf_flag &= ~FCF_DISCOVERY;
2128 spin_unlock_irq(&phba->hbalock);
2129 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2130 return;
2131 }
2132
2133 /* Parse the FCF record from the non-embedded mailbox command */
2134 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
2135 &next_fcf_index);
2136 if (!new_fcf_record) {
2137 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP,
2138 "2766 Mailbox command READ_FCF_RECORD "
2139 "failed to retrieve a FCF record.\n");
2140 goto out;
2141 }
2142
2143 /* Get the needed parameters from FCF record */
2144 lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2145 &addr_mode, &vlan_id);
2146
2147 /* Log the FCF record information if turned on */
2148 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2149 next_fcf_index);
2150
2151 /* Upload new FCF record to the failover FCF record */
James Smartdbb6b3a2010-06-08 18:31:37 -04002152 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2153 "2834 Update the current FCF record (x%x) "
2154 "with the next FCF record (x%x)\n",
2155 phba->fcf.failover_rec.fcf_indx,
2156 bf_get(lpfc_fcf_record_fcf_index, new_fcf_record));
James Smart0c9ab6f2010-02-26 14:15:57 -05002157 spin_lock_irq(&phba->hbalock);
2158 __lpfc_update_fcf_record(phba, &phba->fcf.failover_rec,
2159 new_fcf_record, addr_mode, vlan_id,
2160 (boot_flag ? BOOT_ENABLE : 0));
2161 spin_unlock_irq(&phba->hbalock);
2162
2163 current_fcf_index = phba->fcf.current_rec.fcf_indx;
2164
2165 /* Unregister the current in-use FCF record */
2166 lpfc_unregister_fcf(phba);
2167
2168 /* Replace in-use record with the new record */
2169 memcpy(&phba->fcf.current_rec, &phba->fcf.failover_rec,
2170 sizeof(struct lpfc_fcf_rec));
2171
2172 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2173 "2783 FLOGI round robin FCF failover from FCF "
James Smartdbb6b3a2010-06-08 18:31:37 -04002174 "(x%x) to FCF (x%x).\n",
James Smart0c9ab6f2010-02-26 14:15:57 -05002175 current_fcf_index,
2176 bf_get(lpfc_fcf_record_fcf_index, new_fcf_record));
2177
2178out:
2179 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2180 lpfc_register_fcf(phba);
2181}
2182
2183/**
2184 * lpfc_mbx_cmpl_read_fcf_rec - read fcf completion handler.
2185 * @phba: pointer to lpfc hba data structure.
2186 * @mboxq: pointer to mailbox object.
2187 *
2188 * This is the callback function of read FCF record mailbox command for
2189 * updating the eligible FCF bmask for FLOGI failure round robin FCF
2190 * failover when a new FCF event happened. If the FCF read back is
2191 * valid/available and it passes the connection list check, it updates
2192 * the bmask for the eligible FCF record for round robin failover.
2193 */
2194void
2195lpfc_mbx_cmpl_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2196{
2197 struct fcf_record *new_fcf_record;
2198 uint32_t boot_flag, addr_mode;
2199 uint16_t fcf_index, next_fcf_index;
2200 uint16_t vlan_id;
2201 int rc;
2202
2203 /* If link state is not up, no need to proceed */
2204 if (phba->link_state < LPFC_LINK_UP)
2205 goto out;
2206
2207 /* If FCF discovery period is over, no need to proceed */
2208 if (phba->fcf.fcf_flag & FCF_DISCOVERY)
2209 goto out;
2210
2211 /* Parse the FCF record from the non-embedded mailbox command */
2212 new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq,
2213 &next_fcf_index);
2214 if (!new_fcf_record) {
2215 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
2216 "2767 Mailbox command READ_FCF_RECORD "
2217 "failed to retrieve a FCF record.\n");
2218 goto out;
2219 }
2220
2221 /* Check the connection list for eligibility */
2222 rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag,
2223 &addr_mode, &vlan_id);
2224
2225 /* Log the FCF record information if turned on */
2226 lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id,
2227 next_fcf_index);
2228
2229 if (!rc)
2230 goto out;
2231
2232 /* Update the eligible FCF record index bmask */
2233 fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record);
2234 rc = lpfc_sli4_fcf_rr_index_set(phba, fcf_index);
2235
2236out:
2237 lpfc_sli4_mbox_cmd_free(phba, mboxq);
2238}
2239
2240/**
James Smart1c6834a2009-07-19 10:01:26 -04002241 * lpfc_init_vpi_cmpl - Completion handler for init_vpi mbox command.
2242 * @phba: pointer to lpfc hba data structure.
2243 * @mboxq: pointer to mailbox data structure.
2244 *
2245 * This function handles completion of init vpi mailbox command.
2246 */
James Smart695a8142010-01-26 23:08:03 -05002247void
James Smart1c6834a2009-07-19 10:01:26 -04002248lpfc_init_vpi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2249{
2250 struct lpfc_vport *vport = mboxq->vport;
James Smart695a8142010-01-26 23:08:03 -05002251 struct lpfc_nodelist *ndlp;
James Smart72100cc2010-02-12 14:43:01 -05002252 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
2253
James Smart1c6834a2009-07-19 10:01:26 -04002254 if (mboxq->u.mb.mbxStatus) {
2255 lpfc_printf_vlog(vport, KERN_ERR,
2256 LOG_MBOX,
2257 "2609 Init VPI mailbox failed 0x%x\n",
2258 mboxq->u.mb.mbxStatus);
2259 mempool_free(mboxq, phba->mbox_mem_pool);
2260 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
2261 return;
2262 }
James Smart72100cc2010-02-12 14:43:01 -05002263 spin_lock_irq(shost->host_lock);
James Smart1c6834a2009-07-19 10:01:26 -04002264 vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI;
James Smart72100cc2010-02-12 14:43:01 -05002265 spin_unlock_irq(shost->host_lock);
James Smart1c6834a2009-07-19 10:01:26 -04002266
James Smart695a8142010-01-26 23:08:03 -05002267 /* If this port is physical port or FDISC is done, do reg_vpi */
2268 if ((phba->pport == vport) || (vport->port_state == LPFC_FDISC)) {
2269 ndlp = lpfc_findnode_did(vport, Fabric_DID);
2270 if (!ndlp)
2271 lpfc_printf_vlog(vport, KERN_ERR,
2272 LOG_DISCOVERY,
2273 "2731 Cannot find fabric "
2274 "controller node\n");
2275 else
2276 lpfc_register_new_vport(phba, vport, ndlp);
2277 mempool_free(mboxq, phba->mbox_mem_pool);
2278 return;
2279 }
2280
James Smart1c6834a2009-07-19 10:01:26 -04002281 if (phba->link_flag & LS_NPIV_FAB_SUPPORTED)
2282 lpfc_initial_fdisc(vport);
2283 else {
2284 lpfc_vport_set_state(vport, FC_VPORT_NO_FABRIC_SUPP);
James Smart6a9c52c2009-10-02 15:16:51 -04002285 lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS,
2286 "2606 No NPIV Fabric support\n");
James Smart1c6834a2009-07-19 10:01:26 -04002287 }
James Smart695a8142010-01-26 23:08:03 -05002288 mempool_free(mboxq, phba->mbox_mem_pool);
James Smart1c6834a2009-07-19 10:01:26 -04002289 return;
2290}
2291
2292/**
James Smartecfd03c2010-02-12 14:41:27 -05002293 * lpfc_issue_init_vpi - Issue init_vpi mailbox command.
2294 * @vport: pointer to lpfc_vport data structure.
2295 *
2296 * This function issue a init_vpi mailbox command to initialize
2297 * VPI for the vport.
2298 */
2299void
2300lpfc_issue_init_vpi(struct lpfc_vport *vport)
2301{
2302 LPFC_MBOXQ_t *mboxq;
2303 int rc;
2304
2305 mboxq = mempool_alloc(vport->phba->mbox_mem_pool, GFP_KERNEL);
2306 if (!mboxq) {
2307 lpfc_printf_vlog(vport, KERN_ERR,
2308 LOG_MBOX, "2607 Failed to allocate "
2309 "init_vpi mailbox\n");
2310 return;
2311 }
2312 lpfc_init_vpi(vport->phba, mboxq, vport->vpi);
2313 mboxq->vport = vport;
2314 mboxq->mbox_cmpl = lpfc_init_vpi_cmpl;
2315 rc = lpfc_sli_issue_mbox(vport->phba, mboxq, MBX_NOWAIT);
2316 if (rc == MBX_NOT_FINISHED) {
2317 lpfc_printf_vlog(vport, KERN_ERR,
2318 LOG_MBOX, "2608 Failed to issue init_vpi mailbox\n");
2319 mempool_free(mboxq, vport->phba->mbox_mem_pool);
2320 }
2321}
2322
2323/**
James Smart6fb120a2009-05-22 14:52:59 -04002324 * lpfc_start_fdiscs - send fdiscs for each vports on this port.
2325 * @phba: pointer to lpfc hba data structure.
2326 *
2327 * This function loops through the list of vports on the @phba and issues an
2328 * FDISC if possible.
2329 */
2330void
2331lpfc_start_fdiscs(struct lpfc_hba *phba)
2332{
2333 struct lpfc_vport **vports;
2334 int i;
2335
2336 vports = lpfc_create_vport_work_array(phba);
2337 if (vports != NULL) {
2338 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
2339 if (vports[i]->port_type == LPFC_PHYSICAL_PORT)
2340 continue;
2341 /* There are no vpi for this vport */
2342 if (vports[i]->vpi > phba->max_vpi) {
2343 lpfc_vport_set_state(vports[i],
2344 FC_VPORT_FAILED);
2345 continue;
2346 }
2347 if (phba->fc_topology == TOPOLOGY_LOOP) {
2348 lpfc_vport_set_state(vports[i],
2349 FC_VPORT_LINKDOWN);
2350 continue;
2351 }
James Smart1c6834a2009-07-19 10:01:26 -04002352 if (vports[i]->fc_flag & FC_VPORT_NEEDS_INIT_VPI) {
James Smartecfd03c2010-02-12 14:41:27 -05002353 lpfc_issue_init_vpi(vports[i]);
James Smart1c6834a2009-07-19 10:01:26 -04002354 continue;
2355 }
James Smart6fb120a2009-05-22 14:52:59 -04002356 if (phba->link_flag & LS_NPIV_FAB_SUPPORTED)
2357 lpfc_initial_fdisc(vports[i]);
2358 else {
2359 lpfc_vport_set_state(vports[i],
2360 FC_VPORT_NO_FABRIC_SUPP);
2361 lpfc_printf_vlog(vports[i], KERN_ERR,
2362 LOG_ELS,
2363 "0259 No NPIV "
2364 "Fabric support\n");
2365 }
2366 }
2367 }
2368 lpfc_destroy_vport_work_array(phba, vports);
2369}
2370
2371void
2372lpfc_mbx_cmpl_reg_vfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
2373{
2374 struct lpfc_dmabuf *dmabuf = mboxq->context1;
2375 struct lpfc_vport *vport = mboxq->vport;
James Smart72100cc2010-02-12 14:43:01 -05002376 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart6fb120a2009-05-22 14:52:59 -04002377
2378 if (mboxq->u.mb.mbxStatus) {
2379 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
2380 "2018 REG_VFI mbxStatus error x%x "
2381 "HBA state x%x\n",
2382 mboxq->u.mb.mbxStatus, vport->port_state);
2383 if (phba->fc_topology == TOPOLOGY_LOOP) {
2384 /* FLOGI failed, use loop map to make discovery list */
2385 lpfc_disc_list_loopmap(vport);
2386 /* Start discovery */
2387 lpfc_disc_start(vport);
2388 goto fail_free_mem;
2389 }
2390 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
2391 goto fail_free_mem;
2392 }
James Smartc8685952009-11-18 15:39:16 -05002393 /* The VPI is implicitly registered when the VFI is registered */
James Smart72100cc2010-02-12 14:43:01 -05002394 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05002395 vport->vpi_state |= LPFC_VPI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05002396 vport->fc_flag |= FC_VFI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05002397 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
James Smart72100cc2010-02-12 14:43:01 -05002398 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04002399
2400 if (vport->port_state == LPFC_FABRIC_CFG_LINK) {
2401 lpfc_start_fdiscs(phba);
2402 lpfc_do_scr_ns_plogi(phba, vport);
2403 }
2404
2405fail_free_mem:
2406 mempool_free(mboxq, phba->mbox_mem_pool);
2407 lpfc_mbuf_free(phba, dmabuf->virt, dmabuf->phys);
2408 kfree(dmabuf);
2409 return;
2410}
2411
2412static void
James Smart2e0fef82007-06-17 19:56:36 -05002413lpfc_mbx_cmpl_read_sparam(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05002414{
James Smart6fb120a2009-05-22 14:52:59 -04002415 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05002416 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1;
James Smart2e0fef82007-06-17 19:56:36 -05002417 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05002418
2419
2420 /* Check for error */
2421 if (mb->mbxStatus) {
2422 /* READ_SPARAM mbox error <mbxStatus> state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04002423 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
2424 "0319 READ_SPARAM mbxStatus error x%x "
2425 "hba state x%x>\n",
2426 mb->mbxStatus, vport->port_state);
dea31012005-04-17 16:05:31 -05002427 lpfc_linkdown(phba);
dea31012005-04-17 16:05:31 -05002428 goto out;
2429 }
2430
James Smart2e0fef82007-06-17 19:56:36 -05002431 memcpy((uint8_t *) &vport->fc_sparam, (uint8_t *) mp->virt,
dea31012005-04-17 16:05:31 -05002432 sizeof (struct serv_parm));
James Smarta12e07b2006-12-02 13:35:30 -05002433 if (phba->cfg_soft_wwnn)
James Smart2e0fef82007-06-17 19:56:36 -05002434 u64_to_wwn(phba->cfg_soft_wwnn,
2435 vport->fc_sparam.nodeName.u.wwn);
James Smartc3f28af2006-08-18 17:47:18 -04002436 if (phba->cfg_soft_wwpn)
James Smart2e0fef82007-06-17 19:56:36 -05002437 u64_to_wwn(phba->cfg_soft_wwpn,
2438 vport->fc_sparam.portName.u.wwn);
James Smart92d7f7b2007-06-17 19:56:38 -05002439 memcpy(&vport->fc_nodename, &vport->fc_sparam.nodeName,
2440 sizeof(vport->fc_nodename));
2441 memcpy(&vport->fc_portname, &vport->fc_sparam.portName,
2442 sizeof(vport->fc_portname));
2443 if (vport->port_type == LPFC_PHYSICAL_PORT) {
2444 memcpy(&phba->wwnn, &vport->fc_nodename, sizeof(phba->wwnn));
2445 memcpy(&phba->wwpn, &vport->fc_portname, sizeof(phba->wwnn));
2446 }
2447
dea31012005-04-17 16:05:31 -05002448 lpfc_mbuf_free(phba, mp->virt, mp->phys);
2449 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05002450 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05002451 return;
2452
2453out:
2454 pmb->context1 = NULL;
2455 lpfc_mbuf_free(phba, mp->virt, mp->phys);
2456 kfree(mp);
James Smart92d7f7b2007-06-17 19:56:38 -05002457 lpfc_issue_clear_la(phba, vport);
2458 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05002459 return;
2460}
2461
2462static void
James Smart92d7f7b2007-06-17 19:56:38 -05002463lpfc_mbx_process_link_up(struct lpfc_hba *phba, READ_LA_VAR *la)
dea31012005-04-17 16:05:31 -05002464{
James Smart92d7f7b2007-06-17 19:56:38 -05002465 struct lpfc_vport *vport = phba->pport;
James Smart6fb120a2009-05-22 14:52:59 -04002466 LPFC_MBOXQ_t *sparam_mbox, *cfglink_mbox = NULL;
James Smart2e0fef82007-06-17 19:56:36 -05002467 int i;
James Smart14691152006-12-02 13:34:28 -05002468 struct lpfc_dmabuf *mp;
2469 int rc;
James Smart6fb120a2009-05-22 14:52:59 -04002470 struct fcf_record *fcf_record;
James Smart14691152006-12-02 13:34:28 -05002471
James Smart92d7f7b2007-06-17 19:56:38 -05002472 spin_lock_irq(&phba->hbalock);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05002473 switch (la->UlnkSpeed) {
James Smart92d7f7b2007-06-17 19:56:38 -05002474 case LA_1GHZ_LINK:
2475 phba->fc_linkspeed = LA_1GHZ_LINK;
2476 break;
2477 case LA_2GHZ_LINK:
2478 phba->fc_linkspeed = LA_2GHZ_LINK;
2479 break;
2480 case LA_4GHZ_LINK:
2481 phba->fc_linkspeed = LA_4GHZ_LINK;
2482 break;
2483 case LA_8GHZ_LINK:
2484 phba->fc_linkspeed = LA_8GHZ_LINK;
2485 break;
James Smartf4b4c682009-05-22 14:53:12 -04002486 case LA_10GHZ_LINK:
2487 phba->fc_linkspeed = LA_10GHZ_LINK;
2488 break;
James Smart92d7f7b2007-06-17 19:56:38 -05002489 default:
2490 phba->fc_linkspeed = LA_UNKNW_LINK;
2491 break;
dea31012005-04-17 16:05:31 -05002492 }
2493
2494 phba->fc_topology = la->topology;
James Smart92d7f7b2007-06-17 19:56:38 -05002495 phba->link_flag &= ~LS_NPIV_FAB_SUPPORTED;
dea31012005-04-17 16:05:31 -05002496
2497 if (phba->fc_topology == TOPOLOGY_LOOP) {
James Smart92d7f7b2007-06-17 19:56:38 -05002498 phba->sli3_options &= ~LPFC_SLI3_NPIV_ENABLED;
dea31012005-04-17 16:05:31 -05002499
James Smart6a9c52c2009-10-02 15:16:51 -04002500 /* if npiv is enabled and this adapter supports npiv log
2501 * a message that npiv is not supported in this topology
2502 */
2503 if (phba->cfg_enable_npiv && phba->max_vpi)
James Smart495a7142008-06-14 22:52:59 -04002504 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
2505 "1309 Link Up Event npiv not supported in loop "
2506 "topology\n");
James Smart92d7f7b2007-06-17 19:56:38 -05002507 /* Get Loop Map information */
dea31012005-04-17 16:05:31 -05002508 if (la->il)
James Smart2e0fef82007-06-17 19:56:36 -05002509 vport->fc_flag |= FC_LBIT;
dea31012005-04-17 16:05:31 -05002510
James Smart2e0fef82007-06-17 19:56:36 -05002511 vport->fc_myDID = la->granted_AL_PA;
dea31012005-04-17 16:05:31 -05002512 i = la->un.lilpBde64.tus.f.bdeSize;
2513
2514 if (i == 0) {
2515 phba->alpa_map[0] = 0;
2516 } else {
James Smarte8b62012007-08-02 11:10:09 -04002517 if (vport->cfg_log_verbose & LOG_LINK_EVENT) {
dea31012005-04-17 16:05:31 -05002518 int numalpa, j, k;
2519 union {
2520 uint8_t pamap[16];
2521 struct {
2522 uint32_t wd1;
2523 uint32_t wd2;
2524 uint32_t wd3;
2525 uint32_t wd4;
2526 } pa;
2527 } un;
2528 numalpa = phba->alpa_map[0];
2529 j = 0;
2530 while (j < numalpa) {
2531 memset(un.pamap, 0, 16);
2532 for (k = 1; j < numalpa; k++) {
2533 un.pamap[k - 1] =
2534 phba->alpa_map[j + 1];
2535 j++;
2536 if (k == 16)
2537 break;
2538 }
2539 /* Link Up Event ALPA map */
2540 lpfc_printf_log(phba,
James Smart92d7f7b2007-06-17 19:56:38 -05002541 KERN_WARNING,
2542 LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04002543 "1304 Link Up Event "
James Smart92d7f7b2007-06-17 19:56:38 -05002544 "ALPA map Data: x%x "
2545 "x%x x%x x%x\n",
James Smart92d7f7b2007-06-17 19:56:38 -05002546 un.pa.wd1, un.pa.wd2,
2547 un.pa.wd3, un.pa.wd4);
dea31012005-04-17 16:05:31 -05002548 }
2549 }
2550 }
2551 } else {
James Smart92d7f7b2007-06-17 19:56:38 -05002552 if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)) {
James Smart78b2d852007-08-02 11:10:21 -04002553 if (phba->max_vpi && phba->cfg_enable_npiv &&
James Smart92d7f7b2007-06-17 19:56:38 -05002554 (phba->sli_rev == 3))
2555 phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED;
2556 }
James Smart2e0fef82007-06-17 19:56:36 -05002557 vport->fc_myDID = phba->fc_pref_DID;
2558 vport->fc_flag |= FC_LBIT;
dea31012005-04-17 16:05:31 -05002559 }
James Smart92d7f7b2007-06-17 19:56:38 -05002560 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05002561
2562 lpfc_linkup(phba);
James Smart9f1177a2010-02-26 14:12:57 -05002563 sparam_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
2564 if (!sparam_mbox)
2565 goto out;
2566
2567 rc = lpfc_read_sparam(phba, sparam_mbox, 0);
2568 if (rc) {
2569 mempool_free(sparam_mbox, phba->mbox_mem_pool);
2570 goto out;
2571 }
2572 sparam_mbox->vport = vport;
2573 sparam_mbox->mbox_cmpl = lpfc_mbx_cmpl_read_sparam;
2574 rc = lpfc_sli_issue_mbox(phba, sparam_mbox, MBX_NOWAIT);
2575 if (rc == MBX_NOT_FINISHED) {
2576 mp = (struct lpfc_dmabuf *) sparam_mbox->context1;
2577 lpfc_mbuf_free(phba, mp->virt, mp->phys);
2578 kfree(mp);
2579 mempool_free(sparam_mbox, phba->mbox_mem_pool);
2580 goto out;
dea31012005-04-17 16:05:31 -05002581 }
2582
James Smart6fb120a2009-05-22 14:52:59 -04002583 if (!(phba->hba_flag & HBA_FCOE_SUPPORT)) {
2584 cfglink_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
2585 if (!cfglink_mbox)
2586 goto out;
James Smart2e0fef82007-06-17 19:56:36 -05002587 vport->port_state = LPFC_LOCAL_CFG_LINK;
dea31012005-04-17 16:05:31 -05002588 lpfc_config_link(phba, cfglink_mbox);
James Smart2e0fef82007-06-17 19:56:36 -05002589 cfglink_mbox->vport = vport;
Jamie Wellnitz25594c62006-02-28 19:25:34 -05002590 cfglink_mbox->mbox_cmpl = lpfc_mbx_cmpl_local_config_link;
James Smart0b727fe2007-10-27 13:37:25 -04002591 rc = lpfc_sli_issue_mbox(phba, cfglink_mbox, MBX_NOWAIT);
James Smart6fb120a2009-05-22 14:52:59 -04002592 if (rc == MBX_NOT_FINISHED) {
2593 mempool_free(cfglink_mbox, phba->mbox_mem_pool);
2594 goto out;
2595 }
2596 } else {
James Smart32b97932009-07-19 10:01:21 -04002597 vport->port_state = LPFC_VPORT_UNKNOWN;
James Smart6fb120a2009-05-22 14:52:59 -04002598 /*
2599 * Add the driver's default FCF record at FCF index 0 now. This
2600 * is phase 1 implementation that support FCF index 0 and driver
2601 * defaults.
2602 */
James Smart45ed1192009-10-02 15:17:02 -04002603 if (!(phba->hba_flag & HBA_FIP_SUPPORT)) {
James Smart6fb120a2009-05-22 14:52:59 -04002604 fcf_record = kzalloc(sizeof(struct fcf_record),
2605 GFP_KERNEL);
2606 if (unlikely(!fcf_record)) {
2607 lpfc_printf_log(phba, KERN_ERR,
2608 LOG_MBOX | LOG_SLI,
2609 "2554 Could not allocate memmory for "
2610 "fcf record\n");
2611 rc = -ENODEV;
2612 goto out;
2613 }
2614
2615 lpfc_sli4_build_dflt_fcf_record(phba, fcf_record,
2616 LPFC_FCOE_FCF_DEF_INDEX);
2617 rc = lpfc_sli4_add_fcf_record(phba, fcf_record);
2618 if (unlikely(rc)) {
2619 lpfc_printf_log(phba, KERN_ERR,
2620 LOG_MBOX | LOG_SLI,
2621 "2013 Could not manually add FCF "
2622 "record 0, status %d\n", rc);
2623 rc = -ENODEV;
2624 kfree(fcf_record);
2625 goto out;
2626 }
2627 kfree(fcf_record);
2628 }
2629 /*
2630 * The driver is expected to do FIP/FCF. Call the port
2631 * and get the FCF Table.
2632 */
James Smart32b97932009-07-19 10:01:21 -04002633 spin_lock_irq(&phba->hbalock);
2634 if (phba->hba_flag & FCF_DISC_INPROGRESS) {
2635 spin_unlock_irq(&phba->hbalock);
2636 return;
2637 }
James Smart0c9ab6f2010-02-26 14:15:57 -05002638 /* This is the initial FCF discovery scan */
2639 phba->fcf.fcf_flag |= FCF_INIT_DISC;
James Smart32b97932009-07-19 10:01:21 -04002640 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05002641 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
2642 "2778 Start FCF table scan at linkup\n");
2643
2644 rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba,
2645 LPFC_FCOE_FCF_GET_FIRST);
2646 if (rc) {
2647 spin_lock_irq(&phba->hbalock);
2648 phba->fcf.fcf_flag &= ~FCF_INIT_DISC;
2649 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04002650 goto out;
James Smart0c9ab6f2010-02-26 14:15:57 -05002651 }
dea31012005-04-17 16:05:31 -05002652 }
James Smart6fb120a2009-05-22 14:52:59 -04002653
2654 return;
James Smart92d7f7b2007-06-17 19:56:38 -05002655out:
2656 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smarte8b62012007-08-02 11:10:09 -04002657 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
2658 "0263 Discovery Mailbox error: state: 0x%x : %p %p\n",
2659 vport->port_state, sparam_mbox, cfglink_mbox);
James Smart92d7f7b2007-06-17 19:56:38 -05002660 lpfc_issue_clear_la(phba, vport);
2661 return;
dea31012005-04-17 16:05:31 -05002662}
2663
2664static void
James Smart84774a42008-08-24 21:50:06 -04002665lpfc_enable_la(struct lpfc_hba *phba)
James Smart2e0fef82007-06-17 19:56:36 -05002666{
dea31012005-04-17 16:05:31 -05002667 uint32_t control;
2668 struct lpfc_sli *psli = &phba->sli;
James Smart2e0fef82007-06-17 19:56:36 -05002669 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05002670 psli->sli_flag |= LPFC_PROCESS_LA;
James Smart3772a992009-05-22 14:50:54 -04002671 if (phba->sli_rev <= LPFC_SLI_REV3) {
2672 control = readl(phba->HCregaddr);
2673 control |= HC_LAINT_ENA;
2674 writel(control, phba->HCregaddr);
2675 readl(phba->HCregaddr); /* flush */
2676 }
James Smart2e0fef82007-06-17 19:56:36 -05002677 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05002678}
2679
James Smart84774a42008-08-24 21:50:06 -04002680static void
2681lpfc_mbx_issue_link_down(struct lpfc_hba *phba)
2682{
2683 lpfc_linkdown(phba);
2684 lpfc_enable_la(phba);
James Smart6fb120a2009-05-22 14:52:59 -04002685 lpfc_unregister_unused_fcf(phba);
James Smart84774a42008-08-24 21:50:06 -04002686 /* turn on Link Attention interrupts - no CLEAR_LA needed */
2687}
2688
2689
dea31012005-04-17 16:05:31 -05002690/*
2691 * This routine handles processing a READ_LA mailbox
2692 * command upon completion. It is setup in the LPFC_MBOXQ
2693 * as the completion routine when the command is
2694 * handed off to the SLI layer.
2695 */
2696void
James Smart2e0fef82007-06-17 19:56:36 -05002697lpfc_mbx_cmpl_read_la(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05002698{
James Smart2e0fef82007-06-17 19:56:36 -05002699 struct lpfc_vport *vport = pmb->vport;
2700 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
dea31012005-04-17 16:05:31 -05002701 READ_LA_VAR *la;
James Smart04c68492009-05-22 14:52:52 -04002702 MAILBOX_t *mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -05002703 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
2704
James Smart0d2b6b82008-06-14 22:52:47 -04002705 /* Unblock ELS traffic */
2706 phba->sli.ring[LPFC_ELS_RING].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -05002707 /* Check for error */
2708 if (mb->mbxStatus) {
James Smarted957682007-06-17 19:56:37 -05002709 lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04002710 "1307 READ_LA mbox error x%x state x%x\n",
2711 mb->mbxStatus, vport->port_state);
dea31012005-04-17 16:05:31 -05002712 lpfc_mbx_issue_link_down(phba);
James Smart2e0fef82007-06-17 19:56:36 -05002713 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05002714 goto lpfc_mbx_cmpl_read_la_free_mbuf;
2715 }
2716
James Smart04c68492009-05-22 14:52:52 -04002717 la = (READ_LA_VAR *) &pmb->u.mb.un.varReadLA;
dea31012005-04-17 16:05:31 -05002718
2719 memcpy(&phba->alpa_map[0], mp->virt, 128);
2720
James Smart2e0fef82007-06-17 19:56:36 -05002721 spin_lock_irq(shost->host_lock);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05002722 if (la->pb)
James Smart2e0fef82007-06-17 19:56:36 -05002723 vport->fc_flag |= FC_BYPASSED_MODE;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05002724 else
James Smart2e0fef82007-06-17 19:56:36 -05002725 vport->fc_flag &= ~FC_BYPASSED_MODE;
2726 spin_unlock_irq(shost->host_lock);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05002727
James Smart0c287582009-06-10 17:22:56 -04002728 if ((phba->fc_eventTag < la->eventTag) ||
James Smart92d7f7b2007-06-17 19:56:38 -05002729 (phba->fc_eventTag == la->eventTag)) {
dea31012005-04-17 16:05:31 -05002730 phba->fc_stat.LinkMultiEvent++;
James Smart2e0fef82007-06-17 19:56:36 -05002731 if (la->attType == AT_LINK_UP)
dea31012005-04-17 16:05:31 -05002732 if (phba->fc_eventTag != 0)
2733 lpfc_linkdown(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05002734 }
dea31012005-04-17 16:05:31 -05002735
2736 phba->fc_eventTag = la->eventTag;
James Smart72100cc2010-02-12 14:43:01 -05002737 spin_lock_irq(&phba->hbalock);
James Smart84774a42008-08-24 21:50:06 -04002738 if (la->mm)
2739 phba->sli.sli_flag |= LPFC_MENLO_MAINT;
2740 else
2741 phba->sli.sli_flag &= ~LPFC_MENLO_MAINT;
James Smart72100cc2010-02-12 14:43:01 -05002742 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05002743
James Smart4d9ab992009-10-02 15:16:39 -04002744 phba->link_events++;
James Smart84774a42008-08-24 21:50:06 -04002745 if (la->attType == AT_LINK_UP && (!la->mm)) {
dea31012005-04-17 16:05:31 -05002746 phba->fc_stat.LinkUp++;
James Smart2e0fef82007-06-17 19:56:36 -05002747 if (phba->link_flag & LS_LOOPBACK_MODE) {
James Smart3163f722008-02-08 18:50:25 -05002748 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04002749 "1306 Link Up Event in loop back mode "
2750 "x%x received Data: x%x x%x x%x x%x\n",
2751 la->eventTag, phba->fc_eventTag,
2752 la->granted_AL_PA, la->UlnkSpeed,
2753 phba->alpa_map[0]);
James Smart5b8bd0c2007-04-25 09:52:49 -04002754 } else {
2755 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04002756 "1303 Link Up Event x%x received "
James Smart84774a42008-08-24 21:50:06 -04002757 "Data: x%x x%x x%x x%x x%x x%x %d\n",
James Smarte8b62012007-08-02 11:10:09 -04002758 la->eventTag, phba->fc_eventTag,
2759 la->granted_AL_PA, la->UlnkSpeed,
James Smart84774a42008-08-24 21:50:06 -04002760 phba->alpa_map[0],
2761 la->mm, la->fa,
2762 phba->wait_4_mlo_maint_flg);
James Smart5b8bd0c2007-04-25 09:52:49 -04002763 }
James Smart92d7f7b2007-06-17 19:56:38 -05002764 lpfc_mbx_process_link_up(phba, la);
James Smart84774a42008-08-24 21:50:06 -04002765 } else if (la->attType == AT_LINK_DOWN) {
dea31012005-04-17 16:05:31 -05002766 phba->fc_stat.LinkDown++;
James Smart3163f722008-02-08 18:50:25 -05002767 if (phba->link_flag & LS_LOOPBACK_MODE) {
2768 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
2769 "1308 Link Down Event in loop back mode "
2770 "x%x received "
2771 "Data: x%x x%x x%x\n",
2772 la->eventTag, phba->fc_eventTag,
2773 phba->pport->port_state, vport->fc_flag);
2774 }
2775 else {
2776 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
James Smarte8b62012007-08-02 11:10:09 -04002777 "1305 Link Down Event x%x received "
James Smart84774a42008-08-24 21:50:06 -04002778 "Data: x%x x%x x%x x%x x%x\n",
2779 la->eventTag, phba->fc_eventTag,
2780 phba->pport->port_state, vport->fc_flag,
2781 la->mm, la->fa);
2782 }
2783 lpfc_mbx_issue_link_down(phba);
2784 }
2785 if (la->mm && la->attType == AT_LINK_UP) {
2786 if (phba->link_state != LPFC_LINK_DOWN) {
2787 phba->fc_stat.LinkDown++;
2788 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
2789 "1312 Link Down Event x%x received "
dea31012005-04-17 16:05:31 -05002790 "Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04002791 la->eventTag, phba->fc_eventTag,
James Smart2e0fef82007-06-17 19:56:36 -05002792 phba->pport->port_state, vport->fc_flag);
James Smart84774a42008-08-24 21:50:06 -04002793 lpfc_mbx_issue_link_down(phba);
2794 } else
2795 lpfc_enable_la(phba);
2796
2797 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
2798 "1310 Menlo Maint Mode Link up Event x%x rcvd "
2799 "Data: x%x x%x x%x\n",
2800 la->eventTag, phba->fc_eventTag,
2801 phba->pport->port_state, vport->fc_flag);
2802 /*
2803 * The cmnd that triggered this will be waiting for this
2804 * signal.
2805 */
2806 /* WAKEUP for MENLO_SET_MODE or MENLO_RESET command. */
2807 if (phba->wait_4_mlo_maint_flg) {
2808 phba->wait_4_mlo_maint_flg = 0;
2809 wake_up_interruptible(&phba->wait_4_mlo_m_q);
James Smart3163f722008-02-08 18:50:25 -05002810 }
James Smart84774a42008-08-24 21:50:06 -04002811 }
2812
2813 if (la->fa) {
2814 if (la->mm)
2815 lpfc_issue_clear_la(phba, vport);
2816 lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT,
2817 "1311 fa %d\n", la->fa);
dea31012005-04-17 16:05:31 -05002818 }
2819
2820lpfc_mbx_cmpl_read_la_free_mbuf:
2821 lpfc_mbuf_free(phba, mp->virt, mp->phys);
2822 kfree(mp);
2823 mempool_free(pmb, phba->mbox_mem_pool);
2824 return;
2825}
2826
2827/*
2828 * This routine handles processing a REG_LOGIN mailbox
2829 * command upon completion. It is setup in the LPFC_MBOXQ
2830 * as the completion routine when the command is
2831 * handed off to the SLI layer.
2832 */
2833void
James Smart2e0fef82007-06-17 19:56:36 -05002834lpfc_mbx_cmpl_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05002835{
James Smart2e0fef82007-06-17 19:56:36 -05002836 struct lpfc_vport *vport = pmb->vport;
James Smart92d7f7b2007-06-17 19:56:38 -05002837 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart2e0fef82007-06-17 19:56:36 -05002838 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
James Smartffc95492010-06-07 15:23:17 -04002839 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
dea31012005-04-17 16:05:31 -05002840
dea31012005-04-17 16:05:31 -05002841 pmb->context1 = NULL;
2842
James Smartffc95492010-06-07 15:23:17 -04002843 if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND)
2844 ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND;
2845
2846 if (ndlp->nlp_flag & NLP_IGNR_REG_CMPL ||
2847 ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) {
2848 /* We rcvd a rscn after issuing this
2849 * mbox reg login, we may have cycled
2850 * back through the state and be
2851 * back at reg login state so this
2852 * mbox needs to be ignored becase
2853 * there is another reg login in
2854 * proccess.
2855 */
2856 spin_lock_irq(shost->host_lock);
2857 ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL;
2858 spin_unlock_irq(shost->host_lock);
2859 if (phba->sli_rev == LPFC_SLI_REV4)
2860 lpfc_sli4_free_rpi(phba,
2861 pmb->u.mb.un.varRegLogin.rpi);
2862
2863 } else
2864 /* Good status, call state machine */
2865 lpfc_disc_state_machine(vport, ndlp, pmb,
2866 NLP_EVT_CMPL_REG_LOGIN);
2867
dea31012005-04-17 16:05:31 -05002868 lpfc_mbuf_free(phba, mp->virt, mp->phys);
2869 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05002870 mempool_free(pmb, phba->mbox_mem_pool);
James Smartfa4066b2008-01-11 01:53:27 -05002871 /* decrement the node reference count held for this callback
2872 * function.
2873 */
James Smart329f9bc2007-04-25 09:53:01 -04002874 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05002875
2876 return;
2877}
2878
James Smart92d7f7b2007-06-17 19:56:38 -05002879static void
2880lpfc_mbx_cmpl_unreg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
2881{
James Smart04c68492009-05-22 14:52:52 -04002882 MAILBOX_t *mb = &pmb->u.mb;
James Smart92d7f7b2007-06-17 19:56:38 -05002883 struct lpfc_vport *vport = pmb->vport;
2884 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
2885
2886 switch (mb->mbxStatus) {
2887 case 0x0011:
2888 case 0x0020:
James Smarte8b62012007-08-02 11:10:09 -04002889 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
2890 "0911 cmpl_unreg_vpi, mb status = 0x%x\n",
2891 mb->mbxStatus);
James Smart92d7f7b2007-06-17 19:56:38 -05002892 break;
James Smart78730cf2010-04-06 15:06:30 -04002893 /* If VPI is busy, reset the HBA */
2894 case 0x9700:
2895 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
2896 "2798 Unreg_vpi failed vpi 0x%x, mb status = 0x%x\n",
2897 vport->vpi, mb->mbxStatus);
2898 if (!(phba->pport->load_flag & FC_UNLOADING))
2899 lpfc_workq_post_event(phba, NULL, NULL,
2900 LPFC_EVT_RESET_HBA);
James Smart92d7f7b2007-06-17 19:56:38 -05002901 }
James Smart72100cc2010-02-12 14:43:01 -05002902 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05002903 vport->vpi_state &= ~LPFC_VPI_REGISTERED;
James Smart19878072009-12-21 17:02:00 -05002904 vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI;
James Smart72100cc2010-02-12 14:43:01 -05002905 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05002906 vport->unreg_vpi_cmpl = VPORT_OK;
2907 mempool_free(pmb, phba->mbox_mem_pool);
2908 /*
2909 * This shost reference might have been taken at the beginning of
2910 * lpfc_vport_delete()
2911 */
James Smart1c6f4ef52009-11-18 15:40:49 -05002912 if ((vport->load_flag & FC_UNLOADING) && (vport != phba->pport))
James Smart92d7f7b2007-06-17 19:56:38 -05002913 scsi_host_put(shost);
2914}
2915
James Smartd7c255b2008-08-24 21:50:00 -04002916int
James Smart92d7f7b2007-06-17 19:56:38 -05002917lpfc_mbx_unreg_vpi(struct lpfc_vport *vport)
2918{
2919 struct lpfc_hba *phba = vport->phba;
2920 LPFC_MBOXQ_t *mbox;
2921 int rc;
2922
2923 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
2924 if (!mbox)
James Smartd7c255b2008-08-24 21:50:00 -04002925 return 1;
James Smart92d7f7b2007-06-17 19:56:38 -05002926
2927 lpfc_unreg_vpi(phba, vport->vpi, mbox);
2928 mbox->vport = vport;
2929 mbox->mbox_cmpl = lpfc_mbx_cmpl_unreg_vpi;
James Smart0b727fe2007-10-27 13:37:25 -04002930 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart92d7f7b2007-06-17 19:56:38 -05002931 if (rc == MBX_NOT_FINISHED) {
James Smarte8b62012007-08-02 11:10:09 -04002932 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
2933 "1800 Could not issue unreg_vpi\n");
James Smart92d7f7b2007-06-17 19:56:38 -05002934 mempool_free(mbox, phba->mbox_mem_pool);
2935 vport->unreg_vpi_cmpl = VPORT_ERROR;
James Smartd7c255b2008-08-24 21:50:00 -04002936 return rc;
James Smart92d7f7b2007-06-17 19:56:38 -05002937 }
James Smartd7c255b2008-08-24 21:50:00 -04002938 return 0;
James Smart92d7f7b2007-06-17 19:56:38 -05002939}
2940
2941static void
2942lpfc_mbx_cmpl_reg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
2943{
2944 struct lpfc_vport *vport = pmb->vport;
2945 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart04c68492009-05-22 14:52:52 -04002946 MAILBOX_t *mb = &pmb->u.mb;
James Smart92d7f7b2007-06-17 19:56:38 -05002947
2948 switch (mb->mbxStatus) {
2949 case 0x0011:
2950 case 0x9601:
2951 case 0x9602:
James Smarte8b62012007-08-02 11:10:09 -04002952 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
2953 "0912 cmpl_reg_vpi, mb status = 0x%x\n",
2954 mb->mbxStatus);
James Smart92d7f7b2007-06-17 19:56:38 -05002955 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
2956 spin_lock_irq(shost->host_lock);
2957 vport->fc_flag &= ~(FC_FABRIC | FC_PUBLIC_LOOP);
2958 spin_unlock_irq(shost->host_lock);
2959 vport->fc_myDID = 0;
2960 goto out;
2961 }
James Smart92d7f7b2007-06-17 19:56:38 -05002962
James Smart72100cc2010-02-12 14:43:01 -05002963 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05002964 vport->vpi_state |= LPFC_VPI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05002965 vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI;
James Smart72100cc2010-02-12 14:43:01 -05002966 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05002967 vport->num_disc_nodes = 0;
2968 /* go thru NPR list and issue ELS PLOGIs */
2969 if (vport->fc_npr_cnt)
2970 lpfc_els_disc_plogi(vport);
2971
2972 if (!vport->num_disc_nodes) {
2973 spin_lock_irq(shost->host_lock);
2974 vport->fc_flag &= ~FC_NDISC_ACTIVE;
2975 spin_unlock_irq(shost->host_lock);
2976 lpfc_can_disctmo(vport);
2977 }
2978 vport->port_state = LPFC_VPORT_READY;
2979
2980out:
2981 mempool_free(pmb, phba->mbox_mem_pool);
2982 return;
2983}
2984
James Smart21e9a0a2009-05-22 14:53:21 -04002985/**
2986 * lpfc_create_static_vport - Read HBA config region to create static vports.
2987 * @phba: pointer to lpfc hba data structure.
2988 *
2989 * This routine issue a DUMP mailbox command for config region 22 to get
2990 * the list of static vports to be created. The function create vports
2991 * based on the information returned from the HBA.
2992 **/
2993void
2994lpfc_create_static_vport(struct lpfc_hba *phba)
2995{
2996 LPFC_MBOXQ_t *pmb = NULL;
2997 MAILBOX_t *mb;
2998 struct static_vport_info *vport_info;
James Smart1c6834a2009-07-19 10:01:26 -04002999 int rc = 0, i;
James Smart21e9a0a2009-05-22 14:53:21 -04003000 struct fc_vport_identifiers vport_id;
3001 struct fc_vport *new_fc_vport;
3002 struct Scsi_Host *shost;
3003 struct lpfc_vport *vport;
3004 uint16_t offset = 0;
3005 uint8_t *vport_buff;
James Smart1c6834a2009-07-19 10:01:26 -04003006 struct lpfc_dmabuf *mp;
3007 uint32_t byte_count = 0;
James Smart21e9a0a2009-05-22 14:53:21 -04003008
3009 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3010 if (!pmb) {
3011 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3012 "0542 lpfc_create_static_vport failed to"
3013 " allocate mailbox memory\n");
3014 return;
3015 }
3016
3017 mb = &pmb->u.mb;
3018
3019 vport_info = kzalloc(sizeof(struct static_vport_info), GFP_KERNEL);
3020 if (!vport_info) {
3021 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3022 "0543 lpfc_create_static_vport failed to"
3023 " allocate vport_info\n");
3024 mempool_free(pmb, phba->mbox_mem_pool);
3025 return;
3026 }
3027
3028 vport_buff = (uint8_t *) vport_info;
3029 do {
James Smart1c6834a2009-07-19 10:01:26 -04003030 if (lpfc_dump_static_vport(phba, pmb, offset))
3031 goto out;
3032
James Smart21e9a0a2009-05-22 14:53:21 -04003033 pmb->vport = phba->pport;
3034 rc = lpfc_sli_issue_mbox_wait(phba, pmb, LPFC_MBOX_TMO);
3035
3036 if ((rc != MBX_SUCCESS) || mb->mbxStatus) {
3037 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
3038 "0544 lpfc_create_static_vport failed to"
3039 " issue dump mailbox command ret 0x%x "
3040 "status 0x%x\n",
3041 rc, mb->mbxStatus);
3042 goto out;
3043 }
3044
James Smart1c6834a2009-07-19 10:01:26 -04003045 if (phba->sli_rev == LPFC_SLI_REV4) {
3046 byte_count = pmb->u.mqe.un.mb_words[5];
3047 mp = (struct lpfc_dmabuf *) pmb->context2;
3048 if (byte_count > sizeof(struct static_vport_info) -
3049 offset)
3050 byte_count = sizeof(struct static_vport_info)
3051 - offset;
3052 memcpy(vport_buff + offset, mp->virt, byte_count);
3053 offset += byte_count;
3054 } else {
3055 if (mb->un.varDmp.word_cnt >
3056 sizeof(struct static_vport_info) - offset)
3057 mb->un.varDmp.word_cnt =
3058 sizeof(struct static_vport_info)
3059 - offset;
3060 byte_count = mb->un.varDmp.word_cnt;
3061 lpfc_sli_pcimem_bcopy(((uint8_t *)mb) + DMP_RSP_OFFSET,
3062 vport_buff + offset,
3063 byte_count);
James Smart21e9a0a2009-05-22 14:53:21 -04003064
James Smart1c6834a2009-07-19 10:01:26 -04003065 offset += byte_count;
3066 }
James Smart21e9a0a2009-05-22 14:53:21 -04003067
James Smart1c6834a2009-07-19 10:01:26 -04003068 } while (byte_count &&
James Smart21e9a0a2009-05-22 14:53:21 -04003069 offset < sizeof(struct static_vport_info));
3070
3071
3072 if ((le32_to_cpu(vport_info->signature) != VPORT_INFO_SIG) ||
3073 ((le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK)
3074 != VPORT_INFO_REV)) {
3075 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3076 "0545 lpfc_create_static_vport bad"
3077 " information header 0x%x 0x%x\n",
3078 le32_to_cpu(vport_info->signature),
3079 le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK);
3080
3081 goto out;
3082 }
3083
3084 shost = lpfc_shost_from_vport(phba->pport);
3085
3086 for (i = 0; i < MAX_STATIC_VPORT_COUNT; i++) {
3087 memset(&vport_id, 0, sizeof(vport_id));
3088 vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn);
3089 vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn);
3090 if (!vport_id.port_name || !vport_id.node_name)
3091 continue;
3092
3093 vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR;
3094 vport_id.vport_type = FC_PORTTYPE_NPIV;
3095 vport_id.disable = false;
3096 new_fc_vport = fc_vport_create(shost, 0, &vport_id);
3097
3098 if (!new_fc_vport) {
3099 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
3100 "0546 lpfc_create_static_vport failed to"
James Smarte4e74272009-07-19 10:01:38 -04003101 " create vport\n");
James Smart21e9a0a2009-05-22 14:53:21 -04003102 continue;
3103 }
3104
3105 vport = *(struct lpfc_vport **)new_fc_vport->dd_data;
3106 vport->vport_flag |= STATIC_VPORT;
3107 }
3108
3109out:
James Smart21e9a0a2009-05-22 14:53:21 -04003110 kfree(vport_info);
James Smart1c6834a2009-07-19 10:01:26 -04003111 if (rc != MBX_TIMEOUT) {
3112 if (pmb->context2) {
3113 mp = (struct lpfc_dmabuf *) pmb->context2;
3114 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3115 kfree(mp);
3116 }
James Smart21e9a0a2009-05-22 14:53:21 -04003117 mempool_free(pmb, phba->mbox_mem_pool);
James Smart1c6834a2009-07-19 10:01:26 -04003118 }
James Smart21e9a0a2009-05-22 14:53:21 -04003119
3120 return;
3121}
3122
dea31012005-04-17 16:05:31 -05003123/*
3124 * This routine handles processing a Fabric REG_LOGIN mailbox
3125 * command upon completion. It is setup in the LPFC_MBOXQ
3126 * as the completion routine when the command is
3127 * handed off to the SLI layer.
3128 */
3129void
James Smart2e0fef82007-06-17 19:56:36 -05003130lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003131{
James Smart92d7f7b2007-06-17 19:56:38 -05003132 struct lpfc_vport *vport = pmb->vport;
James Smart21e9a0a2009-05-22 14:53:21 -04003133 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05003134 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
James Smart92d7f7b2007-06-17 19:56:38 -05003135 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05003136
James Smart549e55c2007-08-02 11:09:51 -04003137 ndlp = (struct lpfc_nodelist *) pmb->context2;
James Smart329f9bc2007-04-25 09:53:01 -04003138 pmb->context1 = NULL;
3139 pmb->context2 = NULL;
dea31012005-04-17 16:05:31 -05003140 if (mb->mbxStatus) {
James Smart21e9a0a2009-05-22 14:53:21 -04003141 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX,
3142 "0258 Register Fabric login error: 0x%x\n",
3143 mb->mbxStatus);
dea31012005-04-17 16:05:31 -05003144 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3145 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04003146 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003147
James Smart92d7f7b2007-06-17 19:56:38 -05003148 if (phba->fc_topology == TOPOLOGY_LOOP) {
3149 /* FLOGI failed, use loop map to make discovery list */
3150 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05003151
James Smart92d7f7b2007-06-17 19:56:38 -05003152 /* Start discovery */
3153 lpfc_disc_start(vport);
James Smarte47c9092008-02-08 18:49:26 -05003154 /* Decrement the reference count to ndlp after the
3155 * reference to the ndlp are done.
3156 */
3157 lpfc_nlp_put(ndlp);
James Smart92d7f7b2007-06-17 19:56:38 -05003158 return;
3159 }
3160
3161 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
James Smarte47c9092008-02-08 18:49:26 -05003162 /* Decrement the reference count to ndlp after the reference
3163 * to the ndlp are done.
3164 */
3165 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003166 return;
3167 }
3168
dea31012005-04-17 16:05:31 -05003169 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart21e9a0a2009-05-22 14:53:21 -04003170 ndlp->nlp_flag |= NLP_RPI_VALID;
dea31012005-04-17 16:05:31 -05003171 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05003172 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05003173
James Smart2e0fef82007-06-17 19:56:36 -05003174 if (vport->port_state == LPFC_FABRIC_CFG_LINK) {
James Smart4b40c592010-03-15 11:25:44 -04003175 /* when physical port receive logo donot start
3176 * vport discovery */
3177 if (!(vport->fc_flag & FC_LOGO_RCVD_DID_CHNG))
3178 lpfc_start_fdiscs(phba);
3179 else
3180 vport->fc_flag &= ~FC_LOGO_RCVD_DID_CHNG ;
James Smart92d7f7b2007-06-17 19:56:38 -05003181 lpfc_do_scr_ns_plogi(phba, vport);
dea31012005-04-17 16:05:31 -05003182 }
3183
3184 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3185 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04003186 mempool_free(pmb, phba->mbox_mem_pool);
James Smarte47c9092008-02-08 18:49:26 -05003187
3188 /* Drop the reference count from the mbox at the end after
3189 * all the current reference to the ndlp have been done.
3190 */
3191 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003192 return;
3193}
3194
3195/*
3196 * This routine handles processing a NameServer REG_LOGIN mailbox
3197 * command upon completion. It is setup in the LPFC_MBOXQ
3198 * as the completion routine when the command is
3199 * handed off to the SLI layer.
3200 */
3201void
James Smart2e0fef82007-06-17 19:56:36 -05003202lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05003203{
James Smart21e9a0a2009-05-22 14:53:21 -04003204 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05003205 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
3206 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
3207 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05003208
3209 if (mb->mbxStatus) {
James Smart92d7f7b2007-06-17 19:56:38 -05003210out:
James Smart21e9a0a2009-05-22 14:53:21 -04003211 lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS,
3212 "0260 Register NameServer error: 0x%x\n",
3213 mb->mbxStatus);
James Smartfa4066b2008-01-11 01:53:27 -05003214 /* decrement the node reference count held for this
3215 * callback function.
3216 */
James Smart329f9bc2007-04-25 09:53:01 -04003217 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003218 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3219 kfree(mp);
James Smartde0c5b32007-04-25 09:52:27 -04003220 mempool_free(pmb, phba->mbox_mem_pool);
James Smart87af33f2007-10-27 13:37:43 -04003221
3222 /* If no other thread is using the ndlp, free it */
3223 lpfc_nlp_not_used(ndlp);
dea31012005-04-17 16:05:31 -05003224
James Smart92d7f7b2007-06-17 19:56:38 -05003225 if (phba->fc_topology == TOPOLOGY_LOOP) {
3226 /*
3227 * RegLogin failed, use loop map to make discovery
3228 * list
3229 */
3230 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05003231
James Smart92d7f7b2007-06-17 19:56:38 -05003232 /* Start discovery */
3233 lpfc_disc_start(vport);
3234 return;
3235 }
3236 lpfc_vport_set_state(vport, FC_VPORT_FAILED);
dea31012005-04-17 16:05:31 -05003237 return;
3238 }
3239
3240 pmb->context1 = NULL;
3241
dea31012005-04-17 16:05:31 -05003242 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart21e9a0a2009-05-22 14:53:21 -04003243 ndlp->nlp_flag |= NLP_RPI_VALID;
dea31012005-04-17 16:05:31 -05003244 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05003245 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05003246
James Smart2e0fef82007-06-17 19:56:36 -05003247 if (vport->port_state < LPFC_VPORT_READY) {
3248 /* Link up discovery requires Fabric registration. */
James Smart92d7f7b2007-06-17 19:56:38 -05003249 lpfc_ns_cmd(vport, SLI_CTNS_RFF_ID, 0, 0); /* Do this first! */
3250 lpfc_ns_cmd(vport, SLI_CTNS_RNN_ID, 0, 0);
3251 lpfc_ns_cmd(vport, SLI_CTNS_RSNN_NN, 0, 0);
3252 lpfc_ns_cmd(vport, SLI_CTNS_RSPN_ID, 0, 0);
3253 lpfc_ns_cmd(vport, SLI_CTNS_RFT_ID, 0, 0);
3254
3255 /* Issue SCR just before NameServer GID_FT Query */
3256 lpfc_issue_els_scr(vport, SCR_DID, 0);
dea31012005-04-17 16:05:31 -05003257 }
3258
James Smart2e0fef82007-06-17 19:56:36 -05003259 vport->fc_ns_retry = 0;
dea31012005-04-17 16:05:31 -05003260 /* Good status, issue CT Request to NameServer */
James Smart92d7f7b2007-06-17 19:56:38 -05003261 if (lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, 0, 0)) {
dea31012005-04-17 16:05:31 -05003262 /* Cannot issue NameServer Query, so finish up discovery */
James Smart92d7f7b2007-06-17 19:56:38 -05003263 goto out;
dea31012005-04-17 16:05:31 -05003264 }
3265
James Smartfa4066b2008-01-11 01:53:27 -05003266 /* decrement the node reference count held for this
3267 * callback function.
3268 */
James Smart329f9bc2007-04-25 09:53:01 -04003269 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05003270 lpfc_mbuf_free(phba, mp->virt, mp->phys);
3271 kfree(mp);
James Smart2e0fef82007-06-17 19:56:36 -05003272 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003273
3274 return;
3275}
3276
3277static void
James Smart2e0fef82007-06-17 19:56:36 -05003278lpfc_register_remote_port(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05003279{
James Smart2e0fef82007-06-17 19:56:36 -05003280 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3281 struct fc_rport *rport;
dea31012005-04-17 16:05:31 -05003282 struct lpfc_rport_data *rdata;
3283 struct fc_rport_identifiers rport_ids;
James Smart2e0fef82007-06-17 19:56:36 -05003284 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05003285
3286 /* Remote port has reappeared. Re-register w/ FC transport */
Andrew Morton68ce1eb2005-09-21 09:46:54 -07003287 rport_ids.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn);
3288 rport_ids.port_name = wwn_to_u64(ndlp->nlp_portname.u.wwn);
dea31012005-04-17 16:05:31 -05003289 rport_ids.port_id = ndlp->nlp_DID;
3290 rport_ids.roles = FC_RPORT_ROLE_UNKNOWN;
dea31012005-04-17 16:05:31 -05003291
James Smart329f9bc2007-04-25 09:53:01 -04003292 /*
3293 * We leave our node pointer in rport->dd_data when we unregister a
3294 * FCP target port. But fc_remote_port_add zeros the space to which
3295 * rport->dd_data points. So, if we're reusing a previously
3296 * registered port, drop the reference that we took the last time we
3297 * registered the port.
3298 */
3299 if (ndlp->rport && ndlp->rport->dd_data &&
James Smarte47c9092008-02-08 18:49:26 -05003300 ((struct lpfc_rport_data *) ndlp->rport->dd_data)->pnode == ndlp)
James Smart329f9bc2007-04-25 09:53:01 -04003301 lpfc_nlp_put(ndlp);
James Smart858c9f62007-06-17 19:56:39 -05003302
3303 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT,
3304 "rport add: did:x%x flg:x%x type x%x",
3305 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
3306
James Smart2e0fef82007-06-17 19:56:36 -05003307 ndlp->rport = rport = fc_remote_port_add(shost, 0, &rport_ids);
James Smart329f9bc2007-04-25 09:53:01 -04003308 if (!rport || !get_device(&rport->dev)) {
dea31012005-04-17 16:05:31 -05003309 dev_printk(KERN_WARNING, &phba->pcidev->dev,
3310 "Warning: fc_remote_port_add failed\n");
3311 return;
3312 }
3313
3314 /* initialize static port data */
3315 rport->maxframe_size = ndlp->nlp_maxframe;
3316 rport->supported_classes = ndlp->nlp_class_sup;
dea31012005-04-17 16:05:31 -05003317 rdata = rport->dd_data;
James Smart329f9bc2007-04-25 09:53:01 -04003318 rdata->pnode = lpfc_nlp_get(ndlp);
James.Smart@Emulex.Com23dc04f2005-11-28 11:41:44 -05003319
3320 if (ndlp->nlp_type & NLP_FCP_TARGET)
3321 rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET;
3322 if (ndlp->nlp_type & NLP_FCP_INITIATOR)
3323 rport_ids.roles |= FC_RPORT_ROLE_FCP_INITIATOR;
3324
3325
3326 if (rport_ids.roles != FC_RPORT_ROLE_UNKNOWN)
3327 fc_remote_port_rolechg(rport, rport_ids.roles);
3328
James Smart071fbd3d2006-04-15 11:53:20 -04003329 if ((rport->scsi_target_id != -1) &&
James Smart92d7f7b2007-06-17 19:56:38 -05003330 (rport->scsi_target_id < LPFC_MAX_TARGET)) {
James Smart071fbd3d2006-04-15 11:53:20 -04003331 ndlp->nlp_sid = rport->scsi_target_id;
3332 }
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04003333 return;
3334}
3335
3336static void
James Smart2e0fef82007-06-17 19:56:36 -05003337lpfc_unregister_remote_port(struct lpfc_nodelist *ndlp)
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04003338{
3339 struct fc_rport *rport = ndlp->rport;
James Smartc01f3202006-08-18 17:47:08 -04003340
James Smart858c9f62007-06-17 19:56:39 -05003341 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_RPORT,
3342 "rport delete: did:x%x flg:x%x type x%x",
3343 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
3344
James.Smart@Emulex.Com19a7b4a2005-10-18 12:03:35 -04003345 fc_remote_port_delete(rport);
dea31012005-04-17 16:05:31 -05003346
3347 return;
3348}
3349
James Smartde0c5b32007-04-25 09:52:27 -04003350static void
James Smart2e0fef82007-06-17 19:56:36 -05003351lpfc_nlp_counters(struct lpfc_vport *vport, int state, int count)
James Smartde0c5b32007-04-25 09:52:27 -04003352{
James Smart2e0fef82007-06-17 19:56:36 -05003353 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3354
3355 spin_lock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04003356 switch (state) {
3357 case NLP_STE_UNUSED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05003358 vport->fc_unused_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003359 break;
3360 case NLP_STE_PLOGI_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05003361 vport->fc_plogi_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003362 break;
3363 case NLP_STE_ADISC_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05003364 vport->fc_adisc_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003365 break;
3366 case NLP_STE_REG_LOGIN_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05003367 vport->fc_reglogin_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003368 break;
3369 case NLP_STE_PRLI_ISSUE:
James Smart2e0fef82007-06-17 19:56:36 -05003370 vport->fc_prli_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003371 break;
3372 case NLP_STE_UNMAPPED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05003373 vport->fc_unmap_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003374 break;
3375 case NLP_STE_MAPPED_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05003376 vport->fc_map_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003377 break;
3378 case NLP_STE_NPR_NODE:
James Smart2e0fef82007-06-17 19:56:36 -05003379 vport->fc_npr_cnt += count;
James Smartde0c5b32007-04-25 09:52:27 -04003380 break;
3381 }
James Smart2e0fef82007-06-17 19:56:36 -05003382 spin_unlock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04003383}
Jamie Wellnitz66a9ed62006-02-28 22:33:10 -05003384
James Smartde0c5b32007-04-25 09:52:27 -04003385static void
James Smart2e0fef82007-06-17 19:56:36 -05003386lpfc_nlp_state_cleanup(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
James Smartde0c5b32007-04-25 09:52:27 -04003387 int old_state, int new_state)
3388{
James Smart2e0fef82007-06-17 19:56:36 -05003389 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3390
James Smartde0c5b32007-04-25 09:52:27 -04003391 if (new_state == NLP_STE_UNMAPPED_NODE) {
James Smartde0c5b32007-04-25 09:52:27 -04003392 ndlp->nlp_flag &= ~NLP_NODEV_REMOVE;
3393 ndlp->nlp_type |= NLP_FC_NODE;
3394 }
3395 if (new_state == NLP_STE_MAPPED_NODE)
3396 ndlp->nlp_flag &= ~NLP_NODEV_REMOVE;
3397 if (new_state == NLP_STE_NPR_NODE)
3398 ndlp->nlp_flag &= ~NLP_RCV_PLOGI;
dea31012005-04-17 16:05:31 -05003399
James Smartde0c5b32007-04-25 09:52:27 -04003400 /* Transport interface */
3401 if (ndlp->rport && (old_state == NLP_STE_MAPPED_NODE ||
3402 old_state == NLP_STE_UNMAPPED_NODE)) {
James Smart2e0fef82007-06-17 19:56:36 -05003403 vport->phba->nport_event_cnt++;
3404 lpfc_unregister_remote_port(ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04003405 }
dea31012005-04-17 16:05:31 -05003406
James Smartde0c5b32007-04-25 09:52:27 -04003407 if (new_state == NLP_STE_MAPPED_NODE ||
3408 new_state == NLP_STE_UNMAPPED_NODE) {
James Smart2e0fef82007-06-17 19:56:36 -05003409 vport->phba->nport_event_cnt++;
James Smart858c9f62007-06-17 19:56:39 -05003410 /*
3411 * Tell the fc transport about the port, if we haven't
3412 * already. If we have, and it's a scsi entity, be
3413 * sure to unblock any attached scsi devices
3414 */
3415 lpfc_register_remote_port(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04003416 }
James Smartea2151b2008-09-07 11:52:10 -04003417 if ((new_state == NLP_STE_MAPPED_NODE) &&
3418 (vport->stat_data_enabled)) {
3419 /*
3420 * A new target is discovered, if there is no buffer for
3421 * statistical data collection allocate buffer.
3422 */
3423 ndlp->lat_data = kcalloc(LPFC_MAX_BUCKET_COUNT,
3424 sizeof(struct lpfc_scsicmd_bkt),
3425 GFP_KERNEL);
3426
3427 if (!ndlp->lat_data)
3428 lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE,
3429 "0286 lpfc_nlp_state_cleanup failed to "
3430 "allocate statistical data buffer DID "
3431 "0x%x\n", ndlp->nlp_DID);
3432 }
James Smart858c9f62007-06-17 19:56:39 -05003433 /*
3434 * if we added to Mapped list, but the remote port
3435 * registration failed or assigned a target id outside
3436 * our presentable range - move the node to the
3437 * Unmapped List
3438 */
James Smartde0c5b32007-04-25 09:52:27 -04003439 if (new_state == NLP_STE_MAPPED_NODE &&
3440 (!ndlp->rport ||
3441 ndlp->rport->scsi_target_id == -1 ||
3442 ndlp->rport->scsi_target_id >= LPFC_MAX_TARGET)) {
James Smart2e0fef82007-06-17 19:56:36 -05003443 spin_lock_irq(shost->host_lock);
James Smartde0c5b32007-04-25 09:52:27 -04003444 ndlp->nlp_flag |= NLP_TGT_NO_SCSIID;
James Smart2e0fef82007-06-17 19:56:36 -05003445 spin_unlock_irq(shost->host_lock);
3446 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05003447 }
James Smartde0c5b32007-04-25 09:52:27 -04003448}
3449
James Smart685f0bf2007-04-25 09:53:08 -04003450static char *
3451lpfc_nlp_state_name(char *buffer, size_t size, int state)
3452{
3453 static char *states[] = {
3454 [NLP_STE_UNUSED_NODE] = "UNUSED",
3455 [NLP_STE_PLOGI_ISSUE] = "PLOGI",
3456 [NLP_STE_ADISC_ISSUE] = "ADISC",
3457 [NLP_STE_REG_LOGIN_ISSUE] = "REGLOGIN",
3458 [NLP_STE_PRLI_ISSUE] = "PRLI",
3459 [NLP_STE_UNMAPPED_NODE] = "UNMAPPED",
3460 [NLP_STE_MAPPED_NODE] = "MAPPED",
3461 [NLP_STE_NPR_NODE] = "NPR",
3462 };
3463
James Smart311464e2007-08-02 11:10:37 -04003464 if (state < NLP_STE_MAX_STATE && states[state])
James Smart685f0bf2007-04-25 09:53:08 -04003465 strlcpy(buffer, states[state], size);
3466 else
3467 snprintf(buffer, size, "unknown (%d)", state);
3468 return buffer;
3469}
3470
James Smartde0c5b32007-04-25 09:52:27 -04003471void
James Smart2e0fef82007-06-17 19:56:36 -05003472lpfc_nlp_set_state(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
3473 int state)
James Smartde0c5b32007-04-25 09:52:27 -04003474{
James Smart2e0fef82007-06-17 19:56:36 -05003475 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smartde0c5b32007-04-25 09:52:27 -04003476 int old_state = ndlp->nlp_state;
James Smart685f0bf2007-04-25 09:53:08 -04003477 char name1[16], name2[16];
James Smartde0c5b32007-04-25 09:52:27 -04003478
James Smarte8b62012007-08-02 11:10:09 -04003479 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
3480 "0904 NPort state transition x%06x, %s -> %s\n",
3481 ndlp->nlp_DID,
3482 lpfc_nlp_state_name(name1, sizeof(name1), old_state),
3483 lpfc_nlp_state_name(name2, sizeof(name2), state));
James Smart858c9f62007-06-17 19:56:39 -05003484
3485 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
3486 "node statechg did:x%x old:%d ste:%d",
3487 ndlp->nlp_DID, old_state, state);
3488
James Smartde0c5b32007-04-25 09:52:27 -04003489 if (old_state == NLP_STE_NPR_NODE &&
James Smartde0c5b32007-04-25 09:52:27 -04003490 state != NLP_STE_NPR_NODE)
James Smart2e0fef82007-06-17 19:56:36 -05003491 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04003492 if (old_state == NLP_STE_UNMAPPED_NODE) {
3493 ndlp->nlp_flag &= ~NLP_TGT_NO_SCSIID;
3494 ndlp->nlp_type &= ~NLP_FC_NODE;
3495 }
3496
James Smart685f0bf2007-04-25 09:53:08 -04003497 if (list_empty(&ndlp->nlp_listp)) {
James Smart2e0fef82007-06-17 19:56:36 -05003498 spin_lock_irq(shost->host_lock);
3499 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
3500 spin_unlock_irq(shost->host_lock);
James Smart685f0bf2007-04-25 09:53:08 -04003501 } else if (old_state)
James Smart2e0fef82007-06-17 19:56:36 -05003502 lpfc_nlp_counters(vport, old_state, -1);
James Smartde0c5b32007-04-25 09:52:27 -04003503
3504 ndlp->nlp_state = state;
James Smart2e0fef82007-06-17 19:56:36 -05003505 lpfc_nlp_counters(vport, state, 1);
3506 lpfc_nlp_state_cleanup(vport, ndlp, old_state, state);
James Smartde0c5b32007-04-25 09:52:27 -04003507}
3508
3509void
James Smarte47c9092008-02-08 18:49:26 -05003510lpfc_enqueue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
3511{
3512 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3513
3514 if (list_empty(&ndlp->nlp_listp)) {
3515 spin_lock_irq(shost->host_lock);
3516 list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes);
3517 spin_unlock_irq(shost->host_lock);
3518 }
3519}
3520
3521void
James Smart2e0fef82007-06-17 19:56:36 -05003522lpfc_dequeue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smartde0c5b32007-04-25 09:52:27 -04003523{
James Smart2e0fef82007-06-17 19:56:36 -05003524 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3525
James Smart0d2b6b82008-06-14 22:52:47 -04003526 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smartde0c5b32007-04-25 09:52:27 -04003527 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
James Smart2e0fef82007-06-17 19:56:36 -05003528 lpfc_nlp_counters(vport, ndlp->nlp_state, -1);
3529 spin_lock_irq(shost->host_lock);
James Smart685f0bf2007-04-25 09:53:08 -04003530 list_del_init(&ndlp->nlp_listp);
James Smart2e0fef82007-06-17 19:56:36 -05003531 spin_unlock_irq(shost->host_lock);
James Smart858c9f62007-06-17 19:56:39 -05003532 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state,
James Smarte47c9092008-02-08 18:49:26 -05003533 NLP_STE_UNUSED_NODE);
3534}
3535
Adrian Bunk4d9db012008-02-14 23:24:02 +02003536static void
James Smarte47c9092008-02-08 18:49:26 -05003537lpfc_disable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
3538{
James Smart0d2b6b82008-06-14 22:52:47 -04003539 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smarte47c9092008-02-08 18:49:26 -05003540 if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp))
3541 lpfc_nlp_counters(vport, ndlp->nlp_state, -1);
3542 lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state,
3543 NLP_STE_UNUSED_NODE);
3544}
James Smart109f6ed2008-12-04 22:39:08 -05003545/**
James Smart3621a712009-04-06 18:47:14 -04003546 * lpfc_initialize_node - Initialize all fields of node object
James Smart109f6ed2008-12-04 22:39:08 -05003547 * @vport: Pointer to Virtual Port object.
3548 * @ndlp: Pointer to FC node object.
3549 * @did: FC_ID of the node.
James Smarta257bf92009-04-06 18:48:10 -04003550 *
3551 * This function is always called when node object need to be initialized.
3552 * It initializes all the fields of the node object. Although the reference
3553 * to phba from @ndlp can be obtained indirectly through it's reference to
3554 * @vport, a direct reference to phba is taken here by @ndlp. This is due
3555 * to the life-span of the @ndlp might go beyond the existence of @vport as
3556 * the final release of ndlp is determined by its reference count. And, the
3557 * operation on @ndlp needs the reference to phba.
James Smart109f6ed2008-12-04 22:39:08 -05003558 **/
3559static inline void
3560lpfc_initialize_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
3561 uint32_t did)
3562{
3563 INIT_LIST_HEAD(&ndlp->els_retry_evt.evt_listp);
3564 INIT_LIST_HEAD(&ndlp->dev_loss_evt.evt_listp);
3565 init_timer(&ndlp->nlp_delayfunc);
3566 ndlp->nlp_delayfunc.function = lpfc_els_retry_delay;
3567 ndlp->nlp_delayfunc.data = (unsigned long)ndlp;
3568 ndlp->nlp_DID = did;
3569 ndlp->vport = vport;
James Smarta257bf92009-04-06 18:48:10 -04003570 ndlp->phba = vport->phba;
James Smart109f6ed2008-12-04 22:39:08 -05003571 ndlp->nlp_sid = NLP_NO_SID;
3572 kref_init(&ndlp->kref);
3573 NLP_INT_NODE_ACT(ndlp);
3574 atomic_set(&ndlp->cmd_pending, 0);
3575 ndlp->cmd_qdepth = LPFC_MAX_TGT_QDEPTH;
3576}
James Smarte47c9092008-02-08 18:49:26 -05003577
3578struct lpfc_nodelist *
3579lpfc_enable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
3580 int state)
3581{
3582 struct lpfc_hba *phba = vport->phba;
3583 uint32_t did;
3584 unsigned long flags;
3585
3586 if (!ndlp)
3587 return NULL;
3588
3589 spin_lock_irqsave(&phba->ndlp_lock, flags);
3590 /* The ndlp should not be in memory free mode */
3591 if (NLP_CHK_FREE_REQ(ndlp)) {
3592 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
3593 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
3594 "0277 lpfc_enable_node: ndlp:x%p "
3595 "usgmap:x%x refcnt:%d\n",
3596 (void *)ndlp, ndlp->nlp_usg_map,
3597 atomic_read(&ndlp->kref.refcount));
3598 return NULL;
3599 }
3600 /* The ndlp should not already be in active mode */
3601 if (NLP_CHK_NODE_ACT(ndlp)) {
3602 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
3603 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
3604 "0278 lpfc_enable_node: ndlp:x%p "
3605 "usgmap:x%x refcnt:%d\n",
3606 (void *)ndlp, ndlp->nlp_usg_map,
3607 atomic_read(&ndlp->kref.refcount));
3608 return NULL;
3609 }
3610
3611 /* Keep the original DID */
3612 did = ndlp->nlp_DID;
3613
3614 /* re-initialize ndlp except of ndlp linked list pointer */
3615 memset((((char *)ndlp) + sizeof (struct list_head)), 0,
3616 sizeof (struct lpfc_nodelist) - sizeof (struct list_head));
James Smart109f6ed2008-12-04 22:39:08 -05003617 lpfc_initialize_node(vport, ndlp, did);
James Smarte47c9092008-02-08 18:49:26 -05003618
3619 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
3620
3621 if (state != NLP_STE_UNUSED_NODE)
3622 lpfc_nlp_set_state(vport, ndlp, state);
3623
3624 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
3625 "node enable: did:x%x",
3626 ndlp->nlp_DID, 0, 0);
3627 return ndlp;
James Smartde0c5b32007-04-25 09:52:27 -04003628}
3629
3630void
James Smart2e0fef82007-06-17 19:56:36 -05003631lpfc_drop_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
James Smartde0c5b32007-04-25 09:52:27 -04003632{
James Smart87af33f2007-10-27 13:37:43 -04003633 /*
James Smartfa4066b2008-01-11 01:53:27 -05003634 * Use of lpfc_drop_node and UNUSED list: lpfc_drop_node should
James Smart87af33f2007-10-27 13:37:43 -04003635 * be used if we wish to issue the "last" lpfc_nlp_put() to remove
James Smartfa4066b2008-01-11 01:53:27 -05003636 * the ndlp from the vport. The ndlp marked as UNUSED on the list
3637 * until ALL other outstanding threads have completed. We check
3638 * that the ndlp not already in the UNUSED state before we proceed.
James Smart87af33f2007-10-27 13:37:43 -04003639 */
James Smartfa4066b2008-01-11 01:53:27 -05003640 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
3641 return;
James Smart51ef4c22007-08-02 11:10:31 -04003642 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNUSED_NODE);
James Smart87af33f2007-10-27 13:37:43 -04003643 lpfc_nlp_put(ndlp);
James Smart98c9ea52007-10-27 13:37:33 -04003644 return;
dea31012005-04-17 16:05:31 -05003645}
3646
3647/*
3648 * Start / ReStart rescue timer for Discovery / RSCN handling
3649 */
3650void
James Smart2e0fef82007-06-17 19:56:36 -05003651lpfc_set_disctmo(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05003652{
James Smart2e0fef82007-06-17 19:56:36 -05003653 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3654 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05003655 uint32_t tmo;
3656
James Smart2e0fef82007-06-17 19:56:36 -05003657 if (vport->port_state == LPFC_LOCAL_CFG_LINK) {
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02003658 /* For FAN, timeout should be greater than edtov */
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05003659 tmo = (((phba->fc_edtov + 999) / 1000) + 1);
3660 } else {
Frederik Schwarzer025dfda2008-10-16 19:02:37 +02003661 /* Normal discovery timeout should be > than ELS/CT timeout
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05003662 * FC spec states we need 3 * ratov for CT requests
3663 */
3664 tmo = ((phba->fc_ratov * 3) + 3);
3665 }
dea31012005-04-17 16:05:31 -05003666
James Smart858c9f62007-06-17 19:56:39 -05003667
3668 if (!timer_pending(&vport->fc_disctmo)) {
3669 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
3670 "set disc timer: tmo:x%x state:x%x flg:x%x",
3671 tmo, vport->port_state, vport->fc_flag);
3672 }
3673
James Smart2e0fef82007-06-17 19:56:36 -05003674 mod_timer(&vport->fc_disctmo, jiffies + HZ * tmo);
3675 spin_lock_irq(shost->host_lock);
3676 vport->fc_flag |= FC_DISC_TMO;
3677 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05003678
3679 /* Start Discovery Timer state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04003680 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
3681 "0247 Start Discovery Timer state x%x "
3682 "Data: x%x x%lx x%x x%x\n",
3683 vport->port_state, tmo,
3684 (unsigned long)&vport->fc_disctmo, vport->fc_plogi_cnt,
3685 vport->fc_adisc_cnt);
dea31012005-04-17 16:05:31 -05003686
3687 return;
3688}
3689
3690/*
3691 * Cancel rescue timer for Discovery / RSCN handling
3692 */
3693int
James Smart2e0fef82007-06-17 19:56:36 -05003694lpfc_can_disctmo(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05003695{
James Smart2e0fef82007-06-17 19:56:36 -05003696 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart2e0fef82007-06-17 19:56:36 -05003697 unsigned long iflags;
3698
James Smart858c9f62007-06-17 19:56:39 -05003699 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
3700 "can disc timer: state:x%x rtry:x%x flg:x%x",
3701 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
3702
dea31012005-04-17 16:05:31 -05003703 /* Turn off discovery timer if its running */
James Smart2e0fef82007-06-17 19:56:36 -05003704 if (vport->fc_flag & FC_DISC_TMO) {
3705 spin_lock_irqsave(shost->host_lock, iflags);
3706 vport->fc_flag &= ~FC_DISC_TMO;
3707 spin_unlock_irqrestore(shost->host_lock, iflags);
3708 del_timer_sync(&vport->fc_disctmo);
3709 spin_lock_irqsave(&vport->work_port_lock, iflags);
3710 vport->work_port_events &= ~WORKER_DISC_TMO;
3711 spin_unlock_irqrestore(&vport->work_port_lock, iflags);
dea31012005-04-17 16:05:31 -05003712 }
3713
3714 /* Cancel Discovery Timer state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04003715 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
3716 "0248 Cancel Discovery Timer state x%x "
3717 "Data: x%x x%x x%x\n",
3718 vport->port_state, vport->fc_flag,
3719 vport->fc_plogi_cnt, vport->fc_adisc_cnt);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05003720 return 0;
dea31012005-04-17 16:05:31 -05003721}
3722
3723/*
3724 * Check specified ring for outstanding IOCB on the SLI queue
3725 * Return true if iocb matches the specified nport
3726 */
3727int
James Smart2e0fef82007-06-17 19:56:36 -05003728lpfc_check_sli_ndlp(struct lpfc_hba *phba,
3729 struct lpfc_sli_ring *pring,
3730 struct lpfc_iocbq *iocb,
3731 struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05003732{
James Smart2e0fef82007-06-17 19:56:36 -05003733 struct lpfc_sli *psli = &phba->sli;
3734 IOCB_t *icmd = &iocb->iocb;
James Smart92d7f7b2007-06-17 19:56:38 -05003735 struct lpfc_vport *vport = ndlp->vport;
3736
3737 if (iocb->vport != vport)
3738 return 0;
3739
dea31012005-04-17 16:05:31 -05003740 if (pring->ringno == LPFC_ELS_RING) {
3741 switch (icmd->ulpCommand) {
3742 case CMD_GEN_REQUEST64_CR:
James Smart21e9a0a2009-05-22 14:53:21 -04003743 if (iocb->context_un.ndlp == ndlp)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05003744 return 1;
dea31012005-04-17 16:05:31 -05003745 case CMD_ELS_REQUEST64_CR:
James Smart10d4e952006-04-15 11:53:15 -04003746 if (icmd->un.elsreq64.remoteID == ndlp->nlp_DID)
3747 return 1;
dea31012005-04-17 16:05:31 -05003748 case CMD_XMIT_ELS_RSP64_CX:
3749 if (iocb->context1 == (uint8_t *) ndlp)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05003750 return 1;
dea31012005-04-17 16:05:31 -05003751 }
James Smarta4bc3372006-12-02 13:34:16 -05003752 } else if (pring->ringno == psli->extra_ring) {
dea31012005-04-17 16:05:31 -05003753
3754 } else if (pring->ringno == psli->fcp_ring) {
3755 /* Skip match check if waiting to relogin to FCP target */
3756 if ((ndlp->nlp_type & NLP_FCP_TARGET) &&
James Smart92d7f7b2007-06-17 19:56:38 -05003757 (ndlp->nlp_flag & NLP_DELAY_TMO)) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05003758 return 0;
dea31012005-04-17 16:05:31 -05003759 }
3760 if (icmd->ulpContext == (volatile ushort)ndlp->nlp_rpi) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05003761 return 1;
dea31012005-04-17 16:05:31 -05003762 }
3763 } else if (pring->ringno == psli->next_ring) {
3764
3765 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05003766 return 0;
dea31012005-04-17 16:05:31 -05003767}
3768
3769/*
3770 * Free resources / clean up outstanding I/Os
3771 * associated with nlp_rpi in the LPFC_NODELIST entry.
3772 */
3773static int
James Smart2e0fef82007-06-17 19:56:36 -05003774lpfc_no_rpi(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05003775{
James Smart2534ba72007-04-25 09:52:20 -04003776 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05003777 struct lpfc_sli *psli;
3778 struct lpfc_sli_ring *pring;
3779 struct lpfc_iocbq *iocb, *next_iocb;
James Smart6a9c52c2009-10-02 15:16:51 -04003780 uint32_t i;
dea31012005-04-17 16:05:31 -05003781
James Smart92d7f7b2007-06-17 19:56:38 -05003782 lpfc_fabric_abort_nport(ndlp);
3783
dea31012005-04-17 16:05:31 -05003784 /*
3785 * Everything that matches on txcmplq will be returned
3786 * by firmware with a no rpi error.
3787 */
3788 psli = &phba->sli;
James Smart21e9a0a2009-05-22 14:53:21 -04003789 if (ndlp->nlp_flag & NLP_RPI_VALID) {
dea31012005-04-17 16:05:31 -05003790 /* Now process each ring */
3791 for (i = 0; i < psli->num_rings; i++) {
3792 pring = &psli->ring[i];
3793
James Smart2e0fef82007-06-17 19:56:36 -05003794 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003795 list_for_each_entry_safe(iocb, next_iocb, &pring->txq,
James Smart2e0fef82007-06-17 19:56:36 -05003796 list) {
dea31012005-04-17 16:05:31 -05003797 /*
3798 * Check to see if iocb matches the nport we are
3799 * looking for
3800 */
James Smart92d7f7b2007-06-17 19:56:38 -05003801 if ((lpfc_check_sli_ndlp(phba, pring, iocb,
3802 ndlp))) {
dea31012005-04-17 16:05:31 -05003803 /* It matches, so deque and call compl
3804 with an error */
James Smart2534ba72007-04-25 09:52:20 -04003805 list_move_tail(&iocb->list,
3806 &completions);
dea31012005-04-17 16:05:31 -05003807 pring->txq_cnt--;
dea31012005-04-17 16:05:31 -05003808 }
3809 }
James Smart2e0fef82007-06-17 19:56:36 -05003810 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003811 }
3812 }
James Smart2534ba72007-04-25 09:52:20 -04003813
James Smarta257bf92009-04-06 18:48:10 -04003814 /* Cancel all the IOCBs from the completions list */
3815 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
3816 IOERR_SLI_ABORTED);
James Smart2534ba72007-04-25 09:52:20 -04003817
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05003818 return 0;
dea31012005-04-17 16:05:31 -05003819}
3820
3821/*
3822 * Free rpi associated with LPFC_NODELIST entry.
3823 * This routine is called from lpfc_freenode(), when we are removing
3824 * a LPFC_NODELIST entry. It is also called if the driver initiates a
3825 * LOGO that completes successfully, and we are waiting to PLOGI back
3826 * to the remote NPort. In addition, it is called after we receive
3827 * and unsolicated ELS cmd, send back a rsp, the rsp completes and
3828 * we are waiting to PLOGI back to the remote NPort.
3829 */
3830int
James Smart2e0fef82007-06-17 19:56:36 -05003831lpfc_unreg_rpi(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05003832{
James Smart2e0fef82007-06-17 19:56:36 -05003833 struct lpfc_hba *phba = vport->phba;
3834 LPFC_MBOXQ_t *mbox;
dea31012005-04-17 16:05:31 -05003835 int rc;
3836
James Smart21e9a0a2009-05-22 14:53:21 -04003837 if (ndlp->nlp_flag & NLP_RPI_VALID) {
James Smart2e0fef82007-06-17 19:56:36 -05003838 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3839 if (mbox) {
James Smart92d7f7b2007-06-17 19:56:38 -05003840 lpfc_unreg_login(phba, vport->vpi, ndlp->nlp_rpi, mbox);
James Smarted957682007-06-17 19:56:37 -05003841 mbox->vport = vport;
James Smart92d7f7b2007-06-17 19:56:38 -05003842 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -04003843 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
dea31012005-04-17 16:05:31 -05003844 if (rc == MBX_NOT_FINISHED)
James Smart2e0fef82007-06-17 19:56:36 -05003845 mempool_free(mbox, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05003846 }
dea31012005-04-17 16:05:31 -05003847 lpfc_no_rpi(phba, ndlp);
3848 ndlp->nlp_rpi = 0;
James Smart21e9a0a2009-05-22 14:53:21 -04003849 ndlp->nlp_flag &= ~NLP_RPI_VALID;
James Smart0c287582009-06-10 17:22:56 -04003850 ndlp->nlp_flag &= ~NLP_NPR_ADISC;
dea31012005-04-17 16:05:31 -05003851 return 1;
3852 }
3853 return 0;
3854}
3855
James Smartecfd03c2010-02-12 14:41:27 -05003856/**
3857 * lpfc_unreg_hba_rpis - Unregister rpis registered to the hba.
3858 * @phba: pointer to lpfc hba data structure.
3859 *
3860 * This routine is invoked to unregister all the currently registered RPIs
3861 * to the HBA.
3862 **/
3863void
3864lpfc_unreg_hba_rpis(struct lpfc_hba *phba)
3865{
3866 struct lpfc_vport **vports;
3867 struct lpfc_nodelist *ndlp;
3868 struct Scsi_Host *shost;
3869 int i;
3870
3871 vports = lpfc_create_vport_work_array(phba);
3872 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
3873 shost = lpfc_shost_from_vport(vports[i]);
3874 spin_lock_irq(shost->host_lock);
3875 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) {
James Smart0c9ab6f2010-02-26 14:15:57 -05003876 if (ndlp->nlp_flag & NLP_RPI_VALID) {
3877 /* The mempool_alloc might sleep */
3878 spin_unlock_irq(shost->host_lock);
James Smartecfd03c2010-02-12 14:41:27 -05003879 lpfc_unreg_rpi(vports[i], ndlp);
James Smart0c9ab6f2010-02-26 14:15:57 -05003880 spin_lock_irq(shost->host_lock);
3881 }
James Smartecfd03c2010-02-12 14:41:27 -05003882 }
3883 spin_unlock_irq(shost->host_lock);
3884 }
3885 lpfc_destroy_vport_work_array(phba, vports);
3886}
3887
James Smart92d7f7b2007-06-17 19:56:38 -05003888void
3889lpfc_unreg_all_rpis(struct lpfc_vport *vport)
3890{
3891 struct lpfc_hba *phba = vport->phba;
3892 LPFC_MBOXQ_t *mbox;
3893 int rc;
3894
3895 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3896 if (mbox) {
3897 lpfc_unreg_login(phba, vport->vpi, 0xffff, mbox);
3898 mbox->vport = vport;
3899 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart09372822008-01-11 01:52:54 -05003900 mbox->context1 = NULL;
3901 rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO);
James Smarta257bf92009-04-06 18:48:10 -04003902 if (rc != MBX_TIMEOUT)
James Smart92d7f7b2007-06-17 19:56:38 -05003903 mempool_free(mbox, phba->mbox_mem_pool);
James Smarta257bf92009-04-06 18:48:10 -04003904
3905 if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED))
3906 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
3907 "1836 Could not issue "
3908 "unreg_login(all_rpis) status %d\n", rc);
James Smart92d7f7b2007-06-17 19:56:38 -05003909 }
3910}
3911
3912void
3913lpfc_unreg_default_rpis(struct lpfc_vport *vport)
3914{
3915 struct lpfc_hba *phba = vport->phba;
3916 LPFC_MBOXQ_t *mbox;
3917 int rc;
3918
3919 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3920 if (mbox) {
3921 lpfc_unreg_did(phba, vport->vpi, 0xffffffff, mbox);
3922 mbox->vport = vport;
3923 mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart09372822008-01-11 01:52:54 -05003924 mbox->context1 = NULL;
3925 rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO);
James Smarta257bf92009-04-06 18:48:10 -04003926 if (rc != MBX_TIMEOUT)
3927 mempool_free(mbox, phba->mbox_mem_pool);
3928
3929 if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED))
James Smarte8b62012007-08-02 11:10:09 -04003930 lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT,
3931 "1815 Could not issue "
James Smarta257bf92009-04-06 18:48:10 -04003932 "unreg_did (default rpis) status %d\n",
3933 rc);
James Smart92d7f7b2007-06-17 19:56:38 -05003934 }
3935}
3936
dea31012005-04-17 16:05:31 -05003937/*
3938 * Free resources associated with LPFC_NODELIST entry
3939 * so it can be freed.
3940 */
3941static int
James Smart2e0fef82007-06-17 19:56:36 -05003942lpfc_cleanup_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05003943{
James Smart2e0fef82007-06-17 19:56:36 -05003944 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3945 struct lpfc_hba *phba = vport->phba;
3946 LPFC_MBOXQ_t *mb, *nextmb;
dea31012005-04-17 16:05:31 -05003947 struct lpfc_dmabuf *mp;
dea31012005-04-17 16:05:31 -05003948
3949 /* Cleanup node for NPort <nlp_DID> */
James Smarte8b62012007-08-02 11:10:09 -04003950 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
3951 "0900 Cleanup node for NPort x%x "
3952 "Data: x%x x%x x%x\n",
3953 ndlp->nlp_DID, ndlp->nlp_flag,
3954 ndlp->nlp_state, ndlp->nlp_rpi);
James Smarte47c9092008-02-08 18:49:26 -05003955 if (NLP_CHK_FREE_REQ(ndlp)) {
3956 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
3957 "0280 lpfc_cleanup_node: ndlp:x%p "
3958 "usgmap:x%x refcnt:%d\n",
3959 (void *)ndlp, ndlp->nlp_usg_map,
3960 atomic_read(&ndlp->kref.refcount));
3961 lpfc_dequeue_node(vport, ndlp);
3962 } else {
3963 lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE,
3964 "0281 lpfc_cleanup_node: ndlp:x%p "
3965 "usgmap:x%x refcnt:%d\n",
3966 (void *)ndlp, ndlp->nlp_usg_map,
3967 atomic_read(&ndlp->kref.refcount));
3968 lpfc_disable_node(vport, ndlp);
3969 }
dea31012005-04-17 16:05:31 -05003970
dea31012005-04-17 16:05:31 -05003971 /* cleanup any ndlp on mbox q waiting for reglogin cmpl */
3972 if ((mb = phba->sli.mbox_active)) {
James Smart04c68492009-05-22 14:52:52 -04003973 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) &&
dea31012005-04-17 16:05:31 -05003974 (ndlp == (struct lpfc_nodelist *) mb->context2)) {
3975 mb->context2 = NULL;
3976 mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
3977 }
3978 }
James Smart33ccf8d2006-08-17 11:57:58 -04003979
James Smart2e0fef82007-06-17 19:56:36 -05003980 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05003981 list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) {
James Smart04c68492009-05-22 14:52:52 -04003982 if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) &&
James Smart92d7f7b2007-06-17 19:56:38 -05003983 (ndlp == (struct lpfc_nodelist *) mb->context2)) {
dea31012005-04-17 16:05:31 -05003984 mp = (struct lpfc_dmabuf *) (mb->context1);
3985 if (mp) {
James Smart2e0fef82007-06-17 19:56:36 -05003986 __lpfc_mbuf_free(phba, mp->virt, mp->phys);
dea31012005-04-17 16:05:31 -05003987 kfree(mp);
3988 }
3989 list_del(&mb->list);
James Smartffc95492010-06-07 15:23:17 -04003990 if (phba->sli_rev == LPFC_SLI_REV4)
3991 lpfc_sli4_free_rpi(phba,
3992 mb->u.mb.un.varRegLogin.rpi);
dea31012005-04-17 16:05:31 -05003993 mempool_free(mb, phba->mbox_mem_pool);
James Smarte47c9092008-02-08 18:49:26 -05003994 /* We shall not invoke the lpfc_nlp_put to decrement
3995 * the ndlp reference count as we are in the process
3996 * of lpfc_nlp_release.
3997 */
dea31012005-04-17 16:05:31 -05003998 }
3999 }
James Smart2e0fef82007-06-17 19:56:36 -05004000 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004001
James Smarte47c9092008-02-08 18:49:26 -05004002 lpfc_els_abort(phba, ndlp);
4003
James Smart2e0fef82007-06-17 19:56:36 -05004004 spin_lock_irq(shost->host_lock);
James Smartc01f3202006-08-18 17:47:08 -04004005 ndlp->nlp_flag &= ~NLP_DELAY_TMO;
James Smart2e0fef82007-06-17 19:56:36 -05004006 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004007
Jamie Wellnitz5024ab12006-02-28 19:25:28 -05004008 ndlp->nlp_last_elscmd = 0;
dea31012005-04-17 16:05:31 -05004009 del_timer_sync(&ndlp->nlp_delayfunc);
4010
James Smart0d2b6b82008-06-14 22:52:47 -04004011 list_del_init(&ndlp->els_retry_evt.evt_listp);
4012 list_del_init(&ndlp->dev_loss_evt.evt_listp);
dea31012005-04-17 16:05:31 -05004013
James Smart2e0fef82007-06-17 19:56:36 -05004014 lpfc_unreg_rpi(vport, ndlp);
dea31012005-04-17 16:05:31 -05004015
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004016 return 0;
dea31012005-04-17 16:05:31 -05004017}
4018
4019/*
4020 * Check to see if we can free the nlp back to the freelist.
4021 * If we are in the middle of using the nlp in the discovery state
4022 * machine, defer the free till we reach the end of the state machine.
4023 */
James Smart329f9bc2007-04-25 09:53:01 -04004024static void
James Smart2e0fef82007-06-17 19:56:36 -05004025lpfc_nlp_remove(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004026{
James Smarta8adb832007-10-27 13:37:53 -04004027 struct lpfc_hba *phba = vport->phba;
James Smart1dcb58e2007-04-25 09:51:30 -04004028 struct lpfc_rport_data *rdata;
James Smarta8adb832007-10-27 13:37:53 -04004029 LPFC_MBOXQ_t *mbox;
4030 int rc;
dea31012005-04-17 16:05:31 -05004031
James Smart0d2b6b82008-06-14 22:52:47 -04004032 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smart21e9a0a2009-05-22 14:53:21 -04004033 if ((ndlp->nlp_flag & NLP_DEFER_RM) &&
James Smartffc95492010-06-07 15:23:17 -04004034 !(ndlp->nlp_flag & NLP_REG_LOGIN_SEND) &&
James Smart21e9a0a2009-05-22 14:53:21 -04004035 !(ndlp->nlp_flag & NLP_RPI_VALID)) {
James Smarta8adb832007-10-27 13:37:53 -04004036 /* For this case we need to cleanup the default rpi
4037 * allocated by the firmware.
4038 */
4039 if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL))
4040 != NULL) {
James Smart21e9a0a2009-05-22 14:53:21 -04004041 rc = lpfc_reg_rpi(phba, vport->vpi, ndlp->nlp_DID,
James Smarta8adb832007-10-27 13:37:53 -04004042 (uint8_t *) &vport->fc_sparam, mbox, 0);
4043 if (rc) {
4044 mempool_free(mbox, phba->mbox_mem_pool);
4045 }
4046 else {
4047 mbox->mbox_flag |= LPFC_MBX_IMED_UNREG;
4048 mbox->mbox_cmpl = lpfc_mbx_cmpl_dflt_rpi;
4049 mbox->vport = vport;
James Smart09372822008-01-11 01:52:54 -05004050 mbox->context2 = NULL;
James Smarta8adb832007-10-27 13:37:53 -04004051 rc =lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
4052 if (rc == MBX_NOT_FINISHED) {
4053 mempool_free(mbox, phba->mbox_mem_pool);
4054 }
4055 }
4056 }
4057 }
James Smart2e0fef82007-06-17 19:56:36 -05004058 lpfc_cleanup_node(vport, ndlp);
James Smart1dcb58e2007-04-25 09:51:30 -04004059
James Smart2e0fef82007-06-17 19:56:36 -05004060 /*
James Smart92d7f7b2007-06-17 19:56:38 -05004061 * We can get here with a non-NULL ndlp->rport because when we
4062 * unregister a rport we don't break the rport/node linkage. So if we
4063 * do, make sure we don't leaving any dangling pointers behind.
James Smart2e0fef82007-06-17 19:56:36 -05004064 */
James Smart92d7f7b2007-06-17 19:56:38 -05004065 if (ndlp->rport) {
James Smart329f9bc2007-04-25 09:53:01 -04004066 rdata = ndlp->rport->dd_data;
4067 rdata->pnode = NULL;
4068 ndlp->rport = NULL;
dea31012005-04-17 16:05:31 -05004069 }
dea31012005-04-17 16:05:31 -05004070}
4071
4072static int
James Smart2e0fef82007-06-17 19:56:36 -05004073lpfc_matchdid(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4074 uint32_t did)
dea31012005-04-17 16:05:31 -05004075{
James Smart2e0fef82007-06-17 19:56:36 -05004076 D_ID mydid, ndlpdid, matchdid;
dea31012005-04-17 16:05:31 -05004077
4078 if (did == Bcast_DID)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004079 return 0;
dea31012005-04-17 16:05:31 -05004080
dea31012005-04-17 16:05:31 -05004081 /* First check for Direct match */
4082 if (ndlp->nlp_DID == did)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004083 return 1;
dea31012005-04-17 16:05:31 -05004084
4085 /* Next check for area/domain identically equals 0 match */
James Smart2e0fef82007-06-17 19:56:36 -05004086 mydid.un.word = vport->fc_myDID;
dea31012005-04-17 16:05:31 -05004087 if ((mydid.un.b.domain == 0) && (mydid.un.b.area == 0)) {
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004088 return 0;
dea31012005-04-17 16:05:31 -05004089 }
4090
4091 matchdid.un.word = did;
4092 ndlpdid.un.word = ndlp->nlp_DID;
4093 if (matchdid.un.b.id == ndlpdid.un.b.id) {
4094 if ((mydid.un.b.domain == matchdid.un.b.domain) &&
4095 (mydid.un.b.area == matchdid.un.b.area)) {
4096 if ((ndlpdid.un.b.domain == 0) &&
4097 (ndlpdid.un.b.area == 0)) {
4098 if (ndlpdid.un.b.id)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004099 return 1;
dea31012005-04-17 16:05:31 -05004100 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004101 return 0;
dea31012005-04-17 16:05:31 -05004102 }
4103
4104 matchdid.un.word = ndlp->nlp_DID;
4105 if ((mydid.un.b.domain == ndlpdid.un.b.domain) &&
4106 (mydid.un.b.area == ndlpdid.un.b.area)) {
4107 if ((matchdid.un.b.domain == 0) &&
4108 (matchdid.un.b.area == 0)) {
4109 if (matchdid.un.b.id)
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004110 return 1;
dea31012005-04-17 16:05:31 -05004111 }
4112 }
4113 }
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004114 return 0;
dea31012005-04-17 16:05:31 -05004115}
4116
James Smart685f0bf2007-04-25 09:53:08 -04004117/* Search for a nodelist entry */
James Smart2e0fef82007-06-17 19:56:36 -05004118static struct lpfc_nodelist *
4119__lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05004120{
James Smart2fb9bd82006-12-02 13:33:57 -05004121 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05004122 uint32_t data1;
4123
James Smart2e0fef82007-06-17 19:56:36 -05004124 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
4125 if (lpfc_matchdid(vport, ndlp, did)) {
James Smart685f0bf2007-04-25 09:53:08 -04004126 data1 = (((uint32_t) ndlp->nlp_state << 24) |
4127 ((uint32_t) ndlp->nlp_xri << 16) |
4128 ((uint32_t) ndlp->nlp_type << 8) |
4129 ((uint32_t) ndlp->nlp_rpi & 0xff));
James Smarte8b62012007-08-02 11:10:09 -04004130 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4131 "0929 FIND node DID "
4132 "Data: x%p x%x x%x x%x\n",
4133 ndlp, ndlp->nlp_DID,
4134 ndlp->nlp_flag, data1);
James Smart685f0bf2007-04-25 09:53:08 -04004135 return ndlp;
dea31012005-04-17 16:05:31 -05004136 }
4137 }
Jamie Wellnitz66a9ed62006-02-28 22:33:10 -05004138
dea31012005-04-17 16:05:31 -05004139 /* FIND node did <did> NOT FOUND */
James Smarte8b62012007-08-02 11:10:09 -04004140 lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE,
4141 "0932 FIND node did x%x NOT FOUND.\n", did);
dea31012005-04-17 16:05:31 -05004142 return NULL;
4143}
4144
4145struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05004146lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did)
dea31012005-04-17 16:05:31 -05004147{
James Smart2e0fef82007-06-17 19:56:36 -05004148 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
dea31012005-04-17 16:05:31 -05004149 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05004150
James Smart2e0fef82007-06-17 19:56:36 -05004151 spin_lock_irq(shost->host_lock);
4152 ndlp = __lpfc_findnode_did(vport, did);
4153 spin_unlock_irq(shost->host_lock);
4154 return ndlp;
4155}
4156
4157struct lpfc_nodelist *
4158lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did)
4159{
4160 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4161 struct lpfc_nodelist *ndlp;
4162
4163 ndlp = lpfc_findnode_did(vport, did);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004164 if (!ndlp) {
James Smart2e0fef82007-06-17 19:56:36 -05004165 if ((vport->fc_flag & FC_RSCN_MODE) != 0 &&
4166 lpfc_rscn_payload_check(vport, did) == 0)
dea31012005-04-17 16:05:31 -05004167 return NULL;
4168 ndlp = (struct lpfc_nodelist *)
James Smart2e0fef82007-06-17 19:56:36 -05004169 mempool_alloc(vport->phba->nlp_mem_pool, GFP_KERNEL);
dea31012005-04-17 16:05:31 -05004170 if (!ndlp)
4171 return NULL;
James Smart2e0fef82007-06-17 19:56:36 -05004172 lpfc_nlp_init(vport, ndlp, did);
4173 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
4174 spin_lock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004175 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smart2e0fef82007-06-17 19:56:36 -05004176 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004177 return ndlp;
James Smarte47c9092008-02-08 18:49:26 -05004178 } else if (!NLP_CHK_NODE_ACT(ndlp)) {
4179 ndlp = lpfc_enable_node(vport, ndlp, NLP_STE_NPR_NODE);
4180 if (!ndlp)
4181 return NULL;
4182 spin_lock_irq(shost->host_lock);
4183 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
4184 spin_unlock_irq(shost->host_lock);
4185 return ndlp;
dea31012005-04-17 16:05:31 -05004186 }
James Smarte47c9092008-02-08 18:49:26 -05004187
James Smart58da1ff2008-04-07 10:15:56 -04004188 if ((vport->fc_flag & FC_RSCN_MODE) &&
4189 !(vport->fc_flag & FC_NDISC_ACTIVE)) {
James Smart2e0fef82007-06-17 19:56:36 -05004190 if (lpfc_rscn_payload_check(vport, did)) {
James Smart87af33f2007-10-27 13:37:43 -04004191 /* If we've already recieved a PLOGI from this NPort
4192 * we don't need to try to discover it again.
4193 */
4194 if (ndlp->nlp_flag & NLP_RCV_PLOGI)
4195 return NULL;
4196
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004197 /* Since this node is marked for discovery,
4198 * delay timeout is not needed.
4199 */
James Smart0d2b6b82008-06-14 22:52:47 -04004200 lpfc_cancel_retry_delay_tmo(vport, ndlp);
James Smarta257bf92009-04-06 18:48:10 -04004201 spin_lock_irq(shost->host_lock);
4202 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
4203 spin_unlock_irq(shost->host_lock);
James Smart071fbd3d2006-04-15 11:53:20 -04004204 } else
dea31012005-04-17 16:05:31 -05004205 ndlp = NULL;
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004206 } else {
James Smart87af33f2007-10-27 13:37:43 -04004207 /* If we've already recieved a PLOGI from this NPort,
4208 * or we are already in the process of discovery on it,
4209 * we don't need to try to discover it again.
4210 */
James Smart685f0bf2007-04-25 09:53:08 -04004211 if (ndlp->nlp_state == NLP_STE_ADISC_ISSUE ||
James Smart87af33f2007-10-27 13:37:43 -04004212 ndlp->nlp_state == NLP_STE_PLOGI_ISSUE ||
4213 ndlp->nlp_flag & NLP_RCV_PLOGI)
dea31012005-04-17 16:05:31 -05004214 return NULL;
James Smart2e0fef82007-06-17 19:56:36 -05004215 lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE);
4216 spin_lock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004217 ndlp->nlp_flag |= NLP_NPR_2B_DISC;
James Smart2e0fef82007-06-17 19:56:36 -05004218 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004219 }
4220 return ndlp;
4221}
4222
4223/* Build a list of nodes to discover based on the loopmap */
4224void
James Smart2e0fef82007-06-17 19:56:36 -05004225lpfc_disc_list_loopmap(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004226{
James Smart2e0fef82007-06-17 19:56:36 -05004227 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05004228 int j;
4229 uint32_t alpa, index;
4230
James Smart2e0fef82007-06-17 19:56:36 -05004231 if (!lpfc_is_link_up(phba))
dea31012005-04-17 16:05:31 -05004232 return;
James Smart2e0fef82007-06-17 19:56:36 -05004233
4234 if (phba->fc_topology != TOPOLOGY_LOOP)
dea31012005-04-17 16:05:31 -05004235 return;
dea31012005-04-17 16:05:31 -05004236
4237 /* Check for loop map present or not */
4238 if (phba->alpa_map[0]) {
4239 for (j = 1; j <= phba->alpa_map[0]; j++) {
4240 alpa = phba->alpa_map[j];
James Smart2e0fef82007-06-17 19:56:36 -05004241 if (((vport->fc_myDID & 0xff) == alpa) || (alpa == 0))
dea31012005-04-17 16:05:31 -05004242 continue;
James Smart2e0fef82007-06-17 19:56:36 -05004243 lpfc_setup_disc_node(vport, alpa);
dea31012005-04-17 16:05:31 -05004244 }
4245 } else {
4246 /* No alpamap, so try all alpa's */
4247 for (j = 0; j < FC_MAXLOOP; j++) {
4248 /* If cfg_scan_down is set, start from highest
4249 * ALPA (0xef) to lowest (0x1).
4250 */
James Smart3de2a652007-08-02 11:09:59 -04004251 if (vport->cfg_scan_down)
dea31012005-04-17 16:05:31 -05004252 index = j;
4253 else
4254 index = FC_MAXLOOP - j - 1;
4255 alpa = lpfcAlpaArray[index];
James Smart2e0fef82007-06-17 19:56:36 -05004256 if ((vport->fc_myDID & 0xff) == alpa)
dea31012005-04-17 16:05:31 -05004257 continue;
James Smart2e0fef82007-06-17 19:56:36 -05004258 lpfc_setup_disc_node(vport, alpa);
dea31012005-04-17 16:05:31 -05004259 }
4260 }
4261 return;
4262}
4263
dea31012005-04-17 16:05:31 -05004264void
James Smart2e0fef82007-06-17 19:56:36 -05004265lpfc_issue_clear_la(struct lpfc_hba *phba, struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004266{
dea31012005-04-17 16:05:31 -05004267 LPFC_MBOXQ_t *mbox;
James Smart2e0fef82007-06-17 19:56:36 -05004268 struct lpfc_sli *psli = &phba->sli;
4269 struct lpfc_sli_ring *extra_ring = &psli->ring[psli->extra_ring];
4270 struct lpfc_sli_ring *fcp_ring = &psli->ring[psli->fcp_ring];
4271 struct lpfc_sli_ring *next_ring = &psli->ring[psli->next_ring];
4272 int rc;
4273
James Smart92d7f7b2007-06-17 19:56:38 -05004274 /*
4275 * if it's not a physical port or if we already send
4276 * clear_la then don't send it.
4277 */
4278 if ((phba->link_state >= LPFC_CLEAR_LA) ||
James Smartda0436e2009-05-22 14:51:39 -04004279 (vport->port_type != LPFC_PHYSICAL_PORT) ||
4280 (phba->sli_rev == LPFC_SLI_REV4))
James Smart92d7f7b2007-06-17 19:56:38 -05004281 return;
4282
James Smart2e0fef82007-06-17 19:56:36 -05004283 /* Link up discovery */
4284 if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL)) != NULL) {
4285 phba->link_state = LPFC_CLEAR_LA;
4286 lpfc_clear_la(phba, mbox);
4287 mbox->mbox_cmpl = lpfc_mbx_cmpl_clear_la;
4288 mbox->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -04004289 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
James Smart2e0fef82007-06-17 19:56:36 -05004290 if (rc == MBX_NOT_FINISHED) {
4291 mempool_free(mbox, phba->mbox_mem_pool);
4292 lpfc_disc_flush_list(vport);
4293 extra_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
4294 fcp_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
4295 next_ring->flag &= ~LPFC_STOP_IOCB_EVENT;
James Smart92d7f7b2007-06-17 19:56:38 -05004296 phba->link_state = LPFC_HBA_ERROR;
4297 }
4298 }
4299}
4300
4301/* Reg_vpi to tell firmware to resume normal operations */
4302void
4303lpfc_issue_reg_vpi(struct lpfc_hba *phba, struct lpfc_vport *vport)
4304{
4305 LPFC_MBOXQ_t *regvpimbox;
4306
4307 regvpimbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4308 if (regvpimbox) {
James Smartda0436e2009-05-22 14:51:39 -04004309 lpfc_reg_vpi(vport, regvpimbox);
James Smart92d7f7b2007-06-17 19:56:38 -05004310 regvpimbox->mbox_cmpl = lpfc_mbx_cmpl_reg_vpi;
4311 regvpimbox->vport = vport;
James Smart0b727fe2007-10-27 13:37:25 -04004312 if (lpfc_sli_issue_mbox(phba, regvpimbox, MBX_NOWAIT)
James Smart92d7f7b2007-06-17 19:56:38 -05004313 == MBX_NOT_FINISHED) {
4314 mempool_free(regvpimbox, phba->mbox_mem_pool);
James Smart2e0fef82007-06-17 19:56:36 -05004315 }
4316 }
4317}
4318
4319/* Start Link up / RSCN discovery on NPR nodes */
4320void
4321lpfc_disc_start(struct lpfc_vport *vport)
4322{
4323 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4324 struct lpfc_hba *phba = vport->phba;
James Smart685f0bf2007-04-25 09:53:08 -04004325 uint32_t num_sent;
dea31012005-04-17 16:05:31 -05004326 uint32_t clear_la_pending;
James Smart685f0bf2007-04-25 09:53:08 -04004327 int did_changed;
dea31012005-04-17 16:05:31 -05004328
James Smart2e0fef82007-06-17 19:56:36 -05004329 if (!lpfc_is_link_up(phba))
dea31012005-04-17 16:05:31 -05004330 return;
James Smart2e0fef82007-06-17 19:56:36 -05004331
4332 if (phba->link_state == LPFC_CLEAR_LA)
dea31012005-04-17 16:05:31 -05004333 clear_la_pending = 1;
4334 else
4335 clear_la_pending = 0;
4336
James Smart2e0fef82007-06-17 19:56:36 -05004337 if (vport->port_state < LPFC_VPORT_READY)
4338 vport->port_state = LPFC_DISC_AUTH;
dea31012005-04-17 16:05:31 -05004339
James Smart2e0fef82007-06-17 19:56:36 -05004340 lpfc_set_disctmo(vport);
4341
4342 if (vport->fc_prevDID == vport->fc_myDID)
dea31012005-04-17 16:05:31 -05004343 did_changed = 0;
James Smart2e0fef82007-06-17 19:56:36 -05004344 else
dea31012005-04-17 16:05:31 -05004345 did_changed = 1;
James Smart2e0fef82007-06-17 19:56:36 -05004346
4347 vport->fc_prevDID = vport->fc_myDID;
4348 vport->num_disc_nodes = 0;
dea31012005-04-17 16:05:31 -05004349
4350 /* Start Discovery state <hba_state> */
James Smarte8b62012007-08-02 11:10:09 -04004351 lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY,
4352 "0202 Start Discovery hba state x%x "
4353 "Data: x%x x%x x%x\n",
4354 vport->port_state, vport->fc_flag, vport->fc_plogi_cnt,
4355 vport->fc_adisc_cnt);
dea31012005-04-17 16:05:31 -05004356
4357 /* First do ADISCs - if any */
James Smart2e0fef82007-06-17 19:56:36 -05004358 num_sent = lpfc_els_disc_adisc(vport);
dea31012005-04-17 16:05:31 -05004359
4360 if (num_sent)
4361 return;
4362
James Smart92d7f7b2007-06-17 19:56:38 -05004363 /*
4364 * For SLI3, cmpl_reg_vpi will set port_state to READY, and
4365 * continue discovery.
4366 */
4367 if ((phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) &&
James Smart1b32f6a2008-02-08 18:49:39 -05004368 !(vport->fc_flag & FC_PT2PT) &&
James Smartda0436e2009-05-22 14:51:39 -04004369 !(vport->fc_flag & FC_RSCN_MODE) &&
4370 (phba->sli_rev < LPFC_SLI_REV4)) {
James Smart92d7f7b2007-06-17 19:56:38 -05004371 lpfc_issue_reg_vpi(phba, vport);
4372 return;
4373 }
James Smart2e0fef82007-06-17 19:56:36 -05004374
James Smart92d7f7b2007-06-17 19:56:38 -05004375 /*
4376 * For SLI2, we need to set port_state to READY and continue
4377 * discovery.
4378 */
4379 if (vport->port_state < LPFC_VPORT_READY && !clear_la_pending) {
4380 /* If we get here, there is nothing to ADISC */
4381 if (vport->port_type == LPFC_PHYSICAL_PORT)
4382 lpfc_issue_clear_la(phba, vport);
4383
4384 if (!(vport->fc_flag & FC_ABORT_DISCOVERY)) {
James Smart2e0fef82007-06-17 19:56:36 -05004385 vport->num_disc_nodes = 0;
4386 /* go thru NPR nodes and issue ELS PLOGIs */
4387 if (vport->fc_npr_cnt)
4388 lpfc_els_disc_plogi(vport);
4389
4390 if (!vport->num_disc_nodes) {
4391 spin_lock_irq(shost->host_lock);
4392 vport->fc_flag &= ~FC_NDISC_ACTIVE;
4393 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05004394 lpfc_can_disctmo(vport);
dea31012005-04-17 16:05:31 -05004395 }
4396 }
James Smart92d7f7b2007-06-17 19:56:38 -05004397 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05004398 } else {
4399 /* Next do PLOGIs - if any */
James Smart2e0fef82007-06-17 19:56:36 -05004400 num_sent = lpfc_els_disc_plogi(vport);
dea31012005-04-17 16:05:31 -05004401
4402 if (num_sent)
4403 return;
4404
James Smart2e0fef82007-06-17 19:56:36 -05004405 if (vport->fc_flag & FC_RSCN_MODE) {
dea31012005-04-17 16:05:31 -05004406 /* Check to see if more RSCNs came in while we
4407 * were processing this one.
4408 */
James Smart2e0fef82007-06-17 19:56:36 -05004409 if ((vport->fc_rscn_id_cnt == 0) &&
4410 (!(vport->fc_flag & FC_RSCN_DISCOVERY))) {
4411 spin_lock_irq(shost->host_lock);
4412 vport->fc_flag &= ~FC_RSCN_MODE;
4413 spin_unlock_irq(shost->host_lock);
James Smart92d7f7b2007-06-17 19:56:38 -05004414 lpfc_can_disctmo(vport);
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004415 } else
James Smart2e0fef82007-06-17 19:56:36 -05004416 lpfc_els_handle_rscn(vport);
dea31012005-04-17 16:05:31 -05004417 }
4418 }
4419 return;
4420}
4421
4422/*
4423 * Ignore completion for all IOCBs on tx and txcmpl queue for ELS
4424 * ring the match the sppecified nodelist.
4425 */
4426static void
James Smart2e0fef82007-06-17 19:56:36 -05004427lpfc_free_tx(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp)
dea31012005-04-17 16:05:31 -05004428{
James Smart2534ba72007-04-25 09:52:20 -04004429 LIST_HEAD(completions);
dea31012005-04-17 16:05:31 -05004430 struct lpfc_sli *psli;
4431 IOCB_t *icmd;
4432 struct lpfc_iocbq *iocb, *next_iocb;
4433 struct lpfc_sli_ring *pring;
dea31012005-04-17 16:05:31 -05004434
4435 psli = &phba->sli;
4436 pring = &psli->ring[LPFC_ELS_RING];
4437
4438 /* Error matching iocb on txq or txcmplq
4439 * First check the txq.
4440 */
James Smart2e0fef82007-06-17 19:56:36 -05004441 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05004442 list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) {
4443 if (iocb->context1 != ndlp) {
4444 continue;
4445 }
4446 icmd = &iocb->iocb;
4447 if ((icmd->ulpCommand == CMD_ELS_REQUEST64_CR) ||
4448 (icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX)) {
4449
James Smart2534ba72007-04-25 09:52:20 -04004450 list_move_tail(&iocb->list, &completions);
dea31012005-04-17 16:05:31 -05004451 pring->txq_cnt--;
dea31012005-04-17 16:05:31 -05004452 }
4453 }
4454
4455 /* Next check the txcmplq */
4456 list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) {
4457 if (iocb->context1 != ndlp) {
4458 continue;
4459 }
4460 icmd = &iocb->iocb;
James Smart2e0fef82007-06-17 19:56:36 -05004461 if (icmd->ulpCommand == CMD_ELS_REQUEST64_CR ||
4462 icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX) {
James Smart2534ba72007-04-25 09:52:20 -04004463 lpfc_sli_issue_abort_iotag(phba, pring, iocb);
dea31012005-04-17 16:05:31 -05004464 }
4465 }
James Smart2e0fef82007-06-17 19:56:36 -05004466 spin_unlock_irq(&phba->hbalock);
James Smart2534ba72007-04-25 09:52:20 -04004467
James Smarta257bf92009-04-06 18:48:10 -04004468 /* Cancel all the IOCBs from the completions list */
4469 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
4470 IOERR_SLI_ABORTED);
dea31012005-04-17 16:05:31 -05004471}
4472
Adrian Bunka6ababd2007-11-05 18:07:33 +01004473static void
James Smart2e0fef82007-06-17 19:56:36 -05004474lpfc_disc_flush_list(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004475{
4476 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart2e0fef82007-06-17 19:56:36 -05004477 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05004478
James Smart2e0fef82007-06-17 19:56:36 -05004479 if (vport->fc_plogi_cnt || vport->fc_adisc_cnt) {
4480 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes,
James Smart685f0bf2007-04-25 09:53:08 -04004481 nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -05004482 if (!NLP_CHK_NODE_ACT(ndlp))
4483 continue;
James Smart685f0bf2007-04-25 09:53:08 -04004484 if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE ||
4485 ndlp->nlp_state == NLP_STE_ADISC_ISSUE) {
4486 lpfc_free_tx(phba, ndlp);
James Smart685f0bf2007-04-25 09:53:08 -04004487 }
dea31012005-04-17 16:05:31 -05004488 }
4489 }
dea31012005-04-17 16:05:31 -05004490}
4491
James Smart92d7f7b2007-06-17 19:56:38 -05004492void
4493lpfc_cleanup_discovery_resources(struct lpfc_vport *vport)
4494{
4495 lpfc_els_flush_rscn(vport);
4496 lpfc_els_flush_cmd(vport);
4497 lpfc_disc_flush_list(vport);
4498}
4499
dea31012005-04-17 16:05:31 -05004500/*****************************************************************************/
4501/*
4502 * NAME: lpfc_disc_timeout
4503 *
4504 * FUNCTION: Fibre Channel driver discovery timeout routine.
4505 *
4506 * EXECUTION ENVIRONMENT: interrupt only
4507 *
4508 * CALLED FROM:
4509 * Timer function
4510 *
4511 * RETURNS:
4512 * none
4513 */
4514/*****************************************************************************/
4515void
4516lpfc_disc_timeout(unsigned long ptr)
4517{
James Smart2e0fef82007-06-17 19:56:36 -05004518 struct lpfc_vport *vport = (struct lpfc_vport *) ptr;
4519 struct lpfc_hba *phba = vport->phba;
James Smart5e9d9b82008-06-14 22:52:53 -04004520 uint32_t tmo_posted;
dea31012005-04-17 16:05:31 -05004521 unsigned long flags = 0;
4522
4523 if (unlikely(!phba))
4524 return;
4525
James Smart5e9d9b82008-06-14 22:52:53 -04004526 spin_lock_irqsave(&vport->work_port_lock, flags);
4527 tmo_posted = vport->work_port_events & WORKER_DISC_TMO;
4528 if (!tmo_posted)
James Smart2e0fef82007-06-17 19:56:36 -05004529 vport->work_port_events |= WORKER_DISC_TMO;
James Smart5e9d9b82008-06-14 22:52:53 -04004530 spin_unlock_irqrestore(&vport->work_port_lock, flags);
James Smart2e0fef82007-06-17 19:56:36 -05004531
James Smart5e9d9b82008-06-14 22:52:53 -04004532 if (!tmo_posted)
4533 lpfc_worker_wake_up(phba);
dea31012005-04-17 16:05:31 -05004534 return;
4535}
4536
4537static void
James Smart2e0fef82007-06-17 19:56:36 -05004538lpfc_disc_timeout_handler(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05004539{
James Smart2e0fef82007-06-17 19:56:36 -05004540 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
4541 struct lpfc_hba *phba = vport->phba;
4542 struct lpfc_sli *psli = &phba->sli;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004543 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart92d7f7b2007-06-17 19:56:38 -05004544 LPFC_MBOXQ_t *initlinkmbox;
dea31012005-04-17 16:05:31 -05004545 int rc, clrlaerr = 0;
4546
James Smart2e0fef82007-06-17 19:56:36 -05004547 if (!(vport->fc_flag & FC_DISC_TMO))
dea31012005-04-17 16:05:31 -05004548 return;
4549
James Smart2e0fef82007-06-17 19:56:36 -05004550 spin_lock_irq(shost->host_lock);
4551 vport->fc_flag &= ~FC_DISC_TMO;
4552 spin_unlock_irq(shost->host_lock);
dea31012005-04-17 16:05:31 -05004553
James Smart858c9f62007-06-17 19:56:39 -05004554 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD,
4555 "disc timeout: state:x%x rtry:x%x flg:x%x",
4556 vport->port_state, vport->fc_ns_retry, vport->fc_flag);
4557
James Smart2e0fef82007-06-17 19:56:36 -05004558 switch (vport->port_state) {
dea31012005-04-17 16:05:31 -05004559
4560 case LPFC_LOCAL_CFG_LINK:
James Smart2e0fef82007-06-17 19:56:36 -05004561 /* port_state is identically LPFC_LOCAL_CFG_LINK while waiting for
4562 * FAN
4563 */
4564 /* FAN timeout */
James Smarte8b62012007-08-02 11:10:09 -04004565 lpfc_printf_vlog(vport, KERN_WARNING, LOG_DISCOVERY,
4566 "0221 FAN timeout\n");
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004567 /* Start discovery by sending FLOGI, clean up old rpis */
James Smart2e0fef82007-06-17 19:56:36 -05004568 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes,
James Smart685f0bf2007-04-25 09:53:08 -04004569 nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -05004570 if (!NLP_CHK_NODE_ACT(ndlp))
4571 continue;
James Smart685f0bf2007-04-25 09:53:08 -04004572 if (ndlp->nlp_state != NLP_STE_NPR_NODE)
4573 continue;
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004574 if (ndlp->nlp_type & NLP_FABRIC) {
4575 /* Clean up the ndlp on Fabric connections */
James Smart2e0fef82007-06-17 19:56:36 -05004576 lpfc_drop_node(vport, ndlp);
James Smart87af33f2007-10-27 13:37:43 -04004577
Jamie Wellnitz2fe165b2006-02-28 19:25:31 -05004578 } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) {
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004579 /* Fail outstanding IO now since device
4580 * is marked for PLOGI.
4581 */
James Smart2e0fef82007-06-17 19:56:36 -05004582 lpfc_unreg_rpi(vport, ndlp);
Jamie Wellnitzc9f87352006-02-28 19:25:23 -05004583 }
4584 }
James Smart92d7f7b2007-06-17 19:56:38 -05004585 if (vport->port_state != LPFC_FLOGI) {
James Smart92d7f7b2007-06-17 19:56:38 -05004586 lpfc_initial_flogi(vport);
James Smart0ff10d42008-01-11 01:52:36 -05004587 return;
James Smart92d7f7b2007-06-17 19:56:38 -05004588 }
dea31012005-04-17 16:05:31 -05004589 break;
4590
James Smart92d7f7b2007-06-17 19:56:38 -05004591 case LPFC_FDISC:
dea31012005-04-17 16:05:31 -05004592 case LPFC_FLOGI:
James Smart2e0fef82007-06-17 19:56:36 -05004593 /* port_state is identically LPFC_FLOGI while waiting for FLOGI cmpl */
dea31012005-04-17 16:05:31 -05004594 /* Initial FLOGI timeout */
James Smarte8b62012007-08-02 11:10:09 -04004595 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
4596 "0222 Initial %s timeout\n",
James Smart87af33f2007-10-27 13:37:43 -04004597 vport->vpi ? "FDISC" : "FLOGI");
dea31012005-04-17 16:05:31 -05004598
4599 /* Assume no Fabric and go on with discovery.
4600 * Check for outstanding ELS FLOGI to abort.
4601 */
4602
4603 /* FLOGI failed, so just use loop map to make discovery list */
James Smart2e0fef82007-06-17 19:56:36 -05004604 lpfc_disc_list_loopmap(vport);
dea31012005-04-17 16:05:31 -05004605
4606 /* Start discovery */
James Smart2e0fef82007-06-17 19:56:36 -05004607 lpfc_disc_start(vport);
dea31012005-04-17 16:05:31 -05004608 break;
4609
4610 case LPFC_FABRIC_CFG_LINK:
4611 /* hba_state is identically LPFC_FABRIC_CFG_LINK while waiting for
4612 NameServer login */
James Smarte8b62012007-08-02 11:10:09 -04004613 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
4614 "0223 Timeout while waiting for "
4615 "NameServer login\n");
dea31012005-04-17 16:05:31 -05004616 /* Next look for NameServer ndlp */
James Smart2e0fef82007-06-17 19:56:36 -05004617 ndlp = lpfc_findnode_did(vport, NameServer_DID);
James Smarte47c9092008-02-08 18:49:26 -05004618 if (ndlp && NLP_CHK_NODE_ACT(ndlp))
James Smart87af33f2007-10-27 13:37:43 -04004619 lpfc_els_abort(phba, ndlp);
4620
4621 /* ReStart discovery */
4622 goto restart_disc;
dea31012005-04-17 16:05:31 -05004623
4624 case LPFC_NS_QRY:
4625 /* Check for wait for NameServer Rsp timeout */
James Smarte8b62012007-08-02 11:10:09 -04004626 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
4627 "0224 NameServer Query timeout "
4628 "Data: x%x x%x\n",
4629 vport->fc_ns_retry, LPFC_MAX_NS_RETRY);
dea31012005-04-17 16:05:31 -05004630
James Smart92d7f7b2007-06-17 19:56:38 -05004631 if (vport->fc_ns_retry < LPFC_MAX_NS_RETRY) {
4632 /* Try it one more time */
4633 vport->fc_ns_retry++;
4634 rc = lpfc_ns_cmd(vport, SLI_CTNS_GID_FT,
4635 vport->fc_ns_retry, 0);
4636 if (rc == 0)
4637 break;
dea31012005-04-17 16:05:31 -05004638 }
James Smart92d7f7b2007-06-17 19:56:38 -05004639 vport->fc_ns_retry = 0;
dea31012005-04-17 16:05:31 -05004640
James Smart87af33f2007-10-27 13:37:43 -04004641restart_disc:
James Smart92d7f7b2007-06-17 19:56:38 -05004642 /*
4643 * Discovery is over.
4644 * set port_state to PORT_READY if SLI2.
4645 * cmpl_reg_vpi will set port_state to READY for SLI3.
4646 */
James Smart3772a992009-05-22 14:50:54 -04004647 if (phba->sli_rev < LPFC_SLI_REV4) {
4648 if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)
4649 lpfc_issue_reg_vpi(phba, vport);
4650 else { /* NPIV Not enabled */
4651 lpfc_issue_clear_la(phba, vport);
4652 vport->port_state = LPFC_VPORT_READY;
4653 }
dea31012005-04-17 16:05:31 -05004654 }
4655
4656 /* Setup and issue mailbox INITIALIZE LINK command */
4657 initlinkmbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
4658 if (!initlinkmbox) {
James Smarte8b62012007-08-02 11:10:09 -04004659 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
4660 "0206 Device Discovery "
4661 "completion error\n");
James Smart2e0fef82007-06-17 19:56:36 -05004662 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05004663 break;
4664 }
4665
4666 lpfc_linkdown(phba);
4667 lpfc_init_link(phba, initlinkmbox, phba->cfg_topology,
4668 phba->cfg_link_speed);
James Smart04c68492009-05-22 14:52:52 -04004669 initlinkmbox->u.mb.un.varInitLnk.lipsr_AL_PA = 0;
James Smarted957682007-06-17 19:56:37 -05004670 initlinkmbox->vport = vport;
James Smart92d7f7b2007-06-17 19:56:38 -05004671 initlinkmbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart0b727fe2007-10-27 13:37:25 -04004672 rc = lpfc_sli_issue_mbox(phba, initlinkmbox, MBX_NOWAIT);
James Smart5b8bd0c2007-04-25 09:52:49 -04004673 lpfc_set_loopback_flag(phba);
dea31012005-04-17 16:05:31 -05004674 if (rc == MBX_NOT_FINISHED)
4675 mempool_free(initlinkmbox, phba->mbox_mem_pool);
4676
4677 break;
4678
4679 case LPFC_DISC_AUTH:
4680 /* Node Authentication timeout */
James Smarte8b62012007-08-02 11:10:09 -04004681 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
4682 "0227 Node Authentication timeout\n");
James Smart2e0fef82007-06-17 19:56:36 -05004683 lpfc_disc_flush_list(vport);
4684
James Smart92d7f7b2007-06-17 19:56:38 -05004685 /*
4686 * set port_state to PORT_READY if SLI2.
4687 * cmpl_reg_vpi will set port_state to READY for SLI3.
4688 */
James Smart3772a992009-05-22 14:50:54 -04004689 if (phba->sli_rev < LPFC_SLI_REV4) {
4690 if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)
4691 lpfc_issue_reg_vpi(phba, vport);
4692 else { /* NPIV Not enabled */
4693 lpfc_issue_clear_la(phba, vport);
4694 vport->port_state = LPFC_VPORT_READY;
4695 }
dea31012005-04-17 16:05:31 -05004696 }
4697 break;
4698
James Smart2e0fef82007-06-17 19:56:36 -05004699 case LPFC_VPORT_READY:
4700 if (vport->fc_flag & FC_RSCN_MODE) {
James Smarte8b62012007-08-02 11:10:09 -04004701 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
4702 "0231 RSCN timeout Data: x%x "
4703 "x%x\n",
4704 vport->fc_ns_retry, LPFC_MAX_NS_RETRY);
dea31012005-04-17 16:05:31 -05004705
4706 /* Cleanup any outstanding ELS commands */
James Smart2e0fef82007-06-17 19:56:36 -05004707 lpfc_els_flush_cmd(vport);
dea31012005-04-17 16:05:31 -05004708
James Smart2e0fef82007-06-17 19:56:36 -05004709 lpfc_els_flush_rscn(vport);
4710 lpfc_disc_flush_list(vport);
dea31012005-04-17 16:05:31 -05004711 }
4712 break;
James Smart2e0fef82007-06-17 19:56:36 -05004713
James Smart92d7f7b2007-06-17 19:56:38 -05004714 default:
James Smarte8b62012007-08-02 11:10:09 -04004715 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
James Smartd7c255b2008-08-24 21:50:00 -04004716 "0273 Unexpected discovery timeout, "
James Smarte8b62012007-08-02 11:10:09 -04004717 "vport State x%x\n", vport->port_state);
James Smart2e0fef82007-06-17 19:56:36 -05004718 break;
4719 }
4720
4721 switch (phba->link_state) {
4722 case LPFC_CLEAR_LA:
James Smart92d7f7b2007-06-17 19:56:38 -05004723 /* CLEAR LA timeout */
James Smarte8b62012007-08-02 11:10:09 -04004724 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
4725 "0228 CLEAR LA timeout\n");
James Smart2e0fef82007-06-17 19:56:36 -05004726 clrlaerr = 1;
4727 break;
4728
James Smart09372822008-01-11 01:52:54 -05004729 case LPFC_LINK_UP:
4730 lpfc_issue_clear_la(phba, vport);
4731 /* Drop thru */
James Smart2e0fef82007-06-17 19:56:36 -05004732 case LPFC_LINK_UNKNOWN:
4733 case LPFC_WARM_START:
4734 case LPFC_INIT_START:
4735 case LPFC_INIT_MBX_CMDS:
4736 case LPFC_LINK_DOWN:
James Smart2e0fef82007-06-17 19:56:36 -05004737 case LPFC_HBA_ERROR:
James Smarte8b62012007-08-02 11:10:09 -04004738 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
4739 "0230 Unexpected timeout, hba link "
4740 "state x%x\n", phba->link_state);
James Smart2e0fef82007-06-17 19:56:36 -05004741 clrlaerr = 1;
4742 break;
James Smart92d7f7b2007-06-17 19:56:38 -05004743
4744 case LPFC_HBA_READY:
4745 break;
dea31012005-04-17 16:05:31 -05004746 }
4747
4748 if (clrlaerr) {
James Smart2e0fef82007-06-17 19:56:36 -05004749 lpfc_disc_flush_list(vport);
James Smarta4bc3372006-12-02 13:34:16 -05004750 psli->ring[(psli->extra_ring)].flag &= ~LPFC_STOP_IOCB_EVENT;
dea31012005-04-17 16:05:31 -05004751 psli->ring[(psli->fcp_ring)].flag &= ~LPFC_STOP_IOCB_EVENT;
4752 psli->ring[(psli->next_ring)].flag &= ~LPFC_STOP_IOCB_EVENT;
James Smart2e0fef82007-06-17 19:56:36 -05004753 vport->port_state = LPFC_VPORT_READY;
dea31012005-04-17 16:05:31 -05004754 }
4755
4756 return;
4757}
4758
dea31012005-04-17 16:05:31 -05004759/*
4760 * This routine handles processing a NameServer REG_LOGIN mailbox
4761 * command upon completion. It is setup in the LPFC_MBOXQ
4762 * as the completion routine when the command is
4763 * handed off to the SLI layer.
4764 */
4765void
James Smart2e0fef82007-06-17 19:56:36 -05004766lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb)
dea31012005-04-17 16:05:31 -05004767{
James Smart04c68492009-05-22 14:52:52 -04004768 MAILBOX_t *mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -05004769 struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1);
4770 struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2;
4771 struct lpfc_vport *vport = pmb->vport;
dea31012005-04-17 16:05:31 -05004772
4773 pmb->context1 = NULL;
4774
dea31012005-04-17 16:05:31 -05004775 ndlp->nlp_rpi = mb->un.varWords[0];
James Smart21e9a0a2009-05-22 14:53:21 -04004776 ndlp->nlp_flag |= NLP_RPI_VALID;
dea31012005-04-17 16:05:31 -05004777 ndlp->nlp_type |= NLP_FABRIC;
James Smart2e0fef82007-06-17 19:56:36 -05004778 lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE);
dea31012005-04-17 16:05:31 -05004779
James Smart2e0fef82007-06-17 19:56:36 -05004780 /*
4781 * Start issuing Fabric-Device Management Interface (FDMI) command to
4782 * 0xfffffa (FDMI well known port) or Delay issuing FDMI command if
4783 * fdmi-on=2 (supporting RPA/hostnmae)
dea31012005-04-17 16:05:31 -05004784 */
James Smart2e0fef82007-06-17 19:56:36 -05004785
James Smart3de2a652007-08-02 11:09:59 -04004786 if (vport->cfg_fdmi_on == 1)
James Smart2e0fef82007-06-17 19:56:36 -05004787 lpfc_fdmi_cmd(vport, ndlp, SLI_MGMT_DHBA);
4788 else
4789 mod_timer(&vport->fc_fdmitmo, jiffies + HZ * 60);
dea31012005-04-17 16:05:31 -05004790
James Smartfa4066b2008-01-11 01:53:27 -05004791 /* decrement the node reference count held for this callback
4792 * function.
4793 */
James Smart329f9bc2007-04-25 09:53:01 -04004794 lpfc_nlp_put(ndlp);
dea31012005-04-17 16:05:31 -05004795 lpfc_mbuf_free(phba, mp->virt, mp->phys);
4796 kfree(mp);
James Smart329f9bc2007-04-25 09:53:01 -04004797 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05004798
4799 return;
4800}
4801
James Smart685f0bf2007-04-25 09:53:08 -04004802static int
4803lpfc_filter_by_rpi(struct lpfc_nodelist *ndlp, void *param)
4804{
4805 uint16_t *rpi = param;
4806
4807 return ndlp->nlp_rpi == *rpi;
4808}
4809
4810static int
4811lpfc_filter_by_wwpn(struct lpfc_nodelist *ndlp, void *param)
4812{
4813 return memcmp(&ndlp->nlp_portname, param,
4814 sizeof(ndlp->nlp_portname)) == 0;
4815}
4816
Adrian Bunka6ababd2007-11-05 18:07:33 +01004817static struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05004818__lpfc_find_node(struct lpfc_vport *vport, node_filter filter, void *param)
dea31012005-04-17 16:05:31 -05004819{
James.Smart@Emulex.Com21568f52005-10-28 20:29:36 -04004820 struct lpfc_nodelist *ndlp;
dea31012005-04-17 16:05:31 -05004821
James Smart2e0fef82007-06-17 19:56:36 -05004822 list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) {
James Smart87af33f2007-10-27 13:37:43 -04004823 if (filter(ndlp, param))
James Smart685f0bf2007-04-25 09:53:08 -04004824 return ndlp;
4825 }
James.Smart@Emulex.Com21568f52005-10-28 20:29:36 -04004826 return NULL;
dea31012005-04-17 16:05:31 -05004827}
4828
James Smart685f0bf2007-04-25 09:53:08 -04004829/*
4830 * This routine looks up the ndlp lists for the given RPI. If rpi found it
James Smart2e0fef82007-06-17 19:56:36 -05004831 * returns the node list element pointer else return NULL.
James Smart685f0bf2007-04-25 09:53:08 -04004832 */
4833struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05004834__lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi)
James Smart685f0bf2007-04-25 09:53:08 -04004835{
James Smart2e0fef82007-06-17 19:56:36 -05004836 return __lpfc_find_node(vport, lpfc_filter_by_rpi, &rpi);
James Smart685f0bf2007-04-25 09:53:08 -04004837}
4838
James Smart488d1462006-03-07 15:02:37 -05004839/*
James Smart685f0bf2007-04-25 09:53:08 -04004840 * This routine looks up the ndlp lists for the given WWPN. If WWPN found it
James Smart2e0fef82007-06-17 19:56:36 -05004841 * returns the node element list pointer else return NULL.
James Smart488d1462006-03-07 15:02:37 -05004842 */
4843struct lpfc_nodelist *
James Smart2e0fef82007-06-17 19:56:36 -05004844lpfc_findnode_wwpn(struct lpfc_vport *vport, struct lpfc_name *wwpn)
James Smart488d1462006-03-07 15:02:37 -05004845{
James Smart2e0fef82007-06-17 19:56:36 -05004846 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
James Smart488d1462006-03-07 15:02:37 -05004847 struct lpfc_nodelist *ndlp;
James Smart488d1462006-03-07 15:02:37 -05004848
James Smart2e0fef82007-06-17 19:56:36 -05004849 spin_lock_irq(shost->host_lock);
4850 ndlp = __lpfc_find_node(vport, lpfc_filter_by_wwpn, wwpn);
4851 spin_unlock_irq(shost->host_lock);
James Smart858c9f62007-06-17 19:56:39 -05004852 return ndlp;
James Smart488d1462006-03-07 15:02:37 -05004853}
4854
dea31012005-04-17 16:05:31 -05004855void
James Smart2e0fef82007-06-17 19:56:36 -05004856lpfc_nlp_init(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp,
4857 uint32_t did)
dea31012005-04-17 16:05:31 -05004858{
4859 memset(ndlp, 0, sizeof (struct lpfc_nodelist));
James Smart109f6ed2008-12-04 22:39:08 -05004860
4861 lpfc_initialize_node(vport, ndlp, did);
James Smart685f0bf2007-04-25 09:53:08 -04004862 INIT_LIST_HEAD(&ndlp->nlp_listp);
James Smart858c9f62007-06-17 19:56:39 -05004863
4864 lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE,
4865 "node init: did:x%x",
4866 ndlp->nlp_DID, 0, 0);
4867
dea31012005-04-17 16:05:31 -05004868 return;
4869}
James Smart329f9bc2007-04-25 09:53:01 -04004870
James Smart98c9ea52007-10-27 13:37:33 -04004871/* This routine releases all resources associated with a specifc NPort's ndlp
4872 * and mempool_free's the nodelist.
4873 */
James Smart311464e2007-08-02 11:10:37 -04004874static void
James Smart329f9bc2007-04-25 09:53:01 -04004875lpfc_nlp_release(struct kref *kref)
4876{
James Smarte47c9092008-02-08 18:49:26 -05004877 struct lpfc_hba *phba;
4878 unsigned long flags;
James Smart329f9bc2007-04-25 09:53:01 -04004879 struct lpfc_nodelist *ndlp = container_of(kref, struct lpfc_nodelist,
4880 kref);
James Smart858c9f62007-06-17 19:56:39 -05004881
4882 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
4883 "node release: did:x%x flg:x%x type:x%x",
4884 ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type);
4885
James Smarte47c9092008-02-08 18:49:26 -05004886 lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE,
4887 "0279 lpfc_nlp_release: ndlp:x%p "
4888 "usgmap:x%x refcnt:%d\n",
4889 (void *)ndlp, ndlp->nlp_usg_map,
4890 atomic_read(&ndlp->kref.refcount));
4891
4892 /* remove ndlp from action. */
James Smart2e0fef82007-06-17 19:56:36 -05004893 lpfc_nlp_remove(ndlp->vport, ndlp);
James Smarte47c9092008-02-08 18:49:26 -05004894
4895 /* clear the ndlp active flag for all release cases */
James Smarta257bf92009-04-06 18:48:10 -04004896 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05004897 spin_lock_irqsave(&phba->ndlp_lock, flags);
4898 NLP_CLR_NODE_ACT(ndlp);
4899 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
4900
4901 /* free ndlp memory for final ndlp release */
James Smartea2151b2008-09-07 11:52:10 -04004902 if (NLP_CHK_FREE_REQ(ndlp)) {
4903 kfree(ndlp->lat_data);
James Smarta257bf92009-04-06 18:48:10 -04004904 mempool_free(ndlp, ndlp->phba->nlp_mem_pool);
James Smartea2151b2008-09-07 11:52:10 -04004905 }
James Smart329f9bc2007-04-25 09:53:01 -04004906}
4907
James Smart98c9ea52007-10-27 13:37:33 -04004908/* This routine bumps the reference count for a ndlp structure to ensure
4909 * that one discovery thread won't free a ndlp while another discovery thread
4910 * is using it.
4911 */
James Smart329f9bc2007-04-25 09:53:01 -04004912struct lpfc_nodelist *
4913lpfc_nlp_get(struct lpfc_nodelist *ndlp)
4914{
James Smarte47c9092008-02-08 18:49:26 -05004915 struct lpfc_hba *phba;
4916 unsigned long flags;
4917
James Smart98c9ea52007-10-27 13:37:33 -04004918 if (ndlp) {
4919 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
4920 "node get: did:x%x flg:x%x refcnt:x%x",
4921 ndlp->nlp_DID, ndlp->nlp_flag,
4922 atomic_read(&ndlp->kref.refcount));
James Smarte47c9092008-02-08 18:49:26 -05004923 /* The check of ndlp usage to prevent incrementing the
4924 * ndlp reference count that is in the process of being
4925 * released.
4926 */
James Smarta257bf92009-04-06 18:48:10 -04004927 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05004928 spin_lock_irqsave(&phba->ndlp_lock, flags);
4929 if (!NLP_CHK_NODE_ACT(ndlp) || NLP_CHK_FREE_ACK(ndlp)) {
4930 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
4931 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
4932 "0276 lpfc_nlp_get: ndlp:x%p "
4933 "usgmap:x%x refcnt:%d\n",
4934 (void *)ndlp, ndlp->nlp_usg_map,
4935 atomic_read(&ndlp->kref.refcount));
4936 return NULL;
4937 } else
4938 kref_get(&ndlp->kref);
4939 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
James Smart98c9ea52007-10-27 13:37:33 -04004940 }
James Smart329f9bc2007-04-25 09:53:01 -04004941 return ndlp;
4942}
4943
James Smart98c9ea52007-10-27 13:37:33 -04004944/* This routine decrements the reference count for a ndlp structure. If the
James Smarte47c9092008-02-08 18:49:26 -05004945 * count goes to 0, this indicates the the associated nodelist should be
4946 * freed. Returning 1 indicates the ndlp resource has been released; on the
4947 * other hand, returning 0 indicates the ndlp resource has not been released
4948 * yet.
James Smart98c9ea52007-10-27 13:37:33 -04004949 */
James Smart329f9bc2007-04-25 09:53:01 -04004950int
4951lpfc_nlp_put(struct lpfc_nodelist *ndlp)
4952{
James Smarte47c9092008-02-08 18:49:26 -05004953 struct lpfc_hba *phba;
4954 unsigned long flags;
4955
4956 if (!ndlp)
4957 return 1;
4958
4959 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
4960 "node put: did:x%x flg:x%x refcnt:x%x",
4961 ndlp->nlp_DID, ndlp->nlp_flag,
4962 atomic_read(&ndlp->kref.refcount));
James Smarta257bf92009-04-06 18:48:10 -04004963 phba = ndlp->phba;
James Smarte47c9092008-02-08 18:49:26 -05004964 spin_lock_irqsave(&phba->ndlp_lock, flags);
4965 /* Check the ndlp memory free acknowledge flag to avoid the
4966 * possible race condition that kref_put got invoked again
4967 * after previous one has done ndlp memory free.
4968 */
4969 if (NLP_CHK_FREE_ACK(ndlp)) {
4970 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
4971 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
4972 "0274 lpfc_nlp_put: ndlp:x%p "
4973 "usgmap:x%x refcnt:%d\n",
4974 (void *)ndlp, ndlp->nlp_usg_map,
4975 atomic_read(&ndlp->kref.refcount));
4976 return 1;
James Smart98c9ea52007-10-27 13:37:33 -04004977 }
James Smarte47c9092008-02-08 18:49:26 -05004978 /* Check the ndlp inactivate log flag to avoid the possible
4979 * race condition that kref_put got invoked again after ndlp
4980 * is already in inactivating state.
4981 */
4982 if (NLP_CHK_IACT_REQ(ndlp)) {
4983 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
4984 lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE,
4985 "0275 lpfc_nlp_put: ndlp:x%p "
4986 "usgmap:x%x refcnt:%d\n",
4987 (void *)ndlp, ndlp->nlp_usg_map,
4988 atomic_read(&ndlp->kref.refcount));
4989 return 1;
4990 }
4991 /* For last put, mark the ndlp usage flags to make sure no
4992 * other kref_get and kref_put on the same ndlp shall get
4993 * in between the process when the final kref_put has been
4994 * invoked on this ndlp.
4995 */
4996 if (atomic_read(&ndlp->kref.refcount) == 1) {
4997 /* Indicate ndlp is put to inactive state. */
4998 NLP_SET_IACT_REQ(ndlp);
4999 /* Acknowledge ndlp memory free has been seen. */
5000 if (NLP_CHK_FREE_REQ(ndlp))
5001 NLP_SET_FREE_ACK(ndlp);
5002 }
5003 spin_unlock_irqrestore(&phba->ndlp_lock, flags);
5004 /* Note, the kref_put returns 1 when decrementing a reference
5005 * count that was 1, it invokes the release callback function,
5006 * but it still left the reference count as 1 (not actually
5007 * performs the last decrementation). Otherwise, it actually
5008 * decrements the reference count and returns 0.
5009 */
5010 return kref_put(&ndlp->kref, lpfc_nlp_release);
James Smart329f9bc2007-04-25 09:53:01 -04005011}
James Smart98c9ea52007-10-27 13:37:33 -04005012
5013/* This routine free's the specified nodelist if it is not in use
James Smarte47c9092008-02-08 18:49:26 -05005014 * by any other discovery thread. This routine returns 1 if the
5015 * ndlp has been freed. A return value of 0 indicates the ndlp is
5016 * not yet been released.
James Smart98c9ea52007-10-27 13:37:33 -04005017 */
5018int
5019lpfc_nlp_not_used(struct lpfc_nodelist *ndlp)
5020{
5021 lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE,
5022 "node not used: did:x%x flg:x%x refcnt:x%x",
5023 ndlp->nlp_DID, ndlp->nlp_flag,
5024 atomic_read(&ndlp->kref.refcount));
James Smarte47c9092008-02-08 18:49:26 -05005025 if (atomic_read(&ndlp->kref.refcount) == 1)
5026 if (lpfc_nlp_put(ndlp))
5027 return 1;
James Smart98c9ea52007-10-27 13:37:33 -04005028 return 0;
5029}
James Smart6fb120a2009-05-22 14:52:59 -04005030
5031/**
5032 * lpfc_fcf_inuse - Check if FCF can be unregistered.
5033 * @phba: Pointer to hba context object.
5034 *
5035 * This function iterate through all FC nodes associated
5036 * will all vports to check if there is any node with
5037 * fc_rports associated with it. If there is an fc_rport
5038 * associated with the node, then the node is either in
5039 * discovered state or its devloss_timer is pending.
5040 */
5041static int
5042lpfc_fcf_inuse(struct lpfc_hba *phba)
5043{
5044 struct lpfc_vport **vports;
5045 int i, ret = 0;
5046 struct lpfc_nodelist *ndlp;
5047 struct Scsi_Host *shost;
5048
5049 vports = lpfc_create_vport_work_array(phba);
5050
5051 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
5052 shost = lpfc_shost_from_vport(vports[i]);
5053 spin_lock_irq(shost->host_lock);
5054 list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) {
5055 if (NLP_CHK_NODE_ACT(ndlp) && ndlp->rport &&
5056 (ndlp->rport->roles & FC_RPORT_ROLE_FCP_TARGET)) {
5057 ret = 1;
5058 spin_unlock_irq(shost->host_lock);
5059 goto out;
James Smart891478a2009-11-18 15:40:23 -05005060 } else {
5061 lpfc_printf_log(phba, KERN_INFO, LOG_ELS,
5062 "2624 RPI %x DID %x flg %x still "
5063 "logged in\n",
5064 ndlp->nlp_rpi, ndlp->nlp_DID,
5065 ndlp->nlp_flag);
5066 if (ndlp->nlp_flag & NLP_RPI_VALID)
5067 ret = 1;
James Smart6fb120a2009-05-22 14:52:59 -04005068 }
5069 }
5070 spin_unlock_irq(shost->host_lock);
5071 }
5072out:
5073 lpfc_destroy_vport_work_array(phba, vports);
5074 return ret;
5075}
5076
5077/**
5078 * lpfc_unregister_vfi_cmpl - Completion handler for unreg vfi.
5079 * @phba: Pointer to hba context object.
5080 * @mboxq: Pointer to mailbox object.
5081 *
5082 * This function frees memory associated with the mailbox command.
5083 */
5084static void
5085lpfc_unregister_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
5086{
5087 struct lpfc_vport *vport = mboxq->vport;
5088
5089 if (mboxq->u.mb.mbxStatus) {
5090 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
5091 "2555 UNREG_VFI mbxStatus error x%x "
5092 "HBA state x%x\n",
5093 mboxq->u.mb.mbxStatus, vport->port_state);
5094 }
5095 mempool_free(mboxq, phba->mbox_mem_pool);
5096 return;
5097}
5098
5099/**
5100 * lpfc_unregister_fcfi_cmpl - Completion handler for unreg fcfi.
5101 * @phba: Pointer to hba context object.
5102 * @mboxq: Pointer to mailbox object.
5103 *
5104 * This function frees memory associated with the mailbox command.
5105 */
5106static void
5107lpfc_unregister_fcfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
5108{
5109 struct lpfc_vport *vport = mboxq->vport;
5110
5111 if (mboxq->u.mb.mbxStatus) {
5112 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
5113 "2550 UNREG_FCFI mbxStatus error x%x "
5114 "HBA state x%x\n",
5115 mboxq->u.mb.mbxStatus, vport->port_state);
5116 }
5117 mempool_free(mboxq, phba->mbox_mem_pool);
5118 return;
5119}
5120
5121/**
James Smartecfd03c2010-02-12 14:41:27 -05005122 * lpfc_unregister_fcf_prep - Unregister fcf record preparation
James Smart6fb120a2009-05-22 14:52:59 -04005123 * @phba: Pointer to hba context object.
5124 *
James Smartecfd03c2010-02-12 14:41:27 -05005125 * This function prepare the HBA for unregistering the currently registered
5126 * FCF from the HBA. It performs unregistering, in order, RPIs, VPIs, and
5127 * VFIs.
James Smart6fb120a2009-05-22 14:52:59 -04005128 */
James Smartecfd03c2010-02-12 14:41:27 -05005129int
5130lpfc_unregister_fcf_prep(struct lpfc_hba *phba)
James Smart6fb120a2009-05-22 14:52:59 -04005131{
5132 LPFC_MBOXQ_t *mbox;
James Smart6fb120a2009-05-22 14:52:59 -04005133 struct lpfc_vport **vports;
James Smart695a8142010-01-26 23:08:03 -05005134 struct lpfc_nodelist *ndlp;
James Smart72100cc2010-02-12 14:43:01 -05005135 struct Scsi_Host *shost;
James Smartecfd03c2010-02-12 14:41:27 -05005136 int i, rc;
James Smart6fb120a2009-05-22 14:52:59 -04005137
James Smartecfd03c2010-02-12 14:41:27 -05005138 /* Unregister RPIs */
James Smart6fb120a2009-05-22 14:52:59 -04005139 if (lpfc_fcf_inuse(phba))
James Smartecfd03c2010-02-12 14:41:27 -05005140 lpfc_unreg_hba_rpis(phba);
James Smart6fb120a2009-05-22 14:52:59 -04005141
James Smart4d9ab992009-10-02 15:16:39 -04005142 /* At this point, all discovery is aborted */
5143 phba->pport->port_state = LPFC_VPORT_UNKNOWN;
James Smart6fb120a2009-05-22 14:52:59 -04005144
5145 /* Unregister VPIs */
5146 vports = lpfc_create_vport_work_array(phba);
James Smartecfd03c2010-02-12 14:41:27 -05005147 if (vports && (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED))
James Smart6fb120a2009-05-22 14:52:59 -04005148 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
James Smart695a8142010-01-26 23:08:03 -05005149 /* Stop FLOGI/FDISC retries */
5150 ndlp = lpfc_findnode_did(vports[i], Fabric_DID);
5151 if (ndlp)
5152 lpfc_cancel_retry_delay_tmo(vports[i], ndlp);
James Smart78730cf2010-04-06 15:06:30 -04005153 lpfc_cleanup_pending_mbox(vports[i]);
James Smart6fb120a2009-05-22 14:52:59 -04005154 lpfc_mbx_unreg_vpi(vports[i]);
James Smart72100cc2010-02-12 14:43:01 -05005155 shost = lpfc_shost_from_vport(vports[i]);
5156 spin_lock_irq(shost->host_lock);
James Smart891478a2009-11-18 15:40:23 -05005157 vports[i]->fc_flag |= FC_VPORT_NEEDS_INIT_VPI;
James Smartc8685952009-11-18 15:39:16 -05005158 vports[i]->vpi_state &= ~LPFC_VPI_REGISTERED;
James Smart72100cc2010-02-12 14:43:01 -05005159 spin_unlock_irq(shost->host_lock);
James Smart6fb120a2009-05-22 14:52:59 -04005160 }
5161 lpfc_destroy_vport_work_array(phba, vports);
5162
James Smart695a8142010-01-26 23:08:03 -05005163 /* Cleanup any outstanding ELS commands */
5164 lpfc_els_flush_all_cmd(phba);
5165
James Smart6fb120a2009-05-22 14:52:59 -04005166 /* Unregister VFI */
5167 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5168 if (!mbox) {
5169 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
James Smartecfd03c2010-02-12 14:41:27 -05005170 "2556 UNREG_VFI mbox allocation failed"
5171 "HBA state x%x\n", phba->pport->port_state);
5172 return -ENOMEM;
James Smart6fb120a2009-05-22 14:52:59 -04005173 }
5174
James Smart6669f9b2009-10-02 15:16:45 -04005175 lpfc_unreg_vfi(mbox, phba->pport);
James Smart6fb120a2009-05-22 14:52:59 -04005176 mbox->vport = phba->pport;
5177 mbox->mbox_cmpl = lpfc_unregister_vfi_cmpl;
5178
5179 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
5180 if (rc == MBX_NOT_FINISHED) {
5181 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
James Smartecfd03c2010-02-12 14:41:27 -05005182 "2557 UNREG_VFI issue mbox failed rc x%x "
5183 "HBA state x%x\n",
5184 rc, phba->pport->port_state);
James Smart6fb120a2009-05-22 14:52:59 -04005185 mempool_free(mbox, phba->mbox_mem_pool);
James Smartecfd03c2010-02-12 14:41:27 -05005186 return -EIO;
James Smart6fb120a2009-05-22 14:52:59 -04005187 }
5188
James Smart72100cc2010-02-12 14:43:01 -05005189 shost = lpfc_shost_from_vport(phba->pport);
5190 spin_lock_irq(shost->host_lock);
James Smart695a8142010-01-26 23:08:03 -05005191 phba->pport->fc_flag &= ~FC_VFI_REGISTERED;
James Smart72100cc2010-02-12 14:43:01 -05005192 spin_unlock_irq(shost->host_lock);
James Smart695a8142010-01-26 23:08:03 -05005193
James Smartecfd03c2010-02-12 14:41:27 -05005194 return 0;
5195}
5196
5197/**
5198 * lpfc_sli4_unregister_fcf - Unregister currently registered FCF record
5199 * @phba: Pointer to hba context object.
5200 *
5201 * This function issues synchronous unregister FCF mailbox command to HBA to
5202 * unregister the currently registered FCF record. The driver does not reset
5203 * the driver FCF usage state flags.
5204 *
5205 * Return 0 if successfully issued, none-zero otherwise.
5206 */
5207int
5208lpfc_sli4_unregister_fcf(struct lpfc_hba *phba)
5209{
5210 LPFC_MBOXQ_t *mbox;
5211 int rc;
5212
James Smart6fb120a2009-05-22 14:52:59 -04005213 mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
5214 if (!mbox) {
5215 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
James Smartecfd03c2010-02-12 14:41:27 -05005216 "2551 UNREG_FCFI mbox allocation failed"
5217 "HBA state x%x\n", phba->pport->port_state);
5218 return -ENOMEM;
James Smart6fb120a2009-05-22 14:52:59 -04005219 }
James Smart6fb120a2009-05-22 14:52:59 -04005220 lpfc_unreg_fcfi(mbox, phba->fcf.fcfi);
5221 mbox->vport = phba->pport;
5222 mbox->mbox_cmpl = lpfc_unregister_fcfi_cmpl;
5223 rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT);
5224
5225 if (rc == MBX_NOT_FINISHED) {
James Smartecfd03c2010-02-12 14:41:27 -05005226 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
5227 "2552 Unregister FCFI command failed rc x%x "
5228 "HBA state x%x\n",
5229 rc, phba->pport->port_state);
5230 return -EINVAL;
5231 }
5232 return 0;
5233}
5234
5235/**
5236 * lpfc_unregister_fcf_rescan - Unregister currently registered fcf and rescan
5237 * @phba: Pointer to hba context object.
5238 *
5239 * This function unregisters the currently reigstered FCF. This function
5240 * also tries to find another FCF for discovery by rescan the HBA FCF table.
5241 */
5242void
5243lpfc_unregister_fcf_rescan(struct lpfc_hba *phba)
5244{
5245 int rc;
5246
5247 /* Preparation for unregistering fcf */
5248 rc = lpfc_unregister_fcf_prep(phba);
5249 if (rc) {
5250 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
5251 "2748 Failed to prepare for unregistering "
5252 "HBA's FCF record: rc=%d\n", rc);
James Smart6fb120a2009-05-22 14:52:59 -04005253 return;
5254 }
5255
James Smartecfd03c2010-02-12 14:41:27 -05005256 /* Now, unregister FCF record and reset HBA FCF state */
5257 rc = lpfc_sli4_unregister_fcf(phba);
5258 if (rc)
5259 return;
5260 /* Reset HBA FCF states after successful unregister FCF */
5261 phba->fcf.fcf_flag = 0;
James Smartfc2b9892010-02-26 14:15:29 -05005262 phba->fcf.current_rec.flag = 0;
James Smart6fb120a2009-05-22 14:52:59 -04005263
5264 /*
5265 * If driver is not unloading, check if there is any other
5266 * FCF record that can be used for discovery.
5267 */
5268 if ((phba->pport->load_flag & FC_UNLOADING) ||
James Smartecfd03c2010-02-12 14:41:27 -05005269 (phba->link_state < LPFC_LINK_UP))
James Smart6fb120a2009-05-22 14:52:59 -04005270 return;
5271
James Smart0c9ab6f2010-02-26 14:15:57 -05005272 /* This is considered as the initial FCF discovery scan */
5273 spin_lock_irq(&phba->hbalock);
5274 phba->fcf.fcf_flag |= FCF_INIT_DISC;
5275 spin_unlock_irq(&phba->hbalock);
5276 rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST);
James Smart6fb120a2009-05-22 14:52:59 -04005277
James Smart0c9ab6f2010-02-26 14:15:57 -05005278 if (rc) {
5279 spin_lock_irq(&phba->hbalock);
5280 phba->fcf.fcf_flag &= ~FCF_INIT_DISC;
5281 spin_unlock_irq(&phba->hbalock);
James Smart6fb120a2009-05-22 14:52:59 -04005282 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX,
James Smartecfd03c2010-02-12 14:41:27 -05005283 "2553 lpfc_unregister_unused_fcf failed "
5284 "to read FCF record HBA state x%x\n",
5285 phba->pport->port_state);
James Smart0c9ab6f2010-02-26 14:15:57 -05005286 }
James Smartecfd03c2010-02-12 14:41:27 -05005287}
5288
5289/**
5290 * lpfc_unregister_fcf - Unregister the currently registered fcf record
5291 * @phba: Pointer to hba context object.
5292 *
5293 * This function just unregisters the currently reigstered FCF. It does not
5294 * try to find another FCF for discovery.
5295 */
5296void
5297lpfc_unregister_fcf(struct lpfc_hba *phba)
5298{
5299 int rc;
5300
5301 /* Preparation for unregistering fcf */
5302 rc = lpfc_unregister_fcf_prep(phba);
5303 if (rc) {
5304 lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY,
5305 "2749 Failed to prepare for unregistering "
5306 "HBA's FCF record: rc=%d\n", rc);
5307 return;
5308 }
5309
5310 /* Now, unregister FCF record and reset HBA FCF state */
5311 rc = lpfc_sli4_unregister_fcf(phba);
5312 if (rc)
5313 return;
5314 /* Set proper HBA FCF states after successful unregister FCF */
5315 spin_lock_irq(&phba->hbalock);
5316 phba->fcf.fcf_flag &= ~FCF_REGISTERED;
5317 spin_unlock_irq(&phba->hbalock);
5318}
5319
5320/**
5321 * lpfc_unregister_unused_fcf - Unregister FCF if all devices are disconnected.
5322 * @phba: Pointer to hba context object.
5323 *
5324 * This function check if there are any connected remote port for the FCF and
5325 * if all the devices are disconnected, this function unregister FCFI.
5326 * This function also tries to use another FCF for discovery.
5327 */
5328void
5329lpfc_unregister_unused_fcf(struct lpfc_hba *phba)
5330{
5331 /*
5332 * If HBA is not running in FIP mode or if HBA does not support
5333 * FCoE or if FCF is not registered, do nothing.
5334 */
5335 spin_lock_irq(&phba->hbalock);
5336 if (!(phba->hba_flag & HBA_FCOE_SUPPORT) ||
5337 !(phba->fcf.fcf_flag & FCF_REGISTERED) ||
James Smartdbb6b3a2010-06-08 18:31:37 -04005338 !(phba->hba_flag & HBA_FIP_SUPPORT) ||
5339 (phba->pport->port_state == LPFC_FLOGI)) {
James Smartecfd03c2010-02-12 14:41:27 -05005340 spin_unlock_irq(&phba->hbalock);
5341 return;
5342 }
5343 spin_unlock_irq(&phba->hbalock);
5344
5345 if (lpfc_fcf_inuse(phba))
5346 return;
5347
5348 lpfc_unregister_fcf_rescan(phba);
James Smart6fb120a2009-05-22 14:52:59 -04005349}
5350
5351/**
5352 * lpfc_read_fcf_conn_tbl - Create driver FCF connection table.
5353 * @phba: Pointer to hba context object.
5354 * @buff: Buffer containing the FCF connection table as in the config
5355 * region.
5356 * This function create driver data structure for the FCF connection
5357 * record table read from config region 23.
5358 */
5359static void
5360lpfc_read_fcf_conn_tbl(struct lpfc_hba *phba,
5361 uint8_t *buff)
5362{
5363 struct lpfc_fcf_conn_entry *conn_entry, *next_conn_entry;
5364 struct lpfc_fcf_conn_hdr *conn_hdr;
5365 struct lpfc_fcf_conn_rec *conn_rec;
5366 uint32_t record_count;
5367 int i;
5368
5369 /* Free the current connect table */
5370 list_for_each_entry_safe(conn_entry, next_conn_entry,
James Smart4d9ab992009-10-02 15:16:39 -04005371 &phba->fcf_conn_rec_list, list) {
5372 list_del_init(&conn_entry->list);
James Smart6fb120a2009-05-22 14:52:59 -04005373 kfree(conn_entry);
James Smart4d9ab992009-10-02 15:16:39 -04005374 }
James Smart6fb120a2009-05-22 14:52:59 -04005375
5376 conn_hdr = (struct lpfc_fcf_conn_hdr *) buff;
5377 record_count = conn_hdr->length * sizeof(uint32_t)/
5378 sizeof(struct lpfc_fcf_conn_rec);
5379
5380 conn_rec = (struct lpfc_fcf_conn_rec *)
5381 (buff + sizeof(struct lpfc_fcf_conn_hdr));
5382
5383 for (i = 0; i < record_count; i++) {
5384 if (!(conn_rec[i].flags & FCFCNCT_VALID))
5385 continue;
5386 conn_entry = kzalloc(sizeof(struct lpfc_fcf_conn_entry),
5387 GFP_KERNEL);
5388 if (!conn_entry) {
5389 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
5390 "2566 Failed to allocate connection"
5391 " table entry\n");
5392 return;
5393 }
5394
5395 memcpy(&conn_entry->conn_rec, &conn_rec[i],
5396 sizeof(struct lpfc_fcf_conn_rec));
5397 conn_entry->conn_rec.vlan_tag =
5398 le16_to_cpu(conn_entry->conn_rec.vlan_tag) & 0xFFF;
5399 conn_entry->conn_rec.flags =
5400 le16_to_cpu(conn_entry->conn_rec.flags);
5401 list_add_tail(&conn_entry->list,
5402 &phba->fcf_conn_rec_list);
5403 }
5404}
5405
5406/**
5407 * lpfc_read_fcoe_param - Read FCoe parameters from conf region..
5408 * @phba: Pointer to hba context object.
5409 * @buff: Buffer containing the FCoE parameter data structure.
5410 *
5411 * This function update driver data structure with config
5412 * parameters read from config region 23.
5413 */
5414static void
5415lpfc_read_fcoe_param(struct lpfc_hba *phba,
5416 uint8_t *buff)
5417{
5418 struct lpfc_fip_param_hdr *fcoe_param_hdr;
5419 struct lpfc_fcoe_params *fcoe_param;
5420
5421 fcoe_param_hdr = (struct lpfc_fip_param_hdr *)
5422 buff;
5423 fcoe_param = (struct lpfc_fcoe_params *)
James Smart32b97932009-07-19 10:01:21 -04005424 (buff + sizeof(struct lpfc_fip_param_hdr));
James Smart6fb120a2009-05-22 14:52:59 -04005425
5426 if ((fcoe_param_hdr->parm_version != FIPP_VERSION) ||
5427 (fcoe_param_hdr->length != FCOE_PARAM_LENGTH))
5428 return;
5429
James Smart6fb120a2009-05-22 14:52:59 -04005430 if (fcoe_param_hdr->parm_flags & FIPP_VLAN_VALID) {
5431 phba->valid_vlan = 1;
5432 phba->vlan_id = le16_to_cpu(fcoe_param->vlan_tag) &
5433 0xFFF;
5434 }
5435
5436 phba->fc_map[0] = fcoe_param->fc_map[0];
5437 phba->fc_map[1] = fcoe_param->fc_map[1];
5438 phba->fc_map[2] = fcoe_param->fc_map[2];
5439 return;
5440}
5441
5442/**
5443 * lpfc_get_rec_conf23 - Get a record type in config region data.
5444 * @buff: Buffer containing config region 23 data.
5445 * @size: Size of the data buffer.
5446 * @rec_type: Record type to be searched.
5447 *
5448 * This function searches config region data to find the begining
5449 * of the record specified by record_type. If record found, this
5450 * function return pointer to the record else return NULL.
5451 */
5452static uint8_t *
5453lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type)
5454{
5455 uint32_t offset = 0, rec_length;
5456
5457 if ((buff[0] == LPFC_REGION23_LAST_REC) ||
5458 (size < sizeof(uint32_t)))
5459 return NULL;
5460
5461 rec_length = buff[offset + 1];
5462
5463 /*
5464 * One TLV record has one word header and number of data words
5465 * specified in the rec_length field of the record header.
5466 */
5467 while ((offset + rec_length * sizeof(uint32_t) + sizeof(uint32_t))
5468 <= size) {
5469 if (buff[offset] == rec_type)
5470 return &buff[offset];
5471
5472 if (buff[offset] == LPFC_REGION23_LAST_REC)
5473 return NULL;
5474
5475 offset += rec_length * sizeof(uint32_t) + sizeof(uint32_t);
5476 rec_length = buff[offset + 1];
5477 }
5478 return NULL;
5479}
5480
5481/**
5482 * lpfc_parse_fcoe_conf - Parse FCoE config data read from config region 23.
5483 * @phba: Pointer to lpfc_hba data structure.
5484 * @buff: Buffer containing config region 23 data.
5485 * @size: Size of the data buffer.
5486 *
5487 * This fuction parse the FCoE config parameters in config region 23 and
5488 * populate driver data structure with the parameters.
5489 */
5490void
5491lpfc_parse_fcoe_conf(struct lpfc_hba *phba,
5492 uint8_t *buff,
5493 uint32_t size)
5494{
5495 uint32_t offset = 0, rec_length;
5496 uint8_t *rec_ptr;
5497
5498 /*
5499 * If data size is less than 2 words signature and version cannot be
5500 * verified.
5501 */
5502 if (size < 2*sizeof(uint32_t))
5503 return;
5504
5505 /* Check the region signature first */
5506 if (memcmp(buff, LPFC_REGION23_SIGNATURE, 4)) {
5507 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
5508 "2567 Config region 23 has bad signature\n");
5509 return;
5510 }
5511
5512 offset += 4;
5513
5514 /* Check the data structure version */
5515 if (buff[offset] != LPFC_REGION23_VERSION) {
5516 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
5517 "2568 Config region 23 has bad version\n");
5518 return;
5519 }
5520 offset += 4;
5521
5522 rec_length = buff[offset + 1];
5523
5524 /* Read FCoE param record */
5525 rec_ptr = lpfc_get_rec_conf23(&buff[offset],
5526 size - offset, FCOE_PARAM_TYPE);
5527 if (rec_ptr)
5528 lpfc_read_fcoe_param(phba, rec_ptr);
5529
5530 /* Read FCF connection table */
5531 rec_ptr = lpfc_get_rec_conf23(&buff[offset],
5532 size - offset, FCOE_CONN_TBL_TYPE);
5533 if (rec_ptr)
5534 lpfc_read_fcf_conn_tbl(phba, rec_ptr);
5535
5536}