blob: 85ee9c07ca13c82d11c7115d5a870a468703c2f4 [file] [log] [blame]
Jing Huang7725ccf2009-09-23 17:46:15 -07001/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07002 * Copyright (c) 2005-2010 Brocade Communications Systems, Inc.
Jing Huang7725ccf2009-09-23 17:46:15 -07003 * All rights reserved
4 * www.brocade.com
5 *
6 * Linux driver for Brocade Fibre Channel Host Bus Adapter.
7 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms of the GNU General Public License (GPL) Version 2 as
10 * published by the Free Software Foundation
11 *
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
16 */
17
Jing Huang5fbe25c2010-10-18 17:17:23 -070018/*
Jing Huang7725ccf2009-09-23 17:46:15 -070019 * bfad.c Linux driver PCI interface module.
20 */
Jing Huang7725ccf2009-09-23 17:46:15 -070021#include <linux/module.h>
Krishna Gudipatie6714322010-03-03 17:44:02 -080022#include <linux/kthread.h>
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070023#include <linux/errno.h>
24#include <linux/sched.h>
25#include <linux/init.h>
26#include <linux/fs.h>
27#include <linux/pci.h>
28#include <linux/firmware.h>
29#include <asm/uaccess.h>
30#include <asm/fcntl.h>
31
Jing Huang7725ccf2009-09-23 17:46:15 -070032#include "bfad_drv.h"
33#include "bfad_im.h"
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070034#include "bfa_fcs.h"
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070035#include "bfa_defs.h"
36#include "bfa.h"
Jing Huang7725ccf2009-09-23 17:46:15 -070037
38BFA_TRC_FILE(LDRV, BFAD);
Jing Huang42b426e2010-03-19 11:07:09 -070039DEFINE_MUTEX(bfad_mutex);
Jing Huang7725ccf2009-09-23 17:46:15 -070040LIST_HEAD(bfad_list);
Jing Huang7725ccf2009-09-23 17:46:15 -070041
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070042static int bfad_inst;
43static int num_sgpgs_parm;
44int supported_fc4s;
45char *host_name, *os_name, *os_patch;
46int num_rports, num_ios, num_tms;
47int num_fcxps, num_ufbufs;
48int reqq_size, rspq_size, num_sgpgs;
49int rport_del_timeout = BFA_FCS_RPORT_DEF_DEL_TIMEOUT;
50int bfa_lun_queue_depth = BFAD_LUN_QUEUE_DEPTH;
51int bfa_io_max_sge = BFAD_IO_MAX_SGE;
Jing Huang88166242010-12-09 17:11:53 -080052int bfa_log_level = 3; /* WARNING log level */
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070053int ioc_auto_recover = BFA_TRUE;
54int bfa_linkup_delay = -1;
55int fdmi_enable = BFA_TRUE;
56int pcie_max_read_reqsz;
Jing Huangab2a9ba2010-07-08 20:02:55 -070057int bfa_debugfs_enable = 1;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070058int msix_disable_cb = 0, msix_disable_ct = 0;
Krishna Gudipati61e62e22011-06-24 20:29:07 -070059int max_xfer_size = BFAD_MAX_SECTORS >> 1;
Krishna Gudipati61ba4392012-08-22 19:52:58 -070060int max_rport_logins = BFA_FCS_MAX_RPORT_LOGINS;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070061
Jing Huang61338a02011-04-13 11:44:03 -070062/* Firmware releated */
Krishna Gudipati11189202011-06-13 15:50:35 -070063u32 bfi_image_cb_size, bfi_image_ct_size, bfi_image_ct2_size;
64u32 *bfi_image_cb, *bfi_image_ct, *bfi_image_ct2;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070065
Vijaya Mohan Guvva2da11ad2013-11-21 01:37:50 -080066#define BFAD_FW_FILE_CB "cbfw-3.2.3.0.bin"
67#define BFAD_FW_FILE_CT "ctfw-3.2.3.0.bin"
68#define BFAD_FW_FILE_CT2 "ct2fw-3.2.3.0.bin"
Jing Huang61338a02011-04-13 11:44:03 -070069
70static u32 *bfad_load_fwimg(struct pci_dev *pdev);
71static void bfad_free_fwimg(void);
72static void bfad_read_firmware(struct pci_dev *pdev, u32 **bfi_image,
73 u32 *bfi_image_size, char *fw_name);
74
Maggie52f94b62010-11-29 18:21:32 -080075static const char *msix_name_ct[] = {
Krishna Gudipati11189202011-06-13 15:50:35 -070076 "ctrl",
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070077 "cpe0", "cpe1", "cpe2", "cpe3",
Krishna Gudipati11189202011-06-13 15:50:35 -070078 "rme0", "rme1", "rme2", "rme3" };
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070079
Maggie52f94b62010-11-29 18:21:32 -080080static const char *msix_name_cb[] = {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070081 "cpe0", "cpe1", "cpe2", "cpe3",
82 "rme0", "rme1", "rme2", "rme3",
83 "eemc", "elpu0", "elpu1", "epss", "mlpu" };
84
Krishna Gudipati11189202011-06-13 15:50:35 -070085MODULE_FIRMWARE(BFAD_FW_FILE_CB);
86MODULE_FIRMWARE(BFAD_FW_FILE_CT);
87MODULE_FIRMWARE(BFAD_FW_FILE_CT2);
Jing Huang7725ccf2009-09-23 17:46:15 -070088
89module_param(os_name, charp, S_IRUGO | S_IWUSR);
Jing Huang604158ad2010-07-08 19:59:49 -070090MODULE_PARM_DESC(os_name, "OS name of the hba host machine");
Jing Huang7725ccf2009-09-23 17:46:15 -070091module_param(os_patch, charp, S_IRUGO | S_IWUSR);
Jing Huang604158ad2010-07-08 19:59:49 -070092MODULE_PARM_DESC(os_patch, "OS patch level of the hba host machine");
Jing Huang7725ccf2009-09-23 17:46:15 -070093module_param(host_name, charp, S_IRUGO | S_IWUSR);
Jing Huang604158ad2010-07-08 19:59:49 -070094MODULE_PARM_DESC(host_name, "Hostname of the hba host machine");
Jing Huang7725ccf2009-09-23 17:46:15 -070095module_param(num_rports, int, S_IRUGO | S_IWUSR);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -070096MODULE_PARM_DESC(num_rports, "Max number of rports supported per port "
97 "(physical/logical), default=1024");
Jing Huang7725ccf2009-09-23 17:46:15 -070098module_param(num_ios, int, S_IRUGO | S_IWUSR);
Jing Huang604158ad2010-07-08 19:59:49 -070099MODULE_PARM_DESC(num_ios, "Max number of ioim requests, default=2000");
Jing Huang7725ccf2009-09-23 17:46:15 -0700100module_param(num_tms, int, S_IRUGO | S_IWUSR);
Jing Huang604158ad2010-07-08 19:59:49 -0700101MODULE_PARM_DESC(num_tms, "Max number of task im requests, default=128");
Jing Huang7725ccf2009-09-23 17:46:15 -0700102module_param(num_fcxps, int, S_IRUGO | S_IWUSR);
Jing Huang604158ad2010-07-08 19:59:49 -0700103MODULE_PARM_DESC(num_fcxps, "Max number of fcxp requests, default=64");
Jing Huang7725ccf2009-09-23 17:46:15 -0700104module_param(num_ufbufs, int, S_IRUGO | S_IWUSR);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700105MODULE_PARM_DESC(num_ufbufs, "Max number of unsolicited frame "
106 "buffers, default=64");
Jing Huang7725ccf2009-09-23 17:46:15 -0700107module_param(reqq_size, int, S_IRUGO | S_IWUSR);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700108MODULE_PARM_DESC(reqq_size, "Max number of request queue elements, "
109 "default=256");
Jing Huang7725ccf2009-09-23 17:46:15 -0700110module_param(rspq_size, int, S_IRUGO | S_IWUSR);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700111MODULE_PARM_DESC(rspq_size, "Max number of response queue elements, "
112 "default=64");
Jing Huang7725ccf2009-09-23 17:46:15 -0700113module_param(num_sgpgs, int, S_IRUGO | S_IWUSR);
Jing Huang604158ad2010-07-08 19:59:49 -0700114MODULE_PARM_DESC(num_sgpgs, "Number of scatter/gather pages, default=2048");
Jing Huang7725ccf2009-09-23 17:46:15 -0700115module_param(rport_del_timeout, int, S_IRUGO | S_IWUSR);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700116MODULE_PARM_DESC(rport_del_timeout, "Rport delete timeout, default=90 secs, "
117 "Range[>0]");
Jing Huang7725ccf2009-09-23 17:46:15 -0700118module_param(bfa_lun_queue_depth, int, S_IRUGO | S_IWUSR);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700119MODULE_PARM_DESC(bfa_lun_queue_depth, "Lun queue depth, default=32, Range[>0]");
Jing Huang7725ccf2009-09-23 17:46:15 -0700120module_param(bfa_io_max_sge, int, S_IRUGO | S_IWUSR);
Jing Huang604158ad2010-07-08 19:59:49 -0700121MODULE_PARM_DESC(bfa_io_max_sge, "Max io scatter/gather elements, default=255");
Jing Huang88166242010-12-09 17:11:53 -0800122module_param(bfa_log_level, int, S_IRUGO | S_IWUSR);
123MODULE_PARM_DESC(bfa_log_level, "Driver log level, default=3, "
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700124 "Range[Critical:1|Error:2|Warning:3|Info:4]");
Jing Huang7725ccf2009-09-23 17:46:15 -0700125module_param(ioc_auto_recover, int, S_IRUGO | S_IWUSR);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700126MODULE_PARM_DESC(ioc_auto_recover, "IOC auto recovery, default=1, "
127 "Range[off:0|on:1]");
Jing Huang7725ccf2009-09-23 17:46:15 -0700128module_param(bfa_linkup_delay, int, S_IRUGO | S_IWUSR);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700129MODULE_PARM_DESC(bfa_linkup_delay, "Link up delay, default=30 secs for "
130 "boot port. Otherwise 10 secs in RHEL4 & 0 for "
131 "[RHEL5, SLES10, ESX40] Range[>0]");
132module_param(msix_disable_cb, int, S_IRUGO | S_IWUSR);
133MODULE_PARM_DESC(msix_disable_cb, "Disable Message Signaled Interrupts "
134 "for Brocade-415/425/815/825 cards, default=0, "
135 " Range[false:0|true:1]");
136module_param(msix_disable_ct, int, S_IRUGO | S_IWUSR);
137MODULE_PARM_DESC(msix_disable_ct, "Disable Message Signaled Interrupts "
138 "if possible for Brocade-1010/1020/804/1007/902/1741 "
139 "cards, default=0, Range[false:0|true:1]");
Jing Huang604158ad2010-07-08 19:59:49 -0700140module_param(fdmi_enable, int, S_IRUGO | S_IWUSR);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700141MODULE_PARM_DESC(fdmi_enable, "Enables fdmi registration, default=1, "
142 "Range[false:0|true:1]");
143module_param(pcie_max_read_reqsz, int, S_IRUGO | S_IWUSR);
144MODULE_PARM_DESC(pcie_max_read_reqsz, "PCIe max read request size, default=0 "
145 "(use system setting), Range[128|256|512|1024|2048|4096]");
Jing Huangab2a9ba2010-07-08 20:02:55 -0700146module_param(bfa_debugfs_enable, int, S_IRUGO | S_IWUSR);
147MODULE_PARM_DESC(bfa_debugfs_enable, "Enables debugfs feature, default=1,"
148 " Range[false:0|true:1]");
Krishna Gudipati61e62e22011-06-24 20:29:07 -0700149module_param(max_xfer_size, int, S_IRUGO | S_IWUSR);
150MODULE_PARM_DESC(max_xfer_size, "default=32MB,"
151 " Range[64k|128k|256k|512k|1024k|2048k]");
Krishna Gudipati61ba4392012-08-22 19:52:58 -0700152module_param(max_rport_logins, int, S_IRUGO | S_IWUSR);
153MODULE_PARM_DESC(max_rport_logins, "Max number of logins to initiator and target rports on a port (physical/logical), default=1024");
Jing Huang7725ccf2009-09-23 17:46:15 -0700154
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700155static void
156bfad_sm_uninit(struct bfad_s *bfad, enum bfad_sm_event event);
157static void
158bfad_sm_created(struct bfad_s *bfad, enum bfad_sm_event event);
159static void
160bfad_sm_initializing(struct bfad_s *bfad, enum bfad_sm_event event);
161static void
162bfad_sm_operational(struct bfad_s *bfad, enum bfad_sm_event event);
163static void
164bfad_sm_stopping(struct bfad_s *bfad, enum bfad_sm_event event);
165static void
166bfad_sm_failed(struct bfad_s *bfad, enum bfad_sm_event event);
167static void
168bfad_sm_fcs_exit(struct bfad_s *bfad, enum bfad_sm_event event);
169
Jing Huang5fbe25c2010-10-18 17:17:23 -0700170/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700171 * Beginning state for the driver instance, awaiting the pci_probe event
Jing Huang7725ccf2009-09-23 17:46:15 -0700172 */
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700173static void
174bfad_sm_uninit(struct bfad_s *bfad, enum bfad_sm_event event)
Jing Huang7725ccf2009-09-23 17:46:15 -0700175{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700176 bfa_trc(bfad, event);
Jing Huang7725ccf2009-09-23 17:46:15 -0700177
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700178 switch (event) {
179 case BFAD_E_CREATE:
180 bfa_sm_set_state(bfad, bfad_sm_created);
181 bfad->bfad_tsk = kthread_create(bfad_worker, (void *) bfad,
182 "%s", "bfad_worker");
183 if (IS_ERR(bfad->bfad_tsk)) {
184 printk(KERN_INFO "bfad[%d]: Kernel thread "
185 "creation failed!\n", bfad->inst_no);
186 bfa_sm_send_event(bfad, BFAD_E_KTHREAD_CREATE_FAILED);
187 }
188 bfa_sm_send_event(bfad, BFAD_E_INIT);
189 break;
Jing Huang7725ccf2009-09-23 17:46:15 -0700190
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700191 case BFAD_E_STOP:
192 /* Ignore stop; already in uninit */
193 break;
Jing Huang7725ccf2009-09-23 17:46:15 -0700194
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700195 default:
196 bfa_sm_fault(bfad, event);
197 }
198}
Krishna Gudipatie6714322010-03-03 17:44:02 -0800199
Jing Huang5fbe25c2010-10-18 17:17:23 -0700200/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700201 * Driver Instance is created, awaiting event INIT to initialize the bfad
202 */
203static void
204bfad_sm_created(struct bfad_s *bfad, enum bfad_sm_event event)
205{
206 unsigned long flags;
Vijaya Mohan Guvvada3e0be2013-11-21 01:37:33 -0800207 bfa_status_t ret;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700208
209 bfa_trc(bfad, event);
210
211 switch (event) {
212 case BFAD_E_INIT:
213 bfa_sm_set_state(bfad, bfad_sm_initializing);
214
215 init_completion(&bfad->comp);
216
217 /* Enable Interrupt and wait bfa_init completion */
218 if (bfad_setup_intr(bfad)) {
219 printk(KERN_WARNING "bfad%d: bfad_setup_intr failed\n",
220 bfad->inst_no);
Vijaya Mohan Guvvada3e0be2013-11-21 01:37:33 -0800221 bfa_sm_send_event(bfad, BFAD_E_INIT_FAILED);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700222 break;
223 }
224
225 spin_lock_irqsave(&bfad->bfad_lock, flags);
Maggie Zhangf7f738122010-12-09 19:08:43 -0800226 bfa_iocfc_init(&bfad->bfa);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700227 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
228
229 /* Set up interrupt handler for each vectors */
230 if ((bfad->bfad_flags & BFAD_MSIX_ON) &&
231 bfad_install_msix_handler(bfad)) {
232 printk(KERN_WARNING "%s: install_msix failed, bfad%d\n",
233 __func__, bfad->inst_no);
234 }
235
236 bfad_init_timer(bfad);
237
238 wait_for_completion(&bfad->comp);
239
240 if ((bfad->bfad_flags & BFAD_HAL_INIT_DONE)) {
241 bfa_sm_send_event(bfad, BFAD_E_INIT_SUCCESS);
242 } else {
Krishna Gudipati7c38c052011-04-14 16:50:35 -0700243 printk(KERN_WARNING
244 "bfa %s: bfa init failed\n",
245 bfad->pci_name);
Vijaya Mohan Guvvada3e0be2013-11-21 01:37:33 -0800246 spin_lock_irqsave(&bfad->bfad_lock, flags);
247 bfa_fcs_init(&bfad->bfa_fcs);
248 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
249
250 ret = bfad_cfg_pport(bfad, BFA_LPORT_ROLE_FCP_IM);
251 if (ret != BFA_STATUS_OK) {
252 init_completion(&bfad->comp);
253
254 spin_lock_irqsave(&bfad->bfad_lock, flags);
255 bfad->pport.flags |= BFAD_PORT_DELETE;
256 bfa_fcs_exit(&bfad->bfa_fcs);
257 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
258
259 wait_for_completion(&bfad->comp);
260
261 bfa_sm_send_event(bfad, BFAD_E_INIT_FAILED);
262 break;
263 }
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700264 bfad->bfad_flags |= BFAD_HAL_INIT_FAIL;
Vijaya Mohan Guvvada3e0be2013-11-21 01:37:33 -0800265 bfa_sm_send_event(bfad, BFAD_E_HAL_INIT_FAILED);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700266 }
267
268 break;
269
270 case BFAD_E_KTHREAD_CREATE_FAILED:
271 bfa_sm_set_state(bfad, bfad_sm_uninit);
272 break;
273
274 default:
275 bfa_sm_fault(bfad, event);
276 }
Jing Huang7725ccf2009-09-23 17:46:15 -0700277}
278
279static void
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700280bfad_sm_initializing(struct bfad_s *bfad, enum bfad_sm_event event)
Jing Huang7725ccf2009-09-23 17:46:15 -0700281{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700282 int retval;
283 unsigned long flags;
284
285 bfa_trc(bfad, event);
286
287 switch (event) {
288 case BFAD_E_INIT_SUCCESS:
289 kthread_stop(bfad->bfad_tsk);
290 spin_lock_irqsave(&bfad->bfad_lock, flags);
291 bfad->bfad_tsk = NULL;
292 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
293
294 retval = bfad_start_ops(bfad);
Vijaya Mohan Guvvada3e0be2013-11-21 01:37:33 -0800295 if (retval != BFA_STATUS_OK) {
296 bfa_sm_set_state(bfad, bfad_sm_failed);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700297 break;
Vijaya Mohan Guvvada3e0be2013-11-21 01:37:33 -0800298 }
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700299 bfa_sm_set_state(bfad, bfad_sm_operational);
300 break;
301
Vijaya Mohan Guvvada3e0be2013-11-21 01:37:33 -0800302 case BFAD_E_INIT_FAILED:
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700303 bfa_sm_set_state(bfad, bfad_sm_uninit);
304 kthread_stop(bfad->bfad_tsk);
305 spin_lock_irqsave(&bfad->bfad_lock, flags);
306 bfad->bfad_tsk = NULL;
307 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
308 break;
309
Vijaya Mohan Guvvada3e0be2013-11-21 01:37:33 -0800310 case BFAD_E_HAL_INIT_FAILED:
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700311 bfa_sm_set_state(bfad, bfad_sm_failed);
312 break;
313 default:
314 bfa_sm_fault(bfad, event);
315 }
Jing Huang7725ccf2009-09-23 17:46:15 -0700316}
317
318static void
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700319bfad_sm_failed(struct bfad_s *bfad, enum bfad_sm_event event)
Jing Huang7725ccf2009-09-23 17:46:15 -0700320{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700321 int retval;
Jing Huang7725ccf2009-09-23 17:46:15 -0700322
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700323 bfa_trc(bfad, event);
Jing Huang7725ccf2009-09-23 17:46:15 -0700324
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700325 switch (event) {
326 case BFAD_E_INIT_SUCCESS:
327 retval = bfad_start_ops(bfad);
328 if (retval != BFA_STATUS_OK)
329 break;
330 bfa_sm_set_state(bfad, bfad_sm_operational);
331 break;
Jing Huang7725ccf2009-09-23 17:46:15 -0700332
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700333 case BFAD_E_STOP:
Vijaya Mohan Guvvada3e0be2013-11-21 01:37:33 -0800334 bfa_sm_set_state(bfad, bfad_sm_fcs_exit);
335 bfa_sm_send_event(bfad, BFAD_E_FCS_EXIT_COMP);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700336 break;
Jing Huang7725ccf2009-09-23 17:46:15 -0700337
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700338 case BFAD_E_EXIT_COMP:
339 bfa_sm_set_state(bfad, bfad_sm_uninit);
340 bfad_remove_intr(bfad);
341 del_timer_sync(&bfad->hal_tmo);
342 break;
Jing Huang7725ccf2009-09-23 17:46:15 -0700343
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700344 default:
345 bfa_sm_fault(bfad, event);
346 }
Jing Huang7725ccf2009-09-23 17:46:15 -0700347}
348
349static void
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700350bfad_sm_operational(struct bfad_s *bfad, enum bfad_sm_event event)
Jing Huang7725ccf2009-09-23 17:46:15 -0700351{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700352 bfa_trc(bfad, event);
Jing Huang7725ccf2009-09-23 17:46:15 -0700353
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700354 switch (event) {
355 case BFAD_E_STOP:
356 bfa_sm_set_state(bfad, bfad_sm_fcs_exit);
357 bfad_fcs_stop(bfad);
358 break;
Jing Huang7725ccf2009-09-23 17:46:15 -0700359
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700360 default:
361 bfa_sm_fault(bfad, event);
362 }
363}
364
365static void
366bfad_sm_fcs_exit(struct bfad_s *bfad, enum bfad_sm_event event)
367{
368 bfa_trc(bfad, event);
369
370 switch (event) {
371 case BFAD_E_FCS_EXIT_COMP:
372 bfa_sm_set_state(bfad, bfad_sm_stopping);
373 bfad_stop(bfad);
374 break;
375
376 default:
377 bfa_sm_fault(bfad, event);
378 }
379}
380
381static void
382bfad_sm_stopping(struct bfad_s *bfad, enum bfad_sm_event event)
383{
384 bfa_trc(bfad, event);
385
386 switch (event) {
387 case BFAD_E_EXIT_COMP:
388 bfa_sm_set_state(bfad, bfad_sm_uninit);
389 bfad_remove_intr(bfad);
390 del_timer_sync(&bfad->hal_tmo);
391 bfad_im_probe_undo(bfad);
392 bfad->bfad_flags &= ~BFAD_FC4_PROBE_DONE;
393 bfad_uncfg_pport(bfad);
394 break;
395
396 default:
397 bfa_sm_fault(bfad, event);
398 break;
399 }
Jing Huang7725ccf2009-09-23 17:46:15 -0700400}
401
Jing Huang5fbe25c2010-10-18 17:17:23 -0700402/*
Jing Huang7725ccf2009-09-23 17:46:15 -0700403 * BFA callbacks
404 */
405void
406bfad_hcb_comp(void *arg, bfa_status_t status)
407{
408 struct bfad_hal_comp *fcomp = (struct bfad_hal_comp *)arg;
409
410 fcomp->status = status;
411 complete(&fcomp->comp);
412}
413
Jing Huang5fbe25c2010-10-18 17:17:23 -0700414/*
Jing Huang7725ccf2009-09-23 17:46:15 -0700415 * bfa_init callback
416 */
417void
418bfa_cb_init(void *drv, bfa_status_t init_status)
419{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700420 struct bfad_s *bfad = drv;
Jing Huang7725ccf2009-09-23 17:46:15 -0700421
Krishna Gudipatie6714322010-03-03 17:44:02 -0800422 if (init_status == BFA_STATUS_OK) {
Jing Huang7725ccf2009-09-23 17:46:15 -0700423 bfad->bfad_flags |= BFAD_HAL_INIT_DONE;
424
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700425 /*
426 * If BFAD_HAL_INIT_FAIL flag is set:
Krishna Gudipatie6714322010-03-03 17:44:02 -0800427 * Wake up the kernel thread to start
428 * the bfad operations after HAL init done
429 */
430 if ((bfad->bfad_flags & BFAD_HAL_INIT_FAIL)) {
431 bfad->bfad_flags &= ~BFAD_HAL_INIT_FAIL;
432 wake_up_process(bfad->bfad_tsk);
433 }
434 }
435
Jing Huang7725ccf2009-09-23 17:46:15 -0700436 complete(&bfad->comp);
437}
438
Jing Huang5fbe25c2010-10-18 17:17:23 -0700439/*
Jing Huang7725ccf2009-09-23 17:46:15 -0700440 * BFA_FCS callbacks
441 */
Jing Huang7725ccf2009-09-23 17:46:15 -0700442struct bfad_port_s *
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700443bfa_fcb_lport_new(struct bfad_s *bfad, struct bfa_fcs_lport_s *port,
444 enum bfa_lport_role roles, struct bfad_vf_s *vf_drv,
Jing Huang7725ccf2009-09-23 17:46:15 -0700445 struct bfad_vport_s *vp_drv)
446{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700447 bfa_status_t rc;
448 struct bfad_port_s *port_drv;
Jing Huang7725ccf2009-09-23 17:46:15 -0700449
450 if (!vp_drv && !vf_drv) {
451 port_drv = &bfad->pport;
452 port_drv->pvb_type = BFAD_PORT_PHYS_BASE;
453 } else if (!vp_drv && vf_drv) {
454 port_drv = &vf_drv->base_port;
455 port_drv->pvb_type = BFAD_PORT_VF_BASE;
456 } else if (vp_drv && !vf_drv) {
457 port_drv = &vp_drv->drv_port;
458 port_drv->pvb_type = BFAD_PORT_PHYS_VPORT;
459 } else {
460 port_drv = &vp_drv->drv_port;
461 port_drv->pvb_type = BFAD_PORT_VF_VPORT;
462 }
463
464 port_drv->fcs_port = port;
465 port_drv->roles = roles;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700466
467 if (roles & BFA_LPORT_ROLE_FCP_IM) {
468 rc = bfad_im_port_new(bfad, port_drv);
469 if (rc != BFA_STATUS_OK) {
470 bfad_im_port_delete(bfad, port_drv);
471 port_drv = NULL;
472 }
Jing Huang7725ccf2009-09-23 17:46:15 -0700473 }
474
475 return port_drv;
476}
477
Jing Huang5fbe25c2010-10-18 17:17:23 -0700478/*
Jing Huang7725ccf2009-09-23 17:46:15 -0700479 * FCS RPORT alloc callback, after successful PLOGI by FCS
480 */
481bfa_status_t
482bfa_fcb_rport_alloc(struct bfad_s *bfad, struct bfa_fcs_rport_s **rport,
483 struct bfad_rport_s **rport_drv)
484{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700485 bfa_status_t rc = BFA_STATUS_OK;
Jing Huang7725ccf2009-09-23 17:46:15 -0700486
487 *rport_drv = kzalloc(sizeof(struct bfad_rport_s), GFP_ATOMIC);
488 if (*rport_drv == NULL) {
489 rc = BFA_STATUS_ENOMEM;
490 goto ext;
491 }
492
493 *rport = &(*rport_drv)->fcs_rport;
494
495ext:
496 return rc;
497}
498
Jing Huang5fbe25c2010-10-18 17:17:23 -0700499/*
Jing Huangd9883542010-07-08 19:46:26 -0700500 * FCS PBC VPORT Create
501 */
502void
503bfa_fcb_pbc_vport_create(struct bfad_s *bfad, struct bfi_pbc_vport_s pbc_vport)
504{
Jing Huang7725ccf2009-09-23 17:46:15 -0700505
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700506 struct bfa_lport_cfg_s port_cfg = {0};
507 struct bfad_vport_s *vport;
508 int rc;
Jing Huangd9883542010-07-08 19:46:26 -0700509
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700510 vport = kzalloc(sizeof(struct bfad_vport_s), GFP_KERNEL);
511 if (!vport) {
Jing Huangd9883542010-07-08 19:46:26 -0700512 bfa_trc(bfad, 0);
513 return;
514 }
515
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700516 vport->drv_port.bfad = bfad;
517 port_cfg.roles = BFA_LPORT_ROLE_FCP_IM;
518 port_cfg.pwwn = pbc_vport.vp_pwwn;
519 port_cfg.nwwn = pbc_vport.vp_nwwn;
520 port_cfg.preboot_vp = BFA_TRUE;
Jing Huangd9883542010-07-08 19:46:26 -0700521
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700522 rc = bfa_fcs_pbc_vport_create(&vport->fcs_vport, &bfad->bfa_fcs, 0,
523 &port_cfg, vport);
Jing Huangd9883542010-07-08 19:46:26 -0700524
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700525 if (rc != BFA_STATUS_OK) {
526 bfa_trc(bfad, 0);
527 return;
528 }
529
530 list_add_tail(&vport->list_entry, &bfad->pbc_vport_list);
Jing Huangd9883542010-07-08 19:46:26 -0700531}
Jing Huang7725ccf2009-09-23 17:46:15 -0700532
533void
534bfad_hal_mem_release(struct bfad_s *bfad)
535{
Jing Huang7725ccf2009-09-23 17:46:15 -0700536 struct bfa_meminfo_s *hal_meminfo = &bfad->meminfo;
Krishna Gudipati45070252011-06-24 20:24:29 -0700537 struct bfa_mem_dma_s *dma_info, *dma_elem;
538 struct bfa_mem_kva_s *kva_info, *kva_elem;
539 struct list_head *dm_qe, *km_qe;
Jing Huang7725ccf2009-09-23 17:46:15 -0700540
Krishna Gudipati45070252011-06-24 20:24:29 -0700541 dma_info = &hal_meminfo->dma_info;
542 kva_info = &hal_meminfo->kva_info;
543
544 /* Iterate through the KVA meminfo queue */
545 list_for_each(km_qe, &kva_info->qe) {
546 kva_elem = (struct bfa_mem_kva_s *) km_qe;
547 vfree(kva_elem->kva);
548 }
549
550 /* Iterate through the DMA meminfo queue */
551 list_for_each(dm_qe, &dma_info->qe) {
552 dma_elem = (struct bfa_mem_dma_s *) dm_qe;
553 dma_free_coherent(&bfad->pcidev->dev,
554 dma_elem->mem_len, dma_elem->kva,
555 (dma_addr_t) dma_elem->dma);
Jing Huang7725ccf2009-09-23 17:46:15 -0700556 }
557
558 memset(hal_meminfo, 0, sizeof(struct bfa_meminfo_s));
559}
560
561void
562bfad_update_hal_cfg(struct bfa_iocfc_cfg_s *bfa_cfg)
563{
564 if (num_rports > 0)
565 bfa_cfg->fwcfg.num_rports = num_rports;
566 if (num_ios > 0)
567 bfa_cfg->fwcfg.num_ioim_reqs = num_ios;
568 if (num_tms > 0)
569 bfa_cfg->fwcfg.num_tskim_reqs = num_tms;
Krishna Gudipati45070252011-06-24 20:24:29 -0700570 if (num_fcxps > 0 && num_fcxps <= BFA_FCXP_MAX)
Jing Huang7725ccf2009-09-23 17:46:15 -0700571 bfa_cfg->fwcfg.num_fcxp_reqs = num_fcxps;
Krishna Gudipati45070252011-06-24 20:24:29 -0700572 if (num_ufbufs > 0 && num_ufbufs <= BFA_UF_MAX)
Jing Huang7725ccf2009-09-23 17:46:15 -0700573 bfa_cfg->fwcfg.num_uf_bufs = num_ufbufs;
574 if (reqq_size > 0)
575 bfa_cfg->drvcfg.num_reqq_elems = reqq_size;
576 if (rspq_size > 0)
577 bfa_cfg->drvcfg.num_rspq_elems = rspq_size;
Krishna Gudipati45070252011-06-24 20:24:29 -0700578 if (num_sgpgs > 0 && num_sgpgs <= BFA_SGPG_MAX)
Jing Huang7725ccf2009-09-23 17:46:15 -0700579 bfa_cfg->drvcfg.num_sgpgs = num_sgpgs;
580
581 /*
582 * populate the hal values back to the driver for sysfs use.
583 * otherwise, the default values will be shown as 0 in sysfs
584 */
585 num_rports = bfa_cfg->fwcfg.num_rports;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700586 num_ios = bfa_cfg->fwcfg.num_ioim_reqs;
587 num_tms = bfa_cfg->fwcfg.num_tskim_reqs;
588 num_fcxps = bfa_cfg->fwcfg.num_fcxp_reqs;
Jing Huang7725ccf2009-09-23 17:46:15 -0700589 num_ufbufs = bfa_cfg->fwcfg.num_uf_bufs;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700590 reqq_size = bfa_cfg->drvcfg.num_reqq_elems;
591 rspq_size = bfa_cfg->drvcfg.num_rspq_elems;
592 num_sgpgs = bfa_cfg->drvcfg.num_sgpgs;
Jing Huang7725ccf2009-09-23 17:46:15 -0700593}
594
595bfa_status_t
596bfad_hal_mem_alloc(struct bfad_s *bfad)
597{
598 struct bfa_meminfo_s *hal_meminfo = &bfad->meminfo;
Krishna Gudipati45070252011-06-24 20:24:29 -0700599 struct bfa_mem_dma_s *dma_info, *dma_elem;
600 struct bfa_mem_kva_s *kva_info, *kva_elem;
601 struct list_head *dm_qe, *km_qe;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700602 bfa_status_t rc = BFA_STATUS_OK;
Krishna Gudipati45070252011-06-24 20:24:29 -0700603 dma_addr_t phys_addr;
Jing Huang7725ccf2009-09-23 17:46:15 -0700604
605 bfa_cfg_get_default(&bfad->ioc_cfg);
Jing Huang7725ccf2009-09-23 17:46:15 -0700606 bfad_update_hal_cfg(&bfad->ioc_cfg);
607 bfad->cfg_data.ioc_queue_depth = bfad->ioc_cfg.fwcfg.num_ioim_reqs;
Krishna Gudipati45070252011-06-24 20:24:29 -0700608 bfa_cfg_get_meminfo(&bfad->ioc_cfg, hal_meminfo, &bfad->bfa);
Jing Huang7725ccf2009-09-23 17:46:15 -0700609
Krishna Gudipati45070252011-06-24 20:24:29 -0700610 dma_info = &hal_meminfo->dma_info;
611 kva_info = &hal_meminfo->kva_info;
Jing Huang7725ccf2009-09-23 17:46:15 -0700612
Krishna Gudipati45070252011-06-24 20:24:29 -0700613 /* Iterate through the KVA meminfo queue */
614 list_for_each(km_qe, &kva_info->qe) {
615 kva_elem = (struct bfa_mem_kva_s *) km_qe;
616 kva_elem->kva = vmalloc(kva_elem->mem_len);
617 if (kva_elem->kva == NULL) {
618 bfad_hal_mem_release(bfad);
619 rc = BFA_STATUS_ENOMEM;
620 goto ext;
Jing Huang7725ccf2009-09-23 17:46:15 -0700621 }
Krishna Gudipati45070252011-06-24 20:24:29 -0700622 memset(kva_elem->kva, 0, kva_elem->mem_len);
623 }
624
625 /* Iterate through the DMA meminfo queue */
626 list_for_each(dm_qe, &dma_info->qe) {
627 dma_elem = (struct bfa_mem_dma_s *) dm_qe;
628 dma_elem->kva = dma_alloc_coherent(&bfad->pcidev->dev,
629 dma_elem->mem_len,
630 &phys_addr, GFP_KERNEL);
631 if (dma_elem->kva == NULL) {
632 bfad_hal_mem_release(bfad);
633 rc = BFA_STATUS_ENOMEM;
634 goto ext;
635 }
636 dma_elem->dma = phys_addr;
637 memset(dma_elem->kva, 0, dma_elem->mem_len);
Jing Huang7725ccf2009-09-23 17:46:15 -0700638 }
639ext:
640 return rc;
641}
642
Jing Huang5fbe25c2010-10-18 17:17:23 -0700643/*
Jing Huang7725ccf2009-09-23 17:46:15 -0700644 * Create a vport under a vf.
645 */
646bfa_status_t
647bfad_vport_create(struct bfad_s *bfad, u16 vf_id,
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700648 struct bfa_lport_cfg_s *port_cfg, struct device *dev)
Jing Huang7725ccf2009-09-23 17:46:15 -0700649{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700650 struct bfad_vport_s *vport;
651 int rc = BFA_STATUS_OK;
652 unsigned long flags;
Jing Huang7725ccf2009-09-23 17:46:15 -0700653 struct completion fcomp;
654
655 vport = kzalloc(sizeof(struct bfad_vport_s), GFP_KERNEL);
656 if (!vport) {
657 rc = BFA_STATUS_ENOMEM;
658 goto ext;
659 }
660
661 vport->drv_port.bfad = bfad;
662 spin_lock_irqsave(&bfad->bfad_lock, flags);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700663 rc = bfa_fcs_vport_create(&vport->fcs_vport, &bfad->bfa_fcs, vf_id,
664 port_cfg, vport);
Jing Huang7725ccf2009-09-23 17:46:15 -0700665 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
666
667 if (rc != BFA_STATUS_OK)
668 goto ext_free_vport;
669
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700670 if (port_cfg->roles & BFA_LPORT_ROLE_FCP_IM) {
Jing Huangb5042932010-03-19 11:05:39 -0700671 rc = bfad_im_scsi_host_alloc(bfad, vport->drv_port.im_port,
672 dev);
Jing Huang7725ccf2009-09-23 17:46:15 -0700673 if (rc != BFA_STATUS_OK)
674 goto ext_free_fcs_vport;
675 }
676
677 spin_lock_irqsave(&bfad->bfad_lock, flags);
678 bfa_fcs_vport_start(&vport->fcs_vport);
Krishna Gudipati5b7db7a2011-12-20 18:58:32 -0800679 list_add_tail(&vport->list_entry, &bfad->vport_list);
Jing Huang7725ccf2009-09-23 17:46:15 -0700680 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
681
682 return BFA_STATUS_OK;
683
684ext_free_fcs_vport:
685 spin_lock_irqsave(&bfad->bfad_lock, flags);
686 vport->comp_del = &fcomp;
687 init_completion(vport->comp_del);
688 bfa_fcs_vport_delete(&vport->fcs_vport);
689 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
690 wait_for_completion(vport->comp_del);
691ext_free_vport:
692 kfree(vport);
693ext:
694 return rc;
695}
696
Jing Huang7725ccf2009-09-23 17:46:15 -0700697void
698bfad_bfa_tmo(unsigned long data)
699{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700700 struct bfad_s *bfad = (struct bfad_s *) data;
701 unsigned long flags;
702 struct list_head doneq;
Jing Huang7725ccf2009-09-23 17:46:15 -0700703
704 spin_lock_irqsave(&bfad->bfad_lock, flags);
705
Maggie Zhangf7f738122010-12-09 19:08:43 -0800706 bfa_timer_beat(&bfad->bfa.timer_mod);
Jing Huang7725ccf2009-09-23 17:46:15 -0700707
708 bfa_comp_deq(&bfad->bfa, &doneq);
709 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
710
711 if (!list_empty(&doneq)) {
712 bfa_comp_process(&bfad->bfa, &doneq);
713 spin_lock_irqsave(&bfad->bfad_lock, flags);
714 bfa_comp_free(&bfad->bfa, &doneq);
715 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
716 }
717
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700718 mod_timer(&bfad->hal_tmo,
719 jiffies + msecs_to_jiffies(BFA_TIMER_FREQ));
Jing Huang7725ccf2009-09-23 17:46:15 -0700720}
721
722void
723bfad_init_timer(struct bfad_s *bfad)
724{
725 init_timer(&bfad->hal_tmo);
726 bfad->hal_tmo.function = bfad_bfa_tmo;
727 bfad->hal_tmo.data = (unsigned long)bfad;
728
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700729 mod_timer(&bfad->hal_tmo,
730 jiffies + msecs_to_jiffies(BFA_TIMER_FREQ));
Jing Huang7725ccf2009-09-23 17:46:15 -0700731}
732
733int
734bfad_pci_init(struct pci_dev *pdev, struct bfad_s *bfad)
735{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700736 int rc = -ENODEV;
Jing Huang7725ccf2009-09-23 17:46:15 -0700737
738 if (pci_enable_device(pdev)) {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700739 printk(KERN_ERR "pci_enable_device fail %p\n", pdev);
Jing Huang7725ccf2009-09-23 17:46:15 -0700740 goto out;
741 }
742
743 if (pci_request_regions(pdev, BFAD_DRIVER_NAME))
744 goto out_disable_device;
745
746 pci_set_master(pdev);
747
748
Krishna Gudipati10a07372011-06-24 20:23:38 -0700749 if ((pci_set_dma_mask(pdev, DMA_BIT_MASK(64)) != 0) ||
750 (pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64)) != 0)) {
751 if ((pci_set_dma_mask(pdev, DMA_BIT_MASK(32)) != 0) ||
752 (pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32)) != 0)) {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700753 printk(KERN_ERR "pci_set_dma_mask fail %p\n", pdev);
Jing Huang7725ccf2009-09-23 17:46:15 -0700754 goto out_release_region;
755 }
Krishna Gudipati10a07372011-06-24 20:23:38 -0700756 }
Jing Huang7725ccf2009-09-23 17:46:15 -0700757
Krishna Gudipati881c1b32012-08-22 19:52:02 -0700758 /* Enable PCIE Advanced Error Recovery (AER) if kernel supports */
759 pci_enable_pcie_error_reporting(pdev);
760
Jing Huangb3522f02010-03-19 11:06:44 -0700761 bfad->pci_bar0_kva = pci_iomap(pdev, 0, pci_resource_len(pdev, 0));
Krishna Gudipati11189202011-06-13 15:50:35 -0700762 bfad->pci_bar2_kva = pci_iomap(pdev, 2, pci_resource_len(pdev, 2));
Jing Huang7725ccf2009-09-23 17:46:15 -0700763
764 if (bfad->pci_bar0_kva == NULL) {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700765 printk(KERN_ERR "Fail to map bar0\n");
Jing Huang7725ccf2009-09-23 17:46:15 -0700766 goto out_release_region;
767 }
768
769 bfad->hal_pcidev.pci_slot = PCI_SLOT(pdev->devfn);
770 bfad->hal_pcidev.pci_func = PCI_FUNC(pdev->devfn);
771 bfad->hal_pcidev.pci_bar_kva = bfad->pci_bar0_kva;
772 bfad->hal_pcidev.device_id = pdev->device;
Krishna Gudipati1a4d8e12011-06-24 20:22:28 -0700773 bfad->hal_pcidev.ssid = pdev->subsystem_device;
Jing Huang7725ccf2009-09-23 17:46:15 -0700774 bfad->pci_name = pci_name(pdev);
775
776 bfad->pci_attr.vendor_id = pdev->vendor;
777 bfad->pci_attr.device_id = pdev->device;
778 bfad->pci_attr.ssid = pdev->subsystem_device;
779 bfad->pci_attr.ssvid = pdev->subsystem_vendor;
780 bfad->pci_attr.pcifn = PCI_FUNC(pdev->devfn);
781
782 bfad->pcidev = pdev;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700783
784 /* Adjust PCIe Maximum Read Request Size */
Yijing Wangc0102c02013-09-05 15:55:25 +0800785 if (pci_is_pcie(pdev) && pcie_max_read_reqsz) {
786 if (pcie_max_read_reqsz >= 128 &&
787 pcie_max_read_reqsz <= 4096 &&
788 is_power_of_2(pcie_max_read_reqsz)) {
789 int max_rq = pcie_get_readrq(pdev);
790 printk(KERN_WARNING "BFA[%s]: "
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700791 "pcie_max_read_request_size is %d, "
Yijing Wangc0102c02013-09-05 15:55:25 +0800792 "reset to %d\n", bfad->pci_name, max_rq,
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700793 pcie_max_read_reqsz);
Yijing Wangc0102c02013-09-05 15:55:25 +0800794 pcie_set_readrq(pdev, pcie_max_read_reqsz);
795 } else {
796 printk(KERN_WARNING "BFA[%s]: invalid "
797 "pcie_max_read_request_size %d ignored\n",
798 bfad->pci_name, pcie_max_read_reqsz);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700799 }
800 }
801
Krishna Gudipati881c1b32012-08-22 19:52:02 -0700802 pci_save_state(pdev);
803
Jing Huang7725ccf2009-09-23 17:46:15 -0700804 return 0;
805
806out_release_region:
807 pci_release_regions(pdev);
808out_disable_device:
809 pci_disable_device(pdev);
810out:
811 return rc;
812}
813
814void
815bfad_pci_uninit(struct pci_dev *pdev, struct bfad_s *bfad)
816{
Jing Huang7725ccf2009-09-23 17:46:15 -0700817 pci_iounmap(pdev, bfad->pci_bar0_kva);
Krishna Gudipati11189202011-06-13 15:50:35 -0700818 pci_iounmap(pdev, bfad->pci_bar2_kva);
Jing Huang7725ccf2009-09-23 17:46:15 -0700819 pci_release_regions(pdev);
Krishna Gudipati881c1b32012-08-22 19:52:02 -0700820 /* Disable PCIE Advanced Error Recovery (AER) */
821 pci_disable_pcie_error_reporting(pdev);
Jing Huang7725ccf2009-09-23 17:46:15 -0700822 pci_disable_device(pdev);
Jing Huang7725ccf2009-09-23 17:46:15 -0700823}
824
Jing Huang7725ccf2009-09-23 17:46:15 -0700825bfa_status_t
826bfad_drv_init(struct bfad_s *bfad)
827{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700828 bfa_status_t rc;
829 unsigned long flags;
Jing Huang7725ccf2009-09-23 17:46:15 -0700830
831 bfad->cfg_data.rport_del_timeout = rport_del_timeout;
832 bfad->cfg_data.lun_queue_depth = bfa_lun_queue_depth;
833 bfad->cfg_data.io_max_sge = bfa_io_max_sge;
834 bfad->cfg_data.binding_method = FCP_PWWN_BINDING;
835
836 rc = bfad_hal_mem_alloc(bfad);
837 if (rc != BFA_STATUS_OK) {
838 printk(KERN_WARNING "bfad%d bfad_hal_mem_alloc failure\n",
839 bfad->inst_no);
840 printk(KERN_WARNING
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700841 "Not enough memory to attach all Brocade HBA ports, %s",
842 "System may need more memory.\n");
Vijaya Mohan Guvvada3e0be2013-11-21 01:37:33 -0800843 return BFA_STATUS_FAILED;
Jing Huang7725ccf2009-09-23 17:46:15 -0700844 }
845
Maggie Zhangf7f738122010-12-09 19:08:43 -0800846 bfad->bfa.trcmod = bfad->trcmod;
847 bfad->bfa.plog = &bfad->plog_buf;
Jing Huang7725ccf2009-09-23 17:46:15 -0700848 bfa_plog_init(&bfad->plog_buf);
849 bfa_plog_str(&bfad->plog_buf, BFA_PL_MID_DRVR, BFA_PL_EID_DRIVER_START,
850 0, "Driver Attach");
851
852 bfa_attach(&bfad->bfa, bfad, &bfad->ioc_cfg, &bfad->meminfo,
853 &bfad->hal_pcidev);
854
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700855 /* FCS INIT */
Jing Huang7725ccf2009-09-23 17:46:15 -0700856 spin_lock_irqsave(&bfad->bfad_lock, flags);
Maggie Zhangf7f738122010-12-09 19:08:43 -0800857 bfad->bfa_fcs.trcmod = bfad->trcmod;
Krishna Gudipati82794a22010-03-03 17:43:30 -0800858 bfa_fcs_attach(&bfad->bfa_fcs, &bfad->bfa, bfad, BFA_FALSE);
Maggie Zhangf7f738122010-12-09 19:08:43 -0800859 bfad->bfa_fcs.fdmi_enabled = fdmi_enable;
Jing Huang7725ccf2009-09-23 17:46:15 -0700860 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
861
862 bfad->bfad_flags |= BFAD_DRV_INIT_DONE;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700863
Jing Huang7725ccf2009-09-23 17:46:15 -0700864 return BFA_STATUS_OK;
Jing Huang7725ccf2009-09-23 17:46:15 -0700865}
866
867void
868bfad_drv_uninit(struct bfad_s *bfad)
869{
Krishna Gudipatie6714322010-03-03 17:44:02 -0800870 unsigned long flags;
871
872 spin_lock_irqsave(&bfad->bfad_lock, flags);
873 init_completion(&bfad->comp);
Maggie Zhangf7f738122010-12-09 19:08:43 -0800874 bfa_iocfc_stop(&bfad->bfa);
Krishna Gudipatie6714322010-03-03 17:44:02 -0800875 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
876 wait_for_completion(&bfad->comp);
877
Jing Huang7725ccf2009-09-23 17:46:15 -0700878 del_timer_sync(&bfad->hal_tmo);
879 bfa_isr_disable(&bfad->bfa);
880 bfa_detach(&bfad->bfa);
881 bfad_remove_intr(bfad);
Jing Huang7725ccf2009-09-23 17:46:15 -0700882 bfad_hal_mem_release(bfad);
Krishna Gudipatie6714322010-03-03 17:44:02 -0800883
884 bfad->bfad_flags &= ~BFAD_DRV_INIT_DONE;
Jing Huang7725ccf2009-09-23 17:46:15 -0700885}
886
887void
888bfad_drv_start(struct bfad_s *bfad)
889{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700890 unsigned long flags;
Jing Huang7725ccf2009-09-23 17:46:15 -0700891
892 spin_lock_irqsave(&bfad->bfad_lock, flags);
Maggie Zhangf7f738122010-12-09 19:08:43 -0800893 bfa_iocfc_start(&bfad->bfa);
Krishna Gudipati75332a72011-06-13 15:54:31 -0700894 bfa_fcs_pbc_vport_init(&bfad->bfa_fcs);
Maggie Zhangf7f738122010-12-09 19:08:43 -0800895 bfa_fcs_fabric_modstart(&bfad->bfa_fcs);
Jing Huang7725ccf2009-09-23 17:46:15 -0700896 bfad->bfad_flags |= BFAD_HAL_START_DONE;
897 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
898
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700899 if (bfad->im)
900 flush_workqueue(bfad->im->drv_workq);
Jing Huang7725ccf2009-09-23 17:46:15 -0700901}
902
903void
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700904bfad_fcs_stop(struct bfad_s *bfad)
Jing Huang7725ccf2009-09-23 17:46:15 -0700905{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700906 unsigned long flags;
Jing Huang7725ccf2009-09-23 17:46:15 -0700907
908 spin_lock_irqsave(&bfad->bfad_lock, flags);
909 init_completion(&bfad->comp);
910 bfad->pport.flags |= BFAD_PORT_DELETE;
911 bfa_fcs_exit(&bfad->bfa_fcs);
912 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
913 wait_for_completion(&bfad->comp);
914
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700915 bfa_sm_send_event(bfad, BFAD_E_FCS_EXIT_COMP);
916}
917
918void
919bfad_stop(struct bfad_s *bfad)
920{
921 unsigned long flags;
922
Jing Huang7725ccf2009-09-23 17:46:15 -0700923 spin_lock_irqsave(&bfad->bfad_lock, flags);
924 init_completion(&bfad->comp);
Maggie Zhangf7f738122010-12-09 19:08:43 -0800925 bfa_iocfc_stop(&bfad->bfa);
Jing Huang7725ccf2009-09-23 17:46:15 -0700926 bfad->bfad_flags &= ~BFAD_HAL_START_DONE;
927 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
928 wait_for_completion(&bfad->comp);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700929
930 bfa_sm_send_event(bfad, BFAD_E_EXIT_COMP);
Jing Huang7725ccf2009-09-23 17:46:15 -0700931}
932
933bfa_status_t
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700934bfad_cfg_pport(struct bfad_s *bfad, enum bfa_lport_role role)
Jing Huang7725ccf2009-09-23 17:46:15 -0700935{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700936 int rc = BFA_STATUS_OK;
Jing Huang7725ccf2009-09-23 17:46:15 -0700937
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700938 /* Allocate scsi_host for the physical port */
939 if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) &&
940 (role & BFA_LPORT_ROLE_FCP_IM)) {
Jing Huang7725ccf2009-09-23 17:46:15 -0700941 if (bfad->pport.im_port == NULL) {
942 rc = BFA_STATUS_FAILED;
943 goto out;
944 }
945
Jing Huangb5042932010-03-19 11:05:39 -0700946 rc = bfad_im_scsi_host_alloc(bfad, bfad->pport.im_port,
947 &bfad->pcidev->dev);
Jing Huang7725ccf2009-09-23 17:46:15 -0700948 if (rc != BFA_STATUS_OK)
949 goto out;
950
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700951 bfad->pport.roles |= BFA_LPORT_ROLE_FCP_IM;
Jing Huang7725ccf2009-09-23 17:46:15 -0700952 }
953
954 bfad->bfad_flags |= BFAD_CFG_PPORT_DONE;
955
956out:
957 return rc;
958}
959
960void
961bfad_uncfg_pport(struct bfad_s *bfad)
962{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700963 if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) &&
964 (bfad->pport.roles & BFA_LPORT_ROLE_FCP_IM)) {
Jing Huang7725ccf2009-09-23 17:46:15 -0700965 bfad_im_scsi_host_free(bfad, bfad->pport.im_port);
966 bfad_im_port_clean(bfad->pport.im_port);
967 kfree(bfad->pport.im_port);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700968 bfad->pport.roles &= ~BFA_LPORT_ROLE_FCP_IM;
Jing Huang7725ccf2009-09-23 17:46:15 -0700969 }
970
971 bfad->bfad_flags &= ~BFAD_CFG_PPORT_DONE;
972}
973
Krishna Gudipatie6714322010-03-03 17:44:02 -0800974bfa_status_t
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700975bfad_start_ops(struct bfad_s *bfad) {
976
977 int retval;
978 unsigned long flags;
979 struct bfad_vport_s *vport, *vport_new;
980 struct bfa_fcs_driver_info_s driver_info;
981
Krishna Gudipati61e62e22011-06-24 20:29:07 -0700982 /* Limit min/max. xfer size to [64k-32MB] */
983 if (max_xfer_size < BFAD_MIN_SECTORS >> 1)
984 max_xfer_size = BFAD_MIN_SECTORS >> 1;
985 if (max_xfer_size > BFAD_MAX_SECTORS >> 1)
986 max_xfer_size = BFAD_MAX_SECTORS >> 1;
987
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700988 /* Fill the driver_info info to fcs*/
989 memset(&driver_info, 0, sizeof(driver_info));
990 strncpy(driver_info.version, BFAD_DRIVER_VERSION,
991 sizeof(driver_info.version) - 1);
992 if (host_name)
993 strncpy(driver_info.host_machine_name, host_name,
994 sizeof(driver_info.host_machine_name) - 1);
995 if (os_name)
996 strncpy(driver_info.host_os_name, os_name,
997 sizeof(driver_info.host_os_name) - 1);
998 if (os_patch)
999 strncpy(driver_info.host_os_patch, os_patch,
1000 sizeof(driver_info.host_os_patch) - 1);
1001
1002 strncpy(driver_info.os_device_name, bfad->pci_name,
Dan Carpenter30ac3792013-01-10 12:06:20 +03001003 sizeof(driver_info.os_device_name) - 1);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001004
Krishna Gudipati75332a72011-06-13 15:54:31 -07001005 /* FCS driver info init */
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001006 spin_lock_irqsave(&bfad->bfad_lock, flags);
1007 bfa_fcs_driver_info_init(&bfad->bfa_fcs, &driver_info);
Vijaya Mohan Guvvada3e0be2013-11-21 01:37:33 -08001008
1009 if (bfad->bfad_flags & BFAD_CFG_PPORT_DONE)
1010 bfa_fcs_update_cfg(&bfad->bfa_fcs);
1011 else
1012 bfa_fcs_init(&bfad->bfa_fcs);
1013
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001014 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
Krishna Gudipatie6714322010-03-03 17:44:02 -08001015
Vijaya Mohan Guvvada3e0be2013-11-21 01:37:33 -08001016 if (!(bfad->bfad_flags & BFAD_CFG_PPORT_DONE)) {
1017 retval = bfad_cfg_pport(bfad, BFA_LPORT_ROLE_FCP_IM);
1018 if (retval != BFA_STATUS_OK)
1019 return BFA_STATUS_FAILED;
1020 }
Krishna Gudipati75332a72011-06-13 15:54:31 -07001021
1022 /* Setup fc host fixed attribute if the lk supports */
1023 bfad_fc_host_init(bfad->pport.im_port);
Krishna Gudipatie6714322010-03-03 17:44:02 -08001024
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001025 /* BFAD level FC4 IM specific resource allocation */
1026 retval = bfad_im_probe(bfad);
1027 if (retval != BFA_STATUS_OK) {
1028 printk(KERN_WARNING "bfad_im_probe failed\n");
1029 if (bfa_sm_cmp_state(bfad, bfad_sm_initializing))
1030 bfa_sm_set_state(bfad, bfad_sm_failed);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001031 return BFA_STATUS_FAILED;
1032 } else
1033 bfad->bfad_flags |= BFAD_FC4_PROBE_DONE;
1034
Krishna Gudipatie6714322010-03-03 17:44:02 -08001035 bfad_drv_start(bfad);
1036
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001037 /* Complete pbc vport create */
1038 list_for_each_entry_safe(vport, vport_new, &bfad->pbc_vport_list,
1039 list_entry) {
Jing Huangd9883542010-07-08 19:46:26 -07001040 struct fc_vport_identifiers vid;
1041 struct fc_vport *fc_vport;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001042 char pwwn_buf[BFA_STRING_32];
Jing Huangd9883542010-07-08 19:46:26 -07001043
1044 memset(&vid, 0, sizeof(vid));
1045 vid.roles = FC_PORT_ROLE_FCP_INITIATOR;
1046 vid.vport_type = FC_PORTTYPE_NPIV;
1047 vid.disable = false;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001048 vid.node_name = wwn_to_u64((u8 *)
1049 (&((vport->fcs_vport).lport.port_cfg.nwwn)));
1050 vid.port_name = wwn_to_u64((u8 *)
1051 (&((vport->fcs_vport).lport.port_cfg.pwwn)));
Jing Huangd9883542010-07-08 19:46:26 -07001052 fc_vport = fc_vport_create(bfad->pport.im_port->shost, 0, &vid);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001053 if (!fc_vport) {
1054 wwn2str(pwwn_buf, vid.port_name);
Jing Huangd9883542010-07-08 19:46:26 -07001055 printk(KERN_WARNING "bfad%d: failed to create pbc vport"
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001056 " %s\n", bfad->inst_no, pwwn_buf);
1057 }
1058 list_del(&vport->list_entry);
1059 kfree(vport);
Jing Huangd9883542010-07-08 19:46:26 -07001060 }
1061
Krishna Gudipatie6714322010-03-03 17:44:02 -08001062 /*
1063 * If bfa_linkup_delay is set to -1 default; try to retrive the
Maggie Zhangf16a1752010-12-09 19:12:32 -08001064 * value using the bfad_get_linkup_delay(); else use the
Krishna Gudipatie6714322010-03-03 17:44:02 -08001065 * passed in module param value as the bfa_linkup_delay.
1066 */
1067 if (bfa_linkup_delay < 0) {
Maggie Zhangf16a1752010-12-09 19:12:32 -08001068 bfa_linkup_delay = bfad_get_linkup_delay(bfad);
1069 bfad_rport_online_wait(bfad);
Krishna Gudipatie6714322010-03-03 17:44:02 -08001070 bfa_linkup_delay = -1;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001071 } else
Maggie Zhangf16a1752010-12-09 19:12:32 -08001072 bfad_rport_online_wait(bfad);
Krishna Gudipatie6714322010-03-03 17:44:02 -08001073
Jing Huang88166242010-12-09 17:11:53 -08001074 BFA_LOG(KERN_INFO, bfad, bfa_log_level, "bfa device claimed\n");
Krishna Gudipatie6714322010-03-03 17:44:02 -08001075
1076 return BFA_STATUS_OK;
Krishna Gudipatie6714322010-03-03 17:44:02 -08001077}
1078
1079int
Jing Huangd9883542010-07-08 19:46:26 -07001080bfad_worker(void *ptr)
Krishna Gudipatie6714322010-03-03 17:44:02 -08001081{
1082 struct bfad_s *bfad;
1083 unsigned long flags;
1084
1085 bfad = (struct bfad_s *)ptr;
1086
1087 while (!kthread_should_stop()) {
1088
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001089 /* Send event BFAD_E_INIT_SUCCESS */
1090 bfa_sm_send_event(bfad, BFAD_E_INIT_SUCCESS);
Krishna Gudipatie6714322010-03-03 17:44:02 -08001091
1092 spin_lock_irqsave(&bfad->bfad_lock, flags);
1093 bfad->bfad_tsk = NULL;
1094 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1095
1096 break;
1097 }
1098
1099 return 0;
1100}
1101
Jing Huang5fbe25c2010-10-18 17:17:23 -07001102/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001103 * BFA driver interrupt functions
1104 */
1105irqreturn_t
1106bfad_intx(int irq, void *dev_id)
1107{
1108 struct bfad_s *bfad = dev_id;
1109 struct list_head doneq;
1110 unsigned long flags;
1111 bfa_boolean_t rc;
1112
1113 spin_lock_irqsave(&bfad->bfad_lock, flags);
1114 rc = bfa_intx(&bfad->bfa);
1115 if (!rc) {
1116 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1117 return IRQ_NONE;
1118 }
1119
1120 bfa_comp_deq(&bfad->bfa, &doneq);
1121 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1122
1123 if (!list_empty(&doneq)) {
1124 bfa_comp_process(&bfad->bfa, &doneq);
1125
1126 spin_lock_irqsave(&bfad->bfad_lock, flags);
1127 bfa_comp_free(&bfad->bfa, &doneq);
1128 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001129 }
1130
1131 return IRQ_HANDLED;
1132
1133}
1134
1135static irqreturn_t
1136bfad_msix(int irq, void *dev_id)
1137{
1138 struct bfad_msix_s *vec = dev_id;
1139 struct bfad_s *bfad = vec->bfad;
1140 struct list_head doneq;
1141 unsigned long flags;
1142
1143 spin_lock_irqsave(&bfad->bfad_lock, flags);
1144
1145 bfa_msix(&bfad->bfa, vec->msix.entry);
1146 bfa_comp_deq(&bfad->bfa, &doneq);
1147 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1148
1149 if (!list_empty(&doneq)) {
1150 bfa_comp_process(&bfad->bfa, &doneq);
1151
1152 spin_lock_irqsave(&bfad->bfad_lock, flags);
1153 bfa_comp_free(&bfad->bfa, &doneq);
1154 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1155 }
1156
1157 return IRQ_HANDLED;
1158}
1159
Jing Huang5fbe25c2010-10-18 17:17:23 -07001160/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001161 * Initialize the MSIX entry table.
1162 */
1163static void
1164bfad_init_msix_entry(struct bfad_s *bfad, struct msix_entry *msix_entries,
1165 int mask, int max_bit)
1166{
1167 int i;
1168 int match = 0x00000001;
1169
1170 for (i = 0, bfad->nvec = 0; i < MAX_MSIX_ENTRY; i++) {
1171 if (mask & match) {
1172 bfad->msix_tab[bfad->nvec].msix.entry = i;
1173 bfad->msix_tab[bfad->nvec].bfad = bfad;
1174 msix_entries[bfad->nvec].entry = i;
1175 bfad->nvec++;
1176 }
1177
1178 match <<= 1;
1179 }
1180
1181}
1182
1183int
1184bfad_install_msix_handler(struct bfad_s *bfad)
1185{
1186 int i, error = 0;
1187
1188 for (i = 0; i < bfad->nvec; i++) {
1189 sprintf(bfad->msix_tab[i].name, "bfa-%s-%s",
1190 bfad->pci_name,
Krishna Gudipati11189202011-06-13 15:50:35 -07001191 ((bfa_asic_id_cb(bfad->hal_pcidev.device_id)) ?
1192 msix_name_cb[i] : msix_name_ct[i]));
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001193
1194 error = request_irq(bfad->msix_tab[i].msix.vector,
1195 (irq_handler_t) bfad_msix, 0,
1196 bfad->msix_tab[i].name, &bfad->msix_tab[i]);
1197 bfa_trc(bfad, i);
1198 bfa_trc(bfad, bfad->msix_tab[i].msix.vector);
1199 if (error) {
1200 int j;
1201
1202 for (j = 0; j < i; j++)
1203 free_irq(bfad->msix_tab[j].msix.vector,
1204 &bfad->msix_tab[j]);
1205
Krishna Gudipati61e62e22011-06-24 20:29:07 -07001206 bfad->bfad_flags &= ~BFAD_MSIX_ON;
1207 pci_disable_msix(bfad->pcidev);
1208
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001209 return 1;
1210 }
1211 }
1212
1213 return 0;
1214}
1215
Jing Huang5fbe25c2010-10-18 17:17:23 -07001216/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001217 * Setup MSIX based interrupt.
1218 */
1219int
1220bfad_setup_intr(struct bfad_s *bfad)
1221{
1222 int error = 0;
1223 u32 mask = 0, i, num_bit = 0, max_bit = 0;
1224 struct msix_entry msix_entries[MAX_MSIX_ENTRY];
1225 struct pci_dev *pdev = bfad->pcidev;
Krishna Gudipati10a07372011-06-24 20:23:38 -07001226 u16 reg;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001227
1228 /* Call BFA to get the msix map for this PCI function. */
1229 bfa_msix_getvecs(&bfad->bfa, &mask, &num_bit, &max_bit);
1230
1231 /* Set up the msix entry table */
1232 bfad_init_msix_entry(bfad, msix_entries, mask, max_bit);
1233
Krishna Gudipati11189202011-06-13 15:50:35 -07001234 if ((bfa_asic_id_ctc(pdev->device) && !msix_disable_ct) ||
1235 (bfa_asic_id_cb(pdev->device) && !msix_disable_cb)) {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001236
1237 error = pci_enable_msix(bfad->pcidev, msix_entries, bfad->nvec);
1238 if (error) {
Krishna Gudipati881c1b32012-08-22 19:52:02 -07001239 /* In CT1 & CT2, try to allocate just one vector */
1240 if (bfa_asic_id_ctc(pdev->device)) {
1241 printk(KERN_WARNING "bfa %s: trying one msix "
1242 "vector failed to allocate %d[%d]\n",
1243 bfad->pci_name, bfad->nvec, error);
1244 bfad->nvec = 1;
1245 error = pci_enable_msix(bfad->pcidev,
1246 msix_entries, bfad->nvec);
1247 }
1248
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001249 /*
1250 * Only error number of vector is available.
1251 * We don't have a mechanism to map multiple
1252 * interrupts into one vector, so even if we
1253 * can try to request less vectors, we don't
1254 * know how to associate interrupt events to
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001255 * vectors. Linux doesn't duplicate vectors
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001256 * in the MSIX table for this case.
1257 */
Krishna Gudipati881c1b32012-08-22 19:52:02 -07001258 if (error) {
1259 printk(KERN_WARNING "bfad%d: "
1260 "pci_enable_msix failed (%d), "
1261 "use line based.\n",
1262 bfad->inst_no, error);
1263 goto line_based;
1264 }
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001265 }
1266
Krishna Gudipati10a07372011-06-24 20:23:38 -07001267 /* Disable INTX in MSI-X mode */
1268 pci_read_config_word(pdev, PCI_COMMAND, &reg);
1269
1270 if (!(reg & PCI_COMMAND_INTX_DISABLE))
1271 pci_write_config_word(pdev, PCI_COMMAND,
1272 reg | PCI_COMMAND_INTX_DISABLE);
1273
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001274 /* Save the vectors */
1275 for (i = 0; i < bfad->nvec; i++) {
1276 bfa_trc(bfad, msix_entries[i].vector);
1277 bfad->msix_tab[i].msix.vector = msix_entries[i].vector;
1278 }
1279
1280 bfa_msix_init(&bfad->bfa, bfad->nvec);
1281
1282 bfad->bfad_flags |= BFAD_MSIX_ON;
1283
1284 return error;
1285 }
1286
1287line_based:
1288 error = 0;
1289 if (request_irq
1290 (bfad->pcidev->irq, (irq_handler_t) bfad_intx, BFAD_IRQ_FLAGS,
1291 BFAD_DRIVER_NAME, bfad) != 0) {
1292 /* Enable interrupt handler failed */
1293 return 1;
1294 }
Krishna Gudipati61e62e22011-06-24 20:29:07 -07001295 bfad->bfad_flags |= BFAD_INTX_ON;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001296
1297 return error;
1298}
1299
1300void
1301bfad_remove_intr(struct bfad_s *bfad)
1302{
1303 int i;
1304
1305 if (bfad->bfad_flags & BFAD_MSIX_ON) {
1306 for (i = 0; i < bfad->nvec; i++)
1307 free_irq(bfad->msix_tab[i].msix.vector,
1308 &bfad->msix_tab[i]);
1309
1310 pci_disable_msix(bfad->pcidev);
1311 bfad->bfad_flags &= ~BFAD_MSIX_ON;
Krishna Gudipati61e62e22011-06-24 20:29:07 -07001312 } else if (bfad->bfad_flags & BFAD_INTX_ON) {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001313 free_irq(bfad->pcidev->irq, bfad);
1314 }
1315}
Jing Huang7725ccf2009-09-23 17:46:15 -07001316
Jing Huang5fbe25c2010-10-18 17:17:23 -07001317/*
Jing Huang7725ccf2009-09-23 17:46:15 -07001318 * PCI probe entry.
1319 */
1320int
1321bfad_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pid)
1322{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001323 struct bfad_s *bfad;
Krishna Gudipati7826f302011-07-20 16:59:13 -07001324 int error = -ENODEV, retval, i;
Jing Huang7725ccf2009-09-23 17:46:15 -07001325
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001326 /* For single port cards - only claim function 0 */
Krishna Gudipati8b070b42011-06-13 15:52:40 -07001327 if ((pdev->device == BFA_PCI_DEVICE_ID_FC_8G1P) &&
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001328 (PCI_FUNC(pdev->devfn) != 0))
Jing Huang7725ccf2009-09-23 17:46:15 -07001329 return -ENODEV;
1330
Jing Huang7725ccf2009-09-23 17:46:15 -07001331 bfad = kzalloc(sizeof(struct bfad_s), GFP_KERNEL);
1332 if (!bfad) {
1333 error = -ENOMEM;
1334 goto out;
1335 }
1336
1337 bfad->trcmod = kzalloc(sizeof(struct bfa_trc_mod_s), GFP_KERNEL);
1338 if (!bfad->trcmod) {
1339 printk(KERN_WARNING "Error alloc trace buffer!\n");
1340 error = -ENOMEM;
1341 goto out_alloc_trace_failure;
1342 }
1343
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001344 /* TRACE INIT */
Jing Huang7725ccf2009-09-23 17:46:15 -07001345 bfa_trc_init(bfad->trcmod);
1346 bfa_trc(bfad, bfad_inst);
1347
Krishna Gudipati7826f302011-07-20 16:59:13 -07001348 /* AEN INIT */
1349 INIT_LIST_HEAD(&bfad->free_aen_q);
1350 INIT_LIST_HEAD(&bfad->active_aen_q);
1351 for (i = 0; i < BFA_AEN_MAX_ENTRY; i++)
1352 list_add_tail(&bfad->aen_list[i].qe, &bfad->free_aen_q);
1353
Jing Huang7725ccf2009-09-23 17:46:15 -07001354 if (!(bfad_load_fwimg(pdev))) {
Jing Huang7725ccf2009-09-23 17:46:15 -07001355 kfree(bfad->trcmod);
1356 goto out_alloc_trace_failure;
1357 }
1358
1359 retval = bfad_pci_init(pdev, bfad);
1360 if (retval) {
1361 printk(KERN_WARNING "bfad_pci_init failure!\n");
1362 error = retval;
1363 goto out_pci_init_failure;
1364 }
1365
1366 mutex_lock(&bfad_mutex);
1367 bfad->inst_no = bfad_inst++;
1368 list_add_tail(&bfad->list_entry, &bfad_list);
1369 mutex_unlock(&bfad_mutex);
1370
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001371 /* Initializing the state machine: State set to uninit */
1372 bfa_sm_set_state(bfad, bfad_sm_uninit);
1373
Jing Huang7725ccf2009-09-23 17:46:15 -07001374 spin_lock_init(&bfad->bfad_lock);
Kyle McMartin0b1017a2012-07-11 12:42:55 -04001375 spin_lock_init(&bfad->bfad_aen_spinlock);
1376
Jing Huang7725ccf2009-09-23 17:46:15 -07001377 pci_set_drvdata(pdev, bfad);
1378
1379 bfad->ref_count = 0;
1380 bfad->pport.bfad = bfad;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001381 INIT_LIST_HEAD(&bfad->pbc_vport_list);
Krishna Gudipati5b7db7a2011-12-20 18:58:32 -08001382 INIT_LIST_HEAD(&bfad->vport_list);
Krishna Gudipatie6714322010-03-03 17:44:02 -08001383
Krishna Gudipati7c38c052011-04-14 16:50:35 -07001384 /* Setup the debugfs node for this bfad */
1385 if (bfa_debugfs_enable)
1386 bfad_debugfs_init(&bfad->pport);
1387
Jing Huang7725ccf2009-09-23 17:46:15 -07001388 retval = bfad_drv_init(bfad);
1389 if (retval != BFA_STATUS_OK)
1390 goto out_drv_init_failure;
Jing Huang7725ccf2009-09-23 17:46:15 -07001391
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001392 bfa_sm_send_event(bfad, BFAD_E_CREATE);
Jing Huang7725ccf2009-09-23 17:46:15 -07001393
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001394 if (bfa_sm_cmp_state(bfad, bfad_sm_uninit))
1395 goto out_bfad_sm_failure;
Jing Huang7725ccf2009-09-23 17:46:15 -07001396
Jing Huang7725ccf2009-09-23 17:46:15 -07001397 return 0;
1398
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001399out_bfad_sm_failure:
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001400 bfad_hal_mem_release(bfad);
Jing Huang7725ccf2009-09-23 17:46:15 -07001401out_drv_init_failure:
Krishna Gudipati7c38c052011-04-14 16:50:35 -07001402 /* Remove the debugfs node for this bfad */
1403 kfree(bfad->regdata);
1404 bfad_debugfs_exit(&bfad->pport);
Jing Huang7725ccf2009-09-23 17:46:15 -07001405 mutex_lock(&bfad_mutex);
1406 bfad_inst--;
1407 list_del(&bfad->list_entry);
1408 mutex_unlock(&bfad_mutex);
1409 bfad_pci_uninit(pdev, bfad);
1410out_pci_init_failure:
1411 kfree(bfad->trcmod);
1412out_alloc_trace_failure:
1413 kfree(bfad);
1414out:
1415 return error;
1416}
1417
Jing Huang5fbe25c2010-10-18 17:17:23 -07001418/*
Jing Huang7725ccf2009-09-23 17:46:15 -07001419 * PCI remove entry.
1420 */
1421void
1422bfad_pci_remove(struct pci_dev *pdev)
1423{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001424 struct bfad_s *bfad = pci_get_drvdata(pdev);
1425 unsigned long flags;
Jing Huang7725ccf2009-09-23 17:46:15 -07001426
1427 bfa_trc(bfad, bfad->inst_no);
1428
Krishna Gudipatie6714322010-03-03 17:44:02 -08001429 spin_lock_irqsave(&bfad->bfad_lock, flags);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001430 if (bfad->bfad_tsk != NULL) {
1431 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
Krishna Gudipatie6714322010-03-03 17:44:02 -08001432 kthread_stop(bfad->bfad_tsk);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001433 } else {
Jing Huang7725ccf2009-09-23 17:46:15 -07001434 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
Jing Huang7725ccf2009-09-23 17:46:15 -07001435 }
1436
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001437 /* Send Event BFAD_E_STOP */
1438 bfa_sm_send_event(bfad, BFAD_E_STOP);
Jing Huang7725ccf2009-09-23 17:46:15 -07001439
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001440 /* Driver detach and dealloc mem */
Jing Huang7725ccf2009-09-23 17:46:15 -07001441 spin_lock_irqsave(&bfad->bfad_lock, flags);
1442 bfa_detach(&bfad->bfa);
1443 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1444 bfad_hal_mem_release(bfad);
Jing Huang7725ccf2009-09-23 17:46:15 -07001445
Krishna Gudipati7c38c052011-04-14 16:50:35 -07001446 /* Remove the debugfs node for this bfad */
1447 kfree(bfad->regdata);
1448 bfad_debugfs_exit(&bfad->pport);
1449
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001450 /* Cleaning the BFAD instance */
Jing Huang7725ccf2009-09-23 17:46:15 -07001451 mutex_lock(&bfad_mutex);
1452 bfad_inst--;
1453 list_del(&bfad->list_entry);
1454 mutex_unlock(&bfad_mutex);
1455 bfad_pci_uninit(pdev, bfad);
1456
1457 kfree(bfad->trcmod);
1458 kfree(bfad);
1459}
1460
Krishna Gudipati881c1b32012-08-22 19:52:02 -07001461/*
1462 * PCI Error Recovery entry, error detected.
1463 */
1464static pci_ers_result_t
1465bfad_pci_error_detected(struct pci_dev *pdev, pci_channel_state_t state)
1466{
1467 struct bfad_s *bfad = pci_get_drvdata(pdev);
1468 unsigned long flags;
1469 pci_ers_result_t ret = PCI_ERS_RESULT_NONE;
1470
1471 dev_printk(KERN_ERR, &pdev->dev,
1472 "error detected state: %d - flags: 0x%x\n",
1473 state, bfad->bfad_flags);
1474
1475 switch (state) {
1476 case pci_channel_io_normal: /* non-fatal error */
1477 spin_lock_irqsave(&bfad->bfad_lock, flags);
1478 bfad->bfad_flags &= ~BFAD_EEH_BUSY;
1479 /* Suspend/fail all bfa operations */
1480 bfa_ioc_suspend(&bfad->bfa.ioc);
1481 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1482 del_timer_sync(&bfad->hal_tmo);
1483 ret = PCI_ERS_RESULT_CAN_RECOVER;
1484 break;
1485 case pci_channel_io_frozen: /* fatal error */
1486 init_completion(&bfad->comp);
1487 spin_lock_irqsave(&bfad->bfad_lock, flags);
1488 bfad->bfad_flags |= BFAD_EEH_BUSY;
1489 /* Suspend/fail all bfa operations */
1490 bfa_ioc_suspend(&bfad->bfa.ioc);
1491 bfa_fcs_stop(&bfad->bfa_fcs);
1492 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1493 wait_for_completion(&bfad->comp);
1494
1495 bfad_remove_intr(bfad);
1496 del_timer_sync(&bfad->hal_tmo);
1497 pci_disable_device(pdev);
1498 ret = PCI_ERS_RESULT_NEED_RESET;
1499 break;
1500 case pci_channel_io_perm_failure: /* PCI Card is DEAD */
1501 spin_lock_irqsave(&bfad->bfad_lock, flags);
1502 bfad->bfad_flags |= BFAD_EEH_BUSY |
1503 BFAD_EEH_PCI_CHANNEL_IO_PERM_FAILURE;
1504 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1505
1506 /* If the error_detected handler is called with the reason
1507 * pci_channel_io_perm_failure - it will subsequently call
1508 * pci_remove() entry point to remove the pci device from the
1509 * system - So defer the cleanup to pci_remove(); cleaning up
1510 * here causes inconsistent state during pci_remove().
1511 */
1512 ret = PCI_ERS_RESULT_DISCONNECT;
1513 break;
1514 default:
1515 WARN_ON(1);
1516 }
1517
1518 return ret;
1519}
1520
1521int
1522restart_bfa(struct bfad_s *bfad)
1523{
1524 unsigned long flags;
1525 struct pci_dev *pdev = bfad->pcidev;
1526
1527 bfa_attach(&bfad->bfa, bfad, &bfad->ioc_cfg,
1528 &bfad->meminfo, &bfad->hal_pcidev);
1529
1530 /* Enable Interrupt and wait bfa_init completion */
1531 if (bfad_setup_intr(bfad)) {
1532 dev_printk(KERN_WARNING, &pdev->dev,
1533 "%s: bfad_setup_intr failed\n", bfad->pci_name);
Vijaya Mohan Guvvada3e0be2013-11-21 01:37:33 -08001534 bfa_sm_send_event(bfad, BFAD_E_INIT_FAILED);
Krishna Gudipati881c1b32012-08-22 19:52:02 -07001535 return -1;
1536 }
1537
1538 init_completion(&bfad->comp);
1539 spin_lock_irqsave(&bfad->bfad_lock, flags);
1540 bfa_iocfc_init(&bfad->bfa);
1541 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1542
1543 /* Set up interrupt handler for each vectors */
1544 if ((bfad->bfad_flags & BFAD_MSIX_ON) &&
1545 bfad_install_msix_handler(bfad))
1546 dev_printk(KERN_WARNING, &pdev->dev,
1547 "%s: install_msix failed.\n", bfad->pci_name);
1548
1549 bfad_init_timer(bfad);
1550 wait_for_completion(&bfad->comp);
1551 bfad_drv_start(bfad);
1552
1553 return 0;
1554}
1555
1556/*
1557 * PCI Error Recovery entry, re-initialize the chip.
1558 */
1559static pci_ers_result_t
1560bfad_pci_slot_reset(struct pci_dev *pdev)
1561{
1562 struct bfad_s *bfad = pci_get_drvdata(pdev);
1563 u8 byte;
1564
1565 dev_printk(KERN_ERR, &pdev->dev,
1566 "bfad_pci_slot_reset flags: 0x%x\n", bfad->bfad_flags);
1567
1568 if (pci_enable_device(pdev)) {
1569 dev_printk(KERN_ERR, &pdev->dev, "Cannot re-enable "
1570 "PCI device after reset.\n");
1571 return PCI_ERS_RESULT_DISCONNECT;
1572 }
1573
1574 pci_restore_state(pdev);
1575
1576 /*
1577 * Read some byte (e.g. DMA max. payload size which can't
1578 * be 0xff any time) to make sure - we did not hit another PCI error
1579 * in the middle of recovery. If we did, then declare permanent failure.
1580 */
1581 pci_read_config_byte(pdev, 0x68, &byte);
1582 if (byte == 0xff) {
1583 dev_printk(KERN_ERR, &pdev->dev,
1584 "slot_reset failed ... got another PCI error !\n");
1585 goto out_disable_device;
1586 }
1587
1588 pci_save_state(pdev);
1589 pci_set_master(pdev);
1590
1591 if (pci_set_dma_mask(bfad->pcidev, DMA_BIT_MASK(64)) != 0)
1592 if (pci_set_dma_mask(bfad->pcidev, DMA_BIT_MASK(32)) != 0)
1593 goto out_disable_device;
1594
1595 pci_cleanup_aer_uncorrect_error_status(pdev);
1596
1597 if (restart_bfa(bfad) == -1)
1598 goto out_disable_device;
1599
1600 pci_enable_pcie_error_reporting(pdev);
1601 dev_printk(KERN_WARNING, &pdev->dev,
1602 "slot_reset completed flags: 0x%x!\n", bfad->bfad_flags);
1603
1604 return PCI_ERS_RESULT_RECOVERED;
1605
1606out_disable_device:
1607 pci_disable_device(pdev);
1608 return PCI_ERS_RESULT_DISCONNECT;
1609}
1610
1611static pci_ers_result_t
1612bfad_pci_mmio_enabled(struct pci_dev *pdev)
1613{
1614 unsigned long flags;
1615 struct bfad_s *bfad = pci_get_drvdata(pdev);
1616
1617 dev_printk(KERN_INFO, &pdev->dev, "mmio_enabled\n");
1618
1619 /* Fetch FW diagnostic information */
1620 bfa_ioc_debug_save_ftrc(&bfad->bfa.ioc);
1621
1622 /* Cancel all pending IOs */
1623 spin_lock_irqsave(&bfad->bfad_lock, flags);
1624 init_completion(&bfad->comp);
1625 bfa_fcs_stop(&bfad->bfa_fcs);
1626 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1627 wait_for_completion(&bfad->comp);
1628
1629 bfad_remove_intr(bfad);
1630 del_timer_sync(&bfad->hal_tmo);
1631 pci_disable_device(pdev);
1632
1633 return PCI_ERS_RESULT_NEED_RESET;
1634}
1635
1636static void
1637bfad_pci_resume(struct pci_dev *pdev)
1638{
1639 unsigned long flags;
1640 struct bfad_s *bfad = pci_get_drvdata(pdev);
1641
1642 dev_printk(KERN_WARNING, &pdev->dev, "resume\n");
1643
1644 /* wait until the link is online */
1645 bfad_rport_online_wait(bfad);
1646
1647 spin_lock_irqsave(&bfad->bfad_lock, flags);
1648 bfad->bfad_flags &= ~BFAD_EEH_BUSY;
1649 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1650}
1651
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001652struct pci_device_id bfad_id_table[] = {
Jing Huang7725ccf2009-09-23 17:46:15 -07001653 {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001654 .vendor = BFA_PCI_VENDOR_ID_BROCADE,
1655 .device = BFA_PCI_DEVICE_ID_FC_8G2P,
1656 .subvendor = PCI_ANY_ID,
1657 .subdevice = PCI_ANY_ID,
1658 },
Jing Huang7725ccf2009-09-23 17:46:15 -07001659 {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001660 .vendor = BFA_PCI_VENDOR_ID_BROCADE,
1661 .device = BFA_PCI_DEVICE_ID_FC_8G1P,
1662 .subvendor = PCI_ANY_ID,
1663 .subdevice = PCI_ANY_ID,
1664 },
Jing Huang7725ccf2009-09-23 17:46:15 -07001665 {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001666 .vendor = BFA_PCI_VENDOR_ID_BROCADE,
1667 .device = BFA_PCI_DEVICE_ID_CT,
1668 .subvendor = PCI_ANY_ID,
1669 .subdevice = PCI_ANY_ID,
1670 .class = (PCI_CLASS_SERIAL_FIBER << 8),
1671 .class_mask = ~0,
1672 },
Jing Huang293f82d2010-07-08 19:45:20 -07001673 {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001674 .vendor = BFA_PCI_VENDOR_ID_BROCADE,
1675 .device = BFA_PCI_DEVICE_ID_CT_FC,
1676 .subvendor = PCI_ANY_ID,
1677 .subdevice = PCI_ANY_ID,
1678 .class = (PCI_CLASS_SERIAL_FIBER << 8),
1679 .class_mask = ~0,
Jing Huang293f82d2010-07-08 19:45:20 -07001680 },
Krishna Gudipati11189202011-06-13 15:50:35 -07001681 {
1682 .vendor = BFA_PCI_VENDOR_ID_BROCADE,
1683 .device = BFA_PCI_DEVICE_ID_CT2,
1684 .subvendor = PCI_ANY_ID,
1685 .subdevice = PCI_ANY_ID,
1686 .class = (PCI_CLASS_SERIAL_FIBER << 8),
1687 .class_mask = ~0,
1688 },
Jing Huang7725ccf2009-09-23 17:46:15 -07001689
Vijaya Mohan Guvvaf9c867b2013-05-13 02:33:33 -07001690 {
1691 .vendor = BFA_PCI_VENDOR_ID_BROCADE,
1692 .device = BFA_PCI_DEVICE_ID_CT2_QUAD,
1693 .subvendor = PCI_ANY_ID,
1694 .subdevice = PCI_ANY_ID,
1695 .class = (PCI_CLASS_SERIAL_FIBER << 8),
1696 .class_mask = ~0,
1697 },
Jing Huang7725ccf2009-09-23 17:46:15 -07001698 {0, 0},
1699};
1700
1701MODULE_DEVICE_TABLE(pci, bfad_id_table);
1702
Krishna Gudipati881c1b32012-08-22 19:52:02 -07001703/*
1704 * PCI error recovery handlers.
1705 */
1706static struct pci_error_handlers bfad_err_handler = {
1707 .error_detected = bfad_pci_error_detected,
1708 .slot_reset = bfad_pci_slot_reset,
1709 .mmio_enabled = bfad_pci_mmio_enabled,
1710 .resume = bfad_pci_resume,
1711};
1712
Jing Huang7725ccf2009-09-23 17:46:15 -07001713static struct pci_driver bfad_pci_driver = {
1714 .name = BFAD_DRIVER_NAME,
1715 .id_table = bfad_id_table,
1716 .probe = bfad_pci_probe,
Greg Kroah-Hartman6f039792012-12-21 13:08:55 -08001717 .remove = bfad_pci_remove,
Krishna Gudipati881c1b32012-08-22 19:52:02 -07001718 .err_handler = &bfad_err_handler,
Jing Huang7725ccf2009-09-23 17:46:15 -07001719};
1720
Jing Huang5fbe25c2010-10-18 17:17:23 -07001721/*
Jing Huang7725ccf2009-09-23 17:46:15 -07001722 * Driver module init.
1723 */
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001724static int __init
Jing Huang7725ccf2009-09-23 17:46:15 -07001725bfad_init(void)
1726{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001727 int error = 0;
Jing Huang7725ccf2009-09-23 17:46:15 -07001728
1729 printk(KERN_INFO "Brocade BFA FC/FCOE SCSI driver - version: %s\n",
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001730 BFAD_DRIVER_VERSION);
Jing Huang7725ccf2009-09-23 17:46:15 -07001731
1732 if (num_sgpgs > 0)
1733 num_sgpgs_parm = num_sgpgs;
1734
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001735 error = bfad_im_module_init();
Jing Huang7725ccf2009-09-23 17:46:15 -07001736 if (error) {
1737 error = -ENOMEM;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001738 printk(KERN_WARNING "bfad_im_module_init failure\n");
Jing Huang7725ccf2009-09-23 17:46:15 -07001739 goto ext;
1740 }
1741
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001742 if (strcmp(FCPI_NAME, " fcpim") == 0)
1743 supported_fc4s |= BFA_LPORT_ROLE_FCP_IM;
Jing Huang7725ccf2009-09-23 17:46:15 -07001744
Maggie Zhangf7f738122010-12-09 19:08:43 -08001745 bfa_auto_recover = ioc_auto_recover;
Jing Huang7725ccf2009-09-23 17:46:15 -07001746 bfa_fcs_rport_set_del_timeout(rport_del_timeout);
Krishna Gudipati61ba4392012-08-22 19:52:58 -07001747 bfa_fcs_rport_set_max_logins(max_rport_logins);
Jing Huang7725ccf2009-09-23 17:46:15 -07001748
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001749 error = pci_register_driver(&bfad_pci_driver);
Jing Huang7725ccf2009-09-23 17:46:15 -07001750 if (error) {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001751 printk(KERN_WARNING "pci_register_driver failure\n");
Jing Huang7725ccf2009-09-23 17:46:15 -07001752 goto ext;
1753 }
1754
1755 return 0;
1756
1757ext:
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001758 bfad_im_module_exit();
Jing Huang7725ccf2009-09-23 17:46:15 -07001759 return error;
1760}
1761
Jing Huang5fbe25c2010-10-18 17:17:23 -07001762/*
Jing Huang7725ccf2009-09-23 17:46:15 -07001763 * Driver module exit.
1764 */
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001765static void __exit
Jing Huang7725ccf2009-09-23 17:46:15 -07001766bfad_exit(void)
1767{
1768 pci_unregister_driver(&bfad_pci_driver);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001769 bfad_im_module_exit();
Jing Huang7725ccf2009-09-23 17:46:15 -07001770 bfad_free_fwimg();
1771}
1772
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001773/* Firmware handling */
Jing Huang61338a02011-04-13 11:44:03 -07001774static void
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001775bfad_read_firmware(struct pci_dev *pdev, u32 **bfi_image,
1776 u32 *bfi_image_size, char *fw_name)
1777{
1778 const struct firmware *fw;
1779
1780 if (request_firmware(&fw, fw_name, &pdev->dev)) {
1781 printk(KERN_ALERT "Can't locate firmware %s\n", fw_name);
Jing Huang61338a02011-04-13 11:44:03 -07001782 *bfi_image = NULL;
1783 goto out;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001784 }
1785
1786 *bfi_image = vmalloc(fw->size);
1787 if (NULL == *bfi_image) {
1788 printk(KERN_ALERT "Fail to allocate buffer for fw image "
1789 "size=%x!\n", (u32) fw->size);
Jing Huang61338a02011-04-13 11:44:03 -07001790 goto out;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001791 }
1792
1793 memcpy(*bfi_image, fw->data, fw->size);
1794 *bfi_image_size = fw->size/sizeof(u32);
Jing Huang61338a02011-04-13 11:44:03 -07001795out:
1796 release_firmware(fw);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001797}
1798
Jing Huang61338a02011-04-13 11:44:03 -07001799static u32 *
1800bfad_load_fwimg(struct pci_dev *pdev)
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001801{
Krishna Gudipati11189202011-06-13 15:50:35 -07001802 if (pdev->device == BFA_PCI_DEVICE_ID_CT2) {
1803 if (bfi_image_ct2_size == 0)
1804 bfad_read_firmware(pdev, &bfi_image_ct2,
1805 &bfi_image_ct2_size, BFAD_FW_FILE_CT2);
1806 return bfi_image_ct2;
1807 } else if (bfa_asic_id_ct(pdev->device)) {
1808 if (bfi_image_ct_size == 0)
1809 bfad_read_firmware(pdev, &bfi_image_ct,
1810 &bfi_image_ct_size, BFAD_FW_FILE_CT);
1811 return bfi_image_ct;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001812 } else {
Krishna Gudipati11189202011-06-13 15:50:35 -07001813 if (bfi_image_cb_size == 0)
1814 bfad_read_firmware(pdev, &bfi_image_cb,
1815 &bfi_image_cb_size, BFAD_FW_FILE_CB);
1816 return bfi_image_cb;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001817 }
1818}
Jing Huang7725ccf2009-09-23 17:46:15 -07001819
Jing Huang61338a02011-04-13 11:44:03 -07001820static void
1821bfad_free_fwimg(void)
1822{
Krishna Gudipati11189202011-06-13 15:50:35 -07001823 if (bfi_image_ct2_size && bfi_image_ct2)
1824 vfree(bfi_image_ct2);
1825 if (bfi_image_ct_size && bfi_image_ct)
1826 vfree(bfi_image_ct);
1827 if (bfi_image_cb_size && bfi_image_cb)
1828 vfree(bfi_image_cb);
Jing Huang61338a02011-04-13 11:44:03 -07001829}
1830
Jing Huang7725ccf2009-09-23 17:46:15 -07001831module_init(bfad_init);
1832module_exit(bfad_exit);
1833MODULE_LICENSE("GPL");
1834MODULE_DESCRIPTION("Brocade Fibre Channel HBA Driver" BFAD_PROTO_NAME);
1835MODULE_AUTHOR("Brocade Communications Systems, Inc.");
1836MODULE_VERSION(BFAD_DRIVER_VERSION);