| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1 | /******************************************************************* |
| 2 | * This file is part of the Emulex Linux Device Driver for * |
James.Smart@Emulex.Com | c44ce17 | 2005-06-25 10:34:39 -0400 | [diff] [blame] | 3 | * Fibre Channel Host Bus Adapters. * |
James Smart | d4379ac | 2012-03-01 22:37:07 -0500 | [diff] [blame] | 4 | * Copyright (C) 2004-2012 Emulex. All rights reserved. * |
James.Smart@Emulex.Com | c44ce17 | 2005-06-25 10:34:39 -0400 | [diff] [blame] | 5 | * EMULEX and SLI are trademarks of Emulex. * |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 6 | * www.emulex.com * |
James.Smart@Emulex.Com | c44ce17 | 2005-06-25 10:34:39 -0400 | [diff] [blame] | 7 | * Portions Copyright (C) 2004-2005 Christoph Hellwig * |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 8 | * * |
| 9 | * This program is free software; you can redistribute it and/or * |
James.Smart@Emulex.Com | c44ce17 | 2005-06-25 10:34:39 -0400 | [diff] [blame] | 10 | * 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. * |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 20 | *******************************************************************/ |
| 21 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 22 | #include <linux/blkdev.h> |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 23 | #include <linux/delay.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 24 | #include <linux/slab.h> |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 25 | #include <linux/pci.h> |
| 26 | #include <linux/kthread.h> |
| 27 | #include <linux/interrupt.h> |
| 28 | |
James.Smart@Emulex.Com | 9188652 | 2005-08-10 15:03:09 -0400 | [diff] [blame] | 29 | #include <scsi/scsi.h> |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 30 | #include <scsi/scsi_device.h> |
| 31 | #include <scsi/scsi_host.h> |
| 32 | #include <scsi/scsi_transport_fc.h> |
| 33 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 34 | #include "lpfc_hw4.h" |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 35 | #include "lpfc_hw.h" |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 36 | #include "lpfc_nl.h" |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 37 | #include "lpfc_disc.h" |
| 38 | #include "lpfc_sli.h" |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 39 | #include "lpfc_sli4.h" |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 40 | #include "lpfc_scsi.h" |
| 41 | #include "lpfc.h" |
| 42 | #include "lpfc_logmsg.h" |
| 43 | #include "lpfc_crtn.h" |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 44 | #include "lpfc_vport.h" |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 45 | #include "lpfc_debugfs.h" |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 46 | |
| 47 | /* AlpaArray for assignment of scsid for scan-down and bind_method */ |
| 48 | static uint8_t lpfcAlpaArray[] = { |
| 49 | 0xEF, 0xE8, 0xE4, 0xE2, 0xE1, 0xE0, 0xDC, 0xDA, 0xD9, 0xD6, |
| 50 | 0xD5, 0xD4, 0xD3, 0xD2, 0xD1, 0xCE, 0xCD, 0xCC, 0xCB, 0xCA, |
| 51 | 0xC9, 0xC7, 0xC6, 0xC5, 0xC3, 0xBC, 0xBA, 0xB9, 0xB6, 0xB5, |
| 52 | 0xB4, 0xB3, 0xB2, 0xB1, 0xAE, 0xAD, 0xAC, 0xAB, 0xAA, 0xA9, |
| 53 | 0xA7, 0xA6, 0xA5, 0xA3, 0x9F, 0x9E, 0x9D, 0x9B, 0x98, 0x97, |
| 54 | 0x90, 0x8F, 0x88, 0x84, 0x82, 0x81, 0x80, 0x7C, 0x7A, 0x79, |
| 55 | 0x76, 0x75, 0x74, 0x73, 0x72, 0x71, 0x6E, 0x6D, 0x6C, 0x6B, |
| 56 | 0x6A, 0x69, 0x67, 0x66, 0x65, 0x63, 0x5C, 0x5A, 0x59, 0x56, |
| 57 | 0x55, 0x54, 0x53, 0x52, 0x51, 0x4E, 0x4D, 0x4C, 0x4B, 0x4A, |
| 58 | 0x49, 0x47, 0x46, 0x45, 0x43, 0x3C, 0x3A, 0x39, 0x36, 0x35, |
| 59 | 0x34, 0x33, 0x32, 0x31, 0x2E, 0x2D, 0x2C, 0x2B, 0x2A, 0x29, |
| 60 | 0x27, 0x26, 0x25, 0x23, 0x1F, 0x1E, 0x1D, 0x1B, 0x18, 0x17, |
| 61 | 0x10, 0x0F, 0x08, 0x04, 0x02, 0x01 |
| 62 | }; |
| 63 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 64 | static void lpfc_disc_timeout_handler(struct lpfc_vport *); |
Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 65 | static void lpfc_disc_flush_list(struct lpfc_vport *vport); |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 66 | static void lpfc_unregister_fcfi_cmpl(struct lpfc_hba *, LPFC_MBOXQ_t *); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 67 | static int lpfc_fcf_inuse(struct lpfc_hba *); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 68 | |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 69 | void |
| 70 | lpfc_terminate_rport_io(struct fc_rport *rport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 71 | { |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 72 | struct lpfc_rport_data *rdata; |
| 73 | struct lpfc_nodelist * ndlp; |
| 74 | struct lpfc_hba *phba; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 75 | |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 76 | rdata = rport->dd_data; |
| 77 | ndlp = rdata->pnode; |
| 78 | |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 79 | if (!ndlp || !NLP_CHK_NODE_ACT(ndlp)) { |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 80 | if (rport->roles & FC_RPORT_ROLE_FCP_TARGET) |
| 81 | printk(KERN_ERR "Cannot find remote node" |
| 82 | " to terminate I/O Data x%x\n", |
| 83 | rport->port_id); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 84 | return; |
| 85 | } |
| 86 | |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 87 | phba = ndlp->phba; |
James Smart | 1a16968 | 2006-03-07 15:04:06 -0500 | [diff] [blame] | 88 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 89 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_RPORT, |
| 90 | "rport terminate: sid:x%x did:x%x flg:x%x", |
| 91 | ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag); |
| 92 | |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 93 | if (ndlp->nlp_sid != NLP_NO_SID) { |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 94 | lpfc_sli_abort_iocb(ndlp->vport, |
| 95 | &phba->sli.ring[phba->sli.fcp_ring], |
| 96 | ndlp->nlp_sid, 0, LPFC_CTX_TGT); |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 97 | } |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 98 | } |
| 99 | |
| 100 | /* |
| 101 | * This function will be called when dev_loss_tmo fire. |
| 102 | */ |
| 103 | void |
| 104 | lpfc_dev_loss_tmo_callbk(struct fc_rport *rport) |
| 105 | { |
| 106 | struct lpfc_rport_data *rdata; |
| 107 | struct lpfc_nodelist * ndlp; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 108 | struct lpfc_vport *vport; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 109 | struct lpfc_hba *phba; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 110 | struct lpfc_work_evt *evtp; |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 111 | int put_node; |
| 112 | int put_rport; |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 113 | |
| 114 | rdata = rport->dd_data; |
| 115 | ndlp = rdata->pnode; |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 116 | if (!ndlp || !NLP_CHK_NODE_ACT(ndlp)) |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 117 | return; |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 118 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 119 | vport = ndlp->vport; |
| 120 | phba = vport->phba; |
| 121 | |
| 122 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT, |
| 123 | "rport devlosscb: sid:x%x did:x%x flg:x%x", |
| 124 | ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag); |
| 125 | |
James Smart | 34f5ad8 | 2012-08-03 12:35:03 -0400 | [diff] [blame] | 126 | lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE, |
| 127 | "3181 dev_loss_callbk x%06x, rport %p flg x%x\n", |
| 128 | ndlp->nlp_DID, ndlp->rport, ndlp->nlp_flag); |
| 129 | |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 130 | /* Don't defer this if we are in the process of deleting the vport |
| 131 | * or unloading the driver. The unload will cleanup the node |
| 132 | * appropriately we just need to cleanup the ndlp rport info here. |
| 133 | */ |
| 134 | if (vport->load_flag & FC_UNLOADING) { |
| 135 | put_node = rdata->pnode != NULL; |
| 136 | put_rport = ndlp->rport != NULL; |
| 137 | rdata->pnode = NULL; |
| 138 | ndlp->rport = NULL; |
| 139 | if (put_node) |
| 140 | lpfc_nlp_put(ndlp); |
| 141 | if (put_rport) |
| 142 | put_device(&rport->dev); |
| 143 | return; |
| 144 | } |
| 145 | |
| 146 | if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) |
| 147 | return; |
| 148 | |
James Smart | 34f5ad8 | 2012-08-03 12:35:03 -0400 | [diff] [blame] | 149 | if (ndlp->nlp_type & NLP_FABRIC) { |
| 150 | |
| 151 | /* If the WWPN of the rport and ndlp don't match, ignore it */ |
| 152 | if (rport->port_name != wwn_to_u64(ndlp->nlp_portname.u.wwn)) { |
| 153 | put_device(&rport->dev); |
| 154 | return; |
| 155 | } |
| 156 | } |
| 157 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 158 | evtp = &ndlp->dev_loss_evt; |
| 159 | |
| 160 | if (!list_empty(&evtp->evt_listp)) |
| 161 | return; |
| 162 | |
James Smart | a62a435 | 2013-04-17 20:18:19 -0400 | [diff] [blame^] | 163 | evtp->evt_arg1 = lpfc_nlp_get(ndlp); |
| 164 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 165 | spin_lock_irq(&phba->hbalock); |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 166 | /* We need to hold the node by incrementing the reference |
| 167 | * count until this queued work is done |
| 168 | */ |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 169 | if (evtp->evt_arg1) { |
| 170 | evtp->evt = LPFC_EVT_DEV_LOSS; |
| 171 | list_add_tail(&evtp->evt_listp, &phba->work_list); |
| 172 | lpfc_worker_wake_up(phba); |
| 173 | } |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 174 | spin_unlock_irq(&phba->hbalock); |
| 175 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 176 | return; |
| 177 | } |
| 178 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 179 | /** |
| 180 | * lpfc_dev_loss_tmo_handler - Remote node devloss timeout handler |
| 181 | * @ndlp: Pointer to remote node object. |
| 182 | * |
| 183 | * This function is called from the worker thread when devloss timeout timer |
| 184 | * expires. For SLI4 host, this routine shall return 1 when at lease one |
| 185 | * remote node, including this @ndlp, is still in use of FCF; otherwise, this |
| 186 | * routine shall return 0 when there is no remote node is still in use of FCF |
| 187 | * when devloss timeout happened to this @ndlp. |
| 188 | **/ |
| 189 | static int |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 190 | lpfc_dev_loss_tmo_handler(struct lpfc_nodelist *ndlp) |
| 191 | { |
| 192 | struct lpfc_rport_data *rdata; |
| 193 | struct fc_rport *rport; |
| 194 | struct lpfc_vport *vport; |
| 195 | struct lpfc_hba *phba; |
| 196 | uint8_t *name; |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 197 | int put_node; |
| 198 | int put_rport; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 199 | int warn_on = 0; |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 200 | int fcf_inuse = 0; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 201 | |
| 202 | rport = ndlp->rport; |
| 203 | |
| 204 | if (!rport) |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 205 | return fcf_inuse; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 206 | |
| 207 | rdata = rport->dd_data; |
| 208 | name = (uint8_t *) &ndlp->nlp_portname; |
| 209 | vport = ndlp->vport; |
| 210 | phba = vport->phba; |
| 211 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 212 | if (phba->sli_rev == LPFC_SLI_REV4) |
| 213 | fcf_inuse = lpfc_fcf_inuse(phba); |
| 214 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 215 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT, |
| 216 | "rport devlosstmo:did:x%x type:x%x id:x%x", |
| 217 | ndlp->nlp_DID, ndlp->nlp_type, rport->scsi_target_id); |
| 218 | |
James Smart | 34f5ad8 | 2012-08-03 12:35:03 -0400 | [diff] [blame] | 219 | lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE, |
| 220 | "3182 dev_loss_tmo_handler x%06x, rport %p flg x%x\n", |
| 221 | ndlp->nlp_DID, ndlp->rport, ndlp->nlp_flag); |
| 222 | |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 223 | /* Don't defer this if we are in the process of deleting the vport |
| 224 | * or unloading the driver. The unload will cleanup the node |
| 225 | * appropriately we just need to cleanup the ndlp rport info here. |
| 226 | */ |
| 227 | if (vport->load_flag & FC_UNLOADING) { |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 228 | if (ndlp->nlp_sid != NLP_NO_SID) { |
| 229 | /* flush the target */ |
| 230 | lpfc_sli_abort_iocb(vport, |
| 231 | &phba->sli.ring[phba->sli.fcp_ring], |
| 232 | ndlp->nlp_sid, 0, LPFC_CTX_TGT); |
| 233 | } |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 234 | put_node = rdata->pnode != NULL; |
| 235 | put_rport = ndlp->rport != NULL; |
| 236 | rdata->pnode = NULL; |
| 237 | ndlp->rport = NULL; |
| 238 | if (put_node) |
| 239 | lpfc_nlp_put(ndlp); |
| 240 | if (put_rport) |
| 241 | put_device(&rport->dev); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 242 | return fcf_inuse; |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 243 | } |
| 244 | |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 245 | if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) { |
| 246 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 247 | "0284 Devloss timeout Ignored on " |
| 248 | "WWPN %x:%x:%x:%x:%x:%x:%x:%x " |
| 249 | "NPort x%x\n", |
| 250 | *name, *(name+1), *(name+2), *(name+3), |
| 251 | *(name+4), *(name+5), *(name+6), *(name+7), |
| 252 | ndlp->nlp_DID); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 253 | return fcf_inuse; |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 254 | } |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 255 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 256 | if (ndlp->nlp_type & NLP_FABRIC) { |
| 257 | /* We will clean up these Nodes in linkup */ |
| 258 | put_node = rdata->pnode != NULL; |
| 259 | put_rport = ndlp->rport != NULL; |
| 260 | rdata->pnode = NULL; |
| 261 | ndlp->rport = NULL; |
| 262 | if (put_node) |
| 263 | lpfc_nlp_put(ndlp); |
| 264 | if (put_rport) |
| 265 | put_device(&rport->dev); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 266 | return fcf_inuse; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 267 | } |
James Smart | 8208571 | 2007-04-25 09:52:41 -0400 | [diff] [blame] | 268 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 269 | if (ndlp->nlp_sid != NLP_NO_SID) { |
James.Smart@Emulex.Com | 6e8215e | 2005-06-25 10:34:04 -0400 | [diff] [blame] | 270 | warn_on = 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 271 | /* flush the target */ |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 272 | lpfc_sli_abort_iocb(vport, &phba->sli.ring[phba->sli.fcp_ring], |
| 273 | ndlp->nlp_sid, 0, LPFC_CTX_TGT); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 274 | } |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 275 | |
James.Smart@Emulex.Com | 6e8215e | 2005-06-25 10:34:04 -0400 | [diff] [blame] | 276 | if (warn_on) { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 277 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 278 | "0203 Devloss timeout on " |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 279 | "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x " |
| 280 | "NPort x%06x Data: x%x x%x x%x\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 281 | *name, *(name+1), *(name+2), *(name+3), |
| 282 | *(name+4), *(name+5), *(name+6), *(name+7), |
| 283 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 284 | ndlp->nlp_state, ndlp->nlp_rpi); |
James.Smart@Emulex.Com | 6e8215e | 2005-06-25 10:34:04 -0400 | [diff] [blame] | 285 | } else { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 286 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 287 | "0204 Devloss timeout on " |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 288 | "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x " |
| 289 | "NPort x%06x Data: x%x x%x x%x\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 290 | *name, *(name+1), *(name+2), *(name+3), |
| 291 | *(name+4), *(name+5), *(name+6), *(name+7), |
| 292 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 293 | ndlp->nlp_state, ndlp->nlp_rpi); |
James.Smart@Emulex.Com | 6e8215e | 2005-06-25 10:34:04 -0400 | [diff] [blame] | 294 | } |
| 295 | |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 296 | put_node = rdata->pnode != NULL; |
| 297 | put_rport = ndlp->rport != NULL; |
| 298 | rdata->pnode = NULL; |
| 299 | ndlp->rport = NULL; |
| 300 | if (put_node) |
| 301 | lpfc_nlp_put(ndlp); |
| 302 | if (put_rport) |
| 303 | put_device(&rport->dev); |
| 304 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 305 | if (!(vport->load_flag & FC_UNLOADING) && |
James Smart | 1dcb58e | 2007-04-25 09:51:30 -0400 | [diff] [blame] | 306 | !(ndlp->nlp_flag & NLP_DELAY_TMO) && |
James Smart | 8208571 | 2007-04-25 09:52:41 -0400 | [diff] [blame] | 307 | !(ndlp->nlp_flag & NLP_NPR_2B_DISC) && |
James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 308 | (ndlp->nlp_state != NLP_STE_UNMAPPED_NODE) && |
James Smart | 589a52d | 2010-07-14 15:30:54 -0400 | [diff] [blame] | 309 | (ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) && |
| 310 | (ndlp->nlp_state != NLP_STE_PRLI_ISSUE)) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 311 | lpfc_disc_state_machine(vport, ndlp, NULL, NLP_EVT_DEVICE_RM); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 312 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 313 | return fcf_inuse; |
| 314 | } |
| 315 | |
| 316 | /** |
| 317 | * lpfc_sli4_post_dev_loss_tmo_handler - SLI4 post devloss timeout handler |
| 318 | * @phba: Pointer to hba context object. |
| 319 | * @fcf_inuse: SLI4 FCF in-use state reported from devloss timeout handler. |
| 320 | * @nlp_did: remote node identifer with devloss timeout. |
| 321 | * |
| 322 | * This function is called from the worker thread after invoking devloss |
| 323 | * timeout handler and releasing the reference count for the ndlp with |
| 324 | * which the devloss timeout was handled for SLI4 host. For the devloss |
| 325 | * timeout of the last remote node which had been in use of FCF, when this |
| 326 | * routine is invoked, it shall be guaranteed that none of the remote are |
| 327 | * in-use of FCF. When devloss timeout to the last remote using the FCF, |
| 328 | * if the FIP engine is neither in FCF table scan process nor roundrobin |
| 329 | * failover process, the in-use FCF shall be unregistered. If the FIP |
| 330 | * engine is in FCF discovery process, the devloss timeout state shall |
| 331 | * be set for either the FCF table scan process or roundrobin failover |
| 332 | * process to unregister the in-use FCF. |
| 333 | **/ |
| 334 | static void |
| 335 | lpfc_sli4_post_dev_loss_tmo_handler(struct lpfc_hba *phba, int fcf_inuse, |
| 336 | uint32_t nlp_did) |
| 337 | { |
| 338 | /* If devloss timeout happened to a remote node when FCF had no |
| 339 | * longer been in-use, do nothing. |
| 340 | */ |
| 341 | if (!fcf_inuse) |
| 342 | return; |
| 343 | |
| 344 | if ((phba->hba_flag & HBA_FIP_SUPPORT) && !lpfc_fcf_inuse(phba)) { |
| 345 | spin_lock_irq(&phba->hbalock); |
| 346 | if (phba->fcf.fcf_flag & FCF_DISCOVERY) { |
| 347 | if (phba->hba_flag & HBA_DEVLOSS_TMO) { |
| 348 | spin_unlock_irq(&phba->hbalock); |
| 349 | return; |
| 350 | } |
| 351 | phba->hba_flag |= HBA_DEVLOSS_TMO; |
| 352 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 353 | "2847 Last remote node (x%x) using " |
| 354 | "FCF devloss tmo\n", nlp_did); |
| 355 | } |
| 356 | if (phba->fcf.fcf_flag & FCF_REDISC_PROG) { |
| 357 | spin_unlock_irq(&phba->hbalock); |
| 358 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 359 | "2868 Devloss tmo to FCF rediscovery " |
| 360 | "in progress\n"); |
| 361 | return; |
| 362 | } |
| 363 | if (!(phba->hba_flag & (FCF_TS_INPROG | FCF_RR_INPROG))) { |
| 364 | spin_unlock_irq(&phba->hbalock); |
| 365 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 366 | "2869 Devloss tmo to idle FIP engine, " |
| 367 | "unreg in-use FCF and rescan.\n"); |
| 368 | /* Unregister in-use FCF and rescan */ |
| 369 | lpfc_unregister_fcf_rescan(phba); |
| 370 | return; |
| 371 | } |
| 372 | spin_unlock_irq(&phba->hbalock); |
| 373 | if (phba->hba_flag & FCF_TS_INPROG) |
| 374 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 375 | "2870 FCF table scan in progress\n"); |
| 376 | if (phba->hba_flag & FCF_RR_INPROG) |
| 377 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 378 | "2871 FLOGI roundrobin FCF failover " |
| 379 | "in progress\n"); |
| 380 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 381 | lpfc_unregister_unused_fcf(phba); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 382 | } |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 383 | |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 384 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 385 | * lpfc_alloc_fast_evt - Allocates data structure for posting event |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 386 | * @phba: Pointer to hba context object. |
| 387 | * |
| 388 | * This function is called from the functions which need to post |
| 389 | * events from interrupt context. This function allocates data |
| 390 | * structure required for posting event. It also keeps track of |
| 391 | * number of events pending and prevent event storm when there are |
| 392 | * too many events. |
| 393 | **/ |
| 394 | struct lpfc_fast_path_event * |
| 395 | lpfc_alloc_fast_evt(struct lpfc_hba *phba) { |
| 396 | struct lpfc_fast_path_event *ret; |
| 397 | |
| 398 | /* If there are lot of fast event do not exhaust memory due to this */ |
| 399 | if (atomic_read(&phba->fast_event_count) > LPFC_MAX_EVT_COUNT) |
| 400 | return NULL; |
| 401 | |
| 402 | ret = kzalloc(sizeof(struct lpfc_fast_path_event), |
| 403 | GFP_ATOMIC); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 404 | if (ret) { |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 405 | atomic_inc(&phba->fast_event_count); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 406 | INIT_LIST_HEAD(&ret->work_evt.evt_listp); |
| 407 | ret->work_evt.evt = LPFC_EVT_FASTPATH_MGMT_EVT; |
| 408 | } |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 409 | return ret; |
| 410 | } |
| 411 | |
| 412 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 413 | * lpfc_free_fast_evt - Frees event data structure |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 414 | * @phba: Pointer to hba context object. |
| 415 | * @evt: Event object which need to be freed. |
| 416 | * |
| 417 | * This function frees the data structure required for posting |
| 418 | * events. |
| 419 | **/ |
| 420 | void |
| 421 | lpfc_free_fast_evt(struct lpfc_hba *phba, |
| 422 | struct lpfc_fast_path_event *evt) { |
| 423 | |
| 424 | atomic_dec(&phba->fast_event_count); |
| 425 | kfree(evt); |
| 426 | } |
| 427 | |
| 428 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 429 | * lpfc_send_fastpath_evt - Posts events generated from fast path |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 430 | * @phba: Pointer to hba context object. |
| 431 | * @evtp: Event data structure. |
| 432 | * |
| 433 | * This function is called from worker thread, when the interrupt |
| 434 | * context need to post an event. This function posts the event |
| 435 | * to fc transport netlink interface. |
| 436 | **/ |
| 437 | static void |
| 438 | lpfc_send_fastpath_evt(struct lpfc_hba *phba, |
| 439 | struct lpfc_work_evt *evtp) |
| 440 | { |
| 441 | unsigned long evt_category, evt_sub_category; |
| 442 | struct lpfc_fast_path_event *fast_evt_data; |
| 443 | char *evt_data; |
| 444 | uint32_t evt_data_size; |
| 445 | struct Scsi_Host *shost; |
| 446 | |
| 447 | fast_evt_data = container_of(evtp, struct lpfc_fast_path_event, |
| 448 | work_evt); |
| 449 | |
| 450 | evt_category = (unsigned long) fast_evt_data->un.fabric_evt.event_type; |
| 451 | evt_sub_category = (unsigned long) fast_evt_data->un. |
| 452 | fabric_evt.subcategory; |
| 453 | shost = lpfc_shost_from_vport(fast_evt_data->vport); |
| 454 | if (evt_category == FC_REG_FABRIC_EVENT) { |
| 455 | if (evt_sub_category == LPFC_EVENT_FCPRDCHKERR) { |
| 456 | evt_data = (char *) &fast_evt_data->un.read_check_error; |
| 457 | evt_data_size = sizeof(fast_evt_data->un. |
| 458 | read_check_error); |
| 459 | } else if ((evt_sub_category == LPFC_EVENT_FABRIC_BUSY) || |
James Smart | eaf15d5 | 2008-12-04 22:39:29 -0500 | [diff] [blame] | 460 | (evt_sub_category == LPFC_EVENT_PORT_BUSY)) { |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 461 | evt_data = (char *) &fast_evt_data->un.fabric_evt; |
| 462 | evt_data_size = sizeof(fast_evt_data->un.fabric_evt); |
| 463 | } else { |
| 464 | lpfc_free_fast_evt(phba, fast_evt_data); |
| 465 | return; |
| 466 | } |
| 467 | } else if (evt_category == FC_REG_SCSI_EVENT) { |
| 468 | switch (evt_sub_category) { |
| 469 | case LPFC_EVENT_QFULL: |
| 470 | case LPFC_EVENT_DEVBSY: |
| 471 | evt_data = (char *) &fast_evt_data->un.scsi_evt; |
| 472 | evt_data_size = sizeof(fast_evt_data->un.scsi_evt); |
| 473 | break; |
| 474 | case LPFC_EVENT_CHECK_COND: |
| 475 | evt_data = (char *) &fast_evt_data->un.check_cond_evt; |
| 476 | evt_data_size = sizeof(fast_evt_data->un. |
| 477 | check_cond_evt); |
| 478 | break; |
| 479 | case LPFC_EVENT_VARQUEDEPTH: |
| 480 | evt_data = (char *) &fast_evt_data->un.queue_depth_evt; |
| 481 | evt_data_size = sizeof(fast_evt_data->un. |
| 482 | queue_depth_evt); |
| 483 | break; |
| 484 | default: |
| 485 | lpfc_free_fast_evt(phba, fast_evt_data); |
| 486 | return; |
| 487 | } |
| 488 | } else { |
| 489 | lpfc_free_fast_evt(phba, fast_evt_data); |
| 490 | return; |
| 491 | } |
| 492 | |
| 493 | fc_host_post_vendor_event(shost, |
| 494 | fc_get_event_number(), |
| 495 | evt_data_size, |
| 496 | evt_data, |
James Smart | ddcc50f | 2008-12-04 22:38:46 -0500 | [diff] [blame] | 497 | LPFC_NL_VENDOR_ID); |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 498 | |
| 499 | lpfc_free_fast_evt(phba, fast_evt_data); |
| 500 | return; |
| 501 | } |
| 502 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 503 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 504 | lpfc_work_list_done(struct lpfc_hba *phba) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 505 | { |
| 506 | struct lpfc_work_evt *evtp = NULL; |
| 507 | struct lpfc_nodelist *ndlp; |
| 508 | int free_evt; |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 509 | int fcf_inuse; |
| 510 | uint32_t nlp_did; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 511 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 512 | spin_lock_irq(&phba->hbalock); |
| 513 | while (!list_empty(&phba->work_list)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 514 | list_remove_head((&phba->work_list), evtp, typeof(*evtp), |
| 515 | evt_listp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 516 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 517 | free_evt = 1; |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 518 | switch (evtp->evt) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 519 | case LPFC_EVT_ELS_RETRY: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 520 | ndlp = (struct lpfc_nodelist *) (evtp->evt_arg1); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 521 | lpfc_els_retry_delay_handler(ndlp); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 522 | free_evt = 0; /* evt is part of ndlp */ |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 523 | /* decrement the node reference count held |
| 524 | * for this queued work |
| 525 | */ |
| 526 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 527 | break; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 528 | case LPFC_EVT_DEV_LOSS: |
| 529 | ndlp = (struct lpfc_nodelist *)(evtp->evt_arg1); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 530 | fcf_inuse = lpfc_dev_loss_tmo_handler(ndlp); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 531 | free_evt = 0; |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 532 | /* decrement the node reference count held for |
| 533 | * this queued work |
| 534 | */ |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 535 | nlp_did = ndlp->nlp_DID; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 536 | lpfc_nlp_put(ndlp); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 537 | if (phba->sli_rev == LPFC_SLI_REV4) |
| 538 | lpfc_sli4_post_dev_loss_tmo_handler(phba, |
| 539 | fcf_inuse, |
| 540 | nlp_did); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 541 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 542 | case LPFC_EVT_ONLINE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 543 | if (phba->link_state < LPFC_LINK_DOWN) |
| 544 | *(int *) (evtp->evt_arg1) = lpfc_online(phba); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 545 | else |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 546 | *(int *) (evtp->evt_arg1) = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 547 | complete((struct completion *)(evtp->evt_arg2)); |
| 548 | break; |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 549 | case LPFC_EVT_OFFLINE_PREP: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 550 | if (phba->link_state >= LPFC_LINK_DOWN) |
James Smart | 618a523 | 2012-06-12 13:54:36 -0400 | [diff] [blame] | 551 | lpfc_offline_prep(phba, LPFC_MBX_WAIT); |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 552 | *(int *)(evtp->evt_arg1) = 0; |
| 553 | complete((struct completion *)(evtp->evt_arg2)); |
| 554 | break; |
| 555 | case LPFC_EVT_OFFLINE: |
| 556 | lpfc_offline(phba); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 557 | lpfc_sli_brdrestart(phba); |
| 558 | *(int *)(evtp->evt_arg1) = |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 559 | lpfc_sli_brdready(phba, HS_FFRDY | HS_MBRDY); |
| 560 | lpfc_unblock_mgmt_io(phba); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 561 | complete((struct completion *)(evtp->evt_arg2)); |
| 562 | break; |
| 563 | case LPFC_EVT_WARM_START: |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 564 | lpfc_offline(phba); |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 565 | lpfc_reset_barrier(phba); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 566 | lpfc_sli_brdreset(phba); |
| 567 | lpfc_hba_down_post(phba); |
| 568 | *(int *)(evtp->evt_arg1) = |
| 569 | lpfc_sli_brdready(phba, HS_MBRDY); |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 570 | lpfc_unblock_mgmt_io(phba); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 571 | complete((struct completion *)(evtp->evt_arg2)); |
| 572 | break; |
| 573 | case LPFC_EVT_KILL: |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 574 | lpfc_offline(phba); |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 575 | *(int *)(evtp->evt_arg1) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 576 | = (phba->pport->stopped) |
| 577 | ? 0 : lpfc_sli_brdkill(phba); |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 578 | lpfc_unblock_mgmt_io(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 579 | complete((struct completion *)(evtp->evt_arg2)); |
| 580 | break; |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 581 | case LPFC_EVT_FASTPATH_MGMT_EVT: |
| 582 | lpfc_send_fastpath_evt(phba, evtp); |
| 583 | free_evt = 0; |
| 584 | break; |
James Smart | 78730cf | 2010-04-06 15:06:30 -0400 | [diff] [blame] | 585 | case LPFC_EVT_RESET_HBA: |
| 586 | if (!(phba->pport->load_flag & FC_UNLOADING)) |
| 587 | lpfc_reset_hba(phba); |
| 588 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 589 | } |
| 590 | if (free_evt) |
| 591 | kfree(evtp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 592 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 593 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 594 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 595 | |
| 596 | } |
| 597 | |
James Smart | 311464e | 2007-08-02 11:10:37 -0400 | [diff] [blame] | 598 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 599 | lpfc_work_done(struct lpfc_hba *phba) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 600 | { |
| 601 | struct lpfc_sli_ring *pring; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 602 | uint32_t ha_copy, status, control, work_port_events; |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 603 | struct lpfc_vport **vports; |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 604 | struct lpfc_vport *vport; |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 605 | int i; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 606 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 607 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 608 | ha_copy = phba->work_ha; |
| 609 | phba->work_ha = 0; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 610 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 611 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 612 | /* First, try to post the next mailbox command to SLI4 device */ |
| 613 | if (phba->pci_dev_grp == LPFC_PCI_DEV_OC) |
| 614 | lpfc_sli4_post_async_mbox(phba); |
| 615 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 616 | if (ha_copy & HA_ERATT) |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 617 | /* Handle the error attention event */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 618 | lpfc_handle_eratt(phba); |
| 619 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 620 | if (ha_copy & HA_MBATT) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 621 | lpfc_sli_handle_mb_event(phba); |
| 622 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 623 | if (ha_copy & HA_LATT) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 624 | lpfc_handle_latt(phba); |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 625 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 626 | /* Process SLI4 events */ |
| 627 | if (phba->pci_dev_grp == LPFC_PCI_DEV_OC) { |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 628 | if (phba->hba_flag & HBA_RRQ_ACTIVE) |
| 629 | lpfc_handle_rrq_active(phba); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 630 | if (phba->hba_flag & FCP_XRI_ABORT_EVENT) |
| 631 | lpfc_sli4_fcp_xri_abort_event_proc(phba); |
| 632 | if (phba->hba_flag & ELS_XRI_ABORT_EVENT) |
| 633 | lpfc_sli4_els_xri_abort_event_proc(phba); |
| 634 | if (phba->hba_flag & ASYNC_EVENT) |
| 635 | lpfc_sli4_async_event_proc(phba); |
| 636 | if (phba->hba_flag & HBA_POST_RECEIVE_BUFFER) { |
| 637 | spin_lock_irq(&phba->hbalock); |
| 638 | phba->hba_flag &= ~HBA_POST_RECEIVE_BUFFER; |
| 639 | spin_unlock_irq(&phba->hbalock); |
| 640 | lpfc_sli_hbqbuf_add_hbqs(phba, LPFC_ELS_HBQ); |
| 641 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 642 | if (phba->fcf.fcf_flag & FCF_REDISC_EVT) |
| 643 | lpfc_sli4_fcf_redisc_event_proc(phba); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 644 | } |
| 645 | |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 646 | vports = lpfc_create_vport_work_array(phba); |
| 647 | if (vports != NULL) |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 648 | for (i = 0; i <= phba->max_vports; i++) { |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 649 | /* |
| 650 | * We could have no vports in array if unloading, so if |
| 651 | * this happens then just use the pport |
| 652 | */ |
| 653 | if (vports[i] == NULL && i == 0) |
| 654 | vport = phba->pport; |
| 655 | else |
| 656 | vport = vports[i]; |
| 657 | if (vport == NULL) |
| 658 | break; |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 659 | spin_lock_irq(&vport->work_port_lock); |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 660 | work_port_events = vport->work_port_events; |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 661 | vport->work_port_events &= ~work_port_events; |
| 662 | spin_unlock_irq(&vport->work_port_lock); |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 663 | if (work_port_events & WORKER_DISC_TMO) |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 664 | lpfc_disc_timeout_handler(vport); |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 665 | if (work_port_events & WORKER_ELS_TMO) |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 666 | lpfc_els_timeout_handler(vport); |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 667 | if (work_port_events & WORKER_HB_TMO) |
| 668 | lpfc_hb_timeout_handler(phba); |
| 669 | if (work_port_events & WORKER_MBOX_TMO) |
| 670 | lpfc_mbox_timeout_handler(phba); |
| 671 | if (work_port_events & WORKER_FABRIC_BLOCK_TMO) |
| 672 | lpfc_unblock_fabric_iocbs(phba); |
| 673 | if (work_port_events & WORKER_FDMI_TMO) |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 674 | lpfc_fdmi_timeout_handler(vport); |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 675 | if (work_port_events & WORKER_RAMP_DOWN_QUEUE) |
| 676 | lpfc_ramp_down_queue_handler(phba); |
| 677 | if (work_port_events & WORKER_RAMP_UP_QUEUE) |
| 678 | lpfc_ramp_up_queue_handler(phba); |
James Smart | 9249414 | 2011-02-16 12:39:44 -0500 | [diff] [blame] | 679 | if (work_port_events & WORKER_DELAYED_DISC_TMO) |
| 680 | lpfc_delayed_disc_timeout_handler(vport); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 681 | } |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 682 | lpfc_destroy_vport_work_array(phba, vports); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 683 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 684 | pring = &phba->sli.ring[LPFC_ELS_RING]; |
| 685 | status = (ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING))); |
| 686 | status >>= (4*LPFC_ELS_RING); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 687 | if ((status & HA_RXMASK) || |
| 688 | (pring->flag & LPFC_DEFERRED_RING_EVENT) || |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 689 | (phba->hba_flag & HBA_SP_QUEUE_EVT)) { |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 690 | if (pring->flag & LPFC_STOP_IOCB_EVENT) { |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 691 | pring->flag |= LPFC_DEFERRED_RING_EVENT; |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 692 | /* Set the lpfc data pending flag */ |
| 693 | set_bit(LPFC_DATA_READY, &phba->data_flags); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 694 | } else { |
James Smart | 9466150 | 2013-03-01 16:37:29 -0500 | [diff] [blame] | 695 | if (phba->link_state >= LPFC_LINK_UP) { |
| 696 | pring->flag &= ~LPFC_DEFERRED_RING_EVENT; |
| 697 | lpfc_sli_handle_slow_ring_event(phba, pring, |
| 698 | (status & |
| 699 | HA_RXMASK)); |
| 700 | } |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 701 | } |
James Smart | 0e9bb8d | 2013-03-01 16:35:12 -0500 | [diff] [blame] | 702 | if ((phba->sli_rev == LPFC_SLI_REV4) & |
| 703 | (!list_empty(&pring->txq))) |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 704 | lpfc_drain_txq(phba); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 705 | /* |
| 706 | * Turn on Ring interrupts |
| 707 | */ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 708 | if (phba->sli_rev <= LPFC_SLI_REV3) { |
| 709 | spin_lock_irq(&phba->hbalock); |
| 710 | control = readl(phba->HCregaddr); |
| 711 | if (!(control & (HC_R0INT_ENA << LPFC_ELS_RING))) { |
| 712 | lpfc_debugfs_slow_ring_trc(phba, |
| 713 | "WRK Enable ring: cntl:x%x hacopy:x%x", |
| 714 | control, ha_copy, 0); |
James Smart | a58cbd5 | 2007-08-02 11:09:43 -0400 | [diff] [blame] | 715 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 716 | control |= (HC_R0INT_ENA << LPFC_ELS_RING); |
| 717 | writel(control, phba->HCregaddr); |
| 718 | readl(phba->HCregaddr); /* flush */ |
| 719 | } else { |
| 720 | lpfc_debugfs_slow_ring_trc(phba, |
| 721 | "WRK Ring ok: cntl:x%x hacopy:x%x", |
| 722 | control, ha_copy, 0); |
| 723 | } |
| 724 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 725 | } |
| 726 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 727 | lpfc_work_list_done(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 728 | } |
| 729 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 730 | int |
| 731 | lpfc_do_work(void *p) |
| 732 | { |
| 733 | struct lpfc_hba *phba = p; |
| 734 | int rc; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 735 | |
| 736 | set_user_nice(current, -20); |
James Smart | 043c956 | 2012-05-09 21:17:43 -0400 | [diff] [blame] | 737 | current->flags |= PF_NOFREEZE; |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 738 | phba->data_flags = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 739 | |
James Smart | 3a55b53 | 2008-12-04 22:38:54 -0500 | [diff] [blame] | 740 | while (!kthread_should_stop()) { |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 741 | /* wait and check worker queue activities */ |
| 742 | rc = wait_event_interruptible(phba->work_waitq, |
| 743 | (test_and_clear_bit(LPFC_DATA_READY, |
| 744 | &phba->data_flags) |
| 745 | || kthread_should_stop())); |
James Smart | 3a55b53 | 2008-12-04 22:38:54 -0500 | [diff] [blame] | 746 | /* Signal wakeup shall terminate the worker thread */ |
| 747 | if (rc) { |
| 748 | lpfc_printf_log(phba, KERN_ERR, LOG_ELS, |
| 749 | "0433 Wakeup on signal: rc=x%x\n", rc); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 750 | break; |
James Smart | 3a55b53 | 2008-12-04 22:38:54 -0500 | [diff] [blame] | 751 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 752 | |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 753 | /* Attend pending lpfc data processing */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 754 | lpfc_work_done(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 755 | } |
James Smart | 3a55b53 | 2008-12-04 22:38:54 -0500 | [diff] [blame] | 756 | phba->worker_thread = NULL; |
| 757 | lpfc_printf_log(phba, KERN_INFO, LOG_ELS, |
| 758 | "0432 Worker thread stopped.\n"); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 759 | return 0; |
| 760 | } |
| 761 | |
| 762 | /* |
| 763 | * This is only called to handle FC worker events. Since this a rare |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 764 | * occurrence, we allocate a struct lpfc_work_evt structure here instead of |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 765 | * embedding it in the IOCB. |
| 766 | */ |
| 767 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 768 | lpfc_workq_post_event(struct lpfc_hba *phba, void *arg1, void *arg2, |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 769 | uint32_t evt) |
| 770 | { |
| 771 | struct lpfc_work_evt *evtp; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 772 | unsigned long flags; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 773 | |
| 774 | /* |
| 775 | * All Mailbox completions and LPFC_ELS_RING rcv ring IOCB events will |
| 776 | * be queued to worker thread for processing |
| 777 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 778 | evtp = kmalloc(sizeof(struct lpfc_work_evt), GFP_ATOMIC); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 779 | if (!evtp) |
| 780 | return 0; |
| 781 | |
| 782 | evtp->evt_arg1 = arg1; |
| 783 | evtp->evt_arg2 = arg2; |
| 784 | evtp->evt = evt; |
| 785 | |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 786 | spin_lock_irqsave(&phba->hbalock, flags); |
James Smart | 071fbd3d | 2006-04-15 11:53:20 -0400 | [diff] [blame] | 787 | list_add_tail(&evtp->evt_listp, &phba->work_list); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 788 | spin_unlock_irqrestore(&phba->hbalock, flags); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 789 | |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 790 | lpfc_worker_wake_up(phba); |
| 791 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 792 | return 1; |
| 793 | } |
| 794 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 795 | void |
| 796 | lpfc_cleanup_rpis(struct lpfc_vport *vport, int remove) |
| 797 | { |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 798 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 799 | struct lpfc_hba *phba = vport->phba; |
| 800 | struct lpfc_nodelist *ndlp, *next_ndlp; |
| 801 | int rc; |
| 802 | |
| 803 | list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 804 | if (!NLP_CHK_NODE_ACT(ndlp)) |
| 805 | continue; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 806 | if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) |
| 807 | continue; |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 808 | if ((phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) || |
| 809 | ((vport->port_type == LPFC_NPIV_PORT) && |
| 810 | (ndlp->nlp_DID == NameServer_DID))) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 811 | lpfc_unreg_rpi(vport, ndlp); |
| 812 | |
| 813 | /* Leave Fabric nodes alone on link down */ |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 814 | if ((phba->sli_rev < LPFC_SLI_REV4) && |
| 815 | (!remove && ndlp->nlp_type & NLP_FABRIC)) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 816 | continue; |
| 817 | rc = lpfc_disc_state_machine(vport, ndlp, NULL, |
| 818 | remove |
| 819 | ? NLP_EVT_DEVICE_RM |
| 820 | : NLP_EVT_DEVICE_RECOVERY); |
| 821 | } |
| 822 | if (phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) { |
James Smart | 5af5eee | 2010-10-22 11:06:38 -0400 | [diff] [blame] | 823 | if (phba->sli_rev == LPFC_SLI_REV4) |
| 824 | lpfc_sli4_unreg_all_rpis(vport); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 825 | lpfc_mbx_unreg_vpi(vport); |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 826 | spin_lock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 827 | vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 828 | spin_unlock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 829 | } |
| 830 | } |
| 831 | |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 832 | void |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 833 | lpfc_port_link_failure(struct lpfc_vport *vport) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 834 | { |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 835 | lpfc_vport_set_state(vport, FC_VPORT_LINKDOWN); |
| 836 | |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 837 | /* Cleanup any outstanding received buffers */ |
| 838 | lpfc_cleanup_rcv_buffers(vport); |
| 839 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 840 | /* Cleanup any outstanding RSCN activity */ |
| 841 | lpfc_els_flush_rscn(vport); |
| 842 | |
| 843 | /* Cleanup any outstanding ELS commands */ |
| 844 | lpfc_els_flush_cmd(vport); |
| 845 | |
| 846 | lpfc_cleanup_rpis(vport, 0); |
| 847 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 848 | /* Turn off discovery timer if its running */ |
| 849 | lpfc_can_disctmo(vport); |
| 850 | } |
| 851 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 852 | void |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 853 | lpfc_linkdown_port(struct lpfc_vport *vport) |
| 854 | { |
| 855 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 856 | |
| 857 | fc_host_post_event(shost, fc_get_event_number(), FCH_EVT_LINKDOWN, 0); |
| 858 | |
| 859 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, |
| 860 | "Link Down: state:x%x rtry:x%x flg:x%x", |
| 861 | vport->port_state, vport->fc_ns_retry, vport->fc_flag); |
| 862 | |
| 863 | lpfc_port_link_failure(vport); |
| 864 | |
James Smart | 9249414 | 2011-02-16 12:39:44 -0500 | [diff] [blame] | 865 | /* Stop delayed Nport discovery */ |
| 866 | spin_lock_irq(shost->host_lock); |
| 867 | vport->fc_flag &= ~FC_DISC_DELAYED; |
| 868 | spin_unlock_irq(shost->host_lock); |
| 869 | del_timer_sync(&vport->delayed_disc_tmo); |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 870 | } |
| 871 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 872 | int |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 873 | lpfc_linkdown(struct lpfc_hba *phba) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 874 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 875 | struct lpfc_vport *vport = phba->pport; |
| 876 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 877 | struct lpfc_vport **vports; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 878 | LPFC_MBOXQ_t *mb; |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 879 | int i; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 880 | |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 881 | if (phba->link_state == LPFC_LINK_DOWN) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 882 | return 0; |
James Smart | aacc20e | 2009-12-21 17:02:51 -0500 | [diff] [blame] | 883 | |
| 884 | /* Block all SCSI stack I/Os */ |
| 885 | lpfc_scsi_dev_block(phba); |
| 886 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 887 | spin_lock_irq(&phba->hbalock); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 888 | phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE); |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 889 | spin_unlock_irq(&phba->hbalock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 890 | if (phba->link_state > LPFC_LINK_DOWN) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 891 | phba->link_state = LPFC_LINK_DOWN; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 892 | spin_lock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 893 | phba->pport->fc_flag &= ~FC_LBIT; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 894 | spin_unlock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 895 | } |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 896 | vports = lpfc_create_vport_work_array(phba); |
| 897 | if (vports != NULL) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 898 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 899 | /* Issue a LINK DOWN event to all nodes */ |
| 900 | lpfc_linkdown_port(vports[i]); |
| 901 | } |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 902 | lpfc_destroy_vport_work_array(phba, vports); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 903 | /* Clean up any firmware default rpi's */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 904 | mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 905 | if (mb) { |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 906 | lpfc_unreg_did(phba, 0xffff, LPFC_UNREG_ALL_DFLT_RPIS, mb); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 907 | mb->vport = vport; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 908 | mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 909 | if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 910 | == MBX_NOT_FINISHED) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 911 | mempool_free(mb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 912 | } |
| 913 | } |
| 914 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 915 | /* Setup myDID for link up if we are in pt2pt mode */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 916 | if (phba->pport->fc_flag & FC_PT2PT) { |
| 917 | phba->pport->fc_myDID = 0; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 918 | mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 919 | if (mb) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 920 | lpfc_config_link(phba, mb); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 921 | mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 922 | mb->vport = vport; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 923 | if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 924 | == MBX_NOT_FINISHED) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 925 | mempool_free(mb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 926 | } |
| 927 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 928 | spin_lock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 929 | phba->pport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 930 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 931 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 932 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 933 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 934 | } |
| 935 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 936 | static void |
| 937 | lpfc_linkup_cleanup_nodes(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 938 | { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 939 | struct lpfc_nodelist *ndlp; |
| 940 | |
| 941 | list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 942 | if (!NLP_CHK_NODE_ACT(ndlp)) |
| 943 | continue; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 944 | if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) |
| 945 | continue; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 946 | if (ndlp->nlp_type & NLP_FABRIC) { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 947 | /* On Linkup its safe to clean up the ndlp |
| 948 | * from Fabric connections. |
| 949 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 950 | if (ndlp->nlp_DID != Fabric_DID) |
| 951 | lpfc_unreg_rpi(vport, ndlp); |
| 952 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE); |
| 953 | } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 954 | /* Fail outstanding IO now since device is |
| 955 | * marked for PLOGI. |
| 956 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 957 | lpfc_unreg_rpi(vport, ndlp); |
| 958 | } |
| 959 | } |
| 960 | } |
| 961 | |
| 962 | static void |
| 963 | lpfc_linkup_port(struct lpfc_vport *vport) |
| 964 | { |
| 965 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 966 | struct lpfc_hba *phba = vport->phba; |
| 967 | |
| 968 | if ((vport->load_flag & FC_UNLOADING) != 0) |
| 969 | return; |
| 970 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 971 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, |
| 972 | "Link Up: top:x%x speed:x%x flg:x%x", |
| 973 | phba->fc_topology, phba->fc_linkspeed, phba->link_flag); |
| 974 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 975 | /* If NPIV is not enabled, only bring the physical port up */ |
| 976 | if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) && |
| 977 | (vport != phba->pport)) |
| 978 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 979 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 980 | fc_host_post_event(shost, fc_get_event_number(), FCH_EVT_LINKUP, 0); |
James Smart | d2873e4 | 2006-08-18 17:46:43 -0400 | [diff] [blame] | 981 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 982 | spin_lock_irq(shost->host_lock); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 983 | vport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI | FC_ABORT_DISCOVERY | |
| 984 | FC_RSCN_MODE | FC_NLP_MORE | FC_RSCN_DISCOVERY); |
| 985 | vport->fc_flag |= FC_NDISC_ACTIVE; |
| 986 | vport->fc_ns_retry = 0; |
| 987 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 988 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 989 | if (vport->fc_flag & FC_LBIT) |
| 990 | lpfc_linkup_cleanup_nodes(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 991 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 992 | } |
| 993 | |
| 994 | static int |
| 995 | lpfc_linkup(struct lpfc_hba *phba) |
| 996 | { |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 997 | struct lpfc_vport **vports; |
| 998 | int i; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 999 | |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 1000 | lpfc_cleanup_wt_rrqs(phba); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1001 | phba->link_state = LPFC_LINK_UP; |
| 1002 | |
| 1003 | /* Unblock fabric iocbs if they are blocked */ |
| 1004 | clear_bit(FABRIC_COMANDS_BLOCKED, &phba->bit_flags); |
| 1005 | del_timer_sync(&phba->fabric_block_timer); |
| 1006 | |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 1007 | vports = lpfc_create_vport_work_array(phba); |
| 1008 | if (vports != NULL) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1009 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 1010 | lpfc_linkup_port(vports[i]); |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 1011 | lpfc_destroy_vport_work_array(phba, vports); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1012 | if ((phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) && |
| 1013 | (phba->sli_rev < LPFC_SLI_REV4)) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1014 | lpfc_issue_clear_la(phba, phba->pport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1015 | |
| 1016 | return 0; |
| 1017 | } |
| 1018 | |
| 1019 | /* |
| 1020 | * This routine handles processing a CLEAR_LA mailbox |
| 1021 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 1022 | * as the completion routine when the command is |
| 1023 | * handed off to the SLI layer. |
| 1024 | */ |
Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 1025 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1026 | lpfc_mbx_cmpl_clear_la(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1027 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1028 | struct lpfc_vport *vport = pmb->vport; |
| 1029 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 1030 | struct lpfc_sli *psli = &phba->sli; |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 1031 | MAILBOX_t *mb = &pmb->u.mb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1032 | uint32_t control; |
| 1033 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1034 | /* Since we don't do discovery right now, turn these off here */ |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 1035 | psli->ring[psli->extra_ring].flag &= ~LPFC_STOP_IOCB_EVENT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1036 | psli->ring[psli->fcp_ring].flag &= ~LPFC_STOP_IOCB_EVENT; |
| 1037 | psli->ring[psli->next_ring].flag &= ~LPFC_STOP_IOCB_EVENT; |
| 1038 | |
| 1039 | /* Check for error */ |
| 1040 | if ((mb->mbxStatus) && (mb->mbxStatus != 0x1601)) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1041 | /* CLEAR_LA mbox error <mbxStatus> state <hba_state> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1042 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 1043 | "0320 CLEAR_LA mbxStatus error x%x hba " |
| 1044 | "state x%x\n", |
| 1045 | mb->mbxStatus, vport->port_state); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1046 | phba->link_state = LPFC_HBA_ERROR; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1047 | goto out; |
| 1048 | } |
| 1049 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1050 | if (vport->port_type == LPFC_PHYSICAL_PORT) |
| 1051 | phba->link_state = LPFC_HBA_READY; |
| 1052 | |
| 1053 | spin_lock_irq(&phba->hbalock); |
| 1054 | psli->sli_flag |= LPFC_PROCESS_LA; |
| 1055 | control = readl(phba->HCregaddr); |
| 1056 | control |= HC_LAINT_ENA; |
| 1057 | writel(control, phba->HCregaddr); |
| 1058 | readl(phba->HCregaddr); /* flush */ |
| 1059 | spin_unlock_irq(&phba->hbalock); |
James Smart | 1b32f6a | 2008-02-08 18:49:39 -0500 | [diff] [blame] | 1060 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1061 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1062 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1063 | out: |
| 1064 | /* Device Discovery completes */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1065 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 1066 | "0225 Device Discovery completes\n"); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1067 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1068 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1069 | spin_lock_irq(shost->host_lock); |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 1070 | vport->fc_flag &= ~FC_ABORT_DISCOVERY; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1071 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1072 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1073 | lpfc_can_disctmo(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1074 | |
| 1075 | /* turn on Link Attention interrupts */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1076 | |
| 1077 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1078 | psli->sli_flag |= LPFC_PROCESS_LA; |
| 1079 | control = readl(phba->HCregaddr); |
| 1080 | control |= HC_LAINT_ENA; |
| 1081 | writel(control, phba->HCregaddr); |
| 1082 | readl(phba->HCregaddr); /* flush */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1083 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1084 | |
| 1085 | return; |
| 1086 | } |
| 1087 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1088 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1089 | static void |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1090 | lpfc_mbx_cmpl_local_config_link(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1091 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1092 | struct lpfc_vport *vport = pmb->vport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1093 | |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 1094 | if (pmb->u.mb.mbxStatus) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1095 | goto out; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1096 | |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1097 | mempool_free(pmb, phba->mbox_mem_pool); |
| 1098 | |
James Smart | 1b51197 | 2011-12-13 13:23:09 -0500 | [diff] [blame] | 1099 | /* don't perform discovery for SLI4 loopback diagnostic test */ |
| 1100 | if ((phba->sli_rev == LPFC_SLI_REV4) && |
| 1101 | !(phba->hba_flag & HBA_FCOE_MODE) && |
| 1102 | (phba->link_flag & LS_LOOPBACK_MODE)) |
| 1103 | return; |
| 1104 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 1105 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP && |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1106 | vport->fc_flag & FC_PUBLIC_LOOP && |
| 1107 | !(vport->fc_flag & FC_LBIT)) { |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1108 | /* Need to wait for FAN - use discovery timer |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1109 | * for timeout. port_state is identically |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1110 | * LPFC_LOCAL_CFG_LINK while waiting for FAN |
| 1111 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1112 | lpfc_set_disctmo(vport); |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1113 | return; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1114 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1115 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1116 | /* Start discovery by sending a FLOGI. port_state is identically |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1117 | * LPFC_FLOGI while waiting for FLOGI cmpl |
| 1118 | */ |
James Smart | e644643 | 2012-05-09 21:16:42 -0400 | [diff] [blame] | 1119 | if (vport->port_state != LPFC_FLOGI || vport->fc_flag & FC_PT2PT_PLOGI) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1120 | lpfc_initial_flogi(vport); |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1121 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1122 | |
| 1123 | out: |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1124 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 1125 | "0306 CONFIG_LINK mbxStatus error x%x " |
| 1126 | "HBA state x%x\n", |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 1127 | pmb->u.mb.mbxStatus, vport->port_state); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1128 | mempool_free(pmb, phba->mbox_mem_pool); |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1129 | |
| 1130 | lpfc_linkdown(phba); |
| 1131 | |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1132 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 1133 | "0200 CONFIG_LINK bad hba state x%x\n", |
| 1134 | vport->port_state); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1135 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1136 | lpfc_issue_clear_la(phba, vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1137 | return; |
| 1138 | } |
| 1139 | |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 1140 | /** |
| 1141 | * lpfc_sli4_clear_fcf_rr_bmask |
| 1142 | * @phba pointer to the struct lpfc_hba for this port. |
| 1143 | * This fucnction resets the round robin bit mask and clears the |
| 1144 | * fcf priority list. The list deletions are done while holding the |
| 1145 | * hbalock. The ON_LIST flag and the FLOGI_FAILED flags are cleared |
| 1146 | * from the lpfc_fcf_pri record. |
| 1147 | **/ |
| 1148 | void |
| 1149 | lpfc_sli4_clear_fcf_rr_bmask(struct lpfc_hba *phba) |
| 1150 | { |
| 1151 | struct lpfc_fcf_pri *fcf_pri; |
| 1152 | struct lpfc_fcf_pri *next_fcf_pri; |
| 1153 | memset(phba->fcf.fcf_rr_bmask, 0, sizeof(*phba->fcf.fcf_rr_bmask)); |
| 1154 | spin_lock_irq(&phba->hbalock); |
| 1155 | list_for_each_entry_safe(fcf_pri, next_fcf_pri, |
| 1156 | &phba->fcf.fcf_pri_list, list) { |
| 1157 | list_del_init(&fcf_pri->list); |
| 1158 | fcf_pri->fcf_rec.flag = 0; |
| 1159 | } |
| 1160 | spin_unlock_irq(&phba->hbalock); |
| 1161 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1162 | static void |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1163 | lpfc_mbx_cmpl_reg_fcfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 1164 | { |
| 1165 | struct lpfc_vport *vport = mboxq->vport; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1166 | |
| 1167 | if (mboxq->u.mb.mbxStatus) { |
| 1168 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 1169 | "2017 REG_FCFI mbxStatus error x%x " |
| 1170 | "HBA state x%x\n", |
| 1171 | mboxq->u.mb.mbxStatus, vport->port_state); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1172 | goto fail_out; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1173 | } |
| 1174 | |
| 1175 | /* Start FCoE discovery by sending a FLOGI. */ |
| 1176 | phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi, &mboxq->u.mqe.un.reg_fcfi); |
| 1177 | /* Set the FCFI registered flag */ |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1178 | spin_lock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1179 | phba->fcf.fcf_flag |= FCF_REGISTERED; |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1180 | spin_unlock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1181 | |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1182 | /* If there is a pending FCoE event, restart FCF table scan. */ |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 1183 | if ((!(phba->hba_flag & FCF_RR_INPROG)) && |
| 1184 | lpfc_check_pending_fcoe_event(phba, LPFC_UNREG_FCF)) |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1185 | goto fail_out; |
| 1186 | |
| 1187 | /* Mark successful completion of FCF table scan */ |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1188 | spin_lock_irq(&phba->hbalock); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1189 | phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1190 | phba->hba_flag &= ~FCF_TS_INPROG; |
| 1191 | if (vport->port_state != LPFC_FLOGI) { |
| 1192 | phba->hba_flag |= FCF_RR_INPROG; |
| 1193 | spin_unlock_irq(&phba->hbalock); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 1194 | lpfc_issue_init_vfi(vport); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1195 | goto out; |
| 1196 | } |
| 1197 | spin_unlock_irq(&phba->hbalock); |
| 1198 | goto out; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1199 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1200 | fail_out: |
| 1201 | spin_lock_irq(&phba->hbalock); |
| 1202 | phba->hba_flag &= ~FCF_RR_INPROG; |
| 1203 | spin_unlock_irq(&phba->hbalock); |
| 1204 | out: |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1205 | mempool_free(mboxq, phba->mbox_mem_pool); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1206 | } |
| 1207 | |
| 1208 | /** |
| 1209 | * lpfc_fab_name_match - Check if the fcf fabric name match. |
| 1210 | * @fab_name: pointer to fabric name. |
| 1211 | * @new_fcf_record: pointer to fcf record. |
| 1212 | * |
| 1213 | * This routine compare the fcf record's fabric name with provided |
| 1214 | * fabric name. If the fabric name are identical this function |
| 1215 | * returns 1 else return 0. |
| 1216 | **/ |
| 1217 | static uint32_t |
| 1218 | lpfc_fab_name_match(uint8_t *fab_name, struct fcf_record *new_fcf_record) |
| 1219 | { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1220 | if (fab_name[0] != bf_get(lpfc_fcf_record_fab_name_0, new_fcf_record)) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1221 | return 0; |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1222 | if (fab_name[1] != bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record)) |
| 1223 | return 0; |
| 1224 | if (fab_name[2] != bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record)) |
| 1225 | return 0; |
| 1226 | if (fab_name[3] != bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record)) |
| 1227 | return 0; |
| 1228 | if (fab_name[4] != bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record)) |
| 1229 | return 0; |
| 1230 | if (fab_name[5] != bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record)) |
| 1231 | return 0; |
| 1232 | if (fab_name[6] != bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record)) |
| 1233 | return 0; |
| 1234 | if (fab_name[7] != bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record)) |
| 1235 | return 0; |
| 1236 | return 1; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1237 | } |
| 1238 | |
| 1239 | /** |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1240 | * lpfc_sw_name_match - Check if the fcf switch name match. |
| 1241 | * @fab_name: pointer to fabric name. |
| 1242 | * @new_fcf_record: pointer to fcf record. |
| 1243 | * |
| 1244 | * This routine compare the fcf record's switch name with provided |
| 1245 | * switch name. If the switch name are identical this function |
| 1246 | * returns 1 else return 0. |
| 1247 | **/ |
| 1248 | static uint32_t |
| 1249 | lpfc_sw_name_match(uint8_t *sw_name, struct fcf_record *new_fcf_record) |
| 1250 | { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1251 | if (sw_name[0] != bf_get(lpfc_fcf_record_switch_name_0, new_fcf_record)) |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1252 | return 0; |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1253 | if (sw_name[1] != bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record)) |
| 1254 | return 0; |
| 1255 | if (sw_name[2] != bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record)) |
| 1256 | return 0; |
| 1257 | if (sw_name[3] != bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record)) |
| 1258 | return 0; |
| 1259 | if (sw_name[4] != bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record)) |
| 1260 | return 0; |
| 1261 | if (sw_name[5] != bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record)) |
| 1262 | return 0; |
| 1263 | if (sw_name[6] != bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record)) |
| 1264 | return 0; |
| 1265 | if (sw_name[7] != bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record)) |
| 1266 | return 0; |
| 1267 | return 1; |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1268 | } |
| 1269 | |
| 1270 | /** |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1271 | * lpfc_mac_addr_match - Check if the fcf mac address match. |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1272 | * @mac_addr: pointer to mac address. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1273 | * @new_fcf_record: pointer to fcf record. |
| 1274 | * |
| 1275 | * This routine compare the fcf record's mac address with HBA's |
| 1276 | * FCF mac address. If the mac addresses are identical this function |
| 1277 | * returns 1 else return 0. |
| 1278 | **/ |
| 1279 | static uint32_t |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1280 | lpfc_mac_addr_match(uint8_t *mac_addr, struct fcf_record *new_fcf_record) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1281 | { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1282 | if (mac_addr[0] != bf_get(lpfc_fcf_record_mac_0, new_fcf_record)) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1283 | return 0; |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1284 | if (mac_addr[1] != bf_get(lpfc_fcf_record_mac_1, new_fcf_record)) |
| 1285 | return 0; |
| 1286 | if (mac_addr[2] != bf_get(lpfc_fcf_record_mac_2, new_fcf_record)) |
| 1287 | return 0; |
| 1288 | if (mac_addr[3] != bf_get(lpfc_fcf_record_mac_3, new_fcf_record)) |
| 1289 | return 0; |
| 1290 | if (mac_addr[4] != bf_get(lpfc_fcf_record_mac_4, new_fcf_record)) |
| 1291 | return 0; |
| 1292 | if (mac_addr[5] != bf_get(lpfc_fcf_record_mac_5, new_fcf_record)) |
| 1293 | return 0; |
| 1294 | return 1; |
| 1295 | } |
| 1296 | |
| 1297 | static bool |
| 1298 | lpfc_vlan_id_match(uint16_t curr_vlan_id, uint16_t new_vlan_id) |
| 1299 | { |
| 1300 | return (curr_vlan_id == new_vlan_id); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1301 | } |
| 1302 | |
| 1303 | /** |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 1304 | * lpfc_update_fcf_record - Update driver fcf record |
| 1305 | * __lpfc_update_fcf_record_pri - update the lpfc_fcf_pri record. |
| 1306 | * @phba: pointer to lpfc hba data structure. |
| 1307 | * @fcf_index: Index for the lpfc_fcf_record. |
| 1308 | * @new_fcf_record: pointer to hba fcf record. |
| 1309 | * |
| 1310 | * This routine updates the driver FCF priority record from the new HBA FCF |
| 1311 | * record. This routine is called with the host lock held. |
| 1312 | **/ |
| 1313 | static void |
| 1314 | __lpfc_update_fcf_record_pri(struct lpfc_hba *phba, uint16_t fcf_index, |
| 1315 | struct fcf_record *new_fcf_record |
| 1316 | ) |
| 1317 | { |
| 1318 | struct lpfc_fcf_pri *fcf_pri; |
| 1319 | |
| 1320 | fcf_pri = &phba->fcf.fcf_pri[fcf_index]; |
| 1321 | fcf_pri->fcf_rec.fcf_index = fcf_index; |
| 1322 | /* FCF record priority */ |
| 1323 | fcf_pri->fcf_rec.priority = new_fcf_record->fip_priority; |
| 1324 | |
| 1325 | } |
| 1326 | |
| 1327 | /** |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1328 | * lpfc_copy_fcf_record - Copy fcf information to lpfc_hba. |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1329 | * @fcf: pointer to driver fcf record. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1330 | * @new_fcf_record: pointer to fcf record. |
| 1331 | * |
| 1332 | * This routine copies the FCF information from the FCF |
| 1333 | * record to lpfc_hba data structure. |
| 1334 | **/ |
| 1335 | static void |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1336 | lpfc_copy_fcf_record(struct lpfc_fcf_rec *fcf_rec, |
| 1337 | struct fcf_record *new_fcf_record) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1338 | { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1339 | /* Fabric name */ |
| 1340 | fcf_rec->fabric_name[0] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1341 | bf_get(lpfc_fcf_record_fab_name_0, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1342 | fcf_rec->fabric_name[1] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1343 | bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1344 | fcf_rec->fabric_name[2] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1345 | bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1346 | fcf_rec->fabric_name[3] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1347 | bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1348 | fcf_rec->fabric_name[4] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1349 | bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1350 | fcf_rec->fabric_name[5] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1351 | bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1352 | fcf_rec->fabric_name[6] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1353 | bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1354 | fcf_rec->fabric_name[7] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1355 | bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1356 | /* Mac address */ |
| 1357 | fcf_rec->mac_addr[0] = bf_get(lpfc_fcf_record_mac_0, new_fcf_record); |
| 1358 | fcf_rec->mac_addr[1] = bf_get(lpfc_fcf_record_mac_1, new_fcf_record); |
| 1359 | fcf_rec->mac_addr[2] = bf_get(lpfc_fcf_record_mac_2, new_fcf_record); |
| 1360 | fcf_rec->mac_addr[3] = bf_get(lpfc_fcf_record_mac_3, new_fcf_record); |
| 1361 | fcf_rec->mac_addr[4] = bf_get(lpfc_fcf_record_mac_4, new_fcf_record); |
| 1362 | fcf_rec->mac_addr[5] = bf_get(lpfc_fcf_record_mac_5, new_fcf_record); |
| 1363 | /* FCF record index */ |
| 1364 | fcf_rec->fcf_indx = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record); |
| 1365 | /* FCF record priority */ |
| 1366 | fcf_rec->priority = new_fcf_record->fip_priority; |
| 1367 | /* Switch name */ |
| 1368 | fcf_rec->switch_name[0] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1369 | bf_get(lpfc_fcf_record_switch_name_0, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1370 | fcf_rec->switch_name[1] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1371 | bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1372 | fcf_rec->switch_name[2] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1373 | bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1374 | fcf_rec->switch_name[3] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1375 | bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1376 | fcf_rec->switch_name[4] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1377 | bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1378 | fcf_rec->switch_name[5] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1379 | bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1380 | fcf_rec->switch_name[6] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1381 | bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1382 | fcf_rec->switch_name[7] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1383 | bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1384 | } |
| 1385 | |
| 1386 | /** |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1387 | * lpfc_update_fcf_record - Update driver fcf record |
| 1388 | * @phba: pointer to lpfc hba data structure. |
| 1389 | * @fcf_rec: pointer to driver fcf record. |
| 1390 | * @new_fcf_record: pointer to hba fcf record. |
| 1391 | * @addr_mode: address mode to be set to the driver fcf record. |
| 1392 | * @vlan_id: vlan tag to be set to the driver fcf record. |
| 1393 | * @flag: flag bits to be set to the driver fcf record. |
| 1394 | * |
| 1395 | * This routine updates the driver FCF record from the new HBA FCF record |
| 1396 | * together with the address mode, vlan_id, and other informations. This |
| 1397 | * routine is called with the host lock held. |
| 1398 | **/ |
| 1399 | static void |
| 1400 | __lpfc_update_fcf_record(struct lpfc_hba *phba, struct lpfc_fcf_rec *fcf_rec, |
| 1401 | struct fcf_record *new_fcf_record, uint32_t addr_mode, |
| 1402 | uint16_t vlan_id, uint32_t flag) |
| 1403 | { |
| 1404 | /* Copy the fields from the HBA's FCF record */ |
| 1405 | lpfc_copy_fcf_record(fcf_rec, new_fcf_record); |
| 1406 | /* Update other fields of driver FCF record */ |
| 1407 | fcf_rec->addr_mode = addr_mode; |
| 1408 | fcf_rec->vlan_id = vlan_id; |
| 1409 | fcf_rec->flag |= (flag | RECORD_VALID); |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 1410 | __lpfc_update_fcf_record_pri(phba, |
| 1411 | bf_get(lpfc_fcf_record_fcf_index, new_fcf_record), |
| 1412 | new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1413 | } |
| 1414 | |
| 1415 | /** |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1416 | * lpfc_register_fcf - Register the FCF with hba. |
| 1417 | * @phba: pointer to lpfc hba data structure. |
| 1418 | * |
| 1419 | * This routine issues a register fcfi mailbox command to register |
| 1420 | * the fcf with HBA. |
| 1421 | **/ |
| 1422 | static void |
| 1423 | lpfc_register_fcf(struct lpfc_hba *phba) |
| 1424 | { |
| 1425 | LPFC_MBOXQ_t *fcf_mbxq; |
| 1426 | int rc; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1427 | |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1428 | spin_lock_irq(&phba->hbalock); |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 1429 | /* If the FCF is not available do nothing. */ |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1430 | if (!(phba->fcf.fcf_flag & FCF_AVAILABLE)) { |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1431 | phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG); |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1432 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1433 | return; |
| 1434 | } |
| 1435 | |
| 1436 | /* The FCF is already registered, start discovery */ |
| 1437 | if (phba->fcf.fcf_flag & FCF_REGISTERED) { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1438 | phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1439 | phba->hba_flag &= ~FCF_TS_INPROG; |
James Smart | e74c03c | 2013-04-17 20:15:19 -0400 | [diff] [blame] | 1440 | if (phba->pport->port_state != LPFC_FLOGI && |
| 1441 | phba->pport->fc_flag & FC_FABRIC) { |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1442 | phba->hba_flag |= FCF_RR_INPROG; |
| 1443 | spin_unlock_irq(&phba->hbalock); |
James Smart | bf08611 | 2011-08-21 21:48:13 -0400 | [diff] [blame] | 1444 | lpfc_initial_flogi(phba->pport); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1445 | return; |
| 1446 | } |
| 1447 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1448 | return; |
| 1449 | } |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1450 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1451 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1452 | fcf_mbxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1453 | if (!fcf_mbxq) { |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1454 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1455 | phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG); |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1456 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1457 | return; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1458 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1459 | |
| 1460 | lpfc_reg_fcfi(phba, fcf_mbxq); |
| 1461 | fcf_mbxq->vport = phba->pport; |
| 1462 | fcf_mbxq->mbox_cmpl = lpfc_mbx_cmpl_reg_fcfi; |
| 1463 | rc = lpfc_sli_issue_mbox(phba, fcf_mbxq, MBX_NOWAIT); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1464 | if (rc == MBX_NOT_FINISHED) { |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1465 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1466 | phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG); |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1467 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1468 | mempool_free(fcf_mbxq, phba->mbox_mem_pool); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1469 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1470 | |
| 1471 | return; |
| 1472 | } |
| 1473 | |
| 1474 | /** |
| 1475 | * lpfc_match_fcf_conn_list - Check if the FCF record can be used for discovery. |
| 1476 | * @phba: pointer to lpfc hba data structure. |
| 1477 | * @new_fcf_record: pointer to fcf record. |
| 1478 | * @boot_flag: Indicates if this record used by boot bios. |
| 1479 | * @addr_mode: The address mode to be used by this FCF |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1480 | * @vlan_id: The vlan id to be used as vlan tagging by this FCF. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1481 | * |
| 1482 | * This routine compare the fcf record with connect list obtained from the |
| 1483 | * config region to decide if this FCF can be used for SAN discovery. It returns |
| 1484 | * 1 if this record can be used for SAN discovery else return zero. If this FCF |
| 1485 | * record can be used for SAN discovery, the boot_flag will indicate if this FCF |
| 1486 | * is used by boot bios and addr_mode will indicate the addressing mode to be |
| 1487 | * used for this FCF when the function returns. |
| 1488 | * If the FCF record need to be used with a particular vlan id, the vlan is |
| 1489 | * set in the vlan_id on return of the function. If not VLAN tagging need to |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1490 | * be used with the FCF vlan_id will be set to LPFC_FCOE_NULL_VID; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1491 | **/ |
| 1492 | static int |
| 1493 | lpfc_match_fcf_conn_list(struct lpfc_hba *phba, |
| 1494 | struct fcf_record *new_fcf_record, |
| 1495 | uint32_t *boot_flag, uint32_t *addr_mode, |
| 1496 | uint16_t *vlan_id) |
| 1497 | { |
| 1498 | struct lpfc_fcf_conn_entry *conn_entry; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1499 | int i, j, fcf_vlan_id = 0; |
| 1500 | |
| 1501 | /* Find the lowest VLAN id in the FCF record */ |
| 1502 | for (i = 0; i < 512; i++) { |
| 1503 | if (new_fcf_record->vlan_bitmap[i]) { |
| 1504 | fcf_vlan_id = i * 8; |
| 1505 | j = 0; |
| 1506 | while (!((new_fcf_record->vlan_bitmap[i] >> j) & 1)) { |
| 1507 | j++; |
| 1508 | fcf_vlan_id++; |
| 1509 | } |
| 1510 | break; |
| 1511 | } |
| 1512 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1513 | |
James Smart | 26979ce | 2012-09-29 11:31:55 -0400 | [diff] [blame] | 1514 | /* FCF not valid/available or solicitation in progress */ |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1515 | if (!bf_get(lpfc_fcf_record_fcf_avail, new_fcf_record) || |
James Smart | 26979ce | 2012-09-29 11:31:55 -0400 | [diff] [blame] | 1516 | !bf_get(lpfc_fcf_record_fcf_valid, new_fcf_record) || |
| 1517 | bf_get(lpfc_fcf_record_fcf_sol, new_fcf_record)) |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1518 | return 0; |
| 1519 | |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 1520 | if (!(phba->hba_flag & HBA_FIP_SUPPORT)) { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1521 | *boot_flag = 0; |
| 1522 | *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov, |
| 1523 | new_fcf_record); |
| 1524 | if (phba->valid_vlan) |
| 1525 | *vlan_id = phba->vlan_id; |
| 1526 | else |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1527 | *vlan_id = LPFC_FCOE_NULL_VID; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1528 | return 1; |
| 1529 | } |
| 1530 | |
| 1531 | /* |
| 1532 | * If there are no FCF connection table entry, driver connect to all |
| 1533 | * FCFs. |
| 1534 | */ |
| 1535 | if (list_empty(&phba->fcf_conn_rec_list)) { |
| 1536 | *boot_flag = 0; |
| 1537 | *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov, |
| 1538 | new_fcf_record); |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1539 | |
| 1540 | /* |
| 1541 | * When there are no FCF connect entries, use driver's default |
| 1542 | * addressing mode - FPMA. |
| 1543 | */ |
| 1544 | if (*addr_mode & LPFC_FCF_FPMA) |
| 1545 | *addr_mode = LPFC_FCF_FPMA; |
| 1546 | |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1547 | /* If FCF record report a vlan id use that vlan id */ |
| 1548 | if (fcf_vlan_id) |
| 1549 | *vlan_id = fcf_vlan_id; |
| 1550 | else |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1551 | *vlan_id = LPFC_FCOE_NULL_VID; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1552 | return 1; |
| 1553 | } |
| 1554 | |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1555 | list_for_each_entry(conn_entry, |
| 1556 | &phba->fcf_conn_rec_list, list) { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1557 | if (!(conn_entry->conn_rec.flags & FCFCNCT_VALID)) |
| 1558 | continue; |
| 1559 | |
| 1560 | if ((conn_entry->conn_rec.flags & FCFCNCT_FBNM_VALID) && |
| 1561 | !lpfc_fab_name_match(conn_entry->conn_rec.fabric_name, |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1562 | new_fcf_record)) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1563 | continue; |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1564 | if ((conn_entry->conn_rec.flags & FCFCNCT_SWNM_VALID) && |
| 1565 | !lpfc_sw_name_match(conn_entry->conn_rec.switch_name, |
| 1566 | new_fcf_record)) |
| 1567 | continue; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1568 | if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID) { |
| 1569 | /* |
| 1570 | * If the vlan bit map does not have the bit set for the |
| 1571 | * vlan id to be used, then it is not a match. |
| 1572 | */ |
| 1573 | if (!(new_fcf_record->vlan_bitmap |
| 1574 | [conn_entry->conn_rec.vlan_tag / 8] & |
| 1575 | (1 << (conn_entry->conn_rec.vlan_tag % 8)))) |
| 1576 | continue; |
| 1577 | } |
| 1578 | |
| 1579 | /* |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1580 | * If connection record does not support any addressing mode, |
| 1581 | * skip the FCF record. |
| 1582 | */ |
| 1583 | if (!(bf_get(lpfc_fcf_record_mac_addr_prov, new_fcf_record) |
| 1584 | & (LPFC_FCF_FPMA | LPFC_FCF_SPMA))) |
| 1585 | continue; |
| 1586 | |
| 1587 | /* |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1588 | * Check if the connection record specifies a required |
| 1589 | * addressing mode. |
| 1590 | */ |
| 1591 | if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) && |
| 1592 | !(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED)) { |
| 1593 | |
| 1594 | /* |
| 1595 | * If SPMA required but FCF not support this continue. |
| 1596 | */ |
| 1597 | if ((conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) && |
| 1598 | !(bf_get(lpfc_fcf_record_mac_addr_prov, |
| 1599 | new_fcf_record) & LPFC_FCF_SPMA)) |
| 1600 | continue; |
| 1601 | |
| 1602 | /* |
| 1603 | * If FPMA required but FCF not support this continue. |
| 1604 | */ |
| 1605 | if (!(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) && |
| 1606 | !(bf_get(lpfc_fcf_record_mac_addr_prov, |
| 1607 | new_fcf_record) & LPFC_FCF_FPMA)) |
| 1608 | continue; |
| 1609 | } |
| 1610 | |
| 1611 | /* |
| 1612 | * This fcf record matches filtering criteria. |
| 1613 | */ |
| 1614 | if (conn_entry->conn_rec.flags & FCFCNCT_BOOT) |
| 1615 | *boot_flag = 1; |
| 1616 | else |
| 1617 | *boot_flag = 0; |
| 1618 | |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1619 | /* |
| 1620 | * If user did not specify any addressing mode, or if the |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 1621 | * preferred addressing mode specified by user is not supported |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1622 | * by FCF, allow fabric to pick the addressing mode. |
| 1623 | */ |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1624 | *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov, |
| 1625 | new_fcf_record); |
| 1626 | /* |
| 1627 | * If the user specified a required address mode, assign that |
| 1628 | * address mode |
| 1629 | */ |
| 1630 | if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) && |
| 1631 | (!(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED))) |
| 1632 | *addr_mode = (conn_entry->conn_rec.flags & |
| 1633 | FCFCNCT_AM_SPMA) ? |
| 1634 | LPFC_FCF_SPMA : LPFC_FCF_FPMA; |
| 1635 | /* |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 1636 | * If the user specified a preferred address mode, use the |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1637 | * addr mode only if FCF support the addr_mode. |
| 1638 | */ |
| 1639 | else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) && |
| 1640 | (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) && |
| 1641 | (conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) && |
| 1642 | (*addr_mode & LPFC_FCF_SPMA)) |
| 1643 | *addr_mode = LPFC_FCF_SPMA; |
| 1644 | else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) && |
| 1645 | (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) && |
| 1646 | !(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) && |
| 1647 | (*addr_mode & LPFC_FCF_FPMA)) |
| 1648 | *addr_mode = LPFC_FCF_FPMA; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1649 | |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1650 | /* If matching connect list has a vlan id, use it */ |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1651 | if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID) |
| 1652 | *vlan_id = conn_entry->conn_rec.vlan_tag; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1653 | /* |
| 1654 | * If no vlan id is specified in connect list, use the vlan id |
| 1655 | * in the FCF record |
| 1656 | */ |
| 1657 | else if (fcf_vlan_id) |
| 1658 | *vlan_id = fcf_vlan_id; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1659 | else |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1660 | *vlan_id = LPFC_FCOE_NULL_VID; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1661 | |
| 1662 | return 1; |
| 1663 | } |
| 1664 | |
| 1665 | return 0; |
| 1666 | } |
| 1667 | |
| 1668 | /** |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1669 | * lpfc_check_pending_fcoe_event - Check if there is pending fcoe event. |
| 1670 | * @phba: pointer to lpfc hba data structure. |
| 1671 | * @unreg_fcf: Unregister FCF if FCF table need to be re-scaned. |
| 1672 | * |
| 1673 | * This function check if there is any fcoe event pending while driver |
| 1674 | * scan FCF entries. If there is any pending event, it will restart the |
| 1675 | * FCF saning and return 1 else return 0. |
| 1676 | */ |
| 1677 | int |
| 1678 | lpfc_check_pending_fcoe_event(struct lpfc_hba *phba, uint8_t unreg_fcf) |
| 1679 | { |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1680 | /* |
| 1681 | * If the Link is up and no FCoE events while in the |
| 1682 | * FCF discovery, no need to restart FCF discovery. |
| 1683 | */ |
| 1684 | if ((phba->link_state >= LPFC_LINK_UP) && |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1685 | (phba->fcoe_eventtag == phba->fcoe_eventtag_at_fcf_scan)) |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1686 | return 0; |
| 1687 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1688 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 1689 | "2768 Pending link or FCF event during current " |
| 1690 | "handling of the previous event: link_state:x%x, " |
| 1691 | "evt_tag_at_scan:x%x, evt_tag_current:x%x\n", |
| 1692 | phba->link_state, phba->fcoe_eventtag_at_fcf_scan, |
| 1693 | phba->fcoe_eventtag); |
| 1694 | |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1695 | spin_lock_irq(&phba->hbalock); |
| 1696 | phba->fcf.fcf_flag &= ~FCF_AVAILABLE; |
| 1697 | spin_unlock_irq(&phba->hbalock); |
| 1698 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1699 | if (phba->link_state >= LPFC_LINK_UP) { |
| 1700 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY, |
| 1701 | "2780 Restart FCF table scan due to " |
| 1702 | "pending FCF event:evt_tag_at_scan:x%x, " |
| 1703 | "evt_tag_current:x%x\n", |
| 1704 | phba->fcoe_eventtag_at_fcf_scan, |
| 1705 | phba->fcoe_eventtag); |
| 1706 | lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST); |
| 1707 | } else { |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1708 | /* |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1709 | * Do not continue FCF discovery and clear FCF_TS_INPROG |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1710 | * flag |
| 1711 | */ |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1712 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY, |
| 1713 | "2833 Stop FCF discovery process due to link " |
| 1714 | "state change (x%x)\n", phba->link_state); |
James Smart | 1c6f4ef5 | 2009-11-18 15:40:49 -0500 | [diff] [blame] | 1715 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1716 | phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1717 | phba->fcf.fcf_flag &= ~(FCF_REDISC_FOV | FCF_DISCOVERY); |
James Smart | 1c6f4ef5 | 2009-11-18 15:40:49 -0500 | [diff] [blame] | 1718 | spin_unlock_irq(&phba->hbalock); |
| 1719 | } |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1720 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1721 | /* Unregister the currently registered FCF if required */ |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1722 | if (unreg_fcf) { |
| 1723 | spin_lock_irq(&phba->hbalock); |
| 1724 | phba->fcf.fcf_flag &= ~FCF_REGISTERED; |
| 1725 | spin_unlock_irq(&phba->hbalock); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1726 | lpfc_sli4_unregister_fcf(phba); |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1727 | } |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1728 | return 1; |
| 1729 | } |
| 1730 | |
| 1731 | /** |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 1732 | * lpfc_sli4_new_fcf_random_select - Randomly select an eligible new fcf record |
| 1733 | * @phba: pointer to lpfc hba data structure. |
| 1734 | * @fcf_cnt: number of eligible fcf record seen so far. |
| 1735 | * |
| 1736 | * This function makes an running random selection decision on FCF record to |
| 1737 | * use through a sequence of @fcf_cnt eligible FCF records with equal |
| 1738 | * probability. To perform integer manunipulation of random numbers with |
| 1739 | * size unit32_t, the lower 16 bits of the 32-bit random number returned |
Akinobu Mita | 3b60a64 | 2013-04-29 16:21:35 -0700 | [diff] [blame] | 1740 | * from prandom_u32() are taken as the random random number generated. |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 1741 | * |
| 1742 | * Returns true when outcome is for the newly read FCF record should be |
| 1743 | * chosen; otherwise, return false when outcome is for keeping the previously |
| 1744 | * chosen FCF record. |
| 1745 | **/ |
| 1746 | static bool |
| 1747 | lpfc_sli4_new_fcf_random_select(struct lpfc_hba *phba, uint32_t fcf_cnt) |
| 1748 | { |
| 1749 | uint32_t rand_num; |
| 1750 | |
| 1751 | /* Get 16-bit uniform random number */ |
Akinobu Mita | 3b60a64 | 2013-04-29 16:21:35 -0700 | [diff] [blame] | 1752 | rand_num = 0xFFFF & prandom_u32(); |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 1753 | |
| 1754 | /* Decision with probability 1/fcf_cnt */ |
| 1755 | if ((fcf_cnt * rand_num) < 0xFFFF) |
| 1756 | return true; |
| 1757 | else |
| 1758 | return false; |
| 1759 | } |
| 1760 | |
| 1761 | /** |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 1762 | * lpfc_sli4_fcf_rec_mbox_parse - Parse read_fcf mbox command. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1763 | * @phba: pointer to lpfc hba data structure. |
| 1764 | * @mboxq: pointer to mailbox object. |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1765 | * @next_fcf_index: pointer to holder of next fcf index. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1766 | * |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1767 | * This routine parses the non-embedded fcf mailbox command by performing the |
| 1768 | * necessarily error checking, non-embedded read FCF record mailbox command |
| 1769 | * SGE parsing, and endianness swapping. |
| 1770 | * |
| 1771 | * Returns the pointer to the new FCF record in the non-embedded mailbox |
| 1772 | * command DMA memory if successfully, other NULL. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1773 | */ |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1774 | static struct fcf_record * |
| 1775 | lpfc_sli4_fcf_rec_mbox_parse(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq, |
| 1776 | uint16_t *next_fcf_index) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1777 | { |
| 1778 | void *virt_addr; |
| 1779 | dma_addr_t phys_addr; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1780 | struct lpfc_mbx_sge sge; |
| 1781 | struct lpfc_mbx_read_fcf_tbl *read_fcf; |
| 1782 | uint32_t shdr_status, shdr_add_status; |
| 1783 | union lpfc_sli4_cfg_shdr *shdr; |
| 1784 | struct fcf_record *new_fcf_record; |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1785 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1786 | /* Get the first SGE entry from the non-embedded DMA memory. This |
| 1787 | * routine only uses a single SGE. |
| 1788 | */ |
| 1789 | lpfc_sli4_mbx_sge_get(mboxq, 0, &sge); |
| 1790 | phys_addr = getPaddr(sge.pa_hi, sge.pa_lo); |
| 1791 | if (unlikely(!mboxq->sge_array)) { |
| 1792 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX, |
| 1793 | "2524 Failed to get the non-embedded SGE " |
| 1794 | "virtual address\n"); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1795 | return NULL; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1796 | } |
| 1797 | virt_addr = mboxq->sge_array->addr[0]; |
| 1798 | |
| 1799 | shdr = (union lpfc_sli4_cfg_shdr *)virt_addr; |
James Smart | 2562669 | 2013-03-01 16:36:54 -0500 | [diff] [blame] | 1800 | lpfc_sli_pcimem_bcopy(shdr, shdr, |
| 1801 | sizeof(union lpfc_sli4_cfg_shdr)); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1802 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1803 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1804 | if (shdr_status || shdr_add_status) { |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1805 | if (shdr_status == STATUS_FCF_TABLE_EMPTY) |
| 1806 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, |
James Smart | def9c7a | 2009-12-21 17:02:28 -0500 | [diff] [blame] | 1807 | "2726 READ_FCF_RECORD Indicates empty " |
| 1808 | "FCF table.\n"); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1809 | else |
| 1810 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, |
James Smart | def9c7a | 2009-12-21 17:02:28 -0500 | [diff] [blame] | 1811 | "2521 READ_FCF_RECORD mailbox failed " |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1812 | "with status x%x add_status x%x, " |
| 1813 | "mbx\n", shdr_status, shdr_add_status); |
| 1814 | return NULL; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1815 | } |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1816 | |
| 1817 | /* Interpreting the returned information of the FCF record */ |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1818 | read_fcf = (struct lpfc_mbx_read_fcf_tbl *)virt_addr; |
| 1819 | lpfc_sli_pcimem_bcopy(read_fcf, read_fcf, |
| 1820 | sizeof(struct lpfc_mbx_read_fcf_tbl)); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1821 | *next_fcf_index = bf_get(lpfc_mbx_read_fcf_tbl_nxt_vindx, read_fcf); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1822 | new_fcf_record = (struct fcf_record *)(virt_addr + |
| 1823 | sizeof(struct lpfc_mbx_read_fcf_tbl)); |
| 1824 | lpfc_sli_pcimem_bcopy(new_fcf_record, new_fcf_record, |
James Smart | cb5172e | 2010-03-15 11:25:07 -0400 | [diff] [blame] | 1825 | offsetof(struct fcf_record, vlan_bitmap)); |
| 1826 | new_fcf_record->word137 = le32_to_cpu(new_fcf_record->word137); |
| 1827 | new_fcf_record->word138 = le32_to_cpu(new_fcf_record->word138); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1828 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1829 | return new_fcf_record; |
| 1830 | } |
| 1831 | |
| 1832 | /** |
| 1833 | * lpfc_sli4_log_fcf_record_info - Log the information of a fcf record |
| 1834 | * @phba: pointer to lpfc hba data structure. |
| 1835 | * @fcf_record: pointer to the fcf record. |
| 1836 | * @vlan_id: the lowest vlan identifier associated to this fcf record. |
| 1837 | * @next_fcf_index: the index to the next fcf record in hba's fcf table. |
| 1838 | * |
| 1839 | * This routine logs the detailed FCF record if the LOG_FIP loggin is |
| 1840 | * enabled. |
| 1841 | **/ |
| 1842 | static void |
| 1843 | lpfc_sli4_log_fcf_record_info(struct lpfc_hba *phba, |
| 1844 | struct fcf_record *fcf_record, |
| 1845 | uint16_t vlan_id, |
| 1846 | uint16_t next_fcf_index) |
| 1847 | { |
| 1848 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 1849 | "2764 READ_FCF_RECORD:\n" |
| 1850 | "\tFCF_Index : x%x\n" |
| 1851 | "\tFCF_Avail : x%x\n" |
| 1852 | "\tFCF_Valid : x%x\n" |
James Smart | 26979ce | 2012-09-29 11:31:55 -0400 | [diff] [blame] | 1853 | "\tFCF_SOL : x%x\n" |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1854 | "\tFIP_Priority : x%x\n" |
| 1855 | "\tMAC_Provider : x%x\n" |
| 1856 | "\tLowest VLANID : x%x\n" |
| 1857 | "\tFCF_MAC Addr : x%x:%x:%x:%x:%x:%x\n" |
| 1858 | "\tFabric_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n" |
| 1859 | "\tSwitch_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n" |
| 1860 | "\tNext_FCF_Index: x%x\n", |
| 1861 | bf_get(lpfc_fcf_record_fcf_index, fcf_record), |
| 1862 | bf_get(lpfc_fcf_record_fcf_avail, fcf_record), |
| 1863 | bf_get(lpfc_fcf_record_fcf_valid, fcf_record), |
James Smart | 26979ce | 2012-09-29 11:31:55 -0400 | [diff] [blame] | 1864 | bf_get(lpfc_fcf_record_fcf_sol, fcf_record), |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1865 | fcf_record->fip_priority, |
| 1866 | bf_get(lpfc_fcf_record_mac_addr_prov, fcf_record), |
| 1867 | vlan_id, |
| 1868 | bf_get(lpfc_fcf_record_mac_0, fcf_record), |
| 1869 | bf_get(lpfc_fcf_record_mac_1, fcf_record), |
| 1870 | bf_get(lpfc_fcf_record_mac_2, fcf_record), |
| 1871 | bf_get(lpfc_fcf_record_mac_3, fcf_record), |
| 1872 | bf_get(lpfc_fcf_record_mac_4, fcf_record), |
| 1873 | bf_get(lpfc_fcf_record_mac_5, fcf_record), |
| 1874 | bf_get(lpfc_fcf_record_fab_name_0, fcf_record), |
| 1875 | bf_get(lpfc_fcf_record_fab_name_1, fcf_record), |
| 1876 | bf_get(lpfc_fcf_record_fab_name_2, fcf_record), |
| 1877 | bf_get(lpfc_fcf_record_fab_name_3, fcf_record), |
| 1878 | bf_get(lpfc_fcf_record_fab_name_4, fcf_record), |
| 1879 | bf_get(lpfc_fcf_record_fab_name_5, fcf_record), |
| 1880 | bf_get(lpfc_fcf_record_fab_name_6, fcf_record), |
| 1881 | bf_get(lpfc_fcf_record_fab_name_7, fcf_record), |
| 1882 | bf_get(lpfc_fcf_record_switch_name_0, fcf_record), |
| 1883 | bf_get(lpfc_fcf_record_switch_name_1, fcf_record), |
| 1884 | bf_get(lpfc_fcf_record_switch_name_2, fcf_record), |
| 1885 | bf_get(lpfc_fcf_record_switch_name_3, fcf_record), |
| 1886 | bf_get(lpfc_fcf_record_switch_name_4, fcf_record), |
| 1887 | bf_get(lpfc_fcf_record_switch_name_5, fcf_record), |
| 1888 | bf_get(lpfc_fcf_record_switch_name_6, fcf_record), |
| 1889 | bf_get(lpfc_fcf_record_switch_name_7, fcf_record), |
| 1890 | next_fcf_index); |
| 1891 | } |
| 1892 | |
| 1893 | /** |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1894 | lpfc_sli4_fcf_record_match - testing new FCF record for matching existing FCF |
| 1895 | * @phba: pointer to lpfc hba data structure. |
| 1896 | * @fcf_rec: pointer to an existing FCF record. |
| 1897 | * @new_fcf_record: pointer to a new FCF record. |
| 1898 | * @new_vlan_id: vlan id from the new FCF record. |
| 1899 | * |
| 1900 | * This function performs matching test of a new FCF record against an existing |
| 1901 | * FCF record. If the new_vlan_id passed in is LPFC_FCOE_IGNORE_VID, vlan id |
| 1902 | * will not be used as part of the FCF record matching criteria. |
| 1903 | * |
| 1904 | * Returns true if all the fields matching, otherwise returns false. |
| 1905 | */ |
| 1906 | static bool |
| 1907 | lpfc_sli4_fcf_record_match(struct lpfc_hba *phba, |
| 1908 | struct lpfc_fcf_rec *fcf_rec, |
| 1909 | struct fcf_record *new_fcf_record, |
| 1910 | uint16_t new_vlan_id) |
| 1911 | { |
| 1912 | if (new_vlan_id != LPFC_FCOE_IGNORE_VID) |
| 1913 | if (!lpfc_vlan_id_match(fcf_rec->vlan_id, new_vlan_id)) |
| 1914 | return false; |
| 1915 | if (!lpfc_mac_addr_match(fcf_rec->mac_addr, new_fcf_record)) |
| 1916 | return false; |
| 1917 | if (!lpfc_sw_name_match(fcf_rec->switch_name, new_fcf_record)) |
| 1918 | return false; |
| 1919 | if (!lpfc_fab_name_match(fcf_rec->fabric_name, new_fcf_record)) |
| 1920 | return false; |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 1921 | if (fcf_rec->priority != new_fcf_record->fip_priority) |
| 1922 | return false; |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1923 | return true; |
| 1924 | } |
| 1925 | |
| 1926 | /** |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1927 | * lpfc_sli4_fcf_rr_next_proc - processing next roundrobin fcf |
| 1928 | * @vport: Pointer to vport object. |
| 1929 | * @fcf_index: index to next fcf. |
| 1930 | * |
| 1931 | * This function processing the roundrobin fcf failover to next fcf index. |
| 1932 | * When this function is invoked, there will be a current fcf registered |
| 1933 | * for flogi. |
| 1934 | * Return: 0 for continue retrying flogi on currently registered fcf; |
| 1935 | * 1 for stop flogi on currently registered fcf; |
| 1936 | */ |
| 1937 | int lpfc_sli4_fcf_rr_next_proc(struct lpfc_vport *vport, uint16_t fcf_index) |
| 1938 | { |
| 1939 | struct lpfc_hba *phba = vport->phba; |
| 1940 | int rc; |
| 1941 | |
| 1942 | if (fcf_index == LPFC_FCOE_FCF_NEXT_NONE) { |
| 1943 | spin_lock_irq(&phba->hbalock); |
| 1944 | if (phba->hba_flag & HBA_DEVLOSS_TMO) { |
| 1945 | spin_unlock_irq(&phba->hbalock); |
| 1946 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 1947 | "2872 Devloss tmo with no eligible " |
| 1948 | "FCF, unregister in-use FCF (x%x) " |
| 1949 | "and rescan FCF table\n", |
| 1950 | phba->fcf.current_rec.fcf_indx); |
| 1951 | lpfc_unregister_fcf_rescan(phba); |
| 1952 | goto stop_flogi_current_fcf; |
| 1953 | } |
| 1954 | /* Mark the end to FLOGI roundrobin failover */ |
| 1955 | phba->hba_flag &= ~FCF_RR_INPROG; |
| 1956 | /* Allow action to new fcf asynchronous event */ |
| 1957 | phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE); |
| 1958 | spin_unlock_irq(&phba->hbalock); |
| 1959 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 1960 | "2865 No FCF available, stop roundrobin FCF " |
| 1961 | "failover and change port state:x%x/x%x\n", |
| 1962 | phba->pport->port_state, LPFC_VPORT_UNKNOWN); |
| 1963 | phba->pport->port_state = LPFC_VPORT_UNKNOWN; |
| 1964 | goto stop_flogi_current_fcf; |
| 1965 | } else { |
| 1966 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_ELS, |
| 1967 | "2794 Try FLOGI roundrobin FCF failover to " |
| 1968 | "(x%x)\n", fcf_index); |
| 1969 | rc = lpfc_sli4_fcf_rr_read_fcf_rec(phba, fcf_index); |
| 1970 | if (rc) |
| 1971 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP | LOG_ELS, |
| 1972 | "2761 FLOGI roundrobin FCF failover " |
| 1973 | "failed (rc:x%x) to read FCF (x%x)\n", |
| 1974 | rc, phba->fcf.current_rec.fcf_indx); |
| 1975 | else |
| 1976 | goto stop_flogi_current_fcf; |
| 1977 | } |
| 1978 | return 0; |
| 1979 | |
| 1980 | stop_flogi_current_fcf: |
| 1981 | lpfc_can_disctmo(vport); |
| 1982 | return 1; |
| 1983 | } |
| 1984 | |
| 1985 | /** |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 1986 | * lpfc_sli4_fcf_pri_list_del |
| 1987 | * @phba: pointer to lpfc hba data structure. |
| 1988 | * @fcf_index the index of the fcf record to delete |
| 1989 | * This routine checks the on list flag of the fcf_index to be deleted. |
| 1990 | * If it is one the list then it is removed from the list, and the flag |
| 1991 | * is cleared. This routine grab the hbalock before removing the fcf |
| 1992 | * record from the list. |
| 1993 | **/ |
| 1994 | static void lpfc_sli4_fcf_pri_list_del(struct lpfc_hba *phba, |
| 1995 | uint16_t fcf_index) |
| 1996 | { |
| 1997 | struct lpfc_fcf_pri *new_fcf_pri; |
| 1998 | |
| 1999 | new_fcf_pri = &phba->fcf.fcf_pri[fcf_index]; |
| 2000 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2001 | "3058 deleting idx x%x pri x%x flg x%x\n", |
| 2002 | fcf_index, new_fcf_pri->fcf_rec.priority, |
| 2003 | new_fcf_pri->fcf_rec.flag); |
| 2004 | spin_lock_irq(&phba->hbalock); |
| 2005 | if (new_fcf_pri->fcf_rec.flag & LPFC_FCF_ON_PRI_LIST) { |
| 2006 | if (phba->fcf.current_rec.priority == |
| 2007 | new_fcf_pri->fcf_rec.priority) |
| 2008 | phba->fcf.eligible_fcf_cnt--; |
| 2009 | list_del_init(&new_fcf_pri->list); |
| 2010 | new_fcf_pri->fcf_rec.flag &= ~LPFC_FCF_ON_PRI_LIST; |
| 2011 | } |
| 2012 | spin_unlock_irq(&phba->hbalock); |
| 2013 | } |
| 2014 | |
| 2015 | /** |
| 2016 | * lpfc_sli4_set_fcf_flogi_fail |
| 2017 | * @phba: pointer to lpfc hba data structure. |
| 2018 | * @fcf_index the index of the fcf record to update |
| 2019 | * This routine acquires the hbalock and then set the LPFC_FCF_FLOGI_FAILED |
| 2020 | * flag so the the round robin slection for the particular priority level |
| 2021 | * will try a different fcf record that does not have this bit set. |
| 2022 | * If the fcf record is re-read for any reason this flag is cleared brfore |
| 2023 | * adding it to the priority list. |
| 2024 | **/ |
| 2025 | void |
| 2026 | lpfc_sli4_set_fcf_flogi_fail(struct lpfc_hba *phba, uint16_t fcf_index) |
| 2027 | { |
| 2028 | struct lpfc_fcf_pri *new_fcf_pri; |
| 2029 | new_fcf_pri = &phba->fcf.fcf_pri[fcf_index]; |
| 2030 | spin_lock_irq(&phba->hbalock); |
| 2031 | new_fcf_pri->fcf_rec.flag |= LPFC_FCF_FLOGI_FAILED; |
| 2032 | spin_unlock_irq(&phba->hbalock); |
| 2033 | } |
| 2034 | |
| 2035 | /** |
| 2036 | * lpfc_sli4_fcf_pri_list_add |
| 2037 | * @phba: pointer to lpfc hba data structure. |
| 2038 | * @fcf_index the index of the fcf record to add |
| 2039 | * This routine checks the priority of the fcf_index to be added. |
| 2040 | * If it is a lower priority than the current head of the fcf_pri list |
| 2041 | * then it is added to the list in the right order. |
| 2042 | * If it is the same priority as the current head of the list then it |
| 2043 | * is added to the head of the list and its bit in the rr_bmask is set. |
| 2044 | * If the fcf_index to be added is of a higher priority than the current |
| 2045 | * head of the list then the rr_bmask is cleared, its bit is set in the |
| 2046 | * rr_bmask and it is added to the head of the list. |
| 2047 | * returns: |
| 2048 | * 0=success 1=failure |
| 2049 | **/ |
| 2050 | int lpfc_sli4_fcf_pri_list_add(struct lpfc_hba *phba, uint16_t fcf_index, |
| 2051 | struct fcf_record *new_fcf_record) |
| 2052 | { |
| 2053 | uint16_t current_fcf_pri; |
| 2054 | uint16_t last_index; |
| 2055 | struct lpfc_fcf_pri *fcf_pri; |
| 2056 | struct lpfc_fcf_pri *next_fcf_pri; |
| 2057 | struct lpfc_fcf_pri *new_fcf_pri; |
| 2058 | int ret; |
| 2059 | |
| 2060 | new_fcf_pri = &phba->fcf.fcf_pri[fcf_index]; |
| 2061 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2062 | "3059 adding idx x%x pri x%x flg x%x\n", |
| 2063 | fcf_index, new_fcf_record->fip_priority, |
| 2064 | new_fcf_pri->fcf_rec.flag); |
| 2065 | spin_lock_irq(&phba->hbalock); |
| 2066 | if (new_fcf_pri->fcf_rec.flag & LPFC_FCF_ON_PRI_LIST) |
| 2067 | list_del_init(&new_fcf_pri->list); |
| 2068 | new_fcf_pri->fcf_rec.fcf_index = fcf_index; |
| 2069 | new_fcf_pri->fcf_rec.priority = new_fcf_record->fip_priority; |
| 2070 | if (list_empty(&phba->fcf.fcf_pri_list)) { |
| 2071 | list_add(&new_fcf_pri->list, &phba->fcf.fcf_pri_list); |
| 2072 | ret = lpfc_sli4_fcf_rr_index_set(phba, |
| 2073 | new_fcf_pri->fcf_rec.fcf_index); |
| 2074 | goto out; |
| 2075 | } |
| 2076 | |
| 2077 | last_index = find_first_bit(phba->fcf.fcf_rr_bmask, |
| 2078 | LPFC_SLI4_FCF_TBL_INDX_MAX); |
| 2079 | if (last_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) { |
| 2080 | ret = 0; /* Empty rr list */ |
| 2081 | goto out; |
| 2082 | } |
| 2083 | current_fcf_pri = phba->fcf.fcf_pri[last_index].fcf_rec.priority; |
| 2084 | if (new_fcf_pri->fcf_rec.priority <= current_fcf_pri) { |
| 2085 | list_add(&new_fcf_pri->list, &phba->fcf.fcf_pri_list); |
| 2086 | if (new_fcf_pri->fcf_rec.priority < current_fcf_pri) { |
| 2087 | memset(phba->fcf.fcf_rr_bmask, 0, |
| 2088 | sizeof(*phba->fcf.fcf_rr_bmask)); |
| 2089 | /* fcfs_at_this_priority_level = 1; */ |
| 2090 | phba->fcf.eligible_fcf_cnt = 1; |
| 2091 | } else |
| 2092 | /* fcfs_at_this_priority_level++; */ |
| 2093 | phba->fcf.eligible_fcf_cnt++; |
| 2094 | ret = lpfc_sli4_fcf_rr_index_set(phba, |
| 2095 | new_fcf_pri->fcf_rec.fcf_index); |
| 2096 | goto out; |
| 2097 | } |
| 2098 | |
| 2099 | list_for_each_entry_safe(fcf_pri, next_fcf_pri, |
| 2100 | &phba->fcf.fcf_pri_list, list) { |
| 2101 | if (new_fcf_pri->fcf_rec.priority <= |
| 2102 | fcf_pri->fcf_rec.priority) { |
| 2103 | if (fcf_pri->list.prev == &phba->fcf.fcf_pri_list) |
| 2104 | list_add(&new_fcf_pri->list, |
| 2105 | &phba->fcf.fcf_pri_list); |
| 2106 | else |
| 2107 | list_add(&new_fcf_pri->list, |
| 2108 | &((struct lpfc_fcf_pri *) |
| 2109 | fcf_pri->list.prev)->list); |
| 2110 | ret = 0; |
| 2111 | goto out; |
| 2112 | } else if (fcf_pri->list.next == &phba->fcf.fcf_pri_list |
| 2113 | || new_fcf_pri->fcf_rec.priority < |
| 2114 | next_fcf_pri->fcf_rec.priority) { |
| 2115 | list_add(&new_fcf_pri->list, &fcf_pri->list); |
| 2116 | ret = 0; |
| 2117 | goto out; |
| 2118 | } |
| 2119 | if (new_fcf_pri->fcf_rec.priority > fcf_pri->fcf_rec.priority) |
| 2120 | continue; |
| 2121 | |
| 2122 | } |
| 2123 | ret = 1; |
| 2124 | out: |
| 2125 | /* we use = instead of |= to clear the FLOGI_FAILED flag. */ |
| 2126 | new_fcf_pri->fcf_rec.flag = LPFC_FCF_ON_PRI_LIST; |
| 2127 | spin_unlock_irq(&phba->hbalock); |
| 2128 | return ret; |
| 2129 | } |
| 2130 | |
| 2131 | /** |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2132 | * lpfc_mbx_cmpl_fcf_scan_read_fcf_rec - fcf scan read_fcf mbox cmpl handler. |
| 2133 | * @phba: pointer to lpfc hba data structure. |
| 2134 | * @mboxq: pointer to mailbox object. |
| 2135 | * |
| 2136 | * This function iterates through all the fcf records available in |
| 2137 | * HBA and chooses the optimal FCF record for discovery. After finding |
| 2138 | * the FCF for discovery it registers the FCF record and kicks start |
| 2139 | * discovery. |
| 2140 | * If FCF_IN_USE flag is set in currently used FCF, the routine tries to |
| 2141 | * use an FCF record which matches fabric name and mac address of the |
| 2142 | * currently used FCF record. |
| 2143 | * If the driver supports only one FCF, it will try to use the FCF record |
| 2144 | * used by BOOT_BIOS. |
| 2145 | */ |
| 2146 | void |
| 2147 | lpfc_mbx_cmpl_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 2148 | { |
| 2149 | struct fcf_record *new_fcf_record; |
| 2150 | uint32_t boot_flag, addr_mode; |
| 2151 | uint16_t fcf_index, next_fcf_index; |
| 2152 | struct lpfc_fcf_rec *fcf_rec = NULL; |
| 2153 | uint16_t vlan_id; |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 2154 | uint32_t seed; |
| 2155 | bool select_new_fcf; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2156 | int rc; |
| 2157 | |
| 2158 | /* If there is pending FCoE event restart FCF table scan */ |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2159 | if (lpfc_check_pending_fcoe_event(phba, LPFC_SKIP_UNREG_FCF)) { |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2160 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 2161 | return; |
| 2162 | } |
| 2163 | |
| 2164 | /* Parse the FCF record from the non-embedded mailbox command */ |
| 2165 | new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq, |
| 2166 | &next_fcf_index); |
| 2167 | if (!new_fcf_record) { |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2168 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2169 | "2765 Mailbox command READ_FCF_RECORD " |
| 2170 | "failed to retrieve a FCF record.\n"); |
| 2171 | /* Let next new FCF event trigger fast failover */ |
| 2172 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2173 | phba->hba_flag &= ~FCF_TS_INPROG; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2174 | spin_unlock_irq(&phba->hbalock); |
| 2175 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 2176 | return; |
| 2177 | } |
| 2178 | |
| 2179 | /* Check the FCF record against the connection list */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2180 | rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag, |
| 2181 | &addr_mode, &vlan_id); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2182 | |
| 2183 | /* Log the FCF record information if turned on */ |
| 2184 | lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id, |
| 2185 | next_fcf_index); |
| 2186 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2187 | /* |
| 2188 | * If the fcf record does not match with connect list entries |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2189 | * read the next entry; otherwise, this is an eligible FCF |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2190 | * record for roundrobin FCF failover. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2191 | */ |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2192 | if (!rc) { |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 2193 | lpfc_sli4_fcf_pri_list_del(phba, |
| 2194 | bf_get(lpfc_fcf_record_fcf_index, |
| 2195 | new_fcf_record)); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2196 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2197 | "2781 FCF (x%x) failed connection " |
James Smart | 26979ce | 2012-09-29 11:31:55 -0400 | [diff] [blame] | 2198 | "list check: (x%x/x%x/%x)\n", |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2199 | bf_get(lpfc_fcf_record_fcf_index, |
| 2200 | new_fcf_record), |
| 2201 | bf_get(lpfc_fcf_record_fcf_avail, |
| 2202 | new_fcf_record), |
| 2203 | bf_get(lpfc_fcf_record_fcf_valid, |
James Smart | 26979ce | 2012-09-29 11:31:55 -0400 | [diff] [blame] | 2204 | new_fcf_record), |
| 2205 | bf_get(lpfc_fcf_record_fcf_sol, |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2206 | new_fcf_record)); |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2207 | if ((phba->fcf.fcf_flag & FCF_IN_USE) && |
| 2208 | lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec, |
| 2209 | new_fcf_record, LPFC_FCOE_IGNORE_VID)) { |
James Smart | 5ac6b30 | 2010-10-22 11:05:36 -0400 | [diff] [blame] | 2210 | if (bf_get(lpfc_fcf_record_fcf_index, new_fcf_record) != |
| 2211 | phba->fcf.current_rec.fcf_indx) { |
| 2212 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, |
| 2213 | "2862 FCF (x%x) matches property " |
| 2214 | "of in-use FCF (x%x)\n", |
| 2215 | bf_get(lpfc_fcf_record_fcf_index, |
| 2216 | new_fcf_record), |
| 2217 | phba->fcf.current_rec.fcf_indx); |
| 2218 | goto read_next_fcf; |
| 2219 | } |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2220 | /* |
| 2221 | * In case the current in-use FCF record becomes |
| 2222 | * invalid/unavailable during FCF discovery that |
| 2223 | * was not triggered by fast FCF failover process, |
| 2224 | * treat it as fast FCF failover. |
| 2225 | */ |
| 2226 | if (!(phba->fcf.fcf_flag & FCF_REDISC_PEND) && |
| 2227 | !(phba->fcf.fcf_flag & FCF_REDISC_FOV)) { |
| 2228 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP, |
| 2229 | "2835 Invalid in-use FCF " |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2230 | "(x%x), enter FCF failover " |
| 2231 | "table scan.\n", |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2232 | phba->fcf.current_rec.fcf_indx); |
| 2233 | spin_lock_irq(&phba->hbalock); |
| 2234 | phba->fcf.fcf_flag |= FCF_REDISC_FOV; |
| 2235 | spin_unlock_irq(&phba->hbalock); |
| 2236 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 2237 | lpfc_sli4_fcf_scan_read_fcf_rec(phba, |
| 2238 | LPFC_FCOE_FCF_GET_FIRST); |
| 2239 | return; |
| 2240 | } |
| 2241 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2242 | goto read_next_fcf; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2243 | } else { |
| 2244 | fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record); |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 2245 | rc = lpfc_sli4_fcf_pri_list_add(phba, fcf_index, |
| 2246 | new_fcf_record); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2247 | if (rc) |
| 2248 | goto read_next_fcf; |
| 2249 | } |
| 2250 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2251 | /* |
| 2252 | * If this is not the first FCF discovery of the HBA, use last |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2253 | * FCF record for the discovery. The condition that a rescan |
| 2254 | * matches the in-use FCF record: fabric name, switch name, mac |
| 2255 | * address, and vlan_id. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2256 | */ |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2257 | spin_lock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2258 | if (phba->fcf.fcf_flag & FCF_IN_USE) { |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 2259 | if (phba->cfg_fcf_failover_policy == LPFC_FCF_FOV && |
| 2260 | lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec, |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2261 | new_fcf_record, vlan_id)) { |
James Smart | 5ac6b30 | 2010-10-22 11:05:36 -0400 | [diff] [blame] | 2262 | if (bf_get(lpfc_fcf_record_fcf_index, new_fcf_record) == |
| 2263 | phba->fcf.current_rec.fcf_indx) { |
| 2264 | phba->fcf.fcf_flag |= FCF_AVAILABLE; |
| 2265 | if (phba->fcf.fcf_flag & FCF_REDISC_PEND) |
| 2266 | /* Stop FCF redisc wait timer */ |
| 2267 | __lpfc_sli4_stop_fcf_redisc_wait_timer( |
| 2268 | phba); |
| 2269 | else if (phba->fcf.fcf_flag & FCF_REDISC_FOV) |
| 2270 | /* Fast failover, mark completed */ |
| 2271 | phba->fcf.fcf_flag &= ~FCF_REDISC_FOV; |
| 2272 | spin_unlock_irq(&phba->hbalock); |
| 2273 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2274 | "2836 New FCF matches in-use " |
| 2275 | "FCF (x%x)\n", |
| 2276 | phba->fcf.current_rec.fcf_indx); |
| 2277 | goto out; |
| 2278 | } else |
| 2279 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, |
| 2280 | "2863 New FCF (x%x) matches " |
| 2281 | "property of in-use FCF (x%x)\n", |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2282 | bf_get(lpfc_fcf_record_fcf_index, |
James Smart | 5ac6b30 | 2010-10-22 11:05:36 -0400 | [diff] [blame] | 2283 | new_fcf_record), |
| 2284 | phba->fcf.current_rec.fcf_indx); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2285 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2286 | /* |
| 2287 | * Read next FCF record from HBA searching for the matching |
| 2288 | * with in-use record only if not during the fast failover |
| 2289 | * period. In case of fast failover period, it shall try to |
| 2290 | * determine whether the FCF record just read should be the |
| 2291 | * next candidate. |
| 2292 | */ |
| 2293 | if (!(phba->fcf.fcf_flag & FCF_REDISC_FOV)) { |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2294 | spin_unlock_irq(&phba->hbalock); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2295 | goto read_next_fcf; |
| 2296 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2297 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2298 | /* |
| 2299 | * Update on failover FCF record only if it's in FCF fast-failover |
| 2300 | * period; otherwise, update on current FCF record. |
| 2301 | */ |
James Smart | fc2b989 | 2010-02-26 14:15:29 -0500 | [diff] [blame] | 2302 | if (phba->fcf.fcf_flag & FCF_REDISC_FOV) |
| 2303 | fcf_rec = &phba->fcf.failover_rec; |
| 2304 | else |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2305 | fcf_rec = &phba->fcf.current_rec; |
| 2306 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2307 | if (phba->fcf.fcf_flag & FCF_AVAILABLE) { |
| 2308 | /* |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2309 | * If the driver FCF record does not have boot flag |
| 2310 | * set and new hba fcf record has boot flag set, use |
| 2311 | * the new hba fcf record. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2312 | */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2313 | if (boot_flag && !(fcf_rec->flag & BOOT_ENABLE)) { |
| 2314 | /* Choose this FCF record */ |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2315 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2316 | "2837 Update current FCF record " |
| 2317 | "(x%x) with new FCF record (x%x)\n", |
| 2318 | fcf_rec->fcf_indx, |
| 2319 | bf_get(lpfc_fcf_record_fcf_index, |
| 2320 | new_fcf_record)); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2321 | __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record, |
| 2322 | addr_mode, vlan_id, BOOT_ENABLE); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2323 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2324 | goto read_next_fcf; |
| 2325 | } |
| 2326 | /* |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2327 | * If the driver FCF record has boot flag set and the |
| 2328 | * new hba FCF record does not have boot flag, read |
| 2329 | * the next FCF record. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2330 | */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2331 | if (!boot_flag && (fcf_rec->flag & BOOT_ENABLE)) { |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2332 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2333 | goto read_next_fcf; |
| 2334 | } |
| 2335 | /* |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2336 | * If the new hba FCF record has lower priority value |
| 2337 | * than the driver FCF record, use the new record. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2338 | */ |
James Smart | fc2b989 | 2010-02-26 14:15:29 -0500 | [diff] [blame] | 2339 | if (new_fcf_record->fip_priority < fcf_rec->priority) { |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 2340 | /* Choose the new FCF record with lower priority */ |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2341 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2342 | "2838 Update current FCF record " |
| 2343 | "(x%x) with new FCF record (x%x)\n", |
| 2344 | fcf_rec->fcf_indx, |
| 2345 | bf_get(lpfc_fcf_record_fcf_index, |
| 2346 | new_fcf_record)); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2347 | __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record, |
| 2348 | addr_mode, vlan_id, 0); |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 2349 | /* Reset running random FCF selection count */ |
| 2350 | phba->fcf.eligible_fcf_cnt = 1; |
| 2351 | } else if (new_fcf_record->fip_priority == fcf_rec->priority) { |
| 2352 | /* Update running random FCF selection count */ |
| 2353 | phba->fcf.eligible_fcf_cnt++; |
| 2354 | select_new_fcf = lpfc_sli4_new_fcf_random_select(phba, |
| 2355 | phba->fcf.eligible_fcf_cnt); |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2356 | if (select_new_fcf) { |
| 2357 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2358 | "2839 Update current FCF record " |
| 2359 | "(x%x) with new FCF record (x%x)\n", |
| 2360 | fcf_rec->fcf_indx, |
| 2361 | bf_get(lpfc_fcf_record_fcf_index, |
| 2362 | new_fcf_record)); |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 2363 | /* Choose the new FCF by random selection */ |
| 2364 | __lpfc_update_fcf_record(phba, fcf_rec, |
| 2365 | new_fcf_record, |
| 2366 | addr_mode, vlan_id, 0); |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2367 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2368 | } |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2369 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2370 | goto read_next_fcf; |
| 2371 | } |
| 2372 | /* |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2373 | * This is the first suitable FCF record, choose this record for |
| 2374 | * initial best-fit FCF. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2375 | */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2376 | if (fcf_rec) { |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2377 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2378 | "2840 Update initial FCF candidate " |
| 2379 | "with FCF (x%x)\n", |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2380 | bf_get(lpfc_fcf_record_fcf_index, |
| 2381 | new_fcf_record)); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2382 | __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record, |
| 2383 | addr_mode, vlan_id, (boot_flag ? |
| 2384 | BOOT_ENABLE : 0)); |
| 2385 | phba->fcf.fcf_flag |= FCF_AVAILABLE; |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 2386 | /* Setup initial running random FCF selection count */ |
| 2387 | phba->fcf.eligible_fcf_cnt = 1; |
| 2388 | /* Seeding the random number generator for random selection */ |
| 2389 | seed = (uint32_t)(0xFFFFFFFF & jiffies); |
Akinobu Mita | 3b60a64 | 2013-04-29 16:21:35 -0700 | [diff] [blame] | 2390 | prandom_seed(seed); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2391 | } |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2392 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2393 | goto read_next_fcf; |
| 2394 | |
| 2395 | read_next_fcf: |
| 2396 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2397 | if (next_fcf_index == LPFC_FCOE_FCF_NEXT_NONE || next_fcf_index == 0) { |
| 2398 | if (phba->fcf.fcf_flag & FCF_REDISC_FOV) { |
| 2399 | /* |
| 2400 | * Case of FCF fast failover scan |
| 2401 | */ |
| 2402 | |
| 2403 | /* |
| 2404 | * It has not found any suitable FCF record, cancel |
| 2405 | * FCF scan inprogress, and do nothing |
| 2406 | */ |
| 2407 | if (!(phba->fcf.failover_rec.flag & RECORD_VALID)) { |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2408 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2409 | "2782 No suitable FCF found: " |
| 2410 | "(x%x/x%x)\n", |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2411 | phba->fcoe_eventtag_at_fcf_scan, |
| 2412 | bf_get(lpfc_fcf_record_fcf_index, |
| 2413 | new_fcf_record)); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2414 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2415 | if (phba->hba_flag & HBA_DEVLOSS_TMO) { |
| 2416 | phba->hba_flag &= ~FCF_TS_INPROG; |
| 2417 | spin_unlock_irq(&phba->hbalock); |
| 2418 | /* Unregister in-use FCF and rescan */ |
| 2419 | lpfc_printf_log(phba, KERN_INFO, |
| 2420 | LOG_FIP, |
| 2421 | "2864 On devloss tmo " |
| 2422 | "unreg in-use FCF and " |
| 2423 | "rescan FCF table\n"); |
| 2424 | lpfc_unregister_fcf_rescan(phba); |
| 2425 | return; |
| 2426 | } |
| 2427 | /* |
| 2428 | * Let next new FCF event trigger fast failover |
| 2429 | */ |
| 2430 | phba->hba_flag &= ~FCF_TS_INPROG; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2431 | spin_unlock_irq(&phba->hbalock); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2432 | return; |
| 2433 | } |
| 2434 | /* |
| 2435 | * It has found a suitable FCF record that is not |
| 2436 | * the same as in-use FCF record, unregister the |
| 2437 | * in-use FCF record, replace the in-use FCF record |
| 2438 | * with the new FCF record, mark FCF fast failover |
| 2439 | * completed, and then start register the new FCF |
| 2440 | * record. |
| 2441 | */ |
| 2442 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2443 | /* Unregister the current in-use FCF record */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2444 | lpfc_unregister_fcf(phba); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2445 | |
| 2446 | /* Replace in-use record with the new record */ |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2447 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2448 | "2842 Replace in-use FCF (x%x) " |
| 2449 | "with failover FCF (x%x)\n", |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2450 | phba->fcf.current_rec.fcf_indx, |
| 2451 | phba->fcf.failover_rec.fcf_indx); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2452 | memcpy(&phba->fcf.current_rec, |
| 2453 | &phba->fcf.failover_rec, |
| 2454 | sizeof(struct lpfc_fcf_rec)); |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 2455 | /* |
| 2456 | * Mark the fast FCF failover rediscovery completed |
| 2457 | * and the start of the first round of the roundrobin |
| 2458 | * FCF failover. |
| 2459 | */ |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2460 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2461 | phba->fcf.fcf_flag &= ~FCF_REDISC_FOV; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2462 | spin_unlock_irq(&phba->hbalock); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2463 | /* Register to the new FCF record */ |
| 2464 | lpfc_register_fcf(phba); |
| 2465 | } else { |
| 2466 | /* |
| 2467 | * In case of transaction period to fast FCF failover, |
| 2468 | * do nothing when search to the end of the FCF table. |
| 2469 | */ |
| 2470 | if ((phba->fcf.fcf_flag & FCF_REDISC_EVT) || |
| 2471 | (phba->fcf.fcf_flag & FCF_REDISC_PEND)) |
| 2472 | return; |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2473 | |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 2474 | if (phba->cfg_fcf_failover_policy == LPFC_FCF_FOV && |
| 2475 | phba->fcf.fcf_flag & FCF_IN_USE) { |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2476 | /* |
| 2477 | * In case the current in-use FCF record no |
| 2478 | * longer existed during FCF discovery that |
| 2479 | * was not triggered by fast FCF failover |
| 2480 | * process, treat it as fast FCF failover. |
| 2481 | */ |
| 2482 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2483 | "2841 In-use FCF record (x%x) " |
| 2484 | "not reported, entering fast " |
| 2485 | "FCF failover mode scanning.\n", |
| 2486 | phba->fcf.current_rec.fcf_indx); |
| 2487 | spin_lock_irq(&phba->hbalock); |
| 2488 | phba->fcf.fcf_flag |= FCF_REDISC_FOV; |
| 2489 | spin_unlock_irq(&phba->hbalock); |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2490 | lpfc_sli4_fcf_scan_read_fcf_rec(phba, |
| 2491 | LPFC_FCOE_FCF_GET_FIRST); |
| 2492 | return; |
| 2493 | } |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2494 | /* Register to the new FCF record */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2495 | lpfc_register_fcf(phba); |
| 2496 | } |
| 2497 | } else |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2498 | lpfc_sli4_fcf_scan_read_fcf_rec(phba, next_fcf_index); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2499 | return; |
| 2500 | |
| 2501 | out: |
| 2502 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 2503 | lpfc_register_fcf(phba); |
| 2504 | |
| 2505 | return; |
| 2506 | } |
| 2507 | |
| 2508 | /** |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2509 | * lpfc_mbx_cmpl_fcf_rr_read_fcf_rec - fcf roundrobin read_fcf mbox cmpl hdler |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2510 | * @phba: pointer to lpfc hba data structure. |
| 2511 | * @mboxq: pointer to mailbox object. |
| 2512 | * |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2513 | * This is the callback function for FLOGI failure roundrobin FCF failover |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2514 | * read FCF record mailbox command from the eligible FCF record bmask for |
| 2515 | * performing the failover. If the FCF read back is not valid/available, it |
| 2516 | * fails through to retrying FLOGI to the currently registered FCF again. |
| 2517 | * Otherwise, if the FCF read back is valid and available, it will set the |
| 2518 | * newly read FCF record to the failover FCF record, unregister currently |
| 2519 | * registered FCF record, copy the failover FCF record to the current |
| 2520 | * FCF record, and then register the current FCF record before proceeding |
| 2521 | * to trying FLOGI on the new failover FCF. |
| 2522 | */ |
| 2523 | void |
| 2524 | lpfc_mbx_cmpl_fcf_rr_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 2525 | { |
| 2526 | struct fcf_record *new_fcf_record; |
| 2527 | uint32_t boot_flag, addr_mode; |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2528 | uint16_t next_fcf_index, fcf_index; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2529 | uint16_t current_fcf_index; |
| 2530 | uint16_t vlan_id; |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2531 | int rc; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2532 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2533 | /* If link state is not up, stop the roundrobin failover process */ |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2534 | if (phba->link_state < LPFC_LINK_UP) { |
| 2535 | spin_lock_irq(&phba->hbalock); |
| 2536 | phba->fcf.fcf_flag &= ~FCF_DISCOVERY; |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2537 | phba->hba_flag &= ~FCF_RR_INPROG; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2538 | spin_unlock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2539 | goto out; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2540 | } |
| 2541 | |
| 2542 | /* Parse the FCF record from the non-embedded mailbox command */ |
| 2543 | new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq, |
| 2544 | &next_fcf_index); |
| 2545 | if (!new_fcf_record) { |
| 2546 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP, |
| 2547 | "2766 Mailbox command READ_FCF_RECORD " |
| 2548 | "failed to retrieve a FCF record.\n"); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2549 | goto error_out; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2550 | } |
| 2551 | |
| 2552 | /* Get the needed parameters from FCF record */ |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2553 | rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag, |
| 2554 | &addr_mode, &vlan_id); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2555 | |
| 2556 | /* Log the FCF record information if turned on */ |
| 2557 | lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id, |
| 2558 | next_fcf_index); |
| 2559 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2560 | fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record); |
| 2561 | if (!rc) { |
| 2562 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2563 | "2848 Remove ineligible FCF (x%x) from " |
| 2564 | "from roundrobin bmask\n", fcf_index); |
| 2565 | /* Clear roundrobin bmask bit for ineligible FCF */ |
| 2566 | lpfc_sli4_fcf_rr_index_clear(phba, fcf_index); |
| 2567 | /* Perform next round of roundrobin FCF failover */ |
| 2568 | fcf_index = lpfc_sli4_fcf_rr_next_index_get(phba); |
| 2569 | rc = lpfc_sli4_fcf_rr_next_proc(phba->pport, fcf_index); |
| 2570 | if (rc) |
| 2571 | goto out; |
| 2572 | goto error_out; |
| 2573 | } |
| 2574 | |
| 2575 | if (fcf_index == phba->fcf.current_rec.fcf_indx) { |
| 2576 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2577 | "2760 Perform FLOGI roundrobin FCF failover: " |
| 2578 | "FCF (x%x) back to FCF (x%x)\n", |
| 2579 | phba->fcf.current_rec.fcf_indx, fcf_index); |
| 2580 | /* Wait 500 ms before retrying FLOGI to current FCF */ |
| 2581 | msleep(500); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2582 | lpfc_issue_init_vfi(phba->pport); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2583 | goto out; |
| 2584 | } |
| 2585 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2586 | /* Upload new FCF record to the failover FCF record */ |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2587 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2588 | "2834 Update current FCF (x%x) with new FCF (x%x)\n", |
| 2589 | phba->fcf.failover_rec.fcf_indx, fcf_index); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2590 | spin_lock_irq(&phba->hbalock); |
| 2591 | __lpfc_update_fcf_record(phba, &phba->fcf.failover_rec, |
| 2592 | new_fcf_record, addr_mode, vlan_id, |
| 2593 | (boot_flag ? BOOT_ENABLE : 0)); |
| 2594 | spin_unlock_irq(&phba->hbalock); |
| 2595 | |
| 2596 | current_fcf_index = phba->fcf.current_rec.fcf_indx; |
| 2597 | |
| 2598 | /* Unregister the current in-use FCF record */ |
| 2599 | lpfc_unregister_fcf(phba); |
| 2600 | |
| 2601 | /* Replace in-use record with the new record */ |
| 2602 | memcpy(&phba->fcf.current_rec, &phba->fcf.failover_rec, |
| 2603 | sizeof(struct lpfc_fcf_rec)); |
| 2604 | |
| 2605 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2606 | "2783 Perform FLOGI roundrobin FCF failover: FCF " |
| 2607 | "(x%x) to FCF (x%x)\n", current_fcf_index, fcf_index); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2608 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2609 | error_out: |
| 2610 | lpfc_register_fcf(phba); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2611 | out: |
| 2612 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2613 | } |
| 2614 | |
| 2615 | /** |
| 2616 | * lpfc_mbx_cmpl_read_fcf_rec - read fcf completion handler. |
| 2617 | * @phba: pointer to lpfc hba data structure. |
| 2618 | * @mboxq: pointer to mailbox object. |
| 2619 | * |
| 2620 | * This is the callback function of read FCF record mailbox command for |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2621 | * updating the eligible FCF bmask for FLOGI failure roundrobin FCF |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2622 | * failover when a new FCF event happened. If the FCF read back is |
| 2623 | * valid/available and it passes the connection list check, it updates |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2624 | * the bmask for the eligible FCF record for roundrobin failover. |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2625 | */ |
| 2626 | void |
| 2627 | lpfc_mbx_cmpl_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 2628 | { |
| 2629 | struct fcf_record *new_fcf_record; |
| 2630 | uint32_t boot_flag, addr_mode; |
| 2631 | uint16_t fcf_index, next_fcf_index; |
| 2632 | uint16_t vlan_id; |
| 2633 | int rc; |
| 2634 | |
| 2635 | /* If link state is not up, no need to proceed */ |
| 2636 | if (phba->link_state < LPFC_LINK_UP) |
| 2637 | goto out; |
| 2638 | |
| 2639 | /* If FCF discovery period is over, no need to proceed */ |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 2640 | if (!(phba->fcf.fcf_flag & FCF_DISCOVERY)) |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2641 | goto out; |
| 2642 | |
| 2643 | /* Parse the FCF record from the non-embedded mailbox command */ |
| 2644 | new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq, |
| 2645 | &next_fcf_index); |
| 2646 | if (!new_fcf_record) { |
| 2647 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2648 | "2767 Mailbox command READ_FCF_RECORD " |
| 2649 | "failed to retrieve a FCF record.\n"); |
| 2650 | goto out; |
| 2651 | } |
| 2652 | |
| 2653 | /* Check the connection list for eligibility */ |
| 2654 | rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag, |
| 2655 | &addr_mode, &vlan_id); |
| 2656 | |
| 2657 | /* Log the FCF record information if turned on */ |
| 2658 | lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id, |
| 2659 | next_fcf_index); |
| 2660 | |
| 2661 | if (!rc) |
| 2662 | goto out; |
| 2663 | |
| 2664 | /* Update the eligible FCF record index bmask */ |
| 2665 | fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record); |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 2666 | |
| 2667 | rc = lpfc_sli4_fcf_pri_list_add(phba, fcf_index, new_fcf_record); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2668 | |
| 2669 | out: |
| 2670 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 2671 | } |
| 2672 | |
| 2673 | /** |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2674 | * lpfc_init_vfi_cmpl - Completion handler for init_vfi mbox command. |
| 2675 | * @phba: pointer to lpfc hba data structure. |
| 2676 | * @mboxq: pointer to mailbox data structure. |
| 2677 | * |
| 2678 | * This function handles completion of init vfi mailbox command. |
| 2679 | */ |
| 2680 | void |
| 2681 | lpfc_init_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 2682 | { |
| 2683 | struct lpfc_vport *vport = mboxq->vport; |
| 2684 | |
James Smart | df9e1b5 | 2011-12-13 13:22:17 -0500 | [diff] [blame] | 2685 | /* |
| 2686 | * VFI not supported on interface type 0, just do the flogi |
| 2687 | * Also continue if the VFI is in use - just use the same one. |
| 2688 | */ |
| 2689 | if (mboxq->u.mb.mbxStatus && |
| 2690 | (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) != |
| 2691 | LPFC_SLI_INTF_IF_TYPE_0) && |
| 2692 | mboxq->u.mb.mbxStatus != MBX_VFI_IN_USE) { |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2693 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2694 | LOG_MBOX, |
| 2695 | "2891 Init VFI mailbox failed 0x%x\n", |
| 2696 | mboxq->u.mb.mbxStatus); |
| 2697 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 2698 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
| 2699 | return; |
| 2700 | } |
James Smart | 73d91e5 | 2011-10-10 21:32:10 -0400 | [diff] [blame] | 2701 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2702 | lpfc_initial_flogi(vport); |
| 2703 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 2704 | return; |
| 2705 | } |
| 2706 | |
| 2707 | /** |
| 2708 | * lpfc_issue_init_vfi - Issue init_vfi mailbox command. |
| 2709 | * @vport: pointer to lpfc_vport data structure. |
| 2710 | * |
| 2711 | * This function issue a init_vfi mailbox command to initialize the VFI and |
| 2712 | * VPI for the physical port. |
| 2713 | */ |
| 2714 | void |
| 2715 | lpfc_issue_init_vfi(struct lpfc_vport *vport) |
| 2716 | { |
| 2717 | LPFC_MBOXQ_t *mboxq; |
| 2718 | int rc; |
| 2719 | struct lpfc_hba *phba = vport->phba; |
| 2720 | |
| 2721 | mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 2722 | if (!mboxq) { |
| 2723 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2724 | LOG_MBOX, "2892 Failed to allocate " |
| 2725 | "init_vfi mailbox\n"); |
| 2726 | return; |
| 2727 | } |
| 2728 | lpfc_init_vfi(mboxq, vport); |
| 2729 | mboxq->mbox_cmpl = lpfc_init_vfi_cmpl; |
| 2730 | rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT); |
| 2731 | if (rc == MBX_NOT_FINISHED) { |
| 2732 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2733 | LOG_MBOX, "2893 Failed to issue init_vfi mailbox\n"); |
| 2734 | mempool_free(mboxq, vport->phba->mbox_mem_pool); |
| 2735 | } |
| 2736 | } |
| 2737 | |
| 2738 | /** |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2739 | * lpfc_init_vpi_cmpl - Completion handler for init_vpi mbox command. |
| 2740 | * @phba: pointer to lpfc hba data structure. |
| 2741 | * @mboxq: pointer to mailbox data structure. |
| 2742 | * |
| 2743 | * This function handles completion of init vpi mailbox command. |
| 2744 | */ |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2745 | void |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2746 | lpfc_init_vpi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 2747 | { |
| 2748 | struct lpfc_vport *vport = mboxq->vport; |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2749 | struct lpfc_nodelist *ndlp; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2750 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 2751 | |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2752 | if (mboxq->u.mb.mbxStatus) { |
| 2753 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2754 | LOG_MBOX, |
| 2755 | "2609 Init VPI mailbox failed 0x%x\n", |
| 2756 | mboxq->u.mb.mbxStatus); |
| 2757 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 2758 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
| 2759 | return; |
| 2760 | } |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2761 | spin_lock_irq(shost->host_lock); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2762 | vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2763 | spin_unlock_irq(shost->host_lock); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2764 | |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2765 | /* If this port is physical port or FDISC is done, do reg_vpi */ |
| 2766 | if ((phba->pport == vport) || (vport->port_state == LPFC_FDISC)) { |
| 2767 | ndlp = lpfc_findnode_did(vport, Fabric_DID); |
| 2768 | if (!ndlp) |
| 2769 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2770 | LOG_DISCOVERY, |
| 2771 | "2731 Cannot find fabric " |
| 2772 | "controller node\n"); |
| 2773 | else |
| 2774 | lpfc_register_new_vport(phba, vport, ndlp); |
| 2775 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 2776 | return; |
| 2777 | } |
| 2778 | |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2779 | if (phba->link_flag & LS_NPIV_FAB_SUPPORTED) |
| 2780 | lpfc_initial_fdisc(vport); |
| 2781 | else { |
| 2782 | lpfc_vport_set_state(vport, FC_VPORT_NO_FABRIC_SUPP); |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 2783 | lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS, |
| 2784 | "2606 No NPIV Fabric support\n"); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2785 | } |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2786 | mempool_free(mboxq, phba->mbox_mem_pool); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2787 | return; |
| 2788 | } |
| 2789 | |
| 2790 | /** |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2791 | * lpfc_issue_init_vpi - Issue init_vpi mailbox command. |
| 2792 | * @vport: pointer to lpfc_vport data structure. |
| 2793 | * |
| 2794 | * This function issue a init_vpi mailbox command to initialize |
| 2795 | * VPI for the vport. |
| 2796 | */ |
| 2797 | void |
| 2798 | lpfc_issue_init_vpi(struct lpfc_vport *vport) |
| 2799 | { |
| 2800 | LPFC_MBOXQ_t *mboxq; |
James Smart | 16a3a20 | 2013-04-17 20:14:38 -0400 | [diff] [blame] | 2801 | int rc, vpi; |
| 2802 | |
| 2803 | if ((vport->port_type != LPFC_PHYSICAL_PORT) && (!vport->vpi)) { |
| 2804 | vpi = lpfc_alloc_vpi(vport->phba); |
| 2805 | if (!vpi) { |
| 2806 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2807 | LOG_MBOX, |
| 2808 | "3303 Failed to obtain vport vpi\n"); |
| 2809 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
| 2810 | return; |
| 2811 | } |
| 2812 | vport->vpi = vpi; |
| 2813 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2814 | |
| 2815 | mboxq = mempool_alloc(vport->phba->mbox_mem_pool, GFP_KERNEL); |
| 2816 | if (!mboxq) { |
| 2817 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2818 | LOG_MBOX, "2607 Failed to allocate " |
| 2819 | "init_vpi mailbox\n"); |
| 2820 | return; |
| 2821 | } |
| 2822 | lpfc_init_vpi(vport->phba, mboxq, vport->vpi); |
| 2823 | mboxq->vport = vport; |
| 2824 | mboxq->mbox_cmpl = lpfc_init_vpi_cmpl; |
| 2825 | rc = lpfc_sli_issue_mbox(vport->phba, mboxq, MBX_NOWAIT); |
| 2826 | if (rc == MBX_NOT_FINISHED) { |
| 2827 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2828 | LOG_MBOX, "2608 Failed to issue init_vpi mailbox\n"); |
| 2829 | mempool_free(mboxq, vport->phba->mbox_mem_pool); |
| 2830 | } |
| 2831 | } |
| 2832 | |
| 2833 | /** |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2834 | * lpfc_start_fdiscs - send fdiscs for each vports on this port. |
| 2835 | * @phba: pointer to lpfc hba data structure. |
| 2836 | * |
| 2837 | * This function loops through the list of vports on the @phba and issues an |
| 2838 | * FDISC if possible. |
| 2839 | */ |
| 2840 | void |
| 2841 | lpfc_start_fdiscs(struct lpfc_hba *phba) |
| 2842 | { |
| 2843 | struct lpfc_vport **vports; |
| 2844 | int i; |
| 2845 | |
| 2846 | vports = lpfc_create_vport_work_array(phba); |
| 2847 | if (vports != NULL) { |
| 2848 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { |
| 2849 | if (vports[i]->port_type == LPFC_PHYSICAL_PORT) |
| 2850 | continue; |
| 2851 | /* There are no vpi for this vport */ |
| 2852 | if (vports[i]->vpi > phba->max_vpi) { |
| 2853 | lpfc_vport_set_state(vports[i], |
| 2854 | FC_VPORT_FAILED); |
| 2855 | continue; |
| 2856 | } |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2857 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2858 | lpfc_vport_set_state(vports[i], |
| 2859 | FC_VPORT_LINKDOWN); |
| 2860 | continue; |
| 2861 | } |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2862 | if (vports[i]->fc_flag & FC_VPORT_NEEDS_INIT_VPI) { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2863 | lpfc_issue_init_vpi(vports[i]); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2864 | continue; |
| 2865 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2866 | if (phba->link_flag & LS_NPIV_FAB_SUPPORTED) |
| 2867 | lpfc_initial_fdisc(vports[i]); |
| 2868 | else { |
| 2869 | lpfc_vport_set_state(vports[i], |
| 2870 | FC_VPORT_NO_FABRIC_SUPP); |
| 2871 | lpfc_printf_vlog(vports[i], KERN_ERR, |
| 2872 | LOG_ELS, |
| 2873 | "0259 No NPIV " |
| 2874 | "Fabric support\n"); |
| 2875 | } |
| 2876 | } |
| 2877 | } |
| 2878 | lpfc_destroy_vport_work_array(phba, vports); |
| 2879 | } |
| 2880 | |
| 2881 | void |
| 2882 | lpfc_mbx_cmpl_reg_vfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 2883 | { |
| 2884 | struct lpfc_dmabuf *dmabuf = mboxq->context1; |
| 2885 | struct lpfc_vport *vport = mboxq->vport; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2886 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2887 | |
James Smart | f5eca9b | 2012-03-01 22:37:54 -0500 | [diff] [blame] | 2888 | /* |
| 2889 | * VFI not supported for interface type 0, so ignore any mailbox |
| 2890 | * error (except VFI in use) and continue with the discovery. |
| 2891 | */ |
| 2892 | if (mboxq->u.mb.mbxStatus && |
| 2893 | (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) != |
| 2894 | LPFC_SLI_INTF_IF_TYPE_0) && |
| 2895 | mboxq->u.mb.mbxStatus != MBX_VFI_IN_USE) { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2896 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 2897 | "2018 REG_VFI mbxStatus error x%x " |
| 2898 | "HBA state x%x\n", |
| 2899 | mboxq->u.mb.mbxStatus, vport->port_state); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2900 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2901 | /* FLOGI failed, use loop map to make discovery list */ |
| 2902 | lpfc_disc_list_loopmap(vport); |
| 2903 | /* Start discovery */ |
| 2904 | lpfc_disc_start(vport); |
James Smart | 1b51197 | 2011-12-13 13:23:09 -0500 | [diff] [blame] | 2905 | goto out_free_mem; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2906 | } |
| 2907 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
James Smart | 1b51197 | 2011-12-13 13:23:09 -0500 | [diff] [blame] | 2908 | goto out_free_mem; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2909 | } |
James Smart | ae05ebe | 2013-03-01 16:35:38 -0500 | [diff] [blame] | 2910 | |
James Smart | e74c03c | 2013-04-17 20:15:19 -0400 | [diff] [blame] | 2911 | /* If the VFI is already registered, there is nothing else to do |
| 2912 | * Unless this was a VFI update and we are in PT2PT mode, then |
| 2913 | * we should drop through to set the port state to ready. |
| 2914 | */ |
James Smart | ae05ebe | 2013-03-01 16:35:38 -0500 | [diff] [blame] | 2915 | if (vport->fc_flag & FC_VFI_REGISTERED) |
James Smart | e74c03c | 2013-04-17 20:15:19 -0400 | [diff] [blame] | 2916 | if (!(phba->sli_rev == LPFC_SLI_REV4 && |
| 2917 | vport->fc_flag & FC_PT2PT)) |
| 2918 | goto out_free_mem; |
James Smart | ae05ebe | 2013-03-01 16:35:38 -0500 | [diff] [blame] | 2919 | |
James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 2920 | /* The VPI is implicitly registered when the VFI is registered */ |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2921 | spin_lock_irq(shost->host_lock); |
James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 2922 | vport->vpi_state |= LPFC_VPI_REGISTERED; |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2923 | vport->fc_flag |= FC_VFI_REGISTERED; |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2924 | vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI; |
James Smart | 5248a74 | 2011-07-22 18:37:06 -0400 | [diff] [blame] | 2925 | vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2926 | spin_unlock_irq(shost->host_lock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2927 | |
James Smart | 1b51197 | 2011-12-13 13:23:09 -0500 | [diff] [blame] | 2928 | /* In case SLI4 FC loopback test, we are ready */ |
| 2929 | if ((phba->sli_rev == LPFC_SLI_REV4) && |
| 2930 | (phba->link_flag & LS_LOOPBACK_MODE)) { |
| 2931 | phba->link_state = LPFC_HBA_READY; |
| 2932 | goto out_free_mem; |
| 2933 | } |
| 2934 | |
James Smart | e74c03c | 2013-04-17 20:15:19 -0400 | [diff] [blame] | 2935 | lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI, |
| 2936 | "3313 cmpl reg vfi port_state:%x fc_flag:%x myDid:%x " |
| 2937 | "alpacnt:%d LinkState:%x topology:%x\n", |
| 2938 | vport->port_state, vport->fc_flag, vport->fc_myDID, |
| 2939 | vport->phba->alpa_map[0], |
| 2940 | phba->link_state, phba->fc_topology); |
| 2941 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2942 | if (vport->port_state == LPFC_FABRIC_CFG_LINK) { |
James Smart | 939723a | 2012-05-09 21:19:03 -0400 | [diff] [blame] | 2943 | /* |
| 2944 | * For private loop or for NPort pt2pt, |
| 2945 | * just start discovery and we are done. |
| 2946 | */ |
| 2947 | if ((vport->fc_flag & FC_PT2PT) || |
| 2948 | ((phba->fc_topology == LPFC_TOPOLOGY_LOOP) && |
| 2949 | !(vport->fc_flag & FC_PUBLIC_LOOP))) { |
| 2950 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2951 | /* Use loop map to make discovery list */ |
| 2952 | lpfc_disc_list_loopmap(vport); |
| 2953 | /* Start discovery */ |
James Smart | e74c03c | 2013-04-17 20:15:19 -0400 | [diff] [blame] | 2954 | if (vport->fc_flag & FC_PT2PT) |
| 2955 | vport->port_state = LPFC_VPORT_READY; |
| 2956 | else |
| 2957 | lpfc_disc_start(vport); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2958 | } else { |
| 2959 | lpfc_start_fdiscs(phba); |
| 2960 | lpfc_do_scr_ns_plogi(phba, vport); |
| 2961 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2962 | } |
| 2963 | |
James Smart | 1b51197 | 2011-12-13 13:23:09 -0500 | [diff] [blame] | 2964 | out_free_mem: |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2965 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 2966 | lpfc_mbuf_free(phba, dmabuf->virt, dmabuf->phys); |
| 2967 | kfree(dmabuf); |
| 2968 | return; |
| 2969 | } |
| 2970 | |
| 2971 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2972 | lpfc_mbx_cmpl_read_sparam(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2973 | { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2974 | MAILBOX_t *mb = &pmb->u.mb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2975 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2976 | struct lpfc_vport *vport = pmb->vport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2977 | |
| 2978 | |
| 2979 | /* Check for error */ |
| 2980 | if (mb->mbxStatus) { |
| 2981 | /* READ_SPARAM mbox error <mbxStatus> state <hba_state> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2982 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 2983 | "0319 READ_SPARAM mbxStatus error x%x " |
| 2984 | "hba state x%x>\n", |
| 2985 | mb->mbxStatus, vport->port_state); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2986 | lpfc_linkdown(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2987 | goto out; |
| 2988 | } |
| 2989 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2990 | memcpy((uint8_t *) &vport->fc_sparam, (uint8_t *) mp->virt, |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2991 | sizeof (struct serv_parm)); |
James Smart | 0558056 | 2011-05-24 11:40:48 -0400 | [diff] [blame] | 2992 | lpfc_update_vport_wwn(vport); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2993 | if (vport->port_type == LPFC_PHYSICAL_PORT) { |
| 2994 | memcpy(&phba->wwnn, &vport->fc_nodename, sizeof(phba->wwnn)); |
| 2995 | memcpy(&phba->wwpn, &vport->fc_portname, sizeof(phba->wwnn)); |
| 2996 | } |
| 2997 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2998 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 2999 | kfree(mp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3000 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3001 | return; |
| 3002 | |
| 3003 | out: |
| 3004 | pmb->context1 = NULL; |
| 3005 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3006 | kfree(mp); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3007 | lpfc_issue_clear_la(phba, vport); |
| 3008 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3009 | return; |
| 3010 | } |
| 3011 | |
| 3012 | static void |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3013 | lpfc_mbx_process_link_up(struct lpfc_hba *phba, struct lpfc_mbx_read_top *la) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3014 | { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3015 | struct lpfc_vport *vport = phba->pport; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 3016 | LPFC_MBOXQ_t *sparam_mbox, *cfglink_mbox = NULL; |
James Smart | df9e1b5 | 2011-12-13 13:22:17 -0500 | [diff] [blame] | 3017 | struct Scsi_Host *shost; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3018 | int i; |
James Smart | 1469115 | 2006-12-02 13:34:28 -0500 | [diff] [blame] | 3019 | struct lpfc_dmabuf *mp; |
| 3020 | int rc; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 3021 | struct fcf_record *fcf_record; |
James Smart | 38c2067 | 2013-03-01 16:37:44 -0500 | [diff] [blame] | 3022 | uint32_t fc_flags = 0; |
James Smart | 1469115 | 2006-12-02 13:34:28 -0500 | [diff] [blame] | 3023 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3024 | spin_lock_irq(&phba->hbalock); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3025 | switch (bf_get(lpfc_mbx_read_top_link_spd, la)) { |
| 3026 | case LPFC_LINK_SPEED_1GHZ: |
| 3027 | case LPFC_LINK_SPEED_2GHZ: |
| 3028 | case LPFC_LINK_SPEED_4GHZ: |
| 3029 | case LPFC_LINK_SPEED_8GHZ: |
| 3030 | case LPFC_LINK_SPEED_10GHZ: |
| 3031 | case LPFC_LINK_SPEED_16GHZ: |
| 3032 | phba->fc_linkspeed = bf_get(lpfc_mbx_read_top_link_spd, la); |
James Smart | f4b4c68 | 2009-05-22 14:53:12 -0400 | [diff] [blame] | 3033 | break; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3034 | default: |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3035 | phba->fc_linkspeed = LPFC_LINK_SPEED_UNKNOWN; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3036 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3037 | } |
| 3038 | |
James Smart | e74c03c | 2013-04-17 20:15:19 -0400 | [diff] [blame] | 3039 | if (phba->fc_topology && |
| 3040 | phba->fc_topology != bf_get(lpfc_mbx_read_top_topology, la)) { |
| 3041 | lpfc_printf_log(phba, KERN_WARNING, LOG_SLI, |
| 3042 | "3314 Toplogy changed was 0x%x is 0x%x\n", |
| 3043 | phba->fc_topology, |
| 3044 | bf_get(lpfc_mbx_read_top_topology, la)); |
| 3045 | phba->fc_topology_changed = 1; |
| 3046 | } |
| 3047 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3048 | phba->fc_topology = bf_get(lpfc_mbx_read_top_topology, la); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3049 | phba->link_flag &= ~LS_NPIV_FAB_SUPPORTED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3050 | |
James Smart | df9e1b5 | 2011-12-13 13:22:17 -0500 | [diff] [blame] | 3051 | shost = lpfc_shost_from_vport(vport); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3052 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3053 | phba->sli3_options &= ~LPFC_SLI3_NPIV_ENABLED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3054 | |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 3055 | /* if npiv is enabled and this adapter supports npiv log |
| 3056 | * a message that npiv is not supported in this topology |
| 3057 | */ |
| 3058 | if (phba->cfg_enable_npiv && phba->max_vpi) |
James Smart | 495a714 | 2008-06-14 22:52:59 -0400 | [diff] [blame] | 3059 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
| 3060 | "1309 Link Up Event npiv not supported in loop " |
| 3061 | "topology\n"); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3062 | /* Get Loop Map information */ |
James Smart | 38c2067 | 2013-03-01 16:37:44 -0500 | [diff] [blame] | 3063 | if (bf_get(lpfc_mbx_read_top_il, la)) |
| 3064 | fc_flags |= FC_LBIT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3065 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3066 | vport->fc_myDID = bf_get(lpfc_mbx_read_top_alpa_granted, la); |
| 3067 | i = la->lilpBde64.tus.f.bdeSize; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3068 | |
| 3069 | if (i == 0) { |
| 3070 | phba->alpa_map[0] = 0; |
| 3071 | } else { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3072 | if (vport->cfg_log_verbose & LOG_LINK_EVENT) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3073 | int numalpa, j, k; |
| 3074 | union { |
| 3075 | uint8_t pamap[16]; |
| 3076 | struct { |
| 3077 | uint32_t wd1; |
| 3078 | uint32_t wd2; |
| 3079 | uint32_t wd3; |
| 3080 | uint32_t wd4; |
| 3081 | } pa; |
| 3082 | } un; |
| 3083 | numalpa = phba->alpa_map[0]; |
| 3084 | j = 0; |
| 3085 | while (j < numalpa) { |
| 3086 | memset(un.pamap, 0, 16); |
| 3087 | for (k = 1; j < numalpa; k++) { |
| 3088 | un.pamap[k - 1] = |
| 3089 | phba->alpa_map[j + 1]; |
| 3090 | j++; |
| 3091 | if (k == 16) |
| 3092 | break; |
| 3093 | } |
| 3094 | /* Link Up Event ALPA map */ |
| 3095 | lpfc_printf_log(phba, |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3096 | KERN_WARNING, |
| 3097 | LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3098 | "1304 Link Up Event " |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3099 | "ALPA map Data: x%x " |
| 3100 | "x%x x%x x%x\n", |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3101 | un.pa.wd1, un.pa.wd2, |
| 3102 | un.pa.wd3, un.pa.wd4); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3103 | } |
| 3104 | } |
| 3105 | } |
| 3106 | } else { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3107 | if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)) { |
James Smart | 78b2d85 | 2007-08-02 11:10:21 -0400 | [diff] [blame] | 3108 | if (phba->max_vpi && phba->cfg_enable_npiv && |
James Smart | df9e1b5 | 2011-12-13 13:22:17 -0500 | [diff] [blame] | 3109 | (phba->sli_rev >= LPFC_SLI_REV3)) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3110 | phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED; |
| 3111 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3112 | vport->fc_myDID = phba->fc_pref_DID; |
James Smart | 38c2067 | 2013-03-01 16:37:44 -0500 | [diff] [blame] | 3113 | fc_flags |= FC_LBIT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3114 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3115 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3116 | |
James Smart | 38c2067 | 2013-03-01 16:37:44 -0500 | [diff] [blame] | 3117 | if (fc_flags) { |
| 3118 | spin_lock_irq(shost->host_lock); |
| 3119 | vport->fc_flag |= fc_flags; |
| 3120 | spin_unlock_irq(shost->host_lock); |
| 3121 | } |
| 3122 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3123 | lpfc_linkup(phba); |
James Smart | 9f1177a | 2010-02-26 14:12:57 -0500 | [diff] [blame] | 3124 | sparam_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 3125 | if (!sparam_mbox) |
| 3126 | goto out; |
| 3127 | |
| 3128 | rc = lpfc_read_sparam(phba, sparam_mbox, 0); |
| 3129 | if (rc) { |
| 3130 | mempool_free(sparam_mbox, phba->mbox_mem_pool); |
| 3131 | goto out; |
| 3132 | } |
| 3133 | sparam_mbox->vport = vport; |
| 3134 | sparam_mbox->mbox_cmpl = lpfc_mbx_cmpl_read_sparam; |
| 3135 | rc = lpfc_sli_issue_mbox(phba, sparam_mbox, MBX_NOWAIT); |
| 3136 | if (rc == MBX_NOT_FINISHED) { |
| 3137 | mp = (struct lpfc_dmabuf *) sparam_mbox->context1; |
| 3138 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3139 | kfree(mp); |
| 3140 | mempool_free(sparam_mbox, phba->mbox_mem_pool); |
| 3141 | goto out; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3142 | } |
| 3143 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3144 | if (!(phba->hba_flag & HBA_FCOE_MODE)) { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 3145 | cfglink_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 3146 | if (!cfglink_mbox) |
| 3147 | goto out; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3148 | vport->port_state = LPFC_LOCAL_CFG_LINK; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3149 | lpfc_config_link(phba, cfglink_mbox); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3150 | cfglink_mbox->vport = vport; |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 3151 | cfglink_mbox->mbox_cmpl = lpfc_mbx_cmpl_local_config_link; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 3152 | rc = lpfc_sli_issue_mbox(phba, cfglink_mbox, MBX_NOWAIT); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 3153 | if (rc == MBX_NOT_FINISHED) { |
| 3154 | mempool_free(cfglink_mbox, phba->mbox_mem_pool); |
| 3155 | goto out; |
| 3156 | } |
| 3157 | } else { |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 3158 | vport->port_state = LPFC_VPORT_UNKNOWN; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 3159 | /* |
| 3160 | * Add the driver's default FCF record at FCF index 0 now. This |
| 3161 | * is phase 1 implementation that support FCF index 0 and driver |
| 3162 | * defaults. |
| 3163 | */ |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 3164 | if (!(phba->hba_flag & HBA_FIP_SUPPORT)) { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 3165 | fcf_record = kzalloc(sizeof(struct fcf_record), |
| 3166 | GFP_KERNEL); |
| 3167 | if (unlikely(!fcf_record)) { |
| 3168 | lpfc_printf_log(phba, KERN_ERR, |
| 3169 | LOG_MBOX | LOG_SLI, |
Uwe Kleine-König | b595076 | 2010-11-01 15:38:34 -0400 | [diff] [blame] | 3170 | "2554 Could not allocate memory for " |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 3171 | "fcf record\n"); |
| 3172 | rc = -ENODEV; |
| 3173 | goto out; |
| 3174 | } |
| 3175 | |
| 3176 | lpfc_sli4_build_dflt_fcf_record(phba, fcf_record, |
| 3177 | LPFC_FCOE_FCF_DEF_INDEX); |
| 3178 | rc = lpfc_sli4_add_fcf_record(phba, fcf_record); |
| 3179 | if (unlikely(rc)) { |
| 3180 | lpfc_printf_log(phba, KERN_ERR, |
| 3181 | LOG_MBOX | LOG_SLI, |
| 3182 | "2013 Could not manually add FCF " |
| 3183 | "record 0, status %d\n", rc); |
| 3184 | rc = -ENODEV; |
| 3185 | kfree(fcf_record); |
| 3186 | goto out; |
| 3187 | } |
| 3188 | kfree(fcf_record); |
| 3189 | } |
| 3190 | /* |
| 3191 | * The driver is expected to do FIP/FCF. Call the port |
| 3192 | * and get the FCF Table. |
| 3193 | */ |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 3194 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 3195 | if (phba->hba_flag & FCF_TS_INPROG) { |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 3196 | spin_unlock_irq(&phba->hbalock); |
| 3197 | return; |
| 3198 | } |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 3199 | /* This is the initial FCF discovery scan */ |
| 3200 | phba->fcf.fcf_flag |= FCF_INIT_DISC; |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 3201 | spin_unlock_irq(&phba->hbalock); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 3202 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY, |
| 3203 | "2778 Start FCF table scan at linkup\n"); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 3204 | rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba, |
| 3205 | LPFC_FCOE_FCF_GET_FIRST); |
| 3206 | if (rc) { |
| 3207 | spin_lock_irq(&phba->hbalock); |
| 3208 | phba->fcf.fcf_flag &= ~FCF_INIT_DISC; |
| 3209 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 3210 | goto out; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 3211 | } |
James Smart | 38b92ef | 2010-08-04 16:11:39 -0400 | [diff] [blame] | 3212 | /* Reset FCF roundrobin bmask for new discovery */ |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 3213 | lpfc_sli4_clear_fcf_rr_bmask(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3214 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 3215 | |
| 3216 | return; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3217 | out: |
| 3218 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3219 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 3220 | "0263 Discovery Mailbox error: state: 0x%x : %p %p\n", |
| 3221 | vport->port_state, sparam_mbox, cfglink_mbox); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3222 | lpfc_issue_clear_la(phba, vport); |
| 3223 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3224 | } |
| 3225 | |
| 3226 | static void |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3227 | lpfc_enable_la(struct lpfc_hba *phba) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3228 | { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3229 | uint32_t control; |
| 3230 | struct lpfc_sli *psli = &phba->sli; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3231 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3232 | psli->sli_flag |= LPFC_PROCESS_LA; |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 3233 | if (phba->sli_rev <= LPFC_SLI_REV3) { |
| 3234 | control = readl(phba->HCregaddr); |
| 3235 | control |= HC_LAINT_ENA; |
| 3236 | writel(control, phba->HCregaddr); |
| 3237 | readl(phba->HCregaddr); /* flush */ |
| 3238 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3239 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3240 | } |
| 3241 | |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3242 | static void |
| 3243 | lpfc_mbx_issue_link_down(struct lpfc_hba *phba) |
| 3244 | { |
| 3245 | lpfc_linkdown(phba); |
| 3246 | lpfc_enable_la(phba); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 3247 | lpfc_unregister_unused_fcf(phba); |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3248 | /* turn on Link Attention interrupts - no CLEAR_LA needed */ |
| 3249 | } |
| 3250 | |
| 3251 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3252 | /* |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3253 | * This routine handles processing a READ_TOPOLOGY mailbox |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3254 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 3255 | * as the completion routine when the command is |
| 3256 | * handed off to the SLI layer. |
| 3257 | */ |
| 3258 | void |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3259 | lpfc_mbx_cmpl_read_topology(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3260 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3261 | struct lpfc_vport *vport = pmb->vport; |
| 3262 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3263 | struct lpfc_mbx_read_top *la; |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 3264 | MAILBOX_t *mb = &pmb->u.mb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3265 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
| 3266 | |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 3267 | /* Unblock ELS traffic */ |
| 3268 | phba->sli.ring[LPFC_ELS_RING].flag &= ~LPFC_STOP_IOCB_EVENT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3269 | /* Check for error */ |
| 3270 | if (mb->mbxStatus) { |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 3271 | lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3272 | "1307 READ_LA mbox error x%x state x%x\n", |
| 3273 | mb->mbxStatus, vport->port_state); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3274 | lpfc_mbx_issue_link_down(phba); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3275 | phba->link_state = LPFC_HBA_ERROR; |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3276 | goto lpfc_mbx_cmpl_read_topology_free_mbuf; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3277 | } |
| 3278 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3279 | la = (struct lpfc_mbx_read_top *) &pmb->u.mb.un.varReadTop; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3280 | |
| 3281 | memcpy(&phba->alpa_map[0], mp->virt, 128); |
| 3282 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3283 | spin_lock_irq(shost->host_lock); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3284 | if (bf_get(lpfc_mbx_read_top_pb, la)) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3285 | vport->fc_flag |= FC_BYPASSED_MODE; |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 3286 | else |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3287 | vport->fc_flag &= ~FC_BYPASSED_MODE; |
| 3288 | spin_unlock_irq(shost->host_lock); |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 3289 | |
James Smart | be0c008 | 2013-03-01 16:38:14 -0500 | [diff] [blame] | 3290 | if (phba->fc_eventTag <= la->eventTag) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3291 | phba->fc_stat.LinkMultiEvent++; |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3292 | if (bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3293 | if (phba->fc_eventTag != 0) |
| 3294 | lpfc_linkdown(phba); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3295 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3296 | |
| 3297 | phba->fc_eventTag = la->eventTag; |
James Smart | be0c008 | 2013-03-01 16:38:14 -0500 | [diff] [blame] | 3298 | if (phba->sli_rev < LPFC_SLI_REV4) { |
| 3299 | spin_lock_irq(&phba->hbalock); |
| 3300 | if (bf_get(lpfc_mbx_read_top_mm, la)) |
| 3301 | phba->sli.sli_flag |= LPFC_MENLO_MAINT; |
| 3302 | else |
| 3303 | phba->sli.sli_flag &= ~LPFC_MENLO_MAINT; |
| 3304 | spin_unlock_irq(&phba->hbalock); |
| 3305 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3306 | |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 3307 | phba->link_events++; |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3308 | if ((bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP) && |
James Smart | be0c008 | 2013-03-01 16:38:14 -0500 | [diff] [blame] | 3309 | !(phba->sli.sli_flag & LPFC_MENLO_MAINT)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3310 | phba->fc_stat.LinkUp++; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3311 | if (phba->link_flag & LS_LOOPBACK_MODE) { |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 3312 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3313 | "1306 Link Up Event in loop back mode " |
| 3314 | "x%x received Data: x%x x%x x%x x%x\n", |
| 3315 | la->eventTag, phba->fc_eventTag, |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3316 | bf_get(lpfc_mbx_read_top_alpa_granted, |
| 3317 | la), |
| 3318 | bf_get(lpfc_mbx_read_top_link_spd, la), |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3319 | phba->alpa_map[0]); |
James Smart | 5b8bd0c | 2007-04-25 09:52:49 -0400 | [diff] [blame] | 3320 | } else { |
| 3321 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3322 | "1303 Link Up Event x%x received " |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3323 | "Data: x%x x%x x%x x%x x%x x%x %d\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3324 | la->eventTag, phba->fc_eventTag, |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3325 | bf_get(lpfc_mbx_read_top_alpa_granted, |
| 3326 | la), |
| 3327 | bf_get(lpfc_mbx_read_top_link_spd, la), |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3328 | phba->alpa_map[0], |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3329 | bf_get(lpfc_mbx_read_top_mm, la), |
| 3330 | bf_get(lpfc_mbx_read_top_fa, la), |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3331 | phba->wait_4_mlo_maint_flg); |
James Smart | 5b8bd0c | 2007-04-25 09:52:49 -0400 | [diff] [blame] | 3332 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3333 | lpfc_mbx_process_link_up(phba, la); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3334 | } else if (bf_get(lpfc_mbx_read_top_att_type, la) == |
| 3335 | LPFC_ATT_LINK_DOWN) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3336 | phba->fc_stat.LinkDown++; |
James Smart | 1b51197 | 2011-12-13 13:23:09 -0500 | [diff] [blame] | 3337 | if (phba->link_flag & LS_LOOPBACK_MODE) |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 3338 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
| 3339 | "1308 Link Down Event in loop back mode " |
| 3340 | "x%x received " |
| 3341 | "Data: x%x x%x x%x\n", |
| 3342 | la->eventTag, phba->fc_eventTag, |
| 3343 | phba->pport->port_state, vport->fc_flag); |
James Smart | 1b51197 | 2011-12-13 13:23:09 -0500 | [diff] [blame] | 3344 | else |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 3345 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3346 | "1305 Link Down Event x%x received " |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3347 | "Data: x%x x%x x%x x%x x%x\n", |
| 3348 | la->eventTag, phba->fc_eventTag, |
| 3349 | phba->pport->port_state, vport->fc_flag, |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3350 | bf_get(lpfc_mbx_read_top_mm, la), |
| 3351 | bf_get(lpfc_mbx_read_top_fa, la)); |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3352 | lpfc_mbx_issue_link_down(phba); |
| 3353 | } |
James Smart | be0c008 | 2013-03-01 16:38:14 -0500 | [diff] [blame] | 3354 | if ((phba->sli.sli_flag & LPFC_MENLO_MAINT) && |
| 3355 | ((bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP))) { |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3356 | if (phba->link_state != LPFC_LINK_DOWN) { |
| 3357 | phba->fc_stat.LinkDown++; |
| 3358 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
| 3359 | "1312 Link Down Event x%x received " |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3360 | "Data: x%x x%x x%x\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3361 | la->eventTag, phba->fc_eventTag, |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3362 | phba->pport->port_state, vport->fc_flag); |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3363 | lpfc_mbx_issue_link_down(phba); |
| 3364 | } else |
| 3365 | lpfc_enable_la(phba); |
| 3366 | |
| 3367 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
| 3368 | "1310 Menlo Maint Mode Link up Event x%x rcvd " |
| 3369 | "Data: x%x x%x x%x\n", |
| 3370 | la->eventTag, phba->fc_eventTag, |
| 3371 | phba->pport->port_state, vport->fc_flag); |
| 3372 | /* |
| 3373 | * The cmnd that triggered this will be waiting for this |
| 3374 | * signal. |
| 3375 | */ |
| 3376 | /* WAKEUP for MENLO_SET_MODE or MENLO_RESET command. */ |
| 3377 | if (phba->wait_4_mlo_maint_flg) { |
| 3378 | phba->wait_4_mlo_maint_flg = 0; |
| 3379 | wake_up_interruptible(&phba->wait_4_mlo_m_q); |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 3380 | } |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3381 | } |
| 3382 | |
James Smart | be0c008 | 2013-03-01 16:38:14 -0500 | [diff] [blame] | 3383 | if ((phba->sli_rev < LPFC_SLI_REV4) && |
| 3384 | bf_get(lpfc_mbx_read_top_fa, la)) { |
| 3385 | if (phba->sli.sli_flag & LPFC_MENLO_MAINT) |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3386 | lpfc_issue_clear_la(phba, vport); |
| 3387 | lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT, |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3388 | "1311 fa %d\n", |
| 3389 | bf_get(lpfc_mbx_read_top_fa, la)); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3390 | } |
| 3391 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3392 | lpfc_mbx_cmpl_read_topology_free_mbuf: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3393 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3394 | kfree(mp); |
| 3395 | mempool_free(pmb, phba->mbox_mem_pool); |
| 3396 | return; |
| 3397 | } |
| 3398 | |
| 3399 | /* |
| 3400 | * This routine handles processing a REG_LOGIN mailbox |
| 3401 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 3402 | * as the completion routine when the command is |
| 3403 | * handed off to the SLI layer. |
| 3404 | */ |
| 3405 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3406 | lpfc_mbx_cmpl_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3407 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3408 | struct lpfc_vport *vport = pmb->vport; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3409 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3410 | struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2; |
James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 3411 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3412 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3413 | pmb->context1 = NULL; |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 3414 | pmb->context2 = NULL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3415 | |
James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 3416 | if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND) |
| 3417 | ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND; |
| 3418 | |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 3419 | if (ndlp->nlp_flag & NLP_IGNR_REG_CMPL || |
| 3420 | ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) { |
James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 3421 | /* We rcvd a rscn after issuing this |
| 3422 | * mbox reg login, we may have cycled |
| 3423 | * back through the state and be |
| 3424 | * back at reg login state so this |
| 3425 | * mbox needs to be ignored becase |
| 3426 | * there is another reg login in |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 3427 | * process. |
James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 3428 | */ |
| 3429 | spin_lock_irq(shost->host_lock); |
| 3430 | ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; |
| 3431 | spin_unlock_irq(shost->host_lock); |
James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 3432 | } else |
| 3433 | /* Good status, call state machine */ |
| 3434 | lpfc_disc_state_machine(vport, ndlp, pmb, |
| 3435 | NLP_EVT_CMPL_REG_LOGIN); |
| 3436 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3437 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3438 | kfree(mp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3439 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 3440 | /* decrement the node reference count held for this callback |
| 3441 | * function. |
| 3442 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3443 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3444 | |
| 3445 | return; |
| 3446 | } |
| 3447 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3448 | static void |
| 3449 | lpfc_mbx_cmpl_unreg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| 3450 | { |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 3451 | MAILBOX_t *mb = &pmb->u.mb; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3452 | struct lpfc_vport *vport = pmb->vport; |
| 3453 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 3454 | |
| 3455 | switch (mb->mbxStatus) { |
| 3456 | case 0x0011: |
| 3457 | case 0x0020: |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3458 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 3459 | "0911 cmpl_unreg_vpi, mb status = 0x%x\n", |
| 3460 | mb->mbxStatus); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3461 | break; |
James Smart | 78730cf | 2010-04-06 15:06:30 -0400 | [diff] [blame] | 3462 | /* If VPI is busy, reset the HBA */ |
| 3463 | case 0x9700: |
| 3464 | lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE, |
| 3465 | "2798 Unreg_vpi failed vpi 0x%x, mb status = 0x%x\n", |
| 3466 | vport->vpi, mb->mbxStatus); |
| 3467 | if (!(phba->pport->load_flag & FC_UNLOADING)) |
| 3468 | lpfc_workq_post_event(phba, NULL, NULL, |
| 3469 | LPFC_EVT_RESET_HBA); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3470 | } |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 3471 | spin_lock_irq(shost->host_lock); |
James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 3472 | vport->vpi_state &= ~LPFC_VPI_REGISTERED; |
James Smart | 1987807 | 2009-12-21 17:02:00 -0500 | [diff] [blame] | 3473 | vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 3474 | spin_unlock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3475 | vport->unreg_vpi_cmpl = VPORT_OK; |
| 3476 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 3477 | lpfc_cleanup_vports_rrqs(vport, NULL); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3478 | /* |
| 3479 | * This shost reference might have been taken at the beginning of |
| 3480 | * lpfc_vport_delete() |
| 3481 | */ |
James Smart | 1c6f4ef5 | 2009-11-18 15:40:49 -0500 | [diff] [blame] | 3482 | if ((vport->load_flag & FC_UNLOADING) && (vport != phba->pport)) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3483 | scsi_host_put(shost); |
| 3484 | } |
| 3485 | |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 3486 | int |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3487 | lpfc_mbx_unreg_vpi(struct lpfc_vport *vport) |
| 3488 | { |
| 3489 | struct lpfc_hba *phba = vport->phba; |
| 3490 | LPFC_MBOXQ_t *mbox; |
| 3491 | int rc; |
| 3492 | |
| 3493 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 3494 | if (!mbox) |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 3495 | return 1; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3496 | |
| 3497 | lpfc_unreg_vpi(phba, vport->vpi, mbox); |
| 3498 | mbox->vport = vport; |
| 3499 | mbox->mbox_cmpl = lpfc_mbx_cmpl_unreg_vpi; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 3500 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3501 | if (rc == MBX_NOT_FINISHED) { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3502 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT, |
| 3503 | "1800 Could not issue unreg_vpi\n"); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3504 | mempool_free(mbox, phba->mbox_mem_pool); |
| 3505 | vport->unreg_vpi_cmpl = VPORT_ERROR; |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 3506 | return rc; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3507 | } |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 3508 | return 0; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3509 | } |
| 3510 | |
| 3511 | static void |
| 3512 | lpfc_mbx_cmpl_reg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| 3513 | { |
| 3514 | struct lpfc_vport *vport = pmb->vport; |
| 3515 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 3516 | MAILBOX_t *mb = &pmb->u.mb; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3517 | |
| 3518 | switch (mb->mbxStatus) { |
| 3519 | case 0x0011: |
| 3520 | case 0x9601: |
| 3521 | case 0x9602: |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3522 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 3523 | "0912 cmpl_reg_vpi, mb status = 0x%x\n", |
| 3524 | mb->mbxStatus); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3525 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
| 3526 | spin_lock_irq(shost->host_lock); |
| 3527 | vport->fc_flag &= ~(FC_FABRIC | FC_PUBLIC_LOOP); |
| 3528 | spin_unlock_irq(shost->host_lock); |
| 3529 | vport->fc_myDID = 0; |
| 3530 | goto out; |
| 3531 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3532 | |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 3533 | spin_lock_irq(shost->host_lock); |
James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 3534 | vport->vpi_state |= LPFC_VPI_REGISTERED; |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 3535 | vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 3536 | spin_unlock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3537 | vport->num_disc_nodes = 0; |
| 3538 | /* go thru NPR list and issue ELS PLOGIs */ |
| 3539 | if (vport->fc_npr_cnt) |
| 3540 | lpfc_els_disc_plogi(vport); |
| 3541 | |
| 3542 | if (!vport->num_disc_nodes) { |
| 3543 | spin_lock_irq(shost->host_lock); |
| 3544 | vport->fc_flag &= ~FC_NDISC_ACTIVE; |
| 3545 | spin_unlock_irq(shost->host_lock); |
| 3546 | lpfc_can_disctmo(vport); |
| 3547 | } |
| 3548 | vport->port_state = LPFC_VPORT_READY; |
| 3549 | |
| 3550 | out: |
| 3551 | mempool_free(pmb, phba->mbox_mem_pool); |
| 3552 | return; |
| 3553 | } |
| 3554 | |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3555 | /** |
| 3556 | * lpfc_create_static_vport - Read HBA config region to create static vports. |
| 3557 | * @phba: pointer to lpfc hba data structure. |
| 3558 | * |
| 3559 | * This routine issue a DUMP mailbox command for config region 22 to get |
| 3560 | * the list of static vports to be created. The function create vports |
| 3561 | * based on the information returned from the HBA. |
| 3562 | **/ |
| 3563 | void |
| 3564 | lpfc_create_static_vport(struct lpfc_hba *phba) |
| 3565 | { |
| 3566 | LPFC_MBOXQ_t *pmb = NULL; |
| 3567 | MAILBOX_t *mb; |
| 3568 | struct static_vport_info *vport_info; |
James Smart | cdcc234 | 2012-08-14 14:26:35 -0400 | [diff] [blame] | 3569 | int mbx_wait_rc = 0, i; |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3570 | struct fc_vport_identifiers vport_id; |
| 3571 | struct fc_vport *new_fc_vport; |
| 3572 | struct Scsi_Host *shost; |
| 3573 | struct lpfc_vport *vport; |
| 3574 | uint16_t offset = 0; |
| 3575 | uint8_t *vport_buff; |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3576 | struct lpfc_dmabuf *mp; |
| 3577 | uint32_t byte_count = 0; |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3578 | |
| 3579 | pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 3580 | if (!pmb) { |
| 3581 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 3582 | "0542 lpfc_create_static_vport failed to" |
| 3583 | " allocate mailbox memory\n"); |
| 3584 | return; |
| 3585 | } |
James Smart | cdcc234 | 2012-08-14 14:26:35 -0400 | [diff] [blame] | 3586 | memset(pmb, 0, sizeof(LPFC_MBOXQ_t)); |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3587 | mb = &pmb->u.mb; |
| 3588 | |
| 3589 | vport_info = kzalloc(sizeof(struct static_vport_info), GFP_KERNEL); |
| 3590 | if (!vport_info) { |
| 3591 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 3592 | "0543 lpfc_create_static_vport failed to" |
| 3593 | " allocate vport_info\n"); |
| 3594 | mempool_free(pmb, phba->mbox_mem_pool); |
| 3595 | return; |
| 3596 | } |
| 3597 | |
| 3598 | vport_buff = (uint8_t *) vport_info; |
| 3599 | do { |
James Smart | cdcc234 | 2012-08-14 14:26:35 -0400 | [diff] [blame] | 3600 | /* free dma buffer from previous round */ |
| 3601 | if (pmb->context1) { |
| 3602 | mp = (struct lpfc_dmabuf *)pmb->context1; |
| 3603 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3604 | kfree(mp); |
| 3605 | } |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3606 | if (lpfc_dump_static_vport(phba, pmb, offset)) |
| 3607 | goto out; |
| 3608 | |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3609 | pmb->vport = phba->pport; |
James Smart | cdcc234 | 2012-08-14 14:26:35 -0400 | [diff] [blame] | 3610 | mbx_wait_rc = lpfc_sli_issue_mbox_wait(phba, pmb, |
| 3611 | LPFC_MBOX_TMO); |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3612 | |
James Smart | cdcc234 | 2012-08-14 14:26:35 -0400 | [diff] [blame] | 3613 | if ((mbx_wait_rc != MBX_SUCCESS) || mb->mbxStatus) { |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3614 | lpfc_printf_log(phba, KERN_WARNING, LOG_INIT, |
| 3615 | "0544 lpfc_create_static_vport failed to" |
| 3616 | " issue dump mailbox command ret 0x%x " |
| 3617 | "status 0x%x\n", |
James Smart | cdcc234 | 2012-08-14 14:26:35 -0400 | [diff] [blame] | 3618 | mbx_wait_rc, mb->mbxStatus); |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3619 | goto out; |
| 3620 | } |
| 3621 | |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3622 | if (phba->sli_rev == LPFC_SLI_REV4) { |
| 3623 | byte_count = pmb->u.mqe.un.mb_words[5]; |
James Smart | cdcc234 | 2012-08-14 14:26:35 -0400 | [diff] [blame] | 3624 | mp = (struct lpfc_dmabuf *)pmb->context1; |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3625 | if (byte_count > sizeof(struct static_vport_info) - |
| 3626 | offset) |
| 3627 | byte_count = sizeof(struct static_vport_info) |
| 3628 | - offset; |
| 3629 | memcpy(vport_buff + offset, mp->virt, byte_count); |
| 3630 | offset += byte_count; |
| 3631 | } else { |
| 3632 | if (mb->un.varDmp.word_cnt > |
| 3633 | sizeof(struct static_vport_info) - offset) |
| 3634 | mb->un.varDmp.word_cnt = |
| 3635 | sizeof(struct static_vport_info) |
| 3636 | - offset; |
| 3637 | byte_count = mb->un.varDmp.word_cnt; |
| 3638 | lpfc_sli_pcimem_bcopy(((uint8_t *)mb) + DMP_RSP_OFFSET, |
| 3639 | vport_buff + offset, |
| 3640 | byte_count); |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3641 | |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3642 | offset += byte_count; |
| 3643 | } |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3644 | |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3645 | } while (byte_count && |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3646 | offset < sizeof(struct static_vport_info)); |
| 3647 | |
| 3648 | |
| 3649 | if ((le32_to_cpu(vport_info->signature) != VPORT_INFO_SIG) || |
| 3650 | ((le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK) |
| 3651 | != VPORT_INFO_REV)) { |
| 3652 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 3653 | "0545 lpfc_create_static_vport bad" |
| 3654 | " information header 0x%x 0x%x\n", |
| 3655 | le32_to_cpu(vport_info->signature), |
| 3656 | le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK); |
| 3657 | |
| 3658 | goto out; |
| 3659 | } |
| 3660 | |
| 3661 | shost = lpfc_shost_from_vport(phba->pport); |
| 3662 | |
| 3663 | for (i = 0; i < MAX_STATIC_VPORT_COUNT; i++) { |
| 3664 | memset(&vport_id, 0, sizeof(vport_id)); |
| 3665 | vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn); |
| 3666 | vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn); |
| 3667 | if (!vport_id.port_name || !vport_id.node_name) |
| 3668 | continue; |
| 3669 | |
| 3670 | vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR; |
| 3671 | vport_id.vport_type = FC_PORTTYPE_NPIV; |
| 3672 | vport_id.disable = false; |
| 3673 | new_fc_vport = fc_vport_create(shost, 0, &vport_id); |
| 3674 | |
| 3675 | if (!new_fc_vport) { |
| 3676 | lpfc_printf_log(phba, KERN_WARNING, LOG_INIT, |
| 3677 | "0546 lpfc_create_static_vport failed to" |
James Smart | e4e7427 | 2009-07-19 10:01:38 -0400 | [diff] [blame] | 3678 | " create vport\n"); |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3679 | continue; |
| 3680 | } |
| 3681 | |
| 3682 | vport = *(struct lpfc_vport **)new_fc_vport->dd_data; |
| 3683 | vport->vport_flag |= STATIC_VPORT; |
| 3684 | } |
| 3685 | |
| 3686 | out: |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3687 | kfree(vport_info); |
James Smart | cdcc234 | 2012-08-14 14:26:35 -0400 | [diff] [blame] | 3688 | if (mbx_wait_rc != MBX_TIMEOUT) { |
| 3689 | if (pmb->context1) { |
| 3690 | mp = (struct lpfc_dmabuf *)pmb->context1; |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3691 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3692 | kfree(mp); |
| 3693 | } |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3694 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3695 | } |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3696 | |
| 3697 | return; |
| 3698 | } |
| 3699 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3700 | /* |
| 3701 | * This routine handles processing a Fabric REG_LOGIN mailbox |
| 3702 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 3703 | * as the completion routine when the command is |
| 3704 | * handed off to the SLI layer. |
| 3705 | */ |
| 3706 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3707 | lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3708 | { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3709 | struct lpfc_vport *vport = pmb->vport; |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3710 | MAILBOX_t *mb = &pmb->u.mb; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3711 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3712 | struct lpfc_nodelist *ndlp; |
James Smart | df9e1b5 | 2011-12-13 13:22:17 -0500 | [diff] [blame] | 3713 | struct Scsi_Host *shost; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3714 | |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 3715 | ndlp = (struct lpfc_nodelist *) pmb->context2; |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3716 | pmb->context1 = NULL; |
| 3717 | pmb->context2 = NULL; |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 3718 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3719 | if (mb->mbxStatus) { |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3720 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 3721 | "0258 Register Fabric login error: 0x%x\n", |
| 3722 | mb->mbxStatus); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3723 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3724 | kfree(mp); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3725 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3726 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3727 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3728 | /* FLOGI failed, use loop map to make discovery list */ |
| 3729 | lpfc_disc_list_loopmap(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3730 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3731 | /* Start discovery */ |
| 3732 | lpfc_disc_start(vport); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3733 | /* Decrement the reference count to ndlp after the |
| 3734 | * reference to the ndlp are done. |
| 3735 | */ |
| 3736 | lpfc_nlp_put(ndlp); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3737 | return; |
| 3738 | } |
| 3739 | |
| 3740 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3741 | /* Decrement the reference count to ndlp after the reference |
| 3742 | * to the ndlp are done. |
| 3743 | */ |
| 3744 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3745 | return; |
| 3746 | } |
| 3747 | |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 3748 | if (phba->sli_rev < LPFC_SLI_REV4) |
| 3749 | ndlp->nlp_rpi = mb->un.varWords[0]; |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 3750 | ndlp->nlp_flag |= NLP_RPI_REGISTERED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3751 | ndlp->nlp_type |= NLP_FABRIC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3752 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3753 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3754 | if (vport->port_state == LPFC_FABRIC_CFG_LINK) { |
James Smart | 4b40c59 | 2010-03-15 11:25:44 -0400 | [diff] [blame] | 3755 | /* when physical port receive logo donot start |
| 3756 | * vport discovery */ |
| 3757 | if (!(vport->fc_flag & FC_LOGO_RCVD_DID_CHNG)) |
| 3758 | lpfc_start_fdiscs(phba); |
James Smart | df9e1b5 | 2011-12-13 13:22:17 -0500 | [diff] [blame] | 3759 | else { |
| 3760 | shost = lpfc_shost_from_vport(vport); |
| 3761 | spin_lock_irq(shost->host_lock); |
James Smart | 4b40c59 | 2010-03-15 11:25:44 -0400 | [diff] [blame] | 3762 | vport->fc_flag &= ~FC_LOGO_RCVD_DID_CHNG ; |
James Smart | df9e1b5 | 2011-12-13 13:22:17 -0500 | [diff] [blame] | 3763 | spin_unlock_irq(shost->host_lock); |
| 3764 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3765 | lpfc_do_scr_ns_plogi(phba, vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3766 | } |
| 3767 | |
| 3768 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3769 | kfree(mp); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3770 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3771 | |
| 3772 | /* Drop the reference count from the mbox at the end after |
| 3773 | * all the current reference to the ndlp have been done. |
| 3774 | */ |
| 3775 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3776 | return; |
| 3777 | } |
| 3778 | |
| 3779 | /* |
| 3780 | * This routine handles processing a NameServer REG_LOGIN mailbox |
| 3781 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 3782 | * as the completion routine when the command is |
| 3783 | * handed off to the SLI layer. |
| 3784 | */ |
| 3785 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3786 | lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3787 | { |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3788 | MAILBOX_t *mb = &pmb->u.mb; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3789 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
| 3790 | struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2; |
| 3791 | struct lpfc_vport *vport = pmb->vport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3792 | |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 3793 | pmb->context1 = NULL; |
| 3794 | pmb->context2 = NULL; |
| 3795 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3796 | if (mb->mbxStatus) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3797 | out: |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3798 | lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS, |
| 3799 | "0260 Register NameServer error: 0x%x\n", |
| 3800 | mb->mbxStatus); |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 3801 | /* decrement the node reference count held for this |
| 3802 | * callback function. |
| 3803 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3804 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3805 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3806 | kfree(mp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3807 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 3808 | |
| 3809 | /* If no other thread is using the ndlp, free it */ |
| 3810 | lpfc_nlp_not_used(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3811 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3812 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3813 | /* |
| 3814 | * RegLogin failed, use loop map to make discovery |
| 3815 | * list |
| 3816 | */ |
| 3817 | lpfc_disc_list_loopmap(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3818 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3819 | /* Start discovery */ |
| 3820 | lpfc_disc_start(vport); |
| 3821 | return; |
| 3822 | } |
| 3823 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3824 | return; |
| 3825 | } |
| 3826 | |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 3827 | if (phba->sli_rev < LPFC_SLI_REV4) |
| 3828 | ndlp->nlp_rpi = mb->un.varWords[0]; |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 3829 | ndlp->nlp_flag |= NLP_RPI_REGISTERED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3830 | ndlp->nlp_type |= NLP_FABRIC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3831 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3832 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3833 | if (vport->port_state < LPFC_VPORT_READY) { |
| 3834 | /* Link up discovery requires Fabric registration. */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3835 | lpfc_ns_cmd(vport, SLI_CTNS_RFF_ID, 0, 0); /* Do this first! */ |
| 3836 | lpfc_ns_cmd(vport, SLI_CTNS_RNN_ID, 0, 0); |
| 3837 | lpfc_ns_cmd(vport, SLI_CTNS_RSNN_NN, 0, 0); |
| 3838 | lpfc_ns_cmd(vport, SLI_CTNS_RSPN_ID, 0, 0); |
| 3839 | lpfc_ns_cmd(vport, SLI_CTNS_RFT_ID, 0, 0); |
| 3840 | |
| 3841 | /* Issue SCR just before NameServer GID_FT Query */ |
| 3842 | lpfc_issue_els_scr(vport, SCR_DID, 0); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3843 | } |
| 3844 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3845 | vport->fc_ns_retry = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3846 | /* Good status, issue CT Request to NameServer */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3847 | if (lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, 0, 0)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3848 | /* Cannot issue NameServer Query, so finish up discovery */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3849 | goto out; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3850 | } |
| 3851 | |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 3852 | /* decrement the node reference count held for this |
| 3853 | * callback function. |
| 3854 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3855 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3856 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3857 | kfree(mp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3858 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3859 | |
| 3860 | return; |
| 3861 | } |
| 3862 | |
| 3863 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3864 | lpfc_register_remote_port(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3865 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3866 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 3867 | struct fc_rport *rport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3868 | struct lpfc_rport_data *rdata; |
| 3869 | struct fc_rport_identifiers rport_ids; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3870 | struct lpfc_hba *phba = vport->phba; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3871 | |
| 3872 | /* Remote port has reappeared. Re-register w/ FC transport */ |
Andrew Morton | 68ce1eb | 2005-09-21 09:46:54 -0700 | [diff] [blame] | 3873 | rport_ids.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn); |
| 3874 | rport_ids.port_name = wwn_to_u64(ndlp->nlp_portname.u.wwn); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3875 | rport_ids.port_id = ndlp->nlp_DID; |
| 3876 | rport_ids.roles = FC_RPORT_ROLE_UNKNOWN; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3877 | |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3878 | /* |
| 3879 | * We leave our node pointer in rport->dd_data when we unregister a |
| 3880 | * FCP target port. But fc_remote_port_add zeros the space to which |
| 3881 | * rport->dd_data points. So, if we're reusing a previously |
| 3882 | * registered port, drop the reference that we took the last time we |
| 3883 | * registered the port. |
| 3884 | */ |
| 3885 | if (ndlp->rport && ndlp->rport->dd_data && |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3886 | ((struct lpfc_rport_data *) ndlp->rport->dd_data)->pnode == ndlp) |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3887 | lpfc_nlp_put(ndlp); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3888 | |
| 3889 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT, |
| 3890 | "rport add: did:x%x flg:x%x type x%x", |
| 3891 | ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type); |
| 3892 | |
James Smart | 9589b062 | 2011-04-16 11:03:17 -0400 | [diff] [blame] | 3893 | /* Don't add the remote port if unloading. */ |
| 3894 | if (vport->load_flag & FC_UNLOADING) |
| 3895 | return; |
| 3896 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3897 | ndlp->rport = rport = fc_remote_port_add(shost, 0, &rport_ids); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3898 | if (!rport || !get_device(&rport->dev)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3899 | dev_printk(KERN_WARNING, &phba->pcidev->dev, |
| 3900 | "Warning: fc_remote_port_add failed\n"); |
| 3901 | return; |
| 3902 | } |
| 3903 | |
| 3904 | /* initialize static port data */ |
| 3905 | rport->maxframe_size = ndlp->nlp_maxframe; |
| 3906 | rport->supported_classes = ndlp->nlp_class_sup; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3907 | rdata = rport->dd_data; |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3908 | rdata->pnode = lpfc_nlp_get(ndlp); |
James.Smart@Emulex.Com | 23dc04f | 2005-11-28 11:41:44 -0500 | [diff] [blame] | 3909 | |
| 3910 | if (ndlp->nlp_type & NLP_FCP_TARGET) |
| 3911 | rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET; |
| 3912 | if (ndlp->nlp_type & NLP_FCP_INITIATOR) |
| 3913 | rport_ids.roles |= FC_RPORT_ROLE_FCP_INITIATOR; |
| 3914 | |
James.Smart@Emulex.Com | 23dc04f | 2005-11-28 11:41:44 -0500 | [diff] [blame] | 3915 | if (rport_ids.roles != FC_RPORT_ROLE_UNKNOWN) |
| 3916 | fc_remote_port_rolechg(rport, rport_ids.roles); |
| 3917 | |
James Smart | 34f5ad8 | 2012-08-03 12:35:03 -0400 | [diff] [blame] | 3918 | lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE, |
| 3919 | "3183 rport register x%06x, rport %p role x%x\n", |
| 3920 | ndlp->nlp_DID, rport, rport_ids.roles); |
| 3921 | |
James Smart | 071fbd3d | 2006-04-15 11:53:20 -0400 | [diff] [blame] | 3922 | if ((rport->scsi_target_id != -1) && |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3923 | (rport->scsi_target_id < LPFC_MAX_TARGET)) { |
James Smart | 071fbd3d | 2006-04-15 11:53:20 -0400 | [diff] [blame] | 3924 | ndlp->nlp_sid = rport->scsi_target_id; |
| 3925 | } |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3926 | return; |
| 3927 | } |
| 3928 | |
| 3929 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3930 | lpfc_unregister_remote_port(struct lpfc_nodelist *ndlp) |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3931 | { |
| 3932 | struct fc_rport *rport = ndlp->rport; |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 3933 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3934 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_RPORT, |
| 3935 | "rport delete: did:x%x flg:x%x type x%x", |
| 3936 | ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type); |
| 3937 | |
James Smart | 34f5ad8 | 2012-08-03 12:35:03 -0400 | [diff] [blame] | 3938 | lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE, |
| 3939 | "3184 rport unregister x%06x, rport %p\n", |
| 3940 | ndlp->nlp_DID, rport); |
| 3941 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3942 | fc_remote_port_delete(rport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3943 | |
| 3944 | return; |
| 3945 | } |
| 3946 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3947 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3948 | lpfc_nlp_counters(struct lpfc_vport *vport, int state, int count) |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3949 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3950 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 3951 | |
| 3952 | spin_lock_irq(shost->host_lock); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3953 | switch (state) { |
| 3954 | case NLP_STE_UNUSED_NODE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3955 | vport->fc_unused_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3956 | break; |
| 3957 | case NLP_STE_PLOGI_ISSUE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3958 | vport->fc_plogi_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3959 | break; |
| 3960 | case NLP_STE_ADISC_ISSUE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3961 | vport->fc_adisc_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3962 | break; |
| 3963 | case NLP_STE_REG_LOGIN_ISSUE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3964 | vport->fc_reglogin_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3965 | break; |
| 3966 | case NLP_STE_PRLI_ISSUE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3967 | vport->fc_prli_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3968 | break; |
| 3969 | case NLP_STE_UNMAPPED_NODE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3970 | vport->fc_unmap_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3971 | break; |
| 3972 | case NLP_STE_MAPPED_NODE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3973 | vport->fc_map_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3974 | break; |
| 3975 | case NLP_STE_NPR_NODE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3976 | vport->fc_npr_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3977 | break; |
| 3978 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3979 | spin_unlock_irq(shost->host_lock); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3980 | } |
Jamie Wellnitz | 66a9ed6 | 2006-02-28 22:33:10 -0500 | [diff] [blame] | 3981 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3982 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3983 | lpfc_nlp_state_cleanup(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3984 | int old_state, int new_state) |
| 3985 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3986 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 3987 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3988 | if (new_state == NLP_STE_UNMAPPED_NODE) { |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3989 | ndlp->nlp_flag &= ~NLP_NODEV_REMOVE; |
| 3990 | ndlp->nlp_type |= NLP_FC_NODE; |
| 3991 | } |
| 3992 | if (new_state == NLP_STE_MAPPED_NODE) |
| 3993 | ndlp->nlp_flag &= ~NLP_NODEV_REMOVE; |
| 3994 | if (new_state == NLP_STE_NPR_NODE) |
| 3995 | ndlp->nlp_flag &= ~NLP_RCV_PLOGI; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3996 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3997 | /* Transport interface */ |
| 3998 | if (ndlp->rport && (old_state == NLP_STE_MAPPED_NODE || |
| 3999 | old_state == NLP_STE_UNMAPPED_NODE)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4000 | vport->phba->nport_event_cnt++; |
| 4001 | lpfc_unregister_remote_port(ndlp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4002 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4003 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4004 | if (new_state == NLP_STE_MAPPED_NODE || |
| 4005 | new_state == NLP_STE_UNMAPPED_NODE) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4006 | vport->phba->nport_event_cnt++; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 4007 | /* |
| 4008 | * Tell the fc transport about the port, if we haven't |
| 4009 | * already. If we have, and it's a scsi entity, be |
| 4010 | * sure to unblock any attached scsi devices |
| 4011 | */ |
| 4012 | lpfc_register_remote_port(vport, ndlp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4013 | } |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 4014 | if ((new_state == NLP_STE_MAPPED_NODE) && |
| 4015 | (vport->stat_data_enabled)) { |
| 4016 | /* |
| 4017 | * A new target is discovered, if there is no buffer for |
| 4018 | * statistical data collection allocate buffer. |
| 4019 | */ |
| 4020 | ndlp->lat_data = kcalloc(LPFC_MAX_BUCKET_COUNT, |
| 4021 | sizeof(struct lpfc_scsicmd_bkt), |
| 4022 | GFP_KERNEL); |
| 4023 | |
| 4024 | if (!ndlp->lat_data) |
| 4025 | lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE, |
| 4026 | "0286 lpfc_nlp_state_cleanup failed to " |
| 4027 | "allocate statistical data buffer DID " |
| 4028 | "0x%x\n", ndlp->nlp_DID); |
| 4029 | } |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 4030 | /* |
| 4031 | * if we added to Mapped list, but the remote port |
| 4032 | * registration failed or assigned a target id outside |
| 4033 | * our presentable range - move the node to the |
| 4034 | * Unmapped List |
| 4035 | */ |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4036 | if (new_state == NLP_STE_MAPPED_NODE && |
| 4037 | (!ndlp->rport || |
| 4038 | ndlp->rport->scsi_target_id == -1 || |
| 4039 | ndlp->rport->scsi_target_id >= LPFC_MAX_TARGET)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4040 | spin_lock_irq(shost->host_lock); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4041 | ndlp->nlp_flag |= NLP_TGT_NO_SCSIID; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4042 | spin_unlock_irq(shost->host_lock); |
| 4043 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4044 | } |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4045 | } |
| 4046 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4047 | static char * |
| 4048 | lpfc_nlp_state_name(char *buffer, size_t size, int state) |
| 4049 | { |
| 4050 | static char *states[] = { |
| 4051 | [NLP_STE_UNUSED_NODE] = "UNUSED", |
| 4052 | [NLP_STE_PLOGI_ISSUE] = "PLOGI", |
| 4053 | [NLP_STE_ADISC_ISSUE] = "ADISC", |
| 4054 | [NLP_STE_REG_LOGIN_ISSUE] = "REGLOGIN", |
| 4055 | [NLP_STE_PRLI_ISSUE] = "PRLI", |
James Smart | 086a345 | 2012-08-14 14:25:21 -0400 | [diff] [blame] | 4056 | [NLP_STE_LOGO_ISSUE] = "LOGO", |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4057 | [NLP_STE_UNMAPPED_NODE] = "UNMAPPED", |
| 4058 | [NLP_STE_MAPPED_NODE] = "MAPPED", |
| 4059 | [NLP_STE_NPR_NODE] = "NPR", |
| 4060 | }; |
| 4061 | |
James Smart | 311464e | 2007-08-02 11:10:37 -0400 | [diff] [blame] | 4062 | if (state < NLP_STE_MAX_STATE && states[state]) |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4063 | strlcpy(buffer, states[state], size); |
| 4064 | else |
| 4065 | snprintf(buffer, size, "unknown (%d)", state); |
| 4066 | return buffer; |
| 4067 | } |
| 4068 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4069 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4070 | lpfc_nlp_set_state(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
| 4071 | int state) |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4072 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4073 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4074 | int old_state = ndlp->nlp_state; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4075 | char name1[16], name2[16]; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4076 | |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4077 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 4078 | "0904 NPort state transition x%06x, %s -> %s\n", |
| 4079 | ndlp->nlp_DID, |
| 4080 | lpfc_nlp_state_name(name1, sizeof(name1), old_state), |
| 4081 | lpfc_nlp_state_name(name2, sizeof(name2), state)); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 4082 | |
| 4083 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE, |
| 4084 | "node statechg did:x%x old:%d ste:%d", |
| 4085 | ndlp->nlp_DID, old_state, state); |
| 4086 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4087 | if (old_state == NLP_STE_NPR_NODE && |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4088 | state != NLP_STE_NPR_NODE) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4089 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4090 | if (old_state == NLP_STE_UNMAPPED_NODE) { |
| 4091 | ndlp->nlp_flag &= ~NLP_TGT_NO_SCSIID; |
| 4092 | ndlp->nlp_type &= ~NLP_FC_NODE; |
| 4093 | } |
| 4094 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4095 | if (list_empty(&ndlp->nlp_listp)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4096 | spin_lock_irq(shost->host_lock); |
| 4097 | list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes); |
| 4098 | spin_unlock_irq(shost->host_lock); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4099 | } else if (old_state) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4100 | lpfc_nlp_counters(vport, old_state, -1); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4101 | |
| 4102 | ndlp->nlp_state = state; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4103 | lpfc_nlp_counters(vport, state, 1); |
| 4104 | lpfc_nlp_state_cleanup(vport, ndlp, old_state, state); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4105 | } |
| 4106 | |
| 4107 | void |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4108 | lpfc_enqueue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| 4109 | { |
| 4110 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 4111 | |
| 4112 | if (list_empty(&ndlp->nlp_listp)) { |
| 4113 | spin_lock_irq(shost->host_lock); |
| 4114 | list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes); |
| 4115 | spin_unlock_irq(shost->host_lock); |
| 4116 | } |
| 4117 | } |
| 4118 | |
| 4119 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4120 | lpfc_dequeue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4121 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4122 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 4123 | |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 4124 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4125 | if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4126 | lpfc_nlp_counters(vport, ndlp->nlp_state, -1); |
| 4127 | spin_lock_irq(shost->host_lock); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4128 | list_del_init(&ndlp->nlp_listp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4129 | spin_unlock_irq(shost->host_lock); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 4130 | lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state, |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4131 | NLP_STE_UNUSED_NODE); |
| 4132 | } |
| 4133 | |
Adrian Bunk | 4d9db01 | 2008-02-14 23:24:02 +0200 | [diff] [blame] | 4134 | static void |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4135 | lpfc_disable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| 4136 | { |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 4137 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4138 | if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) |
| 4139 | lpfc_nlp_counters(vport, ndlp->nlp_state, -1); |
| 4140 | lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state, |
| 4141 | NLP_STE_UNUSED_NODE); |
| 4142 | } |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 4143 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 4144 | * lpfc_initialize_node - Initialize all fields of node object |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 4145 | * @vport: Pointer to Virtual Port object. |
| 4146 | * @ndlp: Pointer to FC node object. |
| 4147 | * @did: FC_ID of the node. |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4148 | * |
| 4149 | * This function is always called when node object need to be initialized. |
| 4150 | * It initializes all the fields of the node object. Although the reference |
| 4151 | * to phba from @ndlp can be obtained indirectly through it's reference to |
| 4152 | * @vport, a direct reference to phba is taken here by @ndlp. This is due |
| 4153 | * to the life-span of the @ndlp might go beyond the existence of @vport as |
| 4154 | * the final release of ndlp is determined by its reference count. And, the |
| 4155 | * operation on @ndlp needs the reference to phba. |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 4156 | **/ |
| 4157 | static inline void |
| 4158 | lpfc_initialize_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
| 4159 | uint32_t did) |
| 4160 | { |
| 4161 | INIT_LIST_HEAD(&ndlp->els_retry_evt.evt_listp); |
| 4162 | INIT_LIST_HEAD(&ndlp->dev_loss_evt.evt_listp); |
| 4163 | init_timer(&ndlp->nlp_delayfunc); |
| 4164 | ndlp->nlp_delayfunc.function = lpfc_els_retry_delay; |
| 4165 | ndlp->nlp_delayfunc.data = (unsigned long)ndlp; |
| 4166 | ndlp->nlp_DID = did; |
| 4167 | ndlp->vport = vport; |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4168 | ndlp->phba = vport->phba; |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 4169 | ndlp->nlp_sid = NLP_NO_SID; |
| 4170 | kref_init(&ndlp->kref); |
| 4171 | NLP_INT_NODE_ACT(ndlp); |
| 4172 | atomic_set(&ndlp->cmd_pending, 0); |
James Smart | 7dc517d | 2010-07-14 15:32:10 -0400 | [diff] [blame] | 4173 | ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth; |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4174 | if (vport->phba->sli_rev == LPFC_SLI_REV4) |
| 4175 | ndlp->nlp_rpi = lpfc_sli4_alloc_rpi(vport->phba); |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 4176 | } |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4177 | |
| 4178 | struct lpfc_nodelist * |
| 4179 | lpfc_enable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
| 4180 | int state) |
| 4181 | { |
| 4182 | struct lpfc_hba *phba = vport->phba; |
| 4183 | uint32_t did; |
| 4184 | unsigned long flags; |
| 4185 | |
| 4186 | if (!ndlp) |
| 4187 | return NULL; |
| 4188 | |
| 4189 | spin_lock_irqsave(&phba->ndlp_lock, flags); |
| 4190 | /* The ndlp should not be in memory free mode */ |
| 4191 | if (NLP_CHK_FREE_REQ(ndlp)) { |
| 4192 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 4193 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, |
| 4194 | "0277 lpfc_enable_node: ndlp:x%p " |
| 4195 | "usgmap:x%x refcnt:%d\n", |
| 4196 | (void *)ndlp, ndlp->nlp_usg_map, |
| 4197 | atomic_read(&ndlp->kref.refcount)); |
| 4198 | return NULL; |
| 4199 | } |
| 4200 | /* The ndlp should not already be in active mode */ |
| 4201 | if (NLP_CHK_NODE_ACT(ndlp)) { |
| 4202 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 4203 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, |
| 4204 | "0278 lpfc_enable_node: ndlp:x%p " |
| 4205 | "usgmap:x%x refcnt:%d\n", |
| 4206 | (void *)ndlp, ndlp->nlp_usg_map, |
| 4207 | atomic_read(&ndlp->kref.refcount)); |
| 4208 | return NULL; |
| 4209 | } |
| 4210 | |
| 4211 | /* Keep the original DID */ |
| 4212 | did = ndlp->nlp_DID; |
| 4213 | |
| 4214 | /* re-initialize ndlp except of ndlp linked list pointer */ |
| 4215 | memset((((char *)ndlp) + sizeof (struct list_head)), 0, |
| 4216 | sizeof (struct lpfc_nodelist) - sizeof (struct list_head)); |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 4217 | lpfc_initialize_node(vport, ndlp, did); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4218 | |
| 4219 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 4220 | |
| 4221 | if (state != NLP_STE_UNUSED_NODE) |
| 4222 | lpfc_nlp_set_state(vport, ndlp, state); |
| 4223 | |
| 4224 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE, |
| 4225 | "node enable: did:x%x", |
| 4226 | ndlp->nlp_DID, 0, 0); |
| 4227 | return ndlp; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4228 | } |
| 4229 | |
| 4230 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4231 | lpfc_drop_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4232 | { |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4233 | /* |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 4234 | * Use of lpfc_drop_node and UNUSED list: lpfc_drop_node should |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4235 | * be used if we wish to issue the "last" lpfc_nlp_put() to remove |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 4236 | * the ndlp from the vport. The ndlp marked as UNUSED on the list |
| 4237 | * until ALL other outstanding threads have completed. We check |
| 4238 | * that the ndlp not already in the UNUSED state before we proceed. |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4239 | */ |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 4240 | if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) |
| 4241 | return; |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 4242 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNUSED_NODE); |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 4243 | if (vport->phba->sli_rev == LPFC_SLI_REV4) |
| 4244 | lpfc_cleanup_vports_rrqs(vport, ndlp); |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4245 | lpfc_nlp_put(ndlp); |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 4246 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4247 | } |
| 4248 | |
| 4249 | /* |
| 4250 | * Start / ReStart rescue timer for Discovery / RSCN handling |
| 4251 | */ |
| 4252 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4253 | lpfc_set_disctmo(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4254 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4255 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 4256 | struct lpfc_hba *phba = vport->phba; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4257 | uint32_t tmo; |
| 4258 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4259 | if (vport->port_state == LPFC_LOCAL_CFG_LINK) { |
Frederik Schwarzer | 025dfda | 2008-10-16 19:02:37 +0200 | [diff] [blame] | 4260 | /* For FAN, timeout should be greater than edtov */ |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4261 | tmo = (((phba->fc_edtov + 999) / 1000) + 1); |
| 4262 | } else { |
Frederik Schwarzer | 025dfda | 2008-10-16 19:02:37 +0200 | [diff] [blame] | 4263 | /* Normal discovery timeout should be > than ELS/CT timeout |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4264 | * FC spec states we need 3 * ratov for CT requests |
| 4265 | */ |
| 4266 | tmo = ((phba->fc_ratov * 3) + 3); |
| 4267 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4268 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 4269 | |
| 4270 | if (!timer_pending(&vport->fc_disctmo)) { |
| 4271 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, |
| 4272 | "set disc timer: tmo:x%x state:x%x flg:x%x", |
| 4273 | tmo, vport->port_state, vport->fc_flag); |
| 4274 | } |
| 4275 | |
James Smart | 256ec0d | 2013-04-17 20:14:58 -0400 | [diff] [blame] | 4276 | mod_timer(&vport->fc_disctmo, jiffies + msecs_to_jiffies(1000 * tmo)); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4277 | spin_lock_irq(shost->host_lock); |
| 4278 | vport->fc_flag |= FC_DISC_TMO; |
| 4279 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4280 | |
| 4281 | /* Start Discovery Timer state <hba_state> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4282 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 4283 | "0247 Start Discovery Timer state x%x " |
| 4284 | "Data: x%x x%lx x%x x%x\n", |
| 4285 | vport->port_state, tmo, |
| 4286 | (unsigned long)&vport->fc_disctmo, vport->fc_plogi_cnt, |
| 4287 | vport->fc_adisc_cnt); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4288 | |
| 4289 | return; |
| 4290 | } |
| 4291 | |
| 4292 | /* |
| 4293 | * Cancel rescue timer for Discovery / RSCN handling |
| 4294 | */ |
| 4295 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4296 | lpfc_can_disctmo(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4297 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4298 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4299 | unsigned long iflags; |
| 4300 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 4301 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, |
| 4302 | "can disc timer: state:x%x rtry:x%x flg:x%x", |
| 4303 | vport->port_state, vport->fc_ns_retry, vport->fc_flag); |
| 4304 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4305 | /* Turn off discovery timer if its running */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4306 | if (vport->fc_flag & FC_DISC_TMO) { |
| 4307 | spin_lock_irqsave(shost->host_lock, iflags); |
| 4308 | vport->fc_flag &= ~FC_DISC_TMO; |
| 4309 | spin_unlock_irqrestore(shost->host_lock, iflags); |
| 4310 | del_timer_sync(&vport->fc_disctmo); |
| 4311 | spin_lock_irqsave(&vport->work_port_lock, iflags); |
| 4312 | vport->work_port_events &= ~WORKER_DISC_TMO; |
| 4313 | spin_unlock_irqrestore(&vport->work_port_lock, iflags); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4314 | } |
| 4315 | |
| 4316 | /* Cancel Discovery Timer state <hba_state> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4317 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 4318 | "0248 Cancel Discovery Timer state x%x " |
| 4319 | "Data: x%x x%x x%x\n", |
| 4320 | vport->port_state, vport->fc_flag, |
| 4321 | vport->fc_plogi_cnt, vport->fc_adisc_cnt); |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4322 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4323 | } |
| 4324 | |
| 4325 | /* |
| 4326 | * Check specified ring for outstanding IOCB on the SLI queue |
| 4327 | * Return true if iocb matches the specified nport |
| 4328 | */ |
| 4329 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4330 | lpfc_check_sli_ndlp(struct lpfc_hba *phba, |
| 4331 | struct lpfc_sli_ring *pring, |
| 4332 | struct lpfc_iocbq *iocb, |
| 4333 | struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4334 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4335 | struct lpfc_sli *psli = &phba->sli; |
| 4336 | IOCB_t *icmd = &iocb->iocb; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4337 | struct lpfc_vport *vport = ndlp->vport; |
| 4338 | |
| 4339 | if (iocb->vport != vport) |
| 4340 | return 0; |
| 4341 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4342 | if (pring->ringno == LPFC_ELS_RING) { |
| 4343 | switch (icmd->ulpCommand) { |
| 4344 | case CMD_GEN_REQUEST64_CR: |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 4345 | if (iocb->context_un.ndlp == ndlp) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4346 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4347 | case CMD_ELS_REQUEST64_CR: |
James Smart | 10d4e95 | 2006-04-15 11:53:15 -0400 | [diff] [blame] | 4348 | if (icmd->un.elsreq64.remoteID == ndlp->nlp_DID) |
| 4349 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4350 | case CMD_XMIT_ELS_RSP64_CX: |
| 4351 | if (iocb->context1 == (uint8_t *) ndlp) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4352 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4353 | } |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 4354 | } else if (pring->ringno == psli->extra_ring) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4355 | |
| 4356 | } else if (pring->ringno == psli->fcp_ring) { |
| 4357 | /* Skip match check if waiting to relogin to FCP target */ |
| 4358 | if ((ndlp->nlp_type & NLP_FCP_TARGET) && |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4359 | (ndlp->nlp_flag & NLP_DELAY_TMO)) { |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4360 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4361 | } |
| 4362 | if (icmd->ulpContext == (volatile ushort)ndlp->nlp_rpi) { |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4363 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4364 | } |
| 4365 | } else if (pring->ringno == psli->next_ring) { |
| 4366 | |
| 4367 | } |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4368 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4369 | } |
| 4370 | |
| 4371 | /* |
| 4372 | * Free resources / clean up outstanding I/Os |
| 4373 | * associated with nlp_rpi in the LPFC_NODELIST entry. |
| 4374 | */ |
| 4375 | static int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4376 | lpfc_no_rpi(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4377 | { |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4378 | LIST_HEAD(completions); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4379 | struct lpfc_sli *psli; |
| 4380 | struct lpfc_sli_ring *pring; |
| 4381 | struct lpfc_iocbq *iocb, *next_iocb; |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 4382 | uint32_t i; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4383 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4384 | lpfc_fabric_abort_nport(ndlp); |
| 4385 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4386 | /* |
| 4387 | * Everything that matches on txcmplq will be returned |
| 4388 | * by firmware with a no rpi error. |
| 4389 | */ |
| 4390 | psli = &phba->sli; |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4391 | if (ndlp->nlp_flag & NLP_RPI_REGISTERED) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4392 | /* Now process each ring */ |
| 4393 | for (i = 0; i < psli->num_rings; i++) { |
| 4394 | pring = &psli->ring[i]; |
| 4395 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4396 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4397 | list_for_each_entry_safe(iocb, next_iocb, &pring->txq, |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4398 | list) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4399 | /* |
| 4400 | * Check to see if iocb matches the nport we are |
| 4401 | * looking for |
| 4402 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4403 | if ((lpfc_check_sli_ndlp(phba, pring, iocb, |
| 4404 | ndlp))) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4405 | /* It matches, so deque and call compl |
| 4406 | with an error */ |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4407 | list_move_tail(&iocb->list, |
| 4408 | &completions); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4409 | } |
| 4410 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4411 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4412 | } |
| 4413 | } |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4414 | |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4415 | /* Cancel all the IOCBs from the completions list */ |
| 4416 | lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT, |
| 4417 | IOERR_SLI_ABORTED); |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4418 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4419 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4420 | } |
| 4421 | |
James Smart | 086a345 | 2012-08-14 14:25:21 -0400 | [diff] [blame] | 4422 | /** |
| 4423 | * lpfc_nlp_logo_unreg - Unreg mailbox completion handler before LOGO |
| 4424 | * @phba: Pointer to HBA context object. |
| 4425 | * @pmb: Pointer to mailbox object. |
| 4426 | * |
| 4427 | * This function will issue an ELS LOGO command after completing |
| 4428 | * the UNREG_RPI. |
| 4429 | **/ |
| 4430 | void |
| 4431 | lpfc_nlp_logo_unreg(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| 4432 | { |
| 4433 | struct lpfc_vport *vport = pmb->vport; |
| 4434 | struct lpfc_nodelist *ndlp; |
| 4435 | |
| 4436 | ndlp = (struct lpfc_nodelist *)(pmb->context1); |
| 4437 | if (!ndlp) |
| 4438 | return; |
| 4439 | lpfc_issue_els_logo(vport, ndlp, 0); |
| 4440 | } |
| 4441 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4442 | /* |
| 4443 | * Free rpi associated with LPFC_NODELIST entry. |
| 4444 | * This routine is called from lpfc_freenode(), when we are removing |
| 4445 | * a LPFC_NODELIST entry. It is also called if the driver initiates a |
| 4446 | * LOGO that completes successfully, and we are waiting to PLOGI back |
| 4447 | * to the remote NPort. In addition, it is called after we receive |
| 4448 | * and unsolicated ELS cmd, send back a rsp, the rsp completes and |
| 4449 | * we are waiting to PLOGI back to the remote NPort. |
| 4450 | */ |
| 4451 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4452 | lpfc_unreg_rpi(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4453 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4454 | struct lpfc_hba *phba = vport->phba; |
| 4455 | LPFC_MBOXQ_t *mbox; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4456 | int rc; |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 4457 | uint16_t rpi; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4458 | |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4459 | if (ndlp->nlp_flag & NLP_RPI_REGISTERED) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4460 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 4461 | if (mbox) { |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 4462 | /* SLI4 ports require the physical rpi value. */ |
| 4463 | rpi = ndlp->nlp_rpi; |
| 4464 | if (phba->sli_rev == LPFC_SLI_REV4) |
| 4465 | rpi = phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]; |
James Smart | 086a345 | 2012-08-14 14:25:21 -0400 | [diff] [blame] | 4466 | |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 4467 | lpfc_unreg_login(phba, vport->vpi, rpi, mbox); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4468 | mbox->vport = vport; |
James Smart | 086a345 | 2012-08-14 14:25:21 -0400 | [diff] [blame] | 4469 | if (ndlp->nlp_flag & NLP_ISSUE_LOGO) { |
| 4470 | mbox->context1 = ndlp; |
| 4471 | mbox->mbox_cmpl = lpfc_nlp_logo_unreg; |
| 4472 | } else { |
| 4473 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
| 4474 | } |
| 4475 | |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 4476 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4477 | if (rc == MBX_NOT_FINISHED) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4478 | mempool_free(mbox, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4479 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4480 | lpfc_no_rpi(phba, ndlp); |
James Smart | d7c4799 | 2010-06-08 18:31:54 -0400 | [diff] [blame] | 4481 | |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4482 | if (phba->sli_rev != LPFC_SLI_REV4) |
| 4483 | ndlp->nlp_rpi = 0; |
| 4484 | ndlp->nlp_flag &= ~NLP_RPI_REGISTERED; |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 4485 | ndlp->nlp_flag &= ~NLP_NPR_ADISC; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4486 | return 1; |
| 4487 | } |
| 4488 | return 0; |
| 4489 | } |
| 4490 | |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 4491 | /** |
| 4492 | * lpfc_unreg_hba_rpis - Unregister rpis registered to the hba. |
| 4493 | * @phba: pointer to lpfc hba data structure. |
| 4494 | * |
| 4495 | * This routine is invoked to unregister all the currently registered RPIs |
| 4496 | * to the HBA. |
| 4497 | **/ |
| 4498 | void |
| 4499 | lpfc_unreg_hba_rpis(struct lpfc_hba *phba) |
| 4500 | { |
| 4501 | struct lpfc_vport **vports; |
| 4502 | struct lpfc_nodelist *ndlp; |
| 4503 | struct Scsi_Host *shost; |
| 4504 | int i; |
| 4505 | |
| 4506 | vports = lpfc_create_vport_work_array(phba); |
James Smart | 63e801c | 2010-11-20 23:14:19 -0500 | [diff] [blame] | 4507 | if (!vports) { |
| 4508 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY, |
| 4509 | "2884 Vport array allocation failed \n"); |
| 4510 | return; |
| 4511 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 4512 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { |
| 4513 | shost = lpfc_shost_from_vport(vports[i]); |
| 4514 | spin_lock_irq(shost->host_lock); |
| 4515 | list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) { |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4516 | if (ndlp->nlp_flag & NLP_RPI_REGISTERED) { |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 4517 | /* The mempool_alloc might sleep */ |
| 4518 | spin_unlock_irq(shost->host_lock); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 4519 | lpfc_unreg_rpi(vports[i], ndlp); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 4520 | spin_lock_irq(shost->host_lock); |
| 4521 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 4522 | } |
| 4523 | spin_unlock_irq(shost->host_lock); |
| 4524 | } |
| 4525 | lpfc_destroy_vport_work_array(phba, vports); |
| 4526 | } |
| 4527 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4528 | void |
| 4529 | lpfc_unreg_all_rpis(struct lpfc_vport *vport) |
| 4530 | { |
| 4531 | struct lpfc_hba *phba = vport->phba; |
| 4532 | LPFC_MBOXQ_t *mbox; |
| 4533 | int rc; |
| 4534 | |
James Smart | 5af5eee | 2010-10-22 11:06:38 -0400 | [diff] [blame] | 4535 | if (phba->sli_rev == LPFC_SLI_REV4) { |
| 4536 | lpfc_sli4_unreg_all_rpis(vport); |
| 4537 | return; |
| 4538 | } |
| 4539 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4540 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 4541 | if (mbox) { |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 4542 | lpfc_unreg_login(phba, vport->vpi, LPFC_UNREG_ALL_RPIS_VPORT, |
| 4543 | mbox); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4544 | mbox->vport = vport; |
| 4545 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 4546 | mbox->context1 = NULL; |
| 4547 | rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4548 | if (rc != MBX_TIMEOUT) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4549 | mempool_free(mbox, phba->mbox_mem_pool); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4550 | |
| 4551 | if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED)) |
| 4552 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT, |
| 4553 | "1836 Could not issue " |
| 4554 | "unreg_login(all_rpis) status %d\n", rc); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4555 | } |
| 4556 | } |
| 4557 | |
| 4558 | void |
| 4559 | lpfc_unreg_default_rpis(struct lpfc_vport *vport) |
| 4560 | { |
| 4561 | struct lpfc_hba *phba = vport->phba; |
| 4562 | LPFC_MBOXQ_t *mbox; |
| 4563 | int rc; |
| 4564 | |
| 4565 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 4566 | if (mbox) { |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 4567 | lpfc_unreg_did(phba, vport->vpi, LPFC_UNREG_ALL_DFLT_RPIS, |
| 4568 | mbox); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4569 | mbox->vport = vport; |
| 4570 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 4571 | mbox->context1 = NULL; |
| 4572 | rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4573 | if (rc != MBX_TIMEOUT) |
| 4574 | mempool_free(mbox, phba->mbox_mem_pool); |
| 4575 | |
| 4576 | if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED)) |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4577 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT, |
| 4578 | "1815 Could not issue " |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4579 | "unreg_did (default rpis) status %d\n", |
| 4580 | rc); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4581 | } |
| 4582 | } |
| 4583 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4584 | /* |
| 4585 | * Free resources associated with LPFC_NODELIST entry |
| 4586 | * so it can be freed. |
| 4587 | */ |
| 4588 | static int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4589 | lpfc_cleanup_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4590 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4591 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 4592 | struct lpfc_hba *phba = vport->phba; |
| 4593 | LPFC_MBOXQ_t *mb, *nextmb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4594 | struct lpfc_dmabuf *mp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4595 | |
| 4596 | /* Cleanup node for NPort <nlp_DID> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4597 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 4598 | "0900 Cleanup node for NPort x%x " |
| 4599 | "Data: x%x x%x x%x\n", |
| 4600 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 4601 | ndlp->nlp_state, ndlp->nlp_rpi); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4602 | if (NLP_CHK_FREE_REQ(ndlp)) { |
| 4603 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, |
| 4604 | "0280 lpfc_cleanup_node: ndlp:x%p " |
| 4605 | "usgmap:x%x refcnt:%d\n", |
| 4606 | (void *)ndlp, ndlp->nlp_usg_map, |
| 4607 | atomic_read(&ndlp->kref.refcount)); |
| 4608 | lpfc_dequeue_node(vport, ndlp); |
| 4609 | } else { |
| 4610 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, |
| 4611 | "0281 lpfc_cleanup_node: ndlp:x%p " |
| 4612 | "usgmap:x%x refcnt:%d\n", |
| 4613 | (void *)ndlp, ndlp->nlp_usg_map, |
| 4614 | atomic_read(&ndlp->kref.refcount)); |
| 4615 | lpfc_disable_node(vport, ndlp); |
| 4616 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4617 | |
James Smart | 086a345 | 2012-08-14 14:25:21 -0400 | [diff] [blame] | 4618 | |
| 4619 | /* Don't need to clean up REG_LOGIN64 cmds for Default RPI cleanup */ |
| 4620 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4621 | /* cleanup any ndlp on mbox q waiting for reglogin cmpl */ |
| 4622 | if ((mb = phba->sli.mbox_active)) { |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4623 | if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) && |
James Smart | 086a345 | 2012-08-14 14:25:21 -0400 | [diff] [blame] | 4624 | !(mb->mbox_flag & LPFC_MBX_IMED_UNREG) && |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4625 | (ndlp == (struct lpfc_nodelist *) mb->context2)) { |
| 4626 | mb->context2 = NULL; |
| 4627 | mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
| 4628 | } |
| 4629 | } |
James Smart | 33ccf8d | 2006-08-17 11:57:58 -0400 | [diff] [blame] | 4630 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4631 | spin_lock_irq(&phba->hbalock); |
James Smart | 5ac6b30 | 2010-10-22 11:05:36 -0400 | [diff] [blame] | 4632 | /* Cleanup REG_LOGIN completions which are not yet processed */ |
| 4633 | list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) { |
| 4634 | if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) || |
James Smart | 086a345 | 2012-08-14 14:25:21 -0400 | [diff] [blame] | 4635 | (mb->mbox_flag & LPFC_MBX_IMED_UNREG) || |
James Smart | 5ac6b30 | 2010-10-22 11:05:36 -0400 | [diff] [blame] | 4636 | (ndlp != (struct lpfc_nodelist *) mb->context2)) |
| 4637 | continue; |
| 4638 | |
| 4639 | mb->context2 = NULL; |
| 4640 | mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
| 4641 | } |
| 4642 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4643 | list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) { |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4644 | if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) && |
James Smart | 086a345 | 2012-08-14 14:25:21 -0400 | [diff] [blame] | 4645 | !(mb->mbox_flag & LPFC_MBX_IMED_UNREG) && |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4646 | (ndlp == (struct lpfc_nodelist *) mb->context2)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4647 | mp = (struct lpfc_dmabuf *) (mb->context1); |
| 4648 | if (mp) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4649 | __lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4650 | kfree(mp); |
| 4651 | } |
| 4652 | list_del(&mb->list); |
| 4653 | mempool_free(mb, phba->mbox_mem_pool); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4654 | /* We shall not invoke the lpfc_nlp_put to decrement |
| 4655 | * the ndlp reference count as we are in the process |
| 4656 | * of lpfc_nlp_release. |
| 4657 | */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4658 | } |
| 4659 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4660 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4661 | |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4662 | lpfc_els_abort(phba, ndlp); |
| 4663 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4664 | spin_lock_irq(shost->host_lock); |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 4665 | ndlp->nlp_flag &= ~NLP_DELAY_TMO; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4666 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4667 | |
Jamie Wellnitz | 5024ab1 | 2006-02-28 19:25:28 -0500 | [diff] [blame] | 4668 | ndlp->nlp_last_elscmd = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4669 | del_timer_sync(&ndlp->nlp_delayfunc); |
| 4670 | |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 4671 | list_del_init(&ndlp->els_retry_evt.evt_listp); |
| 4672 | list_del_init(&ndlp->dev_loss_evt.evt_listp); |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 4673 | lpfc_cleanup_vports_rrqs(vport, ndlp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4674 | lpfc_unreg_rpi(vport, ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4675 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4676 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4677 | } |
| 4678 | |
| 4679 | /* |
| 4680 | * Check to see if we can free the nlp back to the freelist. |
| 4681 | * If we are in the middle of using the nlp in the discovery state |
| 4682 | * machine, defer the free till we reach the end of the state machine. |
| 4683 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 4684 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4685 | lpfc_nlp_remove(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4686 | { |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4687 | struct lpfc_hba *phba = vport->phba; |
James Smart | 1dcb58e | 2007-04-25 09:51:30 -0400 | [diff] [blame] | 4688 | struct lpfc_rport_data *rdata; |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4689 | LPFC_MBOXQ_t *mbox; |
| 4690 | int rc; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4691 | |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 4692 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 4693 | if ((ndlp->nlp_flag & NLP_DEFER_RM) && |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4694 | !(ndlp->nlp_flag & NLP_REG_LOGIN_SEND) && |
| 4695 | !(ndlp->nlp_flag & NLP_RPI_REGISTERED)) { |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4696 | /* For this case we need to cleanup the default rpi |
| 4697 | * allocated by the firmware. |
| 4698 | */ |
| 4699 | if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL)) |
| 4700 | != NULL) { |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 4701 | rc = lpfc_reg_rpi(phba, vport->vpi, ndlp->nlp_DID, |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4702 | (uint8_t *) &vport->fc_sparam, mbox, ndlp->nlp_rpi); |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4703 | if (rc) { |
| 4704 | mempool_free(mbox, phba->mbox_mem_pool); |
| 4705 | } |
| 4706 | else { |
| 4707 | mbox->mbox_flag |= LPFC_MBX_IMED_UNREG; |
| 4708 | mbox->mbox_cmpl = lpfc_mbx_cmpl_dflt_rpi; |
| 4709 | mbox->vport = vport; |
James Smart | 086a345 | 2012-08-14 14:25:21 -0400 | [diff] [blame] | 4710 | mbox->context2 = ndlp; |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4711 | rc =lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
| 4712 | if (rc == MBX_NOT_FINISHED) { |
| 4713 | mempool_free(mbox, phba->mbox_mem_pool); |
| 4714 | } |
| 4715 | } |
| 4716 | } |
| 4717 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4718 | lpfc_cleanup_node(vport, ndlp); |
James Smart | 1dcb58e | 2007-04-25 09:51:30 -0400 | [diff] [blame] | 4719 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4720 | /* |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4721 | * We can get here with a non-NULL ndlp->rport because when we |
| 4722 | * unregister a rport we don't break the rport/node linkage. So if we |
| 4723 | * do, make sure we don't leaving any dangling pointers behind. |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4724 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4725 | if (ndlp->rport) { |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 4726 | rdata = ndlp->rport->dd_data; |
| 4727 | rdata->pnode = NULL; |
| 4728 | ndlp->rport = NULL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4729 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4730 | } |
| 4731 | |
| 4732 | static int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4733 | lpfc_matchdid(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
| 4734 | uint32_t did) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4735 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4736 | D_ID mydid, ndlpdid, matchdid; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4737 | |
| 4738 | if (did == Bcast_DID) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4739 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4740 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4741 | /* First check for Direct match */ |
| 4742 | if (ndlp->nlp_DID == did) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4743 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4744 | |
| 4745 | /* Next check for area/domain identically equals 0 match */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4746 | mydid.un.word = vport->fc_myDID; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4747 | if ((mydid.un.b.domain == 0) && (mydid.un.b.area == 0)) { |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4748 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4749 | } |
| 4750 | |
| 4751 | matchdid.un.word = did; |
| 4752 | ndlpdid.un.word = ndlp->nlp_DID; |
| 4753 | if (matchdid.un.b.id == ndlpdid.un.b.id) { |
| 4754 | if ((mydid.un.b.domain == matchdid.un.b.domain) && |
| 4755 | (mydid.un.b.area == matchdid.un.b.area)) { |
| 4756 | if ((ndlpdid.un.b.domain == 0) && |
| 4757 | (ndlpdid.un.b.area == 0)) { |
| 4758 | if (ndlpdid.un.b.id) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4759 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4760 | } |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4761 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4762 | } |
| 4763 | |
| 4764 | matchdid.un.word = ndlp->nlp_DID; |
| 4765 | if ((mydid.un.b.domain == ndlpdid.un.b.domain) && |
| 4766 | (mydid.un.b.area == ndlpdid.un.b.area)) { |
| 4767 | if ((matchdid.un.b.domain == 0) && |
| 4768 | (matchdid.un.b.area == 0)) { |
| 4769 | if (matchdid.un.b.id) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4770 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4771 | } |
| 4772 | } |
| 4773 | } |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4774 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4775 | } |
| 4776 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4777 | /* Search for a nodelist entry */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4778 | static struct lpfc_nodelist * |
| 4779 | __lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4780 | { |
James Smart | 2fb9bd8 | 2006-12-02 13:33:57 -0500 | [diff] [blame] | 4781 | struct lpfc_nodelist *ndlp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4782 | uint32_t data1; |
| 4783 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4784 | list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { |
| 4785 | if (lpfc_matchdid(vport, ndlp, did)) { |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4786 | data1 = (((uint32_t) ndlp->nlp_state << 24) | |
| 4787 | ((uint32_t) ndlp->nlp_xri << 16) | |
| 4788 | ((uint32_t) ndlp->nlp_type << 8) | |
| 4789 | ((uint32_t) ndlp->nlp_rpi & 0xff)); |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4790 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 4791 | "0929 FIND node DID " |
| 4792 | "Data: x%p x%x x%x x%x\n", |
| 4793 | ndlp, ndlp->nlp_DID, |
| 4794 | ndlp->nlp_flag, data1); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4795 | return ndlp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4796 | } |
| 4797 | } |
Jamie Wellnitz | 66a9ed6 | 2006-02-28 22:33:10 -0500 | [diff] [blame] | 4798 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4799 | /* FIND node did <did> NOT FOUND */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4800 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 4801 | "0932 FIND node did x%x NOT FOUND.\n", did); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4802 | return NULL; |
| 4803 | } |
| 4804 | |
| 4805 | struct lpfc_nodelist * |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4806 | lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4807 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4808 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4809 | struct lpfc_nodelist *ndlp; |
James Smart | fedd3b7 | 2011-02-16 12:39:24 -0500 | [diff] [blame] | 4810 | unsigned long iflags; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4811 | |
James Smart | fedd3b7 | 2011-02-16 12:39:24 -0500 | [diff] [blame] | 4812 | spin_lock_irqsave(shost->host_lock, iflags); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4813 | ndlp = __lpfc_findnode_did(vport, did); |
James Smart | fedd3b7 | 2011-02-16 12:39:24 -0500 | [diff] [blame] | 4814 | spin_unlock_irqrestore(shost->host_lock, iflags); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4815 | return ndlp; |
| 4816 | } |
| 4817 | |
| 4818 | struct lpfc_nodelist * |
| 4819 | lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did) |
| 4820 | { |
| 4821 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 4822 | struct lpfc_nodelist *ndlp; |
| 4823 | |
| 4824 | ndlp = lpfc_findnode_did(vport, did); |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4825 | if (!ndlp) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4826 | if ((vport->fc_flag & FC_RSCN_MODE) != 0 && |
| 4827 | lpfc_rscn_payload_check(vport, did) == 0) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4828 | return NULL; |
| 4829 | ndlp = (struct lpfc_nodelist *) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4830 | mempool_alloc(vport->phba->nlp_mem_pool, GFP_KERNEL); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4831 | if (!ndlp) |
| 4832 | return NULL; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4833 | lpfc_nlp_init(vport, ndlp, did); |
| 4834 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE); |
| 4835 | spin_lock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4836 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4837 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4838 | return ndlp; |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4839 | } else if (!NLP_CHK_NODE_ACT(ndlp)) { |
| 4840 | ndlp = lpfc_enable_node(vport, ndlp, NLP_STE_NPR_NODE); |
| 4841 | if (!ndlp) |
| 4842 | return NULL; |
| 4843 | spin_lock_irq(shost->host_lock); |
| 4844 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; |
| 4845 | spin_unlock_irq(shost->host_lock); |
| 4846 | return ndlp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4847 | } |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4848 | |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 4849 | if ((vport->fc_flag & FC_RSCN_MODE) && |
| 4850 | !(vport->fc_flag & FC_NDISC_ACTIVE)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4851 | if (lpfc_rscn_payload_check(vport, did)) { |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 4852 | /* If we've already received a PLOGI from this NPort |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4853 | * we don't need to try to discover it again. |
| 4854 | */ |
| 4855 | if (ndlp->nlp_flag & NLP_RCV_PLOGI) |
| 4856 | return NULL; |
| 4857 | |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4858 | /* Since this node is marked for discovery, |
| 4859 | * delay timeout is not needed. |
| 4860 | */ |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 4861 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4862 | spin_lock_irq(shost->host_lock); |
| 4863 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; |
| 4864 | spin_unlock_irq(shost->host_lock); |
James Smart | 071fbd3d | 2006-04-15 11:53:20 -0400 | [diff] [blame] | 4865 | } else |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4866 | ndlp = NULL; |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4867 | } else { |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 4868 | /* If we've already received a PLOGI from this NPort, |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4869 | * or we are already in the process of discovery on it, |
| 4870 | * we don't need to try to discover it again. |
| 4871 | */ |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4872 | if (ndlp->nlp_state == NLP_STE_ADISC_ISSUE || |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4873 | ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || |
| 4874 | ndlp->nlp_flag & NLP_RCV_PLOGI) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4875 | return NULL; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4876 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE); |
| 4877 | spin_lock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4878 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4879 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4880 | } |
| 4881 | return ndlp; |
| 4882 | } |
| 4883 | |
| 4884 | /* Build a list of nodes to discover based on the loopmap */ |
| 4885 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4886 | lpfc_disc_list_loopmap(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4887 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4888 | struct lpfc_hba *phba = vport->phba; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4889 | int j; |
| 4890 | uint32_t alpa, index; |
| 4891 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4892 | if (!lpfc_is_link_up(phba)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4893 | return; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4894 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 4895 | if (phba->fc_topology != LPFC_TOPOLOGY_LOOP) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4896 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4897 | |
| 4898 | /* Check for loop map present or not */ |
| 4899 | if (phba->alpa_map[0]) { |
| 4900 | for (j = 1; j <= phba->alpa_map[0]; j++) { |
| 4901 | alpa = phba->alpa_map[j]; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4902 | if (((vport->fc_myDID & 0xff) == alpa) || (alpa == 0)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4903 | continue; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4904 | lpfc_setup_disc_node(vport, alpa); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4905 | } |
| 4906 | } else { |
| 4907 | /* No alpamap, so try all alpa's */ |
| 4908 | for (j = 0; j < FC_MAXLOOP; j++) { |
| 4909 | /* If cfg_scan_down is set, start from highest |
| 4910 | * ALPA (0xef) to lowest (0x1). |
| 4911 | */ |
James Smart | 3de2a65 | 2007-08-02 11:09:59 -0400 | [diff] [blame] | 4912 | if (vport->cfg_scan_down) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4913 | index = j; |
| 4914 | else |
| 4915 | index = FC_MAXLOOP - j - 1; |
| 4916 | alpa = lpfcAlpaArray[index]; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4917 | if ((vport->fc_myDID & 0xff) == alpa) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4918 | continue; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4919 | lpfc_setup_disc_node(vport, alpa); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4920 | } |
| 4921 | } |
| 4922 | return; |
| 4923 | } |
| 4924 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4925 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4926 | lpfc_issue_clear_la(struct lpfc_hba *phba, struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4927 | { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4928 | LPFC_MBOXQ_t *mbox; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4929 | struct lpfc_sli *psli = &phba->sli; |
| 4930 | struct lpfc_sli_ring *extra_ring = &psli->ring[psli->extra_ring]; |
| 4931 | struct lpfc_sli_ring *fcp_ring = &psli->ring[psli->fcp_ring]; |
| 4932 | struct lpfc_sli_ring *next_ring = &psli->ring[psli->next_ring]; |
| 4933 | int rc; |
| 4934 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4935 | /* |
| 4936 | * if it's not a physical port or if we already send |
| 4937 | * clear_la then don't send it. |
| 4938 | */ |
| 4939 | if ((phba->link_state >= LPFC_CLEAR_LA) || |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4940 | (vport->port_type != LPFC_PHYSICAL_PORT) || |
| 4941 | (phba->sli_rev == LPFC_SLI_REV4)) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4942 | return; |
| 4943 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4944 | /* Link up discovery */ |
| 4945 | if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL)) != NULL) { |
| 4946 | phba->link_state = LPFC_CLEAR_LA; |
| 4947 | lpfc_clear_la(phba, mbox); |
| 4948 | mbox->mbox_cmpl = lpfc_mbx_cmpl_clear_la; |
| 4949 | mbox->vport = vport; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 4950 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4951 | if (rc == MBX_NOT_FINISHED) { |
| 4952 | mempool_free(mbox, phba->mbox_mem_pool); |
| 4953 | lpfc_disc_flush_list(vport); |
| 4954 | extra_ring->flag &= ~LPFC_STOP_IOCB_EVENT; |
| 4955 | fcp_ring->flag &= ~LPFC_STOP_IOCB_EVENT; |
| 4956 | next_ring->flag &= ~LPFC_STOP_IOCB_EVENT; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4957 | phba->link_state = LPFC_HBA_ERROR; |
| 4958 | } |
| 4959 | } |
| 4960 | } |
| 4961 | |
| 4962 | /* Reg_vpi to tell firmware to resume normal operations */ |
| 4963 | void |
| 4964 | lpfc_issue_reg_vpi(struct lpfc_hba *phba, struct lpfc_vport *vport) |
| 4965 | { |
| 4966 | LPFC_MBOXQ_t *regvpimbox; |
| 4967 | |
| 4968 | regvpimbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 4969 | if (regvpimbox) { |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4970 | lpfc_reg_vpi(vport, regvpimbox); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4971 | regvpimbox->mbox_cmpl = lpfc_mbx_cmpl_reg_vpi; |
| 4972 | regvpimbox->vport = vport; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 4973 | if (lpfc_sli_issue_mbox(phba, regvpimbox, MBX_NOWAIT) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4974 | == MBX_NOT_FINISHED) { |
| 4975 | mempool_free(regvpimbox, phba->mbox_mem_pool); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4976 | } |
| 4977 | } |
| 4978 | } |
| 4979 | |
| 4980 | /* Start Link up / RSCN discovery on NPR nodes */ |
| 4981 | void |
| 4982 | lpfc_disc_start(struct lpfc_vport *vport) |
| 4983 | { |
| 4984 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 4985 | struct lpfc_hba *phba = vport->phba; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4986 | uint32_t num_sent; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4987 | uint32_t clear_la_pending; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4988 | int did_changed; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4989 | |
James Smart | e74c03c | 2013-04-17 20:15:19 -0400 | [diff] [blame] | 4990 | if (!lpfc_is_link_up(phba)) { |
| 4991 | lpfc_printf_vlog(vport, KERN_INFO, LOG_SLI, |
| 4992 | "3315 Link is not up %x\n", |
| 4993 | phba->link_state); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4994 | return; |
James Smart | e74c03c | 2013-04-17 20:15:19 -0400 | [diff] [blame] | 4995 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4996 | |
| 4997 | if (phba->link_state == LPFC_CLEAR_LA) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4998 | clear_la_pending = 1; |
| 4999 | else |
| 5000 | clear_la_pending = 0; |
| 5001 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5002 | if (vport->port_state < LPFC_VPORT_READY) |
| 5003 | vport->port_state = LPFC_DISC_AUTH; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5004 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5005 | lpfc_set_disctmo(vport); |
| 5006 | |
| 5007 | if (vport->fc_prevDID == vport->fc_myDID) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5008 | did_changed = 0; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5009 | else |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5010 | did_changed = 1; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5011 | |
| 5012 | vport->fc_prevDID = vport->fc_myDID; |
| 5013 | vport->num_disc_nodes = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5014 | |
| 5015 | /* Start Discovery state <hba_state> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5016 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 5017 | "0202 Start Discovery hba state x%x " |
| 5018 | "Data: x%x x%x x%x\n", |
| 5019 | vport->port_state, vport->fc_flag, vport->fc_plogi_cnt, |
| 5020 | vport->fc_adisc_cnt); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5021 | |
| 5022 | /* First do ADISCs - if any */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5023 | num_sent = lpfc_els_disc_adisc(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5024 | |
| 5025 | if (num_sent) |
| 5026 | return; |
| 5027 | |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5028 | /* Register the VPI for SLI3, NON-NPIV only. */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5029 | if ((phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) && |
James Smart | 1b32f6a | 2008-02-08 18:49:39 -0500 | [diff] [blame] | 5030 | !(vport->fc_flag & FC_PT2PT) && |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 5031 | !(vport->fc_flag & FC_RSCN_MODE) && |
| 5032 | (phba->sli_rev < LPFC_SLI_REV4)) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5033 | lpfc_issue_reg_vpi(phba, vport); |
| 5034 | return; |
| 5035 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5036 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5037 | /* |
| 5038 | * For SLI2, we need to set port_state to READY and continue |
| 5039 | * discovery. |
| 5040 | */ |
| 5041 | if (vport->port_state < LPFC_VPORT_READY && !clear_la_pending) { |
| 5042 | /* If we get here, there is nothing to ADISC */ |
| 5043 | if (vport->port_type == LPFC_PHYSICAL_PORT) |
| 5044 | lpfc_issue_clear_la(phba, vport); |
| 5045 | |
| 5046 | if (!(vport->fc_flag & FC_ABORT_DISCOVERY)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5047 | vport->num_disc_nodes = 0; |
| 5048 | /* go thru NPR nodes and issue ELS PLOGIs */ |
| 5049 | if (vport->fc_npr_cnt) |
| 5050 | lpfc_els_disc_plogi(vport); |
| 5051 | |
| 5052 | if (!vport->num_disc_nodes) { |
| 5053 | spin_lock_irq(shost->host_lock); |
| 5054 | vport->fc_flag &= ~FC_NDISC_ACTIVE; |
| 5055 | spin_unlock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5056 | lpfc_can_disctmo(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5057 | } |
| 5058 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5059 | vport->port_state = LPFC_VPORT_READY; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5060 | } else { |
| 5061 | /* Next do PLOGIs - if any */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5062 | num_sent = lpfc_els_disc_plogi(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5063 | |
| 5064 | if (num_sent) |
| 5065 | return; |
| 5066 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5067 | if (vport->fc_flag & FC_RSCN_MODE) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5068 | /* Check to see if more RSCNs came in while we |
| 5069 | * were processing this one. |
| 5070 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5071 | if ((vport->fc_rscn_id_cnt == 0) && |
| 5072 | (!(vport->fc_flag & FC_RSCN_DISCOVERY))) { |
| 5073 | spin_lock_irq(shost->host_lock); |
| 5074 | vport->fc_flag &= ~FC_RSCN_MODE; |
| 5075 | spin_unlock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5076 | lpfc_can_disctmo(vport); |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 5077 | } else |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5078 | lpfc_els_handle_rscn(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5079 | } |
| 5080 | } |
| 5081 | return; |
| 5082 | } |
| 5083 | |
| 5084 | /* |
| 5085 | * Ignore completion for all IOCBs on tx and txcmpl queue for ELS |
| 5086 | * ring the match the sppecified nodelist. |
| 5087 | */ |
| 5088 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5089 | lpfc_free_tx(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5090 | { |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 5091 | LIST_HEAD(completions); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5092 | struct lpfc_sli *psli; |
| 5093 | IOCB_t *icmd; |
| 5094 | struct lpfc_iocbq *iocb, *next_iocb; |
| 5095 | struct lpfc_sli_ring *pring; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5096 | |
| 5097 | psli = &phba->sli; |
| 5098 | pring = &psli->ring[LPFC_ELS_RING]; |
| 5099 | |
| 5100 | /* Error matching iocb on txq or txcmplq |
| 5101 | * First check the txq. |
| 5102 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5103 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5104 | list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) { |
| 5105 | if (iocb->context1 != ndlp) { |
| 5106 | continue; |
| 5107 | } |
| 5108 | icmd = &iocb->iocb; |
| 5109 | if ((icmd->ulpCommand == CMD_ELS_REQUEST64_CR) || |
| 5110 | (icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX)) { |
| 5111 | |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 5112 | list_move_tail(&iocb->list, &completions); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5113 | } |
| 5114 | } |
| 5115 | |
| 5116 | /* Next check the txcmplq */ |
| 5117 | list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) { |
| 5118 | if (iocb->context1 != ndlp) { |
| 5119 | continue; |
| 5120 | } |
| 5121 | icmd = &iocb->iocb; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5122 | if (icmd->ulpCommand == CMD_ELS_REQUEST64_CR || |
| 5123 | icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX) { |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 5124 | lpfc_sli_issue_abort_iotag(phba, pring, iocb); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5125 | } |
| 5126 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5127 | spin_unlock_irq(&phba->hbalock); |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 5128 | |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 5129 | /* Cancel all the IOCBs from the completions list */ |
| 5130 | lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT, |
| 5131 | IOERR_SLI_ABORTED); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5132 | } |
| 5133 | |
Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 5134 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5135 | lpfc_disc_flush_list(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5136 | { |
| 5137 | struct lpfc_nodelist *ndlp, *next_ndlp; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5138 | struct lpfc_hba *phba = vport->phba; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5139 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5140 | if (vport->fc_plogi_cnt || vport->fc_adisc_cnt) { |
| 5141 | list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5142 | nlp_listp) { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5143 | if (!NLP_CHK_NODE_ACT(ndlp)) |
| 5144 | continue; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5145 | if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || |
| 5146 | ndlp->nlp_state == NLP_STE_ADISC_ISSUE) { |
| 5147 | lpfc_free_tx(phba, ndlp); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5148 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5149 | } |
| 5150 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5151 | } |
| 5152 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5153 | void |
| 5154 | lpfc_cleanup_discovery_resources(struct lpfc_vport *vport) |
| 5155 | { |
| 5156 | lpfc_els_flush_rscn(vport); |
| 5157 | lpfc_els_flush_cmd(vport); |
| 5158 | lpfc_disc_flush_list(vport); |
| 5159 | } |
| 5160 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5161 | /*****************************************************************************/ |
| 5162 | /* |
| 5163 | * NAME: lpfc_disc_timeout |
| 5164 | * |
| 5165 | * FUNCTION: Fibre Channel driver discovery timeout routine. |
| 5166 | * |
| 5167 | * EXECUTION ENVIRONMENT: interrupt only |
| 5168 | * |
| 5169 | * CALLED FROM: |
| 5170 | * Timer function |
| 5171 | * |
| 5172 | * RETURNS: |
| 5173 | * none |
| 5174 | */ |
| 5175 | /*****************************************************************************/ |
| 5176 | void |
| 5177 | lpfc_disc_timeout(unsigned long ptr) |
| 5178 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5179 | struct lpfc_vport *vport = (struct lpfc_vport *) ptr; |
| 5180 | struct lpfc_hba *phba = vport->phba; |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 5181 | uint32_t tmo_posted; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5182 | unsigned long flags = 0; |
| 5183 | |
| 5184 | if (unlikely(!phba)) |
| 5185 | return; |
| 5186 | |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 5187 | spin_lock_irqsave(&vport->work_port_lock, flags); |
| 5188 | tmo_posted = vport->work_port_events & WORKER_DISC_TMO; |
| 5189 | if (!tmo_posted) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5190 | vport->work_port_events |= WORKER_DISC_TMO; |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 5191 | spin_unlock_irqrestore(&vport->work_port_lock, flags); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5192 | |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 5193 | if (!tmo_posted) |
| 5194 | lpfc_worker_wake_up(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5195 | return; |
| 5196 | } |
| 5197 | |
| 5198 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5199 | lpfc_disc_timeout_handler(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5200 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5201 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 5202 | struct lpfc_hba *phba = vport->phba; |
| 5203 | struct lpfc_sli *psli = &phba->sli; |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 5204 | struct lpfc_nodelist *ndlp, *next_ndlp; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5205 | LPFC_MBOXQ_t *initlinkmbox; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5206 | int rc, clrlaerr = 0; |
| 5207 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5208 | if (!(vport->fc_flag & FC_DISC_TMO)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5209 | return; |
| 5210 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5211 | spin_lock_irq(shost->host_lock); |
| 5212 | vport->fc_flag &= ~FC_DISC_TMO; |
| 5213 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5214 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 5215 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, |
| 5216 | "disc timeout: state:x%x rtry:x%x flg:x%x", |
| 5217 | vport->port_state, vport->fc_ns_retry, vport->fc_flag); |
| 5218 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5219 | switch (vport->port_state) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5220 | |
| 5221 | case LPFC_LOCAL_CFG_LINK: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5222 | /* port_state is identically LPFC_LOCAL_CFG_LINK while waiting for |
| 5223 | * FAN |
| 5224 | */ |
| 5225 | /* FAN timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5226 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_DISCOVERY, |
| 5227 | "0221 FAN timeout\n"); |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 5228 | /* Start discovery by sending FLOGI, clean up old rpis */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5229 | list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5230 | nlp_listp) { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5231 | if (!NLP_CHK_NODE_ACT(ndlp)) |
| 5232 | continue; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5233 | if (ndlp->nlp_state != NLP_STE_NPR_NODE) |
| 5234 | continue; |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 5235 | if (ndlp->nlp_type & NLP_FABRIC) { |
| 5236 | /* Clean up the ndlp on Fabric connections */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5237 | lpfc_drop_node(vport, ndlp); |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 5238 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 5239 | } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) { |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 5240 | /* Fail outstanding IO now since device |
| 5241 | * is marked for PLOGI. |
| 5242 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5243 | lpfc_unreg_rpi(vport, ndlp); |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 5244 | } |
| 5245 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5246 | if (vport->port_state != LPFC_FLOGI) { |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 5247 | if (phba->sli_rev <= LPFC_SLI_REV3) |
| 5248 | lpfc_initial_flogi(vport); |
| 5249 | else |
| 5250 | lpfc_issue_init_vfi(vport); |
James Smart | 0ff10d4 | 2008-01-11 01:52:36 -0500 | [diff] [blame] | 5251 | return; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5252 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5253 | break; |
| 5254 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5255 | case LPFC_FDISC: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5256 | case LPFC_FLOGI: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5257 | /* port_state is identically LPFC_FLOGI while waiting for FLOGI cmpl */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5258 | /* Initial FLOGI timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5259 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 5260 | "0222 Initial %s timeout\n", |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 5261 | vport->vpi ? "FDISC" : "FLOGI"); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5262 | |
| 5263 | /* Assume no Fabric and go on with discovery. |
| 5264 | * Check for outstanding ELS FLOGI to abort. |
| 5265 | */ |
| 5266 | |
| 5267 | /* FLOGI failed, so just use loop map to make discovery list */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5268 | lpfc_disc_list_loopmap(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5269 | |
| 5270 | /* Start discovery */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5271 | lpfc_disc_start(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5272 | break; |
| 5273 | |
| 5274 | case LPFC_FABRIC_CFG_LINK: |
| 5275 | /* hba_state is identically LPFC_FABRIC_CFG_LINK while waiting for |
| 5276 | NameServer login */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5277 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 5278 | "0223 Timeout while waiting for " |
| 5279 | "NameServer login\n"); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5280 | /* Next look for NameServer ndlp */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5281 | ndlp = lpfc_findnode_did(vport, NameServer_DID); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5282 | if (ndlp && NLP_CHK_NODE_ACT(ndlp)) |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 5283 | lpfc_els_abort(phba, ndlp); |
| 5284 | |
| 5285 | /* ReStart discovery */ |
| 5286 | goto restart_disc; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5287 | |
| 5288 | case LPFC_NS_QRY: |
| 5289 | /* Check for wait for NameServer Rsp timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5290 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 5291 | "0224 NameServer Query timeout " |
| 5292 | "Data: x%x x%x\n", |
| 5293 | vport->fc_ns_retry, LPFC_MAX_NS_RETRY); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5294 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5295 | if (vport->fc_ns_retry < LPFC_MAX_NS_RETRY) { |
| 5296 | /* Try it one more time */ |
| 5297 | vport->fc_ns_retry++; |
| 5298 | rc = lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, |
| 5299 | vport->fc_ns_retry, 0); |
| 5300 | if (rc == 0) |
| 5301 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5302 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5303 | vport->fc_ns_retry = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5304 | |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 5305 | restart_disc: |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5306 | /* |
| 5307 | * Discovery is over. |
| 5308 | * set port_state to PORT_READY if SLI2. |
| 5309 | * cmpl_reg_vpi will set port_state to READY for SLI3. |
| 5310 | */ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 5311 | if (phba->sli_rev < LPFC_SLI_REV4) { |
| 5312 | if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) |
| 5313 | lpfc_issue_reg_vpi(phba, vport); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5314 | else { |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 5315 | lpfc_issue_clear_la(phba, vport); |
| 5316 | vport->port_state = LPFC_VPORT_READY; |
| 5317 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5318 | } |
| 5319 | |
| 5320 | /* Setup and issue mailbox INITIALIZE LINK command */ |
| 5321 | initlinkmbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 5322 | if (!initlinkmbox) { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5323 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 5324 | "0206 Device Discovery " |
| 5325 | "completion error\n"); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5326 | phba->link_state = LPFC_HBA_ERROR; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5327 | break; |
| 5328 | } |
| 5329 | |
| 5330 | lpfc_linkdown(phba); |
| 5331 | lpfc_init_link(phba, initlinkmbox, phba->cfg_topology, |
| 5332 | phba->cfg_link_speed); |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 5333 | initlinkmbox->u.mb.un.varInitLnk.lipsr_AL_PA = 0; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 5334 | initlinkmbox->vport = vport; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5335 | initlinkmbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 5336 | rc = lpfc_sli_issue_mbox(phba, initlinkmbox, MBX_NOWAIT); |
James Smart | 5b8bd0c | 2007-04-25 09:52:49 -0400 | [diff] [blame] | 5337 | lpfc_set_loopback_flag(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5338 | if (rc == MBX_NOT_FINISHED) |
| 5339 | mempool_free(initlinkmbox, phba->mbox_mem_pool); |
| 5340 | |
| 5341 | break; |
| 5342 | |
| 5343 | case LPFC_DISC_AUTH: |
| 5344 | /* Node Authentication timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5345 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 5346 | "0227 Node Authentication timeout\n"); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5347 | lpfc_disc_flush_list(vport); |
| 5348 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5349 | /* |
| 5350 | * set port_state to PORT_READY if SLI2. |
| 5351 | * cmpl_reg_vpi will set port_state to READY for SLI3. |
| 5352 | */ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 5353 | if (phba->sli_rev < LPFC_SLI_REV4) { |
| 5354 | if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) |
| 5355 | lpfc_issue_reg_vpi(phba, vport); |
| 5356 | else { /* NPIV Not enabled */ |
| 5357 | lpfc_issue_clear_la(phba, vport); |
| 5358 | vport->port_state = LPFC_VPORT_READY; |
| 5359 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5360 | } |
| 5361 | break; |
| 5362 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5363 | case LPFC_VPORT_READY: |
| 5364 | if (vport->fc_flag & FC_RSCN_MODE) { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5365 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 5366 | "0231 RSCN timeout Data: x%x " |
| 5367 | "x%x\n", |
| 5368 | vport->fc_ns_retry, LPFC_MAX_NS_RETRY); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5369 | |
| 5370 | /* Cleanup any outstanding ELS commands */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5371 | lpfc_els_flush_cmd(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5372 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5373 | lpfc_els_flush_rscn(vport); |
| 5374 | lpfc_disc_flush_list(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5375 | } |
| 5376 | break; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5377 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5378 | default: |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5379 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 5380 | "0273 Unexpected discovery timeout, " |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5381 | "vport State x%x\n", vport->port_state); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5382 | break; |
| 5383 | } |
| 5384 | |
| 5385 | switch (phba->link_state) { |
| 5386 | case LPFC_CLEAR_LA: |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5387 | /* CLEAR LA timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5388 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 5389 | "0228 CLEAR LA timeout\n"); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5390 | clrlaerr = 1; |
| 5391 | break; |
| 5392 | |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 5393 | case LPFC_LINK_UP: |
| 5394 | lpfc_issue_clear_la(phba, vport); |
| 5395 | /* Drop thru */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5396 | case LPFC_LINK_UNKNOWN: |
| 5397 | case LPFC_WARM_START: |
| 5398 | case LPFC_INIT_START: |
| 5399 | case LPFC_INIT_MBX_CMDS: |
| 5400 | case LPFC_LINK_DOWN: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5401 | case LPFC_HBA_ERROR: |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5402 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 5403 | "0230 Unexpected timeout, hba link " |
| 5404 | "state x%x\n", phba->link_state); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5405 | clrlaerr = 1; |
| 5406 | break; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5407 | |
| 5408 | case LPFC_HBA_READY: |
| 5409 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5410 | } |
| 5411 | |
| 5412 | if (clrlaerr) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5413 | lpfc_disc_flush_list(vport); |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 5414 | psli->ring[(psli->extra_ring)].flag &= ~LPFC_STOP_IOCB_EVENT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5415 | psli->ring[(psli->fcp_ring)].flag &= ~LPFC_STOP_IOCB_EVENT; |
| 5416 | psli->ring[(psli->next_ring)].flag &= ~LPFC_STOP_IOCB_EVENT; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5417 | vport->port_state = LPFC_VPORT_READY; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5418 | } |
| 5419 | |
| 5420 | return; |
| 5421 | } |
| 5422 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5423 | /* |
| 5424 | * This routine handles processing a NameServer REG_LOGIN mailbox |
| 5425 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 5426 | * as the completion routine when the command is |
| 5427 | * handed off to the SLI layer. |
| 5428 | */ |
| 5429 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5430 | lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5431 | { |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 5432 | MAILBOX_t *mb = &pmb->u.mb; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5433 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
| 5434 | struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2; |
| 5435 | struct lpfc_vport *vport = pmb->vport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5436 | |
| 5437 | pmb->context1 = NULL; |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 5438 | pmb->context2 = NULL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5439 | |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5440 | if (phba->sli_rev < LPFC_SLI_REV4) |
| 5441 | ndlp->nlp_rpi = mb->un.varWords[0]; |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 5442 | ndlp->nlp_flag |= NLP_RPI_REGISTERED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5443 | ndlp->nlp_type |= NLP_FABRIC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5444 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5445 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5446 | /* |
| 5447 | * Start issuing Fabric-Device Management Interface (FDMI) command to |
| 5448 | * 0xfffffa (FDMI well known port) or Delay issuing FDMI command if |
| 5449 | * fdmi-on=2 (supporting RPA/hostnmae) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5450 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5451 | |
James Smart | 3de2a65 | 2007-08-02 11:09:59 -0400 | [diff] [blame] | 5452 | if (vport->cfg_fdmi_on == 1) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5453 | lpfc_fdmi_cmd(vport, ndlp, SLI_MGMT_DHBA); |
| 5454 | else |
James Smart | 256ec0d | 2013-04-17 20:14:58 -0400 | [diff] [blame] | 5455 | mod_timer(&vport->fc_fdmitmo, |
| 5456 | jiffies + msecs_to_jiffies(1000 * 60)); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5457 | |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 5458 | /* decrement the node reference count held for this callback |
| 5459 | * function. |
| 5460 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5461 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5462 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 5463 | kfree(mp); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5464 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5465 | |
| 5466 | return; |
| 5467 | } |
| 5468 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5469 | static int |
| 5470 | lpfc_filter_by_rpi(struct lpfc_nodelist *ndlp, void *param) |
| 5471 | { |
| 5472 | uint16_t *rpi = param; |
| 5473 | |
James Smart | eff4a01 | 2012-01-18 16:25:25 -0500 | [diff] [blame] | 5474 | /* check for active node */ |
| 5475 | if (!NLP_CHK_NODE_ACT(ndlp)) |
| 5476 | return 0; |
| 5477 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5478 | return ndlp->nlp_rpi == *rpi; |
| 5479 | } |
| 5480 | |
| 5481 | static int |
| 5482 | lpfc_filter_by_wwpn(struct lpfc_nodelist *ndlp, void *param) |
| 5483 | { |
| 5484 | return memcmp(&ndlp->nlp_portname, param, |
| 5485 | sizeof(ndlp->nlp_portname)) == 0; |
| 5486 | } |
| 5487 | |
Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 5488 | static struct lpfc_nodelist * |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5489 | __lpfc_find_node(struct lpfc_vport *vport, node_filter filter, void *param) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5490 | { |
James.Smart@Emulex.Com | 21568f5 | 2005-10-28 20:29:36 -0400 | [diff] [blame] | 5491 | struct lpfc_nodelist *ndlp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5492 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5493 | list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { |
James Smart | 34f5ad8 | 2012-08-03 12:35:03 -0400 | [diff] [blame] | 5494 | if (filter(ndlp, param)) { |
| 5495 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 5496 | "3185 FIND node filter %p DID " |
| 5497 | "Data: x%p x%x x%x\n", |
| 5498 | filter, ndlp, ndlp->nlp_DID, |
| 5499 | ndlp->nlp_flag); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5500 | return ndlp; |
James Smart | 34f5ad8 | 2012-08-03 12:35:03 -0400 | [diff] [blame] | 5501 | } |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5502 | } |
James Smart | 34f5ad8 | 2012-08-03 12:35:03 -0400 | [diff] [blame] | 5503 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 5504 | "3186 FIND node filter %p NOT FOUND.\n", filter); |
James.Smart@Emulex.Com | 21568f5 | 2005-10-28 20:29:36 -0400 | [diff] [blame] | 5505 | return NULL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5506 | } |
| 5507 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5508 | /* |
| 5509 | * This routine looks up the ndlp lists for the given RPI. If rpi found it |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5510 | * returns the node list element pointer else return NULL. |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5511 | */ |
| 5512 | struct lpfc_nodelist * |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5513 | __lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi) |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5514 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5515 | return __lpfc_find_node(vport, lpfc_filter_by_rpi, &rpi); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5516 | } |
| 5517 | |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5518 | /* |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5519 | * This routine looks up the ndlp lists for the given WWPN. If WWPN found it |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5520 | * returns the node element list pointer else return NULL. |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5521 | */ |
| 5522 | struct lpfc_nodelist * |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5523 | lpfc_findnode_wwpn(struct lpfc_vport *vport, struct lpfc_name *wwpn) |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5524 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5525 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5526 | struct lpfc_nodelist *ndlp; |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5527 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5528 | spin_lock_irq(shost->host_lock); |
| 5529 | ndlp = __lpfc_find_node(vport, lpfc_filter_by_wwpn, wwpn); |
| 5530 | spin_unlock_irq(shost->host_lock); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 5531 | return ndlp; |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5532 | } |
| 5533 | |
James Smart | cb69f7d | 2011-12-13 13:21:57 -0500 | [diff] [blame] | 5534 | /* |
| 5535 | * This routine looks up the ndlp lists for the given RPI. If the rpi |
| 5536 | * is found, the routine returns the node element list pointer else |
| 5537 | * return NULL. |
| 5538 | */ |
| 5539 | struct lpfc_nodelist * |
| 5540 | lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi) |
| 5541 | { |
| 5542 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 5543 | struct lpfc_nodelist *ndlp; |
| 5544 | |
| 5545 | spin_lock_irq(shost->host_lock); |
| 5546 | ndlp = __lpfc_findnode_rpi(vport, rpi); |
| 5547 | spin_unlock_irq(shost->host_lock); |
| 5548 | return ndlp; |
| 5549 | } |
| 5550 | |
| 5551 | /** |
| 5552 | * lpfc_find_vport_by_vpid - Find a vport on a HBA through vport identifier |
| 5553 | * @phba: pointer to lpfc hba data structure. |
| 5554 | * @vpi: the physical host virtual N_Port identifier. |
| 5555 | * |
| 5556 | * This routine finds a vport on a HBA (referred by @phba) through a |
| 5557 | * @vpi. The function walks the HBA's vport list and returns the address |
| 5558 | * of the vport with the matching @vpi. |
| 5559 | * |
| 5560 | * Return code |
| 5561 | * NULL - No vport with the matching @vpi found |
| 5562 | * Otherwise - Address to the vport with the matching @vpi. |
| 5563 | **/ |
| 5564 | struct lpfc_vport * |
| 5565 | lpfc_find_vport_by_vpid(struct lpfc_hba *phba, uint16_t vpi) |
| 5566 | { |
| 5567 | struct lpfc_vport *vport; |
| 5568 | unsigned long flags; |
| 5569 | int i = 0; |
| 5570 | |
| 5571 | /* The physical ports are always vpi 0 - translate is unnecessary. */ |
| 5572 | if (vpi > 0) { |
| 5573 | /* |
| 5574 | * Translate the physical vpi to the logical vpi. The |
| 5575 | * vport stores the logical vpi. |
| 5576 | */ |
| 5577 | for (i = 0; i < phba->max_vpi; i++) { |
| 5578 | if (vpi == phba->vpi_ids[i]) |
| 5579 | break; |
| 5580 | } |
| 5581 | |
| 5582 | if (i >= phba->max_vpi) { |
| 5583 | lpfc_printf_log(phba, KERN_ERR, LOG_ELS, |
| 5584 | "2936 Could not find Vport mapped " |
| 5585 | "to vpi %d\n", vpi); |
| 5586 | return NULL; |
| 5587 | } |
| 5588 | } |
| 5589 | |
| 5590 | spin_lock_irqsave(&phba->hbalock, flags); |
| 5591 | list_for_each_entry(vport, &phba->port_list, listentry) { |
| 5592 | if (vport->vpi == i) { |
| 5593 | spin_unlock_irqrestore(&phba->hbalock, flags); |
| 5594 | return vport; |
| 5595 | } |
| 5596 | } |
| 5597 | spin_unlock_irqrestore(&phba->hbalock, flags); |
| 5598 | return NULL; |
| 5599 | } |
| 5600 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5601 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5602 | lpfc_nlp_init(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
| 5603 | uint32_t did) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5604 | { |
| 5605 | memset(ndlp, 0, sizeof (struct lpfc_nodelist)); |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 5606 | |
| 5607 | lpfc_initialize_node(vport, ndlp, did); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5608 | INIT_LIST_HEAD(&ndlp->nlp_listp); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 5609 | |
| 5610 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE, |
| 5611 | "node init: did:x%x", |
| 5612 | ndlp->nlp_DID, 0, 0); |
| 5613 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5614 | return; |
| 5615 | } |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5616 | |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5617 | /* This routine releases all resources associated with a specifc NPort's ndlp |
| 5618 | * and mempool_free's the nodelist. |
| 5619 | */ |
James Smart | 311464e | 2007-08-02 11:10:37 -0400 | [diff] [blame] | 5620 | static void |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5621 | lpfc_nlp_release(struct kref *kref) |
| 5622 | { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5623 | struct lpfc_hba *phba; |
| 5624 | unsigned long flags; |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5625 | struct lpfc_nodelist *ndlp = container_of(kref, struct lpfc_nodelist, |
| 5626 | kref); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 5627 | |
| 5628 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, |
| 5629 | "node release: did:x%x flg:x%x type:x%x", |
| 5630 | ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type); |
| 5631 | |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5632 | lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE, |
James Smart | 939723a | 2012-05-09 21:19:03 -0400 | [diff] [blame] | 5633 | "0279 lpfc_nlp_release: ndlp:x%p did %x " |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5634 | "usgmap:x%x refcnt:%d\n", |
James Smart | 939723a | 2012-05-09 21:19:03 -0400 | [diff] [blame] | 5635 | (void *)ndlp, ndlp->nlp_DID, ndlp->nlp_usg_map, |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5636 | atomic_read(&ndlp->kref.refcount)); |
| 5637 | |
| 5638 | /* remove ndlp from action. */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5639 | lpfc_nlp_remove(ndlp->vport, ndlp); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5640 | |
| 5641 | /* clear the ndlp active flag for all release cases */ |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 5642 | phba = ndlp->phba; |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5643 | spin_lock_irqsave(&phba->ndlp_lock, flags); |
| 5644 | NLP_CLR_NODE_ACT(ndlp); |
| 5645 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 5646 | if (phba->sli_rev == LPFC_SLI_REV4) |
| 5647 | lpfc_sli4_free_rpi(phba, ndlp->nlp_rpi); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5648 | |
| 5649 | /* free ndlp memory for final ndlp release */ |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 5650 | if (NLP_CHK_FREE_REQ(ndlp)) { |
| 5651 | kfree(ndlp->lat_data); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 5652 | mempool_free(ndlp, ndlp->phba->nlp_mem_pool); |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 5653 | } |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5654 | } |
| 5655 | |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5656 | /* This routine bumps the reference count for a ndlp structure to ensure |
| 5657 | * that one discovery thread won't free a ndlp while another discovery thread |
| 5658 | * is using it. |
| 5659 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5660 | struct lpfc_nodelist * |
| 5661 | lpfc_nlp_get(struct lpfc_nodelist *ndlp) |
| 5662 | { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5663 | struct lpfc_hba *phba; |
| 5664 | unsigned long flags; |
| 5665 | |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5666 | if (ndlp) { |
| 5667 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, |
| 5668 | "node get: did:x%x flg:x%x refcnt:x%x", |
| 5669 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 5670 | atomic_read(&ndlp->kref.refcount)); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5671 | /* The check of ndlp usage to prevent incrementing the |
| 5672 | * ndlp reference count that is in the process of being |
| 5673 | * released. |
| 5674 | */ |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 5675 | phba = ndlp->phba; |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5676 | spin_lock_irqsave(&phba->ndlp_lock, flags); |
| 5677 | if (!NLP_CHK_NODE_ACT(ndlp) || NLP_CHK_FREE_ACK(ndlp)) { |
| 5678 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 5679 | lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE, |
| 5680 | "0276 lpfc_nlp_get: ndlp:x%p " |
| 5681 | "usgmap:x%x refcnt:%d\n", |
| 5682 | (void *)ndlp, ndlp->nlp_usg_map, |
| 5683 | atomic_read(&ndlp->kref.refcount)); |
| 5684 | return NULL; |
| 5685 | } else |
| 5686 | kref_get(&ndlp->kref); |
| 5687 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5688 | } |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5689 | return ndlp; |
| 5690 | } |
| 5691 | |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5692 | /* This routine decrements the reference count for a ndlp structure. If the |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5693 | * count goes to 0, this indicates the the associated nodelist should be |
| 5694 | * freed. Returning 1 indicates the ndlp resource has been released; on the |
| 5695 | * other hand, returning 0 indicates the ndlp resource has not been released |
| 5696 | * yet. |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5697 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5698 | int |
| 5699 | lpfc_nlp_put(struct lpfc_nodelist *ndlp) |
| 5700 | { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5701 | struct lpfc_hba *phba; |
| 5702 | unsigned long flags; |
| 5703 | |
| 5704 | if (!ndlp) |
| 5705 | return 1; |
| 5706 | |
| 5707 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, |
| 5708 | "node put: did:x%x flg:x%x refcnt:x%x", |
| 5709 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 5710 | atomic_read(&ndlp->kref.refcount)); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 5711 | phba = ndlp->phba; |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5712 | spin_lock_irqsave(&phba->ndlp_lock, flags); |
| 5713 | /* Check the ndlp memory free acknowledge flag to avoid the |
| 5714 | * possible race condition that kref_put got invoked again |
| 5715 | * after previous one has done ndlp memory free. |
| 5716 | */ |
| 5717 | if (NLP_CHK_FREE_ACK(ndlp)) { |
| 5718 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 5719 | lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE, |
| 5720 | "0274 lpfc_nlp_put: ndlp:x%p " |
| 5721 | "usgmap:x%x refcnt:%d\n", |
| 5722 | (void *)ndlp, ndlp->nlp_usg_map, |
| 5723 | atomic_read(&ndlp->kref.refcount)); |
| 5724 | return 1; |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5725 | } |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5726 | /* Check the ndlp inactivate log flag to avoid the possible |
| 5727 | * race condition that kref_put got invoked again after ndlp |
| 5728 | * is already in inactivating state. |
| 5729 | */ |
| 5730 | if (NLP_CHK_IACT_REQ(ndlp)) { |
| 5731 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 5732 | lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE, |
| 5733 | "0275 lpfc_nlp_put: ndlp:x%p " |
| 5734 | "usgmap:x%x refcnt:%d\n", |
| 5735 | (void *)ndlp, ndlp->nlp_usg_map, |
| 5736 | atomic_read(&ndlp->kref.refcount)); |
| 5737 | return 1; |
| 5738 | } |
| 5739 | /* For last put, mark the ndlp usage flags to make sure no |
| 5740 | * other kref_get and kref_put on the same ndlp shall get |
| 5741 | * in between the process when the final kref_put has been |
| 5742 | * invoked on this ndlp. |
| 5743 | */ |
| 5744 | if (atomic_read(&ndlp->kref.refcount) == 1) { |
| 5745 | /* Indicate ndlp is put to inactive state. */ |
| 5746 | NLP_SET_IACT_REQ(ndlp); |
| 5747 | /* Acknowledge ndlp memory free has been seen. */ |
| 5748 | if (NLP_CHK_FREE_REQ(ndlp)) |
| 5749 | NLP_SET_FREE_ACK(ndlp); |
| 5750 | } |
| 5751 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 5752 | /* Note, the kref_put returns 1 when decrementing a reference |
| 5753 | * count that was 1, it invokes the release callback function, |
| 5754 | * but it still left the reference count as 1 (not actually |
| 5755 | * performs the last decrementation). Otherwise, it actually |
| 5756 | * decrements the reference count and returns 0. |
| 5757 | */ |
| 5758 | return kref_put(&ndlp->kref, lpfc_nlp_release); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5759 | } |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5760 | |
| 5761 | /* This routine free's the specified nodelist if it is not in use |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5762 | * by any other discovery thread. This routine returns 1 if the |
| 5763 | * ndlp has been freed. A return value of 0 indicates the ndlp is |
| 5764 | * not yet been released. |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5765 | */ |
| 5766 | int |
| 5767 | lpfc_nlp_not_used(struct lpfc_nodelist *ndlp) |
| 5768 | { |
| 5769 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, |
| 5770 | "node not used: did:x%x flg:x%x refcnt:x%x", |
| 5771 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 5772 | atomic_read(&ndlp->kref.refcount)); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5773 | if (atomic_read(&ndlp->kref.refcount) == 1) |
| 5774 | if (lpfc_nlp_put(ndlp)) |
| 5775 | return 1; |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5776 | return 0; |
| 5777 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5778 | |
| 5779 | /** |
| 5780 | * lpfc_fcf_inuse - Check if FCF can be unregistered. |
| 5781 | * @phba: Pointer to hba context object. |
| 5782 | * |
| 5783 | * This function iterate through all FC nodes associated |
| 5784 | * will all vports to check if there is any node with |
| 5785 | * fc_rports associated with it. If there is an fc_rport |
| 5786 | * associated with the node, then the node is either in |
| 5787 | * discovered state or its devloss_timer is pending. |
| 5788 | */ |
| 5789 | static int |
| 5790 | lpfc_fcf_inuse(struct lpfc_hba *phba) |
| 5791 | { |
| 5792 | struct lpfc_vport **vports; |
| 5793 | int i, ret = 0; |
| 5794 | struct lpfc_nodelist *ndlp; |
| 5795 | struct Scsi_Host *shost; |
| 5796 | |
| 5797 | vports = lpfc_create_vport_work_array(phba); |
| 5798 | |
James Smart | 63e801c | 2010-11-20 23:14:19 -0500 | [diff] [blame] | 5799 | /* If driver cannot allocate memory, indicate fcf is in use */ |
| 5800 | if (!vports) |
| 5801 | return 1; |
| 5802 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5803 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { |
| 5804 | shost = lpfc_shost_from_vport(vports[i]); |
| 5805 | spin_lock_irq(shost->host_lock); |
James Smart | 0558056 | 2011-05-24 11:40:48 -0400 | [diff] [blame] | 5806 | /* |
| 5807 | * IF the CVL_RCVD bit is not set then we have sent the |
| 5808 | * flogi. |
| 5809 | * If dev_loss fires while we are waiting we do not want to |
| 5810 | * unreg the fcf. |
| 5811 | */ |
| 5812 | if (!(vports[i]->fc_flag & FC_VPORT_CVL_RCVD)) { |
| 5813 | spin_unlock_irq(shost->host_lock); |
| 5814 | ret = 1; |
| 5815 | goto out; |
| 5816 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5817 | list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) { |
| 5818 | if (NLP_CHK_NODE_ACT(ndlp) && ndlp->rport && |
| 5819 | (ndlp->rport->roles & FC_RPORT_ROLE_FCP_TARGET)) { |
| 5820 | ret = 1; |
| 5821 | spin_unlock_irq(shost->host_lock); |
| 5822 | goto out; |
James Smart | 80c1784 | 2012-03-01 22:35:45 -0500 | [diff] [blame] | 5823 | } else if (ndlp->nlp_flag & NLP_RPI_REGISTERED) { |
| 5824 | ret = 1; |
James Smart | 891478a | 2009-11-18 15:40:23 -0500 | [diff] [blame] | 5825 | lpfc_printf_log(phba, KERN_INFO, LOG_ELS, |
James Smart | 80c1784 | 2012-03-01 22:35:45 -0500 | [diff] [blame] | 5826 | "2624 RPI %x DID %x flag %x " |
| 5827 | "still logged in\n", |
| 5828 | ndlp->nlp_rpi, ndlp->nlp_DID, |
| 5829 | ndlp->nlp_flag); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5830 | } |
| 5831 | } |
| 5832 | spin_unlock_irq(shost->host_lock); |
| 5833 | } |
| 5834 | out: |
| 5835 | lpfc_destroy_vport_work_array(phba, vports); |
| 5836 | return ret; |
| 5837 | } |
| 5838 | |
| 5839 | /** |
| 5840 | * lpfc_unregister_vfi_cmpl - Completion handler for unreg vfi. |
| 5841 | * @phba: Pointer to hba context object. |
| 5842 | * @mboxq: Pointer to mailbox object. |
| 5843 | * |
| 5844 | * This function frees memory associated with the mailbox command. |
| 5845 | */ |
James Smart | 1b51197 | 2011-12-13 13:23:09 -0500 | [diff] [blame] | 5846 | void |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5847 | lpfc_unregister_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 5848 | { |
| 5849 | struct lpfc_vport *vport = mboxq->vport; |
James Smart | 38b92ef | 2010-08-04 16:11:39 -0400 | [diff] [blame] | 5850 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5851 | |
| 5852 | if (mboxq->u.mb.mbxStatus) { |
| 5853 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, |
| 5854 | "2555 UNREG_VFI mbxStatus error x%x " |
| 5855 | "HBA state x%x\n", |
| 5856 | mboxq->u.mb.mbxStatus, vport->port_state); |
| 5857 | } |
James Smart | 38b92ef | 2010-08-04 16:11:39 -0400 | [diff] [blame] | 5858 | spin_lock_irq(shost->host_lock); |
| 5859 | phba->pport->fc_flag &= ~FC_VFI_REGISTERED; |
| 5860 | spin_unlock_irq(shost->host_lock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5861 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 5862 | return; |
| 5863 | } |
| 5864 | |
| 5865 | /** |
| 5866 | * lpfc_unregister_fcfi_cmpl - Completion handler for unreg fcfi. |
| 5867 | * @phba: Pointer to hba context object. |
| 5868 | * @mboxq: Pointer to mailbox object. |
| 5869 | * |
| 5870 | * This function frees memory associated with the mailbox command. |
| 5871 | */ |
| 5872 | static void |
| 5873 | lpfc_unregister_fcfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 5874 | { |
| 5875 | struct lpfc_vport *vport = mboxq->vport; |
| 5876 | |
| 5877 | if (mboxq->u.mb.mbxStatus) { |
| 5878 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, |
| 5879 | "2550 UNREG_FCFI mbxStatus error x%x " |
| 5880 | "HBA state x%x\n", |
| 5881 | mboxq->u.mb.mbxStatus, vport->port_state); |
| 5882 | } |
| 5883 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 5884 | return; |
| 5885 | } |
| 5886 | |
| 5887 | /** |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5888 | * lpfc_unregister_fcf_prep - Unregister fcf record preparation |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5889 | * @phba: Pointer to hba context object. |
| 5890 | * |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5891 | * This function prepare the HBA for unregistering the currently registered |
| 5892 | * FCF from the HBA. It performs unregistering, in order, RPIs, VPIs, and |
| 5893 | * VFIs. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5894 | */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5895 | int |
| 5896 | lpfc_unregister_fcf_prep(struct lpfc_hba *phba) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5897 | { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5898 | struct lpfc_vport **vports; |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 5899 | struct lpfc_nodelist *ndlp; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 5900 | struct Scsi_Host *shost; |
James Smart | e74c03c | 2013-04-17 20:15:19 -0400 | [diff] [blame] | 5901 | int i = 0, rc; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5902 | |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5903 | /* Unregister RPIs */ |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5904 | if (lpfc_fcf_inuse(phba)) |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5905 | lpfc_unreg_hba_rpis(phba); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5906 | |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 5907 | /* At this point, all discovery is aborted */ |
| 5908 | phba->pport->port_state = LPFC_VPORT_UNKNOWN; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5909 | |
| 5910 | /* Unregister VPIs */ |
| 5911 | vports = lpfc_create_vport_work_array(phba); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5912 | if (vports && (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5913 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 5914 | /* Stop FLOGI/FDISC retries */ |
| 5915 | ndlp = lpfc_findnode_did(vports[i], Fabric_DID); |
| 5916 | if (ndlp) |
| 5917 | lpfc_cancel_retry_delay_tmo(vports[i], ndlp); |
James Smart | 78730cf | 2010-04-06 15:06:30 -0400 | [diff] [blame] | 5918 | lpfc_cleanup_pending_mbox(vports[i]); |
James Smart | 5af5eee | 2010-10-22 11:06:38 -0400 | [diff] [blame] | 5919 | if (phba->sli_rev == LPFC_SLI_REV4) |
| 5920 | lpfc_sli4_unreg_all_rpis(vports[i]); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5921 | lpfc_mbx_unreg_vpi(vports[i]); |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 5922 | shost = lpfc_shost_from_vport(vports[i]); |
| 5923 | spin_lock_irq(shost->host_lock); |
James Smart | 891478a | 2009-11-18 15:40:23 -0500 | [diff] [blame] | 5924 | vports[i]->fc_flag |= FC_VPORT_NEEDS_INIT_VPI; |
James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 5925 | vports[i]->vpi_state &= ~LPFC_VPI_REGISTERED; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 5926 | spin_unlock_irq(shost->host_lock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5927 | } |
| 5928 | lpfc_destroy_vport_work_array(phba, vports); |
James Smart | e74c03c | 2013-04-17 20:15:19 -0400 | [diff] [blame] | 5929 | if (i == 0 && (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED))) { |
| 5930 | ndlp = lpfc_findnode_did(phba->pport, Fabric_DID); |
| 5931 | if (ndlp) |
| 5932 | lpfc_cancel_retry_delay_tmo(phba->pport, ndlp); |
| 5933 | lpfc_cleanup_pending_mbox(phba->pport); |
| 5934 | if (phba->sli_rev == LPFC_SLI_REV4) |
| 5935 | lpfc_sli4_unreg_all_rpis(phba->pport); |
| 5936 | lpfc_mbx_unreg_vpi(phba->pport); |
| 5937 | shost = lpfc_shost_from_vport(phba->pport); |
| 5938 | spin_lock_irq(shost->host_lock); |
| 5939 | phba->pport->fc_flag |= FC_VPORT_NEEDS_INIT_VPI; |
| 5940 | phba->pport->vpi_state &= ~LPFC_VPI_REGISTERED; |
| 5941 | spin_unlock_irq(shost->host_lock); |
| 5942 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5943 | |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 5944 | /* Cleanup any outstanding ELS commands */ |
| 5945 | lpfc_els_flush_all_cmd(phba); |
| 5946 | |
James Smart | 1b51197 | 2011-12-13 13:23:09 -0500 | [diff] [blame] | 5947 | /* Unregister the physical port VFI */ |
| 5948 | rc = lpfc_issue_unreg_vfi(phba->pport); |
| 5949 | return rc; |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5950 | } |
| 5951 | |
| 5952 | /** |
| 5953 | * lpfc_sli4_unregister_fcf - Unregister currently registered FCF record |
| 5954 | * @phba: Pointer to hba context object. |
| 5955 | * |
| 5956 | * This function issues synchronous unregister FCF mailbox command to HBA to |
| 5957 | * unregister the currently registered FCF record. The driver does not reset |
| 5958 | * the driver FCF usage state flags. |
| 5959 | * |
| 5960 | * Return 0 if successfully issued, none-zero otherwise. |
| 5961 | */ |
| 5962 | int |
| 5963 | lpfc_sli4_unregister_fcf(struct lpfc_hba *phba) |
| 5964 | { |
| 5965 | LPFC_MBOXQ_t *mbox; |
| 5966 | int rc; |
| 5967 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5968 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 5969 | if (!mbox) { |
| 5970 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5971 | "2551 UNREG_FCFI mbox allocation failed" |
| 5972 | "HBA state x%x\n", phba->pport->port_state); |
| 5973 | return -ENOMEM; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5974 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5975 | lpfc_unreg_fcfi(mbox, phba->fcf.fcfi); |
| 5976 | mbox->vport = phba->pport; |
| 5977 | mbox->mbox_cmpl = lpfc_unregister_fcfi_cmpl; |
| 5978 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
| 5979 | |
| 5980 | if (rc == MBX_NOT_FINISHED) { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5981 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 5982 | "2552 Unregister FCFI command failed rc x%x " |
| 5983 | "HBA state x%x\n", |
| 5984 | rc, phba->pport->port_state); |
| 5985 | return -EINVAL; |
| 5986 | } |
| 5987 | return 0; |
| 5988 | } |
| 5989 | |
| 5990 | /** |
| 5991 | * lpfc_unregister_fcf_rescan - Unregister currently registered fcf and rescan |
| 5992 | * @phba: Pointer to hba context object. |
| 5993 | * |
| 5994 | * This function unregisters the currently reigstered FCF. This function |
| 5995 | * also tries to find another FCF for discovery by rescan the HBA FCF table. |
| 5996 | */ |
| 5997 | void |
| 5998 | lpfc_unregister_fcf_rescan(struct lpfc_hba *phba) |
| 5999 | { |
| 6000 | int rc; |
| 6001 | |
| 6002 | /* Preparation for unregistering fcf */ |
| 6003 | rc = lpfc_unregister_fcf_prep(phba); |
| 6004 | if (rc) { |
| 6005 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY, |
| 6006 | "2748 Failed to prepare for unregistering " |
| 6007 | "HBA's FCF record: rc=%d\n", rc); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 6008 | return; |
| 6009 | } |
| 6010 | |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 6011 | /* Now, unregister FCF record and reset HBA FCF state */ |
| 6012 | rc = lpfc_sli4_unregister_fcf(phba); |
| 6013 | if (rc) |
| 6014 | return; |
| 6015 | /* Reset HBA FCF states after successful unregister FCF */ |
| 6016 | phba->fcf.fcf_flag = 0; |
James Smart | fc2b989 | 2010-02-26 14:15:29 -0500 | [diff] [blame] | 6017 | phba->fcf.current_rec.flag = 0; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 6018 | |
| 6019 | /* |
| 6020 | * If driver is not unloading, check if there is any other |
| 6021 | * FCF record that can be used for discovery. |
| 6022 | */ |
| 6023 | if ((phba->pport->load_flag & FC_UNLOADING) || |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 6024 | (phba->link_state < LPFC_LINK_UP)) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 6025 | return; |
| 6026 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 6027 | /* This is considered as the initial FCF discovery scan */ |
| 6028 | spin_lock_irq(&phba->hbalock); |
| 6029 | phba->fcf.fcf_flag |= FCF_INIT_DISC; |
| 6030 | spin_unlock_irq(&phba->hbalock); |
James Smart | 38b92ef | 2010-08-04 16:11:39 -0400 | [diff] [blame] | 6031 | |
| 6032 | /* Reset FCF roundrobin bmask for new discovery */ |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame] | 6033 | lpfc_sli4_clear_fcf_rr_bmask(phba); |
James Smart | 38b92ef | 2010-08-04 16:11:39 -0400 | [diff] [blame] | 6034 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 6035 | rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 6036 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 6037 | if (rc) { |
| 6038 | spin_lock_irq(&phba->hbalock); |
| 6039 | phba->fcf.fcf_flag &= ~FCF_INIT_DISC; |
| 6040 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 6041 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 6042 | "2553 lpfc_unregister_unused_fcf failed " |
| 6043 | "to read FCF record HBA state x%x\n", |
| 6044 | phba->pport->port_state); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 6045 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 6046 | } |
| 6047 | |
| 6048 | /** |
| 6049 | * lpfc_unregister_fcf - Unregister the currently registered fcf record |
| 6050 | * @phba: Pointer to hba context object. |
| 6051 | * |
| 6052 | * This function just unregisters the currently reigstered FCF. It does not |
| 6053 | * try to find another FCF for discovery. |
| 6054 | */ |
| 6055 | void |
| 6056 | lpfc_unregister_fcf(struct lpfc_hba *phba) |
| 6057 | { |
| 6058 | int rc; |
| 6059 | |
| 6060 | /* Preparation for unregistering fcf */ |
| 6061 | rc = lpfc_unregister_fcf_prep(phba); |
| 6062 | if (rc) { |
| 6063 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY, |
| 6064 | "2749 Failed to prepare for unregistering " |
| 6065 | "HBA's FCF record: rc=%d\n", rc); |
| 6066 | return; |
| 6067 | } |
| 6068 | |
| 6069 | /* Now, unregister FCF record and reset HBA FCF state */ |
| 6070 | rc = lpfc_sli4_unregister_fcf(phba); |
| 6071 | if (rc) |
| 6072 | return; |
| 6073 | /* Set proper HBA FCF states after successful unregister FCF */ |
| 6074 | spin_lock_irq(&phba->hbalock); |
| 6075 | phba->fcf.fcf_flag &= ~FCF_REGISTERED; |
| 6076 | spin_unlock_irq(&phba->hbalock); |
| 6077 | } |
| 6078 | |
| 6079 | /** |
| 6080 | * lpfc_unregister_unused_fcf - Unregister FCF if all devices are disconnected. |
| 6081 | * @phba: Pointer to hba context object. |
| 6082 | * |
| 6083 | * This function check if there are any connected remote port for the FCF and |
| 6084 | * if all the devices are disconnected, this function unregister FCFI. |
| 6085 | * This function also tries to use another FCF for discovery. |
| 6086 | */ |
| 6087 | void |
| 6088 | lpfc_unregister_unused_fcf(struct lpfc_hba *phba) |
| 6089 | { |
| 6090 | /* |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 6091 | * If HBA is not running in FIP mode, if HBA does not support |
| 6092 | * FCoE, if FCF discovery is ongoing, or if FCF has not been |
| 6093 | * registered, do nothing. |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 6094 | */ |
| 6095 | spin_lock_irq(&phba->hbalock); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 6096 | if (!(phba->hba_flag & HBA_FCOE_MODE) || |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 6097 | !(phba->fcf.fcf_flag & FCF_REGISTERED) || |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 6098 | !(phba->hba_flag & HBA_FIP_SUPPORT) || |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 6099 | (phba->fcf.fcf_flag & FCF_DISCOVERY) || |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 6100 | (phba->pport->port_state == LPFC_FLOGI)) { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 6101 | spin_unlock_irq(&phba->hbalock); |
| 6102 | return; |
| 6103 | } |
| 6104 | spin_unlock_irq(&phba->hbalock); |
| 6105 | |
| 6106 | if (lpfc_fcf_inuse(phba)) |
| 6107 | return; |
| 6108 | |
| 6109 | lpfc_unregister_fcf_rescan(phba); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 6110 | } |
| 6111 | |
| 6112 | /** |
| 6113 | * lpfc_read_fcf_conn_tbl - Create driver FCF connection table. |
| 6114 | * @phba: Pointer to hba context object. |
| 6115 | * @buff: Buffer containing the FCF connection table as in the config |
| 6116 | * region. |
| 6117 | * This function create driver data structure for the FCF connection |
| 6118 | * record table read from config region 23. |
| 6119 | */ |
| 6120 | static void |
| 6121 | lpfc_read_fcf_conn_tbl(struct lpfc_hba *phba, |
| 6122 | uint8_t *buff) |
| 6123 | { |
| 6124 | struct lpfc_fcf_conn_entry *conn_entry, *next_conn_entry; |
| 6125 | struct lpfc_fcf_conn_hdr *conn_hdr; |
| 6126 | struct lpfc_fcf_conn_rec *conn_rec; |
| 6127 | uint32_t record_count; |
| 6128 | int i; |
| 6129 | |
| 6130 | /* Free the current connect table */ |
| 6131 | list_for_each_entry_safe(conn_entry, next_conn_entry, |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 6132 | &phba->fcf_conn_rec_list, list) { |
| 6133 | list_del_init(&conn_entry->list); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 6134 | kfree(conn_entry); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 6135 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 6136 | |
| 6137 | conn_hdr = (struct lpfc_fcf_conn_hdr *) buff; |
| 6138 | record_count = conn_hdr->length * sizeof(uint32_t)/ |
| 6139 | sizeof(struct lpfc_fcf_conn_rec); |
| 6140 | |
| 6141 | conn_rec = (struct lpfc_fcf_conn_rec *) |
| 6142 | (buff + sizeof(struct lpfc_fcf_conn_hdr)); |
| 6143 | |
| 6144 | for (i = 0; i < record_count; i++) { |
| 6145 | if (!(conn_rec[i].flags & FCFCNCT_VALID)) |
| 6146 | continue; |
| 6147 | conn_entry = kzalloc(sizeof(struct lpfc_fcf_conn_entry), |
| 6148 | GFP_KERNEL); |
| 6149 | if (!conn_entry) { |
| 6150 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 6151 | "2566 Failed to allocate connection" |
| 6152 | " table entry\n"); |
| 6153 | return; |
| 6154 | } |
| 6155 | |
| 6156 | memcpy(&conn_entry->conn_rec, &conn_rec[i], |
| 6157 | sizeof(struct lpfc_fcf_conn_rec)); |
| 6158 | conn_entry->conn_rec.vlan_tag = |
| 6159 | le16_to_cpu(conn_entry->conn_rec.vlan_tag) & 0xFFF; |
| 6160 | conn_entry->conn_rec.flags = |
| 6161 | le16_to_cpu(conn_entry->conn_rec.flags); |
| 6162 | list_add_tail(&conn_entry->list, |
| 6163 | &phba->fcf_conn_rec_list); |
| 6164 | } |
| 6165 | } |
| 6166 | |
| 6167 | /** |
| 6168 | * lpfc_read_fcoe_param - Read FCoe parameters from conf region.. |
| 6169 | * @phba: Pointer to hba context object. |
| 6170 | * @buff: Buffer containing the FCoE parameter data structure. |
| 6171 | * |
| 6172 | * This function update driver data structure with config |
| 6173 | * parameters read from config region 23. |
| 6174 | */ |
| 6175 | static void |
| 6176 | lpfc_read_fcoe_param(struct lpfc_hba *phba, |
| 6177 | uint8_t *buff) |
| 6178 | { |
| 6179 | struct lpfc_fip_param_hdr *fcoe_param_hdr; |
| 6180 | struct lpfc_fcoe_params *fcoe_param; |
| 6181 | |
| 6182 | fcoe_param_hdr = (struct lpfc_fip_param_hdr *) |
| 6183 | buff; |
| 6184 | fcoe_param = (struct lpfc_fcoe_params *) |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 6185 | (buff + sizeof(struct lpfc_fip_param_hdr)); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 6186 | |
| 6187 | if ((fcoe_param_hdr->parm_version != FIPP_VERSION) || |
| 6188 | (fcoe_param_hdr->length != FCOE_PARAM_LENGTH)) |
| 6189 | return; |
| 6190 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 6191 | if (fcoe_param_hdr->parm_flags & FIPP_VLAN_VALID) { |
| 6192 | phba->valid_vlan = 1; |
| 6193 | phba->vlan_id = le16_to_cpu(fcoe_param->vlan_tag) & |
| 6194 | 0xFFF; |
| 6195 | } |
| 6196 | |
| 6197 | phba->fc_map[0] = fcoe_param->fc_map[0]; |
| 6198 | phba->fc_map[1] = fcoe_param->fc_map[1]; |
| 6199 | phba->fc_map[2] = fcoe_param->fc_map[2]; |
| 6200 | return; |
| 6201 | } |
| 6202 | |
| 6203 | /** |
| 6204 | * lpfc_get_rec_conf23 - Get a record type in config region data. |
| 6205 | * @buff: Buffer containing config region 23 data. |
| 6206 | * @size: Size of the data buffer. |
| 6207 | * @rec_type: Record type to be searched. |
| 6208 | * |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 6209 | * This function searches config region data to find the beginning |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 6210 | * of the record specified by record_type. If record found, this |
| 6211 | * function return pointer to the record else return NULL. |
| 6212 | */ |
| 6213 | static uint8_t * |
| 6214 | lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type) |
| 6215 | { |
| 6216 | uint32_t offset = 0, rec_length; |
| 6217 | |
| 6218 | if ((buff[0] == LPFC_REGION23_LAST_REC) || |
| 6219 | (size < sizeof(uint32_t))) |
| 6220 | return NULL; |
| 6221 | |
| 6222 | rec_length = buff[offset + 1]; |
| 6223 | |
| 6224 | /* |
| 6225 | * One TLV record has one word header and number of data words |
| 6226 | * specified in the rec_length field of the record header. |
| 6227 | */ |
| 6228 | while ((offset + rec_length * sizeof(uint32_t) + sizeof(uint32_t)) |
| 6229 | <= size) { |
| 6230 | if (buff[offset] == rec_type) |
| 6231 | return &buff[offset]; |
| 6232 | |
| 6233 | if (buff[offset] == LPFC_REGION23_LAST_REC) |
| 6234 | return NULL; |
| 6235 | |
| 6236 | offset += rec_length * sizeof(uint32_t) + sizeof(uint32_t); |
| 6237 | rec_length = buff[offset + 1]; |
| 6238 | } |
| 6239 | return NULL; |
| 6240 | } |
| 6241 | |
| 6242 | /** |
| 6243 | * lpfc_parse_fcoe_conf - Parse FCoE config data read from config region 23. |
| 6244 | * @phba: Pointer to lpfc_hba data structure. |
| 6245 | * @buff: Buffer containing config region 23 data. |
| 6246 | * @size: Size of the data buffer. |
| 6247 | * |
Stefan Weil | eef35c2 | 2010-08-06 21:11:15 +0200 | [diff] [blame] | 6248 | * This function parses the FCoE config parameters in config region 23 and |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 6249 | * populate driver data structure with the parameters. |
| 6250 | */ |
| 6251 | void |
| 6252 | lpfc_parse_fcoe_conf(struct lpfc_hba *phba, |
| 6253 | uint8_t *buff, |
| 6254 | uint32_t size) |
| 6255 | { |
| 6256 | uint32_t offset = 0, rec_length; |
| 6257 | uint8_t *rec_ptr; |
| 6258 | |
| 6259 | /* |
| 6260 | * If data size is less than 2 words signature and version cannot be |
| 6261 | * verified. |
| 6262 | */ |
| 6263 | if (size < 2*sizeof(uint32_t)) |
| 6264 | return; |
| 6265 | |
| 6266 | /* Check the region signature first */ |
| 6267 | if (memcmp(buff, LPFC_REGION23_SIGNATURE, 4)) { |
| 6268 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 6269 | "2567 Config region 23 has bad signature\n"); |
| 6270 | return; |
| 6271 | } |
| 6272 | |
| 6273 | offset += 4; |
| 6274 | |
| 6275 | /* Check the data structure version */ |
| 6276 | if (buff[offset] != LPFC_REGION23_VERSION) { |
| 6277 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 6278 | "2568 Config region 23 has bad version\n"); |
| 6279 | return; |
| 6280 | } |
| 6281 | offset += 4; |
| 6282 | |
| 6283 | rec_length = buff[offset + 1]; |
| 6284 | |
| 6285 | /* Read FCoE param record */ |
| 6286 | rec_ptr = lpfc_get_rec_conf23(&buff[offset], |
| 6287 | size - offset, FCOE_PARAM_TYPE); |
| 6288 | if (rec_ptr) |
| 6289 | lpfc_read_fcoe_param(phba, rec_ptr); |
| 6290 | |
| 6291 | /* Read FCF connection table */ |
| 6292 | rec_ptr = lpfc_get_rec_conf23(&buff[offset], |
| 6293 | size - offset, FCOE_CONN_TBL_TYPE); |
| 6294 | if (rec_ptr) |
| 6295 | lpfc_read_fcf_conn_tbl(phba, rec_ptr); |
| 6296 | |
| 6297 | } |