Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1 | /******************************************************************************* |
| 2 | |
| 3 | Intel 10 Gigabit PCI Express Linux driver |
Don Skidmore | 9497182 | 2012-01-06 03:24:16 +0000 | [diff] [blame] | 4 | Copyright(c) 1999 - 2012 Intel Corporation. |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 5 | |
| 6 | This program is free software; you can redistribute it and/or modify it |
| 7 | under the terms and conditions of the GNU General Public License, |
| 8 | version 2, as published by the Free Software Foundation. |
| 9 | |
| 10 | This program is distributed in the hope it will be useful, but WITHOUT |
| 11 | ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
| 12 | FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for |
| 13 | more details. |
| 14 | |
| 15 | You should have received a copy of the GNU General Public License along with |
| 16 | this program; if not, write to the Free Software Foundation, Inc., |
| 17 | 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. |
| 18 | |
| 19 | The full GNU General Public License is included in this distribution in |
| 20 | the file called "COPYING". |
| 21 | |
| 22 | Contact Information: |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 23 | e1000-devel Mailing List <e1000-devel@lists.sourceforge.net> |
| 24 | Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497 |
| 25 | |
| 26 | *******************************************************************************/ |
| 27 | |
| 28 | #include <linux/pci.h> |
| 29 | #include <linux/delay.h> |
| 30 | #include <linux/sched.h> |
Jiri Pirko | ccffad25 | 2009-05-22 23:22:17 +0000 | [diff] [blame] | 31 | #include <linux/netdevice.h> |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 32 | |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 33 | #include "ixgbe.h" |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 34 | #include "ixgbe_common.h" |
| 35 | #include "ixgbe_phy.h" |
| 36 | |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 37 | static s32 ixgbe_acquire_eeprom(struct ixgbe_hw *hw); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 38 | static s32 ixgbe_get_eeprom_semaphore(struct ixgbe_hw *hw); |
| 39 | static void ixgbe_release_eeprom_semaphore(struct ixgbe_hw *hw); |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 40 | static s32 ixgbe_ready_eeprom(struct ixgbe_hw *hw); |
| 41 | static void ixgbe_standby_eeprom(struct ixgbe_hw *hw); |
| 42 | static void ixgbe_shift_out_eeprom_bits(struct ixgbe_hw *hw, u16 data, |
| 43 | u16 count); |
| 44 | static u16 ixgbe_shift_in_eeprom_bits(struct ixgbe_hw *hw, u16 count); |
| 45 | static void ixgbe_raise_eeprom_clk(struct ixgbe_hw *hw, u32 *eec); |
| 46 | static void ixgbe_lower_eeprom_clk(struct ixgbe_hw *hw, u32 *eec); |
| 47 | static void ixgbe_release_eeprom(struct ixgbe_hw *hw); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 48 | |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 49 | static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr); |
Emil Tantilov | eb9c3e3 | 2011-03-24 00:57:50 +0000 | [diff] [blame] | 50 | static s32 ixgbe_poll_eerd_eewr_done(struct ixgbe_hw *hw, u32 ee_reg); |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 51 | static s32 ixgbe_read_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset, |
| 52 | u16 words, u16 *data); |
| 53 | static s32 ixgbe_write_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset, |
| 54 | u16 words, u16 *data); |
| 55 | static s32 ixgbe_detect_eeprom_page_size_generic(struct ixgbe_hw *hw, |
| 56 | u16 offset); |
Emil Tantilov | ff9d1a5 | 2011-08-16 04:35:11 +0000 | [diff] [blame] | 57 | static s32 ixgbe_disable_pcie_master(struct ixgbe_hw *hw); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 58 | |
| 59 | /** |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 60 | * ixgbe_device_supports_autoneg_fc - Check if phy supports autoneg flow |
| 61 | * control |
| 62 | * @hw: pointer to hardware structure |
| 63 | * |
| 64 | * There are several phys that do not support autoneg flow control. This |
| 65 | * function check the device id to see if the associated phy supports |
| 66 | * autoneg flow control. |
| 67 | **/ |
| 68 | static s32 ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw) |
| 69 | { |
| 70 | |
| 71 | switch (hw->device_id) { |
| 72 | case IXGBE_DEV_ID_X540T: |
| 73 | return 0; |
| 74 | case IXGBE_DEV_ID_82599_T3_LOM: |
| 75 | return 0; |
| 76 | default: |
| 77 | return IXGBE_ERR_FC_NOT_SUPPORTED; |
| 78 | } |
| 79 | } |
| 80 | |
| 81 | /** |
| 82 | * ixgbe_setup_fc - Set up flow control |
| 83 | * @hw: pointer to hardware structure |
| 84 | * |
| 85 | * Called at init time to set up flow control. |
| 86 | **/ |
Alexander Duyck | 041441d | 2012-04-19 17:48:48 +0000 | [diff] [blame] | 87 | static s32 ixgbe_setup_fc(struct ixgbe_hw *hw) |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 88 | { |
| 89 | s32 ret_val = 0; |
| 90 | u32 reg = 0, reg_bp = 0; |
| 91 | u16 reg_cu = 0; |
| 92 | |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 93 | /* |
| 94 | * Validate the requested mode. Strict IEEE mode does not allow |
| 95 | * ixgbe_fc_rx_pause because it will cause us to fail at UNH. |
| 96 | */ |
| 97 | if (hw->fc.strict_ieee && hw->fc.requested_mode == ixgbe_fc_rx_pause) { |
| 98 | hw_dbg(hw, "ixgbe_fc_rx_pause not valid in strict IEEE mode\n"); |
| 99 | ret_val = IXGBE_ERR_INVALID_LINK_SETTINGS; |
| 100 | goto out; |
| 101 | } |
| 102 | |
| 103 | /* |
| 104 | * 10gig parts do not have a word in the EEPROM to determine the |
| 105 | * default flow control setting, so we explicitly set it to full. |
| 106 | */ |
| 107 | if (hw->fc.requested_mode == ixgbe_fc_default) |
| 108 | hw->fc.requested_mode = ixgbe_fc_full; |
| 109 | |
| 110 | /* |
| 111 | * Set up the 1G and 10G flow control advertisement registers so the |
| 112 | * HW will be able to do fc autoneg once the cable is plugged in. If |
| 113 | * we link at 10G, the 1G advertisement is harmless and vice versa. |
| 114 | */ |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 115 | switch (hw->phy.media_type) { |
| 116 | case ixgbe_media_type_fiber: |
| 117 | case ixgbe_media_type_backplane: |
| 118 | reg = IXGBE_READ_REG(hw, IXGBE_PCS1GANA); |
| 119 | reg_bp = IXGBE_READ_REG(hw, IXGBE_AUTOC); |
| 120 | break; |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 121 | case ixgbe_media_type_copper: |
| 122 | hw->phy.ops.read_reg(hw, MDIO_AN_ADVERTISE, |
| 123 | MDIO_MMD_AN, ®_cu); |
| 124 | break; |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 125 | default: |
Alexander Duyck | 041441d | 2012-04-19 17:48:48 +0000 | [diff] [blame] | 126 | break; |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 127 | } |
| 128 | |
| 129 | /* |
| 130 | * The possible values of fc.requested_mode are: |
| 131 | * 0: Flow control is completely disabled |
| 132 | * 1: Rx flow control is enabled (we can receive pause frames, |
| 133 | * but not send pause frames). |
| 134 | * 2: Tx flow control is enabled (we can send pause frames but |
| 135 | * we do not support receiving pause frames). |
| 136 | * 3: Both Rx and Tx flow control (symmetric) are enabled. |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 137 | * other: Invalid. |
| 138 | */ |
| 139 | switch (hw->fc.requested_mode) { |
| 140 | case ixgbe_fc_none: |
| 141 | /* Flow control completely disabled by software override. */ |
| 142 | reg &= ~(IXGBE_PCS1GANA_SYM_PAUSE | IXGBE_PCS1GANA_ASM_PAUSE); |
| 143 | if (hw->phy.media_type == ixgbe_media_type_backplane) |
| 144 | reg_bp &= ~(IXGBE_AUTOC_SYM_PAUSE | |
| 145 | IXGBE_AUTOC_ASM_PAUSE); |
| 146 | else if (hw->phy.media_type == ixgbe_media_type_copper) |
| 147 | reg_cu &= ~(IXGBE_TAF_SYM_PAUSE | IXGBE_TAF_ASM_PAUSE); |
| 148 | break; |
Alexander Duyck | 041441d | 2012-04-19 17:48:48 +0000 | [diff] [blame] | 149 | case ixgbe_fc_tx_pause: |
| 150 | /* |
| 151 | * Tx Flow control is enabled, and Rx Flow control is |
| 152 | * disabled by software override. |
| 153 | */ |
| 154 | reg |= IXGBE_PCS1GANA_ASM_PAUSE; |
| 155 | reg &= ~IXGBE_PCS1GANA_SYM_PAUSE; |
| 156 | if (hw->phy.media_type == ixgbe_media_type_backplane) { |
| 157 | reg_bp |= IXGBE_AUTOC_ASM_PAUSE; |
| 158 | reg_bp &= ~IXGBE_AUTOC_SYM_PAUSE; |
| 159 | } else if (hw->phy.media_type == ixgbe_media_type_copper) { |
| 160 | reg_cu |= IXGBE_TAF_ASM_PAUSE; |
| 161 | reg_cu &= ~IXGBE_TAF_SYM_PAUSE; |
| 162 | } |
| 163 | break; |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 164 | case ixgbe_fc_rx_pause: |
| 165 | /* |
| 166 | * Rx Flow control is enabled and Tx Flow control is |
| 167 | * disabled by software override. Since there really |
| 168 | * isn't a way to advertise that we are capable of RX |
| 169 | * Pause ONLY, we will advertise that we support both |
Alexander Duyck | 041441d | 2012-04-19 17:48:48 +0000 | [diff] [blame] | 170 | * symmetric and asymmetric Rx PAUSE, as such we fall |
| 171 | * through to the fc_full statement. Later, we will |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 172 | * disable the adapter's ability to send PAUSE frames. |
| 173 | */ |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 174 | case ixgbe_fc_full: |
| 175 | /* Flow control (both Rx and Tx) is enabled by SW override. */ |
Alexander Duyck | 041441d | 2012-04-19 17:48:48 +0000 | [diff] [blame] | 176 | reg |= IXGBE_PCS1GANA_SYM_PAUSE | IXGBE_PCS1GANA_ASM_PAUSE; |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 177 | if (hw->phy.media_type == ixgbe_media_type_backplane) |
Alexander Duyck | 041441d | 2012-04-19 17:48:48 +0000 | [diff] [blame] | 178 | reg_bp |= IXGBE_AUTOC_SYM_PAUSE | |
| 179 | IXGBE_AUTOC_ASM_PAUSE; |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 180 | else if (hw->phy.media_type == ixgbe_media_type_copper) |
Alexander Duyck | 041441d | 2012-04-19 17:48:48 +0000 | [diff] [blame] | 181 | reg_cu |= IXGBE_TAF_SYM_PAUSE | IXGBE_TAF_ASM_PAUSE; |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 182 | break; |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 183 | default: |
| 184 | hw_dbg(hw, "Flow control param set incorrectly\n"); |
| 185 | ret_val = IXGBE_ERR_CONFIG; |
| 186 | goto out; |
| 187 | break; |
| 188 | } |
| 189 | |
| 190 | if (hw->mac.type != ixgbe_mac_X540) { |
| 191 | /* |
| 192 | * Enable auto-negotiation between the MAC & PHY; |
| 193 | * the MAC will advertise clause 37 flow control. |
| 194 | */ |
| 195 | IXGBE_WRITE_REG(hw, IXGBE_PCS1GANA, reg); |
| 196 | reg = IXGBE_READ_REG(hw, IXGBE_PCS1GLCTL); |
| 197 | |
| 198 | /* Disable AN timeout */ |
| 199 | if (hw->fc.strict_ieee) |
| 200 | reg &= ~IXGBE_PCS1GLCTL_AN_1G_TIMEOUT_EN; |
| 201 | |
| 202 | IXGBE_WRITE_REG(hw, IXGBE_PCS1GLCTL, reg); |
| 203 | hw_dbg(hw, "Set up FC; PCS1GLCTL = 0x%08X\n", reg); |
| 204 | } |
| 205 | |
| 206 | /* |
| 207 | * AUTOC restart handles negotiation of 1G and 10G on backplane |
| 208 | * and copper. There is no need to set the PCS1GCTL register. |
| 209 | * |
| 210 | */ |
| 211 | if (hw->phy.media_type == ixgbe_media_type_backplane) { |
| 212 | reg_bp |= IXGBE_AUTOC_AN_RESTART; |
| 213 | IXGBE_WRITE_REG(hw, IXGBE_AUTOC, reg_bp); |
| 214 | } else if ((hw->phy.media_type == ixgbe_media_type_copper) && |
| 215 | (ixgbe_device_supports_autoneg_fc(hw) == 0)) { |
| 216 | hw->phy.ops.write_reg(hw, MDIO_AN_ADVERTISE, |
| 217 | MDIO_MMD_AN, reg_cu); |
| 218 | } |
| 219 | |
| 220 | hw_dbg(hw, "Set up FC; IXGBE_AUTOC = 0x%08X\n", reg); |
| 221 | out: |
| 222 | return ret_val; |
| 223 | } |
| 224 | |
| 225 | /** |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 226 | * ixgbe_start_hw_generic - Prepare hardware for Tx/Rx |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 227 | * @hw: pointer to hardware structure |
| 228 | * |
| 229 | * Starts the hardware by filling the bus info structure and media type, clears |
| 230 | * all on chip counters, initializes receive address registers, multicast |
| 231 | * table, VLAN filter table, calls routine to set up link and flow control |
| 232 | * settings, and leaves transmit and receive units disabled and uninitialized |
| 233 | **/ |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 234 | s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 235 | { |
| 236 | u32 ctrl_ext; |
| 237 | |
| 238 | /* Set the media type */ |
| 239 | hw->phy.media_type = hw->mac.ops.get_media_type(hw); |
| 240 | |
| 241 | /* Identify the PHY */ |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 242 | hw->phy.ops.identify(hw); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 243 | |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 244 | /* Clear the VLAN filter table */ |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 245 | hw->mac.ops.clear_vfta(hw); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 246 | |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 247 | /* Clear statistics registers */ |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 248 | hw->mac.ops.clear_hw_cntrs(hw); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 249 | |
| 250 | /* Set No Snoop Disable */ |
| 251 | ctrl_ext = IXGBE_READ_REG(hw, IXGBE_CTRL_EXT); |
| 252 | ctrl_ext |= IXGBE_CTRL_EXT_NS_DIS; |
| 253 | IXGBE_WRITE_REG(hw, IXGBE_CTRL_EXT, ctrl_ext); |
Auke Kok | 3957d63 | 2007-10-31 15:22:10 -0700 | [diff] [blame] | 254 | IXGBE_WRITE_FLUSH(hw); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 255 | |
Mallikarjuna R Chilakala | 620fa03 | 2009-06-04 11:11:13 +0000 | [diff] [blame] | 256 | /* Setup flow control */ |
Alexander Duyck | 041441d | 2012-04-19 17:48:48 +0000 | [diff] [blame] | 257 | ixgbe_setup_fc(hw); |
Mallikarjuna R Chilakala | 620fa03 | 2009-06-04 11:11:13 +0000 | [diff] [blame] | 258 | |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 259 | /* Clear adapter stopped flag */ |
| 260 | hw->adapter_stopped = false; |
| 261 | |
| 262 | return 0; |
| 263 | } |
| 264 | |
| 265 | /** |
Emil Tantilov | 7184b7c | 2011-03-18 08:18:22 +0000 | [diff] [blame] | 266 | * ixgbe_start_hw_gen2 - Init sequence for common device family |
| 267 | * @hw: pointer to hw structure |
| 268 | * |
| 269 | * Performs the init sequence common to the second generation |
| 270 | * of 10 GbE devices. |
| 271 | * Devices in the second generation: |
| 272 | * 82599 |
| 273 | * X540 |
| 274 | **/ |
| 275 | s32 ixgbe_start_hw_gen2(struct ixgbe_hw *hw) |
| 276 | { |
| 277 | u32 i; |
Emil Tantilov | 3d5c520 | 2011-03-19 01:32:46 +0000 | [diff] [blame] | 278 | u32 regval; |
Emil Tantilov | 7184b7c | 2011-03-18 08:18:22 +0000 | [diff] [blame] | 279 | |
| 280 | /* Clear the rate limiters */ |
| 281 | for (i = 0; i < hw->mac.max_tx_queues; i++) { |
| 282 | IXGBE_WRITE_REG(hw, IXGBE_RTTDQSEL, i); |
| 283 | IXGBE_WRITE_REG(hw, IXGBE_RTTBCNRC, 0); |
| 284 | } |
| 285 | IXGBE_WRITE_FLUSH(hw); |
| 286 | |
Emil Tantilov | 3d5c520 | 2011-03-19 01:32:46 +0000 | [diff] [blame] | 287 | /* Disable relaxed ordering */ |
| 288 | for (i = 0; i < hw->mac.max_tx_queues; i++) { |
| 289 | regval = IXGBE_READ_REG(hw, IXGBE_DCA_TXCTRL_82599(i)); |
Alexander Duyck | bdda1a6 | 2012-02-08 07:50:14 +0000 | [diff] [blame] | 290 | regval &= ~IXGBE_DCA_TXCTRL_DESC_WRO_EN; |
Emil Tantilov | 3d5c520 | 2011-03-19 01:32:46 +0000 | [diff] [blame] | 291 | IXGBE_WRITE_REG(hw, IXGBE_DCA_TXCTRL_82599(i), regval); |
| 292 | } |
| 293 | |
| 294 | for (i = 0; i < hw->mac.max_rx_queues; i++) { |
| 295 | regval = IXGBE_READ_REG(hw, IXGBE_DCA_RXCTRL(i)); |
Alexander Duyck | bdda1a6 | 2012-02-08 07:50:14 +0000 | [diff] [blame] | 296 | regval &= ~(IXGBE_DCA_RXCTRL_DATA_WRO_EN | |
| 297 | IXGBE_DCA_RXCTRL_HEAD_WRO_EN); |
Emil Tantilov | 3d5c520 | 2011-03-19 01:32:46 +0000 | [diff] [blame] | 298 | IXGBE_WRITE_REG(hw, IXGBE_DCA_RXCTRL(i), regval); |
| 299 | } |
| 300 | |
Emil Tantilov | 7184b7c | 2011-03-18 08:18:22 +0000 | [diff] [blame] | 301 | return 0; |
| 302 | } |
| 303 | |
| 304 | /** |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 305 | * ixgbe_init_hw_generic - Generic hardware initialization |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 306 | * @hw: pointer to hardware structure |
| 307 | * |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 308 | * Initialize the hardware by resetting the hardware, filling the bus info |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 309 | * structure and media type, clears all on chip counters, initializes receive |
| 310 | * address registers, multicast table, VLAN filter table, calls routine to set |
| 311 | * up link and flow control settings, and leaves transmit and receive units |
| 312 | * disabled and uninitialized |
| 313 | **/ |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 314 | s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 315 | { |
Peter P Waskiewicz Jr | 794caeb | 2009-06-04 16:02:24 +0000 | [diff] [blame] | 316 | s32 status; |
| 317 | |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 318 | /* Reset the hardware */ |
Peter P Waskiewicz Jr | 794caeb | 2009-06-04 16:02:24 +0000 | [diff] [blame] | 319 | status = hw->mac.ops.reset_hw(hw); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 320 | |
Peter P Waskiewicz Jr | 794caeb | 2009-06-04 16:02:24 +0000 | [diff] [blame] | 321 | if (status == 0) { |
| 322 | /* Start the HW */ |
| 323 | status = hw->mac.ops.start_hw(hw); |
| 324 | } |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 325 | |
Peter P Waskiewicz Jr | 794caeb | 2009-06-04 16:02:24 +0000 | [diff] [blame] | 326 | return status; |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 327 | } |
| 328 | |
| 329 | /** |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 330 | * ixgbe_clear_hw_cntrs_generic - Generic clear hardware counters |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 331 | * @hw: pointer to hardware structure |
| 332 | * |
| 333 | * Clears all hardware statistics counters by reading them from the hardware |
| 334 | * Statistics counters are clear on read. |
| 335 | **/ |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 336 | s32 ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 337 | { |
| 338 | u16 i = 0; |
| 339 | |
| 340 | IXGBE_READ_REG(hw, IXGBE_CRCERRS); |
| 341 | IXGBE_READ_REG(hw, IXGBE_ILLERRC); |
| 342 | IXGBE_READ_REG(hw, IXGBE_ERRBC); |
| 343 | IXGBE_READ_REG(hw, IXGBE_MSPDC); |
| 344 | for (i = 0; i < 8; i++) |
| 345 | IXGBE_READ_REG(hw, IXGBE_MPC(i)); |
| 346 | |
| 347 | IXGBE_READ_REG(hw, IXGBE_MLFC); |
| 348 | IXGBE_READ_REG(hw, IXGBE_MRFC); |
| 349 | IXGBE_READ_REG(hw, IXGBE_RLEC); |
| 350 | IXGBE_READ_REG(hw, IXGBE_LXONTXC); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 351 | IXGBE_READ_REG(hw, IXGBE_LXOFFTXC); |
Emil Tantilov | 667c756 | 2011-02-26 06:40:05 +0000 | [diff] [blame] | 352 | if (hw->mac.type >= ixgbe_mac_82599EB) { |
| 353 | IXGBE_READ_REG(hw, IXGBE_LXONRXCNT); |
| 354 | IXGBE_READ_REG(hw, IXGBE_LXOFFRXCNT); |
| 355 | } else { |
| 356 | IXGBE_READ_REG(hw, IXGBE_LXONRXC); |
| 357 | IXGBE_READ_REG(hw, IXGBE_LXOFFRXC); |
| 358 | } |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 359 | |
| 360 | for (i = 0; i < 8; i++) { |
| 361 | IXGBE_READ_REG(hw, IXGBE_PXONTXC(i)); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 362 | IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(i)); |
Emil Tantilov | 667c756 | 2011-02-26 06:40:05 +0000 | [diff] [blame] | 363 | if (hw->mac.type >= ixgbe_mac_82599EB) { |
| 364 | IXGBE_READ_REG(hw, IXGBE_PXONRXCNT(i)); |
| 365 | IXGBE_READ_REG(hw, IXGBE_PXOFFRXCNT(i)); |
| 366 | } else { |
| 367 | IXGBE_READ_REG(hw, IXGBE_PXONRXC(i)); |
| 368 | IXGBE_READ_REG(hw, IXGBE_PXOFFRXC(i)); |
| 369 | } |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 370 | } |
Emil Tantilov | 667c756 | 2011-02-26 06:40:05 +0000 | [diff] [blame] | 371 | if (hw->mac.type >= ixgbe_mac_82599EB) |
| 372 | for (i = 0; i < 8; i++) |
| 373 | IXGBE_READ_REG(hw, IXGBE_PXON2OFFCNT(i)); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 374 | IXGBE_READ_REG(hw, IXGBE_PRC64); |
| 375 | IXGBE_READ_REG(hw, IXGBE_PRC127); |
| 376 | IXGBE_READ_REG(hw, IXGBE_PRC255); |
| 377 | IXGBE_READ_REG(hw, IXGBE_PRC511); |
| 378 | IXGBE_READ_REG(hw, IXGBE_PRC1023); |
| 379 | IXGBE_READ_REG(hw, IXGBE_PRC1522); |
| 380 | IXGBE_READ_REG(hw, IXGBE_GPRC); |
| 381 | IXGBE_READ_REG(hw, IXGBE_BPRC); |
| 382 | IXGBE_READ_REG(hw, IXGBE_MPRC); |
| 383 | IXGBE_READ_REG(hw, IXGBE_GPTC); |
| 384 | IXGBE_READ_REG(hw, IXGBE_GORCL); |
| 385 | IXGBE_READ_REG(hw, IXGBE_GORCH); |
| 386 | IXGBE_READ_REG(hw, IXGBE_GOTCL); |
| 387 | IXGBE_READ_REG(hw, IXGBE_GOTCH); |
Emil Tantilov | f3116f6 | 2011-07-29 06:46:15 +0000 | [diff] [blame] | 388 | if (hw->mac.type == ixgbe_mac_82598EB) |
| 389 | for (i = 0; i < 8; i++) |
| 390 | IXGBE_READ_REG(hw, IXGBE_RNBC(i)); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 391 | IXGBE_READ_REG(hw, IXGBE_RUC); |
| 392 | IXGBE_READ_REG(hw, IXGBE_RFC); |
| 393 | IXGBE_READ_REG(hw, IXGBE_ROC); |
| 394 | IXGBE_READ_REG(hw, IXGBE_RJC); |
| 395 | IXGBE_READ_REG(hw, IXGBE_MNGPRC); |
| 396 | IXGBE_READ_REG(hw, IXGBE_MNGPDC); |
| 397 | IXGBE_READ_REG(hw, IXGBE_MNGPTC); |
| 398 | IXGBE_READ_REG(hw, IXGBE_TORL); |
| 399 | IXGBE_READ_REG(hw, IXGBE_TORH); |
| 400 | IXGBE_READ_REG(hw, IXGBE_TPR); |
| 401 | IXGBE_READ_REG(hw, IXGBE_TPT); |
| 402 | IXGBE_READ_REG(hw, IXGBE_PTC64); |
| 403 | IXGBE_READ_REG(hw, IXGBE_PTC127); |
| 404 | IXGBE_READ_REG(hw, IXGBE_PTC255); |
| 405 | IXGBE_READ_REG(hw, IXGBE_PTC511); |
| 406 | IXGBE_READ_REG(hw, IXGBE_PTC1023); |
| 407 | IXGBE_READ_REG(hw, IXGBE_PTC1522); |
| 408 | IXGBE_READ_REG(hw, IXGBE_MPTC); |
| 409 | IXGBE_READ_REG(hw, IXGBE_BPTC); |
| 410 | for (i = 0; i < 16; i++) { |
| 411 | IXGBE_READ_REG(hw, IXGBE_QPRC(i)); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 412 | IXGBE_READ_REG(hw, IXGBE_QPTC(i)); |
Emil Tantilov | 667c756 | 2011-02-26 06:40:05 +0000 | [diff] [blame] | 413 | if (hw->mac.type >= ixgbe_mac_82599EB) { |
| 414 | IXGBE_READ_REG(hw, IXGBE_QBRC_L(i)); |
| 415 | IXGBE_READ_REG(hw, IXGBE_QBRC_H(i)); |
| 416 | IXGBE_READ_REG(hw, IXGBE_QBTC_L(i)); |
| 417 | IXGBE_READ_REG(hw, IXGBE_QBTC_H(i)); |
| 418 | IXGBE_READ_REG(hw, IXGBE_QPRDC(i)); |
| 419 | } else { |
| 420 | IXGBE_READ_REG(hw, IXGBE_QBRC(i)); |
| 421 | IXGBE_READ_REG(hw, IXGBE_QBTC(i)); |
| 422 | } |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 423 | } |
| 424 | |
Emil Tantilov | a3aeea0 | 2011-02-26 06:40:11 +0000 | [diff] [blame] | 425 | if (hw->mac.type == ixgbe_mac_X540) { |
| 426 | if (hw->phy.id == 0) |
| 427 | hw->phy.ops.identify(hw); |
Emil Tantilov | c1085b1 | 2011-12-10 08:21:47 +0000 | [diff] [blame] | 428 | hw->phy.ops.read_reg(hw, IXGBE_PCRC8ECL, MDIO_MMD_PCS, &i); |
| 429 | hw->phy.ops.read_reg(hw, IXGBE_PCRC8ECH, MDIO_MMD_PCS, &i); |
| 430 | hw->phy.ops.read_reg(hw, IXGBE_LDPCECL, MDIO_MMD_PCS, &i); |
| 431 | hw->phy.ops.read_reg(hw, IXGBE_LDPCECH, MDIO_MMD_PCS, &i); |
Emil Tantilov | a3aeea0 | 2011-02-26 06:40:11 +0000 | [diff] [blame] | 432 | } |
| 433 | |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 434 | return 0; |
| 435 | } |
| 436 | |
| 437 | /** |
Don Skidmore | 289700db | 2010-12-03 03:32:58 +0000 | [diff] [blame] | 438 | * ixgbe_read_pba_string_generic - Reads part number string from EEPROM |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 439 | * @hw: pointer to hardware structure |
Don Skidmore | 289700db | 2010-12-03 03:32:58 +0000 | [diff] [blame] | 440 | * @pba_num: stores the part number string from the EEPROM |
| 441 | * @pba_num_size: part number string buffer length |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 442 | * |
Don Skidmore | 289700db | 2010-12-03 03:32:58 +0000 | [diff] [blame] | 443 | * Reads the part number string from the EEPROM. |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 444 | **/ |
Don Skidmore | 289700db | 2010-12-03 03:32:58 +0000 | [diff] [blame] | 445 | s32 ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num, |
| 446 | u32 pba_num_size) |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 447 | { |
| 448 | s32 ret_val; |
| 449 | u16 data; |
Don Skidmore | 289700db | 2010-12-03 03:32:58 +0000 | [diff] [blame] | 450 | u16 pba_ptr; |
| 451 | u16 offset; |
| 452 | u16 length; |
| 453 | |
| 454 | if (pba_num == NULL) { |
| 455 | hw_dbg(hw, "PBA string buffer was null\n"); |
| 456 | return IXGBE_ERR_INVALID_ARGUMENT; |
| 457 | } |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 458 | |
| 459 | ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM0_PTR, &data); |
| 460 | if (ret_val) { |
| 461 | hw_dbg(hw, "NVM Read Error\n"); |
| 462 | return ret_val; |
| 463 | } |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 464 | |
Don Skidmore | 289700db | 2010-12-03 03:32:58 +0000 | [diff] [blame] | 465 | ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM1_PTR, &pba_ptr); |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 466 | if (ret_val) { |
| 467 | hw_dbg(hw, "NVM Read Error\n"); |
| 468 | return ret_val; |
| 469 | } |
Don Skidmore | 289700db | 2010-12-03 03:32:58 +0000 | [diff] [blame] | 470 | |
| 471 | /* |
| 472 | * if data is not ptr guard the PBA must be in legacy format which |
| 473 | * means pba_ptr is actually our second data word for the PBA number |
| 474 | * and we can decode it into an ascii string |
| 475 | */ |
| 476 | if (data != IXGBE_PBANUM_PTR_GUARD) { |
| 477 | hw_dbg(hw, "NVM PBA number is not stored as string\n"); |
| 478 | |
| 479 | /* we will need 11 characters to store the PBA */ |
| 480 | if (pba_num_size < 11) { |
| 481 | hw_dbg(hw, "PBA string buffer too small\n"); |
| 482 | return IXGBE_ERR_NO_SPACE; |
| 483 | } |
| 484 | |
| 485 | /* extract hex string from data and pba_ptr */ |
| 486 | pba_num[0] = (data >> 12) & 0xF; |
| 487 | pba_num[1] = (data >> 8) & 0xF; |
| 488 | pba_num[2] = (data >> 4) & 0xF; |
| 489 | pba_num[3] = data & 0xF; |
| 490 | pba_num[4] = (pba_ptr >> 12) & 0xF; |
| 491 | pba_num[5] = (pba_ptr >> 8) & 0xF; |
| 492 | pba_num[6] = '-'; |
| 493 | pba_num[7] = 0; |
| 494 | pba_num[8] = (pba_ptr >> 4) & 0xF; |
| 495 | pba_num[9] = pba_ptr & 0xF; |
| 496 | |
| 497 | /* put a null character on the end of our string */ |
| 498 | pba_num[10] = '\0'; |
| 499 | |
| 500 | /* switch all the data but the '-' to hex char */ |
| 501 | for (offset = 0; offset < 10; offset++) { |
| 502 | if (pba_num[offset] < 0xA) |
| 503 | pba_num[offset] += '0'; |
| 504 | else if (pba_num[offset] < 0x10) |
| 505 | pba_num[offset] += 'A' - 0xA; |
| 506 | } |
| 507 | |
| 508 | return 0; |
| 509 | } |
| 510 | |
| 511 | ret_val = hw->eeprom.ops.read(hw, pba_ptr, &length); |
| 512 | if (ret_val) { |
| 513 | hw_dbg(hw, "NVM Read Error\n"); |
| 514 | return ret_val; |
| 515 | } |
| 516 | |
| 517 | if (length == 0xFFFF || length == 0) { |
| 518 | hw_dbg(hw, "NVM PBA number section invalid length\n"); |
| 519 | return IXGBE_ERR_PBA_SECTION; |
| 520 | } |
| 521 | |
| 522 | /* check if pba_num buffer is big enough */ |
| 523 | if (pba_num_size < (((u32)length * 2) - 1)) { |
| 524 | hw_dbg(hw, "PBA string buffer too small\n"); |
| 525 | return IXGBE_ERR_NO_SPACE; |
| 526 | } |
| 527 | |
| 528 | /* trim pba length from start of string */ |
| 529 | pba_ptr++; |
| 530 | length--; |
| 531 | |
| 532 | for (offset = 0; offset < length; offset++) { |
| 533 | ret_val = hw->eeprom.ops.read(hw, pba_ptr + offset, &data); |
| 534 | if (ret_val) { |
| 535 | hw_dbg(hw, "NVM Read Error\n"); |
| 536 | return ret_val; |
| 537 | } |
| 538 | pba_num[offset * 2] = (u8)(data >> 8); |
| 539 | pba_num[(offset * 2) + 1] = (u8)(data & 0xFF); |
| 540 | } |
| 541 | pba_num[offset * 2] = '\0'; |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 542 | |
| 543 | return 0; |
| 544 | } |
| 545 | |
| 546 | /** |
| 547 | * ixgbe_get_mac_addr_generic - Generic get MAC address |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 548 | * @hw: pointer to hardware structure |
| 549 | * @mac_addr: Adapter MAC address |
| 550 | * |
| 551 | * Reads the adapter's MAC address from first Receive Address Register (RAR0) |
| 552 | * A reset of the adapter must be performed prior to calling this function |
| 553 | * in order for the MAC address to have been loaded from the EEPROM into RAR0 |
| 554 | **/ |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 555 | s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 556 | { |
| 557 | u32 rar_high; |
| 558 | u32 rar_low; |
| 559 | u16 i; |
| 560 | |
| 561 | rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(0)); |
| 562 | rar_low = IXGBE_READ_REG(hw, IXGBE_RAL(0)); |
| 563 | |
| 564 | for (i = 0; i < 4; i++) |
| 565 | mac_addr[i] = (u8)(rar_low >> (i*8)); |
| 566 | |
| 567 | for (i = 0; i < 2; i++) |
| 568 | mac_addr[i+4] = (u8)(rar_high >> (i*8)); |
| 569 | |
| 570 | return 0; |
| 571 | } |
| 572 | |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 573 | /** |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 574 | * ixgbe_get_bus_info_generic - Generic set PCI bus info |
| 575 | * @hw: pointer to hardware structure |
| 576 | * |
| 577 | * Sets the PCI bus info (speed, width, type) within the ixgbe_hw structure |
| 578 | **/ |
| 579 | s32 ixgbe_get_bus_info_generic(struct ixgbe_hw *hw) |
| 580 | { |
| 581 | struct ixgbe_adapter *adapter = hw->back; |
| 582 | struct ixgbe_mac_info *mac = &hw->mac; |
| 583 | u16 link_status; |
| 584 | |
| 585 | hw->bus.type = ixgbe_bus_type_pci_express; |
| 586 | |
| 587 | /* Get the negotiated link width and speed from PCI config space */ |
| 588 | pci_read_config_word(adapter->pdev, IXGBE_PCI_LINK_STATUS, |
| 589 | &link_status); |
| 590 | |
| 591 | switch (link_status & IXGBE_PCI_LINK_WIDTH) { |
| 592 | case IXGBE_PCI_LINK_WIDTH_1: |
| 593 | hw->bus.width = ixgbe_bus_width_pcie_x1; |
| 594 | break; |
| 595 | case IXGBE_PCI_LINK_WIDTH_2: |
| 596 | hw->bus.width = ixgbe_bus_width_pcie_x2; |
| 597 | break; |
| 598 | case IXGBE_PCI_LINK_WIDTH_4: |
| 599 | hw->bus.width = ixgbe_bus_width_pcie_x4; |
| 600 | break; |
| 601 | case IXGBE_PCI_LINK_WIDTH_8: |
| 602 | hw->bus.width = ixgbe_bus_width_pcie_x8; |
| 603 | break; |
| 604 | default: |
| 605 | hw->bus.width = ixgbe_bus_width_unknown; |
| 606 | break; |
| 607 | } |
| 608 | |
| 609 | switch (link_status & IXGBE_PCI_LINK_SPEED) { |
| 610 | case IXGBE_PCI_LINK_SPEED_2500: |
| 611 | hw->bus.speed = ixgbe_bus_speed_2500; |
| 612 | break; |
| 613 | case IXGBE_PCI_LINK_SPEED_5000: |
| 614 | hw->bus.speed = ixgbe_bus_speed_5000; |
| 615 | break; |
| 616 | default: |
| 617 | hw->bus.speed = ixgbe_bus_speed_unknown; |
| 618 | break; |
| 619 | } |
| 620 | |
| 621 | mac->ops.set_lan_id(hw); |
| 622 | |
| 623 | return 0; |
| 624 | } |
| 625 | |
| 626 | /** |
| 627 | * ixgbe_set_lan_id_multi_port_pcie - Set LAN id for PCIe multiple port devices |
| 628 | * @hw: pointer to the HW structure |
| 629 | * |
| 630 | * Determines the LAN function id by reading memory-mapped registers |
| 631 | * and swaps the port value if requested. |
| 632 | **/ |
| 633 | void ixgbe_set_lan_id_multi_port_pcie(struct ixgbe_hw *hw) |
| 634 | { |
| 635 | struct ixgbe_bus_info *bus = &hw->bus; |
| 636 | u32 reg; |
| 637 | |
| 638 | reg = IXGBE_READ_REG(hw, IXGBE_STATUS); |
| 639 | bus->func = (reg & IXGBE_STATUS_LAN_ID) >> IXGBE_STATUS_LAN_ID_SHIFT; |
| 640 | bus->lan_id = bus->func; |
| 641 | |
| 642 | /* check for a port swap */ |
| 643 | reg = IXGBE_READ_REG(hw, IXGBE_FACTPS); |
| 644 | if (reg & IXGBE_FACTPS_LFS) |
| 645 | bus->func ^= 0x1; |
| 646 | } |
| 647 | |
| 648 | /** |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 649 | * ixgbe_stop_adapter_generic - Generic stop Tx/Rx units |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 650 | * @hw: pointer to hardware structure |
| 651 | * |
| 652 | * Sets the adapter_stopped flag within ixgbe_hw struct. Clears interrupts, |
| 653 | * disables transmit and receive units. The adapter_stopped flag is used by |
| 654 | * the shared code and drivers to determine if the adapter is in a stopped |
| 655 | * state and should not touch the hardware. |
| 656 | **/ |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 657 | s32 ixgbe_stop_adapter_generic(struct ixgbe_hw *hw) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 658 | { |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 659 | u32 reg_val; |
| 660 | u16 i; |
| 661 | |
| 662 | /* |
| 663 | * Set the adapter_stopped flag so other driver functions stop touching |
| 664 | * the hardware |
| 665 | */ |
| 666 | hw->adapter_stopped = true; |
| 667 | |
| 668 | /* Disable the receive unit */ |
Emil Tantilov | ff9d1a5 | 2011-08-16 04:35:11 +0000 | [diff] [blame] | 669 | IXGBE_WRITE_REG(hw, IXGBE_RXCTRL, 0); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 670 | |
Emil Tantilov | ff9d1a5 | 2011-08-16 04:35:11 +0000 | [diff] [blame] | 671 | /* Clear interrupt mask to stop interrupts from being generated */ |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 672 | IXGBE_WRITE_REG(hw, IXGBE_EIMC, IXGBE_IRQ_CLEAR_MASK); |
| 673 | |
Emil Tantilov | ff9d1a5 | 2011-08-16 04:35:11 +0000 | [diff] [blame] | 674 | /* Clear any pending interrupts, flush previous writes */ |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 675 | IXGBE_READ_REG(hw, IXGBE_EICR); |
| 676 | |
| 677 | /* Disable the transmit unit. Each queue must be disabled. */ |
Emil Tantilov | ff9d1a5 | 2011-08-16 04:35:11 +0000 | [diff] [blame] | 678 | for (i = 0; i < hw->mac.max_tx_queues; i++) |
| 679 | IXGBE_WRITE_REG(hw, IXGBE_TXDCTL(i), IXGBE_TXDCTL_SWFLSH); |
| 680 | |
| 681 | /* Disable the receive unit by stopping each queue */ |
| 682 | for (i = 0; i < hw->mac.max_rx_queues; i++) { |
| 683 | reg_val = IXGBE_READ_REG(hw, IXGBE_RXDCTL(i)); |
| 684 | reg_val &= ~IXGBE_RXDCTL_ENABLE; |
| 685 | reg_val |= IXGBE_RXDCTL_SWFLSH; |
| 686 | IXGBE_WRITE_REG(hw, IXGBE_RXDCTL(i), reg_val); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 687 | } |
| 688 | |
Emil Tantilov | ff9d1a5 | 2011-08-16 04:35:11 +0000 | [diff] [blame] | 689 | /* flush all queues disables */ |
| 690 | IXGBE_WRITE_FLUSH(hw); |
| 691 | usleep_range(1000, 2000); |
| 692 | |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 693 | /* |
| 694 | * Prevent the PCI-E bus from from hanging by disabling PCI-E master |
| 695 | * access and verify no pending requests |
| 696 | */ |
Emil Tantilov | ff9d1a5 | 2011-08-16 04:35:11 +0000 | [diff] [blame] | 697 | return ixgbe_disable_pcie_master(hw); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 698 | } |
| 699 | |
| 700 | /** |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 701 | * ixgbe_led_on_generic - Turns on the software controllable LEDs. |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 702 | * @hw: pointer to hardware structure |
| 703 | * @index: led number to turn on |
| 704 | **/ |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 705 | s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 706 | { |
| 707 | u32 led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL); |
| 708 | |
| 709 | /* To turn on the LED, set mode to ON. */ |
| 710 | led_reg &= ~IXGBE_LED_MODE_MASK(index); |
| 711 | led_reg |= IXGBE_LED_ON << IXGBE_LED_MODE_SHIFT(index); |
| 712 | IXGBE_WRITE_REG(hw, IXGBE_LEDCTL, led_reg); |
Auke Kok | 3957d63 | 2007-10-31 15:22:10 -0700 | [diff] [blame] | 713 | IXGBE_WRITE_FLUSH(hw); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 714 | |
| 715 | return 0; |
| 716 | } |
| 717 | |
| 718 | /** |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 719 | * ixgbe_led_off_generic - Turns off the software controllable LEDs. |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 720 | * @hw: pointer to hardware structure |
| 721 | * @index: led number to turn off |
| 722 | **/ |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 723 | s32 ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 724 | { |
| 725 | u32 led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL); |
| 726 | |
| 727 | /* To turn off the LED, set mode to OFF. */ |
| 728 | led_reg &= ~IXGBE_LED_MODE_MASK(index); |
| 729 | led_reg |= IXGBE_LED_OFF << IXGBE_LED_MODE_SHIFT(index); |
| 730 | IXGBE_WRITE_REG(hw, IXGBE_LEDCTL, led_reg); |
Auke Kok | 3957d63 | 2007-10-31 15:22:10 -0700 | [diff] [blame] | 731 | IXGBE_WRITE_FLUSH(hw); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 732 | |
| 733 | return 0; |
| 734 | } |
| 735 | |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 736 | /** |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 737 | * ixgbe_init_eeprom_params_generic - Initialize EEPROM params |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 738 | * @hw: pointer to hardware structure |
| 739 | * |
| 740 | * Initializes the EEPROM parameters ixgbe_eeprom_info within the |
| 741 | * ixgbe_hw struct in order to set up EEPROM access. |
| 742 | **/ |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 743 | s32 ixgbe_init_eeprom_params_generic(struct ixgbe_hw *hw) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 744 | { |
| 745 | struct ixgbe_eeprom_info *eeprom = &hw->eeprom; |
| 746 | u32 eec; |
| 747 | u16 eeprom_size; |
| 748 | |
| 749 | if (eeprom->type == ixgbe_eeprom_uninitialized) { |
| 750 | eeprom->type = ixgbe_eeprom_none; |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 751 | /* Set default semaphore delay to 10ms which is a well |
| 752 | * tested value */ |
| 753 | eeprom->semaphore_delay = 10; |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 754 | /* Clear EEPROM page size, it will be initialized as needed */ |
| 755 | eeprom->word_page_size = 0; |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 756 | |
| 757 | /* |
| 758 | * Check for EEPROM present first. |
| 759 | * If not present leave as none |
| 760 | */ |
| 761 | eec = IXGBE_READ_REG(hw, IXGBE_EEC); |
| 762 | if (eec & IXGBE_EEC_PRES) { |
| 763 | eeprom->type = ixgbe_eeprom_spi; |
| 764 | |
| 765 | /* |
| 766 | * SPI EEPROM is assumed here. This code would need to |
| 767 | * change if a future EEPROM is not SPI. |
| 768 | */ |
| 769 | eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >> |
| 770 | IXGBE_EEC_SIZE_SHIFT); |
| 771 | eeprom->word_size = 1 << (eeprom_size + |
| 772 | IXGBE_EEPROM_WORD_SIZE_SHIFT); |
| 773 | } |
| 774 | |
| 775 | if (eec & IXGBE_EEC_ADDR_SIZE) |
| 776 | eeprom->address_bits = 16; |
| 777 | else |
| 778 | eeprom->address_bits = 8; |
| 779 | hw_dbg(hw, "Eeprom params: type = %d, size = %d, address bits: " |
| 780 | "%d\n", eeprom->type, eeprom->word_size, |
| 781 | eeprom->address_bits); |
| 782 | } |
| 783 | |
| 784 | return 0; |
| 785 | } |
| 786 | |
| 787 | /** |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 788 | * ixgbe_write_eeprom_buffer_bit_bang_generic - Write EEPROM using bit-bang |
| 789 | * @hw: pointer to hardware structure |
| 790 | * @offset: offset within the EEPROM to write |
| 791 | * @words: number of words |
| 792 | * @data: 16 bit word(s) to write to EEPROM |
| 793 | * |
| 794 | * Reads 16 bit word(s) from EEPROM through bit-bang method |
| 795 | **/ |
| 796 | s32 ixgbe_write_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset, |
| 797 | u16 words, u16 *data) |
| 798 | { |
| 799 | s32 status = 0; |
| 800 | u16 i, count; |
| 801 | |
| 802 | hw->eeprom.ops.init_params(hw); |
| 803 | |
| 804 | if (words == 0) { |
| 805 | status = IXGBE_ERR_INVALID_ARGUMENT; |
| 806 | goto out; |
| 807 | } |
| 808 | |
| 809 | if (offset + words > hw->eeprom.word_size) { |
| 810 | status = IXGBE_ERR_EEPROM; |
| 811 | goto out; |
| 812 | } |
| 813 | |
| 814 | /* |
| 815 | * The EEPROM page size cannot be queried from the chip. We do lazy |
| 816 | * initialization. It is worth to do that when we write large buffer. |
| 817 | */ |
| 818 | if ((hw->eeprom.word_page_size == 0) && |
| 819 | (words > IXGBE_EEPROM_PAGE_SIZE_MAX)) |
| 820 | ixgbe_detect_eeprom_page_size_generic(hw, offset); |
| 821 | |
| 822 | /* |
| 823 | * We cannot hold synchronization semaphores for too long |
| 824 | * to avoid other entity starvation. However it is more efficient |
| 825 | * to read in bursts than synchronizing access for each word. |
| 826 | */ |
| 827 | for (i = 0; i < words; i += IXGBE_EEPROM_RD_BUFFER_MAX_COUNT) { |
| 828 | count = (words - i) / IXGBE_EEPROM_RD_BUFFER_MAX_COUNT > 0 ? |
| 829 | IXGBE_EEPROM_RD_BUFFER_MAX_COUNT : (words - i); |
| 830 | status = ixgbe_write_eeprom_buffer_bit_bang(hw, offset + i, |
| 831 | count, &data[i]); |
| 832 | |
| 833 | if (status != 0) |
| 834 | break; |
| 835 | } |
| 836 | |
| 837 | out: |
| 838 | return status; |
| 839 | } |
| 840 | |
| 841 | /** |
| 842 | * ixgbe_write_eeprom_buffer_bit_bang - Writes 16 bit word(s) to EEPROM |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 843 | * @hw: pointer to hardware structure |
| 844 | * @offset: offset within the EEPROM to be written to |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 845 | * @words: number of word(s) |
| 846 | * @data: 16 bit word(s) to be written to the EEPROM |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 847 | * |
| 848 | * If ixgbe_eeprom_update_checksum is not called after this function, the |
| 849 | * EEPROM will most likely contain an invalid checksum. |
| 850 | **/ |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 851 | static s32 ixgbe_write_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset, |
| 852 | u16 words, u16 *data) |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 853 | { |
| 854 | s32 status; |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 855 | u16 word; |
| 856 | u16 page_size; |
| 857 | u16 i; |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 858 | u8 write_opcode = IXGBE_EEPROM_WRITE_OPCODE_SPI; |
| 859 | |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 860 | /* Prepare the EEPROM for writing */ |
| 861 | status = ixgbe_acquire_eeprom(hw); |
| 862 | |
| 863 | if (status == 0) { |
| 864 | if (ixgbe_ready_eeprom(hw) != 0) { |
| 865 | ixgbe_release_eeprom(hw); |
| 866 | status = IXGBE_ERR_EEPROM; |
| 867 | } |
| 868 | } |
| 869 | |
| 870 | if (status == 0) { |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 871 | for (i = 0; i < words; i++) { |
| 872 | ixgbe_standby_eeprom(hw); |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 873 | |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 874 | /* Send the WRITE ENABLE command (8 bit opcode ) */ |
| 875 | ixgbe_shift_out_eeprom_bits(hw, |
| 876 | IXGBE_EEPROM_WREN_OPCODE_SPI, |
| 877 | IXGBE_EEPROM_OPCODE_BITS); |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 878 | |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 879 | ixgbe_standby_eeprom(hw); |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 880 | |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 881 | /* |
| 882 | * Some SPI eeproms use the 8th address bit embedded |
| 883 | * in the opcode |
| 884 | */ |
| 885 | if ((hw->eeprom.address_bits == 8) && |
| 886 | ((offset + i) >= 128)) |
| 887 | write_opcode |= IXGBE_EEPROM_A8_OPCODE_SPI; |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 888 | |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 889 | /* Send the Write command (8-bit opcode + addr) */ |
| 890 | ixgbe_shift_out_eeprom_bits(hw, write_opcode, |
| 891 | IXGBE_EEPROM_OPCODE_BITS); |
| 892 | ixgbe_shift_out_eeprom_bits(hw, (u16)((offset + i) * 2), |
| 893 | hw->eeprom.address_bits); |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 894 | |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 895 | page_size = hw->eeprom.word_page_size; |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 896 | |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 897 | /* Send the data in burst via SPI*/ |
| 898 | do { |
| 899 | word = data[i]; |
| 900 | word = (word >> 8) | (word << 8); |
| 901 | ixgbe_shift_out_eeprom_bits(hw, word, 16); |
| 902 | |
| 903 | if (page_size == 0) |
| 904 | break; |
| 905 | |
| 906 | /* do not wrap around page */ |
| 907 | if (((offset + i) & (page_size - 1)) == |
| 908 | (page_size - 1)) |
| 909 | break; |
| 910 | } while (++i < words); |
| 911 | |
| 912 | ixgbe_standby_eeprom(hw); |
| 913 | usleep_range(10000, 20000); |
| 914 | } |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 915 | /* Done with writing - release the EEPROM */ |
| 916 | ixgbe_release_eeprom(hw); |
| 917 | } |
| 918 | |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 919 | return status; |
| 920 | } |
| 921 | |
| 922 | /** |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 923 | * ixgbe_write_eeprom_generic - Writes 16 bit value to EEPROM |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 924 | * @hw: pointer to hardware structure |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 925 | * @offset: offset within the EEPROM to be written to |
| 926 | * @data: 16 bit word to be written to the EEPROM |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 927 | * |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 928 | * If ixgbe_eeprom_update_checksum is not called after this function, the |
| 929 | * EEPROM will most likely contain an invalid checksum. |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 930 | **/ |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 931 | s32 ixgbe_write_eeprom_generic(struct ixgbe_hw *hw, u16 offset, u16 data) |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 932 | { |
| 933 | s32 status; |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 934 | |
| 935 | hw->eeprom.ops.init_params(hw); |
| 936 | |
| 937 | if (offset >= hw->eeprom.word_size) { |
| 938 | status = IXGBE_ERR_EEPROM; |
| 939 | goto out; |
| 940 | } |
| 941 | |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 942 | status = ixgbe_write_eeprom_buffer_bit_bang(hw, offset, 1, &data); |
| 943 | |
| 944 | out: |
| 945 | return status; |
| 946 | } |
| 947 | |
| 948 | /** |
| 949 | * ixgbe_read_eeprom_buffer_bit_bang_generic - Read EEPROM using bit-bang |
| 950 | * @hw: pointer to hardware structure |
| 951 | * @offset: offset within the EEPROM to be read |
| 952 | * @words: number of word(s) |
| 953 | * @data: read 16 bit words(s) from EEPROM |
| 954 | * |
| 955 | * Reads 16 bit word(s) from EEPROM through bit-bang method |
| 956 | **/ |
| 957 | s32 ixgbe_read_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset, |
| 958 | u16 words, u16 *data) |
| 959 | { |
| 960 | s32 status = 0; |
| 961 | u16 i, count; |
| 962 | |
| 963 | hw->eeprom.ops.init_params(hw); |
| 964 | |
| 965 | if (words == 0) { |
| 966 | status = IXGBE_ERR_INVALID_ARGUMENT; |
| 967 | goto out; |
| 968 | } |
| 969 | |
| 970 | if (offset + words > hw->eeprom.word_size) { |
| 971 | status = IXGBE_ERR_EEPROM; |
| 972 | goto out; |
| 973 | } |
| 974 | |
| 975 | /* |
| 976 | * We cannot hold synchronization semaphores for too long |
| 977 | * to avoid other entity starvation. However it is more efficient |
| 978 | * to read in bursts than synchronizing access for each word. |
| 979 | */ |
| 980 | for (i = 0; i < words; i += IXGBE_EEPROM_RD_BUFFER_MAX_COUNT) { |
| 981 | count = (words - i) / IXGBE_EEPROM_RD_BUFFER_MAX_COUNT > 0 ? |
| 982 | IXGBE_EEPROM_RD_BUFFER_MAX_COUNT : (words - i); |
| 983 | |
| 984 | status = ixgbe_read_eeprom_buffer_bit_bang(hw, offset + i, |
| 985 | count, &data[i]); |
| 986 | |
| 987 | if (status != 0) |
| 988 | break; |
| 989 | } |
| 990 | |
| 991 | out: |
| 992 | return status; |
| 993 | } |
| 994 | |
| 995 | /** |
| 996 | * ixgbe_read_eeprom_buffer_bit_bang - Read EEPROM using bit-bang |
| 997 | * @hw: pointer to hardware structure |
| 998 | * @offset: offset within the EEPROM to be read |
| 999 | * @words: number of word(s) |
| 1000 | * @data: read 16 bit word(s) from EEPROM |
| 1001 | * |
| 1002 | * Reads 16 bit word(s) from EEPROM through bit-bang method |
| 1003 | **/ |
| 1004 | static s32 ixgbe_read_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset, |
| 1005 | u16 words, u16 *data) |
| 1006 | { |
| 1007 | s32 status; |
| 1008 | u16 word_in; |
| 1009 | u8 read_opcode = IXGBE_EEPROM_READ_OPCODE_SPI; |
| 1010 | u16 i; |
| 1011 | |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1012 | /* Prepare the EEPROM for reading */ |
| 1013 | status = ixgbe_acquire_eeprom(hw); |
| 1014 | |
| 1015 | if (status == 0) { |
| 1016 | if (ixgbe_ready_eeprom(hw) != 0) { |
| 1017 | ixgbe_release_eeprom(hw); |
| 1018 | status = IXGBE_ERR_EEPROM; |
| 1019 | } |
| 1020 | } |
| 1021 | |
| 1022 | if (status == 0) { |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 1023 | for (i = 0; i < words; i++) { |
| 1024 | ixgbe_standby_eeprom(hw); |
| 1025 | /* |
| 1026 | * Some SPI eeproms use the 8th address bit embedded |
| 1027 | * in the opcode |
| 1028 | */ |
| 1029 | if ((hw->eeprom.address_bits == 8) && |
| 1030 | ((offset + i) >= 128)) |
| 1031 | read_opcode |= IXGBE_EEPROM_A8_OPCODE_SPI; |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1032 | |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 1033 | /* Send the READ command (opcode + addr) */ |
| 1034 | ixgbe_shift_out_eeprom_bits(hw, read_opcode, |
| 1035 | IXGBE_EEPROM_OPCODE_BITS); |
| 1036 | ixgbe_shift_out_eeprom_bits(hw, (u16)((offset + i) * 2), |
| 1037 | hw->eeprom.address_bits); |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1038 | |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 1039 | /* Read the data. */ |
| 1040 | word_in = ixgbe_shift_in_eeprom_bits(hw, 16); |
| 1041 | data[i] = (word_in >> 8) | (word_in << 8); |
| 1042 | } |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1043 | |
| 1044 | /* End this read operation */ |
| 1045 | ixgbe_release_eeprom(hw); |
| 1046 | } |
| 1047 | |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 1048 | return status; |
| 1049 | } |
| 1050 | |
| 1051 | /** |
| 1052 | * ixgbe_read_eeprom_bit_bang_generic - Read EEPROM word using bit-bang |
| 1053 | * @hw: pointer to hardware structure |
| 1054 | * @offset: offset within the EEPROM to be read |
| 1055 | * @data: read 16 bit value from EEPROM |
| 1056 | * |
| 1057 | * Reads 16 bit value from EEPROM through bit-bang method |
| 1058 | **/ |
| 1059 | s32 ixgbe_read_eeprom_bit_bang_generic(struct ixgbe_hw *hw, u16 offset, |
| 1060 | u16 *data) |
| 1061 | { |
| 1062 | s32 status; |
| 1063 | |
| 1064 | hw->eeprom.ops.init_params(hw); |
| 1065 | |
| 1066 | if (offset >= hw->eeprom.word_size) { |
| 1067 | status = IXGBE_ERR_EEPROM; |
| 1068 | goto out; |
| 1069 | } |
| 1070 | |
| 1071 | status = ixgbe_read_eeprom_buffer_bit_bang(hw, offset, 1, data); |
| 1072 | |
| 1073 | out: |
| 1074 | return status; |
| 1075 | } |
| 1076 | |
| 1077 | /** |
| 1078 | * ixgbe_read_eerd_buffer_generic - Read EEPROM word(s) using EERD |
| 1079 | * @hw: pointer to hardware structure |
| 1080 | * @offset: offset of word in the EEPROM to read |
| 1081 | * @words: number of word(s) |
| 1082 | * @data: 16 bit word(s) from the EEPROM |
| 1083 | * |
| 1084 | * Reads a 16 bit word(s) from the EEPROM using the EERD register. |
| 1085 | **/ |
| 1086 | s32 ixgbe_read_eerd_buffer_generic(struct ixgbe_hw *hw, u16 offset, |
| 1087 | u16 words, u16 *data) |
| 1088 | { |
| 1089 | u32 eerd; |
| 1090 | s32 status = 0; |
| 1091 | u32 i; |
| 1092 | |
| 1093 | hw->eeprom.ops.init_params(hw); |
| 1094 | |
| 1095 | if (words == 0) { |
| 1096 | status = IXGBE_ERR_INVALID_ARGUMENT; |
| 1097 | goto out; |
| 1098 | } |
| 1099 | |
| 1100 | if (offset >= hw->eeprom.word_size) { |
| 1101 | status = IXGBE_ERR_EEPROM; |
| 1102 | goto out; |
| 1103 | } |
| 1104 | |
| 1105 | for (i = 0; i < words; i++) { |
| 1106 | eerd = ((offset + i) << IXGBE_EEPROM_RW_ADDR_SHIFT) + |
| 1107 | IXGBE_EEPROM_RW_REG_START; |
| 1108 | |
| 1109 | IXGBE_WRITE_REG(hw, IXGBE_EERD, eerd); |
| 1110 | status = ixgbe_poll_eerd_eewr_done(hw, IXGBE_NVM_POLL_READ); |
| 1111 | |
| 1112 | if (status == 0) { |
| 1113 | data[i] = (IXGBE_READ_REG(hw, IXGBE_EERD) >> |
| 1114 | IXGBE_EEPROM_RW_REG_DATA); |
| 1115 | } else { |
| 1116 | hw_dbg(hw, "Eeprom read timed out\n"); |
| 1117 | goto out; |
| 1118 | } |
| 1119 | } |
| 1120 | out: |
| 1121 | return status; |
| 1122 | } |
| 1123 | |
| 1124 | /** |
| 1125 | * ixgbe_detect_eeprom_page_size_generic - Detect EEPROM page size |
| 1126 | * @hw: pointer to hardware structure |
| 1127 | * @offset: offset within the EEPROM to be used as a scratch pad |
| 1128 | * |
| 1129 | * Discover EEPROM page size by writing marching data at given offset. |
| 1130 | * This function is called only when we are writing a new large buffer |
| 1131 | * at given offset so the data would be overwritten anyway. |
| 1132 | **/ |
| 1133 | static s32 ixgbe_detect_eeprom_page_size_generic(struct ixgbe_hw *hw, |
| 1134 | u16 offset) |
| 1135 | { |
| 1136 | u16 data[IXGBE_EEPROM_PAGE_SIZE_MAX]; |
| 1137 | s32 status = 0; |
| 1138 | u16 i; |
| 1139 | |
| 1140 | for (i = 0; i < IXGBE_EEPROM_PAGE_SIZE_MAX; i++) |
| 1141 | data[i] = i; |
| 1142 | |
| 1143 | hw->eeprom.word_page_size = IXGBE_EEPROM_PAGE_SIZE_MAX; |
| 1144 | status = ixgbe_write_eeprom_buffer_bit_bang(hw, offset, |
| 1145 | IXGBE_EEPROM_PAGE_SIZE_MAX, data); |
| 1146 | hw->eeprom.word_page_size = 0; |
| 1147 | if (status != 0) |
| 1148 | goto out; |
| 1149 | |
| 1150 | status = ixgbe_read_eeprom_buffer_bit_bang(hw, offset, 1, data); |
| 1151 | if (status != 0) |
| 1152 | goto out; |
| 1153 | |
| 1154 | /* |
| 1155 | * When writing in burst more than the actual page size |
| 1156 | * EEPROM address wraps around current page. |
| 1157 | */ |
| 1158 | hw->eeprom.word_page_size = IXGBE_EEPROM_PAGE_SIZE_MAX - data[0]; |
| 1159 | |
| 1160 | hw_dbg(hw, "Detected EEPROM page size = %d words.", |
| 1161 | hw->eeprom.word_page_size); |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1162 | out: |
| 1163 | return status; |
| 1164 | } |
| 1165 | |
| 1166 | /** |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 1167 | * ixgbe_read_eerd_generic - Read EEPROM word using EERD |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1168 | * @hw: pointer to hardware structure |
| 1169 | * @offset: offset of word in the EEPROM to read |
| 1170 | * @data: word read from the EEPROM |
| 1171 | * |
| 1172 | * Reads a 16 bit word from the EEPROM using the EERD register. |
| 1173 | **/ |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 1174 | s32 ixgbe_read_eerd_generic(struct ixgbe_hw *hw, u16 offset, u16 *data) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1175 | { |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 1176 | return ixgbe_read_eerd_buffer_generic(hw, offset, 1, data); |
| 1177 | } |
| 1178 | |
| 1179 | /** |
| 1180 | * ixgbe_write_eewr_buffer_generic - Write EEPROM word(s) using EEWR |
| 1181 | * @hw: pointer to hardware structure |
| 1182 | * @offset: offset of word in the EEPROM to write |
| 1183 | * @words: number of words |
| 1184 | * @data: word(s) write to the EEPROM |
| 1185 | * |
| 1186 | * Write a 16 bit word(s) to the EEPROM using the EEWR register. |
| 1187 | **/ |
| 1188 | s32 ixgbe_write_eewr_buffer_generic(struct ixgbe_hw *hw, u16 offset, |
| 1189 | u16 words, u16 *data) |
| 1190 | { |
| 1191 | u32 eewr; |
| 1192 | s32 status = 0; |
| 1193 | u16 i; |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1194 | |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1195 | hw->eeprom.ops.init_params(hw); |
| 1196 | |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 1197 | if (words == 0) { |
| 1198 | status = IXGBE_ERR_INVALID_ARGUMENT; |
| 1199 | goto out; |
| 1200 | } |
| 1201 | |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1202 | if (offset >= hw->eeprom.word_size) { |
| 1203 | status = IXGBE_ERR_EEPROM; |
| 1204 | goto out; |
| 1205 | } |
| 1206 | |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 1207 | for (i = 0; i < words; i++) { |
| 1208 | eewr = ((offset + i) << IXGBE_EEPROM_RW_ADDR_SHIFT) | |
| 1209 | (data[i] << IXGBE_EEPROM_RW_REG_DATA) | |
| 1210 | IXGBE_EEPROM_RW_REG_START; |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1211 | |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 1212 | status = ixgbe_poll_eerd_eewr_done(hw, IXGBE_NVM_POLL_WRITE); |
| 1213 | if (status != 0) { |
| 1214 | hw_dbg(hw, "Eeprom write EEWR timed out\n"); |
| 1215 | goto out; |
| 1216 | } |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1217 | |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 1218 | IXGBE_WRITE_REG(hw, IXGBE_EEWR, eewr); |
| 1219 | |
| 1220 | status = ixgbe_poll_eerd_eewr_done(hw, IXGBE_NVM_POLL_WRITE); |
| 1221 | if (status != 0) { |
| 1222 | hw_dbg(hw, "Eeprom write EEWR timed out\n"); |
| 1223 | goto out; |
| 1224 | } |
| 1225 | } |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1226 | |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1227 | out: |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1228 | return status; |
| 1229 | } |
| 1230 | |
| 1231 | /** |
Emil Tantilov | eb9c3e3 | 2011-03-24 00:57:50 +0000 | [diff] [blame] | 1232 | * ixgbe_write_eewr_generic - Write EEPROM word using EEWR |
| 1233 | * @hw: pointer to hardware structure |
| 1234 | * @offset: offset of word in the EEPROM to write |
| 1235 | * @data: word write to the EEPROM |
| 1236 | * |
| 1237 | * Write a 16 bit word to the EEPROM using the EEWR register. |
| 1238 | **/ |
| 1239 | s32 ixgbe_write_eewr_generic(struct ixgbe_hw *hw, u16 offset, u16 data) |
| 1240 | { |
Emil Tantilov | 68c7005 | 2011-04-20 08:49:06 +0000 | [diff] [blame] | 1241 | return ixgbe_write_eewr_buffer_generic(hw, offset, 1, &data); |
Emil Tantilov | eb9c3e3 | 2011-03-24 00:57:50 +0000 | [diff] [blame] | 1242 | } |
| 1243 | |
| 1244 | /** |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 1245 | * ixgbe_poll_eerd_eewr_done - Poll EERD read or EEWR write status |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1246 | * @hw: pointer to hardware structure |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 1247 | * @ee_reg: EEPROM flag for polling |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1248 | * |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 1249 | * Polls the status bit (bit 1) of the EERD or EEWR to determine when the |
| 1250 | * read or write is done respectively. |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1251 | **/ |
Emil Tantilov | eb9c3e3 | 2011-03-24 00:57:50 +0000 | [diff] [blame] | 1252 | static s32 ixgbe_poll_eerd_eewr_done(struct ixgbe_hw *hw, u32 ee_reg) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1253 | { |
| 1254 | u32 i; |
| 1255 | u32 reg; |
| 1256 | s32 status = IXGBE_ERR_EEPROM; |
| 1257 | |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 1258 | for (i = 0; i < IXGBE_EERD_EEWR_ATTEMPTS; i++) { |
| 1259 | if (ee_reg == IXGBE_NVM_POLL_READ) |
| 1260 | reg = IXGBE_READ_REG(hw, IXGBE_EERD); |
| 1261 | else |
| 1262 | reg = IXGBE_READ_REG(hw, IXGBE_EEWR); |
| 1263 | |
| 1264 | if (reg & IXGBE_EEPROM_RW_REG_DONE) { |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1265 | status = 0; |
| 1266 | break; |
| 1267 | } |
| 1268 | udelay(5); |
| 1269 | } |
| 1270 | return status; |
| 1271 | } |
| 1272 | |
| 1273 | /** |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1274 | * ixgbe_acquire_eeprom - Acquire EEPROM using bit-bang |
| 1275 | * @hw: pointer to hardware structure |
| 1276 | * |
| 1277 | * Prepares EEPROM for access using bit-bang method. This function should |
| 1278 | * be called before issuing a command to the EEPROM. |
| 1279 | **/ |
| 1280 | static s32 ixgbe_acquire_eeprom(struct ixgbe_hw *hw) |
| 1281 | { |
| 1282 | s32 status = 0; |
Emil Tantilov | dbf893e | 2011-02-08 09:42:41 +0000 | [diff] [blame] | 1283 | u32 eec; |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1284 | u32 i; |
| 1285 | |
Don Skidmore | 5e65510 | 2011-02-25 01:58:04 +0000 | [diff] [blame] | 1286 | if (hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_EEP_SM) != 0) |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1287 | status = IXGBE_ERR_SWFW_SYNC; |
| 1288 | |
| 1289 | if (status == 0) { |
| 1290 | eec = IXGBE_READ_REG(hw, IXGBE_EEC); |
| 1291 | |
| 1292 | /* Request EEPROM Access */ |
| 1293 | eec |= IXGBE_EEC_REQ; |
| 1294 | IXGBE_WRITE_REG(hw, IXGBE_EEC, eec); |
| 1295 | |
| 1296 | for (i = 0; i < IXGBE_EEPROM_GRANT_ATTEMPTS; i++) { |
| 1297 | eec = IXGBE_READ_REG(hw, IXGBE_EEC); |
| 1298 | if (eec & IXGBE_EEC_GNT) |
| 1299 | break; |
| 1300 | udelay(5); |
| 1301 | } |
| 1302 | |
| 1303 | /* Release if grant not acquired */ |
| 1304 | if (!(eec & IXGBE_EEC_GNT)) { |
| 1305 | eec &= ~IXGBE_EEC_REQ; |
| 1306 | IXGBE_WRITE_REG(hw, IXGBE_EEC, eec); |
| 1307 | hw_dbg(hw, "Could not acquire EEPROM grant\n"); |
| 1308 | |
Don Skidmore | 5e65510 | 2011-02-25 01:58:04 +0000 | [diff] [blame] | 1309 | hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM); |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1310 | status = IXGBE_ERR_EEPROM; |
| 1311 | } |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1312 | |
Emil Tantilov | dbf893e | 2011-02-08 09:42:41 +0000 | [diff] [blame] | 1313 | /* Setup EEPROM for Read/Write */ |
| 1314 | if (status == 0) { |
| 1315 | /* Clear CS and SK */ |
| 1316 | eec &= ~(IXGBE_EEC_CS | IXGBE_EEC_SK); |
| 1317 | IXGBE_WRITE_REG(hw, IXGBE_EEC, eec); |
| 1318 | IXGBE_WRITE_FLUSH(hw); |
| 1319 | udelay(1); |
| 1320 | } |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1321 | } |
| 1322 | return status; |
| 1323 | } |
| 1324 | |
| 1325 | /** |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1326 | * ixgbe_get_eeprom_semaphore - Get hardware semaphore |
| 1327 | * @hw: pointer to hardware structure |
| 1328 | * |
| 1329 | * Sets the hardware semaphores so EEPROM access can occur for bit-bang method |
| 1330 | **/ |
| 1331 | static s32 ixgbe_get_eeprom_semaphore(struct ixgbe_hw *hw) |
| 1332 | { |
| 1333 | s32 status = IXGBE_ERR_EEPROM; |
Emil Tantilov | dbf893e | 2011-02-08 09:42:41 +0000 | [diff] [blame] | 1334 | u32 timeout = 2000; |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1335 | u32 i; |
| 1336 | u32 swsm; |
| 1337 | |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1338 | /* Get SMBI software semaphore between device drivers first */ |
| 1339 | for (i = 0; i < timeout; i++) { |
| 1340 | /* |
| 1341 | * If the SMBI bit is 0 when we read it, then the bit will be |
| 1342 | * set and we have the semaphore |
| 1343 | */ |
| 1344 | swsm = IXGBE_READ_REG(hw, IXGBE_SWSM); |
| 1345 | if (!(swsm & IXGBE_SWSM_SMBI)) { |
| 1346 | status = 0; |
| 1347 | break; |
| 1348 | } |
Emil Tantilov | dbf893e | 2011-02-08 09:42:41 +0000 | [diff] [blame] | 1349 | udelay(50); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1350 | } |
| 1351 | |
Emil Tantilov | 51275d3 | 2011-04-08 01:23:59 +0000 | [diff] [blame] | 1352 | if (i == timeout) { |
| 1353 | hw_dbg(hw, "Driver can't access the Eeprom - SMBI Semaphore " |
| 1354 | "not granted.\n"); |
| 1355 | /* |
| 1356 | * this release is particularly important because our attempts |
| 1357 | * above to get the semaphore may have succeeded, and if there |
| 1358 | * was a timeout, we should unconditionally clear the semaphore |
| 1359 | * bits to free the driver to make progress |
| 1360 | */ |
| 1361 | ixgbe_release_eeprom_semaphore(hw); |
| 1362 | |
| 1363 | udelay(50); |
| 1364 | /* |
| 1365 | * one last try |
| 1366 | * If the SMBI bit is 0 when we read it, then the bit will be |
| 1367 | * set and we have the semaphore |
| 1368 | */ |
| 1369 | swsm = IXGBE_READ_REG(hw, IXGBE_SWSM); |
| 1370 | if (!(swsm & IXGBE_SWSM_SMBI)) |
| 1371 | status = 0; |
| 1372 | } |
| 1373 | |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1374 | /* Now get the semaphore between SW/FW through the SWESMBI bit */ |
| 1375 | if (status == 0) { |
| 1376 | for (i = 0; i < timeout; i++) { |
| 1377 | swsm = IXGBE_READ_REG(hw, IXGBE_SWSM); |
| 1378 | |
| 1379 | /* Set the SW EEPROM semaphore bit to request access */ |
| 1380 | swsm |= IXGBE_SWSM_SWESMBI; |
| 1381 | IXGBE_WRITE_REG(hw, IXGBE_SWSM, swsm); |
| 1382 | |
| 1383 | /* |
| 1384 | * If we set the bit successfully then we got the |
| 1385 | * semaphore. |
| 1386 | */ |
| 1387 | swsm = IXGBE_READ_REG(hw, IXGBE_SWSM); |
| 1388 | if (swsm & IXGBE_SWSM_SWESMBI) |
| 1389 | break; |
| 1390 | |
| 1391 | udelay(50); |
| 1392 | } |
| 1393 | |
| 1394 | /* |
| 1395 | * Release semaphores and return error if SW EEPROM semaphore |
| 1396 | * was not granted because we don't have access to the EEPROM |
| 1397 | */ |
| 1398 | if (i >= timeout) { |
Emil Tantilov | dbf893e | 2011-02-08 09:42:41 +0000 | [diff] [blame] | 1399 | hw_dbg(hw, "SWESMBI Software EEPROM semaphore " |
Peter P Waskiewicz | b461724 | 2008-09-11 20:04:46 -0700 | [diff] [blame] | 1400 | "not granted.\n"); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1401 | ixgbe_release_eeprom_semaphore(hw); |
| 1402 | status = IXGBE_ERR_EEPROM; |
| 1403 | } |
Emil Tantilov | dbf893e | 2011-02-08 09:42:41 +0000 | [diff] [blame] | 1404 | } else { |
| 1405 | hw_dbg(hw, "Software semaphore SMBI between device drivers " |
| 1406 | "not granted.\n"); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1407 | } |
| 1408 | |
| 1409 | return status; |
| 1410 | } |
| 1411 | |
| 1412 | /** |
| 1413 | * ixgbe_release_eeprom_semaphore - Release hardware semaphore |
| 1414 | * @hw: pointer to hardware structure |
| 1415 | * |
| 1416 | * This function clears hardware semaphore bits. |
| 1417 | **/ |
| 1418 | static void ixgbe_release_eeprom_semaphore(struct ixgbe_hw *hw) |
| 1419 | { |
| 1420 | u32 swsm; |
| 1421 | |
| 1422 | swsm = IXGBE_READ_REG(hw, IXGBE_SWSM); |
| 1423 | |
| 1424 | /* Release both semaphores by writing 0 to the bits SWESMBI and SMBI */ |
| 1425 | swsm &= ~(IXGBE_SWSM_SWESMBI | IXGBE_SWSM_SMBI); |
| 1426 | IXGBE_WRITE_REG(hw, IXGBE_SWSM, swsm); |
Auke Kok | 3957d63 | 2007-10-31 15:22:10 -0700 | [diff] [blame] | 1427 | IXGBE_WRITE_FLUSH(hw); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1428 | } |
| 1429 | |
| 1430 | /** |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1431 | * ixgbe_ready_eeprom - Polls for EEPROM ready |
| 1432 | * @hw: pointer to hardware structure |
| 1433 | **/ |
| 1434 | static s32 ixgbe_ready_eeprom(struct ixgbe_hw *hw) |
| 1435 | { |
| 1436 | s32 status = 0; |
| 1437 | u16 i; |
| 1438 | u8 spi_stat_reg; |
| 1439 | |
| 1440 | /* |
| 1441 | * Read "Status Register" repeatedly until the LSB is cleared. The |
| 1442 | * EEPROM will signal that the command has been completed by clearing |
| 1443 | * bit 0 of the internal status register. If it's not cleared within |
| 1444 | * 5 milliseconds, then error out. |
| 1445 | */ |
| 1446 | for (i = 0; i < IXGBE_EEPROM_MAX_RETRY_SPI; i += 5) { |
| 1447 | ixgbe_shift_out_eeprom_bits(hw, IXGBE_EEPROM_RDSR_OPCODE_SPI, |
| 1448 | IXGBE_EEPROM_OPCODE_BITS); |
| 1449 | spi_stat_reg = (u8)ixgbe_shift_in_eeprom_bits(hw, 8); |
| 1450 | if (!(spi_stat_reg & IXGBE_EEPROM_STATUS_RDY_SPI)) |
| 1451 | break; |
| 1452 | |
| 1453 | udelay(5); |
| 1454 | ixgbe_standby_eeprom(hw); |
Joe Perches | 6403eab | 2011-06-03 11:51:20 +0000 | [diff] [blame] | 1455 | } |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1456 | |
| 1457 | /* |
| 1458 | * On some parts, SPI write time could vary from 0-20mSec on 3.3V |
| 1459 | * devices (and only 0-5mSec on 5V devices) |
| 1460 | */ |
| 1461 | if (i >= IXGBE_EEPROM_MAX_RETRY_SPI) { |
| 1462 | hw_dbg(hw, "SPI EEPROM Status error\n"); |
| 1463 | status = IXGBE_ERR_EEPROM; |
| 1464 | } |
| 1465 | |
| 1466 | return status; |
| 1467 | } |
| 1468 | |
| 1469 | /** |
| 1470 | * ixgbe_standby_eeprom - Returns EEPROM to a "standby" state |
| 1471 | * @hw: pointer to hardware structure |
| 1472 | **/ |
| 1473 | static void ixgbe_standby_eeprom(struct ixgbe_hw *hw) |
| 1474 | { |
| 1475 | u32 eec; |
| 1476 | |
| 1477 | eec = IXGBE_READ_REG(hw, IXGBE_EEC); |
| 1478 | |
| 1479 | /* Toggle CS to flush commands */ |
| 1480 | eec |= IXGBE_EEC_CS; |
| 1481 | IXGBE_WRITE_REG(hw, IXGBE_EEC, eec); |
| 1482 | IXGBE_WRITE_FLUSH(hw); |
| 1483 | udelay(1); |
| 1484 | eec &= ~IXGBE_EEC_CS; |
| 1485 | IXGBE_WRITE_REG(hw, IXGBE_EEC, eec); |
| 1486 | IXGBE_WRITE_FLUSH(hw); |
| 1487 | udelay(1); |
| 1488 | } |
| 1489 | |
| 1490 | /** |
| 1491 | * ixgbe_shift_out_eeprom_bits - Shift data bits out to the EEPROM. |
| 1492 | * @hw: pointer to hardware structure |
| 1493 | * @data: data to send to the EEPROM |
| 1494 | * @count: number of bits to shift out |
| 1495 | **/ |
| 1496 | static void ixgbe_shift_out_eeprom_bits(struct ixgbe_hw *hw, u16 data, |
| 1497 | u16 count) |
| 1498 | { |
| 1499 | u32 eec; |
| 1500 | u32 mask; |
| 1501 | u32 i; |
| 1502 | |
| 1503 | eec = IXGBE_READ_REG(hw, IXGBE_EEC); |
| 1504 | |
| 1505 | /* |
| 1506 | * Mask is used to shift "count" bits of "data" out to the EEPROM |
| 1507 | * one bit at a time. Determine the starting bit based on count |
| 1508 | */ |
| 1509 | mask = 0x01 << (count - 1); |
| 1510 | |
| 1511 | for (i = 0; i < count; i++) { |
| 1512 | /* |
| 1513 | * A "1" is shifted out to the EEPROM by setting bit "DI" to a |
| 1514 | * "1", and then raising and then lowering the clock (the SK |
| 1515 | * bit controls the clock input to the EEPROM). A "0" is |
| 1516 | * shifted out to the EEPROM by setting "DI" to "0" and then |
| 1517 | * raising and then lowering the clock. |
| 1518 | */ |
| 1519 | if (data & mask) |
| 1520 | eec |= IXGBE_EEC_DI; |
| 1521 | else |
| 1522 | eec &= ~IXGBE_EEC_DI; |
| 1523 | |
| 1524 | IXGBE_WRITE_REG(hw, IXGBE_EEC, eec); |
| 1525 | IXGBE_WRITE_FLUSH(hw); |
| 1526 | |
| 1527 | udelay(1); |
| 1528 | |
| 1529 | ixgbe_raise_eeprom_clk(hw, &eec); |
| 1530 | ixgbe_lower_eeprom_clk(hw, &eec); |
| 1531 | |
| 1532 | /* |
| 1533 | * Shift mask to signify next bit of data to shift in to the |
| 1534 | * EEPROM |
| 1535 | */ |
| 1536 | mask = mask >> 1; |
Joe Perches | 6403eab | 2011-06-03 11:51:20 +0000 | [diff] [blame] | 1537 | } |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1538 | |
| 1539 | /* We leave the "DI" bit set to "0" when we leave this routine. */ |
| 1540 | eec &= ~IXGBE_EEC_DI; |
| 1541 | IXGBE_WRITE_REG(hw, IXGBE_EEC, eec); |
| 1542 | IXGBE_WRITE_FLUSH(hw); |
| 1543 | } |
| 1544 | |
| 1545 | /** |
| 1546 | * ixgbe_shift_in_eeprom_bits - Shift data bits in from the EEPROM |
| 1547 | * @hw: pointer to hardware structure |
| 1548 | **/ |
| 1549 | static u16 ixgbe_shift_in_eeprom_bits(struct ixgbe_hw *hw, u16 count) |
| 1550 | { |
| 1551 | u32 eec; |
| 1552 | u32 i; |
| 1553 | u16 data = 0; |
| 1554 | |
| 1555 | /* |
| 1556 | * In order to read a register from the EEPROM, we need to shift |
| 1557 | * 'count' bits in from the EEPROM. Bits are "shifted in" by raising |
| 1558 | * the clock input to the EEPROM (setting the SK bit), and then reading |
| 1559 | * the value of the "DO" bit. During this "shifting in" process the |
| 1560 | * "DI" bit should always be clear. |
| 1561 | */ |
| 1562 | eec = IXGBE_READ_REG(hw, IXGBE_EEC); |
| 1563 | |
| 1564 | eec &= ~(IXGBE_EEC_DO | IXGBE_EEC_DI); |
| 1565 | |
| 1566 | for (i = 0; i < count; i++) { |
| 1567 | data = data << 1; |
| 1568 | ixgbe_raise_eeprom_clk(hw, &eec); |
| 1569 | |
| 1570 | eec = IXGBE_READ_REG(hw, IXGBE_EEC); |
| 1571 | |
| 1572 | eec &= ~(IXGBE_EEC_DI); |
| 1573 | if (eec & IXGBE_EEC_DO) |
| 1574 | data |= 1; |
| 1575 | |
| 1576 | ixgbe_lower_eeprom_clk(hw, &eec); |
| 1577 | } |
| 1578 | |
| 1579 | return data; |
| 1580 | } |
| 1581 | |
| 1582 | /** |
| 1583 | * ixgbe_raise_eeprom_clk - Raises the EEPROM's clock input. |
| 1584 | * @hw: pointer to hardware structure |
| 1585 | * @eec: EEC register's current value |
| 1586 | **/ |
| 1587 | static void ixgbe_raise_eeprom_clk(struct ixgbe_hw *hw, u32 *eec) |
| 1588 | { |
| 1589 | /* |
| 1590 | * Raise the clock input to the EEPROM |
| 1591 | * (setting the SK bit), then delay |
| 1592 | */ |
| 1593 | *eec = *eec | IXGBE_EEC_SK; |
| 1594 | IXGBE_WRITE_REG(hw, IXGBE_EEC, *eec); |
| 1595 | IXGBE_WRITE_FLUSH(hw); |
| 1596 | udelay(1); |
| 1597 | } |
| 1598 | |
| 1599 | /** |
| 1600 | * ixgbe_lower_eeprom_clk - Lowers the EEPROM's clock input. |
| 1601 | * @hw: pointer to hardware structure |
| 1602 | * @eecd: EECD's current value |
| 1603 | **/ |
| 1604 | static void ixgbe_lower_eeprom_clk(struct ixgbe_hw *hw, u32 *eec) |
| 1605 | { |
| 1606 | /* |
| 1607 | * Lower the clock input to the EEPROM (clearing the SK bit), then |
| 1608 | * delay |
| 1609 | */ |
| 1610 | *eec = *eec & ~IXGBE_EEC_SK; |
| 1611 | IXGBE_WRITE_REG(hw, IXGBE_EEC, *eec); |
| 1612 | IXGBE_WRITE_FLUSH(hw); |
| 1613 | udelay(1); |
| 1614 | } |
| 1615 | |
| 1616 | /** |
| 1617 | * ixgbe_release_eeprom - Release EEPROM, release semaphores |
| 1618 | * @hw: pointer to hardware structure |
| 1619 | **/ |
| 1620 | static void ixgbe_release_eeprom(struct ixgbe_hw *hw) |
| 1621 | { |
| 1622 | u32 eec; |
| 1623 | |
| 1624 | eec = IXGBE_READ_REG(hw, IXGBE_EEC); |
| 1625 | |
| 1626 | eec |= IXGBE_EEC_CS; /* Pull CS high */ |
| 1627 | eec &= ~IXGBE_EEC_SK; /* Lower SCK */ |
| 1628 | |
| 1629 | IXGBE_WRITE_REG(hw, IXGBE_EEC, eec); |
| 1630 | IXGBE_WRITE_FLUSH(hw); |
| 1631 | |
| 1632 | udelay(1); |
| 1633 | |
| 1634 | /* Stop requesting EEPROM access */ |
| 1635 | eec &= ~IXGBE_EEC_REQ; |
| 1636 | IXGBE_WRITE_REG(hw, IXGBE_EEC, eec); |
| 1637 | |
Don Skidmore | 9082799 | 2011-03-05 18:59:20 -0800 | [diff] [blame] | 1638 | hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM); |
Emil Tantilov | dbf893e | 2011-02-08 09:42:41 +0000 | [diff] [blame] | 1639 | |
Don Skidmore | 032b432 | 2011-03-18 09:32:53 +0000 | [diff] [blame] | 1640 | /* |
| 1641 | * Delay before attempt to obtain semaphore again to allow FW |
| 1642 | * access. semaphore_delay is in ms we need us for usleep_range |
| 1643 | */ |
| 1644 | usleep_range(hw->eeprom.semaphore_delay * 1000, |
| 1645 | hw->eeprom.semaphore_delay * 2000); |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1646 | } |
| 1647 | |
| 1648 | /** |
Emil Tantilov | dbf893e | 2011-02-08 09:42:41 +0000 | [diff] [blame] | 1649 | * ixgbe_calc_eeprom_checksum_generic - Calculates and returns the checksum |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1650 | * @hw: pointer to hardware structure |
| 1651 | **/ |
Don Skidmore | a391f1d | 2010-11-16 19:27:15 -0800 | [diff] [blame] | 1652 | u16 ixgbe_calc_eeprom_checksum_generic(struct ixgbe_hw *hw) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1653 | { |
| 1654 | u16 i; |
| 1655 | u16 j; |
| 1656 | u16 checksum = 0; |
| 1657 | u16 length = 0; |
| 1658 | u16 pointer = 0; |
| 1659 | u16 word = 0; |
| 1660 | |
| 1661 | /* Include 0x0-0x3F in the checksum */ |
| 1662 | for (i = 0; i < IXGBE_EEPROM_CHECKSUM; i++) { |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1663 | if (hw->eeprom.ops.read(hw, i, &word) != 0) { |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1664 | hw_dbg(hw, "EEPROM read failed\n"); |
| 1665 | break; |
| 1666 | } |
| 1667 | checksum += word; |
| 1668 | } |
| 1669 | |
| 1670 | /* Include all data from pointers except for the fw pointer */ |
| 1671 | for (i = IXGBE_PCIE_ANALOG_PTR; i < IXGBE_FW_PTR; i++) { |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1672 | hw->eeprom.ops.read(hw, i, &pointer); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1673 | |
| 1674 | /* Make sure the pointer seems valid */ |
| 1675 | if (pointer != 0xFFFF && pointer != 0) { |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1676 | hw->eeprom.ops.read(hw, pointer, &length); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1677 | |
| 1678 | if (length != 0xFFFF && length != 0) { |
| 1679 | for (j = pointer+1; j <= pointer+length; j++) { |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1680 | hw->eeprom.ops.read(hw, j, &word); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1681 | checksum += word; |
| 1682 | } |
| 1683 | } |
| 1684 | } |
| 1685 | } |
| 1686 | |
| 1687 | checksum = (u16)IXGBE_EEPROM_SUM - checksum; |
| 1688 | |
| 1689 | return checksum; |
| 1690 | } |
| 1691 | |
| 1692 | /** |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1693 | * ixgbe_validate_eeprom_checksum_generic - Validate EEPROM checksum |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1694 | * @hw: pointer to hardware structure |
| 1695 | * @checksum_val: calculated checksum |
| 1696 | * |
| 1697 | * Performs checksum calculation and validates the EEPROM checksum. If the |
| 1698 | * caller does not need checksum_val, the value can be NULL. |
| 1699 | **/ |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1700 | s32 ixgbe_validate_eeprom_checksum_generic(struct ixgbe_hw *hw, |
| 1701 | u16 *checksum_val) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1702 | { |
| 1703 | s32 status; |
| 1704 | u16 checksum; |
| 1705 | u16 read_checksum = 0; |
| 1706 | |
| 1707 | /* |
| 1708 | * Read the first word from the EEPROM. If this times out or fails, do |
| 1709 | * not continue or we could be in for a very long wait while every |
| 1710 | * EEPROM read fails |
| 1711 | */ |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1712 | status = hw->eeprom.ops.read(hw, 0, &checksum); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1713 | |
| 1714 | if (status == 0) { |
Don Skidmore | a391f1d | 2010-11-16 19:27:15 -0800 | [diff] [blame] | 1715 | checksum = hw->eeprom.ops.calc_checksum(hw); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1716 | |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1717 | hw->eeprom.ops.read(hw, IXGBE_EEPROM_CHECKSUM, &read_checksum); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1718 | |
| 1719 | /* |
| 1720 | * Verify read checksum from EEPROM is the same as |
| 1721 | * calculated checksum |
| 1722 | */ |
| 1723 | if (read_checksum != checksum) |
| 1724 | status = IXGBE_ERR_EEPROM_CHECKSUM; |
| 1725 | |
| 1726 | /* If the user cares, return the calculated checksum */ |
| 1727 | if (checksum_val) |
| 1728 | *checksum_val = checksum; |
| 1729 | } else { |
| 1730 | hw_dbg(hw, "EEPROM read failed\n"); |
| 1731 | } |
| 1732 | |
| 1733 | return status; |
| 1734 | } |
| 1735 | |
| 1736 | /** |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1737 | * ixgbe_update_eeprom_checksum_generic - Updates the EEPROM checksum |
| 1738 | * @hw: pointer to hardware structure |
| 1739 | **/ |
| 1740 | s32 ixgbe_update_eeprom_checksum_generic(struct ixgbe_hw *hw) |
| 1741 | { |
| 1742 | s32 status; |
| 1743 | u16 checksum; |
| 1744 | |
| 1745 | /* |
| 1746 | * Read the first word from the EEPROM. If this times out or fails, do |
| 1747 | * not continue or we could be in for a very long wait while every |
| 1748 | * EEPROM read fails |
| 1749 | */ |
| 1750 | status = hw->eeprom.ops.read(hw, 0, &checksum); |
| 1751 | |
| 1752 | if (status == 0) { |
Don Skidmore | a391f1d | 2010-11-16 19:27:15 -0800 | [diff] [blame] | 1753 | checksum = hw->eeprom.ops.calc_checksum(hw); |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1754 | status = hw->eeprom.ops.write(hw, IXGBE_EEPROM_CHECKSUM, |
Emil Tantilov | 8c7bea3 | 2011-02-19 08:43:44 +0000 | [diff] [blame] | 1755 | checksum); |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1756 | } else { |
| 1757 | hw_dbg(hw, "EEPROM read failed\n"); |
| 1758 | } |
| 1759 | |
| 1760 | return status; |
| 1761 | } |
| 1762 | |
| 1763 | /** |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1764 | * ixgbe_validate_mac_addr - Validate MAC address |
| 1765 | * @mac_addr: pointer to MAC address. |
| 1766 | * |
| 1767 | * Tests a MAC address to ensure it is a valid Individual Address |
| 1768 | **/ |
| 1769 | s32 ixgbe_validate_mac_addr(u8 *mac_addr) |
| 1770 | { |
| 1771 | s32 status = 0; |
| 1772 | |
| 1773 | /* Make sure it is not a multicast address */ |
| 1774 | if (IXGBE_IS_MULTICAST(mac_addr)) |
| 1775 | status = IXGBE_ERR_INVALID_MAC_ADDR; |
| 1776 | /* Not a broadcast address */ |
| 1777 | else if (IXGBE_IS_BROADCAST(mac_addr)) |
| 1778 | status = IXGBE_ERR_INVALID_MAC_ADDR; |
| 1779 | /* Reject the zero address */ |
| 1780 | else if (mac_addr[0] == 0 && mac_addr[1] == 0 && mac_addr[2] == 0 && |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1781 | mac_addr[3] == 0 && mac_addr[4] == 0 && mac_addr[5] == 0) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1782 | status = IXGBE_ERR_INVALID_MAC_ADDR; |
| 1783 | |
| 1784 | return status; |
| 1785 | } |
| 1786 | |
| 1787 | /** |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1788 | * ixgbe_set_rar_generic - Set Rx address register |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1789 | * @hw: pointer to hardware structure |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1790 | * @index: Receive address register to write |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1791 | * @addr: Address to put into receive address register |
| 1792 | * @vmdq: VMDq "set" or "pool" index |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1793 | * @enable_addr: set flag that address is active |
| 1794 | * |
| 1795 | * Puts an ethernet address into a receive address register. |
| 1796 | **/ |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1797 | s32 ixgbe_set_rar_generic(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq, |
| 1798 | u32 enable_addr) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1799 | { |
| 1800 | u32 rar_low, rar_high; |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1801 | u32 rar_entries = hw->mac.num_rar_entries; |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1802 | |
Emil Tantilov | c700f4e | 2011-02-17 11:34:58 +0000 | [diff] [blame] | 1803 | /* Make sure we are using a valid rar index range */ |
| 1804 | if (index >= rar_entries) { |
| 1805 | hw_dbg(hw, "RAR index %d is out of range.\n", index); |
| 1806 | return IXGBE_ERR_INVALID_ARGUMENT; |
| 1807 | } |
| 1808 | |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1809 | /* setup VMDq pool selection before this RAR gets enabled */ |
| 1810 | hw->mac.ops.set_vmdq(hw, index, vmdq); |
| 1811 | |
Emil Tantilov | c700f4e | 2011-02-17 11:34:58 +0000 | [diff] [blame] | 1812 | /* |
| 1813 | * HW expects these in little endian so we reverse the byte |
| 1814 | * order from network order (big endian) to little endian |
| 1815 | */ |
| 1816 | rar_low = ((u32)addr[0] | |
| 1817 | ((u32)addr[1] << 8) | |
| 1818 | ((u32)addr[2] << 16) | |
| 1819 | ((u32)addr[3] << 24)); |
| 1820 | /* |
| 1821 | * Some parts put the VMDq setting in the extra RAH bits, |
| 1822 | * so save everything except the lower 16 bits that hold part |
| 1823 | * of the address and the address valid bit. |
| 1824 | */ |
| 1825 | rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(index)); |
| 1826 | rar_high &= ~(0x0000FFFF | IXGBE_RAH_AV); |
| 1827 | rar_high |= ((u32)addr[4] | ((u32)addr[5] << 8)); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1828 | |
Emil Tantilov | c700f4e | 2011-02-17 11:34:58 +0000 | [diff] [blame] | 1829 | if (enable_addr != 0) |
| 1830 | rar_high |= IXGBE_RAH_AV; |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1831 | |
Emil Tantilov | c700f4e | 2011-02-17 11:34:58 +0000 | [diff] [blame] | 1832 | IXGBE_WRITE_REG(hw, IXGBE_RAL(index), rar_low); |
| 1833 | IXGBE_WRITE_REG(hw, IXGBE_RAH(index), rar_high); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1834 | |
| 1835 | return 0; |
| 1836 | } |
| 1837 | |
| 1838 | /** |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1839 | * ixgbe_clear_rar_generic - Remove Rx address register |
| 1840 | * @hw: pointer to hardware structure |
| 1841 | * @index: Receive address register to write |
| 1842 | * |
| 1843 | * Clears an ethernet address from a receive address register. |
| 1844 | **/ |
| 1845 | s32 ixgbe_clear_rar_generic(struct ixgbe_hw *hw, u32 index) |
| 1846 | { |
| 1847 | u32 rar_high; |
| 1848 | u32 rar_entries = hw->mac.num_rar_entries; |
| 1849 | |
| 1850 | /* Make sure we are using a valid rar index range */ |
Emil Tantilov | c700f4e | 2011-02-17 11:34:58 +0000 | [diff] [blame] | 1851 | if (index >= rar_entries) { |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1852 | hw_dbg(hw, "RAR index %d is out of range.\n", index); |
Emil Tantilov | c700f4e | 2011-02-17 11:34:58 +0000 | [diff] [blame] | 1853 | return IXGBE_ERR_INVALID_ARGUMENT; |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1854 | } |
| 1855 | |
Emil Tantilov | c700f4e | 2011-02-17 11:34:58 +0000 | [diff] [blame] | 1856 | /* |
| 1857 | * Some parts put the VMDq setting in the extra RAH bits, |
| 1858 | * so save everything except the lower 16 bits that hold part |
| 1859 | * of the address and the address valid bit. |
| 1860 | */ |
| 1861 | rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(index)); |
| 1862 | rar_high &= ~(0x0000FFFF | IXGBE_RAH_AV); |
| 1863 | |
| 1864 | IXGBE_WRITE_REG(hw, IXGBE_RAL(index), 0); |
| 1865 | IXGBE_WRITE_REG(hw, IXGBE_RAH(index), rar_high); |
| 1866 | |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1867 | /* clear VMDq pool/queue selection for this RAR */ |
| 1868 | hw->mac.ops.clear_vmdq(hw, index, IXGBE_CLEAR_VMDQ_ALL); |
| 1869 | |
| 1870 | return 0; |
| 1871 | } |
| 1872 | |
| 1873 | /** |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1874 | * ixgbe_init_rx_addrs_generic - Initializes receive address filters. |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1875 | * @hw: pointer to hardware structure |
| 1876 | * |
| 1877 | * Places the MAC address in receive address register 0 and clears the rest |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1878 | * of the receive address registers. Clears the multicast table. Assumes |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1879 | * the receiver is in reset when the routine is called. |
| 1880 | **/ |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1881 | s32 ixgbe_init_rx_addrs_generic(struct ixgbe_hw *hw) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1882 | { |
| 1883 | u32 i; |
Christopher Leech | 2c5645c | 2008-08-26 04:27:02 -0700 | [diff] [blame] | 1884 | u32 rar_entries = hw->mac.num_rar_entries; |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1885 | |
| 1886 | /* |
| 1887 | * If the current mac address is valid, assume it is a software override |
| 1888 | * to the permanent address. |
| 1889 | * Otherwise, use the permanent address from the eeprom. |
| 1890 | */ |
| 1891 | if (ixgbe_validate_mac_addr(hw->mac.addr) == |
| 1892 | IXGBE_ERR_INVALID_MAC_ADDR) { |
| 1893 | /* Get the MAC address from the RAR0 for later reference */ |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1894 | hw->mac.ops.get_mac_addr(hw, hw->mac.addr); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1895 | |
hartleys | ce7194d | 2010-01-05 06:56:52 +0000 | [diff] [blame] | 1896 | hw_dbg(hw, " Keeping Current RAR0 Addr =%pM\n", hw->mac.addr); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1897 | } else { |
| 1898 | /* Setup the receive address. */ |
| 1899 | hw_dbg(hw, "Overriding MAC Address in RAR[0]\n"); |
hartleys | ce7194d | 2010-01-05 06:56:52 +0000 | [diff] [blame] | 1900 | hw_dbg(hw, " New MAC Addr =%pM\n", hw->mac.addr); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1901 | |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1902 | hw->mac.ops.set_rar(hw, 0, hw->mac.addr, 0, IXGBE_RAH_AV); |
Alexander Duyck | 96cc637 | 2011-01-19 18:33:05 +0000 | [diff] [blame] | 1903 | |
| 1904 | /* clear VMDq pool/queue selection for RAR 0 */ |
| 1905 | hw->mac.ops.clear_vmdq(hw, 0, IXGBE_CLEAR_VMDQ_ALL); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1906 | } |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1907 | hw->addr_ctrl.overflow_promisc = 0; |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1908 | |
| 1909 | hw->addr_ctrl.rar_used_count = 1; |
| 1910 | |
| 1911 | /* Zero out the other receive addresses. */ |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1912 | hw_dbg(hw, "Clearing RAR[1-%d]\n", rar_entries - 1); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1913 | for (i = 1; i < rar_entries; i++) { |
| 1914 | IXGBE_WRITE_REG(hw, IXGBE_RAL(i), 0); |
| 1915 | IXGBE_WRITE_REG(hw, IXGBE_RAH(i), 0); |
| 1916 | } |
| 1917 | |
| 1918 | /* Clear the MTA */ |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1919 | hw->addr_ctrl.mta_in_use = 0; |
| 1920 | IXGBE_WRITE_REG(hw, IXGBE_MCSTCTRL, hw->mac.mc_filter_type); |
| 1921 | |
| 1922 | hw_dbg(hw, " Clearing MTA\n"); |
Christopher Leech | 2c5645c | 2008-08-26 04:27:02 -0700 | [diff] [blame] | 1923 | for (i = 0; i < hw->mac.mcft_size; i++) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1924 | IXGBE_WRITE_REG(hw, IXGBE_MTA(i), 0); |
| 1925 | |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1926 | if (hw->mac.ops.init_uta_tables) |
| 1927 | hw->mac.ops.init_uta_tables(hw); |
| 1928 | |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1929 | return 0; |
| 1930 | } |
| 1931 | |
| 1932 | /** |
| 1933 | * ixgbe_mta_vector - Determines bit-vector in multicast table to set |
| 1934 | * @hw: pointer to hardware structure |
| 1935 | * @mc_addr: the multicast address |
| 1936 | * |
| 1937 | * Extracts the 12 bits, from a multicast address, to determine which |
| 1938 | * bit-vector to set in the multicast table. The hardware uses 12 bits, from |
| 1939 | * incoming rx multicast addresses, to determine the bit-vector to check in |
| 1940 | * the MTA. Which of the 4 combination, of 12-bits, the hardware uses is set |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 1941 | * by the MO field of the MCSTCTRL. The MO field is set during initialization |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1942 | * to mc_filter_type. |
| 1943 | **/ |
| 1944 | static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr) |
| 1945 | { |
| 1946 | u32 vector = 0; |
| 1947 | |
| 1948 | switch (hw->mac.mc_filter_type) { |
Peter P Waskiewicz | b461724 | 2008-09-11 20:04:46 -0700 | [diff] [blame] | 1949 | case 0: /* use bits [47:36] of the address */ |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1950 | vector = ((mc_addr[4] >> 4) | (((u16)mc_addr[5]) << 4)); |
| 1951 | break; |
Peter P Waskiewicz | b461724 | 2008-09-11 20:04:46 -0700 | [diff] [blame] | 1952 | case 1: /* use bits [46:35] of the address */ |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1953 | vector = ((mc_addr[4] >> 3) | (((u16)mc_addr[5]) << 5)); |
| 1954 | break; |
Peter P Waskiewicz | b461724 | 2008-09-11 20:04:46 -0700 | [diff] [blame] | 1955 | case 2: /* use bits [45:34] of the address */ |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1956 | vector = ((mc_addr[4] >> 2) | (((u16)mc_addr[5]) << 6)); |
| 1957 | break; |
Peter P Waskiewicz | b461724 | 2008-09-11 20:04:46 -0700 | [diff] [blame] | 1958 | case 3: /* use bits [43:32] of the address */ |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1959 | vector = ((mc_addr[4]) | (((u16)mc_addr[5]) << 8)); |
| 1960 | break; |
Peter P Waskiewicz | b461724 | 2008-09-11 20:04:46 -0700 | [diff] [blame] | 1961 | default: /* Invalid mc_filter_type */ |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1962 | hw_dbg(hw, "MC filter type param set incorrectly\n"); |
| 1963 | break; |
| 1964 | } |
| 1965 | |
| 1966 | /* vector can only be 12-bits or boundary will be exceeded */ |
| 1967 | vector &= 0xFFF; |
| 1968 | return vector; |
| 1969 | } |
| 1970 | |
| 1971 | /** |
| 1972 | * ixgbe_set_mta - Set bit-vector in multicast table |
| 1973 | * @hw: pointer to hardware structure |
| 1974 | * @hash_value: Multicast address hash value |
| 1975 | * |
| 1976 | * Sets the bit-vector in the multicast table. |
| 1977 | **/ |
| 1978 | static void ixgbe_set_mta(struct ixgbe_hw *hw, u8 *mc_addr) |
| 1979 | { |
| 1980 | u32 vector; |
| 1981 | u32 vector_bit; |
| 1982 | u32 vector_reg; |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 1983 | |
| 1984 | hw->addr_ctrl.mta_in_use++; |
| 1985 | |
| 1986 | vector = ixgbe_mta_vector(hw, mc_addr); |
| 1987 | hw_dbg(hw, " bit-vector = 0x%03X\n", vector); |
| 1988 | |
| 1989 | /* |
| 1990 | * The MTA is a register array of 128 32-bit registers. It is treated |
| 1991 | * like an array of 4096 bits. We want to set bit |
| 1992 | * BitArray[vector_value]. So we figure out what register the bit is |
| 1993 | * in, read it, OR in the new bit, then write back the new value. The |
| 1994 | * register is determined by the upper 7 bits of the vector value and |
| 1995 | * the bit within that register are determined by the lower 5 bits of |
| 1996 | * the value. |
| 1997 | */ |
| 1998 | vector_reg = (vector >> 5) & 0x7F; |
| 1999 | vector_bit = vector & 0x1F; |
Emil Tantilov | 80960ab | 2011-02-18 08:58:27 +0000 | [diff] [blame] | 2000 | hw->mac.mta_shadow[vector_reg] |= (1 << vector_bit); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2001 | } |
| 2002 | |
| 2003 | /** |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 2004 | * ixgbe_update_mc_addr_list_generic - Updates MAC list of multicast addresses |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2005 | * @hw: pointer to hardware structure |
Jiri Pirko | 2853eb8 | 2010-03-23 22:58:01 +0000 | [diff] [blame] | 2006 | * @netdev: pointer to net device structure |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2007 | * |
| 2008 | * The given list replaces any existing list. Clears the MC addrs from receive |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 2009 | * address registers and the multicast table. Uses unused receive address |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2010 | * registers for the first multicast addresses, and hashes the rest into the |
| 2011 | * multicast table. |
| 2012 | **/ |
Jiri Pirko | 2853eb8 | 2010-03-23 22:58:01 +0000 | [diff] [blame] | 2013 | s32 ixgbe_update_mc_addr_list_generic(struct ixgbe_hw *hw, |
| 2014 | struct net_device *netdev) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2015 | { |
Jiri Pirko | 22bedad3 | 2010-04-01 21:22:57 +0000 | [diff] [blame] | 2016 | struct netdev_hw_addr *ha; |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2017 | u32 i; |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2018 | |
| 2019 | /* |
| 2020 | * Set the new number of MC addresses that we are being requested to |
| 2021 | * use. |
| 2022 | */ |
Jiri Pirko | 2853eb8 | 2010-03-23 22:58:01 +0000 | [diff] [blame] | 2023 | hw->addr_ctrl.num_mc_addrs = netdev_mc_count(netdev); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2024 | hw->addr_ctrl.mta_in_use = 0; |
| 2025 | |
Emil Tantilov | 80960ab | 2011-02-18 08:58:27 +0000 | [diff] [blame] | 2026 | /* Clear mta_shadow */ |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2027 | hw_dbg(hw, " Clearing MTA\n"); |
Emil Tantilov | 80960ab | 2011-02-18 08:58:27 +0000 | [diff] [blame] | 2028 | memset(&hw->mac.mta_shadow, 0, sizeof(hw->mac.mta_shadow)); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2029 | |
Emil Tantilov | 80960ab | 2011-02-18 08:58:27 +0000 | [diff] [blame] | 2030 | /* Update mta shadow */ |
Jiri Pirko | 22bedad3 | 2010-04-01 21:22:57 +0000 | [diff] [blame] | 2031 | netdev_for_each_mc_addr(ha, netdev) { |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2032 | hw_dbg(hw, " Adding the multicast addresses:\n"); |
Jiri Pirko | 22bedad3 | 2010-04-01 21:22:57 +0000 | [diff] [blame] | 2033 | ixgbe_set_mta(hw, ha->addr); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2034 | } |
| 2035 | |
| 2036 | /* Enable mta */ |
Emil Tantilov | 80960ab | 2011-02-18 08:58:27 +0000 | [diff] [blame] | 2037 | for (i = 0; i < hw->mac.mcft_size; i++) |
| 2038 | IXGBE_WRITE_REG_ARRAY(hw, IXGBE_MTA(0), i, |
| 2039 | hw->mac.mta_shadow[i]); |
| 2040 | |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2041 | if (hw->addr_ctrl.mta_in_use > 0) |
| 2042 | IXGBE_WRITE_REG(hw, IXGBE_MCSTCTRL, |
Peter P Waskiewicz | b461724 | 2008-09-11 20:04:46 -0700 | [diff] [blame] | 2043 | IXGBE_MCSTCTRL_MFE | hw->mac.mc_filter_type); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2044 | |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 2045 | hw_dbg(hw, "ixgbe_update_mc_addr_list_generic Complete\n"); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2046 | return 0; |
| 2047 | } |
| 2048 | |
| 2049 | /** |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 2050 | * ixgbe_enable_mc_generic - Enable multicast address in RAR |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2051 | * @hw: pointer to hardware structure |
| 2052 | * |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 2053 | * Enables multicast address in RAR and the use of the multicast hash table. |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2054 | **/ |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 2055 | s32 ixgbe_enable_mc_generic(struct ixgbe_hw *hw) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2056 | { |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 2057 | struct ixgbe_addr_filter_info *a = &hw->addr_ctrl; |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2058 | |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 2059 | if (a->mta_in_use > 0) |
| 2060 | IXGBE_WRITE_REG(hw, IXGBE_MCSTCTRL, IXGBE_MCSTCTRL_MFE | |
| 2061 | hw->mac.mc_filter_type); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2062 | |
| 2063 | return 0; |
| 2064 | } |
| 2065 | |
| 2066 | /** |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 2067 | * ixgbe_disable_mc_generic - Disable multicast address in RAR |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2068 | * @hw: pointer to hardware structure |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2069 | * |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 2070 | * Disables multicast address in RAR and the use of the multicast hash table. |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2071 | **/ |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 2072 | s32 ixgbe_disable_mc_generic(struct ixgbe_hw *hw) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2073 | { |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 2074 | struct ixgbe_addr_filter_info *a = &hw->addr_ctrl; |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2075 | |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 2076 | if (a->mta_in_use > 0) |
| 2077 | IXGBE_WRITE_REG(hw, IXGBE_MCSTCTRL, hw->mac.mc_filter_type); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2078 | |
| 2079 | return 0; |
| 2080 | } |
| 2081 | |
| 2082 | /** |
Mallikarjuna R Chilakala | 620fa03 | 2009-06-04 11:11:13 +0000 | [diff] [blame] | 2083 | * ixgbe_fc_enable_generic - Enable flow control |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2084 | * @hw: pointer to hardware structure |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2085 | * |
| 2086 | * Enable flow control according to the current settings. |
| 2087 | **/ |
Alexander Duyck | 041441d | 2012-04-19 17:48:48 +0000 | [diff] [blame] | 2088 | s32 ixgbe_fc_enable_generic(struct ixgbe_hw *hw) |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2089 | { |
| 2090 | s32 ret_val = 0; |
Mallikarjuna R Chilakala | 620fa03 | 2009-06-04 11:11:13 +0000 | [diff] [blame] | 2091 | u32 mflcn_reg, fccfg_reg; |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2092 | u32 reg; |
John Fastabend | 16b61be | 2010-11-16 19:26:44 -0800 | [diff] [blame] | 2093 | u32 fcrtl, fcrth; |
Alexander Duyck | 041441d | 2012-04-19 17:48:48 +0000 | [diff] [blame] | 2094 | int i; |
Peter P Waskiewicz Jr | 70b7762 | 2009-05-17 12:34:55 +0000 | [diff] [blame] | 2095 | |
Alexander Duyck | 041441d | 2012-04-19 17:48:48 +0000 | [diff] [blame] | 2096 | /* |
| 2097 | * Validate the water mark configuration for packet buffer 0. Zero |
| 2098 | * water marks indicate that the packet buffer was not configured |
| 2099 | * and the watermarks for packet buffer 0 should always be configured. |
| 2100 | */ |
| 2101 | if (!hw->fc.low_water || |
| 2102 | !hw->fc.high_water[0] || |
| 2103 | !hw->fc.pause_time) { |
| 2104 | hw_dbg(hw, "Invalid water mark configuration\n"); |
| 2105 | ret_val = IXGBE_ERR_INVALID_LINK_SETTINGS; |
Peter P Waskiewicz Jr | 70b7762 | 2009-05-17 12:34:55 +0000 | [diff] [blame] | 2106 | goto out; |
Alexander Duyck | 041441d | 2012-04-19 17:48:48 +0000 | [diff] [blame] | 2107 | } |
Peter P Waskiewicz Jr | 70b7762 | 2009-05-17 12:34:55 +0000 | [diff] [blame] | 2108 | |
Mallikarjuna R Chilakala | 620fa03 | 2009-06-04 11:11:13 +0000 | [diff] [blame] | 2109 | /* Negotiate the fc mode to use */ |
Alexander Duyck | 786e9a5 | 2012-03-28 08:03:48 +0000 | [diff] [blame] | 2110 | ixgbe_fc_autoneg(hw); |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2111 | |
Mallikarjuna R Chilakala | 620fa03 | 2009-06-04 11:11:13 +0000 | [diff] [blame] | 2112 | /* Disable any previous flow control settings */ |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2113 | mflcn_reg = IXGBE_READ_REG(hw, IXGBE_MFLCN); |
Alexander Duyck | 041441d | 2012-04-19 17:48:48 +0000 | [diff] [blame] | 2114 | mflcn_reg &= ~(IXGBE_MFLCN_RPFCE_MASK | IXGBE_MFLCN_RFCE); |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2115 | |
| 2116 | fccfg_reg = IXGBE_READ_REG(hw, IXGBE_FCCFG); |
| 2117 | fccfg_reg &= ~(IXGBE_FCCFG_TFCE_802_3X | IXGBE_FCCFG_TFCE_PRIORITY); |
| 2118 | |
| 2119 | /* |
| 2120 | * The possible values of fc.current_mode are: |
| 2121 | * 0: Flow control is completely disabled |
| 2122 | * 1: Rx flow control is enabled (we can receive pause frames, |
| 2123 | * but not send pause frames). |
PJ Waskiewicz | bb3daa4 | 2009-03-25 22:10:42 +0000 | [diff] [blame] | 2124 | * 2: Tx flow control is enabled (we can send pause frames but |
| 2125 | * we do not support receiving pause frames). |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2126 | * 3: Both Rx and Tx flow control (symmetric) are enabled. |
| 2127 | * other: Invalid. |
| 2128 | */ |
| 2129 | switch (hw->fc.current_mode) { |
| 2130 | case ixgbe_fc_none: |
Mallikarjuna R Chilakala | 620fa03 | 2009-06-04 11:11:13 +0000 | [diff] [blame] | 2131 | /* |
| 2132 | * Flow control is disabled by software override or autoneg. |
| 2133 | * The code below will actually disable it in the HW. |
| 2134 | */ |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2135 | break; |
| 2136 | case ixgbe_fc_rx_pause: |
| 2137 | /* |
| 2138 | * Rx Flow control is enabled and Tx Flow control is |
| 2139 | * disabled by software override. Since there really |
| 2140 | * isn't a way to advertise that we are capable of RX |
| 2141 | * Pause ONLY, we will advertise that we support both |
| 2142 | * symmetric and asymmetric Rx PAUSE. Later, we will |
| 2143 | * disable the adapter's ability to send PAUSE frames. |
| 2144 | */ |
| 2145 | mflcn_reg |= IXGBE_MFLCN_RFCE; |
| 2146 | break; |
| 2147 | case ixgbe_fc_tx_pause: |
| 2148 | /* |
| 2149 | * Tx Flow control is enabled, and Rx Flow control is |
| 2150 | * disabled by software override. |
| 2151 | */ |
| 2152 | fccfg_reg |= IXGBE_FCCFG_TFCE_802_3X; |
| 2153 | break; |
| 2154 | case ixgbe_fc_full: |
| 2155 | /* Flow control (both Rx and Tx) is enabled by SW override. */ |
| 2156 | mflcn_reg |= IXGBE_MFLCN_RFCE; |
| 2157 | fccfg_reg |= IXGBE_FCCFG_TFCE_802_3X; |
| 2158 | break; |
| 2159 | default: |
| 2160 | hw_dbg(hw, "Flow control param set incorrectly\n"); |
Peter P Waskiewicz Jr | 539e5f0 | 2009-09-30 12:07:38 +0000 | [diff] [blame] | 2161 | ret_val = IXGBE_ERR_CONFIG; |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2162 | goto out; |
| 2163 | break; |
| 2164 | } |
| 2165 | |
Mallikarjuna R Chilakala | 620fa03 | 2009-06-04 11:11:13 +0000 | [diff] [blame] | 2166 | /* Set 802.3x based flow control settings. */ |
PJ Waskiewicz | 2132d38 | 2009-04-09 22:26:21 +0000 | [diff] [blame] | 2167 | mflcn_reg |= IXGBE_MFLCN_DPF; |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2168 | IXGBE_WRITE_REG(hw, IXGBE_MFLCN, mflcn_reg); |
| 2169 | IXGBE_WRITE_REG(hw, IXGBE_FCCFG, fccfg_reg); |
| 2170 | |
Alexander Duyck | 041441d | 2012-04-19 17:48:48 +0000 | [diff] [blame] | 2171 | fcrtl = (hw->fc.low_water << 10) | IXGBE_FCRTL_XONE; |
Mallikarjuna R Chilakala | 620fa03 | 2009-06-04 11:11:13 +0000 | [diff] [blame] | 2172 | |
Alexander Duyck | 041441d | 2012-04-19 17:48:48 +0000 | [diff] [blame] | 2173 | /* Set up and enable Rx high/low water mark thresholds, enable XON. */ |
| 2174 | for (i = 0; i < MAX_TRAFFIC_CLASS; i++) { |
| 2175 | if ((hw->fc.current_mode & ixgbe_fc_tx_pause) && |
| 2176 | hw->fc.high_water[i]) { |
| 2177 | IXGBE_WRITE_REG(hw, IXGBE_FCRTL_82599(i), fcrtl); |
| 2178 | fcrth = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN; |
| 2179 | } else { |
| 2180 | IXGBE_WRITE_REG(hw, IXGBE_FCRTL_82599(i), 0); |
| 2181 | /* |
| 2182 | * In order to prevent Tx hangs when the internal Tx |
| 2183 | * switch is enabled we must set the high water mark |
| 2184 | * to the maximum FCRTH value. This allows the Tx |
| 2185 | * switch to function even under heavy Rx workloads. |
| 2186 | */ |
| 2187 | fcrth = IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(i)) - 32; |
| 2188 | } |
| 2189 | |
| 2190 | IXGBE_WRITE_REG(hw, IXGBE_FCRTH_82599(i), fcrth); |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2191 | } |
| 2192 | |
| 2193 | /* Configure pause time (2 TCs per register) */ |
Alexander Duyck | 041441d | 2012-04-19 17:48:48 +0000 | [diff] [blame] | 2194 | reg = hw->fc.pause_time * 0x00010001; |
| 2195 | for (i = 0; i < (MAX_TRAFFIC_CLASS / 2); i++) |
| 2196 | IXGBE_WRITE_REG(hw, IXGBE_FCTTV(i), reg); |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2197 | |
Alexander Duyck | 041441d | 2012-04-19 17:48:48 +0000 | [diff] [blame] | 2198 | IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2); |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2199 | |
| 2200 | out: |
| 2201 | return ret_val; |
| 2202 | } |
| 2203 | |
| 2204 | /** |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2205 | * ixgbe_negotiate_fc - Negotiate flow control |
Peter P Waskiewicz Jr | 0ecc061 | 2009-02-06 21:46:54 -0800 | [diff] [blame] | 2206 | * @hw: pointer to hardware structure |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2207 | * @adv_reg: flow control advertised settings |
| 2208 | * @lp_reg: link partner's flow control settings |
| 2209 | * @adv_sym: symmetric pause bit in advertisement |
| 2210 | * @adv_asm: asymmetric pause bit in advertisement |
| 2211 | * @lp_sym: symmetric pause bit in link partner advertisement |
| 2212 | * @lp_asm: asymmetric pause bit in link partner advertisement |
Peter P Waskiewicz Jr | 0ecc061 | 2009-02-06 21:46:54 -0800 | [diff] [blame] | 2213 | * |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2214 | * Find the intersection between advertised settings and link partner's |
| 2215 | * advertised settings |
Peter P Waskiewicz Jr | 0ecc061 | 2009-02-06 21:46:54 -0800 | [diff] [blame] | 2216 | **/ |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2217 | static s32 ixgbe_negotiate_fc(struct ixgbe_hw *hw, u32 adv_reg, u32 lp_reg, |
| 2218 | u32 adv_sym, u32 adv_asm, u32 lp_sym, u32 lp_asm) |
Peter P Waskiewicz Jr | 0ecc061 | 2009-02-06 21:46:54 -0800 | [diff] [blame] | 2219 | { |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2220 | if ((!(adv_reg)) || (!(lp_reg))) |
| 2221 | return IXGBE_ERR_FC_NOT_NEGOTIATED; |
Peter P Waskiewicz Jr | 0ecc061 | 2009-02-06 21:46:54 -0800 | [diff] [blame] | 2222 | |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2223 | if ((adv_reg & adv_sym) && (lp_reg & lp_sym)) { |
| 2224 | /* |
| 2225 | * Now we need to check if the user selected Rx ONLY |
| 2226 | * of pause frames. In this case, we had to advertise |
| 2227 | * FULL flow control because we could not advertise RX |
| 2228 | * ONLY. Hence, we must now check to see if we need to |
| 2229 | * turn OFF the TRANSMISSION of PAUSE frames. |
| 2230 | */ |
| 2231 | if (hw->fc.requested_mode == ixgbe_fc_full) { |
| 2232 | hw->fc.current_mode = ixgbe_fc_full; |
| 2233 | hw_dbg(hw, "Flow Control = FULL.\n"); |
| 2234 | } else { |
| 2235 | hw->fc.current_mode = ixgbe_fc_rx_pause; |
| 2236 | hw_dbg(hw, "Flow Control=RX PAUSE frames only\n"); |
| 2237 | } |
| 2238 | } else if (!(adv_reg & adv_sym) && (adv_reg & adv_asm) && |
| 2239 | (lp_reg & lp_sym) && (lp_reg & lp_asm)) { |
| 2240 | hw->fc.current_mode = ixgbe_fc_tx_pause; |
| 2241 | hw_dbg(hw, "Flow Control = TX PAUSE frames only.\n"); |
| 2242 | } else if ((adv_reg & adv_sym) && (adv_reg & adv_asm) && |
| 2243 | !(lp_reg & lp_sym) && (lp_reg & lp_asm)) { |
| 2244 | hw->fc.current_mode = ixgbe_fc_rx_pause; |
| 2245 | hw_dbg(hw, "Flow Control = RX PAUSE frames only.\n"); |
Emil Tantilov | 0b0c2b3 | 2011-02-26 06:40:16 +0000 | [diff] [blame] | 2246 | } else { |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2247 | hw->fc.current_mode = ixgbe_fc_none; |
| 2248 | hw_dbg(hw, "Flow Control = NONE.\n"); |
Emil Tantilov | 0b0c2b3 | 2011-02-26 06:40:16 +0000 | [diff] [blame] | 2249 | } |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2250 | return 0; |
Emil Tantilov | 0b0c2b3 | 2011-02-26 06:40:16 +0000 | [diff] [blame] | 2251 | } |
| 2252 | |
| 2253 | /** |
| 2254 | * ixgbe_fc_autoneg_fiber - Enable flow control on 1 gig fiber |
| 2255 | * @hw: pointer to hardware structure |
| 2256 | * |
| 2257 | * Enable flow control according on 1 gig fiber. |
| 2258 | **/ |
| 2259 | static s32 ixgbe_fc_autoneg_fiber(struct ixgbe_hw *hw) |
| 2260 | { |
| 2261 | u32 pcs_anadv_reg, pcs_lpab_reg, linkstat; |
Alexander Duyck | 786e9a5 | 2012-03-28 08:03:48 +0000 | [diff] [blame] | 2262 | s32 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED; |
Emil Tantilov | 0b0c2b3 | 2011-02-26 06:40:16 +0000 | [diff] [blame] | 2263 | |
Peter P Waskiewicz Jr | 539e5f0 | 2009-09-30 12:07:38 +0000 | [diff] [blame] | 2264 | /* |
| 2265 | * On multispeed fiber at 1g, bail out if |
| 2266 | * - link is up but AN did not complete, or if |
| 2267 | * - link is up and AN completed but timed out |
| 2268 | */ |
Peter P Waskiewicz Jr | 539e5f0 | 2009-09-30 12:07:38 +0000 | [diff] [blame] | 2269 | |
Emil Tantilov | 0b0c2b3 | 2011-02-26 06:40:16 +0000 | [diff] [blame] | 2270 | linkstat = IXGBE_READ_REG(hw, IXGBE_PCS1GLSTA); |
Don Skidmore | 53f096d | 2011-07-28 01:00:58 +0000 | [diff] [blame] | 2271 | if ((!!(linkstat & IXGBE_PCS1GLSTA_AN_COMPLETE) == 0) || |
Alexander Duyck | 786e9a5 | 2012-03-28 08:03:48 +0000 | [diff] [blame] | 2272 | (!!(linkstat & IXGBE_PCS1GLSTA_AN_TIMED_OUT) == 1)) |
PJ Waskiewicz | 9bbe3a5 | 2009-11-24 18:51:28 +0000 | [diff] [blame] | 2273 | goto out; |
PJ Waskiewicz | 9bbe3a5 | 2009-11-24 18:51:28 +0000 | [diff] [blame] | 2274 | |
Emil Tantilov | 0b0c2b3 | 2011-02-26 06:40:16 +0000 | [diff] [blame] | 2275 | pcs_anadv_reg = IXGBE_READ_REG(hw, IXGBE_PCS1GANA); |
| 2276 | pcs_lpab_reg = IXGBE_READ_REG(hw, IXGBE_PCS1GANLP); |
Peter P Waskiewicz Jr | 0ecc061 | 2009-02-06 21:46:54 -0800 | [diff] [blame] | 2277 | |
Emil Tantilov | 0b0c2b3 | 2011-02-26 06:40:16 +0000 | [diff] [blame] | 2278 | ret_val = ixgbe_negotiate_fc(hw, pcs_anadv_reg, |
| 2279 | pcs_lpab_reg, IXGBE_PCS1GANA_SYM_PAUSE, |
| 2280 | IXGBE_PCS1GANA_ASM_PAUSE, |
| 2281 | IXGBE_PCS1GANA_SYM_PAUSE, |
| 2282 | IXGBE_PCS1GANA_ASM_PAUSE); |
Mallikarjuna R Chilakala | 620fa03 | 2009-06-04 11:11:13 +0000 | [diff] [blame] | 2283 | |
Peter P Waskiewicz Jr | 0ecc061 | 2009-02-06 21:46:54 -0800 | [diff] [blame] | 2284 | out: |
| 2285 | return ret_val; |
| 2286 | } |
| 2287 | |
| 2288 | /** |
Emil Tantilov | 0b0c2b3 | 2011-02-26 06:40:16 +0000 | [diff] [blame] | 2289 | * ixgbe_fc_autoneg_backplane - Enable flow control IEEE clause 37 |
| 2290 | * @hw: pointer to hardware structure |
| 2291 | * |
| 2292 | * Enable flow control according to IEEE clause 37. |
| 2293 | **/ |
| 2294 | static s32 ixgbe_fc_autoneg_backplane(struct ixgbe_hw *hw) |
| 2295 | { |
| 2296 | u32 links2, anlp1_reg, autoc_reg, links; |
Alexander Duyck | 786e9a5 | 2012-03-28 08:03:48 +0000 | [diff] [blame] | 2297 | s32 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED; |
Emil Tantilov | 0b0c2b3 | 2011-02-26 06:40:16 +0000 | [diff] [blame] | 2298 | |
| 2299 | /* |
| 2300 | * On backplane, bail out if |
| 2301 | * - backplane autoneg was not completed, or if |
| 2302 | * - we are 82599 and link partner is not AN enabled |
| 2303 | */ |
| 2304 | links = IXGBE_READ_REG(hw, IXGBE_LINKS); |
Alexander Duyck | 786e9a5 | 2012-03-28 08:03:48 +0000 | [diff] [blame] | 2305 | if ((links & IXGBE_LINKS_KX_AN_COMP) == 0) |
Emil Tantilov | 0b0c2b3 | 2011-02-26 06:40:16 +0000 | [diff] [blame] | 2306 | goto out; |
Emil Tantilov | 0b0c2b3 | 2011-02-26 06:40:16 +0000 | [diff] [blame] | 2307 | |
| 2308 | if (hw->mac.type == ixgbe_mac_82599EB) { |
| 2309 | links2 = IXGBE_READ_REG(hw, IXGBE_LINKS2); |
Alexander Duyck | 786e9a5 | 2012-03-28 08:03:48 +0000 | [diff] [blame] | 2310 | if ((links2 & IXGBE_LINKS2_AN_SUPPORTED) == 0) |
Emil Tantilov | 0b0c2b3 | 2011-02-26 06:40:16 +0000 | [diff] [blame] | 2311 | goto out; |
Emil Tantilov | 0b0c2b3 | 2011-02-26 06:40:16 +0000 | [diff] [blame] | 2312 | } |
| 2313 | /* |
| 2314 | * Read the 10g AN autoc and LP ability registers and resolve |
| 2315 | * local flow control settings accordingly |
| 2316 | */ |
| 2317 | autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC); |
| 2318 | anlp1_reg = IXGBE_READ_REG(hw, IXGBE_ANLP1); |
| 2319 | |
| 2320 | ret_val = ixgbe_negotiate_fc(hw, autoc_reg, |
| 2321 | anlp1_reg, IXGBE_AUTOC_SYM_PAUSE, IXGBE_AUTOC_ASM_PAUSE, |
| 2322 | IXGBE_ANLP1_SYM_PAUSE, IXGBE_ANLP1_ASM_PAUSE); |
| 2323 | |
| 2324 | out: |
| 2325 | return ret_val; |
| 2326 | } |
| 2327 | |
| 2328 | /** |
| 2329 | * ixgbe_fc_autoneg_copper - Enable flow control IEEE clause 37 |
| 2330 | * @hw: pointer to hardware structure |
| 2331 | * |
| 2332 | * Enable flow control according to IEEE clause 37. |
| 2333 | **/ |
| 2334 | static s32 ixgbe_fc_autoneg_copper(struct ixgbe_hw *hw) |
| 2335 | { |
| 2336 | u16 technology_ability_reg = 0; |
| 2337 | u16 lp_technology_ability_reg = 0; |
| 2338 | |
| 2339 | hw->phy.ops.read_reg(hw, MDIO_AN_ADVERTISE, |
| 2340 | MDIO_MMD_AN, |
| 2341 | &technology_ability_reg); |
| 2342 | hw->phy.ops.read_reg(hw, MDIO_AN_LPA, |
| 2343 | MDIO_MMD_AN, |
| 2344 | &lp_technology_ability_reg); |
| 2345 | |
| 2346 | return ixgbe_negotiate_fc(hw, (u32)technology_ability_reg, |
| 2347 | (u32)lp_technology_ability_reg, |
| 2348 | IXGBE_TAF_SYM_PAUSE, IXGBE_TAF_ASM_PAUSE, |
| 2349 | IXGBE_TAF_SYM_PAUSE, IXGBE_TAF_ASM_PAUSE); |
| 2350 | } |
| 2351 | |
| 2352 | /** |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2353 | * ixgbe_fc_autoneg - Configure flow control |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2354 | * @hw: pointer to hardware structure |
| 2355 | * |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2356 | * Compares our advertised flow control capabilities to those advertised by |
| 2357 | * our link partner, and determines the proper flow control mode to use. |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2358 | **/ |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2359 | void ixgbe_fc_autoneg(struct ixgbe_hw *hw) |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2360 | { |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2361 | s32 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED; |
| 2362 | ixgbe_link_speed speed; |
| 2363 | bool link_up; |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2364 | |
| 2365 | /* |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2366 | * AN should have completed when the cable was plugged in. |
| 2367 | * Look for reasons to bail out. Bail out if: |
| 2368 | * - FC autoneg is disabled, or if |
| 2369 | * - link is not up. |
| 2370 | * |
| 2371 | * Since we're being called from an LSC, link is already known to be up. |
| 2372 | * So use link_up_wait_to_complete=false. |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2373 | */ |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2374 | if (hw->fc.disable_fc_autoneg) |
Mallikarjuna R Chilakala | 620fa03 | 2009-06-04 11:11:13 +0000 | [diff] [blame] | 2375 | goto out; |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2376 | |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2377 | hw->mac.ops.check_link(hw, &speed, &link_up, false); |
| 2378 | if (!link_up) |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2379 | goto out; |
Emil Tantilov | 0b0c2b3 | 2011-02-26 06:40:16 +0000 | [diff] [blame] | 2380 | |
| 2381 | switch (hw->phy.media_type) { |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2382 | /* Autoneg flow control on fiber adapters */ |
Emil Tantilov | 0b0c2b3 | 2011-02-26 06:40:16 +0000 | [diff] [blame] | 2383 | case ixgbe_media_type_fiber: |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2384 | if (speed == IXGBE_LINK_SPEED_1GB_FULL) |
| 2385 | ret_val = ixgbe_fc_autoneg_fiber(hw); |
| 2386 | break; |
| 2387 | |
| 2388 | /* Autoneg flow control on backplane adapters */ |
Emil Tantilov | 0b0c2b3 | 2011-02-26 06:40:16 +0000 | [diff] [blame] | 2389 | case ixgbe_media_type_backplane: |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2390 | ret_val = ixgbe_fc_autoneg_backplane(hw); |
Emil Tantilov | 0b0c2b3 | 2011-02-26 06:40:16 +0000 | [diff] [blame] | 2391 | break; |
| 2392 | |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2393 | /* Autoneg flow control on copper adapters */ |
Emil Tantilov | 0b0c2b3 | 2011-02-26 06:40:16 +0000 | [diff] [blame] | 2394 | case ixgbe_media_type_copper: |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2395 | if (ixgbe_device_supports_autoneg_fc(hw) == 0) |
| 2396 | ret_val = ixgbe_fc_autoneg_copper(hw); |
Emil Tantilov | 0b0c2b3 | 2011-02-26 06:40:16 +0000 | [diff] [blame] | 2397 | break; |
| 2398 | |
| 2399 | default: |
Mallikarjuna R Chilakala | 620fa03 | 2009-06-04 11:11:13 +0000 | [diff] [blame] | 2400 | break; |
| 2401 | } |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2402 | |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2403 | out: |
Alexander Duyck | 67a79df | 2012-04-19 17:49:56 +0000 | [diff] [blame] | 2404 | if (ret_val == 0) { |
| 2405 | hw->fc.fc_was_autonegged = true; |
| 2406 | } else { |
| 2407 | hw->fc.fc_was_autonegged = false; |
| 2408 | hw->fc.current_mode = hw->fc.requested_mode; |
| 2409 | } |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2410 | } |
| 2411 | |
| 2412 | /** |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2413 | * ixgbe_disable_pcie_master - Disable PCI-express master access |
| 2414 | * @hw: pointer to hardware structure |
| 2415 | * |
| 2416 | * Disables PCI-Express master access and verifies there are no pending |
| 2417 | * requests. IXGBE_ERR_MASTER_REQUESTS_PENDING is returned if master disable |
| 2418 | * bit hasn't caused the master requests to be disabled, else 0 |
| 2419 | * is returned signifying master requests disabled. |
| 2420 | **/ |
Emil Tantilov | ff9d1a5 | 2011-08-16 04:35:11 +0000 | [diff] [blame] | 2421 | static s32 ixgbe_disable_pcie_master(struct ixgbe_hw *hw) |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2422 | { |
Emil Tantilov | a4297dc | 2011-02-14 08:45:13 +0000 | [diff] [blame] | 2423 | struct ixgbe_adapter *adapter = hw->back; |
Emil Tantilov | a4297dc | 2011-02-14 08:45:13 +0000 | [diff] [blame] | 2424 | s32 status = 0; |
Emil Tantilov | ff9d1a5 | 2011-08-16 04:35:11 +0000 | [diff] [blame] | 2425 | u32 i; |
| 2426 | u16 value; |
Emil Tantilov | a4297dc | 2011-02-14 08:45:13 +0000 | [diff] [blame] | 2427 | |
Emil Tantilov | ff9d1a5 | 2011-08-16 04:35:11 +0000 | [diff] [blame] | 2428 | /* Always set this bit to ensure any future transactions are blocked */ |
| 2429 | IXGBE_WRITE_REG(hw, IXGBE_CTRL, IXGBE_CTRL_GIO_DIS); |
| 2430 | |
| 2431 | /* Exit if master requests are blocked */ |
Emil Tantilov | a4297dc | 2011-02-14 08:45:13 +0000 | [diff] [blame] | 2432 | if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO)) |
| 2433 | goto out; |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2434 | |
Emil Tantilov | ff9d1a5 | 2011-08-16 04:35:11 +0000 | [diff] [blame] | 2435 | /* Poll for master request bit to clear */ |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2436 | for (i = 0; i < IXGBE_PCI_MASTER_DISABLE_TIMEOUT; i++) { |
Emil Tantilov | ff9d1a5 | 2011-08-16 04:35:11 +0000 | [diff] [blame] | 2437 | udelay(100); |
Emil Tantilov | a4297dc | 2011-02-14 08:45:13 +0000 | [diff] [blame] | 2438 | if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO)) |
Emil Tantilov | ff9d1a5 | 2011-08-16 04:35:11 +0000 | [diff] [blame] | 2439 | goto out; |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2440 | } |
| 2441 | |
Emil Tantilov | a4297dc | 2011-02-14 08:45:13 +0000 | [diff] [blame] | 2442 | /* |
| 2443 | * Two consecutive resets are required via CTRL.RST per datasheet |
| 2444 | * 5.2.5.3.2 Master Disable. We set a flag to inform the reset routine |
| 2445 | * of this need. The first reset prevents new master requests from |
Emil Tantilov | ff9d1a5 | 2011-08-16 04:35:11 +0000 | [diff] [blame] | 2446 | * being issued by our device. We then must wait 1usec or more for any |
Emil Tantilov | a4297dc | 2011-02-14 08:45:13 +0000 | [diff] [blame] | 2447 | * remaining completions from the PCIe bus to trickle in, and then reset |
| 2448 | * again to clear out any effects they may have had on our device. |
| 2449 | */ |
Emil Tantilov | ff9d1a5 | 2011-08-16 04:35:11 +0000 | [diff] [blame] | 2450 | hw_dbg(hw, "GIO Master Disable bit didn't clear - requesting resets\n"); |
| 2451 | hw->mac.flags |= IXGBE_FLAGS_DOUBLE_RESET_REQUIRED; |
| 2452 | |
| 2453 | /* |
| 2454 | * Before proceeding, make sure that the PCIe block does not have |
| 2455 | * transactions pending. |
| 2456 | */ |
| 2457 | for (i = 0; i < IXGBE_PCI_MASTER_DISABLE_TIMEOUT; i++) { |
| 2458 | udelay(100); |
| 2459 | pci_read_config_word(adapter->pdev, IXGBE_PCI_DEVICE_STATUS, |
| 2460 | &value); |
| 2461 | if (!(value & IXGBE_PCI_DEVICE_STATUS_TRANSACTION_PENDING)) |
| 2462 | goto out; |
| 2463 | } |
| 2464 | |
| 2465 | hw_dbg(hw, "PCIe transaction pending bit also did not clear.\n"); |
| 2466 | status = IXGBE_ERR_MASTER_REQUESTS_PENDING; |
Emil Tantilov | a4297dc | 2011-02-14 08:45:13 +0000 | [diff] [blame] | 2467 | |
| 2468 | out: |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2469 | return status; |
| 2470 | } |
| 2471 | |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2472 | /** |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 2473 | * ixgbe_acquire_swfw_sync - Acquire SWFW semaphore |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2474 | * @hw: pointer to hardware structure |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 2475 | * @mask: Mask to specify which semaphore to acquire |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2476 | * |
Emil Tantilov | da74cd4 | 2011-03-03 09:25:07 +0000 | [diff] [blame] | 2477 | * Acquires the SWFW semaphore through the GSSR register for the specified |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2478 | * function (CSR, PHY0, PHY1, EEPROM, Flash) |
| 2479 | **/ |
| 2480 | s32 ixgbe_acquire_swfw_sync(struct ixgbe_hw *hw, u16 mask) |
| 2481 | { |
| 2482 | u32 gssr; |
| 2483 | u32 swmask = mask; |
| 2484 | u32 fwmask = mask << 5; |
| 2485 | s32 timeout = 200; |
| 2486 | |
| 2487 | while (timeout) { |
Emil Tantilov | dbf893e | 2011-02-08 09:42:41 +0000 | [diff] [blame] | 2488 | /* |
| 2489 | * SW EEPROM semaphore bit is used for access to all |
| 2490 | * SW_FW_SYNC/GSSR bits (not just EEPROM) |
| 2491 | */ |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2492 | if (ixgbe_get_eeprom_semaphore(hw)) |
Peter P Waskiewicz Jr | 539e5f0 | 2009-09-30 12:07:38 +0000 | [diff] [blame] | 2493 | return IXGBE_ERR_SWFW_SYNC; |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2494 | |
| 2495 | gssr = IXGBE_READ_REG(hw, IXGBE_GSSR); |
| 2496 | if (!(gssr & (fwmask | swmask))) |
| 2497 | break; |
| 2498 | |
| 2499 | /* |
| 2500 | * Firmware currently using resource (fwmask) or other software |
| 2501 | * thread currently using resource (swmask) |
| 2502 | */ |
| 2503 | ixgbe_release_eeprom_semaphore(hw); |
Don Skidmore | 032b432 | 2011-03-18 09:32:53 +0000 | [diff] [blame] | 2504 | usleep_range(5000, 10000); |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2505 | timeout--; |
| 2506 | } |
| 2507 | |
| 2508 | if (!timeout) { |
Emil Tantilov | dbf893e | 2011-02-08 09:42:41 +0000 | [diff] [blame] | 2509 | hw_dbg(hw, "Driver can't access resource, SW_FW_SYNC timeout.\n"); |
Peter P Waskiewicz Jr | 539e5f0 | 2009-09-30 12:07:38 +0000 | [diff] [blame] | 2510 | return IXGBE_ERR_SWFW_SYNC; |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2511 | } |
| 2512 | |
| 2513 | gssr |= swmask; |
| 2514 | IXGBE_WRITE_REG(hw, IXGBE_GSSR, gssr); |
| 2515 | |
| 2516 | ixgbe_release_eeprom_semaphore(hw); |
| 2517 | return 0; |
| 2518 | } |
| 2519 | |
| 2520 | /** |
| 2521 | * ixgbe_release_swfw_sync - Release SWFW semaphore |
| 2522 | * @hw: pointer to hardware structure |
Jesse Brandeburg | c44ade9 | 2008-09-11 19:59:59 -0700 | [diff] [blame] | 2523 | * @mask: Mask to specify which semaphore to release |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2524 | * |
Emil Tantilov | da74cd4 | 2011-03-03 09:25:07 +0000 | [diff] [blame] | 2525 | * Releases the SWFW semaphore through the GSSR register for the specified |
Auke Kok | 9a799d7 | 2007-09-15 14:07:45 -0700 | [diff] [blame] | 2526 | * function (CSR, PHY0, PHY1, EEPROM, Flash) |
| 2527 | **/ |
| 2528 | void ixgbe_release_swfw_sync(struct ixgbe_hw *hw, u16 mask) |
| 2529 | { |
| 2530 | u32 gssr; |
| 2531 | u32 swmask = mask; |
| 2532 | |
| 2533 | ixgbe_get_eeprom_semaphore(hw); |
| 2534 | |
| 2535 | gssr = IXGBE_READ_REG(hw, IXGBE_GSSR); |
| 2536 | gssr &= ~swmask; |
| 2537 | IXGBE_WRITE_REG(hw, IXGBE_GSSR, gssr); |
| 2538 | |
| 2539 | ixgbe_release_eeprom_semaphore(hw); |
| 2540 | } |
| 2541 | |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2542 | /** |
Atita Shirwaikar | d2f5e7f | 2012-02-18 02:58:58 +0000 | [diff] [blame] | 2543 | * ixgbe_disable_rx_buff_generic - Stops the receive data path |
| 2544 | * @hw: pointer to hardware structure |
| 2545 | * |
| 2546 | * Stops the receive data path and waits for the HW to internally |
| 2547 | * empty the Rx security block. |
| 2548 | **/ |
| 2549 | s32 ixgbe_disable_rx_buff_generic(struct ixgbe_hw *hw) |
| 2550 | { |
| 2551 | #define IXGBE_MAX_SECRX_POLL 40 |
| 2552 | int i; |
| 2553 | int secrxreg; |
| 2554 | |
| 2555 | secrxreg = IXGBE_READ_REG(hw, IXGBE_SECRXCTRL); |
| 2556 | secrxreg |= IXGBE_SECRXCTRL_RX_DIS; |
| 2557 | IXGBE_WRITE_REG(hw, IXGBE_SECRXCTRL, secrxreg); |
| 2558 | for (i = 0; i < IXGBE_MAX_SECRX_POLL; i++) { |
| 2559 | secrxreg = IXGBE_READ_REG(hw, IXGBE_SECRXSTAT); |
| 2560 | if (secrxreg & IXGBE_SECRXSTAT_SECRX_RDY) |
| 2561 | break; |
| 2562 | else |
| 2563 | /* Use interrupt-safe sleep just in case */ |
Jacob Keller | db76ad4 | 2012-05-03 01:44:12 +0000 | [diff] [blame] | 2564 | udelay(1000); |
Atita Shirwaikar | d2f5e7f | 2012-02-18 02:58:58 +0000 | [diff] [blame] | 2565 | } |
| 2566 | |
| 2567 | /* For informational purposes only */ |
| 2568 | if (i >= IXGBE_MAX_SECRX_POLL) |
| 2569 | hw_dbg(hw, "Rx unit being enabled before security " |
| 2570 | "path fully disabled. Continuing with init.\n"); |
| 2571 | |
| 2572 | return 0; |
| 2573 | |
| 2574 | } |
| 2575 | |
| 2576 | /** |
| 2577 | * ixgbe_enable_rx_buff - Enables the receive data path |
| 2578 | * @hw: pointer to hardware structure |
| 2579 | * |
| 2580 | * Enables the receive data path |
| 2581 | **/ |
| 2582 | s32 ixgbe_enable_rx_buff_generic(struct ixgbe_hw *hw) |
| 2583 | { |
| 2584 | int secrxreg; |
| 2585 | |
| 2586 | secrxreg = IXGBE_READ_REG(hw, IXGBE_SECRXCTRL); |
| 2587 | secrxreg &= ~IXGBE_SECRXCTRL_RX_DIS; |
| 2588 | IXGBE_WRITE_REG(hw, IXGBE_SECRXCTRL, secrxreg); |
| 2589 | IXGBE_WRITE_FLUSH(hw); |
| 2590 | |
| 2591 | return 0; |
| 2592 | } |
| 2593 | |
| 2594 | /** |
PJ Waskiewicz | 11afc1b | 2009-02-27 15:44:30 +0000 | [diff] [blame] | 2595 | * ixgbe_enable_rx_dma_generic - Enable the Rx DMA unit |
| 2596 | * @hw: pointer to hardware structure |
| 2597 | * @regval: register value to write to RXCTRL |
| 2598 | * |
| 2599 | * Enables the Rx DMA unit |
| 2600 | **/ |
| 2601 | s32 ixgbe_enable_rx_dma_generic(struct ixgbe_hw *hw, u32 regval) |
| 2602 | { |
| 2603 | IXGBE_WRITE_REG(hw, IXGBE_RXCTRL, regval); |
| 2604 | |
| 2605 | return 0; |
| 2606 | } |
PJ Waskiewicz | 87c1201 | 2009-04-08 13:20:31 +0000 | [diff] [blame] | 2607 | |
| 2608 | /** |
| 2609 | * ixgbe_blink_led_start_generic - Blink LED based on index. |
| 2610 | * @hw: pointer to hardware structure |
| 2611 | * @index: led number to blink |
| 2612 | **/ |
| 2613 | s32 ixgbe_blink_led_start_generic(struct ixgbe_hw *hw, u32 index) |
| 2614 | { |
| 2615 | ixgbe_link_speed speed = 0; |
Rusty Russell | 3db1cd5 | 2011-12-19 13:56:45 +0000 | [diff] [blame] | 2616 | bool link_up = false; |
PJ Waskiewicz | 87c1201 | 2009-04-08 13:20:31 +0000 | [diff] [blame] | 2617 | u32 autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC); |
| 2618 | u32 led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL); |
| 2619 | |
| 2620 | /* |
| 2621 | * Link must be up to auto-blink the LEDs; |
| 2622 | * Force it if link is down. |
| 2623 | */ |
| 2624 | hw->mac.ops.check_link(hw, &speed, &link_up, false); |
| 2625 | |
| 2626 | if (!link_up) { |
Peter P Waskiewicz Jr | 50ac58b | 2009-06-04 11:10:53 +0000 | [diff] [blame] | 2627 | autoc_reg |= IXGBE_AUTOC_AN_RESTART; |
PJ Waskiewicz | 87c1201 | 2009-04-08 13:20:31 +0000 | [diff] [blame] | 2628 | autoc_reg |= IXGBE_AUTOC_FLU; |
| 2629 | IXGBE_WRITE_REG(hw, IXGBE_AUTOC, autoc_reg); |
Jesse Brandeburg | 945a515 | 2011-07-20 00:56:21 +0000 | [diff] [blame] | 2630 | IXGBE_WRITE_FLUSH(hw); |
Don Skidmore | 032b432 | 2011-03-18 09:32:53 +0000 | [diff] [blame] | 2631 | usleep_range(10000, 20000); |
PJ Waskiewicz | 87c1201 | 2009-04-08 13:20:31 +0000 | [diff] [blame] | 2632 | } |
| 2633 | |
| 2634 | led_reg &= ~IXGBE_LED_MODE_MASK(index); |
| 2635 | led_reg |= IXGBE_LED_BLINK(index); |
| 2636 | IXGBE_WRITE_REG(hw, IXGBE_LEDCTL, led_reg); |
| 2637 | IXGBE_WRITE_FLUSH(hw); |
| 2638 | |
| 2639 | return 0; |
| 2640 | } |
| 2641 | |
| 2642 | /** |
| 2643 | * ixgbe_blink_led_stop_generic - Stop blinking LED based on index. |
| 2644 | * @hw: pointer to hardware structure |
| 2645 | * @index: led number to stop blinking |
| 2646 | **/ |
| 2647 | s32 ixgbe_blink_led_stop_generic(struct ixgbe_hw *hw, u32 index) |
| 2648 | { |
| 2649 | u32 autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC); |
| 2650 | u32 led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL); |
| 2651 | |
| 2652 | autoc_reg &= ~IXGBE_AUTOC_FLU; |
| 2653 | autoc_reg |= IXGBE_AUTOC_AN_RESTART; |
| 2654 | IXGBE_WRITE_REG(hw, IXGBE_AUTOC, autoc_reg); |
| 2655 | |
| 2656 | led_reg &= ~IXGBE_LED_MODE_MASK(index); |
| 2657 | led_reg &= ~IXGBE_LED_BLINK(index); |
| 2658 | led_reg |= IXGBE_LED_LINK_ACTIVE << IXGBE_LED_MODE_SHIFT(index); |
| 2659 | IXGBE_WRITE_REG(hw, IXGBE_LEDCTL, led_reg); |
| 2660 | IXGBE_WRITE_FLUSH(hw); |
| 2661 | |
| 2662 | return 0; |
| 2663 | } |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 2664 | |
| 2665 | /** |
| 2666 | * ixgbe_get_san_mac_addr_offset - Get SAN MAC address offset from the EEPROM |
| 2667 | * @hw: pointer to hardware structure |
| 2668 | * @san_mac_offset: SAN MAC address offset |
| 2669 | * |
| 2670 | * This function will read the EEPROM location for the SAN MAC address |
| 2671 | * pointer, and returns the value at that location. This is used in both |
| 2672 | * get and set mac_addr routines. |
| 2673 | **/ |
| 2674 | static s32 ixgbe_get_san_mac_addr_offset(struct ixgbe_hw *hw, |
| 2675 | u16 *san_mac_offset) |
| 2676 | { |
| 2677 | /* |
| 2678 | * First read the EEPROM pointer to see if the MAC addresses are |
| 2679 | * available. |
| 2680 | */ |
| 2681 | hw->eeprom.ops.read(hw, IXGBE_SAN_MAC_ADDR_PTR, san_mac_offset); |
| 2682 | |
| 2683 | return 0; |
| 2684 | } |
| 2685 | |
| 2686 | /** |
| 2687 | * ixgbe_get_san_mac_addr_generic - SAN MAC address retrieval from the EEPROM |
| 2688 | * @hw: pointer to hardware structure |
| 2689 | * @san_mac_addr: SAN MAC address |
| 2690 | * |
| 2691 | * Reads the SAN MAC address from the EEPROM, if it's available. This is |
| 2692 | * per-port, so set_lan_id() must be called before reading the addresses. |
| 2693 | * set_lan_id() is called by identify_sfp(), but this cannot be relied |
| 2694 | * upon for non-SFP connections, so we must call it here. |
| 2695 | **/ |
| 2696 | s32 ixgbe_get_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr) |
| 2697 | { |
| 2698 | u16 san_mac_data, san_mac_offset; |
| 2699 | u8 i; |
| 2700 | |
| 2701 | /* |
| 2702 | * First read the EEPROM pointer to see if the MAC addresses are |
| 2703 | * available. If they're not, no point in calling set_lan_id() here. |
| 2704 | */ |
| 2705 | ixgbe_get_san_mac_addr_offset(hw, &san_mac_offset); |
| 2706 | |
| 2707 | if ((san_mac_offset == 0) || (san_mac_offset == 0xFFFF)) { |
| 2708 | /* |
| 2709 | * No addresses available in this EEPROM. It's not an |
| 2710 | * error though, so just wipe the local address and return. |
| 2711 | */ |
| 2712 | for (i = 0; i < 6; i++) |
| 2713 | san_mac_addr[i] = 0xFF; |
| 2714 | |
| 2715 | goto san_mac_addr_out; |
| 2716 | } |
| 2717 | |
| 2718 | /* make sure we know which port we need to program */ |
| 2719 | hw->mac.ops.set_lan_id(hw); |
| 2720 | /* apply the port offset to the address offset */ |
| 2721 | (hw->bus.func) ? (san_mac_offset += IXGBE_SAN_MAC_ADDR_PORT1_OFFSET) : |
| 2722 | (san_mac_offset += IXGBE_SAN_MAC_ADDR_PORT0_OFFSET); |
| 2723 | for (i = 0; i < 3; i++) { |
| 2724 | hw->eeprom.ops.read(hw, san_mac_offset, &san_mac_data); |
| 2725 | san_mac_addr[i * 2] = (u8)(san_mac_data); |
| 2726 | san_mac_addr[i * 2 + 1] = (u8)(san_mac_data >> 8); |
| 2727 | san_mac_offset++; |
| 2728 | } |
| 2729 | |
| 2730 | san_mac_addr_out: |
| 2731 | return 0; |
| 2732 | } |
| 2733 | |
| 2734 | /** |
| 2735 | * ixgbe_get_pcie_msix_count_generic - Gets MSI-X vector count |
| 2736 | * @hw: pointer to hardware structure |
| 2737 | * |
| 2738 | * Read PCIe configuration space, and get the MSI-X vector count from |
| 2739 | * the capabilities table. |
| 2740 | **/ |
Emil Tantilov | 7116130 | 2012-03-22 03:00:29 +0000 | [diff] [blame] | 2741 | u16 ixgbe_get_pcie_msix_count_generic(struct ixgbe_hw *hw) |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 2742 | { |
| 2743 | struct ixgbe_adapter *adapter = hw->back; |
Emil Tantilov | 7116130 | 2012-03-22 03:00:29 +0000 | [diff] [blame] | 2744 | u16 msix_count = 1; |
| 2745 | u16 max_msix_count; |
| 2746 | u16 pcie_offset; |
| 2747 | |
| 2748 | switch (hw->mac.type) { |
| 2749 | case ixgbe_mac_82598EB: |
| 2750 | pcie_offset = IXGBE_PCIE_MSIX_82598_CAPS; |
| 2751 | max_msix_count = IXGBE_MAX_MSIX_VECTORS_82598; |
| 2752 | break; |
| 2753 | case ixgbe_mac_82599EB: |
| 2754 | case ixgbe_mac_X540: |
| 2755 | pcie_offset = IXGBE_PCIE_MSIX_82599_CAPS; |
| 2756 | max_msix_count = IXGBE_MAX_MSIX_VECTORS_82599; |
| 2757 | break; |
| 2758 | default: |
| 2759 | return msix_count; |
| 2760 | } |
| 2761 | |
| 2762 | pci_read_config_word(adapter->pdev, pcie_offset, &msix_count); |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 2763 | msix_count &= IXGBE_PCIE_MSIX_TBL_SZ_MASK; |
| 2764 | |
Emil Tantilov | 7116130 | 2012-03-22 03:00:29 +0000 | [diff] [blame] | 2765 | /* MSI-X count is zero-based in HW */ |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 2766 | msix_count++; |
| 2767 | |
Emil Tantilov | 7116130 | 2012-03-22 03:00:29 +0000 | [diff] [blame] | 2768 | if (msix_count > max_msix_count) |
| 2769 | msix_count = max_msix_count; |
| 2770 | |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 2771 | return msix_count; |
| 2772 | } |
| 2773 | |
| 2774 | /** |
| 2775 | * ixgbe_clear_vmdq_generic - Disassociate a VMDq pool index from a rx address |
| 2776 | * @hw: pointer to hardware struct |
| 2777 | * @rar: receive address register index to disassociate |
| 2778 | * @vmdq: VMDq pool index to remove from the rar |
| 2779 | **/ |
| 2780 | s32 ixgbe_clear_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq) |
| 2781 | { |
| 2782 | u32 mpsar_lo, mpsar_hi; |
| 2783 | u32 rar_entries = hw->mac.num_rar_entries; |
| 2784 | |
Emil Tantilov | c700f4e | 2011-02-17 11:34:58 +0000 | [diff] [blame] | 2785 | /* Make sure we are using a valid rar index range */ |
| 2786 | if (rar >= rar_entries) { |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 2787 | hw_dbg(hw, "RAR index %d is out of range.\n", rar); |
Emil Tantilov | c700f4e | 2011-02-17 11:34:58 +0000 | [diff] [blame] | 2788 | return IXGBE_ERR_INVALID_ARGUMENT; |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 2789 | } |
| 2790 | |
Emil Tantilov | c700f4e | 2011-02-17 11:34:58 +0000 | [diff] [blame] | 2791 | mpsar_lo = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar)); |
| 2792 | mpsar_hi = IXGBE_READ_REG(hw, IXGBE_MPSAR_HI(rar)); |
| 2793 | |
| 2794 | if (!mpsar_lo && !mpsar_hi) |
| 2795 | goto done; |
| 2796 | |
| 2797 | if (vmdq == IXGBE_CLEAR_VMDQ_ALL) { |
| 2798 | if (mpsar_lo) { |
| 2799 | IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), 0); |
| 2800 | mpsar_lo = 0; |
| 2801 | } |
| 2802 | if (mpsar_hi) { |
| 2803 | IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(rar), 0); |
| 2804 | mpsar_hi = 0; |
| 2805 | } |
| 2806 | } else if (vmdq < 32) { |
| 2807 | mpsar_lo &= ~(1 << vmdq); |
| 2808 | IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), mpsar_lo); |
| 2809 | } else { |
| 2810 | mpsar_hi &= ~(1 << (vmdq - 32)); |
| 2811 | IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(rar), mpsar_hi); |
| 2812 | } |
| 2813 | |
| 2814 | /* was that the last pool using this rar? */ |
| 2815 | if (mpsar_lo == 0 && mpsar_hi == 0 && rar != 0) |
| 2816 | hw->mac.ops.clear_rar(hw, rar); |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 2817 | done: |
| 2818 | return 0; |
| 2819 | } |
| 2820 | |
| 2821 | /** |
| 2822 | * ixgbe_set_vmdq_generic - Associate a VMDq pool index with a rx address |
| 2823 | * @hw: pointer to hardware struct |
| 2824 | * @rar: receive address register index to associate with a VMDq index |
| 2825 | * @vmdq: VMDq pool index |
| 2826 | **/ |
| 2827 | s32 ixgbe_set_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq) |
| 2828 | { |
| 2829 | u32 mpsar; |
| 2830 | u32 rar_entries = hw->mac.num_rar_entries; |
| 2831 | |
Emil Tantilov | c700f4e | 2011-02-17 11:34:58 +0000 | [diff] [blame] | 2832 | /* Make sure we are using a valid rar index range */ |
| 2833 | if (rar >= rar_entries) { |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 2834 | hw_dbg(hw, "RAR index %d is out of range.\n", rar); |
Emil Tantilov | c700f4e | 2011-02-17 11:34:58 +0000 | [diff] [blame] | 2835 | return IXGBE_ERR_INVALID_ARGUMENT; |
| 2836 | } |
| 2837 | |
| 2838 | if (vmdq < 32) { |
| 2839 | mpsar = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar)); |
| 2840 | mpsar |= 1 << vmdq; |
| 2841 | IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), mpsar); |
| 2842 | } else { |
| 2843 | mpsar = IXGBE_READ_REG(hw, IXGBE_MPSAR_HI(rar)); |
| 2844 | mpsar |= 1 << (vmdq - 32); |
| 2845 | IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(rar), mpsar); |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 2846 | } |
| 2847 | return 0; |
| 2848 | } |
| 2849 | |
| 2850 | /** |
Alexander Duyck | 7fa7c9d | 2012-05-05 05:32:52 +0000 | [diff] [blame^] | 2851 | * This function should only be involved in the IOV mode. |
| 2852 | * In IOV mode, Default pool is next pool after the number of |
| 2853 | * VFs advertized and not 0. |
| 2854 | * MPSAR table needs to be updated for SAN_MAC RAR [hw->mac.san_mac_rar_index] |
| 2855 | * |
| 2856 | * ixgbe_set_vmdq_san_mac - Associate default VMDq pool index with a rx address |
| 2857 | * @hw: pointer to hardware struct |
| 2858 | * @vmdq: VMDq pool index |
| 2859 | **/ |
| 2860 | s32 ixgbe_set_vmdq_san_mac_generic(struct ixgbe_hw *hw, u32 vmdq) |
| 2861 | { |
| 2862 | u32 rar = hw->mac.san_mac_rar_index; |
| 2863 | |
| 2864 | if (vmdq < 32) { |
| 2865 | IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), 1 << vmdq); |
| 2866 | IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(rar), 0); |
| 2867 | } else { |
| 2868 | IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), 0); |
| 2869 | IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(rar), 1 << (vmdq - 32)); |
| 2870 | } |
| 2871 | |
| 2872 | return 0; |
| 2873 | } |
| 2874 | |
| 2875 | /** |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 2876 | * ixgbe_init_uta_tables_generic - Initialize the Unicast Table Array |
| 2877 | * @hw: pointer to hardware structure |
| 2878 | **/ |
| 2879 | s32 ixgbe_init_uta_tables_generic(struct ixgbe_hw *hw) |
| 2880 | { |
| 2881 | int i; |
| 2882 | |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 2883 | for (i = 0; i < 128; i++) |
| 2884 | IXGBE_WRITE_REG(hw, IXGBE_UTA(i), 0); |
| 2885 | |
| 2886 | return 0; |
| 2887 | } |
| 2888 | |
| 2889 | /** |
| 2890 | * ixgbe_find_vlvf_slot - find the vlanid or the first empty slot |
| 2891 | * @hw: pointer to hardware structure |
| 2892 | * @vlan: VLAN id to write to VLAN filter |
| 2893 | * |
| 2894 | * return the VLVF index where this VLAN id should be placed |
| 2895 | * |
| 2896 | **/ |
Emil Tantilov | 5d5b7c3 | 2010-10-12 22:20:59 +0000 | [diff] [blame] | 2897 | static s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan) |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 2898 | { |
| 2899 | u32 bits = 0; |
| 2900 | u32 first_empty_slot = 0; |
| 2901 | s32 regindex; |
| 2902 | |
| 2903 | /* short cut the special case */ |
| 2904 | if (vlan == 0) |
| 2905 | return 0; |
| 2906 | |
| 2907 | /* |
| 2908 | * Search for the vlan id in the VLVF entries. Save off the first empty |
| 2909 | * slot found along the way |
| 2910 | */ |
| 2911 | for (regindex = 1; regindex < IXGBE_VLVF_ENTRIES; regindex++) { |
| 2912 | bits = IXGBE_READ_REG(hw, IXGBE_VLVF(regindex)); |
| 2913 | if (!bits && !(first_empty_slot)) |
| 2914 | first_empty_slot = regindex; |
| 2915 | else if ((bits & 0x0FFF) == vlan) |
| 2916 | break; |
| 2917 | } |
| 2918 | |
| 2919 | /* |
| 2920 | * If regindex is less than IXGBE_VLVF_ENTRIES, then we found the vlan |
| 2921 | * in the VLVF. Else use the first empty VLVF register for this |
| 2922 | * vlan id. |
| 2923 | */ |
| 2924 | if (regindex >= IXGBE_VLVF_ENTRIES) { |
| 2925 | if (first_empty_slot) |
| 2926 | regindex = first_empty_slot; |
| 2927 | else { |
| 2928 | hw_dbg(hw, "No space in VLVF.\n"); |
| 2929 | regindex = IXGBE_ERR_NO_SPACE; |
| 2930 | } |
| 2931 | } |
| 2932 | |
| 2933 | return regindex; |
| 2934 | } |
| 2935 | |
| 2936 | /** |
| 2937 | * ixgbe_set_vfta_generic - Set VLAN filter table |
| 2938 | * @hw: pointer to hardware structure |
| 2939 | * @vlan: VLAN id to write to VLAN filter |
| 2940 | * @vind: VMDq output index that maps queue to VLAN id in VFVFB |
| 2941 | * @vlan_on: boolean flag to turn on/off VLAN in VFVF |
| 2942 | * |
| 2943 | * Turn on/off specified VLAN in the VLAN filter table. |
| 2944 | **/ |
| 2945 | s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind, |
| 2946 | bool vlan_on) |
| 2947 | { |
| 2948 | s32 regindex; |
| 2949 | u32 bitindex; |
| 2950 | u32 vfta; |
| 2951 | u32 bits; |
| 2952 | u32 vt; |
| 2953 | u32 targetbit; |
| 2954 | bool vfta_changed = false; |
| 2955 | |
| 2956 | if (vlan > 4095) |
| 2957 | return IXGBE_ERR_PARAM; |
| 2958 | |
| 2959 | /* |
| 2960 | * this is a 2 part operation - first the VFTA, then the |
| 2961 | * VLVF and VLVFB if VT Mode is set |
| 2962 | * We don't write the VFTA until we know the VLVF part succeeded. |
| 2963 | */ |
| 2964 | |
| 2965 | /* Part 1 |
| 2966 | * The VFTA is a bitstring made up of 128 32-bit registers |
| 2967 | * that enable the particular VLAN id, much like the MTA: |
| 2968 | * bits[11-5]: which register |
| 2969 | * bits[4-0]: which bit in the register |
| 2970 | */ |
| 2971 | regindex = (vlan >> 5) & 0x7F; |
| 2972 | bitindex = vlan & 0x1F; |
| 2973 | targetbit = (1 << bitindex); |
| 2974 | vfta = IXGBE_READ_REG(hw, IXGBE_VFTA(regindex)); |
| 2975 | |
| 2976 | if (vlan_on) { |
| 2977 | if (!(vfta & targetbit)) { |
| 2978 | vfta |= targetbit; |
| 2979 | vfta_changed = true; |
| 2980 | } |
| 2981 | } else { |
| 2982 | if ((vfta & targetbit)) { |
| 2983 | vfta &= ~targetbit; |
| 2984 | vfta_changed = true; |
| 2985 | } |
| 2986 | } |
| 2987 | |
| 2988 | /* Part 2 |
| 2989 | * If VT Mode is set |
| 2990 | * Either vlan_on |
| 2991 | * make sure the vlan is in VLVF |
| 2992 | * set the vind bit in the matching VLVFB |
| 2993 | * Or !vlan_on |
| 2994 | * clear the pool bit and possibly the vind |
| 2995 | */ |
| 2996 | vt = IXGBE_READ_REG(hw, IXGBE_VT_CTL); |
| 2997 | if (vt & IXGBE_VT_CTL_VT_ENABLE) { |
| 2998 | s32 vlvf_index; |
| 2999 | |
| 3000 | vlvf_index = ixgbe_find_vlvf_slot(hw, vlan); |
| 3001 | if (vlvf_index < 0) |
| 3002 | return vlvf_index; |
| 3003 | |
| 3004 | if (vlan_on) { |
| 3005 | /* set the pool bit */ |
| 3006 | if (vind < 32) { |
| 3007 | bits = IXGBE_READ_REG(hw, |
| 3008 | IXGBE_VLVFB(vlvf_index*2)); |
| 3009 | bits |= (1 << vind); |
| 3010 | IXGBE_WRITE_REG(hw, |
| 3011 | IXGBE_VLVFB(vlvf_index*2), |
| 3012 | bits); |
| 3013 | } else { |
| 3014 | bits = IXGBE_READ_REG(hw, |
| 3015 | IXGBE_VLVFB((vlvf_index*2)+1)); |
| 3016 | bits |= (1 << (vind-32)); |
| 3017 | IXGBE_WRITE_REG(hw, |
| 3018 | IXGBE_VLVFB((vlvf_index*2)+1), |
| 3019 | bits); |
| 3020 | } |
| 3021 | } else { |
| 3022 | /* clear the pool bit */ |
| 3023 | if (vind < 32) { |
| 3024 | bits = IXGBE_READ_REG(hw, |
| 3025 | IXGBE_VLVFB(vlvf_index*2)); |
| 3026 | bits &= ~(1 << vind); |
| 3027 | IXGBE_WRITE_REG(hw, |
| 3028 | IXGBE_VLVFB(vlvf_index*2), |
| 3029 | bits); |
| 3030 | bits |= IXGBE_READ_REG(hw, |
| 3031 | IXGBE_VLVFB((vlvf_index*2)+1)); |
| 3032 | } else { |
| 3033 | bits = IXGBE_READ_REG(hw, |
| 3034 | IXGBE_VLVFB((vlvf_index*2)+1)); |
| 3035 | bits &= ~(1 << (vind-32)); |
| 3036 | IXGBE_WRITE_REG(hw, |
| 3037 | IXGBE_VLVFB((vlvf_index*2)+1), |
| 3038 | bits); |
| 3039 | bits |= IXGBE_READ_REG(hw, |
| 3040 | IXGBE_VLVFB(vlvf_index*2)); |
| 3041 | } |
| 3042 | } |
| 3043 | |
| 3044 | /* |
| 3045 | * If there are still bits set in the VLVFB registers |
| 3046 | * for the VLAN ID indicated we need to see if the |
| 3047 | * caller is requesting that we clear the VFTA entry bit. |
| 3048 | * If the caller has requested that we clear the VFTA |
| 3049 | * entry bit but there are still pools/VFs using this VLAN |
| 3050 | * ID entry then ignore the request. We're not worried |
| 3051 | * about the case where we're turning the VFTA VLAN ID |
| 3052 | * entry bit on, only when requested to turn it off as |
| 3053 | * there may be multiple pools and/or VFs using the |
| 3054 | * VLAN ID entry. In that case we cannot clear the |
| 3055 | * VFTA bit until all pools/VFs using that VLAN ID have also |
| 3056 | * been cleared. This will be indicated by "bits" being |
| 3057 | * zero. |
| 3058 | */ |
| 3059 | if (bits) { |
| 3060 | IXGBE_WRITE_REG(hw, IXGBE_VLVF(vlvf_index), |
| 3061 | (IXGBE_VLVF_VIEN | vlan)); |
| 3062 | if (!vlan_on) { |
| 3063 | /* someone wants to clear the vfta entry |
| 3064 | * but some pools/VFs are still using it. |
| 3065 | * Ignore it. */ |
| 3066 | vfta_changed = false; |
| 3067 | } |
| 3068 | } |
| 3069 | else |
| 3070 | IXGBE_WRITE_REG(hw, IXGBE_VLVF(vlvf_index), 0); |
| 3071 | } |
| 3072 | |
| 3073 | if (vfta_changed) |
| 3074 | IXGBE_WRITE_REG(hw, IXGBE_VFTA(regindex), vfta); |
| 3075 | |
| 3076 | return 0; |
| 3077 | } |
| 3078 | |
| 3079 | /** |
| 3080 | * ixgbe_clear_vfta_generic - Clear VLAN filter table |
| 3081 | * @hw: pointer to hardware structure |
| 3082 | * |
| 3083 | * Clears the VLAN filer table, and the VMDq index associated with the filter |
| 3084 | **/ |
| 3085 | s32 ixgbe_clear_vfta_generic(struct ixgbe_hw *hw) |
| 3086 | { |
| 3087 | u32 offset; |
| 3088 | |
| 3089 | for (offset = 0; offset < hw->mac.vft_size; offset++) |
| 3090 | IXGBE_WRITE_REG(hw, IXGBE_VFTA(offset), 0); |
| 3091 | |
| 3092 | for (offset = 0; offset < IXGBE_VLVF_ENTRIES; offset++) { |
| 3093 | IXGBE_WRITE_REG(hw, IXGBE_VLVF(offset), 0); |
| 3094 | IXGBE_WRITE_REG(hw, IXGBE_VLVFB(offset*2), 0); |
| 3095 | IXGBE_WRITE_REG(hw, IXGBE_VLVFB((offset*2)+1), 0); |
| 3096 | } |
| 3097 | |
| 3098 | return 0; |
| 3099 | } |
| 3100 | |
| 3101 | /** |
| 3102 | * ixgbe_check_mac_link_generic - Determine link and speed status |
| 3103 | * @hw: pointer to hardware structure |
| 3104 | * @speed: pointer to link speed |
| 3105 | * @link_up: true when link is up |
| 3106 | * @link_up_wait_to_complete: bool used to wait for link up or not |
| 3107 | * |
| 3108 | * Reads the links register to determine if link is up and the current speed |
| 3109 | **/ |
| 3110 | s32 ixgbe_check_mac_link_generic(struct ixgbe_hw *hw, ixgbe_link_speed *speed, |
Emil Tantilov | 8c7bea3 | 2011-02-19 08:43:44 +0000 | [diff] [blame] | 3111 | bool *link_up, bool link_up_wait_to_complete) |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 3112 | { |
Emil Tantilov | 48de36c | 2011-02-16 01:38:08 +0000 | [diff] [blame] | 3113 | u32 links_reg, links_orig; |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 3114 | u32 i; |
| 3115 | |
Emil Tantilov | 48de36c | 2011-02-16 01:38:08 +0000 | [diff] [blame] | 3116 | /* clear the old state */ |
| 3117 | links_orig = IXGBE_READ_REG(hw, IXGBE_LINKS); |
| 3118 | |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 3119 | links_reg = IXGBE_READ_REG(hw, IXGBE_LINKS); |
Emil Tantilov | 48de36c | 2011-02-16 01:38:08 +0000 | [diff] [blame] | 3120 | |
| 3121 | if (links_orig != links_reg) { |
| 3122 | hw_dbg(hw, "LINKS changed from %08X to %08X\n", |
| 3123 | links_orig, links_reg); |
| 3124 | } |
| 3125 | |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 3126 | if (link_up_wait_to_complete) { |
| 3127 | for (i = 0; i < IXGBE_LINK_UP_TIME; i++) { |
| 3128 | if (links_reg & IXGBE_LINKS_UP) { |
| 3129 | *link_up = true; |
| 3130 | break; |
| 3131 | } else { |
| 3132 | *link_up = false; |
| 3133 | } |
| 3134 | msleep(100); |
| 3135 | links_reg = IXGBE_READ_REG(hw, IXGBE_LINKS); |
| 3136 | } |
| 3137 | } else { |
| 3138 | if (links_reg & IXGBE_LINKS_UP) |
| 3139 | *link_up = true; |
| 3140 | else |
| 3141 | *link_up = false; |
| 3142 | } |
| 3143 | |
| 3144 | if ((links_reg & IXGBE_LINKS_SPEED_82599) == |
| 3145 | IXGBE_LINKS_SPEED_10G_82599) |
| 3146 | *speed = IXGBE_LINK_SPEED_10GB_FULL; |
| 3147 | else if ((links_reg & IXGBE_LINKS_SPEED_82599) == |
Emil Tantilov | 63d778d | 2011-02-19 08:43:39 +0000 | [diff] [blame] | 3148 | IXGBE_LINKS_SPEED_1G_82599) |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 3149 | *speed = IXGBE_LINK_SPEED_1GB_FULL; |
Emil Tantilov | 63d778d | 2011-02-19 08:43:39 +0000 | [diff] [blame] | 3150 | else if ((links_reg & IXGBE_LINKS_SPEED_82599) == |
| 3151 | IXGBE_LINKS_SPEED_100_82599) |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 3152 | *speed = IXGBE_LINK_SPEED_100_FULL; |
Emil Tantilov | 63d778d | 2011-02-19 08:43:39 +0000 | [diff] [blame] | 3153 | else |
| 3154 | *speed = IXGBE_LINK_SPEED_UNKNOWN; |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 3155 | |
Mallikarjuna R Chilakala | 21ce849 | 2010-05-13 17:33:41 +0000 | [diff] [blame] | 3156 | return 0; |
| 3157 | } |
Don Skidmore | a391f1d | 2010-11-16 19:27:15 -0800 | [diff] [blame] | 3158 | |
| 3159 | /** |
Ben Hutchings | 49ce9c2 | 2012-07-10 10:56:00 +0000 | [diff] [blame] | 3160 | * ixgbe_get_wwn_prefix_generic - Get alternative WWNN/WWPN prefix from |
Don Skidmore | a391f1d | 2010-11-16 19:27:15 -0800 | [diff] [blame] | 3161 | * the EEPROM |
| 3162 | * @hw: pointer to hardware structure |
| 3163 | * @wwnn_prefix: the alternative WWNN prefix |
| 3164 | * @wwpn_prefix: the alternative WWPN prefix |
| 3165 | * |
| 3166 | * This function will read the EEPROM from the alternative SAN MAC address |
| 3167 | * block to check the support for the alternative WWNN/WWPN prefix support. |
| 3168 | **/ |
| 3169 | s32 ixgbe_get_wwn_prefix_generic(struct ixgbe_hw *hw, u16 *wwnn_prefix, |
| 3170 | u16 *wwpn_prefix) |
| 3171 | { |
| 3172 | u16 offset, caps; |
| 3173 | u16 alt_san_mac_blk_offset; |
| 3174 | |
| 3175 | /* clear output first */ |
| 3176 | *wwnn_prefix = 0xFFFF; |
| 3177 | *wwpn_prefix = 0xFFFF; |
| 3178 | |
| 3179 | /* check if alternative SAN MAC is supported */ |
| 3180 | hw->eeprom.ops.read(hw, IXGBE_ALT_SAN_MAC_ADDR_BLK_PTR, |
| 3181 | &alt_san_mac_blk_offset); |
| 3182 | |
| 3183 | if ((alt_san_mac_blk_offset == 0) || |
| 3184 | (alt_san_mac_blk_offset == 0xFFFF)) |
| 3185 | goto wwn_prefix_out; |
| 3186 | |
| 3187 | /* check capability in alternative san mac address block */ |
| 3188 | offset = alt_san_mac_blk_offset + IXGBE_ALT_SAN_MAC_ADDR_CAPS_OFFSET; |
| 3189 | hw->eeprom.ops.read(hw, offset, &caps); |
| 3190 | if (!(caps & IXGBE_ALT_SAN_MAC_ADDR_CAPS_ALTWWN)) |
| 3191 | goto wwn_prefix_out; |
| 3192 | |
| 3193 | /* get the corresponding prefix for WWNN/WWPN */ |
| 3194 | offset = alt_san_mac_blk_offset + IXGBE_ALT_SAN_MAC_ADDR_WWNN_OFFSET; |
| 3195 | hw->eeprom.ops.read(hw, offset, wwnn_prefix); |
| 3196 | |
| 3197 | offset = alt_san_mac_blk_offset + IXGBE_ALT_SAN_MAC_ADDR_WWPN_OFFSET; |
| 3198 | hw->eeprom.ops.read(hw, offset, wwpn_prefix); |
| 3199 | |
| 3200 | wwn_prefix_out: |
| 3201 | return 0; |
| 3202 | } |
Greg Rose | a985b6c3 | 2010-11-18 03:02:52 +0000 | [diff] [blame] | 3203 | |
| 3204 | /** |
| 3205 | * ixgbe_set_mac_anti_spoofing - Enable/Disable MAC anti-spoofing |
| 3206 | * @hw: pointer to hardware structure |
| 3207 | * @enable: enable or disable switch for anti-spoofing |
| 3208 | * @pf: Physical Function pool - do not enable anti-spoofing for the PF |
| 3209 | * |
| 3210 | **/ |
| 3211 | void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int pf) |
| 3212 | { |
| 3213 | int j; |
| 3214 | int pf_target_reg = pf >> 3; |
| 3215 | int pf_target_shift = pf % 8; |
| 3216 | u32 pfvfspoof = 0; |
| 3217 | |
| 3218 | if (hw->mac.type == ixgbe_mac_82598EB) |
| 3219 | return; |
| 3220 | |
| 3221 | if (enable) |
| 3222 | pfvfspoof = IXGBE_SPOOF_MACAS_MASK; |
| 3223 | |
| 3224 | /* |
| 3225 | * PFVFSPOOF register array is size 8 with 8 bits assigned to |
| 3226 | * MAC anti-spoof enables in each register array element. |
| 3227 | */ |
| 3228 | for (j = 0; j < IXGBE_PFVFSPOOF_REG_COUNT; j++) |
| 3229 | IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(j), pfvfspoof); |
| 3230 | |
| 3231 | /* If not enabling anti-spoofing then done */ |
| 3232 | if (!enable) |
| 3233 | return; |
| 3234 | |
| 3235 | /* |
| 3236 | * The PF should be allowed to spoof so that it can support |
| 3237 | * emulation mode NICs. Reset the bit assigned to the PF |
| 3238 | */ |
| 3239 | pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(pf_target_reg)); |
| 3240 | pfvfspoof ^= (1 << pf_target_shift); |
| 3241 | IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(pf_target_reg), pfvfspoof); |
| 3242 | } |
| 3243 | |
| 3244 | /** |
| 3245 | * ixgbe_set_vlan_anti_spoofing - Enable/Disable VLAN anti-spoofing |
| 3246 | * @hw: pointer to hardware structure |
| 3247 | * @enable: enable or disable switch for VLAN anti-spoofing |
| 3248 | * @pf: Virtual Function pool - VF Pool to set for VLAN anti-spoofing |
| 3249 | * |
| 3250 | **/ |
| 3251 | void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf) |
| 3252 | { |
| 3253 | int vf_target_reg = vf >> 3; |
| 3254 | int vf_target_shift = vf % 8 + IXGBE_SPOOF_VLANAS_SHIFT; |
| 3255 | u32 pfvfspoof; |
| 3256 | |
| 3257 | if (hw->mac.type == ixgbe_mac_82598EB) |
| 3258 | return; |
| 3259 | |
| 3260 | pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg)); |
| 3261 | if (enable) |
| 3262 | pfvfspoof |= (1 << vf_target_shift); |
| 3263 | else |
| 3264 | pfvfspoof &= ~(1 << vf_target_shift); |
| 3265 | IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof); |
| 3266 | } |
Emil Tantilov | b776d10 | 2011-03-31 09:36:18 +0000 | [diff] [blame] | 3267 | |
| 3268 | /** |
| 3269 | * ixgbe_get_device_caps_generic - Get additional device capabilities |
| 3270 | * @hw: pointer to hardware structure |
| 3271 | * @device_caps: the EEPROM word with the extra device capabilities |
| 3272 | * |
| 3273 | * This function will read the EEPROM location for the device capabilities, |
| 3274 | * and return the word through device_caps. |
| 3275 | **/ |
| 3276 | s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps) |
| 3277 | { |
| 3278 | hw->eeprom.ops.read(hw, IXGBE_DEVICE_CAPS, device_caps); |
| 3279 | |
| 3280 | return 0; |
| 3281 | } |
John Fastabend | 80605c65 | 2011-05-02 12:34:10 +0000 | [diff] [blame] | 3282 | |
| 3283 | /** |
| 3284 | * ixgbe_set_rxpba_generic - Initialize RX packet buffer |
| 3285 | * @hw: pointer to hardware structure |
| 3286 | * @num_pb: number of packet buffers to allocate |
| 3287 | * @headroom: reserve n KB of headroom |
| 3288 | * @strategy: packet buffer allocation strategy |
| 3289 | **/ |
| 3290 | void ixgbe_set_rxpba_generic(struct ixgbe_hw *hw, |
| 3291 | int num_pb, |
| 3292 | u32 headroom, |
| 3293 | int strategy) |
| 3294 | { |
| 3295 | u32 pbsize = hw->mac.rx_pb_size; |
| 3296 | int i = 0; |
| 3297 | u32 rxpktsize, txpktsize, txpbthresh; |
| 3298 | |
| 3299 | /* Reserve headroom */ |
| 3300 | pbsize -= headroom; |
| 3301 | |
| 3302 | if (!num_pb) |
| 3303 | num_pb = 1; |
| 3304 | |
| 3305 | /* Divide remaining packet buffer space amongst the number |
| 3306 | * of packet buffers requested using supplied strategy. |
| 3307 | */ |
| 3308 | switch (strategy) { |
| 3309 | case (PBA_STRATEGY_WEIGHTED): |
| 3310 | /* pba_80_48 strategy weight first half of packet buffer with |
| 3311 | * 5/8 of the packet buffer space. |
| 3312 | */ |
| 3313 | rxpktsize = ((pbsize * 5 * 2) / (num_pb * 8)); |
| 3314 | pbsize -= rxpktsize * (num_pb / 2); |
| 3315 | rxpktsize <<= IXGBE_RXPBSIZE_SHIFT; |
| 3316 | for (; i < (num_pb / 2); i++) |
| 3317 | IXGBE_WRITE_REG(hw, IXGBE_RXPBSIZE(i), rxpktsize); |
| 3318 | /* Fall through to configure remaining packet buffers */ |
| 3319 | case (PBA_STRATEGY_EQUAL): |
| 3320 | /* Divide the remaining Rx packet buffer evenly among the TCs */ |
| 3321 | rxpktsize = (pbsize / (num_pb - i)) << IXGBE_RXPBSIZE_SHIFT; |
| 3322 | for (; i < num_pb; i++) |
| 3323 | IXGBE_WRITE_REG(hw, IXGBE_RXPBSIZE(i), rxpktsize); |
| 3324 | break; |
| 3325 | default: |
| 3326 | break; |
| 3327 | } |
| 3328 | |
| 3329 | /* |
| 3330 | * Setup Tx packet buffer and threshold equally for all TCs |
| 3331 | * TXPBTHRESH register is set in K so divide by 1024 and subtract |
| 3332 | * 10 since the largest packet we support is just over 9K. |
| 3333 | */ |
| 3334 | txpktsize = IXGBE_TXPBSIZE_MAX / num_pb; |
| 3335 | txpbthresh = (txpktsize / 1024) - IXGBE_TXPKT_SIZE_MAX; |
| 3336 | for (i = 0; i < num_pb; i++) { |
| 3337 | IXGBE_WRITE_REG(hw, IXGBE_TXPBSIZE(i), txpktsize); |
| 3338 | IXGBE_WRITE_REG(hw, IXGBE_TXPBTHRESH(i), txpbthresh); |
| 3339 | } |
| 3340 | |
| 3341 | /* Clear unused TCs, if any, to zero buffer size*/ |
| 3342 | for (; i < IXGBE_MAX_PB; i++) { |
| 3343 | IXGBE_WRITE_REG(hw, IXGBE_RXPBSIZE(i), 0); |
| 3344 | IXGBE_WRITE_REG(hw, IXGBE_TXPBSIZE(i), 0); |
| 3345 | IXGBE_WRITE_REG(hw, IXGBE_TXPBTHRESH(i), 0); |
| 3346 | } |
| 3347 | } |
Emil Tantilov | 9612de9 | 2011-05-07 07:40:20 +0000 | [diff] [blame] | 3348 | |
| 3349 | /** |
| 3350 | * ixgbe_calculate_checksum - Calculate checksum for buffer |
| 3351 | * @buffer: pointer to EEPROM |
| 3352 | * @length: size of EEPROM to calculate a checksum for |
Ben Hutchings | 49ce9c2 | 2012-07-10 10:56:00 +0000 | [diff] [blame] | 3353 | * |
Emil Tantilov | 9612de9 | 2011-05-07 07:40:20 +0000 | [diff] [blame] | 3354 | * Calculates the checksum for some buffer on a specified length. The |
| 3355 | * checksum calculated is returned. |
| 3356 | **/ |
| 3357 | static u8 ixgbe_calculate_checksum(u8 *buffer, u32 length) |
| 3358 | { |
| 3359 | u32 i; |
| 3360 | u8 sum = 0; |
| 3361 | |
| 3362 | if (!buffer) |
| 3363 | return 0; |
| 3364 | |
| 3365 | for (i = 0; i < length; i++) |
| 3366 | sum += buffer[i]; |
| 3367 | |
| 3368 | return (u8) (0 - sum); |
| 3369 | } |
| 3370 | |
| 3371 | /** |
| 3372 | * ixgbe_host_interface_command - Issue command to manageability block |
| 3373 | * @hw: pointer to the HW structure |
| 3374 | * @buffer: contains the command to write and where the return status will |
| 3375 | * be placed |
Don Skidmore | c466d7a | 2012-02-28 06:35:54 +0000 | [diff] [blame] | 3376 | * @length: length of buffer, must be multiple of 4 bytes |
Emil Tantilov | 9612de9 | 2011-05-07 07:40:20 +0000 | [diff] [blame] | 3377 | * |
| 3378 | * Communicates with the manageability block. On success return 0 |
| 3379 | * else return IXGBE_ERR_HOST_INTERFACE_COMMAND. |
| 3380 | **/ |
Emil Tantilov | 79488c5 | 2011-10-11 08:24:57 +0000 | [diff] [blame] | 3381 | static s32 ixgbe_host_interface_command(struct ixgbe_hw *hw, u32 *buffer, |
Emil Tantilov | 9612de9 | 2011-05-07 07:40:20 +0000 | [diff] [blame] | 3382 | u32 length) |
| 3383 | { |
Emil Tantilov | 331bcf4 | 2011-10-22 05:21:32 +0000 | [diff] [blame] | 3384 | u32 hicr, i, bi; |
Emil Tantilov | 9612de9 | 2011-05-07 07:40:20 +0000 | [diff] [blame] | 3385 | u32 hdr_size = sizeof(struct ixgbe_hic_hdr); |
| 3386 | u8 buf_len, dword_len; |
| 3387 | |
| 3388 | s32 ret_val = 0; |
| 3389 | |
| 3390 | if (length == 0 || length & 0x3 || |
| 3391 | length > IXGBE_HI_MAX_BLOCK_BYTE_LENGTH) { |
| 3392 | hw_dbg(hw, "Buffer length failure.\n"); |
| 3393 | ret_val = IXGBE_ERR_HOST_INTERFACE_COMMAND; |
| 3394 | goto out; |
| 3395 | } |
| 3396 | |
| 3397 | /* Check that the host interface is enabled. */ |
| 3398 | hicr = IXGBE_READ_REG(hw, IXGBE_HICR); |
| 3399 | if ((hicr & IXGBE_HICR_EN) == 0) { |
| 3400 | hw_dbg(hw, "IXGBE_HOST_EN bit disabled.\n"); |
| 3401 | ret_val = IXGBE_ERR_HOST_INTERFACE_COMMAND; |
| 3402 | goto out; |
| 3403 | } |
| 3404 | |
| 3405 | /* Calculate length in DWORDs */ |
| 3406 | dword_len = length >> 2; |
| 3407 | |
| 3408 | /* |
| 3409 | * The device driver writes the relevant command block |
| 3410 | * into the ram area. |
| 3411 | */ |
| 3412 | for (i = 0; i < dword_len; i++) |
| 3413 | IXGBE_WRITE_REG_ARRAY(hw, IXGBE_FLEX_MNG, |
Emil Tantilov | 79488c5 | 2011-10-11 08:24:57 +0000 | [diff] [blame] | 3414 | i, cpu_to_le32(buffer[i])); |
Emil Tantilov | 9612de9 | 2011-05-07 07:40:20 +0000 | [diff] [blame] | 3415 | |
| 3416 | /* Setting this bit tells the ARC that a new command is pending. */ |
| 3417 | IXGBE_WRITE_REG(hw, IXGBE_HICR, hicr | IXGBE_HICR_C); |
| 3418 | |
| 3419 | for (i = 0; i < IXGBE_HI_COMMAND_TIMEOUT; i++) { |
| 3420 | hicr = IXGBE_READ_REG(hw, IXGBE_HICR); |
| 3421 | if (!(hicr & IXGBE_HICR_C)) |
| 3422 | break; |
| 3423 | usleep_range(1000, 2000); |
| 3424 | } |
| 3425 | |
| 3426 | /* Check command successful completion. */ |
| 3427 | if (i == IXGBE_HI_COMMAND_TIMEOUT || |
| 3428 | (!(IXGBE_READ_REG(hw, IXGBE_HICR) & IXGBE_HICR_SV))) { |
| 3429 | hw_dbg(hw, "Command has failed with no status valid.\n"); |
| 3430 | ret_val = IXGBE_ERR_HOST_INTERFACE_COMMAND; |
| 3431 | goto out; |
| 3432 | } |
| 3433 | |
| 3434 | /* Calculate length in DWORDs */ |
| 3435 | dword_len = hdr_size >> 2; |
| 3436 | |
| 3437 | /* first pull in the header so we know the buffer length */ |
Emil Tantilov | 331bcf4 | 2011-10-22 05:21:32 +0000 | [diff] [blame] | 3438 | for (bi = 0; bi < dword_len; bi++) { |
| 3439 | buffer[bi] = IXGBE_READ_REG_ARRAY(hw, IXGBE_FLEX_MNG, bi); |
| 3440 | le32_to_cpus(&buffer[bi]); |
Emil Tantilov | 79488c5 | 2011-10-11 08:24:57 +0000 | [diff] [blame] | 3441 | } |
Emil Tantilov | 9612de9 | 2011-05-07 07:40:20 +0000 | [diff] [blame] | 3442 | |
| 3443 | /* If there is any thing in data position pull it in */ |
| 3444 | buf_len = ((struct ixgbe_hic_hdr *)buffer)->buf_len; |
| 3445 | if (buf_len == 0) |
| 3446 | goto out; |
| 3447 | |
| 3448 | if (length < (buf_len + hdr_size)) { |
| 3449 | hw_dbg(hw, "Buffer not large enough for reply message.\n"); |
| 3450 | ret_val = IXGBE_ERR_HOST_INTERFACE_COMMAND; |
| 3451 | goto out; |
| 3452 | } |
| 3453 | |
Emil Tantilov | 331bcf4 | 2011-10-22 05:21:32 +0000 | [diff] [blame] | 3454 | /* Calculate length in DWORDs, add 3 for odd lengths */ |
| 3455 | dword_len = (buf_len + 3) >> 2; |
Emil Tantilov | 9612de9 | 2011-05-07 07:40:20 +0000 | [diff] [blame] | 3456 | |
Emil Tantilov | 331bcf4 | 2011-10-22 05:21:32 +0000 | [diff] [blame] | 3457 | /* Pull in the rest of the buffer (bi is where we left off)*/ |
| 3458 | for (; bi <= dword_len; bi++) { |
| 3459 | buffer[bi] = IXGBE_READ_REG_ARRAY(hw, IXGBE_FLEX_MNG, bi); |
| 3460 | le32_to_cpus(&buffer[bi]); |
| 3461 | } |
Emil Tantilov | 9612de9 | 2011-05-07 07:40:20 +0000 | [diff] [blame] | 3462 | |
| 3463 | out: |
| 3464 | return ret_val; |
| 3465 | } |
| 3466 | |
| 3467 | /** |
| 3468 | * ixgbe_set_fw_drv_ver_generic - Sends driver version to firmware |
| 3469 | * @hw: pointer to the HW structure |
| 3470 | * @maj: driver version major number |
| 3471 | * @min: driver version minor number |
| 3472 | * @build: driver version build number |
| 3473 | * @sub: driver version sub build number |
| 3474 | * |
| 3475 | * Sends driver version number to firmware through the manageability |
| 3476 | * block. On success return 0 |
| 3477 | * else returns IXGBE_ERR_SWFW_SYNC when encountering an error acquiring |
| 3478 | * semaphore or IXGBE_ERR_HOST_INTERFACE_COMMAND when command fails. |
| 3479 | **/ |
| 3480 | s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min, |
| 3481 | u8 build, u8 sub) |
| 3482 | { |
| 3483 | struct ixgbe_hic_drv_info fw_cmd; |
| 3484 | int i; |
| 3485 | s32 ret_val = 0; |
| 3486 | |
| 3487 | if (hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_SW_MNG_SM) != 0) { |
| 3488 | ret_val = IXGBE_ERR_SWFW_SYNC; |
| 3489 | goto out; |
| 3490 | } |
| 3491 | |
| 3492 | fw_cmd.hdr.cmd = FW_CEM_CMD_DRIVER_INFO; |
| 3493 | fw_cmd.hdr.buf_len = FW_CEM_CMD_DRIVER_INFO_LEN; |
| 3494 | fw_cmd.hdr.cmd_or_resp.cmd_resv = FW_CEM_CMD_RESERVED; |
| 3495 | fw_cmd.port_num = (u8)hw->bus.func; |
| 3496 | fw_cmd.ver_maj = maj; |
| 3497 | fw_cmd.ver_min = min; |
| 3498 | fw_cmd.ver_build = build; |
| 3499 | fw_cmd.ver_sub = sub; |
| 3500 | fw_cmd.hdr.checksum = 0; |
| 3501 | fw_cmd.hdr.checksum = ixgbe_calculate_checksum((u8 *)&fw_cmd, |
| 3502 | (FW_CEM_HDR_LEN + fw_cmd.hdr.buf_len)); |
| 3503 | fw_cmd.pad = 0; |
| 3504 | fw_cmd.pad2 = 0; |
| 3505 | |
| 3506 | for (i = 0; i <= FW_CEM_MAX_RETRIES; i++) { |
Emil Tantilov | 79488c5 | 2011-10-11 08:24:57 +0000 | [diff] [blame] | 3507 | ret_val = ixgbe_host_interface_command(hw, (u32 *)&fw_cmd, |
Emil Tantilov | 9612de9 | 2011-05-07 07:40:20 +0000 | [diff] [blame] | 3508 | sizeof(fw_cmd)); |
| 3509 | if (ret_val != 0) |
| 3510 | continue; |
| 3511 | |
| 3512 | if (fw_cmd.hdr.cmd_or_resp.ret_status == |
| 3513 | FW_CEM_RESP_STATUS_SUCCESS) |
| 3514 | ret_val = 0; |
| 3515 | else |
| 3516 | ret_val = IXGBE_ERR_HOST_INTERFACE_COMMAND; |
| 3517 | |
| 3518 | break; |
| 3519 | } |
| 3520 | |
| 3521 | hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_SW_MNG_SM); |
| 3522 | out: |
| 3523 | return ret_val; |
| 3524 | } |
Emil Tantilov | ff9d1a5 | 2011-08-16 04:35:11 +0000 | [diff] [blame] | 3525 | |
| 3526 | /** |
| 3527 | * ixgbe_clear_tx_pending - Clear pending TX work from the PCIe fifo |
| 3528 | * @hw: pointer to the hardware structure |
| 3529 | * |
| 3530 | * The 82599 and x540 MACs can experience issues if TX work is still pending |
| 3531 | * when a reset occurs. This function prevents this by flushing the PCIe |
| 3532 | * buffers on the system. |
| 3533 | **/ |
| 3534 | void ixgbe_clear_tx_pending(struct ixgbe_hw *hw) |
| 3535 | { |
| 3536 | u32 gcr_ext, hlreg0; |
| 3537 | |
| 3538 | /* |
| 3539 | * If double reset is not requested then all transactions should |
| 3540 | * already be clear and as such there is no work to do |
| 3541 | */ |
| 3542 | if (!(hw->mac.flags & IXGBE_FLAGS_DOUBLE_RESET_REQUIRED)) |
| 3543 | return; |
| 3544 | |
| 3545 | /* |
| 3546 | * Set loopback enable to prevent any transmits from being sent |
| 3547 | * should the link come up. This assumes that the RXCTRL.RXEN bit |
| 3548 | * has already been cleared. |
| 3549 | */ |
| 3550 | hlreg0 = IXGBE_READ_REG(hw, IXGBE_HLREG0); |
| 3551 | IXGBE_WRITE_REG(hw, IXGBE_HLREG0, hlreg0 | IXGBE_HLREG0_LPBK); |
| 3552 | |
| 3553 | /* initiate cleaning flow for buffers in the PCIe transaction layer */ |
| 3554 | gcr_ext = IXGBE_READ_REG(hw, IXGBE_GCR_EXT); |
| 3555 | IXGBE_WRITE_REG(hw, IXGBE_GCR_EXT, |
| 3556 | gcr_ext | IXGBE_GCR_EXT_BUFFERS_CLEAR); |
| 3557 | |
| 3558 | /* Flush all writes and allow 20usec for all transactions to clear */ |
| 3559 | IXGBE_WRITE_FLUSH(hw); |
| 3560 | udelay(20); |
| 3561 | |
| 3562 | /* restore previous register values */ |
| 3563 | IXGBE_WRITE_REG(hw, IXGBE_GCR_EXT, gcr_ext); |
| 3564 | IXGBE_WRITE_REG(hw, IXGBE_HLREG0, hlreg0); |
| 3565 | } |
Don Skidmore | e1ea915 | 2012-02-17 02:38:58 +0000 | [diff] [blame] | 3566 | |
| 3567 | static const u8 ixgbe_emc_temp_data[4] = { |
| 3568 | IXGBE_EMC_INTERNAL_DATA, |
| 3569 | IXGBE_EMC_DIODE1_DATA, |
| 3570 | IXGBE_EMC_DIODE2_DATA, |
| 3571 | IXGBE_EMC_DIODE3_DATA |
| 3572 | }; |
| 3573 | static const u8 ixgbe_emc_therm_limit[4] = { |
| 3574 | IXGBE_EMC_INTERNAL_THERM_LIMIT, |
| 3575 | IXGBE_EMC_DIODE1_THERM_LIMIT, |
| 3576 | IXGBE_EMC_DIODE2_THERM_LIMIT, |
| 3577 | IXGBE_EMC_DIODE3_THERM_LIMIT |
| 3578 | }; |
| 3579 | |
| 3580 | /** |
| 3581 | * ixgbe_get_ets_data - Extracts the ETS bit data |
| 3582 | * @hw: pointer to hardware structure |
| 3583 | * @ets_cfg: extected ETS data |
| 3584 | * @ets_offset: offset of ETS data |
| 3585 | * |
| 3586 | * Returns error code. |
| 3587 | **/ |
| 3588 | static s32 ixgbe_get_ets_data(struct ixgbe_hw *hw, u16 *ets_cfg, |
| 3589 | u16 *ets_offset) |
| 3590 | { |
| 3591 | s32 status = 0; |
| 3592 | |
| 3593 | status = hw->eeprom.ops.read(hw, IXGBE_ETS_CFG, ets_offset); |
| 3594 | if (status) |
| 3595 | goto out; |
| 3596 | |
| 3597 | if ((*ets_offset == 0x0000) || (*ets_offset == 0xFFFF)) { |
| 3598 | status = IXGBE_NOT_IMPLEMENTED; |
| 3599 | goto out; |
| 3600 | } |
| 3601 | |
| 3602 | status = hw->eeprom.ops.read(hw, *ets_offset, ets_cfg); |
| 3603 | if (status) |
| 3604 | goto out; |
| 3605 | |
| 3606 | if ((*ets_cfg & IXGBE_ETS_TYPE_MASK) != IXGBE_ETS_TYPE_EMC_SHIFTED) { |
| 3607 | status = IXGBE_NOT_IMPLEMENTED; |
| 3608 | goto out; |
| 3609 | } |
| 3610 | |
| 3611 | out: |
| 3612 | return status; |
| 3613 | } |
| 3614 | |
| 3615 | /** |
| 3616 | * ixgbe_get_thermal_sensor_data - Gathers thermal sensor data |
| 3617 | * @hw: pointer to hardware structure |
| 3618 | * |
| 3619 | * Returns the thermal sensor data structure |
| 3620 | **/ |
| 3621 | s32 ixgbe_get_thermal_sensor_data_generic(struct ixgbe_hw *hw) |
| 3622 | { |
| 3623 | s32 status = 0; |
| 3624 | u16 ets_offset; |
| 3625 | u16 ets_cfg; |
| 3626 | u16 ets_sensor; |
| 3627 | u8 num_sensors; |
| 3628 | u8 i; |
| 3629 | struct ixgbe_thermal_sensor_data *data = &hw->mac.thermal_sensor_data; |
| 3630 | |
Don Skidmore | 3ca8bc6 | 2012-04-12 00:33:31 +0000 | [diff] [blame] | 3631 | /* Only support thermal sensors attached to physical port 0 */ |
| 3632 | if ((IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_LAN_ID_1)) { |
Don Skidmore | e1ea915 | 2012-02-17 02:38:58 +0000 | [diff] [blame] | 3633 | status = IXGBE_NOT_IMPLEMENTED; |
| 3634 | goto out; |
| 3635 | } |
| 3636 | |
| 3637 | status = ixgbe_get_ets_data(hw, &ets_cfg, &ets_offset); |
| 3638 | if (status) |
| 3639 | goto out; |
| 3640 | |
| 3641 | num_sensors = (ets_cfg & IXGBE_ETS_NUM_SENSORS_MASK); |
| 3642 | if (num_sensors > IXGBE_MAX_SENSORS) |
| 3643 | num_sensors = IXGBE_MAX_SENSORS; |
| 3644 | |
| 3645 | for (i = 0; i < num_sensors; i++) { |
| 3646 | u8 sensor_index; |
| 3647 | u8 sensor_location; |
| 3648 | |
| 3649 | status = hw->eeprom.ops.read(hw, (ets_offset + 1 + i), |
| 3650 | &ets_sensor); |
| 3651 | if (status) |
| 3652 | goto out; |
| 3653 | |
| 3654 | sensor_index = ((ets_sensor & IXGBE_ETS_DATA_INDEX_MASK) >> |
| 3655 | IXGBE_ETS_DATA_INDEX_SHIFT); |
| 3656 | sensor_location = ((ets_sensor & IXGBE_ETS_DATA_LOC_MASK) >> |
| 3657 | IXGBE_ETS_DATA_LOC_SHIFT); |
| 3658 | |
| 3659 | if (sensor_location != 0) { |
| 3660 | status = hw->phy.ops.read_i2c_byte(hw, |
| 3661 | ixgbe_emc_temp_data[sensor_index], |
| 3662 | IXGBE_I2C_THERMAL_SENSOR_ADDR, |
| 3663 | &data->sensor[i].temp); |
| 3664 | if (status) |
| 3665 | goto out; |
| 3666 | } |
| 3667 | } |
| 3668 | out: |
| 3669 | return status; |
| 3670 | } |
| 3671 | |
| 3672 | /** |
| 3673 | * ixgbe_init_thermal_sensor_thresh_generic - Inits thermal sensor thresholds |
| 3674 | * @hw: pointer to hardware structure |
| 3675 | * |
| 3676 | * Inits the thermal sensor thresholds according to the NVM map |
| 3677 | * and save off the threshold and location values into mac.thermal_sensor_data |
| 3678 | **/ |
| 3679 | s32 ixgbe_init_thermal_sensor_thresh_generic(struct ixgbe_hw *hw) |
| 3680 | { |
| 3681 | s32 status = 0; |
| 3682 | u16 ets_offset; |
| 3683 | u16 ets_cfg; |
| 3684 | u16 ets_sensor; |
| 3685 | u8 low_thresh_delta; |
| 3686 | u8 num_sensors; |
| 3687 | u8 therm_limit; |
| 3688 | u8 i; |
| 3689 | struct ixgbe_thermal_sensor_data *data = &hw->mac.thermal_sensor_data; |
| 3690 | |
| 3691 | memset(data, 0, sizeof(struct ixgbe_thermal_sensor_data)); |
| 3692 | |
Don Skidmore | 3ca8bc6 | 2012-04-12 00:33:31 +0000 | [diff] [blame] | 3693 | /* Only support thermal sensors attached to physical port 0 */ |
| 3694 | if ((IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_LAN_ID_1)) { |
Don Skidmore | e1ea915 | 2012-02-17 02:38:58 +0000 | [diff] [blame] | 3695 | status = IXGBE_NOT_IMPLEMENTED; |
| 3696 | goto out; |
| 3697 | } |
| 3698 | |
| 3699 | status = ixgbe_get_ets_data(hw, &ets_cfg, &ets_offset); |
| 3700 | if (status) |
| 3701 | goto out; |
| 3702 | |
| 3703 | low_thresh_delta = ((ets_cfg & IXGBE_ETS_LTHRES_DELTA_MASK) >> |
| 3704 | IXGBE_ETS_LTHRES_DELTA_SHIFT); |
| 3705 | num_sensors = (ets_cfg & IXGBE_ETS_NUM_SENSORS_MASK); |
| 3706 | if (num_sensors > IXGBE_MAX_SENSORS) |
| 3707 | num_sensors = IXGBE_MAX_SENSORS; |
| 3708 | |
| 3709 | for (i = 0; i < num_sensors; i++) { |
| 3710 | u8 sensor_index; |
| 3711 | u8 sensor_location; |
| 3712 | |
| 3713 | hw->eeprom.ops.read(hw, (ets_offset + 1 + i), &ets_sensor); |
| 3714 | sensor_index = ((ets_sensor & IXGBE_ETS_DATA_INDEX_MASK) >> |
| 3715 | IXGBE_ETS_DATA_INDEX_SHIFT); |
| 3716 | sensor_location = ((ets_sensor & IXGBE_ETS_DATA_LOC_MASK) >> |
| 3717 | IXGBE_ETS_DATA_LOC_SHIFT); |
| 3718 | therm_limit = ets_sensor & IXGBE_ETS_DATA_HTHRESH_MASK; |
| 3719 | |
| 3720 | hw->phy.ops.write_i2c_byte(hw, |
| 3721 | ixgbe_emc_therm_limit[sensor_index], |
| 3722 | IXGBE_I2C_THERMAL_SENSOR_ADDR, therm_limit); |
| 3723 | |
| 3724 | if (sensor_location == 0) |
| 3725 | continue; |
| 3726 | |
| 3727 | data->sensor[i].location = sensor_location; |
| 3728 | data->sensor[i].caution_thresh = therm_limit; |
| 3729 | data->sensor[i].max_op_thresh = therm_limit - low_thresh_delta; |
| 3730 | } |
| 3731 | out: |
| 3732 | return status; |
| 3733 | } |
| 3734 | |