blob: ff0d9c624560e16feb6a2fc6d8a820d2f6d5da3b [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",
79 [RESET_TYPE_DISABLE] = "DISABLE",
80 [RESET_TYPE_TX_WATCHDOG] = "TX_WATCHDOG",
81 [RESET_TYPE_INT_ERROR] = "INT_ERROR",
82 [RESET_TYPE_RX_RECOVERY] = "RX_RECOVERY",
Alexandre Rames3de82b92013-06-13 11:36:15 +010083 [RESET_TYPE_DMA_ERROR] = "DMA_ERROR",
Alexandre Rames626950d2013-01-14 17:20:22 +000084 [RESET_TYPE_TX_SKIP] = "TX_SKIP",
85 [RESET_TYPE_MC_FAILURE] = "MC_FAILURE",
Jon Cooper74cd60a2013-09-16 14:18:51 +010086 [RESET_TYPE_MC_BIST] = "MC_BIST",
Ben Hutchingsc4593022009-11-23 16:08:17 +000087};
88
Steve Hodgson1ab00622008-12-12 21:33:02 -080089/* Reset workqueue. If any NIC has a hardware failure then a reset will be
90 * queued onto this work queue. This is not a per-nic work queue, because
91 * efx_reset_work() acquires the rtnl lock, so resets are naturally serialised.
92 */
93static struct workqueue_struct *reset_workqueue;
94
Jon Cooper74cd60a2013-09-16 14:18:51 +010095/* How often and how many times to poll for a reset while waiting for a
96 * BIST that another function started to complete.
97 */
98#define BIST_WAIT_DELAY_MS 100
99#define BIST_WAIT_DELAY_COUNT 100
100
Ben Hutchings8ceee662008-04-27 12:55:59 +0100101/**************************************************************************
102 *
103 * Configurable values
104 *
105 *************************************************************************/
106
107/*
Ben Hutchings8ceee662008-04-27 12:55:59 +0100108 * Use separate channels for TX and RX events
109 *
Neil Turton28b581a2008-12-12 21:41:06 -0800110 * Set this to 1 to use separate channels for TX and RX. It allows us
111 * to control interrupt affinity separately for TX and RX.
Ben Hutchings8ceee662008-04-27 12:55:59 +0100112 *
Neil Turton28b581a2008-12-12 21:41:06 -0800113 * This is only used in MSI-X interrupt mode
Ben Hutchings8ceee662008-04-27 12:55:59 +0100114 */
Ben Hutchingsb9cc9772012-11-28 04:12:41 +0000115static bool separate_tx_channels;
116module_param(separate_tx_channels, bool, 0444);
Neil Turton28b581a2008-12-12 21:41:06 -0800117MODULE_PARM_DESC(separate_tx_channels,
118 "Use separate channels for TX and RX");
Ben Hutchings8ceee662008-04-27 12:55:59 +0100119
120/* This is the weight assigned to each of the (per-channel) virtual
121 * NAPI devices.
122 */
123static int napi_weight = 64;
124
125/* This is the time (in jiffies) between invocations of the hardware
Alexandre Rames626950d2013-01-14 17:20:22 +0000126 * monitor.
127 * On Falcon-based NICs, this will:
Ben Hutchingse254c272010-09-20 08:44:10 +0000128 * - Check the on-board hardware monitor;
129 * - Poll the link state and reconfigure the hardware as necessary.
Alexandre Rames626950d2013-01-14 17:20:22 +0000130 * On Siena-based NICs for power systems with EEH support, this will give EEH a
131 * chance to start.
Ben Hutchings8ceee662008-04-27 12:55:59 +0100132 */
stephen hemmingerd2156972010-10-18 05:27:31 +0000133static unsigned int efx_monitor_interval = 1 * HZ;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100134
Ben Hutchings8ceee662008-04-27 12:55:59 +0100135/* Initial interrupt moderation settings. They can be modified after
136 * module load with ethtool.
137 *
138 * The default for RX should strike a balance between increasing the
139 * round-trip latency and reducing overhead.
140 */
141static unsigned int rx_irq_mod_usec = 60;
142
143/* Initial interrupt moderation settings. They can be modified after
144 * module load with ethtool.
145 *
146 * This default is chosen to ensure that a 10G link does not go idle
147 * while a TX queue is stopped after it has become full. A queue is
148 * restarted when it drops below half full. The time this takes (assuming
149 * worst case 3 descriptors per packet and 1024 descriptors) is
150 * 512 / 3 * 1.2 = 205 usec.
151 */
152static unsigned int tx_irq_mod_usec = 150;
153
154/* This is the first interrupt mode to try out of:
155 * 0 => MSI-X
156 * 1 => MSI
157 * 2 => legacy
158 */
159static unsigned int interrupt_mode;
160
161/* This is the requested number of CPUs to use for Receive-Side Scaling (RSS),
162 * i.e. the number of CPUs among which we may distribute simultaneous
163 * interrupt handling.
164 *
165 * Cards without MSI-X will only target one CPU via legacy or MSI interrupt.
Ben Hutchingscdb08f82011-12-20 01:08:05 +0000166 * The default (0) means to assign an interrupt to each core.
Ben Hutchings8ceee662008-04-27 12:55:59 +0100167 */
168static unsigned int rss_cpus;
169module_param(rss_cpus, uint, 0444);
170MODULE_PARM_DESC(rss_cpus, "Number of CPUs to use for Receive-Side Scaling");
171
Ben Hutchingsb9cc9772012-11-28 04:12:41 +0000172static bool phy_flash_cfg;
173module_param(phy_flash_cfg, bool, 0644);
Ben Hutchings84ae48f2008-12-12 21:34:54 -0800174MODULE_PARM_DESC(phy_flash_cfg, "Set PHYs into reflash mode initially");
175
Ben Hutchingse7bed9c2012-02-28 18:44:13 +0000176static unsigned irq_adapt_low_thresh = 8000;
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000177module_param(irq_adapt_low_thresh, uint, 0644);
178MODULE_PARM_DESC(irq_adapt_low_thresh,
179 "Threshold score for reducing IRQ moderation");
180
Ben Hutchingse7bed9c2012-02-28 18:44:13 +0000181static unsigned irq_adapt_high_thresh = 16000;
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000182module_param(irq_adapt_high_thresh, uint, 0644);
183MODULE_PARM_DESC(irq_adapt_high_thresh,
184 "Threshold score for increasing IRQ moderation");
185
Ben Hutchings62776d02010-06-23 11:30:07 +0000186static unsigned debug = (NETIF_MSG_DRV | NETIF_MSG_PROBE |
187 NETIF_MSG_LINK | NETIF_MSG_IFDOWN |
188 NETIF_MSG_IFUP | NETIF_MSG_RX_ERR |
189 NETIF_MSG_TX_ERR | NETIF_MSG_HW);
190module_param(debug, uint, 0);
191MODULE_PARM_DESC(debug, "Bitmapped debugging message enable value");
192
Ben Hutchings8ceee662008-04-27 12:55:59 +0100193/**************************************************************************
194 *
195 * Utility functions and prototypes
196 *
197 *************************************************************************/
Ben Hutchings46426102010-09-10 06:42:33 +0000198
Jon Cooper261e4d92013-04-15 18:51:54 +0100199static int efx_soft_enable_interrupts(struct efx_nic *efx);
Ben Hutchingsd8291182012-10-05 23:35:41 +0100200static void efx_soft_disable_interrupts(struct efx_nic *efx);
Ben Hutchings7f967c02012-02-13 23:45:02 +0000201static void efx_remove_channel(struct efx_channel *channel);
Ben Hutchings46426102010-09-10 06:42:33 +0000202static void efx_remove_channels(struct efx_nic *efx);
Ben Hutchings7f967c02012-02-13 23:45:02 +0000203static const struct efx_channel_type efx_default_channel_type;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100204static void efx_remove_port(struct efx_nic *efx);
Ben Hutchings7f967c02012-02-13 23:45:02 +0000205static void efx_init_napi_channel(struct efx_channel *channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100206static void efx_fini_napi(struct efx_nic *efx);
Ben Hutchingse8f14992010-12-07 19:47:34 +0000207static void efx_fini_napi_channel(struct efx_channel *channel);
Ben Hutchings46426102010-09-10 06:42:33 +0000208static void efx_fini_struct(struct efx_nic *efx);
209static void efx_start_all(struct efx_nic *efx);
210static void efx_stop_all(struct efx_nic *efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100211
212#define EFX_ASSERT_RESET_SERIALISED(efx) \
213 do { \
Ben Hutchingsf16aeea2012-07-27 19:31:16 +0100214 if ((efx->state == STATE_READY) || \
Alexandre Rames626950d2013-01-14 17:20:22 +0000215 (efx->state == STATE_RECOVERY) || \
Ben Hutchings332c1ce2009-11-25 16:08:52 +0000216 (efx->state == STATE_DISABLED)) \
Ben Hutchings8ceee662008-04-27 12:55:59 +0100217 ASSERT_RTNL(); \
218 } while (0)
219
Ben Hutchings8b7325b2012-07-27 20:46:41 +0100220static int efx_check_disabled(struct efx_nic *efx)
221{
Alexandre Rames626950d2013-01-14 17:20:22 +0000222 if (efx->state == STATE_DISABLED || efx->state == STATE_RECOVERY) {
Ben Hutchings8b7325b2012-07-27 20:46:41 +0100223 netif_err(efx, drv, efx->net_dev,
224 "device is disabled due to earlier errors\n");
225 return -EIO;
226 }
227 return 0;
228}
229
Ben Hutchings8ceee662008-04-27 12:55:59 +0100230/**************************************************************************
231 *
232 * Event queue processing
233 *
234 *************************************************************************/
235
236/* Process channel's event queue
237 *
238 * This function is responsible for processing the event queue of a
239 * single channel. The caller must guarantee that this function will
240 * never be concurrently called more than once on the same channel,
241 * though different channels may be being processed concurrently.
242 */
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000243static int efx_process_channel(struct efx_channel *channel, int budget)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100244{
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000245 int spent;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100246
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000247 if (unlikely(!channel->enabled))
Ben Hutchings42cbe2d2008-09-01 12:48:08 +0100248 return 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100249
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000250 spent = efx_nic_process_eventq(channel, budget);
Ben Hutchingsd9ab7002012-02-13 23:29:16 +0000251 if (spent && efx_channel_has_rx_queue(channel)) {
252 struct efx_rx_queue *rx_queue =
253 efx_channel_get_rx_queue(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100254
Ben Hutchingsff734ef2013-01-29 23:33:14 +0000255 efx_rx_flush_packet(channel);
Jon Coopercce28792013-10-02 11:04:14 +0100256 efx_fast_push_rx_descriptors(rx_queue, true);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100257 }
258
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000259 return spent;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100260}
261
Ben Hutchings8ceee662008-04-27 12:55:59 +0100262/* NAPI poll handler
263 *
264 * NAPI guarantees serialisation of polls of the same device, which
265 * provides the guarantee required by efx_process_channel().
266 */
267static int efx_poll(struct napi_struct *napi, int budget)
268{
269 struct efx_channel *channel =
270 container_of(napi, struct efx_channel, napi_str);
Ben Hutchings62776d02010-06-23 11:30:07 +0000271 struct efx_nic *efx = channel->efx;
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000272 int spent;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100273
Ben Hutchings62776d02010-06-23 11:30:07 +0000274 netif_vdbg(efx, intr, efx->net_dev,
275 "channel %d NAPI poll executing on CPU %d\n",
276 channel->channel, raw_smp_processor_id());
Ben Hutchings8ceee662008-04-27 12:55:59 +0100277
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000278 spent = efx_process_channel(channel, budget);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100279
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000280 if (spent < budget) {
Ben Hutchings9d9a6972012-02-10 23:01:48 +0000281 if (efx_channel_has_rx_queue(channel) &&
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000282 efx->irq_rx_adaptive &&
283 unlikely(++channel->irq_count == 1000)) {
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000284 if (unlikely(channel->irq_mod_score <
285 irq_adapt_low_thresh)) {
Ben Hutchings0d86ebd2009-10-23 08:32:13 +0000286 if (channel->irq_moderation > 1) {
287 channel->irq_moderation -= 1;
Ben Hutchingsef2b90e2009-11-29 03:42:31 +0000288 efx->type->push_irq_moderation(channel);
Ben Hutchings0d86ebd2009-10-23 08:32:13 +0000289 }
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000290 } else if (unlikely(channel->irq_mod_score >
291 irq_adapt_high_thresh)) {
Ben Hutchings0d86ebd2009-10-23 08:32:13 +0000292 if (channel->irq_moderation <
293 efx->irq_rx_moderation) {
294 channel->irq_moderation += 1;
Ben Hutchingsef2b90e2009-11-29 03:42:31 +0000295 efx->type->push_irq_moderation(channel);
Ben Hutchings0d86ebd2009-10-23 08:32:13 +0000296 }
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000297 }
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000298 channel->irq_count = 0;
299 channel->irq_mod_score = 0;
300 }
301
Ben Hutchings64d8ad62011-01-05 00:50:41 +0000302 efx_filter_rfs_expire(channel);
303
Ben Hutchings8ceee662008-04-27 12:55:59 +0100304 /* There is no race here; although napi_disable() will
Ben Hutchings288379f2009-01-19 16:43:59 -0800305 * only wait for napi_complete(), this isn't a problem
Ben Hutchings514bedb2012-10-05 19:30:16 +0100306 * since efx_nic_eventq_read_ack() will have no effect if
Ben Hutchings8ceee662008-04-27 12:55:59 +0100307 * interrupts have already been disabled.
308 */
Ben Hutchings288379f2009-01-19 16:43:59 -0800309 napi_complete(napi);
Ben Hutchings514bedb2012-10-05 19:30:16 +0100310 efx_nic_eventq_read_ack(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100311 }
312
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000313 return spent;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100314}
315
Ben Hutchings8ceee662008-04-27 12:55:59 +0100316/* Create event queue
317 * Event queue memory allocations are done only once. If the channel
318 * is reset, the memory buffer will be reused; this guards against
319 * errors during channel reset and also simplifies interrupt handling.
320 */
321static int efx_probe_eventq(struct efx_channel *channel)
322{
Steve Hodgsonecc910f2010-09-10 06:42:22 +0000323 struct efx_nic *efx = channel->efx;
324 unsigned long entries;
325
Ben Hutchings86ee5302012-01-09 19:51:22 +0000326 netif_dbg(efx, probe, efx->net_dev,
Ben Hutchings62776d02010-06-23 11:30:07 +0000327 "chan %d create event queue\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100328
Steve Hodgsonecc910f2010-09-10 06:42:22 +0000329 /* Build an event queue with room for one event per tx and rx buffer,
330 * plus some extra for link state events and MCDI completions. */
331 entries = roundup_pow_of_two(efx->rxq_entries + efx->txq_entries + 128);
332 EFX_BUG_ON_PARANOID(entries > EFX_MAX_EVQ_SIZE);
333 channel->eventq_mask = max(entries, EFX_MIN_EVQ_SIZE) - 1;
334
Ben Hutchings152b6a62009-11-29 03:43:56 +0000335 return efx_nic_probe_eventq(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100336}
337
338/* Prepare channel's event queue */
Jon Cooper261e4d92013-04-15 18:51:54 +0100339static int efx_init_eventq(struct efx_channel *channel)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100340{
Ben Hutchings15acb1c2013-05-01 16:30:17 +0100341 struct efx_nic *efx = channel->efx;
Jon Cooper261e4d92013-04-15 18:51:54 +0100342 int rc;
343
344 EFX_WARN_ON_PARANOID(channel->eventq_init);
345
Ben Hutchings15acb1c2013-05-01 16:30:17 +0100346 netif_dbg(efx, drv, efx->net_dev,
Ben Hutchings62776d02010-06-23 11:30:07 +0000347 "chan %d init event queue\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100348
Jon Cooper261e4d92013-04-15 18:51:54 +0100349 rc = efx_nic_init_eventq(channel);
350 if (rc == 0) {
Ben Hutchings15acb1c2013-05-01 16:30:17 +0100351 efx->type->push_irq_moderation(channel);
Jon Cooper261e4d92013-04-15 18:51:54 +0100352 channel->eventq_read_ptr = 0;
353 channel->eventq_init = true;
354 }
355 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100356}
357
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000358/* Enable event queue processing and NAPI */
359static void efx_start_eventq(struct efx_channel *channel)
360{
361 netif_dbg(channel->efx, ifup, channel->efx->net_dev,
362 "chan %d start event queue\n", channel->channel);
363
Ben Hutchings514bedb2012-10-05 19:30:16 +0100364 /* Make sure the NAPI handler sees the enabled flag set */
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000365 channel->enabled = true;
366 smp_wmb();
367
368 napi_enable(&channel->napi_str);
369 efx_nic_eventq_read_ack(channel);
370}
371
372/* Disable event queue processing and NAPI */
373static void efx_stop_eventq(struct efx_channel *channel)
374{
375 if (!channel->enabled)
376 return;
377
378 napi_disable(&channel->napi_str);
379 channel->enabled = false;
380}
381
Ben Hutchings8ceee662008-04-27 12:55:59 +0100382static void efx_fini_eventq(struct efx_channel *channel)
383{
Ben Hutchingsbe3fc092012-10-08 18:21:51 +0100384 if (!channel->eventq_init)
385 return;
386
Ben Hutchings62776d02010-06-23 11:30:07 +0000387 netif_dbg(channel->efx, drv, channel->efx->net_dev,
388 "chan %d fini event queue\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100389
Ben Hutchings152b6a62009-11-29 03:43:56 +0000390 efx_nic_fini_eventq(channel);
Ben Hutchingsbe3fc092012-10-08 18:21:51 +0100391 channel->eventq_init = false;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100392}
393
394static void efx_remove_eventq(struct efx_channel *channel)
395{
Ben Hutchings62776d02010-06-23 11:30:07 +0000396 netif_dbg(channel->efx, drv, channel->efx->net_dev,
397 "chan %d remove event queue\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100398
Ben Hutchings152b6a62009-11-29 03:43:56 +0000399 efx_nic_remove_eventq(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100400}
401
402/**************************************************************************
403 *
404 * Channel handling
405 *
406 *************************************************************************/
407
Ben Hutchings7f967c02012-02-13 23:45:02 +0000408/* Allocate and initialise a channel structure. */
Ben Hutchings46426102010-09-10 06:42:33 +0000409static struct efx_channel *
410efx_alloc_channel(struct efx_nic *efx, int i, struct efx_channel *old_channel)
411{
412 struct efx_channel *channel;
413 struct efx_rx_queue *rx_queue;
414 struct efx_tx_queue *tx_queue;
415 int j;
416
Ben Hutchings7f967c02012-02-13 23:45:02 +0000417 channel = kzalloc(sizeof(*channel), GFP_KERNEL);
418 if (!channel)
419 return NULL;
Ben Hutchings46426102010-09-10 06:42:33 +0000420
Ben Hutchings7f967c02012-02-13 23:45:02 +0000421 channel->efx = efx;
422 channel->channel = i;
423 channel->type = &efx_default_channel_type;
Ben Hutchings46426102010-09-10 06:42:33 +0000424
Ben Hutchings7f967c02012-02-13 23:45:02 +0000425 for (j = 0; j < EFX_TXQ_TYPES; j++) {
426 tx_queue = &channel->tx_queue[j];
427 tx_queue->efx = efx;
428 tx_queue->queue = i * EFX_TXQ_TYPES + j;
429 tx_queue->channel = channel;
Ben Hutchings46426102010-09-10 06:42:33 +0000430 }
431
Ben Hutchings46426102010-09-10 06:42:33 +0000432 rx_queue = &channel->rx_queue;
433 rx_queue->efx = efx;
434 setup_timer(&rx_queue->slow_fill, efx_rx_slow_fill,
435 (unsigned long)rx_queue);
436
437 return channel;
438}
439
Ben Hutchings7f967c02012-02-13 23:45:02 +0000440/* Allocate and initialise a channel structure, copying parameters
441 * (but not resources) from an old channel structure.
442 */
443static struct efx_channel *
444efx_copy_channel(const struct efx_channel *old_channel)
445{
446 struct efx_channel *channel;
447 struct efx_rx_queue *rx_queue;
448 struct efx_tx_queue *tx_queue;
449 int j;
450
451 channel = kmalloc(sizeof(*channel), GFP_KERNEL);
452 if (!channel)
453 return NULL;
454
455 *channel = *old_channel;
456
457 channel->napi_dev = NULL;
458 memset(&channel->eventq, 0, sizeof(channel->eventq));
459
460 for (j = 0; j < EFX_TXQ_TYPES; j++) {
461 tx_queue = &channel->tx_queue[j];
462 if (tx_queue->channel)
463 tx_queue->channel = channel;
464 tx_queue->buffer = NULL;
465 memset(&tx_queue->txd, 0, sizeof(tx_queue->txd));
466 }
467
468 rx_queue = &channel->rx_queue;
469 rx_queue->buffer = NULL;
470 memset(&rx_queue->rxd, 0, sizeof(rx_queue->rxd));
471 setup_timer(&rx_queue->slow_fill, efx_rx_slow_fill,
472 (unsigned long)rx_queue);
473
474 return channel;
475}
476
Ben Hutchings8ceee662008-04-27 12:55:59 +0100477static int efx_probe_channel(struct efx_channel *channel)
478{
479 struct efx_tx_queue *tx_queue;
480 struct efx_rx_queue *rx_queue;
481 int rc;
482
Ben Hutchings62776d02010-06-23 11:30:07 +0000483 netif_dbg(channel->efx, probe, channel->efx->net_dev,
484 "creating channel %d\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100485
Ben Hutchings7f967c02012-02-13 23:45:02 +0000486 rc = channel->type->pre_probe(channel);
487 if (rc)
488 goto fail;
489
Ben Hutchings8ceee662008-04-27 12:55:59 +0100490 rc = efx_probe_eventq(channel);
491 if (rc)
Ben Hutchings7f967c02012-02-13 23:45:02 +0000492 goto fail;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100493
494 efx_for_each_channel_tx_queue(tx_queue, channel) {
495 rc = efx_probe_tx_queue(tx_queue);
496 if (rc)
Ben Hutchings7f967c02012-02-13 23:45:02 +0000497 goto fail;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100498 }
499
500 efx_for_each_channel_rx_queue(rx_queue, channel) {
501 rc = efx_probe_rx_queue(rx_queue);
502 if (rc)
Ben Hutchings7f967c02012-02-13 23:45:02 +0000503 goto fail;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100504 }
505
506 channel->n_rx_frm_trunc = 0;
507
508 return 0;
509
Ben Hutchings7f967c02012-02-13 23:45:02 +0000510fail:
511 efx_remove_channel(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100512 return rc;
513}
514
Ben Hutchings7f967c02012-02-13 23:45:02 +0000515static void
516efx_get_channel_name(struct efx_channel *channel, char *buf, size_t len)
517{
518 struct efx_nic *efx = channel->efx;
519 const char *type;
520 int number;
521
522 number = channel->channel;
523 if (efx->tx_channel_offset == 0) {
524 type = "";
525 } else if (channel->channel < efx->tx_channel_offset) {
526 type = "-rx";
527 } else {
528 type = "-tx";
529 number -= efx->tx_channel_offset;
530 }
531 snprintf(buf, len, "%s%s-%d", efx->name, type, number);
532}
Ben Hutchings8ceee662008-04-27 12:55:59 +0100533
Ben Hutchings56536e92008-12-12 21:37:02 -0800534static void efx_set_channel_names(struct efx_nic *efx)
535{
536 struct efx_channel *channel;
Ben Hutchings56536e92008-12-12 21:37:02 -0800537
Ben Hutchings7f967c02012-02-13 23:45:02 +0000538 efx_for_each_channel(channel, efx)
539 channel->type->get_name(channel,
Ben Hutchingsd8291182012-10-05 23:35:41 +0100540 efx->msi_context[channel->channel].name,
541 sizeof(efx->msi_context[0].name));
Ben Hutchings56536e92008-12-12 21:37:02 -0800542}
543
Ben Hutchings46426102010-09-10 06:42:33 +0000544static int efx_probe_channels(struct efx_nic *efx)
545{
546 struct efx_channel *channel;
547 int rc;
548
549 /* Restart special buffer allocation */
550 efx->next_buffer_table = 0;
551
Ben Hutchingsc92aaff2012-02-21 23:22:00 +0000552 /* Probe channels in reverse, so that any 'extra' channels
553 * use the start of the buffer table. This allows the traffic
554 * channels to be resized without moving them or wasting the
555 * entries before them.
556 */
557 efx_for_each_channel_rev(channel, efx) {
Ben Hutchings46426102010-09-10 06:42:33 +0000558 rc = efx_probe_channel(channel);
559 if (rc) {
560 netif_err(efx, probe, efx->net_dev,
561 "failed to create channel %d\n",
562 channel->channel);
563 goto fail;
564 }
565 }
566 efx_set_channel_names(efx);
567
568 return 0;
569
570fail:
571 efx_remove_channels(efx);
572 return rc;
573}
574
Ben Hutchings8ceee662008-04-27 12:55:59 +0100575/* Channels are shutdown and reinitialised whilst the NIC is running
576 * to propagate configuration changes (mtu, checksum offload), or
577 * to clear hardware error conditions
578 */
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000579static void efx_start_datapath(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100580{
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000581 bool old_rx_scatter = efx->rx_scatter;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100582 struct efx_tx_queue *tx_queue;
583 struct efx_rx_queue *rx_queue;
584 struct efx_channel *channel;
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000585 size_t rx_buf_len;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100586
Ben Hutchingsf7f13b02008-05-16 21:15:06 +0100587 /* Calculate the rx buffer allocation parameters required to
588 * support the current MTU, including padding for header
589 * alignment and overruns.
590 */
Jon Cooper43a37392012-10-18 15:49:54 +0100591 efx->rx_dma_len = (efx->rx_prefix_size +
Ben Hutchings272baee2013-01-29 23:33:14 +0000592 EFX_MAX_FRAME_LEN(efx->net_dev->mtu) +
593 efx->type->rx_buffer_padding);
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000594 rx_buf_len = (sizeof(struct efx_rx_page_state) +
Andrew Rybchenko2ec03012013-11-16 11:02:27 +0400595 efx->rx_ip_align + efx->rx_dma_len);
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000596 if (rx_buf_len <= PAGE_SIZE) {
Jon Coopere8c68c02013-03-08 10:18:28 +0000597 efx->rx_scatter = efx->type->always_rx_scatter;
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000598 efx->rx_buffer_order = 0;
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000599 } else if (efx->type->can_rx_scatter) {
Ben Hutchings950c54d2013-05-13 12:01:22 +0000600 BUILD_BUG_ON(EFX_RX_USR_BUF_SIZE % L1_CACHE_BYTES);
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000601 BUILD_BUG_ON(sizeof(struct efx_rx_page_state) +
Ben Hutchings950c54d2013-05-13 12:01:22 +0000602 2 * ALIGN(NET_IP_ALIGN + EFX_RX_USR_BUF_SIZE,
603 EFX_RX_BUF_ALIGNMENT) >
604 PAGE_SIZE);
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000605 efx->rx_scatter = true;
606 efx->rx_dma_len = EFX_RX_USR_BUF_SIZE;
607 efx->rx_buffer_order = 0;
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000608 } else {
609 efx->rx_scatter = false;
610 efx->rx_buffer_order = get_order(rx_buf_len);
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000611 }
612
Daniel Pieczko1648a232013-02-13 10:54:41 +0000613 efx_rx_config_page_split(efx);
614 if (efx->rx_buffer_order)
615 netif_dbg(efx, drv, efx->net_dev,
616 "RX buf len=%u; page order=%u batch=%u\n",
617 efx->rx_dma_len, efx->rx_buffer_order,
618 efx->rx_pages_per_batch);
619 else
620 netif_dbg(efx, drv, efx->net_dev,
621 "RX buf len=%u step=%u bpp=%u; page batch=%u\n",
622 efx->rx_dma_len, efx->rx_page_buf_step,
623 efx->rx_bufs_per_page, efx->rx_pages_per_batch);
Daniel Pieczko27689352013-02-13 10:54:41 +0000624
Jon Coopere8c68c02013-03-08 10:18:28 +0000625 /* RX filters may also have scatter-enabled flags */
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000626 if (efx->rx_scatter != old_rx_scatter)
Ben Hutchingsadd72472012-11-08 01:46:53 +0000627 efx->type->filter_update_rx_scatter(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100628
Ben Hutchings14bf7182012-05-22 01:27:58 +0100629 /* We must keep at least one descriptor in a TX ring empty.
630 * We could avoid this when the queue size does not exactly
631 * match the hardware ring size, but it's not that important.
632 * Therefore we stop the queue when one more skb might fill
633 * the ring completely. We wake it when half way back to
634 * empty.
635 */
636 efx->txq_stop_thresh = efx->txq_entries - efx_tx_max_skb_descs(efx);
637 efx->txq_wake_thresh = efx->txq_stop_thresh / 2;
638
Ben Hutchings8ceee662008-04-27 12:55:59 +0100639 /* Initialise the channels */
640 efx_for_each_channel(channel, efx) {
Alexandre Rames3881d8a2013-06-10 11:03:21 +0100641 efx_for_each_channel_tx_queue(tx_queue, channel) {
Ben Hutchingsbc3c90a2008-09-01 12:48:46 +0100642 efx_init_tx_queue(tx_queue);
Alexandre Rames3881d8a2013-06-10 11:03:21 +0100643 atomic_inc(&efx->active_queues);
644 }
Ben Hutchings8ceee662008-04-27 12:55:59 +0100645
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000646 efx_for_each_channel_rx_queue(rx_queue, channel) {
Ben Hutchingsbc3c90a2008-09-01 12:48:46 +0100647 efx_init_rx_queue(rx_queue);
Alexandre Rames3881d8a2013-06-10 11:03:21 +0100648 atomic_inc(&efx->active_queues);
Jon Coopercce28792013-10-02 11:04:14 +0100649 efx_stop_eventq(channel);
650 efx_fast_push_rx_descriptors(rx_queue, false);
651 efx_start_eventq(channel);
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000652 }
Ben Hutchings8ceee662008-04-27 12:55:59 +0100653
Ben Hutchings85740cdf2013-01-29 23:33:15 +0000654 WARN_ON(channel->rx_pkt_n_frags);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100655 }
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000656
Alexandre Rames2ea4dc22013-11-08 10:20:31 +0000657 efx_ptp_start_datapath(efx);
658
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000659 if (netif_device_present(efx->net_dev))
660 netif_tx_wake_all_queues(efx->net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100661}
662
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000663static void efx_stop_datapath(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100664{
665 struct efx_channel *channel;
666 struct efx_tx_queue *tx_queue;
667 struct efx_rx_queue *rx_queue;
Ben Hutchings6bc5d3a2008-09-01 12:49:37 +0100668 int rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100669
670 EFX_ASSERT_RESET_SERIALISED(efx);
671 BUG_ON(efx->port_enabled);
672
Alexandre Rames2ea4dc22013-11-08 10:20:31 +0000673 efx_ptp_stop_datapath(efx);
674
Ben Hutchingsd8aec742013-05-27 16:52:54 +0100675 /* Stop RX refill */
676 efx_for_each_channel(channel, efx) {
677 efx_for_each_channel_rx_queue(rx_queue, channel)
678 rx_queue->refill_enabled = false;
679 }
680
Ben Hutchings8ceee662008-04-27 12:55:59 +0100681 efx_for_each_channel(channel, efx) {
Ben Hutchings9f2cb712012-02-08 00:11:20 +0000682 /* RX packet processing is pipelined, so wait for the
683 * NAPI handler to complete. At least event queue 0
684 * might be kept active by non-data events, so don't
685 * use napi_synchronize() but actually disable NAPI
686 * temporarily.
687 */
688 if (efx_channel_has_rx_queue(channel)) {
689 efx_stop_eventq(channel);
690 efx_start_eventq(channel);
691 }
Ben Hutchingse42c3d82013-05-27 16:52:54 +0100692 }
Ben Hutchings8ceee662008-04-27 12:55:59 +0100693
Ben Hutchingse42c3d82013-05-27 16:52:54 +0100694 rc = efx->type->fini_dmaq(efx);
695 if (rc && EFX_WORKAROUND_7803(efx)) {
696 /* Schedule a reset to recover from the flush failure. The
697 * descriptor caches reference memory we're about to free,
698 * but falcon_reconfigure_mac_wrapper() won't reconnect
699 * the MACs because of the pending reset.
700 */
701 netif_err(efx, drv, efx->net_dev,
702 "Resetting to recover from flush failure\n");
703 efx_schedule_reset(efx, RESET_TYPE_ALL);
704 } else if (rc) {
705 netif_err(efx, drv, efx->net_dev, "failed to flush queues\n");
706 } else {
707 netif_dbg(efx, drv, efx->net_dev,
708 "successfully flushed all queues\n");
709 }
710
711 efx_for_each_channel(channel, efx) {
Ben Hutchings8ceee662008-04-27 12:55:59 +0100712 efx_for_each_channel_rx_queue(rx_queue, channel)
713 efx_fini_rx_queue(rx_queue);
Ben Hutchings94b274b2011-01-10 21:18:20 +0000714 efx_for_each_possible_channel_tx_queue(tx_queue, channel)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100715 efx_fini_tx_queue(tx_queue);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100716 }
717}
718
719static void efx_remove_channel(struct efx_channel *channel)
720{
721 struct efx_tx_queue *tx_queue;
722 struct efx_rx_queue *rx_queue;
723
Ben Hutchings62776d02010-06-23 11:30:07 +0000724 netif_dbg(channel->efx, drv, channel->efx->net_dev,
725 "destroy chan %d\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100726
727 efx_for_each_channel_rx_queue(rx_queue, channel)
728 efx_remove_rx_queue(rx_queue);
Ben Hutchings94b274b2011-01-10 21:18:20 +0000729 efx_for_each_possible_channel_tx_queue(tx_queue, channel)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100730 efx_remove_tx_queue(tx_queue);
731 efx_remove_eventq(channel);
Stuart Hodgsonc31e5f92012-07-18 09:52:11 +0100732 channel->type->post_remove(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100733}
734
Ben Hutchings46426102010-09-10 06:42:33 +0000735static void efx_remove_channels(struct efx_nic *efx)
736{
737 struct efx_channel *channel;
738
739 efx_for_each_channel(channel, efx)
740 efx_remove_channel(channel);
741}
742
743int
744efx_realloc_channels(struct efx_nic *efx, u32 rxq_entries, u32 txq_entries)
745{
746 struct efx_channel *other_channel[EFX_MAX_CHANNELS], *channel;
747 u32 old_rxq_entries, old_txq_entries;
Ben Hutchings7f967c02012-02-13 23:45:02 +0000748 unsigned i, next_buffer_table = 0;
Jon Cooper261e4d92013-04-15 18:51:54 +0100749 int rc, rc2;
Ben Hutchings8b7325b2012-07-27 20:46:41 +0100750
751 rc = efx_check_disabled(efx);
752 if (rc)
753 return rc;
Ben Hutchings7f967c02012-02-13 23:45:02 +0000754
755 /* Not all channels should be reallocated. We must avoid
756 * reallocating their buffer table entries.
757 */
758 efx_for_each_channel(channel, efx) {
759 struct efx_rx_queue *rx_queue;
760 struct efx_tx_queue *tx_queue;
761
762 if (channel->type->copy)
763 continue;
764 next_buffer_table = max(next_buffer_table,
765 channel->eventq.index +
766 channel->eventq.entries);
767 efx_for_each_channel_rx_queue(rx_queue, channel)
768 next_buffer_table = max(next_buffer_table,
769 rx_queue->rxd.index +
770 rx_queue->rxd.entries);
771 efx_for_each_channel_tx_queue(tx_queue, channel)
772 next_buffer_table = max(next_buffer_table,
773 tx_queue->txd.index +
774 tx_queue->txd.entries);
775 }
Ben Hutchings46426102010-09-10 06:42:33 +0000776
Ben Hutchings29c69a42013-01-28 19:01:06 +0000777 efx_device_detach_sync(efx);
Ben Hutchings46426102010-09-10 06:42:33 +0000778 efx_stop_all(efx);
Ben Hutchingsd8291182012-10-05 23:35:41 +0100779 efx_soft_disable_interrupts(efx);
Ben Hutchings46426102010-09-10 06:42:33 +0000780
Ben Hutchings7f967c02012-02-13 23:45:02 +0000781 /* Clone channels (where possible) */
Ben Hutchings46426102010-09-10 06:42:33 +0000782 memset(other_channel, 0, sizeof(other_channel));
783 for (i = 0; i < efx->n_channels; i++) {
Ben Hutchings7f967c02012-02-13 23:45:02 +0000784 channel = efx->channel[i];
785 if (channel->type->copy)
786 channel = channel->type->copy(channel);
Ben Hutchings46426102010-09-10 06:42:33 +0000787 if (!channel) {
788 rc = -ENOMEM;
789 goto out;
790 }
791 other_channel[i] = channel;
792 }
793
794 /* Swap entry counts and channel pointers */
795 old_rxq_entries = efx->rxq_entries;
796 old_txq_entries = efx->txq_entries;
797 efx->rxq_entries = rxq_entries;
798 efx->txq_entries = txq_entries;
799 for (i = 0; i < efx->n_channels; i++) {
800 channel = efx->channel[i];
801 efx->channel[i] = other_channel[i];
802 other_channel[i] = channel;
803 }
804
Ben Hutchings7f967c02012-02-13 23:45:02 +0000805 /* Restart buffer table allocation */
806 efx->next_buffer_table = next_buffer_table;
Ben Hutchings46426102010-09-10 06:42:33 +0000807
Ben Hutchingse8f14992010-12-07 19:47:34 +0000808 for (i = 0; i < efx->n_channels; i++) {
Ben Hutchings7f967c02012-02-13 23:45:02 +0000809 channel = efx->channel[i];
810 if (!channel->type->copy)
811 continue;
812 rc = efx_probe_channel(channel);
813 if (rc)
814 goto rollback;
815 efx_init_napi_channel(efx->channel[i]);
Ben Hutchingse8f14992010-12-07 19:47:34 +0000816 }
Ben Hutchings46426102010-09-10 06:42:33 +0000817
Ben Hutchings7f967c02012-02-13 23:45:02 +0000818out:
819 /* Destroy unused channel structures */
820 for (i = 0; i < efx->n_channels; i++) {
821 channel = other_channel[i];
822 if (channel && channel->type->copy) {
823 efx_fini_napi_channel(channel);
824 efx_remove_channel(channel);
825 kfree(channel);
826 }
827 }
828
Jon Cooper261e4d92013-04-15 18:51:54 +0100829 rc2 = efx_soft_enable_interrupts(efx);
830 if (rc2) {
831 rc = rc ? rc : rc2;
832 netif_err(efx, drv, efx->net_dev,
833 "unable to restart interrupts on channel reallocation\n");
834 efx_schedule_reset(efx, RESET_TYPE_DISABLE);
835 } else {
836 efx_start_all(efx);
837 netif_device_attach(efx->net_dev);
838 }
Ben Hutchings46426102010-09-10 06:42:33 +0000839 return rc;
840
841rollback:
842 /* Swap back */
843 efx->rxq_entries = old_rxq_entries;
844 efx->txq_entries = old_txq_entries;
845 for (i = 0; i < efx->n_channels; i++) {
846 channel = efx->channel[i];
847 efx->channel[i] = other_channel[i];
848 other_channel[i] = channel;
849 }
850 goto out;
851}
852
Steve Hodgson90d683a2010-06-01 11:19:39 +0000853void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100854{
Steve Hodgson90d683a2010-06-01 11:19:39 +0000855 mod_timer(&rx_queue->slow_fill, jiffies + msecs_to_jiffies(100));
Ben Hutchings8ceee662008-04-27 12:55:59 +0100856}
857
Ben Hutchings7f967c02012-02-13 23:45:02 +0000858static const struct efx_channel_type efx_default_channel_type = {
859 .pre_probe = efx_channel_dummy_op_int,
Stuart Hodgsonc31e5f92012-07-18 09:52:11 +0100860 .post_remove = efx_channel_dummy_op_void,
Ben Hutchings7f967c02012-02-13 23:45:02 +0000861 .get_name = efx_get_channel_name,
862 .copy = efx_copy_channel,
863 .keep_eventq = false,
864};
865
866int efx_channel_dummy_op_int(struct efx_channel *channel)
867{
868 return 0;
869}
870
Stuart Hodgsonc31e5f92012-07-18 09:52:11 +0100871void efx_channel_dummy_op_void(struct efx_channel *channel)
872{
873}
874
Ben Hutchings8ceee662008-04-27 12:55:59 +0100875/**************************************************************************
876 *
877 * Port handling
878 *
879 **************************************************************************/
880
881/* This ensures that the kernel is kept informed (via
882 * netif_carrier_on/off) of the link status, and also maintains the
883 * link status's stop on the port's TX queue.
884 */
Steve Hodgsonfdaa9ae2009-11-28 05:34:05 +0000885void efx_link_status_changed(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100886{
Ben Hutchingseb50c0d2009-11-23 16:06:30 +0000887 struct efx_link_state *link_state = &efx->link_state;
888
Ben Hutchings8ceee662008-04-27 12:55:59 +0100889 /* SFC Bug 5356: A net_dev notifier is registered, so we must ensure
890 * that no events are triggered between unregister_netdev() and the
891 * driver unloading. A more general condition is that NETDEV_CHANGE
892 * can only be generated between NETDEV_UP and NETDEV_DOWN */
893 if (!netif_running(efx->net_dev))
894 return;
895
Ben Hutchingseb50c0d2009-11-23 16:06:30 +0000896 if (link_state->up != netif_carrier_ok(efx->net_dev)) {
Ben Hutchings8ceee662008-04-27 12:55:59 +0100897 efx->n_link_state_changes++;
898
Ben Hutchingseb50c0d2009-11-23 16:06:30 +0000899 if (link_state->up)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100900 netif_carrier_on(efx->net_dev);
901 else
902 netif_carrier_off(efx->net_dev);
903 }
904
905 /* Status message for kernel log */
Ben Hutchings2aa9ef12012-01-09 19:53:41 +0000906 if (link_state->up)
Ben Hutchings62776d02010-06-23 11:30:07 +0000907 netif_info(efx, link, efx->net_dev,
Ben Hutchings964e6132012-11-19 23:08:22 +0000908 "link up at %uMbps %s-duplex (MTU %d)\n",
Ben Hutchings62776d02010-06-23 11:30:07 +0000909 link_state->speed, link_state->fd ? "full" : "half",
Ben Hutchings964e6132012-11-19 23:08:22 +0000910 efx->net_dev->mtu);
Ben Hutchings2aa9ef12012-01-09 19:53:41 +0000911 else
Ben Hutchings62776d02010-06-23 11:30:07 +0000912 netif_info(efx, link, efx->net_dev, "link down\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +0100913}
914
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000915void efx_link_set_advertising(struct efx_nic *efx, u32 advertising)
916{
917 efx->link_advertising = advertising;
918 if (advertising) {
919 if (advertising & ADVERTISED_Pause)
920 efx->wanted_fc |= (EFX_FC_TX | EFX_FC_RX);
921 else
922 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX);
923 if (advertising & ADVERTISED_Asym_Pause)
924 efx->wanted_fc ^= EFX_FC_TX;
925 }
926}
927
David S. Millerb56269462011-05-17 17:53:22 -0400928void efx_link_set_wanted_fc(struct efx_nic *efx, u8 wanted_fc)
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000929{
930 efx->wanted_fc = wanted_fc;
931 if (efx->link_advertising) {
932 if (wanted_fc & EFX_FC_RX)
933 efx->link_advertising |= (ADVERTISED_Pause |
934 ADVERTISED_Asym_Pause);
935 else
936 efx->link_advertising &= ~(ADVERTISED_Pause |
937 ADVERTISED_Asym_Pause);
938 if (wanted_fc & EFX_FC_TX)
939 efx->link_advertising ^= ADVERTISED_Asym_Pause;
940 }
941}
942
Ben Hutchings115122a2009-03-04 09:52:52 +0000943static void efx_fini_port(struct efx_nic *efx);
944
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000945/* Push loopback/power/transmit disable settings to the PHY, and reconfigure
946 * the MAC appropriately. All other PHY configuration changes are pushed
947 * through phy_op->set_settings(), and pushed asynchronously to the MAC
948 * through efx_monitor().
949 *
950 * Callers must hold the mac_lock
951 */
952int __efx_reconfigure_port(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100953{
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000954 enum efx_phy_mode phy_mode;
955 int rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100956
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000957 WARN_ON(!mutex_is_locked(&efx->mac_lock));
Ben Hutchings8ceee662008-04-27 12:55:59 +0100958
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000959 /* Disable PHY transmit in mac level loopbacks */
960 phy_mode = efx->phy_mode;
Ben Hutchings177dfcd2008-12-12 21:50:08 -0800961 if (LOOPBACK_INTERNAL(efx))
962 efx->phy_mode |= PHY_MODE_TX_DISABLED;
963 else
964 efx->phy_mode &= ~PHY_MODE_TX_DISABLED;
Ben Hutchings177dfcd2008-12-12 21:50:08 -0800965
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000966 rc = efx->type->reconfigure_port(efx);
Ben Hutchings177dfcd2008-12-12 21:50:08 -0800967
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000968 if (rc)
969 efx->phy_mode = phy_mode;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100970
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000971 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100972}
973
974/* Reinitialise the MAC to pick up new PHY settings, even if the port is
975 * disabled. */
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000976int efx_reconfigure_port(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100977{
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000978 int rc;
979
Ben Hutchings8ceee662008-04-27 12:55:59 +0100980 EFX_ASSERT_RESET_SERIALISED(efx);
981
982 mutex_lock(&efx->mac_lock);
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000983 rc = __efx_reconfigure_port(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100984 mutex_unlock(&efx->mac_lock);
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000985
986 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100987}
988
Ben Hutchings8be4f3e2009-11-25 16:12:16 +0000989/* Asynchronous work item for changing MAC promiscuity and multicast
990 * hash. Avoid a drain/rx_ingress enable by reconfiguring the current
991 * MAC directly. */
Ben Hutchings766ca0f2008-12-12 21:59:24 -0800992static void efx_mac_work(struct work_struct *data)
993{
994 struct efx_nic *efx = container_of(data, struct efx_nic, mac_work);
995
996 mutex_lock(&efx->mac_lock);
Ben Hutchings30b81cd2011-09-13 19:47:48 +0100997 if (efx->port_enabled)
Ben Hutchings710b2082011-09-03 00:15:00 +0100998 efx->type->reconfigure_mac(efx);
Ben Hutchings766ca0f2008-12-12 21:59:24 -0800999 mutex_unlock(&efx->mac_lock);
1000}
1001
Ben Hutchings8ceee662008-04-27 12:55:59 +01001002static int efx_probe_port(struct efx_nic *efx)
1003{
1004 int rc;
1005
Ben Hutchings62776d02010-06-23 11:30:07 +00001006 netif_dbg(efx, probe, efx->net_dev, "create port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001007
Steve Hodgsonff3b00a2009-12-23 13:46:36 +00001008 if (phy_flash_cfg)
1009 efx->phy_mode = PHY_MODE_SPECIAL;
1010
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001011 /* Connect up MAC/PHY operations table */
1012 rc = efx->type->probe_port(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001013 if (rc)
Ben Hutchingse42de262010-09-10 06:41:19 +00001014 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001015
Ben Hutchingse332bcb2011-12-20 01:22:51 +00001016 /* Initialise MAC address to permanent address */
1017 memcpy(efx->net_dev->dev_addr, efx->net_dev->perm_addr, ETH_ALEN);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001018
1019 return 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001020}
1021
1022static int efx_init_port(struct efx_nic *efx)
1023{
1024 int rc;
1025
Ben Hutchings62776d02010-06-23 11:30:07 +00001026 netif_dbg(efx, drv, efx->net_dev, "init port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001027
Ben Hutchings1dfc5ce2009-11-25 16:11:19 +00001028 mutex_lock(&efx->mac_lock);
1029
Ben Hutchings177dfcd2008-12-12 21:50:08 -08001030 rc = efx->phy_op->init(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001031 if (rc)
Ben Hutchings1dfc5ce2009-11-25 16:11:19 +00001032 goto fail1;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001033
Ben Hutchingsdc8cfa52008-09-01 12:46:50 +01001034 efx->port_initialized = true;
Ben Hutchings1dfc5ce2009-11-25 16:11:19 +00001035
Ben Hutchingsd3245b22009-11-29 03:42:41 +00001036 /* Reconfigure the MAC before creating dma queues (required for
1037 * Falcon/A1 where RX_INGR_EN/TX_DRAIN_EN isn't supported) */
Ben Hutchings710b2082011-09-03 00:15:00 +01001038 efx->type->reconfigure_mac(efx);
Ben Hutchingsd3245b22009-11-29 03:42:41 +00001039
1040 /* Ensure the PHY advertises the correct flow control settings */
1041 rc = efx->phy_op->reconfigure(efx);
1042 if (rc)
1043 goto fail2;
1044
Ben Hutchings1dfc5ce2009-11-25 16:11:19 +00001045 mutex_unlock(&efx->mac_lock);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001046 return 0;
Ben Hutchings177dfcd2008-12-12 21:50:08 -08001047
Ben Hutchings1dfc5ce2009-11-25 16:11:19 +00001048fail2:
Ben Hutchings177dfcd2008-12-12 21:50:08 -08001049 efx->phy_op->fini(efx);
Ben Hutchings1dfc5ce2009-11-25 16:11:19 +00001050fail1:
1051 mutex_unlock(&efx->mac_lock);
Ben Hutchings177dfcd2008-12-12 21:50:08 -08001052 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001053}
1054
Ben Hutchings8ceee662008-04-27 12:55:59 +01001055static void efx_start_port(struct efx_nic *efx)
1056{
Ben Hutchings62776d02010-06-23 11:30:07 +00001057 netif_dbg(efx, ifup, efx->net_dev, "start port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001058 BUG_ON(efx->port_enabled);
1059
1060 mutex_lock(&efx->mac_lock);
Ben Hutchingsdc8cfa52008-09-01 12:46:50 +01001061 efx->port_enabled = true;
Ben Hutchings8be4f3e2009-11-25 16:12:16 +00001062
Ben Hutchingsd615c032013-10-08 17:33:20 +01001063 /* Ensure MAC ingress/egress is enabled */
Ben Hutchings710b2082011-09-03 00:15:00 +01001064 efx->type->reconfigure_mac(efx);
Ben Hutchings8be4f3e2009-11-25 16:12:16 +00001065
Ben Hutchings8ceee662008-04-27 12:55:59 +01001066 mutex_unlock(&efx->mac_lock);
1067}
1068
Ben Hutchingsd615c032013-10-08 17:33:20 +01001069/* Cancel work for MAC reconfiguration, periodic hardware monitoring
1070 * and the async self-test, wait for them to finish and prevent them
1071 * being scheduled again. This doesn't cover online resets, which
1072 * should only be cancelled when removing the device.
1073 */
Ben Hutchings8ceee662008-04-27 12:55:59 +01001074static void efx_stop_port(struct efx_nic *efx)
1075{
Ben Hutchings62776d02010-06-23 11:30:07 +00001076 netif_dbg(efx, ifdown, efx->net_dev, "stop port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001077
Ben Hutchingsd615c032013-10-08 17:33:20 +01001078 EFX_ASSERT_RESET_SERIALISED(efx);
1079
Ben Hutchings8ceee662008-04-27 12:55:59 +01001080 mutex_lock(&efx->mac_lock);
Ben Hutchingsdc8cfa52008-09-01 12:46:50 +01001081 efx->port_enabled = false;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001082 mutex_unlock(&efx->mac_lock);
1083
1084 /* Serialise against efx_set_multicast_list() */
Ben Hutchings73ba7b62012-01-09 19:47:08 +00001085 netif_addr_lock_bh(efx->net_dev);
1086 netif_addr_unlock_bh(efx->net_dev);
Ben Hutchingsd615c032013-10-08 17:33:20 +01001087
1088 cancel_delayed_work_sync(&efx->monitor_work);
1089 efx_selftest_async_cancel(efx);
1090 cancel_work_sync(&efx->mac_work);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001091}
1092
1093static void efx_fini_port(struct efx_nic *efx)
1094{
Ben Hutchings62776d02010-06-23 11:30:07 +00001095 netif_dbg(efx, drv, efx->net_dev, "shut down port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001096
1097 if (!efx->port_initialized)
1098 return;
1099
Ben Hutchings177dfcd2008-12-12 21:50:08 -08001100 efx->phy_op->fini(efx);
Ben Hutchingsdc8cfa52008-09-01 12:46:50 +01001101 efx->port_initialized = false;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001102
Ben Hutchingseb50c0d2009-11-23 16:06:30 +00001103 efx->link_state.up = false;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001104 efx_link_status_changed(efx);
1105}
1106
1107static void efx_remove_port(struct efx_nic *efx)
1108{
Ben Hutchings62776d02010-06-23 11:30:07 +00001109 netif_dbg(efx, drv, efx->net_dev, "destroying port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001110
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001111 efx->type->remove_port(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001112}
1113
1114/**************************************************************************
1115 *
1116 * NIC handling
1117 *
1118 **************************************************************************/
1119
Ben Hutchings0bcf4a62013-10-18 19:21:45 +01001120static LIST_HEAD(efx_primary_list);
1121static LIST_HEAD(efx_unassociated_list);
1122
1123static bool efx_same_controller(struct efx_nic *left, struct efx_nic *right)
1124{
1125 return left->type == right->type &&
1126 left->vpd_sn && right->vpd_sn &&
1127 !strcmp(left->vpd_sn, right->vpd_sn);
1128}
1129
1130static void efx_associate(struct efx_nic *efx)
1131{
1132 struct efx_nic *other, *next;
1133
1134 if (efx->primary == efx) {
1135 /* Adding primary function; look for secondaries */
1136
1137 netif_dbg(efx, probe, efx->net_dev, "adding to primary list\n");
1138 list_add_tail(&efx->node, &efx_primary_list);
1139
1140 list_for_each_entry_safe(other, next, &efx_unassociated_list,
1141 node) {
1142 if (efx_same_controller(efx, other)) {
1143 list_del(&other->node);
1144 netif_dbg(other, probe, other->net_dev,
1145 "moving to secondary list of %s %s\n",
1146 pci_name(efx->pci_dev),
1147 efx->net_dev->name);
1148 list_add_tail(&other->node,
1149 &efx->secondary_list);
1150 other->primary = efx;
1151 }
1152 }
1153 } else {
1154 /* Adding secondary function; look for primary */
1155
1156 list_for_each_entry(other, &efx_primary_list, node) {
1157 if (efx_same_controller(efx, other)) {
1158 netif_dbg(efx, probe, efx->net_dev,
1159 "adding to secondary list of %s %s\n",
1160 pci_name(other->pci_dev),
1161 other->net_dev->name);
1162 list_add_tail(&efx->node,
1163 &other->secondary_list);
1164 efx->primary = other;
1165 return;
1166 }
1167 }
1168
1169 netif_dbg(efx, probe, efx->net_dev,
1170 "adding to unassociated list\n");
1171 list_add_tail(&efx->node, &efx_unassociated_list);
1172 }
1173}
1174
1175static void efx_dissociate(struct efx_nic *efx)
1176{
1177 struct efx_nic *other, *next;
1178
1179 list_del(&efx->node);
1180 efx->primary = NULL;
1181
1182 list_for_each_entry_safe(other, next, &efx->secondary_list, node) {
1183 list_del(&other->node);
1184 netif_dbg(other, probe, other->net_dev,
1185 "moving to unassociated list\n");
1186 list_add_tail(&other->node, &efx_unassociated_list);
1187 other->primary = NULL;
1188 }
1189}
1190
Ben Hutchings8ceee662008-04-27 12:55:59 +01001191/* This configures the PCI device to enable I/O and DMA. */
1192static int efx_init_io(struct efx_nic *efx)
1193{
1194 struct pci_dev *pci_dev = efx->pci_dev;
1195 dma_addr_t dma_mask = efx->type->max_dma_mask;
Ben Hutchingsb1057982012-09-19 00:56:47 +01001196 unsigned int mem_map_size = efx->type->mem_map_size(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001197 int rc;
1198
Ben Hutchings62776d02010-06-23 11:30:07 +00001199 netif_dbg(efx, probe, efx->net_dev, "initialising I/O\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001200
1201 rc = pci_enable_device(pci_dev);
1202 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001203 netif_err(efx, probe, efx->net_dev,
1204 "failed to enable PCI device\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001205 goto fail1;
1206 }
1207
1208 pci_set_master(pci_dev);
1209
1210 /* Set the PCI DMA mask. Try all possibilities from our
1211 * genuine mask down to 32 bits, because some architectures
1212 * (e.g. x86_64 with iommu_sac_force set) will allow 40 bit
1213 * masks event though they reject 46 bit masks.
1214 */
1215 while (dma_mask > 0x7fffffffUL) {
Ben Hutchings0e33d872012-05-17 17:46:55 +01001216 if (dma_supported(&pci_dev->dev, dma_mask)) {
Russell King9663ded2013-06-26 23:49:11 +01001217 rc = dma_set_mask_and_coherent(&pci_dev->dev, dma_mask);
Ben Hutchingse9e01842012-01-05 18:50:29 +00001218 if (rc == 0)
1219 break;
1220 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01001221 dma_mask >>= 1;
1222 }
1223 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001224 netif_err(efx, probe, efx->net_dev,
1225 "could not find a suitable DMA mask\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001226 goto fail2;
1227 }
Ben Hutchings62776d02010-06-23 11:30:07 +00001228 netif_dbg(efx, probe, efx->net_dev,
1229 "using DMA mask %llx\n", (unsigned long long) dma_mask);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001230
Ben Hutchingsdc803df2009-10-23 08:32:33 +00001231 efx->membase_phys = pci_resource_start(efx->pci_dev, EFX_MEM_BAR);
1232 rc = pci_request_region(pci_dev, EFX_MEM_BAR, "sfc");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001233 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001234 netif_err(efx, probe, efx->net_dev,
1235 "request for memory BAR failed\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001236 rc = -EIO;
1237 goto fail3;
1238 }
Ben Hutchingsb1057982012-09-19 00:56:47 +01001239 efx->membase = ioremap_nocache(efx->membase_phys, mem_map_size);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001240 if (!efx->membase) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001241 netif_err(efx, probe, efx->net_dev,
1242 "could not map memory BAR at %llx+%x\n",
Ben Hutchingsb1057982012-09-19 00:56:47 +01001243 (unsigned long long)efx->membase_phys, mem_map_size);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001244 rc = -ENOMEM;
1245 goto fail4;
1246 }
Ben Hutchings62776d02010-06-23 11:30:07 +00001247 netif_dbg(efx, probe, efx->net_dev,
1248 "memory BAR at %llx+%x (virtual %p)\n",
Ben Hutchingsb1057982012-09-19 00:56:47 +01001249 (unsigned long long)efx->membase_phys, mem_map_size,
1250 efx->membase);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001251
1252 return 0;
1253
1254 fail4:
Ben Hutchingsdc803df2009-10-23 08:32:33 +00001255 pci_release_region(efx->pci_dev, EFX_MEM_BAR);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001256 fail3:
Ben Hutchings2c118e02008-05-16 21:15:29 +01001257 efx->membase_phys = 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001258 fail2:
1259 pci_disable_device(efx->pci_dev);
1260 fail1:
1261 return rc;
1262}
1263
1264static void efx_fini_io(struct efx_nic *efx)
1265{
Ben Hutchings62776d02010-06-23 11:30:07 +00001266 netif_dbg(efx, drv, efx->net_dev, "shutting down I/O\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001267
1268 if (efx->membase) {
1269 iounmap(efx->membase);
1270 efx->membase = NULL;
1271 }
1272
1273 if (efx->membase_phys) {
Ben Hutchingsdc803df2009-10-23 08:32:33 +00001274 pci_release_region(efx->pci_dev, EFX_MEM_BAR);
Ben Hutchings2c118e02008-05-16 21:15:29 +01001275 efx->membase_phys = 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001276 }
1277
1278 pci_disable_device(efx->pci_dev);
1279}
1280
Ben Hutchingsa9a525062012-02-14 20:15:57 +00001281static unsigned int efx_wanted_parallelism(struct efx_nic *efx)
Ben Hutchings46123d02008-09-01 12:47:33 +01001282{
Ben Hutchingscdb08f82011-12-20 01:08:05 +00001283 cpumask_var_t thread_mask;
Ben Hutchingsa16e5b22012-02-14 00:40:12 +00001284 unsigned int count;
Ben Hutchings46123d02008-09-01 12:47:33 +01001285 int cpu;
1286
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00001287 if (rss_cpus) {
1288 count = rss_cpus;
1289 } else {
1290 if (unlikely(!zalloc_cpumask_var(&thread_mask, GFP_KERNEL))) {
1291 netif_warn(efx, probe, efx->net_dev,
1292 "RSS disabled due to allocation failure\n");
1293 return 1;
Ben Hutchings46123d02008-09-01 12:47:33 +01001294 }
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00001295
1296 count = 0;
1297 for_each_online_cpu(cpu) {
1298 if (!cpumask_test_cpu(cpu, thread_mask)) {
1299 ++count;
1300 cpumask_or(thread_mask, thread_mask,
1301 topology_thread_cpumask(cpu));
1302 }
1303 }
1304
1305 free_cpumask_var(thread_mask);
Ben Hutchings46123d02008-09-01 12:47:33 +01001306 }
1307
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00001308 /* If RSS is requested for the PF *and* VFs then we can't write RSS
1309 * table entries that are inaccessible to VFs
1310 */
1311 if (efx_sriov_wanted(efx) && efx_vf_size(efx) > 1 &&
1312 count > efx_vf_size(efx)) {
1313 netif_warn(efx, probe, efx->net_dev,
1314 "Reducing number of RSS channels from %u to %u for "
1315 "VF support. Increase vf-msix-limit to use more "
1316 "channels on the PF.\n",
1317 count, efx_vf_size(efx));
1318 count = efx_vf_size(efx);
1319 }
1320
Ben Hutchings46123d02008-09-01 12:47:33 +01001321 return count;
1322}
1323
1324/* Probe the number and type of interrupts we are able to obtain, and
1325 * the resulting numbers of channels and RX queues.
1326 */
Ben Hutchings64d8ad62011-01-05 00:50:41 +00001327static int efx_probe_interrupts(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001328{
Ben Hutchings7f967c02012-02-13 23:45:02 +00001329 unsigned int extra_channels = 0;
1330 unsigned int i, j;
Ben Hutchingsa16e5b22012-02-14 00:40:12 +00001331 int rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001332
Ben Hutchings7f967c02012-02-13 23:45:02 +00001333 for (i = 0; i < EFX_MAX_EXTRA_CHANNELS; i++)
1334 if (efx->extra_channel_type[i])
1335 ++extra_channels;
1336
Ben Hutchings8ceee662008-04-27 12:55:59 +01001337 if (efx->interrupt_mode == EFX_INT_MODE_MSIX) {
Ben Hutchings46123d02008-09-01 12:47:33 +01001338 struct msix_entry xentries[EFX_MAX_CHANNELS];
Ben Hutchingsa16e5b22012-02-14 00:40:12 +00001339 unsigned int n_channels;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001340
Ben Hutchingsa9a525062012-02-14 20:15:57 +00001341 n_channels = efx_wanted_parallelism(efx);
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001342 if (separate_tx_channels)
1343 n_channels *= 2;
Ben Hutchings7f967c02012-02-13 23:45:02 +00001344 n_channels += extra_channels;
Ben Hutchingsb1057982012-09-19 00:56:47 +01001345 n_channels = min(n_channels, efx->max_channels);
Ben Hutchingsaa6ef272008-07-18 19:03:10 +01001346
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001347 for (i = 0; i < n_channels; i++)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001348 xentries[i].entry = i;
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001349 rc = pci_enable_msix(efx->pci_dev, xentries, n_channels);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001350 if (rc > 0) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001351 netif_err(efx, drv, efx->net_dev,
1352 "WARNING: Insufficient MSI-X vectors"
Ben Hutchingsa16e5b22012-02-14 00:40:12 +00001353 " available (%d < %u).\n", rc, n_channels);
Ben Hutchings62776d02010-06-23 11:30:07 +00001354 netif_err(efx, drv, efx->net_dev,
1355 "WARNING: Performance may be reduced.\n");
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001356 EFX_BUG_ON_PARANOID(rc >= n_channels);
1357 n_channels = rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001358 rc = pci_enable_msix(efx->pci_dev, xentries,
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001359 n_channels);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001360 }
1361
1362 if (rc == 0) {
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001363 efx->n_channels = n_channels;
Ben Hutchings7f967c02012-02-13 23:45:02 +00001364 if (n_channels > extra_channels)
1365 n_channels -= extra_channels;
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001366 if (separate_tx_channels) {
Ben Hutchings7f967c02012-02-13 23:45:02 +00001367 efx->n_tx_channels = max(n_channels / 2, 1U);
1368 efx->n_rx_channels = max(n_channels -
1369 efx->n_tx_channels,
1370 1U);
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001371 } else {
Ben Hutchings7f967c02012-02-13 23:45:02 +00001372 efx->n_tx_channels = n_channels;
1373 efx->n_rx_channels = n_channels;
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001374 }
Ben Hutchings7f967c02012-02-13 23:45:02 +00001375 for (i = 0; i < efx->n_channels; i++)
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00001376 efx_get_channel(efx, i)->irq =
1377 xentries[i].vector;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001378 } else {
1379 /* Fall back to single channel MSI */
1380 efx->interrupt_mode = EFX_INT_MODE_MSI;
Ben Hutchings62776d02010-06-23 11:30:07 +00001381 netif_err(efx, drv, efx->net_dev,
1382 "could not enable MSI-X\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001383 }
1384 }
1385
1386 /* Try single interrupt MSI */
1387 if (efx->interrupt_mode == EFX_INT_MODE_MSI) {
Neil Turton28b581a2008-12-12 21:41:06 -08001388 efx->n_channels = 1;
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001389 efx->n_rx_channels = 1;
1390 efx->n_tx_channels = 1;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001391 rc = pci_enable_msi(efx->pci_dev);
1392 if (rc == 0) {
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00001393 efx_get_channel(efx, 0)->irq = efx->pci_dev->irq;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001394 } else {
Ben Hutchings62776d02010-06-23 11:30:07 +00001395 netif_err(efx, drv, efx->net_dev,
1396 "could not enable MSI\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001397 efx->interrupt_mode = EFX_INT_MODE_LEGACY;
1398 }
1399 }
1400
1401 /* Assume legacy interrupts */
1402 if (efx->interrupt_mode == EFX_INT_MODE_LEGACY) {
Neil Turton28b581a2008-12-12 21:41:06 -08001403 efx->n_channels = 1 + (separate_tx_channels ? 1 : 0);
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001404 efx->n_rx_channels = 1;
1405 efx->n_tx_channels = 1;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001406 efx->legacy_irq = efx->pci_dev->irq;
1407 }
Ben Hutchings64d8ad62011-01-05 00:50:41 +00001408
Ben Hutchings7f967c02012-02-13 23:45:02 +00001409 /* Assign extra channels if possible */
1410 j = efx->n_channels;
1411 for (i = 0; i < EFX_MAX_EXTRA_CHANNELS; i++) {
1412 if (!efx->extra_channel_type[i])
1413 continue;
1414 if (efx->interrupt_mode != EFX_INT_MODE_MSIX ||
1415 efx->n_channels <= extra_channels) {
1416 efx->extra_channel_type[i]->handle_no_channel(efx);
1417 } else {
1418 --j;
1419 efx_get_channel(efx, j)->type =
1420 efx->extra_channel_type[i];
1421 }
1422 }
1423
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00001424 /* RSS might be usable on VFs even if it is disabled on the PF */
Ben Hutchings3132d282012-05-05 02:31:23 +01001425 efx->rss_spread = ((efx->n_rx_channels > 1 || !efx_sriov_wanted(efx)) ?
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00001426 efx->n_rx_channels : efx_vf_size(efx));
1427
Ben Hutchings64d8ad62011-01-05 00:50:41 +00001428 return 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001429}
1430
Jon Cooper261e4d92013-04-15 18:51:54 +01001431static int efx_soft_enable_interrupts(struct efx_nic *efx)
Ben Hutchingsd8291182012-10-05 23:35:41 +01001432{
Jon Cooper261e4d92013-04-15 18:51:54 +01001433 struct efx_channel *channel, *end_channel;
1434 int rc;
Ben Hutchingsd8291182012-10-05 23:35:41 +01001435
1436 BUG_ON(efx->state == STATE_DISABLED);
1437
1438 efx->irq_soft_enabled = true;
1439 smp_wmb();
1440
1441 efx_for_each_channel(channel, efx) {
Jon Cooper261e4d92013-04-15 18:51:54 +01001442 if (!channel->type->keep_eventq) {
1443 rc = efx_init_eventq(channel);
1444 if (rc)
1445 goto fail;
1446 }
Ben Hutchingsd8291182012-10-05 23:35:41 +01001447 efx_start_eventq(channel);
1448 }
1449
1450 efx_mcdi_mode_event(efx);
Jon Cooper261e4d92013-04-15 18:51:54 +01001451
1452 return 0;
1453fail:
1454 end_channel = channel;
1455 efx_for_each_channel(channel, efx) {
1456 if (channel == end_channel)
1457 break;
1458 efx_stop_eventq(channel);
1459 if (!channel->type->keep_eventq)
1460 efx_fini_eventq(channel);
1461 }
1462
1463 return rc;
Ben Hutchingsd8291182012-10-05 23:35:41 +01001464}
1465
1466static void efx_soft_disable_interrupts(struct efx_nic *efx)
1467{
1468 struct efx_channel *channel;
1469
1470 if (efx->state == STATE_DISABLED)
1471 return;
1472
1473 efx_mcdi_mode_poll(efx);
1474
1475 efx->irq_soft_enabled = false;
1476 smp_wmb();
1477
1478 if (efx->legacy_irq)
1479 synchronize_irq(efx->legacy_irq);
1480
1481 efx_for_each_channel(channel, efx) {
1482 if (channel->irq)
1483 synchronize_irq(channel->irq);
1484
1485 efx_stop_eventq(channel);
1486 if (!channel->type->keep_eventq)
1487 efx_fini_eventq(channel);
1488 }
Ben Hutchingscade7152013-08-27 23:12:31 +01001489
1490 /* Flush the asynchronous MCDI request queue */
1491 efx_mcdi_flush_async(efx);
Ben Hutchingsd8291182012-10-05 23:35:41 +01001492}
1493
Jon Cooper261e4d92013-04-15 18:51:54 +01001494static int efx_enable_interrupts(struct efx_nic *efx)
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001495{
Jon Cooper261e4d92013-04-15 18:51:54 +01001496 struct efx_channel *channel, *end_channel;
1497 int rc;
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001498
Ben Hutchings8b7325b2012-07-27 20:46:41 +01001499 BUG_ON(efx->state == STATE_DISABLED);
1500
Alexandre Ramesb28405b2013-03-21 16:41:43 +00001501 if (efx->eeh_disabled_legacy_irq) {
1502 enable_irq(efx->legacy_irq);
1503 efx->eeh_disabled_legacy_irq = false;
1504 }
Ben Hutchingsd8291182012-10-05 23:35:41 +01001505
Ben Hutchings86094f72013-08-21 19:51:04 +01001506 efx->type->irq_enable_master(efx);
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001507
1508 efx_for_each_channel(channel, efx) {
Jon Cooper261e4d92013-04-15 18:51:54 +01001509 if (channel->type->keep_eventq) {
1510 rc = efx_init_eventq(channel);
1511 if (rc)
1512 goto fail;
1513 }
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001514 }
1515
Jon Cooper261e4d92013-04-15 18:51:54 +01001516 rc = efx_soft_enable_interrupts(efx);
1517 if (rc)
1518 goto fail;
1519
1520 return 0;
1521
1522fail:
1523 end_channel = channel;
1524 efx_for_each_channel(channel, efx) {
1525 if (channel == end_channel)
1526 break;
1527 if (channel->type->keep_eventq)
1528 efx_fini_eventq(channel);
1529 }
1530
1531 efx->type->irq_disable_non_ev(efx);
1532
1533 return rc;
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001534}
1535
Ben Hutchingsd8291182012-10-05 23:35:41 +01001536static void efx_disable_interrupts(struct efx_nic *efx)
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001537{
1538 struct efx_channel *channel;
1539
Ben Hutchingsd8291182012-10-05 23:35:41 +01001540 efx_soft_disable_interrupts(efx);
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001541
1542 efx_for_each_channel(channel, efx) {
Ben Hutchingsd8291182012-10-05 23:35:41 +01001543 if (channel->type->keep_eventq)
Ben Hutchings7f967c02012-02-13 23:45:02 +00001544 efx_fini_eventq(channel);
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001545 }
Ben Hutchingsd8291182012-10-05 23:35:41 +01001546
Ben Hutchings86094f72013-08-21 19:51:04 +01001547 efx->type->irq_disable_non_ev(efx);
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001548}
1549
Ben Hutchings8ceee662008-04-27 12:55:59 +01001550static void efx_remove_interrupts(struct efx_nic *efx)
1551{
1552 struct efx_channel *channel;
1553
1554 /* Remove MSI/MSI-X interrupts */
Ben Hutchings64ee3122008-09-01 12:47:38 +01001555 efx_for_each_channel(channel, efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001556 channel->irq = 0;
1557 pci_disable_msi(efx->pci_dev);
1558 pci_disable_msix(efx->pci_dev);
1559
1560 /* Remove legacy interrupt */
1561 efx->legacy_irq = 0;
1562}
1563
Ben Hutchings8831da72008-09-01 12:47:48 +01001564static void efx_set_channels(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001565{
Ben Hutchings602a5322011-05-16 17:32:39 +01001566 struct efx_channel *channel;
1567 struct efx_tx_queue *tx_queue;
1568
Ben Hutchings97653432011-01-12 18:26:56 +00001569 efx->tx_channel_offset =
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001570 separate_tx_channels ? efx->n_channels - efx->n_tx_channels : 0;
Ben Hutchings602a5322011-05-16 17:32:39 +01001571
Stuart Hodgson79d68b32012-07-16 17:08:33 +01001572 /* We need to mark which channels really have RX and TX
1573 * queues, and adjust the TX queue numbers if we have separate
Ben Hutchings602a5322011-05-16 17:32:39 +01001574 * RX-only and TX-only channels.
1575 */
1576 efx_for_each_channel(channel, efx) {
Stuart Hodgson79d68b32012-07-16 17:08:33 +01001577 if (channel->channel < efx->n_rx_channels)
1578 channel->rx_queue.core_index = channel->channel;
1579 else
1580 channel->rx_queue.core_index = -1;
1581
Ben Hutchings602a5322011-05-16 17:32:39 +01001582 efx_for_each_channel_tx_queue(tx_queue, channel)
1583 tx_queue->queue -= (efx->tx_channel_offset *
1584 EFX_TXQ_TYPES);
1585 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01001586}
1587
1588static int efx_probe_nic(struct efx_nic *efx)
1589{
Ben Hutchings765c9f42010-06-30 05:06:28 +00001590 size_t i;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001591 int rc;
1592
Ben Hutchings62776d02010-06-23 11:30:07 +00001593 netif_dbg(efx, probe, efx->net_dev, "creating NIC\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001594
1595 /* Carry out hardware-type specific initialisation */
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001596 rc = efx->type->probe(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001597 if (rc)
1598 return rc;
1599
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001600 /* Determine the number of channels and queues by trying to hook
Ben Hutchings8ceee662008-04-27 12:55:59 +01001601 * in MSI-X interrupts. */
Ben Hutchings64d8ad62011-01-05 00:50:41 +00001602 rc = efx_probe_interrupts(efx);
1603 if (rc)
Ben Hutchingsc15eed22013-08-29 00:45:48 +01001604 goto fail1;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001605
Ben Hutchingsc15eed22013-08-29 00:45:48 +01001606 rc = efx->type->dimension_resources(efx);
1607 if (rc)
1608 goto fail2;
Ben Hutchings28e47c42012-02-15 01:58:49 +00001609
Ben Hutchings5d3a6fc2010-06-25 07:05:43 +00001610 if (efx->n_channels > 1)
1611 get_random_bytes(&efx->rx_hash_key, sizeof(efx->rx_hash_key));
Ben Hutchings765c9f42010-06-30 05:06:28 +00001612 for (i = 0; i < ARRAY_SIZE(efx->rx_indir_table); i++)
Ben Hutchings278bc422011-12-15 13:56:49 +00001613 efx->rx_indir_table[i] =
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00001614 ethtool_rxfh_indir_default(i, efx->rss_spread);
Ben Hutchings5d3a6fc2010-06-25 07:05:43 +00001615
Ben Hutchings8831da72008-09-01 12:47:48 +01001616 efx_set_channels(efx);
Ben Hutchingsc4f4adc2010-09-27 08:31:07 +00001617 netif_set_real_num_tx_queues(efx->net_dev, efx->n_tx_channels);
1618 netif_set_real_num_rx_queues(efx->net_dev, efx->n_rx_channels);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001619
1620 /* Initialise the interrupt moderation settings */
Ben Hutchings9e393b32011-09-05 07:43:04 +00001621 efx_init_irq_moderation(efx, tx_irq_mod_usec, rx_irq_mod_usec, true,
1622 true);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001623
1624 return 0;
Ben Hutchings64d8ad62011-01-05 00:50:41 +00001625
Ben Hutchingsc15eed22013-08-29 00:45:48 +01001626fail2:
1627 efx_remove_interrupts(efx);
1628fail1:
Ben Hutchings64d8ad62011-01-05 00:50:41 +00001629 efx->type->remove(efx);
1630 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001631}
1632
1633static void efx_remove_nic(struct efx_nic *efx)
1634{
Ben Hutchings62776d02010-06-23 11:30:07 +00001635 netif_dbg(efx, drv, efx->net_dev, "destroying NIC\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001636
1637 efx_remove_interrupts(efx);
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001638 efx->type->remove(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001639}
1640
Ben Hutchingsadd72472012-11-08 01:46:53 +00001641static int efx_probe_filters(struct efx_nic *efx)
1642{
1643 int rc;
1644
1645 spin_lock_init(&efx->filter_lock);
1646
1647 rc = efx->type->filter_table_probe(efx);
1648 if (rc)
1649 return rc;
1650
1651#ifdef CONFIG_RFS_ACCEL
1652 if (efx->type->offload_features & NETIF_F_NTUPLE) {
1653 efx->rps_flow_id = kcalloc(efx->type->max_rx_ip_filters,
1654 sizeof(*efx->rps_flow_id),
1655 GFP_KERNEL);
1656 if (!efx->rps_flow_id) {
1657 efx->type->filter_table_remove(efx);
1658 return -ENOMEM;
1659 }
1660 }
1661#endif
1662
1663 return 0;
1664}
1665
1666static void efx_remove_filters(struct efx_nic *efx)
1667{
1668#ifdef CONFIG_RFS_ACCEL
1669 kfree(efx->rps_flow_id);
1670#endif
1671 efx->type->filter_table_remove(efx);
1672}
1673
1674static void efx_restore_filters(struct efx_nic *efx)
1675{
1676 efx->type->filter_table_restore(efx);
1677}
1678
Ben Hutchings8ceee662008-04-27 12:55:59 +01001679/**************************************************************************
1680 *
1681 * NIC startup/shutdown
1682 *
1683 *************************************************************************/
1684
1685static int efx_probe_all(struct efx_nic *efx)
1686{
Ben Hutchings8ceee662008-04-27 12:55:59 +01001687 int rc;
1688
Ben Hutchings8ceee662008-04-27 12:55:59 +01001689 rc = efx_probe_nic(efx);
1690 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001691 netif_err(efx, probe, efx->net_dev, "failed to create NIC\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001692 goto fail1;
1693 }
1694
Ben Hutchings8ceee662008-04-27 12:55:59 +01001695 rc = efx_probe_port(efx);
1696 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001697 netif_err(efx, probe, efx->net_dev, "failed to create port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001698 goto fail2;
1699 }
1700
Ben Hutchings7e6d06f2012-07-30 15:57:44 +00001701 BUILD_BUG_ON(EFX_DEFAULT_DMAQ_SIZE < EFX_RXQ_MIN_ENT);
1702 if (WARN_ON(EFX_DEFAULT_DMAQ_SIZE < EFX_TXQ_MIN_ENT(efx))) {
1703 rc = -EINVAL;
1704 goto fail3;
1705 }
Steve Hodgsonecc910f2010-09-10 06:42:22 +00001706 efx->rxq_entries = efx->txq_entries = EFX_DEFAULT_DMAQ_SIZE;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001707
Ben Hutchings64eebcf2010-09-20 08:43:07 +00001708 rc = efx_probe_filters(efx);
1709 if (rc) {
1710 netif_err(efx, probe, efx->net_dev,
1711 "failed to create filter tables\n");
Ben Hutchings7f967c02012-02-13 23:45:02 +00001712 goto fail3;
Ben Hutchings64eebcf2010-09-20 08:43:07 +00001713 }
1714
Ben Hutchings7f967c02012-02-13 23:45:02 +00001715 rc = efx_probe_channels(efx);
1716 if (rc)
1717 goto fail4;
1718
Ben Hutchings8ceee662008-04-27 12:55:59 +01001719 return 0;
1720
Ben Hutchings64eebcf2010-09-20 08:43:07 +00001721 fail4:
Ben Hutchings7f967c02012-02-13 23:45:02 +00001722 efx_remove_filters(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001723 fail3:
Ben Hutchings8ceee662008-04-27 12:55:59 +01001724 efx_remove_port(efx);
1725 fail2:
1726 efx_remove_nic(efx);
1727 fail1:
1728 return rc;
1729}
1730
Ben Hutchings8b7325b2012-07-27 20:46:41 +01001731/* If the interface is supposed to be running but is not, start
1732 * the hardware and software data path, regular activity for the port
1733 * (MAC statistics, link polling, etc.) and schedule the port to be
1734 * reconfigured. Interrupts must already be enabled. This function
1735 * is safe to call multiple times, so long as the NIC is not disabled.
1736 * Requires the RTNL lock.
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001737 */
Ben Hutchings8ceee662008-04-27 12:55:59 +01001738static void efx_start_all(struct efx_nic *efx)
1739{
Ben Hutchings8ceee662008-04-27 12:55:59 +01001740 EFX_ASSERT_RESET_SERIALISED(efx);
Ben Hutchings8b7325b2012-07-27 20:46:41 +01001741 BUG_ON(efx->state == STATE_DISABLED);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001742
1743 /* Check that it is appropriate to restart the interface. All
1744 * of these flags are safe to read under just the rtnl lock */
Ben Hutchings8b7325b2012-07-27 20:46:41 +01001745 if (efx->port_enabled || !netif_running(efx->net_dev))
Ben Hutchings8ceee662008-04-27 12:55:59 +01001746 return;
1747
Ben Hutchings8ceee662008-04-27 12:55:59 +01001748 efx_start_port(efx);
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001749 efx_start_datapath(efx);
Ben Hutchings8880f4e2009-11-29 15:15:41 +00001750
Alexandre Rames626950d2013-01-14 17:20:22 +00001751 /* Start the hardware monitor if there is one */
1752 if (efx->type->monitor != NULL)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001753 queue_delayed_work(efx->workqueue, &efx->monitor_work,
1754 efx_monitor_interval);
Alexandre Rames626950d2013-01-14 17:20:22 +00001755
1756 /* If link state detection is normally event-driven, we have
1757 * to poll now because we could have missed a change
1758 */
1759 if (efx_nic_rev(efx) >= EFX_REV_SIENA_A0) {
Steve Hodgson78c1f0a2009-11-29 03:43:00 +00001760 mutex_lock(&efx->mac_lock);
1761 if (efx->phy_op->poll(efx))
1762 efx_link_status_changed(efx);
1763 mutex_unlock(&efx->mac_lock);
1764 }
Ben Hutchings55edc6e2009-11-25 16:11:35 +00001765
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001766 efx->type->start_stats(efx);
Jon Cooperf8f3b5a2013-09-30 17:36:50 +01001767 efx->type->pull_stats(efx);
1768 spin_lock_bh(&efx->stats_lock);
1769 efx->type->update_stats(efx, NULL, NULL);
1770 spin_unlock_bh(&efx->stats_lock);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001771}
1772
Ben Hutchings8b7325b2012-07-27 20:46:41 +01001773/* Quiesce the hardware and software data path, and regular activity
1774 * for the port without bringing the link down. Safe to call multiple
1775 * times with the NIC in almost any state, but interrupts should be
1776 * enabled. Requires the RTNL lock.
1777 */
Ben Hutchings8ceee662008-04-27 12:55:59 +01001778static void efx_stop_all(struct efx_nic *efx)
1779{
Ben Hutchings8ceee662008-04-27 12:55:59 +01001780 EFX_ASSERT_RESET_SERIALISED(efx);
1781
1782 /* port_enabled can be read safely under the rtnl lock */
1783 if (!efx->port_enabled)
1784 return;
1785
Jon Cooperf8f3b5a2013-09-30 17:36:50 +01001786 /* update stats before we go down so we can accurately count
1787 * rx_nodesc_drops
1788 */
1789 efx->type->pull_stats(efx);
1790 spin_lock_bh(&efx->stats_lock);
1791 efx->type->update_stats(efx, NULL, NULL);
1792 spin_unlock_bh(&efx->stats_lock);
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001793 efx->type->stop_stats(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001794 efx_stop_port(efx);
1795
Ben Hutchings29c69a42013-01-28 19:01:06 +00001796 /* Stop the kernel transmit interface. This is only valid if
1797 * the device is stopped or detached; otherwise the watchdog
1798 * may fire immediately.
1799 */
1800 WARN_ON(netif_running(efx->net_dev) &&
1801 netif_device_present(efx->net_dev));
Ben Hutchings9f2cb712012-02-08 00:11:20 +00001802 netif_tx_disable(efx->net_dev);
1803
1804 efx_stop_datapath(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001805}
1806
1807static void efx_remove_all(struct efx_nic *efx)
1808{
Ben Hutchings46426102010-09-10 06:42:33 +00001809 efx_remove_channels(efx);
Ben Hutchings7f967c02012-02-13 23:45:02 +00001810 efx_remove_filters(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001811 efx_remove_port(efx);
1812 efx_remove_nic(efx);
1813}
1814
Ben Hutchings8ceee662008-04-27 12:55:59 +01001815/**************************************************************************
1816 *
1817 * Interrupt moderation
1818 *
1819 **************************************************************************/
1820
Ben Hutchingscc180b62011-12-08 19:51:47 +00001821static unsigned int irq_mod_ticks(unsigned int usecs, unsigned int quantum_ns)
Ben Hutchings0d86ebd2009-10-23 08:32:13 +00001822{
Ben Hutchingsb548f972011-09-05 07:41:44 +00001823 if (usecs == 0)
1824 return 0;
Ben Hutchingscc180b62011-12-08 19:51:47 +00001825 if (usecs * 1000 < quantum_ns)
Ben Hutchings0d86ebd2009-10-23 08:32:13 +00001826 return 1; /* never round down to 0 */
Ben Hutchingscc180b62011-12-08 19:51:47 +00001827 return usecs * 1000 / quantum_ns;
Ben Hutchings0d86ebd2009-10-23 08:32:13 +00001828}
1829
Ben Hutchings8ceee662008-04-27 12:55:59 +01001830/* Set interrupt moderation parameters */
Ben Hutchings9e393b32011-09-05 07:43:04 +00001831int efx_init_irq_moderation(struct efx_nic *efx, unsigned int tx_usecs,
1832 unsigned int rx_usecs, bool rx_adaptive,
1833 bool rx_may_override_tx)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001834{
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00001835 struct efx_channel *channel;
Ben Hutchingscc180b62011-12-08 19:51:47 +00001836 unsigned int irq_mod_max = DIV_ROUND_UP(efx->type->timer_period_max *
1837 efx->timer_quantum_ns,
1838 1000);
1839 unsigned int tx_ticks;
1840 unsigned int rx_ticks;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001841
1842 EFX_ASSERT_RESET_SERIALISED(efx);
1843
Ben Hutchingscc180b62011-12-08 19:51:47 +00001844 if (tx_usecs > irq_mod_max || rx_usecs > irq_mod_max)
Ben Hutchings9e393b32011-09-05 07:43:04 +00001845 return -EINVAL;
1846
Ben Hutchingscc180b62011-12-08 19:51:47 +00001847 tx_ticks = irq_mod_ticks(tx_usecs, efx->timer_quantum_ns);
1848 rx_ticks = irq_mod_ticks(rx_usecs, efx->timer_quantum_ns);
1849
Ben Hutchings9e393b32011-09-05 07:43:04 +00001850 if (tx_ticks != rx_ticks && efx->tx_channel_offset == 0 &&
1851 !rx_may_override_tx) {
1852 netif_err(efx, drv, efx->net_dev, "Channels are shared. "
1853 "RX and TX IRQ moderation must be equal\n");
1854 return -EINVAL;
1855 }
1856
Ben Hutchings6fb70fd2009-03-20 13:30:37 +00001857 efx->irq_rx_adaptive = rx_adaptive;
Ben Hutchings0d86ebd2009-10-23 08:32:13 +00001858 efx->irq_rx_moderation = rx_ticks;
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00001859 efx_for_each_channel(channel, efx) {
Ben Hutchings525da902011-02-07 23:04:38 +00001860 if (efx_channel_has_rx_queue(channel))
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00001861 channel->irq_moderation = rx_ticks;
Ben Hutchings525da902011-02-07 23:04:38 +00001862 else if (efx_channel_has_tx_queues(channel))
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00001863 channel->irq_moderation = tx_ticks;
1864 }
Ben Hutchings9e393b32011-09-05 07:43:04 +00001865
1866 return 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001867}
1868
Ben Hutchingsa0c4faf2011-09-05 07:42:25 +00001869void efx_get_irq_moderation(struct efx_nic *efx, unsigned int *tx_usecs,
1870 unsigned int *rx_usecs, bool *rx_adaptive)
1871{
Ben Hutchingscc180b62011-12-08 19:51:47 +00001872 /* We must round up when converting ticks to microseconds
1873 * because we round down when converting the other way.
1874 */
1875
Ben Hutchingsa0c4faf2011-09-05 07:42:25 +00001876 *rx_adaptive = efx->irq_rx_adaptive;
Ben Hutchingscc180b62011-12-08 19:51:47 +00001877 *rx_usecs = DIV_ROUND_UP(efx->irq_rx_moderation *
1878 efx->timer_quantum_ns,
1879 1000);
Ben Hutchingsa0c4faf2011-09-05 07:42:25 +00001880
1881 /* If channels are shared between RX and TX, so is IRQ
1882 * moderation. Otherwise, IRQ moderation is the same for all
1883 * TX channels and is not adaptive.
1884 */
1885 if (efx->tx_channel_offset == 0)
1886 *tx_usecs = *rx_usecs;
1887 else
Ben Hutchingscc180b62011-12-08 19:51:47 +00001888 *tx_usecs = DIV_ROUND_UP(
Ben Hutchingsa0c4faf2011-09-05 07:42:25 +00001889 efx->channel[efx->tx_channel_offset]->irq_moderation *
Ben Hutchingscc180b62011-12-08 19:51:47 +00001890 efx->timer_quantum_ns,
1891 1000);
Ben Hutchingsa0c4faf2011-09-05 07:42:25 +00001892}
1893
Ben Hutchings8ceee662008-04-27 12:55:59 +01001894/**************************************************************************
1895 *
1896 * Hardware monitor
1897 *
1898 **************************************************************************/
1899
Ben Hutchingse254c272010-09-20 08:44:10 +00001900/* Run periodically off the general workqueue */
Ben Hutchings8ceee662008-04-27 12:55:59 +01001901static void efx_monitor(struct work_struct *data)
1902{
1903 struct efx_nic *efx = container_of(data, struct efx_nic,
1904 monitor_work.work);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001905
Ben Hutchings62776d02010-06-23 11:30:07 +00001906 netif_vdbg(efx, timer, efx->net_dev,
1907 "hardware monitor executing on CPU %d\n",
1908 raw_smp_processor_id());
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001909 BUG_ON(efx->type->monitor == NULL);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001910
Ben Hutchings8ceee662008-04-27 12:55:59 +01001911 /* If the mac_lock is already held then it is likely a port
1912 * reconfiguration is already in place, which will likely do
Ben Hutchingse254c272010-09-20 08:44:10 +00001913 * most of the work of monitor() anyway. */
1914 if (mutex_trylock(&efx->mac_lock)) {
1915 if (efx->port_enabled)
1916 efx->type->monitor(efx);
1917 mutex_unlock(&efx->mac_lock);
1918 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01001919
Ben Hutchings8ceee662008-04-27 12:55:59 +01001920 queue_delayed_work(efx->workqueue, &efx->monitor_work,
1921 efx_monitor_interval);
1922}
1923
1924/**************************************************************************
1925 *
1926 * ioctls
1927 *
1928 *************************************************************************/
1929
1930/* Net device ioctl
1931 * Context: process, rtnl_lock() held.
1932 */
1933static int efx_ioctl(struct net_device *net_dev, struct ifreq *ifr, int cmd)
1934{
Ben Hutchings767e4682008-09-01 12:43:14 +01001935 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings68e7f452009-04-29 08:05:08 +00001936 struct mii_ioctl_data *data = if_mii(ifr);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001937
Stuart Hodgson7c236c42012-09-03 11:09:36 +01001938 if (cmd == SIOCSHWTSTAMP)
Ben Hutchings433dc9b2013-11-14 01:26:21 +00001939 return efx_ptp_set_ts_config(efx, ifr);
1940 if (cmd == SIOCGHWTSTAMP)
1941 return efx_ptp_get_ts_config(efx, ifr);
Stuart Hodgson7c236c42012-09-03 11:09:36 +01001942
Ben Hutchings68e7f452009-04-29 08:05:08 +00001943 /* Convert phy_id from older PRTAD/DEVAD format */
1944 if ((cmd == SIOCGMIIREG || cmd == SIOCSMIIREG) &&
1945 (data->phy_id & 0xfc00) == 0x0400)
1946 data->phy_id ^= MDIO_PHY_ID_C45 | 0x0400;
1947
1948 return mdio_mii_ioctl(&efx->mdio, data, cmd);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001949}
1950
1951/**************************************************************************
1952 *
1953 * NAPI interface
1954 *
1955 **************************************************************************/
1956
Ben Hutchings7f967c02012-02-13 23:45:02 +00001957static void efx_init_napi_channel(struct efx_channel *channel)
1958{
1959 struct efx_nic *efx = channel->efx;
1960
1961 channel->napi_dev = efx->net_dev;
1962 netif_napi_add(channel->napi_dev, &channel->napi_str,
1963 efx_poll, napi_weight);
1964}
1965
Ben Hutchingse8f14992010-12-07 19:47:34 +00001966static void efx_init_napi(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001967{
1968 struct efx_channel *channel;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001969
Ben Hutchings7f967c02012-02-13 23:45:02 +00001970 efx_for_each_channel(channel, efx)
1971 efx_init_napi_channel(channel);
Ben Hutchingse8f14992010-12-07 19:47:34 +00001972}
1973
1974static void efx_fini_napi_channel(struct efx_channel *channel)
1975{
1976 if (channel->napi_dev)
1977 netif_napi_del(&channel->napi_str);
1978 channel->napi_dev = NULL;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001979}
1980
1981static void efx_fini_napi(struct efx_nic *efx)
1982{
1983 struct efx_channel *channel;
1984
Ben Hutchingse8f14992010-12-07 19:47:34 +00001985 efx_for_each_channel(channel, efx)
1986 efx_fini_napi_channel(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001987}
1988
1989/**************************************************************************
1990 *
1991 * Kernel netpoll interface
1992 *
1993 *************************************************************************/
1994
1995#ifdef CONFIG_NET_POLL_CONTROLLER
1996
1997/* Although in the common case interrupts will be disabled, this is not
1998 * guaranteed. However, all our work happens inside the NAPI callback,
1999 * so no locking is required.
2000 */
2001static void efx_netpoll(struct net_device *net_dev)
2002{
Ben Hutchings767e4682008-09-01 12:43:14 +01002003 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002004 struct efx_channel *channel;
2005
Ben Hutchings64ee3122008-09-01 12:47:38 +01002006 efx_for_each_channel(channel, efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +01002007 efx_schedule_channel(channel);
2008}
2009
2010#endif
2011
2012/**************************************************************************
2013 *
2014 * Kernel net device interface
2015 *
2016 *************************************************************************/
2017
2018/* Context: process, rtnl_lock() held. */
2019static int efx_net_open(struct net_device *net_dev)
2020{
Ben Hutchings767e4682008-09-01 12:43:14 +01002021 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8b7325b2012-07-27 20:46:41 +01002022 int rc;
2023
Ben Hutchings62776d02010-06-23 11:30:07 +00002024 netif_dbg(efx, ifup, efx->net_dev, "opening device on CPU %d\n",
2025 raw_smp_processor_id());
Ben Hutchings8ceee662008-04-27 12:55:59 +01002026
Ben Hutchings8b7325b2012-07-27 20:46:41 +01002027 rc = efx_check_disabled(efx);
2028 if (rc)
2029 return rc;
Ben Hutchingsf8b87c12008-09-01 12:48:17 +01002030 if (efx->phy_mode & PHY_MODE_SPECIAL)
2031 return -EBUSY;
Ben Hutchings8880f4e2009-11-29 15:15:41 +00002032 if (efx_mcdi_poll_reboot(efx) && efx_reset(efx, RESET_TYPE_ALL))
2033 return -EIO;
Ben Hutchingsf8b87c12008-09-01 12:48:17 +01002034
Steve Hodgson78c1f0a2009-11-29 03:43:00 +00002035 /* Notify the kernel of the link state polled during driver load,
2036 * before the monitor starts running */
2037 efx_link_status_changed(efx);
2038
Ben Hutchings8ceee662008-04-27 12:55:59 +01002039 efx_start_all(efx);
Ben Hutchingsdd407812012-02-28 23:40:21 +00002040 efx_selftest_async_start(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002041 return 0;
2042}
2043
2044/* Context: process, rtnl_lock() held.
2045 * Note that the kernel will ignore our return code; this method
2046 * should really be a void.
2047 */
2048static int efx_net_stop(struct net_device *net_dev)
2049{
Ben Hutchings767e4682008-09-01 12:43:14 +01002050 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002051
Ben Hutchings62776d02010-06-23 11:30:07 +00002052 netif_dbg(efx, ifdown, efx->net_dev, "closing on CPU %d\n",
2053 raw_smp_processor_id());
Ben Hutchings8ceee662008-04-27 12:55:59 +01002054
Ben Hutchings8b7325b2012-07-27 20:46:41 +01002055 /* Stop the device and flush all the channels */
2056 efx_stop_all(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002057
2058 return 0;
2059}
2060
Ben Hutchings5b9e2072008-05-16 21:18:14 +01002061/* Context: process, dev_base_lock or RTNL held, non-blocking. */
Ben Hutchings2aa9ef12012-01-09 19:53:41 +00002062static struct rtnl_link_stats64 *efx_net_stats(struct net_device *net_dev,
2063 struct rtnl_link_stats64 *stats)
Ben Hutchings8ceee662008-04-27 12:55:59 +01002064{
Ben Hutchings767e4682008-09-01 12:43:14 +01002065 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002066
Ben Hutchings55edc6e2009-11-25 16:11:35 +00002067 spin_lock_bh(&efx->stats_lock);
Ben Hutchingscd0ecc92012-12-14 21:52:56 +00002068 efx->type->update_stats(efx, NULL, stats);
Ben Hutchings1cb34522011-09-02 23:23:00 +01002069 spin_unlock_bh(&efx->stats_lock);
2070
Ben Hutchings8ceee662008-04-27 12:55:59 +01002071 return stats;
2072}
2073
2074/* Context: netif_tx_lock held, BHs disabled. */
2075static void efx_watchdog(struct net_device *net_dev)
2076{
Ben Hutchings767e4682008-09-01 12:43:14 +01002077 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002078
Ben Hutchings62776d02010-06-23 11:30:07 +00002079 netif_err(efx, tx_err, efx->net_dev,
2080 "TX stuck with port_enabled=%d: resetting channels\n",
2081 efx->port_enabled);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002082
Ben Hutchings739bb23d2008-11-04 20:35:36 +00002083 efx_schedule_reset(efx, RESET_TYPE_TX_WATCHDOG);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002084}
2085
2086
2087/* Context: process, rtnl_lock() held. */
2088static int efx_change_mtu(struct net_device *net_dev, int new_mtu)
2089{
Ben Hutchings767e4682008-09-01 12:43:14 +01002090 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8b7325b2012-07-27 20:46:41 +01002091 int rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002092
Ben Hutchings8b7325b2012-07-27 20:46:41 +01002093 rc = efx_check_disabled(efx);
2094 if (rc)
2095 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002096 if (new_mtu > EFX_MAX_MTU)
2097 return -EINVAL;
2098
Ben Hutchings62776d02010-06-23 11:30:07 +00002099 netif_dbg(efx, drv, efx->net_dev, "changing MTU to %d\n", new_mtu);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002100
Ben Hutchings29c69a42013-01-28 19:01:06 +00002101 efx_device_detach_sync(efx);
2102 efx_stop_all(efx);
2103
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002104 mutex_lock(&efx->mac_lock);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002105 net_dev->mtu = new_mtu;
Ben Hutchings710b2082011-09-03 00:15:00 +01002106 efx->type->reconfigure_mac(efx);
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002107 mutex_unlock(&efx->mac_lock);
2108
Ben Hutchings8ceee662008-04-27 12:55:59 +01002109 efx_start_all(efx);
Ben Hutchings29c69a42013-01-28 19:01:06 +00002110 netif_device_attach(efx->net_dev);
Ben Hutchings6c8eef42012-01-09 19:54:16 +00002111 return 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002112}
2113
2114static int efx_set_mac_address(struct net_device *net_dev, void *data)
2115{
Ben Hutchings767e4682008-09-01 12:43:14 +01002116 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002117 struct sockaddr *addr = data;
2118 char *new_addr = addr->sa_data;
2119
Ben Hutchings8ceee662008-04-27 12:55:59 +01002120 if (!is_valid_ether_addr(new_addr)) {
Ben Hutchings62776d02010-06-23 11:30:07 +00002121 netif_err(efx, drv, efx->net_dev,
2122 "invalid ethernet MAC address requested: %pM\n",
2123 new_addr);
Danny Kukawka504f9b52012-02-21 02:07:49 +00002124 return -EADDRNOTAVAIL;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002125 }
2126
2127 memcpy(net_dev->dev_addr, new_addr, net_dev->addr_len);
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00002128 efx_sriov_mac_address_changed(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002129
2130 /* Reconfigure the MAC */
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002131 mutex_lock(&efx->mac_lock);
Ben Hutchings710b2082011-09-03 00:15:00 +01002132 efx->type->reconfigure_mac(efx);
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002133 mutex_unlock(&efx->mac_lock);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002134
2135 return 0;
2136}
2137
Ben Hutchingsa816f752008-09-01 12:49:12 +01002138/* Context: netif_addr_lock held, BHs disabled. */
Ben Hutchings0fca8c92012-01-09 19:54:44 +00002139static void efx_set_rx_mode(struct net_device *net_dev)
Ben Hutchings8ceee662008-04-27 12:55:59 +01002140{
Ben Hutchings767e4682008-09-01 12:43:14 +01002141 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002142
Ben Hutchings8be4f3e2009-11-25 16:12:16 +00002143 if (efx->port_enabled)
2144 queue_work(efx->workqueue, &efx->mac_work);
2145 /* Otherwise efx_start_port() will do this */
Ben Hutchings8ceee662008-04-27 12:55:59 +01002146}
2147
Michał Mirosławc8f44af2011-11-15 15:29:55 +00002148static int efx_set_features(struct net_device *net_dev, netdev_features_t data)
Ben Hutchingsabfe9032011-04-05 15:00:02 +01002149{
2150 struct efx_nic *efx = netdev_priv(net_dev);
2151
2152 /* If disabling RX n-tuple filtering, clear existing filters */
2153 if (net_dev->features & ~data & NETIF_F_NTUPLE)
Ben Hutchingsfbd79122013-11-21 19:15:03 +00002154 return efx->type->filter_clear_rx(efx, EFX_FILTER_PRI_MANUAL);
Ben Hutchingsabfe9032011-04-05 15:00:02 +01002155
2156 return 0;
2157}
2158
Ben Hutchings8127d662013-08-29 19:19:29 +01002159static const struct net_device_ops efx_farch_netdev_ops = {
Stephen Hemmingerc3ecb9f2008-11-21 17:32:54 -08002160 .ndo_open = efx_net_open,
2161 .ndo_stop = efx_net_stop,
Ben Hutchings44727022010-06-08 07:21:12 +00002162 .ndo_get_stats64 = efx_net_stats,
Stephen Hemmingerc3ecb9f2008-11-21 17:32:54 -08002163 .ndo_tx_timeout = efx_watchdog,
2164 .ndo_start_xmit = efx_hard_start_xmit,
2165 .ndo_validate_addr = eth_validate_addr,
2166 .ndo_do_ioctl = efx_ioctl,
2167 .ndo_change_mtu = efx_change_mtu,
2168 .ndo_set_mac_address = efx_set_mac_address,
Ben Hutchings0fca8c92012-01-09 19:54:44 +00002169 .ndo_set_rx_mode = efx_set_rx_mode,
Ben Hutchingsabfe9032011-04-05 15:00:02 +01002170 .ndo_set_features = efx_set_features,
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00002171#ifdef CONFIG_SFC_SRIOV
2172 .ndo_set_vf_mac = efx_sriov_set_vf_mac,
2173 .ndo_set_vf_vlan = efx_sriov_set_vf_vlan,
2174 .ndo_set_vf_spoofchk = efx_sriov_set_vf_spoofchk,
2175 .ndo_get_vf_config = efx_sriov_get_vf_config,
2176#endif
Stephen Hemmingerc3ecb9f2008-11-21 17:32:54 -08002177#ifdef CONFIG_NET_POLL_CONTROLLER
2178 .ndo_poll_controller = efx_netpoll,
2179#endif
Ben Hutchings94b274b2011-01-10 21:18:20 +00002180 .ndo_setup_tc = efx_setup_tc,
Ben Hutchings64d8ad62011-01-05 00:50:41 +00002181#ifdef CONFIG_RFS_ACCEL
2182 .ndo_rx_flow_steer = efx_filter_rfs,
2183#endif
Stephen Hemmingerc3ecb9f2008-11-21 17:32:54 -08002184};
2185
Ben Hutchings8127d662013-08-29 19:19:29 +01002186static const struct net_device_ops efx_ef10_netdev_ops = {
2187 .ndo_open = efx_net_open,
2188 .ndo_stop = efx_net_stop,
2189 .ndo_get_stats64 = efx_net_stats,
2190 .ndo_tx_timeout = efx_watchdog,
2191 .ndo_start_xmit = efx_hard_start_xmit,
2192 .ndo_validate_addr = eth_validate_addr,
2193 .ndo_do_ioctl = efx_ioctl,
2194 .ndo_change_mtu = efx_change_mtu,
2195 .ndo_set_mac_address = efx_set_mac_address,
2196 .ndo_set_rx_mode = efx_set_rx_mode,
2197 .ndo_set_features = efx_set_features,
2198#ifdef CONFIG_NET_POLL_CONTROLLER
2199 .ndo_poll_controller = efx_netpoll,
2200#endif
2201#ifdef CONFIG_RFS_ACCEL
2202 .ndo_rx_flow_steer = efx_filter_rfs,
2203#endif
2204};
2205
Ben Hutchings7dde5962008-12-12 22:09:38 -08002206static void efx_update_name(struct efx_nic *efx)
2207{
2208 strcpy(efx->name, efx->net_dev->name);
2209 efx_mtd_rename(efx);
2210 efx_set_channel_names(efx);
2211}
2212
Ben Hutchings8ceee662008-04-27 12:55:59 +01002213static int efx_netdev_event(struct notifier_block *this,
2214 unsigned long event, void *ptr)
2215{
Jiri Pirko351638e2013-05-28 01:30:21 +00002216 struct net_device *net_dev = netdev_notifier_info_to_dev(ptr);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002217
Ben Hutchings8127d662013-08-29 19:19:29 +01002218 if ((net_dev->netdev_ops == &efx_farch_netdev_ops ||
2219 net_dev->netdev_ops == &efx_ef10_netdev_ops) &&
Ben Hutchings7dde5962008-12-12 22:09:38 -08002220 event == NETDEV_CHANGENAME)
2221 efx_update_name(netdev_priv(net_dev));
Ben Hutchings8ceee662008-04-27 12:55:59 +01002222
2223 return NOTIFY_DONE;
2224}
2225
2226static struct notifier_block efx_netdev_notifier = {
2227 .notifier_call = efx_netdev_event,
2228};
2229
Ben Hutchings06d5e192008-12-12 21:47:23 -08002230static ssize_t
2231show_phy_type(struct device *dev, struct device_attribute *attr, char *buf)
2232{
2233 struct efx_nic *efx = pci_get_drvdata(to_pci_dev(dev));
2234 return sprintf(buf, "%d\n", efx->phy_type);
2235}
Ben Hutchings776fbcc2013-06-18 17:45:40 +01002236static DEVICE_ATTR(phy_type, 0444, show_phy_type, NULL);
Ben Hutchings06d5e192008-12-12 21:47:23 -08002237
Ben Hutchings8ceee662008-04-27 12:55:59 +01002238static int efx_register_netdev(struct efx_nic *efx)
2239{
2240 struct net_device *net_dev = efx->net_dev;
Ben Hutchingsc04bfc62010-12-10 01:24:16 +00002241 struct efx_channel *channel;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002242 int rc;
2243
2244 net_dev->watchdog_timeo = 5 * HZ;
2245 net_dev->irq = efx->pci_dev->irq;
Ben Hutchings8127d662013-08-29 19:19:29 +01002246 if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) {
2247 net_dev->netdev_ops = &efx_ef10_netdev_ops;
2248 net_dev->priv_flags |= IFF_UNICAST_FLT;
2249 } else {
2250 net_dev->netdev_ops = &efx_farch_netdev_ops;
2251 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01002252 SET_ETHTOOL_OPS(net_dev, &efx_ethtool_ops);
Ben Hutchings7e6d06f2012-07-30 15:57:44 +00002253 net_dev->gso_max_segs = EFX_TSO_MAX_SEGS;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002254
Ben Hutchings7dde5962008-12-12 22:09:38 -08002255 rtnl_lock();
Ben Hutchingsaed06282009-08-26 08:16:27 +00002256
Ben Hutchings7153f622012-07-27 20:50:52 +01002257 /* Enable resets to be scheduled and check whether any were
2258 * already requested. If so, the NIC is probably hosed so we
2259 * abort.
2260 */
2261 efx->state = STATE_READY;
2262 smp_mb(); /* ensure we change state before checking reset_pending */
2263 if (efx->reset_pending) {
2264 netif_err(efx, probe, efx->net_dev,
2265 "aborting probe due to scheduled reset\n");
2266 rc = -EIO;
2267 goto fail_locked;
2268 }
2269
Ben Hutchingsaed06282009-08-26 08:16:27 +00002270 rc = dev_alloc_name(net_dev, net_dev->name);
2271 if (rc < 0)
2272 goto fail_locked;
Ben Hutchings7dde5962008-12-12 22:09:38 -08002273 efx_update_name(efx);
Ben Hutchingsaed06282009-08-26 08:16:27 +00002274
Ben Hutchings8f8b3d52012-08-24 18:04:38 +01002275 /* Always start with carrier off; PHY events will detect the link */
2276 netif_carrier_off(net_dev);
2277
Ben Hutchingsaed06282009-08-26 08:16:27 +00002278 rc = register_netdevice(net_dev);
2279 if (rc)
2280 goto fail_locked;
2281
Ben Hutchingsc04bfc62010-12-10 01:24:16 +00002282 efx_for_each_channel(channel, efx) {
2283 struct efx_tx_queue *tx_queue;
Ben Hutchings60031fc2011-01-12 18:39:40 +00002284 efx_for_each_channel_tx_queue(tx_queue, channel)
2285 efx_init_tx_queue_core_txq(tx_queue);
Ben Hutchingsc04bfc62010-12-10 01:24:16 +00002286 }
2287
Ben Hutchings0bcf4a62013-10-18 19:21:45 +01002288 efx_associate(efx);
2289
Ben Hutchings7dde5962008-12-12 22:09:38 -08002290 rtnl_unlock();
Ben Hutchings8ceee662008-04-27 12:55:59 +01002291
Ben Hutchings06d5e192008-12-12 21:47:23 -08002292 rc = device_create_file(&efx->pci_dev->dev, &dev_attr_phy_type);
2293 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00002294 netif_err(efx, drv, efx->net_dev,
2295 "failed to init net dev attributes\n");
Ben Hutchings06d5e192008-12-12 21:47:23 -08002296 goto fail_registered;
2297 }
2298
Ben Hutchings8ceee662008-04-27 12:55:59 +01002299 return 0;
Ben Hutchings06d5e192008-12-12 21:47:23 -08002300
Ben Hutchings7153f622012-07-27 20:50:52 +01002301fail_registered:
2302 rtnl_lock();
Ben Hutchings0bcf4a62013-10-18 19:21:45 +01002303 efx_dissociate(efx);
Ben Hutchings7153f622012-07-27 20:50:52 +01002304 unregister_netdevice(net_dev);
Ben Hutchingsaed06282009-08-26 08:16:27 +00002305fail_locked:
Ben Hutchings7153f622012-07-27 20:50:52 +01002306 efx->state = STATE_UNINIT;
Ben Hutchingsaed06282009-08-26 08:16:27 +00002307 rtnl_unlock();
Ben Hutchings62776d02010-06-23 11:30:07 +00002308 netif_err(efx, drv, efx->net_dev, "could not register net dev\n");
Ben Hutchingsaed06282009-08-26 08:16:27 +00002309 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002310}
2311
2312static void efx_unregister_netdev(struct efx_nic *efx)
2313{
Ben Hutchings8ceee662008-04-27 12:55:59 +01002314 if (!efx->net_dev)
2315 return;
2316
Ben Hutchings767e4682008-09-01 12:43:14 +01002317 BUG_ON(netdev_priv(efx->net_dev) != efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002318
Ben Hutchings73ba7b62012-01-09 19:47:08 +00002319 strlcpy(efx->name, pci_name(efx->pci_dev), sizeof(efx->name));
2320 device_remove_file(&efx->pci_dev->dev, &dev_attr_phy_type);
Ben Hutchings7153f622012-07-27 20:50:52 +01002321
2322 rtnl_lock();
2323 unregister_netdevice(efx->net_dev);
2324 efx->state = STATE_UNINIT;
2325 rtnl_unlock();
Ben Hutchings8ceee662008-04-27 12:55:59 +01002326}
2327
2328/**************************************************************************
2329 *
2330 * Device reset and suspend
2331 *
2332 **************************************************************************/
2333
Ben Hutchings2467ca42008-09-01 12:48:50 +01002334/* Tears down the entire software state and most of the hardware state
2335 * before reset. */
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002336void efx_reset_down(struct efx_nic *efx, enum reset_type method)
Ben Hutchings8ceee662008-04-27 12:55:59 +01002337{
Ben Hutchings8ceee662008-04-27 12:55:59 +01002338 EFX_ASSERT_RESET_SERIALISED(efx);
2339
Ben Hutchings2467ca42008-09-01 12:48:50 +01002340 efx_stop_all(efx);
Ben Hutchingsd8291182012-10-05 23:35:41 +01002341 efx_disable_interrupts(efx);
Ben Hutchings5642cee2012-07-27 19:35:52 +01002342
2343 mutex_lock(&efx->mac_lock);
Steve Hodgson4b988282009-01-29 17:50:51 +00002344 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE)
2345 efx->phy_op->fini(efx);
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00002346 efx->type->fini(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002347}
2348
Ben Hutchings2467ca42008-09-01 12:48:50 +01002349/* This function will always ensure that the locks acquired in
2350 * efx_reset_down() are released. A failure return code indicates
2351 * that we were unable to reinitialise the hardware, and the
2352 * driver should be disabled. If ok is false, then the rx and tx
2353 * engines are not restarted, pending a RESET_DISABLE. */
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002354int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok)
Ben Hutchings8ceee662008-04-27 12:55:59 +01002355{
2356 int rc;
2357
Ben Hutchings2467ca42008-09-01 12:48:50 +01002358 EFX_ASSERT_RESET_SERIALISED(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002359
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00002360 rc = efx->type->init(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002361 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00002362 netif_err(efx, drv, efx->net_dev, "failed to initialise NIC\n");
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002363 goto fail;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002364 }
2365
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002366 if (!ok)
2367 goto fail;
2368
Steve Hodgson4b988282009-01-29 17:50:51 +00002369 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE) {
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002370 rc = efx->phy_op->init(efx);
2371 if (rc)
2372 goto fail;
2373 if (efx->phy_op->reconfigure(efx))
Ben Hutchings62776d02010-06-23 11:30:07 +00002374 netif_err(efx, drv, efx->net_dev,
2375 "could not restore PHY settings\n");
Steve Hodgson4b988282009-01-29 17:50:51 +00002376 }
2377
Jon Cooper261e4d92013-04-15 18:51:54 +01002378 rc = efx_enable_interrupts(efx);
2379 if (rc)
2380 goto fail;
Ben Hutchings64eebcf2010-09-20 08:43:07 +00002381 efx_restore_filters(efx);
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00002382 efx_sriov_reset(efx);
Ben Hutchings2467ca42008-09-01 12:48:50 +01002383
2384 mutex_unlock(&efx->mac_lock);
2385
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002386 efx_start_all(efx);
2387
2388 return 0;
2389
2390fail:
2391 efx->port_initialized = false;
2392
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002393 mutex_unlock(&efx->mac_lock);
2394
Ben Hutchings8ceee662008-04-27 12:55:59 +01002395 return rc;
2396}
2397
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002398/* Reset the NIC using the specified method. Note that the reset may
2399 * fail, in which case the card will be left in an unusable state.
Ben Hutchings8ceee662008-04-27 12:55:59 +01002400 *
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002401 * Caller must hold the rtnl_lock.
Ben Hutchings8ceee662008-04-27 12:55:59 +01002402 */
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002403int efx_reset(struct efx_nic *efx, enum reset_type method)
Ben Hutchings8ceee662008-04-27 12:55:59 +01002404{
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002405 int rc, rc2;
2406 bool disabled;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002407
Ben Hutchings62776d02010-06-23 11:30:07 +00002408 netif_info(efx, drv, efx->net_dev, "resetting (%s)\n",
2409 RESET_TYPE(method));
Ben Hutchings8ceee662008-04-27 12:55:59 +01002410
Daniel Pieczkoc2f3b8e2012-10-17 13:21:23 +01002411 efx_device_detach_sync(efx);
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002412 efx_reset_down(efx, method);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002413
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00002414 rc = efx->type->reset(efx, method);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002415 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00002416 netif_err(efx, drv, efx->net_dev, "failed to reset hardware\n");
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002417 goto out;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002418 }
2419
Ben Hutchingsa7d529a2011-06-24 20:46:31 +01002420 /* Clear flags for the scopes we covered. We assume the NIC and
2421 * driver are now quiescent so that there is no race here.
2422 */
2423 efx->reset_pending &= -(1 << (method + 1));
Ben Hutchings8ceee662008-04-27 12:55:59 +01002424
2425 /* Reinitialise bus-mastering, which may have been turned off before
2426 * the reset was scheduled. This is still appropriate, even in the
2427 * RESET_TYPE_DISABLE since this driver generally assumes the hardware
2428 * can respond to requests. */
2429 pci_set_master(efx->pci_dev);
2430
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002431out:
Ben Hutchings8ceee662008-04-27 12:55:59 +01002432 /* Leave device stopped if necessary */
Alexandre Rames626950d2013-01-14 17:20:22 +00002433 disabled = rc ||
2434 method == RESET_TYPE_DISABLE ||
2435 method == RESET_TYPE_RECOVER_OR_DISABLE;
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002436 rc2 = efx_reset_up(efx, method, !disabled);
2437 if (rc2) {
2438 disabled = true;
2439 if (!rc)
2440 rc = rc2;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002441 }
2442
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002443 if (disabled) {
Ben Hutchingsf49a4582010-04-28 09:01:33 +00002444 dev_close(efx->net_dev);
Ben Hutchings62776d02010-06-23 11:30:07 +00002445 netif_err(efx, drv, efx->net_dev, "has been disabled\n");
Ben Hutchingsf4bd9542008-12-26 13:48:51 -08002446 efx->state = STATE_DISABLED;
Ben Hutchingsf4bd9542008-12-26 13:48:51 -08002447 } else {
Ben Hutchings62776d02010-06-23 11:30:07 +00002448 netif_dbg(efx, drv, efx->net_dev, "reset complete\n");
Ben Hutchingse4abce82011-05-16 18:51:24 +01002449 netif_device_attach(efx->net_dev);
Ben Hutchingsf4bd9542008-12-26 13:48:51 -08002450 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01002451 return rc;
2452}
2453
Alexandre Rames626950d2013-01-14 17:20:22 +00002454/* Try recovery mechanisms.
2455 * For now only EEH is supported.
2456 * Returns 0 if the recovery mechanisms are unsuccessful.
2457 * Returns a non-zero value otherwise.
2458 */
Alexandre Ramesb28405b2013-03-21 16:41:43 +00002459int efx_try_recovery(struct efx_nic *efx)
Alexandre Rames626950d2013-01-14 17:20:22 +00002460{
2461#ifdef CONFIG_EEH
2462 /* A PCI error can occur and not be seen by EEH because nothing
2463 * happens on the PCI bus. In this case the driver may fail and
2464 * schedule a 'recover or reset', leading to this recovery handler.
2465 * Manually call the eeh failure check function.
2466 */
2467 struct eeh_dev *eehdev =
2468 of_node_to_eeh_dev(pci_device_to_OF_node(efx->pci_dev));
2469
2470 if (eeh_dev_check_failure(eehdev)) {
2471 /* The EEH mechanisms will handle the error and reset the
2472 * device if necessary.
2473 */
2474 return 1;
2475 }
2476#endif
2477 return 0;
2478}
2479
Jon Cooper74cd60a2013-09-16 14:18:51 +01002480static void efx_wait_for_bist_end(struct efx_nic *efx)
2481{
2482 int i;
2483
2484 for (i = 0; i < BIST_WAIT_DELAY_COUNT; ++i) {
2485 if (efx_mcdi_poll_reboot(efx))
2486 goto out;
2487 msleep(BIST_WAIT_DELAY_MS);
2488 }
2489
2490 netif_err(efx, drv, efx->net_dev, "Warning: No MC reboot after BIST mode\n");
2491out:
2492 /* Either way unset the BIST flag. If we found no reboot we probably
2493 * won't recover, but we should try.
2494 */
2495 efx->mc_bist_for_other_fn = false;
2496}
2497
Ben Hutchings8ceee662008-04-27 12:55:59 +01002498/* The worker thread exists so that code that cannot sleep can
2499 * schedule a reset for later.
2500 */
2501static void efx_reset_work(struct work_struct *data)
2502{
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002503 struct efx_nic *efx = container_of(data, struct efx_nic, reset_work);
Alexandre Rames626950d2013-01-14 17:20:22 +00002504 unsigned long pending;
2505 enum reset_type method;
2506
2507 pending = ACCESS_ONCE(efx->reset_pending);
2508 method = fls(pending) - 1;
2509
Jon Cooper74cd60a2013-09-16 14:18:51 +01002510 if (method == RESET_TYPE_MC_BIST)
2511 efx_wait_for_bist_end(efx);
2512
Alexandre Rames626950d2013-01-14 17:20:22 +00002513 if ((method == RESET_TYPE_RECOVER_OR_DISABLE ||
2514 method == RESET_TYPE_RECOVER_OR_ALL) &&
2515 efx_try_recovery(efx))
2516 return;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002517
Ben Hutchingsa7d529a2011-06-24 20:46:31 +01002518 if (!pending)
Steve Hodgson319ba642010-06-01 11:17:24 +00002519 return;
2520
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002521 rtnl_lock();
Ben Hutchings7153f622012-07-27 20:50:52 +01002522
2523 /* We checked the state in efx_schedule_reset() but it may
2524 * have changed by now. Now that we have the RTNL lock,
2525 * it cannot change again.
2526 */
2527 if (efx->state == STATE_READY)
Alexandre Rames626950d2013-01-14 17:20:22 +00002528 (void)efx_reset(efx, method);
Ben Hutchings7153f622012-07-27 20:50:52 +01002529
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002530 rtnl_unlock();
Ben Hutchings8ceee662008-04-27 12:55:59 +01002531}
2532
2533void efx_schedule_reset(struct efx_nic *efx, enum reset_type type)
2534{
2535 enum reset_type method;
2536
Alexandre Rames626950d2013-01-14 17:20:22 +00002537 if (efx->state == STATE_RECOVERY) {
2538 netif_dbg(efx, drv, efx->net_dev,
2539 "recovering: skip scheduling %s reset\n",
2540 RESET_TYPE(type));
2541 return;
2542 }
2543
Ben Hutchings8ceee662008-04-27 12:55:59 +01002544 switch (type) {
2545 case RESET_TYPE_INVISIBLE:
2546 case RESET_TYPE_ALL:
Alexandre Rames626950d2013-01-14 17:20:22 +00002547 case RESET_TYPE_RECOVER_OR_ALL:
Ben Hutchings8ceee662008-04-27 12:55:59 +01002548 case RESET_TYPE_WORLD:
2549 case RESET_TYPE_DISABLE:
Alexandre Rames626950d2013-01-14 17:20:22 +00002550 case RESET_TYPE_RECOVER_OR_DISABLE:
Jon Cooper74cd60a2013-09-16 14:18:51 +01002551 case RESET_TYPE_MC_BIST:
Ben Hutchings8ceee662008-04-27 12:55:59 +01002552 method = type;
Ben Hutchings0e2a9c72011-06-24 20:50:07 +01002553 netif_dbg(efx, drv, efx->net_dev, "scheduling %s reset\n",
2554 RESET_TYPE(method));
Ben Hutchings8ceee662008-04-27 12:55:59 +01002555 break;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002556 default:
Ben Hutchings0e2a9c72011-06-24 20:50:07 +01002557 method = efx->type->map_reset_reason(type);
Ben Hutchings62776d02010-06-23 11:30:07 +00002558 netif_dbg(efx, drv, efx->net_dev,
2559 "scheduling %s reset for %s\n",
2560 RESET_TYPE(method), RESET_TYPE(type));
Ben Hutchings0e2a9c72011-06-24 20:50:07 +01002561 break;
2562 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01002563
Ben Hutchingsa7d529a2011-06-24 20:46:31 +01002564 set_bit(method, &efx->reset_pending);
Ben Hutchings7153f622012-07-27 20:50:52 +01002565 smp_mb(); /* ensure we change reset_pending before checking state */
2566
2567 /* If we're not READY then just leave the flags set as the cue
2568 * to abort probing or reschedule the reset later.
2569 */
2570 if (ACCESS_ONCE(efx->state) != STATE_READY)
2571 return;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002572
Ben Hutchings8880f4e2009-11-29 15:15:41 +00002573 /* efx_process_channel() will no longer read events once a
2574 * reset is scheduled. So switch back to poll'd MCDI completions. */
2575 efx_mcdi_mode_poll(efx);
2576
Steve Hodgson1ab00622008-12-12 21:33:02 -08002577 queue_work(reset_workqueue, &efx->reset_work);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002578}
2579
2580/**************************************************************************
2581 *
2582 * List of NICs we support
2583 *
2584 **************************************************************************/
2585
2586/* PCI device ID table */
Alexey Dobriyana3aa1882010-01-07 11:58:11 +00002587static DEFINE_PCI_DEVICE_TABLE(efx_pci_table) = {
Linus Torvalds0e59e7e72011-10-28 14:20:44 -07002588 {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE,
2589 PCI_DEVICE_ID_SOLARFLARE_SFC4000A_0),
Ben Hutchingsdaeda632009-11-28 05:36:04 +00002590 .driver_data = (unsigned long) &falcon_a1_nic_type},
Linus Torvalds0e59e7e72011-10-28 14:20:44 -07002591 {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE,
2592 PCI_DEVICE_ID_SOLARFLARE_SFC4000B),
Ben Hutchingsdaeda632009-11-28 05:36:04 +00002593 .driver_data = (unsigned long) &falcon_b0_nic_type},
Ben Hutchings547c4742011-12-02 18:23:56 +00002594 {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0803), /* SFC9020 */
Ben Hutchings8880f4e2009-11-29 15:15:41 +00002595 .driver_data = (unsigned long) &siena_a0_nic_type},
Ben Hutchings547c4742011-12-02 18:23:56 +00002596 {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0813), /* SFL9021 */
Ben Hutchings8880f4e2009-11-29 15:15:41 +00002597 .driver_data = (unsigned long) &siena_a0_nic_type},
Ben Hutchings8127d662013-08-29 19:19:29 +01002598 {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0903), /* SFC9120 PF */
2599 .driver_data = (unsigned long) &efx_hunt_a0_nic_type},
Ben Hutchings8ceee662008-04-27 12:55:59 +01002600 {0} /* end of list */
2601};
2602
2603/**************************************************************************
2604 *
Ben Hutchings37594332009-11-23 16:05:45 +00002605 * Dummy PHY/MAC operations
Ben Hutchings8ceee662008-04-27 12:55:59 +01002606 *
Ben Hutchings01aad7b2008-09-01 12:48:36 +01002607 * Can be used for some unimplemented operations
Ben Hutchings8ceee662008-04-27 12:55:59 +01002608 * Needed so all function pointers are valid and do not have to be tested
2609 * before use
2610 *
2611 **************************************************************************/
2612int efx_port_dummy_op_int(struct efx_nic *efx)
2613{
2614 return 0;
2615}
2616void efx_port_dummy_op_void(struct efx_nic *efx) {}
stephen hemmingerd2156972010-10-18 05:27:31 +00002617
2618static bool efx_port_dummy_op_poll(struct efx_nic *efx)
Steve Hodgsonfdaa9ae2009-11-28 05:34:05 +00002619{
2620 return false;
2621}
Ben Hutchings8ceee662008-04-27 12:55:59 +01002622
stephen hemminger6c8c2512011-04-14 05:50:12 +00002623static const struct efx_phy_operations efx_dummy_phy_operations = {
Ben Hutchings8ceee662008-04-27 12:55:59 +01002624 .init = efx_port_dummy_op_int,
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002625 .reconfigure = efx_port_dummy_op_int,
Steve Hodgsonfdaa9ae2009-11-28 05:34:05 +00002626 .poll = efx_port_dummy_op_poll,
Ben Hutchings8ceee662008-04-27 12:55:59 +01002627 .fini = efx_port_dummy_op_void,
Ben Hutchings8ceee662008-04-27 12:55:59 +01002628};
2629
Ben Hutchings8ceee662008-04-27 12:55:59 +01002630/**************************************************************************
2631 *
2632 * Data housekeeping
2633 *
2634 **************************************************************************/
2635
2636/* This zeroes out and then fills in the invariants in a struct
2637 * efx_nic (including all sub-structures).
2638 */
Ben Hutchingsadeb15a2012-08-02 01:39:38 +01002639static int efx_init_struct(struct efx_nic *efx,
Ben Hutchings8ceee662008-04-27 12:55:59 +01002640 struct pci_dev *pci_dev, struct net_device *net_dev)
2641{
Ben Hutchings46426102010-09-10 06:42:33 +00002642 int i;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002643
2644 /* Initialise common structures */
Ben Hutchings0bcf4a62013-10-18 19:21:45 +01002645 INIT_LIST_HEAD(&efx->node);
2646 INIT_LIST_HEAD(&efx->secondary_list);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002647 spin_lock_init(&efx->biu_lock);
Ben Hutchings76884832009-11-29 15:10:44 +00002648#ifdef CONFIG_SFC_MTD
2649 INIT_LIST_HEAD(&efx->mtd_list);
2650#endif
Ben Hutchings8ceee662008-04-27 12:55:59 +01002651 INIT_WORK(&efx->reset_work, efx_reset_work);
2652 INIT_DELAYED_WORK(&efx->monitor_work, efx_monitor);
Ben Hutchingsdd407812012-02-28 23:40:21 +00002653 INIT_DELAYED_WORK(&efx->selftest_work, efx_selftest_async_work);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002654 efx->pci_dev = pci_dev;
Ben Hutchings62776d02010-06-23 11:30:07 +00002655 efx->msg_enable = debug;
Ben Hutchingsf16aeea2012-07-27 19:31:16 +01002656 efx->state = STATE_UNINIT;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002657 strlcpy(efx->name, pci_name(pci_dev), sizeof(efx->name));
Ben Hutchings8ceee662008-04-27 12:55:59 +01002658
2659 efx->net_dev = net_dev;
Jon Cooper43a37392012-10-18 15:49:54 +01002660 efx->rx_prefix_size = efx->type->rx_prefix_size;
Andrew Rybchenko2ec03012013-11-16 11:02:27 +04002661 efx->rx_ip_align =
2662 NET_IP_ALIGN ? (efx->rx_prefix_size + NET_IP_ALIGN) % 4 : 0;
Jon Cooper43a37392012-10-18 15:49:54 +01002663 efx->rx_packet_hash_offset =
2664 efx->type->rx_hash_offset - efx->type->rx_prefix_size;
Jon Cooperbd9a2652013-11-18 12:54:41 +00002665 efx->rx_packet_ts_offset =
2666 efx->type->rx_ts_offset - efx->type->rx_prefix_size;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002667 spin_lock_init(&efx->stats_lock);
2668 mutex_init(&efx->mac_lock);
2669 efx->phy_op = &efx_dummy_phy_operations;
Ben Hutchings68e7f452009-04-29 08:05:08 +00002670 efx->mdio.dev = net_dev;
Ben Hutchings766ca0f2008-12-12 21:59:24 -08002671 INIT_WORK(&efx->mac_work, efx_mac_work);
Ben Hutchings9f2cb712012-02-08 00:11:20 +00002672 init_waitqueue_head(&efx->flush_wq);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002673
2674 for (i = 0; i < EFX_MAX_CHANNELS; i++) {
Ben Hutchings46426102010-09-10 06:42:33 +00002675 efx->channel[i] = efx_alloc_channel(efx, i, NULL);
2676 if (!efx->channel[i])
2677 goto fail;
Ben Hutchingsd8291182012-10-05 23:35:41 +01002678 efx->msi_context[i].efx = efx;
2679 efx->msi_context[i].index = i;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002680 }
2681
Ben Hutchings8ceee662008-04-27 12:55:59 +01002682 /* Higher numbered interrupt modes are less capable! */
2683 efx->interrupt_mode = max(efx->type->max_interrupt_mode,
2684 interrupt_mode);
2685
Ben Hutchings6977dc62008-12-26 13:44:39 -08002686 /* Would be good to use the net_dev name, but we're too early */
2687 snprintf(efx->workqueue_name, sizeof(efx->workqueue_name), "sfc%s",
2688 pci_name(pci_dev));
2689 efx->workqueue = create_singlethread_workqueue(efx->workqueue_name);
Steve Hodgson1ab00622008-12-12 21:33:02 -08002690 if (!efx->workqueue)
Ben Hutchings46426102010-09-10 06:42:33 +00002691 goto fail;
Ben Hutchings8d9853d2008-07-18 19:01:20 +01002692
Ben Hutchings8ceee662008-04-27 12:55:59 +01002693 return 0;
Ben Hutchings46426102010-09-10 06:42:33 +00002694
2695fail:
2696 efx_fini_struct(efx);
2697 return -ENOMEM;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002698}
2699
2700static void efx_fini_struct(struct efx_nic *efx)
2701{
Ben Hutchings8313aca2010-09-10 06:41:57 +00002702 int i;
2703
2704 for (i = 0; i < EFX_MAX_CHANNELS; i++)
2705 kfree(efx->channel[i]);
2706
Ben Hutchingsef215e62013-12-05 20:13:22 +00002707 kfree(efx->vpd_sn);
2708
Ben Hutchings8ceee662008-04-27 12:55:59 +01002709 if (efx->workqueue) {
2710 destroy_workqueue(efx->workqueue);
2711 efx->workqueue = NULL;
2712 }
2713}
2714
2715/**************************************************************************
2716 *
2717 * PCI interface
2718 *
2719 **************************************************************************/
2720
2721/* Main body of final NIC shutdown code
2722 * This is called only at module unload (or hotplug removal).
2723 */
2724static void efx_pci_remove_main(struct efx_nic *efx)
2725{
Ben Hutchings7153f622012-07-27 20:50:52 +01002726 /* Flush reset_work. It can no longer be scheduled since we
2727 * are not READY.
2728 */
2729 BUG_ON(efx->state == STATE_READY);
2730 cancel_work_sync(&efx->reset_work);
2731
Ben Hutchingsd8291182012-10-05 23:35:41 +01002732 efx_disable_interrupts(efx);
Ben Hutchings152b6a62009-11-29 03:43:56 +00002733 efx_nic_fini_interrupt(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002734 efx_fini_port(efx);
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00002735 efx->type->fini(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002736 efx_fini_napi(efx);
2737 efx_remove_all(efx);
2738}
2739
2740/* Final NIC shutdown
2741 * This is called only at module unload (or hotplug removal).
2742 */
2743static void efx_pci_remove(struct pci_dev *pci_dev)
2744{
2745 struct efx_nic *efx;
2746
2747 efx = pci_get_drvdata(pci_dev);
2748 if (!efx)
2749 return;
2750
2751 /* Mark the NIC as fini, then stop the interface */
2752 rtnl_lock();
Ben Hutchings0bcf4a62013-10-18 19:21:45 +01002753 efx_dissociate(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002754 dev_close(efx->net_dev);
Ben Hutchingsd8291182012-10-05 23:35:41 +01002755 efx_disable_interrupts(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002756 rtnl_unlock();
2757
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00002758 efx_sriov_fini(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002759 efx_unregister_netdev(efx);
2760
Ben Hutchings7dde5962008-12-12 22:09:38 -08002761 efx_mtd_remove(efx);
2762
Ben Hutchings8ceee662008-04-27 12:55:59 +01002763 efx_pci_remove_main(efx);
2764
Ben Hutchings8ceee662008-04-27 12:55:59 +01002765 efx_fini_io(efx);
Ben Hutchings62776d02010-06-23 11:30:07 +00002766 netif_dbg(efx, drv, efx->net_dev, "shutdown successful\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01002767
Ben Hutchings8ceee662008-04-27 12:55:59 +01002768 efx_fini_struct(efx);
Ben Hutchings3de4e302012-04-05 00:22:19 +01002769 pci_set_drvdata(pci_dev, NULL);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002770 free_netdev(efx->net_dev);
Alexandre Rames626950d2013-01-14 17:20:22 +00002771
2772 pci_disable_pcie_error_reporting(pci_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002773};
2774
Ben Hutchings460eeaa2012-03-05 15:35:39 +00002775/* NIC VPD information
2776 * Called during probe to display the part number of the
2777 * installed NIC. VPD is potentially very large but this should
2778 * always appear within the first 512 bytes.
2779 */
2780#define SFC_VPD_LEN 512
Ben Hutchingsef215e62013-12-05 20:13:22 +00002781static void efx_probe_vpd_strings(struct efx_nic *efx)
Ben Hutchings460eeaa2012-03-05 15:35:39 +00002782{
2783 struct pci_dev *dev = efx->pci_dev;
2784 char vpd_data[SFC_VPD_LEN];
2785 ssize_t vpd_size;
Ben Hutchingsef215e62013-12-05 20:13:22 +00002786 int ro_start, ro_size, i, j;
Ben Hutchings460eeaa2012-03-05 15:35:39 +00002787
2788 /* Get the vpd data from the device */
2789 vpd_size = pci_read_vpd(dev, 0, sizeof(vpd_data), vpd_data);
2790 if (vpd_size <= 0) {
2791 netif_err(efx, drv, efx->net_dev, "Unable to read VPD\n");
2792 return;
2793 }
2794
2795 /* Get the Read only section */
Ben Hutchingsef215e62013-12-05 20:13:22 +00002796 ro_start = pci_vpd_find_tag(vpd_data, 0, vpd_size, PCI_VPD_LRDT_RO_DATA);
2797 if (ro_start < 0) {
Ben Hutchings460eeaa2012-03-05 15:35:39 +00002798 netif_err(efx, drv, efx->net_dev, "VPD Read-only not found\n");
2799 return;
2800 }
2801
Ben Hutchingsef215e62013-12-05 20:13:22 +00002802 ro_size = pci_vpd_lrdt_size(&vpd_data[ro_start]);
2803 j = ro_size;
2804 i = ro_start + PCI_VPD_LRDT_TAG_SIZE;
Ben Hutchings460eeaa2012-03-05 15:35:39 +00002805 if (i + j > vpd_size)
2806 j = vpd_size - i;
2807
2808 /* Get the Part number */
2809 i = pci_vpd_find_info_keyword(vpd_data, i, j, "PN");
2810 if (i < 0) {
2811 netif_err(efx, drv, efx->net_dev, "Part number not found\n");
2812 return;
2813 }
2814
2815 j = pci_vpd_info_field_size(&vpd_data[i]);
2816 i += PCI_VPD_INFO_FLD_HDR_SIZE;
2817 if (i + j > vpd_size) {
2818 netif_err(efx, drv, efx->net_dev, "Incomplete part number\n");
2819 return;
2820 }
2821
2822 netif_info(efx, drv, efx->net_dev,
2823 "Part Number : %.*s\n", j, &vpd_data[i]);
Ben Hutchingsef215e62013-12-05 20:13:22 +00002824
2825 i = ro_start + PCI_VPD_LRDT_TAG_SIZE;
2826 j = ro_size;
2827 i = pci_vpd_find_info_keyword(vpd_data, i, j, "SN");
2828 if (i < 0) {
2829 netif_err(efx, drv, efx->net_dev, "Serial number not found\n");
2830 return;
2831 }
2832
2833 j = pci_vpd_info_field_size(&vpd_data[i]);
2834 i += PCI_VPD_INFO_FLD_HDR_SIZE;
2835 if (i + j > vpd_size) {
2836 netif_err(efx, drv, efx->net_dev, "Incomplete serial number\n");
2837 return;
2838 }
2839
2840 efx->vpd_sn = kmalloc(j + 1, GFP_KERNEL);
2841 if (!efx->vpd_sn)
2842 return;
2843
2844 snprintf(efx->vpd_sn, j + 1, "%s", &vpd_data[i]);
Ben Hutchings460eeaa2012-03-05 15:35:39 +00002845}
2846
2847
Ben Hutchings8ceee662008-04-27 12:55:59 +01002848/* Main body of NIC initialisation
2849 * This is called at module load (or hotplug insertion, theoretically).
2850 */
2851static int efx_pci_probe_main(struct efx_nic *efx)
2852{
2853 int rc;
2854
2855 /* Do start-of-day initialisation */
2856 rc = efx_probe_all(efx);
2857 if (rc)
2858 goto fail1;
2859
Ben Hutchingse8f14992010-12-07 19:47:34 +00002860 efx_init_napi(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002861
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00002862 rc = efx->type->init(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002863 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00002864 netif_err(efx, probe, efx->net_dev,
2865 "failed to initialise NIC\n");
Ben Hutchings278c0622009-11-23 16:05:12 +00002866 goto fail3;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002867 }
2868
2869 rc = efx_init_port(efx);
2870 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00002871 netif_err(efx, probe, efx->net_dev,
2872 "failed to initialise port\n");
Ben Hutchings278c0622009-11-23 16:05:12 +00002873 goto fail4;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002874 }
2875
Ben Hutchings152b6a62009-11-29 03:43:56 +00002876 rc = efx_nic_init_interrupt(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002877 if (rc)
Ben Hutchings278c0622009-11-23 16:05:12 +00002878 goto fail5;
Jon Cooper261e4d92013-04-15 18:51:54 +01002879 rc = efx_enable_interrupts(efx);
2880 if (rc)
2881 goto fail6;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002882
2883 return 0;
2884
Jon Cooper261e4d92013-04-15 18:51:54 +01002885 fail6:
2886 efx_nic_fini_interrupt(efx);
Ben Hutchings278c0622009-11-23 16:05:12 +00002887 fail5:
Ben Hutchings8ceee662008-04-27 12:55:59 +01002888 efx_fini_port(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002889 fail4:
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00002890 efx->type->fini(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002891 fail3:
2892 efx_fini_napi(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002893 efx_remove_all(efx);
2894 fail1:
2895 return rc;
2896}
2897
2898/* NIC initialisation
2899 *
2900 * This is called at module load (or hotplug insertion,
Ben Hutchings73ba7b62012-01-09 19:47:08 +00002901 * theoretically). It sets up PCI mappings, resets the NIC,
Ben Hutchings8ceee662008-04-27 12:55:59 +01002902 * sets up and registers the network devices with the kernel and hooks
2903 * the interrupt service routine. It does not prepare the device for
2904 * transmission; this is left to the first time one of the network
2905 * interfaces is brought up (i.e. efx_net_open).
2906 */
Bill Pemberton87d1fc12012-12-03 09:23:32 -05002907static int efx_pci_probe(struct pci_dev *pci_dev,
Greg Kroah-Hartman1dd06ae2012-12-06 14:30:56 +00002908 const struct pci_device_id *entry)
Ben Hutchings8ceee662008-04-27 12:55:59 +01002909{
Ben Hutchings8ceee662008-04-27 12:55:59 +01002910 struct net_device *net_dev;
2911 struct efx_nic *efx;
Ben Hutchingsfadac6a2011-11-19 00:35:47 +00002912 int rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002913
2914 /* Allocate and initialise a struct net_device and struct efx_nic */
Ben Hutchings94b274b2011-01-10 21:18:20 +00002915 net_dev = alloc_etherdev_mqs(sizeof(*efx), EFX_MAX_CORE_TX_QUEUES,
2916 EFX_MAX_RX_QUEUES);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002917 if (!net_dev)
2918 return -ENOMEM;
Ben Hutchingsadeb15a2012-08-02 01:39:38 +01002919 efx = netdev_priv(net_dev);
2920 efx->type = (const struct efx_nic_type *) entry->driver_data;
2921 net_dev->features |= (efx->type->offload_features | NETIF_F_SG |
Ben Hutchings97bc5412009-05-19 16:19:08 -07002922 NETIF_F_HIGHDMA | NETIF_F_TSO |
Ben Hutchingsabfe9032011-04-05 15:00:02 +01002923 NETIF_F_RXCSUM);
Ben Hutchingsadeb15a2012-08-02 01:39:38 +01002924 if (efx->type->offload_features & NETIF_F_V6_CSUM)
Ben Hutchings738a8f42009-11-29 15:16:05 +00002925 net_dev->features |= NETIF_F_TSO6;
Ben Hutchings285065632008-09-01 12:46:54 +01002926 /* Mask for features that also apply to VLAN devices */
2927 net_dev->vlan_features |= (NETIF_F_ALL_CSUM | NETIF_F_SG |
Ben Hutchingsabfe9032011-04-05 15:00:02 +01002928 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO |
2929 NETIF_F_RXCSUM);
2930 /* All offloads can be toggled */
2931 net_dev->hw_features = net_dev->features & ~NETIF_F_HIGHDMA;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002932 pci_set_drvdata(pci_dev, efx);
Ben Hutchings62776d02010-06-23 11:30:07 +00002933 SET_NETDEV_DEV(net_dev, &pci_dev->dev);
Ben Hutchingsadeb15a2012-08-02 01:39:38 +01002934 rc = efx_init_struct(efx, pci_dev, net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002935 if (rc)
2936 goto fail1;
2937
Ben Hutchings62776d02010-06-23 11:30:07 +00002938 netif_info(efx, probe, efx->net_dev,
Ben Hutchingsff79c8a2011-07-13 16:21:24 +01002939 "Solarflare NIC detected\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01002940
Ben Hutchingsef215e62013-12-05 20:13:22 +00002941 efx_probe_vpd_strings(efx);
Ben Hutchings460eeaa2012-03-05 15:35:39 +00002942
Ben Hutchings8ceee662008-04-27 12:55:59 +01002943 /* Set up basic I/O (BAR mappings etc) */
2944 rc = efx_init_io(efx);
2945 if (rc)
2946 goto fail2;
2947
Ben Hutchingsfadac6a2011-11-19 00:35:47 +00002948 rc = efx_pci_probe_main(efx);
Ben Hutchingsfadac6a2011-11-19 00:35:47 +00002949 if (rc)
2950 goto fail3;
Steve Hodgsonfa402b22008-12-12 22:08:16 -08002951
Ben Hutchings8ceee662008-04-27 12:55:59 +01002952 rc = efx_register_netdev(efx);
2953 if (rc)
Ben Hutchingsfadac6a2011-11-19 00:35:47 +00002954 goto fail4;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002955
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00002956 rc = efx_sriov_init(efx);
2957 if (rc)
2958 netif_err(efx, probe, efx->net_dev,
2959 "SR-IOV can't be enabled rc %d\n", rc);
2960
Ben Hutchings62776d02010-06-23 11:30:07 +00002961 netif_dbg(efx, probe, efx->net_dev, "initialisation successful\n");
Ben Hutchingsa5211bb2009-10-23 08:33:09 +00002962
Ben Hutchings7c431612012-01-27 17:23:58 +00002963 /* Try to create MTDs, but allow this to fail */
Ben Hutchingsa5211bb2009-10-23 08:33:09 +00002964 rtnl_lock();
Ben Hutchings7c431612012-01-27 17:23:58 +00002965 rc = efx_mtd_probe(efx);
Ben Hutchingsa5211bb2009-10-23 08:33:09 +00002966 rtnl_unlock();
Ben Hutchings7c431612012-01-27 17:23:58 +00002967 if (rc)
2968 netif_warn(efx, probe, efx->net_dev,
2969 "failed to create MTDs (%d)\n", rc);
2970
Alexandre Rames626950d2013-01-14 17:20:22 +00002971 rc = pci_enable_pcie_error_reporting(pci_dev);
2972 if (rc && rc != -EINVAL)
2973 netif_warn(efx, probe, efx->net_dev,
2974 "pci_enable_pcie_error_reporting failed (%d)\n", rc);
2975
Ben Hutchings8ceee662008-04-27 12:55:59 +01002976 return 0;
2977
Ben Hutchings8ceee662008-04-27 12:55:59 +01002978 fail4:
Ben Hutchingsfadac6a2011-11-19 00:35:47 +00002979 efx_pci_remove_main(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002980 fail3:
2981 efx_fini_io(efx);
2982 fail2:
2983 efx_fini_struct(efx);
2984 fail1:
Ben Hutchings3de4e302012-04-05 00:22:19 +01002985 pci_set_drvdata(pci_dev, NULL);
Steve Hodgson5e2a9112010-02-12 12:32:27 -08002986 WARN_ON(rc > 0);
Ben Hutchings62776d02010-06-23 11:30:07 +00002987 netif_dbg(efx, drv, efx->net_dev, "initialisation failed. rc=%d\n", rc);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002988 free_netdev(net_dev);
2989 return rc;
2990}
2991
Ben Hutchings89c758f2009-11-29 03:43:07 +00002992static int efx_pm_freeze(struct device *dev)
2993{
2994 struct efx_nic *efx = pci_get_drvdata(to_pci_dev(dev));
2995
Ben Hutchings61da0262012-07-27 19:35:39 +01002996 rtnl_lock();
2997
Ben Hutchings6032fb52012-07-27 19:35:47 +01002998 if (efx->state != STATE_DISABLED) {
2999 efx->state = STATE_UNINIT;
Ben Hutchings89c758f2009-11-29 03:43:07 +00003000
Daniel Pieczkoc2f3b8e2012-10-17 13:21:23 +01003001 efx_device_detach_sync(efx);
Ben Hutchings89c758f2009-11-29 03:43:07 +00003002
Ben Hutchings6032fb52012-07-27 19:35:47 +01003003 efx_stop_all(efx);
Ben Hutchingsd8291182012-10-05 23:35:41 +01003004 efx_disable_interrupts(efx);
Ben Hutchings6032fb52012-07-27 19:35:47 +01003005 }
Ben Hutchings89c758f2009-11-29 03:43:07 +00003006
Ben Hutchings61da0262012-07-27 19:35:39 +01003007 rtnl_unlock();
3008
Ben Hutchings89c758f2009-11-29 03:43:07 +00003009 return 0;
3010}
3011
3012static int efx_pm_thaw(struct device *dev)
3013{
Jon Cooper261e4d92013-04-15 18:51:54 +01003014 int rc;
Ben Hutchings89c758f2009-11-29 03:43:07 +00003015 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) {
Jon Cooper261e4d92013-04-15 18:51:54 +01003020 rc = efx_enable_interrupts(efx);
3021 if (rc)
3022 goto fail;
Ben Hutchings89c758f2009-11-29 03:43:07 +00003023
Ben Hutchings6032fb52012-07-27 19:35:47 +01003024 mutex_lock(&efx->mac_lock);
3025 efx->phy_op->reconfigure(efx);
3026 mutex_unlock(&efx->mac_lock);
Ben Hutchings89c758f2009-11-29 03:43:07 +00003027
Ben Hutchings6032fb52012-07-27 19:35:47 +01003028 efx_start_all(efx);
Ben Hutchings89c758f2009-11-29 03:43:07 +00003029
Ben Hutchings6032fb52012-07-27 19:35:47 +01003030 netif_device_attach(efx->net_dev);
Ben Hutchings89c758f2009-11-29 03:43:07 +00003031
Ben Hutchings6032fb52012-07-27 19:35:47 +01003032 efx->state = STATE_READY;
Ben Hutchings89c758f2009-11-29 03:43:07 +00003033
Ben Hutchings6032fb52012-07-27 19:35:47 +01003034 efx->type->resume_wol(efx);
3035 }
Ben Hutchings89c758f2009-11-29 03:43:07 +00003036
Ben Hutchings61da0262012-07-27 19:35:39 +01003037 rtnl_unlock();
3038
Steve Hodgson319ba642010-06-01 11:17:24 +00003039 /* Reschedule any quenched resets scheduled during efx_pm_freeze() */
3040 queue_work(reset_workqueue, &efx->reset_work);
3041
Ben Hutchings89c758f2009-11-29 03:43:07 +00003042 return 0;
Jon Cooper261e4d92013-04-15 18:51:54 +01003043
3044fail:
3045 rtnl_unlock();
3046
3047 return rc;
Ben Hutchings89c758f2009-11-29 03:43:07 +00003048}
3049
3050static int efx_pm_poweroff(struct device *dev)
3051{
3052 struct pci_dev *pci_dev = to_pci_dev(dev);
3053 struct efx_nic *efx = pci_get_drvdata(pci_dev);
3054
3055 efx->type->fini(efx);
3056
Ben Hutchingsa7d529a2011-06-24 20:46:31 +01003057 efx->reset_pending = 0;
Ben Hutchings89c758f2009-11-29 03:43:07 +00003058
3059 pci_save_state(pci_dev);
3060 return pci_set_power_state(pci_dev, PCI_D3hot);
3061}
3062
3063/* Used for both resume and restore */
3064static int efx_pm_resume(struct device *dev)
3065{
3066 struct pci_dev *pci_dev = to_pci_dev(dev);
3067 struct efx_nic *efx = pci_get_drvdata(pci_dev);
3068 int rc;
3069
3070 rc = pci_set_power_state(pci_dev, PCI_D0);
3071 if (rc)
3072 return rc;
3073 pci_restore_state(pci_dev);
3074 rc = pci_enable_device(pci_dev);
3075 if (rc)
3076 return rc;
3077 pci_set_master(efx->pci_dev);
3078 rc = efx->type->reset(efx, RESET_TYPE_ALL);
3079 if (rc)
3080 return rc;
3081 rc = efx->type->init(efx);
3082 if (rc)
3083 return rc;
Jon Cooper261e4d92013-04-15 18:51:54 +01003084 rc = efx_pm_thaw(dev);
3085 return rc;
Ben Hutchings89c758f2009-11-29 03:43:07 +00003086}
3087
3088static int efx_pm_suspend(struct device *dev)
3089{
3090 int rc;
3091
3092 efx_pm_freeze(dev);
3093 rc = efx_pm_poweroff(dev);
3094 if (rc)
3095 efx_pm_resume(dev);
3096 return rc;
3097}
3098
Ben Hutchings18e83e42012-01-05 19:05:20 +00003099static const struct dev_pm_ops efx_pm_ops = {
Ben Hutchings89c758f2009-11-29 03:43:07 +00003100 .suspend = efx_pm_suspend,
3101 .resume = efx_pm_resume,
3102 .freeze = efx_pm_freeze,
3103 .thaw = efx_pm_thaw,
3104 .poweroff = efx_pm_poweroff,
3105 .restore = efx_pm_resume,
3106};
3107
Alexandre Rames626950d2013-01-14 17:20:22 +00003108/* A PCI error affecting this device was detected.
3109 * At this point MMIO and DMA may be disabled.
3110 * Stop the software path and request a slot reset.
3111 */
stephen hemmingerdebd0032013-03-16 06:57:51 +00003112static pci_ers_result_t efx_io_error_detected(struct pci_dev *pdev,
3113 enum pci_channel_state state)
Alexandre Rames626950d2013-01-14 17:20:22 +00003114{
3115 pci_ers_result_t status = PCI_ERS_RESULT_RECOVERED;
3116 struct efx_nic *efx = pci_get_drvdata(pdev);
3117
3118 if (state == pci_channel_io_perm_failure)
3119 return PCI_ERS_RESULT_DISCONNECT;
3120
3121 rtnl_lock();
3122
3123 if (efx->state != STATE_DISABLED) {
3124 efx->state = STATE_RECOVERY;
3125 efx->reset_pending = 0;
3126
3127 efx_device_detach_sync(efx);
3128
3129 efx_stop_all(efx);
Ben Hutchingsd8291182012-10-05 23:35:41 +01003130 efx_disable_interrupts(efx);
Alexandre Rames626950d2013-01-14 17:20:22 +00003131
3132 status = PCI_ERS_RESULT_NEED_RESET;
3133 } else {
3134 /* If the interface is disabled we don't want to do anything
3135 * with it.
3136 */
3137 status = PCI_ERS_RESULT_RECOVERED;
3138 }
3139
3140 rtnl_unlock();
3141
3142 pci_disable_device(pdev);
3143
3144 return status;
3145}
3146
3147/* Fake a successfull reset, which will be performed later in efx_io_resume. */
stephen hemmingerdebd0032013-03-16 06:57:51 +00003148static pci_ers_result_t efx_io_slot_reset(struct pci_dev *pdev)
Alexandre Rames626950d2013-01-14 17:20:22 +00003149{
3150 struct efx_nic *efx = pci_get_drvdata(pdev);
3151 pci_ers_result_t status = PCI_ERS_RESULT_RECOVERED;
3152 int rc;
3153
3154 if (pci_enable_device(pdev)) {
3155 netif_err(efx, hw, efx->net_dev,
3156 "Cannot re-enable PCI device after reset.\n");
3157 status = PCI_ERS_RESULT_DISCONNECT;
3158 }
3159
3160 rc = pci_cleanup_aer_uncorrect_error_status(pdev);
3161 if (rc) {
3162 netif_err(efx, hw, efx->net_dev,
3163 "pci_cleanup_aer_uncorrect_error_status failed (%d)\n", rc);
3164 /* Non-fatal error. Continue. */
3165 }
3166
3167 return status;
3168}
3169
3170/* Perform the actual reset and resume I/O operations. */
3171static void efx_io_resume(struct pci_dev *pdev)
3172{
3173 struct efx_nic *efx = pci_get_drvdata(pdev);
3174 int rc;
3175
3176 rtnl_lock();
3177
3178 if (efx->state == STATE_DISABLED)
3179 goto out;
3180
3181 rc = efx_reset(efx, RESET_TYPE_ALL);
3182 if (rc) {
3183 netif_err(efx, hw, efx->net_dev,
3184 "efx_reset failed after PCI error (%d)\n", rc);
3185 } else {
3186 efx->state = STATE_READY;
3187 netif_dbg(efx, hw, efx->net_dev,
3188 "Done resetting and resuming IO after PCI error.\n");
3189 }
3190
3191out:
3192 rtnl_unlock();
3193}
3194
3195/* For simplicity and reliability, we always require a slot reset and try to
3196 * reset the hardware when a pci error affecting the device is detected.
3197 * We leave both the link_reset and mmio_enabled callback unimplemented:
3198 * with our request for slot reset the mmio_enabled callback will never be
3199 * called, and the link_reset callback is not used by AER or EEH mechanisms.
3200 */
3201static struct pci_error_handlers efx_err_handlers = {
3202 .error_detected = efx_io_error_detected,
3203 .slot_reset = efx_io_slot_reset,
3204 .resume = efx_io_resume,
3205};
3206
Ben Hutchings8ceee662008-04-27 12:55:59 +01003207static struct pci_driver efx_pci_driver = {
Ben Hutchingsc5d5f5f2010-06-23 11:30:26 +00003208 .name = KBUILD_MODNAME,
Ben Hutchings8ceee662008-04-27 12:55:59 +01003209 .id_table = efx_pci_table,
3210 .probe = efx_pci_probe,
3211 .remove = efx_pci_remove,
Ben Hutchings89c758f2009-11-29 03:43:07 +00003212 .driver.pm = &efx_pm_ops,
Alexandre Rames626950d2013-01-14 17:20:22 +00003213 .err_handler = &efx_err_handlers,
Ben Hutchings8ceee662008-04-27 12:55:59 +01003214};
3215
3216/**************************************************************************
3217 *
3218 * Kernel module interface
3219 *
3220 *************************************************************************/
3221
3222module_param(interrupt_mode, uint, 0444);
3223MODULE_PARM_DESC(interrupt_mode,
3224 "Interrupt mode (0=>MSIX 1=>MSI 2=>legacy)");
3225
3226static int __init efx_init_module(void)
3227{
3228 int rc;
3229
3230 printk(KERN_INFO "Solarflare NET driver v" EFX_DRIVER_VERSION "\n");
3231
3232 rc = register_netdevice_notifier(&efx_netdev_notifier);
3233 if (rc)
3234 goto err_notifier;
3235
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00003236 rc = efx_init_sriov();
3237 if (rc)
3238 goto err_sriov;
3239
Steve Hodgson1ab00622008-12-12 21:33:02 -08003240 reset_workqueue = create_singlethread_workqueue("sfc_reset");
3241 if (!reset_workqueue) {
3242 rc = -ENOMEM;
3243 goto err_reset;
3244 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01003245
3246 rc = pci_register_driver(&efx_pci_driver);
3247 if (rc < 0)
3248 goto err_pci;
3249
3250 return 0;
3251
3252 err_pci:
Steve Hodgson1ab00622008-12-12 21:33:02 -08003253 destroy_workqueue(reset_workqueue);
3254 err_reset:
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00003255 efx_fini_sriov();
3256 err_sriov:
Ben Hutchings8ceee662008-04-27 12:55:59 +01003257 unregister_netdevice_notifier(&efx_netdev_notifier);
3258 err_notifier:
3259 return rc;
3260}
3261
3262static void __exit efx_exit_module(void)
3263{
3264 printk(KERN_INFO "Solarflare NET driver unloading\n");
3265
3266 pci_unregister_driver(&efx_pci_driver);
Steve Hodgson1ab00622008-12-12 21:33:02 -08003267 destroy_workqueue(reset_workqueue);
Ben Hutchingscd2d5b52012-02-14 00:48:07 +00003268 efx_fini_sriov();
Ben Hutchings8ceee662008-04-27 12:55:59 +01003269 unregister_netdevice_notifier(&efx_netdev_notifier);
3270
3271}
3272
3273module_init(efx_init_module);
3274module_exit(efx_exit_module);
3275
Ben Hutchings906bb262009-11-29 15:16:19 +00003276MODULE_AUTHOR("Solarflare Communications and "
3277 "Michael Brown <mbrown@fensystems.co.uk>");
Ben Hutchings8ceee662008-04-27 12:55:59 +01003278MODULE_DESCRIPTION("Solarflare Communications network driver");
3279MODULE_LICENSE("GPL");
3280MODULE_DEVICE_TABLE(pci, efx_pci_table);