blob: 26ca2efa976e4654f8df87d89dcea52d1091bb27 [file] [log] [blame]
dea31012005-04-17 16:05:31 -05001/*******************************************************************
2 * This file is part of the Emulex Linux Device Driver for *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04003 * Fibre Channel Host Bus Adapters. *
James Smartd4379ac2012-03-01 22:37:07 -05004 * Copyright (C) 2004-2012 Emulex. All rights reserved. *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04005 * EMULEX and SLI are trademarks of Emulex. *
dea31012005-04-17 16:05:31 -05006 * www.emulex.com *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -04007 * Portions Copyright (C) 2004-2005 Christoph Hellwig *
dea31012005-04-17 16:05:31 -05008 * *
9 * This program is free software; you can redistribute it and/or *
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -040010 * 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. *
dea31012005-04-17 16:05:31 -050020 *******************************************************************/
21
dea31012005-04-17 16:05:31 -050022#include <linux/blkdev.h>
23#include <linux/delay.h>
24#include <linux/dma-mapping.h>
25#include <linux/idr.h>
26#include <linux/interrupt.h>
Paul Gortmakeracf3368f2011-05-27 09:47:43 -040027#include <linux/module.h>
dea31012005-04-17 16:05:31 -050028#include <linux/kthread.h>
29#include <linux/pci.h>
30#include <linux/spinlock.h>
James Smart92d7f7b2007-06-17 19:56:38 -050031#include <linux/ctype.h>
James Smart0d878412009-10-02 15:16:56 -040032#include <linux/aer.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090033#include <linux/slab.h>
James Smart52d52442011-05-24 11:42:45 -040034#include <linux/firmware.h>
James Smart3ef6d242012-01-18 16:23:48 -050035#include <linux/miscdevice.h>
dea31012005-04-17 16:05:31 -050036
James.Smart@Emulex.Com91886522005-08-10 15:03:09 -040037#include <scsi/scsi.h>
dea31012005-04-17 16:05:31 -050038#include <scsi/scsi_device.h>
39#include <scsi/scsi_host.h>
40#include <scsi/scsi_transport_fc.h>
41
James Smartda0436e2009-05-22 14:51:39 -040042#include "lpfc_hw4.h"
dea31012005-04-17 16:05:31 -050043#include "lpfc_hw.h"
44#include "lpfc_sli.h"
James Smartda0436e2009-05-22 14:51:39 -040045#include "lpfc_sli4.h"
James Smartea2151b2008-09-07 11:52:10 -040046#include "lpfc_nl.h"
dea31012005-04-17 16:05:31 -050047#include "lpfc_disc.h"
48#include "lpfc_scsi.h"
49#include "lpfc.h"
50#include "lpfc_logmsg.h"
51#include "lpfc_crtn.h"
James Smart92d7f7b2007-06-17 19:56:38 -050052#include "lpfc_vport.h"
dea31012005-04-17 16:05:31 -050053#include "lpfc_version.h"
54
James Smart81301a92008-12-04 22:39:46 -050055char *_dump_buf_data;
56unsigned long _dump_buf_data_order;
57char *_dump_buf_dif;
58unsigned long _dump_buf_dif_order;
59spinlock_t _dump_buf_lock;
60
dea31012005-04-17 16:05:31 -050061static void lpfc_get_hba_model_desc(struct lpfc_hba *, uint8_t *, uint8_t *);
62static int lpfc_post_rcv_buf(struct lpfc_hba *);
James Smart5350d872011-10-10 21:33:49 -040063static int lpfc_sli4_queue_verify(struct lpfc_hba *);
James Smartda0436e2009-05-22 14:51:39 -040064static int lpfc_create_bootstrap_mbox(struct lpfc_hba *);
65static int lpfc_setup_endian_order(struct lpfc_hba *);
James Smartda0436e2009-05-22 14:51:39 -040066static void lpfc_destroy_bootstrap_mbox(struct lpfc_hba *);
James Smart8a9d2e82012-05-09 21:16:12 -040067static void lpfc_free_els_sgl_list(struct lpfc_hba *);
68static void lpfc_init_sgl_list(struct lpfc_hba *);
James Smartda0436e2009-05-22 14:51:39 -040069static int lpfc_init_active_sgl_array(struct lpfc_hba *);
70static void lpfc_free_active_sgl(struct lpfc_hba *);
71static int lpfc_hba_down_post_s3(struct lpfc_hba *phba);
72static int lpfc_hba_down_post_s4(struct lpfc_hba *phba);
73static int lpfc_sli4_cq_event_pool_create(struct lpfc_hba *);
74static void lpfc_sli4_cq_event_pool_destroy(struct lpfc_hba *);
75static void lpfc_sli4_cq_event_release_all(struct lpfc_hba *);
James Smart618a5232012-06-12 13:54:36 -040076static void lpfc_sli4_disable_intr(struct lpfc_hba *);
77static uint32_t lpfc_sli4_enable_intr(struct lpfc_hba *, uint32_t);
dea31012005-04-17 16:05:31 -050078
79static struct scsi_transport_template *lpfc_transport_template = NULL;
James Smart92d7f7b2007-06-17 19:56:38 -050080static struct scsi_transport_template *lpfc_vport_transport_template = NULL;
dea31012005-04-17 16:05:31 -050081static DEFINE_IDR(lpfc_hba_index);
82
James Smarte59058c2008-08-24 21:49:00 -040083/**
James Smart3621a712009-04-06 18:47:14 -040084 * lpfc_config_port_prep - Perform lpfc initialization prior to config port
James Smarte59058c2008-08-24 21:49:00 -040085 * @phba: pointer to lpfc hba data structure.
86 *
87 * This routine will do LPFC initialization prior to issuing the CONFIG_PORT
88 * mailbox command. It retrieves the revision information from the HBA and
89 * collects the Vital Product Data (VPD) about the HBA for preparing the
90 * configuration of the HBA.
91 *
92 * Return codes:
93 * 0 - success.
94 * -ERESTART - requests the SLI layer to reset the HBA and try again.
95 * Any other value - indicates an error.
96 **/
dea31012005-04-17 16:05:31 -050097int
James Smart2e0fef82007-06-17 19:56:36 -050098lpfc_config_port_prep(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -050099{
100 lpfc_vpd_t *vp = &phba->vpd;
101 int i = 0, rc;
102 LPFC_MBOXQ_t *pmb;
103 MAILBOX_t *mb;
104 char *lpfc_vpd_data = NULL;
105 uint16_t offset = 0;
106 static char licensed[56] =
107 "key unlock for use with gnu public licensed code only\0";
James Smart65a29c12006-07-06 15:50:50 -0400108 static int init_key = 1;
dea31012005-04-17 16:05:31 -0500109
110 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
111 if (!pmb) {
James Smart2e0fef82007-06-17 19:56:36 -0500112 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -0500113 return -ENOMEM;
114 }
115
James Smart04c68492009-05-22 14:52:52 -0400116 mb = &pmb->u.mb;
James Smart2e0fef82007-06-17 19:56:36 -0500117 phba->link_state = LPFC_INIT_MBX_CMDS;
dea31012005-04-17 16:05:31 -0500118
119 if (lpfc_is_LC_HBA(phba->pcidev->device)) {
James Smart65a29c12006-07-06 15:50:50 -0400120 if (init_key) {
121 uint32_t *ptext = (uint32_t *) licensed;
dea31012005-04-17 16:05:31 -0500122
James Smart65a29c12006-07-06 15:50:50 -0400123 for (i = 0; i < 56; i += sizeof (uint32_t), ptext++)
124 *ptext = cpu_to_be32(*ptext);
125 init_key = 0;
126 }
dea31012005-04-17 16:05:31 -0500127
128 lpfc_read_nv(phba, pmb);
129 memset((char*)mb->un.varRDnvp.rsvd3, 0,
130 sizeof (mb->un.varRDnvp.rsvd3));
131 memcpy((char*)mb->un.varRDnvp.rsvd3, licensed,
132 sizeof (licensed));
133
134 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
135
136 if (rc != MBX_SUCCESS) {
James Smarted957682007-06-17 19:56:37 -0500137 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX,
James Smarte8b62012007-08-02 11:10:09 -0400138 "0324 Config Port initialization "
dea31012005-04-17 16:05:31 -0500139 "error, mbxCmd x%x READ_NVPARM, "
140 "mbxStatus x%x\n",
dea31012005-04-17 16:05:31 -0500141 mb->mbxCommand, mb->mbxStatus);
142 mempool_free(pmb, phba->mbox_mem_pool);
143 return -ERESTART;
144 }
145 memcpy(phba->wwnn, (char *)mb->un.varRDnvp.nodename,
James Smart2e0fef82007-06-17 19:56:36 -0500146 sizeof(phba->wwnn));
147 memcpy(phba->wwpn, (char *)mb->un.varRDnvp.portname,
148 sizeof(phba->wwpn));
dea31012005-04-17 16:05:31 -0500149 }
150
James Smart92d7f7b2007-06-17 19:56:38 -0500151 phba->sli3_options = 0x0;
152
dea31012005-04-17 16:05:31 -0500153 /* Setup and issue mailbox READ REV command */
154 lpfc_read_rev(phba, pmb);
155 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
156 if (rc != MBX_SUCCESS) {
James Smarted957682007-06-17 19:56:37 -0500157 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -0400158 "0439 Adapter failed to init, mbxCmd x%x "
dea31012005-04-17 16:05:31 -0500159 "READ_REV, mbxStatus x%x\n",
dea31012005-04-17 16:05:31 -0500160 mb->mbxCommand, mb->mbxStatus);
161 mempool_free( pmb, phba->mbox_mem_pool);
162 return -ERESTART;
163 }
164
James Smart92d7f7b2007-06-17 19:56:38 -0500165
James.Smart@Emulex.Com1de933f2005-11-28 11:41:15 -0500166 /*
167 * The value of rr must be 1 since the driver set the cv field to 1.
168 * This setting requires the FW to set all revision fields.
dea31012005-04-17 16:05:31 -0500169 */
James.Smart@Emulex.Com1de933f2005-11-28 11:41:15 -0500170 if (mb->un.varRdRev.rr == 0) {
dea31012005-04-17 16:05:31 -0500171 vp->rev.rBit = 0;
James.Smart@Emulex.Com1de933f2005-11-28 11:41:15 -0500172 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -0400173 "0440 Adapter failed to init, READ_REV has "
174 "missing revision information.\n");
dea31012005-04-17 16:05:31 -0500175 mempool_free(pmb, phba->mbox_mem_pool);
176 return -ERESTART;
dea31012005-04-17 16:05:31 -0500177 }
178
James Smart495a7142008-06-14 22:52:59 -0400179 if (phba->sli_rev == 3 && !mb->un.varRdRev.v3rsp) {
180 mempool_free(pmb, phba->mbox_mem_pool);
James Smarted957682007-06-17 19:56:37 -0500181 return -EINVAL;
James Smart495a7142008-06-14 22:52:59 -0400182 }
James Smarted957682007-06-17 19:56:37 -0500183
dea31012005-04-17 16:05:31 -0500184 /* Save information as VPD data */
James.Smart@Emulex.Com1de933f2005-11-28 11:41:15 -0500185 vp->rev.rBit = 1;
James Smart92d7f7b2007-06-17 19:56:38 -0500186 memcpy(&vp->sli3Feat, &mb->un.varRdRev.sli3Feat, sizeof(uint32_t));
James.Smart@Emulex.Com1de933f2005-11-28 11:41:15 -0500187 vp->rev.sli1FwRev = mb->un.varRdRev.sli1FwRev;
188 memcpy(vp->rev.sli1FwName, (char*) mb->un.varRdRev.sli1FwName, 16);
189 vp->rev.sli2FwRev = mb->un.varRdRev.sli2FwRev;
190 memcpy(vp->rev.sli2FwName, (char *) mb->un.varRdRev.sli2FwName, 16);
dea31012005-04-17 16:05:31 -0500191 vp->rev.biuRev = mb->un.varRdRev.biuRev;
192 vp->rev.smRev = mb->un.varRdRev.smRev;
193 vp->rev.smFwRev = mb->un.varRdRev.un.smFwRev;
194 vp->rev.endecRev = mb->un.varRdRev.endecRev;
195 vp->rev.fcphHigh = mb->un.varRdRev.fcphHigh;
196 vp->rev.fcphLow = mb->un.varRdRev.fcphLow;
197 vp->rev.feaLevelHigh = mb->un.varRdRev.feaLevelHigh;
198 vp->rev.feaLevelLow = mb->un.varRdRev.feaLevelLow;
199 vp->rev.postKernRev = mb->un.varRdRev.postKernRev;
200 vp->rev.opFwRev = mb->un.varRdRev.opFwRev;
201
James Smart92d7f7b2007-06-17 19:56:38 -0500202 /* If the sli feature level is less then 9, we must
203 * tear down all RPIs and VPIs on link down if NPIV
204 * is enabled.
205 */
206 if (vp->rev.feaLevelHigh < 9)
207 phba->sli3_options |= LPFC_SLI3_VPORT_TEARDOWN;
208
dea31012005-04-17 16:05:31 -0500209 if (lpfc_is_LC_HBA(phba->pcidev->device))
210 memcpy(phba->RandomData, (char *)&mb->un.varWords[24],
211 sizeof (phba->RandomData));
212
dea31012005-04-17 16:05:31 -0500213 /* Get adapter VPD information */
dea31012005-04-17 16:05:31 -0500214 lpfc_vpd_data = kmalloc(DMP_VPD_SIZE, GFP_KERNEL);
215 if (!lpfc_vpd_data)
James Smartd7c255b2008-08-24 21:50:00 -0400216 goto out_free_mbox;
dea31012005-04-17 16:05:31 -0500217 do {
James Smarta0c87cb2009-07-19 10:01:10 -0400218 lpfc_dump_mem(phba, pmb, offset, DMP_REGION_VPD);
dea31012005-04-17 16:05:31 -0500219 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
220
221 if (rc != MBX_SUCCESS) {
222 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -0400223 "0441 VPD not present on adapter, "
dea31012005-04-17 16:05:31 -0500224 "mbxCmd x%x DUMP VPD, mbxStatus x%x\n",
dea31012005-04-17 16:05:31 -0500225 mb->mbxCommand, mb->mbxStatus);
Jamie Wellnitz74b72a52006-02-28 22:33:04 -0500226 mb->un.varDmp.word_cnt = 0;
dea31012005-04-17 16:05:31 -0500227 }
James Smart04c68492009-05-22 14:52:52 -0400228 /* dump mem may return a zero when finished or we got a
229 * mailbox error, either way we are done.
230 */
231 if (mb->un.varDmp.word_cnt == 0)
232 break;
Jamie Wellnitz74b72a52006-02-28 22:33:04 -0500233 if (mb->un.varDmp.word_cnt > DMP_VPD_SIZE - offset)
234 mb->un.varDmp.word_cnt = DMP_VPD_SIZE - offset;
James Smartd7c255b2008-08-24 21:50:00 -0400235 lpfc_sli_pcimem_bcopy(((uint8_t *)mb) + DMP_RSP_OFFSET,
236 lpfc_vpd_data + offset,
James Smart92d7f7b2007-06-17 19:56:38 -0500237 mb->un.varDmp.word_cnt);
dea31012005-04-17 16:05:31 -0500238 offset += mb->un.varDmp.word_cnt;
Jamie Wellnitz74b72a52006-02-28 22:33:04 -0500239 } while (mb->un.varDmp.word_cnt && offset < DMP_VPD_SIZE);
240 lpfc_parse_vpd(phba, lpfc_vpd_data, offset);
dea31012005-04-17 16:05:31 -0500241
242 kfree(lpfc_vpd_data);
dea31012005-04-17 16:05:31 -0500243out_free_mbox:
244 mempool_free(pmb, phba->mbox_mem_pool);
245 return 0;
246}
247
James Smarte59058c2008-08-24 21:49:00 -0400248/**
James Smart3621a712009-04-06 18:47:14 -0400249 * lpfc_config_async_cmpl - Completion handler for config async event mbox cmd
James Smarte59058c2008-08-24 21:49:00 -0400250 * @phba: pointer to lpfc hba data structure.
251 * @pmboxq: pointer to the driver internal queue element for mailbox command.
252 *
253 * This is the completion handler for driver's configuring asynchronous event
254 * mailbox command to the device. If the mailbox command returns successfully,
255 * it will set internal async event support flag to 1; otherwise, it will
256 * set internal async event support flag to 0.
257 **/
James Smart57127f12007-10-27 13:37:05 -0400258static void
259lpfc_config_async_cmpl(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmboxq)
260{
James Smart04c68492009-05-22 14:52:52 -0400261 if (pmboxq->u.mb.mbxStatus == MBX_SUCCESS)
James Smart57127f12007-10-27 13:37:05 -0400262 phba->temp_sensor_support = 1;
263 else
264 phba->temp_sensor_support = 0;
265 mempool_free(pmboxq, phba->mbox_mem_pool);
266 return;
267}
268
James Smarte59058c2008-08-24 21:49:00 -0400269/**
James Smart3621a712009-04-06 18:47:14 -0400270 * lpfc_dump_wakeup_param_cmpl - dump memory mailbox command completion handler
James Smart97207482008-12-04 22:39:19 -0500271 * @phba: pointer to lpfc hba data structure.
272 * @pmboxq: pointer to the driver internal queue element for mailbox command.
273 *
274 * This is the completion handler for dump mailbox command for getting
275 * wake up parameters. When this command complete, the response contain
276 * Option rom version of the HBA. This function translate the version number
277 * into a human readable string and store it in OptionROMVersion.
278 **/
279static void
280lpfc_dump_wakeup_param_cmpl(struct lpfc_hba *phba, LPFC_MBOXQ_t *pmboxq)
281{
282 struct prog_id *prg;
283 uint32_t prog_id_word;
284 char dist = ' ';
285 /* character array used for decoding dist type. */
286 char dist_char[] = "nabx";
287
James Smart04c68492009-05-22 14:52:52 -0400288 if (pmboxq->u.mb.mbxStatus != MBX_SUCCESS) {
James Smart9f1e1b52008-12-04 22:39:40 -0500289 mempool_free(pmboxq, phba->mbox_mem_pool);
James Smart97207482008-12-04 22:39:19 -0500290 return;
James Smart9f1e1b52008-12-04 22:39:40 -0500291 }
James Smart97207482008-12-04 22:39:19 -0500292
293 prg = (struct prog_id *) &prog_id_word;
294
295 /* word 7 contain option rom version */
James Smart04c68492009-05-22 14:52:52 -0400296 prog_id_word = pmboxq->u.mb.un.varWords[7];
James Smart97207482008-12-04 22:39:19 -0500297
298 /* Decode the Option rom version word to a readable string */
299 if (prg->dist < 4)
300 dist = dist_char[prg->dist];
301
302 if ((prg->dist == 3) && (prg->num == 0))
303 sprintf(phba->OptionROMVersion, "%d.%d%d",
304 prg->ver, prg->rev, prg->lev);
305 else
306 sprintf(phba->OptionROMVersion, "%d.%d%d%c%d",
307 prg->ver, prg->rev, prg->lev,
308 dist, prg->num);
James Smart9f1e1b52008-12-04 22:39:40 -0500309 mempool_free(pmboxq, phba->mbox_mem_pool);
James Smart97207482008-12-04 22:39:19 -0500310 return;
311}
312
313/**
James Smart05580562011-05-24 11:40:48 -0400314 * lpfc_update_vport_wwn - Updates the fc_nodename, fc_portname,
315 * cfg_soft_wwnn, cfg_soft_wwpn
316 * @vport: pointer to lpfc vport data structure.
317 *
318 *
319 * Return codes
320 * None.
321 **/
322void
323lpfc_update_vport_wwn(struct lpfc_vport *vport)
324{
325 /* If the soft name exists then update it using the service params */
326 if (vport->phba->cfg_soft_wwnn)
327 u64_to_wwn(vport->phba->cfg_soft_wwnn,
328 vport->fc_sparam.nodeName.u.wwn);
329 if (vport->phba->cfg_soft_wwpn)
330 u64_to_wwn(vport->phba->cfg_soft_wwpn,
331 vport->fc_sparam.portName.u.wwn);
332
333 /*
334 * If the name is empty or there exists a soft name
335 * then copy the service params name, otherwise use the fc name
336 */
337 if (vport->fc_nodename.u.wwn[0] == 0 || vport->phba->cfg_soft_wwnn)
338 memcpy(&vport->fc_nodename, &vport->fc_sparam.nodeName,
339 sizeof(struct lpfc_name));
340 else
341 memcpy(&vport->fc_sparam.nodeName, &vport->fc_nodename,
342 sizeof(struct lpfc_name));
343
344 if (vport->fc_portname.u.wwn[0] == 0 || vport->phba->cfg_soft_wwpn)
345 memcpy(&vport->fc_portname, &vport->fc_sparam.portName,
346 sizeof(struct lpfc_name));
347 else
348 memcpy(&vport->fc_sparam.portName, &vport->fc_portname,
349 sizeof(struct lpfc_name));
350}
351
352/**
James Smart3621a712009-04-06 18:47:14 -0400353 * lpfc_config_port_post - Perform lpfc initialization after config port
James Smarte59058c2008-08-24 21:49:00 -0400354 * @phba: pointer to lpfc hba data structure.
355 *
356 * This routine will do LPFC initialization after the CONFIG_PORT mailbox
357 * command call. It performs all internal resource and state setups on the
358 * port: post IOCB buffers, enable appropriate host interrupt attentions,
359 * ELS ring timers, etc.
360 *
361 * Return codes
362 * 0 - success.
363 * Any other value - error.
364 **/
dea31012005-04-17 16:05:31 -0500365int
James Smart2e0fef82007-06-17 19:56:36 -0500366lpfc_config_port_post(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500367{
James Smart2e0fef82007-06-17 19:56:36 -0500368 struct lpfc_vport *vport = phba->pport;
James Smarta257bf92009-04-06 18:48:10 -0400369 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
dea31012005-04-17 16:05:31 -0500370 LPFC_MBOXQ_t *pmb;
371 MAILBOX_t *mb;
372 struct lpfc_dmabuf *mp;
373 struct lpfc_sli *psli = &phba->sli;
374 uint32_t status, timeout;
James Smart2e0fef82007-06-17 19:56:36 -0500375 int i, j;
376 int rc;
dea31012005-04-17 16:05:31 -0500377
James Smart7af67052007-10-27 13:38:11 -0400378 spin_lock_irq(&phba->hbalock);
379 /*
380 * If the Config port completed correctly the HBA is not
381 * over heated any more.
382 */
383 if (phba->over_temp_state == HBA_OVER_TEMP)
384 phba->over_temp_state = HBA_NORMAL_TEMP;
385 spin_unlock_irq(&phba->hbalock);
386
dea31012005-04-17 16:05:31 -0500387 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
388 if (!pmb) {
James Smart2e0fef82007-06-17 19:56:36 -0500389 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -0500390 return -ENOMEM;
391 }
James Smart04c68492009-05-22 14:52:52 -0400392 mb = &pmb->u.mb;
dea31012005-04-17 16:05:31 -0500393
dea31012005-04-17 16:05:31 -0500394 /* Get login parameters for NID. */
James Smart9f1177a2010-02-26 14:12:57 -0500395 rc = lpfc_read_sparam(phba, pmb, 0);
396 if (rc) {
397 mempool_free(pmb, phba->mbox_mem_pool);
398 return -ENOMEM;
399 }
400
James Smarted957682007-06-17 19:56:37 -0500401 pmb->vport = vport;
dea31012005-04-17 16:05:31 -0500402 if (lpfc_sli_issue_mbox(phba, pmb, MBX_POLL) != MBX_SUCCESS) {
James Smarted957682007-06-17 19:56:37 -0500403 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -0400404 "0448 Adapter failed init, mbxCmd x%x "
dea31012005-04-17 16:05:31 -0500405 "READ_SPARM mbxStatus x%x\n",
dea31012005-04-17 16:05:31 -0500406 mb->mbxCommand, mb->mbxStatus);
James Smart2e0fef82007-06-17 19:56:36 -0500407 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -0500408 mp = (struct lpfc_dmabuf *) pmb->context1;
James Smart9f1177a2010-02-26 14:12:57 -0500409 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -0500410 lpfc_mbuf_free(phba, mp->virt, mp->phys);
411 kfree(mp);
412 return -EIO;
413 }
414
415 mp = (struct lpfc_dmabuf *) pmb->context1;
416
James Smart2e0fef82007-06-17 19:56:36 -0500417 memcpy(&vport->fc_sparam, mp->virt, sizeof (struct serv_parm));
dea31012005-04-17 16:05:31 -0500418 lpfc_mbuf_free(phba, mp->virt, mp->phys);
419 kfree(mp);
420 pmb->context1 = NULL;
James Smart05580562011-05-24 11:40:48 -0400421 lpfc_update_vport_wwn(vport);
James Smarta257bf92009-04-06 18:48:10 -0400422
423 /* Update the fc_host data structures with new wwn. */
424 fc_host_node_name(shost) = wwn_to_u64(vport->fc_nodename.u.wwn);
425 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn);
James Smart21e9a0a2009-05-22 14:53:21 -0400426 fc_host_max_npiv_vports(shost) = phba->max_vpi;
James Smarta257bf92009-04-06 18:48:10 -0400427
dea31012005-04-17 16:05:31 -0500428 /* If no serial number in VPD data, use low 6 bytes of WWNN */
429 /* This should be consolidated into parse_vpd ? - mr */
430 if (phba->SerialNumber[0] == 0) {
431 uint8_t *outptr;
432
James Smart2e0fef82007-06-17 19:56:36 -0500433 outptr = &vport->fc_nodename.u.s.IEEE[0];
dea31012005-04-17 16:05:31 -0500434 for (i = 0; i < 12; i++) {
435 status = *outptr++;
436 j = ((status & 0xf0) >> 4);
437 if (j <= 9)
438 phba->SerialNumber[i] =
439 (char)((uint8_t) 0x30 + (uint8_t) j);
440 else
441 phba->SerialNumber[i] =
442 (char)((uint8_t) 0x61 + (uint8_t) (j - 10));
443 i++;
444 j = (status & 0xf);
445 if (j <= 9)
446 phba->SerialNumber[i] =
447 (char)((uint8_t) 0x30 + (uint8_t) j);
448 else
449 phba->SerialNumber[i] =
450 (char)((uint8_t) 0x61 + (uint8_t) (j - 10));
451 }
452 }
453
dea31012005-04-17 16:05:31 -0500454 lpfc_read_config(phba, pmb);
James Smarted957682007-06-17 19:56:37 -0500455 pmb->vport = vport;
dea31012005-04-17 16:05:31 -0500456 if (lpfc_sli_issue_mbox(phba, pmb, MBX_POLL) != MBX_SUCCESS) {
James Smarted957682007-06-17 19:56:37 -0500457 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -0400458 "0453 Adapter failed to init, mbxCmd x%x "
dea31012005-04-17 16:05:31 -0500459 "READ_CONFIG, mbxStatus x%x\n",
dea31012005-04-17 16:05:31 -0500460 mb->mbxCommand, mb->mbxStatus);
James Smart2e0fef82007-06-17 19:56:36 -0500461 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -0500462 mempool_free( pmb, phba->mbox_mem_pool);
463 return -EIO;
464 }
465
James Smarta0c87cb2009-07-19 10:01:10 -0400466 /* Check if the port is disabled */
467 lpfc_sli_read_link_ste(phba);
468
dea31012005-04-17 16:05:31 -0500469 /* Reset the DFT_HBA_Q_DEPTH to the max xri */
470 if (phba->cfg_hba_queue_depth > (mb->un.varRdConfig.max_xri+1))
471 phba->cfg_hba_queue_depth =
James Smartf1126682009-06-10 17:22:44 -0400472 (mb->un.varRdConfig.max_xri + 1) -
473 lpfc_sli4_get_els_iocb_cnt(phba);
dea31012005-04-17 16:05:31 -0500474
475 phba->lmt = mb->un.varRdConfig.lmt;
Jamie Wellnitz74b72a52006-02-28 22:33:04 -0500476
477 /* Get the default values for Model Name and Description */
478 lpfc_get_hba_model_desc(phba, phba->ModelName, phba->ModelDesc);
479
James Smart2e0fef82007-06-17 19:56:36 -0500480 phba->link_state = LPFC_LINK_DOWN;
dea31012005-04-17 16:05:31 -0500481
James Smart0b727fe2007-10-27 13:37:25 -0400482 /* Only process IOCBs on ELS ring till hba_state is READY */
James Smart7e56aa22012-08-03 12:35:34 -0400483 if (psli->ring[psli->extra_ring].sli.sli3.cmdringaddr)
James Smarta4bc3372006-12-02 13:34:16 -0500484 psli->ring[psli->extra_ring].flag |= LPFC_STOP_IOCB_EVENT;
James Smart7e56aa22012-08-03 12:35:34 -0400485 if (psli->ring[psli->fcp_ring].sli.sli3.cmdringaddr)
dea31012005-04-17 16:05:31 -0500486 psli->ring[psli->fcp_ring].flag |= LPFC_STOP_IOCB_EVENT;
James Smart7e56aa22012-08-03 12:35:34 -0400487 if (psli->ring[psli->next_ring].sli.sli3.cmdringaddr)
dea31012005-04-17 16:05:31 -0500488 psli->ring[psli->next_ring].flag |= LPFC_STOP_IOCB_EVENT;
489
490 /* Post receive buffers for desired rings */
James Smarted957682007-06-17 19:56:37 -0500491 if (phba->sli_rev != 3)
492 lpfc_post_rcv_buf(phba);
dea31012005-04-17 16:05:31 -0500493
James Smart93996272008-08-24 21:50:30 -0400494 /*
495 * Configure HBA MSI-X attention conditions to messages if MSI-X mode
496 */
497 if (phba->intr_type == MSIX) {
498 rc = lpfc_config_msi(phba, pmb);
499 if (rc) {
500 mempool_free(pmb, phba->mbox_mem_pool);
501 return -EIO;
502 }
503 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
504 if (rc != MBX_SUCCESS) {
505 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX,
506 "0352 Config MSI mailbox command "
507 "failed, mbxCmd x%x, mbxStatus x%x\n",
James Smart04c68492009-05-22 14:52:52 -0400508 pmb->u.mb.mbxCommand,
509 pmb->u.mb.mbxStatus);
James Smart93996272008-08-24 21:50:30 -0400510 mempool_free(pmb, phba->mbox_mem_pool);
511 return -EIO;
512 }
513 }
514
James Smart04c68492009-05-22 14:52:52 -0400515 spin_lock_irq(&phba->hbalock);
James Smart93996272008-08-24 21:50:30 -0400516 /* Initialize ERATT handling flag */
517 phba->hba_flag &= ~HBA_ERATT_HANDLED;
518
dea31012005-04-17 16:05:31 -0500519 /* Enable appropriate host interrupts */
James Smart9940b972011-03-11 16:06:12 -0500520 if (lpfc_readl(phba->HCregaddr, &status)) {
521 spin_unlock_irq(&phba->hbalock);
522 return -EIO;
523 }
dea31012005-04-17 16:05:31 -0500524 status |= HC_MBINT_ENA | HC_ERINT_ENA | HC_LAINT_ENA;
525 if (psli->num_rings > 0)
526 status |= HC_R0INT_ENA;
527 if (psli->num_rings > 1)
528 status |= HC_R1INT_ENA;
529 if (psli->num_rings > 2)
530 status |= HC_R2INT_ENA;
531 if (psli->num_rings > 3)
532 status |= HC_R3INT_ENA;
533
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -0500534 if ((phba->cfg_poll & ENABLE_FCP_RING_POLLING) &&
535 (phba->cfg_poll & DISABLE_FCP_RING_INT))
James Smart93996272008-08-24 21:50:30 -0400536 status &= ~(HC_R0INT_ENA);
James.Smart@Emulex.Com875fbdf2005-11-29 16:32:13 -0500537
dea31012005-04-17 16:05:31 -0500538 writel(status, phba->HCregaddr);
539 readl(phba->HCregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -0500540 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -0500541
James Smart93996272008-08-24 21:50:30 -0400542 /* Set up ring-0 (ELS) timer */
543 timeout = phba->fc_ratov * 2;
James Smart2e0fef82007-06-17 19:56:36 -0500544 mod_timer(&vport->els_tmofunc, jiffies + HZ * timeout);
James Smart93996272008-08-24 21:50:30 -0400545 /* Set up heart beat (HB) timer */
James Smart858c9f62007-06-17 19:56:39 -0500546 mod_timer(&phba->hb_tmofunc, jiffies + HZ * LPFC_HB_MBOX_INTERVAL);
547 phba->hb_outstanding = 0;
548 phba->last_completion_time = jiffies;
James Smart93996272008-08-24 21:50:30 -0400549 /* Set up error attention (ERATT) polling timer */
550 mod_timer(&phba->eratt_poll, jiffies + HZ * LPFC_ERATT_POLL_INTERVAL);
dea31012005-04-17 16:05:31 -0500551
James Smarta0c87cb2009-07-19 10:01:10 -0400552 if (phba->hba_flag & LINK_DISABLED) {
553 lpfc_printf_log(phba,
554 KERN_ERR, LOG_INIT,
555 "2598 Adapter Link is disabled.\n");
556 lpfc_down_link(phba, pmb);
557 pmb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
558 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
559 if ((rc != MBX_SUCCESS) && (rc != MBX_BUSY)) {
560 lpfc_printf_log(phba,
561 KERN_ERR, LOG_INIT,
562 "2599 Adapter failed to issue DOWN_LINK"
563 " mbox command rc 0x%x\n", rc);
564
565 mempool_free(pmb, phba->mbox_mem_pool);
566 return -EIO;
567 }
James Smarte40a02c2010-02-26 14:13:54 -0500568 } else if (phba->cfg_suppress_link_up == LPFC_INITIALIZE_LINK) {
James Smart026abb82011-12-13 13:20:45 -0500569 mempool_free(pmb, phba->mbox_mem_pool);
570 rc = phba->lpfc_hba_init_link(phba, MBX_NOWAIT);
571 if (rc)
572 return rc;
dea31012005-04-17 16:05:31 -0500573 }
574 /* MBOX buffer will be freed in mbox compl */
James Smart57127f12007-10-27 13:37:05 -0400575 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
James Smart9f1177a2010-02-26 14:12:57 -0500576 if (!pmb) {
577 phba->link_state = LPFC_HBA_ERROR;
578 return -ENOMEM;
579 }
580
James Smart57127f12007-10-27 13:37:05 -0400581 lpfc_config_async(phba, pmb, LPFC_ELS_RING);
582 pmb->mbox_cmpl = lpfc_config_async_cmpl;
583 pmb->vport = phba->pport;
584 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
dea31012005-04-17 16:05:31 -0500585
James Smart57127f12007-10-27 13:37:05 -0400586 if ((rc != MBX_BUSY) && (rc != MBX_SUCCESS)) {
587 lpfc_printf_log(phba,
588 KERN_ERR,
589 LOG_INIT,
590 "0456 Adapter failed to issue "
James Smarte4e74272009-07-19 10:01:38 -0400591 "ASYNCEVT_ENABLE mbox status x%x\n",
James Smart57127f12007-10-27 13:37:05 -0400592 rc);
593 mempool_free(pmb, phba->mbox_mem_pool);
594 }
James Smart97207482008-12-04 22:39:19 -0500595
596 /* Get Option rom version */
597 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
James Smart9f1177a2010-02-26 14:12:57 -0500598 if (!pmb) {
599 phba->link_state = LPFC_HBA_ERROR;
600 return -ENOMEM;
601 }
602
James Smart97207482008-12-04 22:39:19 -0500603 lpfc_dump_wakeup_param(phba, pmb);
604 pmb->mbox_cmpl = lpfc_dump_wakeup_param_cmpl;
605 pmb->vport = phba->pport;
606 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
607
608 if ((rc != MBX_BUSY) && (rc != MBX_SUCCESS)) {
609 lpfc_printf_log(phba, KERN_ERR, LOG_INIT, "0435 Adapter failed "
James Smarte4e74272009-07-19 10:01:38 -0400610 "to get Option ROM version status x%x\n", rc);
James Smart97207482008-12-04 22:39:19 -0500611 mempool_free(pmb, phba->mbox_mem_pool);
612 }
613
James Smartd7c255b2008-08-24 21:50:00 -0400614 return 0;
James Smartce8b3ce2006-07-06 15:50:36 -0400615}
616
James Smarte59058c2008-08-24 21:49:00 -0400617/**
James Smart84d1b002010-02-12 14:42:33 -0500618 * lpfc_hba_init_link - Initialize the FC link
619 * @phba: pointer to lpfc hba data structure.
James Smart6e7288d2010-06-07 15:23:35 -0400620 * @flag: mailbox command issue mode - either MBX_POLL or MBX_NOWAIT
James Smart84d1b002010-02-12 14:42:33 -0500621 *
622 * This routine will issue the INIT_LINK mailbox command call.
623 * It is available to other drivers through the lpfc_hba data
624 * structure for use as a delayed link up mechanism with the
625 * module parameter lpfc_suppress_link_up.
626 *
627 * Return code
628 * 0 - success
629 * Any other value - error
630 **/
631int
James Smart6e7288d2010-06-07 15:23:35 -0400632lpfc_hba_init_link(struct lpfc_hba *phba, uint32_t flag)
James Smart84d1b002010-02-12 14:42:33 -0500633{
James Smart1b511972011-12-13 13:23:09 -0500634 return lpfc_hba_init_link_fc_topology(phba, phba->cfg_topology, flag);
635}
636
637/**
638 * lpfc_hba_init_link_fc_topology - Initialize FC link with desired topology
639 * @phba: pointer to lpfc hba data structure.
640 * @fc_topology: desired fc topology.
641 * @flag: mailbox command issue mode - either MBX_POLL or MBX_NOWAIT
642 *
643 * This routine will issue the INIT_LINK mailbox command call.
644 * It is available to other drivers through the lpfc_hba data
645 * structure for use as a delayed link up mechanism with the
646 * module parameter lpfc_suppress_link_up.
647 *
648 * Return code
649 * 0 - success
650 * Any other value - error
651 **/
652int
653lpfc_hba_init_link_fc_topology(struct lpfc_hba *phba, uint32_t fc_topology,
654 uint32_t flag)
655{
James Smart84d1b002010-02-12 14:42:33 -0500656 struct lpfc_vport *vport = phba->pport;
657 LPFC_MBOXQ_t *pmb;
658 MAILBOX_t *mb;
659 int rc;
660
661 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
662 if (!pmb) {
663 phba->link_state = LPFC_HBA_ERROR;
664 return -ENOMEM;
665 }
666 mb = &pmb->u.mb;
667 pmb->vport = vport;
668
James Smart026abb82011-12-13 13:20:45 -0500669 if ((phba->cfg_link_speed > LPFC_USER_LINK_SPEED_MAX) ||
670 ((phba->cfg_link_speed == LPFC_USER_LINK_SPEED_1G) &&
671 !(phba->lmt & LMT_1Gb)) ||
672 ((phba->cfg_link_speed == LPFC_USER_LINK_SPEED_2G) &&
673 !(phba->lmt & LMT_2Gb)) ||
674 ((phba->cfg_link_speed == LPFC_USER_LINK_SPEED_4G) &&
675 !(phba->lmt & LMT_4Gb)) ||
676 ((phba->cfg_link_speed == LPFC_USER_LINK_SPEED_8G) &&
677 !(phba->lmt & LMT_8Gb)) ||
678 ((phba->cfg_link_speed == LPFC_USER_LINK_SPEED_10G) &&
679 !(phba->lmt & LMT_10Gb)) ||
680 ((phba->cfg_link_speed == LPFC_USER_LINK_SPEED_16G) &&
681 !(phba->lmt & LMT_16Gb))) {
682 /* Reset link speed to auto */
683 lpfc_printf_log(phba, KERN_ERR, LOG_LINK_EVENT,
684 "1302 Invalid speed for this board:%d "
685 "Reset link speed to auto.\n",
686 phba->cfg_link_speed);
687 phba->cfg_link_speed = LPFC_USER_LINK_SPEED_AUTO;
688 }
James Smart1b511972011-12-13 13:23:09 -0500689 lpfc_init_link(phba, pmb, fc_topology, phba->cfg_link_speed);
James Smart84d1b002010-02-12 14:42:33 -0500690 pmb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart1b511972011-12-13 13:23:09 -0500691 if (phba->sli_rev < LPFC_SLI_REV4)
692 lpfc_set_loopback_flag(phba);
James Smart6e7288d2010-06-07 15:23:35 -0400693 rc = lpfc_sli_issue_mbox(phba, pmb, flag);
James Smart76a95d72010-11-20 23:11:48 -0500694 if ((rc != MBX_BUSY) && (rc != MBX_SUCCESS)) {
James Smart84d1b002010-02-12 14:42:33 -0500695 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
696 "0498 Adapter failed to init, mbxCmd x%x "
697 "INIT_LINK, mbxStatus x%x\n",
698 mb->mbxCommand, mb->mbxStatus);
James Smart76a95d72010-11-20 23:11:48 -0500699 if (phba->sli_rev <= LPFC_SLI_REV3) {
700 /* Clear all interrupt enable conditions */
701 writel(0, phba->HCregaddr);
702 readl(phba->HCregaddr); /* flush */
703 /* Clear all pending interrupts */
704 writel(0xffffffff, phba->HAregaddr);
705 readl(phba->HAregaddr); /* flush */
706 }
James Smart84d1b002010-02-12 14:42:33 -0500707 phba->link_state = LPFC_HBA_ERROR;
James Smart6e7288d2010-06-07 15:23:35 -0400708 if (rc != MBX_BUSY || flag == MBX_POLL)
James Smart84d1b002010-02-12 14:42:33 -0500709 mempool_free(pmb, phba->mbox_mem_pool);
710 return -EIO;
711 }
James Smarte40a02c2010-02-26 14:13:54 -0500712 phba->cfg_suppress_link_up = LPFC_INITIALIZE_LINK;
James Smart6e7288d2010-06-07 15:23:35 -0400713 if (flag == MBX_POLL)
714 mempool_free(pmb, phba->mbox_mem_pool);
James Smart84d1b002010-02-12 14:42:33 -0500715
716 return 0;
717}
718
719/**
720 * lpfc_hba_down_link - this routine downs the FC link
James Smart6e7288d2010-06-07 15:23:35 -0400721 * @phba: pointer to lpfc hba data structure.
722 * @flag: mailbox command issue mode - either MBX_POLL or MBX_NOWAIT
James Smart84d1b002010-02-12 14:42:33 -0500723 *
724 * This routine will issue the DOWN_LINK mailbox command call.
725 * It is available to other drivers through the lpfc_hba data
726 * structure for use to stop the link.
727 *
728 * Return code
729 * 0 - success
730 * Any other value - error
731 **/
732int
James Smart6e7288d2010-06-07 15:23:35 -0400733lpfc_hba_down_link(struct lpfc_hba *phba, uint32_t flag)
James Smart84d1b002010-02-12 14:42:33 -0500734{
735 LPFC_MBOXQ_t *pmb;
736 int rc;
737
738 pmb = mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
739 if (!pmb) {
740 phba->link_state = LPFC_HBA_ERROR;
741 return -ENOMEM;
742 }
743
744 lpfc_printf_log(phba,
745 KERN_ERR, LOG_INIT,
746 "0491 Adapter Link is disabled.\n");
747 lpfc_down_link(phba, pmb);
748 pmb->mbox_cmpl = lpfc_sli_def_mbox_cmpl;
James Smart6e7288d2010-06-07 15:23:35 -0400749 rc = lpfc_sli_issue_mbox(phba, pmb, flag);
James Smart84d1b002010-02-12 14:42:33 -0500750 if ((rc != MBX_SUCCESS) && (rc != MBX_BUSY)) {
751 lpfc_printf_log(phba,
752 KERN_ERR, LOG_INIT,
753 "2522 Adapter failed to issue DOWN_LINK"
754 " mbox command rc 0x%x\n", rc);
755
756 mempool_free(pmb, phba->mbox_mem_pool);
757 return -EIO;
758 }
James Smart6e7288d2010-06-07 15:23:35 -0400759 if (flag == MBX_POLL)
760 mempool_free(pmb, phba->mbox_mem_pool);
761
James Smart84d1b002010-02-12 14:42:33 -0500762 return 0;
763}
764
765/**
James Smart3621a712009-04-06 18:47:14 -0400766 * lpfc_hba_down_prep - Perform lpfc uninitialization prior to HBA reset
James Smarte59058c2008-08-24 21:49:00 -0400767 * @phba: pointer to lpfc HBA data structure.
768 *
769 * This routine will do LPFC uninitialization before the HBA is reset when
770 * bringing down the SLI Layer.
771 *
772 * Return codes
773 * 0 - success.
774 * Any other value - error.
775 **/
dea31012005-04-17 16:05:31 -0500776int
James Smart2e0fef82007-06-17 19:56:36 -0500777lpfc_hba_down_prep(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -0500778{
James Smart1b32f6a2008-02-08 18:49:39 -0500779 struct lpfc_vport **vports;
780 int i;
James Smart3772a992009-05-22 14:50:54 -0400781
782 if (phba->sli_rev <= LPFC_SLI_REV3) {
783 /* Disable interrupts */
784 writel(0, phba->HCregaddr);
785 readl(phba->HCregaddr); /* flush */
786 }
dea31012005-04-17 16:05:31 -0500787
James Smart1b32f6a2008-02-08 18:49:39 -0500788 if (phba->pport->load_flag & FC_UNLOADING)
789 lpfc_cleanup_discovery_resources(phba->pport);
790 else {
791 vports = lpfc_create_vport_work_array(phba);
792 if (vports != NULL)
James Smart3772a992009-05-22 14:50:54 -0400793 for (i = 0; i <= phba->max_vports &&
794 vports[i] != NULL; i++)
James Smart1b32f6a2008-02-08 18:49:39 -0500795 lpfc_cleanup_discovery_resources(vports[i]);
796 lpfc_destroy_vport_work_array(phba, vports);
James Smart7f5f3d02008-02-08 18:50:14 -0500797 }
798 return 0;
dea31012005-04-17 16:05:31 -0500799}
800
James Smarte59058c2008-08-24 21:49:00 -0400801/**
James Smart3772a992009-05-22 14:50:54 -0400802 * lpfc_hba_down_post_s3 - Perform lpfc uninitialization after HBA reset
James Smarte59058c2008-08-24 21:49:00 -0400803 * @phba: pointer to lpfc HBA data structure.
804 *
805 * This routine will do uninitialization after the HBA is reset when bring
806 * down the SLI Layer.
807 *
808 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -0200809 * 0 - success.
James Smarte59058c2008-08-24 21:49:00 -0400810 * Any other value - error.
811 **/
James Smart3772a992009-05-22 14:50:54 -0400812static int
813lpfc_hba_down_post_s3(struct lpfc_hba *phba)
Jamie Wellnitz41415862006-02-28 19:25:27 -0500814{
815 struct lpfc_sli *psli = &phba->sli;
816 struct lpfc_sli_ring *pring;
817 struct lpfc_dmabuf *mp, *next_mp;
James Smart09372822008-01-11 01:52:54 -0500818 LIST_HEAD(completions);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500819 int i;
820
James Smart92d7f7b2007-06-17 19:56:38 -0500821 if (phba->sli3_options & LPFC_SLI3_HBQ_ENABLED)
822 lpfc_sli_hbqbuf_free_all(phba);
823 else {
824 /* Cleanup preposted buffers on the ELS ring */
825 pring = &psli->ring[LPFC_ELS_RING];
826 list_for_each_entry_safe(mp, next_mp, &pring->postbufq, list) {
827 list_del(&mp->list);
828 pring->postbufq_cnt--;
829 lpfc_mbuf_free(phba, mp->virt, mp->phys);
830 kfree(mp);
831 }
Jamie Wellnitz41415862006-02-28 19:25:27 -0500832 }
833
James Smart09372822008-01-11 01:52:54 -0500834 spin_lock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500835 for (i = 0; i < psli->num_rings; i++) {
836 pring = &psli->ring[i];
James Smart09372822008-01-11 01:52:54 -0500837
838 /* At this point in time the HBA is either reset or DOA. Either
839 * way, nothing should be on txcmplq as it will NEVER complete.
840 */
841 list_splice_init(&pring->txcmplq, &completions);
842 pring->txcmplq_cnt = 0;
843 spin_unlock_irq(&phba->hbalock);
844
James Smarta257bf92009-04-06 18:48:10 -0400845 /* Cancel all the IOCBs from the completions list */
846 lpfc_sli_cancel_iocbs(phba, &completions, IOSTAT_LOCAL_REJECT,
847 IOERR_SLI_ABORTED);
James Smart09372822008-01-11 01:52:54 -0500848
Jamie Wellnitz41415862006-02-28 19:25:27 -0500849 lpfc_sli_abort_iocb_ring(phba, pring);
James Smart09372822008-01-11 01:52:54 -0500850 spin_lock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500851 }
James Smart09372822008-01-11 01:52:54 -0500852 spin_unlock_irq(&phba->hbalock);
Jamie Wellnitz41415862006-02-28 19:25:27 -0500853
854 return 0;
855}
James Smart5af5eee2010-10-22 11:06:38 -0400856
James Smartda0436e2009-05-22 14:51:39 -0400857/**
858 * lpfc_hba_down_post_s4 - Perform lpfc uninitialization after HBA reset
859 * @phba: pointer to lpfc HBA data structure.
860 *
861 * This routine will do uninitialization after the HBA is reset when bring
862 * down the SLI Layer.
863 *
864 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -0200865 * 0 - success.
James Smartda0436e2009-05-22 14:51:39 -0400866 * Any other value - error.
867 **/
868static int
869lpfc_hba_down_post_s4(struct lpfc_hba *phba)
870{
871 struct lpfc_scsi_buf *psb, *psb_next;
872 LIST_HEAD(aborts);
873 int ret;
874 unsigned long iflag = 0;
James Smart0f65ff62010-02-26 14:14:23 -0500875 struct lpfc_sglq *sglq_entry = NULL;
876
James Smartda0436e2009-05-22 14:51:39 -0400877 ret = lpfc_hba_down_post_s3(phba);
878 if (ret)
879 return ret;
880 /* At this point in time the HBA is either reset or DOA. Either
881 * way, nothing should be on lpfc_abts_els_sgl_list, it needs to be
882 * on the lpfc_sgl_list so that it can either be freed if the
883 * driver is unloading or reposted if the driver is restarting
884 * the port.
885 */
886 spin_lock_irq(&phba->hbalock); /* required for lpfc_sgl_list and */
887 /* scsl_buf_list */
888 /* abts_sgl_list_lock required because worker thread uses this
889 * list.
890 */
891 spin_lock(&phba->sli4_hba.abts_sgl_list_lock);
James Smart0f65ff62010-02-26 14:14:23 -0500892 list_for_each_entry(sglq_entry,
893 &phba->sli4_hba.lpfc_abts_els_sgl_list, list)
894 sglq_entry->state = SGL_FREED;
895
James Smartda0436e2009-05-22 14:51:39 -0400896 list_splice_init(&phba->sli4_hba.lpfc_abts_els_sgl_list,
897 &phba->sli4_hba.lpfc_sgl_list);
898 spin_unlock(&phba->sli4_hba.abts_sgl_list_lock);
899 /* abts_scsi_buf_list_lock required because worker thread uses this
900 * list.
901 */
902 spin_lock(&phba->sli4_hba.abts_scsi_buf_list_lock);
903 list_splice_init(&phba->sli4_hba.lpfc_abts_scsi_buf_list,
904 &aborts);
905 spin_unlock(&phba->sli4_hba.abts_scsi_buf_list_lock);
906 spin_unlock_irq(&phba->hbalock);
907
908 list_for_each_entry_safe(psb, psb_next, &aborts, list) {
909 psb->pCmd = NULL;
910 psb->status = IOSTAT_SUCCESS;
911 }
912 spin_lock_irqsave(&phba->scsi_buf_list_lock, iflag);
913 list_splice(&aborts, &phba->lpfc_scsi_buf_list);
914 spin_unlock_irqrestore(&phba->scsi_buf_list_lock, iflag);
915 return 0;
916}
917
918/**
919 * lpfc_hba_down_post - Wrapper func for hba down post routine
920 * @phba: pointer to lpfc HBA data structure.
921 *
922 * This routine wraps the actual SLI3 or SLI4 routine for performing
923 * uninitialization after the HBA is reset when bring down the SLI Layer.
924 *
925 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -0200926 * 0 - success.
James Smartda0436e2009-05-22 14:51:39 -0400927 * Any other value - error.
928 **/
929int
930lpfc_hba_down_post(struct lpfc_hba *phba)
931{
932 return (*phba->lpfc_hba_down_post)(phba);
933}
Jamie Wellnitz41415862006-02-28 19:25:27 -0500934
James Smarte59058c2008-08-24 21:49:00 -0400935/**
James Smart3621a712009-04-06 18:47:14 -0400936 * lpfc_hb_timeout - The HBA-timer timeout handler
James Smarte59058c2008-08-24 21:49:00 -0400937 * @ptr: unsigned long holds the pointer to lpfc hba data structure.
938 *
939 * This is the HBA-timer timeout handler registered to the lpfc driver. When
940 * this timer fires, a HBA timeout event shall be posted to the lpfc driver
941 * work-port-events bitmap and the worker thread is notified. This timeout
942 * event will be used by the worker thread to invoke the actual timeout
943 * handler routine, lpfc_hb_timeout_handler. Any periodical operations will
944 * be performed in the timeout handler and the HBA timeout event bit shall
945 * be cleared by the worker thread after it has taken the event bitmap out.
946 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +0100947static void
James Smart858c9f62007-06-17 19:56:39 -0500948lpfc_hb_timeout(unsigned long ptr)
949{
950 struct lpfc_hba *phba;
James Smart5e9d9b82008-06-14 22:52:53 -0400951 uint32_t tmo_posted;
James Smart858c9f62007-06-17 19:56:39 -0500952 unsigned long iflag;
953
954 phba = (struct lpfc_hba *)ptr;
James Smart93996272008-08-24 21:50:30 -0400955
956 /* Check for heart beat timeout conditions */
James Smart858c9f62007-06-17 19:56:39 -0500957 spin_lock_irqsave(&phba->pport->work_port_lock, iflag);
James Smart5e9d9b82008-06-14 22:52:53 -0400958 tmo_posted = phba->pport->work_port_events & WORKER_HB_TMO;
959 if (!tmo_posted)
James Smart858c9f62007-06-17 19:56:39 -0500960 phba->pport->work_port_events |= WORKER_HB_TMO;
961 spin_unlock_irqrestore(&phba->pport->work_port_lock, iflag);
962
James Smart93996272008-08-24 21:50:30 -0400963 /* Tell the worker thread there is work to do */
James Smart5e9d9b82008-06-14 22:52:53 -0400964 if (!tmo_posted)
965 lpfc_worker_wake_up(phba);
James Smart858c9f62007-06-17 19:56:39 -0500966 return;
967}
968
James Smarte59058c2008-08-24 21:49:00 -0400969/**
James Smart19ca7602010-11-20 23:11:55 -0500970 * lpfc_rrq_timeout - The RRQ-timer timeout handler
971 * @ptr: unsigned long holds the pointer to lpfc hba data structure.
972 *
973 * This is the RRQ-timer timeout handler registered to the lpfc driver. When
974 * this timer fires, a RRQ timeout event shall be posted to the lpfc driver
975 * work-port-events bitmap and the worker thread is notified. This timeout
976 * event will be used by the worker thread to invoke the actual timeout
977 * handler routine, lpfc_rrq_handler. Any periodical operations will
978 * be performed in the timeout handler and the RRQ timeout event bit shall
979 * be cleared by the worker thread after it has taken the event bitmap out.
980 **/
981static void
982lpfc_rrq_timeout(unsigned long ptr)
983{
984 struct lpfc_hba *phba;
James Smart19ca7602010-11-20 23:11:55 -0500985 unsigned long iflag;
986
987 phba = (struct lpfc_hba *)ptr;
988 spin_lock_irqsave(&phba->pport->work_port_lock, iflag);
James Smart1151e3e2011-02-16 12:39:35 -0500989 phba->hba_flag |= HBA_RRQ_ACTIVE;
James Smart19ca7602010-11-20 23:11:55 -0500990 spin_unlock_irqrestore(&phba->pport->work_port_lock, iflag);
James Smart1151e3e2011-02-16 12:39:35 -0500991 lpfc_worker_wake_up(phba);
James Smart19ca7602010-11-20 23:11:55 -0500992}
993
994/**
James Smart3621a712009-04-06 18:47:14 -0400995 * lpfc_hb_mbox_cmpl - The lpfc heart-beat mailbox command callback function
James Smarte59058c2008-08-24 21:49:00 -0400996 * @phba: pointer to lpfc hba data structure.
997 * @pmboxq: pointer to the driver internal queue element for mailbox command.
998 *
999 * This is the callback function to the lpfc heart-beat mailbox command.
1000 * If configured, the lpfc driver issues the heart-beat mailbox command to
1001 * the HBA every LPFC_HB_MBOX_INTERVAL (current 5) seconds. At the time the
1002 * heart-beat mailbox command is issued, the driver shall set up heart-beat
1003 * timeout timer to LPFC_HB_MBOX_TIMEOUT (current 30) seconds and marks
1004 * heart-beat outstanding state. Once the mailbox command comes back and
1005 * no error conditions detected, the heart-beat mailbox command timer is
1006 * reset to LPFC_HB_MBOX_INTERVAL seconds and the heart-beat outstanding
1007 * state is cleared for the next heart-beat. If the timer expired with the
1008 * heart-beat outstanding state set, the driver will put the HBA offline.
1009 **/
James Smart858c9f62007-06-17 19:56:39 -05001010static void
1011lpfc_hb_mbox_cmpl(struct lpfc_hba * phba, LPFC_MBOXQ_t * pmboxq)
1012{
1013 unsigned long drvr_flag;
1014
1015 spin_lock_irqsave(&phba->hbalock, drvr_flag);
1016 phba->hb_outstanding = 0;
1017 spin_unlock_irqrestore(&phba->hbalock, drvr_flag);
1018
James Smart93996272008-08-24 21:50:30 -04001019 /* Check and reset heart-beat timer is necessary */
James Smart858c9f62007-06-17 19:56:39 -05001020 mempool_free(pmboxq, phba->mbox_mem_pool);
1021 if (!(phba->pport->fc_flag & FC_OFFLINE_MODE) &&
1022 !(phba->link_state == LPFC_HBA_ERROR) &&
James Smart51ef4c22007-08-02 11:10:31 -04001023 !(phba->pport->load_flag & FC_UNLOADING))
James Smart858c9f62007-06-17 19:56:39 -05001024 mod_timer(&phba->hb_tmofunc,
1025 jiffies + HZ * LPFC_HB_MBOX_INTERVAL);
1026 return;
1027}
1028
James Smarte59058c2008-08-24 21:49:00 -04001029/**
James Smart3621a712009-04-06 18:47:14 -04001030 * lpfc_hb_timeout_handler - The HBA-timer timeout handler
James Smarte59058c2008-08-24 21:49:00 -04001031 * @phba: pointer to lpfc hba data structure.
1032 *
1033 * This is the actual HBA-timer timeout handler to be invoked by the worker
1034 * thread whenever the HBA timer fired and HBA-timeout event posted. This
1035 * handler performs any periodic operations needed for the device. If such
1036 * periodic event has already been attended to either in the interrupt handler
1037 * or by processing slow-ring or fast-ring events within the HBA-timer
1038 * timeout window (LPFC_HB_MBOX_INTERVAL), this handler just simply resets
1039 * the timer for the next timeout period. If lpfc heart-beat mailbox command
1040 * is configured and there is no heart-beat mailbox command outstanding, a
1041 * heart-beat mailbox is issued and timer set properly. Otherwise, if there
1042 * has been a heart-beat mailbox command outstanding, the HBA shall be put
1043 * to offline.
1044 **/
James Smart858c9f62007-06-17 19:56:39 -05001045void
1046lpfc_hb_timeout_handler(struct lpfc_hba *phba)
1047{
James Smart45ed1192009-10-02 15:17:02 -04001048 struct lpfc_vport **vports;
James Smart858c9f62007-06-17 19:56:39 -05001049 LPFC_MBOXQ_t *pmboxq;
James Smart0ff10d42008-01-11 01:52:36 -05001050 struct lpfc_dmabuf *buf_ptr;
James Smart45ed1192009-10-02 15:17:02 -04001051 int retval, i;
James Smart858c9f62007-06-17 19:56:39 -05001052 struct lpfc_sli *psli = &phba->sli;
James Smart0ff10d42008-01-11 01:52:36 -05001053 LIST_HEAD(completions);
James Smart858c9f62007-06-17 19:56:39 -05001054
James Smart45ed1192009-10-02 15:17:02 -04001055 vports = lpfc_create_vport_work_array(phba);
1056 if (vports != NULL)
1057 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++)
1058 lpfc_rcv_seq_check_edtov(vports[i]);
1059 lpfc_destroy_vport_work_array(phba, vports);
1060
James Smart858c9f62007-06-17 19:56:39 -05001061 if ((phba->link_state == LPFC_HBA_ERROR) ||
James Smart51ef4c22007-08-02 11:10:31 -04001062 (phba->pport->load_flag & FC_UNLOADING) ||
James Smart858c9f62007-06-17 19:56:39 -05001063 (phba->pport->fc_flag & FC_OFFLINE_MODE))
1064 return;
1065
1066 spin_lock_irq(&phba->pport->work_port_lock);
James Smart858c9f62007-06-17 19:56:39 -05001067
1068 if (time_after(phba->last_completion_time + LPFC_HB_MBOX_INTERVAL * HZ,
1069 jiffies)) {
1070 spin_unlock_irq(&phba->pport->work_port_lock);
1071 if (!phba->hb_outstanding)
1072 mod_timer(&phba->hb_tmofunc,
1073 jiffies + HZ * LPFC_HB_MBOX_INTERVAL);
1074 else
1075 mod_timer(&phba->hb_tmofunc,
1076 jiffies + HZ * LPFC_HB_MBOX_TIMEOUT);
1077 return;
1078 }
1079 spin_unlock_irq(&phba->pport->work_port_lock);
1080
James Smart0ff10d42008-01-11 01:52:36 -05001081 if (phba->elsbuf_cnt &&
1082 (phba->elsbuf_cnt == phba->elsbuf_prev_cnt)) {
1083 spin_lock_irq(&phba->hbalock);
1084 list_splice_init(&phba->elsbuf, &completions);
1085 phba->elsbuf_cnt = 0;
1086 phba->elsbuf_prev_cnt = 0;
1087 spin_unlock_irq(&phba->hbalock);
1088
1089 while (!list_empty(&completions)) {
1090 list_remove_head(&completions, buf_ptr,
1091 struct lpfc_dmabuf, list);
1092 lpfc_mbuf_free(phba, buf_ptr->virt, buf_ptr->phys);
1093 kfree(buf_ptr);
1094 }
1095 }
1096 phba->elsbuf_prev_cnt = phba->elsbuf_cnt;
1097
James Smart858c9f62007-06-17 19:56:39 -05001098 /* If there is no heart beat outstanding, issue a heartbeat command */
James Smart13815c82008-01-11 01:52:48 -05001099 if (phba->cfg_enable_hba_heartbeat) {
1100 if (!phba->hb_outstanding) {
James Smartbc739052010-08-04 16:11:18 -04001101 if ((!(psli->sli_flag & LPFC_SLI_MBOX_ACTIVE)) &&
1102 (list_empty(&psli->mboxq))) {
1103 pmboxq = mempool_alloc(phba->mbox_mem_pool,
1104 GFP_KERNEL);
1105 if (!pmboxq) {
1106 mod_timer(&phba->hb_tmofunc,
1107 jiffies +
1108 HZ * LPFC_HB_MBOX_INTERVAL);
1109 return;
1110 }
James Smart13815c82008-01-11 01:52:48 -05001111
James Smartbc739052010-08-04 16:11:18 -04001112 lpfc_heart_beat(phba, pmboxq);
1113 pmboxq->mbox_cmpl = lpfc_hb_mbox_cmpl;
1114 pmboxq->vport = phba->pport;
1115 retval = lpfc_sli_issue_mbox(phba, pmboxq,
1116 MBX_NOWAIT);
James Smart13815c82008-01-11 01:52:48 -05001117
James Smartbc739052010-08-04 16:11:18 -04001118 if (retval != MBX_BUSY &&
1119 retval != MBX_SUCCESS) {
1120 mempool_free(pmboxq,
1121 phba->mbox_mem_pool);
1122 mod_timer(&phba->hb_tmofunc,
1123 jiffies +
1124 HZ * LPFC_HB_MBOX_INTERVAL);
1125 return;
1126 }
1127 phba->skipped_hb = 0;
1128 phba->hb_outstanding = 1;
1129 } else if (time_before_eq(phba->last_completion_time,
1130 phba->skipped_hb)) {
1131 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
1132 "2857 Last completion time not "
1133 " updated in %d ms\n",
1134 jiffies_to_msecs(jiffies
1135 - phba->last_completion_time));
1136 } else
1137 phba->skipped_hb = jiffies;
1138
James Smart858c9f62007-06-17 19:56:39 -05001139 mod_timer(&phba->hb_tmofunc,
James Smart13815c82008-01-11 01:52:48 -05001140 jiffies + HZ * LPFC_HB_MBOX_TIMEOUT);
James Smart858c9f62007-06-17 19:56:39 -05001141 return;
James Smart13815c82008-01-11 01:52:48 -05001142 } else {
1143 /*
1144 * If heart beat timeout called with hb_outstanding set
James Smartdcf2a4e2010-09-29 11:18:53 -04001145 * we need to give the hb mailbox cmd a chance to
1146 * complete or TMO.
James Smart13815c82008-01-11 01:52:48 -05001147 */
James Smartdcf2a4e2010-09-29 11:18:53 -04001148 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
1149 "0459 Adapter heartbeat still out"
1150 "standing:last compl time was %d ms.\n",
1151 jiffies_to_msecs(jiffies
1152 - phba->last_completion_time));
1153 mod_timer(&phba->hb_tmofunc,
1154 jiffies + HZ * LPFC_HB_MBOX_TIMEOUT);
James Smart858c9f62007-06-17 19:56:39 -05001155 }
James Smart858c9f62007-06-17 19:56:39 -05001156 }
1157}
1158
James Smarte59058c2008-08-24 21:49:00 -04001159/**
James Smart3621a712009-04-06 18:47:14 -04001160 * lpfc_offline_eratt - Bring lpfc offline on hardware error attention
James Smarte59058c2008-08-24 21:49:00 -04001161 * @phba: pointer to lpfc hba data structure.
1162 *
1163 * This routine is called to bring the HBA offline when HBA hardware error
1164 * other than Port Error 6 has been detected.
1165 **/
James Smart09372822008-01-11 01:52:54 -05001166static void
1167lpfc_offline_eratt(struct lpfc_hba *phba)
1168{
1169 struct lpfc_sli *psli = &phba->sli;
1170
1171 spin_lock_irq(&phba->hbalock);
James Smartf4b4c682009-05-22 14:53:12 -04001172 psli->sli_flag &= ~LPFC_SLI_ACTIVE;
James Smart09372822008-01-11 01:52:54 -05001173 spin_unlock_irq(&phba->hbalock);
James Smart618a5232012-06-12 13:54:36 -04001174 lpfc_offline_prep(phba, LPFC_MBX_NO_WAIT);
James Smart09372822008-01-11 01:52:54 -05001175
1176 lpfc_offline(phba);
1177 lpfc_reset_barrier(phba);
James Smartf4b4c682009-05-22 14:53:12 -04001178 spin_lock_irq(&phba->hbalock);
James Smart09372822008-01-11 01:52:54 -05001179 lpfc_sli_brdreset(phba);
James Smartf4b4c682009-05-22 14:53:12 -04001180 spin_unlock_irq(&phba->hbalock);
James Smart09372822008-01-11 01:52:54 -05001181 lpfc_hba_down_post(phba);
1182 lpfc_sli_brdready(phba, HS_MBRDY);
1183 lpfc_unblock_mgmt_io(phba);
1184 phba->link_state = LPFC_HBA_ERROR;
1185 return;
1186}
1187
James Smarte59058c2008-08-24 21:49:00 -04001188/**
James Smartda0436e2009-05-22 14:51:39 -04001189 * lpfc_sli4_offline_eratt - Bring lpfc offline on SLI4 hardware error attention
1190 * @phba: pointer to lpfc hba data structure.
1191 *
1192 * This routine is called to bring a SLI4 HBA offline when HBA hardware error
1193 * other than Port Error 6 has been detected.
1194 **/
1195static void
1196lpfc_sli4_offline_eratt(struct lpfc_hba *phba)
1197{
James Smart618a5232012-06-12 13:54:36 -04001198 lpfc_offline_prep(phba, LPFC_MBX_NO_WAIT);
James Smartda0436e2009-05-22 14:51:39 -04001199 lpfc_offline(phba);
1200 lpfc_sli4_brdreset(phba);
1201 lpfc_hba_down_post(phba);
1202 lpfc_sli4_post_status_check(phba);
1203 lpfc_unblock_mgmt_io(phba);
1204 phba->link_state = LPFC_HBA_ERROR;
1205}
1206
1207/**
James Smarta257bf92009-04-06 18:48:10 -04001208 * lpfc_handle_deferred_eratt - The HBA hardware deferred error handler
1209 * @phba: pointer to lpfc hba data structure.
1210 *
1211 * This routine is invoked to handle the deferred HBA hardware error
1212 * conditions. This type of error is indicated by HBA by setting ER1
1213 * and another ER bit in the host status register. The driver will
1214 * wait until the ER1 bit clears before handling the error condition.
1215 **/
1216static void
1217lpfc_handle_deferred_eratt(struct lpfc_hba *phba)
1218{
1219 uint32_t old_host_status = phba->work_hs;
1220 struct lpfc_sli_ring *pring;
1221 struct lpfc_sli *psli = &phba->sli;
1222
James Smartf4b4c682009-05-22 14:53:12 -04001223 /* If the pci channel is offline, ignore possible errors,
1224 * since we cannot communicate with the pci card anyway.
1225 */
1226 if (pci_channel_offline(phba->pcidev)) {
1227 spin_lock_irq(&phba->hbalock);
1228 phba->hba_flag &= ~DEFER_ERATT;
1229 spin_unlock_irq(&phba->hbalock);
1230 return;
1231 }
1232
James Smarta257bf92009-04-06 18:48:10 -04001233 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
1234 "0479 Deferred Adapter Hardware Error "
1235 "Data: x%x x%x x%x\n",
1236 phba->work_hs,
1237 phba->work_status[0], phba->work_status[1]);
1238
1239 spin_lock_irq(&phba->hbalock);
James Smartf4b4c682009-05-22 14:53:12 -04001240 psli->sli_flag &= ~LPFC_SLI_ACTIVE;
James Smarta257bf92009-04-06 18:48:10 -04001241 spin_unlock_irq(&phba->hbalock);
1242
1243
1244 /*
1245 * Firmware stops when it triggred erratt. That could cause the I/Os
1246 * dropped by the firmware. Error iocb (I/O) on txcmplq and let the
1247 * SCSI layer retry it after re-establishing link.
1248 */
1249 pring = &psli->ring[psli->fcp_ring];
1250 lpfc_sli_abort_iocb_ring(phba, pring);
1251
1252 /*
1253 * There was a firmware error. Take the hba offline and then
1254 * attempt to restart it.
1255 */
James Smart618a5232012-06-12 13:54:36 -04001256 lpfc_offline_prep(phba, LPFC_MBX_WAIT);
James Smarta257bf92009-04-06 18:48:10 -04001257 lpfc_offline(phba);
1258
1259 /* Wait for the ER1 bit to clear.*/
1260 while (phba->work_hs & HS_FFER1) {
1261 msleep(100);
James Smart9940b972011-03-11 16:06:12 -05001262 if (lpfc_readl(phba->HSregaddr, &phba->work_hs)) {
1263 phba->work_hs = UNPLUG_ERR ;
1264 break;
1265 }
James Smarta257bf92009-04-06 18:48:10 -04001266 /* If driver is unloading let the worker thread continue */
1267 if (phba->pport->load_flag & FC_UNLOADING) {
1268 phba->work_hs = 0;
1269 break;
1270 }
1271 }
1272
1273 /*
1274 * This is to ptrotect against a race condition in which
1275 * first write to the host attention register clear the
1276 * host status register.
1277 */
1278 if ((!phba->work_hs) && (!(phba->pport->load_flag & FC_UNLOADING)))
1279 phba->work_hs = old_host_status & ~HS_FFER1;
1280
James Smart3772a992009-05-22 14:50:54 -04001281 spin_lock_irq(&phba->hbalock);
James Smarta257bf92009-04-06 18:48:10 -04001282 phba->hba_flag &= ~DEFER_ERATT;
James Smart3772a992009-05-22 14:50:54 -04001283 spin_unlock_irq(&phba->hbalock);
James Smarta257bf92009-04-06 18:48:10 -04001284 phba->work_status[0] = readl(phba->MBslimaddr + 0xa8);
1285 phba->work_status[1] = readl(phba->MBslimaddr + 0xac);
1286}
1287
James Smart3772a992009-05-22 14:50:54 -04001288static void
1289lpfc_board_errevt_to_mgmt(struct lpfc_hba *phba)
1290{
1291 struct lpfc_board_event_header board_event;
1292 struct Scsi_Host *shost;
1293
1294 board_event.event_type = FC_REG_BOARD_EVENT;
1295 board_event.subcategory = LPFC_EVENT_PORTINTERR;
1296 shost = lpfc_shost_from_vport(phba->pport);
1297 fc_host_post_vendor_event(shost, fc_get_event_number(),
1298 sizeof(board_event),
1299 (char *) &board_event,
1300 LPFC_NL_VENDOR_ID);
1301}
1302
James Smarta257bf92009-04-06 18:48:10 -04001303/**
James Smart3772a992009-05-22 14:50:54 -04001304 * lpfc_handle_eratt_s3 - The SLI3 HBA hardware error handler
James Smarte59058c2008-08-24 21:49:00 -04001305 * @phba: pointer to lpfc hba data structure.
1306 *
1307 * This routine is invoked to handle the following HBA hardware error
1308 * conditions:
1309 * 1 - HBA error attention interrupt
1310 * 2 - DMA ring index out of range
1311 * 3 - Mailbox command came back as unknown
1312 **/
James Smart3772a992009-05-22 14:50:54 -04001313static void
1314lpfc_handle_eratt_s3(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05001315{
James Smart2e0fef82007-06-17 19:56:36 -05001316 struct lpfc_vport *vport = phba->pport;
James Smart2e0fef82007-06-17 19:56:36 -05001317 struct lpfc_sli *psli = &phba->sli;
dea31012005-04-17 16:05:31 -05001318 struct lpfc_sli_ring *pring;
James Smartd2873e42006-08-18 17:46:43 -04001319 uint32_t event_data;
James Smart57127f12007-10-27 13:37:05 -04001320 unsigned long temperature;
1321 struct temp_event temp_event_data;
James Smart92d7f7b2007-06-17 19:56:38 -05001322 struct Scsi_Host *shost;
James Smart2e0fef82007-06-17 19:56:36 -05001323
Linas Vepstas8d63f372007-02-14 14:28:36 -06001324 /* If the pci channel is offline, ignore possible errors,
James Smart3772a992009-05-22 14:50:54 -04001325 * since we cannot communicate with the pci card anyway.
1326 */
1327 if (pci_channel_offline(phba->pcidev)) {
1328 spin_lock_irq(&phba->hbalock);
1329 phba->hba_flag &= ~DEFER_ERATT;
1330 spin_unlock_irq(&phba->hbalock);
Linas Vepstas8d63f372007-02-14 14:28:36 -06001331 return;
James Smart3772a992009-05-22 14:50:54 -04001332 }
1333
James Smart13815c82008-01-11 01:52:48 -05001334 /* If resets are disabled then leave the HBA alone and return */
1335 if (!phba->cfg_enable_hba_reset)
1336 return;
dea31012005-04-17 16:05:31 -05001337
James Smartea2151b2008-09-07 11:52:10 -04001338 /* Send an internal error event to mgmt application */
James Smart3772a992009-05-22 14:50:54 -04001339 lpfc_board_errevt_to_mgmt(phba);
James Smartea2151b2008-09-07 11:52:10 -04001340
James Smarta257bf92009-04-06 18:48:10 -04001341 if (phba->hba_flag & DEFER_ERATT)
1342 lpfc_handle_deferred_eratt(phba);
1343
James Smartdcf2a4e2010-09-29 11:18:53 -04001344 if ((phba->work_hs & HS_FFER6) || (phba->work_hs & HS_FFER8)) {
1345 if (phba->work_hs & HS_FFER6)
1346 /* Re-establishing Link */
1347 lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT,
1348 "1301 Re-establishing Link "
1349 "Data: x%x x%x x%x\n",
1350 phba->work_hs, phba->work_status[0],
1351 phba->work_status[1]);
1352 if (phba->work_hs & HS_FFER8)
1353 /* Device Zeroization */
1354 lpfc_printf_log(phba, KERN_INFO, LOG_LINK_EVENT,
1355 "2861 Host Authentication device "
1356 "zeroization Data:x%x x%x x%x\n",
1357 phba->work_hs, phba->work_status[0],
1358 phba->work_status[1]);
James Smart58da1ff2008-04-07 10:15:56 -04001359
James Smart92d7f7b2007-06-17 19:56:38 -05001360 spin_lock_irq(&phba->hbalock);
James Smartf4b4c682009-05-22 14:53:12 -04001361 psli->sli_flag &= ~LPFC_SLI_ACTIVE;
James Smart92d7f7b2007-06-17 19:56:38 -05001362 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001363
1364 /*
1365 * Firmware stops when it triggled erratt with HS_FFER6.
1366 * That could cause the I/Os dropped by the firmware.
1367 * Error iocb (I/O) on txcmplq and let the SCSI layer
1368 * retry it after re-establishing link.
1369 */
1370 pring = &psli->ring[psli->fcp_ring];
1371 lpfc_sli_abort_iocb_ring(phba, pring);
1372
dea31012005-04-17 16:05:31 -05001373 /*
1374 * There was a firmware error. Take the hba offline and then
1375 * attempt to restart it.
1376 */
James Smart618a5232012-06-12 13:54:36 -04001377 lpfc_offline_prep(phba, LPFC_MBX_NO_WAIT);
dea31012005-04-17 16:05:31 -05001378 lpfc_offline(phba);
Jamie Wellnitz41415862006-02-28 19:25:27 -05001379 lpfc_sli_brdrestart(phba);
dea31012005-04-17 16:05:31 -05001380 if (lpfc_online(phba) == 0) { /* Initialize the HBA */
James Smart46fa3112007-04-25 09:51:45 -04001381 lpfc_unblock_mgmt_io(phba);
dea31012005-04-17 16:05:31 -05001382 return;
1383 }
James Smart46fa3112007-04-25 09:51:45 -04001384 lpfc_unblock_mgmt_io(phba);
James Smart57127f12007-10-27 13:37:05 -04001385 } else if (phba->work_hs & HS_CRIT_TEMP) {
1386 temperature = readl(phba->MBslimaddr + TEMPERATURE_OFFSET);
1387 temp_event_data.event_type = FC_REG_TEMPERATURE_EVENT;
1388 temp_event_data.event_code = LPFC_CRIT_TEMP;
1389 temp_event_data.data = (uint32_t)temperature;
1390
1391 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smartd7c255b2008-08-24 21:50:00 -04001392 "0406 Adapter maximum temperature exceeded "
James Smart57127f12007-10-27 13:37:05 -04001393 "(%ld), taking this port offline "
1394 "Data: x%x x%x x%x\n",
1395 temperature, phba->work_hs,
1396 phba->work_status[0], phba->work_status[1]);
1397
1398 shost = lpfc_shost_from_vport(phba->pport);
1399 fc_host_post_vendor_event(shost, fc_get_event_number(),
1400 sizeof(temp_event_data),
1401 (char *) &temp_event_data,
1402 SCSI_NL_VID_TYPE_PCI
1403 | PCI_VENDOR_ID_EMULEX);
1404
James Smart7af67052007-10-27 13:38:11 -04001405 spin_lock_irq(&phba->hbalock);
James Smart7af67052007-10-27 13:38:11 -04001406 phba->over_temp_state = HBA_OVER_TEMP;
1407 spin_unlock_irq(&phba->hbalock);
James Smart09372822008-01-11 01:52:54 -05001408 lpfc_offline_eratt(phba);
James Smart57127f12007-10-27 13:37:05 -04001409
dea31012005-04-17 16:05:31 -05001410 } else {
1411 /* The if clause above forces this code path when the status
James Smart93996272008-08-24 21:50:30 -04001412 * failure is a value other than FFER6. Do not call the offline
1413 * twice. This is the adapter hardware error path.
dea31012005-04-17 16:05:31 -05001414 */
1415 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04001416 "0457 Adapter Hardware Error "
dea31012005-04-17 16:05:31 -05001417 "Data: x%x x%x x%x\n",
James Smarte8b62012007-08-02 11:10:09 -04001418 phba->work_hs,
dea31012005-04-17 16:05:31 -05001419 phba->work_status[0], phba->work_status[1]);
1420
James Smartd2873e42006-08-18 17:46:43 -04001421 event_data = FC_REG_DUMP_EVENT;
James Smart92d7f7b2007-06-17 19:56:38 -05001422 shost = lpfc_shost_from_vport(vport);
James Smart2e0fef82007-06-17 19:56:36 -05001423 fc_host_post_vendor_event(shost, fc_get_event_number(),
James Smartd2873e42006-08-18 17:46:43 -04001424 sizeof(event_data), (char *) &event_data,
1425 SCSI_NL_VID_TYPE_PCI | PCI_VENDOR_ID_EMULEX);
1426
James Smart09372822008-01-11 01:52:54 -05001427 lpfc_offline_eratt(phba);
dea31012005-04-17 16:05:31 -05001428 }
James Smart93996272008-08-24 21:50:30 -04001429 return;
dea31012005-04-17 16:05:31 -05001430}
1431
James Smarte59058c2008-08-24 21:49:00 -04001432/**
James Smart618a5232012-06-12 13:54:36 -04001433 * lpfc_sli4_port_sta_fn_reset - The SLI4 function reset due to port status reg
1434 * @phba: pointer to lpfc hba data structure.
1435 * @mbx_action: flag for mailbox shutdown action.
1436 *
1437 * This routine is invoked to perform an SLI4 port PCI function reset in
1438 * response to port status register polling attention. It waits for port
1439 * status register (ERR, RDY, RN) bits before proceeding with function reset.
1440 * During this process, interrupt vectors are freed and later requested
1441 * for handling possible port resource change.
1442 **/
1443static int
1444lpfc_sli4_port_sta_fn_reset(struct lpfc_hba *phba, int mbx_action)
1445{
1446 int rc;
1447 uint32_t intr_mode;
1448
1449 /*
1450 * On error status condition, driver need to wait for port
1451 * ready before performing reset.
1452 */
1453 rc = lpfc_sli4_pdev_status_reg_wait(phba);
1454 if (!rc) {
1455 /* need reset: attempt for port recovery */
1456 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
1457 "2887 Reset Needed: Attempting Port "
1458 "Recovery...\n");
1459 lpfc_offline_prep(phba, mbx_action);
1460 lpfc_offline(phba);
1461 /* release interrupt for possible resource change */
1462 lpfc_sli4_disable_intr(phba);
1463 lpfc_sli_brdrestart(phba);
1464 /* request and enable interrupt */
1465 intr_mode = lpfc_sli4_enable_intr(phba, phba->intr_mode);
1466 if (intr_mode == LPFC_INTR_ERROR) {
1467 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
1468 "3175 Failed to enable interrupt\n");
1469 return -EIO;
1470 } else {
1471 phba->intr_mode = intr_mode;
1472 }
1473 rc = lpfc_online(phba);
1474 if (rc == 0)
1475 lpfc_unblock_mgmt_io(phba);
1476 }
1477 return rc;
1478}
1479
1480/**
James Smartda0436e2009-05-22 14:51:39 -04001481 * lpfc_handle_eratt_s4 - The SLI4 HBA hardware error handler
1482 * @phba: pointer to lpfc hba data structure.
1483 *
1484 * This routine is invoked to handle the SLI4 HBA hardware error attention
1485 * conditions.
1486 **/
1487static void
1488lpfc_handle_eratt_s4(struct lpfc_hba *phba)
1489{
1490 struct lpfc_vport *vport = phba->pport;
1491 uint32_t event_data;
1492 struct Scsi_Host *shost;
James Smart2fcee4b2010-12-15 17:57:46 -05001493 uint32_t if_type;
James Smart2e90f4b2011-12-13 13:22:37 -05001494 struct lpfc_register portstat_reg = {0};
1495 uint32_t reg_err1, reg_err2;
1496 uint32_t uerrlo_reg, uemasklo_reg;
1497 uint32_t pci_rd_rc1, pci_rd_rc2;
James Smart73d91e52011-10-10 21:32:10 -04001498 int rc;
James Smartda0436e2009-05-22 14:51:39 -04001499
1500 /* If the pci channel is offline, ignore possible errors, since
1501 * we cannot communicate with the pci card anyway.
1502 */
1503 if (pci_channel_offline(phba->pcidev))
1504 return;
1505 /* If resets are disabled then leave the HBA alone and return */
1506 if (!phba->cfg_enable_hba_reset)
1507 return;
1508
James Smart2fcee4b2010-12-15 17:57:46 -05001509 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
1510 switch (if_type) {
1511 case LPFC_SLI_INTF_IF_TYPE_0:
James Smart2e90f4b2011-12-13 13:22:37 -05001512 pci_rd_rc1 = lpfc_readl(
1513 phba->sli4_hba.u.if_type0.UERRLOregaddr,
1514 &uerrlo_reg);
1515 pci_rd_rc2 = lpfc_readl(
1516 phba->sli4_hba.u.if_type0.UEMASKLOregaddr,
1517 &uemasklo_reg);
1518 /* consider PCI bus read error as pci_channel_offline */
1519 if (pci_rd_rc1 == -EIO && pci_rd_rc2 == -EIO)
1520 return;
James Smart2fcee4b2010-12-15 17:57:46 -05001521 lpfc_sli4_offline_eratt(phba);
1522 break;
1523 case LPFC_SLI_INTF_IF_TYPE_2:
James Smart2e90f4b2011-12-13 13:22:37 -05001524 pci_rd_rc1 = lpfc_readl(
1525 phba->sli4_hba.u.if_type2.STATUSregaddr,
1526 &portstat_reg.word0);
1527 /* consider PCI bus read error as pci_channel_offline */
James Smart6b5151f2012-01-18 16:24:06 -05001528 if (pci_rd_rc1 == -EIO) {
1529 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
1530 "3151 PCI bus read access failure: x%x\n",
1531 readl(phba->sli4_hba.u.if_type2.STATUSregaddr));
James Smart2e90f4b2011-12-13 13:22:37 -05001532 return;
James Smart6b5151f2012-01-18 16:24:06 -05001533 }
James Smart2e90f4b2011-12-13 13:22:37 -05001534 reg_err1 = readl(phba->sli4_hba.u.if_type2.ERR1regaddr);
1535 reg_err2 = readl(phba->sli4_hba.u.if_type2.ERR2regaddr);
James Smart2fcee4b2010-12-15 17:57:46 -05001536 if (bf_get(lpfc_sliport_status_oti, &portstat_reg)) {
1537 /* TODO: Register for Overtemp async events. */
1538 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
1539 "2889 Port Overtemperature event, "
James Smart026abb82011-12-13 13:20:45 -05001540 "taking port offline\n");
James Smart2fcee4b2010-12-15 17:57:46 -05001541 spin_lock_irq(&phba->hbalock);
1542 phba->over_temp_state = HBA_OVER_TEMP;
1543 spin_unlock_irq(&phba->hbalock);
1544 lpfc_sli4_offline_eratt(phba);
James Smart2e90f4b2011-12-13 13:22:37 -05001545 break;
James Smart2fcee4b2010-12-15 17:57:46 -05001546 }
James Smart2e90f4b2011-12-13 13:22:37 -05001547 if (reg_err1 == SLIPORT_ERR1_REG_ERR_CODE_2 &&
1548 reg_err2 == SLIPORT_ERR2_REG_FW_RESTART)
1549 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
1550 "3143 Port Down: Firmware Restarted\n");
1551 else if (reg_err1 == SLIPORT_ERR1_REG_ERR_CODE_2 &&
1552 reg_err2 == SLIPORT_ERR2_REG_FORCED_DUMP)
1553 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
1554 "3144 Port Down: Debug Dump\n");
1555 else if (reg_err1 == SLIPORT_ERR1_REG_ERR_CODE_2 &&
1556 reg_err2 == SLIPORT_ERR2_REG_FUNC_PROVISON)
1557 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
1558 "3145 Port Down: Provisioning\n");
James Smart618a5232012-06-12 13:54:36 -04001559
1560 /* Check port status register for function reset */
1561 rc = lpfc_sli4_port_sta_fn_reset(phba, LPFC_MBX_NO_WAIT);
1562 if (rc == 0) {
1563 /* don't report event on forced debug dump */
1564 if (reg_err1 == SLIPORT_ERR1_REG_ERR_CODE_2 &&
1565 reg_err2 == SLIPORT_ERR2_REG_FORCED_DUMP)
1566 return;
1567 else
1568 break;
James Smart2fcee4b2010-12-15 17:57:46 -05001569 }
James Smart618a5232012-06-12 13:54:36 -04001570 /* fall through for not able to recover */
James Smart6b5151f2012-01-18 16:24:06 -05001571 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
1572 "3152 Unrecoverable error, bring the port "
1573 "offline\n");
James Smart2fcee4b2010-12-15 17:57:46 -05001574 lpfc_sli4_offline_eratt(phba);
1575 break;
1576 case LPFC_SLI_INTF_IF_TYPE_1:
1577 default:
1578 break;
1579 }
James Smart2e90f4b2011-12-13 13:22:37 -05001580 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
1581 "3123 Report dump event to upper layer\n");
1582 /* Send an internal error event to mgmt application */
1583 lpfc_board_errevt_to_mgmt(phba);
1584
1585 event_data = FC_REG_DUMP_EVENT;
1586 shost = lpfc_shost_from_vport(vport);
1587 fc_host_post_vendor_event(shost, fc_get_event_number(),
1588 sizeof(event_data), (char *) &event_data,
1589 SCSI_NL_VID_TYPE_PCI | PCI_VENDOR_ID_EMULEX);
James Smartda0436e2009-05-22 14:51:39 -04001590}
1591
1592/**
1593 * lpfc_handle_eratt - Wrapper func for handling hba error attention
1594 * @phba: pointer to lpfc HBA data structure.
1595 *
1596 * This routine wraps the actual SLI3 or SLI4 hba error attention handling
1597 * routine from the API jump table function pointer from the lpfc_hba struct.
1598 *
1599 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02001600 * 0 - success.
James Smartda0436e2009-05-22 14:51:39 -04001601 * Any other value - error.
1602 **/
1603void
1604lpfc_handle_eratt(struct lpfc_hba *phba)
1605{
1606 (*phba->lpfc_handle_eratt)(phba);
1607}
1608
1609/**
James Smart3621a712009-04-06 18:47:14 -04001610 * lpfc_handle_latt - The HBA link event handler
James Smarte59058c2008-08-24 21:49:00 -04001611 * @phba: pointer to lpfc hba data structure.
1612 *
1613 * This routine is invoked from the worker thread to handle a HBA host
1614 * attention link event.
1615 **/
dea31012005-04-17 16:05:31 -05001616void
James Smart2e0fef82007-06-17 19:56:36 -05001617lpfc_handle_latt(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05001618{
James Smart2e0fef82007-06-17 19:56:36 -05001619 struct lpfc_vport *vport = phba->pport;
1620 struct lpfc_sli *psli = &phba->sli;
dea31012005-04-17 16:05:31 -05001621 LPFC_MBOXQ_t *pmb;
1622 volatile uint32_t control;
1623 struct lpfc_dmabuf *mp;
James Smart09372822008-01-11 01:52:54 -05001624 int rc = 0;
dea31012005-04-17 16:05:31 -05001625
1626 pmb = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
James Smart09372822008-01-11 01:52:54 -05001627 if (!pmb) {
1628 rc = 1;
dea31012005-04-17 16:05:31 -05001629 goto lpfc_handle_latt_err_exit;
James Smart09372822008-01-11 01:52:54 -05001630 }
dea31012005-04-17 16:05:31 -05001631
1632 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
James Smart09372822008-01-11 01:52:54 -05001633 if (!mp) {
1634 rc = 2;
dea31012005-04-17 16:05:31 -05001635 goto lpfc_handle_latt_free_pmb;
James Smart09372822008-01-11 01:52:54 -05001636 }
dea31012005-04-17 16:05:31 -05001637
1638 mp->virt = lpfc_mbuf_alloc(phba, 0, &mp->phys);
James Smart09372822008-01-11 01:52:54 -05001639 if (!mp->virt) {
1640 rc = 3;
dea31012005-04-17 16:05:31 -05001641 goto lpfc_handle_latt_free_mp;
James Smart09372822008-01-11 01:52:54 -05001642 }
dea31012005-04-17 16:05:31 -05001643
James.Smart@Emulex.Com6281bfe2005-11-28 11:41:33 -05001644 /* Cleanup any outstanding ELS commands */
James Smart549e55c2007-08-02 11:09:51 -04001645 lpfc_els_flush_all_cmd(phba);
dea31012005-04-17 16:05:31 -05001646
1647 psli->slistat.link_event++;
James Smart76a95d72010-11-20 23:11:48 -05001648 lpfc_read_topology(phba, pmb, mp);
1649 pmb->mbox_cmpl = lpfc_mbx_cmpl_read_topology;
James Smart2e0fef82007-06-17 19:56:36 -05001650 pmb->vport = vport;
James Smart0d2b6b82008-06-14 22:52:47 -04001651 /* Block ELS IOCBs until we have processed this mbox command */
1652 phba->sli.ring[LPFC_ELS_RING].flag |= LPFC_STOP_IOCB_EVENT;
James Smart0b727fe2007-10-27 13:37:25 -04001653 rc = lpfc_sli_issue_mbox (phba, pmb, MBX_NOWAIT);
James Smart09372822008-01-11 01:52:54 -05001654 if (rc == MBX_NOT_FINISHED) {
1655 rc = 4;
James Smart14691152006-12-02 13:34:28 -05001656 goto lpfc_handle_latt_free_mbuf;
James Smart09372822008-01-11 01:52:54 -05001657 }
dea31012005-04-17 16:05:31 -05001658
1659 /* Clear Link Attention in HA REG */
James Smart2e0fef82007-06-17 19:56:36 -05001660 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001661 writel(HA_LATT, phba->HAregaddr);
1662 readl(phba->HAregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -05001663 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001664
1665 return;
1666
James Smart14691152006-12-02 13:34:28 -05001667lpfc_handle_latt_free_mbuf:
James Smart0d2b6b82008-06-14 22:52:47 -04001668 phba->sli.ring[LPFC_ELS_RING].flag &= ~LPFC_STOP_IOCB_EVENT;
James Smart14691152006-12-02 13:34:28 -05001669 lpfc_mbuf_free(phba, mp->virt, mp->phys);
dea31012005-04-17 16:05:31 -05001670lpfc_handle_latt_free_mp:
1671 kfree(mp);
1672lpfc_handle_latt_free_pmb:
James Smart1dcb58e2007-04-25 09:51:30 -04001673 mempool_free(pmb, phba->mbox_mem_pool);
dea31012005-04-17 16:05:31 -05001674lpfc_handle_latt_err_exit:
1675 /* Enable Link attention interrupts */
James Smart2e0fef82007-06-17 19:56:36 -05001676 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001677 psli->sli_flag |= LPFC_PROCESS_LA;
1678 control = readl(phba->HCregaddr);
1679 control |= HC_LAINT_ENA;
1680 writel(control, phba->HCregaddr);
1681 readl(phba->HCregaddr); /* flush */
1682
1683 /* Clear Link Attention in HA REG */
1684 writel(HA_LATT, phba->HAregaddr);
1685 readl(phba->HAregaddr); /* flush */
James Smart2e0fef82007-06-17 19:56:36 -05001686 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05001687 lpfc_linkdown(phba);
James Smart2e0fef82007-06-17 19:56:36 -05001688 phba->link_state = LPFC_HBA_ERROR;
dea31012005-04-17 16:05:31 -05001689
James Smart09372822008-01-11 01:52:54 -05001690 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX,
1691 "0300 LATT: Cannot issue READ_LA: Data:%d\n", rc);
dea31012005-04-17 16:05:31 -05001692
1693 return;
1694}
1695
James Smarte59058c2008-08-24 21:49:00 -04001696/**
James Smart3621a712009-04-06 18:47:14 -04001697 * lpfc_parse_vpd - Parse VPD (Vital Product Data)
James Smarte59058c2008-08-24 21:49:00 -04001698 * @phba: pointer to lpfc hba data structure.
1699 * @vpd: pointer to the vital product data.
1700 * @len: length of the vital product data in bytes.
1701 *
1702 * This routine parses the Vital Product Data (VPD). The VPD is treated as
1703 * an array of characters. In this routine, the ModelName, ProgramType, and
1704 * ModelDesc, etc. fields of the phba data structure will be populated.
1705 *
1706 * Return codes
1707 * 0 - pointer to the VPD passed in is NULL
1708 * 1 - success
1709 **/
James Smart3772a992009-05-22 14:50:54 -04001710int
James Smart2e0fef82007-06-17 19:56:36 -05001711lpfc_parse_vpd(struct lpfc_hba *phba, uint8_t *vpd, int len)
dea31012005-04-17 16:05:31 -05001712{
1713 uint8_t lenlo, lenhi;
Anton Blanchard07da60c2007-03-21 08:41:47 -05001714 int Length;
dea31012005-04-17 16:05:31 -05001715 int i, j;
1716 int finished = 0;
1717 int index = 0;
1718
1719 if (!vpd)
1720 return 0;
1721
1722 /* Vital Product */
James Smarted957682007-06-17 19:56:37 -05001723 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04001724 "0455 Vital Product Data: x%x x%x x%x x%x\n",
dea31012005-04-17 16:05:31 -05001725 (uint32_t) vpd[0], (uint32_t) vpd[1], (uint32_t) vpd[2],
1726 (uint32_t) vpd[3]);
Jamie Wellnitz74b72a52006-02-28 22:33:04 -05001727 while (!finished && (index < (len - 4))) {
dea31012005-04-17 16:05:31 -05001728 switch (vpd[index]) {
1729 case 0x82:
Jamie Wellnitz74b72a52006-02-28 22:33:04 -05001730 case 0x91:
dea31012005-04-17 16:05:31 -05001731 index += 1;
1732 lenlo = vpd[index];
1733 index += 1;
1734 lenhi = vpd[index];
1735 index += 1;
1736 i = ((((unsigned short)lenhi) << 8) + lenlo);
1737 index += i;
1738 break;
1739 case 0x90:
1740 index += 1;
1741 lenlo = vpd[index];
1742 index += 1;
1743 lenhi = vpd[index];
1744 index += 1;
1745 Length = ((((unsigned short)lenhi) << 8) + lenlo);
Jamie Wellnitz74b72a52006-02-28 22:33:04 -05001746 if (Length > len - index)
1747 Length = len - index;
dea31012005-04-17 16:05:31 -05001748 while (Length > 0) {
1749 /* Look for Serial Number */
1750 if ((vpd[index] == 'S') && (vpd[index+1] == 'N')) {
1751 index += 2;
1752 i = vpd[index];
1753 index += 1;
1754 j = 0;
1755 Length -= (3+i);
1756 while(i--) {
1757 phba->SerialNumber[j++] = vpd[index++];
1758 if (j == 31)
1759 break;
1760 }
1761 phba->SerialNumber[j] = 0;
1762 continue;
1763 }
1764 else if ((vpd[index] == 'V') && (vpd[index+1] == '1')) {
1765 phba->vpd_flag |= VPD_MODEL_DESC;
1766 index += 2;
1767 i = vpd[index];
1768 index += 1;
1769 j = 0;
1770 Length -= (3+i);
1771 while(i--) {
1772 phba->ModelDesc[j++] = vpd[index++];
1773 if (j == 255)
1774 break;
1775 }
1776 phba->ModelDesc[j] = 0;
1777 continue;
1778 }
1779 else if ((vpd[index] == 'V') && (vpd[index+1] == '2')) {
1780 phba->vpd_flag |= VPD_MODEL_NAME;
1781 index += 2;
1782 i = vpd[index];
1783 index += 1;
1784 j = 0;
1785 Length -= (3+i);
1786 while(i--) {
1787 phba->ModelName[j++] = vpd[index++];
1788 if (j == 79)
1789 break;
1790 }
1791 phba->ModelName[j] = 0;
1792 continue;
1793 }
1794 else if ((vpd[index] == 'V') && (vpd[index+1] == '3')) {
1795 phba->vpd_flag |= VPD_PROGRAM_TYPE;
1796 index += 2;
1797 i = vpd[index];
1798 index += 1;
1799 j = 0;
1800 Length -= (3+i);
1801 while(i--) {
1802 phba->ProgramType[j++] = vpd[index++];
1803 if (j == 255)
1804 break;
1805 }
1806 phba->ProgramType[j] = 0;
1807 continue;
1808 }
1809 else if ((vpd[index] == 'V') && (vpd[index+1] == '4')) {
1810 phba->vpd_flag |= VPD_PORT;
1811 index += 2;
1812 i = vpd[index];
1813 index += 1;
1814 j = 0;
1815 Length -= (3+i);
1816 while(i--) {
James Smartcd1c8302011-10-10 21:33:25 -04001817 if ((phba->sli_rev == LPFC_SLI_REV4) &&
1818 (phba->sli4_hba.pport_name_sta ==
1819 LPFC_SLI4_PPNAME_GET)) {
1820 j++;
1821 index++;
1822 } else
1823 phba->Port[j++] = vpd[index++];
1824 if (j == 19)
1825 break;
dea31012005-04-17 16:05:31 -05001826 }
James Smartcd1c8302011-10-10 21:33:25 -04001827 if ((phba->sli_rev != LPFC_SLI_REV4) ||
1828 (phba->sli4_hba.pport_name_sta ==
1829 LPFC_SLI4_PPNAME_NON))
1830 phba->Port[j] = 0;
dea31012005-04-17 16:05:31 -05001831 continue;
1832 }
1833 else {
1834 index += 2;
1835 i = vpd[index];
1836 index += 1;
1837 index += i;
1838 Length -= (3 + i);
1839 }
1840 }
1841 finished = 0;
1842 break;
1843 case 0x78:
1844 finished = 1;
1845 break;
1846 default:
1847 index ++;
1848 break;
1849 }
Jamie Wellnitz74b72a52006-02-28 22:33:04 -05001850 }
dea31012005-04-17 16:05:31 -05001851
1852 return(1);
1853}
1854
James Smarte59058c2008-08-24 21:49:00 -04001855/**
James Smart3621a712009-04-06 18:47:14 -04001856 * lpfc_get_hba_model_desc - Retrieve HBA device model name and description
James Smarte59058c2008-08-24 21:49:00 -04001857 * @phba: pointer to lpfc hba data structure.
1858 * @mdp: pointer to the data structure to hold the derived model name.
1859 * @descp: pointer to the data structure to hold the derived description.
1860 *
1861 * This routine retrieves HBA's description based on its registered PCI device
1862 * ID. The @descp passed into this function points to an array of 256 chars. It
1863 * shall be returned with the model name, maximum speed, and the host bus type.
1864 * The @mdp passed into this function points to an array of 80 chars. When the
1865 * function returns, the @mdp will be filled with the model name.
1866 **/
dea31012005-04-17 16:05:31 -05001867static void
James Smart2e0fef82007-06-17 19:56:36 -05001868lpfc_get_hba_model_desc(struct lpfc_hba *phba, uint8_t *mdp, uint8_t *descp)
dea31012005-04-17 16:05:31 -05001869{
1870 lpfc_vpd_t *vp;
James.Smart@Emulex.Comfefcb2b2005-11-28 15:08:56 -05001871 uint16_t dev_id = phba->pcidev->device;
Jamie Wellnitz74b72a52006-02-28 22:33:04 -05001872 int max_speed;
James Smart84774a42008-08-24 21:50:06 -04001873 int GE = 0;
James Smartda0436e2009-05-22 14:51:39 -04001874 int oneConnect = 0; /* default is not a oneConnect */
Jamie Wellnitz74b72a52006-02-28 22:33:04 -05001875 struct {
James Smarta747c9c2009-11-18 15:41:10 -05001876 char *name;
1877 char *bus;
1878 char *function;
1879 } m = {"<Unknown>", "", ""};
Jamie Wellnitz74b72a52006-02-28 22:33:04 -05001880
1881 if (mdp && mdp[0] != '\0'
1882 && descp && descp[0] != '\0')
1883 return;
1884
James Smartc0c11512011-05-24 11:41:34 -04001885 if (phba->lmt & LMT_16Gb)
1886 max_speed = 16;
1887 else if (phba->lmt & LMT_10Gb)
Jamie Wellnitz74b72a52006-02-28 22:33:04 -05001888 max_speed = 10;
1889 else if (phba->lmt & LMT_8Gb)
1890 max_speed = 8;
1891 else if (phba->lmt & LMT_4Gb)
1892 max_speed = 4;
1893 else if (phba->lmt & LMT_2Gb)
1894 max_speed = 2;
James Smart4169d862012-09-29 11:32:09 -04001895 else if (phba->lmt & LMT_1Gb)
Jamie Wellnitz74b72a52006-02-28 22:33:04 -05001896 max_speed = 1;
James Smart4169d862012-09-29 11:32:09 -04001897 else
1898 max_speed = 0;
dea31012005-04-17 16:05:31 -05001899
1900 vp = &phba->vpd;
dea31012005-04-17 16:05:31 -05001901
James.Smart@Emulex.Come4adb202005-11-28 11:42:12 -05001902 switch (dev_id) {
James.Smart@Emulex.Com06325e72005-06-25 10:34:22 -04001903 case PCI_DEVICE_ID_FIREFLY:
James Smarta747c9c2009-11-18 15:41:10 -05001904 m = (typeof(m)){"LP6000", "PCI", "Fibre Channel Adapter"};
James.Smart@Emulex.Com06325e72005-06-25 10:34:22 -04001905 break;
dea31012005-04-17 16:05:31 -05001906 case PCI_DEVICE_ID_SUPERFLY:
1907 if (vp->rev.biuRev >= 1 && vp->rev.biuRev <= 3)
James Smarta747c9c2009-11-18 15:41:10 -05001908 m = (typeof(m)){"LP7000", "PCI",
1909 "Fibre Channel Adapter"};
dea31012005-04-17 16:05:31 -05001910 else
James Smarta747c9c2009-11-18 15:41:10 -05001911 m = (typeof(m)){"LP7000E", "PCI",
1912 "Fibre Channel Adapter"};
dea31012005-04-17 16:05:31 -05001913 break;
1914 case PCI_DEVICE_ID_DRAGONFLY:
James Smarta747c9c2009-11-18 15:41:10 -05001915 m = (typeof(m)){"LP8000", "PCI",
1916 "Fibre Channel Adapter"};
dea31012005-04-17 16:05:31 -05001917 break;
1918 case PCI_DEVICE_ID_CENTAUR:
1919 if (FC_JEDEC_ID(vp->rev.biuRev) == CENTAUR_2G_JEDEC_ID)
James Smarta747c9c2009-11-18 15:41:10 -05001920 m = (typeof(m)){"LP9002", "PCI",
1921 "Fibre Channel Adapter"};
dea31012005-04-17 16:05:31 -05001922 else
James Smarta747c9c2009-11-18 15:41:10 -05001923 m = (typeof(m)){"LP9000", "PCI",
1924 "Fibre Channel Adapter"};
dea31012005-04-17 16:05:31 -05001925 break;
1926 case PCI_DEVICE_ID_RFLY:
James Smarta747c9c2009-11-18 15:41:10 -05001927 m = (typeof(m)){"LP952", "PCI",
1928 "Fibre Channel Adapter"};
dea31012005-04-17 16:05:31 -05001929 break;
1930 case PCI_DEVICE_ID_PEGASUS:
James Smarta747c9c2009-11-18 15:41:10 -05001931 m = (typeof(m)){"LP9802", "PCI-X",
1932 "Fibre Channel Adapter"};
dea31012005-04-17 16:05:31 -05001933 break;
1934 case PCI_DEVICE_ID_THOR:
James Smarta747c9c2009-11-18 15:41:10 -05001935 m = (typeof(m)){"LP10000", "PCI-X",
1936 "Fibre Channel Adapter"};
dea31012005-04-17 16:05:31 -05001937 break;
1938 case PCI_DEVICE_ID_VIPER:
James Smarta747c9c2009-11-18 15:41:10 -05001939 m = (typeof(m)){"LPX1000", "PCI-X",
1940 "Fibre Channel Adapter"};
dea31012005-04-17 16:05:31 -05001941 break;
1942 case PCI_DEVICE_ID_PFLY:
James Smarta747c9c2009-11-18 15:41:10 -05001943 m = (typeof(m)){"LP982", "PCI-X",
1944 "Fibre Channel Adapter"};
dea31012005-04-17 16:05:31 -05001945 break;
1946 case PCI_DEVICE_ID_TFLY:
James Smarta747c9c2009-11-18 15:41:10 -05001947 m = (typeof(m)){"LP1050", "PCI-X",
1948 "Fibre Channel Adapter"};
dea31012005-04-17 16:05:31 -05001949 break;
1950 case PCI_DEVICE_ID_HELIOS:
James Smarta747c9c2009-11-18 15:41:10 -05001951 m = (typeof(m)){"LP11000", "PCI-X2",
1952 "Fibre Channel Adapter"};
dea31012005-04-17 16:05:31 -05001953 break;
James.Smart@Emulex.Come4adb202005-11-28 11:42:12 -05001954 case PCI_DEVICE_ID_HELIOS_SCSP:
James Smarta747c9c2009-11-18 15:41:10 -05001955 m = (typeof(m)){"LP11000-SP", "PCI-X2",
1956 "Fibre Channel Adapter"};
James.Smart@Emulex.Come4adb202005-11-28 11:42:12 -05001957 break;
1958 case PCI_DEVICE_ID_HELIOS_DCSP:
James Smarta747c9c2009-11-18 15:41:10 -05001959 m = (typeof(m)){"LP11002-SP", "PCI-X2",
1960 "Fibre Channel Adapter"};
James.Smart@Emulex.Come4adb202005-11-28 11:42:12 -05001961 break;
1962 case PCI_DEVICE_ID_NEPTUNE:
James Smarta747c9c2009-11-18 15:41:10 -05001963 m = (typeof(m)){"LPe1000", "PCIe", "Fibre Channel Adapter"};
James.Smart@Emulex.Come4adb202005-11-28 11:42:12 -05001964 break;
1965 case PCI_DEVICE_ID_NEPTUNE_SCSP:
James Smarta747c9c2009-11-18 15:41:10 -05001966 m = (typeof(m)){"LPe1000-SP", "PCIe", "Fibre Channel Adapter"};
James.Smart@Emulex.Come4adb202005-11-28 11:42:12 -05001967 break;
1968 case PCI_DEVICE_ID_NEPTUNE_DCSP:
James Smarta747c9c2009-11-18 15:41:10 -05001969 m = (typeof(m)){"LPe1002-SP", "PCIe", "Fibre Channel Adapter"};
James.Smart@Emulex.Come4adb202005-11-28 11:42:12 -05001970 break;
dea31012005-04-17 16:05:31 -05001971 case PCI_DEVICE_ID_BMID:
James Smarta747c9c2009-11-18 15:41:10 -05001972 m = (typeof(m)){"LP1150", "PCI-X2", "Fibre Channel Adapter"};
dea31012005-04-17 16:05:31 -05001973 break;
1974 case PCI_DEVICE_ID_BSMB:
James Smarta747c9c2009-11-18 15:41:10 -05001975 m = (typeof(m)){"LP111", "PCI-X2", "Fibre Channel Adapter"};
dea31012005-04-17 16:05:31 -05001976 break;
1977 case PCI_DEVICE_ID_ZEPHYR:
James Smarta747c9c2009-11-18 15:41:10 -05001978 m = (typeof(m)){"LPe11000", "PCIe", "Fibre Channel Adapter"};
dea31012005-04-17 16:05:31 -05001979 break;
James.Smart@Emulex.Come4adb202005-11-28 11:42:12 -05001980 case PCI_DEVICE_ID_ZEPHYR_SCSP:
James Smarta747c9c2009-11-18 15:41:10 -05001981 m = (typeof(m)){"LPe11000", "PCIe", "Fibre Channel Adapter"};
James.Smart@Emulex.Come4adb202005-11-28 11:42:12 -05001982 break;
1983 case PCI_DEVICE_ID_ZEPHYR_DCSP:
James Smarta747c9c2009-11-18 15:41:10 -05001984 m = (typeof(m)){"LP2105", "PCIe", "FCoE Adapter"};
James Smarta257bf92009-04-06 18:48:10 -04001985 GE = 1;
James.Smart@Emulex.Come4adb202005-11-28 11:42:12 -05001986 break;
dea31012005-04-17 16:05:31 -05001987 case PCI_DEVICE_ID_ZMID:
James Smarta747c9c2009-11-18 15:41:10 -05001988 m = (typeof(m)){"LPe1150", "PCIe", "Fibre Channel Adapter"};
dea31012005-04-17 16:05:31 -05001989 break;
1990 case PCI_DEVICE_ID_ZSMB:
James Smarta747c9c2009-11-18 15:41:10 -05001991 m = (typeof(m)){"LPe111", "PCIe", "Fibre Channel Adapter"};
dea31012005-04-17 16:05:31 -05001992 break;
1993 case PCI_DEVICE_ID_LP101:
James Smarta747c9c2009-11-18 15:41:10 -05001994 m = (typeof(m)){"LP101", "PCI-X", "Fibre Channel Adapter"};
dea31012005-04-17 16:05:31 -05001995 break;
1996 case PCI_DEVICE_ID_LP10000S:
James Smarta747c9c2009-11-18 15:41:10 -05001997 m = (typeof(m)){"LP10000-S", "PCI", "Fibre Channel Adapter"};
James.Smart@Emulex.Com06325e72005-06-25 10:34:22 -04001998 break;
James.Smart@Emulex.Come4adb202005-11-28 11:42:12 -05001999 case PCI_DEVICE_ID_LP11000S:
James Smarta747c9c2009-11-18 15:41:10 -05002000 m = (typeof(m)){"LP11000-S", "PCI-X2", "Fibre Channel Adapter"};
James Smart18a3b592006-12-02 13:35:08 -05002001 break;
James.Smart@Emulex.Come4adb202005-11-28 11:42:12 -05002002 case PCI_DEVICE_ID_LPE11000S:
James Smarta747c9c2009-11-18 15:41:10 -05002003 m = (typeof(m)){"LPe11000-S", "PCIe", "Fibre Channel Adapter"};
James.Smart@Emulex.Com5cc36b32005-11-28 11:42:19 -05002004 break;
James Smartb87eab32007-04-25 09:53:28 -04002005 case PCI_DEVICE_ID_SAT:
James Smarta747c9c2009-11-18 15:41:10 -05002006 m = (typeof(m)){"LPe12000", "PCIe", "Fibre Channel Adapter"};
James Smartb87eab32007-04-25 09:53:28 -04002007 break;
2008 case PCI_DEVICE_ID_SAT_MID:
James Smarta747c9c2009-11-18 15:41:10 -05002009 m = (typeof(m)){"LPe1250", "PCIe", "Fibre Channel Adapter"};
James Smartb87eab32007-04-25 09:53:28 -04002010 break;
2011 case PCI_DEVICE_ID_SAT_SMB:
James Smarta747c9c2009-11-18 15:41:10 -05002012 m = (typeof(m)){"LPe121", "PCIe", "Fibre Channel Adapter"};
James Smartb87eab32007-04-25 09:53:28 -04002013 break;
2014 case PCI_DEVICE_ID_SAT_DCSP:
James Smarta747c9c2009-11-18 15:41:10 -05002015 m = (typeof(m)){"LPe12002-SP", "PCIe", "Fibre Channel Adapter"};
James Smartb87eab32007-04-25 09:53:28 -04002016 break;
2017 case PCI_DEVICE_ID_SAT_SCSP:
James Smarta747c9c2009-11-18 15:41:10 -05002018 m = (typeof(m)){"LPe12000-SP", "PCIe", "Fibre Channel Adapter"};
James Smartb87eab32007-04-25 09:53:28 -04002019 break;
2020 case PCI_DEVICE_ID_SAT_S:
James Smarta747c9c2009-11-18 15:41:10 -05002021 m = (typeof(m)){"LPe12000-S", "PCIe", "Fibre Channel Adapter"};
James Smartb87eab32007-04-25 09:53:28 -04002022 break;
James Smart84774a42008-08-24 21:50:06 -04002023 case PCI_DEVICE_ID_HORNET:
James Smarta747c9c2009-11-18 15:41:10 -05002024 m = (typeof(m)){"LP21000", "PCIe", "FCoE Adapter"};
James Smart84774a42008-08-24 21:50:06 -04002025 GE = 1;
2026 break;
2027 case PCI_DEVICE_ID_PROTEUS_VF:
James Smarta747c9c2009-11-18 15:41:10 -05002028 m = (typeof(m)){"LPev12000", "PCIe IOV",
2029 "Fibre Channel Adapter"};
James Smart84774a42008-08-24 21:50:06 -04002030 break;
2031 case PCI_DEVICE_ID_PROTEUS_PF:
James Smarta747c9c2009-11-18 15:41:10 -05002032 m = (typeof(m)){"LPev12000", "PCIe IOV",
2033 "Fibre Channel Adapter"};
James Smart84774a42008-08-24 21:50:06 -04002034 break;
2035 case PCI_DEVICE_ID_PROTEUS_S:
James Smarta747c9c2009-11-18 15:41:10 -05002036 m = (typeof(m)){"LPemv12002-S", "PCIe IOV",
2037 "Fibre Channel Adapter"};
James Smart84774a42008-08-24 21:50:06 -04002038 break;
James Smartda0436e2009-05-22 14:51:39 -04002039 case PCI_DEVICE_ID_TIGERSHARK:
2040 oneConnect = 1;
James Smarta747c9c2009-11-18 15:41:10 -05002041 m = (typeof(m)){"OCe10100", "PCIe", "FCoE"};
James Smartda0436e2009-05-22 14:51:39 -04002042 break;
James Smarta747c9c2009-11-18 15:41:10 -05002043 case PCI_DEVICE_ID_TOMCAT:
James Smart6669f9b2009-10-02 15:16:45 -04002044 oneConnect = 1;
James Smarta747c9c2009-11-18 15:41:10 -05002045 m = (typeof(m)){"OCe11100", "PCIe", "FCoE"};
2046 break;
2047 case PCI_DEVICE_ID_FALCON:
2048 m = (typeof(m)){"LPSe12002-ML1-E", "PCIe",
2049 "EmulexSecure Fibre"};
James Smart6669f9b2009-10-02 15:16:45 -04002050 break;
James Smart98fc5dd2010-06-07 15:24:29 -04002051 case PCI_DEVICE_ID_BALIUS:
2052 m = (typeof(m)){"LPVe12002", "PCIe Shared I/O",
2053 "Fibre Channel Adapter"};
2054 break;
James Smart085c6472010-11-20 23:11:37 -05002055 case PCI_DEVICE_ID_LANCER_FC:
James Smartc0c11512011-05-24 11:41:34 -04002056 case PCI_DEVICE_ID_LANCER_FC_VF:
2057 m = (typeof(m)){"LPe16000", "PCIe", "Fibre Channel Adapter"};
James Smart085c6472010-11-20 23:11:37 -05002058 break;
2059 case PCI_DEVICE_ID_LANCER_FCOE:
James Smartc0c11512011-05-24 11:41:34 -04002060 case PCI_DEVICE_ID_LANCER_FCOE_VF:
James Smart085c6472010-11-20 23:11:37 -05002061 oneConnect = 1;
James Smart079b5c92011-08-21 21:48:49 -04002062 m = (typeof(m)){"OCe15100", "PCIe", "FCoE"};
James Smart085c6472010-11-20 23:11:37 -05002063 break;
James Smartf8cafd32012-08-03 12:42:51 -04002064 case PCI_DEVICE_ID_SKYHAWK:
2065 case PCI_DEVICE_ID_SKYHAWK_VF:
2066 oneConnect = 1;
2067 m = (typeof(m)){"OCe14000", "PCIe", "FCoE"};
2068 break;
James.Smart@Emulex.Com5cc36b32005-11-28 11:42:19 -05002069 default:
James Smarta747c9c2009-11-18 15:41:10 -05002070 m = (typeof(m)){"Unknown", "", ""};
James.Smart@Emulex.Come4adb202005-11-28 11:42:12 -05002071 break;
dea31012005-04-17 16:05:31 -05002072 }
Jamie Wellnitz74b72a52006-02-28 22:33:04 -05002073
2074 if (mdp && mdp[0] == '\0')
2075 snprintf(mdp, 79,"%s", m.name);
James Smartc0c11512011-05-24 11:41:34 -04002076 /*
2077 * oneConnect hba requires special processing, they are all initiators
James Smartda0436e2009-05-22 14:51:39 -04002078 * and we put the port number on the end
2079 */
2080 if (descp && descp[0] == '\0') {
2081 if (oneConnect)
2082 snprintf(descp, 255,
James Smart4169d862012-09-29 11:32:09 -04002083 "Emulex OneConnect %s, %s Initiator %s",
James Smarta747c9c2009-11-18 15:41:10 -05002084 m.name, m.function,
James Smartda0436e2009-05-22 14:51:39 -04002085 phba->Port);
James Smart4169d862012-09-29 11:32:09 -04002086 else if (max_speed == 0)
2087 snprintf(descp, 255,
2088 "Emulex %s %s %s ",
2089 m.name, m.bus, m.function);
James Smartda0436e2009-05-22 14:51:39 -04002090 else
2091 snprintf(descp, 255,
2092 "Emulex %s %d%s %s %s",
James Smarta747c9c2009-11-18 15:41:10 -05002093 m.name, max_speed, (GE) ? "GE" : "Gb",
2094 m.bus, m.function);
James Smartda0436e2009-05-22 14:51:39 -04002095 }
dea31012005-04-17 16:05:31 -05002096}
2097
James Smarte59058c2008-08-24 21:49:00 -04002098/**
James Smart3621a712009-04-06 18:47:14 -04002099 * lpfc_post_buffer - Post IOCB(s) with DMA buffer descriptor(s) to a IOCB ring
James Smarte59058c2008-08-24 21:49:00 -04002100 * @phba: pointer to lpfc hba data structure.
2101 * @pring: pointer to a IOCB ring.
2102 * @cnt: the number of IOCBs to be posted to the IOCB ring.
2103 *
2104 * This routine posts a given number of IOCBs with the associated DMA buffer
2105 * descriptors specified by the cnt argument to the given IOCB ring.
2106 *
2107 * Return codes
2108 * The number of IOCBs NOT able to be posted to the IOCB ring.
2109 **/
dea31012005-04-17 16:05:31 -05002110int
James Smart495a7142008-06-14 22:52:59 -04002111lpfc_post_buffer(struct lpfc_hba *phba, struct lpfc_sli_ring *pring, int cnt)
dea31012005-04-17 16:05:31 -05002112{
2113 IOCB_t *icmd;
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04002114 struct lpfc_iocbq *iocb;
dea31012005-04-17 16:05:31 -05002115 struct lpfc_dmabuf *mp1, *mp2;
2116
2117 cnt += pring->missbufcnt;
2118
2119 /* While there are buffers to post */
2120 while (cnt > 0) {
2121 /* Allocate buffer for command iocb */
James.Smart@Emulex.Com0bd4ca22005-10-28 20:30:02 -04002122 iocb = lpfc_sli_get_iocbq(phba);
dea31012005-04-17 16:05:31 -05002123 if (iocb == NULL) {
2124 pring->missbufcnt = cnt;
2125 return cnt;
2126 }
dea31012005-04-17 16:05:31 -05002127 icmd = &iocb->iocb;
2128
2129 /* 2 buffers can be posted per command */
2130 /* Allocate buffer to post */
2131 mp1 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL);
2132 if (mp1)
James Smart98c9ea52007-10-27 13:37:33 -04002133 mp1->virt = lpfc_mbuf_alloc(phba, MEM_PRI, &mp1->phys);
2134 if (!mp1 || !mp1->virt) {
Jesper Juhlc9475cb2005-11-07 01:01:26 -08002135 kfree(mp1);
James Bottomley604a3e32005-10-29 10:28:33 -05002136 lpfc_sli_release_iocbq(phba, iocb);
dea31012005-04-17 16:05:31 -05002137 pring->missbufcnt = cnt;
2138 return cnt;
2139 }
2140
2141 INIT_LIST_HEAD(&mp1->list);
2142 /* Allocate buffer to post */
2143 if (cnt > 1) {
2144 mp2 = kmalloc(sizeof (struct lpfc_dmabuf), GFP_KERNEL);
2145 if (mp2)
2146 mp2->virt = lpfc_mbuf_alloc(phba, MEM_PRI,
2147 &mp2->phys);
James Smart98c9ea52007-10-27 13:37:33 -04002148 if (!mp2 || !mp2->virt) {
Jesper Juhlc9475cb2005-11-07 01:01:26 -08002149 kfree(mp2);
dea31012005-04-17 16:05:31 -05002150 lpfc_mbuf_free(phba, mp1->virt, mp1->phys);
2151 kfree(mp1);
James Bottomley604a3e32005-10-29 10:28:33 -05002152 lpfc_sli_release_iocbq(phba, iocb);
dea31012005-04-17 16:05:31 -05002153 pring->missbufcnt = cnt;
2154 return cnt;
2155 }
2156
2157 INIT_LIST_HEAD(&mp2->list);
2158 } else {
2159 mp2 = NULL;
2160 }
2161
2162 icmd->un.cont64[0].addrHigh = putPaddrHigh(mp1->phys);
2163 icmd->un.cont64[0].addrLow = putPaddrLow(mp1->phys);
2164 icmd->un.cont64[0].tus.f.bdeSize = FCELSSIZE;
2165 icmd->ulpBdeCount = 1;
2166 cnt--;
2167 if (mp2) {
2168 icmd->un.cont64[1].addrHigh = putPaddrHigh(mp2->phys);
2169 icmd->un.cont64[1].addrLow = putPaddrLow(mp2->phys);
2170 icmd->un.cont64[1].tus.f.bdeSize = FCELSSIZE;
2171 cnt--;
2172 icmd->ulpBdeCount = 2;
2173 }
2174
2175 icmd->ulpCommand = CMD_QUE_RING_BUF64_CN;
2176 icmd->ulpLe = 1;
2177
James Smart3772a992009-05-22 14:50:54 -04002178 if (lpfc_sli_issue_iocb(phba, pring->ringno, iocb, 0) ==
2179 IOCB_ERROR) {
dea31012005-04-17 16:05:31 -05002180 lpfc_mbuf_free(phba, mp1->virt, mp1->phys);
2181 kfree(mp1);
2182 cnt++;
2183 if (mp2) {
2184 lpfc_mbuf_free(phba, mp2->virt, mp2->phys);
2185 kfree(mp2);
2186 cnt++;
2187 }
James Bottomley604a3e32005-10-29 10:28:33 -05002188 lpfc_sli_release_iocbq(phba, iocb);
dea31012005-04-17 16:05:31 -05002189 pring->missbufcnt = cnt;
dea31012005-04-17 16:05:31 -05002190 return cnt;
2191 }
dea31012005-04-17 16:05:31 -05002192 lpfc_sli_ringpostbuf_put(phba, pring, mp1);
James Smart92d7f7b2007-06-17 19:56:38 -05002193 if (mp2)
dea31012005-04-17 16:05:31 -05002194 lpfc_sli_ringpostbuf_put(phba, pring, mp2);
dea31012005-04-17 16:05:31 -05002195 }
2196 pring->missbufcnt = 0;
2197 return 0;
2198}
2199
James Smarte59058c2008-08-24 21:49:00 -04002200/**
James Smart3621a712009-04-06 18:47:14 -04002201 * lpfc_post_rcv_buf - Post the initial receive IOCB buffers to ELS ring
James Smarte59058c2008-08-24 21:49:00 -04002202 * @phba: pointer to lpfc hba data structure.
2203 *
2204 * This routine posts initial receive IOCB buffers to the ELS ring. The
2205 * current number of initial IOCB buffers specified by LPFC_BUF_RING0 is
2206 * set to 64 IOCBs.
2207 *
2208 * Return codes
2209 * 0 - success (currently always success)
2210 **/
dea31012005-04-17 16:05:31 -05002211static int
James Smart2e0fef82007-06-17 19:56:36 -05002212lpfc_post_rcv_buf(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05002213{
2214 struct lpfc_sli *psli = &phba->sli;
2215
2216 /* Ring 0, ELS / CT buffers */
James Smart495a7142008-06-14 22:52:59 -04002217 lpfc_post_buffer(phba, &psli->ring[LPFC_ELS_RING], LPFC_BUF_RING0);
dea31012005-04-17 16:05:31 -05002218 /* Ring 2 - FCP no buffers needed */
2219
2220 return 0;
2221}
2222
2223#define S(N,V) (((V)<<(N))|((V)>>(32-(N))))
2224
James Smarte59058c2008-08-24 21:49:00 -04002225/**
James Smart3621a712009-04-06 18:47:14 -04002226 * lpfc_sha_init - Set up initial array of hash table entries
James Smarte59058c2008-08-24 21:49:00 -04002227 * @HashResultPointer: pointer to an array as hash table.
2228 *
2229 * This routine sets up the initial values to the array of hash table entries
2230 * for the LC HBAs.
2231 **/
dea31012005-04-17 16:05:31 -05002232static void
2233lpfc_sha_init(uint32_t * HashResultPointer)
2234{
2235 HashResultPointer[0] = 0x67452301;
2236 HashResultPointer[1] = 0xEFCDAB89;
2237 HashResultPointer[2] = 0x98BADCFE;
2238 HashResultPointer[3] = 0x10325476;
2239 HashResultPointer[4] = 0xC3D2E1F0;
2240}
2241
James Smarte59058c2008-08-24 21:49:00 -04002242/**
James Smart3621a712009-04-06 18:47:14 -04002243 * lpfc_sha_iterate - Iterate initial hash table with the working hash table
James Smarte59058c2008-08-24 21:49:00 -04002244 * @HashResultPointer: pointer to an initial/result hash table.
2245 * @HashWorkingPointer: pointer to an working hash table.
2246 *
2247 * This routine iterates an initial hash table pointed by @HashResultPointer
2248 * with the values from the working hash table pointeed by @HashWorkingPointer.
2249 * The results are putting back to the initial hash table, returned through
2250 * the @HashResultPointer as the result hash table.
2251 **/
dea31012005-04-17 16:05:31 -05002252static void
2253lpfc_sha_iterate(uint32_t * HashResultPointer, uint32_t * HashWorkingPointer)
2254{
2255 int t;
2256 uint32_t TEMP;
2257 uint32_t A, B, C, D, E;
2258 t = 16;
2259 do {
2260 HashWorkingPointer[t] =
2261 S(1,
2262 HashWorkingPointer[t - 3] ^ HashWorkingPointer[t -
2263 8] ^
2264 HashWorkingPointer[t - 14] ^ HashWorkingPointer[t - 16]);
2265 } while (++t <= 79);
2266 t = 0;
2267 A = HashResultPointer[0];
2268 B = HashResultPointer[1];
2269 C = HashResultPointer[2];
2270 D = HashResultPointer[3];
2271 E = HashResultPointer[4];
2272
2273 do {
2274 if (t < 20) {
2275 TEMP = ((B & C) | ((~B) & D)) + 0x5A827999;
2276 } else if (t < 40) {
2277 TEMP = (B ^ C ^ D) + 0x6ED9EBA1;
2278 } else if (t < 60) {
2279 TEMP = ((B & C) | (B & D) | (C & D)) + 0x8F1BBCDC;
2280 } else {
2281 TEMP = (B ^ C ^ D) + 0xCA62C1D6;
2282 }
2283 TEMP += S(5, A) + E + HashWorkingPointer[t];
2284 E = D;
2285 D = C;
2286 C = S(30, B);
2287 B = A;
2288 A = TEMP;
2289 } while (++t <= 79);
2290
2291 HashResultPointer[0] += A;
2292 HashResultPointer[1] += B;
2293 HashResultPointer[2] += C;
2294 HashResultPointer[3] += D;
2295 HashResultPointer[4] += E;
2296
2297}
2298
James Smarte59058c2008-08-24 21:49:00 -04002299/**
James Smart3621a712009-04-06 18:47:14 -04002300 * lpfc_challenge_key - Create challenge key based on WWPN of the HBA
James Smarte59058c2008-08-24 21:49:00 -04002301 * @RandomChallenge: pointer to the entry of host challenge random number array.
2302 * @HashWorking: pointer to the entry of the working hash array.
2303 *
2304 * This routine calculates the working hash array referred by @HashWorking
2305 * from the challenge random numbers associated with the host, referred by
2306 * @RandomChallenge. The result is put into the entry of the working hash
2307 * array and returned by reference through @HashWorking.
2308 **/
dea31012005-04-17 16:05:31 -05002309static void
2310lpfc_challenge_key(uint32_t * RandomChallenge, uint32_t * HashWorking)
2311{
2312 *HashWorking = (*RandomChallenge ^ *HashWorking);
2313}
2314
James Smarte59058c2008-08-24 21:49:00 -04002315/**
James Smart3621a712009-04-06 18:47:14 -04002316 * lpfc_hba_init - Perform special handling for LC HBA initialization
James Smarte59058c2008-08-24 21:49:00 -04002317 * @phba: pointer to lpfc hba data structure.
2318 * @hbainit: pointer to an array of unsigned 32-bit integers.
2319 *
2320 * This routine performs the special handling for LC HBA initialization.
2321 **/
dea31012005-04-17 16:05:31 -05002322void
2323lpfc_hba_init(struct lpfc_hba *phba, uint32_t *hbainit)
2324{
2325 int t;
2326 uint32_t *HashWorking;
James Smart2e0fef82007-06-17 19:56:36 -05002327 uint32_t *pwwnn = (uint32_t *) phba->wwnn;
dea31012005-04-17 16:05:31 -05002328
Mariusz Kozlowskibbfbbbc2007-08-11 10:13:24 +02002329 HashWorking = kcalloc(80, sizeof(uint32_t), GFP_KERNEL);
dea31012005-04-17 16:05:31 -05002330 if (!HashWorking)
2331 return;
2332
dea31012005-04-17 16:05:31 -05002333 HashWorking[0] = HashWorking[78] = *pwwnn++;
2334 HashWorking[1] = HashWorking[79] = *pwwnn;
2335
2336 for (t = 0; t < 7; t++)
2337 lpfc_challenge_key(phba->RandomData + t, HashWorking + t);
2338
2339 lpfc_sha_init(hbainit);
2340 lpfc_sha_iterate(hbainit, HashWorking);
2341 kfree(HashWorking);
2342}
2343
James Smarte59058c2008-08-24 21:49:00 -04002344/**
James Smart3621a712009-04-06 18:47:14 -04002345 * lpfc_cleanup - Performs vport cleanups before deleting a vport
James Smarte59058c2008-08-24 21:49:00 -04002346 * @vport: pointer to a virtual N_Port data structure.
2347 *
2348 * This routine performs the necessary cleanups before deleting the @vport.
2349 * It invokes the discovery state machine to perform necessary state
2350 * transitions and to release the ndlps associated with the @vport. Note,
2351 * the physical port is treated as @vport 0.
2352 **/
James Smart87af33f2007-10-27 13:37:43 -04002353void
James Smart2e0fef82007-06-17 19:56:36 -05002354lpfc_cleanup(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05002355{
James Smart87af33f2007-10-27 13:37:43 -04002356 struct lpfc_hba *phba = vport->phba;
dea31012005-04-17 16:05:31 -05002357 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smarta8adb832007-10-27 13:37:53 -04002358 int i = 0;
dea31012005-04-17 16:05:31 -05002359
James Smart87af33f2007-10-27 13:37:43 -04002360 if (phba->link_state > LPFC_LINK_DOWN)
2361 lpfc_port_link_failure(vport);
2362
2363 list_for_each_entry_safe(ndlp, next_ndlp, &vport->fc_nodes, nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -05002364 if (!NLP_CHK_NODE_ACT(ndlp)) {
2365 ndlp = lpfc_enable_node(vport, ndlp,
2366 NLP_STE_UNUSED_NODE);
2367 if (!ndlp)
2368 continue;
2369 spin_lock_irq(&phba->ndlp_lock);
2370 NLP_SET_FREE_REQ(ndlp);
2371 spin_unlock_irq(&phba->ndlp_lock);
2372 /* Trigger the release of the ndlp memory */
2373 lpfc_nlp_put(ndlp);
2374 continue;
2375 }
2376 spin_lock_irq(&phba->ndlp_lock);
2377 if (NLP_CHK_FREE_REQ(ndlp)) {
2378 /* The ndlp should not be in memory free mode already */
2379 spin_unlock_irq(&phba->ndlp_lock);
2380 continue;
2381 } else
2382 /* Indicate request for freeing ndlp memory */
2383 NLP_SET_FREE_REQ(ndlp);
2384 spin_unlock_irq(&phba->ndlp_lock);
2385
James Smart58da1ff2008-04-07 10:15:56 -04002386 if (vport->port_type != LPFC_PHYSICAL_PORT &&
2387 ndlp->nlp_DID == Fabric_DID) {
2388 /* Just free up ndlp with Fabric_DID for vports */
2389 lpfc_nlp_put(ndlp);
2390 continue;
2391 }
2392
James Smarteff4a012012-01-18 16:25:25 -05002393 /* take care of nodes in unused state before the state
2394 * machine taking action.
2395 */
2396 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE) {
2397 lpfc_nlp_put(ndlp);
2398 continue;
2399 }
2400
James Smart87af33f2007-10-27 13:37:43 -04002401 if (ndlp->nlp_type & NLP_FABRIC)
2402 lpfc_disc_state_machine(vport, ndlp, NULL,
2403 NLP_EVT_DEVICE_RECOVERY);
James Smarte47c9092008-02-08 18:49:26 -05002404
James Smart87af33f2007-10-27 13:37:43 -04002405 lpfc_disc_state_machine(vport, ndlp, NULL,
2406 NLP_EVT_DEVICE_RM);
2407 }
2408
James Smarta8adb832007-10-27 13:37:53 -04002409 /* At this point, ALL ndlp's should be gone
2410 * because of the previous NLP_EVT_DEVICE_RM.
2411 * Lets wait for this to happen, if needed.
2412 */
James Smart87af33f2007-10-27 13:37:43 -04002413 while (!list_empty(&vport->fc_nodes)) {
James Smarta8adb832007-10-27 13:37:53 -04002414 if (i++ > 3000) {
James Smart87af33f2007-10-27 13:37:43 -04002415 lpfc_printf_vlog(vport, KERN_ERR, LOG_DISCOVERY,
James Smarta8adb832007-10-27 13:37:53 -04002416 "0233 Nodelist not empty\n");
James Smarte47c9092008-02-08 18:49:26 -05002417 list_for_each_entry_safe(ndlp, next_ndlp,
2418 &vport->fc_nodes, nlp_listp) {
2419 lpfc_printf_vlog(ndlp->vport, KERN_ERR,
2420 LOG_NODE,
James Smartd7c255b2008-08-24 21:50:00 -04002421 "0282 did:x%x ndlp:x%p "
James Smarte47c9092008-02-08 18:49:26 -05002422 "usgmap:x%x refcnt:%d\n",
2423 ndlp->nlp_DID, (void *)ndlp,
2424 ndlp->nlp_usg_map,
2425 atomic_read(
2426 &ndlp->kref.refcount));
2427 }
James Smarta8adb832007-10-27 13:37:53 -04002428 break;
James Smart87af33f2007-10-27 13:37:43 -04002429 }
James Smarta8adb832007-10-27 13:37:53 -04002430
2431 /* Wait for any activity on ndlps to settle */
2432 msleep(10);
James Smart87af33f2007-10-27 13:37:43 -04002433 }
James Smart1151e3e2011-02-16 12:39:35 -05002434 lpfc_cleanup_vports_rrqs(vport, NULL);
dea31012005-04-17 16:05:31 -05002435}
2436
James Smarte59058c2008-08-24 21:49:00 -04002437/**
James Smart3621a712009-04-06 18:47:14 -04002438 * lpfc_stop_vport_timers - Stop all the timers associated with a vport
James Smarte59058c2008-08-24 21:49:00 -04002439 * @vport: pointer to a virtual N_Port data structure.
2440 *
2441 * This routine stops all the timers associated with a @vport. This function
2442 * is invoked before disabling or deleting a @vport. Note that the physical
2443 * port is treated as @vport 0.
2444 **/
James Smart92d7f7b2007-06-17 19:56:38 -05002445void
2446lpfc_stop_vport_timers(struct lpfc_vport *vport)
dea31012005-04-17 16:05:31 -05002447{
James Smart92d7f7b2007-06-17 19:56:38 -05002448 del_timer_sync(&vport->els_tmofunc);
2449 del_timer_sync(&vport->fc_fdmitmo);
James Smart92494142011-02-16 12:39:44 -05002450 del_timer_sync(&vport->delayed_disc_tmo);
James Smart92d7f7b2007-06-17 19:56:38 -05002451 lpfc_can_disctmo(vport);
2452 return;
dea31012005-04-17 16:05:31 -05002453}
2454
James Smarte59058c2008-08-24 21:49:00 -04002455/**
James Smartecfd03c2010-02-12 14:41:27 -05002456 * __lpfc_sli4_stop_fcf_redisc_wait_timer - Stop FCF rediscovery wait timer
2457 * @phba: pointer to lpfc hba data structure.
2458 *
2459 * This routine stops the SLI4 FCF rediscover wait timer if it's on. The
2460 * caller of this routine should already hold the host lock.
2461 **/
2462void
2463__lpfc_sli4_stop_fcf_redisc_wait_timer(struct lpfc_hba *phba)
2464{
James Smart5ac6b302010-10-22 11:05:36 -04002465 /* Clear pending FCF rediscovery wait flag */
2466 phba->fcf.fcf_flag &= ~FCF_REDISC_PEND;
2467
James Smartecfd03c2010-02-12 14:41:27 -05002468 /* Now, try to stop the timer */
2469 del_timer(&phba->fcf.redisc_wait);
2470}
2471
2472/**
2473 * lpfc_sli4_stop_fcf_redisc_wait_timer - Stop FCF rediscovery wait timer
2474 * @phba: pointer to lpfc hba data structure.
2475 *
2476 * This routine stops the SLI4 FCF rediscover wait timer if it's on. It
2477 * checks whether the FCF rediscovery wait timer is pending with the host
2478 * lock held before proceeding with disabling the timer and clearing the
2479 * wait timer pendig flag.
2480 **/
2481void
2482lpfc_sli4_stop_fcf_redisc_wait_timer(struct lpfc_hba *phba)
2483{
2484 spin_lock_irq(&phba->hbalock);
2485 if (!(phba->fcf.fcf_flag & FCF_REDISC_PEND)) {
2486 /* FCF rediscovery timer already fired or stopped */
2487 spin_unlock_irq(&phba->hbalock);
2488 return;
2489 }
2490 __lpfc_sli4_stop_fcf_redisc_wait_timer(phba);
James Smart5ac6b302010-10-22 11:05:36 -04002491 /* Clear failover in progress flags */
2492 phba->fcf.fcf_flag &= ~(FCF_DEAD_DISC | FCF_ACVL_DISC);
James Smartecfd03c2010-02-12 14:41:27 -05002493 spin_unlock_irq(&phba->hbalock);
2494}
2495
2496/**
James Smart3772a992009-05-22 14:50:54 -04002497 * lpfc_stop_hba_timers - Stop all the timers associated with an HBA
James Smarte59058c2008-08-24 21:49:00 -04002498 * @phba: pointer to lpfc hba data structure.
2499 *
2500 * This routine stops all the timers associated with a HBA. This function is
2501 * invoked before either putting a HBA offline or unloading the driver.
2502 **/
James Smart3772a992009-05-22 14:50:54 -04002503void
2504lpfc_stop_hba_timers(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05002505{
James Smart51ef4c22007-08-02 11:10:31 -04002506 lpfc_stop_vport_timers(phba->pport);
James Smart2e0fef82007-06-17 19:56:36 -05002507 del_timer_sync(&phba->sli.mbox_tmo);
James Smart92d7f7b2007-06-17 19:56:38 -05002508 del_timer_sync(&phba->fabric_block_timer);
James Smart93996272008-08-24 21:50:30 -04002509 del_timer_sync(&phba->eratt_poll);
James Smart3772a992009-05-22 14:50:54 -04002510 del_timer_sync(&phba->hb_tmofunc);
James Smart1151e3e2011-02-16 12:39:35 -05002511 if (phba->sli_rev == LPFC_SLI_REV4) {
2512 del_timer_sync(&phba->rrq_tmr);
2513 phba->hba_flag &= ~HBA_RRQ_ACTIVE;
2514 }
James Smart3772a992009-05-22 14:50:54 -04002515 phba->hb_outstanding = 0;
2516
2517 switch (phba->pci_dev_grp) {
2518 case LPFC_PCI_DEV_LP:
2519 /* Stop any LightPulse device specific driver timers */
2520 del_timer_sync(&phba->fcp_poll_timer);
2521 break;
2522 case LPFC_PCI_DEV_OC:
2523 /* Stop any OneConnect device sepcific driver timers */
James Smartecfd03c2010-02-12 14:41:27 -05002524 lpfc_sli4_stop_fcf_redisc_wait_timer(phba);
James Smart3772a992009-05-22 14:50:54 -04002525 break;
2526 default:
2527 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
2528 "0297 Invalid device group (x%x)\n",
2529 phba->pci_dev_grp);
2530 break;
2531 }
James Smart2e0fef82007-06-17 19:56:36 -05002532 return;
dea31012005-04-17 16:05:31 -05002533}
2534
James Smarte59058c2008-08-24 21:49:00 -04002535/**
James Smart3621a712009-04-06 18:47:14 -04002536 * lpfc_block_mgmt_io - Mark a HBA's management interface as blocked
James Smarte59058c2008-08-24 21:49:00 -04002537 * @phba: pointer to lpfc hba data structure.
2538 *
2539 * This routine marks a HBA's management interface as blocked. Once the HBA's
2540 * management interface is marked as blocked, all the user space access to
2541 * the HBA, whether they are from sysfs interface or libdfc interface will
2542 * all be blocked. The HBA is set to block the management interface when the
2543 * driver prepares the HBA interface for online or offline.
2544 **/
Adrian Bunka6ababd2007-11-05 18:07:33 +01002545static void
James Smart618a5232012-06-12 13:54:36 -04002546lpfc_block_mgmt_io(struct lpfc_hba *phba, int mbx_action)
Adrian Bunka6ababd2007-11-05 18:07:33 +01002547{
2548 unsigned long iflag;
James Smart6e7288d2010-06-07 15:23:35 -04002549 uint8_t actcmd = MBX_HEARTBEAT;
2550 unsigned long timeout;
2551
Adrian Bunka6ababd2007-11-05 18:07:33 +01002552 spin_lock_irqsave(&phba->hbalock, iflag);
2553 phba->sli.sli_flag |= LPFC_BLOCK_MGMT_IO;
James Smart618a5232012-06-12 13:54:36 -04002554 spin_unlock_irqrestore(&phba->hbalock, iflag);
2555 if (mbx_action == LPFC_MBX_NO_WAIT)
2556 return;
2557 timeout = msecs_to_jiffies(LPFC_MBOX_TMO * 1000) + jiffies;
2558 spin_lock_irqsave(&phba->hbalock, iflag);
James Smarta183a152011-10-10 21:32:43 -04002559 if (phba->sli.mbox_active) {
James Smart6e7288d2010-06-07 15:23:35 -04002560 actcmd = phba->sli.mbox_active->u.mb.mbxCommand;
James Smarta183a152011-10-10 21:32:43 -04002561 /* Determine how long we might wait for the active mailbox
2562 * command to be gracefully completed by firmware.
2563 */
2564 timeout = msecs_to_jiffies(lpfc_mbox_tmo_val(phba,
2565 phba->sli.mbox_active) * 1000) + jiffies;
2566 }
Adrian Bunka6ababd2007-11-05 18:07:33 +01002567 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smarta183a152011-10-10 21:32:43 -04002568
James Smart6e7288d2010-06-07 15:23:35 -04002569 /* Wait for the outstnading mailbox command to complete */
2570 while (phba->sli.mbox_active) {
2571 /* Check active mailbox complete status every 2ms */
2572 msleep(2);
2573 if (time_after(jiffies, timeout)) {
2574 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
2575 "2813 Mgmt IO is Blocked %x "
2576 "- mbox cmd %x still active\n",
2577 phba->sli.sli_flag, actcmd);
2578 break;
2579 }
2580 }
Adrian Bunka6ababd2007-11-05 18:07:33 +01002581}
2582
James Smarte59058c2008-08-24 21:49:00 -04002583/**
James Smart6b5151f2012-01-18 16:24:06 -05002584 * lpfc_sli4_node_prep - Assign RPIs for active nodes.
2585 * @phba: pointer to lpfc hba data structure.
2586 *
2587 * Allocate RPIs for all active remote nodes. This is needed whenever
2588 * an SLI4 adapter is reset and the driver is not unloading. Its purpose
2589 * is to fixup the temporary rpi assignments.
2590 **/
2591void
2592lpfc_sli4_node_prep(struct lpfc_hba *phba)
2593{
2594 struct lpfc_nodelist *ndlp, *next_ndlp;
2595 struct lpfc_vport **vports;
2596 int i;
2597
2598 if (phba->sli_rev != LPFC_SLI_REV4)
2599 return;
2600
2601 vports = lpfc_create_vport_work_array(phba);
2602 if (vports != NULL) {
2603 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
2604 if (vports[i]->load_flag & FC_UNLOADING)
2605 continue;
2606
2607 list_for_each_entry_safe(ndlp, next_ndlp,
2608 &vports[i]->fc_nodes,
2609 nlp_listp) {
2610 if (NLP_CHK_NODE_ACT(ndlp))
2611 ndlp->nlp_rpi =
2612 lpfc_sli4_alloc_rpi(phba);
2613 }
2614 }
2615 }
2616 lpfc_destroy_vport_work_array(phba, vports);
2617}
2618
2619/**
James Smart3621a712009-04-06 18:47:14 -04002620 * lpfc_online - Initialize and bring a HBA online
James Smarte59058c2008-08-24 21:49:00 -04002621 * @phba: pointer to lpfc hba data structure.
2622 *
2623 * This routine initializes the HBA and brings a HBA online. During this
2624 * process, the management interface is blocked to prevent user space access
2625 * to the HBA interfering with the driver initialization.
2626 *
2627 * Return codes
2628 * 0 - successful
2629 * 1 - failed
2630 **/
dea31012005-04-17 16:05:31 -05002631int
James Smart2e0fef82007-06-17 19:56:36 -05002632lpfc_online(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05002633{
Julia Lawall372bd282008-12-16 16:15:08 +01002634 struct lpfc_vport *vport;
James Smart549e55c2007-08-02 11:09:51 -04002635 struct lpfc_vport **vports;
2636 int i;
James Smart2e0fef82007-06-17 19:56:36 -05002637
dea31012005-04-17 16:05:31 -05002638 if (!phba)
2639 return 0;
Julia Lawall372bd282008-12-16 16:15:08 +01002640 vport = phba->pport;
dea31012005-04-17 16:05:31 -05002641
James Smart2e0fef82007-06-17 19:56:36 -05002642 if (!(vport->fc_flag & FC_OFFLINE_MODE))
dea31012005-04-17 16:05:31 -05002643 return 0;
2644
James Smarted957682007-06-17 19:56:37 -05002645 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04002646 "0458 Bring Adapter online\n");
dea31012005-04-17 16:05:31 -05002647
James Smart618a5232012-06-12 13:54:36 -04002648 lpfc_block_mgmt_io(phba, LPFC_MBX_WAIT);
dea31012005-04-17 16:05:31 -05002649
James Smart46fa3112007-04-25 09:51:45 -04002650 if (!lpfc_sli_queue_setup(phba)) {
2651 lpfc_unblock_mgmt_io(phba);
dea31012005-04-17 16:05:31 -05002652 return 1;
James Smart46fa3112007-04-25 09:51:45 -04002653 }
2654
James Smartda0436e2009-05-22 14:51:39 -04002655 if (phba->sli_rev == LPFC_SLI_REV4) {
2656 if (lpfc_sli4_hba_setup(phba)) { /* Initialize SLI4 HBA */
2657 lpfc_unblock_mgmt_io(phba);
2658 return 1;
2659 }
2660 } else {
2661 if (lpfc_sli_hba_setup(phba)) { /* Initialize SLI2/SLI3 HBA */
2662 lpfc_unblock_mgmt_io(phba);
2663 return 1;
2664 }
James Smart46fa3112007-04-25 09:51:45 -04002665 }
dea31012005-04-17 16:05:31 -05002666
James Smart549e55c2007-08-02 11:09:51 -04002667 vports = lpfc_create_vport_work_array(phba);
2668 if (vports != NULL)
James Smartda0436e2009-05-22 14:51:39 -04002669 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
James Smart549e55c2007-08-02 11:09:51 -04002670 struct Scsi_Host *shost;
2671 shost = lpfc_shost_from_vport(vports[i]);
2672 spin_lock_irq(shost->host_lock);
2673 vports[i]->fc_flag &= ~FC_OFFLINE_MODE;
2674 if (phba->sli3_options & LPFC_SLI3_NPIV_ENABLED)
2675 vports[i]->fc_flag |= FC_VPORT_NEEDS_REG_VPI;
James Smart1c6834a2009-07-19 10:01:26 -04002676 if (phba->sli_rev == LPFC_SLI_REV4)
2677 vports[i]->fc_flag |= FC_VPORT_NEEDS_INIT_VPI;
James Smart549e55c2007-08-02 11:09:51 -04002678 spin_unlock_irq(shost->host_lock);
2679 }
James Smart09372822008-01-11 01:52:54 -05002680 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -05002681
James Smart46fa3112007-04-25 09:51:45 -04002682 lpfc_unblock_mgmt_io(phba);
dea31012005-04-17 16:05:31 -05002683 return 0;
2684}
2685
James Smarte59058c2008-08-24 21:49:00 -04002686/**
James Smart3621a712009-04-06 18:47:14 -04002687 * lpfc_unblock_mgmt_io - Mark a HBA's management interface to be not blocked
James Smarte59058c2008-08-24 21:49:00 -04002688 * @phba: pointer to lpfc hba data structure.
2689 *
2690 * This routine marks a HBA's management interface as not blocked. Once the
2691 * HBA's management interface is marked as not blocked, all the user space
2692 * access to the HBA, whether they are from sysfs interface or libdfc
2693 * interface will be allowed. The HBA is set to block the management interface
2694 * when the driver prepares the HBA interface for online or offline and then
2695 * set to unblock the management interface afterwards.
2696 **/
James Smart46fa3112007-04-25 09:51:45 -04002697void
James Smart46fa3112007-04-25 09:51:45 -04002698lpfc_unblock_mgmt_io(struct lpfc_hba * phba)
2699{
2700 unsigned long iflag;
2701
James Smart2e0fef82007-06-17 19:56:36 -05002702 spin_lock_irqsave(&phba->hbalock, iflag);
2703 phba->sli.sli_flag &= ~LPFC_BLOCK_MGMT_IO;
2704 spin_unlock_irqrestore(&phba->hbalock, iflag);
James Smart46fa3112007-04-25 09:51:45 -04002705}
2706
James Smarte59058c2008-08-24 21:49:00 -04002707/**
James Smart3621a712009-04-06 18:47:14 -04002708 * lpfc_offline_prep - Prepare a HBA to be brought offline
James Smarte59058c2008-08-24 21:49:00 -04002709 * @phba: pointer to lpfc hba data structure.
2710 *
2711 * This routine is invoked to prepare a HBA to be brought offline. It performs
2712 * unregistration login to all the nodes on all vports and flushes the mailbox
2713 * queue to make it ready to be brought offline.
2714 **/
James Smart46fa3112007-04-25 09:51:45 -04002715void
James Smart618a5232012-06-12 13:54:36 -04002716lpfc_offline_prep(struct lpfc_hba *phba, int mbx_action)
James Smart46fa3112007-04-25 09:51:45 -04002717{
James Smart2e0fef82007-06-17 19:56:36 -05002718 struct lpfc_vport *vport = phba->pport;
James Smart46fa3112007-04-25 09:51:45 -04002719 struct lpfc_nodelist *ndlp, *next_ndlp;
James Smart87af33f2007-10-27 13:37:43 -04002720 struct lpfc_vport **vports;
James Smart72100cc2010-02-12 14:43:01 -05002721 struct Scsi_Host *shost;
James Smart87af33f2007-10-27 13:37:43 -04002722 int i;
dea31012005-04-17 16:05:31 -05002723
James Smart2e0fef82007-06-17 19:56:36 -05002724 if (vport->fc_flag & FC_OFFLINE_MODE)
James Smart46fa3112007-04-25 09:51:45 -04002725 return;
dea31012005-04-17 16:05:31 -05002726
James Smart618a5232012-06-12 13:54:36 -04002727 lpfc_block_mgmt_io(phba, mbx_action);
dea31012005-04-17 16:05:31 -05002728
2729 lpfc_linkdown(phba);
2730
James Smart87af33f2007-10-27 13:37:43 -04002731 /* Issue an unreg_login to all nodes on all vports */
2732 vports = lpfc_create_vport_work_array(phba);
2733 if (vports != NULL) {
James Smartda0436e2009-05-22 14:51:39 -04002734 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
James Smarta8adb832007-10-27 13:37:53 -04002735 if (vports[i]->load_flag & FC_UNLOADING)
2736 continue;
James Smart72100cc2010-02-12 14:43:01 -05002737 shost = lpfc_shost_from_vport(vports[i]);
2738 spin_lock_irq(shost->host_lock);
James Smartc8685952009-11-18 15:39:16 -05002739 vports[i]->vpi_state &= ~LPFC_VPI_REGISTERED;
James Smart695a8142010-01-26 23:08:03 -05002740 vports[i]->fc_flag |= FC_VPORT_NEEDS_REG_VPI;
2741 vports[i]->fc_flag &= ~FC_VFI_REGISTERED;
James Smart72100cc2010-02-12 14:43:01 -05002742 spin_unlock_irq(shost->host_lock);
James Smart695a8142010-01-26 23:08:03 -05002743
James Smart87af33f2007-10-27 13:37:43 -04002744 shost = lpfc_shost_from_vport(vports[i]);
2745 list_for_each_entry_safe(ndlp, next_ndlp,
2746 &vports[i]->fc_nodes,
2747 nlp_listp) {
James Smarte47c9092008-02-08 18:49:26 -05002748 if (!NLP_CHK_NODE_ACT(ndlp))
2749 continue;
James Smart87af33f2007-10-27 13:37:43 -04002750 if (ndlp->nlp_state == NLP_STE_UNUSED_NODE)
2751 continue;
2752 if (ndlp->nlp_type & NLP_FABRIC) {
2753 lpfc_disc_state_machine(vports[i], ndlp,
2754 NULL, NLP_EVT_DEVICE_RECOVERY);
2755 lpfc_disc_state_machine(vports[i], ndlp,
2756 NULL, NLP_EVT_DEVICE_RM);
2757 }
2758 spin_lock_irq(shost->host_lock);
2759 ndlp->nlp_flag &= ~NLP_NPR_ADISC;
James Smart401ee0c2012-03-01 22:35:34 -05002760 spin_unlock_irq(shost->host_lock);
James Smart6b5151f2012-01-18 16:24:06 -05002761 /*
2762 * Whenever an SLI4 port goes offline, free the
James Smart401ee0c2012-03-01 22:35:34 -05002763 * RPI. Get a new RPI when the adapter port
2764 * comes back online.
James Smart6b5151f2012-01-18 16:24:06 -05002765 */
2766 if (phba->sli_rev == LPFC_SLI_REV4)
2767 lpfc_sli4_free_rpi(phba, ndlp->nlp_rpi);
James Smart87af33f2007-10-27 13:37:43 -04002768 lpfc_unreg_rpi(vports[i], ndlp);
2769 }
2770 }
2771 }
James Smart09372822008-01-11 01:52:54 -05002772 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -05002773
James Smart618a5232012-06-12 13:54:36 -04002774 lpfc_sli_mbox_sys_shutdown(phba, mbx_action);
James Smart46fa3112007-04-25 09:51:45 -04002775}
2776
James Smarte59058c2008-08-24 21:49:00 -04002777/**
James Smart3621a712009-04-06 18:47:14 -04002778 * lpfc_offline - Bring a HBA offline
James Smarte59058c2008-08-24 21:49:00 -04002779 * @phba: pointer to lpfc hba data structure.
2780 *
2781 * This routine actually brings a HBA offline. It stops all the timers
2782 * associated with the HBA, brings down the SLI layer, and eventually
2783 * marks the HBA as in offline state for the upper layer protocol.
2784 **/
James Smart46fa3112007-04-25 09:51:45 -04002785void
James Smart2e0fef82007-06-17 19:56:36 -05002786lpfc_offline(struct lpfc_hba *phba)
James Smart46fa3112007-04-25 09:51:45 -04002787{
James Smart549e55c2007-08-02 11:09:51 -04002788 struct Scsi_Host *shost;
2789 struct lpfc_vport **vports;
2790 int i;
James Smart46fa3112007-04-25 09:51:45 -04002791
James Smart549e55c2007-08-02 11:09:51 -04002792 if (phba->pport->fc_flag & FC_OFFLINE_MODE)
James Smart46fa3112007-04-25 09:51:45 -04002793 return;
James Smart688a8862006-07-06 15:49:56 -04002794
James Smartda0436e2009-05-22 14:51:39 -04002795 /* stop port and all timers associated with this hba */
2796 lpfc_stop_port(phba);
James Smart51ef4c22007-08-02 11:10:31 -04002797 vports = lpfc_create_vport_work_array(phba);
2798 if (vports != NULL)
James Smartda0436e2009-05-22 14:51:39 -04002799 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++)
James Smart51ef4c22007-08-02 11:10:31 -04002800 lpfc_stop_vport_timers(vports[i]);
James Smart09372822008-01-11 01:52:54 -05002801 lpfc_destroy_vport_work_array(phba, vports);
James Smart92d7f7b2007-06-17 19:56:38 -05002802 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04002803 "0460 Bring Adapter offline\n");
dea31012005-04-17 16:05:31 -05002804 /* Bring down the SLI Layer and cleanup. The HBA is offline
2805 now. */
2806 lpfc_sli_hba_down(phba);
James Smart92d7f7b2007-06-17 19:56:38 -05002807 spin_lock_irq(&phba->hbalock);
James Smart7054a602007-04-25 09:52:34 -04002808 phba->work_ha = 0;
James Smart92d7f7b2007-06-17 19:56:38 -05002809 spin_unlock_irq(&phba->hbalock);
James Smart549e55c2007-08-02 11:09:51 -04002810 vports = lpfc_create_vport_work_array(phba);
2811 if (vports != NULL)
James Smartda0436e2009-05-22 14:51:39 -04002812 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
James Smart549e55c2007-08-02 11:09:51 -04002813 shost = lpfc_shost_from_vport(vports[i]);
James Smart549e55c2007-08-02 11:09:51 -04002814 spin_lock_irq(shost->host_lock);
2815 vports[i]->work_port_events = 0;
2816 vports[i]->fc_flag |= FC_OFFLINE_MODE;
2817 spin_unlock_irq(shost->host_lock);
2818 }
James Smart09372822008-01-11 01:52:54 -05002819 lpfc_destroy_vport_work_array(phba, vports);
dea31012005-04-17 16:05:31 -05002820}
2821
James Smarte59058c2008-08-24 21:49:00 -04002822/**
James Smart3621a712009-04-06 18:47:14 -04002823 * lpfc_scsi_free - Free all the SCSI buffers and IOCBs from driver lists
James Smarte59058c2008-08-24 21:49:00 -04002824 * @phba: pointer to lpfc hba data structure.
2825 *
2826 * This routine is to free all the SCSI buffers and IOCBs from the driver
2827 * list back to kernel. It is called from lpfc_pci_remove_one to free
2828 * the internal resources before the device is removed from the system.
James Smarte59058c2008-08-24 21:49:00 -04002829 **/
James Smart8a9d2e82012-05-09 21:16:12 -04002830static void
James Smart2e0fef82007-06-17 19:56:36 -05002831lpfc_scsi_free(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05002832{
2833 struct lpfc_scsi_buf *sb, *sb_next;
2834 struct lpfc_iocbq *io, *io_next;
2835
James Smart2e0fef82007-06-17 19:56:36 -05002836 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05002837 /* Release all the lpfc_scsi_bufs maintained by this host. */
James Smart1c6f4ef52009-11-18 15:40:49 -05002838 spin_lock(&phba->scsi_buf_list_lock);
dea31012005-04-17 16:05:31 -05002839 list_for_each_entry_safe(sb, sb_next, &phba->lpfc_scsi_buf_list, list) {
2840 list_del(&sb->list);
2841 pci_pool_free(phba->lpfc_scsi_dma_buf_pool, sb->data,
James Smart92d7f7b2007-06-17 19:56:38 -05002842 sb->dma_handle);
dea31012005-04-17 16:05:31 -05002843 kfree(sb);
2844 phba->total_scsi_bufs--;
2845 }
James Smart1c6f4ef52009-11-18 15:40:49 -05002846 spin_unlock(&phba->scsi_buf_list_lock);
dea31012005-04-17 16:05:31 -05002847
2848 /* Release all the lpfc_iocbq entries maintained by this host. */
2849 list_for_each_entry_safe(io, io_next, &phba->lpfc_iocb_list, list) {
2850 list_del(&io->list);
2851 kfree(io);
2852 phba->total_iocbq_bufs--;
2853 }
James Smart6d368e52011-05-24 11:44:12 -04002854
James Smart2e0fef82007-06-17 19:56:36 -05002855 spin_unlock_irq(&phba->hbalock);
James Smart8a9d2e82012-05-09 21:16:12 -04002856}
2857
2858/**
2859 * lpfc_sli4_xri_sgl_update - update xri-sgl sizing and mapping
2860 * @phba: pointer to lpfc hba data structure.
2861 *
2862 * This routine first calculates the sizes of the current els and allocated
2863 * scsi sgl lists, and then goes through all sgls to updates the physical
2864 * XRIs assigned due to port function reset. During port initialization, the
2865 * current els and allocated scsi sgl lists are 0s.
2866 *
2867 * Return codes
2868 * 0 - successful (for now, it always returns 0)
2869 **/
2870int
2871lpfc_sli4_xri_sgl_update(struct lpfc_hba *phba)
2872{
2873 struct lpfc_sglq *sglq_entry = NULL, *sglq_entry_next = NULL;
2874 struct lpfc_scsi_buf *psb = NULL, *psb_next = NULL;
2875 uint16_t i, lxri, xri_cnt, els_xri_cnt, scsi_xri_cnt;
2876 LIST_HEAD(els_sgl_list);
2877 LIST_HEAD(scsi_sgl_list);
2878 int rc;
2879
2880 /*
2881 * update on pci function's els xri-sgl list
2882 */
2883 els_xri_cnt = lpfc_sli4_get_els_iocb_cnt(phba);
2884 if (els_xri_cnt > phba->sli4_hba.els_xri_cnt) {
2885 /* els xri-sgl expanded */
2886 xri_cnt = els_xri_cnt - phba->sli4_hba.els_xri_cnt;
2887 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
2888 "3157 ELS xri-sgl count increased from "
2889 "%d to %d\n", phba->sli4_hba.els_xri_cnt,
2890 els_xri_cnt);
2891 /* allocate the additional els sgls */
2892 for (i = 0; i < xri_cnt; i++) {
2893 sglq_entry = kzalloc(sizeof(struct lpfc_sglq),
2894 GFP_KERNEL);
2895 if (sglq_entry == NULL) {
2896 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
2897 "2562 Failure to allocate an "
2898 "ELS sgl entry:%d\n", i);
2899 rc = -ENOMEM;
2900 goto out_free_mem;
2901 }
2902 sglq_entry->buff_type = GEN_BUFF_TYPE;
2903 sglq_entry->virt = lpfc_mbuf_alloc(phba, 0,
2904 &sglq_entry->phys);
2905 if (sglq_entry->virt == NULL) {
2906 kfree(sglq_entry);
2907 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
2908 "2563 Failure to allocate an "
2909 "ELS mbuf:%d\n", i);
2910 rc = -ENOMEM;
2911 goto out_free_mem;
2912 }
2913 sglq_entry->sgl = sglq_entry->virt;
2914 memset(sglq_entry->sgl, 0, LPFC_BPL_SIZE);
2915 sglq_entry->state = SGL_FREED;
2916 list_add_tail(&sglq_entry->list, &els_sgl_list);
2917 }
2918 spin_lock(&phba->hbalock);
2919 list_splice_init(&els_sgl_list, &phba->sli4_hba.lpfc_sgl_list);
2920 spin_unlock(&phba->hbalock);
2921 } else if (els_xri_cnt < phba->sli4_hba.els_xri_cnt) {
2922 /* els xri-sgl shrinked */
2923 xri_cnt = phba->sli4_hba.els_xri_cnt - els_xri_cnt;
2924 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
2925 "3158 ELS xri-sgl count decreased from "
2926 "%d to %d\n", phba->sli4_hba.els_xri_cnt,
2927 els_xri_cnt);
2928 spin_lock_irq(&phba->hbalock);
2929 list_splice_init(&phba->sli4_hba.lpfc_sgl_list, &els_sgl_list);
2930 spin_unlock_irq(&phba->hbalock);
2931 /* release extra els sgls from list */
2932 for (i = 0; i < xri_cnt; i++) {
2933 list_remove_head(&els_sgl_list,
2934 sglq_entry, struct lpfc_sglq, list);
2935 if (sglq_entry) {
2936 lpfc_mbuf_free(phba, sglq_entry->virt,
2937 sglq_entry->phys);
2938 kfree(sglq_entry);
2939 }
2940 }
2941 spin_lock_irq(&phba->hbalock);
2942 list_splice_init(&els_sgl_list, &phba->sli4_hba.lpfc_sgl_list);
2943 spin_unlock_irq(&phba->hbalock);
2944 } else
2945 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
2946 "3163 ELS xri-sgl count unchanged: %d\n",
2947 els_xri_cnt);
2948 phba->sli4_hba.els_xri_cnt = els_xri_cnt;
2949
2950 /* update xris to els sgls on the list */
2951 sglq_entry = NULL;
2952 sglq_entry_next = NULL;
2953 list_for_each_entry_safe(sglq_entry, sglq_entry_next,
2954 &phba->sli4_hba.lpfc_sgl_list, list) {
2955 lxri = lpfc_sli4_next_xritag(phba);
2956 if (lxri == NO_XRI) {
2957 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
2958 "2400 Failed to allocate xri for "
2959 "ELS sgl\n");
2960 rc = -ENOMEM;
2961 goto out_free_mem;
2962 }
2963 sglq_entry->sli4_lxritag = lxri;
2964 sglq_entry->sli4_xritag = phba->sli4_hba.xri_ids[lxri];
2965 }
2966
2967 /*
2968 * update on pci function's allocated scsi xri-sgl list
2969 */
2970 phba->total_scsi_bufs = 0;
2971
2972 /* maximum number of xris available for scsi buffers */
2973 phba->sli4_hba.scsi_xri_max = phba->sli4_hba.max_cfg_param.max_xri -
2974 els_xri_cnt;
2975
2976 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
2977 "2401 Current allocated SCSI xri-sgl count:%d, "
2978 "maximum SCSI xri count:%d\n",
2979 phba->sli4_hba.scsi_xri_cnt,
2980 phba->sli4_hba.scsi_xri_max);
2981
2982 spin_lock_irq(&phba->scsi_buf_list_lock);
2983 list_splice_init(&phba->lpfc_scsi_buf_list, &scsi_sgl_list);
2984 spin_unlock_irq(&phba->scsi_buf_list_lock);
2985
2986 if (phba->sli4_hba.scsi_xri_cnt > phba->sli4_hba.scsi_xri_max) {
2987 /* max scsi xri shrinked below the allocated scsi buffers */
2988 scsi_xri_cnt = phba->sli4_hba.scsi_xri_cnt -
2989 phba->sli4_hba.scsi_xri_max;
2990 /* release the extra allocated scsi buffers */
2991 for (i = 0; i < scsi_xri_cnt; i++) {
2992 list_remove_head(&scsi_sgl_list, psb,
2993 struct lpfc_scsi_buf, list);
2994 pci_pool_free(phba->lpfc_scsi_dma_buf_pool, psb->data,
2995 psb->dma_handle);
2996 kfree(psb);
2997 }
2998 spin_lock_irq(&phba->scsi_buf_list_lock);
2999 phba->sli4_hba.scsi_xri_cnt -= scsi_xri_cnt;
3000 spin_unlock_irq(&phba->scsi_buf_list_lock);
3001 }
3002
3003 /* update xris associated to remaining allocated scsi buffers */
3004 psb = NULL;
3005 psb_next = NULL;
3006 list_for_each_entry_safe(psb, psb_next, &scsi_sgl_list, list) {
3007 lxri = lpfc_sli4_next_xritag(phba);
3008 if (lxri == NO_XRI) {
3009 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
3010 "2560 Failed to allocate xri for "
3011 "scsi buffer\n");
3012 rc = -ENOMEM;
3013 goto out_free_mem;
3014 }
3015 psb->cur_iocbq.sli4_lxritag = lxri;
3016 psb->cur_iocbq.sli4_xritag = phba->sli4_hba.xri_ids[lxri];
3017 }
3018 spin_lock(&phba->scsi_buf_list_lock);
3019 list_splice_init(&scsi_sgl_list, &phba->lpfc_scsi_buf_list);
3020 spin_unlock(&phba->scsi_buf_list_lock);
3021
dea31012005-04-17 16:05:31 -05003022 return 0;
James Smart8a9d2e82012-05-09 21:16:12 -04003023
3024out_free_mem:
3025 lpfc_free_els_sgl_list(phba);
3026 lpfc_scsi_free(phba);
3027 return rc;
dea31012005-04-17 16:05:31 -05003028}
3029
James Smarte59058c2008-08-24 21:49:00 -04003030/**
James Smart3621a712009-04-06 18:47:14 -04003031 * lpfc_create_port - Create an FC port
James Smarte59058c2008-08-24 21:49:00 -04003032 * @phba: pointer to lpfc hba data structure.
3033 * @instance: a unique integer ID to this FC port.
3034 * @dev: pointer to the device data structure.
3035 *
3036 * This routine creates a FC port for the upper layer protocol. The FC port
3037 * can be created on top of either a physical port or a virtual port provided
3038 * by the HBA. This routine also allocates a SCSI host data structure (shost)
3039 * and associates the FC port created before adding the shost into the SCSI
3040 * layer.
3041 *
3042 * Return codes
3043 * @vport - pointer to the virtual N_Port data structure.
3044 * NULL - port create failed.
3045 **/
James Smart2e0fef82007-06-17 19:56:36 -05003046struct lpfc_vport *
James Smart3de2a652007-08-02 11:09:59 -04003047lpfc_create_port(struct lpfc_hba *phba, int instance, struct device *dev)
James Smart47a86172007-04-25 09:53:22 -04003048{
James Smart2e0fef82007-06-17 19:56:36 -05003049 struct lpfc_vport *vport;
3050 struct Scsi_Host *shost;
3051 int error = 0;
James Smart47a86172007-04-25 09:53:22 -04003052
James Smart3de2a652007-08-02 11:09:59 -04003053 if (dev != &phba->pcidev->dev)
3054 shost = scsi_host_alloc(&lpfc_vport_template,
3055 sizeof(struct lpfc_vport));
3056 else
3057 shost = scsi_host_alloc(&lpfc_template,
3058 sizeof(struct lpfc_vport));
James Smart2e0fef82007-06-17 19:56:36 -05003059 if (!shost)
3060 goto out;
James Smart47a86172007-04-25 09:53:22 -04003061
James Smart2e0fef82007-06-17 19:56:36 -05003062 vport = (struct lpfc_vport *) shost->hostdata;
3063 vport->phba = phba;
James Smart2e0fef82007-06-17 19:56:36 -05003064 vport->load_flag |= FC_LOADING;
James Smart92d7f7b2007-06-17 19:56:38 -05003065 vport->fc_flag |= FC_VPORT_NEEDS_REG_VPI;
James Smart7f5f3d02008-02-08 18:50:14 -05003066 vport->fc_rscn_flush = 0;
James Smart47a86172007-04-25 09:53:22 -04003067
James Smart3de2a652007-08-02 11:09:59 -04003068 lpfc_get_vport_cfgparam(vport);
James Smart2e0fef82007-06-17 19:56:36 -05003069 shost->unique_id = instance;
3070 shost->max_id = LPFC_MAX_TARGET;
James Smart3de2a652007-08-02 11:09:59 -04003071 shost->max_lun = vport->cfg_max_luns;
James Smart2e0fef82007-06-17 19:56:36 -05003072 shost->this_id = -1;
3073 shost->max_cmd_len = 16;
James Smartda0436e2009-05-22 14:51:39 -04003074 if (phba->sli_rev == LPFC_SLI_REV4) {
James Smart28baac72010-02-12 14:42:03 -05003075 shost->dma_boundary =
James Smartcb5172e2010-03-15 11:25:07 -04003076 phba->sli4_hba.pc_sli4_params.sge_supp_len-1;
James Smartda0436e2009-05-22 14:51:39 -04003077 shost->sg_tablesize = phba->cfg_sg_seg_cnt;
3078 }
James Smart81301a92008-12-04 22:39:46 -05003079
James Smart47a86172007-04-25 09:53:22 -04003080 /*
James Smart2e0fef82007-06-17 19:56:36 -05003081 * Set initial can_queue value since 0 is no longer supported and
3082 * scsi_add_host will fail. This will be adjusted later based on the
3083 * max xri value determined in hba setup.
James Smart47a86172007-04-25 09:53:22 -04003084 */
James Smart2e0fef82007-06-17 19:56:36 -05003085 shost->can_queue = phba->cfg_hba_queue_depth - 10;
James Smart3de2a652007-08-02 11:09:59 -04003086 if (dev != &phba->pcidev->dev) {
James Smart92d7f7b2007-06-17 19:56:38 -05003087 shost->transportt = lpfc_vport_transport_template;
3088 vport->port_type = LPFC_NPIV_PORT;
3089 } else {
3090 shost->transportt = lpfc_transport_template;
3091 vport->port_type = LPFC_PHYSICAL_PORT;
3092 }
James Smart47a86172007-04-25 09:53:22 -04003093
James Smart2e0fef82007-06-17 19:56:36 -05003094 /* Initialize all internally managed lists. */
3095 INIT_LIST_HEAD(&vport->fc_nodes);
James Smartda0436e2009-05-22 14:51:39 -04003096 INIT_LIST_HEAD(&vport->rcv_buffer_list);
James Smart2e0fef82007-06-17 19:56:36 -05003097 spin_lock_init(&vport->work_port_lock);
James Smart47a86172007-04-25 09:53:22 -04003098
James Smart2e0fef82007-06-17 19:56:36 -05003099 init_timer(&vport->fc_disctmo);
3100 vport->fc_disctmo.function = lpfc_disc_timeout;
James Smart92d7f7b2007-06-17 19:56:38 -05003101 vport->fc_disctmo.data = (unsigned long)vport;
James Smart47a86172007-04-25 09:53:22 -04003102
James Smart2e0fef82007-06-17 19:56:36 -05003103 init_timer(&vport->fc_fdmitmo);
3104 vport->fc_fdmitmo.function = lpfc_fdmi_tmo;
James Smart92d7f7b2007-06-17 19:56:38 -05003105 vport->fc_fdmitmo.data = (unsigned long)vport;
James Smart47a86172007-04-25 09:53:22 -04003106
James Smart2e0fef82007-06-17 19:56:36 -05003107 init_timer(&vport->els_tmofunc);
3108 vport->els_tmofunc.function = lpfc_els_timeout;
James Smart92d7f7b2007-06-17 19:56:38 -05003109 vport->els_tmofunc.data = (unsigned long)vport;
James Smart92494142011-02-16 12:39:44 -05003110
3111 init_timer(&vport->delayed_disc_tmo);
3112 vport->delayed_disc_tmo.function = lpfc_delayed_disc_tmo;
3113 vport->delayed_disc_tmo.data = (unsigned long)vport;
3114
James Bottomleyd139b9b2009-11-05 13:33:12 -06003115 error = scsi_add_host_with_dma(shost, dev, &phba->pcidev->dev);
James Smart2e0fef82007-06-17 19:56:36 -05003116 if (error)
3117 goto out_put_shost;
James Smart47a86172007-04-25 09:53:22 -04003118
James Smart549e55c2007-08-02 11:09:51 -04003119 spin_lock_irq(&phba->hbalock);
James Smart2e0fef82007-06-17 19:56:36 -05003120 list_add_tail(&vport->listentry, &phba->port_list);
James Smart549e55c2007-08-02 11:09:51 -04003121 spin_unlock_irq(&phba->hbalock);
James Smart2e0fef82007-06-17 19:56:36 -05003122 return vport;
James Smart47a86172007-04-25 09:53:22 -04003123
James Smart2e0fef82007-06-17 19:56:36 -05003124out_put_shost:
3125 scsi_host_put(shost);
3126out:
3127 return NULL;
James Smart47a86172007-04-25 09:53:22 -04003128}
3129
James Smarte59058c2008-08-24 21:49:00 -04003130/**
James Smart3621a712009-04-06 18:47:14 -04003131 * destroy_port - destroy an FC port
James Smarte59058c2008-08-24 21:49:00 -04003132 * @vport: pointer to an lpfc virtual N_Port data structure.
3133 *
3134 * This routine destroys a FC port from the upper layer protocol. All the
3135 * resources associated with the port are released.
3136 **/
James Smart2e0fef82007-06-17 19:56:36 -05003137void
3138destroy_port(struct lpfc_vport *vport)
James Smart47a86172007-04-25 09:53:22 -04003139{
James Smart92d7f7b2007-06-17 19:56:38 -05003140 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
3141 struct lpfc_hba *phba = vport->phba;
James Smart47a86172007-04-25 09:53:22 -04003142
James Smart858c9f62007-06-17 19:56:39 -05003143 lpfc_debugfs_terminate(vport);
James Smart92d7f7b2007-06-17 19:56:38 -05003144 fc_remove_host(shost);
3145 scsi_remove_host(shost);
James Smart47a86172007-04-25 09:53:22 -04003146
James Smart92d7f7b2007-06-17 19:56:38 -05003147 spin_lock_irq(&phba->hbalock);
3148 list_del_init(&vport->listentry);
3149 spin_unlock_irq(&phba->hbalock);
James Smart47a86172007-04-25 09:53:22 -04003150
James Smart92d7f7b2007-06-17 19:56:38 -05003151 lpfc_cleanup(vport);
James Smart47a86172007-04-25 09:53:22 -04003152 return;
James Smart47a86172007-04-25 09:53:22 -04003153}
3154
James Smarte59058c2008-08-24 21:49:00 -04003155/**
James Smart3621a712009-04-06 18:47:14 -04003156 * lpfc_get_instance - Get a unique integer ID
James Smarte59058c2008-08-24 21:49:00 -04003157 *
3158 * This routine allocates a unique integer ID from lpfc_hba_index pool. It
3159 * uses the kernel idr facility to perform the task.
3160 *
3161 * Return codes:
3162 * instance - a unique integer ID allocated as the new instance.
3163 * -1 - lpfc get instance failed.
3164 **/
James Smart92d7f7b2007-06-17 19:56:38 -05003165int
3166lpfc_get_instance(void)
3167{
3168 int instance = 0;
3169
3170 /* Assign an unused number */
3171 if (!idr_pre_get(&lpfc_hba_index, GFP_KERNEL))
3172 return -1;
3173 if (idr_get_new(&lpfc_hba_index, NULL, &instance))
3174 return -1;
3175 return instance;
3176}
3177
James Smarte59058c2008-08-24 21:49:00 -04003178/**
James Smart3621a712009-04-06 18:47:14 -04003179 * lpfc_scan_finished - method for SCSI layer to detect whether scan is done
James Smarte59058c2008-08-24 21:49:00 -04003180 * @shost: pointer to SCSI host data structure.
3181 * @time: elapsed time of the scan in jiffies.
3182 *
3183 * This routine is called by the SCSI layer with a SCSI host to determine
3184 * whether the scan host is finished.
3185 *
3186 * Note: there is no scan_start function as adapter initialization will have
3187 * asynchronously kicked off the link initialization.
3188 *
3189 * Return codes
3190 * 0 - SCSI host scan is not over yet.
3191 * 1 - SCSI host scan is over.
3192 **/
James Smart47a86172007-04-25 09:53:22 -04003193int lpfc_scan_finished(struct Scsi_Host *shost, unsigned long time)
3194{
James Smart2e0fef82007-06-17 19:56:36 -05003195 struct lpfc_vport *vport = (struct lpfc_vport *) shost->hostdata;
3196 struct lpfc_hba *phba = vport->phba;
James Smart858c9f62007-06-17 19:56:39 -05003197 int stat = 0;
James Smart47a86172007-04-25 09:53:22 -04003198
James Smart858c9f62007-06-17 19:56:39 -05003199 spin_lock_irq(shost->host_lock);
3200
James Smart51ef4c22007-08-02 11:10:31 -04003201 if (vport->load_flag & FC_UNLOADING) {
James Smart858c9f62007-06-17 19:56:39 -05003202 stat = 1;
James Smart47a86172007-04-25 09:53:22 -04003203 goto finished;
James Smart858c9f62007-06-17 19:56:39 -05003204 }
James Smart2e0fef82007-06-17 19:56:36 -05003205 if (time >= 30 * HZ) {
3206 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04003207 "0461 Scanning longer than 30 "
3208 "seconds. Continuing initialization\n");
James Smart858c9f62007-06-17 19:56:39 -05003209 stat = 1;
James Smart47a86172007-04-25 09:53:22 -04003210 goto finished;
James Smart2e0fef82007-06-17 19:56:36 -05003211 }
3212 if (time >= 15 * HZ && phba->link_state <= LPFC_LINK_DOWN) {
3213 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smarte8b62012007-08-02 11:10:09 -04003214 "0465 Link down longer than 15 "
3215 "seconds. Continuing initialization\n");
James Smart858c9f62007-06-17 19:56:39 -05003216 stat = 1;
James Smart2e0fef82007-06-17 19:56:36 -05003217 goto finished;
James Smart47a86172007-04-25 09:53:22 -04003218 }
3219
James Smart2e0fef82007-06-17 19:56:36 -05003220 if (vport->port_state != LPFC_VPORT_READY)
James Smart858c9f62007-06-17 19:56:39 -05003221 goto finished;
James Smart2e0fef82007-06-17 19:56:36 -05003222 if (vport->num_disc_nodes || vport->fc_prli_sent)
James Smart858c9f62007-06-17 19:56:39 -05003223 goto finished;
James Smart2e0fef82007-06-17 19:56:36 -05003224 if (vport->fc_map_cnt == 0 && time < 2 * HZ)
James Smart858c9f62007-06-17 19:56:39 -05003225 goto finished;
James Smart2e0fef82007-06-17 19:56:36 -05003226 if ((phba->sli.sli_flag & LPFC_SLI_MBOX_ACTIVE) != 0)
James Smart858c9f62007-06-17 19:56:39 -05003227 goto finished;
3228
3229 stat = 1;
James Smart47a86172007-04-25 09:53:22 -04003230
3231finished:
James Smart858c9f62007-06-17 19:56:39 -05003232 spin_unlock_irq(shost->host_lock);
3233 return stat;
James Smart92d7f7b2007-06-17 19:56:38 -05003234}
3235
James Smarte59058c2008-08-24 21:49:00 -04003236/**
James Smart3621a712009-04-06 18:47:14 -04003237 * lpfc_host_attrib_init - Initialize SCSI host attributes on a FC port
James Smarte59058c2008-08-24 21:49:00 -04003238 * @shost: pointer to SCSI host data structure.
3239 *
3240 * This routine initializes a given SCSI host attributes on a FC port. The
3241 * SCSI host can be either on top of a physical port or a virtual port.
3242 **/
James Smart92d7f7b2007-06-17 19:56:38 -05003243void lpfc_host_attrib_init(struct Scsi_Host *shost)
3244{
3245 struct lpfc_vport *vport = (struct lpfc_vport *) shost->hostdata;
3246 struct lpfc_hba *phba = vport->phba;
James Smart47a86172007-04-25 09:53:22 -04003247 /*
James Smart2e0fef82007-06-17 19:56:36 -05003248 * Set fixed host attributes. Must done after lpfc_sli_hba_setup().
James Smart47a86172007-04-25 09:53:22 -04003249 */
3250
James Smart2e0fef82007-06-17 19:56:36 -05003251 fc_host_node_name(shost) = wwn_to_u64(vport->fc_nodename.u.wwn);
3252 fc_host_port_name(shost) = wwn_to_u64(vport->fc_portname.u.wwn);
James Smart47a86172007-04-25 09:53:22 -04003253 fc_host_supported_classes(shost) = FC_COS_CLASS3;
3254
3255 memset(fc_host_supported_fc4s(shost), 0,
James Smart2e0fef82007-06-17 19:56:36 -05003256 sizeof(fc_host_supported_fc4s(shost)));
James Smart47a86172007-04-25 09:53:22 -04003257 fc_host_supported_fc4s(shost)[2] = 1;
3258 fc_host_supported_fc4s(shost)[7] = 1;
3259
James Smart92d7f7b2007-06-17 19:56:38 -05003260 lpfc_vport_symbolic_node_name(vport, fc_host_symbolic_name(shost),
3261 sizeof fc_host_symbolic_name(shost));
James Smart47a86172007-04-25 09:53:22 -04003262
3263 fc_host_supported_speeds(shost) = 0;
James Smart88a2cfb2011-07-22 18:36:33 -04003264 if (phba->lmt & LMT_16Gb)
3265 fc_host_supported_speeds(shost) |= FC_PORTSPEED_16GBIT;
James Smart47a86172007-04-25 09:53:22 -04003266 if (phba->lmt & LMT_10Gb)
3267 fc_host_supported_speeds(shost) |= FC_PORTSPEED_10GBIT;
James Smarta8adb832007-10-27 13:37:53 -04003268 if (phba->lmt & LMT_8Gb)
3269 fc_host_supported_speeds(shost) |= FC_PORTSPEED_8GBIT;
James Smart47a86172007-04-25 09:53:22 -04003270 if (phba->lmt & LMT_4Gb)
3271 fc_host_supported_speeds(shost) |= FC_PORTSPEED_4GBIT;
3272 if (phba->lmt & LMT_2Gb)
3273 fc_host_supported_speeds(shost) |= FC_PORTSPEED_2GBIT;
3274 if (phba->lmt & LMT_1Gb)
3275 fc_host_supported_speeds(shost) |= FC_PORTSPEED_1GBIT;
3276
3277 fc_host_maxframe_size(shost) =
James Smart2e0fef82007-06-17 19:56:36 -05003278 (((uint32_t) vport->fc_sparam.cmn.bbRcvSizeMsb & 0x0F) << 8) |
3279 (uint32_t) vport->fc_sparam.cmn.bbRcvSizeLsb;
James Smart47a86172007-04-25 09:53:22 -04003280
Mike Christie0af5d702010-09-15 16:52:31 -05003281 fc_host_dev_loss_tmo(shost) = vport->cfg_devloss_tmo;
3282
James Smart47a86172007-04-25 09:53:22 -04003283 /* This value is also unchanging */
3284 memset(fc_host_active_fc4s(shost), 0,
James Smart2e0fef82007-06-17 19:56:36 -05003285 sizeof(fc_host_active_fc4s(shost)));
James Smart47a86172007-04-25 09:53:22 -04003286 fc_host_active_fc4s(shost)[2] = 1;
3287 fc_host_active_fc4s(shost)[7] = 1;
3288
James Smart92d7f7b2007-06-17 19:56:38 -05003289 fc_host_max_npiv_vports(shost) = phba->max_vpi;
James Smart47a86172007-04-25 09:53:22 -04003290 spin_lock_irq(shost->host_lock);
James Smart51ef4c22007-08-02 11:10:31 -04003291 vport->load_flag &= ~FC_LOADING;
James Smart47a86172007-04-25 09:53:22 -04003292 spin_unlock_irq(shost->host_lock);
James Smart47a86172007-04-25 09:53:22 -04003293}
dea31012005-04-17 16:05:31 -05003294
James Smarte59058c2008-08-24 21:49:00 -04003295/**
James Smartda0436e2009-05-22 14:51:39 -04003296 * lpfc_stop_port_s3 - Stop SLI3 device port
James Smarte59058c2008-08-24 21:49:00 -04003297 * @phba: pointer to lpfc hba data structure.
3298 *
James Smartda0436e2009-05-22 14:51:39 -04003299 * This routine is invoked to stop an SLI3 device port, it stops the device
3300 * from generating interrupts and stops the device driver's timers for the
3301 * device.
James Smarte59058c2008-08-24 21:49:00 -04003302 **/
James Smartdb2378e2008-02-08 18:49:51 -05003303static void
James Smartda0436e2009-05-22 14:51:39 -04003304lpfc_stop_port_s3(struct lpfc_hba *phba)
James Smartdb2378e2008-02-08 18:49:51 -05003305{
James Smartda0436e2009-05-22 14:51:39 -04003306 /* Clear all interrupt enable conditions */
3307 writel(0, phba->HCregaddr);
3308 readl(phba->HCregaddr); /* flush */
3309 /* Clear all pending interrupts */
3310 writel(0xffffffff, phba->HAregaddr);
3311 readl(phba->HAregaddr); /* flush */
James Smart93996272008-08-24 21:50:30 -04003312
James Smartda0436e2009-05-22 14:51:39 -04003313 /* Reset some HBA SLI setup states */
3314 lpfc_stop_hba_timers(phba);
3315 phba->pport->work_port_events = 0;
James Smartdb2378e2008-02-08 18:49:51 -05003316}
3317
James Smarte59058c2008-08-24 21:49:00 -04003318/**
James Smartda0436e2009-05-22 14:51:39 -04003319 * lpfc_stop_port_s4 - Stop SLI4 device port
James Smart5b75da22008-12-04 22:39:35 -05003320 * @phba: pointer to lpfc hba data structure.
3321 *
James Smartda0436e2009-05-22 14:51:39 -04003322 * This routine is invoked to stop an SLI4 device port, it stops the device
3323 * from generating interrupts and stops the device driver's timers for the
3324 * device.
3325 **/
3326static void
3327lpfc_stop_port_s4(struct lpfc_hba *phba)
3328{
3329 /* Reset some HBA SLI4 setup states */
3330 lpfc_stop_hba_timers(phba);
3331 phba->pport->work_port_events = 0;
3332 phba->sli4_hba.intr_enable = 0;
James Smartda0436e2009-05-22 14:51:39 -04003333}
3334
3335/**
3336 * lpfc_stop_port - Wrapper function for stopping hba port
3337 * @phba: Pointer to HBA context object.
James Smart5b75da22008-12-04 22:39:35 -05003338 *
James Smartda0436e2009-05-22 14:51:39 -04003339 * This routine wraps the actual SLI3 or SLI4 hba stop port routine from
3340 * the API jump table function pointer from the lpfc_hba struct.
3341 **/
3342void
3343lpfc_stop_port(struct lpfc_hba *phba)
3344{
3345 phba->lpfc_stop_port(phba);
3346}
3347
3348/**
James Smartecfd03c2010-02-12 14:41:27 -05003349 * lpfc_fcf_redisc_wait_start_timer - Start fcf rediscover wait timer
3350 * @phba: Pointer to hba for which this call is being executed.
3351 *
3352 * This routine starts the timer waiting for the FCF rediscovery to complete.
3353 **/
3354void
3355lpfc_fcf_redisc_wait_start_timer(struct lpfc_hba *phba)
3356{
3357 unsigned long fcf_redisc_wait_tmo =
3358 (jiffies + msecs_to_jiffies(LPFC_FCF_REDISCOVER_WAIT_TMO));
3359 /* Start fcf rediscovery wait period timer */
3360 mod_timer(&phba->fcf.redisc_wait, fcf_redisc_wait_tmo);
3361 spin_lock_irq(&phba->hbalock);
3362 /* Allow action to new fcf asynchronous event */
3363 phba->fcf.fcf_flag &= ~(FCF_AVAILABLE | FCF_SCAN_DONE);
3364 /* Mark the FCF rediscovery pending state */
3365 phba->fcf.fcf_flag |= FCF_REDISC_PEND;
3366 spin_unlock_irq(&phba->hbalock);
3367}
3368
3369/**
3370 * lpfc_sli4_fcf_redisc_wait_tmo - FCF table rediscover wait timeout
3371 * @ptr: Map to lpfc_hba data structure pointer.
3372 *
3373 * This routine is invoked when waiting for FCF table rediscover has been
3374 * timed out. If new FCF record(s) has (have) been discovered during the
3375 * wait period, a new FCF event shall be added to the FCOE async event
3376 * list, and then worker thread shall be waked up for processing from the
3377 * worker thread context.
3378 **/
3379void
3380lpfc_sli4_fcf_redisc_wait_tmo(unsigned long ptr)
3381{
3382 struct lpfc_hba *phba = (struct lpfc_hba *)ptr;
3383
3384 /* Don't send FCF rediscovery event if timer cancelled */
3385 spin_lock_irq(&phba->hbalock);
3386 if (!(phba->fcf.fcf_flag & FCF_REDISC_PEND)) {
3387 spin_unlock_irq(&phba->hbalock);
3388 return;
3389 }
3390 /* Clear FCF rediscovery timer pending flag */
3391 phba->fcf.fcf_flag &= ~FCF_REDISC_PEND;
3392 /* FCF rediscovery event to worker thread */
3393 phba->fcf.fcf_flag |= FCF_REDISC_EVT;
3394 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05003395 lpfc_printf_log(phba, KERN_INFO, LOG_FIP,
James Smarta93ff372010-10-22 11:06:08 -04003396 "2776 FCF rediscover quiescent timer expired\n");
James Smartecfd03c2010-02-12 14:41:27 -05003397 /* wake up worker thread */
3398 lpfc_worker_wake_up(phba);
3399}
3400
3401/**
James Smartda0436e2009-05-22 14:51:39 -04003402 * lpfc_sli4_parse_latt_fault - Parse sli4 link-attention link fault code
3403 * @phba: pointer to lpfc hba data structure.
3404 * @acqe_link: pointer to the async link completion queue entry.
3405 *
3406 * This routine is to parse the SLI4 link-attention link fault code and
3407 * translate it into the base driver's read link attention mailbox command
3408 * status.
3409 *
3410 * Return: Link-attention status in terms of base driver's coding.
3411 **/
3412static uint16_t
3413lpfc_sli4_parse_latt_fault(struct lpfc_hba *phba,
3414 struct lpfc_acqe_link *acqe_link)
3415{
3416 uint16_t latt_fault;
3417
3418 switch (bf_get(lpfc_acqe_link_fault, acqe_link)) {
3419 case LPFC_ASYNC_LINK_FAULT_NONE:
3420 case LPFC_ASYNC_LINK_FAULT_LOCAL:
3421 case LPFC_ASYNC_LINK_FAULT_REMOTE:
3422 latt_fault = 0;
3423 break;
3424 default:
3425 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3426 "0398 Invalid link fault code: x%x\n",
3427 bf_get(lpfc_acqe_link_fault, acqe_link));
3428 latt_fault = MBXERR_ERROR;
3429 break;
3430 }
3431 return latt_fault;
3432}
3433
3434/**
3435 * lpfc_sli4_parse_latt_type - Parse sli4 link attention type
3436 * @phba: pointer to lpfc hba data structure.
3437 * @acqe_link: pointer to the async link completion queue entry.
3438 *
3439 * This routine is to parse the SLI4 link attention type and translate it
3440 * into the base driver's link attention type coding.
3441 *
3442 * Return: Link attention type in terms of base driver's coding.
3443 **/
3444static uint8_t
3445lpfc_sli4_parse_latt_type(struct lpfc_hba *phba,
3446 struct lpfc_acqe_link *acqe_link)
3447{
3448 uint8_t att_type;
3449
3450 switch (bf_get(lpfc_acqe_link_status, acqe_link)) {
3451 case LPFC_ASYNC_LINK_STATUS_DOWN:
3452 case LPFC_ASYNC_LINK_STATUS_LOGICAL_DOWN:
James Smart76a95d72010-11-20 23:11:48 -05003453 att_type = LPFC_ATT_LINK_DOWN;
James Smartda0436e2009-05-22 14:51:39 -04003454 break;
3455 case LPFC_ASYNC_LINK_STATUS_UP:
3456 /* Ignore physical link up events - wait for logical link up */
James Smart76a95d72010-11-20 23:11:48 -05003457 att_type = LPFC_ATT_RESERVED;
James Smartda0436e2009-05-22 14:51:39 -04003458 break;
3459 case LPFC_ASYNC_LINK_STATUS_LOGICAL_UP:
James Smart76a95d72010-11-20 23:11:48 -05003460 att_type = LPFC_ATT_LINK_UP;
James Smartda0436e2009-05-22 14:51:39 -04003461 break;
3462 default:
3463 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3464 "0399 Invalid link attention type: x%x\n",
3465 bf_get(lpfc_acqe_link_status, acqe_link));
James Smart76a95d72010-11-20 23:11:48 -05003466 att_type = LPFC_ATT_RESERVED;
James Smartda0436e2009-05-22 14:51:39 -04003467 break;
3468 }
3469 return att_type;
3470}
3471
3472/**
3473 * lpfc_sli4_parse_latt_link_speed - Parse sli4 link-attention link speed
3474 * @phba: pointer to lpfc hba data structure.
3475 * @acqe_link: pointer to the async link completion queue entry.
3476 *
3477 * This routine is to parse the SLI4 link-attention link speed and translate
3478 * it into the base driver's link-attention link speed coding.
3479 *
3480 * Return: Link-attention link speed in terms of base driver's coding.
3481 **/
3482static uint8_t
3483lpfc_sli4_parse_latt_link_speed(struct lpfc_hba *phba,
3484 struct lpfc_acqe_link *acqe_link)
3485{
3486 uint8_t link_speed;
3487
3488 switch (bf_get(lpfc_acqe_link_speed, acqe_link)) {
3489 case LPFC_ASYNC_LINK_SPEED_ZERO:
James Smartda0436e2009-05-22 14:51:39 -04003490 case LPFC_ASYNC_LINK_SPEED_10MBPS:
James Smartda0436e2009-05-22 14:51:39 -04003491 case LPFC_ASYNC_LINK_SPEED_100MBPS:
James Smart76a95d72010-11-20 23:11:48 -05003492 link_speed = LPFC_LINK_SPEED_UNKNOWN;
James Smartda0436e2009-05-22 14:51:39 -04003493 break;
3494 case LPFC_ASYNC_LINK_SPEED_1GBPS:
James Smart76a95d72010-11-20 23:11:48 -05003495 link_speed = LPFC_LINK_SPEED_1GHZ;
James Smartda0436e2009-05-22 14:51:39 -04003496 break;
3497 case LPFC_ASYNC_LINK_SPEED_10GBPS:
James Smart76a95d72010-11-20 23:11:48 -05003498 link_speed = LPFC_LINK_SPEED_10GHZ;
James Smartda0436e2009-05-22 14:51:39 -04003499 break;
3500 default:
3501 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
3502 "0483 Invalid link-attention link speed: x%x\n",
3503 bf_get(lpfc_acqe_link_speed, acqe_link));
James Smart76a95d72010-11-20 23:11:48 -05003504 link_speed = LPFC_LINK_SPEED_UNKNOWN;
James Smartda0436e2009-05-22 14:51:39 -04003505 break;
3506 }
3507 return link_speed;
3508}
3509
3510/**
James Smart8b68cd52012-09-29 11:32:37 -04003511 * lpfc_sli_port_speed_get - Get sli3 link speed code to link speed
3512 * @phba: pointer to lpfc hba data structure.
3513 *
3514 * This routine is to get an SLI3 FC port's link speed in Mbps.
3515 *
3516 * Return: link speed in terms of Mbps.
3517 **/
3518uint32_t
3519lpfc_sli_port_speed_get(struct lpfc_hba *phba)
3520{
3521 uint32_t link_speed;
3522
3523 if (!lpfc_is_link_up(phba))
3524 return 0;
3525
3526 switch (phba->fc_linkspeed) {
3527 case LPFC_LINK_SPEED_1GHZ:
3528 link_speed = 1000;
3529 break;
3530 case LPFC_LINK_SPEED_2GHZ:
3531 link_speed = 2000;
3532 break;
3533 case LPFC_LINK_SPEED_4GHZ:
3534 link_speed = 4000;
3535 break;
3536 case LPFC_LINK_SPEED_8GHZ:
3537 link_speed = 8000;
3538 break;
3539 case LPFC_LINK_SPEED_10GHZ:
3540 link_speed = 10000;
3541 break;
3542 case LPFC_LINK_SPEED_16GHZ:
3543 link_speed = 16000;
3544 break;
3545 default:
3546 link_speed = 0;
3547 }
3548 return link_speed;
3549}
3550
3551/**
3552 * lpfc_sli4_port_speed_parse - Parse async evt link speed code to link speed
3553 * @phba: pointer to lpfc hba data structure.
3554 * @evt_code: asynchronous event code.
3555 * @speed_code: asynchronous event link speed code.
3556 *
3557 * This routine is to parse the giving SLI4 async event link speed code into
3558 * value of Mbps for the link speed.
3559 *
3560 * Return: link speed in terms of Mbps.
3561 **/
3562static uint32_t
3563lpfc_sli4_port_speed_parse(struct lpfc_hba *phba, uint32_t evt_code,
3564 uint8_t speed_code)
3565{
3566 uint32_t port_speed;
3567
3568 switch (evt_code) {
3569 case LPFC_TRAILER_CODE_LINK:
3570 switch (speed_code) {
3571 case LPFC_EVT_CODE_LINK_NO_LINK:
3572 port_speed = 0;
3573 break;
3574 case LPFC_EVT_CODE_LINK_10_MBIT:
3575 port_speed = 10;
3576 break;
3577 case LPFC_EVT_CODE_LINK_100_MBIT:
3578 port_speed = 100;
3579 break;
3580 case LPFC_EVT_CODE_LINK_1_GBIT:
3581 port_speed = 1000;
3582 break;
3583 case LPFC_EVT_CODE_LINK_10_GBIT:
3584 port_speed = 10000;
3585 break;
3586 default:
3587 port_speed = 0;
3588 }
3589 break;
3590 case LPFC_TRAILER_CODE_FC:
3591 switch (speed_code) {
3592 case LPFC_EVT_CODE_FC_NO_LINK:
3593 port_speed = 0;
3594 break;
3595 case LPFC_EVT_CODE_FC_1_GBAUD:
3596 port_speed = 1000;
3597 break;
3598 case LPFC_EVT_CODE_FC_2_GBAUD:
3599 port_speed = 2000;
3600 break;
3601 case LPFC_EVT_CODE_FC_4_GBAUD:
3602 port_speed = 4000;
3603 break;
3604 case LPFC_EVT_CODE_FC_8_GBAUD:
3605 port_speed = 8000;
3606 break;
3607 case LPFC_EVT_CODE_FC_10_GBAUD:
3608 port_speed = 10000;
3609 break;
3610 case LPFC_EVT_CODE_FC_16_GBAUD:
3611 port_speed = 16000;
3612 break;
3613 default:
3614 port_speed = 0;
3615 }
3616 break;
3617 default:
3618 port_speed = 0;
3619 }
3620 return port_speed;
3621}
3622
3623/**
James Smart70f3c072010-12-15 17:57:33 -05003624 * lpfc_sli4_async_link_evt - Process the asynchronous FCoE link event
James Smartda0436e2009-05-22 14:51:39 -04003625 * @phba: pointer to lpfc hba data structure.
3626 * @acqe_link: pointer to the async link completion queue entry.
3627 *
James Smart70f3c072010-12-15 17:57:33 -05003628 * This routine is to handle the SLI4 asynchronous FCoE link event.
James Smartda0436e2009-05-22 14:51:39 -04003629 **/
3630static void
3631lpfc_sli4_async_link_evt(struct lpfc_hba *phba,
3632 struct lpfc_acqe_link *acqe_link)
3633{
3634 struct lpfc_dmabuf *mp;
3635 LPFC_MBOXQ_t *pmb;
3636 MAILBOX_t *mb;
James Smart76a95d72010-11-20 23:11:48 -05003637 struct lpfc_mbx_read_top *la;
James Smartda0436e2009-05-22 14:51:39 -04003638 uint8_t att_type;
James Smart76a95d72010-11-20 23:11:48 -05003639 int rc;
James Smartda0436e2009-05-22 14:51:39 -04003640
3641 att_type = lpfc_sli4_parse_latt_type(phba, acqe_link);
James Smart76a95d72010-11-20 23:11:48 -05003642 if (att_type != LPFC_ATT_LINK_DOWN && att_type != LPFC_ATT_LINK_UP)
James Smartda0436e2009-05-22 14:51:39 -04003643 return;
James Smart32b97932009-07-19 10:01:21 -04003644 phba->fcoe_eventtag = acqe_link->event_tag;
James Smartda0436e2009-05-22 14:51:39 -04003645 pmb = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3646 if (!pmb) {
3647 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
3648 "0395 The mboxq allocation failed\n");
3649 return;
3650 }
3651 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
3652 if (!mp) {
3653 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
3654 "0396 The lpfc_dmabuf allocation failed\n");
3655 goto out_free_pmb;
3656 }
3657 mp->virt = lpfc_mbuf_alloc(phba, 0, &mp->phys);
3658 if (!mp->virt) {
3659 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
3660 "0397 The mbuf allocation failed\n");
3661 goto out_free_dmabuf;
3662 }
3663
3664 /* Cleanup any outstanding ELS commands */
3665 lpfc_els_flush_all_cmd(phba);
3666
3667 /* Block ELS IOCBs until we have done process link event */
3668 phba->sli.ring[LPFC_ELS_RING].flag |= LPFC_STOP_IOCB_EVENT;
3669
3670 /* Update link event statistics */
3671 phba->sli.slistat.link_event++;
3672
James Smart76a95d72010-11-20 23:11:48 -05003673 /* Create lpfc_handle_latt mailbox command from link ACQE */
3674 lpfc_read_topology(phba, pmb, mp);
3675 pmb->mbox_cmpl = lpfc_mbx_cmpl_read_topology;
James Smartda0436e2009-05-22 14:51:39 -04003676 pmb->vport = phba->pport;
3677
James Smartda0436e2009-05-22 14:51:39 -04003678 /* Keep the link status for extra SLI4 state machine reference */
3679 phba->sli4_hba.link_state.speed =
James Smart8b68cd52012-09-29 11:32:37 -04003680 lpfc_sli4_port_speed_parse(phba, LPFC_TRAILER_CODE_LINK,
3681 bf_get(lpfc_acqe_link_speed, acqe_link));
James Smartda0436e2009-05-22 14:51:39 -04003682 phba->sli4_hba.link_state.duplex =
3683 bf_get(lpfc_acqe_link_duplex, acqe_link);
3684 phba->sli4_hba.link_state.status =
3685 bf_get(lpfc_acqe_link_status, acqe_link);
James Smart70f3c072010-12-15 17:57:33 -05003686 phba->sli4_hba.link_state.type =
3687 bf_get(lpfc_acqe_link_type, acqe_link);
3688 phba->sli4_hba.link_state.number =
3689 bf_get(lpfc_acqe_link_number, acqe_link);
James Smartda0436e2009-05-22 14:51:39 -04003690 phba->sli4_hba.link_state.fault =
3691 bf_get(lpfc_acqe_link_fault, acqe_link);
James Smart65467b62010-01-26 23:08:29 -05003692 phba->sli4_hba.link_state.logical_speed =
James Smart8b68cd52012-09-29 11:32:37 -04003693 bf_get(lpfc_acqe_logical_link_speed, acqe_link) * 10;
3694
James Smart70f3c072010-12-15 17:57:33 -05003695 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smartc31098c2011-04-16 11:03:33 -04003696 "2900 Async FC/FCoE Link event - Speed:%dGBit "
3697 "duplex:x%x LA Type:x%x Port Type:%d Port Number:%d "
3698 "Logical speed:%dMbps Fault:%d\n",
James Smart70f3c072010-12-15 17:57:33 -05003699 phba->sli4_hba.link_state.speed,
3700 phba->sli4_hba.link_state.topology,
3701 phba->sli4_hba.link_state.status,
3702 phba->sli4_hba.link_state.type,
3703 phba->sli4_hba.link_state.number,
James Smart8b68cd52012-09-29 11:32:37 -04003704 phba->sli4_hba.link_state.logical_speed,
James Smart70f3c072010-12-15 17:57:33 -05003705 phba->sli4_hba.link_state.fault);
James Smart76a95d72010-11-20 23:11:48 -05003706 /*
3707 * For FC Mode: issue the READ_TOPOLOGY mailbox command to fetch
3708 * topology info. Note: Optional for non FC-AL ports.
3709 */
3710 if (!(phba->hba_flag & HBA_FCOE_MODE)) {
3711 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
3712 if (rc == MBX_NOT_FINISHED)
3713 goto out_free_dmabuf;
3714 return;
3715 }
3716 /*
3717 * For FCoE Mode: fill in all the topology information we need and call
3718 * the READ_TOPOLOGY completion routine to continue without actually
3719 * sending the READ_TOPOLOGY mailbox command to the port.
3720 */
3721 /* Parse and translate status field */
3722 mb = &pmb->u.mb;
3723 mb->mbxStatus = lpfc_sli4_parse_latt_fault(phba, acqe_link);
3724
3725 /* Parse and translate link attention fields */
3726 la = (struct lpfc_mbx_read_top *) &pmb->u.mb.un.varReadTop;
3727 la->eventTag = acqe_link->event_tag;
3728 bf_set(lpfc_mbx_read_top_att_type, la, att_type);
3729 bf_set(lpfc_mbx_read_top_link_spd, la,
3730 lpfc_sli4_parse_latt_link_speed(phba, acqe_link));
3731
3732 /* Fake the the following irrelvant fields */
3733 bf_set(lpfc_mbx_read_top_topology, la, LPFC_TOPOLOGY_PT_PT);
3734 bf_set(lpfc_mbx_read_top_alpa_granted, la, 0);
3735 bf_set(lpfc_mbx_read_top_il, la, 0);
3736 bf_set(lpfc_mbx_read_top_pb, la, 0);
3737 bf_set(lpfc_mbx_read_top_fa, la, 0);
3738 bf_set(lpfc_mbx_read_top_mm, la, 0);
James Smartda0436e2009-05-22 14:51:39 -04003739
3740 /* Invoke the lpfc_handle_latt mailbox command callback function */
James Smart76a95d72010-11-20 23:11:48 -05003741 lpfc_mbx_cmpl_read_topology(phba, pmb);
James Smartda0436e2009-05-22 14:51:39 -04003742
3743 return;
3744
3745out_free_dmabuf:
3746 kfree(mp);
3747out_free_pmb:
3748 mempool_free(pmb, phba->mbox_mem_pool);
3749}
3750
3751/**
James Smart70f3c072010-12-15 17:57:33 -05003752 * lpfc_sli4_async_fc_evt - Process the asynchronous FC link event
3753 * @phba: pointer to lpfc hba data structure.
3754 * @acqe_fc: pointer to the async fc completion queue entry.
3755 *
3756 * This routine is to handle the SLI4 asynchronous FC event. It will simply log
3757 * that the event was received and then issue a read_topology mailbox command so
3758 * that the rest of the driver will treat it the same as SLI3.
3759 **/
3760static void
3761lpfc_sli4_async_fc_evt(struct lpfc_hba *phba, struct lpfc_acqe_fc_la *acqe_fc)
3762{
3763 struct lpfc_dmabuf *mp;
3764 LPFC_MBOXQ_t *pmb;
3765 int rc;
3766
3767 if (bf_get(lpfc_trailer_type, acqe_fc) !=
3768 LPFC_FC_LA_EVENT_TYPE_FC_LINK) {
3769 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
3770 "2895 Non FC link Event detected.(%d)\n",
3771 bf_get(lpfc_trailer_type, acqe_fc));
3772 return;
3773 }
3774 /* Keep the link status for extra SLI4 state machine reference */
3775 phba->sli4_hba.link_state.speed =
James Smart8b68cd52012-09-29 11:32:37 -04003776 lpfc_sli4_port_speed_parse(phba, LPFC_TRAILER_CODE_FC,
3777 bf_get(lpfc_acqe_fc_la_speed, acqe_fc));
James Smart70f3c072010-12-15 17:57:33 -05003778 phba->sli4_hba.link_state.duplex = LPFC_ASYNC_LINK_DUPLEX_FULL;
3779 phba->sli4_hba.link_state.topology =
3780 bf_get(lpfc_acqe_fc_la_topology, acqe_fc);
3781 phba->sli4_hba.link_state.status =
3782 bf_get(lpfc_acqe_fc_la_att_type, acqe_fc);
3783 phba->sli4_hba.link_state.type =
3784 bf_get(lpfc_acqe_fc_la_port_type, acqe_fc);
3785 phba->sli4_hba.link_state.number =
3786 bf_get(lpfc_acqe_fc_la_port_number, acqe_fc);
3787 phba->sli4_hba.link_state.fault =
3788 bf_get(lpfc_acqe_link_fault, acqe_fc);
3789 phba->sli4_hba.link_state.logical_speed =
James Smart8b68cd52012-09-29 11:32:37 -04003790 bf_get(lpfc_acqe_fc_la_llink_spd, acqe_fc) * 10;
James Smart70f3c072010-12-15 17:57:33 -05003791 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
3792 "2896 Async FC event - Speed:%dGBaud Topology:x%x "
3793 "LA Type:x%x Port Type:%d Port Number:%d Logical speed:"
3794 "%dMbps Fault:%d\n",
3795 phba->sli4_hba.link_state.speed,
3796 phba->sli4_hba.link_state.topology,
3797 phba->sli4_hba.link_state.status,
3798 phba->sli4_hba.link_state.type,
3799 phba->sli4_hba.link_state.number,
James Smart8b68cd52012-09-29 11:32:37 -04003800 phba->sli4_hba.link_state.logical_speed,
James Smart70f3c072010-12-15 17:57:33 -05003801 phba->sli4_hba.link_state.fault);
3802 pmb = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
3803 if (!pmb) {
3804 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
3805 "2897 The mboxq allocation failed\n");
3806 return;
3807 }
3808 mp = kmalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
3809 if (!mp) {
3810 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
3811 "2898 The lpfc_dmabuf allocation failed\n");
3812 goto out_free_pmb;
3813 }
3814 mp->virt = lpfc_mbuf_alloc(phba, 0, &mp->phys);
3815 if (!mp->virt) {
3816 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
3817 "2899 The mbuf allocation failed\n");
3818 goto out_free_dmabuf;
3819 }
3820
3821 /* Cleanup any outstanding ELS commands */
3822 lpfc_els_flush_all_cmd(phba);
3823
3824 /* Block ELS IOCBs until we have done process link event */
3825 phba->sli.ring[LPFC_ELS_RING].flag |= LPFC_STOP_IOCB_EVENT;
3826
3827 /* Update link event statistics */
3828 phba->sli.slistat.link_event++;
3829
3830 /* Create lpfc_handle_latt mailbox command from link ACQE */
3831 lpfc_read_topology(phba, pmb, mp);
3832 pmb->mbox_cmpl = lpfc_mbx_cmpl_read_topology;
3833 pmb->vport = phba->pport;
3834
3835 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_NOWAIT);
3836 if (rc == MBX_NOT_FINISHED)
3837 goto out_free_dmabuf;
3838 return;
3839
3840out_free_dmabuf:
3841 kfree(mp);
3842out_free_pmb:
3843 mempool_free(pmb, phba->mbox_mem_pool);
3844}
3845
3846/**
3847 * lpfc_sli4_async_sli_evt - Process the asynchronous SLI link event
3848 * @phba: pointer to lpfc hba data structure.
3849 * @acqe_fc: pointer to the async SLI completion queue entry.
3850 *
3851 * This routine is to handle the SLI4 asynchronous SLI events.
3852 **/
3853static void
3854lpfc_sli4_async_sli_evt(struct lpfc_hba *phba, struct lpfc_acqe_sli *acqe_sli)
3855{
James Smart4b8bae02012-06-12 13:55:07 -04003856 char port_name;
James Smart8c1312e2012-10-31 14:45:09 -04003857 char message[128];
James Smart4b8bae02012-06-12 13:55:07 -04003858 uint8_t status;
3859 struct lpfc_acqe_misconfigured_event *misconfigured;
3860
3861 /* special case misconfigured event as it contains data for all ports */
3862 if ((bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) !=
3863 LPFC_SLI_INTF_IF_TYPE_2) ||
3864 (bf_get(lpfc_trailer_type, acqe_sli) !=
3865 LPFC_SLI_EVENT_TYPE_MISCONFIGURED)) {
3866 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
3867 "2901 Async SLI event - Event Data1:x%08x Event Data2:"
3868 "x%08x SLI Event Type:%d\n",
3869 acqe_sli->event_data1, acqe_sli->event_data2,
3870 bf_get(lpfc_trailer_type, acqe_sli));
3871 return;
3872 }
3873
3874 port_name = phba->Port[0];
3875 if (port_name == 0x00)
3876 port_name = '?'; /* get port name is empty */
3877
3878 misconfigured = (struct lpfc_acqe_misconfigured_event *)
3879 &acqe_sli->event_data1;
3880
3881 /* fetch the status for this port */
3882 switch (phba->sli4_hba.lnk_info.lnk_no) {
3883 case LPFC_LINK_NUMBER_0:
3884 status = bf_get(lpfc_sli_misconfigured_port0,
3885 &misconfigured->theEvent);
3886 break;
3887 case LPFC_LINK_NUMBER_1:
3888 status = bf_get(lpfc_sli_misconfigured_port1,
3889 &misconfigured->theEvent);
3890 break;
3891 case LPFC_LINK_NUMBER_2:
3892 status = bf_get(lpfc_sli_misconfigured_port2,
3893 &misconfigured->theEvent);
3894 break;
3895 case LPFC_LINK_NUMBER_3:
3896 status = bf_get(lpfc_sli_misconfigured_port3,
3897 &misconfigured->theEvent);
3898 break;
3899 default:
3900 status = ~LPFC_SLI_EVENT_STATUS_VALID;
3901 break;
3902 }
3903
3904 switch (status) {
3905 case LPFC_SLI_EVENT_STATUS_VALID:
3906 return; /* no message if the sfp is okay */
3907 case LPFC_SLI_EVENT_STATUS_NOT_PRESENT:
James Smart292098b2012-09-29 11:31:41 -04003908 sprintf(message, "Optics faulted/incorrectly installed/not " \
3909 "installed - Reseat optics, if issue not "
3910 "resolved, replace.");
James Smart4b8bae02012-06-12 13:55:07 -04003911 break;
3912 case LPFC_SLI_EVENT_STATUS_WRONG_TYPE:
3913 sprintf(message,
James Smart292098b2012-09-29 11:31:41 -04003914 "Optics of two types installed - Remove one optic or " \
3915 "install matching pair of optics.");
James Smart4b8bae02012-06-12 13:55:07 -04003916 break;
3917 case LPFC_SLI_EVENT_STATUS_UNSUPPORTED:
James Smart292098b2012-09-29 11:31:41 -04003918 sprintf(message, "Incompatible optics - Replace with " \
3919 "compatible optics for card to function.");
James Smart4b8bae02012-06-12 13:55:07 -04003920 break;
3921 default:
3922 /* firmware is reporting a status we don't know about */
3923 sprintf(message, "Unknown event status x%02x", status);
3924 break;
3925 }
3926
3927 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
3928 "3176 Misconfigured Physical Port - "
3929 "Port Name %c %s\n", port_name, message);
James Smart70f3c072010-12-15 17:57:33 -05003930}
3931
3932/**
James Smartfc2b9892010-02-26 14:15:29 -05003933 * lpfc_sli4_perform_vport_cvl - Perform clear virtual link on a vport
3934 * @vport: pointer to vport data structure.
3935 *
3936 * This routine is to perform Clear Virtual Link (CVL) on a vport in
3937 * response to a CVL event.
3938 *
3939 * Return the pointer to the ndlp with the vport if successful, otherwise
3940 * return NULL.
3941 **/
3942static struct lpfc_nodelist *
3943lpfc_sli4_perform_vport_cvl(struct lpfc_vport *vport)
3944{
3945 struct lpfc_nodelist *ndlp;
3946 struct Scsi_Host *shost;
3947 struct lpfc_hba *phba;
3948
3949 if (!vport)
3950 return NULL;
James Smartfc2b9892010-02-26 14:15:29 -05003951 phba = vport->phba;
3952 if (!phba)
3953 return NULL;
James Smart78730cf2010-04-06 15:06:30 -04003954 ndlp = lpfc_findnode_did(vport, Fabric_DID);
3955 if (!ndlp) {
3956 /* Cannot find existing Fabric ndlp, so allocate a new one */
3957 ndlp = mempool_alloc(phba->nlp_mem_pool, GFP_KERNEL);
3958 if (!ndlp)
3959 return 0;
3960 lpfc_nlp_init(vport, ndlp, Fabric_DID);
3961 /* Set the node type */
3962 ndlp->nlp_type |= NLP_FABRIC;
3963 /* Put ndlp onto node list */
3964 lpfc_enqueue_node(vport, ndlp);
3965 } else if (!NLP_CHK_NODE_ACT(ndlp)) {
3966 /* re-setup ndlp without removing from node list */
3967 ndlp = lpfc_enable_node(vport, ndlp, NLP_STE_UNUSED_NODE);
3968 if (!ndlp)
3969 return 0;
3970 }
James Smart63e801c2010-11-20 23:14:19 -05003971 if ((phba->pport->port_state < LPFC_FLOGI) &&
3972 (phba->pport->port_state != LPFC_VPORT_FAILED))
James Smartfc2b9892010-02-26 14:15:29 -05003973 return NULL;
3974 /* If virtual link is not yet instantiated ignore CVL */
James Smart63e801c2010-11-20 23:14:19 -05003975 if ((vport != phba->pport) && (vport->port_state < LPFC_FDISC)
3976 && (vport->port_state != LPFC_VPORT_FAILED))
James Smartfc2b9892010-02-26 14:15:29 -05003977 return NULL;
3978 shost = lpfc_shost_from_vport(vport);
3979 if (!shost)
3980 return NULL;
3981 lpfc_linkdown_port(vport);
3982 lpfc_cleanup_pending_mbox(vport);
3983 spin_lock_irq(shost->host_lock);
3984 vport->fc_flag |= FC_VPORT_CVL_RCVD;
3985 spin_unlock_irq(shost->host_lock);
3986
3987 return ndlp;
3988}
3989
3990/**
3991 * lpfc_sli4_perform_all_vport_cvl - Perform clear virtual link on all vports
3992 * @vport: pointer to lpfc hba data structure.
3993 *
3994 * This routine is to perform Clear Virtual Link (CVL) on all vports in
3995 * response to a FCF dead event.
3996 **/
3997static void
3998lpfc_sli4_perform_all_vport_cvl(struct lpfc_hba *phba)
3999{
4000 struct lpfc_vport **vports;
4001 int i;
4002
4003 vports = lpfc_create_vport_work_array(phba);
4004 if (vports)
4005 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++)
4006 lpfc_sli4_perform_vport_cvl(vports[i]);
4007 lpfc_destroy_vport_work_array(phba, vports);
4008}
4009
4010/**
James Smart76a95d72010-11-20 23:11:48 -05004011 * lpfc_sli4_async_fip_evt - Process the asynchronous FCoE FIP event
James Smartda0436e2009-05-22 14:51:39 -04004012 * @phba: pointer to lpfc hba data structure.
4013 * @acqe_link: pointer to the async fcoe completion queue entry.
4014 *
4015 * This routine is to handle the SLI4 asynchronous fcoe event.
4016 **/
4017static void
James Smart76a95d72010-11-20 23:11:48 -05004018lpfc_sli4_async_fip_evt(struct lpfc_hba *phba,
James Smart70f3c072010-12-15 17:57:33 -05004019 struct lpfc_acqe_fip *acqe_fip)
James Smartda0436e2009-05-22 14:51:39 -04004020{
James Smart70f3c072010-12-15 17:57:33 -05004021 uint8_t event_type = bf_get(lpfc_trailer_type, acqe_fip);
James Smartda0436e2009-05-22 14:51:39 -04004022 int rc;
James Smart6669f9b2009-10-02 15:16:45 -04004023 struct lpfc_vport *vport;
4024 struct lpfc_nodelist *ndlp;
4025 struct Scsi_Host *shost;
James Smart695a8142010-01-26 23:08:03 -05004026 int active_vlink_present;
4027 struct lpfc_vport **vports;
4028 int i;
James Smartda0436e2009-05-22 14:51:39 -04004029
James Smart70f3c072010-12-15 17:57:33 -05004030 phba->fc_eventTag = acqe_fip->event_tag;
4031 phba->fcoe_eventtag = acqe_fip->event_tag;
James Smartda0436e2009-05-22 14:51:39 -04004032 switch (event_type) {
James Smart70f3c072010-12-15 17:57:33 -05004033 case LPFC_FIP_EVENT_TYPE_NEW_FCF:
4034 case LPFC_FIP_EVENT_TYPE_FCF_PARAM_MOD:
4035 if (event_type == LPFC_FIP_EVENT_TYPE_NEW_FCF)
James Smart999d8132010-03-15 11:24:56 -04004036 lpfc_printf_log(phba, KERN_ERR, LOG_FIP |
4037 LOG_DISCOVERY,
James Smarta93ff372010-10-22 11:06:08 -04004038 "2546 New FCF event, evt_tag:x%x, "
4039 "index:x%x\n",
James Smart70f3c072010-12-15 17:57:33 -05004040 acqe_fip->event_tag,
4041 acqe_fip->index);
James Smart999d8132010-03-15 11:24:56 -04004042 else
4043 lpfc_printf_log(phba, KERN_WARNING, LOG_FIP |
4044 LOG_DISCOVERY,
James Smarta93ff372010-10-22 11:06:08 -04004045 "2788 FCF param modified event, "
4046 "evt_tag:x%x, index:x%x\n",
James Smart70f3c072010-12-15 17:57:33 -05004047 acqe_fip->event_tag,
4048 acqe_fip->index);
James Smart38b92ef2010-08-04 16:11:39 -04004049 if (phba->fcf.fcf_flag & FCF_DISCOVERY) {
James Smart0c9ab6f2010-02-26 14:15:57 -05004050 /*
4051 * During period of FCF discovery, read the FCF
4052 * table record indexed by the event to update
James Smarta93ff372010-10-22 11:06:08 -04004053 * FCF roundrobin failover eligible FCF bmask.
James Smart0c9ab6f2010-02-26 14:15:57 -05004054 */
4055 lpfc_printf_log(phba, KERN_INFO, LOG_FIP |
4056 LOG_DISCOVERY,
James Smarta93ff372010-10-22 11:06:08 -04004057 "2779 Read FCF (x%x) for updating "
4058 "roundrobin FCF failover bmask\n",
James Smart70f3c072010-12-15 17:57:33 -05004059 acqe_fip->index);
4060 rc = lpfc_sli4_read_fcf_rec(phba, acqe_fip->index);
James Smart0c9ab6f2010-02-26 14:15:57 -05004061 }
James Smart38b92ef2010-08-04 16:11:39 -04004062
4063 /* If the FCF discovery is in progress, do nothing. */
James Smart3804dc82010-07-14 15:31:37 -04004064 spin_lock_irq(&phba->hbalock);
James Smarta93ff372010-10-22 11:06:08 -04004065 if (phba->hba_flag & FCF_TS_INPROG) {
James Smart38b92ef2010-08-04 16:11:39 -04004066 spin_unlock_irq(&phba->hbalock);
4067 break;
4068 }
4069 /* If fast FCF failover rescan event is pending, do nothing */
4070 if (phba->fcf.fcf_flag & FCF_REDISC_EVT) {
4071 spin_unlock_irq(&phba->hbalock);
4072 break;
4073 }
4074
4075 /* If the FCF has been in discovered state, do nothing. */
James Smart3804dc82010-07-14 15:31:37 -04004076 if (phba->fcf.fcf_flag & FCF_SCAN_DONE) {
4077 spin_unlock_irq(&phba->hbalock);
4078 break;
4079 }
4080 spin_unlock_irq(&phba->hbalock);
James Smart38b92ef2010-08-04 16:11:39 -04004081
James Smart0c9ab6f2010-02-26 14:15:57 -05004082 /* Otherwise, scan the entire FCF table and re-discover SAN */
4083 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
James Smarta93ff372010-10-22 11:06:08 -04004084 "2770 Start FCF table scan per async FCF "
4085 "event, evt_tag:x%x, index:x%x\n",
James Smart70f3c072010-12-15 17:57:33 -05004086 acqe_fip->event_tag, acqe_fip->index);
James Smart0c9ab6f2010-02-26 14:15:57 -05004087 rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba,
4088 LPFC_FCOE_FCF_GET_FIRST);
James Smartda0436e2009-05-22 14:51:39 -04004089 if (rc)
James Smart0c9ab6f2010-02-26 14:15:57 -05004090 lpfc_printf_log(phba, KERN_ERR, LOG_FIP | LOG_DISCOVERY,
4091 "2547 Issue FCF scan read FCF mailbox "
James Smarta93ff372010-10-22 11:06:08 -04004092 "command failed (x%x)\n", rc);
James Smartda0436e2009-05-22 14:51:39 -04004093 break;
4094
James Smart70f3c072010-12-15 17:57:33 -05004095 case LPFC_FIP_EVENT_TYPE_FCF_TABLE_FULL:
James Smartda0436e2009-05-22 14:51:39 -04004096 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
James Smarte4e74272009-07-19 10:01:38 -04004097 "2548 FCF Table full count 0x%x tag 0x%x\n",
James Smart70f3c072010-12-15 17:57:33 -05004098 bf_get(lpfc_acqe_fip_fcf_count, acqe_fip),
4099 acqe_fip->event_tag);
James Smartda0436e2009-05-22 14:51:39 -04004100 break;
4101
James Smart70f3c072010-12-15 17:57:33 -05004102 case LPFC_FIP_EVENT_TYPE_FCF_DEAD:
James Smart80c17842012-03-01 22:35:45 -05004103 phba->fcoe_cvl_eventtag = acqe_fip->event_tag;
James Smart0c9ab6f2010-02-26 14:15:57 -05004104 lpfc_printf_log(phba, KERN_ERR, LOG_FIP | LOG_DISCOVERY,
James Smarta93ff372010-10-22 11:06:08 -04004105 "2549 FCF (x%x) disconnected from network, "
James Smart70f3c072010-12-15 17:57:33 -05004106 "tag:x%x\n", acqe_fip->index, acqe_fip->event_tag);
James Smart38b92ef2010-08-04 16:11:39 -04004107 /*
4108 * If we are in the middle of FCF failover process, clear
4109 * the corresponding FCF bit in the roundrobin bitmap.
James Smartda0436e2009-05-22 14:51:39 -04004110 */
James Smartfc2b9892010-02-26 14:15:29 -05004111 spin_lock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05004112 if (phba->fcf.fcf_flag & FCF_DISCOVERY) {
James Smartfc2b9892010-02-26 14:15:29 -05004113 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05004114 /* Update FLOGI FCF failover eligible FCF bmask */
James Smart70f3c072010-12-15 17:57:33 -05004115 lpfc_sli4_fcf_rr_index_clear(phba, acqe_fip->index);
James Smartfc2b9892010-02-26 14:15:29 -05004116 break;
4117 }
James Smart38b92ef2010-08-04 16:11:39 -04004118 spin_unlock_irq(&phba->hbalock);
4119
4120 /* If the event is not for currently used fcf do nothing */
James Smart70f3c072010-12-15 17:57:33 -05004121 if (phba->fcf.current_rec.fcf_indx != acqe_fip->index)
James Smart38b92ef2010-08-04 16:11:39 -04004122 break;
4123
4124 /*
4125 * Otherwise, request the port to rediscover the entire FCF
4126 * table for a fast recovery from case that the current FCF
4127 * is no longer valid as we are not in the middle of FCF
4128 * failover process already.
4129 */
4130 spin_lock_irq(&phba->hbalock);
James Smartfc2b9892010-02-26 14:15:29 -05004131 /* Mark the fast failover process in progress */
James Smart0c9ab6f2010-02-26 14:15:57 -05004132 phba->fcf.fcf_flag |= FCF_DEAD_DISC;
James Smartfc2b9892010-02-26 14:15:29 -05004133 spin_unlock_irq(&phba->hbalock);
James Smart38b92ef2010-08-04 16:11:39 -04004134
James Smart0c9ab6f2010-02-26 14:15:57 -05004135 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
4136 "2771 Start FCF fast failover process due to "
4137 "FCF DEAD event: evt_tag:x%x, fcf_index:x%x "
James Smart70f3c072010-12-15 17:57:33 -05004138 "\n", acqe_fip->event_tag, acqe_fip->index);
James Smartfc2b9892010-02-26 14:15:29 -05004139 rc = lpfc_sli4_redisc_fcf_table(phba);
4140 if (rc) {
James Smart0c9ab6f2010-02-26 14:15:57 -05004141 lpfc_printf_log(phba, KERN_ERR, LOG_FIP |
4142 LOG_DISCOVERY,
4143 "2772 Issue FCF rediscover mabilbox "
4144 "command failed, fail through to FCF "
4145 "dead event\n");
James Smartfc2b9892010-02-26 14:15:29 -05004146 spin_lock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05004147 phba->fcf.fcf_flag &= ~FCF_DEAD_DISC;
James Smartfc2b9892010-02-26 14:15:29 -05004148 spin_unlock_irq(&phba->hbalock);
4149 /*
4150 * Last resort will fail over by treating this
4151 * as a link down to FCF registration.
4152 */
4153 lpfc_sli4_fcf_dead_failthrough(phba);
James Smart38b92ef2010-08-04 16:11:39 -04004154 } else {
4155 /* Reset FCF roundrobin bmask for new discovery */
James Smart7d791df2011-07-22 18:37:52 -04004156 lpfc_sli4_clear_fcf_rr_bmask(phba);
James Smart38b92ef2010-08-04 16:11:39 -04004157 /*
4158 * Handling fast FCF failover to a DEAD FCF event is
4159 * considered equalivant to receiving CVL to all vports.
James Smartfc2b9892010-02-26 14:15:29 -05004160 */
4161 lpfc_sli4_perform_all_vport_cvl(phba);
James Smart38b92ef2010-08-04 16:11:39 -04004162 }
James Smartda0436e2009-05-22 14:51:39 -04004163 break;
James Smart70f3c072010-12-15 17:57:33 -05004164 case LPFC_FIP_EVENT_TYPE_CVL:
James Smart80c17842012-03-01 22:35:45 -05004165 phba->fcoe_cvl_eventtag = acqe_fip->event_tag;
James Smart0c9ab6f2010-02-26 14:15:57 -05004166 lpfc_printf_log(phba, KERN_ERR, LOG_FIP | LOG_DISCOVERY,
James Smart6669f9b2009-10-02 15:16:45 -04004167 "2718 Clear Virtual Link Received for VPI 0x%x"
James Smart70f3c072010-12-15 17:57:33 -05004168 " tag 0x%x\n", acqe_fip->index, acqe_fip->event_tag);
James Smart6d368e52011-05-24 11:44:12 -04004169
James Smart6669f9b2009-10-02 15:16:45 -04004170 vport = lpfc_find_vport_by_vpid(phba,
James Smart5248a742011-07-22 18:37:06 -04004171 acqe_fip->index);
James Smartfc2b9892010-02-26 14:15:29 -05004172 ndlp = lpfc_sli4_perform_vport_cvl(vport);
James Smart6669f9b2009-10-02 15:16:45 -04004173 if (!ndlp)
4174 break;
James Smart695a8142010-01-26 23:08:03 -05004175 active_vlink_present = 0;
4176
4177 vports = lpfc_create_vport_work_array(phba);
4178 if (vports) {
4179 for (i = 0; i <= phba->max_vports && vports[i] != NULL;
4180 i++) {
4181 if ((!(vports[i]->fc_flag &
4182 FC_VPORT_CVL_RCVD)) &&
4183 (vports[i]->port_state > LPFC_FDISC)) {
4184 active_vlink_present = 1;
4185 break;
4186 }
4187 }
4188 lpfc_destroy_vport_work_array(phba, vports);
4189 }
4190
4191 if (active_vlink_present) {
4192 /*
4193 * If there are other active VLinks present,
4194 * re-instantiate the Vlink using FDISC.
4195 */
James Smart6669f9b2009-10-02 15:16:45 -04004196 mod_timer(&ndlp->nlp_delayfunc, jiffies + HZ);
James Smartfc2b9892010-02-26 14:15:29 -05004197 shost = lpfc_shost_from_vport(vport);
James Smart6669f9b2009-10-02 15:16:45 -04004198 spin_lock_irq(shost->host_lock);
4199 ndlp->nlp_flag |= NLP_DELAY_TMO;
4200 spin_unlock_irq(shost->host_lock);
James Smart695a8142010-01-26 23:08:03 -05004201 ndlp->nlp_last_elscmd = ELS_CMD_FDISC;
4202 vport->port_state = LPFC_FDISC;
4203 } else {
James Smartecfd03c2010-02-12 14:41:27 -05004204 /*
4205 * Otherwise, we request port to rediscover
4206 * the entire FCF table for a fast recovery
4207 * from possible case that the current FCF
James Smart0c9ab6f2010-02-26 14:15:57 -05004208 * is no longer valid if we are not already
4209 * in the FCF failover process.
James Smartecfd03c2010-02-12 14:41:27 -05004210 */
James Smartfc2b9892010-02-26 14:15:29 -05004211 spin_lock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05004212 if (phba->fcf.fcf_flag & FCF_DISCOVERY) {
James Smartfc2b9892010-02-26 14:15:29 -05004213 spin_unlock_irq(&phba->hbalock);
4214 break;
4215 }
4216 /* Mark the fast failover process in progress */
James Smart0c9ab6f2010-02-26 14:15:57 -05004217 phba->fcf.fcf_flag |= FCF_ACVL_DISC;
James Smartfc2b9892010-02-26 14:15:29 -05004218 spin_unlock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05004219 lpfc_printf_log(phba, KERN_INFO, LOG_FIP |
4220 LOG_DISCOVERY,
James Smarta93ff372010-10-22 11:06:08 -04004221 "2773 Start FCF failover per CVL, "
James Smart70f3c072010-12-15 17:57:33 -05004222 "evt_tag:x%x\n", acqe_fip->event_tag);
James Smartecfd03c2010-02-12 14:41:27 -05004223 rc = lpfc_sli4_redisc_fcf_table(phba);
James Smartfc2b9892010-02-26 14:15:29 -05004224 if (rc) {
James Smart0c9ab6f2010-02-26 14:15:57 -05004225 lpfc_printf_log(phba, KERN_ERR, LOG_FIP |
4226 LOG_DISCOVERY,
4227 "2774 Issue FCF rediscover "
4228 "mabilbox command failed, "
4229 "through to CVL event\n");
James Smartfc2b9892010-02-26 14:15:29 -05004230 spin_lock_irq(&phba->hbalock);
James Smart0c9ab6f2010-02-26 14:15:57 -05004231 phba->fcf.fcf_flag &= ~FCF_ACVL_DISC;
James Smartfc2b9892010-02-26 14:15:29 -05004232 spin_unlock_irq(&phba->hbalock);
James Smartecfd03c2010-02-12 14:41:27 -05004233 /*
4234 * Last resort will be re-try on the
4235 * the current registered FCF entry.
4236 */
4237 lpfc_retry_pport_discovery(phba);
James Smart38b92ef2010-08-04 16:11:39 -04004238 } else
4239 /*
4240 * Reset FCF roundrobin bmask for new
4241 * discovery.
4242 */
James Smart7d791df2011-07-22 18:37:52 -04004243 lpfc_sli4_clear_fcf_rr_bmask(phba);
James Smart6669f9b2009-10-02 15:16:45 -04004244 }
4245 break;
James Smartda0436e2009-05-22 14:51:39 -04004246 default:
4247 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
4248 "0288 Unknown FCoE event type 0x%x event tag "
James Smart70f3c072010-12-15 17:57:33 -05004249 "0x%x\n", event_type, acqe_fip->event_tag);
James Smartda0436e2009-05-22 14:51:39 -04004250 break;
4251 }
4252}
4253
4254/**
4255 * lpfc_sli4_async_dcbx_evt - Process the asynchronous dcbx event
4256 * @phba: pointer to lpfc hba data structure.
4257 * @acqe_link: pointer to the async dcbx completion queue entry.
4258 *
4259 * This routine is to handle the SLI4 asynchronous dcbx event.
4260 **/
4261static void
4262lpfc_sli4_async_dcbx_evt(struct lpfc_hba *phba,
4263 struct lpfc_acqe_dcbx *acqe_dcbx)
4264{
James Smart4d9ab992009-10-02 15:16:39 -04004265 phba->fc_eventTag = acqe_dcbx->event_tag;
James Smartda0436e2009-05-22 14:51:39 -04004266 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
4267 "0290 The SLI4 DCBX asynchronous event is not "
4268 "handled yet\n");
4269}
4270
4271/**
James Smartb19a0612010-04-06 14:48:51 -04004272 * lpfc_sli4_async_grp5_evt - Process the asynchronous group5 event
4273 * @phba: pointer to lpfc hba data structure.
4274 * @acqe_link: pointer to the async grp5 completion queue entry.
4275 *
4276 * This routine is to handle the SLI4 asynchronous grp5 event. A grp5 event
4277 * is an asynchronous notified of a logical link speed change. The Port
4278 * reports the logical link speed in units of 10Mbps.
4279 **/
4280static void
4281lpfc_sli4_async_grp5_evt(struct lpfc_hba *phba,
4282 struct lpfc_acqe_grp5 *acqe_grp5)
4283{
4284 uint16_t prev_ll_spd;
4285
4286 phba->fc_eventTag = acqe_grp5->event_tag;
4287 phba->fcoe_eventtag = acqe_grp5->event_tag;
4288 prev_ll_spd = phba->sli4_hba.link_state.logical_speed;
4289 phba->sli4_hba.link_state.logical_speed =
James Smart8b68cd52012-09-29 11:32:37 -04004290 (bf_get(lpfc_acqe_grp5_llink_spd, acqe_grp5)) * 10;
James Smartb19a0612010-04-06 14:48:51 -04004291 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
4292 "2789 GRP5 Async Event: Updating logical link speed "
James Smart8b68cd52012-09-29 11:32:37 -04004293 "from %dMbps to %dMbps\n", prev_ll_spd,
4294 phba->sli4_hba.link_state.logical_speed);
James Smartb19a0612010-04-06 14:48:51 -04004295}
4296
4297/**
James Smartda0436e2009-05-22 14:51:39 -04004298 * lpfc_sli4_async_event_proc - Process all the pending asynchronous event
4299 * @phba: pointer to lpfc hba data structure.
4300 *
4301 * This routine is invoked by the worker thread to process all the pending
4302 * SLI4 asynchronous events.
4303 **/
4304void lpfc_sli4_async_event_proc(struct lpfc_hba *phba)
4305{
4306 struct lpfc_cq_event *cq_event;
4307
4308 /* First, declare the async event has been handled */
4309 spin_lock_irq(&phba->hbalock);
4310 phba->hba_flag &= ~ASYNC_EVENT;
4311 spin_unlock_irq(&phba->hbalock);
4312 /* Now, handle all the async events */
4313 while (!list_empty(&phba->sli4_hba.sp_asynce_work_queue)) {
4314 /* Get the first event from the head of the event queue */
4315 spin_lock_irq(&phba->hbalock);
4316 list_remove_head(&phba->sli4_hba.sp_asynce_work_queue,
4317 cq_event, struct lpfc_cq_event, list);
4318 spin_unlock_irq(&phba->hbalock);
4319 /* Process the asynchronous event */
4320 switch (bf_get(lpfc_trailer_code, &cq_event->cqe.mcqe_cmpl)) {
4321 case LPFC_TRAILER_CODE_LINK:
4322 lpfc_sli4_async_link_evt(phba,
4323 &cq_event->cqe.acqe_link);
4324 break;
4325 case LPFC_TRAILER_CODE_FCOE:
James Smart70f3c072010-12-15 17:57:33 -05004326 lpfc_sli4_async_fip_evt(phba, &cq_event->cqe.acqe_fip);
James Smartda0436e2009-05-22 14:51:39 -04004327 break;
4328 case LPFC_TRAILER_CODE_DCBX:
4329 lpfc_sli4_async_dcbx_evt(phba,
4330 &cq_event->cqe.acqe_dcbx);
4331 break;
James Smartb19a0612010-04-06 14:48:51 -04004332 case LPFC_TRAILER_CODE_GRP5:
4333 lpfc_sli4_async_grp5_evt(phba,
4334 &cq_event->cqe.acqe_grp5);
4335 break;
James Smart70f3c072010-12-15 17:57:33 -05004336 case LPFC_TRAILER_CODE_FC:
4337 lpfc_sli4_async_fc_evt(phba, &cq_event->cqe.acqe_fc);
4338 break;
4339 case LPFC_TRAILER_CODE_SLI:
4340 lpfc_sli4_async_sli_evt(phba, &cq_event->cqe.acqe_sli);
4341 break;
James Smartda0436e2009-05-22 14:51:39 -04004342 default:
4343 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
4344 "1804 Invalid asynchrous event code: "
4345 "x%x\n", bf_get(lpfc_trailer_code,
4346 &cq_event->cqe.mcqe_cmpl));
4347 break;
4348 }
4349 /* Free the completion event processed to the free pool */
4350 lpfc_sli4_cq_event_release(phba, cq_event);
4351 }
4352}
4353
4354/**
James Smartecfd03c2010-02-12 14:41:27 -05004355 * lpfc_sli4_fcf_redisc_event_proc - Process fcf table rediscovery event
4356 * @phba: pointer to lpfc hba data structure.
4357 *
4358 * This routine is invoked by the worker thread to process FCF table
4359 * rediscovery pending completion event.
4360 **/
4361void lpfc_sli4_fcf_redisc_event_proc(struct lpfc_hba *phba)
4362{
4363 int rc;
4364
4365 spin_lock_irq(&phba->hbalock);
4366 /* Clear FCF rediscovery timeout event */
4367 phba->fcf.fcf_flag &= ~FCF_REDISC_EVT;
4368 /* Clear driver fast failover FCF record flag */
4369 phba->fcf.failover_rec.flag = 0;
4370 /* Set state for FCF fast failover */
4371 phba->fcf.fcf_flag |= FCF_REDISC_FOV;
4372 spin_unlock_irq(&phba->hbalock);
4373
4374 /* Scan FCF table from the first entry to re-discover SAN */
James Smart0c9ab6f2010-02-26 14:15:57 -05004375 lpfc_printf_log(phba, KERN_INFO, LOG_FIP | LOG_DISCOVERY,
James Smarta93ff372010-10-22 11:06:08 -04004376 "2777 Start post-quiescent FCF table scan\n");
James Smart0c9ab6f2010-02-26 14:15:57 -05004377 rc = lpfc_sli4_fcf_scan_read_fcf_rec(phba, LPFC_FCOE_FCF_GET_FIRST);
James Smartecfd03c2010-02-12 14:41:27 -05004378 if (rc)
James Smart0c9ab6f2010-02-26 14:15:57 -05004379 lpfc_printf_log(phba, KERN_ERR, LOG_FIP | LOG_DISCOVERY,
4380 "2747 Issue FCF scan read FCF mailbox "
4381 "command failed 0x%x\n", rc);
James Smartecfd03c2010-02-12 14:41:27 -05004382}
4383
4384/**
James Smartda0436e2009-05-22 14:51:39 -04004385 * lpfc_api_table_setup - Set up per hba pci-device group func api jump table
4386 * @phba: pointer to lpfc hba data structure.
4387 * @dev_grp: The HBA PCI-Device group number.
4388 *
4389 * This routine is invoked to set up the per HBA PCI-Device group function
4390 * API jump table entries.
4391 *
4392 * Return: 0 if success, otherwise -ENODEV
4393 **/
4394int
4395lpfc_api_table_setup(struct lpfc_hba *phba, uint8_t dev_grp)
James Smart5b75da22008-12-04 22:39:35 -05004396{
4397 int rc;
4398
James Smartda0436e2009-05-22 14:51:39 -04004399 /* Set up lpfc PCI-device group */
4400 phba->pci_dev_grp = dev_grp;
James Smart5b75da22008-12-04 22:39:35 -05004401
James Smartda0436e2009-05-22 14:51:39 -04004402 /* The LPFC_PCI_DEV_OC uses SLI4 */
4403 if (dev_grp == LPFC_PCI_DEV_OC)
4404 phba->sli_rev = LPFC_SLI_REV4;
James Smart5b75da22008-12-04 22:39:35 -05004405
James Smartda0436e2009-05-22 14:51:39 -04004406 /* Set up device INIT API function jump table */
4407 rc = lpfc_init_api_table_setup(phba, dev_grp);
4408 if (rc)
4409 return -ENODEV;
4410 /* Set up SCSI API function jump table */
4411 rc = lpfc_scsi_api_table_setup(phba, dev_grp);
4412 if (rc)
4413 return -ENODEV;
4414 /* Set up SLI API function jump table */
4415 rc = lpfc_sli_api_table_setup(phba, dev_grp);
4416 if (rc)
4417 return -ENODEV;
4418 /* Set up MBOX API function jump table */
4419 rc = lpfc_mbox_api_table_setup(phba, dev_grp);
4420 if (rc)
4421 return -ENODEV;
James Smart5b75da22008-12-04 22:39:35 -05004422
James Smartda0436e2009-05-22 14:51:39 -04004423 return 0;
James Smart5b75da22008-12-04 22:39:35 -05004424}
4425
4426/**
James Smart3621a712009-04-06 18:47:14 -04004427 * lpfc_log_intr_mode - Log the active interrupt mode
James Smart5b75da22008-12-04 22:39:35 -05004428 * @phba: pointer to lpfc hba data structure.
4429 * @intr_mode: active interrupt mode adopted.
4430 *
4431 * This routine it invoked to log the currently used active interrupt mode
4432 * to the device.
James Smart3772a992009-05-22 14:50:54 -04004433 **/
4434static void lpfc_log_intr_mode(struct lpfc_hba *phba, uint32_t intr_mode)
James Smart5b75da22008-12-04 22:39:35 -05004435{
4436 switch (intr_mode) {
4437 case 0:
4438 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
4439 "0470 Enable INTx interrupt mode.\n");
4440 break;
4441 case 1:
4442 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
4443 "0481 Enabled MSI interrupt mode.\n");
4444 break;
4445 case 2:
4446 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
4447 "0480 Enabled MSI-X interrupt mode.\n");
4448 break;
4449 default:
4450 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
4451 "0482 Illegal interrupt mode.\n");
4452 break;
4453 }
4454 return;
4455}
4456
James Smart5b75da22008-12-04 22:39:35 -05004457/**
James Smart3772a992009-05-22 14:50:54 -04004458 * lpfc_enable_pci_dev - Enable a generic PCI device.
James Smart5b75da22008-12-04 22:39:35 -05004459 * @phba: pointer to lpfc hba data structure.
4460 *
James Smart3772a992009-05-22 14:50:54 -04004461 * This routine is invoked to enable the PCI device that is common to all
4462 * PCI devices.
James Smart5b75da22008-12-04 22:39:35 -05004463 *
4464 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02004465 * 0 - successful
James Smart3772a992009-05-22 14:50:54 -04004466 * other values - error
James Smart5b75da22008-12-04 22:39:35 -05004467 **/
James Smart3772a992009-05-22 14:50:54 -04004468static int
4469lpfc_enable_pci_dev(struct lpfc_hba *phba)
James Smart5b75da22008-12-04 22:39:35 -05004470{
James Smart3772a992009-05-22 14:50:54 -04004471 struct pci_dev *pdev;
James Smart079b5c92011-08-21 21:48:49 -04004472 int bars = 0;
James Smart5b75da22008-12-04 22:39:35 -05004473
James Smart3772a992009-05-22 14:50:54 -04004474 /* Obtain PCI device reference */
4475 if (!phba->pcidev)
4476 goto out_error;
4477 else
4478 pdev = phba->pcidev;
4479 /* Select PCI BARs */
4480 bars = pci_select_bars(pdev, IORESOURCE_MEM);
4481 /* Enable PCI device */
4482 if (pci_enable_device_mem(pdev))
4483 goto out_error;
4484 /* Request PCI resource for the device */
4485 if (pci_request_selected_regions(pdev, bars, LPFC_DRIVER_NAME))
4486 goto out_disable_device;
4487 /* Set up device as PCI master and save state for EEH */
4488 pci_set_master(pdev);
4489 pci_try_set_mwi(pdev);
4490 pci_save_state(pdev);
James Smart5b75da22008-12-04 22:39:35 -05004491
James Smart05580562011-05-24 11:40:48 -04004492 /* PCIe EEH recovery on powerpc platforms needs fundamental reset */
4493 if (pci_find_capability(pdev, PCI_CAP_ID_EXP))
4494 pdev->needs_freset = 1;
4495
James Smart3772a992009-05-22 14:50:54 -04004496 return 0;
James Smart5b75da22008-12-04 22:39:35 -05004497
James Smart3772a992009-05-22 14:50:54 -04004498out_disable_device:
4499 pci_disable_device(pdev);
4500out_error:
James Smart079b5c92011-08-21 21:48:49 -04004501 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
4502 "1401 Failed to enable pci device, bars:x%x\n", bars);
James Smart3772a992009-05-22 14:50:54 -04004503 return -ENODEV;
James Smart5b75da22008-12-04 22:39:35 -05004504}
4505
4506/**
James Smart3772a992009-05-22 14:50:54 -04004507 * lpfc_disable_pci_dev - Disable a generic PCI device.
James Smart5b75da22008-12-04 22:39:35 -05004508 * @phba: pointer to lpfc hba data structure.
4509 *
James Smart3772a992009-05-22 14:50:54 -04004510 * This routine is invoked to disable the PCI device that is common to all
4511 * PCI devices.
James Smart5b75da22008-12-04 22:39:35 -05004512 **/
4513static void
James Smart3772a992009-05-22 14:50:54 -04004514lpfc_disable_pci_dev(struct lpfc_hba *phba)
James Smart5b75da22008-12-04 22:39:35 -05004515{
James Smart3772a992009-05-22 14:50:54 -04004516 struct pci_dev *pdev;
4517 int bars;
James Smart5b75da22008-12-04 22:39:35 -05004518
James Smart3772a992009-05-22 14:50:54 -04004519 /* Obtain PCI device reference */
4520 if (!phba->pcidev)
4521 return;
4522 else
4523 pdev = phba->pcidev;
4524 /* Select PCI BARs */
4525 bars = pci_select_bars(pdev, IORESOURCE_MEM);
4526 /* Release PCI resource and disable PCI device */
4527 pci_release_selected_regions(pdev, bars);
4528 pci_disable_device(pdev);
4529 /* Null out PCI private reference to driver */
4530 pci_set_drvdata(pdev, NULL);
James Smart5b75da22008-12-04 22:39:35 -05004531
4532 return;
4533}
4534
4535/**
James Smart3772a992009-05-22 14:50:54 -04004536 * lpfc_reset_hba - Reset a hba
4537 * @phba: pointer to lpfc hba data structure.
James Smarte59058c2008-08-24 21:49:00 -04004538 *
James Smart3772a992009-05-22 14:50:54 -04004539 * This routine is invoked to reset a hba device. It brings the HBA
4540 * offline, performs a board restart, and then brings the board back
4541 * online. The lpfc_offline calls lpfc_sli_hba_down which will clean up
4542 * on outstanding mailbox commands.
James Smarte59058c2008-08-24 21:49:00 -04004543 **/
James Smart3772a992009-05-22 14:50:54 -04004544void
4545lpfc_reset_hba(struct lpfc_hba *phba)
dea31012005-04-17 16:05:31 -05004546{
James Smart3772a992009-05-22 14:50:54 -04004547 /* If resets are disabled then set error state and return. */
4548 if (!phba->cfg_enable_hba_reset) {
4549 phba->link_state = LPFC_HBA_ERROR;
4550 return;
4551 }
James Smart618a5232012-06-12 13:54:36 -04004552 lpfc_offline_prep(phba, LPFC_MBX_WAIT);
James Smart3772a992009-05-22 14:50:54 -04004553 lpfc_offline(phba);
4554 lpfc_sli_brdrestart(phba);
4555 lpfc_online(phba);
4556 lpfc_unblock_mgmt_io(phba);
4557}
dea31012005-04-17 16:05:31 -05004558
James Smart3772a992009-05-22 14:50:54 -04004559/**
James Smart0a96e972011-07-22 18:37:28 -04004560 * lpfc_sli_sriov_nr_virtfn_get - Get the number of sr-iov virtual functions
4561 * @phba: pointer to lpfc hba data structure.
4562 *
4563 * This function enables the PCI SR-IOV virtual functions to a physical
4564 * function. It invokes the PCI SR-IOV api with the @nr_vfn provided to
4565 * enable the number of virtual functions to the physical function. As
4566 * not all devices support SR-IOV, the return code from the pci_enable_sriov()
4567 * API call does not considered as an error condition for most of the device.
4568 **/
4569uint16_t
4570lpfc_sli_sriov_nr_virtfn_get(struct lpfc_hba *phba)
4571{
4572 struct pci_dev *pdev = phba->pcidev;
4573 uint16_t nr_virtfn;
4574 int pos;
4575
James Smart0a96e972011-07-22 18:37:28 -04004576 pos = pci_find_ext_capability(pdev, PCI_EXT_CAP_ID_SRIOV);
4577 if (pos == 0)
4578 return 0;
4579
4580 pci_read_config_word(pdev, pos + PCI_SRIOV_TOTAL_VF, &nr_virtfn);
4581 return nr_virtfn;
4582}
4583
4584/**
James Smart912e3ac2011-05-24 11:42:11 -04004585 * lpfc_sli_probe_sriov_nr_virtfn - Enable a number of sr-iov virtual functions
4586 * @phba: pointer to lpfc hba data structure.
4587 * @nr_vfn: number of virtual functions to be enabled.
4588 *
4589 * This function enables the PCI SR-IOV virtual functions to a physical
4590 * function. It invokes the PCI SR-IOV api with the @nr_vfn provided to
4591 * enable the number of virtual functions to the physical function. As
4592 * not all devices support SR-IOV, the return code from the pci_enable_sriov()
4593 * API call does not considered as an error condition for most of the device.
4594 **/
4595int
4596lpfc_sli_probe_sriov_nr_virtfn(struct lpfc_hba *phba, int nr_vfn)
4597{
4598 struct pci_dev *pdev = phba->pcidev;
James Smart0a96e972011-07-22 18:37:28 -04004599 uint16_t max_nr_vfn;
James Smart912e3ac2011-05-24 11:42:11 -04004600 int rc;
4601
James Smart0a96e972011-07-22 18:37:28 -04004602 max_nr_vfn = lpfc_sli_sriov_nr_virtfn_get(phba);
4603 if (nr_vfn > max_nr_vfn) {
4604 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
4605 "3057 Requested vfs (%d) greater than "
4606 "supported vfs (%d)", nr_vfn, max_nr_vfn);
4607 return -EINVAL;
4608 }
4609
James Smart912e3ac2011-05-24 11:42:11 -04004610 rc = pci_enable_sriov(pdev, nr_vfn);
4611 if (rc) {
4612 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
4613 "2806 Failed to enable sriov on this device "
4614 "with vfn number nr_vf:%d, rc:%d\n",
4615 nr_vfn, rc);
4616 } else
4617 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
4618 "2807 Successful enable sriov on this device "
4619 "with vfn number nr_vf:%d\n", nr_vfn);
4620 return rc;
4621}
4622
4623/**
James Smart3772a992009-05-22 14:50:54 -04004624 * lpfc_sli_driver_resource_setup - Setup driver internal resources for SLI3 dev.
4625 * @phba: pointer to lpfc hba data structure.
4626 *
4627 * This routine is invoked to set up the driver internal resources specific to
4628 * support the SLI-3 HBA device it attached to.
4629 *
4630 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02004631 * 0 - successful
James Smart3772a992009-05-22 14:50:54 -04004632 * other values - error
4633 **/
4634static int
4635lpfc_sli_driver_resource_setup(struct lpfc_hba *phba)
4636{
4637 struct lpfc_sli *psli;
James Smart912e3ac2011-05-24 11:42:11 -04004638 int rc;
dea31012005-04-17 16:05:31 -05004639
James Smart3772a992009-05-22 14:50:54 -04004640 /*
4641 * Initialize timers used by driver
4642 */
dea31012005-04-17 16:05:31 -05004643
James Smart3772a992009-05-22 14:50:54 -04004644 /* Heartbeat timer */
4645 init_timer(&phba->hb_tmofunc);
4646 phba->hb_tmofunc.function = lpfc_hb_timeout;
4647 phba->hb_tmofunc.data = (unsigned long)phba;
4648
4649 psli = &phba->sli;
4650 /* MBOX heartbeat timer */
4651 init_timer(&psli->mbox_tmo);
4652 psli->mbox_tmo.function = lpfc_mbox_timeout;
4653 psli->mbox_tmo.data = (unsigned long) phba;
4654 /* FCP polling mode timer */
4655 init_timer(&phba->fcp_poll_timer);
4656 phba->fcp_poll_timer.function = lpfc_poll_timeout;
4657 phba->fcp_poll_timer.data = (unsigned long) phba;
4658 /* Fabric block timer */
4659 init_timer(&phba->fabric_block_timer);
4660 phba->fabric_block_timer.function = lpfc_fabric_block_timeout;
4661 phba->fabric_block_timer.data = (unsigned long) phba;
4662 /* EA polling mode timer */
4663 init_timer(&phba->eratt_poll);
4664 phba->eratt_poll.function = lpfc_poll_eratt;
4665 phba->eratt_poll.data = (unsigned long) phba;
4666
4667 /* Host attention work mask setup */
4668 phba->work_ha_mask = (HA_ERATT | HA_MBATT | HA_LATT);
4669 phba->work_ha_mask |= (HA_RXMASK << (LPFC_ELS_RING * 4));
4670
4671 /* Get all the module params for configuring this host */
4672 lpfc_get_cfgparam(phba);
James Smart49198b32010-04-06 15:04:33 -04004673 if (phba->pcidev->device == PCI_DEVICE_ID_HORNET) {
4674 phba->menlo_flag |= HBA_MENLO_SUPPORT;
4675 /* check for menlo minimum sg count */
4676 if (phba->cfg_sg_seg_cnt < LPFC_DEFAULT_MENLO_SG_SEG_CNT)
4677 phba->cfg_sg_seg_cnt = LPFC_DEFAULT_MENLO_SG_SEG_CNT;
4678 }
4679
James Smart2a76a282012-08-03 12:35:54 -04004680 if (!phba->sli.ring)
4681 phba->sli.ring = (struct lpfc_sli_ring *)
4682 kzalloc(LPFC_SLI3_MAX_RING *
4683 sizeof(struct lpfc_sli_ring), GFP_KERNEL);
4684 if (!phba->sli.ring)
4685 return -ENOMEM;
4686
James Smart3772a992009-05-22 14:50:54 -04004687 /*
4688 * Since the sg_tablesize is module parameter, the sg_dma_buf_size
4689 * used to create the sg_dma_buf_pool must be dynamically calculated.
4690 * 2 segments are added since the IOCB needs a command and response bde.
4691 */
4692 phba->cfg_sg_dma_buf_size = sizeof(struct fcp_cmnd) +
4693 sizeof(struct fcp_rsp) +
4694 ((phba->cfg_sg_seg_cnt + 2) * sizeof(struct ulp_bde64));
4695
4696 if (phba->cfg_enable_bg) {
4697 phba->cfg_sg_seg_cnt = LPFC_MAX_SG_SEG_CNT;
4698 phba->cfg_sg_dma_buf_size +=
4699 phba->cfg_prot_sg_seg_cnt * sizeof(struct ulp_bde64);
4700 }
4701
4702 /* Also reinitialize the host templates with new values. */
4703 lpfc_vport_template.sg_tablesize = phba->cfg_sg_seg_cnt;
4704 lpfc_template.sg_tablesize = phba->cfg_sg_seg_cnt;
4705
4706 phba->max_vpi = LPFC_MAX_VPI;
4707 /* This will be set to correct value after config_port mbox */
4708 phba->max_vports = 0;
4709
4710 /*
4711 * Initialize the SLI Layer to run with lpfc HBAs.
4712 */
4713 lpfc_sli_setup(phba);
4714 lpfc_sli_queue_setup(phba);
4715
4716 /* Allocate device driver memory */
4717 if (lpfc_mem_alloc(phba, BPL_ALIGN_SZ))
4718 return -ENOMEM;
4719
James Smart912e3ac2011-05-24 11:42:11 -04004720 /*
4721 * Enable sr-iov virtual functions if supported and configured
4722 * through the module parameter.
4723 */
4724 if (phba->cfg_sriov_nr_virtfn > 0) {
4725 rc = lpfc_sli_probe_sriov_nr_virtfn(phba,
4726 phba->cfg_sriov_nr_virtfn);
4727 if (rc) {
4728 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
4729 "2808 Requested number of SR-IOV "
4730 "virtual functions (%d) is not "
4731 "supported\n",
4732 phba->cfg_sriov_nr_virtfn);
4733 phba->cfg_sriov_nr_virtfn = 0;
4734 }
4735 }
4736
James Smart3772a992009-05-22 14:50:54 -04004737 return 0;
4738}
4739
4740/**
4741 * lpfc_sli_driver_resource_unset - Unset drvr internal resources for SLI3 dev
4742 * @phba: pointer to lpfc hba data structure.
4743 *
4744 * This routine is invoked to unset the driver internal resources set up
4745 * specific for supporting the SLI-3 HBA device it attached to.
4746 **/
4747static void
4748lpfc_sli_driver_resource_unset(struct lpfc_hba *phba)
4749{
4750 /* Free device driver memory allocated */
4751 lpfc_mem_free_all(phba);
4752
4753 return;
4754}
4755
4756/**
James Smartda0436e2009-05-22 14:51:39 -04004757 * lpfc_sli4_driver_resource_setup - Setup drvr internal resources for SLI4 dev
4758 * @phba: pointer to lpfc hba data structure.
4759 *
4760 * This routine is invoked to set up the driver internal resources specific to
4761 * support the SLI-4 HBA device it attached to.
4762 *
4763 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02004764 * 0 - successful
James Smartda0436e2009-05-22 14:51:39 -04004765 * other values - error
4766 **/
4767static int
4768lpfc_sli4_driver_resource_setup(struct lpfc_hba *phba)
4769{
4770 struct lpfc_sli *psli;
James Smart28baac72010-02-12 14:42:03 -05004771 LPFC_MBOXQ_t *mboxq;
4772 int rc, i, hbq_count, buf_size, dma_buf_size, max_buf_size;
4773 uint8_t pn_page[LPFC_MAX_SUPPORTED_PAGES] = {0};
4774 struct lpfc_mqe *mqe;
James Smart085c6472010-11-20 23:11:37 -05004775 int longs, sli_family;
James Smartacd68592012-01-18 16:25:09 -05004776 int sges_per_segment;
James Smartda0436e2009-05-22 14:51:39 -04004777
4778 /* Before proceed, wait for POST done and device ready */
4779 rc = lpfc_sli4_post_status_check(phba);
4780 if (rc)
4781 return -ENODEV;
4782
4783 /*
4784 * Initialize timers used by driver
4785 */
4786
4787 /* Heartbeat timer */
4788 init_timer(&phba->hb_tmofunc);
4789 phba->hb_tmofunc.function = lpfc_hb_timeout;
4790 phba->hb_tmofunc.data = (unsigned long)phba;
James Smart19ca7602010-11-20 23:11:55 -05004791 init_timer(&phba->rrq_tmr);
4792 phba->rrq_tmr.function = lpfc_rrq_timeout;
4793 phba->rrq_tmr.data = (unsigned long)phba;
James Smartda0436e2009-05-22 14:51:39 -04004794
4795 psli = &phba->sli;
4796 /* MBOX heartbeat timer */
4797 init_timer(&psli->mbox_tmo);
4798 psli->mbox_tmo.function = lpfc_mbox_timeout;
4799 psli->mbox_tmo.data = (unsigned long) phba;
4800 /* Fabric block timer */
4801 init_timer(&phba->fabric_block_timer);
4802 phba->fabric_block_timer.function = lpfc_fabric_block_timeout;
4803 phba->fabric_block_timer.data = (unsigned long) phba;
4804 /* EA polling mode timer */
4805 init_timer(&phba->eratt_poll);
4806 phba->eratt_poll.function = lpfc_poll_eratt;
4807 phba->eratt_poll.data = (unsigned long) phba;
James Smartecfd03c2010-02-12 14:41:27 -05004808 /* FCF rediscover timer */
4809 init_timer(&phba->fcf.redisc_wait);
4810 phba->fcf.redisc_wait.function = lpfc_sli4_fcf_redisc_wait_tmo;
4811 phba->fcf.redisc_wait.data = (unsigned long)phba;
4812
James Smartda0436e2009-05-22 14:51:39 -04004813 /*
James Smart7ad20aa2011-05-24 11:44:28 -04004814 * Control structure for handling external multi-buffer mailbox
4815 * command pass-through.
4816 */
4817 memset((uint8_t *)&phba->mbox_ext_buf_ctx, 0,
4818 sizeof(struct lpfc_mbox_ext_buf_ctx));
4819 INIT_LIST_HEAD(&phba->mbox_ext_buf_ctx.ext_dmabuf_list);
4820
4821 /*
James Smartda0436e2009-05-22 14:51:39 -04004822 * We need to do a READ_CONFIG mailbox command here before
4823 * calling lpfc_get_cfgparam. For VFs this will report the
4824 * MAX_XRI, MAX_VPI, MAX_RPI, MAX_IOCB, and MAX_VFI settings.
4825 * All of the resources allocated
4826 * for this Port are tied to these values.
4827 */
4828 /* Get all the module params for configuring this host */
4829 lpfc_get_cfgparam(phba);
4830 phba->max_vpi = LPFC_MAX_VPI;
James Smart67d12732012-08-03 12:36:13 -04004831
4832 /* Eventually cfg_fcp_eq_count / cfg_fcp_wq_count will be depricated */
4833 phba->cfg_fcp_io_channel = phba->cfg_fcp_eq_count;
4834
James Smartda0436e2009-05-22 14:51:39 -04004835 /* This will be set to correct value after the read_config mbox */
4836 phba->max_vports = 0;
4837
4838 /* Program the default value of vlan_id and fc_map */
4839 phba->valid_vlan = 0;
4840 phba->fc_map[0] = LPFC_FCOE_FCF_MAP0;
4841 phba->fc_map[1] = LPFC_FCOE_FCF_MAP1;
4842 phba->fc_map[2] = LPFC_FCOE_FCF_MAP2;
4843
James Smartacd68592012-01-18 16:25:09 -05004844 /* With BlockGuard we can have multiple SGEs per Data Segemnt */
4845 sges_per_segment = 1;
4846 if (phba->cfg_enable_bg)
4847 sges_per_segment = 2;
4848
James Smartda0436e2009-05-22 14:51:39 -04004849 /*
James Smart2a76a282012-08-03 12:35:54 -04004850 * For SLI4, instead of using ring 0 (LPFC_FCP_RING) for FCP commands
4851 * we will associate a new ring, for each FCP fastpath EQ/CQ/WQ tuple.
4852 */
4853 if (!phba->sli.ring)
4854 phba->sli.ring = kzalloc(
James Smart67d12732012-08-03 12:36:13 -04004855 (LPFC_SLI3_MAX_RING + phba->cfg_fcp_io_channel) *
James Smart2a76a282012-08-03 12:35:54 -04004856 sizeof(struct lpfc_sli_ring), GFP_KERNEL);
4857 if (!phba->sli.ring)
4858 return -ENOMEM;
4859 /*
James Smartda0436e2009-05-22 14:51:39 -04004860 * Since the sg_tablesize is module parameter, the sg_dma_buf_size
4861 * used to create the sg_dma_buf_pool must be dynamically calculated.
4862 * 2 segments are added since the IOCB needs a command and response bde.
4863 * To insure that the scsi sgl does not cross a 4k page boundary only
James Smart28baac72010-02-12 14:42:03 -05004864 * sgl sizes of must be a power of 2.
James Smartda0436e2009-05-22 14:51:39 -04004865 */
James Smart28baac72010-02-12 14:42:03 -05004866 buf_size = (sizeof(struct fcp_cmnd) + sizeof(struct fcp_rsp) +
James Smartacd68592012-01-18 16:25:09 -05004867 (((phba->cfg_sg_seg_cnt * sges_per_segment) + 2) *
4868 sizeof(struct sli4_sge)));
James Smart085c6472010-11-20 23:11:37 -05004869
4870 sli_family = bf_get(lpfc_sli_intf_sli_family, &phba->sli4_hba.sli_intf);
4871 max_buf_size = LPFC_SLI4_MAX_BUF_SIZE;
4872 switch (sli_family) {
4873 case LPFC_SLI_INTF_FAMILY_BE2:
4874 case LPFC_SLI_INTF_FAMILY_BE3:
4875 /* There is a single hint for BE - 2 pages per BPL. */
4876 if (bf_get(lpfc_sli_intf_sli_hint1, &phba->sli4_hba.sli_intf) ==
4877 LPFC_SLI_INTF_SLI_HINT1_1)
4878 max_buf_size = LPFC_SLI4_FL1_MAX_BUF_SIZE;
4879 break;
4880 case LPFC_SLI_INTF_FAMILY_LNCR_A0:
4881 case LPFC_SLI_INTF_FAMILY_LNCR_B0:
4882 default:
4883 break;
4884 }
James Smartacd68592012-01-18 16:25:09 -05004885
James Smart28baac72010-02-12 14:42:03 -05004886 for (dma_buf_size = LPFC_SLI4_MIN_BUF_SIZE;
4887 dma_buf_size < max_buf_size && buf_size > dma_buf_size;
4888 dma_buf_size = dma_buf_size << 1)
4889 ;
4890 if (dma_buf_size == max_buf_size)
4891 phba->cfg_sg_seg_cnt = (dma_buf_size -
4892 sizeof(struct fcp_cmnd) - sizeof(struct fcp_rsp) -
4893 (2 * sizeof(struct sli4_sge))) /
4894 sizeof(struct sli4_sge);
4895 phba->cfg_sg_dma_buf_size = dma_buf_size;
James Smartda0436e2009-05-22 14:51:39 -04004896
4897 /* Initialize buffer queue management fields */
4898 hbq_count = lpfc_sli_hbq_count();
4899 for (i = 0; i < hbq_count; ++i)
4900 INIT_LIST_HEAD(&phba->hbqs[i].hbq_buffer_list);
4901 INIT_LIST_HEAD(&phba->rb_pend_list);
4902 phba->hbqs[LPFC_ELS_HBQ].hbq_alloc_buffer = lpfc_sli4_rb_alloc;
4903 phba->hbqs[LPFC_ELS_HBQ].hbq_free_buffer = lpfc_sli4_rb_free;
4904
4905 /*
4906 * Initialize the SLI Layer to run with lpfc SLI4 HBAs.
4907 */
4908 /* Initialize the Abort scsi buffer list used by driver */
4909 spin_lock_init(&phba->sli4_hba.abts_scsi_buf_list_lock);
4910 INIT_LIST_HEAD(&phba->sli4_hba.lpfc_abts_scsi_buf_list);
4911 /* This abort list used by worker thread */
4912 spin_lock_init(&phba->sli4_hba.abts_sgl_list_lock);
4913
4914 /*
James Smart6d368e52011-05-24 11:44:12 -04004915 * Initialize driver internal slow-path work queues
James Smartda0436e2009-05-22 14:51:39 -04004916 */
4917
4918 /* Driver internel slow-path CQ Event pool */
4919 INIT_LIST_HEAD(&phba->sli4_hba.sp_cqe_event_pool);
4920 /* Response IOCB work queue list */
James Smart45ed1192009-10-02 15:17:02 -04004921 INIT_LIST_HEAD(&phba->sli4_hba.sp_queue_event);
James Smartda0436e2009-05-22 14:51:39 -04004922 /* Asynchronous event CQ Event work queue list */
4923 INIT_LIST_HEAD(&phba->sli4_hba.sp_asynce_work_queue);
4924 /* Fast-path XRI aborted CQ Event work queue list */
4925 INIT_LIST_HEAD(&phba->sli4_hba.sp_fcp_xri_aborted_work_queue);
4926 /* Slow-path XRI aborted CQ Event work queue list */
4927 INIT_LIST_HEAD(&phba->sli4_hba.sp_els_xri_aborted_work_queue);
4928 /* Receive queue CQ Event work queue list */
4929 INIT_LIST_HEAD(&phba->sli4_hba.sp_unsol_work_queue);
4930
James Smart6d368e52011-05-24 11:44:12 -04004931 /* Initialize extent block lists. */
4932 INIT_LIST_HEAD(&phba->sli4_hba.lpfc_rpi_blk_list);
4933 INIT_LIST_HEAD(&phba->sli4_hba.lpfc_xri_blk_list);
4934 INIT_LIST_HEAD(&phba->sli4_hba.lpfc_vfi_blk_list);
4935 INIT_LIST_HEAD(&phba->lpfc_vpi_blk_list);
4936
James Smartda0436e2009-05-22 14:51:39 -04004937 /* Initialize the driver internal SLI layer lists. */
4938 lpfc_sli_setup(phba);
4939 lpfc_sli_queue_setup(phba);
4940
4941 /* Allocate device driver memory */
4942 rc = lpfc_mem_alloc(phba, SGL_ALIGN_SZ);
4943 if (rc)
4944 return -ENOMEM;
4945
James Smart2fcee4b2010-12-15 17:57:46 -05004946 /* IF Type 2 ports get initialized now. */
4947 if (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) ==
4948 LPFC_SLI_INTF_IF_TYPE_2) {
4949 rc = lpfc_pci_function_reset(phba);
4950 if (unlikely(rc))
4951 return -ENODEV;
4952 }
4953
James Smartda0436e2009-05-22 14:51:39 -04004954 /* Create the bootstrap mailbox command */
4955 rc = lpfc_create_bootstrap_mbox(phba);
4956 if (unlikely(rc))
4957 goto out_free_mem;
4958
4959 /* Set up the host's endian order with the device. */
4960 rc = lpfc_setup_endian_order(phba);
4961 if (unlikely(rc))
4962 goto out_free_bsmbx;
4963
4964 /* Set up the hba's configuration parameters. */
4965 rc = lpfc_sli4_read_config(phba);
4966 if (unlikely(rc))
4967 goto out_free_bsmbx;
4968
James Smart2fcee4b2010-12-15 17:57:46 -05004969 /* IF Type 0 ports get initialized now. */
4970 if (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) ==
4971 LPFC_SLI_INTF_IF_TYPE_0) {
4972 rc = lpfc_pci_function_reset(phba);
4973 if (unlikely(rc))
4974 goto out_free_bsmbx;
4975 }
James Smartda0436e2009-05-22 14:51:39 -04004976
James Smartcb5172e2010-03-15 11:25:07 -04004977 mboxq = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool,
4978 GFP_KERNEL);
4979 if (!mboxq) {
4980 rc = -ENOMEM;
4981 goto out_free_bsmbx;
4982 }
4983
James Smartfedd3b72011-02-16 12:39:24 -05004984 /* Get the Supported Pages if PORT_CAPABILITIES is supported by port. */
James Smartcb5172e2010-03-15 11:25:07 -04004985 lpfc_supported_pages(mboxq);
4986 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
James Smartfedd3b72011-02-16 12:39:24 -05004987 if (!rc) {
4988 mqe = &mboxq->u.mqe;
4989 memcpy(&pn_page[0], ((uint8_t *)&mqe->un.supp_pages.word3),
4990 LPFC_MAX_SUPPORTED_PAGES);
4991 for (i = 0; i < LPFC_MAX_SUPPORTED_PAGES; i++) {
4992 switch (pn_page[i]) {
4993 case LPFC_SLI4_PARAMETERS:
4994 phba->sli4_hba.pc_sli4_params.supported = 1;
4995 break;
4996 default:
4997 break;
4998 }
4999 }
5000 /* Read the port's SLI4 Parameters capabilities if supported. */
5001 if (phba->sli4_hba.pc_sli4_params.supported)
5002 rc = lpfc_pc_sli4_params_get(phba, mboxq);
5003 if (rc) {
5004 mempool_free(mboxq, phba->mbox_mem_pool);
5005 rc = -EIO;
5006 goto out_free_bsmbx;
James Smartcb5172e2010-03-15 11:25:07 -04005007 }
5008 }
James Smartfedd3b72011-02-16 12:39:24 -05005009 /*
5010 * Get sli4 parameters that override parameters from Port capabilities.
James Smart6d368e52011-05-24 11:44:12 -04005011 * If this call fails, it isn't critical unless the SLI4 parameters come
5012 * back in conflict.
James Smartfedd3b72011-02-16 12:39:24 -05005013 */
James Smart6d368e52011-05-24 11:44:12 -04005014 rc = lpfc_get_sli4_parameters(phba, mboxq);
5015 if (rc) {
5016 if (phba->sli4_hba.extents_in_use &&
5017 phba->sli4_hba.rpi_hdrs_in_use) {
5018 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
5019 "2999 Unsupported SLI4 Parameters "
5020 "Extents and RPI headers enabled.\n");
5021 goto out_free_bsmbx;
5022 }
5023 }
James Smartcb5172e2010-03-15 11:25:07 -04005024 mempool_free(mboxq, phba->mbox_mem_pool);
James Smart5350d872011-10-10 21:33:49 -04005025 /* Verify all the SLI4 queues */
5026 rc = lpfc_sli4_queue_verify(phba);
James Smartda0436e2009-05-22 14:51:39 -04005027 if (rc)
5028 goto out_free_bsmbx;
5029
5030 /* Create driver internal CQE event pool */
5031 rc = lpfc_sli4_cq_event_pool_create(phba);
5032 if (rc)
James Smart5350d872011-10-10 21:33:49 -04005033 goto out_free_bsmbx;
James Smartda0436e2009-05-22 14:51:39 -04005034
James Smart8a9d2e82012-05-09 21:16:12 -04005035 /* Initialize sgl lists per host */
5036 lpfc_init_sgl_list(phba);
5037
5038 /* Allocate and initialize active sgl array */
James Smartda0436e2009-05-22 14:51:39 -04005039 rc = lpfc_init_active_sgl_array(phba);
5040 if (rc) {
5041 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
5042 "1430 Failed to initialize sgl list.\n");
James Smart8a9d2e82012-05-09 21:16:12 -04005043 goto out_destroy_cq_event_pool;
James Smartda0436e2009-05-22 14:51:39 -04005044 }
James Smartda0436e2009-05-22 14:51:39 -04005045 rc = lpfc_sli4_init_rpi_hdrs(phba);
5046 if (rc) {
5047 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
5048 "1432 Failed to initialize rpi headers.\n");
5049 goto out_free_active_sgl;
5050 }
5051
James Smarta93ff372010-10-22 11:06:08 -04005052 /* Allocate eligible FCF bmask memory for FCF roundrobin failover */
James Smart0c9ab6f2010-02-26 14:15:57 -05005053 longs = (LPFC_SLI4_FCF_TBL_INDX_MAX + BITS_PER_LONG - 1)/BITS_PER_LONG;
5054 phba->fcf.fcf_rr_bmask = kzalloc(longs * sizeof(unsigned long),
5055 GFP_KERNEL);
5056 if (!phba->fcf.fcf_rr_bmask) {
5057 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
5058 "2759 Failed allocate memory for FCF round "
5059 "robin failover bmask\n");
James Smart05580562011-05-24 11:40:48 -04005060 rc = -ENOMEM;
James Smart0c9ab6f2010-02-26 14:15:57 -05005061 goto out_remove_rpi_hdrs;
5062 }
5063
James Smart67d12732012-08-03 12:36:13 -04005064 phba->sli4_hba.fcp_eq_hdl =
5065 kzalloc((sizeof(struct lpfc_fcp_eq_hdl) *
5066 phba->cfg_fcp_io_channel), GFP_KERNEL);
5067 if (!phba->sli4_hba.fcp_eq_hdl) {
5068 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
5069 "2572 Failed allocate memory for "
5070 "fast-path per-EQ handle array\n");
5071 rc = -ENOMEM;
5072 goto out_free_fcf_rr_bmask;
James Smartda0436e2009-05-22 14:51:39 -04005073 }
5074
5075 phba->sli4_hba.msix_entries = kzalloc((sizeof(struct msix_entry) *
James Smart82c3e9b2012-09-29 11:29:50 -04005076 phba->cfg_fcp_io_channel), GFP_KERNEL);
James Smartda0436e2009-05-22 14:51:39 -04005077 if (!phba->sli4_hba.msix_entries) {
5078 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
5079 "2573 Failed allocate memory for msi-x "
5080 "interrupt vector entries\n");
James Smart05580562011-05-24 11:40:48 -04005081 rc = -ENOMEM;
James Smartda0436e2009-05-22 14:51:39 -04005082 goto out_free_fcp_eq_hdl;
5083 }
5084
James Smart912e3ac2011-05-24 11:42:11 -04005085 /*
5086 * Enable sr-iov virtual functions if supported and configured
5087 * through the module parameter.
5088 */
5089 if (phba->cfg_sriov_nr_virtfn > 0) {
5090 rc = lpfc_sli_probe_sriov_nr_virtfn(phba,
5091 phba->cfg_sriov_nr_virtfn);
5092 if (rc) {
5093 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
5094 "3020 Requested number of SR-IOV "
5095 "virtual functions (%d) is not "
5096 "supported\n",
5097 phba->cfg_sriov_nr_virtfn);
5098 phba->cfg_sriov_nr_virtfn = 0;
5099 }
5100 }
5101
James Smart5248a742011-07-22 18:37:06 -04005102 return 0;
James Smartda0436e2009-05-22 14:51:39 -04005103
5104out_free_fcp_eq_hdl:
5105 kfree(phba->sli4_hba.fcp_eq_hdl);
James Smart0c9ab6f2010-02-26 14:15:57 -05005106out_free_fcf_rr_bmask:
5107 kfree(phba->fcf.fcf_rr_bmask);
James Smartda0436e2009-05-22 14:51:39 -04005108out_remove_rpi_hdrs:
5109 lpfc_sli4_remove_rpi_hdrs(phba);
5110out_free_active_sgl:
5111 lpfc_free_active_sgl(phba);
James Smartda0436e2009-05-22 14:51:39 -04005112out_destroy_cq_event_pool:
5113 lpfc_sli4_cq_event_pool_destroy(phba);
James Smartda0436e2009-05-22 14:51:39 -04005114out_free_bsmbx:
5115 lpfc_destroy_bootstrap_mbox(phba);
5116out_free_mem:
5117 lpfc_mem_free(phba);
5118 return rc;
5119}
5120
5121/**
5122 * lpfc_sli4_driver_resource_unset - Unset drvr internal resources for SLI4 dev
5123 * @phba: pointer to lpfc hba data structure.
5124 *
5125 * This routine is invoked to unset the driver internal resources set up
5126 * specific for supporting the SLI-4 HBA device it attached to.
5127 **/
5128static void
5129lpfc_sli4_driver_resource_unset(struct lpfc_hba *phba)
5130{
5131 struct lpfc_fcf_conn_entry *conn_entry, *next_conn_entry;
5132
James Smartda0436e2009-05-22 14:51:39 -04005133 /* Free memory allocated for msi-x interrupt vector entries */
5134 kfree(phba->sli4_hba.msix_entries);
5135
5136 /* Free memory allocated for fast-path work queue handles */
5137 kfree(phba->sli4_hba.fcp_eq_hdl);
5138
5139 /* Free the allocated rpi headers. */
5140 lpfc_sli4_remove_rpi_hdrs(phba);
James Smartd11e31d2009-06-10 17:23:06 -04005141 lpfc_sli4_remove_rpis(phba);
James Smartda0436e2009-05-22 14:51:39 -04005142
James Smart0c9ab6f2010-02-26 14:15:57 -05005143 /* Free eligible FCF index bmask */
5144 kfree(phba->fcf.fcf_rr_bmask);
5145
James Smartda0436e2009-05-22 14:51:39 -04005146 /* Free the ELS sgl list */
5147 lpfc_free_active_sgl(phba);
James Smart8a9d2e82012-05-09 21:16:12 -04005148 lpfc_free_els_sgl_list(phba);
James Smartda0436e2009-05-22 14:51:39 -04005149
James Smartda0436e2009-05-22 14:51:39 -04005150 /* Free the completion queue EQ event pool */
5151 lpfc_sli4_cq_event_release_all(phba);
5152 lpfc_sli4_cq_event_pool_destroy(phba);
5153
James Smart6d368e52011-05-24 11:44:12 -04005154 /* Release resource identifiers. */
5155 lpfc_sli4_dealloc_resource_identifiers(phba);
5156
James Smartda0436e2009-05-22 14:51:39 -04005157 /* Free the bsmbx region. */
5158 lpfc_destroy_bootstrap_mbox(phba);
5159
5160 /* Free the SLI Layer memory with SLI4 HBAs */
5161 lpfc_mem_free_all(phba);
5162
5163 /* Free the current connect table */
5164 list_for_each_entry_safe(conn_entry, next_conn_entry,
James Smart4d9ab992009-10-02 15:16:39 -04005165 &phba->fcf_conn_rec_list, list) {
5166 list_del_init(&conn_entry->list);
James Smartda0436e2009-05-22 14:51:39 -04005167 kfree(conn_entry);
James Smart4d9ab992009-10-02 15:16:39 -04005168 }
James Smartda0436e2009-05-22 14:51:39 -04005169
5170 return;
5171}
5172
5173/**
Lucas De Marchi25985ed2011-03-30 22:57:33 -03005174 * lpfc_init_api_table_setup - Set up init api function jump table
James Smart3772a992009-05-22 14:50:54 -04005175 * @phba: The hba struct for which this call is being executed.
5176 * @dev_grp: The HBA PCI-Device group number.
5177 *
5178 * This routine sets up the device INIT interface API function jump table
5179 * in @phba struct.
5180 *
5181 * Returns: 0 - success, -ENODEV - failure.
5182 **/
5183int
5184lpfc_init_api_table_setup(struct lpfc_hba *phba, uint8_t dev_grp)
5185{
James Smart84d1b002010-02-12 14:42:33 -05005186 phba->lpfc_hba_init_link = lpfc_hba_init_link;
5187 phba->lpfc_hba_down_link = lpfc_hba_down_link;
James Smart7f860592011-03-11 16:05:52 -05005188 phba->lpfc_selective_reset = lpfc_selective_reset;
James Smart3772a992009-05-22 14:50:54 -04005189 switch (dev_grp) {
5190 case LPFC_PCI_DEV_LP:
5191 phba->lpfc_hba_down_post = lpfc_hba_down_post_s3;
5192 phba->lpfc_handle_eratt = lpfc_handle_eratt_s3;
5193 phba->lpfc_stop_port = lpfc_stop_port_s3;
5194 break;
James Smartda0436e2009-05-22 14:51:39 -04005195 case LPFC_PCI_DEV_OC:
5196 phba->lpfc_hba_down_post = lpfc_hba_down_post_s4;
5197 phba->lpfc_handle_eratt = lpfc_handle_eratt_s4;
5198 phba->lpfc_stop_port = lpfc_stop_port_s4;
5199 break;
James Smart3772a992009-05-22 14:50:54 -04005200 default:
5201 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
5202 "1431 Invalid HBA PCI-device group: 0x%x\n",
5203 dev_grp);
5204 return -ENODEV;
5205 break;
5206 }
5207 return 0;
5208}
5209
5210/**
5211 * lpfc_setup_driver_resource_phase1 - Phase1 etup driver internal resources.
5212 * @phba: pointer to lpfc hba data structure.
5213 *
5214 * This routine is invoked to set up the driver internal resources before the
5215 * device specific resource setup to support the HBA device it attached to.
5216 *
5217 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02005218 * 0 - successful
James Smart3772a992009-05-22 14:50:54 -04005219 * other values - error
5220 **/
5221static int
5222lpfc_setup_driver_resource_phase1(struct lpfc_hba *phba)
5223{
5224 /*
5225 * Driver resources common to all SLI revisions
5226 */
James Smartea2151b2008-09-07 11:52:10 -04005227 atomic_set(&phba->fast_event_count, 0);
James Smart2e0fef82007-06-17 19:56:36 -05005228 spin_lock_init(&phba->hbalock);
dea31012005-04-17 16:05:31 -05005229
James Smarte47c9092008-02-08 18:49:26 -05005230 /* Initialize ndlp management spinlock */
5231 spin_lock_init(&phba->ndlp_lock);
5232
James Smart2e0fef82007-06-17 19:56:36 -05005233 INIT_LIST_HEAD(&phba->port_list);
James Smart3772a992009-05-22 14:50:54 -04005234 INIT_LIST_HEAD(&phba->work_list);
James Smart84774a42008-08-24 21:50:06 -04005235 init_waitqueue_head(&phba->wait_4_mlo_m_q);
dea31012005-04-17 16:05:31 -05005236
James Smart3772a992009-05-22 14:50:54 -04005237 /* Initialize the wait queue head for the kernel thread */
5238 init_waitqueue_head(&phba->work_waitq);
James Smart858c9f62007-06-17 19:56:39 -05005239
James Smart3772a992009-05-22 14:50:54 -04005240 /* Initialize the scsi buffer list used by driver for scsi IO */
5241 spin_lock_init(&phba->scsi_buf_list_lock);
5242 INIT_LIST_HEAD(&phba->lpfc_scsi_buf_list);
dea31012005-04-17 16:05:31 -05005243
James Smart3772a992009-05-22 14:50:54 -04005244 /* Initialize the fabric iocb list */
5245 INIT_LIST_HEAD(&phba->fabric_iocb_list);
dea31012005-04-17 16:05:31 -05005246
James Smart3772a992009-05-22 14:50:54 -04005247 /* Initialize list to save ELS buffers */
5248 INIT_LIST_HEAD(&phba->elsbuf);
dea31012005-04-17 16:05:31 -05005249
James Smart3772a992009-05-22 14:50:54 -04005250 /* Initialize FCF connection rec list */
5251 INIT_LIST_HEAD(&phba->fcf_conn_rec_list);
dea31012005-04-17 16:05:31 -05005252
James Smart3772a992009-05-22 14:50:54 -04005253 return 0;
5254}
dea31012005-04-17 16:05:31 -05005255
James Smart3772a992009-05-22 14:50:54 -04005256/**
5257 * lpfc_setup_driver_resource_phase2 - Phase2 setup driver internal resources.
5258 * @phba: pointer to lpfc hba data structure.
5259 *
5260 * This routine is invoked to set up the driver internal resources after the
5261 * device specific resource setup to support the HBA device it attached to.
5262 *
5263 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02005264 * 0 - successful
James Smart3772a992009-05-22 14:50:54 -04005265 * other values - error
5266 **/
5267static int
5268lpfc_setup_driver_resource_phase2(struct lpfc_hba *phba)
5269{
5270 int error;
5271
5272 /* Startup the kernel thread for this host adapter. */
5273 phba->worker_thread = kthread_run(lpfc_do_work, phba,
5274 "lpfc_worker_%d", phba->brd_no);
5275 if (IS_ERR(phba->worker_thread)) {
5276 error = PTR_ERR(phba->worker_thread);
5277 return error;
Jamie Wellnitz901a9202006-02-28 19:25:19 -05005278 }
5279
James Smart3772a992009-05-22 14:50:54 -04005280 return 0;
5281}
5282
5283/**
5284 * lpfc_unset_driver_resource_phase2 - Phase2 unset driver internal resources.
5285 * @phba: pointer to lpfc hba data structure.
5286 *
5287 * This routine is invoked to unset the driver internal resources set up after
5288 * the device specific resource setup for supporting the HBA device it
5289 * attached to.
5290 **/
5291static void
5292lpfc_unset_driver_resource_phase2(struct lpfc_hba *phba)
5293{
5294 /* Stop kernel worker thread */
5295 kthread_stop(phba->worker_thread);
5296}
5297
5298/**
5299 * lpfc_free_iocb_list - Free iocb list.
5300 * @phba: pointer to lpfc hba data structure.
5301 *
5302 * This routine is invoked to free the driver's IOCB list and memory.
5303 **/
5304static void
5305lpfc_free_iocb_list(struct lpfc_hba *phba)
5306{
5307 struct lpfc_iocbq *iocbq_entry = NULL, *iocbq_next = NULL;
5308
5309 spin_lock_irq(&phba->hbalock);
5310 list_for_each_entry_safe(iocbq_entry, iocbq_next,
5311 &phba->lpfc_iocb_list, list) {
5312 list_del(&iocbq_entry->list);
5313 kfree(iocbq_entry);
5314 phba->total_iocbq_bufs--;
Jamie Wellnitz901a9202006-02-28 19:25:19 -05005315 }
James Smart3772a992009-05-22 14:50:54 -04005316 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05005317
James Smart3772a992009-05-22 14:50:54 -04005318 return;
5319}
dea31012005-04-17 16:05:31 -05005320
James Smart3772a992009-05-22 14:50:54 -04005321/**
5322 * lpfc_init_iocb_list - Allocate and initialize iocb list.
5323 * @phba: pointer to lpfc hba data structure.
5324 *
5325 * This routine is invoked to allocate and initizlize the driver's IOCB
5326 * list and set up the IOCB tag array accordingly.
5327 *
5328 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02005329 * 0 - successful
James Smart3772a992009-05-22 14:50:54 -04005330 * other values - error
5331 **/
5332static int
5333lpfc_init_iocb_list(struct lpfc_hba *phba, int iocb_count)
5334{
5335 struct lpfc_iocbq *iocbq_entry = NULL;
5336 uint16_t iotag;
5337 int i;
dea31012005-04-17 16:05:31 -05005338
5339 /* Initialize and populate the iocb list per host. */
5340 INIT_LIST_HEAD(&phba->lpfc_iocb_list);
James Smart3772a992009-05-22 14:50:54 -04005341 for (i = 0; i < iocb_count; i++) {
Yoann Padioleaudd00cc42007-07-19 01:49:03 -07005342 iocbq_entry = kzalloc(sizeof(struct lpfc_iocbq), GFP_KERNEL);
dea31012005-04-17 16:05:31 -05005343 if (iocbq_entry == NULL) {
5344 printk(KERN_ERR "%s: only allocated %d iocbs of "
5345 "expected %d count. Unloading driver.\n",
Harvey Harrisoncadbd4a2008-07-03 23:47:27 -07005346 __func__, i, LPFC_IOCB_LIST_CNT);
dea31012005-04-17 16:05:31 -05005347 goto out_free_iocbq;
5348 }
5349
James Bottomley604a3e32005-10-29 10:28:33 -05005350 iotag = lpfc_sli_next_iotag(phba, iocbq_entry);
5351 if (iotag == 0) {
James Smart3772a992009-05-22 14:50:54 -04005352 kfree(iocbq_entry);
James Bottomley604a3e32005-10-29 10:28:33 -05005353 printk(KERN_ERR "%s: failed to allocate IOTAG. "
James Smart3772a992009-05-22 14:50:54 -04005354 "Unloading driver.\n", __func__);
James Bottomley604a3e32005-10-29 10:28:33 -05005355 goto out_free_iocbq;
5356 }
James Smart6d368e52011-05-24 11:44:12 -04005357 iocbq_entry->sli4_lxritag = NO_XRI;
James Smart3772a992009-05-22 14:50:54 -04005358 iocbq_entry->sli4_xritag = NO_XRI;
James Smart2e0fef82007-06-17 19:56:36 -05005359
5360 spin_lock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05005361 list_add(&iocbq_entry->list, &phba->lpfc_iocb_list);
5362 phba->total_iocbq_bufs++;
James Smart2e0fef82007-06-17 19:56:36 -05005363 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05005364 }
5365
James Smart3772a992009-05-22 14:50:54 -04005366 return 0;
5367
5368out_free_iocbq:
5369 lpfc_free_iocb_list(phba);
5370
5371 return -ENOMEM;
5372}
5373
5374/**
James Smart8a9d2e82012-05-09 21:16:12 -04005375 * lpfc_free_sgl_list - Free a given sgl list.
James Smartda0436e2009-05-22 14:51:39 -04005376 * @phba: pointer to lpfc hba data structure.
James Smart8a9d2e82012-05-09 21:16:12 -04005377 * @sglq_list: pointer to the head of sgl list.
James Smartda0436e2009-05-22 14:51:39 -04005378 *
James Smart8a9d2e82012-05-09 21:16:12 -04005379 * This routine is invoked to free a give sgl list and memory.
James Smartda0436e2009-05-22 14:51:39 -04005380 **/
James Smart8a9d2e82012-05-09 21:16:12 -04005381void
5382lpfc_free_sgl_list(struct lpfc_hba *phba, struct list_head *sglq_list)
James Smartda0436e2009-05-22 14:51:39 -04005383{
5384 struct lpfc_sglq *sglq_entry = NULL, *sglq_next = NULL;
James Smart8a9d2e82012-05-09 21:16:12 -04005385
5386 list_for_each_entry_safe(sglq_entry, sglq_next, sglq_list, list) {
5387 list_del(&sglq_entry->list);
5388 lpfc_mbuf_free(phba, sglq_entry->virt, sglq_entry->phys);
5389 kfree(sglq_entry);
5390 }
5391}
5392
5393/**
5394 * lpfc_free_els_sgl_list - Free els sgl list.
5395 * @phba: pointer to lpfc hba data structure.
5396 *
5397 * This routine is invoked to free the driver's els sgl list and memory.
5398 **/
5399static void
5400lpfc_free_els_sgl_list(struct lpfc_hba *phba)
5401{
James Smartda0436e2009-05-22 14:51:39 -04005402 LIST_HEAD(sglq_list);
James Smartda0436e2009-05-22 14:51:39 -04005403
James Smart8a9d2e82012-05-09 21:16:12 -04005404 /* Retrieve all els sgls from driver list */
James Smartda0436e2009-05-22 14:51:39 -04005405 spin_lock_irq(&phba->hbalock);
5406 list_splice_init(&phba->sli4_hba.lpfc_sgl_list, &sglq_list);
5407 spin_unlock_irq(&phba->hbalock);
5408
James Smart8a9d2e82012-05-09 21:16:12 -04005409 /* Now free the sgl list */
5410 lpfc_free_sgl_list(phba, &sglq_list);
James Smartda0436e2009-05-22 14:51:39 -04005411}
5412
5413/**
5414 * lpfc_init_active_sgl_array - Allocate the buf to track active ELS XRIs.
5415 * @phba: pointer to lpfc hba data structure.
5416 *
5417 * This routine is invoked to allocate the driver's active sgl memory.
5418 * This array will hold the sglq_entry's for active IOs.
5419 **/
5420static int
5421lpfc_init_active_sgl_array(struct lpfc_hba *phba)
5422{
5423 int size;
5424 size = sizeof(struct lpfc_sglq *);
5425 size *= phba->sli4_hba.max_cfg_param.max_xri;
5426
5427 phba->sli4_hba.lpfc_sglq_active_list =
5428 kzalloc(size, GFP_KERNEL);
5429 if (!phba->sli4_hba.lpfc_sglq_active_list)
5430 return -ENOMEM;
5431 return 0;
5432}
5433
5434/**
5435 * lpfc_free_active_sgl - Free the buf that tracks active ELS XRIs.
5436 * @phba: pointer to lpfc hba data structure.
5437 *
5438 * This routine is invoked to walk through the array of active sglq entries
5439 * and free all of the resources.
5440 * This is just a place holder for now.
5441 **/
5442static void
5443lpfc_free_active_sgl(struct lpfc_hba *phba)
5444{
5445 kfree(phba->sli4_hba.lpfc_sglq_active_list);
5446}
5447
5448/**
5449 * lpfc_init_sgl_list - Allocate and initialize sgl list.
5450 * @phba: pointer to lpfc hba data structure.
5451 *
5452 * This routine is invoked to allocate and initizlize the driver's sgl
5453 * list and set up the sgl xritag tag array accordingly.
5454 *
James Smartda0436e2009-05-22 14:51:39 -04005455 **/
James Smart8a9d2e82012-05-09 21:16:12 -04005456static void
James Smartda0436e2009-05-22 14:51:39 -04005457lpfc_init_sgl_list(struct lpfc_hba *phba)
5458{
James Smartda0436e2009-05-22 14:51:39 -04005459 /* Initialize and populate the sglq list per host/VF. */
5460 INIT_LIST_HEAD(&phba->sli4_hba.lpfc_sgl_list);
5461 INIT_LIST_HEAD(&phba->sli4_hba.lpfc_abts_els_sgl_list);
5462
James Smart8a9d2e82012-05-09 21:16:12 -04005463 /* els xri-sgl book keeping */
5464 phba->sli4_hba.els_xri_cnt = 0;
James Smartda0436e2009-05-22 14:51:39 -04005465
James Smart8a9d2e82012-05-09 21:16:12 -04005466 /* scsi xri-buffer book keeping */
James Smartda0436e2009-05-22 14:51:39 -04005467 phba->sli4_hba.scsi_xri_cnt = 0;
James Smartda0436e2009-05-22 14:51:39 -04005468}
5469
5470/**
5471 * lpfc_sli4_init_rpi_hdrs - Post the rpi header memory region to the port
5472 * @phba: pointer to lpfc hba data structure.
5473 *
5474 * This routine is invoked to post rpi header templates to the
James Smart88a2cfb2011-07-22 18:36:33 -04005475 * port for those SLI4 ports that do not support extents. This routine
James Smartda0436e2009-05-22 14:51:39 -04005476 * posts a PAGE_SIZE memory region to the port to hold up to
James Smart88a2cfb2011-07-22 18:36:33 -04005477 * PAGE_SIZE modulo 64 rpi context headers. This is an initialization routine
5478 * and should be called only when interrupts are disabled.
James Smartda0436e2009-05-22 14:51:39 -04005479 *
5480 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02005481 * 0 - successful
James Smart88a2cfb2011-07-22 18:36:33 -04005482 * -ERROR - otherwise.
James Smartda0436e2009-05-22 14:51:39 -04005483 **/
5484int
5485lpfc_sli4_init_rpi_hdrs(struct lpfc_hba *phba)
5486{
5487 int rc = 0;
James Smartda0436e2009-05-22 14:51:39 -04005488 struct lpfc_rpi_hdr *rpi_hdr;
5489
5490 INIT_LIST_HEAD(&phba->sli4_hba.lpfc_rpi_hdr_list);
James Smartff78d8f2011-12-13 13:21:35 -05005491 if (!phba->sli4_hba.rpi_hdrs_in_use)
James Smart6d368e52011-05-24 11:44:12 -04005492 return rc;
James Smart6d368e52011-05-24 11:44:12 -04005493 if (phba->sli4_hba.extents_in_use)
5494 return -EIO;
James Smartda0436e2009-05-22 14:51:39 -04005495
5496 rpi_hdr = lpfc_sli4_create_rpi_hdr(phba);
5497 if (!rpi_hdr) {
5498 lpfc_printf_log(phba, KERN_ERR, LOG_MBOX | LOG_SLI,
5499 "0391 Error during rpi post operation\n");
5500 lpfc_sli4_remove_rpis(phba);
5501 rc = -ENODEV;
5502 }
5503
5504 return rc;
5505}
5506
5507/**
5508 * lpfc_sli4_create_rpi_hdr - Allocate an rpi header memory region
5509 * @phba: pointer to lpfc hba data structure.
5510 *
5511 * This routine is invoked to allocate a single 4KB memory region to
5512 * support rpis and stores them in the phba. This single region
5513 * provides support for up to 64 rpis. The region is used globally
5514 * by the device.
5515 *
5516 * Returns:
5517 * A valid rpi hdr on success.
5518 * A NULL pointer on any failure.
5519 **/
5520struct lpfc_rpi_hdr *
5521lpfc_sli4_create_rpi_hdr(struct lpfc_hba *phba)
5522{
5523 uint16_t rpi_limit, curr_rpi_range;
5524 struct lpfc_dmabuf *dmabuf;
5525 struct lpfc_rpi_hdr *rpi_hdr;
James Smart9589b0622011-04-16 11:03:17 -04005526 uint32_t rpi_count;
James Smartda0436e2009-05-22 14:51:39 -04005527
James Smart6d368e52011-05-24 11:44:12 -04005528 /*
5529 * If the SLI4 port supports extents, posting the rpi header isn't
5530 * required. Set the expected maximum count and let the actual value
5531 * get set when extents are fully allocated.
5532 */
5533 if (!phba->sli4_hba.rpi_hdrs_in_use)
5534 return NULL;
5535 if (phba->sli4_hba.extents_in_use)
5536 return NULL;
5537
5538 /* The limit on the logical index is just the max_rpi count. */
James Smartda0436e2009-05-22 14:51:39 -04005539 rpi_limit = phba->sli4_hba.max_cfg_param.rpi_base +
James Smart6d368e52011-05-24 11:44:12 -04005540 phba->sli4_hba.max_cfg_param.max_rpi - 1;
James Smartda0436e2009-05-22 14:51:39 -04005541
5542 spin_lock_irq(&phba->hbalock);
James Smart6d368e52011-05-24 11:44:12 -04005543 /*
5544 * Establish the starting RPI in this header block. The starting
5545 * rpi is normalized to a zero base because the physical rpi is
5546 * port based.
5547 */
James Smart97f2ecf2012-03-01 22:35:23 -05005548 curr_rpi_range = phba->sli4_hba.next_rpi;
James Smartda0436e2009-05-22 14:51:39 -04005549 spin_unlock_irq(&phba->hbalock);
5550
5551 /*
5552 * The port has a limited number of rpis. The increment here
5553 * is LPFC_RPI_HDR_COUNT - 1 to account for the starting value
5554 * and to allow the full max_rpi range per port.
5555 */
5556 if ((curr_rpi_range + (LPFC_RPI_HDR_COUNT - 1)) > rpi_limit)
James Smart9589b0622011-04-16 11:03:17 -04005557 rpi_count = rpi_limit - curr_rpi_range;
5558 else
5559 rpi_count = LPFC_RPI_HDR_COUNT;
James Smartda0436e2009-05-22 14:51:39 -04005560
James Smart6d368e52011-05-24 11:44:12 -04005561 if (!rpi_count)
5562 return NULL;
James Smartda0436e2009-05-22 14:51:39 -04005563 /*
5564 * First allocate the protocol header region for the port. The
5565 * port expects a 4KB DMA-mapped memory region that is 4K aligned.
5566 */
5567 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
5568 if (!dmabuf)
5569 return NULL;
5570
5571 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev,
5572 LPFC_HDR_TEMPLATE_SIZE,
5573 &dmabuf->phys,
5574 GFP_KERNEL);
5575 if (!dmabuf->virt) {
5576 rpi_hdr = NULL;
5577 goto err_free_dmabuf;
5578 }
5579
5580 memset(dmabuf->virt, 0, LPFC_HDR_TEMPLATE_SIZE);
5581 if (!IS_ALIGNED(dmabuf->phys, LPFC_HDR_TEMPLATE_SIZE)) {
5582 rpi_hdr = NULL;
5583 goto err_free_coherent;
5584 }
5585
5586 /* Save the rpi header data for cleanup later. */
5587 rpi_hdr = kzalloc(sizeof(struct lpfc_rpi_hdr), GFP_KERNEL);
5588 if (!rpi_hdr)
5589 goto err_free_coherent;
5590
5591 rpi_hdr->dmabuf = dmabuf;
5592 rpi_hdr->len = LPFC_HDR_TEMPLATE_SIZE;
5593 rpi_hdr->page_count = 1;
5594 spin_lock_irq(&phba->hbalock);
James Smart6d368e52011-05-24 11:44:12 -04005595
5596 /* The rpi_hdr stores the logical index only. */
5597 rpi_hdr->start_rpi = curr_rpi_range;
James Smartda0436e2009-05-22 14:51:39 -04005598 list_add_tail(&rpi_hdr->list, &phba->sli4_hba.lpfc_rpi_hdr_list);
5599
5600 /*
James Smart6d368e52011-05-24 11:44:12 -04005601 * The next_rpi stores the next logical module-64 rpi value used
5602 * to post physical rpis in subsequent rpi postings.
James Smartda0436e2009-05-22 14:51:39 -04005603 */
James Smart9589b0622011-04-16 11:03:17 -04005604 phba->sli4_hba.next_rpi += rpi_count;
James Smartda0436e2009-05-22 14:51:39 -04005605 spin_unlock_irq(&phba->hbalock);
5606 return rpi_hdr;
5607
5608 err_free_coherent:
5609 dma_free_coherent(&phba->pcidev->dev, LPFC_HDR_TEMPLATE_SIZE,
5610 dmabuf->virt, dmabuf->phys);
5611 err_free_dmabuf:
5612 kfree(dmabuf);
5613 return NULL;
5614}
5615
5616/**
5617 * lpfc_sli4_remove_rpi_hdrs - Remove all rpi header memory regions
5618 * @phba: pointer to lpfc hba data structure.
5619 *
5620 * This routine is invoked to remove all memory resources allocated
James Smart6d368e52011-05-24 11:44:12 -04005621 * to support rpis for SLI4 ports not supporting extents. This routine
5622 * presumes the caller has released all rpis consumed by fabric or port
5623 * logins and is prepared to have the header pages removed.
James Smartda0436e2009-05-22 14:51:39 -04005624 **/
5625void
5626lpfc_sli4_remove_rpi_hdrs(struct lpfc_hba *phba)
5627{
5628 struct lpfc_rpi_hdr *rpi_hdr, *next_rpi_hdr;
5629
James Smart6d368e52011-05-24 11:44:12 -04005630 if (!phba->sli4_hba.rpi_hdrs_in_use)
5631 goto exit;
5632
James Smartda0436e2009-05-22 14:51:39 -04005633 list_for_each_entry_safe(rpi_hdr, next_rpi_hdr,
5634 &phba->sli4_hba.lpfc_rpi_hdr_list, list) {
5635 list_del(&rpi_hdr->list);
5636 dma_free_coherent(&phba->pcidev->dev, rpi_hdr->len,
5637 rpi_hdr->dmabuf->virt, rpi_hdr->dmabuf->phys);
5638 kfree(rpi_hdr->dmabuf);
5639 kfree(rpi_hdr);
5640 }
James Smart6d368e52011-05-24 11:44:12 -04005641 exit:
5642 /* There are no rpis available to the port now. */
5643 phba->sli4_hba.next_rpi = 0;
James Smartda0436e2009-05-22 14:51:39 -04005644}
5645
5646/**
James Smart3772a992009-05-22 14:50:54 -04005647 * lpfc_hba_alloc - Allocate driver hba data structure for a device.
5648 * @pdev: pointer to pci device data structure.
5649 *
5650 * This routine is invoked to allocate the driver hba data structure for an
5651 * HBA device. If the allocation is successful, the phba reference to the
5652 * PCI device data structure is set.
5653 *
5654 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02005655 * pointer to @phba - successful
James Smart3772a992009-05-22 14:50:54 -04005656 * NULL - error
5657 **/
5658static struct lpfc_hba *
5659lpfc_hba_alloc(struct pci_dev *pdev)
5660{
5661 struct lpfc_hba *phba;
5662
5663 /* Allocate memory for HBA structure */
5664 phba = kzalloc(sizeof(struct lpfc_hba), GFP_KERNEL);
5665 if (!phba) {
Jiri Slabye34ccdf2009-07-13 23:25:54 +02005666 dev_err(&pdev->dev, "failed to allocate hba struct\n");
James Smart3772a992009-05-22 14:50:54 -04005667 return NULL;
5668 }
5669
5670 /* Set reference to PCI device in HBA structure */
5671 phba->pcidev = pdev;
5672
5673 /* Assign an unused board number */
5674 phba->brd_no = lpfc_get_instance();
5675 if (phba->brd_no < 0) {
5676 kfree(phba);
5677 return NULL;
5678 }
5679
James Smart4fede782010-01-26 23:08:55 -05005680 spin_lock_init(&phba->ct_ev_lock);
James Smartf1c3b0f2009-07-19 10:01:32 -04005681 INIT_LIST_HEAD(&phba->ct_ev_waiters);
5682
James Smart3772a992009-05-22 14:50:54 -04005683 return phba;
5684}
5685
5686/**
5687 * lpfc_hba_free - Free driver hba data structure with a device.
5688 * @phba: pointer to lpfc hba data structure.
5689 *
5690 * This routine is invoked to free the driver hba data structure with an
5691 * HBA device.
5692 **/
5693static void
5694lpfc_hba_free(struct lpfc_hba *phba)
5695{
5696 /* Release the driver assigned board number */
5697 idr_remove(&lpfc_hba_index, phba->brd_no);
5698
James Smart2a76a282012-08-03 12:35:54 -04005699 /* Free memory allocated with sli rings */
5700 kfree(phba->sli.ring);
5701 phba->sli.ring = NULL;
5702
James Smart3772a992009-05-22 14:50:54 -04005703 kfree(phba);
5704 return;
5705}
5706
5707/**
5708 * lpfc_create_shost - Create hba physical port with associated scsi host.
5709 * @phba: pointer to lpfc hba data structure.
5710 *
5711 * This routine is invoked to create HBA physical port and associate a SCSI
5712 * host with it.
5713 *
5714 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02005715 * 0 - successful
James Smart3772a992009-05-22 14:50:54 -04005716 * other values - error
5717 **/
5718static int
5719lpfc_create_shost(struct lpfc_hba *phba)
5720{
5721 struct lpfc_vport *vport;
5722 struct Scsi_Host *shost;
5723
5724 /* Initialize HBA FC structure */
dea31012005-04-17 16:05:31 -05005725 phba->fc_edtov = FF_DEF_EDTOV;
5726 phba->fc_ratov = FF_DEF_RATOV;
5727 phba->fc_altov = FF_DEF_ALTOV;
5728 phba->fc_arbtov = FF_DEF_ARBTOV;
5729
James Smartd7c47992010-06-08 18:31:54 -04005730 atomic_set(&phba->sdev_cnt, 0);
James Smart3de2a652007-08-02 11:09:59 -04005731 vport = lpfc_create_port(phba, phba->brd_no, &phba->pcidev->dev);
James Smart2e0fef82007-06-17 19:56:36 -05005732 if (!vport)
James Smart3772a992009-05-22 14:50:54 -04005733 return -ENODEV;
James Smart2e0fef82007-06-17 19:56:36 -05005734
5735 shost = lpfc_shost_from_vport(vport);
James Smart2e0fef82007-06-17 19:56:36 -05005736 phba->pport = vport;
James Smart858c9f62007-06-17 19:56:39 -05005737 lpfc_debugfs_initialize(vport);
James Smart3772a992009-05-22 14:50:54 -04005738 /* Put reference to SCSI host to driver's device private data */
5739 pci_set_drvdata(phba->pcidev, shost);
James Smart2e0fef82007-06-17 19:56:36 -05005740
James Smart3772a992009-05-22 14:50:54 -04005741 return 0;
5742}
dea31012005-04-17 16:05:31 -05005743
James Smart3772a992009-05-22 14:50:54 -04005744/**
5745 * lpfc_destroy_shost - Destroy hba physical port with associated scsi host.
5746 * @phba: pointer to lpfc hba data structure.
5747 *
5748 * This routine is invoked to destroy HBA physical port and the associated
5749 * SCSI host.
5750 **/
5751static void
5752lpfc_destroy_shost(struct lpfc_hba *phba)
5753{
5754 struct lpfc_vport *vport = phba->pport;
James Smart93996272008-08-24 21:50:30 -04005755
James Smart3772a992009-05-22 14:50:54 -04005756 /* Destroy physical port that associated with the SCSI host */
5757 destroy_port(vport);
5758
5759 return;
5760}
5761
5762/**
5763 * lpfc_setup_bg - Setup Block guard structures and debug areas.
5764 * @phba: pointer to lpfc hba data structure.
5765 * @shost: the shost to be used to detect Block guard settings.
5766 *
5767 * This routine sets up the local Block guard protocol settings for @shost.
5768 * This routine also allocates memory for debugging bg buffers.
5769 **/
5770static void
5771lpfc_setup_bg(struct lpfc_hba *phba, struct Scsi_Host *shost)
5772{
James Smartbbeb79b2012-06-12 13:54:27 -04005773 uint32_t old_mask;
5774 uint32_t old_guard;
5775
James Smart3772a992009-05-22 14:50:54 -04005776 int pagecnt = 10;
5777 if (lpfc_prot_mask && lpfc_prot_guard) {
5778 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
5779 "1478 Registering BlockGuard with the "
5780 "SCSI layer\n");
James Smartbbeb79b2012-06-12 13:54:27 -04005781
5782 old_mask = lpfc_prot_mask;
5783 old_guard = lpfc_prot_guard;
5784
5785 /* Only allow supported values */
5786 lpfc_prot_mask &= (SHOST_DIF_TYPE1_PROTECTION |
5787 SHOST_DIX_TYPE0_PROTECTION |
5788 SHOST_DIX_TYPE1_PROTECTION);
5789 lpfc_prot_guard &= (SHOST_DIX_GUARD_IP | SHOST_DIX_GUARD_CRC);
5790
5791 /* DIF Type 1 protection for profiles AST1/C1 is end to end */
5792 if (lpfc_prot_mask == SHOST_DIX_TYPE1_PROTECTION)
5793 lpfc_prot_mask |= SHOST_DIF_TYPE1_PROTECTION;
5794
5795 if (lpfc_prot_mask && lpfc_prot_guard) {
5796 if ((old_mask != lpfc_prot_mask) ||
5797 (old_guard != lpfc_prot_guard))
5798 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
5799 "1475 Registering BlockGuard with the "
5800 "SCSI layer: mask %d guard %d\n",
5801 lpfc_prot_mask, lpfc_prot_guard);
5802
5803 scsi_host_set_prot(shost, lpfc_prot_mask);
5804 scsi_host_set_guard(shost, lpfc_prot_guard);
5805 } else
5806 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
5807 "1479 Not Registering BlockGuard with the SCSI "
5808 "layer, Bad protection parameters: %d %d\n",
5809 old_mask, old_guard);
James Smart98c9ea52007-10-27 13:37:33 -04005810 }
James Smartbbeb79b2012-06-12 13:54:27 -04005811
James Smart81301a92008-12-04 22:39:46 -05005812 if (!_dump_buf_data) {
James Smart81301a92008-12-04 22:39:46 -05005813 while (pagecnt) {
5814 spin_lock_init(&_dump_buf_lock);
5815 _dump_buf_data =
5816 (char *) __get_free_pages(GFP_KERNEL, pagecnt);
5817 if (_dump_buf_data) {
James Smart6a9c52c2009-10-02 15:16:51 -04005818 lpfc_printf_log(phba, KERN_ERR, LOG_BG,
5819 "9043 BLKGRD: allocated %d pages for "
James Smart3772a992009-05-22 14:50:54 -04005820 "_dump_buf_data at 0x%p\n",
5821 (1 << pagecnt), _dump_buf_data);
James Smart81301a92008-12-04 22:39:46 -05005822 _dump_buf_data_order = pagecnt;
James Smart3772a992009-05-22 14:50:54 -04005823 memset(_dump_buf_data, 0,
5824 ((1 << PAGE_SHIFT) << pagecnt));
James Smart81301a92008-12-04 22:39:46 -05005825 break;
James Smart3772a992009-05-22 14:50:54 -04005826 } else
James Smart81301a92008-12-04 22:39:46 -05005827 --pagecnt;
James Smart81301a92008-12-04 22:39:46 -05005828 }
James Smart81301a92008-12-04 22:39:46 -05005829 if (!_dump_buf_data_order)
James Smart6a9c52c2009-10-02 15:16:51 -04005830 lpfc_printf_log(phba, KERN_ERR, LOG_BG,
5831 "9044 BLKGRD: ERROR unable to allocate "
James Smart3772a992009-05-22 14:50:54 -04005832 "memory for hexdump\n");
5833 } else
James Smart6a9c52c2009-10-02 15:16:51 -04005834 lpfc_printf_log(phba, KERN_ERR, LOG_BG,
5835 "9045 BLKGRD: already allocated _dump_buf_data=0x%p"
James Smart81301a92008-12-04 22:39:46 -05005836 "\n", _dump_buf_data);
James Smart81301a92008-12-04 22:39:46 -05005837 if (!_dump_buf_dif) {
James Smart81301a92008-12-04 22:39:46 -05005838 while (pagecnt) {
5839 _dump_buf_dif =
5840 (char *) __get_free_pages(GFP_KERNEL, pagecnt);
5841 if (_dump_buf_dif) {
James Smart6a9c52c2009-10-02 15:16:51 -04005842 lpfc_printf_log(phba, KERN_ERR, LOG_BG,
5843 "9046 BLKGRD: allocated %d pages for "
James Smart3772a992009-05-22 14:50:54 -04005844 "_dump_buf_dif at 0x%p\n",
5845 (1 << pagecnt), _dump_buf_dif);
James Smart81301a92008-12-04 22:39:46 -05005846 _dump_buf_dif_order = pagecnt;
James Smart3772a992009-05-22 14:50:54 -04005847 memset(_dump_buf_dif, 0,
5848 ((1 << PAGE_SHIFT) << pagecnt));
James Smart81301a92008-12-04 22:39:46 -05005849 break;
James Smart3772a992009-05-22 14:50:54 -04005850 } else
James Smart81301a92008-12-04 22:39:46 -05005851 --pagecnt;
James Smart81301a92008-12-04 22:39:46 -05005852 }
James Smart81301a92008-12-04 22:39:46 -05005853 if (!_dump_buf_dif_order)
James Smart6a9c52c2009-10-02 15:16:51 -04005854 lpfc_printf_log(phba, KERN_ERR, LOG_BG,
5855 "9047 BLKGRD: ERROR unable to allocate "
James Smart3772a992009-05-22 14:50:54 -04005856 "memory for hexdump\n");
5857 } else
James Smart6a9c52c2009-10-02 15:16:51 -04005858 lpfc_printf_log(phba, KERN_ERR, LOG_BG,
5859 "9048 BLKGRD: already allocated _dump_buf_dif=0x%p\n",
James Smart3772a992009-05-22 14:50:54 -04005860 _dump_buf_dif);
5861}
5862
5863/**
5864 * lpfc_post_init_setup - Perform necessary device post initialization setup.
5865 * @phba: pointer to lpfc hba data structure.
5866 *
5867 * This routine is invoked to perform all the necessary post initialization
5868 * setup for the device.
5869 **/
5870static void
5871lpfc_post_init_setup(struct lpfc_hba *phba)
5872{
5873 struct Scsi_Host *shost;
5874 struct lpfc_adapter_event_header adapter_event;
5875
5876 /* Get the default values for Model Name and Description */
5877 lpfc_get_hba_model_desc(phba, phba->ModelName, phba->ModelDesc);
5878
5879 /*
5880 * hba setup may have changed the hba_queue_depth so we need to
5881 * adjust the value of can_queue.
5882 */
5883 shost = pci_get_drvdata(phba->pcidev);
5884 shost->can_queue = phba->cfg_hba_queue_depth - 10;
5885 if (phba->sli3_options & LPFC_SLI3_BG_ENABLED)
5886 lpfc_setup_bg(phba, shost);
James Smart858c9f62007-06-17 19:56:39 -05005887
5888 lpfc_host_attrib_init(shost);
5889
James Smart2e0fef82007-06-17 19:56:36 -05005890 if (phba->cfg_poll & DISABLE_FCP_RING_INT) {
5891 spin_lock_irq(shost->host_lock);
5892 lpfc_poll_start_timer(phba);
5893 spin_unlock_irq(shost->host_lock);
5894 }
James Smart8f6d98d2006-08-01 07:34:00 -04005895
James Smart93996272008-08-24 21:50:30 -04005896 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
5897 "0428 Perform SCSI scan\n");
James Smartea2151b2008-09-07 11:52:10 -04005898 /* Send board arrival event to upper layer */
5899 adapter_event.event_type = FC_REG_ADAPTER_EVENT;
5900 adapter_event.subcategory = LPFC_EVENT_ARRIVAL;
5901 fc_host_post_vendor_event(shost, fc_get_event_number(),
James Smart3772a992009-05-22 14:50:54 -04005902 sizeof(adapter_event),
5903 (char *) &adapter_event,
5904 LPFC_NL_VENDOR_ID);
5905 return;
5906}
5907
5908/**
5909 * lpfc_sli_pci_mem_setup - Setup SLI3 HBA PCI memory space.
5910 * @phba: pointer to lpfc hba data structure.
5911 *
5912 * This routine is invoked to set up the PCI device memory space for device
5913 * with SLI-3 interface spec.
5914 *
5915 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02005916 * 0 - successful
James Smart3772a992009-05-22 14:50:54 -04005917 * other values - error
5918 **/
5919static int
5920lpfc_sli_pci_mem_setup(struct lpfc_hba *phba)
5921{
5922 struct pci_dev *pdev;
5923 unsigned long bar0map_len, bar2map_len;
5924 int i, hbq_count;
5925 void *ptr;
5926 int error = -ENODEV;
5927
5928 /* Obtain PCI device reference */
5929 if (!phba->pcidev)
5930 return error;
5931 else
5932 pdev = phba->pcidev;
5933
5934 /* Set the device DMA mask size */
Michael Reed8e685972009-09-18 12:02:05 -05005935 if (pci_set_dma_mask(pdev, DMA_BIT_MASK(64)) != 0
5936 || pci_set_consistent_dma_mask(pdev,DMA_BIT_MASK(64)) != 0) {
5937 if (pci_set_dma_mask(pdev, DMA_BIT_MASK(32)) != 0
5938 || pci_set_consistent_dma_mask(pdev,DMA_BIT_MASK(32)) != 0) {
James Smart3772a992009-05-22 14:50:54 -04005939 return error;
Michael Reed8e685972009-09-18 12:02:05 -05005940 }
5941 }
James Smart3772a992009-05-22 14:50:54 -04005942
5943 /* Get the bus address of Bar0 and Bar2 and the number of bytes
5944 * required by each mapping.
5945 */
5946 phba->pci_bar0_map = pci_resource_start(pdev, 0);
5947 bar0map_len = pci_resource_len(pdev, 0);
5948
5949 phba->pci_bar2_map = pci_resource_start(pdev, 2);
5950 bar2map_len = pci_resource_len(pdev, 2);
5951
5952 /* Map HBA SLIM to a kernel virtual address. */
5953 phba->slim_memmap_p = ioremap(phba->pci_bar0_map, bar0map_len);
5954 if (!phba->slim_memmap_p) {
5955 dev_printk(KERN_ERR, &pdev->dev,
5956 "ioremap failed for SLIM memory.\n");
5957 goto out;
5958 }
5959
5960 /* Map HBA Control Registers to a kernel virtual address. */
5961 phba->ctrl_regs_memmap_p = ioremap(phba->pci_bar2_map, bar2map_len);
5962 if (!phba->ctrl_regs_memmap_p) {
5963 dev_printk(KERN_ERR, &pdev->dev,
5964 "ioremap failed for HBA control registers.\n");
5965 goto out_iounmap_slim;
5966 }
5967
5968 /* Allocate memory for SLI-2 structures */
5969 phba->slim2p.virt = dma_alloc_coherent(&pdev->dev,
5970 SLI2_SLIM_SIZE,
5971 &phba->slim2p.phys,
5972 GFP_KERNEL);
5973 if (!phba->slim2p.virt)
5974 goto out_iounmap;
5975
5976 memset(phba->slim2p.virt, 0, SLI2_SLIM_SIZE);
5977 phba->mbox = phba->slim2p.virt + offsetof(struct lpfc_sli2_slim, mbx);
James Smart7a470272010-03-15 11:25:20 -04005978 phba->mbox_ext = (phba->slim2p.virt +
5979 offsetof(struct lpfc_sli2_slim, mbx_ext_words));
James Smart3772a992009-05-22 14:50:54 -04005980 phba->pcb = (phba->slim2p.virt + offsetof(struct lpfc_sli2_slim, pcb));
5981 phba->IOCBs = (phba->slim2p.virt +
5982 offsetof(struct lpfc_sli2_slim, IOCBs));
5983
5984 phba->hbqslimp.virt = dma_alloc_coherent(&pdev->dev,
5985 lpfc_sli_hbq_size(),
5986 &phba->hbqslimp.phys,
5987 GFP_KERNEL);
5988 if (!phba->hbqslimp.virt)
5989 goto out_free_slim;
5990
5991 hbq_count = lpfc_sli_hbq_count();
5992 ptr = phba->hbqslimp.virt;
5993 for (i = 0; i < hbq_count; ++i) {
5994 phba->hbqs[i].hbq_virt = ptr;
5995 INIT_LIST_HEAD(&phba->hbqs[i].hbq_buffer_list);
5996 ptr += (lpfc_hbq_defs[i]->entry_count *
5997 sizeof(struct lpfc_hbq_entry));
5998 }
5999 phba->hbqs[LPFC_ELS_HBQ].hbq_alloc_buffer = lpfc_els_hbq_alloc;
6000 phba->hbqs[LPFC_ELS_HBQ].hbq_free_buffer = lpfc_els_hbq_free;
6001
6002 memset(phba->hbqslimp.virt, 0, lpfc_sli_hbq_size());
6003
6004 INIT_LIST_HEAD(&phba->rb_pend_list);
6005
6006 phba->MBslimaddr = phba->slim_memmap_p;
6007 phba->HAregaddr = phba->ctrl_regs_memmap_p + HA_REG_OFFSET;
6008 phba->CAregaddr = phba->ctrl_regs_memmap_p + CA_REG_OFFSET;
6009 phba->HSregaddr = phba->ctrl_regs_memmap_p + HS_REG_OFFSET;
6010 phba->HCregaddr = phba->ctrl_regs_memmap_p + HC_REG_OFFSET;
James Smartea2151b2008-09-07 11:52:10 -04006011
dea31012005-04-17 16:05:31 -05006012 return 0;
6013
dea31012005-04-17 16:05:31 -05006014out_free_slim:
James Smart34b02dc2008-08-24 21:49:55 -04006015 dma_free_coherent(&pdev->dev, SLI2_SLIM_SIZE,
6016 phba->slim2p.virt, phba->slim2p.phys);
dea31012005-04-17 16:05:31 -05006017out_iounmap:
6018 iounmap(phba->ctrl_regs_memmap_p);
Jamie Wellnitz901a9202006-02-28 19:25:19 -05006019out_iounmap_slim:
dea31012005-04-17 16:05:31 -05006020 iounmap(phba->slim_memmap_p);
dea31012005-04-17 16:05:31 -05006021out:
6022 return error;
6023}
6024
James Smarte59058c2008-08-24 21:49:00 -04006025/**
James Smart3772a992009-05-22 14:50:54 -04006026 * lpfc_sli_pci_mem_unset - Unset SLI3 HBA PCI memory space.
6027 * @phba: pointer to lpfc hba data structure.
6028 *
6029 * This routine is invoked to unset the PCI device memory space for device
6030 * with SLI-3 interface spec.
6031 **/
6032static void
6033lpfc_sli_pci_mem_unset(struct lpfc_hba *phba)
6034{
6035 struct pci_dev *pdev;
6036
6037 /* Obtain PCI device reference */
6038 if (!phba->pcidev)
6039 return;
6040 else
6041 pdev = phba->pcidev;
6042
6043 /* Free coherent DMA memory allocated */
6044 dma_free_coherent(&pdev->dev, lpfc_sli_hbq_size(),
6045 phba->hbqslimp.virt, phba->hbqslimp.phys);
6046 dma_free_coherent(&pdev->dev, SLI2_SLIM_SIZE,
6047 phba->slim2p.virt, phba->slim2p.phys);
6048
6049 /* I/O memory unmap */
6050 iounmap(phba->ctrl_regs_memmap_p);
6051 iounmap(phba->slim_memmap_p);
6052
6053 return;
6054}
6055
6056/**
James Smartda0436e2009-05-22 14:51:39 -04006057 * lpfc_sli4_post_status_check - Wait for SLI4 POST done and check status
6058 * @phba: pointer to lpfc hba data structure.
6059 *
6060 * This routine is invoked to wait for SLI4 device Power On Self Test (POST)
6061 * done and check status.
6062 *
6063 * Return 0 if successful, otherwise -ENODEV.
6064 **/
6065int
6066lpfc_sli4_post_status_check(struct lpfc_hba *phba)
6067{
James Smart2fcee4b2010-12-15 17:57:46 -05006068 struct lpfc_register portsmphr_reg, uerrlo_reg, uerrhi_reg;
6069 struct lpfc_register reg_data;
6070 int i, port_error = 0;
6071 uint32_t if_type;
James Smartda0436e2009-05-22 14:51:39 -04006072
James Smart9940b972011-03-11 16:06:12 -05006073 memset(&portsmphr_reg, 0, sizeof(portsmphr_reg));
6074 memset(&reg_data, 0, sizeof(reg_data));
James Smart2fcee4b2010-12-15 17:57:46 -05006075 if (!phba->sli4_hba.PSMPHRregaddr)
James Smartda0436e2009-05-22 14:51:39 -04006076 return -ENODEV;
6077
James Smartda0436e2009-05-22 14:51:39 -04006078 /* Wait up to 30 seconds for the SLI Port POST done and ready */
6079 for (i = 0; i < 3000; i++) {
James Smart9940b972011-03-11 16:06:12 -05006080 if (lpfc_readl(phba->sli4_hba.PSMPHRregaddr,
6081 &portsmphr_reg.word0) ||
6082 (bf_get(lpfc_port_smphr_perr, &portsmphr_reg))) {
James Smart2fcee4b2010-12-15 17:57:46 -05006083 /* Port has a fatal POST error, break out */
James Smartda0436e2009-05-22 14:51:39 -04006084 port_error = -ENODEV;
6085 break;
6086 }
James Smart2fcee4b2010-12-15 17:57:46 -05006087 if (LPFC_POST_STAGE_PORT_READY ==
6088 bf_get(lpfc_port_smphr_port_status, &portsmphr_reg))
James Smartda0436e2009-05-22 14:51:39 -04006089 break;
James Smartda0436e2009-05-22 14:51:39 -04006090 msleep(10);
6091 }
6092
James Smart2fcee4b2010-12-15 17:57:46 -05006093 /*
6094 * If there was a port error during POST, then don't proceed with
6095 * other register reads as the data may not be valid. Just exit.
6096 */
6097 if (port_error) {
James Smartda0436e2009-05-22 14:51:39 -04006098 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart2fcee4b2010-12-15 17:57:46 -05006099 "1408 Port Failed POST - portsmphr=0x%x, "
6100 "perr=x%x, sfi=x%x, nip=x%x, ipc=x%x, scr1=x%x, "
6101 "scr2=x%x, hscratch=x%x, pstatus=x%x\n",
6102 portsmphr_reg.word0,
6103 bf_get(lpfc_port_smphr_perr, &portsmphr_reg),
6104 bf_get(lpfc_port_smphr_sfi, &portsmphr_reg),
6105 bf_get(lpfc_port_smphr_nip, &portsmphr_reg),
6106 bf_get(lpfc_port_smphr_ipc, &portsmphr_reg),
6107 bf_get(lpfc_port_smphr_scr1, &portsmphr_reg),
6108 bf_get(lpfc_port_smphr_scr2, &portsmphr_reg),
6109 bf_get(lpfc_port_smphr_host_scratch, &portsmphr_reg),
6110 bf_get(lpfc_port_smphr_port_status, &portsmphr_reg));
6111 } else {
James Smart28baac72010-02-12 14:42:03 -05006112 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smart2fcee4b2010-12-15 17:57:46 -05006113 "2534 Device Info: SLIFamily=0x%x, "
6114 "SLIRev=0x%x, IFType=0x%x, SLIHint_1=0x%x, "
6115 "SLIHint_2=0x%x, FT=0x%x\n",
James Smart28baac72010-02-12 14:42:03 -05006116 bf_get(lpfc_sli_intf_sli_family,
6117 &phba->sli4_hba.sli_intf),
6118 bf_get(lpfc_sli_intf_slirev,
6119 &phba->sli4_hba.sli_intf),
James Smart085c6472010-11-20 23:11:37 -05006120 bf_get(lpfc_sli_intf_if_type,
James Smart28baac72010-02-12 14:42:03 -05006121 &phba->sli4_hba.sli_intf),
James Smart085c6472010-11-20 23:11:37 -05006122 bf_get(lpfc_sli_intf_sli_hint1,
6123 &phba->sli4_hba.sli_intf),
6124 bf_get(lpfc_sli_intf_sli_hint2,
6125 &phba->sli4_hba.sli_intf),
6126 bf_get(lpfc_sli_intf_func_type,
James Smart28baac72010-02-12 14:42:03 -05006127 &phba->sli4_hba.sli_intf));
James Smart2fcee4b2010-12-15 17:57:46 -05006128 /*
6129 * Check for other Port errors during the initialization
6130 * process. Fail the load if the port did not come up
6131 * correctly.
6132 */
6133 if_type = bf_get(lpfc_sli_intf_if_type,
6134 &phba->sli4_hba.sli_intf);
6135 switch (if_type) {
6136 case LPFC_SLI_INTF_IF_TYPE_0:
6137 phba->sli4_hba.ue_mask_lo =
6138 readl(phba->sli4_hba.u.if_type0.UEMASKLOregaddr);
6139 phba->sli4_hba.ue_mask_hi =
6140 readl(phba->sli4_hba.u.if_type0.UEMASKHIregaddr);
6141 uerrlo_reg.word0 =
6142 readl(phba->sli4_hba.u.if_type0.UERRLOregaddr);
6143 uerrhi_reg.word0 =
6144 readl(phba->sli4_hba.u.if_type0.UERRHIregaddr);
6145 if ((~phba->sli4_hba.ue_mask_lo & uerrlo_reg.word0) ||
6146 (~phba->sli4_hba.ue_mask_hi & uerrhi_reg.word0)) {
6147 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6148 "1422 Unrecoverable Error "
6149 "Detected during POST "
6150 "uerr_lo_reg=0x%x, "
6151 "uerr_hi_reg=0x%x, "
6152 "ue_mask_lo_reg=0x%x, "
6153 "ue_mask_hi_reg=0x%x\n",
6154 uerrlo_reg.word0,
6155 uerrhi_reg.word0,
6156 phba->sli4_hba.ue_mask_lo,
6157 phba->sli4_hba.ue_mask_hi);
6158 port_error = -ENODEV;
6159 }
6160 break;
6161 case LPFC_SLI_INTF_IF_TYPE_2:
6162 /* Final checks. The port status should be clean. */
James Smart9940b972011-03-11 16:06:12 -05006163 if (lpfc_readl(phba->sli4_hba.u.if_type2.STATUSregaddr,
6164 &reg_data.word0) ||
James Smart05580562011-05-24 11:40:48 -04006165 (bf_get(lpfc_sliport_status_err, &reg_data) &&
6166 !bf_get(lpfc_sliport_status_rn, &reg_data))) {
James Smart2fcee4b2010-12-15 17:57:46 -05006167 phba->work_status[0] =
6168 readl(phba->sli4_hba.u.if_type2.
6169 ERR1regaddr);
6170 phba->work_status[1] =
6171 readl(phba->sli4_hba.u.if_type2.
6172 ERR2regaddr);
6173 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart8fcb8ac2012-03-01 22:35:58 -05006174 "2888 Unrecoverable port error "
6175 "following POST: port status reg "
6176 "0x%x, port_smphr reg 0x%x, "
James Smart2fcee4b2010-12-15 17:57:46 -05006177 "error 1=0x%x, error 2=0x%x\n",
6178 reg_data.word0,
6179 portsmphr_reg.word0,
6180 phba->work_status[0],
6181 phba->work_status[1]);
6182 port_error = -ENODEV;
6183 }
6184 break;
6185 case LPFC_SLI_INTF_IF_TYPE_1:
6186 default:
6187 break;
6188 }
James Smart28baac72010-02-12 14:42:03 -05006189 }
James Smartda0436e2009-05-22 14:51:39 -04006190 return port_error;
6191}
6192
6193/**
6194 * lpfc_sli4_bar0_register_memmap - Set up SLI4 BAR0 register memory map.
6195 * @phba: pointer to lpfc hba data structure.
James Smart2fcee4b2010-12-15 17:57:46 -05006196 * @if_type: The SLI4 interface type getting configured.
James Smartda0436e2009-05-22 14:51:39 -04006197 *
6198 * This routine is invoked to set up SLI4 BAR0 PCI config space register
6199 * memory map.
6200 **/
6201static void
James Smart2fcee4b2010-12-15 17:57:46 -05006202lpfc_sli4_bar0_register_memmap(struct lpfc_hba *phba, uint32_t if_type)
James Smartda0436e2009-05-22 14:51:39 -04006203{
James Smart2fcee4b2010-12-15 17:57:46 -05006204 switch (if_type) {
6205 case LPFC_SLI_INTF_IF_TYPE_0:
6206 phba->sli4_hba.u.if_type0.UERRLOregaddr =
6207 phba->sli4_hba.conf_regs_memmap_p + LPFC_UERR_STATUS_LO;
6208 phba->sli4_hba.u.if_type0.UERRHIregaddr =
6209 phba->sli4_hba.conf_regs_memmap_p + LPFC_UERR_STATUS_HI;
6210 phba->sli4_hba.u.if_type0.UEMASKLOregaddr =
6211 phba->sli4_hba.conf_regs_memmap_p + LPFC_UE_MASK_LO;
6212 phba->sli4_hba.u.if_type0.UEMASKHIregaddr =
6213 phba->sli4_hba.conf_regs_memmap_p + LPFC_UE_MASK_HI;
6214 phba->sli4_hba.SLIINTFregaddr =
6215 phba->sli4_hba.conf_regs_memmap_p + LPFC_SLI_INTF;
6216 break;
6217 case LPFC_SLI_INTF_IF_TYPE_2:
6218 phba->sli4_hba.u.if_type2.ERR1regaddr =
James Smart88a2cfb2011-07-22 18:36:33 -04006219 phba->sli4_hba.conf_regs_memmap_p +
6220 LPFC_CTL_PORT_ER1_OFFSET;
James Smart2fcee4b2010-12-15 17:57:46 -05006221 phba->sli4_hba.u.if_type2.ERR2regaddr =
James Smart88a2cfb2011-07-22 18:36:33 -04006222 phba->sli4_hba.conf_regs_memmap_p +
6223 LPFC_CTL_PORT_ER2_OFFSET;
James Smart2fcee4b2010-12-15 17:57:46 -05006224 phba->sli4_hba.u.if_type2.CTRLregaddr =
James Smart88a2cfb2011-07-22 18:36:33 -04006225 phba->sli4_hba.conf_regs_memmap_p +
6226 LPFC_CTL_PORT_CTL_OFFSET;
James Smart2fcee4b2010-12-15 17:57:46 -05006227 phba->sli4_hba.u.if_type2.STATUSregaddr =
James Smart88a2cfb2011-07-22 18:36:33 -04006228 phba->sli4_hba.conf_regs_memmap_p +
6229 LPFC_CTL_PORT_STA_OFFSET;
James Smart2fcee4b2010-12-15 17:57:46 -05006230 phba->sli4_hba.SLIINTFregaddr =
6231 phba->sli4_hba.conf_regs_memmap_p + LPFC_SLI_INTF;
6232 phba->sli4_hba.PSMPHRregaddr =
James Smart88a2cfb2011-07-22 18:36:33 -04006233 phba->sli4_hba.conf_regs_memmap_p +
6234 LPFC_CTL_PORT_SEM_OFFSET;
James Smart2fcee4b2010-12-15 17:57:46 -05006235 phba->sli4_hba.RQDBregaddr =
James Smart962bc512013-01-03 15:44:00 -05006236 phba->sli4_hba.conf_regs_memmap_p +
6237 LPFC_ULP0_RQ_DOORBELL;
James Smart2fcee4b2010-12-15 17:57:46 -05006238 phba->sli4_hba.WQDBregaddr =
James Smart962bc512013-01-03 15:44:00 -05006239 phba->sli4_hba.conf_regs_memmap_p +
6240 LPFC_ULP0_WQ_DOORBELL;
James Smart2fcee4b2010-12-15 17:57:46 -05006241 phba->sli4_hba.EQCQDBregaddr =
6242 phba->sli4_hba.conf_regs_memmap_p + LPFC_EQCQ_DOORBELL;
6243 phba->sli4_hba.MQDBregaddr =
6244 phba->sli4_hba.conf_regs_memmap_p + LPFC_MQ_DOORBELL;
6245 phba->sli4_hba.BMBXregaddr =
6246 phba->sli4_hba.conf_regs_memmap_p + LPFC_BMBX;
6247 break;
6248 case LPFC_SLI_INTF_IF_TYPE_1:
6249 default:
6250 dev_printk(KERN_ERR, &phba->pcidev->dev,
6251 "FATAL - unsupported SLI4 interface type - %d\n",
6252 if_type);
6253 break;
6254 }
James Smartda0436e2009-05-22 14:51:39 -04006255}
6256
6257/**
6258 * lpfc_sli4_bar1_register_memmap - Set up SLI4 BAR1 register memory map.
6259 * @phba: pointer to lpfc hba data structure.
6260 *
6261 * This routine is invoked to set up SLI4 BAR1 control status register (CSR)
6262 * memory map.
6263 **/
6264static void
6265lpfc_sli4_bar1_register_memmap(struct lpfc_hba *phba)
6266{
James Smart2fcee4b2010-12-15 17:57:46 -05006267 phba->sli4_hba.PSMPHRregaddr = phba->sli4_hba.ctrl_regs_memmap_p +
6268 LPFC_SLIPORT_IF0_SMPHR;
James Smartda0436e2009-05-22 14:51:39 -04006269 phba->sli4_hba.ISRregaddr = phba->sli4_hba.ctrl_regs_memmap_p +
James Smart2fcee4b2010-12-15 17:57:46 -05006270 LPFC_HST_ISR0;
James Smartda0436e2009-05-22 14:51:39 -04006271 phba->sli4_hba.IMRregaddr = phba->sli4_hba.ctrl_regs_memmap_p +
James Smart2fcee4b2010-12-15 17:57:46 -05006272 LPFC_HST_IMR0;
James Smartda0436e2009-05-22 14:51:39 -04006273 phba->sli4_hba.ISCRregaddr = phba->sli4_hba.ctrl_regs_memmap_p +
James Smart2fcee4b2010-12-15 17:57:46 -05006274 LPFC_HST_ISCR0;
James Smartda0436e2009-05-22 14:51:39 -04006275}
6276
6277/**
6278 * lpfc_sli4_bar2_register_memmap - Set up SLI4 BAR2 register memory map.
6279 * @phba: pointer to lpfc hba data structure.
6280 * @vf: virtual function number
6281 *
6282 * This routine is invoked to set up SLI4 BAR2 doorbell register memory map
6283 * based on the given viftual function number, @vf.
6284 *
6285 * Return 0 if successful, otherwise -ENODEV.
6286 **/
6287static int
6288lpfc_sli4_bar2_register_memmap(struct lpfc_hba *phba, uint32_t vf)
6289{
6290 if (vf > LPFC_VIR_FUNC_MAX)
6291 return -ENODEV;
6292
6293 phba->sli4_hba.RQDBregaddr = (phba->sli4_hba.drbl_regs_memmap_p +
James Smart962bc512013-01-03 15:44:00 -05006294 vf * LPFC_VFR_PAGE_SIZE +
6295 LPFC_ULP0_RQ_DOORBELL);
James Smartda0436e2009-05-22 14:51:39 -04006296 phba->sli4_hba.WQDBregaddr = (phba->sli4_hba.drbl_regs_memmap_p +
James Smart962bc512013-01-03 15:44:00 -05006297 vf * LPFC_VFR_PAGE_SIZE +
6298 LPFC_ULP0_WQ_DOORBELL);
James Smartda0436e2009-05-22 14:51:39 -04006299 phba->sli4_hba.EQCQDBregaddr = (phba->sli4_hba.drbl_regs_memmap_p +
6300 vf * LPFC_VFR_PAGE_SIZE + LPFC_EQCQ_DOORBELL);
6301 phba->sli4_hba.MQDBregaddr = (phba->sli4_hba.drbl_regs_memmap_p +
6302 vf * LPFC_VFR_PAGE_SIZE + LPFC_MQ_DOORBELL);
6303 phba->sli4_hba.BMBXregaddr = (phba->sli4_hba.drbl_regs_memmap_p +
6304 vf * LPFC_VFR_PAGE_SIZE + LPFC_BMBX);
6305 return 0;
6306}
6307
6308/**
6309 * lpfc_create_bootstrap_mbox - Create the bootstrap mailbox
6310 * @phba: pointer to lpfc hba data structure.
6311 *
6312 * This routine is invoked to create the bootstrap mailbox
6313 * region consistent with the SLI-4 interface spec. This
6314 * routine allocates all memory necessary to communicate
6315 * mailbox commands to the port and sets up all alignment
6316 * needs. No locks are expected to be held when calling
6317 * this routine.
6318 *
6319 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02006320 * 0 - successful
James Smartd439d282010-09-29 11:18:45 -04006321 * -ENOMEM - could not allocated memory.
James Smartda0436e2009-05-22 14:51:39 -04006322 **/
6323static int
6324lpfc_create_bootstrap_mbox(struct lpfc_hba *phba)
6325{
6326 uint32_t bmbx_size;
6327 struct lpfc_dmabuf *dmabuf;
6328 struct dma_address *dma_address;
6329 uint32_t pa_addr;
6330 uint64_t phys_addr;
6331
6332 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf), GFP_KERNEL);
6333 if (!dmabuf)
6334 return -ENOMEM;
6335
6336 /*
6337 * The bootstrap mailbox region is comprised of 2 parts
6338 * plus an alignment restriction of 16 bytes.
6339 */
6340 bmbx_size = sizeof(struct lpfc_bmbx_create) + (LPFC_ALIGN_16_BYTE - 1);
6341 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev,
6342 bmbx_size,
6343 &dmabuf->phys,
6344 GFP_KERNEL);
6345 if (!dmabuf->virt) {
6346 kfree(dmabuf);
6347 return -ENOMEM;
6348 }
6349 memset(dmabuf->virt, 0, bmbx_size);
6350
6351 /*
6352 * Initialize the bootstrap mailbox pointers now so that the register
6353 * operations are simple later. The mailbox dma address is required
6354 * to be 16-byte aligned. Also align the virtual memory as each
6355 * maibox is copied into the bmbx mailbox region before issuing the
6356 * command to the port.
6357 */
6358 phba->sli4_hba.bmbx.dmabuf = dmabuf;
6359 phba->sli4_hba.bmbx.bmbx_size = bmbx_size;
6360
6361 phba->sli4_hba.bmbx.avirt = PTR_ALIGN(dmabuf->virt,
6362 LPFC_ALIGN_16_BYTE);
6363 phba->sli4_hba.bmbx.aphys = ALIGN(dmabuf->phys,
6364 LPFC_ALIGN_16_BYTE);
6365
6366 /*
6367 * Set the high and low physical addresses now. The SLI4 alignment
6368 * requirement is 16 bytes and the mailbox is posted to the port
6369 * as two 30-bit addresses. The other data is a bit marking whether
6370 * the 30-bit address is the high or low address.
6371 * Upcast bmbx aphys to 64bits so shift instruction compiles
6372 * clean on 32 bit machines.
6373 */
6374 dma_address = &phba->sli4_hba.bmbx.dma_address;
6375 phys_addr = (uint64_t)phba->sli4_hba.bmbx.aphys;
6376 pa_addr = (uint32_t) ((phys_addr >> 34) & 0x3fffffff);
6377 dma_address->addr_hi = (uint32_t) ((pa_addr << 2) |
6378 LPFC_BMBX_BIT1_ADDR_HI);
6379
6380 pa_addr = (uint32_t) ((phba->sli4_hba.bmbx.aphys >> 4) & 0x3fffffff);
6381 dma_address->addr_lo = (uint32_t) ((pa_addr << 2) |
6382 LPFC_BMBX_BIT1_ADDR_LO);
6383 return 0;
6384}
6385
6386/**
6387 * lpfc_destroy_bootstrap_mbox - Destroy all bootstrap mailbox resources
6388 * @phba: pointer to lpfc hba data structure.
6389 *
6390 * This routine is invoked to teardown the bootstrap mailbox
6391 * region and release all host resources. This routine requires
6392 * the caller to ensure all mailbox commands recovered, no
6393 * additional mailbox comands are sent, and interrupts are disabled
6394 * before calling this routine.
6395 *
6396 **/
6397static void
6398lpfc_destroy_bootstrap_mbox(struct lpfc_hba *phba)
6399{
6400 dma_free_coherent(&phba->pcidev->dev,
6401 phba->sli4_hba.bmbx.bmbx_size,
6402 phba->sli4_hba.bmbx.dmabuf->virt,
6403 phba->sli4_hba.bmbx.dmabuf->phys);
6404
6405 kfree(phba->sli4_hba.bmbx.dmabuf);
6406 memset(&phba->sli4_hba.bmbx, 0, sizeof(struct lpfc_bmbx));
6407}
6408
6409/**
6410 * lpfc_sli4_read_config - Get the config parameters.
6411 * @phba: pointer to lpfc hba data structure.
6412 *
6413 * This routine is invoked to read the configuration parameters from the HBA.
6414 * The configuration parameters are used to set the base and maximum values
6415 * for RPI's XRI's VPI's VFI's and FCFIs. These values also affect the resource
6416 * allocation for the port.
6417 *
6418 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02006419 * 0 - successful
Lucas De Marchi25985ed2011-03-30 22:57:33 -03006420 * -ENOMEM - No available memory
James Smartd439d282010-09-29 11:18:45 -04006421 * -EIO - The mailbox failed to complete successfully.
James Smartda0436e2009-05-22 14:51:39 -04006422 **/
James Smartff78d8f2011-12-13 13:21:35 -05006423int
James Smartda0436e2009-05-22 14:51:39 -04006424lpfc_sli4_read_config(struct lpfc_hba *phba)
6425{
6426 LPFC_MBOXQ_t *pmb;
6427 struct lpfc_mbx_read_config *rd_config;
James Smart912e3ac2011-05-24 11:42:11 -04006428 union lpfc_sli4_cfg_shdr *shdr;
6429 uint32_t shdr_status, shdr_add_status;
6430 struct lpfc_mbx_get_func_cfg *get_func_cfg;
6431 struct lpfc_rsrc_desc_fcfcoe *desc;
James Smart8aa134a2012-08-14 14:25:29 -04006432 char *pdesc_0;
James Smart912e3ac2011-05-24 11:42:11 -04006433 uint32_t desc_count;
James Smart8aa134a2012-08-14 14:25:29 -04006434 int length, i, rc = 0, rc2;
James Smartda0436e2009-05-22 14:51:39 -04006435
6436 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
6437 if (!pmb) {
6438 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
6439 "2011 Unable to allocate memory for issuing "
6440 "SLI_CONFIG_SPECIAL mailbox command\n");
6441 return -ENOMEM;
6442 }
6443
6444 lpfc_read_config(phba, pmb);
6445
6446 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
6447 if (rc != MBX_SUCCESS) {
6448 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
6449 "2012 Mailbox failed , mbxCmd x%x "
6450 "READ_CONFIG, mbxStatus x%x\n",
6451 bf_get(lpfc_mqe_command, &pmb->u.mqe),
6452 bf_get(lpfc_mqe_status, &pmb->u.mqe));
6453 rc = -EIO;
6454 } else {
6455 rd_config = &pmb->u.mqe.un.rd_config;
James Smartff78d8f2011-12-13 13:21:35 -05006456 if (bf_get(lpfc_mbx_rd_conf_lnk_ldv, rd_config)) {
6457 phba->sli4_hba.lnk_info.lnk_dv = LPFC_LNK_DAT_VAL;
6458 phba->sli4_hba.lnk_info.lnk_tp =
6459 bf_get(lpfc_mbx_rd_conf_lnk_type, rd_config);
6460 phba->sli4_hba.lnk_info.lnk_no =
6461 bf_get(lpfc_mbx_rd_conf_lnk_numb, rd_config);
6462 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
6463 "3081 lnk_type:%d, lnk_numb:%d\n",
6464 phba->sli4_hba.lnk_info.lnk_tp,
6465 phba->sli4_hba.lnk_info.lnk_no);
6466 } else
6467 lpfc_printf_log(phba, KERN_WARNING, LOG_SLI,
6468 "3082 Mailbox (x%x) returned ldv:x0\n",
6469 bf_get(lpfc_mqe_command, &pmb->u.mqe));
James Smart6d368e52011-05-24 11:44:12 -04006470 phba->sli4_hba.extents_in_use =
6471 bf_get(lpfc_mbx_rd_conf_extnts_inuse, rd_config);
James Smartda0436e2009-05-22 14:51:39 -04006472 phba->sli4_hba.max_cfg_param.max_xri =
6473 bf_get(lpfc_mbx_rd_conf_xri_count, rd_config);
6474 phba->sli4_hba.max_cfg_param.xri_base =
6475 bf_get(lpfc_mbx_rd_conf_xri_base, rd_config);
6476 phba->sli4_hba.max_cfg_param.max_vpi =
6477 bf_get(lpfc_mbx_rd_conf_vpi_count, rd_config);
6478 phba->sli4_hba.max_cfg_param.vpi_base =
6479 bf_get(lpfc_mbx_rd_conf_vpi_base, rd_config);
6480 phba->sli4_hba.max_cfg_param.max_rpi =
6481 bf_get(lpfc_mbx_rd_conf_rpi_count, rd_config);
6482 phba->sli4_hba.max_cfg_param.rpi_base =
6483 bf_get(lpfc_mbx_rd_conf_rpi_base, rd_config);
6484 phba->sli4_hba.max_cfg_param.max_vfi =
6485 bf_get(lpfc_mbx_rd_conf_vfi_count, rd_config);
6486 phba->sli4_hba.max_cfg_param.vfi_base =
6487 bf_get(lpfc_mbx_rd_conf_vfi_base, rd_config);
6488 phba->sli4_hba.max_cfg_param.max_fcfi =
6489 bf_get(lpfc_mbx_rd_conf_fcfi_count, rd_config);
James Smartda0436e2009-05-22 14:51:39 -04006490 phba->sli4_hba.max_cfg_param.max_eq =
6491 bf_get(lpfc_mbx_rd_conf_eq_count, rd_config);
6492 phba->sli4_hba.max_cfg_param.max_rq =
6493 bf_get(lpfc_mbx_rd_conf_rq_count, rd_config);
6494 phba->sli4_hba.max_cfg_param.max_wq =
6495 bf_get(lpfc_mbx_rd_conf_wq_count, rd_config);
6496 phba->sli4_hba.max_cfg_param.max_cq =
6497 bf_get(lpfc_mbx_rd_conf_cq_count, rd_config);
6498 phba->lmt = bf_get(lpfc_mbx_rd_conf_lmt, rd_config);
6499 phba->sli4_hba.next_xri = phba->sli4_hba.max_cfg_param.xri_base;
6500 phba->vpi_base = phba->sli4_hba.max_cfg_param.vpi_base;
6501 phba->vfi_base = phba->sli4_hba.max_cfg_param.vfi_base;
James Smart5ffc2662009-11-18 15:39:44 -05006502 phba->max_vpi = (phba->sli4_hba.max_cfg_param.max_vpi > 0) ?
6503 (phba->sli4_hba.max_cfg_param.max_vpi - 1) : 0;
James Smartda0436e2009-05-22 14:51:39 -04006504 phba->max_vports = phba->max_vpi;
6505 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
James Smart6d368e52011-05-24 11:44:12 -04006506 "2003 cfg params Extents? %d "
6507 "XRI(B:%d M:%d), "
James Smartda0436e2009-05-22 14:51:39 -04006508 "VPI(B:%d M:%d) "
6509 "VFI(B:%d M:%d) "
6510 "RPI(B:%d M:%d) "
James Smart6d368e52011-05-24 11:44:12 -04006511 "FCFI(Count:%d)\n",
6512 phba->sli4_hba.extents_in_use,
James Smartda0436e2009-05-22 14:51:39 -04006513 phba->sli4_hba.max_cfg_param.xri_base,
6514 phba->sli4_hba.max_cfg_param.max_xri,
6515 phba->sli4_hba.max_cfg_param.vpi_base,
6516 phba->sli4_hba.max_cfg_param.max_vpi,
6517 phba->sli4_hba.max_cfg_param.vfi_base,
6518 phba->sli4_hba.max_cfg_param.max_vfi,
6519 phba->sli4_hba.max_cfg_param.rpi_base,
6520 phba->sli4_hba.max_cfg_param.max_rpi,
James Smartda0436e2009-05-22 14:51:39 -04006521 phba->sli4_hba.max_cfg_param.max_fcfi);
6522 }
James Smart912e3ac2011-05-24 11:42:11 -04006523
6524 if (rc)
6525 goto read_cfg_out;
James Smartda0436e2009-05-22 14:51:39 -04006526
6527 /* Reset the DFT_HBA_Q_DEPTH to the max xri */
James Smartb92938b2010-06-07 15:24:12 -04006528 if (phba->cfg_hba_queue_depth >
6529 (phba->sli4_hba.max_cfg_param.max_xri -
6530 lpfc_sli4_get_els_iocb_cnt(phba)))
James Smartda0436e2009-05-22 14:51:39 -04006531 phba->cfg_hba_queue_depth =
James Smartb92938b2010-06-07 15:24:12 -04006532 phba->sli4_hba.max_cfg_param.max_xri -
6533 lpfc_sli4_get_els_iocb_cnt(phba);
James Smart912e3ac2011-05-24 11:42:11 -04006534
6535 if (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) !=
6536 LPFC_SLI_INTF_IF_TYPE_2)
6537 goto read_cfg_out;
6538
6539 /* get the pf# and vf# for SLI4 if_type 2 port */
6540 length = (sizeof(struct lpfc_mbx_get_func_cfg) -
6541 sizeof(struct lpfc_sli4_cfg_mhdr));
6542 lpfc_sli4_config(phba, pmb, LPFC_MBOX_SUBSYSTEM_COMMON,
6543 LPFC_MBOX_OPCODE_GET_FUNCTION_CONFIG,
6544 length, LPFC_SLI4_MBX_EMBED);
6545
James Smart8aa134a2012-08-14 14:25:29 -04006546 rc2 = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
James Smart912e3ac2011-05-24 11:42:11 -04006547 shdr = (union lpfc_sli4_cfg_shdr *)
6548 &pmb->u.mqe.un.sli4_config.header.cfg_shdr;
6549 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
6550 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
James Smart8aa134a2012-08-14 14:25:29 -04006551 if (rc2 || shdr_status || shdr_add_status) {
James Smart912e3ac2011-05-24 11:42:11 -04006552 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
6553 "3026 Mailbox failed , mbxCmd x%x "
6554 "GET_FUNCTION_CONFIG, mbxStatus x%x\n",
6555 bf_get(lpfc_mqe_command, &pmb->u.mqe),
6556 bf_get(lpfc_mqe_status, &pmb->u.mqe));
James Smart912e3ac2011-05-24 11:42:11 -04006557 goto read_cfg_out;
6558 }
6559
6560 /* search for fc_fcoe resrouce descriptor */
6561 get_func_cfg = &pmb->u.mqe.un.get_func_cfg;
6562 desc_count = get_func_cfg->func_cfg.rsrc_desc_count;
6563
James Smart8aa134a2012-08-14 14:25:29 -04006564 pdesc_0 = (char *)&get_func_cfg->func_cfg.desc[0];
6565 desc = (struct lpfc_rsrc_desc_fcfcoe *)pdesc_0;
6566 length = bf_get(lpfc_rsrc_desc_fcfcoe_length, desc);
6567 if (length == LPFC_RSRC_DESC_TYPE_FCFCOE_V0_RSVD)
6568 length = LPFC_RSRC_DESC_TYPE_FCFCOE_V0_LENGTH;
6569 else if (length != LPFC_RSRC_DESC_TYPE_FCFCOE_V1_LENGTH)
6570 goto read_cfg_out;
6571
James Smart912e3ac2011-05-24 11:42:11 -04006572 for (i = 0; i < LPFC_RSRC_DESC_MAX_NUM; i++) {
James Smart8aa134a2012-08-14 14:25:29 -04006573 desc = (struct lpfc_rsrc_desc_fcfcoe *)(pdesc_0 + length * i);
James Smart912e3ac2011-05-24 11:42:11 -04006574 if (LPFC_RSRC_DESC_TYPE_FCFCOE ==
James Smart8aa134a2012-08-14 14:25:29 -04006575 bf_get(lpfc_rsrc_desc_fcfcoe_type, desc)) {
James Smart912e3ac2011-05-24 11:42:11 -04006576 phba->sli4_hba.iov.pf_number =
6577 bf_get(lpfc_rsrc_desc_fcfcoe_pfnum, desc);
6578 phba->sli4_hba.iov.vf_number =
6579 bf_get(lpfc_rsrc_desc_fcfcoe_vfnum, desc);
6580 break;
6581 }
6582 }
6583
6584 if (i < LPFC_RSRC_DESC_MAX_NUM)
6585 lpfc_printf_log(phba, KERN_INFO, LOG_SLI,
6586 "3027 GET_FUNCTION_CONFIG: pf_number:%d, "
6587 "vf_number:%d\n", phba->sli4_hba.iov.pf_number,
6588 phba->sli4_hba.iov.vf_number);
James Smart8aa134a2012-08-14 14:25:29 -04006589 else
James Smart912e3ac2011-05-24 11:42:11 -04006590 lpfc_printf_log(phba, KERN_ERR, LOG_SLI,
6591 "3028 GET_FUNCTION_CONFIG: failed to find "
6592 "Resrouce Descriptor:x%x\n",
6593 LPFC_RSRC_DESC_TYPE_FCFCOE);
James Smart912e3ac2011-05-24 11:42:11 -04006594
6595read_cfg_out:
6596 mempool_free(pmb, phba->mbox_mem_pool);
James Smartda0436e2009-05-22 14:51:39 -04006597 return rc;
6598}
6599
6600/**
James Smart2fcee4b2010-12-15 17:57:46 -05006601 * lpfc_setup_endian_order - Write endian order to an SLI4 if_type 0 port.
James Smartda0436e2009-05-22 14:51:39 -04006602 * @phba: pointer to lpfc hba data structure.
6603 *
James Smart2fcee4b2010-12-15 17:57:46 -05006604 * This routine is invoked to setup the port-side endian order when
6605 * the port if_type is 0. This routine has no function for other
6606 * if_types.
James Smartda0436e2009-05-22 14:51:39 -04006607 *
6608 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02006609 * 0 - successful
Lucas De Marchi25985ed2011-03-30 22:57:33 -03006610 * -ENOMEM - No available memory
James Smartd439d282010-09-29 11:18:45 -04006611 * -EIO - The mailbox failed to complete successfully.
James Smartda0436e2009-05-22 14:51:39 -04006612 **/
6613static int
6614lpfc_setup_endian_order(struct lpfc_hba *phba)
6615{
6616 LPFC_MBOXQ_t *mboxq;
James Smart2fcee4b2010-12-15 17:57:46 -05006617 uint32_t if_type, rc = 0;
James Smartda0436e2009-05-22 14:51:39 -04006618 uint32_t endian_mb_data[2] = {HOST_ENDIAN_LOW_WORD0,
6619 HOST_ENDIAN_HIGH_WORD1};
6620
James Smart2fcee4b2010-12-15 17:57:46 -05006621 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
6622 switch (if_type) {
6623 case LPFC_SLI_INTF_IF_TYPE_0:
6624 mboxq = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool,
6625 GFP_KERNEL);
6626 if (!mboxq) {
6627 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6628 "0492 Unable to allocate memory for "
6629 "issuing SLI_CONFIG_SPECIAL mailbox "
6630 "command\n");
6631 return -ENOMEM;
6632 }
James Smartda0436e2009-05-22 14:51:39 -04006633
James Smart2fcee4b2010-12-15 17:57:46 -05006634 /*
6635 * The SLI4_CONFIG_SPECIAL mailbox command requires the first
6636 * two words to contain special data values and no other data.
6637 */
6638 memset(mboxq, 0, sizeof(LPFC_MBOXQ_t));
6639 memcpy(&mboxq->u.mqe, &endian_mb_data, sizeof(endian_mb_data));
6640 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
6641 if (rc != MBX_SUCCESS) {
6642 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6643 "0493 SLI_CONFIG_SPECIAL mailbox "
6644 "failed with status x%x\n",
6645 rc);
6646 rc = -EIO;
6647 }
6648 mempool_free(mboxq, phba->mbox_mem_pool);
6649 break;
6650 case LPFC_SLI_INTF_IF_TYPE_2:
6651 case LPFC_SLI_INTF_IF_TYPE_1:
6652 default:
6653 break;
James Smartda0436e2009-05-22 14:51:39 -04006654 }
James Smartda0436e2009-05-22 14:51:39 -04006655 return rc;
6656}
6657
6658/**
James Smart5350d872011-10-10 21:33:49 -04006659 * lpfc_sli4_queue_verify - Verify and update EQ and CQ counts
James Smartda0436e2009-05-22 14:51:39 -04006660 * @phba: pointer to lpfc hba data structure.
6661 *
James Smart5350d872011-10-10 21:33:49 -04006662 * This routine is invoked to check the user settable queue counts for EQs and
6663 * CQs. after this routine is called the counts will be set to valid values that
6664 * adhere to the constraints of the system's interrupt vectors and the port's
6665 * queue resources.
James Smartda0436e2009-05-22 14:51:39 -04006666 *
6667 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02006668 * 0 - successful
Lucas De Marchi25985ed2011-03-30 22:57:33 -03006669 * -ENOMEM - No available memory
James Smartda0436e2009-05-22 14:51:39 -04006670 **/
6671static int
James Smart5350d872011-10-10 21:33:49 -04006672lpfc_sli4_queue_verify(struct lpfc_hba *phba)
James Smartda0436e2009-05-22 14:51:39 -04006673{
James Smart67d12732012-08-03 12:36:13 -04006674 int cfg_fcp_io_channel;
James Smart90695ee2012-08-14 14:25:36 -04006675 uint32_t cpu;
6676 uint32_t i = 0;
6677
James Smartda0436e2009-05-22 14:51:39 -04006678
6679 /*
James Smart67d12732012-08-03 12:36:13 -04006680 * Sanity check for configured queue parameters against the run-time
James Smartda0436e2009-05-22 14:51:39 -04006681 * device parameters
6682 */
6683
James Smart67d12732012-08-03 12:36:13 -04006684 /* Sanity check on HBA EQ parameters */
6685 cfg_fcp_io_channel = phba->cfg_fcp_io_channel;
James Smartda0436e2009-05-22 14:51:39 -04006686
James Smart90695ee2012-08-14 14:25:36 -04006687 /* It doesn't make sense to have more io channels then CPUs */
6688 for_each_online_cpu(cpu) {
6689 i++;
6690 }
6691 if (i < cfg_fcp_io_channel) {
James Smart82c3e9b2012-09-29 11:29:50 -04006692 lpfc_printf_log(phba,
6693 KERN_ERR, LOG_INIT,
James Smart90695ee2012-08-14 14:25:36 -04006694 "3188 Reducing IO channels to match number of "
6695 "CPUs: from %d to %d\n", cfg_fcp_io_channel, i);
6696 cfg_fcp_io_channel = i;
6697 }
6698
James Smart67d12732012-08-03 12:36:13 -04006699 if (cfg_fcp_io_channel >
6700 phba->sli4_hba.max_cfg_param.max_eq) {
James Smart82c3e9b2012-09-29 11:29:50 -04006701 if (phba->sli4_hba.max_cfg_param.max_eq <
6702 LPFC_FCP_IO_CHAN_MIN) {
James Smartda0436e2009-05-22 14:51:39 -04006703 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6704 "2574 Not enough EQs (%d) from the "
6705 "pci function for supporting FCP "
6706 "EQs (%d)\n",
6707 phba->sli4_hba.max_cfg_param.max_eq,
James Smart67d12732012-08-03 12:36:13 -04006708 phba->cfg_fcp_io_channel);
James Smartda0436e2009-05-22 14:51:39 -04006709 goto out_error;
6710 }
James Smart82c3e9b2012-09-29 11:29:50 -04006711 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6712 "2575 Reducing IO channels to match number of "
6713 "available EQs: from %d to %d\n",
6714 cfg_fcp_io_channel,
6715 phba->sli4_hba.max_cfg_param.max_eq);
6716 cfg_fcp_io_channel = phba->sli4_hba.max_cfg_param.max_eq;
James Smartda0436e2009-05-22 14:51:39 -04006717 }
James Smart67d12732012-08-03 12:36:13 -04006718
6719 /* Eventually cfg_fcp_eq_count / cfg_fcp_wq_count will be depricated */
6720
James Smartda0436e2009-05-22 14:51:39 -04006721 /* The actual number of FCP event queues adopted */
James Smart67d12732012-08-03 12:36:13 -04006722 phba->cfg_fcp_eq_count = cfg_fcp_io_channel;
6723 phba->cfg_fcp_wq_count = cfg_fcp_io_channel;
6724 phba->cfg_fcp_io_channel = cfg_fcp_io_channel;
James Smartda0436e2009-05-22 14:51:39 -04006725
James Smartda0436e2009-05-22 14:51:39 -04006726 /* Get EQ depth from module parameter, fake the default for now */
6727 phba->sli4_hba.eq_esize = LPFC_EQE_SIZE_4B;
6728 phba->sli4_hba.eq_ecount = LPFC_EQE_DEF_COUNT;
6729
James Smart5350d872011-10-10 21:33:49 -04006730 /* Get CQ depth from module parameter, fake the default for now */
6731 phba->sli4_hba.cq_esize = LPFC_CQE_SIZE;
6732 phba->sli4_hba.cq_ecount = LPFC_CQE_DEF_COUNT;
6733
6734 return 0;
6735out_error:
6736 return -ENOMEM;
6737}
6738
6739/**
6740 * lpfc_sli4_queue_create - Create all the SLI4 queues
6741 * @phba: pointer to lpfc hba data structure.
6742 *
6743 * This routine is invoked to allocate all the SLI4 queues for the FCoE HBA
6744 * operation. For each SLI4 queue type, the parameters such as queue entry
6745 * count (queue depth) shall be taken from the module parameter. For now,
6746 * we just use some constant number as place holder.
6747 *
6748 * Return codes
Anatol Pomozov4907cb72012-09-01 10:31:09 -07006749 * 0 - successful
James Smart5350d872011-10-10 21:33:49 -04006750 * -ENOMEM - No availble memory
6751 * -EIO - The mailbox failed to complete successfully.
6752 **/
6753int
6754lpfc_sli4_queue_create(struct lpfc_hba *phba)
6755{
6756 struct lpfc_queue *qdesc;
James Smart67d12732012-08-03 12:36:13 -04006757 int idx;
James Smart5350d872011-10-10 21:33:49 -04006758
6759 /*
James Smart67d12732012-08-03 12:36:13 -04006760 * Create HBA Record arrays.
James Smart5350d872011-10-10 21:33:49 -04006761 */
James Smart67d12732012-08-03 12:36:13 -04006762 if (!phba->cfg_fcp_io_channel)
6763 return -ERANGE;
James Smart5350d872011-10-10 21:33:49 -04006764
James Smart67d12732012-08-03 12:36:13 -04006765 phba->sli4_hba.mq_esize = LPFC_MQE_SIZE;
6766 phba->sli4_hba.mq_ecount = LPFC_MQE_DEF_COUNT;
6767 phba->sli4_hba.wq_esize = LPFC_WQE_SIZE;
6768 phba->sli4_hba.wq_ecount = LPFC_WQE_DEF_COUNT;
6769 phba->sli4_hba.rq_esize = LPFC_RQE_SIZE;
6770 phba->sli4_hba.rq_ecount = LPFC_RQE_DEF_COUNT;
6771
6772 phba->sli4_hba.hba_eq = kzalloc((sizeof(struct lpfc_queue *) *
6773 phba->cfg_fcp_io_channel), GFP_KERNEL);
6774 if (!phba->sli4_hba.hba_eq) {
James Smartda0436e2009-05-22 14:51:39 -04006775 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart67d12732012-08-03 12:36:13 -04006776 "2576 Failed allocate memory for "
6777 "fast-path EQ record array\n");
James Smartda0436e2009-05-22 14:51:39 -04006778 goto out_error;
6779 }
James Smart67d12732012-08-03 12:36:13 -04006780
6781 phba->sli4_hba.fcp_cq = kzalloc((sizeof(struct lpfc_queue *) *
6782 phba->cfg_fcp_io_channel), GFP_KERNEL);
6783 if (!phba->sli4_hba.fcp_cq) {
6784 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6785 "2577 Failed allocate memory for fast-path "
6786 "CQ record array\n");
6787 goto out_error;
6788 }
6789
6790 phba->sli4_hba.fcp_wq = kzalloc((sizeof(struct lpfc_queue *) *
6791 phba->cfg_fcp_io_channel), GFP_KERNEL);
6792 if (!phba->sli4_hba.fcp_wq) {
6793 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6794 "2578 Failed allocate memory for fast-path "
6795 "WQ record array\n");
6796 goto out_error;
6797 }
James Smartda0436e2009-05-22 14:51:39 -04006798
James Smart5350d872011-10-10 21:33:49 -04006799 /*
James Smart67d12732012-08-03 12:36:13 -04006800 * Since the first EQ can have multiple CQs associated with it,
6801 * this array is used to quickly see if we have a FCP fast-path
6802 * CQ match.
James Smart5350d872011-10-10 21:33:49 -04006803 */
James Smart67d12732012-08-03 12:36:13 -04006804 phba->sli4_hba.fcp_cq_map = kzalloc((sizeof(uint16_t) *
6805 phba->cfg_fcp_io_channel), GFP_KERNEL);
6806 if (!phba->sli4_hba.fcp_cq_map) {
6807 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6808 "2545 Failed allocate memory for fast-path "
6809 "CQ map\n");
6810 goto out_error;
James Smartda0436e2009-05-22 14:51:39 -04006811 }
James Smart67d12732012-08-03 12:36:13 -04006812
6813 /*
6814 * Create HBA Event Queues (EQs). The cfg_fcp_io_channel specifies
6815 * how many EQs to create.
6816 */
6817 for (idx = 0; idx < phba->cfg_fcp_io_channel; idx++) {
6818
6819 /* Create EQs */
James Smartda0436e2009-05-22 14:51:39 -04006820 qdesc = lpfc_sli4_queue_alloc(phba, phba->sli4_hba.eq_esize,
6821 phba->sli4_hba.eq_ecount);
6822 if (!qdesc) {
6823 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart67d12732012-08-03 12:36:13 -04006824 "0497 Failed allocate EQ (%d)\n", idx);
6825 goto out_error;
James Smartda0436e2009-05-22 14:51:39 -04006826 }
James Smart67d12732012-08-03 12:36:13 -04006827 phba->sli4_hba.hba_eq[idx] = qdesc;
6828
6829 /* Create Fast Path FCP CQs */
6830 qdesc = lpfc_sli4_queue_alloc(phba, phba->sli4_hba.cq_esize,
6831 phba->sli4_hba.cq_ecount);
6832 if (!qdesc) {
6833 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6834 "0499 Failed allocate fast-path FCP "
6835 "CQ (%d)\n", idx);
6836 goto out_error;
6837 }
6838 phba->sli4_hba.fcp_cq[idx] = qdesc;
6839
6840 /* Create Fast Path FCP WQs */
6841 qdesc = lpfc_sli4_queue_alloc(phba, phba->sli4_hba.wq_esize,
6842 phba->sli4_hba.wq_ecount);
6843 if (!qdesc) {
6844 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6845 "0503 Failed allocate fast-path FCP "
6846 "WQ (%d)\n", idx);
6847 goto out_error;
6848 }
6849 phba->sli4_hba.fcp_wq[idx] = qdesc;
James Smartda0436e2009-05-22 14:51:39 -04006850 }
6851
James Smart67d12732012-08-03 12:36:13 -04006852
James Smartda0436e2009-05-22 14:51:39 -04006853 /*
James Smart67d12732012-08-03 12:36:13 -04006854 * Create Slow Path Completion Queues (CQs)
James Smartda0436e2009-05-22 14:51:39 -04006855 */
6856
James Smartda0436e2009-05-22 14:51:39 -04006857 /* Create slow-path Mailbox Command Complete Queue */
6858 qdesc = lpfc_sli4_queue_alloc(phba, phba->sli4_hba.cq_esize,
6859 phba->sli4_hba.cq_ecount);
6860 if (!qdesc) {
6861 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6862 "0500 Failed allocate slow-path mailbox CQ\n");
James Smart67d12732012-08-03 12:36:13 -04006863 goto out_error;
James Smartda0436e2009-05-22 14:51:39 -04006864 }
6865 phba->sli4_hba.mbx_cq = qdesc;
6866
6867 /* Create slow-path ELS Complete Queue */
6868 qdesc = lpfc_sli4_queue_alloc(phba, phba->sli4_hba.cq_esize,
6869 phba->sli4_hba.cq_ecount);
6870 if (!qdesc) {
6871 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6872 "0501 Failed allocate slow-path ELS CQ\n");
James Smart67d12732012-08-03 12:36:13 -04006873 goto out_error;
James Smartda0436e2009-05-22 14:51:39 -04006874 }
6875 phba->sli4_hba.els_cq = qdesc;
6876
James Smartda0436e2009-05-22 14:51:39 -04006877
James Smart5350d872011-10-10 21:33:49 -04006878 /*
James Smart67d12732012-08-03 12:36:13 -04006879 * Create Slow Path Work Queues (WQs)
James Smart5350d872011-10-10 21:33:49 -04006880 */
James Smartda0436e2009-05-22 14:51:39 -04006881
6882 /* Create Mailbox Command Queue */
James Smartda0436e2009-05-22 14:51:39 -04006883
6884 qdesc = lpfc_sli4_queue_alloc(phba, phba->sli4_hba.mq_esize,
6885 phba->sli4_hba.mq_ecount);
6886 if (!qdesc) {
6887 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6888 "0505 Failed allocate slow-path MQ\n");
James Smart67d12732012-08-03 12:36:13 -04006889 goto out_error;
James Smartda0436e2009-05-22 14:51:39 -04006890 }
6891 phba->sli4_hba.mbx_wq = qdesc;
6892
6893 /*
James Smart67d12732012-08-03 12:36:13 -04006894 * Create ELS Work Queues
James Smartda0436e2009-05-22 14:51:39 -04006895 */
James Smartda0436e2009-05-22 14:51:39 -04006896
6897 /* Create slow-path ELS Work Queue */
6898 qdesc = lpfc_sli4_queue_alloc(phba, phba->sli4_hba.wq_esize,
6899 phba->sli4_hba.wq_ecount);
6900 if (!qdesc) {
6901 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6902 "0504 Failed allocate slow-path ELS WQ\n");
James Smart67d12732012-08-03 12:36:13 -04006903 goto out_error;
James Smartda0436e2009-05-22 14:51:39 -04006904 }
6905 phba->sli4_hba.els_wq = qdesc;
6906
James Smartda0436e2009-05-22 14:51:39 -04006907 /*
6908 * Create Receive Queue (RQ)
6909 */
James Smartda0436e2009-05-22 14:51:39 -04006910
6911 /* Create Receive Queue for header */
6912 qdesc = lpfc_sli4_queue_alloc(phba, phba->sli4_hba.rq_esize,
6913 phba->sli4_hba.rq_ecount);
6914 if (!qdesc) {
6915 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6916 "0506 Failed allocate receive HRQ\n");
James Smart67d12732012-08-03 12:36:13 -04006917 goto out_error;
James Smartda0436e2009-05-22 14:51:39 -04006918 }
6919 phba->sli4_hba.hdr_rq = qdesc;
6920
6921 /* Create Receive Queue for data */
6922 qdesc = lpfc_sli4_queue_alloc(phba, phba->sli4_hba.rq_esize,
6923 phba->sli4_hba.rq_ecount);
6924 if (!qdesc) {
6925 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
6926 "0507 Failed allocate receive DRQ\n");
James Smart67d12732012-08-03 12:36:13 -04006927 goto out_error;
James Smartda0436e2009-05-22 14:51:39 -04006928 }
6929 phba->sli4_hba.dat_rq = qdesc;
6930
6931 return 0;
6932
James Smartda0436e2009-05-22 14:51:39 -04006933out_error:
James Smart67d12732012-08-03 12:36:13 -04006934 lpfc_sli4_queue_destroy(phba);
James Smartda0436e2009-05-22 14:51:39 -04006935 return -ENOMEM;
6936}
6937
6938/**
6939 * lpfc_sli4_queue_destroy - Destroy all the SLI4 queues
6940 * @phba: pointer to lpfc hba data structure.
6941 *
6942 * This routine is invoked to release all the SLI4 queues with the FCoE HBA
6943 * operation.
6944 *
6945 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02006946 * 0 - successful
Lucas De Marchi25985ed2011-03-30 22:57:33 -03006947 * -ENOMEM - No available memory
James Smartd439d282010-09-29 11:18:45 -04006948 * -EIO - The mailbox failed to complete successfully.
James Smartda0436e2009-05-22 14:51:39 -04006949 **/
James Smart5350d872011-10-10 21:33:49 -04006950void
James Smartda0436e2009-05-22 14:51:39 -04006951lpfc_sli4_queue_destroy(struct lpfc_hba *phba)
6952{
James Smart67d12732012-08-03 12:36:13 -04006953 int idx;
6954
6955 if (phba->sli4_hba.hba_eq != NULL) {
6956 /* Release HBA event queue */
6957 for (idx = 0; idx < phba->cfg_fcp_io_channel; idx++) {
6958 if (phba->sli4_hba.hba_eq[idx] != NULL) {
6959 lpfc_sli4_queue_free(
6960 phba->sli4_hba.hba_eq[idx]);
6961 phba->sli4_hba.hba_eq[idx] = NULL;
6962 }
6963 }
6964 kfree(phba->sli4_hba.hba_eq);
6965 phba->sli4_hba.hba_eq = NULL;
6966 }
6967
6968 if (phba->sli4_hba.fcp_cq != NULL) {
6969 /* Release FCP completion queue */
6970 for (idx = 0; idx < phba->cfg_fcp_io_channel; idx++) {
6971 if (phba->sli4_hba.fcp_cq[idx] != NULL) {
6972 lpfc_sli4_queue_free(
6973 phba->sli4_hba.fcp_cq[idx]);
6974 phba->sli4_hba.fcp_cq[idx] = NULL;
6975 }
6976 }
6977 kfree(phba->sli4_hba.fcp_cq);
6978 phba->sli4_hba.fcp_cq = NULL;
6979 }
6980
6981 if (phba->sli4_hba.fcp_wq != NULL) {
6982 /* Release FCP work queue */
6983 for (idx = 0; idx < phba->cfg_fcp_io_channel; idx++) {
6984 if (phba->sli4_hba.fcp_wq[idx] != NULL) {
6985 lpfc_sli4_queue_free(
6986 phba->sli4_hba.fcp_wq[idx]);
6987 phba->sli4_hba.fcp_wq[idx] = NULL;
6988 }
6989 }
6990 kfree(phba->sli4_hba.fcp_wq);
6991 phba->sli4_hba.fcp_wq = NULL;
6992 }
6993
James Smart962bc512013-01-03 15:44:00 -05006994 if (phba->pci_bar0_memmap_p) {
6995 iounmap(phba->pci_bar0_memmap_p);
6996 phba->pci_bar0_memmap_p = NULL;
6997 }
6998 if (phba->pci_bar2_memmap_p) {
6999 iounmap(phba->pci_bar2_memmap_p);
7000 phba->pci_bar2_memmap_p = NULL;
7001 }
7002 if (phba->pci_bar4_memmap_p) {
7003 iounmap(phba->pci_bar4_memmap_p);
7004 phba->pci_bar4_memmap_p = NULL;
7005 }
7006
James Smart67d12732012-08-03 12:36:13 -04007007 /* Release FCP CQ mapping array */
7008 if (phba->sli4_hba.fcp_cq_map != NULL) {
7009 kfree(phba->sli4_hba.fcp_cq_map);
7010 phba->sli4_hba.fcp_cq_map = NULL;
7011 }
James Smartda0436e2009-05-22 14:51:39 -04007012
7013 /* Release mailbox command work queue */
James Smart67d12732012-08-03 12:36:13 -04007014 if (phba->sli4_hba.mbx_wq != NULL) {
7015 lpfc_sli4_queue_free(phba->sli4_hba.mbx_wq);
7016 phba->sli4_hba.mbx_wq = NULL;
7017 }
James Smartda0436e2009-05-22 14:51:39 -04007018
7019 /* Release ELS work queue */
James Smart67d12732012-08-03 12:36:13 -04007020 if (phba->sli4_hba.els_wq != NULL) {
7021 lpfc_sli4_queue_free(phba->sli4_hba.els_wq);
7022 phba->sli4_hba.els_wq = NULL;
7023 }
James Smartda0436e2009-05-22 14:51:39 -04007024
7025 /* Release unsolicited receive queue */
James Smart67d12732012-08-03 12:36:13 -04007026 if (phba->sli4_hba.hdr_rq != NULL) {
7027 lpfc_sli4_queue_free(phba->sli4_hba.hdr_rq);
7028 phba->sli4_hba.hdr_rq = NULL;
7029 }
7030 if (phba->sli4_hba.dat_rq != NULL) {
7031 lpfc_sli4_queue_free(phba->sli4_hba.dat_rq);
7032 phba->sli4_hba.dat_rq = NULL;
7033 }
James Smartda0436e2009-05-22 14:51:39 -04007034
James Smartda0436e2009-05-22 14:51:39 -04007035 /* Release ELS complete queue */
James Smart67d12732012-08-03 12:36:13 -04007036 if (phba->sli4_hba.els_cq != NULL) {
7037 lpfc_sli4_queue_free(phba->sli4_hba.els_cq);
7038 phba->sli4_hba.els_cq = NULL;
7039 }
James Smartda0436e2009-05-22 14:51:39 -04007040
7041 /* Release mailbox command complete queue */
James Smart67d12732012-08-03 12:36:13 -04007042 if (phba->sli4_hba.mbx_cq != NULL) {
7043 lpfc_sli4_queue_free(phba->sli4_hba.mbx_cq);
7044 phba->sli4_hba.mbx_cq = NULL;
7045 }
James Smartda0436e2009-05-22 14:51:39 -04007046
7047 return;
7048}
7049
7050/**
7051 * lpfc_sli4_queue_setup - Set up all the SLI4 queues
7052 * @phba: pointer to lpfc hba data structure.
7053 *
7054 * This routine is invoked to set up all the SLI4 queues for the FCoE HBA
7055 * operation.
7056 *
7057 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02007058 * 0 - successful
Lucas De Marchi25985ed2011-03-30 22:57:33 -03007059 * -ENOMEM - No available memory
James Smartd439d282010-09-29 11:18:45 -04007060 * -EIO - The mailbox failed to complete successfully.
James Smartda0436e2009-05-22 14:51:39 -04007061 **/
7062int
7063lpfc_sli4_queue_setup(struct lpfc_hba *phba)
7064{
James Smart2a76a282012-08-03 12:35:54 -04007065 struct lpfc_sli *psli = &phba->sli;
7066 struct lpfc_sli_ring *pring;
James Smartda0436e2009-05-22 14:51:39 -04007067 int rc = -ENOMEM;
7068 int fcp_eqidx, fcp_cqidx, fcp_wqidx;
7069 int fcp_cq_index = 0;
James Smart962bc512013-01-03 15:44:00 -05007070 uint32_t shdr_status, shdr_add_status;
7071 union lpfc_sli4_cfg_shdr *shdr;
7072 LPFC_MBOXQ_t *mboxq;
7073 uint32_t length;
7074
7075 /* Check for dual-ULP support */
7076 mboxq = (LPFC_MBOXQ_t *)mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
7077 if (!mboxq) {
7078 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7079 "3249 Unable to allocate memory for "
7080 "QUERY_FW_CFG mailbox command\n");
7081 return -ENOMEM;
7082 }
7083 length = (sizeof(struct lpfc_mbx_query_fw_config) -
7084 sizeof(struct lpfc_sli4_cfg_mhdr));
7085 lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_COMMON,
7086 LPFC_MBOX_OPCODE_QUERY_FW_CFG,
7087 length, LPFC_SLI4_MBX_EMBED);
7088
7089 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
7090
7091 shdr = (union lpfc_sli4_cfg_shdr *)
7092 &mboxq->u.mqe.un.sli4_config.header.cfg_shdr;
7093 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
7094 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status, &shdr->response);
7095 if (shdr_status || shdr_add_status || rc) {
7096 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7097 "3250 QUERY_FW_CFG mailbox failed with status "
7098 "x%x add_status x%x, mbx status x%x\n",
7099 shdr_status, shdr_add_status, rc);
7100 if (rc != MBX_TIMEOUT)
7101 mempool_free(mboxq, phba->mbox_mem_pool);
7102 rc = -ENXIO;
7103 goto out_error;
7104 }
7105
7106 phba->sli4_hba.fw_func_mode =
7107 mboxq->u.mqe.un.query_fw_cfg.rsp.function_mode;
7108 phba->sli4_hba.ulp0_mode = mboxq->u.mqe.un.query_fw_cfg.rsp.ulp0_mode;
7109 phba->sli4_hba.ulp1_mode = mboxq->u.mqe.un.query_fw_cfg.rsp.ulp1_mode;
7110 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
7111 "3251 QUERY_FW_CFG: func_mode:x%x, ulp0_mode:x%x, "
7112 "ulp1_mode:x%x\n", phba->sli4_hba.fw_func_mode,
7113 phba->sli4_hba.ulp0_mode, phba->sli4_hba.ulp1_mode);
7114
7115 if (rc != MBX_TIMEOUT)
7116 mempool_free(mboxq, phba->mbox_mem_pool);
James Smartda0436e2009-05-22 14:51:39 -04007117
7118 /*
James Smart67d12732012-08-03 12:36:13 -04007119 * Set up HBA Event Queues (EQs)
James Smartda0436e2009-05-22 14:51:39 -04007120 */
7121
James Smart67d12732012-08-03 12:36:13 -04007122 /* Set up HBA event queue */
7123 if (phba->cfg_fcp_io_channel && !phba->sli4_hba.hba_eq) {
James Smart2e90f4b2011-12-13 13:22:37 -05007124 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7125 "3147 Fast-path EQs not allocated\n");
James Smart1b511972011-12-13 13:23:09 -05007126 rc = -ENOMEM;
James Smart67d12732012-08-03 12:36:13 -04007127 goto out_error;
James Smart2e90f4b2011-12-13 13:22:37 -05007128 }
James Smart67d12732012-08-03 12:36:13 -04007129 for (fcp_eqidx = 0; fcp_eqidx < phba->cfg_fcp_io_channel; fcp_eqidx++) {
7130 if (!phba->sli4_hba.hba_eq[fcp_eqidx]) {
James Smartda0436e2009-05-22 14:51:39 -04007131 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7132 "0522 Fast-path EQ (%d) not "
7133 "allocated\n", fcp_eqidx);
James Smart1b511972011-12-13 13:23:09 -05007134 rc = -ENOMEM;
James Smart67d12732012-08-03 12:36:13 -04007135 goto out_destroy_hba_eq;
James Smartda0436e2009-05-22 14:51:39 -04007136 }
James Smart67d12732012-08-03 12:36:13 -04007137 rc = lpfc_eq_create(phba, phba->sli4_hba.hba_eq[fcp_eqidx],
James Smartbf8dae82012-08-03 12:36:24 -04007138 (phba->cfg_fcp_imax / phba->cfg_fcp_io_channel));
James Smartda0436e2009-05-22 14:51:39 -04007139 if (rc) {
7140 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7141 "0523 Failed setup of fast-path EQ "
7142 "(%d), rc = 0x%x\n", fcp_eqidx, rc);
James Smart67d12732012-08-03 12:36:13 -04007143 goto out_destroy_hba_eq;
James Smartda0436e2009-05-22 14:51:39 -04007144 }
7145 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smart67d12732012-08-03 12:36:13 -04007146 "2584 HBA EQ setup: "
James Smartda0436e2009-05-22 14:51:39 -04007147 "queue[%d]-id=%d\n", fcp_eqidx,
James Smart67d12732012-08-03 12:36:13 -04007148 phba->sli4_hba.hba_eq[fcp_eqidx]->queue_id);
James Smartda0436e2009-05-22 14:51:39 -04007149 }
7150
James Smart67d12732012-08-03 12:36:13 -04007151 /* Set up fast-path FCP Response Complete Queue */
7152 if (!phba->sli4_hba.fcp_cq) {
7153 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7154 "3148 Fast-path FCP CQ array not "
7155 "allocated\n");
7156 rc = -ENOMEM;
7157 goto out_destroy_hba_eq;
7158 }
7159
7160 for (fcp_cqidx = 0; fcp_cqidx < phba->cfg_fcp_io_channel; fcp_cqidx++) {
7161 if (!phba->sli4_hba.fcp_cq[fcp_cqidx]) {
7162 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7163 "0526 Fast-path FCP CQ (%d) not "
7164 "allocated\n", fcp_cqidx);
7165 rc = -ENOMEM;
7166 goto out_destroy_fcp_cq;
7167 }
7168 rc = lpfc_cq_create(phba, phba->sli4_hba.fcp_cq[fcp_cqidx],
7169 phba->sli4_hba.hba_eq[fcp_cqidx], LPFC_WCQ, LPFC_FCP);
7170 if (rc) {
7171 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7172 "0527 Failed setup of fast-path FCP "
7173 "CQ (%d), rc = 0x%x\n", fcp_cqidx, rc);
7174 goto out_destroy_fcp_cq;
7175 }
7176
7177 /* Setup fcp_cq_map for fast lookup */
7178 phba->sli4_hba.fcp_cq_map[fcp_cqidx] =
7179 phba->sli4_hba.fcp_cq[fcp_cqidx]->queue_id;
7180
7181 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
7182 "2588 FCP CQ setup: cq[%d]-id=%d, "
7183 "parent seq[%d]-id=%d\n",
7184 fcp_cqidx,
7185 phba->sli4_hba.fcp_cq[fcp_cqidx]->queue_id,
7186 fcp_cqidx,
7187 phba->sli4_hba.hba_eq[fcp_cqidx]->queue_id);
7188 }
7189
7190 /* Set up fast-path FCP Work Queue */
7191 if (!phba->sli4_hba.fcp_wq) {
7192 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7193 "3149 Fast-path FCP WQ array not "
7194 "allocated\n");
7195 rc = -ENOMEM;
7196 goto out_destroy_fcp_cq;
7197 }
7198
7199 for (fcp_wqidx = 0; fcp_wqidx < phba->cfg_fcp_io_channel; fcp_wqidx++) {
7200 if (!phba->sli4_hba.fcp_wq[fcp_wqidx]) {
7201 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7202 "0534 Fast-path FCP WQ (%d) not "
7203 "allocated\n", fcp_wqidx);
7204 rc = -ENOMEM;
7205 goto out_destroy_fcp_wq;
7206 }
7207 rc = lpfc_wq_create(phba, phba->sli4_hba.fcp_wq[fcp_wqidx],
7208 phba->sli4_hba.fcp_cq[fcp_wqidx],
7209 LPFC_FCP);
7210 if (rc) {
7211 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7212 "0535 Failed setup of fast-path FCP "
7213 "WQ (%d), rc = 0x%x\n", fcp_wqidx, rc);
7214 goto out_destroy_fcp_wq;
7215 }
7216
7217 /* Bind this WQ to the next FCP ring */
7218 pring = &psli->ring[MAX_SLI3_CONFIGURED_RINGS + fcp_wqidx];
7219 pring->sli.sli4.wqp = (void *)phba->sli4_hba.fcp_wq[fcp_wqidx];
7220 phba->sli4_hba.fcp_cq[fcp_wqidx]->pring = pring;
7221
7222 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
7223 "2591 FCP WQ setup: wq[%d]-id=%d, "
7224 "parent cq[%d]-id=%d\n",
7225 fcp_wqidx,
7226 phba->sli4_hba.fcp_wq[fcp_wqidx]->queue_id,
7227 fcp_cq_index,
7228 phba->sli4_hba.fcp_cq[fcp_wqidx]->queue_id);
7229 }
James Smartda0436e2009-05-22 14:51:39 -04007230 /*
7231 * Set up Complete Queues (CQs)
7232 */
7233
7234 /* Set up slow-path MBOX Complete Queue as the first CQ */
7235 if (!phba->sli4_hba.mbx_cq) {
7236 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7237 "0528 Mailbox CQ not allocated\n");
James Smart1b511972011-12-13 13:23:09 -05007238 rc = -ENOMEM;
James Smart67d12732012-08-03 12:36:13 -04007239 goto out_destroy_fcp_wq;
James Smartda0436e2009-05-22 14:51:39 -04007240 }
James Smart67d12732012-08-03 12:36:13 -04007241 rc = lpfc_cq_create(phba, phba->sli4_hba.mbx_cq,
7242 phba->sli4_hba.hba_eq[0], LPFC_MCQ, LPFC_MBOX);
James Smartda0436e2009-05-22 14:51:39 -04007243 if (rc) {
7244 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7245 "0529 Failed setup of slow-path mailbox CQ: "
7246 "rc = 0x%x\n", rc);
James Smart67d12732012-08-03 12:36:13 -04007247 goto out_destroy_fcp_wq;
James Smartda0436e2009-05-22 14:51:39 -04007248 }
7249 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
7250 "2585 MBX CQ setup: cq-id=%d, parent eq-id=%d\n",
7251 phba->sli4_hba.mbx_cq->queue_id,
James Smart67d12732012-08-03 12:36:13 -04007252 phba->sli4_hba.hba_eq[0]->queue_id);
James Smartda0436e2009-05-22 14:51:39 -04007253
7254 /* Set up slow-path ELS Complete Queue */
7255 if (!phba->sli4_hba.els_cq) {
7256 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7257 "0530 ELS CQ not allocated\n");
James Smart1b511972011-12-13 13:23:09 -05007258 rc = -ENOMEM;
James Smartda0436e2009-05-22 14:51:39 -04007259 goto out_destroy_mbx_cq;
7260 }
James Smart67d12732012-08-03 12:36:13 -04007261 rc = lpfc_cq_create(phba, phba->sli4_hba.els_cq,
7262 phba->sli4_hba.hba_eq[0], LPFC_WCQ, LPFC_ELS);
James Smartda0436e2009-05-22 14:51:39 -04007263 if (rc) {
7264 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7265 "0531 Failed setup of slow-path ELS CQ: "
7266 "rc = 0x%x\n", rc);
7267 goto out_destroy_mbx_cq;
7268 }
7269 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
7270 "2586 ELS CQ setup: cq-id=%d, parent eq-id=%d\n",
7271 phba->sli4_hba.els_cq->queue_id,
James Smart67d12732012-08-03 12:36:13 -04007272 phba->sli4_hba.hba_eq[0]->queue_id);
James Smartda0436e2009-05-22 14:51:39 -04007273
7274 /*
7275 * Set up all the Work Queues (WQs)
7276 */
7277
7278 /* Set up Mailbox Command Queue */
7279 if (!phba->sli4_hba.mbx_wq) {
7280 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7281 "0538 Slow-path MQ not allocated\n");
James Smart1b511972011-12-13 13:23:09 -05007282 rc = -ENOMEM;
James Smart67d12732012-08-03 12:36:13 -04007283 goto out_destroy_els_cq;
James Smartda0436e2009-05-22 14:51:39 -04007284 }
7285 rc = lpfc_mq_create(phba, phba->sli4_hba.mbx_wq,
7286 phba->sli4_hba.mbx_cq, LPFC_MBOX);
7287 if (rc) {
7288 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7289 "0539 Failed setup of slow-path MQ: "
7290 "rc = 0x%x\n", rc);
James Smart67d12732012-08-03 12:36:13 -04007291 goto out_destroy_els_cq;
James Smartda0436e2009-05-22 14:51:39 -04007292 }
7293 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
7294 "2589 MBX MQ setup: wq-id=%d, parent cq-id=%d\n",
7295 phba->sli4_hba.mbx_wq->queue_id,
7296 phba->sli4_hba.mbx_cq->queue_id);
7297
7298 /* Set up slow-path ELS Work Queue */
7299 if (!phba->sli4_hba.els_wq) {
7300 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7301 "0536 Slow-path ELS WQ not allocated\n");
James Smart1b511972011-12-13 13:23:09 -05007302 rc = -ENOMEM;
James Smartda0436e2009-05-22 14:51:39 -04007303 goto out_destroy_mbx_wq;
7304 }
7305 rc = lpfc_wq_create(phba, phba->sli4_hba.els_wq,
7306 phba->sli4_hba.els_cq, LPFC_ELS);
7307 if (rc) {
7308 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7309 "0537 Failed setup of slow-path ELS WQ: "
7310 "rc = 0x%x\n", rc);
7311 goto out_destroy_mbx_wq;
7312 }
James Smart2a76a282012-08-03 12:35:54 -04007313
7314 /* Bind this WQ to the ELS ring */
7315 pring = &psli->ring[LPFC_ELS_RING];
7316 pring->sli.sli4.wqp = (void *)phba->sli4_hba.els_wq;
7317 phba->sli4_hba.els_cq->pring = pring;
7318
James Smartda0436e2009-05-22 14:51:39 -04007319 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
7320 "2590 ELS WQ setup: wq-id=%d, parent cq-id=%d\n",
7321 phba->sli4_hba.els_wq->queue_id,
7322 phba->sli4_hba.els_cq->queue_id);
7323
James Smartda0436e2009-05-22 14:51:39 -04007324 /*
7325 * Create Receive Queue (RQ)
7326 */
7327 if (!phba->sli4_hba.hdr_rq || !phba->sli4_hba.dat_rq) {
7328 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7329 "0540 Receive Queue not allocated\n");
James Smart1b511972011-12-13 13:23:09 -05007330 rc = -ENOMEM;
James Smart67d12732012-08-03 12:36:13 -04007331 goto out_destroy_els_wq;
James Smartda0436e2009-05-22 14:51:39 -04007332 }
James Smart73d91e52011-10-10 21:32:10 -04007333
7334 lpfc_rq_adjust_repost(phba, phba->sli4_hba.hdr_rq, LPFC_ELS_HBQ);
7335 lpfc_rq_adjust_repost(phba, phba->sli4_hba.dat_rq, LPFC_ELS_HBQ);
7336
James Smartda0436e2009-05-22 14:51:39 -04007337 rc = lpfc_rq_create(phba, phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq,
James Smart4d9ab992009-10-02 15:16:39 -04007338 phba->sli4_hba.els_cq, LPFC_USOL);
James Smartda0436e2009-05-22 14:51:39 -04007339 if (rc) {
7340 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7341 "0541 Failed setup of Receive Queue: "
7342 "rc = 0x%x\n", rc);
7343 goto out_destroy_fcp_wq;
7344 }
James Smart73d91e52011-10-10 21:32:10 -04007345
James Smartda0436e2009-05-22 14:51:39 -04007346 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
7347 "2592 USL RQ setup: hdr-rq-id=%d, dat-rq-id=%d "
7348 "parent cq-id=%d\n",
7349 phba->sli4_hba.hdr_rq->queue_id,
7350 phba->sli4_hba.dat_rq->queue_id,
James Smart4d9ab992009-10-02 15:16:39 -04007351 phba->sli4_hba.els_cq->queue_id);
James Smartda0436e2009-05-22 14:51:39 -04007352 return 0;
7353
James Smart2e90f4b2011-12-13 13:22:37 -05007354out_destroy_els_wq:
James Smartda0436e2009-05-22 14:51:39 -04007355 lpfc_wq_destroy(phba, phba->sli4_hba.els_wq);
7356out_destroy_mbx_wq:
7357 lpfc_mq_destroy(phba, phba->sli4_hba.mbx_wq);
James Smart2e90f4b2011-12-13 13:22:37 -05007358out_destroy_els_cq:
James Smartda0436e2009-05-22 14:51:39 -04007359 lpfc_cq_destroy(phba, phba->sli4_hba.els_cq);
7360out_destroy_mbx_cq:
7361 lpfc_cq_destroy(phba, phba->sli4_hba.mbx_cq);
James Smart67d12732012-08-03 12:36:13 -04007362out_destroy_fcp_wq:
7363 for (--fcp_wqidx; fcp_wqidx >= 0; fcp_wqidx--)
7364 lpfc_wq_destroy(phba, phba->sli4_hba.fcp_wq[fcp_wqidx]);
7365out_destroy_fcp_cq:
7366 for (--fcp_cqidx; fcp_cqidx >= 0; fcp_cqidx--)
7367 lpfc_cq_destroy(phba, phba->sli4_hba.fcp_cq[fcp_cqidx]);
7368out_destroy_hba_eq:
James Smartda0436e2009-05-22 14:51:39 -04007369 for (--fcp_eqidx; fcp_eqidx >= 0; fcp_eqidx--)
James Smart67d12732012-08-03 12:36:13 -04007370 lpfc_eq_destroy(phba, phba->sli4_hba.hba_eq[fcp_eqidx]);
James Smartda0436e2009-05-22 14:51:39 -04007371out_error:
7372 return rc;
7373}
7374
7375/**
7376 * lpfc_sli4_queue_unset - Unset all the SLI4 queues
7377 * @phba: pointer to lpfc hba data structure.
7378 *
7379 * This routine is invoked to unset all the SLI4 queues with the FCoE HBA
7380 * operation.
7381 *
7382 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02007383 * 0 - successful
Lucas De Marchi25985ed2011-03-30 22:57:33 -03007384 * -ENOMEM - No available memory
James Smartd439d282010-09-29 11:18:45 -04007385 * -EIO - The mailbox failed to complete successfully.
James Smartda0436e2009-05-22 14:51:39 -04007386 **/
7387void
7388lpfc_sli4_queue_unset(struct lpfc_hba *phba)
7389{
7390 int fcp_qidx;
7391
7392 /* Unset mailbox command work queue */
7393 lpfc_mq_destroy(phba, phba->sli4_hba.mbx_wq);
7394 /* Unset ELS work queue */
7395 lpfc_wq_destroy(phba, phba->sli4_hba.els_wq);
7396 /* Unset unsolicited receive queue */
7397 lpfc_rq_destroy(phba, phba->sli4_hba.hdr_rq, phba->sli4_hba.dat_rq);
7398 /* Unset FCP work queue */
James Smart67d12732012-08-03 12:36:13 -04007399 if (phba->sli4_hba.fcp_wq) {
7400 for (fcp_qidx = 0; fcp_qidx < phba->cfg_fcp_io_channel;
7401 fcp_qidx++)
7402 lpfc_wq_destroy(phba, phba->sli4_hba.fcp_wq[fcp_qidx]);
7403 }
James Smartda0436e2009-05-22 14:51:39 -04007404 /* Unset mailbox command complete queue */
7405 lpfc_cq_destroy(phba, phba->sli4_hba.mbx_cq);
7406 /* Unset ELS complete queue */
7407 lpfc_cq_destroy(phba, phba->sli4_hba.els_cq);
James Smartda0436e2009-05-22 14:51:39 -04007408 /* Unset FCP response complete queue */
James Smart2e90f4b2011-12-13 13:22:37 -05007409 if (phba->sli4_hba.fcp_cq) {
James Smart67d12732012-08-03 12:36:13 -04007410 for (fcp_qidx = 0; fcp_qidx < phba->cfg_fcp_io_channel;
7411 fcp_qidx++)
James Smart2e90f4b2011-12-13 13:22:37 -05007412 lpfc_cq_destroy(phba, phba->sli4_hba.fcp_cq[fcp_qidx]);
James Smart2e90f4b2011-12-13 13:22:37 -05007413 }
James Smartda0436e2009-05-22 14:51:39 -04007414 /* Unset fast-path event queue */
James Smart67d12732012-08-03 12:36:13 -04007415 if (phba->sli4_hba.hba_eq) {
7416 for (fcp_qidx = 0; fcp_qidx < phba->cfg_fcp_io_channel;
James Smart2e90f4b2011-12-13 13:22:37 -05007417 fcp_qidx++)
James Smart67d12732012-08-03 12:36:13 -04007418 lpfc_eq_destroy(phba, phba->sli4_hba.hba_eq[fcp_qidx]);
James Smart2e90f4b2011-12-13 13:22:37 -05007419 }
James Smartda0436e2009-05-22 14:51:39 -04007420}
7421
7422/**
7423 * lpfc_sli4_cq_event_pool_create - Create completion-queue event free pool
7424 * @phba: pointer to lpfc hba data structure.
7425 *
7426 * This routine is invoked to allocate and set up a pool of completion queue
7427 * events. The body of the completion queue event is a completion queue entry
7428 * CQE. For now, this pool is used for the interrupt service routine to queue
7429 * the following HBA completion queue events for the worker thread to process:
7430 * - Mailbox asynchronous events
7431 * - Receive queue completion unsolicited events
7432 * Later, this can be used for all the slow-path events.
7433 *
7434 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02007435 * 0 - successful
Lucas De Marchi25985ed2011-03-30 22:57:33 -03007436 * -ENOMEM - No available memory
James Smartda0436e2009-05-22 14:51:39 -04007437 **/
7438static int
7439lpfc_sli4_cq_event_pool_create(struct lpfc_hba *phba)
7440{
7441 struct lpfc_cq_event *cq_event;
7442 int i;
7443
7444 for (i = 0; i < (4 * phba->sli4_hba.cq_ecount); i++) {
7445 cq_event = kmalloc(sizeof(struct lpfc_cq_event), GFP_KERNEL);
7446 if (!cq_event)
7447 goto out_pool_create_fail;
7448 list_add_tail(&cq_event->list,
7449 &phba->sli4_hba.sp_cqe_event_pool);
7450 }
7451 return 0;
7452
7453out_pool_create_fail:
7454 lpfc_sli4_cq_event_pool_destroy(phba);
7455 return -ENOMEM;
7456}
7457
7458/**
7459 * lpfc_sli4_cq_event_pool_destroy - Free completion-queue event free pool
7460 * @phba: pointer to lpfc hba data structure.
7461 *
7462 * This routine is invoked to free the pool of completion queue events at
7463 * driver unload time. Note that, it is the responsibility of the driver
7464 * cleanup routine to free all the outstanding completion-queue events
7465 * allocated from this pool back into the pool before invoking this routine
7466 * to destroy the pool.
7467 **/
7468static void
7469lpfc_sli4_cq_event_pool_destroy(struct lpfc_hba *phba)
7470{
7471 struct lpfc_cq_event *cq_event, *next_cq_event;
7472
7473 list_for_each_entry_safe(cq_event, next_cq_event,
7474 &phba->sli4_hba.sp_cqe_event_pool, list) {
7475 list_del(&cq_event->list);
7476 kfree(cq_event);
7477 }
7478}
7479
7480/**
7481 * __lpfc_sli4_cq_event_alloc - Allocate a completion-queue event from free pool
7482 * @phba: pointer to lpfc hba data structure.
7483 *
7484 * This routine is the lock free version of the API invoked to allocate a
7485 * completion-queue event from the free pool.
7486 *
7487 * Return: Pointer to the newly allocated completion-queue event if successful
7488 * NULL otherwise.
7489 **/
7490struct lpfc_cq_event *
7491__lpfc_sli4_cq_event_alloc(struct lpfc_hba *phba)
7492{
7493 struct lpfc_cq_event *cq_event = NULL;
7494
7495 list_remove_head(&phba->sli4_hba.sp_cqe_event_pool, cq_event,
7496 struct lpfc_cq_event, list);
7497 return cq_event;
7498}
7499
7500/**
7501 * lpfc_sli4_cq_event_alloc - Allocate a completion-queue event from free pool
7502 * @phba: pointer to lpfc hba data structure.
7503 *
7504 * This routine is the lock version of the API invoked to allocate a
7505 * completion-queue event from the free pool.
7506 *
7507 * Return: Pointer to the newly allocated completion-queue event if successful
7508 * NULL otherwise.
7509 **/
7510struct lpfc_cq_event *
7511lpfc_sli4_cq_event_alloc(struct lpfc_hba *phba)
7512{
7513 struct lpfc_cq_event *cq_event;
7514 unsigned long iflags;
7515
7516 spin_lock_irqsave(&phba->hbalock, iflags);
7517 cq_event = __lpfc_sli4_cq_event_alloc(phba);
7518 spin_unlock_irqrestore(&phba->hbalock, iflags);
7519 return cq_event;
7520}
7521
7522/**
7523 * __lpfc_sli4_cq_event_release - Release a completion-queue event to free pool
7524 * @phba: pointer to lpfc hba data structure.
7525 * @cq_event: pointer to the completion queue event to be freed.
7526 *
7527 * This routine is the lock free version of the API invoked to release a
7528 * completion-queue event back into the free pool.
7529 **/
7530void
7531__lpfc_sli4_cq_event_release(struct lpfc_hba *phba,
7532 struct lpfc_cq_event *cq_event)
7533{
7534 list_add_tail(&cq_event->list, &phba->sli4_hba.sp_cqe_event_pool);
7535}
7536
7537/**
7538 * lpfc_sli4_cq_event_release - Release a completion-queue event to free pool
7539 * @phba: pointer to lpfc hba data structure.
7540 * @cq_event: pointer to the completion queue event to be freed.
7541 *
7542 * This routine is the lock version of the API invoked to release a
7543 * completion-queue event back into the free pool.
7544 **/
7545void
7546lpfc_sli4_cq_event_release(struct lpfc_hba *phba,
7547 struct lpfc_cq_event *cq_event)
7548{
7549 unsigned long iflags;
7550 spin_lock_irqsave(&phba->hbalock, iflags);
7551 __lpfc_sli4_cq_event_release(phba, cq_event);
7552 spin_unlock_irqrestore(&phba->hbalock, iflags);
7553}
7554
7555/**
7556 * lpfc_sli4_cq_event_release_all - Release all cq events to the free pool
7557 * @phba: pointer to lpfc hba data structure.
7558 *
7559 * This routine is to free all the pending completion-queue events to the
7560 * back into the free pool for device reset.
7561 **/
7562static void
7563lpfc_sli4_cq_event_release_all(struct lpfc_hba *phba)
7564{
7565 LIST_HEAD(cqelist);
7566 struct lpfc_cq_event *cqe;
7567 unsigned long iflags;
7568
7569 /* Retrieve all the pending WCQEs from pending WCQE lists */
7570 spin_lock_irqsave(&phba->hbalock, iflags);
7571 /* Pending FCP XRI abort events */
7572 list_splice_init(&phba->sli4_hba.sp_fcp_xri_aborted_work_queue,
7573 &cqelist);
7574 /* Pending ELS XRI abort events */
7575 list_splice_init(&phba->sli4_hba.sp_els_xri_aborted_work_queue,
7576 &cqelist);
7577 /* Pending asynnc events */
7578 list_splice_init(&phba->sli4_hba.sp_asynce_work_queue,
7579 &cqelist);
7580 spin_unlock_irqrestore(&phba->hbalock, iflags);
7581
7582 while (!list_empty(&cqelist)) {
7583 list_remove_head(&cqelist, cqe, struct lpfc_cq_event, list);
7584 lpfc_sli4_cq_event_release(phba, cqe);
7585 }
7586}
7587
7588/**
7589 * lpfc_pci_function_reset - Reset pci function.
7590 * @phba: pointer to lpfc hba data structure.
7591 *
7592 * This routine is invoked to request a PCI function reset. It will destroys
7593 * all resources assigned to the PCI function which originates this request.
7594 *
7595 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02007596 * 0 - successful
Lucas De Marchi25985ed2011-03-30 22:57:33 -03007597 * -ENOMEM - No available memory
James Smartd439d282010-09-29 11:18:45 -04007598 * -EIO - The mailbox failed to complete successfully.
James Smartda0436e2009-05-22 14:51:39 -04007599 **/
7600int
7601lpfc_pci_function_reset(struct lpfc_hba *phba)
7602{
7603 LPFC_MBOXQ_t *mboxq;
James Smart2fcee4b2010-12-15 17:57:46 -05007604 uint32_t rc = 0, if_type;
James Smartda0436e2009-05-22 14:51:39 -04007605 uint32_t shdr_status, shdr_add_status;
James Smart2fcee4b2010-12-15 17:57:46 -05007606 uint32_t rdy_chk, num_resets = 0, reset_again = 0;
James Smartda0436e2009-05-22 14:51:39 -04007607 union lpfc_sli4_cfg_shdr *shdr;
James Smart2fcee4b2010-12-15 17:57:46 -05007608 struct lpfc_register reg_data;
James Smart2b81f942012-03-01 22:37:18 -05007609 uint16_t devid;
James Smartda0436e2009-05-22 14:51:39 -04007610
James Smart2fcee4b2010-12-15 17:57:46 -05007611 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
7612 switch (if_type) {
7613 case LPFC_SLI_INTF_IF_TYPE_0:
7614 mboxq = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool,
7615 GFP_KERNEL);
7616 if (!mboxq) {
7617 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7618 "0494 Unable to allocate memory for "
7619 "issuing SLI_FUNCTION_RESET mailbox "
7620 "command\n");
7621 return -ENOMEM;
7622 }
7623
7624 /* Setup PCI function reset mailbox-ioctl command */
7625 lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_COMMON,
7626 LPFC_MBOX_OPCODE_FUNCTION_RESET, 0,
7627 LPFC_SLI4_MBX_EMBED);
7628 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
7629 shdr = (union lpfc_sli4_cfg_shdr *)
7630 &mboxq->u.mqe.un.sli4_config.header.cfg_shdr;
7631 shdr_status = bf_get(lpfc_mbox_hdr_status, &shdr->response);
7632 shdr_add_status = bf_get(lpfc_mbox_hdr_add_status,
7633 &shdr->response);
7634 if (rc != MBX_TIMEOUT)
7635 mempool_free(mboxq, phba->mbox_mem_pool);
7636 if (shdr_status || shdr_add_status || rc) {
7637 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7638 "0495 SLI_FUNCTION_RESET mailbox "
7639 "failed with status x%x add_status x%x,"
7640 " mbx status x%x\n",
7641 shdr_status, shdr_add_status, rc);
7642 rc = -ENXIO;
7643 }
7644 break;
7645 case LPFC_SLI_INTF_IF_TYPE_2:
7646 for (num_resets = 0;
7647 num_resets < MAX_IF_TYPE_2_RESETS;
7648 num_resets++) {
7649 reg_data.word0 = 0;
7650 bf_set(lpfc_sliport_ctrl_end, &reg_data,
7651 LPFC_SLIPORT_LITTLE_ENDIAN);
7652 bf_set(lpfc_sliport_ctrl_ip, &reg_data,
7653 LPFC_SLIPORT_INIT_PORT);
7654 writel(reg_data.word0, phba->sli4_hba.u.if_type2.
7655 CTRLregaddr);
James Smart8fcb8ac2012-03-01 22:35:58 -05007656 /* flush */
James Smart2b81f942012-03-01 22:37:18 -05007657 pci_read_config_word(phba->pcidev,
7658 PCI_DEVICE_ID, &devid);
James Smart2fcee4b2010-12-15 17:57:46 -05007659 /*
7660 * Poll the Port Status Register and wait for RDY for
7661 * up to 10 seconds. If the port doesn't respond, treat
7662 * it as an error. If the port responds with RN, start
7663 * the loop again.
7664 */
7665 for (rdy_chk = 0; rdy_chk < 1000; rdy_chk++) {
James Smart73d91e52011-10-10 21:32:10 -04007666 msleep(10);
James Smart9940b972011-03-11 16:06:12 -05007667 if (lpfc_readl(phba->sli4_hba.u.if_type2.
7668 STATUSregaddr, &reg_data.word0)) {
7669 rc = -ENODEV;
James Smart73d91e52011-10-10 21:32:10 -04007670 goto out;
James Smart9940b972011-03-11 16:06:12 -05007671 }
James Smart6b5151f2012-01-18 16:24:06 -05007672 if (bf_get(lpfc_sliport_status_rn, &reg_data))
7673 reset_again++;
James Smart2fcee4b2010-12-15 17:57:46 -05007674 if (bf_get(lpfc_sliport_status_rdy, &reg_data))
7675 break;
James Smart2fcee4b2010-12-15 17:57:46 -05007676 }
7677
7678 /*
7679 * If the port responds to the init request with
7680 * reset needed, delay for a bit and restart the loop.
7681 */
James Smart6b5151f2012-01-18 16:24:06 -05007682 if (reset_again && (rdy_chk < 1000)) {
James Smart2fcee4b2010-12-15 17:57:46 -05007683 msleep(10);
7684 reset_again = 0;
7685 continue;
7686 }
7687
7688 /* Detect any port errors. */
James Smart2fcee4b2010-12-15 17:57:46 -05007689 if ((bf_get(lpfc_sliport_status_err, &reg_data)) ||
7690 (rdy_chk >= 1000)) {
7691 phba->work_status[0] = readl(
7692 phba->sli4_hba.u.if_type2.ERR1regaddr);
7693 phba->work_status[1] = readl(
7694 phba->sli4_hba.u.if_type2.ERR2regaddr);
7695 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart8fcb8ac2012-03-01 22:35:58 -05007696 "2890 Port error detected during port "
James Smart8a9d2e82012-05-09 21:16:12 -04007697 "reset(%d): wait_tmo:%d ms, "
7698 "port status reg 0x%x, "
James Smart2fcee4b2010-12-15 17:57:46 -05007699 "error 1=0x%x, error 2=0x%x\n",
James Smart8a9d2e82012-05-09 21:16:12 -04007700 num_resets, rdy_chk*10,
7701 reg_data.word0,
James Smart2fcee4b2010-12-15 17:57:46 -05007702 phba->work_status[0],
7703 phba->work_status[1]);
7704 rc = -ENODEV;
7705 }
7706
7707 /*
7708 * Terminate the outer loop provided the Port indicated
7709 * ready within 10 seconds.
7710 */
7711 if (rdy_chk < 1000)
7712 break;
7713 }
James Smart05580562011-05-24 11:40:48 -04007714 /* delay driver action following IF_TYPE_2 function reset */
7715 msleep(100);
James Smart2fcee4b2010-12-15 17:57:46 -05007716 break;
7717 case LPFC_SLI_INTF_IF_TYPE_1:
7718 default:
7719 break;
James Smartda0436e2009-05-22 14:51:39 -04007720 }
7721
James Smart73d91e52011-10-10 21:32:10 -04007722out:
James Smart2fcee4b2010-12-15 17:57:46 -05007723 /* Catch the not-ready port failure after a port reset. */
7724 if (num_resets >= MAX_IF_TYPE_2_RESETS)
7725 rc = -ENODEV;
7726
James Smartda0436e2009-05-22 14:51:39 -04007727 return rc;
7728}
7729
7730/**
James Smartda0436e2009-05-22 14:51:39 -04007731 * lpfc_sli4_pci_mem_setup - Setup SLI4 HBA PCI memory space.
7732 * @phba: pointer to lpfc hba data structure.
7733 *
7734 * This routine is invoked to set up the PCI device memory space for device
7735 * with SLI-4 interface spec.
7736 *
7737 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02007738 * 0 - successful
James Smartda0436e2009-05-22 14:51:39 -04007739 * other values - error
7740 **/
7741static int
7742lpfc_sli4_pci_mem_setup(struct lpfc_hba *phba)
7743{
7744 struct pci_dev *pdev;
7745 unsigned long bar0map_len, bar1map_len, bar2map_len;
7746 int error = -ENODEV;
James Smart2fcee4b2010-12-15 17:57:46 -05007747 uint32_t if_type;
James Smartda0436e2009-05-22 14:51:39 -04007748
7749 /* Obtain PCI device reference */
7750 if (!phba->pcidev)
7751 return error;
7752 else
7753 pdev = phba->pcidev;
7754
7755 /* Set the device DMA mask size */
Michael Reed8e685972009-09-18 12:02:05 -05007756 if (pci_set_dma_mask(pdev, DMA_BIT_MASK(64)) != 0
7757 || pci_set_consistent_dma_mask(pdev,DMA_BIT_MASK(64)) != 0) {
7758 if (pci_set_dma_mask(pdev, DMA_BIT_MASK(32)) != 0
7759 || pci_set_consistent_dma_mask(pdev,DMA_BIT_MASK(32)) != 0) {
James Smartda0436e2009-05-22 14:51:39 -04007760 return error;
Michael Reed8e685972009-09-18 12:02:05 -05007761 }
7762 }
James Smartda0436e2009-05-22 14:51:39 -04007763
James Smart2fcee4b2010-12-15 17:57:46 -05007764 /*
7765 * The BARs and register set definitions and offset locations are
7766 * dependent on the if_type.
7767 */
7768 if (pci_read_config_dword(pdev, LPFC_SLI_INTF,
7769 &phba->sli4_hba.sli_intf.word0)) {
7770 return error;
7771 }
7772
7773 /* There is no SLI3 failback for SLI4 devices. */
7774 if (bf_get(lpfc_sli_intf_valid, &phba->sli4_hba.sli_intf) !=
7775 LPFC_SLI_INTF_VALID) {
7776 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7777 "2894 SLI_INTF reg contents invalid "
7778 "sli_intf reg 0x%x\n",
7779 phba->sli4_hba.sli_intf.word0);
7780 return error;
7781 }
7782
7783 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
7784 /*
7785 * Get the bus address of SLI4 device Bar regions and the
7786 * number of bytes required by each mapping. The mapping of the
7787 * particular PCI BARs regions is dependent on the type of
7788 * SLI4 device.
James Smartda0436e2009-05-22 14:51:39 -04007789 */
James Smart1dfb5a42010-02-12 14:40:50 -05007790 if (pci_resource_start(pdev, 0)) {
7791 phba->pci_bar0_map = pci_resource_start(pdev, 0);
7792 bar0map_len = pci_resource_len(pdev, 0);
James Smart2fcee4b2010-12-15 17:57:46 -05007793
7794 /*
7795 * Map SLI4 PCI Config Space Register base to a kernel virtual
7796 * addr
7797 */
7798 phba->sli4_hba.conf_regs_memmap_p =
7799 ioremap(phba->pci_bar0_map, bar0map_len);
7800 if (!phba->sli4_hba.conf_regs_memmap_p) {
7801 dev_printk(KERN_ERR, &pdev->dev,
7802 "ioremap failed for SLI4 PCI config "
7803 "registers.\n");
7804 goto out;
7805 }
7806 /* Set up BAR0 PCI config space register memory map */
7807 lpfc_sli4_bar0_register_memmap(phba, if_type);
James Smart1dfb5a42010-02-12 14:40:50 -05007808 } else {
7809 phba->pci_bar0_map = pci_resource_start(pdev, 1);
7810 bar0map_len = pci_resource_len(pdev, 1);
James Smart2fcee4b2010-12-15 17:57:46 -05007811 if (if_type == LPFC_SLI_INTF_IF_TYPE_2) {
7812 dev_printk(KERN_ERR, &pdev->dev,
7813 "FATAL - No BAR0 mapping for SLI4, if_type 2\n");
7814 goto out;
7815 }
7816 phba->sli4_hba.conf_regs_memmap_p =
James Smartda0436e2009-05-22 14:51:39 -04007817 ioremap(phba->pci_bar0_map, bar0map_len);
James Smart2fcee4b2010-12-15 17:57:46 -05007818 if (!phba->sli4_hba.conf_regs_memmap_p) {
7819 dev_printk(KERN_ERR, &pdev->dev,
7820 "ioremap failed for SLI4 PCI config "
7821 "registers.\n");
7822 goto out;
7823 }
7824 lpfc_sli4_bar0_register_memmap(phba, if_type);
James Smartda0436e2009-05-22 14:51:39 -04007825 }
7826
James Smartc31098c2011-04-16 11:03:33 -04007827 if ((if_type == LPFC_SLI_INTF_IF_TYPE_0) &&
7828 (pci_resource_start(pdev, 2))) {
James Smart2fcee4b2010-12-15 17:57:46 -05007829 /*
7830 * Map SLI4 if type 0 HBA Control Register base to a kernel
7831 * virtual address and setup the registers.
7832 */
7833 phba->pci_bar1_map = pci_resource_start(pdev, 2);
7834 bar1map_len = pci_resource_len(pdev, 2);
7835 phba->sli4_hba.ctrl_regs_memmap_p =
James Smartda0436e2009-05-22 14:51:39 -04007836 ioremap(phba->pci_bar1_map, bar1map_len);
James Smart2fcee4b2010-12-15 17:57:46 -05007837 if (!phba->sli4_hba.ctrl_regs_memmap_p) {
7838 dev_printk(KERN_ERR, &pdev->dev,
James Smartda0436e2009-05-22 14:51:39 -04007839 "ioremap failed for SLI4 HBA control registers.\n");
James Smart2fcee4b2010-12-15 17:57:46 -05007840 goto out_iounmap_conf;
7841 }
7842 lpfc_sli4_bar1_register_memmap(phba);
James Smartda0436e2009-05-22 14:51:39 -04007843 }
7844
James Smartc31098c2011-04-16 11:03:33 -04007845 if ((if_type == LPFC_SLI_INTF_IF_TYPE_0) &&
7846 (pci_resource_start(pdev, 4))) {
James Smart2fcee4b2010-12-15 17:57:46 -05007847 /*
7848 * Map SLI4 if type 0 HBA Doorbell Register base to a kernel
7849 * virtual address and setup the registers.
7850 */
7851 phba->pci_bar2_map = pci_resource_start(pdev, 4);
7852 bar2map_len = pci_resource_len(pdev, 4);
7853 phba->sli4_hba.drbl_regs_memmap_p =
James Smartda0436e2009-05-22 14:51:39 -04007854 ioremap(phba->pci_bar2_map, bar2map_len);
James Smart2fcee4b2010-12-15 17:57:46 -05007855 if (!phba->sli4_hba.drbl_regs_memmap_p) {
7856 dev_printk(KERN_ERR, &pdev->dev,
James Smartda0436e2009-05-22 14:51:39 -04007857 "ioremap failed for SLI4 HBA doorbell registers.\n");
James Smart2fcee4b2010-12-15 17:57:46 -05007858 goto out_iounmap_ctrl;
7859 }
7860 error = lpfc_sli4_bar2_register_memmap(phba, LPFC_VF0);
7861 if (error)
7862 goto out_iounmap_all;
James Smartda0436e2009-05-22 14:51:39 -04007863 }
7864
James Smartda0436e2009-05-22 14:51:39 -04007865 return 0;
7866
7867out_iounmap_all:
7868 iounmap(phba->sli4_hba.drbl_regs_memmap_p);
7869out_iounmap_ctrl:
7870 iounmap(phba->sli4_hba.ctrl_regs_memmap_p);
7871out_iounmap_conf:
7872 iounmap(phba->sli4_hba.conf_regs_memmap_p);
7873out:
7874 return error;
7875}
7876
7877/**
7878 * lpfc_sli4_pci_mem_unset - Unset SLI4 HBA PCI memory space.
7879 * @phba: pointer to lpfc hba data structure.
7880 *
7881 * This routine is invoked to unset the PCI device memory space for device
7882 * with SLI-4 interface spec.
7883 **/
7884static void
7885lpfc_sli4_pci_mem_unset(struct lpfc_hba *phba)
7886{
James Smart2e90f4b2011-12-13 13:22:37 -05007887 uint32_t if_type;
7888 if_type = bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf);
James Smartda0436e2009-05-22 14:51:39 -04007889
James Smart2e90f4b2011-12-13 13:22:37 -05007890 switch (if_type) {
7891 case LPFC_SLI_INTF_IF_TYPE_0:
7892 iounmap(phba->sli4_hba.drbl_regs_memmap_p);
7893 iounmap(phba->sli4_hba.ctrl_regs_memmap_p);
7894 iounmap(phba->sli4_hba.conf_regs_memmap_p);
7895 break;
7896 case LPFC_SLI_INTF_IF_TYPE_2:
7897 iounmap(phba->sli4_hba.conf_regs_memmap_p);
7898 break;
7899 case LPFC_SLI_INTF_IF_TYPE_1:
7900 default:
7901 dev_printk(KERN_ERR, &phba->pcidev->dev,
7902 "FATAL - unsupported SLI4 interface type - %d\n",
7903 if_type);
7904 break;
7905 }
James Smartda0436e2009-05-22 14:51:39 -04007906}
7907
7908/**
James Smart3772a992009-05-22 14:50:54 -04007909 * lpfc_sli_enable_msix - Enable MSI-X interrupt mode on SLI-3 device
7910 * @phba: pointer to lpfc hba data structure.
7911 *
7912 * This routine is invoked to enable the MSI-X interrupt vectors to device
7913 * with SLI-3 interface specs. The kernel function pci_enable_msix() is
7914 * called to enable the MSI-X vectors. Note that pci_enable_msix(), once
7915 * invoked, enables either all or nothing, depending on the current
7916 * availability of PCI vector resources. The device driver is responsible
7917 * for calling the individual request_irq() to register each MSI-X vector
7918 * with a interrupt handler, which is done in this function. Note that
7919 * later when device is unloading, the driver should always call free_irq()
7920 * on all MSI-X vectors it has done request_irq() on before calling
7921 * pci_disable_msix(). Failure to do so results in a BUG_ON() and a device
7922 * will be left with MSI-X enabled and leaks its vectors.
7923 *
7924 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02007925 * 0 - successful
James Smart3772a992009-05-22 14:50:54 -04007926 * other values - error
7927 **/
7928static int
7929lpfc_sli_enable_msix(struct lpfc_hba *phba)
7930{
7931 int rc, i;
7932 LPFC_MBOXQ_t *pmb;
7933
7934 /* Set up MSI-X multi-message vectors */
7935 for (i = 0; i < LPFC_MSIX_VECTORS; i++)
7936 phba->msix_entries[i].entry = i;
7937
7938 /* Configure MSI-X capability structure */
7939 rc = pci_enable_msix(phba->pcidev, phba->msix_entries,
7940 ARRAY_SIZE(phba->msix_entries));
7941 if (rc) {
7942 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
7943 "0420 PCI enable MSI-X failed (%d)\n", rc);
7944 goto msi_fail_out;
7945 }
7946 for (i = 0; i < LPFC_MSIX_VECTORS; i++)
7947 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
7948 "0477 MSI-X entry[%d]: vector=x%x "
7949 "message=%d\n", i,
7950 phba->msix_entries[i].vector,
7951 phba->msix_entries[i].entry);
7952 /*
7953 * Assign MSI-X vectors to interrupt handlers
7954 */
7955
7956 /* vector-0 is associated to slow-path handler */
7957 rc = request_irq(phba->msix_entries[0].vector,
7958 &lpfc_sli_sp_intr_handler, IRQF_SHARED,
7959 LPFC_SP_DRIVER_HANDLER_NAME, phba);
7960 if (rc) {
7961 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
7962 "0421 MSI-X slow-path request_irq failed "
7963 "(%d)\n", rc);
7964 goto msi_fail_out;
7965 }
7966
7967 /* vector-1 is associated to fast-path handler */
7968 rc = request_irq(phba->msix_entries[1].vector,
7969 &lpfc_sli_fp_intr_handler, IRQF_SHARED,
7970 LPFC_FP_DRIVER_HANDLER_NAME, phba);
7971
7972 if (rc) {
7973 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
7974 "0429 MSI-X fast-path request_irq failed "
7975 "(%d)\n", rc);
7976 goto irq_fail_out;
7977 }
7978
7979 /*
7980 * Configure HBA MSI-X attention conditions to messages
7981 */
7982 pmb = (LPFC_MBOXQ_t *) mempool_alloc(phba->mbox_mem_pool, GFP_KERNEL);
7983
7984 if (!pmb) {
7985 rc = -ENOMEM;
7986 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
7987 "0474 Unable to allocate memory for issuing "
7988 "MBOX_CONFIG_MSI command\n");
7989 goto mem_fail_out;
7990 }
7991 rc = lpfc_config_msi(phba, pmb);
7992 if (rc)
7993 goto mbx_fail_out;
7994 rc = lpfc_sli_issue_mbox(phba, pmb, MBX_POLL);
7995 if (rc != MBX_SUCCESS) {
7996 lpfc_printf_log(phba, KERN_WARNING, LOG_MBOX,
7997 "0351 Config MSI mailbox command failed, "
7998 "mbxCmd x%x, mbxStatus x%x\n",
7999 pmb->u.mb.mbxCommand, pmb->u.mb.mbxStatus);
8000 goto mbx_fail_out;
8001 }
8002
8003 /* Free memory allocated for mailbox command */
8004 mempool_free(pmb, phba->mbox_mem_pool);
8005 return rc;
8006
8007mbx_fail_out:
8008 /* Free memory allocated for mailbox command */
8009 mempool_free(pmb, phba->mbox_mem_pool);
8010
8011mem_fail_out:
8012 /* free the irq already requested */
8013 free_irq(phba->msix_entries[1].vector, phba);
8014
8015irq_fail_out:
8016 /* free the irq already requested */
8017 free_irq(phba->msix_entries[0].vector, phba);
8018
8019msi_fail_out:
8020 /* Unconfigure MSI-X capability structure */
8021 pci_disable_msix(phba->pcidev);
8022 return rc;
8023}
8024
8025/**
8026 * lpfc_sli_disable_msix - Disable MSI-X interrupt mode on SLI-3 device.
8027 * @phba: pointer to lpfc hba data structure.
8028 *
8029 * This routine is invoked to release the MSI-X vectors and then disable the
8030 * MSI-X interrupt mode to device with SLI-3 interface spec.
8031 **/
8032static void
8033lpfc_sli_disable_msix(struct lpfc_hba *phba)
8034{
8035 int i;
8036
8037 /* Free up MSI-X multi-message vectors */
8038 for (i = 0; i < LPFC_MSIX_VECTORS; i++)
8039 free_irq(phba->msix_entries[i].vector, phba);
8040 /* Disable MSI-X */
8041 pci_disable_msix(phba->pcidev);
8042
8043 return;
8044}
8045
8046/**
8047 * lpfc_sli_enable_msi - Enable MSI interrupt mode on SLI-3 device.
8048 * @phba: pointer to lpfc hba data structure.
8049 *
8050 * This routine is invoked to enable the MSI interrupt mode to device with
8051 * SLI-3 interface spec. The kernel function pci_enable_msi() is called to
8052 * enable the MSI vector. The device driver is responsible for calling the
8053 * request_irq() to register MSI vector with a interrupt the handler, which
8054 * is done in this function.
8055 *
8056 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02008057 * 0 - successful
James Smart3772a992009-05-22 14:50:54 -04008058 * other values - error
8059 */
8060static int
8061lpfc_sli_enable_msi(struct lpfc_hba *phba)
8062{
8063 int rc;
8064
8065 rc = pci_enable_msi(phba->pcidev);
8066 if (!rc)
8067 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
8068 "0462 PCI enable MSI mode success.\n");
8069 else {
8070 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
8071 "0471 PCI enable MSI mode failed (%d)\n", rc);
8072 return rc;
8073 }
8074
8075 rc = request_irq(phba->pcidev->irq, lpfc_sli_intr_handler,
8076 IRQF_SHARED, LPFC_DRIVER_NAME, phba);
8077 if (rc) {
8078 pci_disable_msi(phba->pcidev);
8079 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
8080 "0478 MSI request_irq failed (%d)\n", rc);
8081 }
8082 return rc;
8083}
8084
8085/**
8086 * lpfc_sli_disable_msi - Disable MSI interrupt mode to SLI-3 device.
8087 * @phba: pointer to lpfc hba data structure.
8088 *
8089 * This routine is invoked to disable the MSI interrupt mode to device with
8090 * SLI-3 interface spec. The driver calls free_irq() on MSI vector it has
8091 * done request_irq() on before calling pci_disable_msi(). Failure to do so
8092 * results in a BUG_ON() and a device will be left with MSI enabled and leaks
8093 * its vector.
8094 */
8095static void
8096lpfc_sli_disable_msi(struct lpfc_hba *phba)
8097{
8098 free_irq(phba->pcidev->irq, phba);
8099 pci_disable_msi(phba->pcidev);
8100 return;
8101}
8102
8103/**
8104 * lpfc_sli_enable_intr - Enable device interrupt to SLI-3 device.
8105 * @phba: pointer to lpfc hba data structure.
8106 *
8107 * This routine is invoked to enable device interrupt and associate driver's
8108 * interrupt handler(s) to interrupt vector(s) to device with SLI-3 interface
8109 * spec. Depends on the interrupt mode configured to the driver, the driver
8110 * will try to fallback from the configured interrupt mode to an interrupt
8111 * mode which is supported by the platform, kernel, and device in the order
8112 * of:
8113 * MSI-X -> MSI -> IRQ.
8114 *
8115 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02008116 * 0 - successful
James Smart3772a992009-05-22 14:50:54 -04008117 * other values - error
8118 **/
8119static uint32_t
8120lpfc_sli_enable_intr(struct lpfc_hba *phba, uint32_t cfg_mode)
8121{
8122 uint32_t intr_mode = LPFC_INTR_ERROR;
8123 int retval;
8124
8125 if (cfg_mode == 2) {
8126 /* Need to issue conf_port mbox cmd before conf_msi mbox cmd */
8127 retval = lpfc_sli_config_port(phba, LPFC_SLI_REV3);
8128 if (!retval) {
8129 /* Now, try to enable MSI-X interrupt mode */
8130 retval = lpfc_sli_enable_msix(phba);
8131 if (!retval) {
8132 /* Indicate initialization to MSI-X mode */
8133 phba->intr_type = MSIX;
8134 intr_mode = 2;
8135 }
8136 }
8137 }
8138
8139 /* Fallback to MSI if MSI-X initialization failed */
8140 if (cfg_mode >= 1 && phba->intr_type == NONE) {
8141 retval = lpfc_sli_enable_msi(phba);
8142 if (!retval) {
8143 /* Indicate initialization to MSI mode */
8144 phba->intr_type = MSI;
8145 intr_mode = 1;
8146 }
8147 }
8148
8149 /* Fallback to INTx if both MSI-X/MSI initalization failed */
8150 if (phba->intr_type == NONE) {
8151 retval = request_irq(phba->pcidev->irq, lpfc_sli_intr_handler,
8152 IRQF_SHARED, LPFC_DRIVER_NAME, phba);
8153 if (!retval) {
8154 /* Indicate initialization to INTx mode */
8155 phba->intr_type = INTx;
8156 intr_mode = 0;
8157 }
8158 }
8159 return intr_mode;
8160}
8161
8162/**
8163 * lpfc_sli_disable_intr - Disable device interrupt to SLI-3 device.
8164 * @phba: pointer to lpfc hba data structure.
8165 *
8166 * This routine is invoked to disable device interrupt and disassociate the
8167 * driver's interrupt handler(s) from interrupt vector(s) to device with
8168 * SLI-3 interface spec. Depending on the interrupt mode, the driver will
8169 * release the interrupt vector(s) for the message signaled interrupt.
8170 **/
8171static void
8172lpfc_sli_disable_intr(struct lpfc_hba *phba)
8173{
8174 /* Disable the currently initialized interrupt mode */
8175 if (phba->intr_type == MSIX)
8176 lpfc_sli_disable_msix(phba);
8177 else if (phba->intr_type == MSI)
8178 lpfc_sli_disable_msi(phba);
8179 else if (phba->intr_type == INTx)
8180 free_irq(phba->pcidev->irq, phba);
8181
8182 /* Reset interrupt management states */
8183 phba->intr_type = NONE;
8184 phba->sli.slistat.sli_intr = 0;
8185
8186 return;
8187}
8188
8189/**
James Smartda0436e2009-05-22 14:51:39 -04008190 * lpfc_sli4_enable_msix - Enable MSI-X interrupt mode to SLI-4 device
8191 * @phba: pointer to lpfc hba data structure.
8192 *
8193 * This routine is invoked to enable the MSI-X interrupt vectors to device
8194 * with SLI-4 interface spec. The kernel function pci_enable_msix() is called
8195 * to enable the MSI-X vectors. Note that pci_enable_msix(), once invoked,
8196 * enables either all or nothing, depending on the current availability of
8197 * PCI vector resources. The device driver is responsible for calling the
8198 * individual request_irq() to register each MSI-X vector with a interrupt
8199 * handler, which is done in this function. Note that later when device is
8200 * unloading, the driver should always call free_irq() on all MSI-X vectors
8201 * it has done request_irq() on before calling pci_disable_msix(). Failure
8202 * to do so results in a BUG_ON() and a device will be left with MSI-X
8203 * enabled and leaks its vectors.
8204 *
8205 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02008206 * 0 - successful
James Smartda0436e2009-05-22 14:51:39 -04008207 * other values - error
8208 **/
8209static int
8210lpfc_sli4_enable_msix(struct lpfc_hba *phba)
8211{
James Smart75baf692010-06-08 18:31:21 -04008212 int vectors, rc, index;
James Smartda0436e2009-05-22 14:51:39 -04008213
8214 /* Set up MSI-X multi-message vectors */
James Smart82c3e9b2012-09-29 11:29:50 -04008215 for (index = 0; index < phba->cfg_fcp_io_channel; index++)
James Smartda0436e2009-05-22 14:51:39 -04008216 phba->sli4_hba.msix_entries[index].entry = index;
8217
8218 /* Configure MSI-X capability structure */
James Smart82c3e9b2012-09-29 11:29:50 -04008219 vectors = phba->cfg_fcp_io_channel;
James Smart75baf692010-06-08 18:31:21 -04008220enable_msix_vectors:
James Smartda0436e2009-05-22 14:51:39 -04008221 rc = pci_enable_msix(phba->pcidev, phba->sli4_hba.msix_entries,
James Smart75baf692010-06-08 18:31:21 -04008222 vectors);
8223 if (rc > 1) {
8224 vectors = rc;
8225 goto enable_msix_vectors;
8226 } else if (rc) {
James Smartda0436e2009-05-22 14:51:39 -04008227 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
8228 "0484 PCI enable MSI-X failed (%d)\n", rc);
8229 goto msi_fail_out;
8230 }
James Smart75baf692010-06-08 18:31:21 -04008231
James Smartda0436e2009-05-22 14:51:39 -04008232 /* Log MSI-X vector assignment */
James Smart75baf692010-06-08 18:31:21 -04008233 for (index = 0; index < vectors; index++)
James Smartda0436e2009-05-22 14:51:39 -04008234 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
8235 "0489 MSI-X entry[%d]: vector=x%x "
8236 "message=%d\n", index,
8237 phba->sli4_hba.msix_entries[index].vector,
8238 phba->sli4_hba.msix_entries[index].entry);
James Smart67d12732012-08-03 12:36:13 -04008239
James Smartda0436e2009-05-22 14:51:39 -04008240 /*
8241 * Assign MSI-X vectors to interrupt handlers
8242 */
James Smart67d12732012-08-03 12:36:13 -04008243 for (index = 0; index < vectors; index++) {
James Smart4305f182012-08-03 12:36:33 -04008244 memset(&phba->sli4_hba.handler_name[index], 0, 16);
8245 sprintf((char *)&phba->sli4_hba.handler_name[index],
8246 LPFC_DRIVER_HANDLER_NAME"%d", index);
James Smartda0436e2009-05-22 14:51:39 -04008247
James Smart67d12732012-08-03 12:36:13 -04008248 phba->sli4_hba.fcp_eq_hdl[index].idx = index;
8249 phba->sli4_hba.fcp_eq_hdl[index].phba = phba;
James Smartba20c852012-08-03 12:36:52 -04008250 atomic_set(&phba->sli4_hba.fcp_eq_hdl[index].fcp_eq_in_use, 1);
James Smartda0436e2009-05-22 14:51:39 -04008251 rc = request_irq(phba->sli4_hba.msix_entries[index].vector,
James Smart67d12732012-08-03 12:36:13 -04008252 &lpfc_sli4_hba_intr_handler, IRQF_SHARED,
James Smart4305f182012-08-03 12:36:33 -04008253 (char *)&phba->sli4_hba.handler_name[index],
James Smart67d12732012-08-03 12:36:13 -04008254 &phba->sli4_hba.fcp_eq_hdl[index]);
James Smartda0436e2009-05-22 14:51:39 -04008255 if (rc) {
8256 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
8257 "0486 MSI-X fast-path (%d) "
8258 "request_irq failed (%d)\n", index, rc);
8259 goto cfg_fail_out;
8260 }
8261 }
8262
James Smart82c3e9b2012-09-29 11:29:50 -04008263 if (vectors != phba->cfg_fcp_io_channel) {
8264 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
8265 "3238 Reducing IO channels to match number of "
8266 "MSI-X vectors, requested %d got %d\n",
8267 phba->cfg_fcp_io_channel, vectors);
8268 phba->cfg_fcp_io_channel = vectors;
8269 }
James Smartda0436e2009-05-22 14:51:39 -04008270 return rc;
8271
8272cfg_fail_out:
8273 /* free the irq already requested */
James Smart67d12732012-08-03 12:36:13 -04008274 for (--index; index >= 0; index--)
8275 free_irq(phba->sli4_hba.msix_entries[index].vector,
8276 &phba->sli4_hba.fcp_eq_hdl[index]);
James Smartda0436e2009-05-22 14:51:39 -04008277
8278msi_fail_out:
8279 /* Unconfigure MSI-X capability structure */
8280 pci_disable_msix(phba->pcidev);
8281 return rc;
8282}
8283
8284/**
8285 * lpfc_sli4_disable_msix - Disable MSI-X interrupt mode to SLI-4 device
8286 * @phba: pointer to lpfc hba data structure.
8287 *
8288 * This routine is invoked to release the MSI-X vectors and then disable the
8289 * MSI-X interrupt mode to device with SLI-4 interface spec.
8290 **/
8291static void
8292lpfc_sli4_disable_msix(struct lpfc_hba *phba)
8293{
8294 int index;
8295
8296 /* Free up MSI-X multi-message vectors */
James Smart82c3e9b2012-09-29 11:29:50 -04008297 for (index = 0; index < phba->cfg_fcp_io_channel; index++)
James Smartda0436e2009-05-22 14:51:39 -04008298 free_irq(phba->sli4_hba.msix_entries[index].vector,
James Smart67d12732012-08-03 12:36:13 -04008299 &phba->sli4_hba.fcp_eq_hdl[index]);
James Smart75baf692010-06-08 18:31:21 -04008300
James Smartda0436e2009-05-22 14:51:39 -04008301 /* Disable MSI-X */
8302 pci_disable_msix(phba->pcidev);
8303
8304 return;
8305}
8306
8307/**
8308 * lpfc_sli4_enable_msi - Enable MSI interrupt mode to SLI-4 device
8309 * @phba: pointer to lpfc hba data structure.
8310 *
8311 * This routine is invoked to enable the MSI interrupt mode to device with
8312 * SLI-4 interface spec. The kernel function pci_enable_msi() is called
8313 * to enable the MSI vector. The device driver is responsible for calling
8314 * the request_irq() to register MSI vector with a interrupt the handler,
8315 * which is done in this function.
8316 *
8317 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02008318 * 0 - successful
James Smartda0436e2009-05-22 14:51:39 -04008319 * other values - error
8320 **/
8321static int
8322lpfc_sli4_enable_msi(struct lpfc_hba *phba)
8323{
8324 int rc, index;
8325
8326 rc = pci_enable_msi(phba->pcidev);
8327 if (!rc)
8328 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
8329 "0487 PCI enable MSI mode success.\n");
8330 else {
8331 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
8332 "0488 PCI enable MSI mode failed (%d)\n", rc);
8333 return rc;
8334 }
8335
8336 rc = request_irq(phba->pcidev->irq, lpfc_sli4_intr_handler,
8337 IRQF_SHARED, LPFC_DRIVER_NAME, phba);
8338 if (rc) {
8339 pci_disable_msi(phba->pcidev);
8340 lpfc_printf_log(phba, KERN_WARNING, LOG_INIT,
8341 "0490 MSI request_irq failed (%d)\n", rc);
James Smart75baf692010-06-08 18:31:21 -04008342 return rc;
James Smartda0436e2009-05-22 14:51:39 -04008343 }
8344
James Smart67d12732012-08-03 12:36:13 -04008345 for (index = 0; index < phba->cfg_fcp_io_channel; index++) {
James Smartda0436e2009-05-22 14:51:39 -04008346 phba->sli4_hba.fcp_eq_hdl[index].idx = index;
8347 phba->sli4_hba.fcp_eq_hdl[index].phba = phba;
8348 }
8349
James Smart75baf692010-06-08 18:31:21 -04008350 return 0;
James Smartda0436e2009-05-22 14:51:39 -04008351}
8352
8353/**
8354 * lpfc_sli4_disable_msi - Disable MSI interrupt mode to SLI-4 device
8355 * @phba: pointer to lpfc hba data structure.
8356 *
8357 * This routine is invoked to disable the MSI interrupt mode to device with
8358 * SLI-4 interface spec. The driver calls free_irq() on MSI vector it has
8359 * done request_irq() on before calling pci_disable_msi(). Failure to do so
8360 * results in a BUG_ON() and a device will be left with MSI enabled and leaks
8361 * its vector.
8362 **/
8363static void
8364lpfc_sli4_disable_msi(struct lpfc_hba *phba)
8365{
8366 free_irq(phba->pcidev->irq, phba);
8367 pci_disable_msi(phba->pcidev);
8368 return;
8369}
8370
8371/**
8372 * lpfc_sli4_enable_intr - Enable device interrupt to SLI-4 device
8373 * @phba: pointer to lpfc hba data structure.
8374 *
8375 * This routine is invoked to enable device interrupt and associate driver's
8376 * interrupt handler(s) to interrupt vector(s) to device with SLI-4
8377 * interface spec. Depends on the interrupt mode configured to the driver,
8378 * the driver will try to fallback from the configured interrupt mode to an
8379 * interrupt mode which is supported by the platform, kernel, and device in
8380 * the order of:
8381 * MSI-X -> MSI -> IRQ.
8382 *
8383 * Return codes
André Goddard Rosaaf901ca2009-11-14 13:09:05 -02008384 * 0 - successful
James Smartda0436e2009-05-22 14:51:39 -04008385 * other values - error
8386 **/
8387static uint32_t
8388lpfc_sli4_enable_intr(struct lpfc_hba *phba, uint32_t cfg_mode)
8389{
8390 uint32_t intr_mode = LPFC_INTR_ERROR;
8391 int retval, index;
8392
8393 if (cfg_mode == 2) {
8394 /* Preparation before conf_msi mbox cmd */
8395 retval = 0;
8396 if (!retval) {
8397 /* Now, try to enable MSI-X interrupt mode */
8398 retval = lpfc_sli4_enable_msix(phba);
8399 if (!retval) {
8400 /* Indicate initialization to MSI-X mode */
8401 phba->intr_type = MSIX;
8402 intr_mode = 2;
8403 }
8404 }
8405 }
8406
8407 /* Fallback to MSI if MSI-X initialization failed */
8408 if (cfg_mode >= 1 && phba->intr_type == NONE) {
8409 retval = lpfc_sli4_enable_msi(phba);
8410 if (!retval) {
8411 /* Indicate initialization to MSI mode */
8412 phba->intr_type = MSI;
8413 intr_mode = 1;
8414 }
8415 }
8416
8417 /* Fallback to INTx if both MSI-X/MSI initalization failed */
8418 if (phba->intr_type == NONE) {
8419 retval = request_irq(phba->pcidev->irq, lpfc_sli4_intr_handler,
8420 IRQF_SHARED, LPFC_DRIVER_NAME, phba);
8421 if (!retval) {
8422 /* Indicate initialization to INTx mode */
8423 phba->intr_type = INTx;
8424 intr_mode = 0;
James Smart67d12732012-08-03 12:36:13 -04008425 for (index = 0; index < phba->cfg_fcp_io_channel;
James Smartda0436e2009-05-22 14:51:39 -04008426 index++) {
8427 phba->sli4_hba.fcp_eq_hdl[index].idx = index;
8428 phba->sli4_hba.fcp_eq_hdl[index].phba = phba;
James Smartba20c852012-08-03 12:36:52 -04008429 atomic_set(&phba->sli4_hba.fcp_eq_hdl[index].
8430 fcp_eq_in_use, 1);
James Smartda0436e2009-05-22 14:51:39 -04008431 }
8432 }
8433 }
8434 return intr_mode;
8435}
8436
8437/**
8438 * lpfc_sli4_disable_intr - Disable device interrupt to SLI-4 device
8439 * @phba: pointer to lpfc hba data structure.
8440 *
8441 * This routine is invoked to disable device interrupt and disassociate
8442 * the driver's interrupt handler(s) from interrupt vector(s) to device
8443 * with SLI-4 interface spec. Depending on the interrupt mode, the driver
8444 * will release the interrupt vector(s) for the message signaled interrupt.
8445 **/
8446static void
8447lpfc_sli4_disable_intr(struct lpfc_hba *phba)
8448{
8449 /* Disable the currently initialized interrupt mode */
8450 if (phba->intr_type == MSIX)
8451 lpfc_sli4_disable_msix(phba);
8452 else if (phba->intr_type == MSI)
8453 lpfc_sli4_disable_msi(phba);
8454 else if (phba->intr_type == INTx)
8455 free_irq(phba->pcidev->irq, phba);
8456
8457 /* Reset interrupt management states */
8458 phba->intr_type = NONE;
8459 phba->sli.slistat.sli_intr = 0;
8460
8461 return;
8462}
8463
8464/**
James Smart3772a992009-05-22 14:50:54 -04008465 * lpfc_unset_hba - Unset SLI3 hba device initialization
8466 * @phba: pointer to lpfc hba data structure.
8467 *
8468 * This routine is invoked to unset the HBA device initialization steps to
8469 * a device with SLI-3 interface spec.
8470 **/
8471static void
8472lpfc_unset_hba(struct lpfc_hba *phba)
8473{
8474 struct lpfc_vport *vport = phba->pport;
8475 struct Scsi_Host *shost = lpfc_shost_from_vport(vport);
8476
8477 spin_lock_irq(shost->host_lock);
8478 vport->load_flag |= FC_UNLOADING;
8479 spin_unlock_irq(shost->host_lock);
8480
James Smart72859902012-01-18 16:25:38 -05008481 kfree(phba->vpi_bmask);
8482 kfree(phba->vpi_ids);
8483
James Smart3772a992009-05-22 14:50:54 -04008484 lpfc_stop_hba_timers(phba);
8485
8486 phba->pport->work_port_events = 0;
8487
8488 lpfc_sli_hba_down(phba);
8489
8490 lpfc_sli_brdrestart(phba);
8491
8492 lpfc_sli_disable_intr(phba);
8493
8494 return;
8495}
8496
8497/**
James Smart5af5eee2010-10-22 11:06:38 -04008498 * lpfc_sli4_xri_exchange_busy_wait - Wait for device XRI exchange busy
8499 * @phba: Pointer to HBA context object.
8500 *
8501 * This function is called in the SLI4 code path to wait for completion
8502 * of device's XRIs exchange busy. It will check the XRI exchange busy
8503 * on outstanding FCP and ELS I/Os every 10ms for up to 10 seconds; after
8504 * that, it will check the XRI exchange busy on outstanding FCP and ELS
8505 * I/Os every 30 seconds, log error message, and wait forever. Only when
8506 * all XRI exchange busy complete, the driver unload shall proceed with
8507 * invoking the function reset ioctl mailbox command to the CNA and the
8508 * the rest of the driver unload resource release.
8509 **/
8510static void
8511lpfc_sli4_xri_exchange_busy_wait(struct lpfc_hba *phba)
8512{
8513 int wait_time = 0;
8514 int fcp_xri_cmpl = list_empty(&phba->sli4_hba.lpfc_abts_scsi_buf_list);
8515 int els_xri_cmpl = list_empty(&phba->sli4_hba.lpfc_abts_els_sgl_list);
8516
8517 while (!fcp_xri_cmpl || !els_xri_cmpl) {
8518 if (wait_time > LPFC_XRI_EXCH_BUSY_WAIT_TMO) {
8519 if (!fcp_xri_cmpl)
8520 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
8521 "2877 FCP XRI exchange busy "
8522 "wait time: %d seconds.\n",
8523 wait_time/1000);
8524 if (!els_xri_cmpl)
8525 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
8526 "2878 ELS XRI exchange busy "
8527 "wait time: %d seconds.\n",
8528 wait_time/1000);
8529 msleep(LPFC_XRI_EXCH_BUSY_WAIT_T2);
8530 wait_time += LPFC_XRI_EXCH_BUSY_WAIT_T2;
8531 } else {
8532 msleep(LPFC_XRI_EXCH_BUSY_WAIT_T1);
8533 wait_time += LPFC_XRI_EXCH_BUSY_WAIT_T1;
8534 }
8535 fcp_xri_cmpl =
8536 list_empty(&phba->sli4_hba.lpfc_abts_scsi_buf_list);
8537 els_xri_cmpl =
8538 list_empty(&phba->sli4_hba.lpfc_abts_els_sgl_list);
8539 }
8540}
8541
8542/**
James Smartda0436e2009-05-22 14:51:39 -04008543 * lpfc_sli4_hba_unset - Unset the fcoe hba
8544 * @phba: Pointer to HBA context object.
8545 *
8546 * This function is called in the SLI4 code path to reset the HBA's FCoE
8547 * function. The caller is not required to hold any lock. This routine
8548 * issues PCI function reset mailbox command to reset the FCoE function.
8549 * At the end of the function, it calls lpfc_hba_down_post function to
8550 * free any pending commands.
8551 **/
8552static void
8553lpfc_sli4_hba_unset(struct lpfc_hba *phba)
8554{
8555 int wait_cnt = 0;
8556 LPFC_MBOXQ_t *mboxq;
James Smart912e3ac2011-05-24 11:42:11 -04008557 struct pci_dev *pdev = phba->pcidev;
James Smartda0436e2009-05-22 14:51:39 -04008558
8559 lpfc_stop_hba_timers(phba);
8560 phba->sli4_hba.intr_enable = 0;
8561
8562 /*
8563 * Gracefully wait out the potential current outstanding asynchronous
8564 * mailbox command.
8565 */
8566
8567 /* First, block any pending async mailbox command from posted */
8568 spin_lock_irq(&phba->hbalock);
8569 phba->sli.sli_flag |= LPFC_SLI_ASYNC_MBX_BLK;
8570 spin_unlock_irq(&phba->hbalock);
8571 /* Now, trying to wait it out if we can */
8572 while (phba->sli.sli_flag & LPFC_SLI_MBOX_ACTIVE) {
8573 msleep(10);
8574 if (++wait_cnt > LPFC_ACTIVE_MBOX_WAIT_CNT)
8575 break;
8576 }
8577 /* Forcefully release the outstanding mailbox command if timed out */
8578 if (phba->sli.sli_flag & LPFC_SLI_MBOX_ACTIVE) {
8579 spin_lock_irq(&phba->hbalock);
8580 mboxq = phba->sli.mbox_active;
8581 mboxq->u.mb.mbxStatus = MBX_NOT_FINISHED;
8582 __lpfc_mbox_cmpl_put(phba, mboxq);
8583 phba->sli.sli_flag &= ~LPFC_SLI_MBOX_ACTIVE;
8584 phba->sli.mbox_active = NULL;
8585 spin_unlock_irq(&phba->hbalock);
8586 }
8587
James Smart5af5eee2010-10-22 11:06:38 -04008588 /* Abort all iocbs associated with the hba */
8589 lpfc_sli_hba_iocb_abort(phba);
8590
8591 /* Wait for completion of device XRI exchange busy */
8592 lpfc_sli4_xri_exchange_busy_wait(phba);
8593
James Smartda0436e2009-05-22 14:51:39 -04008594 /* Disable PCI subsystem interrupt */
8595 lpfc_sli4_disable_intr(phba);
8596
James Smart912e3ac2011-05-24 11:42:11 -04008597 /* Disable SR-IOV if enabled */
8598 if (phba->cfg_sriov_nr_virtfn)
8599 pci_disable_sriov(pdev);
8600
James Smartda0436e2009-05-22 14:51:39 -04008601 /* Stop kthread signal shall trigger work_done one more time */
8602 kthread_stop(phba->worker_thread);
8603
James Smart3677a3a2010-09-29 11:19:14 -04008604 /* Reset SLI4 HBA FCoE function */
8605 lpfc_pci_function_reset(phba);
James Smart5350d872011-10-10 21:33:49 -04008606 lpfc_sli4_queue_destroy(phba);
James Smart3677a3a2010-09-29 11:19:14 -04008607
James Smartda0436e2009-05-22 14:51:39 -04008608 /* Stop the SLI4 device port */
8609 phba->pport->work_port_events = 0;
8610}
8611
James Smart28baac72010-02-12 14:42:03 -05008612 /**
8613 * lpfc_pc_sli4_params_get - Get the SLI4_PARAMS port capabilities.
8614 * @phba: Pointer to HBA context object.
8615 * @mboxq: Pointer to the mailboxq memory for the mailbox command response.
8616 *
8617 * This function is called in the SLI4 code path to read the port's
8618 * sli4 capabilities.
8619 *
8620 * This function may be be called from any context that can block-wait
8621 * for the completion. The expectation is that this routine is called
8622 * typically from probe_one or from the online routine.
8623 **/
8624int
8625lpfc_pc_sli4_params_get(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
8626{
8627 int rc;
8628 struct lpfc_mqe *mqe;
8629 struct lpfc_pc_sli4_params *sli4_params;
8630 uint32_t mbox_tmo;
8631
8632 rc = 0;
8633 mqe = &mboxq->u.mqe;
8634
8635 /* Read the port's SLI4 Parameters port capabilities */
James Smartfedd3b72011-02-16 12:39:24 -05008636 lpfc_pc_sli4_params(mboxq);
James Smart28baac72010-02-12 14:42:03 -05008637 if (!phba->sli4_hba.intr_enable)
8638 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
8639 else {
James Smarta183a152011-10-10 21:32:43 -04008640 mbox_tmo = lpfc_mbox_tmo_val(phba, mboxq);
James Smart28baac72010-02-12 14:42:03 -05008641 rc = lpfc_sli_issue_mbox_wait(phba, mboxq, mbox_tmo);
8642 }
8643
8644 if (unlikely(rc))
8645 return 1;
8646
8647 sli4_params = &phba->sli4_hba.pc_sli4_params;
8648 sli4_params->if_type = bf_get(if_type, &mqe->un.sli4_params);
8649 sli4_params->sli_rev = bf_get(sli_rev, &mqe->un.sli4_params);
8650 sli4_params->sli_family = bf_get(sli_family, &mqe->un.sli4_params);
8651 sli4_params->featurelevel_1 = bf_get(featurelevel_1,
8652 &mqe->un.sli4_params);
8653 sli4_params->featurelevel_2 = bf_get(featurelevel_2,
8654 &mqe->un.sli4_params);
8655 sli4_params->proto_types = mqe->un.sli4_params.word3;
8656 sli4_params->sge_supp_len = mqe->un.sli4_params.sge_supp_len;
8657 sli4_params->if_page_sz = bf_get(if_page_sz, &mqe->un.sli4_params);
8658 sli4_params->rq_db_window = bf_get(rq_db_window, &mqe->un.sli4_params);
8659 sli4_params->loopbk_scope = bf_get(loopbk_scope, &mqe->un.sli4_params);
8660 sli4_params->eq_pages_max = bf_get(eq_pages, &mqe->un.sli4_params);
8661 sli4_params->eqe_size = bf_get(eqe_size, &mqe->un.sli4_params);
8662 sli4_params->cq_pages_max = bf_get(cq_pages, &mqe->un.sli4_params);
8663 sli4_params->cqe_size = bf_get(cqe_size, &mqe->un.sli4_params);
8664 sli4_params->mq_pages_max = bf_get(mq_pages, &mqe->un.sli4_params);
8665 sli4_params->mqe_size = bf_get(mqe_size, &mqe->un.sli4_params);
8666 sli4_params->mq_elem_cnt = bf_get(mq_elem_cnt, &mqe->un.sli4_params);
8667 sli4_params->wq_pages_max = bf_get(wq_pages, &mqe->un.sli4_params);
8668 sli4_params->wqe_size = bf_get(wqe_size, &mqe->un.sli4_params);
8669 sli4_params->rq_pages_max = bf_get(rq_pages, &mqe->un.sli4_params);
8670 sli4_params->rqe_size = bf_get(rqe_size, &mqe->un.sli4_params);
8671 sli4_params->hdr_pages_max = bf_get(hdr_pages, &mqe->un.sli4_params);
8672 sli4_params->hdr_size = bf_get(hdr_size, &mqe->un.sli4_params);
8673 sli4_params->hdr_pp_align = bf_get(hdr_pp_align, &mqe->un.sli4_params);
8674 sli4_params->sgl_pages_max = bf_get(sgl_pages, &mqe->un.sli4_params);
8675 sli4_params->sgl_pp_align = bf_get(sgl_pp_align, &mqe->un.sli4_params);
James Smart05580562011-05-24 11:40:48 -04008676
8677 /* Make sure that sge_supp_len can be handled by the driver */
8678 if (sli4_params->sge_supp_len > LPFC_MAX_SGE_SIZE)
8679 sli4_params->sge_supp_len = LPFC_MAX_SGE_SIZE;
8680
James Smart28baac72010-02-12 14:42:03 -05008681 return rc;
8682}
8683
James Smartda0436e2009-05-22 14:51:39 -04008684/**
James Smartfedd3b72011-02-16 12:39:24 -05008685 * lpfc_get_sli4_parameters - Get the SLI4 Config PARAMETERS.
8686 * @phba: Pointer to HBA context object.
8687 * @mboxq: Pointer to the mailboxq memory for the mailbox command response.
8688 *
8689 * This function is called in the SLI4 code path to read the port's
8690 * sli4 capabilities.
8691 *
8692 * This function may be be called from any context that can block-wait
8693 * for the completion. The expectation is that this routine is called
8694 * typically from probe_one or from the online routine.
8695 **/
8696int
8697lpfc_get_sli4_parameters(struct lpfc_hba *phba, LPFC_MBOXQ_t *mboxq)
8698{
8699 int rc;
8700 struct lpfc_mqe *mqe = &mboxq->u.mqe;
8701 struct lpfc_pc_sli4_params *sli4_params;
James Smarta183a152011-10-10 21:32:43 -04008702 uint32_t mbox_tmo;
James Smartfedd3b72011-02-16 12:39:24 -05008703 int length;
8704 struct lpfc_sli4_parameters *mbx_sli4_parameters;
8705
James Smart6d368e52011-05-24 11:44:12 -04008706 /*
8707 * By default, the driver assumes the SLI4 port requires RPI
8708 * header postings. The SLI4_PARAM response will correct this
8709 * assumption.
8710 */
8711 phba->sli4_hba.rpi_hdrs_in_use = 1;
8712
James Smartfedd3b72011-02-16 12:39:24 -05008713 /* Read the port's SLI4 Config Parameters */
8714 length = (sizeof(struct lpfc_mbx_get_sli4_parameters) -
8715 sizeof(struct lpfc_sli4_cfg_mhdr));
8716 lpfc_sli4_config(phba, mboxq, LPFC_MBOX_SUBSYSTEM_COMMON,
8717 LPFC_MBOX_OPCODE_GET_SLI4_PARAMETERS,
8718 length, LPFC_SLI4_MBX_EMBED);
8719 if (!phba->sli4_hba.intr_enable)
8720 rc = lpfc_sli_issue_mbox(phba, mboxq, MBX_POLL);
James Smarta183a152011-10-10 21:32:43 -04008721 else {
8722 mbox_tmo = lpfc_mbox_tmo_val(phba, mboxq);
8723 rc = lpfc_sli_issue_mbox_wait(phba, mboxq, mbox_tmo);
8724 }
James Smartfedd3b72011-02-16 12:39:24 -05008725 if (unlikely(rc))
8726 return rc;
8727 sli4_params = &phba->sli4_hba.pc_sli4_params;
8728 mbx_sli4_parameters = &mqe->un.get_sli4_parameters.sli4_parameters;
8729 sli4_params->if_type = bf_get(cfg_if_type, mbx_sli4_parameters);
8730 sli4_params->sli_rev = bf_get(cfg_sli_rev, mbx_sli4_parameters);
8731 sli4_params->sli_family = bf_get(cfg_sli_family, mbx_sli4_parameters);
8732 sli4_params->featurelevel_1 = bf_get(cfg_sli_hint_1,
8733 mbx_sli4_parameters);
8734 sli4_params->featurelevel_2 = bf_get(cfg_sli_hint_2,
8735 mbx_sli4_parameters);
8736 if (bf_get(cfg_phwq, mbx_sli4_parameters))
8737 phba->sli3_options |= LPFC_SLI4_PHWQ_ENABLED;
8738 else
8739 phba->sli3_options &= ~LPFC_SLI4_PHWQ_ENABLED;
8740 sli4_params->sge_supp_len = mbx_sli4_parameters->sge_supp_len;
8741 sli4_params->loopbk_scope = bf_get(loopbk_scope, mbx_sli4_parameters);
8742 sli4_params->cqv = bf_get(cfg_cqv, mbx_sli4_parameters);
8743 sli4_params->mqv = bf_get(cfg_mqv, mbx_sli4_parameters);
8744 sli4_params->wqv = bf_get(cfg_wqv, mbx_sli4_parameters);
8745 sli4_params->rqv = bf_get(cfg_rqv, mbx_sli4_parameters);
8746 sli4_params->sgl_pages_max = bf_get(cfg_sgl_page_cnt,
8747 mbx_sli4_parameters);
8748 sli4_params->sgl_pp_align = bf_get(cfg_sgl_pp_align,
8749 mbx_sli4_parameters);
James Smart6d368e52011-05-24 11:44:12 -04008750 phba->sli4_hba.extents_in_use = bf_get(cfg_ext, mbx_sli4_parameters);
8751 phba->sli4_hba.rpi_hdrs_in_use = bf_get(cfg_hdrr, mbx_sli4_parameters);
James Smart05580562011-05-24 11:40:48 -04008752
8753 /* Make sure that sge_supp_len can be handled by the driver */
8754 if (sli4_params->sge_supp_len > LPFC_MAX_SGE_SIZE)
8755 sli4_params->sge_supp_len = LPFC_MAX_SGE_SIZE;
8756
James Smartfedd3b72011-02-16 12:39:24 -05008757 return 0;
8758}
8759
8760/**
James Smart3772a992009-05-22 14:50:54 -04008761 * lpfc_pci_probe_one_s3 - PCI probe func to reg SLI-3 device to PCI subsystem.
8762 * @pdev: pointer to PCI device
8763 * @pid: pointer to PCI device identifier
8764 *
8765 * This routine is to be called to attach a device with SLI-3 interface spec
8766 * to the PCI subsystem. When an Emulex HBA with SLI-3 interface spec is
8767 * presented on PCI bus, the kernel PCI subsystem looks at PCI device-specific
8768 * information of the device and driver to see if the driver state that it can
8769 * support this kind of device. If the match is successful, the driver core
8770 * invokes this routine. If this routine determines it can claim the HBA, it
8771 * does all the initialization that it needs to do to handle the HBA properly.
8772 *
8773 * Return code
8774 * 0 - driver can claim the device
8775 * negative value - driver can not claim the device
8776 **/
Greg Kroah-Hartman6f039792012-12-21 13:08:55 -08008777static int
James Smart3772a992009-05-22 14:50:54 -04008778lpfc_pci_probe_one_s3(struct pci_dev *pdev, const struct pci_device_id *pid)
8779{
8780 struct lpfc_hba *phba;
8781 struct lpfc_vport *vport = NULL;
James Smart6669f9b2009-10-02 15:16:45 -04008782 struct Scsi_Host *shost = NULL;
James Smart3772a992009-05-22 14:50:54 -04008783 int error;
8784 uint32_t cfg_mode, intr_mode;
8785
8786 /* Allocate memory for HBA structure */
8787 phba = lpfc_hba_alloc(pdev);
8788 if (!phba)
8789 return -ENOMEM;
8790
8791 /* Perform generic PCI device enabling operation */
8792 error = lpfc_enable_pci_dev(phba);
James Smart079b5c92011-08-21 21:48:49 -04008793 if (error)
James Smart3772a992009-05-22 14:50:54 -04008794 goto out_free_phba;
James Smart3772a992009-05-22 14:50:54 -04008795
8796 /* Set up SLI API function jump table for PCI-device group-0 HBAs */
8797 error = lpfc_api_table_setup(phba, LPFC_PCI_DEV_LP);
8798 if (error)
8799 goto out_disable_pci_dev;
8800
8801 /* Set up SLI-3 specific device PCI memory space */
8802 error = lpfc_sli_pci_mem_setup(phba);
8803 if (error) {
8804 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
8805 "1402 Failed to set up pci memory space.\n");
8806 goto out_disable_pci_dev;
8807 }
8808
8809 /* Set up phase-1 common device driver resources */
8810 error = lpfc_setup_driver_resource_phase1(phba);
8811 if (error) {
8812 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
8813 "1403 Failed to set up driver resource.\n");
8814 goto out_unset_pci_mem_s3;
8815 }
8816
8817 /* Set up SLI-3 specific device driver resources */
8818 error = lpfc_sli_driver_resource_setup(phba);
8819 if (error) {
8820 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
8821 "1404 Failed to set up driver resource.\n");
8822 goto out_unset_pci_mem_s3;
8823 }
8824
8825 /* Initialize and populate the iocb list per host */
8826 error = lpfc_init_iocb_list(phba, LPFC_IOCB_LIST_CNT);
8827 if (error) {
8828 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
8829 "1405 Failed to initialize iocb list.\n");
8830 goto out_unset_driver_resource_s3;
8831 }
8832
8833 /* Set up common device driver resources */
8834 error = lpfc_setup_driver_resource_phase2(phba);
8835 if (error) {
8836 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
8837 "1406 Failed to set up driver resource.\n");
8838 goto out_free_iocb_list;
8839 }
8840
James Smart079b5c92011-08-21 21:48:49 -04008841 /* Get the default values for Model Name and Description */
8842 lpfc_get_hba_model_desc(phba, phba->ModelName, phba->ModelDesc);
8843
James Smart3772a992009-05-22 14:50:54 -04008844 /* Create SCSI host to the physical port */
8845 error = lpfc_create_shost(phba);
8846 if (error) {
8847 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
8848 "1407 Failed to create scsi host.\n");
8849 goto out_unset_driver_resource;
8850 }
8851
8852 /* Configure sysfs attributes */
8853 vport = phba->pport;
8854 error = lpfc_alloc_sysfs_attr(vport);
8855 if (error) {
8856 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
8857 "1476 Failed to allocate sysfs attr\n");
8858 goto out_destroy_shost;
8859 }
8860
James Smart6669f9b2009-10-02 15:16:45 -04008861 shost = lpfc_shost_from_vport(vport); /* save shost for error cleanup */
James Smart3772a992009-05-22 14:50:54 -04008862 /* Now, trying to enable interrupt and bring up the device */
8863 cfg_mode = phba->cfg_use_msi;
8864 while (true) {
8865 /* Put device to a known state before enabling interrupt */
8866 lpfc_stop_port(phba);
8867 /* Configure and enable interrupt */
8868 intr_mode = lpfc_sli_enable_intr(phba, cfg_mode);
8869 if (intr_mode == LPFC_INTR_ERROR) {
8870 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
8871 "0431 Failed to enable interrupt.\n");
8872 error = -ENODEV;
8873 goto out_free_sysfs_attr;
8874 }
8875 /* SLI-3 HBA setup */
8876 if (lpfc_sli_hba_setup(phba)) {
8877 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
8878 "1477 Failed to set up hba\n");
8879 error = -ENODEV;
8880 goto out_remove_device;
8881 }
8882
8883 /* Wait 50ms for the interrupts of previous mailbox commands */
8884 msleep(50);
8885 /* Check active interrupts on message signaled interrupts */
8886 if (intr_mode == 0 ||
8887 phba->sli.slistat.sli_intr > LPFC_MSIX_VECTORS) {
8888 /* Log the current active interrupt mode */
8889 phba->intr_mode = intr_mode;
8890 lpfc_log_intr_mode(phba, intr_mode);
8891 break;
8892 } else {
8893 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
8894 "0447 Configure interrupt mode (%d) "
8895 "failed active interrupt test.\n",
8896 intr_mode);
8897 /* Disable the current interrupt mode */
8898 lpfc_sli_disable_intr(phba);
8899 /* Try next level of interrupt mode */
8900 cfg_mode = --intr_mode;
8901 }
8902 }
8903
8904 /* Perform post initialization setup */
8905 lpfc_post_init_setup(phba);
8906
8907 /* Check if there are static vports to be created. */
8908 lpfc_create_static_vport(phba);
8909
8910 return 0;
8911
8912out_remove_device:
8913 lpfc_unset_hba(phba);
8914out_free_sysfs_attr:
8915 lpfc_free_sysfs_attr(vport);
8916out_destroy_shost:
8917 lpfc_destroy_shost(phba);
8918out_unset_driver_resource:
8919 lpfc_unset_driver_resource_phase2(phba);
8920out_free_iocb_list:
8921 lpfc_free_iocb_list(phba);
8922out_unset_driver_resource_s3:
8923 lpfc_sli_driver_resource_unset(phba);
8924out_unset_pci_mem_s3:
8925 lpfc_sli_pci_mem_unset(phba);
8926out_disable_pci_dev:
8927 lpfc_disable_pci_dev(phba);
James Smart6669f9b2009-10-02 15:16:45 -04008928 if (shost)
8929 scsi_host_put(shost);
James Smart3772a992009-05-22 14:50:54 -04008930out_free_phba:
8931 lpfc_hba_free(phba);
8932 return error;
8933}
8934
8935/**
8936 * lpfc_pci_remove_one_s3 - PCI func to unreg SLI-3 device from PCI subsystem.
James Smarte59058c2008-08-24 21:49:00 -04008937 * @pdev: pointer to PCI device
8938 *
James Smart3772a992009-05-22 14:50:54 -04008939 * This routine is to be called to disattach a device with SLI-3 interface
8940 * spec from PCI subsystem. When an Emulex HBA with SLI-3 interface spec is
8941 * removed from PCI bus, it performs all the necessary cleanup for the HBA
8942 * device to be removed from the PCI subsystem properly.
James Smarte59058c2008-08-24 21:49:00 -04008943 **/
Greg Kroah-Hartman6f039792012-12-21 13:08:55 -08008944static void
James Smart3772a992009-05-22 14:50:54 -04008945lpfc_pci_remove_one_s3(struct pci_dev *pdev)
dea31012005-04-17 16:05:31 -05008946{
James Smart2e0fef82007-06-17 19:56:36 -05008947 struct Scsi_Host *shost = pci_get_drvdata(pdev);
8948 struct lpfc_vport *vport = (struct lpfc_vport *) shost->hostdata;
James Smarteada2722008-12-04 22:39:13 -05008949 struct lpfc_vport **vports;
James Smart2e0fef82007-06-17 19:56:36 -05008950 struct lpfc_hba *phba = vport->phba;
James Smarteada2722008-12-04 22:39:13 -05008951 int i;
Tomohiro Kusumi8a4df1202008-01-11 01:53:00 -05008952 int bars = pci_select_bars(pdev, IORESOURCE_MEM);
8953
James Smart549e55c2007-08-02 11:09:51 -04008954 spin_lock_irq(&phba->hbalock);
James Smart51ef4c22007-08-02 11:10:31 -04008955 vport->load_flag |= FC_UNLOADING;
James Smart549e55c2007-08-02 11:09:51 -04008956 spin_unlock_irq(&phba->hbalock);
dea31012005-04-17 16:05:31 -05008957
James Smart858c9f62007-06-17 19:56:39 -05008958 lpfc_free_sysfs_attr(vport);
8959
James Smarteada2722008-12-04 22:39:13 -05008960 /* Release all the vports against this physical port */
8961 vports = lpfc_create_vport_work_array(phba);
8962 if (vports != NULL)
James Smart587a37f2012-05-09 21:16:03 -04008963 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
8964 if (vports[i]->port_type == LPFC_PHYSICAL_PORT)
8965 continue;
James Smarteada2722008-12-04 22:39:13 -05008966 fc_vport_terminate(vports[i]->fc_vport);
James Smart587a37f2012-05-09 21:16:03 -04008967 }
James Smarteada2722008-12-04 22:39:13 -05008968 lpfc_destroy_vport_work_array(phba, vports);
8969
8970 /* Remove FC host and then SCSI host with the physical port */
James Smart858c9f62007-06-17 19:56:39 -05008971 fc_remove_host(shost);
8972 scsi_remove_host(shost);
James Smart87af33f2007-10-27 13:37:43 -04008973 lpfc_cleanup(vport);
8974
James Smart2e0fef82007-06-17 19:56:36 -05008975 /*
8976 * Bring down the SLI Layer. This step disable all interrupts,
8977 * clears the rings, discards all mailbox commands, and resets
8978 * the HBA.
8979 */
James Smarta257bf92009-04-06 18:48:10 -04008980
Justin P. Mattock48e34d02010-12-30 15:07:58 -08008981 /* HBA interrupt will be disabled after this call */
James Smart2e0fef82007-06-17 19:56:36 -05008982 lpfc_sli_hba_down(phba);
James Smarta257bf92009-04-06 18:48:10 -04008983 /* Stop kthread signal shall trigger work_done one more time */
8984 kthread_stop(phba->worker_thread);
8985 /* Final cleanup of txcmplq and reset the HBA */
James Smart2e0fef82007-06-17 19:56:36 -05008986 lpfc_sli_brdrestart(phba);
8987
James Smart72859902012-01-18 16:25:38 -05008988 kfree(phba->vpi_bmask);
8989 kfree(phba->vpi_ids);
8990
James Smart3772a992009-05-22 14:50:54 -04008991 lpfc_stop_hba_timers(phba);
James Smart858c9f62007-06-17 19:56:39 -05008992 spin_lock_irq(&phba->hbalock);
8993 list_del_init(&vport->listentry);
8994 spin_unlock_irq(&phba->hbalock);
8995
James Smart858c9f62007-06-17 19:56:39 -05008996 lpfc_debugfs_terminate(vport);
James Smart2e0fef82007-06-17 19:56:36 -05008997
James Smart912e3ac2011-05-24 11:42:11 -04008998 /* Disable SR-IOV if enabled */
8999 if (phba->cfg_sriov_nr_virtfn)
9000 pci_disable_sriov(pdev);
9001
James Smart5b75da22008-12-04 22:39:35 -05009002 /* Disable interrupt */
James Smart3772a992009-05-22 14:50:54 -04009003 lpfc_sli_disable_intr(phba);
dea31012005-04-17 16:05:31 -05009004
9005 pci_set_drvdata(pdev, NULL);
James Smart858c9f62007-06-17 19:56:39 -05009006 scsi_host_put(shost);
James Smart2e0fef82007-06-17 19:56:36 -05009007
9008 /*
9009 * Call scsi_free before mem_free since scsi bufs are released to their
9010 * corresponding pools here.
9011 */
9012 lpfc_scsi_free(phba);
James Smart3772a992009-05-22 14:50:54 -04009013 lpfc_mem_free_all(phba);
James Smart2e0fef82007-06-17 19:56:36 -05009014
James Smart34b02dc2008-08-24 21:49:55 -04009015 dma_free_coherent(&pdev->dev, lpfc_sli_hbq_size(),
9016 phba->hbqslimp.virt, phba->hbqslimp.phys);
James Smarted957682007-06-17 19:56:37 -05009017
James Smart2e0fef82007-06-17 19:56:36 -05009018 /* Free resources associated with SLI2 interface */
9019 dma_free_coherent(&pdev->dev, SLI2_SLIM_SIZE,
James Smart34b02dc2008-08-24 21:49:55 -04009020 phba->slim2p.virt, phba->slim2p.phys);
James Smart2e0fef82007-06-17 19:56:36 -05009021
9022 /* unmap adapter SLIM and Control Registers */
9023 iounmap(phba->ctrl_regs_memmap_p);
9024 iounmap(phba->slim_memmap_p);
9025
James Smart3772a992009-05-22 14:50:54 -04009026 lpfc_hba_free(phba);
James Smart2e0fef82007-06-17 19:56:36 -05009027
Tomohiro Kusumi8a4df1202008-01-11 01:53:00 -05009028 pci_release_selected_regions(pdev, bars);
James Smart2e0fef82007-06-17 19:56:36 -05009029 pci_disable_device(pdev);
dea31012005-04-17 16:05:31 -05009030}
9031
Linas Vepstas8d63f372007-02-14 14:28:36 -06009032/**
James Smart3772a992009-05-22 14:50:54 -04009033 * lpfc_pci_suspend_one_s3 - PCI func to suspend SLI-3 device for power mgmnt
James Smart3a55b532008-12-04 22:38:54 -05009034 * @pdev: pointer to PCI device
9035 * @msg: power management message
9036 *
James Smart3772a992009-05-22 14:50:54 -04009037 * This routine is to be called from the kernel's PCI subsystem to support
9038 * system Power Management (PM) to device with SLI-3 interface spec. When
9039 * PM invokes this method, it quiesces the device by stopping the driver's
9040 * worker thread for the device, turning off device's interrupt and DMA,
9041 * and bring the device offline. Note that as the driver implements the
9042 * minimum PM requirements to a power-aware driver's PM support for the
9043 * suspend/resume -- all the possible PM messages (SUSPEND, HIBERNATE, FREEZE)
9044 * to the suspend() method call will be treated as SUSPEND and the driver will
9045 * fully reinitialize its device during resume() method call, the driver will
9046 * set device to PCI_D3hot state in PCI config space instead of setting it
9047 * according to the @msg provided by the PM.
James Smart3a55b532008-12-04 22:38:54 -05009048 *
9049 * Return code
James Smart3772a992009-05-22 14:50:54 -04009050 * 0 - driver suspended the device
9051 * Error otherwise
James Smart3a55b532008-12-04 22:38:54 -05009052 **/
9053static int
James Smart3772a992009-05-22 14:50:54 -04009054lpfc_pci_suspend_one_s3(struct pci_dev *pdev, pm_message_t msg)
James Smart3a55b532008-12-04 22:38:54 -05009055{
9056 struct Scsi_Host *shost = pci_get_drvdata(pdev);
9057 struct lpfc_hba *phba = ((struct lpfc_vport *)shost->hostdata)->phba;
9058
9059 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
9060 "0473 PCI device Power Management suspend.\n");
9061
9062 /* Bring down the device */
James Smart618a5232012-06-12 13:54:36 -04009063 lpfc_offline_prep(phba, LPFC_MBX_WAIT);
James Smart3a55b532008-12-04 22:38:54 -05009064 lpfc_offline(phba);
9065 kthread_stop(phba->worker_thread);
9066
9067 /* Disable interrupt from device */
James Smart3772a992009-05-22 14:50:54 -04009068 lpfc_sli_disable_intr(phba);
James Smart3a55b532008-12-04 22:38:54 -05009069
9070 /* Save device state to PCI config space */
9071 pci_save_state(pdev);
9072 pci_set_power_state(pdev, PCI_D3hot);
9073
9074 return 0;
9075}
9076
9077/**
James Smart3772a992009-05-22 14:50:54 -04009078 * lpfc_pci_resume_one_s3 - PCI func to resume SLI-3 device for power mgmnt
James Smart3a55b532008-12-04 22:38:54 -05009079 * @pdev: pointer to PCI device
9080 *
James Smart3772a992009-05-22 14:50:54 -04009081 * This routine is to be called from the kernel's PCI subsystem to support
9082 * system Power Management (PM) to device with SLI-3 interface spec. When PM
9083 * invokes this method, it restores the device's PCI config space state and
9084 * fully reinitializes the device and brings it online. Note that as the
9085 * driver implements the minimum PM requirements to a power-aware driver's
9086 * PM for suspend/resume -- all the possible PM messages (SUSPEND, HIBERNATE,
9087 * FREEZE) to the suspend() method call will be treated as SUSPEND and the
9088 * driver will fully reinitialize its device during resume() method call,
9089 * the device will be set to PCI_D0 directly in PCI config space before
9090 * restoring the state.
James Smart3a55b532008-12-04 22:38:54 -05009091 *
9092 * Return code
James Smart3772a992009-05-22 14:50:54 -04009093 * 0 - driver suspended the device
9094 * Error otherwise
James Smart3a55b532008-12-04 22:38:54 -05009095 **/
9096static int
James Smart3772a992009-05-22 14:50:54 -04009097lpfc_pci_resume_one_s3(struct pci_dev *pdev)
James Smart3a55b532008-12-04 22:38:54 -05009098{
9099 struct Scsi_Host *shost = pci_get_drvdata(pdev);
9100 struct lpfc_hba *phba = ((struct lpfc_vport *)shost->hostdata)->phba;
James Smart5b75da22008-12-04 22:39:35 -05009101 uint32_t intr_mode;
James Smart3a55b532008-12-04 22:38:54 -05009102 int error;
9103
9104 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
9105 "0452 PCI device Power Management resume.\n");
9106
9107 /* Restore device state from PCI config space */
9108 pci_set_power_state(pdev, PCI_D0);
9109 pci_restore_state(pdev);
James Smart0d878412009-10-02 15:16:56 -04009110
James Smart1dfb5a42010-02-12 14:40:50 -05009111 /*
9112 * As the new kernel behavior of pci_restore_state() API call clears
9113 * device saved_state flag, need to save the restored state again.
9114 */
9115 pci_save_state(pdev);
9116
James Smart3a55b532008-12-04 22:38:54 -05009117 if (pdev->is_busmaster)
9118 pci_set_master(pdev);
9119
9120 /* Startup the kernel thread for this host adapter. */
9121 phba->worker_thread = kthread_run(lpfc_do_work, phba,
9122 "lpfc_worker_%d", phba->brd_no);
9123 if (IS_ERR(phba->worker_thread)) {
9124 error = PTR_ERR(phba->worker_thread);
9125 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9126 "0434 PM resume failed to start worker "
9127 "thread: error=x%x.\n", error);
9128 return error;
9129 }
9130
James Smart5b75da22008-12-04 22:39:35 -05009131 /* Configure and enable interrupt */
James Smart3772a992009-05-22 14:50:54 -04009132 intr_mode = lpfc_sli_enable_intr(phba, phba->intr_mode);
James Smart5b75da22008-12-04 22:39:35 -05009133 if (intr_mode == LPFC_INTR_ERROR) {
James Smart3a55b532008-12-04 22:38:54 -05009134 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart5b75da22008-12-04 22:39:35 -05009135 "0430 PM resume Failed to enable interrupt\n");
9136 return -EIO;
9137 } else
9138 phba->intr_mode = intr_mode;
James Smart3a55b532008-12-04 22:38:54 -05009139
9140 /* Restart HBA and bring it online */
9141 lpfc_sli_brdrestart(phba);
9142 lpfc_online(phba);
9143
James Smart5b75da22008-12-04 22:39:35 -05009144 /* Log the current active interrupt mode */
9145 lpfc_log_intr_mode(phba, phba->intr_mode);
9146
James Smart3a55b532008-12-04 22:38:54 -05009147 return 0;
9148}
9149
9150/**
James Smart891478a2009-11-18 15:40:23 -05009151 * lpfc_sli_prep_dev_for_recover - Prepare SLI3 device for pci slot recover
9152 * @phba: pointer to lpfc hba data structure.
9153 *
9154 * This routine is called to prepare the SLI3 device for PCI slot recover. It
James Smarte2af0d22010-03-15 11:25:32 -04009155 * aborts all the outstanding SCSI I/Os to the pci device.
James Smart891478a2009-11-18 15:40:23 -05009156 **/
9157static void
9158lpfc_sli_prep_dev_for_recover(struct lpfc_hba *phba)
9159{
James Smarte2af0d22010-03-15 11:25:32 -04009160 struct lpfc_sli *psli = &phba->sli;
9161 struct lpfc_sli_ring *pring;
9162
James Smart891478a2009-11-18 15:40:23 -05009163 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9164 "2723 PCI channel I/O abort preparing for recovery\n");
James Smarte2af0d22010-03-15 11:25:32 -04009165
9166 /*
9167 * There may be errored I/Os through HBA, abort all I/Os on txcmplq
9168 * and let the SCSI mid-layer to retry them to recover.
9169 */
9170 pring = &psli->ring[psli->fcp_ring];
9171 lpfc_sli_abort_iocb_ring(phba, pring);
James Smart891478a2009-11-18 15:40:23 -05009172}
9173
9174/**
James Smart0d878412009-10-02 15:16:56 -04009175 * lpfc_sli_prep_dev_for_reset - Prepare SLI3 device for pci slot reset
9176 * @phba: pointer to lpfc hba data structure.
9177 *
9178 * This routine is called to prepare the SLI3 device for PCI slot reset. It
9179 * disables the device interrupt and pci device, and aborts the internal FCP
9180 * pending I/Os.
9181 **/
9182static void
9183lpfc_sli_prep_dev_for_reset(struct lpfc_hba *phba)
9184{
James Smart0d878412009-10-02 15:16:56 -04009185 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart891478a2009-11-18 15:40:23 -05009186 "2710 PCI channel disable preparing for reset\n");
James Smarte2af0d22010-03-15 11:25:32 -04009187
James Smart75baf692010-06-08 18:31:21 -04009188 /* Block any management I/Os to the device */
James Smart618a5232012-06-12 13:54:36 -04009189 lpfc_block_mgmt_io(phba, LPFC_MBX_WAIT);
James Smart75baf692010-06-08 18:31:21 -04009190
James Smarte2af0d22010-03-15 11:25:32 -04009191 /* Block all SCSI devices' I/Os on the host */
9192 lpfc_scsi_dev_block(phba);
9193
9194 /* stop all timers */
9195 lpfc_stop_hba_timers(phba);
9196
James Smart0d878412009-10-02 15:16:56 -04009197 /* Disable interrupt and pci device */
9198 lpfc_sli_disable_intr(phba);
9199 pci_disable_device(phba->pcidev);
James Smart75baf692010-06-08 18:31:21 -04009200
James Smarte2af0d22010-03-15 11:25:32 -04009201 /* Flush all driver's outstanding SCSI I/Os as we are to reset */
9202 lpfc_sli_flush_fcp_rings(phba);
James Smart0d878412009-10-02 15:16:56 -04009203}
9204
9205/**
9206 * lpfc_sli_prep_dev_for_perm_failure - Prepare SLI3 dev for pci slot disable
9207 * @phba: pointer to lpfc hba data structure.
9208 *
9209 * This routine is called to prepare the SLI3 device for PCI slot permanently
9210 * disabling. It blocks the SCSI transport layer traffic and flushes the FCP
9211 * pending I/Os.
9212 **/
9213static void
James Smart75baf692010-06-08 18:31:21 -04009214lpfc_sli_prep_dev_for_perm_failure(struct lpfc_hba *phba)
James Smart0d878412009-10-02 15:16:56 -04009215{
9216 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smart891478a2009-11-18 15:40:23 -05009217 "2711 PCI channel permanent disable for failure\n");
James Smarte2af0d22010-03-15 11:25:32 -04009218 /* Block all SCSI devices' I/Os on the host */
9219 lpfc_scsi_dev_block(phba);
9220
9221 /* stop all timers */
9222 lpfc_stop_hba_timers(phba);
9223
James Smart0d878412009-10-02 15:16:56 -04009224 /* Clean up all driver's outstanding SCSI I/Os */
9225 lpfc_sli_flush_fcp_rings(phba);
9226}
9227
9228/**
James Smart3772a992009-05-22 14:50:54 -04009229 * lpfc_io_error_detected_s3 - Method for handling SLI-3 device PCI I/O error
James Smarte59058c2008-08-24 21:49:00 -04009230 * @pdev: pointer to PCI device.
9231 * @state: the current PCI connection state.
Linas Vepstas8d63f372007-02-14 14:28:36 -06009232 *
James Smart3772a992009-05-22 14:50:54 -04009233 * This routine is called from the PCI subsystem for I/O error handling to
9234 * device with SLI-3 interface spec. This function is called by the PCI
9235 * subsystem after a PCI bus error affecting this device has been detected.
9236 * When this function is invoked, it will need to stop all the I/Os and
9237 * interrupt(s) to the device. Once that is done, it will return
9238 * PCI_ERS_RESULT_NEED_RESET for the PCI subsystem to perform proper recovery
9239 * as desired.
James Smarte59058c2008-08-24 21:49:00 -04009240 *
9241 * Return codes
James Smart0d878412009-10-02 15:16:56 -04009242 * PCI_ERS_RESULT_CAN_RECOVER - can be recovered with reset_link
James Smart3772a992009-05-22 14:50:54 -04009243 * PCI_ERS_RESULT_NEED_RESET - need to reset before recovery
9244 * PCI_ERS_RESULT_DISCONNECT - device could not be recovered
James Smarte59058c2008-08-24 21:49:00 -04009245 **/
James Smart3772a992009-05-22 14:50:54 -04009246static pci_ers_result_t
9247lpfc_io_error_detected_s3(struct pci_dev *pdev, pci_channel_state_t state)
Linas Vepstas8d63f372007-02-14 14:28:36 -06009248{
James Smart51ef4c22007-08-02 11:10:31 -04009249 struct Scsi_Host *shost = pci_get_drvdata(pdev);
9250 struct lpfc_hba *phba = ((struct lpfc_vport *)shost->hostdata)->phba;
Linas Vepstas8d63f372007-02-14 14:28:36 -06009251
James Smart0d878412009-10-02 15:16:56 -04009252 switch (state) {
9253 case pci_channel_io_normal:
James Smart891478a2009-11-18 15:40:23 -05009254 /* Non-fatal error, prepare for recovery */
9255 lpfc_sli_prep_dev_for_recover(phba);
James Smart0d878412009-10-02 15:16:56 -04009256 return PCI_ERS_RESULT_CAN_RECOVER;
9257 case pci_channel_io_frozen:
9258 /* Fatal error, prepare for slot reset */
9259 lpfc_sli_prep_dev_for_reset(phba);
9260 return PCI_ERS_RESULT_NEED_RESET;
9261 case pci_channel_io_perm_failure:
9262 /* Permanent failure, prepare for device down */
James Smart75baf692010-06-08 18:31:21 -04009263 lpfc_sli_prep_dev_for_perm_failure(phba);
Linas Vepstas8d63f372007-02-14 14:28:36 -06009264 return PCI_ERS_RESULT_DISCONNECT;
James Smart0d878412009-10-02 15:16:56 -04009265 default:
9266 /* Unknown state, prepare and request slot reset */
9267 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9268 "0472 Unknown PCI error state: x%x\n", state);
9269 lpfc_sli_prep_dev_for_reset(phba);
9270 return PCI_ERS_RESULT_NEED_RESET;
James Smarta8e497d2008-08-24 21:50:11 -04009271 }
Linas Vepstas8d63f372007-02-14 14:28:36 -06009272}
9273
9274/**
James Smart3772a992009-05-22 14:50:54 -04009275 * lpfc_io_slot_reset_s3 - Method for restarting PCI SLI-3 device from scratch.
James Smarte59058c2008-08-24 21:49:00 -04009276 * @pdev: pointer to PCI device.
Linas Vepstas8d63f372007-02-14 14:28:36 -06009277 *
James Smart3772a992009-05-22 14:50:54 -04009278 * This routine is called from the PCI subsystem for error handling to
9279 * device with SLI-3 interface spec. This is called after PCI bus has been
9280 * reset to restart the PCI card from scratch, as if from a cold-boot.
9281 * During the PCI subsystem error recovery, after driver returns
9282 * PCI_ERS_RESULT_NEED_RESET, the PCI subsystem will perform proper error
9283 * recovery and then call this routine before calling the .resume method
9284 * to recover the device. This function will initialize the HBA device,
9285 * enable the interrupt, but it will just put the HBA to offline state
9286 * without passing any I/O traffic.
James Smarte59058c2008-08-24 21:49:00 -04009287 *
9288 * Return codes
James Smart3772a992009-05-22 14:50:54 -04009289 * PCI_ERS_RESULT_RECOVERED - the device has been recovered
9290 * PCI_ERS_RESULT_DISCONNECT - device could not be recovered
Linas Vepstas8d63f372007-02-14 14:28:36 -06009291 */
James Smart3772a992009-05-22 14:50:54 -04009292static pci_ers_result_t
9293lpfc_io_slot_reset_s3(struct pci_dev *pdev)
Linas Vepstas8d63f372007-02-14 14:28:36 -06009294{
James Smart51ef4c22007-08-02 11:10:31 -04009295 struct Scsi_Host *shost = pci_get_drvdata(pdev);
9296 struct lpfc_hba *phba = ((struct lpfc_vport *)shost->hostdata)->phba;
Linas Vepstas8d63f372007-02-14 14:28:36 -06009297 struct lpfc_sli *psli = &phba->sli;
James Smart5b75da22008-12-04 22:39:35 -05009298 uint32_t intr_mode;
Linas Vepstas8d63f372007-02-14 14:28:36 -06009299
9300 dev_printk(KERN_INFO, &pdev->dev, "recovering from a slot reset.\n");
Benjamin Herrenschmidt09483912007-12-20 15:28:09 +11009301 if (pci_enable_device_mem(pdev)) {
Linas Vepstas8d63f372007-02-14 14:28:36 -06009302 printk(KERN_ERR "lpfc: Cannot re-enable "
9303 "PCI device after reset.\n");
9304 return PCI_ERS_RESULT_DISCONNECT;
9305 }
9306
James Smart97207482008-12-04 22:39:19 -05009307 pci_restore_state(pdev);
James Smart1dfb5a42010-02-12 14:40:50 -05009308
9309 /*
9310 * As the new kernel behavior of pci_restore_state() API call clears
9311 * device saved_state flag, need to save the restored state again.
9312 */
9313 pci_save_state(pdev);
9314
James Smart97207482008-12-04 22:39:19 -05009315 if (pdev->is_busmaster)
9316 pci_set_master(pdev);
Linas Vepstas8d63f372007-02-14 14:28:36 -06009317
James Smart92d7f7b2007-06-17 19:56:38 -05009318 spin_lock_irq(&phba->hbalock);
James Smart3772a992009-05-22 14:50:54 -04009319 psli->sli_flag &= ~LPFC_SLI_ACTIVE;
James Smart92d7f7b2007-06-17 19:56:38 -05009320 spin_unlock_irq(&phba->hbalock);
Linas Vepstas8d63f372007-02-14 14:28:36 -06009321
James Smart5b75da22008-12-04 22:39:35 -05009322 /* Configure and enable interrupt */
James Smart3772a992009-05-22 14:50:54 -04009323 intr_mode = lpfc_sli_enable_intr(phba, phba->intr_mode);
James Smart5b75da22008-12-04 22:39:35 -05009324 if (intr_mode == LPFC_INTR_ERROR) {
9325 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9326 "0427 Cannot re-enable interrupt after "
9327 "slot reset.\n");
9328 return PCI_ERS_RESULT_DISCONNECT;
9329 } else
9330 phba->intr_mode = intr_mode;
Linas Vepstas8d63f372007-02-14 14:28:36 -06009331
James Smart75baf692010-06-08 18:31:21 -04009332 /* Take device offline, it will perform cleanup */
James Smart618a5232012-06-12 13:54:36 -04009333 lpfc_offline_prep(phba, LPFC_MBX_WAIT);
Linas Vepstas8d63f372007-02-14 14:28:36 -06009334 lpfc_offline(phba);
9335 lpfc_sli_brdrestart(phba);
9336
James Smart5b75da22008-12-04 22:39:35 -05009337 /* Log the current active interrupt mode */
9338 lpfc_log_intr_mode(phba, phba->intr_mode);
9339
Linas Vepstas8d63f372007-02-14 14:28:36 -06009340 return PCI_ERS_RESULT_RECOVERED;
9341}
9342
9343/**
James Smart3772a992009-05-22 14:50:54 -04009344 * lpfc_io_resume_s3 - Method for resuming PCI I/O operation on SLI-3 device.
James Smarte59058c2008-08-24 21:49:00 -04009345 * @pdev: pointer to PCI device
Linas Vepstas8d63f372007-02-14 14:28:36 -06009346 *
James Smart3772a992009-05-22 14:50:54 -04009347 * This routine is called from the PCI subsystem for error handling to device
9348 * with SLI-3 interface spec. It is called when kernel error recovery tells
9349 * the lpfc driver that it is ok to resume normal PCI operation after PCI bus
9350 * error recovery. After this call, traffic can start to flow from this device
9351 * again.
Linas Vepstas8d63f372007-02-14 14:28:36 -06009352 */
James Smart3772a992009-05-22 14:50:54 -04009353static void
9354lpfc_io_resume_s3(struct pci_dev *pdev)
Linas Vepstas8d63f372007-02-14 14:28:36 -06009355{
James Smart51ef4c22007-08-02 11:10:31 -04009356 struct Scsi_Host *shost = pci_get_drvdata(pdev);
9357 struct lpfc_hba *phba = ((struct lpfc_vport *)shost->hostdata)->phba;
Linas Vepstas8d63f372007-02-14 14:28:36 -06009358
James Smarte2af0d22010-03-15 11:25:32 -04009359 /* Bring device online, it will be no-op for non-fatal error resume */
James Smart58da1ff2008-04-07 10:15:56 -04009360 lpfc_online(phba);
James Smart0d878412009-10-02 15:16:56 -04009361
9362 /* Clean up Advanced Error Reporting (AER) if needed */
9363 if (phba->hba_flag & HBA_AER_ENABLED)
9364 pci_cleanup_aer_uncorrect_error_status(pdev);
Linas Vepstas8d63f372007-02-14 14:28:36 -06009365}
9366
James Smart3772a992009-05-22 14:50:54 -04009367/**
James Smartda0436e2009-05-22 14:51:39 -04009368 * lpfc_sli4_get_els_iocb_cnt - Calculate the # of ELS IOCBs to reserve
9369 * @phba: pointer to lpfc hba data structure.
9370 *
9371 * returns the number of ELS/CT IOCBs to reserve
9372 **/
9373int
9374lpfc_sli4_get_els_iocb_cnt(struct lpfc_hba *phba)
9375{
9376 int max_xri = phba->sli4_hba.max_cfg_param.max_xri;
9377
James Smartf1126682009-06-10 17:22:44 -04009378 if (phba->sli_rev == LPFC_SLI_REV4) {
9379 if (max_xri <= 100)
James Smart6a9c52c2009-10-02 15:16:51 -04009380 return 10;
James Smartf1126682009-06-10 17:22:44 -04009381 else if (max_xri <= 256)
James Smart6a9c52c2009-10-02 15:16:51 -04009382 return 25;
James Smartf1126682009-06-10 17:22:44 -04009383 else if (max_xri <= 512)
James Smart6a9c52c2009-10-02 15:16:51 -04009384 return 50;
James Smartf1126682009-06-10 17:22:44 -04009385 else if (max_xri <= 1024)
James Smart6a9c52c2009-10-02 15:16:51 -04009386 return 100;
James Smart8a9d2e82012-05-09 21:16:12 -04009387 else if (max_xri <= 1536)
James Smart6a9c52c2009-10-02 15:16:51 -04009388 return 150;
James Smart8a9d2e82012-05-09 21:16:12 -04009389 else if (max_xri <= 2048)
9390 return 200;
9391 else
9392 return 250;
James Smartf1126682009-06-10 17:22:44 -04009393 } else
9394 return 0;
James Smartda0436e2009-05-22 14:51:39 -04009395}
9396
9397/**
James Smart52d52442011-05-24 11:42:45 -04009398 * lpfc_write_firmware - attempt to write a firmware image to the port
James Smart52d52442011-05-24 11:42:45 -04009399 * @fw: pointer to firmware image returned from request_firmware.
James Smartce396282012-09-29 11:30:56 -04009400 * @phba: pointer to lpfc hba data structure.
James Smart52d52442011-05-24 11:42:45 -04009401 *
James Smart52d52442011-05-24 11:42:45 -04009402 **/
James Smartce396282012-09-29 11:30:56 -04009403static void
9404lpfc_write_firmware(const struct firmware *fw, void *context)
James Smart52d52442011-05-24 11:42:45 -04009405{
James Smartce396282012-09-29 11:30:56 -04009406 struct lpfc_hba *phba = (struct lpfc_hba *)context;
James Smart6b5151f2012-01-18 16:24:06 -05009407 char fwrev[FW_REV_STR_SIZE];
James Smartce396282012-09-29 11:30:56 -04009408 struct lpfc_grp_hdr *image;
James Smart52d52442011-05-24 11:42:45 -04009409 struct list_head dma_buffer_list;
9410 int i, rc = 0;
9411 struct lpfc_dmabuf *dmabuf, *next;
9412 uint32_t offset = 0, temp_offset = 0;
9413
James Smartc71ab862012-10-31 14:44:33 -04009414 /* It can be null in no-wait mode, sanity check */
James Smartce396282012-09-29 11:30:56 -04009415 if (!fw) {
9416 rc = -ENXIO;
9417 goto out;
9418 }
9419 image = (struct lpfc_grp_hdr *)fw->data;
9420
James Smart52d52442011-05-24 11:42:45 -04009421 INIT_LIST_HEAD(&dma_buffer_list);
James Smart079b5c92011-08-21 21:48:49 -04009422 if ((be32_to_cpu(image->magic_number) != LPFC_GROUP_OJECT_MAGIC_NUM) ||
9423 (bf_get_be32(lpfc_grp_hdr_file_type, image) !=
9424 LPFC_FILE_TYPE_GROUP) ||
9425 (bf_get_be32(lpfc_grp_hdr_id, image) != LPFC_FILE_ID_GROUP) ||
9426 (be32_to_cpu(image->size) != fw->size)) {
James Smart52d52442011-05-24 11:42:45 -04009427 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9428 "3022 Invalid FW image found. "
James Smart079b5c92011-08-21 21:48:49 -04009429 "Magic:%x Type:%x ID:%x\n",
9430 be32_to_cpu(image->magic_number),
9431 bf_get_be32(lpfc_grp_hdr_file_type, image),
9432 bf_get_be32(lpfc_grp_hdr_id, image));
James Smartce396282012-09-29 11:30:56 -04009433 rc = -EINVAL;
9434 goto release_out;
James Smart52d52442011-05-24 11:42:45 -04009435 }
9436 lpfc_decode_firmware_rev(phba, fwrev, 1);
James Smart88a2cfb2011-07-22 18:36:33 -04009437 if (strncmp(fwrev, image->revision, strnlen(image->revision, 16))) {
James Smart52d52442011-05-24 11:42:45 -04009438 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smartce396282012-09-29 11:30:56 -04009439 "3023 Updating Firmware, Current Version:%s "
James Smart52d52442011-05-24 11:42:45 -04009440 "New Version:%s\n",
James Smart88a2cfb2011-07-22 18:36:33 -04009441 fwrev, image->revision);
James Smart52d52442011-05-24 11:42:45 -04009442 for (i = 0; i < LPFC_MBX_WR_CONFIG_MAX_BDE; i++) {
9443 dmabuf = kzalloc(sizeof(struct lpfc_dmabuf),
9444 GFP_KERNEL);
9445 if (!dmabuf) {
9446 rc = -ENOMEM;
James Smartce396282012-09-29 11:30:56 -04009447 goto release_out;
James Smart52d52442011-05-24 11:42:45 -04009448 }
9449 dmabuf->virt = dma_alloc_coherent(&phba->pcidev->dev,
9450 SLI4_PAGE_SIZE,
9451 &dmabuf->phys,
9452 GFP_KERNEL);
9453 if (!dmabuf->virt) {
9454 kfree(dmabuf);
9455 rc = -ENOMEM;
James Smartce396282012-09-29 11:30:56 -04009456 goto release_out;
James Smart52d52442011-05-24 11:42:45 -04009457 }
9458 list_add_tail(&dmabuf->list, &dma_buffer_list);
9459 }
9460 while (offset < fw->size) {
9461 temp_offset = offset;
9462 list_for_each_entry(dmabuf, &dma_buffer_list, list) {
James Smart079b5c92011-08-21 21:48:49 -04009463 if (temp_offset + SLI4_PAGE_SIZE > fw->size) {
James Smart52d52442011-05-24 11:42:45 -04009464 memcpy(dmabuf->virt,
9465 fw->data + temp_offset,
James Smart079b5c92011-08-21 21:48:49 -04009466 fw->size - temp_offset);
9467 temp_offset = fw->size;
James Smart52d52442011-05-24 11:42:45 -04009468 break;
9469 }
James Smart52d52442011-05-24 11:42:45 -04009470 memcpy(dmabuf->virt, fw->data + temp_offset,
9471 SLI4_PAGE_SIZE);
James Smart88a2cfb2011-07-22 18:36:33 -04009472 temp_offset += SLI4_PAGE_SIZE;
James Smart52d52442011-05-24 11:42:45 -04009473 }
9474 rc = lpfc_wr_object(phba, &dma_buffer_list,
9475 (fw->size - offset), &offset);
James Smartce396282012-09-29 11:30:56 -04009476 if (rc)
9477 goto release_out;
James Smart52d52442011-05-24 11:42:45 -04009478 }
9479 rc = offset;
9480 }
James Smartce396282012-09-29 11:30:56 -04009481
9482release_out:
James Smart52d52442011-05-24 11:42:45 -04009483 list_for_each_entry_safe(dmabuf, next, &dma_buffer_list, list) {
9484 list_del(&dmabuf->list);
9485 dma_free_coherent(&phba->pcidev->dev, SLI4_PAGE_SIZE,
9486 dmabuf->virt, dmabuf->phys);
9487 kfree(dmabuf);
9488 }
James Smartce396282012-09-29 11:30:56 -04009489 release_firmware(fw);
9490out:
9491 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
James Smartc71ab862012-10-31 14:44:33 -04009492 "3024 Firmware update done: %d.\n", rc);
James Smartce396282012-09-29 11:30:56 -04009493 return;
James Smart52d52442011-05-24 11:42:45 -04009494}
9495
9496/**
James Smartc71ab862012-10-31 14:44:33 -04009497 * lpfc_sli4_request_firmware_update - Request linux generic firmware upgrade
9498 * @phba: pointer to lpfc hba data structure.
9499 *
9500 * This routine is called to perform Linux generic firmware upgrade on device
9501 * that supports such feature.
9502 **/
9503int
9504lpfc_sli4_request_firmware_update(struct lpfc_hba *phba, uint8_t fw_upgrade)
9505{
9506 uint8_t file_name[ELX_MODEL_NAME_SIZE];
9507 int ret;
9508 const struct firmware *fw;
9509
9510 /* Only supported on SLI4 interface type 2 for now */
9511 if (bf_get(lpfc_sli_intf_if_type, &phba->sli4_hba.sli_intf) !=
9512 LPFC_SLI_INTF_IF_TYPE_2)
9513 return -EPERM;
9514
9515 snprintf(file_name, ELX_MODEL_NAME_SIZE, "%s.grp", phba->ModelName);
9516
9517 if (fw_upgrade == INT_FW_UPGRADE) {
9518 ret = request_firmware_nowait(THIS_MODULE, FW_ACTION_HOTPLUG,
9519 file_name, &phba->pcidev->dev,
9520 GFP_KERNEL, (void *)phba,
9521 lpfc_write_firmware);
9522 } else if (fw_upgrade == RUN_FW_UPGRADE) {
9523 ret = request_firmware(&fw, file_name, &phba->pcidev->dev);
9524 if (!ret)
9525 lpfc_write_firmware(fw, (void *)phba);
9526 } else {
9527 ret = -EINVAL;
9528 }
9529
9530 return ret;
9531}
9532
9533/**
James Smartda0436e2009-05-22 14:51:39 -04009534 * lpfc_pci_probe_one_s4 - PCI probe func to reg SLI-4 device to PCI subsys
9535 * @pdev: pointer to PCI device
9536 * @pid: pointer to PCI device identifier
9537 *
9538 * This routine is called from the kernel's PCI subsystem to device with
9539 * SLI-4 interface spec. When an Emulex HBA with SLI-4 interface spec is
9540 * presented on PCI bus, the kernel PCI subsystem looks at PCI device-specific
9541 * information of the device and driver to see if the driver state that it
9542 * can support this kind of device. If the match is successful, the driver
9543 * core invokes this routine. If this routine determines it can claim the HBA,
9544 * it does all the initialization that it needs to do to handle the HBA
9545 * properly.
9546 *
9547 * Return code
9548 * 0 - driver can claim the device
9549 * negative value - driver can not claim the device
9550 **/
Greg Kroah-Hartman6f039792012-12-21 13:08:55 -08009551static int
James Smartda0436e2009-05-22 14:51:39 -04009552lpfc_pci_probe_one_s4(struct pci_dev *pdev, const struct pci_device_id *pid)
9553{
9554 struct lpfc_hba *phba;
9555 struct lpfc_vport *vport = NULL;
James Smart6669f9b2009-10-02 15:16:45 -04009556 struct Scsi_Host *shost = NULL;
James Smartce396282012-09-29 11:30:56 -04009557 int error, ret;
James Smartda0436e2009-05-22 14:51:39 -04009558 uint32_t cfg_mode, intr_mode;
James Smart67d12732012-08-03 12:36:13 -04009559 int adjusted_fcp_io_channel;
James Smartda0436e2009-05-22 14:51:39 -04009560
9561 /* Allocate memory for HBA structure */
9562 phba = lpfc_hba_alloc(pdev);
9563 if (!phba)
9564 return -ENOMEM;
9565
9566 /* Perform generic PCI device enabling operation */
9567 error = lpfc_enable_pci_dev(phba);
James Smart079b5c92011-08-21 21:48:49 -04009568 if (error)
James Smartda0436e2009-05-22 14:51:39 -04009569 goto out_free_phba;
James Smartda0436e2009-05-22 14:51:39 -04009570
9571 /* Set up SLI API function jump table for PCI-device group-1 HBAs */
9572 error = lpfc_api_table_setup(phba, LPFC_PCI_DEV_OC);
9573 if (error)
9574 goto out_disable_pci_dev;
9575
9576 /* Set up SLI-4 specific device PCI memory space */
9577 error = lpfc_sli4_pci_mem_setup(phba);
9578 if (error) {
9579 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9580 "1410 Failed to set up pci memory space.\n");
9581 goto out_disable_pci_dev;
9582 }
9583
9584 /* Set up phase-1 common device driver resources */
9585 error = lpfc_setup_driver_resource_phase1(phba);
9586 if (error) {
9587 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9588 "1411 Failed to set up driver resource.\n");
9589 goto out_unset_pci_mem_s4;
9590 }
9591
9592 /* Set up SLI-4 Specific device driver resources */
9593 error = lpfc_sli4_driver_resource_setup(phba);
9594 if (error) {
9595 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9596 "1412 Failed to set up driver resource.\n");
9597 goto out_unset_pci_mem_s4;
9598 }
9599
9600 /* Initialize and populate the iocb list per host */
James Smart2a9bf3d2010-06-07 15:24:45 -04009601
9602 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
9603 "2821 initialize iocb list %d.\n",
9604 phba->cfg_iocb_cnt*1024);
9605 error = lpfc_init_iocb_list(phba, phba->cfg_iocb_cnt*1024);
9606
James Smartda0436e2009-05-22 14:51:39 -04009607 if (error) {
9608 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9609 "1413 Failed to initialize iocb list.\n");
9610 goto out_unset_driver_resource_s4;
9611 }
9612
James Smart19ca7602010-11-20 23:11:55 -05009613 INIT_LIST_HEAD(&phba->active_rrq_list);
James Smart7d791df2011-07-22 18:37:52 -04009614 INIT_LIST_HEAD(&phba->fcf.fcf_pri_list);
James Smart19ca7602010-11-20 23:11:55 -05009615
James Smartda0436e2009-05-22 14:51:39 -04009616 /* Set up common device driver resources */
9617 error = lpfc_setup_driver_resource_phase2(phba);
9618 if (error) {
9619 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9620 "1414 Failed to set up driver resource.\n");
9621 goto out_free_iocb_list;
9622 }
9623
James Smart079b5c92011-08-21 21:48:49 -04009624 /* Get the default values for Model Name and Description */
9625 lpfc_get_hba_model_desc(phba, phba->ModelName, phba->ModelDesc);
9626
James Smartda0436e2009-05-22 14:51:39 -04009627 /* Create SCSI host to the physical port */
9628 error = lpfc_create_shost(phba);
9629 if (error) {
9630 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9631 "1415 Failed to create scsi host.\n");
9632 goto out_unset_driver_resource;
9633 }
9634
9635 /* Configure sysfs attributes */
9636 vport = phba->pport;
9637 error = lpfc_alloc_sysfs_attr(vport);
9638 if (error) {
9639 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9640 "1416 Failed to allocate sysfs attr\n");
9641 goto out_destroy_shost;
9642 }
9643
James Smart6669f9b2009-10-02 15:16:45 -04009644 shost = lpfc_shost_from_vport(vport); /* save shost for error cleanup */
James Smartda0436e2009-05-22 14:51:39 -04009645 /* Now, trying to enable interrupt and bring up the device */
9646 cfg_mode = phba->cfg_use_msi;
James Smartda0436e2009-05-22 14:51:39 -04009647
James Smart7b15db32013-01-03 15:43:29 -05009648 /* Put device to a known state before enabling interrupt */
9649 lpfc_stop_port(phba);
9650 /* Configure and enable interrupt */
9651 intr_mode = lpfc_sli4_enable_intr(phba, cfg_mode);
9652 if (intr_mode == LPFC_INTR_ERROR) {
9653 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9654 "0426 Failed to enable interrupt.\n");
9655 error = -ENODEV;
9656 goto out_free_sysfs_attr;
James Smartda0436e2009-05-22 14:51:39 -04009657 }
James Smart7b15db32013-01-03 15:43:29 -05009658 /* Default to single EQ for non-MSI-X */
9659 if (phba->intr_type != MSIX)
9660 adjusted_fcp_io_channel = 1;
9661 else
9662 adjusted_fcp_io_channel = phba->cfg_fcp_io_channel;
9663 phba->cfg_fcp_io_channel = adjusted_fcp_io_channel;
9664 /* Set up SLI-4 HBA */
9665 if (lpfc_sli4_hba_setup(phba)) {
9666 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9667 "1421 Failed to set up hba\n");
9668 error = -ENODEV;
9669 goto out_disable_intr;
9670 }
9671
9672 /* Log the current active interrupt mode */
9673 phba->intr_mode = intr_mode;
9674 lpfc_log_intr_mode(phba, intr_mode);
James Smartda0436e2009-05-22 14:51:39 -04009675
9676 /* Perform post initialization setup */
9677 lpfc_post_init_setup(phba);
9678
James Smartc71ab862012-10-31 14:44:33 -04009679 /* check for firmware upgrade or downgrade */
9680 if (phba->cfg_request_firmware_upgrade)
9681 ret = lpfc_sli4_request_firmware_update(phba, INT_FW_UPGRADE);
James Smart52d52442011-05-24 11:42:45 -04009682
James Smart1c6834a2009-07-19 10:01:26 -04009683 /* Check if there are static vports to be created. */
9684 lpfc_create_static_vport(phba);
James Smartda0436e2009-05-22 14:51:39 -04009685 return 0;
9686
9687out_disable_intr:
9688 lpfc_sli4_disable_intr(phba);
9689out_free_sysfs_attr:
9690 lpfc_free_sysfs_attr(vport);
9691out_destroy_shost:
9692 lpfc_destroy_shost(phba);
9693out_unset_driver_resource:
9694 lpfc_unset_driver_resource_phase2(phba);
9695out_free_iocb_list:
9696 lpfc_free_iocb_list(phba);
9697out_unset_driver_resource_s4:
9698 lpfc_sli4_driver_resource_unset(phba);
9699out_unset_pci_mem_s4:
9700 lpfc_sli4_pci_mem_unset(phba);
9701out_disable_pci_dev:
9702 lpfc_disable_pci_dev(phba);
James Smart6669f9b2009-10-02 15:16:45 -04009703 if (shost)
9704 scsi_host_put(shost);
James Smartda0436e2009-05-22 14:51:39 -04009705out_free_phba:
9706 lpfc_hba_free(phba);
9707 return error;
9708}
9709
9710/**
9711 * lpfc_pci_remove_one_s4 - PCI func to unreg SLI-4 device from PCI subsystem
9712 * @pdev: pointer to PCI device
9713 *
9714 * This routine is called from the kernel's PCI subsystem to device with
9715 * SLI-4 interface spec. When an Emulex HBA with SLI-4 interface spec is
9716 * removed from PCI bus, it performs all the necessary cleanup for the HBA
9717 * device to be removed from the PCI subsystem properly.
9718 **/
Greg Kroah-Hartman6f039792012-12-21 13:08:55 -08009719static void
James Smartda0436e2009-05-22 14:51:39 -04009720lpfc_pci_remove_one_s4(struct pci_dev *pdev)
9721{
9722 struct Scsi_Host *shost = pci_get_drvdata(pdev);
9723 struct lpfc_vport *vport = (struct lpfc_vport *) shost->hostdata;
9724 struct lpfc_vport **vports;
9725 struct lpfc_hba *phba = vport->phba;
9726 int i;
9727
9728 /* Mark the device unloading flag */
9729 spin_lock_irq(&phba->hbalock);
9730 vport->load_flag |= FC_UNLOADING;
9731 spin_unlock_irq(&phba->hbalock);
9732
9733 /* Free the HBA sysfs attributes */
9734 lpfc_free_sysfs_attr(vport);
9735
9736 /* Release all the vports against this physical port */
9737 vports = lpfc_create_vport_work_array(phba);
9738 if (vports != NULL)
James Smart587a37f2012-05-09 21:16:03 -04009739 for (i = 0; i <= phba->max_vports && vports[i] != NULL; i++) {
9740 if (vports[i]->port_type == LPFC_PHYSICAL_PORT)
9741 continue;
James Smartda0436e2009-05-22 14:51:39 -04009742 fc_vport_terminate(vports[i]->fc_vport);
James Smart587a37f2012-05-09 21:16:03 -04009743 }
James Smartda0436e2009-05-22 14:51:39 -04009744 lpfc_destroy_vport_work_array(phba, vports);
9745
9746 /* Remove FC host and then SCSI host with the physical port */
9747 fc_remove_host(shost);
9748 scsi_remove_host(shost);
9749
9750 /* Perform cleanup on the physical port */
9751 lpfc_cleanup(vport);
9752
9753 /*
9754 * Bring down the SLI Layer. This step disables all interrupts,
9755 * clears the rings, discards all mailbox commands, and resets
9756 * the HBA FCoE function.
9757 */
9758 lpfc_debugfs_terminate(vport);
9759 lpfc_sli4_hba_unset(phba);
9760
9761 spin_lock_irq(&phba->hbalock);
9762 list_del_init(&vport->listentry);
9763 spin_unlock_irq(&phba->hbalock);
9764
James Smart3677a3a2010-09-29 11:19:14 -04009765 /* Perform scsi free before driver resource_unset since scsi
James Smartda0436e2009-05-22 14:51:39 -04009766 * buffers are released to their corresponding pools here.
9767 */
9768 lpfc_scsi_free(phba);
James Smart67d12732012-08-03 12:36:13 -04009769
James Smartda0436e2009-05-22 14:51:39 -04009770 lpfc_sli4_driver_resource_unset(phba);
9771
9772 /* Unmap adapter Control and Doorbell registers */
9773 lpfc_sli4_pci_mem_unset(phba);
9774
9775 /* Release PCI resources and disable device's PCI function */
9776 scsi_host_put(shost);
9777 lpfc_disable_pci_dev(phba);
9778
9779 /* Finally, free the driver's device data structure */
9780 lpfc_hba_free(phba);
9781
9782 return;
9783}
9784
9785/**
9786 * lpfc_pci_suspend_one_s4 - PCI func to suspend SLI-4 device for power mgmnt
9787 * @pdev: pointer to PCI device
9788 * @msg: power management message
9789 *
9790 * This routine is called from the kernel's PCI subsystem to support system
9791 * Power Management (PM) to device with SLI-4 interface spec. When PM invokes
9792 * this method, it quiesces the device by stopping the driver's worker
9793 * thread for the device, turning off device's interrupt and DMA, and bring
9794 * the device offline. Note that as the driver implements the minimum PM
9795 * requirements to a power-aware driver's PM support for suspend/resume -- all
9796 * the possible PM messages (SUSPEND, HIBERNATE, FREEZE) to the suspend()
9797 * method call will be treated as SUSPEND and the driver will fully
9798 * reinitialize its device during resume() method call, the driver will set
9799 * device to PCI_D3hot state in PCI config space instead of setting it
9800 * according to the @msg provided by the PM.
9801 *
9802 * Return code
9803 * 0 - driver suspended the device
9804 * Error otherwise
9805 **/
9806static int
9807lpfc_pci_suspend_one_s4(struct pci_dev *pdev, pm_message_t msg)
9808{
9809 struct Scsi_Host *shost = pci_get_drvdata(pdev);
9810 struct lpfc_hba *phba = ((struct lpfc_vport *)shost->hostdata)->phba;
9811
9812 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
James Smart75baf692010-06-08 18:31:21 -04009813 "2843 PCI device Power Management suspend.\n");
James Smartda0436e2009-05-22 14:51:39 -04009814
9815 /* Bring down the device */
James Smart618a5232012-06-12 13:54:36 -04009816 lpfc_offline_prep(phba, LPFC_MBX_WAIT);
James Smartda0436e2009-05-22 14:51:39 -04009817 lpfc_offline(phba);
9818 kthread_stop(phba->worker_thread);
9819
9820 /* Disable interrupt from device */
9821 lpfc_sli4_disable_intr(phba);
James Smart5350d872011-10-10 21:33:49 -04009822 lpfc_sli4_queue_destroy(phba);
James Smartda0436e2009-05-22 14:51:39 -04009823
9824 /* Save device state to PCI config space */
9825 pci_save_state(pdev);
9826 pci_set_power_state(pdev, PCI_D3hot);
9827
9828 return 0;
9829}
9830
9831/**
9832 * lpfc_pci_resume_one_s4 - PCI func to resume SLI-4 device for power mgmnt
9833 * @pdev: pointer to PCI device
9834 *
9835 * This routine is called from the kernel's PCI subsystem to support system
9836 * Power Management (PM) to device with SLI-4 interface spac. When PM invokes
9837 * this method, it restores the device's PCI config space state and fully
9838 * reinitializes the device and brings it online. Note that as the driver
9839 * implements the minimum PM requirements to a power-aware driver's PM for
9840 * suspend/resume -- all the possible PM messages (SUSPEND, HIBERNATE, FREEZE)
9841 * to the suspend() method call will be treated as SUSPEND and the driver
9842 * will fully reinitialize its device during resume() method call, the device
9843 * will be set to PCI_D0 directly in PCI config space before restoring the
9844 * state.
9845 *
9846 * Return code
9847 * 0 - driver suspended the device
9848 * Error otherwise
9849 **/
9850static int
9851lpfc_pci_resume_one_s4(struct pci_dev *pdev)
9852{
9853 struct Scsi_Host *shost = pci_get_drvdata(pdev);
9854 struct lpfc_hba *phba = ((struct lpfc_vport *)shost->hostdata)->phba;
9855 uint32_t intr_mode;
9856 int error;
9857
9858 lpfc_printf_log(phba, KERN_INFO, LOG_INIT,
9859 "0292 PCI device Power Management resume.\n");
9860
9861 /* Restore device state from PCI config space */
9862 pci_set_power_state(pdev, PCI_D0);
9863 pci_restore_state(pdev);
James Smart1dfb5a42010-02-12 14:40:50 -05009864
9865 /*
9866 * As the new kernel behavior of pci_restore_state() API call clears
9867 * device saved_state flag, need to save the restored state again.
9868 */
9869 pci_save_state(pdev);
9870
James Smartda0436e2009-05-22 14:51:39 -04009871 if (pdev->is_busmaster)
9872 pci_set_master(pdev);
9873
9874 /* Startup the kernel thread for this host adapter. */
9875 phba->worker_thread = kthread_run(lpfc_do_work, phba,
9876 "lpfc_worker_%d", phba->brd_no);
9877 if (IS_ERR(phba->worker_thread)) {
9878 error = PTR_ERR(phba->worker_thread);
9879 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9880 "0293 PM resume failed to start worker "
9881 "thread: error=x%x.\n", error);
9882 return error;
9883 }
9884
9885 /* Configure and enable interrupt */
9886 intr_mode = lpfc_sli4_enable_intr(phba, phba->intr_mode);
9887 if (intr_mode == LPFC_INTR_ERROR) {
9888 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9889 "0294 PM resume Failed to enable interrupt\n");
9890 return -EIO;
9891 } else
9892 phba->intr_mode = intr_mode;
9893
9894 /* Restart HBA and bring it online */
9895 lpfc_sli_brdrestart(phba);
9896 lpfc_online(phba);
9897
9898 /* Log the current active interrupt mode */
9899 lpfc_log_intr_mode(phba, phba->intr_mode);
9900
9901 return 0;
9902}
9903
9904/**
James Smart75baf692010-06-08 18:31:21 -04009905 * lpfc_sli4_prep_dev_for_recover - Prepare SLI4 device for pci slot recover
9906 * @phba: pointer to lpfc hba data structure.
9907 *
9908 * This routine is called to prepare the SLI4 device for PCI slot recover. It
9909 * aborts all the outstanding SCSI I/Os to the pci device.
9910 **/
9911static void
9912lpfc_sli4_prep_dev_for_recover(struct lpfc_hba *phba)
9913{
9914 struct lpfc_sli *psli = &phba->sli;
9915 struct lpfc_sli_ring *pring;
9916
9917 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9918 "2828 PCI channel I/O abort preparing for recovery\n");
9919 /*
9920 * There may be errored I/Os through HBA, abort all I/Os on txcmplq
9921 * and let the SCSI mid-layer to retry them to recover.
9922 */
9923 pring = &psli->ring[psli->fcp_ring];
9924 lpfc_sli_abort_iocb_ring(phba, pring);
9925}
9926
9927/**
9928 * lpfc_sli4_prep_dev_for_reset - Prepare SLI4 device for pci slot reset
9929 * @phba: pointer to lpfc hba data structure.
9930 *
9931 * This routine is called to prepare the SLI4 device for PCI slot reset. It
9932 * disables the device interrupt and pci device, and aborts the internal FCP
9933 * pending I/Os.
9934 **/
9935static void
9936lpfc_sli4_prep_dev_for_reset(struct lpfc_hba *phba)
9937{
9938 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9939 "2826 PCI channel disable preparing for reset\n");
9940
9941 /* Block any management I/Os to the device */
James Smart618a5232012-06-12 13:54:36 -04009942 lpfc_block_mgmt_io(phba, LPFC_MBX_NO_WAIT);
James Smart75baf692010-06-08 18:31:21 -04009943
9944 /* Block all SCSI devices' I/Os on the host */
9945 lpfc_scsi_dev_block(phba);
9946
9947 /* stop all timers */
9948 lpfc_stop_hba_timers(phba);
9949
9950 /* Disable interrupt and pci device */
9951 lpfc_sli4_disable_intr(phba);
James Smart5350d872011-10-10 21:33:49 -04009952 lpfc_sli4_queue_destroy(phba);
James Smart75baf692010-06-08 18:31:21 -04009953 pci_disable_device(phba->pcidev);
9954
9955 /* Flush all driver's outstanding SCSI I/Os as we are to reset */
9956 lpfc_sli_flush_fcp_rings(phba);
9957}
9958
9959/**
9960 * lpfc_sli4_prep_dev_for_perm_failure - Prepare SLI4 dev for pci slot disable
9961 * @phba: pointer to lpfc hba data structure.
9962 *
9963 * This routine is called to prepare the SLI4 device for PCI slot permanently
9964 * disabling. It blocks the SCSI transport layer traffic and flushes the FCP
9965 * pending I/Os.
9966 **/
9967static void
9968lpfc_sli4_prep_dev_for_perm_failure(struct lpfc_hba *phba)
9969{
9970 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
9971 "2827 PCI channel permanent disable for failure\n");
9972
9973 /* Block all SCSI devices' I/Os on the host */
9974 lpfc_scsi_dev_block(phba);
9975
9976 /* stop all timers */
9977 lpfc_stop_hba_timers(phba);
9978
9979 /* Clean up all driver's outstanding SCSI I/Os */
9980 lpfc_sli_flush_fcp_rings(phba);
9981}
9982
9983/**
James Smartda0436e2009-05-22 14:51:39 -04009984 * lpfc_io_error_detected_s4 - Method for handling PCI I/O error to SLI-4 device
9985 * @pdev: pointer to PCI device.
9986 * @state: the current PCI connection state.
9987 *
9988 * This routine is called from the PCI subsystem for error handling to device
9989 * with SLI-4 interface spec. This function is called by the PCI subsystem
9990 * after a PCI bus error affecting this device has been detected. When this
9991 * function is invoked, it will need to stop all the I/Os and interrupt(s)
9992 * to the device. Once that is done, it will return PCI_ERS_RESULT_NEED_RESET
9993 * for the PCI subsystem to perform proper recovery as desired.
9994 *
9995 * Return codes
9996 * PCI_ERS_RESULT_NEED_RESET - need to reset before recovery
9997 * PCI_ERS_RESULT_DISCONNECT - device could not be recovered
9998 **/
9999static pci_ers_result_t
10000lpfc_io_error_detected_s4(struct pci_dev *pdev, pci_channel_state_t state)
10001{
James Smart75baf692010-06-08 18:31:21 -040010002 struct Scsi_Host *shost = pci_get_drvdata(pdev);
10003 struct lpfc_hba *phba = ((struct lpfc_vport *)shost->hostdata)->phba;
10004
10005 switch (state) {
10006 case pci_channel_io_normal:
10007 /* Non-fatal error, prepare for recovery */
10008 lpfc_sli4_prep_dev_for_recover(phba);
10009 return PCI_ERS_RESULT_CAN_RECOVER;
10010 case pci_channel_io_frozen:
10011 /* Fatal error, prepare for slot reset */
10012 lpfc_sli4_prep_dev_for_reset(phba);
10013 return PCI_ERS_RESULT_NEED_RESET;
10014 case pci_channel_io_perm_failure:
10015 /* Permanent failure, prepare for device down */
10016 lpfc_sli4_prep_dev_for_perm_failure(phba);
10017 return PCI_ERS_RESULT_DISCONNECT;
10018 default:
10019 /* Unknown state, prepare and request slot reset */
10020 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
10021 "2825 Unknown PCI error state: x%x\n", state);
10022 lpfc_sli4_prep_dev_for_reset(phba);
10023 return PCI_ERS_RESULT_NEED_RESET;
10024 }
James Smartda0436e2009-05-22 14:51:39 -040010025}
10026
10027/**
10028 * lpfc_io_slot_reset_s4 - Method for restart PCI SLI-4 device from scratch
10029 * @pdev: pointer to PCI device.
10030 *
10031 * This routine is called from the PCI subsystem for error handling to device
10032 * with SLI-4 interface spec. It is called after PCI bus has been reset to
10033 * restart the PCI card from scratch, as if from a cold-boot. During the
10034 * PCI subsystem error recovery, after the driver returns
10035 * PCI_ERS_RESULT_NEED_RESET, the PCI subsystem will perform proper error
10036 * recovery and then call this routine before calling the .resume method to
10037 * recover the device. This function will initialize the HBA device, enable
10038 * the interrupt, but it will just put the HBA to offline state without
10039 * passing any I/O traffic.
10040 *
10041 * Return codes
10042 * PCI_ERS_RESULT_RECOVERED - the device has been recovered
10043 * PCI_ERS_RESULT_DISCONNECT - device could not be recovered
10044 */
10045static pci_ers_result_t
10046lpfc_io_slot_reset_s4(struct pci_dev *pdev)
10047{
James Smart75baf692010-06-08 18:31:21 -040010048 struct Scsi_Host *shost = pci_get_drvdata(pdev);
10049 struct lpfc_hba *phba = ((struct lpfc_vport *)shost->hostdata)->phba;
10050 struct lpfc_sli *psli = &phba->sli;
10051 uint32_t intr_mode;
10052
10053 dev_printk(KERN_INFO, &pdev->dev, "recovering from a slot reset.\n");
10054 if (pci_enable_device_mem(pdev)) {
10055 printk(KERN_ERR "lpfc: Cannot re-enable "
10056 "PCI device after reset.\n");
10057 return PCI_ERS_RESULT_DISCONNECT;
10058 }
10059
10060 pci_restore_state(pdev);
James Smart0a96e972011-07-22 18:37:28 -040010061
10062 /*
10063 * As the new kernel behavior of pci_restore_state() API call clears
10064 * device saved_state flag, need to save the restored state again.
10065 */
10066 pci_save_state(pdev);
10067
James Smart75baf692010-06-08 18:31:21 -040010068 if (pdev->is_busmaster)
10069 pci_set_master(pdev);
10070
10071 spin_lock_irq(&phba->hbalock);
10072 psli->sli_flag &= ~LPFC_SLI_ACTIVE;
10073 spin_unlock_irq(&phba->hbalock);
10074
10075 /* Configure and enable interrupt */
10076 intr_mode = lpfc_sli4_enable_intr(phba, phba->intr_mode);
10077 if (intr_mode == LPFC_INTR_ERROR) {
10078 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
10079 "2824 Cannot re-enable interrupt after "
10080 "slot reset.\n");
10081 return PCI_ERS_RESULT_DISCONNECT;
10082 } else
10083 phba->intr_mode = intr_mode;
10084
10085 /* Log the current active interrupt mode */
10086 lpfc_log_intr_mode(phba, phba->intr_mode);
10087
James Smartda0436e2009-05-22 14:51:39 -040010088 return PCI_ERS_RESULT_RECOVERED;
10089}
10090
10091/**
10092 * lpfc_io_resume_s4 - Method for resuming PCI I/O operation to SLI-4 device
10093 * @pdev: pointer to PCI device
10094 *
10095 * This routine is called from the PCI subsystem for error handling to device
10096 * with SLI-4 interface spec. It is called when kernel error recovery tells
10097 * the lpfc driver that it is ok to resume normal PCI operation after PCI bus
10098 * error recovery. After this call, traffic can start to flow from this device
10099 * again.
10100 **/
10101static void
10102lpfc_io_resume_s4(struct pci_dev *pdev)
10103{
James Smart75baf692010-06-08 18:31:21 -040010104 struct Scsi_Host *shost = pci_get_drvdata(pdev);
10105 struct lpfc_hba *phba = ((struct lpfc_vport *)shost->hostdata)->phba;
10106
10107 /*
10108 * In case of slot reset, as function reset is performed through
10109 * mailbox command which needs DMA to be enabled, this operation
10110 * has to be moved to the io resume phase. Taking device offline
10111 * will perform the necessary cleanup.
10112 */
10113 if (!(phba->sli.sli_flag & LPFC_SLI_ACTIVE)) {
10114 /* Perform device reset */
James Smart618a5232012-06-12 13:54:36 -040010115 lpfc_offline_prep(phba, LPFC_MBX_WAIT);
James Smart75baf692010-06-08 18:31:21 -040010116 lpfc_offline(phba);
10117 lpfc_sli_brdrestart(phba);
10118 /* Bring the device back online */
10119 lpfc_online(phba);
10120 }
10121
10122 /* Clean up Advanced Error Reporting (AER) if needed */
10123 if (phba->hba_flag & HBA_AER_ENABLED)
10124 pci_cleanup_aer_uncorrect_error_status(pdev);
James Smartda0436e2009-05-22 14:51:39 -040010125}
10126
10127/**
James Smart3772a992009-05-22 14:50:54 -040010128 * lpfc_pci_probe_one - lpfc PCI probe func to reg dev to PCI subsystem
10129 * @pdev: pointer to PCI device
10130 * @pid: pointer to PCI device identifier
10131 *
10132 * This routine is to be registered to the kernel's PCI subsystem. When an
10133 * Emulex HBA device is presented on PCI bus, the kernel PCI subsystem looks
10134 * at PCI device-specific information of the device and driver to see if the
10135 * driver state that it can support this kind of device. If the match is
10136 * successful, the driver core invokes this routine. This routine dispatches
10137 * the action to the proper SLI-3 or SLI-4 device probing routine, which will
10138 * do all the initialization that it needs to do to handle the HBA device
10139 * properly.
10140 *
10141 * Return code
10142 * 0 - driver can claim the device
10143 * negative value - driver can not claim the device
10144 **/
Greg Kroah-Hartman6f039792012-12-21 13:08:55 -080010145static int
James Smart3772a992009-05-22 14:50:54 -040010146lpfc_pci_probe_one(struct pci_dev *pdev, const struct pci_device_id *pid)
10147{
10148 int rc;
James Smart8fa38512009-07-19 10:01:03 -040010149 struct lpfc_sli_intf intf;
James Smart3772a992009-05-22 14:50:54 -040010150
James Smart28baac72010-02-12 14:42:03 -050010151 if (pci_read_config_dword(pdev, LPFC_SLI_INTF, &intf.word0))
James Smart3772a992009-05-22 14:50:54 -040010152 return -ENODEV;
10153
James Smart8fa38512009-07-19 10:01:03 -040010154 if ((bf_get(lpfc_sli_intf_valid, &intf) == LPFC_SLI_INTF_VALID) &&
James Smart28baac72010-02-12 14:42:03 -050010155 (bf_get(lpfc_sli_intf_slirev, &intf) == LPFC_SLI_INTF_REV_SLI4))
James Smartda0436e2009-05-22 14:51:39 -040010156 rc = lpfc_pci_probe_one_s4(pdev, pid);
James Smart8fa38512009-07-19 10:01:03 -040010157 else
James Smart3772a992009-05-22 14:50:54 -040010158 rc = lpfc_pci_probe_one_s3(pdev, pid);
James Smart8fa38512009-07-19 10:01:03 -040010159
James Smart3772a992009-05-22 14:50:54 -040010160 return rc;
10161}
10162
10163/**
10164 * lpfc_pci_remove_one - lpfc PCI func to unreg dev from PCI subsystem
10165 * @pdev: pointer to PCI device
10166 *
10167 * This routine is to be registered to the kernel's PCI subsystem. When an
10168 * Emulex HBA is removed from PCI bus, the driver core invokes this routine.
10169 * This routine dispatches the action to the proper SLI-3 or SLI-4 device
10170 * remove routine, which will perform all the necessary cleanup for the
10171 * device to be removed from the PCI subsystem properly.
10172 **/
Greg Kroah-Hartman6f039792012-12-21 13:08:55 -080010173static void
James Smart3772a992009-05-22 14:50:54 -040010174lpfc_pci_remove_one(struct pci_dev *pdev)
10175{
10176 struct Scsi_Host *shost = pci_get_drvdata(pdev);
10177 struct lpfc_hba *phba = ((struct lpfc_vport *)shost->hostdata)->phba;
10178
10179 switch (phba->pci_dev_grp) {
10180 case LPFC_PCI_DEV_LP:
10181 lpfc_pci_remove_one_s3(pdev);
10182 break;
James Smartda0436e2009-05-22 14:51:39 -040010183 case LPFC_PCI_DEV_OC:
10184 lpfc_pci_remove_one_s4(pdev);
10185 break;
James Smart3772a992009-05-22 14:50:54 -040010186 default:
10187 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
10188 "1424 Invalid PCI device group: 0x%x\n",
10189 phba->pci_dev_grp);
10190 break;
10191 }
10192 return;
10193}
10194
10195/**
10196 * lpfc_pci_suspend_one - lpfc PCI func to suspend dev for power management
10197 * @pdev: pointer to PCI device
10198 * @msg: power management message
10199 *
10200 * This routine is to be registered to the kernel's PCI subsystem to support
10201 * system Power Management (PM). When PM invokes this method, it dispatches
10202 * the action to the proper SLI-3 or SLI-4 device suspend routine, which will
10203 * suspend the device.
10204 *
10205 * Return code
10206 * 0 - driver suspended the device
10207 * Error otherwise
10208 **/
10209static int
10210lpfc_pci_suspend_one(struct pci_dev *pdev, pm_message_t msg)
10211{
10212 struct Scsi_Host *shost = pci_get_drvdata(pdev);
10213 struct lpfc_hba *phba = ((struct lpfc_vport *)shost->hostdata)->phba;
10214 int rc = -ENODEV;
10215
10216 switch (phba->pci_dev_grp) {
10217 case LPFC_PCI_DEV_LP:
10218 rc = lpfc_pci_suspend_one_s3(pdev, msg);
10219 break;
James Smartda0436e2009-05-22 14:51:39 -040010220 case LPFC_PCI_DEV_OC:
10221 rc = lpfc_pci_suspend_one_s4(pdev, msg);
10222 break;
James Smart3772a992009-05-22 14:50:54 -040010223 default:
10224 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
10225 "1425 Invalid PCI device group: 0x%x\n",
10226 phba->pci_dev_grp);
10227 break;
10228 }
10229 return rc;
10230}
10231
10232/**
10233 * lpfc_pci_resume_one - lpfc PCI func to resume dev for power management
10234 * @pdev: pointer to PCI device
10235 *
10236 * This routine is to be registered to the kernel's PCI subsystem to support
10237 * system Power Management (PM). When PM invokes this method, it dispatches
10238 * the action to the proper SLI-3 or SLI-4 device resume routine, which will
10239 * resume the device.
10240 *
10241 * Return code
10242 * 0 - driver suspended the device
10243 * Error otherwise
10244 **/
10245static int
10246lpfc_pci_resume_one(struct pci_dev *pdev)
10247{
10248 struct Scsi_Host *shost = pci_get_drvdata(pdev);
10249 struct lpfc_hba *phba = ((struct lpfc_vport *)shost->hostdata)->phba;
10250 int rc = -ENODEV;
10251
10252 switch (phba->pci_dev_grp) {
10253 case LPFC_PCI_DEV_LP:
10254 rc = lpfc_pci_resume_one_s3(pdev);
10255 break;
James Smartda0436e2009-05-22 14:51:39 -040010256 case LPFC_PCI_DEV_OC:
10257 rc = lpfc_pci_resume_one_s4(pdev);
10258 break;
James Smart3772a992009-05-22 14:50:54 -040010259 default:
10260 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
10261 "1426 Invalid PCI device group: 0x%x\n",
10262 phba->pci_dev_grp);
10263 break;
10264 }
10265 return rc;
10266}
10267
10268/**
10269 * lpfc_io_error_detected - lpfc method for handling PCI I/O error
10270 * @pdev: pointer to PCI device.
10271 * @state: the current PCI connection state.
10272 *
10273 * This routine is registered to the PCI subsystem for error handling. This
10274 * function is called by the PCI subsystem after a PCI bus error affecting
10275 * this device has been detected. When this routine is invoked, it dispatches
10276 * the action to the proper SLI-3 or SLI-4 device error detected handling
10277 * routine, which will perform the proper error detected operation.
10278 *
10279 * Return codes
10280 * PCI_ERS_RESULT_NEED_RESET - need to reset before recovery
10281 * PCI_ERS_RESULT_DISCONNECT - device could not be recovered
10282 **/
10283static pci_ers_result_t
10284lpfc_io_error_detected(struct pci_dev *pdev, pci_channel_state_t state)
10285{
10286 struct Scsi_Host *shost = pci_get_drvdata(pdev);
10287 struct lpfc_hba *phba = ((struct lpfc_vport *)shost->hostdata)->phba;
10288 pci_ers_result_t rc = PCI_ERS_RESULT_DISCONNECT;
10289
10290 switch (phba->pci_dev_grp) {
10291 case LPFC_PCI_DEV_LP:
10292 rc = lpfc_io_error_detected_s3(pdev, state);
10293 break;
James Smartda0436e2009-05-22 14:51:39 -040010294 case LPFC_PCI_DEV_OC:
10295 rc = lpfc_io_error_detected_s4(pdev, state);
10296 break;
James Smart3772a992009-05-22 14:50:54 -040010297 default:
10298 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
10299 "1427 Invalid PCI device group: 0x%x\n",
10300 phba->pci_dev_grp);
10301 break;
10302 }
10303 return rc;
10304}
10305
10306/**
10307 * lpfc_io_slot_reset - lpfc method for restart PCI dev from scratch
10308 * @pdev: pointer to PCI device.
10309 *
10310 * This routine is registered to the PCI subsystem for error handling. This
10311 * function is called after PCI bus has been reset to restart the PCI card
10312 * from scratch, as if from a cold-boot. When this routine is invoked, it
10313 * dispatches the action to the proper SLI-3 or SLI-4 device reset handling
10314 * routine, which will perform the proper device reset.
10315 *
10316 * Return codes
10317 * PCI_ERS_RESULT_RECOVERED - the device has been recovered
10318 * PCI_ERS_RESULT_DISCONNECT - device could not be recovered
10319 **/
10320static pci_ers_result_t
10321lpfc_io_slot_reset(struct pci_dev *pdev)
10322{
10323 struct Scsi_Host *shost = pci_get_drvdata(pdev);
10324 struct lpfc_hba *phba = ((struct lpfc_vport *)shost->hostdata)->phba;
10325 pci_ers_result_t rc = PCI_ERS_RESULT_DISCONNECT;
10326
10327 switch (phba->pci_dev_grp) {
10328 case LPFC_PCI_DEV_LP:
10329 rc = lpfc_io_slot_reset_s3(pdev);
10330 break;
James Smartda0436e2009-05-22 14:51:39 -040010331 case LPFC_PCI_DEV_OC:
10332 rc = lpfc_io_slot_reset_s4(pdev);
10333 break;
James Smart3772a992009-05-22 14:50:54 -040010334 default:
10335 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
10336 "1428 Invalid PCI device group: 0x%x\n",
10337 phba->pci_dev_grp);
10338 break;
10339 }
10340 return rc;
10341}
10342
10343/**
10344 * lpfc_io_resume - lpfc method for resuming PCI I/O operation
10345 * @pdev: pointer to PCI device
10346 *
10347 * This routine is registered to the PCI subsystem for error handling. It
10348 * is called when kernel error recovery tells the lpfc driver that it is
10349 * OK to resume normal PCI operation after PCI bus error recovery. When
10350 * this routine is invoked, it dispatches the action to the proper SLI-3
10351 * or SLI-4 device io_resume routine, which will resume the device operation.
10352 **/
10353static void
10354lpfc_io_resume(struct pci_dev *pdev)
10355{
10356 struct Scsi_Host *shost = pci_get_drvdata(pdev);
10357 struct lpfc_hba *phba = ((struct lpfc_vport *)shost->hostdata)->phba;
10358
10359 switch (phba->pci_dev_grp) {
10360 case LPFC_PCI_DEV_LP:
10361 lpfc_io_resume_s3(pdev);
10362 break;
James Smartda0436e2009-05-22 14:51:39 -040010363 case LPFC_PCI_DEV_OC:
10364 lpfc_io_resume_s4(pdev);
10365 break;
James Smart3772a992009-05-22 14:50:54 -040010366 default:
10367 lpfc_printf_log(phba, KERN_ERR, LOG_INIT,
10368 "1429 Invalid PCI device group: 0x%x\n",
10369 phba->pci_dev_grp);
10370 break;
10371 }
10372 return;
10373}
10374
James Smart3ef6d242012-01-18 16:23:48 -050010375/**
10376 * lpfc_mgmt_open - method called when 'lpfcmgmt' is opened from userspace
10377 * @inode: pointer to the inode representing the lpfcmgmt device
10378 * @filep: pointer to the file representing the open lpfcmgmt device
10379 *
10380 * This routine puts a reference count on the lpfc module whenever the
10381 * character device is opened
10382 **/
10383static int
10384lpfc_mgmt_open(struct inode *inode, struct file *filep)
10385{
10386 try_module_get(THIS_MODULE);
10387 return 0;
10388}
10389
10390/**
10391 * lpfc_mgmt_release - method called when 'lpfcmgmt' is closed in userspace
10392 * @inode: pointer to the inode representing the lpfcmgmt device
10393 * @filep: pointer to the file representing the open lpfcmgmt device
10394 *
10395 * This routine removes a reference count from the lpfc module when the
10396 * character device is closed
10397 **/
10398static int
10399lpfc_mgmt_release(struct inode *inode, struct file *filep)
10400{
10401 module_put(THIS_MODULE);
10402 return 0;
10403}
10404
dea31012005-04-17 16:05:31 -050010405static struct pci_device_id lpfc_id_table[] = {
10406 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_VIPER,
10407 PCI_ANY_ID, PCI_ANY_ID, },
James.Smart@Emulex.Com06325e72005-06-25 10:34:22 -040010408 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_FIREFLY,
10409 PCI_ANY_ID, PCI_ANY_ID, },
dea31012005-04-17 16:05:31 -050010410 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_THOR,
10411 PCI_ANY_ID, PCI_ANY_ID, },
10412 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_PEGASUS,
10413 PCI_ANY_ID, PCI_ANY_ID, },
10414 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_CENTAUR,
10415 PCI_ANY_ID, PCI_ANY_ID, },
10416 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_DRAGONFLY,
10417 PCI_ANY_ID, PCI_ANY_ID, },
10418 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_SUPERFLY,
10419 PCI_ANY_ID, PCI_ANY_ID, },
10420 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_RFLY,
10421 PCI_ANY_ID, PCI_ANY_ID, },
10422 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_PFLY,
10423 PCI_ANY_ID, PCI_ANY_ID, },
James.Smart@Emulex.Come4adb202005-11-28 11:42:12 -050010424 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_NEPTUNE,
10425 PCI_ANY_ID, PCI_ANY_ID, },
10426 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_NEPTUNE_SCSP,
10427 PCI_ANY_ID, PCI_ANY_ID, },
10428 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_NEPTUNE_DCSP,
10429 PCI_ANY_ID, PCI_ANY_ID, },
dea31012005-04-17 16:05:31 -050010430 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_HELIOS,
10431 PCI_ANY_ID, PCI_ANY_ID, },
James.Smart@Emulex.Come4adb202005-11-28 11:42:12 -050010432 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_HELIOS_SCSP,
10433 PCI_ANY_ID, PCI_ANY_ID, },
10434 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_HELIOS_DCSP,
10435 PCI_ANY_ID, PCI_ANY_ID, },
dea31012005-04-17 16:05:31 -050010436 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_BMID,
10437 PCI_ANY_ID, PCI_ANY_ID, },
10438 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_BSMB,
10439 PCI_ANY_ID, PCI_ANY_ID, },
10440 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_ZEPHYR,
10441 PCI_ANY_ID, PCI_ANY_ID, },
James Smart84774a42008-08-24 21:50:06 -040010442 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_HORNET,
10443 PCI_ANY_ID, PCI_ANY_ID, },
James.Smart@Emulex.Come4adb202005-11-28 11:42:12 -050010444 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_ZEPHYR_SCSP,
10445 PCI_ANY_ID, PCI_ANY_ID, },
10446 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_ZEPHYR_DCSP,
10447 PCI_ANY_ID, PCI_ANY_ID, },
dea31012005-04-17 16:05:31 -050010448 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_ZMID,
10449 PCI_ANY_ID, PCI_ANY_ID, },
10450 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_ZSMB,
10451 PCI_ANY_ID, PCI_ANY_ID, },
10452 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_TFLY,
10453 PCI_ANY_ID, PCI_ANY_ID, },
10454 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_LP101,
10455 PCI_ANY_ID, PCI_ANY_ID, },
10456 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_LP10000S,
10457 PCI_ANY_ID, PCI_ANY_ID, },
James.Smart@Emulex.Come4adb202005-11-28 11:42:12 -050010458 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_LP11000S,
10459 PCI_ANY_ID, PCI_ANY_ID, },
10460 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_LPE11000S,
10461 PCI_ANY_ID, PCI_ANY_ID, },
James Smartb87eab32007-04-25 09:53:28 -040010462 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_SAT,
10463 PCI_ANY_ID, PCI_ANY_ID, },
10464 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_SAT_MID,
10465 PCI_ANY_ID, PCI_ANY_ID, },
10466 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_SAT_SMB,
10467 PCI_ANY_ID, PCI_ANY_ID, },
10468 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_SAT_DCSP,
10469 PCI_ANY_ID, PCI_ANY_ID, },
10470 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_SAT_SCSP,
10471 PCI_ANY_ID, PCI_ANY_ID, },
10472 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_SAT_S,
10473 PCI_ANY_ID, PCI_ANY_ID, },
James Smart84774a42008-08-24 21:50:06 -040010474 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_PROTEUS_VF,
10475 PCI_ANY_ID, PCI_ANY_ID, },
10476 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_PROTEUS_PF,
10477 PCI_ANY_ID, PCI_ANY_ID, },
10478 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_PROTEUS_S,
10479 PCI_ANY_ID, PCI_ANY_ID, },
James Smart3772a992009-05-22 14:50:54 -040010480 {PCI_VENDOR_ID_SERVERENGINE, PCI_DEVICE_ID_TIGERSHARK,
10481 PCI_ANY_ID, PCI_ANY_ID, },
James Smarta747c9c2009-11-18 15:41:10 -050010482 {PCI_VENDOR_ID_SERVERENGINE, PCI_DEVICE_ID_TOMCAT,
10483 PCI_ANY_ID, PCI_ANY_ID, },
10484 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_FALCON,
James Smart6669f9b2009-10-02 15:16:45 -040010485 PCI_ANY_ID, PCI_ANY_ID, },
James Smart98fc5dd2010-06-07 15:24:29 -040010486 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_BALIUS,
10487 PCI_ANY_ID, PCI_ANY_ID, },
James Smart085c6472010-11-20 23:11:37 -050010488 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_LANCER_FC,
10489 PCI_ANY_ID, PCI_ANY_ID, },
10490 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_LANCER_FCOE,
10491 PCI_ANY_ID, PCI_ANY_ID, },
James Smartc0c11512011-05-24 11:41:34 -040010492 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_LANCER_FC_VF,
10493 PCI_ANY_ID, PCI_ANY_ID, },
10494 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_LANCER_FCOE_VF,
10495 PCI_ANY_ID, PCI_ANY_ID, },
James Smartf8cafd32012-08-03 12:42:51 -040010496 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_SKYHAWK,
10497 PCI_ANY_ID, PCI_ANY_ID, },
10498 {PCI_VENDOR_ID_EMULEX, PCI_DEVICE_ID_SKYHAWK_VF,
10499 PCI_ANY_ID, PCI_ANY_ID, },
dea31012005-04-17 16:05:31 -050010500 { 0 }
10501};
10502
10503MODULE_DEVICE_TABLE(pci, lpfc_id_table);
10504
Stephen Hemmingera55b2d22012-09-07 09:33:16 -070010505static const struct pci_error_handlers lpfc_err_handler = {
Linas Vepstas8d63f372007-02-14 14:28:36 -060010506 .error_detected = lpfc_io_error_detected,
10507 .slot_reset = lpfc_io_slot_reset,
10508 .resume = lpfc_io_resume,
10509};
10510
dea31012005-04-17 16:05:31 -050010511static struct pci_driver lpfc_driver = {
10512 .name = LPFC_DRIVER_NAME,
10513 .id_table = lpfc_id_table,
10514 .probe = lpfc_pci_probe_one,
Greg Kroah-Hartman6f039792012-12-21 13:08:55 -080010515 .remove = lpfc_pci_remove_one,
James Smart3a55b532008-12-04 22:38:54 -050010516 .suspend = lpfc_pci_suspend_one,
James Smart3772a992009-05-22 14:50:54 -040010517 .resume = lpfc_pci_resume_one,
James Smart2e0fef82007-06-17 19:56:36 -050010518 .err_handler = &lpfc_err_handler,
dea31012005-04-17 16:05:31 -050010519};
10520
James Smart3ef6d242012-01-18 16:23:48 -050010521static const struct file_operations lpfc_mgmt_fop = {
10522 .open = lpfc_mgmt_open,
10523 .release = lpfc_mgmt_release,
10524};
10525
10526static struct miscdevice lpfc_mgmt_dev = {
10527 .minor = MISC_DYNAMIC_MINOR,
10528 .name = "lpfcmgmt",
10529 .fops = &lpfc_mgmt_fop,
10530};
10531
James Smarte59058c2008-08-24 21:49:00 -040010532/**
James Smart3621a712009-04-06 18:47:14 -040010533 * lpfc_init - lpfc module initialization routine
James Smarte59058c2008-08-24 21:49:00 -040010534 *
10535 * This routine is to be invoked when the lpfc module is loaded into the
10536 * kernel. The special kernel macro module_init() is used to indicate the
10537 * role of this routine to the kernel as lpfc module entry point.
10538 *
10539 * Return codes
10540 * 0 - successful
10541 * -ENOMEM - FC attach transport failed
10542 * all others - failed
10543 */
dea31012005-04-17 16:05:31 -050010544static int __init
10545lpfc_init(void)
10546{
10547 int error = 0;
10548
10549 printk(LPFC_MODULE_DESC "\n");
James.Smart@Emulex.Comc44ce172005-06-25 10:34:39 -040010550 printk(LPFC_COPYRIGHT "\n");
dea31012005-04-17 16:05:31 -050010551
James Smart3ef6d242012-01-18 16:23:48 -050010552 error = misc_register(&lpfc_mgmt_dev);
10553 if (error)
10554 printk(KERN_ERR "Could not register lpfcmgmt device, "
10555 "misc_register returned with status %d", error);
10556
James Smart7ee5d432007-10-27 13:37:17 -040010557 if (lpfc_enable_npiv) {
10558 lpfc_transport_functions.vport_create = lpfc_vport_create;
10559 lpfc_transport_functions.vport_delete = lpfc_vport_delete;
10560 }
dea31012005-04-17 16:05:31 -050010561 lpfc_transport_template =
10562 fc_attach_transport(&lpfc_transport_functions);
James Smart7ee5d432007-10-27 13:37:17 -040010563 if (lpfc_transport_template == NULL)
dea31012005-04-17 16:05:31 -050010564 return -ENOMEM;
James Smart7ee5d432007-10-27 13:37:17 -040010565 if (lpfc_enable_npiv) {
James Smart7ee5d432007-10-27 13:37:17 -040010566 lpfc_vport_transport_template =
James Smart98c9ea52007-10-27 13:37:33 -040010567 fc_attach_transport(&lpfc_vport_transport_functions);
10568 if (lpfc_vport_transport_template == NULL) {
10569 fc_release_transport(lpfc_transport_template);
James Smart7ee5d432007-10-27 13:37:17 -040010570 return -ENOMEM;
James Smart98c9ea52007-10-27 13:37:33 -040010571 }
James Smart7ee5d432007-10-27 13:37:17 -040010572 }
dea31012005-04-17 16:05:31 -050010573 error = pci_register_driver(&lpfc_driver);
James Smart92d7f7b2007-06-17 19:56:38 -050010574 if (error) {
dea31012005-04-17 16:05:31 -050010575 fc_release_transport(lpfc_transport_template);
James Smartd7c255b2008-08-24 21:50:00 -040010576 if (lpfc_enable_npiv)
10577 fc_release_transport(lpfc_vport_transport_template);
James Smart92d7f7b2007-06-17 19:56:38 -050010578 }
dea31012005-04-17 16:05:31 -050010579
10580 return error;
10581}
10582
James Smarte59058c2008-08-24 21:49:00 -040010583/**
James Smart3621a712009-04-06 18:47:14 -040010584 * lpfc_exit - lpfc module removal routine
James Smarte59058c2008-08-24 21:49:00 -040010585 *
10586 * This routine is invoked when the lpfc module is removed from the kernel.
10587 * The special kernel macro module_exit() is used to indicate the role of
10588 * this routine to the kernel as lpfc module exit point.
10589 */
dea31012005-04-17 16:05:31 -050010590static void __exit
10591lpfc_exit(void)
10592{
James Smart3ef6d242012-01-18 16:23:48 -050010593 misc_deregister(&lpfc_mgmt_dev);
dea31012005-04-17 16:05:31 -050010594 pci_unregister_driver(&lpfc_driver);
10595 fc_release_transport(lpfc_transport_template);
James Smart7ee5d432007-10-27 13:37:17 -040010596 if (lpfc_enable_npiv)
10597 fc_release_transport(lpfc_vport_transport_template);
James Smart81301a92008-12-04 22:39:46 -050010598 if (_dump_buf_data) {
James Smart6a9c52c2009-10-02 15:16:51 -040010599 printk(KERN_ERR "9062 BLKGRD: freeing %lu pages for "
10600 "_dump_buf_data at 0x%p\n",
James Smart81301a92008-12-04 22:39:46 -050010601 (1L << _dump_buf_data_order), _dump_buf_data);
10602 free_pages((unsigned long)_dump_buf_data, _dump_buf_data_order);
10603 }
10604
10605 if (_dump_buf_dif) {
James Smart6a9c52c2009-10-02 15:16:51 -040010606 printk(KERN_ERR "9049 BLKGRD: freeing %lu pages for "
10607 "_dump_buf_dif at 0x%p\n",
James Smart81301a92008-12-04 22:39:46 -050010608 (1L << _dump_buf_dif_order), _dump_buf_dif);
10609 free_pages((unsigned long)_dump_buf_dif, _dump_buf_dif_order);
10610 }
dea31012005-04-17 16:05:31 -050010611}
10612
10613module_init(lpfc_init);
10614module_exit(lpfc_exit);
10615MODULE_LICENSE("GPL");
10616MODULE_DESCRIPTION(LPFC_MODULE_DESC);
10617MODULE_AUTHOR("Emulex Corporation - tech.support@emulex.com");
10618MODULE_VERSION("0:" LPFC_DRIVER_VERSION);