Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-merge
[deliverable/linux.git] / drivers / net / ethernet / intel / ixgbe / ixgbe_main.c
CommitLineData
9a799d71
AK
1/*******************************************************************************
2
3 Intel 10 Gigabit PCI Express Linux driver
94971820 4 Copyright(c) 1999 - 2012 Intel Corporation.
9a799d71
AK
5
6 This program is free software; you can redistribute it and/or modify it
7 under the terms and conditions of the GNU General Public License,
8 version 2, as published by the Free Software Foundation.
9
10 This program is distributed in the hope it will be useful, but WITHOUT
11 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 more details.
14
15 You should have received a copy of the GNU General Public License along with
16 this program; if not, write to the Free Software Foundation, Inc.,
17 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
18
19 The full GNU General Public License is included in this distribution in
20 the file called "COPYING".
21
22 Contact Information:
9a799d71
AK
23 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
24 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
25
26*******************************************************************************/
27
28#include <linux/types.h>
29#include <linux/module.h>
30#include <linux/pci.h>
31#include <linux/netdevice.h>
32#include <linux/vmalloc.h>
33#include <linux/string.h>
34#include <linux/in.h>
a6b7a407 35#include <linux/interrupt.h>
9a799d71
AK
36#include <linux/ip.h>
37#include <linux/tcp.h>
897ab156 38#include <linux/sctp.h>
60127865 39#include <linux/pkt_sched.h>
9a799d71 40#include <linux/ipv6.h>
5a0e3ad6 41#include <linux/slab.h>
9a799d71
AK
42#include <net/checksum.h>
43#include <net/ip6_checksum.h>
44#include <linux/ethtool.h>
01789349 45#include <linux/if.h>
9a799d71 46#include <linux/if_vlan.h>
815cccbf 47#include <linux/if_bridge.h>
70c71606 48#include <linux/prefetch.h>
eacd73f7 49#include <scsi/fc/fc_fcoe.h>
9a799d71
AK
50
51#include "ixgbe.h"
52#include "ixgbe_common.h"
ee5f784a 53#include "ixgbe_dcb_82599.h"
1cdd1ec8 54#include "ixgbe_sriov.h"
9a799d71
AK
55
56char ixgbe_driver_name[] = "ixgbe";
9c8eb720 57static const char ixgbe_driver_string[] =
e8e9f696 58 "Intel(R) 10 Gigabit PCI Express Network Driver";
8af3c33f 59#ifdef IXGBE_FCOE
ea81875a
NP
60char ixgbe_default_device_descr[] =
61 "Intel(R) 10 Gigabit Network Connection";
8af3c33f
JK
62#else
63static char ixgbe_default_device_descr[] =
64 "Intel(R) 10 Gigabit Network Connection";
65#endif
75e3d3c6 66#define MAJ 3
eef4560f
DS
67#define MIN 9
68#define BUILD 15
75e3d3c6 69#define DRV_VERSION __stringify(MAJ) "." __stringify(MIN) "." \
a38a104d 70 __stringify(BUILD) "-k"
9c8eb720 71const char ixgbe_driver_version[] = DRV_VERSION;
a52055e0 72static const char ixgbe_copyright[] =
94971820 73 "Copyright (c) 1999-2012 Intel Corporation.";
9a799d71
AK
74
75static const struct ixgbe_info *ixgbe_info_tbl[] = {
b4617240 76 [board_82598] = &ixgbe_82598_info,
e8e26350 77 [board_82599] = &ixgbe_82599_info,
fe15e8e1 78 [board_X540] = &ixgbe_X540_info,
9a799d71
AK
79};
80
81/* ixgbe_pci_tbl - PCI Device ID Table
82 *
83 * Wildcard entries (PCI_ANY_ID) should come last
84 * Last entry must be all 0s
85 *
86 * { Vendor ID, Device ID, SubVendor ID, SubDevice ID,
87 * Class, Class Mask, private data (not used) }
88 */
a3aa1884 89static DEFINE_PCI_DEVICE_TABLE(ixgbe_pci_tbl) = {
54239c67
AD
90 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598), board_82598 },
91 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598AF_DUAL_PORT), board_82598 },
92 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598AF_SINGLE_PORT), board_82598 },
93 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598AT), board_82598 },
94 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598AT2), board_82598 },
95 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598EB_CX4), board_82598 },
96 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598_CX4_DUAL_PORT), board_82598 },
97 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598_DA_DUAL_PORT), board_82598 },
98 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598_SR_DUAL_PORT_EM), board_82598 },
99 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598EB_XF_LR), board_82598 },
100 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598EB_SFP_LOM), board_82598 },
101 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82598_BX), board_82598 },
102 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_KX4), board_82599 },
103 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_XAUI_LOM), board_82599 },
104 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_KR), board_82599 },
105 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_SFP), board_82599 },
106 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_SFP_EM), board_82599 },
107 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_KX4_MEZZ), board_82599 },
108 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_CX4), board_82599 },
109 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_BACKPLANE_FCOE), board_82599 },
110 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_SFP_FCOE), board_82599 },
111 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_T3_LOM), board_82599 },
112 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_COMBO_BACKPLANE), board_82599 },
113 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X540T), board_X540 },
114 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_SFP_SF2), board_82599 },
115 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_LS), board_82599 },
7d145282 116 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599EN_SFP), board_82599 },
9e791e4a 117 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_82599_SFP_SF_QP), board_82599 },
df376f0d 118 {PCI_VDEVICE(INTEL, IXGBE_DEV_ID_X540T1), board_X540 },
9a799d71
AK
119 /* required last entry */
120 {0, }
121};
122MODULE_DEVICE_TABLE(pci, ixgbe_pci_tbl);
123
5dd2d332 124#ifdef CONFIG_IXGBE_DCA
bd0362dd 125static int ixgbe_notify_dca(struct notifier_block *, unsigned long event,
e8e9f696 126 void *p);
bd0362dd
JC
127static struct notifier_block dca_notifier = {
128 .notifier_call = ixgbe_notify_dca,
129 .next = NULL,
130 .priority = 0
131};
132#endif
133
1cdd1ec8
GR
134#ifdef CONFIG_PCI_IOV
135static unsigned int max_vfs;
136module_param(max_vfs, uint, 0);
e8e9f696 137MODULE_PARM_DESC(max_vfs,
6b42a9c5 138 "Maximum number of virtual functions to allocate per physical function - default is zero and maximum value is 63");
1cdd1ec8
GR
139#endif /* CONFIG_PCI_IOV */
140
8ef78adc
PWJ
141static unsigned int allow_unsupported_sfp;
142module_param(allow_unsupported_sfp, uint, 0);
143MODULE_PARM_DESC(allow_unsupported_sfp,
144 "Allow unsupported and untested SFP+ modules on 82599-based adapters");
145
b3f4d599 146#define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK)
147static int debug = -1;
148module_param(debug, int, 0);
149MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)");
150
9a799d71
AK
151MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>");
152MODULE_DESCRIPTION("Intel(R) 10 Gigabit PCI Express Network Driver");
153MODULE_LICENSE("GPL");
154MODULE_VERSION(DRV_VERSION);
155
7086400d
AD
156static void ixgbe_service_event_schedule(struct ixgbe_adapter *adapter)
157{
158 if (!test_bit(__IXGBE_DOWN, &adapter->state) &&
159 !test_and_set_bit(__IXGBE_SERVICE_SCHED, &adapter->state))
160 schedule_work(&adapter->service_task);
161}
162
163static void ixgbe_service_event_complete(struct ixgbe_adapter *adapter)
164{
165 BUG_ON(!test_bit(__IXGBE_SERVICE_SCHED, &adapter->state));
166
52f33af8 167 /* flush memory to make sure state is correct before next watchdog */
7086400d
AD
168 smp_mb__before_clear_bit();
169 clear_bit(__IXGBE_SERVICE_SCHED, &adapter->state);
170}
171
dcd79aeb
TI
172struct ixgbe_reg_info {
173 u32 ofs;
174 char *name;
175};
176
177static const struct ixgbe_reg_info ixgbe_reg_info_tbl[] = {
178
179 /* General Registers */
180 {IXGBE_CTRL, "CTRL"},
181 {IXGBE_STATUS, "STATUS"},
182 {IXGBE_CTRL_EXT, "CTRL_EXT"},
183
184 /* Interrupt Registers */
185 {IXGBE_EICR, "EICR"},
186
187 /* RX Registers */
188 {IXGBE_SRRCTL(0), "SRRCTL"},
189 {IXGBE_DCA_RXCTRL(0), "DRXCTL"},
190 {IXGBE_RDLEN(0), "RDLEN"},
191 {IXGBE_RDH(0), "RDH"},
192 {IXGBE_RDT(0), "RDT"},
193 {IXGBE_RXDCTL(0), "RXDCTL"},
194 {IXGBE_RDBAL(0), "RDBAL"},
195 {IXGBE_RDBAH(0), "RDBAH"},
196
197 /* TX Registers */
198 {IXGBE_TDBAL(0), "TDBAL"},
199 {IXGBE_TDBAH(0), "TDBAH"},
200 {IXGBE_TDLEN(0), "TDLEN"},
201 {IXGBE_TDH(0), "TDH"},
202 {IXGBE_TDT(0), "TDT"},
203 {IXGBE_TXDCTL(0), "TXDCTL"},
204
205 /* List Terminator */
206 {}
207};
208
209
210/*
211 * ixgbe_regdump - register printout routine
212 */
213static void ixgbe_regdump(struct ixgbe_hw *hw, struct ixgbe_reg_info *reginfo)
214{
215 int i = 0, j = 0;
216 char rname[16];
217 u32 regs[64];
218
219 switch (reginfo->ofs) {
220 case IXGBE_SRRCTL(0):
221 for (i = 0; i < 64; i++)
222 regs[i] = IXGBE_READ_REG(hw, IXGBE_SRRCTL(i));
223 break;
224 case IXGBE_DCA_RXCTRL(0):
225 for (i = 0; i < 64; i++)
226 regs[i] = IXGBE_READ_REG(hw, IXGBE_DCA_RXCTRL(i));
227 break;
228 case IXGBE_RDLEN(0):
229 for (i = 0; i < 64; i++)
230 regs[i] = IXGBE_READ_REG(hw, IXGBE_RDLEN(i));
231 break;
232 case IXGBE_RDH(0):
233 for (i = 0; i < 64; i++)
234 regs[i] = IXGBE_READ_REG(hw, IXGBE_RDH(i));
235 break;
236 case IXGBE_RDT(0):
237 for (i = 0; i < 64; i++)
238 regs[i] = IXGBE_READ_REG(hw, IXGBE_RDT(i));
239 break;
240 case IXGBE_RXDCTL(0):
241 for (i = 0; i < 64; i++)
242 regs[i] = IXGBE_READ_REG(hw, IXGBE_RXDCTL(i));
243 break;
244 case IXGBE_RDBAL(0):
245 for (i = 0; i < 64; i++)
246 regs[i] = IXGBE_READ_REG(hw, IXGBE_RDBAL(i));
247 break;
248 case IXGBE_RDBAH(0):
249 for (i = 0; i < 64; i++)
250 regs[i] = IXGBE_READ_REG(hw, IXGBE_RDBAH(i));
251 break;
252 case IXGBE_TDBAL(0):
253 for (i = 0; i < 64; i++)
254 regs[i] = IXGBE_READ_REG(hw, IXGBE_TDBAL(i));
255 break;
256 case IXGBE_TDBAH(0):
257 for (i = 0; i < 64; i++)
258 regs[i] = IXGBE_READ_REG(hw, IXGBE_TDBAH(i));
259 break;
260 case IXGBE_TDLEN(0):
261 for (i = 0; i < 64; i++)
262 regs[i] = IXGBE_READ_REG(hw, IXGBE_TDLEN(i));
263 break;
264 case IXGBE_TDH(0):
265 for (i = 0; i < 64; i++)
266 regs[i] = IXGBE_READ_REG(hw, IXGBE_TDH(i));
267 break;
268 case IXGBE_TDT(0):
269 for (i = 0; i < 64; i++)
270 regs[i] = IXGBE_READ_REG(hw, IXGBE_TDT(i));
271 break;
272 case IXGBE_TXDCTL(0):
273 for (i = 0; i < 64; i++)
274 regs[i] = IXGBE_READ_REG(hw, IXGBE_TXDCTL(i));
275 break;
276 default:
c7689578 277 pr_info("%-15s %08x\n", reginfo->name,
dcd79aeb
TI
278 IXGBE_READ_REG(hw, reginfo->ofs));
279 return;
280 }
281
282 for (i = 0; i < 8; i++) {
283 snprintf(rname, 16, "%s[%d-%d]", reginfo->name, i*8, i*8+7);
c7689578 284 pr_err("%-15s", rname);
dcd79aeb 285 for (j = 0; j < 8; j++)
c7689578
JP
286 pr_cont(" %08x", regs[i*8+j]);
287 pr_cont("\n");
dcd79aeb
TI
288 }
289
290}
291
292/*
293 * ixgbe_dump - Print registers, tx-rings and rx-rings
294 */
295static void ixgbe_dump(struct ixgbe_adapter *adapter)
296{
297 struct net_device *netdev = adapter->netdev;
298 struct ixgbe_hw *hw = &adapter->hw;
299 struct ixgbe_reg_info *reginfo;
300 int n = 0;
301 struct ixgbe_ring *tx_ring;
729739b7 302 struct ixgbe_tx_buffer *tx_buffer;
dcd79aeb
TI
303 union ixgbe_adv_tx_desc *tx_desc;
304 struct my_u0 { u64 a; u64 b; } *u0;
305 struct ixgbe_ring *rx_ring;
306 union ixgbe_adv_rx_desc *rx_desc;
307 struct ixgbe_rx_buffer *rx_buffer_info;
308 u32 staterr;
309 int i = 0;
310
311 if (!netif_msg_hw(adapter))
312 return;
313
314 /* Print netdevice Info */
315 if (netdev) {
316 dev_info(&adapter->pdev->dev, "Net device Info\n");
c7689578 317 pr_info("Device Name state "
dcd79aeb 318 "trans_start last_rx\n");
c7689578
JP
319 pr_info("%-15s %016lX %016lX %016lX\n",
320 netdev->name,
321 netdev->state,
322 netdev->trans_start,
323 netdev->last_rx);
dcd79aeb
TI
324 }
325
326 /* Print Registers */
327 dev_info(&adapter->pdev->dev, "Register Dump\n");
c7689578 328 pr_info(" Register Name Value\n");
dcd79aeb
TI
329 for (reginfo = (struct ixgbe_reg_info *)ixgbe_reg_info_tbl;
330 reginfo->name; reginfo++) {
331 ixgbe_regdump(hw, reginfo);
332 }
333
334 /* Print TX Ring Summary */
335 if (!netdev || !netif_running(netdev))
336 goto exit;
337
338 dev_info(&adapter->pdev->dev, "TX Rings Summary\n");
c7689578 339 pr_info("Queue [NTU] [NTC] [bi(ntc)->dma ] leng ntw timestamp\n");
dcd79aeb
TI
340 for (n = 0; n < adapter->num_tx_queues; n++) {
341 tx_ring = adapter->tx_ring[n];
729739b7 342 tx_buffer = &tx_ring->tx_buffer_info[tx_ring->next_to_clean];
d3d00239 343 pr_info(" %5d %5X %5X %016llX %04X %p %016llX\n",
dcd79aeb 344 n, tx_ring->next_to_use, tx_ring->next_to_clean,
729739b7
AD
345 (u64)dma_unmap_addr(tx_buffer, dma),
346 dma_unmap_len(tx_buffer, len),
347 tx_buffer->next_to_watch,
348 (u64)tx_buffer->time_stamp);
dcd79aeb
TI
349 }
350
351 /* Print TX Rings */
352 if (!netif_msg_tx_done(adapter))
353 goto rx_ring_summary;
354
355 dev_info(&adapter->pdev->dev, "TX Rings Dump\n");
356
357 /* Transmit Descriptor Formats
358 *
359 * Advanced Transmit Descriptor
360 * +--------------------------------------------------------------+
361 * 0 | Buffer Address [63:0] |
362 * +--------------------------------------------------------------+
363 * 8 | PAYLEN | PORTS | IDX | STA | DCMD |DTYP | RSV | DTALEN |
364 * +--------------------------------------------------------------+
365 * 63 46 45 40 39 36 35 32 31 24 23 20 19 0
366 */
367
368 for (n = 0; n < adapter->num_tx_queues; n++) {
369 tx_ring = adapter->tx_ring[n];
c7689578
JP
370 pr_info("------------------------------------\n");
371 pr_info("TX QUEUE INDEX = %d\n", tx_ring->queue_index);
372 pr_info("------------------------------------\n");
373 pr_info("T [desc] [address 63:0 ] "
dcd79aeb
TI
374 "[PlPOIdStDDt Ln] [bi->dma ] "
375 "leng ntw timestamp bi->skb\n");
376
377 for (i = 0; tx_ring->desc && (i < tx_ring->count); i++) {
e4f74028 378 tx_desc = IXGBE_TX_DESC(tx_ring, i);
729739b7 379 tx_buffer = &tx_ring->tx_buffer_info[i];
dcd79aeb 380 u0 = (struct my_u0 *)tx_desc;
c7689578 381 pr_info("T [0x%03X] %016llX %016llX %016llX"
d3d00239 382 " %04X %p %016llX %p", i,
dcd79aeb
TI
383 le64_to_cpu(u0->a),
384 le64_to_cpu(u0->b),
729739b7
AD
385 (u64)dma_unmap_addr(tx_buffer, dma),
386 dma_unmap_len(tx_buffer, len),
387 tx_buffer->next_to_watch,
388 (u64)tx_buffer->time_stamp,
389 tx_buffer->skb);
dcd79aeb
TI
390 if (i == tx_ring->next_to_use &&
391 i == tx_ring->next_to_clean)
c7689578 392 pr_cont(" NTC/U\n");
dcd79aeb 393 else if (i == tx_ring->next_to_use)
c7689578 394 pr_cont(" NTU\n");
dcd79aeb 395 else if (i == tx_ring->next_to_clean)
c7689578 396 pr_cont(" NTC\n");
dcd79aeb 397 else
c7689578 398 pr_cont("\n");
dcd79aeb
TI
399
400 if (netif_msg_pktdata(adapter) &&
9c50c035 401 tx_buffer->skb)
dcd79aeb
TI
402 print_hex_dump(KERN_INFO, "",
403 DUMP_PREFIX_ADDRESS, 16, 1,
9c50c035 404 tx_buffer->skb->data,
729739b7
AD
405 dma_unmap_len(tx_buffer, len),
406 true);
dcd79aeb
TI
407 }
408 }
409
410 /* Print RX Rings Summary */
411rx_ring_summary:
412 dev_info(&adapter->pdev->dev, "RX Rings Summary\n");
c7689578 413 pr_info("Queue [NTU] [NTC]\n");
dcd79aeb
TI
414 for (n = 0; n < adapter->num_rx_queues; n++) {
415 rx_ring = adapter->rx_ring[n];
c7689578
JP
416 pr_info("%5d %5X %5X\n",
417 n, rx_ring->next_to_use, rx_ring->next_to_clean);
dcd79aeb
TI
418 }
419
420 /* Print RX Rings */
421 if (!netif_msg_rx_status(adapter))
422 goto exit;
423
424 dev_info(&adapter->pdev->dev, "RX Rings Dump\n");
425
426 /* Advanced Receive Descriptor (Read) Format
427 * 63 1 0
428 * +-----------------------------------------------------+
429 * 0 | Packet Buffer Address [63:1] |A0/NSE|
430 * +----------------------------------------------+------+
431 * 8 | Header Buffer Address [63:1] | DD |
432 * +-----------------------------------------------------+
433 *
434 *
435 * Advanced Receive Descriptor (Write-Back) Format
436 *
437 * 63 48 47 32 31 30 21 20 16 15 4 3 0
438 * +------------------------------------------------------+
439 * 0 | Packet IP |SPH| HDR_LEN | RSV|Packet| RSS |
440 * | Checksum Ident | | | | Type | Type |
441 * +------------------------------------------------------+
442 * 8 | VLAN Tag | Length | Extended Error | Extended Status |
443 * +------------------------------------------------------+
444 * 63 48 47 32 31 20 19 0
445 */
446 for (n = 0; n < adapter->num_rx_queues; n++) {
447 rx_ring = adapter->rx_ring[n];
c7689578
JP
448 pr_info("------------------------------------\n");
449 pr_info("RX QUEUE INDEX = %d\n", rx_ring->queue_index);
450 pr_info("------------------------------------\n");
451 pr_info("R [desc] [ PktBuf A0] "
dcd79aeb
TI
452 "[ HeadBuf DD] [bi->dma ] [bi->skb] "
453 "<-- Adv Rx Read format\n");
c7689578 454 pr_info("RWB[desc] [PcsmIpSHl PtRs] "
dcd79aeb
TI
455 "[vl er S cks ln] ---------------- [bi->skb] "
456 "<-- Adv Rx Write-Back format\n");
457
458 for (i = 0; i < rx_ring->count; i++) {
459 rx_buffer_info = &rx_ring->rx_buffer_info[i];
e4f74028 460 rx_desc = IXGBE_RX_DESC(rx_ring, i);
dcd79aeb
TI
461 u0 = (struct my_u0 *)rx_desc;
462 staterr = le32_to_cpu(rx_desc->wb.upper.status_error);
463 if (staterr & IXGBE_RXD_STAT_DD) {
464 /* Descriptor Done */
c7689578 465 pr_info("RWB[0x%03X] %016llX "
dcd79aeb
TI
466 "%016llX ---------------- %p", i,
467 le64_to_cpu(u0->a),
468 le64_to_cpu(u0->b),
469 rx_buffer_info->skb);
470 } else {
c7689578 471 pr_info("R [0x%03X] %016llX "
dcd79aeb
TI
472 "%016llX %016llX %p", i,
473 le64_to_cpu(u0->a),
474 le64_to_cpu(u0->b),
475 (u64)rx_buffer_info->dma,
476 rx_buffer_info->skb);
477
9c50c035
ET
478 if (netif_msg_pktdata(adapter) &&
479 rx_buffer_info->dma) {
dcd79aeb
TI
480 print_hex_dump(KERN_INFO, "",
481 DUMP_PREFIX_ADDRESS, 16, 1,
9c50c035
ET
482 page_address(rx_buffer_info->page) +
483 rx_buffer_info->page_offset,
f800326d 484 ixgbe_rx_bufsz(rx_ring), true);
dcd79aeb
TI
485 }
486 }
487
488 if (i == rx_ring->next_to_use)
c7689578 489 pr_cont(" NTU\n");
dcd79aeb 490 else if (i == rx_ring->next_to_clean)
c7689578 491 pr_cont(" NTC\n");
dcd79aeb 492 else
c7689578 493 pr_cont("\n");
dcd79aeb
TI
494
495 }
496 }
497
498exit:
499 return;
500}
501
5eba3699
AV
502static void ixgbe_release_hw_control(struct ixgbe_adapter *adapter)
503{
504 u32 ctrl_ext;
505
506 /* Let firmware take over control of h/w */
507 ctrl_ext = IXGBE_READ_REG(&adapter->hw, IXGBE_CTRL_EXT);
508 IXGBE_WRITE_REG(&adapter->hw, IXGBE_CTRL_EXT,
e8e9f696 509 ctrl_ext & ~IXGBE_CTRL_EXT_DRV_LOAD);
5eba3699
AV
510}
511
512static void ixgbe_get_hw_control(struct ixgbe_adapter *adapter)
513{
514 u32 ctrl_ext;
515
516 /* Let firmware know the driver has taken over */
517 ctrl_ext = IXGBE_READ_REG(&adapter->hw, IXGBE_CTRL_EXT);
518 IXGBE_WRITE_REG(&adapter->hw, IXGBE_CTRL_EXT,
e8e9f696 519 ctrl_ext | IXGBE_CTRL_EXT_DRV_LOAD);
5eba3699 520}
9a799d71 521
49ce9c2c 522/**
e8e26350
PW
523 * ixgbe_set_ivar - set the IVAR registers, mapping interrupt causes to vectors
524 * @adapter: pointer to adapter struct
525 * @direction: 0 for Rx, 1 for Tx, -1 for other causes
526 * @queue: queue to map the corresponding interrupt to
527 * @msix_vector: the vector to map to the corresponding queue
528 *
529 */
530static void ixgbe_set_ivar(struct ixgbe_adapter *adapter, s8 direction,
e8e9f696 531 u8 queue, u8 msix_vector)
9a799d71
AK
532{
533 u32 ivar, index;
e8e26350
PW
534 struct ixgbe_hw *hw = &adapter->hw;
535 switch (hw->mac.type) {
536 case ixgbe_mac_82598EB:
537 msix_vector |= IXGBE_IVAR_ALLOC_VAL;
538 if (direction == -1)
539 direction = 0;
540 index = (((direction * 64) + queue) >> 2) & 0x1F;
541 ivar = IXGBE_READ_REG(hw, IXGBE_IVAR(index));
542 ivar &= ~(0xFF << (8 * (queue & 0x3)));
543 ivar |= (msix_vector << (8 * (queue & 0x3)));
544 IXGBE_WRITE_REG(hw, IXGBE_IVAR(index), ivar);
545 break;
546 case ixgbe_mac_82599EB:
b93a2226 547 case ixgbe_mac_X540:
e8e26350
PW
548 if (direction == -1) {
549 /* other causes */
550 msix_vector |= IXGBE_IVAR_ALLOC_VAL;
551 index = ((queue & 1) * 8);
552 ivar = IXGBE_READ_REG(&adapter->hw, IXGBE_IVAR_MISC);
553 ivar &= ~(0xFF << index);
554 ivar |= (msix_vector << index);
555 IXGBE_WRITE_REG(&adapter->hw, IXGBE_IVAR_MISC, ivar);
556 break;
557 } else {
558 /* tx or rx causes */
559 msix_vector |= IXGBE_IVAR_ALLOC_VAL;
560 index = ((16 * (queue & 1)) + (8 * direction));
561 ivar = IXGBE_READ_REG(hw, IXGBE_IVAR(queue >> 1));
562 ivar &= ~(0xFF << index);
563 ivar |= (msix_vector << index);
564 IXGBE_WRITE_REG(hw, IXGBE_IVAR(queue >> 1), ivar);
565 break;
566 }
567 default:
568 break;
569 }
9a799d71
AK
570}
571
fe49f04a 572static inline void ixgbe_irq_rearm_queues(struct ixgbe_adapter *adapter,
e8e9f696 573 u64 qmask)
fe49f04a
AD
574{
575 u32 mask;
576
bd508178
AD
577 switch (adapter->hw.mac.type) {
578 case ixgbe_mac_82598EB:
fe49f04a
AD
579 mask = (IXGBE_EIMS_RTX_QUEUE & qmask);
580 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EICS, mask);
bd508178
AD
581 break;
582 case ixgbe_mac_82599EB:
b93a2226 583 case ixgbe_mac_X540:
fe49f04a
AD
584 mask = (qmask & 0xFFFFFFFF);
585 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EICS_EX(0), mask);
586 mask = (qmask >> 32);
587 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EICS_EX(1), mask);
bd508178
AD
588 break;
589 default:
590 break;
fe49f04a
AD
591 }
592}
593
729739b7
AD
594void ixgbe_unmap_and_free_tx_resource(struct ixgbe_ring *ring,
595 struct ixgbe_tx_buffer *tx_buffer)
9a799d71 596{
729739b7
AD
597 if (tx_buffer->skb) {
598 dev_kfree_skb_any(tx_buffer->skb);
599 if (dma_unmap_len(tx_buffer, len))
d3d00239 600 dma_unmap_single(ring->dev,
729739b7
AD
601 dma_unmap_addr(tx_buffer, dma),
602 dma_unmap_len(tx_buffer, len),
603 DMA_TO_DEVICE);
604 } else if (dma_unmap_len(tx_buffer, len)) {
605 dma_unmap_page(ring->dev,
606 dma_unmap_addr(tx_buffer, dma),
607 dma_unmap_len(tx_buffer, len),
608 DMA_TO_DEVICE);
e5a43549 609 }
729739b7
AD
610 tx_buffer->next_to_watch = NULL;
611 tx_buffer->skb = NULL;
612 dma_unmap_len_set(tx_buffer, len, 0);
613 /* tx_buffer must be completely set up in the transmit path */
9a799d71
AK
614}
615
943561d3 616static void ixgbe_update_xoff_rx_lfc(struct ixgbe_adapter *adapter)
c84d324c
JF
617{
618 struct ixgbe_hw *hw = &adapter->hw;
619 struct ixgbe_hw_stats *hwstats = &adapter->stats;
c84d324c 620 int i;
943561d3 621 u32 data;
c84d324c 622
943561d3
AD
623 if ((hw->fc.current_mode != ixgbe_fc_full) &&
624 (hw->fc.current_mode != ixgbe_fc_rx_pause))
625 return;
c84d324c 626
943561d3
AD
627 switch (hw->mac.type) {
628 case ixgbe_mac_82598EB:
629 data = IXGBE_READ_REG(hw, IXGBE_LXOFFRXC);
630 break;
631 default:
632 data = IXGBE_READ_REG(hw, IXGBE_LXOFFRXCNT);
633 }
634 hwstats->lxoffrxc += data;
c84d324c 635
943561d3
AD
636 /* refill credits (no tx hang) if we received xoff */
637 if (!data)
c84d324c 638 return;
943561d3
AD
639
640 for (i = 0; i < adapter->num_tx_queues; i++)
641 clear_bit(__IXGBE_HANG_CHECK_ARMED,
642 &adapter->tx_ring[i]->state);
643}
644
645static void ixgbe_update_xoff_received(struct ixgbe_adapter *adapter)
646{
647 struct ixgbe_hw *hw = &adapter->hw;
648 struct ixgbe_hw_stats *hwstats = &adapter->stats;
649 u32 xoff[8] = {0};
650 int i;
651 bool pfc_en = adapter->dcb_cfg.pfc_mode_enable;
652
653 if (adapter->ixgbe_ieee_pfc)
654 pfc_en |= !!(adapter->ixgbe_ieee_pfc->pfc_en);
655
656 if (!(adapter->flags & IXGBE_FLAG_DCB_ENABLED) || !pfc_en) {
657 ixgbe_update_xoff_rx_lfc(adapter);
c84d324c 658 return;
943561d3 659 }
c84d324c
JF
660
661 /* update stats for each tc, only valid with PFC enabled */
662 for (i = 0; i < MAX_TX_PACKET_BUFFERS; i++) {
663 switch (hw->mac.type) {
664 case ixgbe_mac_82598EB:
665 xoff[i] = IXGBE_READ_REG(hw, IXGBE_PXOFFRXC(i));
bd508178 666 break;
c84d324c
JF
667 default:
668 xoff[i] = IXGBE_READ_REG(hw, IXGBE_PXOFFRXCNT(i));
26f23d82 669 }
c84d324c
JF
670 hwstats->pxoffrxc[i] += xoff[i];
671 }
672
673 /* disarm tx queues that have received xoff frames */
674 for (i = 0; i < adapter->num_tx_queues; i++) {
675 struct ixgbe_ring *tx_ring = adapter->tx_ring[i];
fb5475ff 676 u8 tc = tx_ring->dcb_tc;
c84d324c
JF
677
678 if (xoff[tc])
679 clear_bit(__IXGBE_HANG_CHECK_ARMED, &tx_ring->state);
26f23d82 680 }
26f23d82
YZ
681}
682
c84d324c 683static u64 ixgbe_get_tx_completed(struct ixgbe_ring *ring)
9a799d71 684{
7d7ce682 685 return ring->stats.packets;
c84d324c
JF
686}
687
688static u64 ixgbe_get_tx_pending(struct ixgbe_ring *ring)
689{
690 struct ixgbe_adapter *adapter = netdev_priv(ring->netdev);
e01c31a5 691 struct ixgbe_hw *hw = &adapter->hw;
e01c31a5 692
c84d324c
JF
693 u32 head = IXGBE_READ_REG(hw, IXGBE_TDH(ring->reg_idx));
694 u32 tail = IXGBE_READ_REG(hw, IXGBE_TDT(ring->reg_idx));
695
696 if (head != tail)
697 return (head < tail) ?
698 tail - head : (tail + ring->count - head);
699
700 return 0;
701}
702
703static inline bool ixgbe_check_tx_hang(struct ixgbe_ring *tx_ring)
704{
705 u32 tx_done = ixgbe_get_tx_completed(tx_ring);
706 u32 tx_done_old = tx_ring->tx_stats.tx_done_old;
707 u32 tx_pending = ixgbe_get_tx_pending(tx_ring);
708 bool ret = false;
709
7d637bcc 710 clear_check_for_tx_hang(tx_ring);
c84d324c
JF
711
712 /*
713 * Check for a hung queue, but be thorough. This verifies
714 * that a transmit has been completed since the previous
715 * check AND there is at least one packet pending. The
716 * ARMED bit is set to indicate a potential hang. The
717 * bit is cleared if a pause frame is received to remove
718 * false hang detection due to PFC or 802.3x frames. By
719 * requiring this to fail twice we avoid races with
720 * pfc clearing the ARMED bit and conditions where we
721 * run the check_tx_hang logic with a transmit completion
722 * pending but without time to complete it yet.
723 */
724 if ((tx_done_old == tx_done) && tx_pending) {
725 /* make sure it is true for two checks in a row */
726 ret = test_and_set_bit(__IXGBE_HANG_CHECK_ARMED,
727 &tx_ring->state);
728 } else {
729 /* update completed stats and continue */
730 tx_ring->tx_stats.tx_done_old = tx_done;
731 /* reset the countdown */
732 clear_bit(__IXGBE_HANG_CHECK_ARMED, &tx_ring->state);
9a799d71
AK
733 }
734
c84d324c 735 return ret;
9a799d71
AK
736}
737
c83c6cbd
AD
738/**
739 * ixgbe_tx_timeout_reset - initiate reset due to Tx timeout
740 * @adapter: driver private struct
741 **/
742static void ixgbe_tx_timeout_reset(struct ixgbe_adapter *adapter)
743{
744
745 /* Do the reset outside of interrupt context */
746 if (!test_bit(__IXGBE_DOWN, &adapter->state)) {
747 adapter->flags2 |= IXGBE_FLAG2_RESET_REQUESTED;
748 ixgbe_service_event_schedule(adapter);
749 }
750}
e01c31a5 751
9a799d71
AK
752/**
753 * ixgbe_clean_tx_irq - Reclaim resources after transmit completes
fe49f04a 754 * @q_vector: structure containing interrupt and ring information
e01c31a5 755 * @tx_ring: tx ring to clean
9a799d71 756 **/
fe49f04a 757static bool ixgbe_clean_tx_irq(struct ixgbe_q_vector *q_vector,
e8e9f696 758 struct ixgbe_ring *tx_ring)
9a799d71 759{
fe49f04a 760 struct ixgbe_adapter *adapter = q_vector->adapter;
d3d00239
AD
761 struct ixgbe_tx_buffer *tx_buffer;
762 union ixgbe_adv_tx_desc *tx_desc;
e01c31a5 763 unsigned int total_bytes = 0, total_packets = 0;
59224555 764 unsigned int budget = q_vector->tx.work_limit;
729739b7
AD
765 unsigned int i = tx_ring->next_to_clean;
766
767 if (test_bit(__IXGBE_DOWN, &adapter->state))
768 return true;
9a799d71 769
d3d00239 770 tx_buffer = &tx_ring->tx_buffer_info[i];
e4f74028 771 tx_desc = IXGBE_TX_DESC(tx_ring, i);
729739b7 772 i -= tx_ring->count;
12207e49 773
729739b7 774 do {
d3d00239
AD
775 union ixgbe_adv_tx_desc *eop_desc = tx_buffer->next_to_watch;
776
777 /* if next_to_watch is not set then there is no work pending */
778 if (!eop_desc)
779 break;
780
7f83a9e6
AD
781 /* prevent any other reads prior to eop_desc */
782 rmb();
783
d3d00239
AD
784 /* if DD is not set pending work has not been completed */
785 if (!(eop_desc->wb.status & cpu_to_le32(IXGBE_TXD_STAT_DD)))
786 break;
8ad494b0 787
d3d00239
AD
788 /* clear next_to_watch to prevent false hangs */
789 tx_buffer->next_to_watch = NULL;
8ad494b0 790
091a6246
AD
791 /* update the statistics for this packet */
792 total_bytes += tx_buffer->bytecount;
793 total_packets += tx_buffer->gso_segs;
794
3a6a4eda 795#ifdef CONFIG_IXGBE_PTP
0ede4a60
JK
796 if (unlikely(tx_buffer->tx_flags & IXGBE_TX_FLAGS_TSTAMP))
797 ixgbe_ptp_tx_hwtstamp(q_vector, tx_buffer->skb);
3a6a4eda 798#endif
0ede4a60 799
fd0db0ed
AD
800 /* free the skb */
801 dev_kfree_skb_any(tx_buffer->skb);
802
729739b7
AD
803 /* unmap skb header data */
804 dma_unmap_single(tx_ring->dev,
805 dma_unmap_addr(tx_buffer, dma),
806 dma_unmap_len(tx_buffer, len),
807 DMA_TO_DEVICE);
808
fd0db0ed
AD
809 /* clear tx_buffer data */
810 tx_buffer->skb = NULL;
729739b7 811 dma_unmap_len_set(tx_buffer, len, 0);
fd0db0ed 812
729739b7
AD
813 /* unmap remaining buffers */
814 while (tx_desc != eop_desc) {
d3d00239
AD
815 tx_buffer++;
816 tx_desc++;
8ad494b0 817 i++;
729739b7
AD
818 if (unlikely(!i)) {
819 i -= tx_ring->count;
d3d00239 820 tx_buffer = tx_ring->tx_buffer_info;
e4f74028 821 tx_desc = IXGBE_TX_DESC(tx_ring, 0);
e092be60 822 }
e01c31a5 823
729739b7
AD
824 /* unmap any remaining paged data */
825 if (dma_unmap_len(tx_buffer, len)) {
826 dma_unmap_page(tx_ring->dev,
827 dma_unmap_addr(tx_buffer, dma),
828 dma_unmap_len(tx_buffer, len),
829 DMA_TO_DEVICE);
830 dma_unmap_len_set(tx_buffer, len, 0);
831 }
832 }
833
834 /* move us one more past the eop_desc for start of next pkt */
835 tx_buffer++;
836 tx_desc++;
837 i++;
838 if (unlikely(!i)) {
839 i -= tx_ring->count;
840 tx_buffer = tx_ring->tx_buffer_info;
841 tx_desc = IXGBE_TX_DESC(tx_ring, 0);
842 }
843
844 /* issue prefetch for next Tx descriptor */
845 prefetch(tx_desc);
12207e49 846
729739b7
AD
847 /* update budget accounting */
848 budget--;
849 } while (likely(budget));
850
851 i += tx_ring->count;
9a799d71 852 tx_ring->next_to_clean = i;
d3d00239 853 u64_stats_update_begin(&tx_ring->syncp);
b953799e 854 tx_ring->stats.bytes += total_bytes;
bd198058 855 tx_ring->stats.packets += total_packets;
d3d00239 856 u64_stats_update_end(&tx_ring->syncp);
bd198058
AD
857 q_vector->tx.total_bytes += total_bytes;
858 q_vector->tx.total_packets += total_packets;
b953799e 859
c84d324c
JF
860 if (check_for_tx_hang(tx_ring) && ixgbe_check_tx_hang(tx_ring)) {
861 /* schedule immediate reset if we believe we hung */
862 struct ixgbe_hw *hw = &adapter->hw;
c84d324c
JF
863 e_err(drv, "Detected Tx Unit Hang\n"
864 " Tx Queue <%d>\n"
865 " TDH, TDT <%x>, <%x>\n"
866 " next_to_use <%x>\n"
867 " next_to_clean <%x>\n"
868 "tx_buffer_info[next_to_clean]\n"
869 " time_stamp <%lx>\n"
870 " jiffies <%lx>\n",
871 tx_ring->queue_index,
872 IXGBE_READ_REG(hw, IXGBE_TDH(tx_ring->reg_idx)),
873 IXGBE_READ_REG(hw, IXGBE_TDT(tx_ring->reg_idx)),
d3d00239
AD
874 tx_ring->next_to_use, i,
875 tx_ring->tx_buffer_info[i].time_stamp, jiffies);
c84d324c
JF
876
877 netif_stop_subqueue(tx_ring->netdev, tx_ring->queue_index);
878
879 e_info(probe,
880 "tx hang %d detected on queue %d, resetting adapter\n",
881 adapter->tx_timeout_count + 1, tx_ring->queue_index);
882
b953799e 883 /* schedule immediate reset if we believe we hung */
c83c6cbd 884 ixgbe_tx_timeout_reset(adapter);
b953799e
AD
885
886 /* the adapter is about to reset, no point in enabling stuff */
59224555 887 return true;
b953799e 888 }
9a799d71 889
b2d96e0a
AD
890 netdev_tx_completed_queue(txring_txq(tx_ring),
891 total_packets, total_bytes);
892
e092be60 893#define TX_WAKE_THRESHOLD (DESC_NEEDED * 2)
30065e63 894 if (unlikely(total_packets && netif_carrier_ok(tx_ring->netdev) &&
7d4987de 895 (ixgbe_desc_unused(tx_ring) >= TX_WAKE_THRESHOLD))) {
e092be60
AV
896 /* Make sure that anybody stopping the queue after this
897 * sees the new next_to_clean.
898 */
899 smp_mb();
729739b7
AD
900 if (__netif_subqueue_stopped(tx_ring->netdev,
901 tx_ring->queue_index)
902 && !test_bit(__IXGBE_DOWN, &adapter->state)) {
903 netif_wake_subqueue(tx_ring->netdev,
904 tx_ring->queue_index);
5b7da515 905 ++tx_ring->tx_stats.restart_queue;
30eba97a 906 }
e092be60 907 }
9a799d71 908
59224555 909 return !!budget;
9a799d71
AK
910}
911
5dd2d332 912#ifdef CONFIG_IXGBE_DCA
bdda1a61
AD
913static void ixgbe_update_tx_dca(struct ixgbe_adapter *adapter,
914 struct ixgbe_ring *tx_ring,
33cf09c9 915 int cpu)
bd0362dd 916{
33cf09c9 917 struct ixgbe_hw *hw = &adapter->hw;
bdda1a61
AD
918 u32 txctrl = dca3_get_tag(tx_ring->dev, cpu);
919 u16 reg_offset;
33cf09c9 920
33cf09c9
AD
921 switch (hw->mac.type) {
922 case ixgbe_mac_82598EB:
bdda1a61 923 reg_offset = IXGBE_DCA_TXCTRL(tx_ring->reg_idx);
33cf09c9
AD
924 break;
925 case ixgbe_mac_82599EB:
b93a2226 926 case ixgbe_mac_X540:
bdda1a61
AD
927 reg_offset = IXGBE_DCA_TXCTRL_82599(tx_ring->reg_idx);
928 txctrl <<= IXGBE_DCA_TXCTRL_CPUID_SHIFT_82599;
33cf09c9
AD
929 break;
930 default:
bdda1a61
AD
931 /* for unknown hardware do not write register */
932 return;
bd0362dd 933 }
bdda1a61
AD
934
935 /*
936 * We can enable relaxed ordering for reads, but not writes when
937 * DCA is enabled. This is due to a known issue in some chipsets
938 * which will cause the DCA tag to be cleared.
939 */
940 txctrl |= IXGBE_DCA_TXCTRL_DESC_RRO_EN |
941 IXGBE_DCA_TXCTRL_DATA_RRO_EN |
942 IXGBE_DCA_TXCTRL_DESC_DCA_EN;
943
944 IXGBE_WRITE_REG(hw, reg_offset, txctrl);
bd0362dd
JC
945}
946
bdda1a61
AD
947static void ixgbe_update_rx_dca(struct ixgbe_adapter *adapter,
948 struct ixgbe_ring *rx_ring,
33cf09c9 949 int cpu)
bd0362dd 950{
33cf09c9 951 struct ixgbe_hw *hw = &adapter->hw;
bdda1a61
AD
952 u32 rxctrl = dca3_get_tag(rx_ring->dev, cpu);
953 u8 reg_idx = rx_ring->reg_idx;
954
33cf09c9
AD
955
956 switch (hw->mac.type) {
33cf09c9 957 case ixgbe_mac_82599EB:
b93a2226 958 case ixgbe_mac_X540:
bdda1a61 959 rxctrl <<= IXGBE_DCA_RXCTRL_CPUID_SHIFT_82599;
33cf09c9
AD
960 break;
961 default:
962 break;
963 }
bdda1a61
AD
964
965 /*
966 * We can enable relaxed ordering for reads, but not writes when
967 * DCA is enabled. This is due to a known issue in some chipsets
968 * which will cause the DCA tag to be cleared.
969 */
970 rxctrl |= IXGBE_DCA_RXCTRL_DESC_RRO_EN |
971 IXGBE_DCA_RXCTRL_DATA_DCA_EN |
972 IXGBE_DCA_RXCTRL_DESC_DCA_EN;
973
974 IXGBE_WRITE_REG(hw, IXGBE_DCA_RXCTRL(reg_idx), rxctrl);
33cf09c9
AD
975}
976
977static void ixgbe_update_dca(struct ixgbe_q_vector *q_vector)
978{
979 struct ixgbe_adapter *adapter = q_vector->adapter;
efe3d3c8 980 struct ixgbe_ring *ring;
bd0362dd 981 int cpu = get_cpu();
bd0362dd 982
33cf09c9
AD
983 if (q_vector->cpu == cpu)
984 goto out_no_update;
985
a557928e 986 ixgbe_for_each_ring(ring, q_vector->tx)
efe3d3c8 987 ixgbe_update_tx_dca(adapter, ring, cpu);
33cf09c9 988
a557928e 989 ixgbe_for_each_ring(ring, q_vector->rx)
efe3d3c8 990 ixgbe_update_rx_dca(adapter, ring, cpu);
33cf09c9
AD
991
992 q_vector->cpu = cpu;
993out_no_update:
bd0362dd
JC
994 put_cpu();
995}
996
997static void ixgbe_setup_dca(struct ixgbe_adapter *adapter)
998{
999 int i;
1000
1001 if (!(adapter->flags & IXGBE_FLAG_DCA_ENABLED))
1002 return;
1003
e35ec126
AD
1004 /* always use CB2 mode, difference is masked in the CB driver */
1005 IXGBE_WRITE_REG(&adapter->hw, IXGBE_DCA_CTRL, 2);
1006
49c7ffbe 1007 for (i = 0; i < adapter->num_q_vectors; i++) {
33cf09c9
AD
1008 adapter->q_vector[i]->cpu = -1;
1009 ixgbe_update_dca(adapter->q_vector[i]);
bd0362dd
JC
1010 }
1011}
1012
1013static int __ixgbe_notify_dca(struct device *dev, void *data)
1014{
c60fbb00 1015 struct ixgbe_adapter *adapter = dev_get_drvdata(dev);
bd0362dd
JC
1016 unsigned long event = *(unsigned long *)data;
1017
2a72c31e 1018 if (!(adapter->flags & IXGBE_FLAG_DCA_CAPABLE))
33cf09c9
AD
1019 return 0;
1020
bd0362dd
JC
1021 switch (event) {
1022 case DCA_PROVIDER_ADD:
96b0e0f6
JB
1023 /* if we're already enabled, don't do it again */
1024 if (adapter->flags & IXGBE_FLAG_DCA_ENABLED)
1025 break;
652f093f 1026 if (dca_add_requester(dev) == 0) {
96b0e0f6 1027 adapter->flags |= IXGBE_FLAG_DCA_ENABLED;
bd0362dd
JC
1028 ixgbe_setup_dca(adapter);
1029 break;
1030 }
1031 /* Fall Through since DCA is disabled. */
1032 case DCA_PROVIDER_REMOVE:
1033 if (adapter->flags & IXGBE_FLAG_DCA_ENABLED) {
1034 dca_remove_requester(dev);
1035 adapter->flags &= ~IXGBE_FLAG_DCA_ENABLED;
1036 IXGBE_WRITE_REG(&adapter->hw, IXGBE_DCA_CTRL, 1);
1037 }
1038 break;
1039 }
1040
652f093f 1041 return 0;
bd0362dd 1042}
67a74ee2 1043
bdda1a61 1044#endif /* CONFIG_IXGBE_DCA */
8a0da21b
AD
1045static inline void ixgbe_rx_hash(struct ixgbe_ring *ring,
1046 union ixgbe_adv_rx_desc *rx_desc,
67a74ee2
ET
1047 struct sk_buff *skb)
1048{
8a0da21b
AD
1049 if (ring->netdev->features & NETIF_F_RXHASH)
1050 skb->rxhash = le32_to_cpu(rx_desc->wb.lower.hi_dword.rss);
67a74ee2
ET
1051}
1052
f800326d 1053#ifdef IXGBE_FCOE
ff886dfc
AD
1054/**
1055 * ixgbe_rx_is_fcoe - check the rx desc for incoming pkt type
57efd44c 1056 * @ring: structure containing ring specific data
ff886dfc
AD
1057 * @rx_desc: advanced rx descriptor
1058 *
1059 * Returns : true if it is FCoE pkt
1060 */
57efd44c 1061static inline bool ixgbe_rx_is_fcoe(struct ixgbe_ring *ring,
ff886dfc
AD
1062 union ixgbe_adv_rx_desc *rx_desc)
1063{
1064 __le16 pkt_info = rx_desc->wb.lower.lo_dword.hs_rss.pkt_info;
1065
57efd44c 1066 return test_bit(__IXGBE_RX_FCOE, &ring->state) &&
ff886dfc
AD
1067 ((pkt_info & cpu_to_le16(IXGBE_RXDADV_PKTTYPE_ETQF_MASK)) ==
1068 (cpu_to_le16(IXGBE_ETQF_FILTER_FCOE <<
1069 IXGBE_RXDADV_PKTTYPE_ETQF_SHIFT)));
1070}
1071
f800326d 1072#endif /* IXGBE_FCOE */
e59bd25d
AV
1073/**
1074 * ixgbe_rx_checksum - indicate in skb if hw indicated a good cksum
8a0da21b
AD
1075 * @ring: structure containing ring specific data
1076 * @rx_desc: current Rx descriptor being processed
e59bd25d
AV
1077 * @skb: skb currently being received and modified
1078 **/
8a0da21b 1079static inline void ixgbe_rx_checksum(struct ixgbe_ring *ring,
8bae1b2b 1080 union ixgbe_adv_rx_desc *rx_desc,
f56e0cb1 1081 struct sk_buff *skb)
9a799d71 1082{
8a0da21b 1083 skb_checksum_none_assert(skb);
9a799d71 1084
712744be 1085 /* Rx csum disabled */
8a0da21b 1086 if (!(ring->netdev->features & NETIF_F_RXCSUM))
9a799d71 1087 return;
e59bd25d
AV
1088
1089 /* if IP and error */
f56e0cb1
AD
1090 if (ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_IPCS) &&
1091 ixgbe_test_staterr(rx_desc, IXGBE_RXDADV_ERR_IPE)) {
8a0da21b 1092 ring->rx_stats.csum_err++;
9a799d71
AK
1093 return;
1094 }
e59bd25d 1095
f56e0cb1 1096 if (!ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_L4CS))
e59bd25d
AV
1097 return;
1098
f56e0cb1 1099 if (ixgbe_test_staterr(rx_desc, IXGBE_RXDADV_ERR_TCPE)) {
f800326d 1100 __le16 pkt_info = rx_desc->wb.lower.lo_dword.hs_rss.pkt_info;
8bae1b2b
DS
1101
1102 /*
1103 * 82599 errata, UDP frames with a 0 checksum can be marked as
1104 * checksum errors.
1105 */
8a0da21b
AD
1106 if ((pkt_info & cpu_to_le16(IXGBE_RXDADV_PKTTYPE_UDP)) &&
1107 test_bit(__IXGBE_RX_CSUM_UDP_ZERO_ERR, &ring->state))
8bae1b2b
DS
1108 return;
1109
8a0da21b 1110 ring->rx_stats.csum_err++;
e59bd25d
AV
1111 return;
1112 }
1113
9a799d71 1114 /* It must be a TCP or UDP packet with a valid checksum */
e59bd25d 1115 skb->ip_summed = CHECKSUM_UNNECESSARY;
9a799d71
AK
1116}
1117
84ea2591 1118static inline void ixgbe_release_rx_desc(struct ixgbe_ring *rx_ring, u32 val)
e8e26350 1119{
f56e0cb1 1120 rx_ring->next_to_use = val;
f800326d
AD
1121
1122 /* update next to alloc since we have filled the ring */
1123 rx_ring->next_to_alloc = val;
e8e26350
PW
1124 /*
1125 * Force memory writes to complete before letting h/w
1126 * know there are new descriptors to fetch. (Only
1127 * applicable for weak-ordered memory model archs,
1128 * such as IA-64).
1129 */
1130 wmb();
84ea2591 1131 writel(val, rx_ring->tail);
e8e26350
PW
1132}
1133
f990b79b
AD
1134static bool ixgbe_alloc_mapped_page(struct ixgbe_ring *rx_ring,
1135 struct ixgbe_rx_buffer *bi)
1136{
1137 struct page *page = bi->page;
f800326d 1138 dma_addr_t dma = bi->dma;
f990b79b 1139
f800326d
AD
1140 /* since we are recycling buffers we should seldom need to alloc */
1141 if (likely(dma))
f990b79b
AD
1142 return true;
1143
f800326d
AD
1144 /* alloc new page for storage */
1145 if (likely(!page)) {
0614002b
MG
1146 page = __skb_alloc_pages(GFP_ATOMIC | __GFP_COLD | __GFP_COMP,
1147 bi->skb, ixgbe_rx_pg_order(rx_ring));
f990b79b
AD
1148 if (unlikely(!page)) {
1149 rx_ring->rx_stats.alloc_rx_page_failed++;
1150 return false;
1151 }
f800326d 1152 bi->page = page;
f990b79b
AD
1153 }
1154
f800326d
AD
1155 /* map page for use */
1156 dma = dma_map_page(rx_ring->dev, page, 0,
1157 ixgbe_rx_pg_size(rx_ring), DMA_FROM_DEVICE);
1158
1159 /*
1160 * if mapping failed free memory back to system since
1161 * there isn't much point in holding memory we can't use
1162 */
1163 if (dma_mapping_error(rx_ring->dev, dma)) {
dd411ec4 1164 __free_pages(page, ixgbe_rx_pg_order(rx_ring));
f800326d 1165 bi->page = NULL;
f990b79b 1166
f990b79b
AD
1167 rx_ring->rx_stats.alloc_rx_page_failed++;
1168 return false;
1169 }
1170
f800326d 1171 bi->dma = dma;
afaa9459 1172 bi->page_offset = 0;
f800326d 1173
f990b79b
AD
1174 return true;
1175}
1176
9a799d71 1177/**
f990b79b 1178 * ixgbe_alloc_rx_buffers - Replace used receive buffers
fc77dc3c
AD
1179 * @rx_ring: ring to place buffers on
1180 * @cleaned_count: number of buffers to replace
9a799d71 1181 **/
fc77dc3c 1182void ixgbe_alloc_rx_buffers(struct ixgbe_ring *rx_ring, u16 cleaned_count)
9a799d71 1183{
9a799d71 1184 union ixgbe_adv_rx_desc *rx_desc;
3a581073 1185 struct ixgbe_rx_buffer *bi;
d5f398ed 1186 u16 i = rx_ring->next_to_use;
9a799d71 1187
f800326d
AD
1188 /* nothing to do */
1189 if (!cleaned_count)
fc77dc3c
AD
1190 return;
1191
e4f74028 1192 rx_desc = IXGBE_RX_DESC(rx_ring, i);
f990b79b
AD
1193 bi = &rx_ring->rx_buffer_info[i];
1194 i -= rx_ring->count;
9a799d71 1195
f800326d
AD
1196 do {
1197 if (!ixgbe_alloc_mapped_page(rx_ring, bi))
f990b79b 1198 break;
d5f398ed 1199
f800326d
AD
1200 /*
1201 * Refresh the desc even if buffer_addrs didn't change
1202 * because each write-back erases this info.
1203 */
1204 rx_desc->read.pkt_addr = cpu_to_le64(bi->dma + bi->page_offset);
9a799d71 1205
f990b79b
AD
1206 rx_desc++;
1207 bi++;
9a799d71 1208 i++;
f990b79b 1209 if (unlikely(!i)) {
e4f74028 1210 rx_desc = IXGBE_RX_DESC(rx_ring, 0);
f990b79b
AD
1211 bi = rx_ring->rx_buffer_info;
1212 i -= rx_ring->count;
1213 }
1214
1215 /* clear the hdr_addr for the next_to_use descriptor */
1216 rx_desc->read.hdr_addr = 0;
f800326d
AD
1217
1218 cleaned_count--;
1219 } while (cleaned_count);
7c6e0a43 1220
f990b79b
AD
1221 i += rx_ring->count;
1222
f56e0cb1 1223 if (rx_ring->next_to_use != i)
84ea2591 1224 ixgbe_release_rx_desc(rx_ring, i);
9a799d71
AK
1225}
1226
1d2024f6
AD
1227/**
1228 * ixgbe_get_headlen - determine size of header for RSC/LRO/GRO/FCOE
1229 * @data: pointer to the start of the headers
1230 * @max_len: total length of section to find headers in
1231 *
1232 * This function is meant to determine the length of headers that will
1233 * be recognized by hardware for LRO, GRO, and RSC offloads. The main
1234 * motivation of doing this is to only perform one pull for IPv4 TCP
1235 * packets so that we can do basic things like calculating the gso_size
1236 * based on the average data per packet.
1237 **/
1238static unsigned int ixgbe_get_headlen(unsigned char *data,
1239 unsigned int max_len)
1240{
1241 union {
1242 unsigned char *network;
1243 /* l2 headers */
1244 struct ethhdr *eth;
1245 struct vlan_hdr *vlan;
1246 /* l3 headers */
1247 struct iphdr *ipv4;
a048b40e 1248 struct ipv6hdr *ipv6;
1d2024f6
AD
1249 } hdr;
1250 __be16 protocol;
1251 u8 nexthdr = 0; /* default to not TCP */
1252 u8 hlen;
1253
1254 /* this should never happen, but better safe than sorry */
1255 if (max_len < ETH_HLEN)
1256 return max_len;
1257
1258 /* initialize network frame pointer */
1259 hdr.network = data;
1260
1261 /* set first protocol and move network header forward */
1262 protocol = hdr.eth->h_proto;
1263 hdr.network += ETH_HLEN;
1264
1265 /* handle any vlan tag if present */
1266 if (protocol == __constant_htons(ETH_P_8021Q)) {
1267 if ((hdr.network - data) > (max_len - VLAN_HLEN))
1268 return max_len;
1269
1270 protocol = hdr.vlan->h_vlan_encapsulated_proto;
1271 hdr.network += VLAN_HLEN;
1272 }
1273
1274 /* handle L3 protocols */
1275 if (protocol == __constant_htons(ETH_P_IP)) {
1276 if ((hdr.network - data) > (max_len - sizeof(struct iphdr)))
1277 return max_len;
1278
1279 /* access ihl as a u8 to avoid unaligned access on ia64 */
1280 hlen = (hdr.network[0] & 0x0F) << 2;
1281
1282 /* verify hlen meets minimum size requirements */
1283 if (hlen < sizeof(struct iphdr))
1284 return hdr.network - data;
1285
1286 /* record next protocol */
1287 nexthdr = hdr.ipv4->protocol;
1288 hdr.network += hlen;
a048b40e
AD
1289 } else if (protocol == __constant_htons(ETH_P_IPV6)) {
1290 if ((hdr.network - data) > (max_len - sizeof(struct ipv6hdr)))
1291 return max_len;
1292
1293 /* record next protocol */
1294 nexthdr = hdr.ipv6->nexthdr;
1295 hdr.network += sizeof(struct ipv6hdr);
f800326d 1296#ifdef IXGBE_FCOE
1d2024f6
AD
1297 } else if (protocol == __constant_htons(ETH_P_FCOE)) {
1298 if ((hdr.network - data) > (max_len - FCOE_HEADER_LEN))
1299 return max_len;
1300 hdr.network += FCOE_HEADER_LEN;
1301#endif
1302 } else {
1303 return hdr.network - data;
1304 }
1305
a048b40e 1306 /* finally sort out TCP/UDP */
1d2024f6
AD
1307 if (nexthdr == IPPROTO_TCP) {
1308 if ((hdr.network - data) > (max_len - sizeof(struct tcphdr)))
1309 return max_len;
1310
1311 /* access doff as a u8 to avoid unaligned access on ia64 */
1312 hlen = (hdr.network[12] & 0xF0) >> 2;
1313
1314 /* verify hlen meets minimum size requirements */
1315 if (hlen < sizeof(struct tcphdr))
1316 return hdr.network - data;
1317
1318 hdr.network += hlen;
a048b40e
AD
1319 } else if (nexthdr == IPPROTO_UDP) {
1320 if ((hdr.network - data) > (max_len - sizeof(struct udphdr)))
1321 return max_len;
1322
1323 hdr.network += sizeof(struct udphdr);
1d2024f6
AD
1324 }
1325
1326 /*
1327 * If everything has gone correctly hdr.network should be the
1328 * data section of the packet and will be the end of the header.
1329 * If not then it probably represents the end of the last recognized
1330 * header.
1331 */
1332 if ((hdr.network - data) < max_len)
1333 return hdr.network - data;
1334 else
1335 return max_len;
1336}
1337
1d2024f6
AD
1338static void ixgbe_set_rsc_gso_size(struct ixgbe_ring *ring,
1339 struct sk_buff *skb)
1340{
f800326d 1341 u16 hdr_len = skb_headlen(skb);
1d2024f6
AD
1342
1343 /* set gso_size to avoid messing up TCP MSS */
1344 skb_shinfo(skb)->gso_size = DIV_ROUND_UP((skb->len - hdr_len),
1345 IXGBE_CB(skb)->append_cnt);
1346}
1347
1348static void ixgbe_update_rsc_stats(struct ixgbe_ring *rx_ring,
1349 struct sk_buff *skb)
1350{
1351 /* if append_cnt is 0 then frame is not RSC */
1352 if (!IXGBE_CB(skb)->append_cnt)
1353 return;
1354
1355 rx_ring->rx_stats.rsc_count += IXGBE_CB(skb)->append_cnt;
1356 rx_ring->rx_stats.rsc_flush++;
1357
1358 ixgbe_set_rsc_gso_size(rx_ring, skb);
1359
1360 /* gso_size is computed using append_cnt so always clear it last */
1361 IXGBE_CB(skb)->append_cnt = 0;
1362}
1363
8a0da21b
AD
1364/**
1365 * ixgbe_process_skb_fields - Populate skb header fields from Rx descriptor
1366 * @rx_ring: rx descriptor ring packet is being transacted on
1367 * @rx_desc: pointer to the EOP Rx descriptor
1368 * @skb: pointer to current skb being populated
f8212f97 1369 *
8a0da21b
AD
1370 * This function checks the ring, descriptor, and packet information in
1371 * order to populate the hash, checksum, VLAN, timestamp, protocol, and
1372 * other fields within the skb.
f8212f97 1373 **/
8a0da21b
AD
1374static void ixgbe_process_skb_fields(struct ixgbe_ring *rx_ring,
1375 union ixgbe_adv_rx_desc *rx_desc,
1376 struct sk_buff *skb)
f8212f97 1377{
43e95f11
JF
1378 struct net_device *dev = rx_ring->netdev;
1379
8a0da21b
AD
1380 ixgbe_update_rsc_stats(rx_ring, skb);
1381
1382 ixgbe_rx_hash(rx_ring, rx_desc, skb);
f8212f97 1383
8a0da21b
AD
1384 ixgbe_rx_checksum(rx_ring, rx_desc, skb);
1385
3a6a4eda 1386#ifdef CONFIG_IXGBE_PTP
1d1a79b5 1387 ixgbe_ptp_rx_hwtstamp(rx_ring->q_vector, rx_desc, skb);
3a6a4eda
JK
1388#endif
1389
43e95f11
JF
1390 if ((dev->features & NETIF_F_HW_VLAN_RX) &&
1391 ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_VP)) {
8a0da21b
AD
1392 u16 vid = le16_to_cpu(rx_desc->wb.upper.vlan);
1393 __vlan_hwaccel_put_tag(skb, vid);
f8212f97
AD
1394 }
1395
8a0da21b 1396 skb_record_rx_queue(skb, rx_ring->queue_index);
aa80175a 1397
43e95f11 1398 skb->protocol = eth_type_trans(skb, dev);
f8212f97
AD
1399}
1400
8a0da21b
AD
1401static void ixgbe_rx_skb(struct ixgbe_q_vector *q_vector,
1402 struct sk_buff *skb)
aa80175a 1403{
8a0da21b
AD
1404 struct ixgbe_adapter *adapter = q_vector->adapter;
1405
1406 if (!(adapter->flags & IXGBE_FLAG_IN_NETPOLL))
1407 napi_gro_receive(&q_vector->napi, skb);
1408 else
1409 netif_rx(skb);
aa80175a 1410}
43634e82 1411
f800326d
AD
1412/**
1413 * ixgbe_is_non_eop - process handling of non-EOP buffers
1414 * @rx_ring: Rx ring being processed
1415 * @rx_desc: Rx descriptor for current buffer
1416 * @skb: Current socket buffer containing buffer in progress
1417 *
1418 * This function updates next to clean. If the buffer is an EOP buffer
1419 * this function exits returning false, otherwise it will place the
1420 * sk_buff in the next buffer to be chained and return true indicating
1421 * that this is in fact a non-EOP buffer.
1422 **/
1423static bool ixgbe_is_non_eop(struct ixgbe_ring *rx_ring,
1424 union ixgbe_adv_rx_desc *rx_desc,
1425 struct sk_buff *skb)
1426{
1427 u32 ntc = rx_ring->next_to_clean + 1;
1428
1429 /* fetch, update, and store next to clean */
1430 ntc = (ntc < rx_ring->count) ? ntc : 0;
1431 rx_ring->next_to_clean = ntc;
1432
1433 prefetch(IXGBE_RX_DESC(rx_ring, ntc));
1434
5a02cbd1
AD
1435 /* update RSC append count if present */
1436 if (ring_is_rsc_enabled(rx_ring)) {
1437 __le32 rsc_enabled = rx_desc->wb.lower.lo_dword.data &
1438 cpu_to_le32(IXGBE_RXDADV_RSCCNT_MASK);
1439
1440 if (unlikely(rsc_enabled)) {
1441 u32 rsc_cnt = le32_to_cpu(rsc_enabled);
1442
1443 rsc_cnt >>= IXGBE_RXDADV_RSCCNT_SHIFT;
1444 IXGBE_CB(skb)->append_cnt += rsc_cnt - 1;
f800326d 1445
5a02cbd1
AD
1446 /* update ntc based on RSC value */
1447 ntc = le32_to_cpu(rx_desc->wb.upper.status_error);
1448 ntc &= IXGBE_RXDADV_NEXTP_MASK;
1449 ntc >>= IXGBE_RXDADV_NEXTP_SHIFT;
1450 }
f800326d
AD
1451 }
1452
5a02cbd1
AD
1453 /* if we are the last buffer then there is nothing else to do */
1454 if (likely(ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_EOP)))
1455 return false;
1456
f800326d
AD
1457 /* place skb in next buffer to be received */
1458 rx_ring->rx_buffer_info[ntc].skb = skb;
1459 rx_ring->rx_stats.non_eop_descs++;
1460
1461 return true;
1462}
1463
19861ce2
AD
1464/**
1465 * ixgbe_pull_tail - ixgbe specific version of skb_pull_tail
1466 * @rx_ring: rx descriptor ring packet is being transacted on
1467 * @skb: pointer to current skb being adjusted
1468 *
1469 * This function is an ixgbe specific version of __pskb_pull_tail. The
1470 * main difference between this version and the original function is that
1471 * this function can make several assumptions about the state of things
1472 * that allow for significant optimizations versus the standard function.
1473 * As a result we can do things like drop a frag and maintain an accurate
1474 * truesize for the skb.
1475 */
1476static void ixgbe_pull_tail(struct ixgbe_ring *rx_ring,
1477 struct sk_buff *skb)
1478{
1479 struct skb_frag_struct *frag = &skb_shinfo(skb)->frags[0];
1480 unsigned char *va;
1481 unsigned int pull_len;
1482
1483 /*
1484 * it is valid to use page_address instead of kmap since we are
1485 * working with pages allocated out of the lomem pool per
1486 * alloc_page(GFP_ATOMIC)
1487 */
1488 va = skb_frag_address(frag);
1489
1490 /*
1491 * we need the header to contain the greater of either ETH_HLEN or
1492 * 60 bytes if the skb->len is less than 60 for skb_pad.
1493 */
cf3fe7ac 1494 pull_len = ixgbe_get_headlen(va, IXGBE_RX_HDR_SIZE);
19861ce2
AD
1495
1496 /* align pull length to size of long to optimize memcpy performance */
1497 skb_copy_to_linear_data(skb, va, ALIGN(pull_len, sizeof(long)));
1498
1499 /* update all of the pointers */
1500 skb_frag_size_sub(frag, pull_len);
1501 frag->page_offset += pull_len;
1502 skb->data_len -= pull_len;
1503 skb->tail += pull_len;
19861ce2
AD
1504}
1505
42073d91
AD
1506/**
1507 * ixgbe_dma_sync_frag - perform DMA sync for first frag of SKB
1508 * @rx_ring: rx descriptor ring packet is being transacted on
1509 * @skb: pointer to current skb being updated
1510 *
1511 * This function provides a basic DMA sync up for the first fragment of an
1512 * skb. The reason for doing this is that the first fragment cannot be
1513 * unmapped until we have reached the end of packet descriptor for a buffer
1514 * chain.
1515 */
1516static void ixgbe_dma_sync_frag(struct ixgbe_ring *rx_ring,
1517 struct sk_buff *skb)
1518{
1519 /* if the page was released unmap it, else just sync our portion */
1520 if (unlikely(IXGBE_CB(skb)->page_released)) {
1521 dma_unmap_page(rx_ring->dev, IXGBE_CB(skb)->dma,
1522 ixgbe_rx_pg_size(rx_ring), DMA_FROM_DEVICE);
1523 IXGBE_CB(skb)->page_released = false;
1524 } else {
1525 struct skb_frag_struct *frag = &skb_shinfo(skb)->frags[0];
1526
1527 dma_sync_single_range_for_cpu(rx_ring->dev,
1528 IXGBE_CB(skb)->dma,
1529 frag->page_offset,
1530 ixgbe_rx_bufsz(rx_ring),
1531 DMA_FROM_DEVICE);
1532 }
1533 IXGBE_CB(skb)->dma = 0;
1534}
1535
f800326d
AD
1536/**
1537 * ixgbe_cleanup_headers - Correct corrupted or empty headers
1538 * @rx_ring: rx descriptor ring packet is being transacted on
1539 * @rx_desc: pointer to the EOP Rx descriptor
1540 * @skb: pointer to current skb being fixed
1541 *
1542 * Check for corrupted packet headers caused by senders on the local L2
1543 * embedded NIC switch not setting up their Tx Descriptors right. These
1544 * should be very rare.
1545 *
1546 * Also address the case where we are pulling data in on pages only
1547 * and as such no data is present in the skb header.
1548 *
1549 * In addition if skb is not at least 60 bytes we need to pad it so that
1550 * it is large enough to qualify as a valid Ethernet frame.
1551 *
1552 * Returns true if an error was encountered and skb was freed.
1553 **/
1554static bool ixgbe_cleanup_headers(struct ixgbe_ring *rx_ring,
1555 union ixgbe_adv_rx_desc *rx_desc,
1556 struct sk_buff *skb)
1557{
f800326d 1558 struct net_device *netdev = rx_ring->netdev;
f800326d
AD
1559
1560 /* verify that the packet does not have any known errors */
1561 if (unlikely(ixgbe_test_staterr(rx_desc,
1562 IXGBE_RXDADV_ERR_FRAME_ERR_MASK) &&
1563 !(netdev->features & NETIF_F_RXALL))) {
1564 dev_kfree_skb_any(skb);
1565 return true;
1566 }
1567
19861ce2 1568 /* place header in linear portion of buffer */
cf3fe7ac
AD
1569 if (skb_is_nonlinear(skb))
1570 ixgbe_pull_tail(rx_ring, skb);
f800326d 1571
57efd44c
AD
1572#ifdef IXGBE_FCOE
1573 /* do not attempt to pad FCoE Frames as this will disrupt DDP */
1574 if (ixgbe_rx_is_fcoe(rx_ring, rx_desc))
1575 return false;
1576
1577#endif
f800326d
AD
1578 /* if skb_pad returns an error the skb was freed */
1579 if (unlikely(skb->len < 60)) {
1580 int pad_len = 60 - skb->len;
1581
1582 if (skb_pad(skb, pad_len))
1583 return true;
1584 __skb_put(skb, pad_len);
1585 }
1586
1587 return false;
1588}
1589
f800326d
AD
1590/**
1591 * ixgbe_reuse_rx_page - page flip buffer and store it back on the ring
1592 * @rx_ring: rx descriptor ring to store buffers on
1593 * @old_buff: donor buffer to have page reused
1594 *
0549ae20 1595 * Synchronizes page for reuse by the adapter
f800326d
AD
1596 **/
1597static void ixgbe_reuse_rx_page(struct ixgbe_ring *rx_ring,
1598 struct ixgbe_rx_buffer *old_buff)
1599{
1600 struct ixgbe_rx_buffer *new_buff;
1601 u16 nta = rx_ring->next_to_alloc;
f800326d
AD
1602
1603 new_buff = &rx_ring->rx_buffer_info[nta];
1604
1605 /* update, and store next to alloc */
1606 nta++;
1607 rx_ring->next_to_alloc = (nta < rx_ring->count) ? nta : 0;
1608
1609 /* transfer page from old buffer to new buffer */
1610 new_buff->page = old_buff->page;
1611 new_buff->dma = old_buff->dma;
0549ae20 1612 new_buff->page_offset = old_buff->page_offset;
f800326d
AD
1613
1614 /* sync the buffer for use by the device */
1615 dma_sync_single_range_for_device(rx_ring->dev, new_buff->dma,
0549ae20
AD
1616 new_buff->page_offset,
1617 ixgbe_rx_bufsz(rx_ring),
f800326d 1618 DMA_FROM_DEVICE);
f800326d
AD
1619}
1620
1621/**
1622 * ixgbe_add_rx_frag - Add contents of Rx buffer to sk_buff
1623 * @rx_ring: rx descriptor ring to transact packets on
1624 * @rx_buffer: buffer containing page to add
1625 * @rx_desc: descriptor containing length of buffer written by hardware
1626 * @skb: sk_buff to place the data into
1627 *
0549ae20
AD
1628 * This function will add the data contained in rx_buffer->page to the skb.
1629 * This is done either through a direct copy if the data in the buffer is
1630 * less than the skb header size, otherwise it will just attach the page as
1631 * a frag to the skb.
1632 *
1633 * The function will then update the page offset if necessary and return
1634 * true if the buffer can be reused by the adapter.
f800326d 1635 **/
0549ae20 1636static bool ixgbe_add_rx_frag(struct ixgbe_ring *rx_ring,
f800326d 1637 struct ixgbe_rx_buffer *rx_buffer,
0549ae20
AD
1638 union ixgbe_adv_rx_desc *rx_desc,
1639 struct sk_buff *skb)
f800326d 1640{
0549ae20
AD
1641 struct page *page = rx_buffer->page;
1642 unsigned int size = le16_to_cpu(rx_desc->wb.upper.length);
09816fbe 1643#if (PAGE_SIZE < 8192)
0549ae20 1644 unsigned int truesize = ixgbe_rx_bufsz(rx_ring);
09816fbe
AD
1645#else
1646 unsigned int truesize = ALIGN(size, L1_CACHE_BYTES);
1647 unsigned int last_offset = ixgbe_rx_pg_size(rx_ring) -
1648 ixgbe_rx_bufsz(rx_ring);
1649#endif
0549ae20 1650
cf3fe7ac
AD
1651 if ((size <= IXGBE_RX_HDR_SIZE) && !skb_is_nonlinear(skb)) {
1652 unsigned char *va = page_address(page) + rx_buffer->page_offset;
1653
1654 memcpy(__skb_put(skb, size), va, ALIGN(size, sizeof(long)));
1655
1656 /* we can reuse buffer as-is, just make sure it is local */
1657 if (likely(page_to_nid(page) == numa_node_id()))
1658 return true;
1659
1660 /* this page cannot be reused so discard it */
1661 put_page(page);
1662 return false;
1663 }
1664
0549ae20
AD
1665 skb_add_rx_frag(skb, skb_shinfo(skb)->nr_frags, page,
1666 rx_buffer->page_offset, size, truesize);
1667
09816fbe
AD
1668 /* avoid re-using remote pages */
1669 if (unlikely(page_to_nid(page) != numa_node_id()))
1670 return false;
1671
1672#if (PAGE_SIZE < 8192)
1673 /* if we are only owner of page we can reuse it */
1674 if (unlikely(page_count(page) != 1))
0549ae20
AD
1675 return false;
1676
1677 /* flip page offset to other buffer */
1678 rx_buffer->page_offset ^= truesize;
1679
09816fbe
AD
1680 /*
1681 * since we are the only owner of the page and we need to
1682 * increment it, just set the value to 2 in order to avoid
1683 * an unecessary locked operation
1684 */
1685 atomic_set(&page->_count, 2);
1686#else
1687 /* move offset up to the next cache line */
1688 rx_buffer->page_offset += truesize;
1689
1690 if (rx_buffer->page_offset > last_offset)
1691 return false;
1692
0549ae20
AD
1693 /* bump ref count on page before it is given to the stack */
1694 get_page(page);
09816fbe 1695#endif
0549ae20
AD
1696
1697 return true;
f800326d
AD
1698}
1699
18806c9e
AD
1700static struct sk_buff *ixgbe_fetch_rx_buffer(struct ixgbe_ring *rx_ring,
1701 union ixgbe_adv_rx_desc *rx_desc)
1702{
1703 struct ixgbe_rx_buffer *rx_buffer;
1704 struct sk_buff *skb;
1705 struct page *page;
1706
1707 rx_buffer = &rx_ring->rx_buffer_info[rx_ring->next_to_clean];
1708 page = rx_buffer->page;
1709 prefetchw(page);
1710
1711 skb = rx_buffer->skb;
1712
1713 if (likely(!skb)) {
1714 void *page_addr = page_address(page) +
1715 rx_buffer->page_offset;
1716
1717 /* prefetch first cache line of first page */
1718 prefetch(page_addr);
1719#if L1_CACHE_BYTES < 128
1720 prefetch(page_addr + L1_CACHE_BYTES);
1721#endif
1722
1723 /* allocate a skb to store the frags */
1724 skb = netdev_alloc_skb_ip_align(rx_ring->netdev,
1725 IXGBE_RX_HDR_SIZE);
1726 if (unlikely(!skb)) {
1727 rx_ring->rx_stats.alloc_rx_buff_failed++;
1728 return NULL;
1729 }
1730
1731 /*
1732 * we will be copying header into skb->data in
1733 * pskb_may_pull so it is in our interest to prefetch
1734 * it now to avoid a possible cache miss
1735 */
1736 prefetchw(skb->data);
1737
1738 /*
1739 * Delay unmapping of the first packet. It carries the
1740 * header information, HW may still access the header
1741 * after the writeback. Only unmap it when EOP is
1742 * reached
1743 */
1744 if (likely(ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_EOP)))
1745 goto dma_sync;
1746
1747 IXGBE_CB(skb)->dma = rx_buffer->dma;
1748 } else {
1749 if (ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_EOP))
1750 ixgbe_dma_sync_frag(rx_ring, skb);
1751
1752dma_sync:
1753 /* we are reusing so sync this buffer for CPU use */
1754 dma_sync_single_range_for_cpu(rx_ring->dev,
1755 rx_buffer->dma,
1756 rx_buffer->page_offset,
1757 ixgbe_rx_bufsz(rx_ring),
1758 DMA_FROM_DEVICE);
1759 }
1760
1761 /* pull page into skb */
1762 if (ixgbe_add_rx_frag(rx_ring, rx_buffer, rx_desc, skb)) {
1763 /* hand second half of page back to the ring */
1764 ixgbe_reuse_rx_page(rx_ring, rx_buffer);
1765 } else if (IXGBE_CB(skb)->dma == rx_buffer->dma) {
1766 /* the page has been released from the ring */
1767 IXGBE_CB(skb)->page_released = true;
1768 } else {
1769 /* we are not reusing the buffer so unmap it */
1770 dma_unmap_page(rx_ring->dev, rx_buffer->dma,
1771 ixgbe_rx_pg_size(rx_ring),
1772 DMA_FROM_DEVICE);
1773 }
1774
1775 /* clear contents of buffer_info */
1776 rx_buffer->skb = NULL;
1777 rx_buffer->dma = 0;
1778 rx_buffer->page = NULL;
1779
1780 return skb;
f800326d
AD
1781}
1782
1783/**
1784 * ixgbe_clean_rx_irq - Clean completed descriptors from Rx ring - bounce buf
1785 * @q_vector: structure containing interrupt and ring information
1786 * @rx_ring: rx descriptor ring to transact packets on
1787 * @budget: Total limit on number of packets to process
1788 *
1789 * This function provides a "bounce buffer" approach to Rx interrupt
1790 * processing. The advantage to this is that on systems that have
1791 * expensive overhead for IOMMU access this provides a means of avoiding
1792 * it by maintaining the mapping of the page to the syste.
1793 *
1794 * Returns true if all work is completed without reaching budget
1795 **/
4ff7fb12 1796static bool ixgbe_clean_rx_irq(struct ixgbe_q_vector *q_vector,
e8e9f696 1797 struct ixgbe_ring *rx_ring,
4ff7fb12 1798 int budget)
9a799d71 1799{
d2f4fbe2 1800 unsigned int total_rx_bytes = 0, total_rx_packets = 0;
3f2d1c0f 1801#ifdef IXGBE_FCOE
f800326d 1802 struct ixgbe_adapter *adapter = q_vector->adapter;
4ffdf91a
MR
1803 int ddp_bytes;
1804 unsigned int mss = 0;
3d8fd385 1805#endif /* IXGBE_FCOE */
f800326d 1806 u16 cleaned_count = ixgbe_desc_unused(rx_ring);
9a799d71 1807
f800326d 1808 do {
f800326d
AD
1809 union ixgbe_adv_rx_desc *rx_desc;
1810 struct sk_buff *skb;
f800326d
AD
1811
1812 /* return some buffers to hardware, one at a time is too slow */
1813 if (cleaned_count >= IXGBE_RX_BUFFER_WRITE) {
1814 ixgbe_alloc_rx_buffers(rx_ring, cleaned_count);
1815 cleaned_count = 0;
1816 }
1817
18806c9e 1818 rx_desc = IXGBE_RX_DESC(rx_ring, rx_ring->next_to_clean);
f800326d
AD
1819
1820 if (!ixgbe_test_staterr(rx_desc, IXGBE_RXD_STAT_DD))
1821 break;
9a799d71 1822
f800326d
AD
1823 /*
1824 * This memory barrier is needed to keep us from reading
1825 * any other fields out of the rx_desc until we know the
1826 * RXD_STAT_DD bit is set
1827 */
1828 rmb();
9a799d71 1829
18806c9e
AD
1830 /* retrieve a buffer from the ring */
1831 skb = ixgbe_fetch_rx_buffer(rx_ring, rx_desc);
f800326d 1832
18806c9e
AD
1833 /* exit if we failed to retrieve a buffer */
1834 if (!skb)
1835 break;
9a799d71 1836
9a799d71 1837 cleaned_count++;
f8212f97 1838
f800326d
AD
1839 /* place incomplete frames back on ring for completion */
1840 if (ixgbe_is_non_eop(rx_ring, rx_desc, skb))
1841 continue;
c267fc16 1842
f800326d
AD
1843 /* verify the packet layout is correct */
1844 if (ixgbe_cleanup_headers(rx_ring, rx_desc, skb))
1845 continue;
9a799d71 1846
d2f4fbe2
AV
1847 /* probably a little skewed due to removing CRC */
1848 total_rx_bytes += skb->len;
1849 total_rx_packets++;
1850
8a0da21b
AD
1851 /* populate checksum, timestamp, VLAN, and protocol */
1852 ixgbe_process_skb_fields(rx_ring, rx_desc, skb);
1853
332d4a7d
YZ
1854#ifdef IXGBE_FCOE
1855 /* if ddp, not passing to ULD unless for FCP_RSP or error */
57efd44c 1856 if (ixgbe_rx_is_fcoe(rx_ring, rx_desc)) {
f56e0cb1 1857 ddp_bytes = ixgbe_fcoe_ddp(adapter, rx_desc, skb);
4ffdf91a
MR
1858 /* include DDPed FCoE data */
1859 if (ddp_bytes > 0) {
1860 if (!mss) {
1861 mss = rx_ring->netdev->mtu -
1862 sizeof(struct fcoe_hdr) -
1863 sizeof(struct fc_frame_header) -
1864 sizeof(struct fcoe_crc_eof);
1865 if (mss > 512)
1866 mss &= ~511;
1867 }
1868 total_rx_bytes += ddp_bytes;
1869 total_rx_packets += DIV_ROUND_UP(ddp_bytes,
1870 mss);
1871 }
63d635b2
AD
1872 if (!ddp_bytes) {
1873 dev_kfree_skb_any(skb);
f800326d 1874 continue;
63d635b2 1875 }
3d8fd385 1876 }
f800326d 1877
332d4a7d 1878#endif /* IXGBE_FCOE */
8a0da21b 1879 ixgbe_rx_skb(q_vector, skb);
9a799d71 1880
f800326d 1881 /* update budget accounting */
4ff7fb12 1882 budget--;
f800326d 1883 } while (likely(budget));
9a799d71 1884
c267fc16
AD
1885 u64_stats_update_begin(&rx_ring->syncp);
1886 rx_ring->stats.packets += total_rx_packets;
1887 rx_ring->stats.bytes += total_rx_bytes;
1888 u64_stats_update_end(&rx_ring->syncp);
bd198058
AD
1889 q_vector->rx.total_packets += total_rx_packets;
1890 q_vector->rx.total_bytes += total_rx_bytes;
4ff7fb12 1891
f800326d
AD
1892 if (cleaned_count)
1893 ixgbe_alloc_rx_buffers(rx_ring, cleaned_count);
1894
4ff7fb12 1895 return !!budget;
9a799d71
AK
1896}
1897
9a799d71
AK
1898/**
1899 * ixgbe_configure_msix - Configure MSI-X hardware
1900 * @adapter: board private structure
1901 *
1902 * ixgbe_configure_msix sets up the hardware to properly generate MSI-X
1903 * interrupts.
1904 **/
1905static void ixgbe_configure_msix(struct ixgbe_adapter *adapter)
1906{
021230d4 1907 struct ixgbe_q_vector *q_vector;
49c7ffbe 1908 int v_idx;
021230d4 1909 u32 mask;
9a799d71 1910
8e34d1aa
AD
1911 /* Populate MSIX to EITR Select */
1912 if (adapter->num_vfs > 32) {
1913 u32 eitrsel = (1 << (adapter->num_vfs - 32)) - 1;
1914 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EITRSEL, eitrsel);
1915 }
1916
4df10466
JB
1917 /*
1918 * Populate the IVAR table and set the ITR values to the
021230d4
AV
1919 * corresponding register.
1920 */
49c7ffbe 1921 for (v_idx = 0; v_idx < adapter->num_q_vectors; v_idx++) {
efe3d3c8 1922 struct ixgbe_ring *ring;
7a921c93 1923 q_vector = adapter->q_vector[v_idx];
021230d4 1924
a557928e 1925 ixgbe_for_each_ring(ring, q_vector->rx)
efe3d3c8
AD
1926 ixgbe_set_ivar(adapter, 0, ring->reg_idx, v_idx);
1927
a557928e 1928 ixgbe_for_each_ring(ring, q_vector->tx)
efe3d3c8
AD
1929 ixgbe_set_ivar(adapter, 1, ring->reg_idx, v_idx);
1930
d5bf4f67
ET
1931 if (q_vector->tx.ring && !q_vector->rx.ring) {
1932 /* tx only vector */
1933 if (adapter->tx_itr_setting == 1)
1934 q_vector->itr = IXGBE_10K_ITR;
1935 else
1936 q_vector->itr = adapter->tx_itr_setting;
1937 } else {
1938 /* rx or rx/tx vector */
1939 if (adapter->rx_itr_setting == 1)
1940 q_vector->itr = IXGBE_20K_ITR;
1941 else
1942 q_vector->itr = adapter->rx_itr_setting;
1943 }
021230d4 1944
fe49f04a 1945 ixgbe_write_eitr(q_vector);
9a799d71
AK
1946 }
1947
bd508178
AD
1948 switch (adapter->hw.mac.type) {
1949 case ixgbe_mac_82598EB:
e8e26350 1950 ixgbe_set_ivar(adapter, -1, IXGBE_IVAR_OTHER_CAUSES_INDEX,
e8e9f696 1951 v_idx);
bd508178
AD
1952 break;
1953 case ixgbe_mac_82599EB:
b93a2226 1954 case ixgbe_mac_X540:
e8e26350 1955 ixgbe_set_ivar(adapter, -1, 1, v_idx);
bd508178 1956 break;
bd508178
AD
1957 default:
1958 break;
1959 }
021230d4
AV
1960 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EITR(v_idx), 1950);
1961
41fb9248 1962 /* set up to autoclear timer, and the vectors */
021230d4 1963 mask = IXGBE_EIMS_ENABLE_MASK;
d5bf4f67
ET
1964 mask &= ~(IXGBE_EIMS_OTHER |
1965 IXGBE_EIMS_MAILBOX |
1966 IXGBE_EIMS_LSC);
1967
021230d4 1968 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EIAC, mask);
9a799d71
AK
1969}
1970
f494e8fa
AV
1971enum latency_range {
1972 lowest_latency = 0,
1973 low_latency = 1,
1974 bulk_latency = 2,
1975 latency_invalid = 255
1976};
1977
1978/**
1979 * ixgbe_update_itr - update the dynamic ITR value based on statistics
bd198058
AD
1980 * @q_vector: structure containing interrupt and ring information
1981 * @ring_container: structure containing ring performance data
f494e8fa
AV
1982 *
1983 * Stores a new ITR value based on packets and byte
1984 * counts during the last interrupt. The advantage of per interrupt
1985 * computation is faster updates and more accurate ITR for the current
1986 * traffic pattern. Constants in this function were computed
1987 * based on theoretical maximum wire speed and thresholds were set based
1988 * on testing data as well as attempting to minimize response time
1989 * while increasing bulk throughput.
1990 * this functionality is controlled by the InterruptThrottleRate module
1991 * parameter (see ixgbe_param.c)
1992 **/
bd198058
AD
1993static void ixgbe_update_itr(struct ixgbe_q_vector *q_vector,
1994 struct ixgbe_ring_container *ring_container)
f494e8fa 1995{
bd198058
AD
1996 int bytes = ring_container->total_bytes;
1997 int packets = ring_container->total_packets;
1998 u32 timepassed_us;
621bd70e 1999 u64 bytes_perint;
bd198058 2000 u8 itr_setting = ring_container->itr;
f494e8fa
AV
2001
2002 if (packets == 0)
bd198058 2003 return;
f494e8fa
AV
2004
2005 /* simple throttlerate management
621bd70e
AD
2006 * 0-10MB/s lowest (100000 ints/s)
2007 * 10-20MB/s low (20000 ints/s)
2008 * 20-1249MB/s bulk (8000 ints/s)
f494e8fa
AV
2009 */
2010 /* what was last interrupt timeslice? */
d5bf4f67 2011 timepassed_us = q_vector->itr >> 2;
f494e8fa
AV
2012 bytes_perint = bytes / timepassed_us; /* bytes/usec */
2013
2014 switch (itr_setting) {
2015 case lowest_latency:
621bd70e 2016 if (bytes_perint > 10)
bd198058 2017 itr_setting = low_latency;
f494e8fa
AV
2018 break;
2019 case low_latency:
621bd70e 2020 if (bytes_perint > 20)
bd198058 2021 itr_setting = bulk_latency;
621bd70e 2022 else if (bytes_perint <= 10)
bd198058 2023 itr_setting = lowest_latency;
f494e8fa
AV
2024 break;
2025 case bulk_latency:
621bd70e 2026 if (bytes_perint <= 20)
bd198058 2027 itr_setting = low_latency;
f494e8fa
AV
2028 break;
2029 }
2030
bd198058
AD
2031 /* clear work counters since we have the values we need */
2032 ring_container->total_bytes = 0;
2033 ring_container->total_packets = 0;
2034
2035 /* write updated itr to ring container */
2036 ring_container->itr = itr_setting;
f494e8fa
AV
2037}
2038
509ee935
JB
2039/**
2040 * ixgbe_write_eitr - write EITR register in hardware specific way
fe49f04a 2041 * @q_vector: structure containing interrupt and ring information
509ee935
JB
2042 *
2043 * This function is made to be called by ethtool and by the driver
2044 * when it needs to update EITR registers at runtime. Hardware
2045 * specific quirks/differences are taken care of here.
2046 */
fe49f04a 2047void ixgbe_write_eitr(struct ixgbe_q_vector *q_vector)
509ee935 2048{
fe49f04a 2049 struct ixgbe_adapter *adapter = q_vector->adapter;
509ee935 2050 struct ixgbe_hw *hw = &adapter->hw;
fe49f04a 2051 int v_idx = q_vector->v_idx;
5d967eb7 2052 u32 itr_reg = q_vector->itr & IXGBE_MAX_EITR;
fe49f04a 2053
bd508178
AD
2054 switch (adapter->hw.mac.type) {
2055 case ixgbe_mac_82598EB:
509ee935
JB
2056 /* must write high and low 16 bits to reset counter */
2057 itr_reg |= (itr_reg << 16);
bd508178
AD
2058 break;
2059 case ixgbe_mac_82599EB:
b93a2226 2060 case ixgbe_mac_X540:
509ee935
JB
2061 /*
2062 * set the WDIS bit to not clear the timer bits and cause an
2063 * immediate assertion of the interrupt
2064 */
2065 itr_reg |= IXGBE_EITR_CNT_WDIS;
bd508178
AD
2066 break;
2067 default:
2068 break;
509ee935
JB
2069 }
2070 IXGBE_WRITE_REG(hw, IXGBE_EITR(v_idx), itr_reg);
2071}
2072
bd198058 2073static void ixgbe_set_itr(struct ixgbe_q_vector *q_vector)
f494e8fa 2074{
d5bf4f67 2075 u32 new_itr = q_vector->itr;
bd198058 2076 u8 current_itr;
f494e8fa 2077
bd198058
AD
2078 ixgbe_update_itr(q_vector, &q_vector->tx);
2079 ixgbe_update_itr(q_vector, &q_vector->rx);
f494e8fa 2080
08c8833b 2081 current_itr = max(q_vector->rx.itr, q_vector->tx.itr);
f494e8fa
AV
2082
2083 switch (current_itr) {
2084 /* counts and packets in update_itr are dependent on these numbers */
2085 case lowest_latency:
d5bf4f67 2086 new_itr = IXGBE_100K_ITR;
f494e8fa
AV
2087 break;
2088 case low_latency:
d5bf4f67 2089 new_itr = IXGBE_20K_ITR;
f494e8fa
AV
2090 break;
2091 case bulk_latency:
d5bf4f67 2092 new_itr = IXGBE_8K_ITR;
f494e8fa 2093 break;
bd198058
AD
2094 default:
2095 break;
f494e8fa
AV
2096 }
2097
d5bf4f67 2098 if (new_itr != q_vector->itr) {
fe49f04a 2099 /* do an exponential smoothing */
d5bf4f67
ET
2100 new_itr = (10 * new_itr * q_vector->itr) /
2101 ((9 * new_itr) + q_vector->itr);
509ee935 2102
bd198058 2103 /* save the algorithm value here */
5d967eb7 2104 q_vector->itr = new_itr;
fe49f04a
AD
2105
2106 ixgbe_write_eitr(q_vector);
f494e8fa 2107 }
f494e8fa
AV
2108}
2109
119fc60a 2110/**
de88eeeb 2111 * ixgbe_check_overtemp_subtask - check for over temperature
f0f9778d 2112 * @adapter: pointer to adapter
119fc60a 2113 **/
f0f9778d 2114static void ixgbe_check_overtemp_subtask(struct ixgbe_adapter *adapter)
119fc60a 2115{
119fc60a
MC
2116 struct ixgbe_hw *hw = &adapter->hw;
2117 u32 eicr = adapter->interrupt_event;
2118
f0f9778d 2119 if (test_bit(__IXGBE_DOWN, &adapter->state))
7ca647bd
JP
2120 return;
2121
f0f9778d
AD
2122 if (!(adapter->flags2 & IXGBE_FLAG2_TEMP_SENSOR_CAPABLE) &&
2123 !(adapter->flags2 & IXGBE_FLAG2_TEMP_SENSOR_EVENT))
2124 return;
2125
2126 adapter->flags2 &= ~IXGBE_FLAG2_TEMP_SENSOR_EVENT;
2127
7ca647bd 2128 switch (hw->device_id) {
f0f9778d
AD
2129 case IXGBE_DEV_ID_82599_T3_LOM:
2130 /*
2131 * Since the warning interrupt is for both ports
2132 * we don't have to check if:
2133 * - This interrupt wasn't for our port.
2134 * - We may have missed the interrupt so always have to
2135 * check if we got a LSC
2136 */
2137 if (!(eicr & IXGBE_EICR_GPI_SDP0) &&
2138 !(eicr & IXGBE_EICR_LSC))
2139 return;
2140
2141 if (!(eicr & IXGBE_EICR_LSC) && hw->mac.ops.check_link) {
2142 u32 autoneg;
2143 bool link_up = false;
7ca647bd 2144
7ca647bd
JP
2145 hw->mac.ops.check_link(hw, &autoneg, &link_up, false);
2146
f0f9778d
AD
2147 if (link_up)
2148 return;
2149 }
2150
2151 /* Check if this is not due to overtemp */
2152 if (hw->phy.ops.check_overtemp(hw) != IXGBE_ERR_OVERTEMP)
2153 return;
2154
2155 break;
7ca647bd
JP
2156 default:
2157 if (!(eicr & IXGBE_EICR_GPI_SDP0))
119fc60a 2158 return;
7ca647bd 2159 break;
119fc60a 2160 }
7ca647bd
JP
2161 e_crit(drv,
2162 "Network adapter has been stopped because it has over heated. "
2163 "Restart the computer. If the problem persists, "
2164 "power off the system and replace the adapter\n");
f0f9778d
AD
2165
2166 adapter->interrupt_event = 0;
119fc60a
MC
2167}
2168
0befdb3e
JB
2169static void ixgbe_check_fan_failure(struct ixgbe_adapter *adapter, u32 eicr)
2170{
2171 struct ixgbe_hw *hw = &adapter->hw;
2172
2173 if ((adapter->flags & IXGBE_FLAG_FAN_FAIL_CAPABLE) &&
2174 (eicr & IXGBE_EICR_GPI_SDP1)) {
396e799c 2175 e_crit(probe, "Fan has stopped, replace the adapter\n");
0befdb3e
JB
2176 /* write to clear the interrupt */
2177 IXGBE_WRITE_REG(hw, IXGBE_EICR, IXGBE_EICR_GPI_SDP1);
2178 }
2179}
cf8280ee 2180
4f51bf70
JK
2181static void ixgbe_check_overtemp_event(struct ixgbe_adapter *adapter, u32 eicr)
2182{
2183 if (!(adapter->flags2 & IXGBE_FLAG2_TEMP_SENSOR_CAPABLE))
2184 return;
2185
2186 switch (adapter->hw.mac.type) {
2187 case ixgbe_mac_82599EB:
2188 /*
2189 * Need to check link state so complete overtemp check
2190 * on service task
2191 */
2192 if (((eicr & IXGBE_EICR_GPI_SDP0) || (eicr & IXGBE_EICR_LSC)) &&
2193 (!test_bit(__IXGBE_DOWN, &adapter->state))) {
2194 adapter->interrupt_event = eicr;
2195 adapter->flags2 |= IXGBE_FLAG2_TEMP_SENSOR_EVENT;
2196 ixgbe_service_event_schedule(adapter);
2197 return;
2198 }
2199 return;
2200 case ixgbe_mac_X540:
2201 if (!(eicr & IXGBE_EICR_TS))
2202 return;
2203 break;
2204 default:
2205 return;
2206 }
2207
2208 e_crit(drv,
2209 "Network adapter has been stopped because it has over heated. "
2210 "Restart the computer. If the problem persists, "
2211 "power off the system and replace the adapter\n");
2212}
2213
e8e26350
PW
2214static void ixgbe_check_sfp_event(struct ixgbe_adapter *adapter, u32 eicr)
2215{
2216 struct ixgbe_hw *hw = &adapter->hw;
2217
73c4b7cd
AD
2218 if (eicr & IXGBE_EICR_GPI_SDP2) {
2219 /* Clear the interrupt */
2220 IXGBE_WRITE_REG(hw, IXGBE_EICR, IXGBE_EICR_GPI_SDP2);
7086400d
AD
2221 if (!test_bit(__IXGBE_DOWN, &adapter->state)) {
2222 adapter->flags2 |= IXGBE_FLAG2_SFP_NEEDS_RESET;
2223 ixgbe_service_event_schedule(adapter);
2224 }
73c4b7cd
AD
2225 }
2226
e8e26350
PW
2227 if (eicr & IXGBE_EICR_GPI_SDP1) {
2228 /* Clear the interrupt */
2229 IXGBE_WRITE_REG(hw, IXGBE_EICR, IXGBE_EICR_GPI_SDP1);
7086400d
AD
2230 if (!test_bit(__IXGBE_DOWN, &adapter->state)) {
2231 adapter->flags |= IXGBE_FLAG_NEED_LINK_CONFIG;
2232 ixgbe_service_event_schedule(adapter);
2233 }
e8e26350
PW
2234 }
2235}
2236
cf8280ee
JB
2237static void ixgbe_check_lsc(struct ixgbe_adapter *adapter)
2238{
2239 struct ixgbe_hw *hw = &adapter->hw;
2240
2241 adapter->lsc_int++;
2242 adapter->flags |= IXGBE_FLAG_NEED_LINK_UPDATE;
2243 adapter->link_check_timeout = jiffies;
2244 if (!test_bit(__IXGBE_DOWN, &adapter->state)) {
2245 IXGBE_WRITE_REG(hw, IXGBE_EIMC, IXGBE_EIMC_LSC);
8a0717f3 2246 IXGBE_WRITE_FLUSH(hw);
93c52dd0 2247 ixgbe_service_event_schedule(adapter);
cf8280ee
JB
2248 }
2249}
2250
fe49f04a
AD
2251static inline void ixgbe_irq_enable_queues(struct ixgbe_adapter *adapter,
2252 u64 qmask)
2253{
2254 u32 mask;
bd508178 2255 struct ixgbe_hw *hw = &adapter->hw;
fe49f04a 2256
bd508178
AD
2257 switch (hw->mac.type) {
2258 case ixgbe_mac_82598EB:
fe49f04a 2259 mask = (IXGBE_EIMS_RTX_QUEUE & qmask);
bd508178
AD
2260 IXGBE_WRITE_REG(hw, IXGBE_EIMS, mask);
2261 break;
2262 case ixgbe_mac_82599EB:
b93a2226 2263 case ixgbe_mac_X540:
fe49f04a 2264 mask = (qmask & 0xFFFFFFFF);
bd508178
AD
2265 if (mask)
2266 IXGBE_WRITE_REG(hw, IXGBE_EIMS_EX(0), mask);
fe49f04a 2267 mask = (qmask >> 32);
bd508178
AD
2268 if (mask)
2269 IXGBE_WRITE_REG(hw, IXGBE_EIMS_EX(1), mask);
2270 break;
2271 default:
2272 break;
fe49f04a
AD
2273 }
2274 /* skip the flush */
2275}
2276
2277static inline void ixgbe_irq_disable_queues(struct ixgbe_adapter *adapter,
e8e9f696 2278 u64 qmask)
fe49f04a
AD
2279{
2280 u32 mask;
bd508178 2281 struct ixgbe_hw *hw = &adapter->hw;
fe49f04a 2282
bd508178
AD
2283 switch (hw->mac.type) {
2284 case ixgbe_mac_82598EB:
fe49f04a 2285 mask = (IXGBE_EIMS_RTX_QUEUE & qmask);
bd508178
AD
2286 IXGBE_WRITE_REG(hw, IXGBE_EIMC, mask);
2287 break;
2288 case ixgbe_mac_82599EB:
b93a2226 2289 case ixgbe_mac_X540:
fe49f04a 2290 mask = (qmask & 0xFFFFFFFF);
bd508178
AD
2291 if (mask)
2292 IXGBE_WRITE_REG(hw, IXGBE_EIMC_EX(0), mask);
fe49f04a 2293 mask = (qmask >> 32);
bd508178
AD
2294 if (mask)
2295 IXGBE_WRITE_REG(hw, IXGBE_EIMC_EX(1), mask);
2296 break;
2297 default:
2298 break;
fe49f04a
AD
2299 }
2300 /* skip the flush */
2301}
2302
021230d4 2303/**
2c4af694
AD
2304 * ixgbe_irq_enable - Enable default interrupt generation settings
2305 * @adapter: board private structure
021230d4 2306 **/
2c4af694
AD
2307static inline void ixgbe_irq_enable(struct ixgbe_adapter *adapter, bool queues,
2308 bool flush)
9a799d71 2309{
2c4af694 2310 u32 mask = (IXGBE_EIMS_ENABLE_MASK & ~IXGBE_EIMS_RTX_QUEUE);
9a799d71 2311
2c4af694
AD
2312 /* don't reenable LSC while waiting for link */
2313 if (adapter->flags & IXGBE_FLAG_NEED_LINK_UPDATE)
2314 mask &= ~IXGBE_EIMS_LSC;
9a799d71 2315
2c4af694 2316 if (adapter->flags2 & IXGBE_FLAG2_TEMP_SENSOR_CAPABLE)
4f51bf70
JK
2317 switch (adapter->hw.mac.type) {
2318 case ixgbe_mac_82599EB:
2319 mask |= IXGBE_EIMS_GPI_SDP0;
2320 break;
2321 case ixgbe_mac_X540:
2322 mask |= IXGBE_EIMS_TS;
2323 break;
2324 default:
2325 break;
2326 }
2c4af694
AD
2327 if (adapter->flags & IXGBE_FLAG_FAN_FAIL_CAPABLE)
2328 mask |= IXGBE_EIMS_GPI_SDP1;
2329 switch (adapter->hw.mac.type) {
2330 case ixgbe_mac_82599EB:
2c4af694
AD
2331 mask |= IXGBE_EIMS_GPI_SDP1;
2332 mask |= IXGBE_EIMS_GPI_SDP2;
858bc081
DS
2333 case ixgbe_mac_X540:
2334 mask |= IXGBE_EIMS_ECC;
2c4af694
AD
2335 mask |= IXGBE_EIMS_MAILBOX;
2336 break;
2337 default:
2338 break;
9a799d71 2339 }
db0677fa
JK
2340
2341#ifdef CONFIG_IXGBE_PTP
2342 if (adapter->hw.mac.type == ixgbe_mac_X540)
2343 mask |= IXGBE_EIMS_TIMESYNC;
2344#endif
2345
2c4af694
AD
2346 if ((adapter->flags & IXGBE_FLAG_FDIR_HASH_CAPABLE) &&
2347 !(adapter->flags2 & IXGBE_FLAG2_FDIR_REQUIRES_REINIT))
2348 mask |= IXGBE_EIMS_FLOW_DIR;
9a799d71 2349
2c4af694
AD
2350 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EIMS, mask);
2351 if (queues)
2352 ixgbe_irq_enable_queues(adapter, ~0);
2353 if (flush)
2354 IXGBE_WRITE_FLUSH(&adapter->hw);
9a799d71
AK
2355}
2356
2c4af694 2357static irqreturn_t ixgbe_msix_other(int irq, void *data)
f0848276 2358{
a65151ba 2359 struct ixgbe_adapter *adapter = data;
9a799d71 2360 struct ixgbe_hw *hw = &adapter->hw;
54037505 2361 u32 eicr;
91281fd3 2362
54037505
DS
2363 /*
2364 * Workaround for Silicon errata. Use clear-by-write instead
2365 * of clear-by-read. Reading with EICS will return the
2366 * interrupt causes without clearing, which later be done
2367 * with the write to EICR.
2368 */
2369 eicr = IXGBE_READ_REG(hw, IXGBE_EICS);
2370 IXGBE_WRITE_REG(hw, IXGBE_EICR, eicr);
33cf09c9 2371
cf8280ee
JB
2372 if (eicr & IXGBE_EICR_LSC)
2373 ixgbe_check_lsc(adapter);
f0848276 2374
1cdd1ec8
GR
2375 if (eicr & IXGBE_EICR_MAILBOX)
2376 ixgbe_msg_task(adapter);
efe3d3c8 2377
bd508178
AD
2378 switch (hw->mac.type) {
2379 case ixgbe_mac_82599EB:
b93a2226 2380 case ixgbe_mac_X540:
2c4af694
AD
2381 if (eicr & IXGBE_EICR_ECC)
2382 e_info(link, "Received unrecoverable ECC Err, please "
2383 "reboot\n");
c4cf55e5
PWJ
2384 /* Handle Flow Director Full threshold interrupt */
2385 if (eicr & IXGBE_EICR_FLOW_DIR) {
d034acf1 2386 int reinit_count = 0;
c4cf55e5 2387 int i;
c4cf55e5 2388 for (i = 0; i < adapter->num_tx_queues; i++) {
d034acf1 2389 struct ixgbe_ring *ring = adapter->tx_ring[i];
7d637bcc 2390 if (test_and_clear_bit(__IXGBE_TX_FDIR_INIT_DONE,
d034acf1
AD
2391 &ring->state))
2392 reinit_count++;
2393 }
2394 if (reinit_count) {
2395 /* no more flow director interrupts until after init */
2396 IXGBE_WRITE_REG(hw, IXGBE_EIMC, IXGBE_EIMC_FLOW_DIR);
d034acf1
AD
2397 adapter->flags2 |= IXGBE_FLAG2_FDIR_REQUIRES_REINIT;
2398 ixgbe_service_event_schedule(adapter);
c4cf55e5
PWJ
2399 }
2400 }
f0f9778d 2401 ixgbe_check_sfp_event(adapter, eicr);
4f51bf70 2402 ixgbe_check_overtemp_event(adapter, eicr);
bd508178
AD
2403 break;
2404 default:
2405 break;
c4cf55e5 2406 }
f0848276 2407
bd508178 2408 ixgbe_check_fan_failure(adapter, eicr);
db0677fa 2409
681ae1ad 2410#ifdef CONFIG_IXGBE_PTP
db0677fa
JK
2411 if (unlikely(eicr & IXGBE_EICR_TIMESYNC))
2412 ixgbe_ptp_check_pps_event(adapter, eicr);
681ae1ad 2413#endif
efe3d3c8 2414
7086400d 2415 /* re-enable the original interrupt state, no lsc, no queues */
d4f80882 2416 if (!test_bit(__IXGBE_DOWN, &adapter->state))
2c4af694 2417 ixgbe_irq_enable(adapter, false, false);
f0848276 2418
9a799d71 2419 return IRQ_HANDLED;
f0848276 2420}
91281fd3 2421
4ff7fb12 2422static irqreturn_t ixgbe_msix_clean_rings(int irq, void *data)
91281fd3 2423{
021230d4 2424 struct ixgbe_q_vector *q_vector = data;
91281fd3 2425
9b471446 2426 /* EIAM disabled interrupts (on this vector) for us */
91281fd3 2427
4ff7fb12
AD
2428 if (q_vector->rx.ring || q_vector->tx.ring)
2429 napi_schedule(&q_vector->napi);
91281fd3 2430
9a799d71 2431 return IRQ_HANDLED;
91281fd3
AD
2432}
2433
eb01b975
AD
2434/**
2435 * ixgbe_poll - NAPI Rx polling callback
2436 * @napi: structure for representing this polling device
2437 * @budget: how many packets driver is allowed to clean
2438 *
2439 * This function is used for legacy and MSI, NAPI mode
2440 **/
8af3c33f 2441int ixgbe_poll(struct napi_struct *napi, int budget)
eb01b975
AD
2442{
2443 struct ixgbe_q_vector *q_vector =
2444 container_of(napi, struct ixgbe_q_vector, napi);
2445 struct ixgbe_adapter *adapter = q_vector->adapter;
2446 struct ixgbe_ring *ring;
2447 int per_ring_budget;
2448 bool clean_complete = true;
2449
2450#ifdef CONFIG_IXGBE_DCA
2451 if (adapter->flags & IXGBE_FLAG_DCA_ENABLED)
2452 ixgbe_update_dca(q_vector);
2453#endif
2454
2455 ixgbe_for_each_ring(ring, q_vector->tx)
2456 clean_complete &= !!ixgbe_clean_tx_irq(q_vector, ring);
2457
2458 /* attempt to distribute budget to each queue fairly, but don't allow
2459 * the budget to go below 1 because we'll exit polling */
2460 if (q_vector->rx.count > 1)
2461 per_ring_budget = max(budget/q_vector->rx.count, 1);
2462 else
2463 per_ring_budget = budget;
2464
2465 ixgbe_for_each_ring(ring, q_vector->rx)
2466 clean_complete &= ixgbe_clean_rx_irq(q_vector, ring,
2467 per_ring_budget);
2468
2469 /* If all work not completed, return budget and keep polling */
2470 if (!clean_complete)
2471 return budget;
2472
2473 /* all work done, exit the polling mode */
2474 napi_complete(napi);
2475 if (adapter->rx_itr_setting & 1)
2476 ixgbe_set_itr(q_vector);
2477 if (!test_bit(__IXGBE_DOWN, &adapter->state))
2478 ixgbe_irq_enable_queues(adapter, ((u64)1 << q_vector->v_idx));
2479
2480 return 0;
2481}
2482
021230d4
AV
2483/**
2484 * ixgbe_request_msix_irqs - Initialize MSI-X interrupts
2485 * @adapter: board private structure
2486 *
2487 * ixgbe_request_msix_irqs allocates MSI-X vectors and requests
2488 * interrupts from the kernel.
2489 **/
2490static int ixgbe_request_msix_irqs(struct ixgbe_adapter *adapter)
2491{
2492 struct net_device *netdev = adapter->netdev;
207867f5 2493 int vector, err;
e8e9f696 2494 int ri = 0, ti = 0;
021230d4 2495
49c7ffbe 2496 for (vector = 0; vector < adapter->num_q_vectors; vector++) {
d0759ebb 2497 struct ixgbe_q_vector *q_vector = adapter->q_vector[vector];
207867f5 2498 struct msix_entry *entry = &adapter->msix_entries[vector];
cb13fc20 2499
4ff7fb12 2500 if (q_vector->tx.ring && q_vector->rx.ring) {
9fe93afd 2501 snprintf(q_vector->name, sizeof(q_vector->name) - 1,
4ff7fb12
AD
2502 "%s-%s-%d", netdev->name, "TxRx", ri++);
2503 ti++;
2504 } else if (q_vector->rx.ring) {
9fe93afd 2505 snprintf(q_vector->name, sizeof(q_vector->name) - 1,
4ff7fb12
AD
2506 "%s-%s-%d", netdev->name, "rx", ri++);
2507 } else if (q_vector->tx.ring) {
9fe93afd 2508 snprintf(q_vector->name, sizeof(q_vector->name) - 1,
4ff7fb12 2509 "%s-%s-%d", netdev->name, "tx", ti++);
d0759ebb
AD
2510 } else {
2511 /* skip this unused q_vector */
2512 continue;
32aa77a4 2513 }
207867f5
AD
2514 err = request_irq(entry->vector, &ixgbe_msix_clean_rings, 0,
2515 q_vector->name, q_vector);
9a799d71 2516 if (err) {
396e799c 2517 e_err(probe, "request_irq failed for MSIX interrupt "
849c4542 2518 "Error: %d\n", err);
021230d4 2519 goto free_queue_irqs;
9a799d71 2520 }
207867f5
AD
2521 /* If Flow Director is enabled, set interrupt affinity */
2522 if (adapter->flags & IXGBE_FLAG_FDIR_HASH_CAPABLE) {
2523 /* assign the mask for this irq */
2524 irq_set_affinity_hint(entry->vector,
de88eeeb 2525 &q_vector->affinity_mask);
207867f5 2526 }
9a799d71
AK
2527 }
2528
021230d4 2529 err = request_irq(adapter->msix_entries[vector].vector,
2c4af694 2530 ixgbe_msix_other, 0, netdev->name, adapter);
9a799d71 2531 if (err) {
de88eeeb 2532 e_err(probe, "request_irq for msix_other failed: %d\n", err);
021230d4 2533 goto free_queue_irqs;
9a799d71
AK
2534 }
2535
9a799d71
AK
2536 return 0;
2537
021230d4 2538free_queue_irqs:
207867f5
AD
2539 while (vector) {
2540 vector--;
2541 irq_set_affinity_hint(adapter->msix_entries[vector].vector,
2542 NULL);
2543 free_irq(adapter->msix_entries[vector].vector,
2544 adapter->q_vector[vector]);
2545 }
021230d4
AV
2546 adapter->flags &= ~IXGBE_FLAG_MSIX_ENABLED;
2547 pci_disable_msix(adapter->pdev);
9a799d71
AK
2548 kfree(adapter->msix_entries);
2549 adapter->msix_entries = NULL;
9a799d71
AK
2550 return err;
2551}
2552
2553/**
021230d4 2554 * ixgbe_intr - legacy mode Interrupt Handler
9a799d71
AK
2555 * @irq: interrupt number
2556 * @data: pointer to a network interface device structure
9a799d71
AK
2557 **/
2558static irqreturn_t ixgbe_intr(int irq, void *data)
2559{
a65151ba 2560 struct ixgbe_adapter *adapter = data;
9a799d71 2561 struct ixgbe_hw *hw = &adapter->hw;
7a921c93 2562 struct ixgbe_q_vector *q_vector = adapter->q_vector[0];
9a799d71
AK
2563 u32 eicr;
2564
54037505 2565 /*
24ddd967 2566 * Workaround for silicon errata #26 on 82598. Mask the interrupt
54037505
DS
2567 * before the read of EICR.
2568 */
2569 IXGBE_WRITE_REG(hw, IXGBE_EIMC, IXGBE_IRQ_CLEAR_MASK);
2570
021230d4 2571 /* for NAPI, using EIAM to auto-mask tx/rx interrupt bits on read
52f33af8 2572 * therefore no explicit interrupt disable is necessary */
021230d4 2573 eicr = IXGBE_READ_REG(hw, IXGBE_EICR);
f47cf66e 2574 if (!eicr) {
6af3b9eb
ET
2575 /*
2576 * shared interrupt alert!
f47cf66e 2577 * make sure interrupts are enabled because the read will
6af3b9eb
ET
2578 * have disabled interrupts due to EIAM
2579 * finish the workaround of silicon errata on 82598. Unmask
2580 * the interrupt that we masked before the EICR read.
2581 */
2582 if (!test_bit(__IXGBE_DOWN, &adapter->state))
2583 ixgbe_irq_enable(adapter, true, true);
9a799d71 2584 return IRQ_NONE; /* Not our interrupt */
f47cf66e 2585 }
9a799d71 2586
cf8280ee
JB
2587 if (eicr & IXGBE_EICR_LSC)
2588 ixgbe_check_lsc(adapter);
021230d4 2589
bd508178
AD
2590 switch (hw->mac.type) {
2591 case ixgbe_mac_82599EB:
e8e26350 2592 ixgbe_check_sfp_event(adapter, eicr);
0ccb974d
DS
2593 /* Fall through */
2594 case ixgbe_mac_X540:
2595 if (eicr & IXGBE_EICR_ECC)
2596 e_info(link, "Received unrecoverable ECC err, please "
2597 "reboot\n");
4f51bf70 2598 ixgbe_check_overtemp_event(adapter, eicr);
bd508178
AD
2599 break;
2600 default:
2601 break;
2602 }
e8e26350 2603
0befdb3e 2604 ixgbe_check_fan_failure(adapter, eicr);
681ae1ad 2605#ifdef CONFIG_IXGBE_PTP
db0677fa
JK
2606 if (unlikely(eicr & IXGBE_EICR_TIMESYNC))
2607 ixgbe_ptp_check_pps_event(adapter, eicr);
681ae1ad 2608#endif
0befdb3e 2609
b9f6ed2b
AD
2610 /* would disable interrupts here but EIAM disabled it */
2611 napi_schedule(&q_vector->napi);
9a799d71 2612
6af3b9eb
ET
2613 /*
2614 * re-enable link(maybe) and non-queue interrupts, no flush.
2615 * ixgbe_poll will re-enable the queue interrupts
2616 */
6af3b9eb
ET
2617 if (!test_bit(__IXGBE_DOWN, &adapter->state))
2618 ixgbe_irq_enable(adapter, false, false);
2619
9a799d71
AK
2620 return IRQ_HANDLED;
2621}
2622
2623/**
2624 * ixgbe_request_irq - initialize interrupts
2625 * @adapter: board private structure
2626 *
2627 * Attempts to configure interrupts using the best available
2628 * capabilities of the hardware and kernel.
2629 **/
021230d4 2630static int ixgbe_request_irq(struct ixgbe_adapter *adapter)
9a799d71
AK
2631{
2632 struct net_device *netdev = adapter->netdev;
021230d4 2633 int err;
9a799d71 2634
4cc6df29 2635 if (adapter->flags & IXGBE_FLAG_MSIX_ENABLED)
021230d4 2636 err = ixgbe_request_msix_irqs(adapter);
4cc6df29 2637 else if (adapter->flags & IXGBE_FLAG_MSI_ENABLED)
a0607fd3 2638 err = request_irq(adapter->pdev->irq, ixgbe_intr, 0,
a65151ba 2639 netdev->name, adapter);
4cc6df29 2640 else
a0607fd3 2641 err = request_irq(adapter->pdev->irq, ixgbe_intr, IRQF_SHARED,
a65151ba 2642 netdev->name, adapter);
9a799d71 2643
de88eeeb 2644 if (err)
396e799c 2645 e_err(probe, "request_irq failed, Error %d\n", err);
9a799d71 2646
9a799d71
AK
2647 return err;
2648}
2649
2650static void ixgbe_free_irq(struct ixgbe_adapter *adapter)
2651{
49c7ffbe 2652 int vector;
9a799d71 2653
49c7ffbe
AD
2654 if (!(adapter->flags & IXGBE_FLAG_MSIX_ENABLED)) {
2655 free_irq(adapter->pdev->irq, adapter);
2656 return;
2657 }
4cc6df29 2658
49c7ffbe
AD
2659 for (vector = 0; vector < adapter->num_q_vectors; vector++) {
2660 struct ixgbe_q_vector *q_vector = adapter->q_vector[vector];
2661 struct msix_entry *entry = &adapter->msix_entries[vector];
894ff7cf 2662
49c7ffbe
AD
2663 /* free only the irqs that were actually requested */
2664 if (!q_vector->rx.ring && !q_vector->tx.ring)
2665 continue;
207867f5 2666
49c7ffbe
AD
2667 /* clear the affinity_mask in the IRQ descriptor */
2668 irq_set_affinity_hint(entry->vector, NULL);
2669
2670 free_irq(entry->vector, q_vector);
9a799d71 2671 }
49c7ffbe
AD
2672
2673 free_irq(adapter->msix_entries[vector++].vector, adapter);
9a799d71
AK
2674}
2675
22d5a71b
JB
2676/**
2677 * ixgbe_irq_disable - Mask off interrupt generation on the NIC
2678 * @adapter: board private structure
2679 **/
2680static inline void ixgbe_irq_disable(struct ixgbe_adapter *adapter)
2681{
bd508178
AD
2682 switch (adapter->hw.mac.type) {
2683 case ixgbe_mac_82598EB:
835462fc 2684 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EIMC, ~0);
bd508178
AD
2685 break;
2686 case ixgbe_mac_82599EB:
b93a2226 2687 case ixgbe_mac_X540:
835462fc
NS
2688 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EIMC, 0xFFFF0000);
2689 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EIMC_EX(0), ~0);
22d5a71b 2690 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EIMC_EX(1), ~0);
bd508178
AD
2691 break;
2692 default:
2693 break;
22d5a71b
JB
2694 }
2695 IXGBE_WRITE_FLUSH(&adapter->hw);
2696 if (adapter->flags & IXGBE_FLAG_MSIX_ENABLED) {
49c7ffbe
AD
2697 int vector;
2698
2699 for (vector = 0; vector < adapter->num_q_vectors; vector++)
2700 synchronize_irq(adapter->msix_entries[vector].vector);
2701
2702 synchronize_irq(adapter->msix_entries[vector++].vector);
22d5a71b
JB
2703 } else {
2704 synchronize_irq(adapter->pdev->irq);
2705 }
2706}
2707
9a799d71
AK
2708/**
2709 * ixgbe_configure_msi_and_legacy - Initialize PIN (INTA...) and MSI interrupts
2710 *
2711 **/
2712static void ixgbe_configure_msi_and_legacy(struct ixgbe_adapter *adapter)
2713{
d5bf4f67 2714 struct ixgbe_q_vector *q_vector = adapter->q_vector[0];
9a799d71 2715
d5bf4f67
ET
2716 /* rx/tx vector */
2717 if (adapter->rx_itr_setting == 1)
2718 q_vector->itr = IXGBE_20K_ITR;
2719 else
2720 q_vector->itr = adapter->rx_itr_setting;
2721
2722 ixgbe_write_eitr(q_vector);
9a799d71 2723
e8e26350
PW
2724 ixgbe_set_ivar(adapter, 0, 0, 0);
2725 ixgbe_set_ivar(adapter, 1, 0, 0);
021230d4 2726
396e799c 2727 e_info(hw, "Legacy interrupt IVAR setup done\n");
9a799d71
AK
2728}
2729
43e69bf0
AD
2730/**
2731 * ixgbe_configure_tx_ring - Configure 8259x Tx ring after Reset
2732 * @adapter: board private structure
2733 * @ring: structure containing ring specific data
2734 *
2735 * Configure the Tx descriptor ring after a reset.
2736 **/
84418e3b
AD
2737void ixgbe_configure_tx_ring(struct ixgbe_adapter *adapter,
2738 struct ixgbe_ring *ring)
43e69bf0
AD
2739{
2740 struct ixgbe_hw *hw = &adapter->hw;
2741 u64 tdba = ring->dma;
2f1860b8 2742 int wait_loop = 10;
b88c6de2 2743 u32 txdctl = IXGBE_TXDCTL_ENABLE;
bf29ee6c 2744 u8 reg_idx = ring->reg_idx;
43e69bf0 2745
2f1860b8 2746 /* disable queue to avoid issues while updating state */
b88c6de2 2747 IXGBE_WRITE_REG(hw, IXGBE_TXDCTL(reg_idx), 0);
2f1860b8
AD
2748 IXGBE_WRITE_FLUSH(hw);
2749
43e69bf0 2750 IXGBE_WRITE_REG(hw, IXGBE_TDBAL(reg_idx),
e8e9f696 2751 (tdba & DMA_BIT_MASK(32)));
43e69bf0
AD
2752 IXGBE_WRITE_REG(hw, IXGBE_TDBAH(reg_idx), (tdba >> 32));
2753 IXGBE_WRITE_REG(hw, IXGBE_TDLEN(reg_idx),
2754 ring->count * sizeof(union ixgbe_adv_tx_desc));
2755 IXGBE_WRITE_REG(hw, IXGBE_TDH(reg_idx), 0);
2756 IXGBE_WRITE_REG(hw, IXGBE_TDT(reg_idx), 0);
84ea2591 2757 ring->tail = hw->hw_addr + IXGBE_TDT(reg_idx);
43e69bf0 2758
b88c6de2
AD
2759 /*
2760 * set WTHRESH to encourage burst writeback, it should not be set
2761 * higher than 1 when ITR is 0 as it could cause false TX hangs
2762 *
2763 * In order to avoid issues WTHRESH + PTHRESH should always be equal
2764 * to or less than the number of on chip descriptors, which is
2765 * currently 40.
2766 */
e954b374 2767 if (!ring->q_vector || (ring->q_vector->itr < 8))
b88c6de2
AD
2768 txdctl |= (1 << 16); /* WTHRESH = 1 */
2769 else
2770 txdctl |= (8 << 16); /* WTHRESH = 8 */
2771
e954b374
AD
2772 /*
2773 * Setting PTHRESH to 32 both improves performance
2774 * and avoids a TX hang with DFP enabled
2775 */
b88c6de2
AD
2776 txdctl |= (1 << 8) | /* HTHRESH = 1 */
2777 32; /* PTHRESH = 32 */
2f1860b8
AD
2778
2779 /* reinitialize flowdirector state */
39cb681b 2780 if (adapter->flags & IXGBE_FLAG_FDIR_HASH_CAPABLE) {
ee9e0f0b
AD
2781 ring->atr_sample_rate = adapter->atr_sample_rate;
2782 ring->atr_count = 0;
2783 set_bit(__IXGBE_TX_FDIR_INIT_DONE, &ring->state);
2784 } else {
2785 ring->atr_sample_rate = 0;
2786 }
2f1860b8 2787
c84d324c
JF
2788 clear_bit(__IXGBE_HANG_CHECK_ARMED, &ring->state);
2789
2f1860b8 2790 /* enable queue */
2f1860b8
AD
2791 IXGBE_WRITE_REG(hw, IXGBE_TXDCTL(reg_idx), txdctl);
2792
2793 /* TXDCTL.EN will return 0 on 82598 if link is down, so skip it */
2794 if (hw->mac.type == ixgbe_mac_82598EB &&
2795 !(IXGBE_READ_REG(hw, IXGBE_LINKS) & IXGBE_LINKS_UP))
2796 return;
2797
2798 /* poll to verify queue is enabled */
2799 do {
032b4325 2800 usleep_range(1000, 2000);
2f1860b8
AD
2801 txdctl = IXGBE_READ_REG(hw, IXGBE_TXDCTL(reg_idx));
2802 } while (--wait_loop && !(txdctl & IXGBE_TXDCTL_ENABLE));
2803 if (!wait_loop)
2804 e_err(drv, "Could not enable Tx Queue %d\n", reg_idx);
43e69bf0
AD
2805}
2806
120ff942
AD
2807static void ixgbe_setup_mtqc(struct ixgbe_adapter *adapter)
2808{
2809 struct ixgbe_hw *hw = &adapter->hw;
671c0adb 2810 u32 rttdcs, mtqc;
8b1c0b24 2811 u8 tcs = netdev_get_num_tc(adapter->netdev);
120ff942
AD
2812
2813 if (hw->mac.type == ixgbe_mac_82598EB)
2814 return;
2815
2816 /* disable the arbiter while setting MTQC */
2817 rttdcs = IXGBE_READ_REG(hw, IXGBE_RTTDCS);
2818 rttdcs |= IXGBE_RTTDCS_ARBDIS;
2819 IXGBE_WRITE_REG(hw, IXGBE_RTTDCS, rttdcs);
2820
2821 /* set transmit pool layout */
671c0adb
AD
2822 if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED) {
2823 mtqc = IXGBE_MTQC_VT_ENA;
2824 if (tcs > 4)
2825 mtqc |= IXGBE_MTQC_RT_ENA | IXGBE_MTQC_8TC_8TQ;
2826 else if (tcs > 1)
2827 mtqc |= IXGBE_MTQC_RT_ENA | IXGBE_MTQC_4TC_4TQ;
2828 else if (adapter->ring_feature[RING_F_RSS].indices == 4)
2829 mtqc |= IXGBE_MTQC_32VF;
2830 else
2831 mtqc |= IXGBE_MTQC_64VF;
2832 } else {
2833 if (tcs > 4)
2834 mtqc = IXGBE_MTQC_RT_ENA | IXGBE_MTQC_8TC_8TQ;
2835 else if (tcs > 1)
2836 mtqc = IXGBE_MTQC_RT_ENA | IXGBE_MTQC_4TC_4TQ;
8b1c0b24 2837 else
671c0adb
AD
2838 mtqc = IXGBE_MTQC_64Q_1PB;
2839 }
120ff942 2840
671c0adb 2841 IXGBE_WRITE_REG(hw, IXGBE_MTQC, mtqc);
120ff942 2842
671c0adb
AD
2843 /* Enable Security TX Buffer IFG for multiple pb */
2844 if (tcs) {
2845 u32 sectx = IXGBE_READ_REG(hw, IXGBE_SECTXMINIFG);
2846 sectx |= IXGBE_SECTX_DCB;
2847 IXGBE_WRITE_REG(hw, IXGBE_SECTXMINIFG, sectx);
120ff942
AD
2848 }
2849
2850 /* re-enable the arbiter */
2851 rttdcs &= ~IXGBE_RTTDCS_ARBDIS;
2852 IXGBE_WRITE_REG(hw, IXGBE_RTTDCS, rttdcs);
2853}
2854
9a799d71 2855/**
3a581073 2856 * ixgbe_configure_tx - Configure 8259x Transmit Unit after Reset
9a799d71
AK
2857 * @adapter: board private structure
2858 *
2859 * Configure the Tx unit of the MAC after a reset.
2860 **/
2861static void ixgbe_configure_tx(struct ixgbe_adapter *adapter)
2862{
2f1860b8
AD
2863 struct ixgbe_hw *hw = &adapter->hw;
2864 u32 dmatxctl;
43e69bf0 2865 u32 i;
9a799d71 2866
2f1860b8
AD
2867 ixgbe_setup_mtqc(adapter);
2868
2869 if (hw->mac.type != ixgbe_mac_82598EB) {
2870 /* DMATXCTL.EN must be before Tx queues are enabled */
2871 dmatxctl = IXGBE_READ_REG(hw, IXGBE_DMATXCTL);
2872 dmatxctl |= IXGBE_DMATXCTL_TE;
2873 IXGBE_WRITE_REG(hw, IXGBE_DMATXCTL, dmatxctl);
2874 }
2875
9a799d71 2876 /* Setup the HW Tx Head and Tail descriptor pointers */
43e69bf0
AD
2877 for (i = 0; i < adapter->num_tx_queues; i++)
2878 ixgbe_configure_tx_ring(adapter, adapter->tx_ring[i]);
9a799d71
AK
2879}
2880
3ebe8fde
AD
2881static void ixgbe_enable_rx_drop(struct ixgbe_adapter *adapter,
2882 struct ixgbe_ring *ring)
2883{
2884 struct ixgbe_hw *hw = &adapter->hw;
2885 u8 reg_idx = ring->reg_idx;
2886 u32 srrctl = IXGBE_READ_REG(hw, IXGBE_SRRCTL(reg_idx));
2887
2888 srrctl |= IXGBE_SRRCTL_DROP_EN;
2889
2890 IXGBE_WRITE_REG(hw, IXGBE_SRRCTL(reg_idx), srrctl);
2891}
2892
2893static void ixgbe_disable_rx_drop(struct ixgbe_adapter *adapter,
2894 struct ixgbe_ring *ring)
2895{
2896 struct ixgbe_hw *hw = &adapter->hw;
2897 u8 reg_idx = ring->reg_idx;
2898 u32 srrctl = IXGBE_READ_REG(hw, IXGBE_SRRCTL(reg_idx));
2899
2900 srrctl &= ~IXGBE_SRRCTL_DROP_EN;
2901
2902 IXGBE_WRITE_REG(hw, IXGBE_SRRCTL(reg_idx), srrctl);
2903}
2904
2905#ifdef CONFIG_IXGBE_DCB
2906void ixgbe_set_rx_drop_en(struct ixgbe_adapter *adapter)
2907#else
2908static void ixgbe_set_rx_drop_en(struct ixgbe_adapter *adapter)
2909#endif
2910{
2911 int i;
2912 bool pfc_en = adapter->dcb_cfg.pfc_mode_enable;
2913
2914 if (adapter->ixgbe_ieee_pfc)
2915 pfc_en |= !!(adapter->ixgbe_ieee_pfc->pfc_en);
2916
2917 /*
2918 * We should set the drop enable bit if:
2919 * SR-IOV is enabled
2920 * or
2921 * Number of Rx queues > 1 and flow control is disabled
2922 *
2923 * This allows us to avoid head of line blocking for security
2924 * and performance reasons.
2925 */
2926 if (adapter->num_vfs || (adapter->num_rx_queues > 1 &&
2927 !(adapter->hw.fc.current_mode & ixgbe_fc_tx_pause) && !pfc_en)) {
2928 for (i = 0; i < adapter->num_rx_queues; i++)
2929 ixgbe_enable_rx_drop(adapter, adapter->rx_ring[i]);
2930 } else {
2931 for (i = 0; i < adapter->num_rx_queues; i++)
2932 ixgbe_disable_rx_drop(adapter, adapter->rx_ring[i]);
2933 }
2934}
2935
e8e26350 2936#define IXGBE_SRRCTL_BSIZEHDRSIZE_SHIFT 2
cc41ac7c 2937
a6616b42 2938static void ixgbe_configure_srrctl(struct ixgbe_adapter *adapter,
e8e9f696 2939 struct ixgbe_ring *rx_ring)
cc41ac7c 2940{
45e9baa5 2941 struct ixgbe_hw *hw = &adapter->hw;
cc41ac7c 2942 u32 srrctl;
bf29ee6c 2943 u8 reg_idx = rx_ring->reg_idx;
3be1adfb 2944
45e9baa5
AD
2945 if (hw->mac.type == ixgbe_mac_82598EB) {
2946 u16 mask = adapter->ring_feature[RING_F_RSS].mask;
cc41ac7c 2947
45e9baa5
AD
2948 /*
2949 * if VMDq is not active we must program one srrctl register
2950 * per RSS queue since we have enabled RDRXCTL.MVMEN
2951 */
2952 reg_idx &= mask;
2953 }
cc41ac7c 2954
45e9baa5
AD
2955 /* configure header buffer length, needed for RSC */
2956 srrctl = IXGBE_RX_HDR_SIZE << IXGBE_SRRCTL_BSIZEHDRSIZE_SHIFT;
afafd5b0 2957
45e9baa5 2958 /* configure the packet buffer length */
f800326d 2959 srrctl |= ixgbe_rx_bufsz(rx_ring) >> IXGBE_SRRCTL_BSIZEPKT_SHIFT;
45e9baa5
AD
2960
2961 /* configure descriptor type */
f800326d 2962 srrctl |= IXGBE_SRRCTL_DESCTYPE_ADV_ONEBUF;
e8e26350 2963
45e9baa5 2964 IXGBE_WRITE_REG(hw, IXGBE_SRRCTL(reg_idx), srrctl);
cc41ac7c 2965}
9a799d71 2966
05abb126 2967static void ixgbe_setup_mrqc(struct ixgbe_adapter *adapter)
0cefafad 2968{
05abb126
AD
2969 struct ixgbe_hw *hw = &adapter->hw;
2970 static const u32 seed[10] = { 0xE291D73D, 0x1805EC6C, 0x2A94B30D,
e8e9f696
JP
2971 0xA54F2BEC, 0xEA49AF7C, 0xE214AD3D, 0xB855AABE,
2972 0x6A3E67EA, 0x14364D17, 0x3BED200D};
05abb126
AD
2973 u32 mrqc = 0, reta = 0;
2974 u32 rxcsum;
2975 int i, j;
671c0adb
AD
2976 u16 rss_i = adapter->ring_feature[RING_F_RSS].indices;
2977
671c0adb
AD
2978 /*
2979 * Program table for at least 2 queues w/ SR-IOV so that VFs can
2980 * make full use of any rings they may have. We will use the
2981 * PSRTYPE register to control how many rings we use within the PF.
2982 */
2983 if ((adapter->flags & IXGBE_FLAG_SRIOV_ENABLED) && (rss_i < 2))
2984 rss_i = 2;
0cefafad 2985
05abb126
AD
2986 /* Fill out hash function seeds */
2987 for (i = 0; i < 10; i++)
2988 IXGBE_WRITE_REG(hw, IXGBE_RSSRK(i), seed[i]);
2989
2990 /* Fill out redirection table */
2991 for (i = 0, j = 0; i < 128; i++, j++) {
671c0adb 2992 if (j == rss_i)
05abb126
AD
2993 j = 0;
2994 /* reta = 4-byte sliding window of
2995 * 0x00..(indices-1)(indices-1)00..etc. */
2996 reta = (reta << 8) | (j * 0x11);
2997 if ((i & 3) == 3)
2998 IXGBE_WRITE_REG(hw, IXGBE_RETA(i >> 2), reta);
2999 }
0cefafad 3000
05abb126
AD
3001 /* Disable indicating checksum in descriptor, enables RSS hash */
3002 rxcsum = IXGBE_READ_REG(hw, IXGBE_RXCSUM);
3003 rxcsum |= IXGBE_RXCSUM_PCSD;
3004 IXGBE_WRITE_REG(hw, IXGBE_RXCSUM, rxcsum);
3005
671c0adb 3006 if (adapter->hw.mac.type == ixgbe_mac_82598EB) {
fbe7ca7f 3007 if (adapter->ring_feature[RING_F_RSS].mask)
671c0adb 3008 mrqc = IXGBE_MRQC_RSSEN;
8b1c0b24 3009 } else {
671c0adb
AD
3010 u8 tcs = netdev_get_num_tc(adapter->netdev);
3011
3012 if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED) {
3013 if (tcs > 4)
3014 mrqc = IXGBE_MRQC_VMDQRT8TCEN; /* 8 TCs */
3015 else if (tcs > 1)
3016 mrqc = IXGBE_MRQC_VMDQRT4TCEN; /* 4 TCs */
3017 else if (adapter->ring_feature[RING_F_RSS].indices == 4)
3018 mrqc = IXGBE_MRQC_VMDQRSS32EN;
8b1c0b24 3019 else
671c0adb
AD
3020 mrqc = IXGBE_MRQC_VMDQRSS64EN;
3021 } else {
3022 if (tcs > 4)
8b1c0b24 3023 mrqc = IXGBE_MRQC_RTRSS8TCEN;
671c0adb
AD
3024 else if (tcs > 1)
3025 mrqc = IXGBE_MRQC_RTRSS4TCEN;
3026 else
3027 mrqc = IXGBE_MRQC_RSSEN;
8b1c0b24 3028 }
0cefafad
JB
3029 }
3030
05abb126 3031 /* Perform hash on these packet types */
671c0adb
AD
3032 mrqc |= IXGBE_MRQC_RSS_FIELD_IPV4 |
3033 IXGBE_MRQC_RSS_FIELD_IPV4_TCP |
3034 IXGBE_MRQC_RSS_FIELD_IPV6 |
3035 IXGBE_MRQC_RSS_FIELD_IPV6_TCP;
05abb126 3036
ef6afc0c
AD
3037 if (adapter->flags2 & IXGBE_FLAG2_RSS_FIELD_IPV4_UDP)
3038 mrqc |= IXGBE_MRQC_RSS_FIELD_IPV4_UDP;
3039 if (adapter->flags2 & IXGBE_FLAG2_RSS_FIELD_IPV6_UDP)
3040 mrqc |= IXGBE_MRQC_RSS_FIELD_IPV6_UDP;
3041
05abb126 3042 IXGBE_WRITE_REG(hw, IXGBE_MRQC, mrqc);
0cefafad
JB
3043}
3044
bb5a9ad2
NS
3045/**
3046 * ixgbe_configure_rscctl - enable RSC for the indicated ring
3047 * @adapter: address of board private structure
3048 * @index: index of ring to set
bb5a9ad2 3049 **/
082757af 3050static void ixgbe_configure_rscctl(struct ixgbe_adapter *adapter,
7367096a 3051 struct ixgbe_ring *ring)
bb5a9ad2 3052{
bb5a9ad2 3053 struct ixgbe_hw *hw = &adapter->hw;
bb5a9ad2 3054 u32 rscctrl;
bf29ee6c 3055 u8 reg_idx = ring->reg_idx;
7367096a 3056
7d637bcc 3057 if (!ring_is_rsc_enabled(ring))
7367096a 3058 return;
bb5a9ad2 3059
7367096a 3060 rscctrl = IXGBE_READ_REG(hw, IXGBE_RSCCTL(reg_idx));
bb5a9ad2
NS
3061 rscctrl |= IXGBE_RSCCTL_RSCEN;
3062 /*
3063 * we must limit the number of descriptors so that the
3064 * total size of max desc * buf_len is not greater
642c680e 3065 * than 65536
bb5a9ad2 3066 */
f800326d 3067 rscctrl |= IXGBE_RSCCTL_MAXDESC_16;
7367096a 3068 IXGBE_WRITE_REG(hw, IXGBE_RSCCTL(reg_idx), rscctrl);
bb5a9ad2
NS
3069}
3070
9e10e045
AD
3071#define IXGBE_MAX_RX_DESC_POLL 10
3072static void ixgbe_rx_desc_queue_enable(struct ixgbe_adapter *adapter,
3073 struct ixgbe_ring *ring)
3074{
3075 struct ixgbe_hw *hw = &adapter->hw;
9e10e045
AD
3076 int wait_loop = IXGBE_MAX_RX_DESC_POLL;
3077 u32 rxdctl;
bf29ee6c 3078 u8 reg_idx = ring->reg_idx;
9e10e045
AD
3079
3080 /* RXDCTL.EN will return 0 on 82598 if link is down, so skip it */
3081 if (hw->mac.type == ixgbe_mac_82598EB &&
3082 !(IXGBE_READ_REG(hw, IXGBE_LINKS) & IXGBE_LINKS_UP))
3083 return;
3084
3085 do {
032b4325 3086 usleep_range(1000, 2000);
9e10e045
AD
3087 rxdctl = IXGBE_READ_REG(hw, IXGBE_RXDCTL(reg_idx));
3088 } while (--wait_loop && !(rxdctl & IXGBE_RXDCTL_ENABLE));
3089
3090 if (!wait_loop) {
3091 e_err(drv, "RXDCTL.ENABLE on Rx queue %d not set within "
3092 "the polling period\n", reg_idx);
3093 }
3094}
3095
2d39d576
YZ
3096void ixgbe_disable_rx_queue(struct ixgbe_adapter *adapter,
3097 struct ixgbe_ring *ring)
3098{
3099 struct ixgbe_hw *hw = &adapter->hw;
3100 int wait_loop = IXGBE_MAX_RX_DESC_POLL;
3101 u32 rxdctl;
3102 u8 reg_idx = ring->reg_idx;
3103
3104 rxdctl = IXGBE_READ_REG(hw, IXGBE_RXDCTL(reg_idx));
3105 rxdctl &= ~IXGBE_RXDCTL_ENABLE;
3106
3107 /* write value back with RXDCTL.ENABLE bit cleared */
3108 IXGBE_WRITE_REG(hw, IXGBE_RXDCTL(reg_idx), rxdctl);
3109
3110 if (hw->mac.type == ixgbe_mac_82598EB &&
3111 !(IXGBE_READ_REG(hw, IXGBE_LINKS) & IXGBE_LINKS_UP))
3112 return;
3113
3114 /* the hardware may take up to 100us to really disable the rx queue */
3115 do {
3116 udelay(10);
3117 rxdctl = IXGBE_READ_REG(hw, IXGBE_RXDCTL(reg_idx));
3118 } while (--wait_loop && (rxdctl & IXGBE_RXDCTL_ENABLE));
3119
3120 if (!wait_loop) {
3121 e_err(drv, "RXDCTL.ENABLE on Rx queue %d not cleared within "
3122 "the polling period\n", reg_idx);
3123 }
3124}
3125
84418e3b
AD
3126void ixgbe_configure_rx_ring(struct ixgbe_adapter *adapter,
3127 struct ixgbe_ring *ring)
acd37177
AD
3128{
3129 struct ixgbe_hw *hw = &adapter->hw;
3130 u64 rdba = ring->dma;
9e10e045 3131 u32 rxdctl;
bf29ee6c 3132 u8 reg_idx = ring->reg_idx;
acd37177 3133
9e10e045
AD
3134 /* disable queue to avoid issues while updating state */
3135 rxdctl = IXGBE_READ_REG(hw, IXGBE_RXDCTL(reg_idx));
2d39d576 3136 ixgbe_disable_rx_queue(adapter, ring);
9e10e045 3137
acd37177
AD
3138 IXGBE_WRITE_REG(hw, IXGBE_RDBAL(reg_idx), (rdba & DMA_BIT_MASK(32)));
3139 IXGBE_WRITE_REG(hw, IXGBE_RDBAH(reg_idx), (rdba >> 32));
3140 IXGBE_WRITE_REG(hw, IXGBE_RDLEN(reg_idx),
3141 ring->count * sizeof(union ixgbe_adv_rx_desc));
3142 IXGBE_WRITE_REG(hw, IXGBE_RDH(reg_idx), 0);
3143 IXGBE_WRITE_REG(hw, IXGBE_RDT(reg_idx), 0);
84ea2591 3144 ring->tail = hw->hw_addr + IXGBE_RDT(reg_idx);
9e10e045
AD
3145
3146 ixgbe_configure_srrctl(adapter, ring);
3147 ixgbe_configure_rscctl(adapter, ring);
3148
e9f98072
GR
3149 /* If operating in IOV mode set RLPML for X540 */
3150 if ((adapter->flags & IXGBE_FLAG_SRIOV_ENABLED) &&
3151 hw->mac.type == ixgbe_mac_X540) {
3152 rxdctl &= ~IXGBE_RXDCTL_RLPMLMASK;
3153 rxdctl |= ((ring->netdev->mtu + ETH_HLEN +
3154 ETH_FCS_LEN + VLAN_HLEN) | IXGBE_RXDCTL_RLPML_EN);
3155 }
3156
9e10e045
AD
3157 if (hw->mac.type == ixgbe_mac_82598EB) {
3158 /*
3159 * enable cache line friendly hardware writes:
3160 * PTHRESH=32 descriptors (half the internal cache),
3161 * this also removes ugly rx_no_buffer_count increment
3162 * HTHRESH=4 descriptors (to minimize latency on fetch)
3163 * WTHRESH=8 burst writeback up to two cache lines
3164 */
3165 rxdctl &= ~0x3FFFFF;
3166 rxdctl |= 0x080420;
3167 }
3168
3169 /* enable receive descriptor ring */
3170 rxdctl |= IXGBE_RXDCTL_ENABLE;
3171 IXGBE_WRITE_REG(hw, IXGBE_RXDCTL(reg_idx), rxdctl);
3172
3173 ixgbe_rx_desc_queue_enable(adapter, ring);
7d4987de 3174 ixgbe_alloc_rx_buffers(ring, ixgbe_desc_unused(ring));
acd37177
AD
3175}
3176
48654521
AD
3177static void ixgbe_setup_psrtype(struct ixgbe_adapter *adapter)
3178{
3179 struct ixgbe_hw *hw = &adapter->hw;
fbe7ca7f 3180 int rss_i = adapter->ring_feature[RING_F_RSS].indices;
48654521
AD
3181 int p;
3182
3183 /* PSRTYPE must be initialized in non 82598 adapters */
3184 u32 psrtype = IXGBE_PSRTYPE_TCPHDR |
e8e9f696
JP
3185 IXGBE_PSRTYPE_UDPHDR |
3186 IXGBE_PSRTYPE_IPV4HDR |
48654521 3187 IXGBE_PSRTYPE_L2HDR |
e8e9f696 3188 IXGBE_PSRTYPE_IPV6HDR;
48654521
AD
3189
3190 if (hw->mac.type == ixgbe_mac_82598EB)
3191 return;
3192
fbe7ca7f
AD
3193 if (rss_i > 3)
3194 psrtype |= 2 << 29;
3195 else if (rss_i > 1)
3196 psrtype |= 1 << 29;
48654521
AD
3197
3198 for (p = 0; p < adapter->num_rx_pools; p++)
1d9c0bfd 3199 IXGBE_WRITE_REG(hw, IXGBE_PSRTYPE(VMDQ_P(p)),
48654521
AD
3200 psrtype);
3201}
3202
f5b4a52e
AD
3203static void ixgbe_configure_virtualization(struct ixgbe_adapter *adapter)
3204{
3205 struct ixgbe_hw *hw = &adapter->hw;
f5b4a52e 3206 u32 reg_offset, vf_shift;
435b19f6 3207 u32 gcr_ext, vmdctl;
de4c7f65 3208 int i;
f5b4a52e
AD
3209
3210 if (!(adapter->flags & IXGBE_FLAG_SRIOV_ENABLED))
3211 return;
3212
3213 vmdctl = IXGBE_READ_REG(hw, IXGBE_VT_CTL);
435b19f6
AD
3214 vmdctl |= IXGBE_VMD_CTL_VMDQ_EN;
3215 vmdctl &= ~IXGBE_VT_CTL_POOL_MASK;
1d9c0bfd 3216 vmdctl |= VMDQ_P(0) << IXGBE_VT_CTL_POOL_SHIFT;
435b19f6
AD
3217 vmdctl |= IXGBE_VT_CTL_REPLEN;
3218 IXGBE_WRITE_REG(hw, IXGBE_VT_CTL, vmdctl);
f5b4a52e 3219
1d9c0bfd
AD
3220 vf_shift = VMDQ_P(0) % 32;
3221 reg_offset = (VMDQ_P(0) >= 32) ? 1 : 0;
f5b4a52e
AD
3222
3223 /* Enable only the PF's pool for Tx/Rx */
435b19f6
AD
3224 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset), (~0) << vf_shift);
3225 IXGBE_WRITE_REG(hw, IXGBE_VFRE(reg_offset ^ 1), reg_offset - 1);
3226 IXGBE_WRITE_REG(hw, IXGBE_VFTE(reg_offset), (~0) << vf_shift);
3227 IXGBE_WRITE_REG(hw, IXGBE_VFTE(reg_offset ^ 1), reg_offset - 1);
f5b4a52e
AD
3228
3229 /* Map PF MAC address in RAR Entry 0 to first pool following VFs */
1d9c0bfd 3230 hw->mac.ops.set_vmdq(hw, 0, VMDQ_P(0));
f5b4a52e
AD
3231
3232 /*
3233 * Set up VF register offsets for selected VT Mode,
3234 * i.e. 32 or 64 VFs for SR-IOV
3235 */
73079ea0
AD
3236 switch (adapter->ring_feature[RING_F_VMDQ].mask) {
3237 case IXGBE_82599_VMDQ_8Q_MASK:
3238 gcr_ext = IXGBE_GCR_EXT_VT_MODE_16;
3239 break;
3240 case IXGBE_82599_VMDQ_4Q_MASK:
3241 gcr_ext = IXGBE_GCR_EXT_VT_MODE_32;
3242 break;
3243 default:
3244 gcr_ext = IXGBE_GCR_EXT_VT_MODE_64;
3245 break;
3246 }
3247
f5b4a52e
AD
3248 IXGBE_WRITE_REG(hw, IXGBE_GCR_EXT, gcr_ext);
3249
435b19f6 3250
a985b6c3 3251 /* Enable MAC Anti-Spoofing */
435b19f6 3252 hw->mac.ops.set_mac_anti_spoofing(hw, (adapter->num_vfs != 0),
a985b6c3 3253 adapter->num_vfs);
de4c7f65
GR
3254 /* For VFs that have spoof checking turned off */
3255 for (i = 0; i < adapter->num_vfs; i++) {
3256 if (!adapter->vfinfo[i].spoofchk_enabled)
3257 ixgbe_ndo_set_vf_spoofchk(adapter->netdev, i, false);
3258 }
f5b4a52e
AD
3259}
3260
477de6ed 3261static void ixgbe_set_rx_buffer_len(struct ixgbe_adapter *adapter)
9a799d71 3262{
9a799d71
AK
3263 struct ixgbe_hw *hw = &adapter->hw;
3264 struct net_device *netdev = adapter->netdev;
3265 int max_frame = netdev->mtu + ETH_HLEN + ETH_FCS_LEN;
477de6ed
AD
3266 struct ixgbe_ring *rx_ring;
3267 int i;
3268 u32 mhadd, hlreg0;
48654521 3269
63f39bd1 3270#ifdef IXGBE_FCOE
477de6ed
AD
3271 /* adjust max frame to be able to do baby jumbo for FCoE */
3272 if ((adapter->flags & IXGBE_FLAG_FCOE_ENABLED) &&
3273 (max_frame < IXGBE_FCOE_JUMBO_FRAME_SIZE))
3274 max_frame = IXGBE_FCOE_JUMBO_FRAME_SIZE;
9a799d71 3275
477de6ed 3276#endif /* IXGBE_FCOE */
872844dd
AD
3277
3278 /* adjust max frame to be at least the size of a standard frame */
3279 if (max_frame < (ETH_FRAME_LEN + ETH_FCS_LEN))
3280 max_frame = (ETH_FRAME_LEN + ETH_FCS_LEN);
3281
477de6ed
AD
3282 mhadd = IXGBE_READ_REG(hw, IXGBE_MHADD);
3283 if (max_frame != (mhadd >> IXGBE_MHADD_MFS_SHIFT)) {
3284 mhadd &= ~IXGBE_MHADD_MFS_MASK;
3285 mhadd |= max_frame << IXGBE_MHADD_MFS_SHIFT;
3286
3287 IXGBE_WRITE_REG(hw, IXGBE_MHADD, mhadd);
3288 }
3289
3290 hlreg0 = IXGBE_READ_REG(hw, IXGBE_HLREG0);
3291 /* set jumbo enable since MHADD.MFS is keeping size locked at max_frame */
3292 hlreg0 |= IXGBE_HLREG0_JUMBOEN;
3293 IXGBE_WRITE_REG(hw, IXGBE_HLREG0, hlreg0);
9a799d71 3294
0cefafad
JB
3295 /*
3296 * Setup the HW Rx Head and Tail Descriptor Pointers and
3297 * the Base and Length of the Rx Descriptor Ring
3298 */
9a799d71 3299 for (i = 0; i < adapter->num_rx_queues; i++) {
4a0b9ca0 3300 rx_ring = adapter->rx_ring[i];
7d637bcc
AD
3301 if (adapter->flags2 & IXGBE_FLAG2_RSC_ENABLED)
3302 set_ring_rsc_enabled(rx_ring);
1b3ff02e 3303 else
7d637bcc 3304 clear_ring_rsc_enabled(rx_ring);
477de6ed 3305 }
477de6ed
AD
3306}
3307
7367096a
AD
3308static void ixgbe_setup_rdrxctl(struct ixgbe_adapter *adapter)
3309{
3310 struct ixgbe_hw *hw = &adapter->hw;
3311 u32 rdrxctl = IXGBE_READ_REG(hw, IXGBE_RDRXCTL);
3312
3313 switch (hw->mac.type) {
3314 case ixgbe_mac_82598EB:
3315 /*
3316 * For VMDq support of different descriptor types or
3317 * buffer sizes through the use of multiple SRRCTL
3318 * registers, RDRXCTL.MVMEN must be set to 1
3319 *
3320 * also, the manual doesn't mention it clearly but DCA hints
3321 * will only use queue 0's tags unless this bit is set. Side
3322 * effects of setting this bit are only that SRRCTL must be
3323 * fully programmed [0..15]
3324 */
3325 rdrxctl |= IXGBE_RDRXCTL_MVMEN;
3326 break;
3327 case ixgbe_mac_82599EB:
b93a2226 3328 case ixgbe_mac_X540:
7367096a
AD
3329 /* Disable RSC for ACK packets */
3330 IXGBE_WRITE_REG(hw, IXGBE_RSCDBU,
3331 (IXGBE_RSCDBU_RSCACKDIS | IXGBE_READ_REG(hw, IXGBE_RSCDBU)));
3332 rdrxctl &= ~IXGBE_RDRXCTL_RSCFRSTSIZE;
3333 /* hardware requires some bits to be set by default */
3334 rdrxctl |= (IXGBE_RDRXCTL_RSCACKC | IXGBE_RDRXCTL_FCOE_WRFIX);
3335 rdrxctl |= IXGBE_RDRXCTL_CRCSTRIP;
3336 break;
3337 default:
3338 /* We should do nothing since we don't know this hardware */
3339 return;
3340 }
3341
3342 IXGBE_WRITE_REG(hw, IXGBE_RDRXCTL, rdrxctl);
3343}
3344
477de6ed
AD
3345/**
3346 * ixgbe_configure_rx - Configure 8259x Receive Unit after Reset
3347 * @adapter: board private structure
3348 *
3349 * Configure the Rx unit of the MAC after a reset.
3350 **/
3351static void ixgbe_configure_rx(struct ixgbe_adapter *adapter)
3352{
3353 struct ixgbe_hw *hw = &adapter->hw;
477de6ed
AD
3354 int i;
3355 u32 rxctrl;
477de6ed
AD
3356
3357 /* disable receives while setting up the descriptors */
3358 rxctrl = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
3359 IXGBE_WRITE_REG(hw, IXGBE_RXCTRL, rxctrl & ~IXGBE_RXCTRL_RXEN);
3360
3361 ixgbe_setup_psrtype(adapter);
7367096a 3362 ixgbe_setup_rdrxctl(adapter);
477de6ed 3363
9e10e045 3364 /* Program registers for the distribution of queues */
f5b4a52e 3365 ixgbe_setup_mrqc(adapter);
f5b4a52e 3366
477de6ed
AD
3367 /* set_rx_buffer_len must be called before ring initialization */
3368 ixgbe_set_rx_buffer_len(adapter);
3369
3370 /*
3371 * Setup the HW Rx Head and Tail Descriptor Pointers and
3372 * the Base and Length of the Rx Descriptor Ring
3373 */
9e10e045
AD
3374 for (i = 0; i < adapter->num_rx_queues; i++)
3375 ixgbe_configure_rx_ring(adapter, adapter->rx_ring[i]);
177db6ff 3376
9e10e045
AD
3377 /* disable drop enable for 82598 parts */
3378 if (hw->mac.type == ixgbe_mac_82598EB)
3379 rxctrl |= IXGBE_RXCTRL_DMBYPS;
3380
3381 /* enable all receives */
3382 rxctrl |= IXGBE_RXCTRL_RXEN;
3383 hw->mac.ops.enable_rx_dma(hw, rxctrl);
9a799d71
AK
3384}
3385
8e586137 3386static int ixgbe_vlan_rx_add_vid(struct net_device *netdev, u16 vid)
068c89b0
DS
3387{
3388 struct ixgbe_adapter *adapter = netdev_priv(netdev);
3389 struct ixgbe_hw *hw = &adapter->hw;
3390
3391 /* add VID to filter table */
1d9c0bfd 3392 hw->mac.ops.set_vfta(&adapter->hw, vid, VMDQ_P(0), true);
f62bbb5e 3393 set_bit(vid, adapter->active_vlans);
8e586137
JP
3394
3395 return 0;
068c89b0
DS
3396}
3397
8e586137 3398static int ixgbe_vlan_rx_kill_vid(struct net_device *netdev, u16 vid)
068c89b0
DS
3399{
3400 struct ixgbe_adapter *adapter = netdev_priv(netdev);
3401 struct ixgbe_hw *hw = &adapter->hw;
3402
068c89b0 3403 /* remove VID from filter table */
1d9c0bfd 3404 hw->mac.ops.set_vfta(&adapter->hw, vid, VMDQ_P(0), false);
f62bbb5e 3405 clear_bit(vid, adapter->active_vlans);
8e586137
JP
3406
3407 return 0;
068c89b0
DS
3408}
3409
5f6c0181
JB
3410/**
3411 * ixgbe_vlan_filter_disable - helper to disable hw vlan filtering
3412 * @adapter: driver data
3413 */
3414static void ixgbe_vlan_filter_disable(struct ixgbe_adapter *adapter)
3415{
3416 struct ixgbe_hw *hw = &adapter->hw;
f62bbb5e
JG
3417 u32 vlnctrl;
3418
3419 vlnctrl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL);
3420 vlnctrl &= ~(IXGBE_VLNCTRL_VFE | IXGBE_VLNCTRL_CFIEN);
3421 IXGBE_WRITE_REG(hw, IXGBE_VLNCTRL, vlnctrl);
3422}
3423
3424/**
3425 * ixgbe_vlan_filter_enable - helper to enable hw vlan filtering
3426 * @adapter: driver data
3427 */
3428static void ixgbe_vlan_filter_enable(struct ixgbe_adapter *adapter)
3429{
3430 struct ixgbe_hw *hw = &adapter->hw;
3431 u32 vlnctrl;
3432
3433 vlnctrl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL);
3434 vlnctrl |= IXGBE_VLNCTRL_VFE;
3435 vlnctrl &= ~IXGBE_VLNCTRL_CFIEN;
3436 IXGBE_WRITE_REG(hw, IXGBE_VLNCTRL, vlnctrl);
3437}
3438
3439/**
3440 * ixgbe_vlan_strip_disable - helper to disable hw vlan stripping
3441 * @adapter: driver data
3442 */
3443static void ixgbe_vlan_strip_disable(struct ixgbe_adapter *adapter)
3444{
3445 struct ixgbe_hw *hw = &adapter->hw;
3446 u32 vlnctrl;
5f6c0181
JB
3447 int i, j;
3448
3449 switch (hw->mac.type) {
3450 case ixgbe_mac_82598EB:
f62bbb5e
JG
3451 vlnctrl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL);
3452 vlnctrl &= ~IXGBE_VLNCTRL_VME;
5f6c0181
JB
3453 IXGBE_WRITE_REG(hw, IXGBE_VLNCTRL, vlnctrl);
3454 break;
3455 case ixgbe_mac_82599EB:
b93a2226 3456 case ixgbe_mac_X540:
5f6c0181
JB
3457 for (i = 0; i < adapter->num_rx_queues; i++) {
3458 j = adapter->rx_ring[i]->reg_idx;
3459 vlnctrl = IXGBE_READ_REG(hw, IXGBE_RXDCTL(j));
3460 vlnctrl &= ~IXGBE_RXDCTL_VME;
3461 IXGBE_WRITE_REG(hw, IXGBE_RXDCTL(j), vlnctrl);
3462 }
3463 break;
3464 default:
3465 break;
3466 }
3467}
3468
3469/**
f62bbb5e 3470 * ixgbe_vlan_strip_enable - helper to enable hw vlan stripping
5f6c0181
JB
3471 * @adapter: driver data
3472 */
f62bbb5e 3473static void ixgbe_vlan_strip_enable(struct ixgbe_adapter *adapter)
5f6c0181
JB
3474{
3475 struct ixgbe_hw *hw = &adapter->hw;
f62bbb5e 3476 u32 vlnctrl;
5f6c0181
JB
3477 int i, j;
3478
3479 switch (hw->mac.type) {
3480 case ixgbe_mac_82598EB:
f62bbb5e
JG
3481 vlnctrl = IXGBE_READ_REG(hw, IXGBE_VLNCTRL);
3482 vlnctrl |= IXGBE_VLNCTRL_VME;
5f6c0181
JB
3483 IXGBE_WRITE_REG(hw, IXGBE_VLNCTRL, vlnctrl);
3484 break;
3485 case ixgbe_mac_82599EB:
b93a2226 3486 case ixgbe_mac_X540:
5f6c0181
JB
3487 for (i = 0; i < adapter->num_rx_queues; i++) {
3488 j = adapter->rx_ring[i]->reg_idx;
3489 vlnctrl = IXGBE_READ_REG(hw, IXGBE_RXDCTL(j));
3490 vlnctrl |= IXGBE_RXDCTL_VME;
3491 IXGBE_WRITE_REG(hw, IXGBE_RXDCTL(j), vlnctrl);
3492 }
3493 break;
3494 default:
3495 break;
3496 }
3497}
3498
9a799d71
AK
3499static void ixgbe_restore_vlan(struct ixgbe_adapter *adapter)
3500{
f62bbb5e 3501 u16 vid;
9a799d71 3502
f62bbb5e
JG
3503 ixgbe_vlan_rx_add_vid(adapter->netdev, 0);
3504
3505 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID)
3506 ixgbe_vlan_rx_add_vid(adapter->netdev, vid);
9a799d71
AK
3507}
3508
2850062a
AD
3509/**
3510 * ixgbe_write_uc_addr_list - write unicast addresses to RAR table
3511 * @netdev: network interface device structure
3512 *
3513 * Writes unicast address list to the RAR table.
3514 * Returns: -ENOMEM on failure/insufficient address space
3515 * 0 on no addresses written
3516 * X on writing X addresses to the RAR table
3517 **/
3518static int ixgbe_write_uc_addr_list(struct net_device *netdev)
3519{
3520 struct ixgbe_adapter *adapter = netdev_priv(netdev);
3521 struct ixgbe_hw *hw = &adapter->hw;
95447461 3522 unsigned int rar_entries = hw->mac.num_rar_entries - 1;
2850062a
AD
3523 int count = 0;
3524
95447461
JF
3525 /* In SR-IOV mode significantly less RAR entries are available */
3526 if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED)
3527 rar_entries = IXGBE_MAX_PF_MACVLANS - 1;
3528
2850062a
AD
3529 /* return ENOMEM indicating insufficient memory for addresses */
3530 if (netdev_uc_count(netdev) > rar_entries)
3531 return -ENOMEM;
3532
95447461 3533 if (!netdev_uc_empty(netdev)) {
2850062a
AD
3534 struct netdev_hw_addr *ha;
3535 /* return error if we do not support writing to RAR table */
3536 if (!hw->mac.ops.set_rar)
3537 return -ENOMEM;
3538
3539 netdev_for_each_uc_addr(ha, netdev) {
3540 if (!rar_entries)
3541 break;
3542 hw->mac.ops.set_rar(hw, rar_entries--, ha->addr,
1d9c0bfd 3543 VMDQ_P(0), IXGBE_RAH_AV);
2850062a
AD
3544 count++;
3545 }
3546 }
3547 /* write the addresses in reverse order to avoid write combining */
3548 for (; rar_entries > 0 ; rar_entries--)
3549 hw->mac.ops.clear_rar(hw, rar_entries);
3550
3551 return count;
3552}
3553
9a799d71 3554/**
2c5645cf 3555 * ixgbe_set_rx_mode - Unicast, Multicast and Promiscuous mode set
9a799d71
AK
3556 * @netdev: network interface device structure
3557 *
2c5645cf
CL
3558 * The set_rx_method entry point is called whenever the unicast/multicast
3559 * address list or the network interface flags are updated. This routine is
3560 * responsible for configuring the hardware for proper unicast, multicast and
3561 * promiscuous mode.
9a799d71 3562 **/
7f870475 3563void ixgbe_set_rx_mode(struct net_device *netdev)
9a799d71
AK
3564{
3565 struct ixgbe_adapter *adapter = netdev_priv(netdev);
3566 struct ixgbe_hw *hw = &adapter->hw;
2850062a
AD
3567 u32 fctrl, vmolr = IXGBE_VMOLR_BAM | IXGBE_VMOLR_AUPE;
3568 int count;
9a799d71
AK
3569
3570 /* Check for Promiscuous and All Multicast modes */
3571
3572 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL);
3573
f5dc442b 3574 /* set all bits that we expect to always be set */
3f2d1c0f 3575 fctrl &= ~IXGBE_FCTRL_SBP; /* disable store-bad-packets */
f5dc442b
AD
3576 fctrl |= IXGBE_FCTRL_BAM;
3577 fctrl |= IXGBE_FCTRL_DPF; /* discard pause frames when FC enabled */
3578 fctrl |= IXGBE_FCTRL_PMCF;
3579
2850062a
AD
3580 /* clear the bits we are changing the status of */
3581 fctrl &= ~(IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE);
3582
9a799d71 3583 if (netdev->flags & IFF_PROMISC) {
e433ea1f 3584 hw->addr_ctrl.user_set_promisc = true;
9a799d71 3585 fctrl |= (IXGBE_FCTRL_UPE | IXGBE_FCTRL_MPE);
2850062a 3586 vmolr |= (IXGBE_VMOLR_ROPE | IXGBE_VMOLR_MPE);
5f6c0181
JB
3587 /* don't hardware filter vlans in promisc mode */
3588 ixgbe_vlan_filter_disable(adapter);
9a799d71 3589 } else {
746b9f02
PM
3590 if (netdev->flags & IFF_ALLMULTI) {
3591 fctrl |= IXGBE_FCTRL_MPE;
2850062a
AD
3592 vmolr |= IXGBE_VMOLR_MPE;
3593 } else {
3594 /*
3595 * Write addresses to the MTA, if the attempt fails
25985edc 3596 * then we should just turn on promiscuous mode so
2850062a
AD
3597 * that we can at least receive multicast traffic
3598 */
3599 hw->mac.ops.update_mc_addr_list(hw, netdev);
3600 vmolr |= IXGBE_VMOLR_ROMPE;
746b9f02 3601 }
5f6c0181 3602 ixgbe_vlan_filter_enable(adapter);
e433ea1f 3603 hw->addr_ctrl.user_set_promisc = false;
9dcb373c
JF
3604 }
3605
3606 /*
3607 * Write addresses to available RAR registers, if there is not
3608 * sufficient space to store all the addresses then enable
3609 * unicast promiscuous mode
3610 */
3611 count = ixgbe_write_uc_addr_list(netdev);
3612 if (count < 0) {
3613 fctrl |= IXGBE_FCTRL_UPE;
3614 vmolr |= IXGBE_VMOLR_ROPE;
9a799d71
AK
3615 }
3616
1d9c0bfd 3617 if (adapter->num_vfs)
1cdd1ec8 3618 ixgbe_restore_vf_multicasts(adapter);
1d9c0bfd
AD
3619
3620 if (hw->mac.type != ixgbe_mac_82598EB) {
3621 vmolr |= IXGBE_READ_REG(hw, IXGBE_VMOLR(VMDQ_P(0))) &
2850062a
AD
3622 ~(IXGBE_VMOLR_MPE | IXGBE_VMOLR_ROMPE |
3623 IXGBE_VMOLR_ROPE);
1d9c0bfd 3624 IXGBE_WRITE_REG(hw, IXGBE_VMOLR(VMDQ_P(0)), vmolr);
2850062a
AD
3625 }
3626
3f2d1c0f
BG
3627 /* This is useful for sniffing bad packets. */
3628 if (adapter->netdev->features & NETIF_F_RXALL) {
3629 /* UPE and MPE will be handled by normal PROMISC logic
3630 * in e1000e_set_rx_mode */
3631 fctrl |= (IXGBE_FCTRL_SBP | /* Receive bad packets */
3632 IXGBE_FCTRL_BAM | /* RX All Bcast Pkts */
3633 IXGBE_FCTRL_PMCF); /* RX All MAC Ctrl Pkts */
3634
3635 fctrl &= ~(IXGBE_FCTRL_DPF);
3636 /* NOTE: VLAN filtering is disabled by setting PROMISC */
3637 }
3638
2850062a 3639 IXGBE_WRITE_REG(hw, IXGBE_FCTRL, fctrl);
f62bbb5e
JG
3640
3641 if (netdev->features & NETIF_F_HW_VLAN_RX)
3642 ixgbe_vlan_strip_enable(adapter);
3643 else
3644 ixgbe_vlan_strip_disable(adapter);
9a799d71
AK
3645}
3646
021230d4
AV
3647static void ixgbe_napi_enable_all(struct ixgbe_adapter *adapter)
3648{
3649 int q_idx;
021230d4 3650
49c7ffbe
AD
3651 for (q_idx = 0; q_idx < adapter->num_q_vectors; q_idx++)
3652 napi_enable(&adapter->q_vector[q_idx]->napi);
021230d4
AV
3653}
3654
3655static void ixgbe_napi_disable_all(struct ixgbe_adapter *adapter)
3656{
3657 int q_idx;
021230d4 3658
49c7ffbe
AD
3659 for (q_idx = 0; q_idx < adapter->num_q_vectors; q_idx++)
3660 napi_disable(&adapter->q_vector[q_idx]->napi);
021230d4
AV
3661}
3662
7a6b6f51 3663#ifdef CONFIG_IXGBE_DCB
49ce9c2c 3664/**
2f90b865
AD
3665 * ixgbe_configure_dcb - Configure DCB hardware
3666 * @adapter: ixgbe adapter struct
3667 *
3668 * This is called by the driver on open to configure the DCB hardware.
3669 * This is also called by the gennetlink interface when reconfiguring
3670 * the DCB state.
3671 */
3672static void ixgbe_configure_dcb(struct ixgbe_adapter *adapter)
3673{
3674 struct ixgbe_hw *hw = &adapter->hw;
9806307a 3675 int max_frame = adapter->netdev->mtu + ETH_HLEN + ETH_FCS_LEN;
2f90b865 3676
67ebd791
AD
3677 if (!(adapter->flags & IXGBE_FLAG_DCB_ENABLED)) {
3678 if (hw->mac.type == ixgbe_mac_82598EB)
3679 netif_set_gso_max_size(adapter->netdev, 65536);
3680 return;
3681 }
3682
3683 if (hw->mac.type == ixgbe_mac_82598EB)
3684 netif_set_gso_max_size(adapter->netdev, 32768);
3685
971060b1 3686#ifdef IXGBE_FCOE
b120818e
JF
3687 if (adapter->netdev->features & NETIF_F_FCOE_MTU)
3688 max_frame = max(max_frame, IXGBE_FCOE_JUMBO_FRAME_SIZE);
c27931da 3689#endif
b120818e
JF
3690
3691 /* reconfigure the hardware */
3692 if (adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE) {
c27931da
JF
3693 ixgbe_dcb_calculate_tc_credits(hw, &adapter->dcb_cfg, max_frame,
3694 DCB_TX_CONFIG);
3695 ixgbe_dcb_calculate_tc_credits(hw, &adapter->dcb_cfg, max_frame,
3696 DCB_RX_CONFIG);
3697 ixgbe_dcb_hw_config(hw, &adapter->dcb_cfg);
b120818e
JF
3698 } else if (adapter->ixgbe_ieee_ets && adapter->ixgbe_ieee_pfc) {
3699 ixgbe_dcb_hw_ets(&adapter->hw,
3700 adapter->ixgbe_ieee_ets,
3701 max_frame);
3702 ixgbe_dcb_hw_pfc_config(&adapter->hw,
3703 adapter->ixgbe_ieee_pfc->pfc_en,
3704 adapter->ixgbe_ieee_ets->prio_tc);
c27931da 3705 }
8187cd48
JF
3706
3707 /* Enable RSS Hash per TC */
3708 if (hw->mac.type != ixgbe_mac_82598EB) {
4ae63730
AD
3709 u32 msb = 0;
3710 u16 rss_i = adapter->ring_feature[RING_F_RSS].indices - 1;
8187cd48 3711
d411a936
AD
3712 while (rss_i) {
3713 msb++;
3714 rss_i >>= 1;
3715 }
8187cd48 3716
4ae63730
AD
3717 /* write msb to all 8 TCs in one write */
3718 IXGBE_WRITE_REG(hw, IXGBE_RQTC, msb * 0x11111111);
8187cd48 3719 }
2f90b865 3720}
9da712d2
JF
3721#endif
3722
3723/* Additional bittime to account for IXGBE framing */
3724#define IXGBE_ETH_FRAMING 20
3725
49ce9c2c 3726/**
9da712d2
JF
3727 * ixgbe_hpbthresh - calculate high water mark for flow control
3728 *
3729 * @adapter: board private structure to calculate for
49ce9c2c 3730 * @pb: packet buffer to calculate
9da712d2
JF
3731 */
3732static int ixgbe_hpbthresh(struct ixgbe_adapter *adapter, int pb)
3733{
3734 struct ixgbe_hw *hw = &adapter->hw;
3735 struct net_device *dev = adapter->netdev;
3736 int link, tc, kb, marker;
3737 u32 dv_id, rx_pba;
3738
3739 /* Calculate max LAN frame size */
3740 tc = link = dev->mtu + ETH_HLEN + ETH_FCS_LEN + IXGBE_ETH_FRAMING;
3741
3742#ifdef IXGBE_FCOE
3743 /* FCoE traffic class uses FCOE jumbo frames */
800bd607
AD
3744 if ((dev->features & NETIF_F_FCOE_MTU) &&
3745 (tc < IXGBE_FCOE_JUMBO_FRAME_SIZE) &&
3746 (pb == ixgbe_fcoe_get_tc(adapter)))
3747 tc = IXGBE_FCOE_JUMBO_FRAME_SIZE;
9da712d2
JF
3748
3749#endif
9da712d2
JF
3750 /* Calculate delay value for device */
3751 switch (hw->mac.type) {
3752 case ixgbe_mac_X540:
3753 dv_id = IXGBE_DV_X540(link, tc);
3754 break;
3755 default:
3756 dv_id = IXGBE_DV(link, tc);
3757 break;
3758 }
3759
3760 /* Loopback switch introduces additional latency */
3761 if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED)
3762 dv_id += IXGBE_B2BT(tc);
3763
3764 /* Delay value is calculated in bit times convert to KB */
3765 kb = IXGBE_BT2KB(dv_id);
3766 rx_pba = IXGBE_READ_REG(hw, IXGBE_RXPBSIZE(pb)) >> 10;
3767
3768 marker = rx_pba - kb;
3769
3770 /* It is possible that the packet buffer is not large enough
3771 * to provide required headroom. In this case throw an error
3772 * to user and a do the best we can.
3773 */
3774 if (marker < 0) {
3775 e_warn(drv, "Packet Buffer(%i) can not provide enough"
3776 "headroom to support flow control."
3777 "Decrease MTU or number of traffic classes\n", pb);
3778 marker = tc + 1;
3779 }
3780
3781 return marker;
3782}
3783
49ce9c2c 3784/**
9da712d2
JF
3785 * ixgbe_lpbthresh - calculate low water mark for for flow control
3786 *
3787 * @adapter: board private structure to calculate for
49ce9c2c 3788 * @pb: packet buffer to calculate
9da712d2
JF
3789 */
3790static int ixgbe_lpbthresh(struct ixgbe_adapter *adapter)
3791{
3792 struct ixgbe_hw *hw = &adapter->hw;
3793 struct net_device *dev = adapter->netdev;
3794 int tc;
3795 u32 dv_id;
3796
3797 /* Calculate max LAN frame size */
3798 tc = dev->mtu + ETH_HLEN + ETH_FCS_LEN;
3799
3800 /* Calculate delay value for device */
3801 switch (hw->mac.type) {
3802 case ixgbe_mac_X540:
3803 dv_id = IXGBE_LOW_DV_X540(tc);
3804 break;
3805 default:
3806 dv_id = IXGBE_LOW_DV(tc);
3807 break;
3808 }
3809
3810 /* Delay value is calculated in bit times convert to KB */
3811 return IXGBE_BT2KB(dv_id);
3812}
3813
3814/*
3815 * ixgbe_pbthresh_setup - calculate and setup high low water marks
3816 */
3817static void ixgbe_pbthresh_setup(struct ixgbe_adapter *adapter)
3818{
3819 struct ixgbe_hw *hw = &adapter->hw;
3820 int num_tc = netdev_get_num_tc(adapter->netdev);
3821 int i;
3822
3823 if (!num_tc)
3824 num_tc = 1;
3825
3826 hw->fc.low_water = ixgbe_lpbthresh(adapter);
3827
3828 for (i = 0; i < num_tc; i++) {
3829 hw->fc.high_water[i] = ixgbe_hpbthresh(adapter, i);
3830
3831 /* Low water marks must not be larger than high water marks */
3832 if (hw->fc.low_water > hw->fc.high_water[i])
3833 hw->fc.low_water = 0;
3834 }
3835}
3836
80605c65
JF
3837static void ixgbe_configure_pb(struct ixgbe_adapter *adapter)
3838{
80605c65 3839 struct ixgbe_hw *hw = &adapter->hw;
f7e1027f
AD
3840 int hdrm;
3841 u8 tc = netdev_get_num_tc(adapter->netdev);
80605c65
JF
3842
3843 if (adapter->flags & IXGBE_FLAG_FDIR_HASH_CAPABLE ||
3844 adapter->flags & IXGBE_FLAG_FDIR_PERFECT_CAPABLE)
f7e1027f
AD
3845 hdrm = 32 << adapter->fdir_pballoc;
3846 else
3847 hdrm = 0;
80605c65 3848
f7e1027f 3849 hw->mac.ops.set_rxpba(hw, tc, hdrm, PBA_STRATEGY_EQUAL);
9da712d2 3850 ixgbe_pbthresh_setup(adapter);
80605c65
JF
3851}
3852
e4911d57
AD
3853static void ixgbe_fdir_filter_restore(struct ixgbe_adapter *adapter)
3854{
3855 struct ixgbe_hw *hw = &adapter->hw;
3856 struct hlist_node *node, *node2;
3857 struct ixgbe_fdir_filter *filter;
3858
3859 spin_lock(&adapter->fdir_perfect_lock);
3860
3861 if (!hlist_empty(&adapter->fdir_filter_list))
3862 ixgbe_fdir_set_input_mask_82599(hw, &adapter->fdir_mask);
3863
3864 hlist_for_each_entry_safe(filter, node, node2,
3865 &adapter->fdir_filter_list, fdir_node) {
3866 ixgbe_fdir_write_perfect_filter_82599(hw,
1f4d5183
AD
3867 &filter->filter,
3868 filter->sw_idx,
3869 (filter->action == IXGBE_FDIR_DROP_QUEUE) ?
3870 IXGBE_FDIR_DROP_QUEUE :
3871 adapter->rx_ring[filter->action]->reg_idx);
e4911d57
AD
3872 }
3873
3874 spin_unlock(&adapter->fdir_perfect_lock);
3875}
3876
9a799d71
AK
3877static void ixgbe_configure(struct ixgbe_adapter *adapter)
3878{
d2f5e7f3
AS
3879 struct ixgbe_hw *hw = &adapter->hw;
3880
80605c65 3881 ixgbe_configure_pb(adapter);
7a6b6f51 3882#ifdef CONFIG_IXGBE_DCB
67ebd791 3883 ixgbe_configure_dcb(adapter);
2f90b865 3884#endif
b35d4d42
AD
3885 /*
3886 * We must restore virtualization before VLANs or else
3887 * the VLVF registers will not be populated
3888 */
3889 ixgbe_configure_virtualization(adapter);
9a799d71 3890
4c1d7b4b 3891 ixgbe_set_rx_mode(adapter->netdev);
f62bbb5e
JG
3892 ixgbe_restore_vlan(adapter);
3893
d2f5e7f3
AS
3894 switch (hw->mac.type) {
3895 case ixgbe_mac_82599EB:
3896 case ixgbe_mac_X540:
3897 hw->mac.ops.disable_rx_buff(hw);
3898 break;
3899 default:
3900 break;
3901 }
3902
c4cf55e5 3903 if (adapter->flags & IXGBE_FLAG_FDIR_HASH_CAPABLE) {
4c1d7b4b
AD
3904 ixgbe_init_fdir_signature_82599(&adapter->hw,
3905 adapter->fdir_pballoc);
e4911d57
AD
3906 } else if (adapter->flags & IXGBE_FLAG_FDIR_PERFECT_CAPABLE) {
3907 ixgbe_init_fdir_perfect_82599(&adapter->hw,
3908 adapter->fdir_pballoc);
3909 ixgbe_fdir_filter_restore(adapter);
c4cf55e5 3910 }
4c1d7b4b 3911
d2f5e7f3
AS
3912 switch (hw->mac.type) {
3913 case ixgbe_mac_82599EB:
3914 case ixgbe_mac_X540:
3915 hw->mac.ops.enable_rx_buff(hw);
3916 break;
3917 default:
3918 break;
3919 }
3920
7c8ae65a
AD
3921#ifdef IXGBE_FCOE
3922 /* configure FCoE L2 filters, redirection table, and Rx control */
3923 ixgbe_configure_fcoe(adapter);
3924
3925#endif /* IXGBE_FCOE */
9a799d71
AK
3926 ixgbe_configure_tx(adapter);
3927 ixgbe_configure_rx(adapter);
9a799d71
AK
3928}
3929
e8e26350
PW
3930static inline bool ixgbe_is_sfp(struct ixgbe_hw *hw)
3931{
3932 switch (hw->phy.type) {
3933 case ixgbe_phy_sfp_avago:
3934 case ixgbe_phy_sfp_ftl:
3935 case ixgbe_phy_sfp_intel:
3936 case ixgbe_phy_sfp_unknown:
ea0a04df
DS
3937 case ixgbe_phy_sfp_passive_tyco:
3938 case ixgbe_phy_sfp_passive_unknown:
3939 case ixgbe_phy_sfp_active_unknown:
3940 case ixgbe_phy_sfp_ftl_active:
e8e26350 3941 return true;
8917b447
AD
3942 case ixgbe_phy_nl:
3943 if (hw->mac.type == ixgbe_mac_82598EB)
3944 return true;
e8e26350
PW
3945 default:
3946 return false;
3947 }
3948}
3949
0ecc061d 3950/**
e8e26350
PW
3951 * ixgbe_sfp_link_config - set up SFP+ link
3952 * @adapter: pointer to private adapter struct
3953 **/
3954static void ixgbe_sfp_link_config(struct ixgbe_adapter *adapter)
3955{
7086400d 3956 /*
52f33af8 3957 * We are assuming the worst case scenario here, and that
7086400d
AD
3958 * is that an SFP was inserted/removed after the reset
3959 * but before SFP detection was enabled. As such the best
3960 * solution is to just start searching as soon as we start
3961 */
3962 if (adapter->hw.mac.type == ixgbe_mac_82598EB)
3963 adapter->flags2 |= IXGBE_FLAG2_SEARCH_FOR_SFP;
e8e26350 3964
7086400d 3965 adapter->flags2 |= IXGBE_FLAG2_SFP_NEEDS_RESET;
e8e26350
PW
3966}
3967
3968/**
3969 * ixgbe_non_sfp_link_config - set up non-SFP+ link
0ecc061d
PWJ
3970 * @hw: pointer to private hardware struct
3971 *
3972 * Returns 0 on success, negative on failure
3973 **/
e8e26350 3974static int ixgbe_non_sfp_link_config(struct ixgbe_hw *hw)
0ecc061d
PWJ
3975{
3976 u32 autoneg;
8620a103 3977 bool negotiation, link_up = false;
0ecc061d
PWJ
3978 u32 ret = IXGBE_ERR_LINK_SETUP;
3979
3980 if (hw->mac.ops.check_link)
3981 ret = hw->mac.ops.check_link(hw, &autoneg, &link_up, false);
3982
3983 if (ret)
3984 goto link_cfg_out;
3985
0b0c2b31
ET
3986 autoneg = hw->phy.autoneg_advertised;
3987 if ((!autoneg) && (hw->mac.ops.get_link_capabilities))
e8e9f696
JP
3988 ret = hw->mac.ops.get_link_capabilities(hw, &autoneg,
3989 &negotiation);
0ecc061d
PWJ
3990 if (ret)
3991 goto link_cfg_out;
3992
8620a103
MC
3993 if (hw->mac.ops.setup_link)
3994 ret = hw->mac.ops.setup_link(hw, autoneg, negotiation, link_up);
0ecc061d
PWJ
3995link_cfg_out:
3996 return ret;
3997}
3998
a34bcfff 3999static void ixgbe_setup_gpie(struct ixgbe_adapter *adapter)
9a799d71 4000{
9a799d71 4001 struct ixgbe_hw *hw = &adapter->hw;
a34bcfff 4002 u32 gpie = 0;
9a799d71 4003
9b471446 4004 if (adapter->flags & IXGBE_FLAG_MSIX_ENABLED) {
a34bcfff
AD
4005 gpie = IXGBE_GPIE_MSIX_MODE | IXGBE_GPIE_PBA_SUPPORT |
4006 IXGBE_GPIE_OCD;
4007 gpie |= IXGBE_GPIE_EIAME;
9b471446
JB
4008 /*
4009 * use EIAM to auto-mask when MSI-X interrupt is asserted
4010 * this saves a register write for every interrupt
4011 */
4012 switch (hw->mac.type) {
4013 case ixgbe_mac_82598EB:
4014 IXGBE_WRITE_REG(hw, IXGBE_EIAM, IXGBE_EICS_RTX_QUEUE);
4015 break;
9b471446 4016 case ixgbe_mac_82599EB:
b93a2226
DS
4017 case ixgbe_mac_X540:
4018 default:
9b471446
JB
4019 IXGBE_WRITE_REG(hw, IXGBE_EIAM_EX(0), 0xFFFFFFFF);
4020 IXGBE_WRITE_REG(hw, IXGBE_EIAM_EX(1), 0xFFFFFFFF);
4021 break;
4022 }
4023 } else {
021230d4
AV
4024 /* legacy interrupts, use EIAM to auto-mask when reading EICR,
4025 * specifically only auto mask tx and rx interrupts */
4026 IXGBE_WRITE_REG(hw, IXGBE_EIAM, IXGBE_EICS_RTX_QUEUE);
4027 }
9a799d71 4028
a34bcfff
AD
4029 /* XXX: to interrupt immediately for EICS writes, enable this */
4030 /* gpie |= IXGBE_GPIE_EIMEN; */
4031
4032 if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED) {
4033 gpie &= ~IXGBE_GPIE_VTMODE_MASK;
73079ea0
AD
4034
4035 switch (adapter->ring_feature[RING_F_VMDQ].mask) {
4036 case IXGBE_82599_VMDQ_8Q_MASK:
4037 gpie |= IXGBE_GPIE_VTMODE_16;
4038 break;
4039 case IXGBE_82599_VMDQ_4Q_MASK:
4040 gpie |= IXGBE_GPIE_VTMODE_32;
4041 break;
4042 default:
4043 gpie |= IXGBE_GPIE_VTMODE_64;
4044 break;
4045 }
119fc60a
MC
4046 }
4047
5fdd31f9 4048 /* Enable Thermal over heat sensor interrupt */
f3df98ec
DS
4049 if (adapter->flags2 & IXGBE_FLAG2_TEMP_SENSOR_CAPABLE) {
4050 switch (adapter->hw.mac.type) {
4051 case ixgbe_mac_82599EB:
4052 gpie |= IXGBE_SDP0_GPIEN;
4053 break;
4054 case ixgbe_mac_X540:
4055 gpie |= IXGBE_EIMS_TS;
4056 break;
4057 default:
4058 break;
4059 }
4060 }
5fdd31f9 4061
a34bcfff
AD
4062 /* Enable fan failure interrupt */
4063 if (adapter->flags & IXGBE_FLAG_FAN_FAIL_CAPABLE)
0befdb3e 4064 gpie |= IXGBE_SDP1_GPIEN;
0befdb3e 4065
2698b208 4066 if (hw->mac.type == ixgbe_mac_82599EB) {
e8e26350
PW
4067 gpie |= IXGBE_SDP1_GPIEN;
4068 gpie |= IXGBE_SDP2_GPIEN;
2698b208 4069 }
a34bcfff
AD
4070
4071 IXGBE_WRITE_REG(hw, IXGBE_GPIE, gpie);
4072}
4073
c7ccde0f 4074static void ixgbe_up_complete(struct ixgbe_adapter *adapter)
a34bcfff
AD
4075{
4076 struct ixgbe_hw *hw = &adapter->hw;
a34bcfff 4077 int err;
a34bcfff
AD
4078 u32 ctrl_ext;
4079
4080 ixgbe_get_hw_control(adapter);
4081 ixgbe_setup_gpie(adapter);
e8e26350 4082
9a799d71
AK
4083 if (adapter->flags & IXGBE_FLAG_MSIX_ENABLED)
4084 ixgbe_configure_msix(adapter);
4085 else
4086 ixgbe_configure_msi_and_legacy(adapter);
4087
c6ecf39a
DS
4088 /* enable the optics for both mult-speed fiber and 82599 SFP+ fiber */
4089 if (hw->mac.ops.enable_tx_laser &&
4090 ((hw->phy.multispeed_fiber) ||
9f911707 4091 ((hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) &&
c6ecf39a 4092 (hw->mac.type == ixgbe_mac_82599EB))))
61fac744
PW
4093 hw->mac.ops.enable_tx_laser(hw);
4094
9a799d71 4095 clear_bit(__IXGBE_DOWN, &adapter->state);
021230d4
AV
4096 ixgbe_napi_enable_all(adapter);
4097
73c4b7cd
AD
4098 if (ixgbe_is_sfp(hw)) {
4099 ixgbe_sfp_link_config(adapter);
4100 } else {
4101 err = ixgbe_non_sfp_link_config(hw);
4102 if (err)
4103 e_err(probe, "link_config FAILED %d\n", err);
4104 }
4105
021230d4
AV
4106 /* clear any pending interrupts, may auto mask */
4107 IXGBE_READ_REG(hw, IXGBE_EICR);
6af3b9eb 4108 ixgbe_irq_enable(adapter, true, true);
9a799d71 4109
bf069c97
DS
4110 /*
4111 * If this adapter has a fan, check to see if we had a failure
4112 * before we enabled the interrupt.
4113 */
4114 if (adapter->flags & IXGBE_FLAG_FAN_FAIL_CAPABLE) {
4115 u32 esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
4116 if (esdp & IXGBE_ESDP_SDP1)
396e799c 4117 e_crit(drv, "Fan has stopped, replace the adapter\n");
bf069c97
DS
4118 }
4119
1da100bb 4120 /* enable transmits */
477de6ed 4121 netif_tx_start_all_queues(adapter->netdev);
1da100bb 4122
9a799d71
AK
4123 /* bring the link up in the watchdog, this could race with our first
4124 * link up interrupt but shouldn't be a problem */
cf8280ee
JB
4125 adapter->flags |= IXGBE_FLAG_NEED_LINK_UPDATE;
4126 adapter->link_check_timeout = jiffies;
7086400d 4127 mod_timer(&adapter->service_timer, jiffies);
c9205697
GR
4128
4129 /* Set PF Reset Done bit so PF/VF Mail Ops can work */
4130 ctrl_ext = IXGBE_READ_REG(hw, IXGBE_CTRL_EXT);
4131 ctrl_ext |= IXGBE_CTRL_EXT_PFRSTD;
4132 IXGBE_WRITE_REG(hw, IXGBE_CTRL_EXT, ctrl_ext);
9a799d71
AK
4133}
4134
d4f80882
AV
4135void ixgbe_reinit_locked(struct ixgbe_adapter *adapter)
4136{
4137 WARN_ON(in_interrupt());
7086400d
AD
4138 /* put off any impending NetWatchDogTimeout */
4139 adapter->netdev->trans_start = jiffies;
4140
d4f80882 4141 while (test_and_set_bit(__IXGBE_RESETTING, &adapter->state))
032b4325 4142 usleep_range(1000, 2000);
d4f80882 4143 ixgbe_down(adapter);
5809a1ae
GR
4144 /*
4145 * If SR-IOV enabled then wait a bit before bringing the adapter
4146 * back up to give the VFs time to respond to the reset. The
4147 * two second wait is based upon the watchdog timer cycle in
4148 * the VF driver.
4149 */
4150 if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED)
4151 msleep(2000);
d4f80882
AV
4152 ixgbe_up(adapter);
4153 clear_bit(__IXGBE_RESETTING, &adapter->state);
4154}
4155
c7ccde0f 4156void ixgbe_up(struct ixgbe_adapter *adapter)
9a799d71
AK
4157{
4158 /* hardware has been reset, we need to reload some things */
4159 ixgbe_configure(adapter);
4160
c7ccde0f 4161 ixgbe_up_complete(adapter);
9a799d71
AK
4162}
4163
4164void ixgbe_reset(struct ixgbe_adapter *adapter)
4165{
c44ade9e 4166 struct ixgbe_hw *hw = &adapter->hw;
8ca783ab
DS
4167 int err;
4168
7086400d
AD
4169 /* lock SFP init bit to prevent race conditions with the watchdog */
4170 while (test_and_set_bit(__IXGBE_IN_SFP_INIT, &adapter->state))
4171 usleep_range(1000, 2000);
4172
4173 /* clear all SFP and link config related flags while holding SFP_INIT */
4174 adapter->flags2 &= ~(IXGBE_FLAG2_SEARCH_FOR_SFP |
4175 IXGBE_FLAG2_SFP_NEEDS_RESET);
4176 adapter->flags &= ~IXGBE_FLAG_NEED_LINK_CONFIG;
4177
8ca783ab 4178 err = hw->mac.ops.init_hw(hw);
da4dd0f7
PWJ
4179 switch (err) {
4180 case 0:
4181 case IXGBE_ERR_SFP_NOT_PRESENT:
7086400d 4182 case IXGBE_ERR_SFP_NOT_SUPPORTED:
da4dd0f7
PWJ
4183 break;
4184 case IXGBE_ERR_MASTER_REQUESTS_PENDING:
849c4542 4185 e_dev_err("master disable timed out\n");
da4dd0f7 4186 break;
794caeb2
PWJ
4187 case IXGBE_ERR_EEPROM_VERSION:
4188 /* We are running on a pre-production device, log a warning */
849c4542 4189 e_dev_warn("This device is a pre-production adapter/LOM. "
52f33af8 4190 "Please be aware there may be issues associated with "
849c4542
ET
4191 "your hardware. If you are experiencing problems "
4192 "please contact your Intel or hardware "
4193 "representative who provided you with this "
4194 "hardware.\n");
794caeb2 4195 break;
da4dd0f7 4196 default:
849c4542 4197 e_dev_err("Hardware Error: %d\n", err);
da4dd0f7 4198 }
9a799d71 4199
7086400d
AD
4200 clear_bit(__IXGBE_IN_SFP_INIT, &adapter->state);
4201
9a799d71 4202 /* reprogram the RAR[0] in case user changed it. */
1d9c0bfd 4203 hw->mac.ops.set_rar(hw, 0, hw->mac.addr, VMDQ_P(0), IXGBE_RAH_AV);
7fa7c9dc
AD
4204
4205 /* update SAN MAC vmdq pool selection */
4206 if (hw->mac.san_mac_rar_index)
4207 hw->mac.ops.set_vmdq_san_mac(hw, VMDQ_P(0));
1a71ab24
JK
4208
4209#ifdef CONFIG_IXGBE_PTP
4210 if (adapter->flags2 & IXGBE_FLAG2_PTP_ENABLED)
4211 ixgbe_ptp_reset(adapter);
4212#endif
9a799d71
AK
4213}
4214
9a799d71
AK
4215/**
4216 * ixgbe_clean_rx_ring - Free Rx Buffers per Queue
9a799d71
AK
4217 * @rx_ring: ring to free buffers from
4218 **/
b6ec895e 4219static void ixgbe_clean_rx_ring(struct ixgbe_ring *rx_ring)
9a799d71 4220{
b6ec895e 4221 struct device *dev = rx_ring->dev;
9a799d71 4222 unsigned long size;
b6ec895e 4223 u16 i;
9a799d71 4224
84418e3b
AD
4225 /* ring already cleared, nothing to do */
4226 if (!rx_ring->rx_buffer_info)
4227 return;
9a799d71 4228
84418e3b 4229 /* Free all the Rx ring sk_buffs */
9a799d71 4230 for (i = 0; i < rx_ring->count; i++) {
f800326d
AD
4231 struct ixgbe_rx_buffer *rx_buffer;
4232
4233 rx_buffer = &rx_ring->rx_buffer_info[i];
4234 if (rx_buffer->skb) {
4235 struct sk_buff *skb = rx_buffer->skb;
4236 if (IXGBE_CB(skb)->page_released) {
4237 dma_unmap_page(dev,
4238 IXGBE_CB(skb)->dma,
4239 ixgbe_rx_bufsz(rx_ring),
4240 DMA_FROM_DEVICE);
4241 IXGBE_CB(skb)->page_released = false;
4c1975d7
AD
4242 }
4243 dev_kfree_skb(skb);
9a799d71 4244 }
f800326d
AD
4245 rx_buffer->skb = NULL;
4246 if (rx_buffer->dma)
4247 dma_unmap_page(dev, rx_buffer->dma,
4248 ixgbe_rx_pg_size(rx_ring),
4249 DMA_FROM_DEVICE);
4250 rx_buffer->dma = 0;
4251 if (rx_buffer->page)
dd411ec4
AD
4252 __free_pages(rx_buffer->page,
4253 ixgbe_rx_pg_order(rx_ring));
f800326d 4254 rx_buffer->page = NULL;
9a799d71
AK
4255 }
4256
4257 size = sizeof(struct ixgbe_rx_buffer) * rx_ring->count;
4258 memset(rx_ring->rx_buffer_info, 0, size);
4259
4260 /* Zero out the descriptor ring */
4261 memset(rx_ring->desc, 0, rx_ring->size);
4262
f800326d 4263 rx_ring->next_to_alloc = 0;
9a799d71
AK
4264 rx_ring->next_to_clean = 0;
4265 rx_ring->next_to_use = 0;
9a799d71
AK
4266}
4267
4268/**
4269 * ixgbe_clean_tx_ring - Free Tx Buffers
9a799d71
AK
4270 * @tx_ring: ring to be cleaned
4271 **/
b6ec895e 4272static void ixgbe_clean_tx_ring(struct ixgbe_ring *tx_ring)
9a799d71
AK
4273{
4274 struct ixgbe_tx_buffer *tx_buffer_info;
4275 unsigned long size;
b6ec895e 4276 u16 i;
9a799d71 4277
84418e3b
AD
4278 /* ring already cleared, nothing to do */
4279 if (!tx_ring->tx_buffer_info)
4280 return;
9a799d71 4281
84418e3b 4282 /* Free all the Tx ring sk_buffs */
9a799d71
AK
4283 for (i = 0; i < tx_ring->count; i++) {
4284 tx_buffer_info = &tx_ring->tx_buffer_info[i];
b6ec895e 4285 ixgbe_unmap_and_free_tx_resource(tx_ring, tx_buffer_info);
9a799d71
AK
4286 }
4287
dad8a3b3
JF
4288 netdev_tx_reset_queue(txring_txq(tx_ring));
4289
9a799d71
AK
4290 size = sizeof(struct ixgbe_tx_buffer) * tx_ring->count;
4291 memset(tx_ring->tx_buffer_info, 0, size);
4292
4293 /* Zero out the descriptor ring */
4294 memset(tx_ring->desc, 0, tx_ring->size);
4295
4296 tx_ring->next_to_use = 0;
4297 tx_ring->next_to_clean = 0;
9a799d71
AK
4298}
4299
4300/**
021230d4 4301 * ixgbe_clean_all_rx_rings - Free Rx Buffers for all queues
9a799d71
AK
4302 * @adapter: board private structure
4303 **/
021230d4 4304static void ixgbe_clean_all_rx_rings(struct ixgbe_adapter *adapter)
9a799d71
AK
4305{
4306 int i;
4307
021230d4 4308 for (i = 0; i < adapter->num_rx_queues; i++)
b6ec895e 4309 ixgbe_clean_rx_ring(adapter->rx_ring[i]);
9a799d71
AK
4310}
4311
4312/**
021230d4 4313 * ixgbe_clean_all_tx_rings - Free Tx Buffers for all queues
9a799d71
AK
4314 * @adapter: board private structure
4315 **/
021230d4 4316static void ixgbe_clean_all_tx_rings(struct ixgbe_adapter *adapter)
9a799d71
AK
4317{
4318 int i;
4319
021230d4 4320 for (i = 0; i < adapter->num_tx_queues; i++)
b6ec895e 4321 ixgbe_clean_tx_ring(adapter->tx_ring[i]);
9a799d71
AK
4322}
4323
e4911d57
AD
4324static void ixgbe_fdir_filter_exit(struct ixgbe_adapter *adapter)
4325{
4326 struct hlist_node *node, *node2;
4327 struct ixgbe_fdir_filter *filter;
4328
4329 spin_lock(&adapter->fdir_perfect_lock);
4330
4331 hlist_for_each_entry_safe(filter, node, node2,
4332 &adapter->fdir_filter_list, fdir_node) {
4333 hlist_del(&filter->fdir_node);
4334 kfree(filter);
4335 }
4336 adapter->fdir_filter_count = 0;
4337
4338 spin_unlock(&adapter->fdir_perfect_lock);
4339}
4340
9a799d71
AK
4341void ixgbe_down(struct ixgbe_adapter *adapter)
4342{
4343 struct net_device *netdev = adapter->netdev;
7f821875 4344 struct ixgbe_hw *hw = &adapter->hw;
9a799d71 4345 u32 rxctrl;
bf29ee6c 4346 int i;
9a799d71
AK
4347
4348 /* signal that we are down to the interrupt handler */
4349 set_bit(__IXGBE_DOWN, &adapter->state);
4350
4351 /* disable receives */
7f821875
JB
4352 rxctrl = IXGBE_READ_REG(hw, IXGBE_RXCTRL);
4353 IXGBE_WRITE_REG(hw, IXGBE_RXCTRL, rxctrl & ~IXGBE_RXCTRL_RXEN);
9a799d71 4354
2d39d576
YZ
4355 /* disable all enabled rx queues */
4356 for (i = 0; i < adapter->num_rx_queues; i++)
4357 /* this call also flushes the previous write */
4358 ixgbe_disable_rx_queue(adapter, adapter->rx_ring[i]);
4359
032b4325 4360 usleep_range(10000, 20000);
9a799d71 4361
7f821875
JB
4362 netif_tx_stop_all_queues(netdev);
4363
7086400d 4364 /* call carrier off first to avoid false dev_watchdog timeouts */
c0dfb90e
JF
4365 netif_carrier_off(netdev);
4366 netif_tx_disable(netdev);
4367
4368 ixgbe_irq_disable(adapter);
4369
4370 ixgbe_napi_disable_all(adapter);
4371
d034acf1
AD
4372 adapter->flags2 &= ~(IXGBE_FLAG2_FDIR_REQUIRES_REINIT |
4373 IXGBE_FLAG2_RESET_REQUESTED);
7086400d
AD
4374 adapter->flags &= ~IXGBE_FLAG_NEED_LINK_UPDATE;
4375
4376 del_timer_sync(&adapter->service_timer);
4377
34cecbbf 4378 if (adapter->num_vfs) {
8e34d1aa
AD
4379 /* Clear EITR Select mapping */
4380 IXGBE_WRITE_REG(&adapter->hw, IXGBE_EITRSEL, 0);
34cecbbf
AD
4381
4382 /* Mark all the VFs as inactive */
4383 for (i = 0 ; i < adapter->num_vfs; i++)
3db1cd5c 4384 adapter->vfinfo[i].clear_to_send = false;
34cecbbf 4385
34cecbbf
AD
4386 /* ping all the active vfs to let them know we are going down */
4387 ixgbe_ping_all_vfs(adapter);
4388
4389 /* Disable all VFTE/VFRE TX/RX */
4390 ixgbe_disable_tx_rx(adapter);
b25ebfd2
PW
4391 }
4392
7f821875
JB
4393 /* disable transmits in the hardware now that interrupts are off */
4394 for (i = 0; i < adapter->num_tx_queues; i++) {
bf29ee6c 4395 u8 reg_idx = adapter->tx_ring[i]->reg_idx;
34cecbbf 4396 IXGBE_WRITE_REG(hw, IXGBE_TXDCTL(reg_idx), IXGBE_TXDCTL_SWFLSH);
7f821875 4397 }
34cecbbf
AD
4398
4399 /* Disable the Tx DMA engine on 82599 and X540 */
bd508178
AD
4400 switch (hw->mac.type) {
4401 case ixgbe_mac_82599EB:
b93a2226 4402 case ixgbe_mac_X540:
88512539 4403 IXGBE_WRITE_REG(hw, IXGBE_DMATXCTL,
e8e9f696
JP
4404 (IXGBE_READ_REG(hw, IXGBE_DMATXCTL) &
4405 ~IXGBE_DMATXCTL_TE));
bd508178
AD
4406 break;
4407 default:
4408 break;
4409 }
7f821875 4410
6f4a0e45
PL
4411 if (!pci_channel_offline(adapter->pdev))
4412 ixgbe_reset(adapter);
c6ecf39a
DS
4413
4414 /* power down the optics for multispeed fiber and 82599 SFP+ fiber */
4415 if (hw->mac.ops.disable_tx_laser &&
4416 ((hw->phy.multispeed_fiber) ||
9f911707 4417 ((hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) &&
c6ecf39a
DS
4418 (hw->mac.type == ixgbe_mac_82599EB))))
4419 hw->mac.ops.disable_tx_laser(hw);
4420
9a799d71
AK
4421 ixgbe_clean_all_tx_rings(adapter);
4422 ixgbe_clean_all_rx_rings(adapter);
4423
5dd2d332 4424#ifdef CONFIG_IXGBE_DCA
96b0e0f6 4425 /* since we reset the hardware DCA settings were cleared */
e35ec126 4426 ixgbe_setup_dca(adapter);
96b0e0f6 4427#endif
9a799d71
AK
4428}
4429
9a799d71
AK
4430/**
4431 * ixgbe_tx_timeout - Respond to a Tx Hang
4432 * @netdev: network interface device structure
4433 **/
4434static void ixgbe_tx_timeout(struct net_device *netdev)
4435{
4436 struct ixgbe_adapter *adapter = netdev_priv(netdev);
4437
4438 /* Do the reset outside of interrupt context */
c83c6cbd 4439 ixgbe_tx_timeout_reset(adapter);
9a799d71
AK
4440}
4441
9a799d71
AK
4442/**
4443 * ixgbe_sw_init - Initialize general software structures (struct ixgbe_adapter)
4444 * @adapter: board private structure to initialize
4445 *
4446 * ixgbe_sw_init initializes the Adapter private data structure.
4447 * Fields are initialized based on PCI device information and
4448 * OS network device settings (MTU size).
4449 **/
4450static int __devinit ixgbe_sw_init(struct ixgbe_adapter *adapter)
4451{
4452 struct ixgbe_hw *hw = &adapter->hw;
4453 struct pci_dev *pdev = adapter->pdev;
021230d4 4454 unsigned int rss;
7a6b6f51 4455#ifdef CONFIG_IXGBE_DCB
2f90b865
AD
4456 int j;
4457 struct tc_configuration *tc;
4458#endif
021230d4 4459
c44ade9e
JB
4460 /* PCI config space info */
4461
4462 hw->vendor_id = pdev->vendor;
4463 hw->device_id = pdev->device;
4464 hw->revision_id = pdev->revision;
4465 hw->subsystem_vendor_id = pdev->subsystem_vendor;
4466 hw->subsystem_device_id = pdev->subsystem_device;
4467
021230d4 4468 /* Set capability flags */
3ed69d7e 4469 rss = min_t(int, IXGBE_MAX_RSS_INDICES, num_online_cpus());
c087663e 4470 adapter->ring_feature[RING_F_RSS].limit = rss;
bd508178
AD
4471 switch (hw->mac.type) {
4472 case ixgbe_mac_82598EB:
bf069c97
DS
4473 if (hw->device_id == IXGBE_DEV_ID_82598AT)
4474 adapter->flags |= IXGBE_FLAG_FAN_FAIL_CAPABLE;
49c7ffbe 4475 adapter->max_q_vectors = MAX_Q_VECTORS_82598;
bd508178 4476 break;
b93a2226 4477 case ixgbe_mac_X540:
4f51bf70
JK
4478 adapter->flags2 |= IXGBE_FLAG2_TEMP_SENSOR_CAPABLE;
4479 case ixgbe_mac_82599EB:
49c7ffbe 4480 adapter->max_q_vectors = MAX_Q_VECTORS_82599;
0c19d6af
PWJ
4481 adapter->flags2 |= IXGBE_FLAG2_RSC_CAPABLE;
4482 adapter->flags2 |= IXGBE_FLAG2_RSC_ENABLED;
119fc60a
MC
4483 if (hw->device_id == IXGBE_DEV_ID_82599_T3_LOM)
4484 adapter->flags2 |= IXGBE_FLAG2_TEMP_SENSOR_CAPABLE;
45b9f509 4485 /* Flow Director hash filters enabled */
45b9f509 4486 adapter->atr_sample_rate = 20;
c087663e 4487 adapter->ring_feature[RING_F_FDIR].limit =
e8e9f696 4488 IXGBE_MAX_FDIR_INDICES;
c04f6ca8 4489 adapter->fdir_pballoc = IXGBE_FDIR_PBALLOC_64K;
eacd73f7 4490#ifdef IXGBE_FCOE
0d551589
YZ
4491 adapter->flags |= IXGBE_FLAG_FCOE_CAPABLE;
4492 adapter->flags &= ~IXGBE_FLAG_FCOE_ENABLED;
61a0f421 4493#ifdef CONFIG_IXGBE_DCB
6ee16520 4494 /* Default traffic class to use for FCoE */
56075a98 4495 adapter->fcoe.up = IXGBE_FCOE_DEFTC;
61a0f421 4496#endif
eacd73f7 4497#endif /* IXGBE_FCOE */
bd508178
AD
4498 break;
4499 default:
4500 break;
f8212f97 4501 }
2f90b865 4502
7c8ae65a
AD
4503#ifdef IXGBE_FCOE
4504 /* FCoE support exists, always init the FCoE lock */
4505 spin_lock_init(&adapter->fcoe.lock);
4506
4507#endif
1fc5f038
AD
4508 /* n-tuple support exists, always init our spinlock */
4509 spin_lock_init(&adapter->fdir_perfect_lock);
4510
7a6b6f51 4511#ifdef CONFIG_IXGBE_DCB
4de2a022
JF
4512 switch (hw->mac.type) {
4513 case ixgbe_mac_X540:
4514 adapter->dcb_cfg.num_tcs.pg_tcs = X540_TRAFFIC_CLASS;
4515 adapter->dcb_cfg.num_tcs.pfc_tcs = X540_TRAFFIC_CLASS;
4516 break;
4517 default:
4518 adapter->dcb_cfg.num_tcs.pg_tcs = MAX_TRAFFIC_CLASS;
4519 adapter->dcb_cfg.num_tcs.pfc_tcs = MAX_TRAFFIC_CLASS;
4520 break;
4521 }
4522
2f90b865
AD
4523 /* Configure DCB traffic classes */
4524 for (j = 0; j < MAX_TRAFFIC_CLASS; j++) {
4525 tc = &adapter->dcb_cfg.tc_config[j];
4526 tc->path[DCB_TX_CONFIG].bwg_id = 0;
4527 tc->path[DCB_TX_CONFIG].bwg_percent = 12 + (j & 1);
4528 tc->path[DCB_RX_CONFIG].bwg_id = 0;
4529 tc->path[DCB_RX_CONFIG].bwg_percent = 12 + (j & 1);
4530 tc->dcb_pfc = pfc_disabled;
4531 }
4de2a022
JF
4532
4533 /* Initialize default user to priority mapping, UPx->TC0 */
4534 tc = &adapter->dcb_cfg.tc_config[0];
4535 tc->path[DCB_TX_CONFIG].up_to_tc_bitmap = 0xFF;
4536 tc->path[DCB_RX_CONFIG].up_to_tc_bitmap = 0xFF;
4537
2f90b865
AD
4538 adapter->dcb_cfg.bw_percentage[DCB_TX_CONFIG][0] = 100;
4539 adapter->dcb_cfg.bw_percentage[DCB_RX_CONFIG][0] = 100;
264857b8 4540 adapter->dcb_cfg.pfc_mode_enable = false;
2f90b865 4541 adapter->dcb_set_bitmap = 0x00;
3032309b 4542 adapter->dcbx_cap = DCB_CAP_DCBX_HOST | DCB_CAP_DCBX_VER_CEE;
f525c6d2
JF
4543 memcpy(&adapter->temp_dcb_cfg, &adapter->dcb_cfg,
4544 sizeof(adapter->temp_dcb_cfg));
2f90b865
AD
4545
4546#endif
9a799d71
AK
4547
4548 /* default flow control settings */
cd7664f6 4549 hw->fc.requested_mode = ixgbe_fc_full;
71fd570b 4550 hw->fc.current_mode = ixgbe_fc_full; /* init for ethtool output */
9da712d2 4551 ixgbe_pbthresh_setup(adapter);
2b9ade93
JB
4552 hw->fc.pause_time = IXGBE_DEFAULT_FCPAUSE;
4553 hw->fc.send_xon = true;
71fd570b 4554 hw->fc.disable_fc_autoneg = false;
9a799d71 4555
99d74487
AD
4556#ifdef CONFIG_PCI_IOV
4557 /* assign number of SR-IOV VFs */
4558 if (hw->mac.type != ixgbe_mac_82598EB)
4559 adapter->num_vfs = (max_vfs > 63) ? 0 : max_vfs;
4560
4561#endif
30efa5a3 4562 /* enable itr by default in dynamic mode */
f7554a2b 4563 adapter->rx_itr_setting = 1;
f7554a2b 4564 adapter->tx_itr_setting = 1;
30efa5a3 4565
30efa5a3
JB
4566 /* set default ring sizes */
4567 adapter->tx_ring_count = IXGBE_DEFAULT_TXD;
4568 adapter->rx_ring_count = IXGBE_DEFAULT_RXD;
4569
bd198058 4570 /* set default work limits */
59224555 4571 adapter->tx_work_limit = IXGBE_DEFAULT_TX_WORK;
bd198058 4572
9a799d71 4573 /* initialize eeprom parameters */
c44ade9e 4574 if (ixgbe_init_eeprom_params_generic(hw)) {
849c4542 4575 e_dev_err("EEPROM initialization failed\n");
9a799d71
AK
4576 return -EIO;
4577 }
4578
9a799d71
AK
4579 set_bit(__IXGBE_DOWN, &adapter->state);
4580
4581 return 0;
4582}
4583
4584/**
4585 * ixgbe_setup_tx_resources - allocate Tx resources (Descriptors)
3a581073 4586 * @tx_ring: tx descriptor ring (for a specific queue) to setup
9a799d71
AK
4587 *
4588 * Return 0 on success, negative on failure
4589 **/
b6ec895e 4590int ixgbe_setup_tx_resources(struct ixgbe_ring *tx_ring)
9a799d71 4591{
b6ec895e 4592 struct device *dev = tx_ring->dev;
de88eeeb
AD
4593 int orig_node = dev_to_node(dev);
4594 int numa_node = -1;
9a799d71
AK
4595 int size;
4596
3a581073 4597 size = sizeof(struct ixgbe_tx_buffer) * tx_ring->count;
de88eeeb
AD
4598
4599 if (tx_ring->q_vector)
4600 numa_node = tx_ring->q_vector->numa_node;
4601
4602 tx_ring->tx_buffer_info = vzalloc_node(size, numa_node);
1a6c14a2 4603 if (!tx_ring->tx_buffer_info)
89bf67f1 4604 tx_ring->tx_buffer_info = vzalloc(size);
e01c31a5
JB
4605 if (!tx_ring->tx_buffer_info)
4606 goto err;
9a799d71
AK
4607
4608 /* round up to nearest 4K */
12207e49 4609 tx_ring->size = tx_ring->count * sizeof(union ixgbe_adv_tx_desc);
3a581073 4610 tx_ring->size = ALIGN(tx_ring->size, 4096);
9a799d71 4611
de88eeeb
AD
4612 set_dev_node(dev, numa_node);
4613 tx_ring->desc = dma_alloc_coherent(dev,
4614 tx_ring->size,
4615 &tx_ring->dma,
4616 GFP_KERNEL);
4617 set_dev_node(dev, orig_node);
4618 if (!tx_ring->desc)
4619 tx_ring->desc = dma_alloc_coherent(dev, tx_ring->size,
4620 &tx_ring->dma, GFP_KERNEL);
e01c31a5
JB
4621 if (!tx_ring->desc)
4622 goto err;
9a799d71 4623
3a581073
JB
4624 tx_ring->next_to_use = 0;
4625 tx_ring->next_to_clean = 0;
9a799d71 4626 return 0;
e01c31a5
JB
4627
4628err:
4629 vfree(tx_ring->tx_buffer_info);
4630 tx_ring->tx_buffer_info = NULL;
b6ec895e 4631 dev_err(dev, "Unable to allocate memory for the Tx descriptor ring\n");
e01c31a5 4632 return -ENOMEM;
9a799d71
AK
4633}
4634
69888674
AD
4635/**
4636 * ixgbe_setup_all_tx_resources - allocate all queues Tx resources
4637 * @adapter: board private structure
4638 *
4639 * If this function returns with an error, then it's possible one or
4640 * more of the rings is populated (while the rest are not). It is the
4641 * callers duty to clean those orphaned rings.
4642 *
4643 * Return 0 on success, negative on failure
4644 **/
4645static int ixgbe_setup_all_tx_resources(struct ixgbe_adapter *adapter)
4646{
4647 int i, err = 0;
4648
4649 for (i = 0; i < adapter->num_tx_queues; i++) {
b6ec895e 4650 err = ixgbe_setup_tx_resources(adapter->tx_ring[i]);
69888674
AD
4651 if (!err)
4652 continue;
de3d5b94 4653
396e799c 4654 e_err(probe, "Allocation for Tx Queue %u failed\n", i);
de3d5b94 4655 goto err_setup_tx;
69888674
AD
4656 }
4657
de3d5b94
AD
4658 return 0;
4659err_setup_tx:
4660 /* rewind the index freeing the rings as we go */
4661 while (i--)
4662 ixgbe_free_tx_resources(adapter->tx_ring[i]);
69888674
AD
4663 return err;
4664}
4665
9a799d71
AK
4666/**
4667 * ixgbe_setup_rx_resources - allocate Rx resources (Descriptors)
3a581073 4668 * @rx_ring: rx descriptor ring (for a specific queue) to setup
9a799d71
AK
4669 *
4670 * Returns 0 on success, negative on failure
4671 **/
b6ec895e 4672int ixgbe_setup_rx_resources(struct ixgbe_ring *rx_ring)
9a799d71 4673{
b6ec895e 4674 struct device *dev = rx_ring->dev;
de88eeeb
AD
4675 int orig_node = dev_to_node(dev);
4676 int numa_node = -1;
021230d4 4677 int size;
9a799d71 4678
3a581073 4679 size = sizeof(struct ixgbe_rx_buffer) * rx_ring->count;
de88eeeb
AD
4680
4681 if (rx_ring->q_vector)
4682 numa_node = rx_ring->q_vector->numa_node;
4683
4684 rx_ring->rx_buffer_info = vzalloc_node(size, numa_node);
1a6c14a2 4685 if (!rx_ring->rx_buffer_info)
89bf67f1 4686 rx_ring->rx_buffer_info = vzalloc(size);
b6ec895e
AD
4687 if (!rx_ring->rx_buffer_info)
4688 goto err;
9a799d71 4689
9a799d71 4690 /* Round up to nearest 4K */
3a581073
JB
4691 rx_ring->size = rx_ring->count * sizeof(union ixgbe_adv_rx_desc);
4692 rx_ring->size = ALIGN(rx_ring->size, 4096);
9a799d71 4693
de88eeeb
AD
4694 set_dev_node(dev, numa_node);
4695 rx_ring->desc = dma_alloc_coherent(dev,
4696 rx_ring->size,
4697 &rx_ring->dma,
4698 GFP_KERNEL);
4699 set_dev_node(dev, orig_node);
4700 if (!rx_ring->desc)
4701 rx_ring->desc = dma_alloc_coherent(dev, rx_ring->size,
4702 &rx_ring->dma, GFP_KERNEL);
b6ec895e
AD
4703 if (!rx_ring->desc)
4704 goto err;
9a799d71 4705
3a581073
JB
4706 rx_ring->next_to_clean = 0;
4707 rx_ring->next_to_use = 0;
9a799d71
AK
4708
4709 return 0;
b6ec895e
AD
4710err:
4711 vfree(rx_ring->rx_buffer_info);
4712 rx_ring->rx_buffer_info = NULL;
4713 dev_err(dev, "Unable to allocate memory for the Rx descriptor ring\n");
177db6ff 4714 return -ENOMEM;
9a799d71
AK
4715}
4716
69888674
AD
4717/**
4718 * ixgbe_setup_all_rx_resources - allocate all queues Rx resources
4719 * @adapter: board private structure
4720 *
4721 * If this function returns with an error, then it's possible one or
4722 * more of the rings is populated (while the rest are not). It is the
4723 * callers duty to clean those orphaned rings.
4724 *
4725 * Return 0 on success, negative on failure
4726 **/
69888674
AD
4727static int ixgbe_setup_all_rx_resources(struct ixgbe_adapter *adapter)
4728{
4729 int i, err = 0;
4730
4731 for (i = 0; i < adapter->num_rx_queues; i++) {
b6ec895e 4732 err = ixgbe_setup_rx_resources(adapter->rx_ring[i]);
69888674
AD
4733 if (!err)
4734 continue;
de3d5b94 4735
396e799c 4736 e_err(probe, "Allocation for Rx Queue %u failed\n", i);
de3d5b94 4737 goto err_setup_rx;
69888674
AD
4738 }
4739
7c8ae65a
AD
4740#ifdef IXGBE_FCOE
4741 err = ixgbe_setup_fcoe_ddp_resources(adapter);
4742 if (!err)
4743#endif
4744 return 0;
de3d5b94
AD
4745err_setup_rx:
4746 /* rewind the index freeing the rings as we go */
4747 while (i--)
4748 ixgbe_free_rx_resources(adapter->rx_ring[i]);
69888674
AD
4749 return err;
4750}
4751
9a799d71
AK
4752/**
4753 * ixgbe_free_tx_resources - Free Tx Resources per Queue
9a799d71
AK
4754 * @tx_ring: Tx descriptor ring for a specific queue
4755 *
4756 * Free all transmit software resources
4757 **/
b6ec895e 4758void ixgbe_free_tx_resources(struct ixgbe_ring *tx_ring)
9a799d71 4759{
b6ec895e 4760 ixgbe_clean_tx_ring(tx_ring);
9a799d71
AK
4761
4762 vfree(tx_ring->tx_buffer_info);
4763 tx_ring->tx_buffer_info = NULL;
4764
b6ec895e
AD
4765 /* if not set, then don't free */
4766 if (!tx_ring->desc)
4767 return;
4768
4769 dma_free_coherent(tx_ring->dev, tx_ring->size,
4770 tx_ring->desc, tx_ring->dma);
9a799d71
AK
4771
4772 tx_ring->desc = NULL;
4773}
4774
4775/**
4776 * ixgbe_free_all_tx_resources - Free Tx Resources for All Queues
4777 * @adapter: board private structure
4778 *
4779 * Free all transmit software resources
4780 **/
4781static void ixgbe_free_all_tx_resources(struct ixgbe_adapter *adapter)
4782{
4783 int i;
4784
4785 for (i = 0; i < adapter->num_tx_queues; i++)
4a0b9ca0 4786 if (adapter->tx_ring[i]->desc)
b6ec895e 4787 ixgbe_free_tx_resources(adapter->tx_ring[i]);
9a799d71
AK
4788}
4789
4790/**
b4617240 4791 * ixgbe_free_rx_resources - Free Rx Resources
9a799d71
AK
4792 * @rx_ring: ring to clean the resources from
4793 *
4794 * Free all receive software resources
4795 **/
b6ec895e 4796void ixgbe_free_rx_resources(struct ixgbe_ring *rx_ring)
9a799d71 4797{
b6ec895e 4798 ixgbe_clean_rx_ring(rx_ring);
9a799d71
AK
4799
4800 vfree(rx_ring->rx_buffer_info);
4801 rx_ring->rx_buffer_info = NULL;
4802
b6ec895e
AD
4803 /* if not set, then don't free */
4804 if (!rx_ring->desc)
4805 return;
4806
4807 dma_free_coherent(rx_ring->dev, rx_ring->size,
4808 rx_ring->desc, rx_ring->dma);
9a799d71
AK
4809
4810 rx_ring->desc = NULL;
4811}
4812
4813/**
4814 * ixgbe_free_all_rx_resources - Free Rx Resources for All Queues
4815 * @adapter: board private structure
4816 *
4817 * Free all receive software resources
4818 **/
4819static void ixgbe_free_all_rx_resources(struct ixgbe_adapter *adapter)
4820{
4821 int i;
4822
7c8ae65a
AD
4823#ifdef IXGBE_FCOE
4824 ixgbe_free_fcoe_ddp_resources(adapter);
4825
4826#endif
9a799d71 4827 for (i = 0; i < adapter->num_rx_queues; i++)
4a0b9ca0 4828 if (adapter->rx_ring[i]->desc)
b6ec895e 4829 ixgbe_free_rx_resources(adapter->rx_ring[i]);
9a799d71
AK
4830}
4831
9a799d71
AK
4832/**
4833 * ixgbe_change_mtu - Change the Maximum Transfer Unit
4834 * @netdev: network interface device structure
4835 * @new_mtu: new value for maximum frame size
4836 *
4837 * Returns 0 on success, negative on failure
4838 **/
4839static int ixgbe_change_mtu(struct net_device *netdev, int new_mtu)
4840{
4841 struct ixgbe_adapter *adapter = netdev_priv(netdev);
4842 int max_frame = new_mtu + ETH_HLEN + ETH_FCS_LEN;
4843
42c783c5 4844 /* MTU < 68 is an error and causes problems on some kernels */
655309e9
AD
4845 if ((new_mtu < 68) || (max_frame > IXGBE_MAX_JUMBO_FRAME_SIZE))
4846 return -EINVAL;
4847
4848 /*
872844dd
AD
4849 * For 82599EB we cannot allow legacy VFs to enable their receive
4850 * paths when MTU greater than 1500 is configured. So display a
4851 * warning that legacy VFs will be disabled.
655309e9
AD
4852 */
4853 if ((adapter->flags & IXGBE_FLAG_SRIOV_ENABLED) &&
4854 (adapter->hw.mac.type == ixgbe_mac_82599EB) &&
4855 (max_frame > MAXIMUM_ETHERNET_VLAN_SIZE))
872844dd 4856 e_warn(probe, "Setting MTU > 1500 will disable legacy VFs\n");
9a799d71 4857
396e799c 4858 e_info(probe, "changing MTU from %d to %d\n", netdev->mtu, new_mtu);
655309e9 4859
021230d4 4860 /* must set new MTU before calling down or up */
9a799d71
AK
4861 netdev->mtu = new_mtu;
4862
d4f80882
AV
4863 if (netif_running(netdev))
4864 ixgbe_reinit_locked(adapter);
9a799d71
AK
4865
4866 return 0;
4867}
4868
4869/**
4870 * ixgbe_open - Called when a network interface is made active
4871 * @netdev: network interface device structure
4872 *
4873 * Returns 0 on success, negative value on failure
4874 *
4875 * The open entry point is called when a network interface is made
4876 * active by the system (IFF_UP). At this point all resources needed
4877 * for transmit and receive operations are allocated, the interrupt
4878 * handler is registered with the OS, the watchdog timer is started,
4879 * and the stack is notified that the interface is ready.
4880 **/
4881static int ixgbe_open(struct net_device *netdev)
4882{
4883 struct ixgbe_adapter *adapter = netdev_priv(netdev);
4884 int err;
4bebfaa5
AK
4885
4886 /* disallow open during test */
4887 if (test_bit(__IXGBE_TESTING, &adapter->state))
4888 return -EBUSY;
9a799d71 4889
54386467
JB
4890 netif_carrier_off(netdev);
4891
9a799d71
AK
4892 /* allocate transmit descriptors */
4893 err = ixgbe_setup_all_tx_resources(adapter);
4894 if (err)
4895 goto err_setup_tx;
4896
9a799d71
AK
4897 /* allocate receive descriptors */
4898 err = ixgbe_setup_all_rx_resources(adapter);
4899 if (err)
4900 goto err_setup_rx;
4901
4902 ixgbe_configure(adapter);
4903
021230d4 4904 err = ixgbe_request_irq(adapter);
9a799d71
AK
4905 if (err)
4906 goto err_req_irq;
4907
ac802f5d
AD
4908 /* Notify the stack of the actual queue counts. */
4909 err = netif_set_real_num_tx_queues(netdev,
4910 adapter->num_rx_pools > 1 ? 1 :
4911 adapter->num_tx_queues);
4912 if (err)
4913 goto err_set_queues;
4914
4915
4916 err = netif_set_real_num_rx_queues(netdev,
4917 adapter->num_rx_pools > 1 ? 1 :
4918 adapter->num_rx_queues);
4919 if (err)
4920 goto err_set_queues;
4921
1a71ab24
JK
4922#ifdef CONFIG_IXGBE_PTP
4923 ixgbe_ptp_init(adapter);
4924#endif /* CONFIG_IXGBE_PTP*/
4925
c7ccde0f 4926 ixgbe_up_complete(adapter);
9a799d71
AK
4927
4928 return 0;
4929
ac802f5d
AD
4930err_set_queues:
4931 ixgbe_free_irq(adapter);
9a799d71 4932err_req_irq:
a20a1199 4933 ixgbe_free_all_rx_resources(adapter);
de3d5b94 4934err_setup_rx:
a20a1199 4935 ixgbe_free_all_tx_resources(adapter);
de3d5b94 4936err_setup_tx:
9a799d71
AK
4937 ixgbe_reset(adapter);
4938
4939 return err;
4940}
4941
4942/**
4943 * ixgbe_close - Disables a network interface
4944 * @netdev: network interface device structure
4945 *
4946 * Returns 0, this is not allowed to fail
4947 *
4948 * The close entry point is called when an interface is de-activated
4949 * by the OS. The hardware is still under the drivers control, but
4950 * needs to be disabled. A global MAC reset is issued to stop the
4951 * hardware, and all transmit and receive resources are freed.
4952 **/
4953static int ixgbe_close(struct net_device *netdev)
4954{
4955 struct ixgbe_adapter *adapter = netdev_priv(netdev);
9a799d71 4956
1a71ab24
JK
4957#ifdef CONFIG_IXGBE_PTP
4958 ixgbe_ptp_stop(adapter);
4959#endif
4960
9a799d71
AK
4961 ixgbe_down(adapter);
4962 ixgbe_free_irq(adapter);
4963
e4911d57
AD
4964 ixgbe_fdir_filter_exit(adapter);
4965
9a799d71
AK
4966 ixgbe_free_all_tx_resources(adapter);
4967 ixgbe_free_all_rx_resources(adapter);
4968
5eba3699 4969 ixgbe_release_hw_control(adapter);
9a799d71
AK
4970
4971 return 0;
4972}
4973
b3c8b4ba
AD
4974#ifdef CONFIG_PM
4975static int ixgbe_resume(struct pci_dev *pdev)
4976{
c60fbb00
AD
4977 struct ixgbe_adapter *adapter = pci_get_drvdata(pdev);
4978 struct net_device *netdev = adapter->netdev;
b3c8b4ba
AD
4979 u32 err;
4980
4981 pci_set_power_state(pdev, PCI_D0);
4982 pci_restore_state(pdev);
656ab817
DS
4983 /*
4984 * pci_restore_state clears dev->state_saved so call
4985 * pci_save_state to restore it.
4986 */
4987 pci_save_state(pdev);
9ce77666 4988
4989 err = pci_enable_device_mem(pdev);
b3c8b4ba 4990 if (err) {
849c4542 4991 e_dev_err("Cannot enable PCI device from suspend\n");
b3c8b4ba
AD
4992 return err;
4993 }
4994 pci_set_master(pdev);
4995
dd4d8ca6 4996 pci_wake_from_d3(pdev, false);
b3c8b4ba 4997
b3c8b4ba
AD
4998 ixgbe_reset(adapter);
4999
495dce12
WJP
5000 IXGBE_WRITE_REG(&adapter->hw, IXGBE_WUS, ~0);
5001
ac802f5d
AD
5002 rtnl_lock();
5003 err = ixgbe_init_interrupt_scheme(adapter);
5004 if (!err && netif_running(netdev))
c60fbb00 5005 err = ixgbe_open(netdev);
ac802f5d
AD
5006
5007 rtnl_unlock();
5008
5009 if (err)
5010 return err;
b3c8b4ba
AD
5011
5012 netif_device_attach(netdev);
5013
5014 return 0;
5015}
b3c8b4ba 5016#endif /* CONFIG_PM */
9d8d05ae
RW
5017
5018static int __ixgbe_shutdown(struct pci_dev *pdev, bool *enable_wake)
b3c8b4ba 5019{
c60fbb00
AD
5020 struct ixgbe_adapter *adapter = pci_get_drvdata(pdev);
5021 struct net_device *netdev = adapter->netdev;
e8e26350
PW
5022 struct ixgbe_hw *hw = &adapter->hw;
5023 u32 ctrl, fctrl;
5024 u32 wufc = adapter->wol;
b3c8b4ba
AD
5025#ifdef CONFIG_PM
5026 int retval = 0;
5027#endif
5028
5029 netif_device_detach(netdev);
5030
5031 if (netif_running(netdev)) {
ab6039a7 5032 rtnl_lock();
b3c8b4ba
AD
5033 ixgbe_down(adapter);
5034 ixgbe_free_irq(adapter);
5035 ixgbe_free_all_tx_resources(adapter);
5036 ixgbe_free_all_rx_resources(adapter);
ab6039a7 5037 rtnl_unlock();
b3c8b4ba 5038 }
b3c8b4ba 5039
5f5ae6fc
AD
5040 ixgbe_clear_interrupt_scheme(adapter);
5041
b3c8b4ba
AD
5042#ifdef CONFIG_PM
5043 retval = pci_save_state(pdev);
5044 if (retval)
5045 return retval;
4df10466 5046
b3c8b4ba 5047#endif
e8e26350
PW
5048 if (wufc) {
5049 ixgbe_set_rx_mode(netdev);
b3c8b4ba 5050
c509e754
DS
5051 /*
5052 * enable the optics for both mult-speed fiber and
5053 * 82599 SFP+ fiber as we can WoL.
5054 */
5055 if (hw->mac.ops.enable_tx_laser &&
5056 (hw->phy.multispeed_fiber ||
5057 (hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber &&
5058 hw->mac.type == ixgbe_mac_82599EB)))
5059 hw->mac.ops.enable_tx_laser(hw);
5060
e8e26350
PW
5061 /* turn on all-multi mode if wake on multicast is enabled */
5062 if (wufc & IXGBE_WUFC_MC) {
5063 fctrl = IXGBE_READ_REG(hw, IXGBE_FCTRL);
5064 fctrl |= IXGBE_FCTRL_MPE;
5065 IXGBE_WRITE_REG(hw, IXGBE_FCTRL, fctrl);
5066 }
5067
5068 ctrl = IXGBE_READ_REG(hw, IXGBE_CTRL);
5069 ctrl |= IXGBE_CTRL_GIO_DIS;
5070 IXGBE_WRITE_REG(hw, IXGBE_CTRL, ctrl);
5071
5072 IXGBE_WRITE_REG(hw, IXGBE_WUFC, wufc);
5073 } else {
5074 IXGBE_WRITE_REG(hw, IXGBE_WUC, 0);
5075 IXGBE_WRITE_REG(hw, IXGBE_WUFC, 0);
5076 }
5077
bd508178
AD
5078 switch (hw->mac.type) {
5079 case ixgbe_mac_82598EB:
dd4d8ca6 5080 pci_wake_from_d3(pdev, false);
bd508178
AD
5081 break;
5082 case ixgbe_mac_82599EB:
b93a2226 5083 case ixgbe_mac_X540:
bd508178
AD
5084 pci_wake_from_d3(pdev, !!wufc);
5085 break;
5086 default:
5087 break;
5088 }
b3c8b4ba 5089
9d8d05ae
RW
5090 *enable_wake = !!wufc;
5091
b3c8b4ba
AD
5092 ixgbe_release_hw_control(adapter);
5093
5094 pci_disable_device(pdev);
5095
9d8d05ae
RW
5096 return 0;
5097}
5098
5099#ifdef CONFIG_PM
5100static int ixgbe_suspend(struct pci_dev *pdev, pm_message_t state)
5101{
5102 int retval;
5103 bool wake;
5104
5105 retval = __ixgbe_shutdown(pdev, &wake);
5106 if (retval)
5107 return retval;
5108
5109 if (wake) {
5110 pci_prepare_to_sleep(pdev);
5111 } else {
5112 pci_wake_from_d3(pdev, false);
5113 pci_set_power_state(pdev, PCI_D3hot);
5114 }
b3c8b4ba
AD
5115
5116 return 0;
5117}
9d8d05ae 5118#endif /* CONFIG_PM */
b3c8b4ba
AD
5119
5120static void ixgbe_shutdown(struct pci_dev *pdev)
5121{
9d8d05ae
RW
5122 bool wake;
5123
5124 __ixgbe_shutdown(pdev, &wake);
5125
5126 if (system_state == SYSTEM_POWER_OFF) {
5127 pci_wake_from_d3(pdev, wake);
5128 pci_set_power_state(pdev, PCI_D3hot);
5129 }
b3c8b4ba
AD
5130}
5131
9a799d71
AK
5132/**
5133 * ixgbe_update_stats - Update the board statistics counters.
5134 * @adapter: board private structure
5135 **/
5136void ixgbe_update_stats(struct ixgbe_adapter *adapter)
5137{
2d86f139 5138 struct net_device *netdev = adapter->netdev;
9a799d71 5139 struct ixgbe_hw *hw = &adapter->hw;
5b7da515 5140 struct ixgbe_hw_stats *hwstats = &adapter->stats;
6f11eef7
AV
5141 u64 total_mpc = 0;
5142 u32 i, missed_rx = 0, mpc, bprc, lxon, lxoff, xon_off_tot;
5b7da515
AD
5143 u64 non_eop_descs = 0, restart_queue = 0, tx_busy = 0;
5144 u64 alloc_rx_page_failed = 0, alloc_rx_buff_failed = 0;
8a0da21b 5145 u64 bytes = 0, packets = 0, hw_csum_rx_error = 0;
9a799d71 5146
d08935c2
DS
5147 if (test_bit(__IXGBE_DOWN, &adapter->state) ||
5148 test_bit(__IXGBE_RESETTING, &adapter->state))
5149 return;
5150
94b982b2 5151 if (adapter->flags2 & IXGBE_FLAG2_RSC_ENABLED) {
f8212f97 5152 u64 rsc_count = 0;
94b982b2 5153 u64 rsc_flush = 0;
94b982b2 5154 for (i = 0; i < adapter->num_rx_queues; i++) {
5b7da515
AD
5155 rsc_count += adapter->rx_ring[i]->rx_stats.rsc_count;
5156 rsc_flush += adapter->rx_ring[i]->rx_stats.rsc_flush;
94b982b2
MC
5157 }
5158 adapter->rsc_total_count = rsc_count;
5159 adapter->rsc_total_flush = rsc_flush;
d51019a4
PW
5160 }
5161
5b7da515
AD
5162 for (i = 0; i < adapter->num_rx_queues; i++) {
5163 struct ixgbe_ring *rx_ring = adapter->rx_ring[i];
5164 non_eop_descs += rx_ring->rx_stats.non_eop_descs;
5165 alloc_rx_page_failed += rx_ring->rx_stats.alloc_rx_page_failed;
5166 alloc_rx_buff_failed += rx_ring->rx_stats.alloc_rx_buff_failed;
8a0da21b 5167 hw_csum_rx_error += rx_ring->rx_stats.csum_err;
5b7da515
AD
5168 bytes += rx_ring->stats.bytes;
5169 packets += rx_ring->stats.packets;
5170 }
5171 adapter->non_eop_descs = non_eop_descs;
5172 adapter->alloc_rx_page_failed = alloc_rx_page_failed;
5173 adapter->alloc_rx_buff_failed = alloc_rx_buff_failed;
8a0da21b 5174 adapter->hw_csum_rx_error = hw_csum_rx_error;
5b7da515
AD
5175 netdev->stats.rx_bytes = bytes;
5176 netdev->stats.rx_packets = packets;
5177
5178 bytes = 0;
5179 packets = 0;
7ca3bc58 5180 /* gather some stats to the adapter struct that are per queue */
5b7da515
AD
5181 for (i = 0; i < adapter->num_tx_queues; i++) {
5182 struct ixgbe_ring *tx_ring = adapter->tx_ring[i];
5183 restart_queue += tx_ring->tx_stats.restart_queue;
5184 tx_busy += tx_ring->tx_stats.tx_busy;
5185 bytes += tx_ring->stats.bytes;
5186 packets += tx_ring->stats.packets;
5187 }
eb985f09 5188 adapter->restart_queue = restart_queue;
5b7da515
AD
5189 adapter->tx_busy = tx_busy;
5190 netdev->stats.tx_bytes = bytes;
5191 netdev->stats.tx_packets = packets;
7ca3bc58 5192
7ca647bd 5193 hwstats->crcerrs += IXGBE_READ_REG(hw, IXGBE_CRCERRS);
1a70db4b
ET
5194
5195 /* 8 register reads */
6f11eef7
AV
5196 for (i = 0; i < 8; i++) {
5197 /* for packet buffers not used, the register should read 0 */
5198 mpc = IXGBE_READ_REG(hw, IXGBE_MPC(i));
5199 missed_rx += mpc;
7ca647bd
JP
5200 hwstats->mpc[i] += mpc;
5201 total_mpc += hwstats->mpc[i];
1a70db4b
ET
5202 hwstats->pxontxc[i] += IXGBE_READ_REG(hw, IXGBE_PXONTXC(i));
5203 hwstats->pxofftxc[i] += IXGBE_READ_REG(hw, IXGBE_PXOFFTXC(i));
bd508178
AD
5204 switch (hw->mac.type) {
5205 case ixgbe_mac_82598EB:
1a70db4b
ET
5206 hwstats->rnbc[i] += IXGBE_READ_REG(hw, IXGBE_RNBC(i));
5207 hwstats->qbtc[i] += IXGBE_READ_REG(hw, IXGBE_QBTC(i));
5208 hwstats->qbrc[i] += IXGBE_READ_REG(hw, IXGBE_QBRC(i));
7ca647bd
JP
5209 hwstats->pxonrxc[i] +=
5210 IXGBE_READ_REG(hw, IXGBE_PXONRXC(i));
bd508178
AD
5211 break;
5212 case ixgbe_mac_82599EB:
b93a2226 5213 case ixgbe_mac_X540:
bd508178
AD
5214 hwstats->pxonrxc[i] +=
5215 IXGBE_READ_REG(hw, IXGBE_PXONRXCNT(i));
bd508178
AD
5216 break;
5217 default:
5218 break;
e8e26350 5219 }
6f11eef7 5220 }
1a70db4b
ET
5221
5222 /*16 register reads */
5223 for (i = 0; i < 16; i++) {
5224 hwstats->qptc[i] += IXGBE_READ_REG(hw, IXGBE_QPTC(i));
5225 hwstats->qprc[i] += IXGBE_READ_REG(hw, IXGBE_QPRC(i));
5226 if ((hw->mac.type == ixgbe_mac_82599EB) ||
5227 (hw->mac.type == ixgbe_mac_X540)) {
5228 hwstats->qbtc[i] += IXGBE_READ_REG(hw, IXGBE_QBTC_L(i));
5229 IXGBE_READ_REG(hw, IXGBE_QBTC_H(i)); /* to clear */
5230 hwstats->qbrc[i] += IXGBE_READ_REG(hw, IXGBE_QBRC_L(i));
5231 IXGBE_READ_REG(hw, IXGBE_QBRC_H(i)); /* to clear */
5232 }
5233 }
5234
7ca647bd 5235 hwstats->gprc += IXGBE_READ_REG(hw, IXGBE_GPRC);
6f11eef7 5236 /* work around hardware counting issue */
7ca647bd 5237 hwstats->gprc -= missed_rx;
6f11eef7 5238
c84d324c
JF
5239 ixgbe_update_xoff_received(adapter);
5240
6f11eef7 5241 /* 82598 hardware only has a 32 bit counter in the high register */
bd508178
AD
5242 switch (hw->mac.type) {
5243 case ixgbe_mac_82598EB:
5244 hwstats->lxonrxc += IXGBE_READ_REG(hw, IXGBE_LXONRXC);
bd508178
AD
5245 hwstats->gorc += IXGBE_READ_REG(hw, IXGBE_GORCH);
5246 hwstats->gotc += IXGBE_READ_REG(hw, IXGBE_GOTCH);
5247 hwstats->tor += IXGBE_READ_REG(hw, IXGBE_TORH);
5248 break;
b93a2226 5249 case ixgbe_mac_X540:
58f6bcf9
ET
5250 /* OS2BMC stats are X540 only*/
5251 hwstats->o2bgptc += IXGBE_READ_REG(hw, IXGBE_O2BGPTC);
5252 hwstats->o2bspc += IXGBE_READ_REG(hw, IXGBE_O2BSPC);
5253 hwstats->b2ospc += IXGBE_READ_REG(hw, IXGBE_B2OSPC);
5254 hwstats->b2ogprc += IXGBE_READ_REG(hw, IXGBE_B2OGPRC);
5255 case ixgbe_mac_82599EB:
a4d4f629
AD
5256 for (i = 0; i < 16; i++)
5257 adapter->hw_rx_no_dma_resources +=
5258 IXGBE_READ_REG(hw, IXGBE_QPRDC(i));
7ca647bd 5259 hwstats->gorc += IXGBE_READ_REG(hw, IXGBE_GORCL);
bd508178 5260 IXGBE_READ_REG(hw, IXGBE_GORCH); /* to clear */
7ca647bd 5261 hwstats->gotc += IXGBE_READ_REG(hw, IXGBE_GOTCL);
bd508178 5262 IXGBE_READ_REG(hw, IXGBE_GOTCH); /* to clear */
7ca647bd 5263 hwstats->tor += IXGBE_READ_REG(hw, IXGBE_TORL);
bd508178 5264 IXGBE_READ_REG(hw, IXGBE_TORH); /* to clear */
7ca647bd 5265 hwstats->lxonrxc += IXGBE_READ_REG(hw, IXGBE_LXONRXCNT);
7ca647bd
JP
5266 hwstats->fdirmatch += IXGBE_READ_REG(hw, IXGBE_FDIRMATCH);
5267 hwstats->fdirmiss += IXGBE_READ_REG(hw, IXGBE_FDIRMISS);
6d45522c 5268#ifdef IXGBE_FCOE
7ca647bd
JP
5269 hwstats->fccrc += IXGBE_READ_REG(hw, IXGBE_FCCRC);
5270 hwstats->fcoerpdc += IXGBE_READ_REG(hw, IXGBE_FCOERPDC);
5271 hwstats->fcoeprc += IXGBE_READ_REG(hw, IXGBE_FCOEPRC);
5272 hwstats->fcoeptc += IXGBE_READ_REG(hw, IXGBE_FCOEPTC);
5273 hwstats->fcoedwrc += IXGBE_READ_REG(hw, IXGBE_FCOEDWRC);
5274 hwstats->fcoedwtc += IXGBE_READ_REG(hw, IXGBE_FCOEDWTC);
7b859ebc 5275 /* Add up per cpu counters for total ddp aloc fail */
5a1ee270
AD
5276 if (adapter->fcoe.ddp_pool) {
5277 struct ixgbe_fcoe *fcoe = &adapter->fcoe;
5278 struct ixgbe_fcoe_ddp_pool *ddp_pool;
5279 unsigned int cpu;
5280 u64 noddp = 0, noddp_ext_buff = 0;
7b859ebc 5281 for_each_possible_cpu(cpu) {
5a1ee270
AD
5282 ddp_pool = per_cpu_ptr(fcoe->ddp_pool, cpu);
5283 noddp += ddp_pool->noddp;
5284 noddp_ext_buff += ddp_pool->noddp_ext_buff;
7b859ebc 5285 }
5a1ee270
AD
5286 hwstats->fcoe_noddp = noddp;
5287 hwstats->fcoe_noddp_ext_buff = noddp_ext_buff;
7b859ebc 5288 }
6d45522c 5289#endif /* IXGBE_FCOE */
bd508178
AD
5290 break;
5291 default:
5292 break;
e8e26350 5293 }
9a799d71 5294 bprc = IXGBE_READ_REG(hw, IXGBE_BPRC);
7ca647bd
JP
5295 hwstats->bprc += bprc;
5296 hwstats->mprc += IXGBE_READ_REG(hw, IXGBE_MPRC);
e8e26350 5297 if (hw->mac.type == ixgbe_mac_82598EB)
7ca647bd
JP
5298 hwstats->mprc -= bprc;
5299 hwstats->roc += IXGBE_READ_REG(hw, IXGBE_ROC);
5300 hwstats->prc64 += IXGBE_READ_REG(hw, IXGBE_PRC64);
5301 hwstats->prc127 += IXGBE_READ_REG(hw, IXGBE_PRC127);
5302 hwstats->prc255 += IXGBE_READ_REG(hw, IXGBE_PRC255);
5303 hwstats->prc511 += IXGBE_READ_REG(hw, IXGBE_PRC511);
5304 hwstats->prc1023 += IXGBE_READ_REG(hw, IXGBE_PRC1023);
5305 hwstats->prc1522 += IXGBE_READ_REG(hw, IXGBE_PRC1522);
5306 hwstats->rlec += IXGBE_READ_REG(hw, IXGBE_RLEC);
6f11eef7 5307 lxon = IXGBE_READ_REG(hw, IXGBE_LXONTXC);
7ca647bd 5308 hwstats->lxontxc += lxon;
6f11eef7 5309 lxoff = IXGBE_READ_REG(hw, IXGBE_LXOFFTXC);
7ca647bd 5310 hwstats->lxofftxc += lxoff;
7ca647bd
JP
5311 hwstats->gptc += IXGBE_READ_REG(hw, IXGBE_GPTC);
5312 hwstats->mptc += IXGBE_READ_REG(hw, IXGBE_MPTC);
6f11eef7
AV
5313 /*
5314 * 82598 errata - tx of flow control packets is included in tx counters
5315 */
5316 xon_off_tot = lxon + lxoff;
7ca647bd
JP
5317 hwstats->gptc -= xon_off_tot;
5318 hwstats->mptc -= xon_off_tot;
5319 hwstats->gotc -= (xon_off_tot * (ETH_ZLEN + ETH_FCS_LEN));
5320 hwstats->ruc += IXGBE_READ_REG(hw, IXGBE_RUC);
5321 hwstats->rfc += IXGBE_READ_REG(hw, IXGBE_RFC);
5322 hwstats->rjc += IXGBE_READ_REG(hw, IXGBE_RJC);
5323 hwstats->tpr += IXGBE_READ_REG(hw, IXGBE_TPR);
5324 hwstats->ptc64 += IXGBE_READ_REG(hw, IXGBE_PTC64);
5325 hwstats->ptc64 -= xon_off_tot;
5326 hwstats->ptc127 += IXGBE_READ_REG(hw, IXGBE_PTC127);
5327 hwstats->ptc255 += IXGBE_READ_REG(hw, IXGBE_PTC255);
5328 hwstats->ptc511 += IXGBE_READ_REG(hw, IXGBE_PTC511);
5329 hwstats->ptc1023 += IXGBE_READ_REG(hw, IXGBE_PTC1023);
5330 hwstats->ptc1522 += IXGBE_READ_REG(hw, IXGBE_PTC1522);
5331 hwstats->bptc += IXGBE_READ_REG(hw, IXGBE_BPTC);
9a799d71
AK
5332
5333 /* Fill out the OS statistics structure */
7ca647bd 5334 netdev->stats.multicast = hwstats->mprc;
9a799d71
AK
5335
5336 /* Rx Errors */
7ca647bd 5337 netdev->stats.rx_errors = hwstats->crcerrs + hwstats->rlec;
2d86f139 5338 netdev->stats.rx_dropped = 0;
7ca647bd
JP
5339 netdev->stats.rx_length_errors = hwstats->rlec;
5340 netdev->stats.rx_crc_errors = hwstats->crcerrs;
2d86f139 5341 netdev->stats.rx_missed_errors = total_mpc;
9a799d71
AK
5342}
5343
5344/**
d034acf1 5345 * ixgbe_fdir_reinit_subtask - worker thread to reinit FDIR filter table
49ce9c2c 5346 * @adapter: pointer to the device adapter structure
9a799d71 5347 **/
d034acf1 5348static void ixgbe_fdir_reinit_subtask(struct ixgbe_adapter *adapter)
9a799d71 5349{
cf8280ee 5350 struct ixgbe_hw *hw = &adapter->hw;
fe49f04a 5351 int i;
cf8280ee 5352
d034acf1
AD
5353 if (!(adapter->flags2 & IXGBE_FLAG2_FDIR_REQUIRES_REINIT))
5354 return;
5355
5356 adapter->flags2 &= ~IXGBE_FLAG2_FDIR_REQUIRES_REINIT;
22d5a71b 5357
d034acf1 5358 /* if interface is down do nothing */
fe49f04a 5359 if (test_bit(__IXGBE_DOWN, &adapter->state))
d034acf1
AD
5360 return;
5361
5362 /* do nothing if we are not using signature filters */
5363 if (!(adapter->flags & IXGBE_FLAG_FDIR_HASH_CAPABLE))
5364 return;
5365
5366 adapter->fdir_overflow++;
5367
93c52dd0
AD
5368 if (ixgbe_reinit_fdir_tables_82599(hw) == 0) {
5369 for (i = 0; i < adapter->num_tx_queues; i++)
5370 set_bit(__IXGBE_TX_FDIR_INIT_DONE,
f0f9778d 5371 &(adapter->tx_ring[i]->state));
d034acf1
AD
5372 /* re-enable flow director interrupts */
5373 IXGBE_WRITE_REG(hw, IXGBE_EIMS, IXGBE_EIMS_FLOW_DIR);
93c52dd0
AD
5374 } else {
5375 e_err(probe, "failed to finish FDIR re-initialization, "
5376 "ignored adding FDIR ATR filters\n");
5377 }
93c52dd0
AD
5378}
5379
5380/**
5381 * ixgbe_check_hang_subtask - check for hung queues and dropped interrupts
49ce9c2c 5382 * @adapter: pointer to the device adapter structure
93c52dd0
AD
5383 *
5384 * This function serves two purposes. First it strobes the interrupt lines
52f33af8 5385 * in order to make certain interrupts are occurring. Secondly it sets the
93c52dd0 5386 * bits needed to check for TX hangs. As a result we should immediately
52f33af8 5387 * determine if a hang has occurred.
93c52dd0
AD
5388 */
5389static void ixgbe_check_hang_subtask(struct ixgbe_adapter *adapter)
9a799d71 5390{
cf8280ee 5391 struct ixgbe_hw *hw = &adapter->hw;
fe49f04a
AD
5392 u64 eics = 0;
5393 int i;
cf8280ee 5394
93c52dd0
AD
5395 /* If we're down or resetting, just bail */
5396 if (test_bit(__IXGBE_DOWN, &adapter->state) ||
5397 test_bit(__IXGBE_RESETTING, &adapter->state))
5398 return;
22d5a71b 5399
93c52dd0
AD
5400 /* Force detection of hung controller */
5401 if (netif_carrier_ok(adapter->netdev)) {
5402 for (i = 0; i < adapter->num_tx_queues; i++)
5403 set_check_for_tx_hang(adapter->tx_ring[i]);
5404 }
22d5a71b 5405
fe49f04a
AD
5406 if (!(adapter->flags & IXGBE_FLAG_MSIX_ENABLED)) {
5407 /*
5408 * for legacy and MSI interrupts don't set any bits
5409 * that are enabled for EIAM, because this operation
5410 * would set *both* EIMS and EICS for any bit in EIAM
5411 */
5412 IXGBE_WRITE_REG(hw, IXGBE_EICS,
5413 (IXGBE_EICS_TCP_TIMER | IXGBE_EICS_OTHER));
93c52dd0
AD
5414 } else {
5415 /* get one bit for every active tx/rx interrupt vector */
49c7ffbe 5416 for (i = 0; i < adapter->num_q_vectors; i++) {
93c52dd0 5417 struct ixgbe_q_vector *qv = adapter->q_vector[i];
efe3d3c8 5418 if (qv->rx.ring || qv->tx.ring)
93c52dd0
AD
5419 eics |= ((u64)1 << i);
5420 }
cf8280ee 5421 }
9a799d71 5422
93c52dd0 5423 /* Cause software interrupt to ensure rings are cleaned */
fe49f04a
AD
5424 ixgbe_irq_rearm_queues(adapter, eics);
5425
cf8280ee
JB
5426}
5427
e8e26350 5428/**
93c52dd0 5429 * ixgbe_watchdog_update_link - update the link status
49ce9c2c
BH
5430 * @adapter: pointer to the device adapter structure
5431 * @link_speed: pointer to a u32 to store the link_speed
e8e26350 5432 **/
93c52dd0 5433static void ixgbe_watchdog_update_link(struct ixgbe_adapter *adapter)
e8e26350 5434{
e8e26350 5435 struct ixgbe_hw *hw = &adapter->hw;
93c52dd0
AD
5436 u32 link_speed = adapter->link_speed;
5437 bool link_up = adapter->link_up;
041441d0 5438 bool pfc_en = adapter->dcb_cfg.pfc_mode_enable;
e8e26350 5439
93c52dd0
AD
5440 if (!(adapter->flags & IXGBE_FLAG_NEED_LINK_UPDATE))
5441 return;
5442
5443 if (hw->mac.ops.check_link) {
5444 hw->mac.ops.check_link(hw, &link_speed, &link_up, false);
c4cf55e5 5445 } else {
93c52dd0
AD
5446 /* always assume link is up, if no check link function */
5447 link_speed = IXGBE_LINK_SPEED_10GB_FULL;
5448 link_up = true;
c4cf55e5 5449 }
041441d0
AD
5450
5451 if (adapter->ixgbe_ieee_pfc)
5452 pfc_en |= !!(adapter->ixgbe_ieee_pfc->pfc_en);
5453
3ebe8fde 5454 if (link_up && !((adapter->flags & IXGBE_FLAG_DCB_ENABLED) && pfc_en)) {
041441d0 5455 hw->mac.ops.fc_enable(hw);
3ebe8fde
AD
5456 ixgbe_set_rx_drop_en(adapter);
5457 }
93c52dd0
AD
5458
5459 if (link_up ||
5460 time_after(jiffies, (adapter->link_check_timeout +
5461 IXGBE_TRY_LINK_TIMEOUT))) {
5462 adapter->flags &= ~IXGBE_FLAG_NEED_LINK_UPDATE;
5463 IXGBE_WRITE_REG(hw, IXGBE_EIMS, IXGBE_EIMC_LSC);
5464 IXGBE_WRITE_FLUSH(hw);
5465 }
5466
5467 adapter->link_up = link_up;
5468 adapter->link_speed = link_speed;
e8e26350
PW
5469}
5470
107d3018
AD
5471static void ixgbe_update_default_up(struct ixgbe_adapter *adapter)
5472{
5473#ifdef CONFIG_IXGBE_DCB
5474 struct net_device *netdev = adapter->netdev;
5475 struct dcb_app app = {
5476 .selector = IEEE_8021QAZ_APP_SEL_ETHERTYPE,
5477 .protocol = 0,
5478 };
5479 u8 up = 0;
5480
5481 if (adapter->dcbx_cap & DCB_CAP_DCBX_VER_IEEE)
5482 up = dcb_ieee_getapp_mask(netdev, &app);
5483
5484 adapter->default_up = (up > 1) ? (ffs(up) - 1) : 0;
5485#endif
5486}
5487
e8e26350 5488/**
93c52dd0
AD
5489 * ixgbe_watchdog_link_is_up - update netif_carrier status and
5490 * print link up message
49ce9c2c 5491 * @adapter: pointer to the device adapter structure
e8e26350 5492 **/
93c52dd0 5493static void ixgbe_watchdog_link_is_up(struct ixgbe_adapter *adapter)
e8e26350 5494{
93c52dd0 5495 struct net_device *netdev = adapter->netdev;
e8e26350 5496 struct ixgbe_hw *hw = &adapter->hw;
93c52dd0
AD
5497 u32 link_speed = adapter->link_speed;
5498 bool flow_rx, flow_tx;
e8e26350 5499
93c52dd0
AD
5500 /* only continue if link was previously down */
5501 if (netif_carrier_ok(netdev))
a985b6c3 5502 return;
63d6e1d8 5503
93c52dd0 5504 adapter->flags2 &= ~IXGBE_FLAG2_SEARCH_FOR_SFP;
63d6e1d8 5505
93c52dd0
AD
5506 switch (hw->mac.type) {
5507 case ixgbe_mac_82598EB: {
5508 u32 frctl = IXGBE_READ_REG(hw, IXGBE_FCTRL);
5509 u32 rmcs = IXGBE_READ_REG(hw, IXGBE_RMCS);
5510 flow_rx = !!(frctl & IXGBE_FCTRL_RFCE);
5511 flow_tx = !!(rmcs & IXGBE_RMCS_TFCE_802_3X);
5512 }
5513 break;
5514 case ixgbe_mac_X540:
5515 case ixgbe_mac_82599EB: {
5516 u32 mflcn = IXGBE_READ_REG(hw, IXGBE_MFLCN);
5517 u32 fccfg = IXGBE_READ_REG(hw, IXGBE_FCCFG);
5518 flow_rx = !!(mflcn & IXGBE_MFLCN_RFCE);
5519 flow_tx = !!(fccfg & IXGBE_FCCFG_TFCE_802_3X);
5520 }
5521 break;
5522 default:
5523 flow_tx = false;
5524 flow_rx = false;
5525 break;
e8e26350 5526 }
3a6a4eda
JK
5527
5528#ifdef CONFIG_IXGBE_PTP
1a71ab24
JK
5529 if (adapter->flags2 & IXGBE_FLAG2_PTP_ENABLED)
5530 ixgbe_ptp_start_cyclecounter(adapter);
3a6a4eda
JK
5531#endif
5532
93c52dd0
AD
5533 e_info(drv, "NIC Link is Up %s, Flow Control: %s\n",
5534 (link_speed == IXGBE_LINK_SPEED_10GB_FULL ?
5535 "10 Gbps" :
5536 (link_speed == IXGBE_LINK_SPEED_1GB_FULL ?
5537 "1 Gbps" :
5538 (link_speed == IXGBE_LINK_SPEED_100_FULL ?
5539 "100 Mbps" :
5540 "unknown speed"))),
5541 ((flow_rx && flow_tx) ? "RX/TX" :
5542 (flow_rx ? "RX" :
5543 (flow_tx ? "TX" : "None"))));
e8e26350 5544
93c52dd0 5545 netif_carrier_on(netdev);
93c52dd0 5546 ixgbe_check_vf_rate_limit(adapter);
befa2af7 5547
107d3018
AD
5548 /* update the default user priority for VFs */
5549 ixgbe_update_default_up(adapter);
5550
befa2af7
AD
5551 /* ping all the active vfs to let them know link has changed */
5552 ixgbe_ping_all_vfs(adapter);
e8e26350
PW
5553}
5554
c4cf55e5 5555/**
93c52dd0
AD
5556 * ixgbe_watchdog_link_is_down - update netif_carrier status and
5557 * print link down message
49ce9c2c 5558 * @adapter: pointer to the adapter structure
c4cf55e5 5559 **/
581330ba 5560static void ixgbe_watchdog_link_is_down(struct ixgbe_adapter *adapter)
c4cf55e5 5561{
cf8280ee 5562 struct net_device *netdev = adapter->netdev;
c4cf55e5 5563 struct ixgbe_hw *hw = &adapter->hw;
10eec955 5564
93c52dd0
AD
5565 adapter->link_up = false;
5566 adapter->link_speed = 0;
cf8280ee 5567
93c52dd0
AD
5568 /* only continue if link was up previously */
5569 if (!netif_carrier_ok(netdev))
5570 return;
264857b8 5571
93c52dd0
AD
5572 /* poll for SFP+ cable when link is down */
5573 if (ixgbe_is_sfp(hw) && hw->mac.type == ixgbe_mac_82598EB)
5574 adapter->flags2 |= IXGBE_FLAG2_SEARCH_FOR_SFP;
9a799d71 5575
3a6a4eda 5576#ifdef CONFIG_IXGBE_PTP
1a71ab24
JK
5577 if (adapter->flags2 & IXGBE_FLAG2_PTP_ENABLED)
5578 ixgbe_ptp_start_cyclecounter(adapter);
3a6a4eda
JK
5579#endif
5580
93c52dd0
AD
5581 e_info(drv, "NIC Link is Down\n");
5582 netif_carrier_off(netdev);
befa2af7
AD
5583
5584 /* ping all the active vfs to let them know link has changed */
5585 ixgbe_ping_all_vfs(adapter);
93c52dd0 5586}
e8e26350 5587
93c52dd0
AD
5588/**
5589 * ixgbe_watchdog_flush_tx - flush queues on link down
49ce9c2c 5590 * @adapter: pointer to the device adapter structure
93c52dd0
AD
5591 **/
5592static void ixgbe_watchdog_flush_tx(struct ixgbe_adapter *adapter)
5593{
c4cf55e5 5594 int i;
93c52dd0 5595 int some_tx_pending = 0;
c4cf55e5 5596
93c52dd0 5597 if (!netif_carrier_ok(adapter->netdev)) {
bc59fcda 5598 for (i = 0; i < adapter->num_tx_queues; i++) {
93c52dd0 5599 struct ixgbe_ring *tx_ring = adapter->tx_ring[i];
bc59fcda
NS
5600 if (tx_ring->next_to_use != tx_ring->next_to_clean) {
5601 some_tx_pending = 1;
5602 break;
5603 }
5604 }
5605
5606 if (some_tx_pending) {
5607 /* We've lost link, so the controller stops DMA,
5608 * but we've got queued Tx work that's never going
5609 * to get done, so reset controller to flush Tx.
5610 * (Do the reset outside of interrupt context).
5611 */
c83c6cbd 5612 adapter->flags2 |= IXGBE_FLAG2_RESET_REQUESTED;
bc59fcda 5613 }
c4cf55e5 5614 }
c4cf55e5
PWJ
5615}
5616
a985b6c3
GR
5617static void ixgbe_spoof_check(struct ixgbe_adapter *adapter)
5618{
5619 u32 ssvpc;
5620
0584d999
GR
5621 /* Do not perform spoof check for 82598 or if not in IOV mode */
5622 if (adapter->hw.mac.type == ixgbe_mac_82598EB ||
5623 adapter->num_vfs == 0)
a985b6c3
GR
5624 return;
5625
5626 ssvpc = IXGBE_READ_REG(&adapter->hw, IXGBE_SSVPC);
5627
5628 /*
5629 * ssvpc register is cleared on read, if zero then no
5630 * spoofed packets in the last interval.
5631 */
5632 if (!ssvpc)
5633 return;
5634
d6ea0754 5635 e_warn(drv, "%u Spoofed packets detected\n", ssvpc);
a985b6c3
GR
5636}
5637
93c52dd0
AD
5638/**
5639 * ixgbe_watchdog_subtask - check and bring link up
49ce9c2c 5640 * @adapter: pointer to the device adapter structure
93c52dd0
AD
5641 **/
5642static void ixgbe_watchdog_subtask(struct ixgbe_adapter *adapter)
5643{
5644 /* if interface is down do nothing */
7edebf9a
ET
5645 if (test_bit(__IXGBE_DOWN, &adapter->state) ||
5646 test_bit(__IXGBE_RESETTING, &adapter->state))
93c52dd0
AD
5647 return;
5648
5649 ixgbe_watchdog_update_link(adapter);
5650
5651 if (adapter->link_up)
5652 ixgbe_watchdog_link_is_up(adapter);
5653 else
5654 ixgbe_watchdog_link_is_down(adapter);
bc59fcda 5655
a985b6c3 5656 ixgbe_spoof_check(adapter);
9a799d71 5657 ixgbe_update_stats(adapter);
93c52dd0
AD
5658
5659 ixgbe_watchdog_flush_tx(adapter);
9a799d71 5660}
10eec955 5661
cf8280ee 5662/**
7086400d 5663 * ixgbe_sfp_detection_subtask - poll for SFP+ cable
49ce9c2c 5664 * @adapter: the ixgbe adapter structure
cf8280ee 5665 **/
7086400d 5666static void ixgbe_sfp_detection_subtask(struct ixgbe_adapter *adapter)
cf8280ee 5667{
cf8280ee 5668 struct ixgbe_hw *hw = &adapter->hw;
7086400d 5669 s32 err;
cf8280ee 5670
7086400d
AD
5671 /* not searching for SFP so there is nothing to do here */
5672 if (!(adapter->flags2 & IXGBE_FLAG2_SEARCH_FOR_SFP) &&
5673 !(adapter->flags2 & IXGBE_FLAG2_SFP_NEEDS_RESET))
5674 return;
10eec955 5675
7086400d
AD
5676 /* someone else is in init, wait until next service event */
5677 if (test_and_set_bit(__IXGBE_IN_SFP_INIT, &adapter->state))
5678 return;
cf8280ee 5679
7086400d
AD
5680 err = hw->phy.ops.identify_sfp(hw);
5681 if (err == IXGBE_ERR_SFP_NOT_SUPPORTED)
5682 goto sfp_out;
264857b8 5683
7086400d
AD
5684 if (err == IXGBE_ERR_SFP_NOT_PRESENT) {
5685 /* If no cable is present, then we need to reset
5686 * the next time we find a good cable. */
5687 adapter->flags2 |= IXGBE_FLAG2_SFP_NEEDS_RESET;
cf8280ee 5688 }
9a799d71 5689
7086400d
AD
5690 /* exit on error */
5691 if (err)
5692 goto sfp_out;
e8e26350 5693
7086400d
AD
5694 /* exit if reset not needed */
5695 if (!(adapter->flags2 & IXGBE_FLAG2_SFP_NEEDS_RESET))
5696 goto sfp_out;
9a799d71 5697
7086400d 5698 adapter->flags2 &= ~IXGBE_FLAG2_SFP_NEEDS_RESET;
bc59fcda 5699
7086400d
AD
5700 /*
5701 * A module may be identified correctly, but the EEPROM may not have
5702 * support for that module. setup_sfp() will fail in that case, so
5703 * we should not allow that module to load.
5704 */
5705 if (hw->mac.type == ixgbe_mac_82598EB)
5706 err = hw->phy.ops.reset(hw);
5707 else
5708 err = hw->mac.ops.setup_sfp(hw);
5709
5710 if (err == IXGBE_ERR_SFP_NOT_SUPPORTED)
5711 goto sfp_out;
5712
5713 adapter->flags |= IXGBE_FLAG_NEED_LINK_CONFIG;
5714 e_info(probe, "detected SFP+: %d\n", hw->phy.sfp_type);
5715
5716sfp_out:
5717 clear_bit(__IXGBE_IN_SFP_INIT, &adapter->state);
5718
5719 if ((err == IXGBE_ERR_SFP_NOT_SUPPORTED) &&
5720 (adapter->netdev->reg_state == NETREG_REGISTERED)) {
5721 e_dev_err("failed to initialize because an unsupported "
5722 "SFP+ module type was detected.\n");
5723 e_dev_err("Reload the driver after installing a "
5724 "supported module.\n");
5725 unregister_netdev(adapter->netdev);
bc59fcda 5726 }
7086400d 5727}
bc59fcda 5728
7086400d
AD
5729/**
5730 * ixgbe_sfp_link_config_subtask - set up link SFP after module install
49ce9c2c 5731 * @adapter: the ixgbe adapter structure
7086400d
AD
5732 **/
5733static void ixgbe_sfp_link_config_subtask(struct ixgbe_adapter *adapter)
5734{
5735 struct ixgbe_hw *hw = &adapter->hw;
5736 u32 autoneg;
5737 bool negotiation;
5738
5739 if (!(adapter->flags & IXGBE_FLAG_NEED_LINK_CONFIG))
5740 return;
5741
5742 /* someone else is in init, wait until next service event */
5743 if (test_and_set_bit(__IXGBE_IN_SFP_INIT, &adapter->state))
5744 return;
5745
5746 adapter->flags &= ~IXGBE_FLAG_NEED_LINK_CONFIG;
5747
5748 autoneg = hw->phy.autoneg_advertised;
5749 if ((!autoneg) && (hw->mac.ops.get_link_capabilities))
5750 hw->mac.ops.get_link_capabilities(hw, &autoneg, &negotiation);
7086400d
AD
5751 if (hw->mac.ops.setup_link)
5752 hw->mac.ops.setup_link(hw, autoneg, negotiation, true);
5753
5754 adapter->flags |= IXGBE_FLAG_NEED_LINK_UPDATE;
5755 adapter->link_check_timeout = jiffies;
5756 clear_bit(__IXGBE_IN_SFP_INIT, &adapter->state);
5757}
5758
83c61fa9
GR
5759#ifdef CONFIG_PCI_IOV
5760static void ixgbe_check_for_bad_vf(struct ixgbe_adapter *adapter)
5761{
5762 int vf;
5763 struct ixgbe_hw *hw = &adapter->hw;
5764 struct net_device *netdev = adapter->netdev;
5765 u32 gpc;
5766 u32 ciaa, ciad;
5767
5768 gpc = IXGBE_READ_REG(hw, IXGBE_TXDGPC);
5769 if (gpc) /* If incrementing then no need for the check below */
5770 return;
5771 /*
5772 * Check to see if a bad DMA write target from an errant or
5773 * malicious VF has caused a PCIe error. If so then we can
5774 * issue a VFLR to the offending VF(s) and then resume without
5775 * requesting a full slot reset.
5776 */
5777
5778 for (vf = 0; vf < adapter->num_vfs; vf++) {
5779 ciaa = (vf << 16) | 0x80000000;
5780 /* 32 bit read so align, we really want status at offset 6 */
5781 ciaa |= PCI_COMMAND;
5782 IXGBE_WRITE_REG(hw, IXGBE_CIAA_82599, ciaa);
5783 ciad = IXGBE_READ_REG(hw, IXGBE_CIAD_82599);
5784 ciaa &= 0x7FFFFFFF;
5785 /* disable debug mode asap after reading data */
5786 IXGBE_WRITE_REG(hw, IXGBE_CIAA_82599, ciaa);
5787 /* Get the upper 16 bits which will be the PCI status reg */
5788 ciad >>= 16;
5789 if (ciad & PCI_STATUS_REC_MASTER_ABORT) {
5790 netdev_err(netdev, "VF %d Hung DMA\n", vf);
5791 /* Issue VFLR */
5792 ciaa = (vf << 16) | 0x80000000;
5793 ciaa |= 0xA8;
5794 IXGBE_WRITE_REG(hw, IXGBE_CIAA_82599, ciaa);
5795 ciad = 0x00008000; /* VFLR */
5796 IXGBE_WRITE_REG(hw, IXGBE_CIAD_82599, ciad);
5797 ciaa &= 0x7FFFFFFF;
5798 IXGBE_WRITE_REG(hw, IXGBE_CIAA_82599, ciaa);
5799 }
5800 }
5801}
5802
5803#endif
7086400d
AD
5804/**
5805 * ixgbe_service_timer - Timer Call-back
5806 * @data: pointer to adapter cast into an unsigned long
5807 **/
5808static void ixgbe_service_timer(unsigned long data)
5809{
5810 struct ixgbe_adapter *adapter = (struct ixgbe_adapter *)data;
5811 unsigned long next_event_offset;
83c61fa9 5812 bool ready = true;
7086400d 5813
6bb78cfb
AD
5814 /* poll faster when waiting for link */
5815 if (adapter->flags & IXGBE_FLAG_NEED_LINK_UPDATE)
5816 next_event_offset = HZ / 10;
5817 else
5818 next_event_offset = HZ * 2;
83c61fa9 5819
6bb78cfb 5820#ifdef CONFIG_PCI_IOV
83c61fa9
GR
5821 /*
5822 * don't bother with SR-IOV VF DMA hang check if there are
5823 * no VFs or the link is down
5824 */
5825 if (!adapter->num_vfs ||
6bb78cfb 5826 (adapter->flags & IXGBE_FLAG_NEED_LINK_UPDATE))
83c61fa9 5827 goto normal_timer_service;
83c61fa9
GR
5828
5829 /* If we have VFs allocated then we must check for DMA hangs */
5830 ixgbe_check_for_bad_vf(adapter);
5831 next_event_offset = HZ / 50;
5832 adapter->timer_event_accumulator++;
5833
6bb78cfb 5834 if (adapter->timer_event_accumulator >= 100)
83c61fa9 5835 adapter->timer_event_accumulator = 0;
7086400d 5836 else
6bb78cfb 5837 ready = false;
7086400d 5838
6bb78cfb 5839normal_timer_service:
83c61fa9 5840#endif
7086400d
AD
5841 /* Reset the timer */
5842 mod_timer(&adapter->service_timer, next_event_offset + jiffies);
5843
83c61fa9
GR
5844 if (ready)
5845 ixgbe_service_event_schedule(adapter);
7086400d
AD
5846}
5847
c83c6cbd
AD
5848static void ixgbe_reset_subtask(struct ixgbe_adapter *adapter)
5849{
5850 if (!(adapter->flags2 & IXGBE_FLAG2_RESET_REQUESTED))
5851 return;
5852
5853 adapter->flags2 &= ~IXGBE_FLAG2_RESET_REQUESTED;
5854
5855 /* If we're already down or resetting, just bail */
5856 if (test_bit(__IXGBE_DOWN, &adapter->state) ||
5857 test_bit(__IXGBE_RESETTING, &adapter->state))
5858 return;
5859
5860 ixgbe_dump(adapter);
5861 netdev_err(adapter->netdev, "Reset adapter\n");
5862 adapter->tx_timeout_count++;
5863
5864 ixgbe_reinit_locked(adapter);
5865}
5866
7086400d
AD
5867/**
5868 * ixgbe_service_task - manages and runs subtasks
5869 * @work: pointer to work_struct containing our data
5870 **/
5871static void ixgbe_service_task(struct work_struct *work)
5872{
5873 struct ixgbe_adapter *adapter = container_of(work,
5874 struct ixgbe_adapter,
5875 service_task);
5876
c83c6cbd 5877 ixgbe_reset_subtask(adapter);
7086400d
AD
5878 ixgbe_sfp_detection_subtask(adapter);
5879 ixgbe_sfp_link_config_subtask(adapter);
f0f9778d 5880 ixgbe_check_overtemp_subtask(adapter);
93c52dd0 5881 ixgbe_watchdog_subtask(adapter);
d034acf1 5882 ixgbe_fdir_reinit_subtask(adapter);
93c52dd0 5883 ixgbe_check_hang_subtask(adapter);
3a6a4eda
JK
5884#ifdef CONFIG_IXGBE_PTP
5885 ixgbe_ptp_overflow_check(adapter);
5886#endif
7086400d
AD
5887
5888 ixgbe_service_event_complete(adapter);
9a799d71
AK
5889}
5890
fd0db0ed
AD
5891static int ixgbe_tso(struct ixgbe_ring *tx_ring,
5892 struct ixgbe_tx_buffer *first,
244e27ad 5893 u8 *hdr_len)
897ab156 5894{
fd0db0ed 5895 struct sk_buff *skb = first->skb;
897ab156
AD
5896 u32 vlan_macip_lens, type_tucmd;
5897 u32 mss_l4len_idx, l4len;
9a799d71 5898
897ab156
AD
5899 if (!skb_is_gso(skb))
5900 return 0;
9a799d71 5901
897ab156 5902 if (skb_header_cloned(skb)) {
244e27ad 5903 int err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
897ab156
AD
5904 if (err)
5905 return err;
9a799d71 5906 }
9a799d71 5907
897ab156
AD
5908 /* ADV DTYP TUCMD MKRLOC/ISCSIHEDLEN */
5909 type_tucmd = IXGBE_ADVTXD_TUCMD_L4T_TCP;
5910
244e27ad 5911 if (first->protocol == __constant_htons(ETH_P_IP)) {
897ab156
AD
5912 struct iphdr *iph = ip_hdr(skb);
5913 iph->tot_len = 0;
5914 iph->check = 0;
5915 tcp_hdr(skb)->check = ~csum_tcpudp_magic(iph->saddr,
5916 iph->daddr, 0,
5917 IPPROTO_TCP,
5918 0);
5919 type_tucmd |= IXGBE_ADVTXD_TUCMD_IPV4;
244e27ad
AD
5920 first->tx_flags |= IXGBE_TX_FLAGS_TSO |
5921 IXGBE_TX_FLAGS_CSUM |
5922 IXGBE_TX_FLAGS_IPV4;
897ab156
AD
5923 } else if (skb_is_gso_v6(skb)) {
5924 ipv6_hdr(skb)->payload_len = 0;
5925 tcp_hdr(skb)->check =
5926 ~csum_ipv6_magic(&ipv6_hdr(skb)->saddr,
5927 &ipv6_hdr(skb)->daddr,
5928 0, IPPROTO_TCP, 0);
244e27ad
AD
5929 first->tx_flags |= IXGBE_TX_FLAGS_TSO |
5930 IXGBE_TX_FLAGS_CSUM;
897ab156
AD
5931 }
5932
091a6246 5933 /* compute header lengths */
897ab156
AD
5934 l4len = tcp_hdrlen(skb);
5935 *hdr_len = skb_transport_offset(skb) + l4len;
5936
091a6246
AD
5937 /* update gso size and bytecount with header size */
5938 first->gso_segs = skb_shinfo(skb)->gso_segs;
5939 first->bytecount += (first->gso_segs - 1) * *hdr_len;
5940
897ab156
AD
5941 /* mss_l4len_id: use 1 as index for TSO */
5942 mss_l4len_idx = l4len << IXGBE_ADVTXD_L4LEN_SHIFT;
5943 mss_l4len_idx |= skb_shinfo(skb)->gso_size << IXGBE_ADVTXD_MSS_SHIFT;
5944 mss_l4len_idx |= 1 << IXGBE_ADVTXD_IDX_SHIFT;
5945
5946 /* vlan_macip_lens: HEADLEN, MACLEN, VLAN tag */
5947 vlan_macip_lens = skb_network_header_len(skb);
5948 vlan_macip_lens |= skb_network_offset(skb) << IXGBE_ADVTXD_MACLEN_SHIFT;
244e27ad 5949 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK;
897ab156
AD
5950
5951 ixgbe_tx_ctxtdesc(tx_ring, vlan_macip_lens, 0, type_tucmd,
244e27ad 5952 mss_l4len_idx);
897ab156
AD
5953
5954 return 1;
5955}
5956
244e27ad
AD
5957static void ixgbe_tx_csum(struct ixgbe_ring *tx_ring,
5958 struct ixgbe_tx_buffer *first)
7ca647bd 5959{
fd0db0ed 5960 struct sk_buff *skb = first->skb;
897ab156
AD
5961 u32 vlan_macip_lens = 0;
5962 u32 mss_l4len_idx = 0;
5963 u32 type_tucmd = 0;
7ca647bd 5964
897ab156 5965 if (skb->ip_summed != CHECKSUM_PARTIAL) {
62748b7b
AD
5966 if (!(first->tx_flags & IXGBE_TX_FLAGS_HW_VLAN)) {
5967 if (unlikely(skb->no_fcs))
5968 first->tx_flags |= IXGBE_TX_FLAGS_NO_IFCS;
5969 if (!(first->tx_flags & IXGBE_TX_FLAGS_TXSW))
5970 return;
5971 }
897ab156
AD
5972 } else {
5973 u8 l4_hdr = 0;
244e27ad 5974 switch (first->protocol) {
897ab156
AD
5975 case __constant_htons(ETH_P_IP):
5976 vlan_macip_lens |= skb_network_header_len(skb);
5977 type_tucmd |= IXGBE_ADVTXD_TUCMD_IPV4;
5978 l4_hdr = ip_hdr(skb)->protocol;
7ca647bd 5979 break;
897ab156
AD
5980 case __constant_htons(ETH_P_IPV6):
5981 vlan_macip_lens |= skb_network_header_len(skb);
5982 l4_hdr = ipv6_hdr(skb)->nexthdr;
5983 break;
5984 default:
5985 if (unlikely(net_ratelimit())) {
5986 dev_warn(tx_ring->dev,
5987 "partial checksum but proto=%x!\n",
244e27ad 5988 first->protocol);
897ab156 5989 }
7ca647bd
JP
5990 break;
5991 }
897ab156
AD
5992
5993 switch (l4_hdr) {
7ca647bd 5994 case IPPROTO_TCP:
897ab156
AD
5995 type_tucmd |= IXGBE_ADVTXD_TUCMD_L4T_TCP;
5996 mss_l4len_idx = tcp_hdrlen(skb) <<
5997 IXGBE_ADVTXD_L4LEN_SHIFT;
7ca647bd
JP
5998 break;
5999 case IPPROTO_SCTP:
897ab156
AD
6000 type_tucmd |= IXGBE_ADVTXD_TUCMD_L4T_SCTP;
6001 mss_l4len_idx = sizeof(struct sctphdr) <<
6002 IXGBE_ADVTXD_L4LEN_SHIFT;
6003 break;
6004 case IPPROTO_UDP:
6005 mss_l4len_idx = sizeof(struct udphdr) <<
6006 IXGBE_ADVTXD_L4LEN_SHIFT;
6007 break;
6008 default:
6009 if (unlikely(net_ratelimit())) {
6010 dev_warn(tx_ring->dev,
6011 "partial checksum but l4 proto=%x!\n",
244e27ad 6012 l4_hdr);
897ab156 6013 }
7ca647bd
JP
6014 break;
6015 }
244e27ad
AD
6016
6017 /* update TX checksum flag */
6018 first->tx_flags |= IXGBE_TX_FLAGS_CSUM;
7ca647bd
JP
6019 }
6020
244e27ad 6021 /* vlan_macip_lens: MACLEN, VLAN tag */
897ab156 6022 vlan_macip_lens |= skb_network_offset(skb) << IXGBE_ADVTXD_MACLEN_SHIFT;
244e27ad 6023 vlan_macip_lens |= first->tx_flags & IXGBE_TX_FLAGS_VLAN_MASK;
9a799d71 6024
897ab156
AD
6025 ixgbe_tx_ctxtdesc(tx_ring, vlan_macip_lens, 0,
6026 type_tucmd, mss_l4len_idx);
9a799d71
AK
6027}
6028
d3d00239 6029static __le32 ixgbe_tx_cmd_type(u32 tx_flags)
9a799d71 6030{
d3d00239
AD
6031 /* set type for advanced descriptor with frame checksum insertion */
6032 __le32 cmd_type = cpu_to_le32(IXGBE_ADVTXD_DTYP_DATA |
d3d00239 6033 IXGBE_ADVTXD_DCMD_DEXT);
9a799d71 6034
d3d00239 6035 /* set HW vlan bit if vlan is present */
66f32a8b 6036 if (tx_flags & IXGBE_TX_FLAGS_HW_VLAN)
d3d00239 6037 cmd_type |= cpu_to_le32(IXGBE_ADVTXD_DCMD_VLE);
9a799d71 6038
3a6a4eda
JK
6039#ifdef CONFIG_IXGBE_PTP
6040 if (tx_flags & IXGBE_TX_FLAGS_TSTAMP)
6041 cmd_type |= cpu_to_le32(IXGBE_ADVTXD_MAC_TSTAMP);
6042#endif
6043
d3d00239
AD
6044 /* set segmentation enable bits for TSO/FSO */
6045#ifdef IXGBE_FCOE
93f5b3c1 6046 if (tx_flags & (IXGBE_TX_FLAGS_TSO | IXGBE_TX_FLAGS_FSO))
d3d00239
AD
6047#else
6048 if (tx_flags & IXGBE_TX_FLAGS_TSO)
6049#endif
6050 cmd_type |= cpu_to_le32(IXGBE_ADVTXD_DCMD_TSE);
eacd73f7 6051
62748b7b
AD
6052 /* insert frame checksum */
6053 if (!(tx_flags & IXGBE_TX_FLAGS_NO_IFCS))
6054 cmd_type |= cpu_to_le32(IXGBE_ADVTXD_DCMD_IFCS);
6055
d3d00239
AD
6056 return cmd_type;
6057}
9a799d71 6058
729739b7
AD
6059static void ixgbe_tx_olinfo_status(union ixgbe_adv_tx_desc *tx_desc,
6060 u32 tx_flags, unsigned int paylen)
d3d00239 6061{
93f5b3c1 6062 __le32 olinfo_status = cpu_to_le32(paylen << IXGBE_ADVTXD_PAYLEN_SHIFT);
9a799d71 6063
d3d00239
AD
6064 /* enable L4 checksum for TSO and TX checksum offload */
6065 if (tx_flags & IXGBE_TX_FLAGS_CSUM)
6066 olinfo_status |= cpu_to_le32(IXGBE_ADVTXD_POPTS_TXSM);
9a799d71 6067
93f5b3c1
AD
6068 /* enble IPv4 checksum for TSO */
6069 if (tx_flags & IXGBE_TX_FLAGS_IPV4)
6070 olinfo_status |= cpu_to_le32(IXGBE_ADVTXD_POPTS_IXSM);
9a799d71 6071
93f5b3c1
AD
6072 /* use index 1 context for TSO/FSO/FCOE */
6073#ifdef IXGBE_FCOE
6074 if (tx_flags & (IXGBE_TX_FLAGS_TSO | IXGBE_TX_FLAGS_FCOE))
6075#else
6076 if (tx_flags & IXGBE_TX_FLAGS_TSO)
d3d00239 6077#endif
93f5b3c1
AD
6078 olinfo_status |= cpu_to_le32(1 << IXGBE_ADVTXD_IDX_SHIFT);
6079
7f9643fd
AD
6080 /*
6081 * Check Context must be set if Tx switch is enabled, which it
6082 * always is for case where virtual functions are running
6083 */
93f5b3c1
AD
6084#ifdef IXGBE_FCOE
6085 if (tx_flags & (IXGBE_TX_FLAGS_TXSW | IXGBE_TX_FLAGS_FCOE))
6086#else
7f9643fd 6087 if (tx_flags & IXGBE_TX_FLAGS_TXSW)
93f5b3c1 6088#endif
7f9643fd
AD
6089 olinfo_status |= cpu_to_le32(IXGBE_ADVTXD_CC);
6090
729739b7 6091 tx_desc->read.olinfo_status = olinfo_status;
d3d00239 6092}
44df32c5 6093
d3d00239
AD
6094#define IXGBE_TXD_CMD (IXGBE_TXD_CMD_EOP | \
6095 IXGBE_TXD_CMD_RS)
6096
6097static void ixgbe_tx_map(struct ixgbe_ring *tx_ring,
d3d00239 6098 struct ixgbe_tx_buffer *first,
d3d00239
AD
6099 const u8 hdr_len)
6100{
729739b7 6101 dma_addr_t dma;
fd0db0ed 6102 struct sk_buff *skb = first->skb;
729739b7 6103 struct ixgbe_tx_buffer *tx_buffer;
d3d00239 6104 union ixgbe_adv_tx_desc *tx_desc;
729739b7 6105 struct skb_frag_struct *frag = &skb_shinfo(skb)->frags[0];
d3d00239
AD
6106 unsigned int data_len = skb->data_len;
6107 unsigned int size = skb_headlen(skb);
729739b7 6108 unsigned int paylen = skb->len - hdr_len;
244e27ad 6109 u32 tx_flags = first->tx_flags;
729739b7 6110 __le32 cmd_type;
d3d00239 6111 u16 i = tx_ring->next_to_use;
d3d00239 6112
729739b7
AD
6113 tx_desc = IXGBE_TX_DESC(tx_ring, i);
6114
6115 ixgbe_tx_olinfo_status(tx_desc, tx_flags, paylen);
6116 cmd_type = ixgbe_tx_cmd_type(tx_flags);
6117
d3d00239
AD
6118#ifdef IXGBE_FCOE
6119 if (tx_flags & IXGBE_TX_FLAGS_FCOE) {
729739b7 6120 if (data_len < sizeof(struct fcoe_crc_eof)) {
d3d00239
AD
6121 size -= sizeof(struct fcoe_crc_eof) - data_len;
6122 data_len = 0;
729739b7
AD
6123 } else {
6124 data_len -= sizeof(struct fcoe_crc_eof);
9a799d71
AK
6125 }
6126 }
44df32c5 6127
d3d00239 6128#endif
729739b7
AD
6129 dma = dma_map_single(tx_ring->dev, skb->data, size, DMA_TO_DEVICE);
6130 if (dma_mapping_error(tx_ring->dev, dma))
d3d00239 6131 goto dma_error;
8ad494b0 6132
729739b7
AD
6133 /* record length, and DMA address */
6134 dma_unmap_len_set(first, len, size);
6135 dma_unmap_addr_set(first, dma, dma);
9a799d71 6136
729739b7 6137 tx_desc->read.buffer_addr = cpu_to_le64(dma);
e5a43549 6138
d3d00239 6139 for (;;) {
729739b7 6140 while (unlikely(size > IXGBE_MAX_DATA_PER_TXD)) {
d3d00239
AD
6141 tx_desc->read.cmd_type_len =
6142 cmd_type | cpu_to_le32(IXGBE_MAX_DATA_PER_TXD);
e5a43549 6143
d3d00239 6144 i++;
729739b7 6145 tx_desc++;
d3d00239 6146 if (i == tx_ring->count) {
e4f74028 6147 tx_desc = IXGBE_TX_DESC(tx_ring, 0);
d3d00239
AD
6148 i = 0;
6149 }
729739b7
AD
6150
6151 dma += IXGBE_MAX_DATA_PER_TXD;
6152 size -= IXGBE_MAX_DATA_PER_TXD;
6153
6154 tx_desc->read.buffer_addr = cpu_to_le64(dma);
6155 tx_desc->read.olinfo_status = 0;
d3d00239 6156 }
e5a43549 6157
729739b7
AD
6158 if (likely(!data_len))
6159 break;
9a799d71 6160
d3d00239 6161 tx_desc->read.cmd_type_len = cmd_type | cpu_to_le32(size);
9a799d71 6162
729739b7
AD
6163 i++;
6164 tx_desc++;
6165 if (i == tx_ring->count) {
6166 tx_desc = IXGBE_TX_DESC(tx_ring, 0);
6167 i = 0;
6168 }
9a799d71 6169
d3d00239 6170#ifdef IXGBE_FCOE
9e903e08 6171 size = min_t(unsigned int, data_len, skb_frag_size(frag));
d3d00239 6172#else
9e903e08 6173 size = skb_frag_size(frag);
d3d00239
AD
6174#endif
6175 data_len -= size;
9a799d71 6176
729739b7
AD
6177 dma = skb_frag_dma_map(tx_ring->dev, frag, 0, size,
6178 DMA_TO_DEVICE);
6179 if (dma_mapping_error(tx_ring->dev, dma))
d3d00239 6180 goto dma_error;
9a799d71 6181
729739b7
AD
6182 tx_buffer = &tx_ring->tx_buffer_info[i];
6183 dma_unmap_len_set(tx_buffer, len, size);
6184 dma_unmap_addr_set(tx_buffer, dma, dma);
9a799d71 6185
729739b7
AD
6186 tx_desc->read.buffer_addr = cpu_to_le64(dma);
6187 tx_desc->read.olinfo_status = 0;
9a799d71 6188
729739b7
AD
6189 frag++;
6190 }
9a799d71 6191
729739b7
AD
6192 /* write last descriptor with RS and EOP bits */
6193 cmd_type |= cpu_to_le32(size) | cpu_to_le32(IXGBE_TXD_CMD);
6194 tx_desc->read.cmd_type_len = cmd_type;
eacd73f7 6195
091a6246 6196 netdev_tx_sent_queue(txring_txq(tx_ring), first->bytecount);
b2d96e0a 6197
d3d00239
AD
6198 /* set the timestamp */
6199 first->time_stamp = jiffies;
9a799d71
AK
6200
6201 /*
729739b7
AD
6202 * Force memory writes to complete before letting h/w know there
6203 * are new descriptors to fetch. (Only applicable for weak-ordered
6204 * memory model archs, such as IA-64).
6205 *
6206 * We also need this memory barrier to make certain all of the
6207 * status bits have been updated before next_to_watch is written.
9a799d71
AK
6208 */
6209 wmb();
6210
d3d00239
AD
6211 /* set next_to_watch value indicating a packet is present */
6212 first->next_to_watch = tx_desc;
6213
729739b7
AD
6214 i++;
6215 if (i == tx_ring->count)
6216 i = 0;
6217
6218 tx_ring->next_to_use = i;
6219
d3d00239 6220 /* notify HW of packet */
84ea2591 6221 writel(i, tx_ring->tail);
d3d00239
AD
6222
6223 return;
6224dma_error:
729739b7 6225 dev_err(tx_ring->dev, "TX DMA map failed\n");
d3d00239
AD
6226
6227 /* clear dma mappings for failed tx_buffer_info map */
6228 for (;;) {
729739b7
AD
6229 tx_buffer = &tx_ring->tx_buffer_info[i];
6230 ixgbe_unmap_and_free_tx_resource(tx_ring, tx_buffer);
6231 if (tx_buffer == first)
d3d00239
AD
6232 break;
6233 if (i == 0)
6234 i = tx_ring->count;
6235 i--;
6236 }
6237
d3d00239 6238 tx_ring->next_to_use = i;
9a799d71
AK
6239}
6240
fd0db0ed 6241static void ixgbe_atr(struct ixgbe_ring *ring,
244e27ad 6242 struct ixgbe_tx_buffer *first)
69830529
AD
6243{
6244 struct ixgbe_q_vector *q_vector = ring->q_vector;
6245 union ixgbe_atr_hash_dword input = { .dword = 0 };
6246 union ixgbe_atr_hash_dword common = { .dword = 0 };
6247 union {
6248 unsigned char *network;
6249 struct iphdr *ipv4;
6250 struct ipv6hdr *ipv6;
6251 } hdr;
ee9e0f0b 6252 struct tcphdr *th;
905e4a41 6253 __be16 vlan_id;
c4cf55e5 6254
69830529
AD
6255 /* if ring doesn't have a interrupt vector, cannot perform ATR */
6256 if (!q_vector)
6257 return;
6258
6259 /* do nothing if sampling is disabled */
6260 if (!ring->atr_sample_rate)
d3ead241 6261 return;
c4cf55e5 6262
69830529 6263 ring->atr_count++;
c4cf55e5 6264
69830529 6265 /* snag network header to get L4 type and address */
fd0db0ed 6266 hdr.network = skb_network_header(first->skb);
69830529
AD
6267
6268 /* Currently only IPv4/IPv6 with TCP is supported */
244e27ad 6269 if ((first->protocol != __constant_htons(ETH_P_IPV6) ||
69830529 6270 hdr.ipv6->nexthdr != IPPROTO_TCP) &&
244e27ad 6271 (first->protocol != __constant_htons(ETH_P_IP) ||
69830529
AD
6272 hdr.ipv4->protocol != IPPROTO_TCP))
6273 return;
ee9e0f0b 6274
fd0db0ed 6275 th = tcp_hdr(first->skb);
c4cf55e5 6276
66f32a8b
AD
6277 /* skip this packet since it is invalid or the socket is closing */
6278 if (!th || th->fin)
69830529
AD
6279 return;
6280
6281 /* sample on all syn packets or once every atr sample count */
6282 if (!th->syn && (ring->atr_count < ring->atr_sample_rate))
6283 return;
6284
6285 /* reset sample count */
6286 ring->atr_count = 0;
6287
244e27ad 6288 vlan_id = htons(first->tx_flags >> IXGBE_TX_FLAGS_VLAN_SHIFT);
69830529
AD
6289
6290 /*
6291 * src and dst are inverted, think how the receiver sees them
6292 *
6293 * The input is broken into two sections, a non-compressed section
6294 * containing vm_pool, vlan_id, and flow_type. The rest of the data
6295 * is XORed together and stored in the compressed dword.
6296 */
6297 input.formatted.vlan_id = vlan_id;
6298
6299 /*
6300 * since src port and flex bytes occupy the same word XOR them together
6301 * and write the value to source port portion of compressed dword
6302 */
244e27ad 6303 if (first->tx_flags & (IXGBE_TX_FLAGS_SW_VLAN | IXGBE_TX_FLAGS_HW_VLAN))
69830529
AD
6304 common.port.src ^= th->dest ^ __constant_htons(ETH_P_8021Q);
6305 else
244e27ad 6306 common.port.src ^= th->dest ^ first->protocol;
69830529
AD
6307 common.port.dst ^= th->source;
6308
244e27ad 6309 if (first->protocol == __constant_htons(ETH_P_IP)) {
69830529
AD
6310 input.formatted.flow_type = IXGBE_ATR_FLOW_TYPE_TCPV4;
6311 common.ip ^= hdr.ipv4->saddr ^ hdr.ipv4->daddr;
6312 } else {
6313 input.formatted.flow_type = IXGBE_ATR_FLOW_TYPE_TCPV6;
6314 common.ip ^= hdr.ipv6->saddr.s6_addr32[0] ^
6315 hdr.ipv6->saddr.s6_addr32[1] ^
6316 hdr.ipv6->saddr.s6_addr32[2] ^
6317 hdr.ipv6->saddr.s6_addr32[3] ^
6318 hdr.ipv6->daddr.s6_addr32[0] ^
6319 hdr.ipv6->daddr.s6_addr32[1] ^
6320 hdr.ipv6->daddr.s6_addr32[2] ^
6321 hdr.ipv6->daddr.s6_addr32[3];
6322 }
c4cf55e5
PWJ
6323
6324 /* This assumes the Rx queue and Tx queue are bound to the same CPU */
69830529
AD
6325 ixgbe_fdir_add_signature_filter_82599(&q_vector->adapter->hw,
6326 input, common, ring->queue_index);
c4cf55e5
PWJ
6327}
6328
63544e9c 6329static int __ixgbe_maybe_stop_tx(struct ixgbe_ring *tx_ring, u16 size)
e092be60 6330{
fc77dc3c 6331 netif_stop_subqueue(tx_ring->netdev, tx_ring->queue_index);
e092be60
AV
6332 /* Herbert's original patch had:
6333 * smp_mb__after_netif_stop_queue();
6334 * but since that doesn't exist yet, just open code it. */
6335 smp_mb();
6336
6337 /* We need to check again in a case another CPU has just
6338 * made room available. */
7d4987de 6339 if (likely(ixgbe_desc_unused(tx_ring) < size))
e092be60
AV
6340 return -EBUSY;
6341
6342 /* A reprieve! - use start_queue because it doesn't call schedule */
fc77dc3c 6343 netif_start_subqueue(tx_ring->netdev, tx_ring->queue_index);
5b7da515 6344 ++tx_ring->tx_stats.restart_queue;
e092be60
AV
6345 return 0;
6346}
6347
82d4e46e 6348static inline int ixgbe_maybe_stop_tx(struct ixgbe_ring *tx_ring, u16 size)
e092be60 6349{
7d4987de 6350 if (likely(ixgbe_desc_unused(tx_ring) >= size))
e092be60 6351 return 0;
fc77dc3c 6352 return __ixgbe_maybe_stop_tx(tx_ring, size);
e092be60
AV
6353}
6354
09a3b1f8
SH
6355static u16 ixgbe_select_queue(struct net_device *dev, struct sk_buff *skb)
6356{
6357 struct ixgbe_adapter *adapter = netdev_priv(dev);
6440752c
AD
6358 int txq = skb_rx_queue_recorded(skb) ? skb_get_rx_queue(skb) :
6359 smp_processor_id();
56075a98 6360#ifdef IXGBE_FCOE
6440752c 6361 __be16 protocol = vlan_get_protocol(skb);
5e09a105 6362
e5b64635
JF
6363 if (((protocol == htons(ETH_P_FCOE)) ||
6364 (protocol == htons(ETH_P_FIP))) &&
6365 (adapter->flags & IXGBE_FLAG_FCOE_ENABLED)) {
c087663e
AD
6366 struct ixgbe_ring_feature *f;
6367
6368 f = &adapter->ring_feature[RING_F_FCOE];
6369
6370 while (txq >= f->indices)
6371 txq -= f->indices;
e4b317e9 6372 txq += adapter->ring_feature[RING_F_FCOE].offset;
c087663e 6373
e5b64635 6374 return txq;
56075a98
JF
6375 }
6376#endif
6377
fdd3d631
KK
6378 if (adapter->flags & IXGBE_FLAG_FDIR_HASH_CAPABLE) {
6379 while (unlikely(txq >= dev->real_num_tx_queues))
6380 txq -= dev->real_num_tx_queues;
5f715823 6381 return txq;
fdd3d631 6382 }
c4cf55e5 6383
09a3b1f8
SH
6384 return skb_tx_hash(dev, skb);
6385}
6386
fc77dc3c 6387netdev_tx_t ixgbe_xmit_frame_ring(struct sk_buff *skb,
84418e3b
AD
6388 struct ixgbe_adapter *adapter,
6389 struct ixgbe_ring *tx_ring)
9a799d71 6390{
d3d00239 6391 struct ixgbe_tx_buffer *first;
5f715823 6392 int tso;
d3d00239 6393 u32 tx_flags = 0;
a535c30e
AD
6394#if PAGE_SIZE > IXGBE_MAX_DATA_PER_TXD
6395 unsigned short f;
6396#endif
a535c30e 6397 u16 count = TXD_USE_COUNT(skb_headlen(skb));
66f32a8b 6398 __be16 protocol = skb->protocol;
63544e9c 6399 u8 hdr_len = 0;
5e09a105 6400
a535c30e
AD
6401 /*
6402 * need: 1 descriptor per page * PAGE_SIZE/IXGBE_MAX_DATA_PER_TXD,
24ddd967 6403 * + 1 desc for skb_headlen/IXGBE_MAX_DATA_PER_TXD,
a535c30e
AD
6404 * + 2 desc gap to keep tail from touching head,
6405 * + 1 desc for context descriptor,
6406 * otherwise try next time
6407 */
6408#if PAGE_SIZE > IXGBE_MAX_DATA_PER_TXD
6409 for (f = 0; f < skb_shinfo(skb)->nr_frags; f++)
6410 count += TXD_USE_COUNT(skb_shinfo(skb)->frags[f].size);
6411#else
6412 count += skb_shinfo(skb)->nr_frags;
6413#endif
6414 if (ixgbe_maybe_stop_tx(tx_ring, count + 3)) {
6415 tx_ring->tx_stats.tx_busy++;
6416 return NETDEV_TX_BUSY;
6417 }
6418
fd0db0ed
AD
6419 /* record the location of the first descriptor for this packet */
6420 first = &tx_ring->tx_buffer_info[tx_ring->next_to_use];
6421 first->skb = skb;
091a6246
AD
6422 first->bytecount = skb->len;
6423 first->gso_segs = 1;
fd0db0ed 6424
66f32a8b 6425 /* if we have a HW VLAN tag being added default to the HW one */
eab6d18d 6426 if (vlan_tx_tag_present(skb)) {
66f32a8b
AD
6427 tx_flags |= vlan_tx_tag_get(skb) << IXGBE_TX_FLAGS_VLAN_SHIFT;
6428 tx_flags |= IXGBE_TX_FLAGS_HW_VLAN;
6429 /* else if it is a SW VLAN check the next protocol and store the tag */
6430 } else if (protocol == __constant_htons(ETH_P_8021Q)) {
6431 struct vlan_hdr *vhdr, _vhdr;
6432 vhdr = skb_header_pointer(skb, ETH_HLEN, sizeof(_vhdr), &_vhdr);
6433 if (!vhdr)
6434 goto out_drop;
6435
6436 protocol = vhdr->h_vlan_encapsulated_proto;
9e0c5648
AD
6437 tx_flags |= ntohs(vhdr->h_vlan_TCI) <<
6438 IXGBE_TX_FLAGS_VLAN_SHIFT;
66f32a8b
AD
6439 tx_flags |= IXGBE_TX_FLAGS_SW_VLAN;
6440 }
6441
aa7bd467
JK
6442 skb_tx_timestamp(skb);
6443
3a6a4eda
JK
6444#ifdef CONFIG_IXGBE_PTP
6445 if (unlikely(skb_shinfo(skb)->tx_flags & SKBTX_HW_TSTAMP)) {
6446 skb_shinfo(skb)->tx_flags |= SKBTX_IN_PROGRESS;
6447 tx_flags |= IXGBE_TX_FLAGS_TSTAMP;
6448 }
6449#endif
6450
9e0c5648
AD
6451#ifdef CONFIG_PCI_IOV
6452 /*
6453 * Use the l2switch_enable flag - would be false if the DMA
6454 * Tx switch had been disabled.
6455 */
6456 if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED)
6457 tx_flags |= IXGBE_TX_FLAGS_TXSW;
6458
6459#endif
32701dc2 6460 /* DCB maps skb priorities 0-7 onto 3 bit PCP of VLAN tag. */
66f32a8b 6461 if ((adapter->flags & IXGBE_FLAG_DCB_ENABLED) &&
09dca476
AD
6462 ((tx_flags & (IXGBE_TX_FLAGS_HW_VLAN | IXGBE_TX_FLAGS_SW_VLAN)) ||
6463 (skb->priority != TC_PRIO_CONTROL))) {
66f32a8b 6464 tx_flags &= ~IXGBE_TX_FLAGS_VLAN_PRIO_MASK;
32701dc2
JF
6465 tx_flags |= (skb->priority & 0x7) <<
6466 IXGBE_TX_FLAGS_VLAN_PRIO_SHIFT;
66f32a8b
AD
6467 if (tx_flags & IXGBE_TX_FLAGS_SW_VLAN) {
6468 struct vlan_ethhdr *vhdr;
6469 if (skb_header_cloned(skb) &&
6470 pskb_expand_head(skb, 0, 0, GFP_ATOMIC))
6471 goto out_drop;
6472 vhdr = (struct vlan_ethhdr *)skb->data;
6473 vhdr->h_vlan_TCI = htons(tx_flags >>
6474 IXGBE_TX_FLAGS_VLAN_SHIFT);
6475 } else {
6476 tx_flags |= IXGBE_TX_FLAGS_HW_VLAN;
2f90b865 6477 }
9a799d71 6478 }
eacd73f7 6479
244e27ad
AD
6480 /* record initial flags and protocol */
6481 first->tx_flags = tx_flags;
6482 first->protocol = protocol;
6483
eacd73f7 6484#ifdef IXGBE_FCOE
66f32a8b
AD
6485 /* setup tx offload for FCoE */
6486 if ((protocol == __constant_htons(ETH_P_FCOE)) &&
a58915c7 6487 (tx_ring->netdev->features & (NETIF_F_FSO | NETIF_F_FCOE_CRC))) {
244e27ad 6488 tso = ixgbe_fso(tx_ring, first, &hdr_len);
897ab156
AD
6489 if (tso < 0)
6490 goto out_drop;
9a799d71 6491
66f32a8b 6492 goto xmit_fcoe;
eacd73f7 6493 }
9a799d71 6494
66f32a8b 6495#endif /* IXGBE_FCOE */
244e27ad 6496 tso = ixgbe_tso(tx_ring, first, &hdr_len);
66f32a8b 6497 if (tso < 0)
897ab156 6498 goto out_drop;
244e27ad
AD
6499 else if (!tso)
6500 ixgbe_tx_csum(tx_ring, first);
66f32a8b
AD
6501
6502 /* add the ATR filter if ATR is on */
6503 if (test_bit(__IXGBE_TX_FDIR_INIT_DONE, &tx_ring->state))
244e27ad 6504 ixgbe_atr(tx_ring, first);
66f32a8b
AD
6505
6506#ifdef IXGBE_FCOE
6507xmit_fcoe:
6508#endif /* IXGBE_FCOE */
244e27ad 6509 ixgbe_tx_map(tx_ring, first, hdr_len);
d3d00239
AD
6510
6511 ixgbe_maybe_stop_tx(tx_ring, DESC_NEEDED);
9a799d71
AK
6512
6513 return NETDEV_TX_OK;
897ab156
AD
6514
6515out_drop:
fd0db0ed
AD
6516 dev_kfree_skb_any(first->skb);
6517 first->skb = NULL;
6518
897ab156 6519 return NETDEV_TX_OK;
9a799d71
AK
6520}
6521
a50c29dd
AD
6522static netdev_tx_t ixgbe_xmit_frame(struct sk_buff *skb,
6523 struct net_device *netdev)
84418e3b
AD
6524{
6525 struct ixgbe_adapter *adapter = netdev_priv(netdev);
6526 struct ixgbe_ring *tx_ring;
6527
a50c29dd
AD
6528 /*
6529 * The minimum packet size for olinfo paylen is 17 so pad the skb
6530 * in order to meet this minimum size requirement.
6531 */
f73332fc
SH
6532 if (unlikely(skb->len < 17)) {
6533 if (skb_pad(skb, 17 - skb->len))
a50c29dd
AD
6534 return NETDEV_TX_OK;
6535 skb->len = 17;
71a49f77 6536 skb_set_tail_pointer(skb, 17);
a50c29dd
AD
6537 }
6538
84418e3b 6539 tx_ring = adapter->tx_ring[skb->queue_mapping];
fc77dc3c 6540 return ixgbe_xmit_frame_ring(skb, adapter, tx_ring);
84418e3b
AD
6541}
6542
9a799d71
AK
6543/**
6544 * ixgbe_set_mac - Change the Ethernet Address of the NIC
6545 * @netdev: network interface device structure
6546 * @p: pointer to an address structure
6547 *
6548 * Returns 0 on success, negative on failure
6549 **/
6550static int ixgbe_set_mac(struct net_device *netdev, void *p)
6551{
6552 struct ixgbe_adapter *adapter = netdev_priv(netdev);
b4617240 6553 struct ixgbe_hw *hw = &adapter->hw;
9a799d71
AK
6554 struct sockaddr *addr = p;
6555
6556 if (!is_valid_ether_addr(addr->sa_data))
6557 return -EADDRNOTAVAIL;
6558
6559 memcpy(netdev->dev_addr, addr->sa_data, netdev->addr_len);
b4617240 6560 memcpy(hw->mac.addr, addr->sa_data, netdev->addr_len);
9a799d71 6561
1d9c0bfd 6562 hw->mac.ops.set_rar(hw, 0, hw->mac.addr, VMDQ_P(0), IXGBE_RAH_AV);
9a799d71
AK
6563
6564 return 0;
6565}
6566
6b73e10d
BH
6567static int
6568ixgbe_mdio_read(struct net_device *netdev, int prtad, int devad, u16 addr)
6569{
6570 struct ixgbe_adapter *adapter = netdev_priv(netdev);
6571 struct ixgbe_hw *hw = &adapter->hw;
6572 u16 value;
6573 int rc;
6574
6575 if (prtad != hw->phy.mdio.prtad)
6576 return -EINVAL;
6577 rc = hw->phy.ops.read_reg(hw, addr, devad, &value);
6578 if (!rc)
6579 rc = value;
6580 return rc;
6581}
6582
6583static int ixgbe_mdio_write(struct net_device *netdev, int prtad, int devad,
6584 u16 addr, u16 value)
6585{
6586 struct ixgbe_adapter *adapter = netdev_priv(netdev);
6587 struct ixgbe_hw *hw = &adapter->hw;
6588
6589 if (prtad != hw->phy.mdio.prtad)
6590 return -EINVAL;
6591 return hw->phy.ops.write_reg(hw, addr, devad, value);
6592}
6593
6594static int ixgbe_ioctl(struct net_device *netdev, struct ifreq *req, int cmd)
6595{
6596 struct ixgbe_adapter *adapter = netdev_priv(netdev);
6597
3a6a4eda
JK
6598 switch (cmd) {
6599#ifdef CONFIG_IXGBE_PTP
6600 case SIOCSHWTSTAMP:
6601 return ixgbe_ptp_hwtstamp_ioctl(adapter, req, cmd);
6602#endif
6603 default:
6604 return mdio_mii_ioctl(&adapter->hw.phy.mdio, if_mii(req), cmd);
6605 }
6b73e10d
BH
6606}
6607
0365e6e4
PW
6608/**
6609 * ixgbe_add_sanmac_netdev - Add the SAN MAC address to the corresponding
31278e71 6610 * netdev->dev_addrs
0365e6e4
PW
6611 * @netdev: network interface device structure
6612 *
6613 * Returns non-zero on failure
6614 **/
6615static int ixgbe_add_sanmac_netdev(struct net_device *dev)
6616{
6617 int err = 0;
6618 struct ixgbe_adapter *adapter = netdev_priv(dev);
7fa7c9dc 6619 struct ixgbe_hw *hw = &adapter->hw;
0365e6e4 6620
7fa7c9dc 6621 if (is_valid_ether_addr(hw->mac.san_addr)) {
0365e6e4 6622 rtnl_lock();
7fa7c9dc 6623 err = dev_addr_add(dev, hw->mac.san_addr, NETDEV_HW_ADDR_T_SAN);
0365e6e4 6624 rtnl_unlock();
7fa7c9dc
AD
6625
6626 /* update SAN MAC vmdq pool selection */
6627 hw->mac.ops.set_vmdq_san_mac(hw, VMDQ_P(0));
0365e6e4
PW
6628 }
6629 return err;
6630}
6631
6632/**
6633 * ixgbe_del_sanmac_netdev - Removes the SAN MAC address to the corresponding
31278e71 6634 * netdev->dev_addrs
0365e6e4
PW
6635 * @netdev: network interface device structure
6636 *
6637 * Returns non-zero on failure
6638 **/
6639static int ixgbe_del_sanmac_netdev(struct net_device *dev)
6640{
6641 int err = 0;
6642 struct ixgbe_adapter *adapter = netdev_priv(dev);
6643 struct ixgbe_mac_info *mac = &adapter->hw.mac;
6644
6645 if (is_valid_ether_addr(mac->san_addr)) {
6646 rtnl_lock();
6647 err = dev_addr_del(dev, mac->san_addr, NETDEV_HW_ADDR_T_SAN);
6648 rtnl_unlock();
6649 }
6650 return err;
6651}
6652
9a799d71
AK
6653#ifdef CONFIG_NET_POLL_CONTROLLER
6654/*
6655 * Polling 'interrupt' - used by things like netconsole to send skbs
6656 * without having to re-enable interrupts. It's not called while
6657 * the interrupt routine is executing.
6658 */
6659static void ixgbe_netpoll(struct net_device *netdev)
6660{
6661 struct ixgbe_adapter *adapter = netdev_priv(netdev);
8f9a7167 6662 int i;
9a799d71 6663
1a647bd2
AD
6664 /* if interface is down do nothing */
6665 if (test_bit(__IXGBE_DOWN, &adapter->state))
6666 return;
6667
9a799d71 6668 adapter->flags |= IXGBE_FLAG_IN_NETPOLL;
8f9a7167 6669 if (adapter->flags & IXGBE_FLAG_MSIX_ENABLED) {
49c7ffbe
AD
6670 for (i = 0; i < adapter->num_q_vectors; i++)
6671 ixgbe_msix_clean_rings(0, adapter->q_vector[i]);
8f9a7167
PWJ
6672 } else {
6673 ixgbe_intr(adapter->pdev->irq, netdev);
6674 }
9a799d71 6675 adapter->flags &= ~IXGBE_FLAG_IN_NETPOLL;
9a799d71 6676}
9a799d71 6677
581330ba 6678#endif
de1036b1
ED
6679static struct rtnl_link_stats64 *ixgbe_get_stats64(struct net_device *netdev,
6680 struct rtnl_link_stats64 *stats)
6681{
6682 struct ixgbe_adapter *adapter = netdev_priv(netdev);
6683 int i;
6684
1a51502b 6685 rcu_read_lock();
de1036b1 6686 for (i = 0; i < adapter->num_rx_queues; i++) {
1a51502b 6687 struct ixgbe_ring *ring = ACCESS_ONCE(adapter->rx_ring[i]);
de1036b1
ED
6688 u64 bytes, packets;
6689 unsigned int start;
6690
1a51502b
ED
6691 if (ring) {
6692 do {
6693 start = u64_stats_fetch_begin_bh(&ring->syncp);
6694 packets = ring->stats.packets;
6695 bytes = ring->stats.bytes;
6696 } while (u64_stats_fetch_retry_bh(&ring->syncp, start));
6697 stats->rx_packets += packets;
6698 stats->rx_bytes += bytes;
6699 }
de1036b1 6700 }
1ac9ad13
ED
6701
6702 for (i = 0; i < adapter->num_tx_queues; i++) {
6703 struct ixgbe_ring *ring = ACCESS_ONCE(adapter->tx_ring[i]);
6704 u64 bytes, packets;
6705 unsigned int start;
6706
6707 if (ring) {
6708 do {
6709 start = u64_stats_fetch_begin_bh(&ring->syncp);
6710 packets = ring->stats.packets;
6711 bytes = ring->stats.bytes;
6712 } while (u64_stats_fetch_retry_bh(&ring->syncp, start));
6713 stats->tx_packets += packets;
6714 stats->tx_bytes += bytes;
6715 }
6716 }
1a51502b 6717 rcu_read_unlock();
de1036b1
ED
6718 /* following stats updated by ixgbe_watchdog_task() */
6719 stats->multicast = netdev->stats.multicast;
6720 stats->rx_errors = netdev->stats.rx_errors;
6721 stats->rx_length_errors = netdev->stats.rx_length_errors;
6722 stats->rx_crc_errors = netdev->stats.rx_crc_errors;
6723 stats->rx_missed_errors = netdev->stats.rx_missed_errors;
6724 return stats;
6725}
6726
8af3c33f 6727#ifdef CONFIG_IXGBE_DCB
49ce9c2c
BH
6728/**
6729 * ixgbe_validate_rtr - verify 802.1Qp to Rx packet buffer mapping is valid.
6730 * @adapter: pointer to ixgbe_adapter
8b1c0b24
JF
6731 * @tc: number of traffic classes currently enabled
6732 *
6733 * Configure a valid 802.1Qp to Rx packet buffer mapping ie confirm
6734 * 802.1Q priority maps to a packet buffer that exists.
6735 */
6736static void ixgbe_validate_rtr(struct ixgbe_adapter *adapter, u8 tc)
6737{
6738 struct ixgbe_hw *hw = &adapter->hw;
6739 u32 reg, rsave;
6740 int i;
6741
6742 /* 82598 have a static priority to TC mapping that can not
6743 * be changed so no validation is needed.
6744 */
6745 if (hw->mac.type == ixgbe_mac_82598EB)
6746 return;
6747
6748 reg = IXGBE_READ_REG(hw, IXGBE_RTRUP2TC);
6749 rsave = reg;
6750
6751 for (i = 0; i < MAX_TRAFFIC_CLASS; i++) {
6752 u8 up2tc = reg >> (i * IXGBE_RTRUP2TC_UP_SHIFT);
6753
6754 /* If up2tc is out of bounds default to zero */
6755 if (up2tc > tc)
6756 reg &= ~(0x7 << IXGBE_RTRUP2TC_UP_SHIFT);
6757 }
6758
6759 if (reg != rsave)
6760 IXGBE_WRITE_REG(hw, IXGBE_RTRUP2TC, reg);
6761
6762 return;
6763}
6764
02debdc9
AD
6765/**
6766 * ixgbe_set_prio_tc_map - Configure netdev prio tc map
6767 * @adapter: Pointer to adapter struct
6768 *
6769 * Populate the netdev user priority to tc map
6770 */
6771static void ixgbe_set_prio_tc_map(struct ixgbe_adapter *adapter)
6772{
6773 struct net_device *dev = adapter->netdev;
6774 struct ixgbe_dcb_config *dcb_cfg = &adapter->dcb_cfg;
6775 struct ieee_ets *ets = adapter->ixgbe_ieee_ets;
6776 u8 prio;
6777
6778 for (prio = 0; prio < MAX_USER_PRIORITY; prio++) {
6779 u8 tc = 0;
6780
6781 if (adapter->dcbx_cap & DCB_CAP_DCBX_VER_CEE)
6782 tc = ixgbe_dcb_get_tc_from_up(dcb_cfg, 0, prio);
6783 else if (ets)
6784 tc = ets->prio_tc[prio];
6785
6786 netdev_set_prio_tc_map(dev, prio, tc);
6787 }
6788}
6789
49ce9c2c
BH
6790/**
6791 * ixgbe_setup_tc - configure net_device for multiple traffic classes
8b1c0b24
JF
6792 *
6793 * @netdev: net device to configure
6794 * @tc: number of traffic classes to enable
6795 */
6796int ixgbe_setup_tc(struct net_device *dev, u8 tc)
6797{
8b1c0b24
JF
6798 struct ixgbe_adapter *adapter = netdev_priv(dev);
6799 struct ixgbe_hw *hw = &adapter->hw;
8b1c0b24 6800
8b1c0b24 6801 /* Hardware supports up to 8 traffic classes */
4de2a022 6802 if (tc > adapter->dcb_cfg.num_tcs.pg_tcs ||
581330ba
AD
6803 (hw->mac.type == ixgbe_mac_82598EB &&
6804 tc < MAX_TRAFFIC_CLASS))
8b1c0b24
JF
6805 return -EINVAL;
6806
6807 /* Hardware has to reinitialize queues and interrupts to
52f33af8 6808 * match packet buffer alignment. Unfortunately, the
8b1c0b24
JF
6809 * hardware is not flexible enough to do this dynamically.
6810 */
6811 if (netif_running(dev))
6812 ixgbe_close(dev);
6813 ixgbe_clear_interrupt_scheme(adapter);
6814
e7589eab 6815 if (tc) {
8b1c0b24 6816 netdev_set_num_tc(dev, tc);
02debdc9
AD
6817 ixgbe_set_prio_tc_map(adapter);
6818
e7589eab 6819 adapter->flags |= IXGBE_FLAG_DCB_ENABLED;
e7589eab 6820
943561d3
AD
6821 if (adapter->hw.mac.type == ixgbe_mac_82598EB) {
6822 adapter->last_lfc_mode = adapter->hw.fc.requested_mode;
e7589eab 6823 adapter->hw.fc.requested_mode = ixgbe_fc_none;
943561d3 6824 }
e7589eab 6825 } else {
8b1c0b24 6826 netdev_reset_tc(dev);
02debdc9 6827
943561d3
AD
6828 if (adapter->hw.mac.type == ixgbe_mac_82598EB)
6829 adapter->hw.fc.requested_mode = adapter->last_lfc_mode;
e7589eab
JF
6830
6831 adapter->flags &= ~IXGBE_FLAG_DCB_ENABLED;
e7589eab
JF
6832
6833 adapter->temp_dcb_cfg.pfc_mode_enable = false;
6834 adapter->dcb_cfg.pfc_mode_enable = false;
6835 }
6836
8b1c0b24
JF
6837 ixgbe_init_interrupt_scheme(adapter);
6838 ixgbe_validate_rtr(adapter, tc);
6839 if (netif_running(dev))
6840 ixgbe_open(dev);
6841
6842 return 0;
6843}
de1036b1 6844
8af3c33f 6845#endif /* CONFIG_IXGBE_DCB */
082757af
DS
6846void ixgbe_do_reset(struct net_device *netdev)
6847{
6848 struct ixgbe_adapter *adapter = netdev_priv(netdev);
6849
6850 if (netif_running(netdev))
6851 ixgbe_reinit_locked(adapter);
6852 else
6853 ixgbe_reset(adapter);
6854}
6855
c8f44aff 6856static netdev_features_t ixgbe_fix_features(struct net_device *netdev,
567d2de2 6857 netdev_features_t features)
082757af
DS
6858{
6859 struct ixgbe_adapter *adapter = netdev_priv(netdev);
6860
082757af 6861 /* If Rx checksum is disabled, then RSC/LRO should also be disabled */
567d2de2
AD
6862 if (!(features & NETIF_F_RXCSUM))
6863 features &= ~NETIF_F_LRO;
082757af 6864
567d2de2
AD
6865 /* Turn off LRO if not RSC capable */
6866 if (!(adapter->flags2 & IXGBE_FLAG2_RSC_CAPABLE))
6867 features &= ~NETIF_F_LRO;
8e2813f5 6868
567d2de2 6869 return features;
082757af
DS
6870}
6871
c8f44aff 6872static int ixgbe_set_features(struct net_device *netdev,
567d2de2 6873 netdev_features_t features)
082757af
DS
6874{
6875 struct ixgbe_adapter *adapter = netdev_priv(netdev);
567d2de2 6876 netdev_features_t changed = netdev->features ^ features;
082757af
DS
6877 bool need_reset = false;
6878
082757af 6879 /* Make sure RSC matches LRO, reset if change */
567d2de2
AD
6880 if (!(features & NETIF_F_LRO)) {
6881 if (adapter->flags2 & IXGBE_FLAG2_RSC_ENABLED)
082757af 6882 need_reset = true;
567d2de2
AD
6883 adapter->flags2 &= ~IXGBE_FLAG2_RSC_ENABLED;
6884 } else if ((adapter->flags2 & IXGBE_FLAG2_RSC_CAPABLE) &&
6885 !(adapter->flags2 & IXGBE_FLAG2_RSC_ENABLED)) {
6886 if (adapter->rx_itr_setting == 1 ||
6887 adapter->rx_itr_setting > IXGBE_MIN_RSC_ITR) {
6888 adapter->flags2 |= IXGBE_FLAG2_RSC_ENABLED;
6889 need_reset = true;
6890 } else if ((changed ^ features) & NETIF_F_LRO) {
6891 e_info(probe, "rx-usecs set too low, "
6892 "disabling RSC\n");
082757af
DS
6893 }
6894 }
6895
6896 /*
6897 * Check if Flow Director n-tuple support was enabled or disabled. If
6898 * the state changed, we need to reset.
6899 */
39cb681b
AD
6900 switch (features & NETIF_F_NTUPLE) {
6901 case NETIF_F_NTUPLE:
567d2de2 6902 /* turn off ATR, enable perfect filters and reset */
39cb681b
AD
6903 if (!(adapter->flags & IXGBE_FLAG_FDIR_PERFECT_CAPABLE))
6904 need_reset = true;
6905
567d2de2
AD
6906 adapter->flags &= ~IXGBE_FLAG_FDIR_HASH_CAPABLE;
6907 adapter->flags |= IXGBE_FLAG_FDIR_PERFECT_CAPABLE;
39cb681b
AD
6908 break;
6909 default:
6910 /* turn off perfect filters, enable ATR and reset */
6911 if (adapter->flags & IXGBE_FLAG_FDIR_PERFECT_CAPABLE)
6912 need_reset = true;
6913
6914 adapter->flags &= ~IXGBE_FLAG_FDIR_PERFECT_CAPABLE;
6915
6916 /* We cannot enable ATR if SR-IOV is enabled */
6917 if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED)
6918 break;
6919
6920 /* We cannot enable ATR if we have 2 or more traffic classes */
6921 if (netdev_get_num_tc(netdev) > 1)
6922 break;
6923
6924 /* We cannot enable ATR if RSS is disabled */
6925 if (adapter->ring_feature[RING_F_RSS].limit <= 1)
6926 break;
6927
6928 /* A sample rate of 0 indicates ATR disabled */
6929 if (!adapter->atr_sample_rate)
6930 break;
6931
6932 adapter->flags |= IXGBE_FLAG_FDIR_HASH_CAPABLE;
6933 break;
082757af
DS
6934 }
6935
146d4cc9
JF
6936 if (features & NETIF_F_HW_VLAN_RX)
6937 ixgbe_vlan_strip_enable(adapter);
6938 else
6939 ixgbe_vlan_strip_disable(adapter);
6940
3f2d1c0f
BG
6941 if (changed & NETIF_F_RXALL)
6942 need_reset = true;
6943
567d2de2 6944 netdev->features = features;
082757af
DS
6945 if (need_reset)
6946 ixgbe_do_reset(netdev);
6947
6948 return 0;
082757af
DS
6949}
6950
edc7d573 6951static int ixgbe_ndo_fdb_add(struct ndmsg *ndm, struct nlattr *tb[],
0f4b0add 6952 struct net_device *dev,
6b6e2725 6953 const unsigned char *addr,
0f4b0add
JF
6954 u16 flags)
6955{
6956 struct ixgbe_adapter *adapter = netdev_priv(dev);
95447461
JF
6957 int err;
6958
6959 if (!(adapter->flags & IXGBE_FLAG_SRIOV_ENABLED))
6960 return -EOPNOTSUPP;
0f4b0add
JF
6961
6962 if (ndm->ndm_state & NUD_PERMANENT) {
6963 pr_info("%s: FDB only supports static addresses\n",
6964 ixgbe_driver_name);
6965 return -EINVAL;
6966 }
6967
95447461
JF
6968 if (is_unicast_ether_addr(addr)) {
6969 u32 rar_uc_entries = IXGBE_MAX_PF_MACVLANS;
6970
6971 if (netdev_uc_count(dev) < rar_uc_entries)
0f4b0add 6972 err = dev_uc_add_excl(dev, addr);
0f4b0add 6973 else
95447461
JF
6974 err = -ENOMEM;
6975 } else if (is_multicast_ether_addr(addr)) {
6976 err = dev_mc_add_excl(dev, addr);
6977 } else {
6978 err = -EINVAL;
0f4b0add
JF
6979 }
6980
6981 /* Only return duplicate errors if NLM_F_EXCL is set */
6982 if (err == -EEXIST && !(flags & NLM_F_EXCL))
6983 err = 0;
6984
6985 return err;
6986}
6987
6988static int ixgbe_ndo_fdb_del(struct ndmsg *ndm,
6989 struct net_device *dev,
6b6e2725 6990 const unsigned char *addr)
0f4b0add
JF
6991{
6992 struct ixgbe_adapter *adapter = netdev_priv(dev);
6993 int err = -EOPNOTSUPP;
6994
6995 if (ndm->ndm_state & NUD_PERMANENT) {
6996 pr_info("%s: FDB only supports static addresses\n",
6997 ixgbe_driver_name);
6998 return -EINVAL;
6999 }
7000
7001 if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED) {
7002 if (is_unicast_ether_addr(addr))
7003 err = dev_uc_del(dev, addr);
7004 else if (is_multicast_ether_addr(addr))
7005 err = dev_mc_del(dev, addr);
7006 else
7007 err = -EINVAL;
7008 }
7009
7010 return err;
7011}
7012
7013static int ixgbe_ndo_fdb_dump(struct sk_buff *skb,
7014 struct netlink_callback *cb,
7015 struct net_device *dev,
7016 int idx)
7017{
7018 struct ixgbe_adapter *adapter = netdev_priv(dev);
7019
7020 if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED)
7021 idx = ndo_dflt_fdb_dump(skb, cb, dev, idx);
7022
7023 return idx;
7024}
7025
815cccbf
JF
7026static int ixgbe_ndo_bridge_setlink(struct net_device *dev,
7027 struct nlmsghdr *nlh)
7028{
7029 struct ixgbe_adapter *adapter = netdev_priv(dev);
7030 struct nlattr *attr, *br_spec;
7031 int rem;
7032
7033 if (!(adapter->flags & IXGBE_FLAG_SRIOV_ENABLED))
7034 return -EOPNOTSUPP;
7035
7036 br_spec = nlmsg_find_attr(nlh, sizeof(struct ifinfomsg), IFLA_AF_SPEC);
7037
7038 nla_for_each_nested(attr, br_spec, rem) {
7039 __u16 mode;
7040 u32 reg = 0;
7041
7042 if (nla_type(attr) != IFLA_BRIDGE_MODE)
7043 continue;
7044
7045 mode = nla_get_u16(attr);
7046 if (mode == BRIDGE_MODE_VEPA)
7047 reg = 0;
7048 else if (mode == BRIDGE_MODE_VEB)
7049 reg = IXGBE_PFDTXGSWC_VT_LBEN;
7050 else
7051 return -EINVAL;
7052
7053 IXGBE_WRITE_REG(&adapter->hw, IXGBE_PFDTXGSWC, reg);
7054
7055 e_info(drv, "enabling bridge mode: %s\n",
7056 mode == BRIDGE_MODE_VEPA ? "VEPA" : "VEB");
7057 }
7058
7059 return 0;
7060}
7061
7062static int ixgbe_ndo_bridge_getlink(struct sk_buff *skb, u32 pid, u32 seq,
7063 struct net_device *dev)
7064{
7065 struct ixgbe_adapter *adapter = netdev_priv(dev);
7066 u16 mode;
7067
7068 if (!(adapter->flags & IXGBE_FLAG_SRIOV_ENABLED))
7069 return 0;
7070
7071 if (IXGBE_READ_REG(&adapter->hw, IXGBE_PFDTXGSWC) & 1)
7072 mode = BRIDGE_MODE_VEB;
7073 else
7074 mode = BRIDGE_MODE_VEPA;
7075
7076 return ndo_dflt_bridge_getlink(skb, pid, seq, dev, mode);
7077}
7078
0edc3527 7079static const struct net_device_ops ixgbe_netdev_ops = {
e8e9f696 7080 .ndo_open = ixgbe_open,
0edc3527 7081 .ndo_stop = ixgbe_close,
00829823 7082 .ndo_start_xmit = ixgbe_xmit_frame,
09a3b1f8 7083 .ndo_select_queue = ixgbe_select_queue,
581330ba 7084 .ndo_set_rx_mode = ixgbe_set_rx_mode,
0edc3527
SH
7085 .ndo_validate_addr = eth_validate_addr,
7086 .ndo_set_mac_address = ixgbe_set_mac,
7087 .ndo_change_mtu = ixgbe_change_mtu,
7088 .ndo_tx_timeout = ixgbe_tx_timeout,
0edc3527
SH
7089 .ndo_vlan_rx_add_vid = ixgbe_vlan_rx_add_vid,
7090 .ndo_vlan_rx_kill_vid = ixgbe_vlan_rx_kill_vid,
6b73e10d 7091 .ndo_do_ioctl = ixgbe_ioctl,
7f01648a
GR
7092 .ndo_set_vf_mac = ixgbe_ndo_set_vf_mac,
7093 .ndo_set_vf_vlan = ixgbe_ndo_set_vf_vlan,
7094 .ndo_set_vf_tx_rate = ixgbe_ndo_set_vf_bw,
581330ba 7095 .ndo_set_vf_spoofchk = ixgbe_ndo_set_vf_spoofchk,
7f01648a 7096 .ndo_get_vf_config = ixgbe_ndo_get_vf_config,
de1036b1 7097 .ndo_get_stats64 = ixgbe_get_stats64,
8af3c33f 7098#ifdef CONFIG_IXGBE_DCB
24095aa3 7099 .ndo_setup_tc = ixgbe_setup_tc,
8af3c33f 7100#endif
0edc3527
SH
7101#ifdef CONFIG_NET_POLL_CONTROLLER
7102 .ndo_poll_controller = ixgbe_netpoll,
7103#endif
332d4a7d
YZ
7104#ifdef IXGBE_FCOE
7105 .ndo_fcoe_ddp_setup = ixgbe_fcoe_ddp_get,
68a683cf 7106 .ndo_fcoe_ddp_target = ixgbe_fcoe_ddp_target,
332d4a7d 7107 .ndo_fcoe_ddp_done = ixgbe_fcoe_ddp_put,
8450ff8c
YZ
7108 .ndo_fcoe_enable = ixgbe_fcoe_enable,
7109 .ndo_fcoe_disable = ixgbe_fcoe_disable,
61a1fa10 7110 .ndo_fcoe_get_wwn = ixgbe_fcoe_get_wwn,
ea81875a 7111 .ndo_fcoe_get_hbainfo = ixgbe_fcoe_get_hbainfo,
332d4a7d 7112#endif /* IXGBE_FCOE */
082757af
DS
7113 .ndo_set_features = ixgbe_set_features,
7114 .ndo_fix_features = ixgbe_fix_features,
0f4b0add
JF
7115 .ndo_fdb_add = ixgbe_ndo_fdb_add,
7116 .ndo_fdb_del = ixgbe_ndo_fdb_del,
7117 .ndo_fdb_dump = ixgbe_ndo_fdb_dump,
815cccbf
JF
7118 .ndo_bridge_setlink = ixgbe_ndo_bridge_setlink,
7119 .ndo_bridge_getlink = ixgbe_ndo_bridge_getlink,
0edc3527
SH
7120};
7121
8e2813f5
JK
7122/**
7123 * ixgbe_wol_supported - Check whether device supports WoL
7124 * @hw: hw specific details
7125 * @device_id: the device ID
7126 * @subdev_id: the subsystem device ID
7127 *
7128 * This function is used by probe and ethtool to determine
7129 * which devices have WoL support
7130 *
7131 **/
7132int ixgbe_wol_supported(struct ixgbe_adapter *adapter, u16 device_id,
7133 u16 subdevice_id)
7134{
7135 struct ixgbe_hw *hw = &adapter->hw;
7136 u16 wol_cap = adapter->eeprom_cap & IXGBE_DEVICE_CAPS_WOL_MASK;
7137 int is_wol_supported = 0;
7138
7139 switch (device_id) {
7140 case IXGBE_DEV_ID_82599_SFP:
7141 /* Only these subdevices could supports WOL */
7142 switch (subdevice_id) {
7143 case IXGBE_SUBDEV_ID_82599_560FLR:
7144 /* only support first port */
7145 if (hw->bus.func != 0)
7146 break;
7147 case IXGBE_SUBDEV_ID_82599_SFP:
b6dfd939 7148 case IXGBE_SUBDEV_ID_82599_RNDC:
f8a06c2c 7149 case IXGBE_SUBDEV_ID_82599_ECNA_DP:
8e2813f5
JK
7150 is_wol_supported = 1;
7151 break;
7152 }
7153 break;
7154 case IXGBE_DEV_ID_82599_COMBO_BACKPLANE:
7155 /* All except this subdevice support WOL */
7156 if (subdevice_id != IXGBE_SUBDEV_ID_82599_KX4_KR_MEZZ)
7157 is_wol_supported = 1;
7158 break;
7159 case IXGBE_DEV_ID_82599_KX4:
7160 is_wol_supported = 1;
7161 break;
7162 case IXGBE_DEV_ID_X540T:
df376f0d 7163 case IXGBE_DEV_ID_X540T1:
8e2813f5
JK
7164 /* check eeprom to see if enabled wol */
7165 if ((wol_cap == IXGBE_DEVICE_CAPS_WOL_PORT0_1) ||
7166 ((wol_cap == IXGBE_DEVICE_CAPS_WOL_PORT0) &&
7167 (hw->bus.func == 0))) {
7168 is_wol_supported = 1;
7169 }
7170 break;
7171 }
7172
7173 return is_wol_supported;
7174}
7175
9a799d71
AK
7176/**
7177 * ixgbe_probe - Device Initialization Routine
7178 * @pdev: PCI device information struct
7179 * @ent: entry in ixgbe_pci_tbl
7180 *
7181 * Returns 0 on success, negative on failure
7182 *
7183 * ixgbe_probe initializes an adapter identified by a pci_dev structure.
7184 * The OS initialization, configuring of the adapter private structure,
7185 * and a hardware reset occur.
7186 **/
7187static int __devinit ixgbe_probe(struct pci_dev *pdev,
e8e9f696 7188 const struct pci_device_id *ent)
9a799d71
AK
7189{
7190 struct net_device *netdev;
7191 struct ixgbe_adapter *adapter = NULL;
7192 struct ixgbe_hw *hw;
7193 const struct ixgbe_info *ii = ixgbe_info_tbl[ent->driver_data];
9a799d71
AK
7194 static int cards_found;
7195 int i, err, pci_using_dac;
289700db 7196 u8 part_str[IXGBE_PBANUM_LENGTH];
c85a2618 7197 unsigned int indices = num_possible_cpus();
3f4a6f00 7198 unsigned int dcb_max = 0;
eacd73f7
YZ
7199#ifdef IXGBE_FCOE
7200 u16 device_caps;
7201#endif
289700db 7202 u32 eec;
9a799d71 7203
bded64a7
AG
7204 /* Catch broken hardware that put the wrong VF device ID in
7205 * the PCIe SR-IOV capability.
7206 */
7207 if (pdev->is_virtfn) {
7208 WARN(1, KERN_ERR "%s (%hx:%hx) should not be a VF!\n",
7209 pci_name(pdev), pdev->vendor, pdev->device);
7210 return -EINVAL;
7211 }
7212
9ce77666 7213 err = pci_enable_device_mem(pdev);
9a799d71
AK
7214 if (err)
7215 return err;
7216
1b507730
NN
7217 if (!dma_set_mask(&pdev->dev, DMA_BIT_MASK(64)) &&
7218 !dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64))) {
9a799d71
AK
7219 pci_using_dac = 1;
7220 } else {
1b507730 7221 err = dma_set_mask(&pdev->dev, DMA_BIT_MASK(32));
9a799d71 7222 if (err) {
1b507730
NN
7223 err = dma_set_coherent_mask(&pdev->dev,
7224 DMA_BIT_MASK(32));
9a799d71 7225 if (err) {
b8bc0421
DC
7226 dev_err(&pdev->dev,
7227 "No usable DMA configuration, aborting\n");
9a799d71
AK
7228 goto err_dma;
7229 }
7230 }
7231 pci_using_dac = 0;
7232 }
7233
9ce77666 7234 err = pci_request_selected_regions(pdev, pci_select_bars(pdev,
e8e9f696 7235 IORESOURCE_MEM), ixgbe_driver_name);
9a799d71 7236 if (err) {
b8bc0421
DC
7237 dev_err(&pdev->dev,
7238 "pci_request_selected_regions failed 0x%x\n", err);
9a799d71
AK
7239 goto err_pci_reg;
7240 }
7241
19d5afd4 7242 pci_enable_pcie_error_reporting(pdev);
6fabd715 7243
9a799d71 7244 pci_set_master(pdev);
fb3b27bc 7245 pci_save_state(pdev);
9a799d71 7246
e901acd6 7247#ifdef CONFIG_IXGBE_DCB
3f4a6f00
JF
7248 if (ii->mac == ixgbe_mac_82598EB)
7249 dcb_max = min_t(unsigned int, indices * MAX_TRAFFIC_CLASS,
7250 IXGBE_MAX_RSS_INDICES);
7251 else
7252 dcb_max = min_t(unsigned int, indices * MAX_TRAFFIC_CLASS,
7253 IXGBE_MAX_FDIR_INDICES);
e901acd6
JF
7254#endif
7255
c85a2618
JF
7256 if (ii->mac == ixgbe_mac_82598EB)
7257 indices = min_t(unsigned int, indices, IXGBE_MAX_RSS_INDICES);
7258 else
7259 indices = min_t(unsigned int, indices, IXGBE_MAX_FDIR_INDICES);
7260
e901acd6 7261#ifdef IXGBE_FCOE
c85a2618
JF
7262 indices += min_t(unsigned int, num_possible_cpus(),
7263 IXGBE_MAX_FCOE_INDICES);
7264#endif
3f4a6f00 7265 indices = max_t(unsigned int, dcb_max, indices);
c85a2618 7266 netdev = alloc_etherdev_mq(sizeof(struct ixgbe_adapter), indices);
9a799d71
AK
7267 if (!netdev) {
7268 err = -ENOMEM;
7269 goto err_alloc_etherdev;
7270 }
7271
9a799d71
AK
7272 SET_NETDEV_DEV(netdev, &pdev->dev);
7273
9a799d71 7274 adapter = netdev_priv(netdev);
c60fbb00 7275 pci_set_drvdata(pdev, adapter);
9a799d71
AK
7276
7277 adapter->netdev = netdev;
7278 adapter->pdev = pdev;
7279 hw = &adapter->hw;
7280 hw->back = adapter;
b3f4d599 7281 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE);
9a799d71 7282
05857980 7283 hw->hw_addr = ioremap(pci_resource_start(pdev, 0),
e8e9f696 7284 pci_resource_len(pdev, 0));
9a799d71
AK
7285 if (!hw->hw_addr) {
7286 err = -EIO;
7287 goto err_ioremap;
7288 }
7289
0edc3527 7290 netdev->netdev_ops = &ixgbe_netdev_ops;
9a799d71 7291 ixgbe_set_ethtool_ops(netdev);
9a799d71 7292 netdev->watchdog_timeo = 5 * HZ;
9fe93afd 7293 strncpy(netdev->name, pci_name(pdev), sizeof(netdev->name) - 1);
9a799d71 7294
9a799d71
AK
7295 adapter->bd_number = cards_found;
7296
9a799d71
AK
7297 /* Setup hw api */
7298 memcpy(&hw->mac.ops, ii->mac_ops, sizeof(hw->mac.ops));
021230d4 7299 hw->mac.type = ii->mac;
9a799d71 7300
c44ade9e
JB
7301 /* EEPROM */
7302 memcpy(&hw->eeprom.ops, ii->eeprom_ops, sizeof(hw->eeprom.ops));
7303 eec = IXGBE_READ_REG(hw, IXGBE_EEC);
7304 /* If EEPROM is valid (bit 8 = 1), use default otherwise use bit bang */
7305 if (!(eec & (1 << 8)))
7306 hw->eeprom.ops.read = &ixgbe_read_eeprom_bit_bang_generic;
7307
7308 /* PHY */
7309 memcpy(&hw->phy.ops, ii->phy_ops, sizeof(hw->phy.ops));
c4900be0 7310 hw->phy.sfp_type = ixgbe_sfp_type_unknown;
6b73e10d
BH
7311 /* ixgbe_identify_phy_generic will set prtad and mmds properly */
7312 hw->phy.mdio.prtad = MDIO_PRTAD_NONE;
7313 hw->phy.mdio.mmds = 0;
7314 hw->phy.mdio.mode_support = MDIO_SUPPORTS_C45 | MDIO_EMULATE_C22;
7315 hw->phy.mdio.dev = netdev;
7316 hw->phy.mdio.mdio_read = ixgbe_mdio_read;
7317 hw->phy.mdio.mdio_write = ixgbe_mdio_write;
c4900be0 7318
8ca783ab 7319 ii->get_invariants(hw);
9a799d71
AK
7320
7321 /* setup the private structure */
7322 err = ixgbe_sw_init(adapter);
7323 if (err)
7324 goto err_sw_init;
7325
e86bff0e 7326 /* Make it possible the adapter to be woken up via WOL */
b93a2226
DS
7327 switch (adapter->hw.mac.type) {
7328 case ixgbe_mac_82599EB:
7329 case ixgbe_mac_X540:
e86bff0e 7330 IXGBE_WRITE_REG(&adapter->hw, IXGBE_WUS, ~0);
b93a2226
DS
7331 break;
7332 default:
7333 break;
7334 }
e86bff0e 7335
bf069c97
DS
7336 /*
7337 * If there is a fan on this device and it has failed log the
7338 * failure.
7339 */
7340 if (adapter->flags & IXGBE_FLAG_FAN_FAIL_CAPABLE) {
7341 u32 esdp = IXGBE_READ_REG(hw, IXGBE_ESDP);
7342 if (esdp & IXGBE_ESDP_SDP1)
396e799c 7343 e_crit(probe, "Fan has stopped, replace the adapter\n");
bf069c97
DS
7344 }
7345
8ef78adc
PWJ
7346 if (allow_unsupported_sfp)
7347 hw->allow_unsupported_sfp = allow_unsupported_sfp;
7348
c44ade9e 7349 /* reset_hw fills in the perm_addr as well */
119fc60a 7350 hw->phy.reset_if_overtemp = true;
c44ade9e 7351 err = hw->mac.ops.reset_hw(hw);
119fc60a 7352 hw->phy.reset_if_overtemp = false;
8ca783ab
DS
7353 if (err == IXGBE_ERR_SFP_NOT_PRESENT &&
7354 hw->mac.type == ixgbe_mac_82598EB) {
8ca783ab
DS
7355 err = 0;
7356 } else if (err == IXGBE_ERR_SFP_NOT_SUPPORTED) {
7086400d 7357 e_dev_err("failed to load because an unsupported SFP+ "
849c4542
ET
7358 "module type was detected.\n");
7359 e_dev_err("Reload the driver after installing a supported "
7360 "module.\n");
04f165ef
PW
7361 goto err_sw_init;
7362 } else if (err) {
849c4542 7363 e_dev_err("HW Init failed: %d\n", err);
c44ade9e
JB
7364 goto err_sw_init;
7365 }
7366
99d74487
AD
7367#ifdef CONFIG_PCI_IOV
7368 ixgbe_enable_sriov(adapter, ii);
1cdd1ec8 7369
99d74487 7370#endif
396e799c 7371 netdev->features = NETIF_F_SG |
e8e9f696 7372 NETIF_F_IP_CSUM |
082757af 7373 NETIF_F_IPV6_CSUM |
e8e9f696
JP
7374 NETIF_F_HW_VLAN_TX |
7375 NETIF_F_HW_VLAN_RX |
082757af
DS
7376 NETIF_F_HW_VLAN_FILTER |
7377 NETIF_F_TSO |
7378 NETIF_F_TSO6 |
082757af
DS
7379 NETIF_F_RXHASH |
7380 NETIF_F_RXCSUM;
9a799d71 7381
082757af 7382 netdev->hw_features = netdev->features;
ad31c402 7383
58be7666
DS
7384 switch (adapter->hw.mac.type) {
7385 case ixgbe_mac_82599EB:
7386 case ixgbe_mac_X540:
45a5ead0 7387 netdev->features |= NETIF_F_SCTP_CSUM;
082757af
DS
7388 netdev->hw_features |= NETIF_F_SCTP_CSUM |
7389 NETIF_F_NTUPLE;
58be7666
DS
7390 break;
7391 default:
7392 break;
7393 }
45a5ead0 7394
3f2d1c0f
BG
7395 netdev->hw_features |= NETIF_F_RXALL;
7396
ad31c402
JK
7397 netdev->vlan_features |= NETIF_F_TSO;
7398 netdev->vlan_features |= NETIF_F_TSO6;
22f32b7a 7399 netdev->vlan_features |= NETIF_F_IP_CSUM;
cd1da503 7400 netdev->vlan_features |= NETIF_F_IPV6_CSUM;
ad31c402
JK
7401 netdev->vlan_features |= NETIF_F_SG;
7402
01789349 7403 netdev->priv_flags |= IFF_UNICAST_FLT;
f43f313e 7404 netdev->priv_flags |= IFF_SUPP_NOFCS;
01789349 7405
7a6b6f51 7406#ifdef CONFIG_IXGBE_DCB
2f90b865
AD
7407 netdev->dcbnl_ops = &dcbnl_ops;
7408#endif
7409
eacd73f7 7410#ifdef IXGBE_FCOE
0d551589 7411 if (adapter->flags & IXGBE_FLAG_FCOE_CAPABLE) {
eacd73f7
YZ
7412 if (hw->mac.ops.get_device_caps) {
7413 hw->mac.ops.get_device_caps(hw, &device_caps);
0d551589
YZ
7414 if (device_caps & IXGBE_DEVICE_CAPS_FCOE_OFFLOADS)
7415 adapter->flags &= ~IXGBE_FLAG_FCOE_CAPABLE;
eacd73f7 7416 }
7c8ae65a
AD
7417
7418 adapter->ring_feature[RING_F_FCOE].limit = IXGBE_FCRETA_SIZE;
7419
a58915c7
AD
7420 netdev->features |= NETIF_F_FSO |
7421 NETIF_F_FCOE_CRC;
7422
7c8ae65a
AD
7423 netdev->vlan_features |= NETIF_F_FSO |
7424 NETIF_F_FCOE_CRC |
7425 NETIF_F_FCOE_MTU;
5e09d7f6 7426 }
eacd73f7 7427#endif /* IXGBE_FCOE */
7b872a55 7428 if (pci_using_dac) {
9a799d71 7429 netdev->features |= NETIF_F_HIGHDMA;
7b872a55
YZ
7430 netdev->vlan_features |= NETIF_F_HIGHDMA;
7431 }
9a799d71 7432
082757af
DS
7433 if (adapter->flags2 & IXGBE_FLAG2_RSC_CAPABLE)
7434 netdev->hw_features |= NETIF_F_LRO;
0c19d6af 7435 if (adapter->flags2 & IXGBE_FLAG2_RSC_ENABLED)
f8212f97
AD
7436 netdev->features |= NETIF_F_LRO;
7437
9a799d71 7438 /* make sure the EEPROM is good */
c44ade9e 7439 if (hw->eeprom.ops.validate_checksum(hw, NULL) < 0) {
849c4542 7440 e_dev_err("The EEPROM Checksum Is Not Valid\n");
9a799d71 7441 err = -EIO;
35937c05 7442 goto err_sw_init;
9a799d71
AK
7443 }
7444
7445 memcpy(netdev->dev_addr, hw->mac.perm_addr, netdev->addr_len);
7446 memcpy(netdev->perm_addr, hw->mac.perm_addr, netdev->addr_len);
7447
c44ade9e 7448 if (ixgbe_validate_mac_addr(netdev->perm_addr)) {
849c4542 7449 e_dev_err("invalid MAC address\n");
9a799d71 7450 err = -EIO;
35937c05 7451 goto err_sw_init;
9a799d71
AK
7452 }
7453
7086400d 7454 setup_timer(&adapter->service_timer, &ixgbe_service_timer,
581330ba 7455 (unsigned long) adapter);
9a799d71 7456
7086400d
AD
7457 INIT_WORK(&adapter->service_task, ixgbe_service_task);
7458 clear_bit(__IXGBE_SERVICE_SCHED, &adapter->state);
9a799d71 7459
021230d4
AV
7460 err = ixgbe_init_interrupt_scheme(adapter);
7461 if (err)
7462 goto err_sw_init;
9a799d71 7463
8e2813f5 7464 /* WOL not supported for all devices */
c23f5b6b 7465 adapter->wol = 0;
8e2813f5
JK
7466 hw->eeprom.ops.read(hw, 0x2c, &adapter->eeprom_cap);
7467 if (ixgbe_wol_supported(adapter, pdev->device, pdev->subsystem_device))
9417c464 7468 adapter->wol = IXGBE_WUFC_MAG;
c23f5b6b 7469
e8e26350
PW
7470 device_set_wakeup_enable(&adapter->pdev->dev, adapter->wol);
7471
15e5209f
ET
7472 /* save off EEPROM version number */
7473 hw->eeprom.ops.read(hw, 0x2e, &adapter->eeprom_verh);
7474 hw->eeprom.ops.read(hw, 0x2d, &adapter->eeprom_verl);
7475
04f165ef
PW
7476 /* pick up the PCI bus settings for reporting later */
7477 hw->mac.ops.get_bus_info(hw);
7478
9a799d71 7479 /* print bus type/speed/width info */
849c4542 7480 e_dev_info("(PCI Express:%s:%s) %pM\n",
6716344c
DS
7481 (hw->bus.speed == ixgbe_bus_speed_5000 ? "5.0GT/s" :
7482 hw->bus.speed == ixgbe_bus_speed_2500 ? "2.5GT/s" :
e8e9f696
JP
7483 "Unknown"),
7484 (hw->bus.width == ixgbe_bus_width_pcie_x8 ? "Width x8" :
7485 hw->bus.width == ixgbe_bus_width_pcie_x4 ? "Width x4" :
7486 hw->bus.width == ixgbe_bus_width_pcie_x1 ? "Width x1" :
7487 "Unknown"),
7488 netdev->dev_addr);
289700db
DS
7489
7490 err = ixgbe_read_pba_string_generic(hw, part_str, IXGBE_PBANUM_LENGTH);
7491 if (err)
9fe93afd 7492 strncpy(part_str, "Unknown", IXGBE_PBANUM_LENGTH);
e8e26350 7493 if (ixgbe_is_sfp(hw) && hw->phy.sfp_type != ixgbe_sfp_type_not_present)
289700db 7494 e_dev_info("MAC: %d, PHY: %d, SFP+: %d, PBA No: %s\n",
849c4542 7495 hw->mac.type, hw->phy.type, hw->phy.sfp_type,
289700db 7496 part_str);
e8e26350 7497 else
289700db
DS
7498 e_dev_info("MAC: %d, PHY: %d, PBA No: %s\n",
7499 hw->mac.type, hw->phy.type, part_str);
9a799d71 7500
e8e26350 7501 if (hw->bus.width <= ixgbe_bus_width_pcie_x4) {
849c4542
ET
7502 e_dev_warn("PCI-Express bandwidth available for this card is "
7503 "not sufficient for optimal performance.\n");
7504 e_dev_warn("For optimal performance a x8 PCI-Express slot "
7505 "is required.\n");
0c254d86
AK
7506 }
7507
9a799d71 7508 /* reset the hardware with the new settings */
794caeb2 7509 err = hw->mac.ops.start_hw(hw);
794caeb2
PWJ
7510 if (err == IXGBE_ERR_EEPROM_VERSION) {
7511 /* We are running on a pre-production device, log a warning */
849c4542
ET
7512 e_dev_warn("This device is a pre-production adapter/LOM. "
7513 "Please be aware there may be issues associated "
7514 "with your hardware. If you are experiencing "
7515 "problems please contact your Intel or hardware "
7516 "representative who provided you with this "
7517 "hardware.\n");
794caeb2 7518 }
9a799d71
AK
7519 strcpy(netdev->name, "eth%d");
7520 err = register_netdev(netdev);
7521 if (err)
7522 goto err_register;
7523
93d3ce8f
ET
7524 /* power down the optics for multispeed fiber and 82599 SFP+ fiber */
7525 if (hw->mac.ops.disable_tx_laser &&
7526 ((hw->phy.multispeed_fiber) ||
7527 ((hw->mac.ops.get_media_type(hw) == ixgbe_media_type_fiber) &&
7528 (hw->mac.type == ixgbe_mac_82599EB))))
7529 hw->mac.ops.disable_tx_laser(hw);
7530
54386467
JB
7531 /* carrier off reporting is important to ethtool even BEFORE open */
7532 netif_carrier_off(netdev);
7533
5dd2d332 7534#ifdef CONFIG_IXGBE_DCA
652f093f 7535 if (dca_add_requester(&pdev->dev) == 0) {
bd0362dd 7536 adapter->flags |= IXGBE_FLAG_DCA_ENABLED;
bd0362dd
JC
7537 ixgbe_setup_dca(adapter);
7538 }
7539#endif
1cdd1ec8 7540 if (adapter->flags & IXGBE_FLAG_SRIOV_ENABLED) {
396e799c 7541 e_info(probe, "IOV is enabled with %d VFs\n", adapter->num_vfs);
1cdd1ec8
GR
7542 for (i = 0; i < adapter->num_vfs; i++)
7543 ixgbe_vf_configuration(pdev, (i | 0x10000000));
7544 }
7545
2466dd9c
JK
7546 /* firmware requires driver version to be 0xFFFFFFFF
7547 * since os does not support feature
7548 */
9612de92 7549 if (hw->mac.ops.set_fw_drv_ver)
2466dd9c
JK
7550 hw->mac.ops.set_fw_drv_ver(hw, 0xFF, 0xFF, 0xFF,
7551 0xFF);
9612de92 7552
0365e6e4
PW
7553 /* add san mac addr to netdev */
7554 ixgbe_add_sanmac_netdev(netdev);
9a799d71 7555
ea81875a 7556 e_dev_info("%s\n", ixgbe_default_device_descr);
9a799d71 7557 cards_found++;
3ca8bc6d 7558
1210982b 7559#ifdef CONFIG_IXGBE_HWMON
3ca8bc6d
DS
7560 if (ixgbe_sysfs_init(adapter))
7561 e_err(probe, "failed to allocate sysfs resources\n");
1210982b 7562#endif /* CONFIG_IXGBE_HWMON */
3ca8bc6d 7563
00949167
CS
7564#ifdef CONFIG_DEBUG_FS
7565 ixgbe_dbg_adapter_init(adapter);
7566#endif /* CONFIG_DEBUG_FS */
7567
9a799d71
AK
7568 return 0;
7569
7570err_register:
5eba3699 7571 ixgbe_release_hw_control(adapter);
7a921c93 7572 ixgbe_clear_interrupt_scheme(adapter);
9a799d71 7573err_sw_init:
99d74487 7574 ixgbe_disable_sriov(adapter);
7086400d 7575 adapter->flags2 &= ~IXGBE_FLAG2_SEARCH_FOR_SFP;
9a799d71
AK
7576 iounmap(hw->hw_addr);
7577err_ioremap:
7578 free_netdev(netdev);
7579err_alloc_etherdev:
e8e9f696
JP
7580 pci_release_selected_regions(pdev,
7581 pci_select_bars(pdev, IORESOURCE_MEM));
9a799d71
AK
7582err_pci_reg:
7583err_dma:
7584 pci_disable_device(pdev);
7585 return err;
7586}
7587
7588/**
7589 * ixgbe_remove - Device Removal Routine
7590 * @pdev: PCI device information struct
7591 *
7592 * ixgbe_remove is called by the PCI subsystem to alert the driver
7593 * that it should release a PCI device. The could be caused by a
7594 * Hot-Plug event, or because the driver is going to be removed from
7595 * memory.
7596 **/
7597static void __devexit ixgbe_remove(struct pci_dev *pdev)
7598{
c60fbb00
AD
7599 struct ixgbe_adapter *adapter = pci_get_drvdata(pdev);
7600 struct net_device *netdev = adapter->netdev;
9a799d71 7601
00949167
CS
7602#ifdef CONFIG_DEBUG_FS
7603 ixgbe_dbg_adapter_exit(adapter);
7604#endif /*CONFIG_DEBUG_FS */
7605
9a799d71 7606 set_bit(__IXGBE_DOWN, &adapter->state);
7086400d 7607 cancel_work_sync(&adapter->service_task);
9a799d71 7608
3a6a4eda 7609
5dd2d332 7610#ifdef CONFIG_IXGBE_DCA
bd0362dd
JC
7611 if (adapter->flags & IXGBE_FLAG_DCA_ENABLED) {
7612 adapter->flags &= ~IXGBE_FLAG_DCA_ENABLED;
7613 dca_remove_requester(&pdev->dev);
7614 IXGBE_WRITE_REG(&adapter->hw, IXGBE_DCA_CTRL, 1);
7615 }
7616
7617#endif
1210982b 7618#ifdef CONFIG_IXGBE_HWMON
3ca8bc6d 7619 ixgbe_sysfs_exit(adapter);
1210982b 7620#endif /* CONFIG_IXGBE_HWMON */
3ca8bc6d 7621
0365e6e4
PW
7622 /* remove the added san mac */
7623 ixgbe_del_sanmac_netdev(netdev);
7624
c4900be0
DS
7625 if (netdev->reg_state == NETREG_REGISTERED)
7626 unregister_netdev(netdev);
9a799d71 7627
9297127b 7628 ixgbe_disable_sriov(adapter);
1cdd1ec8 7629
7a921c93 7630 ixgbe_clear_interrupt_scheme(adapter);
5eba3699 7631
021230d4 7632 ixgbe_release_hw_control(adapter);
9a799d71 7633
2b1588c3
AD
7634#ifdef CONFIG_DCB
7635 kfree(adapter->ixgbe_ieee_pfc);
7636 kfree(adapter->ixgbe_ieee_ets);
7637
7638#endif
9a799d71 7639 iounmap(adapter->hw.hw_addr);
9ce77666 7640 pci_release_selected_regions(pdev, pci_select_bars(pdev,
e8e9f696 7641 IORESOURCE_MEM));
9a799d71 7642
849c4542 7643 e_dev_info("complete\n");
021230d4 7644
9a799d71
AK
7645 free_netdev(netdev);
7646
19d5afd4 7647 pci_disable_pcie_error_reporting(pdev);
6fabd715 7648
9a799d71
AK
7649 pci_disable_device(pdev);
7650}
7651
7652/**
7653 * ixgbe_io_error_detected - called when PCI error is detected
7654 * @pdev: Pointer to PCI device
7655 * @state: The current pci connection state
7656 *
7657 * This function is called after a PCI bus error affecting
7658 * this device has been detected.
7659 */
7660static pci_ers_result_t ixgbe_io_error_detected(struct pci_dev *pdev,
e8e9f696 7661 pci_channel_state_t state)
9a799d71 7662{
c60fbb00
AD
7663 struct ixgbe_adapter *adapter = pci_get_drvdata(pdev);
7664 struct net_device *netdev = adapter->netdev;
9a799d71 7665
83c61fa9
GR
7666#ifdef CONFIG_PCI_IOV
7667 struct pci_dev *bdev, *vfdev;
7668 u32 dw0, dw1, dw2, dw3;
7669 int vf, pos;
7670 u16 req_id, pf_func;
7671
7672 if (adapter->hw.mac.type == ixgbe_mac_82598EB ||
7673 adapter->num_vfs == 0)
7674 goto skip_bad_vf_detection;
7675
7676 bdev = pdev->bus->self;
62f87c0e 7677 while (bdev && (pci_pcie_type(bdev) != PCI_EXP_TYPE_ROOT_PORT))
83c61fa9
GR
7678 bdev = bdev->bus->self;
7679
7680 if (!bdev)
7681 goto skip_bad_vf_detection;
7682
7683 pos = pci_find_ext_capability(bdev, PCI_EXT_CAP_ID_ERR);
7684 if (!pos)
7685 goto skip_bad_vf_detection;
7686
7687 pci_read_config_dword(bdev, pos + PCI_ERR_HEADER_LOG, &dw0);
7688 pci_read_config_dword(bdev, pos + PCI_ERR_HEADER_LOG + 4, &dw1);
7689 pci_read_config_dword(bdev, pos + PCI_ERR_HEADER_LOG + 8, &dw2);
7690 pci_read_config_dword(bdev, pos + PCI_ERR_HEADER_LOG + 12, &dw3);
7691
7692 req_id = dw1 >> 16;
7693 /* On the 82599 if bit 7 of the requestor ID is set then it's a VF */
7694 if (!(req_id & 0x0080))
7695 goto skip_bad_vf_detection;
7696
7697 pf_func = req_id & 0x01;
7698 if ((pf_func & 1) == (pdev->devfn & 1)) {
7699 unsigned int device_id;
7700
7701 vf = (req_id & 0x7F) >> 1;
7702 e_dev_err("VF %d has caused a PCIe error\n", vf);
7703 e_dev_err("TLP: dw0: %8.8x\tdw1: %8.8x\tdw2: "
7704 "%8.8x\tdw3: %8.8x\n",
7705 dw0, dw1, dw2, dw3);
7706 switch (adapter->hw.mac.type) {
7707 case ixgbe_mac_82599EB:
7708 device_id = IXGBE_82599_VF_DEVICE_ID;
7709 break;
7710 case ixgbe_mac_X540:
7711 device_id = IXGBE_X540_VF_DEVICE_ID;
7712 break;
7713 default:
7714 device_id = 0;
7715 break;
7716 }
7717
7718 /* Find the pci device of the offending VF */
36e90319 7719 vfdev = pci_get_device(PCI_VENDOR_ID_INTEL, device_id, NULL);
83c61fa9
GR
7720 while (vfdev) {
7721 if (vfdev->devfn == (req_id & 0xFF))
7722 break;
36e90319 7723 vfdev = pci_get_device(PCI_VENDOR_ID_INTEL,
83c61fa9
GR
7724 device_id, vfdev);
7725 }
7726 /*
7727 * There's a slim chance the VF could have been hot plugged,
7728 * so if it is no longer present we don't need to issue the
7729 * VFLR. Just clean up the AER in that case.
7730 */
7731 if (vfdev) {
7732 e_dev_err("Issuing VFLR to VF %d\n", vf);
7733 pci_write_config_dword(vfdev, 0xA8, 0x00008000);
7734 }
7735
7736 pci_cleanup_aer_uncorrect_error_status(pdev);
7737 }
7738
7739 /*
7740 * Even though the error may have occurred on the other port
7741 * we still need to increment the vf error reference count for
7742 * both ports because the I/O resume function will be called
7743 * for both of them.
7744 */
7745 adapter->vferr_refcount++;
7746
7747 return PCI_ERS_RESULT_RECOVERED;
7748
7749skip_bad_vf_detection:
7750#endif /* CONFIG_PCI_IOV */
9a799d71
AK
7751 netif_device_detach(netdev);
7752
3044b8d1
BL
7753 if (state == pci_channel_io_perm_failure)
7754 return PCI_ERS_RESULT_DISCONNECT;
7755
9a799d71
AK
7756 if (netif_running(netdev))
7757 ixgbe_down(adapter);
7758 pci_disable_device(pdev);
7759
b4617240 7760 /* Request a slot reset. */
9a799d71
AK
7761 return PCI_ERS_RESULT_NEED_RESET;
7762}
7763
7764/**
7765 * ixgbe_io_slot_reset - called after the pci bus has been reset.
7766 * @pdev: Pointer to PCI device
7767 *
7768 * Restart the card from scratch, as if from a cold-boot.
7769 */
7770static pci_ers_result_t ixgbe_io_slot_reset(struct pci_dev *pdev)
7771{
c60fbb00 7772 struct ixgbe_adapter *adapter = pci_get_drvdata(pdev);
6fabd715
PWJ
7773 pci_ers_result_t result;
7774 int err;
9a799d71 7775
9ce77666 7776 if (pci_enable_device_mem(pdev)) {
396e799c 7777 e_err(probe, "Cannot re-enable PCI device after reset.\n");
6fabd715
PWJ
7778 result = PCI_ERS_RESULT_DISCONNECT;
7779 } else {
7780 pci_set_master(pdev);
7781 pci_restore_state(pdev);
c0e1f68b 7782 pci_save_state(pdev);
9a799d71 7783
dd4d8ca6 7784 pci_wake_from_d3(pdev, false);
9a799d71 7785
6fabd715 7786 ixgbe_reset(adapter);
88512539 7787 IXGBE_WRITE_REG(&adapter->hw, IXGBE_WUS, ~0);
6fabd715
PWJ
7788 result = PCI_ERS_RESULT_RECOVERED;
7789 }
7790
7791 err = pci_cleanup_aer_uncorrect_error_status(pdev);
7792 if (err) {
849c4542
ET
7793 e_dev_err("pci_cleanup_aer_uncorrect_error_status "
7794 "failed 0x%0x\n", err);
6fabd715
PWJ
7795 /* non-fatal, continue */
7796 }
9a799d71 7797
6fabd715 7798 return result;
9a799d71
AK
7799}
7800
7801/**
7802 * ixgbe_io_resume - called when traffic can start flowing again.
7803 * @pdev: Pointer to PCI device
7804 *
7805 * This callback is called when the error recovery driver tells us that
7806 * its OK to resume normal operation.
7807 */
7808static void ixgbe_io_resume(struct pci_dev *pdev)
7809{
c60fbb00
AD
7810 struct ixgbe_adapter *adapter = pci_get_drvdata(pdev);
7811 struct net_device *netdev = adapter->netdev;
9a799d71 7812
83c61fa9
GR
7813#ifdef CONFIG_PCI_IOV
7814 if (adapter->vferr_refcount) {
7815 e_info(drv, "Resuming after VF err\n");
7816 adapter->vferr_refcount--;
7817 return;
7818 }
7819
7820#endif
c7ccde0f
AD
7821 if (netif_running(netdev))
7822 ixgbe_up(adapter);
9a799d71
AK
7823
7824 netif_device_attach(netdev);
9a799d71
AK
7825}
7826
3646f0e5 7827static const struct pci_error_handlers ixgbe_err_handler = {
9a799d71
AK
7828 .error_detected = ixgbe_io_error_detected,
7829 .slot_reset = ixgbe_io_slot_reset,
7830 .resume = ixgbe_io_resume,
7831};
7832
7833static struct pci_driver ixgbe_driver = {
7834 .name = ixgbe_driver_name,
7835 .id_table = ixgbe_pci_tbl,
7836 .probe = ixgbe_probe,
7837 .remove = __devexit_p(ixgbe_remove),
7838#ifdef CONFIG_PM
7839 .suspend = ixgbe_suspend,
7840 .resume = ixgbe_resume,
7841#endif
7842 .shutdown = ixgbe_shutdown,
7843 .err_handler = &ixgbe_err_handler
7844};
7845
7846/**
7847 * ixgbe_init_module - Driver Registration Routine
7848 *
7849 * ixgbe_init_module is the first routine called when the driver is
7850 * loaded. All it does is register with the PCI subsystem.
7851 **/
7852static int __init ixgbe_init_module(void)
7853{
7854 int ret;
c7689578 7855 pr_info("%s - version %s\n", ixgbe_driver_string, ixgbe_driver_version);
849c4542 7856 pr_info("%s\n", ixgbe_copyright);
9a799d71 7857
00949167
CS
7858#ifdef CONFIG_DEBUG_FS
7859 ixgbe_dbg_init();
7860#endif /* CONFIG_DEBUG_FS */
7861
5dd2d332 7862#ifdef CONFIG_IXGBE_DCA
bd0362dd 7863 dca_register_notify(&dca_notifier);
bd0362dd 7864#endif
5dd2d332 7865
9a799d71
AK
7866 ret = pci_register_driver(&ixgbe_driver);
7867 return ret;
7868}
b4617240 7869
9a799d71
AK
7870module_init(ixgbe_init_module);
7871
7872/**
7873 * ixgbe_exit_module - Driver Exit Cleanup Routine
7874 *
7875 * ixgbe_exit_module is called just before the driver is removed
7876 * from memory.
7877 **/
7878static void __exit ixgbe_exit_module(void)
7879{
5dd2d332 7880#ifdef CONFIG_IXGBE_DCA
bd0362dd
JC
7881 dca_unregister_notify(&dca_notifier);
7882#endif
9a799d71 7883 pci_unregister_driver(&ixgbe_driver);
00949167
CS
7884
7885#ifdef CONFIG_DEBUG_FS
7886 ixgbe_dbg_exit();
7887#endif /* CONFIG_DEBUG_FS */
7888
1a51502b 7889 rcu_barrier(); /* Wait for completion of call_rcu()'s */
9a799d71 7890}
bd0362dd 7891
5dd2d332 7892#ifdef CONFIG_IXGBE_DCA
bd0362dd 7893static int ixgbe_notify_dca(struct notifier_block *nb, unsigned long event,
e8e9f696 7894 void *p)
bd0362dd
JC
7895{
7896 int ret_val;
7897
7898 ret_val = driver_for_each_device(&ixgbe_driver.driver, NULL, &event,
e8e9f696 7899 __ixgbe_notify_dca);
bd0362dd
JC
7900
7901 return ret_val ? NOTIFY_BAD : NOTIFY_DONE;
7902}
b453368d 7903
5dd2d332 7904#endif /* CONFIG_IXGBE_DCA */
849c4542 7905
9a799d71
AK
7906module_exit(ixgbe_exit_module);
7907
7908/* ixgbe_main.c */
This page took 1.596853 seconds and 5 git commands to generate.