blob: fc80a325a1e6577c8fb5225d9f8a7ea614311540 [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
Rasesh Mody71b3ba72013-08-23 16:05:57 -070066#define BFAD_FW_FILE_CB "cbfw-3.2.1.1.bin"
67#define BFAD_FW_FILE_CT "ctfw-3.2.1.1.bin"
68#define BFAD_FW_FILE_CT2 "ct2fw-3.2.1.1.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;
207
208 bfa_trc(bfad, event);
209
210 switch (event) {
211 case BFAD_E_INIT:
212 bfa_sm_set_state(bfad, bfad_sm_initializing);
213
214 init_completion(&bfad->comp);
215
216 /* Enable Interrupt and wait bfa_init completion */
217 if (bfad_setup_intr(bfad)) {
218 printk(KERN_WARNING "bfad%d: bfad_setup_intr failed\n",
219 bfad->inst_no);
220 bfa_sm_send_event(bfad, BFAD_E_INTR_INIT_FAILED);
221 break;
222 }
223
224 spin_lock_irqsave(&bfad->bfad_lock, flags);
Maggie Zhangf7f738122010-12-09 19:08:43 -0800225 bfa_iocfc_init(&bfad->bfa);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700226 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
227
228 /* Set up interrupt handler for each vectors */
229 if ((bfad->bfad_flags & BFAD_MSIX_ON) &&
230 bfad_install_msix_handler(bfad)) {
231 printk(KERN_WARNING "%s: install_msix failed, bfad%d\n",
232 __func__, bfad->inst_no);
233 }
234
235 bfad_init_timer(bfad);
236
237 wait_for_completion(&bfad->comp);
238
239 if ((bfad->bfad_flags & BFAD_HAL_INIT_DONE)) {
240 bfa_sm_send_event(bfad, BFAD_E_INIT_SUCCESS);
241 } else {
Krishna Gudipati7c38c052011-04-14 16:50:35 -0700242 printk(KERN_WARNING
243 "bfa %s: bfa init failed\n",
244 bfad->pci_name);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700245 bfad->bfad_flags |= BFAD_HAL_INIT_FAIL;
246 bfa_sm_send_event(bfad, BFAD_E_INIT_FAILED);
247 }
248
249 break;
250
251 case BFAD_E_KTHREAD_CREATE_FAILED:
252 bfa_sm_set_state(bfad, bfad_sm_uninit);
253 break;
254
255 default:
256 bfa_sm_fault(bfad, event);
257 }
Jing Huang7725ccf2009-09-23 17:46:15 -0700258}
259
260static void
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700261bfad_sm_initializing(struct bfad_s *bfad, enum bfad_sm_event event)
Jing Huang7725ccf2009-09-23 17:46:15 -0700262{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700263 int retval;
264 unsigned long flags;
265
266 bfa_trc(bfad, event);
267
268 switch (event) {
269 case BFAD_E_INIT_SUCCESS:
270 kthread_stop(bfad->bfad_tsk);
271 spin_lock_irqsave(&bfad->bfad_lock, flags);
272 bfad->bfad_tsk = NULL;
273 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
274
275 retval = bfad_start_ops(bfad);
276 if (retval != BFA_STATUS_OK)
277 break;
278 bfa_sm_set_state(bfad, bfad_sm_operational);
279 break;
280
281 case BFAD_E_INTR_INIT_FAILED:
282 bfa_sm_set_state(bfad, bfad_sm_uninit);
283 kthread_stop(bfad->bfad_tsk);
284 spin_lock_irqsave(&bfad->bfad_lock, flags);
285 bfad->bfad_tsk = NULL;
286 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
287 break;
288
289 case BFAD_E_INIT_FAILED:
290 bfa_sm_set_state(bfad, bfad_sm_failed);
291 break;
292 default:
293 bfa_sm_fault(bfad, event);
294 }
Jing Huang7725ccf2009-09-23 17:46:15 -0700295}
296
297static void
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700298bfad_sm_failed(struct bfad_s *bfad, enum bfad_sm_event event)
Jing Huang7725ccf2009-09-23 17:46:15 -0700299{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700300 int retval;
Jing Huang7725ccf2009-09-23 17:46:15 -0700301
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700302 bfa_trc(bfad, event);
Jing Huang7725ccf2009-09-23 17:46:15 -0700303
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700304 switch (event) {
305 case BFAD_E_INIT_SUCCESS:
306 retval = bfad_start_ops(bfad);
307 if (retval != BFA_STATUS_OK)
308 break;
309 bfa_sm_set_state(bfad, bfad_sm_operational);
310 break;
Jing Huang7725ccf2009-09-23 17:46:15 -0700311
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700312 case BFAD_E_STOP:
313 if (bfad->bfad_flags & BFAD_CFG_PPORT_DONE)
314 bfad_uncfg_pport(bfad);
315 if (bfad->bfad_flags & BFAD_FC4_PROBE_DONE) {
316 bfad_im_probe_undo(bfad);
317 bfad->bfad_flags &= ~BFAD_FC4_PROBE_DONE;
318 }
319 bfad_stop(bfad);
320 break;
Jing Huang7725ccf2009-09-23 17:46:15 -0700321
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700322 case BFAD_E_EXIT_COMP:
323 bfa_sm_set_state(bfad, bfad_sm_uninit);
324 bfad_remove_intr(bfad);
325 del_timer_sync(&bfad->hal_tmo);
326 break;
Jing Huang7725ccf2009-09-23 17:46:15 -0700327
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700328 default:
329 bfa_sm_fault(bfad, event);
330 }
Jing Huang7725ccf2009-09-23 17:46:15 -0700331}
332
333static void
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700334bfad_sm_operational(struct bfad_s *bfad, enum bfad_sm_event event)
Jing Huang7725ccf2009-09-23 17:46:15 -0700335{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700336 bfa_trc(bfad, event);
Jing Huang7725ccf2009-09-23 17:46:15 -0700337
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700338 switch (event) {
339 case BFAD_E_STOP:
340 bfa_sm_set_state(bfad, bfad_sm_fcs_exit);
341 bfad_fcs_stop(bfad);
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 }
347}
348
349static void
350bfad_sm_fcs_exit(struct bfad_s *bfad, enum bfad_sm_event event)
351{
352 bfa_trc(bfad, event);
353
354 switch (event) {
355 case BFAD_E_FCS_EXIT_COMP:
356 bfa_sm_set_state(bfad, bfad_sm_stopping);
357 bfad_stop(bfad);
358 break;
359
360 default:
361 bfa_sm_fault(bfad, event);
362 }
363}
364
365static void
366bfad_sm_stopping(struct bfad_s *bfad, enum bfad_sm_event event)
367{
368 bfa_trc(bfad, event);
369
370 switch (event) {
371 case BFAD_E_EXIT_COMP:
372 bfa_sm_set_state(bfad, bfad_sm_uninit);
373 bfad_remove_intr(bfad);
374 del_timer_sync(&bfad->hal_tmo);
375 bfad_im_probe_undo(bfad);
376 bfad->bfad_flags &= ~BFAD_FC4_PROBE_DONE;
377 bfad_uncfg_pport(bfad);
378 break;
379
380 default:
381 bfa_sm_fault(bfad, event);
382 break;
383 }
Jing Huang7725ccf2009-09-23 17:46:15 -0700384}
385
Jing Huang5fbe25c2010-10-18 17:17:23 -0700386/*
Jing Huang7725ccf2009-09-23 17:46:15 -0700387 * BFA callbacks
388 */
389void
390bfad_hcb_comp(void *arg, bfa_status_t status)
391{
392 struct bfad_hal_comp *fcomp = (struct bfad_hal_comp *)arg;
393
394 fcomp->status = status;
395 complete(&fcomp->comp);
396}
397
Jing Huang5fbe25c2010-10-18 17:17:23 -0700398/*
Jing Huang7725ccf2009-09-23 17:46:15 -0700399 * bfa_init callback
400 */
401void
402bfa_cb_init(void *drv, bfa_status_t init_status)
403{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700404 struct bfad_s *bfad = drv;
Jing Huang7725ccf2009-09-23 17:46:15 -0700405
Krishna Gudipatie6714322010-03-03 17:44:02 -0800406 if (init_status == BFA_STATUS_OK) {
Jing Huang7725ccf2009-09-23 17:46:15 -0700407 bfad->bfad_flags |= BFAD_HAL_INIT_DONE;
408
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700409 /*
410 * If BFAD_HAL_INIT_FAIL flag is set:
Krishna Gudipatie6714322010-03-03 17:44:02 -0800411 * Wake up the kernel thread to start
412 * the bfad operations after HAL init done
413 */
414 if ((bfad->bfad_flags & BFAD_HAL_INIT_FAIL)) {
415 bfad->bfad_flags &= ~BFAD_HAL_INIT_FAIL;
416 wake_up_process(bfad->bfad_tsk);
417 }
418 }
419
Jing Huang7725ccf2009-09-23 17:46:15 -0700420 complete(&bfad->comp);
421}
422
Jing Huang5fbe25c2010-10-18 17:17:23 -0700423/*
Jing Huang7725ccf2009-09-23 17:46:15 -0700424 * BFA_FCS callbacks
425 */
Jing Huang7725ccf2009-09-23 17:46:15 -0700426struct bfad_port_s *
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700427bfa_fcb_lport_new(struct bfad_s *bfad, struct bfa_fcs_lport_s *port,
428 enum bfa_lport_role roles, struct bfad_vf_s *vf_drv,
Jing Huang7725ccf2009-09-23 17:46:15 -0700429 struct bfad_vport_s *vp_drv)
430{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700431 bfa_status_t rc;
432 struct bfad_port_s *port_drv;
Jing Huang7725ccf2009-09-23 17:46:15 -0700433
434 if (!vp_drv && !vf_drv) {
435 port_drv = &bfad->pport;
436 port_drv->pvb_type = BFAD_PORT_PHYS_BASE;
437 } else if (!vp_drv && vf_drv) {
438 port_drv = &vf_drv->base_port;
439 port_drv->pvb_type = BFAD_PORT_VF_BASE;
440 } else if (vp_drv && !vf_drv) {
441 port_drv = &vp_drv->drv_port;
442 port_drv->pvb_type = BFAD_PORT_PHYS_VPORT;
443 } else {
444 port_drv = &vp_drv->drv_port;
445 port_drv->pvb_type = BFAD_PORT_VF_VPORT;
446 }
447
448 port_drv->fcs_port = port;
449 port_drv->roles = roles;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700450
451 if (roles & BFA_LPORT_ROLE_FCP_IM) {
452 rc = bfad_im_port_new(bfad, port_drv);
453 if (rc != BFA_STATUS_OK) {
454 bfad_im_port_delete(bfad, port_drv);
455 port_drv = NULL;
456 }
Jing Huang7725ccf2009-09-23 17:46:15 -0700457 }
458
459 return port_drv;
460}
461
Jing Huang5fbe25c2010-10-18 17:17:23 -0700462/*
Jing Huang7725ccf2009-09-23 17:46:15 -0700463 * FCS RPORT alloc callback, after successful PLOGI by FCS
464 */
465bfa_status_t
466bfa_fcb_rport_alloc(struct bfad_s *bfad, struct bfa_fcs_rport_s **rport,
467 struct bfad_rport_s **rport_drv)
468{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700469 bfa_status_t rc = BFA_STATUS_OK;
Jing Huang7725ccf2009-09-23 17:46:15 -0700470
471 *rport_drv = kzalloc(sizeof(struct bfad_rport_s), GFP_ATOMIC);
472 if (*rport_drv == NULL) {
473 rc = BFA_STATUS_ENOMEM;
474 goto ext;
475 }
476
477 *rport = &(*rport_drv)->fcs_rport;
478
479ext:
480 return rc;
481}
482
Jing Huang5fbe25c2010-10-18 17:17:23 -0700483/*
Jing Huangd9883542010-07-08 19:46:26 -0700484 * FCS PBC VPORT Create
485 */
486void
487bfa_fcb_pbc_vport_create(struct bfad_s *bfad, struct bfi_pbc_vport_s pbc_vport)
488{
Jing Huang7725ccf2009-09-23 17:46:15 -0700489
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700490 struct bfa_lport_cfg_s port_cfg = {0};
491 struct bfad_vport_s *vport;
492 int rc;
Jing Huangd9883542010-07-08 19:46:26 -0700493
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700494 vport = kzalloc(sizeof(struct bfad_vport_s), GFP_KERNEL);
495 if (!vport) {
Jing Huangd9883542010-07-08 19:46:26 -0700496 bfa_trc(bfad, 0);
497 return;
498 }
499
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700500 vport->drv_port.bfad = bfad;
501 port_cfg.roles = BFA_LPORT_ROLE_FCP_IM;
502 port_cfg.pwwn = pbc_vport.vp_pwwn;
503 port_cfg.nwwn = pbc_vport.vp_nwwn;
504 port_cfg.preboot_vp = BFA_TRUE;
Jing Huangd9883542010-07-08 19:46:26 -0700505
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700506 rc = bfa_fcs_pbc_vport_create(&vport->fcs_vport, &bfad->bfa_fcs, 0,
507 &port_cfg, vport);
Jing Huangd9883542010-07-08 19:46:26 -0700508
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700509 if (rc != BFA_STATUS_OK) {
510 bfa_trc(bfad, 0);
511 return;
512 }
513
514 list_add_tail(&vport->list_entry, &bfad->pbc_vport_list);
Jing Huangd9883542010-07-08 19:46:26 -0700515}
Jing Huang7725ccf2009-09-23 17:46:15 -0700516
517void
518bfad_hal_mem_release(struct bfad_s *bfad)
519{
Jing Huang7725ccf2009-09-23 17:46:15 -0700520 struct bfa_meminfo_s *hal_meminfo = &bfad->meminfo;
Krishna Gudipati45070252011-06-24 20:24:29 -0700521 struct bfa_mem_dma_s *dma_info, *dma_elem;
522 struct bfa_mem_kva_s *kva_info, *kva_elem;
523 struct list_head *dm_qe, *km_qe;
Jing Huang7725ccf2009-09-23 17:46:15 -0700524
Krishna Gudipati45070252011-06-24 20:24:29 -0700525 dma_info = &hal_meminfo->dma_info;
526 kva_info = &hal_meminfo->kva_info;
527
528 /* Iterate through the KVA meminfo queue */
529 list_for_each(km_qe, &kva_info->qe) {
530 kva_elem = (struct bfa_mem_kva_s *) km_qe;
531 vfree(kva_elem->kva);
532 }
533
534 /* Iterate through the DMA meminfo queue */
535 list_for_each(dm_qe, &dma_info->qe) {
536 dma_elem = (struct bfa_mem_dma_s *) dm_qe;
537 dma_free_coherent(&bfad->pcidev->dev,
538 dma_elem->mem_len, dma_elem->kva,
539 (dma_addr_t) dma_elem->dma);
Jing Huang7725ccf2009-09-23 17:46:15 -0700540 }
541
542 memset(hal_meminfo, 0, sizeof(struct bfa_meminfo_s));
543}
544
545void
546bfad_update_hal_cfg(struct bfa_iocfc_cfg_s *bfa_cfg)
547{
548 if (num_rports > 0)
549 bfa_cfg->fwcfg.num_rports = num_rports;
550 if (num_ios > 0)
551 bfa_cfg->fwcfg.num_ioim_reqs = num_ios;
552 if (num_tms > 0)
553 bfa_cfg->fwcfg.num_tskim_reqs = num_tms;
Krishna Gudipati45070252011-06-24 20:24:29 -0700554 if (num_fcxps > 0 && num_fcxps <= BFA_FCXP_MAX)
Jing Huang7725ccf2009-09-23 17:46:15 -0700555 bfa_cfg->fwcfg.num_fcxp_reqs = num_fcxps;
Krishna Gudipati45070252011-06-24 20:24:29 -0700556 if (num_ufbufs > 0 && num_ufbufs <= BFA_UF_MAX)
Jing Huang7725ccf2009-09-23 17:46:15 -0700557 bfa_cfg->fwcfg.num_uf_bufs = num_ufbufs;
558 if (reqq_size > 0)
559 bfa_cfg->drvcfg.num_reqq_elems = reqq_size;
560 if (rspq_size > 0)
561 bfa_cfg->drvcfg.num_rspq_elems = rspq_size;
Krishna Gudipati45070252011-06-24 20:24:29 -0700562 if (num_sgpgs > 0 && num_sgpgs <= BFA_SGPG_MAX)
Jing Huang7725ccf2009-09-23 17:46:15 -0700563 bfa_cfg->drvcfg.num_sgpgs = num_sgpgs;
564
565 /*
566 * populate the hal values back to the driver for sysfs use.
567 * otherwise, the default values will be shown as 0 in sysfs
568 */
569 num_rports = bfa_cfg->fwcfg.num_rports;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700570 num_ios = bfa_cfg->fwcfg.num_ioim_reqs;
571 num_tms = bfa_cfg->fwcfg.num_tskim_reqs;
572 num_fcxps = bfa_cfg->fwcfg.num_fcxp_reqs;
Jing Huang7725ccf2009-09-23 17:46:15 -0700573 num_ufbufs = bfa_cfg->fwcfg.num_uf_bufs;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700574 reqq_size = bfa_cfg->drvcfg.num_reqq_elems;
575 rspq_size = bfa_cfg->drvcfg.num_rspq_elems;
576 num_sgpgs = bfa_cfg->drvcfg.num_sgpgs;
Jing Huang7725ccf2009-09-23 17:46:15 -0700577}
578
579bfa_status_t
580bfad_hal_mem_alloc(struct bfad_s *bfad)
581{
582 struct bfa_meminfo_s *hal_meminfo = &bfad->meminfo;
Krishna Gudipati45070252011-06-24 20:24:29 -0700583 struct bfa_mem_dma_s *dma_info, *dma_elem;
584 struct bfa_mem_kva_s *kva_info, *kva_elem;
585 struct list_head *dm_qe, *km_qe;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700586 bfa_status_t rc = BFA_STATUS_OK;
Krishna Gudipati45070252011-06-24 20:24:29 -0700587 dma_addr_t phys_addr;
Jing Huang7725ccf2009-09-23 17:46:15 -0700588
589 bfa_cfg_get_default(&bfad->ioc_cfg);
Jing Huang7725ccf2009-09-23 17:46:15 -0700590 bfad_update_hal_cfg(&bfad->ioc_cfg);
591 bfad->cfg_data.ioc_queue_depth = bfad->ioc_cfg.fwcfg.num_ioim_reqs;
Krishna Gudipati45070252011-06-24 20:24:29 -0700592 bfa_cfg_get_meminfo(&bfad->ioc_cfg, hal_meminfo, &bfad->bfa);
Jing Huang7725ccf2009-09-23 17:46:15 -0700593
Krishna Gudipati45070252011-06-24 20:24:29 -0700594 dma_info = &hal_meminfo->dma_info;
595 kva_info = &hal_meminfo->kva_info;
Jing Huang7725ccf2009-09-23 17:46:15 -0700596
Krishna Gudipati45070252011-06-24 20:24:29 -0700597 /* Iterate through the KVA meminfo queue */
598 list_for_each(km_qe, &kva_info->qe) {
599 kva_elem = (struct bfa_mem_kva_s *) km_qe;
600 kva_elem->kva = vmalloc(kva_elem->mem_len);
601 if (kva_elem->kva == NULL) {
602 bfad_hal_mem_release(bfad);
603 rc = BFA_STATUS_ENOMEM;
604 goto ext;
Jing Huang7725ccf2009-09-23 17:46:15 -0700605 }
Krishna Gudipati45070252011-06-24 20:24:29 -0700606 memset(kva_elem->kva, 0, kva_elem->mem_len);
607 }
608
609 /* Iterate through the DMA meminfo queue */
610 list_for_each(dm_qe, &dma_info->qe) {
611 dma_elem = (struct bfa_mem_dma_s *) dm_qe;
612 dma_elem->kva = dma_alloc_coherent(&bfad->pcidev->dev,
613 dma_elem->mem_len,
614 &phys_addr, GFP_KERNEL);
615 if (dma_elem->kva == NULL) {
616 bfad_hal_mem_release(bfad);
617 rc = BFA_STATUS_ENOMEM;
618 goto ext;
619 }
620 dma_elem->dma = phys_addr;
621 memset(dma_elem->kva, 0, dma_elem->mem_len);
Jing Huang7725ccf2009-09-23 17:46:15 -0700622 }
623ext:
624 return rc;
625}
626
Jing Huang5fbe25c2010-10-18 17:17:23 -0700627/*
Jing Huang7725ccf2009-09-23 17:46:15 -0700628 * Create a vport under a vf.
629 */
630bfa_status_t
631bfad_vport_create(struct bfad_s *bfad, u16 vf_id,
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700632 struct bfa_lport_cfg_s *port_cfg, struct device *dev)
Jing Huang7725ccf2009-09-23 17:46:15 -0700633{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700634 struct bfad_vport_s *vport;
635 int rc = BFA_STATUS_OK;
636 unsigned long flags;
Jing Huang7725ccf2009-09-23 17:46:15 -0700637 struct completion fcomp;
638
639 vport = kzalloc(sizeof(struct bfad_vport_s), GFP_KERNEL);
640 if (!vport) {
641 rc = BFA_STATUS_ENOMEM;
642 goto ext;
643 }
644
645 vport->drv_port.bfad = bfad;
646 spin_lock_irqsave(&bfad->bfad_lock, flags);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700647 rc = bfa_fcs_vport_create(&vport->fcs_vport, &bfad->bfa_fcs, vf_id,
648 port_cfg, vport);
Jing Huang7725ccf2009-09-23 17:46:15 -0700649 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
650
651 if (rc != BFA_STATUS_OK)
652 goto ext_free_vport;
653
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700654 if (port_cfg->roles & BFA_LPORT_ROLE_FCP_IM) {
Jing Huangb5042932010-03-19 11:05:39 -0700655 rc = bfad_im_scsi_host_alloc(bfad, vport->drv_port.im_port,
656 dev);
Jing Huang7725ccf2009-09-23 17:46:15 -0700657 if (rc != BFA_STATUS_OK)
658 goto ext_free_fcs_vport;
659 }
660
661 spin_lock_irqsave(&bfad->bfad_lock, flags);
662 bfa_fcs_vport_start(&vport->fcs_vport);
Krishna Gudipati5b7db7a2011-12-20 18:58:32 -0800663 list_add_tail(&vport->list_entry, &bfad->vport_list);
Jing Huang7725ccf2009-09-23 17:46:15 -0700664 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
665
666 return BFA_STATUS_OK;
667
668ext_free_fcs_vport:
669 spin_lock_irqsave(&bfad->bfad_lock, flags);
670 vport->comp_del = &fcomp;
671 init_completion(vport->comp_del);
672 bfa_fcs_vport_delete(&vport->fcs_vport);
673 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
674 wait_for_completion(vport->comp_del);
675ext_free_vport:
676 kfree(vport);
677ext:
678 return rc;
679}
680
Jing Huang7725ccf2009-09-23 17:46:15 -0700681void
682bfad_bfa_tmo(unsigned long data)
683{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700684 struct bfad_s *bfad = (struct bfad_s *) data;
685 unsigned long flags;
686 struct list_head doneq;
Jing Huang7725ccf2009-09-23 17:46:15 -0700687
688 spin_lock_irqsave(&bfad->bfad_lock, flags);
689
Maggie Zhangf7f738122010-12-09 19:08:43 -0800690 bfa_timer_beat(&bfad->bfa.timer_mod);
Jing Huang7725ccf2009-09-23 17:46:15 -0700691
692 bfa_comp_deq(&bfad->bfa, &doneq);
693 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
694
695 if (!list_empty(&doneq)) {
696 bfa_comp_process(&bfad->bfa, &doneq);
697 spin_lock_irqsave(&bfad->bfad_lock, flags);
698 bfa_comp_free(&bfad->bfa, &doneq);
699 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
700 }
701
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700702 mod_timer(&bfad->hal_tmo,
703 jiffies + msecs_to_jiffies(BFA_TIMER_FREQ));
Jing Huang7725ccf2009-09-23 17:46:15 -0700704}
705
706void
707bfad_init_timer(struct bfad_s *bfad)
708{
709 init_timer(&bfad->hal_tmo);
710 bfad->hal_tmo.function = bfad_bfa_tmo;
711 bfad->hal_tmo.data = (unsigned long)bfad;
712
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700713 mod_timer(&bfad->hal_tmo,
714 jiffies + msecs_to_jiffies(BFA_TIMER_FREQ));
Jing Huang7725ccf2009-09-23 17:46:15 -0700715}
716
717int
718bfad_pci_init(struct pci_dev *pdev, struct bfad_s *bfad)
719{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700720 int rc = -ENODEV;
Jing Huang7725ccf2009-09-23 17:46:15 -0700721
722 if (pci_enable_device(pdev)) {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700723 printk(KERN_ERR "pci_enable_device fail %p\n", pdev);
Jing Huang7725ccf2009-09-23 17:46:15 -0700724 goto out;
725 }
726
727 if (pci_request_regions(pdev, BFAD_DRIVER_NAME))
728 goto out_disable_device;
729
730 pci_set_master(pdev);
731
732
Krishna Gudipati10a07372011-06-24 20:23:38 -0700733 if ((pci_set_dma_mask(pdev, DMA_BIT_MASK(64)) != 0) ||
734 (pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(64)) != 0)) {
735 if ((pci_set_dma_mask(pdev, DMA_BIT_MASK(32)) != 0) ||
736 (pci_set_consistent_dma_mask(pdev, DMA_BIT_MASK(32)) != 0)) {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700737 printk(KERN_ERR "pci_set_dma_mask fail %p\n", pdev);
Jing Huang7725ccf2009-09-23 17:46:15 -0700738 goto out_release_region;
739 }
Krishna Gudipati10a07372011-06-24 20:23:38 -0700740 }
Jing Huang7725ccf2009-09-23 17:46:15 -0700741
Krishna Gudipati881c1b32012-08-22 19:52:02 -0700742 /* Enable PCIE Advanced Error Recovery (AER) if kernel supports */
743 pci_enable_pcie_error_reporting(pdev);
744
Jing Huangb3522f02010-03-19 11:06:44 -0700745 bfad->pci_bar0_kva = pci_iomap(pdev, 0, pci_resource_len(pdev, 0));
Krishna Gudipati11189202011-06-13 15:50:35 -0700746 bfad->pci_bar2_kva = pci_iomap(pdev, 2, pci_resource_len(pdev, 2));
Jing Huang7725ccf2009-09-23 17:46:15 -0700747
748 if (bfad->pci_bar0_kva == NULL) {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700749 printk(KERN_ERR "Fail to map bar0\n");
Jing Huang7725ccf2009-09-23 17:46:15 -0700750 goto out_release_region;
751 }
752
753 bfad->hal_pcidev.pci_slot = PCI_SLOT(pdev->devfn);
754 bfad->hal_pcidev.pci_func = PCI_FUNC(pdev->devfn);
755 bfad->hal_pcidev.pci_bar_kva = bfad->pci_bar0_kva;
756 bfad->hal_pcidev.device_id = pdev->device;
Krishna Gudipati1a4d8e12011-06-24 20:22:28 -0700757 bfad->hal_pcidev.ssid = pdev->subsystem_device;
Jing Huang7725ccf2009-09-23 17:46:15 -0700758 bfad->pci_name = pci_name(pdev);
759
760 bfad->pci_attr.vendor_id = pdev->vendor;
761 bfad->pci_attr.device_id = pdev->device;
762 bfad->pci_attr.ssid = pdev->subsystem_device;
763 bfad->pci_attr.ssvid = pdev->subsystem_vendor;
764 bfad->pci_attr.pcifn = PCI_FUNC(pdev->devfn);
765
766 bfad->pcidev = pdev;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700767
768 /* Adjust PCIe Maximum Read Request Size */
Yijing Wangc0102c02013-09-05 15:55:25 +0800769 if (pci_is_pcie(pdev) && pcie_max_read_reqsz) {
770 if (pcie_max_read_reqsz >= 128 &&
771 pcie_max_read_reqsz <= 4096 &&
772 is_power_of_2(pcie_max_read_reqsz)) {
773 int max_rq = pcie_get_readrq(pdev);
774 printk(KERN_WARNING "BFA[%s]: "
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700775 "pcie_max_read_request_size is %d, "
Yijing Wangc0102c02013-09-05 15:55:25 +0800776 "reset to %d\n", bfad->pci_name, max_rq,
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700777 pcie_max_read_reqsz);
Yijing Wangc0102c02013-09-05 15:55:25 +0800778 pcie_set_readrq(pdev, pcie_max_read_reqsz);
779 } else {
780 printk(KERN_WARNING "BFA[%s]: invalid "
781 "pcie_max_read_request_size %d ignored\n",
782 bfad->pci_name, pcie_max_read_reqsz);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700783 }
784 }
785
Krishna Gudipati881c1b32012-08-22 19:52:02 -0700786 pci_save_state(pdev);
787
Jing Huang7725ccf2009-09-23 17:46:15 -0700788 return 0;
789
790out_release_region:
791 pci_release_regions(pdev);
792out_disable_device:
793 pci_disable_device(pdev);
794out:
795 return rc;
796}
797
798void
799bfad_pci_uninit(struct pci_dev *pdev, struct bfad_s *bfad)
800{
Jing Huang7725ccf2009-09-23 17:46:15 -0700801 pci_iounmap(pdev, bfad->pci_bar0_kva);
Krishna Gudipati11189202011-06-13 15:50:35 -0700802 pci_iounmap(pdev, bfad->pci_bar2_kva);
Jing Huang7725ccf2009-09-23 17:46:15 -0700803 pci_release_regions(pdev);
Krishna Gudipati881c1b32012-08-22 19:52:02 -0700804 /* Disable PCIE Advanced Error Recovery (AER) */
805 pci_disable_pcie_error_reporting(pdev);
Jing Huang7725ccf2009-09-23 17:46:15 -0700806 pci_disable_device(pdev);
Jing Huang7725ccf2009-09-23 17:46:15 -0700807}
808
Jing Huang7725ccf2009-09-23 17:46:15 -0700809bfa_status_t
810bfad_drv_init(struct bfad_s *bfad)
811{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700812 bfa_status_t rc;
813 unsigned long flags;
Jing Huang7725ccf2009-09-23 17:46:15 -0700814
815 bfad->cfg_data.rport_del_timeout = rport_del_timeout;
816 bfad->cfg_data.lun_queue_depth = bfa_lun_queue_depth;
817 bfad->cfg_data.io_max_sge = bfa_io_max_sge;
818 bfad->cfg_data.binding_method = FCP_PWWN_BINDING;
819
820 rc = bfad_hal_mem_alloc(bfad);
821 if (rc != BFA_STATUS_OK) {
822 printk(KERN_WARNING "bfad%d bfad_hal_mem_alloc failure\n",
823 bfad->inst_no);
824 printk(KERN_WARNING
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700825 "Not enough memory to attach all Brocade HBA ports, %s",
826 "System may need more memory.\n");
Jing Huang7725ccf2009-09-23 17:46:15 -0700827 goto out_hal_mem_alloc_failure;
828 }
829
Maggie Zhangf7f738122010-12-09 19:08:43 -0800830 bfad->bfa.trcmod = bfad->trcmod;
831 bfad->bfa.plog = &bfad->plog_buf;
Jing Huang7725ccf2009-09-23 17:46:15 -0700832 bfa_plog_init(&bfad->plog_buf);
833 bfa_plog_str(&bfad->plog_buf, BFA_PL_MID_DRVR, BFA_PL_EID_DRIVER_START,
834 0, "Driver Attach");
835
836 bfa_attach(&bfad->bfa, bfad, &bfad->ioc_cfg, &bfad->meminfo,
837 &bfad->hal_pcidev);
838
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700839 /* FCS INIT */
Jing Huang7725ccf2009-09-23 17:46:15 -0700840 spin_lock_irqsave(&bfad->bfad_lock, flags);
Maggie Zhangf7f738122010-12-09 19:08:43 -0800841 bfad->bfa_fcs.trcmod = bfad->trcmod;
Krishna Gudipati82794a22010-03-03 17:43:30 -0800842 bfa_fcs_attach(&bfad->bfa_fcs, &bfad->bfa, bfad, BFA_FALSE);
Maggie Zhangf7f738122010-12-09 19:08:43 -0800843 bfad->bfa_fcs.fdmi_enabled = fdmi_enable;
Krishna Gudipati75332a72011-06-13 15:54:31 -0700844 bfa_fcs_init(&bfad->bfa_fcs);
Jing Huang7725ccf2009-09-23 17:46:15 -0700845 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
846
847 bfad->bfad_flags |= BFAD_DRV_INIT_DONE;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700848
Krishna Gudipati75332a72011-06-13 15:54:31 -0700849 /* configure base port */
850 rc = bfad_cfg_pport(bfad, BFA_LPORT_ROLE_FCP_IM);
851 if (rc != BFA_STATUS_OK)
852 goto out_cfg_pport_fail;
853
Jing Huang7725ccf2009-09-23 17:46:15 -0700854 return BFA_STATUS_OK;
855
Krishna Gudipati75332a72011-06-13 15:54:31 -0700856out_cfg_pport_fail:
857 /* fcs exit - on cfg pport failure */
858 spin_lock_irqsave(&bfad->bfad_lock, flags);
859 init_completion(&bfad->comp);
860 bfad->pport.flags |= BFAD_PORT_DELETE;
861 bfa_fcs_exit(&bfad->bfa_fcs);
862 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
863 wait_for_completion(&bfad->comp);
864 /* bfa detach - free hal memory */
865 bfa_detach(&bfad->bfa);
866 bfad_hal_mem_release(bfad);
Jing Huang7725ccf2009-09-23 17:46:15 -0700867out_hal_mem_alloc_failure:
868 return BFA_STATUS_FAILED;
869}
870
871void
872bfad_drv_uninit(struct bfad_s *bfad)
873{
Krishna Gudipatie6714322010-03-03 17:44:02 -0800874 unsigned long flags;
875
876 spin_lock_irqsave(&bfad->bfad_lock, flags);
877 init_completion(&bfad->comp);
Maggie Zhangf7f738122010-12-09 19:08:43 -0800878 bfa_iocfc_stop(&bfad->bfa);
Krishna Gudipatie6714322010-03-03 17:44:02 -0800879 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
880 wait_for_completion(&bfad->comp);
881
Jing Huang7725ccf2009-09-23 17:46:15 -0700882 del_timer_sync(&bfad->hal_tmo);
883 bfa_isr_disable(&bfad->bfa);
884 bfa_detach(&bfad->bfa);
885 bfad_remove_intr(bfad);
Jing Huang7725ccf2009-09-23 17:46:15 -0700886 bfad_hal_mem_release(bfad);
Krishna Gudipatie6714322010-03-03 17:44:02 -0800887
888 bfad->bfad_flags &= ~BFAD_DRV_INIT_DONE;
Jing Huang7725ccf2009-09-23 17:46:15 -0700889}
890
891void
892bfad_drv_start(struct bfad_s *bfad)
893{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700894 unsigned long flags;
Jing Huang7725ccf2009-09-23 17:46:15 -0700895
896 spin_lock_irqsave(&bfad->bfad_lock, flags);
Maggie Zhangf7f738122010-12-09 19:08:43 -0800897 bfa_iocfc_start(&bfad->bfa);
Krishna Gudipati75332a72011-06-13 15:54:31 -0700898 bfa_fcs_pbc_vport_init(&bfad->bfa_fcs);
Maggie Zhangf7f738122010-12-09 19:08:43 -0800899 bfa_fcs_fabric_modstart(&bfad->bfa_fcs);
Jing Huang7725ccf2009-09-23 17:46:15 -0700900 bfad->bfad_flags |= BFAD_HAL_START_DONE;
901 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
902
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700903 if (bfad->im)
904 flush_workqueue(bfad->im->drv_workq);
Jing Huang7725ccf2009-09-23 17:46:15 -0700905}
906
907void
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700908bfad_fcs_stop(struct bfad_s *bfad)
Jing Huang7725ccf2009-09-23 17:46:15 -0700909{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700910 unsigned long flags;
Jing Huang7725ccf2009-09-23 17:46:15 -0700911
912 spin_lock_irqsave(&bfad->bfad_lock, flags);
913 init_completion(&bfad->comp);
914 bfad->pport.flags |= BFAD_PORT_DELETE;
915 bfa_fcs_exit(&bfad->bfa_fcs);
916 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
917 wait_for_completion(&bfad->comp);
918
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700919 bfa_sm_send_event(bfad, BFAD_E_FCS_EXIT_COMP);
920}
921
922void
923bfad_stop(struct bfad_s *bfad)
924{
925 unsigned long flags;
926
Jing Huang7725ccf2009-09-23 17:46:15 -0700927 spin_lock_irqsave(&bfad->bfad_lock, flags);
928 init_completion(&bfad->comp);
Maggie Zhangf7f738122010-12-09 19:08:43 -0800929 bfa_iocfc_stop(&bfad->bfa);
Jing Huang7725ccf2009-09-23 17:46:15 -0700930 bfad->bfad_flags &= ~BFAD_HAL_START_DONE;
931 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
932 wait_for_completion(&bfad->comp);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700933
934 bfa_sm_send_event(bfad, BFAD_E_EXIT_COMP);
Jing Huang7725ccf2009-09-23 17:46:15 -0700935}
936
937bfa_status_t
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700938bfad_cfg_pport(struct bfad_s *bfad, enum bfa_lport_role role)
Jing Huang7725ccf2009-09-23 17:46:15 -0700939{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700940 int rc = BFA_STATUS_OK;
Jing Huang7725ccf2009-09-23 17:46:15 -0700941
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700942 /* Allocate scsi_host for the physical port */
943 if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) &&
944 (role & BFA_LPORT_ROLE_FCP_IM)) {
Jing Huang7725ccf2009-09-23 17:46:15 -0700945 if (bfad->pport.im_port == NULL) {
946 rc = BFA_STATUS_FAILED;
947 goto out;
948 }
949
Jing Huangb5042932010-03-19 11:05:39 -0700950 rc = bfad_im_scsi_host_alloc(bfad, bfad->pport.im_port,
951 &bfad->pcidev->dev);
Jing Huang7725ccf2009-09-23 17:46:15 -0700952 if (rc != BFA_STATUS_OK)
953 goto out;
954
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700955 bfad->pport.roles |= BFA_LPORT_ROLE_FCP_IM;
Jing Huang7725ccf2009-09-23 17:46:15 -0700956 }
957
958 bfad->bfad_flags |= BFAD_CFG_PPORT_DONE;
959
960out:
961 return rc;
962}
963
964void
965bfad_uncfg_pport(struct bfad_s *bfad)
966{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700967 if ((supported_fc4s & BFA_LPORT_ROLE_FCP_IM) &&
968 (bfad->pport.roles & BFA_LPORT_ROLE_FCP_IM)) {
Jing Huang7725ccf2009-09-23 17:46:15 -0700969 bfad_im_scsi_host_free(bfad, bfad->pport.im_port);
970 bfad_im_port_clean(bfad->pport.im_port);
971 kfree(bfad->pport.im_port);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700972 bfad->pport.roles &= ~BFA_LPORT_ROLE_FCP_IM;
Jing Huang7725ccf2009-09-23 17:46:15 -0700973 }
974
975 bfad->bfad_flags &= ~BFAD_CFG_PPORT_DONE;
976}
977
Krishna Gudipatie6714322010-03-03 17:44:02 -0800978bfa_status_t
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700979bfad_start_ops(struct bfad_s *bfad) {
980
981 int retval;
982 unsigned long flags;
983 struct bfad_vport_s *vport, *vport_new;
984 struct bfa_fcs_driver_info_s driver_info;
985
Krishna Gudipati61e62e22011-06-24 20:29:07 -0700986 /* Limit min/max. xfer size to [64k-32MB] */
987 if (max_xfer_size < BFAD_MIN_SECTORS >> 1)
988 max_xfer_size = BFAD_MIN_SECTORS >> 1;
989 if (max_xfer_size > BFAD_MAX_SECTORS >> 1)
990 max_xfer_size = BFAD_MAX_SECTORS >> 1;
991
Krishna Gudipatia36c61f2010-09-15 11:50:55 -0700992 /* Fill the driver_info info to fcs*/
993 memset(&driver_info, 0, sizeof(driver_info));
994 strncpy(driver_info.version, BFAD_DRIVER_VERSION,
995 sizeof(driver_info.version) - 1);
996 if (host_name)
997 strncpy(driver_info.host_machine_name, host_name,
998 sizeof(driver_info.host_machine_name) - 1);
999 if (os_name)
1000 strncpy(driver_info.host_os_name, os_name,
1001 sizeof(driver_info.host_os_name) - 1);
1002 if (os_patch)
1003 strncpy(driver_info.host_os_patch, os_patch,
1004 sizeof(driver_info.host_os_patch) - 1);
1005
1006 strncpy(driver_info.os_device_name, bfad->pci_name,
Dan Carpenter30ac3792013-01-10 12:06:20 +03001007 sizeof(driver_info.os_device_name) - 1);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001008
Krishna Gudipati75332a72011-06-13 15:54:31 -07001009 /* FCS driver info init */
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001010 spin_lock_irqsave(&bfad->bfad_lock, flags);
1011 bfa_fcs_driver_info_init(&bfad->bfa_fcs, &driver_info);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001012 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
Krishna Gudipatie6714322010-03-03 17:44:02 -08001013
Krishna Gudipati75332a72011-06-13 15:54:31 -07001014 /*
1015 * FCS update cfg - reset the pwwn/nwwn of fabric base logical port
1016 * with values learned during bfa_init firmware GETATTR REQ.
1017 */
1018 bfa_fcs_update_cfg(&bfad->bfa_fcs);
1019
1020 /* Setup fc host fixed attribute if the lk supports */
1021 bfad_fc_host_init(bfad->pport.im_port);
Krishna Gudipatie6714322010-03-03 17:44:02 -08001022
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001023 /* BFAD level FC4 IM specific resource allocation */
1024 retval = bfad_im_probe(bfad);
1025 if (retval != BFA_STATUS_OK) {
1026 printk(KERN_WARNING "bfad_im_probe failed\n");
1027 if (bfa_sm_cmp_state(bfad, bfad_sm_initializing))
1028 bfa_sm_set_state(bfad, bfad_sm_failed);
1029 bfad_im_probe_undo(bfad);
1030 bfad->bfad_flags &= ~BFAD_FC4_PROBE_DONE;
1031 bfad_uncfg_pport(bfad);
1032 bfad_stop(bfad);
1033 return BFA_STATUS_FAILED;
1034 } else
1035 bfad->bfad_flags |= BFAD_FC4_PROBE_DONE;
1036
Krishna Gudipatie6714322010-03-03 17:44:02 -08001037 bfad_drv_start(bfad);
1038
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001039 /* Complete pbc vport create */
1040 list_for_each_entry_safe(vport, vport_new, &bfad->pbc_vport_list,
1041 list_entry) {
Jing Huangd9883542010-07-08 19:46:26 -07001042 struct fc_vport_identifiers vid;
1043 struct fc_vport *fc_vport;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001044 char pwwn_buf[BFA_STRING_32];
Jing Huangd9883542010-07-08 19:46:26 -07001045
1046 memset(&vid, 0, sizeof(vid));
1047 vid.roles = FC_PORT_ROLE_FCP_INITIATOR;
1048 vid.vport_type = FC_PORTTYPE_NPIV;
1049 vid.disable = false;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001050 vid.node_name = wwn_to_u64((u8 *)
1051 (&((vport->fcs_vport).lport.port_cfg.nwwn)));
1052 vid.port_name = wwn_to_u64((u8 *)
1053 (&((vport->fcs_vport).lport.port_cfg.pwwn)));
Jing Huangd9883542010-07-08 19:46:26 -07001054 fc_vport = fc_vport_create(bfad->pport.im_port->shost, 0, &vid);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001055 if (!fc_vport) {
1056 wwn2str(pwwn_buf, vid.port_name);
Jing Huangd9883542010-07-08 19:46:26 -07001057 printk(KERN_WARNING "bfad%d: failed to create pbc vport"
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001058 " %s\n", bfad->inst_no, pwwn_buf);
1059 }
1060 list_del(&vport->list_entry);
1061 kfree(vport);
Jing Huangd9883542010-07-08 19:46:26 -07001062 }
1063
Krishna Gudipatie6714322010-03-03 17:44:02 -08001064 /*
1065 * If bfa_linkup_delay is set to -1 default; try to retrive the
Maggie Zhangf16a1752010-12-09 19:12:32 -08001066 * value using the bfad_get_linkup_delay(); else use the
Krishna Gudipatie6714322010-03-03 17:44:02 -08001067 * passed in module param value as the bfa_linkup_delay.
1068 */
1069 if (bfa_linkup_delay < 0) {
Maggie Zhangf16a1752010-12-09 19:12:32 -08001070 bfa_linkup_delay = bfad_get_linkup_delay(bfad);
1071 bfad_rport_online_wait(bfad);
Krishna Gudipatie6714322010-03-03 17:44:02 -08001072 bfa_linkup_delay = -1;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001073 } else
Maggie Zhangf16a1752010-12-09 19:12:32 -08001074 bfad_rport_online_wait(bfad);
Krishna Gudipatie6714322010-03-03 17:44:02 -08001075
Jing Huang88166242010-12-09 17:11:53 -08001076 BFA_LOG(KERN_INFO, bfad, bfa_log_level, "bfa device claimed\n");
Krishna Gudipatie6714322010-03-03 17:44:02 -08001077
1078 return BFA_STATUS_OK;
Krishna Gudipatie6714322010-03-03 17:44:02 -08001079}
1080
1081int
Jing Huangd9883542010-07-08 19:46:26 -07001082bfad_worker(void *ptr)
Krishna Gudipatie6714322010-03-03 17:44:02 -08001083{
1084 struct bfad_s *bfad;
1085 unsigned long flags;
1086
1087 bfad = (struct bfad_s *)ptr;
1088
1089 while (!kthread_should_stop()) {
1090
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001091 /* Send event BFAD_E_INIT_SUCCESS */
1092 bfa_sm_send_event(bfad, BFAD_E_INIT_SUCCESS);
Krishna Gudipatie6714322010-03-03 17:44:02 -08001093
1094 spin_lock_irqsave(&bfad->bfad_lock, flags);
1095 bfad->bfad_tsk = NULL;
1096 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1097
1098 break;
1099 }
1100
1101 return 0;
1102}
1103
Jing Huang5fbe25c2010-10-18 17:17:23 -07001104/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001105 * BFA driver interrupt functions
1106 */
1107irqreturn_t
1108bfad_intx(int irq, void *dev_id)
1109{
1110 struct bfad_s *bfad = dev_id;
1111 struct list_head doneq;
1112 unsigned long flags;
1113 bfa_boolean_t rc;
1114
1115 spin_lock_irqsave(&bfad->bfad_lock, flags);
1116 rc = bfa_intx(&bfad->bfa);
1117 if (!rc) {
1118 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1119 return IRQ_NONE;
1120 }
1121
1122 bfa_comp_deq(&bfad->bfa, &doneq);
1123 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1124
1125 if (!list_empty(&doneq)) {
1126 bfa_comp_process(&bfad->bfa, &doneq);
1127
1128 spin_lock_irqsave(&bfad->bfad_lock, flags);
1129 bfa_comp_free(&bfad->bfa, &doneq);
1130 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001131 }
1132
1133 return IRQ_HANDLED;
1134
1135}
1136
1137static irqreturn_t
1138bfad_msix(int irq, void *dev_id)
1139{
1140 struct bfad_msix_s *vec = dev_id;
1141 struct bfad_s *bfad = vec->bfad;
1142 struct list_head doneq;
1143 unsigned long flags;
1144
1145 spin_lock_irqsave(&bfad->bfad_lock, flags);
1146
1147 bfa_msix(&bfad->bfa, vec->msix.entry);
1148 bfa_comp_deq(&bfad->bfa, &doneq);
1149 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1150
1151 if (!list_empty(&doneq)) {
1152 bfa_comp_process(&bfad->bfa, &doneq);
1153
1154 spin_lock_irqsave(&bfad->bfad_lock, flags);
1155 bfa_comp_free(&bfad->bfa, &doneq);
1156 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1157 }
1158
1159 return IRQ_HANDLED;
1160}
1161
Jing Huang5fbe25c2010-10-18 17:17:23 -07001162/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001163 * Initialize the MSIX entry table.
1164 */
1165static void
1166bfad_init_msix_entry(struct bfad_s *bfad, struct msix_entry *msix_entries,
1167 int mask, int max_bit)
1168{
1169 int i;
1170 int match = 0x00000001;
1171
1172 for (i = 0, bfad->nvec = 0; i < MAX_MSIX_ENTRY; i++) {
1173 if (mask & match) {
1174 bfad->msix_tab[bfad->nvec].msix.entry = i;
1175 bfad->msix_tab[bfad->nvec].bfad = bfad;
1176 msix_entries[bfad->nvec].entry = i;
1177 bfad->nvec++;
1178 }
1179
1180 match <<= 1;
1181 }
1182
1183}
1184
1185int
1186bfad_install_msix_handler(struct bfad_s *bfad)
1187{
1188 int i, error = 0;
1189
1190 for (i = 0; i < bfad->nvec; i++) {
1191 sprintf(bfad->msix_tab[i].name, "bfa-%s-%s",
1192 bfad->pci_name,
Krishna Gudipati11189202011-06-13 15:50:35 -07001193 ((bfa_asic_id_cb(bfad->hal_pcidev.device_id)) ?
1194 msix_name_cb[i] : msix_name_ct[i]));
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001195
1196 error = request_irq(bfad->msix_tab[i].msix.vector,
1197 (irq_handler_t) bfad_msix, 0,
1198 bfad->msix_tab[i].name, &bfad->msix_tab[i]);
1199 bfa_trc(bfad, i);
1200 bfa_trc(bfad, bfad->msix_tab[i].msix.vector);
1201 if (error) {
1202 int j;
1203
1204 for (j = 0; j < i; j++)
1205 free_irq(bfad->msix_tab[j].msix.vector,
1206 &bfad->msix_tab[j]);
1207
Krishna Gudipati61e62e22011-06-24 20:29:07 -07001208 bfad->bfad_flags &= ~BFAD_MSIX_ON;
1209 pci_disable_msix(bfad->pcidev);
1210
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001211 return 1;
1212 }
1213 }
1214
1215 return 0;
1216}
1217
Jing Huang5fbe25c2010-10-18 17:17:23 -07001218/*
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001219 * Setup MSIX based interrupt.
1220 */
1221int
1222bfad_setup_intr(struct bfad_s *bfad)
1223{
1224 int error = 0;
1225 u32 mask = 0, i, num_bit = 0, max_bit = 0;
1226 struct msix_entry msix_entries[MAX_MSIX_ENTRY];
1227 struct pci_dev *pdev = bfad->pcidev;
Krishna Gudipati10a07372011-06-24 20:23:38 -07001228 u16 reg;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001229
1230 /* Call BFA to get the msix map for this PCI function. */
1231 bfa_msix_getvecs(&bfad->bfa, &mask, &num_bit, &max_bit);
1232
1233 /* Set up the msix entry table */
1234 bfad_init_msix_entry(bfad, msix_entries, mask, max_bit);
1235
Krishna Gudipati11189202011-06-13 15:50:35 -07001236 if ((bfa_asic_id_ctc(pdev->device) && !msix_disable_ct) ||
1237 (bfa_asic_id_cb(pdev->device) && !msix_disable_cb)) {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001238
1239 error = pci_enable_msix(bfad->pcidev, msix_entries, bfad->nvec);
1240 if (error) {
Krishna Gudipati881c1b32012-08-22 19:52:02 -07001241 /* In CT1 & CT2, try to allocate just one vector */
1242 if (bfa_asic_id_ctc(pdev->device)) {
1243 printk(KERN_WARNING "bfa %s: trying one msix "
1244 "vector failed to allocate %d[%d]\n",
1245 bfad->pci_name, bfad->nvec, error);
1246 bfad->nvec = 1;
1247 error = pci_enable_msix(bfad->pcidev,
1248 msix_entries, bfad->nvec);
1249 }
1250
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001251 /*
1252 * Only error number of vector is available.
1253 * We don't have a mechanism to map multiple
1254 * interrupts into one vector, so even if we
1255 * can try to request less vectors, we don't
1256 * know how to associate interrupt events to
Lucas De Marchi25985ed2011-03-30 22:57:33 -03001257 * vectors. Linux doesn't duplicate vectors
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001258 * in the MSIX table for this case.
1259 */
Krishna Gudipati881c1b32012-08-22 19:52:02 -07001260 if (error) {
1261 printk(KERN_WARNING "bfad%d: "
1262 "pci_enable_msix failed (%d), "
1263 "use line based.\n",
1264 bfad->inst_no, error);
1265 goto line_based;
1266 }
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001267 }
1268
Krishna Gudipati10a07372011-06-24 20:23:38 -07001269 /* Disable INTX in MSI-X mode */
1270 pci_read_config_word(pdev, PCI_COMMAND, &reg);
1271
1272 if (!(reg & PCI_COMMAND_INTX_DISABLE))
1273 pci_write_config_word(pdev, PCI_COMMAND,
1274 reg | PCI_COMMAND_INTX_DISABLE);
1275
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001276 /* Save the vectors */
1277 for (i = 0; i < bfad->nvec; i++) {
1278 bfa_trc(bfad, msix_entries[i].vector);
1279 bfad->msix_tab[i].msix.vector = msix_entries[i].vector;
1280 }
1281
1282 bfa_msix_init(&bfad->bfa, bfad->nvec);
1283
1284 bfad->bfad_flags |= BFAD_MSIX_ON;
1285
1286 return error;
1287 }
1288
1289line_based:
1290 error = 0;
1291 if (request_irq
1292 (bfad->pcidev->irq, (irq_handler_t) bfad_intx, BFAD_IRQ_FLAGS,
1293 BFAD_DRIVER_NAME, bfad) != 0) {
1294 /* Enable interrupt handler failed */
1295 return 1;
1296 }
Krishna Gudipati61e62e22011-06-24 20:29:07 -07001297 bfad->bfad_flags |= BFAD_INTX_ON;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001298
1299 return error;
1300}
1301
1302void
1303bfad_remove_intr(struct bfad_s *bfad)
1304{
1305 int i;
1306
1307 if (bfad->bfad_flags & BFAD_MSIX_ON) {
1308 for (i = 0; i < bfad->nvec; i++)
1309 free_irq(bfad->msix_tab[i].msix.vector,
1310 &bfad->msix_tab[i]);
1311
1312 pci_disable_msix(bfad->pcidev);
1313 bfad->bfad_flags &= ~BFAD_MSIX_ON;
Krishna Gudipati61e62e22011-06-24 20:29:07 -07001314 } else if (bfad->bfad_flags & BFAD_INTX_ON) {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001315 free_irq(bfad->pcidev->irq, bfad);
1316 }
1317}
Jing Huang7725ccf2009-09-23 17:46:15 -07001318
Jing Huang5fbe25c2010-10-18 17:17:23 -07001319/*
Jing Huang7725ccf2009-09-23 17:46:15 -07001320 * PCI probe entry.
1321 */
1322int
1323bfad_pci_probe(struct pci_dev *pdev, const struct pci_device_id *pid)
1324{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001325 struct bfad_s *bfad;
Krishna Gudipati7826f302011-07-20 16:59:13 -07001326 int error = -ENODEV, retval, i;
Jing Huang7725ccf2009-09-23 17:46:15 -07001327
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001328 /* For single port cards - only claim function 0 */
Krishna Gudipati8b070b42011-06-13 15:52:40 -07001329 if ((pdev->device == BFA_PCI_DEVICE_ID_FC_8G1P) &&
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001330 (PCI_FUNC(pdev->devfn) != 0))
Jing Huang7725ccf2009-09-23 17:46:15 -07001331 return -ENODEV;
1332
Jing Huang7725ccf2009-09-23 17:46:15 -07001333 bfad = kzalloc(sizeof(struct bfad_s), GFP_KERNEL);
1334 if (!bfad) {
1335 error = -ENOMEM;
1336 goto out;
1337 }
1338
1339 bfad->trcmod = kzalloc(sizeof(struct bfa_trc_mod_s), GFP_KERNEL);
1340 if (!bfad->trcmod) {
1341 printk(KERN_WARNING "Error alloc trace buffer!\n");
1342 error = -ENOMEM;
1343 goto out_alloc_trace_failure;
1344 }
1345
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001346 /* TRACE INIT */
Jing Huang7725ccf2009-09-23 17:46:15 -07001347 bfa_trc_init(bfad->trcmod);
1348 bfa_trc(bfad, bfad_inst);
1349
Krishna Gudipati7826f302011-07-20 16:59:13 -07001350 /* AEN INIT */
1351 INIT_LIST_HEAD(&bfad->free_aen_q);
1352 INIT_LIST_HEAD(&bfad->active_aen_q);
1353 for (i = 0; i < BFA_AEN_MAX_ENTRY; i++)
1354 list_add_tail(&bfad->aen_list[i].qe, &bfad->free_aen_q);
1355
Jing Huang7725ccf2009-09-23 17:46:15 -07001356 if (!(bfad_load_fwimg(pdev))) {
Jing Huang7725ccf2009-09-23 17:46:15 -07001357 kfree(bfad->trcmod);
1358 goto out_alloc_trace_failure;
1359 }
1360
1361 retval = bfad_pci_init(pdev, bfad);
1362 if (retval) {
1363 printk(KERN_WARNING "bfad_pci_init failure!\n");
1364 error = retval;
1365 goto out_pci_init_failure;
1366 }
1367
1368 mutex_lock(&bfad_mutex);
1369 bfad->inst_no = bfad_inst++;
1370 list_add_tail(&bfad->list_entry, &bfad_list);
1371 mutex_unlock(&bfad_mutex);
1372
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001373 /* Initializing the state machine: State set to uninit */
1374 bfa_sm_set_state(bfad, bfad_sm_uninit);
1375
Jing Huang7725ccf2009-09-23 17:46:15 -07001376 spin_lock_init(&bfad->bfad_lock);
Kyle McMartin0b1017a2012-07-11 12:42:55 -04001377 spin_lock_init(&bfad->bfad_aen_spinlock);
1378
Jing Huang7725ccf2009-09-23 17:46:15 -07001379 pci_set_drvdata(pdev, bfad);
1380
1381 bfad->ref_count = 0;
1382 bfad->pport.bfad = bfad;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001383 INIT_LIST_HEAD(&bfad->pbc_vport_list);
Krishna Gudipati5b7db7a2011-12-20 18:58:32 -08001384 INIT_LIST_HEAD(&bfad->vport_list);
Krishna Gudipatie6714322010-03-03 17:44:02 -08001385
Krishna Gudipati7c38c052011-04-14 16:50:35 -07001386 /* Setup the debugfs node for this bfad */
1387 if (bfa_debugfs_enable)
1388 bfad_debugfs_init(&bfad->pport);
1389
Jing Huang7725ccf2009-09-23 17:46:15 -07001390 retval = bfad_drv_init(bfad);
1391 if (retval != BFA_STATUS_OK)
1392 goto out_drv_init_failure;
Jing Huang7725ccf2009-09-23 17:46:15 -07001393
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001394 bfa_sm_send_event(bfad, BFAD_E_CREATE);
Jing Huang7725ccf2009-09-23 17:46:15 -07001395
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001396 if (bfa_sm_cmp_state(bfad, bfad_sm_uninit))
1397 goto out_bfad_sm_failure;
Jing Huang7725ccf2009-09-23 17:46:15 -07001398
Jing Huang7725ccf2009-09-23 17:46:15 -07001399 return 0;
1400
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001401out_bfad_sm_failure:
1402 bfa_detach(&bfad->bfa);
1403 bfad_hal_mem_release(bfad);
Jing Huang7725ccf2009-09-23 17:46:15 -07001404out_drv_init_failure:
Krishna Gudipati7c38c052011-04-14 16:50:35 -07001405 /* Remove the debugfs node for this bfad */
1406 kfree(bfad->regdata);
1407 bfad_debugfs_exit(&bfad->pport);
Jing Huang7725ccf2009-09-23 17:46:15 -07001408 mutex_lock(&bfad_mutex);
1409 bfad_inst--;
1410 list_del(&bfad->list_entry);
1411 mutex_unlock(&bfad_mutex);
1412 bfad_pci_uninit(pdev, bfad);
1413out_pci_init_failure:
1414 kfree(bfad->trcmod);
1415out_alloc_trace_failure:
1416 kfree(bfad);
1417out:
1418 return error;
1419}
1420
Jing Huang5fbe25c2010-10-18 17:17:23 -07001421/*
Jing Huang7725ccf2009-09-23 17:46:15 -07001422 * PCI remove entry.
1423 */
1424void
1425bfad_pci_remove(struct pci_dev *pdev)
1426{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001427 struct bfad_s *bfad = pci_get_drvdata(pdev);
1428 unsigned long flags;
Jing Huang7725ccf2009-09-23 17:46:15 -07001429
1430 bfa_trc(bfad, bfad->inst_no);
1431
Krishna Gudipatie6714322010-03-03 17:44:02 -08001432 spin_lock_irqsave(&bfad->bfad_lock, flags);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001433 if (bfad->bfad_tsk != NULL) {
1434 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
Krishna Gudipatie6714322010-03-03 17:44:02 -08001435 kthread_stop(bfad->bfad_tsk);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001436 } else {
Jing Huang7725ccf2009-09-23 17:46:15 -07001437 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
Jing Huang7725ccf2009-09-23 17:46:15 -07001438 }
1439
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001440 /* Send Event BFAD_E_STOP */
1441 bfa_sm_send_event(bfad, BFAD_E_STOP);
Jing Huang7725ccf2009-09-23 17:46:15 -07001442
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001443 /* Driver detach and dealloc mem */
Jing Huang7725ccf2009-09-23 17:46:15 -07001444 spin_lock_irqsave(&bfad->bfad_lock, flags);
1445 bfa_detach(&bfad->bfa);
1446 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1447 bfad_hal_mem_release(bfad);
Jing Huang7725ccf2009-09-23 17:46:15 -07001448
Krishna Gudipati7c38c052011-04-14 16:50:35 -07001449 /* Remove the debugfs node for this bfad */
1450 kfree(bfad->regdata);
1451 bfad_debugfs_exit(&bfad->pport);
1452
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001453 /* Cleaning the BFAD instance */
Jing Huang7725ccf2009-09-23 17:46:15 -07001454 mutex_lock(&bfad_mutex);
1455 bfad_inst--;
1456 list_del(&bfad->list_entry);
1457 mutex_unlock(&bfad_mutex);
1458 bfad_pci_uninit(pdev, bfad);
1459
1460 kfree(bfad->trcmod);
1461 kfree(bfad);
1462}
1463
Krishna Gudipati881c1b32012-08-22 19:52:02 -07001464/*
1465 * PCI Error Recovery entry, error detected.
1466 */
1467static pci_ers_result_t
1468bfad_pci_error_detected(struct pci_dev *pdev, pci_channel_state_t state)
1469{
1470 struct bfad_s *bfad = pci_get_drvdata(pdev);
1471 unsigned long flags;
1472 pci_ers_result_t ret = PCI_ERS_RESULT_NONE;
1473
1474 dev_printk(KERN_ERR, &pdev->dev,
1475 "error detected state: %d - flags: 0x%x\n",
1476 state, bfad->bfad_flags);
1477
1478 switch (state) {
1479 case pci_channel_io_normal: /* non-fatal error */
1480 spin_lock_irqsave(&bfad->bfad_lock, flags);
1481 bfad->bfad_flags &= ~BFAD_EEH_BUSY;
1482 /* Suspend/fail all bfa operations */
1483 bfa_ioc_suspend(&bfad->bfa.ioc);
1484 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1485 del_timer_sync(&bfad->hal_tmo);
1486 ret = PCI_ERS_RESULT_CAN_RECOVER;
1487 break;
1488 case pci_channel_io_frozen: /* fatal error */
1489 init_completion(&bfad->comp);
1490 spin_lock_irqsave(&bfad->bfad_lock, flags);
1491 bfad->bfad_flags |= BFAD_EEH_BUSY;
1492 /* Suspend/fail all bfa operations */
1493 bfa_ioc_suspend(&bfad->bfa.ioc);
1494 bfa_fcs_stop(&bfad->bfa_fcs);
1495 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1496 wait_for_completion(&bfad->comp);
1497
1498 bfad_remove_intr(bfad);
1499 del_timer_sync(&bfad->hal_tmo);
1500 pci_disable_device(pdev);
1501 ret = PCI_ERS_RESULT_NEED_RESET;
1502 break;
1503 case pci_channel_io_perm_failure: /* PCI Card is DEAD */
1504 spin_lock_irqsave(&bfad->bfad_lock, flags);
1505 bfad->bfad_flags |= BFAD_EEH_BUSY |
1506 BFAD_EEH_PCI_CHANNEL_IO_PERM_FAILURE;
1507 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1508
1509 /* If the error_detected handler is called with the reason
1510 * pci_channel_io_perm_failure - it will subsequently call
1511 * pci_remove() entry point to remove the pci device from the
1512 * system - So defer the cleanup to pci_remove(); cleaning up
1513 * here causes inconsistent state during pci_remove().
1514 */
1515 ret = PCI_ERS_RESULT_DISCONNECT;
1516 break;
1517 default:
1518 WARN_ON(1);
1519 }
1520
1521 return ret;
1522}
1523
1524int
1525restart_bfa(struct bfad_s *bfad)
1526{
1527 unsigned long flags;
1528 struct pci_dev *pdev = bfad->pcidev;
1529
1530 bfa_attach(&bfad->bfa, bfad, &bfad->ioc_cfg,
1531 &bfad->meminfo, &bfad->hal_pcidev);
1532
1533 /* Enable Interrupt and wait bfa_init completion */
1534 if (bfad_setup_intr(bfad)) {
1535 dev_printk(KERN_WARNING, &pdev->dev,
1536 "%s: bfad_setup_intr failed\n", bfad->pci_name);
1537 bfa_sm_send_event(bfad, BFAD_E_INTR_INIT_FAILED);
1538 return -1;
1539 }
1540
1541 init_completion(&bfad->comp);
1542 spin_lock_irqsave(&bfad->bfad_lock, flags);
1543 bfa_iocfc_init(&bfad->bfa);
1544 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1545
1546 /* Set up interrupt handler for each vectors */
1547 if ((bfad->bfad_flags & BFAD_MSIX_ON) &&
1548 bfad_install_msix_handler(bfad))
1549 dev_printk(KERN_WARNING, &pdev->dev,
1550 "%s: install_msix failed.\n", bfad->pci_name);
1551
1552 bfad_init_timer(bfad);
1553 wait_for_completion(&bfad->comp);
1554 bfad_drv_start(bfad);
1555
1556 return 0;
1557}
1558
1559/*
1560 * PCI Error Recovery entry, re-initialize the chip.
1561 */
1562static pci_ers_result_t
1563bfad_pci_slot_reset(struct pci_dev *pdev)
1564{
1565 struct bfad_s *bfad = pci_get_drvdata(pdev);
1566 u8 byte;
1567
1568 dev_printk(KERN_ERR, &pdev->dev,
1569 "bfad_pci_slot_reset flags: 0x%x\n", bfad->bfad_flags);
1570
1571 if (pci_enable_device(pdev)) {
1572 dev_printk(KERN_ERR, &pdev->dev, "Cannot re-enable "
1573 "PCI device after reset.\n");
1574 return PCI_ERS_RESULT_DISCONNECT;
1575 }
1576
1577 pci_restore_state(pdev);
1578
1579 /*
1580 * Read some byte (e.g. DMA max. payload size which can't
1581 * be 0xff any time) to make sure - we did not hit another PCI error
1582 * in the middle of recovery. If we did, then declare permanent failure.
1583 */
1584 pci_read_config_byte(pdev, 0x68, &byte);
1585 if (byte == 0xff) {
1586 dev_printk(KERN_ERR, &pdev->dev,
1587 "slot_reset failed ... got another PCI error !\n");
1588 goto out_disable_device;
1589 }
1590
1591 pci_save_state(pdev);
1592 pci_set_master(pdev);
1593
1594 if (pci_set_dma_mask(bfad->pcidev, DMA_BIT_MASK(64)) != 0)
1595 if (pci_set_dma_mask(bfad->pcidev, DMA_BIT_MASK(32)) != 0)
1596 goto out_disable_device;
1597
1598 pci_cleanup_aer_uncorrect_error_status(pdev);
1599
1600 if (restart_bfa(bfad) == -1)
1601 goto out_disable_device;
1602
1603 pci_enable_pcie_error_reporting(pdev);
1604 dev_printk(KERN_WARNING, &pdev->dev,
1605 "slot_reset completed flags: 0x%x!\n", bfad->bfad_flags);
1606
1607 return PCI_ERS_RESULT_RECOVERED;
1608
1609out_disable_device:
1610 pci_disable_device(pdev);
1611 return PCI_ERS_RESULT_DISCONNECT;
1612}
1613
1614static pci_ers_result_t
1615bfad_pci_mmio_enabled(struct pci_dev *pdev)
1616{
1617 unsigned long flags;
1618 struct bfad_s *bfad = pci_get_drvdata(pdev);
1619
1620 dev_printk(KERN_INFO, &pdev->dev, "mmio_enabled\n");
1621
1622 /* Fetch FW diagnostic information */
1623 bfa_ioc_debug_save_ftrc(&bfad->bfa.ioc);
1624
1625 /* Cancel all pending IOs */
1626 spin_lock_irqsave(&bfad->bfad_lock, flags);
1627 init_completion(&bfad->comp);
1628 bfa_fcs_stop(&bfad->bfa_fcs);
1629 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1630 wait_for_completion(&bfad->comp);
1631
1632 bfad_remove_intr(bfad);
1633 del_timer_sync(&bfad->hal_tmo);
1634 pci_disable_device(pdev);
1635
1636 return PCI_ERS_RESULT_NEED_RESET;
1637}
1638
1639static void
1640bfad_pci_resume(struct pci_dev *pdev)
1641{
1642 unsigned long flags;
1643 struct bfad_s *bfad = pci_get_drvdata(pdev);
1644
1645 dev_printk(KERN_WARNING, &pdev->dev, "resume\n");
1646
1647 /* wait until the link is online */
1648 bfad_rport_online_wait(bfad);
1649
1650 spin_lock_irqsave(&bfad->bfad_lock, flags);
1651 bfad->bfad_flags &= ~BFAD_EEH_BUSY;
1652 spin_unlock_irqrestore(&bfad->bfad_lock, flags);
1653}
1654
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001655struct pci_device_id bfad_id_table[] = {
Jing Huang7725ccf2009-09-23 17:46:15 -07001656 {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001657 .vendor = BFA_PCI_VENDOR_ID_BROCADE,
1658 .device = BFA_PCI_DEVICE_ID_FC_8G2P,
1659 .subvendor = PCI_ANY_ID,
1660 .subdevice = PCI_ANY_ID,
1661 },
Jing Huang7725ccf2009-09-23 17:46:15 -07001662 {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001663 .vendor = BFA_PCI_VENDOR_ID_BROCADE,
1664 .device = BFA_PCI_DEVICE_ID_FC_8G1P,
1665 .subvendor = PCI_ANY_ID,
1666 .subdevice = PCI_ANY_ID,
1667 },
Jing Huang7725ccf2009-09-23 17:46:15 -07001668 {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001669 .vendor = BFA_PCI_VENDOR_ID_BROCADE,
1670 .device = BFA_PCI_DEVICE_ID_CT,
1671 .subvendor = PCI_ANY_ID,
1672 .subdevice = PCI_ANY_ID,
1673 .class = (PCI_CLASS_SERIAL_FIBER << 8),
1674 .class_mask = ~0,
1675 },
Jing Huang293f82d2010-07-08 19:45:20 -07001676 {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001677 .vendor = BFA_PCI_VENDOR_ID_BROCADE,
1678 .device = BFA_PCI_DEVICE_ID_CT_FC,
1679 .subvendor = PCI_ANY_ID,
1680 .subdevice = PCI_ANY_ID,
1681 .class = (PCI_CLASS_SERIAL_FIBER << 8),
1682 .class_mask = ~0,
Jing Huang293f82d2010-07-08 19:45:20 -07001683 },
Krishna Gudipati11189202011-06-13 15:50:35 -07001684 {
1685 .vendor = BFA_PCI_VENDOR_ID_BROCADE,
1686 .device = BFA_PCI_DEVICE_ID_CT2,
1687 .subvendor = PCI_ANY_ID,
1688 .subdevice = PCI_ANY_ID,
1689 .class = (PCI_CLASS_SERIAL_FIBER << 8),
1690 .class_mask = ~0,
1691 },
Jing Huang7725ccf2009-09-23 17:46:15 -07001692
Vijaya Mohan Guvvaf9c867b2013-05-13 02:33:33 -07001693 {
1694 .vendor = BFA_PCI_VENDOR_ID_BROCADE,
1695 .device = BFA_PCI_DEVICE_ID_CT2_QUAD,
1696 .subvendor = PCI_ANY_ID,
1697 .subdevice = PCI_ANY_ID,
1698 .class = (PCI_CLASS_SERIAL_FIBER << 8),
1699 .class_mask = ~0,
1700 },
Jing Huang7725ccf2009-09-23 17:46:15 -07001701 {0, 0},
1702};
1703
1704MODULE_DEVICE_TABLE(pci, bfad_id_table);
1705
Krishna Gudipati881c1b32012-08-22 19:52:02 -07001706/*
1707 * PCI error recovery handlers.
1708 */
1709static struct pci_error_handlers bfad_err_handler = {
1710 .error_detected = bfad_pci_error_detected,
1711 .slot_reset = bfad_pci_slot_reset,
1712 .mmio_enabled = bfad_pci_mmio_enabled,
1713 .resume = bfad_pci_resume,
1714};
1715
Jing Huang7725ccf2009-09-23 17:46:15 -07001716static struct pci_driver bfad_pci_driver = {
1717 .name = BFAD_DRIVER_NAME,
1718 .id_table = bfad_id_table,
1719 .probe = bfad_pci_probe,
Greg Kroah-Hartman6f039792012-12-21 13:08:55 -08001720 .remove = bfad_pci_remove,
Krishna Gudipati881c1b32012-08-22 19:52:02 -07001721 .err_handler = &bfad_err_handler,
Jing Huang7725ccf2009-09-23 17:46:15 -07001722};
1723
Jing Huang5fbe25c2010-10-18 17:17:23 -07001724/*
Jing Huang7725ccf2009-09-23 17:46:15 -07001725 * Driver module init.
1726 */
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001727static int __init
Jing Huang7725ccf2009-09-23 17:46:15 -07001728bfad_init(void)
1729{
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001730 int error = 0;
Jing Huang7725ccf2009-09-23 17:46:15 -07001731
1732 printk(KERN_INFO "Brocade BFA FC/FCOE SCSI driver - version: %s\n",
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001733 BFAD_DRIVER_VERSION);
Jing Huang7725ccf2009-09-23 17:46:15 -07001734
1735 if (num_sgpgs > 0)
1736 num_sgpgs_parm = num_sgpgs;
1737
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001738 error = bfad_im_module_init();
Jing Huang7725ccf2009-09-23 17:46:15 -07001739 if (error) {
1740 error = -ENOMEM;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001741 printk(KERN_WARNING "bfad_im_module_init failure\n");
Jing Huang7725ccf2009-09-23 17:46:15 -07001742 goto ext;
1743 }
1744
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001745 if (strcmp(FCPI_NAME, " fcpim") == 0)
1746 supported_fc4s |= BFA_LPORT_ROLE_FCP_IM;
Jing Huang7725ccf2009-09-23 17:46:15 -07001747
Maggie Zhangf7f738122010-12-09 19:08:43 -08001748 bfa_auto_recover = ioc_auto_recover;
Jing Huang7725ccf2009-09-23 17:46:15 -07001749 bfa_fcs_rport_set_del_timeout(rport_del_timeout);
Krishna Gudipati61ba4392012-08-22 19:52:58 -07001750 bfa_fcs_rport_set_max_logins(max_rport_logins);
Jing Huang7725ccf2009-09-23 17:46:15 -07001751
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001752 error = pci_register_driver(&bfad_pci_driver);
Jing Huang7725ccf2009-09-23 17:46:15 -07001753 if (error) {
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001754 printk(KERN_WARNING "pci_register_driver failure\n");
Jing Huang7725ccf2009-09-23 17:46:15 -07001755 goto ext;
1756 }
1757
1758 return 0;
1759
1760ext:
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001761 bfad_im_module_exit();
Jing Huang7725ccf2009-09-23 17:46:15 -07001762 return error;
1763}
1764
Jing Huang5fbe25c2010-10-18 17:17:23 -07001765/*
Jing Huang7725ccf2009-09-23 17:46:15 -07001766 * Driver module exit.
1767 */
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001768static void __exit
Jing Huang7725ccf2009-09-23 17:46:15 -07001769bfad_exit(void)
1770{
1771 pci_unregister_driver(&bfad_pci_driver);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001772 bfad_im_module_exit();
Jing Huang7725ccf2009-09-23 17:46:15 -07001773 bfad_free_fwimg();
1774}
1775
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001776/* Firmware handling */
Jing Huang61338a02011-04-13 11:44:03 -07001777static void
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001778bfad_read_firmware(struct pci_dev *pdev, u32 **bfi_image,
1779 u32 *bfi_image_size, char *fw_name)
1780{
1781 const struct firmware *fw;
1782
1783 if (request_firmware(&fw, fw_name, &pdev->dev)) {
1784 printk(KERN_ALERT "Can't locate firmware %s\n", fw_name);
Jing Huang61338a02011-04-13 11:44:03 -07001785 *bfi_image = NULL;
1786 goto out;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001787 }
1788
1789 *bfi_image = vmalloc(fw->size);
1790 if (NULL == *bfi_image) {
1791 printk(KERN_ALERT "Fail to allocate buffer for fw image "
1792 "size=%x!\n", (u32) fw->size);
Jing Huang61338a02011-04-13 11:44:03 -07001793 goto out;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001794 }
1795
1796 memcpy(*bfi_image, fw->data, fw->size);
1797 *bfi_image_size = fw->size/sizeof(u32);
Jing Huang61338a02011-04-13 11:44:03 -07001798out:
1799 release_firmware(fw);
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001800}
1801
Jing Huang61338a02011-04-13 11:44:03 -07001802static u32 *
1803bfad_load_fwimg(struct pci_dev *pdev)
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001804{
Krishna Gudipati11189202011-06-13 15:50:35 -07001805 if (pdev->device == BFA_PCI_DEVICE_ID_CT2) {
1806 if (bfi_image_ct2_size == 0)
1807 bfad_read_firmware(pdev, &bfi_image_ct2,
1808 &bfi_image_ct2_size, BFAD_FW_FILE_CT2);
1809 return bfi_image_ct2;
1810 } else if (bfa_asic_id_ct(pdev->device)) {
1811 if (bfi_image_ct_size == 0)
1812 bfad_read_firmware(pdev, &bfi_image_ct,
1813 &bfi_image_ct_size, BFAD_FW_FILE_CT);
1814 return bfi_image_ct;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001815 } else {
Krishna Gudipati11189202011-06-13 15:50:35 -07001816 if (bfi_image_cb_size == 0)
1817 bfad_read_firmware(pdev, &bfi_image_cb,
1818 &bfi_image_cb_size, BFAD_FW_FILE_CB);
1819 return bfi_image_cb;
Krishna Gudipatia36c61f2010-09-15 11:50:55 -07001820 }
1821}
Jing Huang7725ccf2009-09-23 17:46:15 -07001822
Jing Huang61338a02011-04-13 11:44:03 -07001823static void
1824bfad_free_fwimg(void)
1825{
Krishna Gudipati11189202011-06-13 15:50:35 -07001826 if (bfi_image_ct2_size && bfi_image_ct2)
1827 vfree(bfi_image_ct2);
1828 if (bfi_image_ct_size && bfi_image_ct)
1829 vfree(bfi_image_ct);
1830 if (bfi_image_cb_size && bfi_image_cb)
1831 vfree(bfi_image_cb);
Jing Huang61338a02011-04-13 11:44:03 -07001832}
1833
Jing Huang7725ccf2009-09-23 17:46:15 -07001834module_init(bfad_init);
1835module_exit(bfad_exit);
1836MODULE_LICENSE("GPL");
1837MODULE_DESCRIPTION("Brocade Fibre Channel HBA Driver" BFAD_PROTO_NAME);
1838MODULE_AUTHOR("Brocade Communications Systems, Inc.");
1839MODULE_VERSION(BFAD_DRIVER_VERSION);