| 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 | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 4 | * Copyright (C) 2004-2008 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> |
| 23 | #include <linux/pci.h> |
| 24 | #include <linux/kthread.h> |
| 25 | #include <linux/interrupt.h> |
| 26 | |
James.Smart@Emulex.Com | 9188652 | 2005-08-10 15:03:09 -0400 | [diff] [blame] | 27 | #include <scsi/scsi.h> |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 28 | #include <scsi/scsi_device.h> |
| 29 | #include <scsi/scsi_host.h> |
| 30 | #include <scsi/scsi_transport_fc.h> |
| 31 | |
| 32 | #include "lpfc_hw.h" |
| 33 | #include "lpfc_disc.h" |
| 34 | #include "lpfc_sli.h" |
| 35 | #include "lpfc_scsi.h" |
| 36 | #include "lpfc.h" |
| 37 | #include "lpfc_logmsg.h" |
| 38 | #include "lpfc_crtn.h" |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 39 | #include "lpfc_vport.h" |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 40 | #include "lpfc_debugfs.h" |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 41 | |
| 42 | /* AlpaArray for assignment of scsid for scan-down and bind_method */ |
| 43 | static uint8_t lpfcAlpaArray[] = { |
| 44 | 0xEF, 0xE8, 0xE4, 0xE2, 0xE1, 0xE0, 0xDC, 0xDA, 0xD9, 0xD6, |
| 45 | 0xD5, 0xD4, 0xD3, 0xD2, 0xD1, 0xCE, 0xCD, 0xCC, 0xCB, 0xCA, |
| 46 | 0xC9, 0xC7, 0xC6, 0xC5, 0xC3, 0xBC, 0xBA, 0xB9, 0xB6, 0xB5, |
| 47 | 0xB4, 0xB3, 0xB2, 0xB1, 0xAE, 0xAD, 0xAC, 0xAB, 0xAA, 0xA9, |
| 48 | 0xA7, 0xA6, 0xA5, 0xA3, 0x9F, 0x9E, 0x9D, 0x9B, 0x98, 0x97, |
| 49 | 0x90, 0x8F, 0x88, 0x84, 0x82, 0x81, 0x80, 0x7C, 0x7A, 0x79, |
| 50 | 0x76, 0x75, 0x74, 0x73, 0x72, 0x71, 0x6E, 0x6D, 0x6C, 0x6B, |
| 51 | 0x6A, 0x69, 0x67, 0x66, 0x65, 0x63, 0x5C, 0x5A, 0x59, 0x56, |
| 52 | 0x55, 0x54, 0x53, 0x52, 0x51, 0x4E, 0x4D, 0x4C, 0x4B, 0x4A, |
| 53 | 0x49, 0x47, 0x46, 0x45, 0x43, 0x3C, 0x3A, 0x39, 0x36, 0x35, |
| 54 | 0x34, 0x33, 0x32, 0x31, 0x2E, 0x2D, 0x2C, 0x2B, 0x2A, 0x29, |
| 55 | 0x27, 0x26, 0x25, 0x23, 0x1F, 0x1E, 0x1D, 0x1B, 0x18, 0x17, |
| 56 | 0x10, 0x0F, 0x08, 0x04, 0x02, 0x01 |
| 57 | }; |
| 58 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 59 | static void lpfc_disc_timeout_handler(struct lpfc_vport *); |
Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 60 | static void lpfc_disc_flush_list(struct lpfc_vport *vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 61 | |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 62 | void |
| 63 | lpfc_terminate_rport_io(struct fc_rport *rport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 64 | { |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 65 | struct lpfc_rport_data *rdata; |
| 66 | struct lpfc_nodelist * ndlp; |
| 67 | struct lpfc_hba *phba; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 68 | |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 69 | rdata = rport->dd_data; |
| 70 | ndlp = rdata->pnode; |
| 71 | |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 72 | if (!ndlp || !NLP_CHK_NODE_ACT(ndlp)) { |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 73 | if (rport->roles & FC_RPORT_ROLE_FCP_TARGET) |
| 74 | printk(KERN_ERR "Cannot find remote node" |
| 75 | " to terminate I/O Data x%x\n", |
| 76 | rport->port_id); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 77 | return; |
| 78 | } |
| 79 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 80 | phba = ndlp->vport->phba; |
James Smart | 1a16968 | 2006-03-07 15:04:06 -0500 | [diff] [blame] | 81 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 82 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_RPORT, |
| 83 | "rport terminate: sid:x%x did:x%x flg:x%x", |
| 84 | ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag); |
| 85 | |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 86 | if (ndlp->nlp_sid != NLP_NO_SID) { |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 87 | lpfc_sli_abort_iocb(ndlp->vport, |
| 88 | &phba->sli.ring[phba->sli.fcp_ring], |
| 89 | ndlp->nlp_sid, 0, LPFC_CTX_TGT); |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 90 | } |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 91 | } |
| 92 | |
| 93 | /* |
| 94 | * This function will be called when dev_loss_tmo fire. |
| 95 | */ |
| 96 | void |
| 97 | lpfc_dev_loss_tmo_callbk(struct fc_rport *rport) |
| 98 | { |
| 99 | struct lpfc_rport_data *rdata; |
| 100 | struct lpfc_nodelist * ndlp; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 101 | struct lpfc_vport *vport; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 102 | struct lpfc_hba *phba; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 103 | struct lpfc_work_evt *evtp; |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 104 | int put_node; |
| 105 | int put_rport; |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 106 | |
| 107 | rdata = rport->dd_data; |
| 108 | ndlp = rdata->pnode; |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 109 | if (!ndlp || !NLP_CHK_NODE_ACT(ndlp)) |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 110 | return; |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 111 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 112 | vport = ndlp->vport; |
| 113 | phba = vport->phba; |
| 114 | |
| 115 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT, |
| 116 | "rport devlosscb: sid:x%x did:x%x flg:x%x", |
| 117 | ndlp->nlp_sid, ndlp->nlp_DID, ndlp->nlp_flag); |
| 118 | |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 119 | /* Don't defer this if we are in the process of deleting the vport |
| 120 | * or unloading the driver. The unload will cleanup the node |
| 121 | * appropriately we just need to cleanup the ndlp rport info here. |
| 122 | */ |
| 123 | if (vport->load_flag & FC_UNLOADING) { |
| 124 | put_node = rdata->pnode != NULL; |
| 125 | put_rport = ndlp->rport != NULL; |
| 126 | rdata->pnode = NULL; |
| 127 | ndlp->rport = NULL; |
| 128 | if (put_node) |
| 129 | lpfc_nlp_put(ndlp); |
| 130 | if (put_rport) |
| 131 | put_device(&rport->dev); |
| 132 | return; |
| 133 | } |
| 134 | |
| 135 | if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) |
| 136 | return; |
| 137 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 138 | evtp = &ndlp->dev_loss_evt; |
| 139 | |
| 140 | if (!list_empty(&evtp->evt_listp)) |
| 141 | return; |
| 142 | |
| 143 | spin_lock_irq(&phba->hbalock); |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 144 | /* We need to hold the node by incrementing the reference |
| 145 | * count until this queued work is done |
| 146 | */ |
| 147 | evtp->evt_arg1 = lpfc_nlp_get(ndlp); |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 148 | if (evtp->evt_arg1) { |
| 149 | evtp->evt = LPFC_EVT_DEV_LOSS; |
| 150 | list_add_tail(&evtp->evt_listp, &phba->work_list); |
| 151 | lpfc_worker_wake_up(phba); |
| 152 | } |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 153 | spin_unlock_irq(&phba->hbalock); |
| 154 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 155 | return; |
| 156 | } |
| 157 | |
| 158 | /* |
| 159 | * This function is called from the worker thread when dev_loss_tmo |
| 160 | * expire. |
| 161 | */ |
Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 162 | static void |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 163 | lpfc_dev_loss_tmo_handler(struct lpfc_nodelist *ndlp) |
| 164 | { |
| 165 | struct lpfc_rport_data *rdata; |
| 166 | struct fc_rport *rport; |
| 167 | struct lpfc_vport *vport; |
| 168 | struct lpfc_hba *phba; |
| 169 | uint8_t *name; |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 170 | int put_node; |
| 171 | int put_rport; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 172 | int warn_on = 0; |
| 173 | |
| 174 | rport = ndlp->rport; |
| 175 | |
| 176 | if (!rport) |
| 177 | return; |
| 178 | |
| 179 | rdata = rport->dd_data; |
| 180 | name = (uint8_t *) &ndlp->nlp_portname; |
| 181 | vport = ndlp->vport; |
| 182 | phba = vport->phba; |
| 183 | |
| 184 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT, |
| 185 | "rport devlosstmo:did:x%x type:x%x id:x%x", |
| 186 | ndlp->nlp_DID, ndlp->nlp_type, rport->scsi_target_id); |
| 187 | |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 188 | /* Don't defer this if we are in the process of deleting the vport |
| 189 | * or unloading the driver. The unload will cleanup the node |
| 190 | * appropriately we just need to cleanup the ndlp rport info here. |
| 191 | */ |
| 192 | if (vport->load_flag & FC_UNLOADING) { |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 193 | if (ndlp->nlp_sid != NLP_NO_SID) { |
| 194 | /* flush the target */ |
| 195 | lpfc_sli_abort_iocb(vport, |
| 196 | &phba->sli.ring[phba->sli.fcp_ring], |
| 197 | ndlp->nlp_sid, 0, LPFC_CTX_TGT); |
| 198 | } |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 199 | put_node = rdata->pnode != NULL; |
| 200 | put_rport = ndlp->rport != NULL; |
| 201 | rdata->pnode = NULL; |
| 202 | ndlp->rport = NULL; |
| 203 | if (put_node) |
| 204 | lpfc_nlp_put(ndlp); |
| 205 | if (put_rport) |
| 206 | put_device(&rport->dev); |
| 207 | return; |
| 208 | } |
| 209 | |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 210 | if (ndlp->nlp_state == NLP_STE_MAPPED_NODE) { |
| 211 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 212 | "0284 Devloss timeout Ignored on " |
| 213 | "WWPN %x:%x:%x:%x:%x:%x:%x:%x " |
| 214 | "NPort x%x\n", |
| 215 | *name, *(name+1), *(name+2), *(name+3), |
| 216 | *(name+4), *(name+5), *(name+6), *(name+7), |
| 217 | ndlp->nlp_DID); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 218 | return; |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 219 | } |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 220 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 221 | if (ndlp->nlp_type & NLP_FABRIC) { |
| 222 | /* We will clean up these Nodes in linkup */ |
| 223 | put_node = rdata->pnode != NULL; |
| 224 | put_rport = ndlp->rport != NULL; |
| 225 | rdata->pnode = NULL; |
| 226 | ndlp->rport = NULL; |
| 227 | if (put_node) |
| 228 | lpfc_nlp_put(ndlp); |
| 229 | if (put_rport) |
| 230 | put_device(&rport->dev); |
James Smart | 8208571 | 2007-04-25 09:52:41 -0400 | [diff] [blame] | 231 | return; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 232 | } |
James Smart | 8208571 | 2007-04-25 09:52:41 -0400 | [diff] [blame] | 233 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 234 | if (ndlp->nlp_sid != NLP_NO_SID) { |
James.Smart@Emulex.Com | 6e8215e | 2005-06-25 10:34:04 -0400 | [diff] [blame] | 235 | warn_on = 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 236 | /* flush the target */ |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 237 | lpfc_sli_abort_iocb(vport, &phba->sli.ring[phba->sli.fcp_ring], |
| 238 | ndlp->nlp_sid, 0, LPFC_CTX_TGT); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 239 | } |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 240 | |
James.Smart@Emulex.Com | 6e8215e | 2005-06-25 10:34:04 -0400 | [diff] [blame] | 241 | if (warn_on) { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 242 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 243 | "0203 Devloss timeout on " |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 244 | "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x " |
| 245 | "NPort x%06x Data: x%x x%x x%x\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 246 | *name, *(name+1), *(name+2), *(name+3), |
| 247 | *(name+4), *(name+5), *(name+6), *(name+7), |
| 248 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 249 | ndlp->nlp_state, ndlp->nlp_rpi); |
James.Smart@Emulex.Com | 6e8215e | 2005-06-25 10:34:04 -0400 | [diff] [blame] | 250 | } else { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 251 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 252 | "0204 Devloss timeout on " |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 253 | "WWPN %02x:%02x:%02x:%02x:%02x:%02x:%02x:%02x " |
| 254 | "NPort x%06x Data: x%x x%x x%x\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 255 | *name, *(name+1), *(name+2), *(name+3), |
| 256 | *(name+4), *(name+5), *(name+6), *(name+7), |
| 257 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 258 | ndlp->nlp_state, ndlp->nlp_rpi); |
James.Smart@Emulex.Com | 6e8215e | 2005-06-25 10:34:04 -0400 | [diff] [blame] | 259 | } |
| 260 | |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 261 | put_node = rdata->pnode != NULL; |
| 262 | put_rport = ndlp->rport != NULL; |
| 263 | rdata->pnode = NULL; |
| 264 | ndlp->rport = NULL; |
| 265 | if (put_node) |
| 266 | lpfc_nlp_put(ndlp); |
| 267 | if (put_rport) |
| 268 | put_device(&rport->dev); |
| 269 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 270 | if (!(vport->load_flag & FC_UNLOADING) && |
James Smart | 1dcb58e | 2007-04-25 09:51:30 -0400 | [diff] [blame] | 271 | !(ndlp->nlp_flag & NLP_DELAY_TMO) && |
James Smart | 8208571 | 2007-04-25 09:52:41 -0400 | [diff] [blame] | 272 | !(ndlp->nlp_flag & NLP_NPR_2B_DISC) && |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 273 | (ndlp->nlp_state != NLP_STE_UNMAPPED_NODE)) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 274 | lpfc_disc_state_machine(vport, ndlp, NULL, NLP_EVT_DEVICE_RM); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 275 | } |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 276 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 277 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 278 | lpfc_work_list_done(struct lpfc_hba *phba) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 279 | { |
| 280 | struct lpfc_work_evt *evtp = NULL; |
| 281 | struct lpfc_nodelist *ndlp; |
| 282 | int free_evt; |
| 283 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 284 | spin_lock_irq(&phba->hbalock); |
| 285 | while (!list_empty(&phba->work_list)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 286 | list_remove_head((&phba->work_list), evtp, typeof(*evtp), |
| 287 | evt_listp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 288 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 289 | free_evt = 1; |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 290 | switch (evtp->evt) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 291 | case LPFC_EVT_ELS_RETRY: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 292 | ndlp = (struct lpfc_nodelist *) (evtp->evt_arg1); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 293 | lpfc_els_retry_delay_handler(ndlp); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 294 | free_evt = 0; /* evt is part of ndlp */ |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 295 | /* decrement the node reference count held |
| 296 | * for this queued work |
| 297 | */ |
| 298 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 299 | break; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 300 | case LPFC_EVT_DEV_LOSS: |
| 301 | ndlp = (struct lpfc_nodelist *)(evtp->evt_arg1); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 302 | lpfc_dev_loss_tmo_handler(ndlp); |
| 303 | free_evt = 0; |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 304 | /* decrement the node reference count held for |
| 305 | * this queued work |
| 306 | */ |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 307 | lpfc_nlp_put(ndlp); |
| 308 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 309 | case LPFC_EVT_ONLINE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 310 | if (phba->link_state < LPFC_LINK_DOWN) |
| 311 | *(int *) (evtp->evt_arg1) = lpfc_online(phba); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 312 | else |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 313 | *(int *) (evtp->evt_arg1) = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 314 | complete((struct completion *)(evtp->evt_arg2)); |
| 315 | break; |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 316 | case LPFC_EVT_OFFLINE_PREP: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 317 | if (phba->link_state >= LPFC_LINK_DOWN) |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 318 | lpfc_offline_prep(phba); |
| 319 | *(int *)(evtp->evt_arg1) = 0; |
| 320 | complete((struct completion *)(evtp->evt_arg2)); |
| 321 | break; |
| 322 | case LPFC_EVT_OFFLINE: |
| 323 | lpfc_offline(phba); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 324 | lpfc_sli_brdrestart(phba); |
| 325 | *(int *)(evtp->evt_arg1) = |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 326 | lpfc_sli_brdready(phba, HS_FFRDY | HS_MBRDY); |
| 327 | lpfc_unblock_mgmt_io(phba); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 328 | complete((struct completion *)(evtp->evt_arg2)); |
| 329 | break; |
| 330 | case LPFC_EVT_WARM_START: |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 331 | lpfc_offline(phba); |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 332 | lpfc_reset_barrier(phba); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 333 | lpfc_sli_brdreset(phba); |
| 334 | lpfc_hba_down_post(phba); |
| 335 | *(int *)(evtp->evt_arg1) = |
| 336 | lpfc_sli_brdready(phba, HS_MBRDY); |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 337 | lpfc_unblock_mgmt_io(phba); |
Jamie Wellnitz | 4141586 | 2006-02-28 19:25:27 -0500 | [diff] [blame] | 338 | complete((struct completion *)(evtp->evt_arg2)); |
| 339 | break; |
| 340 | case LPFC_EVT_KILL: |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 341 | lpfc_offline(phba); |
James Smart | 9290831 | 2006-03-07 15:04:13 -0500 | [diff] [blame] | 342 | *(int *)(evtp->evt_arg1) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 343 | = (phba->pport->stopped) |
| 344 | ? 0 : lpfc_sli_brdkill(phba); |
James Smart | 46fa311 | 2007-04-25 09:51:45 -0400 | [diff] [blame] | 345 | lpfc_unblock_mgmt_io(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 346 | complete((struct completion *)(evtp->evt_arg2)); |
| 347 | break; |
| 348 | } |
| 349 | if (free_evt) |
| 350 | kfree(evtp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 351 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 352 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 353 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 354 | |
| 355 | } |
| 356 | |
James Smart | 311464e | 2007-08-02 11:10:37 -0400 | [diff] [blame] | 357 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 358 | lpfc_work_done(struct lpfc_hba *phba) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 359 | { |
| 360 | struct lpfc_sli_ring *pring; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 361 | uint32_t ha_copy, status, control, work_port_events; |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 362 | struct lpfc_vport **vports; |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 363 | struct lpfc_vport *vport; |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 364 | int i; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 365 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 366 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 367 | ha_copy = phba->work_ha; |
| 368 | phba->work_ha = 0; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 369 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 370 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 371 | if (ha_copy & HA_ERATT) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 372 | lpfc_handle_eratt(phba); |
| 373 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 374 | if (ha_copy & HA_MBATT) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 375 | lpfc_sli_handle_mb_event(phba); |
| 376 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 377 | if (ha_copy & HA_LATT) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 378 | lpfc_handle_latt(phba); |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 379 | vports = lpfc_create_vport_work_array(phba); |
| 380 | if (vports != NULL) |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 381 | for(i = 0; i <= phba->max_vpi; i++) { |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 382 | /* |
| 383 | * We could have no vports in array if unloading, so if |
| 384 | * this happens then just use the pport |
| 385 | */ |
| 386 | if (vports[i] == NULL && i == 0) |
| 387 | vport = phba->pport; |
| 388 | else |
| 389 | vport = vports[i]; |
| 390 | if (vport == NULL) |
| 391 | break; |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 392 | spin_lock_irq(&vport->work_port_lock); |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 393 | work_port_events = vport->work_port_events; |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 394 | vport->work_port_events &= ~work_port_events; |
| 395 | spin_unlock_irq(&vport->work_port_lock); |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 396 | if (work_port_events & WORKER_DISC_TMO) |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 397 | lpfc_disc_timeout_handler(vport); |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 398 | if (work_port_events & WORKER_ELS_TMO) |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 399 | lpfc_els_timeout_handler(vport); |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 400 | if (work_port_events & WORKER_HB_TMO) |
| 401 | lpfc_hb_timeout_handler(phba); |
| 402 | if (work_port_events & WORKER_MBOX_TMO) |
| 403 | lpfc_mbox_timeout_handler(phba); |
| 404 | if (work_port_events & WORKER_FABRIC_BLOCK_TMO) |
| 405 | lpfc_unblock_fabric_iocbs(phba); |
| 406 | if (work_port_events & WORKER_FDMI_TMO) |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 407 | lpfc_fdmi_timeout_handler(vport); |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 408 | if (work_port_events & WORKER_RAMP_DOWN_QUEUE) |
| 409 | lpfc_ramp_down_queue_handler(phba); |
| 410 | if (work_port_events & WORKER_RAMP_UP_QUEUE) |
| 411 | lpfc_ramp_up_queue_handler(phba); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 412 | } |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 413 | lpfc_destroy_vport_work_array(phba, vports); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 414 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 415 | pring = &phba->sli.ring[LPFC_ELS_RING]; |
| 416 | status = (ha_copy & (HA_RXMASK << (4*LPFC_ELS_RING))); |
| 417 | status >>= (4*LPFC_ELS_RING); |
| 418 | if ((status & HA_RXMASK) |
| 419 | || (pring->flag & LPFC_DEFERRED_RING_EVENT)) { |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 420 | if (pring->flag & LPFC_STOP_IOCB_EVENT) { |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 421 | pring->flag |= LPFC_DEFERRED_RING_EVENT; |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 422 | /* Set the lpfc data pending flag */ |
| 423 | set_bit(LPFC_DATA_READY, &phba->data_flags); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 424 | } else { |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 425 | pring->flag &= ~LPFC_DEFERRED_RING_EVENT; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 426 | lpfc_sli_handle_slow_ring_event(phba, pring, |
| 427 | (status & |
| 428 | HA_RXMASK)); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 429 | } |
| 430 | /* |
| 431 | * Turn on Ring interrupts |
| 432 | */ |
| 433 | spin_lock_irq(&phba->hbalock); |
| 434 | control = readl(phba->HCregaddr); |
| 435 | if (!(control & (HC_R0INT_ENA << LPFC_ELS_RING))) { |
James Smart | a58cbd5 | 2007-08-02 11:09:43 -0400 | [diff] [blame] | 436 | lpfc_debugfs_slow_ring_trc(phba, |
| 437 | "WRK Enable ring: cntl:x%x hacopy:x%x", |
| 438 | control, ha_copy, 0); |
| 439 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 440 | control |= (HC_R0INT_ENA << LPFC_ELS_RING); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 441 | writel(control, phba->HCregaddr); |
| 442 | readl(phba->HCregaddr); /* flush */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 443 | } |
James Smart | a58cbd5 | 2007-08-02 11:09:43 -0400 | [diff] [blame] | 444 | else { |
| 445 | lpfc_debugfs_slow_ring_trc(phba, |
| 446 | "WRK Ring ok: cntl:x%x hacopy:x%x", |
| 447 | control, ha_copy, 0); |
| 448 | } |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 449 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 450 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 451 | lpfc_work_list_done(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 452 | } |
| 453 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 454 | int |
| 455 | lpfc_do_work(void *p) |
| 456 | { |
| 457 | struct lpfc_hba *phba = p; |
| 458 | int rc; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 459 | |
| 460 | set_user_nice(current, -20); |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 461 | phba->data_flags = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 462 | |
| 463 | while (1) { |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 464 | /* wait and check worker queue activities */ |
| 465 | rc = wait_event_interruptible(phba->work_waitq, |
| 466 | (test_and_clear_bit(LPFC_DATA_READY, |
| 467 | &phba->data_flags) |
| 468 | || kthread_should_stop())); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 469 | BUG_ON(rc); |
| 470 | |
| 471 | if (kthread_should_stop()) |
| 472 | break; |
| 473 | |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 474 | /* Attend pending lpfc data processing */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 475 | lpfc_work_done(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 476 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 477 | return 0; |
| 478 | } |
| 479 | |
| 480 | /* |
| 481 | * This is only called to handle FC worker events. Since this a rare |
| 482 | * occurance, we allocate a struct lpfc_work_evt structure here instead of |
| 483 | * embedding it in the IOCB. |
| 484 | */ |
| 485 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 486 | lpfc_workq_post_event(struct lpfc_hba *phba, void *arg1, void *arg2, |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 487 | uint32_t evt) |
| 488 | { |
| 489 | struct lpfc_work_evt *evtp; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 490 | unsigned long flags; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 491 | |
| 492 | /* |
| 493 | * All Mailbox completions and LPFC_ELS_RING rcv ring IOCB events will |
| 494 | * be queued to worker thread for processing |
| 495 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 496 | evtp = kmalloc(sizeof(struct lpfc_work_evt), GFP_ATOMIC); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 497 | if (!evtp) |
| 498 | return 0; |
| 499 | |
| 500 | evtp->evt_arg1 = arg1; |
| 501 | evtp->evt_arg2 = arg2; |
| 502 | evtp->evt = evt; |
| 503 | |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 504 | spin_lock_irqsave(&phba->hbalock, flags); |
James Smart | 071fbd3d | 2006-04-15 11:53:20 -0400 | [diff] [blame] | 505 | list_add_tail(&evtp->evt_listp, &phba->work_list); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 506 | spin_unlock_irqrestore(&phba->hbalock, flags); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 507 | |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 508 | lpfc_worker_wake_up(phba); |
| 509 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 510 | return 1; |
| 511 | } |
| 512 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 513 | void |
| 514 | lpfc_cleanup_rpis(struct lpfc_vport *vport, int remove) |
| 515 | { |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 516 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 517 | struct lpfc_hba *phba = vport->phba; |
| 518 | struct lpfc_nodelist *ndlp, *next_ndlp; |
| 519 | int rc; |
| 520 | |
| 521 | 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] | 522 | if (!NLP_CHK_NODE_ACT(ndlp)) |
| 523 | continue; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 524 | if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) |
| 525 | continue; |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 526 | if ((phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) || |
| 527 | ((vport->port_type == LPFC_NPIV_PORT) && |
| 528 | (ndlp->nlp_DID == NameServer_DID))) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 529 | lpfc_unreg_rpi(vport, ndlp); |
| 530 | |
| 531 | /* Leave Fabric nodes alone on link down */ |
| 532 | if (!remove && ndlp->nlp_type & NLP_FABRIC) |
| 533 | continue; |
| 534 | rc = lpfc_disc_state_machine(vport, ndlp, NULL, |
| 535 | remove |
| 536 | ? NLP_EVT_DEVICE_RM |
| 537 | : NLP_EVT_DEVICE_RECOVERY); |
| 538 | } |
| 539 | if (phba->sli3_options & LPFC_SLI3_VPORT_TEARDOWN) { |
| 540 | lpfc_mbx_unreg_vpi(vport); |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 541 | spin_lock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 542 | vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 543 | spin_unlock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 544 | } |
| 545 | } |
| 546 | |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 547 | void |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 548 | lpfc_port_link_failure(struct lpfc_vport *vport) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 549 | { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 550 | /* Cleanup any outstanding RSCN activity */ |
| 551 | lpfc_els_flush_rscn(vport); |
| 552 | |
| 553 | /* Cleanup any outstanding ELS commands */ |
| 554 | lpfc_els_flush_cmd(vport); |
| 555 | |
| 556 | lpfc_cleanup_rpis(vport, 0); |
| 557 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 558 | /* Turn off discovery timer if its running */ |
| 559 | lpfc_can_disctmo(vport); |
| 560 | } |
| 561 | |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 562 | static void |
| 563 | lpfc_linkdown_port(struct lpfc_vport *vport) |
| 564 | { |
| 565 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 566 | |
| 567 | fc_host_post_event(shost, fc_get_event_number(), FCH_EVT_LINKDOWN, 0); |
| 568 | |
| 569 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, |
| 570 | "Link Down: state:x%x rtry:x%x flg:x%x", |
| 571 | vport->port_state, vport->fc_ns_retry, vport->fc_flag); |
| 572 | |
| 573 | lpfc_port_link_failure(vport); |
| 574 | |
| 575 | } |
| 576 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 577 | int |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 578 | lpfc_linkdown(struct lpfc_hba *phba) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 579 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 580 | struct lpfc_vport *vport = phba->pport; |
| 581 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 582 | struct lpfc_vport **vports; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 583 | LPFC_MBOXQ_t *mb; |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 584 | int i; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 585 | |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 586 | if (phba->link_state == LPFC_LINK_DOWN) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 587 | return 0; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 588 | spin_lock_irq(&phba->hbalock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 589 | if (phba->link_state > LPFC_LINK_DOWN) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 590 | phba->link_state = LPFC_LINK_DOWN; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 591 | phba->pport->fc_flag &= ~FC_LBIT; |
| 592 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 593 | spin_unlock_irq(&phba->hbalock); |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 594 | vports = lpfc_create_vport_work_array(phba); |
| 595 | if (vports != NULL) |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 596 | for(i = 0; i <= phba->max_vpi && vports[i] != NULL; i++) { |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 597 | /* Issue a LINK DOWN event to all nodes */ |
| 598 | lpfc_linkdown_port(vports[i]); |
| 599 | } |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 600 | lpfc_destroy_vport_work_array(phba, vports); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 601 | /* Clean up any firmware default rpi's */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 602 | mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 603 | if (mb) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 604 | lpfc_unreg_did(phba, 0xffff, 0xffffffff, mb); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 605 | mb->vport = vport; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 606 | mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 607 | if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 608 | == MBX_NOT_FINISHED) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 609 | mempool_free(mb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 610 | } |
| 611 | } |
| 612 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 613 | /* Setup myDID for link up if we are in pt2pt mode */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 614 | if (phba->pport->fc_flag & FC_PT2PT) { |
| 615 | phba->pport->fc_myDID = 0; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 616 | mb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 617 | if (mb) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 618 | lpfc_config_link(phba, mb); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 619 | mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 620 | mb->vport = vport; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 621 | if (lpfc_sli_issue_mbox(phba, mb, MBX_NOWAIT) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 622 | == MBX_NOT_FINISHED) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 623 | mempool_free(mb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 624 | } |
| 625 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 626 | spin_lock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 627 | phba->pport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 628 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 629 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 630 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 631 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 632 | } |
| 633 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 634 | static void |
| 635 | lpfc_linkup_cleanup_nodes(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 636 | { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 637 | struct lpfc_nodelist *ndlp; |
| 638 | |
| 639 | list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 640 | if (!NLP_CHK_NODE_ACT(ndlp)) |
| 641 | continue; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 642 | if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) |
| 643 | continue; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 644 | if (ndlp->nlp_type & NLP_FABRIC) { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 645 | /* On Linkup its safe to clean up the ndlp |
| 646 | * from Fabric connections. |
| 647 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 648 | if (ndlp->nlp_DID != Fabric_DID) |
| 649 | lpfc_unreg_rpi(vport, ndlp); |
| 650 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE); |
| 651 | } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 652 | /* Fail outstanding IO now since device is |
| 653 | * marked for PLOGI. |
| 654 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 655 | lpfc_unreg_rpi(vport, ndlp); |
| 656 | } |
| 657 | } |
| 658 | } |
| 659 | |
| 660 | static void |
| 661 | lpfc_linkup_port(struct lpfc_vport *vport) |
| 662 | { |
| 663 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 664 | struct lpfc_hba *phba = vport->phba; |
| 665 | |
| 666 | if ((vport->load_flag & FC_UNLOADING) != 0) |
| 667 | return; |
| 668 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 669 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, |
| 670 | "Link Up: top:x%x speed:x%x flg:x%x", |
| 671 | phba->fc_topology, phba->fc_linkspeed, phba->link_flag); |
| 672 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 673 | /* If NPIV is not enabled, only bring the physical port up */ |
| 674 | if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) && |
| 675 | (vport != phba->pport)) |
| 676 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 677 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 678 | 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] | 679 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 680 | spin_lock_irq(shost->host_lock); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 681 | vport->fc_flag &= ~(FC_PT2PT | FC_PT2PT_PLOGI | FC_ABORT_DISCOVERY | |
| 682 | FC_RSCN_MODE | FC_NLP_MORE | FC_RSCN_DISCOVERY); |
| 683 | vport->fc_flag |= FC_NDISC_ACTIVE; |
| 684 | vport->fc_ns_retry = 0; |
| 685 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 686 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 687 | if (vport->fc_flag & FC_LBIT) |
| 688 | lpfc_linkup_cleanup_nodes(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 689 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 690 | } |
| 691 | |
| 692 | static int |
| 693 | lpfc_linkup(struct lpfc_hba *phba) |
| 694 | { |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 695 | struct lpfc_vport **vports; |
| 696 | int i; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 697 | |
| 698 | phba->link_state = LPFC_LINK_UP; |
| 699 | |
| 700 | /* Unblock fabric iocbs if they are blocked */ |
| 701 | clear_bit(FABRIC_COMANDS_BLOCKED, &phba->bit_flags); |
| 702 | del_timer_sync(&phba->fabric_block_timer); |
| 703 | |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 704 | vports = lpfc_create_vport_work_array(phba); |
| 705 | if (vports != NULL) |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 706 | for(i = 0; i <= phba->max_vpi && vports[i] != NULL; i++) |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 707 | lpfc_linkup_port(vports[i]); |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 708 | lpfc_destroy_vport_work_array(phba, vports); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 709 | if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) |
| 710 | lpfc_issue_clear_la(phba, phba->pport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 711 | |
| 712 | return 0; |
| 713 | } |
| 714 | |
| 715 | /* |
| 716 | * This routine handles processing a CLEAR_LA mailbox |
| 717 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 718 | * as the completion routine when the command is |
| 719 | * handed off to the SLI layer. |
| 720 | */ |
Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 721 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 722 | lpfc_mbx_cmpl_clear_la(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 723 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 724 | struct lpfc_vport *vport = pmb->vport; |
| 725 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 726 | struct lpfc_sli *psli = &phba->sli; |
| 727 | MAILBOX_t *mb = &pmb->mb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 728 | uint32_t control; |
| 729 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 730 | /* Since we don't do discovery right now, turn these off here */ |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 731 | psli->ring[psli->extra_ring].flag &= ~LPFC_STOP_IOCB_EVENT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 732 | psli->ring[psli->fcp_ring].flag &= ~LPFC_STOP_IOCB_EVENT; |
| 733 | psli->ring[psli->next_ring].flag &= ~LPFC_STOP_IOCB_EVENT; |
| 734 | |
| 735 | /* Check for error */ |
| 736 | if ((mb->mbxStatus) && (mb->mbxStatus != 0x1601)) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 737 | /* CLEAR_LA mbox error <mbxStatus> state <hba_state> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 738 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 739 | "0320 CLEAR_LA mbxStatus error x%x hba " |
| 740 | "state x%x\n", |
| 741 | mb->mbxStatus, vport->port_state); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 742 | phba->link_state = LPFC_HBA_ERROR; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 743 | goto out; |
| 744 | } |
| 745 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 746 | if (vport->port_type == LPFC_PHYSICAL_PORT) |
| 747 | phba->link_state = LPFC_HBA_READY; |
| 748 | |
| 749 | spin_lock_irq(&phba->hbalock); |
| 750 | psli->sli_flag |= LPFC_PROCESS_LA; |
| 751 | control = readl(phba->HCregaddr); |
| 752 | control |= HC_LAINT_ENA; |
| 753 | writel(control, phba->HCregaddr); |
| 754 | readl(phba->HCregaddr); /* flush */ |
| 755 | spin_unlock_irq(&phba->hbalock); |
James Smart | 1b32f6a | 2008-02-08 18:49:39 -0500 | [diff] [blame] | 756 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 757 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 758 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 759 | out: |
| 760 | /* Device Discovery completes */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 761 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 762 | "0225 Device Discovery completes\n"); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 763 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 764 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 765 | spin_lock_irq(shost->host_lock); |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 766 | vport->fc_flag &= ~FC_ABORT_DISCOVERY; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 767 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 768 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 769 | lpfc_can_disctmo(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 770 | |
| 771 | /* turn on Link Attention interrupts */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 772 | |
| 773 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 774 | psli->sli_flag |= LPFC_PROCESS_LA; |
| 775 | control = readl(phba->HCregaddr); |
| 776 | control |= HC_LAINT_ENA; |
| 777 | writel(control, phba->HCregaddr); |
| 778 | readl(phba->HCregaddr); /* flush */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 779 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 780 | |
| 781 | return; |
| 782 | } |
| 783 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 784 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 785 | static void |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 786 | lpfc_mbx_cmpl_local_config_link(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 787 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 788 | struct lpfc_vport *vport = pmb->vport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 789 | |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 790 | if (pmb->mb.mbxStatus) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 791 | goto out; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 792 | |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 793 | mempool_free(pmb, phba->mbox_mem_pool); |
| 794 | |
| 795 | if (phba->fc_topology == TOPOLOGY_LOOP && |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 796 | vport->fc_flag & FC_PUBLIC_LOOP && |
| 797 | !(vport->fc_flag & FC_LBIT)) { |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 798 | /* Need to wait for FAN - use discovery timer |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 799 | * for timeout. port_state is identically |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 800 | * LPFC_LOCAL_CFG_LINK while waiting for FAN |
| 801 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 802 | lpfc_set_disctmo(vport); |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 803 | return; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 804 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 805 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 806 | /* Start discovery by sending a FLOGI. port_state is identically |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 807 | * LPFC_FLOGI while waiting for FLOGI cmpl |
| 808 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 809 | if (vport->port_state != LPFC_FLOGI) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 810 | lpfc_initial_flogi(vport); |
| 811 | } |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 812 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 813 | |
| 814 | out: |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 815 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 816 | "0306 CONFIG_LINK mbxStatus error x%x " |
| 817 | "HBA state x%x\n", |
| 818 | pmb->mb.mbxStatus, vport->port_state); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 819 | mempool_free(pmb, phba->mbox_mem_pool); |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 820 | |
| 821 | lpfc_linkdown(phba); |
| 822 | |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 823 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 824 | "0200 CONFIG_LINK bad hba state x%x\n", |
| 825 | vport->port_state); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 826 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 827 | lpfc_issue_clear_la(phba, vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 828 | return; |
| 829 | } |
| 830 | |
| 831 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 832 | lpfc_mbx_cmpl_read_sparam(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 833 | { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 834 | MAILBOX_t *mb = &pmb->mb; |
| 835 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) pmb->context1; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 836 | struct lpfc_vport *vport = pmb->vport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 837 | |
| 838 | |
| 839 | /* Check for error */ |
| 840 | if (mb->mbxStatus) { |
| 841 | /* READ_SPARAM mbox error <mbxStatus> state <hba_state> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 842 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 843 | "0319 READ_SPARAM mbxStatus error x%x " |
| 844 | "hba state x%x>\n", |
| 845 | mb->mbxStatus, vport->port_state); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 846 | lpfc_linkdown(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 847 | goto out; |
| 848 | } |
| 849 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 850 | memcpy((uint8_t *) &vport->fc_sparam, (uint8_t *) mp->virt, |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 851 | sizeof (struct serv_parm)); |
James Smart | a12e07b | 2006-12-02 13:35:30 -0500 | [diff] [blame] | 852 | if (phba->cfg_soft_wwnn) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 853 | u64_to_wwn(phba->cfg_soft_wwnn, |
| 854 | vport->fc_sparam.nodeName.u.wwn); |
James Smart | c3f28af | 2006-08-18 17:47:18 -0400 | [diff] [blame] | 855 | if (phba->cfg_soft_wwpn) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 856 | u64_to_wwn(phba->cfg_soft_wwpn, |
| 857 | vport->fc_sparam.portName.u.wwn); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 858 | memcpy(&vport->fc_nodename, &vport->fc_sparam.nodeName, |
| 859 | sizeof(vport->fc_nodename)); |
| 860 | memcpy(&vport->fc_portname, &vport->fc_sparam.portName, |
| 861 | sizeof(vport->fc_portname)); |
| 862 | if (vport->port_type == LPFC_PHYSICAL_PORT) { |
| 863 | memcpy(&phba->wwnn, &vport->fc_nodename, sizeof(phba->wwnn)); |
| 864 | memcpy(&phba->wwpn, &vport->fc_portname, sizeof(phba->wwnn)); |
| 865 | } |
| 866 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 867 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 868 | kfree(mp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 869 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 870 | return; |
| 871 | |
| 872 | out: |
| 873 | pmb->context1 = NULL; |
| 874 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 875 | kfree(mp); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 876 | lpfc_issue_clear_la(phba, vport); |
| 877 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 878 | return; |
| 879 | } |
| 880 | |
| 881 | static void |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 882 | lpfc_mbx_process_link_up(struct lpfc_hba *phba, READ_LA_VAR *la) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 883 | { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 884 | struct lpfc_vport *vport = phba->pport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 885 | LPFC_MBOXQ_t *sparam_mbox, *cfglink_mbox; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 886 | int i; |
James Smart | 1469115 | 2006-12-02 13:34:28 -0500 | [diff] [blame] | 887 | struct lpfc_dmabuf *mp; |
| 888 | int rc; |
| 889 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 890 | sparam_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 891 | cfglink_mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 892 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 893 | spin_lock_irq(&phba->hbalock); |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 894 | switch (la->UlnkSpeed) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 895 | case LA_1GHZ_LINK: |
| 896 | phba->fc_linkspeed = LA_1GHZ_LINK; |
| 897 | break; |
| 898 | case LA_2GHZ_LINK: |
| 899 | phba->fc_linkspeed = LA_2GHZ_LINK; |
| 900 | break; |
| 901 | case LA_4GHZ_LINK: |
| 902 | phba->fc_linkspeed = LA_4GHZ_LINK; |
| 903 | break; |
| 904 | case LA_8GHZ_LINK: |
| 905 | phba->fc_linkspeed = LA_8GHZ_LINK; |
| 906 | break; |
| 907 | default: |
| 908 | phba->fc_linkspeed = LA_UNKNW_LINK; |
| 909 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 910 | } |
| 911 | |
| 912 | phba->fc_topology = la->topology; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 913 | phba->link_flag &= ~LS_NPIV_FAB_SUPPORTED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 914 | |
| 915 | if (phba->fc_topology == TOPOLOGY_LOOP) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 916 | phba->sli3_options &= ~LPFC_SLI3_NPIV_ENABLED; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 917 | |
James Smart | 495a714 | 2008-06-14 22:52:59 -0400 | [diff] [blame] | 918 | if (phba->cfg_enable_npiv) |
| 919 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
| 920 | "1309 Link Up Event npiv not supported in loop " |
| 921 | "topology\n"); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 922 | /* Get Loop Map information */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 923 | if (la->il) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 924 | vport->fc_flag |= FC_LBIT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 925 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 926 | vport->fc_myDID = la->granted_AL_PA; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 927 | i = la->un.lilpBde64.tus.f.bdeSize; |
| 928 | |
| 929 | if (i == 0) { |
| 930 | phba->alpa_map[0] = 0; |
| 931 | } else { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 932 | if (vport->cfg_log_verbose & LOG_LINK_EVENT) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 933 | int numalpa, j, k; |
| 934 | union { |
| 935 | uint8_t pamap[16]; |
| 936 | struct { |
| 937 | uint32_t wd1; |
| 938 | uint32_t wd2; |
| 939 | uint32_t wd3; |
| 940 | uint32_t wd4; |
| 941 | } pa; |
| 942 | } un; |
| 943 | numalpa = phba->alpa_map[0]; |
| 944 | j = 0; |
| 945 | while (j < numalpa) { |
| 946 | memset(un.pamap, 0, 16); |
| 947 | for (k = 1; j < numalpa; k++) { |
| 948 | un.pamap[k - 1] = |
| 949 | phba->alpa_map[j + 1]; |
| 950 | j++; |
| 951 | if (k == 16) |
| 952 | break; |
| 953 | } |
| 954 | /* Link Up Event ALPA map */ |
| 955 | lpfc_printf_log(phba, |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 956 | KERN_WARNING, |
| 957 | LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 958 | "1304 Link Up Event " |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 959 | "ALPA map Data: x%x " |
| 960 | "x%x x%x x%x\n", |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 961 | un.pa.wd1, un.pa.wd2, |
| 962 | un.pa.wd3, un.pa.wd4); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 963 | } |
| 964 | } |
| 965 | } |
| 966 | } else { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 967 | if (!(phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)) { |
James Smart | 78b2d85 | 2007-08-02 11:10:21 -0400 | [diff] [blame] | 968 | if (phba->max_vpi && phba->cfg_enable_npiv && |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 969 | (phba->sli_rev == 3)) |
| 970 | phba->sli3_options |= LPFC_SLI3_NPIV_ENABLED; |
| 971 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 972 | vport->fc_myDID = phba->fc_pref_DID; |
| 973 | vport->fc_flag |= FC_LBIT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 974 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 975 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 976 | |
| 977 | lpfc_linkup(phba); |
| 978 | if (sparam_mbox) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 979 | lpfc_read_sparam(phba, sparam_mbox, 0); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 980 | sparam_mbox->vport = vport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 981 | sparam_mbox->mbox_cmpl = lpfc_mbx_cmpl_read_sparam; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 982 | rc = lpfc_sli_issue_mbox(phba, sparam_mbox, MBX_NOWAIT); |
James Smart | 1469115 | 2006-12-02 13:34:28 -0500 | [diff] [blame] | 983 | if (rc == MBX_NOT_FINISHED) { |
| 984 | mp = (struct lpfc_dmabuf *) sparam_mbox->context1; |
| 985 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 986 | kfree(mp); |
| 987 | mempool_free(sparam_mbox, phba->mbox_mem_pool); |
| 988 | if (cfglink_mbox) |
| 989 | mempool_free(cfglink_mbox, phba->mbox_mem_pool); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 990 | goto out; |
James Smart | 1469115 | 2006-12-02 13:34:28 -0500 | [diff] [blame] | 991 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 992 | } |
| 993 | |
| 994 | if (cfglink_mbox) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 995 | vport->port_state = LPFC_LOCAL_CFG_LINK; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 996 | lpfc_config_link(phba, cfglink_mbox); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 997 | cfglink_mbox->vport = vport; |
Jamie Wellnitz | 25594c6 | 2006-02-28 19:25:34 -0500 | [diff] [blame] | 998 | cfglink_mbox->mbox_cmpl = lpfc_mbx_cmpl_local_config_link; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 999 | rc = lpfc_sli_issue_mbox(phba, cfglink_mbox, MBX_NOWAIT); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1000 | if (rc != MBX_NOT_FINISHED) |
| 1001 | return; |
| 1002 | mempool_free(cfglink_mbox, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1003 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1004 | out: |
| 1005 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1006 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 1007 | "0263 Discovery Mailbox error: state: 0x%x : %p %p\n", |
| 1008 | vport->port_state, sparam_mbox, cfglink_mbox); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1009 | lpfc_issue_clear_la(phba, vport); |
| 1010 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1011 | } |
| 1012 | |
| 1013 | static void |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 1014 | lpfc_enable_la(struct lpfc_hba *phba) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1015 | { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1016 | uint32_t control; |
| 1017 | struct lpfc_sli *psli = &phba->sli; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1018 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1019 | psli->sli_flag |= LPFC_PROCESS_LA; |
| 1020 | control = readl(phba->HCregaddr); |
| 1021 | control |= HC_LAINT_ENA; |
| 1022 | writel(control, phba->HCregaddr); |
| 1023 | readl(phba->HCregaddr); /* flush */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1024 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1025 | } |
| 1026 | |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 1027 | static void |
| 1028 | lpfc_mbx_issue_link_down(struct lpfc_hba *phba) |
| 1029 | { |
| 1030 | lpfc_linkdown(phba); |
| 1031 | lpfc_enable_la(phba); |
| 1032 | /* turn on Link Attention interrupts - no CLEAR_LA needed */ |
| 1033 | } |
| 1034 | |
| 1035 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1036 | /* |
| 1037 | * This routine handles processing a READ_LA mailbox |
| 1038 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 1039 | * as the completion routine when the command is |
| 1040 | * handed off to the SLI layer. |
| 1041 | */ |
| 1042 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1043 | lpfc_mbx_cmpl_read_la(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1044 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1045 | struct lpfc_vport *vport = pmb->vport; |
| 1046 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1047 | READ_LA_VAR *la; |
| 1048 | MAILBOX_t *mb = &pmb->mb; |
| 1049 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
| 1050 | |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 1051 | /* Unblock ELS traffic */ |
| 1052 | phba->sli.ring[LPFC_ELS_RING].flag &= ~LPFC_STOP_IOCB_EVENT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1053 | /* Check for error */ |
| 1054 | if (mb->mbxStatus) { |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 1055 | lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1056 | "1307 READ_LA mbox error x%x state x%x\n", |
| 1057 | mb->mbxStatus, vport->port_state); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1058 | lpfc_mbx_issue_link_down(phba); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1059 | phba->link_state = LPFC_HBA_ERROR; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1060 | goto lpfc_mbx_cmpl_read_la_free_mbuf; |
| 1061 | } |
| 1062 | |
| 1063 | la = (READ_LA_VAR *) & pmb->mb.un.varReadLA; |
| 1064 | |
| 1065 | memcpy(&phba->alpa_map[0], mp->virt, 128); |
| 1066 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1067 | spin_lock_irq(shost->host_lock); |
Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 1068 | if (la->pb) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1069 | vport->fc_flag |= FC_BYPASSED_MODE; |
Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 1070 | else |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1071 | vport->fc_flag &= ~FC_BYPASSED_MODE; |
| 1072 | spin_unlock_irq(shost->host_lock); |
Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 1073 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1074 | if (((phba->fc_eventTag + 1) < la->eventTag) || |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1075 | (phba->fc_eventTag == la->eventTag)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1076 | phba->fc_stat.LinkMultiEvent++; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1077 | if (la->attType == AT_LINK_UP) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1078 | if (phba->fc_eventTag != 0) |
| 1079 | lpfc_linkdown(phba); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1080 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1081 | |
| 1082 | phba->fc_eventTag = la->eventTag; |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 1083 | if (la->mm) |
| 1084 | phba->sli.sli_flag |= LPFC_MENLO_MAINT; |
| 1085 | else |
| 1086 | phba->sli.sli_flag &= ~LPFC_MENLO_MAINT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1087 | |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 1088 | if (la->attType == AT_LINK_UP && (!la->mm)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1089 | phba->fc_stat.LinkUp++; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1090 | if (phba->link_flag & LS_LOOPBACK_MODE) { |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 1091 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1092 | "1306 Link Up Event in loop back mode " |
| 1093 | "x%x received Data: x%x x%x x%x x%x\n", |
| 1094 | la->eventTag, phba->fc_eventTag, |
| 1095 | la->granted_AL_PA, la->UlnkSpeed, |
| 1096 | phba->alpa_map[0]); |
James Smart | 5b8bd0c | 2007-04-25 09:52:49 -0400 | [diff] [blame] | 1097 | } else { |
| 1098 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1099 | "1303 Link Up Event x%x received " |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 1100 | "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] | 1101 | la->eventTag, phba->fc_eventTag, |
| 1102 | la->granted_AL_PA, la->UlnkSpeed, |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 1103 | phba->alpa_map[0], |
| 1104 | la->mm, la->fa, |
| 1105 | phba->wait_4_mlo_maint_flg); |
James Smart | 5b8bd0c | 2007-04-25 09:52:49 -0400 | [diff] [blame] | 1106 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1107 | lpfc_mbx_process_link_up(phba, la); |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 1108 | } else if (la->attType == AT_LINK_DOWN) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1109 | phba->fc_stat.LinkDown++; |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 1110 | if (phba->link_flag & LS_LOOPBACK_MODE) { |
| 1111 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
| 1112 | "1308 Link Down Event in loop back mode " |
| 1113 | "x%x received " |
| 1114 | "Data: x%x x%x x%x\n", |
| 1115 | la->eventTag, phba->fc_eventTag, |
| 1116 | phba->pport->port_state, vport->fc_flag); |
| 1117 | } |
| 1118 | else { |
| 1119 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1120 | "1305 Link Down Event x%x received " |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 1121 | "Data: x%x x%x x%x x%x x%x\n", |
| 1122 | la->eventTag, phba->fc_eventTag, |
| 1123 | phba->pport->port_state, vport->fc_flag, |
| 1124 | la->mm, la->fa); |
| 1125 | } |
| 1126 | lpfc_mbx_issue_link_down(phba); |
| 1127 | } |
| 1128 | if (la->mm && la->attType == AT_LINK_UP) { |
| 1129 | if (phba->link_state != LPFC_LINK_DOWN) { |
| 1130 | phba->fc_stat.LinkDown++; |
| 1131 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
| 1132 | "1312 Link Down Event x%x received " |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1133 | "Data: x%x x%x x%x\n", |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1134 | la->eventTag, phba->fc_eventTag, |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1135 | phba->pport->port_state, vport->fc_flag); |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 1136 | lpfc_mbx_issue_link_down(phba); |
| 1137 | } else |
| 1138 | lpfc_enable_la(phba); |
| 1139 | |
| 1140 | lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT, |
| 1141 | "1310 Menlo Maint Mode Link up Event x%x rcvd " |
| 1142 | "Data: x%x x%x x%x\n", |
| 1143 | la->eventTag, phba->fc_eventTag, |
| 1144 | phba->pport->port_state, vport->fc_flag); |
| 1145 | /* |
| 1146 | * The cmnd that triggered this will be waiting for this |
| 1147 | * signal. |
| 1148 | */ |
| 1149 | /* WAKEUP for MENLO_SET_MODE or MENLO_RESET command. */ |
| 1150 | if (phba->wait_4_mlo_maint_flg) { |
| 1151 | phba->wait_4_mlo_maint_flg = 0; |
| 1152 | wake_up_interruptible(&phba->wait_4_mlo_m_q); |
James Smart | 3163f72 | 2008-02-08 18:50:25 -0500 | [diff] [blame] | 1153 | } |
James Smart | 84774a4 | 2008-08-24 21:50:06 -0400 | [diff] [blame] | 1154 | } |
| 1155 | |
| 1156 | if (la->fa) { |
| 1157 | if (la->mm) |
| 1158 | lpfc_issue_clear_la(phba, vport); |
| 1159 | lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT, |
| 1160 | "1311 fa %d\n", la->fa); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1161 | } |
| 1162 | |
| 1163 | lpfc_mbx_cmpl_read_la_free_mbuf: |
| 1164 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 1165 | kfree(mp); |
| 1166 | mempool_free(pmb, phba->mbox_mem_pool); |
| 1167 | return; |
| 1168 | } |
| 1169 | |
| 1170 | /* |
| 1171 | * This routine handles processing a REG_LOGIN mailbox |
| 1172 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 1173 | * as the completion routine when the command is |
| 1174 | * handed off to the SLI layer. |
| 1175 | */ |
| 1176 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1177 | lpfc_mbx_cmpl_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1178 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1179 | struct lpfc_vport *vport = pmb->vport; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1180 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1181 | struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1182 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1183 | pmb->context1 = NULL; |
| 1184 | |
| 1185 | /* Good status, call state machine */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1186 | lpfc_disc_state_machine(vport, ndlp, pmb, NLP_EVT_CMPL_REG_LOGIN); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1187 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 1188 | kfree(mp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1189 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 1190 | /* decrement the node reference count held for this callback |
| 1191 | * function. |
| 1192 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 1193 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1194 | |
| 1195 | return; |
| 1196 | } |
| 1197 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1198 | static void |
| 1199 | lpfc_mbx_cmpl_unreg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| 1200 | { |
| 1201 | MAILBOX_t *mb = &pmb->mb; |
| 1202 | struct lpfc_vport *vport = pmb->vport; |
| 1203 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 1204 | |
| 1205 | switch (mb->mbxStatus) { |
| 1206 | case 0x0011: |
| 1207 | case 0x0020: |
| 1208 | case 0x9700: |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1209 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 1210 | "0911 cmpl_unreg_vpi, mb status = 0x%x\n", |
| 1211 | mb->mbxStatus); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1212 | break; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1213 | } |
| 1214 | vport->unreg_vpi_cmpl = VPORT_OK; |
| 1215 | mempool_free(pmb, phba->mbox_mem_pool); |
| 1216 | /* |
| 1217 | * This shost reference might have been taken at the beginning of |
| 1218 | * lpfc_vport_delete() |
| 1219 | */ |
| 1220 | if (vport->load_flag & FC_UNLOADING) |
| 1221 | scsi_host_put(shost); |
| 1222 | } |
| 1223 | |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 1224 | int |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1225 | lpfc_mbx_unreg_vpi(struct lpfc_vport *vport) |
| 1226 | { |
| 1227 | struct lpfc_hba *phba = vport->phba; |
| 1228 | LPFC_MBOXQ_t *mbox; |
| 1229 | int rc; |
| 1230 | |
| 1231 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 1232 | if (!mbox) |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 1233 | return 1; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1234 | |
| 1235 | lpfc_unreg_vpi(phba, vport->vpi, mbox); |
| 1236 | mbox->vport = vport; |
| 1237 | mbox->mbox_cmpl = lpfc_mbx_cmpl_unreg_vpi; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 1238 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1239 | if (rc == MBX_NOT_FINISHED) { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1240 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT, |
| 1241 | "1800 Could not issue unreg_vpi\n"); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1242 | mempool_free(mbox, phba->mbox_mem_pool); |
| 1243 | vport->unreg_vpi_cmpl = VPORT_ERROR; |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 1244 | return rc; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1245 | } |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 1246 | return 0; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1247 | } |
| 1248 | |
| 1249 | static void |
| 1250 | lpfc_mbx_cmpl_reg_vpi(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| 1251 | { |
| 1252 | struct lpfc_vport *vport = pmb->vport; |
| 1253 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 1254 | MAILBOX_t *mb = &pmb->mb; |
| 1255 | |
| 1256 | switch (mb->mbxStatus) { |
| 1257 | case 0x0011: |
| 1258 | case 0x9601: |
| 1259 | case 0x9602: |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1260 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 1261 | "0912 cmpl_reg_vpi, mb status = 0x%x\n", |
| 1262 | mb->mbxStatus); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1263 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
| 1264 | spin_lock_irq(shost->host_lock); |
| 1265 | vport->fc_flag &= ~(FC_FABRIC | FC_PUBLIC_LOOP); |
| 1266 | spin_unlock_irq(shost->host_lock); |
| 1267 | vport->fc_myDID = 0; |
| 1268 | goto out; |
| 1269 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1270 | |
| 1271 | vport->num_disc_nodes = 0; |
| 1272 | /* go thru NPR list and issue ELS PLOGIs */ |
| 1273 | if (vport->fc_npr_cnt) |
| 1274 | lpfc_els_disc_plogi(vport); |
| 1275 | |
| 1276 | if (!vport->num_disc_nodes) { |
| 1277 | spin_lock_irq(shost->host_lock); |
| 1278 | vport->fc_flag &= ~FC_NDISC_ACTIVE; |
| 1279 | spin_unlock_irq(shost->host_lock); |
| 1280 | lpfc_can_disctmo(vport); |
| 1281 | } |
| 1282 | vport->port_state = LPFC_VPORT_READY; |
| 1283 | |
| 1284 | out: |
| 1285 | mempool_free(pmb, phba->mbox_mem_pool); |
| 1286 | return; |
| 1287 | } |
| 1288 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1289 | /* |
| 1290 | * This routine handles processing a Fabric REG_LOGIN mailbox |
| 1291 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 1292 | * as the completion routine when the command is |
| 1293 | * handed off to the SLI layer. |
| 1294 | */ |
| 1295 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1296 | lpfc_mbx_cmpl_fabric_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1297 | { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1298 | struct lpfc_vport *vport = pmb->vport; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1299 | MAILBOX_t *mb = &pmb->mb; |
| 1300 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1301 | struct lpfc_nodelist *ndlp; |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 1302 | struct lpfc_vport **vports; |
| 1303 | int i; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1304 | |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 1305 | ndlp = (struct lpfc_nodelist *) pmb->context2; |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 1306 | pmb->context1 = NULL; |
| 1307 | pmb->context2 = NULL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1308 | if (mb->mbxStatus) { |
| 1309 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 1310 | kfree(mp); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 1311 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1312 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1313 | if (phba->fc_topology == TOPOLOGY_LOOP) { |
| 1314 | /* FLOGI failed, use loop map to make discovery list */ |
| 1315 | lpfc_disc_list_loopmap(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1316 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1317 | /* Start discovery */ |
| 1318 | lpfc_disc_start(vport); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 1319 | /* Decrement the reference count to ndlp after the |
| 1320 | * reference to the ndlp are done. |
| 1321 | */ |
| 1322 | lpfc_nlp_put(ndlp); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1323 | return; |
| 1324 | } |
| 1325 | |
| 1326 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1327 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX, |
| 1328 | "0258 Register Fabric login error: 0x%x\n", |
| 1329 | mb->mbxStatus); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 1330 | /* Decrement the reference count to ndlp after the reference |
| 1331 | * to the ndlp are done. |
| 1332 | */ |
| 1333 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1334 | return; |
| 1335 | } |
| 1336 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1337 | ndlp->nlp_rpi = mb->un.varWords[0]; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1338 | ndlp->nlp_type |= NLP_FABRIC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1339 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1340 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1341 | if (vport->port_state == LPFC_FABRIC_CFG_LINK) { |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 1342 | vports = lpfc_create_vport_work_array(phba); |
| 1343 | if (vports != NULL) |
| 1344 | for(i = 0; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 1345 | i <= phba->max_vpi && vports[i] != NULL; |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 1346 | i++) { |
| 1347 | if (vports[i]->port_type == LPFC_PHYSICAL_PORT) |
| 1348 | continue; |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 1349 | if (phba->fc_topology == TOPOLOGY_LOOP) { |
| 1350 | lpfc_vport_set_state(vports[i], |
| 1351 | FC_VPORT_LINKDOWN); |
| 1352 | continue; |
| 1353 | } |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 1354 | if (phba->link_flag & LS_NPIV_FAB_SUPPORTED) |
| 1355 | lpfc_initial_fdisc(vports[i]); |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 1356 | else { |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 1357 | lpfc_vport_set_state(vports[i], |
| 1358 | FC_VPORT_NO_FABRIC_SUPP); |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1359 | lpfc_printf_vlog(vport, KERN_ERR, |
| 1360 | LOG_ELS, |
| 1361 | "0259 No NPIV " |
| 1362 | "Fabric support\n"); |
James Smart | 549e55c | 2007-08-02 11:09:51 -0400 | [diff] [blame] | 1363 | } |
Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 1364 | } |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 1365 | lpfc_destroy_vport_work_array(phba, vports); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1366 | lpfc_do_scr_ns_plogi(phba, vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1367 | } |
| 1368 | |
| 1369 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 1370 | kfree(mp); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 1371 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 1372 | |
| 1373 | /* Drop the reference count from the mbox at the end after |
| 1374 | * all the current reference to the ndlp have been done. |
| 1375 | */ |
| 1376 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1377 | return; |
| 1378 | } |
| 1379 | |
| 1380 | /* |
| 1381 | * This routine handles processing a NameServer REG_LOGIN mailbox |
| 1382 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 1383 | * as the completion routine when the command is |
| 1384 | * handed off to the SLI layer. |
| 1385 | */ |
| 1386 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1387 | lpfc_mbx_cmpl_ns_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1388 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1389 | MAILBOX_t *mb = &pmb->mb; |
| 1390 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
| 1391 | struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2; |
| 1392 | struct lpfc_vport *vport = pmb->vport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1393 | |
| 1394 | if (mb->mbxStatus) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1395 | out: |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 1396 | /* decrement the node reference count held for this |
| 1397 | * callback function. |
| 1398 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 1399 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1400 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 1401 | kfree(mp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1402 | mempool_free(pmb, phba->mbox_mem_pool); |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 1403 | |
| 1404 | /* If no other thread is using the ndlp, free it */ |
| 1405 | lpfc_nlp_not_used(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1406 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1407 | if (phba->fc_topology == TOPOLOGY_LOOP) { |
| 1408 | /* |
| 1409 | * RegLogin failed, use loop map to make discovery |
| 1410 | * list |
| 1411 | */ |
| 1412 | lpfc_disc_list_loopmap(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1413 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1414 | /* Start discovery */ |
| 1415 | lpfc_disc_start(vport); |
| 1416 | return; |
| 1417 | } |
| 1418 | lpfc_vport_set_state(vport, FC_VPORT_FAILED); |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1419 | lpfc_printf_vlog(vport, KERN_ERR, LOG_ELS, |
| 1420 | "0260 Register NameServer error: 0x%x\n", |
| 1421 | mb->mbxStatus); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1422 | return; |
| 1423 | } |
| 1424 | |
| 1425 | pmb->context1 = NULL; |
| 1426 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1427 | ndlp->nlp_rpi = mb->un.varWords[0]; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1428 | ndlp->nlp_type |= NLP_FABRIC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1429 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1430 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1431 | if (vport->port_state < LPFC_VPORT_READY) { |
| 1432 | /* Link up discovery requires Fabric registration. */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1433 | lpfc_ns_cmd(vport, SLI_CTNS_RFF_ID, 0, 0); /* Do this first! */ |
| 1434 | lpfc_ns_cmd(vport, SLI_CTNS_RNN_ID, 0, 0); |
| 1435 | lpfc_ns_cmd(vport, SLI_CTNS_RSNN_NN, 0, 0); |
| 1436 | lpfc_ns_cmd(vport, SLI_CTNS_RSPN_ID, 0, 0); |
| 1437 | lpfc_ns_cmd(vport, SLI_CTNS_RFT_ID, 0, 0); |
| 1438 | |
| 1439 | /* Issue SCR just before NameServer GID_FT Query */ |
| 1440 | lpfc_issue_els_scr(vport, SCR_DID, 0); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1441 | } |
| 1442 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1443 | vport->fc_ns_retry = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1444 | /* Good status, issue CT Request to NameServer */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1445 | if (lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, 0, 0)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1446 | /* Cannot issue NameServer Query, so finish up discovery */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1447 | goto out; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1448 | } |
| 1449 | |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 1450 | /* decrement the node reference count held for this |
| 1451 | * callback function. |
| 1452 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 1453 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1454 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 1455 | kfree(mp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1456 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1457 | |
| 1458 | return; |
| 1459 | } |
| 1460 | |
| 1461 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1462 | lpfc_register_remote_port(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1463 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1464 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 1465 | struct fc_rport *rport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1466 | struct lpfc_rport_data *rdata; |
| 1467 | struct fc_rport_identifiers rport_ids; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1468 | struct lpfc_hba *phba = vport->phba; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1469 | |
| 1470 | /* Remote port has reappeared. Re-register w/ FC transport */ |
Andrew Morton | 68ce1eb | 2005-09-21 09:46:54 -0700 | [diff] [blame] | 1471 | rport_ids.node_name = wwn_to_u64(ndlp->nlp_nodename.u.wwn); |
| 1472 | rport_ids.port_name = wwn_to_u64(ndlp->nlp_portname.u.wwn); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1473 | rport_ids.port_id = ndlp->nlp_DID; |
| 1474 | rport_ids.roles = FC_RPORT_ROLE_UNKNOWN; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1475 | |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 1476 | /* |
| 1477 | * We leave our node pointer in rport->dd_data when we unregister a |
| 1478 | * FCP target port. But fc_remote_port_add zeros the space to which |
| 1479 | * rport->dd_data points. So, if we're reusing a previously |
| 1480 | * registered port, drop the reference that we took the last time we |
| 1481 | * registered the port. |
| 1482 | */ |
| 1483 | if (ndlp->rport && ndlp->rport->dd_data && |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 1484 | ((struct lpfc_rport_data *) ndlp->rport->dd_data)->pnode == ndlp) |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 1485 | lpfc_nlp_put(ndlp); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 1486 | |
| 1487 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_RPORT, |
| 1488 | "rport add: did:x%x flg:x%x type x%x", |
| 1489 | ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type); |
| 1490 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1491 | ndlp->rport = rport = fc_remote_port_add(shost, 0, &rport_ids); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 1492 | if (!rport || !get_device(&rport->dev)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1493 | dev_printk(KERN_WARNING, &phba->pcidev->dev, |
| 1494 | "Warning: fc_remote_port_add failed\n"); |
| 1495 | return; |
| 1496 | } |
| 1497 | |
| 1498 | /* initialize static port data */ |
| 1499 | rport->maxframe_size = ndlp->nlp_maxframe; |
| 1500 | rport->supported_classes = ndlp->nlp_class_sup; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1501 | rdata = rport->dd_data; |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 1502 | rdata->pnode = lpfc_nlp_get(ndlp); |
James.Smart@Emulex.Com | 23dc04f | 2005-11-28 11:41:44 -0500 | [diff] [blame] | 1503 | |
| 1504 | if (ndlp->nlp_type & NLP_FCP_TARGET) |
| 1505 | rport_ids.roles |= FC_RPORT_ROLE_FCP_TARGET; |
| 1506 | if (ndlp->nlp_type & NLP_FCP_INITIATOR) |
| 1507 | rport_ids.roles |= FC_RPORT_ROLE_FCP_INITIATOR; |
| 1508 | |
| 1509 | |
| 1510 | if (rport_ids.roles != FC_RPORT_ROLE_UNKNOWN) |
| 1511 | fc_remote_port_rolechg(rport, rport_ids.roles); |
| 1512 | |
James Smart | 071fbd3d | 2006-04-15 11:53:20 -0400 | [diff] [blame] | 1513 | if ((rport->scsi_target_id != -1) && |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1514 | (rport->scsi_target_id < LPFC_MAX_TARGET)) { |
James Smart | 071fbd3d | 2006-04-15 11:53:20 -0400 | [diff] [blame] | 1515 | ndlp->nlp_sid = rport->scsi_target_id; |
| 1516 | } |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 1517 | return; |
| 1518 | } |
| 1519 | |
| 1520 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1521 | lpfc_unregister_remote_port(struct lpfc_nodelist *ndlp) |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 1522 | { |
| 1523 | struct fc_rport *rport = ndlp->rport; |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 1524 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 1525 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_RPORT, |
| 1526 | "rport delete: did:x%x flg:x%x type x%x", |
| 1527 | ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type); |
| 1528 | |
James.Smart@Emulex.Com | 19a7b4a | 2005-10-18 12:03:35 -0400 | [diff] [blame] | 1529 | fc_remote_port_delete(rport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1530 | |
| 1531 | return; |
| 1532 | } |
| 1533 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1534 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1535 | lpfc_nlp_counters(struct lpfc_vport *vport, int state, int count) |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1536 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1537 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 1538 | |
| 1539 | spin_lock_irq(shost->host_lock); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1540 | switch (state) { |
| 1541 | case NLP_STE_UNUSED_NODE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1542 | vport->fc_unused_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1543 | break; |
| 1544 | case NLP_STE_PLOGI_ISSUE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1545 | vport->fc_plogi_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1546 | break; |
| 1547 | case NLP_STE_ADISC_ISSUE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1548 | vport->fc_adisc_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1549 | break; |
| 1550 | case NLP_STE_REG_LOGIN_ISSUE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1551 | vport->fc_reglogin_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1552 | break; |
| 1553 | case NLP_STE_PRLI_ISSUE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1554 | vport->fc_prli_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1555 | break; |
| 1556 | case NLP_STE_UNMAPPED_NODE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1557 | vport->fc_unmap_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1558 | break; |
| 1559 | case NLP_STE_MAPPED_NODE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1560 | vport->fc_map_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1561 | break; |
| 1562 | case NLP_STE_NPR_NODE: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1563 | vport->fc_npr_cnt += count; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1564 | break; |
| 1565 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1566 | spin_unlock_irq(shost->host_lock); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1567 | } |
Jamie Wellnitz | 66a9ed6 | 2006-02-28 22:33:10 -0500 | [diff] [blame] | 1568 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1569 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1570 | lpfc_nlp_state_cleanup(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1571 | int old_state, int new_state) |
| 1572 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1573 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 1574 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1575 | if (new_state == NLP_STE_UNMAPPED_NODE) { |
| 1576 | ndlp->nlp_type &= ~(NLP_FCP_TARGET | NLP_FCP_INITIATOR); |
| 1577 | ndlp->nlp_flag &= ~NLP_NODEV_REMOVE; |
| 1578 | ndlp->nlp_type |= NLP_FC_NODE; |
| 1579 | } |
| 1580 | if (new_state == NLP_STE_MAPPED_NODE) |
| 1581 | ndlp->nlp_flag &= ~NLP_NODEV_REMOVE; |
| 1582 | if (new_state == NLP_STE_NPR_NODE) |
| 1583 | ndlp->nlp_flag &= ~NLP_RCV_PLOGI; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1584 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1585 | /* Transport interface */ |
| 1586 | if (ndlp->rport && (old_state == NLP_STE_MAPPED_NODE || |
| 1587 | old_state == NLP_STE_UNMAPPED_NODE)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1588 | vport->phba->nport_event_cnt++; |
| 1589 | lpfc_unregister_remote_port(ndlp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1590 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1591 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1592 | if (new_state == NLP_STE_MAPPED_NODE || |
| 1593 | new_state == NLP_STE_UNMAPPED_NODE) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1594 | vport->phba->nport_event_cnt++; |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 1595 | /* |
| 1596 | * Tell the fc transport about the port, if we haven't |
| 1597 | * already. If we have, and it's a scsi entity, be |
| 1598 | * sure to unblock any attached scsi devices |
| 1599 | */ |
| 1600 | lpfc_register_remote_port(vport, ndlp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1601 | } |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 1602 | /* |
| 1603 | * if we added to Mapped list, but the remote port |
| 1604 | * registration failed or assigned a target id outside |
| 1605 | * our presentable range - move the node to the |
| 1606 | * Unmapped List |
| 1607 | */ |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1608 | if (new_state == NLP_STE_MAPPED_NODE && |
| 1609 | (!ndlp->rport || |
| 1610 | ndlp->rport->scsi_target_id == -1 || |
| 1611 | ndlp->rport->scsi_target_id >= LPFC_MAX_TARGET)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1612 | spin_lock_irq(shost->host_lock); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1613 | ndlp->nlp_flag |= NLP_TGT_NO_SCSIID; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1614 | spin_unlock_irq(shost->host_lock); |
| 1615 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1616 | } |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1617 | } |
| 1618 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 1619 | static char * |
| 1620 | lpfc_nlp_state_name(char *buffer, size_t size, int state) |
| 1621 | { |
| 1622 | static char *states[] = { |
| 1623 | [NLP_STE_UNUSED_NODE] = "UNUSED", |
| 1624 | [NLP_STE_PLOGI_ISSUE] = "PLOGI", |
| 1625 | [NLP_STE_ADISC_ISSUE] = "ADISC", |
| 1626 | [NLP_STE_REG_LOGIN_ISSUE] = "REGLOGIN", |
| 1627 | [NLP_STE_PRLI_ISSUE] = "PRLI", |
| 1628 | [NLP_STE_UNMAPPED_NODE] = "UNMAPPED", |
| 1629 | [NLP_STE_MAPPED_NODE] = "MAPPED", |
| 1630 | [NLP_STE_NPR_NODE] = "NPR", |
| 1631 | }; |
| 1632 | |
James Smart | 311464e | 2007-08-02 11:10:37 -0400 | [diff] [blame] | 1633 | if (state < NLP_STE_MAX_STATE && states[state]) |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 1634 | strlcpy(buffer, states[state], size); |
| 1635 | else |
| 1636 | snprintf(buffer, size, "unknown (%d)", state); |
| 1637 | return buffer; |
| 1638 | } |
| 1639 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1640 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1641 | lpfc_nlp_set_state(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
| 1642 | int state) |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1643 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1644 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1645 | int old_state = ndlp->nlp_state; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 1646 | char name1[16], name2[16]; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1647 | |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1648 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 1649 | "0904 NPort state transition x%06x, %s -> %s\n", |
| 1650 | ndlp->nlp_DID, |
| 1651 | lpfc_nlp_state_name(name1, sizeof(name1), old_state), |
| 1652 | lpfc_nlp_state_name(name2, sizeof(name2), state)); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 1653 | |
| 1654 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE, |
| 1655 | "node statechg did:x%x old:%d ste:%d", |
| 1656 | ndlp->nlp_DID, old_state, state); |
| 1657 | |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1658 | if (old_state == NLP_STE_NPR_NODE && |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1659 | state != NLP_STE_NPR_NODE) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1660 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1661 | if (old_state == NLP_STE_UNMAPPED_NODE) { |
| 1662 | ndlp->nlp_flag &= ~NLP_TGT_NO_SCSIID; |
| 1663 | ndlp->nlp_type &= ~NLP_FC_NODE; |
| 1664 | } |
| 1665 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 1666 | if (list_empty(&ndlp->nlp_listp)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1667 | spin_lock_irq(shost->host_lock); |
| 1668 | list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes); |
| 1669 | spin_unlock_irq(shost->host_lock); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 1670 | } else if (old_state) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1671 | lpfc_nlp_counters(vport, old_state, -1); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1672 | |
| 1673 | ndlp->nlp_state = state; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1674 | lpfc_nlp_counters(vport, state, 1); |
| 1675 | lpfc_nlp_state_cleanup(vport, ndlp, old_state, state); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1676 | } |
| 1677 | |
| 1678 | void |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 1679 | lpfc_enqueue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| 1680 | { |
| 1681 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 1682 | |
| 1683 | if (list_empty(&ndlp->nlp_listp)) { |
| 1684 | spin_lock_irq(shost->host_lock); |
| 1685 | list_add_tail(&ndlp->nlp_listp, &vport->fc_nodes); |
| 1686 | spin_unlock_irq(shost->host_lock); |
| 1687 | } |
| 1688 | } |
| 1689 | |
| 1690 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1691 | lpfc_dequeue_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1692 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1693 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 1694 | |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 1695 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1696 | if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1697 | lpfc_nlp_counters(vport, ndlp->nlp_state, -1); |
| 1698 | spin_lock_irq(shost->host_lock); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 1699 | list_del_init(&ndlp->nlp_listp); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1700 | spin_unlock_irq(shost->host_lock); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 1701 | lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state, |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 1702 | NLP_STE_UNUSED_NODE); |
| 1703 | } |
| 1704 | |
Adrian Bunk | 4d9db01 | 2008-02-14 23:24:02 +0200 | [diff] [blame] | 1705 | static void |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 1706 | lpfc_disable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| 1707 | { |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 1708 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 1709 | if (ndlp->nlp_state && !list_empty(&ndlp->nlp_listp)) |
| 1710 | lpfc_nlp_counters(vport, ndlp->nlp_state, -1); |
| 1711 | lpfc_nlp_state_cleanup(vport, ndlp, ndlp->nlp_state, |
| 1712 | NLP_STE_UNUSED_NODE); |
| 1713 | } |
| 1714 | |
| 1715 | struct lpfc_nodelist * |
| 1716 | lpfc_enable_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
| 1717 | int state) |
| 1718 | { |
| 1719 | struct lpfc_hba *phba = vport->phba; |
| 1720 | uint32_t did; |
| 1721 | unsigned long flags; |
| 1722 | |
| 1723 | if (!ndlp) |
| 1724 | return NULL; |
| 1725 | |
| 1726 | spin_lock_irqsave(&phba->ndlp_lock, flags); |
| 1727 | /* The ndlp should not be in memory free mode */ |
| 1728 | if (NLP_CHK_FREE_REQ(ndlp)) { |
| 1729 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 1730 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, |
| 1731 | "0277 lpfc_enable_node: ndlp:x%p " |
| 1732 | "usgmap:x%x refcnt:%d\n", |
| 1733 | (void *)ndlp, ndlp->nlp_usg_map, |
| 1734 | atomic_read(&ndlp->kref.refcount)); |
| 1735 | return NULL; |
| 1736 | } |
| 1737 | /* The ndlp should not already be in active mode */ |
| 1738 | if (NLP_CHK_NODE_ACT(ndlp)) { |
| 1739 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 1740 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, |
| 1741 | "0278 lpfc_enable_node: ndlp:x%p " |
| 1742 | "usgmap:x%x refcnt:%d\n", |
| 1743 | (void *)ndlp, ndlp->nlp_usg_map, |
| 1744 | atomic_read(&ndlp->kref.refcount)); |
| 1745 | return NULL; |
| 1746 | } |
| 1747 | |
| 1748 | /* Keep the original DID */ |
| 1749 | did = ndlp->nlp_DID; |
| 1750 | |
| 1751 | /* re-initialize ndlp except of ndlp linked list pointer */ |
| 1752 | memset((((char *)ndlp) + sizeof (struct list_head)), 0, |
| 1753 | sizeof (struct lpfc_nodelist) - sizeof (struct list_head)); |
| 1754 | INIT_LIST_HEAD(&ndlp->els_retry_evt.evt_listp); |
| 1755 | INIT_LIST_HEAD(&ndlp->dev_loss_evt.evt_listp); |
| 1756 | init_timer(&ndlp->nlp_delayfunc); |
| 1757 | ndlp->nlp_delayfunc.function = lpfc_els_retry_delay; |
| 1758 | ndlp->nlp_delayfunc.data = (unsigned long)ndlp; |
| 1759 | ndlp->nlp_DID = did; |
| 1760 | ndlp->vport = vport; |
| 1761 | ndlp->nlp_sid = NLP_NO_SID; |
| 1762 | /* ndlp management re-initialize */ |
| 1763 | kref_init(&ndlp->kref); |
| 1764 | NLP_INT_NODE_ACT(ndlp); |
| 1765 | |
| 1766 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 1767 | |
| 1768 | if (state != NLP_STE_UNUSED_NODE) |
| 1769 | lpfc_nlp_set_state(vport, ndlp, state); |
| 1770 | |
| 1771 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE, |
| 1772 | "node enable: did:x%x", |
| 1773 | ndlp->nlp_DID, 0, 0); |
| 1774 | return ndlp; |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1775 | } |
| 1776 | |
| 1777 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1778 | lpfc_drop_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
James Smart | de0c5b3 | 2007-04-25 09:52:27 -0400 | [diff] [blame] | 1779 | { |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 1780 | /* |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 1781 | * Use of lpfc_drop_node and UNUSED list: lpfc_drop_node should |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 1782 | * 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] | 1783 | * the ndlp from the vport. The ndlp marked as UNUSED on the list |
| 1784 | * until ALL other outstanding threads have completed. We check |
| 1785 | * that the ndlp not already in the UNUSED state before we proceed. |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 1786 | */ |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 1787 | if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) |
| 1788 | return; |
James Smart | 51ef4c2 | 2007-08-02 11:10:31 -0400 | [diff] [blame] | 1789 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNUSED_NODE); |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 1790 | lpfc_nlp_put(ndlp); |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 1791 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1792 | } |
| 1793 | |
| 1794 | /* |
| 1795 | * Start / ReStart rescue timer for Discovery / RSCN handling |
| 1796 | */ |
| 1797 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1798 | lpfc_set_disctmo(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1799 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1800 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 1801 | struct lpfc_hba *phba = vport->phba; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1802 | uint32_t tmo; |
| 1803 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1804 | if (vport->port_state == LPFC_LOCAL_CFG_LINK) { |
Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 1805 | /* For FAN, timeout should be greater then edtov */ |
| 1806 | tmo = (((phba->fc_edtov + 999) / 1000) + 1); |
| 1807 | } else { |
| 1808 | /* Normal discovery timeout should be > then ELS/CT timeout |
| 1809 | * FC spec states we need 3 * ratov for CT requests |
| 1810 | */ |
| 1811 | tmo = ((phba->fc_ratov * 3) + 3); |
| 1812 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1813 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 1814 | |
| 1815 | if (!timer_pending(&vport->fc_disctmo)) { |
| 1816 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, |
| 1817 | "set disc timer: tmo:x%x state:x%x flg:x%x", |
| 1818 | tmo, vport->port_state, vport->fc_flag); |
| 1819 | } |
| 1820 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1821 | mod_timer(&vport->fc_disctmo, jiffies + HZ * tmo); |
| 1822 | spin_lock_irq(shost->host_lock); |
| 1823 | vport->fc_flag |= FC_DISC_TMO; |
| 1824 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1825 | |
| 1826 | /* Start Discovery Timer state <hba_state> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1827 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 1828 | "0247 Start Discovery Timer state x%x " |
| 1829 | "Data: x%x x%lx x%x x%x\n", |
| 1830 | vport->port_state, tmo, |
| 1831 | (unsigned long)&vport->fc_disctmo, vport->fc_plogi_cnt, |
| 1832 | vport->fc_adisc_cnt); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1833 | |
| 1834 | return; |
| 1835 | } |
| 1836 | |
| 1837 | /* |
| 1838 | * Cancel rescue timer for Discovery / RSCN handling |
| 1839 | */ |
| 1840 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1841 | lpfc_can_disctmo(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1842 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1843 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1844 | unsigned long iflags; |
| 1845 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 1846 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, |
| 1847 | "can disc timer: state:x%x rtry:x%x flg:x%x", |
| 1848 | vport->port_state, vport->fc_ns_retry, vport->fc_flag); |
| 1849 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1850 | /* Turn off discovery timer if its running */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1851 | if (vport->fc_flag & FC_DISC_TMO) { |
| 1852 | spin_lock_irqsave(shost->host_lock, iflags); |
| 1853 | vport->fc_flag &= ~FC_DISC_TMO; |
| 1854 | spin_unlock_irqrestore(shost->host_lock, iflags); |
| 1855 | del_timer_sync(&vport->fc_disctmo); |
| 1856 | spin_lock_irqsave(&vport->work_port_lock, iflags); |
| 1857 | vport->work_port_events &= ~WORKER_DISC_TMO; |
| 1858 | spin_unlock_irqrestore(&vport->work_port_lock, iflags); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1859 | } |
| 1860 | |
| 1861 | /* Cancel Discovery Timer state <hba_state> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 1862 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 1863 | "0248 Cancel Discovery Timer state x%x " |
| 1864 | "Data: x%x x%x x%x\n", |
| 1865 | vport->port_state, vport->fc_flag, |
| 1866 | vport->fc_plogi_cnt, vport->fc_adisc_cnt); |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 1867 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1868 | } |
| 1869 | |
| 1870 | /* |
| 1871 | * Check specified ring for outstanding IOCB on the SLI queue |
| 1872 | * Return true if iocb matches the specified nport |
| 1873 | */ |
| 1874 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1875 | lpfc_check_sli_ndlp(struct lpfc_hba *phba, |
| 1876 | struct lpfc_sli_ring *pring, |
| 1877 | struct lpfc_iocbq *iocb, |
| 1878 | struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1879 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1880 | struct lpfc_sli *psli = &phba->sli; |
| 1881 | IOCB_t *icmd = &iocb->iocb; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1882 | struct lpfc_vport *vport = ndlp->vport; |
| 1883 | |
| 1884 | if (iocb->vport != vport) |
| 1885 | return 0; |
| 1886 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1887 | if (pring->ringno == LPFC_ELS_RING) { |
| 1888 | switch (icmd->ulpCommand) { |
| 1889 | case CMD_GEN_REQUEST64_CR: |
| 1890 | if (icmd->ulpContext == (volatile ushort)ndlp->nlp_rpi) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 1891 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1892 | case CMD_ELS_REQUEST64_CR: |
James Smart | 10d4e95 | 2006-04-15 11:53:15 -0400 | [diff] [blame] | 1893 | if (icmd->un.elsreq64.remoteID == ndlp->nlp_DID) |
| 1894 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1895 | case CMD_XMIT_ELS_RSP64_CX: |
| 1896 | if (iocb->context1 == (uint8_t *) ndlp) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 1897 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1898 | } |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 1899 | } else if (pring->ringno == psli->extra_ring) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1900 | |
| 1901 | } else if (pring->ringno == psli->fcp_ring) { |
| 1902 | /* Skip match check if waiting to relogin to FCP target */ |
| 1903 | if ((ndlp->nlp_type & NLP_FCP_TARGET) && |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1904 | (ndlp->nlp_flag & NLP_DELAY_TMO)) { |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 1905 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1906 | } |
| 1907 | if (icmd->ulpContext == (volatile ushort)ndlp->nlp_rpi) { |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 1908 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1909 | } |
| 1910 | } else if (pring->ringno == psli->next_ring) { |
| 1911 | |
| 1912 | } |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 1913 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1914 | } |
| 1915 | |
| 1916 | /* |
| 1917 | * Free resources / clean up outstanding I/Os |
| 1918 | * associated with nlp_rpi in the LPFC_NODELIST entry. |
| 1919 | */ |
| 1920 | static int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1921 | lpfc_no_rpi(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1922 | { |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 1923 | LIST_HEAD(completions); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1924 | struct lpfc_sli *psli; |
| 1925 | struct lpfc_sli_ring *pring; |
| 1926 | struct lpfc_iocbq *iocb, *next_iocb; |
| 1927 | IOCB_t *icmd; |
| 1928 | uint32_t rpi, i; |
| 1929 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1930 | lpfc_fabric_abort_nport(ndlp); |
| 1931 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1932 | /* |
| 1933 | * Everything that matches on txcmplq will be returned |
| 1934 | * by firmware with a no rpi error. |
| 1935 | */ |
| 1936 | psli = &phba->sli; |
| 1937 | rpi = ndlp->nlp_rpi; |
| 1938 | if (rpi) { |
| 1939 | /* Now process each ring */ |
| 1940 | for (i = 0; i < psli->num_rings; i++) { |
| 1941 | pring = &psli->ring[i]; |
| 1942 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1943 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1944 | list_for_each_entry_safe(iocb, next_iocb, &pring->txq, |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1945 | list) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1946 | /* |
| 1947 | * Check to see if iocb matches the nport we are |
| 1948 | * looking for |
| 1949 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1950 | if ((lpfc_check_sli_ndlp(phba, pring, iocb, |
| 1951 | ndlp))) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1952 | /* It matches, so deque and call compl |
| 1953 | with an error */ |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 1954 | list_move_tail(&iocb->list, |
| 1955 | &completions); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1956 | pring->txq_cnt--; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1957 | } |
| 1958 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1959 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1960 | } |
| 1961 | } |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 1962 | |
| 1963 | while (!list_empty(&completions)) { |
| 1964 | iocb = list_get_first(&completions, struct lpfc_iocbq, list); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1965 | list_del_init(&iocb->list); |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 1966 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1967 | if (!iocb->iocb_cmpl) |
| 1968 | lpfc_sli_release_iocbq(phba, iocb); |
| 1969 | else { |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 1970 | icmd = &iocb->iocb; |
| 1971 | icmd->ulpStatus = IOSTAT_LOCAL_REJECT; |
| 1972 | icmd->un.ulpWord[4] = IOERR_SLI_ABORTED; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1973 | (iocb->iocb_cmpl)(phba, iocb, iocb); |
| 1974 | } |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 1975 | } |
| 1976 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 1977 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1978 | } |
| 1979 | |
| 1980 | /* |
| 1981 | * Free rpi associated with LPFC_NODELIST entry. |
| 1982 | * This routine is called from lpfc_freenode(), when we are removing |
| 1983 | * a LPFC_NODELIST entry. It is also called if the driver initiates a |
| 1984 | * LOGO that completes successfully, and we are waiting to PLOGI back |
| 1985 | * to the remote NPort. In addition, it is called after we receive |
| 1986 | * and unsolicated ELS cmd, send back a rsp, the rsp completes and |
| 1987 | * we are waiting to PLOGI back to the remote NPort. |
| 1988 | */ |
| 1989 | int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1990 | lpfc_unreg_rpi(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1991 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1992 | struct lpfc_hba *phba = vport->phba; |
| 1993 | LPFC_MBOXQ_t *mbox; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 1994 | int rc; |
| 1995 | |
| 1996 | if (ndlp->nlp_rpi) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 1997 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 1998 | if (mbox) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 1999 | lpfc_unreg_login(phba, vport->vpi, ndlp->nlp_rpi, mbox); |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 2000 | mbox->vport = vport; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2001 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 2002 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2003 | if (rc == MBX_NOT_FINISHED) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2004 | mempool_free(mbox, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2005 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2006 | lpfc_no_rpi(phba, ndlp); |
| 2007 | ndlp->nlp_rpi = 0; |
| 2008 | return 1; |
| 2009 | } |
| 2010 | return 0; |
| 2011 | } |
| 2012 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2013 | void |
| 2014 | lpfc_unreg_all_rpis(struct lpfc_vport *vport) |
| 2015 | { |
| 2016 | struct lpfc_hba *phba = vport->phba; |
| 2017 | LPFC_MBOXQ_t *mbox; |
| 2018 | int rc; |
| 2019 | |
| 2020 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 2021 | if (mbox) { |
| 2022 | lpfc_unreg_login(phba, vport->vpi, 0xffff, mbox); |
| 2023 | mbox->vport = vport; |
| 2024 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 2025 | mbox->context1 = NULL; |
| 2026 | rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2027 | if (rc == MBX_NOT_FINISHED) { |
| 2028 | mempool_free(mbox, phba->mbox_mem_pool); |
| 2029 | } |
| 2030 | } |
| 2031 | } |
| 2032 | |
| 2033 | void |
| 2034 | lpfc_unreg_default_rpis(struct lpfc_vport *vport) |
| 2035 | { |
| 2036 | struct lpfc_hba *phba = vport->phba; |
| 2037 | LPFC_MBOXQ_t *mbox; |
| 2038 | int rc; |
| 2039 | |
| 2040 | mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 2041 | if (mbox) { |
| 2042 | lpfc_unreg_did(phba, vport->vpi, 0xffffffff, mbox); |
| 2043 | mbox->vport = vport; |
| 2044 | mbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 2045 | mbox->context1 = NULL; |
| 2046 | rc = lpfc_sli_issue_mbox_wait(phba, mbox, LPFC_MBOX_TMO); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2047 | if (rc == MBX_NOT_FINISHED) { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2048 | lpfc_printf_vlog(vport, KERN_ERR, LOG_MBOX | LOG_VPORT, |
| 2049 | "1815 Could not issue " |
| 2050 | "unreg_did (default rpis)\n"); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2051 | mempool_free(mbox, phba->mbox_mem_pool); |
| 2052 | } |
| 2053 | } |
| 2054 | } |
| 2055 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2056 | /* |
| 2057 | * Free resources associated with LPFC_NODELIST entry |
| 2058 | * so it can be freed. |
| 2059 | */ |
| 2060 | static int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2061 | lpfc_cleanup_node(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2062 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2063 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 2064 | struct lpfc_hba *phba = vport->phba; |
| 2065 | LPFC_MBOXQ_t *mb, *nextmb; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2066 | struct lpfc_dmabuf *mp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2067 | |
| 2068 | /* Cleanup node for NPort <nlp_DID> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2069 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 2070 | "0900 Cleanup node for NPort x%x " |
| 2071 | "Data: x%x x%x x%x\n", |
| 2072 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 2073 | ndlp->nlp_state, ndlp->nlp_rpi); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 2074 | if (NLP_CHK_FREE_REQ(ndlp)) { |
| 2075 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, |
| 2076 | "0280 lpfc_cleanup_node: ndlp:x%p " |
| 2077 | "usgmap:x%x refcnt:%d\n", |
| 2078 | (void *)ndlp, ndlp->nlp_usg_map, |
| 2079 | atomic_read(&ndlp->kref.refcount)); |
| 2080 | lpfc_dequeue_node(vport, ndlp); |
| 2081 | } else { |
| 2082 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_NODE, |
| 2083 | "0281 lpfc_cleanup_node: ndlp:x%p " |
| 2084 | "usgmap:x%x refcnt:%d\n", |
| 2085 | (void *)ndlp, ndlp->nlp_usg_map, |
| 2086 | atomic_read(&ndlp->kref.refcount)); |
| 2087 | lpfc_disable_node(vport, ndlp); |
| 2088 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2089 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2090 | /* cleanup any ndlp on mbox q waiting for reglogin cmpl */ |
| 2091 | if ((mb = phba->sli.mbox_active)) { |
| 2092 | if ((mb->mb.mbxCommand == MBX_REG_LOGIN64) && |
| 2093 | (ndlp == (struct lpfc_nodelist *) mb->context2)) { |
| 2094 | mb->context2 = NULL; |
| 2095 | mb->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
| 2096 | } |
| 2097 | } |
James Smart | 33ccf8d | 2006-08-17 11:57:58 -0400 | [diff] [blame] | 2098 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2099 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2100 | list_for_each_entry_safe(mb, nextmb, &phba->sli.mboxq, list) { |
| 2101 | if ((mb->mb.mbxCommand == MBX_REG_LOGIN64) && |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2102 | (ndlp == (struct lpfc_nodelist *) mb->context2)) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2103 | mp = (struct lpfc_dmabuf *) (mb->context1); |
| 2104 | if (mp) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2105 | __lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2106 | kfree(mp); |
| 2107 | } |
| 2108 | list_del(&mb->list); |
| 2109 | mempool_free(mb, phba->mbox_mem_pool); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 2110 | /* We shall not invoke the lpfc_nlp_put to decrement |
| 2111 | * the ndlp reference count as we are in the process |
| 2112 | * of lpfc_nlp_release. |
| 2113 | */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2114 | } |
| 2115 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2116 | spin_unlock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2117 | |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 2118 | lpfc_els_abort(phba, ndlp); |
| 2119 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2120 | spin_lock_irq(shost->host_lock); |
James Smart | c01f320 | 2006-08-18 17:47:08 -0400 | [diff] [blame] | 2121 | ndlp->nlp_flag &= ~NLP_DELAY_TMO; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2122 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2123 | |
Jamie Wellnitz | 5024ab1 | 2006-02-28 19:25:28 -0500 | [diff] [blame] | 2124 | ndlp->nlp_last_elscmd = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2125 | del_timer_sync(&ndlp->nlp_delayfunc); |
| 2126 | |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 2127 | list_del_init(&ndlp->els_retry_evt.evt_listp); |
| 2128 | list_del_init(&ndlp->dev_loss_evt.evt_listp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2129 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2130 | lpfc_unreg_rpi(vport, ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2131 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 2132 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2133 | } |
| 2134 | |
| 2135 | /* |
| 2136 | * Check to see if we can free the nlp back to the freelist. |
| 2137 | * If we are in the middle of using the nlp in the discovery state |
| 2138 | * machine, defer the free till we reach the end of the state machine. |
| 2139 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 2140 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2141 | lpfc_nlp_remove(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2142 | { |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 2143 | struct lpfc_hba *phba = vport->phba; |
James Smart | 1dcb58e | 2007-04-25 09:51:30 -0400 | [diff] [blame] | 2144 | struct lpfc_rport_data *rdata; |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 2145 | LPFC_MBOXQ_t *mbox; |
| 2146 | int rc; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2147 | |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 2148 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 2149 | if (ndlp->nlp_flag & NLP_DEFER_RM && !ndlp->nlp_rpi) { |
| 2150 | /* For this case we need to cleanup the default rpi |
| 2151 | * allocated by the firmware. |
| 2152 | */ |
| 2153 | if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL)) |
| 2154 | != NULL) { |
| 2155 | rc = lpfc_reg_login(phba, vport->vpi, ndlp->nlp_DID, |
| 2156 | (uint8_t *) &vport->fc_sparam, mbox, 0); |
| 2157 | if (rc) { |
| 2158 | mempool_free(mbox, phba->mbox_mem_pool); |
| 2159 | } |
| 2160 | else { |
| 2161 | mbox->mbox_flag |= LPFC_MBX_IMED_UNREG; |
| 2162 | mbox->mbox_cmpl = lpfc_mbx_cmpl_dflt_rpi; |
| 2163 | mbox->vport = vport; |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 2164 | mbox->context2 = NULL; |
James Smart | a8adb83 | 2007-10-27 13:37:53 -0400 | [diff] [blame] | 2165 | rc =lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
| 2166 | if (rc == MBX_NOT_FINISHED) { |
| 2167 | mempool_free(mbox, phba->mbox_mem_pool); |
| 2168 | } |
| 2169 | } |
| 2170 | } |
| 2171 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2172 | lpfc_cleanup_node(vport, ndlp); |
James Smart | 1dcb58e | 2007-04-25 09:51:30 -0400 | [diff] [blame] | 2173 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2174 | /* |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2175 | * We can get here with a non-NULL ndlp->rport because when we |
| 2176 | * unregister a rport we don't break the rport/node linkage. So if we |
| 2177 | * do, make sure we don't leaving any dangling pointers behind. |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2178 | */ |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2179 | if (ndlp->rport) { |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 2180 | rdata = ndlp->rport->dd_data; |
| 2181 | rdata->pnode = NULL; |
| 2182 | ndlp->rport = NULL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2183 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2184 | } |
| 2185 | |
| 2186 | static int |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2187 | lpfc_matchdid(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
| 2188 | uint32_t did) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2189 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2190 | D_ID mydid, ndlpdid, matchdid; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2191 | |
| 2192 | if (did == Bcast_DID) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 2193 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2194 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2195 | /* First check for Direct match */ |
| 2196 | if (ndlp->nlp_DID == did) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 2197 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2198 | |
| 2199 | /* Next check for area/domain identically equals 0 match */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2200 | mydid.un.word = vport->fc_myDID; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2201 | if ((mydid.un.b.domain == 0) && (mydid.un.b.area == 0)) { |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 2202 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2203 | } |
| 2204 | |
| 2205 | matchdid.un.word = did; |
| 2206 | ndlpdid.un.word = ndlp->nlp_DID; |
| 2207 | if (matchdid.un.b.id == ndlpdid.un.b.id) { |
| 2208 | if ((mydid.un.b.domain == matchdid.un.b.domain) && |
| 2209 | (mydid.un.b.area == matchdid.un.b.area)) { |
| 2210 | if ((ndlpdid.un.b.domain == 0) && |
| 2211 | (ndlpdid.un.b.area == 0)) { |
| 2212 | if (ndlpdid.un.b.id) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 2213 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2214 | } |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 2215 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2216 | } |
| 2217 | |
| 2218 | matchdid.un.word = ndlp->nlp_DID; |
| 2219 | if ((mydid.un.b.domain == ndlpdid.un.b.domain) && |
| 2220 | (mydid.un.b.area == ndlpdid.un.b.area)) { |
| 2221 | if ((matchdid.un.b.domain == 0) && |
| 2222 | (matchdid.un.b.area == 0)) { |
| 2223 | if (matchdid.un.b.id) |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 2224 | return 1; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2225 | } |
| 2226 | } |
| 2227 | } |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 2228 | return 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2229 | } |
| 2230 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 2231 | /* Search for a nodelist entry */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2232 | static struct lpfc_nodelist * |
| 2233 | __lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2234 | { |
James Smart | 2fb9bd8 | 2006-12-02 13:33:57 -0500 | [diff] [blame] | 2235 | struct lpfc_nodelist *ndlp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2236 | uint32_t data1; |
| 2237 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2238 | list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { |
| 2239 | if (lpfc_matchdid(vport, ndlp, did)) { |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 2240 | data1 = (((uint32_t) ndlp->nlp_state << 24) | |
| 2241 | ((uint32_t) ndlp->nlp_xri << 16) | |
| 2242 | ((uint32_t) ndlp->nlp_type << 8) | |
| 2243 | ((uint32_t) ndlp->nlp_rpi & 0xff)); |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2244 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 2245 | "0929 FIND node DID " |
| 2246 | "Data: x%p x%x x%x x%x\n", |
| 2247 | ndlp, ndlp->nlp_DID, |
| 2248 | ndlp->nlp_flag, data1); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 2249 | return ndlp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2250 | } |
| 2251 | } |
Jamie Wellnitz | 66a9ed6 | 2006-02-28 22:33:10 -0500 | [diff] [blame] | 2252 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2253 | /* FIND node did <did> NOT FOUND */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2254 | lpfc_printf_vlog(vport, KERN_INFO, LOG_NODE, |
| 2255 | "0932 FIND node did x%x NOT FOUND.\n", did); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2256 | return NULL; |
| 2257 | } |
| 2258 | |
| 2259 | struct lpfc_nodelist * |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2260 | lpfc_findnode_did(struct lpfc_vport *vport, uint32_t did) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2261 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2262 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2263 | struct lpfc_nodelist *ndlp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2264 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2265 | spin_lock_irq(shost->host_lock); |
| 2266 | ndlp = __lpfc_findnode_did(vport, did); |
| 2267 | spin_unlock_irq(shost->host_lock); |
| 2268 | return ndlp; |
| 2269 | } |
| 2270 | |
| 2271 | struct lpfc_nodelist * |
| 2272 | lpfc_setup_disc_node(struct lpfc_vport *vport, uint32_t did) |
| 2273 | { |
| 2274 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 2275 | struct lpfc_nodelist *ndlp; |
| 2276 | |
| 2277 | ndlp = lpfc_findnode_did(vport, did); |
Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 2278 | if (!ndlp) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2279 | if ((vport->fc_flag & FC_RSCN_MODE) != 0 && |
| 2280 | lpfc_rscn_payload_check(vport, did) == 0) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2281 | return NULL; |
| 2282 | ndlp = (struct lpfc_nodelist *) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2283 | mempool_alloc(vport->phba->nlp_mem_pool, GFP_KERNEL); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2284 | if (!ndlp) |
| 2285 | return NULL; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2286 | lpfc_nlp_init(vport, ndlp, did); |
| 2287 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE); |
| 2288 | spin_lock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2289 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2290 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2291 | return ndlp; |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 2292 | } else if (!NLP_CHK_NODE_ACT(ndlp)) { |
| 2293 | ndlp = lpfc_enable_node(vport, ndlp, NLP_STE_NPR_NODE); |
| 2294 | if (!ndlp) |
| 2295 | return NULL; |
| 2296 | spin_lock_irq(shost->host_lock); |
| 2297 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; |
| 2298 | spin_unlock_irq(shost->host_lock); |
| 2299 | return ndlp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2300 | } |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 2301 | |
James Smart | 58da1ff | 2008-04-07 10:15:56 -0400 | [diff] [blame] | 2302 | if ((vport->fc_flag & FC_RSCN_MODE) && |
| 2303 | !(vport->fc_flag & FC_NDISC_ACTIVE)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2304 | if (lpfc_rscn_payload_check(vport, did)) { |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 2305 | /* If we've already recieved a PLOGI from this NPort |
| 2306 | * we don't need to try to discover it again. |
| 2307 | */ |
| 2308 | if (ndlp->nlp_flag & NLP_RCV_PLOGI) |
| 2309 | return NULL; |
| 2310 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2311 | spin_lock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2312 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2313 | spin_unlock_irq(shost->host_lock); |
Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 2314 | |
| 2315 | /* Since this node is marked for discovery, |
| 2316 | * delay timeout is not needed. |
| 2317 | */ |
James Smart | 0d2b6b8 | 2008-06-14 22:52:47 -0400 | [diff] [blame] | 2318 | lpfc_cancel_retry_delay_tmo(vport, ndlp); |
James Smart | 071fbd3d | 2006-04-15 11:53:20 -0400 | [diff] [blame] | 2319 | } else |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2320 | ndlp = NULL; |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 2321 | } else { |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 2322 | /* If we've already recieved a PLOGI from this NPort, |
| 2323 | * or we are already in the process of discovery on it, |
| 2324 | * we don't need to try to discover it again. |
| 2325 | */ |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 2326 | if (ndlp->nlp_state == NLP_STE_ADISC_ISSUE || |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 2327 | ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || |
| 2328 | ndlp->nlp_flag & NLP_RCV_PLOGI) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2329 | return NULL; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2330 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_NPR_NODE); |
| 2331 | spin_lock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2332 | ndlp->nlp_flag |= NLP_NPR_2B_DISC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2333 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2334 | } |
| 2335 | return ndlp; |
| 2336 | } |
| 2337 | |
| 2338 | /* Build a list of nodes to discover based on the loopmap */ |
| 2339 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2340 | lpfc_disc_list_loopmap(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2341 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2342 | struct lpfc_hba *phba = vport->phba; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2343 | int j; |
| 2344 | uint32_t alpa, index; |
| 2345 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2346 | if (!lpfc_is_link_up(phba)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2347 | return; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2348 | |
| 2349 | if (phba->fc_topology != TOPOLOGY_LOOP) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2350 | return; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2351 | |
| 2352 | /* Check for loop map present or not */ |
| 2353 | if (phba->alpa_map[0]) { |
| 2354 | for (j = 1; j <= phba->alpa_map[0]; j++) { |
| 2355 | alpa = phba->alpa_map[j]; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2356 | if (((vport->fc_myDID & 0xff) == alpa) || (alpa == 0)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2357 | continue; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2358 | lpfc_setup_disc_node(vport, alpa); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2359 | } |
| 2360 | } else { |
| 2361 | /* No alpamap, so try all alpa's */ |
| 2362 | for (j = 0; j < FC_MAXLOOP; j++) { |
| 2363 | /* If cfg_scan_down is set, start from highest |
| 2364 | * ALPA (0xef) to lowest (0x1). |
| 2365 | */ |
James Smart | 3de2a65 | 2007-08-02 11:09:59 -0400 | [diff] [blame] | 2366 | if (vport->cfg_scan_down) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2367 | index = j; |
| 2368 | else |
| 2369 | index = FC_MAXLOOP - j - 1; |
| 2370 | alpa = lpfcAlpaArray[index]; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2371 | if ((vport->fc_myDID & 0xff) == alpa) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2372 | continue; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2373 | lpfc_setup_disc_node(vport, alpa); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2374 | } |
| 2375 | } |
| 2376 | return; |
| 2377 | } |
| 2378 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2379 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2380 | lpfc_issue_clear_la(struct lpfc_hba *phba, struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2381 | { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2382 | LPFC_MBOXQ_t *mbox; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2383 | struct lpfc_sli *psli = &phba->sli; |
| 2384 | struct lpfc_sli_ring *extra_ring = &psli->ring[psli->extra_ring]; |
| 2385 | struct lpfc_sli_ring *fcp_ring = &psli->ring[psli->fcp_ring]; |
| 2386 | struct lpfc_sli_ring *next_ring = &psli->ring[psli->next_ring]; |
| 2387 | int rc; |
| 2388 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2389 | /* |
| 2390 | * if it's not a physical port or if we already send |
| 2391 | * clear_la then don't send it. |
| 2392 | */ |
| 2393 | if ((phba->link_state >= LPFC_CLEAR_LA) || |
| 2394 | (vport->port_type != LPFC_PHYSICAL_PORT)) |
| 2395 | return; |
| 2396 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2397 | /* Link up discovery */ |
| 2398 | if ((mbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL)) != NULL) { |
| 2399 | phba->link_state = LPFC_CLEAR_LA; |
| 2400 | lpfc_clear_la(phba, mbox); |
| 2401 | mbox->mbox_cmpl = lpfc_mbx_cmpl_clear_la; |
| 2402 | mbox->vport = vport; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 2403 | rc = lpfc_sli_issue_mbox(phba, mbox, MBX_NOWAIT); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2404 | if (rc == MBX_NOT_FINISHED) { |
| 2405 | mempool_free(mbox, phba->mbox_mem_pool); |
| 2406 | lpfc_disc_flush_list(vport); |
| 2407 | extra_ring->flag &= ~LPFC_STOP_IOCB_EVENT; |
| 2408 | fcp_ring->flag &= ~LPFC_STOP_IOCB_EVENT; |
| 2409 | next_ring->flag &= ~LPFC_STOP_IOCB_EVENT; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2410 | phba->link_state = LPFC_HBA_ERROR; |
| 2411 | } |
| 2412 | } |
| 2413 | } |
| 2414 | |
| 2415 | /* Reg_vpi to tell firmware to resume normal operations */ |
| 2416 | void |
| 2417 | lpfc_issue_reg_vpi(struct lpfc_hba *phba, struct lpfc_vport *vport) |
| 2418 | { |
| 2419 | LPFC_MBOXQ_t *regvpimbox; |
| 2420 | |
| 2421 | regvpimbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 2422 | if (regvpimbox) { |
| 2423 | lpfc_reg_vpi(phba, vport->vpi, vport->fc_myDID, regvpimbox); |
| 2424 | regvpimbox->mbox_cmpl = lpfc_mbx_cmpl_reg_vpi; |
| 2425 | regvpimbox->vport = vport; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 2426 | if (lpfc_sli_issue_mbox(phba, regvpimbox, MBX_NOWAIT) |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2427 | == MBX_NOT_FINISHED) { |
| 2428 | mempool_free(regvpimbox, phba->mbox_mem_pool); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2429 | } |
| 2430 | } |
| 2431 | } |
| 2432 | |
| 2433 | /* Start Link up / RSCN discovery on NPR nodes */ |
| 2434 | void |
| 2435 | lpfc_disc_start(struct lpfc_vport *vport) |
| 2436 | { |
| 2437 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 2438 | struct lpfc_hba *phba = vport->phba; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 2439 | uint32_t num_sent; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2440 | uint32_t clear_la_pending; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 2441 | int did_changed; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2442 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2443 | if (!lpfc_is_link_up(phba)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2444 | return; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2445 | |
| 2446 | if (phba->link_state == LPFC_CLEAR_LA) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2447 | clear_la_pending = 1; |
| 2448 | else |
| 2449 | clear_la_pending = 0; |
| 2450 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2451 | if (vport->port_state < LPFC_VPORT_READY) |
| 2452 | vport->port_state = LPFC_DISC_AUTH; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2453 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2454 | lpfc_set_disctmo(vport); |
| 2455 | |
| 2456 | if (vport->fc_prevDID == vport->fc_myDID) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2457 | did_changed = 0; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2458 | else |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2459 | did_changed = 1; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2460 | |
| 2461 | vport->fc_prevDID = vport->fc_myDID; |
| 2462 | vport->num_disc_nodes = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2463 | |
| 2464 | /* Start Discovery state <hba_state> */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2465 | lpfc_printf_vlog(vport, KERN_INFO, LOG_DISCOVERY, |
| 2466 | "0202 Start Discovery hba state x%x " |
| 2467 | "Data: x%x x%x x%x\n", |
| 2468 | vport->port_state, vport->fc_flag, vport->fc_plogi_cnt, |
| 2469 | vport->fc_adisc_cnt); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2470 | |
| 2471 | /* First do ADISCs - if any */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2472 | num_sent = lpfc_els_disc_adisc(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2473 | |
| 2474 | if (num_sent) |
| 2475 | return; |
| 2476 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2477 | /* |
| 2478 | * For SLI3, cmpl_reg_vpi will set port_state to READY, and |
| 2479 | * continue discovery. |
| 2480 | */ |
| 2481 | if ((phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) && |
James Smart | 1b32f6a | 2008-02-08 18:49:39 -0500 | [diff] [blame] | 2482 | !(vport->fc_flag & FC_PT2PT) && |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2483 | !(vport->fc_flag & FC_RSCN_MODE)) { |
| 2484 | lpfc_issue_reg_vpi(phba, vport); |
| 2485 | return; |
| 2486 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2487 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2488 | /* |
| 2489 | * For SLI2, we need to set port_state to READY and continue |
| 2490 | * discovery. |
| 2491 | */ |
| 2492 | if (vport->port_state < LPFC_VPORT_READY && !clear_la_pending) { |
| 2493 | /* If we get here, there is nothing to ADISC */ |
| 2494 | if (vport->port_type == LPFC_PHYSICAL_PORT) |
| 2495 | lpfc_issue_clear_la(phba, vport); |
| 2496 | |
| 2497 | if (!(vport->fc_flag & FC_ABORT_DISCOVERY)) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2498 | vport->num_disc_nodes = 0; |
| 2499 | /* go thru NPR nodes and issue ELS PLOGIs */ |
| 2500 | if (vport->fc_npr_cnt) |
| 2501 | lpfc_els_disc_plogi(vport); |
| 2502 | |
| 2503 | if (!vport->num_disc_nodes) { |
| 2504 | spin_lock_irq(shost->host_lock); |
| 2505 | vport->fc_flag &= ~FC_NDISC_ACTIVE; |
| 2506 | spin_unlock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2507 | lpfc_can_disctmo(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2508 | } |
| 2509 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2510 | vport->port_state = LPFC_VPORT_READY; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2511 | } else { |
| 2512 | /* Next do PLOGIs - if any */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2513 | num_sent = lpfc_els_disc_plogi(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2514 | |
| 2515 | if (num_sent) |
| 2516 | return; |
| 2517 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2518 | if (vport->fc_flag & FC_RSCN_MODE) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2519 | /* Check to see if more RSCNs came in while we |
| 2520 | * were processing this one. |
| 2521 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2522 | if ((vport->fc_rscn_id_cnt == 0) && |
| 2523 | (!(vport->fc_flag & FC_RSCN_DISCOVERY))) { |
| 2524 | spin_lock_irq(shost->host_lock); |
| 2525 | vport->fc_flag &= ~FC_RSCN_MODE; |
| 2526 | spin_unlock_irq(shost->host_lock); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2527 | lpfc_can_disctmo(vport); |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 2528 | } else |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2529 | lpfc_els_handle_rscn(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2530 | } |
| 2531 | } |
| 2532 | return; |
| 2533 | } |
| 2534 | |
| 2535 | /* |
| 2536 | * Ignore completion for all IOCBs on tx and txcmpl queue for ELS |
| 2537 | * ring the match the sppecified nodelist. |
| 2538 | */ |
| 2539 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2540 | lpfc_free_tx(struct lpfc_hba *phba, struct lpfc_nodelist *ndlp) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2541 | { |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 2542 | LIST_HEAD(completions); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2543 | struct lpfc_sli *psli; |
| 2544 | IOCB_t *icmd; |
| 2545 | struct lpfc_iocbq *iocb, *next_iocb; |
| 2546 | struct lpfc_sli_ring *pring; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2547 | |
| 2548 | psli = &phba->sli; |
| 2549 | pring = &psli->ring[LPFC_ELS_RING]; |
| 2550 | |
| 2551 | /* Error matching iocb on txq or txcmplq |
| 2552 | * First check the txq. |
| 2553 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2554 | spin_lock_irq(&phba->hbalock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2555 | list_for_each_entry_safe(iocb, next_iocb, &pring->txq, list) { |
| 2556 | if (iocb->context1 != ndlp) { |
| 2557 | continue; |
| 2558 | } |
| 2559 | icmd = &iocb->iocb; |
| 2560 | if ((icmd->ulpCommand == CMD_ELS_REQUEST64_CR) || |
| 2561 | (icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX)) { |
| 2562 | |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 2563 | list_move_tail(&iocb->list, &completions); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2564 | pring->txq_cnt--; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2565 | } |
| 2566 | } |
| 2567 | |
| 2568 | /* Next check the txcmplq */ |
| 2569 | list_for_each_entry_safe(iocb, next_iocb, &pring->txcmplq, list) { |
| 2570 | if (iocb->context1 != ndlp) { |
| 2571 | continue; |
| 2572 | } |
| 2573 | icmd = &iocb->iocb; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2574 | if (icmd->ulpCommand == CMD_ELS_REQUEST64_CR || |
| 2575 | icmd->ulpCommand == CMD_XMIT_ELS_RSP64_CX) { |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 2576 | lpfc_sli_issue_abort_iotag(phba, pring, iocb); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2577 | } |
| 2578 | } |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2579 | spin_unlock_irq(&phba->hbalock); |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 2580 | |
| 2581 | while (!list_empty(&completions)) { |
| 2582 | iocb = list_get_first(&completions, struct lpfc_iocbq, list); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2583 | list_del_init(&iocb->list); |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 2584 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2585 | if (!iocb->iocb_cmpl) |
| 2586 | lpfc_sli_release_iocbq(phba, iocb); |
| 2587 | else { |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 2588 | icmd = &iocb->iocb; |
| 2589 | icmd->ulpStatus = IOSTAT_LOCAL_REJECT; |
| 2590 | icmd->un.ulpWord[4] = IOERR_SLI_ABORTED; |
| 2591 | (iocb->iocb_cmpl) (phba, iocb, iocb); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2592 | } |
James Smart | 2534ba7 | 2007-04-25 09:52:20 -0400 | [diff] [blame] | 2593 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2594 | } |
| 2595 | |
Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 2596 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2597 | lpfc_disc_flush_list(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2598 | { |
| 2599 | struct lpfc_nodelist *ndlp, *next_ndlp; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2600 | struct lpfc_hba *phba = vport->phba; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2601 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2602 | if (vport->fc_plogi_cnt || vport->fc_adisc_cnt) { |
| 2603 | list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 2604 | nlp_listp) { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 2605 | if (!NLP_CHK_NODE_ACT(ndlp)) |
| 2606 | continue; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 2607 | if (ndlp->nlp_state == NLP_STE_PLOGI_ISSUE || |
| 2608 | ndlp->nlp_state == NLP_STE_ADISC_ISSUE) { |
| 2609 | lpfc_free_tx(phba, ndlp); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 2610 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2611 | } |
| 2612 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2613 | } |
| 2614 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2615 | void |
| 2616 | lpfc_cleanup_discovery_resources(struct lpfc_vport *vport) |
| 2617 | { |
| 2618 | lpfc_els_flush_rscn(vport); |
| 2619 | lpfc_els_flush_cmd(vport); |
| 2620 | lpfc_disc_flush_list(vport); |
| 2621 | } |
| 2622 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2623 | /*****************************************************************************/ |
| 2624 | /* |
| 2625 | * NAME: lpfc_disc_timeout |
| 2626 | * |
| 2627 | * FUNCTION: Fibre Channel driver discovery timeout routine. |
| 2628 | * |
| 2629 | * EXECUTION ENVIRONMENT: interrupt only |
| 2630 | * |
| 2631 | * CALLED FROM: |
| 2632 | * Timer function |
| 2633 | * |
| 2634 | * RETURNS: |
| 2635 | * none |
| 2636 | */ |
| 2637 | /*****************************************************************************/ |
| 2638 | void |
| 2639 | lpfc_disc_timeout(unsigned long ptr) |
| 2640 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2641 | struct lpfc_vport *vport = (struct lpfc_vport *) ptr; |
| 2642 | struct lpfc_hba *phba = vport->phba; |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 2643 | uint32_t tmo_posted; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2644 | unsigned long flags = 0; |
| 2645 | |
| 2646 | if (unlikely(!phba)) |
| 2647 | return; |
| 2648 | |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 2649 | spin_lock_irqsave(&vport->work_port_lock, flags); |
| 2650 | tmo_posted = vport->work_port_events & WORKER_DISC_TMO; |
| 2651 | if (!tmo_posted) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2652 | vport->work_port_events |= WORKER_DISC_TMO; |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 2653 | spin_unlock_irqrestore(&vport->work_port_lock, flags); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2654 | |
James Smart | 5e9d9b8 | 2008-06-14 22:52:53 -0400 | [diff] [blame] | 2655 | if (!tmo_posted) |
| 2656 | lpfc_worker_wake_up(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2657 | return; |
| 2658 | } |
| 2659 | |
| 2660 | static void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2661 | lpfc_disc_timeout_handler(struct lpfc_vport *vport) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2662 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2663 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
| 2664 | struct lpfc_hba *phba = vport->phba; |
| 2665 | struct lpfc_sli *psli = &phba->sli; |
Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 2666 | struct lpfc_nodelist *ndlp, *next_ndlp; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2667 | LPFC_MBOXQ_t *initlinkmbox; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2668 | int rc, clrlaerr = 0; |
| 2669 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2670 | if (!(vport->fc_flag & FC_DISC_TMO)) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2671 | return; |
| 2672 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2673 | spin_lock_irq(shost->host_lock); |
| 2674 | vport->fc_flag &= ~FC_DISC_TMO; |
| 2675 | spin_unlock_irq(shost->host_lock); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2676 | |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 2677 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_ELS_CMD, |
| 2678 | "disc timeout: state:x%x rtry:x%x flg:x%x", |
| 2679 | vport->port_state, vport->fc_ns_retry, vport->fc_flag); |
| 2680 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2681 | switch (vport->port_state) { |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2682 | |
| 2683 | case LPFC_LOCAL_CFG_LINK: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2684 | /* port_state is identically LPFC_LOCAL_CFG_LINK while waiting for |
| 2685 | * FAN |
| 2686 | */ |
| 2687 | /* FAN timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2688 | lpfc_printf_vlog(vport, KERN_WARNING, LOG_DISCOVERY, |
| 2689 | "0221 FAN timeout\n"); |
Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 2690 | /* Start discovery by sending FLOGI, clean up old rpis */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2691 | list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 2692 | nlp_listp) { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 2693 | if (!NLP_CHK_NODE_ACT(ndlp)) |
| 2694 | continue; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 2695 | if (ndlp->nlp_state != NLP_STE_NPR_NODE) |
| 2696 | continue; |
Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 2697 | if (ndlp->nlp_type & NLP_FABRIC) { |
| 2698 | /* Clean up the ndlp on Fabric connections */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2699 | lpfc_drop_node(vport, ndlp); |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 2700 | |
Jamie Wellnitz | 2fe165b | 2006-02-28 19:25:31 -0500 | [diff] [blame] | 2701 | } else if (!(ndlp->nlp_flag & NLP_NPR_ADISC)) { |
Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 2702 | /* Fail outstanding IO now since device |
| 2703 | * is marked for PLOGI. |
| 2704 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2705 | lpfc_unreg_rpi(vport, ndlp); |
Jamie Wellnitz | c9f8735 | 2006-02-28 19:25:23 -0500 | [diff] [blame] | 2706 | } |
| 2707 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2708 | if (vport->port_state != LPFC_FLOGI) { |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2709 | lpfc_initial_flogi(vport); |
James Smart | 0ff10d4 | 2008-01-11 01:52:36 -0500 | [diff] [blame] | 2710 | return; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2711 | } |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2712 | break; |
| 2713 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2714 | case LPFC_FDISC: |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2715 | case LPFC_FLOGI: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2716 | /* port_state is identically LPFC_FLOGI while waiting for FLOGI cmpl */ |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2717 | /* Initial FLOGI timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2718 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 2719 | "0222 Initial %s timeout\n", |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 2720 | vport->vpi ? "FDISC" : "FLOGI"); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2721 | |
| 2722 | /* Assume no Fabric and go on with discovery. |
| 2723 | * Check for outstanding ELS FLOGI to abort. |
| 2724 | */ |
| 2725 | |
| 2726 | /* FLOGI failed, so just use loop map to make discovery list */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2727 | lpfc_disc_list_loopmap(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2728 | |
| 2729 | /* Start discovery */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2730 | lpfc_disc_start(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2731 | break; |
| 2732 | |
| 2733 | case LPFC_FABRIC_CFG_LINK: |
| 2734 | /* hba_state is identically LPFC_FABRIC_CFG_LINK while waiting for |
| 2735 | NameServer login */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2736 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 2737 | "0223 Timeout while waiting for " |
| 2738 | "NameServer login\n"); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2739 | /* Next look for NameServer ndlp */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2740 | ndlp = lpfc_findnode_did(vport, NameServer_DID); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 2741 | if (ndlp && NLP_CHK_NODE_ACT(ndlp)) |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 2742 | lpfc_els_abort(phba, ndlp); |
| 2743 | |
| 2744 | /* ReStart discovery */ |
| 2745 | goto restart_disc; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2746 | |
| 2747 | case LPFC_NS_QRY: |
| 2748 | /* Check for wait for NameServer Rsp timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2749 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 2750 | "0224 NameServer Query timeout " |
| 2751 | "Data: x%x x%x\n", |
| 2752 | vport->fc_ns_retry, LPFC_MAX_NS_RETRY); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2753 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2754 | if (vport->fc_ns_retry < LPFC_MAX_NS_RETRY) { |
| 2755 | /* Try it one more time */ |
| 2756 | vport->fc_ns_retry++; |
| 2757 | rc = lpfc_ns_cmd(vport, SLI_CTNS_GID_FT, |
| 2758 | vport->fc_ns_retry, 0); |
| 2759 | if (rc == 0) |
| 2760 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2761 | } |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2762 | vport->fc_ns_retry = 0; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2763 | |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 2764 | restart_disc: |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2765 | /* |
| 2766 | * Discovery is over. |
| 2767 | * set port_state to PORT_READY if SLI2. |
| 2768 | * cmpl_reg_vpi will set port_state to READY for SLI3. |
| 2769 | */ |
| 2770 | if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) |
| 2771 | lpfc_issue_reg_vpi(phba, vport); |
| 2772 | else { /* NPIV Not enabled */ |
| 2773 | lpfc_issue_clear_la(phba, vport); |
| 2774 | vport->port_state = LPFC_VPORT_READY; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2775 | } |
| 2776 | |
| 2777 | /* Setup and issue mailbox INITIALIZE LINK command */ |
| 2778 | initlinkmbox = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL); |
| 2779 | if (!initlinkmbox) { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2780 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 2781 | "0206 Device Discovery " |
| 2782 | "completion error\n"); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2783 | phba->link_state = LPFC_HBA_ERROR; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2784 | break; |
| 2785 | } |
| 2786 | |
| 2787 | lpfc_linkdown(phba); |
| 2788 | lpfc_init_link(phba, initlinkmbox, phba->cfg_topology, |
| 2789 | phba->cfg_link_speed); |
| 2790 | initlinkmbox->mb.un.varInitLnk.lipsr_AL_PA = 0; |
James Smart | ed95768 | 2007-06-17 19:56:37 -0500 | [diff] [blame] | 2791 | initlinkmbox->vport = vport; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2792 | initlinkmbox->mbox_cmpl = lpfc_sli_def_mbox_cmpl; |
James Smart | 0b727fe | 2007-10-27 13:37:25 -0400 | [diff] [blame] | 2793 | rc = lpfc_sli_issue_mbox(phba, initlinkmbox, MBX_NOWAIT); |
James Smart | 5b8bd0c | 2007-04-25 09:52:49 -0400 | [diff] [blame] | 2794 | lpfc_set_loopback_flag(phba); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2795 | if (rc == MBX_NOT_FINISHED) |
| 2796 | mempool_free(initlinkmbox, phba->mbox_mem_pool); |
| 2797 | |
| 2798 | break; |
| 2799 | |
| 2800 | case LPFC_DISC_AUTH: |
| 2801 | /* Node Authentication timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2802 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 2803 | "0227 Node Authentication timeout\n"); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2804 | lpfc_disc_flush_list(vport); |
| 2805 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2806 | /* |
| 2807 | * set port_state to PORT_READY if SLI2. |
| 2808 | * cmpl_reg_vpi will set port_state to READY for SLI3. |
| 2809 | */ |
| 2810 | if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED) |
| 2811 | lpfc_issue_reg_vpi(phba, vport); |
| 2812 | else { /* NPIV Not enabled */ |
| 2813 | lpfc_issue_clear_la(phba, vport); |
| 2814 | vport->port_state = LPFC_VPORT_READY; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2815 | } |
| 2816 | break; |
| 2817 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2818 | case LPFC_VPORT_READY: |
| 2819 | if (vport->fc_flag & FC_RSCN_MODE) { |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2820 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 2821 | "0231 RSCN timeout Data: x%x " |
| 2822 | "x%x\n", |
| 2823 | vport->fc_ns_retry, LPFC_MAX_NS_RETRY); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2824 | |
| 2825 | /* Cleanup any outstanding ELS commands */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2826 | lpfc_els_flush_cmd(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2827 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2828 | lpfc_els_flush_rscn(vport); |
| 2829 | lpfc_disc_flush_list(vport); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2830 | } |
| 2831 | break; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2832 | |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2833 | default: |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2834 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
James Smart | d7c255b | 2008-08-24 21:50:00 -0400 | [diff] [blame] | 2835 | "0273 Unexpected discovery timeout, " |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2836 | "vport State x%x\n", vport->port_state); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2837 | break; |
| 2838 | } |
| 2839 | |
| 2840 | switch (phba->link_state) { |
| 2841 | case LPFC_CLEAR_LA: |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2842 | /* CLEAR LA timeout */ |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2843 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 2844 | "0228 CLEAR LA timeout\n"); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2845 | clrlaerr = 1; |
| 2846 | break; |
| 2847 | |
James Smart | 0937282 | 2008-01-11 01:52:54 -0500 | [diff] [blame] | 2848 | case LPFC_LINK_UP: |
| 2849 | lpfc_issue_clear_la(phba, vport); |
| 2850 | /* Drop thru */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2851 | case LPFC_LINK_UNKNOWN: |
| 2852 | case LPFC_WARM_START: |
| 2853 | case LPFC_INIT_START: |
| 2854 | case LPFC_INIT_MBX_CMDS: |
| 2855 | case LPFC_LINK_DOWN: |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2856 | case LPFC_HBA_ERROR: |
James Smart | e8b6201 | 2007-08-02 11:10:09 -0400 | [diff] [blame] | 2857 | lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY, |
| 2858 | "0230 Unexpected timeout, hba link " |
| 2859 | "state x%x\n", phba->link_state); |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2860 | clrlaerr = 1; |
| 2861 | break; |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2862 | |
| 2863 | case LPFC_HBA_READY: |
| 2864 | break; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2865 | } |
| 2866 | |
| 2867 | if (clrlaerr) { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2868 | lpfc_disc_flush_list(vport); |
James Smart | a4bc337 | 2006-12-02 13:34:16 -0500 | [diff] [blame] | 2869 | psli->ring[(psli->extra_ring)].flag &= ~LPFC_STOP_IOCB_EVENT; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2870 | psli->ring[(psli->fcp_ring)].flag &= ~LPFC_STOP_IOCB_EVENT; |
| 2871 | psli->ring[(psli->next_ring)].flag &= ~LPFC_STOP_IOCB_EVENT; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2872 | vport->port_state = LPFC_VPORT_READY; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2873 | } |
| 2874 | |
| 2875 | return; |
| 2876 | } |
| 2877 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2878 | /* |
| 2879 | * This routine handles processing a NameServer REG_LOGIN mailbox |
| 2880 | * command upon completion. It is setup in the LPFC_MBOXQ |
| 2881 | * as the completion routine when the command is |
| 2882 | * handed off to the SLI layer. |
| 2883 | */ |
| 2884 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2885 | lpfc_mbx_cmpl_fdmi_reg_login(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmb) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2886 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2887 | MAILBOX_t *mb = &pmb->mb; |
| 2888 | struct lpfc_dmabuf *mp = (struct lpfc_dmabuf *) (pmb->context1); |
| 2889 | struct lpfc_nodelist *ndlp = (struct lpfc_nodelist *) pmb->context2; |
| 2890 | struct lpfc_vport *vport = pmb->vport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2891 | |
| 2892 | pmb->context1 = NULL; |
| 2893 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2894 | ndlp->nlp_rpi = mb->un.varWords[0]; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2895 | ndlp->nlp_type |= NLP_FABRIC; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2896 | lpfc_nlp_set_state(vport, ndlp, NLP_STE_UNMAPPED_NODE); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2897 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2898 | /* |
| 2899 | * Start issuing Fabric-Device Management Interface (FDMI) command to |
| 2900 | * 0xfffffa (FDMI well known port) or Delay issuing FDMI command if |
| 2901 | * fdmi-on=2 (supporting RPA/hostnmae) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2902 | */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2903 | |
James Smart | 3de2a65 | 2007-08-02 11:09:59 -0400 | [diff] [blame] | 2904 | if (vport->cfg_fdmi_on == 1) |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2905 | lpfc_fdmi_cmd(vport, ndlp, SLI_MGMT_DHBA); |
| 2906 | else |
| 2907 | mod_timer(&vport->fc_fdmitmo, jiffies + HZ * 60); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2908 | |
James Smart | fa4066b | 2008-01-11 01:53:27 -0500 | [diff] [blame] | 2909 | /* decrement the node reference count held for this callback |
| 2910 | * function. |
| 2911 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 2912 | lpfc_nlp_put(ndlp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2913 | lpfc_mbuf_free(phba, mp->virt, mp->phys); |
| 2914 | kfree(mp); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 2915 | mempool_free(pmb, phba->mbox_mem_pool); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2916 | |
| 2917 | return; |
| 2918 | } |
| 2919 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 2920 | static int |
| 2921 | lpfc_filter_by_rpi(struct lpfc_nodelist *ndlp, void *param) |
| 2922 | { |
| 2923 | uint16_t *rpi = param; |
| 2924 | |
| 2925 | return ndlp->nlp_rpi == *rpi; |
| 2926 | } |
| 2927 | |
| 2928 | static int |
| 2929 | lpfc_filter_by_wwpn(struct lpfc_nodelist *ndlp, void *param) |
| 2930 | { |
| 2931 | return memcmp(&ndlp->nlp_portname, param, |
| 2932 | sizeof(ndlp->nlp_portname)) == 0; |
| 2933 | } |
| 2934 | |
Adrian Bunk | a6ababd | 2007-11-05 18:07:33 +0100 | [diff] [blame] | 2935 | static struct lpfc_nodelist * |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2936 | __lpfc_find_node(struct lpfc_vport *vport, node_filter filter, void *param) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2937 | { |
James.Smart@Emulex.Com | 21568f5 | 2005-10-28 20:29:36 -0400 | [diff] [blame] | 2938 | struct lpfc_nodelist *ndlp; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2939 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2940 | list_for_each_entry(ndlp, &vport->fc_nodes, nlp_listp) { |
James Smart | 87af33f | 2007-10-27 13:37:43 -0400 | [diff] [blame] | 2941 | if (filter(ndlp, param)) |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 2942 | return ndlp; |
| 2943 | } |
James.Smart@Emulex.Com | 21568f5 | 2005-10-28 20:29:36 -0400 | [diff] [blame] | 2944 | return NULL; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2945 | } |
| 2946 | |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 2947 | /* |
| 2948 | * 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] | 2949 | * returns the node list element pointer else return NULL. |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 2950 | */ |
| 2951 | struct lpfc_nodelist * |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2952 | __lpfc_findnode_rpi(struct lpfc_vport *vport, uint16_t rpi) |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 2953 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2954 | return __lpfc_find_node(vport, lpfc_filter_by_rpi, &rpi); |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 2955 | } |
| 2956 | |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 2957 | /* |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 2958 | * 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] | 2959 | * returns the node element list pointer else return NULL. |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 2960 | */ |
| 2961 | struct lpfc_nodelist * |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2962 | lpfc_findnode_wwpn(struct lpfc_vport *vport, struct lpfc_name *wwpn) |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 2963 | { |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2964 | struct Scsi_Host *shost = lpfc_shost_from_vport(vport); |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 2965 | struct lpfc_nodelist *ndlp; |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 2966 | |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2967 | spin_lock_irq(shost->host_lock); |
| 2968 | ndlp = __lpfc_find_node(vport, lpfc_filter_by_wwpn, wwpn); |
| 2969 | spin_unlock_irq(shost->host_lock); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 2970 | return ndlp; |
James Smart | 488d146 | 2006-03-07 15:02:37 -0500 | [diff] [blame] | 2971 | } |
| 2972 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2973 | void |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2974 | lpfc_nlp_init(struct lpfc_vport *vport, struct lpfc_nodelist *ndlp, |
| 2975 | uint32_t did) |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2976 | { |
| 2977 | memset(ndlp, 0, sizeof (struct lpfc_nodelist)); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2978 | INIT_LIST_HEAD(&ndlp->els_retry_evt.evt_listp); |
James Smart | 92d7f7b | 2007-06-17 19:56:38 -0500 | [diff] [blame] | 2979 | INIT_LIST_HEAD(&ndlp->dev_loss_evt.evt_listp); |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2980 | init_timer(&ndlp->nlp_delayfunc); |
| 2981 | ndlp->nlp_delayfunc.function = lpfc_els_retry_delay; |
| 2982 | ndlp->nlp_delayfunc.data = (unsigned long)ndlp; |
| 2983 | ndlp->nlp_DID = did; |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 2984 | ndlp->vport = vport; |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2985 | ndlp->nlp_sid = NLP_NO_SID; |
James Smart | 685f0bf | 2007-04-25 09:53:08 -0400 | [diff] [blame] | 2986 | INIT_LIST_HEAD(&ndlp->nlp_listp); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 2987 | kref_init(&ndlp->kref); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 2988 | NLP_INT_NODE_ACT(ndlp); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 2989 | |
| 2990 | lpfc_debugfs_disc_trc(vport, LPFC_DISC_TRC_NODE, |
| 2991 | "node init: did:x%x", |
| 2992 | ndlp->nlp_DID, 0, 0); |
| 2993 | |
| dea3101 | 2005-04-17 16:05:31 -0500 | [diff] [blame] | 2994 | return; |
| 2995 | } |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 2996 | |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 2997 | /* This routine releases all resources associated with a specifc NPort's ndlp |
| 2998 | * and mempool_free's the nodelist. |
| 2999 | */ |
James Smart | 311464e | 2007-08-02 11:10:37 -0400 | [diff] [blame] | 3000 | static void |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3001 | lpfc_nlp_release(struct kref *kref) |
| 3002 | { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3003 | struct lpfc_hba *phba; |
| 3004 | unsigned long flags; |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3005 | struct lpfc_nodelist *ndlp = container_of(kref, struct lpfc_nodelist, |
| 3006 | kref); |
James Smart | 858c9f6 | 2007-06-17 19:56:39 -0500 | [diff] [blame] | 3007 | |
| 3008 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, |
| 3009 | "node release: did:x%x flg:x%x type:x%x", |
| 3010 | ndlp->nlp_DID, ndlp->nlp_flag, ndlp->nlp_type); |
| 3011 | |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3012 | lpfc_printf_vlog(ndlp->vport, KERN_INFO, LOG_NODE, |
| 3013 | "0279 lpfc_nlp_release: ndlp:x%p " |
| 3014 | "usgmap:x%x refcnt:%d\n", |
| 3015 | (void *)ndlp, ndlp->nlp_usg_map, |
| 3016 | atomic_read(&ndlp->kref.refcount)); |
| 3017 | |
| 3018 | /* remove ndlp from action. */ |
James Smart | 2e0fef8 | 2007-06-17 19:56:36 -0500 | [diff] [blame] | 3019 | lpfc_nlp_remove(ndlp->vport, ndlp); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3020 | |
| 3021 | /* clear the ndlp active flag for all release cases */ |
| 3022 | phba = ndlp->vport->phba; |
| 3023 | spin_lock_irqsave(&phba->ndlp_lock, flags); |
| 3024 | NLP_CLR_NODE_ACT(ndlp); |
| 3025 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 3026 | |
| 3027 | /* free ndlp memory for final ndlp release */ |
| 3028 | if (NLP_CHK_FREE_REQ(ndlp)) |
| 3029 | mempool_free(ndlp, ndlp->vport->phba->nlp_mem_pool); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3030 | } |
| 3031 | |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 3032 | /* This routine bumps the reference count for a ndlp structure to ensure |
| 3033 | * that one discovery thread won't free a ndlp while another discovery thread |
| 3034 | * is using it. |
| 3035 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3036 | struct lpfc_nodelist * |
| 3037 | lpfc_nlp_get(struct lpfc_nodelist *ndlp) |
| 3038 | { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3039 | struct lpfc_hba *phba; |
| 3040 | unsigned long flags; |
| 3041 | |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 3042 | if (ndlp) { |
| 3043 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, |
| 3044 | "node get: did:x%x flg:x%x refcnt:x%x", |
| 3045 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 3046 | atomic_read(&ndlp->kref.refcount)); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3047 | /* The check of ndlp usage to prevent incrementing the |
| 3048 | * ndlp reference count that is in the process of being |
| 3049 | * released. |
| 3050 | */ |
| 3051 | phba = ndlp->vport->phba; |
| 3052 | spin_lock_irqsave(&phba->ndlp_lock, flags); |
| 3053 | if (!NLP_CHK_NODE_ACT(ndlp) || NLP_CHK_FREE_ACK(ndlp)) { |
| 3054 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 3055 | lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE, |
| 3056 | "0276 lpfc_nlp_get: ndlp:x%p " |
| 3057 | "usgmap:x%x refcnt:%d\n", |
| 3058 | (void *)ndlp, ndlp->nlp_usg_map, |
| 3059 | atomic_read(&ndlp->kref.refcount)); |
| 3060 | return NULL; |
| 3061 | } else |
| 3062 | kref_get(&ndlp->kref); |
| 3063 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 3064 | } |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3065 | return ndlp; |
| 3066 | } |
| 3067 | |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 3068 | /* This routine decrements the reference count for a ndlp structure. If the |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3069 | * count goes to 0, this indicates the the associated nodelist should be |
| 3070 | * freed. Returning 1 indicates the ndlp resource has been released; on the |
| 3071 | * other hand, returning 0 indicates the ndlp resource has not been released |
| 3072 | * yet. |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 3073 | */ |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3074 | int |
| 3075 | lpfc_nlp_put(struct lpfc_nodelist *ndlp) |
| 3076 | { |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3077 | struct lpfc_hba *phba; |
| 3078 | unsigned long flags; |
| 3079 | |
| 3080 | if (!ndlp) |
| 3081 | return 1; |
| 3082 | |
| 3083 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, |
| 3084 | "node put: did:x%x flg:x%x refcnt:x%x", |
| 3085 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 3086 | atomic_read(&ndlp->kref.refcount)); |
| 3087 | phba = ndlp->vport->phba; |
| 3088 | spin_lock_irqsave(&phba->ndlp_lock, flags); |
| 3089 | /* Check the ndlp memory free acknowledge flag to avoid the |
| 3090 | * possible race condition that kref_put got invoked again |
| 3091 | * after previous one has done ndlp memory free. |
| 3092 | */ |
| 3093 | if (NLP_CHK_FREE_ACK(ndlp)) { |
| 3094 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 3095 | lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE, |
| 3096 | "0274 lpfc_nlp_put: ndlp:x%p " |
| 3097 | "usgmap:x%x refcnt:%d\n", |
| 3098 | (void *)ndlp, ndlp->nlp_usg_map, |
| 3099 | atomic_read(&ndlp->kref.refcount)); |
| 3100 | return 1; |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 3101 | } |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3102 | /* Check the ndlp inactivate log flag to avoid the possible |
| 3103 | * race condition that kref_put got invoked again after ndlp |
| 3104 | * is already in inactivating state. |
| 3105 | */ |
| 3106 | if (NLP_CHK_IACT_REQ(ndlp)) { |
| 3107 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 3108 | lpfc_printf_vlog(ndlp->vport, KERN_WARNING, LOG_NODE, |
| 3109 | "0275 lpfc_nlp_put: ndlp:x%p " |
| 3110 | "usgmap:x%x refcnt:%d\n", |
| 3111 | (void *)ndlp, ndlp->nlp_usg_map, |
| 3112 | atomic_read(&ndlp->kref.refcount)); |
| 3113 | return 1; |
| 3114 | } |
| 3115 | /* For last put, mark the ndlp usage flags to make sure no |
| 3116 | * other kref_get and kref_put on the same ndlp shall get |
| 3117 | * in between the process when the final kref_put has been |
| 3118 | * invoked on this ndlp. |
| 3119 | */ |
| 3120 | if (atomic_read(&ndlp->kref.refcount) == 1) { |
| 3121 | /* Indicate ndlp is put to inactive state. */ |
| 3122 | NLP_SET_IACT_REQ(ndlp); |
| 3123 | /* Acknowledge ndlp memory free has been seen. */ |
| 3124 | if (NLP_CHK_FREE_REQ(ndlp)) |
| 3125 | NLP_SET_FREE_ACK(ndlp); |
| 3126 | } |
| 3127 | spin_unlock_irqrestore(&phba->ndlp_lock, flags); |
| 3128 | /* Note, the kref_put returns 1 when decrementing a reference |
| 3129 | * count that was 1, it invokes the release callback function, |
| 3130 | * but it still left the reference count as 1 (not actually |
| 3131 | * performs the last decrementation). Otherwise, it actually |
| 3132 | * decrements the reference count and returns 0. |
| 3133 | */ |
| 3134 | return kref_put(&ndlp->kref, lpfc_nlp_release); |
James Smart | 329f9bc | 2007-04-25 09:53:01 -0400 | [diff] [blame] | 3135 | } |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 3136 | |
| 3137 | /* 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] | 3138 | * by any other discovery thread. This routine returns 1 if the |
| 3139 | * ndlp has been freed. A return value of 0 indicates the ndlp is |
| 3140 | * not yet been released. |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 3141 | */ |
| 3142 | int |
| 3143 | lpfc_nlp_not_used(struct lpfc_nodelist *ndlp) |
| 3144 | { |
| 3145 | lpfc_debugfs_disc_trc(ndlp->vport, LPFC_DISC_TRC_NODE, |
| 3146 | "node not used: did:x%x flg:x%x refcnt:x%x", |
| 3147 | ndlp->nlp_DID, ndlp->nlp_flag, |
| 3148 | atomic_read(&ndlp->kref.refcount)); |
James Smart | e47c909 | 2008-02-08 18:49:26 -0500 | [diff] [blame] | 3149 | if (atomic_read(&ndlp->kref.refcount) == 1) |
| 3150 | if (lpfc_nlp_put(ndlp)) |
| 3151 | return 1; |
James Smart | 98c9ea5 | 2007-10-27 13:37:33 -0400 | [diff] [blame] | 3152 | return 0; |
| 3153 | } |