|  | 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 | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 661 | } | 
| James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 662 | lpfc_destroy_vport_work_array(phba, vports); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 663 |  | 
| James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 664 | pring = &phba->sli.ring[LPFC_ELS_RING]; | 
|  | 665 | status = (ha_copy & (HA_RXMASK  << (4*LPFC_ELS_RING))); | 
|  | 666 | status >>= (4*LPFC_ELS_RING); | 
| James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 667 | if ((status & HA_RXMASK) || | 
|  | 668 | (pring->flag & LPFC_DEFERRED_RING_EVENT) || | 
| James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 669 | (phba->hba_flag & HBA_SP_QUEUE_EVT)) { | 
| James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 670 | if (pring->flag & LPFC_STOP_IOCB_EVENT) { | 
| James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 671 | pring->flag |= LPFC_DEFERRED_RING_EVENT; | 
| James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 672 | /* Set the lpfc data pending flag */ | 
|  | 673 | set_bit(LPFC_DATA_READY, &phba->data_flags); | 
| James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 674 | } else { | 
| James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 675 | pring->flag &= ~LPFC_DEFERRED_RING_EVENT; | 
| James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 676 | lpfc_sli_handle_slow_ring_event(phba, pring, | 
|  | 677 | (status & | 
|  | 678 | HA_RXMASK)); | 
| James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 679 | } | 
| James Smart | bc73905 | 2010-08-04 16:11:18 -0400 | [diff] [blame] | 680 | if ((phba->sli_rev == LPFC_SLI_REV4) && pring->txq_cnt) | 
| James Smart | 2a9bf3d | 2010-06-07 15:24:45 -0400 | [diff] [blame] | 681 | lpfc_drain_txq(phba); | 
| James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 682 | /* | 
|  | 683 | * Turn on Ring interrupts | 
|  | 684 | */ | 
| James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 685 | if (phba->sli_rev <= LPFC_SLI_REV3) { | 
|  | 686 | spin_lock_irq(&phba->hbalock); | 
|  | 687 | control = readl(phba->HCregaddr); | 
|  | 688 | if (!(control & (HC_R0INT_ENA << LPFC_ELS_RING))) { | 
|  | 689 | lpfc_debugfs_slow_ring_trc(phba, | 
|  | 690 | "WRK Enable ring: cntl:x%x hacopy:x%x", | 
|  | 691 | control, ha_copy, 0); | 
| James Smart | a58cbd5 | 2007-08-02 11:09:43 -0400 | [diff] [blame] | 692 |  | 
| James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 693 | control |= (HC_R0INT_ENA << LPFC_ELS_RING); | 
|  | 694 | writel(control, phba->HCregaddr); | 
|  | 695 | readl(phba->HCregaddr); /* flush */ | 
|  | 696 | } else { | 
|  | 697 | lpfc_debugfs_slow_ring_trc(phba, | 
|  | 698 | "WRK Ring ok:     cntl:x%x hacopy:x%x", | 
|  | 699 | control, ha_copy, 0); | 
|  | 700 | } | 
|  | 701 | spin_unlock_irq(&phba->hbalock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 702 | } | 
|  | 703 | } | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 704 | lpfc_work_list_done(phba); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 705 | } | 
|  | 706 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 707 | int | 
|  | 708 | lpfc_do_work(void *p) | 
|  | 709 | { | 
|  | 710 | struct lpfc_hba *phba = p; | 
|  | 711 | int rc; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 712 |  | 
|  | 713 | set_user_nice(current, -20); | 
| James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 714 | phba->data_flags = 0; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 715 |  | 
| James Smart | 3a55b53 | 2008-12-04 22:38:54 -0500 | [diff] [blame] | 716 | while (!kthread_should_stop()) { | 
| James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 717 | /* wait and check worker queue activities */ | 
|  | 718 | rc = wait_event_interruptible(phba->work_waitq, | 
|  | 719 | (test_and_clear_bit(LPFC_DATA_READY, | 
|  | 720 | &phba->data_flags) | 
|  | 721 | || kthread_should_stop())); | 
| James Smart | 3a55b53 | 2008-12-04 22:38:54 -0500 | [diff] [blame] | 722 | /* Signal wakeup shall terminate the worker thread */ | 
|  | 723 | if (rc) { | 
|  | 724 | lpfc_printf_log(phba, KERN_ERR, LOG_ELS, | 
|  | 725 | "0433 Wakeup on signal: rc=x%x\n", rc); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 726 | break; | 
| James Smart | 3a55b53 | 2008-12-04 22:38:54 -0500 | [diff] [blame] | 727 | } | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 728 |  | 
| James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 729 | /* Attend pending lpfc data processing */ | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 730 | lpfc_work_done(phba); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 731 | } | 
| James Smart | 3a55b53 | 2008-12-04 22:38:54 -0500 | [diff] [blame] | 732 | phba->worker_thread = NULL; | 
|  | 733 | lpfc_printf_log(phba, KERN_INFO, LOG_ELS, | 
|  | 734 | "0432 Worker thread stopped.\n"); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 735 | return 0; | 
|  | 736 | } | 
|  | 737 |  | 
|  | 738 | /* | 
|  | 739 | * This is only called to handle FC worker events. Since this a rare | 
|  | 740 | * occurance, we allocate a struct lpfc_work_evt structure here instead of | 
|  | 741 | * embedding it in the IOCB. | 
|  | 742 | */ | 
|  | 743 | int | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 744 | lpfc_workq_post_event(struct lpfc_hba *phba, void *arg1, void *arg2, | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 745 | uint32_t evt) | 
|  | 746 | { | 
|  | 747 | struct lpfc_work_evt  *evtp; | 
| James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 748 | unsigned long flags; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 749 |  | 
|  | 750 | /* | 
|  | 751 | * All Mailbox completions and LPFC_ELS_RING rcv ring IOCB events will | 
|  | 752 | * be queued to worker thread for processing | 
|  | 753 | */ | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 754 | evtp = kmalloc(sizeof(struct lpfc_work_evt), GFP_ATOMIC); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 755 | if (!evtp) | 
|  | 756 | return 0; | 
|  | 757 |  | 
|  | 758 | evtp->evt_arg1  = arg1; | 
|  | 759 | evtp->evt_arg2  = arg2; | 
|  | 760 | evtp->evt       = evt; | 
|  | 761 |  | 
| James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 762 | spin_lock_irqsave(&phba->hbalock, flags); | 
| James Smart | 071fbd3d | 2006-04-15 11:53:20 -0400 | [diff] [blame] | 763 | list_add_tail(&evtp->evt_listp, &phba->work_list); | 
| James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 764 | spin_unlock_irqrestore(&phba->hbalock, flags); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 765 |  | 
| James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 766 | lpfc_worker_wake_up(phba); | 
|  | 767 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 768 | return 1; | 
|  | 769 | } | 
|  | 770 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 771 | void | 
|  | 772 | lpfc_cleanup_rpis(struct lpfc_vport *vport, int remove) | 
|  | 773 | { | 
| James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 774 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 775 | struct lpfc_hba  *phba = vport->phba; | 
|  | 776 | struct lpfc_nodelist *ndlp, *next_ndlp; | 
|  | 777 | int  rc; | 
|  | 778 |  | 
|  | 779 | 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] | 780 | if (!NLP_CHK_NODE_ACT(ndlp)) | 
|  | 781 | continue; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 782 | if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) | 
|  | 783 | continue; | 
| James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 784 | if ((phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) || | 
|  | 785 | ((vport->port_type == LPFC_NPIV_PORT) && | 
|  | 786 | (ndlp->nlp_DID == NameServer_DID))) | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 787 | lpfc_unreg_rpi(vport, ndlp); | 
|  | 788 |  | 
|  | 789 | /* Leave Fabric nodes alone on link down */ | 
| James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 790 | if ((phba->sli_rev < LPFC_SLI_REV4) && | 
|  | 791 | (!remove && ndlp->nlp_type & NLP_FABRIC)) | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 792 | continue; | 
|  | 793 | rc = lpfc_disc_state_machine(vport, ndlp, NULL, | 
|  | 794 | remove | 
|  | 795 | ? NLP_EVT_DEVICE_RM | 
|  | 796 | : NLP_EVT_DEVICE_RECOVERY); | 
|  | 797 | } | 
|  | 798 | if (phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) { | 
| James Smart | 5af5eee | 2010-10-22 11:06:38 -0400 | [diff] [blame] | 799 | if (phba->sli_rev == LPFC_SLI_REV4) | 
|  | 800 | lpfc_sli4_unreg_all_rpis(vport); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 801 | lpfc_mbx_unreg_vpi(vport); | 
| James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 802 | spin_lock_irq(shost->host_lock); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 803 | vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI; | 
| James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 804 | spin_unlock_irq(shost->host_lock); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 805 | } | 
|  | 806 | } | 
|  | 807 |  | 
| James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 808 | void | 
| James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 809 | lpfc_port_link_failure(struct lpfc_vport *vport) | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 810 | { | 
| James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 811 | lpfc_vport_set_state(vport, FC_VPORT_LINKDOWN); | 
|  | 812 |  | 
| James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 813 | /* Cleanup any outstanding received buffers */ | 
|  | 814 | lpfc_cleanup_rcv_buffers(vport); | 
|  | 815 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 816 | /* Cleanup any outstanding RSCN activity */ | 
|  | 817 | lpfc_els_flush_rscn(vport); | 
|  | 818 |  | 
|  | 819 | /* Cleanup any outstanding ELS commands */ | 
|  | 820 | lpfc_els_flush_cmd(vport); | 
|  | 821 |  | 
|  | 822 | lpfc_cleanup_rpis(vport, 0); | 
|  | 823 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 824 | /* Turn off discovery timer if its running */ | 
|  | 825 | lpfc_can_disctmo(vport); | 
|  | 826 | } | 
|  | 827 |  | 
| James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 828 | void | 
| James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 829 | lpfc_linkdown_port(struct lpfc_vport *vport) | 
|  | 830 | { | 
|  | 831 | struct Scsi_Host  *shost = lpfc_shost_from_vport(vport); | 
|  | 832 |  | 
|  | 833 | fc_host_post_event(shost, fc_get_event_number(), FCH_EVT_LINKDOWN, 0); | 
|  | 834 |  | 
|  | 835 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, | 
|  | 836 | "Link Down:       state:x%x rtry:x%x flg:x%x", | 
|  | 837 | vport->port_state, vport->fc_ns_retry, vport->fc_flag); | 
|  | 838 |  | 
|  | 839 | lpfc_port_link_failure(vport); | 
|  | 840 |  | 
|  | 841 | } | 
|  | 842 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 843 | int | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 844 | lpfc_linkdown(struct lpfc_hba *phba) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 845 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 846 | struct lpfc_vport *vport = phba->pport; | 
|  | 847 | struct Scsi_Host  *shost = lpfc_shost_from_vport(vport); | 
| James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 848 | struct lpfc_vport **vports; | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 849 | LPFC_MBOXQ_t          *mb; | 
| James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 850 | int i; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 851 |  | 
| James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 852 | if (phba->link_state == LPFC_LINK_DOWN) | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 853 | return 0; | 
| James Smart | aacc20e | 2009-12-21 17:02:51 -0500 | [diff] [blame] | 854 |  | 
|  | 855 | /* Block all SCSI stack I/Os */ | 
|  | 856 | lpfc_scsi_dev_block(phba); | 
|  | 857 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 858 | spin_lock_irq(&phba->hbalock); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 859 | phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE); | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 860 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 861 | if (phba->link_state > LPFC_LINK_DOWN) { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 862 | phba->link_state = LPFC_LINK_DOWN; | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 863 | spin_lock_irq(shost->host_lock); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 864 | phba->pport->fc_flag &= ~FC_LBIT; | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 865 | spin_unlock_irq(shost->host_lock); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 866 | } | 
| James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 867 | vports = lpfc_create_vport_work_array(phba); | 
|  | 868 | if (vports != NULL) | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 869 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { | 
| James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 870 | /* Issue a LINK DOWN event to all nodes */ | 
|  | 871 | lpfc_linkdown_port(vports[i]); | 
|  | 872 | } | 
| James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 873 | lpfc_destroy_vport_work_array(phba, vports); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 874 | /* Clean up any firmware default rpi's */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 875 | mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); | 
|  | 876 | if (mb) { | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 877 | lpfc_unreg_did(phba, 0xffff, 0xffffffff, mb); | 
| James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 878 | mb->vport = vport; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 879 | mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; | 
| James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 880 | if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 881 | == MBX_NOT_FINISHED) { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 882 | mempool_free(mb, phba->mbox_mem_pool); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 883 | } | 
|  | 884 | } | 
|  | 885 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 886 | /* Setup myDID for link up if we are in pt2pt mode */ | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 887 | if (phba->pport->fc_flag & FC_PT2PT) { | 
|  | 888 | phba->pport->fc_myDID = 0; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 889 | mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); | 
|  | 890 | if (mb) { | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 891 | lpfc_config_link(phba, mb); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 892 | mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; | 
| James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 893 | mb->vport = vport; | 
| James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 894 | if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 895 | == MBX_NOT_FINISHED) { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 896 | mempool_free(mb, phba->mbox_mem_pool); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 897 | } | 
|  | 898 | } | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 899 | spin_lock_irq(shost->host_lock); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 900 | phba->pport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 901 | spin_unlock_irq(shost->host_lock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 902 | } | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 903 |  | 
| Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 904 | return 0; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 905 | } | 
|  | 906 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 907 | static void | 
|  | 908 | lpfc_linkup_cleanup_nodes(struct lpfc_vport *vport) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 909 | { | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 910 | struct lpfc_nodelist *ndlp; | 
|  | 911 |  | 
|  | 912 | list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 913 | if (!NLP_CHK_NODE_ACT(ndlp)) | 
|  | 914 | continue; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 915 | if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) | 
|  | 916 | continue; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 917 | if (ndlp->nlp_type & NLP_FABRIC) { | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 918 | /* On Linkup its safe to clean up the ndlp | 
|  | 919 | * from Fabric connections. | 
|  | 920 | */ | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 921 | if (ndlp->nlp_DID != Fabric_DID) | 
|  | 922 | lpfc_unreg_rpi(vport, ndlp); | 
|  | 923 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE); | 
|  | 924 | } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) { | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 925 | /* Fail outstanding IO now since device is | 
|  | 926 | * marked for PLOGI. | 
|  | 927 | */ | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 928 | lpfc_unreg_rpi(vport, ndlp); | 
|  | 929 | } | 
|  | 930 | } | 
|  | 931 | } | 
|  | 932 |  | 
|  | 933 | static void | 
|  | 934 | lpfc_linkup_port(struct lpfc_vport *vport) | 
|  | 935 | { | 
|  | 936 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 937 | struct lpfc_hba  *phba = vport->phba; | 
|  | 938 |  | 
|  | 939 | if ((vport->load_flag & FC_UNLOADING) != 0) | 
|  | 940 | return; | 
|  | 941 |  | 
| James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 942 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, | 
|  | 943 | "Link Up:         top:x%x speed:x%x flg:x%x", | 
|  | 944 | phba->fc_topology, phba->fc_linkspeed, phba->link_flag); | 
|  | 945 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 946 | /* If NPIV is not enabled, only bring the physical port up */ | 
|  | 947 | if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) && | 
|  | 948 | (vport != phba->pport)) | 
|  | 949 | return; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 950 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 951 | 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] | 952 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 953 | spin_lock_irq(shost->host_lock); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 954 | vport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI | FC_ABORT_DISCOVERY | | 
|  | 955 | FC_RSCN_MODE | FC_NLP_MORE | FC_RSCN_DISCOVERY); | 
|  | 956 | vport->fc_flag |= FC_NDISC_ACTIVE; | 
|  | 957 | vport->fc_ns_retry = 0; | 
|  | 958 | spin_unlock_irq(shost->host_lock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 959 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 960 | if (vport->fc_flag & FC_LBIT) | 
|  | 961 | lpfc_linkup_cleanup_nodes(vport); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 962 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 963 | } | 
|  | 964 |  | 
|  | 965 | static int | 
|  | 966 | lpfc_linkup(struct lpfc_hba *phba) | 
|  | 967 | { | 
| James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 968 | struct lpfc_vport **vports; | 
|  | 969 | int i; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 970 |  | 
| James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 971 | lpfc_cleanup_wt_rrqs(phba); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 972 | phba->link_state = LPFC_LINK_UP; | 
|  | 973 |  | 
|  | 974 | /* Unblock fabric iocbs if they are blocked */ | 
|  | 975 | clear_bit(FABRIC_COMANDS_BLOCKED, &phba->bit_flags); | 
|  | 976 | del_timer_sync(&phba->fabric_block_timer); | 
|  | 977 |  | 
| James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 978 | vports = lpfc_create_vport_work_array(phba); | 
|  | 979 | if (vports != NULL) | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 980 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) | 
| James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 981 | lpfc_linkup_port(vports[i]); | 
| James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 982 | lpfc_destroy_vport_work_array(phba, vports); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 983 | if ((phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) && | 
|  | 984 | (phba->sli_rev < LPFC_SLI_REV4)) | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 985 | lpfc_issue_clear_la(phba, phba->pport); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 986 |  | 
|  | 987 | return 0; | 
|  | 988 | } | 
|  | 989 |  | 
|  | 990 | /* | 
|  | 991 | * This routine handles processing a CLEAR_LA mailbox | 
|  | 992 | * command upon completion. It is setup in the LPFC_MBOXQ | 
|  | 993 | * as the completion routine when the command is | 
|  | 994 | * handed off to the SLI layer. | 
|  | 995 | */ | 
| Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 996 | static void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 997 | lpfc_mbx_cmpl_clear_la(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 998 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 999 | struct lpfc_vport *vport = pmb->vport; | 
|  | 1000 | struct Scsi_Host  *shost = lpfc_shost_from_vport(vport); | 
|  | 1001 | struct lpfc_sli   *psli = &phba->sli; | 
| James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 1002 | MAILBOX_t *mb = &pmb->u.mb; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1003 | uint32_t control; | 
|  | 1004 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1005 | /* Since we don't do discovery right now, turn these off here */ | 
| James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 1006 | psli->ring[psli->extra_ring].flag &= ~LPFC_STOP_IOCB_EVENT; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1007 | psli->ring[psli->fcp_ring].flag &= ~LPFC_STOP_IOCB_EVENT; | 
|  | 1008 | psli->ring[psli->next_ring].flag &= ~LPFC_STOP_IOCB_EVENT; | 
|  | 1009 |  | 
|  | 1010 | /* Check for error */ | 
|  | 1011 | if ((mb->mbxStatus) && (mb->mbxStatus != 0x1601)) { | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1012 | /* CLEAR_LA mbox error <mbxStatus> state <hba_state> */ | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1013 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, | 
|  | 1014 | "0320 CLEAR_LA mbxStatus error x%x hba " | 
|  | 1015 | "state x%x\n", | 
|  | 1016 | mb->mbxStatus, vport->port_state); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1017 | phba->link_state = LPFC_HBA_ERROR; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1018 | goto out; | 
|  | 1019 | } | 
|  | 1020 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1021 | if (vport->port_type == LPFC_PHYSICAL_PORT) | 
|  | 1022 | phba->link_state = LPFC_HBA_READY; | 
|  | 1023 |  | 
|  | 1024 | spin_lock_irq(&phba->hbalock); | 
|  | 1025 | psli->sli_flag |= LPFC_PROCESS_LA; | 
|  | 1026 | control = readl(phba->HCregaddr); | 
|  | 1027 | control |= HC_LAINT_ENA; | 
|  | 1028 | writel(control, phba->HCregaddr); | 
|  | 1029 | readl(phba->HCregaddr); /* flush */ | 
|  | 1030 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | 1b32f6a | 2008-02-08 18:49:39 -0500 | [diff] [blame] | 1031 | mempool_free(pmb, phba->mbox_mem_pool); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1032 | return; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1033 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1034 | out: | 
|  | 1035 | /* Device Discovery completes */ | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1036 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, | 
|  | 1037 | "0225 Device Discovery completes\n"); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1038 | mempool_free(pmb, phba->mbox_mem_pool); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1039 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1040 | spin_lock_irq(shost->host_lock); | 
| James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 1041 | vport->fc_flag &= ~FC_ABORT_DISCOVERY; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1042 | spin_unlock_irq(shost->host_lock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1043 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1044 | lpfc_can_disctmo(vport); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1045 |  | 
|  | 1046 | /* turn on Link Attention interrupts */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1047 |  | 
|  | 1048 | spin_lock_irq(&phba->hbalock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1049 | psli->sli_flag |= LPFC_PROCESS_LA; | 
|  | 1050 | control = readl(phba->HCregaddr); | 
|  | 1051 | control |= HC_LAINT_ENA; | 
|  | 1052 | writel(control, phba->HCregaddr); | 
|  | 1053 | readl(phba->HCregaddr); /* flush */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1054 | spin_unlock_irq(&phba->hbalock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1055 |  | 
|  | 1056 | return; | 
|  | 1057 | } | 
|  | 1058 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1059 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1060 | static void | 
| Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1061 | lpfc_mbx_cmpl_local_config_link(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1062 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1063 | struct lpfc_vport *vport = pmb->vport; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1064 |  | 
| James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 1065 | if (pmb->u.mb.mbxStatus) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1066 | goto out; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1067 |  | 
| Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1068 | mempool_free(pmb, phba->mbox_mem_pool); | 
|  | 1069 |  | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 1070 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP && | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1071 | vport->fc_flag & FC_PUBLIC_LOOP && | 
|  | 1072 | !(vport->fc_flag & FC_LBIT)) { | 
| Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1073 | /* Need to wait for FAN - use discovery timer | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1074 | * for timeout.  port_state is identically | 
| Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1075 | * LPFC_LOCAL_CFG_LINK while waiting for FAN | 
|  | 1076 | */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1077 | lpfc_set_disctmo(vport); | 
| Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1078 | return; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1079 | } | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1080 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1081 | /* Start discovery by sending a FLOGI. port_state is identically | 
| Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1082 | * LPFC_FLOGI while waiting for FLOGI cmpl | 
|  | 1083 | */ | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 1084 | if (vport->port_state != LPFC_FLOGI) | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1085 | lpfc_initial_flogi(vport); | 
| Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1086 | return; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1087 |  | 
|  | 1088 | out: | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1089 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, | 
|  | 1090 | "0306 CONFIG_LINK mbxStatus error x%x " | 
|  | 1091 | "HBA state x%x\n", | 
| James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 1092 | pmb->u.mb.mbxStatus, vport->port_state); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1093 | mempool_free(pmb, phba->mbox_mem_pool); | 
| Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 1094 |  | 
|  | 1095 | lpfc_linkdown(phba); | 
|  | 1096 |  | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1097 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, | 
|  | 1098 | "0200 CONFIG_LINK bad hba state x%x\n", | 
|  | 1099 | vport->port_state); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1100 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1101 | lpfc_issue_clear_la(phba, vport); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1102 | return; | 
|  | 1103 | } | 
|  | 1104 |  | 
|  | 1105 | static void | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1106 | lpfc_mbx_cmpl_reg_fcfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) | 
|  | 1107 | { | 
|  | 1108 | struct lpfc_vport *vport = mboxq->vport; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1109 |  | 
|  | 1110 | if (mboxq->u.mb.mbxStatus) { | 
|  | 1111 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, | 
|  | 1112 | "2017 REG_FCFI mbxStatus error x%x " | 
|  | 1113 | "HBA state x%x\n", | 
|  | 1114 | mboxq->u.mb.mbxStatus, vport->port_state); | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1115 | goto fail_out; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1116 | } | 
|  | 1117 |  | 
|  | 1118 | /* Start FCoE discovery by sending a FLOGI. */ | 
|  | 1119 | phba->fcf.fcfi = bf_get(lpfc_reg_fcfi_fcfi, &mboxq->u.mqe.un.reg_fcfi); | 
|  | 1120 | /* Set the FCFI registered flag */ | 
| James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1121 | spin_lock_irq(&phba->hbalock); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1122 | phba->fcf.fcf_flag |= FCF_REGISTERED; | 
| James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1123 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1124 |  | 
| James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1125 | /* If there is a pending FCoE event, restart FCF table scan. */ | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1126 | if (lpfc_check_pending_fcoe_event(phba, LPFC_UNREG_FCF)) | 
|  | 1127 | goto fail_out; | 
|  | 1128 |  | 
|  | 1129 | /* Mark successful completion of FCF table scan */ | 
| James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1130 | spin_lock_irq(&phba->hbalock); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1131 | phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE); | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1132 | phba->hba_flag &= ~FCF_TS_INPROG; | 
|  | 1133 | if (vport->port_state != LPFC_FLOGI) { | 
|  | 1134 | phba->hba_flag |= FCF_RR_INPROG; | 
|  | 1135 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 1136 | lpfc_issue_init_vfi(vport); | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1137 | goto out; | 
|  | 1138 | } | 
|  | 1139 | spin_unlock_irq(&phba->hbalock); | 
|  | 1140 | goto out; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1141 |  | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1142 | fail_out: | 
|  | 1143 | spin_lock_irq(&phba->hbalock); | 
|  | 1144 | phba->hba_flag &= ~FCF_RR_INPROG; | 
|  | 1145 | spin_unlock_irq(&phba->hbalock); | 
|  | 1146 | out: | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1147 | mempool_free(mboxq, phba->mbox_mem_pool); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1148 | } | 
|  | 1149 |  | 
|  | 1150 | /** | 
|  | 1151 | * lpfc_fab_name_match - Check if the fcf fabric name match. | 
|  | 1152 | * @fab_name: pointer to fabric name. | 
|  | 1153 | * @new_fcf_record: pointer to fcf record. | 
|  | 1154 | * | 
|  | 1155 | * This routine compare the fcf record's fabric name with provided | 
|  | 1156 | * fabric name. If the fabric name are identical this function | 
|  | 1157 | * returns 1 else return 0. | 
|  | 1158 | **/ | 
|  | 1159 | static uint32_t | 
|  | 1160 | lpfc_fab_name_match(uint8_t *fab_name, struct fcf_record *new_fcf_record) | 
|  | 1161 | { | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1162 | 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] | 1163 | return 0; | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1164 | if (fab_name[1] != bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record)) | 
|  | 1165 | return 0; | 
|  | 1166 | if (fab_name[2] != bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record)) | 
|  | 1167 | return 0; | 
|  | 1168 | if (fab_name[3] != bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record)) | 
|  | 1169 | return 0; | 
|  | 1170 | if (fab_name[4] != bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record)) | 
|  | 1171 | return 0; | 
|  | 1172 | if (fab_name[5] != bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record)) | 
|  | 1173 | return 0; | 
|  | 1174 | if (fab_name[6] != bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record)) | 
|  | 1175 | return 0; | 
|  | 1176 | if (fab_name[7] != bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record)) | 
|  | 1177 | return 0; | 
|  | 1178 | return 1; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1179 | } | 
|  | 1180 |  | 
|  | 1181 | /** | 
| James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1182 | * lpfc_sw_name_match - Check if the fcf switch name match. | 
|  | 1183 | * @fab_name: pointer to fabric name. | 
|  | 1184 | * @new_fcf_record: pointer to fcf record. | 
|  | 1185 | * | 
|  | 1186 | * This routine compare the fcf record's switch name with provided | 
|  | 1187 | * switch name. If the switch name are identical this function | 
|  | 1188 | * returns 1 else return 0. | 
|  | 1189 | **/ | 
|  | 1190 | static uint32_t | 
|  | 1191 | lpfc_sw_name_match(uint8_t *sw_name, struct fcf_record *new_fcf_record) | 
|  | 1192 | { | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1193 | 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] | 1194 | return 0; | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1195 | if (sw_name[1] != bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record)) | 
|  | 1196 | return 0; | 
|  | 1197 | if (sw_name[2] != bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record)) | 
|  | 1198 | return 0; | 
|  | 1199 | if (sw_name[3] != bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record)) | 
|  | 1200 | return 0; | 
|  | 1201 | if (sw_name[4] != bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record)) | 
|  | 1202 | return 0; | 
|  | 1203 | if (sw_name[5] != bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record)) | 
|  | 1204 | return 0; | 
|  | 1205 | if (sw_name[6] != bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record)) | 
|  | 1206 | return 0; | 
|  | 1207 | if (sw_name[7] != bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record)) | 
|  | 1208 | return 0; | 
|  | 1209 | return 1; | 
| James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1210 | } | 
|  | 1211 |  | 
|  | 1212 | /** | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1213 | * lpfc_mac_addr_match - Check if the fcf mac address match. | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1214 | * @mac_addr: pointer to mac address. | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1215 | * @new_fcf_record: pointer to fcf record. | 
|  | 1216 | * | 
|  | 1217 | * This routine compare the fcf record's mac address with HBA's | 
|  | 1218 | * FCF mac address. If the mac addresses are identical this function | 
|  | 1219 | * returns 1 else return 0. | 
|  | 1220 | **/ | 
|  | 1221 | static uint32_t | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1222 | 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] | 1223 | { | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1224 | 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] | 1225 | return 0; | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1226 | if (mac_addr[1] != bf_get(lpfc_fcf_record_mac_1, new_fcf_record)) | 
|  | 1227 | return 0; | 
|  | 1228 | if (mac_addr[2] != bf_get(lpfc_fcf_record_mac_2, new_fcf_record)) | 
|  | 1229 | return 0; | 
|  | 1230 | if (mac_addr[3] != bf_get(lpfc_fcf_record_mac_3, new_fcf_record)) | 
|  | 1231 | return 0; | 
|  | 1232 | if (mac_addr[4] != bf_get(lpfc_fcf_record_mac_4, new_fcf_record)) | 
|  | 1233 | return 0; | 
|  | 1234 | if (mac_addr[5] != bf_get(lpfc_fcf_record_mac_5, new_fcf_record)) | 
|  | 1235 | return 0; | 
|  | 1236 | return 1; | 
|  | 1237 | } | 
|  | 1238 |  | 
|  | 1239 | static bool | 
|  | 1240 | lpfc_vlan_id_match(uint16_t curr_vlan_id, uint16_t new_vlan_id) | 
|  | 1241 | { | 
|  | 1242 | return (curr_vlan_id == new_vlan_id); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1243 | } | 
|  | 1244 |  | 
|  | 1245 | /** | 
|  | 1246 | * lpfc_copy_fcf_record - Copy fcf information to lpfc_hba. | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1247 | * @fcf: pointer to driver fcf record. | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1248 | * @new_fcf_record: pointer to fcf record. | 
|  | 1249 | * | 
|  | 1250 | * This routine copies the FCF information from the FCF | 
|  | 1251 | * record to lpfc_hba data structure. | 
|  | 1252 | **/ | 
|  | 1253 | static void | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1254 | lpfc_copy_fcf_record(struct lpfc_fcf_rec *fcf_rec, | 
|  | 1255 | struct fcf_record *new_fcf_record) | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1256 | { | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1257 | /* Fabric name */ | 
|  | 1258 | fcf_rec->fabric_name[0] = | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1259 | bf_get(lpfc_fcf_record_fab_name_0, new_fcf_record); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1260 | fcf_rec->fabric_name[1] = | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1261 | bf_get(lpfc_fcf_record_fab_name_1, new_fcf_record); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1262 | fcf_rec->fabric_name[2] = | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1263 | bf_get(lpfc_fcf_record_fab_name_2, new_fcf_record); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1264 | fcf_rec->fabric_name[3] = | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1265 | bf_get(lpfc_fcf_record_fab_name_3, new_fcf_record); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1266 | fcf_rec->fabric_name[4] = | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1267 | bf_get(lpfc_fcf_record_fab_name_4, new_fcf_record); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1268 | fcf_rec->fabric_name[5] = | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1269 | bf_get(lpfc_fcf_record_fab_name_5, new_fcf_record); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1270 | fcf_rec->fabric_name[6] = | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1271 | bf_get(lpfc_fcf_record_fab_name_6, new_fcf_record); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1272 | fcf_rec->fabric_name[7] = | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1273 | bf_get(lpfc_fcf_record_fab_name_7, new_fcf_record); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1274 | /* Mac address */ | 
|  | 1275 | fcf_rec->mac_addr[0] = bf_get(lpfc_fcf_record_mac_0, new_fcf_record); | 
|  | 1276 | fcf_rec->mac_addr[1] = bf_get(lpfc_fcf_record_mac_1, new_fcf_record); | 
|  | 1277 | fcf_rec->mac_addr[2] = bf_get(lpfc_fcf_record_mac_2, new_fcf_record); | 
|  | 1278 | fcf_rec->mac_addr[3] = bf_get(lpfc_fcf_record_mac_3, new_fcf_record); | 
|  | 1279 | fcf_rec->mac_addr[4] = bf_get(lpfc_fcf_record_mac_4, new_fcf_record); | 
|  | 1280 | fcf_rec->mac_addr[5] = bf_get(lpfc_fcf_record_mac_5, new_fcf_record); | 
|  | 1281 | /* FCF record index */ | 
|  | 1282 | fcf_rec->fcf_indx = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record); | 
|  | 1283 | /* FCF record priority */ | 
|  | 1284 | fcf_rec->priority = new_fcf_record->fip_priority; | 
|  | 1285 | /* Switch name */ | 
|  | 1286 | fcf_rec->switch_name[0] = | 
| James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1287 | bf_get(lpfc_fcf_record_switch_name_0, new_fcf_record); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1288 | fcf_rec->switch_name[1] = | 
| James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1289 | bf_get(lpfc_fcf_record_switch_name_1, new_fcf_record); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1290 | fcf_rec->switch_name[2] = | 
| James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1291 | bf_get(lpfc_fcf_record_switch_name_2, new_fcf_record); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1292 | fcf_rec->switch_name[3] = | 
| James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1293 | bf_get(lpfc_fcf_record_switch_name_3, new_fcf_record); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1294 | fcf_rec->switch_name[4] = | 
| James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1295 | bf_get(lpfc_fcf_record_switch_name_4, new_fcf_record); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1296 | fcf_rec->switch_name[5] = | 
| James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1297 | bf_get(lpfc_fcf_record_switch_name_5, new_fcf_record); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1298 | fcf_rec->switch_name[6] = | 
| James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1299 | bf_get(lpfc_fcf_record_switch_name_6, new_fcf_record); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1300 | fcf_rec->switch_name[7] = | 
| James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1301 | bf_get(lpfc_fcf_record_switch_name_7, new_fcf_record); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1302 | } | 
|  | 1303 |  | 
|  | 1304 | /** | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1305 | * lpfc_update_fcf_record - Update driver fcf record | 
|  | 1306 | * @phba: pointer to lpfc hba data structure. | 
|  | 1307 | * @fcf_rec: pointer to driver fcf record. | 
|  | 1308 | * @new_fcf_record: pointer to hba fcf record. | 
|  | 1309 | * @addr_mode: address mode to be set to the driver fcf record. | 
|  | 1310 | * @vlan_id: vlan tag to be set to the driver fcf record. | 
|  | 1311 | * @flag: flag bits to be set to the driver fcf record. | 
|  | 1312 | * | 
|  | 1313 | * This routine updates the driver FCF record from the new HBA FCF record | 
|  | 1314 | * together with the address mode, vlan_id, and other informations. This | 
|  | 1315 | * routine is called with the host lock held. | 
|  | 1316 | **/ | 
|  | 1317 | static void | 
|  | 1318 | __lpfc_update_fcf_record(struct lpfc_hba *phba, struct lpfc_fcf_rec *fcf_rec, | 
|  | 1319 | struct fcf_record *new_fcf_record, uint32_t addr_mode, | 
|  | 1320 | uint16_t vlan_id, uint32_t flag) | 
|  | 1321 | { | 
|  | 1322 | /* Copy the fields from the HBA's FCF record */ | 
|  | 1323 | lpfc_copy_fcf_record(fcf_rec, new_fcf_record); | 
|  | 1324 | /* Update other fields of driver FCF record */ | 
|  | 1325 | fcf_rec->addr_mode = addr_mode; | 
|  | 1326 | fcf_rec->vlan_id = vlan_id; | 
|  | 1327 | fcf_rec->flag |= (flag | RECORD_VALID); | 
|  | 1328 | } | 
|  | 1329 |  | 
|  | 1330 | /** | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1331 | * lpfc_register_fcf - Register the FCF with hba. | 
|  | 1332 | * @phba: pointer to lpfc hba data structure. | 
|  | 1333 | * | 
|  | 1334 | * This routine issues a register fcfi mailbox command to register | 
|  | 1335 | * the fcf with HBA. | 
|  | 1336 | **/ | 
|  | 1337 | static void | 
|  | 1338 | lpfc_register_fcf(struct lpfc_hba *phba) | 
|  | 1339 | { | 
|  | 1340 | LPFC_MBOXQ_t *fcf_mbxq; | 
|  | 1341 | int rc; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1342 |  | 
| James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1343 | spin_lock_irq(&phba->hbalock); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1344 | /* If the FCF is not availabe do nothing. */ | 
|  | 1345 | if (!(phba->fcf.fcf_flag & FCF_AVAILABLE)) { | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1346 | phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG); | 
| James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1347 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1348 | return; | 
|  | 1349 | } | 
|  | 1350 |  | 
|  | 1351 | /* The FCF is already registered, start discovery */ | 
|  | 1352 | if (phba->fcf.fcf_flag & FCF_REGISTERED) { | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1353 | phba->fcf.fcf_flag |= (FCF_SCAN_DONE | FCF_IN_USE); | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1354 | phba->hba_flag &= ~FCF_TS_INPROG; | 
|  | 1355 | if (phba->pport->port_state != LPFC_FLOGI) { | 
|  | 1356 | phba->hba_flag |= FCF_RR_INPROG; | 
|  | 1357 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 1358 | lpfc_issue_init_vfi(phba->pport); | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1359 | return; | 
|  | 1360 | } | 
|  | 1361 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1362 | return; | 
|  | 1363 | } | 
| James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1364 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1365 |  | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1366 | fcf_mbxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); | 
| James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1367 | if (!fcf_mbxq) { | 
| James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1368 | spin_lock_irq(&phba->hbalock); | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1369 | phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG); | 
| James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1370 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1371 | return; | 
| James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1372 | } | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1373 |  | 
|  | 1374 | lpfc_reg_fcfi(phba, fcf_mbxq); | 
|  | 1375 | fcf_mbxq->vport = phba->pport; | 
|  | 1376 | fcf_mbxq->mbox_cmpl = lpfc_mbx_cmpl_reg_fcfi; | 
|  | 1377 | rc = lpfc_sli_issue_mbox(phba, fcf_mbxq, MBX_NOWAIT); | 
| James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1378 | if (rc == MBX_NOT_FINISHED) { | 
| James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1379 | spin_lock_irq(&phba->hbalock); | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1380 | phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG); | 
| James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 1381 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1382 | mempool_free(fcf_mbxq, phba->mbox_mem_pool); | 
| James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1383 | } | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1384 |  | 
|  | 1385 | return; | 
|  | 1386 | } | 
|  | 1387 |  | 
|  | 1388 | /** | 
|  | 1389 | * lpfc_match_fcf_conn_list - Check if the FCF record can be used for discovery. | 
|  | 1390 | * @phba: pointer to lpfc hba data structure. | 
|  | 1391 | * @new_fcf_record: pointer to fcf record. | 
|  | 1392 | * @boot_flag: Indicates if this record used by boot bios. | 
|  | 1393 | * @addr_mode: The address mode to be used by this FCF | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1394 | * @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] | 1395 | * | 
|  | 1396 | * This routine compare the fcf record with connect list obtained from the | 
|  | 1397 | * config region to decide if this FCF can be used for SAN discovery. It returns | 
|  | 1398 | * 1 if this record can be used for SAN discovery else return zero. If this FCF | 
|  | 1399 | * record can be used for SAN discovery, the boot_flag will indicate if this FCF | 
|  | 1400 | * is used by boot bios and addr_mode will indicate the addressing mode to be | 
|  | 1401 | * used for this FCF when the function returns. | 
|  | 1402 | * If the FCF record need to be used with a particular vlan id, the vlan is | 
|  | 1403 | * 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] | 1404 | * 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] | 1405 | **/ | 
|  | 1406 | static int | 
|  | 1407 | lpfc_match_fcf_conn_list(struct lpfc_hba *phba, | 
|  | 1408 | struct fcf_record *new_fcf_record, | 
|  | 1409 | uint32_t *boot_flag, uint32_t *addr_mode, | 
|  | 1410 | uint16_t *vlan_id) | 
|  | 1411 | { | 
|  | 1412 | struct lpfc_fcf_conn_entry *conn_entry; | 
| James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1413 | int i, j, fcf_vlan_id = 0; | 
|  | 1414 |  | 
|  | 1415 | /* Find the lowest VLAN id in the FCF record */ | 
|  | 1416 | for (i = 0; i < 512; i++) { | 
|  | 1417 | if (new_fcf_record->vlan_bitmap[i]) { | 
|  | 1418 | fcf_vlan_id = i * 8; | 
|  | 1419 | j = 0; | 
|  | 1420 | while (!((new_fcf_record->vlan_bitmap[i] >> j) & 1)) { | 
|  | 1421 | j++; | 
|  | 1422 | fcf_vlan_id++; | 
|  | 1423 | } | 
|  | 1424 | break; | 
|  | 1425 | } | 
|  | 1426 | } | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1427 |  | 
| James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1428 | /* If FCF not available return 0 */ | 
|  | 1429 | if (!bf_get(lpfc_fcf_record_fcf_avail, new_fcf_record) || | 
|  | 1430 | !bf_get(lpfc_fcf_record_fcf_valid, new_fcf_record)) | 
|  | 1431 | return 0; | 
|  | 1432 |  | 
| James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 1433 | if (!(phba->hba_flag & HBA_FIP_SUPPORT)) { | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1434 | *boot_flag = 0; | 
|  | 1435 | *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov, | 
|  | 1436 | new_fcf_record); | 
|  | 1437 | if (phba->valid_vlan) | 
|  | 1438 | *vlan_id = phba->vlan_id; | 
|  | 1439 | else | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1440 | *vlan_id = LPFC_FCOE_NULL_VID; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1441 | return 1; | 
|  | 1442 | } | 
|  | 1443 |  | 
|  | 1444 | /* | 
|  | 1445 | * If there are no FCF connection table entry, driver connect to all | 
|  | 1446 | * FCFs. | 
|  | 1447 | */ | 
|  | 1448 | if (list_empty(&phba->fcf_conn_rec_list)) { | 
|  | 1449 | *boot_flag = 0; | 
|  | 1450 | *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov, | 
|  | 1451 | new_fcf_record); | 
| James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1452 |  | 
|  | 1453 | /* | 
|  | 1454 | * When there are no FCF connect entries, use driver's default | 
|  | 1455 | * addressing mode - FPMA. | 
|  | 1456 | */ | 
|  | 1457 | if (*addr_mode & LPFC_FCF_FPMA) | 
|  | 1458 | *addr_mode = LPFC_FCF_FPMA; | 
|  | 1459 |  | 
| James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1460 | /* If FCF record report a vlan id use that vlan id */ | 
|  | 1461 | if (fcf_vlan_id) | 
|  | 1462 | *vlan_id = fcf_vlan_id; | 
|  | 1463 | else | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1464 | *vlan_id = LPFC_FCOE_NULL_VID; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1465 | return 1; | 
|  | 1466 | } | 
|  | 1467 |  | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1468 | list_for_each_entry(conn_entry, | 
|  | 1469 | &phba->fcf_conn_rec_list, list) { | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1470 | if (!(conn_entry->conn_rec.flags & FCFCNCT_VALID)) | 
|  | 1471 | continue; | 
|  | 1472 |  | 
|  | 1473 | if ((conn_entry->conn_rec.flags & FCFCNCT_FBNM_VALID) && | 
|  | 1474 | !lpfc_fab_name_match(conn_entry->conn_rec.fabric_name, | 
| James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1475 | new_fcf_record)) | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1476 | continue; | 
| James Smart | 8fa3851 | 2009-07-19 10:01:03 -0400 | [diff] [blame] | 1477 | if ((conn_entry->conn_rec.flags & FCFCNCT_SWNM_VALID) && | 
|  | 1478 | !lpfc_sw_name_match(conn_entry->conn_rec.switch_name, | 
|  | 1479 | new_fcf_record)) | 
|  | 1480 | continue; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1481 | if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID) { | 
|  | 1482 | /* | 
|  | 1483 | * If the vlan bit map does not have the bit set for the | 
|  | 1484 | * vlan id to be used, then it is not a match. | 
|  | 1485 | */ | 
|  | 1486 | if (!(new_fcf_record->vlan_bitmap | 
|  | 1487 | [conn_entry->conn_rec.vlan_tag / 8] & | 
|  | 1488 | (1 << (conn_entry->conn_rec.vlan_tag % 8)))) | 
|  | 1489 | continue; | 
|  | 1490 | } | 
|  | 1491 |  | 
|  | 1492 | /* | 
| James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1493 | * If connection record does not support any addressing mode, | 
|  | 1494 | * skip the FCF record. | 
|  | 1495 | */ | 
|  | 1496 | if (!(bf_get(lpfc_fcf_record_mac_addr_prov, new_fcf_record) | 
|  | 1497 | & (LPFC_FCF_FPMA | LPFC_FCF_SPMA))) | 
|  | 1498 | continue; | 
|  | 1499 |  | 
|  | 1500 | /* | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1501 | * Check if the connection record specifies a required | 
|  | 1502 | * addressing mode. | 
|  | 1503 | */ | 
|  | 1504 | if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) && | 
|  | 1505 | !(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED)) { | 
|  | 1506 |  | 
|  | 1507 | /* | 
|  | 1508 | * If SPMA required but FCF not support this continue. | 
|  | 1509 | */ | 
|  | 1510 | if ((conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) && | 
|  | 1511 | !(bf_get(lpfc_fcf_record_mac_addr_prov, | 
|  | 1512 | new_fcf_record) & LPFC_FCF_SPMA)) | 
|  | 1513 | continue; | 
|  | 1514 |  | 
|  | 1515 | /* | 
|  | 1516 | * If FPMA required but FCF not support this continue. | 
|  | 1517 | */ | 
|  | 1518 | if (!(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) && | 
|  | 1519 | !(bf_get(lpfc_fcf_record_mac_addr_prov, | 
|  | 1520 | new_fcf_record) & LPFC_FCF_FPMA)) | 
|  | 1521 | continue; | 
|  | 1522 | } | 
|  | 1523 |  | 
|  | 1524 | /* | 
|  | 1525 | * This fcf record matches filtering criteria. | 
|  | 1526 | */ | 
|  | 1527 | if (conn_entry->conn_rec.flags & FCFCNCT_BOOT) | 
|  | 1528 | *boot_flag = 1; | 
|  | 1529 | else | 
|  | 1530 | *boot_flag = 0; | 
|  | 1531 |  | 
| James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 1532 | /* | 
|  | 1533 | * If user did not specify any addressing mode, or if the | 
|  | 1534 | * prefered addressing mode specified by user is not supported | 
|  | 1535 | * by FCF, allow fabric to pick the addressing mode. | 
|  | 1536 | */ | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1537 | *addr_mode = bf_get(lpfc_fcf_record_mac_addr_prov, | 
|  | 1538 | new_fcf_record); | 
|  | 1539 | /* | 
|  | 1540 | * If the user specified a required address mode, assign that | 
|  | 1541 | * address mode | 
|  | 1542 | */ | 
|  | 1543 | if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) && | 
|  | 1544 | (!(conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED))) | 
|  | 1545 | *addr_mode = (conn_entry->conn_rec.flags & | 
|  | 1546 | FCFCNCT_AM_SPMA) ? | 
|  | 1547 | LPFC_FCF_SPMA : LPFC_FCF_FPMA; | 
|  | 1548 | /* | 
|  | 1549 | * If the user specified a prefered address mode, use the | 
|  | 1550 | * addr mode only if FCF support the addr_mode. | 
|  | 1551 | */ | 
|  | 1552 | else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) && | 
|  | 1553 | (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) && | 
|  | 1554 | (conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) && | 
|  | 1555 | (*addr_mode & LPFC_FCF_SPMA)) | 
|  | 1556 | *addr_mode = LPFC_FCF_SPMA; | 
|  | 1557 | else if ((conn_entry->conn_rec.flags & FCFCNCT_AM_VALID) && | 
|  | 1558 | (conn_entry->conn_rec.flags & FCFCNCT_AM_PREFERRED) && | 
|  | 1559 | !(conn_entry->conn_rec.flags & FCFCNCT_AM_SPMA) && | 
|  | 1560 | (*addr_mode & LPFC_FCF_FPMA)) | 
|  | 1561 | *addr_mode = LPFC_FCF_FPMA; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1562 |  | 
| James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1563 | /* If matching connect list has a vlan id, use it */ | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1564 | if (conn_entry->conn_rec.flags & FCFCNCT_VLAN_VALID) | 
|  | 1565 | *vlan_id = conn_entry->conn_rec.vlan_tag; | 
| James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1566 | /* | 
|  | 1567 | * If no vlan id is specified in connect list, use the vlan id | 
|  | 1568 | * in the FCF record | 
|  | 1569 | */ | 
|  | 1570 | else if (fcf_vlan_id) | 
|  | 1571 | *vlan_id = fcf_vlan_id; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1572 | else | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1573 | *vlan_id = LPFC_FCOE_NULL_VID; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1574 |  | 
|  | 1575 | return 1; | 
|  | 1576 | } | 
|  | 1577 |  | 
|  | 1578 | return 0; | 
|  | 1579 | } | 
|  | 1580 |  | 
|  | 1581 | /** | 
| James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1582 | * lpfc_check_pending_fcoe_event - Check if there is pending fcoe event. | 
|  | 1583 | * @phba: pointer to lpfc hba data structure. | 
|  | 1584 | * @unreg_fcf: Unregister FCF if FCF table need to be re-scaned. | 
|  | 1585 | * | 
|  | 1586 | * This function check if there is any fcoe event pending while driver | 
|  | 1587 | * scan FCF entries. If there is any pending event, it will restart the | 
|  | 1588 | * FCF saning and return 1 else return 0. | 
|  | 1589 | */ | 
|  | 1590 | int | 
|  | 1591 | lpfc_check_pending_fcoe_event(struct lpfc_hba *phba, uint8_t unreg_fcf) | 
|  | 1592 | { | 
| James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1593 | /* | 
|  | 1594 | * If the Link is up and no FCoE events while in the | 
|  | 1595 | * FCF discovery, no need to restart FCF discovery. | 
|  | 1596 | */ | 
|  | 1597 | if ((phba->link_state  >= LPFC_LINK_UP) && | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1598 | (phba->fcoe_eventtag == phba->fcoe_eventtag_at_fcf_scan)) | 
| James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1599 | return 0; | 
|  | 1600 |  | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1601 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, | 
|  | 1602 | "2768 Pending link or FCF event during current " | 
|  | 1603 | "handling of the previous event: link_state:x%x, " | 
|  | 1604 | "evt_tag_at_scan:x%x, evt_tag_current:x%x\n", | 
|  | 1605 | phba->link_state, phba->fcoe_eventtag_at_fcf_scan, | 
|  | 1606 | phba->fcoe_eventtag); | 
|  | 1607 |  | 
| James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1608 | spin_lock_irq(&phba->hbalock); | 
|  | 1609 | phba->fcf.fcf_flag &= ~FCF_AVAILABLE; | 
|  | 1610 | spin_unlock_irq(&phba->hbalock); | 
|  | 1611 |  | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1612 | if (phba->link_state >= LPFC_LINK_UP) { | 
|  | 1613 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY, | 
|  | 1614 | "2780 Restart FCF table scan due to " | 
|  | 1615 | "pending FCF event:evt_tag_at_scan:x%x, " | 
|  | 1616 | "evt_tag_current:x%x\n", | 
|  | 1617 | phba->fcoe_eventtag_at_fcf_scan, | 
|  | 1618 | phba->fcoe_eventtag); | 
|  | 1619 | lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST); | 
|  | 1620 | } else { | 
| James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1621 | /* | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1622 | * Do not continue FCF discovery and clear FCF_TS_INPROG | 
| James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 1623 | * flag | 
|  | 1624 | */ | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1625 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY, | 
|  | 1626 | "2833 Stop FCF discovery process due to link " | 
|  | 1627 | "state change (x%x)\n", phba->link_state); | 
| James Smart | 1c6f4ef5 | 2009-11-18 15:40:49 -0500 | [diff] [blame] | 1628 | spin_lock_irq(&phba->hbalock); | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1629 | phba->hba_flag &= ~(FCF_TS_INPROG | FCF_RR_INPROG); | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1630 | phba->fcf.fcf_flag &= ~(FCF_REDISC_FOV | FCF_DISCOVERY); | 
| James Smart | 1c6f4ef5 | 2009-11-18 15:40:49 -0500 | [diff] [blame] | 1631 | spin_unlock_irq(&phba->hbalock); | 
|  | 1632 | } | 
| James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1633 |  | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1634 | /* Unregister the currently registered FCF if required */ | 
| James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1635 | if (unreg_fcf) { | 
|  | 1636 | spin_lock_irq(&phba->hbalock); | 
|  | 1637 | phba->fcf.fcf_flag &= ~FCF_REGISTERED; | 
|  | 1638 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1639 | lpfc_sli4_unregister_fcf(phba); | 
| James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1640 | } | 
| James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1641 | return 1; | 
|  | 1642 | } | 
|  | 1643 |  | 
|  | 1644 | /** | 
| James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 1645 | * lpfc_sli4_new_fcf_random_select - Randomly select an eligible new fcf record | 
|  | 1646 | * @phba: pointer to lpfc hba data structure. | 
|  | 1647 | * @fcf_cnt: number of eligible fcf record seen so far. | 
|  | 1648 | * | 
|  | 1649 | * This function makes an running random selection decision on FCF record to | 
|  | 1650 | * use through a sequence of @fcf_cnt eligible FCF records with equal | 
|  | 1651 | * probability. To perform integer manunipulation of random numbers with | 
|  | 1652 | * size unit32_t, the lower 16 bits of the 32-bit random number returned | 
|  | 1653 | * from random32() are taken as the random random number generated. | 
|  | 1654 | * | 
|  | 1655 | * Returns true when outcome is for the newly read FCF record should be | 
|  | 1656 | * chosen; otherwise, return false when outcome is for keeping the previously | 
|  | 1657 | * chosen FCF record. | 
|  | 1658 | **/ | 
|  | 1659 | static bool | 
|  | 1660 | lpfc_sli4_new_fcf_random_select(struct lpfc_hba *phba, uint32_t fcf_cnt) | 
|  | 1661 | { | 
|  | 1662 | uint32_t rand_num; | 
|  | 1663 |  | 
|  | 1664 | /* Get 16-bit uniform random number */ | 
|  | 1665 | rand_num = (0xFFFF & random32()); | 
|  | 1666 |  | 
|  | 1667 | /* Decision with probability 1/fcf_cnt */ | 
|  | 1668 | if ((fcf_cnt * rand_num) < 0xFFFF) | 
|  | 1669 | return true; | 
|  | 1670 | else | 
|  | 1671 | return false; | 
|  | 1672 | } | 
|  | 1673 |  | 
|  | 1674 | /** | 
| James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 1675 | * lpfc_sli4_fcf_rec_mbox_parse - Parse read_fcf mbox command. | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1676 | * @phba: pointer to lpfc hba data structure. | 
|  | 1677 | * @mboxq: pointer to mailbox object. | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1678 | * @next_fcf_index: pointer to holder of next fcf index. | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1679 | * | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1680 | * This routine parses the non-embedded fcf mailbox command by performing the | 
|  | 1681 | * necessarily error checking, non-embedded read FCF record mailbox command | 
|  | 1682 | * SGE parsing, and endianness swapping. | 
|  | 1683 | * | 
|  | 1684 | * Returns the pointer to the new FCF record in the non-embedded mailbox | 
|  | 1685 | * command DMA memory if successfully, other NULL. | 
| 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 | static struct fcf_record * | 
|  | 1688 | lpfc_sli4_fcf_rec_mbox_parse(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq, | 
|  | 1689 | uint16_t *next_fcf_index) | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1690 | { | 
|  | 1691 | void *virt_addr; | 
|  | 1692 | dma_addr_t phys_addr; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1693 | struct lpfc_mbx_sge sge; | 
|  | 1694 | struct lpfc_mbx_read_fcf_tbl *read_fcf; | 
|  | 1695 | uint32_t shdr_status, shdr_add_status; | 
|  | 1696 | union lpfc_sli4_cfg_shdr *shdr; | 
|  | 1697 | struct fcf_record *new_fcf_record; | 
| James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 1698 |  | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1699 | /* Get the first SGE entry from the non-embedded DMA memory. This | 
|  | 1700 | * routine only uses a single SGE. | 
|  | 1701 | */ | 
|  | 1702 | lpfc_sli4_mbx_sge_get(mboxq, 0, &sge); | 
|  | 1703 | phys_addr = getPaddr(sge.pa_hi, sge.pa_lo); | 
|  | 1704 | if (unlikely(!mboxq->sge_array)) { | 
|  | 1705 | lpfc_printf_log(phba, KERN_ERR, LOG_MBOX, | 
|  | 1706 | "2524 Failed to get the non-embedded SGE " | 
|  | 1707 | "virtual address\n"); | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1708 | return NULL; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1709 | } | 
|  | 1710 | virt_addr = mboxq->sge_array->addr[0]; | 
|  | 1711 |  | 
|  | 1712 | shdr = (union lpfc_sli4_cfg_shdr *)virt_addr; | 
|  | 1713 | shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response); | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1714 | shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1715 | if (shdr_status || shdr_add_status) { | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1716 | if (shdr_status == STATUS_FCF_TABLE_EMPTY) | 
|  | 1717 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, | 
| James Smart | def9c7a | 2009-12-21 17:02:28 -0500 | [diff] [blame] | 1718 | "2726 READ_FCF_RECORD Indicates empty " | 
|  | 1719 | "FCF table.\n"); | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1720 | else | 
|  | 1721 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, | 
| James Smart | def9c7a | 2009-12-21 17:02:28 -0500 | [diff] [blame] | 1722 | "2521 READ_FCF_RECORD mailbox failed " | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1723 | "with status x%x add_status x%x, " | 
|  | 1724 | "mbx\n", shdr_status, shdr_add_status); | 
|  | 1725 | return NULL; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1726 | } | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1727 |  | 
|  | 1728 | /* Interpreting the returned information of the FCF record */ | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1729 | read_fcf = (struct lpfc_mbx_read_fcf_tbl *)virt_addr; | 
|  | 1730 | lpfc_sli_pcimem_bcopy(read_fcf, read_fcf, | 
|  | 1731 | sizeof(struct lpfc_mbx_read_fcf_tbl)); | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1732 | *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] | 1733 | new_fcf_record = (struct fcf_record *)(virt_addr + | 
|  | 1734 | sizeof(struct lpfc_mbx_read_fcf_tbl)); | 
|  | 1735 | lpfc_sli_pcimem_bcopy(new_fcf_record, new_fcf_record, | 
| James Smart | cb5172e | 2010-03-15 11:25:07 -0400 | [diff] [blame] | 1736 | offsetof(struct fcf_record, vlan_bitmap)); | 
|  | 1737 | new_fcf_record->word137 = le32_to_cpu(new_fcf_record->word137); | 
|  | 1738 | new_fcf_record->word138 = le32_to_cpu(new_fcf_record->word138); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1739 |  | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1740 | return new_fcf_record; | 
|  | 1741 | } | 
|  | 1742 |  | 
|  | 1743 | /** | 
|  | 1744 | * lpfc_sli4_log_fcf_record_info - Log the information of a fcf record | 
|  | 1745 | * @phba: pointer to lpfc hba data structure. | 
|  | 1746 | * @fcf_record: pointer to the fcf record. | 
|  | 1747 | * @vlan_id: the lowest vlan identifier associated to this fcf record. | 
|  | 1748 | * @next_fcf_index: the index to the next fcf record in hba's fcf table. | 
|  | 1749 | * | 
|  | 1750 | * This routine logs the detailed FCF record if the LOG_FIP loggin is | 
|  | 1751 | * enabled. | 
|  | 1752 | **/ | 
|  | 1753 | static void | 
|  | 1754 | lpfc_sli4_log_fcf_record_info(struct lpfc_hba *phba, | 
|  | 1755 | struct fcf_record *fcf_record, | 
|  | 1756 | uint16_t vlan_id, | 
|  | 1757 | uint16_t next_fcf_index) | 
|  | 1758 | { | 
|  | 1759 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, | 
|  | 1760 | "2764 READ_FCF_RECORD:\n" | 
|  | 1761 | "\tFCF_Index     : x%x\n" | 
|  | 1762 | "\tFCF_Avail     : x%x\n" | 
|  | 1763 | "\tFCF_Valid     : x%x\n" | 
|  | 1764 | "\tFIP_Priority  : x%x\n" | 
|  | 1765 | "\tMAC_Provider  : x%x\n" | 
|  | 1766 | "\tLowest VLANID : x%x\n" | 
|  | 1767 | "\tFCF_MAC Addr  : x%x:%x:%x:%x:%x:%x\n" | 
|  | 1768 | "\tFabric_Name   : x%x:%x:%x:%x:%x:%x:%x:%x\n" | 
|  | 1769 | "\tSwitch_Name   : x%x:%x:%x:%x:%x:%x:%x:%x\n" | 
|  | 1770 | "\tNext_FCF_Index: x%x\n", | 
|  | 1771 | bf_get(lpfc_fcf_record_fcf_index, fcf_record), | 
|  | 1772 | bf_get(lpfc_fcf_record_fcf_avail, fcf_record), | 
|  | 1773 | bf_get(lpfc_fcf_record_fcf_valid, fcf_record), | 
|  | 1774 | fcf_record->fip_priority, | 
|  | 1775 | bf_get(lpfc_fcf_record_mac_addr_prov, fcf_record), | 
|  | 1776 | vlan_id, | 
|  | 1777 | bf_get(lpfc_fcf_record_mac_0, fcf_record), | 
|  | 1778 | bf_get(lpfc_fcf_record_mac_1, fcf_record), | 
|  | 1779 | bf_get(lpfc_fcf_record_mac_2, fcf_record), | 
|  | 1780 | bf_get(lpfc_fcf_record_mac_3, fcf_record), | 
|  | 1781 | bf_get(lpfc_fcf_record_mac_4, fcf_record), | 
|  | 1782 | bf_get(lpfc_fcf_record_mac_5, fcf_record), | 
|  | 1783 | bf_get(lpfc_fcf_record_fab_name_0, fcf_record), | 
|  | 1784 | bf_get(lpfc_fcf_record_fab_name_1, fcf_record), | 
|  | 1785 | bf_get(lpfc_fcf_record_fab_name_2, fcf_record), | 
|  | 1786 | bf_get(lpfc_fcf_record_fab_name_3, fcf_record), | 
|  | 1787 | bf_get(lpfc_fcf_record_fab_name_4, fcf_record), | 
|  | 1788 | bf_get(lpfc_fcf_record_fab_name_5, fcf_record), | 
|  | 1789 | bf_get(lpfc_fcf_record_fab_name_6, fcf_record), | 
|  | 1790 | bf_get(lpfc_fcf_record_fab_name_7, fcf_record), | 
|  | 1791 | bf_get(lpfc_fcf_record_switch_name_0, fcf_record), | 
|  | 1792 | bf_get(lpfc_fcf_record_switch_name_1, fcf_record), | 
|  | 1793 | bf_get(lpfc_fcf_record_switch_name_2, fcf_record), | 
|  | 1794 | bf_get(lpfc_fcf_record_switch_name_3, fcf_record), | 
|  | 1795 | bf_get(lpfc_fcf_record_switch_name_4, fcf_record), | 
|  | 1796 | bf_get(lpfc_fcf_record_switch_name_5, fcf_record), | 
|  | 1797 | bf_get(lpfc_fcf_record_switch_name_6, fcf_record), | 
|  | 1798 | bf_get(lpfc_fcf_record_switch_name_7, fcf_record), | 
|  | 1799 | next_fcf_index); | 
|  | 1800 | } | 
|  | 1801 |  | 
|  | 1802 | /** | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1803 | lpfc_sli4_fcf_record_match - testing new FCF record for matching existing FCF | 
|  | 1804 | * @phba: pointer to lpfc hba data structure. | 
|  | 1805 | * @fcf_rec: pointer to an existing FCF record. | 
|  | 1806 | * @new_fcf_record: pointer to a new FCF record. | 
|  | 1807 | * @new_vlan_id: vlan id from the new FCF record. | 
|  | 1808 | * | 
|  | 1809 | * This function performs matching test of a new FCF record against an existing | 
|  | 1810 | * FCF record. If the new_vlan_id passed in is LPFC_FCOE_IGNORE_VID, vlan id | 
|  | 1811 | * will not be used as part of the FCF record matching criteria. | 
|  | 1812 | * | 
|  | 1813 | * Returns true if all the fields matching, otherwise returns false. | 
|  | 1814 | */ | 
|  | 1815 | static bool | 
|  | 1816 | lpfc_sli4_fcf_record_match(struct lpfc_hba *phba, | 
|  | 1817 | struct lpfc_fcf_rec *fcf_rec, | 
|  | 1818 | struct fcf_record *new_fcf_record, | 
|  | 1819 | uint16_t new_vlan_id) | 
|  | 1820 | { | 
|  | 1821 | if (new_vlan_id != LPFC_FCOE_IGNORE_VID) | 
|  | 1822 | if (!lpfc_vlan_id_match(fcf_rec->vlan_id, new_vlan_id)) | 
|  | 1823 | return false; | 
|  | 1824 | if (!lpfc_mac_addr_match(fcf_rec->mac_addr, new_fcf_record)) | 
|  | 1825 | return false; | 
|  | 1826 | if (!lpfc_sw_name_match(fcf_rec->switch_name, new_fcf_record)) | 
|  | 1827 | return false; | 
|  | 1828 | if (!lpfc_fab_name_match(fcf_rec->fabric_name, new_fcf_record)) | 
|  | 1829 | return false; | 
|  | 1830 | return true; | 
|  | 1831 | } | 
|  | 1832 |  | 
|  | 1833 | /** | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1834 | * lpfc_sli4_fcf_rr_next_proc - processing next roundrobin fcf | 
|  | 1835 | * @vport: Pointer to vport object. | 
|  | 1836 | * @fcf_index: index to next fcf. | 
|  | 1837 | * | 
|  | 1838 | * This function processing the roundrobin fcf failover to next fcf index. | 
|  | 1839 | * When this function is invoked, there will be a current fcf registered | 
|  | 1840 | * for flogi. | 
|  | 1841 | * Return: 0 for continue retrying flogi on currently registered fcf; | 
|  | 1842 | *         1 for stop flogi on currently registered fcf; | 
|  | 1843 | */ | 
|  | 1844 | int lpfc_sli4_fcf_rr_next_proc(struct lpfc_vport *vport, uint16_t fcf_index) | 
|  | 1845 | { | 
|  | 1846 | struct lpfc_hba *phba = vport->phba; | 
|  | 1847 | int rc; | 
|  | 1848 |  | 
|  | 1849 | if (fcf_index == LPFC_FCOE_FCF_NEXT_NONE) { | 
|  | 1850 | spin_lock_irq(&phba->hbalock); | 
|  | 1851 | if (phba->hba_flag & HBA_DEVLOSS_TMO) { | 
|  | 1852 | spin_unlock_irq(&phba->hbalock); | 
|  | 1853 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, | 
|  | 1854 | "2872 Devloss tmo with no eligible " | 
|  | 1855 | "FCF, unregister in-use FCF (x%x) " | 
|  | 1856 | "and rescan FCF table\n", | 
|  | 1857 | phba->fcf.current_rec.fcf_indx); | 
|  | 1858 | lpfc_unregister_fcf_rescan(phba); | 
|  | 1859 | goto stop_flogi_current_fcf; | 
|  | 1860 | } | 
|  | 1861 | /* Mark the end to FLOGI roundrobin failover */ | 
|  | 1862 | phba->hba_flag &= ~FCF_RR_INPROG; | 
|  | 1863 | /* Allow action to new fcf asynchronous event */ | 
|  | 1864 | phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE); | 
|  | 1865 | spin_unlock_irq(&phba->hbalock); | 
|  | 1866 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, | 
|  | 1867 | "2865 No FCF available, stop roundrobin FCF " | 
|  | 1868 | "failover and change port state:x%x/x%x\n", | 
|  | 1869 | phba->pport->port_state, LPFC_VPORT_UNKNOWN); | 
|  | 1870 | phba->pport->port_state = LPFC_VPORT_UNKNOWN; | 
|  | 1871 | goto stop_flogi_current_fcf; | 
|  | 1872 | } else { | 
|  | 1873 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_ELS, | 
|  | 1874 | "2794 Try FLOGI roundrobin FCF failover to " | 
|  | 1875 | "(x%x)\n", fcf_index); | 
|  | 1876 | rc = lpfc_sli4_fcf_rr_read_fcf_rec(phba, fcf_index); | 
|  | 1877 | if (rc) | 
|  | 1878 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP | LOG_ELS, | 
|  | 1879 | "2761 FLOGI roundrobin FCF failover " | 
|  | 1880 | "failed (rc:x%x) to read FCF (x%x)\n", | 
|  | 1881 | rc, phba->fcf.current_rec.fcf_indx); | 
|  | 1882 | else | 
|  | 1883 | goto stop_flogi_current_fcf; | 
|  | 1884 | } | 
|  | 1885 | return 0; | 
|  | 1886 |  | 
|  | 1887 | stop_flogi_current_fcf: | 
|  | 1888 | lpfc_can_disctmo(vport); | 
|  | 1889 | return 1; | 
|  | 1890 | } | 
|  | 1891 |  | 
|  | 1892 | /** | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1893 | * lpfc_mbx_cmpl_fcf_scan_read_fcf_rec - fcf scan read_fcf mbox cmpl handler. | 
|  | 1894 | * @phba: pointer to lpfc hba data structure. | 
|  | 1895 | * @mboxq: pointer to mailbox object. | 
|  | 1896 | * | 
|  | 1897 | * This function iterates through all the fcf records available in | 
|  | 1898 | * HBA and chooses the optimal FCF record for discovery. After finding | 
|  | 1899 | * the FCF for discovery it registers the FCF record and kicks start | 
|  | 1900 | * discovery. | 
|  | 1901 | * If FCF_IN_USE flag is set in currently used FCF, the routine tries to | 
|  | 1902 | * use an FCF record which matches fabric name and mac address of the | 
|  | 1903 | * currently used FCF record. | 
|  | 1904 | * If the driver supports only one FCF, it will try to use the FCF record | 
|  | 1905 | * used by BOOT_BIOS. | 
|  | 1906 | */ | 
|  | 1907 | void | 
|  | 1908 | lpfc_mbx_cmpl_fcf_scan_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) | 
|  | 1909 | { | 
|  | 1910 | struct fcf_record *new_fcf_record; | 
|  | 1911 | uint32_t boot_flag, addr_mode; | 
|  | 1912 | uint16_t fcf_index, next_fcf_index; | 
|  | 1913 | struct lpfc_fcf_rec *fcf_rec = NULL; | 
|  | 1914 | uint16_t vlan_id; | 
| James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 1915 | uint32_t seed; | 
|  | 1916 | bool select_new_fcf; | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1917 | int rc; | 
|  | 1918 |  | 
|  | 1919 | /* If there is pending FCoE event restart FCF table scan */ | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1920 | if (lpfc_check_pending_fcoe_event(phba, LPFC_SKIP_UNREG_FCF)) { | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1921 | lpfc_sli4_mbox_cmd_free(phba, mboxq); | 
|  | 1922 | return; | 
|  | 1923 | } | 
|  | 1924 |  | 
|  | 1925 | /* Parse the FCF record from the non-embedded mailbox command */ | 
|  | 1926 | new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq, | 
|  | 1927 | &next_fcf_index); | 
|  | 1928 | if (!new_fcf_record) { | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1929 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1930 | "2765 Mailbox command READ_FCF_RECORD " | 
|  | 1931 | "failed to retrieve a FCF record.\n"); | 
|  | 1932 | /* Let next new FCF event trigger fast failover */ | 
|  | 1933 | spin_lock_irq(&phba->hbalock); | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1934 | phba->hba_flag &= ~FCF_TS_INPROG; | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1935 | spin_unlock_irq(&phba->hbalock); | 
|  | 1936 | lpfc_sli4_mbox_cmd_free(phba, mboxq); | 
|  | 1937 | return; | 
|  | 1938 | } | 
|  | 1939 |  | 
|  | 1940 | /* Check the FCF record against the connection list */ | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 1941 | rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag, | 
|  | 1942 | &addr_mode, &vlan_id); | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1943 |  | 
|  | 1944 | /* Log the FCF record information if turned on */ | 
|  | 1945 | lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id, | 
|  | 1946 | next_fcf_index); | 
|  | 1947 |  | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1948 | /* | 
|  | 1949 | * If the fcf record does not match with connect list entries | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1950 | * read the next entry; otherwise, this is an eligible FCF | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1951 | * record for roundrobin FCF failover. | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1952 | */ | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1953 | if (!rc) { | 
|  | 1954 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP, | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1955 | "2781 FCF (x%x) failed connection " | 
|  | 1956 | "list check: (x%x/x%x)\n", | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1957 | bf_get(lpfc_fcf_record_fcf_index, | 
|  | 1958 | new_fcf_record), | 
|  | 1959 | bf_get(lpfc_fcf_record_fcf_avail, | 
|  | 1960 | new_fcf_record), | 
|  | 1961 | bf_get(lpfc_fcf_record_fcf_valid, | 
|  | 1962 | new_fcf_record)); | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1963 | if ((phba->fcf.fcf_flag & FCF_IN_USE) && | 
|  | 1964 | lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec, | 
|  | 1965 | new_fcf_record, LPFC_FCOE_IGNORE_VID)) { | 
| James Smart | 5ac6b30 | 2010-10-22 11:05:36 -0400 | [diff] [blame] | 1966 | if (bf_get(lpfc_fcf_record_fcf_index, new_fcf_record) != | 
|  | 1967 | phba->fcf.current_rec.fcf_indx) { | 
|  | 1968 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, | 
|  | 1969 | "2862 FCF (x%x) matches property " | 
|  | 1970 | "of in-use FCF (x%x)\n", | 
|  | 1971 | bf_get(lpfc_fcf_record_fcf_index, | 
|  | 1972 | new_fcf_record), | 
|  | 1973 | phba->fcf.current_rec.fcf_indx); | 
|  | 1974 | goto read_next_fcf; | 
|  | 1975 | } | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1976 | /* | 
|  | 1977 | * In case the current in-use FCF record becomes | 
|  | 1978 | * invalid/unavailable during FCF discovery that | 
|  | 1979 | * was not triggered by fast FCF failover process, | 
|  | 1980 | * treat it as fast FCF failover. | 
|  | 1981 | */ | 
|  | 1982 | if (!(phba->fcf.fcf_flag & FCF_REDISC_PEND) && | 
|  | 1983 | !(phba->fcf.fcf_flag & FCF_REDISC_FOV)) { | 
|  | 1984 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP, | 
|  | 1985 | "2835 Invalid in-use FCF " | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 1986 | "(x%x), enter FCF failover " | 
|  | 1987 | "table scan.\n", | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 1988 | phba->fcf.current_rec.fcf_indx); | 
|  | 1989 | spin_lock_irq(&phba->hbalock); | 
|  | 1990 | phba->fcf.fcf_flag |= FCF_REDISC_FOV; | 
|  | 1991 | spin_unlock_irq(&phba->hbalock); | 
|  | 1992 | lpfc_sli4_mbox_cmd_free(phba, mboxq); | 
|  | 1993 | lpfc_sli4_fcf_scan_read_fcf_rec(phba, | 
|  | 1994 | LPFC_FCOE_FCF_GET_FIRST); | 
|  | 1995 | return; | 
|  | 1996 | } | 
|  | 1997 | } | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 1998 | goto read_next_fcf; | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 1999 | } else { | 
|  | 2000 | fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record); | 
|  | 2001 | rc = lpfc_sli4_fcf_rr_index_set(phba, fcf_index); | 
|  | 2002 | if (rc) | 
|  | 2003 | goto read_next_fcf; | 
|  | 2004 | } | 
|  | 2005 |  | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2006 | /* | 
|  | 2007 | * 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] | 2008 | * FCF record for the discovery. The condition that a rescan | 
|  | 2009 | * matches the in-use FCF record: fabric name, switch name, mac | 
|  | 2010 | * address, and vlan_id. | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2011 | */ | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2012 | spin_lock_irq(&phba->hbalock); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2013 | if (phba->fcf.fcf_flag & FCF_IN_USE) { | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2014 | if (lpfc_sli4_fcf_record_match(phba, &phba->fcf.current_rec, | 
|  | 2015 | new_fcf_record, vlan_id)) { | 
| James Smart | 5ac6b30 | 2010-10-22 11:05:36 -0400 | [diff] [blame] | 2016 | if (bf_get(lpfc_fcf_record_fcf_index, new_fcf_record) == | 
|  | 2017 | phba->fcf.current_rec.fcf_indx) { | 
|  | 2018 | phba->fcf.fcf_flag |= FCF_AVAILABLE; | 
|  | 2019 | if (phba->fcf.fcf_flag & FCF_REDISC_PEND) | 
|  | 2020 | /* Stop FCF redisc wait timer */ | 
|  | 2021 | __lpfc_sli4_stop_fcf_redisc_wait_timer( | 
|  | 2022 | phba); | 
|  | 2023 | else if (phba->fcf.fcf_flag & FCF_REDISC_FOV) | 
|  | 2024 | /* Fast failover, mark completed */ | 
|  | 2025 | phba->fcf.fcf_flag &= ~FCF_REDISC_FOV; | 
|  | 2026 | spin_unlock_irq(&phba->hbalock); | 
|  | 2027 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, | 
|  | 2028 | "2836 New FCF matches in-use " | 
|  | 2029 | "FCF (x%x)\n", | 
|  | 2030 | phba->fcf.current_rec.fcf_indx); | 
|  | 2031 | goto out; | 
|  | 2032 | } else | 
|  | 2033 | lpfc_printf_log(phba, KERN_ERR, LOG_FIP, | 
|  | 2034 | "2863 New FCF (x%x) matches " | 
|  | 2035 | "property of in-use FCF (x%x)\n", | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2036 | bf_get(lpfc_fcf_record_fcf_index, | 
| James Smart | 5ac6b30 | 2010-10-22 11:05:36 -0400 | [diff] [blame] | 2037 | new_fcf_record), | 
|  | 2038 | phba->fcf.current_rec.fcf_indx); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2039 | } | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2040 | /* | 
|  | 2041 | * Read next FCF record from HBA searching for the matching | 
|  | 2042 | * with in-use record only if not during the fast failover | 
|  | 2043 | * period. In case of fast failover period, it shall try to | 
|  | 2044 | * determine whether the FCF record just read should be the | 
|  | 2045 | * next candidate. | 
|  | 2046 | */ | 
|  | 2047 | if (!(phba->fcf.fcf_flag & FCF_REDISC_FOV)) { | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2048 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2049 | goto read_next_fcf; | 
|  | 2050 | } | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2051 | } | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2052 | /* | 
|  | 2053 | * Update on failover FCF record only if it's in FCF fast-failover | 
|  | 2054 | * period; otherwise, update on current FCF record. | 
|  | 2055 | */ | 
| James Smart | fc2b989 | 2010-02-26 14:15:29 -0500 | [diff] [blame] | 2056 | if (phba->fcf.fcf_flag & FCF_REDISC_FOV) | 
|  | 2057 | fcf_rec = &phba->fcf.failover_rec; | 
|  | 2058 | else | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2059 | fcf_rec = &phba->fcf.current_rec; | 
|  | 2060 |  | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2061 | if (phba->fcf.fcf_flag & FCF_AVAILABLE) { | 
|  | 2062 | /* | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2063 | * If the driver FCF record does not have boot flag | 
|  | 2064 | * set and new hba fcf record has boot flag set, use | 
|  | 2065 | * the new hba fcf record. | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2066 | */ | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2067 | if (boot_flag && !(fcf_rec->flag & BOOT_ENABLE)) { | 
|  | 2068 | /* Choose this FCF record */ | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2069 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, | 
|  | 2070 | "2837 Update current FCF record " | 
|  | 2071 | "(x%x) with new FCF record (x%x)\n", | 
|  | 2072 | fcf_rec->fcf_indx, | 
|  | 2073 | bf_get(lpfc_fcf_record_fcf_index, | 
|  | 2074 | new_fcf_record)); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2075 | __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record, | 
|  | 2076 | addr_mode, vlan_id, BOOT_ENABLE); | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2077 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2078 | goto read_next_fcf; | 
|  | 2079 | } | 
|  | 2080 | /* | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2081 | * If the driver FCF record has boot flag set and the | 
|  | 2082 | * new hba FCF record does not have boot flag, read | 
|  | 2083 | * the next FCF record. | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2084 | */ | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2085 | if (!boot_flag && (fcf_rec->flag & BOOT_ENABLE)) { | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2086 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2087 | goto read_next_fcf; | 
|  | 2088 | } | 
|  | 2089 | /* | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2090 | * If the new hba FCF record has lower priority value | 
|  | 2091 | * than the driver FCF record, use the new record. | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2092 | */ | 
| James Smart | fc2b989 | 2010-02-26 14:15:29 -0500 | [diff] [blame] | 2093 | if (new_fcf_record->fip_priority < fcf_rec->priority) { | 
| James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 2094 | /* Choose the new FCF record with lower priority */ | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2095 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, | 
|  | 2096 | "2838 Update current FCF record " | 
|  | 2097 | "(x%x) with new FCF record (x%x)\n", | 
|  | 2098 | fcf_rec->fcf_indx, | 
|  | 2099 | bf_get(lpfc_fcf_record_fcf_index, | 
|  | 2100 | new_fcf_record)); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2101 | __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record, | 
|  | 2102 | addr_mode, vlan_id, 0); | 
| James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 2103 | /* Reset running random FCF selection count */ | 
|  | 2104 | phba->fcf.eligible_fcf_cnt = 1; | 
|  | 2105 | } else if (new_fcf_record->fip_priority == fcf_rec->priority) { | 
|  | 2106 | /* Update running random FCF selection count */ | 
|  | 2107 | phba->fcf.eligible_fcf_cnt++; | 
|  | 2108 | select_new_fcf = lpfc_sli4_new_fcf_random_select(phba, | 
|  | 2109 | phba->fcf.eligible_fcf_cnt); | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2110 | if (select_new_fcf) { | 
|  | 2111 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, | 
|  | 2112 | "2839 Update current FCF record " | 
|  | 2113 | "(x%x) with new FCF record (x%x)\n", | 
|  | 2114 | fcf_rec->fcf_indx, | 
|  | 2115 | bf_get(lpfc_fcf_record_fcf_index, | 
|  | 2116 | new_fcf_record)); | 
| James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 2117 | /* Choose the new FCF by random selection */ | 
|  | 2118 | __lpfc_update_fcf_record(phba, fcf_rec, | 
|  | 2119 | new_fcf_record, | 
|  | 2120 | addr_mode, vlan_id, 0); | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2121 | } | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2122 | } | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2123 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2124 | goto read_next_fcf; | 
|  | 2125 | } | 
|  | 2126 | /* | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2127 | * This is the first suitable FCF record, choose this record for | 
|  | 2128 | * initial best-fit FCF. | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2129 | */ | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2130 | if (fcf_rec) { | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2131 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2132 | "2840 Update initial FCF candidate " | 
|  | 2133 | "with FCF (x%x)\n", | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2134 | bf_get(lpfc_fcf_record_fcf_index, | 
|  | 2135 | new_fcf_record)); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2136 | __lpfc_update_fcf_record(phba, fcf_rec, new_fcf_record, | 
|  | 2137 | addr_mode, vlan_id, (boot_flag ? | 
|  | 2138 | BOOT_ENABLE : 0)); | 
|  | 2139 | phba->fcf.fcf_flag |= FCF_AVAILABLE; | 
| James Smart | 999d813 | 2010-03-15 11:24:56 -0400 | [diff] [blame] | 2140 | /* Setup initial running random FCF selection count */ | 
|  | 2141 | phba->fcf.eligible_fcf_cnt = 1; | 
|  | 2142 | /* Seeding the random number generator for random selection */ | 
|  | 2143 | seed = (uint32_t)(0xFFFFFFFF & jiffies); | 
|  | 2144 | srandom32(seed); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2145 | } | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2146 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2147 | goto read_next_fcf; | 
|  | 2148 |  | 
|  | 2149 | read_next_fcf: | 
|  | 2150 | lpfc_sli4_mbox_cmd_free(phba, mboxq); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2151 | if (next_fcf_index == LPFC_FCOE_FCF_NEXT_NONE || next_fcf_index == 0) { | 
|  | 2152 | if (phba->fcf.fcf_flag & FCF_REDISC_FOV) { | 
|  | 2153 | /* | 
|  | 2154 | * Case of FCF fast failover scan | 
|  | 2155 | */ | 
|  | 2156 |  | 
|  | 2157 | /* | 
|  | 2158 | * It has not found any suitable FCF record, cancel | 
|  | 2159 | * FCF scan inprogress, and do nothing | 
|  | 2160 | */ | 
|  | 2161 | if (!(phba->fcf.failover_rec.flag & RECORD_VALID)) { | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2162 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP, | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2163 | "2782 No suitable FCF found: " | 
|  | 2164 | "(x%x/x%x)\n", | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2165 | phba->fcoe_eventtag_at_fcf_scan, | 
|  | 2166 | bf_get(lpfc_fcf_record_fcf_index, | 
|  | 2167 | new_fcf_record)); | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2168 | spin_lock_irq(&phba->hbalock); | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2169 | if (phba->hba_flag & HBA_DEVLOSS_TMO) { | 
|  | 2170 | phba->hba_flag &= ~FCF_TS_INPROG; | 
|  | 2171 | spin_unlock_irq(&phba->hbalock); | 
|  | 2172 | /* Unregister in-use FCF and rescan */ | 
|  | 2173 | lpfc_printf_log(phba, KERN_INFO, | 
|  | 2174 | LOG_FIP, | 
|  | 2175 | "2864 On devloss tmo " | 
|  | 2176 | "unreg in-use FCF and " | 
|  | 2177 | "rescan FCF table\n"); | 
|  | 2178 | lpfc_unregister_fcf_rescan(phba); | 
|  | 2179 | return; | 
|  | 2180 | } | 
|  | 2181 | /* | 
|  | 2182 | * Let next new FCF event trigger fast failover | 
|  | 2183 | */ | 
|  | 2184 | phba->hba_flag &= ~FCF_TS_INPROG; | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2185 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2186 | return; | 
|  | 2187 | } | 
|  | 2188 | /* | 
|  | 2189 | * It has found a suitable FCF record that is not | 
|  | 2190 | * the same as in-use FCF record, unregister the | 
|  | 2191 | * in-use FCF record, replace the in-use FCF record | 
|  | 2192 | * with the new FCF record, mark FCF fast failover | 
|  | 2193 | * completed, and then start register the new FCF | 
|  | 2194 | * record. | 
|  | 2195 | */ | 
|  | 2196 |  | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2197 | /* Unregister the current in-use FCF record */ | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2198 | lpfc_unregister_fcf(phba); | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2199 |  | 
|  | 2200 | /* Replace in-use record with the new record */ | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2201 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2202 | "2842 Replace in-use FCF (x%x) " | 
|  | 2203 | "with failover FCF (x%x)\n", | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2204 | phba->fcf.current_rec.fcf_indx, | 
|  | 2205 | phba->fcf.failover_rec.fcf_indx); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2206 | memcpy(&phba->fcf.current_rec, | 
|  | 2207 | &phba->fcf.failover_rec, | 
|  | 2208 | sizeof(struct lpfc_fcf_rec)); | 
| James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 2209 | /* | 
|  | 2210 | * Mark the fast FCF failover rediscovery completed | 
|  | 2211 | * and the start of the first round of the roundrobin | 
|  | 2212 | * FCF failover. | 
|  | 2213 | */ | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2214 | spin_lock_irq(&phba->hbalock); | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2215 | phba->fcf.fcf_flag &= ~FCF_REDISC_FOV; | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2216 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2217 | /* Register to the new FCF record */ | 
|  | 2218 | lpfc_register_fcf(phba); | 
|  | 2219 | } else { | 
|  | 2220 | /* | 
|  | 2221 | * In case of transaction period to fast FCF failover, | 
|  | 2222 | * do nothing when search to the end of the FCF table. | 
|  | 2223 | */ | 
|  | 2224 | if ((phba->fcf.fcf_flag & FCF_REDISC_EVT) || | 
|  | 2225 | (phba->fcf.fcf_flag & FCF_REDISC_PEND)) | 
|  | 2226 | return; | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2227 |  | 
|  | 2228 | if (phba->fcf.fcf_flag & FCF_IN_USE) { | 
|  | 2229 | /* | 
|  | 2230 | * In case the current in-use FCF record no | 
|  | 2231 | * longer existed during FCF discovery that | 
|  | 2232 | * was not triggered by fast FCF failover | 
|  | 2233 | * process, treat it as fast FCF failover. | 
|  | 2234 | */ | 
|  | 2235 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, | 
|  | 2236 | "2841 In-use FCF record (x%x) " | 
|  | 2237 | "not reported, entering fast " | 
|  | 2238 | "FCF failover mode scanning.\n", | 
|  | 2239 | phba->fcf.current_rec.fcf_indx); | 
|  | 2240 | spin_lock_irq(&phba->hbalock); | 
|  | 2241 | phba->fcf.fcf_flag |= FCF_REDISC_FOV; | 
|  | 2242 | spin_unlock_irq(&phba->hbalock); | 
|  | 2243 | lpfc_sli4_mbox_cmd_free(phba, mboxq); | 
|  | 2244 | lpfc_sli4_fcf_scan_read_fcf_rec(phba, | 
|  | 2245 | LPFC_FCOE_FCF_GET_FIRST); | 
|  | 2246 | return; | 
|  | 2247 | } | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2248 | /* Register to the new FCF record */ | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2249 | lpfc_register_fcf(phba); | 
|  | 2250 | } | 
|  | 2251 | } else | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2252 | lpfc_sli4_fcf_scan_read_fcf_rec(phba, next_fcf_index); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2253 | return; | 
|  | 2254 |  | 
|  | 2255 | out: | 
|  | 2256 | lpfc_sli4_mbox_cmd_free(phba, mboxq); | 
|  | 2257 | lpfc_register_fcf(phba); | 
|  | 2258 |  | 
|  | 2259 | return; | 
|  | 2260 | } | 
|  | 2261 |  | 
|  | 2262 | /** | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2263 | * 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] | 2264 | * @phba: pointer to lpfc hba data structure. | 
|  | 2265 | * @mboxq: pointer to mailbox object. | 
|  | 2266 | * | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2267 | * This is the callback function for FLOGI failure roundrobin FCF failover | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2268 | * read FCF record mailbox command from the eligible FCF record bmask for | 
|  | 2269 | * performing the failover. If the FCF read back is not valid/available, it | 
|  | 2270 | * fails through to retrying FLOGI to the currently registered FCF again. | 
|  | 2271 | * Otherwise, if the FCF read back is valid and available, it will set the | 
|  | 2272 | * newly read FCF record to the failover FCF record, unregister currently | 
|  | 2273 | * registered FCF record, copy the failover FCF record to the current | 
|  | 2274 | * FCF record, and then register the current FCF record before proceeding | 
|  | 2275 | * to trying FLOGI on the new failover FCF. | 
|  | 2276 | */ | 
|  | 2277 | void | 
|  | 2278 | lpfc_mbx_cmpl_fcf_rr_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) | 
|  | 2279 | { | 
|  | 2280 | struct fcf_record *new_fcf_record; | 
|  | 2281 | uint32_t boot_flag, addr_mode; | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2282 | uint16_t next_fcf_index, fcf_index; | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2283 | uint16_t current_fcf_index; | 
|  | 2284 | uint16_t vlan_id; | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2285 | int rc; | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2286 |  | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2287 | /* If link state is not up, stop the roundrobin failover process */ | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2288 | if (phba->link_state < LPFC_LINK_UP) { | 
|  | 2289 | spin_lock_irq(&phba->hbalock); | 
|  | 2290 | phba->fcf.fcf_flag &= ~FCF_DISCOVERY; | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2291 | phba->hba_flag &= ~FCF_RR_INPROG; | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2292 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2293 | goto out; | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2294 | } | 
|  | 2295 |  | 
|  | 2296 | /* Parse the FCF record from the non-embedded mailbox command */ | 
|  | 2297 | new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq, | 
|  | 2298 | &next_fcf_index); | 
|  | 2299 | if (!new_fcf_record) { | 
|  | 2300 | lpfc_printf_log(phba, KERN_WARNING, LOG_FIP, | 
|  | 2301 | "2766 Mailbox command READ_FCF_RECORD " | 
|  | 2302 | "failed to retrieve a FCF record.\n"); | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2303 | goto error_out; | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2304 | } | 
|  | 2305 |  | 
|  | 2306 | /* Get the needed parameters from FCF record */ | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2307 | rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag, | 
|  | 2308 | &addr_mode, &vlan_id); | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2309 |  | 
|  | 2310 | /* Log the FCF record information if turned on */ | 
|  | 2311 | lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id, | 
|  | 2312 | next_fcf_index); | 
|  | 2313 |  | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2314 | fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record); | 
|  | 2315 | if (!rc) { | 
|  | 2316 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, | 
|  | 2317 | "2848 Remove ineligible FCF (x%x) from " | 
|  | 2318 | "from roundrobin bmask\n", fcf_index); | 
|  | 2319 | /* Clear roundrobin bmask bit for ineligible FCF */ | 
|  | 2320 | lpfc_sli4_fcf_rr_index_clear(phba, fcf_index); | 
|  | 2321 | /* Perform next round of roundrobin FCF failover */ | 
|  | 2322 | fcf_index = lpfc_sli4_fcf_rr_next_index_get(phba); | 
|  | 2323 | rc = lpfc_sli4_fcf_rr_next_proc(phba->pport, fcf_index); | 
|  | 2324 | if (rc) | 
|  | 2325 | goto out; | 
|  | 2326 | goto error_out; | 
|  | 2327 | } | 
|  | 2328 |  | 
|  | 2329 | if (fcf_index == phba->fcf.current_rec.fcf_indx) { | 
|  | 2330 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, | 
|  | 2331 | "2760 Perform FLOGI roundrobin FCF failover: " | 
|  | 2332 | "FCF (x%x) back to FCF (x%x)\n", | 
|  | 2333 | phba->fcf.current_rec.fcf_indx, fcf_index); | 
|  | 2334 | /* Wait 500 ms before retrying FLOGI to current FCF */ | 
|  | 2335 | msleep(500); | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2336 | lpfc_issue_init_vfi(phba->pport); | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2337 | goto out; | 
|  | 2338 | } | 
|  | 2339 |  | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2340 | /* Upload new FCF record to the failover FCF record */ | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 2341 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2342 | "2834 Update current FCF (x%x) with new FCF (x%x)\n", | 
|  | 2343 | phba->fcf.failover_rec.fcf_indx, fcf_index); | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2344 | spin_lock_irq(&phba->hbalock); | 
|  | 2345 | __lpfc_update_fcf_record(phba, &phba->fcf.failover_rec, | 
|  | 2346 | new_fcf_record, addr_mode, vlan_id, | 
|  | 2347 | (boot_flag ? BOOT_ENABLE : 0)); | 
|  | 2348 | spin_unlock_irq(&phba->hbalock); | 
|  | 2349 |  | 
|  | 2350 | current_fcf_index = phba->fcf.current_rec.fcf_indx; | 
|  | 2351 |  | 
|  | 2352 | /* Unregister the current in-use FCF record */ | 
|  | 2353 | lpfc_unregister_fcf(phba); | 
|  | 2354 |  | 
|  | 2355 | /* Replace in-use record with the new record */ | 
|  | 2356 | memcpy(&phba->fcf.current_rec, &phba->fcf.failover_rec, | 
|  | 2357 | sizeof(struct lpfc_fcf_rec)); | 
|  | 2358 |  | 
|  | 2359 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2360 | "2783 Perform FLOGI roundrobin FCF failover: FCF " | 
|  | 2361 | "(x%x) to FCF (x%x)\n", current_fcf_index, fcf_index); | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2362 |  | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2363 | error_out: | 
|  | 2364 | lpfc_register_fcf(phba); | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2365 | out: | 
|  | 2366 | lpfc_sli4_mbox_cmd_free(phba, mboxq); | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2367 | } | 
|  | 2368 |  | 
|  | 2369 | /** | 
|  | 2370 | * lpfc_mbx_cmpl_read_fcf_rec - read fcf completion handler. | 
|  | 2371 | * @phba: pointer to lpfc hba data structure. | 
|  | 2372 | * @mboxq: pointer to mailbox object. | 
|  | 2373 | * | 
|  | 2374 | * This is the callback function of read FCF record mailbox command for | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2375 | * updating the eligible FCF bmask for FLOGI failure roundrobin FCF | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2376 | * failover when a new FCF event happened. If the FCF read back is | 
|  | 2377 | * valid/available and it passes the connection list check, it updates | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2378 | * the bmask for the eligible FCF record for roundrobin failover. | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2379 | */ | 
|  | 2380 | void | 
|  | 2381 | lpfc_mbx_cmpl_read_fcf_rec(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) | 
|  | 2382 | { | 
|  | 2383 | struct fcf_record *new_fcf_record; | 
|  | 2384 | uint32_t boot_flag, addr_mode; | 
|  | 2385 | uint16_t fcf_index, next_fcf_index; | 
|  | 2386 | uint16_t vlan_id; | 
|  | 2387 | int rc; | 
|  | 2388 |  | 
|  | 2389 | /* If link state is not up, no need to proceed */ | 
|  | 2390 | if (phba->link_state < LPFC_LINK_UP) | 
|  | 2391 | goto out; | 
|  | 2392 |  | 
|  | 2393 | /* If FCF discovery period is over, no need to proceed */ | 
| James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 2394 | if (!(phba->fcf.fcf_flag & FCF_DISCOVERY)) | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2395 | goto out; | 
|  | 2396 |  | 
|  | 2397 | /* Parse the FCF record from the non-embedded mailbox command */ | 
|  | 2398 | new_fcf_record = lpfc_sli4_fcf_rec_mbox_parse(phba, mboxq, | 
|  | 2399 | &next_fcf_index); | 
|  | 2400 | if (!new_fcf_record) { | 
|  | 2401 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP, | 
|  | 2402 | "2767 Mailbox command READ_FCF_RECORD " | 
|  | 2403 | "failed to retrieve a FCF record.\n"); | 
|  | 2404 | goto out; | 
|  | 2405 | } | 
|  | 2406 |  | 
|  | 2407 | /* Check the connection list for eligibility */ | 
|  | 2408 | rc = lpfc_match_fcf_conn_list(phba, new_fcf_record, &boot_flag, | 
|  | 2409 | &addr_mode, &vlan_id); | 
|  | 2410 |  | 
|  | 2411 | /* Log the FCF record information if turned on */ | 
|  | 2412 | lpfc_sli4_log_fcf_record_info(phba, new_fcf_record, vlan_id, | 
|  | 2413 | next_fcf_index); | 
|  | 2414 |  | 
|  | 2415 | if (!rc) | 
|  | 2416 | goto out; | 
|  | 2417 |  | 
|  | 2418 | /* Update the eligible FCF record index bmask */ | 
|  | 2419 | fcf_index = bf_get(lpfc_fcf_record_fcf_index, new_fcf_record); | 
|  | 2420 | rc = lpfc_sli4_fcf_rr_index_set(phba, fcf_index); | 
|  | 2421 |  | 
|  | 2422 | out: | 
|  | 2423 | lpfc_sli4_mbox_cmd_free(phba, mboxq); | 
|  | 2424 | } | 
|  | 2425 |  | 
|  | 2426 | /** | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2427 | * lpfc_init_vfi_cmpl - Completion handler for init_vfi mbox command. | 
|  | 2428 | * @phba: pointer to lpfc hba data structure. | 
|  | 2429 | * @mboxq: pointer to mailbox data structure. | 
|  | 2430 | * | 
|  | 2431 | * This function handles completion of init vfi mailbox command. | 
|  | 2432 | */ | 
|  | 2433 | void | 
|  | 2434 | lpfc_init_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) | 
|  | 2435 | { | 
|  | 2436 | struct lpfc_vport *vport = mboxq->vport; | 
|  | 2437 |  | 
|  | 2438 | if (mboxq->u.mb.mbxStatus && (mboxq->u.mb.mbxStatus != 0x4002)) { | 
|  | 2439 | lpfc_printf_vlog(vport, KERN_ERR, | 
|  | 2440 | LOG_MBOX, | 
|  | 2441 | "2891 Init VFI mailbox failed 0x%x\n", | 
|  | 2442 | mboxq->u.mb.mbxStatus); | 
|  | 2443 | mempool_free(mboxq, phba->mbox_mem_pool); | 
|  | 2444 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); | 
|  | 2445 | return; | 
|  | 2446 | } | 
|  | 2447 | lpfc_initial_flogi(vport); | 
|  | 2448 | mempool_free(mboxq, phba->mbox_mem_pool); | 
|  | 2449 | return; | 
|  | 2450 | } | 
|  | 2451 |  | 
|  | 2452 | /** | 
|  | 2453 | * lpfc_issue_init_vfi - Issue init_vfi mailbox command. | 
|  | 2454 | * @vport: pointer to lpfc_vport data structure. | 
|  | 2455 | * | 
|  | 2456 | * This function issue a init_vfi mailbox command to initialize the VFI and | 
|  | 2457 | * VPI for the physical port. | 
|  | 2458 | */ | 
|  | 2459 | void | 
|  | 2460 | lpfc_issue_init_vfi(struct lpfc_vport *vport) | 
|  | 2461 | { | 
|  | 2462 | LPFC_MBOXQ_t *mboxq; | 
|  | 2463 | int rc; | 
|  | 2464 | struct lpfc_hba *phba = vport->phba; | 
|  | 2465 |  | 
|  | 2466 | mboxq = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); | 
|  | 2467 | if (!mboxq) { | 
|  | 2468 | lpfc_printf_vlog(vport, KERN_ERR, | 
|  | 2469 | LOG_MBOX, "2892 Failed to allocate " | 
|  | 2470 | "init_vfi mailbox\n"); | 
|  | 2471 | return; | 
|  | 2472 | } | 
|  | 2473 | lpfc_init_vfi(mboxq, vport); | 
|  | 2474 | mboxq->mbox_cmpl = lpfc_init_vfi_cmpl; | 
|  | 2475 | rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_NOWAIT); | 
|  | 2476 | if (rc == MBX_NOT_FINISHED) { | 
|  | 2477 | lpfc_printf_vlog(vport, KERN_ERR, | 
|  | 2478 | LOG_MBOX, "2893 Failed to issue init_vfi mailbox\n"); | 
|  | 2479 | mempool_free(mboxq, vport->phba->mbox_mem_pool); | 
|  | 2480 | } | 
|  | 2481 | } | 
|  | 2482 |  | 
|  | 2483 | /** | 
| James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2484 | * lpfc_init_vpi_cmpl - Completion handler for init_vpi mbox command. | 
|  | 2485 | * @phba: pointer to lpfc hba data structure. | 
|  | 2486 | * @mboxq: pointer to mailbox data structure. | 
|  | 2487 | * | 
|  | 2488 | * This function handles completion of init vpi mailbox command. | 
|  | 2489 | */ | 
| James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2490 | void | 
| James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2491 | lpfc_init_vpi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) | 
|  | 2492 | { | 
|  | 2493 | struct lpfc_vport *vport = mboxq->vport; | 
| James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2494 | struct lpfc_nodelist *ndlp; | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2495 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); | 
|  | 2496 |  | 
| James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2497 | if (mboxq->u.mb.mbxStatus) { | 
|  | 2498 | lpfc_printf_vlog(vport, KERN_ERR, | 
|  | 2499 | LOG_MBOX, | 
|  | 2500 | "2609 Init VPI mailbox failed 0x%x\n", | 
|  | 2501 | mboxq->u.mb.mbxStatus); | 
|  | 2502 | mempool_free(mboxq, phba->mbox_mem_pool); | 
|  | 2503 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); | 
|  | 2504 | return; | 
|  | 2505 | } | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2506 | spin_lock_irq(shost->host_lock); | 
| James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2507 | vport->fc_flag &= ~FC_VPORT_NEEDS_INIT_VPI; | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2508 | spin_unlock_irq(shost->host_lock); | 
| James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2509 |  | 
| James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2510 | /* If this port is physical port or FDISC is done, do reg_vpi */ | 
|  | 2511 | if ((phba->pport == vport) || (vport->port_state == LPFC_FDISC)) { | 
|  | 2512 | ndlp = lpfc_findnode_did(vport, Fabric_DID); | 
|  | 2513 | if (!ndlp) | 
|  | 2514 | lpfc_printf_vlog(vport, KERN_ERR, | 
|  | 2515 | LOG_DISCOVERY, | 
|  | 2516 | "2731 Cannot find fabric " | 
|  | 2517 | "controller node\n"); | 
|  | 2518 | else | 
|  | 2519 | lpfc_register_new_vport(phba, vport, ndlp); | 
|  | 2520 | mempool_free(mboxq, phba->mbox_mem_pool); | 
|  | 2521 | return; | 
|  | 2522 | } | 
|  | 2523 |  | 
| James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2524 | if (phba->link_flag & LS_NPIV_FAB_SUPPORTED) | 
|  | 2525 | lpfc_initial_fdisc(vport); | 
|  | 2526 | else { | 
|  | 2527 | lpfc_vport_set_state(vport, FC_VPORT_NO_FABRIC_SUPP); | 
| James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 2528 | lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS, | 
|  | 2529 | "2606 No NPIV Fabric support\n"); | 
| James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2530 | } | 
| James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2531 | mempool_free(mboxq, phba->mbox_mem_pool); | 
| James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2532 | return; | 
|  | 2533 | } | 
|  | 2534 |  | 
|  | 2535 | /** | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2536 | * lpfc_issue_init_vpi - Issue init_vpi mailbox command. | 
|  | 2537 | * @vport: pointer to lpfc_vport data structure. | 
|  | 2538 | * | 
|  | 2539 | * This function issue a init_vpi mailbox command to initialize | 
|  | 2540 | * VPI for the vport. | 
|  | 2541 | */ | 
|  | 2542 | void | 
|  | 2543 | lpfc_issue_init_vpi(struct lpfc_vport *vport) | 
|  | 2544 | { | 
|  | 2545 | LPFC_MBOXQ_t *mboxq; | 
|  | 2546 | int rc; | 
|  | 2547 |  | 
|  | 2548 | mboxq = mempool_alloc(vport->phba->mbox_mem_pool, GFP_KERNEL); | 
|  | 2549 | if (!mboxq) { | 
|  | 2550 | lpfc_printf_vlog(vport, KERN_ERR, | 
|  | 2551 | LOG_MBOX, "2607 Failed to allocate " | 
|  | 2552 | "init_vpi mailbox\n"); | 
|  | 2553 | return; | 
|  | 2554 | } | 
|  | 2555 | lpfc_init_vpi(vport->phba, mboxq, vport->vpi); | 
|  | 2556 | mboxq->vport = vport; | 
|  | 2557 | mboxq->mbox_cmpl = lpfc_init_vpi_cmpl; | 
|  | 2558 | rc = lpfc_sli_issue_mbox(vport->phba, mboxq, MBX_NOWAIT); | 
|  | 2559 | if (rc == MBX_NOT_FINISHED) { | 
|  | 2560 | lpfc_printf_vlog(vport, KERN_ERR, | 
|  | 2561 | LOG_MBOX, "2608 Failed to issue init_vpi mailbox\n"); | 
|  | 2562 | mempool_free(mboxq, vport->phba->mbox_mem_pool); | 
|  | 2563 | } | 
|  | 2564 | } | 
|  | 2565 |  | 
|  | 2566 | /** | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2567 | * lpfc_start_fdiscs - send fdiscs for each vports on this port. | 
|  | 2568 | * @phba: pointer to lpfc hba data structure. | 
|  | 2569 | * | 
|  | 2570 | * This function loops through the list of vports on the @phba and issues an | 
|  | 2571 | * FDISC if possible. | 
|  | 2572 | */ | 
|  | 2573 | void | 
|  | 2574 | lpfc_start_fdiscs(struct lpfc_hba *phba) | 
|  | 2575 | { | 
|  | 2576 | struct lpfc_vport **vports; | 
|  | 2577 | int i; | 
|  | 2578 |  | 
|  | 2579 | vports = lpfc_create_vport_work_array(phba); | 
|  | 2580 | if (vports != NULL) { | 
|  | 2581 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { | 
|  | 2582 | if (vports[i]->port_type == LPFC_PHYSICAL_PORT) | 
|  | 2583 | continue; | 
|  | 2584 | /* There are no vpi for this vport */ | 
|  | 2585 | if (vports[i]->vpi > phba->max_vpi) { | 
|  | 2586 | lpfc_vport_set_state(vports[i], | 
|  | 2587 | FC_VPORT_FAILED); | 
|  | 2588 | continue; | 
|  | 2589 | } | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2590 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2591 | lpfc_vport_set_state(vports[i], | 
|  | 2592 | FC_VPORT_LINKDOWN); | 
|  | 2593 | continue; | 
|  | 2594 | } | 
| James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2595 | if (vports[i]->fc_flag & FC_VPORT_NEEDS_INIT_VPI) { | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 2596 | lpfc_issue_init_vpi(vports[i]); | 
| James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 2597 | continue; | 
|  | 2598 | } | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2599 | if (phba->link_flag & LS_NPIV_FAB_SUPPORTED) | 
|  | 2600 | lpfc_initial_fdisc(vports[i]); | 
|  | 2601 | else { | 
|  | 2602 | lpfc_vport_set_state(vports[i], | 
|  | 2603 | FC_VPORT_NO_FABRIC_SUPP); | 
|  | 2604 | lpfc_printf_vlog(vports[i], KERN_ERR, | 
|  | 2605 | LOG_ELS, | 
|  | 2606 | "0259 No NPIV " | 
|  | 2607 | "Fabric support\n"); | 
|  | 2608 | } | 
|  | 2609 | } | 
|  | 2610 | } | 
|  | 2611 | lpfc_destroy_vport_work_array(phba, vports); | 
|  | 2612 | } | 
|  | 2613 |  | 
|  | 2614 | void | 
|  | 2615 | lpfc_mbx_cmpl_reg_vfi(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) | 
|  | 2616 | { | 
|  | 2617 | struct lpfc_dmabuf *dmabuf = mboxq->context1; | 
|  | 2618 | struct lpfc_vport *vport = mboxq->vport; | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2619 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2620 |  | 
|  | 2621 | if (mboxq->u.mb.mbxStatus) { | 
|  | 2622 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, | 
|  | 2623 | "2018 REG_VFI mbxStatus error x%x " | 
|  | 2624 | "HBA state x%x\n", | 
|  | 2625 | mboxq->u.mb.mbxStatus, vport->port_state); | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2626 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2627 | /* FLOGI failed, use loop map to make discovery list */ | 
|  | 2628 | lpfc_disc_list_loopmap(vport); | 
|  | 2629 | /* Start discovery */ | 
|  | 2630 | lpfc_disc_start(vport); | 
|  | 2631 | goto fail_free_mem; | 
|  | 2632 | } | 
|  | 2633 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); | 
|  | 2634 | goto fail_free_mem; | 
|  | 2635 | } | 
| James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 2636 | /* The VPI is implicitly registered when the VFI is registered */ | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2637 | spin_lock_irq(shost->host_lock); | 
| James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 2638 | vport->vpi_state |= LPFC_VPI_REGISTERED; | 
| James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2639 | vport->fc_flag |= FC_VFI_REGISTERED; | 
| James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 2640 | vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI; | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2641 | spin_unlock_irq(shost->host_lock); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2642 |  | 
|  | 2643 | if (vport->port_state == LPFC_FABRIC_CFG_LINK) { | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2644 | /* For private loop just start discovery and we are done. */ | 
|  | 2645 | if ((phba->fc_topology == LPFC_TOPOLOGY_LOOP) && | 
|  | 2646 | (phba->alpa_map[0] == 0) && | 
|  | 2647 | !(vport->fc_flag & FC_PUBLIC_LOOP)) { | 
|  | 2648 | /* Use loop map to make discovery list */ | 
|  | 2649 | lpfc_disc_list_loopmap(vport); | 
|  | 2650 | /* Start discovery */ | 
|  | 2651 | lpfc_disc_start(vport); | 
|  | 2652 | } else { | 
|  | 2653 | lpfc_start_fdiscs(phba); | 
|  | 2654 | lpfc_do_scr_ns_plogi(phba, vport); | 
|  | 2655 | } | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2656 | } | 
|  | 2657 |  | 
|  | 2658 | fail_free_mem: | 
|  | 2659 | mempool_free(mboxq, phba->mbox_mem_pool); | 
|  | 2660 | lpfc_mbuf_free(phba, dmabuf->virt, dmabuf->phys); | 
|  | 2661 | kfree(dmabuf); | 
|  | 2662 | return; | 
|  | 2663 | } | 
|  | 2664 |  | 
|  | 2665 | static void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2666 | lpfc_mbx_cmpl_read_sparam(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2667 | { | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2668 | MAILBOX_t *mb = &pmb->u.mb; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2669 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2670 | struct lpfc_vport  *vport = pmb->vport; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2671 |  | 
|  | 2672 |  | 
|  | 2673 | /* Check for error */ | 
|  | 2674 | if (mb->mbxStatus) { | 
|  | 2675 | /* READ_SPARAM mbox error <mbxStatus> state <hba_state> */ | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2676 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, | 
|  | 2677 | "0319 READ_SPARAM mbxStatus error x%x " | 
|  | 2678 | "hba state x%x>\n", | 
|  | 2679 | mb->mbxStatus, vport->port_state); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2680 | lpfc_linkdown(phba); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2681 | goto out; | 
|  | 2682 | } | 
|  | 2683 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2684 | memcpy((uint8_t *) &vport->fc_sparam, (uint8_t *) mp->virt, | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2685 | sizeof (struct serv_parm)); | 
| James Smart | a12e07b | 2006-12-02 13:35:30 -0500 | [diff] [blame] | 2686 | if (phba->cfg_soft_wwnn) | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2687 | u64_to_wwn(phba->cfg_soft_wwnn, | 
|  | 2688 | vport->fc_sparam.nodeName.u.wwn); | 
| James Smart | c3f28af | 2006-08-18 17:47:18 -0400 | [diff] [blame] | 2689 | if (phba->cfg_soft_wwpn) | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2690 | u64_to_wwn(phba->cfg_soft_wwpn, | 
|  | 2691 | vport->fc_sparam.portName.u.wwn); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2692 | memcpy(&vport->fc_nodename, &vport->fc_sparam.nodeName, | 
|  | 2693 | sizeof(vport->fc_nodename)); | 
|  | 2694 | memcpy(&vport->fc_portname, &vport->fc_sparam.portName, | 
|  | 2695 | sizeof(vport->fc_portname)); | 
|  | 2696 | if (vport->port_type == LPFC_PHYSICAL_PORT) { | 
|  | 2697 | memcpy(&phba->wwnn, &vport->fc_nodename, sizeof(phba->wwnn)); | 
|  | 2698 | memcpy(&phba->wwpn, &vport->fc_portname, sizeof(phba->wwnn)); | 
|  | 2699 | } | 
|  | 2700 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2701 | lpfc_mbuf_free(phba, mp->virt, mp->phys); | 
|  | 2702 | kfree(mp); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2703 | mempool_free(pmb, phba->mbox_mem_pool); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2704 | return; | 
|  | 2705 |  | 
|  | 2706 | out: | 
|  | 2707 | pmb->context1 = NULL; | 
|  | 2708 | lpfc_mbuf_free(phba, mp->virt, mp->phys); | 
|  | 2709 | kfree(mp); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2710 | lpfc_issue_clear_la(phba, vport); | 
|  | 2711 | mempool_free(pmb, phba->mbox_mem_pool); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2712 | return; | 
|  | 2713 | } | 
|  | 2714 |  | 
|  | 2715 | static void | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2716 | 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] | 2717 | { | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2718 | struct lpfc_vport *vport = phba->pport; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2719 | LPFC_MBOXQ_t *sparam_mbox, *cfglink_mbox = NULL; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2720 | int i; | 
| James Smart | 1469115 | 2006-12-02 13:34:28 -0500 | [diff] [blame] | 2721 | struct lpfc_dmabuf *mp; | 
|  | 2722 | int rc; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2723 | struct fcf_record *fcf_record; | 
| James Smart | 1469115 | 2006-12-02 13:34:28 -0500 | [diff] [blame] | 2724 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2725 | spin_lock_irq(&phba->hbalock); | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2726 | switch (bf_get(lpfc_mbx_read_top_link_spd, la)) { | 
|  | 2727 | case LPFC_LINK_SPEED_1GHZ: | 
|  | 2728 | case LPFC_LINK_SPEED_2GHZ: | 
|  | 2729 | case LPFC_LINK_SPEED_4GHZ: | 
|  | 2730 | case LPFC_LINK_SPEED_8GHZ: | 
|  | 2731 | case LPFC_LINK_SPEED_10GHZ: | 
|  | 2732 | case LPFC_LINK_SPEED_16GHZ: | 
|  | 2733 | phba->fc_linkspeed = bf_get(lpfc_mbx_read_top_link_spd, la); | 
| James Smart | f4b4c68 | 2009-05-22 14:53:12 -0400 | [diff] [blame] | 2734 | break; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2735 | default: | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2736 | phba->fc_linkspeed = LPFC_LINK_SPEED_UNKNOWN; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2737 | break; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2738 | } | 
|  | 2739 |  | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2740 | phba->fc_topology = bf_get(lpfc_mbx_read_top_topology, la); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2741 | phba->link_flag &= ~LS_NPIV_FAB_SUPPORTED; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2742 |  | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2743 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2744 | phba->sli3_options &= ~LPFC_SLI3_NPIV_ENABLED; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2745 |  | 
| James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 2746 | /* if npiv is enabled and this adapter supports npiv log | 
|  | 2747 | * a message that npiv is not supported in this topology | 
|  | 2748 | */ | 
|  | 2749 | if (phba->cfg_enable_npiv && phba->max_vpi) | 
| James Smart | 495a714 | 2008-06-14 22:52:59 -0400 | [diff] [blame] | 2750 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, | 
|  | 2751 | "1309 Link Up Event npiv not supported in loop " | 
|  | 2752 | "topology\n"); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2753 | /* Get Loop Map information */ | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2754 | if (bf_get(lpfc_mbx_read_top_il, la)) | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2755 | vport->fc_flag |= FC_LBIT; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2756 |  | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2757 | vport->fc_myDID = bf_get(lpfc_mbx_read_top_alpa_granted, la); | 
|  | 2758 | i = la->lilpBde64.tus.f.bdeSize; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2759 |  | 
|  | 2760 | if (i == 0) { | 
|  | 2761 | phba->alpa_map[0] = 0; | 
|  | 2762 | } else { | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2763 | if (vport->cfg_log_verbose & LOG_LINK_EVENT) { | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2764 | int numalpa, j, k; | 
|  | 2765 | union { | 
|  | 2766 | uint8_t pamap[16]; | 
|  | 2767 | struct { | 
|  | 2768 | uint32_t wd1; | 
|  | 2769 | uint32_t wd2; | 
|  | 2770 | uint32_t wd3; | 
|  | 2771 | uint32_t wd4; | 
|  | 2772 | } pa; | 
|  | 2773 | } un; | 
|  | 2774 | numalpa = phba->alpa_map[0]; | 
|  | 2775 | j = 0; | 
|  | 2776 | while (j < numalpa) { | 
|  | 2777 | memset(un.pamap, 0, 16); | 
|  | 2778 | for (k = 1; j < numalpa; k++) { | 
|  | 2779 | un.pamap[k - 1] = | 
|  | 2780 | phba->alpa_map[j + 1]; | 
|  | 2781 | j++; | 
|  | 2782 | if (k == 16) | 
|  | 2783 | break; | 
|  | 2784 | } | 
|  | 2785 | /* Link Up Event ALPA map */ | 
|  | 2786 | lpfc_printf_log(phba, | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2787 | KERN_WARNING, | 
|  | 2788 | LOG_LINK_EVENT, | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2789 | "1304 Link Up Event " | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2790 | "ALPA map Data: x%x " | 
|  | 2791 | "x%x x%x x%x\n", | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2792 | un.pa.wd1, un.pa.wd2, | 
|  | 2793 | un.pa.wd3, un.pa.wd4); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2794 | } | 
|  | 2795 | } | 
|  | 2796 | } | 
|  | 2797 | } else { | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2798 | if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)) { | 
| James Smart | 78b2d85 | 2007-08-02 11:10:21 -0400 | [diff] [blame] | 2799 | if (phba->max_vpi && phba->cfg_enable_npiv && | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2800 | (phba->sli_rev == 3)) | 
|  | 2801 | phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED; | 
|  | 2802 | } | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2803 | vport->fc_myDID = phba->fc_pref_DID; | 
|  | 2804 | vport->fc_flag |= FC_LBIT; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2805 | } | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2806 | spin_unlock_irq(&phba->hbalock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2807 |  | 
|  | 2808 | lpfc_linkup(phba); | 
| James Smart | 9f1177a | 2010-02-26 14:12:57 -0500 | [diff] [blame] | 2809 | sparam_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); | 
|  | 2810 | if (!sparam_mbox) | 
|  | 2811 | goto out; | 
|  | 2812 |  | 
|  | 2813 | rc = lpfc_read_sparam(phba, sparam_mbox, 0); | 
|  | 2814 | if (rc) { | 
|  | 2815 | mempool_free(sparam_mbox, phba->mbox_mem_pool); | 
|  | 2816 | goto out; | 
|  | 2817 | } | 
|  | 2818 | sparam_mbox->vport = vport; | 
|  | 2819 | sparam_mbox->mbox_cmpl = lpfc_mbx_cmpl_read_sparam; | 
|  | 2820 | rc = lpfc_sli_issue_mbox(phba, sparam_mbox, MBX_NOWAIT); | 
|  | 2821 | if (rc == MBX_NOT_FINISHED) { | 
|  | 2822 | mp = (struct lpfc_dmabuf *) sparam_mbox->context1; | 
|  | 2823 | lpfc_mbuf_free(phba, mp->virt, mp->phys); | 
|  | 2824 | kfree(mp); | 
|  | 2825 | mempool_free(sparam_mbox, phba->mbox_mem_pool); | 
|  | 2826 | goto out; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2827 | } | 
|  | 2828 |  | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2829 | if (!(phba->hba_flag & HBA_FCOE_MODE)) { | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2830 | cfglink_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); | 
|  | 2831 | if (!cfglink_mbox) | 
|  | 2832 | goto out; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2833 | vport->port_state = LPFC_LOCAL_CFG_LINK; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2834 | lpfc_config_link(phba, cfglink_mbox); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2835 | cfglink_mbox->vport = vport; | 
| Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 2836 | cfglink_mbox->mbox_cmpl = lpfc_mbx_cmpl_local_config_link; | 
| James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 2837 | rc = lpfc_sli_issue_mbox(phba, cfglink_mbox, MBX_NOWAIT); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2838 | if (rc == MBX_NOT_FINISHED) { | 
|  | 2839 | mempool_free(cfglink_mbox, phba->mbox_mem_pool); | 
|  | 2840 | goto out; | 
|  | 2841 | } | 
|  | 2842 | } else { | 
| James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 2843 | vport->port_state = LPFC_VPORT_UNKNOWN; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2844 | /* | 
|  | 2845 | * Add the driver's default FCF record at FCF index 0 now. This | 
|  | 2846 | * is phase 1 implementation that support FCF index 0 and driver | 
|  | 2847 | * defaults. | 
|  | 2848 | */ | 
| James Smart | 45ed119 | 2009-10-02 15:17:02 -0400 | [diff] [blame] | 2849 | if (!(phba->hba_flag & HBA_FIP_SUPPORT)) { | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2850 | fcf_record = kzalloc(sizeof(struct fcf_record), | 
|  | 2851 | GFP_KERNEL); | 
|  | 2852 | if (unlikely(!fcf_record)) { | 
|  | 2853 | lpfc_printf_log(phba, KERN_ERR, | 
|  | 2854 | LOG_MBOX | LOG_SLI, | 
| Uwe Kleine-König | b595076 | 2010-11-01 15:38:34 -0400 | [diff] [blame] | 2855 | "2554 Could not allocate memory for " | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2856 | "fcf record\n"); | 
|  | 2857 | rc = -ENODEV; | 
|  | 2858 | goto out; | 
|  | 2859 | } | 
|  | 2860 |  | 
|  | 2861 | lpfc_sli4_build_dflt_fcf_record(phba, fcf_record, | 
|  | 2862 | LPFC_FCOE_FCF_DEF_INDEX); | 
|  | 2863 | rc = lpfc_sli4_add_fcf_record(phba, fcf_record); | 
|  | 2864 | if (unlikely(rc)) { | 
|  | 2865 | lpfc_printf_log(phba, KERN_ERR, | 
|  | 2866 | LOG_MBOX | LOG_SLI, | 
|  | 2867 | "2013 Could not manually add FCF " | 
|  | 2868 | "record 0, status %d\n", rc); | 
|  | 2869 | rc = -ENODEV; | 
|  | 2870 | kfree(fcf_record); | 
|  | 2871 | goto out; | 
|  | 2872 | } | 
|  | 2873 | kfree(fcf_record); | 
|  | 2874 | } | 
|  | 2875 | /* | 
|  | 2876 | * The driver is expected to do FIP/FCF. Call the port | 
|  | 2877 | * and get the FCF Table. | 
|  | 2878 | */ | 
| James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 2879 | spin_lock_irq(&phba->hbalock); | 
| James Smart | a93ff37 | 2010-10-22 11:06:08 -0400 | [diff] [blame] | 2880 | if (phba->hba_flag & FCF_TS_INPROG) { | 
| James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 2881 | spin_unlock_irq(&phba->hbalock); | 
|  | 2882 | return; | 
|  | 2883 | } | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2884 | /* This is the initial FCF discovery scan */ | 
|  | 2885 | phba->fcf.fcf_flag |= FCF_INIT_DISC; | 
| James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 2886 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2887 | lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY, | 
|  | 2888 | "2778 Start FCF table scan at linkup\n"); | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2889 | rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba, | 
|  | 2890 | LPFC_FCOE_FCF_GET_FIRST); | 
|  | 2891 | if (rc) { | 
|  | 2892 | spin_lock_irq(&phba->hbalock); | 
|  | 2893 | phba->fcf.fcf_flag &= ~FCF_INIT_DISC; | 
|  | 2894 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2895 | goto out; | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 2896 | } | 
| James Smart | 38b92ef | 2010-08-04 16:11:39 -0400 | [diff] [blame] | 2897 | /* Reset FCF roundrobin bmask for new discovery */ | 
|  | 2898 | memset(phba->fcf.fcf_rr_bmask, 0, | 
|  | 2899 | sizeof(*phba->fcf.fcf_rr_bmask)); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2900 | } | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2901 |  | 
|  | 2902 | return; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2903 | out: | 
|  | 2904 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2905 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, | 
|  | 2906 | "0263 Discovery Mailbox error: state: 0x%x : %p %p\n", | 
|  | 2907 | vport->port_state, sparam_mbox, cfglink_mbox); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2908 | lpfc_issue_clear_la(phba, vport); | 
|  | 2909 | return; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2910 | } | 
|  | 2911 |  | 
|  | 2912 | static void | 
| James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 2913 | lpfc_enable_la(struct lpfc_hba *phba) | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2914 | { | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2915 | uint32_t control; | 
|  | 2916 | struct lpfc_sli *psli = &phba->sli; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2917 | spin_lock_irq(&phba->hbalock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2918 | psli->sli_flag |= LPFC_PROCESS_LA; | 
| James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 2919 | if (phba->sli_rev <= LPFC_SLI_REV3) { | 
|  | 2920 | control = readl(phba->HCregaddr); | 
|  | 2921 | control |= HC_LAINT_ENA; | 
|  | 2922 | writel(control, phba->HCregaddr); | 
|  | 2923 | readl(phba->HCregaddr); /* flush */ | 
|  | 2924 | } | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2925 | spin_unlock_irq(&phba->hbalock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2926 | } | 
|  | 2927 |  | 
| James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 2928 | static void | 
|  | 2929 | lpfc_mbx_issue_link_down(struct lpfc_hba *phba) | 
|  | 2930 | { | 
|  | 2931 | lpfc_linkdown(phba); | 
|  | 2932 | lpfc_enable_la(phba); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 2933 | lpfc_unregister_unused_fcf(phba); | 
| James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 2934 | /* turn on Link Attention interrupts - no CLEAR_LA needed */ | 
|  | 2935 | } | 
|  | 2936 |  | 
|  | 2937 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2938 | /* | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2939 | * This routine handles processing a READ_TOPOLOGY mailbox | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2940 | * command upon completion. It is setup in the LPFC_MBOXQ | 
|  | 2941 | * as the completion routine when the command is | 
|  | 2942 | * handed off to the SLI layer. | 
|  | 2943 | */ | 
|  | 2944 | void | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2945 | lpfc_mbx_cmpl_read_topology(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2946 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2947 | struct lpfc_vport *vport = pmb->vport; | 
|  | 2948 | struct Scsi_Host  *shost = lpfc_shost_from_vport(vport); | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2949 | struct lpfc_mbx_read_top *la; | 
| James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 2950 | MAILBOX_t *mb = &pmb->u.mb; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2951 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); | 
|  | 2952 |  | 
| James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 2953 | /* Unblock ELS traffic */ | 
|  | 2954 | phba->sli.ring[LPFC_ELS_RING].flag &= ~LPFC_STOP_IOCB_EVENT; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2955 | /* Check for error */ | 
|  | 2956 | if (mb->mbxStatus) { | 
| James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 2957 | lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT, | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2958 | "1307 READ_LA mbox error x%x state x%x\n", | 
|  | 2959 | mb->mbxStatus, vport->port_state); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2960 | lpfc_mbx_issue_link_down(phba); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2961 | phba->link_state = LPFC_HBA_ERROR; | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2962 | goto lpfc_mbx_cmpl_read_topology_free_mbuf; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2963 | } | 
|  | 2964 |  | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2965 | la = (struct lpfc_mbx_read_top *) &pmb->u.mb.un.varReadTop; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2966 |  | 
|  | 2967 | memcpy(&phba->alpa_map[0], mp->virt, 128); | 
|  | 2968 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2969 | spin_lock_irq(shost->host_lock); | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2970 | if (bf_get(lpfc_mbx_read_top_pb, la)) | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2971 | vport->fc_flag |= FC_BYPASSED_MODE; | 
| Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 2972 | else | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2973 | vport->fc_flag &= ~FC_BYPASSED_MODE; | 
|  | 2974 | spin_unlock_irq(shost->host_lock); | 
| Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 2975 |  | 
| James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 2976 | if ((phba->fc_eventTag  < la->eventTag) || | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2977 | (phba->fc_eventTag == la->eventTag)) { | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2978 | phba->fc_stat.LinkMultiEvent++; | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2979 | if (bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2980 | if (phba->fc_eventTag != 0) | 
|  | 2981 | lpfc_linkdown(phba); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2982 | } | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2983 |  | 
|  | 2984 | phba->fc_eventTag = la->eventTag; | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2985 | spin_lock_irq(&phba->hbalock); | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2986 | if (bf_get(lpfc_mbx_read_top_mm, la)) | 
| James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 2987 | phba->sli.sli_flag |= LPFC_MENLO_MAINT; | 
|  | 2988 | else | 
|  | 2989 | phba->sli.sli_flag &= ~LPFC_MENLO_MAINT; | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 2990 | spin_unlock_irq(&phba->hbalock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2991 |  | 
| James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 2992 | phba->link_events++; | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 2993 | if ((bf_get(lpfc_mbx_read_top_att_type, la) == LPFC_ATT_LINK_UP) && | 
|  | 2994 | (!bf_get(lpfc_mbx_read_top_mm, la))) { | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2995 | phba->fc_stat.LinkUp++; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2996 | if (phba->link_flag & LS_LOOPBACK_MODE) { | 
| James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 2997 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2998 | "1306 Link Up Event in loop back mode " | 
|  | 2999 | "x%x received Data: x%x x%x x%x x%x\n", | 
|  | 3000 | la->eventTag, phba->fc_eventTag, | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3001 | bf_get(lpfc_mbx_read_top_alpa_granted, | 
|  | 3002 | la), | 
|  | 3003 | bf_get(lpfc_mbx_read_top_link_spd, la), | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3004 | phba->alpa_map[0]); | 
| James Smart | 5b8bd0c | 2007-04-25 09:52:49 -0400 | [diff] [blame] | 3005 | } else { | 
|  | 3006 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3007 | "1303 Link Up Event x%x received " | 
| James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3008 | "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] | 3009 | la->eventTag, phba->fc_eventTag, | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3010 | bf_get(lpfc_mbx_read_top_alpa_granted, | 
|  | 3011 | la), | 
|  | 3012 | bf_get(lpfc_mbx_read_top_link_spd, la), | 
| James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3013 | phba->alpa_map[0], | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3014 | bf_get(lpfc_mbx_read_top_mm, la), | 
|  | 3015 | bf_get(lpfc_mbx_read_top_fa, la), | 
| James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3016 | phba->wait_4_mlo_maint_flg); | 
| James Smart | 5b8bd0c | 2007-04-25 09:52:49 -0400 | [diff] [blame] | 3017 | } | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3018 | lpfc_mbx_process_link_up(phba, la); | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3019 | } else if (bf_get(lpfc_mbx_read_top_att_type, la) == | 
|  | 3020 | LPFC_ATT_LINK_DOWN) { | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3021 | phba->fc_stat.LinkDown++; | 
| James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 3022 | if (phba->link_flag & LS_LOOPBACK_MODE) { | 
|  | 3023 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, | 
|  | 3024 | "1308 Link Down Event in loop back mode " | 
|  | 3025 | "x%x received " | 
|  | 3026 | "Data: x%x x%x x%x\n", | 
|  | 3027 | la->eventTag, phba->fc_eventTag, | 
|  | 3028 | phba->pport->port_state, vport->fc_flag); | 
|  | 3029 | } | 
|  | 3030 | else { | 
|  | 3031 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3032 | "1305 Link Down Event x%x received " | 
| James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3033 | "Data: x%x x%x x%x x%x x%x\n", | 
|  | 3034 | la->eventTag, phba->fc_eventTag, | 
|  | 3035 | phba->pport->port_state, vport->fc_flag, | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3036 | bf_get(lpfc_mbx_read_top_mm, la), | 
|  | 3037 | bf_get(lpfc_mbx_read_top_fa, la)); | 
| James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3038 | } | 
|  | 3039 | lpfc_mbx_issue_link_down(phba); | 
|  | 3040 | } | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3041 | if ((bf_get(lpfc_mbx_read_top_mm, la)) && | 
|  | 3042 | (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] | 3043 | if (phba->link_state != LPFC_LINK_DOWN) { | 
|  | 3044 | phba->fc_stat.LinkDown++; | 
|  | 3045 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, | 
|  | 3046 | "1312 Link Down Event x%x received " | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3047 | "Data: x%x x%x x%x\n", | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3048 | la->eventTag, phba->fc_eventTag, | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3049 | phba->pport->port_state, vport->fc_flag); | 
| James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3050 | lpfc_mbx_issue_link_down(phba); | 
|  | 3051 | } else | 
|  | 3052 | lpfc_enable_la(phba); | 
|  | 3053 |  | 
|  | 3054 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, | 
|  | 3055 | "1310 Menlo Maint Mode Link up Event x%x rcvd " | 
|  | 3056 | "Data: x%x x%x x%x\n", | 
|  | 3057 | la->eventTag, phba->fc_eventTag, | 
|  | 3058 | phba->pport->port_state, vport->fc_flag); | 
|  | 3059 | /* | 
|  | 3060 | * The cmnd that triggered this will be waiting for this | 
|  | 3061 | * signal. | 
|  | 3062 | */ | 
|  | 3063 | /* WAKEUP for MENLO_SET_MODE or MENLO_RESET command. */ | 
|  | 3064 | if (phba->wait_4_mlo_maint_flg) { | 
|  | 3065 | phba->wait_4_mlo_maint_flg = 0; | 
|  | 3066 | wake_up_interruptible(&phba->wait_4_mlo_m_q); | 
| James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 3067 | } | 
| James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3068 | } | 
|  | 3069 |  | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3070 | if (bf_get(lpfc_mbx_read_top_fa, la)) { | 
|  | 3071 | if (bf_get(lpfc_mbx_read_top_mm, la)) | 
| James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 3072 | lpfc_issue_clear_la(phba, vport); | 
|  | 3073 | lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT, | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3074 | "1311 fa %d\n", | 
|  | 3075 | bf_get(lpfc_mbx_read_top_fa, la)); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3076 | } | 
|  | 3077 |  | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3078 | lpfc_mbx_cmpl_read_topology_free_mbuf: | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3079 | lpfc_mbuf_free(phba, mp->virt, mp->phys); | 
|  | 3080 | kfree(mp); | 
|  | 3081 | mempool_free(pmb, phba->mbox_mem_pool); | 
|  | 3082 | return; | 
|  | 3083 | } | 
|  | 3084 |  | 
|  | 3085 | /* | 
|  | 3086 | * This routine handles processing a REG_LOGIN mailbox | 
|  | 3087 | * command upon completion. It is setup in the LPFC_MBOXQ | 
|  | 3088 | * as the completion routine when the command is | 
|  | 3089 | * handed off to the SLI layer. | 
|  | 3090 | */ | 
|  | 3091 | void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3092 | lpfc_mbx_cmpl_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3093 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3094 | struct lpfc_vport  *vport = pmb->vport; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3095 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3096 | struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2; | 
| James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 3097 | struct Scsi_Host  *shost = lpfc_shost_from_vport(vport); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3098 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3099 | pmb->context1 = NULL; | 
| James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 3100 | pmb->context2 = NULL; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3101 |  | 
| James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 3102 | if (ndlp->nlp_flag & NLP_REG_LOGIN_SEND) | 
|  | 3103 | ndlp->nlp_flag &= ~NLP_REG_LOGIN_SEND; | 
|  | 3104 |  | 
| James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 3105 | if (ndlp->nlp_flag & NLP_IGNR_REG_CMPL || | 
|  | 3106 | ndlp->nlp_state != NLP_STE_REG_LOGIN_ISSUE) { | 
| James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 3107 | /* We rcvd a rscn after issuing this | 
|  | 3108 | * mbox reg login, we may have cycled | 
|  | 3109 | * back through the state and be | 
|  | 3110 | * back at reg login state so this | 
|  | 3111 | * mbox needs to be ignored becase | 
|  | 3112 | * there is another reg login in | 
|  | 3113 | * proccess. | 
|  | 3114 | */ | 
|  | 3115 | spin_lock_irq(shost->host_lock); | 
|  | 3116 | ndlp->nlp_flag &= ~NLP_IGNR_REG_CMPL; | 
|  | 3117 | spin_unlock_irq(shost->host_lock); | 
| James Smart | ffc9549 | 2010-06-07 15:23:17 -0400 | [diff] [blame] | 3118 | } else | 
|  | 3119 | /* Good status, call state machine */ | 
|  | 3120 | lpfc_disc_state_machine(vport, ndlp, pmb, | 
|  | 3121 | NLP_EVT_CMPL_REG_LOGIN); | 
|  | 3122 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3123 | lpfc_mbuf_free(phba, mp->virt, mp->phys); | 
|  | 3124 | kfree(mp); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3125 | mempool_free(pmb, phba->mbox_mem_pool); | 
| James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 3126 | /* decrement the node reference count held for this callback | 
|  | 3127 | * function. | 
|  | 3128 | */ | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3129 | lpfc_nlp_put(ndlp); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3130 |  | 
|  | 3131 | return; | 
|  | 3132 | } | 
|  | 3133 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3134 | static void | 
|  | 3135 | lpfc_mbx_cmpl_unreg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) | 
|  | 3136 | { | 
| James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 3137 | MAILBOX_t *mb = &pmb->u.mb; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3138 | struct lpfc_vport *vport = pmb->vport; | 
|  | 3139 | struct Scsi_Host  *shost = lpfc_shost_from_vport(vport); | 
|  | 3140 |  | 
|  | 3141 | switch (mb->mbxStatus) { | 
|  | 3142 | case 0x0011: | 
|  | 3143 | case 0x0020: | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3144 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, | 
|  | 3145 | "0911 cmpl_unreg_vpi, mb status = 0x%x\n", | 
|  | 3146 | mb->mbxStatus); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3147 | break; | 
| James Smart | 78730cf | 2010-04-06 15:06:30 -0400 | [diff] [blame] | 3148 | /* If VPI is busy, reset the HBA */ | 
|  | 3149 | case 0x9700: | 
|  | 3150 | lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE, | 
|  | 3151 | "2798 Unreg_vpi failed vpi 0x%x, mb status = 0x%x\n", | 
|  | 3152 | vport->vpi, mb->mbxStatus); | 
|  | 3153 | if (!(phba->pport->load_flag & FC_UNLOADING)) | 
|  | 3154 | lpfc_workq_post_event(phba, NULL, NULL, | 
|  | 3155 | LPFC_EVT_RESET_HBA); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3156 | } | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 3157 | spin_lock_irq(shost->host_lock); | 
| James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 3158 | vport->vpi_state &= ~LPFC_VPI_REGISTERED; | 
| James Smart | 1987807 | 2009-12-21 17:02:00 -0500 | [diff] [blame] | 3159 | vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI; | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 3160 | spin_unlock_irq(shost->host_lock); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3161 | vport->unreg_vpi_cmpl = VPORT_OK; | 
|  | 3162 | mempool_free(pmb, phba->mbox_mem_pool); | 
| James Smart | 19ca760 | 2010-11-20 23:11:55 -0500 | [diff] [blame] | 3163 | lpfc_cleanup_vports_rrqs(vport); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3164 | /* | 
|  | 3165 | * This shost reference might have been taken at the beginning of | 
|  | 3166 | * lpfc_vport_delete() | 
|  | 3167 | */ | 
| James Smart | 1c6f4ef5 | 2009-11-18 15:40:49 -0500 | [diff] [blame] | 3168 | if ((vport->load_flag & FC_UNLOADING) && (vport != phba->pport)) | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3169 | scsi_host_put(shost); | 
|  | 3170 | } | 
|  | 3171 |  | 
| James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 3172 | int | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3173 | lpfc_mbx_unreg_vpi(struct lpfc_vport *vport) | 
|  | 3174 | { | 
|  | 3175 | struct lpfc_hba  *phba = vport->phba; | 
|  | 3176 | LPFC_MBOXQ_t *mbox; | 
|  | 3177 | int rc; | 
|  | 3178 |  | 
|  | 3179 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); | 
|  | 3180 | if (!mbox) | 
| James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 3181 | return 1; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3182 |  | 
|  | 3183 | lpfc_unreg_vpi(phba, vport->vpi, mbox); | 
|  | 3184 | mbox->vport = vport; | 
|  | 3185 | mbox->mbox_cmpl = lpfc_mbx_cmpl_unreg_vpi; | 
| James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 3186 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3187 | if (rc == MBX_NOT_FINISHED) { | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3188 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT, | 
|  | 3189 | "1800 Could not issue unreg_vpi\n"); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3190 | mempool_free(mbox, phba->mbox_mem_pool); | 
|  | 3191 | vport->unreg_vpi_cmpl = VPORT_ERROR; | 
| James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 3192 | return rc; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3193 | } | 
| James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 3194 | return 0; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3195 | } | 
|  | 3196 |  | 
|  | 3197 | static void | 
|  | 3198 | lpfc_mbx_cmpl_reg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) | 
|  | 3199 | { | 
|  | 3200 | struct lpfc_vport *vport = pmb->vport; | 
|  | 3201 | struct Scsi_Host  *shost = lpfc_shost_from_vport(vport); | 
| James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 3202 | MAILBOX_t *mb = &pmb->u.mb; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3203 |  | 
|  | 3204 | switch (mb->mbxStatus) { | 
|  | 3205 | case 0x0011: | 
|  | 3206 | case 0x9601: | 
|  | 3207 | case 0x9602: | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3208 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, | 
|  | 3209 | "0912 cmpl_reg_vpi, mb status = 0x%x\n", | 
|  | 3210 | mb->mbxStatus); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3211 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); | 
|  | 3212 | spin_lock_irq(shost->host_lock); | 
|  | 3213 | vport->fc_flag &= ~(FC_FABRIC | FC_PUBLIC_LOOP); | 
|  | 3214 | spin_unlock_irq(shost->host_lock); | 
|  | 3215 | vport->fc_myDID = 0; | 
|  | 3216 | goto out; | 
|  | 3217 | } | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3218 |  | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 3219 | spin_lock_irq(shost->host_lock); | 
| James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 3220 | vport->vpi_state |= LPFC_VPI_REGISTERED; | 
| James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 3221 | vport->fc_flag &= ~FC_VPORT_NEEDS_REG_VPI; | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 3222 | spin_unlock_irq(shost->host_lock); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3223 | vport->num_disc_nodes = 0; | 
|  | 3224 | /* go thru NPR list and issue ELS PLOGIs */ | 
|  | 3225 | if (vport->fc_npr_cnt) | 
|  | 3226 | lpfc_els_disc_plogi(vport); | 
|  | 3227 |  | 
|  | 3228 | if (!vport->num_disc_nodes) { | 
|  | 3229 | spin_lock_irq(shost->host_lock); | 
|  | 3230 | vport->fc_flag &= ~FC_NDISC_ACTIVE; | 
|  | 3231 | spin_unlock_irq(shost->host_lock); | 
|  | 3232 | lpfc_can_disctmo(vport); | 
|  | 3233 | } | 
|  | 3234 | vport->port_state = LPFC_VPORT_READY; | 
|  | 3235 |  | 
|  | 3236 | out: | 
|  | 3237 | mempool_free(pmb, phba->mbox_mem_pool); | 
|  | 3238 | return; | 
|  | 3239 | } | 
|  | 3240 |  | 
| James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3241 | /** | 
|  | 3242 | * lpfc_create_static_vport - Read HBA config region to create static vports. | 
|  | 3243 | * @phba: pointer to lpfc hba data structure. | 
|  | 3244 | * | 
|  | 3245 | * This routine issue a DUMP mailbox command for config region 22 to get | 
|  | 3246 | * the list of static vports to be created. The function create vports | 
|  | 3247 | * based on the information returned from the HBA. | 
|  | 3248 | **/ | 
|  | 3249 | void | 
|  | 3250 | lpfc_create_static_vport(struct lpfc_hba *phba) | 
|  | 3251 | { | 
|  | 3252 | LPFC_MBOXQ_t *pmb = NULL; | 
|  | 3253 | MAILBOX_t *mb; | 
|  | 3254 | struct static_vport_info *vport_info; | 
| James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3255 | int rc = 0, i; | 
| James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3256 | struct fc_vport_identifiers vport_id; | 
|  | 3257 | struct fc_vport *new_fc_vport; | 
|  | 3258 | struct Scsi_Host *shost; | 
|  | 3259 | struct lpfc_vport *vport; | 
|  | 3260 | uint16_t offset = 0; | 
|  | 3261 | uint8_t *vport_buff; | 
| James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3262 | struct lpfc_dmabuf *mp; | 
|  | 3263 | uint32_t byte_count = 0; | 
| James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3264 |  | 
|  | 3265 | pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); | 
|  | 3266 | if (!pmb) { | 
|  | 3267 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, | 
|  | 3268 | "0542 lpfc_create_static_vport failed to" | 
|  | 3269 | " allocate mailbox memory\n"); | 
|  | 3270 | return; | 
|  | 3271 | } | 
|  | 3272 |  | 
|  | 3273 | mb = &pmb->u.mb; | 
|  | 3274 |  | 
|  | 3275 | vport_info = kzalloc(sizeof(struct static_vport_info), GFP_KERNEL); | 
|  | 3276 | if (!vport_info) { | 
|  | 3277 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, | 
|  | 3278 | "0543 lpfc_create_static_vport failed to" | 
|  | 3279 | " allocate vport_info\n"); | 
|  | 3280 | mempool_free(pmb, phba->mbox_mem_pool); | 
|  | 3281 | return; | 
|  | 3282 | } | 
|  | 3283 |  | 
|  | 3284 | vport_buff = (uint8_t *) vport_info; | 
|  | 3285 | do { | 
| James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3286 | if (lpfc_dump_static_vport(phba, pmb, offset)) | 
|  | 3287 | goto out; | 
|  | 3288 |  | 
| James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3289 | pmb->vport = phba->pport; | 
|  | 3290 | rc = lpfc_sli_issue_mbox_wait(phba, pmb, LPFC_MBOX_TMO); | 
|  | 3291 |  | 
|  | 3292 | if ((rc != MBX_SUCCESS) || mb->mbxStatus) { | 
|  | 3293 | lpfc_printf_log(phba, KERN_WARNING, LOG_INIT, | 
|  | 3294 | "0544 lpfc_create_static_vport failed to" | 
|  | 3295 | " issue dump mailbox command ret 0x%x " | 
|  | 3296 | "status 0x%x\n", | 
|  | 3297 | rc, mb->mbxStatus); | 
|  | 3298 | goto out; | 
|  | 3299 | } | 
|  | 3300 |  | 
| James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3301 | if (phba->sli_rev == LPFC_SLI_REV4) { | 
|  | 3302 | byte_count = pmb->u.mqe.un.mb_words[5]; | 
|  | 3303 | mp = (struct lpfc_dmabuf *) pmb->context2; | 
|  | 3304 | if (byte_count > sizeof(struct static_vport_info) - | 
|  | 3305 | offset) | 
|  | 3306 | byte_count = sizeof(struct static_vport_info) | 
|  | 3307 | - offset; | 
|  | 3308 | memcpy(vport_buff + offset, mp->virt, byte_count); | 
|  | 3309 | offset += byte_count; | 
|  | 3310 | } else { | 
|  | 3311 | if (mb->un.varDmp.word_cnt > | 
|  | 3312 | sizeof(struct static_vport_info) - offset) | 
|  | 3313 | mb->un.varDmp.word_cnt = | 
|  | 3314 | sizeof(struct static_vport_info) | 
|  | 3315 | - offset; | 
|  | 3316 | byte_count = mb->un.varDmp.word_cnt; | 
|  | 3317 | lpfc_sli_pcimem_bcopy(((uint8_t *)mb) + DMP_RSP_OFFSET, | 
|  | 3318 | vport_buff + offset, | 
|  | 3319 | byte_count); | 
| James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3320 |  | 
| James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3321 | offset += byte_count; | 
|  | 3322 | } | 
| James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3323 |  | 
| James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3324 | } while (byte_count && | 
| James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3325 | offset < sizeof(struct static_vport_info)); | 
|  | 3326 |  | 
|  | 3327 |  | 
|  | 3328 | if ((le32_to_cpu(vport_info->signature) != VPORT_INFO_SIG) || | 
|  | 3329 | ((le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK) | 
|  | 3330 | != VPORT_INFO_REV)) { | 
|  | 3331 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, | 
|  | 3332 | "0545 lpfc_create_static_vport bad" | 
|  | 3333 | " information header 0x%x 0x%x\n", | 
|  | 3334 | le32_to_cpu(vport_info->signature), | 
|  | 3335 | le32_to_cpu(vport_info->rev) & VPORT_INFO_REV_MASK); | 
|  | 3336 |  | 
|  | 3337 | goto out; | 
|  | 3338 | } | 
|  | 3339 |  | 
|  | 3340 | shost = lpfc_shost_from_vport(phba->pport); | 
|  | 3341 |  | 
|  | 3342 | for (i = 0; i < MAX_STATIC_VPORT_COUNT; i++) { | 
|  | 3343 | memset(&vport_id, 0, sizeof(vport_id)); | 
|  | 3344 | vport_id.port_name = wwn_to_u64(vport_info->vport_list[i].wwpn); | 
|  | 3345 | vport_id.node_name = wwn_to_u64(vport_info->vport_list[i].wwnn); | 
|  | 3346 | if (!vport_id.port_name || !vport_id.node_name) | 
|  | 3347 | continue; | 
|  | 3348 |  | 
|  | 3349 | vport_id.roles = FC_PORT_ROLE_FCP_INITIATOR; | 
|  | 3350 | vport_id.vport_type = FC_PORTTYPE_NPIV; | 
|  | 3351 | vport_id.disable = false; | 
|  | 3352 | new_fc_vport = fc_vport_create(shost, 0, &vport_id); | 
|  | 3353 |  | 
|  | 3354 | if (!new_fc_vport) { | 
|  | 3355 | lpfc_printf_log(phba, KERN_WARNING, LOG_INIT, | 
|  | 3356 | "0546 lpfc_create_static_vport failed to" | 
| James Smart | e4e7427 | 2009-07-19 10:01:38 -0400 | [diff] [blame] | 3357 | " create vport\n"); | 
| James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3358 | continue; | 
|  | 3359 | } | 
|  | 3360 |  | 
|  | 3361 | vport = *(struct lpfc_vport **)new_fc_vport->dd_data; | 
|  | 3362 | vport->vport_flag |= STATIC_VPORT; | 
|  | 3363 | } | 
|  | 3364 |  | 
|  | 3365 | out: | 
| James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3366 | kfree(vport_info); | 
| James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3367 | if (rc != MBX_TIMEOUT) { | 
|  | 3368 | if (pmb->context2) { | 
|  | 3369 | mp = (struct lpfc_dmabuf *) pmb->context2; | 
|  | 3370 | lpfc_mbuf_free(phba, mp->virt, mp->phys); | 
|  | 3371 | kfree(mp); | 
|  | 3372 | } | 
| James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3373 | mempool_free(pmb, phba->mbox_mem_pool); | 
| James Smart | 1c6834a | 2009-07-19 10:01:26 -0400 | [diff] [blame] | 3374 | } | 
| James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3375 |  | 
|  | 3376 | return; | 
|  | 3377 | } | 
|  | 3378 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3379 | /* | 
|  | 3380 | * This routine handles processing a Fabric REG_LOGIN mailbox | 
|  | 3381 | * command upon completion. It is setup in the LPFC_MBOXQ | 
|  | 3382 | * as the completion routine when the command is | 
|  | 3383 | * handed off to the SLI layer. | 
|  | 3384 | */ | 
|  | 3385 | void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3386 | lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3387 | { | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3388 | struct lpfc_vport *vport = pmb->vport; | 
| James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3389 | MAILBOX_t *mb = &pmb->u.mb; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3390 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3391 | struct lpfc_nodelist *ndlp; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3392 |  | 
| James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 3393 | ndlp = (struct lpfc_nodelist *) pmb->context2; | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3394 | pmb->context1 = NULL; | 
|  | 3395 | pmb->context2 = NULL; | 
| James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 3396 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3397 | if (mb->mbxStatus) { | 
| James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3398 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, | 
|  | 3399 | "0258 Register Fabric login error: 0x%x\n", | 
|  | 3400 | mb->mbxStatus); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3401 | lpfc_mbuf_free(phba, mp->virt, mp->phys); | 
|  | 3402 | kfree(mp); | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3403 | mempool_free(pmb, phba->mbox_mem_pool); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3404 |  | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3405 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3406 | /* FLOGI failed, use loop map to make discovery list */ | 
|  | 3407 | lpfc_disc_list_loopmap(vport); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3408 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3409 | /* Start discovery */ | 
|  | 3410 | lpfc_disc_start(vport); | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3411 | /* Decrement the reference count to ndlp after the | 
|  | 3412 | * reference to the ndlp are done. | 
|  | 3413 | */ | 
|  | 3414 | lpfc_nlp_put(ndlp); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3415 | return; | 
|  | 3416 | } | 
|  | 3417 |  | 
|  | 3418 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3419 | /* Decrement the reference count to ndlp after the reference | 
|  | 3420 | * to the ndlp are done. | 
|  | 3421 | */ | 
|  | 3422 | lpfc_nlp_put(ndlp); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3423 | return; | 
|  | 3424 | } | 
|  | 3425 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3426 | ndlp->nlp_rpi = mb->un.varWords[0]; | 
| James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 3427 | ndlp->nlp_flag |= NLP_RPI_REGISTERED; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3428 | ndlp->nlp_type |= NLP_FABRIC; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3429 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3430 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3431 | if (vport->port_state == LPFC_FABRIC_CFG_LINK) { | 
| James Smart | 4b40c59 | 2010-03-15 11:25:44 -0400 | [diff] [blame] | 3432 | /* when physical port receive logo donot start | 
|  | 3433 | * vport discovery */ | 
|  | 3434 | if (!(vport->fc_flag & FC_LOGO_RCVD_DID_CHNG)) | 
|  | 3435 | lpfc_start_fdiscs(phba); | 
|  | 3436 | else | 
|  | 3437 | vport->fc_flag &= ~FC_LOGO_RCVD_DID_CHNG ; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3438 | lpfc_do_scr_ns_plogi(phba, vport); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3439 | } | 
|  | 3440 |  | 
|  | 3441 | lpfc_mbuf_free(phba, mp->virt, mp->phys); | 
|  | 3442 | kfree(mp); | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3443 | mempool_free(pmb, phba->mbox_mem_pool); | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3444 |  | 
|  | 3445 | /* Drop the reference count from the mbox at the end after | 
|  | 3446 | * all the current reference to the ndlp have been done. | 
|  | 3447 | */ | 
|  | 3448 | lpfc_nlp_put(ndlp); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3449 | return; | 
|  | 3450 | } | 
|  | 3451 |  | 
|  | 3452 | /* | 
|  | 3453 | * This routine handles processing a NameServer REG_LOGIN mailbox | 
|  | 3454 | * command upon completion. It is setup in the LPFC_MBOXQ | 
|  | 3455 | * as the completion routine when the command is | 
|  | 3456 | * handed off to the SLI layer. | 
|  | 3457 | */ | 
|  | 3458 | void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3459 | lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3460 | { | 
| James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3461 | MAILBOX_t *mb = &pmb->u.mb; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3462 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); | 
|  | 3463 | struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2; | 
|  | 3464 | struct lpfc_vport *vport = pmb->vport; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3465 |  | 
| James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 3466 | pmb->context1 = NULL; | 
|  | 3467 | pmb->context2 = NULL; | 
|  | 3468 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3469 | if (mb->mbxStatus) { | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3470 | out: | 
| James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 3471 | lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS, | 
|  | 3472 | "0260 Register NameServer error: 0x%x\n", | 
|  | 3473 | mb->mbxStatus); | 
| James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 3474 | /* decrement the node reference count held for this | 
|  | 3475 | * callback function. | 
|  | 3476 | */ | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3477 | lpfc_nlp_put(ndlp); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3478 | lpfc_mbuf_free(phba, mp->virt, mp->phys); | 
|  | 3479 | kfree(mp); | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3480 | mempool_free(pmb, phba->mbox_mem_pool); | 
| James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 3481 |  | 
|  | 3482 | /* If no other thread is using the ndlp, free it */ | 
|  | 3483 | lpfc_nlp_not_used(ndlp); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3484 |  | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 3485 | if (phba->fc_topology == LPFC_TOPOLOGY_LOOP) { | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3486 | /* | 
|  | 3487 | * RegLogin failed, use loop map to make discovery | 
|  | 3488 | * list | 
|  | 3489 | */ | 
|  | 3490 | lpfc_disc_list_loopmap(vport); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3491 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3492 | /* Start discovery */ | 
|  | 3493 | lpfc_disc_start(vport); | 
|  | 3494 | return; | 
|  | 3495 | } | 
|  | 3496 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3497 | return; | 
|  | 3498 | } | 
|  | 3499 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3500 | ndlp->nlp_rpi = mb->un.varWords[0]; | 
| James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 3501 | ndlp->nlp_flag |= NLP_RPI_REGISTERED; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3502 | ndlp->nlp_type |= NLP_FABRIC; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3503 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3504 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3505 | if (vport->port_state < LPFC_VPORT_READY) { | 
|  | 3506 | /* Link up discovery requires Fabric registration. */ | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3507 | lpfc_ns_cmd(vport, SLI_CTNS_RFF_ID, 0, 0); /* Do this first! */ | 
|  | 3508 | lpfc_ns_cmd(vport, SLI_CTNS_RNN_ID, 0, 0); | 
|  | 3509 | lpfc_ns_cmd(vport, SLI_CTNS_RSNN_NN, 0, 0); | 
|  | 3510 | lpfc_ns_cmd(vport, SLI_CTNS_RSPN_ID, 0, 0); | 
|  | 3511 | lpfc_ns_cmd(vport, SLI_CTNS_RFT_ID, 0, 0); | 
|  | 3512 |  | 
|  | 3513 | /* Issue SCR just before NameServer GID_FT Query */ | 
|  | 3514 | lpfc_issue_els_scr(vport, SCR_DID, 0); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3515 | } | 
|  | 3516 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3517 | vport->fc_ns_retry = 0; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3518 | /* Good status, issue CT Request to NameServer */ | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3519 | if (lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, 0, 0)) { | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3520 | /* Cannot issue NameServer Query, so finish up discovery */ | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3521 | goto out; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3522 | } | 
|  | 3523 |  | 
| James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 3524 | /* decrement the node reference count held for this | 
|  | 3525 | * callback function. | 
|  | 3526 | */ | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3527 | lpfc_nlp_put(ndlp); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3528 | lpfc_mbuf_free(phba, mp->virt, mp->phys); | 
|  | 3529 | kfree(mp); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3530 | mempool_free(pmb, phba->mbox_mem_pool); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3531 |  | 
|  | 3532 | return; | 
|  | 3533 | } | 
|  | 3534 |  | 
|  | 3535 | static void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3536 | lpfc_register_remote_port(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3537 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3538 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); | 
|  | 3539 | struct fc_rport  *rport; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3540 | struct lpfc_rport_data *rdata; | 
|  | 3541 | struct fc_rport_identifiers rport_ids; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3542 | struct lpfc_hba  *phba = vport->phba; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3543 |  | 
|  | 3544 | /* Remote port has reappeared. Re-register w/ FC transport */ | 
| Andrew Morton | 68ce1eb | 2005-09-21 09:46:54 -0700 | [diff] [blame] | 3545 | rport_ids.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn); | 
|  | 3546 | rport_ids.port_name = wwn_to_u64(ndlp->nlp_portname.u.wwn); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3547 | rport_ids.port_id = ndlp->nlp_DID; | 
|  | 3548 | rport_ids.roles = FC_RPORT_ROLE_UNKNOWN; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3549 |  | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3550 | /* | 
|  | 3551 | * We leave our node pointer in rport->dd_data when we unregister a | 
|  | 3552 | * FCP target port.  But fc_remote_port_add zeros the space to which | 
|  | 3553 | * rport->dd_data points.  So, if we're reusing a previously | 
|  | 3554 | * registered port, drop the reference that we took the last time we | 
|  | 3555 | * registered the port. | 
|  | 3556 | */ | 
|  | 3557 | if (ndlp->rport && ndlp->rport->dd_data && | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3558 | ((struct lpfc_rport_data *) ndlp->rport->dd_data)->pnode == ndlp) | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3559 | lpfc_nlp_put(ndlp); | 
| James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3560 |  | 
|  | 3561 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT, | 
|  | 3562 | "rport add:       did:x%x flg:x%x type x%x", | 
|  | 3563 | ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type); | 
|  | 3564 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3565 | ndlp->rport = rport = fc_remote_port_add(shost, 0, &rport_ids); | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3566 | if (!rport || !get_device(&rport->dev)) { | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3567 | dev_printk(KERN_WARNING, &phba->pcidev->dev, | 
|  | 3568 | "Warning: fc_remote_port_add failed\n"); | 
|  | 3569 | return; | 
|  | 3570 | } | 
|  | 3571 |  | 
|  | 3572 | /* initialize static port data */ | 
|  | 3573 | rport->maxframe_size = ndlp->nlp_maxframe; | 
|  | 3574 | rport->supported_classes = ndlp->nlp_class_sup; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3575 | rdata = rport->dd_data; | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3576 | rdata->pnode = lpfc_nlp_get(ndlp); | 
| James.Smart@Emulex.Com | 23dc04f | 2005-11-28 11:41:44 -0500 | [diff] [blame] | 3577 |  | 
|  | 3578 | if (ndlp->nlp_type & NLP_FCP_TARGET) | 
|  | 3579 | rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET; | 
|  | 3580 | if (ndlp->nlp_type & NLP_FCP_INITIATOR) | 
|  | 3581 | rport_ids.roles |= FC_RPORT_ROLE_FCP_INITIATOR; | 
|  | 3582 |  | 
|  | 3583 |  | 
|  | 3584 | if (rport_ids.roles !=  FC_RPORT_ROLE_UNKNOWN) | 
|  | 3585 | fc_remote_port_rolechg(rport, rport_ids.roles); | 
|  | 3586 |  | 
| James Smart | 071fbd3d | 2006-04-15 11:53:20 -0400 | [diff] [blame] | 3587 | if ((rport->scsi_target_id != -1) && | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3588 | (rport->scsi_target_id < LPFC_MAX_TARGET)) { | 
| James Smart | 071fbd3d | 2006-04-15 11:53:20 -0400 | [diff] [blame] | 3589 | ndlp->nlp_sid = rport->scsi_target_id; | 
|  | 3590 | } | 
| James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3591 | return; | 
|  | 3592 | } | 
|  | 3593 |  | 
|  | 3594 | static void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3595 | lpfc_unregister_remote_port(struct lpfc_nodelist *ndlp) | 
| James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3596 | { | 
|  | 3597 | struct fc_rport *rport = ndlp->rport; | 
| James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 3598 |  | 
| James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3599 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_RPORT, | 
|  | 3600 | "rport delete:    did:x%x flg:x%x type x%x", | 
|  | 3601 | ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type); | 
|  | 3602 |  | 
| James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 3603 | fc_remote_port_delete(rport); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3604 |  | 
|  | 3605 | return; | 
|  | 3606 | } | 
|  | 3607 |  | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3608 | static void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3609 | lpfc_nlp_counters(struct lpfc_vport *vport, int state, int count) | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3610 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3611 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); | 
|  | 3612 |  | 
|  | 3613 | spin_lock_irq(shost->host_lock); | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3614 | switch (state) { | 
|  | 3615 | case NLP_STE_UNUSED_NODE: | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3616 | vport->fc_unused_cnt += count; | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3617 | break; | 
|  | 3618 | case NLP_STE_PLOGI_ISSUE: | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3619 | vport->fc_plogi_cnt += count; | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3620 | break; | 
|  | 3621 | case NLP_STE_ADISC_ISSUE: | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3622 | vport->fc_adisc_cnt += count; | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3623 | break; | 
|  | 3624 | case NLP_STE_REG_LOGIN_ISSUE: | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3625 | vport->fc_reglogin_cnt += count; | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3626 | break; | 
|  | 3627 | case NLP_STE_PRLI_ISSUE: | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3628 | vport->fc_prli_cnt += count; | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3629 | break; | 
|  | 3630 | case NLP_STE_UNMAPPED_NODE: | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3631 | vport->fc_unmap_cnt += count; | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3632 | break; | 
|  | 3633 | case NLP_STE_MAPPED_NODE: | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3634 | vport->fc_map_cnt += count; | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3635 | break; | 
|  | 3636 | case NLP_STE_NPR_NODE: | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3637 | vport->fc_npr_cnt += count; | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3638 | break; | 
|  | 3639 | } | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3640 | spin_unlock_irq(shost->host_lock); | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3641 | } | 
| Jamie Wellnitz | 66a9ed6 | 2006-02-28 22:33:10 -0500 | [diff] [blame] | 3642 |  | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3643 | static void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3644 | lpfc_nlp_state_cleanup(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3645 | int old_state, int new_state) | 
|  | 3646 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3647 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); | 
|  | 3648 |  | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3649 | if (new_state == NLP_STE_UNMAPPED_NODE) { | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3650 | ndlp->nlp_flag &= ~NLP_NODEV_REMOVE; | 
|  | 3651 | ndlp->nlp_type |= NLP_FC_NODE; | 
|  | 3652 | } | 
|  | 3653 | if (new_state == NLP_STE_MAPPED_NODE) | 
|  | 3654 | ndlp->nlp_flag &= ~NLP_NODEV_REMOVE; | 
|  | 3655 | if (new_state == NLP_STE_NPR_NODE) | 
|  | 3656 | ndlp->nlp_flag &= ~NLP_RCV_PLOGI; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3657 |  | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3658 | /* Transport interface */ | 
|  | 3659 | if (ndlp->rport && (old_state == NLP_STE_MAPPED_NODE || | 
|  | 3660 | old_state == NLP_STE_UNMAPPED_NODE)) { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3661 | vport->phba->nport_event_cnt++; | 
|  | 3662 | lpfc_unregister_remote_port(ndlp); | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3663 | } | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3664 |  | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3665 | if (new_state ==  NLP_STE_MAPPED_NODE || | 
|  | 3666 | new_state == NLP_STE_UNMAPPED_NODE) { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3667 | vport->phba->nport_event_cnt++; | 
| James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3668 | /* | 
|  | 3669 | * Tell the fc transport about the port, if we haven't | 
|  | 3670 | * already. If we have, and it's a scsi entity, be | 
|  | 3671 | * sure to unblock any attached scsi devices | 
|  | 3672 | */ | 
|  | 3673 | lpfc_register_remote_port(vport, ndlp); | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3674 | } | 
| James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 3675 | if ((new_state ==  NLP_STE_MAPPED_NODE) && | 
|  | 3676 | (vport->stat_data_enabled)) { | 
|  | 3677 | /* | 
|  | 3678 | * A new target is discovered, if there is no buffer for | 
|  | 3679 | * statistical data collection allocate buffer. | 
|  | 3680 | */ | 
|  | 3681 | ndlp->lat_data = kcalloc(LPFC_MAX_BUCKET_COUNT, | 
|  | 3682 | sizeof(struct lpfc_scsicmd_bkt), | 
|  | 3683 | GFP_KERNEL); | 
|  | 3684 |  | 
|  | 3685 | if (!ndlp->lat_data) | 
|  | 3686 | lpfc_printf_vlog(vport, KERN_ERR, LOG_NODE, | 
|  | 3687 | "0286 lpfc_nlp_state_cleanup failed to " | 
|  | 3688 | "allocate statistical data buffer DID " | 
|  | 3689 | "0x%x\n", ndlp->nlp_DID); | 
|  | 3690 | } | 
| James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3691 | /* | 
|  | 3692 | * if we added to Mapped list, but the remote port | 
|  | 3693 | * registration failed or assigned a target id outside | 
|  | 3694 | * our presentable range - move the node to the | 
|  | 3695 | * Unmapped List | 
|  | 3696 | */ | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3697 | if (new_state == NLP_STE_MAPPED_NODE && | 
|  | 3698 | (!ndlp->rport || | 
|  | 3699 | ndlp->rport->scsi_target_id == -1 || | 
|  | 3700 | ndlp->rport->scsi_target_id >= LPFC_MAX_TARGET)) { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3701 | spin_lock_irq(shost->host_lock); | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3702 | ndlp->nlp_flag |= NLP_TGT_NO_SCSIID; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3703 | spin_unlock_irq(shost->host_lock); | 
|  | 3704 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3705 | } | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3706 | } | 
|  | 3707 |  | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 3708 | static char * | 
|  | 3709 | lpfc_nlp_state_name(char *buffer, size_t size, int state) | 
|  | 3710 | { | 
|  | 3711 | static char *states[] = { | 
|  | 3712 | [NLP_STE_UNUSED_NODE] = "UNUSED", | 
|  | 3713 | [NLP_STE_PLOGI_ISSUE] = "PLOGI", | 
|  | 3714 | [NLP_STE_ADISC_ISSUE] = "ADISC", | 
|  | 3715 | [NLP_STE_REG_LOGIN_ISSUE] = "REGLOGIN", | 
|  | 3716 | [NLP_STE_PRLI_ISSUE] = "PRLI", | 
|  | 3717 | [NLP_STE_UNMAPPED_NODE] = "UNMAPPED", | 
|  | 3718 | [NLP_STE_MAPPED_NODE] = "MAPPED", | 
|  | 3719 | [NLP_STE_NPR_NODE] = "NPR", | 
|  | 3720 | }; | 
|  | 3721 |  | 
| James Smart | 311464e | 2007-08-02 11:10:37 -0400 | [diff] [blame] | 3722 | if (state < NLP_STE_MAX_STATE && states[state]) | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 3723 | strlcpy(buffer, states[state], size); | 
|  | 3724 | else | 
|  | 3725 | snprintf(buffer, size, "unknown (%d)", state); | 
|  | 3726 | return buffer; | 
|  | 3727 | } | 
|  | 3728 |  | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3729 | void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3730 | lpfc_nlp_set_state(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, | 
|  | 3731 | int state) | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3732 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3733 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3734 | int  old_state = ndlp->nlp_state; | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 3735 | char name1[16], name2[16]; | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3736 |  | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3737 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, | 
|  | 3738 | "0904 NPort state transition x%06x, %s -> %s\n", | 
|  | 3739 | ndlp->nlp_DID, | 
|  | 3740 | lpfc_nlp_state_name(name1, sizeof(name1), old_state), | 
|  | 3741 | lpfc_nlp_state_name(name2, sizeof(name2), state)); | 
| James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3742 |  | 
|  | 3743 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE, | 
|  | 3744 | "node statechg    did:x%x old:%d ste:%d", | 
|  | 3745 | ndlp->nlp_DID, old_state, state); | 
|  | 3746 |  | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3747 | if (old_state == NLP_STE_NPR_NODE && | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3748 | state != NLP_STE_NPR_NODE) | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3749 | lpfc_cancel_retry_delay_tmo(vport, ndlp); | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3750 | if (old_state == NLP_STE_UNMAPPED_NODE) { | 
|  | 3751 | ndlp->nlp_flag &= ~NLP_TGT_NO_SCSIID; | 
|  | 3752 | ndlp->nlp_type &= ~NLP_FC_NODE; | 
|  | 3753 | } | 
|  | 3754 |  | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 3755 | if (list_empty(&ndlp->nlp_listp)) { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3756 | spin_lock_irq(shost->host_lock); | 
|  | 3757 | list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes); | 
|  | 3758 | spin_unlock_irq(shost->host_lock); | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 3759 | } else if (old_state) | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3760 | lpfc_nlp_counters(vport, old_state, -1); | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3761 |  | 
|  | 3762 | ndlp->nlp_state = state; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3763 | lpfc_nlp_counters(vport, state, 1); | 
|  | 3764 | lpfc_nlp_state_cleanup(vport, ndlp, old_state, state); | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3765 | } | 
|  | 3766 |  | 
|  | 3767 | void | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3768 | lpfc_enqueue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) | 
|  | 3769 | { | 
|  | 3770 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); | 
|  | 3771 |  | 
|  | 3772 | if (list_empty(&ndlp->nlp_listp)) { | 
|  | 3773 | spin_lock_irq(shost->host_lock); | 
|  | 3774 | list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes); | 
|  | 3775 | spin_unlock_irq(shost->host_lock); | 
|  | 3776 | } | 
|  | 3777 | } | 
|  | 3778 |  | 
|  | 3779 | void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3780 | lpfc_dequeue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3781 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3782 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); | 
|  | 3783 |  | 
| James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 3784 | lpfc_cancel_retry_delay_tmo(vport, ndlp); | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3785 | if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3786 | lpfc_nlp_counters(vport, ndlp->nlp_state, -1); | 
|  | 3787 | spin_lock_irq(shost->host_lock); | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 3788 | list_del_init(&ndlp->nlp_listp); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3789 | spin_unlock_irq(shost->host_lock); | 
| James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3790 | lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state, | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3791 | NLP_STE_UNUSED_NODE); | 
|  | 3792 | } | 
|  | 3793 |  | 
| Adrian Bunk | 4d9db01 | 2008-02-14 23:24:02 +0200 | [diff] [blame] | 3794 | static void | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3795 | lpfc_disable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) | 
|  | 3796 | { | 
| James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 3797 | lpfc_cancel_retry_delay_tmo(vport, ndlp); | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3798 | if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) | 
|  | 3799 | lpfc_nlp_counters(vport, ndlp->nlp_state, -1); | 
|  | 3800 | lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state, | 
|  | 3801 | NLP_STE_UNUSED_NODE); | 
|  | 3802 | } | 
| James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 3803 | /** | 
| James Smart | 3621a71 | 2009-04-06 18:47:14 -0400 | [diff] [blame] | 3804 | * lpfc_initialize_node - Initialize all fields of node object | 
| James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 3805 | * @vport: Pointer to Virtual Port object. | 
|  | 3806 | * @ndlp: Pointer to FC node object. | 
|  | 3807 | * @did: FC_ID of the node. | 
| James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 3808 | * | 
|  | 3809 | * This function is always called when node object need to be initialized. | 
|  | 3810 | * It initializes all the fields of the node object. Although the reference | 
|  | 3811 | * to phba from @ndlp can be obtained indirectly through it's reference to | 
|  | 3812 | * @vport, a direct reference to phba is taken here by @ndlp. This is due | 
|  | 3813 | * to the life-span of the @ndlp might go beyond the existence of @vport as | 
|  | 3814 | * the final release of ndlp is determined by its reference count. And, the | 
|  | 3815 | * operation on @ndlp needs the reference to phba. | 
| James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 3816 | **/ | 
|  | 3817 | static inline void | 
|  | 3818 | lpfc_initialize_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, | 
|  | 3819 | uint32_t did) | 
|  | 3820 | { | 
|  | 3821 | INIT_LIST_HEAD(&ndlp->els_retry_evt.evt_listp); | 
|  | 3822 | INIT_LIST_HEAD(&ndlp->dev_loss_evt.evt_listp); | 
|  | 3823 | init_timer(&ndlp->nlp_delayfunc); | 
|  | 3824 | ndlp->nlp_delayfunc.function = lpfc_els_retry_delay; | 
|  | 3825 | ndlp->nlp_delayfunc.data = (unsigned long)ndlp; | 
|  | 3826 | ndlp->nlp_DID = did; | 
|  | 3827 | ndlp->vport = vport; | 
| James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 3828 | ndlp->phba = vport->phba; | 
| James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 3829 | ndlp->nlp_sid = NLP_NO_SID; | 
|  | 3830 | kref_init(&ndlp->kref); | 
|  | 3831 | NLP_INT_NODE_ACT(ndlp); | 
|  | 3832 | atomic_set(&ndlp->cmd_pending, 0); | 
| James Smart | 7dc517d | 2010-07-14 15:32:10 -0400 | [diff] [blame] | 3833 | ndlp->cmd_qdepth = vport->cfg_tgt_queue_depth; | 
| James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 3834 | if (vport->phba->sli_rev == LPFC_SLI_REV4) | 
|  | 3835 | ndlp->nlp_rpi = lpfc_sli4_alloc_rpi(vport->phba); | 
| James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 3836 | } | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3837 |  | 
|  | 3838 | struct lpfc_nodelist * | 
|  | 3839 | lpfc_enable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, | 
|  | 3840 | int state) | 
|  | 3841 | { | 
|  | 3842 | struct lpfc_hba *phba = vport->phba; | 
|  | 3843 | uint32_t did; | 
|  | 3844 | unsigned long flags; | 
|  | 3845 |  | 
|  | 3846 | if (!ndlp) | 
|  | 3847 | return NULL; | 
|  | 3848 |  | 
|  | 3849 | spin_lock_irqsave(&phba->ndlp_lock, flags); | 
|  | 3850 | /* The ndlp should not be in memory free mode */ | 
|  | 3851 | if (NLP_CHK_FREE_REQ(ndlp)) { | 
|  | 3852 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); | 
|  | 3853 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, | 
|  | 3854 | "0277 lpfc_enable_node: ndlp:x%p " | 
|  | 3855 | "usgmap:x%x refcnt:%d\n", | 
|  | 3856 | (void *)ndlp, ndlp->nlp_usg_map, | 
|  | 3857 | atomic_read(&ndlp->kref.refcount)); | 
|  | 3858 | return NULL; | 
|  | 3859 | } | 
|  | 3860 | /* The ndlp should not already be in active mode */ | 
|  | 3861 | if (NLP_CHK_NODE_ACT(ndlp)) { | 
|  | 3862 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); | 
|  | 3863 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, | 
|  | 3864 | "0278 lpfc_enable_node: ndlp:x%p " | 
|  | 3865 | "usgmap:x%x refcnt:%d\n", | 
|  | 3866 | (void *)ndlp, ndlp->nlp_usg_map, | 
|  | 3867 | atomic_read(&ndlp->kref.refcount)); | 
|  | 3868 | return NULL; | 
|  | 3869 | } | 
|  | 3870 |  | 
|  | 3871 | /* Keep the original DID */ | 
|  | 3872 | did = ndlp->nlp_DID; | 
|  | 3873 |  | 
|  | 3874 | /* re-initialize ndlp except of ndlp linked list pointer */ | 
|  | 3875 | memset((((char *)ndlp) + sizeof (struct list_head)), 0, | 
|  | 3876 | sizeof (struct lpfc_nodelist) - sizeof (struct list_head)); | 
| James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 3877 | lpfc_initialize_node(vport, ndlp, did); | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3878 |  | 
|  | 3879 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); | 
|  | 3880 |  | 
|  | 3881 | if (state != NLP_STE_UNUSED_NODE) | 
|  | 3882 | lpfc_nlp_set_state(vport, ndlp, state); | 
|  | 3883 |  | 
|  | 3884 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE, | 
|  | 3885 | "node enable:       did:x%x", | 
|  | 3886 | ndlp->nlp_DID, 0, 0); | 
|  | 3887 | return ndlp; | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3888 | } | 
|  | 3889 |  | 
|  | 3890 | void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3891 | lpfc_drop_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) | 
| James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 3892 | { | 
| James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 3893 | /* | 
| James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 3894 | * Use of lpfc_drop_node and UNUSED list: lpfc_drop_node should | 
| James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 3895 | * 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] | 3896 | * the ndlp from the vport. The ndlp marked as UNUSED on the list | 
|  | 3897 | * until ALL other outstanding threads have completed. We check | 
|  | 3898 | * that the ndlp not already in the UNUSED state before we proceed. | 
| James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 3899 | */ | 
| James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 3900 | if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) | 
|  | 3901 | return; | 
| James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 3902 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNUSED_NODE); | 
| James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 3903 | lpfc_nlp_put(ndlp); | 
| James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 3904 | return; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3905 | } | 
|  | 3906 |  | 
|  | 3907 | /* | 
|  | 3908 | * Start / ReStart rescue timer for Discovery / RSCN handling | 
|  | 3909 | */ | 
|  | 3910 | void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3911 | lpfc_set_disctmo(struct lpfc_vport *vport) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3912 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3913 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); | 
|  | 3914 | struct lpfc_hba  *phba = vport->phba; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3915 | uint32_t tmo; | 
|  | 3916 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3917 | if (vport->port_state == LPFC_LOCAL_CFG_LINK) { | 
| Frederik Schwarzer | 025dfda | 2008-10-16 19:02:37 +0200 | [diff] [blame] | 3918 | /* For FAN, timeout should be greater than edtov */ | 
| Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 3919 | tmo = (((phba->fc_edtov + 999) / 1000) + 1); | 
|  | 3920 | } else { | 
| Frederik Schwarzer | 025dfda | 2008-10-16 19:02:37 +0200 | [diff] [blame] | 3921 | /* Normal discovery timeout should be > than ELS/CT timeout | 
| Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 3922 | * FC spec states we need 3 * ratov for CT requests | 
|  | 3923 | */ | 
|  | 3924 | tmo = ((phba->fc_ratov * 3) + 3); | 
|  | 3925 | } | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3926 |  | 
| James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3927 |  | 
|  | 3928 | if (!timer_pending(&vport->fc_disctmo)) { | 
|  | 3929 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, | 
|  | 3930 | "set disc timer:  tmo:x%x state:x%x flg:x%x", | 
|  | 3931 | tmo, vport->port_state, vport->fc_flag); | 
|  | 3932 | } | 
|  | 3933 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3934 | mod_timer(&vport->fc_disctmo, jiffies + HZ * tmo); | 
|  | 3935 | spin_lock_irq(shost->host_lock); | 
|  | 3936 | vport->fc_flag |= FC_DISC_TMO; | 
|  | 3937 | spin_unlock_irq(shost->host_lock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3938 |  | 
|  | 3939 | /* Start Discovery Timer state <hba_state> */ | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3940 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, | 
|  | 3941 | "0247 Start Discovery Timer state x%x " | 
|  | 3942 | "Data: x%x x%lx x%x x%x\n", | 
|  | 3943 | vport->port_state, tmo, | 
|  | 3944 | (unsigned long)&vport->fc_disctmo, vport->fc_plogi_cnt, | 
|  | 3945 | vport->fc_adisc_cnt); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3946 |  | 
|  | 3947 | return; | 
|  | 3948 | } | 
|  | 3949 |  | 
|  | 3950 | /* | 
|  | 3951 | * Cancel rescue timer for Discovery / RSCN handling | 
|  | 3952 | */ | 
|  | 3953 | int | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3954 | lpfc_can_disctmo(struct lpfc_vport *vport) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3955 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3956 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3957 | unsigned long iflags; | 
|  | 3958 |  | 
| James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3959 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, | 
|  | 3960 | "can disc timer:  state:x%x rtry:x%x flg:x%x", | 
|  | 3961 | vport->port_state, vport->fc_ns_retry, vport->fc_flag); | 
|  | 3962 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3963 | /* Turn off discovery timer if its running */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3964 | if (vport->fc_flag & FC_DISC_TMO) { | 
|  | 3965 | spin_lock_irqsave(shost->host_lock, iflags); | 
|  | 3966 | vport->fc_flag &= ~FC_DISC_TMO; | 
|  | 3967 | spin_unlock_irqrestore(shost->host_lock, iflags); | 
|  | 3968 | del_timer_sync(&vport->fc_disctmo); | 
|  | 3969 | spin_lock_irqsave(&vport->work_port_lock, iflags); | 
|  | 3970 | vport->work_port_events &= ~WORKER_DISC_TMO; | 
|  | 3971 | spin_unlock_irqrestore(&vport->work_port_lock, iflags); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3972 | } | 
|  | 3973 |  | 
|  | 3974 | /* Cancel Discovery Timer state <hba_state> */ | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 3975 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, | 
|  | 3976 | "0248 Cancel Discovery Timer state x%x " | 
|  | 3977 | "Data: x%x x%x x%x\n", | 
|  | 3978 | vport->port_state, vport->fc_flag, | 
|  | 3979 | vport->fc_plogi_cnt, vport->fc_adisc_cnt); | 
| Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 3980 | return 0; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3981 | } | 
|  | 3982 |  | 
|  | 3983 | /* | 
|  | 3984 | * Check specified ring for outstanding IOCB on the SLI queue | 
|  | 3985 | * Return true if iocb matches the specified nport | 
|  | 3986 | */ | 
|  | 3987 | int | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3988 | lpfc_check_sli_ndlp(struct lpfc_hba *phba, | 
|  | 3989 | struct lpfc_sli_ring *pring, | 
|  | 3990 | struct lpfc_iocbq *iocb, | 
|  | 3991 | struct lpfc_nodelist *ndlp) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 3992 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3993 | struct lpfc_sli *psli = &phba->sli; | 
|  | 3994 | IOCB_t *icmd = &iocb->iocb; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 3995 | struct lpfc_vport    *vport = ndlp->vport; | 
|  | 3996 |  | 
|  | 3997 | if (iocb->vport != vport) | 
|  | 3998 | return 0; | 
|  | 3999 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4000 | if (pring->ringno == LPFC_ELS_RING) { | 
|  | 4001 | switch (icmd->ulpCommand) { | 
|  | 4002 | case CMD_GEN_REQUEST64_CR: | 
| James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 4003 | if (iocb->context_un.ndlp == ndlp) | 
| Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4004 | return 1; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4005 | case CMD_ELS_REQUEST64_CR: | 
| James Smart | 10d4e95 | 2006-04-15 11:53:15 -0400 | [diff] [blame] | 4006 | if (icmd->un.elsreq64.remoteID == ndlp->nlp_DID) | 
|  | 4007 | return 1; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4008 | case CMD_XMIT_ELS_RSP64_CX: | 
|  | 4009 | if (iocb->context1 == (uint8_t *) ndlp) | 
| Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4010 | return 1; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4011 | } | 
| James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 4012 | } else if (pring->ringno == psli->extra_ring) { | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4013 |  | 
|  | 4014 | } else if (pring->ringno == psli->fcp_ring) { | 
|  | 4015 | /* Skip match check if waiting to relogin to FCP target */ | 
|  | 4016 | if ((ndlp->nlp_type & NLP_FCP_TARGET) && | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4017 | (ndlp->nlp_flag & NLP_DELAY_TMO)) { | 
| Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4018 | return 0; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4019 | } | 
|  | 4020 | if (icmd->ulpContext == (volatile ushort)ndlp->nlp_rpi) { | 
| Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4021 | return 1; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4022 | } | 
|  | 4023 | } else if (pring->ringno == psli->next_ring) { | 
|  | 4024 |  | 
|  | 4025 | } | 
| Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4026 | return 0; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4027 | } | 
|  | 4028 |  | 
|  | 4029 | /* | 
|  | 4030 | * Free resources / clean up outstanding I/Os | 
|  | 4031 | * associated with nlp_rpi in the LPFC_NODELIST entry. | 
|  | 4032 | */ | 
|  | 4033 | static int | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4034 | lpfc_no_rpi(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4035 | { | 
| James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4036 | LIST_HEAD(completions); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4037 | struct lpfc_sli *psli; | 
|  | 4038 | struct lpfc_sli_ring *pring; | 
|  | 4039 | struct lpfc_iocbq *iocb, *next_iocb; | 
| James Smart | 6a9c52c | 2009-10-02 15:16:51 -0400 | [diff] [blame] | 4040 | uint32_t i; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4041 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4042 | lpfc_fabric_abort_nport(ndlp); | 
|  | 4043 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4044 | /* | 
|  | 4045 | * Everything that matches on txcmplq will be returned | 
|  | 4046 | * by firmware with a no rpi error. | 
|  | 4047 | */ | 
|  | 4048 | psli = &phba->sli; | 
| James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4049 | if (ndlp->nlp_flag & NLP_RPI_REGISTERED) { | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4050 | /* Now process each ring */ | 
|  | 4051 | for (i = 0; i < psli->num_rings; i++) { | 
|  | 4052 | pring = &psli->ring[i]; | 
|  | 4053 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4054 | spin_lock_irq(&phba->hbalock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4055 | list_for_each_entry_safe(iocb, next_iocb, &pring->txq, | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4056 | list) { | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4057 | /* | 
|  | 4058 | * Check to see if iocb matches the nport we are | 
|  | 4059 | * looking for | 
|  | 4060 | */ | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4061 | if ((lpfc_check_sli_ndlp(phba, pring, iocb, | 
|  | 4062 | ndlp))) { | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4063 | /* It matches, so deque and call compl | 
|  | 4064 | with an error */ | 
| James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4065 | list_move_tail(&iocb->list, | 
|  | 4066 | &completions); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4067 | pring->txq_cnt--; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4068 | } | 
|  | 4069 | } | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4070 | spin_unlock_irq(&phba->hbalock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4071 | } | 
|  | 4072 | } | 
| James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4073 |  | 
| James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4074 | /* Cancel all the IOCBs from the completions list */ | 
|  | 4075 | lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT, | 
|  | 4076 | IOERR_SLI_ABORTED); | 
| James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4077 |  | 
| Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4078 | return 0; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4079 | } | 
|  | 4080 |  | 
|  | 4081 | /* | 
|  | 4082 | * Free rpi associated with LPFC_NODELIST entry. | 
|  | 4083 | * This routine is called from lpfc_freenode(), when we are removing | 
|  | 4084 | * a LPFC_NODELIST entry. It is also called if the driver initiates a | 
|  | 4085 | * LOGO that completes successfully, and we are waiting to PLOGI back | 
|  | 4086 | * to the remote NPort. In addition, it is called after we receive | 
|  | 4087 | * and unsolicated ELS cmd, send back a rsp, the rsp completes and | 
|  | 4088 | * we are waiting to PLOGI back to the remote NPort. | 
|  | 4089 | */ | 
|  | 4090 | int | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4091 | lpfc_unreg_rpi(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4092 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4093 | struct lpfc_hba *phba = vport->phba; | 
|  | 4094 | LPFC_MBOXQ_t    *mbox; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4095 | int rc; | 
|  | 4096 |  | 
| James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4097 | if (ndlp->nlp_flag & NLP_RPI_REGISTERED) { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4098 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); | 
|  | 4099 | if (mbox) { | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4100 | lpfc_unreg_login(phba, vport->vpi, ndlp->nlp_rpi, mbox); | 
| James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4101 | mbox->vport = vport; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4102 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; | 
| James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 4103 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4104 | if (rc == MBX_NOT_FINISHED) | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4105 | mempool_free(mbox, phba->mbox_mem_pool); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4106 | } | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4107 | lpfc_no_rpi(phba, ndlp); | 
| James Smart | d7c4799 | 2010-06-08 18:31:54 -0400 | [diff] [blame] | 4108 |  | 
| James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4109 | if (phba->sli_rev != LPFC_SLI_REV4) | 
|  | 4110 | ndlp->nlp_rpi = 0; | 
|  | 4111 | ndlp->nlp_flag &= ~NLP_RPI_REGISTERED; | 
| James Smart | 0c28758 | 2009-06-10 17:22:56 -0400 | [diff] [blame] | 4112 | ndlp->nlp_flag &= ~NLP_NPR_ADISC; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4113 | return 1; | 
|  | 4114 | } | 
|  | 4115 | return 0; | 
|  | 4116 | } | 
|  | 4117 |  | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 4118 | /** | 
|  | 4119 | * lpfc_unreg_hba_rpis - Unregister rpis registered to the hba. | 
|  | 4120 | * @phba: pointer to lpfc hba data structure. | 
|  | 4121 | * | 
|  | 4122 | * This routine is invoked to unregister all the currently registered RPIs | 
|  | 4123 | * to the HBA. | 
|  | 4124 | **/ | 
|  | 4125 | void | 
|  | 4126 | lpfc_unreg_hba_rpis(struct lpfc_hba *phba) | 
|  | 4127 | { | 
|  | 4128 | struct lpfc_vport **vports; | 
|  | 4129 | struct lpfc_nodelist *ndlp; | 
|  | 4130 | struct Scsi_Host *shost; | 
|  | 4131 | int i; | 
|  | 4132 |  | 
|  | 4133 | vports = lpfc_create_vport_work_array(phba); | 
| James Smart | 63e801c | 2010-11-20 23:14:19 -0500 | [diff] [blame] | 4134 | if (!vports) { | 
|  | 4135 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY, | 
|  | 4136 | "2884 Vport array allocation failed \n"); | 
|  | 4137 | return; | 
|  | 4138 | } | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 4139 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { | 
|  | 4140 | shost = lpfc_shost_from_vport(vports[i]); | 
|  | 4141 | spin_lock_irq(shost->host_lock); | 
|  | 4142 | list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) { | 
| James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4143 | if (ndlp->nlp_flag & NLP_RPI_REGISTERED) { | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 4144 | /* The mempool_alloc might sleep */ | 
|  | 4145 | spin_unlock_irq(shost->host_lock); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 4146 | lpfc_unreg_rpi(vports[i], ndlp); | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 4147 | spin_lock_irq(shost->host_lock); | 
|  | 4148 | } | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 4149 | } | 
|  | 4150 | spin_unlock_irq(shost->host_lock); | 
|  | 4151 | } | 
|  | 4152 | lpfc_destroy_vport_work_array(phba, vports); | 
|  | 4153 | } | 
|  | 4154 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4155 | void | 
|  | 4156 | lpfc_unreg_all_rpis(struct lpfc_vport *vport) | 
|  | 4157 | { | 
|  | 4158 | struct lpfc_hba  *phba  = vport->phba; | 
|  | 4159 | LPFC_MBOXQ_t     *mbox; | 
|  | 4160 | int rc; | 
|  | 4161 |  | 
| James Smart | 5af5eee | 2010-10-22 11:06:38 -0400 | [diff] [blame] | 4162 | if (phba->sli_rev == LPFC_SLI_REV4) { | 
|  | 4163 | lpfc_sli4_unreg_all_rpis(vport); | 
|  | 4164 | return; | 
|  | 4165 | } | 
|  | 4166 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4167 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); | 
|  | 4168 | if (mbox) { | 
|  | 4169 | lpfc_unreg_login(phba, vport->vpi, 0xffff, mbox); | 
|  | 4170 | mbox->vport = vport; | 
|  | 4171 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; | 
| James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 4172 | mbox->context1 = NULL; | 
|  | 4173 | rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO); | 
| James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4174 | if (rc != MBX_TIMEOUT) | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4175 | mempool_free(mbox, phba->mbox_mem_pool); | 
| James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4176 |  | 
|  | 4177 | if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED)) | 
|  | 4178 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT, | 
|  | 4179 | "1836 Could not issue " | 
|  | 4180 | "unreg_login(all_rpis) status %d\n", rc); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4181 | } | 
|  | 4182 | } | 
|  | 4183 |  | 
|  | 4184 | void | 
|  | 4185 | lpfc_unreg_default_rpis(struct lpfc_vport *vport) | 
|  | 4186 | { | 
|  | 4187 | struct lpfc_hba  *phba  = vport->phba; | 
|  | 4188 | LPFC_MBOXQ_t     *mbox; | 
|  | 4189 | int rc; | 
|  | 4190 |  | 
|  | 4191 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); | 
|  | 4192 | if (mbox) { | 
|  | 4193 | lpfc_unreg_did(phba, vport->vpi, 0xffffffff, mbox); | 
|  | 4194 | mbox->vport = vport; | 
|  | 4195 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; | 
| James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 4196 | mbox->context1 = NULL; | 
|  | 4197 | rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO); | 
| James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4198 | if (rc != MBX_TIMEOUT) | 
|  | 4199 | mempool_free(mbox, phba->mbox_mem_pool); | 
|  | 4200 |  | 
|  | 4201 | if ((rc == MBX_TIMEOUT) || (rc == MBX_NOT_FINISHED)) | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4202 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT, | 
|  | 4203 | "1815 Could not issue " | 
| James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4204 | "unreg_did (default rpis) status %d\n", | 
|  | 4205 | rc); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4206 | } | 
|  | 4207 | } | 
|  | 4208 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4209 | /* | 
|  | 4210 | * Free resources associated with LPFC_NODELIST entry | 
|  | 4211 | * so it can be freed. | 
|  | 4212 | */ | 
|  | 4213 | static int | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4214 | lpfc_cleanup_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4215 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4216 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); | 
|  | 4217 | struct lpfc_hba  *phba = vport->phba; | 
|  | 4218 | LPFC_MBOXQ_t *mb, *nextmb; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4219 | struct lpfc_dmabuf *mp; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4220 |  | 
|  | 4221 | /* Cleanup node for NPort <nlp_DID> */ | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4222 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, | 
|  | 4223 | "0900 Cleanup node for NPort x%x " | 
|  | 4224 | "Data: x%x x%x x%x\n", | 
|  | 4225 | ndlp->nlp_DID, ndlp->nlp_flag, | 
|  | 4226 | ndlp->nlp_state, ndlp->nlp_rpi); | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4227 | if (NLP_CHK_FREE_REQ(ndlp)) { | 
|  | 4228 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, | 
|  | 4229 | "0280 lpfc_cleanup_node: ndlp:x%p " | 
|  | 4230 | "usgmap:x%x refcnt:%d\n", | 
|  | 4231 | (void *)ndlp, ndlp->nlp_usg_map, | 
|  | 4232 | atomic_read(&ndlp->kref.refcount)); | 
|  | 4233 | lpfc_dequeue_node(vport, ndlp); | 
|  | 4234 | } else { | 
|  | 4235 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, | 
|  | 4236 | "0281 lpfc_cleanup_node: ndlp:x%p " | 
|  | 4237 | "usgmap:x%x refcnt:%d\n", | 
|  | 4238 | (void *)ndlp, ndlp->nlp_usg_map, | 
|  | 4239 | atomic_read(&ndlp->kref.refcount)); | 
|  | 4240 | lpfc_disable_node(vport, ndlp); | 
|  | 4241 | } | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4242 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4243 | /* cleanup any ndlp on mbox q waiting for reglogin cmpl */ | 
|  | 4244 | if ((mb = phba->sli.mbox_active)) { | 
| James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4245 | if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) && | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4246 | (ndlp == (struct lpfc_nodelist *) mb->context2)) { | 
|  | 4247 | mb->context2 = NULL; | 
|  | 4248 | mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; | 
|  | 4249 | } | 
|  | 4250 | } | 
| James Smart | 33ccf8d | 2006-08-17 11:57:58 -0400 | [diff] [blame] | 4251 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4252 | spin_lock_irq(&phba->hbalock); | 
| James Smart | 5ac6b30 | 2010-10-22 11:05:36 -0400 | [diff] [blame] | 4253 | /* Cleanup REG_LOGIN completions which are not yet processed */ | 
|  | 4254 | list_for_each_entry(mb, &phba->sli.mboxq_cmpl, list) { | 
|  | 4255 | if ((mb->u.mb.mbxCommand != MBX_REG_LOGIN64) || | 
|  | 4256 | (ndlp != (struct lpfc_nodelist *) mb->context2)) | 
|  | 4257 | continue; | 
|  | 4258 |  | 
|  | 4259 | mb->context2 = NULL; | 
|  | 4260 | mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; | 
|  | 4261 | } | 
|  | 4262 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4263 | list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) { | 
| James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4264 | if ((mb->u.mb.mbxCommand == MBX_REG_LOGIN64) && | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4265 | (ndlp == (struct lpfc_nodelist *) mb->context2)) { | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4266 | mp = (struct lpfc_dmabuf *) (mb->context1); | 
|  | 4267 | if (mp) { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4268 | __lpfc_mbuf_free(phba, mp->virt, mp->phys); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4269 | kfree(mp); | 
|  | 4270 | } | 
|  | 4271 | list_del(&mb->list); | 
|  | 4272 | mempool_free(mb, phba->mbox_mem_pool); | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4273 | /* We shall not invoke the lpfc_nlp_put to decrement | 
|  | 4274 | * the ndlp reference count as we are in the process | 
|  | 4275 | * of lpfc_nlp_release. | 
|  | 4276 | */ | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4277 | } | 
|  | 4278 | } | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4279 | spin_unlock_irq(&phba->hbalock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4280 |  | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4281 | lpfc_els_abort(phba, ndlp); | 
|  | 4282 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4283 | spin_lock_irq(shost->host_lock); | 
| James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 4284 | ndlp->nlp_flag &= ~NLP_DELAY_TMO; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4285 | spin_unlock_irq(shost->host_lock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4286 |  | 
| Jamie Wellnitz | 5024ab1 | 2006-02-28 19:25:28 -0500 | [diff] [blame] | 4287 | ndlp->nlp_last_elscmd = 0; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4288 | del_timer_sync(&ndlp->nlp_delayfunc); | 
|  | 4289 |  | 
| James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 4290 | list_del_init(&ndlp->els_retry_evt.evt_listp); | 
|  | 4291 | list_del_init(&ndlp->dev_loss_evt.evt_listp); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4292 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4293 | lpfc_unreg_rpi(vport, ndlp); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4294 |  | 
| Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4295 | return 0; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4296 | } | 
|  | 4297 |  | 
|  | 4298 | /* | 
|  | 4299 | * Check to see if we can free the nlp back to the freelist. | 
|  | 4300 | * If we are in the middle of using the nlp in the discovery state | 
|  | 4301 | * machine, defer the free till we reach the end of the state machine. | 
|  | 4302 | */ | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 4303 | static void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4304 | lpfc_nlp_remove(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4305 | { | 
| James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4306 | struct lpfc_hba  *phba = vport->phba; | 
| James Smart | 1dcb58e | 2007-04-25 09:51:30 -0400 | [diff] [blame] | 4307 | struct lpfc_rport_data *rdata; | 
| James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4308 | LPFC_MBOXQ_t *mbox; | 
|  | 4309 | int rc; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4310 |  | 
| James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 4311 | lpfc_cancel_retry_delay_tmo(vport, ndlp); | 
| James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 4312 | if ((ndlp->nlp_flag & NLP_DEFER_RM) && | 
| James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4313 | !(ndlp->nlp_flag & NLP_REG_LOGIN_SEND) && | 
|  | 4314 | !(ndlp->nlp_flag & NLP_RPI_REGISTERED)) { | 
| James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4315 | /* For this case we need to cleanup the default rpi | 
|  | 4316 | * allocated by the firmware. | 
|  | 4317 | */ | 
|  | 4318 | if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL)) | 
|  | 4319 | != NULL) { | 
| James Smart | 21e9a0a | 2009-05-22 14:53:21 -0400 | [diff] [blame] | 4320 | rc = lpfc_reg_rpi(phba, vport->vpi, ndlp->nlp_DID, | 
| James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 4321 | (uint8_t *) &vport->fc_sparam, mbox, ndlp->nlp_rpi); | 
| James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4322 | if (rc) { | 
|  | 4323 | mempool_free(mbox, phba->mbox_mem_pool); | 
|  | 4324 | } | 
|  | 4325 | else { | 
|  | 4326 | mbox->mbox_flag |= LPFC_MBX_IMED_UNREG; | 
|  | 4327 | mbox->mbox_cmpl = lpfc_mbx_cmpl_dflt_rpi; | 
|  | 4328 | mbox->vport = vport; | 
| James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 4329 | mbox->context2 = NULL; | 
| James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 4330 | rc =lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); | 
|  | 4331 | if (rc == MBX_NOT_FINISHED) { | 
|  | 4332 | mempool_free(mbox, phba->mbox_mem_pool); | 
|  | 4333 | } | 
|  | 4334 | } | 
|  | 4335 | } | 
|  | 4336 | } | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4337 | lpfc_cleanup_node(vport, ndlp); | 
| James Smart | 1dcb58e | 2007-04-25 09:51:30 -0400 | [diff] [blame] | 4338 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4339 | /* | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4340 | * We can get here with a non-NULL ndlp->rport because when we | 
|  | 4341 | * unregister a rport we don't break the rport/node linkage.  So if we | 
|  | 4342 | * do, make sure we don't leaving any dangling pointers behind. | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4343 | */ | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4344 | if (ndlp->rport) { | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 4345 | rdata = ndlp->rport->dd_data; | 
|  | 4346 | rdata->pnode = NULL; | 
|  | 4347 | ndlp->rport = NULL; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4348 | } | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4349 | } | 
|  | 4350 |  | 
|  | 4351 | static int | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4352 | lpfc_matchdid(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, | 
|  | 4353 | uint32_t did) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4354 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4355 | D_ID mydid, ndlpdid, matchdid; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4356 |  | 
|  | 4357 | if (did == Bcast_DID) | 
| Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4358 | return 0; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4359 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4360 | /* First check for Direct match */ | 
|  | 4361 | if (ndlp->nlp_DID == did) | 
| Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4362 | return 1; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4363 |  | 
|  | 4364 | /* Next check for area/domain identically equals 0 match */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4365 | mydid.un.word = vport->fc_myDID; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4366 | if ((mydid.un.b.domain == 0) && (mydid.un.b.area == 0)) { | 
| 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 | } | 
|  | 4369 |  | 
|  | 4370 | matchdid.un.word = did; | 
|  | 4371 | ndlpdid.un.word = ndlp->nlp_DID; | 
|  | 4372 | if (matchdid.un.b.id == ndlpdid.un.b.id) { | 
|  | 4373 | if ((mydid.un.b.domain == matchdid.un.b.domain) && | 
|  | 4374 | (mydid.un.b.area == matchdid.un.b.area)) { | 
|  | 4375 | if ((ndlpdid.un.b.domain == 0) && | 
|  | 4376 | (ndlpdid.un.b.area == 0)) { | 
|  | 4377 | if (ndlpdid.un.b.id) | 
| Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4378 | return 1; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4379 | } | 
| Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4380 | return 0; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4381 | } | 
|  | 4382 |  | 
|  | 4383 | matchdid.un.word = ndlp->nlp_DID; | 
|  | 4384 | if ((mydid.un.b.domain == ndlpdid.un.b.domain) && | 
|  | 4385 | (mydid.un.b.area == ndlpdid.un.b.area)) { | 
|  | 4386 | if ((matchdid.un.b.domain == 0) && | 
|  | 4387 | (matchdid.un.b.area == 0)) { | 
|  | 4388 | if (matchdid.un.b.id) | 
| Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4389 | return 1; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4390 | } | 
|  | 4391 | } | 
|  | 4392 | } | 
| Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4393 | return 0; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4394 | } | 
|  | 4395 |  | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4396 | /* Search for a nodelist entry */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4397 | static struct lpfc_nodelist * | 
|  | 4398 | __lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4399 | { | 
| James Smart | 2fb9bd8 | 2006-12-02 13:33:57 -0500 | [diff] [blame] | 4400 | struct lpfc_nodelist *ndlp; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4401 | uint32_t data1; | 
|  | 4402 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4403 | list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { | 
|  | 4404 | if (lpfc_matchdid(vport, ndlp, did)) { | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4405 | data1 = (((uint32_t) ndlp->nlp_state << 24) | | 
|  | 4406 | ((uint32_t) ndlp->nlp_xri << 16) | | 
|  | 4407 | ((uint32_t) ndlp->nlp_type << 8) | | 
|  | 4408 | ((uint32_t) ndlp->nlp_rpi & 0xff)); | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4409 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, | 
|  | 4410 | "0929 FIND node DID " | 
|  | 4411 | "Data: x%p x%x x%x x%x\n", | 
|  | 4412 | ndlp, ndlp->nlp_DID, | 
|  | 4413 | ndlp->nlp_flag, data1); | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4414 | return ndlp; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4415 | } | 
|  | 4416 | } | 
| Jamie Wellnitz | 66a9ed6 | 2006-02-28 22:33:10 -0500 | [diff] [blame] | 4417 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4418 | /* FIND node did <did> NOT FOUND */ | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4419 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, | 
|  | 4420 | "0932 FIND node did x%x NOT FOUND.\n", did); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4421 | return NULL; | 
|  | 4422 | } | 
|  | 4423 |  | 
|  | 4424 | struct lpfc_nodelist * | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4425 | lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4426 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4427 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4428 | struct lpfc_nodelist *ndlp; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4429 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4430 | spin_lock_irq(shost->host_lock); | 
|  | 4431 | ndlp = __lpfc_findnode_did(vport, did); | 
|  | 4432 | spin_unlock_irq(shost->host_lock); | 
|  | 4433 | return ndlp; | 
|  | 4434 | } | 
|  | 4435 |  | 
|  | 4436 | struct lpfc_nodelist * | 
|  | 4437 | lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did) | 
|  | 4438 | { | 
|  | 4439 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); | 
|  | 4440 | struct lpfc_nodelist *ndlp; | 
|  | 4441 |  | 
|  | 4442 | ndlp = lpfc_findnode_did(vport, did); | 
| Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4443 | if (!ndlp) { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4444 | if ((vport->fc_flag & FC_RSCN_MODE) != 0 && | 
|  | 4445 | lpfc_rscn_payload_check(vport, did) == 0) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4446 | return NULL; | 
|  | 4447 | ndlp = (struct lpfc_nodelist *) | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4448 | mempool_alloc(vport->phba->nlp_mem_pool, GFP_KERNEL); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4449 | if (!ndlp) | 
|  | 4450 | return NULL; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4451 | lpfc_nlp_init(vport, ndlp, did); | 
|  | 4452 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE); | 
|  | 4453 | spin_lock_irq(shost->host_lock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4454 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4455 | spin_unlock_irq(shost->host_lock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4456 | return ndlp; | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4457 | } else if (!NLP_CHK_NODE_ACT(ndlp)) { | 
|  | 4458 | ndlp = lpfc_enable_node(vport, ndlp, NLP_STE_NPR_NODE); | 
|  | 4459 | if (!ndlp) | 
|  | 4460 | return NULL; | 
|  | 4461 | spin_lock_irq(shost->host_lock); | 
|  | 4462 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; | 
|  | 4463 | spin_unlock_irq(shost->host_lock); | 
|  | 4464 | return ndlp; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4465 | } | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4466 |  | 
| James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 4467 | if ((vport->fc_flag & FC_RSCN_MODE) && | 
|  | 4468 | !(vport->fc_flag & FC_NDISC_ACTIVE)) { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4469 | if (lpfc_rscn_payload_check(vport, did)) { | 
| James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4470 | /* If we've already recieved a PLOGI from this NPort | 
|  | 4471 | * we don't need to try to discover it again. | 
|  | 4472 | */ | 
|  | 4473 | if (ndlp->nlp_flag & NLP_RCV_PLOGI) | 
|  | 4474 | return NULL; | 
|  | 4475 |  | 
| Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4476 | /* Since this node is marked for discovery, | 
|  | 4477 | * delay timeout is not needed. | 
|  | 4478 | */ | 
| James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 4479 | lpfc_cancel_retry_delay_tmo(vport, ndlp); | 
| James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4480 | spin_lock_irq(shost->host_lock); | 
|  | 4481 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; | 
|  | 4482 | spin_unlock_irq(shost->host_lock); | 
| James Smart | 071fbd3d | 2006-04-15 11:53:20 -0400 | [diff] [blame] | 4483 | } else | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4484 | ndlp = NULL; | 
| Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4485 | } else { | 
| James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4486 | /* If we've already recieved a PLOGI from this NPort, | 
|  | 4487 | * or we are already in the process of discovery on it, | 
|  | 4488 | * we don't need to try to discover it again. | 
|  | 4489 | */ | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4490 | if (ndlp->nlp_state == NLP_STE_ADISC_ISSUE || | 
| James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4491 | ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || | 
|  | 4492 | ndlp->nlp_flag & NLP_RCV_PLOGI) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4493 | return NULL; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4494 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE); | 
|  | 4495 | spin_lock_irq(shost->host_lock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4496 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4497 | spin_unlock_irq(shost->host_lock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4498 | } | 
|  | 4499 | return ndlp; | 
|  | 4500 | } | 
|  | 4501 |  | 
|  | 4502 | /* Build a list of nodes to discover based on the loopmap */ | 
|  | 4503 | void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4504 | lpfc_disc_list_loopmap(struct lpfc_vport *vport) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4505 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4506 | struct lpfc_hba  *phba = vport->phba; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4507 | int j; | 
|  | 4508 | uint32_t alpa, index; | 
|  | 4509 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4510 | if (!lpfc_is_link_up(phba)) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4511 | return; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4512 |  | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 4513 | if (phba->fc_topology != LPFC_TOPOLOGY_LOOP) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4514 | return; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4515 |  | 
|  | 4516 | /* Check for loop map present or not */ | 
|  | 4517 | if (phba->alpa_map[0]) { | 
|  | 4518 | for (j = 1; j <= phba->alpa_map[0]; j++) { | 
|  | 4519 | alpa = phba->alpa_map[j]; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4520 | if (((vport->fc_myDID & 0xff) == alpa) || (alpa == 0)) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4521 | continue; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4522 | lpfc_setup_disc_node(vport, alpa); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4523 | } | 
|  | 4524 | } else { | 
|  | 4525 | /* No alpamap, so try all alpa's */ | 
|  | 4526 | for (j = 0; j < FC_MAXLOOP; j++) { | 
|  | 4527 | /* If cfg_scan_down is set, start from highest | 
|  | 4528 | * ALPA (0xef) to lowest (0x1). | 
|  | 4529 | */ | 
| James Smart | 3de2a65 | 2007-08-02 11:09:59 -0400 | [diff] [blame] | 4530 | if (vport->cfg_scan_down) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4531 | index = j; | 
|  | 4532 | else | 
|  | 4533 | index = FC_MAXLOOP - j - 1; | 
|  | 4534 | alpa = lpfcAlpaArray[index]; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4535 | if ((vport->fc_myDID & 0xff) == alpa) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4536 | continue; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4537 | lpfc_setup_disc_node(vport, alpa); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4538 | } | 
|  | 4539 | } | 
|  | 4540 | return; | 
|  | 4541 | } | 
|  | 4542 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4543 | void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4544 | lpfc_issue_clear_la(struct lpfc_hba *phba, struct lpfc_vport *vport) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4545 | { | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4546 | LPFC_MBOXQ_t *mbox; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4547 | struct lpfc_sli *psli = &phba->sli; | 
|  | 4548 | struct lpfc_sli_ring *extra_ring = &psli->ring[psli->extra_ring]; | 
|  | 4549 | struct lpfc_sli_ring *fcp_ring   = &psli->ring[psli->fcp_ring]; | 
|  | 4550 | struct lpfc_sli_ring *next_ring  = &psli->ring[psli->next_ring]; | 
|  | 4551 | int  rc; | 
|  | 4552 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4553 | /* | 
|  | 4554 | * if it's not a physical port or if we already send | 
|  | 4555 | * clear_la then don't send it. | 
|  | 4556 | */ | 
|  | 4557 | if ((phba->link_state >= LPFC_CLEAR_LA) || | 
| James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4558 | (vport->port_type != LPFC_PHYSICAL_PORT) || | 
|  | 4559 | (phba->sli_rev == LPFC_SLI_REV4)) | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4560 | return; | 
|  | 4561 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4562 | /* Link up discovery */ | 
|  | 4563 | if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL)) != NULL) { | 
|  | 4564 | phba->link_state = LPFC_CLEAR_LA; | 
|  | 4565 | lpfc_clear_la(phba, mbox); | 
|  | 4566 | mbox->mbox_cmpl = lpfc_mbx_cmpl_clear_la; | 
|  | 4567 | mbox->vport = vport; | 
| James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 4568 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4569 | if (rc == MBX_NOT_FINISHED) { | 
|  | 4570 | mempool_free(mbox, phba->mbox_mem_pool); | 
|  | 4571 | lpfc_disc_flush_list(vport); | 
|  | 4572 | extra_ring->flag &= ~LPFC_STOP_IOCB_EVENT; | 
|  | 4573 | fcp_ring->flag &= ~LPFC_STOP_IOCB_EVENT; | 
|  | 4574 | next_ring->flag &= ~LPFC_STOP_IOCB_EVENT; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4575 | phba->link_state = LPFC_HBA_ERROR; | 
|  | 4576 | } | 
|  | 4577 | } | 
|  | 4578 | } | 
|  | 4579 |  | 
|  | 4580 | /* Reg_vpi to tell firmware to resume normal operations */ | 
|  | 4581 | void | 
|  | 4582 | lpfc_issue_reg_vpi(struct lpfc_hba *phba, struct lpfc_vport *vport) | 
|  | 4583 | { | 
|  | 4584 | LPFC_MBOXQ_t *regvpimbox; | 
|  | 4585 |  | 
|  | 4586 | regvpimbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); | 
|  | 4587 | if (regvpimbox) { | 
| James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4588 | lpfc_reg_vpi(vport, regvpimbox); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4589 | regvpimbox->mbox_cmpl = lpfc_mbx_cmpl_reg_vpi; | 
|  | 4590 | regvpimbox->vport = vport; | 
| James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 4591 | if (lpfc_sli_issue_mbox(phba, regvpimbox, MBX_NOWAIT) | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4592 | == MBX_NOT_FINISHED) { | 
|  | 4593 | mempool_free(regvpimbox, phba->mbox_mem_pool); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4594 | } | 
|  | 4595 | } | 
|  | 4596 | } | 
|  | 4597 |  | 
|  | 4598 | /* Start Link up / RSCN discovery on NPR nodes */ | 
|  | 4599 | void | 
|  | 4600 | lpfc_disc_start(struct lpfc_vport *vport) | 
|  | 4601 | { | 
|  | 4602 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); | 
|  | 4603 | struct lpfc_hba  *phba = vport->phba; | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4604 | uint32_t num_sent; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4605 | uint32_t clear_la_pending; | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4606 | int did_changed; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4607 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4608 | if (!lpfc_is_link_up(phba)) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4609 | return; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4610 |  | 
|  | 4611 | if (phba->link_state == LPFC_CLEAR_LA) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4612 | clear_la_pending = 1; | 
|  | 4613 | else | 
|  | 4614 | clear_la_pending = 0; | 
|  | 4615 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4616 | if (vport->port_state < LPFC_VPORT_READY) | 
|  | 4617 | vport->port_state = LPFC_DISC_AUTH; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4618 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4619 | lpfc_set_disctmo(vport); | 
|  | 4620 |  | 
|  | 4621 | if (vport->fc_prevDID == vport->fc_myDID) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4622 | did_changed = 0; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4623 | else | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4624 | did_changed = 1; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4625 |  | 
|  | 4626 | vport->fc_prevDID = vport->fc_myDID; | 
|  | 4627 | vport->num_disc_nodes = 0; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4628 |  | 
|  | 4629 | /* Start Discovery state <hba_state> */ | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4630 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, | 
|  | 4631 | "0202 Start Discovery hba state x%x " | 
|  | 4632 | "Data: x%x x%x x%x\n", | 
|  | 4633 | vport->port_state, vport->fc_flag, vport->fc_plogi_cnt, | 
|  | 4634 | vport->fc_adisc_cnt); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4635 |  | 
|  | 4636 | /* First do ADISCs - if any */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4637 | num_sent = lpfc_els_disc_adisc(vport); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4638 |  | 
|  | 4639 | if (num_sent) | 
|  | 4640 | return; | 
|  | 4641 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4642 | /* | 
|  | 4643 | * For SLI3, cmpl_reg_vpi will set port_state to READY, and | 
|  | 4644 | * continue discovery. | 
|  | 4645 | */ | 
|  | 4646 | if ((phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) && | 
| James Smart | 1b32f6a | 2008-02-08 18:49:39 -0500 | [diff] [blame] | 4647 | !(vport->fc_flag & FC_PT2PT) && | 
| James Smart | da0436e | 2009-05-22 14:51:39 -0400 | [diff] [blame] | 4648 | !(vport->fc_flag & FC_RSCN_MODE) && | 
|  | 4649 | (phba->sli_rev < LPFC_SLI_REV4)) { | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4650 | lpfc_issue_reg_vpi(phba, vport); | 
|  | 4651 | return; | 
|  | 4652 | } | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4653 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4654 | /* | 
|  | 4655 | * For SLI2, we need to set port_state to READY and continue | 
|  | 4656 | * discovery. | 
|  | 4657 | */ | 
|  | 4658 | if (vport->port_state < LPFC_VPORT_READY && !clear_la_pending) { | 
|  | 4659 | /* If we get here, there is nothing to ADISC */ | 
|  | 4660 | if (vport->port_type == LPFC_PHYSICAL_PORT) | 
|  | 4661 | lpfc_issue_clear_la(phba, vport); | 
|  | 4662 |  | 
|  | 4663 | if (!(vport->fc_flag & FC_ABORT_DISCOVERY)) { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4664 | vport->num_disc_nodes = 0; | 
|  | 4665 | /* go thru NPR nodes and issue ELS PLOGIs */ | 
|  | 4666 | if (vport->fc_npr_cnt) | 
|  | 4667 | lpfc_els_disc_plogi(vport); | 
|  | 4668 |  | 
|  | 4669 | if (!vport->num_disc_nodes) { | 
|  | 4670 | spin_lock_irq(shost->host_lock); | 
|  | 4671 | vport->fc_flag &= ~FC_NDISC_ACTIVE; | 
|  | 4672 | spin_unlock_irq(shost->host_lock); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4673 | lpfc_can_disctmo(vport); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4674 | } | 
|  | 4675 | } | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4676 | vport->port_state = LPFC_VPORT_READY; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4677 | } else { | 
|  | 4678 | /* Next do PLOGIs - if any */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4679 | num_sent = lpfc_els_disc_plogi(vport); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4680 |  | 
|  | 4681 | if (num_sent) | 
|  | 4682 | return; | 
|  | 4683 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4684 | if (vport->fc_flag & FC_RSCN_MODE) { | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4685 | /* Check to see if more RSCNs came in while we | 
|  | 4686 | * were processing this one. | 
|  | 4687 | */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4688 | if ((vport->fc_rscn_id_cnt == 0) && | 
|  | 4689 | (!(vport->fc_flag & FC_RSCN_DISCOVERY))) { | 
|  | 4690 | spin_lock_irq(shost->host_lock); | 
|  | 4691 | vport->fc_flag &= ~FC_RSCN_MODE; | 
|  | 4692 | spin_unlock_irq(shost->host_lock); | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4693 | lpfc_can_disctmo(vport); | 
| Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4694 | } else | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4695 | lpfc_els_handle_rscn(vport); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4696 | } | 
|  | 4697 | } | 
|  | 4698 | return; | 
|  | 4699 | } | 
|  | 4700 |  | 
|  | 4701 | /* | 
|  | 4702 | *  Ignore completion for all IOCBs on tx and txcmpl queue for ELS | 
|  | 4703 | *  ring the match the sppecified nodelist. | 
|  | 4704 | */ | 
|  | 4705 | static void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4706 | lpfc_free_tx(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4707 | { | 
| James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4708 | LIST_HEAD(completions); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4709 | struct lpfc_sli *psli; | 
|  | 4710 | IOCB_t     *icmd; | 
|  | 4711 | struct lpfc_iocbq    *iocb, *next_iocb; | 
|  | 4712 | struct lpfc_sli_ring *pring; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4713 |  | 
|  | 4714 | psli = &phba->sli; | 
|  | 4715 | pring = &psli->ring[LPFC_ELS_RING]; | 
|  | 4716 |  | 
|  | 4717 | /* Error matching iocb on txq or txcmplq | 
|  | 4718 | * First check the txq. | 
|  | 4719 | */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4720 | spin_lock_irq(&phba->hbalock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4721 | list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) { | 
|  | 4722 | if (iocb->context1 != ndlp) { | 
|  | 4723 | continue; | 
|  | 4724 | } | 
|  | 4725 | icmd = &iocb->iocb; | 
|  | 4726 | if ((icmd->ulpCommand == CMD_ELS_REQUEST64_CR) || | 
|  | 4727 | (icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX)) { | 
|  | 4728 |  | 
| James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4729 | list_move_tail(&iocb->list, &completions); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4730 | pring->txq_cnt--; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4731 | } | 
|  | 4732 | } | 
|  | 4733 |  | 
|  | 4734 | /* Next check the txcmplq */ | 
|  | 4735 | list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) { | 
|  | 4736 | if (iocb->context1 != ndlp) { | 
|  | 4737 | continue; | 
|  | 4738 | } | 
|  | 4739 | icmd = &iocb->iocb; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4740 | if (icmd->ulpCommand == CMD_ELS_REQUEST64_CR || | 
|  | 4741 | icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX) { | 
| James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4742 | lpfc_sli_issue_abort_iotag(phba, pring, iocb); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4743 | } | 
|  | 4744 | } | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4745 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 4746 |  | 
| James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 4747 | /* Cancel all the IOCBs from the completions list */ | 
|  | 4748 | lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT, | 
|  | 4749 | IOERR_SLI_ABORTED); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4750 | } | 
|  | 4751 |  | 
| Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 4752 | static void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4753 | lpfc_disc_flush_list(struct lpfc_vport *vport) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4754 | { | 
|  | 4755 | struct lpfc_nodelist *ndlp, *next_ndlp; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4756 | struct lpfc_hba *phba = vport->phba; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4757 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4758 | if (vport->fc_plogi_cnt || vport->fc_adisc_cnt) { | 
|  | 4759 | list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4760 | nlp_listp) { | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4761 | if (!NLP_CHK_NODE_ACT(ndlp)) | 
|  | 4762 | continue; | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4763 | if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || | 
|  | 4764 | ndlp->nlp_state == NLP_STE_ADISC_ISSUE) { | 
|  | 4765 | lpfc_free_tx(phba, ndlp); | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4766 | } | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4767 | } | 
|  | 4768 | } | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4769 | } | 
|  | 4770 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4771 | void | 
|  | 4772 | lpfc_cleanup_discovery_resources(struct lpfc_vport *vport) | 
|  | 4773 | { | 
|  | 4774 | lpfc_els_flush_rscn(vport); | 
|  | 4775 | lpfc_els_flush_cmd(vport); | 
|  | 4776 | lpfc_disc_flush_list(vport); | 
|  | 4777 | } | 
|  | 4778 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4779 | /*****************************************************************************/ | 
|  | 4780 | /* | 
|  | 4781 | * NAME:     lpfc_disc_timeout | 
|  | 4782 | * | 
|  | 4783 | * FUNCTION: Fibre Channel driver discovery timeout routine. | 
|  | 4784 | * | 
|  | 4785 | * EXECUTION ENVIRONMENT: interrupt only | 
|  | 4786 | * | 
|  | 4787 | * CALLED FROM: | 
|  | 4788 | *      Timer function | 
|  | 4789 | * | 
|  | 4790 | * RETURNS: | 
|  | 4791 | *      none | 
|  | 4792 | */ | 
|  | 4793 | /*****************************************************************************/ | 
|  | 4794 | void | 
|  | 4795 | lpfc_disc_timeout(unsigned long ptr) | 
|  | 4796 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4797 | struct lpfc_vport *vport = (struct lpfc_vport *) ptr; | 
|  | 4798 | struct lpfc_hba   *phba = vport->phba; | 
| James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 4799 | uint32_t tmo_posted; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4800 | unsigned long flags = 0; | 
|  | 4801 |  | 
|  | 4802 | if (unlikely(!phba)) | 
|  | 4803 | return; | 
|  | 4804 |  | 
| James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 4805 | spin_lock_irqsave(&vport->work_port_lock, flags); | 
|  | 4806 | tmo_posted = vport->work_port_events & WORKER_DISC_TMO; | 
|  | 4807 | if (!tmo_posted) | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4808 | vport->work_port_events |= WORKER_DISC_TMO; | 
| James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 4809 | spin_unlock_irqrestore(&vport->work_port_lock, flags); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4810 |  | 
| James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 4811 | if (!tmo_posted) | 
|  | 4812 | lpfc_worker_wake_up(phba); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4813 | return; | 
|  | 4814 | } | 
|  | 4815 |  | 
|  | 4816 | static void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4817 | lpfc_disc_timeout_handler(struct lpfc_vport *vport) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4818 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4819 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); | 
|  | 4820 | struct lpfc_hba  *phba = vport->phba; | 
|  | 4821 | struct lpfc_sli  *psli = &phba->sli; | 
| Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4822 | struct lpfc_nodelist *ndlp, *next_ndlp; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4823 | LPFC_MBOXQ_t *initlinkmbox; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4824 | int rc, clrlaerr = 0; | 
|  | 4825 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4826 | if (!(vport->fc_flag & FC_DISC_TMO)) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4827 | return; | 
|  | 4828 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4829 | spin_lock_irq(shost->host_lock); | 
|  | 4830 | vport->fc_flag &= ~FC_DISC_TMO; | 
|  | 4831 | spin_unlock_irq(shost->host_lock); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4832 |  | 
| James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 4833 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, | 
|  | 4834 | "disc timeout:    state:x%x rtry:x%x flg:x%x", | 
|  | 4835 | vport->port_state, vport->fc_ns_retry, vport->fc_flag); | 
|  | 4836 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4837 | switch (vport->port_state) { | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4838 |  | 
|  | 4839 | case LPFC_LOCAL_CFG_LINK: | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4840 | /* port_state is identically  LPFC_LOCAL_CFG_LINK while waiting for | 
|  | 4841 | * FAN | 
|  | 4842 | */ | 
|  | 4843 | /* FAN timeout */ | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4844 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_DISCOVERY, | 
|  | 4845 | "0221 FAN timeout\n"); | 
| Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4846 | /* Start discovery by sending FLOGI, clean up old rpis */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4847 | list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4848 | nlp_listp) { | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4849 | if (!NLP_CHK_NODE_ACT(ndlp)) | 
|  | 4850 | continue; | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 4851 | if (ndlp->nlp_state != NLP_STE_NPR_NODE) | 
|  | 4852 | continue; | 
| Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4853 | if (ndlp->nlp_type & NLP_FABRIC) { | 
|  | 4854 | /* Clean up the ndlp on Fabric connections */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4855 | lpfc_drop_node(vport, ndlp); | 
| James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4856 |  | 
| Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 4857 | } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) { | 
| Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4858 | /* Fail outstanding IO now since device | 
|  | 4859 | * is marked for PLOGI. | 
|  | 4860 | */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4861 | lpfc_unreg_rpi(vport, ndlp); | 
| Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 4862 | } | 
|  | 4863 | } | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4864 | if (vport->port_state != LPFC_FLOGI) { | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 4865 | if (phba->sli_rev <= LPFC_SLI_REV3) | 
|  | 4866 | lpfc_initial_flogi(vport); | 
|  | 4867 | else | 
|  | 4868 | lpfc_issue_init_vfi(vport); | 
| James Smart | 0ff10d4 | 2008-01-11 01:52:36 -0500 | [diff] [blame] | 4869 | return; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4870 | } | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4871 | break; | 
|  | 4872 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4873 | case LPFC_FDISC: | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4874 | case LPFC_FLOGI: | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4875 | /* port_state is identically LPFC_FLOGI while waiting for FLOGI cmpl */ | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4876 | /* Initial FLOGI timeout */ | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4877 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, | 
|  | 4878 | "0222 Initial %s timeout\n", | 
| James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4879 | vport->vpi ? "FDISC" : "FLOGI"); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4880 |  | 
|  | 4881 | /* Assume no Fabric and go on with discovery. | 
|  | 4882 | * Check for outstanding ELS FLOGI to abort. | 
|  | 4883 | */ | 
|  | 4884 |  | 
|  | 4885 | /* FLOGI failed, so just use loop map to make discovery list */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4886 | lpfc_disc_list_loopmap(vport); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4887 |  | 
|  | 4888 | /* Start discovery */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4889 | lpfc_disc_start(vport); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4890 | break; | 
|  | 4891 |  | 
|  | 4892 | case LPFC_FABRIC_CFG_LINK: | 
|  | 4893 | /* hba_state is identically LPFC_FABRIC_CFG_LINK while waiting for | 
|  | 4894 | NameServer login */ | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4895 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, | 
|  | 4896 | "0223 Timeout while waiting for " | 
|  | 4897 | "NameServer login\n"); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4898 | /* Next look for NameServer ndlp */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4899 | ndlp = lpfc_findnode_did(vport, NameServer_DID); | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4900 | if (ndlp && NLP_CHK_NODE_ACT(ndlp)) | 
| James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4901 | lpfc_els_abort(phba, ndlp); | 
|  | 4902 |  | 
|  | 4903 | /* ReStart discovery */ | 
|  | 4904 | goto restart_disc; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4905 |  | 
|  | 4906 | case LPFC_NS_QRY: | 
|  | 4907 | /* Check for wait for NameServer Rsp timeout */ | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4908 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, | 
|  | 4909 | "0224 NameServer Query timeout " | 
|  | 4910 | "Data: x%x x%x\n", | 
|  | 4911 | vport->fc_ns_retry, LPFC_MAX_NS_RETRY); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4912 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4913 | if (vport->fc_ns_retry < LPFC_MAX_NS_RETRY) { | 
|  | 4914 | /* Try it one more time */ | 
|  | 4915 | vport->fc_ns_retry++; | 
|  | 4916 | rc = lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, | 
|  | 4917 | vport->fc_ns_retry, 0); | 
|  | 4918 | if (rc == 0) | 
|  | 4919 | break; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4920 | } | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4921 | vport->fc_ns_retry = 0; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4922 |  | 
| James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 4923 | restart_disc: | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4924 | /* | 
|  | 4925 | * Discovery is over. | 
|  | 4926 | * set port_state to PORT_READY if SLI2. | 
|  | 4927 | * cmpl_reg_vpi will set port_state to READY for SLI3. | 
|  | 4928 | */ | 
| James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 4929 | if (phba->sli_rev < LPFC_SLI_REV4) { | 
|  | 4930 | if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) | 
|  | 4931 | lpfc_issue_reg_vpi(phba, vport); | 
|  | 4932 | else  {	/* NPIV Not enabled */ | 
|  | 4933 | lpfc_issue_clear_la(phba, vport); | 
|  | 4934 | vport->port_state = LPFC_VPORT_READY; | 
|  | 4935 | } | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4936 | } | 
|  | 4937 |  | 
|  | 4938 | /* Setup and issue mailbox INITIALIZE LINK command */ | 
|  | 4939 | initlinkmbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); | 
|  | 4940 | if (!initlinkmbox) { | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4941 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, | 
|  | 4942 | "0206 Device Discovery " | 
|  | 4943 | "completion error\n"); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4944 | phba->link_state = LPFC_HBA_ERROR; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4945 | break; | 
|  | 4946 | } | 
|  | 4947 |  | 
|  | 4948 | lpfc_linkdown(phba); | 
|  | 4949 | lpfc_init_link(phba, initlinkmbox, phba->cfg_topology, | 
|  | 4950 | phba->cfg_link_speed); | 
| James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 4951 | initlinkmbox->u.mb.un.varInitLnk.lipsr_AL_PA = 0; | 
| James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 4952 | initlinkmbox->vport = vport; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4953 | initlinkmbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; | 
| James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 4954 | rc = lpfc_sli_issue_mbox(phba, initlinkmbox, MBX_NOWAIT); | 
| James Smart | 5b8bd0c | 2007-04-25 09:52:49 -0400 | [diff] [blame] | 4955 | lpfc_set_loopback_flag(phba); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4956 | if (rc == MBX_NOT_FINISHED) | 
|  | 4957 | mempool_free(initlinkmbox, phba->mbox_mem_pool); | 
|  | 4958 |  | 
|  | 4959 | break; | 
|  | 4960 |  | 
|  | 4961 | case LPFC_DISC_AUTH: | 
|  | 4962 | /* Node Authentication timeout */ | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4963 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, | 
|  | 4964 | "0227 Node Authentication timeout\n"); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4965 | lpfc_disc_flush_list(vport); | 
|  | 4966 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4967 | /* | 
|  | 4968 | * set port_state to PORT_READY if SLI2. | 
|  | 4969 | * cmpl_reg_vpi will set port_state to READY for SLI3. | 
|  | 4970 | */ | 
| James Smart | 3772a99 | 2009-05-22 14:50:54 -0400 | [diff] [blame] | 4971 | if (phba->sli_rev < LPFC_SLI_REV4) { | 
|  | 4972 | if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) | 
|  | 4973 | lpfc_issue_reg_vpi(phba, vport); | 
|  | 4974 | else  {	/* NPIV Not enabled */ | 
|  | 4975 | lpfc_issue_clear_la(phba, vport); | 
|  | 4976 | vport->port_state = LPFC_VPORT_READY; | 
|  | 4977 | } | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4978 | } | 
|  | 4979 | break; | 
|  | 4980 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4981 | case LPFC_VPORT_READY: | 
|  | 4982 | if (vport->fc_flag & FC_RSCN_MODE) { | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4983 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, | 
|  | 4984 | "0231 RSCN timeout Data: x%x " | 
|  | 4985 | "x%x\n", | 
|  | 4986 | vport->fc_ns_retry, LPFC_MAX_NS_RETRY); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4987 |  | 
|  | 4988 | /* Cleanup any outstanding ELS commands */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4989 | lpfc_els_flush_cmd(vport); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4990 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4991 | lpfc_els_flush_rscn(vport); | 
|  | 4992 | lpfc_disc_flush_list(vport); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 4993 | } | 
|  | 4994 | break; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 4995 |  | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 4996 | default: | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4997 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, | 
| James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 4998 | "0273 Unexpected discovery timeout, " | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 4999 | "vport State x%x\n", vport->port_state); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5000 | break; | 
|  | 5001 | } | 
|  | 5002 |  | 
|  | 5003 | switch (phba->link_state) { | 
|  | 5004 | case LPFC_CLEAR_LA: | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5005 | /* CLEAR LA timeout */ | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5006 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, | 
|  | 5007 | "0228 CLEAR LA timeout\n"); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5008 | clrlaerr = 1; | 
|  | 5009 | break; | 
|  | 5010 |  | 
| James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 5011 | case LPFC_LINK_UP: | 
|  | 5012 | lpfc_issue_clear_la(phba, vport); | 
|  | 5013 | /* Drop thru */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5014 | case LPFC_LINK_UNKNOWN: | 
|  | 5015 | case LPFC_WARM_START: | 
|  | 5016 | case LPFC_INIT_START: | 
|  | 5017 | case LPFC_INIT_MBX_CMDS: | 
|  | 5018 | case LPFC_LINK_DOWN: | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5019 | case LPFC_HBA_ERROR: | 
| James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 5020 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, | 
|  | 5021 | "0230 Unexpected timeout, hba link " | 
|  | 5022 | "state x%x\n", phba->link_state); | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5023 | clrlaerr = 1; | 
|  | 5024 | break; | 
| James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 5025 |  | 
|  | 5026 | case LPFC_HBA_READY: | 
|  | 5027 | break; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5028 | } | 
|  | 5029 |  | 
|  | 5030 | if (clrlaerr) { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5031 | lpfc_disc_flush_list(vport); | 
| James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 5032 | psli->ring[(psli->extra_ring)].flag &= ~LPFC_STOP_IOCB_EVENT; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5033 | psli->ring[(psli->fcp_ring)].flag &= ~LPFC_STOP_IOCB_EVENT; | 
|  | 5034 | psli->ring[(psli->next_ring)].flag &= ~LPFC_STOP_IOCB_EVENT; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5035 | vport->port_state = LPFC_VPORT_READY; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5036 | } | 
|  | 5037 |  | 
|  | 5038 | return; | 
|  | 5039 | } | 
|  | 5040 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5041 | /* | 
|  | 5042 | * This routine handles processing a NameServer REG_LOGIN mailbox | 
|  | 5043 | * command upon completion. It is setup in the LPFC_MBOXQ | 
|  | 5044 | * as the completion routine when the command is | 
|  | 5045 | * handed off to the SLI layer. | 
|  | 5046 | */ | 
|  | 5047 | void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5048 | lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5049 | { | 
| James Smart | 04c6849 | 2009-05-22 14:52:52 -0400 | [diff] [blame] | 5050 | MAILBOX_t *mb = &pmb->u.mb; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5051 | struct lpfc_dmabuf   *mp = (struct lpfc_dmabuf *) (pmb->context1); | 
|  | 5052 | struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2; | 
|  | 5053 | struct lpfc_vport    *vport = pmb->vport; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5054 |  | 
|  | 5055 | pmb->context1 = NULL; | 
| James Smart | d439d28 | 2010-09-29 11:18:45 -0400 | [diff] [blame] | 5056 | pmb->context2 = NULL; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5057 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5058 | ndlp->nlp_rpi = mb->un.varWords[0]; | 
| James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 5059 | ndlp->nlp_flag |= NLP_RPI_REGISTERED; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5060 | ndlp->nlp_type |= NLP_FABRIC; | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5061 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5062 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5063 | /* | 
|  | 5064 | * Start issuing Fabric-Device Management Interface (FDMI) command to | 
|  | 5065 | * 0xfffffa (FDMI well known port) or Delay issuing FDMI command if | 
|  | 5066 | * fdmi-on=2 (supporting RPA/hostnmae) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5067 | */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5068 |  | 
| James Smart | 3de2a65 | 2007-08-02 11:09:59 -0400 | [diff] [blame] | 5069 | if (vport->cfg_fdmi_on == 1) | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5070 | lpfc_fdmi_cmd(vport, ndlp, SLI_MGMT_DHBA); | 
|  | 5071 | else | 
|  | 5072 | mod_timer(&vport->fc_fdmitmo, jiffies + HZ * 60); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5073 |  | 
| James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 5074 | /* decrement the node reference count held for this callback | 
|  | 5075 | * function. | 
|  | 5076 | */ | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5077 | lpfc_nlp_put(ndlp); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5078 | lpfc_mbuf_free(phba, mp->virt, mp->phys); | 
|  | 5079 | kfree(mp); | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5080 | mempool_free(pmb, phba->mbox_mem_pool); | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5081 |  | 
|  | 5082 | return; | 
|  | 5083 | } | 
|  | 5084 |  | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5085 | static int | 
|  | 5086 | lpfc_filter_by_rpi(struct lpfc_nodelist *ndlp, void *param) | 
|  | 5087 | { | 
|  | 5088 | uint16_t *rpi = param; | 
|  | 5089 |  | 
|  | 5090 | return ndlp->nlp_rpi == *rpi; | 
|  | 5091 | } | 
|  | 5092 |  | 
|  | 5093 | static int | 
|  | 5094 | lpfc_filter_by_wwpn(struct lpfc_nodelist *ndlp, void *param) | 
|  | 5095 | { | 
|  | 5096 | return memcmp(&ndlp->nlp_portname, param, | 
|  | 5097 | sizeof(ndlp->nlp_portname)) == 0; | 
|  | 5098 | } | 
|  | 5099 |  | 
| Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 5100 | static struct lpfc_nodelist * | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5101 | __lpfc_find_node(struct lpfc_vport *vport, node_filter filter, void *param) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5102 | { | 
| James.Smart@Emulex.Com | 21568f5 | 2005-10-28 20:29:36 -0400 | [diff] [blame] | 5103 | struct lpfc_nodelist *ndlp; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5104 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5105 | list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { | 
| James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 5106 | if (filter(ndlp, param)) | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5107 | return ndlp; | 
|  | 5108 | } | 
| James.Smart@Emulex.Com | 21568f5 | 2005-10-28 20:29:36 -0400 | [diff] [blame] | 5109 | return NULL; | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5110 | } | 
|  | 5111 |  | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5112 | /* | 
|  | 5113 | * 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] | 5114 | * returns the node list element pointer else return NULL. | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5115 | */ | 
|  | 5116 | struct lpfc_nodelist * | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5117 | __lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi) | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5118 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5119 | return __lpfc_find_node(vport, lpfc_filter_by_rpi, &rpi); | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5120 | } | 
|  | 5121 |  | 
| James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5122 | /* | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5123 | * 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] | 5124 | * returns the node element list pointer else return NULL. | 
| James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5125 | */ | 
|  | 5126 | struct lpfc_nodelist * | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5127 | lpfc_findnode_wwpn(struct lpfc_vport *vport, struct lpfc_name *wwpn) | 
| James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5128 | { | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5129 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); | 
| James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5130 | struct lpfc_nodelist *ndlp; | 
| James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5131 |  | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5132 | spin_lock_irq(shost->host_lock); | 
|  | 5133 | ndlp = __lpfc_find_node(vport, lpfc_filter_by_wwpn, wwpn); | 
|  | 5134 | spin_unlock_irq(shost->host_lock); | 
| James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 5135 | return ndlp; | 
| James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 5136 | } | 
|  | 5137 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5138 | void | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5139 | lpfc_nlp_init(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, | 
|  | 5140 | uint32_t did) | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5141 | { | 
|  | 5142 | memset(ndlp, 0, sizeof (struct lpfc_nodelist)); | 
| James Smart | 109f6ed | 2008-12-04 22:39:08 -0500 | [diff] [blame] | 5143 |  | 
|  | 5144 | lpfc_initialize_node(vport, ndlp, did); | 
| James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 5145 | INIT_LIST_HEAD(&ndlp->nlp_listp); | 
| James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 5146 |  | 
|  | 5147 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE, | 
|  | 5148 | "node init:       did:x%x", | 
|  | 5149 | ndlp->nlp_DID, 0, 0); | 
|  | 5150 |  | 
|  | dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 5151 | return; | 
|  | 5152 | } | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5153 |  | 
| James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5154 | /* This routine releases all resources associated with a specifc NPort's ndlp | 
|  | 5155 | * and mempool_free's the nodelist. | 
|  | 5156 | */ | 
| James Smart | 311464e | 2007-08-02 11:10:37 -0400 | [diff] [blame] | 5157 | static void | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5158 | lpfc_nlp_release(struct kref *kref) | 
|  | 5159 | { | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5160 | struct lpfc_hba *phba; | 
|  | 5161 | unsigned long flags; | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5162 | struct lpfc_nodelist *ndlp = container_of(kref, struct lpfc_nodelist, | 
|  | 5163 | kref); | 
| James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 5164 |  | 
|  | 5165 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, | 
|  | 5166 | "node release:    did:x%x flg:x%x type:x%x", | 
|  | 5167 | ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type); | 
|  | 5168 |  | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5169 | lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE, | 
|  | 5170 | "0279 lpfc_nlp_release: ndlp:x%p " | 
|  | 5171 | "usgmap:x%x refcnt:%d\n", | 
|  | 5172 | (void *)ndlp, ndlp->nlp_usg_map, | 
|  | 5173 | atomic_read(&ndlp->kref.refcount)); | 
|  | 5174 |  | 
|  | 5175 | /* remove ndlp from action. */ | 
| James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 5176 | lpfc_nlp_remove(ndlp->vport, ndlp); | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5177 |  | 
|  | 5178 | /* clear the ndlp active flag for all release cases */ | 
| James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 5179 | phba = ndlp->phba; | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5180 | spin_lock_irqsave(&phba->ndlp_lock, flags); | 
|  | 5181 | NLP_CLR_NODE_ACT(ndlp); | 
|  | 5182 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); | 
| James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 5183 | if (phba->sli_rev == LPFC_SLI_REV4) | 
|  | 5184 | lpfc_sli4_free_rpi(phba, ndlp->nlp_rpi); | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5185 |  | 
|  | 5186 | /* free ndlp memory for final ndlp release */ | 
| James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 5187 | if (NLP_CHK_FREE_REQ(ndlp)) { | 
|  | 5188 | kfree(ndlp->lat_data); | 
| James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 5189 | mempool_free(ndlp, ndlp->phba->nlp_mem_pool); | 
| James Smart | ea2151b | 2008-09-07 11:52:10 -0400 | [diff] [blame] | 5190 | } | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5191 | } | 
|  | 5192 |  | 
| James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5193 | /* This routine bumps the reference count for a ndlp structure to ensure | 
|  | 5194 | * that one discovery thread won't free a ndlp while another discovery thread | 
|  | 5195 | * is using it. | 
|  | 5196 | */ | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5197 | struct lpfc_nodelist * | 
|  | 5198 | lpfc_nlp_get(struct lpfc_nodelist *ndlp) | 
|  | 5199 | { | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5200 | struct lpfc_hba *phba; | 
|  | 5201 | unsigned long flags; | 
|  | 5202 |  | 
| James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5203 | if (ndlp) { | 
|  | 5204 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, | 
|  | 5205 | "node get:        did:x%x flg:x%x refcnt:x%x", | 
|  | 5206 | ndlp->nlp_DID, ndlp->nlp_flag, | 
|  | 5207 | atomic_read(&ndlp->kref.refcount)); | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5208 | /* The check of ndlp usage to prevent incrementing the | 
|  | 5209 | * ndlp reference count that is in the process of being | 
|  | 5210 | * released. | 
|  | 5211 | */ | 
| James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 5212 | phba = ndlp->phba; | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5213 | spin_lock_irqsave(&phba->ndlp_lock, flags); | 
|  | 5214 | if (!NLP_CHK_NODE_ACT(ndlp) || NLP_CHK_FREE_ACK(ndlp)) { | 
|  | 5215 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); | 
|  | 5216 | lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE, | 
|  | 5217 | "0276 lpfc_nlp_get: ndlp:x%p " | 
|  | 5218 | "usgmap:x%x refcnt:%d\n", | 
|  | 5219 | (void *)ndlp, ndlp->nlp_usg_map, | 
|  | 5220 | atomic_read(&ndlp->kref.refcount)); | 
|  | 5221 | return NULL; | 
|  | 5222 | } else | 
|  | 5223 | kref_get(&ndlp->kref); | 
|  | 5224 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); | 
| James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5225 | } | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5226 | return ndlp; | 
|  | 5227 | } | 
|  | 5228 |  | 
| James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5229 | /* This routine decrements the reference count for a ndlp structure. If the | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5230 | * count goes to 0, this indicates the the associated nodelist should be | 
|  | 5231 | * freed. Returning 1 indicates the ndlp resource has been released; on the | 
|  | 5232 | * other hand, returning 0 indicates the ndlp resource has not been released | 
|  | 5233 | * yet. | 
| James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5234 | */ | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5235 | int | 
|  | 5236 | lpfc_nlp_put(struct lpfc_nodelist *ndlp) | 
|  | 5237 | { | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5238 | struct lpfc_hba *phba; | 
|  | 5239 | unsigned long flags; | 
|  | 5240 |  | 
|  | 5241 | if (!ndlp) | 
|  | 5242 | return 1; | 
|  | 5243 |  | 
|  | 5244 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, | 
|  | 5245 | "node put:        did:x%x flg:x%x refcnt:x%x", | 
|  | 5246 | ndlp->nlp_DID, ndlp->nlp_flag, | 
|  | 5247 | atomic_read(&ndlp->kref.refcount)); | 
| James Smart | a257bf9 | 2009-04-06 18:48:10 -0400 | [diff] [blame] | 5248 | phba = ndlp->phba; | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5249 | spin_lock_irqsave(&phba->ndlp_lock, flags); | 
|  | 5250 | /* Check the ndlp memory free acknowledge flag to avoid the | 
|  | 5251 | * possible race condition that kref_put got invoked again | 
|  | 5252 | * after previous one has done ndlp memory free. | 
|  | 5253 | */ | 
|  | 5254 | if (NLP_CHK_FREE_ACK(ndlp)) { | 
|  | 5255 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); | 
|  | 5256 | lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE, | 
|  | 5257 | "0274 lpfc_nlp_put: ndlp:x%p " | 
|  | 5258 | "usgmap:x%x refcnt:%d\n", | 
|  | 5259 | (void *)ndlp, ndlp->nlp_usg_map, | 
|  | 5260 | atomic_read(&ndlp->kref.refcount)); | 
|  | 5261 | return 1; | 
| James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5262 | } | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5263 | /* Check the ndlp inactivate log flag to avoid the possible | 
|  | 5264 | * race condition that kref_put got invoked again after ndlp | 
|  | 5265 | * is already in inactivating state. | 
|  | 5266 | */ | 
|  | 5267 | if (NLP_CHK_IACT_REQ(ndlp)) { | 
|  | 5268 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); | 
|  | 5269 | lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE, | 
|  | 5270 | "0275 lpfc_nlp_put: ndlp:x%p " | 
|  | 5271 | "usgmap:x%x refcnt:%d\n", | 
|  | 5272 | (void *)ndlp, ndlp->nlp_usg_map, | 
|  | 5273 | atomic_read(&ndlp->kref.refcount)); | 
|  | 5274 | return 1; | 
|  | 5275 | } | 
|  | 5276 | /* For last put, mark the ndlp usage flags to make sure no | 
|  | 5277 | * other kref_get and kref_put on the same ndlp shall get | 
|  | 5278 | * in between the process when the final kref_put has been | 
|  | 5279 | * invoked on this ndlp. | 
|  | 5280 | */ | 
|  | 5281 | if (atomic_read(&ndlp->kref.refcount) == 1) { | 
|  | 5282 | /* Indicate ndlp is put to inactive state. */ | 
|  | 5283 | NLP_SET_IACT_REQ(ndlp); | 
|  | 5284 | /* Acknowledge ndlp memory free has been seen. */ | 
|  | 5285 | if (NLP_CHK_FREE_REQ(ndlp)) | 
|  | 5286 | NLP_SET_FREE_ACK(ndlp); | 
|  | 5287 | } | 
|  | 5288 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); | 
|  | 5289 | /* Note, the kref_put returns 1 when decrementing a reference | 
|  | 5290 | * count that was 1, it invokes the release callback function, | 
|  | 5291 | * but it still left the reference count as 1 (not actually | 
|  | 5292 | * performs the last decrementation). Otherwise, it actually | 
|  | 5293 | * decrements the reference count and returns 0. | 
|  | 5294 | */ | 
|  | 5295 | return kref_put(&ndlp->kref, lpfc_nlp_release); | 
| James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 5296 | } | 
| James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5297 |  | 
|  | 5298 | /* 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] | 5299 | * by any other discovery thread. This routine returns 1 if the | 
|  | 5300 | * ndlp has been freed. A return value of 0 indicates the ndlp is | 
|  | 5301 | * not yet been released. | 
| James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5302 | */ | 
|  | 5303 | int | 
|  | 5304 | lpfc_nlp_not_used(struct lpfc_nodelist *ndlp) | 
|  | 5305 | { | 
|  | 5306 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, | 
|  | 5307 | "node not used:   did:x%x flg:x%x refcnt:x%x", | 
|  | 5308 | ndlp->nlp_DID, ndlp->nlp_flag, | 
|  | 5309 | atomic_read(&ndlp->kref.refcount)); | 
| James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 5310 | if (atomic_read(&ndlp->kref.refcount) == 1) | 
|  | 5311 | if (lpfc_nlp_put(ndlp)) | 
|  | 5312 | return 1; | 
| James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 5313 | return 0; | 
|  | 5314 | } | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5315 |  | 
|  | 5316 | /** | 
|  | 5317 | * lpfc_fcf_inuse - Check if FCF can be unregistered. | 
|  | 5318 | * @phba: Pointer to hba context object. | 
|  | 5319 | * | 
|  | 5320 | * This function iterate through all FC nodes associated | 
|  | 5321 | * will all vports to check if there is any node with | 
|  | 5322 | * fc_rports associated with it. If there is an fc_rport | 
|  | 5323 | * associated with the node, then the node is either in | 
|  | 5324 | * discovered state or its devloss_timer is pending. | 
|  | 5325 | */ | 
|  | 5326 | static int | 
|  | 5327 | lpfc_fcf_inuse(struct lpfc_hba *phba) | 
|  | 5328 | { | 
|  | 5329 | struct lpfc_vport **vports; | 
|  | 5330 | int i, ret = 0; | 
|  | 5331 | struct lpfc_nodelist *ndlp; | 
|  | 5332 | struct Scsi_Host  *shost; | 
|  | 5333 |  | 
|  | 5334 | vports = lpfc_create_vport_work_array(phba); | 
|  | 5335 |  | 
| James Smart | 63e801c | 2010-11-20 23:14:19 -0500 | [diff] [blame] | 5336 | /* If driver cannot allocate memory, indicate fcf is in use */ | 
|  | 5337 | if (!vports) | 
|  | 5338 | return 1; | 
|  | 5339 |  | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5340 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { | 
|  | 5341 | shost = lpfc_shost_from_vport(vports[i]); | 
|  | 5342 | spin_lock_irq(shost->host_lock); | 
|  | 5343 | list_for_each_entry(ndlp, &vports[i]->fc_nodes, nlp_listp) { | 
|  | 5344 | if (NLP_CHK_NODE_ACT(ndlp) && ndlp->rport && | 
|  | 5345 | (ndlp->rport->roles & FC_RPORT_ROLE_FCP_TARGET)) { | 
|  | 5346 | ret = 1; | 
|  | 5347 | spin_unlock_irq(shost->host_lock); | 
|  | 5348 | goto out; | 
| James Smart | 891478a | 2009-11-18 15:40:23 -0500 | [diff] [blame] | 5349 | } else { | 
|  | 5350 | lpfc_printf_log(phba, KERN_INFO, LOG_ELS, | 
|  | 5351 | "2624 RPI %x DID %x flg %x still " | 
|  | 5352 | "logged in\n", | 
|  | 5353 | ndlp->nlp_rpi, ndlp->nlp_DID, | 
|  | 5354 | ndlp->nlp_flag); | 
| James Smart | 4042629 | 2010-12-15 17:58:10 -0500 | [diff] [blame] | 5355 | if (ndlp->nlp_flag & NLP_RPI_REGISTERED) | 
| James Smart | 891478a | 2009-11-18 15:40:23 -0500 | [diff] [blame] | 5356 | ret = 1; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5357 | } | 
|  | 5358 | } | 
|  | 5359 | spin_unlock_irq(shost->host_lock); | 
|  | 5360 | } | 
|  | 5361 | out: | 
|  | 5362 | lpfc_destroy_vport_work_array(phba, vports); | 
|  | 5363 | return ret; | 
|  | 5364 | } | 
|  | 5365 |  | 
|  | 5366 | /** | 
|  | 5367 | * lpfc_unregister_vfi_cmpl - Completion handler for unreg vfi. | 
|  | 5368 | * @phba: Pointer to hba context object. | 
|  | 5369 | * @mboxq: Pointer to mailbox object. | 
|  | 5370 | * | 
|  | 5371 | * This function frees memory associated with the mailbox command. | 
|  | 5372 | */ | 
|  | 5373 | static void | 
|  | 5374 | lpfc_unregister_vfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) | 
|  | 5375 | { | 
|  | 5376 | struct lpfc_vport *vport = mboxq->vport; | 
| James Smart | 38b92ef | 2010-08-04 16:11:39 -0400 | [diff] [blame] | 5377 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5378 |  | 
|  | 5379 | if (mboxq->u.mb.mbxStatus) { | 
|  | 5380 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, | 
|  | 5381 | "2555 UNREG_VFI mbxStatus error x%x " | 
|  | 5382 | "HBA state x%x\n", | 
|  | 5383 | mboxq->u.mb.mbxStatus, vport->port_state); | 
|  | 5384 | } | 
| James Smart | 38b92ef | 2010-08-04 16:11:39 -0400 | [diff] [blame] | 5385 | spin_lock_irq(shost->host_lock); | 
|  | 5386 | phba->pport->fc_flag &= ~FC_VFI_REGISTERED; | 
|  | 5387 | spin_unlock_irq(shost->host_lock); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5388 | mempool_free(mboxq, phba->mbox_mem_pool); | 
|  | 5389 | return; | 
|  | 5390 | } | 
|  | 5391 |  | 
|  | 5392 | /** | 
|  | 5393 | * lpfc_unregister_fcfi_cmpl - Completion handler for unreg fcfi. | 
|  | 5394 | * @phba: Pointer to hba context object. | 
|  | 5395 | * @mboxq: Pointer to mailbox object. | 
|  | 5396 | * | 
|  | 5397 | * This function frees memory associated with the mailbox command. | 
|  | 5398 | */ | 
|  | 5399 | static void | 
|  | 5400 | lpfc_unregister_fcfi_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq) | 
|  | 5401 | { | 
|  | 5402 | struct lpfc_vport *vport = mboxq->vport; | 
|  | 5403 |  | 
|  | 5404 | if (mboxq->u.mb.mbxStatus) { | 
|  | 5405 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, | 
|  | 5406 | "2550 UNREG_FCFI mbxStatus error x%x " | 
|  | 5407 | "HBA state x%x\n", | 
|  | 5408 | mboxq->u.mb.mbxStatus, vport->port_state); | 
|  | 5409 | } | 
|  | 5410 | mempool_free(mboxq, phba->mbox_mem_pool); | 
|  | 5411 | return; | 
|  | 5412 | } | 
|  | 5413 |  | 
|  | 5414 | /** | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5415 | * lpfc_unregister_fcf_prep - Unregister fcf record preparation | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5416 | * @phba: Pointer to hba context object. | 
|  | 5417 | * | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5418 | * This function prepare the HBA for unregistering the currently registered | 
|  | 5419 | * FCF from the HBA. It performs unregistering, in order, RPIs, VPIs, and | 
|  | 5420 | * VFIs. | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5421 | */ | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5422 | int | 
|  | 5423 | lpfc_unregister_fcf_prep(struct lpfc_hba *phba) | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5424 | { | 
|  | 5425 | LPFC_MBOXQ_t *mbox; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5426 | struct lpfc_vport **vports; | 
| James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 5427 | struct lpfc_nodelist *ndlp; | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 5428 | struct Scsi_Host *shost; | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5429 | int i, rc; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5430 |  | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5431 | /* Unregister RPIs */ | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5432 | if (lpfc_fcf_inuse(phba)) | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5433 | lpfc_unreg_hba_rpis(phba); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5434 |  | 
| James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 5435 | /* At this point, all discovery is aborted */ | 
|  | 5436 | phba->pport->port_state = LPFC_VPORT_UNKNOWN; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5437 |  | 
|  | 5438 | /* Unregister VPIs */ | 
|  | 5439 | vports = lpfc_create_vport_work_array(phba); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5440 | if (vports && (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)) | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5441 | for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) { | 
| James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 5442 | /* Stop FLOGI/FDISC retries */ | 
|  | 5443 | ndlp = lpfc_findnode_did(vports[i], Fabric_DID); | 
|  | 5444 | if (ndlp) | 
|  | 5445 | lpfc_cancel_retry_delay_tmo(vports[i], ndlp); | 
| James Smart | 78730cf | 2010-04-06 15:06:30 -0400 | [diff] [blame] | 5446 | lpfc_cleanup_pending_mbox(vports[i]); | 
| James Smart | 5af5eee | 2010-10-22 11:06:38 -0400 | [diff] [blame] | 5447 | if (phba->sli_rev == LPFC_SLI_REV4) | 
|  | 5448 | lpfc_sli4_unreg_all_rpis(vports[i]); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5449 | lpfc_mbx_unreg_vpi(vports[i]); | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 5450 | shost = lpfc_shost_from_vport(vports[i]); | 
|  | 5451 | spin_lock_irq(shost->host_lock); | 
| James Smart | 891478a | 2009-11-18 15:40:23 -0500 | [diff] [blame] | 5452 | vports[i]->fc_flag |= FC_VPORT_NEEDS_INIT_VPI; | 
| James Smart | c868595 | 2009-11-18 15:39:16 -0500 | [diff] [blame] | 5453 | vports[i]->vpi_state &= ~LPFC_VPI_REGISTERED; | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 5454 | spin_unlock_irq(shost->host_lock); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5455 | } | 
|  | 5456 | lpfc_destroy_vport_work_array(phba, vports); | 
|  | 5457 |  | 
| James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 5458 | /* Cleanup any outstanding ELS commands */ | 
|  | 5459 | lpfc_els_flush_all_cmd(phba); | 
|  | 5460 |  | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5461 | /* Unregister VFI */ | 
|  | 5462 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); | 
|  | 5463 | if (!mbox) { | 
|  | 5464 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5465 | "2556 UNREG_VFI mbox allocation failed" | 
|  | 5466 | "HBA state x%x\n", phba->pport->port_state); | 
|  | 5467 | return -ENOMEM; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5468 | } | 
|  | 5469 |  | 
| James Smart | 6669f9b | 2009-10-02 15:16:45 -0400 | [diff] [blame] | 5470 | lpfc_unreg_vfi(mbox, phba->pport); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5471 | mbox->vport = phba->pport; | 
|  | 5472 | mbox->mbox_cmpl = lpfc_unregister_vfi_cmpl; | 
|  | 5473 |  | 
|  | 5474 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); | 
|  | 5475 | if (rc == MBX_NOT_FINISHED) { | 
|  | 5476 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5477 | "2557 UNREG_VFI issue mbox failed rc x%x " | 
|  | 5478 | "HBA state x%x\n", | 
|  | 5479 | rc, phba->pport->port_state); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5480 | mempool_free(mbox, phba->mbox_mem_pool); | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5481 | return -EIO; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5482 | } | 
|  | 5483 |  | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 5484 | shost = lpfc_shost_from_vport(phba->pport); | 
|  | 5485 | spin_lock_irq(shost->host_lock); | 
| James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 5486 | phba->pport->fc_flag &= ~FC_VFI_REGISTERED; | 
| James Smart | 72100cc | 2010-02-12 14:43:01 -0500 | [diff] [blame] | 5487 | spin_unlock_irq(shost->host_lock); | 
| James Smart | 695a814 | 2010-01-26 23:08:03 -0500 | [diff] [blame] | 5488 |  | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5489 | return 0; | 
|  | 5490 | } | 
|  | 5491 |  | 
|  | 5492 | /** | 
|  | 5493 | * lpfc_sli4_unregister_fcf - Unregister currently registered FCF record | 
|  | 5494 | * @phba: Pointer to hba context object. | 
|  | 5495 | * | 
|  | 5496 | * This function issues synchronous unregister FCF mailbox command to HBA to | 
|  | 5497 | * unregister the currently registered FCF record. The driver does not reset | 
|  | 5498 | * the driver FCF usage state flags. | 
|  | 5499 | * | 
|  | 5500 | * Return 0 if successfully issued, none-zero otherwise. | 
|  | 5501 | */ | 
|  | 5502 | int | 
|  | 5503 | lpfc_sli4_unregister_fcf(struct lpfc_hba *phba) | 
|  | 5504 | { | 
|  | 5505 | LPFC_MBOXQ_t *mbox; | 
|  | 5506 | int rc; | 
|  | 5507 |  | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5508 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); | 
|  | 5509 | if (!mbox) { | 
|  | 5510 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5511 | "2551 UNREG_FCFI mbox allocation failed" | 
|  | 5512 | "HBA state x%x\n", phba->pport->port_state); | 
|  | 5513 | return -ENOMEM; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5514 | } | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5515 | lpfc_unreg_fcfi(mbox, phba->fcf.fcfi); | 
|  | 5516 | mbox->vport = phba->pport; | 
|  | 5517 | mbox->mbox_cmpl = lpfc_unregister_fcfi_cmpl; | 
|  | 5518 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); | 
|  | 5519 |  | 
|  | 5520 | if (rc == MBX_NOT_FINISHED) { | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5521 | lpfc_printf_log(phba, KERN_ERR, LOG_SLI, | 
|  | 5522 | "2552 Unregister FCFI command failed rc x%x " | 
|  | 5523 | "HBA state x%x\n", | 
|  | 5524 | rc, phba->pport->port_state); | 
|  | 5525 | return -EINVAL; | 
|  | 5526 | } | 
|  | 5527 | return 0; | 
|  | 5528 | } | 
|  | 5529 |  | 
|  | 5530 | /** | 
|  | 5531 | * lpfc_unregister_fcf_rescan - Unregister currently registered fcf and rescan | 
|  | 5532 | * @phba: Pointer to hba context object. | 
|  | 5533 | * | 
|  | 5534 | * This function unregisters the currently reigstered FCF. This function | 
|  | 5535 | * also tries to find another FCF for discovery by rescan the HBA FCF table. | 
|  | 5536 | */ | 
|  | 5537 | void | 
|  | 5538 | lpfc_unregister_fcf_rescan(struct lpfc_hba *phba) | 
|  | 5539 | { | 
|  | 5540 | int rc; | 
|  | 5541 |  | 
|  | 5542 | /* Preparation for unregistering fcf */ | 
|  | 5543 | rc = lpfc_unregister_fcf_prep(phba); | 
|  | 5544 | if (rc) { | 
|  | 5545 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY, | 
|  | 5546 | "2748 Failed to prepare for unregistering " | 
|  | 5547 | "HBA's FCF record: rc=%d\n", rc); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5548 | return; | 
|  | 5549 | } | 
|  | 5550 |  | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5551 | /* Now, unregister FCF record and reset HBA FCF state */ | 
|  | 5552 | rc = lpfc_sli4_unregister_fcf(phba); | 
|  | 5553 | if (rc) | 
|  | 5554 | return; | 
|  | 5555 | /* Reset HBA FCF states after successful unregister FCF */ | 
|  | 5556 | phba->fcf.fcf_flag = 0; | 
| James Smart | fc2b989 | 2010-02-26 14:15:29 -0500 | [diff] [blame] | 5557 | phba->fcf.current_rec.flag = 0; | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5558 |  | 
|  | 5559 | /* | 
|  | 5560 | * If driver is not unloading, check if there is any other | 
|  | 5561 | * FCF record that can be used for discovery. | 
|  | 5562 | */ | 
|  | 5563 | if ((phba->pport->load_flag & FC_UNLOADING) || | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5564 | (phba->link_state < LPFC_LINK_UP)) | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5565 | return; | 
|  | 5566 |  | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 5567 | /* This is considered as the initial FCF discovery scan */ | 
|  | 5568 | spin_lock_irq(&phba->hbalock); | 
|  | 5569 | phba->fcf.fcf_flag |= FCF_INIT_DISC; | 
|  | 5570 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | 38b92ef | 2010-08-04 16:11:39 -0400 | [diff] [blame] | 5571 |  | 
|  | 5572 | /* Reset FCF roundrobin bmask for new discovery */ | 
|  | 5573 | memset(phba->fcf.fcf_rr_bmask, 0, sizeof(*phba->fcf.fcf_rr_bmask)); | 
|  | 5574 |  | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 5575 | 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] | 5576 |  | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 5577 | if (rc) { | 
|  | 5578 | spin_lock_irq(&phba->hbalock); | 
|  | 5579 | phba->fcf.fcf_flag &= ~FCF_INIT_DISC; | 
|  | 5580 | spin_unlock_irq(&phba->hbalock); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5581 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY|LOG_MBOX, | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5582 | "2553 lpfc_unregister_unused_fcf failed " | 
|  | 5583 | "to read FCF record HBA state x%x\n", | 
|  | 5584 | phba->pport->port_state); | 
| James Smart | 0c9ab6f | 2010-02-26 14:15:57 -0500 | [diff] [blame] | 5585 | } | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5586 | } | 
|  | 5587 |  | 
|  | 5588 | /** | 
|  | 5589 | * lpfc_unregister_fcf - Unregister the currently registered fcf record | 
|  | 5590 | * @phba: Pointer to hba context object. | 
|  | 5591 | * | 
|  | 5592 | * This function just unregisters the currently reigstered FCF. It does not | 
|  | 5593 | * try to find another FCF for discovery. | 
|  | 5594 | */ | 
|  | 5595 | void | 
|  | 5596 | lpfc_unregister_fcf(struct lpfc_hba *phba) | 
|  | 5597 | { | 
|  | 5598 | int rc; | 
|  | 5599 |  | 
|  | 5600 | /* Preparation for unregistering fcf */ | 
|  | 5601 | rc = lpfc_unregister_fcf_prep(phba); | 
|  | 5602 | if (rc) { | 
|  | 5603 | lpfc_printf_log(phba, KERN_ERR, LOG_DISCOVERY, | 
|  | 5604 | "2749 Failed to prepare for unregistering " | 
|  | 5605 | "HBA's FCF record: rc=%d\n", rc); | 
|  | 5606 | return; | 
|  | 5607 | } | 
|  | 5608 |  | 
|  | 5609 | /* Now, unregister FCF record and reset HBA FCF state */ | 
|  | 5610 | rc = lpfc_sli4_unregister_fcf(phba); | 
|  | 5611 | if (rc) | 
|  | 5612 | return; | 
|  | 5613 | /* Set proper HBA FCF states after successful unregister FCF */ | 
|  | 5614 | spin_lock_irq(&phba->hbalock); | 
|  | 5615 | phba->fcf.fcf_flag &= ~FCF_REGISTERED; | 
|  | 5616 | spin_unlock_irq(&phba->hbalock); | 
|  | 5617 | } | 
|  | 5618 |  | 
|  | 5619 | /** | 
|  | 5620 | * lpfc_unregister_unused_fcf - Unregister FCF if all devices are disconnected. | 
|  | 5621 | * @phba: Pointer to hba context object. | 
|  | 5622 | * | 
|  | 5623 | * This function check if there are any connected remote port for the FCF and | 
|  | 5624 | * if all the devices are disconnected, this function unregister FCFI. | 
|  | 5625 | * This function also tries to use another FCF for discovery. | 
|  | 5626 | */ | 
|  | 5627 | void | 
|  | 5628 | lpfc_unregister_unused_fcf(struct lpfc_hba *phba) | 
|  | 5629 | { | 
|  | 5630 | /* | 
| James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 5631 | * If HBA is not running in FIP mode, if HBA does not support | 
|  | 5632 | * FCoE, if FCF discovery is ongoing, or if FCF has not been | 
|  | 5633 | * registered, do nothing. | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5634 | */ | 
|  | 5635 | spin_lock_irq(&phba->hbalock); | 
| James Smart | 76a95d7 | 2010-11-20 23:11:48 -0500 | [diff] [blame] | 5636 | if (!(phba->hba_flag & HBA_FCOE_MODE) || | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5637 | !(phba->fcf.fcf_flag & FCF_REGISTERED) || | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 5638 | !(phba->hba_flag & HBA_FIP_SUPPORT) || | 
| James Smart | 3804dc8 | 2010-07-14 15:31:37 -0400 | [diff] [blame] | 5639 | (phba->fcf.fcf_flag & FCF_DISCOVERY) || | 
| James Smart | dbb6b3a | 2010-06-08 18:31:37 -0400 | [diff] [blame] | 5640 | (phba->pport->port_state == LPFC_FLOGI)) { | 
| James Smart | ecfd03c | 2010-02-12 14:41:27 -0500 | [diff] [blame] | 5641 | spin_unlock_irq(&phba->hbalock); | 
|  | 5642 | return; | 
|  | 5643 | } | 
|  | 5644 | spin_unlock_irq(&phba->hbalock); | 
|  | 5645 |  | 
|  | 5646 | if (lpfc_fcf_inuse(phba)) | 
|  | 5647 | return; | 
|  | 5648 |  | 
|  | 5649 | lpfc_unregister_fcf_rescan(phba); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5650 | } | 
|  | 5651 |  | 
|  | 5652 | /** | 
|  | 5653 | * lpfc_read_fcf_conn_tbl - Create driver FCF connection table. | 
|  | 5654 | * @phba: Pointer to hba context object. | 
|  | 5655 | * @buff: Buffer containing the FCF connection table as in the config | 
|  | 5656 | *         region. | 
|  | 5657 | * This function create driver data structure for the FCF connection | 
|  | 5658 | * record table read from config region 23. | 
|  | 5659 | */ | 
|  | 5660 | static void | 
|  | 5661 | lpfc_read_fcf_conn_tbl(struct lpfc_hba *phba, | 
|  | 5662 | uint8_t *buff) | 
|  | 5663 | { | 
|  | 5664 | struct lpfc_fcf_conn_entry *conn_entry, *next_conn_entry; | 
|  | 5665 | struct lpfc_fcf_conn_hdr *conn_hdr; | 
|  | 5666 | struct lpfc_fcf_conn_rec *conn_rec; | 
|  | 5667 | uint32_t record_count; | 
|  | 5668 | int i; | 
|  | 5669 |  | 
|  | 5670 | /* Free the current connect table */ | 
|  | 5671 | list_for_each_entry_safe(conn_entry, next_conn_entry, | 
| James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 5672 | &phba->fcf_conn_rec_list, list) { | 
|  | 5673 | list_del_init(&conn_entry->list); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5674 | kfree(conn_entry); | 
| James Smart | 4d9ab99 | 2009-10-02 15:16:39 -0400 | [diff] [blame] | 5675 | } | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5676 |  | 
|  | 5677 | conn_hdr = (struct lpfc_fcf_conn_hdr *) buff; | 
|  | 5678 | record_count = conn_hdr->length * sizeof(uint32_t)/ | 
|  | 5679 | sizeof(struct lpfc_fcf_conn_rec); | 
|  | 5680 |  | 
|  | 5681 | conn_rec = (struct lpfc_fcf_conn_rec *) | 
|  | 5682 | (buff + sizeof(struct lpfc_fcf_conn_hdr)); | 
|  | 5683 |  | 
|  | 5684 | for (i = 0; i < record_count; i++) { | 
|  | 5685 | if (!(conn_rec[i].flags & FCFCNCT_VALID)) | 
|  | 5686 | continue; | 
|  | 5687 | conn_entry = kzalloc(sizeof(struct lpfc_fcf_conn_entry), | 
|  | 5688 | GFP_KERNEL); | 
|  | 5689 | if (!conn_entry) { | 
|  | 5690 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, | 
|  | 5691 | "2566 Failed to allocate connection" | 
|  | 5692 | " table entry\n"); | 
|  | 5693 | return; | 
|  | 5694 | } | 
|  | 5695 |  | 
|  | 5696 | memcpy(&conn_entry->conn_rec, &conn_rec[i], | 
|  | 5697 | sizeof(struct lpfc_fcf_conn_rec)); | 
|  | 5698 | conn_entry->conn_rec.vlan_tag = | 
|  | 5699 | le16_to_cpu(conn_entry->conn_rec.vlan_tag) & 0xFFF; | 
|  | 5700 | conn_entry->conn_rec.flags = | 
|  | 5701 | le16_to_cpu(conn_entry->conn_rec.flags); | 
|  | 5702 | list_add_tail(&conn_entry->list, | 
|  | 5703 | &phba->fcf_conn_rec_list); | 
|  | 5704 | } | 
|  | 5705 | } | 
|  | 5706 |  | 
|  | 5707 | /** | 
|  | 5708 | * lpfc_read_fcoe_param - Read FCoe parameters from conf region.. | 
|  | 5709 | * @phba: Pointer to hba context object. | 
|  | 5710 | * @buff: Buffer containing the FCoE parameter data structure. | 
|  | 5711 | * | 
|  | 5712 | *  This function update driver data structure with config | 
|  | 5713 | *  parameters read from config region 23. | 
|  | 5714 | */ | 
|  | 5715 | static void | 
|  | 5716 | lpfc_read_fcoe_param(struct lpfc_hba *phba, | 
|  | 5717 | uint8_t *buff) | 
|  | 5718 | { | 
|  | 5719 | struct lpfc_fip_param_hdr *fcoe_param_hdr; | 
|  | 5720 | struct lpfc_fcoe_params *fcoe_param; | 
|  | 5721 |  | 
|  | 5722 | fcoe_param_hdr = (struct lpfc_fip_param_hdr *) | 
|  | 5723 | buff; | 
|  | 5724 | fcoe_param = (struct lpfc_fcoe_params *) | 
| James Smart | 32b9793 | 2009-07-19 10:01:21 -0400 | [diff] [blame] | 5725 | (buff + sizeof(struct lpfc_fip_param_hdr)); | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5726 |  | 
|  | 5727 | if ((fcoe_param_hdr->parm_version != FIPP_VERSION) || | 
|  | 5728 | (fcoe_param_hdr->length != FCOE_PARAM_LENGTH)) | 
|  | 5729 | return; | 
|  | 5730 |  | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5731 | if (fcoe_param_hdr->parm_flags & FIPP_VLAN_VALID) { | 
|  | 5732 | phba->valid_vlan = 1; | 
|  | 5733 | phba->vlan_id = le16_to_cpu(fcoe_param->vlan_tag) & | 
|  | 5734 | 0xFFF; | 
|  | 5735 | } | 
|  | 5736 |  | 
|  | 5737 | phba->fc_map[0] = fcoe_param->fc_map[0]; | 
|  | 5738 | phba->fc_map[1] = fcoe_param->fc_map[1]; | 
|  | 5739 | phba->fc_map[2] = fcoe_param->fc_map[2]; | 
|  | 5740 | return; | 
|  | 5741 | } | 
|  | 5742 |  | 
|  | 5743 | /** | 
|  | 5744 | * lpfc_get_rec_conf23 - Get a record type in config region data. | 
|  | 5745 | * @buff: Buffer containing config region 23 data. | 
|  | 5746 | * @size: Size of the data buffer. | 
|  | 5747 | * @rec_type: Record type to be searched. | 
|  | 5748 | * | 
|  | 5749 | * This function searches config region data to find the begining | 
|  | 5750 | * of the record specified by record_type. If record found, this | 
|  | 5751 | * function return pointer to the record else return NULL. | 
|  | 5752 | */ | 
|  | 5753 | static uint8_t * | 
|  | 5754 | lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type) | 
|  | 5755 | { | 
|  | 5756 | uint32_t offset = 0, rec_length; | 
|  | 5757 |  | 
|  | 5758 | if ((buff[0] == LPFC_REGION23_LAST_REC) || | 
|  | 5759 | (size < sizeof(uint32_t))) | 
|  | 5760 | return NULL; | 
|  | 5761 |  | 
|  | 5762 | rec_length = buff[offset + 1]; | 
|  | 5763 |  | 
|  | 5764 | /* | 
|  | 5765 | * One TLV record has one word header and number of data words | 
|  | 5766 | * specified in the rec_length field of the record header. | 
|  | 5767 | */ | 
|  | 5768 | while ((offset + rec_length * sizeof(uint32_t) + sizeof(uint32_t)) | 
|  | 5769 | <= size) { | 
|  | 5770 | if (buff[offset] == rec_type) | 
|  | 5771 | return &buff[offset]; | 
|  | 5772 |  | 
|  | 5773 | if (buff[offset] == LPFC_REGION23_LAST_REC) | 
|  | 5774 | return NULL; | 
|  | 5775 |  | 
|  | 5776 | offset += rec_length * sizeof(uint32_t) + sizeof(uint32_t); | 
|  | 5777 | rec_length = buff[offset + 1]; | 
|  | 5778 | } | 
|  | 5779 | return NULL; | 
|  | 5780 | } | 
|  | 5781 |  | 
|  | 5782 | /** | 
|  | 5783 | * lpfc_parse_fcoe_conf - Parse FCoE config data read from config region 23. | 
|  | 5784 | * @phba: Pointer to lpfc_hba data structure. | 
|  | 5785 | * @buff: Buffer containing config region 23 data. | 
|  | 5786 | * @size: Size of the data buffer. | 
|  | 5787 | * | 
| Stefan Weil | eef35c2 | 2010-08-06 21:11:15 +0200 | [diff] [blame] | 5788 | * This function parses the FCoE config parameters in config region 23 and | 
| James Smart | 6fb120a | 2009-05-22 14:52:59 -0400 | [diff] [blame] | 5789 | * populate driver data structure with the parameters. | 
|  | 5790 | */ | 
|  | 5791 | void | 
|  | 5792 | lpfc_parse_fcoe_conf(struct lpfc_hba *phba, | 
|  | 5793 | uint8_t *buff, | 
|  | 5794 | uint32_t size) | 
|  | 5795 | { | 
|  | 5796 | uint32_t offset = 0, rec_length; | 
|  | 5797 | uint8_t *rec_ptr; | 
|  | 5798 |  | 
|  | 5799 | /* | 
|  | 5800 | * If data size is less than 2 words signature and version cannot be | 
|  | 5801 | * verified. | 
|  | 5802 | */ | 
|  | 5803 | if (size < 2*sizeof(uint32_t)) | 
|  | 5804 | return; | 
|  | 5805 |  | 
|  | 5806 | /* Check the region signature first */ | 
|  | 5807 | if (memcmp(buff, LPFC_REGION23_SIGNATURE, 4)) { | 
|  | 5808 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, | 
|  | 5809 | "2567 Config region 23 has bad signature\n"); | 
|  | 5810 | return; | 
|  | 5811 | } | 
|  | 5812 |  | 
|  | 5813 | offset += 4; | 
|  | 5814 |  | 
|  | 5815 | /* Check the data structure version */ | 
|  | 5816 | if (buff[offset] != LPFC_REGION23_VERSION) { | 
|  | 5817 | lpfc_printf_log(phba, KERN_ERR, LOG_INIT, | 
|  | 5818 | "2568 Config region 23 has bad version\n"); | 
|  | 5819 | return; | 
|  | 5820 | } | 
|  | 5821 | offset += 4; | 
|  | 5822 |  | 
|  | 5823 | rec_length = buff[offset + 1]; | 
|  | 5824 |  | 
|  | 5825 | /* Read FCoE param record */ | 
|  | 5826 | rec_ptr = lpfc_get_rec_conf23(&buff[offset], | 
|  | 5827 | size - offset, FCOE_PARAM_TYPE); | 
|  | 5828 | if (rec_ptr) | 
|  | 5829 | lpfc_read_fcoe_param(phba, rec_ptr); | 
|  | 5830 |  | 
|  | 5831 | /* Read FCF connection table */ | 
|  | 5832 | rec_ptr = lpfc_get_rec_conf23(&buff[offset], | 
|  | 5833 | size - offset, FCOE_CONN_TBL_TYPE); | 
|  | 5834 | if (rec_ptr) | 
|  | 5835 | lpfc_read_fcf_conn_tbl(phba, rec_ptr); | 
|  | 5836 |  | 
|  | 5837 | } |