blob: 4b80c0be6e57f04ed03e54792f5b4e263aa1f7cc [file] [log] [blame]
Ben Hutchings8ceee662008-04-27 12:55:59 +01001/****************************************************************************
Ben Hutchingsf7a6d2c2013-08-29 23:32:48 +01002 * Driver for Solarflare network controllers and boards
Ben Hutchings8ceee662008-04-27 12:55:59 +01003 * Copyright 2005-2006 Fen Systems Ltd.
Ben Hutchingsf7a6d2c2013-08-29 23:32:48 +01004 * Copyright 2005-2013 Solarflare Communications Inc.
Ben Hutchings8ceee662008-04-27 12:55:59 +01005 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation, incorporated herein by reference.
9 */
10
11#include <linux/module.h>
12#include <linux/pci.h>
13#include <linux/netdevice.h>
14#include <linux/etherdevice.h>
15#include <linux/delay.h>
16#include <linux/notifier.h>
17#include <linux/ip.h>
18#include <linux/tcp.h>
19#include <linux/in.h>
Ben Hutchings8ceee662008-04-27 12:55:59 +010020#include <linux/ethtool.h>
Ben Hutchingsaa6ef272008-07-18 19:03:10 +010021#include <linux/topology.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090022#include <linux/gfp.h>
Alexandre Rames626950d2013-01-14 17:20:22 +000023#include <linux/aer.h>
Alexandre Ramesb28405b2013-03-21 16:41:43 +000024#include <linux/interrupt.h>
Ben Hutchings8ceee662008-04-27 12:55:59 +010025#include "net_driver.h"
Ben Hutchings8ceee662008-04-27 12:55:59 +010026#include "efx.h"
Ben Hutchings744093c2009-11-29 15:12:08 +000027#include "nic.h"
Ben Hutchingsdd407812012-02-28 23:40:21 +000028#include "selftest.h"
Ben Hutchings8ceee662008-04-27 12:55:59 +010029
Ben Hutchings8880f4e2009-11-29 15:15:41 +000030#include "mcdi.h"
Steve Hodgsonfd371e32010-06-01 11:17:51 +000031#include "workarounds.h"
Ben Hutchings8880f4e2009-11-29 15:15:41 +000032
Ben Hutchingsc4593022009-11-23 16:08:17 +000033/**************************************************************************
34 *
35 * Type name strings
36 *
37 **************************************************************************
38 */
39
40/* Loopback mode names (see LOOPBACK_MODE()) */
41const unsigned int efx_loopback_mode_max = LOOPBACK_MAX;
Ben Hutchings18e83e42012-01-05 19:05:20 +000042const char *const efx_loopback_mode_names[] = {
Ben Hutchingsc4593022009-11-23 16:08:17 +000043 [LOOPBACK_NONE] = "NONE",
Ben Hutchingse58f69f2009-11-29 15:08:41 +000044 [LOOPBACK_DATA] = "DATAPATH",
Ben Hutchingsc4593022009-11-23 16:08:17 +000045 [LOOPBACK_GMAC] = "GMAC",
46 [LOOPBACK_XGMII] = "XGMII",
47 [LOOPBACK_XGXS] = "XGXS",
Ben Hutchings9c636ba2012-01-05 17:19:45 +000048 [LOOPBACK_XAUI] = "XAUI",
49 [LOOPBACK_GMII] = "GMII",
50 [LOOPBACK_SGMII] = "SGMII",
Ben Hutchingse58f69f2009-11-29 15:08:41 +000051 [LOOPBACK_XGBR] = "XGBR",
52 [LOOPBACK_XFI] = "XFI",
53 [LOOPBACK_XAUI_FAR] = "XAUI_FAR",
54 [LOOPBACK_GMII_FAR] = "GMII_FAR",
55 [LOOPBACK_SGMII_FAR] = "SGMII_FAR",
56 [LOOPBACK_XFI_FAR] = "XFI_FAR",
Ben Hutchingsc4593022009-11-23 16:08:17 +000057 [LOOPBACK_GPHY] = "GPHY",
58 [LOOPBACK_PHYXS] = "PHYXS",
Ben Hutchings9c636ba2012-01-05 17:19:45 +000059 [LOOPBACK_PCS] = "PCS",
60 [LOOPBACK_PMAPMD] = "PMA/PMD",
Ben Hutchingse58f69f2009-11-29 15:08:41 +000061 [LOOPBACK_XPORT] = "XPORT",
62 [LOOPBACK_XGMII_WS] = "XGMII_WS",
Ben Hutchings9c636ba2012-01-05 17:19:45 +000063 [LOOPBACK_XAUI_WS] = "XAUI_WS",
Ben Hutchingse58f69f2009-11-29 15:08:41 +000064 [LOOPBACK_XAUI_WS_FAR] = "XAUI_WS_FAR",
65 [LOOPBACK_XAUI_WS_NEAR] = "XAUI_WS_NEAR",
Ben Hutchings9c636ba2012-01-05 17:19:45 +000066 [LOOPBACK_GMII_WS] = "GMII_WS",
Ben Hutchingse58f69f2009-11-29 15:08:41 +000067 [LOOPBACK_XFI_WS] = "XFI_WS",
68 [LOOPBACK_XFI_WS_FAR] = "XFI_WS_FAR",
Ben Hutchings9c636ba2012-01-05 17:19:45 +000069 [LOOPBACK_PHYXS_WS] = "PHYXS_WS",
Ben Hutchingsc4593022009-11-23 16:08:17 +000070};
71
Ben Hutchingsc4593022009-11-23 16:08:17 +000072const unsigned int efx_reset_type_max = RESET_TYPE_MAX;
Ben Hutchings18e83e42012-01-05 19:05:20 +000073const char *const efx_reset_type_names[] = {
Alexandre Rames626950d2013-01-14 17:20:22 +000074 [RESET_TYPE_INVISIBLE] = "INVISIBLE",
75 [RESET_TYPE_ALL] = "ALL",
76 [RESET_TYPE_RECOVER_OR_ALL] = "RECOVER_OR_ALL",
77 [RESET_TYPE_WORLD] = "WORLD",
78 [RESET_TYPE_RECOVER_OR_DISABLE] = "RECOVER_OR_DISABLE",
Edward Creee2835462014-04-16 19:27:48 +010079 [RESET_TYPE_MC_BIST] = "MC_BIST",
Alexandre Rames626950d2013-01-14 17:20:22 +000080 [RESET_TYPE_DISABLE] = "DISABLE",
81 [RESET_TYPE_TX_WATCHDOG] = "TX_WATCHDOG",
82 [RESET_TYPE_INT_ERROR] = "INT_ERROR",
83 [RESET_TYPE_RX_RECOVERY] = "RX_RECOVERY",
Alexandre Rames3de82b92013-06-13 11:36:15 +010084 [RESET_TYPE_DMA_ERROR] = "DMA_ERROR",
Alexandre Rames626950d2013-01-14 17:20:22 +000085 [RESET_TYPE_TX_SKIP] = "TX_SKIP",
86 [RESET_TYPE_MC_FAILURE] = "MC_FAILURE",
Edward Creee2835462014-04-16 19:27:48 +010087 [RESET_TYPE_MCDI_TIMEOUT] = "MCDI_TIMEOUT (FLR)",
Ben Hutchingsc4593022009-11-23 16:08:17 +000088};
89
Steve Hodgson1ab00622008-12-12 21:33:02 -080090/* Reset workqueue. If any NIC has a hardware failure then a reset will be
91 * queued onto this work queue. This is not a per-nic work queue, because
92 * efx_reset_work() acquires the rtnl lock, so resets are naturally serialised.
93 */
94static struct workqueue_struct *reset_workqueue;
95
Jon Cooper74cd60a2013-09-16 14:18:51 +010096/* How often and how many times to poll for a reset while waiting for a
97 * BIST that another function started to complete.
98 */
99#define BIST_WAIT_DELAY_MS 100
100#define BIST_WAIT_DELAY_COUNT 100
101
Ben Hutchings8ceee662008-04-27 12:55:59 +0100102/**************************************************************************
103 *
104 * Configurable values
105 *
106 *************************************************************************/
107
108/*
Ben Hutchings8ceee662008-04-27 12:55:59 +0100109 * Use separate channels for TX and RX events
110 *
Neil Turton28b581a2008-12-12 21:41:06 -0800111 * Set this to 1 to use separate channels for TX and RX. It allows us
112 * to control interrupt affinity separately for TX and RX.
Ben Hutchings8ceee662008-04-27 12:55:59 +0100113 *
Neil Turton28b581a2008-12-12 21:41:06 -0800114 * This is only used in MSI-X interrupt mode
Ben Hutchings8ceee662008-04-27 12:55:59 +0100115 */
Ben Hutchingsb9cc9772012-11-28 04:12:41 +0000116static bool separate_tx_channels;
117module_param(separate_tx_channels, bool, 0444);
Neil Turton28b581a2008-12-12 21:41:06 -0800118MODULE_PARM_DESC(separate_tx_channels,
119 "Use separate channels for TX and RX");
Ben Hutchings8ceee662008-04-27 12:55:59 +0100120
121/* This is the weight assigned to each of the (per-channel) virtual
122 * NAPI devices.
123 */
124static int napi_weight = 64;
125
126/* This is the time (in jiffies) between invocations of the hardware
Alexandre Rames626950d2013-01-14 17:20:22 +0000127 * monitor.
128 * On Falcon-based NICs, this will:
Ben Hutchingse254c272010-09-20 08:44:10 +0000129 * - Check the on-board hardware monitor;
130 * - Poll the link state and reconfigure the hardware as necessary.
Alexandre Rames626950d2013-01-14 17:20:22 +0000131 * On Siena-based NICs for power systems with EEH support, this will give EEH a
132 * chance to start.
Ben Hutchings8ceee662008-04-27 12:55:59 +0100133 */
stephen hemmingerd2156972010-10-18 05:27:31 +0000134static unsigned int efx_monitor_interval = 1 * HZ;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100135
Ben Hutchings8ceee662008-04-27 12:55:59 +0100136/* Initial interrupt moderation settings. They can be modified after
137 * module load with ethtool.
138 *
139 * The default for RX should strike a balance between increasing the
140 * round-trip latency and reducing overhead.
141 */
142static unsigned int rx_irq_mod_usec = 60;
143
144/* Initial interrupt moderation settings. They can be modified after
145 * module load with ethtool.
146 *
147 * This default is chosen to ensure that a 10G link does not go idle
148 * while a TX queue is stopped after it has become full. A queue is
149 * restarted when it drops below half full. The time this takes (assuming
150 * worst case 3 descriptors per packet and 1024 descriptors) is
151 * 512 / 3 * 1.2 = 205 usec.
152 */
153static unsigned int tx_irq_mod_usec = 150;
154
155/* This is the first interrupt mode to try out of:
156 * 0 => MSI-X
157 * 1 => MSI
158 * 2 => legacy
159 */
160static unsigned int interrupt_mode;
161
162/* This is the requested number of CPUs to use for Receive-Side Scaling (RSS),
163 * i.e. the number of CPUs among which we may distribute simultaneous
164 * interrupt handling.
165 *
166 * Cards without MSI-X will only target one CPU via legacy or MSI interrupt.
Ben Hutchingscdb08f82011-12-20 01:08:05 +0000167 * The default (0) means to assign an interrupt to each core.
Ben Hutchings8ceee662008-04-27 12:55:59 +0100168 */
169static unsigned int rss_cpus;
170module_param(rss_cpus, uint, 0444);
171MODULE_PARM_DESC(rss_cpus, "Number of CPUs to use for Receive-Side Scaling");
172
Ben Hutchingsb9cc9772012-11-28 04:12:41 +0000173static bool phy_flash_cfg;
174module_param(phy_flash_cfg, bool, 0644);
Ben Hutchings84ae48f2008-12-12 21:34:54 -0800175MODULE_PARM_DESC(phy_flash_cfg, "Set PHYs into reflash mode initially");
176
Ben Hutchingse7bed9c2012-02-28 18:44:13 +0000177static unsigned irq_adapt_low_thresh = 8000;
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000178module_param(irq_adapt_low_thresh, uint, 0644);
179MODULE_PARM_DESC(irq_adapt_low_thresh,
180 "Threshold score for reducing IRQ moderation");
181
Ben Hutchingse7bed9c2012-02-28 18:44:13 +0000182static unsigned irq_adapt_high_thresh = 16000;
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000183module_param(irq_adapt_high_thresh, uint, 0644);
184MODULE_PARM_DESC(irq_adapt_high_thresh,
185 "Threshold score for increasing IRQ moderation");
186
Ben Hutchings62776d02010-06-23 11:30:07 +0000187static unsigned debug = (NETIF_MSG_DRV | NETIF_MSG_PROBE |
188 NETIF_MSG_LINK | NETIF_MSG_IFDOWN |
189 NETIF_MSG_IFUP | NETIF_MSG_RX_ERR |
190 NETIF_MSG_TX_ERR | NETIF_MSG_HW);
191module_param(debug, uint, 0);
192MODULE_PARM_DESC(debug, "Bitmapped debugging message enable value");
193
Ben Hutchings8ceee662008-04-27 12:55:59 +0100194/**************************************************************************
195 *
196 * Utility functions and prototypes
197 *
198 *************************************************************************/
Ben Hutchings46426102010-09-10 06:42:33 +0000199
Jon Cooper261e4d92013-04-15 18:51:54 +0100200static int efx_soft_enable_interrupts(struct efx_nic *efx);
Ben Hutchingsd8291182012-10-05 23:35:41 +0100201static void efx_soft_disable_interrupts(struct efx_nic *efx);
Ben Hutchings7f967c02012-02-13 23:45:02 +0000202static void efx_remove_channel(struct efx_channel *channel);
Ben Hutchings46426102010-09-10 06:42:33 +0000203static void efx_remove_channels(struct efx_nic *efx);
Ben Hutchings7f967c02012-02-13 23:45:02 +0000204static const struct efx_channel_type efx_default_channel_type;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100205static void efx_remove_port(struct efx_nic *efx);
Ben Hutchings7f967c02012-02-13 23:45:02 +0000206static void efx_init_napi_channel(struct efx_channel *channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100207static void efx_fini_napi(struct efx_nic *efx);
Ben Hutchingse8f14992010-12-07 19:47:34 +0000208static void efx_fini_napi_channel(struct efx_channel *channel);
Ben Hutchings46426102010-09-10 06:42:33 +0000209static void efx_fini_struct(struct efx_nic *efx);
210static void efx_start_all(struct efx_nic *efx);
211static void efx_stop_all(struct efx_nic *efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100212
213#define EFX_ASSERT_RESET_SERIALISED(efx) \
214 do { \
Ben Hutchingsf16aeea2012-07-27 19:31:16 +0100215 if ((efx->state == STATE_READY) || \
Alexandre Rames626950d2013-01-14 17:20:22 +0000216 (efx->state == STATE_RECOVERY) || \
Ben Hutchings332c1ce2009-11-25 16:08:52 +0000217 (efx->state == STATE_DISABLED)) \
Ben Hutchings8ceee662008-04-27 12:55:59 +0100218 ASSERT_RTNL(); \
219 } while (0)
220
Ben Hutchings8b7325b2012-07-27 20:46:41 +0100221static int efx_check_disabled(struct efx_nic *efx)
222{
Alexandre Rames626950d2013-01-14 17:20:22 +0000223 if (efx->state == STATE_DISABLED || efx->state == STATE_RECOVERY) {
Ben Hutchings8b7325b2012-07-27 20:46:41 +0100224 netif_err(efx, drv, efx->net_dev,
225 "device is disabled due to earlier errors\n");
226 return -EIO;
227 }
228 return 0;
229}
230
Ben Hutchings8ceee662008-04-27 12:55:59 +0100231/**************************************************************************
232 *
233 * Event queue processing
234 *
235 *************************************************************************/
236
237/* Process channel's event queue
238 *
239 * This function is responsible for processing the event queue of a
240 * single channel. The caller must guarantee that this function will
241 * never be concurrently called more than once on the same channel,
242 * though different channels may be being processed concurrently.
243 */
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000244static int efx_process_channel(struct efx_channel *channel, int budget)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100245{
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000246 int spent;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100247
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000248 if (unlikely(!channel->enabled))
Ben Hutchings42cbe2d2008-09-01 12:48:08 +0100249 return 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100250
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000251 spent = efx_nic_process_eventq(channel, budget);
Ben Hutchingsd9ab7002012-02-13 23:29:16 +0000252 if (spent && efx_channel_has_rx_queue(channel)) {
253 struct efx_rx_queue *rx_queue =
254 efx_channel_get_rx_queue(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100255
Ben Hutchingsff734ef2013-01-29 23:33:14 +0000256 efx_rx_flush_packet(channel);
Jon Coopercce28792013-10-02 11:04:14 +0100257 efx_fast_push_rx_descriptors(rx_queue, true);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100258 }
259
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000260 return spent;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100261}
262
Ben Hutchings8ceee662008-04-27 12:55:59 +0100263/* NAPI poll handler
264 *
265 * NAPI guarantees serialisation of polls of the same device, which
266 * provides the guarantee required by efx_process_channel().
267 */
268static int efx_poll(struct napi_struct *napi, int budget)
269{
270 struct efx_channel *channel =
271 container_of(napi, struct efx_channel, napi_str);
Ben Hutchings62776d02010-06-23 11:30:07 +0000272 struct efx_nic *efx = channel->efx;
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000273 int spent;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100274
Ben Hutchings62776d02010-06-23 11:30:07 +0000275 netif_vdbg(efx, intr, efx->net_dev,
276 "channel %d NAPI poll executing on CPU %d\n",
277 channel->channel, raw_smp_processor_id());
Ben Hutchings8ceee662008-04-27 12:55:59 +0100278
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000279 spent = efx_process_channel(channel, budget);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100280
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000281 if (spent < budget) {
Ben Hutchings9d9a6972012-02-10 23:01:48 +0000282 if (efx_channel_has_rx_queue(channel) &&
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000283 efx->irq_rx_adaptive &&
284 unlikely(++channel->irq_count == 1000)) {
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000285 if (unlikely(channel->irq_mod_score <
286 irq_adapt_low_thresh)) {
Ben Hutchings0d86ebd2009-10-23 08:32:13 +0000287 if (channel->irq_moderation > 1) {
288 channel->irq_moderation -= 1;
Ben Hutchingsef2b90e2009-11-29 03:42:31 +0000289 efx->type->push_irq_moderation(channel);
Ben Hutchings0d86ebd2009-10-23 08:32:13 +0000290 }
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000291 } else if (unlikely(channel->irq_mod_score >
292 irq_adapt_high_thresh)) {
Ben Hutchings0d86ebd2009-10-23 08:32:13 +0000293 if (channel->irq_moderation <
294 efx->irq_rx_moderation) {
295 channel->irq_moderation += 1;
Ben Hutchingsef2b90e2009-11-29 03:42:31 +0000296 efx->type->push_irq_moderation(channel);
Ben Hutchings0d86ebd2009-10-23 08:32:13 +0000297 }
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000298 }
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000299 channel->irq_count = 0;
300 channel->irq_mod_score = 0;
301 }
302
Ben Hutchings64d8ad62011-01-05 00:50:41 +0000303 efx_filter_rfs_expire(channel);
304
Ben Hutchings8ceee662008-04-27 12:55:59 +0100305 /* There is no race here; although napi_disable() will
Ben Hutchings288379f2009-01-19 16:43:59 -0800306 * only wait for napi_complete(), this isn't a problem
Ben Hutchings514bedb2012-10-05 19:30:16 +0100307 * since efx_nic_eventq_read_ack() will have no effect if
Ben Hutchings8ceee662008-04-27 12:55:59 +0100308 * interrupts have already been disabled.
309 */
Ben Hutchings288379f2009-01-19 16:43:59 -0800310 napi_complete(napi);
Ben Hutchings514bedb2012-10-05 19:30:16 +0100311 efx_nic_eventq_read_ack(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100312 }
313
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000314 return spent;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100315}
316
Ben Hutchings8ceee662008-04-27 12:55:59 +0100317/* Create event queue
318 * Event queue memory allocations are done only once. If the channel
319 * is reset, the memory buffer will be reused; this guards against
320 * errors during channel reset and also simplifies interrupt handling.
321 */
322static int efx_probe_eventq(struct efx_channel *channel)
323{
Steve Hodgsonecc910f2010-09-10 06:42:22 +0000324 struct efx_nic *efx = channel->efx;
325 unsigned long entries;
326
Ben Hutchings86ee5302012-01-09 19:51:22 +0000327 netif_dbg(efx, probe, efx->net_dev,
Ben Hutchings62776d02010-06-23 11:30:07 +0000328 "chan %d create event queue\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100329
Steve Hodgsonecc910f2010-09-10 06:42:22 +0000330 /* Build an event queue with room for one event per tx and rx buffer,
331 * plus some extra for link state events and MCDI completions. */
332 entries = roundup_pow_of_two(efx->rxq_entries + efx->txq_entries + 128);
333 EFX_BUG_ON_PARANOID(entries > EFX_MAX_EVQ_SIZE);
334 channel->eventq_mask = max(entries, EFX_MIN_EVQ_SIZE) - 1;
335
Ben Hutchings152b6a62009-11-29 03:43:56 +0000336 return efx_nic_probe_eventq(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100337}
338
339/* Prepare channel's event queue */
Jon Cooper261e4d92013-04-15 18:51:54 +0100340static int efx_init_eventq(struct efx_channel *channel)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100341{
Ben Hutchings15acb1c2013-05-01 16:30:17 +0100342 struct efx_nic *efx = channel->efx;
Jon Cooper261e4d92013-04-15 18:51:54 +0100343 int rc;
344
345 EFX_WARN_ON_PARANOID(channel->eventq_init);
346
Ben Hutchings15acb1c2013-05-01 16:30:17 +0100347 netif_dbg(efx, drv, efx->net_dev,
Ben Hutchings62776d02010-06-23 11:30:07 +0000348 "chan %d init event queue\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100349
Jon Cooper261e4d92013-04-15 18:51:54 +0100350 rc = efx_nic_init_eventq(channel);
351 if (rc == 0) {
Ben Hutchings15acb1c2013-05-01 16:30:17 +0100352 efx->type->push_irq_moderation(channel);
Jon Cooper261e4d92013-04-15 18:51:54 +0100353 channel->eventq_read_ptr = 0;
354 channel->eventq_init = true;
355 }
356 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100357}
358
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000359/* Enable event queue processing and NAPI */
360static void efx_start_eventq(struct efx_channel *channel)
361{
362 netif_dbg(channel->efx, ifup, channel->efx->net_dev,
363 "chan %d start event queue\n", channel->channel);
364
Ben Hutchings514bedb2012-10-05 19:30:16 +0100365 /* Make sure the NAPI handler sees the enabled flag set */
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000366 channel->enabled = true;
367 smp_wmb();
368
369 napi_enable(&channel->napi_str);
370 efx_nic_eventq_read_ack(channel);
371}
372
373/* Disable event queue processing and NAPI */
374static void efx_stop_eventq(struct efx_channel *channel)
375{
376 if (!channel->enabled)
377 return;
378
379 napi_disable(&channel->napi_str);
380 channel->enabled = false;
381}
382
Ben Hutchings8ceee662008-04-27 12:55:59 +0100383static void efx_fini_eventq(struct efx_channel *channel)
384{
Ben Hutchingsbe3fc092012-10-08 18:21:51 +0100385 if (!channel->eventq_init)
386 return;
387
Ben Hutchings62776d02010-06-23 11:30:07 +0000388 netif_dbg(channel->efx, drv, channel->efx->net_dev,
389 "chan %d fini event queue\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100390
Ben Hutchings152b6a62009-11-29 03:43:56 +0000391 efx_nic_fini_eventq(channel);
Ben Hutchingsbe3fc092012-10-08 18:21:51 +0100392 channel->eventq_init = false;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100393}
394
395static void efx_remove_eventq(struct efx_channel *channel)
396{
Ben Hutchings62776d02010-06-23 11:30:07 +0000397 netif_dbg(channel->efx, drv, channel->efx->net_dev,
398 "chan %d remove event queue\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100399
Ben Hutchings152b6a62009-11-29 03:43:56 +0000400 efx_nic_remove_eventq(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100401}
402
403/**************************************************************************
404 *
405 * Channel handling
406 *
407 *************************************************************************/
408
Ben Hutchings7f967c02012-02-13 23:45:02 +0000409/* Allocate and initialise a channel structure. */
Ben Hutchings46426102010-09-10 06:42:33 +0000410static struct efx_channel *
411efx_alloc_channel(struct efx_nic *efx, int i, struct efx_channel *old_channel)
412{
413 struct efx_channel *channel;
414 struct efx_rx_queue *rx_queue;
415 struct efx_tx_queue *tx_queue;
416 int j;
417
Ben Hutchings7f967c02012-02-13 23:45:02 +0000418 channel = kzalloc(sizeof(*channel), GFP_KERNEL);
419 if (!channel)
420 return NULL;
Ben Hutchings46426102010-09-10 06:42:33 +0000421
Ben Hutchings7f967c02012-02-13 23:45:02 +0000422 channel->efx = efx;
423 channel->channel = i;
424 channel->type = &efx_default_channel_type;
Ben Hutchings46426102010-09-10 06:42:33 +0000425
Ben Hutchings7f967c02012-02-13 23:45:02 +0000426 for (j = 0; j < EFX_TXQ_TYPES; j++) {
427 tx_queue = &channel->tx_queue[j];
428 tx_queue->efx = efx;
429 tx_queue->queue = i * EFX_TXQ_TYPES + j;
430 tx_queue->channel = channel;
Ben Hutchings46426102010-09-10 06:42:33 +0000431 }
432
Ben Hutchings46426102010-09-10 06:42:33 +0000433 rx_queue = &channel->rx_queue;
434 rx_queue->efx = efx;
435 setup_timer(&rx_queue->slow_fill, efx_rx_slow_fill,
436 (unsigned long)rx_queue);
437
438 return channel;
439}
440
Ben Hutchings7f967c02012-02-13 23:45:02 +0000441/* Allocate and initialise a channel structure, copying parameters
442 * (but not resources) from an old channel structure.
443 */
444static struct efx_channel *
445efx_copy_channel(const struct efx_channel *old_channel)
446{
447 struct efx_channel *channel;
448 struct efx_rx_queue *rx_queue;
449 struct efx_tx_queue *tx_queue;
450 int j;
451
452 channel = kmalloc(sizeof(*channel), GFP_KERNEL);
453 if (!channel)
454 return NULL;
455
456 *channel = *old_channel;
457
458 channel->napi_dev = NULL;
459 memset(&channel->eventq, 0, sizeof(channel->eventq));
460
461 for (j = 0; j < EFX_TXQ_TYPES; j++) {
462 tx_queue = &channel->tx_queue[j];
463 if (tx_queue->channel)
464 tx_queue->channel = channel;
465 tx_queue->buffer = NULL;
466 memset(&tx_queue->txd, 0, sizeof(tx_queue->txd));
467 }
468
469 rx_queue = &channel->rx_queue;
470 rx_queue->buffer = NULL;
471 memset(&rx_queue->rxd, 0, sizeof(rx_queue->rxd));
472 setup_timer(&rx_queue->slow_fill, efx_rx_slow_fill,
473 (unsigned long)rx_queue);
474
475 return channel;
476}
477
Ben Hutchings8ceee662008-04-27 12:55:59 +0100478static int efx_probe_channel(struct efx_channel *channel)
479{
480 struct efx_tx_queue *tx_queue;
481 struct efx_rx_queue *rx_queue;
482 int rc;
483
Ben Hutchings62776d02010-06-23 11:30:07 +0000484 netif_dbg(channel->efx, probe, channel->efx->net_dev,
485 "creating channel %d\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100486
Ben Hutchings7f967c02012-02-13 23:45:02 +0000487 rc = channel->type->pre_probe(channel);
488 if (rc)
489 goto fail;
490
Ben Hutchings8ceee662008-04-27 12:55:59 +0100491 rc = efx_probe_eventq(channel);
492 if (rc)
Ben Hutchings7f967c02012-02-13 23:45:02 +0000493 goto fail;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100494
495 efx_for_each_channel_tx_queue(tx_queue, channel) {
496 rc = efx_probe_tx_queue(tx_queue);
497 if (rc)
Ben Hutchings7f967c02012-02-13 23:45:02 +0000498 goto fail;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100499 }
500
501 efx_for_each_channel_rx_queue(rx_queue, channel) {
502 rc = efx_probe_rx_queue(rx_queue);
503 if (rc)
Ben Hutchings7f967c02012-02-13 23:45:02 +0000504 goto fail;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100505 }
506
Ben Hutchings8ceee662008-04-27 12:55:59 +0100507 return 0;
508
Ben Hutchings7f967c02012-02-13 23:45:02 +0000509fail:
510 efx_remove_channel(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100511 return rc;
512}
513
Ben Hutchings7f967c02012-02-13 23:45:02 +0000514static void
515efx_get_channel_name(struct efx_channel *channel, char *buf, size_t len)
516{
517 struct efx_nic *efx = channel->efx;
518 const char *type;
519 int number;
520
521 number = channel->channel;
522 if (efx->tx_channel_offset == 0) {
523 type = "";
524 } else if (channel->channel < efx->tx_channel_offset) {
525 type = "-rx";
526 } else {
527 type = "-tx";
528 number -= efx->tx_channel_offset;
529 }
530 snprintf(buf, len, "%s%s-%d", efx->name, type, number);
531}
Ben Hutchings8ceee662008-04-27 12:55:59 +0100532
Ben Hutchings56536e92008-12-12 21:37:02 -0800533static void efx_set_channel_names(struct efx_nic *efx)
534{
535 struct efx_channel *channel;
Ben Hutchings56536e92008-12-12 21:37:02 -0800536
Ben Hutchings7f967c02012-02-13 23:45:02 +0000537 efx_for_each_channel(channel, efx)
538 channel->type->get_name(channel,
Ben Hutchingsd8291182012-10-05 23:35:41 +0100539 efx->msi_context[channel->channel].name,
540 sizeof(efx->msi_context[0].name));
Ben Hutchings56536e92008-12-12 21:37:02 -0800541}
542
Ben Hutchings46426102010-09-10 06:42:33 +0000543static int efx_probe_channels(struct efx_nic *efx)
544{
545 struct efx_channel *channel;
546 int rc;
547
548 /* Restart special buffer allocation */
549 efx->next_buffer_table = 0;
550
Ben Hutchingsc92aaff2012-02-21 23:22:00 +0000551 /* Probe channels in reverse, so that any 'extra' channels
552 * use the start of the buffer table. This allows the traffic
553 * channels to be resized without moving them or wasting the
554 * entries before them.
555 */
556 efx_for_each_channel_rev(channel, efx) {
Ben Hutchings46426102010-09-10 06:42:33 +0000557 rc = efx_probe_channel(channel);
558 if (rc) {
559 netif_err(efx, probe, efx->net_dev,
560 "failed to create channel %d\n",
561 channel->channel);
562 goto fail;
563 }
564 }
565 efx_set_channel_names(efx);
566
567 return 0;
568
569fail:
570 efx_remove_channels(efx);
571 return rc;
572}
573
Ben Hutchings8ceee662008-04-27 12:55:59 +0100574/* Channels are shutdown and reinitialised whilst the NIC is running
575 * to propagate configuration changes (mtu, checksum offload), or
576 * to clear hardware error conditions
577 */
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000578static void efx_start_datapath(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100579{
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000580 bool old_rx_scatter = efx->rx_scatter;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100581 struct efx_tx_queue *tx_queue;
582 struct efx_rx_queue *rx_queue;
583 struct efx_channel *channel;
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000584 size_t rx_buf_len;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100585
Ben Hutchingsf7f13b02008-05-16 21:15:06 +0100586 /* Calculate the rx buffer allocation parameters required to
587 * support the current MTU, including padding for header
588 * alignment and overruns.
589 */
Jon Cooper43a37392012-10-18 15:49:54 +0100590 efx->rx_dma_len = (efx->rx_prefix_size +
Ben Hutchings272baee2013-01-29 23:33:14 +0000591 EFX_MAX_FRAME_LEN(efx->net_dev->mtu) +
592 efx->type->rx_buffer_padding);
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000593 rx_buf_len = (sizeof(struct efx_rx_page_state) +
Andrew Rybchenko2ec03012013-11-16 11:02:27 +0400594 efx->rx_ip_align + efx->rx_dma_len);
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000595 if (rx_buf_len <= PAGE_SIZE) {
Jon Coopere8c68c02013-03-08 10:18:28 +0000596 efx->rx_scatter = efx->type->always_rx_scatter;
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000597 efx->rx_buffer_order = 0;
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000598 } else if (efx->type->can_rx_scatter) {
Ben Hutchings950c54d2013-05-13 12:01:22 +0000599 BUILD_BUG_ON(EFX_RX_USR_BUF_SIZE % L1_CACHE_BYTES);
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000600 BUILD_BUG_ON(sizeof(struct efx_rx_page_state) +
Ben Hutchings950c54d2013-05-13 12:01:22 +0000601 2 * ALIGN(NET_IP_ALIGN + EFX_RX_USR_BUF_SIZE,
602 EFX_RX_BUF_ALIGNMENT) >
603 PAGE_SIZE);
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000604 efx->rx_scatter = true;
605 efx->rx_dma_len = EFX_RX_USR_BUF_SIZE;
606 efx->rx_buffer_order = 0;
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000607 } else {
608 efx->rx_scatter = false;
609 efx->rx_buffer_order = get_order(rx_buf_len);
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000610 }
611
Daniel Pieczko1648a232013-02-13 10:54:41 +0000612 efx_rx_config_page_split(efx);
613 if (efx->rx_buffer_order)
614 netif_dbg(efx, drv, efx->net_dev,
615 "RX buf len=%u; page order=%u batch=%u\n",
616 efx->rx_dma_len, efx->rx_buffer_order,
617 efx->rx_pages_per_batch);
618 else
619 netif_dbg(efx, drv, efx->net_dev,
620 "RX buf len=%u step=%u bpp=%u; page batch=%u\n",
621 efx->rx_dma_len, efx->rx_page_buf_step,
622 efx->rx_bufs_per_page, efx->rx_pages_per_batch);
Daniel Pieczko27689352013-02-13 10:54:41 +0000623
Jon Coopere8c68c02013-03-08 10:18:28 +0000624 /* RX filters may also have scatter-enabled flags */
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000625 if (efx->rx_scatter != old_rx_scatter)
Ben Hutchingsadd72472012-11-08 01:46:53 +0000626 efx->type->filter_update_rx_scatter(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100627
Ben Hutchings14bf7182012-05-22 01:27:58 +0100628 /* We must keep at least one descriptor in a TX ring empty.
629 * We could avoid this when the queue size does not exactly
630 * match the hardware ring size, but it's not that important.
631 * Therefore we stop the queue when one more skb might fill
632 * the ring completely. We wake it when half way back to
633 * empty.
634 */
635 efx->txq_stop_thresh = efx->txq_entries - efx_tx_max_skb_descs(efx);
636 efx->txq_wake_thresh = efx->txq_stop_thresh / 2;
637
Ben Hutchings8ceee662008-04-27 12:55:59 +0100638 /* Initialise the channels */
639 efx_for_each_channel(channel, efx) {
Alexandre Rames3881d8a2013-06-10 11:03:21 +0100640 efx_for_each_channel_tx_queue(tx_queue, channel) {
Ben Hutchingsbc3c90a2008-09-01 12:48:46 +0100641 efx_init_tx_queue(tx_queue);
Alexandre Rames3881d8a2013-06-10 11:03:21 +0100642 atomic_inc(&efx->active_queues);
643 }
Ben Hutchings8ceee662008-04-27 12:55:59 +0100644
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000645 efx_for_each_channel_rx_queue(rx_queue, channel) {
Ben Hutchingsbc3c90a2008-09-01 12:48:46 +0100646 efx_init_rx_queue(rx_queue);
Alexandre Rames3881d8a2013-06-10 11:03:21 +0100647 atomic_inc(&efx->active_queues);
Jon Coopercce28792013-10-02 11:04:14 +0100648 efx_stop_eventq(channel);
649 efx_fast_push_rx_descriptors(rx_queue, false);
650 efx_start_eventq(channel);
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000651 }
Ben Hutchings8ceee662008-04-27 12:55:59 +0100652
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000653 WARN_ON(channel->rx_pkt_n_frags);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100654 }
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000655
Alexandre Rames2ea4dc22013-11-08 10:20:31 +0000656 efx_ptp_start_datapath(efx);
657
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000658 if (netif_device_present(efx->net_dev))
659 netif_tx_wake_all_queues(efx->net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100660}
661
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000662static void efx_stop_datapath(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100663{
664 struct efx_channel *channel;
665 struct efx_tx_queue *tx_queue;
666 struct efx_rx_queue *rx_queue;
Ben Hutchings6bc5d3a2008-09-01 12:49:37 +0100667 int rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100668
669 EFX_ASSERT_RESET_SERIALISED(efx);
670 BUG_ON(efx->port_enabled);
671
Alexandre Rames2ea4dc22013-11-08 10:20:31 +0000672 efx_ptp_stop_datapath(efx);
673
Ben Hutchingsd8aec742013-05-27 16:52:54 +0100674 /* Stop RX refill */
675 efx_for_each_channel(channel, efx) {
676 efx_for_each_channel_rx_queue(rx_queue, channel)
677 rx_queue->refill_enabled = false;
678 }
679
Ben Hutchings8ceee662008-04-27 12:55:59 +0100680 efx_for_each_channel(channel, efx) {
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000681 /* RX packet processing is pipelined, so wait for the
682 * NAPI handler to complete. At least event queue 0
683 * might be kept active by non-data events, so don't
684 * use napi_synchronize() but actually disable NAPI
685 * temporarily.
686 */
687 if (efx_channel_has_rx_queue(channel)) {
688 efx_stop_eventq(channel);
689 efx_start_eventq(channel);
690 }
Ben Hutchingse42c3d82013-05-27 16:52:54 +0100691 }
Ben Hutchings8ceee662008-04-27 12:55:59 +0100692
Ben Hutchingse42c3d82013-05-27 16:52:54 +0100693 rc = efx->type->fini_dmaq(efx);
694 if (rc && EFX_WORKAROUND_7803(efx)) {
695 /* Schedule a reset to recover from the flush failure. The
696 * descriptor caches reference memory we're about to free,
697 * but falcon_reconfigure_mac_wrapper() won't reconnect
698 * the MACs because of the pending reset.
699 */
700 netif_err(efx, drv, efx->net_dev,
701 "Resetting to recover from flush failure\n");
702 efx_schedule_reset(efx, RESET_TYPE_ALL);
703 } else if (rc) {
704 netif_err(efx, drv, efx->net_dev, "failed to flush queues\n");
705 } else {
706 netif_dbg(efx, drv, efx->net_dev,
707 "successfully flushed all queues\n");
708 }
709
710 efx_for_each_channel(channel, efx) {
Ben Hutchings8ceee662008-04-27 12:55:59 +0100711 efx_for_each_channel_rx_queue(rx_queue, channel)
712 efx_fini_rx_queue(rx_queue);
Ben Hutchings94b274b2011-01-10 21:18:20 +0000713 efx_for_each_possible_channel_tx_queue(tx_queue, channel)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100714 efx_fini_tx_queue(tx_queue);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100715 }
716}
717
718static void efx_remove_channel(struct efx_channel *channel)
719{
720 struct efx_tx_queue *tx_queue;
721 struct efx_rx_queue *rx_queue;
722
Ben Hutchings62776d02010-06-23 11:30:07 +0000723 netif_dbg(channel->efx, drv, channel->efx->net_dev,
724 "destroy chan %d\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100725
726 efx_for_each_channel_rx_queue(rx_queue, channel)
727 efx_remove_rx_queue(rx_queue);
Ben Hutchings94b274b2011-01-10 21:18:20 +0000728 efx_for_each_possible_channel_tx_queue(tx_queue, channel)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100729 efx_remove_tx_queue(tx_queue);
730 efx_remove_eventq(channel);
Stuart Hodgsonc31e5f92012-07-18 09:52:11 +0100731 channel->type->post_remove(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100732}
733
Ben Hutchings46426102010-09-10 06:42:33 +0000734static void efx_remove_channels(struct efx_nic *efx)
735{
736 struct efx_channel *channel;
737
738 efx_for_each_channel(channel, efx)
739 efx_remove_channel(channel);
740}
741
742int
743efx_realloc_channels(struct efx_nic *efx, u32 rxq_entries, u32 txq_entries)
744{
745 struct efx_channel *other_channel[EFX_MAX_CHANNELS], *channel;
746 u32 old_rxq_entries, old_txq_entries;
Ben Hutchings7f967c02012-02-13 23:45:02 +0000747 unsigned i, next_buffer_table = 0;
Jon Cooper261e4d92013-04-15 18:51:54 +0100748 int rc, rc2;
Ben Hutchings8b7325b2012-07-27 20:46:41 +0100749
750 rc = efx_check_disabled(efx);
751 if (rc)
752 return rc;
Ben Hutchings7f967c02012-02-13 23:45:02 +0000753
754 /* Not all channels should be reallocated. We must avoid
755 * reallocating their buffer table entries.
756 */
757 efx_for_each_channel(channel, efx) {
758 struct efx_rx_queue *rx_queue;
759 struct efx_tx_queue *tx_queue;
760
761 if (channel->type->copy)
762 continue;
763 next_buffer_table = max(next_buffer_table,
764 channel->eventq.index +
765 channel->eventq.entries);
766 efx_for_each_channel_rx_queue(rx_queue, channel)
767 next_buffer_table = max(next_buffer_table,
768 rx_queue->rxd.index +
769 rx_queue->rxd.entries);
770 efx_for_each_channel_tx_queue(tx_queue, channel)
771 next_buffer_table = max(next_buffer_table,
772 tx_queue->txd.index +
773 tx_queue->txd.entries);
774 }
Ben Hutchings46426102010-09-10 06:42:33 +0000775
Ben Hutchings29c69a42013-01-28 19:01:06 +0000776 efx_device_detach_sync(efx);
Ben Hutchings46426102010-09-10 06:42:33 +0000777 efx_stop_all(efx);
Ben Hutchingsd8291182012-10-05 23:35:41 +0100778 efx_soft_disable_interrupts(efx);
Ben Hutchings46426102010-09-10 06:42:33 +0000779
Ben Hutchings7f967c02012-02-13 23:45:02 +0000780 /* Clone channels (where possible) */
Ben Hutchings46426102010-09-10 06:42:33 +0000781 memset(other_channel, 0, sizeof(other_channel));
782 for (i = 0; i < efx->n_channels; i++) {
Ben Hutchings7f967c02012-02-13 23:45:02 +0000783 channel = efx->channel[i];
784 if (channel->type->copy)
785 channel = channel->type->copy(channel);
Ben Hutchings46426102010-09-10 06:42:33 +0000786 if (!channel) {
787 rc = -ENOMEM;
788 goto out;
789 }
790 other_channel[i] = channel;
791 }
792
793 /* Swap entry counts and channel pointers */
794 old_rxq_entries = efx->rxq_entries;
795 old_txq_entries = efx->txq_entries;
796 efx->rxq_entries = rxq_entries;
797 efx->txq_entries = txq_entries;
798 for (i = 0; i < efx->n_channels; i++) {
799 channel = efx->channel[i];
800 efx->channel[i] = other_channel[i];
801 other_channel[i] = channel;
802 }
803
Ben Hutchings7f967c02012-02-13 23:45:02 +0000804 /* Restart buffer table allocation */
805 efx->next_buffer_table = next_buffer_table;
Ben Hutchings46426102010-09-10 06:42:33 +0000806
Ben Hutchingse8f14992010-12-07 19:47:34 +0000807 for (i = 0; i < efx->n_channels; i++) {
Ben Hutchings7f967c02012-02-13 23:45:02 +0000808 channel = efx->channel[i];
809 if (!channel->type->copy)
810 continue;
811 rc = efx_probe_channel(channel);
812 if (rc)
813 goto rollback;
814 efx_init_napi_channel(efx->channel[i]);
Ben Hutchingse8f14992010-12-07 19:47:34 +0000815 }
Ben Hutchings46426102010-09-10 06:42:33 +0000816
Ben Hutchings7f967c02012-02-13 23:45:02 +0000817out:
818 /* Destroy unused channel structures */
819 for (i = 0; i < efx->n_channels; i++) {
820 channel = other_channel[i];
821 if (channel && channel->type->copy) {
822 efx_fini_napi_channel(channel);
823 efx_remove_channel(channel);
824 kfree(channel);
825 }
826 }
827
Jon Cooper261e4d92013-04-15 18:51:54 +0100828 rc2 = efx_soft_enable_interrupts(efx);
829 if (rc2) {
830 rc = rc ? rc : rc2;
831 netif_err(efx, drv, efx->net_dev,
832 "unable to restart interrupts on channel reallocation\n");
833 efx_schedule_reset(efx, RESET_TYPE_DISABLE);
834 } else {
835 efx_start_all(efx);
836 netif_device_attach(efx->net_dev);
837 }
Ben Hutchings46426102010-09-10 06:42:33 +0000838 return rc;
839
840rollback:
841 /* Swap back */
842 efx->rxq_entries = old_rxq_entries;
843 efx->txq_entries = old_txq_entries;
844 for (i = 0; i < efx->n_channels; i++) {
845 channel = efx->channel[i];
846 efx->channel[i] = other_channel[i];
847 other_channel[i] = channel;
848 }
849 goto out;
850}
851
Steve Hodgson90d683a2010-06-01 11:19:39 +0000852void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100853{
Steve Hodgson90d683a2010-06-01 11:19:39 +0000854 mod_timer(&rx_queue->slow_fill, jiffies + msecs_to_jiffies(100));
Ben Hutchings8ceee662008-04-27 12:55:59 +0100855}
856
Ben Hutchings7f967c02012-02-13 23:45:02 +0000857static const struct efx_channel_type efx_default_channel_type = {
858 .pre_probe = efx_channel_dummy_op_int,
Stuart Hodgsonc31e5f92012-07-18 09:52:11 +0100859 .post_remove = efx_channel_dummy_op_void,
Ben Hutchings7f967c02012-02-13 23:45:02 +0000860 .get_name = efx_get_channel_name,
861 .copy = efx_copy_channel,
862 .keep_eventq = false,
863};
864
865int efx_channel_dummy_op_int(struct efx_channel *channel)
866{
867 return 0;
868}
869
Stuart Hodgsonc31e5f92012-07-18 09:52:11 +0100870void efx_channel_dummy_op_void(struct efx_channel *channel)
871{
872}
873
Ben Hutchings8ceee662008-04-27 12:55:59 +0100874/**************************************************************************
875 *
876 * Port handling
877 *
878 **************************************************************************/
879
880/* This ensures that the kernel is kept informed (via
881 * netif_carrier_on/off) of the link status, and also maintains the
882 * link status's stop on the port's TX queue.
883 */
Steve Hodgsonfdaa9ae2009-11-28 05:34:05 +0000884void efx_link_status_changed(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100885{
Ben Hutchingseb50c0d2009-11-23 16:06:30 +0000886 struct efx_link_state *link_state = &efx->link_state;
887
Ben Hutchings8ceee662008-04-27 12:55:59 +0100888 /* SFC Bug 5356: A net_dev notifier is registered, so we must ensure
889 * that no events are triggered between unregister_netdev() and the
890 * driver unloading. A more general condition is that NETDEV_CHANGE
891 * can only be generated between NETDEV_UP and NETDEV_DOWN */
892 if (!netif_running(efx->net_dev))
893 return;
894
Ben Hutchingseb50c0d2009-11-23 16:06:30 +0000895 if (link_state->up != netif_carrier_ok(efx->net_dev)) {
Ben Hutchings8ceee662008-04-27 12:55:59 +0100896 efx->n_link_state_changes++;
897
Ben Hutchingseb50c0d2009-11-23 16:06:30 +0000898 if (link_state->up)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100899 netif_carrier_on(efx->net_dev);
900 else
901 netif_carrier_off(efx->net_dev);
902 }
903
904 /* Status message for kernel log */
Ben Hutchings2aa9ef12012-01-09 19:53:41 +0000905 if (link_state->up)
Ben Hutchings62776d02010-06-23 11:30:07 +0000906 netif_info(efx, link, efx->net_dev,
Ben Hutchings964e6132012-11-19 23:08:22 +0000907 "link up at %uMbps %s-duplex (MTU %d)\n",
Ben Hutchings62776d02010-06-23 11:30:07 +0000908 link_state->speed, link_state->fd ? "full" : "half",
Ben Hutchings964e6132012-11-19 23:08:22 +0000909 efx->net_dev->mtu);
Ben Hutchings2aa9ef12012-01-09 19:53:41 +0000910 else
Ben Hutchings62776d02010-06-23 11:30:07 +0000911 netif_info(efx, link, efx->net_dev, "link down\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +0100912}
913
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000914void efx_link_set_advertising(struct efx_nic *efx, u32 advertising)
915{
916 efx->link_advertising = advertising;
917 if (advertising) {
918 if (advertising & ADVERTISED_Pause)
919 efx->wanted_fc |= (EFX_FC_TX | EFX_FC_RX);
920 else
921 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX);
922 if (advertising & ADVERTISED_Asym_Pause)
923 efx->wanted_fc ^= EFX_FC_TX;
924 }
925}
926
David S. Millerb56269462011-05-17 17:53:22 -0400927void efx_link_set_wanted_fc(struct efx_nic *efx, u8 wanted_fc)
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000928{
929 efx->wanted_fc = wanted_fc;
930 if (efx->link_advertising) {
931 if (wanted_fc & EFX_FC_RX)
932 efx->link_advertising |= (ADVERTISED_Pause |
933 ADVERTISED_Asym_Pause);
934 else
935 efx->link_advertising &= ~(ADVERTISED_Pause |
936 ADVERTISED_Asym_Pause);
937 if (wanted_fc & EFX_FC_TX)
938 efx->link_advertising ^= ADVERTISED_Asym_Pause;
939 }
940}
941
Ben Hutchings115122a2009-03-04 09:52:52 +0000942static void efx_fini_port(struct efx_nic *efx);
943
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000944/* Push loopback/power/transmit disable settings to the PHY, and reconfigure
945 * the MAC appropriately. All other PHY configuration changes are pushed
946 * through phy_op->set_settings(), and pushed asynchronously to the MAC
947 * through efx_monitor().
948 *
949 * Callers must hold the mac_lock
950 */
951int __efx_reconfigure_port(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100952{
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000953 enum efx_phy_mode phy_mode;
954 int rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100955
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000956 WARN_ON(!mutex_is_locked(&efx->mac_lock));
Ben Hutchings8ceee662008-04-27 12:55:59 +0100957
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000958 /* Disable PHY transmit in mac level loopbacks */
959 phy_mode = efx->phy_mode;
Ben Hutchings177dfcd2008-12-12 21:50:08 -0800960 if (LOOPBACK_INTERNAL(efx))
961 efx->phy_mode |= PHY_MODE_TX_DISABLED;
962 else
963 efx->phy_mode &= ~PHY_MODE_TX_DISABLED;
Ben Hutchings177dfcd2008-12-12 21:50:08 -0800964
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000965 rc = efx->type->reconfigure_port(efx);
Ben Hutchings177dfcd2008-12-12 21:50:08 -0800966
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000967 if (rc)
968 efx->phy_mode = phy_mode;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100969
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000970 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100971}
972
973/* Reinitialise the MAC to pick up new PHY settings, even if the port is
974 * disabled. */
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000975int efx_reconfigure_port(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100976{
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000977 int rc;
978
Ben Hutchings8ceee662008-04-27 12:55:59 +0100979 EFX_ASSERT_RESET_SERIALISED(efx);
980
981 mutex_lock(&efx->mac_lock);
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000982 rc = __efx_reconfigure_port(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100983 mutex_unlock(&efx->mac_lock);
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000984
985 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100986}
987
Ben Hutchings8be4f3e2009-11-25 16:12:16 +0000988/* Asynchronous work item for changing MAC promiscuity and multicast
989 * hash. Avoid a drain/rx_ingress enable by reconfiguring the current
990 * MAC directly. */
Ben Hutchings766ca0f2008-12-12 21:59:24 -0800991static void efx_mac_work(struct work_struct *data)
992{
993 struct efx_nic *efx = container_of(data, struct efx_nic, mac_work);
994
995 mutex_lock(&efx->mac_lock);
Ben Hutchings30b81cd2011-09-13 19:47:48 +0100996 if (efx->port_enabled)
Ben Hutchings710b2082011-09-03 00:15:00 +0100997 efx->type->reconfigure_mac(efx);
Ben Hutchings766ca0f2008-12-12 21:59:24 -0800998 mutex_unlock(&efx->mac_lock);
999}
1000
Ben Hutchings8ceee662008-04-27 12:55:59 +01001001static int efx_probe_port(struct efx_nic *efx)
1002{
1003 int rc;
1004
Ben Hutchings62776d02010-06-23 11:30:07 +00001005 netif_dbg(efx, probe, efx->net_dev, "create port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001006
Steve Hodgsonff3b00a2009-12-23 13:46:36 +00001007 if (phy_flash_cfg)
1008 efx->phy_mode = PHY_MODE_SPECIAL;
1009
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001010 /* Connect up MAC/PHY operations table */
1011 rc = efx->type->probe_port(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001012 if (rc)
Ben Hutchingse42de262010-09-10 06:41:19 +00001013 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001014
Ben Hutchingse332bcb2011-12-20 01:22:51 +00001015 /* Initialise MAC address to permanent address */
Edward Creecd84ff42014-03-07 18:27:41 +00001016 ether_addr_copy(efx->net_dev->dev_addr, efx->net_dev->perm_addr);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001017
1018 return 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001019}
1020
1021static int efx_init_port(struct efx_nic *efx)
1022{
1023 int rc;
1024
Ben Hutchings62776d02010-06-23 11:30:07 +00001025 netif_dbg(efx, drv, efx->net_dev, "init port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001026
Ben Hutchings1dfc5ce2009-11-25 16:11:19 +00001027 mutex_lock(&efx->mac_lock);
1028
Ben Hutchings177dfcd2008-12-12 21:50:08 -08001029 rc = efx->phy_op->init(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001030 if (rc)
Ben Hutchings1dfc5ce2009-11-25 16:11:19 +00001031 goto fail1;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001032
Ben Hutchingsdc8cfa52008-09-01 12:46:50 +01001033 efx->port_initialized = true;
Ben Hutchings1dfc5ce2009-11-25 16:11:19 +00001034
Ben Hutchingsd3245b22009-11-29 03:42:41 +00001035 /* Reconfigure the MAC before creating dma queues (required for
1036 * Falcon/A1 where RX_INGR_EN/TX_DRAIN_EN isn't supported) */
Ben Hutchings710b2082011-09-03 00:15:00 +01001037 efx->type->reconfigure_mac(efx);
Ben Hutchingsd3245b22009-11-29 03:42:41 +00001038
1039 /* Ensure the PHY advertises the correct flow control settings */
1040 rc = efx->phy_op->reconfigure(efx);
1041 if (rc)
1042 goto fail2;
1043
Ben Hutchings1dfc5ce2009-11-25 16:11:19 +00001044 mutex_unlock(&efx->mac_lock);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001045 return 0;
Ben Hutchings177dfcd2008-12-12 21:50:08 -08001046
Ben Hutchings1dfc5ce2009-11-25 16:11:19 +00001047fail2:
Ben Hutchings177dfcd2008-12-12 21:50:08 -08001048 efx->phy_op->fini(efx);
Ben Hutchings1dfc5ce2009-11-25 16:11:19 +00001049fail1:
1050 mutex_unlock(&efx->mac_lock);
Ben Hutchings177dfcd2008-12-12 21:50:08 -08001051 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001052}
1053
Ben Hutchings8ceee662008-04-27 12:55:59 +01001054static void efx_start_port(struct efx_nic *efx)
1055{
Ben Hutchings62776d02010-06-23 11:30:07 +00001056 netif_dbg(efx, ifup, efx->net_dev, "start port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001057 BUG_ON(efx->port_enabled);
1058
1059 mutex_lock(&efx->mac_lock);
Ben Hutchingsdc8cfa52008-09-01 12:46:50 +01001060 efx->port_enabled = true;
Ben Hutchings8be4f3e2009-11-25 16:12:16 +00001061
Ben Hutchingsd615c032013-10-08 17:33:20 +01001062 /* Ensure MAC ingress/egress is enabled */
Ben Hutchings710b2082011-09-03 00:15:00 +01001063 efx->type->reconfigure_mac(efx);
Ben Hutchings8be4f3e2009-11-25 16:12:16 +00001064
Ben Hutchings8ceee662008-04-27 12:55:59 +01001065 mutex_unlock(&efx->mac_lock);
1066}
1067
Ben Hutchingsd615c032013-10-08 17:33:20 +01001068/* Cancel work for MAC reconfiguration, periodic hardware monitoring
1069 * and the async self-test, wait for them to finish and prevent them
1070 * being scheduled again. This doesn't cover online resets, which
1071 * should only be cancelled when removing the device.
1072 */
Ben Hutchings8ceee662008-04-27 12:55:59 +01001073static void efx_stop_port(struct efx_nic *efx)
1074{
Ben Hutchings62776d02010-06-23 11:30:07 +00001075 netif_dbg(efx, ifdown, efx->net_dev, "stop port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001076
Ben Hutchingsd615c032013-10-08 17:33:20 +01001077 EFX_ASSERT_RESET_SERIALISED(efx);
1078
Ben Hutchings8ceee662008-04-27 12:55:59 +01001079 mutex_lock(&efx->mac_lock);
Ben Hutchingsdc8cfa52008-09-01 12:46:50 +01001080 efx->port_enabled = false;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001081 mutex_unlock(&efx->mac_lock);
1082
1083 /* Serialise against efx_set_multicast_list() */
Ben Hutchings73ba7b62012-01-09 19:47:08 +00001084 netif_addr_lock_bh(efx->net_dev);
1085 netif_addr_unlock_bh(efx->net_dev);
Ben Hutchingsd615c032013-10-08 17:33:20 +01001086
1087 cancel_delayed_work_sync(&efx->monitor_work);
1088 efx_selftest_async_cancel(efx);
1089 cancel_work_sync(&efx->mac_work);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001090}
1091
1092static void efx_fini_port(struct efx_nic *efx)
1093{
Ben Hutchings62776d02010-06-23 11:30:07 +00001094 netif_dbg(efx, drv, efx->net_dev, "shut down port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001095
1096 if (!efx->port_initialized)
1097 return;
1098
Ben Hutchings177dfcd2008-12-12 21:50:08 -08001099 efx->phy_op->fini(efx);
Ben Hutchingsdc8cfa52008-09-01 12:46:50 +01001100 efx->port_initialized = false;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001101
Ben Hutchingseb50c0d2009-11-23 16:06:30 +00001102 efx->link_state.up = false;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001103 efx_link_status_changed(efx);
1104}
1105
1106static void efx_remove_port(struct efx_nic *efx)
1107{
Ben Hutchings62776d02010-06-23 11:30:07 +00001108 netif_dbg(efx, drv, efx->net_dev, "destroying port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001109
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001110 efx->type->remove_port(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001111}
1112
1113/**************************************************************************
1114 *
1115 * NIC handling
1116 *
1117 **************************************************************************/
1118
Ben Hutchings0bcf4a62013-10-18 19:21:45 +01001119static LIST_HEAD(efx_primary_list);
1120static LIST_HEAD(efx_unassociated_list);
1121
1122static bool efx_same_controller(struct efx_nic *left, struct efx_nic *right)
1123{
1124 return left->type == right->type &&
1125 left->vpd_sn && right->vpd_sn &&
1126 !strcmp(left->vpd_sn, right->vpd_sn);
1127}
1128
1129static void efx_associate(struct efx_nic *efx)
1130{
1131 struct efx_nic *other, *next;
1132
1133 if (efx->primary == efx) {
1134 /* Adding primary function; look for secondaries */
1135
1136 netif_dbg(efx, probe, efx->net_dev, "adding to primary list\n");
1137 list_add_tail(&efx->node, &efx_primary_list);
1138
1139 list_for_each_entry_safe(other, next, &efx_unassociated_list,
1140 node) {
1141 if (efx_same_controller(efx, other)) {
1142 list_del(&other->node);
1143 netif_dbg(other, probe, other->net_dev,
1144 "moving to secondary list of %s %s\n",
1145 pci_name(efx->pci_dev),
1146 efx->net_dev->name);
1147 list_add_tail(&other->node,
1148 &efx->secondary_list);
1149 other->primary = efx;
1150 }
1151 }
1152 } else {
1153 /* Adding secondary function; look for primary */
1154
1155 list_for_each_entry(other, &efx_primary_list, node) {
1156 if (efx_same_controller(efx, other)) {
1157 netif_dbg(efx, probe, efx->net_dev,
1158 "adding to secondary list of %s %s\n",
1159 pci_name(other->pci_dev),
1160 other->net_dev->name);
1161 list_add_tail(&efx->node,
1162 &other->secondary_list);
1163 efx->primary = other;
1164 return;
1165 }
1166 }
1167
1168 netif_dbg(efx, probe, efx->net_dev,
1169 "adding to unassociated list\n");
1170 list_add_tail(&efx->node, &efx_unassociated_list);
1171 }
1172}
1173
1174static void efx_dissociate(struct efx_nic *efx)
1175{
1176 struct efx_nic *other, *next;
1177
1178 list_del(&efx->node);
1179 efx->primary = NULL;
1180
1181 list_for_each_entry_safe(other, next, &efx->secondary_list, node) {
1182 list_del(&other->node);
1183 netif_dbg(other, probe, other->net_dev,
1184 "moving to unassociated list\n");
1185 list_add_tail(&other->node, &efx_unassociated_list);
1186 other->primary = NULL;
1187 }
1188}
1189
Ben Hutchings8ceee662008-04-27 12:55:59 +01001190/* This configures the PCI device to enable I/O and DMA. */
1191static int efx_init_io(struct efx_nic *efx)
1192{
1193 struct pci_dev *pci_dev = efx->pci_dev;
1194 dma_addr_t dma_mask = efx->type->max_dma_mask;
Ben Hutchingsb1057982012-09-19 00:56:47 +01001195 unsigned int mem_map_size = efx->type->mem_map_size(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001196 int rc;
1197
Ben Hutchings62776d02010-06-23 11:30:07 +00001198 netif_dbg(efx, probe, efx->net_dev, "initialising I/O\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001199
1200 rc = pci_enable_device(pci_dev);
1201 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001202 netif_err(efx, probe, efx->net_dev,
1203 "failed to enable PCI device\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001204 goto fail1;
1205 }
1206
1207 pci_set_master(pci_dev);
1208
1209 /* Set the PCI DMA mask. Try all possibilities from our
1210 * genuine mask down to 32 bits, because some architectures
1211 * (e.g. x86_64 with iommu_sac_force set) will allow 40 bit
1212 * masks event though they reject 46 bit masks.
1213 */
1214 while (dma_mask > 0x7fffffffUL) {
Ben Hutchings0e33d872012-05-17 17:46:55 +01001215 if (dma_supported(&pci_dev->dev, dma_mask)) {
Russell King9663ded2013-06-26 23:49:11 +01001216 rc = dma_set_mask_and_coherent(&pci_dev->dev, dma_mask);
Ben Hutchingse9e01842012-01-05 18:50:29 +00001217 if (rc == 0)
1218 break;
1219 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01001220 dma_mask >>= 1;
1221 }
1222 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001223 netif_err(efx, probe, efx->net_dev,
1224 "could not find a suitable DMA mask\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001225 goto fail2;
1226 }
Ben Hutchings62776d02010-06-23 11:30:07 +00001227 netif_dbg(efx, probe, efx->net_dev,
1228 "using DMA mask %llx\n", (unsigned long long) dma_mask);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001229
Ben Hutchingsdc803df2009-10-23 08:32:33 +00001230 efx->membase_phys = pci_resource_start(efx->pci_dev, EFX_MEM_BAR);
1231 rc = pci_request_region(pci_dev, EFX_MEM_BAR, "sfc");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001232 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001233 netif_err(efx, probe, efx->net_dev,
1234 "request for memory BAR failed\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001235 rc = -EIO;
1236 goto fail3;
1237 }
Ben Hutchingsb1057982012-09-19 00:56:47 +01001238 efx->membase = ioremap_nocache(efx->membase_phys, mem_map_size);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001239 if (!efx->membase) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001240 netif_err(efx, probe, efx->net_dev,
1241 "could not map memory BAR at %llx+%x\n",
Ben Hutchingsb1057982012-09-19 00:56:47 +01001242 (unsigned long long)efx->membase_phys, mem_map_size);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001243 rc = -ENOMEM;
1244 goto fail4;
1245 }
Ben Hutchings62776d02010-06-23 11:30:07 +00001246 netif_dbg(efx, probe, efx->net_dev,
1247 "memory BAR at %llx+%x (virtual %p)\n",
Ben Hutchingsb1057982012-09-19 00:56:47 +01001248 (unsigned long long)efx->membase_phys, mem_map_size,
1249 efx->membase);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001250
1251 return 0;
1252
1253 fail4:
Ben Hutchingsdc803df2009-10-23 08:32:33 +00001254 pci_release_region(efx->pci_dev, EFX_MEM_BAR);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001255 fail3:
Ben Hutchings2c118e02008-05-16 21:15:29 +01001256 efx->membase_phys = 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001257 fail2:
1258 pci_disable_device(efx->pci_dev);
1259 fail1:
1260 return rc;
1261}
1262
1263static void efx_fini_io(struct efx_nic *efx)
1264{
Ben Hutchings62776d02010-06-23 11:30:07 +00001265 netif_dbg(efx, drv, efx->net_dev, "shutting down I/O\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001266
1267 if (efx->membase) {
1268 iounmap(efx->membase);
1269 efx->membase = NULL;
1270 }
1271
1272 if (efx->membase_phys) {
Ben Hutchingsdc803df2009-10-23 08:32:33 +00001273 pci_release_region(efx->pci_dev, EFX_MEM_BAR);
Ben Hutchings2c118e02008-05-16 21:15:29 +01001274 efx->membase_phys = 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001275 }
1276
1277 pci_disable_device(efx->pci_dev);
1278}
1279
Ben Hutchingsa9a525062012-02-14 20:15:57 +00001280static unsigned int efx_wanted_parallelism(struct efx_nic *efx)
Ben Hutchings46123d02008-09-01 12:47:33 +01001281{
Ben Hutchingscdb08f82011-12-20 01:08:05 +00001282 cpumask_var_t thread_mask;
Ben Hutchingsa16e5b22012-02-14 00:40:12 +00001283 unsigned int count;
Ben Hutchings46123d02008-09-01 12:47:33 +01001284 int cpu;
1285
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00001286 if (rss_cpus) {
1287 count = rss_cpus;
1288 } else {
1289 if (unlikely(!zalloc_cpumask_var(&thread_mask, GFP_KERNEL))) {
1290 netif_warn(efx, probe, efx->net_dev,
1291 "RSS disabled due to allocation failure\n");
1292 return 1;
Ben Hutchings46123d02008-09-01 12:47:33 +01001293 }
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00001294
1295 count = 0;
1296 for_each_online_cpu(cpu) {
1297 if (!cpumask_test_cpu(cpu, thread_mask)) {
1298 ++count;
1299 cpumask_or(thread_mask, thread_mask,
1300 topology_thread_cpumask(cpu));
1301 }
1302 }
1303
1304 free_cpumask_var(thread_mask);
Ben Hutchings46123d02008-09-01 12:47:33 +01001305 }
1306
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00001307 /* If RSS is requested for the PF *and* VFs then we can't write RSS
1308 * table entries that are inaccessible to VFs
1309 */
1310 if (efx_sriov_wanted(efx) && efx_vf_size(efx) > 1 &&
1311 count > efx_vf_size(efx)) {
1312 netif_warn(efx, probe, efx->net_dev,
1313 "Reducing number of RSS channels from %u to %u for "
1314 "VF support. Increase vf-msix-limit to use more "
1315 "channels on the PF.\n",
1316 count, efx_vf_size(efx));
1317 count = efx_vf_size(efx);
1318 }
1319
Ben Hutchings46123d02008-09-01 12:47:33 +01001320 return count;
1321}
1322
1323/* Probe the number and type of interrupts we are able to obtain, and
1324 * the resulting numbers of channels and RX queues.
1325 */
Ben Hutchings64d8ad62011-01-05 00:50:41 +00001326static int efx_probe_interrupts(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001327{
Ben Hutchings7f967c02012-02-13 23:45:02 +00001328 unsigned int extra_channels = 0;
1329 unsigned int i, j;
Ben Hutchingsa16e5b22012-02-14 00:40:12 +00001330 int rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001331
Ben Hutchings7f967c02012-02-13 23:45:02 +00001332 for (i = 0; i < EFX_MAX_EXTRA_CHANNELS; i++)
1333 if (efx->extra_channel_type[i])
1334 ++extra_channels;
1335
Ben Hutchings8ceee662008-04-27 12:55:59 +01001336 if (efx->interrupt_mode == EFX_INT_MODE_MSIX) {
Ben Hutchings46123d02008-09-01 12:47:33 +01001337 struct msix_entry xentries[EFX_MAX_CHANNELS];
Ben Hutchingsa16e5b22012-02-14 00:40:12 +00001338 unsigned int n_channels;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001339
Ben Hutchingsa9a525062012-02-14 20:15:57 +00001340 n_channels = efx_wanted_parallelism(efx);
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001341 if (separate_tx_channels)
1342 n_channels *= 2;
Ben Hutchings7f967c02012-02-13 23:45:02 +00001343 n_channels += extra_channels;
Ben Hutchingsb1057982012-09-19 00:56:47 +01001344 n_channels = min(n_channels, efx->max_channels);
Ben Hutchingsaa6ef272008-07-18 19:03:10 +01001345
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001346 for (i = 0; i < n_channels; i++)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001347 xentries[i].entry = i;
Alexander Gordeev184603d2014-02-18 11:12:00 +01001348 rc = pci_enable_msix_range(efx->pci_dev,
1349 xentries, 1, n_channels);
1350 if (rc < 0) {
1351 /* Fall back to single channel MSI */
1352 efx->interrupt_mode = EFX_INT_MODE_MSI;
1353 netif_err(efx, drv, efx->net_dev,
1354 "could not enable MSI-X\n");
1355 } else if (rc < n_channels) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001356 netif_err(efx, drv, efx->net_dev,
1357 "WARNING: Insufficient MSI-X vectors"
Ben Hutchingsa16e5b22012-02-14 00:40:12 +00001358 " available (%d < %u).\n", rc, n_channels);
Ben Hutchings62776d02010-06-23 11:30:07 +00001359 netif_err(efx, drv, efx->net_dev,
1360 "WARNING: Performance may be reduced.\n");
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001361 n_channels = rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001362 }
1363
Alexander Gordeev184603d2014-02-18 11:12:00 +01001364 if (rc > 0) {
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001365 efx->n_channels = n_channels;
Ben Hutchings7f967c02012-02-13 23:45:02 +00001366 if (n_channels > extra_channels)
1367 n_channels -= extra_channels;
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001368 if (separate_tx_channels) {
Ben Hutchings7f967c02012-02-13 23:45:02 +00001369 efx->n_tx_channels = max(n_channels / 2, 1U);
1370 efx->n_rx_channels = max(n_channels -
1371 efx->n_tx_channels,
1372 1U);
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001373 } else {
Ben Hutchings7f967c02012-02-13 23:45:02 +00001374 efx->n_tx_channels = n_channels;
1375 efx->n_rx_channels = n_channels;
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001376 }
Ben Hutchings7f967c02012-02-13 23:45:02 +00001377 for (i = 0; i < efx->n_channels; i++)
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00001378 efx_get_channel(efx, i)->irq =
1379 xentries[i].vector;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001380 }
1381 }
1382
1383 /* Try single interrupt MSI */
1384 if (efx->interrupt_mode == EFX_INT_MODE_MSI) {
Neil Turton28b581a2008-12-12 21:41:06 -08001385 efx->n_channels = 1;
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001386 efx->n_rx_channels = 1;
1387 efx->n_tx_channels = 1;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001388 rc = pci_enable_msi(efx->pci_dev);
1389 if (rc == 0) {
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00001390 efx_get_channel(efx, 0)->irq = efx->pci_dev->irq;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001391 } else {
Ben Hutchings62776d02010-06-23 11:30:07 +00001392 netif_err(efx, drv, efx->net_dev,
1393 "could not enable MSI\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001394 efx->interrupt_mode = EFX_INT_MODE_LEGACY;
1395 }
1396 }
1397
1398 /* Assume legacy interrupts */
1399 if (efx->interrupt_mode == EFX_INT_MODE_LEGACY) {
Neil Turton28b581a2008-12-12 21:41:06 -08001400 efx->n_channels = 1 + (separate_tx_channels ? 1 : 0);
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001401 efx->n_rx_channels = 1;
1402 efx->n_tx_channels = 1;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001403 efx->legacy_irq = efx->pci_dev->irq;
1404 }
Ben Hutchings64d8ad62011-01-05 00:50:41 +00001405
Ben Hutchings7f967c02012-02-13 23:45:02 +00001406 /* Assign extra channels if possible */
1407 j = efx->n_channels;
1408 for (i = 0; i < EFX_MAX_EXTRA_CHANNELS; i++) {
1409 if (!efx->extra_channel_type[i])
1410 continue;
1411 if (efx->interrupt_mode != EFX_INT_MODE_MSIX ||
1412 efx->n_channels <= extra_channels) {
1413 efx->extra_channel_type[i]->handle_no_channel(efx);
1414 } else {
1415 --j;
1416 efx_get_channel(efx, j)->type =
1417 efx->extra_channel_type[i];
1418 }
1419 }
1420
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00001421 /* RSS might be usable on VFs even if it is disabled on the PF */
Ben Hutchings3132d282012-05-05 02:31:23 +01001422 efx->rss_spread = ((efx->n_rx_channels > 1 || !efx_sriov_wanted(efx)) ?
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00001423 efx->n_rx_channels : efx_vf_size(efx));
1424
Ben Hutchings64d8ad62011-01-05 00:50:41 +00001425 return 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001426}
1427
Jon Cooper261e4d92013-04-15 18:51:54 +01001428static int efx_soft_enable_interrupts(struct efx_nic *efx)
Ben Hutchingsd8291182012-10-05 23:35:41 +01001429{
Jon Cooper261e4d92013-04-15 18:51:54 +01001430 struct efx_channel *channel, *end_channel;
1431 int rc;
Ben Hutchingsd8291182012-10-05 23:35:41 +01001432
1433 BUG_ON(efx->state == STATE_DISABLED);
1434
1435 efx->irq_soft_enabled = true;
1436 smp_wmb();
1437
1438 efx_for_each_channel(channel, efx) {
Jon Cooper261e4d92013-04-15 18:51:54 +01001439 if (!channel->type->keep_eventq) {
1440 rc = efx_init_eventq(channel);
1441 if (rc)
1442 goto fail;
1443 }
Ben Hutchingsd8291182012-10-05 23:35:41 +01001444 efx_start_eventq(channel);
1445 }
1446
1447 efx_mcdi_mode_event(efx);
Jon Cooper261e4d92013-04-15 18:51:54 +01001448
1449 return 0;
1450fail:
1451 end_channel = channel;
1452 efx_for_each_channel(channel, efx) {
1453 if (channel == end_channel)
1454 break;
1455 efx_stop_eventq(channel);
1456 if (!channel->type->keep_eventq)
1457 efx_fini_eventq(channel);
1458 }
1459
1460 return rc;
Ben Hutchingsd8291182012-10-05 23:35:41 +01001461}
1462
1463static void efx_soft_disable_interrupts(struct efx_nic *efx)
1464{
1465 struct efx_channel *channel;
1466
1467 if (efx->state == STATE_DISABLED)
1468 return;
1469
1470 efx_mcdi_mode_poll(efx);
1471
1472 efx->irq_soft_enabled = false;
1473 smp_wmb();
1474
1475 if (efx->legacy_irq)
1476 synchronize_irq(efx->legacy_irq);
1477
1478 efx_for_each_channel(channel, efx) {
1479 if (channel->irq)
1480 synchronize_irq(channel->irq);
1481
1482 efx_stop_eventq(channel);
1483 if (!channel->type->keep_eventq)
1484 efx_fini_eventq(channel);
1485 }
Ben Hutchingscade7152013-08-27 23:12:31 +01001486
1487 /* Flush the asynchronous MCDI request queue */
1488 efx_mcdi_flush_async(efx);
Ben Hutchingsd8291182012-10-05 23:35:41 +01001489}
1490
Jon Cooper261e4d92013-04-15 18:51:54 +01001491static int efx_enable_interrupts(struct efx_nic *efx)
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001492{
Jon Cooper261e4d92013-04-15 18:51:54 +01001493 struct efx_channel *channel, *end_channel;
1494 int rc;
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001495
Ben Hutchings8b7325b2012-07-27 20:46:41 +01001496 BUG_ON(efx->state == STATE_DISABLED);
1497
Alexandre Ramesb28405b2013-03-21 16:41:43 +00001498 if (efx->eeh_disabled_legacy_irq) {
1499 enable_irq(efx->legacy_irq);
1500 efx->eeh_disabled_legacy_irq = false;
1501 }
Ben Hutchingsd8291182012-10-05 23:35:41 +01001502
Ben Hutchings86094f72013-08-21 19:51:04 +01001503 efx->type->irq_enable_master(efx);
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001504
1505 efx_for_each_channel(channel, efx) {
Jon Cooper261e4d92013-04-15 18:51:54 +01001506 if (channel->type->keep_eventq) {
1507 rc = efx_init_eventq(channel);
1508 if (rc)
1509 goto fail;
1510 }
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001511 }
1512
Jon Cooper261e4d92013-04-15 18:51:54 +01001513 rc = efx_soft_enable_interrupts(efx);
1514 if (rc)
1515 goto fail;
1516
1517 return 0;
1518
1519fail:
1520 end_channel = channel;
1521 efx_for_each_channel(channel, efx) {
1522 if (channel == end_channel)
1523 break;
1524 if (channel->type->keep_eventq)
1525 efx_fini_eventq(channel);
1526 }
1527
1528 efx->type->irq_disable_non_ev(efx);
1529
1530 return rc;
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001531}
1532
Ben Hutchingsd8291182012-10-05 23:35:41 +01001533static void efx_disable_interrupts(struct efx_nic *efx)
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001534{
1535 struct efx_channel *channel;
1536
Ben Hutchingsd8291182012-10-05 23:35:41 +01001537 efx_soft_disable_interrupts(efx);
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001538
1539 efx_for_each_channel(channel, efx) {
Ben Hutchingsd8291182012-10-05 23:35:41 +01001540 if (channel->type->keep_eventq)
Ben Hutchings7f967c02012-02-13 23:45:02 +00001541 efx_fini_eventq(channel);
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001542 }
Ben Hutchingsd8291182012-10-05 23:35:41 +01001543
Ben Hutchings86094f72013-08-21 19:51:04 +01001544 efx->type->irq_disable_non_ev(efx);
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001545}
1546
Ben Hutchings8ceee662008-04-27 12:55:59 +01001547static void efx_remove_interrupts(struct efx_nic *efx)
1548{
1549 struct efx_channel *channel;
1550
1551 /* Remove MSI/MSI-X interrupts */
Ben Hutchings64ee3122008-09-01 12:47:38 +01001552 efx_for_each_channel(channel, efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001553 channel->irq = 0;
1554 pci_disable_msi(efx->pci_dev);
1555 pci_disable_msix(efx->pci_dev);
1556
1557 /* Remove legacy interrupt */
1558 efx->legacy_irq = 0;
1559}
1560
Ben Hutchings8831da72008-09-01 12:47:48 +01001561static void efx_set_channels(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001562{
Ben Hutchings602a5322011-05-16 17:32:39 +01001563 struct efx_channel *channel;
1564 struct efx_tx_queue *tx_queue;
1565
Ben Hutchings97653432011-01-12 18:26:56 +00001566 efx->tx_channel_offset =
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001567 separate_tx_channels ? efx->n_channels - efx->n_tx_channels : 0;
Ben Hutchings602a5322011-05-16 17:32:39 +01001568
Stuart Hodgson79d68b32012-07-16 17:08:33 +01001569 /* We need to mark which channels really have RX and TX
1570 * queues, and adjust the TX queue numbers if we have separate
Ben Hutchings602a5322011-05-16 17:32:39 +01001571 * RX-only and TX-only channels.
1572 */
1573 efx_for_each_channel(channel, efx) {
Stuart Hodgson79d68b32012-07-16 17:08:33 +01001574 if (channel->channel < efx->n_rx_channels)
1575 channel->rx_queue.core_index = channel->channel;
1576 else
1577 channel->rx_queue.core_index = -1;
1578
Ben Hutchings602a5322011-05-16 17:32:39 +01001579 efx_for_each_channel_tx_queue(tx_queue, channel)
1580 tx_queue->queue -= (efx->tx_channel_offset *
1581 EFX_TXQ_TYPES);
1582 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01001583}
1584
1585static int efx_probe_nic(struct efx_nic *efx)
1586{
Ben Hutchings765c9f42010-06-30 05:06:28 +00001587 size_t i;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001588 int rc;
1589
Ben Hutchings62776d02010-06-23 11:30:07 +00001590 netif_dbg(efx, probe, efx->net_dev, "creating NIC\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001591
1592 /* Carry out hardware-type specific initialisation */
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001593 rc = efx->type->probe(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001594 if (rc)
1595 return rc;
1596
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001597 /* Determine the number of channels and queues by trying to hook
Ben Hutchings8ceee662008-04-27 12:55:59 +01001598 * in MSI-X interrupts. */
Ben Hutchings64d8ad62011-01-05 00:50:41 +00001599 rc = efx_probe_interrupts(efx);
1600 if (rc)
Ben Hutchingsc15eed22013-08-29 00:45:48 +01001601 goto fail1;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001602
Daniel Pieczko52ad7622014-04-01 13:10:34 +01001603 efx_set_channels(efx);
1604
Ben Hutchingsc15eed22013-08-29 00:45:48 +01001605 rc = efx->type->dimension_resources(efx);
1606 if (rc)
1607 goto fail2;
Ben Hutchings28e47c42012-02-15 01:58:49 +00001608
Ben Hutchings5d3a6fc2010-06-25 07:05:43 +00001609 if (efx->n_channels > 1)
1610 get_random_bytes(&efx->rx_hash_key, sizeof(efx->rx_hash_key));
Ben Hutchings765c9f42010-06-30 05:06:28 +00001611 for (i = 0; i < ARRAY_SIZE(efx->rx_indir_table); i++)
Ben Hutchings278bc422011-12-15 13:56:49 +00001612 efx->rx_indir_table[i] =
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00001613 ethtool_rxfh_indir_default(i, efx->rss_spread);
Ben Hutchings5d3a6fc2010-06-25 07:05:43 +00001614
Ben Hutchingsc4f4adc2010-09-27 08:31:07 +00001615 netif_set_real_num_tx_queues(efx->net_dev, efx->n_tx_channels);
1616 netif_set_real_num_rx_queues(efx->net_dev, efx->n_rx_channels);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001617
1618 /* Initialise the interrupt moderation settings */
Ben Hutchings9e393b32011-09-05 07:43:04 +00001619 efx_init_irq_moderation(efx, tx_irq_mod_usec, rx_irq_mod_usec, true,
1620 true);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001621
1622 return 0;
Ben Hutchings64d8ad62011-01-05 00:50:41 +00001623
Ben Hutchingsc15eed22013-08-29 00:45:48 +01001624fail2:
1625 efx_remove_interrupts(efx);
1626fail1:
Ben Hutchings64d8ad62011-01-05 00:50:41 +00001627 efx->type->remove(efx);
1628 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001629}
1630
1631static void efx_remove_nic(struct efx_nic *efx)
1632{
Ben Hutchings62776d02010-06-23 11:30:07 +00001633 netif_dbg(efx, drv, efx->net_dev, "destroying NIC\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001634
1635 efx_remove_interrupts(efx);
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001636 efx->type->remove(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001637}
1638
Ben Hutchingsadd72472012-11-08 01:46:53 +00001639static int efx_probe_filters(struct efx_nic *efx)
1640{
1641 int rc;
1642
1643 spin_lock_init(&efx->filter_lock);
1644
1645 rc = efx->type->filter_table_probe(efx);
1646 if (rc)
1647 return rc;
1648
1649#ifdef CONFIG_RFS_ACCEL
1650 if (efx->type->offload_features & NETIF_F_NTUPLE) {
1651 efx->rps_flow_id = kcalloc(efx->type->max_rx_ip_filters,
1652 sizeof(*efx->rps_flow_id),
1653 GFP_KERNEL);
1654 if (!efx->rps_flow_id) {
1655 efx->type->filter_table_remove(efx);
1656 return -ENOMEM;
1657 }
1658 }
1659#endif
1660
1661 return 0;
1662}
1663
1664static void efx_remove_filters(struct efx_nic *efx)
1665{
1666#ifdef CONFIG_RFS_ACCEL
1667 kfree(efx->rps_flow_id);
1668#endif
1669 efx->type->filter_table_remove(efx);
1670}
1671
1672static void efx_restore_filters(struct efx_nic *efx)
1673{
1674 efx->type->filter_table_restore(efx);
1675}
1676
Ben Hutchings8ceee662008-04-27 12:55:59 +01001677/**************************************************************************
1678 *
1679 * NIC startup/shutdown
1680 *
1681 *************************************************************************/
1682
1683static int efx_probe_all(struct efx_nic *efx)
1684{
Ben Hutchings8ceee662008-04-27 12:55:59 +01001685 int rc;
1686
Ben Hutchings8ceee662008-04-27 12:55:59 +01001687 rc = efx_probe_nic(efx);
1688 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001689 netif_err(efx, probe, efx->net_dev, "failed to create NIC\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001690 goto fail1;
1691 }
1692
Ben Hutchings8ceee662008-04-27 12:55:59 +01001693 rc = efx_probe_port(efx);
1694 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001695 netif_err(efx, probe, efx->net_dev, "failed to create port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001696 goto fail2;
1697 }
1698
Ben Hutchings7e6d06f2012-07-30 15:57:44 +00001699 BUILD_BUG_ON(EFX_DEFAULT_DMAQ_SIZE < EFX_RXQ_MIN_ENT);
1700 if (WARN_ON(EFX_DEFAULT_DMAQ_SIZE < EFX_TXQ_MIN_ENT(efx))) {
1701 rc = -EINVAL;
1702 goto fail3;
1703 }
Steve Hodgsonecc910f2010-09-10 06:42:22 +00001704 efx->rxq_entries = efx->txq_entries = EFX_DEFAULT_DMAQ_SIZE;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001705
Ben Hutchings64eebcf2010-09-20 08:43:07 +00001706 rc = efx_probe_filters(efx);
1707 if (rc) {
1708 netif_err(efx, probe, efx->net_dev,
1709 "failed to create filter tables\n");
Ben Hutchings7f967c02012-02-13 23:45:02 +00001710 goto fail3;
Ben Hutchings64eebcf2010-09-20 08:43:07 +00001711 }
1712
Ben Hutchings7f967c02012-02-13 23:45:02 +00001713 rc = efx_probe_channels(efx);
1714 if (rc)
1715 goto fail4;
1716
Ben Hutchings8ceee662008-04-27 12:55:59 +01001717 return 0;
1718
Ben Hutchings64eebcf2010-09-20 08:43:07 +00001719 fail4:
Ben Hutchings7f967c02012-02-13 23:45:02 +00001720 efx_remove_filters(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001721 fail3:
Ben Hutchings8ceee662008-04-27 12:55:59 +01001722 efx_remove_port(efx);
1723 fail2:
1724 efx_remove_nic(efx);
1725 fail1:
1726 return rc;
1727}
1728
Ben Hutchings8b7325b2012-07-27 20:46:41 +01001729/* If the interface is supposed to be running but is not, start
1730 * the hardware and software data path, regular activity for the port
1731 * (MAC statistics, link polling, etc.) and schedule the port to be
1732 * reconfigured. Interrupts must already be enabled. This function
1733 * is safe to call multiple times, so long as the NIC is not disabled.
1734 * Requires the RTNL lock.
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001735 */
Ben Hutchings8ceee662008-04-27 12:55:59 +01001736static void efx_start_all(struct efx_nic *efx)
1737{
Ben Hutchings8ceee662008-04-27 12:55:59 +01001738 EFX_ASSERT_RESET_SERIALISED(efx);
Ben Hutchings8b7325b2012-07-27 20:46:41 +01001739 BUG_ON(efx->state == STATE_DISABLED);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001740
1741 /* Check that it is appropriate to restart the interface. All
1742 * of these flags are safe to read under just the rtnl lock */
Edward Creee2835462014-04-16 19:27:48 +01001743 if (efx->port_enabled || !netif_running(efx->net_dev) ||
1744 efx->reset_pending)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001745 return;
1746
Ben Hutchings8ceee662008-04-27 12:55:59 +01001747 efx_start_port(efx);
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001748 efx_start_datapath(efx);
Ben Hutchings8880f4e2009-11-29 15:15:41 +00001749
Alexandre Rames626950d2013-01-14 17:20:22 +00001750 /* Start the hardware monitor if there is one */
1751 if (efx->type->monitor != NULL)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001752 queue_delayed_work(efx->workqueue, &efx->monitor_work,
1753 efx_monitor_interval);
Alexandre Rames626950d2013-01-14 17:20:22 +00001754
1755 /* If link state detection is normally event-driven, we have
1756 * to poll now because we could have missed a change
1757 */
1758 if (efx_nic_rev(efx) >= EFX_REV_SIENA_A0) {
Steve Hodgson78c1f0a2009-11-29 03:43:00 +00001759 mutex_lock(&efx->mac_lock);
1760 if (efx->phy_op->poll(efx))
1761 efx_link_status_changed(efx);
1762 mutex_unlock(&efx->mac_lock);
1763 }
Ben Hutchings55edc6e2009-11-25 16:11:35 +00001764
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001765 efx->type->start_stats(efx);
Jon Cooperf8f3b5a2013-09-30 17:36:50 +01001766 efx->type->pull_stats(efx);
1767 spin_lock_bh(&efx->stats_lock);
1768 efx->type->update_stats(efx, NULL, NULL);
1769 spin_unlock_bh(&efx->stats_lock);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001770}
1771
Ben Hutchings8b7325b2012-07-27 20:46:41 +01001772/* Quiesce the hardware and software data path, and regular activity
1773 * for the port without bringing the link down. Safe to call multiple
1774 * times with the NIC in almost any state, but interrupts should be
1775 * enabled. Requires the RTNL lock.
1776 */
Ben Hutchings8ceee662008-04-27 12:55:59 +01001777static void efx_stop_all(struct efx_nic *efx)
1778{
Ben Hutchings8ceee662008-04-27 12:55:59 +01001779 EFX_ASSERT_RESET_SERIALISED(efx);
1780
1781 /* port_enabled can be read safely under the rtnl lock */
1782 if (!efx->port_enabled)
1783 return;
1784
Jon Cooperf8f3b5a2013-09-30 17:36:50 +01001785 /* update stats before we go down so we can accurately count
1786 * rx_nodesc_drops
1787 */
1788 efx->type->pull_stats(efx);
1789 spin_lock_bh(&efx->stats_lock);
1790 efx->type->update_stats(efx, NULL, NULL);
1791 spin_unlock_bh(&efx->stats_lock);
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001792 efx->type->stop_stats(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001793 efx_stop_port(efx);
1794
Ben Hutchings29c69a42013-01-28 19:01:06 +00001795 /* Stop the kernel transmit interface. This is only valid if
1796 * the device is stopped or detached; otherwise the watchdog
1797 * may fire immediately.
1798 */
1799 WARN_ON(netif_running(efx->net_dev) &&
1800 netif_device_present(efx->net_dev));
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001801 netif_tx_disable(efx->net_dev);
1802
1803 efx_stop_datapath(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001804}
1805
1806static void efx_remove_all(struct efx_nic *efx)
1807{
Ben Hutchings46426102010-09-10 06:42:33 +00001808 efx_remove_channels(efx);
Ben Hutchings7f967c02012-02-13 23:45:02 +00001809 efx_remove_filters(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001810 efx_remove_port(efx);
1811 efx_remove_nic(efx);
1812}
1813
Ben Hutchings8ceee662008-04-27 12:55:59 +01001814/**************************************************************************
1815 *
1816 * Interrupt moderation
1817 *
1818 **************************************************************************/
1819
Ben Hutchingscc180b62011-12-08 19:51:47 +00001820static unsigned int irq_mod_ticks(unsigned int usecs, unsigned int quantum_ns)
Ben Hutchings0d86ebd2009-10-23 08:32:13 +00001821{
Ben Hutchingsb548f972011-09-05 07:41:44 +00001822 if (usecs == 0)
1823 return 0;
Ben Hutchingscc180b62011-12-08 19:51:47 +00001824 if (usecs * 1000 < quantum_ns)
Ben Hutchings0d86ebd2009-10-23 08:32:13 +00001825 return 1; /* never round down to 0 */
Ben Hutchingscc180b62011-12-08 19:51:47 +00001826 return usecs * 1000 / quantum_ns;
Ben Hutchings0d86ebd2009-10-23 08:32:13 +00001827}
1828
Ben Hutchings8ceee662008-04-27 12:55:59 +01001829/* Set interrupt moderation parameters */
Ben Hutchings9e393b32011-09-05 07:43:04 +00001830int efx_init_irq_moderation(struct efx_nic *efx, unsigned int tx_usecs,
1831 unsigned int rx_usecs, bool rx_adaptive,
1832 bool rx_may_override_tx)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001833{
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00001834 struct efx_channel *channel;
Ben Hutchingscc180b62011-12-08 19:51:47 +00001835 unsigned int irq_mod_max = DIV_ROUND_UP(efx->type->timer_period_max *
1836 efx->timer_quantum_ns,
1837 1000);
1838 unsigned int tx_ticks;
1839 unsigned int rx_ticks;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001840
1841 EFX_ASSERT_RESET_SERIALISED(efx);
1842
Ben Hutchingscc180b62011-12-08 19:51:47 +00001843 if (tx_usecs > irq_mod_max || rx_usecs > irq_mod_max)
Ben Hutchings9e393b32011-09-05 07:43:04 +00001844 return -EINVAL;
1845
Ben Hutchingscc180b62011-12-08 19:51:47 +00001846 tx_ticks = irq_mod_ticks(tx_usecs, efx->timer_quantum_ns);
1847 rx_ticks = irq_mod_ticks(rx_usecs, efx->timer_quantum_ns);
1848
Ben Hutchings9e393b32011-09-05 07:43:04 +00001849 if (tx_ticks != rx_ticks && efx->tx_channel_offset == 0 &&
1850 !rx_may_override_tx) {
1851 netif_err(efx, drv, efx->net_dev, "Channels are shared. "
1852 "RX and TX IRQ moderation must be equal\n");
1853 return -EINVAL;
1854 }
1855
Ben Hutchings6fb70fd2009-03-20 13:30:37 +00001856 efx->irq_rx_adaptive = rx_adaptive;
Ben Hutchings0d86ebd2009-10-23 08:32:13 +00001857 efx->irq_rx_moderation = rx_ticks;
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00001858 efx_for_each_channel(channel, efx) {
Ben Hutchings525da902011-02-07 23:04:38 +00001859 if (efx_channel_has_rx_queue(channel))
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00001860 channel->irq_moderation = rx_ticks;
Ben Hutchings525da902011-02-07 23:04:38 +00001861 else if (efx_channel_has_tx_queues(channel))
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00001862 channel->irq_moderation = tx_ticks;
1863 }
Ben Hutchings9e393b32011-09-05 07:43:04 +00001864
1865 return 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001866}
1867
Ben Hutchingsa0c4faf2011-09-05 07:42:25 +00001868void efx_get_irq_moderation(struct efx_nic *efx, unsigned int *tx_usecs,
1869 unsigned int *rx_usecs, bool *rx_adaptive)
1870{
Ben Hutchingscc180b62011-12-08 19:51:47 +00001871 /* We must round up when converting ticks to microseconds
1872 * because we round down when converting the other way.
1873 */
1874
Ben Hutchingsa0c4faf2011-09-05 07:42:25 +00001875 *rx_adaptive = efx->irq_rx_adaptive;
Ben Hutchingscc180b62011-12-08 19:51:47 +00001876 *rx_usecs = DIV_ROUND_UP(efx->irq_rx_moderation *
1877 efx->timer_quantum_ns,
1878 1000);
Ben Hutchingsa0c4faf2011-09-05 07:42:25 +00001879
1880 /* If channels are shared between RX and TX, so is IRQ
1881 * moderation. Otherwise, IRQ moderation is the same for all
1882 * TX channels and is not adaptive.
1883 */
1884 if (efx->tx_channel_offset == 0)
1885 *tx_usecs = *rx_usecs;
1886 else
Ben Hutchingscc180b62011-12-08 19:51:47 +00001887 *tx_usecs = DIV_ROUND_UP(
Ben Hutchingsa0c4faf2011-09-05 07:42:25 +00001888 efx->channel[efx->tx_channel_offset]->irq_moderation *
Ben Hutchingscc180b62011-12-08 19:51:47 +00001889 efx->timer_quantum_ns,
1890 1000);
Ben Hutchingsa0c4faf2011-09-05 07:42:25 +00001891}
1892
Ben Hutchings8ceee662008-04-27 12:55:59 +01001893/**************************************************************************
1894 *
1895 * Hardware monitor
1896 *
1897 **************************************************************************/
1898
Ben Hutchingse254c272010-09-20 08:44:10 +00001899/* Run periodically off the general workqueue */
Ben Hutchings8ceee662008-04-27 12:55:59 +01001900static void efx_monitor(struct work_struct *data)
1901{
1902 struct efx_nic *efx = container_of(data, struct efx_nic,
1903 monitor_work.work);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001904
Ben Hutchings62776d02010-06-23 11:30:07 +00001905 netif_vdbg(efx, timer, efx->net_dev,
1906 "hardware monitor executing on CPU %d\n",
1907 raw_smp_processor_id());
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001908 BUG_ON(efx->type->monitor == NULL);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001909
Ben Hutchings8ceee662008-04-27 12:55:59 +01001910 /* If the mac_lock is already held then it is likely a port
1911 * reconfiguration is already in place, which will likely do
Ben Hutchingse254c272010-09-20 08:44:10 +00001912 * most of the work of monitor() anyway. */
1913 if (mutex_trylock(&efx->mac_lock)) {
1914 if (efx->port_enabled)
1915 efx->type->monitor(efx);
1916 mutex_unlock(&efx->mac_lock);
1917 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01001918
Ben Hutchings8ceee662008-04-27 12:55:59 +01001919 queue_delayed_work(efx->workqueue, &efx->monitor_work,
1920 efx_monitor_interval);
1921}
1922
1923/**************************************************************************
1924 *
1925 * ioctls
1926 *
1927 *************************************************************************/
1928
1929/* Net device ioctl
1930 * Context: process, rtnl_lock() held.
1931 */
1932static int efx_ioctl(struct net_device *net_dev, struct ifreq *ifr, int cmd)
1933{
Ben Hutchings767e4682008-09-01 12:43:14 +01001934 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings68e7f452009-04-29 08:05:08 +00001935 struct mii_ioctl_data *data = if_mii(ifr);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001936
Stuart Hodgson7c236c42012-09-03 11:09:36 +01001937 if (cmd == SIOCSHWTSTAMP)
Ben Hutchings433dc9b2013-11-14 01:26:21 +00001938 return efx_ptp_set_ts_config(efx, ifr);
1939 if (cmd == SIOCGHWTSTAMP)
1940 return efx_ptp_get_ts_config(efx, ifr);
Stuart Hodgson7c236c42012-09-03 11:09:36 +01001941
Ben Hutchings68e7f452009-04-29 08:05:08 +00001942 /* Convert phy_id from older PRTAD/DEVAD format */
1943 if ((cmd == SIOCGMIIREG || cmd == SIOCSMIIREG) &&
1944 (data->phy_id & 0xfc00) == 0x0400)
1945 data->phy_id ^= MDIO_PHY_ID_C45 | 0x0400;
1946
1947 return mdio_mii_ioctl(&efx->mdio, data, cmd);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001948}
1949
1950/**************************************************************************
1951 *
1952 * NAPI interface
1953 *
1954 **************************************************************************/
1955
Ben Hutchings7f967c02012-02-13 23:45:02 +00001956static void efx_init_napi_channel(struct efx_channel *channel)
1957{
1958 struct efx_nic *efx = channel->efx;
1959
1960 channel->napi_dev = efx->net_dev;
1961 netif_napi_add(channel->napi_dev, &channel->napi_str,
1962 efx_poll, napi_weight);
1963}
1964
Ben Hutchingse8f14992010-12-07 19:47:34 +00001965static void efx_init_napi(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001966{
1967 struct efx_channel *channel;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001968
Ben Hutchings7f967c02012-02-13 23:45:02 +00001969 efx_for_each_channel(channel, efx)
1970 efx_init_napi_channel(channel);
Ben Hutchingse8f14992010-12-07 19:47:34 +00001971}
1972
1973static void efx_fini_napi_channel(struct efx_channel *channel)
1974{
1975 if (channel->napi_dev)
1976 netif_napi_del(&channel->napi_str);
1977 channel->napi_dev = NULL;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001978}
1979
1980static void efx_fini_napi(struct efx_nic *efx)
1981{
1982 struct efx_channel *channel;
1983
Ben Hutchingse8f14992010-12-07 19:47:34 +00001984 efx_for_each_channel(channel, efx)
1985 efx_fini_napi_channel(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001986}
1987
1988/**************************************************************************
1989 *
1990 * Kernel netpoll interface
1991 *
1992 *************************************************************************/
1993
1994#ifdef CONFIG_NET_POLL_CONTROLLER
1995
1996/* Although in the common case interrupts will be disabled, this is not
1997 * guaranteed. However, all our work happens inside the NAPI callback,
1998 * so no locking is required.
1999 */
2000static void efx_netpoll(struct net_device *net_dev)
2001{
Ben Hutchings767e4682008-09-01 12:43:14 +01002002 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002003 struct efx_channel *channel;
2004
Ben Hutchings64ee3122008-09-01 12:47:38 +01002005 efx_for_each_channel(channel, efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +01002006 efx_schedule_channel(channel);
2007}
2008
2009#endif
2010
2011/**************************************************************************
2012 *
2013 * Kernel net device interface
2014 *
2015 *************************************************************************/
2016
2017/* Context: process, rtnl_lock() held. */
2018static int efx_net_open(struct net_device *net_dev)
2019{
Ben Hutchings767e4682008-09-01 12:43:14 +01002020 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8b7325b2012-07-27 20:46:41 +01002021 int rc;
2022
Ben Hutchings62776d02010-06-23 11:30:07 +00002023 netif_dbg(efx, ifup, efx->net_dev, "opening device on CPU %d\n",
2024 raw_smp_processor_id());
Ben Hutchings8ceee662008-04-27 12:55:59 +01002025
Ben Hutchings8b7325b2012-07-27 20:46:41 +01002026 rc = efx_check_disabled(efx);
2027 if (rc)
2028 return rc;
Ben Hutchingsf8b87c12008-09-01 12:48:17 +01002029 if (efx->phy_mode & PHY_MODE_SPECIAL)
2030 return -EBUSY;
Ben Hutchings8880f4e2009-11-29 15:15:41 +00002031 if (efx_mcdi_poll_reboot(efx) && efx_reset(efx, RESET_TYPE_ALL))
2032 return -EIO;
Ben Hutchingsf8b87c12008-09-01 12:48:17 +01002033
Steve Hodgson78c1f0a2009-11-29 03:43:00 +00002034 /* Notify the kernel of the link state polled during driver load,
2035 * before the monitor starts running */
2036 efx_link_status_changed(efx);
2037
Ben Hutchings8ceee662008-04-27 12:55:59 +01002038 efx_start_all(efx);
Ben Hutchingsdd407812012-02-28 23:40:21 +00002039 efx_selftest_async_start(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002040 return 0;
2041}
2042
2043/* Context: process, rtnl_lock() held.
2044 * Note that the kernel will ignore our return code; this method
2045 * should really be a void.
2046 */
2047static int efx_net_stop(struct net_device *net_dev)
2048{
Ben Hutchings767e4682008-09-01 12:43:14 +01002049 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002050
Ben Hutchings62776d02010-06-23 11:30:07 +00002051 netif_dbg(efx, ifdown, efx->net_dev, "closing on CPU %d\n",
2052 raw_smp_processor_id());
Ben Hutchings8ceee662008-04-27 12:55:59 +01002053
Ben Hutchings8b7325b2012-07-27 20:46:41 +01002054 /* Stop the device and flush all the channels */
2055 efx_stop_all(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002056
2057 return 0;
2058}
2059
Ben Hutchings5b9e2072008-05-16 21:18:14 +01002060/* Context: process, dev_base_lock or RTNL held, non-blocking. */
Ben Hutchings2aa9ef12012-01-09 19:53:41 +00002061static struct rtnl_link_stats64 *efx_net_stats(struct net_device *net_dev,
2062 struct rtnl_link_stats64 *stats)
Ben Hutchings8ceee662008-04-27 12:55:59 +01002063{
Ben Hutchings767e4682008-09-01 12:43:14 +01002064 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002065
Ben Hutchings55edc6e2009-11-25 16:11:35 +00002066 spin_lock_bh(&efx->stats_lock);
Ben Hutchingscd0ecc92012-12-14 21:52:56 +00002067 efx->type->update_stats(efx, NULL, stats);
Ben Hutchings1cb34522011-09-02 23:23:00 +01002068 spin_unlock_bh(&efx->stats_lock);
2069
Ben Hutchings8ceee662008-04-27 12:55:59 +01002070 return stats;
2071}
2072
2073/* Context: netif_tx_lock held, BHs disabled. */
2074static void efx_watchdog(struct net_device *net_dev)
2075{
Ben Hutchings767e4682008-09-01 12:43:14 +01002076 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002077
Ben Hutchings62776d02010-06-23 11:30:07 +00002078 netif_err(efx, tx_err, efx->net_dev,
2079 "TX stuck with port_enabled=%d: resetting channels\n",
2080 efx->port_enabled);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002081
Ben Hutchings739bb23d2008-11-04 20:35:36 +00002082 efx_schedule_reset(efx, RESET_TYPE_TX_WATCHDOG);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002083}
2084
2085
2086/* Context: process, rtnl_lock() held. */
2087static int efx_change_mtu(struct net_device *net_dev, int new_mtu)
2088{
Ben Hutchings767e4682008-09-01 12:43:14 +01002089 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8b7325b2012-07-27 20:46:41 +01002090 int rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002091
Ben Hutchings8b7325b2012-07-27 20:46:41 +01002092 rc = efx_check_disabled(efx);
2093 if (rc)
2094 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002095 if (new_mtu > EFX_MAX_MTU)
2096 return -EINVAL;
2097
Ben Hutchings62776d02010-06-23 11:30:07 +00002098 netif_dbg(efx, drv, efx->net_dev, "changing MTU to %d\n", new_mtu);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002099
Ben Hutchings29c69a42013-01-28 19:01:06 +00002100 efx_device_detach_sync(efx);
2101 efx_stop_all(efx);
2102
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002103 mutex_lock(&efx->mac_lock);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002104 net_dev->mtu = new_mtu;
Ben Hutchings710b2082011-09-03 00:15:00 +01002105 efx->type->reconfigure_mac(efx);
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002106 mutex_unlock(&efx->mac_lock);
2107
Ben Hutchings8ceee662008-04-27 12:55:59 +01002108 efx_start_all(efx);
Ben Hutchings29c69a42013-01-28 19:01:06 +00002109 netif_device_attach(efx->net_dev);
Ben Hutchings6c8eef42012-01-09 19:54:16 +00002110 return 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002111}
2112
2113static int efx_set_mac_address(struct net_device *net_dev, void *data)
2114{
Ben Hutchings767e4682008-09-01 12:43:14 +01002115 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002116 struct sockaddr *addr = data;
Ben Hutchingse0b3ae32014-02-12 18:59:54 +00002117 u8 *new_addr = addr->sa_data;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002118
Ben Hutchings8ceee662008-04-27 12:55:59 +01002119 if (!is_valid_ether_addr(new_addr)) {
Ben Hutchings62776d02010-06-23 11:30:07 +00002120 netif_err(efx, drv, efx->net_dev,
2121 "invalid ethernet MAC address requested: %pM\n",
2122 new_addr);
Danny Kukawka504f9b52012-02-21 02:07:49 +00002123 return -EADDRNOTAVAIL;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002124 }
2125
Edward Creecd84ff42014-03-07 18:27:41 +00002126 ether_addr_copy(net_dev->dev_addr, new_addr);
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00002127 efx_sriov_mac_address_changed(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002128
2129 /* Reconfigure the MAC */
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002130 mutex_lock(&efx->mac_lock);
Ben Hutchings710b2082011-09-03 00:15:00 +01002131 efx->type->reconfigure_mac(efx);
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002132 mutex_unlock(&efx->mac_lock);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002133
2134 return 0;
2135}
2136
Ben Hutchingsa816f752008-09-01 12:49:12 +01002137/* Context: netif_addr_lock held, BHs disabled. */
Ben Hutchings0fca8c92012-01-09 19:54:44 +00002138static void efx_set_rx_mode(struct net_device *net_dev)
Ben Hutchings8ceee662008-04-27 12:55:59 +01002139{
Ben Hutchings767e4682008-09-01 12:43:14 +01002140 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002141
Ben Hutchings8be4f3e2009-11-25 16:12:16 +00002142 if (efx->port_enabled)
2143 queue_work(efx->workqueue, &efx->mac_work);
2144 /* Otherwise efx_start_port() will do this */
Ben Hutchings8ceee662008-04-27 12:55:59 +01002145}
2146
Michał Mirosławc8f44af2011-11-15 15:29:55 +00002147static int efx_set_features(struct net_device *net_dev, netdev_features_t data)
Ben Hutchingsabfe9032011-04-05 15:00:02 +01002148{
2149 struct efx_nic *efx = netdev_priv(net_dev);
2150
2151 /* If disabling RX n-tuple filtering, clear existing filters */
2152 if (net_dev->features & ~data & NETIF_F_NTUPLE)
Ben Hutchingsfbd79122013-11-21 19:15:03 +00002153 return efx->type->filter_clear_rx(efx, EFX_FILTER_PRI_MANUAL);
Ben Hutchingsabfe9032011-04-05 15:00:02 +01002154
2155 return 0;
2156}
2157
Ben Hutchings8127d662013-08-29 19:19:29 +01002158static const struct net_device_ops efx_farch_netdev_ops = {
Stephen Hemmingerc3ecb9f2008-11-21 17:32:54 -08002159 .ndo_open = efx_net_open,
2160 .ndo_stop = efx_net_stop,
Ben Hutchings44727022010-06-08 07:21:12 +00002161 .ndo_get_stats64 = efx_net_stats,
Stephen Hemmingerc3ecb9f2008-11-21 17:32:54 -08002162 .ndo_tx_timeout = efx_watchdog,
2163 .ndo_start_xmit = efx_hard_start_xmit,
2164 .ndo_validate_addr = eth_validate_addr,
2165 .ndo_do_ioctl = efx_ioctl,
2166 .ndo_change_mtu = efx_change_mtu,
2167 .ndo_set_mac_address = efx_set_mac_address,
Ben Hutchings0fca8c92012-01-09 19:54:44 +00002168 .ndo_set_rx_mode = efx_set_rx_mode,
Ben Hutchingsabfe9032011-04-05 15:00:02 +01002169 .ndo_set_features = efx_set_features,
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00002170#ifdef CONFIG_SFC_SRIOV
2171 .ndo_set_vf_mac = efx_sriov_set_vf_mac,
2172 .ndo_set_vf_vlan = efx_sriov_set_vf_vlan,
2173 .ndo_set_vf_spoofchk = efx_sriov_set_vf_spoofchk,
2174 .ndo_get_vf_config = efx_sriov_get_vf_config,
2175#endif
Stephen Hemmingerc3ecb9f2008-11-21 17:32:54 -08002176#ifdef CONFIG_NET_POLL_CONTROLLER
2177 .ndo_poll_controller = efx_netpoll,
2178#endif
Ben Hutchings94b274b2011-01-10 21:18:20 +00002179 .ndo_setup_tc = efx_setup_tc,
Ben Hutchings64d8ad62011-01-05 00:50:41 +00002180#ifdef CONFIG_RFS_ACCEL
2181 .ndo_rx_flow_steer = efx_filter_rfs,
2182#endif
Stephen Hemmingerc3ecb9f2008-11-21 17:32:54 -08002183};
2184
Ben Hutchings8127d662013-08-29 19:19:29 +01002185static const struct net_device_ops efx_ef10_netdev_ops = {
2186 .ndo_open = efx_net_open,
2187 .ndo_stop = efx_net_stop,
2188 .ndo_get_stats64 = efx_net_stats,
2189 .ndo_tx_timeout = efx_watchdog,
2190 .ndo_start_xmit = efx_hard_start_xmit,
2191 .ndo_validate_addr = eth_validate_addr,
2192 .ndo_do_ioctl = efx_ioctl,
2193 .ndo_change_mtu = efx_change_mtu,
2194 .ndo_set_mac_address = efx_set_mac_address,
2195 .ndo_set_rx_mode = efx_set_rx_mode,
2196 .ndo_set_features = efx_set_features,
2197#ifdef CONFIG_NET_POLL_CONTROLLER
2198 .ndo_poll_controller = efx_netpoll,
2199#endif
2200#ifdef CONFIG_RFS_ACCEL
2201 .ndo_rx_flow_steer = efx_filter_rfs,
2202#endif
2203};
2204
Ben Hutchings7dde5962008-12-12 22:09:38 -08002205static void efx_update_name(struct efx_nic *efx)
2206{
2207 strcpy(efx->name, efx->net_dev->name);
2208 efx_mtd_rename(efx);
2209 efx_set_channel_names(efx);
2210}
2211
Ben Hutchings8ceee662008-04-27 12:55:59 +01002212static int efx_netdev_event(struct notifier_block *this,
2213 unsigned long event, void *ptr)
2214{
Jiri Pirko351638e2013-05-28 01:30:21 +00002215 struct net_device *net_dev = netdev_notifier_info_to_dev(ptr);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002216
Ben Hutchings8127d662013-08-29 19:19:29 +01002217 if ((net_dev->netdev_ops == &efx_farch_netdev_ops ||
2218 net_dev->netdev_ops == &efx_ef10_netdev_ops) &&
Ben Hutchings7dde5962008-12-12 22:09:38 -08002219 event == NETDEV_CHANGENAME)
2220 efx_update_name(netdev_priv(net_dev));
Ben Hutchings8ceee662008-04-27 12:55:59 +01002221
2222 return NOTIFY_DONE;
2223}
2224
2225static struct notifier_block efx_netdev_notifier = {
2226 .notifier_call = efx_netdev_event,
2227};
2228
Ben Hutchings06d5e192008-12-12 21:47:23 -08002229static ssize_t
2230show_phy_type(struct device *dev, struct device_attribute *attr, char *buf)
2231{
2232 struct efx_nic *efx = pci_get_drvdata(to_pci_dev(dev));
2233 return sprintf(buf, "%d\n", efx->phy_type);
2234}
Ben Hutchings776fbcc2013-06-18 17:45:40 +01002235static DEVICE_ATTR(phy_type, 0444, show_phy_type, NULL);
Ben Hutchings06d5e192008-12-12 21:47:23 -08002236
Ben Hutchings8ceee662008-04-27 12:55:59 +01002237static int efx_register_netdev(struct efx_nic *efx)
2238{
2239 struct net_device *net_dev = efx->net_dev;
Ben Hutchingsc04bfc62010-12-10 01:24:16 +00002240 struct efx_channel *channel;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002241 int rc;
2242
2243 net_dev->watchdog_timeo = 5 * HZ;
2244 net_dev->irq = efx->pci_dev->irq;
Ben Hutchings8127d662013-08-29 19:19:29 +01002245 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) {
2246 net_dev->netdev_ops = &efx_ef10_netdev_ops;
2247 net_dev->priv_flags |= IFF_UNICAST_FLT;
2248 } else {
2249 net_dev->netdev_ops = &efx_farch_netdev_ops;
2250 }
Wilfried Klaebe7ad24ea2014-05-11 00:12:32 +00002251 net_dev->ethtool_ops = &efx_ethtool_ops;
Ben Hutchings7e6d06f2012-07-30 15:57:44 +00002252 net_dev->gso_max_segs = EFX_TSO_MAX_SEGS;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002253
Ben Hutchings7dde5962008-12-12 22:09:38 -08002254 rtnl_lock();
Ben Hutchingsaed06282009-08-26 08:16:27 +00002255
Ben Hutchings7153f622012-07-27 20:50:52 +01002256 /* Enable resets to be scheduled and check whether any were
2257 * already requested. If so, the NIC is probably hosed so we
2258 * abort.
2259 */
2260 efx->state = STATE_READY;
2261 smp_mb(); /* ensure we change state before checking reset_pending */
2262 if (efx->reset_pending) {
2263 netif_err(efx, probe, efx->net_dev,
2264 "aborting probe due to scheduled reset\n");
2265 rc = -EIO;
2266 goto fail_locked;
2267 }
2268
Ben Hutchingsaed06282009-08-26 08:16:27 +00002269 rc = dev_alloc_name(net_dev, net_dev->name);
2270 if (rc < 0)
2271 goto fail_locked;
Ben Hutchings7dde5962008-12-12 22:09:38 -08002272 efx_update_name(efx);
Ben Hutchingsaed06282009-08-26 08:16:27 +00002273
Ben Hutchings8f8b3d52012-08-24 18:04:38 +01002274 /* Always start with carrier off; PHY events will detect the link */
2275 netif_carrier_off(net_dev);
2276
Ben Hutchingsaed06282009-08-26 08:16:27 +00002277 rc = register_netdevice(net_dev);
2278 if (rc)
2279 goto fail_locked;
2280
Ben Hutchingsc04bfc62010-12-10 01:24:16 +00002281 efx_for_each_channel(channel, efx) {
2282 struct efx_tx_queue *tx_queue;
Ben Hutchings60031fc2011-01-12 18:39:40 +00002283 efx_for_each_channel_tx_queue(tx_queue, channel)
2284 efx_init_tx_queue_core_txq(tx_queue);
Ben Hutchingsc04bfc62010-12-10 01:24:16 +00002285 }
2286
Ben Hutchings0bcf4a62013-10-18 19:21:45 +01002287 efx_associate(efx);
2288
Ben Hutchings7dde5962008-12-12 22:09:38 -08002289 rtnl_unlock();
Ben Hutchings8ceee662008-04-27 12:55:59 +01002290
Ben Hutchings06d5e192008-12-12 21:47:23 -08002291 rc = device_create_file(&efx->pci_dev->dev, &dev_attr_phy_type);
2292 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00002293 netif_err(efx, drv, efx->net_dev,
2294 "failed to init net dev attributes\n");
Ben Hutchings06d5e192008-12-12 21:47:23 -08002295 goto fail_registered;
2296 }
2297
Ben Hutchings8ceee662008-04-27 12:55:59 +01002298 return 0;
Ben Hutchings06d5e192008-12-12 21:47:23 -08002299
Ben Hutchings7153f622012-07-27 20:50:52 +01002300fail_registered:
2301 rtnl_lock();
Ben Hutchings0bcf4a62013-10-18 19:21:45 +01002302 efx_dissociate(efx);
Ben Hutchings7153f622012-07-27 20:50:52 +01002303 unregister_netdevice(net_dev);
Ben Hutchingsaed06282009-08-26 08:16:27 +00002304fail_locked:
Ben Hutchings7153f622012-07-27 20:50:52 +01002305 efx->state = STATE_UNINIT;
Ben Hutchingsaed06282009-08-26 08:16:27 +00002306 rtnl_unlock();
Ben Hutchings62776d02010-06-23 11:30:07 +00002307 netif_err(efx, drv, efx->net_dev, "could not register net dev\n");
Ben Hutchingsaed06282009-08-26 08:16:27 +00002308 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002309}
2310
2311static void efx_unregister_netdev(struct efx_nic *efx)
2312{
Ben Hutchings8ceee662008-04-27 12:55:59 +01002313 if (!efx->net_dev)
2314 return;
2315
Ben Hutchings767e4682008-09-01 12:43:14 +01002316 BUG_ON(netdev_priv(efx->net_dev) != efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002317
Ben Hutchings73ba7b62012-01-09 19:47:08 +00002318 strlcpy(efx->name, pci_name(efx->pci_dev), sizeof(efx->name));
2319 device_remove_file(&efx->pci_dev->dev, &dev_attr_phy_type);
Ben Hutchings7153f622012-07-27 20:50:52 +01002320
2321 rtnl_lock();
2322 unregister_netdevice(efx->net_dev);
2323 efx->state = STATE_UNINIT;
2324 rtnl_unlock();
Ben Hutchings8ceee662008-04-27 12:55:59 +01002325}
2326
2327/**************************************************************************
2328 *
2329 * Device reset and suspend
2330 *
2331 **************************************************************************/
2332
Ben Hutchings2467ca42008-09-01 12:48:50 +01002333/* Tears down the entire software state and most of the hardware state
2334 * before reset. */
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002335void efx_reset_down(struct efx_nic *efx, enum reset_type method)
Ben Hutchings8ceee662008-04-27 12:55:59 +01002336{
Ben Hutchings8ceee662008-04-27 12:55:59 +01002337 EFX_ASSERT_RESET_SERIALISED(efx);
2338
Edward Creee2835462014-04-16 19:27:48 +01002339 if (method == RESET_TYPE_MCDI_TIMEOUT)
2340 efx->type->prepare_flr(efx);
2341
Ben Hutchings2467ca42008-09-01 12:48:50 +01002342 efx_stop_all(efx);
Ben Hutchingsd8291182012-10-05 23:35:41 +01002343 efx_disable_interrupts(efx);
Ben Hutchings5642cee2012-07-27 19:35:52 +01002344
2345 mutex_lock(&efx->mac_lock);
Steve Hodgson4b988282009-01-29 17:50:51 +00002346 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE)
2347 efx->phy_op->fini(efx);
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00002348 efx->type->fini(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002349}
2350
Ben Hutchings2467ca42008-09-01 12:48:50 +01002351/* This function will always ensure that the locks acquired in
2352 * efx_reset_down() are released. A failure return code indicates
2353 * that we were unable to reinitialise the hardware, and the
2354 * driver should be disabled. If ok is false, then the rx and tx
2355 * engines are not restarted, pending a RESET_DISABLE. */
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002356int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok)
Ben Hutchings8ceee662008-04-27 12:55:59 +01002357{
2358 int rc;
2359
Ben Hutchings2467ca42008-09-01 12:48:50 +01002360 EFX_ASSERT_RESET_SERIALISED(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002361
Edward Creee2835462014-04-16 19:27:48 +01002362 if (method == RESET_TYPE_MCDI_TIMEOUT)
2363 efx->type->finish_flr(efx);
2364
2365 /* Ensure that SRAM is initialised even if we're disabling the device */
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00002366 rc = efx->type->init(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002367 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00002368 netif_err(efx, drv, efx->net_dev, "failed to initialise NIC\n");
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002369 goto fail;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002370 }
2371
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002372 if (!ok)
2373 goto fail;
2374
Steve Hodgson4b988282009-01-29 17:50:51 +00002375 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE) {
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002376 rc = efx->phy_op->init(efx);
2377 if (rc)
2378 goto fail;
2379 if (efx->phy_op->reconfigure(efx))
Ben Hutchings62776d02010-06-23 11:30:07 +00002380 netif_err(efx, drv, efx->net_dev,
2381 "could not restore PHY settings\n");
Steve Hodgson4b988282009-01-29 17:50:51 +00002382 }
2383
Jon Cooper261e4d92013-04-15 18:51:54 +01002384 rc = efx_enable_interrupts(efx);
2385 if (rc)
2386 goto fail;
Ben Hutchings64eebcf2010-09-20 08:43:07 +00002387 efx_restore_filters(efx);
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00002388 efx_sriov_reset(efx);
Ben Hutchings2467ca42008-09-01 12:48:50 +01002389
2390 mutex_unlock(&efx->mac_lock);
2391
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002392 efx_start_all(efx);
2393
2394 return 0;
2395
2396fail:
2397 efx->port_initialized = false;
2398
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002399 mutex_unlock(&efx->mac_lock);
2400
Ben Hutchings8ceee662008-04-27 12:55:59 +01002401 return rc;
2402}
2403
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002404/* Reset the NIC using the specified method. Note that the reset may
2405 * fail, in which case the card will be left in an unusable state.
Ben Hutchings8ceee662008-04-27 12:55:59 +01002406 *
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002407 * Caller must hold the rtnl_lock.
Ben Hutchings8ceee662008-04-27 12:55:59 +01002408 */
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002409int efx_reset(struct efx_nic *efx, enum reset_type method)
Ben Hutchings8ceee662008-04-27 12:55:59 +01002410{
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002411 int rc, rc2;
2412 bool disabled;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002413
Ben Hutchings62776d02010-06-23 11:30:07 +00002414 netif_info(efx, drv, efx->net_dev, "resetting (%s)\n",
2415 RESET_TYPE(method));
Ben Hutchings8ceee662008-04-27 12:55:59 +01002416
Daniel Pieczkoc2f3b8e2012-10-17 13:21:23 +01002417 efx_device_detach_sync(efx);
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002418 efx_reset_down(efx, method);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002419
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00002420 rc = efx->type->reset(efx, method);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002421 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00002422 netif_err(efx, drv, efx->net_dev, "failed to reset hardware\n");
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002423 goto out;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002424 }
2425
Ben Hutchingsa7d529a2011-06-24 20:46:31 +01002426 /* Clear flags for the scopes we covered. We assume the NIC and
2427 * driver are now quiescent so that there is no race here.
2428 */
Edward Creee2835462014-04-16 19:27:48 +01002429 if (method < RESET_TYPE_MAX_METHOD)
2430 efx->reset_pending &= -(1 << (method + 1));
2431 else /* it doesn't fit into the well-ordered scope hierarchy */
2432 __clear_bit(method, &efx->reset_pending);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002433
2434 /* Reinitialise bus-mastering, which may have been turned off before
2435 * the reset was scheduled. This is still appropriate, even in the
2436 * RESET_TYPE_DISABLE since this driver generally assumes the hardware
2437 * can respond to requests. */
2438 pci_set_master(efx->pci_dev);
2439
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002440out:
Ben Hutchings8ceee662008-04-27 12:55:59 +01002441 /* Leave device stopped if necessary */
Alexandre Rames626950d2013-01-14 17:20:22 +00002442 disabled = rc ||
2443 method == RESET_TYPE_DISABLE ||
2444 method == RESET_TYPE_RECOVER_OR_DISABLE;
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002445 rc2 = efx_reset_up(efx, method, !disabled);
2446 if (rc2) {
2447 disabled = true;
2448 if (!rc)
2449 rc = rc2;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002450 }
2451
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002452 if (disabled) {
Ben Hutchingsf49a4582010-04-28 09:01:33 +00002453 dev_close(efx->net_dev);
Ben Hutchings62776d02010-06-23 11:30:07 +00002454 netif_err(efx, drv, efx->net_dev, "has been disabled\n");
Ben Hutchingsf4bd9542008-12-26 13:48:51 -08002455 efx->state = STATE_DISABLED;
Ben Hutchingsf4bd9542008-12-26 13:48:51 -08002456 } else {
Ben Hutchings62776d02010-06-23 11:30:07 +00002457 netif_dbg(efx, drv, efx->net_dev, "reset complete\n");
Ben Hutchingse4abce82011-05-16 18:51:24 +01002458 netif_device_attach(efx->net_dev);
Ben Hutchingsf4bd9542008-12-26 13:48:51 -08002459 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01002460 return rc;
2461}
2462
Alexandre Rames626950d2013-01-14 17:20:22 +00002463/* Try recovery mechanisms.
2464 * For now only EEH is supported.
2465 * Returns 0 if the recovery mechanisms are unsuccessful.
2466 * Returns a non-zero value otherwise.
2467 */
Alexandre Ramesb28405b2013-03-21 16:41:43 +00002468int efx_try_recovery(struct efx_nic *efx)
Alexandre Rames626950d2013-01-14 17:20:22 +00002469{
2470#ifdef CONFIG_EEH
2471 /* A PCI error can occur and not be seen by EEH because nothing
2472 * happens on the PCI bus. In this case the driver may fail and
2473 * schedule a 'recover or reset', leading to this recovery handler.
2474 * Manually call the eeh failure check function.
2475 */
2476 struct eeh_dev *eehdev =
2477 of_node_to_eeh_dev(pci_device_to_OF_node(efx->pci_dev));
2478
2479 if (eeh_dev_check_failure(eehdev)) {
2480 /* The EEH mechanisms will handle the error and reset the
2481 * device if necessary.
2482 */
2483 return 1;
2484 }
2485#endif
2486 return 0;
2487}
2488
Jon Cooper74cd60a2013-09-16 14:18:51 +01002489static void efx_wait_for_bist_end(struct efx_nic *efx)
2490{
2491 int i;
2492
2493 for (i = 0; i < BIST_WAIT_DELAY_COUNT; ++i) {
2494 if (efx_mcdi_poll_reboot(efx))
2495 goto out;
2496 msleep(BIST_WAIT_DELAY_MS);
2497 }
2498
2499 netif_err(efx, drv, efx->net_dev, "Warning: No MC reboot after BIST mode\n");
2500out:
2501 /* Either way unset the BIST flag. If we found no reboot we probably
2502 * won't recover, but we should try.
2503 */
2504 efx->mc_bist_for_other_fn = false;
2505}
2506
Ben Hutchings8ceee662008-04-27 12:55:59 +01002507/* The worker thread exists so that code that cannot sleep can
2508 * schedule a reset for later.
2509 */
2510static void efx_reset_work(struct work_struct *data)
2511{
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002512 struct efx_nic *efx = container_of(data, struct efx_nic, reset_work);
Alexandre Rames626950d2013-01-14 17:20:22 +00002513 unsigned long pending;
2514 enum reset_type method;
2515
2516 pending = ACCESS_ONCE(efx->reset_pending);
2517 method = fls(pending) - 1;
2518
Jon Cooper74cd60a2013-09-16 14:18:51 +01002519 if (method == RESET_TYPE_MC_BIST)
2520 efx_wait_for_bist_end(efx);
2521
Alexandre Rames626950d2013-01-14 17:20:22 +00002522 if ((method == RESET_TYPE_RECOVER_OR_DISABLE ||
2523 method == RESET_TYPE_RECOVER_OR_ALL) &&
2524 efx_try_recovery(efx))
2525 return;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002526
Ben Hutchingsa7d529a2011-06-24 20:46:31 +01002527 if (!pending)
Steve Hodgson319ba642010-06-01 11:17:24 +00002528 return;
2529
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002530 rtnl_lock();
Ben Hutchings7153f622012-07-27 20:50:52 +01002531
2532 /* We checked the state in efx_schedule_reset() but it may
2533 * have changed by now. Now that we have the RTNL lock,
2534 * it cannot change again.
2535 */
2536 if (efx->state == STATE_READY)
Alexandre Rames626950d2013-01-14 17:20:22 +00002537 (void)efx_reset(efx, method);
Ben Hutchings7153f622012-07-27 20:50:52 +01002538
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002539 rtnl_unlock();
Ben Hutchings8ceee662008-04-27 12:55:59 +01002540}
2541
2542void efx_schedule_reset(struct efx_nic *efx, enum reset_type type)
2543{
2544 enum reset_type method;
2545
Alexandre Rames626950d2013-01-14 17:20:22 +00002546 if (efx->state == STATE_RECOVERY) {
2547 netif_dbg(efx, drv, efx->net_dev,
2548 "recovering: skip scheduling %s reset\n",
2549 RESET_TYPE(type));
2550 return;
2551 }
2552
Ben Hutchings8ceee662008-04-27 12:55:59 +01002553 switch (type) {
2554 case RESET_TYPE_INVISIBLE:
2555 case RESET_TYPE_ALL:
Alexandre Rames626950d2013-01-14 17:20:22 +00002556 case RESET_TYPE_RECOVER_OR_ALL:
Ben Hutchings8ceee662008-04-27 12:55:59 +01002557 case RESET_TYPE_WORLD:
2558 case RESET_TYPE_DISABLE:
Alexandre Rames626950d2013-01-14 17:20:22 +00002559 case RESET_TYPE_RECOVER_OR_DISABLE:
Jon Cooper74cd60a2013-09-16 14:18:51 +01002560 case RESET_TYPE_MC_BIST:
Edward Creee2835462014-04-16 19:27:48 +01002561 case RESET_TYPE_MCDI_TIMEOUT:
Ben Hutchings8ceee662008-04-27 12:55:59 +01002562 method = type;
Ben Hutchings0e2a9c72011-06-24 20:50:07 +01002563 netif_dbg(efx, drv, efx->net_dev, "scheduling %s reset\n",
2564 RESET_TYPE(method));
Ben Hutchings8ceee662008-04-27 12:55:59 +01002565 break;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002566 default:
Ben Hutchings0e2a9c72011-06-24 20:50:07 +01002567 method = efx->type->map_reset_reason(type);
Ben Hutchings62776d02010-06-23 11:30:07 +00002568 netif_dbg(efx, drv, efx->net_dev,
2569 "scheduling %s reset for %s\n",
2570 RESET_TYPE(method), RESET_TYPE(type));
Ben Hutchings0e2a9c72011-06-24 20:50:07 +01002571 break;
2572 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01002573
Ben Hutchingsa7d529a2011-06-24 20:46:31 +01002574 set_bit(method, &efx->reset_pending);
Ben Hutchings7153f622012-07-27 20:50:52 +01002575 smp_mb(); /* ensure we change reset_pending before checking state */
2576
2577 /* If we're not READY then just leave the flags set as the cue
2578 * to abort probing or reschedule the reset later.
2579 */
2580 if (ACCESS_ONCE(efx->state) != STATE_READY)
2581 return;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002582
Ben Hutchings8880f4e2009-11-29 15:15:41 +00002583 /* efx_process_channel() will no longer read events once a
2584 * reset is scheduled. So switch back to poll'd MCDI completions. */
2585 efx_mcdi_mode_poll(efx);
2586
Steve Hodgson1ab00622008-12-12 21:33:02 -08002587 queue_work(reset_workqueue, &efx->reset_work);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002588}
2589
2590/**************************************************************************
2591 *
2592 * List of NICs we support
2593 *
2594 **************************************************************************/
2595
2596/* PCI device ID table */
Alexey Dobriyana3aa1882010-01-07 11:58:11 +00002597static DEFINE_PCI_DEVICE_TABLE(efx_pci_table) = {
Linus Torvalds0e59e7e72011-10-28 14:20:44 -07002598 {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE,
2599 PCI_DEVICE_ID_SOLARFLARE_SFC4000A_0),
Ben Hutchingsdaeda632009-11-28 05:36:04 +00002600 .driver_data = (unsigned long) &falcon_a1_nic_type},
Linus Torvalds0e59e7e72011-10-28 14:20:44 -07002601 {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE,
2602 PCI_DEVICE_ID_SOLARFLARE_SFC4000B),
Ben Hutchingsdaeda632009-11-28 05:36:04 +00002603 .driver_data = (unsigned long) &falcon_b0_nic_type},
Ben Hutchings547c4742011-12-02 18:23:56 +00002604 {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0803), /* SFC9020 */
Ben Hutchings8880f4e2009-11-29 15:15:41 +00002605 .driver_data = (unsigned long) &siena_a0_nic_type},
Ben Hutchings547c4742011-12-02 18:23:56 +00002606 {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0813), /* SFL9021 */
Ben Hutchings8880f4e2009-11-29 15:15:41 +00002607 .driver_data = (unsigned long) &siena_a0_nic_type},
Ben Hutchings8127d662013-08-29 19:19:29 +01002608 {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0903), /* SFC9120 PF */
2609 .driver_data = (unsigned long) &efx_hunt_a0_nic_type},
Mateusz Wrzesinski3b06a002014-07-14 08:38:49 +01002610 {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0923), /* SFC9140 PF */
2611 .driver_data = (unsigned long) &efx_hunt_a0_nic_type},
Ben Hutchings8ceee662008-04-27 12:55:59 +01002612 {0} /* end of list */
2613};
2614
2615/**************************************************************************
2616 *
Ben Hutchings37594332009-11-23 16:05:45 +00002617 * Dummy PHY/MAC operations
Ben Hutchings8ceee662008-04-27 12:55:59 +01002618 *
Ben Hutchings01aad7b2008-09-01 12:48:36 +01002619 * Can be used for some unimplemented operations
Ben Hutchings8ceee662008-04-27 12:55:59 +01002620 * Needed so all function pointers are valid and do not have to be tested
2621 * before use
2622 *
2623 **************************************************************************/
2624int efx_port_dummy_op_int(struct efx_nic *efx)
2625{
2626 return 0;
2627}
2628void efx_port_dummy_op_void(struct efx_nic *efx) {}
stephen hemmingerd2156972010-10-18 05:27:31 +00002629
2630static bool efx_port_dummy_op_poll(struct efx_nic *efx)
Steve Hodgsonfdaa9ae2009-11-28 05:34:05 +00002631{
2632 return false;
2633}
Ben Hutchings8ceee662008-04-27 12:55:59 +01002634
stephen hemminger6c8c2512011-04-14 05:50:12 +00002635static const struct efx_phy_operations efx_dummy_phy_operations = {
Ben Hutchings8ceee662008-04-27 12:55:59 +01002636 .init = efx_port_dummy_op_int,
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002637 .reconfigure = efx_port_dummy_op_int,
Steve Hodgsonfdaa9ae2009-11-28 05:34:05 +00002638 .poll = efx_port_dummy_op_poll,
Ben Hutchings8ceee662008-04-27 12:55:59 +01002639 .fini = efx_port_dummy_op_void,
Ben Hutchings8ceee662008-04-27 12:55:59 +01002640};
2641
Ben Hutchings8ceee662008-04-27 12:55:59 +01002642/**************************************************************************
2643 *
2644 * Data housekeeping
2645 *
2646 **************************************************************************/
2647
2648/* This zeroes out and then fills in the invariants in a struct
2649 * efx_nic (including all sub-structures).
2650 */
Ben Hutchingsadeb15a2012-08-02 01:39:38 +01002651static int efx_init_struct(struct efx_nic *efx,
Ben Hutchings8ceee662008-04-27 12:55:59 +01002652 struct pci_dev *pci_dev, struct net_device *net_dev)
2653{
Ben Hutchings46426102010-09-10 06:42:33 +00002654 int i;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002655
2656 /* Initialise common structures */
Ben Hutchings0bcf4a62013-10-18 19:21:45 +01002657 INIT_LIST_HEAD(&efx->node);
2658 INIT_LIST_HEAD(&efx->secondary_list);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002659 spin_lock_init(&efx->biu_lock);
Ben Hutchings76884832009-11-29 15:10:44 +00002660#ifdef CONFIG_SFC_MTD
2661 INIT_LIST_HEAD(&efx->mtd_list);
2662#endif
Ben Hutchings8ceee662008-04-27 12:55:59 +01002663 INIT_WORK(&efx->reset_work, efx_reset_work);
2664 INIT_DELAYED_WORK(&efx->monitor_work, efx_monitor);
Ben Hutchingsdd407812012-02-28 23:40:21 +00002665 INIT_DELAYED_WORK(&efx->selftest_work, efx_selftest_async_work);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002666 efx->pci_dev = pci_dev;
Ben Hutchings62776d02010-06-23 11:30:07 +00002667 efx->msg_enable = debug;
Ben Hutchingsf16aeea2012-07-27 19:31:16 +01002668 efx->state = STATE_UNINIT;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002669 strlcpy(efx->name, pci_name(pci_dev), sizeof(efx->name));
Ben Hutchings8ceee662008-04-27 12:55:59 +01002670
2671 efx->net_dev = net_dev;
Jon Cooper43a37392012-10-18 15:49:54 +01002672 efx->rx_prefix_size = efx->type->rx_prefix_size;
Andrew Rybchenko2ec03012013-11-16 11:02:27 +04002673 efx->rx_ip_align =
2674 NET_IP_ALIGN ? (efx->rx_prefix_size + NET_IP_ALIGN) % 4 : 0;
Jon Cooper43a37392012-10-18 15:49:54 +01002675 efx->rx_packet_hash_offset =
2676 efx->type->rx_hash_offset - efx->type->rx_prefix_size;
Jon Cooperbd9a2652013-11-18 12:54:41 +00002677 efx->rx_packet_ts_offset =
2678 efx->type->rx_ts_offset - efx->type->rx_prefix_size;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002679 spin_lock_init(&efx->stats_lock);
2680 mutex_init(&efx->mac_lock);
2681 efx->phy_op = &efx_dummy_phy_operations;
Ben Hutchings68e7f452009-04-29 08:05:08 +00002682 efx->mdio.dev = net_dev;
Ben Hutchings766ca0f2008-12-12 21:59:24 -08002683 INIT_WORK(&efx->mac_work, efx_mac_work);
Ben Hutchings9f2cb712012-02-08 00:11:20 +00002684 init_waitqueue_head(&efx->flush_wq);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002685
2686 for (i = 0; i < EFX_MAX_CHANNELS; i++) {
Ben Hutchings46426102010-09-10 06:42:33 +00002687 efx->channel[i] = efx_alloc_channel(efx, i, NULL);
2688 if (!efx->channel[i])
2689 goto fail;
Ben Hutchingsd8291182012-10-05 23:35:41 +01002690 efx->msi_context[i].efx = efx;
2691 efx->msi_context[i].index = i;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002692 }
2693
Ben Hutchings8ceee662008-04-27 12:55:59 +01002694 /* Higher numbered interrupt modes are less capable! */
2695 efx->interrupt_mode = max(efx->type->max_interrupt_mode,
2696 interrupt_mode);
2697
Ben Hutchings6977dc62008-12-26 13:44:39 -08002698 /* Would be good to use the net_dev name, but we're too early */
2699 snprintf(efx->workqueue_name, sizeof(efx->workqueue_name), "sfc%s",
2700 pci_name(pci_dev));
2701 efx->workqueue = create_singlethread_workqueue(efx->workqueue_name);
Steve Hodgson1ab00622008-12-12 21:33:02 -08002702 if (!efx->workqueue)
Ben Hutchings46426102010-09-10 06:42:33 +00002703 goto fail;
Ben Hutchings8d9853d2008-07-18 19:01:20 +01002704
Ben Hutchings8ceee662008-04-27 12:55:59 +01002705 return 0;
Ben Hutchings46426102010-09-10 06:42:33 +00002706
2707fail:
2708 efx_fini_struct(efx);
2709 return -ENOMEM;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002710}
2711
2712static void efx_fini_struct(struct efx_nic *efx)
2713{
Ben Hutchings8313aca2010-09-10 06:41:57 +00002714 int i;
2715
2716 for (i = 0; i < EFX_MAX_CHANNELS; i++)
2717 kfree(efx->channel[i]);
2718
Ben Hutchingsef215e62013-12-05 20:13:22 +00002719 kfree(efx->vpd_sn);
2720
Ben Hutchings8ceee662008-04-27 12:55:59 +01002721 if (efx->workqueue) {
2722 destroy_workqueue(efx->workqueue);
2723 efx->workqueue = NULL;
2724 }
2725}
2726
Edward Creee4d112e2014-07-15 11:58:12 +01002727void efx_update_sw_stats(struct efx_nic *efx, u64 *stats)
2728{
2729 u64 n_rx_nodesc_trunc = 0;
2730 struct efx_channel *channel;
2731
2732 efx_for_each_channel(channel, efx)
2733 n_rx_nodesc_trunc += channel->n_rx_nodesc_trunc;
2734 stats[GENERIC_STAT_rx_nodesc_trunc] = n_rx_nodesc_trunc;
2735 stats[GENERIC_STAT_rx_noskb_drops] = atomic_read(&efx->n_rx_noskb_drops);
2736}
2737
Ben Hutchings8ceee662008-04-27 12:55:59 +01002738/**************************************************************************
2739 *
2740 * PCI interface
2741 *
2742 **************************************************************************/
2743
2744/* Main body of final NIC shutdown code
2745 * This is called only at module unload (or hotplug removal).
2746 */
2747static void efx_pci_remove_main(struct efx_nic *efx)
2748{
Ben Hutchings7153f622012-07-27 20:50:52 +01002749 /* Flush reset_work. It can no longer be scheduled since we
2750 * are not READY.
2751 */
2752 BUG_ON(efx->state == STATE_READY);
2753 cancel_work_sync(&efx->reset_work);
2754
Ben Hutchingsd8291182012-10-05 23:35:41 +01002755 efx_disable_interrupts(efx);
Ben Hutchings152b6a62009-11-29 03:43:56 +00002756 efx_nic_fini_interrupt(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002757 efx_fini_port(efx);
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00002758 efx->type->fini(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002759 efx_fini_napi(efx);
2760 efx_remove_all(efx);
2761}
2762
2763/* Final NIC shutdown
2764 * This is called only at module unload (or hotplug removal).
2765 */
2766static void efx_pci_remove(struct pci_dev *pci_dev)
2767{
2768 struct efx_nic *efx;
2769
2770 efx = pci_get_drvdata(pci_dev);
2771 if (!efx)
2772 return;
2773
2774 /* Mark the NIC as fini, then stop the interface */
2775 rtnl_lock();
Ben Hutchings0bcf4a62013-10-18 19:21:45 +01002776 efx_dissociate(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002777 dev_close(efx->net_dev);
Ben Hutchingsd8291182012-10-05 23:35:41 +01002778 efx_disable_interrupts(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002779 rtnl_unlock();
2780
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00002781 efx_sriov_fini(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002782 efx_unregister_netdev(efx);
2783
Ben Hutchings7dde5962008-12-12 22:09:38 -08002784 efx_mtd_remove(efx);
2785
Ben Hutchings8ceee662008-04-27 12:55:59 +01002786 efx_pci_remove_main(efx);
2787
Ben Hutchings8ceee662008-04-27 12:55:59 +01002788 efx_fini_io(efx);
Ben Hutchings62776d02010-06-23 11:30:07 +00002789 netif_dbg(efx, drv, efx->net_dev, "shutdown successful\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01002790
Ben Hutchings8ceee662008-04-27 12:55:59 +01002791 efx_fini_struct(efx);
2792 free_netdev(efx->net_dev);
Alexandre Rames626950d2013-01-14 17:20:22 +00002793
2794 pci_disable_pcie_error_reporting(pci_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002795};
2796
Ben Hutchings460eeaa2012-03-05 15:35:39 +00002797/* NIC VPD information
2798 * Called during probe to display the part number of the
2799 * installed NIC. VPD is potentially very large but this should
2800 * always appear within the first 512 bytes.
2801 */
2802#define SFC_VPD_LEN 512
Ben Hutchingsef215e62013-12-05 20:13:22 +00002803static void efx_probe_vpd_strings(struct efx_nic *efx)
Ben Hutchings460eeaa2012-03-05 15:35:39 +00002804{
2805 struct pci_dev *dev = efx->pci_dev;
2806 char vpd_data[SFC_VPD_LEN];
2807 ssize_t vpd_size;
Ben Hutchingsef215e62013-12-05 20:13:22 +00002808 int ro_start, ro_size, i, j;
Ben Hutchings460eeaa2012-03-05 15:35:39 +00002809
2810 /* Get the vpd data from the device */
2811 vpd_size = pci_read_vpd(dev, 0, sizeof(vpd_data), vpd_data);
2812 if (vpd_size <= 0) {
2813 netif_err(efx, drv, efx->net_dev, "Unable to read VPD\n");
2814 return;
2815 }
2816
2817 /* Get the Read only section */
Ben Hutchingsef215e62013-12-05 20:13:22 +00002818 ro_start = pci_vpd_find_tag(vpd_data, 0, vpd_size, PCI_VPD_LRDT_RO_DATA);
2819 if (ro_start < 0) {
Ben Hutchings460eeaa2012-03-05 15:35:39 +00002820 netif_err(efx, drv, efx->net_dev, "VPD Read-only not found\n");
2821 return;
2822 }
2823
Ben Hutchingsef215e62013-12-05 20:13:22 +00002824 ro_size = pci_vpd_lrdt_size(&vpd_data[ro_start]);
2825 j = ro_size;
2826 i = ro_start + PCI_VPD_LRDT_TAG_SIZE;
Ben Hutchings460eeaa2012-03-05 15:35:39 +00002827 if (i + j > vpd_size)
2828 j = vpd_size - i;
2829
2830 /* Get the Part number */
2831 i = pci_vpd_find_info_keyword(vpd_data, i, j, "PN");
2832 if (i < 0) {
2833 netif_err(efx, drv, efx->net_dev, "Part number not found\n");
2834 return;
2835 }
2836
2837 j = pci_vpd_info_field_size(&vpd_data[i]);
2838 i += PCI_VPD_INFO_FLD_HDR_SIZE;
2839 if (i + j > vpd_size) {
2840 netif_err(efx, drv, efx->net_dev, "Incomplete part number\n");
2841 return;
2842 }
2843
2844 netif_info(efx, drv, efx->net_dev,
2845 "Part Number : %.*s\n", j, &vpd_data[i]);
Ben Hutchingsef215e62013-12-05 20:13:22 +00002846
2847 i = ro_start + PCI_VPD_LRDT_TAG_SIZE;
2848 j = ro_size;
2849 i = pci_vpd_find_info_keyword(vpd_data, i, j, "SN");
2850 if (i < 0) {
2851 netif_err(efx, drv, efx->net_dev, "Serial number not found\n");
2852 return;
2853 }
2854
2855 j = pci_vpd_info_field_size(&vpd_data[i]);
2856 i += PCI_VPD_INFO_FLD_HDR_SIZE;
2857 if (i + j > vpd_size) {
2858 netif_err(efx, drv, efx->net_dev, "Incomplete serial number\n");
2859 return;
2860 }
2861
2862 efx->vpd_sn = kmalloc(j + 1, GFP_KERNEL);
2863 if (!efx->vpd_sn)
2864 return;
2865
2866 snprintf(efx->vpd_sn, j + 1, "%s", &vpd_data[i]);
Ben Hutchings460eeaa2012-03-05 15:35:39 +00002867}
2868
2869
Ben Hutchings8ceee662008-04-27 12:55:59 +01002870/* Main body of NIC initialisation
2871 * This is called at module load (or hotplug insertion, theoretically).
2872 */
2873static int efx_pci_probe_main(struct efx_nic *efx)
2874{
2875 int rc;
2876
2877 /* Do start-of-day initialisation */
2878 rc = efx_probe_all(efx);
2879 if (rc)
2880 goto fail1;
2881
Ben Hutchingse8f14992010-12-07 19:47:34 +00002882 efx_init_napi(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002883
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00002884 rc = efx->type->init(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002885 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00002886 netif_err(efx, probe, efx->net_dev,
2887 "failed to initialise NIC\n");
Ben Hutchings278c0622009-11-23 16:05:12 +00002888 goto fail3;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002889 }
2890
2891 rc = efx_init_port(efx);
2892 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00002893 netif_err(efx, probe, efx->net_dev,
2894 "failed to initialise port\n");
Ben Hutchings278c0622009-11-23 16:05:12 +00002895 goto fail4;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002896 }
2897
Ben Hutchings152b6a62009-11-29 03:43:56 +00002898 rc = efx_nic_init_interrupt(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002899 if (rc)
Ben Hutchings278c0622009-11-23 16:05:12 +00002900 goto fail5;
Jon Cooper261e4d92013-04-15 18:51:54 +01002901 rc = efx_enable_interrupts(efx);
2902 if (rc)
2903 goto fail6;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002904
2905 return 0;
2906
Jon Cooper261e4d92013-04-15 18:51:54 +01002907 fail6:
2908 efx_nic_fini_interrupt(efx);
Ben Hutchings278c0622009-11-23 16:05:12 +00002909 fail5:
Ben Hutchings8ceee662008-04-27 12:55:59 +01002910 efx_fini_port(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002911 fail4:
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00002912 efx->type->fini(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002913 fail3:
2914 efx_fini_napi(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002915 efx_remove_all(efx);
2916 fail1:
2917 return rc;
2918}
2919
2920/* NIC initialisation
2921 *
2922 * This is called at module load (or hotplug insertion,
Ben Hutchings73ba7b62012-01-09 19:47:08 +00002923 * theoretically). It sets up PCI mappings, resets the NIC,
Ben Hutchings8ceee662008-04-27 12:55:59 +01002924 * sets up and registers the network devices with the kernel and hooks
2925 * the interrupt service routine. It does not prepare the device for
2926 * transmission; this is left to the first time one of the network
2927 * interfaces is brought up (i.e. efx_net_open).
2928 */
Bill Pemberton87d1fc12012-12-03 09:23:32 -05002929static int efx_pci_probe(struct pci_dev *pci_dev,
Greg Kroah-Hartman1dd06ae2012-12-06 14:30:56 +00002930 const struct pci_device_id *entry)
Ben Hutchings8ceee662008-04-27 12:55:59 +01002931{
Ben Hutchings8ceee662008-04-27 12:55:59 +01002932 struct net_device *net_dev;
2933 struct efx_nic *efx;
Ben Hutchingsfadac6a2011-11-19 00:35:47 +00002934 int rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002935
2936 /* Allocate and initialise a struct net_device and struct efx_nic */
Ben Hutchings94b274b2011-01-10 21:18:20 +00002937 net_dev = alloc_etherdev_mqs(sizeof(*efx), EFX_MAX_CORE_TX_QUEUES,
2938 EFX_MAX_RX_QUEUES);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002939 if (!net_dev)
2940 return -ENOMEM;
Ben Hutchingsadeb15a2012-08-02 01:39:38 +01002941 efx = netdev_priv(net_dev);
2942 efx->type = (const struct efx_nic_type *) entry->driver_data;
2943 net_dev->features |= (efx->type->offload_features | NETIF_F_SG |
Ben Hutchings97bc5412009-05-19 16:19:08 -07002944 NETIF_F_HIGHDMA | NETIF_F_TSO |
Ben Hutchingsabfe9032011-04-05 15:00:02 +01002945 NETIF_F_RXCSUM);
Ben Hutchingsadeb15a2012-08-02 01:39:38 +01002946 if (efx->type->offload_features & NETIF_F_V6_CSUM)
Ben Hutchings738a8f42009-11-29 15:16:05 +00002947 net_dev->features |= NETIF_F_TSO6;
Ben Hutchings285065632008-09-01 12:46:54 +01002948 /* Mask for features that also apply to VLAN devices */
2949 net_dev->vlan_features |= (NETIF_F_ALL_CSUM | NETIF_F_SG |
Ben Hutchingsabfe9032011-04-05 15:00:02 +01002950 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO |
2951 NETIF_F_RXCSUM);
2952 /* All offloads can be toggled */
2953 net_dev->hw_features = net_dev->features & ~NETIF_F_HIGHDMA;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002954 pci_set_drvdata(pci_dev, efx);
Ben Hutchings62776d02010-06-23 11:30:07 +00002955 SET_NETDEV_DEV(net_dev, &pci_dev->dev);
Ben Hutchingsadeb15a2012-08-02 01:39:38 +01002956 rc = efx_init_struct(efx, pci_dev, net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002957 if (rc)
2958 goto fail1;
2959
Ben Hutchings62776d02010-06-23 11:30:07 +00002960 netif_info(efx, probe, efx->net_dev,
Ben Hutchingsff79c8a2011-07-13 16:21:24 +01002961 "Solarflare NIC detected\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01002962
Ben Hutchingsef215e62013-12-05 20:13:22 +00002963 efx_probe_vpd_strings(efx);
Ben Hutchings460eeaa2012-03-05 15:35:39 +00002964
Ben Hutchings8ceee662008-04-27 12:55:59 +01002965 /* Set up basic I/O (BAR mappings etc) */
2966 rc = efx_init_io(efx);
2967 if (rc)
2968 goto fail2;
2969
Ben Hutchingsfadac6a2011-11-19 00:35:47 +00002970 rc = efx_pci_probe_main(efx);
Ben Hutchingsfadac6a2011-11-19 00:35:47 +00002971 if (rc)
2972 goto fail3;
Steve Hodgsonfa402b22008-12-12 22:08:16 -08002973
Ben Hutchings8ceee662008-04-27 12:55:59 +01002974 rc = efx_register_netdev(efx);
2975 if (rc)
Ben Hutchingsfadac6a2011-11-19 00:35:47 +00002976 goto fail4;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002977
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00002978 rc = efx_sriov_init(efx);
2979 if (rc)
2980 netif_err(efx, probe, efx->net_dev,
2981 "SR-IOV can't be enabled rc %d\n", rc);
2982
Ben Hutchings62776d02010-06-23 11:30:07 +00002983 netif_dbg(efx, probe, efx->net_dev, "initialisation successful\n");
Ben Hutchingsa5211bb2009-10-23 08:33:09 +00002984
Ben Hutchings7c431612012-01-27 17:23:58 +00002985 /* Try to create MTDs, but allow this to fail */
Ben Hutchingsa5211bb2009-10-23 08:33:09 +00002986 rtnl_lock();
Ben Hutchings7c431612012-01-27 17:23:58 +00002987 rc = efx_mtd_probe(efx);
Ben Hutchingsa5211bb2009-10-23 08:33:09 +00002988 rtnl_unlock();
Ben Hutchings7c431612012-01-27 17:23:58 +00002989 if (rc)
2990 netif_warn(efx, probe, efx->net_dev,
2991 "failed to create MTDs (%d)\n", rc);
2992
Alexandre Rames626950d2013-01-14 17:20:22 +00002993 rc = pci_enable_pcie_error_reporting(pci_dev);
2994 if (rc && rc != -EINVAL)
2995 netif_warn(efx, probe, efx->net_dev,
2996 "pci_enable_pcie_error_reporting failed (%d)\n", rc);
2997
Ben Hutchings8ceee662008-04-27 12:55:59 +01002998 return 0;
2999
Ben Hutchings8ceee662008-04-27 12:55:59 +01003000 fail4:
Ben Hutchingsfadac6a2011-11-19 00:35:47 +00003001 efx_pci_remove_main(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01003002 fail3:
3003 efx_fini_io(efx);
3004 fail2:
3005 efx_fini_struct(efx);
3006 fail1:
Steve Hodgson5e2a9112010-02-12 12:32:27 -08003007 WARN_ON(rc > 0);
Ben Hutchings62776d02010-06-23 11:30:07 +00003008 netif_dbg(efx, drv, efx->net_dev, "initialisation failed. rc=%d\n", rc);
Ben Hutchings8ceee662008-04-27 12:55:59 +01003009 free_netdev(net_dev);
3010 return rc;
3011}
3012
Ben Hutchings89c758f2009-11-29 03:43:07 +00003013static int efx_pm_freeze(struct device *dev)
3014{
3015 struct efx_nic *efx = pci_get_drvdata(to_pci_dev(dev));
3016
Ben Hutchings61da0262012-07-27 19:35:39 +01003017 rtnl_lock();
3018
Ben Hutchings6032fb52012-07-27 19:35:47 +01003019 if (efx->state != STATE_DISABLED) {
3020 efx->state = STATE_UNINIT;
Ben Hutchings89c758f2009-11-29 03:43:07 +00003021
Daniel Pieczkoc2f3b8e2012-10-17 13:21:23 +01003022 efx_device_detach_sync(efx);
Ben Hutchings89c758f2009-11-29 03:43:07 +00003023
Ben Hutchings6032fb52012-07-27 19:35:47 +01003024 efx_stop_all(efx);
Ben Hutchingsd8291182012-10-05 23:35:41 +01003025 efx_disable_interrupts(efx);
Ben Hutchings6032fb52012-07-27 19:35:47 +01003026 }
Ben Hutchings89c758f2009-11-29 03:43:07 +00003027
Ben Hutchings61da0262012-07-27 19:35:39 +01003028 rtnl_unlock();
3029
Ben Hutchings89c758f2009-11-29 03:43:07 +00003030 return 0;
3031}
3032
3033static int efx_pm_thaw(struct device *dev)
3034{
Jon Cooper261e4d92013-04-15 18:51:54 +01003035 int rc;
Ben Hutchings89c758f2009-11-29 03:43:07 +00003036 struct efx_nic *efx = pci_get_drvdata(to_pci_dev(dev));
3037
Ben Hutchings61da0262012-07-27 19:35:39 +01003038 rtnl_lock();
3039
Ben Hutchings6032fb52012-07-27 19:35:47 +01003040 if (efx->state != STATE_DISABLED) {
Jon Cooper261e4d92013-04-15 18:51:54 +01003041 rc = efx_enable_interrupts(efx);
3042 if (rc)
3043 goto fail;
Ben Hutchings89c758f2009-11-29 03:43:07 +00003044
Ben Hutchings6032fb52012-07-27 19:35:47 +01003045 mutex_lock(&efx->mac_lock);
3046 efx->phy_op->reconfigure(efx);
3047 mutex_unlock(&efx->mac_lock);
Ben Hutchings89c758f2009-11-29 03:43:07 +00003048
Ben Hutchings6032fb52012-07-27 19:35:47 +01003049 efx_start_all(efx);
Ben Hutchings89c758f2009-11-29 03:43:07 +00003050
Ben Hutchings6032fb52012-07-27 19:35:47 +01003051 netif_device_attach(efx->net_dev);
Ben Hutchings89c758f2009-11-29 03:43:07 +00003052
Ben Hutchings6032fb52012-07-27 19:35:47 +01003053 efx->state = STATE_READY;
Ben Hutchings89c758f2009-11-29 03:43:07 +00003054
Ben Hutchings6032fb52012-07-27 19:35:47 +01003055 efx->type->resume_wol(efx);
3056 }
Ben Hutchings89c758f2009-11-29 03:43:07 +00003057
Ben Hutchings61da0262012-07-27 19:35:39 +01003058 rtnl_unlock();
3059
Steve Hodgson319ba642010-06-01 11:17:24 +00003060 /* Reschedule any quenched resets scheduled during efx_pm_freeze() */
3061 queue_work(reset_workqueue, &efx->reset_work);
3062
Ben Hutchings89c758f2009-11-29 03:43:07 +00003063 return 0;
Jon Cooper261e4d92013-04-15 18:51:54 +01003064
3065fail:
3066 rtnl_unlock();
3067
3068 return rc;
Ben Hutchings89c758f2009-11-29 03:43:07 +00003069}
3070
3071static int efx_pm_poweroff(struct device *dev)
3072{
3073 struct pci_dev *pci_dev = to_pci_dev(dev);
3074 struct efx_nic *efx = pci_get_drvdata(pci_dev);
3075
3076 efx->type->fini(efx);
3077
Ben Hutchingsa7d529a2011-06-24 20:46:31 +01003078 efx->reset_pending = 0;
Ben Hutchings89c758f2009-11-29 03:43:07 +00003079
3080 pci_save_state(pci_dev);
3081 return pci_set_power_state(pci_dev, PCI_D3hot);
3082}
3083
3084/* Used for both resume and restore */
3085static int efx_pm_resume(struct device *dev)
3086{
3087 struct pci_dev *pci_dev = to_pci_dev(dev);
3088 struct efx_nic *efx = pci_get_drvdata(pci_dev);
3089 int rc;
3090
3091 rc = pci_set_power_state(pci_dev, PCI_D0);
3092 if (rc)
3093 return rc;
3094 pci_restore_state(pci_dev);
3095 rc = pci_enable_device(pci_dev);
3096 if (rc)
3097 return rc;
3098 pci_set_master(efx->pci_dev);
3099 rc = efx->type->reset(efx, RESET_TYPE_ALL);
3100 if (rc)
3101 return rc;
3102 rc = efx->type->init(efx);
3103 if (rc)
3104 return rc;
Jon Cooper261e4d92013-04-15 18:51:54 +01003105 rc = efx_pm_thaw(dev);
3106 return rc;
Ben Hutchings89c758f2009-11-29 03:43:07 +00003107}
3108
3109static int efx_pm_suspend(struct device *dev)
3110{
3111 int rc;
3112
3113 efx_pm_freeze(dev);
3114 rc = efx_pm_poweroff(dev);
3115 if (rc)
3116 efx_pm_resume(dev);
3117 return rc;
3118}
3119
Ben Hutchings18e83e42012-01-05 19:05:20 +00003120static const struct dev_pm_ops efx_pm_ops = {
Ben Hutchings89c758f2009-11-29 03:43:07 +00003121 .suspend = efx_pm_suspend,
3122 .resume = efx_pm_resume,
3123 .freeze = efx_pm_freeze,
3124 .thaw = efx_pm_thaw,
3125 .poweroff = efx_pm_poweroff,
3126 .restore = efx_pm_resume,
3127};
3128
Alexandre Rames626950d2013-01-14 17:20:22 +00003129/* A PCI error affecting this device was detected.
3130 * At this point MMIO and DMA may be disabled.
3131 * Stop the software path and request a slot reset.
3132 */
stephen hemmingerdebd0032013-03-16 06:57:51 +00003133static pci_ers_result_t efx_io_error_detected(struct pci_dev *pdev,
3134 enum pci_channel_state state)
Alexandre Rames626950d2013-01-14 17:20:22 +00003135{
3136 pci_ers_result_t status = PCI_ERS_RESULT_RECOVERED;
3137 struct efx_nic *efx = pci_get_drvdata(pdev);
3138
3139 if (state == pci_channel_io_perm_failure)
3140 return PCI_ERS_RESULT_DISCONNECT;
3141
3142 rtnl_lock();
3143
3144 if (efx->state != STATE_DISABLED) {
3145 efx->state = STATE_RECOVERY;
3146 efx->reset_pending = 0;
3147
3148 efx_device_detach_sync(efx);
3149
3150 efx_stop_all(efx);
Ben Hutchingsd8291182012-10-05 23:35:41 +01003151 efx_disable_interrupts(efx);
Alexandre Rames626950d2013-01-14 17:20:22 +00003152
3153 status = PCI_ERS_RESULT_NEED_RESET;
3154 } else {
3155 /* If the interface is disabled we don't want to do anything
3156 * with it.
3157 */
3158 status = PCI_ERS_RESULT_RECOVERED;
3159 }
3160
3161 rtnl_unlock();
3162
3163 pci_disable_device(pdev);
3164
3165 return status;
3166}
3167
3168/* Fake a successfull reset, which will be performed later in efx_io_resume. */
stephen hemmingerdebd0032013-03-16 06:57:51 +00003169static pci_ers_result_t efx_io_slot_reset(struct pci_dev *pdev)
Alexandre Rames626950d2013-01-14 17:20:22 +00003170{
3171 struct efx_nic *efx = pci_get_drvdata(pdev);
3172 pci_ers_result_t status = PCI_ERS_RESULT_RECOVERED;
3173 int rc;
3174
3175 if (pci_enable_device(pdev)) {
3176 netif_err(efx, hw, efx->net_dev,
3177 "Cannot re-enable PCI device after reset.\n");
3178 status = PCI_ERS_RESULT_DISCONNECT;
3179 }
3180
3181 rc = pci_cleanup_aer_uncorrect_error_status(pdev);
3182 if (rc) {
3183 netif_err(efx, hw, efx->net_dev,
3184 "pci_cleanup_aer_uncorrect_error_status failed (%d)\n", rc);
3185 /* Non-fatal error. Continue. */
3186 }
3187
3188 return status;
3189}
3190
3191/* Perform the actual reset and resume I/O operations. */
3192static void efx_io_resume(struct pci_dev *pdev)
3193{
3194 struct efx_nic *efx = pci_get_drvdata(pdev);
3195 int rc;
3196
3197 rtnl_lock();
3198
3199 if (efx->state == STATE_DISABLED)
3200 goto out;
3201
3202 rc = efx_reset(efx, RESET_TYPE_ALL);
3203 if (rc) {
3204 netif_err(efx, hw, efx->net_dev,
3205 "efx_reset failed after PCI error (%d)\n", rc);
3206 } else {
3207 efx->state = STATE_READY;
3208 netif_dbg(efx, hw, efx->net_dev,
3209 "Done resetting and resuming IO after PCI error.\n");
3210 }
3211
3212out:
3213 rtnl_unlock();
3214}
3215
3216/* For simplicity and reliability, we always require a slot reset and try to
3217 * reset the hardware when a pci error affecting the device is detected.
3218 * We leave both the link_reset and mmio_enabled callback unimplemented:
3219 * with our request for slot reset the mmio_enabled callback will never be
3220 * called, and the link_reset callback is not used by AER or EEH mechanisms.
3221 */
3222static struct pci_error_handlers efx_err_handlers = {
3223 .error_detected = efx_io_error_detected,
3224 .slot_reset = efx_io_slot_reset,
3225 .resume = efx_io_resume,
3226};
3227
Ben Hutchings8ceee662008-04-27 12:55:59 +01003228static struct pci_driver efx_pci_driver = {
Ben Hutchingsc5d5f5f2010-06-23 11:30:26 +00003229 .name = KBUILD_MODNAME,
Ben Hutchings8ceee662008-04-27 12:55:59 +01003230 .id_table = efx_pci_table,
3231 .probe = efx_pci_probe,
3232 .remove = efx_pci_remove,
Ben Hutchings89c758f2009-11-29 03:43:07 +00003233 .driver.pm = &efx_pm_ops,
Alexandre Rames626950d2013-01-14 17:20:22 +00003234 .err_handler = &efx_err_handlers,
Ben Hutchings8ceee662008-04-27 12:55:59 +01003235};
3236
3237/**************************************************************************
3238 *
3239 * Kernel module interface
3240 *
3241 *************************************************************************/
3242
3243module_param(interrupt_mode, uint, 0444);
3244MODULE_PARM_DESC(interrupt_mode,
3245 "Interrupt mode (0=>MSIX 1=>MSI 2=>legacy)");
3246
3247static int __init efx_init_module(void)
3248{
3249 int rc;
3250
3251 printk(KERN_INFO "Solarflare NET driver v" EFX_DRIVER_VERSION "\n");
3252
3253 rc = register_netdevice_notifier(&efx_netdev_notifier);
3254 if (rc)
3255 goto err_notifier;
3256
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00003257 rc = efx_init_sriov();
3258 if (rc)
3259 goto err_sriov;
3260
Steve Hodgson1ab00622008-12-12 21:33:02 -08003261 reset_workqueue = create_singlethread_workqueue("sfc_reset");
3262 if (!reset_workqueue) {
3263 rc = -ENOMEM;
3264 goto err_reset;
3265 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01003266
3267 rc = pci_register_driver(&efx_pci_driver);
3268 if (rc < 0)
3269 goto err_pci;
3270
3271 return 0;
3272
3273 err_pci:
Steve Hodgson1ab00622008-12-12 21:33:02 -08003274 destroy_workqueue(reset_workqueue);
3275 err_reset:
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00003276 efx_fini_sriov();
3277 err_sriov:
Ben Hutchings8ceee662008-04-27 12:55:59 +01003278 unregister_netdevice_notifier(&efx_netdev_notifier);
3279 err_notifier:
3280 return rc;
3281}
3282
3283static void __exit efx_exit_module(void)
3284{
3285 printk(KERN_INFO "Solarflare NET driver unloading\n");
3286
3287 pci_unregister_driver(&efx_pci_driver);
Steve Hodgson1ab00622008-12-12 21:33:02 -08003288 destroy_workqueue(reset_workqueue);
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00003289 efx_fini_sriov();
Ben Hutchings8ceee662008-04-27 12:55:59 +01003290 unregister_netdevice_notifier(&efx_netdev_notifier);
3291
3292}
3293
3294module_init(efx_init_module);
3295module_exit(efx_exit_module);
3296
Ben Hutchings906bb262009-11-29 15:16:19 +00003297MODULE_AUTHOR("Solarflare Communications and "
3298 "Michael Brown <mbrown@fensystems.co.uk>");
Ben Hutchings6a350fd2014-02-12 19:00:07 +00003299MODULE_DESCRIPTION("Solarflare network driver");
Ben Hutchings8ceee662008-04-27 12:55:59 +01003300MODULE_LICENSE("GPL");
3301MODULE_DEVICE_TABLE(pci, efx_pci_table);