blob: 8f285edb5094af4dc1db301444f62b46e003be5e [file] [log] [blame]
Auke Kok9a799d72007-09-15 14:07:45 -07001/*******************************************************************************
2
3 Intel 10 Gigabit PCI Express Linux driver
Don Skidmore94971822012-01-06 03:24:16 +00004 Copyright(c) 1999 - 2012 Intel Corporation.
Auke Kok9a799d72007-09-15 14:07:45 -07005
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 Kok9a799d72007-09-15 14:07:45 -070023 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 Pirkoccffad252009-05-22 23:22:17 +000031#include <linux/netdevice.h>
Auke Kok9a799d72007-09-15 14:07:45 -070032
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +000033#include "ixgbe.h"
Auke Kok9a799d72007-09-15 14:07:45 -070034#include "ixgbe_common.h"
35#include "ixgbe_phy.h"
36
Jesse Brandeburgc44ade92008-09-11 19:59:59 -070037static s32 ixgbe_acquire_eeprom(struct ixgbe_hw *hw);
Auke Kok9a799d72007-09-15 14:07:45 -070038static s32 ixgbe_get_eeprom_semaphore(struct ixgbe_hw *hw);
39static void ixgbe_release_eeprom_semaphore(struct ixgbe_hw *hw);
Jesse Brandeburgc44ade92008-09-11 19:59:59 -070040static s32 ixgbe_ready_eeprom(struct ixgbe_hw *hw);
41static void ixgbe_standby_eeprom(struct ixgbe_hw *hw);
42static void ixgbe_shift_out_eeprom_bits(struct ixgbe_hw *hw, u16 data,
43 u16 count);
44static u16 ixgbe_shift_in_eeprom_bits(struct ixgbe_hw *hw, u16 count);
45static void ixgbe_raise_eeprom_clk(struct ixgbe_hw *hw, u32 *eec);
46static void ixgbe_lower_eeprom_clk(struct ixgbe_hw *hw, u32 *eec);
47static void ixgbe_release_eeprom(struct ixgbe_hw *hw);
Auke Kok9a799d72007-09-15 14:07:45 -070048
Auke Kok9a799d72007-09-15 14:07:45 -070049static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr);
Emil Tantiloveb9c3e32011-03-24 00:57:50 +000050static s32 ixgbe_poll_eerd_eewr_done(struct ixgbe_hw *hw, u32 ee_reg);
Emil Tantilov68c70052011-04-20 08:49:06 +000051static s32 ixgbe_read_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset,
52 u16 words, u16 *data);
53static s32 ixgbe_write_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset,
54 u16 words, u16 *data);
55static s32 ixgbe_detect_eeprom_page_size_generic(struct ixgbe_hw *hw,
56 u16 offset);
Emil Tantilovff9d1a52011-08-16 04:35:11 +000057static s32 ixgbe_disable_pcie_master(struct ixgbe_hw *hw);
Auke Kok9a799d72007-09-15 14:07:45 -070058
59/**
Alexander Duyck67a79df2012-04-19 17:49:56 +000060 * 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 **/
68static s32 ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw)
69{
70
71 switch (hw->device_id) {
72 case IXGBE_DEV_ID_X540T:
joshua.a.hay@intel.comdf376f02012-09-21 00:08:21 +000073 case IXGBE_DEV_ID_X540T1:
Alexander Duyck67a79df2012-04-19 17:49:56 +000074 return 0;
75 case IXGBE_DEV_ID_82599_T3_LOM:
76 return 0;
77 default:
78 return IXGBE_ERR_FC_NOT_SUPPORTED;
79 }
80}
81
82/**
83 * ixgbe_setup_fc - Set up flow control
84 * @hw: pointer to hardware structure
85 *
86 * Called at init time to set up flow control.
87 **/
Alexander Duyck041441d2012-04-19 17:48:48 +000088static s32 ixgbe_setup_fc(struct ixgbe_hw *hw)
Alexander Duyck67a79df2012-04-19 17:49:56 +000089{
90 s32 ret_val = 0;
91 u32 reg = 0, reg_bp = 0;
92 u16 reg_cu = 0;
Don Skidmored7bbcd32012-10-24 06:19:01 +000093 bool got_lock = false;
Alexander Duyck67a79df2012-04-19 17:49:56 +000094
Alexander Duyck67a79df2012-04-19 17:49:56 +000095 /*
96 * Validate the requested mode. Strict IEEE mode does not allow
97 * ixgbe_fc_rx_pause because it will cause us to fail at UNH.
98 */
99 if (hw->fc.strict_ieee && hw->fc.requested_mode == ixgbe_fc_rx_pause) {
100 hw_dbg(hw, "ixgbe_fc_rx_pause not valid in strict IEEE mode\n");
101 ret_val = IXGBE_ERR_INVALID_LINK_SETTINGS;
102 goto out;
103 }
104
105 /*
106 * 10gig parts do not have a word in the EEPROM to determine the
107 * default flow control setting, so we explicitly set it to full.
108 */
109 if (hw->fc.requested_mode == ixgbe_fc_default)
110 hw->fc.requested_mode = ixgbe_fc_full;
111
112 /*
113 * Set up the 1G and 10G flow control advertisement registers so the
114 * HW will be able to do fc autoneg once the cable is plugged in. If
115 * we link at 10G, the 1G advertisement is harmless and vice versa.
116 */
Alexander Duyck67a79df2012-04-19 17:49:56 +0000117 switch (hw->phy.media_type) {
118 case ixgbe_media_type_fiber:
119 case ixgbe_media_type_backplane:
120 reg = IXGBE_READ_REG(hw, IXGBE_PCS1GANA);
121 reg_bp = IXGBE_READ_REG(hw, IXGBE_AUTOC);
122 break;
Alexander Duyck67a79df2012-04-19 17:49:56 +0000123 case ixgbe_media_type_copper:
124 hw->phy.ops.read_reg(hw, MDIO_AN_ADVERTISE,
125 MDIO_MMD_AN, &reg_cu);
126 break;
Alexander Duyck67a79df2012-04-19 17:49:56 +0000127 default:
Alexander Duyck041441d2012-04-19 17:48:48 +0000128 break;
Alexander Duyck67a79df2012-04-19 17:49:56 +0000129 }
130
131 /*
132 * The possible values of fc.requested_mode are:
133 * 0: Flow control is completely disabled
134 * 1: Rx flow control is enabled (we can receive pause frames,
135 * but not send pause frames).
136 * 2: Tx flow control is enabled (we can send pause frames but
137 * we do not support receiving pause frames).
138 * 3: Both Rx and Tx flow control (symmetric) are enabled.
Alexander Duyck67a79df2012-04-19 17:49:56 +0000139 * other: Invalid.
140 */
141 switch (hw->fc.requested_mode) {
142 case ixgbe_fc_none:
143 /* Flow control completely disabled by software override. */
144 reg &= ~(IXGBE_PCS1GANA_SYM_PAUSE | IXGBE_PCS1GANA_ASM_PAUSE);
145 if (hw->phy.media_type == ixgbe_media_type_backplane)
146 reg_bp &= ~(IXGBE_AUTOC_SYM_PAUSE |
147 IXGBE_AUTOC_ASM_PAUSE);
148 else if (hw->phy.media_type == ixgbe_media_type_copper)
149 reg_cu &= ~(IXGBE_TAF_SYM_PAUSE | IXGBE_TAF_ASM_PAUSE);
150 break;
Alexander Duyck041441d2012-04-19 17:48:48 +0000151 case ixgbe_fc_tx_pause:
152 /*
153 * Tx Flow control is enabled, and Rx Flow control is
154 * disabled by software override.
155 */
156 reg |= IXGBE_PCS1GANA_ASM_PAUSE;
157 reg &= ~IXGBE_PCS1GANA_SYM_PAUSE;
158 if (hw->phy.media_type == ixgbe_media_type_backplane) {
159 reg_bp |= IXGBE_AUTOC_ASM_PAUSE;
160 reg_bp &= ~IXGBE_AUTOC_SYM_PAUSE;
161 } else if (hw->phy.media_type == ixgbe_media_type_copper) {
162 reg_cu |= IXGBE_TAF_ASM_PAUSE;
163 reg_cu &= ~IXGBE_TAF_SYM_PAUSE;
164 }
165 break;
Alexander Duyck67a79df2012-04-19 17:49:56 +0000166 case ixgbe_fc_rx_pause:
167 /*
168 * Rx Flow control is enabled and Tx Flow control is
169 * disabled by software override. Since there really
170 * isn't a way to advertise that we are capable of RX
171 * Pause ONLY, we will advertise that we support both
Alexander Duyck041441d2012-04-19 17:48:48 +0000172 * symmetric and asymmetric Rx PAUSE, as such we fall
173 * through to the fc_full statement. Later, we will
Alexander Duyck67a79df2012-04-19 17:49:56 +0000174 * disable the adapter's ability to send PAUSE frames.
175 */
Alexander Duyck67a79df2012-04-19 17:49:56 +0000176 case ixgbe_fc_full:
177 /* Flow control (both Rx and Tx) is enabled by SW override. */
Alexander Duyck041441d2012-04-19 17:48:48 +0000178 reg |= IXGBE_PCS1GANA_SYM_PAUSE | IXGBE_PCS1GANA_ASM_PAUSE;
Alexander Duyck67a79df2012-04-19 17:49:56 +0000179 if (hw->phy.media_type == ixgbe_media_type_backplane)
Alexander Duyck041441d2012-04-19 17:48:48 +0000180 reg_bp |= IXGBE_AUTOC_SYM_PAUSE |
181 IXGBE_AUTOC_ASM_PAUSE;
Alexander Duyck67a79df2012-04-19 17:49:56 +0000182 else if (hw->phy.media_type == ixgbe_media_type_copper)
Alexander Duyck041441d2012-04-19 17:48:48 +0000183 reg_cu |= IXGBE_TAF_SYM_PAUSE | IXGBE_TAF_ASM_PAUSE;
Alexander Duyck67a79df2012-04-19 17:49:56 +0000184 break;
Alexander Duyck67a79df2012-04-19 17:49:56 +0000185 default:
186 hw_dbg(hw, "Flow control param set incorrectly\n");
187 ret_val = IXGBE_ERR_CONFIG;
188 goto out;
189 break;
190 }
191
192 if (hw->mac.type != ixgbe_mac_X540) {
193 /*
194 * Enable auto-negotiation between the MAC & PHY;
195 * the MAC will advertise clause 37 flow control.
196 */
197 IXGBE_WRITE_REG(hw, IXGBE_PCS1GANA, reg);
198 reg = IXGBE_READ_REG(hw, IXGBE_PCS1GLCTL);
199
200 /* Disable AN timeout */
201 if (hw->fc.strict_ieee)
202 reg &= ~IXGBE_PCS1GLCTL_AN_1G_TIMEOUT_EN;
203
204 IXGBE_WRITE_REG(hw, IXGBE_PCS1GLCTL, reg);
205 hw_dbg(hw, "Set up FC; PCS1GLCTL = 0x%08X\n", reg);
206 }
207
208 /*
209 * AUTOC restart handles negotiation of 1G and 10G on backplane
210 * and copper. There is no need to set the PCS1GCTL register.
211 *
212 */
213 if (hw->phy.media_type == ixgbe_media_type_backplane) {
Don Skidmored7bbcd32012-10-24 06:19:01 +0000214 /* Need the SW/FW semaphore around AUTOC writes if 82599 and
215 * LESM is on, likewise reset_pipeline requries the lock as
216 * it also writes AUTOC.
217 */
218 if ((hw->mac.type == ixgbe_mac_82599EB) &&
219 ixgbe_verify_lesm_fw_enabled_82599(hw)) {
220 ret_val = hw->mac.ops.acquire_swfw_sync(hw,
221 IXGBE_GSSR_MAC_CSR_SM);
222 if (ret_val)
223 goto out;
224
225 got_lock = true;
226 }
227
Alexander Duyck67a79df2012-04-19 17:49:56 +0000228 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, reg_bp);
Don Skidmored7bbcd32012-10-24 06:19:01 +0000229
230 if (hw->mac.type == ixgbe_mac_82599EB)
231 ixgbe_reset_pipeline_82599(hw);
232
233 if (got_lock)
234 hw->mac.ops.release_swfw_sync(hw,
235 IXGBE_GSSR_MAC_CSR_SM);
236
Alexander Duyck67a79df2012-04-19 17:49:56 +0000237 } else if ((hw->phy.media_type == ixgbe_media_type_copper) &&
238 (ixgbe_device_supports_autoneg_fc(hw) == 0)) {
239 hw->phy.ops.write_reg(hw, MDIO_AN_ADVERTISE,
240 MDIO_MMD_AN, reg_cu);
241 }
242
243 hw_dbg(hw, "Set up FC; IXGBE_AUTOC = 0x%08X\n", reg);
244out:
245 return ret_val;
246}
247
248/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700249 * ixgbe_start_hw_generic - Prepare hardware for Tx/Rx
Auke Kok9a799d72007-09-15 14:07:45 -0700250 * @hw: pointer to hardware structure
251 *
252 * Starts the hardware by filling the bus info structure and media type, clears
253 * all on chip counters, initializes receive address registers, multicast
254 * table, VLAN filter table, calls routine to set up link and flow control
255 * settings, and leaves transmit and receive units disabled and uninitialized
256 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700257s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw)
Auke Kok9a799d72007-09-15 14:07:45 -0700258{
259 u32 ctrl_ext;
260
261 /* Set the media type */
262 hw->phy.media_type = hw->mac.ops.get_media_type(hw);
263
264 /* Identify the PHY */
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700265 hw->phy.ops.identify(hw);
Auke Kok9a799d72007-09-15 14:07:45 -0700266
Auke Kok9a799d72007-09-15 14:07:45 -0700267 /* Clear the VLAN filter table */
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700268 hw->mac.ops.clear_vfta(hw);
Auke Kok9a799d72007-09-15 14:07:45 -0700269
Auke Kok9a799d72007-09-15 14:07:45 -0700270 /* Clear statistics registers */
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700271 hw->mac.ops.clear_hw_cntrs(hw);
Auke Kok9a799d72007-09-15 14:07:45 -0700272
273 /* Set No Snoop Disable */
274 ctrl_ext = IXGBE_READ_REG(hw, IXGBE_CTRL_EXT);
275 ctrl_ext |= IXGBE_CTRL_EXT_NS_DIS;
276 IXGBE_WRITE_REG(hw, IXGBE_CTRL_EXT, ctrl_ext);
Auke Kok3957d632007-10-31 15:22:10 -0700277 IXGBE_WRITE_FLUSH(hw);
Auke Kok9a799d72007-09-15 14:07:45 -0700278
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +0000279 /* Setup flow control */
Alexander Duyck041441d2012-04-19 17:48:48 +0000280 ixgbe_setup_fc(hw);
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +0000281
Auke Kok9a799d72007-09-15 14:07:45 -0700282 /* Clear adapter stopped flag */
283 hw->adapter_stopped = false;
284
285 return 0;
286}
287
288/**
Emil Tantilov7184b7c2011-03-18 08:18:22 +0000289 * ixgbe_start_hw_gen2 - Init sequence for common device family
290 * @hw: pointer to hw structure
291 *
292 * Performs the init sequence common to the second generation
293 * of 10 GbE devices.
294 * Devices in the second generation:
295 * 82599
296 * X540
297 **/
298s32 ixgbe_start_hw_gen2(struct ixgbe_hw *hw)
299{
300 u32 i;
Emil Tantilov3d5c5202011-03-19 01:32:46 +0000301 u32 regval;
Emil Tantilov7184b7c2011-03-18 08:18:22 +0000302
303 /* Clear the rate limiters */
304 for (i = 0; i < hw->mac.max_tx_queues; i++) {
305 IXGBE_WRITE_REG(hw, IXGBE_RTTDQSEL, i);
306 IXGBE_WRITE_REG(hw, IXGBE_RTTBCNRC, 0);
307 }
308 IXGBE_WRITE_FLUSH(hw);
309
Emil Tantilov3d5c5202011-03-19 01:32:46 +0000310 /* Disable relaxed ordering */
311 for (i = 0; i < hw->mac.max_tx_queues; i++) {
312 regval = IXGBE_READ_REG(hw, IXGBE_DCA_TXCTRL_82599(i));
Alexander Duyckbdda1a62012-02-08 07:50:14 +0000313 regval &= ~IXGBE_DCA_TXCTRL_DESC_WRO_EN;
Emil Tantilov3d5c5202011-03-19 01:32:46 +0000314 IXGBE_WRITE_REG(hw, IXGBE_DCA_TXCTRL_82599(i), regval);
315 }
316
317 for (i = 0; i < hw->mac.max_rx_queues; i++) {
318 regval = IXGBE_READ_REG(hw, IXGBE_DCA_RXCTRL(i));
Alexander Duyckbdda1a62012-02-08 07:50:14 +0000319 regval &= ~(IXGBE_DCA_RXCTRL_DATA_WRO_EN |
320 IXGBE_DCA_RXCTRL_HEAD_WRO_EN);
Emil Tantilov3d5c5202011-03-19 01:32:46 +0000321 IXGBE_WRITE_REG(hw, IXGBE_DCA_RXCTRL(i), regval);
322 }
323
Emil Tantilov7184b7c2011-03-18 08:18:22 +0000324 return 0;
325}
326
327/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700328 * ixgbe_init_hw_generic - Generic hardware initialization
Auke Kok9a799d72007-09-15 14:07:45 -0700329 * @hw: pointer to hardware structure
330 *
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700331 * Initialize the hardware by resetting the hardware, filling the bus info
Auke Kok9a799d72007-09-15 14:07:45 -0700332 * structure and media type, clears all on chip counters, initializes receive
333 * address registers, multicast table, VLAN filter table, calls routine to set
334 * up link and flow control settings, and leaves transmit and receive units
335 * disabled and uninitialized
336 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700337s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw)
Auke Kok9a799d72007-09-15 14:07:45 -0700338{
Peter P Waskiewicz Jr794caeb2009-06-04 16:02:24 +0000339 s32 status;
340
Auke Kok9a799d72007-09-15 14:07:45 -0700341 /* Reset the hardware */
Peter P Waskiewicz Jr794caeb2009-06-04 16:02:24 +0000342 status = hw->mac.ops.reset_hw(hw);
Auke Kok9a799d72007-09-15 14:07:45 -0700343
Peter P Waskiewicz Jr794caeb2009-06-04 16:02:24 +0000344 if (status == 0) {
345 /* Start the HW */
346 status = hw->mac.ops.start_hw(hw);
347 }
Auke Kok9a799d72007-09-15 14:07:45 -0700348
Peter P Waskiewicz Jr794caeb2009-06-04 16:02:24 +0000349 return status;
Auke Kok9a799d72007-09-15 14:07:45 -0700350}
351
352/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700353 * ixgbe_clear_hw_cntrs_generic - Generic clear hardware counters
Auke Kok9a799d72007-09-15 14:07:45 -0700354 * @hw: pointer to hardware structure
355 *
356 * Clears all hardware statistics counters by reading them from the hardware
357 * Statistics counters are clear on read.
358 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700359s32 ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw)
Auke Kok9a799d72007-09-15 14:07:45 -0700360{
361 u16 i = 0;
362
363 IXGBE_READ_REG(hw, IXGBE_CRCERRS);
364 IXGBE_READ_REG(hw, IXGBE_ILLERRC);
365 IXGBE_READ_REG(hw, IXGBE_ERRBC);
366 IXGBE_READ_REG(hw, IXGBE_MSPDC);
367 for (i = 0; i < 8; i++)
368 IXGBE_READ_REG(hw, IXGBE_MPC(i));
369
370 IXGBE_READ_REG(hw, IXGBE_MLFC);
371 IXGBE_READ_REG(hw, IXGBE_MRFC);
372 IXGBE_READ_REG(hw, IXGBE_RLEC);
373 IXGBE_READ_REG(hw, IXGBE_LXONTXC);
Auke Kok9a799d72007-09-15 14:07:45 -0700374 IXGBE_READ_REG(hw, IXGBE_LXOFFTXC);
Emil Tantilov667c7562011-02-26 06:40:05 +0000375 if (hw->mac.type >= ixgbe_mac_82599EB) {
376 IXGBE_READ_REG(hw, IXGBE_LXONRXCNT);
377 IXGBE_READ_REG(hw, IXGBE_LXOFFRXCNT);
378 } else {
379 IXGBE_READ_REG(hw, IXGBE_LXONRXC);
380 IXGBE_READ_REG(hw, IXGBE_LXOFFRXC);
381 }
Auke Kok9a799d72007-09-15 14:07:45 -0700382
383 for (i = 0; i < 8; i++) {
384 IXGBE_READ_REG(hw, IXGBE_PXONTXC(i));
Auke Kok9a799d72007-09-15 14:07:45 -0700385 IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(i));
Emil Tantilov667c7562011-02-26 06:40:05 +0000386 if (hw->mac.type >= ixgbe_mac_82599EB) {
387 IXGBE_READ_REG(hw, IXGBE_PXONRXCNT(i));
388 IXGBE_READ_REG(hw, IXGBE_PXOFFRXCNT(i));
389 } else {
390 IXGBE_READ_REG(hw, IXGBE_PXONRXC(i));
391 IXGBE_READ_REG(hw, IXGBE_PXOFFRXC(i));
392 }
Auke Kok9a799d72007-09-15 14:07:45 -0700393 }
Emil Tantilov667c7562011-02-26 06:40:05 +0000394 if (hw->mac.type >= ixgbe_mac_82599EB)
395 for (i = 0; i < 8; i++)
396 IXGBE_READ_REG(hw, IXGBE_PXON2OFFCNT(i));
Auke Kok9a799d72007-09-15 14:07:45 -0700397 IXGBE_READ_REG(hw, IXGBE_PRC64);
398 IXGBE_READ_REG(hw, IXGBE_PRC127);
399 IXGBE_READ_REG(hw, IXGBE_PRC255);
400 IXGBE_READ_REG(hw, IXGBE_PRC511);
401 IXGBE_READ_REG(hw, IXGBE_PRC1023);
402 IXGBE_READ_REG(hw, IXGBE_PRC1522);
403 IXGBE_READ_REG(hw, IXGBE_GPRC);
404 IXGBE_READ_REG(hw, IXGBE_BPRC);
405 IXGBE_READ_REG(hw, IXGBE_MPRC);
406 IXGBE_READ_REG(hw, IXGBE_GPTC);
407 IXGBE_READ_REG(hw, IXGBE_GORCL);
408 IXGBE_READ_REG(hw, IXGBE_GORCH);
409 IXGBE_READ_REG(hw, IXGBE_GOTCL);
410 IXGBE_READ_REG(hw, IXGBE_GOTCH);
Emil Tantilovf3116f62011-07-29 06:46:15 +0000411 if (hw->mac.type == ixgbe_mac_82598EB)
412 for (i = 0; i < 8; i++)
413 IXGBE_READ_REG(hw, IXGBE_RNBC(i));
Auke Kok9a799d72007-09-15 14:07:45 -0700414 IXGBE_READ_REG(hw, IXGBE_RUC);
415 IXGBE_READ_REG(hw, IXGBE_RFC);
416 IXGBE_READ_REG(hw, IXGBE_ROC);
417 IXGBE_READ_REG(hw, IXGBE_RJC);
418 IXGBE_READ_REG(hw, IXGBE_MNGPRC);
419 IXGBE_READ_REG(hw, IXGBE_MNGPDC);
420 IXGBE_READ_REG(hw, IXGBE_MNGPTC);
421 IXGBE_READ_REG(hw, IXGBE_TORL);
422 IXGBE_READ_REG(hw, IXGBE_TORH);
423 IXGBE_READ_REG(hw, IXGBE_TPR);
424 IXGBE_READ_REG(hw, IXGBE_TPT);
425 IXGBE_READ_REG(hw, IXGBE_PTC64);
426 IXGBE_READ_REG(hw, IXGBE_PTC127);
427 IXGBE_READ_REG(hw, IXGBE_PTC255);
428 IXGBE_READ_REG(hw, IXGBE_PTC511);
429 IXGBE_READ_REG(hw, IXGBE_PTC1023);
430 IXGBE_READ_REG(hw, IXGBE_PTC1522);
431 IXGBE_READ_REG(hw, IXGBE_MPTC);
432 IXGBE_READ_REG(hw, IXGBE_BPTC);
433 for (i = 0; i < 16; i++) {
434 IXGBE_READ_REG(hw, IXGBE_QPRC(i));
Auke Kok9a799d72007-09-15 14:07:45 -0700435 IXGBE_READ_REG(hw, IXGBE_QPTC(i));
Emil Tantilov667c7562011-02-26 06:40:05 +0000436 if (hw->mac.type >= ixgbe_mac_82599EB) {
437 IXGBE_READ_REG(hw, IXGBE_QBRC_L(i));
438 IXGBE_READ_REG(hw, IXGBE_QBRC_H(i));
439 IXGBE_READ_REG(hw, IXGBE_QBTC_L(i));
440 IXGBE_READ_REG(hw, IXGBE_QBTC_H(i));
441 IXGBE_READ_REG(hw, IXGBE_QPRDC(i));
442 } else {
443 IXGBE_READ_REG(hw, IXGBE_QBRC(i));
444 IXGBE_READ_REG(hw, IXGBE_QBTC(i));
445 }
Auke Kok9a799d72007-09-15 14:07:45 -0700446 }
447
Emil Tantilova3aeea02011-02-26 06:40:11 +0000448 if (hw->mac.type == ixgbe_mac_X540) {
449 if (hw->phy.id == 0)
450 hw->phy.ops.identify(hw);
Emil Tantilovc1085b12011-12-10 08:21:47 +0000451 hw->phy.ops.read_reg(hw, IXGBE_PCRC8ECL, MDIO_MMD_PCS, &i);
452 hw->phy.ops.read_reg(hw, IXGBE_PCRC8ECH, MDIO_MMD_PCS, &i);
453 hw->phy.ops.read_reg(hw, IXGBE_LDPCECL, MDIO_MMD_PCS, &i);
454 hw->phy.ops.read_reg(hw, IXGBE_LDPCECH, MDIO_MMD_PCS, &i);
Emil Tantilova3aeea02011-02-26 06:40:11 +0000455 }
456
Auke Kok9a799d72007-09-15 14:07:45 -0700457 return 0;
458}
459
460/**
Don Skidmore289700db2010-12-03 03:32:58 +0000461 * ixgbe_read_pba_string_generic - Reads part number string from EEPROM
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700462 * @hw: pointer to hardware structure
Don Skidmore289700db2010-12-03 03:32:58 +0000463 * @pba_num: stores the part number string from the EEPROM
464 * @pba_num_size: part number string buffer length
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700465 *
Don Skidmore289700db2010-12-03 03:32:58 +0000466 * Reads the part number string from the EEPROM.
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700467 **/
Don Skidmore289700db2010-12-03 03:32:58 +0000468s32 ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num,
469 u32 pba_num_size)
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700470{
471 s32 ret_val;
472 u16 data;
Don Skidmore289700db2010-12-03 03:32:58 +0000473 u16 pba_ptr;
474 u16 offset;
475 u16 length;
476
477 if (pba_num == NULL) {
478 hw_dbg(hw, "PBA string buffer was null\n");
479 return IXGBE_ERR_INVALID_ARGUMENT;
480 }
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700481
482 ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM0_PTR, &data);
483 if (ret_val) {
484 hw_dbg(hw, "NVM Read Error\n");
485 return ret_val;
486 }
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700487
Don Skidmore289700db2010-12-03 03:32:58 +0000488 ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM1_PTR, &pba_ptr);
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700489 if (ret_val) {
490 hw_dbg(hw, "NVM Read Error\n");
491 return ret_val;
492 }
Don Skidmore289700db2010-12-03 03:32:58 +0000493
494 /*
495 * if data is not ptr guard the PBA must be in legacy format which
496 * means pba_ptr is actually our second data word for the PBA number
497 * and we can decode it into an ascii string
498 */
499 if (data != IXGBE_PBANUM_PTR_GUARD) {
500 hw_dbg(hw, "NVM PBA number is not stored as string\n");
501
502 /* we will need 11 characters to store the PBA */
503 if (pba_num_size < 11) {
504 hw_dbg(hw, "PBA string buffer too small\n");
505 return IXGBE_ERR_NO_SPACE;
506 }
507
508 /* extract hex string from data and pba_ptr */
509 pba_num[0] = (data >> 12) & 0xF;
510 pba_num[1] = (data >> 8) & 0xF;
511 pba_num[2] = (data >> 4) & 0xF;
512 pba_num[3] = data & 0xF;
513 pba_num[4] = (pba_ptr >> 12) & 0xF;
514 pba_num[5] = (pba_ptr >> 8) & 0xF;
515 pba_num[6] = '-';
516 pba_num[7] = 0;
517 pba_num[8] = (pba_ptr >> 4) & 0xF;
518 pba_num[9] = pba_ptr & 0xF;
519
520 /* put a null character on the end of our string */
521 pba_num[10] = '\0';
522
523 /* switch all the data but the '-' to hex char */
524 for (offset = 0; offset < 10; offset++) {
525 if (pba_num[offset] < 0xA)
526 pba_num[offset] += '0';
527 else if (pba_num[offset] < 0x10)
528 pba_num[offset] += 'A' - 0xA;
529 }
530
531 return 0;
532 }
533
534 ret_val = hw->eeprom.ops.read(hw, pba_ptr, &length);
535 if (ret_val) {
536 hw_dbg(hw, "NVM Read Error\n");
537 return ret_val;
538 }
539
540 if (length == 0xFFFF || length == 0) {
541 hw_dbg(hw, "NVM PBA number section invalid length\n");
542 return IXGBE_ERR_PBA_SECTION;
543 }
544
545 /* check if pba_num buffer is big enough */
546 if (pba_num_size < (((u32)length * 2) - 1)) {
547 hw_dbg(hw, "PBA string buffer too small\n");
548 return IXGBE_ERR_NO_SPACE;
549 }
550
551 /* trim pba length from start of string */
552 pba_ptr++;
553 length--;
554
555 for (offset = 0; offset < length; offset++) {
556 ret_val = hw->eeprom.ops.read(hw, pba_ptr + offset, &data);
557 if (ret_val) {
558 hw_dbg(hw, "NVM Read Error\n");
559 return ret_val;
560 }
561 pba_num[offset * 2] = (u8)(data >> 8);
562 pba_num[(offset * 2) + 1] = (u8)(data & 0xFF);
563 }
564 pba_num[offset * 2] = '\0';
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700565
566 return 0;
567}
568
569/**
570 * ixgbe_get_mac_addr_generic - Generic get MAC address
Auke Kok9a799d72007-09-15 14:07:45 -0700571 * @hw: pointer to hardware structure
572 * @mac_addr: Adapter MAC address
573 *
574 * Reads the adapter's MAC address from first Receive Address Register (RAR0)
575 * A reset of the adapter must be performed prior to calling this function
576 * in order for the MAC address to have been loaded from the EEPROM into RAR0
577 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700578s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr)
Auke Kok9a799d72007-09-15 14:07:45 -0700579{
580 u32 rar_high;
581 u32 rar_low;
582 u16 i;
583
584 rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(0));
585 rar_low = IXGBE_READ_REG(hw, IXGBE_RAL(0));
586
587 for (i = 0; i < 4; i++)
588 mac_addr[i] = (u8)(rar_low >> (i*8));
589
590 for (i = 0; i < 2; i++)
591 mac_addr[i+4] = (u8)(rar_high >> (i*8));
592
593 return 0;
594}
595
Auke Kok9a799d72007-09-15 14:07:45 -0700596/**
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +0000597 * ixgbe_get_bus_info_generic - Generic set PCI bus info
598 * @hw: pointer to hardware structure
599 *
600 * Sets the PCI bus info (speed, width, type) within the ixgbe_hw structure
601 **/
602s32 ixgbe_get_bus_info_generic(struct ixgbe_hw *hw)
603{
604 struct ixgbe_adapter *adapter = hw->back;
605 struct ixgbe_mac_info *mac = &hw->mac;
606 u16 link_status;
607
608 hw->bus.type = ixgbe_bus_type_pci_express;
609
610 /* Get the negotiated link width and speed from PCI config space */
611 pci_read_config_word(adapter->pdev, IXGBE_PCI_LINK_STATUS,
612 &link_status);
613
614 switch (link_status & IXGBE_PCI_LINK_WIDTH) {
615 case IXGBE_PCI_LINK_WIDTH_1:
616 hw->bus.width = ixgbe_bus_width_pcie_x1;
617 break;
618 case IXGBE_PCI_LINK_WIDTH_2:
619 hw->bus.width = ixgbe_bus_width_pcie_x2;
620 break;
621 case IXGBE_PCI_LINK_WIDTH_4:
622 hw->bus.width = ixgbe_bus_width_pcie_x4;
623 break;
624 case IXGBE_PCI_LINK_WIDTH_8:
625 hw->bus.width = ixgbe_bus_width_pcie_x8;
626 break;
627 default:
628 hw->bus.width = ixgbe_bus_width_unknown;
629 break;
630 }
631
632 switch (link_status & IXGBE_PCI_LINK_SPEED) {
633 case IXGBE_PCI_LINK_SPEED_2500:
634 hw->bus.speed = ixgbe_bus_speed_2500;
635 break;
636 case IXGBE_PCI_LINK_SPEED_5000:
637 hw->bus.speed = ixgbe_bus_speed_5000;
638 break;
639 default:
640 hw->bus.speed = ixgbe_bus_speed_unknown;
641 break;
642 }
643
644 mac->ops.set_lan_id(hw);
645
646 return 0;
647}
648
649/**
650 * ixgbe_set_lan_id_multi_port_pcie - Set LAN id for PCIe multiple port devices
651 * @hw: pointer to the HW structure
652 *
653 * Determines the LAN function id by reading memory-mapped registers
654 * and swaps the port value if requested.
655 **/
656void ixgbe_set_lan_id_multi_port_pcie(struct ixgbe_hw *hw)
657{
658 struct ixgbe_bus_info *bus = &hw->bus;
659 u32 reg;
660
661 reg = IXGBE_READ_REG(hw, IXGBE_STATUS);
662 bus->func = (reg & IXGBE_STATUS_LAN_ID) >> IXGBE_STATUS_LAN_ID_SHIFT;
663 bus->lan_id = bus->func;
664
665 /* check for a port swap */
666 reg = IXGBE_READ_REG(hw, IXGBE_FACTPS);
667 if (reg & IXGBE_FACTPS_LFS)
668 bus->func ^= 0x1;
669}
670
671/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700672 * ixgbe_stop_adapter_generic - Generic stop Tx/Rx units
Auke Kok9a799d72007-09-15 14:07:45 -0700673 * @hw: pointer to hardware structure
674 *
675 * Sets the adapter_stopped flag within ixgbe_hw struct. Clears interrupts,
676 * disables transmit and receive units. The adapter_stopped flag is used by
677 * the shared code and drivers to determine if the adapter is in a stopped
678 * state and should not touch the hardware.
679 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700680s32 ixgbe_stop_adapter_generic(struct ixgbe_hw *hw)
Auke Kok9a799d72007-09-15 14:07:45 -0700681{
Auke Kok9a799d72007-09-15 14:07:45 -0700682 u32 reg_val;
683 u16 i;
684
685 /*
686 * Set the adapter_stopped flag so other driver functions stop touching
687 * the hardware
688 */
689 hw->adapter_stopped = true;
690
691 /* Disable the receive unit */
Emil Tantilovff9d1a52011-08-16 04:35:11 +0000692 IXGBE_WRITE_REG(hw, IXGBE_RXCTRL, 0);
Auke Kok9a799d72007-09-15 14:07:45 -0700693
Emil Tantilovff9d1a52011-08-16 04:35:11 +0000694 /* Clear interrupt mask to stop interrupts from being generated */
Auke Kok9a799d72007-09-15 14:07:45 -0700695 IXGBE_WRITE_REG(hw, IXGBE_EIMC, IXGBE_IRQ_CLEAR_MASK);
696
Emil Tantilovff9d1a52011-08-16 04:35:11 +0000697 /* Clear any pending interrupts, flush previous writes */
Auke Kok9a799d72007-09-15 14:07:45 -0700698 IXGBE_READ_REG(hw, IXGBE_EICR);
699
700 /* Disable the transmit unit. Each queue must be disabled. */
Emil Tantilovff9d1a52011-08-16 04:35:11 +0000701 for (i = 0; i < hw->mac.max_tx_queues; i++)
702 IXGBE_WRITE_REG(hw, IXGBE_TXDCTL(i), IXGBE_TXDCTL_SWFLSH);
703
704 /* Disable the receive unit by stopping each queue */
705 for (i = 0; i < hw->mac.max_rx_queues; i++) {
706 reg_val = IXGBE_READ_REG(hw, IXGBE_RXDCTL(i));
707 reg_val &= ~IXGBE_RXDCTL_ENABLE;
708 reg_val |= IXGBE_RXDCTL_SWFLSH;
709 IXGBE_WRITE_REG(hw, IXGBE_RXDCTL(i), reg_val);
Auke Kok9a799d72007-09-15 14:07:45 -0700710 }
711
Emil Tantilovff9d1a52011-08-16 04:35:11 +0000712 /* flush all queues disables */
713 IXGBE_WRITE_FLUSH(hw);
714 usleep_range(1000, 2000);
715
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700716 /*
717 * Prevent the PCI-E bus from from hanging by disabling PCI-E master
718 * access and verify no pending requests
719 */
Emil Tantilovff9d1a52011-08-16 04:35:11 +0000720 return ixgbe_disable_pcie_master(hw);
Auke Kok9a799d72007-09-15 14:07:45 -0700721}
722
723/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700724 * ixgbe_led_on_generic - Turns on the software controllable LEDs.
Auke Kok9a799d72007-09-15 14:07:45 -0700725 * @hw: pointer to hardware structure
726 * @index: led number to turn on
727 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700728s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index)
Auke Kok9a799d72007-09-15 14:07:45 -0700729{
730 u32 led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
731
732 /* To turn on the LED, set mode to ON. */
733 led_reg &= ~IXGBE_LED_MODE_MASK(index);
734 led_reg |= IXGBE_LED_ON << IXGBE_LED_MODE_SHIFT(index);
735 IXGBE_WRITE_REG(hw, IXGBE_LEDCTL, led_reg);
Auke Kok3957d632007-10-31 15:22:10 -0700736 IXGBE_WRITE_FLUSH(hw);
Auke Kok9a799d72007-09-15 14:07:45 -0700737
738 return 0;
739}
740
741/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700742 * ixgbe_led_off_generic - Turns off the software controllable LEDs.
Auke Kok9a799d72007-09-15 14:07:45 -0700743 * @hw: pointer to hardware structure
744 * @index: led number to turn off
745 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700746s32 ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index)
Auke Kok9a799d72007-09-15 14:07:45 -0700747{
748 u32 led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
749
750 /* To turn off the LED, set mode to OFF. */
751 led_reg &= ~IXGBE_LED_MODE_MASK(index);
752 led_reg |= IXGBE_LED_OFF << IXGBE_LED_MODE_SHIFT(index);
753 IXGBE_WRITE_REG(hw, IXGBE_LEDCTL, led_reg);
Auke Kok3957d632007-10-31 15:22:10 -0700754 IXGBE_WRITE_FLUSH(hw);
Auke Kok9a799d72007-09-15 14:07:45 -0700755
756 return 0;
757}
758
Auke Kok9a799d72007-09-15 14:07:45 -0700759/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700760 * ixgbe_init_eeprom_params_generic - Initialize EEPROM params
Auke Kok9a799d72007-09-15 14:07:45 -0700761 * @hw: pointer to hardware structure
762 *
763 * Initializes the EEPROM parameters ixgbe_eeprom_info within the
764 * ixgbe_hw struct in order to set up EEPROM access.
765 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700766s32 ixgbe_init_eeprom_params_generic(struct ixgbe_hw *hw)
Auke Kok9a799d72007-09-15 14:07:45 -0700767{
768 struct ixgbe_eeprom_info *eeprom = &hw->eeprom;
769 u32 eec;
770 u16 eeprom_size;
771
772 if (eeprom->type == ixgbe_eeprom_uninitialized) {
773 eeprom->type = ixgbe_eeprom_none;
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700774 /* Set default semaphore delay to 10ms which is a well
775 * tested value */
776 eeprom->semaphore_delay = 10;
Emil Tantilov68c70052011-04-20 08:49:06 +0000777 /* Clear EEPROM page size, it will be initialized as needed */
778 eeprom->word_page_size = 0;
Auke Kok9a799d72007-09-15 14:07:45 -0700779
780 /*
781 * Check for EEPROM present first.
782 * If not present leave as none
783 */
784 eec = IXGBE_READ_REG(hw, IXGBE_EEC);
785 if (eec & IXGBE_EEC_PRES) {
786 eeprom->type = ixgbe_eeprom_spi;
787
788 /*
789 * SPI EEPROM is assumed here. This code would need to
790 * change if a future EEPROM is not SPI.
791 */
792 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >>
793 IXGBE_EEC_SIZE_SHIFT);
794 eeprom->word_size = 1 << (eeprom_size +
795 IXGBE_EEPROM_WORD_SIZE_SHIFT);
796 }
797
798 if (eec & IXGBE_EEC_ADDR_SIZE)
799 eeprom->address_bits = 16;
800 else
801 eeprom->address_bits = 8;
802 hw_dbg(hw, "Eeprom params: type = %d, size = %d, address bits: "
803 "%d\n", eeprom->type, eeprom->word_size,
804 eeprom->address_bits);
805 }
806
807 return 0;
808}
809
810/**
Emil Tantilov68c70052011-04-20 08:49:06 +0000811 * ixgbe_write_eeprom_buffer_bit_bang_generic - Write EEPROM using bit-bang
812 * @hw: pointer to hardware structure
813 * @offset: offset within the EEPROM to write
814 * @words: number of words
815 * @data: 16 bit word(s) to write to EEPROM
816 *
817 * Reads 16 bit word(s) from EEPROM through bit-bang method
818 **/
819s32 ixgbe_write_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
820 u16 words, u16 *data)
821{
822 s32 status = 0;
823 u16 i, count;
824
825 hw->eeprom.ops.init_params(hw);
826
827 if (words == 0) {
828 status = IXGBE_ERR_INVALID_ARGUMENT;
829 goto out;
830 }
831
832 if (offset + words > hw->eeprom.word_size) {
833 status = IXGBE_ERR_EEPROM;
834 goto out;
835 }
836
837 /*
838 * The EEPROM page size cannot be queried from the chip. We do lazy
839 * initialization. It is worth to do that when we write large buffer.
840 */
841 if ((hw->eeprom.word_page_size == 0) &&
842 (words > IXGBE_EEPROM_PAGE_SIZE_MAX))
843 ixgbe_detect_eeprom_page_size_generic(hw, offset);
844
845 /*
846 * We cannot hold synchronization semaphores for too long
847 * to avoid other entity starvation. However it is more efficient
848 * to read in bursts than synchronizing access for each word.
849 */
850 for (i = 0; i < words; i += IXGBE_EEPROM_RD_BUFFER_MAX_COUNT) {
851 count = (words - i) / IXGBE_EEPROM_RD_BUFFER_MAX_COUNT > 0 ?
852 IXGBE_EEPROM_RD_BUFFER_MAX_COUNT : (words - i);
853 status = ixgbe_write_eeprom_buffer_bit_bang(hw, offset + i,
854 count, &data[i]);
855
856 if (status != 0)
857 break;
858 }
859
860out:
861 return status;
862}
863
864/**
865 * ixgbe_write_eeprom_buffer_bit_bang - Writes 16 bit word(s) to EEPROM
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +0000866 * @hw: pointer to hardware structure
867 * @offset: offset within the EEPROM to be written to
Emil Tantilov68c70052011-04-20 08:49:06 +0000868 * @words: number of word(s)
869 * @data: 16 bit word(s) to be written to the EEPROM
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +0000870 *
871 * If ixgbe_eeprom_update_checksum is not called after this function, the
872 * EEPROM will most likely contain an invalid checksum.
873 **/
Emil Tantilov68c70052011-04-20 08:49:06 +0000874static s32 ixgbe_write_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset,
875 u16 words, u16 *data)
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +0000876{
877 s32 status;
Emil Tantilov68c70052011-04-20 08:49:06 +0000878 u16 word;
879 u16 page_size;
880 u16 i;
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +0000881 u8 write_opcode = IXGBE_EEPROM_WRITE_OPCODE_SPI;
882
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +0000883 /* Prepare the EEPROM for writing */
884 status = ixgbe_acquire_eeprom(hw);
885
886 if (status == 0) {
887 if (ixgbe_ready_eeprom(hw) != 0) {
888 ixgbe_release_eeprom(hw);
889 status = IXGBE_ERR_EEPROM;
890 }
891 }
892
893 if (status == 0) {
Emil Tantilov68c70052011-04-20 08:49:06 +0000894 for (i = 0; i < words; i++) {
895 ixgbe_standby_eeprom(hw);
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +0000896
Emil Tantilov68c70052011-04-20 08:49:06 +0000897 /* Send the WRITE ENABLE command (8 bit opcode ) */
898 ixgbe_shift_out_eeprom_bits(hw,
899 IXGBE_EEPROM_WREN_OPCODE_SPI,
900 IXGBE_EEPROM_OPCODE_BITS);
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +0000901
Emil Tantilov68c70052011-04-20 08:49:06 +0000902 ixgbe_standby_eeprom(hw);
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +0000903
Emil Tantilov68c70052011-04-20 08:49:06 +0000904 /*
905 * Some SPI eeproms use the 8th address bit embedded
906 * in the opcode
907 */
908 if ((hw->eeprom.address_bits == 8) &&
909 ((offset + i) >= 128))
910 write_opcode |= IXGBE_EEPROM_A8_OPCODE_SPI;
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +0000911
Emil Tantilov68c70052011-04-20 08:49:06 +0000912 /* Send the Write command (8-bit opcode + addr) */
913 ixgbe_shift_out_eeprom_bits(hw, write_opcode,
914 IXGBE_EEPROM_OPCODE_BITS);
915 ixgbe_shift_out_eeprom_bits(hw, (u16)((offset + i) * 2),
916 hw->eeprom.address_bits);
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +0000917
Emil Tantilov68c70052011-04-20 08:49:06 +0000918 page_size = hw->eeprom.word_page_size;
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +0000919
Emil Tantilov68c70052011-04-20 08:49:06 +0000920 /* Send the data in burst via SPI*/
921 do {
922 word = data[i];
923 word = (word >> 8) | (word << 8);
924 ixgbe_shift_out_eeprom_bits(hw, word, 16);
925
926 if (page_size == 0)
927 break;
928
929 /* do not wrap around page */
930 if (((offset + i) & (page_size - 1)) ==
931 (page_size - 1))
932 break;
933 } while (++i < words);
934
935 ixgbe_standby_eeprom(hw);
936 usleep_range(10000, 20000);
937 }
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +0000938 /* Done with writing - release the EEPROM */
939 ixgbe_release_eeprom(hw);
940 }
941
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +0000942 return status;
943}
944
945/**
Emil Tantilov68c70052011-04-20 08:49:06 +0000946 * ixgbe_write_eeprom_generic - Writes 16 bit value to EEPROM
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700947 * @hw: pointer to hardware structure
Emil Tantilov68c70052011-04-20 08:49:06 +0000948 * @offset: offset within the EEPROM to be written to
949 * @data: 16 bit word to be written to the EEPROM
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700950 *
Emil Tantilov68c70052011-04-20 08:49:06 +0000951 * If ixgbe_eeprom_update_checksum is not called after this function, the
952 * EEPROM will most likely contain an invalid checksum.
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700953 **/
Emil Tantilov68c70052011-04-20 08:49:06 +0000954s32 ixgbe_write_eeprom_generic(struct ixgbe_hw *hw, u16 offset, u16 data)
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700955{
956 s32 status;
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700957
958 hw->eeprom.ops.init_params(hw);
959
960 if (offset >= hw->eeprom.word_size) {
961 status = IXGBE_ERR_EEPROM;
962 goto out;
963 }
964
Emil Tantilov68c70052011-04-20 08:49:06 +0000965 status = ixgbe_write_eeprom_buffer_bit_bang(hw, offset, 1, &data);
966
967out:
968 return status;
969}
970
971/**
972 * ixgbe_read_eeprom_buffer_bit_bang_generic - Read EEPROM using bit-bang
973 * @hw: pointer to hardware structure
974 * @offset: offset within the EEPROM to be read
975 * @words: number of word(s)
976 * @data: read 16 bit words(s) from EEPROM
977 *
978 * Reads 16 bit word(s) from EEPROM through bit-bang method
979 **/
980s32 ixgbe_read_eeprom_buffer_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
981 u16 words, u16 *data)
982{
983 s32 status = 0;
984 u16 i, count;
985
986 hw->eeprom.ops.init_params(hw);
987
988 if (words == 0) {
989 status = IXGBE_ERR_INVALID_ARGUMENT;
990 goto out;
991 }
992
993 if (offset + words > hw->eeprom.word_size) {
994 status = IXGBE_ERR_EEPROM;
995 goto out;
996 }
997
998 /*
999 * We cannot hold synchronization semaphores for too long
1000 * to avoid other entity starvation. However it is more efficient
1001 * to read in bursts than synchronizing access for each word.
1002 */
1003 for (i = 0; i < words; i += IXGBE_EEPROM_RD_BUFFER_MAX_COUNT) {
1004 count = (words - i) / IXGBE_EEPROM_RD_BUFFER_MAX_COUNT > 0 ?
1005 IXGBE_EEPROM_RD_BUFFER_MAX_COUNT : (words - i);
1006
1007 status = ixgbe_read_eeprom_buffer_bit_bang(hw, offset + i,
1008 count, &data[i]);
1009
1010 if (status != 0)
1011 break;
1012 }
1013
1014out:
1015 return status;
1016}
1017
1018/**
1019 * ixgbe_read_eeprom_buffer_bit_bang - Read EEPROM using bit-bang
1020 * @hw: pointer to hardware structure
1021 * @offset: offset within the EEPROM to be read
1022 * @words: number of word(s)
1023 * @data: read 16 bit word(s) from EEPROM
1024 *
1025 * Reads 16 bit word(s) from EEPROM through bit-bang method
1026 **/
1027static s32 ixgbe_read_eeprom_buffer_bit_bang(struct ixgbe_hw *hw, u16 offset,
1028 u16 words, u16 *data)
1029{
1030 s32 status;
1031 u16 word_in;
1032 u8 read_opcode = IXGBE_EEPROM_READ_OPCODE_SPI;
1033 u16 i;
1034
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001035 /* Prepare the EEPROM for reading */
1036 status = ixgbe_acquire_eeprom(hw);
1037
1038 if (status == 0) {
1039 if (ixgbe_ready_eeprom(hw) != 0) {
1040 ixgbe_release_eeprom(hw);
1041 status = IXGBE_ERR_EEPROM;
1042 }
1043 }
1044
1045 if (status == 0) {
Emil Tantilov68c70052011-04-20 08:49:06 +00001046 for (i = 0; i < words; i++) {
1047 ixgbe_standby_eeprom(hw);
1048 /*
1049 * Some SPI eeproms use the 8th address bit embedded
1050 * in the opcode
1051 */
1052 if ((hw->eeprom.address_bits == 8) &&
1053 ((offset + i) >= 128))
1054 read_opcode |= IXGBE_EEPROM_A8_OPCODE_SPI;
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001055
Emil Tantilov68c70052011-04-20 08:49:06 +00001056 /* Send the READ command (opcode + addr) */
1057 ixgbe_shift_out_eeprom_bits(hw, read_opcode,
1058 IXGBE_EEPROM_OPCODE_BITS);
1059 ixgbe_shift_out_eeprom_bits(hw, (u16)((offset + i) * 2),
1060 hw->eeprom.address_bits);
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001061
Emil Tantilov68c70052011-04-20 08:49:06 +00001062 /* Read the data. */
1063 word_in = ixgbe_shift_in_eeprom_bits(hw, 16);
1064 data[i] = (word_in >> 8) | (word_in << 8);
1065 }
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001066
1067 /* End this read operation */
1068 ixgbe_release_eeprom(hw);
1069 }
1070
Emil Tantilov68c70052011-04-20 08:49:06 +00001071 return status;
1072}
1073
1074/**
1075 * ixgbe_read_eeprom_bit_bang_generic - Read EEPROM word using bit-bang
1076 * @hw: pointer to hardware structure
1077 * @offset: offset within the EEPROM to be read
1078 * @data: read 16 bit value from EEPROM
1079 *
1080 * Reads 16 bit value from EEPROM through bit-bang method
1081 **/
1082s32 ixgbe_read_eeprom_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
1083 u16 *data)
1084{
1085 s32 status;
1086
1087 hw->eeprom.ops.init_params(hw);
1088
1089 if (offset >= hw->eeprom.word_size) {
1090 status = IXGBE_ERR_EEPROM;
1091 goto out;
1092 }
1093
1094 status = ixgbe_read_eeprom_buffer_bit_bang(hw, offset, 1, data);
1095
1096out:
1097 return status;
1098}
1099
1100/**
1101 * ixgbe_read_eerd_buffer_generic - Read EEPROM word(s) using EERD
1102 * @hw: pointer to hardware structure
1103 * @offset: offset of word in the EEPROM to read
1104 * @words: number of word(s)
1105 * @data: 16 bit word(s) from the EEPROM
1106 *
1107 * Reads a 16 bit word(s) from the EEPROM using the EERD register.
1108 **/
1109s32 ixgbe_read_eerd_buffer_generic(struct ixgbe_hw *hw, u16 offset,
1110 u16 words, u16 *data)
1111{
1112 u32 eerd;
1113 s32 status = 0;
1114 u32 i;
1115
1116 hw->eeprom.ops.init_params(hw);
1117
1118 if (words == 0) {
1119 status = IXGBE_ERR_INVALID_ARGUMENT;
1120 goto out;
1121 }
1122
1123 if (offset >= hw->eeprom.word_size) {
1124 status = IXGBE_ERR_EEPROM;
1125 goto out;
1126 }
1127
1128 for (i = 0; i < words; i++) {
1129 eerd = ((offset + i) << IXGBE_EEPROM_RW_ADDR_SHIFT) +
1130 IXGBE_EEPROM_RW_REG_START;
1131
1132 IXGBE_WRITE_REG(hw, IXGBE_EERD, eerd);
1133 status = ixgbe_poll_eerd_eewr_done(hw, IXGBE_NVM_POLL_READ);
1134
1135 if (status == 0) {
1136 data[i] = (IXGBE_READ_REG(hw, IXGBE_EERD) >>
1137 IXGBE_EEPROM_RW_REG_DATA);
1138 } else {
1139 hw_dbg(hw, "Eeprom read timed out\n");
1140 goto out;
1141 }
1142 }
1143out:
1144 return status;
1145}
1146
1147/**
1148 * ixgbe_detect_eeprom_page_size_generic - Detect EEPROM page size
1149 * @hw: pointer to hardware structure
1150 * @offset: offset within the EEPROM to be used as a scratch pad
1151 *
1152 * Discover EEPROM page size by writing marching data at given offset.
1153 * This function is called only when we are writing a new large buffer
1154 * at given offset so the data would be overwritten anyway.
1155 **/
1156static s32 ixgbe_detect_eeprom_page_size_generic(struct ixgbe_hw *hw,
1157 u16 offset)
1158{
1159 u16 data[IXGBE_EEPROM_PAGE_SIZE_MAX];
1160 s32 status = 0;
1161 u16 i;
1162
1163 for (i = 0; i < IXGBE_EEPROM_PAGE_SIZE_MAX; i++)
1164 data[i] = i;
1165
1166 hw->eeprom.word_page_size = IXGBE_EEPROM_PAGE_SIZE_MAX;
1167 status = ixgbe_write_eeprom_buffer_bit_bang(hw, offset,
1168 IXGBE_EEPROM_PAGE_SIZE_MAX, data);
1169 hw->eeprom.word_page_size = 0;
1170 if (status != 0)
1171 goto out;
1172
1173 status = ixgbe_read_eeprom_buffer_bit_bang(hw, offset, 1, data);
1174 if (status != 0)
1175 goto out;
1176
1177 /*
1178 * When writing in burst more than the actual page size
1179 * EEPROM address wraps around current page.
1180 */
1181 hw->eeprom.word_page_size = IXGBE_EEPROM_PAGE_SIZE_MAX - data[0];
1182
1183 hw_dbg(hw, "Detected EEPROM page size = %d words.",
1184 hw->eeprom.word_page_size);
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001185out:
1186 return status;
1187}
1188
1189/**
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00001190 * ixgbe_read_eerd_generic - Read EEPROM word using EERD
Auke Kok9a799d72007-09-15 14:07:45 -07001191 * @hw: pointer to hardware structure
1192 * @offset: offset of word in the EEPROM to read
1193 * @data: word read from the EEPROM
1194 *
1195 * Reads a 16 bit word from the EEPROM using the EERD register.
1196 **/
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00001197s32 ixgbe_read_eerd_generic(struct ixgbe_hw *hw, u16 offset, u16 *data)
Auke Kok9a799d72007-09-15 14:07:45 -07001198{
Emil Tantilov68c70052011-04-20 08:49:06 +00001199 return ixgbe_read_eerd_buffer_generic(hw, offset, 1, data);
1200}
1201
1202/**
1203 * ixgbe_write_eewr_buffer_generic - Write EEPROM word(s) using EEWR
1204 * @hw: pointer to hardware structure
1205 * @offset: offset of word in the EEPROM to write
1206 * @words: number of words
1207 * @data: word(s) write to the EEPROM
1208 *
1209 * Write a 16 bit word(s) to the EEPROM using the EEWR register.
1210 **/
1211s32 ixgbe_write_eewr_buffer_generic(struct ixgbe_hw *hw, u16 offset,
1212 u16 words, u16 *data)
1213{
1214 u32 eewr;
1215 s32 status = 0;
1216 u16 i;
Auke Kok9a799d72007-09-15 14:07:45 -07001217
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001218 hw->eeprom.ops.init_params(hw);
1219
Emil Tantilov68c70052011-04-20 08:49:06 +00001220 if (words == 0) {
1221 status = IXGBE_ERR_INVALID_ARGUMENT;
1222 goto out;
1223 }
1224
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001225 if (offset >= hw->eeprom.word_size) {
1226 status = IXGBE_ERR_EEPROM;
1227 goto out;
1228 }
1229
Emil Tantilov68c70052011-04-20 08:49:06 +00001230 for (i = 0; i < words; i++) {
1231 eewr = ((offset + i) << IXGBE_EEPROM_RW_ADDR_SHIFT) |
1232 (data[i] << IXGBE_EEPROM_RW_REG_DATA) |
1233 IXGBE_EEPROM_RW_REG_START;
Auke Kok9a799d72007-09-15 14:07:45 -07001234
Emil Tantilov68c70052011-04-20 08:49:06 +00001235 status = ixgbe_poll_eerd_eewr_done(hw, IXGBE_NVM_POLL_WRITE);
1236 if (status != 0) {
1237 hw_dbg(hw, "Eeprom write EEWR timed out\n");
1238 goto out;
1239 }
Auke Kok9a799d72007-09-15 14:07:45 -07001240
Emil Tantilov68c70052011-04-20 08:49:06 +00001241 IXGBE_WRITE_REG(hw, IXGBE_EEWR, eewr);
1242
1243 status = ixgbe_poll_eerd_eewr_done(hw, IXGBE_NVM_POLL_WRITE);
1244 if (status != 0) {
1245 hw_dbg(hw, "Eeprom write EEWR timed out\n");
1246 goto out;
1247 }
1248 }
Auke Kok9a799d72007-09-15 14:07:45 -07001249
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001250out:
Auke Kok9a799d72007-09-15 14:07:45 -07001251 return status;
1252}
1253
1254/**
Emil Tantiloveb9c3e32011-03-24 00:57:50 +00001255 * ixgbe_write_eewr_generic - Write EEPROM word using EEWR
1256 * @hw: pointer to hardware structure
1257 * @offset: offset of word in the EEPROM to write
1258 * @data: word write to the EEPROM
1259 *
1260 * Write a 16 bit word to the EEPROM using the EEWR register.
1261 **/
1262s32 ixgbe_write_eewr_generic(struct ixgbe_hw *hw, u16 offset, u16 data)
1263{
Emil Tantilov68c70052011-04-20 08:49:06 +00001264 return ixgbe_write_eewr_buffer_generic(hw, offset, 1, &data);
Emil Tantiloveb9c3e32011-03-24 00:57:50 +00001265}
1266
1267/**
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00001268 * ixgbe_poll_eerd_eewr_done - Poll EERD read or EEWR write status
Auke Kok9a799d72007-09-15 14:07:45 -07001269 * @hw: pointer to hardware structure
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00001270 * @ee_reg: EEPROM flag for polling
Auke Kok9a799d72007-09-15 14:07:45 -07001271 *
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00001272 * Polls the status bit (bit 1) of the EERD or EEWR to determine when the
1273 * read or write is done respectively.
Auke Kok9a799d72007-09-15 14:07:45 -07001274 **/
Emil Tantiloveb9c3e32011-03-24 00:57:50 +00001275static s32 ixgbe_poll_eerd_eewr_done(struct ixgbe_hw *hw, u32 ee_reg)
Auke Kok9a799d72007-09-15 14:07:45 -07001276{
1277 u32 i;
1278 u32 reg;
1279 s32 status = IXGBE_ERR_EEPROM;
1280
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00001281 for (i = 0; i < IXGBE_EERD_EEWR_ATTEMPTS; i++) {
1282 if (ee_reg == IXGBE_NVM_POLL_READ)
1283 reg = IXGBE_READ_REG(hw, IXGBE_EERD);
1284 else
1285 reg = IXGBE_READ_REG(hw, IXGBE_EEWR);
1286
1287 if (reg & IXGBE_EEPROM_RW_REG_DONE) {
Auke Kok9a799d72007-09-15 14:07:45 -07001288 status = 0;
1289 break;
1290 }
1291 udelay(5);
1292 }
1293 return status;
1294}
1295
1296/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001297 * ixgbe_acquire_eeprom - Acquire EEPROM using bit-bang
1298 * @hw: pointer to hardware structure
1299 *
1300 * Prepares EEPROM for access using bit-bang method. This function should
1301 * be called before issuing a command to the EEPROM.
1302 **/
1303static s32 ixgbe_acquire_eeprom(struct ixgbe_hw *hw)
1304{
1305 s32 status = 0;
Emil Tantilovdbf893e2011-02-08 09:42:41 +00001306 u32 eec;
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001307 u32 i;
1308
Don Skidmore5e655102011-02-25 01:58:04 +00001309 if (hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_EEP_SM) != 0)
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001310 status = IXGBE_ERR_SWFW_SYNC;
1311
1312 if (status == 0) {
1313 eec = IXGBE_READ_REG(hw, IXGBE_EEC);
1314
1315 /* Request EEPROM Access */
1316 eec |= IXGBE_EEC_REQ;
1317 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec);
1318
1319 for (i = 0; i < IXGBE_EEPROM_GRANT_ATTEMPTS; i++) {
1320 eec = IXGBE_READ_REG(hw, IXGBE_EEC);
1321 if (eec & IXGBE_EEC_GNT)
1322 break;
1323 udelay(5);
1324 }
1325
1326 /* Release if grant not acquired */
1327 if (!(eec & IXGBE_EEC_GNT)) {
1328 eec &= ~IXGBE_EEC_REQ;
1329 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec);
1330 hw_dbg(hw, "Could not acquire EEPROM grant\n");
1331
Don Skidmore5e655102011-02-25 01:58:04 +00001332 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001333 status = IXGBE_ERR_EEPROM;
1334 }
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001335
Emil Tantilovdbf893e2011-02-08 09:42:41 +00001336 /* Setup EEPROM for Read/Write */
1337 if (status == 0) {
1338 /* Clear CS and SK */
1339 eec &= ~(IXGBE_EEC_CS | IXGBE_EEC_SK);
1340 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec);
1341 IXGBE_WRITE_FLUSH(hw);
1342 udelay(1);
1343 }
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001344 }
1345 return status;
1346}
1347
1348/**
Auke Kok9a799d72007-09-15 14:07:45 -07001349 * ixgbe_get_eeprom_semaphore - Get hardware semaphore
1350 * @hw: pointer to hardware structure
1351 *
1352 * Sets the hardware semaphores so EEPROM access can occur for bit-bang method
1353 **/
1354static s32 ixgbe_get_eeprom_semaphore(struct ixgbe_hw *hw)
1355{
1356 s32 status = IXGBE_ERR_EEPROM;
Emil Tantilovdbf893e2011-02-08 09:42:41 +00001357 u32 timeout = 2000;
Auke Kok9a799d72007-09-15 14:07:45 -07001358 u32 i;
1359 u32 swsm;
1360
Auke Kok9a799d72007-09-15 14:07:45 -07001361 /* Get SMBI software semaphore between device drivers first */
1362 for (i = 0; i < timeout; i++) {
1363 /*
1364 * If the SMBI bit is 0 when we read it, then the bit will be
1365 * set and we have the semaphore
1366 */
1367 swsm = IXGBE_READ_REG(hw, IXGBE_SWSM);
1368 if (!(swsm & IXGBE_SWSM_SMBI)) {
1369 status = 0;
1370 break;
1371 }
Emil Tantilovdbf893e2011-02-08 09:42:41 +00001372 udelay(50);
Auke Kok9a799d72007-09-15 14:07:45 -07001373 }
1374
Emil Tantilov51275d32011-04-08 01:23:59 +00001375 if (i == timeout) {
1376 hw_dbg(hw, "Driver can't access the Eeprom - SMBI Semaphore "
1377 "not granted.\n");
1378 /*
1379 * this release is particularly important because our attempts
1380 * above to get the semaphore may have succeeded, and if there
1381 * was a timeout, we should unconditionally clear the semaphore
1382 * bits to free the driver to make progress
1383 */
1384 ixgbe_release_eeprom_semaphore(hw);
1385
1386 udelay(50);
1387 /*
1388 * one last try
1389 * If the SMBI bit is 0 when we read it, then the bit will be
1390 * set and we have the semaphore
1391 */
1392 swsm = IXGBE_READ_REG(hw, IXGBE_SWSM);
1393 if (!(swsm & IXGBE_SWSM_SMBI))
1394 status = 0;
1395 }
1396
Auke Kok9a799d72007-09-15 14:07:45 -07001397 /* Now get the semaphore between SW/FW through the SWESMBI bit */
1398 if (status == 0) {
1399 for (i = 0; i < timeout; i++) {
1400 swsm = IXGBE_READ_REG(hw, IXGBE_SWSM);
1401
1402 /* Set the SW EEPROM semaphore bit to request access */
1403 swsm |= IXGBE_SWSM_SWESMBI;
1404 IXGBE_WRITE_REG(hw, IXGBE_SWSM, swsm);
1405
1406 /*
1407 * If we set the bit successfully then we got the
1408 * semaphore.
1409 */
1410 swsm = IXGBE_READ_REG(hw, IXGBE_SWSM);
1411 if (swsm & IXGBE_SWSM_SWESMBI)
1412 break;
1413
1414 udelay(50);
1415 }
1416
1417 /*
1418 * Release semaphores and return error if SW EEPROM semaphore
1419 * was not granted because we don't have access to the EEPROM
1420 */
1421 if (i >= timeout) {
Emil Tantilovdbf893e2011-02-08 09:42:41 +00001422 hw_dbg(hw, "SWESMBI Software EEPROM semaphore "
Peter P Waskiewiczb4617242008-09-11 20:04:46 -07001423 "not granted.\n");
Auke Kok9a799d72007-09-15 14:07:45 -07001424 ixgbe_release_eeprom_semaphore(hw);
1425 status = IXGBE_ERR_EEPROM;
1426 }
Emil Tantilovdbf893e2011-02-08 09:42:41 +00001427 } else {
1428 hw_dbg(hw, "Software semaphore SMBI between device drivers "
1429 "not granted.\n");
Auke Kok9a799d72007-09-15 14:07:45 -07001430 }
1431
1432 return status;
1433}
1434
1435/**
1436 * ixgbe_release_eeprom_semaphore - Release hardware semaphore
1437 * @hw: pointer to hardware structure
1438 *
1439 * This function clears hardware semaphore bits.
1440 **/
1441static void ixgbe_release_eeprom_semaphore(struct ixgbe_hw *hw)
1442{
1443 u32 swsm;
1444
1445 swsm = IXGBE_READ_REG(hw, IXGBE_SWSM);
1446
1447 /* Release both semaphores by writing 0 to the bits SWESMBI and SMBI */
1448 swsm &= ~(IXGBE_SWSM_SWESMBI | IXGBE_SWSM_SMBI);
1449 IXGBE_WRITE_REG(hw, IXGBE_SWSM, swsm);
Auke Kok3957d632007-10-31 15:22:10 -07001450 IXGBE_WRITE_FLUSH(hw);
Auke Kok9a799d72007-09-15 14:07:45 -07001451}
1452
1453/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001454 * ixgbe_ready_eeprom - Polls for EEPROM ready
1455 * @hw: pointer to hardware structure
1456 **/
1457static s32 ixgbe_ready_eeprom(struct ixgbe_hw *hw)
1458{
1459 s32 status = 0;
1460 u16 i;
1461 u8 spi_stat_reg;
1462
1463 /*
1464 * Read "Status Register" repeatedly until the LSB is cleared. The
1465 * EEPROM will signal that the command has been completed by clearing
1466 * bit 0 of the internal status register. If it's not cleared within
1467 * 5 milliseconds, then error out.
1468 */
1469 for (i = 0; i < IXGBE_EEPROM_MAX_RETRY_SPI; i += 5) {
1470 ixgbe_shift_out_eeprom_bits(hw, IXGBE_EEPROM_RDSR_OPCODE_SPI,
1471 IXGBE_EEPROM_OPCODE_BITS);
1472 spi_stat_reg = (u8)ixgbe_shift_in_eeprom_bits(hw, 8);
1473 if (!(spi_stat_reg & IXGBE_EEPROM_STATUS_RDY_SPI))
1474 break;
1475
1476 udelay(5);
1477 ixgbe_standby_eeprom(hw);
Joe Perches6403eab2011-06-03 11:51:20 +00001478 }
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001479
1480 /*
1481 * On some parts, SPI write time could vary from 0-20mSec on 3.3V
1482 * devices (and only 0-5mSec on 5V devices)
1483 */
1484 if (i >= IXGBE_EEPROM_MAX_RETRY_SPI) {
1485 hw_dbg(hw, "SPI EEPROM Status error\n");
1486 status = IXGBE_ERR_EEPROM;
1487 }
1488
1489 return status;
1490}
1491
1492/**
1493 * ixgbe_standby_eeprom - Returns EEPROM to a "standby" state
1494 * @hw: pointer to hardware structure
1495 **/
1496static void ixgbe_standby_eeprom(struct ixgbe_hw *hw)
1497{
1498 u32 eec;
1499
1500 eec = IXGBE_READ_REG(hw, IXGBE_EEC);
1501
1502 /* Toggle CS to flush commands */
1503 eec |= IXGBE_EEC_CS;
1504 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec);
1505 IXGBE_WRITE_FLUSH(hw);
1506 udelay(1);
1507 eec &= ~IXGBE_EEC_CS;
1508 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec);
1509 IXGBE_WRITE_FLUSH(hw);
1510 udelay(1);
1511}
1512
1513/**
1514 * ixgbe_shift_out_eeprom_bits - Shift data bits out to the EEPROM.
1515 * @hw: pointer to hardware structure
1516 * @data: data to send to the EEPROM
1517 * @count: number of bits to shift out
1518 **/
1519static void ixgbe_shift_out_eeprom_bits(struct ixgbe_hw *hw, u16 data,
1520 u16 count)
1521{
1522 u32 eec;
1523 u32 mask;
1524 u32 i;
1525
1526 eec = IXGBE_READ_REG(hw, IXGBE_EEC);
1527
1528 /*
1529 * Mask is used to shift "count" bits of "data" out to the EEPROM
1530 * one bit at a time. Determine the starting bit based on count
1531 */
1532 mask = 0x01 << (count - 1);
1533
1534 for (i = 0; i < count; i++) {
1535 /*
1536 * A "1" is shifted out to the EEPROM by setting bit "DI" to a
1537 * "1", and then raising and then lowering the clock (the SK
1538 * bit controls the clock input to the EEPROM). A "0" is
1539 * shifted out to the EEPROM by setting "DI" to "0" and then
1540 * raising and then lowering the clock.
1541 */
1542 if (data & mask)
1543 eec |= IXGBE_EEC_DI;
1544 else
1545 eec &= ~IXGBE_EEC_DI;
1546
1547 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec);
1548 IXGBE_WRITE_FLUSH(hw);
1549
1550 udelay(1);
1551
1552 ixgbe_raise_eeprom_clk(hw, &eec);
1553 ixgbe_lower_eeprom_clk(hw, &eec);
1554
1555 /*
1556 * Shift mask to signify next bit of data to shift in to the
1557 * EEPROM
1558 */
1559 mask = mask >> 1;
Joe Perches6403eab2011-06-03 11:51:20 +00001560 }
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001561
1562 /* We leave the "DI" bit set to "0" when we leave this routine. */
1563 eec &= ~IXGBE_EEC_DI;
1564 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec);
1565 IXGBE_WRITE_FLUSH(hw);
1566}
1567
1568/**
1569 * ixgbe_shift_in_eeprom_bits - Shift data bits in from the EEPROM
1570 * @hw: pointer to hardware structure
1571 **/
1572static u16 ixgbe_shift_in_eeprom_bits(struct ixgbe_hw *hw, u16 count)
1573{
1574 u32 eec;
1575 u32 i;
1576 u16 data = 0;
1577
1578 /*
1579 * In order to read a register from the EEPROM, we need to shift
1580 * 'count' bits in from the EEPROM. Bits are "shifted in" by raising
1581 * the clock input to the EEPROM (setting the SK bit), and then reading
1582 * the value of the "DO" bit. During this "shifting in" process the
1583 * "DI" bit should always be clear.
1584 */
1585 eec = IXGBE_READ_REG(hw, IXGBE_EEC);
1586
1587 eec &= ~(IXGBE_EEC_DO | IXGBE_EEC_DI);
1588
1589 for (i = 0; i < count; i++) {
1590 data = data << 1;
1591 ixgbe_raise_eeprom_clk(hw, &eec);
1592
1593 eec = IXGBE_READ_REG(hw, IXGBE_EEC);
1594
1595 eec &= ~(IXGBE_EEC_DI);
1596 if (eec & IXGBE_EEC_DO)
1597 data |= 1;
1598
1599 ixgbe_lower_eeprom_clk(hw, &eec);
1600 }
1601
1602 return data;
1603}
1604
1605/**
1606 * ixgbe_raise_eeprom_clk - Raises the EEPROM's clock input.
1607 * @hw: pointer to hardware structure
1608 * @eec: EEC register's current value
1609 **/
1610static void ixgbe_raise_eeprom_clk(struct ixgbe_hw *hw, u32 *eec)
1611{
1612 /*
1613 * Raise the clock input to the EEPROM
1614 * (setting the SK bit), then delay
1615 */
1616 *eec = *eec | IXGBE_EEC_SK;
1617 IXGBE_WRITE_REG(hw, IXGBE_EEC, *eec);
1618 IXGBE_WRITE_FLUSH(hw);
1619 udelay(1);
1620}
1621
1622/**
1623 * ixgbe_lower_eeprom_clk - Lowers the EEPROM's clock input.
1624 * @hw: pointer to hardware structure
1625 * @eecd: EECD's current value
1626 **/
1627static void ixgbe_lower_eeprom_clk(struct ixgbe_hw *hw, u32 *eec)
1628{
1629 /*
1630 * Lower the clock input to the EEPROM (clearing the SK bit), then
1631 * delay
1632 */
1633 *eec = *eec & ~IXGBE_EEC_SK;
1634 IXGBE_WRITE_REG(hw, IXGBE_EEC, *eec);
1635 IXGBE_WRITE_FLUSH(hw);
1636 udelay(1);
1637}
1638
1639/**
1640 * ixgbe_release_eeprom - Release EEPROM, release semaphores
1641 * @hw: pointer to hardware structure
1642 **/
1643static void ixgbe_release_eeprom(struct ixgbe_hw *hw)
1644{
1645 u32 eec;
1646
1647 eec = IXGBE_READ_REG(hw, IXGBE_EEC);
1648
1649 eec |= IXGBE_EEC_CS; /* Pull CS high */
1650 eec &= ~IXGBE_EEC_SK; /* Lower SCK */
1651
1652 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec);
1653 IXGBE_WRITE_FLUSH(hw);
1654
1655 udelay(1);
1656
1657 /* Stop requesting EEPROM access */
1658 eec &= ~IXGBE_EEC_REQ;
1659 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec);
1660
Don Skidmore90827992011-03-05 18:59:20 -08001661 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);
Emil Tantilovdbf893e2011-02-08 09:42:41 +00001662
Don Skidmore032b4322011-03-18 09:32:53 +00001663 /*
1664 * Delay before attempt to obtain semaphore again to allow FW
1665 * access. semaphore_delay is in ms we need us for usleep_range
1666 */
1667 usleep_range(hw->eeprom.semaphore_delay * 1000,
1668 hw->eeprom.semaphore_delay * 2000);
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001669}
1670
1671/**
Emil Tantilovdbf893e2011-02-08 09:42:41 +00001672 * ixgbe_calc_eeprom_checksum_generic - Calculates and returns the checksum
Auke Kok9a799d72007-09-15 14:07:45 -07001673 * @hw: pointer to hardware structure
1674 **/
Don Skidmorea391f1d2010-11-16 19:27:15 -08001675u16 ixgbe_calc_eeprom_checksum_generic(struct ixgbe_hw *hw)
Auke Kok9a799d72007-09-15 14:07:45 -07001676{
1677 u16 i;
1678 u16 j;
1679 u16 checksum = 0;
1680 u16 length = 0;
1681 u16 pointer = 0;
1682 u16 word = 0;
1683
1684 /* Include 0x0-0x3F in the checksum */
1685 for (i = 0; i < IXGBE_EEPROM_CHECKSUM; i++) {
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001686 if (hw->eeprom.ops.read(hw, i, &word) != 0) {
Auke Kok9a799d72007-09-15 14:07:45 -07001687 hw_dbg(hw, "EEPROM read failed\n");
1688 break;
1689 }
1690 checksum += word;
1691 }
1692
1693 /* Include all data from pointers except for the fw pointer */
1694 for (i = IXGBE_PCIE_ANALOG_PTR; i < IXGBE_FW_PTR; i++) {
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001695 hw->eeprom.ops.read(hw, i, &pointer);
Auke Kok9a799d72007-09-15 14:07:45 -07001696
1697 /* Make sure the pointer seems valid */
1698 if (pointer != 0xFFFF && pointer != 0) {
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001699 hw->eeprom.ops.read(hw, pointer, &length);
Auke Kok9a799d72007-09-15 14:07:45 -07001700
1701 if (length != 0xFFFF && length != 0) {
1702 for (j = pointer+1; j <= pointer+length; j++) {
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001703 hw->eeprom.ops.read(hw, j, &word);
Auke Kok9a799d72007-09-15 14:07:45 -07001704 checksum += word;
1705 }
1706 }
1707 }
1708 }
1709
1710 checksum = (u16)IXGBE_EEPROM_SUM - checksum;
1711
1712 return checksum;
1713}
1714
1715/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001716 * ixgbe_validate_eeprom_checksum_generic - Validate EEPROM checksum
Auke Kok9a799d72007-09-15 14:07:45 -07001717 * @hw: pointer to hardware structure
1718 * @checksum_val: calculated checksum
1719 *
1720 * Performs checksum calculation and validates the EEPROM checksum. If the
1721 * caller does not need checksum_val, the value can be NULL.
1722 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001723s32 ixgbe_validate_eeprom_checksum_generic(struct ixgbe_hw *hw,
1724 u16 *checksum_val)
Auke Kok9a799d72007-09-15 14:07:45 -07001725{
1726 s32 status;
1727 u16 checksum;
1728 u16 read_checksum = 0;
1729
1730 /*
1731 * Read the first word from the EEPROM. If this times out or fails, do
1732 * not continue or we could be in for a very long wait while every
1733 * EEPROM read fails
1734 */
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001735 status = hw->eeprom.ops.read(hw, 0, &checksum);
Auke Kok9a799d72007-09-15 14:07:45 -07001736
1737 if (status == 0) {
Don Skidmorea391f1d2010-11-16 19:27:15 -08001738 checksum = hw->eeprom.ops.calc_checksum(hw);
Auke Kok9a799d72007-09-15 14:07:45 -07001739
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001740 hw->eeprom.ops.read(hw, IXGBE_EEPROM_CHECKSUM, &read_checksum);
Auke Kok9a799d72007-09-15 14:07:45 -07001741
1742 /*
1743 * Verify read checksum from EEPROM is the same as
1744 * calculated checksum
1745 */
1746 if (read_checksum != checksum)
1747 status = IXGBE_ERR_EEPROM_CHECKSUM;
1748
1749 /* If the user cares, return the calculated checksum */
1750 if (checksum_val)
1751 *checksum_val = checksum;
1752 } else {
1753 hw_dbg(hw, "EEPROM read failed\n");
1754 }
1755
1756 return status;
1757}
1758
1759/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001760 * ixgbe_update_eeprom_checksum_generic - Updates the EEPROM checksum
1761 * @hw: pointer to hardware structure
1762 **/
1763s32 ixgbe_update_eeprom_checksum_generic(struct ixgbe_hw *hw)
1764{
1765 s32 status;
1766 u16 checksum;
1767
1768 /*
1769 * Read the first word from the EEPROM. If this times out or fails, do
1770 * not continue or we could be in for a very long wait while every
1771 * EEPROM read fails
1772 */
1773 status = hw->eeprom.ops.read(hw, 0, &checksum);
1774
1775 if (status == 0) {
Don Skidmorea391f1d2010-11-16 19:27:15 -08001776 checksum = hw->eeprom.ops.calc_checksum(hw);
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001777 status = hw->eeprom.ops.write(hw, IXGBE_EEPROM_CHECKSUM,
Emil Tantilov8c7bea32011-02-19 08:43:44 +00001778 checksum);
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001779 } else {
1780 hw_dbg(hw, "EEPROM read failed\n");
1781 }
1782
1783 return status;
1784}
1785
1786/**
Auke Kok9a799d72007-09-15 14:07:45 -07001787 * ixgbe_validate_mac_addr - Validate MAC address
1788 * @mac_addr: pointer to MAC address.
1789 *
1790 * Tests a MAC address to ensure it is a valid Individual Address
1791 **/
1792s32 ixgbe_validate_mac_addr(u8 *mac_addr)
1793{
1794 s32 status = 0;
1795
1796 /* Make sure it is not a multicast address */
1797 if (IXGBE_IS_MULTICAST(mac_addr))
1798 status = IXGBE_ERR_INVALID_MAC_ADDR;
1799 /* Not a broadcast address */
1800 else if (IXGBE_IS_BROADCAST(mac_addr))
1801 status = IXGBE_ERR_INVALID_MAC_ADDR;
1802 /* Reject the zero address */
Wei Yongjun51a1f722012-08-26 16:59:37 +00001803 else if (is_zero_ether_addr(mac_addr))
Auke Kok9a799d72007-09-15 14:07:45 -07001804 status = IXGBE_ERR_INVALID_MAC_ADDR;
1805
1806 return status;
1807}
1808
1809/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001810 * ixgbe_set_rar_generic - Set Rx address register
Auke Kok9a799d72007-09-15 14:07:45 -07001811 * @hw: pointer to hardware structure
Auke Kok9a799d72007-09-15 14:07:45 -07001812 * @index: Receive address register to write
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001813 * @addr: Address to put into receive address register
1814 * @vmdq: VMDq "set" or "pool" index
Auke Kok9a799d72007-09-15 14:07:45 -07001815 * @enable_addr: set flag that address is active
1816 *
1817 * Puts an ethernet address into a receive address register.
1818 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001819s32 ixgbe_set_rar_generic(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
1820 u32 enable_addr)
Auke Kok9a799d72007-09-15 14:07:45 -07001821{
1822 u32 rar_low, rar_high;
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001823 u32 rar_entries = hw->mac.num_rar_entries;
Auke Kok9a799d72007-09-15 14:07:45 -07001824
Emil Tantilovc700f4e2011-02-17 11:34:58 +00001825 /* Make sure we are using a valid rar index range */
1826 if (index >= rar_entries) {
1827 hw_dbg(hw, "RAR index %d is out of range.\n", index);
1828 return IXGBE_ERR_INVALID_ARGUMENT;
1829 }
1830
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001831 /* setup VMDq pool selection before this RAR gets enabled */
1832 hw->mac.ops.set_vmdq(hw, index, vmdq);
1833
Emil Tantilovc700f4e2011-02-17 11:34:58 +00001834 /*
1835 * HW expects these in little endian so we reverse the byte
1836 * order from network order (big endian) to little endian
1837 */
1838 rar_low = ((u32)addr[0] |
1839 ((u32)addr[1] << 8) |
1840 ((u32)addr[2] << 16) |
1841 ((u32)addr[3] << 24));
1842 /*
1843 * Some parts put the VMDq setting in the extra RAH bits,
1844 * so save everything except the lower 16 bits that hold part
1845 * of the address and the address valid bit.
1846 */
1847 rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(index));
1848 rar_high &= ~(0x0000FFFF | IXGBE_RAH_AV);
1849 rar_high |= ((u32)addr[4] | ((u32)addr[5] << 8));
Auke Kok9a799d72007-09-15 14:07:45 -07001850
Emil Tantilovc700f4e2011-02-17 11:34:58 +00001851 if (enable_addr != 0)
1852 rar_high |= IXGBE_RAH_AV;
Auke Kok9a799d72007-09-15 14:07:45 -07001853
Emil Tantilovc700f4e2011-02-17 11:34:58 +00001854 IXGBE_WRITE_REG(hw, IXGBE_RAL(index), rar_low);
1855 IXGBE_WRITE_REG(hw, IXGBE_RAH(index), rar_high);
Auke Kok9a799d72007-09-15 14:07:45 -07001856
1857 return 0;
1858}
1859
1860/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001861 * ixgbe_clear_rar_generic - Remove Rx address register
1862 * @hw: pointer to hardware structure
1863 * @index: Receive address register to write
1864 *
1865 * Clears an ethernet address from a receive address register.
1866 **/
1867s32 ixgbe_clear_rar_generic(struct ixgbe_hw *hw, u32 index)
1868{
1869 u32 rar_high;
1870 u32 rar_entries = hw->mac.num_rar_entries;
1871
1872 /* Make sure we are using a valid rar index range */
Emil Tantilovc700f4e2011-02-17 11:34:58 +00001873 if (index >= rar_entries) {
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001874 hw_dbg(hw, "RAR index %d is out of range.\n", index);
Emil Tantilovc700f4e2011-02-17 11:34:58 +00001875 return IXGBE_ERR_INVALID_ARGUMENT;
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001876 }
1877
Emil Tantilovc700f4e2011-02-17 11:34:58 +00001878 /*
1879 * Some parts put the VMDq setting in the extra RAH bits,
1880 * so save everything except the lower 16 bits that hold part
1881 * of the address and the address valid bit.
1882 */
1883 rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(index));
1884 rar_high &= ~(0x0000FFFF | IXGBE_RAH_AV);
1885
1886 IXGBE_WRITE_REG(hw, IXGBE_RAL(index), 0);
1887 IXGBE_WRITE_REG(hw, IXGBE_RAH(index), rar_high);
1888
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001889 /* clear VMDq pool/queue selection for this RAR */
1890 hw->mac.ops.clear_vmdq(hw, index, IXGBE_CLEAR_VMDQ_ALL);
1891
1892 return 0;
1893}
1894
1895/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001896 * ixgbe_init_rx_addrs_generic - Initializes receive address filters.
Auke Kok9a799d72007-09-15 14:07:45 -07001897 * @hw: pointer to hardware structure
1898 *
1899 * Places the MAC address in receive address register 0 and clears the rest
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001900 * of the receive address registers. Clears the multicast table. Assumes
Auke Kok9a799d72007-09-15 14:07:45 -07001901 * the receiver is in reset when the routine is called.
1902 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001903s32 ixgbe_init_rx_addrs_generic(struct ixgbe_hw *hw)
Auke Kok9a799d72007-09-15 14:07:45 -07001904{
1905 u32 i;
Christopher Leech2c5645c2008-08-26 04:27:02 -07001906 u32 rar_entries = hw->mac.num_rar_entries;
Auke Kok9a799d72007-09-15 14:07:45 -07001907
1908 /*
1909 * If the current mac address is valid, assume it is a software override
1910 * to the permanent address.
1911 * Otherwise, use the permanent address from the eeprom.
1912 */
1913 if (ixgbe_validate_mac_addr(hw->mac.addr) ==
1914 IXGBE_ERR_INVALID_MAC_ADDR) {
1915 /* Get the MAC address from the RAR0 for later reference */
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001916 hw->mac.ops.get_mac_addr(hw, hw->mac.addr);
Auke Kok9a799d72007-09-15 14:07:45 -07001917
hartleysce7194d2010-01-05 06:56:52 +00001918 hw_dbg(hw, " Keeping Current RAR0 Addr =%pM\n", hw->mac.addr);
Auke Kok9a799d72007-09-15 14:07:45 -07001919 } else {
1920 /* Setup the receive address. */
1921 hw_dbg(hw, "Overriding MAC Address in RAR[0]\n");
hartleysce7194d2010-01-05 06:56:52 +00001922 hw_dbg(hw, " New MAC Addr =%pM\n", hw->mac.addr);
Auke Kok9a799d72007-09-15 14:07:45 -07001923
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001924 hw->mac.ops.set_rar(hw, 0, hw->mac.addr, 0, IXGBE_RAH_AV);
Alexander Duyck96cc6372011-01-19 18:33:05 +00001925
1926 /* clear VMDq pool/queue selection for RAR 0 */
1927 hw->mac.ops.clear_vmdq(hw, 0, IXGBE_CLEAR_VMDQ_ALL);
Auke Kok9a799d72007-09-15 14:07:45 -07001928 }
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001929 hw->addr_ctrl.overflow_promisc = 0;
Auke Kok9a799d72007-09-15 14:07:45 -07001930
1931 hw->addr_ctrl.rar_used_count = 1;
1932
1933 /* Zero out the other receive addresses. */
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001934 hw_dbg(hw, "Clearing RAR[1-%d]\n", rar_entries - 1);
Auke Kok9a799d72007-09-15 14:07:45 -07001935 for (i = 1; i < rar_entries; i++) {
1936 IXGBE_WRITE_REG(hw, IXGBE_RAL(i), 0);
1937 IXGBE_WRITE_REG(hw, IXGBE_RAH(i), 0);
1938 }
1939
1940 /* Clear the MTA */
Auke Kok9a799d72007-09-15 14:07:45 -07001941 hw->addr_ctrl.mta_in_use = 0;
1942 IXGBE_WRITE_REG(hw, IXGBE_MCSTCTRL, hw->mac.mc_filter_type);
1943
1944 hw_dbg(hw, " Clearing MTA\n");
Christopher Leech2c5645c2008-08-26 04:27:02 -07001945 for (i = 0; i < hw->mac.mcft_size; i++)
Auke Kok9a799d72007-09-15 14:07:45 -07001946 IXGBE_WRITE_REG(hw, IXGBE_MTA(i), 0);
1947
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001948 if (hw->mac.ops.init_uta_tables)
1949 hw->mac.ops.init_uta_tables(hw);
1950
Auke Kok9a799d72007-09-15 14:07:45 -07001951 return 0;
1952}
1953
1954/**
1955 * ixgbe_mta_vector - Determines bit-vector in multicast table to set
1956 * @hw: pointer to hardware structure
1957 * @mc_addr: the multicast address
1958 *
1959 * Extracts the 12 bits, from a multicast address, to determine which
1960 * bit-vector to set in the multicast table. The hardware uses 12 bits, from
1961 * incoming rx multicast addresses, to determine the bit-vector to check in
1962 * the MTA. Which of the 4 combination, of 12-bits, the hardware uses is set
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001963 * by the MO field of the MCSTCTRL. The MO field is set during initialization
Auke Kok9a799d72007-09-15 14:07:45 -07001964 * to mc_filter_type.
1965 **/
1966static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr)
1967{
1968 u32 vector = 0;
1969
1970 switch (hw->mac.mc_filter_type) {
Peter P Waskiewiczb4617242008-09-11 20:04:46 -07001971 case 0: /* use bits [47:36] of the address */
Auke Kok9a799d72007-09-15 14:07:45 -07001972 vector = ((mc_addr[4] >> 4) | (((u16)mc_addr[5]) << 4));
1973 break;
Peter P Waskiewiczb4617242008-09-11 20:04:46 -07001974 case 1: /* use bits [46:35] of the address */
Auke Kok9a799d72007-09-15 14:07:45 -07001975 vector = ((mc_addr[4] >> 3) | (((u16)mc_addr[5]) << 5));
1976 break;
Peter P Waskiewiczb4617242008-09-11 20:04:46 -07001977 case 2: /* use bits [45:34] of the address */
Auke Kok9a799d72007-09-15 14:07:45 -07001978 vector = ((mc_addr[4] >> 2) | (((u16)mc_addr[5]) << 6));
1979 break;
Peter P Waskiewiczb4617242008-09-11 20:04:46 -07001980 case 3: /* use bits [43:32] of the address */
Auke Kok9a799d72007-09-15 14:07:45 -07001981 vector = ((mc_addr[4]) | (((u16)mc_addr[5]) << 8));
1982 break;
Peter P Waskiewiczb4617242008-09-11 20:04:46 -07001983 default: /* Invalid mc_filter_type */
Auke Kok9a799d72007-09-15 14:07:45 -07001984 hw_dbg(hw, "MC filter type param set incorrectly\n");
1985 break;
1986 }
1987
1988 /* vector can only be 12-bits or boundary will be exceeded */
1989 vector &= 0xFFF;
1990 return vector;
1991}
1992
1993/**
1994 * ixgbe_set_mta - Set bit-vector in multicast table
1995 * @hw: pointer to hardware structure
1996 * @hash_value: Multicast address hash value
1997 *
1998 * Sets the bit-vector in the multicast table.
1999 **/
2000static void ixgbe_set_mta(struct ixgbe_hw *hw, u8 *mc_addr)
2001{
2002 u32 vector;
2003 u32 vector_bit;
2004 u32 vector_reg;
Auke Kok9a799d72007-09-15 14:07:45 -07002005
2006 hw->addr_ctrl.mta_in_use++;
2007
2008 vector = ixgbe_mta_vector(hw, mc_addr);
2009 hw_dbg(hw, " bit-vector = 0x%03X\n", vector);
2010
2011 /*
2012 * The MTA is a register array of 128 32-bit registers. It is treated
2013 * like an array of 4096 bits. We want to set bit
2014 * BitArray[vector_value]. So we figure out what register the bit is
2015 * in, read it, OR in the new bit, then write back the new value. The
2016 * register is determined by the upper 7 bits of the vector value and
2017 * the bit within that register are determined by the lower 5 bits of
2018 * the value.
2019 */
2020 vector_reg = (vector >> 5) & 0x7F;
2021 vector_bit = vector & 0x1F;
Emil Tantilov80960ab2011-02-18 08:58:27 +00002022 hw->mac.mta_shadow[vector_reg] |= (1 << vector_bit);
Auke Kok9a799d72007-09-15 14:07:45 -07002023}
2024
2025/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002026 * ixgbe_update_mc_addr_list_generic - Updates MAC list of multicast addresses
Auke Kok9a799d72007-09-15 14:07:45 -07002027 * @hw: pointer to hardware structure
Jiri Pirko2853eb82010-03-23 22:58:01 +00002028 * @netdev: pointer to net device structure
Auke Kok9a799d72007-09-15 14:07:45 -07002029 *
2030 * The given list replaces any existing list. Clears the MC addrs from receive
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002031 * address registers and the multicast table. Uses unused receive address
Auke Kok9a799d72007-09-15 14:07:45 -07002032 * registers for the first multicast addresses, and hashes the rest into the
2033 * multicast table.
2034 **/
Jiri Pirko2853eb82010-03-23 22:58:01 +00002035s32 ixgbe_update_mc_addr_list_generic(struct ixgbe_hw *hw,
2036 struct net_device *netdev)
Auke Kok9a799d72007-09-15 14:07:45 -07002037{
Jiri Pirko22bedad32010-04-01 21:22:57 +00002038 struct netdev_hw_addr *ha;
Auke Kok9a799d72007-09-15 14:07:45 -07002039 u32 i;
Auke Kok9a799d72007-09-15 14:07:45 -07002040
2041 /*
2042 * Set the new number of MC addresses that we are being requested to
2043 * use.
2044 */
Jiri Pirko2853eb82010-03-23 22:58:01 +00002045 hw->addr_ctrl.num_mc_addrs = netdev_mc_count(netdev);
Auke Kok9a799d72007-09-15 14:07:45 -07002046 hw->addr_ctrl.mta_in_use = 0;
2047
Emil Tantilov80960ab2011-02-18 08:58:27 +00002048 /* Clear mta_shadow */
Auke Kok9a799d72007-09-15 14:07:45 -07002049 hw_dbg(hw, " Clearing MTA\n");
Emil Tantilov80960ab2011-02-18 08:58:27 +00002050 memset(&hw->mac.mta_shadow, 0, sizeof(hw->mac.mta_shadow));
Auke Kok9a799d72007-09-15 14:07:45 -07002051
Emil Tantilov80960ab2011-02-18 08:58:27 +00002052 /* Update mta shadow */
Jiri Pirko22bedad32010-04-01 21:22:57 +00002053 netdev_for_each_mc_addr(ha, netdev) {
Auke Kok9a799d72007-09-15 14:07:45 -07002054 hw_dbg(hw, " Adding the multicast addresses:\n");
Jiri Pirko22bedad32010-04-01 21:22:57 +00002055 ixgbe_set_mta(hw, ha->addr);
Auke Kok9a799d72007-09-15 14:07:45 -07002056 }
2057
2058 /* Enable mta */
Emil Tantilov80960ab2011-02-18 08:58:27 +00002059 for (i = 0; i < hw->mac.mcft_size; i++)
2060 IXGBE_WRITE_REG_ARRAY(hw, IXGBE_MTA(0), i,
2061 hw->mac.mta_shadow[i]);
2062
Auke Kok9a799d72007-09-15 14:07:45 -07002063 if (hw->addr_ctrl.mta_in_use > 0)
2064 IXGBE_WRITE_REG(hw, IXGBE_MCSTCTRL,
Peter P Waskiewiczb4617242008-09-11 20:04:46 -07002065 IXGBE_MCSTCTRL_MFE | hw->mac.mc_filter_type);
Auke Kok9a799d72007-09-15 14:07:45 -07002066
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002067 hw_dbg(hw, "ixgbe_update_mc_addr_list_generic Complete\n");
Auke Kok9a799d72007-09-15 14:07:45 -07002068 return 0;
2069}
2070
2071/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002072 * ixgbe_enable_mc_generic - Enable multicast address in RAR
Auke Kok9a799d72007-09-15 14:07:45 -07002073 * @hw: pointer to hardware structure
2074 *
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002075 * Enables multicast address in RAR and the use of the multicast hash table.
Auke Kok9a799d72007-09-15 14:07:45 -07002076 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002077s32 ixgbe_enable_mc_generic(struct ixgbe_hw *hw)
Auke Kok9a799d72007-09-15 14:07:45 -07002078{
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002079 struct ixgbe_addr_filter_info *a = &hw->addr_ctrl;
Auke Kok9a799d72007-09-15 14:07:45 -07002080
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002081 if (a->mta_in_use > 0)
2082 IXGBE_WRITE_REG(hw, IXGBE_MCSTCTRL, IXGBE_MCSTCTRL_MFE |
2083 hw->mac.mc_filter_type);
Auke Kok9a799d72007-09-15 14:07:45 -07002084
2085 return 0;
2086}
2087
2088/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002089 * ixgbe_disable_mc_generic - Disable multicast address in RAR
Auke Kok9a799d72007-09-15 14:07:45 -07002090 * @hw: pointer to hardware structure
Auke Kok9a799d72007-09-15 14:07:45 -07002091 *
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002092 * Disables multicast address in RAR and the use of the multicast hash table.
Auke Kok9a799d72007-09-15 14:07:45 -07002093 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002094s32 ixgbe_disable_mc_generic(struct ixgbe_hw *hw)
Auke Kok9a799d72007-09-15 14:07:45 -07002095{
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002096 struct ixgbe_addr_filter_info *a = &hw->addr_ctrl;
Auke Kok9a799d72007-09-15 14:07:45 -07002097
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002098 if (a->mta_in_use > 0)
2099 IXGBE_WRITE_REG(hw, IXGBE_MCSTCTRL, hw->mac.mc_filter_type);
Auke Kok9a799d72007-09-15 14:07:45 -07002100
2101 return 0;
2102}
2103
2104/**
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00002105 * ixgbe_fc_enable_generic - Enable flow control
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002106 * @hw: pointer to hardware structure
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002107 *
2108 * Enable flow control according to the current settings.
2109 **/
Alexander Duyck041441d2012-04-19 17:48:48 +00002110s32 ixgbe_fc_enable_generic(struct ixgbe_hw *hw)
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002111{
2112 s32 ret_val = 0;
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00002113 u32 mflcn_reg, fccfg_reg;
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002114 u32 reg;
John Fastabend16b61be2010-11-16 19:26:44 -08002115 u32 fcrtl, fcrth;
Alexander Duyck041441d2012-04-19 17:48:48 +00002116 int i;
Peter P Waskiewicz Jr70b77622009-05-17 12:34:55 +00002117
Alexander Duyck041441d2012-04-19 17:48:48 +00002118 /*
2119 * Validate the water mark configuration for packet buffer 0. Zero
2120 * water marks indicate that the packet buffer was not configured
2121 * and the watermarks for packet buffer 0 should always be configured.
2122 */
2123 if (!hw->fc.low_water ||
2124 !hw->fc.high_water[0] ||
2125 !hw->fc.pause_time) {
2126 hw_dbg(hw, "Invalid water mark configuration\n");
2127 ret_val = IXGBE_ERR_INVALID_LINK_SETTINGS;
Peter P Waskiewicz Jr70b77622009-05-17 12:34:55 +00002128 goto out;
Alexander Duyck041441d2012-04-19 17:48:48 +00002129 }
Peter P Waskiewicz Jr70b77622009-05-17 12:34:55 +00002130
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00002131 /* Negotiate the fc mode to use */
Alexander Duyck786e9a52012-03-28 08:03:48 +00002132 ixgbe_fc_autoneg(hw);
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002133
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00002134 /* Disable any previous flow control settings */
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002135 mflcn_reg = IXGBE_READ_REG(hw, IXGBE_MFLCN);
Alexander Duyck041441d2012-04-19 17:48:48 +00002136 mflcn_reg &= ~(IXGBE_MFLCN_RPFCE_MASK | IXGBE_MFLCN_RFCE);
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002137
2138 fccfg_reg = IXGBE_READ_REG(hw, IXGBE_FCCFG);
2139 fccfg_reg &= ~(IXGBE_FCCFG_TFCE_802_3X | IXGBE_FCCFG_TFCE_PRIORITY);
2140
2141 /*
2142 * The possible values of fc.current_mode are:
2143 * 0: Flow control is completely disabled
2144 * 1: Rx flow control is enabled (we can receive pause frames,
2145 * but not send pause frames).
PJ Waskiewiczbb3daa42009-03-25 22:10:42 +00002146 * 2: Tx flow control is enabled (we can send pause frames but
2147 * we do not support receiving pause frames).
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002148 * 3: Both Rx and Tx flow control (symmetric) are enabled.
2149 * other: Invalid.
2150 */
2151 switch (hw->fc.current_mode) {
2152 case ixgbe_fc_none:
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00002153 /*
2154 * Flow control is disabled by software override or autoneg.
2155 * The code below will actually disable it in the HW.
2156 */
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002157 break;
2158 case ixgbe_fc_rx_pause:
2159 /*
2160 * Rx Flow control is enabled and Tx Flow control is
2161 * disabled by software override. Since there really
2162 * isn't a way to advertise that we are capable of RX
2163 * Pause ONLY, we will advertise that we support both
2164 * symmetric and asymmetric Rx PAUSE. Later, we will
2165 * disable the adapter's ability to send PAUSE frames.
2166 */
2167 mflcn_reg |= IXGBE_MFLCN_RFCE;
2168 break;
2169 case ixgbe_fc_tx_pause:
2170 /*
2171 * Tx Flow control is enabled, and Rx Flow control is
2172 * disabled by software override.
2173 */
2174 fccfg_reg |= IXGBE_FCCFG_TFCE_802_3X;
2175 break;
2176 case ixgbe_fc_full:
2177 /* Flow control (both Rx and Tx) is enabled by SW override. */
2178 mflcn_reg |= IXGBE_MFLCN_RFCE;
2179 fccfg_reg |= IXGBE_FCCFG_TFCE_802_3X;
2180 break;
2181 default:
2182 hw_dbg(hw, "Flow control param set incorrectly\n");
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00002183 ret_val = IXGBE_ERR_CONFIG;
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002184 goto out;
2185 break;
2186 }
2187
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00002188 /* Set 802.3x based flow control settings. */
PJ Waskiewicz2132d382009-04-09 22:26:21 +00002189 mflcn_reg |= IXGBE_MFLCN_DPF;
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002190 IXGBE_WRITE_REG(hw, IXGBE_MFLCN, mflcn_reg);
2191 IXGBE_WRITE_REG(hw, IXGBE_FCCFG, fccfg_reg);
2192
Alexander Duyck041441d2012-04-19 17:48:48 +00002193 fcrtl = (hw->fc.low_water << 10) | IXGBE_FCRTL_XONE;
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00002194
Alexander Duyck041441d2012-04-19 17:48:48 +00002195 /* Set up and enable Rx high/low water mark thresholds, enable XON. */
2196 for (i = 0; i < MAX_TRAFFIC_CLASS; i++) {
2197 if ((hw->fc.current_mode & ixgbe_fc_tx_pause) &&
2198 hw->fc.high_water[i]) {
2199 IXGBE_WRITE_REG(hw, IXGBE_FCRTL_82599(i), fcrtl);
2200 fcrth = (hw->fc.high_water[i] << 10) | IXGBE_FCRTH_FCEN;
2201 } else {
2202 IXGBE_WRITE_REG(hw, IXGBE_FCRTL_82599(i), 0);
2203 /*
2204 * In order to prevent Tx hangs when the internal Tx
2205 * switch is enabled we must set the high water mark
2206 * to the maximum FCRTH value. This allows the Tx
2207 * switch to function even under heavy Rx workloads.
2208 */
2209 fcrth = IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(i)) - 32;
2210 }
2211
2212 IXGBE_WRITE_REG(hw, IXGBE_FCRTH_82599(i), fcrth);
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002213 }
2214
2215 /* Configure pause time (2 TCs per register) */
Alexander Duyck041441d2012-04-19 17:48:48 +00002216 reg = hw->fc.pause_time * 0x00010001;
2217 for (i = 0; i < (MAX_TRAFFIC_CLASS / 2); i++)
2218 IXGBE_WRITE_REG(hw, IXGBE_FCTTV(i), reg);
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002219
Alexander Duyck041441d2012-04-19 17:48:48 +00002220 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, hw->fc.pause_time / 2);
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002221
2222out:
2223 return ret_val;
2224}
2225
2226/**
Alexander Duyck67a79df2012-04-19 17:49:56 +00002227 * ixgbe_negotiate_fc - Negotiate flow control
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08002228 * @hw: pointer to hardware structure
Alexander Duyck67a79df2012-04-19 17:49:56 +00002229 * @adv_reg: flow control advertised settings
2230 * @lp_reg: link partner's flow control settings
2231 * @adv_sym: symmetric pause bit in advertisement
2232 * @adv_asm: asymmetric pause bit in advertisement
2233 * @lp_sym: symmetric pause bit in link partner advertisement
2234 * @lp_asm: asymmetric pause bit in link partner advertisement
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08002235 *
Alexander Duyck67a79df2012-04-19 17:49:56 +00002236 * Find the intersection between advertised settings and link partner's
2237 * advertised settings
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08002238 **/
Alexander Duyck67a79df2012-04-19 17:49:56 +00002239static s32 ixgbe_negotiate_fc(struct ixgbe_hw *hw, u32 adv_reg, u32 lp_reg,
2240 u32 adv_sym, u32 adv_asm, u32 lp_sym, u32 lp_asm)
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08002241{
Alexander Duyck67a79df2012-04-19 17:49:56 +00002242 if ((!(adv_reg)) || (!(lp_reg)))
2243 return IXGBE_ERR_FC_NOT_NEGOTIATED;
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08002244
Alexander Duyck67a79df2012-04-19 17:49:56 +00002245 if ((adv_reg & adv_sym) && (lp_reg & lp_sym)) {
2246 /*
2247 * Now we need to check if the user selected Rx ONLY
2248 * of pause frames. In this case, we had to advertise
2249 * FULL flow control because we could not advertise RX
2250 * ONLY. Hence, we must now check to see if we need to
2251 * turn OFF the TRANSMISSION of PAUSE frames.
2252 */
2253 if (hw->fc.requested_mode == ixgbe_fc_full) {
2254 hw->fc.current_mode = ixgbe_fc_full;
2255 hw_dbg(hw, "Flow Control = FULL.\n");
2256 } else {
2257 hw->fc.current_mode = ixgbe_fc_rx_pause;
2258 hw_dbg(hw, "Flow Control=RX PAUSE frames only\n");
2259 }
2260 } else if (!(adv_reg & adv_sym) && (adv_reg & adv_asm) &&
2261 (lp_reg & lp_sym) && (lp_reg & lp_asm)) {
2262 hw->fc.current_mode = ixgbe_fc_tx_pause;
2263 hw_dbg(hw, "Flow Control = TX PAUSE frames only.\n");
2264 } else if ((adv_reg & adv_sym) && (adv_reg & adv_asm) &&
2265 !(lp_reg & lp_sym) && (lp_reg & lp_asm)) {
2266 hw->fc.current_mode = ixgbe_fc_rx_pause;
2267 hw_dbg(hw, "Flow Control = RX PAUSE frames only.\n");
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002268 } else {
Alexander Duyck67a79df2012-04-19 17:49:56 +00002269 hw->fc.current_mode = ixgbe_fc_none;
2270 hw_dbg(hw, "Flow Control = NONE.\n");
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002271 }
Alexander Duyck67a79df2012-04-19 17:49:56 +00002272 return 0;
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002273}
2274
2275/**
2276 * ixgbe_fc_autoneg_fiber - Enable flow control on 1 gig fiber
2277 * @hw: pointer to hardware structure
2278 *
2279 * Enable flow control according on 1 gig fiber.
2280 **/
2281static s32 ixgbe_fc_autoneg_fiber(struct ixgbe_hw *hw)
2282{
2283 u32 pcs_anadv_reg, pcs_lpab_reg, linkstat;
Alexander Duyck786e9a52012-03-28 08:03:48 +00002284 s32 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED;
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002285
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00002286 /*
2287 * On multispeed fiber at 1g, bail out if
2288 * - link is up but AN did not complete, or if
2289 * - link is up and AN completed but timed out
2290 */
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00002291
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002292 linkstat = IXGBE_READ_REG(hw, IXGBE_PCS1GLSTA);
Don Skidmore53f096d2011-07-28 01:00:58 +00002293 if ((!!(linkstat & IXGBE_PCS1GLSTA_AN_COMPLETE) == 0) ||
Alexander Duyck786e9a52012-03-28 08:03:48 +00002294 (!!(linkstat & IXGBE_PCS1GLSTA_AN_TIMED_OUT) == 1))
PJ Waskiewicz9bbe3a52009-11-24 18:51:28 +00002295 goto out;
PJ Waskiewicz9bbe3a52009-11-24 18:51:28 +00002296
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002297 pcs_anadv_reg = IXGBE_READ_REG(hw, IXGBE_PCS1GANA);
2298 pcs_lpab_reg = IXGBE_READ_REG(hw, IXGBE_PCS1GANLP);
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08002299
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002300 ret_val = ixgbe_negotiate_fc(hw, pcs_anadv_reg,
2301 pcs_lpab_reg, IXGBE_PCS1GANA_SYM_PAUSE,
2302 IXGBE_PCS1GANA_ASM_PAUSE,
2303 IXGBE_PCS1GANA_SYM_PAUSE,
2304 IXGBE_PCS1GANA_ASM_PAUSE);
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00002305
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08002306out:
2307 return ret_val;
2308}
2309
2310/**
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002311 * ixgbe_fc_autoneg_backplane - Enable flow control IEEE clause 37
2312 * @hw: pointer to hardware structure
2313 *
2314 * Enable flow control according to IEEE clause 37.
2315 **/
2316static s32 ixgbe_fc_autoneg_backplane(struct ixgbe_hw *hw)
2317{
2318 u32 links2, anlp1_reg, autoc_reg, links;
Alexander Duyck786e9a52012-03-28 08:03:48 +00002319 s32 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED;
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002320
2321 /*
2322 * On backplane, bail out if
2323 * - backplane autoneg was not completed, or if
2324 * - we are 82599 and link partner is not AN enabled
2325 */
2326 links = IXGBE_READ_REG(hw, IXGBE_LINKS);
Alexander Duyck786e9a52012-03-28 08:03:48 +00002327 if ((links & IXGBE_LINKS_KX_AN_COMP) == 0)
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002328 goto out;
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002329
2330 if (hw->mac.type == ixgbe_mac_82599EB) {
2331 links2 = IXGBE_READ_REG(hw, IXGBE_LINKS2);
Alexander Duyck786e9a52012-03-28 08:03:48 +00002332 if ((links2 & IXGBE_LINKS2_AN_SUPPORTED) == 0)
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002333 goto out;
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002334 }
2335 /*
2336 * Read the 10g AN autoc and LP ability registers and resolve
2337 * local flow control settings accordingly
2338 */
2339 autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC);
2340 anlp1_reg = IXGBE_READ_REG(hw, IXGBE_ANLP1);
2341
2342 ret_val = ixgbe_negotiate_fc(hw, autoc_reg,
2343 anlp1_reg, IXGBE_AUTOC_SYM_PAUSE, IXGBE_AUTOC_ASM_PAUSE,
2344 IXGBE_ANLP1_SYM_PAUSE, IXGBE_ANLP1_ASM_PAUSE);
2345
2346out:
2347 return ret_val;
2348}
2349
2350/**
2351 * ixgbe_fc_autoneg_copper - Enable flow control IEEE clause 37
2352 * @hw: pointer to hardware structure
2353 *
2354 * Enable flow control according to IEEE clause 37.
2355 **/
2356static s32 ixgbe_fc_autoneg_copper(struct ixgbe_hw *hw)
2357{
2358 u16 technology_ability_reg = 0;
2359 u16 lp_technology_ability_reg = 0;
2360
2361 hw->phy.ops.read_reg(hw, MDIO_AN_ADVERTISE,
2362 MDIO_MMD_AN,
2363 &technology_ability_reg);
2364 hw->phy.ops.read_reg(hw, MDIO_AN_LPA,
2365 MDIO_MMD_AN,
2366 &lp_technology_ability_reg);
2367
2368 return ixgbe_negotiate_fc(hw, (u32)technology_ability_reg,
2369 (u32)lp_technology_ability_reg,
2370 IXGBE_TAF_SYM_PAUSE, IXGBE_TAF_ASM_PAUSE,
2371 IXGBE_TAF_SYM_PAUSE, IXGBE_TAF_ASM_PAUSE);
2372}
2373
2374/**
Alexander Duyck67a79df2012-04-19 17:49:56 +00002375 * ixgbe_fc_autoneg - Configure flow control
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002376 * @hw: pointer to hardware structure
2377 *
Alexander Duyck67a79df2012-04-19 17:49:56 +00002378 * Compares our advertised flow control capabilities to those advertised by
2379 * our link partner, and determines the proper flow control mode to use.
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002380 **/
Alexander Duyck67a79df2012-04-19 17:49:56 +00002381void ixgbe_fc_autoneg(struct ixgbe_hw *hw)
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002382{
Alexander Duyck67a79df2012-04-19 17:49:56 +00002383 s32 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED;
2384 ixgbe_link_speed speed;
2385 bool link_up;
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002386
2387 /*
Alexander Duyck67a79df2012-04-19 17:49:56 +00002388 * AN should have completed when the cable was plugged in.
2389 * Look for reasons to bail out. Bail out if:
2390 * - FC autoneg is disabled, or if
2391 * - link is not up.
2392 *
2393 * Since we're being called from an LSC, link is already known to be up.
2394 * So use link_up_wait_to_complete=false.
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002395 */
Alexander Duyck67a79df2012-04-19 17:49:56 +00002396 if (hw->fc.disable_fc_autoneg)
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00002397 goto out;
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002398
Alexander Duyck67a79df2012-04-19 17:49:56 +00002399 hw->mac.ops.check_link(hw, &speed, &link_up, false);
2400 if (!link_up)
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002401 goto out;
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002402
2403 switch (hw->phy.media_type) {
Alexander Duyck67a79df2012-04-19 17:49:56 +00002404 /* Autoneg flow control on fiber adapters */
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002405 case ixgbe_media_type_fiber:
Alexander Duyck67a79df2012-04-19 17:49:56 +00002406 if (speed == IXGBE_LINK_SPEED_1GB_FULL)
2407 ret_val = ixgbe_fc_autoneg_fiber(hw);
2408 break;
2409
2410 /* Autoneg flow control on backplane adapters */
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002411 case ixgbe_media_type_backplane:
Alexander Duyck67a79df2012-04-19 17:49:56 +00002412 ret_val = ixgbe_fc_autoneg_backplane(hw);
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002413 break;
2414
Alexander Duyck67a79df2012-04-19 17:49:56 +00002415 /* Autoneg flow control on copper adapters */
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002416 case ixgbe_media_type_copper:
Alexander Duyck67a79df2012-04-19 17:49:56 +00002417 if (ixgbe_device_supports_autoneg_fc(hw) == 0)
2418 ret_val = ixgbe_fc_autoneg_copper(hw);
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002419 break;
2420
2421 default:
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00002422 break;
2423 }
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002424
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002425out:
Alexander Duyck67a79df2012-04-19 17:49:56 +00002426 if (ret_val == 0) {
2427 hw->fc.fc_was_autonegged = true;
2428 } else {
2429 hw->fc.fc_was_autonegged = false;
2430 hw->fc.current_mode = hw->fc.requested_mode;
2431 }
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002432}
2433
2434/**
Auke Kok9a799d72007-09-15 14:07:45 -07002435 * ixgbe_disable_pcie_master - Disable PCI-express master access
2436 * @hw: pointer to hardware structure
2437 *
2438 * Disables PCI-Express master access and verifies there are no pending
2439 * requests. IXGBE_ERR_MASTER_REQUESTS_PENDING is returned if master disable
2440 * bit hasn't caused the master requests to be disabled, else 0
2441 * is returned signifying master requests disabled.
2442 **/
Emil Tantilovff9d1a52011-08-16 04:35:11 +00002443static s32 ixgbe_disable_pcie_master(struct ixgbe_hw *hw)
Auke Kok9a799d72007-09-15 14:07:45 -07002444{
Emil Tantilova4297dc2011-02-14 08:45:13 +00002445 struct ixgbe_adapter *adapter = hw->back;
Emil Tantilova4297dc2011-02-14 08:45:13 +00002446 s32 status = 0;
Emil Tantilovff9d1a52011-08-16 04:35:11 +00002447 u32 i;
2448 u16 value;
Emil Tantilova4297dc2011-02-14 08:45:13 +00002449
Emil Tantilovff9d1a52011-08-16 04:35:11 +00002450 /* Always set this bit to ensure any future transactions are blocked */
2451 IXGBE_WRITE_REG(hw, IXGBE_CTRL, IXGBE_CTRL_GIO_DIS);
2452
2453 /* Exit if master requests are blocked */
Emil Tantilova4297dc2011-02-14 08:45:13 +00002454 if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO))
2455 goto out;
Auke Kok9a799d72007-09-15 14:07:45 -07002456
Emil Tantilovff9d1a52011-08-16 04:35:11 +00002457 /* Poll for master request bit to clear */
Auke Kok9a799d72007-09-15 14:07:45 -07002458 for (i = 0; i < IXGBE_PCI_MASTER_DISABLE_TIMEOUT; i++) {
Emil Tantilovff9d1a52011-08-16 04:35:11 +00002459 udelay(100);
Emil Tantilova4297dc2011-02-14 08:45:13 +00002460 if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO))
Emil Tantilovff9d1a52011-08-16 04:35:11 +00002461 goto out;
Auke Kok9a799d72007-09-15 14:07:45 -07002462 }
2463
Emil Tantilova4297dc2011-02-14 08:45:13 +00002464 /*
2465 * Two consecutive resets are required via CTRL.RST per datasheet
2466 * 5.2.5.3.2 Master Disable. We set a flag to inform the reset routine
2467 * of this need. The first reset prevents new master requests from
Emil Tantilovff9d1a52011-08-16 04:35:11 +00002468 * being issued by our device. We then must wait 1usec or more for any
Emil Tantilova4297dc2011-02-14 08:45:13 +00002469 * remaining completions from the PCIe bus to trickle in, and then reset
2470 * again to clear out any effects they may have had on our device.
2471 */
Emil Tantilovff9d1a52011-08-16 04:35:11 +00002472 hw_dbg(hw, "GIO Master Disable bit didn't clear - requesting resets\n");
2473 hw->mac.flags |= IXGBE_FLAGS_DOUBLE_RESET_REQUIRED;
2474
2475 /*
2476 * Before proceeding, make sure that the PCIe block does not have
2477 * transactions pending.
2478 */
2479 for (i = 0; i < IXGBE_PCI_MASTER_DISABLE_TIMEOUT; i++) {
2480 udelay(100);
2481 pci_read_config_word(adapter->pdev, IXGBE_PCI_DEVICE_STATUS,
2482 &value);
2483 if (!(value & IXGBE_PCI_DEVICE_STATUS_TRANSACTION_PENDING))
2484 goto out;
2485 }
2486
2487 hw_dbg(hw, "PCIe transaction pending bit also did not clear.\n");
2488 status = IXGBE_ERR_MASTER_REQUESTS_PENDING;
Emil Tantilova4297dc2011-02-14 08:45:13 +00002489
2490out:
Auke Kok9a799d72007-09-15 14:07:45 -07002491 return status;
2492}
2493
Auke Kok9a799d72007-09-15 14:07:45 -07002494/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002495 * ixgbe_acquire_swfw_sync - Acquire SWFW semaphore
Auke Kok9a799d72007-09-15 14:07:45 -07002496 * @hw: pointer to hardware structure
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002497 * @mask: Mask to specify which semaphore to acquire
Auke Kok9a799d72007-09-15 14:07:45 -07002498 *
Emil Tantilovda74cd42011-03-03 09:25:07 +00002499 * Acquires the SWFW semaphore through the GSSR register for the specified
Auke Kok9a799d72007-09-15 14:07:45 -07002500 * function (CSR, PHY0, PHY1, EEPROM, Flash)
2501 **/
2502s32 ixgbe_acquire_swfw_sync(struct ixgbe_hw *hw, u16 mask)
2503{
2504 u32 gssr;
2505 u32 swmask = mask;
2506 u32 fwmask = mask << 5;
2507 s32 timeout = 200;
2508
2509 while (timeout) {
Emil Tantilovdbf893e2011-02-08 09:42:41 +00002510 /*
2511 * SW EEPROM semaphore bit is used for access to all
2512 * SW_FW_SYNC/GSSR bits (not just EEPROM)
2513 */
Auke Kok9a799d72007-09-15 14:07:45 -07002514 if (ixgbe_get_eeprom_semaphore(hw))
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00002515 return IXGBE_ERR_SWFW_SYNC;
Auke Kok9a799d72007-09-15 14:07:45 -07002516
2517 gssr = IXGBE_READ_REG(hw, IXGBE_GSSR);
2518 if (!(gssr & (fwmask | swmask)))
2519 break;
2520
2521 /*
2522 * Firmware currently using resource (fwmask) or other software
2523 * thread currently using resource (swmask)
2524 */
2525 ixgbe_release_eeprom_semaphore(hw);
Don Skidmore032b4322011-03-18 09:32:53 +00002526 usleep_range(5000, 10000);
Auke Kok9a799d72007-09-15 14:07:45 -07002527 timeout--;
2528 }
2529
2530 if (!timeout) {
Emil Tantilovdbf893e2011-02-08 09:42:41 +00002531 hw_dbg(hw, "Driver can't access resource, SW_FW_SYNC timeout.\n");
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00002532 return IXGBE_ERR_SWFW_SYNC;
Auke Kok9a799d72007-09-15 14:07:45 -07002533 }
2534
2535 gssr |= swmask;
2536 IXGBE_WRITE_REG(hw, IXGBE_GSSR, gssr);
2537
2538 ixgbe_release_eeprom_semaphore(hw);
2539 return 0;
2540}
2541
2542/**
2543 * ixgbe_release_swfw_sync - Release SWFW semaphore
2544 * @hw: pointer to hardware structure
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002545 * @mask: Mask to specify which semaphore to release
Auke Kok9a799d72007-09-15 14:07:45 -07002546 *
Emil Tantilovda74cd42011-03-03 09:25:07 +00002547 * Releases the SWFW semaphore through the GSSR register for the specified
Auke Kok9a799d72007-09-15 14:07:45 -07002548 * function (CSR, PHY0, PHY1, EEPROM, Flash)
2549 **/
2550void ixgbe_release_swfw_sync(struct ixgbe_hw *hw, u16 mask)
2551{
2552 u32 gssr;
2553 u32 swmask = mask;
2554
2555 ixgbe_get_eeprom_semaphore(hw);
2556
2557 gssr = IXGBE_READ_REG(hw, IXGBE_GSSR);
2558 gssr &= ~swmask;
2559 IXGBE_WRITE_REG(hw, IXGBE_GSSR, gssr);
2560
2561 ixgbe_release_eeprom_semaphore(hw);
2562}
2563
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002564/**
Atita Shirwaikard2f5e7f2012-02-18 02:58:58 +00002565 * ixgbe_disable_rx_buff_generic - Stops the receive data path
2566 * @hw: pointer to hardware structure
2567 *
2568 * Stops the receive data path and waits for the HW to internally
2569 * empty the Rx security block.
2570 **/
2571s32 ixgbe_disable_rx_buff_generic(struct ixgbe_hw *hw)
2572{
2573#define IXGBE_MAX_SECRX_POLL 40
2574 int i;
2575 int secrxreg;
2576
2577 secrxreg = IXGBE_READ_REG(hw, IXGBE_SECRXCTRL);
2578 secrxreg |= IXGBE_SECRXCTRL_RX_DIS;
2579 IXGBE_WRITE_REG(hw, IXGBE_SECRXCTRL, secrxreg);
2580 for (i = 0; i < IXGBE_MAX_SECRX_POLL; i++) {
2581 secrxreg = IXGBE_READ_REG(hw, IXGBE_SECRXSTAT);
2582 if (secrxreg & IXGBE_SECRXSTAT_SECRX_RDY)
2583 break;
2584 else
2585 /* Use interrupt-safe sleep just in case */
Jacob Kellerdb76ad42012-05-03 01:44:12 +00002586 udelay(1000);
Atita Shirwaikard2f5e7f2012-02-18 02:58:58 +00002587 }
2588
2589 /* For informational purposes only */
2590 if (i >= IXGBE_MAX_SECRX_POLL)
2591 hw_dbg(hw, "Rx unit being enabled before security "
2592 "path fully disabled. Continuing with init.\n");
2593
2594 return 0;
2595
2596}
2597
2598/**
2599 * ixgbe_enable_rx_buff - Enables the receive data path
2600 * @hw: pointer to hardware structure
2601 *
2602 * Enables the receive data path
2603 **/
2604s32 ixgbe_enable_rx_buff_generic(struct ixgbe_hw *hw)
2605{
2606 int secrxreg;
2607
2608 secrxreg = IXGBE_READ_REG(hw, IXGBE_SECRXCTRL);
2609 secrxreg &= ~IXGBE_SECRXCTRL_RX_DIS;
2610 IXGBE_WRITE_REG(hw, IXGBE_SECRXCTRL, secrxreg);
2611 IXGBE_WRITE_FLUSH(hw);
2612
2613 return 0;
2614}
2615
2616/**
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002617 * ixgbe_enable_rx_dma_generic - Enable the Rx DMA unit
2618 * @hw: pointer to hardware structure
2619 * @regval: register value to write to RXCTRL
2620 *
2621 * Enables the Rx DMA unit
2622 **/
2623s32 ixgbe_enable_rx_dma_generic(struct ixgbe_hw *hw, u32 regval)
2624{
2625 IXGBE_WRITE_REG(hw, IXGBE_RXCTRL, regval);
2626
2627 return 0;
2628}
PJ Waskiewicz87c12012009-04-08 13:20:31 +00002629
2630/**
2631 * ixgbe_blink_led_start_generic - Blink LED based on index.
2632 * @hw: pointer to hardware structure
2633 * @index: led number to blink
2634 **/
2635s32 ixgbe_blink_led_start_generic(struct ixgbe_hw *hw, u32 index)
2636{
2637 ixgbe_link_speed speed = 0;
Rusty Russell3db1cd52011-12-19 13:56:45 +00002638 bool link_up = false;
PJ Waskiewicz87c12012009-04-08 13:20:31 +00002639 u32 autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC);
2640 u32 led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
Don Skidmored7bbcd32012-10-24 06:19:01 +00002641 s32 ret_val = 0;
PJ Waskiewicz87c12012009-04-08 13:20:31 +00002642
2643 /*
2644 * Link must be up to auto-blink the LEDs;
2645 * Force it if link is down.
2646 */
2647 hw->mac.ops.check_link(hw, &speed, &link_up, false);
2648
2649 if (!link_up) {
Don Skidmored7bbcd32012-10-24 06:19:01 +00002650 /* Need the SW/FW semaphore around AUTOC writes if 82599 and
2651 * LESM is on.
2652 */
2653 bool got_lock = false;
2654
2655 if ((hw->mac.type == ixgbe_mac_82599EB) &&
2656 ixgbe_verify_lesm_fw_enabled_82599(hw)) {
2657 ret_val = hw->mac.ops.acquire_swfw_sync(hw,
2658 IXGBE_GSSR_MAC_CSR_SM);
2659 if (ret_val)
2660 goto out;
2661
2662 got_lock = true;
2663 }
Peter P Waskiewicz Jr50ac58b2009-06-04 11:10:53 +00002664 autoc_reg |= IXGBE_AUTOC_AN_RESTART;
PJ Waskiewicz87c12012009-04-08 13:20:31 +00002665 autoc_reg |= IXGBE_AUTOC_FLU;
2666 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, autoc_reg);
Jesse Brandeburg945a5152011-07-20 00:56:21 +00002667 IXGBE_WRITE_FLUSH(hw);
Don Skidmored7bbcd32012-10-24 06:19:01 +00002668
2669 if (got_lock)
2670 hw->mac.ops.release_swfw_sync(hw,
2671 IXGBE_GSSR_MAC_CSR_SM);
Don Skidmore032b4322011-03-18 09:32:53 +00002672 usleep_range(10000, 20000);
PJ Waskiewicz87c12012009-04-08 13:20:31 +00002673 }
2674
2675 led_reg &= ~IXGBE_LED_MODE_MASK(index);
2676 led_reg |= IXGBE_LED_BLINK(index);
2677 IXGBE_WRITE_REG(hw, IXGBE_LEDCTL, led_reg);
2678 IXGBE_WRITE_FLUSH(hw);
2679
Don Skidmored7bbcd32012-10-24 06:19:01 +00002680out:
2681 return ret_val;
PJ Waskiewicz87c12012009-04-08 13:20:31 +00002682}
2683
2684/**
2685 * ixgbe_blink_led_stop_generic - Stop blinking LED based on index.
2686 * @hw: pointer to hardware structure
2687 * @index: led number to stop blinking
2688 **/
2689s32 ixgbe_blink_led_stop_generic(struct ixgbe_hw *hw, u32 index)
2690{
2691 u32 autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC);
2692 u32 led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
Don Skidmored7bbcd32012-10-24 06:19:01 +00002693 s32 ret_val = 0;
2694 bool got_lock = false;
2695
2696 /* Need the SW/FW semaphore around AUTOC writes if 82599 and
2697 * LESM is on.
2698 */
2699 if ((hw->mac.type == ixgbe_mac_82599EB) &&
2700 ixgbe_verify_lesm_fw_enabled_82599(hw)) {
2701 ret_val = hw->mac.ops.acquire_swfw_sync(hw,
2702 IXGBE_GSSR_MAC_CSR_SM);
2703 if (ret_val)
2704 goto out;
2705
2706 got_lock = true;
2707 }
PJ Waskiewicz87c12012009-04-08 13:20:31 +00002708
2709 autoc_reg &= ~IXGBE_AUTOC_FLU;
2710 autoc_reg |= IXGBE_AUTOC_AN_RESTART;
2711 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, autoc_reg);
2712
Don Skidmored7bbcd32012-10-24 06:19:01 +00002713 if (hw->mac.type == ixgbe_mac_82599EB)
2714 ixgbe_reset_pipeline_82599(hw);
2715
2716 if (got_lock)
2717 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_MAC_CSR_SM);
2718
PJ Waskiewicz87c12012009-04-08 13:20:31 +00002719 led_reg &= ~IXGBE_LED_MODE_MASK(index);
2720 led_reg &= ~IXGBE_LED_BLINK(index);
2721 led_reg |= IXGBE_LED_LINK_ACTIVE << IXGBE_LED_MODE_SHIFT(index);
2722 IXGBE_WRITE_REG(hw, IXGBE_LEDCTL, led_reg);
2723 IXGBE_WRITE_FLUSH(hw);
2724
Don Skidmored7bbcd32012-10-24 06:19:01 +00002725out:
2726 return ret_val;
PJ Waskiewicz87c12012009-04-08 13:20:31 +00002727}
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002728
2729/**
2730 * ixgbe_get_san_mac_addr_offset - Get SAN MAC address offset from the EEPROM
2731 * @hw: pointer to hardware structure
2732 * @san_mac_offset: SAN MAC address offset
2733 *
2734 * This function will read the EEPROM location for the SAN MAC address
2735 * pointer, and returns the value at that location. This is used in both
2736 * get and set mac_addr routines.
2737 **/
2738static s32 ixgbe_get_san_mac_addr_offset(struct ixgbe_hw *hw,
2739 u16 *san_mac_offset)
2740{
2741 /*
2742 * First read the EEPROM pointer to see if the MAC addresses are
2743 * available.
2744 */
2745 hw->eeprom.ops.read(hw, IXGBE_SAN_MAC_ADDR_PTR, san_mac_offset);
2746
2747 return 0;
2748}
2749
2750/**
2751 * ixgbe_get_san_mac_addr_generic - SAN MAC address retrieval from the EEPROM
2752 * @hw: pointer to hardware structure
2753 * @san_mac_addr: SAN MAC address
2754 *
2755 * Reads the SAN MAC address from the EEPROM, if it's available. This is
2756 * per-port, so set_lan_id() must be called before reading the addresses.
2757 * set_lan_id() is called by identify_sfp(), but this cannot be relied
2758 * upon for non-SFP connections, so we must call it here.
2759 **/
2760s32 ixgbe_get_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr)
2761{
2762 u16 san_mac_data, san_mac_offset;
2763 u8 i;
2764
2765 /*
2766 * First read the EEPROM pointer to see if the MAC addresses are
2767 * available. If they're not, no point in calling set_lan_id() here.
2768 */
2769 ixgbe_get_san_mac_addr_offset(hw, &san_mac_offset);
2770
2771 if ((san_mac_offset == 0) || (san_mac_offset == 0xFFFF)) {
2772 /*
2773 * No addresses available in this EEPROM. It's not an
2774 * error though, so just wipe the local address and return.
2775 */
2776 for (i = 0; i < 6; i++)
2777 san_mac_addr[i] = 0xFF;
2778
2779 goto san_mac_addr_out;
2780 }
2781
2782 /* make sure we know which port we need to program */
2783 hw->mac.ops.set_lan_id(hw);
2784 /* apply the port offset to the address offset */
2785 (hw->bus.func) ? (san_mac_offset += IXGBE_SAN_MAC_ADDR_PORT1_OFFSET) :
2786 (san_mac_offset += IXGBE_SAN_MAC_ADDR_PORT0_OFFSET);
2787 for (i = 0; i < 3; i++) {
2788 hw->eeprom.ops.read(hw, san_mac_offset, &san_mac_data);
2789 san_mac_addr[i * 2] = (u8)(san_mac_data);
2790 san_mac_addr[i * 2 + 1] = (u8)(san_mac_data >> 8);
2791 san_mac_offset++;
2792 }
2793
2794san_mac_addr_out:
2795 return 0;
2796}
2797
2798/**
2799 * ixgbe_get_pcie_msix_count_generic - Gets MSI-X vector count
2800 * @hw: pointer to hardware structure
2801 *
2802 * Read PCIe configuration space, and get the MSI-X vector count from
2803 * the capabilities table.
2804 **/
Emil Tantilov71161302012-03-22 03:00:29 +00002805u16 ixgbe_get_pcie_msix_count_generic(struct ixgbe_hw *hw)
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002806{
2807 struct ixgbe_adapter *adapter = hw->back;
Emil Tantilov71161302012-03-22 03:00:29 +00002808 u16 msix_count = 1;
2809 u16 max_msix_count;
2810 u16 pcie_offset;
2811
2812 switch (hw->mac.type) {
2813 case ixgbe_mac_82598EB:
2814 pcie_offset = IXGBE_PCIE_MSIX_82598_CAPS;
2815 max_msix_count = IXGBE_MAX_MSIX_VECTORS_82598;
2816 break;
2817 case ixgbe_mac_82599EB:
2818 case ixgbe_mac_X540:
2819 pcie_offset = IXGBE_PCIE_MSIX_82599_CAPS;
2820 max_msix_count = IXGBE_MAX_MSIX_VECTORS_82599;
2821 break;
2822 default:
2823 return msix_count;
2824 }
2825
2826 pci_read_config_word(adapter->pdev, pcie_offset, &msix_count);
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002827 msix_count &= IXGBE_PCIE_MSIX_TBL_SZ_MASK;
2828
Emil Tantilov71161302012-03-22 03:00:29 +00002829 /* MSI-X count is zero-based in HW */
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002830 msix_count++;
2831
Emil Tantilov71161302012-03-22 03:00:29 +00002832 if (msix_count > max_msix_count)
2833 msix_count = max_msix_count;
2834
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002835 return msix_count;
2836}
2837
2838/**
2839 * ixgbe_clear_vmdq_generic - Disassociate a VMDq pool index from a rx address
2840 * @hw: pointer to hardware struct
2841 * @rar: receive address register index to disassociate
2842 * @vmdq: VMDq pool index to remove from the rar
2843 **/
2844s32 ixgbe_clear_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
2845{
2846 u32 mpsar_lo, mpsar_hi;
2847 u32 rar_entries = hw->mac.num_rar_entries;
2848
Emil Tantilovc700f4e2011-02-17 11:34:58 +00002849 /* Make sure we are using a valid rar index range */
2850 if (rar >= rar_entries) {
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002851 hw_dbg(hw, "RAR index %d is out of range.\n", rar);
Emil Tantilovc700f4e2011-02-17 11:34:58 +00002852 return IXGBE_ERR_INVALID_ARGUMENT;
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002853 }
2854
Emil Tantilovc700f4e2011-02-17 11:34:58 +00002855 mpsar_lo = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar));
2856 mpsar_hi = IXGBE_READ_REG(hw, IXGBE_MPSAR_HI(rar));
2857
2858 if (!mpsar_lo && !mpsar_hi)
2859 goto done;
2860
2861 if (vmdq == IXGBE_CLEAR_VMDQ_ALL) {
2862 if (mpsar_lo) {
2863 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), 0);
2864 mpsar_lo = 0;
2865 }
2866 if (mpsar_hi) {
2867 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(rar), 0);
2868 mpsar_hi = 0;
2869 }
2870 } else if (vmdq < 32) {
2871 mpsar_lo &= ~(1 << vmdq);
2872 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), mpsar_lo);
2873 } else {
2874 mpsar_hi &= ~(1 << (vmdq - 32));
2875 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(rar), mpsar_hi);
2876 }
2877
2878 /* was that the last pool using this rar? */
2879 if (mpsar_lo == 0 && mpsar_hi == 0 && rar != 0)
2880 hw->mac.ops.clear_rar(hw, rar);
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002881done:
2882 return 0;
2883}
2884
2885/**
2886 * ixgbe_set_vmdq_generic - Associate a VMDq pool index with a rx address
2887 * @hw: pointer to hardware struct
2888 * @rar: receive address register index to associate with a VMDq index
2889 * @vmdq: VMDq pool index
2890 **/
2891s32 ixgbe_set_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
2892{
2893 u32 mpsar;
2894 u32 rar_entries = hw->mac.num_rar_entries;
2895
Emil Tantilovc700f4e2011-02-17 11:34:58 +00002896 /* Make sure we are using a valid rar index range */
2897 if (rar >= rar_entries) {
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002898 hw_dbg(hw, "RAR index %d is out of range.\n", rar);
Emil Tantilovc700f4e2011-02-17 11:34:58 +00002899 return IXGBE_ERR_INVALID_ARGUMENT;
2900 }
2901
2902 if (vmdq < 32) {
2903 mpsar = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar));
2904 mpsar |= 1 << vmdq;
2905 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), mpsar);
2906 } else {
2907 mpsar = IXGBE_READ_REG(hw, IXGBE_MPSAR_HI(rar));
2908 mpsar |= 1 << (vmdq - 32);
2909 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(rar), mpsar);
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002910 }
2911 return 0;
2912}
2913
2914/**
Alexander Duyck7fa7c9d2012-05-05 05:32:52 +00002915 * This function should only be involved in the IOV mode.
2916 * In IOV mode, Default pool is next pool after the number of
2917 * VFs advertized and not 0.
2918 * MPSAR table needs to be updated for SAN_MAC RAR [hw->mac.san_mac_rar_index]
2919 *
2920 * ixgbe_set_vmdq_san_mac - Associate default VMDq pool index with a rx address
2921 * @hw: pointer to hardware struct
2922 * @vmdq: VMDq pool index
2923 **/
2924s32 ixgbe_set_vmdq_san_mac_generic(struct ixgbe_hw *hw, u32 vmdq)
2925{
2926 u32 rar = hw->mac.san_mac_rar_index;
2927
2928 if (vmdq < 32) {
2929 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), 1 << vmdq);
2930 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(rar), 0);
2931 } else {
2932 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), 0);
2933 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(rar), 1 << (vmdq - 32));
2934 }
2935
2936 return 0;
2937}
2938
2939/**
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002940 * ixgbe_init_uta_tables_generic - Initialize the Unicast Table Array
2941 * @hw: pointer to hardware structure
2942 **/
2943s32 ixgbe_init_uta_tables_generic(struct ixgbe_hw *hw)
2944{
2945 int i;
2946
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002947 for (i = 0; i < 128; i++)
2948 IXGBE_WRITE_REG(hw, IXGBE_UTA(i), 0);
2949
2950 return 0;
2951}
2952
2953/**
2954 * ixgbe_find_vlvf_slot - find the vlanid or the first empty slot
2955 * @hw: pointer to hardware structure
2956 * @vlan: VLAN id to write to VLAN filter
2957 *
2958 * return the VLVF index where this VLAN id should be placed
2959 *
2960 **/
Emil Tantilov5d5b7c32010-10-12 22:20:59 +00002961static s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan)
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002962{
2963 u32 bits = 0;
2964 u32 first_empty_slot = 0;
2965 s32 regindex;
2966
2967 /* short cut the special case */
2968 if (vlan == 0)
2969 return 0;
2970
2971 /*
2972 * Search for the vlan id in the VLVF entries. Save off the first empty
2973 * slot found along the way
2974 */
2975 for (regindex = 1; regindex < IXGBE_VLVF_ENTRIES; regindex++) {
2976 bits = IXGBE_READ_REG(hw, IXGBE_VLVF(regindex));
2977 if (!bits && !(first_empty_slot))
2978 first_empty_slot = regindex;
2979 else if ((bits & 0x0FFF) == vlan)
2980 break;
2981 }
2982
2983 /*
2984 * If regindex is less than IXGBE_VLVF_ENTRIES, then we found the vlan
2985 * in the VLVF. Else use the first empty VLVF register for this
2986 * vlan id.
2987 */
2988 if (regindex >= IXGBE_VLVF_ENTRIES) {
2989 if (first_empty_slot)
2990 regindex = first_empty_slot;
2991 else {
2992 hw_dbg(hw, "No space in VLVF.\n");
2993 regindex = IXGBE_ERR_NO_SPACE;
2994 }
2995 }
2996
2997 return regindex;
2998}
2999
3000/**
3001 * ixgbe_set_vfta_generic - Set VLAN filter table
3002 * @hw: pointer to hardware structure
3003 * @vlan: VLAN id to write to VLAN filter
3004 * @vind: VMDq output index that maps queue to VLAN id in VFVFB
3005 * @vlan_on: boolean flag to turn on/off VLAN in VFVF
3006 *
3007 * Turn on/off specified VLAN in the VLAN filter table.
3008 **/
3009s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind,
3010 bool vlan_on)
3011{
3012 s32 regindex;
3013 u32 bitindex;
3014 u32 vfta;
3015 u32 bits;
3016 u32 vt;
3017 u32 targetbit;
3018 bool vfta_changed = false;
3019
3020 if (vlan > 4095)
3021 return IXGBE_ERR_PARAM;
3022
3023 /*
3024 * this is a 2 part operation - first the VFTA, then the
3025 * VLVF and VLVFB if VT Mode is set
3026 * We don't write the VFTA until we know the VLVF part succeeded.
3027 */
3028
3029 /* Part 1
3030 * The VFTA is a bitstring made up of 128 32-bit registers
3031 * that enable the particular VLAN id, much like the MTA:
3032 * bits[11-5]: which register
3033 * bits[4-0]: which bit in the register
3034 */
3035 regindex = (vlan >> 5) & 0x7F;
3036 bitindex = vlan & 0x1F;
3037 targetbit = (1 << bitindex);
3038 vfta = IXGBE_READ_REG(hw, IXGBE_VFTA(regindex));
3039
3040 if (vlan_on) {
3041 if (!(vfta & targetbit)) {
3042 vfta |= targetbit;
3043 vfta_changed = true;
3044 }
3045 } else {
3046 if ((vfta & targetbit)) {
3047 vfta &= ~targetbit;
3048 vfta_changed = true;
3049 }
3050 }
3051
3052 /* Part 2
3053 * If VT Mode is set
3054 * Either vlan_on
3055 * make sure the vlan is in VLVF
3056 * set the vind bit in the matching VLVFB
3057 * Or !vlan_on
3058 * clear the pool bit and possibly the vind
3059 */
3060 vt = IXGBE_READ_REG(hw, IXGBE_VT_CTL);
3061 if (vt & IXGBE_VT_CTL_VT_ENABLE) {
3062 s32 vlvf_index;
3063
3064 vlvf_index = ixgbe_find_vlvf_slot(hw, vlan);
3065 if (vlvf_index < 0)
3066 return vlvf_index;
3067
3068 if (vlan_on) {
3069 /* set the pool bit */
3070 if (vind < 32) {
3071 bits = IXGBE_READ_REG(hw,
3072 IXGBE_VLVFB(vlvf_index*2));
3073 bits |= (1 << vind);
3074 IXGBE_WRITE_REG(hw,
3075 IXGBE_VLVFB(vlvf_index*2),
3076 bits);
3077 } else {
3078 bits = IXGBE_READ_REG(hw,
3079 IXGBE_VLVFB((vlvf_index*2)+1));
3080 bits |= (1 << (vind-32));
3081 IXGBE_WRITE_REG(hw,
3082 IXGBE_VLVFB((vlvf_index*2)+1),
3083 bits);
3084 }
3085 } else {
3086 /* clear the pool bit */
3087 if (vind < 32) {
3088 bits = IXGBE_READ_REG(hw,
3089 IXGBE_VLVFB(vlvf_index*2));
3090 bits &= ~(1 << vind);
3091 IXGBE_WRITE_REG(hw,
3092 IXGBE_VLVFB(vlvf_index*2),
3093 bits);
3094 bits |= IXGBE_READ_REG(hw,
3095 IXGBE_VLVFB((vlvf_index*2)+1));
3096 } else {
3097 bits = IXGBE_READ_REG(hw,
3098 IXGBE_VLVFB((vlvf_index*2)+1));
3099 bits &= ~(1 << (vind-32));
3100 IXGBE_WRITE_REG(hw,
3101 IXGBE_VLVFB((vlvf_index*2)+1),
3102 bits);
3103 bits |= IXGBE_READ_REG(hw,
3104 IXGBE_VLVFB(vlvf_index*2));
3105 }
3106 }
3107
3108 /*
3109 * If there are still bits set in the VLVFB registers
3110 * for the VLAN ID indicated we need to see if the
3111 * caller is requesting that we clear the VFTA entry bit.
3112 * If the caller has requested that we clear the VFTA
3113 * entry bit but there are still pools/VFs using this VLAN
3114 * ID entry then ignore the request. We're not worried
3115 * about the case where we're turning the VFTA VLAN ID
3116 * entry bit on, only when requested to turn it off as
3117 * there may be multiple pools and/or VFs using the
3118 * VLAN ID entry. In that case we cannot clear the
3119 * VFTA bit until all pools/VFs using that VLAN ID have also
3120 * been cleared. This will be indicated by "bits" being
3121 * zero.
3122 */
3123 if (bits) {
3124 IXGBE_WRITE_REG(hw, IXGBE_VLVF(vlvf_index),
3125 (IXGBE_VLVF_VIEN | vlan));
3126 if (!vlan_on) {
3127 /* someone wants to clear the vfta entry
3128 * but some pools/VFs are still using it.
3129 * Ignore it. */
3130 vfta_changed = false;
3131 }
3132 }
3133 else
3134 IXGBE_WRITE_REG(hw, IXGBE_VLVF(vlvf_index), 0);
3135 }
3136
3137 if (vfta_changed)
3138 IXGBE_WRITE_REG(hw, IXGBE_VFTA(regindex), vfta);
3139
3140 return 0;
3141}
3142
3143/**
3144 * ixgbe_clear_vfta_generic - Clear VLAN filter table
3145 * @hw: pointer to hardware structure
3146 *
3147 * Clears the VLAN filer table, and the VMDq index associated with the filter
3148 **/
3149s32 ixgbe_clear_vfta_generic(struct ixgbe_hw *hw)
3150{
3151 u32 offset;
3152
3153 for (offset = 0; offset < hw->mac.vft_size; offset++)
3154 IXGBE_WRITE_REG(hw, IXGBE_VFTA(offset), 0);
3155
3156 for (offset = 0; offset < IXGBE_VLVF_ENTRIES; offset++) {
3157 IXGBE_WRITE_REG(hw, IXGBE_VLVF(offset), 0);
3158 IXGBE_WRITE_REG(hw, IXGBE_VLVFB(offset*2), 0);
3159 IXGBE_WRITE_REG(hw, IXGBE_VLVFB((offset*2)+1), 0);
3160 }
3161
3162 return 0;
3163}
3164
3165/**
3166 * ixgbe_check_mac_link_generic - Determine link and speed status
3167 * @hw: pointer to hardware structure
3168 * @speed: pointer to link speed
3169 * @link_up: true when link is up
3170 * @link_up_wait_to_complete: bool used to wait for link up or not
3171 *
3172 * Reads the links register to determine if link is up and the current speed
3173 **/
3174s32 ixgbe_check_mac_link_generic(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
Emil Tantilov8c7bea32011-02-19 08:43:44 +00003175 bool *link_up, bool link_up_wait_to_complete)
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00003176{
Emil Tantilov48de36c2011-02-16 01:38:08 +00003177 u32 links_reg, links_orig;
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00003178 u32 i;
3179
Emil Tantilov48de36c2011-02-16 01:38:08 +00003180 /* clear the old state */
3181 links_orig = IXGBE_READ_REG(hw, IXGBE_LINKS);
3182
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00003183 links_reg = IXGBE_READ_REG(hw, IXGBE_LINKS);
Emil Tantilov48de36c2011-02-16 01:38:08 +00003184
3185 if (links_orig != links_reg) {
3186 hw_dbg(hw, "LINKS changed from %08X to %08X\n",
3187 links_orig, links_reg);
3188 }
3189
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00003190 if (link_up_wait_to_complete) {
3191 for (i = 0; i < IXGBE_LINK_UP_TIME; i++) {
3192 if (links_reg & IXGBE_LINKS_UP) {
3193 *link_up = true;
3194 break;
3195 } else {
3196 *link_up = false;
3197 }
3198 msleep(100);
3199 links_reg = IXGBE_READ_REG(hw, IXGBE_LINKS);
3200 }
3201 } else {
3202 if (links_reg & IXGBE_LINKS_UP)
3203 *link_up = true;
3204 else
3205 *link_up = false;
3206 }
3207
3208 if ((links_reg & IXGBE_LINKS_SPEED_82599) ==
3209 IXGBE_LINKS_SPEED_10G_82599)
3210 *speed = IXGBE_LINK_SPEED_10GB_FULL;
3211 else if ((links_reg & IXGBE_LINKS_SPEED_82599) ==
Emil Tantilov63d778d2011-02-19 08:43:39 +00003212 IXGBE_LINKS_SPEED_1G_82599)
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00003213 *speed = IXGBE_LINK_SPEED_1GB_FULL;
Emil Tantilov63d778d2011-02-19 08:43:39 +00003214 else if ((links_reg & IXGBE_LINKS_SPEED_82599) ==
3215 IXGBE_LINKS_SPEED_100_82599)
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00003216 *speed = IXGBE_LINK_SPEED_100_FULL;
Emil Tantilov63d778d2011-02-19 08:43:39 +00003217 else
3218 *speed = IXGBE_LINK_SPEED_UNKNOWN;
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00003219
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00003220 return 0;
3221}
Don Skidmorea391f1d2010-11-16 19:27:15 -08003222
3223/**
Ben Hutchings49ce9c22012-07-10 10:56:00 +00003224 * ixgbe_get_wwn_prefix_generic - Get alternative WWNN/WWPN prefix from
Don Skidmorea391f1d2010-11-16 19:27:15 -08003225 * the EEPROM
3226 * @hw: pointer to hardware structure
3227 * @wwnn_prefix: the alternative WWNN prefix
3228 * @wwpn_prefix: the alternative WWPN prefix
3229 *
3230 * This function will read the EEPROM from the alternative SAN MAC address
3231 * block to check the support for the alternative WWNN/WWPN prefix support.
3232 **/
3233s32 ixgbe_get_wwn_prefix_generic(struct ixgbe_hw *hw, u16 *wwnn_prefix,
3234 u16 *wwpn_prefix)
3235{
3236 u16 offset, caps;
3237 u16 alt_san_mac_blk_offset;
3238
3239 /* clear output first */
3240 *wwnn_prefix = 0xFFFF;
3241 *wwpn_prefix = 0xFFFF;
3242
3243 /* check if alternative SAN MAC is supported */
3244 hw->eeprom.ops.read(hw, IXGBE_ALT_SAN_MAC_ADDR_BLK_PTR,
3245 &alt_san_mac_blk_offset);
3246
3247 if ((alt_san_mac_blk_offset == 0) ||
3248 (alt_san_mac_blk_offset == 0xFFFF))
3249 goto wwn_prefix_out;
3250
3251 /* check capability in alternative san mac address block */
3252 offset = alt_san_mac_blk_offset + IXGBE_ALT_SAN_MAC_ADDR_CAPS_OFFSET;
3253 hw->eeprom.ops.read(hw, offset, &caps);
3254 if (!(caps & IXGBE_ALT_SAN_MAC_ADDR_CAPS_ALTWWN))
3255 goto wwn_prefix_out;
3256
3257 /* get the corresponding prefix for WWNN/WWPN */
3258 offset = alt_san_mac_blk_offset + IXGBE_ALT_SAN_MAC_ADDR_WWNN_OFFSET;
3259 hw->eeprom.ops.read(hw, offset, wwnn_prefix);
3260
3261 offset = alt_san_mac_blk_offset + IXGBE_ALT_SAN_MAC_ADDR_WWPN_OFFSET;
3262 hw->eeprom.ops.read(hw, offset, wwpn_prefix);
3263
3264wwn_prefix_out:
3265 return 0;
3266}
Greg Rosea985b6c32010-11-18 03:02:52 +00003267
3268/**
3269 * ixgbe_set_mac_anti_spoofing - Enable/Disable MAC anti-spoofing
3270 * @hw: pointer to hardware structure
3271 * @enable: enable or disable switch for anti-spoofing
3272 * @pf: Physical Function pool - do not enable anti-spoofing for the PF
3273 *
3274 **/
3275void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int pf)
3276{
3277 int j;
3278 int pf_target_reg = pf >> 3;
3279 int pf_target_shift = pf % 8;
3280 u32 pfvfspoof = 0;
3281
3282 if (hw->mac.type == ixgbe_mac_82598EB)
3283 return;
3284
3285 if (enable)
3286 pfvfspoof = IXGBE_SPOOF_MACAS_MASK;
3287
3288 /*
3289 * PFVFSPOOF register array is size 8 with 8 bits assigned to
3290 * MAC anti-spoof enables in each register array element.
3291 */
Alexander Duyckef89e0a2012-05-05 05:32:58 +00003292 for (j = 0; j < pf_target_reg; j++)
Greg Rosea985b6c32010-11-18 03:02:52 +00003293 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(j), pfvfspoof);
3294
Greg Rosea985b6c32010-11-18 03:02:52 +00003295 /*
3296 * The PF should be allowed to spoof so that it can support
Alexander Duyckef89e0a2012-05-05 05:32:58 +00003297 * emulation mode NICs. Do not set the bits assigned to the PF
Greg Rosea985b6c32010-11-18 03:02:52 +00003298 */
Alexander Duyckef89e0a2012-05-05 05:32:58 +00003299 pfvfspoof &= (1 << pf_target_shift) - 1;
3300 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(j), pfvfspoof);
3301
3302 /*
3303 * Remaining pools belong to the PF so they do not need to have
3304 * anti-spoofing enabled.
3305 */
3306 for (j++; j < IXGBE_PFVFSPOOF_REG_COUNT; j++)
3307 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(j), 0);
Greg Rosea985b6c32010-11-18 03:02:52 +00003308}
3309
3310/**
3311 * ixgbe_set_vlan_anti_spoofing - Enable/Disable VLAN anti-spoofing
3312 * @hw: pointer to hardware structure
3313 * @enable: enable or disable switch for VLAN anti-spoofing
3314 * @pf: Virtual Function pool - VF Pool to set for VLAN anti-spoofing
3315 *
3316 **/
3317void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf)
3318{
3319 int vf_target_reg = vf >> 3;
3320 int vf_target_shift = vf % 8 + IXGBE_SPOOF_VLANAS_SHIFT;
3321 u32 pfvfspoof;
3322
3323 if (hw->mac.type == ixgbe_mac_82598EB)
3324 return;
3325
3326 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg));
3327 if (enable)
3328 pfvfspoof |= (1 << vf_target_shift);
3329 else
3330 pfvfspoof &= ~(1 << vf_target_shift);
3331 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof);
3332}
Emil Tantilovb776d102011-03-31 09:36:18 +00003333
3334/**
3335 * ixgbe_get_device_caps_generic - Get additional device capabilities
3336 * @hw: pointer to hardware structure
3337 * @device_caps: the EEPROM word with the extra device capabilities
3338 *
3339 * This function will read the EEPROM location for the device capabilities,
3340 * and return the word through device_caps.
3341 **/
3342s32 ixgbe_get_device_caps_generic(struct ixgbe_hw *hw, u16 *device_caps)
3343{
3344 hw->eeprom.ops.read(hw, IXGBE_DEVICE_CAPS, device_caps);
3345
3346 return 0;
3347}
John Fastabend80605c652011-05-02 12:34:10 +00003348
3349/**
3350 * ixgbe_set_rxpba_generic - Initialize RX packet buffer
3351 * @hw: pointer to hardware structure
3352 * @num_pb: number of packet buffers to allocate
3353 * @headroom: reserve n KB of headroom
3354 * @strategy: packet buffer allocation strategy
3355 **/
3356void ixgbe_set_rxpba_generic(struct ixgbe_hw *hw,
3357 int num_pb,
3358 u32 headroom,
3359 int strategy)
3360{
3361 u32 pbsize = hw->mac.rx_pb_size;
3362 int i = 0;
3363 u32 rxpktsize, txpktsize, txpbthresh;
3364
3365 /* Reserve headroom */
3366 pbsize -= headroom;
3367
3368 if (!num_pb)
3369 num_pb = 1;
3370
3371 /* Divide remaining packet buffer space amongst the number
3372 * of packet buffers requested using supplied strategy.
3373 */
3374 switch (strategy) {
3375 case (PBA_STRATEGY_WEIGHTED):
3376 /* pba_80_48 strategy weight first half of packet buffer with
3377 * 5/8 of the packet buffer space.
3378 */
3379 rxpktsize = ((pbsize * 5 * 2) / (num_pb * 8));
3380 pbsize -= rxpktsize * (num_pb / 2);
3381 rxpktsize <<= IXGBE_RXPBSIZE_SHIFT;
3382 for (; i < (num_pb / 2); i++)
3383 IXGBE_WRITE_REG(hw, IXGBE_RXPBSIZE(i), rxpktsize);
3384 /* Fall through to configure remaining packet buffers */
3385 case (PBA_STRATEGY_EQUAL):
3386 /* Divide the remaining Rx packet buffer evenly among the TCs */
3387 rxpktsize = (pbsize / (num_pb - i)) << IXGBE_RXPBSIZE_SHIFT;
3388 for (; i < num_pb; i++)
3389 IXGBE_WRITE_REG(hw, IXGBE_RXPBSIZE(i), rxpktsize);
3390 break;
3391 default:
3392 break;
3393 }
3394
3395 /*
3396 * Setup Tx packet buffer and threshold equally for all TCs
3397 * TXPBTHRESH register is set in K so divide by 1024 and subtract
3398 * 10 since the largest packet we support is just over 9K.
3399 */
3400 txpktsize = IXGBE_TXPBSIZE_MAX / num_pb;
3401 txpbthresh = (txpktsize / 1024) - IXGBE_TXPKT_SIZE_MAX;
3402 for (i = 0; i < num_pb; i++) {
3403 IXGBE_WRITE_REG(hw, IXGBE_TXPBSIZE(i), txpktsize);
3404 IXGBE_WRITE_REG(hw, IXGBE_TXPBTHRESH(i), txpbthresh);
3405 }
3406
3407 /* Clear unused TCs, if any, to zero buffer size*/
3408 for (; i < IXGBE_MAX_PB; i++) {
3409 IXGBE_WRITE_REG(hw, IXGBE_RXPBSIZE(i), 0);
3410 IXGBE_WRITE_REG(hw, IXGBE_TXPBSIZE(i), 0);
3411 IXGBE_WRITE_REG(hw, IXGBE_TXPBTHRESH(i), 0);
3412 }
3413}
Emil Tantilov9612de92011-05-07 07:40:20 +00003414
3415/**
3416 * ixgbe_calculate_checksum - Calculate checksum for buffer
3417 * @buffer: pointer to EEPROM
3418 * @length: size of EEPROM to calculate a checksum for
Ben Hutchings49ce9c22012-07-10 10:56:00 +00003419 *
Emil Tantilov9612de92011-05-07 07:40:20 +00003420 * Calculates the checksum for some buffer on a specified length. The
3421 * checksum calculated is returned.
3422 **/
3423static u8 ixgbe_calculate_checksum(u8 *buffer, u32 length)
3424{
3425 u32 i;
3426 u8 sum = 0;
3427
3428 if (!buffer)
3429 return 0;
3430
3431 for (i = 0; i < length; i++)
3432 sum += buffer[i];
3433
3434 return (u8) (0 - sum);
3435}
3436
3437/**
3438 * ixgbe_host_interface_command - Issue command to manageability block
3439 * @hw: pointer to the HW structure
3440 * @buffer: contains the command to write and where the return status will
3441 * be placed
Don Skidmorec466d7a2012-02-28 06:35:54 +00003442 * @length: length of buffer, must be multiple of 4 bytes
Emil Tantilov9612de92011-05-07 07:40:20 +00003443 *
3444 * Communicates with the manageability block. On success return 0
3445 * else return IXGBE_ERR_HOST_INTERFACE_COMMAND.
3446 **/
Emil Tantilov79488c52011-10-11 08:24:57 +00003447static s32 ixgbe_host_interface_command(struct ixgbe_hw *hw, u32 *buffer,
Emil Tantilov9612de92011-05-07 07:40:20 +00003448 u32 length)
3449{
Emil Tantilov331bcf42011-10-22 05:21:32 +00003450 u32 hicr, i, bi;
Emil Tantilov9612de92011-05-07 07:40:20 +00003451 u32 hdr_size = sizeof(struct ixgbe_hic_hdr);
3452 u8 buf_len, dword_len;
3453
3454 s32 ret_val = 0;
3455
3456 if (length == 0 || length & 0x3 ||
3457 length > IXGBE_HI_MAX_BLOCK_BYTE_LENGTH) {
3458 hw_dbg(hw, "Buffer length failure.\n");
3459 ret_val = IXGBE_ERR_HOST_INTERFACE_COMMAND;
3460 goto out;
3461 }
3462
3463 /* Check that the host interface is enabled. */
3464 hicr = IXGBE_READ_REG(hw, IXGBE_HICR);
3465 if ((hicr & IXGBE_HICR_EN) == 0) {
3466 hw_dbg(hw, "IXGBE_HOST_EN bit disabled.\n");
3467 ret_val = IXGBE_ERR_HOST_INTERFACE_COMMAND;
3468 goto out;
3469 }
3470
3471 /* Calculate length in DWORDs */
3472 dword_len = length >> 2;
3473
3474 /*
3475 * The device driver writes the relevant command block
3476 * into the ram area.
3477 */
3478 for (i = 0; i < dword_len; i++)
3479 IXGBE_WRITE_REG_ARRAY(hw, IXGBE_FLEX_MNG,
Emil Tantilov79488c52011-10-11 08:24:57 +00003480 i, cpu_to_le32(buffer[i]));
Emil Tantilov9612de92011-05-07 07:40:20 +00003481
3482 /* Setting this bit tells the ARC that a new command is pending. */
3483 IXGBE_WRITE_REG(hw, IXGBE_HICR, hicr | IXGBE_HICR_C);
3484
3485 for (i = 0; i < IXGBE_HI_COMMAND_TIMEOUT; i++) {
3486 hicr = IXGBE_READ_REG(hw, IXGBE_HICR);
3487 if (!(hicr & IXGBE_HICR_C))
3488 break;
3489 usleep_range(1000, 2000);
3490 }
3491
3492 /* Check command successful completion. */
3493 if (i == IXGBE_HI_COMMAND_TIMEOUT ||
3494 (!(IXGBE_READ_REG(hw, IXGBE_HICR) & IXGBE_HICR_SV))) {
3495 hw_dbg(hw, "Command has failed with no status valid.\n");
3496 ret_val = IXGBE_ERR_HOST_INTERFACE_COMMAND;
3497 goto out;
3498 }
3499
3500 /* Calculate length in DWORDs */
3501 dword_len = hdr_size >> 2;
3502
3503 /* first pull in the header so we know the buffer length */
Emil Tantilov331bcf42011-10-22 05:21:32 +00003504 for (bi = 0; bi < dword_len; bi++) {
3505 buffer[bi] = IXGBE_READ_REG_ARRAY(hw, IXGBE_FLEX_MNG, bi);
3506 le32_to_cpus(&buffer[bi]);
Emil Tantilov79488c52011-10-11 08:24:57 +00003507 }
Emil Tantilov9612de92011-05-07 07:40:20 +00003508
3509 /* If there is any thing in data position pull it in */
3510 buf_len = ((struct ixgbe_hic_hdr *)buffer)->buf_len;
3511 if (buf_len == 0)
3512 goto out;
3513
3514 if (length < (buf_len + hdr_size)) {
3515 hw_dbg(hw, "Buffer not large enough for reply message.\n");
3516 ret_val = IXGBE_ERR_HOST_INTERFACE_COMMAND;
3517 goto out;
3518 }
3519
Emil Tantilov331bcf42011-10-22 05:21:32 +00003520 /* Calculate length in DWORDs, add 3 for odd lengths */
3521 dword_len = (buf_len + 3) >> 2;
Emil Tantilov9612de92011-05-07 07:40:20 +00003522
Emil Tantilov331bcf42011-10-22 05:21:32 +00003523 /* Pull in the rest of the buffer (bi is where we left off)*/
3524 for (; bi <= dword_len; bi++) {
3525 buffer[bi] = IXGBE_READ_REG_ARRAY(hw, IXGBE_FLEX_MNG, bi);
3526 le32_to_cpus(&buffer[bi]);
3527 }
Emil Tantilov9612de92011-05-07 07:40:20 +00003528
3529out:
3530 return ret_val;
3531}
3532
3533/**
3534 * ixgbe_set_fw_drv_ver_generic - Sends driver version to firmware
3535 * @hw: pointer to the HW structure
3536 * @maj: driver version major number
3537 * @min: driver version minor number
3538 * @build: driver version build number
3539 * @sub: driver version sub build number
3540 *
3541 * Sends driver version number to firmware through the manageability
3542 * block. On success return 0
3543 * else returns IXGBE_ERR_SWFW_SYNC when encountering an error acquiring
3544 * semaphore or IXGBE_ERR_HOST_INTERFACE_COMMAND when command fails.
3545 **/
3546s32 ixgbe_set_fw_drv_ver_generic(struct ixgbe_hw *hw, u8 maj, u8 min,
3547 u8 build, u8 sub)
3548{
3549 struct ixgbe_hic_drv_info fw_cmd;
3550 int i;
3551 s32 ret_val = 0;
3552
3553 if (hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_SW_MNG_SM) != 0) {
3554 ret_val = IXGBE_ERR_SWFW_SYNC;
3555 goto out;
3556 }
3557
3558 fw_cmd.hdr.cmd = FW_CEM_CMD_DRIVER_INFO;
3559 fw_cmd.hdr.buf_len = FW_CEM_CMD_DRIVER_INFO_LEN;
3560 fw_cmd.hdr.cmd_or_resp.cmd_resv = FW_CEM_CMD_RESERVED;
3561 fw_cmd.port_num = (u8)hw->bus.func;
3562 fw_cmd.ver_maj = maj;
3563 fw_cmd.ver_min = min;
3564 fw_cmd.ver_build = build;
3565 fw_cmd.ver_sub = sub;
3566 fw_cmd.hdr.checksum = 0;
3567 fw_cmd.hdr.checksum = ixgbe_calculate_checksum((u8 *)&fw_cmd,
3568 (FW_CEM_HDR_LEN + fw_cmd.hdr.buf_len));
3569 fw_cmd.pad = 0;
3570 fw_cmd.pad2 = 0;
3571
3572 for (i = 0; i <= FW_CEM_MAX_RETRIES; i++) {
Emil Tantilov79488c52011-10-11 08:24:57 +00003573 ret_val = ixgbe_host_interface_command(hw, (u32 *)&fw_cmd,
Emil Tantilov9612de92011-05-07 07:40:20 +00003574 sizeof(fw_cmd));
3575 if (ret_val != 0)
3576 continue;
3577
3578 if (fw_cmd.hdr.cmd_or_resp.ret_status ==
3579 FW_CEM_RESP_STATUS_SUCCESS)
3580 ret_val = 0;
3581 else
3582 ret_val = IXGBE_ERR_HOST_INTERFACE_COMMAND;
3583
3584 break;
3585 }
3586
3587 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_SW_MNG_SM);
3588out:
3589 return ret_val;
3590}
Emil Tantilovff9d1a52011-08-16 04:35:11 +00003591
3592/**
3593 * ixgbe_clear_tx_pending - Clear pending TX work from the PCIe fifo
3594 * @hw: pointer to the hardware structure
3595 *
3596 * The 82599 and x540 MACs can experience issues if TX work is still pending
3597 * when a reset occurs. This function prevents this by flushing the PCIe
3598 * buffers on the system.
3599 **/
3600void ixgbe_clear_tx_pending(struct ixgbe_hw *hw)
3601{
3602 u32 gcr_ext, hlreg0;
3603
3604 /*
3605 * If double reset is not requested then all transactions should
3606 * already be clear and as such there is no work to do
3607 */
3608 if (!(hw->mac.flags & IXGBE_FLAGS_DOUBLE_RESET_REQUIRED))
3609 return;
3610
3611 /*
3612 * Set loopback enable to prevent any transmits from being sent
3613 * should the link come up. This assumes that the RXCTRL.RXEN bit
3614 * has already been cleared.
3615 */
3616 hlreg0 = IXGBE_READ_REG(hw, IXGBE_HLREG0);
3617 IXGBE_WRITE_REG(hw, IXGBE_HLREG0, hlreg0 | IXGBE_HLREG0_LPBK);
3618
3619 /* initiate cleaning flow for buffers in the PCIe transaction layer */
3620 gcr_ext = IXGBE_READ_REG(hw, IXGBE_GCR_EXT);
3621 IXGBE_WRITE_REG(hw, IXGBE_GCR_EXT,
3622 gcr_ext | IXGBE_GCR_EXT_BUFFERS_CLEAR);
3623
3624 /* Flush all writes and allow 20usec for all transactions to clear */
3625 IXGBE_WRITE_FLUSH(hw);
3626 udelay(20);
3627
3628 /* restore previous register values */
3629 IXGBE_WRITE_REG(hw, IXGBE_GCR_EXT, gcr_ext);
3630 IXGBE_WRITE_REG(hw, IXGBE_HLREG0, hlreg0);
3631}
Don Skidmoree1ea9152012-02-17 02:38:58 +00003632
3633static const u8 ixgbe_emc_temp_data[4] = {
3634 IXGBE_EMC_INTERNAL_DATA,
3635 IXGBE_EMC_DIODE1_DATA,
3636 IXGBE_EMC_DIODE2_DATA,
3637 IXGBE_EMC_DIODE3_DATA
3638};
3639static const u8 ixgbe_emc_therm_limit[4] = {
3640 IXGBE_EMC_INTERNAL_THERM_LIMIT,
3641 IXGBE_EMC_DIODE1_THERM_LIMIT,
3642 IXGBE_EMC_DIODE2_THERM_LIMIT,
3643 IXGBE_EMC_DIODE3_THERM_LIMIT
3644};
3645
3646/**
3647 * ixgbe_get_ets_data - Extracts the ETS bit data
3648 * @hw: pointer to hardware structure
3649 * @ets_cfg: extected ETS data
3650 * @ets_offset: offset of ETS data
3651 *
3652 * Returns error code.
3653 **/
3654static s32 ixgbe_get_ets_data(struct ixgbe_hw *hw, u16 *ets_cfg,
3655 u16 *ets_offset)
3656{
3657 s32 status = 0;
3658
3659 status = hw->eeprom.ops.read(hw, IXGBE_ETS_CFG, ets_offset);
3660 if (status)
3661 goto out;
3662
3663 if ((*ets_offset == 0x0000) || (*ets_offset == 0xFFFF)) {
3664 status = IXGBE_NOT_IMPLEMENTED;
3665 goto out;
3666 }
3667
3668 status = hw->eeprom.ops.read(hw, *ets_offset, ets_cfg);
3669 if (status)
3670 goto out;
3671
3672 if ((*ets_cfg & IXGBE_ETS_TYPE_MASK) != IXGBE_ETS_TYPE_EMC_SHIFTED) {
3673 status = IXGBE_NOT_IMPLEMENTED;
3674 goto out;
3675 }
3676
3677out:
3678 return status;
3679}
3680
3681/**
3682 * ixgbe_get_thermal_sensor_data - Gathers thermal sensor data
3683 * @hw: pointer to hardware structure
3684 *
3685 * Returns the thermal sensor data structure
3686 **/
3687s32 ixgbe_get_thermal_sensor_data_generic(struct ixgbe_hw *hw)
3688{
3689 s32 status = 0;
3690 u16 ets_offset;
3691 u16 ets_cfg;
3692 u16 ets_sensor;
3693 u8 num_sensors;
3694 u8 i;
3695 struct ixgbe_thermal_sensor_data *data = &hw->mac.thermal_sensor_data;
3696
Don Skidmore3ca8bc62012-04-12 00:33:31 +00003697 /* Only support thermal sensors attached to physical port 0 */
3698 if ((IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_LAN_ID_1)) {
Don Skidmoree1ea9152012-02-17 02:38:58 +00003699 status = IXGBE_NOT_IMPLEMENTED;
3700 goto out;
3701 }
3702
3703 status = ixgbe_get_ets_data(hw, &ets_cfg, &ets_offset);
3704 if (status)
3705 goto out;
3706
3707 num_sensors = (ets_cfg & IXGBE_ETS_NUM_SENSORS_MASK);
3708 if (num_sensors > IXGBE_MAX_SENSORS)
3709 num_sensors = IXGBE_MAX_SENSORS;
3710
3711 for (i = 0; i < num_sensors; i++) {
3712 u8 sensor_index;
3713 u8 sensor_location;
3714
3715 status = hw->eeprom.ops.read(hw, (ets_offset + 1 + i),
3716 &ets_sensor);
3717 if (status)
3718 goto out;
3719
3720 sensor_index = ((ets_sensor & IXGBE_ETS_DATA_INDEX_MASK) >>
3721 IXGBE_ETS_DATA_INDEX_SHIFT);
3722 sensor_location = ((ets_sensor & IXGBE_ETS_DATA_LOC_MASK) >>
3723 IXGBE_ETS_DATA_LOC_SHIFT);
3724
3725 if (sensor_location != 0) {
3726 status = hw->phy.ops.read_i2c_byte(hw,
3727 ixgbe_emc_temp_data[sensor_index],
3728 IXGBE_I2C_THERMAL_SENSOR_ADDR,
3729 &data->sensor[i].temp);
3730 if (status)
3731 goto out;
3732 }
3733 }
3734out:
3735 return status;
3736}
3737
3738/**
3739 * ixgbe_init_thermal_sensor_thresh_generic - Inits thermal sensor thresholds
3740 * @hw: pointer to hardware structure
3741 *
3742 * Inits the thermal sensor thresholds according to the NVM map
3743 * and save off the threshold and location values into mac.thermal_sensor_data
3744 **/
3745s32 ixgbe_init_thermal_sensor_thresh_generic(struct ixgbe_hw *hw)
3746{
3747 s32 status = 0;
3748 u16 ets_offset;
3749 u16 ets_cfg;
3750 u16 ets_sensor;
3751 u8 low_thresh_delta;
3752 u8 num_sensors;
3753 u8 therm_limit;
3754 u8 i;
3755 struct ixgbe_thermal_sensor_data *data = &hw->mac.thermal_sensor_data;
3756
3757 memset(data, 0, sizeof(struct ixgbe_thermal_sensor_data));
3758
Don Skidmore3ca8bc62012-04-12 00:33:31 +00003759 /* Only support thermal sensors attached to physical port 0 */
3760 if ((IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_LAN_ID_1)) {
Don Skidmoree1ea9152012-02-17 02:38:58 +00003761 status = IXGBE_NOT_IMPLEMENTED;
3762 goto out;
3763 }
3764
3765 status = ixgbe_get_ets_data(hw, &ets_cfg, &ets_offset);
3766 if (status)
3767 goto out;
3768
3769 low_thresh_delta = ((ets_cfg & IXGBE_ETS_LTHRES_DELTA_MASK) >>
3770 IXGBE_ETS_LTHRES_DELTA_SHIFT);
3771 num_sensors = (ets_cfg & IXGBE_ETS_NUM_SENSORS_MASK);
3772 if (num_sensors > IXGBE_MAX_SENSORS)
3773 num_sensors = IXGBE_MAX_SENSORS;
3774
3775 for (i = 0; i < num_sensors; i++) {
3776 u8 sensor_index;
3777 u8 sensor_location;
3778
3779 hw->eeprom.ops.read(hw, (ets_offset + 1 + i), &ets_sensor);
3780 sensor_index = ((ets_sensor & IXGBE_ETS_DATA_INDEX_MASK) >>
3781 IXGBE_ETS_DATA_INDEX_SHIFT);
3782 sensor_location = ((ets_sensor & IXGBE_ETS_DATA_LOC_MASK) >>
3783 IXGBE_ETS_DATA_LOC_SHIFT);
3784 therm_limit = ets_sensor & IXGBE_ETS_DATA_HTHRESH_MASK;
3785
3786 hw->phy.ops.write_i2c_byte(hw,
3787 ixgbe_emc_therm_limit[sensor_index],
3788 IXGBE_I2C_THERMAL_SENSOR_ADDR, therm_limit);
3789
3790 if (sensor_location == 0)
3791 continue;
3792
3793 data->sensor[i].location = sensor_location;
3794 data->sensor[i].caution_thresh = therm_limit;
3795 data->sensor[i].max_op_thresh = therm_limit - low_thresh_delta;
3796 }
3797out:
3798 return status;
3799}
3800