Jing Huang | 7725ccf | 2009-09-23 17:46:15 -0700 | [diff] [blame] | 1 | /* |
Krishna Gudipati | a36c61f | 2010-09-15 11:50:55 -0700 | [diff] [blame] | 2 | * Copyright (c) 2005-2010 Brocade Communications Systems, Inc. |
Jing Huang | 7725ccf | 2009-09-23 17:46:15 -0700 | [diff] [blame] | 3 | * 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 | |
Maggie Zhang | f16a175 | 2010-12-09 19:12:32 -0800 | [diff] [blame] | 18 | #include "bfad_drv.h" |
Krishna Gudipati | a36c61f | 2010-09-15 11:50:55 -0700 | [diff] [blame] | 19 | #include "bfa_modules.h" |
Krishna Gudipati | 1118920 | 2011-06-13 15:50:35 -0700 | [diff] [blame^] | 20 | #include "bfi_reg.h" |
Jing Huang | 7725ccf | 2009-09-23 17:46:15 -0700 | [diff] [blame] | 21 | |
| 22 | void |
| 23 | bfa_hwcb_reginit(struct bfa_s *bfa) |
| 24 | { |
| 25 | struct bfa_iocfc_regs_s *bfa_regs = &bfa->iocfc.bfa_regs; |
Jing Huang | 5344026 | 2010-10-18 17:12:29 -0700 | [diff] [blame] | 26 | void __iomem *kva = bfa_ioc_bar0(&bfa->ioc); |
Krishna Gudipati | 1118920 | 2011-06-13 15:50:35 -0700 | [diff] [blame^] | 27 | int fn = bfa_ioc_pcifn(&bfa->ioc); |
Jing Huang | 7725ccf | 2009-09-23 17:46:15 -0700 | [diff] [blame] | 28 | |
| 29 | if (fn == 0) { |
| 30 | bfa_regs->intr_status = (kva + HOSTFN0_INT_STATUS); |
| 31 | bfa_regs->intr_mask = (kva + HOSTFN0_INT_MSK); |
| 32 | } else { |
| 33 | bfa_regs->intr_status = (kva + HOSTFN1_INT_STATUS); |
| 34 | bfa_regs->intr_mask = (kva + HOSTFN1_INT_MSK); |
| 35 | } |
Jing Huang | 7725ccf | 2009-09-23 17:46:15 -0700 | [diff] [blame] | 36 | } |
| 37 | |
| 38 | void |
Krishna Gudipati | f5713c5 | 2010-03-05 19:37:09 -0800 | [diff] [blame] | 39 | bfa_hwcb_reqq_ack(struct bfa_s *bfa, int reqq) |
| 40 | { |
| 41 | } |
| 42 | |
| 43 | static void |
| 44 | bfa_hwcb_reqq_ack_msix(struct bfa_s *bfa, int reqq) |
| 45 | { |
Jing Huang | 5344026 | 2010-10-18 17:12:29 -0700 | [diff] [blame] | 46 | writel(__HFN_INT_CPE_Q0 << CPE_Q_NUM(bfa_ioc_pcifn(&bfa->ioc), reqq), |
| 47 | bfa->iocfc.bfa_regs.intr_status); |
Krishna Gudipati | f5713c5 | 2010-03-05 19:37:09 -0800 | [diff] [blame] | 48 | } |
| 49 | |
| 50 | void |
Jing Huang | 7725ccf | 2009-09-23 17:46:15 -0700 | [diff] [blame] | 51 | bfa_hwcb_rspq_ack(struct bfa_s *bfa, int rspq) |
| 52 | { |
| 53 | } |
| 54 | |
| 55 | static void |
| 56 | bfa_hwcb_rspq_ack_msix(struct bfa_s *bfa, int rspq) |
| 57 | { |
Jing Huang | 5344026 | 2010-10-18 17:12:29 -0700 | [diff] [blame] | 58 | writel(__HFN_INT_RME_Q0 << RME_Q_NUM(bfa_ioc_pcifn(&bfa->ioc), rspq), |
| 59 | bfa->iocfc.bfa_regs.intr_status); |
Jing Huang | 7725ccf | 2009-09-23 17:46:15 -0700 | [diff] [blame] | 60 | } |
| 61 | |
| 62 | void |
| 63 | bfa_hwcb_msix_getvecs(struct bfa_s *bfa, u32 *msix_vecs_bmap, |
| 64 | u32 *num_vecs, u32 *max_vec_bit) |
| 65 | { |
| 66 | #define __HFN_NUMINTS 13 |
| 67 | if (bfa_ioc_pcifn(&bfa->ioc) == 0) { |
| 68 | *msix_vecs_bmap = (__HFN_INT_CPE_Q0 | __HFN_INT_CPE_Q1 | |
| 69 | __HFN_INT_CPE_Q2 | __HFN_INT_CPE_Q3 | |
| 70 | __HFN_INT_RME_Q0 | __HFN_INT_RME_Q1 | |
| 71 | __HFN_INT_RME_Q2 | __HFN_INT_RME_Q3 | |
| 72 | __HFN_INT_MBOX_LPU0); |
| 73 | *max_vec_bit = __HFN_INT_MBOX_LPU0; |
| 74 | } else { |
| 75 | *msix_vecs_bmap = (__HFN_INT_CPE_Q4 | __HFN_INT_CPE_Q5 | |
| 76 | __HFN_INT_CPE_Q6 | __HFN_INT_CPE_Q7 | |
| 77 | __HFN_INT_RME_Q4 | __HFN_INT_RME_Q5 | |
| 78 | __HFN_INT_RME_Q6 | __HFN_INT_RME_Q7 | |
| 79 | __HFN_INT_MBOX_LPU1); |
| 80 | *max_vec_bit = __HFN_INT_MBOX_LPU1; |
| 81 | } |
| 82 | |
| 83 | *msix_vecs_bmap |= (__HFN_INT_ERR_EMC | __HFN_INT_ERR_LPU0 | |
| 84 | __HFN_INT_ERR_LPU1 | __HFN_INT_ERR_PSS); |
| 85 | *num_vecs = __HFN_NUMINTS; |
| 86 | } |
| 87 | |
Jing Huang | 5fbe25c | 2010-10-18 17:17:23 -0700 | [diff] [blame] | 88 | /* |
Jing Huang | 7725ccf | 2009-09-23 17:46:15 -0700 | [diff] [blame] | 89 | * No special setup required for crossbow -- vector assignments are implicit. |
| 90 | */ |
| 91 | void |
| 92 | bfa_hwcb_msix_init(struct bfa_s *bfa, int nvecs) |
| 93 | { |
| 94 | int i; |
| 95 | |
Jing Huang | d4b671c | 2010-12-26 21:46:35 -0800 | [diff] [blame] | 96 | WARN_ON((nvecs != 1) && (nvecs != __HFN_NUMINTS)); |
Jing Huang | 7725ccf | 2009-09-23 17:46:15 -0700 | [diff] [blame] | 97 | |
| 98 | bfa->msix.nvecs = nvecs; |
| 99 | if (nvecs == 1) { |
Krishna Gudipati | 1118920 | 2011-06-13 15:50:35 -0700 | [diff] [blame^] | 100 | for (i = 0; i < BFI_MSIX_CB_MAX; i++) |
Jing Huang | 7725ccf | 2009-09-23 17:46:15 -0700 | [diff] [blame] | 101 | bfa->msix.handler[i] = bfa_msix_all; |
| 102 | return; |
| 103 | } |
| 104 | |
Krishna Gudipati | 1118920 | 2011-06-13 15:50:35 -0700 | [diff] [blame^] | 105 | for (i = BFI_MSIX_CPE_QMIN_CB; i <= BFI_MSIX_CPE_QMAX_CB; i++) |
Jing Huang | 7725ccf | 2009-09-23 17:46:15 -0700 | [diff] [blame] | 106 | bfa->msix.handler[i] = bfa_msix_reqq; |
| 107 | |
Krishna Gudipati | 1118920 | 2011-06-13 15:50:35 -0700 | [diff] [blame^] | 108 | for (i = BFI_MSIX_RME_QMIN_CB; i <= BFI_MSIX_RME_QMAX_CB; i++) |
Jing Huang | 7725ccf | 2009-09-23 17:46:15 -0700 | [diff] [blame] | 109 | bfa->msix.handler[i] = bfa_msix_rspq; |
| 110 | |
Krishna Gudipati | 1118920 | 2011-06-13 15:50:35 -0700 | [diff] [blame^] | 111 | for (; i < BFI_MSIX_CB_MAX; i++) |
Jing Huang | 7725ccf | 2009-09-23 17:46:15 -0700 | [diff] [blame] | 112 | bfa->msix.handler[i] = bfa_msix_lpu_err; |
| 113 | } |
| 114 | |
Jing Huang | 5fbe25c | 2010-10-18 17:17:23 -0700 | [diff] [blame] | 115 | /* |
Jing Huang | 7725ccf | 2009-09-23 17:46:15 -0700 | [diff] [blame] | 116 | * Crossbow -- dummy, interrupts are masked |
| 117 | */ |
| 118 | void |
| 119 | bfa_hwcb_msix_install(struct bfa_s *bfa) |
| 120 | { |
| 121 | } |
| 122 | |
| 123 | void |
| 124 | bfa_hwcb_msix_uninstall(struct bfa_s *bfa) |
| 125 | { |
| 126 | } |
| 127 | |
Jing Huang | 5fbe25c | 2010-10-18 17:17:23 -0700 | [diff] [blame] | 128 | /* |
Jing Huang | 7725ccf | 2009-09-23 17:46:15 -0700 | [diff] [blame] | 129 | * No special enable/disable -- vector assignments are implicit. |
| 130 | */ |
| 131 | void |
| 132 | bfa_hwcb_isr_mode_set(struct bfa_s *bfa, bfa_boolean_t msix) |
| 133 | { |
Krishna Gudipati | f5713c5 | 2010-03-05 19:37:09 -0800 | [diff] [blame] | 134 | bfa->iocfc.hwif.hw_reqq_ack = bfa_hwcb_reqq_ack_msix; |
Jing Huang | 7725ccf | 2009-09-23 17:46:15 -0700 | [diff] [blame] | 135 | bfa->iocfc.hwif.hw_rspq_ack = bfa_hwcb_rspq_ack_msix; |
| 136 | } |
| 137 | |
Jing Huang | 36d345a | 2010-07-08 19:57:33 -0700 | [diff] [blame] | 138 | void |
| 139 | bfa_hwcb_msix_get_rme_range(struct bfa_s *bfa, u32 *start, u32 *end) |
| 140 | { |
Krishna Gudipati | 1118920 | 2011-06-13 15:50:35 -0700 | [diff] [blame^] | 141 | *start = BFI_MSIX_RME_QMIN_CB; |
| 142 | *end = BFI_MSIX_RME_QMAX_CB; |
Jing Huang | 36d345a | 2010-07-08 19:57:33 -0700 | [diff] [blame] | 143 | } |