blob: 8295f21924393e805268d629881b446b8eeed69c [file] [log] [blame]
Auke Kokbc7f75f2007-09-17 12:30:59 -07001/*******************************************************************************
2
3 Intel PRO/1000 Linux driver
Bruce Allan0d6057e2011-01-04 01:16:44 +00004 Copyright(c) 1999 - 2011 Intel Corporation.
Auke Kokbc7f75f2007-09-17 12:30:59 -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:
23 Linux NICS <linux.nics@intel.com>
24 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
25 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
26
27*******************************************************************************/
28
29/*
30 * 82571EB Gigabit Ethernet Controller
Bruce Allan16059272008-11-21 16:51:06 -080031 * 82571EB Gigabit Ethernet Controller (Copper)
Auke Kokbc7f75f2007-09-17 12:30:59 -070032 * 82571EB Gigabit Ethernet Controller (Fiber)
Bruce Allanad680762008-03-28 09:15:03 -070033 * 82571EB Dual Port Gigabit Mezzanine Adapter
34 * 82571EB Quad Port Gigabit Mezzanine Adapter
35 * 82571PT Gigabit PT Quad Port Server ExpressModule
Auke Kokbc7f75f2007-09-17 12:30:59 -070036 * 82572EI Gigabit Ethernet Controller (Copper)
37 * 82572EI Gigabit Ethernet Controller (Fiber)
38 * 82572EI Gigabit Ethernet Controller
39 * 82573V Gigabit Ethernet Controller (Copper)
40 * 82573E Gigabit Ethernet Controller (Copper)
41 * 82573L Gigabit Ethernet Controller
Bruce Allan4662e822008-08-26 18:37:06 -070042 * 82574L Gigabit Network Connection
Alexander Duyck8c81c9c2009-03-19 01:12:27 +000043 * 82583V Gigabit Network Connection
Auke Kokbc7f75f2007-09-17 12:30:59 -070044 */
45
Auke Kokbc7f75f2007-09-17 12:30:59 -070046#include "e1000.h"
47
48#define ID_LED_RESERVED_F746 0xF746
49#define ID_LED_DEFAULT_82573 ((ID_LED_DEF1_DEF2 << 12) | \
50 (ID_LED_OFF1_ON2 << 8) | \
51 (ID_LED_DEF1_DEF2 << 4) | \
52 (ID_LED_DEF1_DEF2))
53
54#define E1000_GCR_L1_ACT_WITHOUT_L0S_RX 0x08000000
Bruce Alland9c76f92010-11-24 06:01:35 +000055#define AN_RETRY_COUNT 5 /* Autoneg Retry Count value */
Carolyn Wybornyff10e132010-10-28 00:59:53 +000056#define E1000_BASE1000T_STATUS 10
57#define E1000_IDLE_ERROR_COUNT_MASK 0xFF
58#define E1000_RECEIVE_ERROR_COUNTER 21
59#define E1000_RECEIVE_ERROR_MAX 0xFFFF
Auke Kokbc7f75f2007-09-17 12:30:59 -070060
Bruce Allan4662e822008-08-26 18:37:06 -070061#define E1000_NVM_INIT_CTRL2_MNGM 0x6000 /* Manageability Operation Mode mask */
62
Auke Kokbc7f75f2007-09-17 12:30:59 -070063static s32 e1000_get_phy_id_82571(struct e1000_hw *hw);
64static s32 e1000_setup_copper_link_82571(struct e1000_hw *hw);
65static s32 e1000_setup_fiber_serdes_link_82571(struct e1000_hw *hw);
dave grahamc9523372009-02-10 12:52:28 +000066static s32 e1000_check_for_serdes_link_82571(struct e1000_hw *hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -070067static s32 e1000_write_nvm_eewr_82571(struct e1000_hw *hw, u16 offset,
68 u16 words, u16 *data);
69static s32 e1000_fix_nvm_checksum_82571(struct e1000_hw *hw);
70static void e1000_initialize_hw_bits_82571(struct e1000_hw *hw);
71static s32 e1000_setup_link_82571(struct e1000_hw *hw);
72static void e1000_clear_hw_cntrs_82571(struct e1000_hw *hw);
Bruce Allancaaddaf2009-12-01 15:46:43 +000073static void e1000_clear_vfta_82571(struct e1000_hw *hw);
Bruce Allan4662e822008-08-26 18:37:06 -070074static bool e1000_check_mng_mode_82574(struct e1000_hw *hw);
75static s32 e1000_led_on_82574(struct e1000_hw *hw);
Dave Graham23a2d1b2009-06-08 14:28:17 +000076static void e1000_put_hw_semaphore_82571(struct e1000_hw *hw);
Bruce Allan17f208d2009-12-01 15:47:22 +000077static void e1000_power_down_phy_copper_82571(struct e1000_hw *hw);
Bruce Allan1b98c2b2010-11-16 19:50:14 -080078static void e1000_put_hw_semaphore_82573(struct e1000_hw *hw);
79static s32 e1000_get_hw_semaphore_82574(struct e1000_hw *hw);
80static void e1000_put_hw_semaphore_82574(struct e1000_hw *hw);
Bruce Allan77996d12011-01-06 14:29:53 +000081static s32 e1000_set_d0_lplu_state_82574(struct e1000_hw *hw, bool active);
82static s32 e1000_set_d3_lplu_state_82574(struct e1000_hw *hw, bool active);
Auke Kokbc7f75f2007-09-17 12:30:59 -070083
84/**
85 * e1000_init_phy_params_82571 - Init PHY func ptrs.
86 * @hw: pointer to the HW structure
Auke Kokbc7f75f2007-09-17 12:30:59 -070087 **/
88static s32 e1000_init_phy_params_82571(struct e1000_hw *hw)
89{
90 struct e1000_phy_info *phy = &hw->phy;
91 s32 ret_val;
92
Jeff Kirsher318a94d2008-03-28 09:15:16 -070093 if (hw->phy.media_type != e1000_media_type_copper) {
Auke Kokbc7f75f2007-09-17 12:30:59 -070094 phy->type = e1000_phy_none;
95 return 0;
96 }
97
98 phy->addr = 1;
99 phy->autoneg_mask = AUTONEG_ADVERTISE_SPEED_DEFAULT;
100 phy->reset_delay_us = 100;
101
Bruce Allan17f208d2009-12-01 15:47:22 +0000102 phy->ops.power_up = e1000_power_up_phy_copper;
103 phy->ops.power_down = e1000_power_down_phy_copper_82571;
104
Auke Kokbc7f75f2007-09-17 12:30:59 -0700105 switch (hw->mac.type) {
106 case e1000_82571:
107 case e1000_82572:
108 phy->type = e1000_phy_igp_2;
109 break;
110 case e1000_82573:
111 phy->type = e1000_phy_m88;
112 break;
Bruce Allan4662e822008-08-26 18:37:06 -0700113 case e1000_82574:
Alexander Duyck8c81c9c2009-03-19 01:12:27 +0000114 case e1000_82583:
Bruce Allan4662e822008-08-26 18:37:06 -0700115 phy->type = e1000_phy_bm;
Bruce Allan1b98c2b2010-11-16 19:50:14 -0800116 phy->ops.acquire = e1000_get_hw_semaphore_82574;
117 phy->ops.release = e1000_put_hw_semaphore_82574;
Bruce Allan77996d12011-01-06 14:29:53 +0000118 phy->ops.set_d0_lplu_state = e1000_set_d0_lplu_state_82574;
119 phy->ops.set_d3_lplu_state = e1000_set_d3_lplu_state_82574;
Bruce Allan4662e822008-08-26 18:37:06 -0700120 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700121 default:
122 return -E1000_ERR_PHY;
123 break;
124 }
125
126 /* This can only be done after all function pointers are setup. */
127 ret_val = e1000_get_phy_id_82571(hw);
Bruce Allandd93f952011-01-06 14:29:48 +0000128 if (ret_val) {
129 e_dbg("Error getting PHY ID\n");
130 return ret_val;
131 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700132
133 /* Verify phy id */
134 switch (hw->mac.type) {
135 case e1000_82571:
136 case e1000_82572:
137 if (phy->id != IGP01E1000_I_PHY_ID)
Bruce Allandd93f952011-01-06 14:29:48 +0000138 ret_val = -E1000_ERR_PHY;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700139 break;
140 case e1000_82573:
141 if (phy->id != M88E1111_I_PHY_ID)
Bruce Allandd93f952011-01-06 14:29:48 +0000142 ret_val = -E1000_ERR_PHY;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700143 break;
Bruce Allan4662e822008-08-26 18:37:06 -0700144 case e1000_82574:
Alexander Duyck8c81c9c2009-03-19 01:12:27 +0000145 case e1000_82583:
Bruce Allan4662e822008-08-26 18:37:06 -0700146 if (phy->id != BME1000_E_PHY_ID_R2)
Bruce Allandd93f952011-01-06 14:29:48 +0000147 ret_val = -E1000_ERR_PHY;
Bruce Allan4662e822008-08-26 18:37:06 -0700148 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700149 default:
Bruce Allandd93f952011-01-06 14:29:48 +0000150 ret_val = -E1000_ERR_PHY;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700151 break;
152 }
153
Bruce Allandd93f952011-01-06 14:29:48 +0000154 if (ret_val)
155 e_dbg("PHY ID unknown: type = 0x%08x\n", phy->id);
156
157 return ret_val;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700158}
159
160/**
161 * e1000_init_nvm_params_82571 - Init NVM func ptrs.
162 * @hw: pointer to the HW structure
Auke Kokbc7f75f2007-09-17 12:30:59 -0700163 **/
164static s32 e1000_init_nvm_params_82571(struct e1000_hw *hw)
165{
166 struct e1000_nvm_info *nvm = &hw->nvm;
167 u32 eecd = er32(EECD);
168 u16 size;
169
170 nvm->opcode_bits = 8;
171 nvm->delay_usec = 1;
172 switch (nvm->override) {
173 case e1000_nvm_override_spi_large:
174 nvm->page_size = 32;
175 nvm->address_bits = 16;
176 break;
177 case e1000_nvm_override_spi_small:
178 nvm->page_size = 8;
179 nvm->address_bits = 8;
180 break;
181 default:
182 nvm->page_size = eecd & E1000_EECD_ADDR_BITS ? 32 : 8;
183 nvm->address_bits = eecd & E1000_EECD_ADDR_BITS ? 16 : 8;
184 break;
185 }
186
187 switch (hw->mac.type) {
188 case e1000_82573:
Bruce Allan4662e822008-08-26 18:37:06 -0700189 case e1000_82574:
Alexander Duyck8c81c9c2009-03-19 01:12:27 +0000190 case e1000_82583:
Auke Kokbc7f75f2007-09-17 12:30:59 -0700191 if (((eecd >> 15) & 0x3) == 0x3) {
192 nvm->type = e1000_nvm_flash_hw;
193 nvm->word_size = 2048;
Bruce Allanad680762008-03-28 09:15:03 -0700194 /*
195 * Autonomous Flash update bit must be cleared due
Auke Kokbc7f75f2007-09-17 12:30:59 -0700196 * to Flash update issue.
197 */
198 eecd &= ~E1000_EECD_AUPDEN;
199 ew32(EECD, eecd);
200 break;
201 }
202 /* Fall Through */
203 default:
Bruce Allanad680762008-03-28 09:15:03 -0700204 nvm->type = e1000_nvm_eeprom_spi;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700205 size = (u16)((eecd & E1000_EECD_SIZE_EX_MASK) >>
206 E1000_EECD_SIZE_EX_SHIFT);
Bruce Allanad680762008-03-28 09:15:03 -0700207 /*
208 * Added to a constant, "size" becomes the left-shift value
Auke Kokbc7f75f2007-09-17 12:30:59 -0700209 * for setting word_size.
210 */
211 size += NVM_WORD_SIZE_BASE_SHIFT;
Jeff Kirsher8d7c2942008-04-02 13:48:07 -0700212
213 /* EEPROM access above 16k is unsupported */
214 if (size > 14)
215 size = 14;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700216 nvm->word_size = 1 << size;
217 break;
218 }
219
Bruce Allan1b98c2b2010-11-16 19:50:14 -0800220 /* Function Pointers */
221 switch (hw->mac.type) {
222 case e1000_82574:
223 case e1000_82583:
224 nvm->ops.acquire = e1000_get_hw_semaphore_82574;
225 nvm->ops.release = e1000_put_hw_semaphore_82574;
226 break;
227 default:
228 break;
229 }
230
Auke Kokbc7f75f2007-09-17 12:30:59 -0700231 return 0;
232}
233
234/**
235 * e1000_init_mac_params_82571 - Init MAC func ptrs.
236 * @hw: pointer to the HW structure
Auke Kokbc7f75f2007-09-17 12:30:59 -0700237 **/
238static s32 e1000_init_mac_params_82571(struct e1000_adapter *adapter)
239{
240 struct e1000_hw *hw = &adapter->hw;
241 struct e1000_mac_info *mac = &hw->mac;
242 struct e1000_mac_operations *func = &mac->ops;
Dave Graham23a2d1b2009-06-08 14:28:17 +0000243 u32 swsm = 0;
244 u32 swsm2 = 0;
245 bool force_clear_smbi = false;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700246
247 /* Set media type */
248 switch (adapter->pdev->device) {
249 case E1000_DEV_ID_82571EB_FIBER:
250 case E1000_DEV_ID_82572EI_FIBER:
251 case E1000_DEV_ID_82571EB_QUAD_FIBER:
Jeff Kirsher318a94d2008-03-28 09:15:16 -0700252 hw->phy.media_type = e1000_media_type_fiber;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700253 break;
254 case E1000_DEV_ID_82571EB_SERDES:
255 case E1000_DEV_ID_82572EI_SERDES:
Auke Kok040babf2007-10-31 15:22:05 -0700256 case E1000_DEV_ID_82571EB_SERDES_DUAL:
257 case E1000_DEV_ID_82571EB_SERDES_QUAD:
Jeff Kirsher318a94d2008-03-28 09:15:16 -0700258 hw->phy.media_type = e1000_media_type_internal_serdes;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700259 break;
260 default:
Jeff Kirsher318a94d2008-03-28 09:15:16 -0700261 hw->phy.media_type = e1000_media_type_copper;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700262 break;
263 }
264
265 /* Set mta register count */
266 mac->mta_reg_count = 128;
267 /* Set rar entry count */
268 mac->rar_entry_count = E1000_RAR_ENTRIES;
Bruce Allanf464ba82010-01-07 16:31:35 +0000269 /* Adaptive IFS supported */
270 mac->adaptive_ifs = true;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700271
272 /* check for link */
Jeff Kirsher318a94d2008-03-28 09:15:16 -0700273 switch (hw->phy.media_type) {
Auke Kokbc7f75f2007-09-17 12:30:59 -0700274 case e1000_media_type_copper:
275 func->setup_physical_interface = e1000_setup_copper_link_82571;
276 func->check_for_link = e1000e_check_for_copper_link;
277 func->get_link_up_info = e1000e_get_speed_and_duplex_copper;
278 break;
279 case e1000_media_type_fiber:
Bruce Allanad680762008-03-28 09:15:03 -0700280 func->setup_physical_interface =
281 e1000_setup_fiber_serdes_link_82571;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700282 func->check_for_link = e1000e_check_for_fiber_link;
Bruce Allanad680762008-03-28 09:15:03 -0700283 func->get_link_up_info =
284 e1000e_get_speed_and_duplex_fiber_serdes;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700285 break;
286 case e1000_media_type_internal_serdes:
Bruce Allanad680762008-03-28 09:15:03 -0700287 func->setup_physical_interface =
288 e1000_setup_fiber_serdes_link_82571;
dave grahamc9523372009-02-10 12:52:28 +0000289 func->check_for_link = e1000_check_for_serdes_link_82571;
Bruce Allanad680762008-03-28 09:15:03 -0700290 func->get_link_up_info =
291 e1000e_get_speed_and_duplex_fiber_serdes;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700292 break;
293 default:
294 return -E1000_ERR_CONFIG;
295 break;
296 }
297
Bruce Allan4662e822008-08-26 18:37:06 -0700298 switch (hw->mac.type) {
Bruce Allanf4d2dd42010-01-13 02:05:18 +0000299 case e1000_82573:
300 func->set_lan_id = e1000_set_lan_id_single_port;
301 func->check_mng_mode = e1000e_check_mng_mode_generic;
302 func->led_on = e1000e_led_on_generic;
Bruce Allandbf80dc2011-04-16 00:34:40 +0000303 func->blink_led = e1000e_blink_led_generic;
Bruce Allana65a4a02010-05-10 15:01:51 +0000304
305 /* FWSM register */
306 mac->has_fwsm = true;
307 /*
308 * ARC supported; valid only if manageability features are
309 * enabled.
310 */
311 mac->arc_subsystem_valid =
312 (er32(FWSM) & E1000_FWSM_MODE_MASK)
313 ? true : false;
Bruce Allanf4d2dd42010-01-13 02:05:18 +0000314 break;
Bruce Allan4662e822008-08-26 18:37:06 -0700315 case e1000_82574:
Alexander Duyck8c81c9c2009-03-19 01:12:27 +0000316 case e1000_82583:
Bruce Allanf4d2dd42010-01-13 02:05:18 +0000317 func->set_lan_id = e1000_set_lan_id_single_port;
Bruce Allan4662e822008-08-26 18:37:06 -0700318 func->check_mng_mode = e1000_check_mng_mode_82574;
319 func->led_on = e1000_led_on_82574;
320 break;
321 default:
322 func->check_mng_mode = e1000e_check_mng_mode_generic;
323 func->led_on = e1000e_led_on_generic;
Bruce Allandbf80dc2011-04-16 00:34:40 +0000324 func->blink_led = e1000e_blink_led_generic;
Bruce Allana65a4a02010-05-10 15:01:51 +0000325
326 /* FWSM register */
327 mac->has_fwsm = true;
Bruce Allan4662e822008-08-26 18:37:06 -0700328 break;
329 }
330
Dave Graham23a2d1b2009-06-08 14:28:17 +0000331 /*
332 * Ensure that the inter-port SWSM.SMBI lock bit is clear before
Uwe Kleine-Königb5950762010-11-01 15:38:34 -0400333 * first NVM or PHY access. This should be done for single-port
Dave Graham23a2d1b2009-06-08 14:28:17 +0000334 * devices, and for one port only on dual-port devices so that
335 * for those devices we can still use the SMBI lock to synchronize
336 * inter-port accesses to the PHY & NVM.
337 */
338 switch (hw->mac.type) {
339 case e1000_82571:
340 case e1000_82572:
341 swsm2 = er32(SWSM2);
342
343 if (!(swsm2 & E1000_SWSM2_LOCK)) {
344 /* Only do this for the first interface on this card */
345 ew32(SWSM2,
346 swsm2 | E1000_SWSM2_LOCK);
347 force_clear_smbi = true;
348 } else
349 force_clear_smbi = false;
350 break;
351 default:
352 force_clear_smbi = true;
353 break;
354 }
355
356 if (force_clear_smbi) {
357 /* Make sure SWSM.SMBI is clear */
358 swsm = er32(SWSM);
359 if (swsm & E1000_SWSM_SMBI) {
360 /* This bit should not be set on a first interface, and
361 * indicates that the bootagent or EFI code has
362 * improperly left this bit enabled
363 */
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000364 e_dbg("Please update your 82571 Bootagent\n");
Dave Graham23a2d1b2009-06-08 14:28:17 +0000365 }
366 ew32(SWSM, swsm & ~E1000_SWSM_SMBI);
367 }
368
369 /*
Joe Perches2c73e1f2010-03-26 20:16:59 +0000370 * Initialize device specific counter of SMBI acquisition
Dave Graham23a2d1b2009-06-08 14:28:17 +0000371 * timeouts.
372 */
373 hw->dev_spec.e82571.smb_counter = 0;
374
Auke Kokbc7f75f2007-09-17 12:30:59 -0700375 return 0;
376}
377
Jeff Kirsher69e3fd82008-04-02 13:48:18 -0700378static s32 e1000_get_variants_82571(struct e1000_adapter *adapter)
Auke Kokbc7f75f2007-09-17 12:30:59 -0700379{
380 struct e1000_hw *hw = &adapter->hw;
381 static int global_quad_port_a; /* global port a indication */
382 struct pci_dev *pdev = adapter->pdev;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700383 int is_port_b = er32(STATUS) & E1000_STATUS_FUNC_1;
384 s32 rc;
385
386 rc = e1000_init_mac_params_82571(adapter);
387 if (rc)
388 return rc;
389
390 rc = e1000_init_nvm_params_82571(hw);
391 if (rc)
392 return rc;
393
394 rc = e1000_init_phy_params_82571(hw);
395 if (rc)
396 return rc;
397
398 /* tag quad port adapters first, it's used below */
399 switch (pdev->device) {
400 case E1000_DEV_ID_82571EB_QUAD_COPPER:
401 case E1000_DEV_ID_82571EB_QUAD_FIBER:
402 case E1000_DEV_ID_82571EB_QUAD_COPPER_LP:
Auke Kok040babf2007-10-31 15:22:05 -0700403 case E1000_DEV_ID_82571PT_QUAD_COPPER:
Auke Kokbc7f75f2007-09-17 12:30:59 -0700404 adapter->flags |= FLAG_IS_QUAD_PORT;
405 /* mark the first port */
406 if (global_quad_port_a == 0)
407 adapter->flags |= FLAG_IS_QUAD_PORT_A;
408 /* Reset for multiple quad port adapters */
409 global_quad_port_a++;
410 if (global_quad_port_a == 4)
411 global_quad_port_a = 0;
412 break;
413 default:
414 break;
415 }
416
417 switch (adapter->hw.mac.type) {
418 case e1000_82571:
419 /* these dual ports don't have WoL on port B at all */
420 if (((pdev->device == E1000_DEV_ID_82571EB_FIBER) ||
421 (pdev->device == E1000_DEV_ID_82571EB_SERDES) ||
422 (pdev->device == E1000_DEV_ID_82571EB_COPPER)) &&
423 (is_port_b))
424 adapter->flags &= ~FLAG_HAS_WOL;
425 /* quad ports only support WoL on port A */
426 if (adapter->flags & FLAG_IS_QUAD_PORT &&
Roel Kluin6e4ca802007-10-29 10:50:05 -0700427 (!(adapter->flags & FLAG_IS_QUAD_PORT_A)))
Auke Kokbc7f75f2007-09-17 12:30:59 -0700428 adapter->flags &= ~FLAG_HAS_WOL;
Auke Kok040babf2007-10-31 15:22:05 -0700429 /* Does not support WoL on any port */
430 if (pdev->device == E1000_DEV_ID_82571EB_SERDES_QUAD)
431 adapter->flags &= ~FLAG_HAS_WOL;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700432 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700433 case e1000_82573:
Bruce Allan6f461f62010-04-27 03:33:04 +0000434 case e1000_82574:
435 case e1000_82583:
Auke Kokbc7f75f2007-09-17 12:30:59 -0700436 if (pdev->device == E1000_DEV_ID_82573L) {
Bruce Allan6f461f62010-04-27 03:33:04 +0000437 adapter->flags |= FLAG_HAS_JUMBO_FRAMES;
438 adapter->max_hw_frame_size = DEFAULT_JUMBO;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700439 }
440 break;
441 default:
442 break;
443 }
444
445 return 0;
446}
447
448/**
449 * e1000_get_phy_id_82571 - Retrieve the PHY ID and revision
450 * @hw: pointer to the HW structure
451 *
452 * Reads the PHY registers and stores the PHY ID and possibly the PHY
453 * revision in the hardware structure.
454 **/
455static s32 e1000_get_phy_id_82571(struct e1000_hw *hw)
456{
457 struct e1000_phy_info *phy = &hw->phy;
Bruce Allan4662e822008-08-26 18:37:06 -0700458 s32 ret_val;
459 u16 phy_id = 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700460
461 switch (hw->mac.type) {
462 case e1000_82571:
463 case e1000_82572:
Bruce Allanad680762008-03-28 09:15:03 -0700464 /*
465 * The 82571 firmware may still be configuring the PHY.
Auke Kokbc7f75f2007-09-17 12:30:59 -0700466 * In this case, we cannot access the PHY until the
467 * configuration is done. So we explicitly set the
Bruce Allanad680762008-03-28 09:15:03 -0700468 * PHY ID.
469 */
Auke Kokbc7f75f2007-09-17 12:30:59 -0700470 phy->id = IGP01E1000_I_PHY_ID;
471 break;
472 case e1000_82573:
473 return e1000e_get_phy_id(hw);
474 break;
Bruce Allan4662e822008-08-26 18:37:06 -0700475 case e1000_82574:
Alexander Duyck8c81c9c2009-03-19 01:12:27 +0000476 case e1000_82583:
Bruce Allan4662e822008-08-26 18:37:06 -0700477 ret_val = e1e_rphy(hw, PHY_ID1, &phy_id);
478 if (ret_val)
479 return ret_val;
480
481 phy->id = (u32)(phy_id << 16);
482 udelay(20);
483 ret_val = e1e_rphy(hw, PHY_ID2, &phy_id);
484 if (ret_val)
485 return ret_val;
486
487 phy->id |= (u32)(phy_id);
488 phy->revision = (u32)(phy_id & ~PHY_REVISION_MASK);
489 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700490 default:
491 return -E1000_ERR_PHY;
492 break;
493 }
494
495 return 0;
496}
497
498/**
499 * e1000_get_hw_semaphore_82571 - Acquire hardware semaphore
500 * @hw: pointer to the HW structure
501 *
502 * Acquire the HW semaphore to access the PHY or NVM
503 **/
504static s32 e1000_get_hw_semaphore_82571(struct e1000_hw *hw)
505{
506 u32 swsm;
Dave Graham23a2d1b2009-06-08 14:28:17 +0000507 s32 sw_timeout = hw->nvm.word_size + 1;
508 s32 fw_timeout = hw->nvm.word_size + 1;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700509 s32 i = 0;
510
Dave Graham23a2d1b2009-06-08 14:28:17 +0000511 /*
512 * If we have timedout 3 times on trying to acquire
513 * the inter-port SMBI semaphore, there is old code
514 * operating on the other port, and it is not
515 * releasing SMBI. Modify the number of times that
516 * we try for the semaphore to interwork with this
517 * older code.
518 */
519 if (hw->dev_spec.e82571.smb_counter > 2)
520 sw_timeout = 1;
521
522 /* Get the SW semaphore */
523 while (i < sw_timeout) {
524 swsm = er32(SWSM);
525 if (!(swsm & E1000_SWSM_SMBI))
526 break;
527
528 udelay(50);
529 i++;
530 }
531
532 if (i == sw_timeout) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000533 e_dbg("Driver can't access device - SMBI bit is set.\n");
Dave Graham23a2d1b2009-06-08 14:28:17 +0000534 hw->dev_spec.e82571.smb_counter++;
535 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700536 /* Get the FW semaphore. */
Dave Graham23a2d1b2009-06-08 14:28:17 +0000537 for (i = 0; i < fw_timeout; i++) {
Auke Kokbc7f75f2007-09-17 12:30:59 -0700538 swsm = er32(SWSM);
539 ew32(SWSM, swsm | E1000_SWSM_SWESMBI);
540
541 /* Semaphore acquired if bit latched */
542 if (er32(SWSM) & E1000_SWSM_SWESMBI)
543 break;
544
545 udelay(50);
546 }
547
Dave Graham23a2d1b2009-06-08 14:28:17 +0000548 if (i == fw_timeout) {
Auke Kokbc7f75f2007-09-17 12:30:59 -0700549 /* Release semaphores */
Dave Graham23a2d1b2009-06-08 14:28:17 +0000550 e1000_put_hw_semaphore_82571(hw);
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000551 e_dbg("Driver can't access the NVM\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700552 return -E1000_ERR_NVM;
553 }
554
555 return 0;
556}
557
558/**
559 * e1000_put_hw_semaphore_82571 - Release hardware semaphore
560 * @hw: pointer to the HW structure
561 *
562 * Release hardware semaphore used to access the PHY or NVM
563 **/
564static void e1000_put_hw_semaphore_82571(struct e1000_hw *hw)
565{
566 u32 swsm;
567
568 swsm = er32(SWSM);
Dave Graham23a2d1b2009-06-08 14:28:17 +0000569 swsm &= ~(E1000_SWSM_SMBI | E1000_SWSM_SWESMBI);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700570 ew32(SWSM, swsm);
571}
Bruce Allan1b98c2b2010-11-16 19:50:14 -0800572/**
573 * e1000_get_hw_semaphore_82573 - Acquire hardware semaphore
574 * @hw: pointer to the HW structure
575 *
576 * Acquire the HW semaphore during reset.
577 *
578 **/
579static s32 e1000_get_hw_semaphore_82573(struct e1000_hw *hw)
580{
581 u32 extcnf_ctrl;
582 s32 ret_val = 0;
583 s32 i = 0;
584
585 extcnf_ctrl = er32(EXTCNF_CTRL);
586 extcnf_ctrl |= E1000_EXTCNF_CTRL_MDIO_SW_OWNERSHIP;
587 do {
588 ew32(EXTCNF_CTRL, extcnf_ctrl);
589 extcnf_ctrl = er32(EXTCNF_CTRL);
590
591 if (extcnf_ctrl & E1000_EXTCNF_CTRL_MDIO_SW_OWNERSHIP)
592 break;
593
594 extcnf_ctrl |= E1000_EXTCNF_CTRL_MDIO_SW_OWNERSHIP;
595
Bruce Allan1bba4382011-03-19 00:27:20 +0000596 usleep_range(2000, 4000);
Bruce Allan1b98c2b2010-11-16 19:50:14 -0800597 i++;
598 } while (i < MDIO_OWNERSHIP_TIMEOUT);
599
600 if (i == MDIO_OWNERSHIP_TIMEOUT) {
601 /* Release semaphores */
602 e1000_put_hw_semaphore_82573(hw);
603 e_dbg("Driver can't access the PHY\n");
604 ret_val = -E1000_ERR_PHY;
605 goto out;
606 }
607
608out:
609 return ret_val;
610}
611
612/**
613 * e1000_put_hw_semaphore_82573 - Release hardware semaphore
614 * @hw: pointer to the HW structure
615 *
616 * Release hardware semaphore used during reset.
617 *
618 **/
619static void e1000_put_hw_semaphore_82573(struct e1000_hw *hw)
620{
621 u32 extcnf_ctrl;
622
623 extcnf_ctrl = er32(EXTCNF_CTRL);
624 extcnf_ctrl &= ~E1000_EXTCNF_CTRL_MDIO_SW_OWNERSHIP;
625 ew32(EXTCNF_CTRL, extcnf_ctrl);
626}
627
628static DEFINE_MUTEX(swflag_mutex);
629
630/**
631 * e1000_get_hw_semaphore_82574 - Acquire hardware semaphore
632 * @hw: pointer to the HW structure
633 *
634 * Acquire the HW semaphore to access the PHY or NVM.
635 *
636 **/
637static s32 e1000_get_hw_semaphore_82574(struct e1000_hw *hw)
638{
639 s32 ret_val;
640
641 mutex_lock(&swflag_mutex);
642 ret_val = e1000_get_hw_semaphore_82573(hw);
643 if (ret_val)
644 mutex_unlock(&swflag_mutex);
645 return ret_val;
646}
647
648/**
649 * e1000_put_hw_semaphore_82574 - Release hardware semaphore
650 * @hw: pointer to the HW structure
651 *
652 * Release hardware semaphore used to access the PHY or NVM
653 *
654 **/
655static void e1000_put_hw_semaphore_82574(struct e1000_hw *hw)
656{
657 e1000_put_hw_semaphore_82573(hw);
658 mutex_unlock(&swflag_mutex);
659}
Auke Kokbc7f75f2007-09-17 12:30:59 -0700660
661/**
Bruce Allan77996d12011-01-06 14:29:53 +0000662 * e1000_set_d0_lplu_state_82574 - Set Low Power Linkup D0 state
663 * @hw: pointer to the HW structure
664 * @active: true to enable LPLU, false to disable
665 *
666 * Sets the LPLU D0 state according to the active flag.
667 * LPLU will not be activated unless the
668 * device autonegotiation advertisement meets standards of
669 * either 10 or 10/100 or 10/100/1000 at all duplexes.
670 * This is a function pointer entry point only called by
671 * PHY setup routines.
672 **/
673static s32 e1000_set_d0_lplu_state_82574(struct e1000_hw *hw, bool active)
674{
675 u16 data = er32(POEMB);
676
677 if (active)
678 data |= E1000_PHY_CTRL_D0A_LPLU;
679 else
680 data &= ~E1000_PHY_CTRL_D0A_LPLU;
681
682 ew32(POEMB, data);
683 return 0;
684}
685
686/**
687 * e1000_set_d3_lplu_state_82574 - Sets low power link up state for D3
688 * @hw: pointer to the HW structure
689 * @active: boolean used to enable/disable lplu
690 *
691 * The low power link up (lplu) state is set to the power management level D3
692 * when active is true, else clear lplu for D3. LPLU
693 * is used during Dx states where the power conservation is most important.
694 * During driver activity, SmartSpeed should be enabled so performance is
695 * maintained.
696 **/
697static s32 e1000_set_d3_lplu_state_82574(struct e1000_hw *hw, bool active)
698{
699 u16 data = er32(POEMB);
700
701 if (!active) {
702 data &= ~E1000_PHY_CTRL_NOND0A_LPLU;
703 } else if ((hw->phy.autoneg_advertised == E1000_ALL_SPEED_DUPLEX) ||
704 (hw->phy.autoneg_advertised == E1000_ALL_NOT_GIG) ||
705 (hw->phy.autoneg_advertised == E1000_ALL_10_SPEED)) {
706 data |= E1000_PHY_CTRL_NOND0A_LPLU;
707 }
708
709 ew32(POEMB, data);
710 return 0;
711}
712
713/**
Auke Kokbc7f75f2007-09-17 12:30:59 -0700714 * e1000_acquire_nvm_82571 - Request for access to the EEPROM
715 * @hw: pointer to the HW structure
716 *
717 * To gain access to the EEPROM, first we must obtain a hardware semaphore.
718 * Then for non-82573 hardware, set the EEPROM access request bit and wait
719 * for EEPROM access grant bit. If the access grant bit is not set, release
720 * hardware semaphore.
721 **/
722static s32 e1000_acquire_nvm_82571(struct e1000_hw *hw)
723{
724 s32 ret_val;
725
726 ret_val = e1000_get_hw_semaphore_82571(hw);
727 if (ret_val)
728 return ret_val;
729
Alexander Duyck8c81c9c2009-03-19 01:12:27 +0000730 switch (hw->mac.type) {
731 case e1000_82573:
Alexander Duyck8c81c9c2009-03-19 01:12:27 +0000732 break;
733 default:
Auke Kokbc7f75f2007-09-17 12:30:59 -0700734 ret_val = e1000e_acquire_nvm(hw);
Alexander Duyck8c81c9c2009-03-19 01:12:27 +0000735 break;
736 }
Auke Kokbc7f75f2007-09-17 12:30:59 -0700737
738 if (ret_val)
739 e1000_put_hw_semaphore_82571(hw);
740
741 return ret_val;
742}
743
744/**
745 * e1000_release_nvm_82571 - Release exclusive access to EEPROM
746 * @hw: pointer to the HW structure
747 *
748 * Stop any current commands to the EEPROM and clear the EEPROM request bit.
749 **/
750static void e1000_release_nvm_82571(struct e1000_hw *hw)
751{
752 e1000e_release_nvm(hw);
753 e1000_put_hw_semaphore_82571(hw);
754}
755
756/**
757 * e1000_write_nvm_82571 - Write to EEPROM using appropriate interface
758 * @hw: pointer to the HW structure
759 * @offset: offset within the EEPROM to be written to
760 * @words: number of words to write
761 * @data: 16 bit word(s) to be written to the EEPROM
762 *
763 * For non-82573 silicon, write data to EEPROM at offset using SPI interface.
764 *
765 * If e1000e_update_nvm_checksum is not called after this function, the
Auke Kok489815c2008-02-21 15:11:07 -0800766 * EEPROM will most likely contain an invalid checksum.
Auke Kokbc7f75f2007-09-17 12:30:59 -0700767 **/
768static s32 e1000_write_nvm_82571(struct e1000_hw *hw, u16 offset, u16 words,
769 u16 *data)
770{
771 s32 ret_val;
772
773 switch (hw->mac.type) {
774 case e1000_82573:
Bruce Allan4662e822008-08-26 18:37:06 -0700775 case e1000_82574:
Alexander Duyck8c81c9c2009-03-19 01:12:27 +0000776 case e1000_82583:
Auke Kokbc7f75f2007-09-17 12:30:59 -0700777 ret_val = e1000_write_nvm_eewr_82571(hw, offset, words, data);
778 break;
779 case e1000_82571:
780 case e1000_82572:
781 ret_val = e1000e_write_nvm_spi(hw, offset, words, data);
782 break;
783 default:
784 ret_val = -E1000_ERR_NVM;
785 break;
786 }
787
788 return ret_val;
789}
790
791/**
792 * e1000_update_nvm_checksum_82571 - Update EEPROM checksum
793 * @hw: pointer to the HW structure
794 *
795 * Updates the EEPROM checksum by reading/adding each word of the EEPROM
796 * up to the checksum. Then calculates the EEPROM checksum and writes the
797 * value to the EEPROM.
798 **/
799static s32 e1000_update_nvm_checksum_82571(struct e1000_hw *hw)
800{
801 u32 eecd;
802 s32 ret_val;
803 u16 i;
804
805 ret_val = e1000e_update_nvm_checksum_generic(hw);
806 if (ret_val)
807 return ret_val;
808
Bruce Allanad680762008-03-28 09:15:03 -0700809 /*
810 * If our nvm is an EEPROM, then we're done
811 * otherwise, commit the checksum to the flash NVM.
812 */
Auke Kokbc7f75f2007-09-17 12:30:59 -0700813 if (hw->nvm.type != e1000_nvm_flash_hw)
814 return ret_val;
815
816 /* Check for pending operations. */
817 for (i = 0; i < E1000_FLASH_UPDATES; i++) {
Bruce Allan1bba4382011-03-19 00:27:20 +0000818 usleep_range(1000, 2000);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700819 if ((er32(EECD) & E1000_EECD_FLUPD) == 0)
820 break;
821 }
822
823 if (i == E1000_FLASH_UPDATES)
824 return -E1000_ERR_NVM;
825
826 /* Reset the firmware if using STM opcode. */
827 if ((er32(FLOP) & 0xFF00) == E1000_STM_OPCODE) {
Bruce Allanad680762008-03-28 09:15:03 -0700828 /*
829 * The enabling of and the actual reset must be done
Auke Kokbc7f75f2007-09-17 12:30:59 -0700830 * in two write cycles.
831 */
832 ew32(HICR, E1000_HICR_FW_RESET_ENABLE);
833 e1e_flush();
834 ew32(HICR, E1000_HICR_FW_RESET);
835 }
836
837 /* Commit the write to flash */
838 eecd = er32(EECD) | E1000_EECD_FLUPD;
839 ew32(EECD, eecd);
840
841 for (i = 0; i < E1000_FLASH_UPDATES; i++) {
Bruce Allan1bba4382011-03-19 00:27:20 +0000842 usleep_range(1000, 2000);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700843 if ((er32(EECD) & E1000_EECD_FLUPD) == 0)
844 break;
845 }
846
847 if (i == E1000_FLASH_UPDATES)
848 return -E1000_ERR_NVM;
849
850 return 0;
851}
852
853/**
854 * e1000_validate_nvm_checksum_82571 - Validate EEPROM checksum
855 * @hw: pointer to the HW structure
856 *
857 * Calculates the EEPROM checksum by reading/adding each word of the EEPROM
858 * and then verifies that the sum of the EEPROM is equal to 0xBABA.
859 **/
860static s32 e1000_validate_nvm_checksum_82571(struct e1000_hw *hw)
861{
862 if (hw->nvm.type == e1000_nvm_flash_hw)
863 e1000_fix_nvm_checksum_82571(hw);
864
865 return e1000e_validate_nvm_checksum_generic(hw);
866}
867
868/**
869 * e1000_write_nvm_eewr_82571 - Write to EEPROM for 82573 silicon
870 * @hw: pointer to the HW structure
871 * @offset: offset within the EEPROM to be written to
872 * @words: number of words to write
873 * @data: 16 bit word(s) to be written to the EEPROM
874 *
875 * After checking for invalid values, poll the EEPROM to ensure the previous
876 * command has completed before trying to write the next word. After write
877 * poll for completion.
878 *
879 * If e1000e_update_nvm_checksum is not called after this function, the
Auke Kok489815c2008-02-21 15:11:07 -0800880 * EEPROM will most likely contain an invalid checksum.
Auke Kokbc7f75f2007-09-17 12:30:59 -0700881 **/
882static s32 e1000_write_nvm_eewr_82571(struct e1000_hw *hw, u16 offset,
883 u16 words, u16 *data)
884{
885 struct e1000_nvm_info *nvm = &hw->nvm;
Bruce Allana708dd82009-11-20 23:28:37 +0000886 u32 i, eewr = 0;
Auke Kokbc7f75f2007-09-17 12:30:59 -0700887 s32 ret_val = 0;
888
Bruce Allanad680762008-03-28 09:15:03 -0700889 /*
890 * A check for invalid values: offset too large, too many words,
891 * and not enough words.
892 */
Auke Kokbc7f75f2007-09-17 12:30:59 -0700893 if ((offset >= nvm->word_size) || (words > (nvm->word_size - offset)) ||
894 (words == 0)) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000895 e_dbg("nvm parameter(s) out of bounds\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700896 return -E1000_ERR_NVM;
897 }
898
899 for (i = 0; i < words; i++) {
900 eewr = (data[i] << E1000_NVM_RW_REG_DATA) |
901 ((offset+i) << E1000_NVM_RW_ADDR_SHIFT) |
902 E1000_NVM_RW_REG_START;
903
904 ret_val = e1000e_poll_eerd_eewr_done(hw, E1000_NVM_POLL_WRITE);
905 if (ret_val)
906 break;
907
908 ew32(EEWR, eewr);
909
910 ret_val = e1000e_poll_eerd_eewr_done(hw, E1000_NVM_POLL_WRITE);
911 if (ret_val)
912 break;
913 }
914
915 return ret_val;
916}
917
918/**
919 * e1000_get_cfg_done_82571 - Poll for configuration done
920 * @hw: pointer to the HW structure
921 *
922 * Reads the management control register for the config done bit to be set.
923 **/
924static s32 e1000_get_cfg_done_82571(struct e1000_hw *hw)
925{
926 s32 timeout = PHY_CFG_TIMEOUT;
927
928 while (timeout) {
929 if (er32(EEMNGCTL) &
930 E1000_NVM_CFG_DONE_PORT_0)
931 break;
Bruce Allan1bba4382011-03-19 00:27:20 +0000932 usleep_range(1000, 2000);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700933 timeout--;
934 }
935 if (!timeout) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +0000936 e_dbg("MNG configuration cycle has not completed.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -0700937 return -E1000_ERR_RESET;
938 }
939
940 return 0;
941}
942
943/**
944 * e1000_set_d0_lplu_state_82571 - Set Low Power Linkup D0 state
945 * @hw: pointer to the HW structure
Bruce Allan564ea9b2009-11-20 23:26:44 +0000946 * @active: true to enable LPLU, false to disable
Auke Kokbc7f75f2007-09-17 12:30:59 -0700947 *
948 * Sets the LPLU D0 state according to the active flag. When activating LPLU
949 * this function also disables smart speed and vice versa. LPLU will not be
950 * activated unless the device autonegotiation advertisement meets standards
951 * of either 10 or 10/100 or 10/100/1000 at all duplexes. This is a function
952 * pointer entry point only called by PHY setup routines.
953 **/
954static s32 e1000_set_d0_lplu_state_82571(struct e1000_hw *hw, bool active)
955{
956 struct e1000_phy_info *phy = &hw->phy;
957 s32 ret_val;
958 u16 data;
959
960 ret_val = e1e_rphy(hw, IGP02E1000_PHY_POWER_MGMT, &data);
961 if (ret_val)
962 return ret_val;
963
964 if (active) {
965 data |= IGP02E1000_PM_D0_LPLU;
966 ret_val = e1e_wphy(hw, IGP02E1000_PHY_POWER_MGMT, data);
967 if (ret_val)
968 return ret_val;
969
970 /* When LPLU is enabled, we should disable SmartSpeed */
971 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG, &data);
972 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
973 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG, data);
974 if (ret_val)
975 return ret_val;
976 } else {
977 data &= ~IGP02E1000_PM_D0_LPLU;
978 ret_val = e1e_wphy(hw, IGP02E1000_PHY_POWER_MGMT, data);
Bruce Allanad680762008-03-28 09:15:03 -0700979 /*
980 * LPLU and SmartSpeed are mutually exclusive. LPLU is used
Auke Kokbc7f75f2007-09-17 12:30:59 -0700981 * during Dx states where the power conservation is most
982 * important. During driver activity we should enable
Bruce Allanad680762008-03-28 09:15:03 -0700983 * SmartSpeed, so performance is maintained.
984 */
Auke Kokbc7f75f2007-09-17 12:30:59 -0700985 if (phy->smart_speed == e1000_smart_speed_on) {
986 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -0700987 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700988 if (ret_val)
989 return ret_val;
990
991 data |= IGP01E1000_PSCFR_SMART_SPEED;
992 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -0700993 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700994 if (ret_val)
995 return ret_val;
996 } else if (phy->smart_speed == e1000_smart_speed_off) {
997 ret_val = e1e_rphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -0700998 &data);
Auke Kokbc7f75f2007-09-17 12:30:59 -0700999 if (ret_val)
1000 return ret_val;
1001
1002 data &= ~IGP01E1000_PSCFR_SMART_SPEED;
1003 ret_val = e1e_wphy(hw, IGP01E1000_PHY_PORT_CONFIG,
Bruce Allanad680762008-03-28 09:15:03 -07001004 data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001005 if (ret_val)
1006 return ret_val;
1007 }
1008 }
1009
1010 return 0;
1011}
1012
1013/**
1014 * e1000_reset_hw_82571 - Reset hardware
1015 * @hw: pointer to the HW structure
1016 *
Bruce Allanfe401672009-11-20 23:26:05 +00001017 * This resets the hardware into a known state.
Auke Kokbc7f75f2007-09-17 12:30:59 -07001018 **/
1019static s32 e1000_reset_hw_82571(struct e1000_hw *hw)
1020{
Bruce Allandd93f952011-01-06 14:29:48 +00001021 u32 ctrl, ctrl_ext;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001022 s32 ret_val;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001023
Bruce Allanad680762008-03-28 09:15:03 -07001024 /*
1025 * Prevent the PCI-E bus from sticking if there is no TLP connection
Auke Kokbc7f75f2007-09-17 12:30:59 -07001026 * on the last TLP read/write transaction when MAC is reset.
1027 */
1028 ret_val = e1000e_disable_pcie_master(hw);
1029 if (ret_val)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001030 e_dbg("PCI-E Master disable polling has failed.\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001031
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001032 e_dbg("Masking off all interrupts\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001033 ew32(IMC, 0xffffffff);
1034
1035 ew32(RCTL, 0);
1036 ew32(TCTL, E1000_TCTL_PSP);
1037 e1e_flush();
1038
Bruce Allan1bba4382011-03-19 00:27:20 +00001039 usleep_range(10000, 20000);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001040
Bruce Allanad680762008-03-28 09:15:03 -07001041 /*
1042 * Must acquire the MDIO ownership before MAC reset.
1043 * Ownership defaults to firmware after a reset.
1044 */
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00001045 switch (hw->mac.type) {
1046 case e1000_82573:
Bruce Allan1b98c2b2010-11-16 19:50:14 -08001047 ret_val = e1000_get_hw_semaphore_82573(hw);
1048 break;
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00001049 case e1000_82574:
1050 case e1000_82583:
Bruce Allan1b98c2b2010-11-16 19:50:14 -08001051 ret_val = e1000_get_hw_semaphore_82574(hw);
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00001052 break;
1053 default:
1054 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001055 }
Bruce Allan1b98c2b2010-11-16 19:50:14 -08001056 if (ret_val)
1057 e_dbg("Cannot acquire MDIO ownership\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001058
1059 ctrl = er32(CTRL);
1060
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001061 e_dbg("Issuing a global reset to MAC\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001062 ew32(CTRL, ctrl | E1000_CTRL_RST);
1063
Bruce Allan1b98c2b2010-11-16 19:50:14 -08001064 /* Must release MDIO ownership and mutex after MAC reset. */
1065 switch (hw->mac.type) {
1066 case e1000_82574:
1067 case e1000_82583:
1068 e1000_put_hw_semaphore_82574(hw);
1069 break;
1070 default:
1071 break;
1072 }
1073
Auke Kokbc7f75f2007-09-17 12:30:59 -07001074 if (hw->nvm.type == e1000_nvm_flash_hw) {
1075 udelay(10);
1076 ctrl_ext = er32(CTRL_EXT);
1077 ctrl_ext |= E1000_CTRL_EXT_EE_RST;
1078 ew32(CTRL_EXT, ctrl_ext);
1079 e1e_flush();
1080 }
1081
1082 ret_val = e1000e_get_auto_rd_done(hw);
1083 if (ret_val)
1084 /* We don't want to continue accessing MAC registers. */
1085 return ret_val;
1086
Bruce Allanad680762008-03-28 09:15:03 -07001087 /*
1088 * Phy configuration from NVM just starts after EECD_AUTO_RD is set.
Auke Kokbc7f75f2007-09-17 12:30:59 -07001089 * Need to wait for Phy configuration completion before accessing
1090 * NVM and Phy.
1091 */
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00001092
1093 switch (hw->mac.type) {
1094 case e1000_82573:
1095 case e1000_82574:
1096 case e1000_82583:
Auke Kokbc7f75f2007-09-17 12:30:59 -07001097 msleep(25);
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00001098 break;
1099 default:
1100 break;
1101 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07001102
1103 /* Clear any pending interrupt events. */
1104 ew32(IMC, 0xffffffff);
Bruce Allandd93f952011-01-06 14:29:48 +00001105 er32(ICR);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001106
Bruce Allan1aef70e2010-08-19 15:48:52 -07001107 if (hw->mac.type == e1000_82571) {
1108 /* Install any alternate MAC address into RAR0 */
1109 ret_val = e1000_check_alt_mac_addr_generic(hw);
1110 if (ret_val)
1111 return ret_val;
Bruce Allan608f8a02010-01-13 02:04:58 +00001112
Bruce Allan1aef70e2010-08-19 15:48:52 -07001113 e1000e_set_laa_state_82571(hw, true);
1114 }
Bill Hayes93ca1612007-10-31 15:21:52 -07001115
dave grahamc9523372009-02-10 12:52:28 +00001116 /* Reinitialize the 82571 serdes link state machine */
1117 if (hw->phy.media_type == e1000_media_type_internal_serdes)
1118 hw->mac.serdes_link_state = e1000_serdes_link_down;
1119
Auke Kokbc7f75f2007-09-17 12:30:59 -07001120 return 0;
1121}
1122
1123/**
1124 * e1000_init_hw_82571 - Initialize hardware
1125 * @hw: pointer to the HW structure
1126 *
1127 * This inits the hardware readying it for operation.
1128 **/
1129static s32 e1000_init_hw_82571(struct e1000_hw *hw)
1130{
1131 struct e1000_mac_info *mac = &hw->mac;
1132 u32 reg_data;
1133 s32 ret_val;
Bruce Allana708dd82009-11-20 23:28:37 +00001134 u16 i, rar_count = mac->rar_entry_count;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001135
1136 e1000_initialize_hw_bits_82571(hw);
1137
1138 /* Initialize identification LED */
1139 ret_val = e1000e_id_led_init(hw);
Bruce Allande39b752009-11-20 23:27:59 +00001140 if (ret_val)
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001141 e_dbg("Error initializing identification LED\n");
Bruce Allande39b752009-11-20 23:27:59 +00001142 /* This is not fatal and we should not stop init due to this */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001143
1144 /* Disabling VLAN filtering */
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001145 e_dbg("Initializing the IEEE VLAN\n");
Bruce Allancaaddaf2009-12-01 15:46:43 +00001146 mac->ops.clear_vfta(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001147
1148 /* Setup the receive address. */
Bruce Allanad680762008-03-28 09:15:03 -07001149 /*
1150 * If, however, a locally administered address was assigned to the
Auke Kokbc7f75f2007-09-17 12:30:59 -07001151 * 82571, we must reserve a RAR for it to work around an issue where
1152 * resetting one port will reload the MAC on the other port.
1153 */
1154 if (e1000e_get_laa_state_82571(hw))
1155 rar_count--;
1156 e1000e_init_rx_addrs(hw, rar_count);
1157
1158 /* Zero out the Multicast HASH table */
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001159 e_dbg("Zeroing the MTA\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001160 for (i = 0; i < mac->mta_reg_count; i++)
1161 E1000_WRITE_REG_ARRAY(hw, E1000_MTA, i, 0);
1162
1163 /* Setup link and flow control */
1164 ret_val = e1000_setup_link_82571(hw);
1165
1166 /* Set the transmit descriptor write-back policy */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07001167 reg_data = er32(TXDCTL(0));
Auke Kokbc7f75f2007-09-17 12:30:59 -07001168 reg_data = (reg_data & ~E1000_TXDCTL_WTHRESH) |
1169 E1000_TXDCTL_FULL_TX_DESC_WB |
1170 E1000_TXDCTL_COUNT_DESC;
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07001171 ew32(TXDCTL(0), reg_data);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001172
1173 /* ...for both queues. */
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00001174 switch (mac->type) {
1175 case e1000_82573:
Bruce Allana65a4a02010-05-10 15:01:51 +00001176 e1000e_enable_tx_pkt_filtering(hw);
1177 /* fall through */
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00001178 case e1000_82574:
1179 case e1000_82583:
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00001180 reg_data = er32(GCR);
1181 reg_data |= E1000_GCR_L1_ACT_WITHOUT_L0S_RX;
1182 ew32(GCR, reg_data);
1183 break;
1184 default:
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07001185 reg_data = er32(TXDCTL(1));
Auke Kokbc7f75f2007-09-17 12:30:59 -07001186 reg_data = (reg_data & ~E1000_TXDCTL_WTHRESH) |
1187 E1000_TXDCTL_FULL_TX_DESC_WB |
1188 E1000_TXDCTL_COUNT_DESC;
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07001189 ew32(TXDCTL(1), reg_data);
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00001190 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001191 }
1192
Bruce Allanad680762008-03-28 09:15:03 -07001193 /*
1194 * Clear all of the statistics registers (clear on read). It is
Auke Kokbc7f75f2007-09-17 12:30:59 -07001195 * important that we do this after we have tried to establish link
1196 * because the symbol error count will increment wildly if there
1197 * is no link.
1198 */
1199 e1000_clear_hw_cntrs_82571(hw);
1200
1201 return ret_val;
1202}
1203
1204/**
1205 * e1000_initialize_hw_bits_82571 - Initialize hardware-dependent bits
1206 * @hw: pointer to the HW structure
1207 *
1208 * Initializes required hardware-dependent bits needed for normal operation.
1209 **/
1210static void e1000_initialize_hw_bits_82571(struct e1000_hw *hw)
1211{
1212 u32 reg;
1213
1214 /* Transmit Descriptor Control 0 */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07001215 reg = er32(TXDCTL(0));
Auke Kokbc7f75f2007-09-17 12:30:59 -07001216 reg |= (1 << 22);
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07001217 ew32(TXDCTL(0), reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001218
1219 /* Transmit Descriptor Control 1 */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07001220 reg = er32(TXDCTL(1));
Auke Kokbc7f75f2007-09-17 12:30:59 -07001221 reg |= (1 << 22);
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07001222 ew32(TXDCTL(1), reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001223
1224 /* Transmit Arbitration Control 0 */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07001225 reg = er32(TARC(0));
Auke Kokbc7f75f2007-09-17 12:30:59 -07001226 reg &= ~(0xF << 27); /* 30:27 */
1227 switch (hw->mac.type) {
1228 case e1000_82571:
1229 case e1000_82572:
1230 reg |= (1 << 23) | (1 << 24) | (1 << 25) | (1 << 26);
1231 break;
1232 default:
1233 break;
1234 }
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07001235 ew32(TARC(0), reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001236
1237 /* Transmit Arbitration Control 1 */
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07001238 reg = er32(TARC(1));
Auke Kokbc7f75f2007-09-17 12:30:59 -07001239 switch (hw->mac.type) {
1240 case e1000_82571:
1241 case e1000_82572:
1242 reg &= ~((1 << 29) | (1 << 30));
1243 reg |= (1 << 22) | (1 << 24) | (1 << 25) | (1 << 26);
1244 if (er32(TCTL) & E1000_TCTL_MULR)
1245 reg &= ~(1 << 28);
1246 else
1247 reg |= (1 << 28);
Jeff Kirshere9ec2c02008-04-02 13:48:13 -07001248 ew32(TARC(1), reg);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001249 break;
1250 default:
1251 break;
1252 }
1253
1254 /* Device Control */
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00001255 switch (hw->mac.type) {
1256 case e1000_82573:
1257 case e1000_82574:
1258 case e1000_82583:
Auke Kokbc7f75f2007-09-17 12:30:59 -07001259 reg = er32(CTRL);
1260 reg &= ~(1 << 29);
1261 ew32(CTRL, reg);
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00001262 break;
1263 default:
1264 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001265 }
1266
1267 /* Extended Device Control */
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00001268 switch (hw->mac.type) {
1269 case e1000_82573:
1270 case e1000_82574:
1271 case e1000_82583:
Auke Kokbc7f75f2007-09-17 12:30:59 -07001272 reg = er32(CTRL_EXT);
1273 reg &= ~(1 << 23);
1274 reg |= (1 << 22);
1275 ew32(CTRL_EXT, reg);
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00001276 break;
1277 default:
1278 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001279 }
Bruce Allan4662e822008-08-26 18:37:06 -07001280
Alexander Duyck6ea7ae12008-11-14 06:54:36 +00001281 if (hw->mac.type == e1000_82571) {
1282 reg = er32(PBA_ECC);
1283 reg |= E1000_PBA_ECC_CORR_EN;
1284 ew32(PBA_ECC, reg);
1285 }
dave graham5df3f0e2009-02-10 12:51:41 +00001286 /*
1287 * Workaround for hardware errata.
1288 * Ensure that DMA Dynamic Clock gating is disabled on 82571 and 82572
1289 */
1290
1291 if ((hw->mac.type == e1000_82571) ||
1292 (hw->mac.type == e1000_82572)) {
1293 reg = er32(CTRL_EXT);
1294 reg &= ~E1000_CTRL_EXT_DMA_DYN_CLK_EN;
1295 ew32(CTRL_EXT, reg);
1296 }
1297
Alexander Duyck6ea7ae12008-11-14 06:54:36 +00001298
Jesse Brandeburg78272bb2009-01-26 12:16:26 -08001299 /* PCI-Ex Control Registers */
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00001300 switch (hw->mac.type) {
1301 case e1000_82574:
1302 case e1000_82583:
Bruce Allan4662e822008-08-26 18:37:06 -07001303 reg = er32(GCR);
1304 reg |= (1 << 22);
1305 ew32(GCR, reg);
Jesse Brandeburg78272bb2009-01-26 12:16:26 -08001306
Bruce Allan84efb7b2009-11-20 23:26:24 +00001307 /*
1308 * Workaround for hardware errata.
1309 * apply workaround for hardware errata documented in errata
1310 * docs Fixes issue where some error prone or unreliable PCIe
1311 * completions are occurring, particularly with ASPM enabled.
Bruce Allanaf667a22010-12-31 06:10:01 +00001312 * Without fix, issue can cause Tx timeouts.
Bruce Allan84efb7b2009-11-20 23:26:24 +00001313 */
Jesse Brandeburg78272bb2009-01-26 12:16:26 -08001314 reg = er32(GCR2);
1315 reg |= 1;
1316 ew32(GCR2, reg);
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00001317 break;
1318 default:
1319 break;
Bruce Allan4662e822008-08-26 18:37:06 -07001320 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07001321}
1322
1323/**
Bruce Allancaaddaf2009-12-01 15:46:43 +00001324 * e1000_clear_vfta_82571 - Clear VLAN filter table
Auke Kokbc7f75f2007-09-17 12:30:59 -07001325 * @hw: pointer to the HW structure
1326 *
1327 * Clears the register array which contains the VLAN filter table by
1328 * setting all the values to 0.
1329 **/
Bruce Allancaaddaf2009-12-01 15:46:43 +00001330static void e1000_clear_vfta_82571(struct e1000_hw *hw)
Auke Kokbc7f75f2007-09-17 12:30:59 -07001331{
1332 u32 offset;
1333 u32 vfta_value = 0;
1334 u32 vfta_offset = 0;
1335 u32 vfta_bit_in_reg = 0;
1336
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00001337 switch (hw->mac.type) {
1338 case e1000_82573:
1339 case e1000_82574:
1340 case e1000_82583:
Auke Kokbc7f75f2007-09-17 12:30:59 -07001341 if (hw->mng_cookie.vlan_id != 0) {
Bruce Allanad680762008-03-28 09:15:03 -07001342 /*
1343 * The VFTA is a 4096b bit-field, each identifying
Auke Kokbc7f75f2007-09-17 12:30:59 -07001344 * a single VLAN ID. The following operations
1345 * determine which 32b entry (i.e. offset) into the
1346 * array we want to set the VLAN ID (i.e. bit) of
1347 * the manageability unit.
1348 */
1349 vfta_offset = (hw->mng_cookie.vlan_id >>
1350 E1000_VFTA_ENTRY_SHIFT) &
1351 E1000_VFTA_ENTRY_MASK;
1352 vfta_bit_in_reg = 1 << (hw->mng_cookie.vlan_id &
1353 E1000_VFTA_ENTRY_BIT_SHIFT_MASK);
1354 }
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00001355 break;
1356 default:
1357 break;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001358 }
1359 for (offset = 0; offset < E1000_VLAN_FILTER_TBL_SIZE; offset++) {
Bruce Allanad680762008-03-28 09:15:03 -07001360 /*
1361 * If the offset we want to clear is the same offset of the
Auke Kokbc7f75f2007-09-17 12:30:59 -07001362 * manageability VLAN ID, then clear all bits except that of
1363 * the manageability unit.
1364 */
1365 vfta_value = (offset == vfta_offset) ? vfta_bit_in_reg : 0;
1366 E1000_WRITE_REG_ARRAY(hw, E1000_VFTA, offset, vfta_value);
1367 e1e_flush();
1368 }
1369}
1370
1371/**
Bruce Allan4662e822008-08-26 18:37:06 -07001372 * e1000_check_mng_mode_82574 - Check manageability is enabled
1373 * @hw: pointer to the HW structure
1374 *
1375 * Reads the NVM Initialization Control Word 2 and returns true
1376 * (>0) if any manageability is enabled, else false (0).
1377 **/
1378static bool e1000_check_mng_mode_82574(struct e1000_hw *hw)
1379{
1380 u16 data;
1381
1382 e1000_read_nvm(hw, NVM_INIT_CONTROL2_REG, 1, &data);
1383 return (data & E1000_NVM_INIT_CTRL2_MNGM) != 0;
1384}
1385
1386/**
1387 * e1000_led_on_82574 - Turn LED on
1388 * @hw: pointer to the HW structure
1389 *
1390 * Turn LED on.
1391 **/
1392static s32 e1000_led_on_82574(struct e1000_hw *hw)
1393{
1394 u32 ctrl;
1395 u32 i;
1396
1397 ctrl = hw->mac.ledctl_mode2;
1398 if (!(E1000_STATUS_LU & er32(STATUS))) {
1399 /*
1400 * If no link, then turn LED on by setting the invert bit
1401 * for each LED that's "on" (0x0E) in ledctl_mode2.
1402 */
1403 for (i = 0; i < 4; i++)
1404 if (((hw->mac.ledctl_mode2 >> (i * 8)) & 0xFF) ==
1405 E1000_LEDCTL_MODE_LED_ON)
1406 ctrl |= (E1000_LEDCTL_LED0_IVRT << (i * 8));
1407 }
1408 ew32(LEDCTL, ctrl);
1409
1410 return 0;
1411}
1412
1413/**
Carolyn Wybornyff10e132010-10-28 00:59:53 +00001414 * e1000_check_phy_82574 - check 82574 phy hung state
1415 * @hw: pointer to the HW structure
1416 *
1417 * Returns whether phy is hung or not
1418 **/
1419bool e1000_check_phy_82574(struct e1000_hw *hw)
1420{
1421 u16 status_1kbt = 0;
1422 u16 receive_errors = 0;
1423 bool phy_hung = false;
1424 s32 ret_val = 0;
1425
1426 /*
1427 * Read PHY Receive Error counter first, if its is max - all F's then
1428 * read the Base1000T status register If both are max then PHY is hung.
1429 */
1430 ret_val = e1e_rphy(hw, E1000_RECEIVE_ERROR_COUNTER, &receive_errors);
1431
1432 if (ret_val)
1433 goto out;
1434 if (receive_errors == E1000_RECEIVE_ERROR_MAX) {
1435 ret_val = e1e_rphy(hw, E1000_BASE1000T_STATUS, &status_1kbt);
1436 if (ret_val)
1437 goto out;
1438 if ((status_1kbt & E1000_IDLE_ERROR_COUNT_MASK) ==
1439 E1000_IDLE_ERROR_COUNT_MASK)
1440 phy_hung = true;
1441 }
1442out:
1443 return phy_hung;
1444}
1445
1446/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07001447 * e1000_setup_link_82571 - Setup flow control and link settings
1448 * @hw: pointer to the HW structure
1449 *
1450 * Determines which flow control settings to use, then configures flow
1451 * control. Calls the appropriate media-specific link configuration
1452 * function. Assuming the adapter has a valid link partner, a valid link
1453 * should be established. Assumes the hardware has previously been reset
1454 * and the transmitter and receiver are not enabled.
1455 **/
1456static s32 e1000_setup_link_82571(struct e1000_hw *hw)
1457{
Bruce Allanad680762008-03-28 09:15:03 -07001458 /*
1459 * 82573 does not have a word in the NVM to determine
Auke Kokbc7f75f2007-09-17 12:30:59 -07001460 * the default flow control setting, so we explicitly
1461 * set it to full.
1462 */
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00001463 switch (hw->mac.type) {
1464 case e1000_82573:
1465 case e1000_82574:
1466 case e1000_82583:
1467 if (hw->fc.requested_mode == e1000_fc_default)
1468 hw->fc.requested_mode = e1000_fc_full;
1469 break;
1470 default:
1471 break;
1472 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07001473
1474 return e1000e_setup_link(hw);
1475}
1476
1477/**
1478 * e1000_setup_copper_link_82571 - Configure copper link settings
1479 * @hw: pointer to the HW structure
1480 *
1481 * Configures the link for auto-neg or forced speed and duplex. Then we check
1482 * for link, once link is established calls to configure collision distance
1483 * and flow control are called.
1484 **/
1485static s32 e1000_setup_copper_link_82571(struct e1000_hw *hw)
1486{
1487 u32 ctrl;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001488 s32 ret_val;
1489
1490 ctrl = er32(CTRL);
1491 ctrl |= E1000_CTRL_SLU;
1492 ctrl &= ~(E1000_CTRL_FRCSPD | E1000_CTRL_FRCDPX);
1493 ew32(CTRL, ctrl);
1494
1495 switch (hw->phy.type) {
1496 case e1000_phy_m88:
Bruce Allan4662e822008-08-26 18:37:06 -07001497 case e1000_phy_bm:
Auke Kokbc7f75f2007-09-17 12:30:59 -07001498 ret_val = e1000e_copper_link_setup_m88(hw);
1499 break;
1500 case e1000_phy_igp_2:
1501 ret_val = e1000e_copper_link_setup_igp(hw);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001502 break;
1503 default:
1504 return -E1000_ERR_PHY;
1505 break;
1506 }
1507
1508 if (ret_val)
1509 return ret_val;
1510
1511 ret_val = e1000e_setup_copper_link(hw);
1512
1513 return ret_val;
1514}
1515
1516/**
1517 * e1000_setup_fiber_serdes_link_82571 - Setup link for fiber/serdes
1518 * @hw: pointer to the HW structure
1519 *
1520 * Configures collision distance and flow control for fiber and serdes links.
1521 * Upon successful setup, poll for link.
1522 **/
1523static s32 e1000_setup_fiber_serdes_link_82571(struct e1000_hw *hw)
1524{
1525 switch (hw->mac.type) {
1526 case e1000_82571:
1527 case e1000_82572:
Bruce Allanad680762008-03-28 09:15:03 -07001528 /*
1529 * If SerDes loopback mode is entered, there is no form
Auke Kokbc7f75f2007-09-17 12:30:59 -07001530 * of reset to take the adapter out of that mode. So we
1531 * have to explicitly take the adapter out of loopback
Auke Kok489815c2008-02-21 15:11:07 -08001532 * mode. This prevents drivers from twiddling their thumbs
Auke Kokbc7f75f2007-09-17 12:30:59 -07001533 * if another tool failed to take it out of loopback mode.
1534 */
Bruce Allanad680762008-03-28 09:15:03 -07001535 ew32(SCTL, E1000_SCTL_DISABLE_SERDES_LOOPBACK);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001536 break;
1537 default:
1538 break;
1539 }
1540
1541 return e1000e_setup_fiber_serdes_link(hw);
1542}
1543
1544/**
dave grahamc9523372009-02-10 12:52:28 +00001545 * e1000_check_for_serdes_link_82571 - Check for link (Serdes)
1546 * @hw: pointer to the HW structure
1547 *
Bruce Allan1a40d5c2009-12-01 15:49:51 +00001548 * Reports the link state as up or down.
1549 *
1550 * If autonegotiation is supported by the link partner, the link state is
1551 * determined by the result of autonegotiation. This is the most likely case.
1552 * If autonegotiation is not supported by the link partner, and the link
1553 * has a valid signal, force the link up.
1554 *
1555 * The link state is represented internally here by 4 states:
1556 *
1557 * 1) down
1558 * 2) autoneg_progress
Daniel Mack3ad2f3f2010-02-03 08:01:28 +08001559 * 3) autoneg_complete (the link successfully autonegotiated)
Bruce Allan1a40d5c2009-12-01 15:49:51 +00001560 * 4) forced_up (the link has been forced up, it did not autonegotiate)
1561 *
dave grahamc9523372009-02-10 12:52:28 +00001562 **/
Hannes Ederf6370112009-02-14 11:32:25 +00001563static s32 e1000_check_for_serdes_link_82571(struct e1000_hw *hw)
dave grahamc9523372009-02-10 12:52:28 +00001564{
1565 struct e1000_mac_info *mac = &hw->mac;
1566 u32 rxcw;
1567 u32 ctrl;
1568 u32 status;
Bruce Alland9c76f92010-11-24 06:01:35 +00001569 u32 txcw;
1570 u32 i;
dave grahamc9523372009-02-10 12:52:28 +00001571 s32 ret_val = 0;
1572
1573 ctrl = er32(CTRL);
1574 status = er32(STATUS);
1575 rxcw = er32(RXCW);
1576
1577 if ((rxcw & E1000_RXCW_SYNCH) && !(rxcw & E1000_RXCW_IV)) {
1578
1579 /* Receiver is synchronized with no invalid bits. */
1580 switch (mac->serdes_link_state) {
1581 case e1000_serdes_link_autoneg_complete:
1582 if (!(status & E1000_STATUS_LU)) {
1583 /*
1584 * We have lost link, retry autoneg before
1585 * reporting link failure
1586 */
1587 mac->serdes_link_state =
1588 e1000_serdes_link_autoneg_progress;
Bruce Allan1a40d5c2009-12-01 15:49:51 +00001589 mac->serdes_has_link = false;
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001590 e_dbg("AN_UP -> AN_PROG\n");
Bruce Allana82a14f2010-11-24 06:01:20 +00001591 } else {
1592 mac->serdes_has_link = true;
dave grahamc9523372009-02-10 12:52:28 +00001593 }
Bruce Allana82a14f2010-11-24 06:01:20 +00001594 break;
dave grahamc9523372009-02-10 12:52:28 +00001595
1596 case e1000_serdes_link_forced_up:
1597 /*
1598 * If we are receiving /C/ ordered sets, re-enable
1599 * auto-negotiation in the TXCW register and disable
1600 * forced link in the Device Control register in an
1601 * attempt to auto-negotiate with our link partner.
Bruce Alland478eb42010-11-16 19:50:13 -08001602 * If the partner code word is null, stop forcing
1603 * and restart auto negotiation.
dave grahamc9523372009-02-10 12:52:28 +00001604 */
Bruce Alland478eb42010-11-16 19:50:13 -08001605 if ((rxcw & E1000_RXCW_C) || !(rxcw & E1000_RXCW_CW)) {
dave grahamc9523372009-02-10 12:52:28 +00001606 /* Enable autoneg, and unforce link up */
1607 ew32(TXCW, mac->txcw);
Bruce Allan1a40d5c2009-12-01 15:49:51 +00001608 ew32(CTRL, (ctrl & ~E1000_CTRL_SLU));
dave grahamc9523372009-02-10 12:52:28 +00001609 mac->serdes_link_state =
1610 e1000_serdes_link_autoneg_progress;
Bruce Allan1a40d5c2009-12-01 15:49:51 +00001611 mac->serdes_has_link = false;
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001612 e_dbg("FORCED_UP -> AN_PROG\n");
Bruce Allana82a14f2010-11-24 06:01:20 +00001613 } else {
1614 mac->serdes_has_link = true;
dave grahamc9523372009-02-10 12:52:28 +00001615 }
1616 break;
1617
1618 case e1000_serdes_link_autoneg_progress:
Bruce Allan1a40d5c2009-12-01 15:49:51 +00001619 if (rxcw & E1000_RXCW_C) {
1620 /*
1621 * We received /C/ ordered sets, meaning the
1622 * link partner has autonegotiated, and we can
1623 * trust the Link Up (LU) status bit.
1624 */
1625 if (status & E1000_STATUS_LU) {
1626 mac->serdes_link_state =
1627 e1000_serdes_link_autoneg_complete;
1628 e_dbg("AN_PROG -> AN_UP\n");
1629 mac->serdes_has_link = true;
1630 } else {
1631 /* Autoneg completed, but failed. */
1632 mac->serdes_link_state =
1633 e1000_serdes_link_down;
1634 e_dbg("AN_PROG -> DOWN\n");
1635 }
dave grahamc9523372009-02-10 12:52:28 +00001636 } else {
1637 /*
Bruce Allan1a40d5c2009-12-01 15:49:51 +00001638 * The link partner did not autoneg.
1639 * Force link up and full duplex, and change
1640 * state to forced.
dave grahamc9523372009-02-10 12:52:28 +00001641 */
Bruce Allan1a40d5c2009-12-01 15:49:51 +00001642 ew32(TXCW, (mac->txcw & ~E1000_TXCW_ANE));
dave grahamc9523372009-02-10 12:52:28 +00001643 ctrl |= (E1000_CTRL_SLU | E1000_CTRL_FD);
1644 ew32(CTRL, ctrl);
1645
1646 /* Configure Flow Control after link up. */
Bruce Allan1a40d5c2009-12-01 15:49:51 +00001647 ret_val = e1000e_config_fc_after_link_up(hw);
dave grahamc9523372009-02-10 12:52:28 +00001648 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001649 e_dbg("Error config flow control\n");
dave grahamc9523372009-02-10 12:52:28 +00001650 break;
1651 }
1652 mac->serdes_link_state =
1653 e1000_serdes_link_forced_up;
Bruce Allan1a40d5c2009-12-01 15:49:51 +00001654 mac->serdes_has_link = true;
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001655 e_dbg("AN_PROG -> FORCED_UP\n");
dave grahamc9523372009-02-10 12:52:28 +00001656 }
dave grahamc9523372009-02-10 12:52:28 +00001657 break;
1658
1659 case e1000_serdes_link_down:
1660 default:
Bruce Allan1a40d5c2009-12-01 15:49:51 +00001661 /*
1662 * The link was down but the receiver has now gained
dave grahamc9523372009-02-10 12:52:28 +00001663 * valid sync, so lets see if we can bring the link
Bruce Allan1a40d5c2009-12-01 15:49:51 +00001664 * up.
1665 */
dave grahamc9523372009-02-10 12:52:28 +00001666 ew32(TXCW, mac->txcw);
Bruce Allan1a40d5c2009-12-01 15:49:51 +00001667 ew32(CTRL, (ctrl & ~E1000_CTRL_SLU));
dave grahamc9523372009-02-10 12:52:28 +00001668 mac->serdes_link_state =
1669 e1000_serdes_link_autoneg_progress;
Bruce Allana82a14f2010-11-24 06:01:20 +00001670 mac->serdes_has_link = false;
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001671 e_dbg("DOWN -> AN_PROG\n");
dave grahamc9523372009-02-10 12:52:28 +00001672 break;
1673 }
1674 } else {
1675 if (!(rxcw & E1000_RXCW_SYNCH)) {
1676 mac->serdes_has_link = false;
1677 mac->serdes_link_state = e1000_serdes_link_down;
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001678 e_dbg("ANYSTATE -> DOWN\n");
dave grahamc9523372009-02-10 12:52:28 +00001679 } else {
1680 /*
Bruce Alland9c76f92010-11-24 06:01:35 +00001681 * Check several times, if Sync and Config
1682 * both are consistently 1 then simply ignore
1683 * the Invalid bit and restart Autoneg
dave grahamc9523372009-02-10 12:52:28 +00001684 */
Bruce Alland9c76f92010-11-24 06:01:35 +00001685 for (i = 0; i < AN_RETRY_COUNT; i++) {
1686 udelay(10);
1687 rxcw = er32(RXCW);
1688 if ((rxcw & E1000_RXCW_IV) &&
1689 !((rxcw & E1000_RXCW_SYNCH) &&
1690 (rxcw & E1000_RXCW_C))) {
1691 mac->serdes_has_link = false;
1692 mac->serdes_link_state =
1693 e1000_serdes_link_down;
1694 e_dbg("ANYSTATE -> DOWN\n");
1695 break;
1696 }
1697 }
1698
1699 if (i == AN_RETRY_COUNT) {
1700 txcw = er32(TXCW);
1701 txcw |= E1000_TXCW_ANE;
1702 ew32(TXCW, txcw);
1703 mac->serdes_link_state =
1704 e1000_serdes_link_autoneg_progress;
dave grahamc9523372009-02-10 12:52:28 +00001705 mac->serdes_has_link = false;
Bruce Alland9c76f92010-11-24 06:01:35 +00001706 e_dbg("ANYSTATE -> AN_PROG\n");
dave grahamc9523372009-02-10 12:52:28 +00001707 }
1708 }
1709 }
1710
1711 return ret_val;
1712}
1713
1714/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07001715 * e1000_valid_led_default_82571 - Verify a valid default LED config
1716 * @hw: pointer to the HW structure
1717 * @data: pointer to the NVM (EEPROM)
1718 *
1719 * Read the EEPROM for the current default LED configuration. If the
1720 * LED configuration is not valid, set to a valid LED configuration.
1721 **/
1722static s32 e1000_valid_led_default_82571(struct e1000_hw *hw, u16 *data)
1723{
1724 s32 ret_val;
1725
1726 ret_val = e1000_read_nvm(hw, NVM_ID_LED_SETTINGS, 1, data);
1727 if (ret_val) {
Bruce Allan3bb99fe2009-11-20 23:25:07 +00001728 e_dbg("NVM Read Error\n");
Auke Kokbc7f75f2007-09-17 12:30:59 -07001729 return ret_val;
1730 }
1731
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00001732 switch (hw->mac.type) {
1733 case e1000_82573:
1734 case e1000_82574:
1735 case e1000_82583:
1736 if (*data == ID_LED_RESERVED_F746)
1737 *data = ID_LED_DEFAULT_82573;
1738 break;
1739 default:
1740 if (*data == ID_LED_RESERVED_0000 ||
1741 *data == ID_LED_RESERVED_FFFF)
1742 *data = ID_LED_DEFAULT;
1743 break;
1744 }
Auke Kokbc7f75f2007-09-17 12:30:59 -07001745
1746 return 0;
1747}
1748
1749/**
1750 * e1000e_get_laa_state_82571 - Get locally administered address state
1751 * @hw: pointer to the HW structure
1752 *
Auke Kok489815c2008-02-21 15:11:07 -08001753 * Retrieve and return the current locally administered address state.
Auke Kokbc7f75f2007-09-17 12:30:59 -07001754 **/
1755bool e1000e_get_laa_state_82571(struct e1000_hw *hw)
1756{
1757 if (hw->mac.type != e1000_82571)
Bruce Allan564ea9b2009-11-20 23:26:44 +00001758 return false;
Auke Kokbc7f75f2007-09-17 12:30:59 -07001759
1760 return hw->dev_spec.e82571.laa_is_present;
1761}
1762
1763/**
1764 * e1000e_set_laa_state_82571 - Set locally administered address state
1765 * @hw: pointer to the HW structure
1766 * @state: enable/disable locally administered address
1767 *
Bruce Allan5ff5b662009-12-01 15:51:11 +00001768 * Enable/Disable the current locally administered address state.
Auke Kokbc7f75f2007-09-17 12:30:59 -07001769 **/
1770void e1000e_set_laa_state_82571(struct e1000_hw *hw, bool state)
1771{
1772 if (hw->mac.type != e1000_82571)
1773 return;
1774
1775 hw->dev_spec.e82571.laa_is_present = state;
1776
1777 /* If workaround is activated... */
1778 if (state)
Bruce Allanad680762008-03-28 09:15:03 -07001779 /*
1780 * Hold a copy of the LAA in RAR[14] This is done so that
Auke Kokbc7f75f2007-09-17 12:30:59 -07001781 * between the time RAR[0] gets clobbered and the time it
1782 * gets fixed, the actual LAA is in one of the RARs and no
1783 * incoming packets directed to this port are dropped.
1784 * Eventually the LAA will be in RAR[0] and RAR[14].
1785 */
1786 e1000e_rar_set(hw, hw->mac.addr, hw->mac.rar_entry_count - 1);
1787}
1788
1789/**
1790 * e1000_fix_nvm_checksum_82571 - Fix EEPROM checksum
1791 * @hw: pointer to the HW structure
1792 *
1793 * Verifies that the EEPROM has completed the update. After updating the
1794 * EEPROM, we need to check bit 15 in work 0x23 for the checksum fix. If
1795 * the checksum fix is not implemented, we need to set the bit and update
1796 * the checksum. Otherwise, if bit 15 is set and the checksum is incorrect,
1797 * we need to return bad checksum.
1798 **/
1799static s32 e1000_fix_nvm_checksum_82571(struct e1000_hw *hw)
1800{
1801 struct e1000_nvm_info *nvm = &hw->nvm;
1802 s32 ret_val;
1803 u16 data;
1804
1805 if (nvm->type != e1000_nvm_flash_hw)
1806 return 0;
1807
Bruce Allanad680762008-03-28 09:15:03 -07001808 /*
1809 * Check bit 4 of word 10h. If it is 0, firmware is done updating
Auke Kokbc7f75f2007-09-17 12:30:59 -07001810 * 10h-12h. Checksum may need to be fixed.
1811 */
1812 ret_val = e1000_read_nvm(hw, 0x10, 1, &data);
1813 if (ret_val)
1814 return ret_val;
1815
1816 if (!(data & 0x10)) {
Bruce Allanad680762008-03-28 09:15:03 -07001817 /*
1818 * Read 0x23 and check bit 15. This bit is a 1
Auke Kokbc7f75f2007-09-17 12:30:59 -07001819 * when the checksum has already been fixed. If
1820 * the checksum is still wrong and this bit is a
1821 * 1, we need to return bad checksum. Otherwise,
1822 * we need to set this bit to a 1 and update the
1823 * checksum.
1824 */
1825 ret_val = e1000_read_nvm(hw, 0x23, 1, &data);
1826 if (ret_val)
1827 return ret_val;
1828
1829 if (!(data & 0x8000)) {
1830 data |= 0x8000;
1831 ret_val = e1000_write_nvm(hw, 0x23, 1, &data);
1832 if (ret_val)
1833 return ret_val;
1834 ret_val = e1000e_update_nvm_checksum(hw);
1835 }
1836 }
1837
1838 return 0;
1839}
1840
1841/**
Bruce Allan608f8a02010-01-13 02:04:58 +00001842 * e1000_read_mac_addr_82571 - Read device MAC address
1843 * @hw: pointer to the HW structure
1844 **/
1845static s32 e1000_read_mac_addr_82571(struct e1000_hw *hw)
1846{
1847 s32 ret_val = 0;
1848
Bruce Allan1aef70e2010-08-19 15:48:52 -07001849 if (hw->mac.type == e1000_82571) {
1850 /*
1851 * If there's an alternate MAC address place it in RAR0
1852 * so that it will override the Si installed default perm
1853 * address.
1854 */
1855 ret_val = e1000_check_alt_mac_addr_generic(hw);
1856 if (ret_val)
1857 goto out;
1858 }
Bruce Allan608f8a02010-01-13 02:04:58 +00001859
1860 ret_val = e1000_read_mac_addr_generic(hw);
1861
1862out:
1863 return ret_val;
1864}
1865
1866/**
Bruce Allan17f208d2009-12-01 15:47:22 +00001867 * e1000_power_down_phy_copper_82571 - Remove link during PHY power down
1868 * @hw: pointer to the HW structure
1869 *
1870 * In the case of a PHY power down to save power, or to turn off link during a
1871 * driver unload, or wake on lan is not enabled, remove the link.
1872 **/
1873static void e1000_power_down_phy_copper_82571(struct e1000_hw *hw)
1874{
1875 struct e1000_phy_info *phy = &hw->phy;
1876 struct e1000_mac_info *mac = &hw->mac;
1877
1878 if (!(phy->ops.check_reset_block))
1879 return;
1880
1881 /* If the management interface is not enabled, then power down */
1882 if (!(mac->ops.check_mng_mode(hw) || phy->ops.check_reset_block(hw)))
1883 e1000_power_down_phy_copper(hw);
Bruce Allan17f208d2009-12-01 15:47:22 +00001884}
1885
1886/**
Auke Kokbc7f75f2007-09-17 12:30:59 -07001887 * e1000_clear_hw_cntrs_82571 - Clear device specific hardware counters
1888 * @hw: pointer to the HW structure
1889 *
1890 * Clears the hardware counters by reading the counter registers.
1891 **/
1892static void e1000_clear_hw_cntrs_82571(struct e1000_hw *hw)
1893{
Auke Kokbc7f75f2007-09-17 12:30:59 -07001894 e1000e_clear_hw_cntrs_base(hw);
1895
Bruce Allan99673d92009-11-20 23:27:21 +00001896 er32(PRC64);
1897 er32(PRC127);
1898 er32(PRC255);
1899 er32(PRC511);
1900 er32(PRC1023);
1901 er32(PRC1522);
1902 er32(PTC64);
1903 er32(PTC127);
1904 er32(PTC255);
1905 er32(PTC511);
1906 er32(PTC1023);
1907 er32(PTC1522);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001908
Bruce Allan99673d92009-11-20 23:27:21 +00001909 er32(ALGNERRC);
1910 er32(RXERRC);
1911 er32(TNCRS);
1912 er32(CEXTERR);
1913 er32(TSCTC);
1914 er32(TSCTFC);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001915
Bruce Allan99673d92009-11-20 23:27:21 +00001916 er32(MGTPRC);
1917 er32(MGTPDC);
1918 er32(MGTPTC);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001919
Bruce Allan99673d92009-11-20 23:27:21 +00001920 er32(IAC);
1921 er32(ICRXOC);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001922
Bruce Allan99673d92009-11-20 23:27:21 +00001923 er32(ICRXPTC);
1924 er32(ICRXATC);
1925 er32(ICTXPTC);
1926 er32(ICTXATC);
1927 er32(ICTXQEC);
1928 er32(ICTXQMTC);
1929 er32(ICRXDMTC);
Auke Kokbc7f75f2007-09-17 12:30:59 -07001930}
1931
1932static struct e1000_mac_operations e82571_mac_ops = {
Bruce Allan4662e822008-08-26 18:37:06 -07001933 /* .check_mng_mode: mac type dependent */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001934 /* .check_for_link: media type dependent */
Bruce Allana4f58f52009-06-02 11:29:18 +00001935 .id_led_init = e1000e_id_led_init,
Auke Kokbc7f75f2007-09-17 12:30:59 -07001936 .cleanup_led = e1000e_cleanup_led_generic,
1937 .clear_hw_cntrs = e1000_clear_hw_cntrs_82571,
1938 .get_bus_info = e1000e_get_bus_info_pcie,
Bruce Allanf4d2dd42010-01-13 02:05:18 +00001939 .set_lan_id = e1000_set_lan_id_multi_port_pcie,
Auke Kokbc7f75f2007-09-17 12:30:59 -07001940 /* .get_link_up_info: media type dependent */
Bruce Allan4662e822008-08-26 18:37:06 -07001941 /* .led_on: mac type dependent */
Auke Kokbc7f75f2007-09-17 12:30:59 -07001942 .led_off = e1000e_led_off_generic,
Bruce Allanab8932f2010-01-13 02:05:38 +00001943 .update_mc_addr_list = e1000e_update_mc_addr_list_generic,
Bruce Allancaaddaf2009-12-01 15:46:43 +00001944 .write_vfta = e1000_write_vfta_generic,
1945 .clear_vfta = e1000_clear_vfta_82571,
Auke Kokbc7f75f2007-09-17 12:30:59 -07001946 .reset_hw = e1000_reset_hw_82571,
1947 .init_hw = e1000_init_hw_82571,
1948 .setup_link = e1000_setup_link_82571,
1949 /* .setup_physical_interface: media type dependent */
Bruce Allana4f58f52009-06-02 11:29:18 +00001950 .setup_led = e1000e_setup_led_generic,
Bruce Allan608f8a02010-01-13 02:04:58 +00001951 .read_mac_addr = e1000_read_mac_addr_82571,
Auke Kokbc7f75f2007-09-17 12:30:59 -07001952};
1953
1954static struct e1000_phy_operations e82_phy_ops_igp = {
Bruce Allan94d81862009-11-20 23:25:26 +00001955 .acquire = e1000_get_hw_semaphore_82571,
Bruce Allan94e5b652009-12-02 17:02:14 +00001956 .check_polarity = e1000_check_polarity_igp,
Auke Kokbc7f75f2007-09-17 12:30:59 -07001957 .check_reset_block = e1000e_check_reset_block_generic,
Bruce Allan94d81862009-11-20 23:25:26 +00001958 .commit = NULL,
Auke Kokbc7f75f2007-09-17 12:30:59 -07001959 .force_speed_duplex = e1000e_phy_force_speed_duplex_igp,
1960 .get_cfg_done = e1000_get_cfg_done_82571,
1961 .get_cable_length = e1000e_get_cable_length_igp_2,
Bruce Allan94d81862009-11-20 23:25:26 +00001962 .get_info = e1000e_get_phy_info_igp,
1963 .read_reg = e1000e_read_phy_reg_igp,
1964 .release = e1000_put_hw_semaphore_82571,
1965 .reset = e1000e_phy_hw_reset_generic,
Auke Kokbc7f75f2007-09-17 12:30:59 -07001966 .set_d0_lplu_state = e1000_set_d0_lplu_state_82571,
1967 .set_d3_lplu_state = e1000e_set_d3_lplu_state,
Bruce Allan94d81862009-11-20 23:25:26 +00001968 .write_reg = e1000e_write_phy_reg_igp,
Bruce Allan75eb0fa2008-11-21 16:53:51 -08001969 .cfg_on_link_up = NULL,
Auke Kokbc7f75f2007-09-17 12:30:59 -07001970};
1971
1972static struct e1000_phy_operations e82_phy_ops_m88 = {
Bruce Allan94d81862009-11-20 23:25:26 +00001973 .acquire = e1000_get_hw_semaphore_82571,
Bruce Allan94e5b652009-12-02 17:02:14 +00001974 .check_polarity = e1000_check_polarity_m88,
Auke Kokbc7f75f2007-09-17 12:30:59 -07001975 .check_reset_block = e1000e_check_reset_block_generic,
Bruce Allan94d81862009-11-20 23:25:26 +00001976 .commit = e1000e_phy_sw_reset,
Auke Kokbc7f75f2007-09-17 12:30:59 -07001977 .force_speed_duplex = e1000e_phy_force_speed_duplex_m88,
1978 .get_cfg_done = e1000e_get_cfg_done,
1979 .get_cable_length = e1000e_get_cable_length_m88,
Bruce Allan94d81862009-11-20 23:25:26 +00001980 .get_info = e1000e_get_phy_info_m88,
1981 .read_reg = e1000e_read_phy_reg_m88,
1982 .release = e1000_put_hw_semaphore_82571,
1983 .reset = e1000e_phy_hw_reset_generic,
Auke Kokbc7f75f2007-09-17 12:30:59 -07001984 .set_d0_lplu_state = e1000_set_d0_lplu_state_82571,
1985 .set_d3_lplu_state = e1000e_set_d3_lplu_state,
Bruce Allan94d81862009-11-20 23:25:26 +00001986 .write_reg = e1000e_write_phy_reg_m88,
Bruce Allan75eb0fa2008-11-21 16:53:51 -08001987 .cfg_on_link_up = NULL,
Auke Kokbc7f75f2007-09-17 12:30:59 -07001988};
1989
Bruce Allan4662e822008-08-26 18:37:06 -07001990static struct e1000_phy_operations e82_phy_ops_bm = {
Bruce Allan94d81862009-11-20 23:25:26 +00001991 .acquire = e1000_get_hw_semaphore_82571,
Bruce Allan94e5b652009-12-02 17:02:14 +00001992 .check_polarity = e1000_check_polarity_m88,
Bruce Allan4662e822008-08-26 18:37:06 -07001993 .check_reset_block = e1000e_check_reset_block_generic,
Bruce Allan94d81862009-11-20 23:25:26 +00001994 .commit = e1000e_phy_sw_reset,
Bruce Allan4662e822008-08-26 18:37:06 -07001995 .force_speed_duplex = e1000e_phy_force_speed_duplex_m88,
1996 .get_cfg_done = e1000e_get_cfg_done,
1997 .get_cable_length = e1000e_get_cable_length_m88,
Bruce Allan94d81862009-11-20 23:25:26 +00001998 .get_info = e1000e_get_phy_info_m88,
1999 .read_reg = e1000e_read_phy_reg_bm2,
2000 .release = e1000_put_hw_semaphore_82571,
2001 .reset = e1000e_phy_hw_reset_generic,
Bruce Allan4662e822008-08-26 18:37:06 -07002002 .set_d0_lplu_state = e1000_set_d0_lplu_state_82571,
2003 .set_d3_lplu_state = e1000e_set_d3_lplu_state,
Bruce Allan94d81862009-11-20 23:25:26 +00002004 .write_reg = e1000e_write_phy_reg_bm2,
Bruce Allan75eb0fa2008-11-21 16:53:51 -08002005 .cfg_on_link_up = NULL,
Bruce Allan4662e822008-08-26 18:37:06 -07002006};
2007
Auke Kokbc7f75f2007-09-17 12:30:59 -07002008static struct e1000_nvm_operations e82571_nvm_ops = {
Bruce Allan94d81862009-11-20 23:25:26 +00002009 .acquire = e1000_acquire_nvm_82571,
2010 .read = e1000e_read_nvm_eerd,
2011 .release = e1000_release_nvm_82571,
2012 .update = e1000_update_nvm_checksum_82571,
Auke Kokbc7f75f2007-09-17 12:30:59 -07002013 .valid_led_default = e1000_valid_led_default_82571,
Bruce Allan94d81862009-11-20 23:25:26 +00002014 .validate = e1000_validate_nvm_checksum_82571,
2015 .write = e1000_write_nvm_82571,
Auke Kokbc7f75f2007-09-17 12:30:59 -07002016};
2017
2018struct e1000_info e1000_82571_info = {
2019 .mac = e1000_82571,
2020 .flags = FLAG_HAS_HW_VLAN_FILTER
2021 | FLAG_HAS_JUMBO_FRAMES
Auke Kokbc7f75f2007-09-17 12:30:59 -07002022 | FLAG_HAS_WOL
2023 | FLAG_APME_IN_CTRL3
2024 | FLAG_RX_CSUM_ENABLED
2025 | FLAG_HAS_CTRLEXT_ON_LOAD
Auke Kokbc7f75f2007-09-17 12:30:59 -07002026 | FLAG_HAS_SMART_POWER_DOWN
2027 | FLAG_RESET_OVERWRITES_LAA /* errata */
2028 | FLAG_TARC_SPEED_MODE_BIT /* errata */
2029 | FLAG_APME_CHECK_PORT_B,
Jesse Brandeburg3a3b7582010-09-29 21:38:49 +00002030 .flags2 = FLAG2_DISABLE_ASPM_L1 /* errata 13 */
2031 | FLAG2_DMA_BURST,
Auke Kokbc7f75f2007-09-17 12:30:59 -07002032 .pba = 38,
Bruce Allan2adc55c2009-06-02 11:28:58 +00002033 .max_hw_frame_size = DEFAULT_JUMBO,
Jeff Kirsher69e3fd82008-04-02 13:48:18 -07002034 .get_variants = e1000_get_variants_82571,
Auke Kokbc7f75f2007-09-17 12:30:59 -07002035 .mac_ops = &e82571_mac_ops,
2036 .phy_ops = &e82_phy_ops_igp,
2037 .nvm_ops = &e82571_nvm_ops,
2038};
2039
2040struct e1000_info e1000_82572_info = {
2041 .mac = e1000_82572,
2042 .flags = FLAG_HAS_HW_VLAN_FILTER
2043 | FLAG_HAS_JUMBO_FRAMES
Auke Kokbc7f75f2007-09-17 12:30:59 -07002044 | FLAG_HAS_WOL
2045 | FLAG_APME_IN_CTRL3
2046 | FLAG_RX_CSUM_ENABLED
2047 | FLAG_HAS_CTRLEXT_ON_LOAD
Auke Kokbc7f75f2007-09-17 12:30:59 -07002048 | FLAG_TARC_SPEED_MODE_BIT, /* errata */
Jesse Brandeburg3a3b7582010-09-29 21:38:49 +00002049 .flags2 = FLAG2_DISABLE_ASPM_L1 /* errata 13 */
2050 | FLAG2_DMA_BURST,
Auke Kokbc7f75f2007-09-17 12:30:59 -07002051 .pba = 38,
Bruce Allan2adc55c2009-06-02 11:28:58 +00002052 .max_hw_frame_size = DEFAULT_JUMBO,
Jeff Kirsher69e3fd82008-04-02 13:48:18 -07002053 .get_variants = e1000_get_variants_82571,
Auke Kokbc7f75f2007-09-17 12:30:59 -07002054 .mac_ops = &e82571_mac_ops,
2055 .phy_ops = &e82_phy_ops_igp,
2056 .nvm_ops = &e82571_nvm_ops,
2057};
2058
2059struct e1000_info e1000_82573_info = {
2060 .mac = e1000_82573,
2061 .flags = FLAG_HAS_HW_VLAN_FILTER
Auke Kokbc7f75f2007-09-17 12:30:59 -07002062 | FLAG_HAS_WOL
2063 | FLAG_APME_IN_CTRL3
2064 | FLAG_RX_CSUM_ENABLED
Auke Kokbc7f75f2007-09-17 12:30:59 -07002065 | FLAG_HAS_SMART_POWER_DOWN
2066 | FLAG_HAS_AMT
Auke Kokbc7f75f2007-09-17 12:30:59 -07002067 | FLAG_HAS_SWSM_ON_LOAD,
Bruce Allan78cd29d2011-03-24 03:09:03 +00002068 .flags2 = FLAG2_DISABLE_ASPM_L1
2069 | FLAG2_DISABLE_ASPM_L0S,
Auke Kokbc7f75f2007-09-17 12:30:59 -07002070 .pba = 20,
Bruce Allan2adc55c2009-06-02 11:28:58 +00002071 .max_hw_frame_size = ETH_FRAME_LEN + ETH_FCS_LEN,
Jeff Kirsher69e3fd82008-04-02 13:48:18 -07002072 .get_variants = e1000_get_variants_82571,
Auke Kokbc7f75f2007-09-17 12:30:59 -07002073 .mac_ops = &e82571_mac_ops,
2074 .phy_ops = &e82_phy_ops_m88,
Auke Kok31f8c4f2008-02-21 15:10:47 -08002075 .nvm_ops = &e82571_nvm_ops,
Auke Kokbc7f75f2007-09-17 12:30:59 -07002076};
2077
Bruce Allan4662e822008-08-26 18:37:06 -07002078struct e1000_info e1000_82574_info = {
2079 .mac = e1000_82574,
2080 .flags = FLAG_HAS_HW_VLAN_FILTER
2081 | FLAG_HAS_MSIX
2082 | FLAG_HAS_JUMBO_FRAMES
2083 | FLAG_HAS_WOL
2084 | FLAG_APME_IN_CTRL3
2085 | FLAG_RX_CSUM_ENABLED
2086 | FLAG_HAS_SMART_POWER_DOWN
2087 | FLAG_HAS_AMT
2088 | FLAG_HAS_CTRLEXT_ON_LOAD,
Bruce Allan78cd29d2011-03-24 03:09:03 +00002089 .flags2 = FLAG2_CHECK_PHY_HANG
2090 | FLAG2_DISABLE_ASPM_L0S,
Bruce Allaned5c2b02010-11-24 06:01:25 +00002091 .pba = 32,
Alexander Duycka825e002009-10-02 12:30:42 +00002092 .max_hw_frame_size = DEFAULT_JUMBO,
Bruce Allan4662e822008-08-26 18:37:06 -07002093 .get_variants = e1000_get_variants_82571,
2094 .mac_ops = &e82571_mac_ops,
2095 .phy_ops = &e82_phy_ops_bm,
2096 .nvm_ops = &e82571_nvm_ops,
2097};
2098
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00002099struct e1000_info e1000_82583_info = {
2100 .mac = e1000_82583,
2101 .flags = FLAG_HAS_HW_VLAN_FILTER
2102 | FLAG_HAS_WOL
2103 | FLAG_APME_IN_CTRL3
2104 | FLAG_RX_CSUM_ENABLED
2105 | FLAG_HAS_SMART_POWER_DOWN
2106 | FLAG_HAS_AMT
2107 | FLAG_HAS_CTRLEXT_ON_LOAD,
Bruce Allan78cd29d2011-03-24 03:09:03 +00002108 .flags2 = FLAG2_DISABLE_ASPM_L0S,
Bruce Allaned5c2b02010-11-24 06:01:25 +00002109 .pba = 32,
Alexander Duycka825e002009-10-02 12:30:42 +00002110 .max_hw_frame_size = ETH_FRAME_LEN + ETH_FCS_LEN,
Alexander Duyck8c81c9c2009-03-19 01:12:27 +00002111 .get_variants = e1000_get_variants_82571,
2112 .mac_ops = &e82571_mac_ops,
2113 .phy_ops = &e82_phy_ops_bm,
2114 .nvm_ops = &e82571_nvm_ops,
2115};
2116