| 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 | 9589b062 | 2011-04-16 11:03:17 -0400 | [diff] [blame] | 4 | * Copyright (C) 2004-2011 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 | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 126 | /* Don't defer this if we are in the process of deleting the vport |
| 127 | * or unloading the driver. The unload will cleanup the node |
| 128 | * appropriately we just need to cleanup the ndlp rport info here. |
| 129 | */ |
| 130 | if (vport->load_flag & FC_UNLOADING) { |
| 131 | put_node = rdata->pnode != NULL; |
| 132 | put_rport = ndlp->rport != NULL; |
| 133 | rdata->pnode = NULL; |
| 134 | ndlp->rport = NULL; |
| 135 | if (put_node) |
| 136 | lpfc_nlp_put(ndlp); |
| 137 | if (put_rport) |
| 138 | put_device(&rport->dev); |
| 139 | return; |
| 140 | } |
| 141 | |
| 142 | if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) |
| 143 | return; |
| 144 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 145 | evtp = &ndlp->dev_loss_evt; |
| 146 | |
| 147 | if (!list_empty(&evtp->evt_listp)) |
| 148 | return; |
| 149 | |
| 150 | spin_lock_irq(&phba->hbalock); |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 151 | /* We need to hold the node by incrementing the reference |
| 152 | * count until this queued work is done |
| 153 | */ |
| 154 | evtp->evt_arg1 = lpfc_nlp_get(ndlp); |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 155 | if (evtp->evt_arg1) { |
| 156 | evtp->evt = LPFC_EVT_DEV_LOSS; |
| 157 | list_add_tail(&evtp->evt_listp, &phba->work_list); |
| 158 | lpfc_worker_wake_up(phba); |
| 159 | } |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 160 | spin_unlock_irq(&phba->hbalock); |
| 161 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 162 | return; |
| 163 | } |
| 164 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 165 | /** |
| 166 | * lpfc_dev_loss_tmo_handler - Remote node devloss timeout handler |
| 167 | * @ndlp: Pointer to remote node object. |
| 168 | * |
| 169 | * This function is called from the worker thread when devloss timeout timer |
| 170 | * expires. For SLI4 host, this routine shall return 1 when at lease one |
| 171 | * remote node, including this @ndlp, is still in use of FCF; otherwise, this |
| 172 | * routine shall return 0 when there is no remote node is still in use of FCF |
| 173 | * when devloss timeout happened to this @ndlp. |
| 174 | **/ |
| 175 | static int |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 176 | lpfc_dev_loss_tmo_handler(struct lpfc_nodelist *ndlp) |
| 177 | { |
| 178 | struct lpfc_rport_data *rdata; |
| 179 | struct fc_rport *rport; |
| 180 | struct lpfc_vport *vport; |
| 181 | struct lpfc_hba *phba; |
| 182 | uint8_t *name; |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 183 | int put_node; |
| 184 | int put_rport; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 185 | int warn_on = 0; |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 186 | int fcf_inuse = 0; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 187 | |
| 188 | rport = ndlp->rport; |
| 189 | |
| 190 | if (!rport) |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 191 | return fcf_inuse; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 192 | |
| 193 | rdata = rport->dd_data; |
| 194 | name = (uint8_t *) &ndlp->nlp_portname; |
| 195 | vport = ndlp->vport; |
| 196 | phba = vport->phba; |
| 197 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 198 | if (phba->sli_rev == LPFC_SLI_REV4) |
| 199 | fcf_inuse = lpfc_fcf_inuse(phba); |
| 200 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 201 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT, |
| 202 | "rport devlosstmo:did:x%x type:x%x id:x%x", |
| 203 | ndlp->nlp_DID, ndlp->nlp_type, rport->scsi_target_id); |
| 204 | |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 205 | /* Don't defer this if we are in the process of deleting the vport |
| 206 | * or unloading the driver. The unload will cleanup the node |
| 207 | * appropriately we just need to cleanup the ndlp rport info here. |
| 208 | */ |
| 209 | if (vport->load_flag & FC_UNLOADING) { |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 210 | if (ndlp->nlp_sid != NLP_NO_SID) { |
| 211 | /* flush the target */ |
| 212 | lpfc_sli_abort_iocb(vport, |
| 213 | &phba->sli.ring[phba->sli.fcp_ring], |
| 214 | ndlp->nlp_sid, 0, LPFC_CTX_TGT); |
| 215 | } |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 216 | put_node = rdata->pnode != NULL; |
| 217 | put_rport = ndlp->rport != NULL; |
| 218 | rdata->pnode = NULL; |
| 219 | ndlp->rport = NULL; |
| 220 | if (put_node) |
| 221 | lpfc_nlp_put(ndlp); |
| 222 | if (put_rport) |
| 223 | put_device(&rport->dev); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 224 | return fcf_inuse; |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 225 | } |
| 226 | |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 227 | if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) { |
| 228 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 229 | "0284 Devloss timeout Ignored on " |
| 230 | "WWPN %x:%x:%x:%x:%x:%x:%x:%x " |
| 231 | "NPort x%x\n", |
| 232 | *name, *(name+1), *(name+2), *(name+3), |
| 233 | *(name+4), *(name+5), *(name+6), *(name+7), |
| 234 | ndlp->nlp_DID); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 235 | return fcf_inuse; |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 236 | } |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 237 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 238 | if (ndlp->nlp_type & NLP_FABRIC) { |
| 239 | /* We will clean up these Nodes in linkup */ |
| 240 | put_node = rdata->pnode != NULL; |
| 241 | put_rport = ndlp->rport != NULL; |
| 242 | rdata->pnode = NULL; |
| 243 | ndlp->rport = NULL; |
| 244 | if (put_node) |
| 245 | lpfc_nlp_put(ndlp); |
| 246 | if (put_rport) |
| 247 | put_device(&rport->dev); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 248 | return fcf_inuse; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 249 | } |
James Smart | 8208571 | 2007-04-25 09:52:41 -0400 | [diff] [blame] | 250 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 251 | if (ndlp->nlp_sid != NLP_NO_SID) { |
James.Smart@Emulex.Com | 6e8215e | 2005-06-25 10:34:04 -0400 | [diff] [blame] | 252 | warn_on = 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 253 | /* flush the target */ |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 254 | lpfc_sli_abort_iocb(vport, &phba->sli.ring[phba->sli.fcp_ring], |
| 255 | ndlp->nlp_sid, 0, LPFC_CTX_TGT); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 256 | } |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 257 | |
James.Smart@Emulex.Com | 6e8215e | 2005-06-25 10:34:04 -0400 | [diff] [blame] | 258 | if (warn_on) { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 259 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 260 | "0203 Devloss timeout on " |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 261 | "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x " |
| 262 | "NPort x%06x Data: x%x x%x x%x\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 263 | *name, *(name+1), *(name+2), *(name+3), |
| 264 | *(name+4), *(name+5), *(name+6), *(name+7), |
| 265 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 266 | ndlp->nlp_state, ndlp->nlp_rpi); |
James.Smart@Emulex.Com | 6e8215e | 2005-06-25 10:34:04 -0400 | [diff] [blame] | 267 | } else { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 268 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 269 | "0204 Devloss timeout on " |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 270 | "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x " |
| 271 | "NPort x%06x Data: x%x x%x x%x\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 272 | *name, *(name+1), *(name+2), *(name+3), |
| 273 | *(name+4), *(name+5), *(name+6), *(name+7), |
| 274 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 275 | ndlp->nlp_state, ndlp->nlp_rpi); |
James.Smart@Emulex.Com | 6e8215e | 2005-06-25 10:34:04 -0400 | [diff] [blame] | 276 | } |
| 277 | |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 278 | put_node = rdata->pnode != NULL; |
| 279 | put_rport = ndlp->rport != NULL; |
| 280 | rdata->pnode = NULL; |
| 281 | ndlp->rport = NULL; |
| 282 | if (put_node) |
| 283 | lpfc_nlp_put(ndlp); |
| 284 | if (put_rport) |
| 285 | put_device(&rport->dev); |
| 286 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 287 | if (!(vport->load_flag & FC_UNLOADING) && |
James Smart | 1dcb58e | 2007-04-25 09:51:30 -0400 | [diff] [blame] | 288 | !(ndlp->nlp_flag & NLP_DELAY_TMO) && |
James Smart | 8208571 | 2007-04-25 09:52:41 -0400 | [diff] [blame] | 289 | !(ndlp->nlp_flag & NLP_NPR_2B_DISC) && |
James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 290 | (ndlp->nlp_state != NLP_STE_UNMAPPED_NODE) && |
James Smart | 589a52d | 2010-07-14 15:30:54 -0400 | [diff] [blame] | 291 | (ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) && |
| 292 | (ndlp->nlp_state != NLP_STE_PRLI_ISSUE)) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 293 | lpfc_disc_state_machine(vport, ndlp, NULL, NLP_EVT_DEVICE_RM); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 294 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 295 | return fcf_inuse; |
| 296 | } |
| 297 | |
| 298 | /** |
| 299 | * lpfc_sli4_post_dev_loss_tmo_handler - SLI4 post devloss timeout handler |
| 300 | * @phba: Pointer to hba context object. |
| 301 | * @fcf_inuse: SLI4 FCF in-use state reported from devloss timeout handler. |
| 302 | * @nlp_did: remote node identifer with devloss timeout. |
| 303 | * |
| 304 | * This function is called from the worker thread after invoking devloss |
| 305 | * timeout handler and releasing the reference count for the ndlp with |
| 306 | * which the devloss timeout was handled for SLI4 host. For the devloss |
| 307 | * timeout of the last remote node which had been in use of FCF, when this |
| 308 | * routine is invoked, it shall be guaranteed that none of the remote are |
| 309 | * in-use of FCF. When devloss timeout to the last remote using the FCF, |
| 310 | * if the FIP engine is neither in FCF table scan process nor roundrobin |
| 311 | * failover process, the in-use FCF shall be unregistered. If the FIP |
| 312 | * engine is in FCF discovery process, the devloss timeout state shall |
| 313 | * be set for either the FCF table scan process or roundrobin failover |
| 314 | * process to unregister the in-use FCF. |
| 315 | **/ |
| 316 | static void |
| 317 | lpfc_sli4_post_dev_loss_tmo_handler(struct lpfc_hba *phba, int fcf_inuse, |
| 318 | uint32_t nlp_did) |
| 319 | { |
| 320 | /* If devloss timeout happened to a remote node when FCF had no |
| 321 | * longer been in-use, do nothing. |
| 322 | */ |
| 323 | if (!fcf_inuse) |
| 324 | return; |
| 325 | |
| 326 | if ((phba->hba_flag & HBA_FIP_SUPPORT) && !lpfc_fcf_inuse(phba)) { |
| 327 | spin_lock_irq(&phba->hbalock); |
| 328 | if (phba->fcf.fcf_flag & FCF_DISCOVERY) { |
| 329 | if (phba->hba_flag & HBA_DEVLOSS_TMO) { |
| 330 | spin_unlock_irq(&phba->hbalock); |
| 331 | return; |
| 332 | } |
| 333 | phba->hba_flag |= HBA_DEVLOSS_TMO; |
| 334 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 335 | "2847 Last remote node (x%x) using " |
| 336 | "FCF devloss tmo\n", nlp_did); |
| 337 | } |
| 338 | if (phba->fcf.fcf_flag & FCF_REDISC_PROG) { |
| 339 | spin_unlock_irq(&phba->hbalock); |
| 340 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 341 | "2868 Devloss tmo to FCF rediscovery " |
| 342 | "in progress\n"); |
| 343 | return; |
| 344 | } |
| 345 | if (!(phba->hba_flag & (FCF_TS_INPROG | FCF_RR_INPROG))) { |
| 346 | spin_unlock_irq(&phba->hbalock); |
| 347 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 348 | "2869 Devloss tmo to idle FIP engine, " |
| 349 | "unreg in-use FCF and rescan.\n"); |
| 350 | /* Unregister in-use FCF and rescan */ |
| 351 | lpfc_unregister_fcf_rescan(phba); |
| 352 | return; |
| 353 | } |
| 354 | spin_unlock_irq(&phba->hbalock); |
| 355 | if (phba->hba_flag & FCF_TS_INPROG) |
| 356 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 357 | "2870 FCF table scan in progress\n"); |
| 358 | if (phba->hba_flag & FCF_RR_INPROG) |
| 359 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 360 | "2871 FLOGI roundrobin FCF failover " |
| 361 | "in progress\n"); |
| 362 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 363 | lpfc_unregister_unused_fcf(phba); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 364 | } |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 365 | |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 366 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 367 | * lpfc_alloc_fast_evt - Allocates data structure for posting event |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 368 | * @phba: Pointer to hba context object. |
| 369 | * |
| 370 | * This function is called from the functions which need to post |
| 371 | * events from interrupt context. This function allocates data |
| 372 | * structure required for posting event. It also keeps track of |
| 373 | * number of events pending and prevent event storm when there are |
| 374 | * too many events. |
| 375 | **/ |
| 376 | struct lpfc_fast_path_event * |
| 377 | lpfc_alloc_fast_evt(struct lpfc_hba *phba) { |
| 378 | struct lpfc_fast_path_event *ret; |
| 379 | |
| 380 | /* If there are lot of fast event do not exhaust memory due to this */ |
| 381 | if (atomic_read(&phba->fast_event_count) > LPFC_MAX_EVT_COUNT) |
| 382 | return NULL; |
| 383 | |
| 384 | ret = kzalloc(sizeof(struct lpfc_fast_path_event), |
| 385 | GFP_ATOMIC); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 386 | if (ret) { |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 387 | atomic_inc(&phba->fast_event_count); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 388 | INIT_LIST_HEAD(&ret->work_evt.evt_listp); |
| 389 | ret->work_evt.evt = LPFC_EVT_FASTPATH_MGMT_EVT; |
| 390 | } |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 391 | return ret; |
| 392 | } |
| 393 | |
| 394 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 395 | * lpfc_free_fast_evt - Frees event data structure |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 396 | * @phba: Pointer to hba context object. |
| 397 | * @evt: Event object which need to be freed. |
| 398 | * |
| 399 | * This function frees the data structure required for posting |
| 400 | * events. |
| 401 | **/ |
| 402 | void |
| 403 | lpfc_free_fast_evt(struct lpfc_hba *phba, |
| 404 | struct lpfc_fast_path_event *evt) { |
| 405 | |
| 406 | atomic_dec(&phba->fast_event_count); |
| 407 | kfree(evt); |
| 408 | } |
| 409 | |
| 410 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 411 | * lpfc_send_fastpath_evt - Posts events generated from fast path |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 412 | * @phba: Pointer to hba context object. |
| 413 | * @evtp: Event data structure. |
| 414 | * |
| 415 | * This function is called from worker thread, when the interrupt |
| 416 | * context need to post an event. This function posts the event |
| 417 | * to fc transport netlink interface. |
| 418 | **/ |
| 419 | static void |
| 420 | lpfc_send_fastpath_evt(struct lpfc_hba *phba, |
| 421 | struct lpfc_work_evt *evtp) |
| 422 | { |
| 423 | unsigned long evt_category, evt_sub_category; |
| 424 | struct lpfc_fast_path_event *fast_evt_data; |
| 425 | char *evt_data; |
| 426 | uint32_t evt_data_size; |
| 427 | struct Scsi_Host *shost; |
| 428 | |
| 429 | fast_evt_data = container_of(evtp, struct lpfc_fast_path_event, |
| 430 | work_evt); |
| 431 | |
| 432 | evt_category = (unsigned long) fast_evt_data->un.fabric_evt.event_type; |
| 433 | evt_sub_category = (unsigned long) fast_evt_data->un. |
| 434 | fabric_evt.subcategory; |
| 435 | shost = lpfc_shost_from_vport(fast_evt_data->vport); |
| 436 | if (evt_category == FC_REG_FABRIC_EVENT) { |
| 437 | if (evt_sub_category == LPFC_EVENT_FCPRDCHKERR) { |
| 438 | evt_data = (char *) &fast_evt_data->un.read_check_error; |
| 439 | evt_data_size = sizeof(fast_evt_data->un. |
| 440 | read_check_error); |
| 441 | } else if ((evt_sub_category == LPFC_EVENT_FABRIC_BUSY) || |
James Smart | eaf15d5 | 2008-12-04 22:39:29 -0500 | [diff] [blame] | 442 | (evt_sub_category == LPFC_EVENT_PORT_BUSY)) { |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 443 | evt_data = (char *) &fast_evt_data->un.fabric_evt; |
| 444 | evt_data_size = sizeof(fast_evt_data->un.fabric_evt); |
| 445 | } else { |
| 446 | lpfc_free_fast_evt(phba, fast_evt_data); |
| 447 | return; |
| 448 | } |
| 449 | } else if (evt_category == FC_REG_SCSI_EVENT) { |
| 450 | switch (evt_sub_category) { |
| 451 | case LPFC_EVENT_QFULL: |
| 452 | case LPFC_EVENT_DEVBSY: |
| 453 | evt_data = (char *) &fast_evt_data->un.scsi_evt; |
| 454 | evt_data_size = sizeof(fast_evt_data->un.scsi_evt); |
| 455 | break; |
| 456 | case LPFC_EVENT_CHECK_COND: |
| 457 | evt_data = (char *) &fast_evt_data->un.check_cond_evt; |
| 458 | evt_data_size = sizeof(fast_evt_data->un. |
| 459 | check_cond_evt); |
| 460 | break; |
| 461 | case LPFC_EVENT_VARQUEDEPTH: |
| 462 | evt_data = (char *) &fast_evt_data->un.queue_depth_evt; |
| 463 | evt_data_size = sizeof(fast_evt_data->un. |
| 464 | queue_depth_evt); |
| 465 | break; |
| 466 | default: |
| 467 | lpfc_free_fast_evt(phba, fast_evt_data); |
| 468 | return; |
| 469 | } |
| 470 | } else { |
| 471 | lpfc_free_fast_evt(phba, fast_evt_data); |
| 472 | return; |
| 473 | } |
| 474 | |
| 475 | fc_host_post_vendor_event(shost, |
| 476 | fc_get_event_number(), |
| 477 | evt_data_size, |
| 478 | evt_data, |
James Smart | ddcc50f | 2008-12-04 22:38:46 -0500 | [diff] [blame] | 479 | LPFC_NL_VENDOR_ID); |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 480 | |
| 481 | lpfc_free_fast_evt(phba, fast_evt_data); |
| 482 | return; |
| 483 | } |
| 484 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 485 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 486 | lpfc_work_list_done(struct lpfc_hba *phba) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 487 | { |
| 488 | struct lpfc_work_evt *evtp = NULL; |
| 489 | struct lpfc_nodelist *ndlp; |
| 490 | int free_evt; |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 491 | int fcf_inuse; |
| 492 | uint32_t nlp_did; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 493 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 494 | spin_lock_irq(&phba->hbalock); |
| 495 | while (!list_empty(&phba->work_list)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 496 | list_remove_head((&phba->work_list), evtp, typeof(*evtp), |
| 497 | evt_listp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 498 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 499 | free_evt = 1; |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 500 | switch (evtp->evt) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 501 | case LPFC_EVT_ELS_RETRY: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 502 | ndlp = (struct lpfc_nodelist *) (evtp->evt_arg1); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 503 | lpfc_els_retry_delay_handler(ndlp); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 504 | free_evt = 0; /* evt is part of ndlp */ |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 505 | /* decrement the node reference count held |
| 506 | * for this queued work |
| 507 | */ |
| 508 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 509 | break; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 510 | case LPFC_EVT_DEV_LOSS: |
| 511 | ndlp = (struct lpfc_nodelist *)(evtp->evt_arg1); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 512 | fcf_inuse = lpfc_dev_loss_tmo_handler(ndlp); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 513 | free_evt = 0; |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 514 | /* decrement the node reference count held for |
| 515 | * this queued work |
| 516 | */ |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 517 | nlp_did = ndlp->nlp_DID; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 518 | lpfc_nlp_put(ndlp); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 519 | if (phba->sli_rev == LPFC_SLI_REV4) |
| 520 | lpfc_sli4_post_dev_loss_tmo_handler(phba, |
| 521 | fcf_inuse, |
| 522 | nlp_did); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 523 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 524 | case LPFC_EVT_ONLINE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 525 | if (phba->link_state < LPFC_LINK_DOWN) |
| 526 | *(int *) (evtp->evt_arg1) = lpfc_online(phba); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 527 | else |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 528 | *(int *) (evtp->evt_arg1) = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 529 | complete((struct completion *)(evtp->evt_arg2)); |
| 530 | break; |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 531 | case LPFC_EVT_OFFLINE_PREP: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 532 | if (phba->link_state >= LPFC_LINK_DOWN) |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 533 | lpfc_offline_prep(phba); |
| 534 | *(int *)(evtp->evt_arg1) = 0; |
| 535 | complete((struct completion *)(evtp->evt_arg2)); |
| 536 | break; |
| 537 | case LPFC_EVT_OFFLINE: |
| 538 | lpfc_offline(phba); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 539 | lpfc_sli_brdrestart(phba); |
| 540 | *(int *)(evtp->evt_arg1) = |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 541 | lpfc_sli_brdready(phba, HS_FFRDY | HS_MBRDY); |
| 542 | lpfc_unblock_mgmt_io(phba); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 543 | complete((struct completion *)(evtp->evt_arg2)); |
| 544 | break; |
| 545 | case LPFC_EVT_WARM_START: |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 546 | lpfc_offline(phba); |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 547 | lpfc_reset_barrier(phba); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 548 | lpfc_sli_brdreset(phba); |
| 549 | lpfc_hba_down_post(phba); |
| 550 | *(int *)(evtp->evt_arg1) = |
| 551 | lpfc_sli_brdready(phba, HS_MBRDY); |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 552 | lpfc_unblock_mgmt_io(phba); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 553 | complete((struct completion *)(evtp->evt_arg2)); |
| 554 | break; |
| 555 | case LPFC_EVT_KILL: |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 556 | lpfc_offline(phba); |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 557 | *(int *)(evtp->evt_arg1) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 558 | = (phba->pport->stopped) |
| 559 | ? 0 : lpfc_sli_brdkill(phba); |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 560 | lpfc_unblock_mgmt_io(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 561 | complete((struct completion *)(evtp->evt_arg2)); |
| 562 | break; |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 563 | case LPFC_EVT_FASTPATH_MGMT_EVT: |
| 564 | lpfc_send_fastpath_evt(phba, evtp); |
| 565 | free_evt = 0; |
| 566 | break; |
James Smart | 78730cf | 2010-04-06 15:06:30 -0400 | [diff] [blame] | 567 | case LPFC_EVT_RESET_HBA: |
| 568 | if (!(phba->pport->load_flag & FC_UNLOADING)) |
| 569 | lpfc_reset_hba(phba); |
| 570 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 571 | } |
| 572 | if (free_evt) |
| 573 | kfree(evtp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 574 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 575 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 576 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 577 | |
| 578 | } |
| 579 | |
James Smart | 311464e | 2007-08-02 11:10:37 -0400 | [diff] [blame] | 580 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 581 | lpfc_work_done(struct lpfc_hba *phba) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 582 | { |
| 583 | struct lpfc_sli_ring *pring; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 584 | uint32_t ha_copy, status, control, work_port_events; |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 585 | struct lpfc_vport **vports; |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 586 | struct lpfc_vport *vport; |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 587 | int i; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 588 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 589 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 590 | ha_copy = phba->work_ha; |
| 591 | phba->work_ha = 0; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 592 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 593 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 594 | /* First, try to post the next mailbox command to SLI4 device */ |
| 595 | if (phba->pci_dev_grp == LPFC_PCI_DEV_OC) |
| 596 | lpfc_sli4_post_async_mbox(phba); |
| 597 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 598 | if (ha_copy & HA_ERATT) |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 599 | /* Handle the error attention event */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 600 | lpfc_handle_eratt(phba); |
| 601 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 602 | if (ha_copy & HA_MBATT) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 603 | lpfc_sli_handle_mb_event(phba); |
| 604 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 605 | if (ha_copy & HA_LATT) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 606 | lpfc_handle_latt(phba); |
James Smart | 9399627 | 2008-08-24 21:50:30 -0400 | [diff] [blame] | 607 | |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 608 | /* Process SLI4 events */ |
| 609 | if (phba->pci_dev_grp == LPFC_PCI_DEV_OC) { |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 610 | if (phba->hba_flag & HBA_RRQ_ACTIVE) |
| 611 | lpfc_handle_rrq_active(phba); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 612 | if (phba->hba_flag & FCP_XRI_ABORT_EVENT) |
| 613 | lpfc_sli4_fcp_xri_abort_event_proc(phba); |
| 614 | if (phba->hba_flag & ELS_XRI_ABORT_EVENT) |
| 615 | lpfc_sli4_els_xri_abort_event_proc(phba); |
| 616 | if (phba->hba_flag & ASYNC_EVENT) |
| 617 | lpfc_sli4_async_event_proc(phba); |
| 618 | if (phba->hba_flag & HBA_POST_RECEIVE_BUFFER) { |
| 619 | spin_lock_irq(&phba->hbalock); |
| 620 | phba->hba_flag &= ~HBA_POST_RECEIVE_BUFFER; |
| 621 | spin_unlock_irq(&phba->hbalock); |
| 622 | lpfc_sli_hbqbuf_add_hbqs(phba, LPFC_ELS_HBQ); |
| 623 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 624 | if (phba->fcf.fcf_flag & FCF_REDISC_EVT) |
| 625 | lpfc_sli4_fcf_redisc_event_proc(phba); |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 626 | } |
| 627 | |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 628 | vports = lpfc_create_vport_work_array(phba); |
| 629 | if (vports != NULL) |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 630 | for (i = 0; i <= phba->max_vports; i++) { |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 631 | /* |
| 632 | * We could have no vports in array if unloading, so if |
| 633 | * this happens then just use the pport |
| 634 | */ |
| 635 | if (vports[i] == NULL && i == 0) |
| 636 | vport = phba->pport; |
| 637 | else |
| 638 | vport = vports[i]; |
| 639 | if (vport == NULL) |
| 640 | break; |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 641 | spin_lock_irq(&vport->work_port_lock); |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 642 | work_port_events = vport->work_port_events; |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 643 | vport->work_port_events &= ~work_port_events; |
| 644 | spin_unlock_irq(&vport->work_port_lock); |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 645 | if (work_port_events & WORKER_DISC_TMO) |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 646 | lpfc_disc_timeout_handler(vport); |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 647 | if (work_port_events & WORKER_ELS_TMO) |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 648 | lpfc_els_timeout_handler(vport); |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 649 | if (work_port_events & WORKER_HB_TMO) |
| 650 | lpfc_hb_timeout_handler(phba); |
| 651 | if (work_port_events & WORKER_MBOX_TMO) |
| 652 | lpfc_mbox_timeout_handler(phba); |
| 653 | if (work_port_events & WORKER_FABRIC_BLOCK_TMO) |
| 654 | lpfc_unblock_fabric_iocbs(phba); |
| 655 | if (work_port_events & WORKER_FDMI_TMO) |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 656 | lpfc_fdmi_timeout_handler(vport); |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 657 | if (work_port_events & WORKER_RAMP_DOWN_QUEUE) |
| 658 | lpfc_ramp_down_queue_handler(phba); |
| 659 | if (work_port_events & WORKER_RAMP_UP_QUEUE) |
| 660 | lpfc_ramp_up_queue_handler(phba); |
James Smart | 9249414 | 2011-02-16 12:39:44 -0500 | [diff] [blame] | 661 | if (work_port_events & WORKER_DELAYED_DISC_TMO) |
| 662 | lpfc_delayed_disc_timeout_handler(vport); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 663 | } |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 664 | lpfc_destroy_vport_work_array(phba, vports); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 665 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 666 | pring = &phba->sli.ring[LPFC_ELS_RING]; |
| 667 | status = (ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING))); |
| 668 | status >>= (4*LPFC_ELS_RING); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 669 | if ((status & HA_RXMASK) || |
| 670 | (pring->flag & LPFC_DEFERRED_RING_EVENT) || |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 671 | (phba->hba_flag & HBA_SP_QUEUE_EVT)) { |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 672 | if (pring->flag & LPFC_STOP_IOCB_EVENT) { |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 673 | pring->flag |= LPFC_DEFERRED_RING_EVENT; |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 674 | /* Set the lpfc data pending flag */ |
| 675 | set_bit(LPFC_DATA_READY, &phba->data_flags); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 676 | } else { |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 677 | pring->flag &= ~LPFC_DEFERRED_RING_EVENT; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 678 | lpfc_sli_handle_slow_ring_event(phba, pring, |
| 679 | (status & |
| 680 | HA_RXMASK)); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 681 | } |
James Smart | bc73905 | 2010-08-04 16:11:18 -0400 | [diff] [blame] | 682 | if ((phba->sli_rev == LPFC_SLI_REV4) && pring->txq_cnt) |
James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 683 | lpfc_drain_txq(phba); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 684 | /* |
| 685 | * Turn on Ring interrupts |
| 686 | */ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 687 | if (phba->sli_rev <= LPFC_SLI_REV3) { |
| 688 | spin_lock_irq(&phba->hbalock); |
| 689 | control = readl(phba->HCregaddr); |
| 690 | if (!(control & (HC_R0INT_ENA << LPFC_ELS_RING))) { |
| 691 | lpfc_debugfs_slow_ring_trc(phba, |
| 692 | "WRK Enable ring: cntl:x%x hacopy:x%x", |
| 693 | control, ha_copy, 0); |
James Smart | a58cbd5 | 2007-08-02 11:09:43 -0400 | [diff] [blame] | 694 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 695 | control |= (HC_R0INT_ENA << LPFC_ELS_RING); |
| 696 | writel(control, phba->HCregaddr); |
| 697 | readl(phba->HCregaddr); /* flush */ |
| 698 | } else { |
| 699 | lpfc_debugfs_slow_ring_trc(phba, |
| 700 | "WRK Ring ok: cntl:x%x hacopy:x%x", |
| 701 | control, ha_copy, 0); |
| 702 | } |
| 703 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 704 | } |
| 705 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 706 | lpfc_work_list_done(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 707 | } |
| 708 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 709 | int |
| 710 | lpfc_do_work(void *p) |
| 711 | { |
| 712 | struct lpfc_hba *phba = p; |
| 713 | int rc; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 714 | |
| 715 | set_user_nice(current, -20); |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 716 | phba->data_flags = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 717 | |
James Smart | 3a55b53 | 2008-12-04 22:38:54 -0500 | [diff] [blame] | 718 | while (!kthread_should_stop()) { |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 719 | /* wait and check worker queue activities */ |
| 720 | rc = wait_event_interruptible(phba->work_waitq, |
| 721 | (test_and_clear_bit(LPFC_DATA_READY, |
| 722 | &phba->data_flags) |
| 723 | || kthread_should_stop())); |
James Smart | 3a55b53 | 2008-12-04 22:38:54 -0500 | [diff] [blame] | 724 | /* Signal wakeup shall terminate the worker thread */ |
| 725 | if (rc) { |
| 726 | lpfc_printf_log(phba, KERN_ERR, LOG_ELS, |
| 727 | "0433 Wakeup on signal: rc=x%x\n", rc); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 728 | break; |
James Smart | 3a55b53 | 2008-12-04 22:38:54 -0500 | [diff] [blame] | 729 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 730 | |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 731 | /* Attend pending lpfc data processing */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 732 | lpfc_work_done(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 733 | } |
James Smart | 3a55b53 | 2008-12-04 22:38:54 -0500 | [diff] [blame] | 734 | phba->worker_thread = NULL; |
| 735 | lpfc_printf_log(phba, KERN_INFO, LOG_ELS, |
| 736 | "0432 Worker thread stopped.\n"); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 737 | return 0; |
| 738 | } |
| 739 | |
| 740 | /* |
| 741 | * 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] | 742 | * occurrence, we allocate a struct lpfc_work_evt structure here instead of |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 743 | * embedding it in the IOCB. |
| 744 | */ |
| 745 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 746 | lpfc_workq_post_event(struct lpfc_hba *phba, void *arg1, void *arg2, |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 747 | uint32_t evt) |
| 748 | { |
| 749 | struct lpfc_work_evt *evtp; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 750 | unsigned long flags; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 751 | |
| 752 | /* |
| 753 | * All Mailbox completions and LPFC_ELS_RING rcv ring IOCB events will |
| 754 | * be queued to worker thread for processing |
| 755 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 756 | evtp = kmalloc(sizeof(struct lpfc_work_evt), GFP_ATOMIC); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 757 | if (!evtp) |
| 758 | return 0; |
| 759 | |
| 760 | evtp->evt_arg1 = arg1; |
| 761 | evtp->evt_arg2 = arg2; |
| 762 | evtp->evt = evt; |
| 763 | |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 764 | spin_lock_irqsave(&phba->hbalock, flags); |
James Smart | 071fbd3d | 2006-04-15 11:53:20 -0400 | [diff] [blame] | 765 | list_add_tail(&evtp->evt_listp, &phba->work_list); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 766 | spin_unlock_irqrestore(&phba->hbalock, flags); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 767 | |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 768 | lpfc_worker_wake_up(phba); |
| 769 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 770 | return 1; |
| 771 | } |
| 772 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 773 | void |
| 774 | lpfc_cleanup_rpis(struct lpfc_vport *vport, int remove) |
| 775 | { |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 776 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 777 | struct lpfc_hba *phba = vport->phba; |
| 778 | struct lpfc_nodelist *ndlp, *next_ndlp; |
| 779 | int rc; |
| 780 | |
| 781 | 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] | 782 | if (!NLP_CHK_NODE_ACT(ndlp)) |
| 783 | continue; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 784 | if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) |
| 785 | continue; |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 786 | if ((phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) || |
| 787 | ((vport->port_type == LPFC_NPIV_PORT) && |
| 788 | (ndlp->nlp_DID == NameServer_DID))) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 789 | lpfc_unreg_rpi(vport, ndlp); |
| 790 | |
| 791 | /* Leave Fabric nodes alone on link down */ |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 792 | if ((phba->sli_rev < LPFC_SLI_REV4) && |
| 793 | (!remove && ndlp->nlp_type & NLP_FABRIC)) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 794 | continue; |
| 795 | rc = lpfc_disc_state_machine(vport, ndlp, NULL, |
| 796 | remove |
| 797 | ? NLP_EVT_DEVICE_RM |
| 798 | : NLP_EVT_DEVICE_RECOVERY); |
| 799 | } |
| 800 | if (phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) { |
James Smart | 5af5eee | 2010-10-22 11:06:38 -0400 | [diff] [blame] | 801 | if (phba->sli_rev == LPFC_SLI_REV4) |
| 802 | lpfc_sli4_unreg_all_rpis(vport); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 803 | lpfc_mbx_unreg_vpi(vport); |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 804 | spin_lock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 805 | vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 806 | spin_unlock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 807 | } |
| 808 | } |
| 809 | |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 810 | void |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 811 | lpfc_port_link_failure(struct lpfc_vport *vport) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 812 | { |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 813 | lpfc_vport_set_state(vport, FC_VPORT_LINKDOWN); |
| 814 | |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 815 | /* Cleanup any outstanding received buffers */ |
| 816 | lpfc_cleanup_rcv_buffers(vport); |
| 817 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 818 | /* Cleanup any outstanding RSCN activity */ |
| 819 | lpfc_els_flush_rscn(vport); |
| 820 | |
| 821 | /* Cleanup any outstanding ELS commands */ |
| 822 | lpfc_els_flush_cmd(vport); |
| 823 | |
| 824 | lpfc_cleanup_rpis(vport, 0); |
| 825 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 826 | /* Turn off discovery timer if its running */ |
| 827 | lpfc_can_disctmo(vport); |
| 828 | } |
| 829 | |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 830 | void |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 831 | lpfc_linkdown_port(struct lpfc_vport *vport) |
| 832 | { |
| 833 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 834 | |
| 835 | fc_host_post_event(shost, fc_get_event_number(), FCH_EVT_LINKDOWN, 0); |
| 836 | |
| 837 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, |
| 838 | "Link Down: state:x%x rtry:x%x flg:x%x", |
| 839 | vport->port_state, vport->fc_ns_retry, vport->fc_flag); |
| 840 | |
| 841 | lpfc_port_link_failure(vport); |
| 842 | |
James Smart | 9249414 | 2011-02-16 12:39:44 -0500 | [diff] [blame] | 843 | /* Stop delayed Nport discovery */ |
| 844 | spin_lock_irq(shost->host_lock); |
| 845 | vport->fc_flag &= ~FC_DISC_DELAYED; |
| 846 | spin_unlock_irq(shost->host_lock); |
| 847 | del_timer_sync(&vport->delayed_disc_tmo); |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 848 | } |
| 849 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 850 | int |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 851 | lpfc_linkdown(struct lpfc_hba *phba) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 852 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 853 | struct lpfc_vport *vport = phba->pport; |
| 854 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 855 | struct lpfc_vport **vports; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 856 | LPFC_MBOXQ_t *mb; |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 857 | int i; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 858 | |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 859 | if (phba->link_state == LPFC_LINK_DOWN) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 860 | return 0; |
James Smart | aacc20e | 2009-12-21 17:02:51 -0500 | [diff] [blame] | 861 | |
| 862 | /* Block all SCSI stack I/Os */ |
| 863 | lpfc_scsi_dev_block(phba); |
| 864 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 865 | spin_lock_irq(&phba->hbalock); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 866 | phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE); |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 867 | spin_unlock_irq(&phba->hbalock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 868 | if (phba->link_state > LPFC_LINK_DOWN) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 869 | phba->link_state = LPFC_LINK_DOWN; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 870 | spin_lock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 871 | phba->pport->fc_flag &= ~FC_LBIT; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 872 | spin_unlock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 873 | } |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 874 | vports = lpfc_create_vport_work_array(phba); |
| 875 | if (vports != NULL) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 876 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 877 | /* Issue a LINK DOWN event to all nodes */ |
| 878 | lpfc_linkdown_port(vports[i]); |
| 879 | } |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 880 | lpfc_destroy_vport_work_array(phba, vports); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 881 | /* Clean up any firmware default rpi's */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 882 | mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 883 | if (mb) { |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 884 | lpfc_unreg_did(phba, 0xffff, LPFC_UNREG_ALL_DFLT_RPIS, mb); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 885 | mb->vport = vport; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 886 | mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 887 | if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 888 | == MBX_NOT_FINISHED) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 889 | mempool_free(mb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 890 | } |
| 891 | } |
| 892 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 893 | /* Setup myDID for link up if we are in pt2pt mode */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 894 | if (phba->pport->fc_flag & FC_PT2PT) { |
| 895 | phba->pport->fc_myDID = 0; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 896 | mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 897 | if (mb) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 898 | lpfc_config_link(phba, mb); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 899 | mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 900 | mb->vport = vport; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 901 | if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 902 | == MBX_NOT_FINISHED) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 903 | mempool_free(mb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 904 | } |
| 905 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 906 | spin_lock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 907 | phba->pport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 908 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 909 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 910 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 911 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 912 | } |
| 913 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 914 | static void |
| 915 | lpfc_linkup_cleanup_nodes(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 916 | { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 917 | struct lpfc_nodelist *ndlp; |
| 918 | |
| 919 | list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 920 | if (!NLP_CHK_NODE_ACT(ndlp)) |
| 921 | continue; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 922 | if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) |
| 923 | continue; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 924 | if (ndlp->nlp_type & NLP_FABRIC) { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 925 | /* On Linkup its safe to clean up the ndlp |
| 926 | * from Fabric connections. |
| 927 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 928 | if (ndlp->nlp_DID != Fabric_DID) |
| 929 | lpfc_unreg_rpi(vport, ndlp); |
| 930 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE); |
| 931 | } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 932 | /* Fail outstanding IO now since device is |
| 933 | * marked for PLOGI. |
| 934 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 935 | lpfc_unreg_rpi(vport, ndlp); |
| 936 | } |
| 937 | } |
| 938 | } |
| 939 | |
| 940 | static void |
| 941 | lpfc_linkup_port(struct lpfc_vport *vport) |
| 942 | { |
| 943 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 944 | struct lpfc_hba *phba = vport->phba; |
| 945 | |
| 946 | if ((vport->load_flag & FC_UNLOADING) != 0) |
| 947 | return; |
| 948 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 949 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, |
| 950 | "Link Up: top:x%x speed:x%x flg:x%x", |
| 951 | phba->fc_topology, phba->fc_linkspeed, phba->link_flag); |
| 952 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 953 | /* If NPIV is not enabled, only bring the physical port up */ |
| 954 | if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) && |
| 955 | (vport != phba->pport)) |
| 956 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 957 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 958 | 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] | 959 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 960 | spin_lock_irq(shost->host_lock); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 961 | vport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI | FC_ABORT_DISCOVERY | |
| 962 | FC_RSCN_MODE | FC_NLP_MORE | FC_RSCN_DISCOVERY); |
| 963 | vport->fc_flag |= FC_NDISC_ACTIVE; |
| 964 | vport->fc_ns_retry = 0; |
| 965 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 966 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 967 | if (vport->fc_flag & FC_LBIT) |
| 968 | lpfc_linkup_cleanup_nodes(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 969 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 970 | } |
| 971 | |
| 972 | static int |
| 973 | lpfc_linkup(struct lpfc_hba *phba) |
| 974 | { |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 975 | struct lpfc_vport **vports; |
| 976 | int i; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 977 | |
James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 978 | lpfc_cleanup_wt_rrqs(phba); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 979 | phba->link_state = LPFC_LINK_UP; |
| 980 | |
| 981 | /* Unblock fabric iocbs if they are blocked */ |
| 982 | clear_bit(FABRIC_COMANDS_BLOCKED, &phba->bit_flags); |
| 983 | del_timer_sync(&phba->fabric_block_timer); |
| 984 | |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 985 | vports = lpfc_create_vport_work_array(phba); |
| 986 | if (vports != NULL) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 987 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 988 | lpfc_linkup_port(vports[i]); |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 989 | lpfc_destroy_vport_work_array(phba, vports); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 990 | if ((phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) && |
| 991 | (phba->sli_rev < LPFC_SLI_REV4)) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 992 | lpfc_issue_clear_la(phba, phba->pport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 993 | |
| 994 | return 0; |
| 995 | } |
| 996 | |
| 997 | /* |
| 998 | * This routine handles processing a CLEAR_LA mailbox |
| 999 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 1000 | * as the completion routine when the command is |
| 1001 | * handed off to the SLI layer. |
| 1002 | */ |
Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 1003 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1004 | lpfc_mbx_cmpl_clear_la(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1005 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1006 | struct lpfc_vport *vport = pmb->vport; |
| 1007 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 1008 | struct lpfc_sli *psli = &phba->sli; |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 1009 | MAILBOX_t *mb = &pmb->u.mb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1010 | uint32_t control; |
| 1011 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1012 | /* Since we don't do discovery right now, turn these off here */ |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 1013 | psli->ring[psli->extra_ring].flag &= ~LPFC_STOP_IOCB_EVENT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1014 | psli->ring[psli->fcp_ring].flag &= ~LPFC_STOP_IOCB_EVENT; |
| 1015 | psli->ring[psli->next_ring].flag &= ~LPFC_STOP_IOCB_EVENT; |
| 1016 | |
| 1017 | /* Check for error */ |
| 1018 | if ((mb->mbxStatus) && (mb->mbxStatus != 0x1601)) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1019 | /* CLEAR_LA mbox error <mbxStatus> state <hba_state> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1020 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 1021 | "0320 CLEAR_LA mbxStatus error x%x hba " |
| 1022 | "state x%x\n", |
| 1023 | mb->mbxStatus, vport->port_state); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1024 | phba->link_state = LPFC_HBA_ERROR; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1025 | goto out; |
| 1026 | } |
| 1027 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1028 | if (vport->port_type == LPFC_PHYSICAL_PORT) |
| 1029 | phba->link_state = LPFC_HBA_READY; |
| 1030 | |
| 1031 | spin_lock_irq(&phba->hbalock); |
| 1032 | psli->sli_flag |= LPFC_PROCESS_LA; |
| 1033 | control = readl(phba->HCregaddr); |
| 1034 | control |= HC_LAINT_ENA; |
| 1035 | writel(control, phba->HCregaddr); |
| 1036 | readl(phba->HCregaddr); /* flush */ |
| 1037 | spin_unlock_irq(&phba->hbalock); |
James Smart | 1b32f6a | 2008-02-08 18:49:39 -0500 | [diff] [blame] | 1038 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1039 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1040 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1041 | out: |
| 1042 | /* Device Discovery completes */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1043 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 1044 | "0225 Device Discovery completes\n"); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1045 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1046 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1047 | spin_lock_irq(shost->host_lock); |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 1048 | vport->fc_flag &= ~FC_ABORT_DISCOVERY; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1049 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1050 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1051 | lpfc_can_disctmo(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1052 | |
| 1053 | /* turn on Link Attention interrupts */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1054 | |
| 1055 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1056 | psli->sli_flag |= LPFC_PROCESS_LA; |
| 1057 | control = readl(phba->HCregaddr); |
| 1058 | control |= HC_LAINT_ENA; |
| 1059 | writel(control, phba->HCregaddr); |
| 1060 | readl(phba->HCregaddr); /* flush */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1061 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1062 | |
| 1063 | return; |
| 1064 | } |
| 1065 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1066 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1067 | static void |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1068 | lpfc_mbx_cmpl_local_config_link(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1069 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1070 | struct lpfc_vport *vport = pmb->vport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1071 | |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 1072 | if (pmb->u.mb.mbxStatus) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1073 | goto out; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1074 | |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1075 | mempool_free(pmb, phba->mbox_mem_pool); |
| 1076 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 1077 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP && |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1078 | vport->fc_flag & FC_PUBLIC_LOOP && |
| 1079 | !(vport->fc_flag & FC_LBIT)) { |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1080 | /* Need to wait for FAN - use discovery timer |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1081 | * for timeout. port_state is identically |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1082 | * LPFC_LOCAL_CFG_LINK while waiting for FAN |
| 1083 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1084 | lpfc_set_disctmo(vport); |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1085 | return; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1086 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1087 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1088 | /* Start discovery by sending a FLOGI. port_state is identically |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1089 | * LPFC_FLOGI while waiting for FLOGI cmpl |
| 1090 | */ |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 1091 | if (vport->port_state != LPFC_FLOGI) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1092 | lpfc_initial_flogi(vport); |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1093 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1094 | |
| 1095 | out: |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1096 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 1097 | "0306 CONFIG_LINK mbxStatus error x%x " |
| 1098 | "HBA state x%x\n", |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 1099 | pmb->u.mb.mbxStatus, vport->port_state); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1100 | mempool_free(pmb, phba->mbox_mem_pool); |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1101 | |
| 1102 | lpfc_linkdown(phba); |
| 1103 | |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1104 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 1105 | "0200 CONFIG_LINK bad hba state x%x\n", |
| 1106 | vport->port_state); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1107 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1108 | lpfc_issue_clear_la(phba, vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1109 | return; |
| 1110 | } |
| 1111 | |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame^] | 1112 | /** |
| 1113 | * lpfc_sli4_clear_fcf_rr_bmask |
| 1114 | * @phba pointer to the struct lpfc_hba for this port. |
| 1115 | * This fucnction resets the round robin bit mask and clears the |
| 1116 | * fcf priority list. The list deletions are done while holding the |
| 1117 | * hbalock. The ON_LIST flag and the FLOGI_FAILED flags are cleared |
| 1118 | * from the lpfc_fcf_pri record. |
| 1119 | **/ |
| 1120 | void |
| 1121 | lpfc_sli4_clear_fcf_rr_bmask(struct lpfc_hba *phba) |
| 1122 | { |
| 1123 | struct lpfc_fcf_pri *fcf_pri; |
| 1124 | struct lpfc_fcf_pri *next_fcf_pri; |
| 1125 | memset(phba->fcf.fcf_rr_bmask, 0, sizeof(*phba->fcf.fcf_rr_bmask)); |
| 1126 | spin_lock_irq(&phba->hbalock); |
| 1127 | list_for_each_entry_safe(fcf_pri, next_fcf_pri, |
| 1128 | &phba->fcf.fcf_pri_list, list) { |
| 1129 | list_del_init(&fcf_pri->list); |
| 1130 | fcf_pri->fcf_rec.flag = 0; |
| 1131 | } |
| 1132 | spin_unlock_irq(&phba->hbalock); |
| 1133 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1134 | static void |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1135 | lpfc_mbx_cmpl_reg_fcfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 1136 | { |
| 1137 | struct lpfc_vport *vport = mboxq->vport; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1138 | |
| 1139 | if (mboxq->u.mb.mbxStatus) { |
| 1140 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 1141 | "2017 REG_FCFI mbxStatus error x%x " |
| 1142 | "HBA state x%x\n", |
| 1143 | mboxq->u.mb.mbxStatus, vport->port_state); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1144 | goto fail_out; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1145 | } |
| 1146 | |
| 1147 | /* Start FCoE discovery by sending a FLOGI. */ |
| 1148 | phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi, &mboxq->u.mqe.un.reg_fcfi); |
| 1149 | /* Set the FCFI registered flag */ |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1150 | spin_lock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1151 | phba->fcf.fcf_flag |= FCF_REGISTERED; |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1152 | spin_unlock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1153 | |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1154 | /* If there is a pending FCoE event, restart FCF table scan. */ |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame^] | 1155 | if ((!(phba->hba_flag & FCF_RR_INPROG)) && |
| 1156 | lpfc_check_pending_fcoe_event(phba, LPFC_UNREG_FCF)) |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1157 | goto fail_out; |
| 1158 | |
| 1159 | /* Mark successful completion of FCF table scan */ |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1160 | spin_lock_irq(&phba->hbalock); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1161 | phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1162 | phba->hba_flag &= ~FCF_TS_INPROG; |
| 1163 | if (vport->port_state != LPFC_FLOGI) { |
| 1164 | phba->hba_flag |= FCF_RR_INPROG; |
| 1165 | spin_unlock_irq(&phba->hbalock); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 1166 | lpfc_issue_init_vfi(vport); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1167 | goto out; |
| 1168 | } |
| 1169 | spin_unlock_irq(&phba->hbalock); |
| 1170 | goto out; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1171 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1172 | fail_out: |
| 1173 | spin_lock_irq(&phba->hbalock); |
| 1174 | phba->hba_flag &= ~FCF_RR_INPROG; |
| 1175 | spin_unlock_irq(&phba->hbalock); |
| 1176 | out: |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1177 | mempool_free(mboxq, phba->mbox_mem_pool); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1178 | } |
| 1179 | |
| 1180 | /** |
| 1181 | * lpfc_fab_name_match - Check if the fcf fabric name match. |
| 1182 | * @fab_name: pointer to fabric name. |
| 1183 | * @new_fcf_record: pointer to fcf record. |
| 1184 | * |
| 1185 | * This routine compare the fcf record's fabric name with provided |
| 1186 | * fabric name. If the fabric name are identical this function |
| 1187 | * returns 1 else return 0. |
| 1188 | **/ |
| 1189 | static uint32_t |
| 1190 | lpfc_fab_name_match(uint8_t *fab_name, struct fcf_record *new_fcf_record) |
| 1191 | { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1192 | 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] | 1193 | return 0; |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1194 | if (fab_name[1] != bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record)) |
| 1195 | return 0; |
| 1196 | if (fab_name[2] != bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record)) |
| 1197 | return 0; |
| 1198 | if (fab_name[3] != bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record)) |
| 1199 | return 0; |
| 1200 | if (fab_name[4] != bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record)) |
| 1201 | return 0; |
| 1202 | if (fab_name[5] != bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record)) |
| 1203 | return 0; |
| 1204 | if (fab_name[6] != bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record)) |
| 1205 | return 0; |
| 1206 | if (fab_name[7] != bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record)) |
| 1207 | return 0; |
| 1208 | return 1; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1209 | } |
| 1210 | |
| 1211 | /** |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1212 | * lpfc_sw_name_match - Check if the fcf switch name match. |
| 1213 | * @fab_name: pointer to fabric name. |
| 1214 | * @new_fcf_record: pointer to fcf record. |
| 1215 | * |
| 1216 | * This routine compare the fcf record's switch name with provided |
| 1217 | * switch name. If the switch name are identical this function |
| 1218 | * returns 1 else return 0. |
| 1219 | **/ |
| 1220 | static uint32_t |
| 1221 | lpfc_sw_name_match(uint8_t *sw_name, struct fcf_record *new_fcf_record) |
| 1222 | { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1223 | 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] | 1224 | return 0; |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1225 | if (sw_name[1] != bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record)) |
| 1226 | return 0; |
| 1227 | if (sw_name[2] != bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record)) |
| 1228 | return 0; |
| 1229 | if (sw_name[3] != bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record)) |
| 1230 | return 0; |
| 1231 | if (sw_name[4] != bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record)) |
| 1232 | return 0; |
| 1233 | if (sw_name[5] != bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record)) |
| 1234 | return 0; |
| 1235 | if (sw_name[6] != bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record)) |
| 1236 | return 0; |
| 1237 | if (sw_name[7] != bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record)) |
| 1238 | return 0; |
| 1239 | return 1; |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1240 | } |
| 1241 | |
| 1242 | /** |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1243 | * lpfc_mac_addr_match - Check if the fcf mac address match. |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1244 | * @mac_addr: pointer to mac address. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1245 | * @new_fcf_record: pointer to fcf record. |
| 1246 | * |
| 1247 | * This routine compare the fcf record's mac address with HBA's |
| 1248 | * FCF mac address. If the mac addresses are identical this function |
| 1249 | * returns 1 else return 0. |
| 1250 | **/ |
| 1251 | static uint32_t |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1252 | 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] | 1253 | { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1254 | 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] | 1255 | return 0; |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1256 | if (mac_addr[1] != bf_get(lpfc_fcf_record_mac_1, new_fcf_record)) |
| 1257 | return 0; |
| 1258 | if (mac_addr[2] != bf_get(lpfc_fcf_record_mac_2, new_fcf_record)) |
| 1259 | return 0; |
| 1260 | if (mac_addr[3] != bf_get(lpfc_fcf_record_mac_3, new_fcf_record)) |
| 1261 | return 0; |
| 1262 | if (mac_addr[4] != bf_get(lpfc_fcf_record_mac_4, new_fcf_record)) |
| 1263 | return 0; |
| 1264 | if (mac_addr[5] != bf_get(lpfc_fcf_record_mac_5, new_fcf_record)) |
| 1265 | return 0; |
| 1266 | return 1; |
| 1267 | } |
| 1268 | |
| 1269 | static bool |
| 1270 | lpfc_vlan_id_match(uint16_t curr_vlan_id, uint16_t new_vlan_id) |
| 1271 | { |
| 1272 | return (curr_vlan_id == new_vlan_id); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1273 | } |
| 1274 | |
| 1275 | /** |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame^] | 1276 | * lpfc_update_fcf_record - Update driver fcf record |
| 1277 | * __lpfc_update_fcf_record_pri - update the lpfc_fcf_pri record. |
| 1278 | * @phba: pointer to lpfc hba data structure. |
| 1279 | * @fcf_index: Index for the lpfc_fcf_record. |
| 1280 | * @new_fcf_record: pointer to hba fcf record. |
| 1281 | * |
| 1282 | * This routine updates the driver FCF priority record from the new HBA FCF |
| 1283 | * record. This routine is called with the host lock held. |
| 1284 | **/ |
| 1285 | static void |
| 1286 | __lpfc_update_fcf_record_pri(struct lpfc_hba *phba, uint16_t fcf_index, |
| 1287 | struct fcf_record *new_fcf_record |
| 1288 | ) |
| 1289 | { |
| 1290 | struct lpfc_fcf_pri *fcf_pri; |
| 1291 | |
| 1292 | fcf_pri = &phba->fcf.fcf_pri[fcf_index]; |
| 1293 | fcf_pri->fcf_rec.fcf_index = fcf_index; |
| 1294 | /* FCF record priority */ |
| 1295 | fcf_pri->fcf_rec.priority = new_fcf_record->fip_priority; |
| 1296 | |
| 1297 | } |
| 1298 | |
| 1299 | /** |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1300 | * lpfc_copy_fcf_record - Copy fcf information to lpfc_hba. |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1301 | * @fcf: pointer to driver fcf record. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1302 | * @new_fcf_record: pointer to fcf record. |
| 1303 | * |
| 1304 | * This routine copies the FCF information from the FCF |
| 1305 | * record to lpfc_hba data structure. |
| 1306 | **/ |
| 1307 | static void |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1308 | lpfc_copy_fcf_record(struct lpfc_fcf_rec *fcf_rec, |
| 1309 | struct fcf_record *new_fcf_record) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1310 | { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1311 | /* Fabric name */ |
| 1312 | fcf_rec->fabric_name[0] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1313 | bf_get(lpfc_fcf_record_fab_name_0, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1314 | fcf_rec->fabric_name[1] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1315 | bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1316 | fcf_rec->fabric_name[2] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1317 | bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1318 | fcf_rec->fabric_name[3] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1319 | bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1320 | fcf_rec->fabric_name[4] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1321 | bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1322 | fcf_rec->fabric_name[5] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1323 | bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1324 | fcf_rec->fabric_name[6] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1325 | bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1326 | fcf_rec->fabric_name[7] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1327 | bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1328 | /* Mac address */ |
| 1329 | fcf_rec->mac_addr[0] = bf_get(lpfc_fcf_record_mac_0, new_fcf_record); |
| 1330 | fcf_rec->mac_addr[1] = bf_get(lpfc_fcf_record_mac_1, new_fcf_record); |
| 1331 | fcf_rec->mac_addr[2] = bf_get(lpfc_fcf_record_mac_2, new_fcf_record); |
| 1332 | fcf_rec->mac_addr[3] = bf_get(lpfc_fcf_record_mac_3, new_fcf_record); |
| 1333 | fcf_rec->mac_addr[4] = bf_get(lpfc_fcf_record_mac_4, new_fcf_record); |
| 1334 | fcf_rec->mac_addr[5] = bf_get(lpfc_fcf_record_mac_5, new_fcf_record); |
| 1335 | /* FCF record index */ |
| 1336 | fcf_rec->fcf_indx = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record); |
| 1337 | /* FCF record priority */ |
| 1338 | fcf_rec->priority = new_fcf_record->fip_priority; |
| 1339 | /* Switch name */ |
| 1340 | fcf_rec->switch_name[0] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1341 | bf_get(lpfc_fcf_record_switch_name_0, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1342 | fcf_rec->switch_name[1] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1343 | bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1344 | fcf_rec->switch_name[2] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1345 | bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1346 | fcf_rec->switch_name[3] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1347 | bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1348 | fcf_rec->switch_name[4] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1349 | bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1350 | fcf_rec->switch_name[5] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1351 | bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1352 | fcf_rec->switch_name[6] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1353 | bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1354 | fcf_rec->switch_name[7] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1355 | bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1356 | } |
| 1357 | |
| 1358 | /** |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1359 | * lpfc_update_fcf_record - Update driver fcf record |
| 1360 | * @phba: pointer to lpfc hba data structure. |
| 1361 | * @fcf_rec: pointer to driver fcf record. |
| 1362 | * @new_fcf_record: pointer to hba fcf record. |
| 1363 | * @addr_mode: address mode to be set to the driver fcf record. |
| 1364 | * @vlan_id: vlan tag to be set to the driver fcf record. |
| 1365 | * @flag: flag bits to be set to the driver fcf record. |
| 1366 | * |
| 1367 | * This routine updates the driver FCF record from the new HBA FCF record |
| 1368 | * together with the address mode, vlan_id, and other informations. This |
| 1369 | * routine is called with the host lock held. |
| 1370 | **/ |
| 1371 | static void |
| 1372 | __lpfc_update_fcf_record(struct lpfc_hba *phba, struct lpfc_fcf_rec *fcf_rec, |
| 1373 | struct fcf_record *new_fcf_record, uint32_t addr_mode, |
| 1374 | uint16_t vlan_id, uint32_t flag) |
| 1375 | { |
| 1376 | /* Copy the fields from the HBA's FCF record */ |
| 1377 | lpfc_copy_fcf_record(fcf_rec, new_fcf_record); |
| 1378 | /* Update other fields of driver FCF record */ |
| 1379 | fcf_rec->addr_mode = addr_mode; |
| 1380 | fcf_rec->vlan_id = vlan_id; |
| 1381 | fcf_rec->flag |= (flag | RECORD_VALID); |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame^] | 1382 | __lpfc_update_fcf_record_pri(phba, |
| 1383 | bf_get(lpfc_fcf_record_fcf_index, new_fcf_record), |
| 1384 | new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1385 | } |
| 1386 | |
| 1387 | /** |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1388 | * lpfc_register_fcf - Register the FCF with hba. |
| 1389 | * @phba: pointer to lpfc hba data structure. |
| 1390 | * |
| 1391 | * This routine issues a register fcfi mailbox command to register |
| 1392 | * the fcf with HBA. |
| 1393 | **/ |
| 1394 | static void |
| 1395 | lpfc_register_fcf(struct lpfc_hba *phba) |
| 1396 | { |
| 1397 | LPFC_MBOXQ_t *fcf_mbxq; |
| 1398 | int rc; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1399 | |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1400 | spin_lock_irq(&phba->hbalock); |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 1401 | /* If the FCF is not available do nothing. */ |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1402 | if (!(phba->fcf.fcf_flag & FCF_AVAILABLE)) { |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1403 | phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG); |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1404 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1405 | return; |
| 1406 | } |
| 1407 | |
| 1408 | /* The FCF is already registered, start discovery */ |
| 1409 | if (phba->fcf.fcf_flag & FCF_REGISTERED) { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1410 | phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1411 | phba->hba_flag &= ~FCF_TS_INPROG; |
| 1412 | if (phba->pport->port_state != LPFC_FLOGI) { |
| 1413 | phba->hba_flag |= FCF_RR_INPROG; |
| 1414 | spin_unlock_irq(&phba->hbalock); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 1415 | lpfc_issue_init_vfi(phba->pport); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1416 | return; |
| 1417 | } |
| 1418 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1419 | return; |
| 1420 | } |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1421 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1422 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1423 | fcf_mbxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1424 | if (!fcf_mbxq) { |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1425 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1426 | phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG); |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1427 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1428 | return; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1429 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1430 | |
| 1431 | lpfc_reg_fcfi(phba, fcf_mbxq); |
| 1432 | fcf_mbxq->vport = phba->pport; |
| 1433 | fcf_mbxq->mbox_cmpl = lpfc_mbx_cmpl_reg_fcfi; |
| 1434 | rc = lpfc_sli_issue_mbox(phba, fcf_mbxq, MBX_NOWAIT); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1435 | if (rc == MBX_NOT_FINISHED) { |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1436 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1437 | phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG); |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1438 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1439 | mempool_free(fcf_mbxq, phba->mbox_mem_pool); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1440 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1441 | |
| 1442 | return; |
| 1443 | } |
| 1444 | |
| 1445 | /** |
| 1446 | * lpfc_match_fcf_conn_list - Check if the FCF record can be used for discovery. |
| 1447 | * @phba: pointer to lpfc hba data structure. |
| 1448 | * @new_fcf_record: pointer to fcf record. |
| 1449 | * @boot_flag: Indicates if this record used by boot bios. |
| 1450 | * @addr_mode: The address mode to be used by this FCF |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1451 | * @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] | 1452 | * |
| 1453 | * This routine compare the fcf record with connect list obtained from the |
| 1454 | * config region to decide if this FCF can be used for SAN discovery. It returns |
| 1455 | * 1 if this record can be used for SAN discovery else return zero. If this FCF |
| 1456 | * record can be used for SAN discovery, the boot_flag will indicate if this FCF |
| 1457 | * is used by boot bios and addr_mode will indicate the addressing mode to be |
| 1458 | * used for this FCF when the function returns. |
| 1459 | * If the FCF record need to be used with a particular vlan id, the vlan is |
| 1460 | * 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] | 1461 | * 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] | 1462 | **/ |
| 1463 | static int |
| 1464 | lpfc_match_fcf_conn_list(struct lpfc_hba *phba, |
| 1465 | struct fcf_record *new_fcf_record, |
| 1466 | uint32_t *boot_flag, uint32_t *addr_mode, |
| 1467 | uint16_t *vlan_id) |
| 1468 | { |
| 1469 | struct lpfc_fcf_conn_entry *conn_entry; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1470 | int i, j, fcf_vlan_id = 0; |
| 1471 | |
| 1472 | /* Find the lowest VLAN id in the FCF record */ |
| 1473 | for (i = 0; i < 512; i++) { |
| 1474 | if (new_fcf_record->vlan_bitmap[i]) { |
| 1475 | fcf_vlan_id = i * 8; |
| 1476 | j = 0; |
| 1477 | while (!((new_fcf_record->vlan_bitmap[i] >> j) & 1)) { |
| 1478 | j++; |
| 1479 | fcf_vlan_id++; |
| 1480 | } |
| 1481 | break; |
| 1482 | } |
| 1483 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1484 | |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1485 | /* If FCF not available return 0 */ |
| 1486 | if (!bf_get(lpfc_fcf_record_fcf_avail, new_fcf_record) || |
| 1487 | !bf_get(lpfc_fcf_record_fcf_valid, new_fcf_record)) |
| 1488 | return 0; |
| 1489 | |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 1490 | if (!(phba->hba_flag & HBA_FIP_SUPPORT)) { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1491 | *boot_flag = 0; |
| 1492 | *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov, |
| 1493 | new_fcf_record); |
| 1494 | if (phba->valid_vlan) |
| 1495 | *vlan_id = phba->vlan_id; |
| 1496 | else |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1497 | *vlan_id = LPFC_FCOE_NULL_VID; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1498 | return 1; |
| 1499 | } |
| 1500 | |
| 1501 | /* |
| 1502 | * If there are no FCF connection table entry, driver connect to all |
| 1503 | * FCFs. |
| 1504 | */ |
| 1505 | if (list_empty(&phba->fcf_conn_rec_list)) { |
| 1506 | *boot_flag = 0; |
| 1507 | *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov, |
| 1508 | new_fcf_record); |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1509 | |
| 1510 | /* |
| 1511 | * When there are no FCF connect entries, use driver's default |
| 1512 | * addressing mode - FPMA. |
| 1513 | */ |
| 1514 | if (*addr_mode & LPFC_FCF_FPMA) |
| 1515 | *addr_mode = LPFC_FCF_FPMA; |
| 1516 | |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1517 | /* If FCF record report a vlan id use that vlan id */ |
| 1518 | if (fcf_vlan_id) |
| 1519 | *vlan_id = fcf_vlan_id; |
| 1520 | else |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1521 | *vlan_id = LPFC_FCOE_NULL_VID; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1522 | return 1; |
| 1523 | } |
| 1524 | |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1525 | list_for_each_entry(conn_entry, |
| 1526 | &phba->fcf_conn_rec_list, list) { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1527 | if (!(conn_entry->conn_rec.flags & FCFCNCT_VALID)) |
| 1528 | continue; |
| 1529 | |
| 1530 | if ((conn_entry->conn_rec.flags & FCFCNCT_FBNM_VALID) && |
| 1531 | !lpfc_fab_name_match(conn_entry->conn_rec.fabric_name, |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1532 | new_fcf_record)) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1533 | continue; |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1534 | if ((conn_entry->conn_rec.flags & FCFCNCT_SWNM_VALID) && |
| 1535 | !lpfc_sw_name_match(conn_entry->conn_rec.switch_name, |
| 1536 | new_fcf_record)) |
| 1537 | continue; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1538 | if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID) { |
| 1539 | /* |
| 1540 | * If the vlan bit map does not have the bit set for the |
| 1541 | * vlan id to be used, then it is not a match. |
| 1542 | */ |
| 1543 | if (!(new_fcf_record->vlan_bitmap |
| 1544 | [conn_entry->conn_rec.vlan_tag / 8] & |
| 1545 | (1 << (conn_entry->conn_rec.vlan_tag % 8)))) |
| 1546 | continue; |
| 1547 | } |
| 1548 | |
| 1549 | /* |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1550 | * If connection record does not support any addressing mode, |
| 1551 | * skip the FCF record. |
| 1552 | */ |
| 1553 | if (!(bf_get(lpfc_fcf_record_mac_addr_prov, new_fcf_record) |
| 1554 | & (LPFC_FCF_FPMA | LPFC_FCF_SPMA))) |
| 1555 | continue; |
| 1556 | |
| 1557 | /* |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1558 | * Check if the connection record specifies a required |
| 1559 | * addressing mode. |
| 1560 | */ |
| 1561 | if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) && |
| 1562 | !(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED)) { |
| 1563 | |
| 1564 | /* |
| 1565 | * If SPMA required but FCF not support this continue. |
| 1566 | */ |
| 1567 | if ((conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) && |
| 1568 | !(bf_get(lpfc_fcf_record_mac_addr_prov, |
| 1569 | new_fcf_record) & LPFC_FCF_SPMA)) |
| 1570 | continue; |
| 1571 | |
| 1572 | /* |
| 1573 | * If FPMA required but FCF not support this continue. |
| 1574 | */ |
| 1575 | if (!(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) && |
| 1576 | !(bf_get(lpfc_fcf_record_mac_addr_prov, |
| 1577 | new_fcf_record) & LPFC_FCF_FPMA)) |
| 1578 | continue; |
| 1579 | } |
| 1580 | |
| 1581 | /* |
| 1582 | * This fcf record matches filtering criteria. |
| 1583 | */ |
| 1584 | if (conn_entry->conn_rec.flags & FCFCNCT_BOOT) |
| 1585 | *boot_flag = 1; |
| 1586 | else |
| 1587 | *boot_flag = 0; |
| 1588 | |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1589 | /* |
| 1590 | * If user did not specify any addressing mode, or if the |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 1591 | * preferred addressing mode specified by user is not supported |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1592 | * by FCF, allow fabric to pick the addressing mode. |
| 1593 | */ |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1594 | *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov, |
| 1595 | new_fcf_record); |
| 1596 | /* |
| 1597 | * If the user specified a required address mode, assign that |
| 1598 | * address mode |
| 1599 | */ |
| 1600 | if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) && |
| 1601 | (!(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED))) |
| 1602 | *addr_mode = (conn_entry->conn_rec.flags & |
| 1603 | FCFCNCT_AM_SPMA) ? |
| 1604 | LPFC_FCF_SPMA : LPFC_FCF_FPMA; |
| 1605 | /* |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 1606 | * If the user specified a preferred address mode, use the |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1607 | * addr mode only if FCF support the addr_mode. |
| 1608 | */ |
| 1609 | else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) && |
| 1610 | (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) && |
| 1611 | (conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) && |
| 1612 | (*addr_mode & LPFC_FCF_SPMA)) |
| 1613 | *addr_mode = LPFC_FCF_SPMA; |
| 1614 | else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) && |
| 1615 | (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) && |
| 1616 | !(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) && |
| 1617 | (*addr_mode & LPFC_FCF_FPMA)) |
| 1618 | *addr_mode = LPFC_FCF_FPMA; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1619 | |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1620 | /* If matching connect list has a vlan id, use it */ |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1621 | if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID) |
| 1622 | *vlan_id = conn_entry->conn_rec.vlan_tag; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1623 | /* |
| 1624 | * If no vlan id is specified in connect list, use the vlan id |
| 1625 | * in the FCF record |
| 1626 | */ |
| 1627 | else if (fcf_vlan_id) |
| 1628 | *vlan_id = fcf_vlan_id; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1629 | else |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1630 | *vlan_id = LPFC_FCOE_NULL_VID; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1631 | |
| 1632 | return 1; |
| 1633 | } |
| 1634 | |
| 1635 | return 0; |
| 1636 | } |
| 1637 | |
| 1638 | /** |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1639 | * lpfc_check_pending_fcoe_event - Check if there is pending fcoe event. |
| 1640 | * @phba: pointer to lpfc hba data structure. |
| 1641 | * @unreg_fcf: Unregister FCF if FCF table need to be re-scaned. |
| 1642 | * |
| 1643 | * This function check if there is any fcoe event pending while driver |
| 1644 | * scan FCF entries. If there is any pending event, it will restart the |
| 1645 | * FCF saning and return 1 else return 0. |
| 1646 | */ |
| 1647 | int |
| 1648 | lpfc_check_pending_fcoe_event(struct lpfc_hba *phba, uint8_t unreg_fcf) |
| 1649 | { |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1650 | /* |
| 1651 | * If the Link is up and no FCoE events while in the |
| 1652 | * FCF discovery, no need to restart FCF discovery. |
| 1653 | */ |
| 1654 | if ((phba->link_state >= LPFC_LINK_UP) && |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1655 | (phba->fcoe_eventtag == phba->fcoe_eventtag_at_fcf_scan)) |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1656 | return 0; |
| 1657 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1658 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 1659 | "2768 Pending link or FCF event during current " |
| 1660 | "handling of the previous event: link_state:x%x, " |
| 1661 | "evt_tag_at_scan:x%x, evt_tag_current:x%x\n", |
| 1662 | phba->link_state, phba->fcoe_eventtag_at_fcf_scan, |
| 1663 | phba->fcoe_eventtag); |
| 1664 | |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1665 | spin_lock_irq(&phba->hbalock); |
| 1666 | phba->fcf.fcf_flag &= ~FCF_AVAILABLE; |
| 1667 | spin_unlock_irq(&phba->hbalock); |
| 1668 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1669 | if (phba->link_state >= LPFC_LINK_UP) { |
| 1670 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY, |
| 1671 | "2780 Restart FCF table scan due to " |
| 1672 | "pending FCF event:evt_tag_at_scan:x%x, " |
| 1673 | "evt_tag_current:x%x\n", |
| 1674 | phba->fcoe_eventtag_at_fcf_scan, |
| 1675 | phba->fcoe_eventtag); |
| 1676 | lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST); |
| 1677 | } else { |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1678 | /* |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1679 | * Do not continue FCF discovery and clear FCF_TS_INPROG |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1680 | * flag |
| 1681 | */ |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1682 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY, |
| 1683 | "2833 Stop FCF discovery process due to link " |
| 1684 | "state change (x%x)\n", phba->link_state); |
James Smart | 1c6f4ef5 | 2009-11-18 15:40:49 -0500 | [diff] [blame] | 1685 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1686 | phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1687 | phba->fcf.fcf_flag &= ~(FCF_REDISC_FOV | FCF_DISCOVERY); |
James Smart | 1c6f4ef5 | 2009-11-18 15:40:49 -0500 | [diff] [blame] | 1688 | spin_unlock_irq(&phba->hbalock); |
| 1689 | } |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1690 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1691 | /* Unregister the currently registered FCF if required */ |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1692 | if (unreg_fcf) { |
| 1693 | spin_lock_irq(&phba->hbalock); |
| 1694 | phba->fcf.fcf_flag &= ~FCF_REGISTERED; |
| 1695 | spin_unlock_irq(&phba->hbalock); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1696 | lpfc_sli4_unregister_fcf(phba); |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1697 | } |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1698 | return 1; |
| 1699 | } |
| 1700 | |
| 1701 | /** |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 1702 | * lpfc_sli4_new_fcf_random_select - Randomly select an eligible new fcf record |
| 1703 | * @phba: pointer to lpfc hba data structure. |
| 1704 | * @fcf_cnt: number of eligible fcf record seen so far. |
| 1705 | * |
| 1706 | * This function makes an running random selection decision on FCF record to |
| 1707 | * use through a sequence of @fcf_cnt eligible FCF records with equal |
| 1708 | * probability. To perform integer manunipulation of random numbers with |
| 1709 | * size unit32_t, the lower 16 bits of the 32-bit random number returned |
| 1710 | * from random32() are taken as the random random number generated. |
| 1711 | * |
| 1712 | * Returns true when outcome is for the newly read FCF record should be |
| 1713 | * chosen; otherwise, return false when outcome is for keeping the previously |
| 1714 | * chosen FCF record. |
| 1715 | **/ |
| 1716 | static bool |
| 1717 | lpfc_sli4_new_fcf_random_select(struct lpfc_hba *phba, uint32_t fcf_cnt) |
| 1718 | { |
| 1719 | uint32_t rand_num; |
| 1720 | |
| 1721 | /* Get 16-bit uniform random number */ |
| 1722 | rand_num = (0xFFFF & random32()); |
| 1723 | |
| 1724 | /* Decision with probability 1/fcf_cnt */ |
| 1725 | if ((fcf_cnt * rand_num) < 0xFFFF) |
| 1726 | return true; |
| 1727 | else |
| 1728 | return false; |
| 1729 | } |
| 1730 | |
| 1731 | /** |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 1732 | * lpfc_sli4_fcf_rec_mbox_parse - Parse read_fcf mbox command. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1733 | * @phba: pointer to lpfc hba data structure. |
| 1734 | * @mboxq: pointer to mailbox object. |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1735 | * @next_fcf_index: pointer to holder of next fcf index. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1736 | * |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1737 | * This routine parses the non-embedded fcf mailbox command by performing the |
| 1738 | * necessarily error checking, non-embedded read FCF record mailbox command |
| 1739 | * SGE parsing, and endianness swapping. |
| 1740 | * |
| 1741 | * Returns the pointer to the new FCF record in the non-embedded mailbox |
| 1742 | * command DMA memory if successfully, other NULL. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1743 | */ |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1744 | static struct fcf_record * |
| 1745 | lpfc_sli4_fcf_rec_mbox_parse(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq, |
| 1746 | uint16_t *next_fcf_index) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1747 | { |
| 1748 | void *virt_addr; |
| 1749 | dma_addr_t phys_addr; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1750 | struct lpfc_mbx_sge sge; |
| 1751 | struct lpfc_mbx_read_fcf_tbl *read_fcf; |
| 1752 | uint32_t shdr_status, shdr_add_status; |
| 1753 | union lpfc_sli4_cfg_shdr *shdr; |
| 1754 | struct fcf_record *new_fcf_record; |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1755 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1756 | /* Get the first SGE entry from the non-embedded DMA memory. This |
| 1757 | * routine only uses a single SGE. |
| 1758 | */ |
| 1759 | lpfc_sli4_mbx_sge_get(mboxq, 0, &sge); |
| 1760 | phys_addr = getPaddr(sge.pa_hi, sge.pa_lo); |
| 1761 | if (unlikely(!mboxq->sge_array)) { |
| 1762 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX, |
| 1763 | "2524 Failed to get the non-embedded SGE " |
| 1764 | "virtual address\n"); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1765 | return NULL; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1766 | } |
| 1767 | virt_addr = mboxq->sge_array->addr[0]; |
| 1768 | |
| 1769 | shdr = (union lpfc_sli4_cfg_shdr *)virt_addr; |
| 1770 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1771 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1772 | if (shdr_status || shdr_add_status) { |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1773 | if (shdr_status == STATUS_FCF_TABLE_EMPTY) |
| 1774 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, |
James Smart | def9c7a | 2009-12-21 17:02:28 -0500 | [diff] [blame] | 1775 | "2726 READ_FCF_RECORD Indicates empty " |
| 1776 | "FCF table.\n"); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1777 | else |
| 1778 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, |
James Smart | def9c7a | 2009-12-21 17:02:28 -0500 | [diff] [blame] | 1779 | "2521 READ_FCF_RECORD mailbox failed " |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1780 | "with status x%x add_status x%x, " |
| 1781 | "mbx\n", shdr_status, shdr_add_status); |
| 1782 | return NULL; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1783 | } |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1784 | |
| 1785 | /* Interpreting the returned information of the FCF record */ |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1786 | read_fcf = (struct lpfc_mbx_read_fcf_tbl *)virt_addr; |
| 1787 | lpfc_sli_pcimem_bcopy(read_fcf, read_fcf, |
| 1788 | sizeof(struct lpfc_mbx_read_fcf_tbl)); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1789 | *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] | 1790 | new_fcf_record = (struct fcf_record *)(virt_addr + |
| 1791 | sizeof(struct lpfc_mbx_read_fcf_tbl)); |
| 1792 | lpfc_sli_pcimem_bcopy(new_fcf_record, new_fcf_record, |
James Smart | cb5172e | 2010-03-15 11:25:07 -0400 | [diff] [blame] | 1793 | offsetof(struct fcf_record, vlan_bitmap)); |
| 1794 | new_fcf_record->word137 = le32_to_cpu(new_fcf_record->word137); |
| 1795 | new_fcf_record->word138 = le32_to_cpu(new_fcf_record->word138); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1796 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1797 | return new_fcf_record; |
| 1798 | } |
| 1799 | |
| 1800 | /** |
| 1801 | * lpfc_sli4_log_fcf_record_info - Log the information of a fcf record |
| 1802 | * @phba: pointer to lpfc hba data structure. |
| 1803 | * @fcf_record: pointer to the fcf record. |
| 1804 | * @vlan_id: the lowest vlan identifier associated to this fcf record. |
| 1805 | * @next_fcf_index: the index to the next fcf record in hba's fcf table. |
| 1806 | * |
| 1807 | * This routine logs the detailed FCF record if the LOG_FIP loggin is |
| 1808 | * enabled. |
| 1809 | **/ |
| 1810 | static void |
| 1811 | lpfc_sli4_log_fcf_record_info(struct lpfc_hba *phba, |
| 1812 | struct fcf_record *fcf_record, |
| 1813 | uint16_t vlan_id, |
| 1814 | uint16_t next_fcf_index) |
| 1815 | { |
| 1816 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 1817 | "2764 READ_FCF_RECORD:\n" |
| 1818 | "\tFCF_Index : x%x\n" |
| 1819 | "\tFCF_Avail : x%x\n" |
| 1820 | "\tFCF_Valid : x%x\n" |
| 1821 | "\tFIP_Priority : x%x\n" |
| 1822 | "\tMAC_Provider : x%x\n" |
| 1823 | "\tLowest VLANID : x%x\n" |
| 1824 | "\tFCF_MAC Addr : x%x:%x:%x:%x:%x:%x\n" |
| 1825 | "\tFabric_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n" |
| 1826 | "\tSwitch_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n" |
| 1827 | "\tNext_FCF_Index: x%x\n", |
| 1828 | bf_get(lpfc_fcf_record_fcf_index, fcf_record), |
| 1829 | bf_get(lpfc_fcf_record_fcf_avail, fcf_record), |
| 1830 | bf_get(lpfc_fcf_record_fcf_valid, fcf_record), |
| 1831 | fcf_record->fip_priority, |
| 1832 | bf_get(lpfc_fcf_record_mac_addr_prov, fcf_record), |
| 1833 | vlan_id, |
| 1834 | bf_get(lpfc_fcf_record_mac_0, fcf_record), |
| 1835 | bf_get(lpfc_fcf_record_mac_1, fcf_record), |
| 1836 | bf_get(lpfc_fcf_record_mac_2, fcf_record), |
| 1837 | bf_get(lpfc_fcf_record_mac_3, fcf_record), |
| 1838 | bf_get(lpfc_fcf_record_mac_4, fcf_record), |
| 1839 | bf_get(lpfc_fcf_record_mac_5, fcf_record), |
| 1840 | bf_get(lpfc_fcf_record_fab_name_0, fcf_record), |
| 1841 | bf_get(lpfc_fcf_record_fab_name_1, fcf_record), |
| 1842 | bf_get(lpfc_fcf_record_fab_name_2, fcf_record), |
| 1843 | bf_get(lpfc_fcf_record_fab_name_3, fcf_record), |
| 1844 | bf_get(lpfc_fcf_record_fab_name_4, fcf_record), |
| 1845 | bf_get(lpfc_fcf_record_fab_name_5, fcf_record), |
| 1846 | bf_get(lpfc_fcf_record_fab_name_6, fcf_record), |
| 1847 | bf_get(lpfc_fcf_record_fab_name_7, fcf_record), |
| 1848 | bf_get(lpfc_fcf_record_switch_name_0, fcf_record), |
| 1849 | bf_get(lpfc_fcf_record_switch_name_1, fcf_record), |
| 1850 | bf_get(lpfc_fcf_record_switch_name_2, fcf_record), |
| 1851 | bf_get(lpfc_fcf_record_switch_name_3, fcf_record), |
| 1852 | bf_get(lpfc_fcf_record_switch_name_4, fcf_record), |
| 1853 | bf_get(lpfc_fcf_record_switch_name_5, fcf_record), |
| 1854 | bf_get(lpfc_fcf_record_switch_name_6, fcf_record), |
| 1855 | bf_get(lpfc_fcf_record_switch_name_7, fcf_record), |
| 1856 | next_fcf_index); |
| 1857 | } |
| 1858 | |
| 1859 | /** |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1860 | lpfc_sli4_fcf_record_match - testing new FCF record for matching existing FCF |
| 1861 | * @phba: pointer to lpfc hba data structure. |
| 1862 | * @fcf_rec: pointer to an existing FCF record. |
| 1863 | * @new_fcf_record: pointer to a new FCF record. |
| 1864 | * @new_vlan_id: vlan id from the new FCF record. |
| 1865 | * |
| 1866 | * This function performs matching test of a new FCF record against an existing |
| 1867 | * FCF record. If the new_vlan_id passed in is LPFC_FCOE_IGNORE_VID, vlan id |
| 1868 | * will not be used as part of the FCF record matching criteria. |
| 1869 | * |
| 1870 | * Returns true if all the fields matching, otherwise returns false. |
| 1871 | */ |
| 1872 | static bool |
| 1873 | lpfc_sli4_fcf_record_match(struct lpfc_hba *phba, |
| 1874 | struct lpfc_fcf_rec *fcf_rec, |
| 1875 | struct fcf_record *new_fcf_record, |
| 1876 | uint16_t new_vlan_id) |
| 1877 | { |
| 1878 | if (new_vlan_id != LPFC_FCOE_IGNORE_VID) |
| 1879 | if (!lpfc_vlan_id_match(fcf_rec->vlan_id, new_vlan_id)) |
| 1880 | return false; |
| 1881 | if (!lpfc_mac_addr_match(fcf_rec->mac_addr, new_fcf_record)) |
| 1882 | return false; |
| 1883 | if (!lpfc_sw_name_match(fcf_rec->switch_name, new_fcf_record)) |
| 1884 | return false; |
| 1885 | if (!lpfc_fab_name_match(fcf_rec->fabric_name, new_fcf_record)) |
| 1886 | return false; |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame^] | 1887 | if (fcf_rec->priority != new_fcf_record->fip_priority) |
| 1888 | return false; |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1889 | return true; |
| 1890 | } |
| 1891 | |
| 1892 | /** |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1893 | * lpfc_sli4_fcf_rr_next_proc - processing next roundrobin fcf |
| 1894 | * @vport: Pointer to vport object. |
| 1895 | * @fcf_index: index to next fcf. |
| 1896 | * |
| 1897 | * This function processing the roundrobin fcf failover to next fcf index. |
| 1898 | * When this function is invoked, there will be a current fcf registered |
| 1899 | * for flogi. |
| 1900 | * Return: 0 for continue retrying flogi on currently registered fcf; |
| 1901 | * 1 for stop flogi on currently registered fcf; |
| 1902 | */ |
| 1903 | int lpfc_sli4_fcf_rr_next_proc(struct lpfc_vport *vport, uint16_t fcf_index) |
| 1904 | { |
| 1905 | struct lpfc_hba *phba = vport->phba; |
| 1906 | int rc; |
| 1907 | |
| 1908 | if (fcf_index == LPFC_FCOE_FCF_NEXT_NONE) { |
| 1909 | spin_lock_irq(&phba->hbalock); |
| 1910 | if (phba->hba_flag & HBA_DEVLOSS_TMO) { |
| 1911 | spin_unlock_irq(&phba->hbalock); |
| 1912 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 1913 | "2872 Devloss tmo with no eligible " |
| 1914 | "FCF, unregister in-use FCF (x%x) " |
| 1915 | "and rescan FCF table\n", |
| 1916 | phba->fcf.current_rec.fcf_indx); |
| 1917 | lpfc_unregister_fcf_rescan(phba); |
| 1918 | goto stop_flogi_current_fcf; |
| 1919 | } |
| 1920 | /* Mark the end to FLOGI roundrobin failover */ |
| 1921 | phba->hba_flag &= ~FCF_RR_INPROG; |
| 1922 | /* Allow action to new fcf asynchronous event */ |
| 1923 | phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE); |
| 1924 | spin_unlock_irq(&phba->hbalock); |
| 1925 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 1926 | "2865 No FCF available, stop roundrobin FCF " |
| 1927 | "failover and change port state:x%x/x%x\n", |
| 1928 | phba->pport->port_state, LPFC_VPORT_UNKNOWN); |
| 1929 | phba->pport->port_state = LPFC_VPORT_UNKNOWN; |
| 1930 | goto stop_flogi_current_fcf; |
| 1931 | } else { |
| 1932 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_ELS, |
| 1933 | "2794 Try FLOGI roundrobin FCF failover to " |
| 1934 | "(x%x)\n", fcf_index); |
| 1935 | rc = lpfc_sli4_fcf_rr_read_fcf_rec(phba, fcf_index); |
| 1936 | if (rc) |
| 1937 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP | LOG_ELS, |
| 1938 | "2761 FLOGI roundrobin FCF failover " |
| 1939 | "failed (rc:x%x) to read FCF (x%x)\n", |
| 1940 | rc, phba->fcf.current_rec.fcf_indx); |
| 1941 | else |
| 1942 | goto stop_flogi_current_fcf; |
| 1943 | } |
| 1944 | return 0; |
| 1945 | |
| 1946 | stop_flogi_current_fcf: |
| 1947 | lpfc_can_disctmo(vport); |
| 1948 | return 1; |
| 1949 | } |
| 1950 | |
| 1951 | /** |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame^] | 1952 | * lpfc_sli4_fcf_pri_list_del |
| 1953 | * @phba: pointer to lpfc hba data structure. |
| 1954 | * @fcf_index the index of the fcf record to delete |
| 1955 | * This routine checks the on list flag of the fcf_index to be deleted. |
| 1956 | * If it is one the list then it is removed from the list, and the flag |
| 1957 | * is cleared. This routine grab the hbalock before removing the fcf |
| 1958 | * record from the list. |
| 1959 | **/ |
| 1960 | static void lpfc_sli4_fcf_pri_list_del(struct lpfc_hba *phba, |
| 1961 | uint16_t fcf_index) |
| 1962 | { |
| 1963 | struct lpfc_fcf_pri *new_fcf_pri; |
| 1964 | |
| 1965 | new_fcf_pri = &phba->fcf.fcf_pri[fcf_index]; |
| 1966 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 1967 | "3058 deleting idx x%x pri x%x flg x%x\n", |
| 1968 | fcf_index, new_fcf_pri->fcf_rec.priority, |
| 1969 | new_fcf_pri->fcf_rec.flag); |
| 1970 | spin_lock_irq(&phba->hbalock); |
| 1971 | if (new_fcf_pri->fcf_rec.flag & LPFC_FCF_ON_PRI_LIST) { |
| 1972 | if (phba->fcf.current_rec.priority == |
| 1973 | new_fcf_pri->fcf_rec.priority) |
| 1974 | phba->fcf.eligible_fcf_cnt--; |
| 1975 | list_del_init(&new_fcf_pri->list); |
| 1976 | new_fcf_pri->fcf_rec.flag &= ~LPFC_FCF_ON_PRI_LIST; |
| 1977 | } |
| 1978 | spin_unlock_irq(&phba->hbalock); |
| 1979 | } |
| 1980 | |
| 1981 | /** |
| 1982 | * lpfc_sli4_set_fcf_flogi_fail |
| 1983 | * @phba: pointer to lpfc hba data structure. |
| 1984 | * @fcf_index the index of the fcf record to update |
| 1985 | * This routine acquires the hbalock and then set the LPFC_FCF_FLOGI_FAILED |
| 1986 | * flag so the the round robin slection for the particular priority level |
| 1987 | * will try a different fcf record that does not have this bit set. |
| 1988 | * If the fcf record is re-read for any reason this flag is cleared brfore |
| 1989 | * adding it to the priority list. |
| 1990 | **/ |
| 1991 | void |
| 1992 | lpfc_sli4_set_fcf_flogi_fail(struct lpfc_hba *phba, uint16_t fcf_index) |
| 1993 | { |
| 1994 | struct lpfc_fcf_pri *new_fcf_pri; |
| 1995 | new_fcf_pri = &phba->fcf.fcf_pri[fcf_index]; |
| 1996 | spin_lock_irq(&phba->hbalock); |
| 1997 | new_fcf_pri->fcf_rec.flag |= LPFC_FCF_FLOGI_FAILED; |
| 1998 | spin_unlock_irq(&phba->hbalock); |
| 1999 | } |
| 2000 | |
| 2001 | /** |
| 2002 | * lpfc_sli4_fcf_pri_list_add |
| 2003 | * @phba: pointer to lpfc hba data structure. |
| 2004 | * @fcf_index the index of the fcf record to add |
| 2005 | * This routine checks the priority of the fcf_index to be added. |
| 2006 | * If it is a lower priority than the current head of the fcf_pri list |
| 2007 | * then it is added to the list in the right order. |
| 2008 | * If it is the same priority as the current head of the list then it |
| 2009 | * is added to the head of the list and its bit in the rr_bmask is set. |
| 2010 | * If the fcf_index to be added is of a higher priority than the current |
| 2011 | * head of the list then the rr_bmask is cleared, its bit is set in the |
| 2012 | * rr_bmask and it is added to the head of the list. |
| 2013 | * returns: |
| 2014 | * 0=success 1=failure |
| 2015 | **/ |
| 2016 | int lpfc_sli4_fcf_pri_list_add(struct lpfc_hba *phba, uint16_t fcf_index, |
| 2017 | struct fcf_record *new_fcf_record) |
| 2018 | { |
| 2019 | uint16_t current_fcf_pri; |
| 2020 | uint16_t last_index; |
| 2021 | struct lpfc_fcf_pri *fcf_pri; |
| 2022 | struct lpfc_fcf_pri *next_fcf_pri; |
| 2023 | struct lpfc_fcf_pri *new_fcf_pri; |
| 2024 | int ret; |
| 2025 | |
| 2026 | new_fcf_pri = &phba->fcf.fcf_pri[fcf_index]; |
| 2027 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2028 | "3059 adding idx x%x pri x%x flg x%x\n", |
| 2029 | fcf_index, new_fcf_record->fip_priority, |
| 2030 | new_fcf_pri->fcf_rec.flag); |
| 2031 | spin_lock_irq(&phba->hbalock); |
| 2032 | if (new_fcf_pri->fcf_rec.flag & LPFC_FCF_ON_PRI_LIST) |
| 2033 | list_del_init(&new_fcf_pri->list); |
| 2034 | new_fcf_pri->fcf_rec.fcf_index = fcf_index; |
| 2035 | new_fcf_pri->fcf_rec.priority = new_fcf_record->fip_priority; |
| 2036 | if (list_empty(&phba->fcf.fcf_pri_list)) { |
| 2037 | list_add(&new_fcf_pri->list, &phba->fcf.fcf_pri_list); |
| 2038 | ret = lpfc_sli4_fcf_rr_index_set(phba, |
| 2039 | new_fcf_pri->fcf_rec.fcf_index); |
| 2040 | goto out; |
| 2041 | } |
| 2042 | |
| 2043 | last_index = find_first_bit(phba->fcf.fcf_rr_bmask, |
| 2044 | LPFC_SLI4_FCF_TBL_INDX_MAX); |
| 2045 | if (last_index >= LPFC_SLI4_FCF_TBL_INDX_MAX) { |
| 2046 | ret = 0; /* Empty rr list */ |
| 2047 | goto out; |
| 2048 | } |
| 2049 | current_fcf_pri = phba->fcf.fcf_pri[last_index].fcf_rec.priority; |
| 2050 | if (new_fcf_pri->fcf_rec.priority <= current_fcf_pri) { |
| 2051 | list_add(&new_fcf_pri->list, &phba->fcf.fcf_pri_list); |
| 2052 | if (new_fcf_pri->fcf_rec.priority < current_fcf_pri) { |
| 2053 | memset(phba->fcf.fcf_rr_bmask, 0, |
| 2054 | sizeof(*phba->fcf.fcf_rr_bmask)); |
| 2055 | /* fcfs_at_this_priority_level = 1; */ |
| 2056 | phba->fcf.eligible_fcf_cnt = 1; |
| 2057 | } else |
| 2058 | /* fcfs_at_this_priority_level++; */ |
| 2059 | phba->fcf.eligible_fcf_cnt++; |
| 2060 | ret = lpfc_sli4_fcf_rr_index_set(phba, |
| 2061 | new_fcf_pri->fcf_rec.fcf_index); |
| 2062 | goto out; |
| 2063 | } |
| 2064 | |
| 2065 | list_for_each_entry_safe(fcf_pri, next_fcf_pri, |
| 2066 | &phba->fcf.fcf_pri_list, list) { |
| 2067 | if (new_fcf_pri->fcf_rec.priority <= |
| 2068 | fcf_pri->fcf_rec.priority) { |
| 2069 | if (fcf_pri->list.prev == &phba->fcf.fcf_pri_list) |
| 2070 | list_add(&new_fcf_pri->list, |
| 2071 | &phba->fcf.fcf_pri_list); |
| 2072 | else |
| 2073 | list_add(&new_fcf_pri->list, |
| 2074 | &((struct lpfc_fcf_pri *) |
| 2075 | fcf_pri->list.prev)->list); |
| 2076 | ret = 0; |
| 2077 | goto out; |
| 2078 | } else if (fcf_pri->list.next == &phba->fcf.fcf_pri_list |
| 2079 | || new_fcf_pri->fcf_rec.priority < |
| 2080 | next_fcf_pri->fcf_rec.priority) { |
| 2081 | list_add(&new_fcf_pri->list, &fcf_pri->list); |
| 2082 | ret = 0; |
| 2083 | goto out; |
| 2084 | } |
| 2085 | if (new_fcf_pri->fcf_rec.priority > fcf_pri->fcf_rec.priority) |
| 2086 | continue; |
| 2087 | |
| 2088 | } |
| 2089 | ret = 1; |
| 2090 | out: |
| 2091 | /* we use = instead of |= to clear the FLOGI_FAILED flag. */ |
| 2092 | new_fcf_pri->fcf_rec.flag = LPFC_FCF_ON_PRI_LIST; |
| 2093 | spin_unlock_irq(&phba->hbalock); |
| 2094 | return ret; |
| 2095 | } |
| 2096 | |
| 2097 | /** |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2098 | * lpfc_mbx_cmpl_fcf_scan_read_fcf_rec - fcf scan read_fcf mbox cmpl handler. |
| 2099 | * @phba: pointer to lpfc hba data structure. |
| 2100 | * @mboxq: pointer to mailbox object. |
| 2101 | * |
| 2102 | * This function iterates through all the fcf records available in |
| 2103 | * HBA and chooses the optimal FCF record for discovery. After finding |
| 2104 | * the FCF for discovery it registers the FCF record and kicks start |
| 2105 | * discovery. |
| 2106 | * If FCF_IN_USE flag is set in currently used FCF, the routine tries to |
| 2107 | * use an FCF record which matches fabric name and mac address of the |
| 2108 | * currently used FCF record. |
| 2109 | * If the driver supports only one FCF, it will try to use the FCF record |
| 2110 | * used by BOOT_BIOS. |
| 2111 | */ |
| 2112 | void |
| 2113 | lpfc_mbx_cmpl_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 2114 | { |
| 2115 | struct fcf_record *new_fcf_record; |
| 2116 | uint32_t boot_flag, addr_mode; |
| 2117 | uint16_t fcf_index, next_fcf_index; |
| 2118 | struct lpfc_fcf_rec *fcf_rec = NULL; |
| 2119 | uint16_t vlan_id; |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 2120 | uint32_t seed; |
| 2121 | bool select_new_fcf; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2122 | int rc; |
| 2123 | |
| 2124 | /* If there is pending FCoE event restart FCF table scan */ |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2125 | if (lpfc_check_pending_fcoe_event(phba, LPFC_SKIP_UNREG_FCF)) { |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2126 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 2127 | return; |
| 2128 | } |
| 2129 | |
| 2130 | /* Parse the FCF record from the non-embedded mailbox command */ |
| 2131 | new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq, |
| 2132 | &next_fcf_index); |
| 2133 | if (!new_fcf_record) { |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2134 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2135 | "2765 Mailbox command READ_FCF_RECORD " |
| 2136 | "failed to retrieve a FCF record.\n"); |
| 2137 | /* Let next new FCF event trigger fast failover */ |
| 2138 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2139 | phba->hba_flag &= ~FCF_TS_INPROG; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2140 | spin_unlock_irq(&phba->hbalock); |
| 2141 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 2142 | return; |
| 2143 | } |
| 2144 | |
| 2145 | /* Check the FCF record against the connection list */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2146 | rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag, |
| 2147 | &addr_mode, &vlan_id); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2148 | |
| 2149 | /* Log the FCF record information if turned on */ |
| 2150 | lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id, |
| 2151 | next_fcf_index); |
| 2152 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2153 | /* |
| 2154 | * If the fcf record does not match with connect list entries |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2155 | * read the next entry; otherwise, this is an eligible FCF |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2156 | * record for roundrobin FCF failover. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2157 | */ |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2158 | if (!rc) { |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame^] | 2159 | lpfc_sli4_fcf_pri_list_del(phba, |
| 2160 | bf_get(lpfc_fcf_record_fcf_index, |
| 2161 | new_fcf_record)); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2162 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2163 | "2781 FCF (x%x) failed connection " |
| 2164 | "list check: (x%x/x%x)\n", |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2165 | bf_get(lpfc_fcf_record_fcf_index, |
| 2166 | new_fcf_record), |
| 2167 | bf_get(lpfc_fcf_record_fcf_avail, |
| 2168 | new_fcf_record), |
| 2169 | bf_get(lpfc_fcf_record_fcf_valid, |
| 2170 | new_fcf_record)); |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2171 | if ((phba->fcf.fcf_flag & FCF_IN_USE) && |
| 2172 | lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec, |
| 2173 | new_fcf_record, LPFC_FCOE_IGNORE_VID)) { |
James Smart | 5ac6b30 | 2010-10-22 11:05:36 -0400 | [diff] [blame] | 2174 | if (bf_get(lpfc_fcf_record_fcf_index, new_fcf_record) != |
| 2175 | phba->fcf.current_rec.fcf_indx) { |
| 2176 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, |
| 2177 | "2862 FCF (x%x) matches property " |
| 2178 | "of in-use FCF (x%x)\n", |
| 2179 | bf_get(lpfc_fcf_record_fcf_index, |
| 2180 | new_fcf_record), |
| 2181 | phba->fcf.current_rec.fcf_indx); |
| 2182 | goto read_next_fcf; |
| 2183 | } |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2184 | /* |
| 2185 | * In case the current in-use FCF record becomes |
| 2186 | * invalid/unavailable during FCF discovery that |
| 2187 | * was not triggered by fast FCF failover process, |
| 2188 | * treat it as fast FCF failover. |
| 2189 | */ |
| 2190 | if (!(phba->fcf.fcf_flag & FCF_REDISC_PEND) && |
| 2191 | !(phba->fcf.fcf_flag & FCF_REDISC_FOV)) { |
| 2192 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP, |
| 2193 | "2835 Invalid in-use FCF " |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2194 | "(x%x), enter FCF failover " |
| 2195 | "table scan.\n", |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2196 | phba->fcf.current_rec.fcf_indx); |
| 2197 | spin_lock_irq(&phba->hbalock); |
| 2198 | phba->fcf.fcf_flag |= FCF_REDISC_FOV; |
| 2199 | spin_unlock_irq(&phba->hbalock); |
| 2200 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 2201 | lpfc_sli4_fcf_scan_read_fcf_rec(phba, |
| 2202 | LPFC_FCOE_FCF_GET_FIRST); |
| 2203 | return; |
| 2204 | } |
| 2205 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2206 | goto read_next_fcf; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2207 | } else { |
| 2208 | fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record); |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame^] | 2209 | rc = lpfc_sli4_fcf_pri_list_add(phba, fcf_index, |
| 2210 | new_fcf_record); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2211 | if (rc) |
| 2212 | goto read_next_fcf; |
| 2213 | } |
| 2214 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2215 | /* |
| 2216 | * 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] | 2217 | * FCF record for the discovery. The condition that a rescan |
| 2218 | * matches the in-use FCF record: fabric name, switch name, mac |
| 2219 | * address, and vlan_id. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2220 | */ |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2221 | spin_lock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2222 | if (phba->fcf.fcf_flag & FCF_IN_USE) { |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame^] | 2223 | if (phba->cfg_fcf_failover_policy == LPFC_FCF_FOV && |
| 2224 | lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec, |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2225 | new_fcf_record, vlan_id)) { |
James Smart | 5ac6b30 | 2010-10-22 11:05:36 -0400 | [diff] [blame] | 2226 | if (bf_get(lpfc_fcf_record_fcf_index, new_fcf_record) == |
| 2227 | phba->fcf.current_rec.fcf_indx) { |
| 2228 | phba->fcf.fcf_flag |= FCF_AVAILABLE; |
| 2229 | if (phba->fcf.fcf_flag & FCF_REDISC_PEND) |
| 2230 | /* Stop FCF redisc wait timer */ |
| 2231 | __lpfc_sli4_stop_fcf_redisc_wait_timer( |
| 2232 | phba); |
| 2233 | else if (phba->fcf.fcf_flag & FCF_REDISC_FOV) |
| 2234 | /* Fast failover, mark completed */ |
| 2235 | phba->fcf.fcf_flag &= ~FCF_REDISC_FOV; |
| 2236 | spin_unlock_irq(&phba->hbalock); |
| 2237 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2238 | "2836 New FCF matches in-use " |
| 2239 | "FCF (x%x)\n", |
| 2240 | phba->fcf.current_rec.fcf_indx); |
| 2241 | goto out; |
| 2242 | } else |
| 2243 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, |
| 2244 | "2863 New FCF (x%x) matches " |
| 2245 | "property of in-use FCF (x%x)\n", |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2246 | bf_get(lpfc_fcf_record_fcf_index, |
James Smart | 5ac6b30 | 2010-10-22 11:05:36 -0400 | [diff] [blame] | 2247 | new_fcf_record), |
| 2248 | phba->fcf.current_rec.fcf_indx); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2249 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2250 | /* |
| 2251 | * Read next FCF record from HBA searching for the matching |
| 2252 | * with in-use record only if not during the fast failover |
| 2253 | * period. In case of fast failover period, it shall try to |
| 2254 | * determine whether the FCF record just read should be the |
| 2255 | * next candidate. |
| 2256 | */ |
| 2257 | if (!(phba->fcf.fcf_flag & FCF_REDISC_FOV)) { |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2258 | spin_unlock_irq(&phba->hbalock); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2259 | goto read_next_fcf; |
| 2260 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2261 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2262 | /* |
| 2263 | * Update on failover FCF record only if it's in FCF fast-failover |
| 2264 | * period; otherwise, update on current FCF record. |
| 2265 | */ |
James Smart | fc2b989 | 2010-02-26 14:15:29 -0500 | [diff] [blame] | 2266 | if (phba->fcf.fcf_flag & FCF_REDISC_FOV) |
| 2267 | fcf_rec = &phba->fcf.failover_rec; |
| 2268 | else |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2269 | fcf_rec = &phba->fcf.current_rec; |
| 2270 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2271 | if (phba->fcf.fcf_flag & FCF_AVAILABLE) { |
| 2272 | /* |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2273 | * If the driver FCF record does not have boot flag |
| 2274 | * set and new hba fcf record has boot flag set, use |
| 2275 | * the new hba fcf record. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2276 | */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2277 | if (boot_flag && !(fcf_rec->flag & BOOT_ENABLE)) { |
| 2278 | /* Choose this FCF record */ |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2279 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2280 | "2837 Update current FCF record " |
| 2281 | "(x%x) with new FCF record (x%x)\n", |
| 2282 | fcf_rec->fcf_indx, |
| 2283 | bf_get(lpfc_fcf_record_fcf_index, |
| 2284 | new_fcf_record)); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2285 | __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record, |
| 2286 | addr_mode, vlan_id, BOOT_ENABLE); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2287 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2288 | goto read_next_fcf; |
| 2289 | } |
| 2290 | /* |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2291 | * If the driver FCF record has boot flag set and the |
| 2292 | * new hba FCF record does not have boot flag, read |
| 2293 | * the next FCF record. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2294 | */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2295 | if (!boot_flag && (fcf_rec->flag & BOOT_ENABLE)) { |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2296 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2297 | goto read_next_fcf; |
| 2298 | } |
| 2299 | /* |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2300 | * If the new hba FCF record has lower priority value |
| 2301 | * than the driver FCF record, use the new record. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2302 | */ |
James Smart | fc2b989 | 2010-02-26 14:15:29 -0500 | [diff] [blame] | 2303 | if (new_fcf_record->fip_priority < fcf_rec->priority) { |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 2304 | /* Choose the new FCF record with lower priority */ |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2305 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2306 | "2838 Update current FCF record " |
| 2307 | "(x%x) with new FCF record (x%x)\n", |
| 2308 | fcf_rec->fcf_indx, |
| 2309 | bf_get(lpfc_fcf_record_fcf_index, |
| 2310 | new_fcf_record)); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2311 | __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record, |
| 2312 | addr_mode, vlan_id, 0); |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 2313 | /* Reset running random FCF selection count */ |
| 2314 | phba->fcf.eligible_fcf_cnt = 1; |
| 2315 | } else if (new_fcf_record->fip_priority == fcf_rec->priority) { |
| 2316 | /* Update running random FCF selection count */ |
| 2317 | phba->fcf.eligible_fcf_cnt++; |
| 2318 | select_new_fcf = lpfc_sli4_new_fcf_random_select(phba, |
| 2319 | phba->fcf.eligible_fcf_cnt); |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2320 | if (select_new_fcf) { |
| 2321 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2322 | "2839 Update current FCF record " |
| 2323 | "(x%x) with new FCF record (x%x)\n", |
| 2324 | fcf_rec->fcf_indx, |
| 2325 | bf_get(lpfc_fcf_record_fcf_index, |
| 2326 | new_fcf_record)); |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 2327 | /* Choose the new FCF by random selection */ |
| 2328 | __lpfc_update_fcf_record(phba, fcf_rec, |
| 2329 | new_fcf_record, |
| 2330 | addr_mode, vlan_id, 0); |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2331 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2332 | } |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2333 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2334 | goto read_next_fcf; |
| 2335 | } |
| 2336 | /* |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2337 | * This is the first suitable FCF record, choose this record for |
| 2338 | * initial best-fit FCF. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2339 | */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2340 | if (fcf_rec) { |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2341 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2342 | "2840 Update initial FCF candidate " |
| 2343 | "with FCF (x%x)\n", |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2344 | bf_get(lpfc_fcf_record_fcf_index, |
| 2345 | new_fcf_record)); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2346 | __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record, |
| 2347 | addr_mode, vlan_id, (boot_flag ? |
| 2348 | BOOT_ENABLE : 0)); |
| 2349 | phba->fcf.fcf_flag |= FCF_AVAILABLE; |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 2350 | /* Setup initial running random FCF selection count */ |
| 2351 | phba->fcf.eligible_fcf_cnt = 1; |
| 2352 | /* Seeding the random number generator for random selection */ |
| 2353 | seed = (uint32_t)(0xFFFFFFFF & jiffies); |
| 2354 | srandom32(seed); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2355 | } |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2356 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2357 | goto read_next_fcf; |
| 2358 | |
| 2359 | read_next_fcf: |
| 2360 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2361 | if (next_fcf_index == LPFC_FCOE_FCF_NEXT_NONE || next_fcf_index == 0) { |
| 2362 | if (phba->fcf.fcf_flag & FCF_REDISC_FOV) { |
| 2363 | /* |
| 2364 | * Case of FCF fast failover scan |
| 2365 | */ |
| 2366 | |
| 2367 | /* |
| 2368 | * It has not found any suitable FCF record, cancel |
| 2369 | * FCF scan inprogress, and do nothing |
| 2370 | */ |
| 2371 | if (!(phba->fcf.failover_rec.flag & RECORD_VALID)) { |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2372 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2373 | "2782 No suitable FCF found: " |
| 2374 | "(x%x/x%x)\n", |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2375 | phba->fcoe_eventtag_at_fcf_scan, |
| 2376 | bf_get(lpfc_fcf_record_fcf_index, |
| 2377 | new_fcf_record)); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2378 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2379 | if (phba->hba_flag & HBA_DEVLOSS_TMO) { |
| 2380 | phba->hba_flag &= ~FCF_TS_INPROG; |
| 2381 | spin_unlock_irq(&phba->hbalock); |
| 2382 | /* Unregister in-use FCF and rescan */ |
| 2383 | lpfc_printf_log(phba, KERN_INFO, |
| 2384 | LOG_FIP, |
| 2385 | "2864 On devloss tmo " |
| 2386 | "unreg in-use FCF and " |
| 2387 | "rescan FCF table\n"); |
| 2388 | lpfc_unregister_fcf_rescan(phba); |
| 2389 | return; |
| 2390 | } |
| 2391 | /* |
| 2392 | * Let next new FCF event trigger fast failover |
| 2393 | */ |
| 2394 | phba->hba_flag &= ~FCF_TS_INPROG; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2395 | spin_unlock_irq(&phba->hbalock); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2396 | return; |
| 2397 | } |
| 2398 | /* |
| 2399 | * It has found a suitable FCF record that is not |
| 2400 | * the same as in-use FCF record, unregister the |
| 2401 | * in-use FCF record, replace the in-use FCF record |
| 2402 | * with the new FCF record, mark FCF fast failover |
| 2403 | * completed, and then start register the new FCF |
| 2404 | * record. |
| 2405 | */ |
| 2406 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2407 | /* Unregister the current in-use FCF record */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2408 | lpfc_unregister_fcf(phba); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2409 | |
| 2410 | /* Replace in-use record with the new record */ |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2411 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2412 | "2842 Replace in-use FCF (x%x) " |
| 2413 | "with failover FCF (x%x)\n", |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2414 | phba->fcf.current_rec.fcf_indx, |
| 2415 | phba->fcf.failover_rec.fcf_indx); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2416 | memcpy(&phba->fcf.current_rec, |
| 2417 | &phba->fcf.failover_rec, |
| 2418 | sizeof(struct lpfc_fcf_rec)); |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 2419 | /* |
| 2420 | * Mark the fast FCF failover rediscovery completed |
| 2421 | * and the start of the first round of the roundrobin |
| 2422 | * FCF failover. |
| 2423 | */ |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2424 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2425 | phba->fcf.fcf_flag &= ~FCF_REDISC_FOV; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2426 | spin_unlock_irq(&phba->hbalock); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2427 | /* Register to the new FCF record */ |
| 2428 | lpfc_register_fcf(phba); |
| 2429 | } else { |
| 2430 | /* |
| 2431 | * In case of transaction period to fast FCF failover, |
| 2432 | * do nothing when search to the end of the FCF table. |
| 2433 | */ |
| 2434 | if ((phba->fcf.fcf_flag & FCF_REDISC_EVT) || |
| 2435 | (phba->fcf.fcf_flag & FCF_REDISC_PEND)) |
| 2436 | return; |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2437 | |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame^] | 2438 | if (phba->cfg_fcf_failover_policy == LPFC_FCF_FOV && |
| 2439 | phba->fcf.fcf_flag & FCF_IN_USE) { |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2440 | /* |
| 2441 | * In case the current in-use FCF record no |
| 2442 | * longer existed during FCF discovery that |
| 2443 | * was not triggered by fast FCF failover |
| 2444 | * process, treat it as fast FCF failover. |
| 2445 | */ |
| 2446 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2447 | "2841 In-use FCF record (x%x) " |
| 2448 | "not reported, entering fast " |
| 2449 | "FCF failover mode scanning.\n", |
| 2450 | phba->fcf.current_rec.fcf_indx); |
| 2451 | spin_lock_irq(&phba->hbalock); |
| 2452 | phba->fcf.fcf_flag |= FCF_REDISC_FOV; |
| 2453 | spin_unlock_irq(&phba->hbalock); |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2454 | lpfc_sli4_fcf_scan_read_fcf_rec(phba, |
| 2455 | LPFC_FCOE_FCF_GET_FIRST); |
| 2456 | return; |
| 2457 | } |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2458 | /* Register to the new FCF record */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2459 | lpfc_register_fcf(phba); |
| 2460 | } |
| 2461 | } else |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2462 | lpfc_sli4_fcf_scan_read_fcf_rec(phba, next_fcf_index); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2463 | return; |
| 2464 | |
| 2465 | out: |
| 2466 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 2467 | lpfc_register_fcf(phba); |
| 2468 | |
| 2469 | return; |
| 2470 | } |
| 2471 | |
| 2472 | /** |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2473 | * 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] | 2474 | * @phba: pointer to lpfc hba data structure. |
| 2475 | * @mboxq: pointer to mailbox object. |
| 2476 | * |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2477 | * This is the callback function for FLOGI failure roundrobin FCF failover |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2478 | * read FCF record mailbox command from the eligible FCF record bmask for |
| 2479 | * performing the failover. If the FCF read back is not valid/available, it |
| 2480 | * fails through to retrying FLOGI to the currently registered FCF again. |
| 2481 | * Otherwise, if the FCF read back is valid and available, it will set the |
| 2482 | * newly read FCF record to the failover FCF record, unregister currently |
| 2483 | * registered FCF record, copy the failover FCF record to the current |
| 2484 | * FCF record, and then register the current FCF record before proceeding |
| 2485 | * to trying FLOGI on the new failover FCF. |
| 2486 | */ |
| 2487 | void |
| 2488 | lpfc_mbx_cmpl_fcf_rr_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 2489 | { |
| 2490 | struct fcf_record *new_fcf_record; |
| 2491 | uint32_t boot_flag, addr_mode; |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2492 | uint16_t next_fcf_index, fcf_index; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2493 | uint16_t current_fcf_index; |
| 2494 | uint16_t vlan_id; |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2495 | int rc; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2496 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2497 | /* If link state is not up, stop the roundrobin failover process */ |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2498 | if (phba->link_state < LPFC_LINK_UP) { |
| 2499 | spin_lock_irq(&phba->hbalock); |
| 2500 | phba->fcf.fcf_flag &= ~FCF_DISCOVERY; |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2501 | phba->hba_flag &= ~FCF_RR_INPROG; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2502 | spin_unlock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2503 | goto out; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2504 | } |
| 2505 | |
| 2506 | /* Parse the FCF record from the non-embedded mailbox command */ |
| 2507 | new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq, |
| 2508 | &next_fcf_index); |
| 2509 | if (!new_fcf_record) { |
| 2510 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP, |
| 2511 | "2766 Mailbox command READ_FCF_RECORD " |
| 2512 | "failed to retrieve a FCF record.\n"); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2513 | goto error_out; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2514 | } |
| 2515 | |
| 2516 | /* Get the needed parameters from FCF record */ |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2517 | rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag, |
| 2518 | &addr_mode, &vlan_id); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2519 | |
| 2520 | /* Log the FCF record information if turned on */ |
| 2521 | lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id, |
| 2522 | next_fcf_index); |
| 2523 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2524 | fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record); |
| 2525 | if (!rc) { |
| 2526 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2527 | "2848 Remove ineligible FCF (x%x) from " |
| 2528 | "from roundrobin bmask\n", fcf_index); |
| 2529 | /* Clear roundrobin bmask bit for ineligible FCF */ |
| 2530 | lpfc_sli4_fcf_rr_index_clear(phba, fcf_index); |
| 2531 | /* Perform next round of roundrobin FCF failover */ |
| 2532 | fcf_index = lpfc_sli4_fcf_rr_next_index_get(phba); |
| 2533 | rc = lpfc_sli4_fcf_rr_next_proc(phba->pport, fcf_index); |
| 2534 | if (rc) |
| 2535 | goto out; |
| 2536 | goto error_out; |
| 2537 | } |
| 2538 | |
| 2539 | if (fcf_index == phba->fcf.current_rec.fcf_indx) { |
| 2540 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2541 | "2760 Perform FLOGI roundrobin FCF failover: " |
| 2542 | "FCF (x%x) back to FCF (x%x)\n", |
| 2543 | phba->fcf.current_rec.fcf_indx, fcf_index); |
| 2544 | /* Wait 500 ms before retrying FLOGI to current FCF */ |
| 2545 | msleep(500); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2546 | lpfc_issue_init_vfi(phba->pport); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2547 | goto out; |
| 2548 | } |
| 2549 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2550 | /* Upload new FCF record to the failover FCF record */ |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2551 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2552 | "2834 Update current FCF (x%x) with new FCF (x%x)\n", |
| 2553 | phba->fcf.failover_rec.fcf_indx, fcf_index); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2554 | spin_lock_irq(&phba->hbalock); |
| 2555 | __lpfc_update_fcf_record(phba, &phba->fcf.failover_rec, |
| 2556 | new_fcf_record, addr_mode, vlan_id, |
| 2557 | (boot_flag ? BOOT_ENABLE : 0)); |
| 2558 | spin_unlock_irq(&phba->hbalock); |
| 2559 | |
| 2560 | current_fcf_index = phba->fcf.current_rec.fcf_indx; |
| 2561 | |
| 2562 | /* Unregister the current in-use FCF record */ |
| 2563 | lpfc_unregister_fcf(phba); |
| 2564 | |
| 2565 | /* Replace in-use record with the new record */ |
| 2566 | memcpy(&phba->fcf.current_rec, &phba->fcf.failover_rec, |
| 2567 | sizeof(struct lpfc_fcf_rec)); |
| 2568 | |
| 2569 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2570 | "2783 Perform FLOGI roundrobin FCF failover: FCF " |
| 2571 | "(x%x) to FCF (x%x)\n", current_fcf_index, fcf_index); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2572 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2573 | error_out: |
| 2574 | lpfc_register_fcf(phba); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2575 | out: |
| 2576 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2577 | } |
| 2578 | |
| 2579 | /** |
| 2580 | * lpfc_mbx_cmpl_read_fcf_rec - read fcf completion handler. |
| 2581 | * @phba: pointer to lpfc hba data structure. |
| 2582 | * @mboxq: pointer to mailbox object. |
| 2583 | * |
| 2584 | * This is the callback function of read FCF record mailbox command for |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2585 | * updating the eligible FCF bmask for FLOGI failure roundrobin FCF |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2586 | * failover when a new FCF event happened. If the FCF read back is |
| 2587 | * valid/available and it passes the connection list check, it updates |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2588 | * the bmask for the eligible FCF record for roundrobin failover. |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2589 | */ |
| 2590 | void |
| 2591 | lpfc_mbx_cmpl_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 2592 | { |
| 2593 | struct fcf_record *new_fcf_record; |
| 2594 | uint32_t boot_flag, addr_mode; |
| 2595 | uint16_t fcf_index, next_fcf_index; |
| 2596 | uint16_t vlan_id; |
| 2597 | int rc; |
| 2598 | |
| 2599 | /* If link state is not up, no need to proceed */ |
| 2600 | if (phba->link_state < LPFC_LINK_UP) |
| 2601 | goto out; |
| 2602 | |
| 2603 | /* If FCF discovery period is over, no need to proceed */ |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 2604 | if (!(phba->fcf.fcf_flag & FCF_DISCOVERY)) |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2605 | goto out; |
| 2606 | |
| 2607 | /* Parse the FCF record from the non-embedded mailbox command */ |
| 2608 | new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq, |
| 2609 | &next_fcf_index); |
| 2610 | if (!new_fcf_record) { |
| 2611 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2612 | "2767 Mailbox command READ_FCF_RECORD " |
| 2613 | "failed to retrieve a FCF record.\n"); |
| 2614 | goto out; |
| 2615 | } |
| 2616 | |
| 2617 | /* Check the connection list for eligibility */ |
| 2618 | rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag, |
| 2619 | &addr_mode, &vlan_id); |
| 2620 | |
| 2621 | /* Log the FCF record information if turned on */ |
| 2622 | lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id, |
| 2623 | next_fcf_index); |
| 2624 | |
| 2625 | if (!rc) |
| 2626 | goto out; |
| 2627 | |
| 2628 | /* Update the eligible FCF record index bmask */ |
| 2629 | fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record); |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame^] | 2630 | |
| 2631 | 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] | 2632 | |
| 2633 | out: |
| 2634 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 2635 | } |
| 2636 | |
| 2637 | /** |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2638 | * lpfc_init_vfi_cmpl - Completion handler for init_vfi mbox command. |
| 2639 | * @phba: pointer to lpfc hba data structure. |
| 2640 | * @mboxq: pointer to mailbox data structure. |
| 2641 | * |
| 2642 | * This function handles completion of init vfi mailbox command. |
| 2643 | */ |
| 2644 | void |
| 2645 | lpfc_init_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 2646 | { |
| 2647 | struct lpfc_vport *vport = mboxq->vport; |
| 2648 | |
| 2649 | if (mboxq->u.mb.mbxStatus && (mboxq->u.mb.mbxStatus != 0x4002)) { |
| 2650 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2651 | LOG_MBOX, |
| 2652 | "2891 Init VFI mailbox failed 0x%x\n", |
| 2653 | mboxq->u.mb.mbxStatus); |
| 2654 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 2655 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
| 2656 | return; |
| 2657 | } |
| 2658 | lpfc_initial_flogi(vport); |
| 2659 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 2660 | return; |
| 2661 | } |
| 2662 | |
| 2663 | /** |
| 2664 | * lpfc_issue_init_vfi - Issue init_vfi mailbox command. |
| 2665 | * @vport: pointer to lpfc_vport data structure. |
| 2666 | * |
| 2667 | * This function issue a init_vfi mailbox command to initialize the VFI and |
| 2668 | * VPI for the physical port. |
| 2669 | */ |
| 2670 | void |
| 2671 | lpfc_issue_init_vfi(struct lpfc_vport *vport) |
| 2672 | { |
| 2673 | LPFC_MBOXQ_t *mboxq; |
| 2674 | int rc; |
| 2675 | struct lpfc_hba *phba = vport->phba; |
| 2676 | |
| 2677 | mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 2678 | if (!mboxq) { |
| 2679 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2680 | LOG_MBOX, "2892 Failed to allocate " |
| 2681 | "init_vfi mailbox\n"); |
| 2682 | return; |
| 2683 | } |
| 2684 | lpfc_init_vfi(mboxq, vport); |
| 2685 | mboxq->mbox_cmpl = lpfc_init_vfi_cmpl; |
| 2686 | rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT); |
| 2687 | if (rc == MBX_NOT_FINISHED) { |
| 2688 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2689 | LOG_MBOX, "2893 Failed to issue init_vfi mailbox\n"); |
| 2690 | mempool_free(mboxq, vport->phba->mbox_mem_pool); |
| 2691 | } |
| 2692 | } |
| 2693 | |
| 2694 | /** |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2695 | * lpfc_init_vpi_cmpl - Completion handler for init_vpi mbox command. |
| 2696 | * @phba: pointer to lpfc hba data structure. |
| 2697 | * @mboxq: pointer to mailbox data structure. |
| 2698 | * |
| 2699 | * This function handles completion of init vpi mailbox command. |
| 2700 | */ |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2701 | void |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2702 | lpfc_init_vpi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 2703 | { |
| 2704 | struct lpfc_vport *vport = mboxq->vport; |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2705 | struct lpfc_nodelist *ndlp; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2706 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 2707 | |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2708 | if (mboxq->u.mb.mbxStatus) { |
| 2709 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2710 | LOG_MBOX, |
| 2711 | "2609 Init VPI mailbox failed 0x%x\n", |
| 2712 | mboxq->u.mb.mbxStatus); |
| 2713 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 2714 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
| 2715 | return; |
| 2716 | } |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2717 | spin_lock_irq(shost->host_lock); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2718 | vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2719 | spin_unlock_irq(shost->host_lock); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2720 | |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2721 | /* If this port is physical port or FDISC is done, do reg_vpi */ |
| 2722 | if ((phba->pport == vport) || (vport->port_state == LPFC_FDISC)) { |
| 2723 | ndlp = lpfc_findnode_did(vport, Fabric_DID); |
| 2724 | if (!ndlp) |
| 2725 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2726 | LOG_DISCOVERY, |
| 2727 | "2731 Cannot find fabric " |
| 2728 | "controller node\n"); |
| 2729 | else |
| 2730 | lpfc_register_new_vport(phba, vport, ndlp); |
| 2731 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 2732 | return; |
| 2733 | } |
| 2734 | |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2735 | if (phba->link_flag & LS_NPIV_FAB_SUPPORTED) |
| 2736 | lpfc_initial_fdisc(vport); |
| 2737 | else { |
| 2738 | lpfc_vport_set_state(vport, FC_VPORT_NO_FABRIC_SUPP); |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 2739 | lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS, |
| 2740 | "2606 No NPIV Fabric support\n"); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2741 | } |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2742 | mempool_free(mboxq, phba->mbox_mem_pool); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2743 | return; |
| 2744 | } |
| 2745 | |
| 2746 | /** |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2747 | * lpfc_issue_init_vpi - Issue init_vpi mailbox command. |
| 2748 | * @vport: pointer to lpfc_vport data structure. |
| 2749 | * |
| 2750 | * This function issue a init_vpi mailbox command to initialize |
| 2751 | * VPI for the vport. |
| 2752 | */ |
| 2753 | void |
| 2754 | lpfc_issue_init_vpi(struct lpfc_vport *vport) |
| 2755 | { |
| 2756 | LPFC_MBOXQ_t *mboxq; |
| 2757 | int rc; |
| 2758 | |
| 2759 | mboxq = mempool_alloc(vport->phba->mbox_mem_pool, GFP_KERNEL); |
| 2760 | if (!mboxq) { |
| 2761 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2762 | LOG_MBOX, "2607 Failed to allocate " |
| 2763 | "init_vpi mailbox\n"); |
| 2764 | return; |
| 2765 | } |
| 2766 | lpfc_init_vpi(vport->phba, mboxq, vport->vpi); |
| 2767 | mboxq->vport = vport; |
| 2768 | mboxq->mbox_cmpl = lpfc_init_vpi_cmpl; |
| 2769 | rc = lpfc_sli_issue_mbox(vport->phba, mboxq, MBX_NOWAIT); |
| 2770 | if (rc == MBX_NOT_FINISHED) { |
| 2771 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2772 | LOG_MBOX, "2608 Failed to issue init_vpi mailbox\n"); |
| 2773 | mempool_free(mboxq, vport->phba->mbox_mem_pool); |
| 2774 | } |
| 2775 | } |
| 2776 | |
| 2777 | /** |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2778 | * lpfc_start_fdiscs - send fdiscs for each vports on this port. |
| 2779 | * @phba: pointer to lpfc hba data structure. |
| 2780 | * |
| 2781 | * This function loops through the list of vports on the @phba and issues an |
| 2782 | * FDISC if possible. |
| 2783 | */ |
| 2784 | void |
| 2785 | lpfc_start_fdiscs(struct lpfc_hba *phba) |
| 2786 | { |
| 2787 | struct lpfc_vport **vports; |
| 2788 | int i; |
| 2789 | |
| 2790 | vports = lpfc_create_vport_work_array(phba); |
| 2791 | if (vports != NULL) { |
| 2792 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { |
| 2793 | if (vports[i]->port_type == LPFC_PHYSICAL_PORT) |
| 2794 | continue; |
| 2795 | /* There are no vpi for this vport */ |
| 2796 | if (vports[i]->vpi > phba->max_vpi) { |
| 2797 | lpfc_vport_set_state(vports[i], |
| 2798 | FC_VPORT_FAILED); |
| 2799 | continue; |
| 2800 | } |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2801 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2802 | lpfc_vport_set_state(vports[i], |
| 2803 | FC_VPORT_LINKDOWN); |
| 2804 | continue; |
| 2805 | } |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2806 | if (vports[i]->fc_flag & FC_VPORT_NEEDS_INIT_VPI) { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2807 | lpfc_issue_init_vpi(vports[i]); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2808 | continue; |
| 2809 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2810 | if (phba->link_flag & LS_NPIV_FAB_SUPPORTED) |
| 2811 | lpfc_initial_fdisc(vports[i]); |
| 2812 | else { |
| 2813 | lpfc_vport_set_state(vports[i], |
| 2814 | FC_VPORT_NO_FABRIC_SUPP); |
| 2815 | lpfc_printf_vlog(vports[i], KERN_ERR, |
| 2816 | LOG_ELS, |
| 2817 | "0259 No NPIV " |
| 2818 | "Fabric support\n"); |
| 2819 | } |
| 2820 | } |
| 2821 | } |
| 2822 | lpfc_destroy_vport_work_array(phba, vports); |
| 2823 | } |
| 2824 | |
| 2825 | void |
| 2826 | lpfc_mbx_cmpl_reg_vfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 2827 | { |
| 2828 | struct lpfc_dmabuf *dmabuf = mboxq->context1; |
| 2829 | struct lpfc_vport *vport = mboxq->vport; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2830 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2831 | |
| 2832 | if (mboxq->u.mb.mbxStatus) { |
| 2833 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 2834 | "2018 REG_VFI mbxStatus error x%x " |
| 2835 | "HBA state x%x\n", |
| 2836 | mboxq->u.mb.mbxStatus, vport->port_state); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2837 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2838 | /* FLOGI failed, use loop map to make discovery list */ |
| 2839 | lpfc_disc_list_loopmap(vport); |
| 2840 | /* Start discovery */ |
| 2841 | lpfc_disc_start(vport); |
| 2842 | goto fail_free_mem; |
| 2843 | } |
| 2844 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
| 2845 | goto fail_free_mem; |
| 2846 | } |
James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 2847 | /* The VPI is implicitly registered when the VFI is registered */ |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2848 | spin_lock_irq(shost->host_lock); |
James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 2849 | vport->vpi_state |= LPFC_VPI_REGISTERED; |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2850 | vport->fc_flag |= FC_VFI_REGISTERED; |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2851 | vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI; |
James Smart | 5248a74 | 2011-07-22 18:37:06 -0400 | [diff] [blame] | 2852 | vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2853 | spin_unlock_irq(shost->host_lock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2854 | |
| 2855 | if (vport->port_state == LPFC_FABRIC_CFG_LINK) { |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2856 | /* For private loop just start discovery and we are done. */ |
| 2857 | if ((phba->fc_topology == LPFC_TOPOLOGY_LOOP) && |
| 2858 | (phba->alpa_map[0] == 0) && |
| 2859 | !(vport->fc_flag & FC_PUBLIC_LOOP)) { |
| 2860 | /* Use loop map to make discovery list */ |
| 2861 | lpfc_disc_list_loopmap(vport); |
| 2862 | /* Start discovery */ |
| 2863 | lpfc_disc_start(vport); |
| 2864 | } else { |
| 2865 | lpfc_start_fdiscs(phba); |
| 2866 | lpfc_do_scr_ns_plogi(phba, vport); |
| 2867 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2868 | } |
| 2869 | |
| 2870 | fail_free_mem: |
| 2871 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 2872 | lpfc_mbuf_free(phba, dmabuf->virt, dmabuf->phys); |
| 2873 | kfree(dmabuf); |
| 2874 | return; |
| 2875 | } |
| 2876 | |
| 2877 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2878 | lpfc_mbx_cmpl_read_sparam(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2879 | { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2880 | MAILBOX_t *mb = &pmb->u.mb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2881 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2882 | struct lpfc_vport *vport = pmb->vport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2883 | |
| 2884 | |
| 2885 | /* Check for error */ |
| 2886 | if (mb->mbxStatus) { |
| 2887 | /* READ_SPARAM mbox error <mbxStatus> state <hba_state> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2888 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 2889 | "0319 READ_SPARAM mbxStatus error x%x " |
| 2890 | "hba state x%x>\n", |
| 2891 | mb->mbxStatus, vport->port_state); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2892 | lpfc_linkdown(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2893 | goto out; |
| 2894 | } |
| 2895 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2896 | memcpy((uint8_t *) &vport->fc_sparam, (uint8_t *) mp->virt, |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2897 | sizeof (struct serv_parm)); |
James Smart | 0558056 | 2011-05-24 11:40:48 -0400 | [diff] [blame] | 2898 | lpfc_update_vport_wwn(vport); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2899 | if (vport->port_type == LPFC_PHYSICAL_PORT) { |
| 2900 | memcpy(&phba->wwnn, &vport->fc_nodename, sizeof(phba->wwnn)); |
| 2901 | memcpy(&phba->wwpn, &vport->fc_portname, sizeof(phba->wwnn)); |
| 2902 | } |
| 2903 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2904 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 2905 | kfree(mp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2906 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2907 | return; |
| 2908 | |
| 2909 | out: |
| 2910 | pmb->context1 = NULL; |
| 2911 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 2912 | kfree(mp); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2913 | lpfc_issue_clear_la(phba, vport); |
| 2914 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2915 | return; |
| 2916 | } |
| 2917 | |
| 2918 | static void |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2919 | 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] | 2920 | { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2921 | struct lpfc_vport *vport = phba->pport; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2922 | LPFC_MBOXQ_t *sparam_mbox, *cfglink_mbox = NULL; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2923 | int i; |
James Smart | 1469115 | 2006-12-02 13:34:28 -0500 | [diff] [blame] | 2924 | struct lpfc_dmabuf *mp; |
| 2925 | int rc; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2926 | struct fcf_record *fcf_record; |
James Smart | 1469115 | 2006-12-02 13:34:28 -0500 | [diff] [blame] | 2927 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2928 | spin_lock_irq(&phba->hbalock); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2929 | switch (bf_get(lpfc_mbx_read_top_link_spd, la)) { |
| 2930 | case LPFC_LINK_SPEED_1GHZ: |
| 2931 | case LPFC_LINK_SPEED_2GHZ: |
| 2932 | case LPFC_LINK_SPEED_4GHZ: |
| 2933 | case LPFC_LINK_SPEED_8GHZ: |
| 2934 | case LPFC_LINK_SPEED_10GHZ: |
| 2935 | case LPFC_LINK_SPEED_16GHZ: |
| 2936 | phba->fc_linkspeed = bf_get(lpfc_mbx_read_top_link_spd, la); |
James Smart | f4b4c68 | 2009-05-22 14:53:12 -0400 | [diff] [blame] | 2937 | break; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2938 | default: |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2939 | phba->fc_linkspeed = LPFC_LINK_SPEED_UNKNOWN; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2940 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2941 | } |
| 2942 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2943 | phba->fc_topology = bf_get(lpfc_mbx_read_top_topology, la); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2944 | phba->link_flag &= ~LS_NPIV_FAB_SUPPORTED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2945 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2946 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2947 | phba->sli3_options &= ~LPFC_SLI3_NPIV_ENABLED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2948 | |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 2949 | /* if npiv is enabled and this adapter supports npiv log |
| 2950 | * a message that npiv is not supported in this topology |
| 2951 | */ |
| 2952 | if (phba->cfg_enable_npiv && phba->max_vpi) |
James Smart | 495a714 | 2008-06-14 22:52:59 -0400 | [diff] [blame] | 2953 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
| 2954 | "1309 Link Up Event npiv not supported in loop " |
| 2955 | "topology\n"); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2956 | /* Get Loop Map information */ |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2957 | if (bf_get(lpfc_mbx_read_top_il, la)) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2958 | vport->fc_flag |= FC_LBIT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2959 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2960 | vport->fc_myDID = bf_get(lpfc_mbx_read_top_alpa_granted, la); |
| 2961 | i = la->lilpBde64.tus.f.bdeSize; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2962 | |
| 2963 | if (i == 0) { |
| 2964 | phba->alpa_map[0] = 0; |
| 2965 | } else { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2966 | if (vport->cfg_log_verbose & LOG_LINK_EVENT) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2967 | int numalpa, j, k; |
| 2968 | union { |
| 2969 | uint8_t pamap[16]; |
| 2970 | struct { |
| 2971 | uint32_t wd1; |
| 2972 | uint32_t wd2; |
| 2973 | uint32_t wd3; |
| 2974 | uint32_t wd4; |
| 2975 | } pa; |
| 2976 | } un; |
| 2977 | numalpa = phba->alpa_map[0]; |
| 2978 | j = 0; |
| 2979 | while (j < numalpa) { |
| 2980 | memset(un.pamap, 0, 16); |
| 2981 | for (k = 1; j < numalpa; k++) { |
| 2982 | un.pamap[k - 1] = |
| 2983 | phba->alpa_map[j + 1]; |
| 2984 | j++; |
| 2985 | if (k == 16) |
| 2986 | break; |
| 2987 | } |
| 2988 | /* Link Up Event ALPA map */ |
| 2989 | lpfc_printf_log(phba, |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2990 | KERN_WARNING, |
| 2991 | LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2992 | "1304 Link Up Event " |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2993 | "ALPA map Data: x%x " |
| 2994 | "x%x x%x x%x\n", |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2995 | un.pa.wd1, un.pa.wd2, |
| 2996 | un.pa.wd3, un.pa.wd4); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2997 | } |
| 2998 | } |
| 2999 | } |
| 3000 | } else { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3001 | if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)) { |
James Smart | 78b2d85 | 2007-08-02 11:10:21 -0400 | [diff] [blame] | 3002 | if (phba->max_vpi && phba->cfg_enable_npiv && |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3003 | (phba->sli_rev == 3)) |
| 3004 | phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED; |
| 3005 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3006 | vport->fc_myDID = phba->fc_pref_DID; |
| 3007 | vport->fc_flag |= FC_LBIT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3008 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3009 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3010 | |
| 3011 | lpfc_linkup(phba); |
James Smart | 9f1177a | 2010-02-26 14:12:57 -0500 | [diff] [blame] | 3012 | sparam_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 3013 | if (!sparam_mbox) |
| 3014 | goto out; |
| 3015 | |
| 3016 | rc = lpfc_read_sparam(phba, sparam_mbox, 0); |
| 3017 | if (rc) { |
| 3018 | mempool_free(sparam_mbox, phba->mbox_mem_pool); |
| 3019 | goto out; |
| 3020 | } |
| 3021 | sparam_mbox->vport = vport; |
| 3022 | sparam_mbox->mbox_cmpl = lpfc_mbx_cmpl_read_sparam; |
| 3023 | rc = lpfc_sli_issue_mbox(phba, sparam_mbox, MBX_NOWAIT); |
| 3024 | if (rc == MBX_NOT_FINISHED) { |
| 3025 | mp = (struct lpfc_dmabuf *) sparam_mbox->context1; |
| 3026 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3027 | kfree(mp); |
| 3028 | mempool_free(sparam_mbox, phba->mbox_mem_pool); |
| 3029 | goto out; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3030 | } |
| 3031 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3032 | if (!(phba->hba_flag & HBA_FCOE_MODE)) { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 3033 | cfglink_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 3034 | if (!cfglink_mbox) |
| 3035 | goto out; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3036 | vport->port_state = LPFC_LOCAL_CFG_LINK; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3037 | lpfc_config_link(phba, cfglink_mbox); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3038 | cfglink_mbox->vport = vport; |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 3039 | cfglink_mbox->mbox_cmpl = lpfc_mbx_cmpl_local_config_link; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 3040 | rc = lpfc_sli_issue_mbox(phba, cfglink_mbox, MBX_NOWAIT); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 3041 | if (rc == MBX_NOT_FINISHED) { |
| 3042 | mempool_free(cfglink_mbox, phba->mbox_mem_pool); |
| 3043 | goto out; |
| 3044 | } |
| 3045 | } else { |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 3046 | vport->port_state = LPFC_VPORT_UNKNOWN; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 3047 | /* |
| 3048 | * Add the driver's default FCF record at FCF index 0 now. This |
| 3049 | * is phase 1 implementation that support FCF index 0 and driver |
| 3050 | * defaults. |
| 3051 | */ |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 3052 | if (!(phba->hba_flag & HBA_FIP_SUPPORT)) { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 3053 | fcf_record = kzalloc(sizeof(struct fcf_record), |
| 3054 | GFP_KERNEL); |
| 3055 | if (unlikely(!fcf_record)) { |
| 3056 | lpfc_printf_log(phba, KERN_ERR, |
| 3057 | LOG_MBOX | LOG_SLI, |
Uwe Kleine-König | b595076 | 2010-11-01 15:38:34 -0400 | [diff] [blame] | 3058 | "2554 Could not allocate memory for " |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 3059 | "fcf record\n"); |
| 3060 | rc = -ENODEV; |
| 3061 | goto out; |
| 3062 | } |
| 3063 | |
| 3064 | lpfc_sli4_build_dflt_fcf_record(phba, fcf_record, |
| 3065 | LPFC_FCOE_FCF_DEF_INDEX); |
| 3066 | rc = lpfc_sli4_add_fcf_record(phba, fcf_record); |
| 3067 | if (unlikely(rc)) { |
| 3068 | lpfc_printf_log(phba, KERN_ERR, |
| 3069 | LOG_MBOX | LOG_SLI, |
| 3070 | "2013 Could not manually add FCF " |
| 3071 | "record 0, status %d\n", rc); |
| 3072 | rc = -ENODEV; |
| 3073 | kfree(fcf_record); |
| 3074 | goto out; |
| 3075 | } |
| 3076 | kfree(fcf_record); |
| 3077 | } |
| 3078 | /* |
| 3079 | * The driver is expected to do FIP/FCF. Call the port |
| 3080 | * and get the FCF Table. |
| 3081 | */ |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 3082 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 3083 | if (phba->hba_flag & FCF_TS_INPROG) { |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 3084 | spin_unlock_irq(&phba->hbalock); |
| 3085 | return; |
| 3086 | } |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 3087 | /* This is the initial FCF discovery scan */ |
| 3088 | phba->fcf.fcf_flag |= FCF_INIT_DISC; |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 3089 | spin_unlock_irq(&phba->hbalock); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 3090 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY, |
| 3091 | "2778 Start FCF table scan at linkup\n"); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 3092 | rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba, |
| 3093 | LPFC_FCOE_FCF_GET_FIRST); |
| 3094 | if (rc) { |
| 3095 | spin_lock_irq(&phba->hbalock); |
| 3096 | phba->fcf.fcf_flag &= ~FCF_INIT_DISC; |
| 3097 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 3098 | goto out; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 3099 | } |
James Smart | 38b92ef | 2010-08-04 16:11:39 -0400 | [diff] [blame] | 3100 | /* Reset FCF roundrobin bmask for new discovery */ |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame^] | 3101 | lpfc_sli4_clear_fcf_rr_bmask(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3102 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 3103 | |
| 3104 | return; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3105 | out: |
| 3106 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3107 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 3108 | "0263 Discovery Mailbox error: state: 0x%x : %p %p\n", |
| 3109 | vport->port_state, sparam_mbox, cfglink_mbox); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3110 | lpfc_issue_clear_la(phba, vport); |
| 3111 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3112 | } |
| 3113 | |
| 3114 | static void |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3115 | lpfc_enable_la(struct lpfc_hba *phba) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3116 | { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3117 | uint32_t control; |
| 3118 | struct lpfc_sli *psli = &phba->sli; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3119 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3120 | psli->sli_flag |= LPFC_PROCESS_LA; |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 3121 | if (phba->sli_rev <= LPFC_SLI_REV3) { |
| 3122 | control = readl(phba->HCregaddr); |
| 3123 | control |= HC_LAINT_ENA; |
| 3124 | writel(control, phba->HCregaddr); |
| 3125 | readl(phba->HCregaddr); /* flush */ |
| 3126 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3127 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3128 | } |
| 3129 | |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3130 | static void |
| 3131 | lpfc_mbx_issue_link_down(struct lpfc_hba *phba) |
| 3132 | { |
| 3133 | lpfc_linkdown(phba); |
| 3134 | lpfc_enable_la(phba); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 3135 | lpfc_unregister_unused_fcf(phba); |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3136 | /* turn on Link Attention interrupts - no CLEAR_LA needed */ |
| 3137 | } |
| 3138 | |
| 3139 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3140 | /* |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3141 | * This routine handles processing a READ_TOPOLOGY mailbox |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3142 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 3143 | * as the completion routine when the command is |
| 3144 | * handed off to the SLI layer. |
| 3145 | */ |
| 3146 | void |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3147 | lpfc_mbx_cmpl_read_topology(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3148 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3149 | struct lpfc_vport *vport = pmb->vport; |
| 3150 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3151 | struct lpfc_mbx_read_top *la; |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 3152 | MAILBOX_t *mb = &pmb->u.mb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3153 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
| 3154 | |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 3155 | /* Unblock ELS traffic */ |
| 3156 | phba->sli.ring[LPFC_ELS_RING].flag &= ~LPFC_STOP_IOCB_EVENT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3157 | /* Check for error */ |
| 3158 | if (mb->mbxStatus) { |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 3159 | lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3160 | "1307 READ_LA mbox error x%x state x%x\n", |
| 3161 | mb->mbxStatus, vport->port_state); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3162 | lpfc_mbx_issue_link_down(phba); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3163 | phba->link_state = LPFC_HBA_ERROR; |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3164 | goto lpfc_mbx_cmpl_read_topology_free_mbuf; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3165 | } |
| 3166 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3167 | la = (struct lpfc_mbx_read_top *) &pmb->u.mb.un.varReadTop; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3168 | |
| 3169 | memcpy(&phba->alpa_map[0], mp->virt, 128); |
| 3170 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3171 | spin_lock_irq(shost->host_lock); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3172 | if (bf_get(lpfc_mbx_read_top_pb, la)) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3173 | vport->fc_flag |= FC_BYPASSED_MODE; |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 3174 | else |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3175 | vport->fc_flag &= ~FC_BYPASSED_MODE; |
| 3176 | spin_unlock_irq(shost->host_lock); |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 3177 | |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 3178 | if ((phba->fc_eventTag < la->eventTag) || |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3179 | (phba->fc_eventTag == la->eventTag)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3180 | phba->fc_stat.LinkMultiEvent++; |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3181 | if (bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3182 | if (phba->fc_eventTag != 0) |
| 3183 | lpfc_linkdown(phba); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3184 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3185 | |
| 3186 | phba->fc_eventTag = la->eventTag; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 3187 | spin_lock_irq(&phba->hbalock); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3188 | if (bf_get(lpfc_mbx_read_top_mm, la)) |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3189 | phba->sli.sli_flag |= LPFC_MENLO_MAINT; |
| 3190 | else |
| 3191 | phba->sli.sli_flag &= ~LPFC_MENLO_MAINT; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 3192 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3193 | |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 3194 | phba->link_events++; |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3195 | if ((bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP) && |
| 3196 | (!bf_get(lpfc_mbx_read_top_mm, la))) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3197 | phba->fc_stat.LinkUp++; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3198 | if (phba->link_flag & LS_LOOPBACK_MODE) { |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 3199 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3200 | "1306 Link Up Event in loop back mode " |
| 3201 | "x%x received Data: x%x x%x x%x x%x\n", |
| 3202 | la->eventTag, phba->fc_eventTag, |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3203 | bf_get(lpfc_mbx_read_top_alpa_granted, |
| 3204 | la), |
| 3205 | bf_get(lpfc_mbx_read_top_link_spd, la), |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3206 | phba->alpa_map[0]); |
James Smart | 5b8bd0c | 2007-04-25 09:52:49 -0400 | [diff] [blame] | 3207 | } else { |
| 3208 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3209 | "1303 Link Up Event x%x received " |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3210 | "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] | 3211 | la->eventTag, phba->fc_eventTag, |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3212 | bf_get(lpfc_mbx_read_top_alpa_granted, |
| 3213 | la), |
| 3214 | bf_get(lpfc_mbx_read_top_link_spd, la), |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3215 | phba->alpa_map[0], |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3216 | bf_get(lpfc_mbx_read_top_mm, la), |
| 3217 | bf_get(lpfc_mbx_read_top_fa, la), |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3218 | phba->wait_4_mlo_maint_flg); |
James Smart | 5b8bd0c | 2007-04-25 09:52:49 -0400 | [diff] [blame] | 3219 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3220 | lpfc_mbx_process_link_up(phba, la); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3221 | } else if (bf_get(lpfc_mbx_read_top_att_type, la) == |
| 3222 | LPFC_ATT_LINK_DOWN) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3223 | phba->fc_stat.LinkDown++; |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 3224 | if (phba->link_flag & LS_LOOPBACK_MODE) { |
| 3225 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
| 3226 | "1308 Link Down Event in loop back mode " |
| 3227 | "x%x received " |
| 3228 | "Data: x%x x%x x%x\n", |
| 3229 | la->eventTag, phba->fc_eventTag, |
| 3230 | phba->pport->port_state, vport->fc_flag); |
| 3231 | } |
| 3232 | else { |
| 3233 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3234 | "1305 Link Down Event x%x received " |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3235 | "Data: x%x x%x x%x x%x x%x\n", |
| 3236 | la->eventTag, phba->fc_eventTag, |
| 3237 | phba->pport->port_state, vport->fc_flag, |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3238 | bf_get(lpfc_mbx_read_top_mm, la), |
| 3239 | bf_get(lpfc_mbx_read_top_fa, la)); |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3240 | } |
| 3241 | lpfc_mbx_issue_link_down(phba); |
| 3242 | } |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3243 | if ((bf_get(lpfc_mbx_read_top_mm, la)) && |
| 3244 | (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] | 3245 | if (phba->link_state != LPFC_LINK_DOWN) { |
| 3246 | phba->fc_stat.LinkDown++; |
| 3247 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
| 3248 | "1312 Link Down Event x%x received " |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3249 | "Data: x%x x%x x%x\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3250 | la->eventTag, phba->fc_eventTag, |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3251 | phba->pport->port_state, vport->fc_flag); |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3252 | lpfc_mbx_issue_link_down(phba); |
| 3253 | } else |
| 3254 | lpfc_enable_la(phba); |
| 3255 | |
| 3256 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
| 3257 | "1310 Menlo Maint Mode Link up Event x%x rcvd " |
| 3258 | "Data: x%x x%x x%x\n", |
| 3259 | la->eventTag, phba->fc_eventTag, |
| 3260 | phba->pport->port_state, vport->fc_flag); |
| 3261 | /* |
| 3262 | * The cmnd that triggered this will be waiting for this |
| 3263 | * signal. |
| 3264 | */ |
| 3265 | /* WAKEUP for MENLO_SET_MODE or MENLO_RESET command. */ |
| 3266 | if (phba->wait_4_mlo_maint_flg) { |
| 3267 | phba->wait_4_mlo_maint_flg = 0; |
| 3268 | wake_up_interruptible(&phba->wait_4_mlo_m_q); |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 3269 | } |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3270 | } |
| 3271 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3272 | if (bf_get(lpfc_mbx_read_top_fa, la)) { |
| 3273 | if (bf_get(lpfc_mbx_read_top_mm, la)) |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3274 | lpfc_issue_clear_la(phba, vport); |
| 3275 | lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT, |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3276 | "1311 fa %d\n", |
| 3277 | bf_get(lpfc_mbx_read_top_fa, la)); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3278 | } |
| 3279 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3280 | lpfc_mbx_cmpl_read_topology_free_mbuf: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3281 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3282 | kfree(mp); |
| 3283 | mempool_free(pmb, phba->mbox_mem_pool); |
| 3284 | return; |
| 3285 | } |
| 3286 | |
| 3287 | /* |
| 3288 | * This routine handles processing a REG_LOGIN mailbox |
| 3289 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 3290 | * as the completion routine when the command is |
| 3291 | * handed off to the SLI layer. |
| 3292 | */ |
| 3293 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3294 | lpfc_mbx_cmpl_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3295 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3296 | struct lpfc_vport *vport = pmb->vport; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3297 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3298 | struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2; |
James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 3299 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3300 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3301 | pmb->context1 = NULL; |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 3302 | pmb->context2 = NULL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3303 | |
James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 3304 | if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND) |
| 3305 | ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND; |
| 3306 | |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 3307 | if (ndlp->nlp_flag & NLP_IGNR_REG_CMPL || |
| 3308 | ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) { |
James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 3309 | /* We rcvd a rscn after issuing this |
| 3310 | * mbox reg login, we may have cycled |
| 3311 | * back through the state and be |
| 3312 | * back at reg login state so this |
| 3313 | * mbox needs to be ignored becase |
| 3314 | * there is another reg login in |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 3315 | * process. |
James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 3316 | */ |
| 3317 | spin_lock_irq(shost->host_lock); |
| 3318 | ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; |
| 3319 | spin_unlock_irq(shost->host_lock); |
James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 3320 | } else |
| 3321 | /* Good status, call state machine */ |
| 3322 | lpfc_disc_state_machine(vport, ndlp, pmb, |
| 3323 | NLP_EVT_CMPL_REG_LOGIN); |
| 3324 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3325 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3326 | kfree(mp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3327 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 3328 | /* decrement the node reference count held for this callback |
| 3329 | * function. |
| 3330 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3331 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3332 | |
| 3333 | return; |
| 3334 | } |
| 3335 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3336 | static void |
| 3337 | lpfc_mbx_cmpl_unreg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| 3338 | { |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 3339 | MAILBOX_t *mb = &pmb->u.mb; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3340 | struct lpfc_vport *vport = pmb->vport; |
| 3341 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 3342 | |
| 3343 | switch (mb->mbxStatus) { |
| 3344 | case 0x0011: |
| 3345 | case 0x0020: |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3346 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 3347 | "0911 cmpl_unreg_vpi, mb status = 0x%x\n", |
| 3348 | mb->mbxStatus); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3349 | break; |
James Smart | 78730cf | 2010-04-06 15:06:30 -0400 | [diff] [blame] | 3350 | /* If VPI is busy, reset the HBA */ |
| 3351 | case 0x9700: |
| 3352 | lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE, |
| 3353 | "2798 Unreg_vpi failed vpi 0x%x, mb status = 0x%x\n", |
| 3354 | vport->vpi, mb->mbxStatus); |
| 3355 | if (!(phba->pport->load_flag & FC_UNLOADING)) |
| 3356 | lpfc_workq_post_event(phba, NULL, NULL, |
| 3357 | LPFC_EVT_RESET_HBA); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3358 | } |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 3359 | spin_lock_irq(shost->host_lock); |
James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 3360 | vport->vpi_state &= ~LPFC_VPI_REGISTERED; |
James Smart | 1987807 | 2009-12-21 17:02:00 -0500 | [diff] [blame] | 3361 | vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 3362 | spin_unlock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3363 | vport->unreg_vpi_cmpl = VPORT_OK; |
| 3364 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 3365 | lpfc_cleanup_vports_rrqs(vport, NULL); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3366 | /* |
| 3367 | * This shost reference might have been taken at the beginning of |
| 3368 | * lpfc_vport_delete() |
| 3369 | */ |
James Smart | 1c6f4ef5 | 2009-11-18 15:40:49 -0500 | [diff] [blame] | 3370 | if ((vport->load_flag & FC_UNLOADING) && (vport != phba->pport)) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3371 | scsi_host_put(shost); |
| 3372 | } |
| 3373 | |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 3374 | int |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3375 | lpfc_mbx_unreg_vpi(struct lpfc_vport *vport) |
| 3376 | { |
| 3377 | struct lpfc_hba *phba = vport->phba; |
| 3378 | LPFC_MBOXQ_t *mbox; |
| 3379 | int rc; |
| 3380 | |
| 3381 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 3382 | if (!mbox) |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 3383 | return 1; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3384 | |
| 3385 | lpfc_unreg_vpi(phba, vport->vpi, mbox); |
| 3386 | mbox->vport = vport; |
| 3387 | mbox->mbox_cmpl = lpfc_mbx_cmpl_unreg_vpi; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 3388 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3389 | if (rc == MBX_NOT_FINISHED) { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3390 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT, |
| 3391 | "1800 Could not issue unreg_vpi\n"); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3392 | mempool_free(mbox, phba->mbox_mem_pool); |
| 3393 | vport->unreg_vpi_cmpl = VPORT_ERROR; |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 3394 | return rc; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3395 | } |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 3396 | return 0; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3397 | } |
| 3398 | |
| 3399 | static void |
| 3400 | lpfc_mbx_cmpl_reg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| 3401 | { |
| 3402 | struct lpfc_vport *vport = pmb->vport; |
| 3403 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 3404 | MAILBOX_t *mb = &pmb->u.mb; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3405 | |
| 3406 | switch (mb->mbxStatus) { |
| 3407 | case 0x0011: |
| 3408 | case 0x9601: |
| 3409 | case 0x9602: |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3410 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 3411 | "0912 cmpl_reg_vpi, mb status = 0x%x\n", |
| 3412 | mb->mbxStatus); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3413 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
| 3414 | spin_lock_irq(shost->host_lock); |
| 3415 | vport->fc_flag &= ~(FC_FABRIC | FC_PUBLIC_LOOP); |
| 3416 | spin_unlock_irq(shost->host_lock); |
| 3417 | vport->fc_myDID = 0; |
| 3418 | goto out; |
| 3419 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3420 | |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 3421 | spin_lock_irq(shost->host_lock); |
James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 3422 | vport->vpi_state |= LPFC_VPI_REGISTERED; |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 3423 | vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 3424 | spin_unlock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3425 | vport->num_disc_nodes = 0; |
| 3426 | /* go thru NPR list and issue ELS PLOGIs */ |
| 3427 | if (vport->fc_npr_cnt) |
| 3428 | lpfc_els_disc_plogi(vport); |
| 3429 | |
| 3430 | if (!vport->num_disc_nodes) { |
| 3431 | spin_lock_irq(shost->host_lock); |
| 3432 | vport->fc_flag &= ~FC_NDISC_ACTIVE; |
| 3433 | spin_unlock_irq(shost->host_lock); |
| 3434 | lpfc_can_disctmo(vport); |
| 3435 | } |
| 3436 | vport->port_state = LPFC_VPORT_READY; |
| 3437 | |
| 3438 | out: |
| 3439 | mempool_free(pmb, phba->mbox_mem_pool); |
| 3440 | return; |
| 3441 | } |
| 3442 | |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3443 | /** |
| 3444 | * lpfc_create_static_vport - Read HBA config region to create static vports. |
| 3445 | * @phba: pointer to lpfc hba data structure. |
| 3446 | * |
| 3447 | * This routine issue a DUMP mailbox command for config region 22 to get |
| 3448 | * the list of static vports to be created. The function create vports |
| 3449 | * based on the information returned from the HBA. |
| 3450 | **/ |
| 3451 | void |
| 3452 | lpfc_create_static_vport(struct lpfc_hba *phba) |
| 3453 | { |
| 3454 | LPFC_MBOXQ_t *pmb = NULL; |
| 3455 | MAILBOX_t *mb; |
| 3456 | struct static_vport_info *vport_info; |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3457 | int rc = 0, i; |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3458 | struct fc_vport_identifiers vport_id; |
| 3459 | struct fc_vport *new_fc_vport; |
| 3460 | struct Scsi_Host *shost; |
| 3461 | struct lpfc_vport *vport; |
| 3462 | uint16_t offset = 0; |
| 3463 | uint8_t *vport_buff; |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3464 | struct lpfc_dmabuf *mp; |
| 3465 | uint32_t byte_count = 0; |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3466 | |
| 3467 | pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 3468 | if (!pmb) { |
| 3469 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 3470 | "0542 lpfc_create_static_vport failed to" |
| 3471 | " allocate mailbox memory\n"); |
| 3472 | return; |
| 3473 | } |
| 3474 | |
| 3475 | mb = &pmb->u.mb; |
| 3476 | |
| 3477 | vport_info = kzalloc(sizeof(struct static_vport_info), GFP_KERNEL); |
| 3478 | if (!vport_info) { |
| 3479 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 3480 | "0543 lpfc_create_static_vport failed to" |
| 3481 | " allocate vport_info\n"); |
| 3482 | mempool_free(pmb, phba->mbox_mem_pool); |
| 3483 | return; |
| 3484 | } |
| 3485 | |
| 3486 | vport_buff = (uint8_t *) vport_info; |
| 3487 | do { |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3488 | if (lpfc_dump_static_vport(phba, pmb, offset)) |
| 3489 | goto out; |
| 3490 | |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3491 | pmb->vport = phba->pport; |
| 3492 | rc = lpfc_sli_issue_mbox_wait(phba, pmb, LPFC_MBOX_TMO); |
| 3493 | |
| 3494 | if ((rc != MBX_SUCCESS) || mb->mbxStatus) { |
| 3495 | lpfc_printf_log(phba, KERN_WARNING, LOG_INIT, |
| 3496 | "0544 lpfc_create_static_vport failed to" |
| 3497 | " issue dump mailbox command ret 0x%x " |
| 3498 | "status 0x%x\n", |
| 3499 | rc, mb->mbxStatus); |
| 3500 | goto out; |
| 3501 | } |
| 3502 | |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3503 | if (phba->sli_rev == LPFC_SLI_REV4) { |
| 3504 | byte_count = pmb->u.mqe.un.mb_words[5]; |
| 3505 | mp = (struct lpfc_dmabuf *) pmb->context2; |
| 3506 | if (byte_count > sizeof(struct static_vport_info) - |
| 3507 | offset) |
| 3508 | byte_count = sizeof(struct static_vport_info) |
| 3509 | - offset; |
| 3510 | memcpy(vport_buff + offset, mp->virt, byte_count); |
| 3511 | offset += byte_count; |
| 3512 | } else { |
| 3513 | if (mb->un.varDmp.word_cnt > |
| 3514 | sizeof(struct static_vport_info) - offset) |
| 3515 | mb->un.varDmp.word_cnt = |
| 3516 | sizeof(struct static_vport_info) |
| 3517 | - offset; |
| 3518 | byte_count = mb->un.varDmp.word_cnt; |
| 3519 | lpfc_sli_pcimem_bcopy(((uint8_t *)mb) + DMP_RSP_OFFSET, |
| 3520 | vport_buff + offset, |
| 3521 | byte_count); |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3522 | |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3523 | offset += byte_count; |
| 3524 | } |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3525 | |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3526 | } while (byte_count && |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3527 | offset < sizeof(struct static_vport_info)); |
| 3528 | |
| 3529 | |
| 3530 | if ((le32_to_cpu(vport_info->signature) != VPORT_INFO_SIG) || |
| 3531 | ((le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK) |
| 3532 | != VPORT_INFO_REV)) { |
| 3533 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 3534 | "0545 lpfc_create_static_vport bad" |
| 3535 | " information header 0x%x 0x%x\n", |
| 3536 | le32_to_cpu(vport_info->signature), |
| 3537 | le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK); |
| 3538 | |
| 3539 | goto out; |
| 3540 | } |
| 3541 | |
| 3542 | shost = lpfc_shost_from_vport(phba->pport); |
| 3543 | |
| 3544 | for (i = 0; i < MAX_STATIC_VPORT_COUNT; i++) { |
| 3545 | memset(&vport_id, 0, sizeof(vport_id)); |
| 3546 | vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn); |
| 3547 | vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn); |
| 3548 | if (!vport_id.port_name || !vport_id.node_name) |
| 3549 | continue; |
| 3550 | |
| 3551 | vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR; |
| 3552 | vport_id.vport_type = FC_PORTTYPE_NPIV; |
| 3553 | vport_id.disable = false; |
| 3554 | new_fc_vport = fc_vport_create(shost, 0, &vport_id); |
| 3555 | |
| 3556 | if (!new_fc_vport) { |
| 3557 | lpfc_printf_log(phba, KERN_WARNING, LOG_INIT, |
| 3558 | "0546 lpfc_create_static_vport failed to" |
James Smart | e4e7427 | 2009-07-19 10:01:38 -0400 | [diff] [blame] | 3559 | " create vport\n"); |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3560 | continue; |
| 3561 | } |
| 3562 | |
| 3563 | vport = *(struct lpfc_vport **)new_fc_vport->dd_data; |
| 3564 | vport->vport_flag |= STATIC_VPORT; |
| 3565 | } |
| 3566 | |
| 3567 | out: |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3568 | kfree(vport_info); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3569 | if (rc != MBX_TIMEOUT) { |
| 3570 | if (pmb->context2) { |
| 3571 | mp = (struct lpfc_dmabuf *) pmb->context2; |
| 3572 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3573 | kfree(mp); |
| 3574 | } |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3575 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3576 | } |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3577 | |
| 3578 | return; |
| 3579 | } |
| 3580 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3581 | /* |
| 3582 | * This routine handles processing a Fabric REG_LOGIN mailbox |
| 3583 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 3584 | * as the completion routine when the command is |
| 3585 | * handed off to the SLI layer. |
| 3586 | */ |
| 3587 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3588 | lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3589 | { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3590 | struct lpfc_vport *vport = pmb->vport; |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3591 | MAILBOX_t *mb = &pmb->u.mb; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3592 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3593 | struct lpfc_nodelist *ndlp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3594 | |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 3595 | ndlp = (struct lpfc_nodelist *) pmb->context2; |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3596 | pmb->context1 = NULL; |
| 3597 | pmb->context2 = NULL; |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 3598 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3599 | if (mb->mbxStatus) { |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3600 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 3601 | "0258 Register Fabric login error: 0x%x\n", |
| 3602 | mb->mbxStatus); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3603 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3604 | kfree(mp); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3605 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3606 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3607 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3608 | /* FLOGI failed, use loop map to make discovery list */ |
| 3609 | lpfc_disc_list_loopmap(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3610 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3611 | /* Start discovery */ |
| 3612 | lpfc_disc_start(vport); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3613 | /* Decrement the reference count to ndlp after the |
| 3614 | * reference to the ndlp are done. |
| 3615 | */ |
| 3616 | lpfc_nlp_put(ndlp); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3617 | return; |
| 3618 | } |
| 3619 | |
| 3620 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3621 | /* Decrement the reference count to ndlp after the reference |
| 3622 | * to the ndlp are done. |
| 3623 | */ |
| 3624 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3625 | return; |
| 3626 | } |
| 3627 | |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 3628 | if (phba->sli_rev < LPFC_SLI_REV4) |
| 3629 | ndlp->nlp_rpi = mb->un.varWords[0]; |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 3630 | ndlp->nlp_flag |= NLP_RPI_REGISTERED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3631 | ndlp->nlp_type |= NLP_FABRIC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3632 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3633 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3634 | if (vport->port_state == LPFC_FABRIC_CFG_LINK) { |
James Smart | 4b40c59 | 2010-03-15 11:25:44 -0400 | [diff] [blame] | 3635 | /* when physical port receive logo donot start |
| 3636 | * vport discovery */ |
| 3637 | if (!(vport->fc_flag & FC_LOGO_RCVD_DID_CHNG)) |
| 3638 | lpfc_start_fdiscs(phba); |
| 3639 | else |
| 3640 | vport->fc_flag &= ~FC_LOGO_RCVD_DID_CHNG ; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3641 | lpfc_do_scr_ns_plogi(phba, vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3642 | } |
| 3643 | |
| 3644 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3645 | kfree(mp); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3646 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3647 | |
| 3648 | /* Drop the reference count from the mbox at the end after |
| 3649 | * all the current reference to the ndlp have been done. |
| 3650 | */ |
| 3651 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3652 | return; |
| 3653 | } |
| 3654 | |
| 3655 | /* |
| 3656 | * This routine handles processing a NameServer REG_LOGIN mailbox |
| 3657 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 3658 | * as the completion routine when the command is |
| 3659 | * handed off to the SLI layer. |
| 3660 | */ |
| 3661 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3662 | lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3663 | { |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3664 | MAILBOX_t *mb = &pmb->u.mb; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3665 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
| 3666 | struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2; |
| 3667 | struct lpfc_vport *vport = pmb->vport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3668 | |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 3669 | pmb->context1 = NULL; |
| 3670 | pmb->context2 = NULL; |
| 3671 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3672 | if (mb->mbxStatus) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3673 | out: |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3674 | lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS, |
| 3675 | "0260 Register NameServer error: 0x%x\n", |
| 3676 | mb->mbxStatus); |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 3677 | /* decrement the node reference count held for this |
| 3678 | * callback function. |
| 3679 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3680 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3681 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3682 | kfree(mp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3683 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 3684 | |
| 3685 | /* If no other thread is using the ndlp, free it */ |
| 3686 | lpfc_nlp_not_used(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3687 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3688 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3689 | /* |
| 3690 | * RegLogin failed, use loop map to make discovery |
| 3691 | * list |
| 3692 | */ |
| 3693 | lpfc_disc_list_loopmap(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3694 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3695 | /* Start discovery */ |
| 3696 | lpfc_disc_start(vport); |
| 3697 | return; |
| 3698 | } |
| 3699 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3700 | return; |
| 3701 | } |
| 3702 | |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 3703 | if (phba->sli_rev < LPFC_SLI_REV4) |
| 3704 | ndlp->nlp_rpi = mb->un.varWords[0]; |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 3705 | ndlp->nlp_flag |= NLP_RPI_REGISTERED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3706 | ndlp->nlp_type |= NLP_FABRIC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3707 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3708 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3709 | if (vport->port_state < LPFC_VPORT_READY) { |
| 3710 | /* Link up discovery requires Fabric registration. */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3711 | lpfc_ns_cmd(vport, SLI_CTNS_RFF_ID, 0, 0); /* Do this first! */ |
| 3712 | lpfc_ns_cmd(vport, SLI_CTNS_RNN_ID, 0, 0); |
| 3713 | lpfc_ns_cmd(vport, SLI_CTNS_RSNN_NN, 0, 0); |
| 3714 | lpfc_ns_cmd(vport, SLI_CTNS_RSPN_ID, 0, 0); |
| 3715 | lpfc_ns_cmd(vport, SLI_CTNS_RFT_ID, 0, 0); |
| 3716 | |
| 3717 | /* Issue SCR just before NameServer GID_FT Query */ |
| 3718 | lpfc_issue_els_scr(vport, SCR_DID, 0); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3719 | } |
| 3720 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3721 | vport->fc_ns_retry = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3722 | /* Good status, issue CT Request to NameServer */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3723 | if (lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, 0, 0)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3724 | /* Cannot issue NameServer Query, so finish up discovery */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3725 | goto out; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3726 | } |
| 3727 | |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 3728 | /* decrement the node reference count held for this |
| 3729 | * callback function. |
| 3730 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3731 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3732 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3733 | kfree(mp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3734 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3735 | |
| 3736 | return; |
| 3737 | } |
| 3738 | |
| 3739 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3740 | lpfc_register_remote_port(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3741 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3742 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 3743 | struct fc_rport *rport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3744 | struct lpfc_rport_data *rdata; |
| 3745 | struct fc_rport_identifiers rport_ids; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3746 | struct lpfc_hba *phba = vport->phba; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3747 | |
| 3748 | /* Remote port has reappeared. Re-register w/ FC transport */ |
Andrew Morton | 68ce1eb | 2005-09-21 09:46:54 -0700 | [diff] [blame] | 3749 | rport_ids.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn); |
| 3750 | rport_ids.port_name = wwn_to_u64(ndlp->nlp_portname.u.wwn); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3751 | rport_ids.port_id = ndlp->nlp_DID; |
| 3752 | rport_ids.roles = FC_RPORT_ROLE_UNKNOWN; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3753 | |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3754 | /* |
| 3755 | * We leave our node pointer in rport->dd_data when we unregister a |
| 3756 | * FCP target port. But fc_remote_port_add zeros the space to which |
| 3757 | * rport->dd_data points. So, if we're reusing a previously |
| 3758 | * registered port, drop the reference that we took the last time we |
| 3759 | * registered the port. |
| 3760 | */ |
| 3761 | if (ndlp->rport && ndlp->rport->dd_data && |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3762 | ((struct lpfc_rport_data *) ndlp->rport->dd_data)->pnode == ndlp) |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3763 | lpfc_nlp_put(ndlp); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3764 | |
| 3765 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT, |
| 3766 | "rport add: did:x%x flg:x%x type x%x", |
| 3767 | ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type); |
| 3768 | |
James Smart | 9589b062 | 2011-04-16 11:03:17 -0400 | [diff] [blame] | 3769 | /* Don't add the remote port if unloading. */ |
| 3770 | if (vport->load_flag & FC_UNLOADING) |
| 3771 | return; |
| 3772 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3773 | ndlp->rport = rport = fc_remote_port_add(shost, 0, &rport_ids); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3774 | if (!rport || !get_device(&rport->dev)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3775 | dev_printk(KERN_WARNING, &phba->pcidev->dev, |
| 3776 | "Warning: fc_remote_port_add failed\n"); |
| 3777 | return; |
| 3778 | } |
| 3779 | |
| 3780 | /* initialize static port data */ |
| 3781 | rport->maxframe_size = ndlp->nlp_maxframe; |
| 3782 | rport->supported_classes = ndlp->nlp_class_sup; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3783 | rdata = rport->dd_data; |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3784 | rdata->pnode = lpfc_nlp_get(ndlp); |
James.Smart@Emulex.Com | 23dc04f | 2005-11-28 11:41:44 -0500 | [diff] [blame] | 3785 | |
| 3786 | if (ndlp->nlp_type & NLP_FCP_TARGET) |
| 3787 | rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET; |
| 3788 | if (ndlp->nlp_type & NLP_FCP_INITIATOR) |
| 3789 | rport_ids.roles |= FC_RPORT_ROLE_FCP_INITIATOR; |
| 3790 | |
James.Smart@Emulex.Com | 23dc04f | 2005-11-28 11:41:44 -0500 | [diff] [blame] | 3791 | if (rport_ids.roles != FC_RPORT_ROLE_UNKNOWN) |
| 3792 | fc_remote_port_rolechg(rport, rport_ids.roles); |
| 3793 | |
James Smart | 071fbd3d | 2006-04-15 11:53:20 -0400 | [diff] [blame] | 3794 | if ((rport->scsi_target_id != -1) && |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3795 | (rport->scsi_target_id < LPFC_MAX_TARGET)) { |
James Smart | 071fbd3d | 2006-04-15 11:53:20 -0400 | [diff] [blame] | 3796 | ndlp->nlp_sid = rport->scsi_target_id; |
| 3797 | } |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3798 | return; |
| 3799 | } |
| 3800 | |
| 3801 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3802 | lpfc_unregister_remote_port(struct lpfc_nodelist *ndlp) |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3803 | { |
| 3804 | struct fc_rport *rport = ndlp->rport; |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 3805 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3806 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_RPORT, |
| 3807 | "rport delete: did:x%x flg:x%x type x%x", |
| 3808 | ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type); |
| 3809 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3810 | fc_remote_port_delete(rport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3811 | |
| 3812 | return; |
| 3813 | } |
| 3814 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3815 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3816 | lpfc_nlp_counters(struct lpfc_vport *vport, int state, int count) |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3817 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3818 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 3819 | |
| 3820 | spin_lock_irq(shost->host_lock); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3821 | switch (state) { |
| 3822 | case NLP_STE_UNUSED_NODE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3823 | vport->fc_unused_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3824 | break; |
| 3825 | case NLP_STE_PLOGI_ISSUE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3826 | vport->fc_plogi_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3827 | break; |
| 3828 | case NLP_STE_ADISC_ISSUE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3829 | vport->fc_adisc_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3830 | break; |
| 3831 | case NLP_STE_REG_LOGIN_ISSUE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3832 | vport->fc_reglogin_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3833 | break; |
| 3834 | case NLP_STE_PRLI_ISSUE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3835 | vport->fc_prli_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3836 | break; |
| 3837 | case NLP_STE_UNMAPPED_NODE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3838 | vport->fc_unmap_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3839 | break; |
| 3840 | case NLP_STE_MAPPED_NODE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3841 | vport->fc_map_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3842 | break; |
| 3843 | case NLP_STE_NPR_NODE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3844 | vport->fc_npr_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3845 | break; |
| 3846 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3847 | spin_unlock_irq(shost->host_lock); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3848 | } |
Jamie Wellnitz | 66a9ed6 | 2006-02-28 22:33:10 -0500 | [diff] [blame] | 3849 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3850 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3851 | lpfc_nlp_state_cleanup(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3852 | int old_state, int new_state) |
| 3853 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3854 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 3855 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3856 | if (new_state == NLP_STE_UNMAPPED_NODE) { |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3857 | ndlp->nlp_flag &= ~NLP_NODEV_REMOVE; |
| 3858 | ndlp->nlp_type |= NLP_FC_NODE; |
| 3859 | } |
| 3860 | if (new_state == NLP_STE_MAPPED_NODE) |
| 3861 | ndlp->nlp_flag &= ~NLP_NODEV_REMOVE; |
| 3862 | if (new_state == NLP_STE_NPR_NODE) |
| 3863 | ndlp->nlp_flag &= ~NLP_RCV_PLOGI; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3864 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3865 | /* Transport interface */ |
| 3866 | if (ndlp->rport && (old_state == NLP_STE_MAPPED_NODE || |
| 3867 | old_state == NLP_STE_UNMAPPED_NODE)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3868 | vport->phba->nport_event_cnt++; |
| 3869 | lpfc_unregister_remote_port(ndlp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3870 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3871 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3872 | if (new_state == NLP_STE_MAPPED_NODE || |
| 3873 | new_state == NLP_STE_UNMAPPED_NODE) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3874 | vport->phba->nport_event_cnt++; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3875 | /* |
| 3876 | * Tell the fc transport about the port, if we haven't |
| 3877 | * already. If we have, and it's a scsi entity, be |
| 3878 | * sure to unblock any attached scsi devices |
| 3879 | */ |
| 3880 | lpfc_register_remote_port(vport, ndlp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3881 | } |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 3882 | if ((new_state == NLP_STE_MAPPED_NODE) && |
| 3883 | (vport->stat_data_enabled)) { |
| 3884 | /* |
| 3885 | * A new target is discovered, if there is no buffer for |
| 3886 | * statistical data collection allocate buffer. |
| 3887 | */ |
| 3888 | ndlp->lat_data = kcalloc(LPFC_MAX_BUCKET_COUNT, |
| 3889 | sizeof(struct lpfc_scsicmd_bkt), |
| 3890 | GFP_KERNEL); |
| 3891 | |
| 3892 | if (!ndlp->lat_data) |
| 3893 | lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE, |
| 3894 | "0286 lpfc_nlp_state_cleanup failed to " |
| 3895 | "allocate statistical data buffer DID " |
| 3896 | "0x%x\n", ndlp->nlp_DID); |
| 3897 | } |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3898 | /* |
| 3899 | * if we added to Mapped list, but the remote port |
| 3900 | * registration failed or assigned a target id outside |
| 3901 | * our presentable range - move the node to the |
| 3902 | * Unmapped List |
| 3903 | */ |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3904 | if (new_state == NLP_STE_MAPPED_NODE && |
| 3905 | (!ndlp->rport || |
| 3906 | ndlp->rport->scsi_target_id == -1 || |
| 3907 | ndlp->rport->scsi_target_id >= LPFC_MAX_TARGET)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3908 | spin_lock_irq(shost->host_lock); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3909 | ndlp->nlp_flag |= NLP_TGT_NO_SCSIID; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3910 | spin_unlock_irq(shost->host_lock); |
| 3911 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3912 | } |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3913 | } |
| 3914 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 3915 | static char * |
| 3916 | lpfc_nlp_state_name(char *buffer, size_t size, int state) |
| 3917 | { |
| 3918 | static char *states[] = { |
| 3919 | [NLP_STE_UNUSED_NODE] = "UNUSED", |
| 3920 | [NLP_STE_PLOGI_ISSUE] = "PLOGI", |
| 3921 | [NLP_STE_ADISC_ISSUE] = "ADISC", |
| 3922 | [NLP_STE_REG_LOGIN_ISSUE] = "REGLOGIN", |
| 3923 | [NLP_STE_PRLI_ISSUE] = "PRLI", |
| 3924 | [NLP_STE_UNMAPPED_NODE] = "UNMAPPED", |
| 3925 | [NLP_STE_MAPPED_NODE] = "MAPPED", |
| 3926 | [NLP_STE_NPR_NODE] = "NPR", |
| 3927 | }; |
| 3928 | |
James Smart | 311464e | 2007-08-02 11:10:37 -0400 | [diff] [blame] | 3929 | if (state < NLP_STE_MAX_STATE && states[state]) |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 3930 | strlcpy(buffer, states[state], size); |
| 3931 | else |
| 3932 | snprintf(buffer, size, "unknown (%d)", state); |
| 3933 | return buffer; |
| 3934 | } |
| 3935 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3936 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3937 | lpfc_nlp_set_state(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
| 3938 | int state) |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3939 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3940 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3941 | int old_state = ndlp->nlp_state; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 3942 | char name1[16], name2[16]; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3943 | |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3944 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 3945 | "0904 NPort state transition x%06x, %s -> %s\n", |
| 3946 | ndlp->nlp_DID, |
| 3947 | lpfc_nlp_state_name(name1, sizeof(name1), old_state), |
| 3948 | lpfc_nlp_state_name(name2, sizeof(name2), state)); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3949 | |
| 3950 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE, |
| 3951 | "node statechg did:x%x old:%d ste:%d", |
| 3952 | ndlp->nlp_DID, old_state, state); |
| 3953 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3954 | if (old_state == NLP_STE_NPR_NODE && |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3955 | state != NLP_STE_NPR_NODE) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3956 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3957 | if (old_state == NLP_STE_UNMAPPED_NODE) { |
| 3958 | ndlp->nlp_flag &= ~NLP_TGT_NO_SCSIID; |
| 3959 | ndlp->nlp_type &= ~NLP_FC_NODE; |
| 3960 | } |
| 3961 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 3962 | if (list_empty(&ndlp->nlp_listp)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3963 | spin_lock_irq(shost->host_lock); |
| 3964 | list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes); |
| 3965 | spin_unlock_irq(shost->host_lock); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 3966 | } else if (old_state) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3967 | lpfc_nlp_counters(vport, old_state, -1); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3968 | |
| 3969 | ndlp->nlp_state = state; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3970 | lpfc_nlp_counters(vport, state, 1); |
| 3971 | lpfc_nlp_state_cleanup(vport, ndlp, old_state, state); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3972 | } |
| 3973 | |
| 3974 | void |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3975 | lpfc_enqueue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| 3976 | { |
| 3977 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 3978 | |
| 3979 | if (list_empty(&ndlp->nlp_listp)) { |
| 3980 | spin_lock_irq(shost->host_lock); |
| 3981 | list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes); |
| 3982 | spin_unlock_irq(shost->host_lock); |
| 3983 | } |
| 3984 | } |
| 3985 | |
| 3986 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3987 | lpfc_dequeue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3988 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3989 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 3990 | |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 3991 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3992 | if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3993 | lpfc_nlp_counters(vport, ndlp->nlp_state, -1); |
| 3994 | spin_lock_irq(shost->host_lock); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 3995 | list_del_init(&ndlp->nlp_listp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3996 | spin_unlock_irq(shost->host_lock); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3997 | lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state, |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3998 | NLP_STE_UNUSED_NODE); |
| 3999 | } |
| 4000 | |
Adrian Bunk | 4d9db01 | 2008-02-14 23:24:02 +0200 | [diff] [blame] | 4001 | static void |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4002 | lpfc_disable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| 4003 | { |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 4004 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4005 | if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) |
| 4006 | lpfc_nlp_counters(vport, ndlp->nlp_state, -1); |
| 4007 | lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state, |
| 4008 | NLP_STE_UNUSED_NODE); |
| 4009 | } |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 4010 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 4011 | * lpfc_initialize_node - Initialize all fields of node object |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 4012 | * @vport: Pointer to Virtual Port object. |
| 4013 | * @ndlp: Pointer to FC node object. |
| 4014 | * @did: FC_ID of the node. |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4015 | * |
| 4016 | * This function is always called when node object need to be initialized. |
| 4017 | * It initializes all the fields of the node object. Although the reference |
| 4018 | * to phba from @ndlp can be obtained indirectly through it's reference to |
| 4019 | * @vport, a direct reference to phba is taken here by @ndlp. This is due |
| 4020 | * to the life-span of the @ndlp might go beyond the existence of @vport as |
| 4021 | * the final release of ndlp is determined by its reference count. And, the |
| 4022 | * operation on @ndlp needs the reference to phba. |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 4023 | **/ |
| 4024 | static inline void |
| 4025 | lpfc_initialize_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
| 4026 | uint32_t did) |
| 4027 | { |
| 4028 | INIT_LIST_HEAD(&ndlp->els_retry_evt.evt_listp); |
| 4029 | INIT_LIST_HEAD(&ndlp->dev_loss_evt.evt_listp); |
| 4030 | init_timer(&ndlp->nlp_delayfunc); |
| 4031 | ndlp->nlp_delayfunc.function = lpfc_els_retry_delay; |
| 4032 | ndlp->nlp_delayfunc.data = (unsigned long)ndlp; |
| 4033 | ndlp->nlp_DID = did; |
| 4034 | ndlp->vport = vport; |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4035 | ndlp->phba = vport->phba; |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 4036 | ndlp->nlp_sid = NLP_NO_SID; |
| 4037 | kref_init(&ndlp->kref); |
| 4038 | NLP_INT_NODE_ACT(ndlp); |
| 4039 | atomic_set(&ndlp->cmd_pending, 0); |
James Smart | 7dc517d | 2010-07-14 15:32:10 -0400 | [diff] [blame] | 4040 | ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth; |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4041 | if (vport->phba->sli_rev == LPFC_SLI_REV4) |
| 4042 | ndlp->nlp_rpi = lpfc_sli4_alloc_rpi(vport->phba); |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 4043 | } |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4044 | |
| 4045 | struct lpfc_nodelist * |
| 4046 | lpfc_enable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
| 4047 | int state) |
| 4048 | { |
| 4049 | struct lpfc_hba *phba = vport->phba; |
| 4050 | uint32_t did; |
| 4051 | unsigned long flags; |
| 4052 | |
| 4053 | if (!ndlp) |
| 4054 | return NULL; |
| 4055 | |
| 4056 | spin_lock_irqsave(&phba->ndlp_lock, flags); |
| 4057 | /* The ndlp should not be in memory free mode */ |
| 4058 | if (NLP_CHK_FREE_REQ(ndlp)) { |
| 4059 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 4060 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, |
| 4061 | "0277 lpfc_enable_node: ndlp:x%p " |
| 4062 | "usgmap:x%x refcnt:%d\n", |
| 4063 | (void *)ndlp, ndlp->nlp_usg_map, |
| 4064 | atomic_read(&ndlp->kref.refcount)); |
| 4065 | return NULL; |
| 4066 | } |
| 4067 | /* The ndlp should not already be in active mode */ |
| 4068 | if (NLP_CHK_NODE_ACT(ndlp)) { |
| 4069 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 4070 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, |
| 4071 | "0278 lpfc_enable_node: ndlp:x%p " |
| 4072 | "usgmap:x%x refcnt:%d\n", |
| 4073 | (void *)ndlp, ndlp->nlp_usg_map, |
| 4074 | atomic_read(&ndlp->kref.refcount)); |
| 4075 | return NULL; |
| 4076 | } |
| 4077 | |
| 4078 | /* Keep the original DID */ |
| 4079 | did = ndlp->nlp_DID; |
| 4080 | |
| 4081 | /* re-initialize ndlp except of ndlp linked list pointer */ |
| 4082 | memset((((char *)ndlp) + sizeof (struct list_head)), 0, |
| 4083 | sizeof (struct lpfc_nodelist) - sizeof (struct list_head)); |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 4084 | lpfc_initialize_node(vport, ndlp, did); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4085 | |
| 4086 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 4087 | |
| 4088 | if (state != NLP_STE_UNUSED_NODE) |
| 4089 | lpfc_nlp_set_state(vport, ndlp, state); |
| 4090 | |
| 4091 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE, |
| 4092 | "node enable: did:x%x", |
| 4093 | ndlp->nlp_DID, 0, 0); |
| 4094 | return ndlp; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4095 | } |
| 4096 | |
| 4097 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4098 | lpfc_drop_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 4099 | { |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4100 | /* |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 4101 | * Use of lpfc_drop_node and UNUSED list: lpfc_drop_node should |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4102 | * 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] | 4103 | * the ndlp from the vport. The ndlp marked as UNUSED on the list |
| 4104 | * until ALL other outstanding threads have completed. We check |
| 4105 | * that the ndlp not already in the UNUSED state before we proceed. |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4106 | */ |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 4107 | if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) |
| 4108 | return; |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 4109 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNUSED_NODE); |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 4110 | if (vport->phba->sli_rev == LPFC_SLI_REV4) |
| 4111 | lpfc_cleanup_vports_rrqs(vport, ndlp); |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4112 | lpfc_nlp_put(ndlp); |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 4113 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4114 | } |
| 4115 | |
| 4116 | /* |
| 4117 | * Start / ReStart rescue timer for Discovery / RSCN handling |
| 4118 | */ |
| 4119 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4120 | lpfc_set_disctmo(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [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 | struct lpfc_hba *phba = vport->phba; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4124 | uint32_t tmo; |
| 4125 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4126 | if (vport->port_state == LPFC_LOCAL_CFG_LINK) { |
Frederik Schwarzer | 025dfda | 2008-10-16 19:02:37 +0200 | [diff] [blame] | 4127 | /* For FAN, timeout should be greater than edtov */ |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4128 | tmo = (((phba->fc_edtov + 999) / 1000) + 1); |
| 4129 | } else { |
Frederik Schwarzer | 025dfda | 2008-10-16 19:02:37 +0200 | [diff] [blame] | 4130 | /* Normal discovery timeout should be > than ELS/CT timeout |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4131 | * FC spec states we need 3 * ratov for CT requests |
| 4132 | */ |
| 4133 | tmo = ((phba->fc_ratov * 3) + 3); |
| 4134 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4135 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 4136 | |
| 4137 | if (!timer_pending(&vport->fc_disctmo)) { |
| 4138 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, |
| 4139 | "set disc timer: tmo:x%x state:x%x flg:x%x", |
| 4140 | tmo, vport->port_state, vport->fc_flag); |
| 4141 | } |
| 4142 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4143 | mod_timer(&vport->fc_disctmo, jiffies + HZ * tmo); |
| 4144 | spin_lock_irq(shost->host_lock); |
| 4145 | vport->fc_flag |= FC_DISC_TMO; |
| 4146 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4147 | |
| 4148 | /* Start Discovery Timer state <hba_state> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4149 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 4150 | "0247 Start Discovery Timer state x%x " |
| 4151 | "Data: x%x x%lx x%x x%x\n", |
| 4152 | vport->port_state, tmo, |
| 4153 | (unsigned long)&vport->fc_disctmo, vport->fc_plogi_cnt, |
| 4154 | vport->fc_adisc_cnt); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4155 | |
| 4156 | return; |
| 4157 | } |
| 4158 | |
| 4159 | /* |
| 4160 | * Cancel rescue timer for Discovery / RSCN handling |
| 4161 | */ |
| 4162 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4163 | lpfc_can_disctmo(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4164 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4165 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4166 | unsigned long iflags; |
| 4167 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 4168 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, |
| 4169 | "can disc timer: state:x%x rtry:x%x flg:x%x", |
| 4170 | vport->port_state, vport->fc_ns_retry, vport->fc_flag); |
| 4171 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4172 | /* Turn off discovery timer if its running */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4173 | if (vport->fc_flag & FC_DISC_TMO) { |
| 4174 | spin_lock_irqsave(shost->host_lock, iflags); |
| 4175 | vport->fc_flag &= ~FC_DISC_TMO; |
| 4176 | spin_unlock_irqrestore(shost->host_lock, iflags); |
| 4177 | del_timer_sync(&vport->fc_disctmo); |
| 4178 | spin_lock_irqsave(&vport->work_port_lock, iflags); |
| 4179 | vport->work_port_events &= ~WORKER_DISC_TMO; |
| 4180 | spin_unlock_irqrestore(&vport->work_port_lock, iflags); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4181 | } |
| 4182 | |
| 4183 | /* Cancel Discovery Timer state <hba_state> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4184 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 4185 | "0248 Cancel Discovery Timer state x%x " |
| 4186 | "Data: x%x x%x x%x\n", |
| 4187 | vport->port_state, vport->fc_flag, |
| 4188 | vport->fc_plogi_cnt, vport->fc_adisc_cnt); |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4189 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4190 | } |
| 4191 | |
| 4192 | /* |
| 4193 | * Check specified ring for outstanding IOCB on the SLI queue |
| 4194 | * Return true if iocb matches the specified nport |
| 4195 | */ |
| 4196 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4197 | lpfc_check_sli_ndlp(struct lpfc_hba *phba, |
| 4198 | struct lpfc_sli_ring *pring, |
| 4199 | struct lpfc_iocbq *iocb, |
| 4200 | struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4201 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4202 | struct lpfc_sli *psli = &phba->sli; |
| 4203 | IOCB_t *icmd = &iocb->iocb; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4204 | struct lpfc_vport *vport = ndlp->vport; |
| 4205 | |
| 4206 | if (iocb->vport != vport) |
| 4207 | return 0; |
| 4208 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4209 | if (pring->ringno == LPFC_ELS_RING) { |
| 4210 | switch (icmd->ulpCommand) { |
| 4211 | case CMD_GEN_REQUEST64_CR: |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 4212 | if (iocb->context_un.ndlp == ndlp) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4213 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4214 | case CMD_ELS_REQUEST64_CR: |
James Smart | 10d4e95 | 2006-04-15 11:53:15 -0400 | [diff] [blame] | 4215 | if (icmd->un.elsreq64.remoteID == ndlp->nlp_DID) |
| 4216 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4217 | case CMD_XMIT_ELS_RSP64_CX: |
| 4218 | if (iocb->context1 == (uint8_t *) ndlp) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4219 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4220 | } |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 4221 | } else if (pring->ringno == psli->extra_ring) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4222 | |
| 4223 | } else if (pring->ringno == psli->fcp_ring) { |
| 4224 | /* Skip match check if waiting to relogin to FCP target */ |
| 4225 | if ((ndlp->nlp_type & NLP_FCP_TARGET) && |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4226 | (ndlp->nlp_flag & NLP_DELAY_TMO)) { |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4227 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4228 | } |
| 4229 | if (icmd->ulpContext == (volatile ushort)ndlp->nlp_rpi) { |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4230 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4231 | } |
| 4232 | } else if (pring->ringno == psli->next_ring) { |
| 4233 | |
| 4234 | } |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4235 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4236 | } |
| 4237 | |
| 4238 | /* |
| 4239 | * Free resources / clean up outstanding I/Os |
| 4240 | * associated with nlp_rpi in the LPFC_NODELIST entry. |
| 4241 | */ |
| 4242 | static int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4243 | lpfc_no_rpi(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4244 | { |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4245 | LIST_HEAD(completions); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4246 | struct lpfc_sli *psli; |
| 4247 | struct lpfc_sli_ring *pring; |
| 4248 | struct lpfc_iocbq *iocb, *next_iocb; |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 4249 | uint32_t i; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4250 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4251 | lpfc_fabric_abort_nport(ndlp); |
| 4252 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4253 | /* |
| 4254 | * Everything that matches on txcmplq will be returned |
| 4255 | * by firmware with a no rpi error. |
| 4256 | */ |
| 4257 | psli = &phba->sli; |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4258 | if (ndlp->nlp_flag & NLP_RPI_REGISTERED) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4259 | /* Now process each ring */ |
| 4260 | for (i = 0; i < psli->num_rings; i++) { |
| 4261 | pring = &psli->ring[i]; |
| 4262 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4263 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4264 | list_for_each_entry_safe(iocb, next_iocb, &pring->txq, |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4265 | list) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4266 | /* |
| 4267 | * Check to see if iocb matches the nport we are |
| 4268 | * looking for |
| 4269 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4270 | if ((lpfc_check_sli_ndlp(phba, pring, iocb, |
| 4271 | ndlp))) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4272 | /* It matches, so deque and call compl |
| 4273 | with an error */ |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4274 | list_move_tail(&iocb->list, |
| 4275 | &completions); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4276 | pring->txq_cnt--; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4277 | } |
| 4278 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4279 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4280 | } |
| 4281 | } |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4282 | |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4283 | /* Cancel all the IOCBs from the completions list */ |
| 4284 | lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT, |
| 4285 | IOERR_SLI_ABORTED); |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4286 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4287 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4288 | } |
| 4289 | |
| 4290 | /* |
| 4291 | * Free rpi associated with LPFC_NODELIST entry. |
| 4292 | * This routine is called from lpfc_freenode(), when we are removing |
| 4293 | * a LPFC_NODELIST entry. It is also called if the driver initiates a |
| 4294 | * LOGO that completes successfully, and we are waiting to PLOGI back |
| 4295 | * to the remote NPort. In addition, it is called after we receive |
| 4296 | * and unsolicated ELS cmd, send back a rsp, the rsp completes and |
| 4297 | * we are waiting to PLOGI back to the remote NPort. |
| 4298 | */ |
| 4299 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4300 | lpfc_unreg_rpi(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4301 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4302 | struct lpfc_hba *phba = vport->phba; |
| 4303 | LPFC_MBOXQ_t *mbox; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4304 | int rc; |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 4305 | uint16_t rpi; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4306 | |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4307 | if (ndlp->nlp_flag & NLP_RPI_REGISTERED) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4308 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 4309 | if (mbox) { |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 4310 | /* SLI4 ports require the physical rpi value. */ |
| 4311 | rpi = ndlp->nlp_rpi; |
| 4312 | if (phba->sli_rev == LPFC_SLI_REV4) |
| 4313 | rpi = phba->sli4_hba.rpi_ids[ndlp->nlp_rpi]; |
| 4314 | lpfc_unreg_login(phba, vport->vpi, rpi, mbox); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4315 | mbox->vport = vport; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4316 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 4317 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4318 | if (rc == MBX_NOT_FINISHED) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4319 | mempool_free(mbox, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4320 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4321 | lpfc_no_rpi(phba, ndlp); |
James Smart | d7c4799 | 2010-06-08 18:31:54 -0400 | [diff] [blame] | 4322 | |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4323 | if (phba->sli_rev != LPFC_SLI_REV4) |
| 4324 | ndlp->nlp_rpi = 0; |
| 4325 | ndlp->nlp_flag &= ~NLP_RPI_REGISTERED; |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 4326 | ndlp->nlp_flag &= ~NLP_NPR_ADISC; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4327 | return 1; |
| 4328 | } |
| 4329 | return 0; |
| 4330 | } |
| 4331 | |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 4332 | /** |
| 4333 | * lpfc_unreg_hba_rpis - Unregister rpis registered to the hba. |
| 4334 | * @phba: pointer to lpfc hba data structure. |
| 4335 | * |
| 4336 | * This routine is invoked to unregister all the currently registered RPIs |
| 4337 | * to the HBA. |
| 4338 | **/ |
| 4339 | void |
| 4340 | lpfc_unreg_hba_rpis(struct lpfc_hba *phba) |
| 4341 | { |
| 4342 | struct lpfc_vport **vports; |
| 4343 | struct lpfc_nodelist *ndlp; |
| 4344 | struct Scsi_Host *shost; |
| 4345 | int i; |
| 4346 | |
| 4347 | vports = lpfc_create_vport_work_array(phba); |
James Smart | 63e801c | 2010-11-20 23:14:19 -0500 | [diff] [blame] | 4348 | if (!vports) { |
| 4349 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY, |
| 4350 | "2884 Vport array allocation failed \n"); |
| 4351 | return; |
| 4352 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 4353 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { |
| 4354 | shost = lpfc_shost_from_vport(vports[i]); |
| 4355 | spin_lock_irq(shost->host_lock); |
| 4356 | list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) { |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4357 | if (ndlp->nlp_flag & NLP_RPI_REGISTERED) { |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 4358 | /* The mempool_alloc might sleep */ |
| 4359 | spin_unlock_irq(shost->host_lock); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 4360 | lpfc_unreg_rpi(vports[i], ndlp); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 4361 | spin_lock_irq(shost->host_lock); |
| 4362 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 4363 | } |
| 4364 | spin_unlock_irq(shost->host_lock); |
| 4365 | } |
| 4366 | lpfc_destroy_vport_work_array(phba, vports); |
| 4367 | } |
| 4368 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4369 | void |
| 4370 | lpfc_unreg_all_rpis(struct lpfc_vport *vport) |
| 4371 | { |
| 4372 | struct lpfc_hba *phba = vport->phba; |
| 4373 | LPFC_MBOXQ_t *mbox; |
| 4374 | int rc; |
| 4375 | |
James Smart | 5af5eee | 2010-10-22 11:06:38 -0400 | [diff] [blame] | 4376 | if (phba->sli_rev == LPFC_SLI_REV4) { |
| 4377 | lpfc_sli4_unreg_all_rpis(vport); |
| 4378 | return; |
| 4379 | } |
| 4380 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4381 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 4382 | if (mbox) { |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 4383 | lpfc_unreg_login(phba, vport->vpi, LPFC_UNREG_ALL_RPIS_VPORT, |
| 4384 | mbox); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4385 | mbox->vport = vport; |
| 4386 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 4387 | mbox->context1 = NULL; |
| 4388 | rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4389 | if (rc != MBX_TIMEOUT) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4390 | mempool_free(mbox, phba->mbox_mem_pool); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4391 | |
| 4392 | if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED)) |
| 4393 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT, |
| 4394 | "1836 Could not issue " |
| 4395 | "unreg_login(all_rpis) status %d\n", rc); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4396 | } |
| 4397 | } |
| 4398 | |
| 4399 | void |
| 4400 | lpfc_unreg_default_rpis(struct lpfc_vport *vport) |
| 4401 | { |
| 4402 | struct lpfc_hba *phba = vport->phba; |
| 4403 | LPFC_MBOXQ_t *mbox; |
| 4404 | int rc; |
| 4405 | |
| 4406 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 4407 | if (mbox) { |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 4408 | lpfc_unreg_did(phba, vport->vpi, LPFC_UNREG_ALL_DFLT_RPIS, |
| 4409 | mbox); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4410 | mbox->vport = vport; |
| 4411 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 4412 | mbox->context1 = NULL; |
| 4413 | rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4414 | if (rc != MBX_TIMEOUT) |
| 4415 | mempool_free(mbox, phba->mbox_mem_pool); |
| 4416 | |
| 4417 | if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED)) |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4418 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT, |
| 4419 | "1815 Could not issue " |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4420 | "unreg_did (default rpis) status %d\n", |
| 4421 | rc); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4422 | } |
| 4423 | } |
| 4424 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4425 | /* |
| 4426 | * Free resources associated with LPFC_NODELIST entry |
| 4427 | * so it can be freed. |
| 4428 | */ |
| 4429 | static int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4430 | lpfc_cleanup_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4431 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4432 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 4433 | struct lpfc_hba *phba = vport->phba; |
| 4434 | LPFC_MBOXQ_t *mb, *nextmb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4435 | struct lpfc_dmabuf *mp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4436 | |
| 4437 | /* Cleanup node for NPort <nlp_DID> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4438 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 4439 | "0900 Cleanup node for NPort x%x " |
| 4440 | "Data: x%x x%x x%x\n", |
| 4441 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 4442 | ndlp->nlp_state, ndlp->nlp_rpi); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4443 | if (NLP_CHK_FREE_REQ(ndlp)) { |
| 4444 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, |
| 4445 | "0280 lpfc_cleanup_node: ndlp:x%p " |
| 4446 | "usgmap:x%x refcnt:%d\n", |
| 4447 | (void *)ndlp, ndlp->nlp_usg_map, |
| 4448 | atomic_read(&ndlp->kref.refcount)); |
| 4449 | lpfc_dequeue_node(vport, ndlp); |
| 4450 | } else { |
| 4451 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, |
| 4452 | "0281 lpfc_cleanup_node: ndlp:x%p " |
| 4453 | "usgmap:x%x refcnt:%d\n", |
| 4454 | (void *)ndlp, ndlp->nlp_usg_map, |
| 4455 | atomic_read(&ndlp->kref.refcount)); |
| 4456 | lpfc_disable_node(vport, ndlp); |
| 4457 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4458 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4459 | /* cleanup any ndlp on mbox q waiting for reglogin cmpl */ |
| 4460 | if ((mb = phba->sli.mbox_active)) { |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4461 | if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) && |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4462 | (ndlp == (struct lpfc_nodelist *) mb->context2)) { |
| 4463 | mb->context2 = NULL; |
| 4464 | mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
| 4465 | } |
| 4466 | } |
James Smart | 33ccf8d | 2006-08-17 11:57:58 -0400 | [diff] [blame] | 4467 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4468 | spin_lock_irq(&phba->hbalock); |
James Smart | 5ac6b30 | 2010-10-22 11:05:36 -0400 | [diff] [blame] | 4469 | /* Cleanup REG_LOGIN completions which are not yet processed */ |
| 4470 | list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) { |
| 4471 | if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) || |
| 4472 | (ndlp != (struct lpfc_nodelist *) mb->context2)) |
| 4473 | continue; |
| 4474 | |
| 4475 | mb->context2 = NULL; |
| 4476 | mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
| 4477 | } |
| 4478 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4479 | list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) { |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4480 | if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) && |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4481 | (ndlp == (struct lpfc_nodelist *) mb->context2)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4482 | mp = (struct lpfc_dmabuf *) (mb->context1); |
| 4483 | if (mp) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4484 | __lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4485 | kfree(mp); |
| 4486 | } |
| 4487 | list_del(&mb->list); |
| 4488 | mempool_free(mb, phba->mbox_mem_pool); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4489 | /* We shall not invoke the lpfc_nlp_put to decrement |
| 4490 | * the ndlp reference count as we are in the process |
| 4491 | * of lpfc_nlp_release. |
| 4492 | */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4493 | } |
| 4494 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4495 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4496 | |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4497 | lpfc_els_abort(phba, ndlp); |
| 4498 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4499 | spin_lock_irq(shost->host_lock); |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 4500 | ndlp->nlp_flag &= ~NLP_DELAY_TMO; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4501 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4502 | |
Jamie Wellnitz | 5024ab1 | 2006-02-28 19:25:28 -0500 | [diff] [blame] | 4503 | ndlp->nlp_last_elscmd = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4504 | del_timer_sync(&ndlp->nlp_delayfunc); |
| 4505 | |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 4506 | list_del_init(&ndlp->els_retry_evt.evt_listp); |
| 4507 | list_del_init(&ndlp->dev_loss_evt.evt_listp); |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 4508 | lpfc_cleanup_vports_rrqs(vport, ndlp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4509 | lpfc_unreg_rpi(vport, ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4510 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4511 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4512 | } |
| 4513 | |
| 4514 | /* |
| 4515 | * Check to see if we can free the nlp back to the freelist. |
| 4516 | * If we are in the middle of using the nlp in the discovery state |
| 4517 | * machine, defer the free till we reach the end of the state machine. |
| 4518 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 4519 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4520 | lpfc_nlp_remove(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4521 | { |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4522 | struct lpfc_hba *phba = vport->phba; |
James Smart | 1dcb58e | 2007-04-25 09:51:30 -0400 | [diff] [blame] | 4523 | struct lpfc_rport_data *rdata; |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4524 | LPFC_MBOXQ_t *mbox; |
| 4525 | int rc; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4526 | |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 4527 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 4528 | if ((ndlp->nlp_flag & NLP_DEFER_RM) && |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4529 | !(ndlp->nlp_flag & NLP_REG_LOGIN_SEND) && |
| 4530 | !(ndlp->nlp_flag & NLP_RPI_REGISTERED)) { |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4531 | /* For this case we need to cleanup the default rpi |
| 4532 | * allocated by the firmware. |
| 4533 | */ |
| 4534 | if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL)) |
| 4535 | != NULL) { |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 4536 | rc = lpfc_reg_rpi(phba, vport->vpi, ndlp->nlp_DID, |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4537 | (uint8_t *) &vport->fc_sparam, mbox, ndlp->nlp_rpi); |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4538 | if (rc) { |
| 4539 | mempool_free(mbox, phba->mbox_mem_pool); |
| 4540 | } |
| 4541 | else { |
| 4542 | mbox->mbox_flag |= LPFC_MBX_IMED_UNREG; |
| 4543 | mbox->mbox_cmpl = lpfc_mbx_cmpl_dflt_rpi; |
| 4544 | mbox->vport = vport; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 4545 | mbox->context2 = NULL; |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4546 | rc =lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
| 4547 | if (rc == MBX_NOT_FINISHED) { |
| 4548 | mempool_free(mbox, phba->mbox_mem_pool); |
| 4549 | } |
| 4550 | } |
| 4551 | } |
| 4552 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4553 | lpfc_cleanup_node(vport, ndlp); |
James Smart | 1dcb58e | 2007-04-25 09:51:30 -0400 | [diff] [blame] | 4554 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4555 | /* |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4556 | * We can get here with a non-NULL ndlp->rport because when we |
| 4557 | * unregister a rport we don't break the rport/node linkage. So if we |
| 4558 | * do, make sure we don't leaving any dangling pointers behind. |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4559 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4560 | if (ndlp->rport) { |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 4561 | rdata = ndlp->rport->dd_data; |
| 4562 | rdata->pnode = NULL; |
| 4563 | ndlp->rport = NULL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4564 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4565 | } |
| 4566 | |
| 4567 | static int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4568 | lpfc_matchdid(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
| 4569 | uint32_t did) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4570 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4571 | D_ID mydid, ndlpdid, matchdid; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4572 | |
| 4573 | if (did == Bcast_DID) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4574 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4575 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4576 | /* First check for Direct match */ |
| 4577 | if (ndlp->nlp_DID == did) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4578 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4579 | |
| 4580 | /* Next check for area/domain identically equals 0 match */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4581 | mydid.un.word = vport->fc_myDID; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4582 | if ((mydid.un.b.domain == 0) && (mydid.un.b.area == 0)) { |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4583 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4584 | } |
| 4585 | |
| 4586 | matchdid.un.word = did; |
| 4587 | ndlpdid.un.word = ndlp->nlp_DID; |
| 4588 | if (matchdid.un.b.id == ndlpdid.un.b.id) { |
| 4589 | if ((mydid.un.b.domain == matchdid.un.b.domain) && |
| 4590 | (mydid.un.b.area == matchdid.un.b.area)) { |
| 4591 | if ((ndlpdid.un.b.domain == 0) && |
| 4592 | (ndlpdid.un.b.area == 0)) { |
| 4593 | if (ndlpdid.un.b.id) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4594 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4595 | } |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4596 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4597 | } |
| 4598 | |
| 4599 | matchdid.un.word = ndlp->nlp_DID; |
| 4600 | if ((mydid.un.b.domain == ndlpdid.un.b.domain) && |
| 4601 | (mydid.un.b.area == ndlpdid.un.b.area)) { |
| 4602 | if ((matchdid.un.b.domain == 0) && |
| 4603 | (matchdid.un.b.area == 0)) { |
| 4604 | if (matchdid.un.b.id) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4605 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4606 | } |
| 4607 | } |
| 4608 | } |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4609 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4610 | } |
| 4611 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4612 | /* Search for a nodelist entry */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4613 | static struct lpfc_nodelist * |
| 4614 | __lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4615 | { |
James Smart | 2fb9bd8 | 2006-12-02 13:33:57 -0500 | [diff] [blame] | 4616 | struct lpfc_nodelist *ndlp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4617 | uint32_t data1; |
| 4618 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4619 | list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { |
| 4620 | if (lpfc_matchdid(vport, ndlp, did)) { |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4621 | data1 = (((uint32_t) ndlp->nlp_state << 24) | |
| 4622 | ((uint32_t) ndlp->nlp_xri << 16) | |
| 4623 | ((uint32_t) ndlp->nlp_type << 8) | |
| 4624 | ((uint32_t) ndlp->nlp_rpi & 0xff)); |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4625 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 4626 | "0929 FIND node DID " |
| 4627 | "Data: x%p x%x x%x x%x\n", |
| 4628 | ndlp, ndlp->nlp_DID, |
| 4629 | ndlp->nlp_flag, data1); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4630 | return ndlp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4631 | } |
| 4632 | } |
Jamie Wellnitz | 66a9ed6 | 2006-02-28 22:33:10 -0500 | [diff] [blame] | 4633 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4634 | /* FIND node did <did> NOT FOUND */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4635 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 4636 | "0932 FIND node did x%x NOT FOUND.\n", did); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4637 | return NULL; |
| 4638 | } |
| 4639 | |
| 4640 | struct lpfc_nodelist * |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4641 | lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4642 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4643 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4644 | struct lpfc_nodelist *ndlp; |
James Smart | fedd3b7 | 2011-02-16 12:39:24 -0500 | [diff] [blame] | 4645 | unsigned long iflags; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4646 | |
James Smart | fedd3b7 | 2011-02-16 12:39:24 -0500 | [diff] [blame] | 4647 | spin_lock_irqsave(shost->host_lock, iflags); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4648 | ndlp = __lpfc_findnode_did(vport, did); |
James Smart | fedd3b7 | 2011-02-16 12:39:24 -0500 | [diff] [blame] | 4649 | spin_unlock_irqrestore(shost->host_lock, iflags); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4650 | return ndlp; |
| 4651 | } |
| 4652 | |
| 4653 | struct lpfc_nodelist * |
| 4654 | lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did) |
| 4655 | { |
| 4656 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 4657 | struct lpfc_nodelist *ndlp; |
| 4658 | |
| 4659 | ndlp = lpfc_findnode_did(vport, did); |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4660 | if (!ndlp) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4661 | if ((vport->fc_flag & FC_RSCN_MODE) != 0 && |
| 4662 | lpfc_rscn_payload_check(vport, did) == 0) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4663 | return NULL; |
| 4664 | ndlp = (struct lpfc_nodelist *) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4665 | mempool_alloc(vport->phba->nlp_mem_pool, GFP_KERNEL); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4666 | if (!ndlp) |
| 4667 | return NULL; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4668 | lpfc_nlp_init(vport, ndlp, did); |
| 4669 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE); |
| 4670 | spin_lock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4671 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4672 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4673 | return ndlp; |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4674 | } else if (!NLP_CHK_NODE_ACT(ndlp)) { |
| 4675 | ndlp = lpfc_enable_node(vport, ndlp, NLP_STE_NPR_NODE); |
| 4676 | if (!ndlp) |
| 4677 | return NULL; |
| 4678 | spin_lock_irq(shost->host_lock); |
| 4679 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; |
| 4680 | spin_unlock_irq(shost->host_lock); |
| 4681 | return ndlp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4682 | } |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4683 | |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 4684 | if ((vport->fc_flag & FC_RSCN_MODE) && |
| 4685 | !(vport->fc_flag & FC_NDISC_ACTIVE)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4686 | if (lpfc_rscn_payload_check(vport, did)) { |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 4687 | /* If we've already received a PLOGI from this NPort |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4688 | * we don't need to try to discover it again. |
| 4689 | */ |
| 4690 | if (ndlp->nlp_flag & NLP_RCV_PLOGI) |
| 4691 | return NULL; |
| 4692 | |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4693 | /* Since this node is marked for discovery, |
| 4694 | * delay timeout is not needed. |
| 4695 | */ |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 4696 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4697 | spin_lock_irq(shost->host_lock); |
| 4698 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; |
| 4699 | spin_unlock_irq(shost->host_lock); |
James Smart | 071fbd3d | 2006-04-15 11:53:20 -0400 | [diff] [blame] | 4700 | } else |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4701 | ndlp = NULL; |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4702 | } else { |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 4703 | /* If we've already received a PLOGI from this NPort, |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4704 | * or we are already in the process of discovery on it, |
| 4705 | * we don't need to try to discover it again. |
| 4706 | */ |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4707 | if (ndlp->nlp_state == NLP_STE_ADISC_ISSUE || |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4708 | ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || |
| 4709 | ndlp->nlp_flag & NLP_RCV_PLOGI) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4710 | return NULL; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4711 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE); |
| 4712 | spin_lock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4713 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4714 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4715 | } |
| 4716 | return ndlp; |
| 4717 | } |
| 4718 | |
| 4719 | /* Build a list of nodes to discover based on the loopmap */ |
| 4720 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4721 | lpfc_disc_list_loopmap(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4722 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4723 | struct lpfc_hba *phba = vport->phba; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4724 | int j; |
| 4725 | uint32_t alpa, index; |
| 4726 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4727 | if (!lpfc_is_link_up(phba)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4728 | return; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4729 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 4730 | if (phba->fc_topology != LPFC_TOPOLOGY_LOOP) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4731 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4732 | |
| 4733 | /* Check for loop map present or not */ |
| 4734 | if (phba->alpa_map[0]) { |
| 4735 | for (j = 1; j <= phba->alpa_map[0]; j++) { |
| 4736 | alpa = phba->alpa_map[j]; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4737 | if (((vport->fc_myDID & 0xff) == alpa) || (alpa == 0)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4738 | continue; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4739 | lpfc_setup_disc_node(vport, alpa); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4740 | } |
| 4741 | } else { |
| 4742 | /* No alpamap, so try all alpa's */ |
| 4743 | for (j = 0; j < FC_MAXLOOP; j++) { |
| 4744 | /* If cfg_scan_down is set, start from highest |
| 4745 | * ALPA (0xef) to lowest (0x1). |
| 4746 | */ |
James Smart | 3de2a65 | 2007-08-02 11:09:59 -0400 | [diff] [blame] | 4747 | if (vport->cfg_scan_down) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4748 | index = j; |
| 4749 | else |
| 4750 | index = FC_MAXLOOP - j - 1; |
| 4751 | alpa = lpfcAlpaArray[index]; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4752 | if ((vport->fc_myDID & 0xff) == alpa) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4753 | continue; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4754 | lpfc_setup_disc_node(vport, alpa); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4755 | } |
| 4756 | } |
| 4757 | return; |
| 4758 | } |
| 4759 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4760 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4761 | lpfc_issue_clear_la(struct lpfc_hba *phba, struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4762 | { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4763 | LPFC_MBOXQ_t *mbox; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4764 | struct lpfc_sli *psli = &phba->sli; |
| 4765 | struct lpfc_sli_ring *extra_ring = &psli->ring[psli->extra_ring]; |
| 4766 | struct lpfc_sli_ring *fcp_ring = &psli->ring[psli->fcp_ring]; |
| 4767 | struct lpfc_sli_ring *next_ring = &psli->ring[psli->next_ring]; |
| 4768 | int rc; |
| 4769 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4770 | /* |
| 4771 | * if it's not a physical port or if we already send |
| 4772 | * clear_la then don't send it. |
| 4773 | */ |
| 4774 | if ((phba->link_state >= LPFC_CLEAR_LA) || |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4775 | (vport->port_type != LPFC_PHYSICAL_PORT) || |
| 4776 | (phba->sli_rev == LPFC_SLI_REV4)) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4777 | return; |
| 4778 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4779 | /* Link up discovery */ |
| 4780 | if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL)) != NULL) { |
| 4781 | phba->link_state = LPFC_CLEAR_LA; |
| 4782 | lpfc_clear_la(phba, mbox); |
| 4783 | mbox->mbox_cmpl = lpfc_mbx_cmpl_clear_la; |
| 4784 | mbox->vport = vport; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 4785 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4786 | if (rc == MBX_NOT_FINISHED) { |
| 4787 | mempool_free(mbox, phba->mbox_mem_pool); |
| 4788 | lpfc_disc_flush_list(vport); |
| 4789 | extra_ring->flag &= ~LPFC_STOP_IOCB_EVENT; |
| 4790 | fcp_ring->flag &= ~LPFC_STOP_IOCB_EVENT; |
| 4791 | next_ring->flag &= ~LPFC_STOP_IOCB_EVENT; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4792 | phba->link_state = LPFC_HBA_ERROR; |
| 4793 | } |
| 4794 | } |
| 4795 | } |
| 4796 | |
| 4797 | /* Reg_vpi to tell firmware to resume normal operations */ |
| 4798 | void |
| 4799 | lpfc_issue_reg_vpi(struct lpfc_hba *phba, struct lpfc_vport *vport) |
| 4800 | { |
| 4801 | LPFC_MBOXQ_t *regvpimbox; |
| 4802 | |
| 4803 | regvpimbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 4804 | if (regvpimbox) { |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4805 | lpfc_reg_vpi(vport, regvpimbox); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4806 | regvpimbox->mbox_cmpl = lpfc_mbx_cmpl_reg_vpi; |
| 4807 | regvpimbox->vport = vport; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 4808 | if (lpfc_sli_issue_mbox(phba, regvpimbox, MBX_NOWAIT) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4809 | == MBX_NOT_FINISHED) { |
| 4810 | mempool_free(regvpimbox, phba->mbox_mem_pool); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4811 | } |
| 4812 | } |
| 4813 | } |
| 4814 | |
| 4815 | /* Start Link up / RSCN discovery on NPR nodes */ |
| 4816 | void |
| 4817 | lpfc_disc_start(struct lpfc_vport *vport) |
| 4818 | { |
| 4819 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 4820 | struct lpfc_hba *phba = vport->phba; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4821 | uint32_t num_sent; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4822 | uint32_t clear_la_pending; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4823 | int did_changed; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4824 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4825 | if (!lpfc_is_link_up(phba)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4826 | return; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4827 | |
| 4828 | if (phba->link_state == LPFC_CLEAR_LA) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4829 | clear_la_pending = 1; |
| 4830 | else |
| 4831 | clear_la_pending = 0; |
| 4832 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4833 | if (vport->port_state < LPFC_VPORT_READY) |
| 4834 | vport->port_state = LPFC_DISC_AUTH; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4835 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4836 | lpfc_set_disctmo(vport); |
| 4837 | |
| 4838 | if (vport->fc_prevDID == vport->fc_myDID) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4839 | did_changed = 0; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4840 | else |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4841 | did_changed = 1; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4842 | |
| 4843 | vport->fc_prevDID = vport->fc_myDID; |
| 4844 | vport->num_disc_nodes = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4845 | |
| 4846 | /* Start Discovery state <hba_state> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4847 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 4848 | "0202 Start Discovery hba state x%x " |
| 4849 | "Data: x%x x%x x%x\n", |
| 4850 | vport->port_state, vport->fc_flag, vport->fc_plogi_cnt, |
| 4851 | vport->fc_adisc_cnt); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4852 | |
| 4853 | /* First do ADISCs - if any */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4854 | num_sent = lpfc_els_disc_adisc(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4855 | |
| 4856 | if (num_sent) |
| 4857 | return; |
| 4858 | |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 4859 | /* Register the VPI for SLI3, NON-NPIV only. */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4860 | if ((phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) && |
James Smart | 1b32f6a | 2008-02-08 18:49:39 -0500 | [diff] [blame] | 4861 | !(vport->fc_flag & FC_PT2PT) && |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4862 | !(vport->fc_flag & FC_RSCN_MODE) && |
| 4863 | (phba->sli_rev < LPFC_SLI_REV4)) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4864 | lpfc_issue_reg_vpi(phba, vport); |
| 4865 | return; |
| 4866 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4867 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4868 | /* |
| 4869 | * For SLI2, we need to set port_state to READY and continue |
| 4870 | * discovery. |
| 4871 | */ |
| 4872 | if (vport->port_state < LPFC_VPORT_READY && !clear_la_pending) { |
| 4873 | /* If we get here, there is nothing to ADISC */ |
| 4874 | if (vport->port_type == LPFC_PHYSICAL_PORT) |
| 4875 | lpfc_issue_clear_la(phba, vport); |
| 4876 | |
| 4877 | if (!(vport->fc_flag & FC_ABORT_DISCOVERY)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4878 | vport->num_disc_nodes = 0; |
| 4879 | /* go thru NPR nodes and issue ELS PLOGIs */ |
| 4880 | if (vport->fc_npr_cnt) |
| 4881 | lpfc_els_disc_plogi(vport); |
| 4882 | |
| 4883 | if (!vport->num_disc_nodes) { |
| 4884 | spin_lock_irq(shost->host_lock); |
| 4885 | vport->fc_flag &= ~FC_NDISC_ACTIVE; |
| 4886 | spin_unlock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4887 | lpfc_can_disctmo(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4888 | } |
| 4889 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4890 | vport->port_state = LPFC_VPORT_READY; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4891 | } else { |
| 4892 | /* Next do PLOGIs - if any */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4893 | num_sent = lpfc_els_disc_plogi(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4894 | |
| 4895 | if (num_sent) |
| 4896 | return; |
| 4897 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4898 | if (vport->fc_flag & FC_RSCN_MODE) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4899 | /* Check to see if more RSCNs came in while we |
| 4900 | * were processing this one. |
| 4901 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4902 | if ((vport->fc_rscn_id_cnt == 0) && |
| 4903 | (!(vport->fc_flag & FC_RSCN_DISCOVERY))) { |
| 4904 | spin_lock_irq(shost->host_lock); |
| 4905 | vport->fc_flag &= ~FC_RSCN_MODE; |
| 4906 | spin_unlock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4907 | lpfc_can_disctmo(vport); |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4908 | } else |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4909 | lpfc_els_handle_rscn(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4910 | } |
| 4911 | } |
| 4912 | return; |
| 4913 | } |
| 4914 | |
| 4915 | /* |
| 4916 | * Ignore completion for all IOCBs on tx and txcmpl queue for ELS |
| 4917 | * ring the match the sppecified nodelist. |
| 4918 | */ |
| 4919 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4920 | lpfc_free_tx(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4921 | { |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4922 | LIST_HEAD(completions); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4923 | struct lpfc_sli *psli; |
| 4924 | IOCB_t *icmd; |
| 4925 | struct lpfc_iocbq *iocb, *next_iocb; |
| 4926 | struct lpfc_sli_ring *pring; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4927 | |
| 4928 | psli = &phba->sli; |
| 4929 | pring = &psli->ring[LPFC_ELS_RING]; |
| 4930 | |
| 4931 | /* Error matching iocb on txq or txcmplq |
| 4932 | * First check the txq. |
| 4933 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4934 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4935 | list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) { |
| 4936 | if (iocb->context1 != ndlp) { |
| 4937 | continue; |
| 4938 | } |
| 4939 | icmd = &iocb->iocb; |
| 4940 | if ((icmd->ulpCommand == CMD_ELS_REQUEST64_CR) || |
| 4941 | (icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX)) { |
| 4942 | |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4943 | list_move_tail(&iocb->list, &completions); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4944 | pring->txq_cnt--; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4945 | } |
| 4946 | } |
| 4947 | |
| 4948 | /* Next check the txcmplq */ |
| 4949 | list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) { |
| 4950 | if (iocb->context1 != ndlp) { |
| 4951 | continue; |
| 4952 | } |
| 4953 | icmd = &iocb->iocb; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4954 | if (icmd->ulpCommand == CMD_ELS_REQUEST64_CR || |
| 4955 | icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX) { |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4956 | lpfc_sli_issue_abort_iotag(phba, pring, iocb); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4957 | } |
| 4958 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4959 | spin_unlock_irq(&phba->hbalock); |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4960 | |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4961 | /* Cancel all the IOCBs from the completions list */ |
| 4962 | lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT, |
| 4963 | IOERR_SLI_ABORTED); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4964 | } |
| 4965 | |
Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 4966 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4967 | lpfc_disc_flush_list(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4968 | { |
| 4969 | struct lpfc_nodelist *ndlp, *next_ndlp; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4970 | struct lpfc_hba *phba = vport->phba; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4971 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4972 | if (vport->fc_plogi_cnt || vport->fc_adisc_cnt) { |
| 4973 | list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4974 | nlp_listp) { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4975 | if (!NLP_CHK_NODE_ACT(ndlp)) |
| 4976 | continue; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4977 | if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || |
| 4978 | ndlp->nlp_state == NLP_STE_ADISC_ISSUE) { |
| 4979 | lpfc_free_tx(phba, ndlp); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4980 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4981 | } |
| 4982 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4983 | } |
| 4984 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4985 | void |
| 4986 | lpfc_cleanup_discovery_resources(struct lpfc_vport *vport) |
| 4987 | { |
| 4988 | lpfc_els_flush_rscn(vport); |
| 4989 | lpfc_els_flush_cmd(vport); |
| 4990 | lpfc_disc_flush_list(vport); |
| 4991 | } |
| 4992 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4993 | /*****************************************************************************/ |
| 4994 | /* |
| 4995 | * NAME: lpfc_disc_timeout |
| 4996 | * |
| 4997 | * FUNCTION: Fibre Channel driver discovery timeout routine. |
| 4998 | * |
| 4999 | * EXECUTION ENVIRONMENT: interrupt only |
| 5000 | * |
| 5001 | * CALLED FROM: |
| 5002 | * Timer function |
| 5003 | * |
| 5004 | * RETURNS: |
| 5005 | * none |
| 5006 | */ |
| 5007 | /*****************************************************************************/ |
| 5008 | void |
| 5009 | lpfc_disc_timeout(unsigned long ptr) |
| 5010 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5011 | struct lpfc_vport *vport = (struct lpfc_vport *) ptr; |
| 5012 | struct lpfc_hba *phba = vport->phba; |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 5013 | uint32_t tmo_posted; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5014 | unsigned long flags = 0; |
| 5015 | |
| 5016 | if (unlikely(!phba)) |
| 5017 | return; |
| 5018 | |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 5019 | spin_lock_irqsave(&vport->work_port_lock, flags); |
| 5020 | tmo_posted = vport->work_port_events & WORKER_DISC_TMO; |
| 5021 | if (!tmo_posted) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5022 | vport->work_port_events |= WORKER_DISC_TMO; |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 5023 | spin_unlock_irqrestore(&vport->work_port_lock, flags); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5024 | |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 5025 | if (!tmo_posted) |
| 5026 | lpfc_worker_wake_up(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5027 | return; |
| 5028 | } |
| 5029 | |
| 5030 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5031 | lpfc_disc_timeout_handler(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5032 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5033 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 5034 | struct lpfc_hba *phba = vport->phba; |
| 5035 | struct lpfc_sli *psli = &phba->sli; |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 5036 | struct lpfc_nodelist *ndlp, *next_ndlp; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5037 | LPFC_MBOXQ_t *initlinkmbox; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5038 | int rc, clrlaerr = 0; |
| 5039 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5040 | if (!(vport->fc_flag & FC_DISC_TMO)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5041 | return; |
| 5042 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5043 | spin_lock_irq(shost->host_lock); |
| 5044 | vport->fc_flag &= ~FC_DISC_TMO; |
| 5045 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5046 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 5047 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, |
| 5048 | "disc timeout: state:x%x rtry:x%x flg:x%x", |
| 5049 | vport->port_state, vport->fc_ns_retry, vport->fc_flag); |
| 5050 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5051 | switch (vport->port_state) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5052 | |
| 5053 | case LPFC_LOCAL_CFG_LINK: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5054 | /* port_state is identically LPFC_LOCAL_CFG_LINK while waiting for |
| 5055 | * FAN |
| 5056 | */ |
| 5057 | /* FAN timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5058 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_DISCOVERY, |
| 5059 | "0221 FAN timeout\n"); |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 5060 | /* Start discovery by sending FLOGI, clean up old rpis */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5061 | list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5062 | nlp_listp) { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5063 | if (!NLP_CHK_NODE_ACT(ndlp)) |
| 5064 | continue; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5065 | if (ndlp->nlp_state != NLP_STE_NPR_NODE) |
| 5066 | continue; |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 5067 | if (ndlp->nlp_type & NLP_FABRIC) { |
| 5068 | /* Clean up the ndlp on Fabric connections */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5069 | lpfc_drop_node(vport, ndlp); |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 5070 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 5071 | } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) { |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 5072 | /* Fail outstanding IO now since device |
| 5073 | * is marked for PLOGI. |
| 5074 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5075 | lpfc_unreg_rpi(vport, ndlp); |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 5076 | } |
| 5077 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5078 | if (vport->port_state != LPFC_FLOGI) { |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 5079 | if (phba->sli_rev <= LPFC_SLI_REV3) |
| 5080 | lpfc_initial_flogi(vport); |
| 5081 | else |
| 5082 | lpfc_issue_init_vfi(vport); |
James Smart | 0ff10d4 | 2008-01-11 01:52:36 -0500 | [diff] [blame] | 5083 | return; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5084 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5085 | break; |
| 5086 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5087 | case LPFC_FDISC: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5088 | case LPFC_FLOGI: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5089 | /* port_state is identically LPFC_FLOGI while waiting for FLOGI cmpl */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5090 | /* Initial FLOGI timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5091 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 5092 | "0222 Initial %s timeout\n", |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 5093 | vport->vpi ? "FDISC" : "FLOGI"); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5094 | |
| 5095 | /* Assume no Fabric and go on with discovery. |
| 5096 | * Check for outstanding ELS FLOGI to abort. |
| 5097 | */ |
| 5098 | |
| 5099 | /* FLOGI failed, so just use loop map to make discovery list */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5100 | lpfc_disc_list_loopmap(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5101 | |
| 5102 | /* Start discovery */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5103 | lpfc_disc_start(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5104 | break; |
| 5105 | |
| 5106 | case LPFC_FABRIC_CFG_LINK: |
| 5107 | /* hba_state is identically LPFC_FABRIC_CFG_LINK while waiting for |
| 5108 | NameServer login */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5109 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 5110 | "0223 Timeout while waiting for " |
| 5111 | "NameServer login\n"); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5112 | /* Next look for NameServer ndlp */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5113 | ndlp = lpfc_findnode_did(vport, NameServer_DID); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5114 | if (ndlp && NLP_CHK_NODE_ACT(ndlp)) |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 5115 | lpfc_els_abort(phba, ndlp); |
| 5116 | |
| 5117 | /* ReStart discovery */ |
| 5118 | goto restart_disc; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5119 | |
| 5120 | case LPFC_NS_QRY: |
| 5121 | /* Check for wait for NameServer Rsp timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5122 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 5123 | "0224 NameServer Query timeout " |
| 5124 | "Data: x%x x%x\n", |
| 5125 | vport->fc_ns_retry, LPFC_MAX_NS_RETRY); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5126 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5127 | if (vport->fc_ns_retry < LPFC_MAX_NS_RETRY) { |
| 5128 | /* Try it one more time */ |
| 5129 | vport->fc_ns_retry++; |
| 5130 | rc = lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, |
| 5131 | vport->fc_ns_retry, 0); |
| 5132 | if (rc == 0) |
| 5133 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5134 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5135 | vport->fc_ns_retry = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5136 | |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 5137 | restart_disc: |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5138 | /* |
| 5139 | * Discovery is over. |
| 5140 | * set port_state to PORT_READY if SLI2. |
| 5141 | * cmpl_reg_vpi will set port_state to READY for SLI3. |
| 5142 | */ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 5143 | if (phba->sli_rev < LPFC_SLI_REV4) { |
| 5144 | if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) |
| 5145 | lpfc_issue_reg_vpi(phba, vport); |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5146 | else { |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 5147 | lpfc_issue_clear_la(phba, vport); |
| 5148 | vport->port_state = LPFC_VPORT_READY; |
| 5149 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5150 | } |
| 5151 | |
| 5152 | /* Setup and issue mailbox INITIALIZE LINK command */ |
| 5153 | initlinkmbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 5154 | if (!initlinkmbox) { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5155 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 5156 | "0206 Device Discovery " |
| 5157 | "completion error\n"); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5158 | phba->link_state = LPFC_HBA_ERROR; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5159 | break; |
| 5160 | } |
| 5161 | |
| 5162 | lpfc_linkdown(phba); |
| 5163 | lpfc_init_link(phba, initlinkmbox, phba->cfg_topology, |
| 5164 | phba->cfg_link_speed); |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 5165 | initlinkmbox->u.mb.un.varInitLnk.lipsr_AL_PA = 0; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 5166 | initlinkmbox->vport = vport; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5167 | initlinkmbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 5168 | rc = lpfc_sli_issue_mbox(phba, initlinkmbox, MBX_NOWAIT); |
James Smart | 5b8bd0c | 2007-04-25 09:52:49 -0400 | [diff] [blame] | 5169 | lpfc_set_loopback_flag(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5170 | if (rc == MBX_NOT_FINISHED) |
| 5171 | mempool_free(initlinkmbox, phba->mbox_mem_pool); |
| 5172 | |
| 5173 | break; |
| 5174 | |
| 5175 | case LPFC_DISC_AUTH: |
| 5176 | /* Node Authentication timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5177 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 5178 | "0227 Node Authentication timeout\n"); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5179 | lpfc_disc_flush_list(vport); |
| 5180 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5181 | /* |
| 5182 | * set port_state to PORT_READY if SLI2. |
| 5183 | * cmpl_reg_vpi will set port_state to READY for SLI3. |
| 5184 | */ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 5185 | if (phba->sli_rev < LPFC_SLI_REV4) { |
| 5186 | if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) |
| 5187 | lpfc_issue_reg_vpi(phba, vport); |
| 5188 | else { /* NPIV Not enabled */ |
| 5189 | lpfc_issue_clear_la(phba, vport); |
| 5190 | vport->port_state = LPFC_VPORT_READY; |
| 5191 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5192 | } |
| 5193 | break; |
| 5194 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5195 | case LPFC_VPORT_READY: |
| 5196 | if (vport->fc_flag & FC_RSCN_MODE) { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5197 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 5198 | "0231 RSCN timeout Data: x%x " |
| 5199 | "x%x\n", |
| 5200 | vport->fc_ns_retry, LPFC_MAX_NS_RETRY); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5201 | |
| 5202 | /* Cleanup any outstanding ELS commands */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5203 | lpfc_els_flush_cmd(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5204 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5205 | lpfc_els_flush_rscn(vport); |
| 5206 | lpfc_disc_flush_list(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5207 | } |
| 5208 | break; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5209 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5210 | default: |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5211 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 5212 | "0273 Unexpected discovery timeout, " |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5213 | "vport State x%x\n", vport->port_state); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5214 | break; |
| 5215 | } |
| 5216 | |
| 5217 | switch (phba->link_state) { |
| 5218 | case LPFC_CLEAR_LA: |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5219 | /* CLEAR LA timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5220 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 5221 | "0228 CLEAR LA timeout\n"); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5222 | clrlaerr = 1; |
| 5223 | break; |
| 5224 | |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 5225 | case LPFC_LINK_UP: |
| 5226 | lpfc_issue_clear_la(phba, vport); |
| 5227 | /* Drop thru */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5228 | case LPFC_LINK_UNKNOWN: |
| 5229 | case LPFC_WARM_START: |
| 5230 | case LPFC_INIT_START: |
| 5231 | case LPFC_INIT_MBX_CMDS: |
| 5232 | case LPFC_LINK_DOWN: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5233 | case LPFC_HBA_ERROR: |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5234 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 5235 | "0230 Unexpected timeout, hba link " |
| 5236 | "state x%x\n", phba->link_state); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5237 | clrlaerr = 1; |
| 5238 | break; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5239 | |
| 5240 | case LPFC_HBA_READY: |
| 5241 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5242 | } |
| 5243 | |
| 5244 | if (clrlaerr) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5245 | lpfc_disc_flush_list(vport); |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 5246 | psli->ring[(psli->extra_ring)].flag &= ~LPFC_STOP_IOCB_EVENT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5247 | psli->ring[(psli->fcp_ring)].flag &= ~LPFC_STOP_IOCB_EVENT; |
| 5248 | psli->ring[(psli->next_ring)].flag &= ~LPFC_STOP_IOCB_EVENT; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5249 | vport->port_state = LPFC_VPORT_READY; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5250 | } |
| 5251 | |
| 5252 | return; |
| 5253 | } |
| 5254 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5255 | /* |
| 5256 | * This routine handles processing a NameServer REG_LOGIN mailbox |
| 5257 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 5258 | * as the completion routine when the command is |
| 5259 | * handed off to the SLI layer. |
| 5260 | */ |
| 5261 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5262 | lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5263 | { |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 5264 | MAILBOX_t *mb = &pmb->u.mb; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5265 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
| 5266 | struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2; |
| 5267 | struct lpfc_vport *vport = pmb->vport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5268 | |
| 5269 | pmb->context1 = NULL; |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 5270 | pmb->context2 = NULL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5271 | |
James Smart | 6d368e5 | 2011-05-24 11:44:12 -0400 | [diff] [blame] | 5272 | if (phba->sli_rev < LPFC_SLI_REV4) |
| 5273 | ndlp->nlp_rpi = mb->un.varWords[0]; |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 5274 | ndlp->nlp_flag |= NLP_RPI_REGISTERED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5275 | ndlp->nlp_type |= NLP_FABRIC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5276 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5277 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5278 | /* |
| 5279 | * Start issuing Fabric-Device Management Interface (FDMI) command to |
| 5280 | * 0xfffffa (FDMI well known port) or Delay issuing FDMI command if |
| 5281 | * fdmi-on=2 (supporting RPA/hostnmae) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5282 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5283 | |
James Smart | 3de2a65 | 2007-08-02 11:09:59 -0400 | [diff] [blame] | 5284 | if (vport->cfg_fdmi_on == 1) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5285 | lpfc_fdmi_cmd(vport, ndlp, SLI_MGMT_DHBA); |
| 5286 | else |
| 5287 | mod_timer(&vport->fc_fdmitmo, jiffies + HZ * 60); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5288 | |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 5289 | /* decrement the node reference count held for this callback |
| 5290 | * function. |
| 5291 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5292 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5293 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 5294 | kfree(mp); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5295 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5296 | |
| 5297 | return; |
| 5298 | } |
| 5299 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5300 | static int |
| 5301 | lpfc_filter_by_rpi(struct lpfc_nodelist *ndlp, void *param) |
| 5302 | { |
| 5303 | uint16_t *rpi = param; |
| 5304 | |
| 5305 | return ndlp->nlp_rpi == *rpi; |
| 5306 | } |
| 5307 | |
| 5308 | static int |
| 5309 | lpfc_filter_by_wwpn(struct lpfc_nodelist *ndlp, void *param) |
| 5310 | { |
| 5311 | return memcmp(&ndlp->nlp_portname, param, |
| 5312 | sizeof(ndlp->nlp_portname)) == 0; |
| 5313 | } |
| 5314 | |
Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 5315 | static struct lpfc_nodelist * |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5316 | __lpfc_find_node(struct lpfc_vport *vport, node_filter filter, void *param) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5317 | { |
James.Smart@Emulex.Com | 21568f5 | 2005-10-28 20:29:36 -0400 | [diff] [blame] | 5318 | struct lpfc_nodelist *ndlp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5319 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5320 | list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 5321 | if (filter(ndlp, param)) |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5322 | return ndlp; |
| 5323 | } |
James.Smart@Emulex.Com | 21568f5 | 2005-10-28 20:29:36 -0400 | [diff] [blame] | 5324 | return NULL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5325 | } |
| 5326 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5327 | /* |
| 5328 | * 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] | 5329 | * returns the node list element pointer else return NULL. |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5330 | */ |
| 5331 | struct lpfc_nodelist * |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5332 | __lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi) |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5333 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5334 | return __lpfc_find_node(vport, lpfc_filter_by_rpi, &rpi); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5335 | } |
| 5336 | |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5337 | /* |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5338 | * 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] | 5339 | * returns the node element list pointer else return NULL. |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5340 | */ |
| 5341 | struct lpfc_nodelist * |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5342 | lpfc_findnode_wwpn(struct lpfc_vport *vport, struct lpfc_name *wwpn) |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5343 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5344 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5345 | struct lpfc_nodelist *ndlp; |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5346 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5347 | spin_lock_irq(shost->host_lock); |
| 5348 | ndlp = __lpfc_find_node(vport, lpfc_filter_by_wwpn, wwpn); |
| 5349 | spin_unlock_irq(shost->host_lock); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 5350 | return ndlp; |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5351 | } |
| 5352 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5353 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5354 | lpfc_nlp_init(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
| 5355 | uint32_t did) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5356 | { |
| 5357 | memset(ndlp, 0, sizeof (struct lpfc_nodelist)); |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 5358 | |
| 5359 | lpfc_initialize_node(vport, ndlp, did); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5360 | INIT_LIST_HEAD(&ndlp->nlp_listp); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 5361 | |
| 5362 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE, |
| 5363 | "node init: did:x%x", |
| 5364 | ndlp->nlp_DID, 0, 0); |
| 5365 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5366 | return; |
| 5367 | } |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5368 | |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5369 | /* This routine releases all resources associated with a specifc NPort's ndlp |
| 5370 | * and mempool_free's the nodelist. |
| 5371 | */ |
James Smart | 311464e | 2007-08-02 11:10:37 -0400 | [diff] [blame] | 5372 | static void |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5373 | lpfc_nlp_release(struct kref *kref) |
| 5374 | { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5375 | struct lpfc_hba *phba; |
| 5376 | unsigned long flags; |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5377 | struct lpfc_nodelist *ndlp = container_of(kref, struct lpfc_nodelist, |
| 5378 | kref); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 5379 | |
| 5380 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, |
| 5381 | "node release: did:x%x flg:x%x type:x%x", |
| 5382 | ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type); |
| 5383 | |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5384 | lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE, |
| 5385 | "0279 lpfc_nlp_release: ndlp:x%p " |
| 5386 | "usgmap:x%x refcnt:%d\n", |
| 5387 | (void *)ndlp, ndlp->nlp_usg_map, |
| 5388 | atomic_read(&ndlp->kref.refcount)); |
| 5389 | |
| 5390 | /* remove ndlp from action. */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5391 | lpfc_nlp_remove(ndlp->vport, ndlp); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5392 | |
| 5393 | /* clear the ndlp active flag for all release cases */ |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 5394 | phba = ndlp->phba; |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5395 | spin_lock_irqsave(&phba->ndlp_lock, flags); |
| 5396 | NLP_CLR_NODE_ACT(ndlp); |
| 5397 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 5398 | if (phba->sli_rev == LPFC_SLI_REV4) |
| 5399 | lpfc_sli4_free_rpi(phba, ndlp->nlp_rpi); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5400 | |
| 5401 | /* free ndlp memory for final ndlp release */ |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 5402 | if (NLP_CHK_FREE_REQ(ndlp)) { |
| 5403 | kfree(ndlp->lat_data); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 5404 | mempool_free(ndlp, ndlp->phba->nlp_mem_pool); |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 5405 | } |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5406 | } |
| 5407 | |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5408 | /* This routine bumps the reference count for a ndlp structure to ensure |
| 5409 | * that one discovery thread won't free a ndlp while another discovery thread |
| 5410 | * is using it. |
| 5411 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5412 | struct lpfc_nodelist * |
| 5413 | lpfc_nlp_get(struct lpfc_nodelist *ndlp) |
| 5414 | { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5415 | struct lpfc_hba *phba; |
| 5416 | unsigned long flags; |
| 5417 | |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5418 | if (ndlp) { |
| 5419 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, |
| 5420 | "node get: did:x%x flg:x%x refcnt:x%x", |
| 5421 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 5422 | atomic_read(&ndlp->kref.refcount)); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5423 | /* The check of ndlp usage to prevent incrementing the |
| 5424 | * ndlp reference count that is in the process of being |
| 5425 | * released. |
| 5426 | */ |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 5427 | phba = ndlp->phba; |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5428 | spin_lock_irqsave(&phba->ndlp_lock, flags); |
| 5429 | if (!NLP_CHK_NODE_ACT(ndlp) || NLP_CHK_FREE_ACK(ndlp)) { |
| 5430 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 5431 | lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE, |
| 5432 | "0276 lpfc_nlp_get: ndlp:x%p " |
| 5433 | "usgmap:x%x refcnt:%d\n", |
| 5434 | (void *)ndlp, ndlp->nlp_usg_map, |
| 5435 | atomic_read(&ndlp->kref.refcount)); |
| 5436 | return NULL; |
| 5437 | } else |
| 5438 | kref_get(&ndlp->kref); |
| 5439 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5440 | } |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5441 | return ndlp; |
| 5442 | } |
| 5443 | |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5444 | /* This routine decrements the reference count for a ndlp structure. If the |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5445 | * count goes to 0, this indicates the the associated nodelist should be |
| 5446 | * freed. Returning 1 indicates the ndlp resource has been released; on the |
| 5447 | * other hand, returning 0 indicates the ndlp resource has not been released |
| 5448 | * yet. |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5449 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5450 | int |
| 5451 | lpfc_nlp_put(struct lpfc_nodelist *ndlp) |
| 5452 | { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5453 | struct lpfc_hba *phba; |
| 5454 | unsigned long flags; |
| 5455 | |
| 5456 | if (!ndlp) |
| 5457 | return 1; |
| 5458 | |
| 5459 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, |
| 5460 | "node put: did:x%x flg:x%x refcnt:x%x", |
| 5461 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 5462 | atomic_read(&ndlp->kref.refcount)); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 5463 | phba = ndlp->phba; |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5464 | spin_lock_irqsave(&phba->ndlp_lock, flags); |
| 5465 | /* Check the ndlp memory free acknowledge flag to avoid the |
| 5466 | * possible race condition that kref_put got invoked again |
| 5467 | * after previous one has done ndlp memory free. |
| 5468 | */ |
| 5469 | if (NLP_CHK_FREE_ACK(ndlp)) { |
| 5470 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 5471 | lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE, |
| 5472 | "0274 lpfc_nlp_put: ndlp:x%p " |
| 5473 | "usgmap:x%x refcnt:%d\n", |
| 5474 | (void *)ndlp, ndlp->nlp_usg_map, |
| 5475 | atomic_read(&ndlp->kref.refcount)); |
| 5476 | return 1; |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5477 | } |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5478 | /* Check the ndlp inactivate log flag to avoid the possible |
| 5479 | * race condition that kref_put got invoked again after ndlp |
| 5480 | * is already in inactivating state. |
| 5481 | */ |
| 5482 | if (NLP_CHK_IACT_REQ(ndlp)) { |
| 5483 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 5484 | lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE, |
| 5485 | "0275 lpfc_nlp_put: ndlp:x%p " |
| 5486 | "usgmap:x%x refcnt:%d\n", |
| 5487 | (void *)ndlp, ndlp->nlp_usg_map, |
| 5488 | atomic_read(&ndlp->kref.refcount)); |
| 5489 | return 1; |
| 5490 | } |
| 5491 | /* For last put, mark the ndlp usage flags to make sure no |
| 5492 | * other kref_get and kref_put on the same ndlp shall get |
| 5493 | * in between the process when the final kref_put has been |
| 5494 | * invoked on this ndlp. |
| 5495 | */ |
| 5496 | if (atomic_read(&ndlp->kref.refcount) == 1) { |
| 5497 | /* Indicate ndlp is put to inactive state. */ |
| 5498 | NLP_SET_IACT_REQ(ndlp); |
| 5499 | /* Acknowledge ndlp memory free has been seen. */ |
| 5500 | if (NLP_CHK_FREE_REQ(ndlp)) |
| 5501 | NLP_SET_FREE_ACK(ndlp); |
| 5502 | } |
| 5503 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 5504 | /* Note, the kref_put returns 1 when decrementing a reference |
| 5505 | * count that was 1, it invokes the release callback function, |
| 5506 | * but it still left the reference count as 1 (not actually |
| 5507 | * performs the last decrementation). Otherwise, it actually |
| 5508 | * decrements the reference count and returns 0. |
| 5509 | */ |
| 5510 | return kref_put(&ndlp->kref, lpfc_nlp_release); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5511 | } |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5512 | |
| 5513 | /* 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] | 5514 | * by any other discovery thread. This routine returns 1 if the |
| 5515 | * ndlp has been freed. A return value of 0 indicates the ndlp is |
| 5516 | * not yet been released. |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5517 | */ |
| 5518 | int |
| 5519 | lpfc_nlp_not_used(struct lpfc_nodelist *ndlp) |
| 5520 | { |
| 5521 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, |
| 5522 | "node not used: did:x%x flg:x%x refcnt:x%x", |
| 5523 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 5524 | atomic_read(&ndlp->kref.refcount)); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5525 | if (atomic_read(&ndlp->kref.refcount) == 1) |
| 5526 | if (lpfc_nlp_put(ndlp)) |
| 5527 | return 1; |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5528 | return 0; |
| 5529 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5530 | |
| 5531 | /** |
| 5532 | * lpfc_fcf_inuse - Check if FCF can be unregistered. |
| 5533 | * @phba: Pointer to hba context object. |
| 5534 | * |
| 5535 | * This function iterate through all FC nodes associated |
| 5536 | * will all vports to check if there is any node with |
| 5537 | * fc_rports associated with it. If there is an fc_rport |
| 5538 | * associated with the node, then the node is either in |
| 5539 | * discovered state or its devloss_timer is pending. |
| 5540 | */ |
| 5541 | static int |
| 5542 | lpfc_fcf_inuse(struct lpfc_hba *phba) |
| 5543 | { |
| 5544 | struct lpfc_vport **vports; |
| 5545 | int i, ret = 0; |
| 5546 | struct lpfc_nodelist *ndlp; |
| 5547 | struct Scsi_Host *shost; |
| 5548 | |
| 5549 | vports = lpfc_create_vport_work_array(phba); |
| 5550 | |
James Smart | 63e801c | 2010-11-20 23:14:19 -0500 | [diff] [blame] | 5551 | /* If driver cannot allocate memory, indicate fcf is in use */ |
| 5552 | if (!vports) |
| 5553 | return 1; |
| 5554 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5555 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { |
| 5556 | shost = lpfc_shost_from_vport(vports[i]); |
| 5557 | spin_lock_irq(shost->host_lock); |
James Smart | 0558056 | 2011-05-24 11:40:48 -0400 | [diff] [blame] | 5558 | /* |
| 5559 | * IF the CVL_RCVD bit is not set then we have sent the |
| 5560 | * flogi. |
| 5561 | * If dev_loss fires while we are waiting we do not want to |
| 5562 | * unreg the fcf. |
| 5563 | */ |
| 5564 | if (!(vports[i]->fc_flag & FC_VPORT_CVL_RCVD)) { |
| 5565 | spin_unlock_irq(shost->host_lock); |
| 5566 | ret = 1; |
| 5567 | goto out; |
| 5568 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5569 | list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) { |
| 5570 | if (NLP_CHK_NODE_ACT(ndlp) && ndlp->rport && |
| 5571 | (ndlp->rport->roles & FC_RPORT_ROLE_FCP_TARGET)) { |
| 5572 | ret = 1; |
| 5573 | spin_unlock_irq(shost->host_lock); |
| 5574 | goto out; |
James Smart | 891478a | 2009-11-18 15:40:23 -0500 | [diff] [blame] | 5575 | } else { |
| 5576 | lpfc_printf_log(phba, KERN_INFO, LOG_ELS, |
| 5577 | "2624 RPI %x DID %x flg %x still " |
| 5578 | "logged in\n", |
| 5579 | ndlp->nlp_rpi, ndlp->nlp_DID, |
| 5580 | ndlp->nlp_flag); |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 5581 | if (ndlp->nlp_flag & NLP_RPI_REGISTERED) |
James Smart | 891478a | 2009-11-18 15:40:23 -0500 | [diff] [blame] | 5582 | ret = 1; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5583 | } |
| 5584 | } |
| 5585 | spin_unlock_irq(shost->host_lock); |
| 5586 | } |
| 5587 | out: |
| 5588 | lpfc_destroy_vport_work_array(phba, vports); |
| 5589 | return ret; |
| 5590 | } |
| 5591 | |
| 5592 | /** |
| 5593 | * lpfc_unregister_vfi_cmpl - Completion handler for unreg vfi. |
| 5594 | * @phba: Pointer to hba context object. |
| 5595 | * @mboxq: Pointer to mailbox object. |
| 5596 | * |
| 5597 | * This function frees memory associated with the mailbox command. |
| 5598 | */ |
| 5599 | static void |
| 5600 | lpfc_unregister_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 5601 | { |
| 5602 | struct lpfc_vport *vport = mboxq->vport; |
James Smart | 38b92ef | 2010-08-04 16:11:39 -0400 | [diff] [blame] | 5603 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5604 | |
| 5605 | if (mboxq->u.mb.mbxStatus) { |
| 5606 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, |
| 5607 | "2555 UNREG_VFI mbxStatus error x%x " |
| 5608 | "HBA state x%x\n", |
| 5609 | mboxq->u.mb.mbxStatus, vport->port_state); |
| 5610 | } |
James Smart | 38b92ef | 2010-08-04 16:11:39 -0400 | [diff] [blame] | 5611 | spin_lock_irq(shost->host_lock); |
| 5612 | phba->pport->fc_flag &= ~FC_VFI_REGISTERED; |
| 5613 | spin_unlock_irq(shost->host_lock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5614 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 5615 | return; |
| 5616 | } |
| 5617 | |
| 5618 | /** |
| 5619 | * lpfc_unregister_fcfi_cmpl - Completion handler for unreg fcfi. |
| 5620 | * @phba: Pointer to hba context object. |
| 5621 | * @mboxq: Pointer to mailbox object. |
| 5622 | * |
| 5623 | * This function frees memory associated with the mailbox command. |
| 5624 | */ |
| 5625 | static void |
| 5626 | lpfc_unregister_fcfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 5627 | { |
| 5628 | struct lpfc_vport *vport = mboxq->vport; |
| 5629 | |
| 5630 | if (mboxq->u.mb.mbxStatus) { |
| 5631 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, |
| 5632 | "2550 UNREG_FCFI mbxStatus error x%x " |
| 5633 | "HBA state x%x\n", |
| 5634 | mboxq->u.mb.mbxStatus, vport->port_state); |
| 5635 | } |
| 5636 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 5637 | return; |
| 5638 | } |
| 5639 | |
| 5640 | /** |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5641 | * lpfc_unregister_fcf_prep - Unregister fcf record preparation |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5642 | * @phba: Pointer to hba context object. |
| 5643 | * |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5644 | * This function prepare the HBA for unregistering the currently registered |
| 5645 | * FCF from the HBA. It performs unregistering, in order, RPIs, VPIs, and |
| 5646 | * VFIs. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5647 | */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5648 | int |
| 5649 | lpfc_unregister_fcf_prep(struct lpfc_hba *phba) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5650 | { |
| 5651 | LPFC_MBOXQ_t *mbox; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5652 | struct lpfc_vport **vports; |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 5653 | struct lpfc_nodelist *ndlp; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 5654 | struct Scsi_Host *shost; |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5655 | int i, rc; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5656 | |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5657 | /* Unregister RPIs */ |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5658 | if (lpfc_fcf_inuse(phba)) |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5659 | lpfc_unreg_hba_rpis(phba); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5660 | |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 5661 | /* At this point, all discovery is aborted */ |
| 5662 | phba->pport->port_state = LPFC_VPORT_UNKNOWN; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5663 | |
| 5664 | /* Unregister VPIs */ |
| 5665 | vports = lpfc_create_vport_work_array(phba); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5666 | if (vports && (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5667 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 5668 | /* Stop FLOGI/FDISC retries */ |
| 5669 | ndlp = lpfc_findnode_did(vports[i], Fabric_DID); |
| 5670 | if (ndlp) |
| 5671 | lpfc_cancel_retry_delay_tmo(vports[i], ndlp); |
James Smart | 78730cf | 2010-04-06 15:06:30 -0400 | [diff] [blame] | 5672 | lpfc_cleanup_pending_mbox(vports[i]); |
James Smart | 5af5eee | 2010-10-22 11:06:38 -0400 | [diff] [blame] | 5673 | if (phba->sli_rev == LPFC_SLI_REV4) |
| 5674 | lpfc_sli4_unreg_all_rpis(vports[i]); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5675 | lpfc_mbx_unreg_vpi(vports[i]); |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 5676 | shost = lpfc_shost_from_vport(vports[i]); |
| 5677 | spin_lock_irq(shost->host_lock); |
James Smart | 891478a | 2009-11-18 15:40:23 -0500 | [diff] [blame] | 5678 | vports[i]->fc_flag |= FC_VPORT_NEEDS_INIT_VPI; |
James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 5679 | vports[i]->vpi_state &= ~LPFC_VPI_REGISTERED; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 5680 | spin_unlock_irq(shost->host_lock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5681 | } |
| 5682 | lpfc_destroy_vport_work_array(phba, vports); |
| 5683 | |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 5684 | /* Cleanup any outstanding ELS commands */ |
| 5685 | lpfc_els_flush_all_cmd(phba); |
| 5686 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5687 | /* Unregister VFI */ |
| 5688 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 5689 | if (!mbox) { |
| 5690 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5691 | "2556 UNREG_VFI mbox allocation failed" |
| 5692 | "HBA state x%x\n", phba->pport->port_state); |
| 5693 | return -ENOMEM; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5694 | } |
| 5695 | |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 5696 | lpfc_unreg_vfi(mbox, phba->pport); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5697 | mbox->vport = phba->pport; |
| 5698 | mbox->mbox_cmpl = lpfc_unregister_vfi_cmpl; |
| 5699 | |
| 5700 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
| 5701 | if (rc == MBX_NOT_FINISHED) { |
| 5702 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5703 | "2557 UNREG_VFI issue mbox failed rc x%x " |
| 5704 | "HBA state x%x\n", |
| 5705 | rc, phba->pport->port_state); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5706 | mempool_free(mbox, phba->mbox_mem_pool); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5707 | return -EIO; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5708 | } |
| 5709 | |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 5710 | shost = lpfc_shost_from_vport(phba->pport); |
| 5711 | spin_lock_irq(shost->host_lock); |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 5712 | phba->pport->fc_flag &= ~FC_VFI_REGISTERED; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 5713 | spin_unlock_irq(shost->host_lock); |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 5714 | |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5715 | return 0; |
| 5716 | } |
| 5717 | |
| 5718 | /** |
| 5719 | * lpfc_sli4_unregister_fcf - Unregister currently registered FCF record |
| 5720 | * @phba: Pointer to hba context object. |
| 5721 | * |
| 5722 | * This function issues synchronous unregister FCF mailbox command to HBA to |
| 5723 | * unregister the currently registered FCF record. The driver does not reset |
| 5724 | * the driver FCF usage state flags. |
| 5725 | * |
| 5726 | * Return 0 if successfully issued, none-zero otherwise. |
| 5727 | */ |
| 5728 | int |
| 5729 | lpfc_sli4_unregister_fcf(struct lpfc_hba *phba) |
| 5730 | { |
| 5731 | LPFC_MBOXQ_t *mbox; |
| 5732 | int rc; |
| 5733 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5734 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 5735 | if (!mbox) { |
| 5736 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5737 | "2551 UNREG_FCFI mbox allocation failed" |
| 5738 | "HBA state x%x\n", phba->pport->port_state); |
| 5739 | return -ENOMEM; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5740 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5741 | lpfc_unreg_fcfi(mbox, phba->fcf.fcfi); |
| 5742 | mbox->vport = phba->pport; |
| 5743 | mbox->mbox_cmpl = lpfc_unregister_fcfi_cmpl; |
| 5744 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
| 5745 | |
| 5746 | if (rc == MBX_NOT_FINISHED) { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5747 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 5748 | "2552 Unregister FCFI command failed rc x%x " |
| 5749 | "HBA state x%x\n", |
| 5750 | rc, phba->pport->port_state); |
| 5751 | return -EINVAL; |
| 5752 | } |
| 5753 | return 0; |
| 5754 | } |
| 5755 | |
| 5756 | /** |
| 5757 | * lpfc_unregister_fcf_rescan - Unregister currently registered fcf and rescan |
| 5758 | * @phba: Pointer to hba context object. |
| 5759 | * |
| 5760 | * This function unregisters the currently reigstered FCF. This function |
| 5761 | * also tries to find another FCF for discovery by rescan the HBA FCF table. |
| 5762 | */ |
| 5763 | void |
| 5764 | lpfc_unregister_fcf_rescan(struct lpfc_hba *phba) |
| 5765 | { |
| 5766 | int rc; |
| 5767 | |
| 5768 | /* Preparation for unregistering fcf */ |
| 5769 | rc = lpfc_unregister_fcf_prep(phba); |
| 5770 | if (rc) { |
| 5771 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY, |
| 5772 | "2748 Failed to prepare for unregistering " |
| 5773 | "HBA's FCF record: rc=%d\n", rc); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5774 | return; |
| 5775 | } |
| 5776 | |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5777 | /* Now, unregister FCF record and reset HBA FCF state */ |
| 5778 | rc = lpfc_sli4_unregister_fcf(phba); |
| 5779 | if (rc) |
| 5780 | return; |
| 5781 | /* Reset HBA FCF states after successful unregister FCF */ |
| 5782 | phba->fcf.fcf_flag = 0; |
James Smart | fc2b989 | 2010-02-26 14:15:29 -0500 | [diff] [blame] | 5783 | phba->fcf.current_rec.flag = 0; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5784 | |
| 5785 | /* |
| 5786 | * If driver is not unloading, check if there is any other |
| 5787 | * FCF record that can be used for discovery. |
| 5788 | */ |
| 5789 | if ((phba->pport->load_flag & FC_UNLOADING) || |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5790 | (phba->link_state < LPFC_LINK_UP)) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5791 | return; |
| 5792 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 5793 | /* This is considered as the initial FCF discovery scan */ |
| 5794 | spin_lock_irq(&phba->hbalock); |
| 5795 | phba->fcf.fcf_flag |= FCF_INIT_DISC; |
| 5796 | spin_unlock_irq(&phba->hbalock); |
James Smart | 38b92ef | 2010-08-04 16:11:39 -0400 | [diff] [blame] | 5797 | |
| 5798 | /* Reset FCF roundrobin bmask for new discovery */ |
James Smart | 7d791df | 2011-07-22 18:37:52 -0400 | [diff] [blame^] | 5799 | lpfc_sli4_clear_fcf_rr_bmask(phba); |
James Smart | 38b92ef | 2010-08-04 16:11:39 -0400 | [diff] [blame] | 5800 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 5801 | 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] | 5802 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 5803 | if (rc) { |
| 5804 | spin_lock_irq(&phba->hbalock); |
| 5805 | phba->fcf.fcf_flag &= ~FCF_INIT_DISC; |
| 5806 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5807 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5808 | "2553 lpfc_unregister_unused_fcf failed " |
| 5809 | "to read FCF record HBA state x%x\n", |
| 5810 | phba->pport->port_state); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 5811 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5812 | } |
| 5813 | |
| 5814 | /** |
| 5815 | * lpfc_unregister_fcf - Unregister the currently registered fcf record |
| 5816 | * @phba: Pointer to hba context object. |
| 5817 | * |
| 5818 | * This function just unregisters the currently reigstered FCF. It does not |
| 5819 | * try to find another FCF for discovery. |
| 5820 | */ |
| 5821 | void |
| 5822 | lpfc_unregister_fcf(struct lpfc_hba *phba) |
| 5823 | { |
| 5824 | int rc; |
| 5825 | |
| 5826 | /* Preparation for unregistering fcf */ |
| 5827 | rc = lpfc_unregister_fcf_prep(phba); |
| 5828 | if (rc) { |
| 5829 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY, |
| 5830 | "2749 Failed to prepare for unregistering " |
| 5831 | "HBA's FCF record: rc=%d\n", rc); |
| 5832 | return; |
| 5833 | } |
| 5834 | |
| 5835 | /* Now, unregister FCF record and reset HBA FCF state */ |
| 5836 | rc = lpfc_sli4_unregister_fcf(phba); |
| 5837 | if (rc) |
| 5838 | return; |
| 5839 | /* Set proper HBA FCF states after successful unregister FCF */ |
| 5840 | spin_lock_irq(&phba->hbalock); |
| 5841 | phba->fcf.fcf_flag &= ~FCF_REGISTERED; |
| 5842 | spin_unlock_irq(&phba->hbalock); |
| 5843 | } |
| 5844 | |
| 5845 | /** |
| 5846 | * lpfc_unregister_unused_fcf - Unregister FCF if all devices are disconnected. |
| 5847 | * @phba: Pointer to hba context object. |
| 5848 | * |
| 5849 | * This function check if there are any connected remote port for the FCF and |
| 5850 | * if all the devices are disconnected, this function unregister FCFI. |
| 5851 | * This function also tries to use another FCF for discovery. |
| 5852 | */ |
| 5853 | void |
| 5854 | lpfc_unregister_unused_fcf(struct lpfc_hba *phba) |
| 5855 | { |
| 5856 | /* |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 5857 | * If HBA is not running in FIP mode, if HBA does not support |
| 5858 | * FCoE, if FCF discovery is ongoing, or if FCF has not been |
| 5859 | * registered, do nothing. |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5860 | */ |
| 5861 | spin_lock_irq(&phba->hbalock); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 5862 | if (!(phba->hba_flag & HBA_FCOE_MODE) || |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5863 | !(phba->fcf.fcf_flag & FCF_REGISTERED) || |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 5864 | !(phba->hba_flag & HBA_FIP_SUPPORT) || |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 5865 | (phba->fcf.fcf_flag & FCF_DISCOVERY) || |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 5866 | (phba->pport->port_state == LPFC_FLOGI)) { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5867 | spin_unlock_irq(&phba->hbalock); |
| 5868 | return; |
| 5869 | } |
| 5870 | spin_unlock_irq(&phba->hbalock); |
| 5871 | |
| 5872 | if (lpfc_fcf_inuse(phba)) |
| 5873 | return; |
| 5874 | |
| 5875 | lpfc_unregister_fcf_rescan(phba); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5876 | } |
| 5877 | |
| 5878 | /** |
| 5879 | * lpfc_read_fcf_conn_tbl - Create driver FCF connection table. |
| 5880 | * @phba: Pointer to hba context object. |
| 5881 | * @buff: Buffer containing the FCF connection table as in the config |
| 5882 | * region. |
| 5883 | * This function create driver data structure for the FCF connection |
| 5884 | * record table read from config region 23. |
| 5885 | */ |
| 5886 | static void |
| 5887 | lpfc_read_fcf_conn_tbl(struct lpfc_hba *phba, |
| 5888 | uint8_t *buff) |
| 5889 | { |
| 5890 | struct lpfc_fcf_conn_entry *conn_entry, *next_conn_entry; |
| 5891 | struct lpfc_fcf_conn_hdr *conn_hdr; |
| 5892 | struct lpfc_fcf_conn_rec *conn_rec; |
| 5893 | uint32_t record_count; |
| 5894 | int i; |
| 5895 | |
| 5896 | /* Free the current connect table */ |
| 5897 | list_for_each_entry_safe(conn_entry, next_conn_entry, |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 5898 | &phba->fcf_conn_rec_list, list) { |
| 5899 | list_del_init(&conn_entry->list); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5900 | kfree(conn_entry); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 5901 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5902 | |
| 5903 | conn_hdr = (struct lpfc_fcf_conn_hdr *) buff; |
| 5904 | record_count = conn_hdr->length * sizeof(uint32_t)/ |
| 5905 | sizeof(struct lpfc_fcf_conn_rec); |
| 5906 | |
| 5907 | conn_rec = (struct lpfc_fcf_conn_rec *) |
| 5908 | (buff + sizeof(struct lpfc_fcf_conn_hdr)); |
| 5909 | |
| 5910 | for (i = 0; i < record_count; i++) { |
| 5911 | if (!(conn_rec[i].flags & FCFCNCT_VALID)) |
| 5912 | continue; |
| 5913 | conn_entry = kzalloc(sizeof(struct lpfc_fcf_conn_entry), |
| 5914 | GFP_KERNEL); |
| 5915 | if (!conn_entry) { |
| 5916 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 5917 | "2566 Failed to allocate connection" |
| 5918 | " table entry\n"); |
| 5919 | return; |
| 5920 | } |
| 5921 | |
| 5922 | memcpy(&conn_entry->conn_rec, &conn_rec[i], |
| 5923 | sizeof(struct lpfc_fcf_conn_rec)); |
| 5924 | conn_entry->conn_rec.vlan_tag = |
| 5925 | le16_to_cpu(conn_entry->conn_rec.vlan_tag) & 0xFFF; |
| 5926 | conn_entry->conn_rec.flags = |
| 5927 | le16_to_cpu(conn_entry->conn_rec.flags); |
| 5928 | list_add_tail(&conn_entry->list, |
| 5929 | &phba->fcf_conn_rec_list); |
| 5930 | } |
| 5931 | } |
| 5932 | |
| 5933 | /** |
| 5934 | * lpfc_read_fcoe_param - Read FCoe parameters from conf region.. |
| 5935 | * @phba: Pointer to hba context object. |
| 5936 | * @buff: Buffer containing the FCoE parameter data structure. |
| 5937 | * |
| 5938 | * This function update driver data structure with config |
| 5939 | * parameters read from config region 23. |
| 5940 | */ |
| 5941 | static void |
| 5942 | lpfc_read_fcoe_param(struct lpfc_hba *phba, |
| 5943 | uint8_t *buff) |
| 5944 | { |
| 5945 | struct lpfc_fip_param_hdr *fcoe_param_hdr; |
| 5946 | struct lpfc_fcoe_params *fcoe_param; |
| 5947 | |
| 5948 | fcoe_param_hdr = (struct lpfc_fip_param_hdr *) |
| 5949 | buff; |
| 5950 | fcoe_param = (struct lpfc_fcoe_params *) |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 5951 | (buff + sizeof(struct lpfc_fip_param_hdr)); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5952 | |
| 5953 | if ((fcoe_param_hdr->parm_version != FIPP_VERSION) || |
| 5954 | (fcoe_param_hdr->length != FCOE_PARAM_LENGTH)) |
| 5955 | return; |
| 5956 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5957 | if (fcoe_param_hdr->parm_flags & FIPP_VLAN_VALID) { |
| 5958 | phba->valid_vlan = 1; |
| 5959 | phba->vlan_id = le16_to_cpu(fcoe_param->vlan_tag) & |
| 5960 | 0xFFF; |
| 5961 | } |
| 5962 | |
| 5963 | phba->fc_map[0] = fcoe_param->fc_map[0]; |
| 5964 | phba->fc_map[1] = fcoe_param->fc_map[1]; |
| 5965 | phba->fc_map[2] = fcoe_param->fc_map[2]; |
| 5966 | return; |
| 5967 | } |
| 5968 | |
| 5969 | /** |
| 5970 | * lpfc_get_rec_conf23 - Get a record type in config region data. |
| 5971 | * @buff: Buffer containing config region 23 data. |
| 5972 | * @size: Size of the data buffer. |
| 5973 | * @rec_type: Record type to be searched. |
| 5974 | * |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame] | 5975 | * This function searches config region data to find the beginning |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5976 | * of the record specified by record_type. If record found, this |
| 5977 | * function return pointer to the record else return NULL. |
| 5978 | */ |
| 5979 | static uint8_t * |
| 5980 | lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type) |
| 5981 | { |
| 5982 | uint32_t offset = 0, rec_length; |
| 5983 | |
| 5984 | if ((buff[0] == LPFC_REGION23_LAST_REC) || |
| 5985 | (size < sizeof(uint32_t))) |
| 5986 | return NULL; |
| 5987 | |
| 5988 | rec_length = buff[offset + 1]; |
| 5989 | |
| 5990 | /* |
| 5991 | * One TLV record has one word header and number of data words |
| 5992 | * specified in the rec_length field of the record header. |
| 5993 | */ |
| 5994 | while ((offset + rec_length * sizeof(uint32_t) + sizeof(uint32_t)) |
| 5995 | <= size) { |
| 5996 | if (buff[offset] == rec_type) |
| 5997 | return &buff[offset]; |
| 5998 | |
| 5999 | if (buff[offset] == LPFC_REGION23_LAST_REC) |
| 6000 | return NULL; |
| 6001 | |
| 6002 | offset += rec_length * sizeof(uint32_t) + sizeof(uint32_t); |
| 6003 | rec_length = buff[offset + 1]; |
| 6004 | } |
| 6005 | return NULL; |
| 6006 | } |
| 6007 | |
| 6008 | /** |
| 6009 | * lpfc_parse_fcoe_conf - Parse FCoE config data read from config region 23. |
| 6010 | * @phba: Pointer to lpfc_hba data structure. |
| 6011 | * @buff: Buffer containing config region 23 data. |
| 6012 | * @size: Size of the data buffer. |
| 6013 | * |
Stefan Weil | eef35c2 | 2010-08-06 21:11:15 +0200 | [diff] [blame] | 6014 | * This function parses the FCoE config parameters in config region 23 and |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 6015 | * populate driver data structure with the parameters. |
| 6016 | */ |
| 6017 | void |
| 6018 | lpfc_parse_fcoe_conf(struct lpfc_hba *phba, |
| 6019 | uint8_t *buff, |
| 6020 | uint32_t size) |
| 6021 | { |
| 6022 | uint32_t offset = 0, rec_length; |
| 6023 | uint8_t *rec_ptr; |
| 6024 | |
| 6025 | /* |
| 6026 | * If data size is less than 2 words signature and version cannot be |
| 6027 | * verified. |
| 6028 | */ |
| 6029 | if (size < 2*sizeof(uint32_t)) |
| 6030 | return; |
| 6031 | |
| 6032 | /* Check the region signature first */ |
| 6033 | if (memcmp(buff, LPFC_REGION23_SIGNATURE, 4)) { |
| 6034 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 6035 | "2567 Config region 23 has bad signature\n"); |
| 6036 | return; |
| 6037 | } |
| 6038 | |
| 6039 | offset += 4; |
| 6040 | |
| 6041 | /* Check the data structure version */ |
| 6042 | if (buff[offset] != LPFC_REGION23_VERSION) { |
| 6043 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 6044 | "2568 Config region 23 has bad version\n"); |
| 6045 | return; |
| 6046 | } |
| 6047 | offset += 4; |
| 6048 | |
| 6049 | rec_length = buff[offset + 1]; |
| 6050 | |
| 6051 | /* Read FCoE param record */ |
| 6052 | rec_ptr = lpfc_get_rec_conf23(&buff[offset], |
| 6053 | size - offset, FCOE_PARAM_TYPE); |
| 6054 | if (rec_ptr) |
| 6055 | lpfc_read_fcoe_param(phba, rec_ptr); |
| 6056 | |
| 6057 | /* Read FCF connection table */ |
| 6058 | rec_ptr = lpfc_get_rec_conf23(&buff[offset], |
| 6059 | size - offset, FCOE_CONN_TBL_TYPE); |
| 6060 | if (rec_ptr) |
| 6061 | lpfc_read_fcf_conn_tbl(phba, rec_ptr); |
| 6062 | |
| 6063 | } |