blob: 9d4ab5e5e1fa6a037c6a91aaf335740d2a2cf5c6 [file] [log] [blame]
Ben Hutchings8ceee662008-04-27 12:55:59 +01001/****************************************************************************
2 * Driver for Solarflare Solarstorm network controllers and boards
3 * Copyright 2005-2006 Fen Systems Ltd.
Ben Hutchings0a6f40c2011-02-25 00:01:34 +00004 * Copyright 2005-2011 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>
20#include <linux/crc32.h>
21#include <linux/ethtool.h>
Ben Hutchingsaa6ef272008-07-18 19:03:10 +010022#include <linux/topology.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090023#include <linux/gfp.h>
Ben Hutchings64d8ad62011-01-05 00:50:41 +000024#include <linux/cpu_rmap.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 Hutchings8ceee662008-04-27 12:55:59 +010028
Ben Hutchings8880f4e2009-11-29 15:15:41 +000029#include "mcdi.h"
Steve Hodgsonfd371e32010-06-01 11:17:51 +000030#include "workarounds.h"
Ben Hutchings8880f4e2009-11-29 15:15:41 +000031
Ben Hutchingsc4593022009-11-23 16:08:17 +000032/**************************************************************************
33 *
34 * Type name strings
35 *
36 **************************************************************************
37 */
38
39/* Loopback mode names (see LOOPBACK_MODE()) */
40const unsigned int efx_loopback_mode_max = LOOPBACK_MAX;
Ben Hutchings18e83e42012-01-05 19:05:20 +000041const char *const efx_loopback_mode_names[] = {
Ben Hutchingsc4593022009-11-23 16:08:17 +000042 [LOOPBACK_NONE] = "NONE",
Ben Hutchingse58f69f2009-11-29 15:08:41 +000043 [LOOPBACK_DATA] = "DATAPATH",
Ben Hutchingsc4593022009-11-23 16:08:17 +000044 [LOOPBACK_GMAC] = "GMAC",
45 [LOOPBACK_XGMII] = "XGMII",
46 [LOOPBACK_XGXS] = "XGXS",
Ben Hutchings9c636ba2012-01-05 17:19:45 +000047 [LOOPBACK_XAUI] = "XAUI",
48 [LOOPBACK_GMII] = "GMII",
49 [LOOPBACK_SGMII] = "SGMII",
Ben Hutchingse58f69f2009-11-29 15:08:41 +000050 [LOOPBACK_XGBR] = "XGBR",
51 [LOOPBACK_XFI] = "XFI",
52 [LOOPBACK_XAUI_FAR] = "XAUI_FAR",
53 [LOOPBACK_GMII_FAR] = "GMII_FAR",
54 [LOOPBACK_SGMII_FAR] = "SGMII_FAR",
55 [LOOPBACK_XFI_FAR] = "XFI_FAR",
Ben Hutchingsc4593022009-11-23 16:08:17 +000056 [LOOPBACK_GPHY] = "GPHY",
57 [LOOPBACK_PHYXS] = "PHYXS",
Ben Hutchings9c636ba2012-01-05 17:19:45 +000058 [LOOPBACK_PCS] = "PCS",
59 [LOOPBACK_PMAPMD] = "PMA/PMD",
Ben Hutchingse58f69f2009-11-29 15:08:41 +000060 [LOOPBACK_XPORT] = "XPORT",
61 [LOOPBACK_XGMII_WS] = "XGMII_WS",
Ben Hutchings9c636ba2012-01-05 17:19:45 +000062 [LOOPBACK_XAUI_WS] = "XAUI_WS",
Ben Hutchingse58f69f2009-11-29 15:08:41 +000063 [LOOPBACK_XAUI_WS_FAR] = "XAUI_WS_FAR",
64 [LOOPBACK_XAUI_WS_NEAR] = "XAUI_WS_NEAR",
Ben Hutchings9c636ba2012-01-05 17:19:45 +000065 [LOOPBACK_GMII_WS] = "GMII_WS",
Ben Hutchingse58f69f2009-11-29 15:08:41 +000066 [LOOPBACK_XFI_WS] = "XFI_WS",
67 [LOOPBACK_XFI_WS_FAR] = "XFI_WS_FAR",
Ben Hutchings9c636ba2012-01-05 17:19:45 +000068 [LOOPBACK_PHYXS_WS] = "PHYXS_WS",
Ben Hutchingsc4593022009-11-23 16:08:17 +000069};
70
Ben Hutchingsc4593022009-11-23 16:08:17 +000071const unsigned int efx_reset_type_max = RESET_TYPE_MAX;
Ben Hutchings18e83e42012-01-05 19:05:20 +000072const char *const efx_reset_type_names[] = {
Ben Hutchingsc4593022009-11-23 16:08:17 +000073 [RESET_TYPE_INVISIBLE] = "INVISIBLE",
74 [RESET_TYPE_ALL] = "ALL",
75 [RESET_TYPE_WORLD] = "WORLD",
76 [RESET_TYPE_DISABLE] = "DISABLE",
77 [RESET_TYPE_TX_WATCHDOG] = "TX_WATCHDOG",
78 [RESET_TYPE_INT_ERROR] = "INT_ERROR",
79 [RESET_TYPE_RX_RECOVERY] = "RX_RECOVERY",
80 [RESET_TYPE_RX_DESC_FETCH] = "RX_DESC_FETCH",
81 [RESET_TYPE_TX_DESC_FETCH] = "TX_DESC_FETCH",
82 [RESET_TYPE_TX_SKIP] = "TX_SKIP",
Ben Hutchings8880f4e2009-11-29 15:15:41 +000083 [RESET_TYPE_MC_FAILURE] = "MC_FAILURE",
Ben Hutchingsc4593022009-11-23 16:08:17 +000084};
85
Ben Hutchings8ceee662008-04-27 12:55:59 +010086#define EFX_MAX_MTU (9 * 1024)
87
Steve Hodgson1ab00622008-12-12 21:33:02 -080088/* Reset workqueue. If any NIC has a hardware failure then a reset will be
89 * queued onto this work queue. This is not a per-nic work queue, because
90 * efx_reset_work() acquires the rtnl lock, so resets are naturally serialised.
91 */
92static struct workqueue_struct *reset_workqueue;
93
Ben Hutchings8ceee662008-04-27 12:55:59 +010094/**************************************************************************
95 *
96 * Configurable values
97 *
98 *************************************************************************/
99
100/*
Ben Hutchings8ceee662008-04-27 12:55:59 +0100101 * Use separate channels for TX and RX events
102 *
Neil Turton28b581a2008-12-12 21:41:06 -0800103 * Set this to 1 to use separate channels for TX and RX. It allows us
104 * to control interrupt affinity separately for TX and RX.
Ben Hutchings8ceee662008-04-27 12:55:59 +0100105 *
Neil Turton28b581a2008-12-12 21:41:06 -0800106 * This is only used in MSI-X interrupt mode
Ben Hutchings8ceee662008-04-27 12:55:59 +0100107 */
Neil Turton28b581a2008-12-12 21:41:06 -0800108static unsigned int separate_tx_channels;
Ben Hutchings8313aca2010-09-10 06:41:57 +0000109module_param(separate_tx_channels, uint, 0444);
Neil Turton28b581a2008-12-12 21:41:06 -0800110MODULE_PARM_DESC(separate_tx_channels,
111 "Use separate channels for TX and RX");
Ben Hutchings8ceee662008-04-27 12:55:59 +0100112
113/* This is the weight assigned to each of the (per-channel) virtual
114 * NAPI devices.
115 */
116static int napi_weight = 64;
117
118/* This is the time (in jiffies) between invocations of the hardware
Ben Hutchingse254c272010-09-20 08:44:10 +0000119 * monitor. On Falcon-based NICs, this will:
120 * - Check the on-board hardware monitor;
121 * - Poll the link state and reconfigure the hardware as necessary.
Ben Hutchings8ceee662008-04-27 12:55:59 +0100122 */
stephen hemmingerd2156972010-10-18 05:27:31 +0000123static unsigned int efx_monitor_interval = 1 * HZ;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100124
Ben Hutchings8ceee662008-04-27 12:55:59 +0100125/* Initial interrupt moderation settings. They can be modified after
126 * module load with ethtool.
127 *
128 * The default for RX should strike a balance between increasing the
129 * round-trip latency and reducing overhead.
130 */
131static unsigned int rx_irq_mod_usec = 60;
132
133/* Initial interrupt moderation settings. They can be modified after
134 * module load with ethtool.
135 *
136 * This default is chosen to ensure that a 10G link does not go idle
137 * while a TX queue is stopped after it has become full. A queue is
138 * restarted when it drops below half full. The time this takes (assuming
139 * worst case 3 descriptors per packet and 1024 descriptors) is
140 * 512 / 3 * 1.2 = 205 usec.
141 */
142static unsigned int tx_irq_mod_usec = 150;
143
144/* This is the first interrupt mode to try out of:
145 * 0 => MSI-X
146 * 1 => MSI
147 * 2 => legacy
148 */
149static unsigned int interrupt_mode;
150
151/* This is the requested number of CPUs to use for Receive-Side Scaling (RSS),
152 * i.e. the number of CPUs among which we may distribute simultaneous
153 * interrupt handling.
154 *
155 * Cards without MSI-X will only target one CPU via legacy or MSI interrupt.
Ben Hutchingscdb08f82011-12-20 01:08:05 +0000156 * The default (0) means to assign an interrupt to each core.
Ben Hutchings8ceee662008-04-27 12:55:59 +0100157 */
158static unsigned int rss_cpus;
159module_param(rss_cpus, uint, 0444);
160MODULE_PARM_DESC(rss_cpus, "Number of CPUs to use for Receive-Side Scaling");
161
Ben Hutchings84ae48f2008-12-12 21:34:54 -0800162static int phy_flash_cfg;
163module_param(phy_flash_cfg, int, 0644);
164MODULE_PARM_DESC(phy_flash_cfg, "Set PHYs into reflash mode initially");
165
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000166static unsigned irq_adapt_low_thresh = 10000;
167module_param(irq_adapt_low_thresh, uint, 0644);
168MODULE_PARM_DESC(irq_adapt_low_thresh,
169 "Threshold score for reducing IRQ moderation");
170
171static unsigned irq_adapt_high_thresh = 20000;
172module_param(irq_adapt_high_thresh, uint, 0644);
173MODULE_PARM_DESC(irq_adapt_high_thresh,
174 "Threshold score for increasing IRQ moderation");
175
Ben Hutchings62776d02010-06-23 11:30:07 +0000176static unsigned debug = (NETIF_MSG_DRV | NETIF_MSG_PROBE |
177 NETIF_MSG_LINK | NETIF_MSG_IFDOWN |
178 NETIF_MSG_IFUP | NETIF_MSG_RX_ERR |
179 NETIF_MSG_TX_ERR | NETIF_MSG_HW);
180module_param(debug, uint, 0);
181MODULE_PARM_DESC(debug, "Bitmapped debugging message enable value");
182
Ben Hutchings8ceee662008-04-27 12:55:59 +0100183/**************************************************************************
184 *
185 * Utility functions and prototypes
186 *
187 *************************************************************************/
Ben Hutchings46426102010-09-10 06:42:33 +0000188
189static void efx_remove_channels(struct efx_nic *efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100190static void efx_remove_port(struct efx_nic *efx);
Ben Hutchingse8f14992010-12-07 19:47:34 +0000191static void efx_init_napi(struct efx_nic *efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100192static void efx_fini_napi(struct efx_nic *efx);
Ben Hutchingse8f14992010-12-07 19:47:34 +0000193static void efx_fini_napi_channel(struct efx_channel *channel);
Ben Hutchings46426102010-09-10 06:42:33 +0000194static void efx_fini_struct(struct efx_nic *efx);
195static void efx_start_all(struct efx_nic *efx);
196static void efx_stop_all(struct efx_nic *efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100197
198#define EFX_ASSERT_RESET_SERIALISED(efx) \
199 do { \
Ben Hutchings332c1ce2009-11-25 16:08:52 +0000200 if ((efx->state == STATE_RUNNING) || \
201 (efx->state == STATE_DISABLED)) \
Ben Hutchings8ceee662008-04-27 12:55:59 +0100202 ASSERT_RTNL(); \
203 } while (0)
204
205/**************************************************************************
206 *
207 * Event queue processing
208 *
209 *************************************************************************/
210
211/* Process channel's event queue
212 *
213 * This function is responsible for processing the event queue of a
214 * single channel. The caller must guarantee that this function will
215 * never be concurrently called more than once on the same channel,
216 * though different channels may be being processed concurrently.
217 */
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000218static int efx_process_channel(struct efx_channel *channel, int budget)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100219{
Ben Hutchings42cbe2d2008-09-01 12:48:08 +0100220 struct efx_nic *efx = channel->efx;
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000221 int spent;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100222
Ben Hutchingsa7d529a2011-06-24 20:46:31 +0100223 if (unlikely(efx->reset_pending || !channel->enabled))
Ben Hutchings42cbe2d2008-09-01 12:48:08 +0100224 return 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100225
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000226 spent = efx_nic_process_eventq(channel, budget);
227 if (spent == 0)
Ben Hutchings42cbe2d2008-09-01 12:48:08 +0100228 return 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100229
230 /* Deliver last RX packet. */
231 if (channel->rx_pkt) {
232 __efx_rx_packet(channel, channel->rx_pkt,
233 channel->rx_pkt_csummed);
234 channel->rx_pkt = NULL;
235 }
236
Ben Hutchings8ceee662008-04-27 12:55:59 +0100237 efx_rx_strategy(channel);
238
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +0000239 efx_fast_push_rx_descriptors(efx_channel_get_rx_queue(channel));
Ben Hutchings8ceee662008-04-27 12:55:59 +0100240
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000241 return spent;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100242}
243
244/* Mark channel as finished processing
245 *
246 * Note that since we will not receive further interrupts for this
247 * channel before we finish processing and call the eventq_read_ack()
248 * method, there is no need to use the interrupt hold-off timers.
249 */
250static inline void efx_channel_processed(struct efx_channel *channel)
251{
Ben Hutchings5b9e2072008-05-16 21:18:14 +0100252 /* The interrupt handler for this channel may set work_pending
253 * as soon as we acknowledge the events we've seen. Make sure
254 * it's cleared before then. */
Ben Hutchingsdc8cfa52008-09-01 12:46:50 +0100255 channel->work_pending = false;
Ben Hutchings5b9e2072008-05-16 21:18:14 +0100256 smp_wmb();
257
Ben Hutchings152b6a62009-11-29 03:43:56 +0000258 efx_nic_eventq_read_ack(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100259}
260
261/* NAPI poll handler
262 *
263 * NAPI guarantees serialisation of polls of the same device, which
264 * provides the guarantee required by efx_process_channel().
265 */
266static int efx_poll(struct napi_struct *napi, int budget)
267{
268 struct efx_channel *channel =
269 container_of(napi, struct efx_channel, napi_str);
Ben Hutchings62776d02010-06-23 11:30:07 +0000270 struct efx_nic *efx = channel->efx;
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000271 int spent;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100272
Ben Hutchings62776d02010-06-23 11:30:07 +0000273 netif_vdbg(efx, intr, efx->net_dev,
274 "channel %d NAPI poll executing on CPU %d\n",
275 channel->channel, raw_smp_processor_id());
Ben Hutchings8ceee662008-04-27 12:55:59 +0100276
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000277 spent = efx_process_channel(channel, budget);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100278
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000279 if (spent < budget) {
Ben Hutchingsa4900ac2010-04-28 09:30:43 +0000280 if (channel->channel < efx->n_rx_channels &&
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000281 efx->irq_rx_adaptive &&
282 unlikely(++channel->irq_count == 1000)) {
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000283 if (unlikely(channel->irq_mod_score <
284 irq_adapt_low_thresh)) {
Ben Hutchings0d86ebd2009-10-23 08:32:13 +0000285 if (channel->irq_moderation > 1) {
286 channel->irq_moderation -= 1;
Ben Hutchingsef2b90e2009-11-29 03:42:31 +0000287 efx->type->push_irq_moderation(channel);
Ben Hutchings0d86ebd2009-10-23 08:32:13 +0000288 }
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000289 } else if (unlikely(channel->irq_mod_score >
290 irq_adapt_high_thresh)) {
Ben Hutchings0d86ebd2009-10-23 08:32:13 +0000291 if (channel->irq_moderation <
292 efx->irq_rx_moderation) {
293 channel->irq_moderation += 1;
Ben Hutchingsef2b90e2009-11-29 03:42:31 +0000294 efx->type->push_irq_moderation(channel);
Ben Hutchings0d86ebd2009-10-23 08:32:13 +0000295 }
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000296 }
Ben Hutchings6fb70fd2009-03-20 13:30:37 +0000297 channel->irq_count = 0;
298 channel->irq_mod_score = 0;
299 }
300
Ben Hutchings64d8ad62011-01-05 00:50:41 +0000301 efx_filter_rfs_expire(channel);
302
Ben Hutchings8ceee662008-04-27 12:55:59 +0100303 /* There is no race here; although napi_disable() will
Ben Hutchings288379f2009-01-19 16:43:59 -0800304 * only wait for napi_complete(), this isn't a problem
Ben Hutchings8ceee662008-04-27 12:55:59 +0100305 * since efx_channel_processed() will have no effect if
306 * interrupts have already been disabled.
307 */
Ben Hutchings288379f2009-01-19 16:43:59 -0800308 napi_complete(napi);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100309 efx_channel_processed(channel);
310 }
311
Ben Hutchingsfa236e12010-04-28 09:29:42 +0000312 return spent;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100313}
314
315/* Process the eventq of the specified channel immediately on this CPU
316 *
317 * Disable hardware generated interrupts, wait for any existing
318 * processing to finish, then directly poll (and ack ) the eventq.
319 * Finally reenable NAPI and interrupts.
320 *
Ben Hutchingsd4fabcc2011-04-04 14:22:11 +0100321 * This is for use only during a loopback self-test. It must not
322 * deliver any packets up the stack as this can result in deadlock.
Ben Hutchings8ceee662008-04-27 12:55:59 +0100323 */
324void efx_process_channel_now(struct efx_channel *channel)
325{
326 struct efx_nic *efx = channel->efx;
327
Ben Hutchings8313aca2010-09-10 06:41:57 +0000328 BUG_ON(channel->channel >= efx->n_channels);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100329 BUG_ON(!channel->enabled);
Ben Hutchingsd4fabcc2011-04-04 14:22:11 +0100330 BUG_ON(!efx->loopback_selftest);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100331
332 /* Disable interrupts and wait for ISRs to complete */
Ben Hutchings152b6a62009-11-29 03:43:56 +0000333 efx_nic_disable_interrupts(efx);
Ben Hutchings94dec6a2010-12-07 19:24:45 +0000334 if (efx->legacy_irq) {
Ben Hutchings8ceee662008-04-27 12:55:59 +0100335 synchronize_irq(efx->legacy_irq);
Ben Hutchings94dec6a2010-12-07 19:24:45 +0000336 efx->legacy_irq_enabled = false;
337 }
Ben Hutchings64ee3122008-09-01 12:47:38 +0100338 if (channel->irq)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100339 synchronize_irq(channel->irq);
340
341 /* Wait for any NAPI processing to complete */
342 napi_disable(&channel->napi_str);
343
344 /* Poll the channel */
Steve Hodgsonecc910f2010-09-10 06:42:22 +0000345 efx_process_channel(channel, channel->eventq_mask + 1);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100346
347 /* Ack the eventq. This may cause an interrupt to be generated
348 * when they are reenabled */
349 efx_channel_processed(channel);
350
351 napi_enable(&channel->napi_str);
Ben Hutchings94dec6a2010-12-07 19:24:45 +0000352 if (efx->legacy_irq)
353 efx->legacy_irq_enabled = true;
Ben Hutchings152b6a62009-11-29 03:43:56 +0000354 efx_nic_enable_interrupts(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100355}
356
357/* Create event queue
358 * Event queue memory allocations are done only once. If the channel
359 * is reset, the memory buffer will be reused; this guards against
360 * errors during channel reset and also simplifies interrupt handling.
361 */
362static int efx_probe_eventq(struct efx_channel *channel)
363{
Steve Hodgsonecc910f2010-09-10 06:42:22 +0000364 struct efx_nic *efx = channel->efx;
365 unsigned long entries;
366
Ben Hutchings62776d02010-06-23 11:30:07 +0000367 netif_dbg(channel->efx, probe, channel->efx->net_dev,
368 "chan %d create event queue\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100369
Steve Hodgsonecc910f2010-09-10 06:42:22 +0000370 /* Build an event queue with room for one event per tx and rx buffer,
371 * plus some extra for link state events and MCDI completions. */
372 entries = roundup_pow_of_two(efx->rxq_entries + efx->txq_entries + 128);
373 EFX_BUG_ON_PARANOID(entries > EFX_MAX_EVQ_SIZE);
374 channel->eventq_mask = max(entries, EFX_MIN_EVQ_SIZE) - 1;
375
Ben Hutchings152b6a62009-11-29 03:43:56 +0000376 return efx_nic_probe_eventq(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100377}
378
379/* Prepare channel's event queue */
Ben Hutchingsbc3c90a2008-09-01 12:48:46 +0100380static void efx_init_eventq(struct efx_channel *channel)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100381{
Ben Hutchings62776d02010-06-23 11:30:07 +0000382 netif_dbg(channel->efx, drv, channel->efx->net_dev,
383 "chan %d init event queue\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100384
385 channel->eventq_read_ptr = 0;
386
Ben Hutchings152b6a62009-11-29 03:43:56 +0000387 efx_nic_init_eventq(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100388}
389
390static void efx_fini_eventq(struct efx_channel *channel)
391{
Ben Hutchings62776d02010-06-23 11:30:07 +0000392 netif_dbg(channel->efx, drv, channel->efx->net_dev,
393 "chan %d fini event queue\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100394
Ben Hutchings152b6a62009-11-29 03:43:56 +0000395 efx_nic_fini_eventq(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100396}
397
398static void efx_remove_eventq(struct efx_channel *channel)
399{
Ben Hutchings62776d02010-06-23 11:30:07 +0000400 netif_dbg(channel->efx, drv, channel->efx->net_dev,
401 "chan %d remove event queue\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100402
Ben Hutchings152b6a62009-11-29 03:43:56 +0000403 efx_nic_remove_eventq(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100404}
405
406/**************************************************************************
407 *
408 * Channel handling
409 *
410 *************************************************************************/
411
Ben Hutchings46426102010-09-10 06:42:33 +0000412/* Allocate and initialise a channel structure, optionally copying
413 * parameters (but not resources) from an old channel structure. */
414static struct efx_channel *
415efx_alloc_channel(struct efx_nic *efx, int i, struct efx_channel *old_channel)
416{
417 struct efx_channel *channel;
418 struct efx_rx_queue *rx_queue;
419 struct efx_tx_queue *tx_queue;
420 int j;
421
422 if (old_channel) {
423 channel = kmalloc(sizeof(*channel), GFP_KERNEL);
424 if (!channel)
425 return NULL;
426
427 *channel = *old_channel;
428
Ben Hutchingse8f14992010-12-07 19:47:34 +0000429 channel->napi_dev = NULL;
Ben Hutchings46426102010-09-10 06:42:33 +0000430 memset(&channel->eventq, 0, sizeof(channel->eventq));
431
432 rx_queue = &channel->rx_queue;
433 rx_queue->buffer = NULL;
434 memset(&rx_queue->rxd, 0, sizeof(rx_queue->rxd));
435
436 for (j = 0; j < EFX_TXQ_TYPES; j++) {
437 tx_queue = &channel->tx_queue[j];
438 if (tx_queue->channel)
439 tx_queue->channel = channel;
440 tx_queue->buffer = NULL;
441 memset(&tx_queue->txd, 0, sizeof(tx_queue->txd));
442 }
443 } else {
444 channel = kzalloc(sizeof(*channel), GFP_KERNEL);
445 if (!channel)
446 return NULL;
447
448 channel->efx = efx;
449 channel->channel = i;
450
451 for (j = 0; j < EFX_TXQ_TYPES; j++) {
452 tx_queue = &channel->tx_queue[j];
453 tx_queue->efx = efx;
454 tx_queue->queue = i * EFX_TXQ_TYPES + j;
455 tx_queue->channel = channel;
456 }
457 }
458
Ben Hutchings46426102010-09-10 06:42:33 +0000459 rx_queue = &channel->rx_queue;
460 rx_queue->efx = efx;
461 setup_timer(&rx_queue->slow_fill, efx_rx_slow_fill,
462 (unsigned long)rx_queue);
463
464 return channel;
465}
466
Ben Hutchings8ceee662008-04-27 12:55:59 +0100467static int efx_probe_channel(struct efx_channel *channel)
468{
469 struct efx_tx_queue *tx_queue;
470 struct efx_rx_queue *rx_queue;
471 int rc;
472
Ben Hutchings62776d02010-06-23 11:30:07 +0000473 netif_dbg(channel->efx, probe, channel->efx->net_dev,
474 "creating channel %d\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100475
476 rc = efx_probe_eventq(channel);
477 if (rc)
478 goto fail1;
479
480 efx_for_each_channel_tx_queue(tx_queue, channel) {
481 rc = efx_probe_tx_queue(tx_queue);
482 if (rc)
483 goto fail2;
484 }
485
486 efx_for_each_channel_rx_queue(rx_queue, channel) {
487 rc = efx_probe_rx_queue(rx_queue);
488 if (rc)
489 goto fail3;
490 }
491
492 channel->n_rx_frm_trunc = 0;
493
494 return 0;
495
496 fail3:
497 efx_for_each_channel_rx_queue(rx_queue, channel)
498 efx_remove_rx_queue(rx_queue);
499 fail2:
500 efx_for_each_channel_tx_queue(tx_queue, channel)
501 efx_remove_tx_queue(tx_queue);
502 fail1:
503 return rc;
504}
505
506
Ben Hutchings56536e92008-12-12 21:37:02 -0800507static void efx_set_channel_names(struct efx_nic *efx)
508{
509 struct efx_channel *channel;
510 const char *type = "";
511 int number;
512
513 efx_for_each_channel(channel, efx) {
514 number = channel->channel;
Ben Hutchingsa4900ac2010-04-28 09:30:43 +0000515 if (efx->n_channels > efx->n_rx_channels) {
516 if (channel->channel < efx->n_rx_channels) {
Ben Hutchings56536e92008-12-12 21:37:02 -0800517 type = "-rx";
518 } else {
519 type = "-tx";
Ben Hutchingsa4900ac2010-04-28 09:30:43 +0000520 number -= efx->n_rx_channels;
Ben Hutchings56536e92008-12-12 21:37:02 -0800521 }
522 }
Ben Hutchings46426102010-09-10 06:42:33 +0000523 snprintf(efx->channel_name[channel->channel],
524 sizeof(efx->channel_name[0]),
Ben Hutchings56536e92008-12-12 21:37:02 -0800525 "%s%s-%d", efx->name, type, number);
526 }
527}
528
Ben Hutchings46426102010-09-10 06:42:33 +0000529static int efx_probe_channels(struct efx_nic *efx)
530{
531 struct efx_channel *channel;
532 int rc;
533
534 /* Restart special buffer allocation */
535 efx->next_buffer_table = 0;
536
537 efx_for_each_channel(channel, efx) {
538 rc = efx_probe_channel(channel);
539 if (rc) {
540 netif_err(efx, probe, efx->net_dev,
541 "failed to create channel %d\n",
542 channel->channel);
543 goto fail;
544 }
545 }
546 efx_set_channel_names(efx);
547
548 return 0;
549
550fail:
551 efx_remove_channels(efx);
552 return rc;
553}
554
Ben Hutchings8ceee662008-04-27 12:55:59 +0100555/* Channels are shutdown and reinitialised whilst the NIC is running
556 * to propagate configuration changes (mtu, checksum offload), or
557 * to clear hardware error conditions
558 */
Ben Hutchingsbc3c90a2008-09-01 12:48:46 +0100559static void efx_init_channels(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100560{
561 struct efx_tx_queue *tx_queue;
562 struct efx_rx_queue *rx_queue;
563 struct efx_channel *channel;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100564
Ben Hutchingsf7f13b02008-05-16 21:15:06 +0100565 /* Calculate the rx buffer allocation parameters required to
566 * support the current MTU, including padding for header
567 * alignment and overruns.
568 */
569 efx->rx_buffer_len = (max(EFX_PAGE_IP_ALIGN, NET_IP_ALIGN) +
570 EFX_MAX_FRAME_LEN(efx->net_dev->mtu) +
Ben Hutchings39c9cf02010-06-23 11:31:28 +0000571 efx->type->rx_buffer_hash_size +
Ben Hutchingsf7f13b02008-05-16 21:15:06 +0100572 efx->type->rx_buffer_padding);
Steve Hodgson62b330b2010-06-01 11:20:53 +0000573 efx->rx_buffer_order = get_order(efx->rx_buffer_len +
574 sizeof(struct efx_rx_page_state));
Ben Hutchings8ceee662008-04-27 12:55:59 +0100575
576 /* Initialise the channels */
577 efx_for_each_channel(channel, efx) {
Ben Hutchings62776d02010-06-23 11:30:07 +0000578 netif_dbg(channel->efx, drv, channel->efx->net_dev,
579 "init chan %d\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100580
Ben Hutchingsbc3c90a2008-09-01 12:48:46 +0100581 efx_init_eventq(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100582
Ben Hutchingsbc3c90a2008-09-01 12:48:46 +0100583 efx_for_each_channel_tx_queue(tx_queue, channel)
584 efx_init_tx_queue(tx_queue);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100585
586 /* The rx buffer allocation strategy is MTU dependent */
587 efx_rx_strategy(channel);
588
Ben Hutchingsbc3c90a2008-09-01 12:48:46 +0100589 efx_for_each_channel_rx_queue(rx_queue, channel)
590 efx_init_rx_queue(rx_queue);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100591
592 WARN_ON(channel->rx_pkt != NULL);
593 efx_rx_strategy(channel);
594 }
Ben Hutchings8ceee662008-04-27 12:55:59 +0100595}
596
597/* This enables event queue processing and packet transmission.
598 *
599 * Note that this function is not allowed to fail, since that would
600 * introduce too much complexity into the suspend/resume path.
601 */
602static void efx_start_channel(struct efx_channel *channel)
603{
604 struct efx_rx_queue *rx_queue;
605
Ben Hutchings62776d02010-06-23 11:30:07 +0000606 netif_dbg(channel->efx, ifup, channel->efx->net_dev,
607 "starting chan %d\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100608
Ben Hutchings5b9e2072008-05-16 21:18:14 +0100609 /* The interrupt handler for this channel may set work_pending
610 * as soon as we enable it. Make sure it's cleared before
611 * then. Similarly, make sure it sees the enabled flag set. */
Ben Hutchingsdc8cfa52008-09-01 12:46:50 +0100612 channel->work_pending = false;
613 channel->enabled = true;
Ben Hutchings5b9e2072008-05-16 21:18:14 +0100614 smp_wmb();
Ben Hutchings8ceee662008-04-27 12:55:59 +0100615
Steve Hodgson90d683a2010-06-01 11:19:39 +0000616 /* Fill the queues before enabling NAPI */
Ben Hutchings8ceee662008-04-27 12:55:59 +0100617 efx_for_each_channel_rx_queue(rx_queue, channel)
618 efx_fast_push_rx_descriptors(rx_queue);
Steve Hodgson90d683a2010-06-01 11:19:39 +0000619
620 napi_enable(&channel->napi_str);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100621}
622
623/* This disables event queue processing and packet transmission.
624 * This function does not guarantee that all queue processing
625 * (e.g. RX refill) is complete.
626 */
627static void efx_stop_channel(struct efx_channel *channel)
628{
Ben Hutchings8ceee662008-04-27 12:55:59 +0100629 if (!channel->enabled)
630 return;
631
Ben Hutchings62776d02010-06-23 11:30:07 +0000632 netif_dbg(channel->efx, ifdown, channel->efx->net_dev,
633 "stop chan %d\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100634
Ben Hutchingsdc8cfa52008-09-01 12:46:50 +0100635 channel->enabled = false;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100636 napi_disable(&channel->napi_str);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100637}
638
639static void efx_fini_channels(struct efx_nic *efx)
640{
641 struct efx_channel *channel;
642 struct efx_tx_queue *tx_queue;
643 struct efx_rx_queue *rx_queue;
Ben Hutchings6bc5d3a2008-09-01 12:49:37 +0100644 int rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100645
646 EFX_ASSERT_RESET_SERIALISED(efx);
647 BUG_ON(efx->port_enabled);
648
Ben Hutchings152b6a62009-11-29 03:43:56 +0000649 rc = efx_nic_flush_queues(efx);
Steve Hodgsonfd371e32010-06-01 11:17:51 +0000650 if (rc && EFX_WORKAROUND_7803(efx)) {
651 /* Schedule a reset to recover from the flush failure. The
652 * descriptor caches reference memory we're about to free,
653 * but falcon_reconfigure_mac_wrapper() won't reconnect
654 * the MACs because of the pending reset. */
Ben Hutchings62776d02010-06-23 11:30:07 +0000655 netif_err(efx, drv, efx->net_dev,
656 "Resetting to recover from flush failure\n");
Steve Hodgsonfd371e32010-06-01 11:17:51 +0000657 efx_schedule_reset(efx, RESET_TYPE_ALL);
658 } else if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +0000659 netif_err(efx, drv, efx->net_dev, "failed to flush queues\n");
Steve Hodgsonfd371e32010-06-01 11:17:51 +0000660 } else {
Ben Hutchings62776d02010-06-23 11:30:07 +0000661 netif_dbg(efx, drv, efx->net_dev,
662 "successfully flushed all queues\n");
Steve Hodgsonfd371e32010-06-01 11:17:51 +0000663 }
Ben Hutchings6bc5d3a2008-09-01 12:49:37 +0100664
Ben Hutchings8ceee662008-04-27 12:55:59 +0100665 efx_for_each_channel(channel, efx) {
Ben Hutchings62776d02010-06-23 11:30:07 +0000666 netif_dbg(channel->efx, drv, channel->efx->net_dev,
667 "shut down chan %d\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100668
669 efx_for_each_channel_rx_queue(rx_queue, channel)
670 efx_fini_rx_queue(rx_queue);
Ben Hutchings94b274b2011-01-10 21:18:20 +0000671 efx_for_each_possible_channel_tx_queue(tx_queue, channel)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100672 efx_fini_tx_queue(tx_queue);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100673 efx_fini_eventq(channel);
674 }
675}
676
677static void efx_remove_channel(struct efx_channel *channel)
678{
679 struct efx_tx_queue *tx_queue;
680 struct efx_rx_queue *rx_queue;
681
Ben Hutchings62776d02010-06-23 11:30:07 +0000682 netif_dbg(channel->efx, drv, channel->efx->net_dev,
683 "destroy chan %d\n", channel->channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100684
685 efx_for_each_channel_rx_queue(rx_queue, channel)
686 efx_remove_rx_queue(rx_queue);
Ben Hutchings94b274b2011-01-10 21:18:20 +0000687 efx_for_each_possible_channel_tx_queue(tx_queue, channel)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100688 efx_remove_tx_queue(tx_queue);
689 efx_remove_eventq(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100690}
691
Ben Hutchings46426102010-09-10 06:42:33 +0000692static void efx_remove_channels(struct efx_nic *efx)
693{
694 struct efx_channel *channel;
695
696 efx_for_each_channel(channel, efx)
697 efx_remove_channel(channel);
698}
699
700int
701efx_realloc_channels(struct efx_nic *efx, u32 rxq_entries, u32 txq_entries)
702{
703 struct efx_channel *other_channel[EFX_MAX_CHANNELS], *channel;
704 u32 old_rxq_entries, old_txq_entries;
705 unsigned i;
706 int rc;
707
708 efx_stop_all(efx);
709 efx_fini_channels(efx);
710
711 /* Clone channels */
712 memset(other_channel, 0, sizeof(other_channel));
713 for (i = 0; i < efx->n_channels; i++) {
714 channel = efx_alloc_channel(efx, i, efx->channel[i]);
715 if (!channel) {
716 rc = -ENOMEM;
717 goto out;
718 }
719 other_channel[i] = channel;
720 }
721
722 /* Swap entry counts and channel pointers */
723 old_rxq_entries = efx->rxq_entries;
724 old_txq_entries = efx->txq_entries;
725 efx->rxq_entries = rxq_entries;
726 efx->txq_entries = txq_entries;
727 for (i = 0; i < efx->n_channels; i++) {
728 channel = efx->channel[i];
729 efx->channel[i] = other_channel[i];
730 other_channel[i] = channel;
731 }
732
733 rc = efx_probe_channels(efx);
734 if (rc)
735 goto rollback;
736
Ben Hutchingse8f14992010-12-07 19:47:34 +0000737 efx_init_napi(efx);
738
Ben Hutchings46426102010-09-10 06:42:33 +0000739 /* Destroy old channels */
Ben Hutchingse8f14992010-12-07 19:47:34 +0000740 for (i = 0; i < efx->n_channels; i++) {
741 efx_fini_napi_channel(other_channel[i]);
Ben Hutchings46426102010-09-10 06:42:33 +0000742 efx_remove_channel(other_channel[i]);
Ben Hutchingse8f14992010-12-07 19:47:34 +0000743 }
Ben Hutchings46426102010-09-10 06:42:33 +0000744out:
745 /* Free unused channel structures */
746 for (i = 0; i < efx->n_channels; i++)
747 kfree(other_channel[i]);
748
749 efx_init_channels(efx);
750 efx_start_all(efx);
751 return rc;
752
753rollback:
754 /* Swap back */
755 efx->rxq_entries = old_rxq_entries;
756 efx->txq_entries = old_txq_entries;
757 for (i = 0; i < efx->n_channels; i++) {
758 channel = efx->channel[i];
759 efx->channel[i] = other_channel[i];
760 other_channel[i] = channel;
761 }
762 goto out;
763}
764
Steve Hodgson90d683a2010-06-01 11:19:39 +0000765void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100766{
Steve Hodgson90d683a2010-06-01 11:19:39 +0000767 mod_timer(&rx_queue->slow_fill, jiffies + msecs_to_jiffies(100));
Ben Hutchings8ceee662008-04-27 12:55:59 +0100768}
769
770/**************************************************************************
771 *
772 * Port handling
773 *
774 **************************************************************************/
775
776/* This ensures that the kernel is kept informed (via
777 * netif_carrier_on/off) of the link status, and also maintains the
778 * link status's stop on the port's TX queue.
779 */
Steve Hodgsonfdaa9ae2009-11-28 05:34:05 +0000780void efx_link_status_changed(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100781{
Ben Hutchingseb50c0d2009-11-23 16:06:30 +0000782 struct efx_link_state *link_state = &efx->link_state;
783
Ben Hutchings8ceee662008-04-27 12:55:59 +0100784 /* SFC Bug 5356: A net_dev notifier is registered, so we must ensure
785 * that no events are triggered between unregister_netdev() and the
786 * driver unloading. A more general condition is that NETDEV_CHANGE
787 * can only be generated between NETDEV_UP and NETDEV_DOWN */
788 if (!netif_running(efx->net_dev))
789 return;
790
Ben Hutchingseb50c0d2009-11-23 16:06:30 +0000791 if (link_state->up != netif_carrier_ok(efx->net_dev)) {
Ben Hutchings8ceee662008-04-27 12:55:59 +0100792 efx->n_link_state_changes++;
793
Ben Hutchingseb50c0d2009-11-23 16:06:30 +0000794 if (link_state->up)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100795 netif_carrier_on(efx->net_dev);
796 else
797 netif_carrier_off(efx->net_dev);
798 }
799
800 /* Status message for kernel log */
Ben Hutchingseb50c0d2009-11-23 16:06:30 +0000801 if (link_state->up) {
Ben Hutchings62776d02010-06-23 11:30:07 +0000802 netif_info(efx, link, efx->net_dev,
803 "link up at %uMbps %s-duplex (MTU %d)%s\n",
804 link_state->speed, link_state->fd ? "full" : "half",
805 efx->net_dev->mtu,
806 (efx->promiscuous ? " [PROMISC]" : ""));
Ben Hutchings8ceee662008-04-27 12:55:59 +0100807 } else {
Ben Hutchings62776d02010-06-23 11:30:07 +0000808 netif_info(efx, link, efx->net_dev, "link down\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +0100809 }
810
811}
812
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000813void efx_link_set_advertising(struct efx_nic *efx, u32 advertising)
814{
815 efx->link_advertising = advertising;
816 if (advertising) {
817 if (advertising & ADVERTISED_Pause)
818 efx->wanted_fc |= (EFX_FC_TX | EFX_FC_RX);
819 else
820 efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX);
821 if (advertising & ADVERTISED_Asym_Pause)
822 efx->wanted_fc ^= EFX_FC_TX;
823 }
824}
825
David S. Millerb56269462011-05-17 17:53:22 -0400826void efx_link_set_wanted_fc(struct efx_nic *efx, u8 wanted_fc)
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000827{
828 efx->wanted_fc = wanted_fc;
829 if (efx->link_advertising) {
830 if (wanted_fc & EFX_FC_RX)
831 efx->link_advertising |= (ADVERTISED_Pause |
832 ADVERTISED_Asym_Pause);
833 else
834 efx->link_advertising &= ~(ADVERTISED_Pause |
835 ADVERTISED_Asym_Pause);
836 if (wanted_fc & EFX_FC_TX)
837 efx->link_advertising ^= ADVERTISED_Asym_Pause;
838 }
839}
840
Ben Hutchings115122a2009-03-04 09:52:52 +0000841static void efx_fini_port(struct efx_nic *efx);
842
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000843/* Push loopback/power/transmit disable settings to the PHY, and reconfigure
844 * the MAC appropriately. All other PHY configuration changes are pushed
845 * through phy_op->set_settings(), and pushed asynchronously to the MAC
846 * through efx_monitor().
847 *
848 * Callers must hold the mac_lock
849 */
850int __efx_reconfigure_port(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100851{
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000852 enum efx_phy_mode phy_mode;
853 int rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100854
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000855 WARN_ON(!mutex_is_locked(&efx->mac_lock));
Ben Hutchings8ceee662008-04-27 12:55:59 +0100856
Ben Hutchingsa816f752008-09-01 12:49:12 +0100857 /* Serialise the promiscuous flag with efx_set_multicast_list. */
858 if (efx_dev_registered(efx)) {
859 netif_addr_lock_bh(efx->net_dev);
860 netif_addr_unlock_bh(efx->net_dev);
861 }
862
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000863 /* Disable PHY transmit in mac level loopbacks */
864 phy_mode = efx->phy_mode;
Ben Hutchings177dfcd2008-12-12 21:50:08 -0800865 if (LOOPBACK_INTERNAL(efx))
866 efx->phy_mode |= PHY_MODE_TX_DISABLED;
867 else
868 efx->phy_mode &= ~PHY_MODE_TX_DISABLED;
Ben Hutchings177dfcd2008-12-12 21:50:08 -0800869
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000870 rc = efx->type->reconfigure_port(efx);
Ben Hutchings177dfcd2008-12-12 21:50:08 -0800871
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000872 if (rc)
873 efx->phy_mode = phy_mode;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100874
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000875 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100876}
877
878/* Reinitialise the MAC to pick up new PHY settings, even if the port is
879 * disabled. */
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000880int efx_reconfigure_port(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +0100881{
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000882 int rc;
883
Ben Hutchings8ceee662008-04-27 12:55:59 +0100884 EFX_ASSERT_RESET_SERIALISED(efx);
885
886 mutex_lock(&efx->mac_lock);
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000887 rc = __efx_reconfigure_port(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100888 mutex_unlock(&efx->mac_lock);
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000889
890 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100891}
892
Ben Hutchings8be4f3e2009-11-25 16:12:16 +0000893/* Asynchronous work item for changing MAC promiscuity and multicast
894 * hash. Avoid a drain/rx_ingress enable by reconfiguring the current
895 * MAC directly. */
Ben Hutchings766ca0f2008-12-12 21:59:24 -0800896static void efx_mac_work(struct work_struct *data)
897{
898 struct efx_nic *efx = container_of(data, struct efx_nic, mac_work);
899
900 mutex_lock(&efx->mac_lock);
Ben Hutchings30b81cd2011-09-13 19:47:48 +0100901 if (efx->port_enabled)
Ben Hutchings710b2082011-09-03 00:15:00 +0100902 efx->type->reconfigure_mac(efx);
Ben Hutchings766ca0f2008-12-12 21:59:24 -0800903 mutex_unlock(&efx->mac_lock);
904}
905
Ben Hutchings8ceee662008-04-27 12:55:59 +0100906static int efx_probe_port(struct efx_nic *efx)
907{
908 int rc;
909
Ben Hutchings62776d02010-06-23 11:30:07 +0000910 netif_dbg(efx, probe, efx->net_dev, "create port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +0100911
Steve Hodgsonff3b00a2009-12-23 13:46:36 +0000912 if (phy_flash_cfg)
913 efx->phy_mode = PHY_MODE_SPECIAL;
914
Ben Hutchingsef2b90e2009-11-29 03:42:31 +0000915 /* Connect up MAC/PHY operations table */
916 rc = efx->type->probe_port(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100917 if (rc)
Ben Hutchingse42de262010-09-10 06:41:19 +0000918 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100919
Ben Hutchingse332bcb2011-12-20 01:22:51 +0000920 /* Initialise MAC address to permanent address */
921 memcpy(efx->net_dev->dev_addr, efx->net_dev->perm_addr, ETH_ALEN);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100922
923 return 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100924}
925
926static int efx_init_port(struct efx_nic *efx)
927{
928 int rc;
929
Ben Hutchings62776d02010-06-23 11:30:07 +0000930 netif_dbg(efx, drv, efx->net_dev, "init port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +0100931
Ben Hutchings1dfc5ce2009-11-25 16:11:19 +0000932 mutex_lock(&efx->mac_lock);
933
Ben Hutchings177dfcd2008-12-12 21:50:08 -0800934 rc = efx->phy_op->init(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100935 if (rc)
Ben Hutchings1dfc5ce2009-11-25 16:11:19 +0000936 goto fail1;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100937
Ben Hutchingsdc8cfa52008-09-01 12:46:50 +0100938 efx->port_initialized = true;
Ben Hutchings1dfc5ce2009-11-25 16:11:19 +0000939
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000940 /* Reconfigure the MAC before creating dma queues (required for
941 * Falcon/A1 where RX_INGR_EN/TX_DRAIN_EN isn't supported) */
Ben Hutchings710b2082011-09-03 00:15:00 +0100942 efx->type->reconfigure_mac(efx);
Ben Hutchingsd3245b22009-11-29 03:42:41 +0000943
944 /* Ensure the PHY advertises the correct flow control settings */
945 rc = efx->phy_op->reconfigure(efx);
946 if (rc)
947 goto fail2;
948
Ben Hutchings1dfc5ce2009-11-25 16:11:19 +0000949 mutex_unlock(&efx->mac_lock);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100950 return 0;
Ben Hutchings177dfcd2008-12-12 21:50:08 -0800951
Ben Hutchings1dfc5ce2009-11-25 16:11:19 +0000952fail2:
Ben Hutchings177dfcd2008-12-12 21:50:08 -0800953 efx->phy_op->fini(efx);
Ben Hutchings1dfc5ce2009-11-25 16:11:19 +0000954fail1:
955 mutex_unlock(&efx->mac_lock);
Ben Hutchings177dfcd2008-12-12 21:50:08 -0800956 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100957}
958
Ben Hutchings8ceee662008-04-27 12:55:59 +0100959static void efx_start_port(struct efx_nic *efx)
960{
Ben Hutchings62776d02010-06-23 11:30:07 +0000961 netif_dbg(efx, ifup, efx->net_dev, "start port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +0100962 BUG_ON(efx->port_enabled);
963
964 mutex_lock(&efx->mac_lock);
Ben Hutchingsdc8cfa52008-09-01 12:46:50 +0100965 efx->port_enabled = true;
Ben Hutchings8be4f3e2009-11-25 16:12:16 +0000966
967 /* efx_mac_work() might have been scheduled after efx_stop_port(),
968 * and then cancelled by efx_flush_all() */
Ben Hutchings710b2082011-09-03 00:15:00 +0100969 efx->type->reconfigure_mac(efx);
Ben Hutchings8be4f3e2009-11-25 16:12:16 +0000970
Ben Hutchings8ceee662008-04-27 12:55:59 +0100971 mutex_unlock(&efx->mac_lock);
972}
973
Steve Hodgsonfdaa9ae2009-11-28 05:34:05 +0000974/* Prevent efx_mac_work() and efx_monitor() from working */
Ben Hutchings8ceee662008-04-27 12:55:59 +0100975static void efx_stop_port(struct efx_nic *efx)
976{
Ben Hutchings62776d02010-06-23 11:30:07 +0000977 netif_dbg(efx, ifdown, efx->net_dev, "stop port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +0100978
979 mutex_lock(&efx->mac_lock);
Ben Hutchingsdc8cfa52008-09-01 12:46:50 +0100980 efx->port_enabled = false;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100981 mutex_unlock(&efx->mac_lock);
982
983 /* Serialise against efx_set_multicast_list() */
Ben Hutchings55668612008-05-16 21:16:10 +0100984 if (efx_dev_registered(efx)) {
David S. Millerb9e40852008-07-15 00:15:08 -0700985 netif_addr_lock_bh(efx->net_dev);
986 netif_addr_unlock_bh(efx->net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +0100987 }
988}
989
990static void efx_fini_port(struct efx_nic *efx)
991{
Ben Hutchings62776d02010-06-23 11:30:07 +0000992 netif_dbg(efx, drv, efx->net_dev, "shut down port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +0100993
994 if (!efx->port_initialized)
995 return;
996
Ben Hutchings177dfcd2008-12-12 21:50:08 -0800997 efx->phy_op->fini(efx);
Ben Hutchingsdc8cfa52008-09-01 12:46:50 +0100998 efx->port_initialized = false;
Ben Hutchings8ceee662008-04-27 12:55:59 +0100999
Ben Hutchingseb50c0d2009-11-23 16:06:30 +00001000 efx->link_state.up = false;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001001 efx_link_status_changed(efx);
1002}
1003
1004static void efx_remove_port(struct efx_nic *efx)
1005{
Ben Hutchings62776d02010-06-23 11:30:07 +00001006 netif_dbg(efx, drv, efx->net_dev, "destroying port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001007
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001008 efx->type->remove_port(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001009}
1010
1011/**************************************************************************
1012 *
1013 * NIC handling
1014 *
1015 **************************************************************************/
1016
1017/* This configures the PCI device to enable I/O and DMA. */
1018static int efx_init_io(struct efx_nic *efx)
1019{
1020 struct pci_dev *pci_dev = efx->pci_dev;
1021 dma_addr_t dma_mask = efx->type->max_dma_mask;
1022 int rc;
1023
Ben Hutchings62776d02010-06-23 11:30:07 +00001024 netif_dbg(efx, probe, efx->net_dev, "initialising I/O\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001025
1026 rc = pci_enable_device(pci_dev);
1027 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001028 netif_err(efx, probe, efx->net_dev,
1029 "failed to enable PCI device\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001030 goto fail1;
1031 }
1032
1033 pci_set_master(pci_dev);
1034
1035 /* Set the PCI DMA mask. Try all possibilities from our
1036 * genuine mask down to 32 bits, because some architectures
1037 * (e.g. x86_64 with iommu_sac_force set) will allow 40 bit
1038 * masks event though they reject 46 bit masks.
1039 */
1040 while (dma_mask > 0x7fffffffUL) {
Ben Hutchingse9e01842012-01-05 18:50:29 +00001041 if (pci_dma_supported(pci_dev, dma_mask)) {
1042 rc = pci_set_dma_mask(pci_dev, dma_mask);
1043 if (rc == 0)
1044 break;
1045 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01001046 dma_mask >>= 1;
1047 }
1048 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001049 netif_err(efx, probe, efx->net_dev,
1050 "could not find a suitable DMA mask\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001051 goto fail2;
1052 }
Ben Hutchings62776d02010-06-23 11:30:07 +00001053 netif_dbg(efx, probe, efx->net_dev,
1054 "using DMA mask %llx\n", (unsigned long long) dma_mask);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001055 rc = pci_set_consistent_dma_mask(pci_dev, dma_mask);
1056 if (rc) {
1057 /* pci_set_consistent_dma_mask() is not *allowed* to
1058 * fail with a mask that pci_set_dma_mask() accepted,
1059 * but just in case...
1060 */
Ben Hutchings62776d02010-06-23 11:30:07 +00001061 netif_err(efx, probe, efx->net_dev,
1062 "failed to set consistent DMA mask\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001063 goto fail2;
1064 }
1065
Ben Hutchingsdc803df2009-10-23 08:32:33 +00001066 efx->membase_phys = pci_resource_start(efx->pci_dev, EFX_MEM_BAR);
1067 rc = pci_request_region(pci_dev, EFX_MEM_BAR, "sfc");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001068 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001069 netif_err(efx, probe, efx->net_dev,
1070 "request for memory BAR failed\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001071 rc = -EIO;
1072 goto fail3;
1073 }
David S. Miller8decf862011-09-22 03:23:13 -04001074 efx->membase = ioremap_nocache(efx->membase_phys,
1075 efx->type->mem_map_size);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001076 if (!efx->membase) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001077 netif_err(efx, probe, efx->net_dev,
1078 "could not map memory BAR at %llx+%x\n",
1079 (unsigned long long)efx->membase_phys,
1080 efx->type->mem_map_size);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001081 rc = -ENOMEM;
1082 goto fail4;
1083 }
Ben Hutchings62776d02010-06-23 11:30:07 +00001084 netif_dbg(efx, probe, efx->net_dev,
1085 "memory BAR at %llx+%x (virtual %p)\n",
1086 (unsigned long long)efx->membase_phys,
1087 efx->type->mem_map_size, efx->membase);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001088
1089 return 0;
1090
1091 fail4:
Ben Hutchingsdc803df2009-10-23 08:32:33 +00001092 pci_release_region(efx->pci_dev, EFX_MEM_BAR);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001093 fail3:
Ben Hutchings2c118e02008-05-16 21:15:29 +01001094 efx->membase_phys = 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001095 fail2:
1096 pci_disable_device(efx->pci_dev);
1097 fail1:
1098 return rc;
1099}
1100
1101static void efx_fini_io(struct efx_nic *efx)
1102{
Ben Hutchings62776d02010-06-23 11:30:07 +00001103 netif_dbg(efx, drv, efx->net_dev, "shutting down I/O\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001104
1105 if (efx->membase) {
1106 iounmap(efx->membase);
1107 efx->membase = NULL;
1108 }
1109
1110 if (efx->membase_phys) {
Ben Hutchingsdc803df2009-10-23 08:32:33 +00001111 pci_release_region(efx->pci_dev, EFX_MEM_BAR);
Ben Hutchings2c118e02008-05-16 21:15:29 +01001112 efx->membase_phys = 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001113 }
1114
1115 pci_disable_device(efx->pci_dev);
1116}
1117
Ben Hutchingsfa142b92011-12-20 01:15:30 +00001118static int efx_wanted_parallelism(void)
Ben Hutchings46123d02008-09-01 12:47:33 +01001119{
Ben Hutchingscdb08f82011-12-20 01:08:05 +00001120 cpumask_var_t thread_mask;
Ben Hutchings46123d02008-09-01 12:47:33 +01001121 int count;
1122 int cpu;
1123
Ben Hutchings5b874e22011-01-12 19:11:05 +00001124 if (rss_cpus)
1125 return rss_cpus;
1126
Ben Hutchingscdb08f82011-12-20 01:08:05 +00001127 if (unlikely(!zalloc_cpumask_var(&thread_mask, GFP_KERNEL))) {
Rusty Russell2f8975f2009-01-10 21:58:09 -08001128 printk(KERN_WARNING
Mike Travis3977d032009-05-12 10:48:36 +00001129 "sfc: RSS disabled due to allocation failure\n");
Rusty Russell2f8975f2009-01-10 21:58:09 -08001130 return 1;
1131 }
1132
Ben Hutchings46123d02008-09-01 12:47:33 +01001133 count = 0;
1134 for_each_online_cpu(cpu) {
Ben Hutchingscdb08f82011-12-20 01:08:05 +00001135 if (!cpumask_test_cpu(cpu, thread_mask)) {
Ben Hutchings46123d02008-09-01 12:47:33 +01001136 ++count;
Ben Hutchingscdb08f82011-12-20 01:08:05 +00001137 cpumask_or(thread_mask, thread_mask,
1138 topology_thread_cpumask(cpu));
Ben Hutchings46123d02008-09-01 12:47:33 +01001139 }
1140 }
1141
Ben Hutchingscdb08f82011-12-20 01:08:05 +00001142 free_cpumask_var(thread_mask);
Ben Hutchings46123d02008-09-01 12:47:33 +01001143 return count;
1144}
1145
Ben Hutchings64d8ad62011-01-05 00:50:41 +00001146static int
1147efx_init_rx_cpu_rmap(struct efx_nic *efx, struct msix_entry *xentries)
1148{
1149#ifdef CONFIG_RFS_ACCEL
1150 int i, rc;
1151
1152 efx->net_dev->rx_cpu_rmap = alloc_irq_cpu_rmap(efx->n_rx_channels);
1153 if (!efx->net_dev->rx_cpu_rmap)
1154 return -ENOMEM;
1155 for (i = 0; i < efx->n_rx_channels; i++) {
1156 rc = irq_cpu_rmap_add(efx->net_dev->rx_cpu_rmap,
1157 xentries[i].vector);
1158 if (rc) {
1159 free_irq_cpu_rmap(efx->net_dev->rx_cpu_rmap);
1160 efx->net_dev->rx_cpu_rmap = NULL;
1161 return rc;
1162 }
1163 }
1164#endif
1165 return 0;
1166}
1167
Ben Hutchings46123d02008-09-01 12:47:33 +01001168/* Probe the number and type of interrupts we are able to obtain, and
1169 * the resulting numbers of channels and RX queues.
1170 */
Ben Hutchings64d8ad62011-01-05 00:50:41 +00001171static int efx_probe_interrupts(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001172{
Ben Hutchings46123d02008-09-01 12:47:33 +01001173 int max_channels =
1174 min_t(int, efx->type->phys_addr_channels, EFX_MAX_CHANNELS);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001175 int rc, i;
1176
1177 if (efx->interrupt_mode == EFX_INT_MODE_MSIX) {
Ben Hutchings46123d02008-09-01 12:47:33 +01001178 struct msix_entry xentries[EFX_MAX_CHANNELS];
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001179 int n_channels;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001180
Ben Hutchingsfa142b92011-12-20 01:15:30 +00001181 n_channels = efx_wanted_parallelism();
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001182 if (separate_tx_channels)
1183 n_channels *= 2;
1184 n_channels = min(n_channels, max_channels);
Ben Hutchingsaa6ef272008-07-18 19:03:10 +01001185
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001186 for (i = 0; i < n_channels; i++)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001187 xentries[i].entry = i;
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001188 rc = pci_enable_msix(efx->pci_dev, xentries, n_channels);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001189 if (rc > 0) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001190 netif_err(efx, drv, efx->net_dev,
1191 "WARNING: Insufficient MSI-X vectors"
1192 " available (%d < %d).\n", rc, n_channels);
1193 netif_err(efx, drv, efx->net_dev,
1194 "WARNING: Performance may be reduced.\n");
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001195 EFX_BUG_ON_PARANOID(rc >= n_channels);
1196 n_channels = rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001197 rc = pci_enable_msix(efx->pci_dev, xentries,
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001198 n_channels);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001199 }
1200
1201 if (rc == 0) {
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001202 efx->n_channels = n_channels;
1203 if (separate_tx_channels) {
1204 efx->n_tx_channels =
1205 max(efx->n_channels / 2, 1U);
1206 efx->n_rx_channels =
1207 max(efx->n_channels -
1208 efx->n_tx_channels, 1U);
1209 } else {
1210 efx->n_tx_channels = efx->n_channels;
1211 efx->n_rx_channels = efx->n_channels;
1212 }
Ben Hutchings64d8ad62011-01-05 00:50:41 +00001213 rc = efx_init_rx_cpu_rmap(efx, xentries);
1214 if (rc) {
1215 pci_disable_msix(efx->pci_dev);
1216 return rc;
1217 }
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001218 for (i = 0; i < n_channels; i++)
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00001219 efx_get_channel(efx, i)->irq =
1220 xentries[i].vector;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001221 } else {
1222 /* Fall back to single channel MSI */
1223 efx->interrupt_mode = EFX_INT_MODE_MSI;
Ben Hutchings62776d02010-06-23 11:30:07 +00001224 netif_err(efx, drv, efx->net_dev,
1225 "could not enable MSI-X\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001226 }
1227 }
1228
1229 /* Try single interrupt MSI */
1230 if (efx->interrupt_mode == EFX_INT_MODE_MSI) {
Neil Turton28b581a2008-12-12 21:41:06 -08001231 efx->n_channels = 1;
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001232 efx->n_rx_channels = 1;
1233 efx->n_tx_channels = 1;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001234 rc = pci_enable_msi(efx->pci_dev);
1235 if (rc == 0) {
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00001236 efx_get_channel(efx, 0)->irq = efx->pci_dev->irq;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001237 } else {
Ben Hutchings62776d02010-06-23 11:30:07 +00001238 netif_err(efx, drv, efx->net_dev,
1239 "could not enable MSI\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001240 efx->interrupt_mode = EFX_INT_MODE_LEGACY;
1241 }
1242 }
1243
1244 /* Assume legacy interrupts */
1245 if (efx->interrupt_mode == EFX_INT_MODE_LEGACY) {
Neil Turton28b581a2008-12-12 21:41:06 -08001246 efx->n_channels = 1 + (separate_tx_channels ? 1 : 0);
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001247 efx->n_rx_channels = 1;
1248 efx->n_tx_channels = 1;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001249 efx->legacy_irq = efx->pci_dev->irq;
1250 }
Ben Hutchings64d8ad62011-01-05 00:50:41 +00001251
1252 return 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001253}
1254
1255static void efx_remove_interrupts(struct efx_nic *efx)
1256{
1257 struct efx_channel *channel;
1258
1259 /* Remove MSI/MSI-X interrupts */
Ben Hutchings64ee3122008-09-01 12:47:38 +01001260 efx_for_each_channel(channel, efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001261 channel->irq = 0;
1262 pci_disable_msi(efx->pci_dev);
1263 pci_disable_msix(efx->pci_dev);
1264
1265 /* Remove legacy interrupt */
1266 efx->legacy_irq = 0;
1267}
1268
Ben Hutchings8831da72008-09-01 12:47:48 +01001269static void efx_set_channels(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001270{
Ben Hutchings602a5322011-05-16 17:32:39 +01001271 struct efx_channel *channel;
1272 struct efx_tx_queue *tx_queue;
1273
Ben Hutchings97653432011-01-12 18:26:56 +00001274 efx->tx_channel_offset =
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001275 separate_tx_channels ? efx->n_channels - efx->n_tx_channels : 0;
Ben Hutchings602a5322011-05-16 17:32:39 +01001276
1277 /* We need to adjust the TX queue numbers if we have separate
1278 * RX-only and TX-only channels.
1279 */
1280 efx_for_each_channel(channel, efx) {
1281 efx_for_each_channel_tx_queue(tx_queue, channel)
1282 tx_queue->queue -= (efx->tx_channel_offset *
1283 EFX_TXQ_TYPES);
1284 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01001285}
1286
1287static int efx_probe_nic(struct efx_nic *efx)
1288{
Ben Hutchings765c9f42010-06-30 05:06:28 +00001289 size_t i;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001290 int rc;
1291
Ben Hutchings62776d02010-06-23 11:30:07 +00001292 netif_dbg(efx, probe, efx->net_dev, "creating NIC\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001293
1294 /* Carry out hardware-type specific initialisation */
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001295 rc = efx->type->probe(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001296 if (rc)
1297 return rc;
1298
Ben Hutchingsa4900ac2010-04-28 09:30:43 +00001299 /* Determine the number of channels and queues by trying to hook
Ben Hutchings8ceee662008-04-27 12:55:59 +01001300 * in MSI-X interrupts. */
Ben Hutchings64d8ad62011-01-05 00:50:41 +00001301 rc = efx_probe_interrupts(efx);
1302 if (rc)
1303 goto fail;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001304
Ben Hutchings5d3a6fc2010-06-25 07:05:43 +00001305 if (efx->n_channels > 1)
1306 get_random_bytes(&efx->rx_hash_key, sizeof(efx->rx_hash_key));
Ben Hutchings765c9f42010-06-30 05:06:28 +00001307 for (i = 0; i < ARRAY_SIZE(efx->rx_indir_table); i++)
Ben Hutchings278bc422011-12-15 13:56:49 +00001308 efx->rx_indir_table[i] =
1309 ethtool_rxfh_indir_default(i, efx->n_rx_channels);
Ben Hutchings5d3a6fc2010-06-25 07:05:43 +00001310
Ben Hutchings8831da72008-09-01 12:47:48 +01001311 efx_set_channels(efx);
Ben Hutchingsc4f4adc2010-09-27 08:31:07 +00001312 netif_set_real_num_tx_queues(efx->net_dev, efx->n_tx_channels);
1313 netif_set_real_num_rx_queues(efx->net_dev, efx->n_rx_channels);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001314
1315 /* Initialise the interrupt moderation settings */
Ben Hutchings9e393b32011-09-05 07:43:04 +00001316 efx_init_irq_moderation(efx, tx_irq_mod_usec, rx_irq_mod_usec, true,
1317 true);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001318
1319 return 0;
Ben Hutchings64d8ad62011-01-05 00:50:41 +00001320
1321fail:
1322 efx->type->remove(efx);
1323 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001324}
1325
1326static void efx_remove_nic(struct efx_nic *efx)
1327{
Ben Hutchings62776d02010-06-23 11:30:07 +00001328 netif_dbg(efx, drv, efx->net_dev, "destroying NIC\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001329
1330 efx_remove_interrupts(efx);
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001331 efx->type->remove(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001332}
1333
1334/**************************************************************************
1335 *
1336 * NIC startup/shutdown
1337 *
1338 *************************************************************************/
1339
1340static int efx_probe_all(struct efx_nic *efx)
1341{
Ben Hutchings8ceee662008-04-27 12:55:59 +01001342 int rc;
1343
Ben Hutchings8ceee662008-04-27 12:55:59 +01001344 rc = efx_probe_nic(efx);
1345 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001346 netif_err(efx, probe, efx->net_dev, "failed to create NIC\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001347 goto fail1;
1348 }
1349
Ben Hutchings8ceee662008-04-27 12:55:59 +01001350 rc = efx_probe_port(efx);
1351 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001352 netif_err(efx, probe, efx->net_dev, "failed to create port\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01001353 goto fail2;
1354 }
1355
Steve Hodgsonecc910f2010-09-10 06:42:22 +00001356 efx->rxq_entries = efx->txq_entries = EFX_DEFAULT_DMAQ_SIZE;
Ben Hutchings46426102010-09-10 06:42:33 +00001357 rc = efx_probe_channels(efx);
1358 if (rc)
1359 goto fail3;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001360
Ben Hutchings64eebcf2010-09-20 08:43:07 +00001361 rc = efx_probe_filters(efx);
1362 if (rc) {
1363 netif_err(efx, probe, efx->net_dev,
1364 "failed to create filter tables\n");
1365 goto fail4;
1366 }
1367
Ben Hutchings8ceee662008-04-27 12:55:59 +01001368 return 0;
1369
Ben Hutchings64eebcf2010-09-20 08:43:07 +00001370 fail4:
1371 efx_remove_channels(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001372 fail3:
Ben Hutchings8ceee662008-04-27 12:55:59 +01001373 efx_remove_port(efx);
1374 fail2:
1375 efx_remove_nic(efx);
1376 fail1:
1377 return rc;
1378}
1379
1380/* Called after previous invocation(s) of efx_stop_all, restarts the
1381 * port, kernel transmit queue, NAPI processing and hardware interrupts,
1382 * and ensures that the port is scheduled to be reconfigured.
1383 * This function is safe to call multiple times when the NIC is in any
1384 * state. */
1385static void efx_start_all(struct efx_nic *efx)
1386{
1387 struct efx_channel *channel;
1388
1389 EFX_ASSERT_RESET_SERIALISED(efx);
1390
1391 /* Check that it is appropriate to restart the interface. All
1392 * of these flags are safe to read under just the rtnl lock */
1393 if (efx->port_enabled)
1394 return;
1395 if ((efx->state != STATE_RUNNING) && (efx->state != STATE_INIT))
1396 return;
Ben Hutchings55668612008-05-16 21:16:10 +01001397 if (efx_dev_registered(efx) && !netif_running(efx->net_dev))
Ben Hutchings8ceee662008-04-27 12:55:59 +01001398 return;
1399
1400 /* Mark the port as enabled so port reconfigurations can start, then
1401 * restart the transmit interface early so the watchdog timer stops */
1402 efx_start_port(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001403
Ben Hutchingse4abce82011-05-16 18:51:24 +01001404 if (efx_dev_registered(efx) && netif_device_present(efx->net_dev))
Ben Hutchingsc04bfc62010-12-10 01:24:16 +00001405 netif_tx_wake_all_queues(efx->net_dev);
1406
1407 efx_for_each_channel(channel, efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001408 efx_start_channel(channel);
1409
Ben Hutchings94dec6a2010-12-07 19:24:45 +00001410 if (efx->legacy_irq)
1411 efx->legacy_irq_enabled = true;
Ben Hutchings152b6a62009-11-29 03:43:56 +00001412 efx_nic_enable_interrupts(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001413
Ben Hutchings8880f4e2009-11-29 15:15:41 +00001414 /* Switch to event based MCDI completions after enabling interrupts.
1415 * If a reset has been scheduled, then we need to stay in polled mode.
1416 * Rather than serialising efx_mcdi_mode_event() [which sleeps] and
1417 * reset_pending [modified from an atomic context], we instead guarantee
1418 * that efx_mcdi_mode_poll() isn't reverted erroneously */
1419 efx_mcdi_mode_event(efx);
Ben Hutchingsa7d529a2011-06-24 20:46:31 +01001420 if (efx->reset_pending)
Ben Hutchings8880f4e2009-11-29 15:15:41 +00001421 efx_mcdi_mode_poll(efx);
1422
Steve Hodgson78c1f0a2009-11-29 03:43:00 +00001423 /* Start the hardware monitor if there is one. Otherwise (we're link
1424 * event driven), we have to poll the PHY because after an event queue
1425 * flush, we could have a missed a link state change */
1426 if (efx->type->monitor != NULL) {
Ben Hutchings8ceee662008-04-27 12:55:59 +01001427 queue_delayed_work(efx->workqueue, &efx->monitor_work,
1428 efx_monitor_interval);
Steve Hodgson78c1f0a2009-11-29 03:43:00 +00001429 } else {
1430 mutex_lock(&efx->mac_lock);
1431 if (efx->phy_op->poll(efx))
1432 efx_link_status_changed(efx);
1433 mutex_unlock(&efx->mac_lock);
1434 }
Ben Hutchings55edc6e2009-11-25 16:11:35 +00001435
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001436 efx->type->start_stats(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001437}
1438
1439/* Flush all delayed work. Should only be called when no more delayed work
1440 * will be scheduled. This doesn't flush pending online resets (efx_reset),
1441 * since we're holding the rtnl_lock at this point. */
1442static void efx_flush_all(struct efx_nic *efx)
1443{
Ben Hutchings8ceee662008-04-27 12:55:59 +01001444 /* Make sure the hardware monitor is stopped */
1445 cancel_delayed_work_sync(&efx->monitor_work);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001446 /* Stop scheduled port reconfigurations */
Ben Hutchings766ca0f2008-12-12 21:59:24 -08001447 cancel_work_sync(&efx->mac_work);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001448}
1449
1450/* Quiesce hardware and software without bringing the link down.
1451 * Safe to call multiple times, when the nic and interface is in any
1452 * state. The caller is guaranteed to subsequently be in a position
1453 * to modify any hardware and software state they see fit without
1454 * taking locks. */
1455static void efx_stop_all(struct efx_nic *efx)
1456{
1457 struct efx_channel *channel;
1458
1459 EFX_ASSERT_RESET_SERIALISED(efx);
1460
1461 /* port_enabled can be read safely under the rtnl lock */
1462 if (!efx->port_enabled)
1463 return;
1464
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001465 efx->type->stop_stats(efx);
Ben Hutchings55edc6e2009-11-25 16:11:35 +00001466
Ben Hutchings8880f4e2009-11-29 15:15:41 +00001467 /* Switch to MCDI polling on Siena before disabling interrupts */
1468 efx_mcdi_mode_poll(efx);
1469
Ben Hutchings8ceee662008-04-27 12:55:59 +01001470 /* Disable interrupts and wait for ISR to complete */
Ben Hutchings152b6a62009-11-29 03:43:56 +00001471 efx_nic_disable_interrupts(efx);
Ben Hutchings94dec6a2010-12-07 19:24:45 +00001472 if (efx->legacy_irq) {
Ben Hutchings8ceee662008-04-27 12:55:59 +01001473 synchronize_irq(efx->legacy_irq);
Ben Hutchings94dec6a2010-12-07 19:24:45 +00001474 efx->legacy_irq_enabled = false;
1475 }
Ben Hutchings64ee3122008-09-01 12:47:38 +01001476 efx_for_each_channel(channel, efx) {
Ben Hutchings8ceee662008-04-27 12:55:59 +01001477 if (channel->irq)
1478 synchronize_irq(channel->irq);
Ben Hutchingsb3475642008-05-16 21:15:49 +01001479 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01001480
1481 /* Stop all NAPI processing and synchronous rx refills */
1482 efx_for_each_channel(channel, efx)
1483 efx_stop_channel(channel);
1484
1485 /* Stop all asynchronous port reconfigurations. Since all
1486 * event processing has already been stopped, there is no
1487 * window to loose phy events */
1488 efx_stop_port(efx);
1489
Steve Hodgsonfdaa9ae2009-11-28 05:34:05 +00001490 /* Flush efx_mac_work(), refill_workqueue, monitor_work */
Ben Hutchings8ceee662008-04-27 12:55:59 +01001491 efx_flush_all(efx);
1492
Ben Hutchings8ceee662008-04-27 12:55:59 +01001493 /* Stop the kernel transmit interface late, so the watchdog
1494 * timer isn't ticking over the flush */
Ben Hutchings55668612008-05-16 21:16:10 +01001495 if (efx_dev_registered(efx)) {
Ben Hutchingsc04bfc62010-12-10 01:24:16 +00001496 netif_tx_stop_all_queues(efx->net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001497 netif_tx_lock_bh(efx->net_dev);
1498 netif_tx_unlock_bh(efx->net_dev);
1499 }
1500}
1501
1502static void efx_remove_all(struct efx_nic *efx)
1503{
Ben Hutchings64eebcf2010-09-20 08:43:07 +00001504 efx_remove_filters(efx);
Ben Hutchings46426102010-09-10 06:42:33 +00001505 efx_remove_channels(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001506 efx_remove_port(efx);
1507 efx_remove_nic(efx);
1508}
1509
Ben Hutchings8ceee662008-04-27 12:55:59 +01001510/**************************************************************************
1511 *
1512 * Interrupt moderation
1513 *
1514 **************************************************************************/
1515
Ben Hutchingscc180b62011-12-08 19:51:47 +00001516static unsigned int irq_mod_ticks(unsigned int usecs, unsigned int quantum_ns)
Ben Hutchings0d86ebd2009-10-23 08:32:13 +00001517{
Ben Hutchingsb548f972011-09-05 07:41:44 +00001518 if (usecs == 0)
1519 return 0;
Ben Hutchingscc180b62011-12-08 19:51:47 +00001520 if (usecs * 1000 < quantum_ns)
Ben Hutchings0d86ebd2009-10-23 08:32:13 +00001521 return 1; /* never round down to 0 */
Ben Hutchingscc180b62011-12-08 19:51:47 +00001522 return usecs * 1000 / quantum_ns;
Ben Hutchings0d86ebd2009-10-23 08:32:13 +00001523}
1524
Ben Hutchings8ceee662008-04-27 12:55:59 +01001525/* Set interrupt moderation parameters */
Ben Hutchings9e393b32011-09-05 07:43:04 +00001526int efx_init_irq_moderation(struct efx_nic *efx, unsigned int tx_usecs,
1527 unsigned int rx_usecs, bool rx_adaptive,
1528 bool rx_may_override_tx)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001529{
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00001530 struct efx_channel *channel;
Ben Hutchingscc180b62011-12-08 19:51:47 +00001531 unsigned int irq_mod_max = DIV_ROUND_UP(efx->type->timer_period_max *
1532 efx->timer_quantum_ns,
1533 1000);
1534 unsigned int tx_ticks;
1535 unsigned int rx_ticks;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001536
1537 EFX_ASSERT_RESET_SERIALISED(efx);
1538
Ben Hutchingscc180b62011-12-08 19:51:47 +00001539 if (tx_usecs > irq_mod_max || rx_usecs > irq_mod_max)
Ben Hutchings9e393b32011-09-05 07:43:04 +00001540 return -EINVAL;
1541
Ben Hutchingscc180b62011-12-08 19:51:47 +00001542 tx_ticks = irq_mod_ticks(tx_usecs, efx->timer_quantum_ns);
1543 rx_ticks = irq_mod_ticks(rx_usecs, efx->timer_quantum_ns);
1544
Ben Hutchings9e393b32011-09-05 07:43:04 +00001545 if (tx_ticks != rx_ticks && efx->tx_channel_offset == 0 &&
1546 !rx_may_override_tx) {
1547 netif_err(efx, drv, efx->net_dev, "Channels are shared. "
1548 "RX and TX IRQ moderation must be equal\n");
1549 return -EINVAL;
1550 }
1551
Ben Hutchings6fb70fd2009-03-20 13:30:37 +00001552 efx->irq_rx_adaptive = rx_adaptive;
Ben Hutchings0d86ebd2009-10-23 08:32:13 +00001553 efx->irq_rx_moderation = rx_ticks;
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00001554 efx_for_each_channel(channel, efx) {
Ben Hutchings525da902011-02-07 23:04:38 +00001555 if (efx_channel_has_rx_queue(channel))
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00001556 channel->irq_moderation = rx_ticks;
Ben Hutchings525da902011-02-07 23:04:38 +00001557 else if (efx_channel_has_tx_queues(channel))
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00001558 channel->irq_moderation = tx_ticks;
1559 }
Ben Hutchings9e393b32011-09-05 07:43:04 +00001560
1561 return 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001562}
1563
Ben Hutchingsa0c4faf2011-09-05 07:42:25 +00001564void efx_get_irq_moderation(struct efx_nic *efx, unsigned int *tx_usecs,
1565 unsigned int *rx_usecs, bool *rx_adaptive)
1566{
Ben Hutchingscc180b62011-12-08 19:51:47 +00001567 /* We must round up when converting ticks to microseconds
1568 * because we round down when converting the other way.
1569 */
1570
Ben Hutchingsa0c4faf2011-09-05 07:42:25 +00001571 *rx_adaptive = efx->irq_rx_adaptive;
Ben Hutchingscc180b62011-12-08 19:51:47 +00001572 *rx_usecs = DIV_ROUND_UP(efx->irq_rx_moderation *
1573 efx->timer_quantum_ns,
1574 1000);
Ben Hutchingsa0c4faf2011-09-05 07:42:25 +00001575
1576 /* If channels are shared between RX and TX, so is IRQ
1577 * moderation. Otherwise, IRQ moderation is the same for all
1578 * TX channels and is not adaptive.
1579 */
1580 if (efx->tx_channel_offset == 0)
1581 *tx_usecs = *rx_usecs;
1582 else
Ben Hutchingscc180b62011-12-08 19:51:47 +00001583 *tx_usecs = DIV_ROUND_UP(
Ben Hutchingsa0c4faf2011-09-05 07:42:25 +00001584 efx->channel[efx->tx_channel_offset]->irq_moderation *
Ben Hutchingscc180b62011-12-08 19:51:47 +00001585 efx->timer_quantum_ns,
1586 1000);
Ben Hutchingsa0c4faf2011-09-05 07:42:25 +00001587}
1588
Ben Hutchings8ceee662008-04-27 12:55:59 +01001589/**************************************************************************
1590 *
1591 * Hardware monitor
1592 *
1593 **************************************************************************/
1594
Ben Hutchingse254c272010-09-20 08:44:10 +00001595/* Run periodically off the general workqueue */
Ben Hutchings8ceee662008-04-27 12:55:59 +01001596static void efx_monitor(struct work_struct *data)
1597{
1598 struct efx_nic *efx = container_of(data, struct efx_nic,
1599 monitor_work.work);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001600
Ben Hutchings62776d02010-06-23 11:30:07 +00001601 netif_vdbg(efx, timer, efx->net_dev,
1602 "hardware monitor executing on CPU %d\n",
1603 raw_smp_processor_id());
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001604 BUG_ON(efx->type->monitor == NULL);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001605
Ben Hutchings8ceee662008-04-27 12:55:59 +01001606 /* If the mac_lock is already held then it is likely a port
1607 * reconfiguration is already in place, which will likely do
Ben Hutchingse254c272010-09-20 08:44:10 +00001608 * most of the work of monitor() anyway. */
1609 if (mutex_trylock(&efx->mac_lock)) {
1610 if (efx->port_enabled)
1611 efx->type->monitor(efx);
1612 mutex_unlock(&efx->mac_lock);
1613 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01001614
Ben Hutchings8ceee662008-04-27 12:55:59 +01001615 queue_delayed_work(efx->workqueue, &efx->monitor_work,
1616 efx_monitor_interval);
1617}
1618
1619/**************************************************************************
1620 *
1621 * ioctls
1622 *
1623 *************************************************************************/
1624
1625/* Net device ioctl
1626 * Context: process, rtnl_lock() held.
1627 */
1628static int efx_ioctl(struct net_device *net_dev, struct ifreq *ifr, int cmd)
1629{
Ben Hutchings767e4682008-09-01 12:43:14 +01001630 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings68e7f452009-04-29 08:05:08 +00001631 struct mii_ioctl_data *data = if_mii(ifr);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001632
1633 EFX_ASSERT_RESET_SERIALISED(efx);
1634
Ben Hutchings68e7f452009-04-29 08:05:08 +00001635 /* Convert phy_id from older PRTAD/DEVAD format */
1636 if ((cmd == SIOCGMIIREG || cmd == SIOCSMIIREG) &&
1637 (data->phy_id & 0xfc00) == 0x0400)
1638 data->phy_id ^= MDIO_PHY_ID_C45 | 0x0400;
1639
1640 return mdio_mii_ioctl(&efx->mdio, data, cmd);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001641}
1642
1643/**************************************************************************
1644 *
1645 * NAPI interface
1646 *
1647 **************************************************************************/
1648
Ben Hutchingse8f14992010-12-07 19:47:34 +00001649static void efx_init_napi(struct efx_nic *efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001650{
1651 struct efx_channel *channel;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001652
1653 efx_for_each_channel(channel, efx) {
1654 channel->napi_dev = efx->net_dev;
Ben Hutchings718cff12009-04-14 19:47:46 -07001655 netif_napi_add(channel->napi_dev, &channel->napi_str,
1656 efx_poll, napi_weight);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001657 }
Ben Hutchingse8f14992010-12-07 19:47:34 +00001658}
1659
1660static void efx_fini_napi_channel(struct efx_channel *channel)
1661{
1662 if (channel->napi_dev)
1663 netif_napi_del(&channel->napi_str);
1664 channel->napi_dev = NULL;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001665}
1666
1667static void efx_fini_napi(struct efx_nic *efx)
1668{
1669 struct efx_channel *channel;
1670
Ben Hutchingse8f14992010-12-07 19:47:34 +00001671 efx_for_each_channel(channel, efx)
1672 efx_fini_napi_channel(channel);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001673}
1674
1675/**************************************************************************
1676 *
1677 * Kernel netpoll interface
1678 *
1679 *************************************************************************/
1680
1681#ifdef CONFIG_NET_POLL_CONTROLLER
1682
1683/* Although in the common case interrupts will be disabled, this is not
1684 * guaranteed. However, all our work happens inside the NAPI callback,
1685 * so no locking is required.
1686 */
1687static void efx_netpoll(struct net_device *net_dev)
1688{
Ben Hutchings767e4682008-09-01 12:43:14 +01001689 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001690 struct efx_channel *channel;
1691
Ben Hutchings64ee3122008-09-01 12:47:38 +01001692 efx_for_each_channel(channel, efx)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001693 efx_schedule_channel(channel);
1694}
1695
1696#endif
1697
1698/**************************************************************************
1699 *
1700 * Kernel net device interface
1701 *
1702 *************************************************************************/
1703
1704/* Context: process, rtnl_lock() held. */
1705static int efx_net_open(struct net_device *net_dev)
1706{
Ben Hutchings767e4682008-09-01 12:43:14 +01001707 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001708 EFX_ASSERT_RESET_SERIALISED(efx);
1709
Ben Hutchings62776d02010-06-23 11:30:07 +00001710 netif_dbg(efx, ifup, efx->net_dev, "opening device on CPU %d\n",
1711 raw_smp_processor_id());
Ben Hutchings8ceee662008-04-27 12:55:59 +01001712
Ben Hutchingsf4bd9542008-12-26 13:48:51 -08001713 if (efx->state == STATE_DISABLED)
1714 return -EIO;
Ben Hutchingsf8b87c12008-09-01 12:48:17 +01001715 if (efx->phy_mode & PHY_MODE_SPECIAL)
1716 return -EBUSY;
Ben Hutchings8880f4e2009-11-29 15:15:41 +00001717 if (efx_mcdi_poll_reboot(efx) && efx_reset(efx, RESET_TYPE_ALL))
1718 return -EIO;
Ben Hutchingsf8b87c12008-09-01 12:48:17 +01001719
Steve Hodgson78c1f0a2009-11-29 03:43:00 +00001720 /* Notify the kernel of the link state polled during driver load,
1721 * before the monitor starts running */
1722 efx_link_status_changed(efx);
1723
Ben Hutchings8ceee662008-04-27 12:55:59 +01001724 efx_start_all(efx);
1725 return 0;
1726}
1727
1728/* Context: process, rtnl_lock() held.
1729 * Note that the kernel will ignore our return code; this method
1730 * should really be a void.
1731 */
1732static int efx_net_stop(struct net_device *net_dev)
1733{
Ben Hutchings767e4682008-09-01 12:43:14 +01001734 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001735
Ben Hutchings62776d02010-06-23 11:30:07 +00001736 netif_dbg(efx, ifdown, efx->net_dev, "closing on CPU %d\n",
1737 raw_smp_processor_id());
Ben Hutchings8ceee662008-04-27 12:55:59 +01001738
Ben Hutchingsf4bd9542008-12-26 13:48:51 -08001739 if (efx->state != STATE_DISABLED) {
1740 /* Stop the device and flush all the channels */
1741 efx_stop_all(efx);
1742 efx_fini_channels(efx);
1743 efx_init_channels(efx);
1744 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01001745
1746 return 0;
1747}
1748
Ben Hutchings5b9e2072008-05-16 21:18:14 +01001749/* Context: process, dev_base_lock or RTNL held, non-blocking. */
Eric Dumazet28172732010-07-07 14:58:56 -07001750static struct rtnl_link_stats64 *efx_net_stats(struct net_device *net_dev, struct rtnl_link_stats64 *stats)
Ben Hutchings8ceee662008-04-27 12:55:59 +01001751{
Ben Hutchings767e4682008-09-01 12:43:14 +01001752 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001753 struct efx_mac_stats *mac_stats = &efx->mac_stats;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001754
Ben Hutchings55edc6e2009-11-25 16:11:35 +00001755 spin_lock_bh(&efx->stats_lock);
Ben Hutchings1cb34522011-09-02 23:23:00 +01001756
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00001757 efx->type->update_stats(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001758
1759 stats->rx_packets = mac_stats->rx_packets;
1760 stats->tx_packets = mac_stats->tx_packets;
1761 stats->rx_bytes = mac_stats->rx_bytes;
1762 stats->tx_bytes = mac_stats->tx_bytes;
Ben Hutchings80485d32010-09-10 06:41:06 +00001763 stats->rx_dropped = efx->n_rx_nodesc_drop_cnt;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001764 stats->multicast = mac_stats->rx_multicast;
1765 stats->collisions = mac_stats->tx_collision;
1766 stats->rx_length_errors = (mac_stats->rx_gtjumbo +
1767 mac_stats->rx_length_error);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001768 stats->rx_crc_errors = mac_stats->rx_bad;
1769 stats->rx_frame_errors = mac_stats->rx_align_error;
1770 stats->rx_fifo_errors = mac_stats->rx_overflow;
1771 stats->rx_missed_errors = mac_stats->rx_missed;
1772 stats->tx_window_errors = mac_stats->tx_late_collision;
1773
1774 stats->rx_errors = (stats->rx_length_errors +
Ben Hutchings8ceee662008-04-27 12:55:59 +01001775 stats->rx_crc_errors +
1776 stats->rx_frame_errors +
Ben Hutchings8ceee662008-04-27 12:55:59 +01001777 mac_stats->rx_symbol_error);
1778 stats->tx_errors = (stats->tx_window_errors +
1779 mac_stats->tx_bad);
1780
Ben Hutchings1cb34522011-09-02 23:23:00 +01001781 spin_unlock_bh(&efx->stats_lock);
1782
Ben Hutchings8ceee662008-04-27 12:55:59 +01001783 return stats;
1784}
1785
1786/* Context: netif_tx_lock held, BHs disabled. */
1787static void efx_watchdog(struct net_device *net_dev)
1788{
Ben Hutchings767e4682008-09-01 12:43:14 +01001789 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001790
Ben Hutchings62776d02010-06-23 11:30:07 +00001791 netif_err(efx, tx_err, efx->net_dev,
1792 "TX stuck with port_enabled=%d: resetting channels\n",
1793 efx->port_enabled);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001794
Ben Hutchings739bb23d2008-11-04 20:35:36 +00001795 efx_schedule_reset(efx, RESET_TYPE_TX_WATCHDOG);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001796}
1797
1798
1799/* Context: process, rtnl_lock() held. */
1800static int efx_change_mtu(struct net_device *net_dev, int new_mtu)
1801{
Ben Hutchings767e4682008-09-01 12:43:14 +01001802 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001803 int rc = 0;
1804
1805 EFX_ASSERT_RESET_SERIALISED(efx);
1806
1807 if (new_mtu > EFX_MAX_MTU)
1808 return -EINVAL;
1809
1810 efx_stop_all(efx);
1811
Ben Hutchings62776d02010-06-23 11:30:07 +00001812 netif_dbg(efx, drv, efx->net_dev, "changing MTU to %d\n", new_mtu);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001813
1814 efx_fini_channels(efx);
Ben Hutchingsd3245b22009-11-29 03:42:41 +00001815
1816 mutex_lock(&efx->mac_lock);
1817 /* Reconfigure the MAC before enabling the dma queues so that
1818 * the RX buffers don't overflow */
Ben Hutchings8ceee662008-04-27 12:55:59 +01001819 net_dev->mtu = new_mtu;
Ben Hutchings710b2082011-09-03 00:15:00 +01001820 efx->type->reconfigure_mac(efx);
Ben Hutchingsd3245b22009-11-29 03:42:41 +00001821 mutex_unlock(&efx->mac_lock);
1822
Ben Hutchingsbc3c90a2008-09-01 12:48:46 +01001823 efx_init_channels(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001824
1825 efx_start_all(efx);
1826 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001827}
1828
1829static int efx_set_mac_address(struct net_device *net_dev, void *data)
1830{
Ben Hutchings767e4682008-09-01 12:43:14 +01001831 struct efx_nic *efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001832 struct sockaddr *addr = data;
1833 char *new_addr = addr->sa_data;
1834
1835 EFX_ASSERT_RESET_SERIALISED(efx);
1836
1837 if (!is_valid_ether_addr(new_addr)) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001838 netif_err(efx, drv, efx->net_dev,
1839 "invalid ethernet MAC address requested: %pM\n",
1840 new_addr);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001841 return -EINVAL;
1842 }
1843
1844 memcpy(net_dev->dev_addr, new_addr, net_dev->addr_len);
1845
1846 /* Reconfigure the MAC */
Ben Hutchingsd3245b22009-11-29 03:42:41 +00001847 mutex_lock(&efx->mac_lock);
Ben Hutchings710b2082011-09-03 00:15:00 +01001848 efx->type->reconfigure_mac(efx);
Ben Hutchingsd3245b22009-11-29 03:42:41 +00001849 mutex_unlock(&efx->mac_lock);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001850
1851 return 0;
1852}
1853
Ben Hutchingsa816f752008-09-01 12:49:12 +01001854/* Context: netif_addr_lock held, BHs disabled. */
Ben Hutchings8ceee662008-04-27 12:55:59 +01001855static void efx_set_multicast_list(struct net_device *net_dev)
1856{
Ben Hutchings767e4682008-09-01 12:43:14 +01001857 struct efx_nic *efx = netdev_priv(net_dev);
Jiri Pirko22bedad32010-04-01 21:22:57 +00001858 struct netdev_hw_addr *ha;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001859 union efx_multicast_hash *mc_hash = &efx->multicast_hash;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001860 u32 crc;
1861 int bit;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001862
Ben Hutchings8be4f3e2009-11-25 16:12:16 +00001863 efx->promiscuous = !!(net_dev->flags & IFF_PROMISC);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001864
1865 /* Build multicast hash table */
Ben Hutchings8be4f3e2009-11-25 16:12:16 +00001866 if (efx->promiscuous || (net_dev->flags & IFF_ALLMULTI)) {
Ben Hutchings8ceee662008-04-27 12:55:59 +01001867 memset(mc_hash, 0xff, sizeof(*mc_hash));
1868 } else {
1869 memset(mc_hash, 0x00, sizeof(*mc_hash));
Jiri Pirko22bedad32010-04-01 21:22:57 +00001870 netdev_for_each_mc_addr(ha, net_dev) {
1871 crc = ether_crc_le(ETH_ALEN, ha->addr);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001872 bit = crc & (EFX_MCAST_HASH_ENTRIES - 1);
1873 set_bit_le(bit, mc_hash->byte);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001874 }
Ben Hutchings8be4f3e2009-11-25 16:12:16 +00001875
1876 /* Broadcast packets go through the multicast hash filter.
1877 * ether_crc_le() of the broadcast address is 0xbe2612ff
1878 * so we always add bit 0xff to the mask.
1879 */
1880 set_bit_le(0xff, mc_hash->byte);
Ben Hutchings8ceee662008-04-27 12:55:59 +01001881 }
1882
Ben Hutchings8be4f3e2009-11-25 16:12:16 +00001883 if (efx->port_enabled)
1884 queue_work(efx->workqueue, &efx->mac_work);
1885 /* Otherwise efx_start_port() will do this */
Ben Hutchings8ceee662008-04-27 12:55:59 +01001886}
1887
Michał Mirosławc8f44af2011-11-15 15:29:55 +00001888static int efx_set_features(struct net_device *net_dev, netdev_features_t data)
Ben Hutchingsabfe9032011-04-05 15:00:02 +01001889{
1890 struct efx_nic *efx = netdev_priv(net_dev);
1891
1892 /* If disabling RX n-tuple filtering, clear existing filters */
1893 if (net_dev->features & ~data & NETIF_F_NTUPLE)
1894 efx_filter_clear_rx(efx, EFX_FILTER_PRI_MANUAL);
1895
1896 return 0;
1897}
1898
Stephen Hemmingerc3ecb9f2008-11-21 17:32:54 -08001899static const struct net_device_ops efx_netdev_ops = {
1900 .ndo_open = efx_net_open,
1901 .ndo_stop = efx_net_stop,
Ben Hutchings44727022010-06-08 07:21:12 +00001902 .ndo_get_stats64 = efx_net_stats,
Stephen Hemmingerc3ecb9f2008-11-21 17:32:54 -08001903 .ndo_tx_timeout = efx_watchdog,
1904 .ndo_start_xmit = efx_hard_start_xmit,
1905 .ndo_validate_addr = eth_validate_addr,
1906 .ndo_do_ioctl = efx_ioctl,
1907 .ndo_change_mtu = efx_change_mtu,
1908 .ndo_set_mac_address = efx_set_mac_address,
Jiri Pirkoafc4b132011-08-16 06:29:01 +00001909 .ndo_set_rx_mode = efx_set_multicast_list,
Ben Hutchingsabfe9032011-04-05 15:00:02 +01001910 .ndo_set_features = efx_set_features,
Stephen Hemmingerc3ecb9f2008-11-21 17:32:54 -08001911#ifdef CONFIG_NET_POLL_CONTROLLER
1912 .ndo_poll_controller = efx_netpoll,
1913#endif
Ben Hutchings94b274b2011-01-10 21:18:20 +00001914 .ndo_setup_tc = efx_setup_tc,
Ben Hutchings64d8ad62011-01-05 00:50:41 +00001915#ifdef CONFIG_RFS_ACCEL
1916 .ndo_rx_flow_steer = efx_filter_rfs,
1917#endif
Stephen Hemmingerc3ecb9f2008-11-21 17:32:54 -08001918};
1919
Ben Hutchings7dde5962008-12-12 22:09:38 -08001920static void efx_update_name(struct efx_nic *efx)
1921{
1922 strcpy(efx->name, efx->net_dev->name);
1923 efx_mtd_rename(efx);
1924 efx_set_channel_names(efx);
1925}
1926
Ben Hutchings8ceee662008-04-27 12:55:59 +01001927static int efx_netdev_event(struct notifier_block *this,
1928 unsigned long event, void *ptr)
1929{
Ben Hutchingsd3208b52008-05-16 21:20:00 +01001930 struct net_device *net_dev = ptr;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001931
Ben Hutchings7dde5962008-12-12 22:09:38 -08001932 if (net_dev->netdev_ops == &efx_netdev_ops &&
1933 event == NETDEV_CHANGENAME)
1934 efx_update_name(netdev_priv(net_dev));
Ben Hutchings8ceee662008-04-27 12:55:59 +01001935
1936 return NOTIFY_DONE;
1937}
1938
1939static struct notifier_block efx_netdev_notifier = {
1940 .notifier_call = efx_netdev_event,
1941};
1942
Ben Hutchings06d5e192008-12-12 21:47:23 -08001943static ssize_t
1944show_phy_type(struct device *dev, struct device_attribute *attr, char *buf)
1945{
1946 struct efx_nic *efx = pci_get_drvdata(to_pci_dev(dev));
1947 return sprintf(buf, "%d\n", efx->phy_type);
1948}
1949static DEVICE_ATTR(phy_type, 0644, show_phy_type, NULL);
1950
Ben Hutchings8ceee662008-04-27 12:55:59 +01001951static int efx_register_netdev(struct efx_nic *efx)
1952{
1953 struct net_device *net_dev = efx->net_dev;
Ben Hutchingsc04bfc62010-12-10 01:24:16 +00001954 struct efx_channel *channel;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001955 int rc;
1956
1957 net_dev->watchdog_timeo = 5 * HZ;
1958 net_dev->irq = efx->pci_dev->irq;
Stephen Hemmingerc3ecb9f2008-11-21 17:32:54 -08001959 net_dev->netdev_ops = &efx_netdev_ops;
Ben Hutchings8ceee662008-04-27 12:55:59 +01001960 SET_ETHTOOL_OPS(net_dev, &efx_ethtool_ops);
1961
Ben Hutchings7dde5962008-12-12 22:09:38 -08001962 rtnl_lock();
Ben Hutchingsaed06282009-08-26 08:16:27 +00001963
1964 rc = dev_alloc_name(net_dev, net_dev->name);
1965 if (rc < 0)
1966 goto fail_locked;
Ben Hutchings7dde5962008-12-12 22:09:38 -08001967 efx_update_name(efx);
Ben Hutchingsaed06282009-08-26 08:16:27 +00001968
1969 rc = register_netdevice(net_dev);
1970 if (rc)
1971 goto fail_locked;
1972
Ben Hutchingsc04bfc62010-12-10 01:24:16 +00001973 efx_for_each_channel(channel, efx) {
1974 struct efx_tx_queue *tx_queue;
Ben Hutchings60031fc2011-01-12 18:39:40 +00001975 efx_for_each_channel_tx_queue(tx_queue, channel)
1976 efx_init_tx_queue_core_txq(tx_queue);
Ben Hutchingsc04bfc62010-12-10 01:24:16 +00001977 }
1978
Ben Hutchingsaed06282009-08-26 08:16:27 +00001979 /* Always start with carrier off; PHY events will detect the link */
1980 netif_carrier_off(efx->net_dev);
1981
Ben Hutchings7dde5962008-12-12 22:09:38 -08001982 rtnl_unlock();
Ben Hutchings8ceee662008-04-27 12:55:59 +01001983
Ben Hutchings06d5e192008-12-12 21:47:23 -08001984 rc = device_create_file(&efx->pci_dev->dev, &dev_attr_phy_type);
1985 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00001986 netif_err(efx, drv, efx->net_dev,
1987 "failed to init net dev attributes\n");
Ben Hutchings06d5e192008-12-12 21:47:23 -08001988 goto fail_registered;
1989 }
1990
Ben Hutchings8ceee662008-04-27 12:55:59 +01001991 return 0;
Ben Hutchings06d5e192008-12-12 21:47:23 -08001992
Ben Hutchingsaed06282009-08-26 08:16:27 +00001993fail_locked:
1994 rtnl_unlock();
Ben Hutchings62776d02010-06-23 11:30:07 +00001995 netif_err(efx, drv, efx->net_dev, "could not register net dev\n");
Ben Hutchingsaed06282009-08-26 08:16:27 +00001996 return rc;
1997
Ben Hutchings06d5e192008-12-12 21:47:23 -08001998fail_registered:
1999 unregister_netdev(net_dev);
2000 return rc;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002001}
2002
2003static void efx_unregister_netdev(struct efx_nic *efx)
2004{
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00002005 struct efx_channel *channel;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002006 struct efx_tx_queue *tx_queue;
2007
2008 if (!efx->net_dev)
2009 return;
2010
Ben Hutchings767e4682008-09-01 12:43:14 +01002011 BUG_ON(netdev_priv(efx->net_dev) != efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002012
2013 /* Free up any skbs still remaining. This has to happen before
2014 * we try to unregister the netdev as running their destructors
2015 * may be needed to get the device ref. count to 0. */
Ben Hutchingsf7d12cd2010-09-10 06:41:47 +00002016 efx_for_each_channel(channel, efx) {
2017 efx_for_each_channel_tx_queue(tx_queue, channel)
2018 efx_release_tx_buffers(tx_queue);
2019 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01002020
Ben Hutchings55668612008-05-16 21:16:10 +01002021 if (efx_dev_registered(efx)) {
Ben Hutchings8ceee662008-04-27 12:55:59 +01002022 strlcpy(efx->name, pci_name(efx->pci_dev), sizeof(efx->name));
Ben Hutchings06d5e192008-12-12 21:47:23 -08002023 device_remove_file(&efx->pci_dev->dev, &dev_attr_phy_type);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002024 unregister_netdev(efx->net_dev);
2025 }
2026}
2027
2028/**************************************************************************
2029 *
2030 * Device reset and suspend
2031 *
2032 **************************************************************************/
2033
Ben Hutchings2467ca42008-09-01 12:48:50 +01002034/* Tears down the entire software state and most of the hardware state
2035 * before reset. */
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002036void efx_reset_down(struct efx_nic *efx, enum reset_type method)
Ben Hutchings8ceee662008-04-27 12:55:59 +01002037{
Ben Hutchings8ceee662008-04-27 12:55:59 +01002038 EFX_ASSERT_RESET_SERIALISED(efx);
2039
Ben Hutchings2467ca42008-09-01 12:48:50 +01002040 efx_stop_all(efx);
2041 mutex_lock(&efx->mac_lock);
2042
Ben Hutchings8ceee662008-04-27 12:55:59 +01002043 efx_fini_channels(efx);
Steve Hodgson4b988282009-01-29 17:50:51 +00002044 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE)
2045 efx->phy_op->fini(efx);
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00002046 efx->type->fini(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002047}
2048
Ben Hutchings2467ca42008-09-01 12:48:50 +01002049/* This function will always ensure that the locks acquired in
2050 * efx_reset_down() are released. A failure return code indicates
2051 * that we were unable to reinitialise the hardware, and the
2052 * driver should be disabled. If ok is false, then the rx and tx
2053 * engines are not restarted, pending a RESET_DISABLE. */
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002054int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok)
Ben Hutchings8ceee662008-04-27 12:55:59 +01002055{
2056 int rc;
2057
Ben Hutchings2467ca42008-09-01 12:48:50 +01002058 EFX_ASSERT_RESET_SERIALISED(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002059
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00002060 rc = efx->type->init(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002061 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00002062 netif_err(efx, drv, efx->net_dev, "failed to initialise NIC\n");
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002063 goto fail;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002064 }
2065
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002066 if (!ok)
2067 goto fail;
2068
Steve Hodgson4b988282009-01-29 17:50:51 +00002069 if (efx->port_initialized && method != RESET_TYPE_INVISIBLE) {
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002070 rc = efx->phy_op->init(efx);
2071 if (rc)
2072 goto fail;
2073 if (efx->phy_op->reconfigure(efx))
Ben Hutchings62776d02010-06-23 11:30:07 +00002074 netif_err(efx, drv, efx->net_dev,
2075 "could not restore PHY settings\n");
Steve Hodgson4b988282009-01-29 17:50:51 +00002076 }
2077
Ben Hutchings710b2082011-09-03 00:15:00 +01002078 efx->type->reconfigure_mac(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002079
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002080 efx_init_channels(efx);
Ben Hutchings64eebcf2010-09-20 08:43:07 +00002081 efx_restore_filters(efx);
Ben Hutchings2467ca42008-09-01 12:48:50 +01002082
2083 mutex_unlock(&efx->mac_lock);
2084
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002085 efx_start_all(efx);
2086
2087 return 0;
2088
2089fail:
2090 efx->port_initialized = false;
2091
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002092 mutex_unlock(&efx->mac_lock);
2093
Ben Hutchings8ceee662008-04-27 12:55:59 +01002094 return rc;
2095}
2096
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002097/* Reset the NIC using the specified method. Note that the reset may
2098 * fail, in which case the card will be left in an unusable state.
Ben Hutchings8ceee662008-04-27 12:55:59 +01002099 *
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002100 * Caller must hold the rtnl_lock.
Ben Hutchings8ceee662008-04-27 12:55:59 +01002101 */
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002102int efx_reset(struct efx_nic *efx, enum reset_type method)
Ben Hutchings8ceee662008-04-27 12:55:59 +01002103{
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002104 int rc, rc2;
2105 bool disabled;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002106
Ben Hutchings62776d02010-06-23 11:30:07 +00002107 netif_info(efx, drv, efx->net_dev, "resetting (%s)\n",
2108 RESET_TYPE(method));
Ben Hutchings8ceee662008-04-27 12:55:59 +01002109
Ben Hutchingse4abce82011-05-16 18:51:24 +01002110 netif_device_detach(efx->net_dev);
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002111 efx_reset_down(efx, method);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002112
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00002113 rc = efx->type->reset(efx, method);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002114 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00002115 netif_err(efx, drv, efx->net_dev, "failed to reset hardware\n");
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002116 goto out;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002117 }
2118
Ben Hutchingsa7d529a2011-06-24 20:46:31 +01002119 /* Clear flags for the scopes we covered. We assume the NIC and
2120 * driver are now quiescent so that there is no race here.
2121 */
2122 efx->reset_pending &= -(1 << (method + 1));
Ben Hutchings8ceee662008-04-27 12:55:59 +01002123
2124 /* Reinitialise bus-mastering, which may have been turned off before
2125 * the reset was scheduled. This is still appropriate, even in the
2126 * RESET_TYPE_DISABLE since this driver generally assumes the hardware
2127 * can respond to requests. */
2128 pci_set_master(efx->pci_dev);
2129
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002130out:
Ben Hutchings8ceee662008-04-27 12:55:59 +01002131 /* Leave device stopped if necessary */
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002132 disabled = rc || method == RESET_TYPE_DISABLE;
2133 rc2 = efx_reset_up(efx, method, !disabled);
2134 if (rc2) {
2135 disabled = true;
2136 if (!rc)
2137 rc = rc2;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002138 }
2139
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002140 if (disabled) {
Ben Hutchingsf49a4582010-04-28 09:01:33 +00002141 dev_close(efx->net_dev);
Ben Hutchings62776d02010-06-23 11:30:07 +00002142 netif_err(efx, drv, efx->net_dev, "has been disabled\n");
Ben Hutchingsf4bd9542008-12-26 13:48:51 -08002143 efx->state = STATE_DISABLED;
Ben Hutchingsf4bd9542008-12-26 13:48:51 -08002144 } else {
Ben Hutchings62776d02010-06-23 11:30:07 +00002145 netif_dbg(efx, drv, efx->net_dev, "reset complete\n");
Ben Hutchingse4abce82011-05-16 18:51:24 +01002146 netif_device_attach(efx->net_dev);
Ben Hutchingsf4bd9542008-12-26 13:48:51 -08002147 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01002148 return rc;
2149}
2150
2151/* The worker thread exists so that code that cannot sleep can
2152 * schedule a reset for later.
2153 */
2154static void efx_reset_work(struct work_struct *data)
2155{
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002156 struct efx_nic *efx = container_of(data, struct efx_nic, reset_work);
Ben Hutchingsa7d529a2011-06-24 20:46:31 +01002157 unsigned long pending = ACCESS_ONCE(efx->reset_pending);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002158
Ben Hutchingsa7d529a2011-06-24 20:46:31 +01002159 if (!pending)
Steve Hodgson319ba642010-06-01 11:17:24 +00002160 return;
2161
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002162 /* If we're not RUNNING then don't reset. Leave the reset_pending
Ben Hutchingsa7d529a2011-06-24 20:46:31 +01002163 * flags set so that efx_pci_probe_main will be retried */
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002164 if (efx->state != STATE_RUNNING) {
Ben Hutchings62776d02010-06-23 11:30:07 +00002165 netif_info(efx, drv, efx->net_dev,
2166 "scheduled reset quenched. NIC not RUNNING\n");
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002167 return;
2168 }
2169
2170 rtnl_lock();
Ben Hutchingsa7d529a2011-06-24 20:46:31 +01002171 (void)efx_reset(efx, fls(pending) - 1);
Ben Hutchingseb9f6742009-11-29 03:43:15 +00002172 rtnl_unlock();
Ben Hutchings8ceee662008-04-27 12:55:59 +01002173}
2174
2175void efx_schedule_reset(struct efx_nic *efx, enum reset_type type)
2176{
2177 enum reset_type method;
2178
Ben Hutchings8ceee662008-04-27 12:55:59 +01002179 switch (type) {
2180 case RESET_TYPE_INVISIBLE:
2181 case RESET_TYPE_ALL:
2182 case RESET_TYPE_WORLD:
2183 case RESET_TYPE_DISABLE:
2184 method = type;
Ben Hutchings0e2a9c72011-06-24 20:50:07 +01002185 netif_dbg(efx, drv, efx->net_dev, "scheduling %s reset\n",
2186 RESET_TYPE(method));
Ben Hutchings8ceee662008-04-27 12:55:59 +01002187 break;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002188 default:
Ben Hutchings0e2a9c72011-06-24 20:50:07 +01002189 method = efx->type->map_reset_reason(type);
Ben Hutchings62776d02010-06-23 11:30:07 +00002190 netif_dbg(efx, drv, efx->net_dev,
2191 "scheduling %s reset for %s\n",
2192 RESET_TYPE(method), RESET_TYPE(type));
Ben Hutchings0e2a9c72011-06-24 20:50:07 +01002193 break;
2194 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01002195
Ben Hutchingsa7d529a2011-06-24 20:46:31 +01002196 set_bit(method, &efx->reset_pending);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002197
Ben Hutchings8880f4e2009-11-29 15:15:41 +00002198 /* efx_process_channel() will no longer read events once a
2199 * reset is scheduled. So switch back to poll'd MCDI completions. */
2200 efx_mcdi_mode_poll(efx);
2201
Steve Hodgson1ab00622008-12-12 21:33:02 -08002202 queue_work(reset_workqueue, &efx->reset_work);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002203}
2204
2205/**************************************************************************
2206 *
2207 * List of NICs we support
2208 *
2209 **************************************************************************/
2210
2211/* PCI device ID table */
Alexey Dobriyana3aa1882010-01-07 11:58:11 +00002212static DEFINE_PCI_DEVICE_TABLE(efx_pci_table) = {
Linus Torvalds0e59e7e72011-10-28 14:20:44 -07002213 {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE,
2214 PCI_DEVICE_ID_SOLARFLARE_SFC4000A_0),
Ben Hutchingsdaeda632009-11-28 05:36:04 +00002215 .driver_data = (unsigned long) &falcon_a1_nic_type},
Linus Torvalds0e59e7e72011-10-28 14:20:44 -07002216 {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE,
2217 PCI_DEVICE_ID_SOLARFLARE_SFC4000B),
Ben Hutchingsdaeda632009-11-28 05:36:04 +00002218 .driver_data = (unsigned long) &falcon_b0_nic_type},
Ben Hutchings547c4742011-12-02 18:23:56 +00002219 {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0803), /* SFC9020 */
Ben Hutchings8880f4e2009-11-29 15:15:41 +00002220 .driver_data = (unsigned long) &siena_a0_nic_type},
Ben Hutchings547c4742011-12-02 18:23:56 +00002221 {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0813), /* SFL9021 */
Ben Hutchings8880f4e2009-11-29 15:15:41 +00002222 .driver_data = (unsigned long) &siena_a0_nic_type},
Ben Hutchings8ceee662008-04-27 12:55:59 +01002223 {0} /* end of list */
2224};
2225
2226/**************************************************************************
2227 *
Ben Hutchings37594332009-11-23 16:05:45 +00002228 * Dummy PHY/MAC operations
Ben Hutchings8ceee662008-04-27 12:55:59 +01002229 *
Ben Hutchings01aad7b2008-09-01 12:48:36 +01002230 * Can be used for some unimplemented operations
Ben Hutchings8ceee662008-04-27 12:55:59 +01002231 * Needed so all function pointers are valid and do not have to be tested
2232 * before use
2233 *
2234 **************************************************************************/
2235int efx_port_dummy_op_int(struct efx_nic *efx)
2236{
2237 return 0;
2238}
2239void efx_port_dummy_op_void(struct efx_nic *efx) {}
stephen hemmingerd2156972010-10-18 05:27:31 +00002240
2241static bool efx_port_dummy_op_poll(struct efx_nic *efx)
Steve Hodgsonfdaa9ae2009-11-28 05:34:05 +00002242{
2243 return false;
2244}
Ben Hutchings8ceee662008-04-27 12:55:59 +01002245
stephen hemminger6c8c2512011-04-14 05:50:12 +00002246static const struct efx_phy_operations efx_dummy_phy_operations = {
Ben Hutchings8ceee662008-04-27 12:55:59 +01002247 .init = efx_port_dummy_op_int,
Ben Hutchingsd3245b22009-11-29 03:42:41 +00002248 .reconfigure = efx_port_dummy_op_int,
Steve Hodgsonfdaa9ae2009-11-28 05:34:05 +00002249 .poll = efx_port_dummy_op_poll,
Ben Hutchings8ceee662008-04-27 12:55:59 +01002250 .fini = efx_port_dummy_op_void,
Ben Hutchings8ceee662008-04-27 12:55:59 +01002251};
2252
Ben Hutchings8ceee662008-04-27 12:55:59 +01002253/**************************************************************************
2254 *
2255 * Data housekeeping
2256 *
2257 **************************************************************************/
2258
2259/* This zeroes out and then fills in the invariants in a struct
2260 * efx_nic (including all sub-structures).
2261 */
stephen hemminger6c8c2512011-04-14 05:50:12 +00002262static int efx_init_struct(struct efx_nic *efx, const struct efx_nic_type *type,
Ben Hutchings8ceee662008-04-27 12:55:59 +01002263 struct pci_dev *pci_dev, struct net_device *net_dev)
2264{
Ben Hutchings46426102010-09-10 06:42:33 +00002265 int i;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002266
2267 /* Initialise common structures */
2268 memset(efx, 0, sizeof(*efx));
2269 spin_lock_init(&efx->biu_lock);
Ben Hutchings76884832009-11-29 15:10:44 +00002270#ifdef CONFIG_SFC_MTD
2271 INIT_LIST_HEAD(&efx->mtd_list);
2272#endif
Ben Hutchings8ceee662008-04-27 12:55:59 +01002273 INIT_WORK(&efx->reset_work, efx_reset_work);
2274 INIT_DELAYED_WORK(&efx->monitor_work, efx_monitor);
2275 efx->pci_dev = pci_dev;
Ben Hutchings62776d02010-06-23 11:30:07 +00002276 efx->msg_enable = debug;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002277 efx->state = STATE_INIT;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002278 strlcpy(efx->name, pci_name(pci_dev), sizeof(efx->name));
Ben Hutchings8ceee662008-04-27 12:55:59 +01002279
2280 efx->net_dev = net_dev;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002281 spin_lock_init(&efx->stats_lock);
2282 mutex_init(&efx->mac_lock);
2283 efx->phy_op = &efx_dummy_phy_operations;
Ben Hutchings68e7f452009-04-29 08:05:08 +00002284 efx->mdio.dev = net_dev;
Ben Hutchings766ca0f2008-12-12 21:59:24 -08002285 INIT_WORK(&efx->mac_work, efx_mac_work);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002286
2287 for (i = 0; i < EFX_MAX_CHANNELS; i++) {
Ben Hutchings46426102010-09-10 06:42:33 +00002288 efx->channel[i] = efx_alloc_channel(efx, i, NULL);
2289 if (!efx->channel[i])
2290 goto fail;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002291 }
2292
2293 efx->type = type;
2294
Ben Hutchings8ceee662008-04-27 12:55:59 +01002295 EFX_BUG_ON_PARANOID(efx->type->phys_addr_channels > EFX_MAX_CHANNELS);
2296
2297 /* Higher numbered interrupt modes are less capable! */
2298 efx->interrupt_mode = max(efx->type->max_interrupt_mode,
2299 interrupt_mode);
2300
Ben Hutchings6977dc62008-12-26 13:44:39 -08002301 /* Would be good to use the net_dev name, but we're too early */
2302 snprintf(efx->workqueue_name, sizeof(efx->workqueue_name), "sfc%s",
2303 pci_name(pci_dev));
2304 efx->workqueue = create_singlethread_workqueue(efx->workqueue_name);
Steve Hodgson1ab00622008-12-12 21:33:02 -08002305 if (!efx->workqueue)
Ben Hutchings46426102010-09-10 06:42:33 +00002306 goto fail;
Ben Hutchings8d9853d2008-07-18 19:01:20 +01002307
Ben Hutchings8ceee662008-04-27 12:55:59 +01002308 return 0;
Ben Hutchings46426102010-09-10 06:42:33 +00002309
2310fail:
2311 efx_fini_struct(efx);
2312 return -ENOMEM;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002313}
2314
2315static void efx_fini_struct(struct efx_nic *efx)
2316{
Ben Hutchings8313aca2010-09-10 06:41:57 +00002317 int i;
2318
2319 for (i = 0; i < EFX_MAX_CHANNELS; i++)
2320 kfree(efx->channel[i]);
2321
Ben Hutchings8ceee662008-04-27 12:55:59 +01002322 if (efx->workqueue) {
2323 destroy_workqueue(efx->workqueue);
2324 efx->workqueue = NULL;
2325 }
2326}
2327
2328/**************************************************************************
2329 *
2330 * PCI interface
2331 *
2332 **************************************************************************/
2333
2334/* Main body of final NIC shutdown code
2335 * This is called only at module unload (or hotplug removal).
2336 */
2337static void efx_pci_remove_main(struct efx_nic *efx)
2338{
Ben Hutchings64d8ad62011-01-05 00:50:41 +00002339#ifdef CONFIG_RFS_ACCEL
2340 free_irq_cpu_rmap(efx->net_dev->rx_cpu_rmap);
2341 efx->net_dev->rx_cpu_rmap = NULL;
2342#endif
Ben Hutchings152b6a62009-11-29 03:43:56 +00002343 efx_nic_fini_interrupt(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002344 efx_fini_channels(efx);
2345 efx_fini_port(efx);
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00002346 efx->type->fini(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002347 efx_fini_napi(efx);
2348 efx_remove_all(efx);
2349}
2350
2351/* Final NIC shutdown
2352 * This is called only at module unload (or hotplug removal).
2353 */
2354static void efx_pci_remove(struct pci_dev *pci_dev)
2355{
2356 struct efx_nic *efx;
2357
2358 efx = pci_get_drvdata(pci_dev);
2359 if (!efx)
2360 return;
2361
2362 /* Mark the NIC as fini, then stop the interface */
2363 rtnl_lock();
2364 efx->state = STATE_FINI;
2365 dev_close(efx->net_dev);
2366
2367 /* Allow any queued efx_resets() to complete */
2368 rtnl_unlock();
2369
Ben Hutchings8ceee662008-04-27 12:55:59 +01002370 efx_unregister_netdev(efx);
2371
Ben Hutchings7dde5962008-12-12 22:09:38 -08002372 efx_mtd_remove(efx);
2373
Ben Hutchings8ceee662008-04-27 12:55:59 +01002374 /* Wait for any scheduled resets to complete. No more will be
2375 * scheduled from this point because efx_stop_all() has been
2376 * called, we are no longer registered with driverlink, and
2377 * the net_device's have been removed. */
Steve Hodgson1ab00622008-12-12 21:33:02 -08002378 cancel_work_sync(&efx->reset_work);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002379
2380 efx_pci_remove_main(efx);
2381
Ben Hutchings8ceee662008-04-27 12:55:59 +01002382 efx_fini_io(efx);
Ben Hutchings62776d02010-06-23 11:30:07 +00002383 netif_dbg(efx, drv, efx->net_dev, "shutdown successful\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01002384
2385 pci_set_drvdata(pci_dev, NULL);
2386 efx_fini_struct(efx);
2387 free_netdev(efx->net_dev);
2388};
2389
2390/* Main body of NIC initialisation
2391 * This is called at module load (or hotplug insertion, theoretically).
2392 */
2393static int efx_pci_probe_main(struct efx_nic *efx)
2394{
2395 int rc;
2396
2397 /* Do start-of-day initialisation */
2398 rc = efx_probe_all(efx);
2399 if (rc)
2400 goto fail1;
2401
Ben Hutchingse8f14992010-12-07 19:47:34 +00002402 efx_init_napi(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002403
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00002404 rc = efx->type->init(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002405 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00002406 netif_err(efx, probe, efx->net_dev,
2407 "failed to initialise NIC\n");
Ben Hutchings278c0622009-11-23 16:05:12 +00002408 goto fail3;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002409 }
2410
2411 rc = efx_init_port(efx);
2412 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00002413 netif_err(efx, probe, efx->net_dev,
2414 "failed to initialise port\n");
Ben Hutchings278c0622009-11-23 16:05:12 +00002415 goto fail4;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002416 }
2417
Ben Hutchingsbc3c90a2008-09-01 12:48:46 +01002418 efx_init_channels(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002419
Ben Hutchings152b6a62009-11-29 03:43:56 +00002420 rc = efx_nic_init_interrupt(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002421 if (rc)
Ben Hutchings278c0622009-11-23 16:05:12 +00002422 goto fail5;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002423
2424 return 0;
2425
Ben Hutchings278c0622009-11-23 16:05:12 +00002426 fail5:
Ben Hutchingsbc3c90a2008-09-01 12:48:46 +01002427 efx_fini_channels(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002428 efx_fini_port(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002429 fail4:
Ben Hutchingsef2b90e2009-11-29 03:42:31 +00002430 efx->type->fini(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002431 fail3:
2432 efx_fini_napi(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002433 efx_remove_all(efx);
2434 fail1:
2435 return rc;
2436}
2437
2438/* NIC initialisation
2439 *
2440 * This is called at module load (or hotplug insertion,
2441 * theoretically). It sets up PCI mappings, tests and resets the NIC,
2442 * sets up and registers the network devices with the kernel and hooks
2443 * the interrupt service routine. It does not prepare the device for
2444 * transmission; this is left to the first time one of the network
2445 * interfaces is brought up (i.e. efx_net_open).
2446 */
2447static int __devinit efx_pci_probe(struct pci_dev *pci_dev,
2448 const struct pci_device_id *entry)
2449{
stephen hemminger6c8c2512011-04-14 05:50:12 +00002450 const struct efx_nic_type *type = (const struct efx_nic_type *) entry->driver_data;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002451 struct net_device *net_dev;
2452 struct efx_nic *efx;
2453 int i, rc;
2454
2455 /* Allocate and initialise a struct net_device and struct efx_nic */
Ben Hutchings94b274b2011-01-10 21:18:20 +00002456 net_dev = alloc_etherdev_mqs(sizeof(*efx), EFX_MAX_CORE_TX_QUEUES,
2457 EFX_MAX_RX_QUEUES);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002458 if (!net_dev)
2459 return -ENOMEM;
Ben Hutchingsc383b532009-11-29 15:11:02 +00002460 net_dev->features |= (type->offload_features | NETIF_F_SG |
Ben Hutchings97bc5412009-05-19 16:19:08 -07002461 NETIF_F_HIGHDMA | NETIF_F_TSO |
Ben Hutchingsabfe9032011-04-05 15:00:02 +01002462 NETIF_F_RXCSUM);
Ben Hutchings738a8f42009-11-29 15:16:05 +00002463 if (type->offload_features & NETIF_F_V6_CSUM)
2464 net_dev->features |= NETIF_F_TSO6;
Ben Hutchings285065632008-09-01 12:46:54 +01002465 /* Mask for features that also apply to VLAN devices */
2466 net_dev->vlan_features |= (NETIF_F_ALL_CSUM | NETIF_F_SG |
Ben Hutchingsabfe9032011-04-05 15:00:02 +01002467 NETIF_F_HIGHDMA | NETIF_F_ALL_TSO |
2468 NETIF_F_RXCSUM);
2469 /* All offloads can be toggled */
2470 net_dev->hw_features = net_dev->features & ~NETIF_F_HIGHDMA;
Ben Hutchings767e4682008-09-01 12:43:14 +01002471 efx = netdev_priv(net_dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002472 pci_set_drvdata(pci_dev, efx);
Ben Hutchings62776d02010-06-23 11:30:07 +00002473 SET_NETDEV_DEV(net_dev, &pci_dev->dev);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002474 rc = efx_init_struct(efx, type, pci_dev, net_dev);
2475 if (rc)
2476 goto fail1;
2477
Ben Hutchings62776d02010-06-23 11:30:07 +00002478 netif_info(efx, probe, efx->net_dev,
Ben Hutchingsff79c8a2011-07-13 16:21:24 +01002479 "Solarflare NIC detected\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01002480
2481 /* Set up basic I/O (BAR mappings etc) */
2482 rc = efx_init_io(efx);
2483 if (rc)
2484 goto fail2;
2485
2486 /* No serialisation is required with the reset path because
2487 * we're in STATE_INIT. */
2488 for (i = 0; i < 5; i++) {
2489 rc = efx_pci_probe_main(efx);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002490
2491 /* Serialise against efx_reset(). No more resets will be
2492 * scheduled since efx_stop_all() has been called, and we
2493 * have not and never have been registered with either
2494 * the rtnetlink or driverlink layers. */
Steve Hodgson1ab00622008-12-12 21:33:02 -08002495 cancel_work_sync(&efx->reset_work);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002496
Steve Hodgsonfa402b22008-12-12 22:08:16 -08002497 if (rc == 0) {
Ben Hutchingsa7d529a2011-06-24 20:46:31 +01002498 if (efx->reset_pending) {
Steve Hodgsonfa402b22008-12-12 22:08:16 -08002499 /* If there was a scheduled reset during
2500 * probe, the NIC is probably hosed anyway */
2501 efx_pci_remove_main(efx);
2502 rc = -EIO;
2503 } else {
2504 break;
2505 }
2506 }
2507
Ben Hutchings8ceee662008-04-27 12:55:59 +01002508 /* Retry if a recoverably reset event has been scheduled */
Ben Hutchingsa7d529a2011-06-24 20:46:31 +01002509 if (efx->reset_pending &
2510 ~(1 << RESET_TYPE_INVISIBLE | 1 << RESET_TYPE_ALL) ||
2511 !efx->reset_pending)
Ben Hutchings8ceee662008-04-27 12:55:59 +01002512 goto fail3;
2513
Ben Hutchingsa7d529a2011-06-24 20:46:31 +01002514 efx->reset_pending = 0;
Ben Hutchings8ceee662008-04-27 12:55:59 +01002515 }
2516
2517 if (rc) {
Ben Hutchings62776d02010-06-23 11:30:07 +00002518 netif_err(efx, probe, efx->net_dev, "Could not reset NIC\n");
Ben Hutchings8ceee662008-04-27 12:55:59 +01002519 goto fail4;
2520 }
2521
Ben Hutchings55edc6e2009-11-25 16:11:35 +00002522 /* Switch to the running state before we expose the device to the OS,
2523 * so that dev_open()|efx_start_all() will actually start the device */
Ben Hutchings8ceee662008-04-27 12:55:59 +01002524 efx->state = STATE_RUNNING;
Ben Hutchings7dde5962008-12-12 22:09:38 -08002525
Ben Hutchings8ceee662008-04-27 12:55:59 +01002526 rc = efx_register_netdev(efx);
2527 if (rc)
2528 goto fail5;
2529
Ben Hutchings62776d02010-06-23 11:30:07 +00002530 netif_dbg(efx, probe, efx->net_dev, "initialisation successful\n");
Ben Hutchingsa5211bb2009-10-23 08:33:09 +00002531
2532 rtnl_lock();
2533 efx_mtd_probe(efx); /* allowed to fail */
2534 rtnl_unlock();
Ben Hutchings8ceee662008-04-27 12:55:59 +01002535 return 0;
2536
2537 fail5:
2538 efx_pci_remove_main(efx);
2539 fail4:
2540 fail3:
2541 efx_fini_io(efx);
2542 fail2:
2543 efx_fini_struct(efx);
2544 fail1:
Steve Hodgson5e2a9112010-02-12 12:32:27 -08002545 WARN_ON(rc > 0);
Ben Hutchings62776d02010-06-23 11:30:07 +00002546 netif_dbg(efx, drv, efx->net_dev, "initialisation failed. rc=%d\n", rc);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002547 free_netdev(net_dev);
2548 return rc;
2549}
2550
Ben Hutchings89c758f2009-11-29 03:43:07 +00002551static int efx_pm_freeze(struct device *dev)
2552{
2553 struct efx_nic *efx = pci_get_drvdata(to_pci_dev(dev));
2554
2555 efx->state = STATE_FINI;
2556
2557 netif_device_detach(efx->net_dev);
2558
2559 efx_stop_all(efx);
2560 efx_fini_channels(efx);
2561
2562 return 0;
2563}
2564
2565static int efx_pm_thaw(struct device *dev)
2566{
2567 struct efx_nic *efx = pci_get_drvdata(to_pci_dev(dev));
2568
2569 efx->state = STATE_INIT;
2570
2571 efx_init_channels(efx);
2572
2573 mutex_lock(&efx->mac_lock);
2574 efx->phy_op->reconfigure(efx);
2575 mutex_unlock(&efx->mac_lock);
2576
2577 efx_start_all(efx);
2578
2579 netif_device_attach(efx->net_dev);
2580
2581 efx->state = STATE_RUNNING;
2582
2583 efx->type->resume_wol(efx);
2584
Steve Hodgson319ba642010-06-01 11:17:24 +00002585 /* Reschedule any quenched resets scheduled during efx_pm_freeze() */
2586 queue_work(reset_workqueue, &efx->reset_work);
2587
Ben Hutchings89c758f2009-11-29 03:43:07 +00002588 return 0;
2589}
2590
2591static int efx_pm_poweroff(struct device *dev)
2592{
2593 struct pci_dev *pci_dev = to_pci_dev(dev);
2594 struct efx_nic *efx = pci_get_drvdata(pci_dev);
2595
2596 efx->type->fini(efx);
2597
Ben Hutchingsa7d529a2011-06-24 20:46:31 +01002598 efx->reset_pending = 0;
Ben Hutchings89c758f2009-11-29 03:43:07 +00002599
2600 pci_save_state(pci_dev);
2601 return pci_set_power_state(pci_dev, PCI_D3hot);
2602}
2603
2604/* Used for both resume and restore */
2605static int efx_pm_resume(struct device *dev)
2606{
2607 struct pci_dev *pci_dev = to_pci_dev(dev);
2608 struct efx_nic *efx = pci_get_drvdata(pci_dev);
2609 int rc;
2610
2611 rc = pci_set_power_state(pci_dev, PCI_D0);
2612 if (rc)
2613 return rc;
2614 pci_restore_state(pci_dev);
2615 rc = pci_enable_device(pci_dev);
2616 if (rc)
2617 return rc;
2618 pci_set_master(efx->pci_dev);
2619 rc = efx->type->reset(efx, RESET_TYPE_ALL);
2620 if (rc)
2621 return rc;
2622 rc = efx->type->init(efx);
2623 if (rc)
2624 return rc;
2625 efx_pm_thaw(dev);
2626 return 0;
2627}
2628
2629static int efx_pm_suspend(struct device *dev)
2630{
2631 int rc;
2632
2633 efx_pm_freeze(dev);
2634 rc = efx_pm_poweroff(dev);
2635 if (rc)
2636 efx_pm_resume(dev);
2637 return rc;
2638}
2639
Ben Hutchings18e83e42012-01-05 19:05:20 +00002640static const struct dev_pm_ops efx_pm_ops = {
Ben Hutchings89c758f2009-11-29 03:43:07 +00002641 .suspend = efx_pm_suspend,
2642 .resume = efx_pm_resume,
2643 .freeze = efx_pm_freeze,
2644 .thaw = efx_pm_thaw,
2645 .poweroff = efx_pm_poweroff,
2646 .restore = efx_pm_resume,
2647};
2648
Ben Hutchings8ceee662008-04-27 12:55:59 +01002649static struct pci_driver efx_pci_driver = {
Ben Hutchingsc5d5f5f2010-06-23 11:30:26 +00002650 .name = KBUILD_MODNAME,
Ben Hutchings8ceee662008-04-27 12:55:59 +01002651 .id_table = efx_pci_table,
2652 .probe = efx_pci_probe,
2653 .remove = efx_pci_remove,
Ben Hutchings89c758f2009-11-29 03:43:07 +00002654 .driver.pm = &efx_pm_ops,
Ben Hutchings8ceee662008-04-27 12:55:59 +01002655};
2656
2657/**************************************************************************
2658 *
2659 * Kernel module interface
2660 *
2661 *************************************************************************/
2662
2663module_param(interrupt_mode, uint, 0444);
2664MODULE_PARM_DESC(interrupt_mode,
2665 "Interrupt mode (0=>MSIX 1=>MSI 2=>legacy)");
2666
2667static int __init efx_init_module(void)
2668{
2669 int rc;
2670
2671 printk(KERN_INFO "Solarflare NET driver v" EFX_DRIVER_VERSION "\n");
2672
2673 rc = register_netdevice_notifier(&efx_netdev_notifier);
2674 if (rc)
2675 goto err_notifier;
2676
Steve Hodgson1ab00622008-12-12 21:33:02 -08002677 reset_workqueue = create_singlethread_workqueue("sfc_reset");
2678 if (!reset_workqueue) {
2679 rc = -ENOMEM;
2680 goto err_reset;
2681 }
Ben Hutchings8ceee662008-04-27 12:55:59 +01002682
2683 rc = pci_register_driver(&efx_pci_driver);
2684 if (rc < 0)
2685 goto err_pci;
2686
2687 return 0;
2688
2689 err_pci:
Steve Hodgson1ab00622008-12-12 21:33:02 -08002690 destroy_workqueue(reset_workqueue);
2691 err_reset:
Ben Hutchings8ceee662008-04-27 12:55:59 +01002692 unregister_netdevice_notifier(&efx_netdev_notifier);
2693 err_notifier:
2694 return rc;
2695}
2696
2697static void __exit efx_exit_module(void)
2698{
2699 printk(KERN_INFO "Solarflare NET driver unloading\n");
2700
2701 pci_unregister_driver(&efx_pci_driver);
Steve Hodgson1ab00622008-12-12 21:33:02 -08002702 destroy_workqueue(reset_workqueue);
Ben Hutchings8ceee662008-04-27 12:55:59 +01002703 unregister_netdevice_notifier(&efx_netdev_notifier);
2704
2705}
2706
2707module_init(efx_init_module);
2708module_exit(efx_exit_module);
2709
Ben Hutchings906bb262009-11-29 15:16:19 +00002710MODULE_AUTHOR("Solarflare Communications and "
2711 "Michael Brown <mbrown@fensystems.co.uk>");
Ben Hutchings8ceee662008-04-27 12:55:59 +01002712MODULE_DESCRIPTION("Solarflare Communications network driver");
2713MODULE_LICENSE("GPL");
2714MODULE_DEVICE_TABLE(pci, efx_pci_table);