blob: c66fd957578cc93e64bf1419d40d4595db881a68 [file] [log] [blame]
Auke Kok9a799d72007-09-15 14:07:45 -07001/*******************************************************************************
2
3 Intel 10 Gigabit PCI Express Linux driver
Don Skidmorea52055e2011-02-23 09:58:39 +00004 Copyright(c) 1999 - 2011 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 Tantilov0b0c2b32011-02-26 06:40:16 +000050static s32 ixgbe_fc_autoneg_fiber(struct ixgbe_hw *hw);
51static s32 ixgbe_fc_autoneg_backplane(struct ixgbe_hw *hw);
52static s32 ixgbe_fc_autoneg_copper(struct ixgbe_hw *hw);
53static s32 ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw);
54static s32 ixgbe_negotiate_fc(struct ixgbe_hw *hw, u32 adv_reg, u32 lp_reg,
55 u32 adv_sym, u32 adv_asm, u32 lp_sym, u32 lp_asm);
Don Skidmore7b25cdb2009-08-25 04:47:32 +000056static s32 ixgbe_setup_fc(struct ixgbe_hw *hw, s32 packetbuf_num);
Auke Kok9a799d72007-09-15 14:07:45 -070057
58/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -070059 * ixgbe_start_hw_generic - Prepare hardware for Tx/Rx
Auke Kok9a799d72007-09-15 14:07:45 -070060 * @hw: pointer to hardware structure
61 *
62 * Starts the hardware by filling the bus info structure and media type, clears
63 * all on chip counters, initializes receive address registers, multicast
64 * table, VLAN filter table, calls routine to set up link and flow control
65 * settings, and leaves transmit and receive units disabled and uninitialized
66 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -070067s32 ixgbe_start_hw_generic(struct ixgbe_hw *hw)
Auke Kok9a799d72007-09-15 14:07:45 -070068{
69 u32 ctrl_ext;
70
71 /* Set the media type */
72 hw->phy.media_type = hw->mac.ops.get_media_type(hw);
73
74 /* Identify the PHY */
Jesse Brandeburgc44ade92008-09-11 19:59:59 -070075 hw->phy.ops.identify(hw);
Auke Kok9a799d72007-09-15 14:07:45 -070076
Auke Kok9a799d72007-09-15 14:07:45 -070077 /* Clear the VLAN filter table */
Jesse Brandeburgc44ade92008-09-11 19:59:59 -070078 hw->mac.ops.clear_vfta(hw);
Auke Kok9a799d72007-09-15 14:07:45 -070079
Auke Kok9a799d72007-09-15 14:07:45 -070080 /* Clear statistics registers */
Jesse Brandeburgc44ade92008-09-11 19:59:59 -070081 hw->mac.ops.clear_hw_cntrs(hw);
Auke Kok9a799d72007-09-15 14:07:45 -070082
83 /* Set No Snoop Disable */
84 ctrl_ext = IXGBE_READ_REG(hw, IXGBE_CTRL_EXT);
85 ctrl_ext |= IXGBE_CTRL_EXT_NS_DIS;
86 IXGBE_WRITE_REG(hw, IXGBE_CTRL_EXT, ctrl_ext);
Auke Kok3957d632007-10-31 15:22:10 -070087 IXGBE_WRITE_FLUSH(hw);
Auke Kok9a799d72007-09-15 14:07:45 -070088
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +000089 /* Setup flow control */
90 ixgbe_setup_fc(hw, 0);
91
Auke Kok9a799d72007-09-15 14:07:45 -070092 /* Clear adapter stopped flag */
93 hw->adapter_stopped = false;
94
95 return 0;
96}
97
98/**
Emil Tantilov7184b7c2011-03-18 08:18:22 +000099 * ixgbe_start_hw_gen2 - Init sequence for common device family
100 * @hw: pointer to hw structure
101 *
102 * Performs the init sequence common to the second generation
103 * of 10 GbE devices.
104 * Devices in the second generation:
105 * 82599
106 * X540
107 **/
108s32 ixgbe_start_hw_gen2(struct ixgbe_hw *hw)
109{
110 u32 i;
111
112 /* Clear the rate limiters */
113 for (i = 0; i < hw->mac.max_tx_queues; i++) {
114 IXGBE_WRITE_REG(hw, IXGBE_RTTDQSEL, i);
115 IXGBE_WRITE_REG(hw, IXGBE_RTTBCNRC, 0);
116 }
117 IXGBE_WRITE_FLUSH(hw);
118
119 return 0;
120}
121
122/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700123 * ixgbe_init_hw_generic - Generic hardware initialization
Auke Kok9a799d72007-09-15 14:07:45 -0700124 * @hw: pointer to hardware structure
125 *
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700126 * Initialize the hardware by resetting the hardware, filling the bus info
Auke Kok9a799d72007-09-15 14:07:45 -0700127 * structure and media type, clears all on chip counters, initializes receive
128 * address registers, multicast table, VLAN filter table, calls routine to set
129 * up link and flow control settings, and leaves transmit and receive units
130 * disabled and uninitialized
131 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700132s32 ixgbe_init_hw_generic(struct ixgbe_hw *hw)
Auke Kok9a799d72007-09-15 14:07:45 -0700133{
Peter P Waskiewicz Jr794caeb2009-06-04 16:02:24 +0000134 s32 status;
135
Auke Kok9a799d72007-09-15 14:07:45 -0700136 /* Reset the hardware */
Peter P Waskiewicz Jr794caeb2009-06-04 16:02:24 +0000137 status = hw->mac.ops.reset_hw(hw);
Auke Kok9a799d72007-09-15 14:07:45 -0700138
Peter P Waskiewicz Jr794caeb2009-06-04 16:02:24 +0000139 if (status == 0) {
140 /* Start the HW */
141 status = hw->mac.ops.start_hw(hw);
142 }
Auke Kok9a799d72007-09-15 14:07:45 -0700143
Peter P Waskiewicz Jr794caeb2009-06-04 16:02:24 +0000144 return status;
Auke Kok9a799d72007-09-15 14:07:45 -0700145}
146
147/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700148 * ixgbe_clear_hw_cntrs_generic - Generic clear hardware counters
Auke Kok9a799d72007-09-15 14:07:45 -0700149 * @hw: pointer to hardware structure
150 *
151 * Clears all hardware statistics counters by reading them from the hardware
152 * Statistics counters are clear on read.
153 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700154s32 ixgbe_clear_hw_cntrs_generic(struct ixgbe_hw *hw)
Auke Kok9a799d72007-09-15 14:07:45 -0700155{
156 u16 i = 0;
157
158 IXGBE_READ_REG(hw, IXGBE_CRCERRS);
159 IXGBE_READ_REG(hw, IXGBE_ILLERRC);
160 IXGBE_READ_REG(hw, IXGBE_ERRBC);
161 IXGBE_READ_REG(hw, IXGBE_MSPDC);
162 for (i = 0; i < 8; i++)
163 IXGBE_READ_REG(hw, IXGBE_MPC(i));
164
165 IXGBE_READ_REG(hw, IXGBE_MLFC);
166 IXGBE_READ_REG(hw, IXGBE_MRFC);
167 IXGBE_READ_REG(hw, IXGBE_RLEC);
168 IXGBE_READ_REG(hw, IXGBE_LXONTXC);
Auke Kok9a799d72007-09-15 14:07:45 -0700169 IXGBE_READ_REG(hw, IXGBE_LXOFFTXC);
Emil Tantilov667c7562011-02-26 06:40:05 +0000170 if (hw->mac.type >= ixgbe_mac_82599EB) {
171 IXGBE_READ_REG(hw, IXGBE_LXONRXCNT);
172 IXGBE_READ_REG(hw, IXGBE_LXOFFRXCNT);
173 } else {
174 IXGBE_READ_REG(hw, IXGBE_LXONRXC);
175 IXGBE_READ_REG(hw, IXGBE_LXOFFRXC);
176 }
Auke Kok9a799d72007-09-15 14:07:45 -0700177
178 for (i = 0; i < 8; i++) {
179 IXGBE_READ_REG(hw, IXGBE_PXONTXC(i));
Auke Kok9a799d72007-09-15 14:07:45 -0700180 IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(i));
Emil Tantilov667c7562011-02-26 06:40:05 +0000181 if (hw->mac.type >= ixgbe_mac_82599EB) {
182 IXGBE_READ_REG(hw, IXGBE_PXONRXCNT(i));
183 IXGBE_READ_REG(hw, IXGBE_PXOFFRXCNT(i));
184 } else {
185 IXGBE_READ_REG(hw, IXGBE_PXONRXC(i));
186 IXGBE_READ_REG(hw, IXGBE_PXOFFRXC(i));
187 }
Auke Kok9a799d72007-09-15 14:07:45 -0700188 }
Emil Tantilov667c7562011-02-26 06:40:05 +0000189 if (hw->mac.type >= ixgbe_mac_82599EB)
190 for (i = 0; i < 8; i++)
191 IXGBE_READ_REG(hw, IXGBE_PXON2OFFCNT(i));
Auke Kok9a799d72007-09-15 14:07:45 -0700192 IXGBE_READ_REG(hw, IXGBE_PRC64);
193 IXGBE_READ_REG(hw, IXGBE_PRC127);
194 IXGBE_READ_REG(hw, IXGBE_PRC255);
195 IXGBE_READ_REG(hw, IXGBE_PRC511);
196 IXGBE_READ_REG(hw, IXGBE_PRC1023);
197 IXGBE_READ_REG(hw, IXGBE_PRC1522);
198 IXGBE_READ_REG(hw, IXGBE_GPRC);
199 IXGBE_READ_REG(hw, IXGBE_BPRC);
200 IXGBE_READ_REG(hw, IXGBE_MPRC);
201 IXGBE_READ_REG(hw, IXGBE_GPTC);
202 IXGBE_READ_REG(hw, IXGBE_GORCL);
203 IXGBE_READ_REG(hw, IXGBE_GORCH);
204 IXGBE_READ_REG(hw, IXGBE_GOTCL);
205 IXGBE_READ_REG(hw, IXGBE_GOTCH);
206 for (i = 0; i < 8; i++)
207 IXGBE_READ_REG(hw, IXGBE_RNBC(i));
208 IXGBE_READ_REG(hw, IXGBE_RUC);
209 IXGBE_READ_REG(hw, IXGBE_RFC);
210 IXGBE_READ_REG(hw, IXGBE_ROC);
211 IXGBE_READ_REG(hw, IXGBE_RJC);
212 IXGBE_READ_REG(hw, IXGBE_MNGPRC);
213 IXGBE_READ_REG(hw, IXGBE_MNGPDC);
214 IXGBE_READ_REG(hw, IXGBE_MNGPTC);
215 IXGBE_READ_REG(hw, IXGBE_TORL);
216 IXGBE_READ_REG(hw, IXGBE_TORH);
217 IXGBE_READ_REG(hw, IXGBE_TPR);
218 IXGBE_READ_REG(hw, IXGBE_TPT);
219 IXGBE_READ_REG(hw, IXGBE_PTC64);
220 IXGBE_READ_REG(hw, IXGBE_PTC127);
221 IXGBE_READ_REG(hw, IXGBE_PTC255);
222 IXGBE_READ_REG(hw, IXGBE_PTC511);
223 IXGBE_READ_REG(hw, IXGBE_PTC1023);
224 IXGBE_READ_REG(hw, IXGBE_PTC1522);
225 IXGBE_READ_REG(hw, IXGBE_MPTC);
226 IXGBE_READ_REG(hw, IXGBE_BPTC);
227 for (i = 0; i < 16; i++) {
228 IXGBE_READ_REG(hw, IXGBE_QPRC(i));
Auke Kok9a799d72007-09-15 14:07:45 -0700229 IXGBE_READ_REG(hw, IXGBE_QPTC(i));
Emil Tantilov667c7562011-02-26 06:40:05 +0000230 if (hw->mac.type >= ixgbe_mac_82599EB) {
231 IXGBE_READ_REG(hw, IXGBE_QBRC_L(i));
232 IXGBE_READ_REG(hw, IXGBE_QBRC_H(i));
233 IXGBE_READ_REG(hw, IXGBE_QBTC_L(i));
234 IXGBE_READ_REG(hw, IXGBE_QBTC_H(i));
235 IXGBE_READ_REG(hw, IXGBE_QPRDC(i));
236 } else {
237 IXGBE_READ_REG(hw, IXGBE_QBRC(i));
238 IXGBE_READ_REG(hw, IXGBE_QBTC(i));
239 }
Auke Kok9a799d72007-09-15 14:07:45 -0700240 }
241
Emil Tantilova3aeea02011-02-26 06:40:11 +0000242 if (hw->mac.type == ixgbe_mac_X540) {
243 if (hw->phy.id == 0)
244 hw->phy.ops.identify(hw);
245 hw->phy.ops.read_reg(hw, 0x3, IXGBE_PCRC8ECL, &i);
246 hw->phy.ops.read_reg(hw, 0x3, IXGBE_PCRC8ECH, &i);
247 hw->phy.ops.read_reg(hw, 0x3, IXGBE_LDPCECL, &i);
248 hw->phy.ops.read_reg(hw, 0x3, IXGBE_LDPCECH, &i);
249 }
250
Auke Kok9a799d72007-09-15 14:07:45 -0700251 return 0;
252}
253
254/**
Don Skidmore289700db2010-12-03 03:32:58 +0000255 * ixgbe_read_pba_string_generic - Reads part number string from EEPROM
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700256 * @hw: pointer to hardware structure
Don Skidmore289700db2010-12-03 03:32:58 +0000257 * @pba_num: stores the part number string from the EEPROM
258 * @pba_num_size: part number string buffer length
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700259 *
Don Skidmore289700db2010-12-03 03:32:58 +0000260 * Reads the part number string from the EEPROM.
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700261 **/
Don Skidmore289700db2010-12-03 03:32:58 +0000262s32 ixgbe_read_pba_string_generic(struct ixgbe_hw *hw, u8 *pba_num,
263 u32 pba_num_size)
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700264{
265 s32 ret_val;
266 u16 data;
Don Skidmore289700db2010-12-03 03:32:58 +0000267 u16 pba_ptr;
268 u16 offset;
269 u16 length;
270
271 if (pba_num == NULL) {
272 hw_dbg(hw, "PBA string buffer was null\n");
273 return IXGBE_ERR_INVALID_ARGUMENT;
274 }
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700275
276 ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM0_PTR, &data);
277 if (ret_val) {
278 hw_dbg(hw, "NVM Read Error\n");
279 return ret_val;
280 }
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700281
Don Skidmore289700db2010-12-03 03:32:58 +0000282 ret_val = hw->eeprom.ops.read(hw, IXGBE_PBANUM1_PTR, &pba_ptr);
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700283 if (ret_val) {
284 hw_dbg(hw, "NVM Read Error\n");
285 return ret_val;
286 }
Don Skidmore289700db2010-12-03 03:32:58 +0000287
288 /*
289 * if data is not ptr guard the PBA must be in legacy format which
290 * means pba_ptr is actually our second data word for the PBA number
291 * and we can decode it into an ascii string
292 */
293 if (data != IXGBE_PBANUM_PTR_GUARD) {
294 hw_dbg(hw, "NVM PBA number is not stored as string\n");
295
296 /* we will need 11 characters to store the PBA */
297 if (pba_num_size < 11) {
298 hw_dbg(hw, "PBA string buffer too small\n");
299 return IXGBE_ERR_NO_SPACE;
300 }
301
302 /* extract hex string from data and pba_ptr */
303 pba_num[0] = (data >> 12) & 0xF;
304 pba_num[1] = (data >> 8) & 0xF;
305 pba_num[2] = (data >> 4) & 0xF;
306 pba_num[3] = data & 0xF;
307 pba_num[4] = (pba_ptr >> 12) & 0xF;
308 pba_num[5] = (pba_ptr >> 8) & 0xF;
309 pba_num[6] = '-';
310 pba_num[7] = 0;
311 pba_num[8] = (pba_ptr >> 4) & 0xF;
312 pba_num[9] = pba_ptr & 0xF;
313
314 /* put a null character on the end of our string */
315 pba_num[10] = '\0';
316
317 /* switch all the data but the '-' to hex char */
318 for (offset = 0; offset < 10; offset++) {
319 if (pba_num[offset] < 0xA)
320 pba_num[offset] += '0';
321 else if (pba_num[offset] < 0x10)
322 pba_num[offset] += 'A' - 0xA;
323 }
324
325 return 0;
326 }
327
328 ret_val = hw->eeprom.ops.read(hw, pba_ptr, &length);
329 if (ret_val) {
330 hw_dbg(hw, "NVM Read Error\n");
331 return ret_val;
332 }
333
334 if (length == 0xFFFF || length == 0) {
335 hw_dbg(hw, "NVM PBA number section invalid length\n");
336 return IXGBE_ERR_PBA_SECTION;
337 }
338
339 /* check if pba_num buffer is big enough */
340 if (pba_num_size < (((u32)length * 2) - 1)) {
341 hw_dbg(hw, "PBA string buffer too small\n");
342 return IXGBE_ERR_NO_SPACE;
343 }
344
345 /* trim pba length from start of string */
346 pba_ptr++;
347 length--;
348
349 for (offset = 0; offset < length; offset++) {
350 ret_val = hw->eeprom.ops.read(hw, pba_ptr + offset, &data);
351 if (ret_val) {
352 hw_dbg(hw, "NVM Read Error\n");
353 return ret_val;
354 }
355 pba_num[offset * 2] = (u8)(data >> 8);
356 pba_num[(offset * 2) + 1] = (u8)(data & 0xFF);
357 }
358 pba_num[offset * 2] = '\0';
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700359
360 return 0;
361}
362
363/**
364 * ixgbe_get_mac_addr_generic - Generic get MAC address
Auke Kok9a799d72007-09-15 14:07:45 -0700365 * @hw: pointer to hardware structure
366 * @mac_addr: Adapter MAC address
367 *
368 * Reads the adapter's MAC address from first Receive Address Register (RAR0)
369 * A reset of the adapter must be performed prior to calling this function
370 * in order for the MAC address to have been loaded from the EEPROM into RAR0
371 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700372s32 ixgbe_get_mac_addr_generic(struct ixgbe_hw *hw, u8 *mac_addr)
Auke Kok9a799d72007-09-15 14:07:45 -0700373{
374 u32 rar_high;
375 u32 rar_low;
376 u16 i;
377
378 rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(0));
379 rar_low = IXGBE_READ_REG(hw, IXGBE_RAL(0));
380
381 for (i = 0; i < 4; i++)
382 mac_addr[i] = (u8)(rar_low >> (i*8));
383
384 for (i = 0; i < 2; i++)
385 mac_addr[i+4] = (u8)(rar_high >> (i*8));
386
387 return 0;
388}
389
Auke Kok9a799d72007-09-15 14:07:45 -0700390/**
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +0000391 * ixgbe_get_bus_info_generic - Generic set PCI bus info
392 * @hw: pointer to hardware structure
393 *
394 * Sets the PCI bus info (speed, width, type) within the ixgbe_hw structure
395 **/
396s32 ixgbe_get_bus_info_generic(struct ixgbe_hw *hw)
397{
398 struct ixgbe_adapter *adapter = hw->back;
399 struct ixgbe_mac_info *mac = &hw->mac;
400 u16 link_status;
401
402 hw->bus.type = ixgbe_bus_type_pci_express;
403
404 /* Get the negotiated link width and speed from PCI config space */
405 pci_read_config_word(adapter->pdev, IXGBE_PCI_LINK_STATUS,
406 &link_status);
407
408 switch (link_status & IXGBE_PCI_LINK_WIDTH) {
409 case IXGBE_PCI_LINK_WIDTH_1:
410 hw->bus.width = ixgbe_bus_width_pcie_x1;
411 break;
412 case IXGBE_PCI_LINK_WIDTH_2:
413 hw->bus.width = ixgbe_bus_width_pcie_x2;
414 break;
415 case IXGBE_PCI_LINK_WIDTH_4:
416 hw->bus.width = ixgbe_bus_width_pcie_x4;
417 break;
418 case IXGBE_PCI_LINK_WIDTH_8:
419 hw->bus.width = ixgbe_bus_width_pcie_x8;
420 break;
421 default:
422 hw->bus.width = ixgbe_bus_width_unknown;
423 break;
424 }
425
426 switch (link_status & IXGBE_PCI_LINK_SPEED) {
427 case IXGBE_PCI_LINK_SPEED_2500:
428 hw->bus.speed = ixgbe_bus_speed_2500;
429 break;
430 case IXGBE_PCI_LINK_SPEED_5000:
431 hw->bus.speed = ixgbe_bus_speed_5000;
432 break;
433 default:
434 hw->bus.speed = ixgbe_bus_speed_unknown;
435 break;
436 }
437
438 mac->ops.set_lan_id(hw);
439
440 return 0;
441}
442
443/**
444 * ixgbe_set_lan_id_multi_port_pcie - Set LAN id for PCIe multiple port devices
445 * @hw: pointer to the HW structure
446 *
447 * Determines the LAN function id by reading memory-mapped registers
448 * and swaps the port value if requested.
449 **/
450void ixgbe_set_lan_id_multi_port_pcie(struct ixgbe_hw *hw)
451{
452 struct ixgbe_bus_info *bus = &hw->bus;
453 u32 reg;
454
455 reg = IXGBE_READ_REG(hw, IXGBE_STATUS);
456 bus->func = (reg & IXGBE_STATUS_LAN_ID) >> IXGBE_STATUS_LAN_ID_SHIFT;
457 bus->lan_id = bus->func;
458
459 /* check for a port swap */
460 reg = IXGBE_READ_REG(hw, IXGBE_FACTPS);
461 if (reg & IXGBE_FACTPS_LFS)
462 bus->func ^= 0x1;
463}
464
465/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700466 * ixgbe_stop_adapter_generic - Generic stop Tx/Rx units
Auke Kok9a799d72007-09-15 14:07:45 -0700467 * @hw: pointer to hardware structure
468 *
469 * Sets the adapter_stopped flag within ixgbe_hw struct. Clears interrupts,
470 * disables transmit and receive units. The adapter_stopped flag is used by
471 * the shared code and drivers to determine if the adapter is in a stopped
472 * state and should not touch the hardware.
473 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700474s32 ixgbe_stop_adapter_generic(struct ixgbe_hw *hw)
Auke Kok9a799d72007-09-15 14:07:45 -0700475{
476 u32 number_of_queues;
477 u32 reg_val;
478 u16 i;
479
480 /*
481 * Set the adapter_stopped flag so other driver functions stop touching
482 * the hardware
483 */
484 hw->adapter_stopped = true;
485
486 /* Disable the receive unit */
487 reg_val = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
488 reg_val &= ~(IXGBE_RXCTRL_RXEN);
489 IXGBE_WRITE_REG(hw, IXGBE_RXCTRL, reg_val);
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700490 IXGBE_WRITE_FLUSH(hw);
Auke Kok9a799d72007-09-15 14:07:45 -0700491 msleep(2);
492
493 /* Clear interrupt mask to stop from interrupts being generated */
494 IXGBE_WRITE_REG(hw, IXGBE_EIMC, IXGBE_IRQ_CLEAR_MASK);
495
496 /* Clear any pending interrupts */
497 IXGBE_READ_REG(hw, IXGBE_EICR);
498
499 /* Disable the transmit unit. Each queue must be disabled. */
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700500 number_of_queues = hw->mac.max_tx_queues;
Auke Kok9a799d72007-09-15 14:07:45 -0700501 for (i = 0; i < number_of_queues; i++) {
502 reg_val = IXGBE_READ_REG(hw, IXGBE_TXDCTL(i));
503 if (reg_val & IXGBE_TXDCTL_ENABLE) {
504 reg_val &= ~IXGBE_TXDCTL_ENABLE;
505 IXGBE_WRITE_REG(hw, IXGBE_TXDCTL(i), reg_val);
506 }
507 }
508
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700509 /*
510 * Prevent the PCI-E bus from from hanging by disabling PCI-E master
511 * access and verify no pending requests
512 */
Emil Tantilova4297dc2011-02-14 08:45:13 +0000513 ixgbe_disable_pcie_master(hw);
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700514
Auke Kok9a799d72007-09-15 14:07:45 -0700515 return 0;
516}
517
518/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700519 * ixgbe_led_on_generic - Turns on the software controllable LEDs.
Auke Kok9a799d72007-09-15 14:07:45 -0700520 * @hw: pointer to hardware structure
521 * @index: led number to turn on
522 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700523s32 ixgbe_led_on_generic(struct ixgbe_hw *hw, u32 index)
Auke Kok9a799d72007-09-15 14:07:45 -0700524{
525 u32 led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
526
527 /* To turn on the LED, set mode to ON. */
528 led_reg &= ~IXGBE_LED_MODE_MASK(index);
529 led_reg |= IXGBE_LED_ON << IXGBE_LED_MODE_SHIFT(index);
530 IXGBE_WRITE_REG(hw, IXGBE_LEDCTL, led_reg);
Auke Kok3957d632007-10-31 15:22:10 -0700531 IXGBE_WRITE_FLUSH(hw);
Auke Kok9a799d72007-09-15 14:07:45 -0700532
533 return 0;
534}
535
536/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700537 * ixgbe_led_off_generic - Turns off the software controllable LEDs.
Auke Kok9a799d72007-09-15 14:07:45 -0700538 * @hw: pointer to hardware structure
539 * @index: led number to turn off
540 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700541s32 ixgbe_led_off_generic(struct ixgbe_hw *hw, u32 index)
Auke Kok9a799d72007-09-15 14:07:45 -0700542{
543 u32 led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
544
545 /* To turn off the LED, set mode to OFF. */
546 led_reg &= ~IXGBE_LED_MODE_MASK(index);
547 led_reg |= IXGBE_LED_OFF << IXGBE_LED_MODE_SHIFT(index);
548 IXGBE_WRITE_REG(hw, IXGBE_LEDCTL, led_reg);
Auke Kok3957d632007-10-31 15:22:10 -0700549 IXGBE_WRITE_FLUSH(hw);
Auke Kok9a799d72007-09-15 14:07:45 -0700550
551 return 0;
552}
553
Auke Kok9a799d72007-09-15 14:07:45 -0700554/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700555 * ixgbe_init_eeprom_params_generic - Initialize EEPROM params
Auke Kok9a799d72007-09-15 14:07:45 -0700556 * @hw: pointer to hardware structure
557 *
558 * Initializes the EEPROM parameters ixgbe_eeprom_info within the
559 * ixgbe_hw struct in order to set up EEPROM access.
560 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700561s32 ixgbe_init_eeprom_params_generic(struct ixgbe_hw *hw)
Auke Kok9a799d72007-09-15 14:07:45 -0700562{
563 struct ixgbe_eeprom_info *eeprom = &hw->eeprom;
564 u32 eec;
565 u16 eeprom_size;
566
567 if (eeprom->type == ixgbe_eeprom_uninitialized) {
568 eeprom->type = ixgbe_eeprom_none;
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700569 /* Set default semaphore delay to 10ms which is a well
570 * tested value */
571 eeprom->semaphore_delay = 10;
Auke Kok9a799d72007-09-15 14:07:45 -0700572
573 /*
574 * Check for EEPROM present first.
575 * If not present leave as none
576 */
577 eec = IXGBE_READ_REG(hw, IXGBE_EEC);
578 if (eec & IXGBE_EEC_PRES) {
579 eeprom->type = ixgbe_eeprom_spi;
580
581 /*
582 * SPI EEPROM is assumed here. This code would need to
583 * change if a future EEPROM is not SPI.
584 */
585 eeprom_size = (u16)((eec & IXGBE_EEC_SIZE) >>
586 IXGBE_EEC_SIZE_SHIFT);
587 eeprom->word_size = 1 << (eeprom_size +
588 IXGBE_EEPROM_WORD_SIZE_SHIFT);
589 }
590
591 if (eec & IXGBE_EEC_ADDR_SIZE)
592 eeprom->address_bits = 16;
593 else
594 eeprom->address_bits = 8;
595 hw_dbg(hw, "Eeprom params: type = %d, size = %d, address bits: "
596 "%d\n", eeprom->type, eeprom->word_size,
597 eeprom->address_bits);
598 }
599
600 return 0;
601}
602
603/**
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +0000604 * ixgbe_write_eeprom_generic - Writes 16 bit value to EEPROM
605 * @hw: pointer to hardware structure
606 * @offset: offset within the EEPROM to be written to
607 * @data: 16 bit word to be written to the EEPROM
608 *
609 * If ixgbe_eeprom_update_checksum is not called after this function, the
610 * EEPROM will most likely contain an invalid checksum.
611 **/
612s32 ixgbe_write_eeprom_generic(struct ixgbe_hw *hw, u16 offset, u16 data)
613{
614 s32 status;
615 u8 write_opcode = IXGBE_EEPROM_WRITE_OPCODE_SPI;
616
617 hw->eeprom.ops.init_params(hw);
618
619 if (offset >= hw->eeprom.word_size) {
620 status = IXGBE_ERR_EEPROM;
621 goto out;
622 }
623
624 /* Prepare the EEPROM for writing */
625 status = ixgbe_acquire_eeprom(hw);
626
627 if (status == 0) {
628 if (ixgbe_ready_eeprom(hw) != 0) {
629 ixgbe_release_eeprom(hw);
630 status = IXGBE_ERR_EEPROM;
631 }
632 }
633
634 if (status == 0) {
635 ixgbe_standby_eeprom(hw);
636
637 /* Send the WRITE ENABLE command (8 bit opcode ) */
638 ixgbe_shift_out_eeprom_bits(hw, IXGBE_EEPROM_WREN_OPCODE_SPI,
639 IXGBE_EEPROM_OPCODE_BITS);
640
641 ixgbe_standby_eeprom(hw);
642
643 /*
644 * Some SPI eeproms use the 8th address bit embedded in the
645 * opcode
646 */
647 if ((hw->eeprom.address_bits == 8) && (offset >= 128))
648 write_opcode |= IXGBE_EEPROM_A8_OPCODE_SPI;
649
650 /* Send the Write command (8-bit opcode + addr) */
651 ixgbe_shift_out_eeprom_bits(hw, write_opcode,
652 IXGBE_EEPROM_OPCODE_BITS);
653 ixgbe_shift_out_eeprom_bits(hw, (u16)(offset*2),
654 hw->eeprom.address_bits);
655
656 /* Send the data */
657 data = (data >> 8) | (data << 8);
658 ixgbe_shift_out_eeprom_bits(hw, data, 16);
659 ixgbe_standby_eeprom(hw);
660
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +0000661 /* Done with writing - release the EEPROM */
662 ixgbe_release_eeprom(hw);
663 }
664
665out:
666 return status;
667}
668
669/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700670 * ixgbe_read_eeprom_bit_bang_generic - Read EEPROM word using bit-bang
671 * @hw: pointer to hardware structure
672 * @offset: offset within the EEPROM to be read
673 * @data: read 16 bit value from EEPROM
674 *
675 * Reads 16 bit value from EEPROM through bit-bang method
676 **/
677s32 ixgbe_read_eeprom_bit_bang_generic(struct ixgbe_hw *hw, u16 offset,
678 u16 *data)
679{
680 s32 status;
681 u16 word_in;
682 u8 read_opcode = IXGBE_EEPROM_READ_OPCODE_SPI;
683
684 hw->eeprom.ops.init_params(hw);
685
686 if (offset >= hw->eeprom.word_size) {
687 status = IXGBE_ERR_EEPROM;
688 goto out;
689 }
690
691 /* Prepare the EEPROM for reading */
692 status = ixgbe_acquire_eeprom(hw);
693
694 if (status == 0) {
695 if (ixgbe_ready_eeprom(hw) != 0) {
696 ixgbe_release_eeprom(hw);
697 status = IXGBE_ERR_EEPROM;
698 }
699 }
700
701 if (status == 0) {
702 ixgbe_standby_eeprom(hw);
703
704 /*
705 * Some SPI eeproms use the 8th address bit embedded in the
706 * opcode
707 */
708 if ((hw->eeprom.address_bits == 8) && (offset >= 128))
709 read_opcode |= IXGBE_EEPROM_A8_OPCODE_SPI;
710
711 /* Send the READ command (opcode + addr) */
712 ixgbe_shift_out_eeprom_bits(hw, read_opcode,
713 IXGBE_EEPROM_OPCODE_BITS);
714 ixgbe_shift_out_eeprom_bits(hw, (u16)(offset*2),
715 hw->eeprom.address_bits);
716
717 /* Read the data. */
718 word_in = ixgbe_shift_in_eeprom_bits(hw, 16);
719 *data = (word_in >> 8) | (word_in << 8);
720
721 /* End this read operation */
722 ixgbe_release_eeprom(hw);
723 }
724
725out:
726 return status;
727}
728
729/**
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +0000730 * ixgbe_read_eerd_generic - Read EEPROM word using EERD
Auke Kok9a799d72007-09-15 14:07:45 -0700731 * @hw: pointer to hardware structure
732 * @offset: offset of word in the EEPROM to read
733 * @data: word read from the EEPROM
734 *
735 * Reads a 16 bit word from the EEPROM using the EERD register.
736 **/
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +0000737s32 ixgbe_read_eerd_generic(struct ixgbe_hw *hw, u16 offset, u16 *data)
Auke Kok9a799d72007-09-15 14:07:45 -0700738{
739 u32 eerd;
740 s32 status;
741
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700742 hw->eeprom.ops.init_params(hw);
743
744 if (offset >= hw->eeprom.word_size) {
745 status = IXGBE_ERR_EEPROM;
746 goto out;
747 }
748
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +0000749 eerd = (offset << IXGBE_EEPROM_RW_ADDR_SHIFT) +
750 IXGBE_EEPROM_RW_REG_START;
Auke Kok9a799d72007-09-15 14:07:45 -0700751
752 IXGBE_WRITE_REG(hw, IXGBE_EERD, eerd);
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +0000753 status = ixgbe_poll_eerd_eewr_done(hw, IXGBE_NVM_POLL_READ);
Auke Kok9a799d72007-09-15 14:07:45 -0700754
755 if (status == 0)
756 *data = (IXGBE_READ_REG(hw, IXGBE_EERD) >>
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +0000757 IXGBE_EEPROM_RW_REG_DATA);
Auke Kok9a799d72007-09-15 14:07:45 -0700758 else
759 hw_dbg(hw, "Eeprom read timed out\n");
760
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700761out:
Auke Kok9a799d72007-09-15 14:07:45 -0700762 return status;
763}
764
765/**
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +0000766 * ixgbe_poll_eerd_eewr_done - Poll EERD read or EEWR write status
Auke Kok9a799d72007-09-15 14:07:45 -0700767 * @hw: pointer to hardware structure
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +0000768 * @ee_reg: EEPROM flag for polling
Auke Kok9a799d72007-09-15 14:07:45 -0700769 *
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +0000770 * Polls the status bit (bit 1) of the EERD or EEWR to determine when the
771 * read or write is done respectively.
Auke Kok9a799d72007-09-15 14:07:45 -0700772 **/
Don Skidmorea391f1d2010-11-16 19:27:15 -0800773s32 ixgbe_poll_eerd_eewr_done(struct ixgbe_hw *hw, u32 ee_reg)
Auke Kok9a799d72007-09-15 14:07:45 -0700774{
775 u32 i;
776 u32 reg;
777 s32 status = IXGBE_ERR_EEPROM;
778
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +0000779 for (i = 0; i < IXGBE_EERD_EEWR_ATTEMPTS; i++) {
780 if (ee_reg == IXGBE_NVM_POLL_READ)
781 reg = IXGBE_READ_REG(hw, IXGBE_EERD);
782 else
783 reg = IXGBE_READ_REG(hw, IXGBE_EEWR);
784
785 if (reg & IXGBE_EEPROM_RW_REG_DONE) {
Auke Kok9a799d72007-09-15 14:07:45 -0700786 status = 0;
787 break;
788 }
789 udelay(5);
790 }
791 return status;
792}
793
794/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700795 * ixgbe_acquire_eeprom - Acquire EEPROM using bit-bang
796 * @hw: pointer to hardware structure
797 *
798 * Prepares EEPROM for access using bit-bang method. This function should
799 * be called before issuing a command to the EEPROM.
800 **/
801static s32 ixgbe_acquire_eeprom(struct ixgbe_hw *hw)
802{
803 s32 status = 0;
Emil Tantilovdbf893e2011-02-08 09:42:41 +0000804 u32 eec;
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700805 u32 i;
806
Don Skidmore5e655102011-02-25 01:58:04 +0000807 if (hw->mac.ops.acquire_swfw_sync(hw, IXGBE_GSSR_EEP_SM) != 0)
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700808 status = IXGBE_ERR_SWFW_SYNC;
809
810 if (status == 0) {
811 eec = IXGBE_READ_REG(hw, IXGBE_EEC);
812
813 /* Request EEPROM Access */
814 eec |= IXGBE_EEC_REQ;
815 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec);
816
817 for (i = 0; i < IXGBE_EEPROM_GRANT_ATTEMPTS; i++) {
818 eec = IXGBE_READ_REG(hw, IXGBE_EEC);
819 if (eec & IXGBE_EEC_GNT)
820 break;
821 udelay(5);
822 }
823
824 /* Release if grant not acquired */
825 if (!(eec & IXGBE_EEC_GNT)) {
826 eec &= ~IXGBE_EEC_REQ;
827 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec);
828 hw_dbg(hw, "Could not acquire EEPROM grant\n");
829
Don Skidmore5e655102011-02-25 01:58:04 +0000830 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700831 status = IXGBE_ERR_EEPROM;
832 }
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700833
Emil Tantilovdbf893e2011-02-08 09:42:41 +0000834 /* Setup EEPROM for Read/Write */
835 if (status == 0) {
836 /* Clear CS and SK */
837 eec &= ~(IXGBE_EEC_CS | IXGBE_EEC_SK);
838 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec);
839 IXGBE_WRITE_FLUSH(hw);
840 udelay(1);
841 }
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700842 }
843 return status;
844}
845
846/**
Auke Kok9a799d72007-09-15 14:07:45 -0700847 * ixgbe_get_eeprom_semaphore - Get hardware semaphore
848 * @hw: pointer to hardware structure
849 *
850 * Sets the hardware semaphores so EEPROM access can occur for bit-bang method
851 **/
852static s32 ixgbe_get_eeprom_semaphore(struct ixgbe_hw *hw)
853{
854 s32 status = IXGBE_ERR_EEPROM;
Emil Tantilovdbf893e2011-02-08 09:42:41 +0000855 u32 timeout = 2000;
Auke Kok9a799d72007-09-15 14:07:45 -0700856 u32 i;
857 u32 swsm;
858
Auke Kok9a799d72007-09-15 14:07:45 -0700859 /* Get SMBI software semaphore between device drivers first */
860 for (i = 0; i < timeout; i++) {
861 /*
862 * If the SMBI bit is 0 when we read it, then the bit will be
863 * set and we have the semaphore
864 */
865 swsm = IXGBE_READ_REG(hw, IXGBE_SWSM);
866 if (!(swsm & IXGBE_SWSM_SMBI)) {
867 status = 0;
868 break;
869 }
Emil Tantilovdbf893e2011-02-08 09:42:41 +0000870 udelay(50);
Auke Kok9a799d72007-09-15 14:07:45 -0700871 }
872
873 /* Now get the semaphore between SW/FW through the SWESMBI bit */
874 if (status == 0) {
875 for (i = 0; i < timeout; i++) {
876 swsm = IXGBE_READ_REG(hw, IXGBE_SWSM);
877
878 /* Set the SW EEPROM semaphore bit to request access */
879 swsm |= IXGBE_SWSM_SWESMBI;
880 IXGBE_WRITE_REG(hw, IXGBE_SWSM, swsm);
881
882 /*
883 * If we set the bit successfully then we got the
884 * semaphore.
885 */
886 swsm = IXGBE_READ_REG(hw, IXGBE_SWSM);
887 if (swsm & IXGBE_SWSM_SWESMBI)
888 break;
889
890 udelay(50);
891 }
892
893 /*
894 * Release semaphores and return error if SW EEPROM semaphore
895 * was not granted because we don't have access to the EEPROM
896 */
897 if (i >= timeout) {
Emil Tantilovdbf893e2011-02-08 09:42:41 +0000898 hw_dbg(hw, "SWESMBI Software EEPROM semaphore "
Peter P Waskiewiczb4617242008-09-11 20:04:46 -0700899 "not granted.\n");
Auke Kok9a799d72007-09-15 14:07:45 -0700900 ixgbe_release_eeprom_semaphore(hw);
901 status = IXGBE_ERR_EEPROM;
902 }
Emil Tantilovdbf893e2011-02-08 09:42:41 +0000903 } else {
904 hw_dbg(hw, "Software semaphore SMBI between device drivers "
905 "not granted.\n");
Auke Kok9a799d72007-09-15 14:07:45 -0700906 }
907
908 return status;
909}
910
911/**
912 * ixgbe_release_eeprom_semaphore - Release hardware semaphore
913 * @hw: pointer to hardware structure
914 *
915 * This function clears hardware semaphore bits.
916 **/
917static void ixgbe_release_eeprom_semaphore(struct ixgbe_hw *hw)
918{
919 u32 swsm;
920
921 swsm = IXGBE_READ_REG(hw, IXGBE_SWSM);
922
923 /* Release both semaphores by writing 0 to the bits SWESMBI and SMBI */
924 swsm &= ~(IXGBE_SWSM_SWESMBI | IXGBE_SWSM_SMBI);
925 IXGBE_WRITE_REG(hw, IXGBE_SWSM, swsm);
Auke Kok3957d632007-10-31 15:22:10 -0700926 IXGBE_WRITE_FLUSH(hw);
Auke Kok9a799d72007-09-15 14:07:45 -0700927}
928
929/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -0700930 * ixgbe_ready_eeprom - Polls for EEPROM ready
931 * @hw: pointer to hardware structure
932 **/
933static s32 ixgbe_ready_eeprom(struct ixgbe_hw *hw)
934{
935 s32 status = 0;
936 u16 i;
937 u8 spi_stat_reg;
938
939 /*
940 * Read "Status Register" repeatedly until the LSB is cleared. The
941 * EEPROM will signal that the command has been completed by clearing
942 * bit 0 of the internal status register. If it's not cleared within
943 * 5 milliseconds, then error out.
944 */
945 for (i = 0; i < IXGBE_EEPROM_MAX_RETRY_SPI; i += 5) {
946 ixgbe_shift_out_eeprom_bits(hw, IXGBE_EEPROM_RDSR_OPCODE_SPI,
947 IXGBE_EEPROM_OPCODE_BITS);
948 spi_stat_reg = (u8)ixgbe_shift_in_eeprom_bits(hw, 8);
949 if (!(spi_stat_reg & IXGBE_EEPROM_STATUS_RDY_SPI))
950 break;
951
952 udelay(5);
953 ixgbe_standby_eeprom(hw);
954 };
955
956 /*
957 * On some parts, SPI write time could vary from 0-20mSec on 3.3V
958 * devices (and only 0-5mSec on 5V devices)
959 */
960 if (i >= IXGBE_EEPROM_MAX_RETRY_SPI) {
961 hw_dbg(hw, "SPI EEPROM Status error\n");
962 status = IXGBE_ERR_EEPROM;
963 }
964
965 return status;
966}
967
968/**
969 * ixgbe_standby_eeprom - Returns EEPROM to a "standby" state
970 * @hw: pointer to hardware structure
971 **/
972static void ixgbe_standby_eeprom(struct ixgbe_hw *hw)
973{
974 u32 eec;
975
976 eec = IXGBE_READ_REG(hw, IXGBE_EEC);
977
978 /* Toggle CS to flush commands */
979 eec |= IXGBE_EEC_CS;
980 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec);
981 IXGBE_WRITE_FLUSH(hw);
982 udelay(1);
983 eec &= ~IXGBE_EEC_CS;
984 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec);
985 IXGBE_WRITE_FLUSH(hw);
986 udelay(1);
987}
988
989/**
990 * ixgbe_shift_out_eeprom_bits - Shift data bits out to the EEPROM.
991 * @hw: pointer to hardware structure
992 * @data: data to send to the EEPROM
993 * @count: number of bits to shift out
994 **/
995static void ixgbe_shift_out_eeprom_bits(struct ixgbe_hw *hw, u16 data,
996 u16 count)
997{
998 u32 eec;
999 u32 mask;
1000 u32 i;
1001
1002 eec = IXGBE_READ_REG(hw, IXGBE_EEC);
1003
1004 /*
1005 * Mask is used to shift "count" bits of "data" out to the EEPROM
1006 * one bit at a time. Determine the starting bit based on count
1007 */
1008 mask = 0x01 << (count - 1);
1009
1010 for (i = 0; i < count; i++) {
1011 /*
1012 * A "1" is shifted out to the EEPROM by setting bit "DI" to a
1013 * "1", and then raising and then lowering the clock (the SK
1014 * bit controls the clock input to the EEPROM). A "0" is
1015 * shifted out to the EEPROM by setting "DI" to "0" and then
1016 * raising and then lowering the clock.
1017 */
1018 if (data & mask)
1019 eec |= IXGBE_EEC_DI;
1020 else
1021 eec &= ~IXGBE_EEC_DI;
1022
1023 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec);
1024 IXGBE_WRITE_FLUSH(hw);
1025
1026 udelay(1);
1027
1028 ixgbe_raise_eeprom_clk(hw, &eec);
1029 ixgbe_lower_eeprom_clk(hw, &eec);
1030
1031 /*
1032 * Shift mask to signify next bit of data to shift in to the
1033 * EEPROM
1034 */
1035 mask = mask >> 1;
1036 };
1037
1038 /* We leave the "DI" bit set to "0" when we leave this routine. */
1039 eec &= ~IXGBE_EEC_DI;
1040 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec);
1041 IXGBE_WRITE_FLUSH(hw);
1042}
1043
1044/**
1045 * ixgbe_shift_in_eeprom_bits - Shift data bits in from the EEPROM
1046 * @hw: pointer to hardware structure
1047 **/
1048static u16 ixgbe_shift_in_eeprom_bits(struct ixgbe_hw *hw, u16 count)
1049{
1050 u32 eec;
1051 u32 i;
1052 u16 data = 0;
1053
1054 /*
1055 * In order to read a register from the EEPROM, we need to shift
1056 * 'count' bits in from the EEPROM. Bits are "shifted in" by raising
1057 * the clock input to the EEPROM (setting the SK bit), and then reading
1058 * the value of the "DO" bit. During this "shifting in" process the
1059 * "DI" bit should always be clear.
1060 */
1061 eec = IXGBE_READ_REG(hw, IXGBE_EEC);
1062
1063 eec &= ~(IXGBE_EEC_DO | IXGBE_EEC_DI);
1064
1065 for (i = 0; i < count; i++) {
1066 data = data << 1;
1067 ixgbe_raise_eeprom_clk(hw, &eec);
1068
1069 eec = IXGBE_READ_REG(hw, IXGBE_EEC);
1070
1071 eec &= ~(IXGBE_EEC_DI);
1072 if (eec & IXGBE_EEC_DO)
1073 data |= 1;
1074
1075 ixgbe_lower_eeprom_clk(hw, &eec);
1076 }
1077
1078 return data;
1079}
1080
1081/**
1082 * ixgbe_raise_eeprom_clk - Raises the EEPROM's clock input.
1083 * @hw: pointer to hardware structure
1084 * @eec: EEC register's current value
1085 **/
1086static void ixgbe_raise_eeprom_clk(struct ixgbe_hw *hw, u32 *eec)
1087{
1088 /*
1089 * Raise the clock input to the EEPROM
1090 * (setting the SK bit), then delay
1091 */
1092 *eec = *eec | IXGBE_EEC_SK;
1093 IXGBE_WRITE_REG(hw, IXGBE_EEC, *eec);
1094 IXGBE_WRITE_FLUSH(hw);
1095 udelay(1);
1096}
1097
1098/**
1099 * ixgbe_lower_eeprom_clk - Lowers the EEPROM's clock input.
1100 * @hw: pointer to hardware structure
1101 * @eecd: EECD's current value
1102 **/
1103static void ixgbe_lower_eeprom_clk(struct ixgbe_hw *hw, u32 *eec)
1104{
1105 /*
1106 * Lower the clock input to the EEPROM (clearing the SK bit), then
1107 * delay
1108 */
1109 *eec = *eec & ~IXGBE_EEC_SK;
1110 IXGBE_WRITE_REG(hw, IXGBE_EEC, *eec);
1111 IXGBE_WRITE_FLUSH(hw);
1112 udelay(1);
1113}
1114
1115/**
1116 * ixgbe_release_eeprom - Release EEPROM, release semaphores
1117 * @hw: pointer to hardware structure
1118 **/
1119static void ixgbe_release_eeprom(struct ixgbe_hw *hw)
1120{
1121 u32 eec;
1122
1123 eec = IXGBE_READ_REG(hw, IXGBE_EEC);
1124
1125 eec |= IXGBE_EEC_CS; /* Pull CS high */
1126 eec &= ~IXGBE_EEC_SK; /* Lower SCK */
1127
1128 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec);
1129 IXGBE_WRITE_FLUSH(hw);
1130
1131 udelay(1);
1132
1133 /* Stop requesting EEPROM access */
1134 eec &= ~IXGBE_EEC_REQ;
1135 IXGBE_WRITE_REG(hw, IXGBE_EEC, eec);
1136
Don Skidmore90827992011-03-05 18:59:20 -08001137 hw->mac.ops.release_swfw_sync(hw, IXGBE_GSSR_EEP_SM);
Emil Tantilovdbf893e2011-02-08 09:42:41 +00001138
1139 /* Delay before attempt to obtain semaphore again to allow FW access */
1140 msleep(hw->eeprom.semaphore_delay);
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001141}
1142
1143/**
Emil Tantilovdbf893e2011-02-08 09:42:41 +00001144 * ixgbe_calc_eeprom_checksum_generic - Calculates and returns the checksum
Auke Kok9a799d72007-09-15 14:07:45 -07001145 * @hw: pointer to hardware structure
1146 **/
Don Skidmorea391f1d2010-11-16 19:27:15 -08001147u16 ixgbe_calc_eeprom_checksum_generic(struct ixgbe_hw *hw)
Auke Kok9a799d72007-09-15 14:07:45 -07001148{
1149 u16 i;
1150 u16 j;
1151 u16 checksum = 0;
1152 u16 length = 0;
1153 u16 pointer = 0;
1154 u16 word = 0;
1155
1156 /* Include 0x0-0x3F in the checksum */
1157 for (i = 0; i < IXGBE_EEPROM_CHECKSUM; i++) {
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001158 if (hw->eeprom.ops.read(hw, i, &word) != 0) {
Auke Kok9a799d72007-09-15 14:07:45 -07001159 hw_dbg(hw, "EEPROM read failed\n");
1160 break;
1161 }
1162 checksum += word;
1163 }
1164
1165 /* Include all data from pointers except for the fw pointer */
1166 for (i = IXGBE_PCIE_ANALOG_PTR; i < IXGBE_FW_PTR; i++) {
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001167 hw->eeprom.ops.read(hw, i, &pointer);
Auke Kok9a799d72007-09-15 14:07:45 -07001168
1169 /* Make sure the pointer seems valid */
1170 if (pointer != 0xFFFF && pointer != 0) {
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001171 hw->eeprom.ops.read(hw, pointer, &length);
Auke Kok9a799d72007-09-15 14:07:45 -07001172
1173 if (length != 0xFFFF && length != 0) {
1174 for (j = pointer+1; j <= pointer+length; j++) {
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001175 hw->eeprom.ops.read(hw, j, &word);
Auke Kok9a799d72007-09-15 14:07:45 -07001176 checksum += word;
1177 }
1178 }
1179 }
1180 }
1181
1182 checksum = (u16)IXGBE_EEPROM_SUM - checksum;
1183
1184 return checksum;
1185}
1186
1187/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001188 * ixgbe_validate_eeprom_checksum_generic - Validate EEPROM checksum
Auke Kok9a799d72007-09-15 14:07:45 -07001189 * @hw: pointer to hardware structure
1190 * @checksum_val: calculated checksum
1191 *
1192 * Performs checksum calculation and validates the EEPROM checksum. If the
1193 * caller does not need checksum_val, the value can be NULL.
1194 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001195s32 ixgbe_validate_eeprom_checksum_generic(struct ixgbe_hw *hw,
1196 u16 *checksum_val)
Auke Kok9a799d72007-09-15 14:07:45 -07001197{
1198 s32 status;
1199 u16 checksum;
1200 u16 read_checksum = 0;
1201
1202 /*
1203 * Read the first word from the EEPROM. If this times out or fails, do
1204 * not continue or we could be in for a very long wait while every
1205 * EEPROM read fails
1206 */
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001207 status = hw->eeprom.ops.read(hw, 0, &checksum);
Auke Kok9a799d72007-09-15 14:07:45 -07001208
1209 if (status == 0) {
Don Skidmorea391f1d2010-11-16 19:27:15 -08001210 checksum = hw->eeprom.ops.calc_checksum(hw);
Auke Kok9a799d72007-09-15 14:07:45 -07001211
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001212 hw->eeprom.ops.read(hw, IXGBE_EEPROM_CHECKSUM, &read_checksum);
Auke Kok9a799d72007-09-15 14:07:45 -07001213
1214 /*
1215 * Verify read checksum from EEPROM is the same as
1216 * calculated checksum
1217 */
1218 if (read_checksum != checksum)
1219 status = IXGBE_ERR_EEPROM_CHECKSUM;
1220
1221 /* If the user cares, return the calculated checksum */
1222 if (checksum_val)
1223 *checksum_val = checksum;
1224 } else {
1225 hw_dbg(hw, "EEPROM read failed\n");
1226 }
1227
1228 return status;
1229}
1230
1231/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001232 * ixgbe_update_eeprom_checksum_generic - Updates the EEPROM checksum
1233 * @hw: pointer to hardware structure
1234 **/
1235s32 ixgbe_update_eeprom_checksum_generic(struct ixgbe_hw *hw)
1236{
1237 s32 status;
1238 u16 checksum;
1239
1240 /*
1241 * Read the first word from the EEPROM. If this times out or fails, do
1242 * not continue or we could be in for a very long wait while every
1243 * EEPROM read fails
1244 */
1245 status = hw->eeprom.ops.read(hw, 0, &checksum);
1246
1247 if (status == 0) {
Don Skidmorea391f1d2010-11-16 19:27:15 -08001248 checksum = hw->eeprom.ops.calc_checksum(hw);
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001249 status = hw->eeprom.ops.write(hw, IXGBE_EEPROM_CHECKSUM,
Emil Tantilov8c7bea32011-02-19 08:43:44 +00001250 checksum);
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001251 } else {
1252 hw_dbg(hw, "EEPROM read failed\n");
1253 }
1254
1255 return status;
1256}
1257
1258/**
Auke Kok9a799d72007-09-15 14:07:45 -07001259 * ixgbe_validate_mac_addr - Validate MAC address
1260 * @mac_addr: pointer to MAC address.
1261 *
1262 * Tests a MAC address to ensure it is a valid Individual Address
1263 **/
1264s32 ixgbe_validate_mac_addr(u8 *mac_addr)
1265{
1266 s32 status = 0;
1267
1268 /* Make sure it is not a multicast address */
1269 if (IXGBE_IS_MULTICAST(mac_addr))
1270 status = IXGBE_ERR_INVALID_MAC_ADDR;
1271 /* Not a broadcast address */
1272 else if (IXGBE_IS_BROADCAST(mac_addr))
1273 status = IXGBE_ERR_INVALID_MAC_ADDR;
1274 /* Reject the zero address */
1275 else if (mac_addr[0] == 0 && mac_addr[1] == 0 && mac_addr[2] == 0 &&
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001276 mac_addr[3] == 0 && mac_addr[4] == 0 && mac_addr[5] == 0)
Auke Kok9a799d72007-09-15 14:07:45 -07001277 status = IXGBE_ERR_INVALID_MAC_ADDR;
1278
1279 return status;
1280}
1281
1282/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001283 * ixgbe_set_rar_generic - Set Rx address register
Auke Kok9a799d72007-09-15 14:07:45 -07001284 * @hw: pointer to hardware structure
Auke Kok9a799d72007-09-15 14:07:45 -07001285 * @index: Receive address register to write
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001286 * @addr: Address to put into receive address register
1287 * @vmdq: VMDq "set" or "pool" index
Auke Kok9a799d72007-09-15 14:07:45 -07001288 * @enable_addr: set flag that address is active
1289 *
1290 * Puts an ethernet address into a receive address register.
1291 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001292s32 ixgbe_set_rar_generic(struct ixgbe_hw *hw, u32 index, u8 *addr, u32 vmdq,
1293 u32 enable_addr)
Auke Kok9a799d72007-09-15 14:07:45 -07001294{
1295 u32 rar_low, rar_high;
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001296 u32 rar_entries = hw->mac.num_rar_entries;
Auke Kok9a799d72007-09-15 14:07:45 -07001297
Emil Tantilovc700f4e2011-02-17 11:34:58 +00001298 /* Make sure we are using a valid rar index range */
1299 if (index >= rar_entries) {
1300 hw_dbg(hw, "RAR index %d is out of range.\n", index);
1301 return IXGBE_ERR_INVALID_ARGUMENT;
1302 }
1303
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001304 /* setup VMDq pool selection before this RAR gets enabled */
1305 hw->mac.ops.set_vmdq(hw, index, vmdq);
1306
Emil Tantilovc700f4e2011-02-17 11:34:58 +00001307 /*
1308 * HW expects these in little endian so we reverse the byte
1309 * order from network order (big endian) to little endian
1310 */
1311 rar_low = ((u32)addr[0] |
1312 ((u32)addr[1] << 8) |
1313 ((u32)addr[2] << 16) |
1314 ((u32)addr[3] << 24));
1315 /*
1316 * Some parts put the VMDq setting in the extra RAH bits,
1317 * so save everything except the lower 16 bits that hold part
1318 * of the address and the address valid bit.
1319 */
1320 rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(index));
1321 rar_high &= ~(0x0000FFFF | IXGBE_RAH_AV);
1322 rar_high |= ((u32)addr[4] | ((u32)addr[5] << 8));
Auke Kok9a799d72007-09-15 14:07:45 -07001323
Emil Tantilovc700f4e2011-02-17 11:34:58 +00001324 if (enable_addr != 0)
1325 rar_high |= IXGBE_RAH_AV;
Auke Kok9a799d72007-09-15 14:07:45 -07001326
Emil Tantilovc700f4e2011-02-17 11:34:58 +00001327 IXGBE_WRITE_REG(hw, IXGBE_RAL(index), rar_low);
1328 IXGBE_WRITE_REG(hw, IXGBE_RAH(index), rar_high);
Auke Kok9a799d72007-09-15 14:07:45 -07001329
1330 return 0;
1331}
1332
1333/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001334 * ixgbe_clear_rar_generic - Remove Rx address register
1335 * @hw: pointer to hardware structure
1336 * @index: Receive address register to write
1337 *
1338 * Clears an ethernet address from a receive address register.
1339 **/
1340s32 ixgbe_clear_rar_generic(struct ixgbe_hw *hw, u32 index)
1341{
1342 u32 rar_high;
1343 u32 rar_entries = hw->mac.num_rar_entries;
1344
1345 /* Make sure we are using a valid rar index range */
Emil Tantilovc700f4e2011-02-17 11:34:58 +00001346 if (index >= rar_entries) {
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001347 hw_dbg(hw, "RAR index %d is out of range.\n", index);
Emil Tantilovc700f4e2011-02-17 11:34:58 +00001348 return IXGBE_ERR_INVALID_ARGUMENT;
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001349 }
1350
Emil Tantilovc700f4e2011-02-17 11:34:58 +00001351 /*
1352 * Some parts put the VMDq setting in the extra RAH bits,
1353 * so save everything except the lower 16 bits that hold part
1354 * of the address and the address valid bit.
1355 */
1356 rar_high = IXGBE_READ_REG(hw, IXGBE_RAH(index));
1357 rar_high &= ~(0x0000FFFF | IXGBE_RAH_AV);
1358
1359 IXGBE_WRITE_REG(hw, IXGBE_RAL(index), 0);
1360 IXGBE_WRITE_REG(hw, IXGBE_RAH(index), rar_high);
1361
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001362 /* clear VMDq pool/queue selection for this RAR */
1363 hw->mac.ops.clear_vmdq(hw, index, IXGBE_CLEAR_VMDQ_ALL);
1364
1365 return 0;
1366}
1367
1368/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001369 * ixgbe_init_rx_addrs_generic - Initializes receive address filters.
Auke Kok9a799d72007-09-15 14:07:45 -07001370 * @hw: pointer to hardware structure
1371 *
1372 * Places the MAC address in receive address register 0 and clears the rest
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001373 * of the receive address registers. Clears the multicast table. Assumes
Auke Kok9a799d72007-09-15 14:07:45 -07001374 * the receiver is in reset when the routine is called.
1375 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001376s32 ixgbe_init_rx_addrs_generic(struct ixgbe_hw *hw)
Auke Kok9a799d72007-09-15 14:07:45 -07001377{
1378 u32 i;
Christopher Leech2c5645c2008-08-26 04:27:02 -07001379 u32 rar_entries = hw->mac.num_rar_entries;
Auke Kok9a799d72007-09-15 14:07:45 -07001380
1381 /*
1382 * If the current mac address is valid, assume it is a software override
1383 * to the permanent address.
1384 * Otherwise, use the permanent address from the eeprom.
1385 */
1386 if (ixgbe_validate_mac_addr(hw->mac.addr) ==
1387 IXGBE_ERR_INVALID_MAC_ADDR) {
1388 /* Get the MAC address from the RAR0 for later reference */
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001389 hw->mac.ops.get_mac_addr(hw, hw->mac.addr);
Auke Kok9a799d72007-09-15 14:07:45 -07001390
hartleysce7194d2010-01-05 06:56:52 +00001391 hw_dbg(hw, " Keeping Current RAR0 Addr =%pM\n", hw->mac.addr);
Auke Kok9a799d72007-09-15 14:07:45 -07001392 } else {
1393 /* Setup the receive address. */
1394 hw_dbg(hw, "Overriding MAC Address in RAR[0]\n");
hartleysce7194d2010-01-05 06:56:52 +00001395 hw_dbg(hw, " New MAC Addr =%pM\n", hw->mac.addr);
Auke Kok9a799d72007-09-15 14:07:45 -07001396
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001397 hw->mac.ops.set_rar(hw, 0, hw->mac.addr, 0, IXGBE_RAH_AV);
Alexander Duyck96cc6372011-01-19 18:33:05 +00001398
1399 /* clear VMDq pool/queue selection for RAR 0 */
1400 hw->mac.ops.clear_vmdq(hw, 0, IXGBE_CLEAR_VMDQ_ALL);
Auke Kok9a799d72007-09-15 14:07:45 -07001401 }
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001402 hw->addr_ctrl.overflow_promisc = 0;
Auke Kok9a799d72007-09-15 14:07:45 -07001403
1404 hw->addr_ctrl.rar_used_count = 1;
1405
1406 /* Zero out the other receive addresses. */
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001407 hw_dbg(hw, "Clearing RAR[1-%d]\n", rar_entries - 1);
Auke Kok9a799d72007-09-15 14:07:45 -07001408 for (i = 1; i < rar_entries; i++) {
1409 IXGBE_WRITE_REG(hw, IXGBE_RAL(i), 0);
1410 IXGBE_WRITE_REG(hw, IXGBE_RAH(i), 0);
1411 }
1412
1413 /* Clear the MTA */
Auke Kok9a799d72007-09-15 14:07:45 -07001414 hw->addr_ctrl.mta_in_use = 0;
1415 IXGBE_WRITE_REG(hw, IXGBE_MCSTCTRL, hw->mac.mc_filter_type);
1416
1417 hw_dbg(hw, " Clearing MTA\n");
Christopher Leech2c5645c2008-08-26 04:27:02 -07001418 for (i = 0; i < hw->mac.mcft_size; i++)
Auke Kok9a799d72007-09-15 14:07:45 -07001419 IXGBE_WRITE_REG(hw, IXGBE_MTA(i), 0);
1420
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001421 if (hw->mac.ops.init_uta_tables)
1422 hw->mac.ops.init_uta_tables(hw);
1423
Auke Kok9a799d72007-09-15 14:07:45 -07001424 return 0;
1425}
1426
1427/**
1428 * ixgbe_mta_vector - Determines bit-vector in multicast table to set
1429 * @hw: pointer to hardware structure
1430 * @mc_addr: the multicast address
1431 *
1432 * Extracts the 12 bits, from a multicast address, to determine which
1433 * bit-vector to set in the multicast table. The hardware uses 12 bits, from
1434 * incoming rx multicast addresses, to determine the bit-vector to check in
1435 * the MTA. Which of the 4 combination, of 12-bits, the hardware uses is set
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001436 * by the MO field of the MCSTCTRL. The MO field is set during initialization
Auke Kok9a799d72007-09-15 14:07:45 -07001437 * to mc_filter_type.
1438 **/
1439static s32 ixgbe_mta_vector(struct ixgbe_hw *hw, u8 *mc_addr)
1440{
1441 u32 vector = 0;
1442
1443 switch (hw->mac.mc_filter_type) {
Peter P Waskiewiczb4617242008-09-11 20:04:46 -07001444 case 0: /* use bits [47:36] of the address */
Auke Kok9a799d72007-09-15 14:07:45 -07001445 vector = ((mc_addr[4] >> 4) | (((u16)mc_addr[5]) << 4));
1446 break;
Peter P Waskiewiczb4617242008-09-11 20:04:46 -07001447 case 1: /* use bits [46:35] of the address */
Auke Kok9a799d72007-09-15 14:07:45 -07001448 vector = ((mc_addr[4] >> 3) | (((u16)mc_addr[5]) << 5));
1449 break;
Peter P Waskiewiczb4617242008-09-11 20:04:46 -07001450 case 2: /* use bits [45:34] of the address */
Auke Kok9a799d72007-09-15 14:07:45 -07001451 vector = ((mc_addr[4] >> 2) | (((u16)mc_addr[5]) << 6));
1452 break;
Peter P Waskiewiczb4617242008-09-11 20:04:46 -07001453 case 3: /* use bits [43:32] of the address */
Auke Kok9a799d72007-09-15 14:07:45 -07001454 vector = ((mc_addr[4]) | (((u16)mc_addr[5]) << 8));
1455 break;
Peter P Waskiewiczb4617242008-09-11 20:04:46 -07001456 default: /* Invalid mc_filter_type */
Auke Kok9a799d72007-09-15 14:07:45 -07001457 hw_dbg(hw, "MC filter type param set incorrectly\n");
1458 break;
1459 }
1460
1461 /* vector can only be 12-bits or boundary will be exceeded */
1462 vector &= 0xFFF;
1463 return vector;
1464}
1465
1466/**
1467 * ixgbe_set_mta - Set bit-vector in multicast table
1468 * @hw: pointer to hardware structure
1469 * @hash_value: Multicast address hash value
1470 *
1471 * Sets the bit-vector in the multicast table.
1472 **/
1473static void ixgbe_set_mta(struct ixgbe_hw *hw, u8 *mc_addr)
1474{
1475 u32 vector;
1476 u32 vector_bit;
1477 u32 vector_reg;
Auke Kok9a799d72007-09-15 14:07:45 -07001478
1479 hw->addr_ctrl.mta_in_use++;
1480
1481 vector = ixgbe_mta_vector(hw, mc_addr);
1482 hw_dbg(hw, " bit-vector = 0x%03X\n", vector);
1483
1484 /*
1485 * The MTA is a register array of 128 32-bit registers. It is treated
1486 * like an array of 4096 bits. We want to set bit
1487 * BitArray[vector_value]. So we figure out what register the bit is
1488 * in, read it, OR in the new bit, then write back the new value. The
1489 * register is determined by the upper 7 bits of the vector value and
1490 * the bit within that register are determined by the lower 5 bits of
1491 * the value.
1492 */
1493 vector_reg = (vector >> 5) & 0x7F;
1494 vector_bit = vector & 0x1F;
Emil Tantilov80960ab2011-02-18 08:58:27 +00001495 hw->mac.mta_shadow[vector_reg] |= (1 << vector_bit);
Auke Kok9a799d72007-09-15 14:07:45 -07001496}
1497
1498/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001499 * ixgbe_update_mc_addr_list_generic - Updates MAC list of multicast addresses
Auke Kok9a799d72007-09-15 14:07:45 -07001500 * @hw: pointer to hardware structure
Jiri Pirko2853eb82010-03-23 22:58:01 +00001501 * @netdev: pointer to net device structure
Auke Kok9a799d72007-09-15 14:07:45 -07001502 *
1503 * The given list replaces any existing list. Clears the MC addrs from receive
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001504 * address registers and the multicast table. Uses unused receive address
Auke Kok9a799d72007-09-15 14:07:45 -07001505 * registers for the first multicast addresses, and hashes the rest into the
1506 * multicast table.
1507 **/
Jiri Pirko2853eb82010-03-23 22:58:01 +00001508s32 ixgbe_update_mc_addr_list_generic(struct ixgbe_hw *hw,
1509 struct net_device *netdev)
Auke Kok9a799d72007-09-15 14:07:45 -07001510{
Jiri Pirko22bedad32010-04-01 21:22:57 +00001511 struct netdev_hw_addr *ha;
Auke Kok9a799d72007-09-15 14:07:45 -07001512 u32 i;
Auke Kok9a799d72007-09-15 14:07:45 -07001513
1514 /*
1515 * Set the new number of MC addresses that we are being requested to
1516 * use.
1517 */
Jiri Pirko2853eb82010-03-23 22:58:01 +00001518 hw->addr_ctrl.num_mc_addrs = netdev_mc_count(netdev);
Auke Kok9a799d72007-09-15 14:07:45 -07001519 hw->addr_ctrl.mta_in_use = 0;
1520
Emil Tantilov80960ab2011-02-18 08:58:27 +00001521 /* Clear mta_shadow */
Auke Kok9a799d72007-09-15 14:07:45 -07001522 hw_dbg(hw, " Clearing MTA\n");
Emil Tantilov80960ab2011-02-18 08:58:27 +00001523 memset(&hw->mac.mta_shadow, 0, sizeof(hw->mac.mta_shadow));
Auke Kok9a799d72007-09-15 14:07:45 -07001524
Emil Tantilov80960ab2011-02-18 08:58:27 +00001525 /* Update mta shadow */
Jiri Pirko22bedad32010-04-01 21:22:57 +00001526 netdev_for_each_mc_addr(ha, netdev) {
Auke Kok9a799d72007-09-15 14:07:45 -07001527 hw_dbg(hw, " Adding the multicast addresses:\n");
Jiri Pirko22bedad32010-04-01 21:22:57 +00001528 ixgbe_set_mta(hw, ha->addr);
Auke Kok9a799d72007-09-15 14:07:45 -07001529 }
1530
1531 /* Enable mta */
Emil Tantilov80960ab2011-02-18 08:58:27 +00001532 for (i = 0; i < hw->mac.mcft_size; i++)
1533 IXGBE_WRITE_REG_ARRAY(hw, IXGBE_MTA(0), i,
1534 hw->mac.mta_shadow[i]);
1535
Auke Kok9a799d72007-09-15 14:07:45 -07001536 if (hw->addr_ctrl.mta_in_use > 0)
1537 IXGBE_WRITE_REG(hw, IXGBE_MCSTCTRL,
Peter P Waskiewiczb4617242008-09-11 20:04:46 -07001538 IXGBE_MCSTCTRL_MFE | hw->mac.mc_filter_type);
Auke Kok9a799d72007-09-15 14:07:45 -07001539
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001540 hw_dbg(hw, "ixgbe_update_mc_addr_list_generic Complete\n");
Auke Kok9a799d72007-09-15 14:07:45 -07001541 return 0;
1542}
1543
1544/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001545 * ixgbe_enable_mc_generic - Enable multicast address in RAR
Auke Kok9a799d72007-09-15 14:07:45 -07001546 * @hw: pointer to hardware structure
1547 *
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001548 * Enables multicast address in RAR and the use of the multicast hash table.
Auke Kok9a799d72007-09-15 14:07:45 -07001549 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001550s32 ixgbe_enable_mc_generic(struct ixgbe_hw *hw)
Auke Kok9a799d72007-09-15 14:07:45 -07001551{
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001552 struct ixgbe_addr_filter_info *a = &hw->addr_ctrl;
Auke Kok9a799d72007-09-15 14:07:45 -07001553
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001554 if (a->mta_in_use > 0)
1555 IXGBE_WRITE_REG(hw, IXGBE_MCSTCTRL, IXGBE_MCSTCTRL_MFE |
1556 hw->mac.mc_filter_type);
Auke Kok9a799d72007-09-15 14:07:45 -07001557
1558 return 0;
1559}
1560
1561/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001562 * ixgbe_disable_mc_generic - Disable multicast address in RAR
Auke Kok9a799d72007-09-15 14:07:45 -07001563 * @hw: pointer to hardware structure
Auke Kok9a799d72007-09-15 14:07:45 -07001564 *
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001565 * Disables multicast address in RAR and the use of the multicast hash table.
Auke Kok9a799d72007-09-15 14:07:45 -07001566 **/
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001567s32 ixgbe_disable_mc_generic(struct ixgbe_hw *hw)
Auke Kok9a799d72007-09-15 14:07:45 -07001568{
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001569 struct ixgbe_addr_filter_info *a = &hw->addr_ctrl;
Auke Kok9a799d72007-09-15 14:07:45 -07001570
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07001571 if (a->mta_in_use > 0)
1572 IXGBE_WRITE_REG(hw, IXGBE_MCSTCTRL, hw->mac.mc_filter_type);
Auke Kok9a799d72007-09-15 14:07:45 -07001573
1574 return 0;
1575}
1576
1577/**
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001578 * ixgbe_fc_enable_generic - Enable flow control
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001579 * @hw: pointer to hardware structure
1580 * @packetbuf_num: packet buffer number (0-7)
1581 *
1582 * Enable flow control according to the current settings.
1583 **/
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001584s32 ixgbe_fc_enable_generic(struct ixgbe_hw *hw, s32 packetbuf_num)
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001585{
1586 s32 ret_val = 0;
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001587 u32 mflcn_reg, fccfg_reg;
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001588 u32 reg;
Peter P Waskiewicz Jr70b77622009-05-17 12:34:55 +00001589 u32 rx_pba_size;
John Fastabend16b61be2010-11-16 19:26:44 -08001590 u32 fcrtl, fcrth;
Peter P Waskiewicz Jr70b77622009-05-17 12:34:55 +00001591
1592#ifdef CONFIG_DCB
1593 if (hw->fc.requested_mode == ixgbe_fc_pfc)
1594 goto out;
1595
1596#endif /* CONFIG_DCB */
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001597 /* Negotiate the fc mode to use */
1598 ret_val = ixgbe_fc_autoneg(hw);
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00001599 if (ret_val == IXGBE_ERR_FLOW_CONTROL)
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001600 goto out;
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001601
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001602 /* Disable any previous flow control settings */
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001603 mflcn_reg = IXGBE_READ_REG(hw, IXGBE_MFLCN);
1604 mflcn_reg &= ~(IXGBE_MFLCN_RFCE | IXGBE_MFLCN_RPFCE);
1605
1606 fccfg_reg = IXGBE_READ_REG(hw, IXGBE_FCCFG);
1607 fccfg_reg &= ~(IXGBE_FCCFG_TFCE_802_3X | IXGBE_FCCFG_TFCE_PRIORITY);
1608
1609 /*
1610 * The possible values of fc.current_mode are:
1611 * 0: Flow control is completely disabled
1612 * 1: Rx flow control is enabled (we can receive pause frames,
1613 * but not send pause frames).
PJ Waskiewiczbb3daa42009-03-25 22:10:42 +00001614 * 2: Tx flow control is enabled (we can send pause frames but
1615 * we do not support receiving pause frames).
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001616 * 3: Both Rx and Tx flow control (symmetric) are enabled.
Emil Tantilov8c7bea32011-02-19 08:43:44 +00001617#ifdef CONFIG_DCB
PJ Waskiewiczbb3daa42009-03-25 22:10:42 +00001618 * 4: Priority Flow Control is enabled.
Emil Tantilov8c7bea32011-02-19 08:43:44 +00001619#endif
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001620 * other: Invalid.
1621 */
1622 switch (hw->fc.current_mode) {
1623 case ixgbe_fc_none:
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001624 /*
1625 * Flow control is disabled by software override or autoneg.
1626 * The code below will actually disable it in the HW.
1627 */
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001628 break;
1629 case ixgbe_fc_rx_pause:
1630 /*
1631 * Rx Flow control is enabled and Tx Flow control is
1632 * disabled by software override. Since there really
1633 * isn't a way to advertise that we are capable of RX
1634 * Pause ONLY, we will advertise that we support both
1635 * symmetric and asymmetric Rx PAUSE. Later, we will
1636 * disable the adapter's ability to send PAUSE frames.
1637 */
1638 mflcn_reg |= IXGBE_MFLCN_RFCE;
1639 break;
1640 case ixgbe_fc_tx_pause:
1641 /*
1642 * Tx Flow control is enabled, and Rx Flow control is
1643 * disabled by software override.
1644 */
1645 fccfg_reg |= IXGBE_FCCFG_TFCE_802_3X;
1646 break;
1647 case ixgbe_fc_full:
1648 /* Flow control (both Rx and Tx) is enabled by SW override. */
1649 mflcn_reg |= IXGBE_MFLCN_RFCE;
1650 fccfg_reg |= IXGBE_FCCFG_TFCE_802_3X;
1651 break;
PJ Waskiewiczbb3daa42009-03-25 22:10:42 +00001652#ifdef CONFIG_DCB
1653 case ixgbe_fc_pfc:
1654 goto out;
1655 break;
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001656#endif /* CONFIG_DCB */
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001657 default:
1658 hw_dbg(hw, "Flow control param set incorrectly\n");
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00001659 ret_val = IXGBE_ERR_CONFIG;
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001660 goto out;
1661 break;
1662 }
1663
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001664 /* Set 802.3x based flow control settings. */
PJ Waskiewicz2132d382009-04-09 22:26:21 +00001665 mflcn_reg |= IXGBE_MFLCN_DPF;
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001666 IXGBE_WRITE_REG(hw, IXGBE_MFLCN, mflcn_reg);
1667 IXGBE_WRITE_REG(hw, IXGBE_FCCFG, fccfg_reg);
1668
John Fastabend16b61be2010-11-16 19:26:44 -08001669 rx_pba_size = IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(packetbuf_num));
1670 rx_pba_size >>= IXGBE_RXPBSIZE_SHIFT;
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001671
John Fastabend16b61be2010-11-16 19:26:44 -08001672 fcrth = (rx_pba_size - hw->fc.high_water) << 10;
1673 fcrtl = (rx_pba_size - hw->fc.low_water) << 10;
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001674
John Fastabend16b61be2010-11-16 19:26:44 -08001675 if (hw->fc.current_mode & ixgbe_fc_tx_pause) {
1676 fcrth |= IXGBE_FCRTH_FCEN;
1677 if (hw->fc.send_xon)
1678 fcrtl |= IXGBE_FCRTL_XONE;
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001679 }
1680
John Fastabend16b61be2010-11-16 19:26:44 -08001681 IXGBE_WRITE_REG(hw, IXGBE_FCRTH_82599(packetbuf_num), fcrth);
1682 IXGBE_WRITE_REG(hw, IXGBE_FCRTL_82599(packetbuf_num), fcrtl);
1683
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001684 /* Configure pause time (2 TCs per register) */
Peter P Waskiewicz Jr70b77622009-05-17 12:34:55 +00001685 reg = IXGBE_READ_REG(hw, IXGBE_FCTTV(packetbuf_num / 2));
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001686 if ((packetbuf_num & 1) == 0)
1687 reg = (reg & 0xFFFF0000) | hw->fc.pause_time;
1688 else
1689 reg = (reg & 0x0000FFFF) | (hw->fc.pause_time << 16);
1690 IXGBE_WRITE_REG(hw, IXGBE_FCTTV(packetbuf_num / 2), reg);
1691
1692 IXGBE_WRITE_REG(hw, IXGBE_FCRTV, (hw->fc.pause_time >> 1));
1693
1694out:
1695 return ret_val;
1696}
1697
1698/**
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08001699 * ixgbe_fc_autoneg - Configure flow control
1700 * @hw: pointer to hardware structure
1701 *
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001702 * Compares our advertised flow control capabilities to those advertised by
1703 * our link partner, and determines the proper flow control mode to use.
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08001704 **/
1705s32 ixgbe_fc_autoneg(struct ixgbe_hw *hw)
1706{
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00001707 s32 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED;
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001708 ixgbe_link_speed speed;
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001709 bool link_up;
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08001710
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00001711 if (hw->fc.disable_fc_autoneg)
1712 goto out;
1713
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08001714 /*
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001715 * AN should have completed when the cable was plugged in.
1716 * Look for reasons to bail out. Bail out if:
1717 * - FC autoneg is disabled, or if
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00001718 * - link is not up.
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001719 *
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00001720 * Since we're being called from an LSC, link is already known to be up.
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001721 * So use link_up_wait_to_complete=false.
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08001722 */
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001723 hw->mac.ops.check_link(hw, &speed, &link_up, false);
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00001724 if (!link_up) {
1725 ret_val = IXGBE_ERR_FLOW_CONTROL;
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08001726 goto out;
1727 }
1728
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00001729 switch (hw->phy.media_type) {
1730 /* Autoneg flow control on fiber adapters */
1731 case ixgbe_media_type_fiber:
1732 if (speed == IXGBE_LINK_SPEED_1GB_FULL)
1733 ret_val = ixgbe_fc_autoneg_fiber(hw);
1734 break;
Don Skidmore000c4862009-11-24 18:51:48 +00001735
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00001736 /* Autoneg flow control on backplane adapters */
1737 case ixgbe_media_type_backplane:
1738 ret_val = ixgbe_fc_autoneg_backplane(hw);
1739 break;
1740
1741 /* Autoneg flow control on copper adapters */
1742 case ixgbe_media_type_copper:
1743 if (ixgbe_device_supports_autoneg_fc(hw) == 0)
1744 ret_val = ixgbe_fc_autoneg_copper(hw);
1745 break;
1746
1747 default:
1748 break;
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00001749 }
1750
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00001751out:
1752 if (ret_val == 0) {
1753 hw->fc.fc_was_autonegged = true;
1754 } else {
1755 hw->fc.fc_was_autonegged = false;
1756 hw->fc.current_mode = hw->fc.requested_mode;
1757 }
1758 return ret_val;
1759}
1760
1761/**
1762 * ixgbe_fc_autoneg_fiber - Enable flow control on 1 gig fiber
1763 * @hw: pointer to hardware structure
1764 *
1765 * Enable flow control according on 1 gig fiber.
1766 **/
1767static s32 ixgbe_fc_autoneg_fiber(struct ixgbe_hw *hw)
1768{
1769 u32 pcs_anadv_reg, pcs_lpab_reg, linkstat;
1770 s32 ret_val;
1771
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00001772 /*
1773 * On multispeed fiber at 1g, bail out if
1774 * - link is up but AN did not complete, or if
1775 * - link is up and AN completed but timed out
1776 */
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00001777
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00001778 linkstat = IXGBE_READ_REG(hw, IXGBE_PCS1GLSTA);
1779 if (((linkstat & IXGBE_PCS1GLSTA_AN_COMPLETE) == 0) ||
1780 ((linkstat & IXGBE_PCS1GLSTA_AN_TIMED_OUT) == 1)) {
1781 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED;
PJ Waskiewicz9bbe3a52009-11-24 18:51:28 +00001782 goto out;
1783 }
1784
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00001785 pcs_anadv_reg = IXGBE_READ_REG(hw, IXGBE_PCS1GANA);
1786 pcs_lpab_reg = IXGBE_READ_REG(hw, IXGBE_PCS1GANLP);
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08001787
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00001788 ret_val = ixgbe_negotiate_fc(hw, pcs_anadv_reg,
1789 pcs_lpab_reg, IXGBE_PCS1GANA_SYM_PAUSE,
1790 IXGBE_PCS1GANA_ASM_PAUSE,
1791 IXGBE_PCS1GANA_SYM_PAUSE,
1792 IXGBE_PCS1GANA_ASM_PAUSE);
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001793
Peter P Waskiewicz Jr0ecc0612009-02-06 21:46:54 -08001794out:
1795 return ret_val;
1796}
1797
1798/**
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00001799 * ixgbe_fc_autoneg_backplane - Enable flow control IEEE clause 37
1800 * @hw: pointer to hardware structure
1801 *
1802 * Enable flow control according to IEEE clause 37.
1803 **/
1804static s32 ixgbe_fc_autoneg_backplane(struct ixgbe_hw *hw)
1805{
1806 u32 links2, anlp1_reg, autoc_reg, links;
1807 s32 ret_val;
1808
1809 /*
1810 * On backplane, bail out if
1811 * - backplane autoneg was not completed, or if
1812 * - we are 82599 and link partner is not AN enabled
1813 */
1814 links = IXGBE_READ_REG(hw, IXGBE_LINKS);
1815 if ((links & IXGBE_LINKS_KX_AN_COMP) == 0) {
1816 hw->fc.fc_was_autonegged = false;
1817 hw->fc.current_mode = hw->fc.requested_mode;
1818 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED;
1819 goto out;
1820 }
1821
1822 if (hw->mac.type == ixgbe_mac_82599EB) {
1823 links2 = IXGBE_READ_REG(hw, IXGBE_LINKS2);
1824 if ((links2 & IXGBE_LINKS2_AN_SUPPORTED) == 0) {
1825 hw->fc.fc_was_autonegged = false;
1826 hw->fc.current_mode = hw->fc.requested_mode;
1827 ret_val = IXGBE_ERR_FC_NOT_NEGOTIATED;
1828 goto out;
1829 }
1830 }
1831 /*
1832 * Read the 10g AN autoc and LP ability registers and resolve
1833 * local flow control settings accordingly
1834 */
1835 autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC);
1836 anlp1_reg = IXGBE_READ_REG(hw, IXGBE_ANLP1);
1837
1838 ret_val = ixgbe_negotiate_fc(hw, autoc_reg,
1839 anlp1_reg, IXGBE_AUTOC_SYM_PAUSE, IXGBE_AUTOC_ASM_PAUSE,
1840 IXGBE_ANLP1_SYM_PAUSE, IXGBE_ANLP1_ASM_PAUSE);
1841
1842out:
1843 return ret_val;
1844}
1845
1846/**
1847 * ixgbe_fc_autoneg_copper - Enable flow control IEEE clause 37
1848 * @hw: pointer to hardware structure
1849 *
1850 * Enable flow control according to IEEE clause 37.
1851 **/
1852static s32 ixgbe_fc_autoneg_copper(struct ixgbe_hw *hw)
1853{
1854 u16 technology_ability_reg = 0;
1855 u16 lp_technology_ability_reg = 0;
1856
1857 hw->phy.ops.read_reg(hw, MDIO_AN_ADVERTISE,
1858 MDIO_MMD_AN,
1859 &technology_ability_reg);
1860 hw->phy.ops.read_reg(hw, MDIO_AN_LPA,
1861 MDIO_MMD_AN,
1862 &lp_technology_ability_reg);
1863
1864 return ixgbe_negotiate_fc(hw, (u32)technology_ability_reg,
1865 (u32)lp_technology_ability_reg,
1866 IXGBE_TAF_SYM_PAUSE, IXGBE_TAF_ASM_PAUSE,
1867 IXGBE_TAF_SYM_PAUSE, IXGBE_TAF_ASM_PAUSE);
1868}
1869
1870/**
1871 * ixgbe_negotiate_fc - Negotiate flow control
1872 * @hw: pointer to hardware structure
1873 * @adv_reg: flow control advertised settings
1874 * @lp_reg: link partner's flow control settings
1875 * @adv_sym: symmetric pause bit in advertisement
1876 * @adv_asm: asymmetric pause bit in advertisement
1877 * @lp_sym: symmetric pause bit in link partner advertisement
1878 * @lp_asm: asymmetric pause bit in link partner advertisement
1879 *
1880 * Find the intersection between advertised settings and link partner's
1881 * advertised settings
1882 **/
1883static s32 ixgbe_negotiate_fc(struct ixgbe_hw *hw, u32 adv_reg, u32 lp_reg,
1884 u32 adv_sym, u32 adv_asm, u32 lp_sym, u32 lp_asm)
1885{
1886 if ((!(adv_reg)) || (!(lp_reg)))
1887 return IXGBE_ERR_FC_NOT_NEGOTIATED;
1888
1889 if ((adv_reg & adv_sym) && (lp_reg & lp_sym)) {
1890 /*
1891 * Now we need to check if the user selected Rx ONLY
1892 * of pause frames. In this case, we had to advertise
1893 * FULL flow control because we could not advertise RX
1894 * ONLY. Hence, we must now check to see if we need to
1895 * turn OFF the TRANSMISSION of PAUSE frames.
1896 */
1897 if (hw->fc.requested_mode == ixgbe_fc_full) {
1898 hw->fc.current_mode = ixgbe_fc_full;
1899 hw_dbg(hw, "Flow Control = FULL.\n");
1900 } else {
1901 hw->fc.current_mode = ixgbe_fc_rx_pause;
1902 hw_dbg(hw, "Flow Control=RX PAUSE frames only\n");
1903 }
1904 } else if (!(adv_reg & adv_sym) && (adv_reg & adv_asm) &&
1905 (lp_reg & lp_sym) && (lp_reg & lp_asm)) {
1906 hw->fc.current_mode = ixgbe_fc_tx_pause;
1907 hw_dbg(hw, "Flow Control = TX PAUSE frames only.\n");
1908 } else if ((adv_reg & adv_sym) && (adv_reg & adv_asm) &&
1909 !(lp_reg & lp_sym) && (lp_reg & lp_asm)) {
1910 hw->fc.current_mode = ixgbe_fc_rx_pause;
1911 hw_dbg(hw, "Flow Control = RX PAUSE frames only.\n");
1912 } else {
1913 hw->fc.current_mode = ixgbe_fc_none;
1914 hw_dbg(hw, "Flow Control = NONE.\n");
1915 }
1916 return 0;
1917}
1918
1919/**
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001920 * ixgbe_setup_fc - Set up flow control
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001921 * @hw: pointer to hardware structure
1922 *
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001923 * Called at init time to set up flow control.
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001924 **/
Don Skidmore7b25cdb2009-08-25 04:47:32 +00001925static s32 ixgbe_setup_fc(struct ixgbe_hw *hw, s32 packetbuf_num)
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001926{
1927 s32 ret_val = 0;
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00001928 u32 reg = 0, reg_bp = 0;
1929 u16 reg_cu = 0;
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001930
PJ Waskiewiczbb3daa42009-03-25 22:10:42 +00001931#ifdef CONFIG_DCB
1932 if (hw->fc.requested_mode == ixgbe_fc_pfc) {
1933 hw->fc.current_mode = hw->fc.requested_mode;
1934 goto out;
1935 }
1936
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00001937#endif /* CONFIG_DCB */
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001938 /* Validate the packetbuf configuration */
1939 if (packetbuf_num < 0 || packetbuf_num > 7) {
1940 hw_dbg(hw, "Invalid packet buffer number [%d], expected range "
1941 "is 0-7\n", packetbuf_num);
1942 ret_val = IXGBE_ERR_INVALID_LINK_SETTINGS;
1943 goto out;
1944 }
1945
1946 /*
1947 * Validate the water mark configuration. Zero water marks are invalid
1948 * because it causes the controller to just blast out fc packets.
1949 */
1950 if (!hw->fc.low_water || !hw->fc.high_water || !hw->fc.pause_time) {
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001951 hw_dbg(hw, "Invalid water mark configuration\n");
1952 ret_val = IXGBE_ERR_INVALID_LINK_SETTINGS;
1953 goto out;
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001954 }
1955
1956 /*
1957 * Validate the requested mode. Strict IEEE mode does not allow
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001958 * ixgbe_fc_rx_pause because it will cause us to fail at UNH.
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001959 */
1960 if (hw->fc.strict_ieee && hw->fc.requested_mode == ixgbe_fc_rx_pause) {
1961 hw_dbg(hw, "ixgbe_fc_rx_pause not valid in strict "
1962 "IEEE mode\n");
1963 ret_val = IXGBE_ERR_INVALID_LINK_SETTINGS;
1964 goto out;
1965 }
1966
1967 /*
1968 * 10gig parts do not have a word in the EEPROM to determine the
1969 * default flow control setting, so we explicitly set it to full.
1970 */
1971 if (hw->fc.requested_mode == ixgbe_fc_default)
1972 hw->fc.requested_mode = ixgbe_fc_full;
1973
1974 /*
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00001975 * Set up the 1G and 10G flow control advertisement registers so the
1976 * HW will be able to do fc autoneg once the cable is plugged in. If
1977 * we link at 10G, the 1G advertisement is harmless and vice versa.
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001978 */
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00001979
1980 switch (hw->phy.media_type) {
1981 case ixgbe_media_type_fiber:
1982 case ixgbe_media_type_backplane:
1983 reg = IXGBE_READ_REG(hw, IXGBE_PCS1GANA);
1984 reg_bp = IXGBE_READ_REG(hw, IXGBE_AUTOC);
1985 break;
1986
1987 case ixgbe_media_type_copper:
1988 hw->phy.ops.read_reg(hw, MDIO_AN_ADVERTISE,
1989 MDIO_MMD_AN, &reg_cu);
1990 break;
1991
1992 default:
1993 ;
1994 }
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00001995
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00001996 /*
1997 * The possible values of fc.requested_mode are:
1998 * 0: Flow control is completely disabled
1999 * 1: Rx flow control is enabled (we can receive pause frames,
2000 * but not send pause frames).
2001 * 2: Tx flow control is enabled (we can send pause frames but
2002 * we do not support receiving pause frames).
2003 * 3: Both Rx and Tx flow control (symmetric) are enabled.
2004#ifdef CONFIG_DCB
2005 * 4: Priority Flow Control is enabled.
2006#endif
2007 * other: Invalid.
2008 */
2009 switch (hw->fc.requested_mode) {
2010 case ixgbe_fc_none:
2011 /* Flow control completely disabled by software override. */
2012 reg &= ~(IXGBE_PCS1GANA_SYM_PAUSE | IXGBE_PCS1GANA_ASM_PAUSE);
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002013 if (hw->phy.media_type == ixgbe_media_type_backplane)
2014 reg_bp &= ~(IXGBE_AUTOC_SYM_PAUSE |
2015 IXGBE_AUTOC_ASM_PAUSE);
2016 else if (hw->phy.media_type == ixgbe_media_type_copper)
2017 reg_cu &= ~(IXGBE_TAF_SYM_PAUSE | IXGBE_TAF_ASM_PAUSE);
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00002018 break;
2019 case ixgbe_fc_rx_pause:
2020 /*
2021 * Rx Flow control is enabled and Tx Flow control is
2022 * disabled by software override. Since there really
2023 * isn't a way to advertise that we are capable of RX
2024 * Pause ONLY, we will advertise that we support both
2025 * symmetric and asymmetric Rx PAUSE. Later, we will
2026 * disable the adapter's ability to send PAUSE frames.
2027 */
2028 reg |= (IXGBE_PCS1GANA_SYM_PAUSE | IXGBE_PCS1GANA_ASM_PAUSE);
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002029 if (hw->phy.media_type == ixgbe_media_type_backplane)
2030 reg_bp |= (IXGBE_AUTOC_SYM_PAUSE |
2031 IXGBE_AUTOC_ASM_PAUSE);
2032 else if (hw->phy.media_type == ixgbe_media_type_copper)
2033 reg_cu |= (IXGBE_TAF_SYM_PAUSE | IXGBE_TAF_ASM_PAUSE);
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00002034 break;
2035 case ixgbe_fc_tx_pause:
2036 /*
2037 * Tx Flow control is enabled, and Rx Flow control is
2038 * disabled by software override.
2039 */
2040 reg |= (IXGBE_PCS1GANA_ASM_PAUSE);
2041 reg &= ~(IXGBE_PCS1GANA_SYM_PAUSE);
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002042 if (hw->phy.media_type == ixgbe_media_type_backplane) {
2043 reg_bp |= (IXGBE_AUTOC_ASM_PAUSE);
2044 reg_bp &= ~(IXGBE_AUTOC_SYM_PAUSE);
2045 } else if (hw->phy.media_type == ixgbe_media_type_copper) {
2046 reg_cu |= (IXGBE_TAF_ASM_PAUSE);
2047 reg_cu &= ~(IXGBE_TAF_SYM_PAUSE);
2048 }
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00002049 break;
2050 case ixgbe_fc_full:
2051 /* Flow control (both Rx and Tx) is enabled by SW override. */
2052 reg |= (IXGBE_PCS1GANA_SYM_PAUSE | IXGBE_PCS1GANA_ASM_PAUSE);
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002053 if (hw->phy.media_type == ixgbe_media_type_backplane)
2054 reg_bp |= (IXGBE_AUTOC_SYM_PAUSE |
2055 IXGBE_AUTOC_ASM_PAUSE);
2056 else if (hw->phy.media_type == ixgbe_media_type_copper)
2057 reg_cu |= (IXGBE_TAF_SYM_PAUSE | IXGBE_TAF_ASM_PAUSE);
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00002058 break;
2059#ifdef CONFIG_DCB
2060 case ixgbe_fc_pfc:
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002061 goto out;
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00002062 break;
2063#endif /* CONFIG_DCB */
2064 default:
2065 hw_dbg(hw, "Flow control param set incorrectly\n");
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00002066 ret_val = IXGBE_ERR_CONFIG;
Mallikarjuna R Chilakala620fa032009-06-04 11:11:13 +00002067 goto out;
2068 break;
2069 }
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002070
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002071 if (hw->mac.type != ixgbe_mac_X540) {
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00002072 /*
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002073 * Enable auto-negotiation between the MAC & PHY;
2074 * the MAC will advertise clause 37 flow control.
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00002075 */
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002076 IXGBE_WRITE_REG(hw, IXGBE_PCS1GANA, reg);
2077 reg = IXGBE_READ_REG(hw, IXGBE_PCS1GLCTL);
2078
2079 /* Disable AN timeout */
2080 if (hw->fc.strict_ieee)
2081 reg &= ~IXGBE_PCS1GLCTL_AN_1G_TIMEOUT_EN;
2082
2083 IXGBE_WRITE_REG(hw, IXGBE_PCS1GLCTL, reg);
2084 hw_dbg(hw, "Set up FC; PCS1GLCTL = 0x%08X\n", reg);
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00002085 }
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002086
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00002087 /*
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002088 * AUTOC restart handles negotiation of 1G and 10G on backplane
2089 * and copper. There is no need to set the PCS1GCTL register.
2090 *
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00002091 */
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002092 if (hw->phy.media_type == ixgbe_media_type_backplane) {
2093 reg_bp |= IXGBE_AUTOC_AN_RESTART;
2094 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, reg_bp);
2095 } else if ((hw->phy.media_type == ixgbe_media_type_copper) &&
2096 (ixgbe_device_supports_autoneg_fc(hw) == 0)) {
2097 hw->phy.ops.write_reg(hw, MDIO_AN_ADVERTISE,
2098 MDIO_MMD_AN, reg_cu);
2099 }
2100
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00002101 hw_dbg(hw, "Set up FC; IXGBE_AUTOC = 0x%08X\n", reg);
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002102out:
2103 return ret_val;
2104}
2105
2106/**
Auke Kok9a799d72007-09-15 14:07:45 -07002107 * ixgbe_disable_pcie_master - Disable PCI-express master access
2108 * @hw: pointer to hardware structure
2109 *
2110 * Disables PCI-Express master access and verifies there are no pending
2111 * requests. IXGBE_ERR_MASTER_REQUESTS_PENDING is returned if master disable
2112 * bit hasn't caused the master requests to be disabled, else 0
2113 * is returned signifying master requests disabled.
2114 **/
2115s32 ixgbe_disable_pcie_master(struct ixgbe_hw *hw)
2116{
Emil Tantilova4297dc2011-02-14 08:45:13 +00002117 struct ixgbe_adapter *adapter = hw->back;
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002118 u32 i;
2119 u32 reg_val;
2120 u32 number_of_queues;
Emil Tantilova4297dc2011-02-14 08:45:13 +00002121 s32 status = 0;
2122 u16 dev_status = 0;
2123
2124 /* Just jump out if bus mastering is already disabled */
2125 if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO))
2126 goto out;
Auke Kok9a799d72007-09-15 14:07:45 -07002127
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002128 /* Disable the receive unit by stopping each queue */
2129 number_of_queues = hw->mac.max_rx_queues;
2130 for (i = 0; i < number_of_queues; i++) {
2131 reg_val = IXGBE_READ_REG(hw, IXGBE_RXDCTL(i));
2132 if (reg_val & IXGBE_RXDCTL_ENABLE) {
2133 reg_val &= ~IXGBE_RXDCTL_ENABLE;
2134 IXGBE_WRITE_REG(hw, IXGBE_RXDCTL(i), reg_val);
2135 }
2136 }
2137
2138 reg_val = IXGBE_READ_REG(hw, IXGBE_CTRL);
2139 reg_val |= IXGBE_CTRL_GIO_DIS;
2140 IXGBE_WRITE_REG(hw, IXGBE_CTRL, reg_val);
Auke Kok9a799d72007-09-15 14:07:45 -07002141
2142 for (i = 0; i < IXGBE_PCI_MASTER_DISABLE_TIMEOUT; i++) {
Emil Tantilova4297dc2011-02-14 08:45:13 +00002143 if (!(IXGBE_READ_REG(hw, IXGBE_STATUS) & IXGBE_STATUS_GIO))
2144 goto check_device_status;
Auke Kok9a799d72007-09-15 14:07:45 -07002145 udelay(100);
2146 }
2147
Emil Tantilova4297dc2011-02-14 08:45:13 +00002148 hw_dbg(hw, "GIO Master Disable bit didn't clear - requesting resets\n");
2149 status = IXGBE_ERR_MASTER_REQUESTS_PENDING;
2150
2151 /*
2152 * Before proceeding, make sure that the PCIe block does not have
2153 * transactions pending.
2154 */
2155check_device_status:
2156 for (i = 0; i < IXGBE_PCI_MASTER_DISABLE_TIMEOUT; i++) {
2157 pci_read_config_word(adapter->pdev, IXGBE_PCI_DEVICE_STATUS,
2158 &dev_status);
2159 if (!(dev_status & IXGBE_PCI_DEVICE_STATUS_TRANSACTION_PENDING))
2160 break;
2161 udelay(100);
2162 }
2163
2164 if (i == IXGBE_PCI_MASTER_DISABLE_TIMEOUT)
2165 hw_dbg(hw, "PCIe transaction pending bit also did not clear.\n");
2166 else
2167 goto out;
2168
2169 /*
2170 * Two consecutive resets are required via CTRL.RST per datasheet
2171 * 5.2.5.3.2 Master Disable. We set a flag to inform the reset routine
2172 * of this need. The first reset prevents new master requests from
2173 * being issued by our device. We then must wait 1usec for any
2174 * remaining completions from the PCIe bus to trickle in, and then reset
2175 * again to clear out any effects they may have had on our device.
2176 */
2177 hw->mac.flags |= IXGBE_FLAGS_DOUBLE_RESET_REQUIRED;
2178
2179out:
Auke Kok9a799d72007-09-15 14:07:45 -07002180 return status;
2181}
2182
2183
2184/**
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002185 * ixgbe_acquire_swfw_sync - Acquire SWFW semaphore
Auke Kok9a799d72007-09-15 14:07:45 -07002186 * @hw: pointer to hardware structure
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002187 * @mask: Mask to specify which semaphore to acquire
Auke Kok9a799d72007-09-15 14:07:45 -07002188 *
Emil Tantilovda74cd42011-03-03 09:25:07 +00002189 * Acquires the SWFW semaphore through the GSSR register for the specified
Auke Kok9a799d72007-09-15 14:07:45 -07002190 * function (CSR, PHY0, PHY1, EEPROM, Flash)
2191 **/
2192s32 ixgbe_acquire_swfw_sync(struct ixgbe_hw *hw, u16 mask)
2193{
2194 u32 gssr;
2195 u32 swmask = mask;
2196 u32 fwmask = mask << 5;
2197 s32 timeout = 200;
2198
2199 while (timeout) {
Emil Tantilovdbf893e2011-02-08 09:42:41 +00002200 /*
2201 * SW EEPROM semaphore bit is used for access to all
2202 * SW_FW_SYNC/GSSR bits (not just EEPROM)
2203 */
Auke Kok9a799d72007-09-15 14:07:45 -07002204 if (ixgbe_get_eeprom_semaphore(hw))
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00002205 return IXGBE_ERR_SWFW_SYNC;
Auke Kok9a799d72007-09-15 14:07:45 -07002206
2207 gssr = IXGBE_READ_REG(hw, IXGBE_GSSR);
2208 if (!(gssr & (fwmask | swmask)))
2209 break;
2210
2211 /*
2212 * Firmware currently using resource (fwmask) or other software
2213 * thread currently using resource (swmask)
2214 */
2215 ixgbe_release_eeprom_semaphore(hw);
2216 msleep(5);
2217 timeout--;
2218 }
2219
2220 if (!timeout) {
Emil Tantilovdbf893e2011-02-08 09:42:41 +00002221 hw_dbg(hw, "Driver can't access resource, SW_FW_SYNC timeout.\n");
Peter P Waskiewicz Jr539e5f02009-09-30 12:07:38 +00002222 return IXGBE_ERR_SWFW_SYNC;
Auke Kok9a799d72007-09-15 14:07:45 -07002223 }
2224
2225 gssr |= swmask;
2226 IXGBE_WRITE_REG(hw, IXGBE_GSSR, gssr);
2227
2228 ixgbe_release_eeprom_semaphore(hw);
2229 return 0;
2230}
2231
2232/**
2233 * ixgbe_release_swfw_sync - Release SWFW semaphore
2234 * @hw: pointer to hardware structure
Jesse Brandeburgc44ade92008-09-11 19:59:59 -07002235 * @mask: Mask to specify which semaphore to release
Auke Kok9a799d72007-09-15 14:07:45 -07002236 *
Emil Tantilovda74cd42011-03-03 09:25:07 +00002237 * Releases the SWFW semaphore through the GSSR register for the specified
Auke Kok9a799d72007-09-15 14:07:45 -07002238 * function (CSR, PHY0, PHY1, EEPROM, Flash)
2239 **/
2240void ixgbe_release_swfw_sync(struct ixgbe_hw *hw, u16 mask)
2241{
2242 u32 gssr;
2243 u32 swmask = mask;
2244
2245 ixgbe_get_eeprom_semaphore(hw);
2246
2247 gssr = IXGBE_READ_REG(hw, IXGBE_GSSR);
2248 gssr &= ~swmask;
2249 IXGBE_WRITE_REG(hw, IXGBE_GSSR, gssr);
2250
2251 ixgbe_release_eeprom_semaphore(hw);
2252}
2253
PJ Waskiewicz11afc1b2009-02-27 15:44:30 +00002254/**
2255 * ixgbe_enable_rx_dma_generic - Enable the Rx DMA unit
2256 * @hw: pointer to hardware structure
2257 * @regval: register value to write to RXCTRL
2258 *
2259 * Enables the Rx DMA unit
2260 **/
2261s32 ixgbe_enable_rx_dma_generic(struct ixgbe_hw *hw, u32 regval)
2262{
2263 IXGBE_WRITE_REG(hw, IXGBE_RXCTRL, regval);
2264
2265 return 0;
2266}
PJ Waskiewicz87c12012009-04-08 13:20:31 +00002267
2268/**
2269 * ixgbe_blink_led_start_generic - Blink LED based on index.
2270 * @hw: pointer to hardware structure
2271 * @index: led number to blink
2272 **/
2273s32 ixgbe_blink_led_start_generic(struct ixgbe_hw *hw, u32 index)
2274{
2275 ixgbe_link_speed speed = 0;
2276 bool link_up = 0;
2277 u32 autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC);
2278 u32 led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
2279
2280 /*
2281 * Link must be up to auto-blink the LEDs;
2282 * Force it if link is down.
2283 */
2284 hw->mac.ops.check_link(hw, &speed, &link_up, false);
2285
2286 if (!link_up) {
Peter P Waskiewicz Jr50ac58b2009-06-04 11:10:53 +00002287 autoc_reg |= IXGBE_AUTOC_AN_RESTART;
PJ Waskiewicz87c12012009-04-08 13:20:31 +00002288 autoc_reg |= IXGBE_AUTOC_FLU;
2289 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, autoc_reg);
2290 msleep(10);
2291 }
2292
2293 led_reg &= ~IXGBE_LED_MODE_MASK(index);
2294 led_reg |= IXGBE_LED_BLINK(index);
2295 IXGBE_WRITE_REG(hw, IXGBE_LEDCTL, led_reg);
2296 IXGBE_WRITE_FLUSH(hw);
2297
2298 return 0;
2299}
2300
2301/**
2302 * ixgbe_blink_led_stop_generic - Stop blinking LED based on index.
2303 * @hw: pointer to hardware structure
2304 * @index: led number to stop blinking
2305 **/
2306s32 ixgbe_blink_led_stop_generic(struct ixgbe_hw *hw, u32 index)
2307{
2308 u32 autoc_reg = IXGBE_READ_REG(hw, IXGBE_AUTOC);
2309 u32 led_reg = IXGBE_READ_REG(hw, IXGBE_LEDCTL);
2310
2311 autoc_reg &= ~IXGBE_AUTOC_FLU;
2312 autoc_reg |= IXGBE_AUTOC_AN_RESTART;
2313 IXGBE_WRITE_REG(hw, IXGBE_AUTOC, autoc_reg);
2314
2315 led_reg &= ~IXGBE_LED_MODE_MASK(index);
2316 led_reg &= ~IXGBE_LED_BLINK(index);
2317 led_reg |= IXGBE_LED_LINK_ACTIVE << IXGBE_LED_MODE_SHIFT(index);
2318 IXGBE_WRITE_REG(hw, IXGBE_LEDCTL, led_reg);
2319 IXGBE_WRITE_FLUSH(hw);
2320
2321 return 0;
2322}
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002323
2324/**
2325 * ixgbe_get_san_mac_addr_offset - Get SAN MAC address offset from the EEPROM
2326 * @hw: pointer to hardware structure
2327 * @san_mac_offset: SAN MAC address offset
2328 *
2329 * This function will read the EEPROM location for the SAN MAC address
2330 * pointer, and returns the value at that location. This is used in both
2331 * get and set mac_addr routines.
2332 **/
2333static s32 ixgbe_get_san_mac_addr_offset(struct ixgbe_hw *hw,
2334 u16 *san_mac_offset)
2335{
2336 /*
2337 * First read the EEPROM pointer to see if the MAC addresses are
2338 * available.
2339 */
2340 hw->eeprom.ops.read(hw, IXGBE_SAN_MAC_ADDR_PTR, san_mac_offset);
2341
2342 return 0;
2343}
2344
2345/**
2346 * ixgbe_get_san_mac_addr_generic - SAN MAC address retrieval from the EEPROM
2347 * @hw: pointer to hardware structure
2348 * @san_mac_addr: SAN MAC address
2349 *
2350 * Reads the SAN MAC address from the EEPROM, if it's available. This is
2351 * per-port, so set_lan_id() must be called before reading the addresses.
2352 * set_lan_id() is called by identify_sfp(), but this cannot be relied
2353 * upon for non-SFP connections, so we must call it here.
2354 **/
2355s32 ixgbe_get_san_mac_addr_generic(struct ixgbe_hw *hw, u8 *san_mac_addr)
2356{
2357 u16 san_mac_data, san_mac_offset;
2358 u8 i;
2359
2360 /*
2361 * First read the EEPROM pointer to see if the MAC addresses are
2362 * available. If they're not, no point in calling set_lan_id() here.
2363 */
2364 ixgbe_get_san_mac_addr_offset(hw, &san_mac_offset);
2365
2366 if ((san_mac_offset == 0) || (san_mac_offset == 0xFFFF)) {
2367 /*
2368 * No addresses available in this EEPROM. It's not an
2369 * error though, so just wipe the local address and return.
2370 */
2371 for (i = 0; i < 6; i++)
2372 san_mac_addr[i] = 0xFF;
2373
2374 goto san_mac_addr_out;
2375 }
2376
2377 /* make sure we know which port we need to program */
2378 hw->mac.ops.set_lan_id(hw);
2379 /* apply the port offset to the address offset */
2380 (hw->bus.func) ? (san_mac_offset += IXGBE_SAN_MAC_ADDR_PORT1_OFFSET) :
2381 (san_mac_offset += IXGBE_SAN_MAC_ADDR_PORT0_OFFSET);
2382 for (i = 0; i < 3; i++) {
2383 hw->eeprom.ops.read(hw, san_mac_offset, &san_mac_data);
2384 san_mac_addr[i * 2] = (u8)(san_mac_data);
2385 san_mac_addr[i * 2 + 1] = (u8)(san_mac_data >> 8);
2386 san_mac_offset++;
2387 }
2388
2389san_mac_addr_out:
2390 return 0;
2391}
2392
2393/**
2394 * ixgbe_get_pcie_msix_count_generic - Gets MSI-X vector count
2395 * @hw: pointer to hardware structure
2396 *
2397 * Read PCIe configuration space, and get the MSI-X vector count from
2398 * the capabilities table.
2399 **/
2400u32 ixgbe_get_pcie_msix_count_generic(struct ixgbe_hw *hw)
2401{
2402 struct ixgbe_adapter *adapter = hw->back;
2403 u16 msix_count;
2404 pci_read_config_word(adapter->pdev, IXGBE_PCIE_MSIX_82599_CAPS,
2405 &msix_count);
2406 msix_count &= IXGBE_PCIE_MSIX_TBL_SZ_MASK;
2407
2408 /* MSI-X count is zero-based in HW, so increment to give proper value */
2409 msix_count++;
2410
2411 return msix_count;
2412}
2413
2414/**
2415 * ixgbe_clear_vmdq_generic - Disassociate a VMDq pool index from a rx address
2416 * @hw: pointer to hardware struct
2417 * @rar: receive address register index to disassociate
2418 * @vmdq: VMDq pool index to remove from the rar
2419 **/
2420s32 ixgbe_clear_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
2421{
2422 u32 mpsar_lo, mpsar_hi;
2423 u32 rar_entries = hw->mac.num_rar_entries;
2424
Emil Tantilovc700f4e2011-02-17 11:34:58 +00002425 /* Make sure we are using a valid rar index range */
2426 if (rar >= rar_entries) {
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002427 hw_dbg(hw, "RAR index %d is out of range.\n", rar);
Emil Tantilovc700f4e2011-02-17 11:34:58 +00002428 return IXGBE_ERR_INVALID_ARGUMENT;
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002429 }
2430
Emil Tantilovc700f4e2011-02-17 11:34:58 +00002431 mpsar_lo = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar));
2432 mpsar_hi = IXGBE_READ_REG(hw, IXGBE_MPSAR_HI(rar));
2433
2434 if (!mpsar_lo && !mpsar_hi)
2435 goto done;
2436
2437 if (vmdq == IXGBE_CLEAR_VMDQ_ALL) {
2438 if (mpsar_lo) {
2439 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), 0);
2440 mpsar_lo = 0;
2441 }
2442 if (mpsar_hi) {
2443 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(rar), 0);
2444 mpsar_hi = 0;
2445 }
2446 } else if (vmdq < 32) {
2447 mpsar_lo &= ~(1 << vmdq);
2448 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), mpsar_lo);
2449 } else {
2450 mpsar_hi &= ~(1 << (vmdq - 32));
2451 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(rar), mpsar_hi);
2452 }
2453
2454 /* was that the last pool using this rar? */
2455 if (mpsar_lo == 0 && mpsar_hi == 0 && rar != 0)
2456 hw->mac.ops.clear_rar(hw, rar);
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002457done:
2458 return 0;
2459}
2460
2461/**
2462 * ixgbe_set_vmdq_generic - Associate a VMDq pool index with a rx address
2463 * @hw: pointer to hardware struct
2464 * @rar: receive address register index to associate with a VMDq index
2465 * @vmdq: VMDq pool index
2466 **/
2467s32 ixgbe_set_vmdq_generic(struct ixgbe_hw *hw, u32 rar, u32 vmdq)
2468{
2469 u32 mpsar;
2470 u32 rar_entries = hw->mac.num_rar_entries;
2471
Emil Tantilovc700f4e2011-02-17 11:34:58 +00002472 /* Make sure we are using a valid rar index range */
2473 if (rar >= rar_entries) {
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002474 hw_dbg(hw, "RAR index %d is out of range.\n", rar);
Emil Tantilovc700f4e2011-02-17 11:34:58 +00002475 return IXGBE_ERR_INVALID_ARGUMENT;
2476 }
2477
2478 if (vmdq < 32) {
2479 mpsar = IXGBE_READ_REG(hw, IXGBE_MPSAR_LO(rar));
2480 mpsar |= 1 << vmdq;
2481 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_LO(rar), mpsar);
2482 } else {
2483 mpsar = IXGBE_READ_REG(hw, IXGBE_MPSAR_HI(rar));
2484 mpsar |= 1 << (vmdq - 32);
2485 IXGBE_WRITE_REG(hw, IXGBE_MPSAR_HI(rar), mpsar);
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002486 }
2487 return 0;
2488}
2489
2490/**
2491 * ixgbe_init_uta_tables_generic - Initialize the Unicast Table Array
2492 * @hw: pointer to hardware structure
2493 **/
2494s32 ixgbe_init_uta_tables_generic(struct ixgbe_hw *hw)
2495{
2496 int i;
2497
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002498 for (i = 0; i < 128; i++)
2499 IXGBE_WRITE_REG(hw, IXGBE_UTA(i), 0);
2500
2501 return 0;
2502}
2503
2504/**
2505 * ixgbe_find_vlvf_slot - find the vlanid or the first empty slot
2506 * @hw: pointer to hardware structure
2507 * @vlan: VLAN id to write to VLAN filter
2508 *
2509 * return the VLVF index where this VLAN id should be placed
2510 *
2511 **/
Emil Tantilov5d5b7c32010-10-12 22:20:59 +00002512static s32 ixgbe_find_vlvf_slot(struct ixgbe_hw *hw, u32 vlan)
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002513{
2514 u32 bits = 0;
2515 u32 first_empty_slot = 0;
2516 s32 regindex;
2517
2518 /* short cut the special case */
2519 if (vlan == 0)
2520 return 0;
2521
2522 /*
2523 * Search for the vlan id in the VLVF entries. Save off the first empty
2524 * slot found along the way
2525 */
2526 for (regindex = 1; regindex < IXGBE_VLVF_ENTRIES; regindex++) {
2527 bits = IXGBE_READ_REG(hw, IXGBE_VLVF(regindex));
2528 if (!bits && !(first_empty_slot))
2529 first_empty_slot = regindex;
2530 else if ((bits & 0x0FFF) == vlan)
2531 break;
2532 }
2533
2534 /*
2535 * If regindex is less than IXGBE_VLVF_ENTRIES, then we found the vlan
2536 * in the VLVF. Else use the first empty VLVF register for this
2537 * vlan id.
2538 */
2539 if (regindex >= IXGBE_VLVF_ENTRIES) {
2540 if (first_empty_slot)
2541 regindex = first_empty_slot;
2542 else {
2543 hw_dbg(hw, "No space in VLVF.\n");
2544 regindex = IXGBE_ERR_NO_SPACE;
2545 }
2546 }
2547
2548 return regindex;
2549}
2550
2551/**
2552 * ixgbe_set_vfta_generic - Set VLAN filter table
2553 * @hw: pointer to hardware structure
2554 * @vlan: VLAN id to write to VLAN filter
2555 * @vind: VMDq output index that maps queue to VLAN id in VFVFB
2556 * @vlan_on: boolean flag to turn on/off VLAN in VFVF
2557 *
2558 * Turn on/off specified VLAN in the VLAN filter table.
2559 **/
2560s32 ixgbe_set_vfta_generic(struct ixgbe_hw *hw, u32 vlan, u32 vind,
2561 bool vlan_on)
2562{
2563 s32 regindex;
2564 u32 bitindex;
2565 u32 vfta;
2566 u32 bits;
2567 u32 vt;
2568 u32 targetbit;
2569 bool vfta_changed = false;
2570
2571 if (vlan > 4095)
2572 return IXGBE_ERR_PARAM;
2573
2574 /*
2575 * this is a 2 part operation - first the VFTA, then the
2576 * VLVF and VLVFB if VT Mode is set
2577 * We don't write the VFTA until we know the VLVF part succeeded.
2578 */
2579
2580 /* Part 1
2581 * The VFTA is a bitstring made up of 128 32-bit registers
2582 * that enable the particular VLAN id, much like the MTA:
2583 * bits[11-5]: which register
2584 * bits[4-0]: which bit in the register
2585 */
2586 regindex = (vlan >> 5) & 0x7F;
2587 bitindex = vlan & 0x1F;
2588 targetbit = (1 << bitindex);
2589 vfta = IXGBE_READ_REG(hw, IXGBE_VFTA(regindex));
2590
2591 if (vlan_on) {
2592 if (!(vfta & targetbit)) {
2593 vfta |= targetbit;
2594 vfta_changed = true;
2595 }
2596 } else {
2597 if ((vfta & targetbit)) {
2598 vfta &= ~targetbit;
2599 vfta_changed = true;
2600 }
2601 }
2602
2603 /* Part 2
2604 * If VT Mode is set
2605 * Either vlan_on
2606 * make sure the vlan is in VLVF
2607 * set the vind bit in the matching VLVFB
2608 * Or !vlan_on
2609 * clear the pool bit and possibly the vind
2610 */
2611 vt = IXGBE_READ_REG(hw, IXGBE_VT_CTL);
2612 if (vt & IXGBE_VT_CTL_VT_ENABLE) {
2613 s32 vlvf_index;
2614
2615 vlvf_index = ixgbe_find_vlvf_slot(hw, vlan);
2616 if (vlvf_index < 0)
2617 return vlvf_index;
2618
2619 if (vlan_on) {
2620 /* set the pool bit */
2621 if (vind < 32) {
2622 bits = IXGBE_READ_REG(hw,
2623 IXGBE_VLVFB(vlvf_index*2));
2624 bits |= (1 << vind);
2625 IXGBE_WRITE_REG(hw,
2626 IXGBE_VLVFB(vlvf_index*2),
2627 bits);
2628 } else {
2629 bits = IXGBE_READ_REG(hw,
2630 IXGBE_VLVFB((vlvf_index*2)+1));
2631 bits |= (1 << (vind-32));
2632 IXGBE_WRITE_REG(hw,
2633 IXGBE_VLVFB((vlvf_index*2)+1),
2634 bits);
2635 }
2636 } else {
2637 /* clear the pool bit */
2638 if (vind < 32) {
2639 bits = IXGBE_READ_REG(hw,
2640 IXGBE_VLVFB(vlvf_index*2));
2641 bits &= ~(1 << vind);
2642 IXGBE_WRITE_REG(hw,
2643 IXGBE_VLVFB(vlvf_index*2),
2644 bits);
2645 bits |= IXGBE_READ_REG(hw,
2646 IXGBE_VLVFB((vlvf_index*2)+1));
2647 } else {
2648 bits = IXGBE_READ_REG(hw,
2649 IXGBE_VLVFB((vlvf_index*2)+1));
2650 bits &= ~(1 << (vind-32));
2651 IXGBE_WRITE_REG(hw,
2652 IXGBE_VLVFB((vlvf_index*2)+1),
2653 bits);
2654 bits |= IXGBE_READ_REG(hw,
2655 IXGBE_VLVFB(vlvf_index*2));
2656 }
2657 }
2658
2659 /*
2660 * If there are still bits set in the VLVFB registers
2661 * for the VLAN ID indicated we need to see if the
2662 * caller is requesting that we clear the VFTA entry bit.
2663 * If the caller has requested that we clear the VFTA
2664 * entry bit but there are still pools/VFs using this VLAN
2665 * ID entry then ignore the request. We're not worried
2666 * about the case where we're turning the VFTA VLAN ID
2667 * entry bit on, only when requested to turn it off as
2668 * there may be multiple pools and/or VFs using the
2669 * VLAN ID entry. In that case we cannot clear the
2670 * VFTA bit until all pools/VFs using that VLAN ID have also
2671 * been cleared. This will be indicated by "bits" being
2672 * zero.
2673 */
2674 if (bits) {
2675 IXGBE_WRITE_REG(hw, IXGBE_VLVF(vlvf_index),
2676 (IXGBE_VLVF_VIEN | vlan));
2677 if (!vlan_on) {
2678 /* someone wants to clear the vfta entry
2679 * but some pools/VFs are still using it.
2680 * Ignore it. */
2681 vfta_changed = false;
2682 }
2683 }
2684 else
2685 IXGBE_WRITE_REG(hw, IXGBE_VLVF(vlvf_index), 0);
2686 }
2687
2688 if (vfta_changed)
2689 IXGBE_WRITE_REG(hw, IXGBE_VFTA(regindex), vfta);
2690
2691 return 0;
2692}
2693
2694/**
2695 * ixgbe_clear_vfta_generic - Clear VLAN filter table
2696 * @hw: pointer to hardware structure
2697 *
2698 * Clears the VLAN filer table, and the VMDq index associated with the filter
2699 **/
2700s32 ixgbe_clear_vfta_generic(struct ixgbe_hw *hw)
2701{
2702 u32 offset;
2703
2704 for (offset = 0; offset < hw->mac.vft_size; offset++)
2705 IXGBE_WRITE_REG(hw, IXGBE_VFTA(offset), 0);
2706
2707 for (offset = 0; offset < IXGBE_VLVF_ENTRIES; offset++) {
2708 IXGBE_WRITE_REG(hw, IXGBE_VLVF(offset), 0);
2709 IXGBE_WRITE_REG(hw, IXGBE_VLVFB(offset*2), 0);
2710 IXGBE_WRITE_REG(hw, IXGBE_VLVFB((offset*2)+1), 0);
2711 }
2712
2713 return 0;
2714}
2715
2716/**
2717 * ixgbe_check_mac_link_generic - Determine link and speed status
2718 * @hw: pointer to hardware structure
2719 * @speed: pointer to link speed
2720 * @link_up: true when link is up
2721 * @link_up_wait_to_complete: bool used to wait for link up or not
2722 *
2723 * Reads the links register to determine if link is up and the current speed
2724 **/
2725s32 ixgbe_check_mac_link_generic(struct ixgbe_hw *hw, ixgbe_link_speed *speed,
Emil Tantilov8c7bea32011-02-19 08:43:44 +00002726 bool *link_up, bool link_up_wait_to_complete)
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002727{
Emil Tantilov48de36c2011-02-16 01:38:08 +00002728 u32 links_reg, links_orig;
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002729 u32 i;
2730
Emil Tantilov48de36c2011-02-16 01:38:08 +00002731 /* clear the old state */
2732 links_orig = IXGBE_READ_REG(hw, IXGBE_LINKS);
2733
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002734 links_reg = IXGBE_READ_REG(hw, IXGBE_LINKS);
Emil Tantilov48de36c2011-02-16 01:38:08 +00002735
2736 if (links_orig != links_reg) {
2737 hw_dbg(hw, "LINKS changed from %08X to %08X\n",
2738 links_orig, links_reg);
2739 }
2740
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002741 if (link_up_wait_to_complete) {
2742 for (i = 0; i < IXGBE_LINK_UP_TIME; i++) {
2743 if (links_reg & IXGBE_LINKS_UP) {
2744 *link_up = true;
2745 break;
2746 } else {
2747 *link_up = false;
2748 }
2749 msleep(100);
2750 links_reg = IXGBE_READ_REG(hw, IXGBE_LINKS);
2751 }
2752 } else {
2753 if (links_reg & IXGBE_LINKS_UP)
2754 *link_up = true;
2755 else
2756 *link_up = false;
2757 }
2758
2759 if ((links_reg & IXGBE_LINKS_SPEED_82599) ==
2760 IXGBE_LINKS_SPEED_10G_82599)
2761 *speed = IXGBE_LINK_SPEED_10GB_FULL;
2762 else if ((links_reg & IXGBE_LINKS_SPEED_82599) ==
Emil Tantilov63d778d2011-02-19 08:43:39 +00002763 IXGBE_LINKS_SPEED_1G_82599)
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002764 *speed = IXGBE_LINK_SPEED_1GB_FULL;
Emil Tantilov63d778d2011-02-19 08:43:39 +00002765 else if ((links_reg & IXGBE_LINKS_SPEED_82599) ==
2766 IXGBE_LINKS_SPEED_100_82599)
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002767 *speed = IXGBE_LINK_SPEED_100_FULL;
Emil Tantilov63d778d2011-02-19 08:43:39 +00002768 else
2769 *speed = IXGBE_LINK_SPEED_UNKNOWN;
Mallikarjuna R Chilakala21ce8492010-05-13 17:33:41 +00002770
2771 /* if link is down, zero out the current_mode */
2772 if (*link_up == false) {
2773 hw->fc.current_mode = ixgbe_fc_none;
2774 hw->fc.fc_was_autonegged = false;
2775 }
2776
2777 return 0;
2778}
Don Skidmorea391f1d2010-11-16 19:27:15 -08002779
2780/**
2781 * ixgbe_get_wwn_prefix_generic Get alternative WWNN/WWPN prefix from
2782 * the EEPROM
2783 * @hw: pointer to hardware structure
2784 * @wwnn_prefix: the alternative WWNN prefix
2785 * @wwpn_prefix: the alternative WWPN prefix
2786 *
2787 * This function will read the EEPROM from the alternative SAN MAC address
2788 * block to check the support for the alternative WWNN/WWPN prefix support.
2789 **/
2790s32 ixgbe_get_wwn_prefix_generic(struct ixgbe_hw *hw, u16 *wwnn_prefix,
2791 u16 *wwpn_prefix)
2792{
2793 u16 offset, caps;
2794 u16 alt_san_mac_blk_offset;
2795
2796 /* clear output first */
2797 *wwnn_prefix = 0xFFFF;
2798 *wwpn_prefix = 0xFFFF;
2799
2800 /* check if alternative SAN MAC is supported */
2801 hw->eeprom.ops.read(hw, IXGBE_ALT_SAN_MAC_ADDR_BLK_PTR,
2802 &alt_san_mac_blk_offset);
2803
2804 if ((alt_san_mac_blk_offset == 0) ||
2805 (alt_san_mac_blk_offset == 0xFFFF))
2806 goto wwn_prefix_out;
2807
2808 /* check capability in alternative san mac address block */
2809 offset = alt_san_mac_blk_offset + IXGBE_ALT_SAN_MAC_ADDR_CAPS_OFFSET;
2810 hw->eeprom.ops.read(hw, offset, &caps);
2811 if (!(caps & IXGBE_ALT_SAN_MAC_ADDR_CAPS_ALTWWN))
2812 goto wwn_prefix_out;
2813
2814 /* get the corresponding prefix for WWNN/WWPN */
2815 offset = alt_san_mac_blk_offset + IXGBE_ALT_SAN_MAC_ADDR_WWNN_OFFSET;
2816 hw->eeprom.ops.read(hw, offset, wwnn_prefix);
2817
2818 offset = alt_san_mac_blk_offset + IXGBE_ALT_SAN_MAC_ADDR_WWPN_OFFSET;
2819 hw->eeprom.ops.read(hw, offset, wwpn_prefix);
2820
2821wwn_prefix_out:
2822 return 0;
2823}
Greg Rosea985b6c32010-11-18 03:02:52 +00002824
2825/**
Emil Tantilov0b0c2b32011-02-26 06:40:16 +00002826 * ixgbe_device_supports_autoneg_fc - Check if phy supports autoneg flow
2827 * control
2828 * @hw: pointer to hardware structure
2829 *
2830 * There are several phys that do not support autoneg flow control. This
2831 * function check the device id to see if the associated phy supports
2832 * autoneg flow control.
2833 **/
2834static s32 ixgbe_device_supports_autoneg_fc(struct ixgbe_hw *hw)
2835{
2836
2837 switch (hw->device_id) {
2838 case IXGBE_DEV_ID_X540T:
2839 return 0;
2840 case IXGBE_DEV_ID_82599_T3_LOM:
2841 return 0;
2842 default:
2843 return IXGBE_ERR_FC_NOT_SUPPORTED;
2844 }
2845}
2846
2847/**
Greg Rosea985b6c32010-11-18 03:02:52 +00002848 * ixgbe_set_mac_anti_spoofing - Enable/Disable MAC anti-spoofing
2849 * @hw: pointer to hardware structure
2850 * @enable: enable or disable switch for anti-spoofing
2851 * @pf: Physical Function pool - do not enable anti-spoofing for the PF
2852 *
2853 **/
2854void ixgbe_set_mac_anti_spoofing(struct ixgbe_hw *hw, bool enable, int pf)
2855{
2856 int j;
2857 int pf_target_reg = pf >> 3;
2858 int pf_target_shift = pf % 8;
2859 u32 pfvfspoof = 0;
2860
2861 if (hw->mac.type == ixgbe_mac_82598EB)
2862 return;
2863
2864 if (enable)
2865 pfvfspoof = IXGBE_SPOOF_MACAS_MASK;
2866
2867 /*
2868 * PFVFSPOOF register array is size 8 with 8 bits assigned to
2869 * MAC anti-spoof enables in each register array element.
2870 */
2871 for (j = 0; j < IXGBE_PFVFSPOOF_REG_COUNT; j++)
2872 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(j), pfvfspoof);
2873
2874 /* If not enabling anti-spoofing then done */
2875 if (!enable)
2876 return;
2877
2878 /*
2879 * The PF should be allowed to spoof so that it can support
2880 * emulation mode NICs. Reset the bit assigned to the PF
2881 */
2882 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(pf_target_reg));
2883 pfvfspoof ^= (1 << pf_target_shift);
2884 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(pf_target_reg), pfvfspoof);
2885}
2886
2887/**
2888 * ixgbe_set_vlan_anti_spoofing - Enable/Disable VLAN anti-spoofing
2889 * @hw: pointer to hardware structure
2890 * @enable: enable or disable switch for VLAN anti-spoofing
2891 * @pf: Virtual Function pool - VF Pool to set for VLAN anti-spoofing
2892 *
2893 **/
2894void ixgbe_set_vlan_anti_spoofing(struct ixgbe_hw *hw, bool enable, int vf)
2895{
2896 int vf_target_reg = vf >> 3;
2897 int vf_target_shift = vf % 8 + IXGBE_SPOOF_VLANAS_SHIFT;
2898 u32 pfvfspoof;
2899
2900 if (hw->mac.type == ixgbe_mac_82598EB)
2901 return;
2902
2903 pfvfspoof = IXGBE_READ_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg));
2904 if (enable)
2905 pfvfspoof |= (1 << vf_target_shift);
2906 else
2907 pfvfspoof &= ~(1 << vf_target_shift);
2908 IXGBE_WRITE_REG(hw, IXGBE_PFVFSPOOF(vf_target_reg), pfvfspoof);
2909}