| 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 | d8e93df | 2009-05-22 14:53:05 -0400 | [diff] [blame] | 4 | * Copyright (C) 2004-2009 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 | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 884 | lpfc_unreg_did(phba, 0xffff, 0xffffffff, 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 | |
| 1112 | static void |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1113 | lpfc_mbx_cmpl_reg_fcfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 1114 | { |
| 1115 | struct lpfc_vport *vport = mboxq->vport; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1116 | |
| 1117 | if (mboxq->u.mb.mbxStatus) { |
| 1118 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 1119 | "2017 REG_FCFI mbxStatus error x%x " |
| 1120 | "HBA state x%x\n", |
| 1121 | mboxq->u.mb.mbxStatus, vport->port_state); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1122 | goto fail_out; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1123 | } |
| 1124 | |
| 1125 | /* Start FCoE discovery by sending a FLOGI. */ |
| 1126 | phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi, &mboxq->u.mqe.un.reg_fcfi); |
| 1127 | /* Set the FCFI registered flag */ |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1128 | spin_lock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1129 | phba->fcf.fcf_flag |= FCF_REGISTERED; |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1130 | spin_unlock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1131 | |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1132 | /* If there is a pending FCoE event, restart FCF table scan. */ |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1133 | if (lpfc_check_pending_fcoe_event(phba, LPFC_UNREG_FCF)) |
| 1134 | goto fail_out; |
| 1135 | |
| 1136 | /* Mark successful completion of FCF table scan */ |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1137 | spin_lock_irq(&phba->hbalock); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1138 | phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1139 | phba->hba_flag &= ~FCF_TS_INPROG; |
| 1140 | if (vport->port_state != LPFC_FLOGI) { |
| 1141 | phba->hba_flag |= FCF_RR_INPROG; |
| 1142 | spin_unlock_irq(&phba->hbalock); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 1143 | lpfc_issue_init_vfi(vport); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1144 | goto out; |
| 1145 | } |
| 1146 | spin_unlock_irq(&phba->hbalock); |
| 1147 | goto out; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1148 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1149 | fail_out: |
| 1150 | spin_lock_irq(&phba->hbalock); |
| 1151 | phba->hba_flag &= ~FCF_RR_INPROG; |
| 1152 | spin_unlock_irq(&phba->hbalock); |
| 1153 | out: |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1154 | mempool_free(mboxq, phba->mbox_mem_pool); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1155 | } |
| 1156 | |
| 1157 | /** |
| 1158 | * lpfc_fab_name_match - Check if the fcf fabric name match. |
| 1159 | * @fab_name: pointer to fabric name. |
| 1160 | * @new_fcf_record: pointer to fcf record. |
| 1161 | * |
| 1162 | * This routine compare the fcf record's fabric name with provided |
| 1163 | * fabric name. If the fabric name are identical this function |
| 1164 | * returns 1 else return 0. |
| 1165 | **/ |
| 1166 | static uint32_t |
| 1167 | lpfc_fab_name_match(uint8_t *fab_name, struct fcf_record *new_fcf_record) |
| 1168 | { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1169 | 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] | 1170 | return 0; |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1171 | if (fab_name[1] != bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record)) |
| 1172 | return 0; |
| 1173 | if (fab_name[2] != bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record)) |
| 1174 | return 0; |
| 1175 | if (fab_name[3] != bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record)) |
| 1176 | return 0; |
| 1177 | if (fab_name[4] != bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record)) |
| 1178 | return 0; |
| 1179 | if (fab_name[5] != bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record)) |
| 1180 | return 0; |
| 1181 | if (fab_name[6] != bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record)) |
| 1182 | return 0; |
| 1183 | if (fab_name[7] != bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record)) |
| 1184 | return 0; |
| 1185 | return 1; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1186 | } |
| 1187 | |
| 1188 | /** |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1189 | * lpfc_sw_name_match - Check if the fcf switch name match. |
| 1190 | * @fab_name: pointer to fabric name. |
| 1191 | * @new_fcf_record: pointer to fcf record. |
| 1192 | * |
| 1193 | * This routine compare the fcf record's switch name with provided |
| 1194 | * switch name. If the switch name are identical this function |
| 1195 | * returns 1 else return 0. |
| 1196 | **/ |
| 1197 | static uint32_t |
| 1198 | lpfc_sw_name_match(uint8_t *sw_name, struct fcf_record *new_fcf_record) |
| 1199 | { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1200 | 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] | 1201 | return 0; |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1202 | if (sw_name[1] != bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record)) |
| 1203 | return 0; |
| 1204 | if (sw_name[2] != bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record)) |
| 1205 | return 0; |
| 1206 | if (sw_name[3] != bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record)) |
| 1207 | return 0; |
| 1208 | if (sw_name[4] != bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record)) |
| 1209 | return 0; |
| 1210 | if (sw_name[5] != bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record)) |
| 1211 | return 0; |
| 1212 | if (sw_name[6] != bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record)) |
| 1213 | return 0; |
| 1214 | if (sw_name[7] != bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record)) |
| 1215 | return 0; |
| 1216 | return 1; |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1217 | } |
| 1218 | |
| 1219 | /** |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1220 | * lpfc_mac_addr_match - Check if the fcf mac address match. |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1221 | * @mac_addr: pointer to mac address. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1222 | * @new_fcf_record: pointer to fcf record. |
| 1223 | * |
| 1224 | * This routine compare the fcf record's mac address with HBA's |
| 1225 | * FCF mac address. If the mac addresses are identical this function |
| 1226 | * returns 1 else return 0. |
| 1227 | **/ |
| 1228 | static uint32_t |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1229 | 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] | 1230 | { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1231 | 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] | 1232 | return 0; |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1233 | if (mac_addr[1] != bf_get(lpfc_fcf_record_mac_1, new_fcf_record)) |
| 1234 | return 0; |
| 1235 | if (mac_addr[2] != bf_get(lpfc_fcf_record_mac_2, new_fcf_record)) |
| 1236 | return 0; |
| 1237 | if (mac_addr[3] != bf_get(lpfc_fcf_record_mac_3, new_fcf_record)) |
| 1238 | return 0; |
| 1239 | if (mac_addr[4] != bf_get(lpfc_fcf_record_mac_4, new_fcf_record)) |
| 1240 | return 0; |
| 1241 | if (mac_addr[5] != bf_get(lpfc_fcf_record_mac_5, new_fcf_record)) |
| 1242 | return 0; |
| 1243 | return 1; |
| 1244 | } |
| 1245 | |
| 1246 | static bool |
| 1247 | lpfc_vlan_id_match(uint16_t curr_vlan_id, uint16_t new_vlan_id) |
| 1248 | { |
| 1249 | return (curr_vlan_id == new_vlan_id); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1250 | } |
| 1251 | |
| 1252 | /** |
| 1253 | * lpfc_copy_fcf_record - Copy fcf information to lpfc_hba. |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1254 | * @fcf: pointer to driver fcf record. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1255 | * @new_fcf_record: pointer to fcf record. |
| 1256 | * |
| 1257 | * This routine copies the FCF information from the FCF |
| 1258 | * record to lpfc_hba data structure. |
| 1259 | **/ |
| 1260 | static void |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1261 | lpfc_copy_fcf_record(struct lpfc_fcf_rec *fcf_rec, |
| 1262 | struct fcf_record *new_fcf_record) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1263 | { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1264 | /* Fabric name */ |
| 1265 | fcf_rec->fabric_name[0] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1266 | bf_get(lpfc_fcf_record_fab_name_0, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1267 | fcf_rec->fabric_name[1] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1268 | bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1269 | fcf_rec->fabric_name[2] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1270 | bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1271 | fcf_rec->fabric_name[3] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1272 | bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1273 | fcf_rec->fabric_name[4] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1274 | bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1275 | fcf_rec->fabric_name[5] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1276 | bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1277 | fcf_rec->fabric_name[6] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1278 | bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1279 | fcf_rec->fabric_name[7] = |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1280 | bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1281 | /* Mac address */ |
| 1282 | fcf_rec->mac_addr[0] = bf_get(lpfc_fcf_record_mac_0, new_fcf_record); |
| 1283 | fcf_rec->mac_addr[1] = bf_get(lpfc_fcf_record_mac_1, new_fcf_record); |
| 1284 | fcf_rec->mac_addr[2] = bf_get(lpfc_fcf_record_mac_2, new_fcf_record); |
| 1285 | fcf_rec->mac_addr[3] = bf_get(lpfc_fcf_record_mac_3, new_fcf_record); |
| 1286 | fcf_rec->mac_addr[4] = bf_get(lpfc_fcf_record_mac_4, new_fcf_record); |
| 1287 | fcf_rec->mac_addr[5] = bf_get(lpfc_fcf_record_mac_5, new_fcf_record); |
| 1288 | /* FCF record index */ |
| 1289 | fcf_rec->fcf_indx = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record); |
| 1290 | /* FCF record priority */ |
| 1291 | fcf_rec->priority = new_fcf_record->fip_priority; |
| 1292 | /* Switch name */ |
| 1293 | fcf_rec->switch_name[0] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1294 | bf_get(lpfc_fcf_record_switch_name_0, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1295 | fcf_rec->switch_name[1] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1296 | bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1297 | fcf_rec->switch_name[2] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1298 | bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1299 | fcf_rec->switch_name[3] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1300 | bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1301 | fcf_rec->switch_name[4] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1302 | bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1303 | fcf_rec->switch_name[5] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1304 | bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1305 | fcf_rec->switch_name[6] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1306 | bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1307 | fcf_rec->switch_name[7] = |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1308 | bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1309 | } |
| 1310 | |
| 1311 | /** |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1312 | * lpfc_update_fcf_record - Update driver fcf record |
| 1313 | * @phba: pointer to lpfc hba data structure. |
| 1314 | * @fcf_rec: pointer to driver fcf record. |
| 1315 | * @new_fcf_record: pointer to hba fcf record. |
| 1316 | * @addr_mode: address mode to be set to the driver fcf record. |
| 1317 | * @vlan_id: vlan tag to be set to the driver fcf record. |
| 1318 | * @flag: flag bits to be set to the driver fcf record. |
| 1319 | * |
| 1320 | * This routine updates the driver FCF record from the new HBA FCF record |
| 1321 | * together with the address mode, vlan_id, and other informations. This |
| 1322 | * routine is called with the host lock held. |
| 1323 | **/ |
| 1324 | static void |
| 1325 | __lpfc_update_fcf_record(struct lpfc_hba *phba, struct lpfc_fcf_rec *fcf_rec, |
| 1326 | struct fcf_record *new_fcf_record, uint32_t addr_mode, |
| 1327 | uint16_t vlan_id, uint32_t flag) |
| 1328 | { |
| 1329 | /* Copy the fields from the HBA's FCF record */ |
| 1330 | lpfc_copy_fcf_record(fcf_rec, new_fcf_record); |
| 1331 | /* Update other fields of driver FCF record */ |
| 1332 | fcf_rec->addr_mode = addr_mode; |
| 1333 | fcf_rec->vlan_id = vlan_id; |
| 1334 | fcf_rec->flag |= (flag | RECORD_VALID); |
| 1335 | } |
| 1336 | |
| 1337 | /** |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1338 | * lpfc_register_fcf - Register the FCF with hba. |
| 1339 | * @phba: pointer to lpfc hba data structure. |
| 1340 | * |
| 1341 | * This routine issues a register fcfi mailbox command to register |
| 1342 | * the fcf with HBA. |
| 1343 | **/ |
| 1344 | static void |
| 1345 | lpfc_register_fcf(struct lpfc_hba *phba) |
| 1346 | { |
| 1347 | LPFC_MBOXQ_t *fcf_mbxq; |
| 1348 | int rc; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1349 | |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1350 | spin_lock_irq(&phba->hbalock); |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame^] | 1351 | /* If the FCF is not available do nothing. */ |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1352 | if (!(phba->fcf.fcf_flag & FCF_AVAILABLE)) { |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1353 | phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG); |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1354 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1355 | return; |
| 1356 | } |
| 1357 | |
| 1358 | /* The FCF is already registered, start discovery */ |
| 1359 | if (phba->fcf.fcf_flag & FCF_REGISTERED) { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1360 | phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1361 | phba->hba_flag &= ~FCF_TS_INPROG; |
| 1362 | if (phba->pport->port_state != LPFC_FLOGI) { |
| 1363 | phba->hba_flag |= FCF_RR_INPROG; |
| 1364 | spin_unlock_irq(&phba->hbalock); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 1365 | lpfc_issue_init_vfi(phba->pport); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1366 | return; |
| 1367 | } |
| 1368 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1369 | return; |
| 1370 | } |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1371 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1372 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1373 | fcf_mbxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1374 | if (!fcf_mbxq) { |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1375 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1376 | phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG); |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1377 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1378 | return; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1379 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1380 | |
| 1381 | lpfc_reg_fcfi(phba, fcf_mbxq); |
| 1382 | fcf_mbxq->vport = phba->pport; |
| 1383 | fcf_mbxq->mbox_cmpl = lpfc_mbx_cmpl_reg_fcfi; |
| 1384 | rc = lpfc_sli_issue_mbox(phba, fcf_mbxq, MBX_NOWAIT); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1385 | if (rc == MBX_NOT_FINISHED) { |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1386 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1387 | phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG); |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1388 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1389 | mempool_free(fcf_mbxq, phba->mbox_mem_pool); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1390 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1391 | |
| 1392 | return; |
| 1393 | } |
| 1394 | |
| 1395 | /** |
| 1396 | * lpfc_match_fcf_conn_list - Check if the FCF record can be used for discovery. |
| 1397 | * @phba: pointer to lpfc hba data structure. |
| 1398 | * @new_fcf_record: pointer to fcf record. |
| 1399 | * @boot_flag: Indicates if this record used by boot bios. |
| 1400 | * @addr_mode: The address mode to be used by this FCF |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1401 | * @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] | 1402 | * |
| 1403 | * This routine compare the fcf record with connect list obtained from the |
| 1404 | * config region to decide if this FCF can be used for SAN discovery. It returns |
| 1405 | * 1 if this record can be used for SAN discovery else return zero. If this FCF |
| 1406 | * record can be used for SAN discovery, the boot_flag will indicate if this FCF |
| 1407 | * is used by boot bios and addr_mode will indicate the addressing mode to be |
| 1408 | * used for this FCF when the function returns. |
| 1409 | * If the FCF record need to be used with a particular vlan id, the vlan is |
| 1410 | * 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] | 1411 | * 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] | 1412 | **/ |
| 1413 | static int |
| 1414 | lpfc_match_fcf_conn_list(struct lpfc_hba *phba, |
| 1415 | struct fcf_record *new_fcf_record, |
| 1416 | uint32_t *boot_flag, uint32_t *addr_mode, |
| 1417 | uint16_t *vlan_id) |
| 1418 | { |
| 1419 | struct lpfc_fcf_conn_entry *conn_entry; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1420 | int i, j, fcf_vlan_id = 0; |
| 1421 | |
| 1422 | /* Find the lowest VLAN id in the FCF record */ |
| 1423 | for (i = 0; i < 512; i++) { |
| 1424 | if (new_fcf_record->vlan_bitmap[i]) { |
| 1425 | fcf_vlan_id = i * 8; |
| 1426 | j = 0; |
| 1427 | while (!((new_fcf_record->vlan_bitmap[i] >> j) & 1)) { |
| 1428 | j++; |
| 1429 | fcf_vlan_id++; |
| 1430 | } |
| 1431 | break; |
| 1432 | } |
| 1433 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1434 | |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1435 | /* If FCF not available return 0 */ |
| 1436 | if (!bf_get(lpfc_fcf_record_fcf_avail, new_fcf_record) || |
| 1437 | !bf_get(lpfc_fcf_record_fcf_valid, new_fcf_record)) |
| 1438 | return 0; |
| 1439 | |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 1440 | if (!(phba->hba_flag & HBA_FIP_SUPPORT)) { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1441 | *boot_flag = 0; |
| 1442 | *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov, |
| 1443 | new_fcf_record); |
| 1444 | if (phba->valid_vlan) |
| 1445 | *vlan_id = phba->vlan_id; |
| 1446 | else |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1447 | *vlan_id = LPFC_FCOE_NULL_VID; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1448 | return 1; |
| 1449 | } |
| 1450 | |
| 1451 | /* |
| 1452 | * If there are no FCF connection table entry, driver connect to all |
| 1453 | * FCFs. |
| 1454 | */ |
| 1455 | if (list_empty(&phba->fcf_conn_rec_list)) { |
| 1456 | *boot_flag = 0; |
| 1457 | *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov, |
| 1458 | new_fcf_record); |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1459 | |
| 1460 | /* |
| 1461 | * When there are no FCF connect entries, use driver's default |
| 1462 | * addressing mode - FPMA. |
| 1463 | */ |
| 1464 | if (*addr_mode & LPFC_FCF_FPMA) |
| 1465 | *addr_mode = LPFC_FCF_FPMA; |
| 1466 | |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1467 | /* If FCF record report a vlan id use that vlan id */ |
| 1468 | if (fcf_vlan_id) |
| 1469 | *vlan_id = fcf_vlan_id; |
| 1470 | else |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1471 | *vlan_id = LPFC_FCOE_NULL_VID; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1472 | return 1; |
| 1473 | } |
| 1474 | |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1475 | list_for_each_entry(conn_entry, |
| 1476 | &phba->fcf_conn_rec_list, list) { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1477 | if (!(conn_entry->conn_rec.flags & FCFCNCT_VALID)) |
| 1478 | continue; |
| 1479 | |
| 1480 | if ((conn_entry->conn_rec.flags & FCFCNCT_FBNM_VALID) && |
| 1481 | !lpfc_fab_name_match(conn_entry->conn_rec.fabric_name, |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1482 | new_fcf_record)) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1483 | continue; |
James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1484 | if ((conn_entry->conn_rec.flags & FCFCNCT_SWNM_VALID) && |
| 1485 | !lpfc_sw_name_match(conn_entry->conn_rec.switch_name, |
| 1486 | new_fcf_record)) |
| 1487 | continue; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1488 | if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID) { |
| 1489 | /* |
| 1490 | * If the vlan bit map does not have the bit set for the |
| 1491 | * vlan id to be used, then it is not a match. |
| 1492 | */ |
| 1493 | if (!(new_fcf_record->vlan_bitmap |
| 1494 | [conn_entry->conn_rec.vlan_tag / 8] & |
| 1495 | (1 << (conn_entry->conn_rec.vlan_tag % 8)))) |
| 1496 | continue; |
| 1497 | } |
| 1498 | |
| 1499 | /* |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1500 | * If connection record does not support any addressing mode, |
| 1501 | * skip the FCF record. |
| 1502 | */ |
| 1503 | if (!(bf_get(lpfc_fcf_record_mac_addr_prov, new_fcf_record) |
| 1504 | & (LPFC_FCF_FPMA | LPFC_FCF_SPMA))) |
| 1505 | continue; |
| 1506 | |
| 1507 | /* |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1508 | * Check if the connection record specifies a required |
| 1509 | * addressing mode. |
| 1510 | */ |
| 1511 | if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) && |
| 1512 | !(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED)) { |
| 1513 | |
| 1514 | /* |
| 1515 | * If SPMA required but FCF not support this continue. |
| 1516 | */ |
| 1517 | if ((conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) && |
| 1518 | !(bf_get(lpfc_fcf_record_mac_addr_prov, |
| 1519 | new_fcf_record) & LPFC_FCF_SPMA)) |
| 1520 | continue; |
| 1521 | |
| 1522 | /* |
| 1523 | * If FPMA required but FCF not support this continue. |
| 1524 | */ |
| 1525 | if (!(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) && |
| 1526 | !(bf_get(lpfc_fcf_record_mac_addr_prov, |
| 1527 | new_fcf_record) & LPFC_FCF_FPMA)) |
| 1528 | continue; |
| 1529 | } |
| 1530 | |
| 1531 | /* |
| 1532 | * This fcf record matches filtering criteria. |
| 1533 | */ |
| 1534 | if (conn_entry->conn_rec.flags & FCFCNCT_BOOT) |
| 1535 | *boot_flag = 1; |
| 1536 | else |
| 1537 | *boot_flag = 0; |
| 1538 | |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1539 | /* |
| 1540 | * If user did not specify any addressing mode, or if the |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame^] | 1541 | * preferred addressing mode specified by user is not supported |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1542 | * by FCF, allow fabric to pick the addressing mode. |
| 1543 | */ |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1544 | *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov, |
| 1545 | new_fcf_record); |
| 1546 | /* |
| 1547 | * If the user specified a required address mode, assign that |
| 1548 | * address mode |
| 1549 | */ |
| 1550 | if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) && |
| 1551 | (!(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED))) |
| 1552 | *addr_mode = (conn_entry->conn_rec.flags & |
| 1553 | FCFCNCT_AM_SPMA) ? |
| 1554 | LPFC_FCF_SPMA : LPFC_FCF_FPMA; |
| 1555 | /* |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame^] | 1556 | * If the user specified a preferred address mode, use the |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1557 | * addr mode only if FCF support the addr_mode. |
| 1558 | */ |
| 1559 | else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) && |
| 1560 | (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) && |
| 1561 | (conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) && |
| 1562 | (*addr_mode & LPFC_FCF_SPMA)) |
| 1563 | *addr_mode = LPFC_FCF_SPMA; |
| 1564 | else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) && |
| 1565 | (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) && |
| 1566 | !(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) && |
| 1567 | (*addr_mode & LPFC_FCF_FPMA)) |
| 1568 | *addr_mode = LPFC_FCF_FPMA; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1569 | |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1570 | /* If matching connect list has a vlan id, use it */ |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1571 | if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID) |
| 1572 | *vlan_id = conn_entry->conn_rec.vlan_tag; |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1573 | /* |
| 1574 | * If no vlan id is specified in connect list, use the vlan id |
| 1575 | * in the FCF record |
| 1576 | */ |
| 1577 | else if (fcf_vlan_id) |
| 1578 | *vlan_id = fcf_vlan_id; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1579 | else |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1580 | *vlan_id = LPFC_FCOE_NULL_VID; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1581 | |
| 1582 | return 1; |
| 1583 | } |
| 1584 | |
| 1585 | return 0; |
| 1586 | } |
| 1587 | |
| 1588 | /** |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1589 | * lpfc_check_pending_fcoe_event - Check if there is pending fcoe event. |
| 1590 | * @phba: pointer to lpfc hba data structure. |
| 1591 | * @unreg_fcf: Unregister FCF if FCF table need to be re-scaned. |
| 1592 | * |
| 1593 | * This function check if there is any fcoe event pending while driver |
| 1594 | * scan FCF entries. If there is any pending event, it will restart the |
| 1595 | * FCF saning and return 1 else return 0. |
| 1596 | */ |
| 1597 | int |
| 1598 | lpfc_check_pending_fcoe_event(struct lpfc_hba *phba, uint8_t unreg_fcf) |
| 1599 | { |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1600 | /* |
| 1601 | * If the Link is up and no FCoE events while in the |
| 1602 | * FCF discovery, no need to restart FCF discovery. |
| 1603 | */ |
| 1604 | if ((phba->link_state >= LPFC_LINK_UP) && |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1605 | (phba->fcoe_eventtag == phba->fcoe_eventtag_at_fcf_scan)) |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1606 | return 0; |
| 1607 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1608 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 1609 | "2768 Pending link or FCF event during current " |
| 1610 | "handling of the previous event: link_state:x%x, " |
| 1611 | "evt_tag_at_scan:x%x, evt_tag_current:x%x\n", |
| 1612 | phba->link_state, phba->fcoe_eventtag_at_fcf_scan, |
| 1613 | phba->fcoe_eventtag); |
| 1614 | |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1615 | spin_lock_irq(&phba->hbalock); |
| 1616 | phba->fcf.fcf_flag &= ~FCF_AVAILABLE; |
| 1617 | spin_unlock_irq(&phba->hbalock); |
| 1618 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1619 | if (phba->link_state >= LPFC_LINK_UP) { |
| 1620 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY, |
| 1621 | "2780 Restart FCF table scan due to " |
| 1622 | "pending FCF event:evt_tag_at_scan:x%x, " |
| 1623 | "evt_tag_current:x%x\n", |
| 1624 | phba->fcoe_eventtag_at_fcf_scan, |
| 1625 | phba->fcoe_eventtag); |
| 1626 | lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST); |
| 1627 | } else { |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1628 | /* |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1629 | * Do not continue FCF discovery and clear FCF_TS_INPROG |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1630 | * flag |
| 1631 | */ |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1632 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY, |
| 1633 | "2833 Stop FCF discovery process due to link " |
| 1634 | "state change (x%x)\n", phba->link_state); |
James Smart | 1c6f4ef5 | 2009-11-18 15:40:49 -0500 | [diff] [blame] | 1635 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1636 | phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1637 | phba->fcf.fcf_flag &= ~(FCF_REDISC_FOV | FCF_DISCOVERY); |
James Smart | 1c6f4ef5 | 2009-11-18 15:40:49 -0500 | [diff] [blame] | 1638 | spin_unlock_irq(&phba->hbalock); |
| 1639 | } |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1640 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1641 | /* Unregister the currently registered FCF if required */ |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1642 | if (unreg_fcf) { |
| 1643 | spin_lock_irq(&phba->hbalock); |
| 1644 | phba->fcf.fcf_flag &= ~FCF_REGISTERED; |
| 1645 | spin_unlock_irq(&phba->hbalock); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1646 | lpfc_sli4_unregister_fcf(phba); |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1647 | } |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1648 | return 1; |
| 1649 | } |
| 1650 | |
| 1651 | /** |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 1652 | * lpfc_sli4_new_fcf_random_select - Randomly select an eligible new fcf record |
| 1653 | * @phba: pointer to lpfc hba data structure. |
| 1654 | * @fcf_cnt: number of eligible fcf record seen so far. |
| 1655 | * |
| 1656 | * This function makes an running random selection decision on FCF record to |
| 1657 | * use through a sequence of @fcf_cnt eligible FCF records with equal |
| 1658 | * probability. To perform integer manunipulation of random numbers with |
| 1659 | * size unit32_t, the lower 16 bits of the 32-bit random number returned |
| 1660 | * from random32() are taken as the random random number generated. |
| 1661 | * |
| 1662 | * Returns true when outcome is for the newly read FCF record should be |
| 1663 | * chosen; otherwise, return false when outcome is for keeping the previously |
| 1664 | * chosen FCF record. |
| 1665 | **/ |
| 1666 | static bool |
| 1667 | lpfc_sli4_new_fcf_random_select(struct lpfc_hba *phba, uint32_t fcf_cnt) |
| 1668 | { |
| 1669 | uint32_t rand_num; |
| 1670 | |
| 1671 | /* Get 16-bit uniform random number */ |
| 1672 | rand_num = (0xFFFF & random32()); |
| 1673 | |
| 1674 | /* Decision with probability 1/fcf_cnt */ |
| 1675 | if ((fcf_cnt * rand_num) < 0xFFFF) |
| 1676 | return true; |
| 1677 | else |
| 1678 | return false; |
| 1679 | } |
| 1680 | |
| 1681 | /** |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 1682 | * lpfc_sli4_fcf_rec_mbox_parse - Parse read_fcf mbox command. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1683 | * @phba: pointer to lpfc hba data structure. |
| 1684 | * @mboxq: pointer to mailbox object. |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1685 | * @next_fcf_index: pointer to holder of next fcf index. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1686 | * |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1687 | * This routine parses the non-embedded fcf mailbox command by performing the |
| 1688 | * necessarily error checking, non-embedded read FCF record mailbox command |
| 1689 | * SGE parsing, and endianness swapping. |
| 1690 | * |
| 1691 | * Returns the pointer to the new FCF record in the non-embedded mailbox |
| 1692 | * command DMA memory if successfully, other NULL. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1693 | */ |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1694 | static struct fcf_record * |
| 1695 | lpfc_sli4_fcf_rec_mbox_parse(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq, |
| 1696 | uint16_t *next_fcf_index) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1697 | { |
| 1698 | void *virt_addr; |
| 1699 | dma_addr_t phys_addr; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1700 | struct lpfc_mbx_sge sge; |
| 1701 | struct lpfc_mbx_read_fcf_tbl *read_fcf; |
| 1702 | uint32_t shdr_status, shdr_add_status; |
| 1703 | union lpfc_sli4_cfg_shdr *shdr; |
| 1704 | struct fcf_record *new_fcf_record; |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1705 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1706 | /* Get the first SGE entry from the non-embedded DMA memory. This |
| 1707 | * routine only uses a single SGE. |
| 1708 | */ |
| 1709 | lpfc_sli4_mbx_sge_get(mboxq, 0, &sge); |
| 1710 | phys_addr = getPaddr(sge.pa_hi, sge.pa_lo); |
| 1711 | if (unlikely(!mboxq->sge_array)) { |
| 1712 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX, |
| 1713 | "2524 Failed to get the non-embedded SGE " |
| 1714 | "virtual address\n"); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1715 | return NULL; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1716 | } |
| 1717 | virt_addr = mboxq->sge_array->addr[0]; |
| 1718 | |
| 1719 | shdr = (union lpfc_sli4_cfg_shdr *)virt_addr; |
| 1720 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1721 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1722 | if (shdr_status || shdr_add_status) { |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1723 | if (shdr_status == STATUS_FCF_TABLE_EMPTY) |
| 1724 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, |
James Smart | def9c7a | 2009-12-21 17:02:28 -0500 | [diff] [blame] | 1725 | "2726 READ_FCF_RECORD Indicates empty " |
| 1726 | "FCF table.\n"); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1727 | else |
| 1728 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, |
James Smart | def9c7a | 2009-12-21 17:02:28 -0500 | [diff] [blame] | 1729 | "2521 READ_FCF_RECORD mailbox failed " |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1730 | "with status x%x add_status x%x, " |
| 1731 | "mbx\n", shdr_status, shdr_add_status); |
| 1732 | return NULL; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1733 | } |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1734 | |
| 1735 | /* Interpreting the returned information of the FCF record */ |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1736 | read_fcf = (struct lpfc_mbx_read_fcf_tbl *)virt_addr; |
| 1737 | lpfc_sli_pcimem_bcopy(read_fcf, read_fcf, |
| 1738 | sizeof(struct lpfc_mbx_read_fcf_tbl)); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1739 | *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] | 1740 | new_fcf_record = (struct fcf_record *)(virt_addr + |
| 1741 | sizeof(struct lpfc_mbx_read_fcf_tbl)); |
| 1742 | lpfc_sli_pcimem_bcopy(new_fcf_record, new_fcf_record, |
James Smart | cb5172e | 2010-03-15 11:25:07 -0400 | [diff] [blame] | 1743 | offsetof(struct fcf_record, vlan_bitmap)); |
| 1744 | new_fcf_record->word137 = le32_to_cpu(new_fcf_record->word137); |
| 1745 | new_fcf_record->word138 = le32_to_cpu(new_fcf_record->word138); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1746 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1747 | return new_fcf_record; |
| 1748 | } |
| 1749 | |
| 1750 | /** |
| 1751 | * lpfc_sli4_log_fcf_record_info - Log the information of a fcf record |
| 1752 | * @phba: pointer to lpfc hba data structure. |
| 1753 | * @fcf_record: pointer to the fcf record. |
| 1754 | * @vlan_id: the lowest vlan identifier associated to this fcf record. |
| 1755 | * @next_fcf_index: the index to the next fcf record in hba's fcf table. |
| 1756 | * |
| 1757 | * This routine logs the detailed FCF record if the LOG_FIP loggin is |
| 1758 | * enabled. |
| 1759 | **/ |
| 1760 | static void |
| 1761 | lpfc_sli4_log_fcf_record_info(struct lpfc_hba *phba, |
| 1762 | struct fcf_record *fcf_record, |
| 1763 | uint16_t vlan_id, |
| 1764 | uint16_t next_fcf_index) |
| 1765 | { |
| 1766 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 1767 | "2764 READ_FCF_RECORD:\n" |
| 1768 | "\tFCF_Index : x%x\n" |
| 1769 | "\tFCF_Avail : x%x\n" |
| 1770 | "\tFCF_Valid : x%x\n" |
| 1771 | "\tFIP_Priority : x%x\n" |
| 1772 | "\tMAC_Provider : x%x\n" |
| 1773 | "\tLowest VLANID : x%x\n" |
| 1774 | "\tFCF_MAC Addr : x%x:%x:%x:%x:%x:%x\n" |
| 1775 | "\tFabric_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n" |
| 1776 | "\tSwitch_Name : x%x:%x:%x:%x:%x:%x:%x:%x\n" |
| 1777 | "\tNext_FCF_Index: x%x\n", |
| 1778 | bf_get(lpfc_fcf_record_fcf_index, fcf_record), |
| 1779 | bf_get(lpfc_fcf_record_fcf_avail, fcf_record), |
| 1780 | bf_get(lpfc_fcf_record_fcf_valid, fcf_record), |
| 1781 | fcf_record->fip_priority, |
| 1782 | bf_get(lpfc_fcf_record_mac_addr_prov, fcf_record), |
| 1783 | vlan_id, |
| 1784 | bf_get(lpfc_fcf_record_mac_0, fcf_record), |
| 1785 | bf_get(lpfc_fcf_record_mac_1, fcf_record), |
| 1786 | bf_get(lpfc_fcf_record_mac_2, fcf_record), |
| 1787 | bf_get(lpfc_fcf_record_mac_3, fcf_record), |
| 1788 | bf_get(lpfc_fcf_record_mac_4, fcf_record), |
| 1789 | bf_get(lpfc_fcf_record_mac_5, fcf_record), |
| 1790 | bf_get(lpfc_fcf_record_fab_name_0, fcf_record), |
| 1791 | bf_get(lpfc_fcf_record_fab_name_1, fcf_record), |
| 1792 | bf_get(lpfc_fcf_record_fab_name_2, fcf_record), |
| 1793 | bf_get(lpfc_fcf_record_fab_name_3, fcf_record), |
| 1794 | bf_get(lpfc_fcf_record_fab_name_4, fcf_record), |
| 1795 | bf_get(lpfc_fcf_record_fab_name_5, fcf_record), |
| 1796 | bf_get(lpfc_fcf_record_fab_name_6, fcf_record), |
| 1797 | bf_get(lpfc_fcf_record_fab_name_7, fcf_record), |
| 1798 | bf_get(lpfc_fcf_record_switch_name_0, fcf_record), |
| 1799 | bf_get(lpfc_fcf_record_switch_name_1, fcf_record), |
| 1800 | bf_get(lpfc_fcf_record_switch_name_2, fcf_record), |
| 1801 | bf_get(lpfc_fcf_record_switch_name_3, fcf_record), |
| 1802 | bf_get(lpfc_fcf_record_switch_name_4, fcf_record), |
| 1803 | bf_get(lpfc_fcf_record_switch_name_5, fcf_record), |
| 1804 | bf_get(lpfc_fcf_record_switch_name_6, fcf_record), |
| 1805 | bf_get(lpfc_fcf_record_switch_name_7, fcf_record), |
| 1806 | next_fcf_index); |
| 1807 | } |
| 1808 | |
| 1809 | /** |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1810 | lpfc_sli4_fcf_record_match - testing new FCF record for matching existing FCF |
| 1811 | * @phba: pointer to lpfc hba data structure. |
| 1812 | * @fcf_rec: pointer to an existing FCF record. |
| 1813 | * @new_fcf_record: pointer to a new FCF record. |
| 1814 | * @new_vlan_id: vlan id from the new FCF record. |
| 1815 | * |
| 1816 | * This function performs matching test of a new FCF record against an existing |
| 1817 | * FCF record. If the new_vlan_id passed in is LPFC_FCOE_IGNORE_VID, vlan id |
| 1818 | * will not be used as part of the FCF record matching criteria. |
| 1819 | * |
| 1820 | * Returns true if all the fields matching, otherwise returns false. |
| 1821 | */ |
| 1822 | static bool |
| 1823 | lpfc_sli4_fcf_record_match(struct lpfc_hba *phba, |
| 1824 | struct lpfc_fcf_rec *fcf_rec, |
| 1825 | struct fcf_record *new_fcf_record, |
| 1826 | uint16_t new_vlan_id) |
| 1827 | { |
| 1828 | if (new_vlan_id != LPFC_FCOE_IGNORE_VID) |
| 1829 | if (!lpfc_vlan_id_match(fcf_rec->vlan_id, new_vlan_id)) |
| 1830 | return false; |
| 1831 | if (!lpfc_mac_addr_match(fcf_rec->mac_addr, new_fcf_record)) |
| 1832 | return false; |
| 1833 | if (!lpfc_sw_name_match(fcf_rec->switch_name, new_fcf_record)) |
| 1834 | return false; |
| 1835 | if (!lpfc_fab_name_match(fcf_rec->fabric_name, new_fcf_record)) |
| 1836 | return false; |
| 1837 | return true; |
| 1838 | } |
| 1839 | |
| 1840 | /** |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1841 | * lpfc_sli4_fcf_rr_next_proc - processing next roundrobin fcf |
| 1842 | * @vport: Pointer to vport object. |
| 1843 | * @fcf_index: index to next fcf. |
| 1844 | * |
| 1845 | * This function processing the roundrobin fcf failover to next fcf index. |
| 1846 | * When this function is invoked, there will be a current fcf registered |
| 1847 | * for flogi. |
| 1848 | * Return: 0 for continue retrying flogi on currently registered fcf; |
| 1849 | * 1 for stop flogi on currently registered fcf; |
| 1850 | */ |
| 1851 | int lpfc_sli4_fcf_rr_next_proc(struct lpfc_vport *vport, uint16_t fcf_index) |
| 1852 | { |
| 1853 | struct lpfc_hba *phba = vport->phba; |
| 1854 | int rc; |
| 1855 | |
| 1856 | if (fcf_index == LPFC_FCOE_FCF_NEXT_NONE) { |
| 1857 | spin_lock_irq(&phba->hbalock); |
| 1858 | if (phba->hba_flag & HBA_DEVLOSS_TMO) { |
| 1859 | spin_unlock_irq(&phba->hbalock); |
| 1860 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 1861 | "2872 Devloss tmo with no eligible " |
| 1862 | "FCF, unregister in-use FCF (x%x) " |
| 1863 | "and rescan FCF table\n", |
| 1864 | phba->fcf.current_rec.fcf_indx); |
| 1865 | lpfc_unregister_fcf_rescan(phba); |
| 1866 | goto stop_flogi_current_fcf; |
| 1867 | } |
| 1868 | /* Mark the end to FLOGI roundrobin failover */ |
| 1869 | phba->hba_flag &= ~FCF_RR_INPROG; |
| 1870 | /* Allow action to new fcf asynchronous event */ |
| 1871 | phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE); |
| 1872 | spin_unlock_irq(&phba->hbalock); |
| 1873 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 1874 | "2865 No FCF available, stop roundrobin FCF " |
| 1875 | "failover and change port state:x%x/x%x\n", |
| 1876 | phba->pport->port_state, LPFC_VPORT_UNKNOWN); |
| 1877 | phba->pport->port_state = LPFC_VPORT_UNKNOWN; |
| 1878 | goto stop_flogi_current_fcf; |
| 1879 | } else { |
| 1880 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_ELS, |
| 1881 | "2794 Try FLOGI roundrobin FCF failover to " |
| 1882 | "(x%x)\n", fcf_index); |
| 1883 | rc = lpfc_sli4_fcf_rr_read_fcf_rec(phba, fcf_index); |
| 1884 | if (rc) |
| 1885 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP | LOG_ELS, |
| 1886 | "2761 FLOGI roundrobin FCF failover " |
| 1887 | "failed (rc:x%x) to read FCF (x%x)\n", |
| 1888 | rc, phba->fcf.current_rec.fcf_indx); |
| 1889 | else |
| 1890 | goto stop_flogi_current_fcf; |
| 1891 | } |
| 1892 | return 0; |
| 1893 | |
| 1894 | stop_flogi_current_fcf: |
| 1895 | lpfc_can_disctmo(vport); |
| 1896 | return 1; |
| 1897 | } |
| 1898 | |
| 1899 | /** |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1900 | * lpfc_mbx_cmpl_fcf_scan_read_fcf_rec - fcf scan read_fcf mbox cmpl handler. |
| 1901 | * @phba: pointer to lpfc hba data structure. |
| 1902 | * @mboxq: pointer to mailbox object. |
| 1903 | * |
| 1904 | * This function iterates through all the fcf records available in |
| 1905 | * HBA and chooses the optimal FCF record for discovery. After finding |
| 1906 | * the FCF for discovery it registers the FCF record and kicks start |
| 1907 | * discovery. |
| 1908 | * If FCF_IN_USE flag is set in currently used FCF, the routine tries to |
| 1909 | * use an FCF record which matches fabric name and mac address of the |
| 1910 | * currently used FCF record. |
| 1911 | * If the driver supports only one FCF, it will try to use the FCF record |
| 1912 | * used by BOOT_BIOS. |
| 1913 | */ |
| 1914 | void |
| 1915 | lpfc_mbx_cmpl_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 1916 | { |
| 1917 | struct fcf_record *new_fcf_record; |
| 1918 | uint32_t boot_flag, addr_mode; |
| 1919 | uint16_t fcf_index, next_fcf_index; |
| 1920 | struct lpfc_fcf_rec *fcf_rec = NULL; |
| 1921 | uint16_t vlan_id; |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 1922 | uint32_t seed; |
| 1923 | bool select_new_fcf; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1924 | int rc; |
| 1925 | |
| 1926 | /* If there is pending FCoE event restart FCF table scan */ |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1927 | if (lpfc_check_pending_fcoe_event(phba, LPFC_SKIP_UNREG_FCF)) { |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1928 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 1929 | return; |
| 1930 | } |
| 1931 | |
| 1932 | /* Parse the FCF record from the non-embedded mailbox command */ |
| 1933 | new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq, |
| 1934 | &next_fcf_index); |
| 1935 | if (!new_fcf_record) { |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1936 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1937 | "2765 Mailbox command READ_FCF_RECORD " |
| 1938 | "failed to retrieve a FCF record.\n"); |
| 1939 | /* Let next new FCF event trigger fast failover */ |
| 1940 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1941 | phba->hba_flag &= ~FCF_TS_INPROG; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1942 | spin_unlock_irq(&phba->hbalock); |
| 1943 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 1944 | return; |
| 1945 | } |
| 1946 | |
| 1947 | /* Check the FCF record against the connection list */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1948 | rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag, |
| 1949 | &addr_mode, &vlan_id); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1950 | |
| 1951 | /* Log the FCF record information if turned on */ |
| 1952 | lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id, |
| 1953 | next_fcf_index); |
| 1954 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1955 | /* |
| 1956 | * If the fcf record does not match with connect list entries |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1957 | * read the next entry; otherwise, this is an eligible FCF |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1958 | * record for roundrobin FCF failover. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1959 | */ |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1960 | if (!rc) { |
| 1961 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1962 | "2781 FCF (x%x) failed connection " |
| 1963 | "list check: (x%x/x%x)\n", |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1964 | bf_get(lpfc_fcf_record_fcf_index, |
| 1965 | new_fcf_record), |
| 1966 | bf_get(lpfc_fcf_record_fcf_avail, |
| 1967 | new_fcf_record), |
| 1968 | bf_get(lpfc_fcf_record_fcf_valid, |
| 1969 | new_fcf_record)); |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1970 | if ((phba->fcf.fcf_flag & FCF_IN_USE) && |
| 1971 | lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec, |
| 1972 | new_fcf_record, LPFC_FCOE_IGNORE_VID)) { |
James Smart | 5ac6b30 | 2010-10-22 11:05:36 -0400 | [diff] [blame] | 1973 | if (bf_get(lpfc_fcf_record_fcf_index, new_fcf_record) != |
| 1974 | phba->fcf.current_rec.fcf_indx) { |
| 1975 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, |
| 1976 | "2862 FCF (x%x) matches property " |
| 1977 | "of in-use FCF (x%x)\n", |
| 1978 | bf_get(lpfc_fcf_record_fcf_index, |
| 1979 | new_fcf_record), |
| 1980 | phba->fcf.current_rec.fcf_indx); |
| 1981 | goto read_next_fcf; |
| 1982 | } |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1983 | /* |
| 1984 | * In case the current in-use FCF record becomes |
| 1985 | * invalid/unavailable during FCF discovery that |
| 1986 | * was not triggered by fast FCF failover process, |
| 1987 | * treat it as fast FCF failover. |
| 1988 | */ |
| 1989 | if (!(phba->fcf.fcf_flag & FCF_REDISC_PEND) && |
| 1990 | !(phba->fcf.fcf_flag & FCF_REDISC_FOV)) { |
| 1991 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP, |
| 1992 | "2835 Invalid in-use FCF " |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1993 | "(x%x), enter FCF failover " |
| 1994 | "table scan.\n", |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1995 | phba->fcf.current_rec.fcf_indx); |
| 1996 | spin_lock_irq(&phba->hbalock); |
| 1997 | phba->fcf.fcf_flag |= FCF_REDISC_FOV; |
| 1998 | spin_unlock_irq(&phba->hbalock); |
| 1999 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 2000 | lpfc_sli4_fcf_scan_read_fcf_rec(phba, |
| 2001 | LPFC_FCOE_FCF_GET_FIRST); |
| 2002 | return; |
| 2003 | } |
| 2004 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2005 | goto read_next_fcf; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2006 | } else { |
| 2007 | fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record); |
| 2008 | rc = lpfc_sli4_fcf_rr_index_set(phba, fcf_index); |
| 2009 | if (rc) |
| 2010 | goto read_next_fcf; |
| 2011 | } |
| 2012 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2013 | /* |
| 2014 | * 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] | 2015 | * FCF record for the discovery. The condition that a rescan |
| 2016 | * matches the in-use FCF record: fabric name, switch name, mac |
| 2017 | * address, and vlan_id. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2018 | */ |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2019 | spin_lock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2020 | if (phba->fcf.fcf_flag & FCF_IN_USE) { |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2021 | if (lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec, |
| 2022 | new_fcf_record, vlan_id)) { |
James Smart | 5ac6b30 | 2010-10-22 11:05:36 -0400 | [diff] [blame] | 2023 | if (bf_get(lpfc_fcf_record_fcf_index, new_fcf_record) == |
| 2024 | phba->fcf.current_rec.fcf_indx) { |
| 2025 | phba->fcf.fcf_flag |= FCF_AVAILABLE; |
| 2026 | if (phba->fcf.fcf_flag & FCF_REDISC_PEND) |
| 2027 | /* Stop FCF redisc wait timer */ |
| 2028 | __lpfc_sli4_stop_fcf_redisc_wait_timer( |
| 2029 | phba); |
| 2030 | else if (phba->fcf.fcf_flag & FCF_REDISC_FOV) |
| 2031 | /* Fast failover, mark completed */ |
| 2032 | phba->fcf.fcf_flag &= ~FCF_REDISC_FOV; |
| 2033 | spin_unlock_irq(&phba->hbalock); |
| 2034 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2035 | "2836 New FCF matches in-use " |
| 2036 | "FCF (x%x)\n", |
| 2037 | phba->fcf.current_rec.fcf_indx); |
| 2038 | goto out; |
| 2039 | } else |
| 2040 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, |
| 2041 | "2863 New FCF (x%x) matches " |
| 2042 | "property of in-use FCF (x%x)\n", |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2043 | bf_get(lpfc_fcf_record_fcf_index, |
James Smart | 5ac6b30 | 2010-10-22 11:05:36 -0400 | [diff] [blame] | 2044 | new_fcf_record), |
| 2045 | phba->fcf.current_rec.fcf_indx); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2046 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2047 | /* |
| 2048 | * Read next FCF record from HBA searching for the matching |
| 2049 | * with in-use record only if not during the fast failover |
| 2050 | * period. In case of fast failover period, it shall try to |
| 2051 | * determine whether the FCF record just read should be the |
| 2052 | * next candidate. |
| 2053 | */ |
| 2054 | if (!(phba->fcf.fcf_flag & FCF_REDISC_FOV)) { |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2055 | spin_unlock_irq(&phba->hbalock); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2056 | goto read_next_fcf; |
| 2057 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2058 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2059 | /* |
| 2060 | * Update on failover FCF record only if it's in FCF fast-failover |
| 2061 | * period; otherwise, update on current FCF record. |
| 2062 | */ |
James Smart | fc2b989 | 2010-02-26 14:15:29 -0500 | [diff] [blame] | 2063 | if (phba->fcf.fcf_flag & FCF_REDISC_FOV) |
| 2064 | fcf_rec = &phba->fcf.failover_rec; |
| 2065 | else |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2066 | fcf_rec = &phba->fcf.current_rec; |
| 2067 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2068 | if (phba->fcf.fcf_flag & FCF_AVAILABLE) { |
| 2069 | /* |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2070 | * If the driver FCF record does not have boot flag |
| 2071 | * set and new hba fcf record has boot flag set, use |
| 2072 | * the new hba fcf record. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2073 | */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2074 | if (boot_flag && !(fcf_rec->flag & BOOT_ENABLE)) { |
| 2075 | /* Choose this FCF record */ |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2076 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2077 | "2837 Update current FCF record " |
| 2078 | "(x%x) with new FCF record (x%x)\n", |
| 2079 | fcf_rec->fcf_indx, |
| 2080 | bf_get(lpfc_fcf_record_fcf_index, |
| 2081 | new_fcf_record)); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2082 | __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record, |
| 2083 | addr_mode, vlan_id, BOOT_ENABLE); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2084 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2085 | goto read_next_fcf; |
| 2086 | } |
| 2087 | /* |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2088 | * If the driver FCF record has boot flag set and the |
| 2089 | * new hba FCF record does not have boot flag, read |
| 2090 | * the next FCF record. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2091 | */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2092 | if (!boot_flag && (fcf_rec->flag & BOOT_ENABLE)) { |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2093 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2094 | goto read_next_fcf; |
| 2095 | } |
| 2096 | /* |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2097 | * If the new hba FCF record has lower priority value |
| 2098 | * than the driver FCF record, use the new record. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2099 | */ |
James Smart | fc2b989 | 2010-02-26 14:15:29 -0500 | [diff] [blame] | 2100 | if (new_fcf_record->fip_priority < fcf_rec->priority) { |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 2101 | /* Choose the new FCF record with lower priority */ |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2102 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2103 | "2838 Update current FCF record " |
| 2104 | "(x%x) with new FCF record (x%x)\n", |
| 2105 | fcf_rec->fcf_indx, |
| 2106 | bf_get(lpfc_fcf_record_fcf_index, |
| 2107 | new_fcf_record)); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2108 | __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record, |
| 2109 | addr_mode, vlan_id, 0); |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 2110 | /* Reset running random FCF selection count */ |
| 2111 | phba->fcf.eligible_fcf_cnt = 1; |
| 2112 | } else if (new_fcf_record->fip_priority == fcf_rec->priority) { |
| 2113 | /* Update running random FCF selection count */ |
| 2114 | phba->fcf.eligible_fcf_cnt++; |
| 2115 | select_new_fcf = lpfc_sli4_new_fcf_random_select(phba, |
| 2116 | phba->fcf.eligible_fcf_cnt); |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2117 | if (select_new_fcf) { |
| 2118 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2119 | "2839 Update current FCF record " |
| 2120 | "(x%x) with new FCF record (x%x)\n", |
| 2121 | fcf_rec->fcf_indx, |
| 2122 | bf_get(lpfc_fcf_record_fcf_index, |
| 2123 | new_fcf_record)); |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 2124 | /* Choose the new FCF by random selection */ |
| 2125 | __lpfc_update_fcf_record(phba, fcf_rec, |
| 2126 | new_fcf_record, |
| 2127 | addr_mode, vlan_id, 0); |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2128 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2129 | } |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2130 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2131 | goto read_next_fcf; |
| 2132 | } |
| 2133 | /* |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2134 | * This is the first suitable FCF record, choose this record for |
| 2135 | * initial best-fit FCF. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2136 | */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2137 | if (fcf_rec) { |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2138 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2139 | "2840 Update initial FCF candidate " |
| 2140 | "with FCF (x%x)\n", |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2141 | bf_get(lpfc_fcf_record_fcf_index, |
| 2142 | new_fcf_record)); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2143 | __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record, |
| 2144 | addr_mode, vlan_id, (boot_flag ? |
| 2145 | BOOT_ENABLE : 0)); |
| 2146 | phba->fcf.fcf_flag |= FCF_AVAILABLE; |
James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 2147 | /* Setup initial running random FCF selection count */ |
| 2148 | phba->fcf.eligible_fcf_cnt = 1; |
| 2149 | /* Seeding the random number generator for random selection */ |
| 2150 | seed = (uint32_t)(0xFFFFFFFF & jiffies); |
| 2151 | srandom32(seed); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2152 | } |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2153 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2154 | goto read_next_fcf; |
| 2155 | |
| 2156 | read_next_fcf: |
| 2157 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2158 | if (next_fcf_index == LPFC_FCOE_FCF_NEXT_NONE || next_fcf_index == 0) { |
| 2159 | if (phba->fcf.fcf_flag & FCF_REDISC_FOV) { |
| 2160 | /* |
| 2161 | * Case of FCF fast failover scan |
| 2162 | */ |
| 2163 | |
| 2164 | /* |
| 2165 | * It has not found any suitable FCF record, cancel |
| 2166 | * FCF scan inprogress, and do nothing |
| 2167 | */ |
| 2168 | if (!(phba->fcf.failover_rec.flag & RECORD_VALID)) { |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2169 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2170 | "2782 No suitable FCF found: " |
| 2171 | "(x%x/x%x)\n", |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2172 | phba->fcoe_eventtag_at_fcf_scan, |
| 2173 | bf_get(lpfc_fcf_record_fcf_index, |
| 2174 | new_fcf_record)); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2175 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2176 | if (phba->hba_flag & HBA_DEVLOSS_TMO) { |
| 2177 | phba->hba_flag &= ~FCF_TS_INPROG; |
| 2178 | spin_unlock_irq(&phba->hbalock); |
| 2179 | /* Unregister in-use FCF and rescan */ |
| 2180 | lpfc_printf_log(phba, KERN_INFO, |
| 2181 | LOG_FIP, |
| 2182 | "2864 On devloss tmo " |
| 2183 | "unreg in-use FCF and " |
| 2184 | "rescan FCF table\n"); |
| 2185 | lpfc_unregister_fcf_rescan(phba); |
| 2186 | return; |
| 2187 | } |
| 2188 | /* |
| 2189 | * Let next new FCF event trigger fast failover |
| 2190 | */ |
| 2191 | phba->hba_flag &= ~FCF_TS_INPROG; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2192 | spin_unlock_irq(&phba->hbalock); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2193 | return; |
| 2194 | } |
| 2195 | /* |
| 2196 | * It has found a suitable FCF record that is not |
| 2197 | * the same as in-use FCF record, unregister the |
| 2198 | * in-use FCF record, replace the in-use FCF record |
| 2199 | * with the new FCF record, mark FCF fast failover |
| 2200 | * completed, and then start register the new FCF |
| 2201 | * record. |
| 2202 | */ |
| 2203 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2204 | /* Unregister the current in-use FCF record */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2205 | lpfc_unregister_fcf(phba); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2206 | |
| 2207 | /* Replace in-use record with the new record */ |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2208 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2209 | "2842 Replace in-use FCF (x%x) " |
| 2210 | "with failover FCF (x%x)\n", |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2211 | phba->fcf.current_rec.fcf_indx, |
| 2212 | phba->fcf.failover_rec.fcf_indx); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2213 | memcpy(&phba->fcf.current_rec, |
| 2214 | &phba->fcf.failover_rec, |
| 2215 | sizeof(struct lpfc_fcf_rec)); |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 2216 | /* |
| 2217 | * Mark the fast FCF failover rediscovery completed |
| 2218 | * and the start of the first round of the roundrobin |
| 2219 | * FCF failover. |
| 2220 | */ |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2221 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2222 | phba->fcf.fcf_flag &= ~FCF_REDISC_FOV; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2223 | spin_unlock_irq(&phba->hbalock); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2224 | /* Register to the new FCF record */ |
| 2225 | lpfc_register_fcf(phba); |
| 2226 | } else { |
| 2227 | /* |
| 2228 | * In case of transaction period to fast FCF failover, |
| 2229 | * do nothing when search to the end of the FCF table. |
| 2230 | */ |
| 2231 | if ((phba->fcf.fcf_flag & FCF_REDISC_EVT) || |
| 2232 | (phba->fcf.fcf_flag & FCF_REDISC_PEND)) |
| 2233 | return; |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2234 | |
| 2235 | if (phba->fcf.fcf_flag & FCF_IN_USE) { |
| 2236 | /* |
| 2237 | * In case the current in-use FCF record no |
| 2238 | * longer existed during FCF discovery that |
| 2239 | * was not triggered by fast FCF failover |
| 2240 | * process, treat it as fast FCF failover. |
| 2241 | */ |
| 2242 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2243 | "2841 In-use FCF record (x%x) " |
| 2244 | "not reported, entering fast " |
| 2245 | "FCF failover mode scanning.\n", |
| 2246 | phba->fcf.current_rec.fcf_indx); |
| 2247 | spin_lock_irq(&phba->hbalock); |
| 2248 | phba->fcf.fcf_flag |= FCF_REDISC_FOV; |
| 2249 | spin_unlock_irq(&phba->hbalock); |
| 2250 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 2251 | lpfc_sli4_fcf_scan_read_fcf_rec(phba, |
| 2252 | LPFC_FCOE_FCF_GET_FIRST); |
| 2253 | return; |
| 2254 | } |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2255 | /* Register to the new FCF record */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2256 | lpfc_register_fcf(phba); |
| 2257 | } |
| 2258 | } else |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2259 | lpfc_sli4_fcf_scan_read_fcf_rec(phba, next_fcf_index); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2260 | return; |
| 2261 | |
| 2262 | out: |
| 2263 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 2264 | lpfc_register_fcf(phba); |
| 2265 | |
| 2266 | return; |
| 2267 | } |
| 2268 | |
| 2269 | /** |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2270 | * 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] | 2271 | * @phba: pointer to lpfc hba data structure. |
| 2272 | * @mboxq: pointer to mailbox object. |
| 2273 | * |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2274 | * This is the callback function for FLOGI failure roundrobin FCF failover |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2275 | * read FCF record mailbox command from the eligible FCF record bmask for |
| 2276 | * performing the failover. If the FCF read back is not valid/available, it |
| 2277 | * fails through to retrying FLOGI to the currently registered FCF again. |
| 2278 | * Otherwise, if the FCF read back is valid and available, it will set the |
| 2279 | * newly read FCF record to the failover FCF record, unregister currently |
| 2280 | * registered FCF record, copy the failover FCF record to the current |
| 2281 | * FCF record, and then register the current FCF record before proceeding |
| 2282 | * to trying FLOGI on the new failover FCF. |
| 2283 | */ |
| 2284 | void |
| 2285 | lpfc_mbx_cmpl_fcf_rr_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 2286 | { |
| 2287 | struct fcf_record *new_fcf_record; |
| 2288 | uint32_t boot_flag, addr_mode; |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2289 | uint16_t next_fcf_index, fcf_index; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2290 | uint16_t current_fcf_index; |
| 2291 | uint16_t vlan_id; |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2292 | int rc; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2293 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2294 | /* If link state is not up, stop the roundrobin failover process */ |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2295 | if (phba->link_state < LPFC_LINK_UP) { |
| 2296 | spin_lock_irq(&phba->hbalock); |
| 2297 | phba->fcf.fcf_flag &= ~FCF_DISCOVERY; |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2298 | phba->hba_flag &= ~FCF_RR_INPROG; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2299 | spin_unlock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2300 | goto out; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2301 | } |
| 2302 | |
| 2303 | /* Parse the FCF record from the non-embedded mailbox command */ |
| 2304 | new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq, |
| 2305 | &next_fcf_index); |
| 2306 | if (!new_fcf_record) { |
| 2307 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP, |
| 2308 | "2766 Mailbox command READ_FCF_RECORD " |
| 2309 | "failed to retrieve a FCF record.\n"); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2310 | goto error_out; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2311 | } |
| 2312 | |
| 2313 | /* Get the needed parameters from FCF record */ |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2314 | rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag, |
| 2315 | &addr_mode, &vlan_id); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2316 | |
| 2317 | /* Log the FCF record information if turned on */ |
| 2318 | lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id, |
| 2319 | next_fcf_index); |
| 2320 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2321 | fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record); |
| 2322 | if (!rc) { |
| 2323 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2324 | "2848 Remove ineligible FCF (x%x) from " |
| 2325 | "from roundrobin bmask\n", fcf_index); |
| 2326 | /* Clear roundrobin bmask bit for ineligible FCF */ |
| 2327 | lpfc_sli4_fcf_rr_index_clear(phba, fcf_index); |
| 2328 | /* Perform next round of roundrobin FCF failover */ |
| 2329 | fcf_index = lpfc_sli4_fcf_rr_next_index_get(phba); |
| 2330 | rc = lpfc_sli4_fcf_rr_next_proc(phba->pport, fcf_index); |
| 2331 | if (rc) |
| 2332 | goto out; |
| 2333 | goto error_out; |
| 2334 | } |
| 2335 | |
| 2336 | if (fcf_index == phba->fcf.current_rec.fcf_indx) { |
| 2337 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2338 | "2760 Perform FLOGI roundrobin FCF failover: " |
| 2339 | "FCF (x%x) back to FCF (x%x)\n", |
| 2340 | phba->fcf.current_rec.fcf_indx, fcf_index); |
| 2341 | /* Wait 500 ms before retrying FLOGI to current FCF */ |
| 2342 | msleep(500); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2343 | lpfc_issue_init_vfi(phba->pport); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2344 | goto out; |
| 2345 | } |
| 2346 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2347 | /* Upload new FCF record to the failover FCF record */ |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2348 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2349 | "2834 Update current FCF (x%x) with new FCF (x%x)\n", |
| 2350 | phba->fcf.failover_rec.fcf_indx, fcf_index); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2351 | spin_lock_irq(&phba->hbalock); |
| 2352 | __lpfc_update_fcf_record(phba, &phba->fcf.failover_rec, |
| 2353 | new_fcf_record, addr_mode, vlan_id, |
| 2354 | (boot_flag ? BOOT_ENABLE : 0)); |
| 2355 | spin_unlock_irq(&phba->hbalock); |
| 2356 | |
| 2357 | current_fcf_index = phba->fcf.current_rec.fcf_indx; |
| 2358 | |
| 2359 | /* Unregister the current in-use FCF record */ |
| 2360 | lpfc_unregister_fcf(phba); |
| 2361 | |
| 2362 | /* Replace in-use record with the new record */ |
| 2363 | memcpy(&phba->fcf.current_rec, &phba->fcf.failover_rec, |
| 2364 | sizeof(struct lpfc_fcf_rec)); |
| 2365 | |
| 2366 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2367 | "2783 Perform FLOGI roundrobin FCF failover: FCF " |
| 2368 | "(x%x) to FCF (x%x)\n", current_fcf_index, fcf_index); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2369 | |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2370 | error_out: |
| 2371 | lpfc_register_fcf(phba); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2372 | out: |
| 2373 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2374 | } |
| 2375 | |
| 2376 | /** |
| 2377 | * lpfc_mbx_cmpl_read_fcf_rec - read fcf completion handler. |
| 2378 | * @phba: pointer to lpfc hba data structure. |
| 2379 | * @mboxq: pointer to mailbox object. |
| 2380 | * |
| 2381 | * This is the callback function of read FCF record mailbox command for |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2382 | * updating the eligible FCF bmask for FLOGI failure roundrobin FCF |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2383 | * failover when a new FCF event happened. If the FCF read back is |
| 2384 | * valid/available and it passes the connection list check, it updates |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2385 | * the bmask for the eligible FCF record for roundrobin failover. |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2386 | */ |
| 2387 | void |
| 2388 | lpfc_mbx_cmpl_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 2389 | { |
| 2390 | struct fcf_record *new_fcf_record; |
| 2391 | uint32_t boot_flag, addr_mode; |
| 2392 | uint16_t fcf_index, next_fcf_index; |
| 2393 | uint16_t vlan_id; |
| 2394 | int rc; |
| 2395 | |
| 2396 | /* If link state is not up, no need to proceed */ |
| 2397 | if (phba->link_state < LPFC_LINK_UP) |
| 2398 | goto out; |
| 2399 | |
| 2400 | /* If FCF discovery period is over, no need to proceed */ |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 2401 | if (!(phba->fcf.fcf_flag & FCF_DISCOVERY)) |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2402 | goto out; |
| 2403 | |
| 2404 | /* Parse the FCF record from the non-embedded mailbox command */ |
| 2405 | new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq, |
| 2406 | &next_fcf_index); |
| 2407 | if (!new_fcf_record) { |
| 2408 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, |
| 2409 | "2767 Mailbox command READ_FCF_RECORD " |
| 2410 | "failed to retrieve a FCF record.\n"); |
| 2411 | goto out; |
| 2412 | } |
| 2413 | |
| 2414 | /* Check the connection list for eligibility */ |
| 2415 | rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag, |
| 2416 | &addr_mode, &vlan_id); |
| 2417 | |
| 2418 | /* Log the FCF record information if turned on */ |
| 2419 | lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id, |
| 2420 | next_fcf_index); |
| 2421 | |
| 2422 | if (!rc) |
| 2423 | goto out; |
| 2424 | |
| 2425 | /* Update the eligible FCF record index bmask */ |
| 2426 | fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record); |
| 2427 | rc = lpfc_sli4_fcf_rr_index_set(phba, fcf_index); |
| 2428 | |
| 2429 | out: |
| 2430 | lpfc_sli4_mbox_cmd_free(phba, mboxq); |
| 2431 | } |
| 2432 | |
| 2433 | /** |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2434 | * lpfc_init_vfi_cmpl - Completion handler for init_vfi mbox command. |
| 2435 | * @phba: pointer to lpfc hba data structure. |
| 2436 | * @mboxq: pointer to mailbox data structure. |
| 2437 | * |
| 2438 | * This function handles completion of init vfi mailbox command. |
| 2439 | */ |
| 2440 | void |
| 2441 | lpfc_init_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 2442 | { |
| 2443 | struct lpfc_vport *vport = mboxq->vport; |
| 2444 | |
| 2445 | if (mboxq->u.mb.mbxStatus && (mboxq->u.mb.mbxStatus != 0x4002)) { |
| 2446 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2447 | LOG_MBOX, |
| 2448 | "2891 Init VFI mailbox failed 0x%x\n", |
| 2449 | mboxq->u.mb.mbxStatus); |
| 2450 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 2451 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
| 2452 | return; |
| 2453 | } |
| 2454 | lpfc_initial_flogi(vport); |
| 2455 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 2456 | return; |
| 2457 | } |
| 2458 | |
| 2459 | /** |
| 2460 | * lpfc_issue_init_vfi - Issue init_vfi mailbox command. |
| 2461 | * @vport: pointer to lpfc_vport data structure. |
| 2462 | * |
| 2463 | * This function issue a init_vfi mailbox command to initialize the VFI and |
| 2464 | * VPI for the physical port. |
| 2465 | */ |
| 2466 | void |
| 2467 | lpfc_issue_init_vfi(struct lpfc_vport *vport) |
| 2468 | { |
| 2469 | LPFC_MBOXQ_t *mboxq; |
| 2470 | int rc; |
| 2471 | struct lpfc_hba *phba = vport->phba; |
| 2472 | |
| 2473 | mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 2474 | if (!mboxq) { |
| 2475 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2476 | LOG_MBOX, "2892 Failed to allocate " |
| 2477 | "init_vfi mailbox\n"); |
| 2478 | return; |
| 2479 | } |
| 2480 | lpfc_init_vfi(mboxq, vport); |
| 2481 | mboxq->mbox_cmpl = lpfc_init_vfi_cmpl; |
| 2482 | rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT); |
| 2483 | if (rc == MBX_NOT_FINISHED) { |
| 2484 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2485 | LOG_MBOX, "2893 Failed to issue init_vfi mailbox\n"); |
| 2486 | mempool_free(mboxq, vport->phba->mbox_mem_pool); |
| 2487 | } |
| 2488 | } |
| 2489 | |
| 2490 | /** |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2491 | * lpfc_init_vpi_cmpl - Completion handler for init_vpi mbox command. |
| 2492 | * @phba: pointer to lpfc hba data structure. |
| 2493 | * @mboxq: pointer to mailbox data structure. |
| 2494 | * |
| 2495 | * This function handles completion of init vpi mailbox command. |
| 2496 | */ |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2497 | void |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2498 | lpfc_init_vpi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 2499 | { |
| 2500 | struct lpfc_vport *vport = mboxq->vport; |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2501 | struct lpfc_nodelist *ndlp; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2502 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 2503 | |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2504 | if (mboxq->u.mb.mbxStatus) { |
| 2505 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2506 | LOG_MBOX, |
| 2507 | "2609 Init VPI mailbox failed 0x%x\n", |
| 2508 | mboxq->u.mb.mbxStatus); |
| 2509 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 2510 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
| 2511 | return; |
| 2512 | } |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2513 | spin_lock_irq(shost->host_lock); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2514 | vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2515 | spin_unlock_irq(shost->host_lock); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2516 | |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2517 | /* If this port is physical port or FDISC is done, do reg_vpi */ |
| 2518 | if ((phba->pport == vport) || (vport->port_state == LPFC_FDISC)) { |
| 2519 | ndlp = lpfc_findnode_did(vport, Fabric_DID); |
| 2520 | if (!ndlp) |
| 2521 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2522 | LOG_DISCOVERY, |
| 2523 | "2731 Cannot find fabric " |
| 2524 | "controller node\n"); |
| 2525 | else |
| 2526 | lpfc_register_new_vport(phba, vport, ndlp); |
| 2527 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 2528 | return; |
| 2529 | } |
| 2530 | |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2531 | if (phba->link_flag & LS_NPIV_FAB_SUPPORTED) |
| 2532 | lpfc_initial_fdisc(vport); |
| 2533 | else { |
| 2534 | lpfc_vport_set_state(vport, FC_VPORT_NO_FABRIC_SUPP); |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 2535 | lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS, |
| 2536 | "2606 No NPIV Fabric support\n"); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2537 | } |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2538 | mempool_free(mboxq, phba->mbox_mem_pool); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2539 | return; |
| 2540 | } |
| 2541 | |
| 2542 | /** |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2543 | * lpfc_issue_init_vpi - Issue init_vpi mailbox command. |
| 2544 | * @vport: pointer to lpfc_vport data structure. |
| 2545 | * |
| 2546 | * This function issue a init_vpi mailbox command to initialize |
| 2547 | * VPI for the vport. |
| 2548 | */ |
| 2549 | void |
| 2550 | lpfc_issue_init_vpi(struct lpfc_vport *vport) |
| 2551 | { |
| 2552 | LPFC_MBOXQ_t *mboxq; |
| 2553 | int rc; |
| 2554 | |
| 2555 | mboxq = mempool_alloc(vport->phba->mbox_mem_pool, GFP_KERNEL); |
| 2556 | if (!mboxq) { |
| 2557 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2558 | LOG_MBOX, "2607 Failed to allocate " |
| 2559 | "init_vpi mailbox\n"); |
| 2560 | return; |
| 2561 | } |
| 2562 | lpfc_init_vpi(vport->phba, mboxq, vport->vpi); |
| 2563 | mboxq->vport = vport; |
| 2564 | mboxq->mbox_cmpl = lpfc_init_vpi_cmpl; |
| 2565 | rc = lpfc_sli_issue_mbox(vport->phba, mboxq, MBX_NOWAIT); |
| 2566 | if (rc == MBX_NOT_FINISHED) { |
| 2567 | lpfc_printf_vlog(vport, KERN_ERR, |
| 2568 | LOG_MBOX, "2608 Failed to issue init_vpi mailbox\n"); |
| 2569 | mempool_free(mboxq, vport->phba->mbox_mem_pool); |
| 2570 | } |
| 2571 | } |
| 2572 | |
| 2573 | /** |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2574 | * lpfc_start_fdiscs - send fdiscs for each vports on this port. |
| 2575 | * @phba: pointer to lpfc hba data structure. |
| 2576 | * |
| 2577 | * This function loops through the list of vports on the @phba and issues an |
| 2578 | * FDISC if possible. |
| 2579 | */ |
| 2580 | void |
| 2581 | lpfc_start_fdiscs(struct lpfc_hba *phba) |
| 2582 | { |
| 2583 | struct lpfc_vport **vports; |
| 2584 | int i; |
| 2585 | |
| 2586 | vports = lpfc_create_vport_work_array(phba); |
| 2587 | if (vports != NULL) { |
| 2588 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { |
| 2589 | if (vports[i]->port_type == LPFC_PHYSICAL_PORT) |
| 2590 | continue; |
| 2591 | /* There are no vpi for this vport */ |
| 2592 | if (vports[i]->vpi > phba->max_vpi) { |
| 2593 | lpfc_vport_set_state(vports[i], |
| 2594 | FC_VPORT_FAILED); |
| 2595 | continue; |
| 2596 | } |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2597 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2598 | lpfc_vport_set_state(vports[i], |
| 2599 | FC_VPORT_LINKDOWN); |
| 2600 | continue; |
| 2601 | } |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2602 | if (vports[i]->fc_flag & FC_VPORT_NEEDS_INIT_VPI) { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2603 | lpfc_issue_init_vpi(vports[i]); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2604 | continue; |
| 2605 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2606 | if (phba->link_flag & LS_NPIV_FAB_SUPPORTED) |
| 2607 | lpfc_initial_fdisc(vports[i]); |
| 2608 | else { |
| 2609 | lpfc_vport_set_state(vports[i], |
| 2610 | FC_VPORT_NO_FABRIC_SUPP); |
| 2611 | lpfc_printf_vlog(vports[i], KERN_ERR, |
| 2612 | LOG_ELS, |
| 2613 | "0259 No NPIV " |
| 2614 | "Fabric support\n"); |
| 2615 | } |
| 2616 | } |
| 2617 | } |
| 2618 | lpfc_destroy_vport_work_array(phba, vports); |
| 2619 | } |
| 2620 | |
| 2621 | void |
| 2622 | lpfc_mbx_cmpl_reg_vfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 2623 | { |
| 2624 | struct lpfc_dmabuf *dmabuf = mboxq->context1; |
| 2625 | struct lpfc_vport *vport = mboxq->vport; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2626 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2627 | |
| 2628 | if (mboxq->u.mb.mbxStatus) { |
| 2629 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 2630 | "2018 REG_VFI mbxStatus error x%x " |
| 2631 | "HBA state x%x\n", |
| 2632 | mboxq->u.mb.mbxStatus, vport->port_state); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2633 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2634 | /* FLOGI failed, use loop map to make discovery list */ |
| 2635 | lpfc_disc_list_loopmap(vport); |
| 2636 | /* Start discovery */ |
| 2637 | lpfc_disc_start(vport); |
| 2638 | goto fail_free_mem; |
| 2639 | } |
| 2640 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
| 2641 | goto fail_free_mem; |
| 2642 | } |
James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 2643 | /* The VPI is implicitly registered when the VFI is registered */ |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2644 | spin_lock_irq(shost->host_lock); |
James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 2645 | vport->vpi_state |= LPFC_VPI_REGISTERED; |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2646 | vport->fc_flag |= FC_VFI_REGISTERED; |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2647 | vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2648 | spin_unlock_irq(shost->host_lock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2649 | |
| 2650 | if (vport->port_state == LPFC_FABRIC_CFG_LINK) { |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2651 | /* For private loop just start discovery and we are done. */ |
| 2652 | if ((phba->fc_topology == LPFC_TOPOLOGY_LOOP) && |
| 2653 | (phba->alpa_map[0] == 0) && |
| 2654 | !(vport->fc_flag & FC_PUBLIC_LOOP)) { |
| 2655 | /* Use loop map to make discovery list */ |
| 2656 | lpfc_disc_list_loopmap(vport); |
| 2657 | /* Start discovery */ |
| 2658 | lpfc_disc_start(vport); |
| 2659 | } else { |
| 2660 | lpfc_start_fdiscs(phba); |
| 2661 | lpfc_do_scr_ns_plogi(phba, vport); |
| 2662 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2663 | } |
| 2664 | |
| 2665 | fail_free_mem: |
| 2666 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 2667 | lpfc_mbuf_free(phba, dmabuf->virt, dmabuf->phys); |
| 2668 | kfree(dmabuf); |
| 2669 | return; |
| 2670 | } |
| 2671 | |
| 2672 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2673 | lpfc_mbx_cmpl_read_sparam(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2674 | { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2675 | MAILBOX_t *mb = &pmb->u.mb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2676 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2677 | struct lpfc_vport *vport = pmb->vport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2678 | |
| 2679 | |
| 2680 | /* Check for error */ |
| 2681 | if (mb->mbxStatus) { |
| 2682 | /* READ_SPARAM mbox error <mbxStatus> state <hba_state> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2683 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 2684 | "0319 READ_SPARAM mbxStatus error x%x " |
| 2685 | "hba state x%x>\n", |
| 2686 | mb->mbxStatus, vport->port_state); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2687 | lpfc_linkdown(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2688 | goto out; |
| 2689 | } |
| 2690 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2691 | memcpy((uint8_t *) &vport->fc_sparam, (uint8_t *) mp->virt, |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2692 | sizeof (struct serv_parm)); |
James Smart | a12e07b | 2006-12-02 13:35:30 -0500 | [diff] [blame] | 2693 | if (phba->cfg_soft_wwnn) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2694 | u64_to_wwn(phba->cfg_soft_wwnn, |
| 2695 | vport->fc_sparam.nodeName.u.wwn); |
James Smart | c3f28af | 2006-08-18 17:47:18 -0400 | [diff] [blame] | 2696 | if (phba->cfg_soft_wwpn) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2697 | u64_to_wwn(phba->cfg_soft_wwpn, |
| 2698 | vport->fc_sparam.portName.u.wwn); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2699 | memcpy(&vport->fc_nodename, &vport->fc_sparam.nodeName, |
| 2700 | sizeof(vport->fc_nodename)); |
| 2701 | memcpy(&vport->fc_portname, &vport->fc_sparam.portName, |
| 2702 | sizeof(vport->fc_portname)); |
| 2703 | if (vport->port_type == LPFC_PHYSICAL_PORT) { |
| 2704 | memcpy(&phba->wwnn, &vport->fc_nodename, sizeof(phba->wwnn)); |
| 2705 | memcpy(&phba->wwpn, &vport->fc_portname, sizeof(phba->wwnn)); |
| 2706 | } |
| 2707 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2708 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 2709 | kfree(mp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2710 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2711 | return; |
| 2712 | |
| 2713 | out: |
| 2714 | pmb->context1 = NULL; |
| 2715 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 2716 | kfree(mp); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2717 | lpfc_issue_clear_la(phba, vport); |
| 2718 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2719 | return; |
| 2720 | } |
| 2721 | |
| 2722 | static void |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2723 | 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] | 2724 | { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2725 | struct lpfc_vport *vport = phba->pport; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2726 | LPFC_MBOXQ_t *sparam_mbox, *cfglink_mbox = NULL; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2727 | int i; |
James Smart | 1469115 | 2006-12-02 13:34:28 -0500 | [diff] [blame] | 2728 | struct lpfc_dmabuf *mp; |
| 2729 | int rc; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2730 | struct fcf_record *fcf_record; |
James Smart | 1469115 | 2006-12-02 13:34:28 -0500 | [diff] [blame] | 2731 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2732 | spin_lock_irq(&phba->hbalock); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2733 | switch (bf_get(lpfc_mbx_read_top_link_spd, la)) { |
| 2734 | case LPFC_LINK_SPEED_1GHZ: |
| 2735 | case LPFC_LINK_SPEED_2GHZ: |
| 2736 | case LPFC_LINK_SPEED_4GHZ: |
| 2737 | case LPFC_LINK_SPEED_8GHZ: |
| 2738 | case LPFC_LINK_SPEED_10GHZ: |
| 2739 | case LPFC_LINK_SPEED_16GHZ: |
| 2740 | phba->fc_linkspeed = bf_get(lpfc_mbx_read_top_link_spd, la); |
James Smart | f4b4c68 | 2009-05-22 14:53:12 -0400 | [diff] [blame] | 2741 | break; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2742 | default: |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2743 | phba->fc_linkspeed = LPFC_LINK_SPEED_UNKNOWN; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2744 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2745 | } |
| 2746 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2747 | phba->fc_topology = bf_get(lpfc_mbx_read_top_topology, la); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2748 | phba->link_flag &= ~LS_NPIV_FAB_SUPPORTED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2749 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2750 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2751 | phba->sli3_options &= ~LPFC_SLI3_NPIV_ENABLED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2752 | |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 2753 | /* if npiv is enabled and this adapter supports npiv log |
| 2754 | * a message that npiv is not supported in this topology |
| 2755 | */ |
| 2756 | if (phba->cfg_enable_npiv && phba->max_vpi) |
James Smart | 495a714 | 2008-06-14 22:52:59 -0400 | [diff] [blame] | 2757 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
| 2758 | "1309 Link Up Event npiv not supported in loop " |
| 2759 | "topology\n"); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2760 | /* Get Loop Map information */ |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2761 | if (bf_get(lpfc_mbx_read_top_il, la)) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2762 | vport->fc_flag |= FC_LBIT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2763 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2764 | vport->fc_myDID = bf_get(lpfc_mbx_read_top_alpa_granted, la); |
| 2765 | i = la->lilpBde64.tus.f.bdeSize; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2766 | |
| 2767 | if (i == 0) { |
| 2768 | phba->alpa_map[0] = 0; |
| 2769 | } else { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2770 | if (vport->cfg_log_verbose & LOG_LINK_EVENT) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2771 | int numalpa, j, k; |
| 2772 | union { |
| 2773 | uint8_t pamap[16]; |
| 2774 | struct { |
| 2775 | uint32_t wd1; |
| 2776 | uint32_t wd2; |
| 2777 | uint32_t wd3; |
| 2778 | uint32_t wd4; |
| 2779 | } pa; |
| 2780 | } un; |
| 2781 | numalpa = phba->alpa_map[0]; |
| 2782 | j = 0; |
| 2783 | while (j < numalpa) { |
| 2784 | memset(un.pamap, 0, 16); |
| 2785 | for (k = 1; j < numalpa; k++) { |
| 2786 | un.pamap[k - 1] = |
| 2787 | phba->alpa_map[j + 1]; |
| 2788 | j++; |
| 2789 | if (k == 16) |
| 2790 | break; |
| 2791 | } |
| 2792 | /* Link Up Event ALPA map */ |
| 2793 | lpfc_printf_log(phba, |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2794 | KERN_WARNING, |
| 2795 | LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2796 | "1304 Link Up Event " |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2797 | "ALPA map Data: x%x " |
| 2798 | "x%x x%x x%x\n", |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2799 | un.pa.wd1, un.pa.wd2, |
| 2800 | un.pa.wd3, un.pa.wd4); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2801 | } |
| 2802 | } |
| 2803 | } |
| 2804 | } else { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2805 | if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)) { |
James Smart | 78b2d85 | 2007-08-02 11:10:21 -0400 | [diff] [blame] | 2806 | if (phba->max_vpi && phba->cfg_enable_npiv && |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2807 | (phba->sli_rev == 3)) |
| 2808 | phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED; |
| 2809 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2810 | vport->fc_myDID = phba->fc_pref_DID; |
| 2811 | vport->fc_flag |= FC_LBIT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2812 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2813 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2814 | |
| 2815 | lpfc_linkup(phba); |
James Smart | 9f1177a | 2010-02-26 14:12:57 -0500 | [diff] [blame] | 2816 | sparam_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 2817 | if (!sparam_mbox) |
| 2818 | goto out; |
| 2819 | |
| 2820 | rc = lpfc_read_sparam(phba, sparam_mbox, 0); |
| 2821 | if (rc) { |
| 2822 | mempool_free(sparam_mbox, phba->mbox_mem_pool); |
| 2823 | goto out; |
| 2824 | } |
| 2825 | sparam_mbox->vport = vport; |
| 2826 | sparam_mbox->mbox_cmpl = lpfc_mbx_cmpl_read_sparam; |
| 2827 | rc = lpfc_sli_issue_mbox(phba, sparam_mbox, MBX_NOWAIT); |
| 2828 | if (rc == MBX_NOT_FINISHED) { |
| 2829 | mp = (struct lpfc_dmabuf *) sparam_mbox->context1; |
| 2830 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 2831 | kfree(mp); |
| 2832 | mempool_free(sparam_mbox, phba->mbox_mem_pool); |
| 2833 | goto out; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2834 | } |
| 2835 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2836 | if (!(phba->hba_flag & HBA_FCOE_MODE)) { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2837 | cfglink_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 2838 | if (!cfglink_mbox) |
| 2839 | goto out; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2840 | vport->port_state = LPFC_LOCAL_CFG_LINK; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2841 | lpfc_config_link(phba, cfglink_mbox); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2842 | cfglink_mbox->vport = vport; |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 2843 | cfglink_mbox->mbox_cmpl = lpfc_mbx_cmpl_local_config_link; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 2844 | rc = lpfc_sli_issue_mbox(phba, cfglink_mbox, MBX_NOWAIT); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2845 | if (rc == MBX_NOT_FINISHED) { |
| 2846 | mempool_free(cfglink_mbox, phba->mbox_mem_pool); |
| 2847 | goto out; |
| 2848 | } |
| 2849 | } else { |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 2850 | vport->port_state = LPFC_VPORT_UNKNOWN; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2851 | /* |
| 2852 | * Add the driver's default FCF record at FCF index 0 now. This |
| 2853 | * is phase 1 implementation that support FCF index 0 and driver |
| 2854 | * defaults. |
| 2855 | */ |
James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 2856 | if (!(phba->hba_flag & HBA_FIP_SUPPORT)) { |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2857 | fcf_record = kzalloc(sizeof(struct fcf_record), |
| 2858 | GFP_KERNEL); |
| 2859 | if (unlikely(!fcf_record)) { |
| 2860 | lpfc_printf_log(phba, KERN_ERR, |
| 2861 | LOG_MBOX | LOG_SLI, |
Uwe Kleine-König | b595076 | 2010-11-01 15:38:34 -0400 | [diff] [blame] | 2862 | "2554 Could not allocate memory for " |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2863 | "fcf record\n"); |
| 2864 | rc = -ENODEV; |
| 2865 | goto out; |
| 2866 | } |
| 2867 | |
| 2868 | lpfc_sli4_build_dflt_fcf_record(phba, fcf_record, |
| 2869 | LPFC_FCOE_FCF_DEF_INDEX); |
| 2870 | rc = lpfc_sli4_add_fcf_record(phba, fcf_record); |
| 2871 | if (unlikely(rc)) { |
| 2872 | lpfc_printf_log(phba, KERN_ERR, |
| 2873 | LOG_MBOX | LOG_SLI, |
| 2874 | "2013 Could not manually add FCF " |
| 2875 | "record 0, status %d\n", rc); |
| 2876 | rc = -ENODEV; |
| 2877 | kfree(fcf_record); |
| 2878 | goto out; |
| 2879 | } |
| 2880 | kfree(fcf_record); |
| 2881 | } |
| 2882 | /* |
| 2883 | * The driver is expected to do FIP/FCF. Call the port |
| 2884 | * and get the FCF Table. |
| 2885 | */ |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 2886 | spin_lock_irq(&phba->hbalock); |
James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2887 | if (phba->hba_flag & FCF_TS_INPROG) { |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 2888 | spin_unlock_irq(&phba->hbalock); |
| 2889 | return; |
| 2890 | } |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2891 | /* This is the initial FCF discovery scan */ |
| 2892 | phba->fcf.fcf_flag |= FCF_INIT_DISC; |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 2893 | spin_unlock_irq(&phba->hbalock); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2894 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY, |
| 2895 | "2778 Start FCF table scan at linkup\n"); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2896 | rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba, |
| 2897 | LPFC_FCOE_FCF_GET_FIRST); |
| 2898 | if (rc) { |
| 2899 | spin_lock_irq(&phba->hbalock); |
| 2900 | phba->fcf.fcf_flag &= ~FCF_INIT_DISC; |
| 2901 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2902 | goto out; |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2903 | } |
James Smart | 38b92ef | 2010-08-04 16:11:39 -0400 | [diff] [blame] | 2904 | /* Reset FCF roundrobin bmask for new discovery */ |
| 2905 | memset(phba->fcf.fcf_rr_bmask, 0, |
| 2906 | sizeof(*phba->fcf.fcf_rr_bmask)); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2907 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2908 | |
| 2909 | return; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2910 | out: |
| 2911 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2912 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 2913 | "0263 Discovery Mailbox error: state: 0x%x : %p %p\n", |
| 2914 | vport->port_state, sparam_mbox, cfglink_mbox); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2915 | lpfc_issue_clear_la(phba, vport); |
| 2916 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2917 | } |
| 2918 | |
| 2919 | static void |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 2920 | lpfc_enable_la(struct lpfc_hba *phba) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2921 | { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2922 | uint32_t control; |
| 2923 | struct lpfc_sli *psli = &phba->sli; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2924 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2925 | psli->sli_flag |= LPFC_PROCESS_LA; |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 2926 | if (phba->sli_rev <= LPFC_SLI_REV3) { |
| 2927 | control = readl(phba->HCregaddr); |
| 2928 | control |= HC_LAINT_ENA; |
| 2929 | writel(control, phba->HCregaddr); |
| 2930 | readl(phba->HCregaddr); /* flush */ |
| 2931 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2932 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2933 | } |
| 2934 | |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 2935 | static void |
| 2936 | lpfc_mbx_issue_link_down(struct lpfc_hba *phba) |
| 2937 | { |
| 2938 | lpfc_linkdown(phba); |
| 2939 | lpfc_enable_la(phba); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2940 | lpfc_unregister_unused_fcf(phba); |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 2941 | /* turn on Link Attention interrupts - no CLEAR_LA needed */ |
| 2942 | } |
| 2943 | |
| 2944 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2945 | /* |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2946 | * This routine handles processing a READ_TOPOLOGY mailbox |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2947 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 2948 | * as the completion routine when the command is |
| 2949 | * handed off to the SLI layer. |
| 2950 | */ |
| 2951 | void |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2952 | lpfc_mbx_cmpl_read_topology(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2953 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2954 | struct lpfc_vport *vport = pmb->vport; |
| 2955 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2956 | struct lpfc_mbx_read_top *la; |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 2957 | MAILBOX_t *mb = &pmb->u.mb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2958 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
| 2959 | |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 2960 | /* Unblock ELS traffic */ |
| 2961 | phba->sli.ring[LPFC_ELS_RING].flag &= ~LPFC_STOP_IOCB_EVENT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2962 | /* Check for error */ |
| 2963 | if (mb->mbxStatus) { |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 2964 | lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2965 | "1307 READ_LA mbox error x%x state x%x\n", |
| 2966 | mb->mbxStatus, vport->port_state); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2967 | lpfc_mbx_issue_link_down(phba); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2968 | phba->link_state = LPFC_HBA_ERROR; |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2969 | goto lpfc_mbx_cmpl_read_topology_free_mbuf; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2970 | } |
| 2971 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2972 | la = (struct lpfc_mbx_read_top *) &pmb->u.mb.un.varReadTop; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2973 | |
| 2974 | memcpy(&phba->alpa_map[0], mp->virt, 128); |
| 2975 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2976 | spin_lock_irq(shost->host_lock); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2977 | if (bf_get(lpfc_mbx_read_top_pb, la)) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2978 | vport->fc_flag |= FC_BYPASSED_MODE; |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 2979 | else |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2980 | vport->fc_flag &= ~FC_BYPASSED_MODE; |
| 2981 | spin_unlock_irq(shost->host_lock); |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 2982 | |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 2983 | if ((phba->fc_eventTag < la->eventTag) || |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2984 | (phba->fc_eventTag == la->eventTag)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2985 | phba->fc_stat.LinkMultiEvent++; |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2986 | if (bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2987 | if (phba->fc_eventTag != 0) |
| 2988 | lpfc_linkdown(phba); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2989 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2990 | |
| 2991 | phba->fc_eventTag = la->eventTag; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2992 | spin_lock_irq(&phba->hbalock); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2993 | if (bf_get(lpfc_mbx_read_top_mm, la)) |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 2994 | phba->sli.sli_flag |= LPFC_MENLO_MAINT; |
| 2995 | else |
| 2996 | phba->sli.sli_flag &= ~LPFC_MENLO_MAINT; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2997 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2998 | |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 2999 | phba->link_events++; |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3000 | if ((bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP) && |
| 3001 | (!bf_get(lpfc_mbx_read_top_mm, la))) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3002 | phba->fc_stat.LinkUp++; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3003 | if (phba->link_flag & LS_LOOPBACK_MODE) { |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 3004 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3005 | "1306 Link Up Event in loop back mode " |
| 3006 | "x%x received Data: x%x x%x x%x x%x\n", |
| 3007 | la->eventTag, phba->fc_eventTag, |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3008 | bf_get(lpfc_mbx_read_top_alpa_granted, |
| 3009 | la), |
| 3010 | bf_get(lpfc_mbx_read_top_link_spd, la), |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3011 | phba->alpa_map[0]); |
James Smart | 5b8bd0c | 2007-04-25 09:52:49 -0400 | [diff] [blame] | 3012 | } else { |
| 3013 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3014 | "1303 Link Up Event x%x received " |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3015 | "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] | 3016 | la->eventTag, phba->fc_eventTag, |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3017 | bf_get(lpfc_mbx_read_top_alpa_granted, |
| 3018 | la), |
| 3019 | bf_get(lpfc_mbx_read_top_link_spd, la), |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3020 | phba->alpa_map[0], |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3021 | bf_get(lpfc_mbx_read_top_mm, la), |
| 3022 | bf_get(lpfc_mbx_read_top_fa, la), |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3023 | phba->wait_4_mlo_maint_flg); |
James Smart | 5b8bd0c | 2007-04-25 09:52:49 -0400 | [diff] [blame] | 3024 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3025 | lpfc_mbx_process_link_up(phba, la); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3026 | } else if (bf_get(lpfc_mbx_read_top_att_type, la) == |
| 3027 | LPFC_ATT_LINK_DOWN) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3028 | phba->fc_stat.LinkDown++; |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 3029 | if (phba->link_flag & LS_LOOPBACK_MODE) { |
| 3030 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
| 3031 | "1308 Link Down Event in loop back mode " |
| 3032 | "x%x received " |
| 3033 | "Data: x%x x%x x%x\n", |
| 3034 | la->eventTag, phba->fc_eventTag, |
| 3035 | phba->pport->port_state, vport->fc_flag); |
| 3036 | } |
| 3037 | else { |
| 3038 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3039 | "1305 Link Down Event x%x received " |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3040 | "Data: x%x x%x x%x x%x x%x\n", |
| 3041 | la->eventTag, phba->fc_eventTag, |
| 3042 | phba->pport->port_state, vport->fc_flag, |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3043 | bf_get(lpfc_mbx_read_top_mm, la), |
| 3044 | bf_get(lpfc_mbx_read_top_fa, la)); |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3045 | } |
| 3046 | lpfc_mbx_issue_link_down(phba); |
| 3047 | } |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3048 | if ((bf_get(lpfc_mbx_read_top_mm, la)) && |
| 3049 | (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] | 3050 | if (phba->link_state != LPFC_LINK_DOWN) { |
| 3051 | phba->fc_stat.LinkDown++; |
| 3052 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
| 3053 | "1312 Link Down Event x%x received " |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3054 | "Data: x%x x%x x%x\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3055 | la->eventTag, phba->fc_eventTag, |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3056 | phba->pport->port_state, vport->fc_flag); |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3057 | lpfc_mbx_issue_link_down(phba); |
| 3058 | } else |
| 3059 | lpfc_enable_la(phba); |
| 3060 | |
| 3061 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
| 3062 | "1310 Menlo Maint Mode Link up Event x%x rcvd " |
| 3063 | "Data: x%x x%x x%x\n", |
| 3064 | la->eventTag, phba->fc_eventTag, |
| 3065 | phba->pport->port_state, vport->fc_flag); |
| 3066 | /* |
| 3067 | * The cmnd that triggered this will be waiting for this |
| 3068 | * signal. |
| 3069 | */ |
| 3070 | /* WAKEUP for MENLO_SET_MODE or MENLO_RESET command. */ |
| 3071 | if (phba->wait_4_mlo_maint_flg) { |
| 3072 | phba->wait_4_mlo_maint_flg = 0; |
| 3073 | wake_up_interruptible(&phba->wait_4_mlo_m_q); |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 3074 | } |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3075 | } |
| 3076 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3077 | if (bf_get(lpfc_mbx_read_top_fa, la)) { |
| 3078 | if (bf_get(lpfc_mbx_read_top_mm, la)) |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3079 | lpfc_issue_clear_la(phba, vport); |
| 3080 | lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT, |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3081 | "1311 fa %d\n", |
| 3082 | bf_get(lpfc_mbx_read_top_fa, la)); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3083 | } |
| 3084 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3085 | lpfc_mbx_cmpl_read_topology_free_mbuf: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3086 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3087 | kfree(mp); |
| 3088 | mempool_free(pmb, phba->mbox_mem_pool); |
| 3089 | return; |
| 3090 | } |
| 3091 | |
| 3092 | /* |
| 3093 | * This routine handles processing a REG_LOGIN mailbox |
| 3094 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 3095 | * as the completion routine when the command is |
| 3096 | * handed off to the SLI layer. |
| 3097 | */ |
| 3098 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3099 | lpfc_mbx_cmpl_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3100 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3101 | struct lpfc_vport *vport = pmb->vport; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3102 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3103 | struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2; |
James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 3104 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3105 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3106 | pmb->context1 = NULL; |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 3107 | pmb->context2 = NULL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3108 | |
James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 3109 | if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND) |
| 3110 | ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND; |
| 3111 | |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 3112 | if (ndlp->nlp_flag & NLP_IGNR_REG_CMPL || |
| 3113 | ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) { |
James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 3114 | /* We rcvd a rscn after issuing this |
| 3115 | * mbox reg login, we may have cycled |
| 3116 | * back through the state and be |
| 3117 | * back at reg login state so this |
| 3118 | * mbox needs to be ignored becase |
| 3119 | * there is another reg login in |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame^] | 3120 | * process. |
James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 3121 | */ |
| 3122 | spin_lock_irq(shost->host_lock); |
| 3123 | ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; |
| 3124 | spin_unlock_irq(shost->host_lock); |
James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 3125 | } else |
| 3126 | /* Good status, call state machine */ |
| 3127 | lpfc_disc_state_machine(vport, ndlp, pmb, |
| 3128 | NLP_EVT_CMPL_REG_LOGIN); |
| 3129 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3130 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3131 | kfree(mp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3132 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 3133 | /* decrement the node reference count held for this callback |
| 3134 | * function. |
| 3135 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3136 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3137 | |
| 3138 | return; |
| 3139 | } |
| 3140 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3141 | static void |
| 3142 | lpfc_mbx_cmpl_unreg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| 3143 | { |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 3144 | MAILBOX_t *mb = &pmb->u.mb; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3145 | struct lpfc_vport *vport = pmb->vport; |
| 3146 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 3147 | |
| 3148 | switch (mb->mbxStatus) { |
| 3149 | case 0x0011: |
| 3150 | case 0x0020: |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3151 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 3152 | "0911 cmpl_unreg_vpi, mb status = 0x%x\n", |
| 3153 | mb->mbxStatus); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3154 | break; |
James Smart | 78730cf | 2010-04-06 15:06:30 -0400 | [diff] [blame] | 3155 | /* If VPI is busy, reset the HBA */ |
| 3156 | case 0x9700: |
| 3157 | lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE, |
| 3158 | "2798 Unreg_vpi failed vpi 0x%x, mb status = 0x%x\n", |
| 3159 | vport->vpi, mb->mbxStatus); |
| 3160 | if (!(phba->pport->load_flag & FC_UNLOADING)) |
| 3161 | lpfc_workq_post_event(phba, NULL, NULL, |
| 3162 | LPFC_EVT_RESET_HBA); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3163 | } |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 3164 | spin_lock_irq(shost->host_lock); |
James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 3165 | vport->vpi_state &= ~LPFC_VPI_REGISTERED; |
James Smart | 1987807 | 2009-12-21 17:02:00 -0500 | [diff] [blame] | 3166 | vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 3167 | spin_unlock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3168 | vport->unreg_vpi_cmpl = VPORT_OK; |
| 3169 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 3170 | lpfc_cleanup_vports_rrqs(vport, NULL); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3171 | /* |
| 3172 | * This shost reference might have been taken at the beginning of |
| 3173 | * lpfc_vport_delete() |
| 3174 | */ |
James Smart | 1c6f4ef5 | 2009-11-18 15:40:49 -0500 | [diff] [blame] | 3175 | if ((vport->load_flag & FC_UNLOADING) && (vport != phba->pport)) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3176 | scsi_host_put(shost); |
| 3177 | } |
| 3178 | |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 3179 | int |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3180 | lpfc_mbx_unreg_vpi(struct lpfc_vport *vport) |
| 3181 | { |
| 3182 | struct lpfc_hba *phba = vport->phba; |
| 3183 | LPFC_MBOXQ_t *mbox; |
| 3184 | int rc; |
| 3185 | |
| 3186 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 3187 | if (!mbox) |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 3188 | return 1; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3189 | |
| 3190 | lpfc_unreg_vpi(phba, vport->vpi, mbox); |
| 3191 | mbox->vport = vport; |
| 3192 | mbox->mbox_cmpl = lpfc_mbx_cmpl_unreg_vpi; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 3193 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3194 | if (rc == MBX_NOT_FINISHED) { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3195 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT, |
| 3196 | "1800 Could not issue unreg_vpi\n"); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3197 | mempool_free(mbox, phba->mbox_mem_pool); |
| 3198 | vport->unreg_vpi_cmpl = VPORT_ERROR; |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 3199 | return rc; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3200 | } |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 3201 | return 0; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3202 | } |
| 3203 | |
| 3204 | static void |
| 3205 | lpfc_mbx_cmpl_reg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| 3206 | { |
| 3207 | struct lpfc_vport *vport = pmb->vport; |
| 3208 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 3209 | MAILBOX_t *mb = &pmb->u.mb; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3210 | |
| 3211 | switch (mb->mbxStatus) { |
| 3212 | case 0x0011: |
| 3213 | case 0x9601: |
| 3214 | case 0x9602: |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3215 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 3216 | "0912 cmpl_reg_vpi, mb status = 0x%x\n", |
| 3217 | mb->mbxStatus); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3218 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
| 3219 | spin_lock_irq(shost->host_lock); |
| 3220 | vport->fc_flag &= ~(FC_FABRIC | FC_PUBLIC_LOOP); |
| 3221 | spin_unlock_irq(shost->host_lock); |
| 3222 | vport->fc_myDID = 0; |
| 3223 | goto out; |
| 3224 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3225 | |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 3226 | spin_lock_irq(shost->host_lock); |
James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 3227 | vport->vpi_state |= LPFC_VPI_REGISTERED; |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 3228 | vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 3229 | spin_unlock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3230 | vport->num_disc_nodes = 0; |
| 3231 | /* go thru NPR list and issue ELS PLOGIs */ |
| 3232 | if (vport->fc_npr_cnt) |
| 3233 | lpfc_els_disc_plogi(vport); |
| 3234 | |
| 3235 | if (!vport->num_disc_nodes) { |
| 3236 | spin_lock_irq(shost->host_lock); |
| 3237 | vport->fc_flag &= ~FC_NDISC_ACTIVE; |
| 3238 | spin_unlock_irq(shost->host_lock); |
| 3239 | lpfc_can_disctmo(vport); |
| 3240 | } |
| 3241 | vport->port_state = LPFC_VPORT_READY; |
| 3242 | |
| 3243 | out: |
| 3244 | mempool_free(pmb, phba->mbox_mem_pool); |
| 3245 | return; |
| 3246 | } |
| 3247 | |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3248 | /** |
| 3249 | * lpfc_create_static_vport - Read HBA config region to create static vports. |
| 3250 | * @phba: pointer to lpfc hba data structure. |
| 3251 | * |
| 3252 | * This routine issue a DUMP mailbox command for config region 22 to get |
| 3253 | * the list of static vports to be created. The function create vports |
| 3254 | * based on the information returned from the HBA. |
| 3255 | **/ |
| 3256 | void |
| 3257 | lpfc_create_static_vport(struct lpfc_hba *phba) |
| 3258 | { |
| 3259 | LPFC_MBOXQ_t *pmb = NULL; |
| 3260 | MAILBOX_t *mb; |
| 3261 | struct static_vport_info *vport_info; |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3262 | int rc = 0, i; |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3263 | struct fc_vport_identifiers vport_id; |
| 3264 | struct fc_vport *new_fc_vport; |
| 3265 | struct Scsi_Host *shost; |
| 3266 | struct lpfc_vport *vport; |
| 3267 | uint16_t offset = 0; |
| 3268 | uint8_t *vport_buff; |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3269 | struct lpfc_dmabuf *mp; |
| 3270 | uint32_t byte_count = 0; |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3271 | |
| 3272 | pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 3273 | if (!pmb) { |
| 3274 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 3275 | "0542 lpfc_create_static_vport failed to" |
| 3276 | " allocate mailbox memory\n"); |
| 3277 | return; |
| 3278 | } |
| 3279 | |
| 3280 | mb = &pmb->u.mb; |
| 3281 | |
| 3282 | vport_info = kzalloc(sizeof(struct static_vport_info), GFP_KERNEL); |
| 3283 | if (!vport_info) { |
| 3284 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 3285 | "0543 lpfc_create_static_vport failed to" |
| 3286 | " allocate vport_info\n"); |
| 3287 | mempool_free(pmb, phba->mbox_mem_pool); |
| 3288 | return; |
| 3289 | } |
| 3290 | |
| 3291 | vport_buff = (uint8_t *) vport_info; |
| 3292 | do { |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3293 | if (lpfc_dump_static_vport(phba, pmb, offset)) |
| 3294 | goto out; |
| 3295 | |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3296 | pmb->vport = phba->pport; |
| 3297 | rc = lpfc_sli_issue_mbox_wait(phba, pmb, LPFC_MBOX_TMO); |
| 3298 | |
| 3299 | if ((rc != MBX_SUCCESS) || mb->mbxStatus) { |
| 3300 | lpfc_printf_log(phba, KERN_WARNING, LOG_INIT, |
| 3301 | "0544 lpfc_create_static_vport failed to" |
| 3302 | " issue dump mailbox command ret 0x%x " |
| 3303 | "status 0x%x\n", |
| 3304 | rc, mb->mbxStatus); |
| 3305 | goto out; |
| 3306 | } |
| 3307 | |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3308 | if (phba->sli_rev == LPFC_SLI_REV4) { |
| 3309 | byte_count = pmb->u.mqe.un.mb_words[5]; |
| 3310 | mp = (struct lpfc_dmabuf *) pmb->context2; |
| 3311 | if (byte_count > sizeof(struct static_vport_info) - |
| 3312 | offset) |
| 3313 | byte_count = sizeof(struct static_vport_info) |
| 3314 | - offset; |
| 3315 | memcpy(vport_buff + offset, mp->virt, byte_count); |
| 3316 | offset += byte_count; |
| 3317 | } else { |
| 3318 | if (mb->un.varDmp.word_cnt > |
| 3319 | sizeof(struct static_vport_info) - offset) |
| 3320 | mb->un.varDmp.word_cnt = |
| 3321 | sizeof(struct static_vport_info) |
| 3322 | - offset; |
| 3323 | byte_count = mb->un.varDmp.word_cnt; |
| 3324 | lpfc_sli_pcimem_bcopy(((uint8_t *)mb) + DMP_RSP_OFFSET, |
| 3325 | vport_buff + offset, |
| 3326 | byte_count); |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3327 | |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3328 | offset += byte_count; |
| 3329 | } |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3330 | |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3331 | } while (byte_count && |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3332 | offset < sizeof(struct static_vport_info)); |
| 3333 | |
| 3334 | |
| 3335 | if ((le32_to_cpu(vport_info->signature) != VPORT_INFO_SIG) || |
| 3336 | ((le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK) |
| 3337 | != VPORT_INFO_REV)) { |
| 3338 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 3339 | "0545 lpfc_create_static_vport bad" |
| 3340 | " information header 0x%x 0x%x\n", |
| 3341 | le32_to_cpu(vport_info->signature), |
| 3342 | le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK); |
| 3343 | |
| 3344 | goto out; |
| 3345 | } |
| 3346 | |
| 3347 | shost = lpfc_shost_from_vport(phba->pport); |
| 3348 | |
| 3349 | for (i = 0; i < MAX_STATIC_VPORT_COUNT; i++) { |
| 3350 | memset(&vport_id, 0, sizeof(vport_id)); |
| 3351 | vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn); |
| 3352 | vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn); |
| 3353 | if (!vport_id.port_name || !vport_id.node_name) |
| 3354 | continue; |
| 3355 | |
| 3356 | vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR; |
| 3357 | vport_id.vport_type = FC_PORTTYPE_NPIV; |
| 3358 | vport_id.disable = false; |
| 3359 | new_fc_vport = fc_vport_create(shost, 0, &vport_id); |
| 3360 | |
| 3361 | if (!new_fc_vport) { |
| 3362 | lpfc_printf_log(phba, KERN_WARNING, LOG_INIT, |
| 3363 | "0546 lpfc_create_static_vport failed to" |
James Smart | e4e7427 | 2009-07-19 10:01:38 -0400 | [diff] [blame] | 3364 | " create vport\n"); |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3365 | continue; |
| 3366 | } |
| 3367 | |
| 3368 | vport = *(struct lpfc_vport **)new_fc_vport->dd_data; |
| 3369 | vport->vport_flag |= STATIC_VPORT; |
| 3370 | } |
| 3371 | |
| 3372 | out: |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3373 | kfree(vport_info); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3374 | if (rc != MBX_TIMEOUT) { |
| 3375 | if (pmb->context2) { |
| 3376 | mp = (struct lpfc_dmabuf *) pmb->context2; |
| 3377 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3378 | kfree(mp); |
| 3379 | } |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3380 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3381 | } |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3382 | |
| 3383 | return; |
| 3384 | } |
| 3385 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3386 | /* |
| 3387 | * This routine handles processing a Fabric REG_LOGIN mailbox |
| 3388 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 3389 | * as the completion routine when the command is |
| 3390 | * handed off to the SLI layer. |
| 3391 | */ |
| 3392 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3393 | lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3394 | { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3395 | struct lpfc_vport *vport = pmb->vport; |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3396 | MAILBOX_t *mb = &pmb->u.mb; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3397 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3398 | struct lpfc_nodelist *ndlp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3399 | |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 3400 | ndlp = (struct lpfc_nodelist *) pmb->context2; |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3401 | pmb->context1 = NULL; |
| 3402 | pmb->context2 = NULL; |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 3403 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3404 | if (mb->mbxStatus) { |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3405 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 3406 | "0258 Register Fabric login error: 0x%x\n", |
| 3407 | mb->mbxStatus); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3408 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3409 | kfree(mp); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3410 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3411 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3412 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3413 | /* FLOGI failed, use loop map to make discovery list */ |
| 3414 | lpfc_disc_list_loopmap(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3415 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3416 | /* Start discovery */ |
| 3417 | lpfc_disc_start(vport); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3418 | /* Decrement the reference count to ndlp after the |
| 3419 | * reference to the ndlp are done. |
| 3420 | */ |
| 3421 | lpfc_nlp_put(ndlp); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3422 | return; |
| 3423 | } |
| 3424 | |
| 3425 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3426 | /* Decrement the reference count to ndlp after the reference |
| 3427 | * to the ndlp are done. |
| 3428 | */ |
| 3429 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3430 | return; |
| 3431 | } |
| 3432 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3433 | ndlp->nlp_rpi = mb->un.varWords[0]; |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 3434 | ndlp->nlp_flag |= NLP_RPI_REGISTERED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3435 | ndlp->nlp_type |= NLP_FABRIC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3436 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3437 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3438 | if (vport->port_state == LPFC_FABRIC_CFG_LINK) { |
James Smart | 4b40c59 | 2010-03-15 11:25:44 -0400 | [diff] [blame] | 3439 | /* when physical port receive logo donot start |
| 3440 | * vport discovery */ |
| 3441 | if (!(vport->fc_flag & FC_LOGO_RCVD_DID_CHNG)) |
| 3442 | lpfc_start_fdiscs(phba); |
| 3443 | else |
| 3444 | vport->fc_flag &= ~FC_LOGO_RCVD_DID_CHNG ; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3445 | lpfc_do_scr_ns_plogi(phba, vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3446 | } |
| 3447 | |
| 3448 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3449 | kfree(mp); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3450 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3451 | |
| 3452 | /* Drop the reference count from the mbox at the end after |
| 3453 | * all the current reference to the ndlp have been done. |
| 3454 | */ |
| 3455 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3456 | return; |
| 3457 | } |
| 3458 | |
| 3459 | /* |
| 3460 | * This routine handles processing a NameServer REG_LOGIN mailbox |
| 3461 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 3462 | * as the completion routine when the command is |
| 3463 | * handed off to the SLI layer. |
| 3464 | */ |
| 3465 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3466 | lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3467 | { |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3468 | MAILBOX_t *mb = &pmb->u.mb; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3469 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
| 3470 | struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2; |
| 3471 | struct lpfc_vport *vport = pmb->vport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3472 | |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 3473 | pmb->context1 = NULL; |
| 3474 | pmb->context2 = NULL; |
| 3475 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3476 | if (mb->mbxStatus) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3477 | out: |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3478 | lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS, |
| 3479 | "0260 Register NameServer error: 0x%x\n", |
| 3480 | mb->mbxStatus); |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 3481 | /* decrement the node reference count held for this |
| 3482 | * callback function. |
| 3483 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3484 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3485 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3486 | kfree(mp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3487 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 3488 | |
| 3489 | /* If no other thread is using the ndlp, free it */ |
| 3490 | lpfc_nlp_not_used(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3491 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3492 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3493 | /* |
| 3494 | * RegLogin failed, use loop map to make discovery |
| 3495 | * list |
| 3496 | */ |
| 3497 | lpfc_disc_list_loopmap(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3498 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3499 | /* Start discovery */ |
| 3500 | lpfc_disc_start(vport); |
| 3501 | return; |
| 3502 | } |
| 3503 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3504 | return; |
| 3505 | } |
| 3506 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3507 | ndlp->nlp_rpi = mb->un.varWords[0]; |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 3508 | ndlp->nlp_flag |= NLP_RPI_REGISTERED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3509 | ndlp->nlp_type |= NLP_FABRIC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3510 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3511 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3512 | if (vport->port_state < LPFC_VPORT_READY) { |
| 3513 | /* Link up discovery requires Fabric registration. */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3514 | lpfc_ns_cmd(vport, SLI_CTNS_RFF_ID, 0, 0); /* Do this first! */ |
| 3515 | lpfc_ns_cmd(vport, SLI_CTNS_RNN_ID, 0, 0); |
| 3516 | lpfc_ns_cmd(vport, SLI_CTNS_RSNN_NN, 0, 0); |
| 3517 | lpfc_ns_cmd(vport, SLI_CTNS_RSPN_ID, 0, 0); |
| 3518 | lpfc_ns_cmd(vport, SLI_CTNS_RFT_ID, 0, 0); |
| 3519 | |
| 3520 | /* Issue SCR just before NameServer GID_FT Query */ |
| 3521 | lpfc_issue_els_scr(vport, SCR_DID, 0); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3522 | } |
| 3523 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3524 | vport->fc_ns_retry = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3525 | /* Good status, issue CT Request to NameServer */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3526 | if (lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, 0, 0)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3527 | /* Cannot issue NameServer Query, so finish up discovery */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3528 | goto out; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3529 | } |
| 3530 | |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 3531 | /* decrement the node reference count held for this |
| 3532 | * callback function. |
| 3533 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3534 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3535 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 3536 | kfree(mp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3537 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3538 | |
| 3539 | return; |
| 3540 | } |
| 3541 | |
| 3542 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3543 | lpfc_register_remote_port(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3544 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3545 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 3546 | struct fc_rport *rport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3547 | struct lpfc_rport_data *rdata; |
| 3548 | struct fc_rport_identifiers rport_ids; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3549 | struct lpfc_hba *phba = vport->phba; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3550 | |
| 3551 | /* Remote port has reappeared. Re-register w/ FC transport */ |
Andrew Morton | 68ce1eb | 2005-09-21 09:46:54 -0700 | [diff] [blame] | 3552 | rport_ids.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn); |
| 3553 | rport_ids.port_name = wwn_to_u64(ndlp->nlp_portname.u.wwn); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3554 | rport_ids.port_id = ndlp->nlp_DID; |
| 3555 | rport_ids.roles = FC_RPORT_ROLE_UNKNOWN; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3556 | |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3557 | /* |
| 3558 | * We leave our node pointer in rport->dd_data when we unregister a |
| 3559 | * FCP target port. But fc_remote_port_add zeros the space to which |
| 3560 | * rport->dd_data points. So, if we're reusing a previously |
| 3561 | * registered port, drop the reference that we took the last time we |
| 3562 | * registered the port. |
| 3563 | */ |
| 3564 | if (ndlp->rport && ndlp->rport->dd_data && |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3565 | ((struct lpfc_rport_data *) ndlp->rport->dd_data)->pnode == ndlp) |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3566 | lpfc_nlp_put(ndlp); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3567 | |
| 3568 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT, |
| 3569 | "rport add: did:x%x flg:x%x type x%x", |
| 3570 | ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type); |
| 3571 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3572 | ndlp->rport = rport = fc_remote_port_add(shost, 0, &rport_ids); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3573 | if (!rport || !get_device(&rport->dev)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3574 | dev_printk(KERN_WARNING, &phba->pcidev->dev, |
| 3575 | "Warning: fc_remote_port_add failed\n"); |
| 3576 | return; |
| 3577 | } |
| 3578 | |
| 3579 | /* initialize static port data */ |
| 3580 | rport->maxframe_size = ndlp->nlp_maxframe; |
| 3581 | rport->supported_classes = ndlp->nlp_class_sup; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3582 | rdata = rport->dd_data; |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3583 | rdata->pnode = lpfc_nlp_get(ndlp); |
James.Smart@Emulex.Com | 23dc04f | 2005-11-28 11:41:44 -0500 | [diff] [blame] | 3584 | |
| 3585 | if (ndlp->nlp_type & NLP_FCP_TARGET) |
| 3586 | rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET; |
| 3587 | if (ndlp->nlp_type & NLP_FCP_INITIATOR) |
| 3588 | rport_ids.roles |= FC_RPORT_ROLE_FCP_INITIATOR; |
| 3589 | |
| 3590 | |
| 3591 | if (rport_ids.roles != FC_RPORT_ROLE_UNKNOWN) |
| 3592 | fc_remote_port_rolechg(rport, rport_ids.roles); |
| 3593 | |
James Smart | 071fbd3d | 2006-04-15 11:53:20 -0400 | [diff] [blame] | 3594 | if ((rport->scsi_target_id != -1) && |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3595 | (rport->scsi_target_id < LPFC_MAX_TARGET)) { |
James Smart | 071fbd3d | 2006-04-15 11:53:20 -0400 | [diff] [blame] | 3596 | ndlp->nlp_sid = rport->scsi_target_id; |
| 3597 | } |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3598 | return; |
| 3599 | } |
| 3600 | |
| 3601 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3602 | lpfc_unregister_remote_port(struct lpfc_nodelist *ndlp) |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3603 | { |
| 3604 | struct fc_rport *rport = ndlp->rport; |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 3605 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3606 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_RPORT, |
| 3607 | "rport delete: did:x%x flg:x%x type x%x", |
| 3608 | ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type); |
| 3609 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3610 | fc_remote_port_delete(rport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3611 | |
| 3612 | return; |
| 3613 | } |
| 3614 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3615 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3616 | lpfc_nlp_counters(struct lpfc_vport *vport, int state, int count) |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3617 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3618 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 3619 | |
| 3620 | spin_lock_irq(shost->host_lock); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3621 | switch (state) { |
| 3622 | case NLP_STE_UNUSED_NODE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3623 | vport->fc_unused_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3624 | break; |
| 3625 | case NLP_STE_PLOGI_ISSUE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3626 | vport->fc_plogi_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3627 | break; |
| 3628 | case NLP_STE_ADISC_ISSUE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3629 | vport->fc_adisc_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3630 | break; |
| 3631 | case NLP_STE_REG_LOGIN_ISSUE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3632 | vport->fc_reglogin_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3633 | break; |
| 3634 | case NLP_STE_PRLI_ISSUE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3635 | vport->fc_prli_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3636 | break; |
| 3637 | case NLP_STE_UNMAPPED_NODE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3638 | vport->fc_unmap_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3639 | break; |
| 3640 | case NLP_STE_MAPPED_NODE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3641 | vport->fc_map_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3642 | break; |
| 3643 | case NLP_STE_NPR_NODE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3644 | vport->fc_npr_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3645 | break; |
| 3646 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3647 | spin_unlock_irq(shost->host_lock); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3648 | } |
Jamie Wellnitz | 66a9ed6 | 2006-02-28 22:33:10 -0500 | [diff] [blame] | 3649 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3650 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3651 | lpfc_nlp_state_cleanup(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3652 | int old_state, int new_state) |
| 3653 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3654 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 3655 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3656 | if (new_state == NLP_STE_UNMAPPED_NODE) { |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3657 | ndlp->nlp_flag &= ~NLP_NODEV_REMOVE; |
| 3658 | ndlp->nlp_type |= NLP_FC_NODE; |
| 3659 | } |
| 3660 | if (new_state == NLP_STE_MAPPED_NODE) |
| 3661 | ndlp->nlp_flag &= ~NLP_NODEV_REMOVE; |
| 3662 | if (new_state == NLP_STE_NPR_NODE) |
| 3663 | ndlp->nlp_flag &= ~NLP_RCV_PLOGI; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3664 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3665 | /* Transport interface */ |
| 3666 | if (ndlp->rport && (old_state == NLP_STE_MAPPED_NODE || |
| 3667 | old_state == NLP_STE_UNMAPPED_NODE)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3668 | vport->phba->nport_event_cnt++; |
| 3669 | lpfc_unregister_remote_port(ndlp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3670 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3671 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3672 | if (new_state == NLP_STE_MAPPED_NODE || |
| 3673 | new_state == NLP_STE_UNMAPPED_NODE) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3674 | vport->phba->nport_event_cnt++; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3675 | /* |
| 3676 | * Tell the fc transport about the port, if we haven't |
| 3677 | * already. If we have, and it's a scsi entity, be |
| 3678 | * sure to unblock any attached scsi devices |
| 3679 | */ |
| 3680 | lpfc_register_remote_port(vport, ndlp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3681 | } |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 3682 | if ((new_state == NLP_STE_MAPPED_NODE) && |
| 3683 | (vport->stat_data_enabled)) { |
| 3684 | /* |
| 3685 | * A new target is discovered, if there is no buffer for |
| 3686 | * statistical data collection allocate buffer. |
| 3687 | */ |
| 3688 | ndlp->lat_data = kcalloc(LPFC_MAX_BUCKET_COUNT, |
| 3689 | sizeof(struct lpfc_scsicmd_bkt), |
| 3690 | GFP_KERNEL); |
| 3691 | |
| 3692 | if (!ndlp->lat_data) |
| 3693 | lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE, |
| 3694 | "0286 lpfc_nlp_state_cleanup failed to " |
| 3695 | "allocate statistical data buffer DID " |
| 3696 | "0x%x\n", ndlp->nlp_DID); |
| 3697 | } |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3698 | /* |
| 3699 | * if we added to Mapped list, but the remote port |
| 3700 | * registration failed or assigned a target id outside |
| 3701 | * our presentable range - move the node to the |
| 3702 | * Unmapped List |
| 3703 | */ |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3704 | if (new_state == NLP_STE_MAPPED_NODE && |
| 3705 | (!ndlp->rport || |
| 3706 | ndlp->rport->scsi_target_id == -1 || |
| 3707 | ndlp->rport->scsi_target_id >= LPFC_MAX_TARGET)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3708 | spin_lock_irq(shost->host_lock); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3709 | ndlp->nlp_flag |= NLP_TGT_NO_SCSIID; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3710 | spin_unlock_irq(shost->host_lock); |
| 3711 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3712 | } |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3713 | } |
| 3714 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 3715 | static char * |
| 3716 | lpfc_nlp_state_name(char *buffer, size_t size, int state) |
| 3717 | { |
| 3718 | static char *states[] = { |
| 3719 | [NLP_STE_UNUSED_NODE] = "UNUSED", |
| 3720 | [NLP_STE_PLOGI_ISSUE] = "PLOGI", |
| 3721 | [NLP_STE_ADISC_ISSUE] = "ADISC", |
| 3722 | [NLP_STE_REG_LOGIN_ISSUE] = "REGLOGIN", |
| 3723 | [NLP_STE_PRLI_ISSUE] = "PRLI", |
| 3724 | [NLP_STE_UNMAPPED_NODE] = "UNMAPPED", |
| 3725 | [NLP_STE_MAPPED_NODE] = "MAPPED", |
| 3726 | [NLP_STE_NPR_NODE] = "NPR", |
| 3727 | }; |
| 3728 | |
James Smart | 311464e | 2007-08-02 11:10:37 -0400 | [diff] [blame] | 3729 | if (state < NLP_STE_MAX_STATE && states[state]) |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 3730 | strlcpy(buffer, states[state], size); |
| 3731 | else |
| 3732 | snprintf(buffer, size, "unknown (%d)", state); |
| 3733 | return buffer; |
| 3734 | } |
| 3735 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3736 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3737 | lpfc_nlp_set_state(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
| 3738 | int state) |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3739 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3740 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3741 | int old_state = ndlp->nlp_state; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 3742 | char name1[16], name2[16]; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3743 | |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3744 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 3745 | "0904 NPort state transition x%06x, %s -> %s\n", |
| 3746 | ndlp->nlp_DID, |
| 3747 | lpfc_nlp_state_name(name1, sizeof(name1), old_state), |
| 3748 | lpfc_nlp_state_name(name2, sizeof(name2), state)); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3749 | |
| 3750 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE, |
| 3751 | "node statechg did:x%x old:%d ste:%d", |
| 3752 | ndlp->nlp_DID, old_state, state); |
| 3753 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3754 | if (old_state == NLP_STE_NPR_NODE && |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3755 | state != NLP_STE_NPR_NODE) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3756 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3757 | if (old_state == NLP_STE_UNMAPPED_NODE) { |
| 3758 | ndlp->nlp_flag &= ~NLP_TGT_NO_SCSIID; |
| 3759 | ndlp->nlp_type &= ~NLP_FC_NODE; |
| 3760 | } |
| 3761 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 3762 | if (list_empty(&ndlp->nlp_listp)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3763 | spin_lock_irq(shost->host_lock); |
| 3764 | list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes); |
| 3765 | spin_unlock_irq(shost->host_lock); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 3766 | } else if (old_state) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3767 | lpfc_nlp_counters(vport, old_state, -1); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3768 | |
| 3769 | ndlp->nlp_state = state; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3770 | lpfc_nlp_counters(vport, state, 1); |
| 3771 | lpfc_nlp_state_cleanup(vport, ndlp, old_state, state); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3772 | } |
| 3773 | |
| 3774 | void |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3775 | lpfc_enqueue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| 3776 | { |
| 3777 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 3778 | |
| 3779 | if (list_empty(&ndlp->nlp_listp)) { |
| 3780 | spin_lock_irq(shost->host_lock); |
| 3781 | list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes); |
| 3782 | spin_unlock_irq(shost->host_lock); |
| 3783 | } |
| 3784 | } |
| 3785 | |
| 3786 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3787 | lpfc_dequeue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3788 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3789 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 3790 | |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 3791 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3792 | if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3793 | lpfc_nlp_counters(vport, ndlp->nlp_state, -1); |
| 3794 | spin_lock_irq(shost->host_lock); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 3795 | list_del_init(&ndlp->nlp_listp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3796 | spin_unlock_irq(shost->host_lock); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3797 | lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state, |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3798 | NLP_STE_UNUSED_NODE); |
| 3799 | } |
| 3800 | |
Adrian Bunk | 4d9db01 | 2008-02-14 23:24:02 +0200 | [diff] [blame] | 3801 | static void |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3802 | lpfc_disable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| 3803 | { |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 3804 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3805 | if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) |
| 3806 | lpfc_nlp_counters(vport, ndlp->nlp_state, -1); |
| 3807 | lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state, |
| 3808 | NLP_STE_UNUSED_NODE); |
| 3809 | } |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 3810 | /** |
James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 3811 | * lpfc_initialize_node - Initialize all fields of node object |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 3812 | * @vport: Pointer to Virtual Port object. |
| 3813 | * @ndlp: Pointer to FC node object. |
| 3814 | * @did: FC_ID of the node. |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 3815 | * |
| 3816 | * This function is always called when node object need to be initialized. |
| 3817 | * It initializes all the fields of the node object. Although the reference |
| 3818 | * to phba from @ndlp can be obtained indirectly through it's reference to |
| 3819 | * @vport, a direct reference to phba is taken here by @ndlp. This is due |
| 3820 | * to the life-span of the @ndlp might go beyond the existence of @vport as |
| 3821 | * the final release of ndlp is determined by its reference count. And, the |
| 3822 | * operation on @ndlp needs the reference to phba. |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 3823 | **/ |
| 3824 | static inline void |
| 3825 | lpfc_initialize_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
| 3826 | uint32_t did) |
| 3827 | { |
| 3828 | INIT_LIST_HEAD(&ndlp->els_retry_evt.evt_listp); |
| 3829 | INIT_LIST_HEAD(&ndlp->dev_loss_evt.evt_listp); |
| 3830 | init_timer(&ndlp->nlp_delayfunc); |
| 3831 | ndlp->nlp_delayfunc.function = lpfc_els_retry_delay; |
| 3832 | ndlp->nlp_delayfunc.data = (unsigned long)ndlp; |
| 3833 | ndlp->nlp_DID = did; |
| 3834 | ndlp->vport = vport; |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 3835 | ndlp->phba = vport->phba; |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 3836 | ndlp->nlp_sid = NLP_NO_SID; |
| 3837 | kref_init(&ndlp->kref); |
| 3838 | NLP_INT_NODE_ACT(ndlp); |
| 3839 | atomic_set(&ndlp->cmd_pending, 0); |
James Smart | 7dc517d | 2010-07-14 15:32:10 -0400 | [diff] [blame] | 3840 | ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth; |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 3841 | if (vport->phba->sli_rev == LPFC_SLI_REV4) |
| 3842 | ndlp->nlp_rpi = lpfc_sli4_alloc_rpi(vport->phba); |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 3843 | } |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3844 | |
| 3845 | struct lpfc_nodelist * |
| 3846 | lpfc_enable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
| 3847 | int state) |
| 3848 | { |
| 3849 | struct lpfc_hba *phba = vport->phba; |
| 3850 | uint32_t did; |
| 3851 | unsigned long flags; |
| 3852 | |
| 3853 | if (!ndlp) |
| 3854 | return NULL; |
| 3855 | |
| 3856 | spin_lock_irqsave(&phba->ndlp_lock, flags); |
| 3857 | /* The ndlp should not be in memory free mode */ |
| 3858 | if (NLP_CHK_FREE_REQ(ndlp)) { |
| 3859 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 3860 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, |
| 3861 | "0277 lpfc_enable_node: ndlp:x%p " |
| 3862 | "usgmap:x%x refcnt:%d\n", |
| 3863 | (void *)ndlp, ndlp->nlp_usg_map, |
| 3864 | atomic_read(&ndlp->kref.refcount)); |
| 3865 | return NULL; |
| 3866 | } |
| 3867 | /* The ndlp should not already be in active mode */ |
| 3868 | if (NLP_CHK_NODE_ACT(ndlp)) { |
| 3869 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 3870 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, |
| 3871 | "0278 lpfc_enable_node: ndlp:x%p " |
| 3872 | "usgmap:x%x refcnt:%d\n", |
| 3873 | (void *)ndlp, ndlp->nlp_usg_map, |
| 3874 | atomic_read(&ndlp->kref.refcount)); |
| 3875 | return NULL; |
| 3876 | } |
| 3877 | |
| 3878 | /* Keep the original DID */ |
| 3879 | did = ndlp->nlp_DID; |
| 3880 | |
| 3881 | /* re-initialize ndlp except of ndlp linked list pointer */ |
| 3882 | memset((((char *)ndlp) + sizeof (struct list_head)), 0, |
| 3883 | sizeof (struct lpfc_nodelist) - sizeof (struct list_head)); |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 3884 | lpfc_initialize_node(vport, ndlp, did); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3885 | |
| 3886 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 3887 | |
| 3888 | if (state != NLP_STE_UNUSED_NODE) |
| 3889 | lpfc_nlp_set_state(vport, ndlp, state); |
| 3890 | |
| 3891 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE, |
| 3892 | "node enable: did:x%x", |
| 3893 | ndlp->nlp_DID, 0, 0); |
| 3894 | return ndlp; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3895 | } |
| 3896 | |
| 3897 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3898 | lpfc_drop_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3899 | { |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 3900 | /* |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 3901 | * Use of lpfc_drop_node and UNUSED list: lpfc_drop_node should |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 3902 | * 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] | 3903 | * the ndlp from the vport. The ndlp marked as UNUSED on the list |
| 3904 | * until ALL other outstanding threads have completed. We check |
| 3905 | * that the ndlp not already in the UNUSED state before we proceed. |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 3906 | */ |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 3907 | if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) |
| 3908 | return; |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 3909 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNUSED_NODE); |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 3910 | if (vport->phba->sli_rev == LPFC_SLI_REV4) |
| 3911 | lpfc_cleanup_vports_rrqs(vport, ndlp); |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 3912 | lpfc_nlp_put(ndlp); |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 3913 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3914 | } |
| 3915 | |
| 3916 | /* |
| 3917 | * Start / ReStart rescue timer for Discovery / RSCN handling |
| 3918 | */ |
| 3919 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3920 | lpfc_set_disctmo(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3921 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3922 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 3923 | struct lpfc_hba *phba = vport->phba; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3924 | uint32_t tmo; |
| 3925 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3926 | if (vport->port_state == LPFC_LOCAL_CFG_LINK) { |
Frederik Schwarzer | 025dfda | 2008-10-16 19:02:37 +0200 | [diff] [blame] | 3927 | /* For FAN, timeout should be greater than edtov */ |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 3928 | tmo = (((phba->fc_edtov + 999) / 1000) + 1); |
| 3929 | } else { |
Frederik Schwarzer | 025dfda | 2008-10-16 19:02:37 +0200 | [diff] [blame] | 3930 | /* Normal discovery timeout should be > than ELS/CT timeout |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 3931 | * FC spec states we need 3 * ratov for CT requests |
| 3932 | */ |
| 3933 | tmo = ((phba->fc_ratov * 3) + 3); |
| 3934 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3935 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3936 | |
| 3937 | if (!timer_pending(&vport->fc_disctmo)) { |
| 3938 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, |
| 3939 | "set disc timer: tmo:x%x state:x%x flg:x%x", |
| 3940 | tmo, vport->port_state, vport->fc_flag); |
| 3941 | } |
| 3942 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3943 | mod_timer(&vport->fc_disctmo, jiffies + HZ * tmo); |
| 3944 | spin_lock_irq(shost->host_lock); |
| 3945 | vport->fc_flag |= FC_DISC_TMO; |
| 3946 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3947 | |
| 3948 | /* Start Discovery Timer state <hba_state> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3949 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 3950 | "0247 Start Discovery Timer state x%x " |
| 3951 | "Data: x%x x%lx x%x x%x\n", |
| 3952 | vport->port_state, tmo, |
| 3953 | (unsigned long)&vport->fc_disctmo, vport->fc_plogi_cnt, |
| 3954 | vport->fc_adisc_cnt); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3955 | |
| 3956 | return; |
| 3957 | } |
| 3958 | |
| 3959 | /* |
| 3960 | * Cancel rescue timer for Discovery / RSCN handling |
| 3961 | */ |
| 3962 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3963 | lpfc_can_disctmo(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3964 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3965 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3966 | unsigned long iflags; |
| 3967 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3968 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, |
| 3969 | "can disc timer: state:x%x rtry:x%x flg:x%x", |
| 3970 | vport->port_state, vport->fc_ns_retry, vport->fc_flag); |
| 3971 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3972 | /* Turn off discovery timer if its running */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3973 | if (vport->fc_flag & FC_DISC_TMO) { |
| 3974 | spin_lock_irqsave(shost->host_lock, iflags); |
| 3975 | vport->fc_flag &= ~FC_DISC_TMO; |
| 3976 | spin_unlock_irqrestore(shost->host_lock, iflags); |
| 3977 | del_timer_sync(&vport->fc_disctmo); |
| 3978 | spin_lock_irqsave(&vport->work_port_lock, iflags); |
| 3979 | vport->work_port_events &= ~WORKER_DISC_TMO; |
| 3980 | spin_unlock_irqrestore(&vport->work_port_lock, iflags); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3981 | } |
| 3982 | |
| 3983 | /* Cancel Discovery Timer state <hba_state> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3984 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 3985 | "0248 Cancel Discovery Timer state x%x " |
| 3986 | "Data: x%x x%x x%x\n", |
| 3987 | vport->port_state, vport->fc_flag, |
| 3988 | vport->fc_plogi_cnt, vport->fc_adisc_cnt); |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 3989 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3990 | } |
| 3991 | |
| 3992 | /* |
| 3993 | * Check specified ring for outstanding IOCB on the SLI queue |
| 3994 | * Return true if iocb matches the specified nport |
| 3995 | */ |
| 3996 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3997 | lpfc_check_sli_ndlp(struct lpfc_hba *phba, |
| 3998 | struct lpfc_sli_ring *pring, |
| 3999 | struct lpfc_iocbq *iocb, |
| 4000 | struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4001 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4002 | struct lpfc_sli *psli = &phba->sli; |
| 4003 | IOCB_t *icmd = &iocb->iocb; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4004 | struct lpfc_vport *vport = ndlp->vport; |
| 4005 | |
| 4006 | if (iocb->vport != vport) |
| 4007 | return 0; |
| 4008 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4009 | if (pring->ringno == LPFC_ELS_RING) { |
| 4010 | switch (icmd->ulpCommand) { |
| 4011 | case CMD_GEN_REQUEST64_CR: |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 4012 | if (iocb->context_un.ndlp == ndlp) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4013 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4014 | case CMD_ELS_REQUEST64_CR: |
James Smart | 10d4e95 | 2006-04-15 11:53:15 -0400 | [diff] [blame] | 4015 | if (icmd->un.elsreq64.remoteID == ndlp->nlp_DID) |
| 4016 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4017 | case CMD_XMIT_ELS_RSP64_CX: |
| 4018 | if (iocb->context1 == (uint8_t *) ndlp) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4019 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4020 | } |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 4021 | } else if (pring->ringno == psli->extra_ring) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4022 | |
| 4023 | } else if (pring->ringno == psli->fcp_ring) { |
| 4024 | /* Skip match check if waiting to relogin to FCP target */ |
| 4025 | if ((ndlp->nlp_type & NLP_FCP_TARGET) && |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4026 | (ndlp->nlp_flag & NLP_DELAY_TMO)) { |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4027 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4028 | } |
| 4029 | if (icmd->ulpContext == (volatile ushort)ndlp->nlp_rpi) { |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4030 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4031 | } |
| 4032 | } else if (pring->ringno == psli->next_ring) { |
| 4033 | |
| 4034 | } |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4035 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4036 | } |
| 4037 | |
| 4038 | /* |
| 4039 | * Free resources / clean up outstanding I/Os |
| 4040 | * associated with nlp_rpi in the LPFC_NODELIST entry. |
| 4041 | */ |
| 4042 | static int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4043 | lpfc_no_rpi(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4044 | { |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4045 | LIST_HEAD(completions); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4046 | struct lpfc_sli *psli; |
| 4047 | struct lpfc_sli_ring *pring; |
| 4048 | struct lpfc_iocbq *iocb, *next_iocb; |
James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 4049 | uint32_t i; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4050 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4051 | lpfc_fabric_abort_nport(ndlp); |
| 4052 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4053 | /* |
| 4054 | * Everything that matches on txcmplq will be returned |
| 4055 | * by firmware with a no rpi error. |
| 4056 | */ |
| 4057 | psli = &phba->sli; |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4058 | if (ndlp->nlp_flag & NLP_RPI_REGISTERED) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4059 | /* Now process each ring */ |
| 4060 | for (i = 0; i < psli->num_rings; i++) { |
| 4061 | pring = &psli->ring[i]; |
| 4062 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4063 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4064 | list_for_each_entry_safe(iocb, next_iocb, &pring->txq, |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4065 | list) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4066 | /* |
| 4067 | * Check to see if iocb matches the nport we are |
| 4068 | * looking for |
| 4069 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4070 | if ((lpfc_check_sli_ndlp(phba, pring, iocb, |
| 4071 | ndlp))) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4072 | /* It matches, so deque and call compl |
| 4073 | with an error */ |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4074 | list_move_tail(&iocb->list, |
| 4075 | &completions); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4076 | pring->txq_cnt--; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4077 | } |
| 4078 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4079 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4080 | } |
| 4081 | } |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4082 | |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4083 | /* Cancel all the IOCBs from the completions list */ |
| 4084 | lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT, |
| 4085 | IOERR_SLI_ABORTED); |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4086 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4087 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4088 | } |
| 4089 | |
| 4090 | /* |
| 4091 | * Free rpi associated with LPFC_NODELIST entry. |
| 4092 | * This routine is called from lpfc_freenode(), when we are removing |
| 4093 | * a LPFC_NODELIST entry. It is also called if the driver initiates a |
| 4094 | * LOGO that completes successfully, and we are waiting to PLOGI back |
| 4095 | * to the remote NPort. In addition, it is called after we receive |
| 4096 | * and unsolicated ELS cmd, send back a rsp, the rsp completes and |
| 4097 | * we are waiting to PLOGI back to the remote NPort. |
| 4098 | */ |
| 4099 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4100 | lpfc_unreg_rpi(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4101 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4102 | struct lpfc_hba *phba = vport->phba; |
| 4103 | LPFC_MBOXQ_t *mbox; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4104 | int rc; |
| 4105 | |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4106 | if (ndlp->nlp_flag & NLP_RPI_REGISTERED) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4107 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 4108 | if (mbox) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4109 | lpfc_unreg_login(phba, vport->vpi, ndlp->nlp_rpi, mbox); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4110 | mbox->vport = vport; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4111 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 4112 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4113 | if (rc == MBX_NOT_FINISHED) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4114 | mempool_free(mbox, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4115 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4116 | lpfc_no_rpi(phba, ndlp); |
James Smart | d7c4799 | 2010-06-08 18:31:54 -0400 | [diff] [blame] | 4117 | |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4118 | if (phba->sli_rev != LPFC_SLI_REV4) |
| 4119 | ndlp->nlp_rpi = 0; |
| 4120 | ndlp->nlp_flag &= ~NLP_RPI_REGISTERED; |
James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 4121 | ndlp->nlp_flag &= ~NLP_NPR_ADISC; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4122 | return 1; |
| 4123 | } |
| 4124 | return 0; |
| 4125 | } |
| 4126 | |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 4127 | /** |
| 4128 | * lpfc_unreg_hba_rpis - Unregister rpis registered to the hba. |
| 4129 | * @phba: pointer to lpfc hba data structure. |
| 4130 | * |
| 4131 | * This routine is invoked to unregister all the currently registered RPIs |
| 4132 | * to the HBA. |
| 4133 | **/ |
| 4134 | void |
| 4135 | lpfc_unreg_hba_rpis(struct lpfc_hba *phba) |
| 4136 | { |
| 4137 | struct lpfc_vport **vports; |
| 4138 | struct lpfc_nodelist *ndlp; |
| 4139 | struct Scsi_Host *shost; |
| 4140 | int i; |
| 4141 | |
| 4142 | vports = lpfc_create_vport_work_array(phba); |
James Smart | 63e801c | 2010-11-20 23:14:19 -0500 | [diff] [blame] | 4143 | if (!vports) { |
| 4144 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY, |
| 4145 | "2884 Vport array allocation failed \n"); |
| 4146 | return; |
| 4147 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 4148 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { |
| 4149 | shost = lpfc_shost_from_vport(vports[i]); |
| 4150 | spin_lock_irq(shost->host_lock); |
| 4151 | list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) { |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4152 | if (ndlp->nlp_flag & NLP_RPI_REGISTERED) { |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 4153 | /* The mempool_alloc might sleep */ |
| 4154 | spin_unlock_irq(shost->host_lock); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 4155 | lpfc_unreg_rpi(vports[i], ndlp); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 4156 | spin_lock_irq(shost->host_lock); |
| 4157 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 4158 | } |
| 4159 | spin_unlock_irq(shost->host_lock); |
| 4160 | } |
| 4161 | lpfc_destroy_vport_work_array(phba, vports); |
| 4162 | } |
| 4163 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4164 | void |
| 4165 | lpfc_unreg_all_rpis(struct lpfc_vport *vport) |
| 4166 | { |
| 4167 | struct lpfc_hba *phba = vport->phba; |
| 4168 | LPFC_MBOXQ_t *mbox; |
| 4169 | int rc; |
| 4170 | |
James Smart | 5af5eee | 2010-10-22 11:06:38 -0400 | [diff] [blame] | 4171 | if (phba->sli_rev == LPFC_SLI_REV4) { |
| 4172 | lpfc_sli4_unreg_all_rpis(vport); |
| 4173 | return; |
| 4174 | } |
| 4175 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4176 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 4177 | if (mbox) { |
| 4178 | lpfc_unreg_login(phba, vport->vpi, 0xffff, mbox); |
| 4179 | mbox->vport = vport; |
| 4180 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 4181 | mbox->context1 = NULL; |
| 4182 | rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4183 | if (rc != MBX_TIMEOUT) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4184 | mempool_free(mbox, phba->mbox_mem_pool); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4185 | |
| 4186 | if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED)) |
| 4187 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT, |
| 4188 | "1836 Could not issue " |
| 4189 | "unreg_login(all_rpis) status %d\n", rc); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4190 | } |
| 4191 | } |
| 4192 | |
| 4193 | void |
| 4194 | lpfc_unreg_default_rpis(struct lpfc_vport *vport) |
| 4195 | { |
| 4196 | struct lpfc_hba *phba = vport->phba; |
| 4197 | LPFC_MBOXQ_t *mbox; |
| 4198 | int rc; |
| 4199 | |
| 4200 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 4201 | if (mbox) { |
| 4202 | lpfc_unreg_did(phba, vport->vpi, 0xffffffff, mbox); |
| 4203 | mbox->vport = vport; |
| 4204 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 4205 | mbox->context1 = NULL; |
| 4206 | rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4207 | if (rc != MBX_TIMEOUT) |
| 4208 | mempool_free(mbox, phba->mbox_mem_pool); |
| 4209 | |
| 4210 | if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED)) |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4211 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT, |
| 4212 | "1815 Could not issue " |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4213 | "unreg_did (default rpis) status %d\n", |
| 4214 | rc); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4215 | } |
| 4216 | } |
| 4217 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4218 | /* |
| 4219 | * Free resources associated with LPFC_NODELIST entry |
| 4220 | * so it can be freed. |
| 4221 | */ |
| 4222 | static int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4223 | lpfc_cleanup_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4224 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4225 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 4226 | struct lpfc_hba *phba = vport->phba; |
| 4227 | LPFC_MBOXQ_t *mb, *nextmb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4228 | struct lpfc_dmabuf *mp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4229 | |
| 4230 | /* Cleanup node for NPort <nlp_DID> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4231 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 4232 | "0900 Cleanup node for NPort x%x " |
| 4233 | "Data: x%x x%x x%x\n", |
| 4234 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 4235 | ndlp->nlp_state, ndlp->nlp_rpi); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4236 | if (NLP_CHK_FREE_REQ(ndlp)) { |
| 4237 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, |
| 4238 | "0280 lpfc_cleanup_node: ndlp:x%p " |
| 4239 | "usgmap:x%x refcnt:%d\n", |
| 4240 | (void *)ndlp, ndlp->nlp_usg_map, |
| 4241 | atomic_read(&ndlp->kref.refcount)); |
| 4242 | lpfc_dequeue_node(vport, ndlp); |
| 4243 | } else { |
| 4244 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, |
| 4245 | "0281 lpfc_cleanup_node: ndlp:x%p " |
| 4246 | "usgmap:x%x refcnt:%d\n", |
| 4247 | (void *)ndlp, ndlp->nlp_usg_map, |
| 4248 | atomic_read(&ndlp->kref.refcount)); |
| 4249 | lpfc_disable_node(vport, ndlp); |
| 4250 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4251 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4252 | /* cleanup any ndlp on mbox q waiting for reglogin cmpl */ |
| 4253 | if ((mb = phba->sli.mbox_active)) { |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4254 | if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) && |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4255 | (ndlp == (struct lpfc_nodelist *) mb->context2)) { |
| 4256 | mb->context2 = NULL; |
| 4257 | mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
| 4258 | } |
| 4259 | } |
James Smart | 33ccf8d | 2006-08-17 11:57:58 -0400 | [diff] [blame] | 4260 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4261 | spin_lock_irq(&phba->hbalock); |
James Smart | 5ac6b30 | 2010-10-22 11:05:36 -0400 | [diff] [blame] | 4262 | /* Cleanup REG_LOGIN completions which are not yet processed */ |
| 4263 | list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) { |
| 4264 | if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) || |
| 4265 | (ndlp != (struct lpfc_nodelist *) mb->context2)) |
| 4266 | continue; |
| 4267 | |
| 4268 | mb->context2 = NULL; |
| 4269 | mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
| 4270 | } |
| 4271 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4272 | list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) { |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4273 | if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) && |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4274 | (ndlp == (struct lpfc_nodelist *) mb->context2)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4275 | mp = (struct lpfc_dmabuf *) (mb->context1); |
| 4276 | if (mp) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4277 | __lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4278 | kfree(mp); |
| 4279 | } |
| 4280 | list_del(&mb->list); |
| 4281 | mempool_free(mb, phba->mbox_mem_pool); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4282 | /* We shall not invoke the lpfc_nlp_put to decrement |
| 4283 | * the ndlp reference count as we are in the process |
| 4284 | * of lpfc_nlp_release. |
| 4285 | */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4286 | } |
| 4287 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4288 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4289 | |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4290 | lpfc_els_abort(phba, ndlp); |
| 4291 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4292 | spin_lock_irq(shost->host_lock); |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 4293 | ndlp->nlp_flag &= ~NLP_DELAY_TMO; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4294 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4295 | |
Jamie Wellnitz | 5024ab1 | 2006-02-28 19:25:28 -0500 | [diff] [blame] | 4296 | ndlp->nlp_last_elscmd = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4297 | del_timer_sync(&ndlp->nlp_delayfunc); |
| 4298 | |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 4299 | list_del_init(&ndlp->els_retry_evt.evt_listp); |
| 4300 | list_del_init(&ndlp->dev_loss_evt.evt_listp); |
James Smart | 1151e3e | 2011-02-16 12:39:35 -0500 | [diff] [blame] | 4301 | lpfc_cleanup_vports_rrqs(vport, ndlp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4302 | lpfc_unreg_rpi(vport, ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4303 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4304 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4305 | } |
| 4306 | |
| 4307 | /* |
| 4308 | * Check to see if we can free the nlp back to the freelist. |
| 4309 | * If we are in the middle of using the nlp in the discovery state |
| 4310 | * machine, defer the free till we reach the end of the state machine. |
| 4311 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 4312 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4313 | lpfc_nlp_remove(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4314 | { |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4315 | struct lpfc_hba *phba = vport->phba; |
James Smart | 1dcb58e | 2007-04-25 09:51:30 -0400 | [diff] [blame] | 4316 | struct lpfc_rport_data *rdata; |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4317 | LPFC_MBOXQ_t *mbox; |
| 4318 | int rc; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4319 | |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 4320 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 4321 | if ((ndlp->nlp_flag & NLP_DEFER_RM) && |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4322 | !(ndlp->nlp_flag & NLP_REG_LOGIN_SEND) && |
| 4323 | !(ndlp->nlp_flag & NLP_RPI_REGISTERED)) { |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4324 | /* For this case we need to cleanup the default rpi |
| 4325 | * allocated by the firmware. |
| 4326 | */ |
| 4327 | if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL)) |
| 4328 | != NULL) { |
James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 4329 | rc = lpfc_reg_rpi(phba, vport->vpi, ndlp->nlp_DID, |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4330 | (uint8_t *) &vport->fc_sparam, mbox, ndlp->nlp_rpi); |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4331 | if (rc) { |
| 4332 | mempool_free(mbox, phba->mbox_mem_pool); |
| 4333 | } |
| 4334 | else { |
| 4335 | mbox->mbox_flag |= LPFC_MBX_IMED_UNREG; |
| 4336 | mbox->mbox_cmpl = lpfc_mbx_cmpl_dflt_rpi; |
| 4337 | mbox->vport = vport; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 4338 | mbox->context2 = NULL; |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4339 | rc =lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
| 4340 | if (rc == MBX_NOT_FINISHED) { |
| 4341 | mempool_free(mbox, phba->mbox_mem_pool); |
| 4342 | } |
| 4343 | } |
| 4344 | } |
| 4345 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4346 | lpfc_cleanup_node(vport, ndlp); |
James Smart | 1dcb58e | 2007-04-25 09:51:30 -0400 | [diff] [blame] | 4347 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4348 | /* |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4349 | * We can get here with a non-NULL ndlp->rport because when we |
| 4350 | * unregister a rport we don't break the rport/node linkage. So if we |
| 4351 | * do, make sure we don't leaving any dangling pointers behind. |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4352 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4353 | if (ndlp->rport) { |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 4354 | rdata = ndlp->rport->dd_data; |
| 4355 | rdata->pnode = NULL; |
| 4356 | ndlp->rport = NULL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4357 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4358 | } |
| 4359 | |
| 4360 | static int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4361 | lpfc_matchdid(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
| 4362 | uint32_t did) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4363 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4364 | D_ID mydid, ndlpdid, matchdid; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4365 | |
| 4366 | if (did == Bcast_DID) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4367 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4368 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4369 | /* First check for Direct match */ |
| 4370 | if (ndlp->nlp_DID == did) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4371 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4372 | |
| 4373 | /* Next check for area/domain identically equals 0 match */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4374 | mydid.un.word = vport->fc_myDID; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4375 | if ((mydid.un.b.domain == 0) && (mydid.un.b.area == 0)) { |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4376 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4377 | } |
| 4378 | |
| 4379 | matchdid.un.word = did; |
| 4380 | ndlpdid.un.word = ndlp->nlp_DID; |
| 4381 | if (matchdid.un.b.id == ndlpdid.un.b.id) { |
| 4382 | if ((mydid.un.b.domain == matchdid.un.b.domain) && |
| 4383 | (mydid.un.b.area == matchdid.un.b.area)) { |
| 4384 | if ((ndlpdid.un.b.domain == 0) && |
| 4385 | (ndlpdid.un.b.area == 0)) { |
| 4386 | if (ndlpdid.un.b.id) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4387 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4388 | } |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4389 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4390 | } |
| 4391 | |
| 4392 | matchdid.un.word = ndlp->nlp_DID; |
| 4393 | if ((mydid.un.b.domain == ndlpdid.un.b.domain) && |
| 4394 | (mydid.un.b.area == ndlpdid.un.b.area)) { |
| 4395 | if ((matchdid.un.b.domain == 0) && |
| 4396 | (matchdid.un.b.area == 0)) { |
| 4397 | if (matchdid.un.b.id) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4398 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4399 | } |
| 4400 | } |
| 4401 | } |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4402 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4403 | } |
| 4404 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4405 | /* Search for a nodelist entry */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4406 | static struct lpfc_nodelist * |
| 4407 | __lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4408 | { |
James Smart | 2fb9bd8 | 2006-12-02 13:33:57 -0500 | [diff] [blame] | 4409 | struct lpfc_nodelist *ndlp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4410 | uint32_t data1; |
| 4411 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4412 | list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { |
| 4413 | if (lpfc_matchdid(vport, ndlp, did)) { |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4414 | data1 = (((uint32_t) ndlp->nlp_state << 24) | |
| 4415 | ((uint32_t) ndlp->nlp_xri << 16) | |
| 4416 | ((uint32_t) ndlp->nlp_type << 8) | |
| 4417 | ((uint32_t) ndlp->nlp_rpi & 0xff)); |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4418 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 4419 | "0929 FIND node DID " |
| 4420 | "Data: x%p x%x x%x x%x\n", |
| 4421 | ndlp, ndlp->nlp_DID, |
| 4422 | ndlp->nlp_flag, data1); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4423 | return ndlp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4424 | } |
| 4425 | } |
Jamie Wellnitz | 66a9ed6 | 2006-02-28 22:33:10 -0500 | [diff] [blame] | 4426 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4427 | /* FIND node did <did> NOT FOUND */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4428 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 4429 | "0932 FIND node did x%x NOT FOUND.\n", did); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4430 | return NULL; |
| 4431 | } |
| 4432 | |
| 4433 | struct lpfc_nodelist * |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4434 | lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4435 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4436 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4437 | struct lpfc_nodelist *ndlp; |
James Smart | fedd3b7 | 2011-02-16 12:39:24 -0500 | [diff] [blame] | 4438 | unsigned long iflags; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4439 | |
James Smart | fedd3b7 | 2011-02-16 12:39:24 -0500 | [diff] [blame] | 4440 | spin_lock_irqsave(shost->host_lock, iflags); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4441 | ndlp = __lpfc_findnode_did(vport, did); |
James Smart | fedd3b7 | 2011-02-16 12:39:24 -0500 | [diff] [blame] | 4442 | spin_unlock_irqrestore(shost->host_lock, iflags); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4443 | return ndlp; |
| 4444 | } |
| 4445 | |
| 4446 | struct lpfc_nodelist * |
| 4447 | lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did) |
| 4448 | { |
| 4449 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 4450 | struct lpfc_nodelist *ndlp; |
| 4451 | |
| 4452 | ndlp = lpfc_findnode_did(vport, did); |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4453 | if (!ndlp) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4454 | if ((vport->fc_flag & FC_RSCN_MODE) != 0 && |
| 4455 | lpfc_rscn_payload_check(vport, did) == 0) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4456 | return NULL; |
| 4457 | ndlp = (struct lpfc_nodelist *) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4458 | mempool_alloc(vport->phba->nlp_mem_pool, GFP_KERNEL); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4459 | if (!ndlp) |
| 4460 | return NULL; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4461 | lpfc_nlp_init(vport, ndlp, did); |
| 4462 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE); |
| 4463 | spin_lock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4464 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4465 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4466 | return ndlp; |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4467 | } else if (!NLP_CHK_NODE_ACT(ndlp)) { |
| 4468 | ndlp = lpfc_enable_node(vport, ndlp, NLP_STE_NPR_NODE); |
| 4469 | if (!ndlp) |
| 4470 | return NULL; |
| 4471 | spin_lock_irq(shost->host_lock); |
| 4472 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; |
| 4473 | spin_unlock_irq(shost->host_lock); |
| 4474 | return ndlp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4475 | } |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4476 | |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 4477 | if ((vport->fc_flag & FC_RSCN_MODE) && |
| 4478 | !(vport->fc_flag & FC_NDISC_ACTIVE)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4479 | if (lpfc_rscn_payload_check(vport, did)) { |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame^] | 4480 | /* If we've already received a PLOGI from this NPort |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4481 | * we don't need to try to discover it again. |
| 4482 | */ |
| 4483 | if (ndlp->nlp_flag & NLP_RCV_PLOGI) |
| 4484 | return NULL; |
| 4485 | |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4486 | /* Since this node is marked for discovery, |
| 4487 | * delay timeout is not needed. |
| 4488 | */ |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 4489 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4490 | spin_lock_irq(shost->host_lock); |
| 4491 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; |
| 4492 | spin_unlock_irq(shost->host_lock); |
James Smart | 071fbd3d | 2006-04-15 11:53:20 -0400 | [diff] [blame] | 4493 | } else |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4494 | ndlp = NULL; |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4495 | } else { |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame^] | 4496 | /* If we've already received a PLOGI from this NPort, |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4497 | * or we are already in the process of discovery on it, |
| 4498 | * we don't need to try to discover it again. |
| 4499 | */ |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4500 | if (ndlp->nlp_state == NLP_STE_ADISC_ISSUE || |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4501 | ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || |
| 4502 | ndlp->nlp_flag & NLP_RCV_PLOGI) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4503 | return NULL; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4504 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE); |
| 4505 | spin_lock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4506 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4507 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4508 | } |
| 4509 | return ndlp; |
| 4510 | } |
| 4511 | |
| 4512 | /* Build a list of nodes to discover based on the loopmap */ |
| 4513 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4514 | lpfc_disc_list_loopmap(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4515 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4516 | struct lpfc_hba *phba = vport->phba; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4517 | int j; |
| 4518 | uint32_t alpa, index; |
| 4519 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4520 | if (!lpfc_is_link_up(phba)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4521 | return; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4522 | |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 4523 | if (phba->fc_topology != LPFC_TOPOLOGY_LOOP) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4524 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4525 | |
| 4526 | /* Check for loop map present or not */ |
| 4527 | if (phba->alpa_map[0]) { |
| 4528 | for (j = 1; j <= phba->alpa_map[0]; j++) { |
| 4529 | alpa = phba->alpa_map[j]; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4530 | if (((vport->fc_myDID & 0xff) == alpa) || (alpa == 0)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4531 | continue; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4532 | lpfc_setup_disc_node(vport, alpa); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4533 | } |
| 4534 | } else { |
| 4535 | /* No alpamap, so try all alpa's */ |
| 4536 | for (j = 0; j < FC_MAXLOOP; j++) { |
| 4537 | /* If cfg_scan_down is set, start from highest |
| 4538 | * ALPA (0xef) to lowest (0x1). |
| 4539 | */ |
James Smart | 3de2a65 | 2007-08-02 11:09:59 -0400 | [diff] [blame] | 4540 | if (vport->cfg_scan_down) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4541 | index = j; |
| 4542 | else |
| 4543 | index = FC_MAXLOOP - j - 1; |
| 4544 | alpa = lpfcAlpaArray[index]; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4545 | if ((vport->fc_myDID & 0xff) == alpa) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4546 | continue; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4547 | lpfc_setup_disc_node(vport, alpa); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4548 | } |
| 4549 | } |
| 4550 | return; |
| 4551 | } |
| 4552 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4553 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4554 | lpfc_issue_clear_la(struct lpfc_hba *phba, struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4555 | { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4556 | LPFC_MBOXQ_t *mbox; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4557 | struct lpfc_sli *psli = &phba->sli; |
| 4558 | struct lpfc_sli_ring *extra_ring = &psli->ring[psli->extra_ring]; |
| 4559 | struct lpfc_sli_ring *fcp_ring = &psli->ring[psli->fcp_ring]; |
| 4560 | struct lpfc_sli_ring *next_ring = &psli->ring[psli->next_ring]; |
| 4561 | int rc; |
| 4562 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4563 | /* |
| 4564 | * if it's not a physical port or if we already send |
| 4565 | * clear_la then don't send it. |
| 4566 | */ |
| 4567 | if ((phba->link_state >= LPFC_CLEAR_LA) || |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4568 | (vport->port_type != LPFC_PHYSICAL_PORT) || |
| 4569 | (phba->sli_rev == LPFC_SLI_REV4)) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4570 | return; |
| 4571 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4572 | /* Link up discovery */ |
| 4573 | if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL)) != NULL) { |
| 4574 | phba->link_state = LPFC_CLEAR_LA; |
| 4575 | lpfc_clear_la(phba, mbox); |
| 4576 | mbox->mbox_cmpl = lpfc_mbx_cmpl_clear_la; |
| 4577 | mbox->vport = vport; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 4578 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4579 | if (rc == MBX_NOT_FINISHED) { |
| 4580 | mempool_free(mbox, phba->mbox_mem_pool); |
| 4581 | lpfc_disc_flush_list(vport); |
| 4582 | extra_ring->flag &= ~LPFC_STOP_IOCB_EVENT; |
| 4583 | fcp_ring->flag &= ~LPFC_STOP_IOCB_EVENT; |
| 4584 | next_ring->flag &= ~LPFC_STOP_IOCB_EVENT; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4585 | phba->link_state = LPFC_HBA_ERROR; |
| 4586 | } |
| 4587 | } |
| 4588 | } |
| 4589 | |
| 4590 | /* Reg_vpi to tell firmware to resume normal operations */ |
| 4591 | void |
| 4592 | lpfc_issue_reg_vpi(struct lpfc_hba *phba, struct lpfc_vport *vport) |
| 4593 | { |
| 4594 | LPFC_MBOXQ_t *regvpimbox; |
| 4595 | |
| 4596 | regvpimbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 4597 | if (regvpimbox) { |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4598 | lpfc_reg_vpi(vport, regvpimbox); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4599 | regvpimbox->mbox_cmpl = lpfc_mbx_cmpl_reg_vpi; |
| 4600 | regvpimbox->vport = vport; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 4601 | if (lpfc_sli_issue_mbox(phba, regvpimbox, MBX_NOWAIT) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4602 | == MBX_NOT_FINISHED) { |
| 4603 | mempool_free(regvpimbox, phba->mbox_mem_pool); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4604 | } |
| 4605 | } |
| 4606 | } |
| 4607 | |
| 4608 | /* Start Link up / RSCN discovery on NPR nodes */ |
| 4609 | void |
| 4610 | lpfc_disc_start(struct lpfc_vport *vport) |
| 4611 | { |
| 4612 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 4613 | struct lpfc_hba *phba = vport->phba; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4614 | uint32_t num_sent; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4615 | uint32_t clear_la_pending; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4616 | int did_changed; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4617 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4618 | if (!lpfc_is_link_up(phba)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4619 | return; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4620 | |
| 4621 | if (phba->link_state == LPFC_CLEAR_LA) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4622 | clear_la_pending = 1; |
| 4623 | else |
| 4624 | clear_la_pending = 0; |
| 4625 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4626 | if (vport->port_state < LPFC_VPORT_READY) |
| 4627 | vport->port_state = LPFC_DISC_AUTH; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4628 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4629 | lpfc_set_disctmo(vport); |
| 4630 | |
| 4631 | if (vport->fc_prevDID == vport->fc_myDID) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4632 | did_changed = 0; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4633 | else |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4634 | did_changed = 1; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4635 | |
| 4636 | vport->fc_prevDID = vport->fc_myDID; |
| 4637 | vport->num_disc_nodes = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4638 | |
| 4639 | /* Start Discovery state <hba_state> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4640 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 4641 | "0202 Start Discovery hba state x%x " |
| 4642 | "Data: x%x x%x x%x\n", |
| 4643 | vport->port_state, vport->fc_flag, vport->fc_plogi_cnt, |
| 4644 | vport->fc_adisc_cnt); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4645 | |
| 4646 | /* First do ADISCs - if any */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4647 | num_sent = lpfc_els_disc_adisc(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4648 | |
| 4649 | if (num_sent) |
| 4650 | return; |
| 4651 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4652 | /* |
| 4653 | * For SLI3, cmpl_reg_vpi will set port_state to READY, and |
| 4654 | * continue discovery. |
| 4655 | */ |
| 4656 | if ((phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) && |
James Smart | 1b32f6a | 2008-02-08 18:49:39 -0500 | [diff] [blame] | 4657 | !(vport->fc_flag & FC_PT2PT) && |
James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4658 | !(vport->fc_flag & FC_RSCN_MODE) && |
| 4659 | (phba->sli_rev < LPFC_SLI_REV4)) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4660 | lpfc_issue_reg_vpi(phba, vport); |
| 4661 | return; |
| 4662 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4663 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4664 | /* |
| 4665 | * For SLI2, we need to set port_state to READY and continue |
| 4666 | * discovery. |
| 4667 | */ |
| 4668 | if (vport->port_state < LPFC_VPORT_READY && !clear_la_pending) { |
| 4669 | /* If we get here, there is nothing to ADISC */ |
| 4670 | if (vport->port_type == LPFC_PHYSICAL_PORT) |
| 4671 | lpfc_issue_clear_la(phba, vport); |
| 4672 | |
| 4673 | if (!(vport->fc_flag & FC_ABORT_DISCOVERY)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4674 | vport->num_disc_nodes = 0; |
| 4675 | /* go thru NPR nodes and issue ELS PLOGIs */ |
| 4676 | if (vport->fc_npr_cnt) |
| 4677 | lpfc_els_disc_plogi(vport); |
| 4678 | |
| 4679 | if (!vport->num_disc_nodes) { |
| 4680 | spin_lock_irq(shost->host_lock); |
| 4681 | vport->fc_flag &= ~FC_NDISC_ACTIVE; |
| 4682 | spin_unlock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4683 | lpfc_can_disctmo(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4684 | } |
| 4685 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4686 | vport->port_state = LPFC_VPORT_READY; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4687 | } else { |
| 4688 | /* Next do PLOGIs - if any */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4689 | num_sent = lpfc_els_disc_plogi(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4690 | |
| 4691 | if (num_sent) |
| 4692 | return; |
| 4693 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4694 | if (vport->fc_flag & FC_RSCN_MODE) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4695 | /* Check to see if more RSCNs came in while we |
| 4696 | * were processing this one. |
| 4697 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4698 | if ((vport->fc_rscn_id_cnt == 0) && |
| 4699 | (!(vport->fc_flag & FC_RSCN_DISCOVERY))) { |
| 4700 | spin_lock_irq(shost->host_lock); |
| 4701 | vport->fc_flag &= ~FC_RSCN_MODE; |
| 4702 | spin_unlock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4703 | lpfc_can_disctmo(vport); |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4704 | } else |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4705 | lpfc_els_handle_rscn(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4706 | } |
| 4707 | } |
| 4708 | return; |
| 4709 | } |
| 4710 | |
| 4711 | /* |
| 4712 | * Ignore completion for all IOCBs on tx and txcmpl queue for ELS |
| 4713 | * ring the match the sppecified nodelist. |
| 4714 | */ |
| 4715 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4716 | lpfc_free_tx(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4717 | { |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4718 | LIST_HEAD(completions); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4719 | struct lpfc_sli *psli; |
| 4720 | IOCB_t *icmd; |
| 4721 | struct lpfc_iocbq *iocb, *next_iocb; |
| 4722 | struct lpfc_sli_ring *pring; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4723 | |
| 4724 | psli = &phba->sli; |
| 4725 | pring = &psli->ring[LPFC_ELS_RING]; |
| 4726 | |
| 4727 | /* Error matching iocb on txq or txcmplq |
| 4728 | * First check the txq. |
| 4729 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4730 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4731 | list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) { |
| 4732 | if (iocb->context1 != ndlp) { |
| 4733 | continue; |
| 4734 | } |
| 4735 | icmd = &iocb->iocb; |
| 4736 | if ((icmd->ulpCommand == CMD_ELS_REQUEST64_CR) || |
| 4737 | (icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX)) { |
| 4738 | |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4739 | list_move_tail(&iocb->list, &completions); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4740 | pring->txq_cnt--; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4741 | } |
| 4742 | } |
| 4743 | |
| 4744 | /* Next check the txcmplq */ |
| 4745 | list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) { |
| 4746 | if (iocb->context1 != ndlp) { |
| 4747 | continue; |
| 4748 | } |
| 4749 | icmd = &iocb->iocb; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4750 | if (icmd->ulpCommand == CMD_ELS_REQUEST64_CR || |
| 4751 | icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX) { |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4752 | lpfc_sli_issue_abort_iotag(phba, pring, iocb); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4753 | } |
| 4754 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4755 | spin_unlock_irq(&phba->hbalock); |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4756 | |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4757 | /* Cancel all the IOCBs from the completions list */ |
| 4758 | lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT, |
| 4759 | IOERR_SLI_ABORTED); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4760 | } |
| 4761 | |
Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 4762 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4763 | lpfc_disc_flush_list(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4764 | { |
| 4765 | struct lpfc_nodelist *ndlp, *next_ndlp; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4766 | struct lpfc_hba *phba = vport->phba; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4767 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4768 | if (vport->fc_plogi_cnt || vport->fc_adisc_cnt) { |
| 4769 | list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4770 | nlp_listp) { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4771 | if (!NLP_CHK_NODE_ACT(ndlp)) |
| 4772 | continue; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4773 | if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || |
| 4774 | ndlp->nlp_state == NLP_STE_ADISC_ISSUE) { |
| 4775 | lpfc_free_tx(phba, ndlp); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4776 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4777 | } |
| 4778 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4779 | } |
| 4780 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4781 | void |
| 4782 | lpfc_cleanup_discovery_resources(struct lpfc_vport *vport) |
| 4783 | { |
| 4784 | lpfc_els_flush_rscn(vport); |
| 4785 | lpfc_els_flush_cmd(vport); |
| 4786 | lpfc_disc_flush_list(vport); |
| 4787 | } |
| 4788 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4789 | /*****************************************************************************/ |
| 4790 | /* |
| 4791 | * NAME: lpfc_disc_timeout |
| 4792 | * |
| 4793 | * FUNCTION: Fibre Channel driver discovery timeout routine. |
| 4794 | * |
| 4795 | * EXECUTION ENVIRONMENT: interrupt only |
| 4796 | * |
| 4797 | * CALLED FROM: |
| 4798 | * Timer function |
| 4799 | * |
| 4800 | * RETURNS: |
| 4801 | * none |
| 4802 | */ |
| 4803 | /*****************************************************************************/ |
| 4804 | void |
| 4805 | lpfc_disc_timeout(unsigned long ptr) |
| 4806 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4807 | struct lpfc_vport *vport = (struct lpfc_vport *) ptr; |
| 4808 | struct lpfc_hba *phba = vport->phba; |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 4809 | uint32_t tmo_posted; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4810 | unsigned long flags = 0; |
| 4811 | |
| 4812 | if (unlikely(!phba)) |
| 4813 | return; |
| 4814 | |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 4815 | spin_lock_irqsave(&vport->work_port_lock, flags); |
| 4816 | tmo_posted = vport->work_port_events & WORKER_DISC_TMO; |
| 4817 | if (!tmo_posted) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4818 | vport->work_port_events |= WORKER_DISC_TMO; |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 4819 | spin_unlock_irqrestore(&vport->work_port_lock, flags); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4820 | |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 4821 | if (!tmo_posted) |
| 4822 | lpfc_worker_wake_up(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4823 | return; |
| 4824 | } |
| 4825 | |
| 4826 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4827 | lpfc_disc_timeout_handler(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4828 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4829 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 4830 | struct lpfc_hba *phba = vport->phba; |
| 4831 | struct lpfc_sli *psli = &phba->sli; |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4832 | struct lpfc_nodelist *ndlp, *next_ndlp; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4833 | LPFC_MBOXQ_t *initlinkmbox; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4834 | int rc, clrlaerr = 0; |
| 4835 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4836 | if (!(vport->fc_flag & FC_DISC_TMO)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4837 | return; |
| 4838 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4839 | spin_lock_irq(shost->host_lock); |
| 4840 | vport->fc_flag &= ~FC_DISC_TMO; |
| 4841 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4842 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 4843 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, |
| 4844 | "disc timeout: state:x%x rtry:x%x flg:x%x", |
| 4845 | vport->port_state, vport->fc_ns_retry, vport->fc_flag); |
| 4846 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4847 | switch (vport->port_state) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4848 | |
| 4849 | case LPFC_LOCAL_CFG_LINK: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4850 | /* port_state is identically LPFC_LOCAL_CFG_LINK while waiting for |
| 4851 | * FAN |
| 4852 | */ |
| 4853 | /* FAN timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4854 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_DISCOVERY, |
| 4855 | "0221 FAN timeout\n"); |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4856 | /* Start discovery by sending FLOGI, clean up old rpis */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4857 | list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4858 | nlp_listp) { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4859 | if (!NLP_CHK_NODE_ACT(ndlp)) |
| 4860 | continue; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4861 | if (ndlp->nlp_state != NLP_STE_NPR_NODE) |
| 4862 | continue; |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4863 | if (ndlp->nlp_type & NLP_FABRIC) { |
| 4864 | /* Clean up the ndlp on Fabric connections */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4865 | lpfc_drop_node(vport, ndlp); |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4866 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4867 | } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) { |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4868 | /* Fail outstanding IO now since device |
| 4869 | * is marked for PLOGI. |
| 4870 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4871 | lpfc_unreg_rpi(vport, ndlp); |
Jamie Wellnitz | c9f8735b | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4872 | } |
| 4873 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4874 | if (vport->port_state != LPFC_FLOGI) { |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 4875 | if (phba->sli_rev <= LPFC_SLI_REV3) |
| 4876 | lpfc_initial_flogi(vport); |
| 4877 | else |
| 4878 | lpfc_issue_init_vfi(vport); |
James Smart | 0ff10d4 | 2008-01-11 01:52:36 -0500 | [diff] [blame] | 4879 | return; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4880 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4881 | break; |
| 4882 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4883 | case LPFC_FDISC: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4884 | case LPFC_FLOGI: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4885 | /* port_state is identically LPFC_FLOGI while waiting for FLOGI cmpl */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4886 | /* Initial FLOGI timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4887 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 4888 | "0222 Initial %s timeout\n", |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4889 | vport->vpi ? "FDISC" : "FLOGI"); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4890 | |
| 4891 | /* Assume no Fabric and go on with discovery. |
| 4892 | * Check for outstanding ELS FLOGI to abort. |
| 4893 | */ |
| 4894 | |
| 4895 | /* FLOGI failed, so just use loop map to make discovery list */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4896 | lpfc_disc_list_loopmap(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4897 | |
| 4898 | /* Start discovery */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4899 | lpfc_disc_start(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4900 | break; |
| 4901 | |
| 4902 | case LPFC_FABRIC_CFG_LINK: |
| 4903 | /* hba_state is identically LPFC_FABRIC_CFG_LINK while waiting for |
| 4904 | NameServer login */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4905 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 4906 | "0223 Timeout while waiting for " |
| 4907 | "NameServer login\n"); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4908 | /* Next look for NameServer ndlp */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4909 | ndlp = lpfc_findnode_did(vport, NameServer_DID); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4910 | if (ndlp && NLP_CHK_NODE_ACT(ndlp)) |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4911 | lpfc_els_abort(phba, ndlp); |
| 4912 | |
| 4913 | /* ReStart discovery */ |
| 4914 | goto restart_disc; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4915 | |
| 4916 | case LPFC_NS_QRY: |
| 4917 | /* Check for wait for NameServer Rsp timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4918 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 4919 | "0224 NameServer Query timeout " |
| 4920 | "Data: x%x x%x\n", |
| 4921 | vport->fc_ns_retry, LPFC_MAX_NS_RETRY); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4922 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4923 | if (vport->fc_ns_retry < LPFC_MAX_NS_RETRY) { |
| 4924 | /* Try it one more time */ |
| 4925 | vport->fc_ns_retry++; |
| 4926 | rc = lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, |
| 4927 | vport->fc_ns_retry, 0); |
| 4928 | if (rc == 0) |
| 4929 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4930 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4931 | vport->fc_ns_retry = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4932 | |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4933 | restart_disc: |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4934 | /* |
| 4935 | * Discovery is over. |
| 4936 | * set port_state to PORT_READY if SLI2. |
| 4937 | * cmpl_reg_vpi will set port_state to READY for SLI3. |
| 4938 | */ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 4939 | if (phba->sli_rev < LPFC_SLI_REV4) { |
| 4940 | if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) |
| 4941 | lpfc_issue_reg_vpi(phba, vport); |
| 4942 | else { /* NPIV Not enabled */ |
| 4943 | lpfc_issue_clear_la(phba, vport); |
| 4944 | vport->port_state = LPFC_VPORT_READY; |
| 4945 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4946 | } |
| 4947 | |
| 4948 | /* Setup and issue mailbox INITIALIZE LINK command */ |
| 4949 | initlinkmbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 4950 | if (!initlinkmbox) { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4951 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 4952 | "0206 Device Discovery " |
| 4953 | "completion error\n"); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4954 | phba->link_state = LPFC_HBA_ERROR; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4955 | break; |
| 4956 | } |
| 4957 | |
| 4958 | lpfc_linkdown(phba); |
| 4959 | lpfc_init_link(phba, initlinkmbox, phba->cfg_topology, |
| 4960 | phba->cfg_link_speed); |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4961 | initlinkmbox->u.mb.un.varInitLnk.lipsr_AL_PA = 0; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4962 | initlinkmbox->vport = vport; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4963 | initlinkmbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 4964 | rc = lpfc_sli_issue_mbox(phba, initlinkmbox, MBX_NOWAIT); |
James Smart | 5b8bd0c | 2007-04-25 09:52:49 -0400 | [diff] [blame] | 4965 | lpfc_set_loopback_flag(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4966 | if (rc == MBX_NOT_FINISHED) |
| 4967 | mempool_free(initlinkmbox, phba->mbox_mem_pool); |
| 4968 | |
| 4969 | break; |
| 4970 | |
| 4971 | case LPFC_DISC_AUTH: |
| 4972 | /* Node Authentication timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4973 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 4974 | "0227 Node Authentication timeout\n"); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4975 | lpfc_disc_flush_list(vport); |
| 4976 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4977 | /* |
| 4978 | * set port_state to PORT_READY if SLI2. |
| 4979 | * cmpl_reg_vpi will set port_state to READY for SLI3. |
| 4980 | */ |
James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 4981 | if (phba->sli_rev < LPFC_SLI_REV4) { |
| 4982 | if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) |
| 4983 | lpfc_issue_reg_vpi(phba, vport); |
| 4984 | else { /* NPIV Not enabled */ |
| 4985 | lpfc_issue_clear_la(phba, vport); |
| 4986 | vport->port_state = LPFC_VPORT_READY; |
| 4987 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4988 | } |
| 4989 | break; |
| 4990 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4991 | case LPFC_VPORT_READY: |
| 4992 | if (vport->fc_flag & FC_RSCN_MODE) { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4993 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 4994 | "0231 RSCN timeout Data: x%x " |
| 4995 | "x%x\n", |
| 4996 | vport->fc_ns_retry, LPFC_MAX_NS_RETRY); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4997 | |
| 4998 | /* Cleanup any outstanding ELS commands */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4999 | lpfc_els_flush_cmd(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5000 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5001 | lpfc_els_flush_rscn(vport); |
| 5002 | lpfc_disc_flush_list(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5003 | } |
| 5004 | break; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5005 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5006 | default: |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5007 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 5008 | "0273 Unexpected discovery timeout, " |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5009 | "vport State x%x\n", vport->port_state); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5010 | break; |
| 5011 | } |
| 5012 | |
| 5013 | switch (phba->link_state) { |
| 5014 | case LPFC_CLEAR_LA: |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5015 | /* CLEAR LA timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5016 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 5017 | "0228 CLEAR LA timeout\n"); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5018 | clrlaerr = 1; |
| 5019 | break; |
| 5020 | |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 5021 | case LPFC_LINK_UP: |
| 5022 | lpfc_issue_clear_la(phba, vport); |
| 5023 | /* Drop thru */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5024 | case LPFC_LINK_UNKNOWN: |
| 5025 | case LPFC_WARM_START: |
| 5026 | case LPFC_INIT_START: |
| 5027 | case LPFC_INIT_MBX_CMDS: |
| 5028 | case LPFC_LINK_DOWN: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5029 | case LPFC_HBA_ERROR: |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5030 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 5031 | "0230 Unexpected timeout, hba link " |
| 5032 | "state x%x\n", phba->link_state); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5033 | clrlaerr = 1; |
| 5034 | break; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5035 | |
| 5036 | case LPFC_HBA_READY: |
| 5037 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5038 | } |
| 5039 | |
| 5040 | if (clrlaerr) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5041 | lpfc_disc_flush_list(vport); |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 5042 | psli->ring[(psli->extra_ring)].flag &= ~LPFC_STOP_IOCB_EVENT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5043 | psli->ring[(psli->fcp_ring)].flag &= ~LPFC_STOP_IOCB_EVENT; |
| 5044 | psli->ring[(psli->next_ring)].flag &= ~LPFC_STOP_IOCB_EVENT; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5045 | vport->port_state = LPFC_VPORT_READY; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5046 | } |
| 5047 | |
| 5048 | return; |
| 5049 | } |
| 5050 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5051 | /* |
| 5052 | * This routine handles processing a NameServer REG_LOGIN mailbox |
| 5053 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 5054 | * as the completion routine when the command is |
| 5055 | * handed off to the SLI layer. |
| 5056 | */ |
| 5057 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5058 | lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5059 | { |
James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 5060 | MAILBOX_t *mb = &pmb->u.mb; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5061 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
| 5062 | struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2; |
| 5063 | struct lpfc_vport *vport = pmb->vport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5064 | |
| 5065 | pmb->context1 = NULL; |
James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 5066 | pmb->context2 = NULL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5067 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5068 | ndlp->nlp_rpi = mb->un.varWords[0]; |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 5069 | ndlp->nlp_flag |= NLP_RPI_REGISTERED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5070 | ndlp->nlp_type |= NLP_FABRIC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5071 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5072 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5073 | /* |
| 5074 | * Start issuing Fabric-Device Management Interface (FDMI) command to |
| 5075 | * 0xfffffa (FDMI well known port) or Delay issuing FDMI command if |
| 5076 | * fdmi-on=2 (supporting RPA/hostnmae) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5077 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5078 | |
James Smart | 3de2a65 | 2007-08-02 11:09:59 -0400 | [diff] [blame] | 5079 | if (vport->cfg_fdmi_on == 1) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5080 | lpfc_fdmi_cmd(vport, ndlp, SLI_MGMT_DHBA); |
| 5081 | else |
| 5082 | mod_timer(&vport->fc_fdmitmo, jiffies + HZ * 60); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5083 | |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 5084 | /* decrement the node reference count held for this callback |
| 5085 | * function. |
| 5086 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5087 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5088 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 5089 | kfree(mp); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5090 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5091 | |
| 5092 | return; |
| 5093 | } |
| 5094 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5095 | static int |
| 5096 | lpfc_filter_by_rpi(struct lpfc_nodelist *ndlp, void *param) |
| 5097 | { |
| 5098 | uint16_t *rpi = param; |
| 5099 | |
| 5100 | return ndlp->nlp_rpi == *rpi; |
| 5101 | } |
| 5102 | |
| 5103 | static int |
| 5104 | lpfc_filter_by_wwpn(struct lpfc_nodelist *ndlp, void *param) |
| 5105 | { |
| 5106 | return memcmp(&ndlp->nlp_portname, param, |
| 5107 | sizeof(ndlp->nlp_portname)) == 0; |
| 5108 | } |
| 5109 | |
Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 5110 | static struct lpfc_nodelist * |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5111 | __lpfc_find_node(struct lpfc_vport *vport, node_filter filter, void *param) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5112 | { |
James.Smart@Emulex.Com | 21568f5 | 2005-10-28 20:29:36 -0400 | [diff] [blame] | 5113 | struct lpfc_nodelist *ndlp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5114 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5115 | list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 5116 | if (filter(ndlp, param)) |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5117 | return ndlp; |
| 5118 | } |
James.Smart@Emulex.Com | 21568f5 | 2005-10-28 20:29:36 -0400 | [diff] [blame] | 5119 | return NULL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5120 | } |
| 5121 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5122 | /* |
| 5123 | * 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] | 5124 | * returns the node list element pointer else return NULL. |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5125 | */ |
| 5126 | struct lpfc_nodelist * |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5127 | __lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi) |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5128 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5129 | return __lpfc_find_node(vport, lpfc_filter_by_rpi, &rpi); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5130 | } |
| 5131 | |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5132 | /* |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5133 | * 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] | 5134 | * returns the node element list pointer else return NULL. |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5135 | */ |
| 5136 | struct lpfc_nodelist * |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5137 | lpfc_findnode_wwpn(struct lpfc_vport *vport, struct lpfc_name *wwpn) |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5138 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5139 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5140 | struct lpfc_nodelist *ndlp; |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5141 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5142 | spin_lock_irq(shost->host_lock); |
| 5143 | ndlp = __lpfc_find_node(vport, lpfc_filter_by_wwpn, wwpn); |
| 5144 | spin_unlock_irq(shost->host_lock); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 5145 | return ndlp; |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5146 | } |
| 5147 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5148 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5149 | lpfc_nlp_init(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
| 5150 | uint32_t did) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5151 | { |
| 5152 | memset(ndlp, 0, sizeof (struct lpfc_nodelist)); |
James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 5153 | |
| 5154 | lpfc_initialize_node(vport, ndlp, did); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5155 | INIT_LIST_HEAD(&ndlp->nlp_listp); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 5156 | |
| 5157 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE, |
| 5158 | "node init: did:x%x", |
| 5159 | ndlp->nlp_DID, 0, 0); |
| 5160 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5161 | return; |
| 5162 | } |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5163 | |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5164 | /* This routine releases all resources associated with a specifc NPort's ndlp |
| 5165 | * and mempool_free's the nodelist. |
| 5166 | */ |
James Smart | 311464e | 2007-08-02 11:10:37 -0400 | [diff] [blame] | 5167 | static void |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5168 | lpfc_nlp_release(struct kref *kref) |
| 5169 | { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5170 | struct lpfc_hba *phba; |
| 5171 | unsigned long flags; |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5172 | struct lpfc_nodelist *ndlp = container_of(kref, struct lpfc_nodelist, |
| 5173 | kref); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 5174 | |
| 5175 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, |
| 5176 | "node release: did:x%x flg:x%x type:x%x", |
| 5177 | ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type); |
| 5178 | |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5179 | lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE, |
| 5180 | "0279 lpfc_nlp_release: ndlp:x%p " |
| 5181 | "usgmap:x%x refcnt:%d\n", |
| 5182 | (void *)ndlp, ndlp->nlp_usg_map, |
| 5183 | atomic_read(&ndlp->kref.refcount)); |
| 5184 | |
| 5185 | /* remove ndlp from action. */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5186 | lpfc_nlp_remove(ndlp->vport, ndlp); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5187 | |
| 5188 | /* clear the ndlp active flag for all release cases */ |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 5189 | phba = ndlp->phba; |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5190 | spin_lock_irqsave(&phba->ndlp_lock, flags); |
| 5191 | NLP_CLR_NODE_ACT(ndlp); |
| 5192 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 5193 | if (phba->sli_rev == LPFC_SLI_REV4) |
| 5194 | lpfc_sli4_free_rpi(phba, ndlp->nlp_rpi); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5195 | |
| 5196 | /* free ndlp memory for final ndlp release */ |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 5197 | if (NLP_CHK_FREE_REQ(ndlp)) { |
| 5198 | kfree(ndlp->lat_data); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 5199 | mempool_free(ndlp, ndlp->phba->nlp_mem_pool); |
James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 5200 | } |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5201 | } |
| 5202 | |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5203 | /* This routine bumps the reference count for a ndlp structure to ensure |
| 5204 | * that one discovery thread won't free a ndlp while another discovery thread |
| 5205 | * is using it. |
| 5206 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5207 | struct lpfc_nodelist * |
| 5208 | lpfc_nlp_get(struct lpfc_nodelist *ndlp) |
| 5209 | { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5210 | struct lpfc_hba *phba; |
| 5211 | unsigned long flags; |
| 5212 | |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5213 | if (ndlp) { |
| 5214 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, |
| 5215 | "node get: did:x%x flg:x%x refcnt:x%x", |
| 5216 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 5217 | atomic_read(&ndlp->kref.refcount)); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5218 | /* The check of ndlp usage to prevent incrementing the |
| 5219 | * ndlp reference count that is in the process of being |
| 5220 | * released. |
| 5221 | */ |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 5222 | phba = ndlp->phba; |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5223 | spin_lock_irqsave(&phba->ndlp_lock, flags); |
| 5224 | if (!NLP_CHK_NODE_ACT(ndlp) || NLP_CHK_FREE_ACK(ndlp)) { |
| 5225 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 5226 | lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE, |
| 5227 | "0276 lpfc_nlp_get: ndlp:x%p " |
| 5228 | "usgmap:x%x refcnt:%d\n", |
| 5229 | (void *)ndlp, ndlp->nlp_usg_map, |
| 5230 | atomic_read(&ndlp->kref.refcount)); |
| 5231 | return NULL; |
| 5232 | } else |
| 5233 | kref_get(&ndlp->kref); |
| 5234 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5235 | } |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5236 | return ndlp; |
| 5237 | } |
| 5238 | |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5239 | /* This routine decrements the reference count for a ndlp structure. If the |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5240 | * count goes to 0, this indicates the the associated nodelist should be |
| 5241 | * freed. Returning 1 indicates the ndlp resource has been released; on the |
| 5242 | * other hand, returning 0 indicates the ndlp resource has not been released |
| 5243 | * yet. |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5244 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5245 | int |
| 5246 | lpfc_nlp_put(struct lpfc_nodelist *ndlp) |
| 5247 | { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5248 | struct lpfc_hba *phba; |
| 5249 | unsigned long flags; |
| 5250 | |
| 5251 | if (!ndlp) |
| 5252 | return 1; |
| 5253 | |
| 5254 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, |
| 5255 | "node put: did:x%x flg:x%x refcnt:x%x", |
| 5256 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 5257 | atomic_read(&ndlp->kref.refcount)); |
James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 5258 | phba = ndlp->phba; |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5259 | spin_lock_irqsave(&phba->ndlp_lock, flags); |
| 5260 | /* Check the ndlp memory free acknowledge flag to avoid the |
| 5261 | * possible race condition that kref_put got invoked again |
| 5262 | * after previous one has done ndlp memory free. |
| 5263 | */ |
| 5264 | if (NLP_CHK_FREE_ACK(ndlp)) { |
| 5265 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 5266 | lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE, |
| 5267 | "0274 lpfc_nlp_put: ndlp:x%p " |
| 5268 | "usgmap:x%x refcnt:%d\n", |
| 5269 | (void *)ndlp, ndlp->nlp_usg_map, |
| 5270 | atomic_read(&ndlp->kref.refcount)); |
| 5271 | return 1; |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5272 | } |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5273 | /* Check the ndlp inactivate log flag to avoid the possible |
| 5274 | * race condition that kref_put got invoked again after ndlp |
| 5275 | * is already in inactivating state. |
| 5276 | */ |
| 5277 | if (NLP_CHK_IACT_REQ(ndlp)) { |
| 5278 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 5279 | lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE, |
| 5280 | "0275 lpfc_nlp_put: ndlp:x%p " |
| 5281 | "usgmap:x%x refcnt:%d\n", |
| 5282 | (void *)ndlp, ndlp->nlp_usg_map, |
| 5283 | atomic_read(&ndlp->kref.refcount)); |
| 5284 | return 1; |
| 5285 | } |
| 5286 | /* For last put, mark the ndlp usage flags to make sure no |
| 5287 | * other kref_get and kref_put on the same ndlp shall get |
| 5288 | * in between the process when the final kref_put has been |
| 5289 | * invoked on this ndlp. |
| 5290 | */ |
| 5291 | if (atomic_read(&ndlp->kref.refcount) == 1) { |
| 5292 | /* Indicate ndlp is put to inactive state. */ |
| 5293 | NLP_SET_IACT_REQ(ndlp); |
| 5294 | /* Acknowledge ndlp memory free has been seen. */ |
| 5295 | if (NLP_CHK_FREE_REQ(ndlp)) |
| 5296 | NLP_SET_FREE_ACK(ndlp); |
| 5297 | } |
| 5298 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 5299 | /* Note, the kref_put returns 1 when decrementing a reference |
| 5300 | * count that was 1, it invokes the release callback function, |
| 5301 | * but it still left the reference count as 1 (not actually |
| 5302 | * performs the last decrementation). Otherwise, it actually |
| 5303 | * decrements the reference count and returns 0. |
| 5304 | */ |
| 5305 | return kref_put(&ndlp->kref, lpfc_nlp_release); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5306 | } |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5307 | |
| 5308 | /* 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] | 5309 | * by any other discovery thread. This routine returns 1 if the |
| 5310 | * ndlp has been freed. A return value of 0 indicates the ndlp is |
| 5311 | * not yet been released. |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5312 | */ |
| 5313 | int |
| 5314 | lpfc_nlp_not_used(struct lpfc_nodelist *ndlp) |
| 5315 | { |
| 5316 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, |
| 5317 | "node not used: did:x%x flg:x%x refcnt:x%x", |
| 5318 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 5319 | atomic_read(&ndlp->kref.refcount)); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5320 | if (atomic_read(&ndlp->kref.refcount) == 1) |
| 5321 | if (lpfc_nlp_put(ndlp)) |
| 5322 | return 1; |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5323 | return 0; |
| 5324 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5325 | |
| 5326 | /** |
| 5327 | * lpfc_fcf_inuse - Check if FCF can be unregistered. |
| 5328 | * @phba: Pointer to hba context object. |
| 5329 | * |
| 5330 | * This function iterate through all FC nodes associated |
| 5331 | * will all vports to check if there is any node with |
| 5332 | * fc_rports associated with it. If there is an fc_rport |
| 5333 | * associated with the node, then the node is either in |
| 5334 | * discovered state or its devloss_timer is pending. |
| 5335 | */ |
| 5336 | static int |
| 5337 | lpfc_fcf_inuse(struct lpfc_hba *phba) |
| 5338 | { |
| 5339 | struct lpfc_vport **vports; |
| 5340 | int i, ret = 0; |
| 5341 | struct lpfc_nodelist *ndlp; |
| 5342 | struct Scsi_Host *shost; |
| 5343 | |
| 5344 | vports = lpfc_create_vport_work_array(phba); |
| 5345 | |
James Smart | 63e801c | 2010-11-20 23:14:19 -0500 | [diff] [blame] | 5346 | /* If driver cannot allocate memory, indicate fcf is in use */ |
| 5347 | if (!vports) |
| 5348 | return 1; |
| 5349 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5350 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { |
| 5351 | shost = lpfc_shost_from_vport(vports[i]); |
| 5352 | spin_lock_irq(shost->host_lock); |
| 5353 | list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) { |
| 5354 | if (NLP_CHK_NODE_ACT(ndlp) && ndlp->rport && |
| 5355 | (ndlp->rport->roles & FC_RPORT_ROLE_FCP_TARGET)) { |
| 5356 | ret = 1; |
| 5357 | spin_unlock_irq(shost->host_lock); |
| 5358 | goto out; |
James Smart | 891478a | 2009-11-18 15:40:23 -0500 | [diff] [blame] | 5359 | } else { |
| 5360 | lpfc_printf_log(phba, KERN_INFO, LOG_ELS, |
| 5361 | "2624 RPI %x DID %x flg %x still " |
| 5362 | "logged in\n", |
| 5363 | ndlp->nlp_rpi, ndlp->nlp_DID, |
| 5364 | ndlp->nlp_flag); |
James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 5365 | if (ndlp->nlp_flag & NLP_RPI_REGISTERED) |
James Smart | 891478a | 2009-11-18 15:40:23 -0500 | [diff] [blame] | 5366 | ret = 1; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5367 | } |
| 5368 | } |
| 5369 | spin_unlock_irq(shost->host_lock); |
| 5370 | } |
| 5371 | out: |
| 5372 | lpfc_destroy_vport_work_array(phba, vports); |
| 5373 | return ret; |
| 5374 | } |
| 5375 | |
| 5376 | /** |
| 5377 | * lpfc_unregister_vfi_cmpl - Completion handler for unreg vfi. |
| 5378 | * @phba: Pointer to hba context object. |
| 5379 | * @mboxq: Pointer to mailbox object. |
| 5380 | * |
| 5381 | * This function frees memory associated with the mailbox command. |
| 5382 | */ |
| 5383 | static void |
| 5384 | lpfc_unregister_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 5385 | { |
| 5386 | struct lpfc_vport *vport = mboxq->vport; |
James Smart | 38b92ef | 2010-08-04 16:11:39 -0400 | [diff] [blame] | 5387 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5388 | |
| 5389 | if (mboxq->u.mb.mbxStatus) { |
| 5390 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, |
| 5391 | "2555 UNREG_VFI mbxStatus error x%x " |
| 5392 | "HBA state x%x\n", |
| 5393 | mboxq->u.mb.mbxStatus, vport->port_state); |
| 5394 | } |
James Smart | 38b92ef | 2010-08-04 16:11:39 -0400 | [diff] [blame] | 5395 | spin_lock_irq(shost->host_lock); |
| 5396 | phba->pport->fc_flag &= ~FC_VFI_REGISTERED; |
| 5397 | spin_unlock_irq(shost->host_lock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5398 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 5399 | return; |
| 5400 | } |
| 5401 | |
| 5402 | /** |
| 5403 | * lpfc_unregister_fcfi_cmpl - Completion handler for unreg fcfi. |
| 5404 | * @phba: Pointer to hba context object. |
| 5405 | * @mboxq: Pointer to mailbox object. |
| 5406 | * |
| 5407 | * This function frees memory associated with the mailbox command. |
| 5408 | */ |
| 5409 | static void |
| 5410 | lpfc_unregister_fcfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) |
| 5411 | { |
| 5412 | struct lpfc_vport *vport = mboxq->vport; |
| 5413 | |
| 5414 | if (mboxq->u.mb.mbxStatus) { |
| 5415 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, |
| 5416 | "2550 UNREG_FCFI mbxStatus error x%x " |
| 5417 | "HBA state x%x\n", |
| 5418 | mboxq->u.mb.mbxStatus, vport->port_state); |
| 5419 | } |
| 5420 | mempool_free(mboxq, phba->mbox_mem_pool); |
| 5421 | return; |
| 5422 | } |
| 5423 | |
| 5424 | /** |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5425 | * lpfc_unregister_fcf_prep - Unregister fcf record preparation |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5426 | * @phba: Pointer to hba context object. |
| 5427 | * |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5428 | * This function prepare the HBA for unregistering the currently registered |
| 5429 | * FCF from the HBA. It performs unregistering, in order, RPIs, VPIs, and |
| 5430 | * VFIs. |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5431 | */ |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5432 | int |
| 5433 | lpfc_unregister_fcf_prep(struct lpfc_hba *phba) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5434 | { |
| 5435 | LPFC_MBOXQ_t *mbox; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5436 | struct lpfc_vport **vports; |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 5437 | struct lpfc_nodelist *ndlp; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 5438 | struct Scsi_Host *shost; |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5439 | int i, rc; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5440 | |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5441 | /* Unregister RPIs */ |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5442 | if (lpfc_fcf_inuse(phba)) |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5443 | lpfc_unreg_hba_rpis(phba); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5444 | |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 5445 | /* At this point, all discovery is aborted */ |
| 5446 | phba->pport->port_state = LPFC_VPORT_UNKNOWN; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5447 | |
| 5448 | /* Unregister VPIs */ |
| 5449 | vports = lpfc_create_vport_work_array(phba); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5450 | if (vports && (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5451 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 5452 | /* Stop FLOGI/FDISC retries */ |
| 5453 | ndlp = lpfc_findnode_did(vports[i], Fabric_DID); |
| 5454 | if (ndlp) |
| 5455 | lpfc_cancel_retry_delay_tmo(vports[i], ndlp); |
James Smart | 78730cf | 2010-04-06 15:06:30 -0400 | [diff] [blame] | 5456 | lpfc_cleanup_pending_mbox(vports[i]); |
James Smart | 5af5eee | 2010-10-22 11:06:38 -0400 | [diff] [blame] | 5457 | if (phba->sli_rev == LPFC_SLI_REV4) |
| 5458 | lpfc_sli4_unreg_all_rpis(vports[i]); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5459 | lpfc_mbx_unreg_vpi(vports[i]); |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 5460 | shost = lpfc_shost_from_vport(vports[i]); |
| 5461 | spin_lock_irq(shost->host_lock); |
James Smart | 891478a | 2009-11-18 15:40:23 -0500 | [diff] [blame] | 5462 | vports[i]->fc_flag |= FC_VPORT_NEEDS_INIT_VPI; |
James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 5463 | vports[i]->vpi_state &= ~LPFC_VPI_REGISTERED; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 5464 | spin_unlock_irq(shost->host_lock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5465 | } |
| 5466 | lpfc_destroy_vport_work_array(phba, vports); |
| 5467 | |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 5468 | /* Cleanup any outstanding ELS commands */ |
| 5469 | lpfc_els_flush_all_cmd(phba); |
| 5470 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5471 | /* Unregister VFI */ |
| 5472 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 5473 | if (!mbox) { |
| 5474 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5475 | "2556 UNREG_VFI mbox allocation failed" |
| 5476 | "HBA state x%x\n", phba->pport->port_state); |
| 5477 | return -ENOMEM; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5478 | } |
| 5479 | |
James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 5480 | lpfc_unreg_vfi(mbox, phba->pport); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5481 | mbox->vport = phba->pport; |
| 5482 | mbox->mbox_cmpl = lpfc_unregister_vfi_cmpl; |
| 5483 | |
| 5484 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
| 5485 | if (rc == MBX_NOT_FINISHED) { |
| 5486 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5487 | "2557 UNREG_VFI issue mbox failed rc x%x " |
| 5488 | "HBA state x%x\n", |
| 5489 | rc, phba->pport->port_state); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5490 | mempool_free(mbox, phba->mbox_mem_pool); |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5491 | return -EIO; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5492 | } |
| 5493 | |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 5494 | shost = lpfc_shost_from_vport(phba->pport); |
| 5495 | spin_lock_irq(shost->host_lock); |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 5496 | phba->pport->fc_flag &= ~FC_VFI_REGISTERED; |
James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 5497 | spin_unlock_irq(shost->host_lock); |
James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 5498 | |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5499 | return 0; |
| 5500 | } |
| 5501 | |
| 5502 | /** |
| 5503 | * lpfc_sli4_unregister_fcf - Unregister currently registered FCF record |
| 5504 | * @phba: Pointer to hba context object. |
| 5505 | * |
| 5506 | * This function issues synchronous unregister FCF mailbox command to HBA to |
| 5507 | * unregister the currently registered FCF record. The driver does not reset |
| 5508 | * the driver FCF usage state flags. |
| 5509 | * |
| 5510 | * Return 0 if successfully issued, none-zero otherwise. |
| 5511 | */ |
| 5512 | int |
| 5513 | lpfc_sli4_unregister_fcf(struct lpfc_hba *phba) |
| 5514 | { |
| 5515 | LPFC_MBOXQ_t *mbox; |
| 5516 | int rc; |
| 5517 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5518 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 5519 | if (!mbox) { |
| 5520 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5521 | "2551 UNREG_FCFI mbox allocation failed" |
| 5522 | "HBA state x%x\n", phba->pport->port_state); |
| 5523 | return -ENOMEM; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5524 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5525 | lpfc_unreg_fcfi(mbox, phba->fcf.fcfi); |
| 5526 | mbox->vport = phba->pport; |
| 5527 | mbox->mbox_cmpl = lpfc_unregister_fcfi_cmpl; |
| 5528 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
| 5529 | |
| 5530 | if (rc == MBX_NOT_FINISHED) { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5531 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, |
| 5532 | "2552 Unregister FCFI command failed rc x%x " |
| 5533 | "HBA state x%x\n", |
| 5534 | rc, phba->pport->port_state); |
| 5535 | return -EINVAL; |
| 5536 | } |
| 5537 | return 0; |
| 5538 | } |
| 5539 | |
| 5540 | /** |
| 5541 | * lpfc_unregister_fcf_rescan - Unregister currently registered fcf and rescan |
| 5542 | * @phba: Pointer to hba context object. |
| 5543 | * |
| 5544 | * This function unregisters the currently reigstered FCF. This function |
| 5545 | * also tries to find another FCF for discovery by rescan the HBA FCF table. |
| 5546 | */ |
| 5547 | void |
| 5548 | lpfc_unregister_fcf_rescan(struct lpfc_hba *phba) |
| 5549 | { |
| 5550 | int rc; |
| 5551 | |
| 5552 | /* Preparation for unregistering fcf */ |
| 5553 | rc = lpfc_unregister_fcf_prep(phba); |
| 5554 | if (rc) { |
| 5555 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY, |
| 5556 | "2748 Failed to prepare for unregistering " |
| 5557 | "HBA's FCF record: rc=%d\n", rc); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5558 | return; |
| 5559 | } |
| 5560 | |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5561 | /* Now, unregister FCF record and reset HBA FCF state */ |
| 5562 | rc = lpfc_sli4_unregister_fcf(phba); |
| 5563 | if (rc) |
| 5564 | return; |
| 5565 | /* Reset HBA FCF states after successful unregister FCF */ |
| 5566 | phba->fcf.fcf_flag = 0; |
James Smart | fc2b989 | 2010-02-26 14:15:29 -0500 | [diff] [blame] | 5567 | phba->fcf.current_rec.flag = 0; |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5568 | |
| 5569 | /* |
| 5570 | * If driver is not unloading, check if there is any other |
| 5571 | * FCF record that can be used for discovery. |
| 5572 | */ |
| 5573 | if ((phba->pport->load_flag & FC_UNLOADING) || |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5574 | (phba->link_state < LPFC_LINK_UP)) |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5575 | return; |
| 5576 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 5577 | /* This is considered as the initial FCF discovery scan */ |
| 5578 | spin_lock_irq(&phba->hbalock); |
| 5579 | phba->fcf.fcf_flag |= FCF_INIT_DISC; |
| 5580 | spin_unlock_irq(&phba->hbalock); |
James Smart | 38b92ef | 2010-08-04 16:11:39 -0400 | [diff] [blame] | 5581 | |
| 5582 | /* Reset FCF roundrobin bmask for new discovery */ |
| 5583 | memset(phba->fcf.fcf_rr_bmask, 0, sizeof(*phba->fcf.fcf_rr_bmask)); |
| 5584 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 5585 | 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] | 5586 | |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 5587 | if (rc) { |
| 5588 | spin_lock_irq(&phba->hbalock); |
| 5589 | phba->fcf.fcf_flag &= ~FCF_INIT_DISC; |
| 5590 | spin_unlock_irq(&phba->hbalock); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5591 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5592 | "2553 lpfc_unregister_unused_fcf failed " |
| 5593 | "to read FCF record HBA state x%x\n", |
| 5594 | phba->pport->port_state); |
James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 5595 | } |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5596 | } |
| 5597 | |
| 5598 | /** |
| 5599 | * lpfc_unregister_fcf - Unregister the currently registered fcf record |
| 5600 | * @phba: Pointer to hba context object. |
| 5601 | * |
| 5602 | * This function just unregisters the currently reigstered FCF. It does not |
| 5603 | * try to find another FCF for discovery. |
| 5604 | */ |
| 5605 | void |
| 5606 | lpfc_unregister_fcf(struct lpfc_hba *phba) |
| 5607 | { |
| 5608 | int rc; |
| 5609 | |
| 5610 | /* Preparation for unregistering fcf */ |
| 5611 | rc = lpfc_unregister_fcf_prep(phba); |
| 5612 | if (rc) { |
| 5613 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY, |
| 5614 | "2749 Failed to prepare for unregistering " |
| 5615 | "HBA's FCF record: rc=%d\n", rc); |
| 5616 | return; |
| 5617 | } |
| 5618 | |
| 5619 | /* Now, unregister FCF record and reset HBA FCF state */ |
| 5620 | rc = lpfc_sli4_unregister_fcf(phba); |
| 5621 | if (rc) |
| 5622 | return; |
| 5623 | /* Set proper HBA FCF states after successful unregister FCF */ |
| 5624 | spin_lock_irq(&phba->hbalock); |
| 5625 | phba->fcf.fcf_flag &= ~FCF_REGISTERED; |
| 5626 | spin_unlock_irq(&phba->hbalock); |
| 5627 | } |
| 5628 | |
| 5629 | /** |
| 5630 | * lpfc_unregister_unused_fcf - Unregister FCF if all devices are disconnected. |
| 5631 | * @phba: Pointer to hba context object. |
| 5632 | * |
| 5633 | * This function check if there are any connected remote port for the FCF and |
| 5634 | * if all the devices are disconnected, this function unregister FCFI. |
| 5635 | * This function also tries to use another FCF for discovery. |
| 5636 | */ |
| 5637 | void |
| 5638 | lpfc_unregister_unused_fcf(struct lpfc_hba *phba) |
| 5639 | { |
| 5640 | /* |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 5641 | * If HBA is not running in FIP mode, if HBA does not support |
| 5642 | * FCoE, if FCF discovery is ongoing, or if FCF has not been |
| 5643 | * registered, do nothing. |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5644 | */ |
| 5645 | spin_lock_irq(&phba->hbalock); |
James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 5646 | if (!(phba->hba_flag & HBA_FCOE_MODE) || |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5647 | !(phba->fcf.fcf_flag & FCF_REGISTERED) || |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 5648 | !(phba->hba_flag & HBA_FIP_SUPPORT) || |
James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 5649 | (phba->fcf.fcf_flag & FCF_DISCOVERY) || |
James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 5650 | (phba->pport->port_state == LPFC_FLOGI)) { |
James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5651 | spin_unlock_irq(&phba->hbalock); |
| 5652 | return; |
| 5653 | } |
| 5654 | spin_unlock_irq(&phba->hbalock); |
| 5655 | |
| 5656 | if (lpfc_fcf_inuse(phba)) |
| 5657 | return; |
| 5658 | |
| 5659 | lpfc_unregister_fcf_rescan(phba); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5660 | } |
| 5661 | |
| 5662 | /** |
| 5663 | * lpfc_read_fcf_conn_tbl - Create driver FCF connection table. |
| 5664 | * @phba: Pointer to hba context object. |
| 5665 | * @buff: Buffer containing the FCF connection table as in the config |
| 5666 | * region. |
| 5667 | * This function create driver data structure for the FCF connection |
| 5668 | * record table read from config region 23. |
| 5669 | */ |
| 5670 | static void |
| 5671 | lpfc_read_fcf_conn_tbl(struct lpfc_hba *phba, |
| 5672 | uint8_t *buff) |
| 5673 | { |
| 5674 | struct lpfc_fcf_conn_entry *conn_entry, *next_conn_entry; |
| 5675 | struct lpfc_fcf_conn_hdr *conn_hdr; |
| 5676 | struct lpfc_fcf_conn_rec *conn_rec; |
| 5677 | uint32_t record_count; |
| 5678 | int i; |
| 5679 | |
| 5680 | /* Free the current connect table */ |
| 5681 | list_for_each_entry_safe(conn_entry, next_conn_entry, |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 5682 | &phba->fcf_conn_rec_list, list) { |
| 5683 | list_del_init(&conn_entry->list); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5684 | kfree(conn_entry); |
James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 5685 | } |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5686 | |
| 5687 | conn_hdr = (struct lpfc_fcf_conn_hdr *) buff; |
| 5688 | record_count = conn_hdr->length * sizeof(uint32_t)/ |
| 5689 | sizeof(struct lpfc_fcf_conn_rec); |
| 5690 | |
| 5691 | conn_rec = (struct lpfc_fcf_conn_rec *) |
| 5692 | (buff + sizeof(struct lpfc_fcf_conn_hdr)); |
| 5693 | |
| 5694 | for (i = 0; i < record_count; i++) { |
| 5695 | if (!(conn_rec[i].flags & FCFCNCT_VALID)) |
| 5696 | continue; |
| 5697 | conn_entry = kzalloc(sizeof(struct lpfc_fcf_conn_entry), |
| 5698 | GFP_KERNEL); |
| 5699 | if (!conn_entry) { |
| 5700 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 5701 | "2566 Failed to allocate connection" |
| 5702 | " table entry\n"); |
| 5703 | return; |
| 5704 | } |
| 5705 | |
| 5706 | memcpy(&conn_entry->conn_rec, &conn_rec[i], |
| 5707 | sizeof(struct lpfc_fcf_conn_rec)); |
| 5708 | conn_entry->conn_rec.vlan_tag = |
| 5709 | le16_to_cpu(conn_entry->conn_rec.vlan_tag) & 0xFFF; |
| 5710 | conn_entry->conn_rec.flags = |
| 5711 | le16_to_cpu(conn_entry->conn_rec.flags); |
| 5712 | list_add_tail(&conn_entry->list, |
| 5713 | &phba->fcf_conn_rec_list); |
| 5714 | } |
| 5715 | } |
| 5716 | |
| 5717 | /** |
| 5718 | * lpfc_read_fcoe_param - Read FCoe parameters from conf region.. |
| 5719 | * @phba: Pointer to hba context object. |
| 5720 | * @buff: Buffer containing the FCoE parameter data structure. |
| 5721 | * |
| 5722 | * This function update driver data structure with config |
| 5723 | * parameters read from config region 23. |
| 5724 | */ |
| 5725 | static void |
| 5726 | lpfc_read_fcoe_param(struct lpfc_hba *phba, |
| 5727 | uint8_t *buff) |
| 5728 | { |
| 5729 | struct lpfc_fip_param_hdr *fcoe_param_hdr; |
| 5730 | struct lpfc_fcoe_params *fcoe_param; |
| 5731 | |
| 5732 | fcoe_param_hdr = (struct lpfc_fip_param_hdr *) |
| 5733 | buff; |
| 5734 | fcoe_param = (struct lpfc_fcoe_params *) |
James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 5735 | (buff + sizeof(struct lpfc_fip_param_hdr)); |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5736 | |
| 5737 | if ((fcoe_param_hdr->parm_version != FIPP_VERSION) || |
| 5738 | (fcoe_param_hdr->length != FCOE_PARAM_LENGTH)) |
| 5739 | return; |
| 5740 | |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5741 | if (fcoe_param_hdr->parm_flags & FIPP_VLAN_VALID) { |
| 5742 | phba->valid_vlan = 1; |
| 5743 | phba->vlan_id = le16_to_cpu(fcoe_param->vlan_tag) & |
| 5744 | 0xFFF; |
| 5745 | } |
| 5746 | |
| 5747 | phba->fc_map[0] = fcoe_param->fc_map[0]; |
| 5748 | phba->fc_map[1] = fcoe_param->fc_map[1]; |
| 5749 | phba->fc_map[2] = fcoe_param->fc_map[2]; |
| 5750 | return; |
| 5751 | } |
| 5752 | |
| 5753 | /** |
| 5754 | * lpfc_get_rec_conf23 - Get a record type in config region data. |
| 5755 | * @buff: Buffer containing config region 23 data. |
| 5756 | * @size: Size of the data buffer. |
| 5757 | * @rec_type: Record type to be searched. |
| 5758 | * |
Lucas De Marchi | 25985ed | 2011-03-30 22:57:33 -0300 | [diff] [blame^] | 5759 | * This function searches config region data to find the beginning |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5760 | * of the record specified by record_type. If record found, this |
| 5761 | * function return pointer to the record else return NULL. |
| 5762 | */ |
| 5763 | static uint8_t * |
| 5764 | lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type) |
| 5765 | { |
| 5766 | uint32_t offset = 0, rec_length; |
| 5767 | |
| 5768 | if ((buff[0] == LPFC_REGION23_LAST_REC) || |
| 5769 | (size < sizeof(uint32_t))) |
| 5770 | return NULL; |
| 5771 | |
| 5772 | rec_length = buff[offset + 1]; |
| 5773 | |
| 5774 | /* |
| 5775 | * One TLV record has one word header and number of data words |
| 5776 | * specified in the rec_length field of the record header. |
| 5777 | */ |
| 5778 | while ((offset + rec_length * sizeof(uint32_t) + sizeof(uint32_t)) |
| 5779 | <= size) { |
| 5780 | if (buff[offset] == rec_type) |
| 5781 | return &buff[offset]; |
| 5782 | |
| 5783 | if (buff[offset] == LPFC_REGION23_LAST_REC) |
| 5784 | return NULL; |
| 5785 | |
| 5786 | offset += rec_length * sizeof(uint32_t) + sizeof(uint32_t); |
| 5787 | rec_length = buff[offset + 1]; |
| 5788 | } |
| 5789 | return NULL; |
| 5790 | } |
| 5791 | |
| 5792 | /** |
| 5793 | * lpfc_parse_fcoe_conf - Parse FCoE config data read from config region 23. |
| 5794 | * @phba: Pointer to lpfc_hba data structure. |
| 5795 | * @buff: Buffer containing config region 23 data. |
| 5796 | * @size: Size of the data buffer. |
| 5797 | * |
Stefan Weil | eef35c2 | 2010-08-06 21:11:15 +0200 | [diff] [blame] | 5798 | * This function parses the FCoE config parameters in config region 23 and |
James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5799 | * populate driver data structure with the parameters. |
| 5800 | */ |
| 5801 | void |
| 5802 | lpfc_parse_fcoe_conf(struct lpfc_hba *phba, |
| 5803 | uint8_t *buff, |
| 5804 | uint32_t size) |
| 5805 | { |
| 5806 | uint32_t offset = 0, rec_length; |
| 5807 | uint8_t *rec_ptr; |
| 5808 | |
| 5809 | /* |
| 5810 | * If data size is less than 2 words signature and version cannot be |
| 5811 | * verified. |
| 5812 | */ |
| 5813 | if (size < 2*sizeof(uint32_t)) |
| 5814 | return; |
| 5815 | |
| 5816 | /* Check the region signature first */ |
| 5817 | if (memcmp(buff, LPFC_REGION23_SIGNATURE, 4)) { |
| 5818 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 5819 | "2567 Config region 23 has bad signature\n"); |
| 5820 | return; |
| 5821 | } |
| 5822 | |
| 5823 | offset += 4; |
| 5824 | |
| 5825 | /* Check the data structure version */ |
| 5826 | if (buff[offset] != LPFC_REGION23_VERSION) { |
| 5827 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, |
| 5828 | "2568 Config region 23 has bad version\n"); |
| 5829 | return; |
| 5830 | } |
| 5831 | offset += 4; |
| 5832 | |
| 5833 | rec_length = buff[offset + 1]; |
| 5834 | |
| 5835 | /* Read FCoE param record */ |
| 5836 | rec_ptr = lpfc_get_rec_conf23(&buff[offset], |
| 5837 | size - offset, FCOE_PARAM_TYPE); |
| 5838 | if (rec_ptr) |
| 5839 | lpfc_read_fcoe_param(phba, rec_ptr); |
| 5840 | |
| 5841 | /* Read FCF connection table */ |
| 5842 | rec_ptr = lpfc_get_rec_conf23(&buff[offset], |
| 5843 | size - offset, FCOE_CONN_TBL_TYPE); |
| 5844 | if (rec_ptr) |
| 5845 | lpfc_read_fcf_conn_tbl(phba, rec_ptr); |
| 5846 | |
| 5847 | } |