Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1 | /**************************************************************************** |
Ben Hutchings | f7a6d2c | 2013-08-29 23:32:48 +0100 | [diff] [blame] | 2 | * Driver for Solarflare network controllers and boards |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3 | * Copyright 2005-2006 Fen Systems Ltd. |
Ben Hutchings | f7a6d2c | 2013-08-29 23:32:48 +0100 | [diff] [blame] | 4 | * Copyright 2005-2013 Solarflare Communications Inc. |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 5 | * |
| 6 | * This program is free software; you can redistribute it and/or modify it |
| 7 | * under the terms of the GNU General Public License version 2 as published |
| 8 | * by the Free Software Foundation, incorporated herein by reference. |
| 9 | */ |
| 10 | |
| 11 | #include <linux/module.h> |
| 12 | #include <linux/pci.h> |
| 13 | #include <linux/netdevice.h> |
| 14 | #include <linux/etherdevice.h> |
| 15 | #include <linux/delay.h> |
| 16 | #include <linux/notifier.h> |
| 17 | #include <linux/ip.h> |
| 18 | #include <linux/tcp.h> |
| 19 | #include <linux/in.h> |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 20 | #include <linux/ethtool.h> |
Ben Hutchings | aa6ef27 | 2008-07-18 19:03:10 +0100 | [diff] [blame] | 21 | #include <linux/topology.h> |
Tejun Heo | 5a0e3ad | 2010-03-24 17:04:11 +0900 | [diff] [blame] | 22 | #include <linux/gfp.h> |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 23 | #include <linux/aer.h> |
Alexandre Rames | b28405b | 2013-03-21 16:41:43 +0000 | [diff] [blame] | 24 | #include <linux/interrupt.h> |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 25 | #include "net_driver.h" |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 26 | #include "efx.h" |
Ben Hutchings | 744093c | 2009-11-29 15:12:08 +0000 | [diff] [blame] | 27 | #include "nic.h" |
Ben Hutchings | dd40781 | 2012-02-28 23:40:21 +0000 | [diff] [blame] | 28 | #include "selftest.h" |
Shradha Shah | 7fa8d54 | 2015-05-06 00:55:13 +0100 | [diff] [blame] | 29 | #include "sriov.h" |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 30 | |
Ben Hutchings | 8880f4e | 2009-11-29 15:15:41 +0000 | [diff] [blame] | 31 | #include "mcdi.h" |
Steve Hodgson | fd371e3 | 2010-06-01 11:17:51 +0000 | [diff] [blame] | 32 | #include "workarounds.h" |
Ben Hutchings | 8880f4e | 2009-11-29 15:15:41 +0000 | [diff] [blame] | 33 | |
Ben Hutchings | c459302 | 2009-11-23 16:08:17 +0000 | [diff] [blame] | 34 | /************************************************************************** |
| 35 | * |
| 36 | * Type name strings |
| 37 | * |
| 38 | ************************************************************************** |
| 39 | */ |
| 40 | |
| 41 | /* Loopback mode names (see LOOPBACK_MODE()) */ |
| 42 | const unsigned int efx_loopback_mode_max = LOOPBACK_MAX; |
Ben Hutchings | 18e83e4 | 2012-01-05 19:05:20 +0000 | [diff] [blame] | 43 | const char *const efx_loopback_mode_names[] = { |
Ben Hutchings | c459302 | 2009-11-23 16:08:17 +0000 | [diff] [blame] | 44 | [LOOPBACK_NONE] = "NONE", |
Ben Hutchings | e58f69f | 2009-11-29 15:08:41 +0000 | [diff] [blame] | 45 | [LOOPBACK_DATA] = "DATAPATH", |
Ben Hutchings | c459302 | 2009-11-23 16:08:17 +0000 | [diff] [blame] | 46 | [LOOPBACK_GMAC] = "GMAC", |
| 47 | [LOOPBACK_XGMII] = "XGMII", |
| 48 | [LOOPBACK_XGXS] = "XGXS", |
Ben Hutchings | 9c636ba | 2012-01-05 17:19:45 +0000 | [diff] [blame] | 49 | [LOOPBACK_XAUI] = "XAUI", |
| 50 | [LOOPBACK_GMII] = "GMII", |
| 51 | [LOOPBACK_SGMII] = "SGMII", |
Ben Hutchings | e58f69f | 2009-11-29 15:08:41 +0000 | [diff] [blame] | 52 | [LOOPBACK_XGBR] = "XGBR", |
| 53 | [LOOPBACK_XFI] = "XFI", |
| 54 | [LOOPBACK_XAUI_FAR] = "XAUI_FAR", |
| 55 | [LOOPBACK_GMII_FAR] = "GMII_FAR", |
| 56 | [LOOPBACK_SGMII_FAR] = "SGMII_FAR", |
| 57 | [LOOPBACK_XFI_FAR] = "XFI_FAR", |
Ben Hutchings | c459302 | 2009-11-23 16:08:17 +0000 | [diff] [blame] | 58 | [LOOPBACK_GPHY] = "GPHY", |
| 59 | [LOOPBACK_PHYXS] = "PHYXS", |
Ben Hutchings | 9c636ba | 2012-01-05 17:19:45 +0000 | [diff] [blame] | 60 | [LOOPBACK_PCS] = "PCS", |
| 61 | [LOOPBACK_PMAPMD] = "PMA/PMD", |
Ben Hutchings | e58f69f | 2009-11-29 15:08:41 +0000 | [diff] [blame] | 62 | [LOOPBACK_XPORT] = "XPORT", |
| 63 | [LOOPBACK_XGMII_WS] = "XGMII_WS", |
Ben Hutchings | 9c636ba | 2012-01-05 17:19:45 +0000 | [diff] [blame] | 64 | [LOOPBACK_XAUI_WS] = "XAUI_WS", |
Ben Hutchings | e58f69f | 2009-11-29 15:08:41 +0000 | [diff] [blame] | 65 | [LOOPBACK_XAUI_WS_FAR] = "XAUI_WS_FAR", |
| 66 | [LOOPBACK_XAUI_WS_NEAR] = "XAUI_WS_NEAR", |
Ben Hutchings | 9c636ba | 2012-01-05 17:19:45 +0000 | [diff] [blame] | 67 | [LOOPBACK_GMII_WS] = "GMII_WS", |
Ben Hutchings | e58f69f | 2009-11-29 15:08:41 +0000 | [diff] [blame] | 68 | [LOOPBACK_XFI_WS] = "XFI_WS", |
| 69 | [LOOPBACK_XFI_WS_FAR] = "XFI_WS_FAR", |
Ben Hutchings | 9c636ba | 2012-01-05 17:19:45 +0000 | [diff] [blame] | 70 | [LOOPBACK_PHYXS_WS] = "PHYXS_WS", |
Ben Hutchings | c459302 | 2009-11-23 16:08:17 +0000 | [diff] [blame] | 71 | }; |
| 72 | |
Ben Hutchings | c459302 | 2009-11-23 16:08:17 +0000 | [diff] [blame] | 73 | const unsigned int efx_reset_type_max = RESET_TYPE_MAX; |
Ben Hutchings | 18e83e4 | 2012-01-05 19:05:20 +0000 | [diff] [blame] | 74 | const char *const efx_reset_type_names[] = { |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 75 | [RESET_TYPE_INVISIBLE] = "INVISIBLE", |
| 76 | [RESET_TYPE_ALL] = "ALL", |
| 77 | [RESET_TYPE_RECOVER_OR_ALL] = "RECOVER_OR_ALL", |
| 78 | [RESET_TYPE_WORLD] = "WORLD", |
| 79 | [RESET_TYPE_RECOVER_OR_DISABLE] = "RECOVER_OR_DISABLE", |
Jon Cooper | 087e902 | 2015-05-20 11:11:35 +0100 | [diff] [blame] | 80 | [RESET_TYPE_DATAPATH] = "DATAPATH", |
Edward Cree | e283546 | 2014-04-16 19:27:48 +0100 | [diff] [blame] | 81 | [RESET_TYPE_MC_BIST] = "MC_BIST", |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 82 | [RESET_TYPE_DISABLE] = "DISABLE", |
| 83 | [RESET_TYPE_TX_WATCHDOG] = "TX_WATCHDOG", |
| 84 | [RESET_TYPE_INT_ERROR] = "INT_ERROR", |
| 85 | [RESET_TYPE_RX_RECOVERY] = "RX_RECOVERY", |
Alexandre Rames | 3de82b9 | 2013-06-13 11:36:15 +0100 | [diff] [blame] | 86 | [RESET_TYPE_DMA_ERROR] = "DMA_ERROR", |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 87 | [RESET_TYPE_TX_SKIP] = "TX_SKIP", |
| 88 | [RESET_TYPE_MC_FAILURE] = "MC_FAILURE", |
Edward Cree | e283546 | 2014-04-16 19:27:48 +0100 | [diff] [blame] | 89 | [RESET_TYPE_MCDI_TIMEOUT] = "MCDI_TIMEOUT (FLR)", |
Ben Hutchings | c459302 | 2009-11-23 16:08:17 +0000 | [diff] [blame] | 90 | }; |
| 91 | |
Steve Hodgson | 1ab0062 | 2008-12-12 21:33:02 -0800 | [diff] [blame] | 92 | /* Reset workqueue. If any NIC has a hardware failure then a reset will be |
| 93 | * queued onto this work queue. This is not a per-nic work queue, because |
| 94 | * efx_reset_work() acquires the rtnl lock, so resets are naturally serialised. |
| 95 | */ |
| 96 | static struct workqueue_struct *reset_workqueue; |
| 97 | |
Jon Cooper | 74cd60a | 2013-09-16 14:18:51 +0100 | [diff] [blame] | 98 | /* How often and how many times to poll for a reset while waiting for a |
| 99 | * BIST that another function started to complete. |
| 100 | */ |
| 101 | #define BIST_WAIT_DELAY_MS 100 |
| 102 | #define BIST_WAIT_DELAY_COUNT 100 |
| 103 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 104 | /************************************************************************** |
| 105 | * |
| 106 | * Configurable values |
| 107 | * |
| 108 | *************************************************************************/ |
| 109 | |
| 110 | /* |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 111 | * Use separate channels for TX and RX events |
| 112 | * |
Neil Turton | 28b581a | 2008-12-12 21:41:06 -0800 | [diff] [blame] | 113 | * Set this to 1 to use separate channels for TX and RX. It allows us |
| 114 | * to control interrupt affinity separately for TX and RX. |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 115 | * |
Neil Turton | 28b581a | 2008-12-12 21:41:06 -0800 | [diff] [blame] | 116 | * This is only used in MSI-X interrupt mode |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 117 | */ |
Shradha Shah | b0fbdae | 2015-08-28 10:55:42 +0100 | [diff] [blame] | 118 | bool efx_separate_tx_channels; |
| 119 | module_param(efx_separate_tx_channels, bool, 0444); |
| 120 | MODULE_PARM_DESC(efx_separate_tx_channels, |
Neil Turton | 28b581a | 2008-12-12 21:41:06 -0800 | [diff] [blame] | 121 | "Use separate channels for TX and RX"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 122 | |
| 123 | /* This is the weight assigned to each of the (per-channel) virtual |
| 124 | * NAPI devices. |
| 125 | */ |
| 126 | static int napi_weight = 64; |
| 127 | |
| 128 | /* This is the time (in jiffies) between invocations of the hardware |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 129 | * monitor. |
| 130 | * On Falcon-based NICs, this will: |
Ben Hutchings | e254c27 | 2010-09-20 08:44:10 +0000 | [diff] [blame] | 131 | * - Check the on-board hardware monitor; |
| 132 | * - Poll the link state and reconfigure the hardware as necessary. |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 133 | * On Siena-based NICs for power systems with EEH support, this will give EEH a |
| 134 | * chance to start. |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 135 | */ |
stephen hemminger | d215697 | 2010-10-18 05:27:31 +0000 | [diff] [blame] | 136 | static unsigned int efx_monitor_interval = 1 * HZ; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 137 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 138 | /* Initial interrupt moderation settings. They can be modified after |
| 139 | * module load with ethtool. |
| 140 | * |
| 141 | * The default for RX should strike a balance between increasing the |
| 142 | * round-trip latency and reducing overhead. |
| 143 | */ |
| 144 | static unsigned int rx_irq_mod_usec = 60; |
| 145 | |
| 146 | /* Initial interrupt moderation settings. They can be modified after |
| 147 | * module load with ethtool. |
| 148 | * |
| 149 | * This default is chosen to ensure that a 10G link does not go idle |
| 150 | * while a TX queue is stopped after it has become full. A queue is |
| 151 | * restarted when it drops below half full. The time this takes (assuming |
| 152 | * worst case 3 descriptors per packet and 1024 descriptors) is |
| 153 | * 512 / 3 * 1.2 = 205 usec. |
| 154 | */ |
| 155 | static unsigned int tx_irq_mod_usec = 150; |
| 156 | |
| 157 | /* This is the first interrupt mode to try out of: |
| 158 | * 0 => MSI-X |
| 159 | * 1 => MSI |
| 160 | * 2 => legacy |
| 161 | */ |
| 162 | static unsigned int interrupt_mode; |
| 163 | |
| 164 | /* This is the requested number of CPUs to use for Receive-Side Scaling (RSS), |
| 165 | * i.e. the number of CPUs among which we may distribute simultaneous |
| 166 | * interrupt handling. |
| 167 | * |
| 168 | * Cards without MSI-X will only target one CPU via legacy or MSI interrupt. |
Ben Hutchings | cdb08f8 | 2011-12-20 01:08:05 +0000 | [diff] [blame] | 169 | * The default (0) means to assign an interrupt to each core. |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 170 | */ |
| 171 | static unsigned int rss_cpus; |
| 172 | module_param(rss_cpus, uint, 0444); |
| 173 | MODULE_PARM_DESC(rss_cpus, "Number of CPUs to use for Receive-Side Scaling"); |
| 174 | |
Ben Hutchings | b9cc977 | 2012-11-28 04:12:41 +0000 | [diff] [blame] | 175 | static bool phy_flash_cfg; |
| 176 | module_param(phy_flash_cfg, bool, 0644); |
Ben Hutchings | 84ae48f | 2008-12-12 21:34:54 -0800 | [diff] [blame] | 177 | MODULE_PARM_DESC(phy_flash_cfg, "Set PHYs into reflash mode initially"); |
| 178 | |
Ben Hutchings | e7bed9c | 2012-02-28 18:44:13 +0000 | [diff] [blame] | 179 | static unsigned irq_adapt_low_thresh = 8000; |
Ben Hutchings | 6fb70fd | 2009-03-20 13:30:37 +0000 | [diff] [blame] | 180 | module_param(irq_adapt_low_thresh, uint, 0644); |
| 181 | MODULE_PARM_DESC(irq_adapt_low_thresh, |
| 182 | "Threshold score for reducing IRQ moderation"); |
| 183 | |
Ben Hutchings | e7bed9c | 2012-02-28 18:44:13 +0000 | [diff] [blame] | 184 | static unsigned irq_adapt_high_thresh = 16000; |
Ben Hutchings | 6fb70fd | 2009-03-20 13:30:37 +0000 | [diff] [blame] | 185 | module_param(irq_adapt_high_thresh, uint, 0644); |
| 186 | MODULE_PARM_DESC(irq_adapt_high_thresh, |
| 187 | "Threshold score for increasing IRQ moderation"); |
| 188 | |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 189 | static unsigned debug = (NETIF_MSG_DRV | NETIF_MSG_PROBE | |
| 190 | NETIF_MSG_LINK | NETIF_MSG_IFDOWN | |
| 191 | NETIF_MSG_IFUP | NETIF_MSG_RX_ERR | |
| 192 | NETIF_MSG_TX_ERR | NETIF_MSG_HW); |
| 193 | module_param(debug, uint, 0); |
| 194 | MODULE_PARM_DESC(debug, "Bitmapped debugging message enable value"); |
| 195 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 196 | /************************************************************************** |
| 197 | * |
| 198 | * Utility functions and prototypes |
| 199 | * |
| 200 | *************************************************************************/ |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 201 | |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 202 | static int efx_soft_enable_interrupts(struct efx_nic *efx); |
Ben Hutchings | d829118 | 2012-10-05 23:35:41 +0100 | [diff] [blame] | 203 | static void efx_soft_disable_interrupts(struct efx_nic *efx); |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 204 | static void efx_remove_channel(struct efx_channel *channel); |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 205 | static void efx_remove_channels(struct efx_nic *efx); |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 206 | static const struct efx_channel_type efx_default_channel_type; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 207 | static void efx_remove_port(struct efx_nic *efx); |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 208 | static void efx_init_napi_channel(struct efx_channel *channel); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 209 | static void efx_fini_napi(struct efx_nic *efx); |
Ben Hutchings | e8f1499 | 2010-12-07 19:47:34 +0000 | [diff] [blame] | 210 | static void efx_fini_napi_channel(struct efx_channel *channel); |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 211 | static void efx_fini_struct(struct efx_nic *efx); |
| 212 | static void efx_start_all(struct efx_nic *efx); |
| 213 | static void efx_stop_all(struct efx_nic *efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 214 | |
| 215 | #define EFX_ASSERT_RESET_SERIALISED(efx) \ |
| 216 | do { \ |
Ben Hutchings | f16aeea | 2012-07-27 19:31:16 +0100 | [diff] [blame] | 217 | if ((efx->state == STATE_READY) || \ |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 218 | (efx->state == STATE_RECOVERY) || \ |
Ben Hutchings | 332c1ce | 2009-11-25 16:08:52 +0000 | [diff] [blame] | 219 | (efx->state == STATE_DISABLED)) \ |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 220 | ASSERT_RTNL(); \ |
| 221 | } while (0) |
| 222 | |
Ben Hutchings | 8b7325b | 2012-07-27 20:46:41 +0100 | [diff] [blame] | 223 | static int efx_check_disabled(struct efx_nic *efx) |
| 224 | { |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 225 | if (efx->state == STATE_DISABLED || efx->state == STATE_RECOVERY) { |
Ben Hutchings | 8b7325b | 2012-07-27 20:46:41 +0100 | [diff] [blame] | 226 | netif_err(efx, drv, efx->net_dev, |
| 227 | "device is disabled due to earlier errors\n"); |
| 228 | return -EIO; |
| 229 | } |
| 230 | return 0; |
| 231 | } |
| 232 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 233 | /************************************************************************** |
| 234 | * |
| 235 | * Event queue processing |
| 236 | * |
| 237 | *************************************************************************/ |
| 238 | |
| 239 | /* Process channel's event queue |
| 240 | * |
| 241 | * This function is responsible for processing the event queue of a |
| 242 | * single channel. The caller must guarantee that this function will |
| 243 | * never be concurrently called more than once on the same channel, |
| 244 | * though different channels may be being processed concurrently. |
| 245 | */ |
Ben Hutchings | fa236e1 | 2010-04-28 09:29:42 +0000 | [diff] [blame] | 246 | static int efx_process_channel(struct efx_channel *channel, int budget) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 247 | { |
Peter Dunning | c936835 | 2015-07-08 10:05:10 +0100 | [diff] [blame] | 248 | struct efx_tx_queue *tx_queue; |
Ben Hutchings | fa236e1 | 2010-04-28 09:29:42 +0000 | [diff] [blame] | 249 | int spent; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 250 | |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 251 | if (unlikely(!channel->enabled)) |
Ben Hutchings | 42cbe2d | 2008-09-01 12:48:08 +0100 | [diff] [blame] | 252 | return 0; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 253 | |
Peter Dunning | c936835 | 2015-07-08 10:05:10 +0100 | [diff] [blame] | 254 | efx_for_each_channel_tx_queue(tx_queue, channel) { |
| 255 | tx_queue->pkts_compl = 0; |
| 256 | tx_queue->bytes_compl = 0; |
| 257 | } |
| 258 | |
Ben Hutchings | fa236e1 | 2010-04-28 09:29:42 +0000 | [diff] [blame] | 259 | spent = efx_nic_process_eventq(channel, budget); |
Ben Hutchings | d9ab700 | 2012-02-13 23:29:16 +0000 | [diff] [blame] | 260 | if (spent && efx_channel_has_rx_queue(channel)) { |
| 261 | struct efx_rx_queue *rx_queue = |
| 262 | efx_channel_get_rx_queue(channel); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 263 | |
Ben Hutchings | ff734ef | 2013-01-29 23:33:14 +0000 | [diff] [blame] | 264 | efx_rx_flush_packet(channel); |
Jon Cooper | cce2879 | 2013-10-02 11:04:14 +0100 | [diff] [blame] | 265 | efx_fast_push_rx_descriptors(rx_queue, true); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 266 | } |
| 267 | |
Peter Dunning | c936835 | 2015-07-08 10:05:10 +0100 | [diff] [blame] | 268 | /* Update BQL */ |
| 269 | efx_for_each_channel_tx_queue(tx_queue, channel) { |
| 270 | if (tx_queue->bytes_compl) { |
| 271 | netdev_tx_completed_queue(tx_queue->core_txq, |
| 272 | tx_queue->pkts_compl, tx_queue->bytes_compl); |
| 273 | } |
| 274 | } |
| 275 | |
Ben Hutchings | fa236e1 | 2010-04-28 09:29:42 +0000 | [diff] [blame] | 276 | return spent; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 277 | } |
| 278 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 279 | /* NAPI poll handler |
| 280 | * |
| 281 | * NAPI guarantees serialisation of polls of the same device, which |
| 282 | * provides the guarantee required by efx_process_channel(). |
| 283 | */ |
| 284 | static int efx_poll(struct napi_struct *napi, int budget) |
| 285 | { |
| 286 | struct efx_channel *channel = |
| 287 | container_of(napi, struct efx_channel, napi_str); |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 288 | struct efx_nic *efx = channel->efx; |
Ben Hutchings | fa236e1 | 2010-04-28 09:29:42 +0000 | [diff] [blame] | 289 | int spent; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 290 | |
Alexandre Rames | 3676326 | 2014-07-22 14:03:25 +0100 | [diff] [blame] | 291 | if (!efx_channel_lock_napi(channel)) |
| 292 | return budget; |
| 293 | |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 294 | netif_vdbg(efx, intr, efx->net_dev, |
| 295 | "channel %d NAPI poll executing on CPU %d\n", |
| 296 | channel->channel, raw_smp_processor_id()); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 297 | |
Ben Hutchings | fa236e1 | 2010-04-28 09:29:42 +0000 | [diff] [blame] | 298 | spent = efx_process_channel(channel, budget); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 299 | |
Ben Hutchings | fa236e1 | 2010-04-28 09:29:42 +0000 | [diff] [blame] | 300 | if (spent < budget) { |
Ben Hutchings | 9d9a697 | 2012-02-10 23:01:48 +0000 | [diff] [blame] | 301 | if (efx_channel_has_rx_queue(channel) && |
Ben Hutchings | 6fb70fd | 2009-03-20 13:30:37 +0000 | [diff] [blame] | 302 | efx->irq_rx_adaptive && |
| 303 | unlikely(++channel->irq_count == 1000)) { |
Ben Hutchings | 6fb70fd | 2009-03-20 13:30:37 +0000 | [diff] [blame] | 304 | if (unlikely(channel->irq_mod_score < |
| 305 | irq_adapt_low_thresh)) { |
Ben Hutchings | 0d86ebd | 2009-10-23 08:32:13 +0000 | [diff] [blame] | 306 | if (channel->irq_moderation > 1) { |
| 307 | channel->irq_moderation -= 1; |
Ben Hutchings | ef2b90e | 2009-11-29 03:42:31 +0000 | [diff] [blame] | 308 | efx->type->push_irq_moderation(channel); |
Ben Hutchings | 0d86ebd | 2009-10-23 08:32:13 +0000 | [diff] [blame] | 309 | } |
Ben Hutchings | 6fb70fd | 2009-03-20 13:30:37 +0000 | [diff] [blame] | 310 | } else if (unlikely(channel->irq_mod_score > |
| 311 | irq_adapt_high_thresh)) { |
Ben Hutchings | 0d86ebd | 2009-10-23 08:32:13 +0000 | [diff] [blame] | 312 | if (channel->irq_moderation < |
| 313 | efx->irq_rx_moderation) { |
| 314 | channel->irq_moderation += 1; |
Ben Hutchings | ef2b90e | 2009-11-29 03:42:31 +0000 | [diff] [blame] | 315 | efx->type->push_irq_moderation(channel); |
Ben Hutchings | 0d86ebd | 2009-10-23 08:32:13 +0000 | [diff] [blame] | 316 | } |
Ben Hutchings | 6fb70fd | 2009-03-20 13:30:37 +0000 | [diff] [blame] | 317 | } |
Ben Hutchings | 6fb70fd | 2009-03-20 13:30:37 +0000 | [diff] [blame] | 318 | channel->irq_count = 0; |
| 319 | channel->irq_mod_score = 0; |
| 320 | } |
| 321 | |
Ben Hutchings | 64d8ad6 | 2011-01-05 00:50:41 +0000 | [diff] [blame] | 322 | efx_filter_rfs_expire(channel); |
| 323 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 324 | /* There is no race here; although napi_disable() will |
Ben Hutchings | 288379f | 2009-01-19 16:43:59 -0800 | [diff] [blame] | 325 | * only wait for napi_complete(), this isn't a problem |
Ben Hutchings | 514bedb | 2012-10-05 19:30:16 +0100 | [diff] [blame] | 326 | * since efx_nic_eventq_read_ack() will have no effect if |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 327 | * interrupts have already been disabled. |
| 328 | */ |
Ben Hutchings | 288379f | 2009-01-19 16:43:59 -0800 | [diff] [blame] | 329 | napi_complete(napi); |
Ben Hutchings | 514bedb | 2012-10-05 19:30:16 +0100 | [diff] [blame] | 330 | efx_nic_eventq_read_ack(channel); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 331 | } |
| 332 | |
Alexandre Rames | 3676326 | 2014-07-22 14:03:25 +0100 | [diff] [blame] | 333 | efx_channel_unlock_napi(channel); |
Ben Hutchings | fa236e1 | 2010-04-28 09:29:42 +0000 | [diff] [blame] | 334 | return spent; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 335 | } |
| 336 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 337 | /* Create event queue |
| 338 | * Event queue memory allocations are done only once. If the channel |
| 339 | * is reset, the memory buffer will be reused; this guards against |
| 340 | * errors during channel reset and also simplifies interrupt handling. |
| 341 | */ |
| 342 | static int efx_probe_eventq(struct efx_channel *channel) |
| 343 | { |
Steve Hodgson | ecc910f | 2010-09-10 06:42:22 +0000 | [diff] [blame] | 344 | struct efx_nic *efx = channel->efx; |
| 345 | unsigned long entries; |
| 346 | |
Ben Hutchings | 86ee530 | 2012-01-09 19:51:22 +0000 | [diff] [blame] | 347 | netif_dbg(efx, probe, efx->net_dev, |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 348 | "chan %d create event queue\n", channel->channel); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 349 | |
Steve Hodgson | ecc910f | 2010-09-10 06:42:22 +0000 | [diff] [blame] | 350 | /* Build an event queue with room for one event per tx and rx buffer, |
| 351 | * plus some extra for link state events and MCDI completions. */ |
| 352 | entries = roundup_pow_of_two(efx->rxq_entries + efx->txq_entries + 128); |
| 353 | EFX_BUG_ON_PARANOID(entries > EFX_MAX_EVQ_SIZE); |
| 354 | channel->eventq_mask = max(entries, EFX_MIN_EVQ_SIZE) - 1; |
| 355 | |
Ben Hutchings | 152b6a6 | 2009-11-29 03:43:56 +0000 | [diff] [blame] | 356 | return efx_nic_probe_eventq(channel); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 357 | } |
| 358 | |
| 359 | /* Prepare channel's event queue */ |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 360 | static int efx_init_eventq(struct efx_channel *channel) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 361 | { |
Ben Hutchings | 15acb1c | 2013-05-01 16:30:17 +0100 | [diff] [blame] | 362 | struct efx_nic *efx = channel->efx; |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 363 | int rc; |
| 364 | |
| 365 | EFX_WARN_ON_PARANOID(channel->eventq_init); |
| 366 | |
Ben Hutchings | 15acb1c | 2013-05-01 16:30:17 +0100 | [diff] [blame] | 367 | netif_dbg(efx, drv, efx->net_dev, |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 368 | "chan %d init event queue\n", channel->channel); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 369 | |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 370 | rc = efx_nic_init_eventq(channel); |
| 371 | if (rc == 0) { |
Ben Hutchings | 15acb1c | 2013-05-01 16:30:17 +0100 | [diff] [blame] | 372 | efx->type->push_irq_moderation(channel); |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 373 | channel->eventq_read_ptr = 0; |
| 374 | channel->eventq_init = true; |
| 375 | } |
| 376 | return rc; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 377 | } |
| 378 | |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 379 | /* Enable event queue processing and NAPI */ |
Alexandre Rames | 3676326 | 2014-07-22 14:03:25 +0100 | [diff] [blame] | 380 | void efx_start_eventq(struct efx_channel *channel) |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 381 | { |
| 382 | netif_dbg(channel->efx, ifup, channel->efx->net_dev, |
| 383 | "chan %d start event queue\n", channel->channel); |
| 384 | |
Ben Hutchings | 514bedb | 2012-10-05 19:30:16 +0100 | [diff] [blame] | 385 | /* Make sure the NAPI handler sees the enabled flag set */ |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 386 | channel->enabled = true; |
| 387 | smp_wmb(); |
| 388 | |
Alexandre Rames | 3676326 | 2014-07-22 14:03:25 +0100 | [diff] [blame] | 389 | efx_channel_enable(channel); |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 390 | napi_enable(&channel->napi_str); |
| 391 | efx_nic_eventq_read_ack(channel); |
| 392 | } |
| 393 | |
| 394 | /* Disable event queue processing and NAPI */ |
Alexandre Rames | 3676326 | 2014-07-22 14:03:25 +0100 | [diff] [blame] | 395 | void efx_stop_eventq(struct efx_channel *channel) |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 396 | { |
| 397 | if (!channel->enabled) |
| 398 | return; |
| 399 | |
| 400 | napi_disable(&channel->napi_str); |
Alexandre Rames | 3676326 | 2014-07-22 14:03:25 +0100 | [diff] [blame] | 401 | while (!efx_channel_disable(channel)) |
| 402 | usleep_range(1000, 20000); |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 403 | channel->enabled = false; |
| 404 | } |
| 405 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 406 | static void efx_fini_eventq(struct efx_channel *channel) |
| 407 | { |
Ben Hutchings | be3fc09 | 2012-10-08 18:21:51 +0100 | [diff] [blame] | 408 | if (!channel->eventq_init) |
| 409 | return; |
| 410 | |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 411 | netif_dbg(channel->efx, drv, channel->efx->net_dev, |
| 412 | "chan %d fini event queue\n", channel->channel); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 413 | |
Ben Hutchings | 152b6a6 | 2009-11-29 03:43:56 +0000 | [diff] [blame] | 414 | efx_nic_fini_eventq(channel); |
Ben Hutchings | be3fc09 | 2012-10-08 18:21:51 +0100 | [diff] [blame] | 415 | channel->eventq_init = false; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 416 | } |
| 417 | |
| 418 | static void efx_remove_eventq(struct efx_channel *channel) |
| 419 | { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 420 | netif_dbg(channel->efx, drv, channel->efx->net_dev, |
| 421 | "chan %d remove event queue\n", channel->channel); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 422 | |
Ben Hutchings | 152b6a6 | 2009-11-29 03:43:56 +0000 | [diff] [blame] | 423 | efx_nic_remove_eventq(channel); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 424 | } |
| 425 | |
| 426 | /************************************************************************** |
| 427 | * |
| 428 | * Channel handling |
| 429 | * |
| 430 | *************************************************************************/ |
| 431 | |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 432 | /* Allocate and initialise a channel structure. */ |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 433 | static struct efx_channel * |
| 434 | efx_alloc_channel(struct efx_nic *efx, int i, struct efx_channel *old_channel) |
| 435 | { |
| 436 | struct efx_channel *channel; |
| 437 | struct efx_rx_queue *rx_queue; |
| 438 | struct efx_tx_queue *tx_queue; |
| 439 | int j; |
| 440 | |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 441 | channel = kzalloc(sizeof(*channel), GFP_KERNEL); |
| 442 | if (!channel) |
| 443 | return NULL; |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 444 | |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 445 | channel->efx = efx; |
| 446 | channel->channel = i; |
| 447 | channel->type = &efx_default_channel_type; |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 448 | |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 449 | for (j = 0; j < EFX_TXQ_TYPES; j++) { |
| 450 | tx_queue = &channel->tx_queue[j]; |
| 451 | tx_queue->efx = efx; |
| 452 | tx_queue->queue = i * EFX_TXQ_TYPES + j; |
| 453 | tx_queue->channel = channel; |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 454 | } |
| 455 | |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 456 | rx_queue = &channel->rx_queue; |
| 457 | rx_queue->efx = efx; |
| 458 | setup_timer(&rx_queue->slow_fill, efx_rx_slow_fill, |
| 459 | (unsigned long)rx_queue); |
| 460 | |
| 461 | return channel; |
| 462 | } |
| 463 | |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 464 | /* Allocate and initialise a channel structure, copying parameters |
| 465 | * (but not resources) from an old channel structure. |
| 466 | */ |
| 467 | static struct efx_channel * |
| 468 | efx_copy_channel(const struct efx_channel *old_channel) |
| 469 | { |
| 470 | struct efx_channel *channel; |
| 471 | struct efx_rx_queue *rx_queue; |
| 472 | struct efx_tx_queue *tx_queue; |
| 473 | int j; |
| 474 | |
| 475 | channel = kmalloc(sizeof(*channel), GFP_KERNEL); |
| 476 | if (!channel) |
| 477 | return NULL; |
| 478 | |
| 479 | *channel = *old_channel; |
| 480 | |
| 481 | channel->napi_dev = NULL; |
| 482 | memset(&channel->eventq, 0, sizeof(channel->eventq)); |
| 483 | |
| 484 | for (j = 0; j < EFX_TXQ_TYPES; j++) { |
| 485 | tx_queue = &channel->tx_queue[j]; |
| 486 | if (tx_queue->channel) |
| 487 | tx_queue->channel = channel; |
| 488 | tx_queue->buffer = NULL; |
| 489 | memset(&tx_queue->txd, 0, sizeof(tx_queue->txd)); |
| 490 | } |
| 491 | |
| 492 | rx_queue = &channel->rx_queue; |
| 493 | rx_queue->buffer = NULL; |
| 494 | memset(&rx_queue->rxd, 0, sizeof(rx_queue->rxd)); |
| 495 | setup_timer(&rx_queue->slow_fill, efx_rx_slow_fill, |
| 496 | (unsigned long)rx_queue); |
| 497 | |
| 498 | return channel; |
| 499 | } |
| 500 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 501 | static int efx_probe_channel(struct efx_channel *channel) |
| 502 | { |
| 503 | struct efx_tx_queue *tx_queue; |
| 504 | struct efx_rx_queue *rx_queue; |
| 505 | int rc; |
| 506 | |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 507 | netif_dbg(channel->efx, probe, channel->efx->net_dev, |
| 508 | "creating channel %d\n", channel->channel); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 509 | |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 510 | rc = channel->type->pre_probe(channel); |
| 511 | if (rc) |
| 512 | goto fail; |
| 513 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 514 | rc = efx_probe_eventq(channel); |
| 515 | if (rc) |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 516 | goto fail; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 517 | |
| 518 | efx_for_each_channel_tx_queue(tx_queue, channel) { |
| 519 | rc = efx_probe_tx_queue(tx_queue); |
| 520 | if (rc) |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 521 | goto fail; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 522 | } |
| 523 | |
| 524 | efx_for_each_channel_rx_queue(rx_queue, channel) { |
| 525 | rc = efx_probe_rx_queue(rx_queue); |
| 526 | if (rc) |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 527 | goto fail; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 528 | } |
| 529 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 530 | return 0; |
| 531 | |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 532 | fail: |
| 533 | efx_remove_channel(channel); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 534 | return rc; |
| 535 | } |
| 536 | |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 537 | static void |
| 538 | efx_get_channel_name(struct efx_channel *channel, char *buf, size_t len) |
| 539 | { |
| 540 | struct efx_nic *efx = channel->efx; |
| 541 | const char *type; |
| 542 | int number; |
| 543 | |
| 544 | number = channel->channel; |
| 545 | if (efx->tx_channel_offset == 0) { |
| 546 | type = ""; |
| 547 | } else if (channel->channel < efx->tx_channel_offset) { |
| 548 | type = "-rx"; |
| 549 | } else { |
| 550 | type = "-tx"; |
| 551 | number -= efx->tx_channel_offset; |
| 552 | } |
| 553 | snprintf(buf, len, "%s%s-%d", efx->name, type, number); |
| 554 | } |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 555 | |
Ben Hutchings | 56536e9 | 2008-12-12 21:37:02 -0800 | [diff] [blame] | 556 | static void efx_set_channel_names(struct efx_nic *efx) |
| 557 | { |
| 558 | struct efx_channel *channel; |
Ben Hutchings | 56536e9 | 2008-12-12 21:37:02 -0800 | [diff] [blame] | 559 | |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 560 | efx_for_each_channel(channel, efx) |
| 561 | channel->type->get_name(channel, |
Ben Hutchings | d829118 | 2012-10-05 23:35:41 +0100 | [diff] [blame] | 562 | efx->msi_context[channel->channel].name, |
| 563 | sizeof(efx->msi_context[0].name)); |
Ben Hutchings | 56536e9 | 2008-12-12 21:37:02 -0800 | [diff] [blame] | 564 | } |
| 565 | |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 566 | static int efx_probe_channels(struct efx_nic *efx) |
| 567 | { |
| 568 | struct efx_channel *channel; |
| 569 | int rc; |
| 570 | |
| 571 | /* Restart special buffer allocation */ |
| 572 | efx->next_buffer_table = 0; |
| 573 | |
Ben Hutchings | c92aaff | 2012-02-21 23:22:00 +0000 | [diff] [blame] | 574 | /* Probe channels in reverse, so that any 'extra' channels |
| 575 | * use the start of the buffer table. This allows the traffic |
| 576 | * channels to be resized without moving them or wasting the |
| 577 | * entries before them. |
| 578 | */ |
| 579 | efx_for_each_channel_rev(channel, efx) { |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 580 | rc = efx_probe_channel(channel); |
| 581 | if (rc) { |
| 582 | netif_err(efx, probe, efx->net_dev, |
| 583 | "failed to create channel %d\n", |
| 584 | channel->channel); |
| 585 | goto fail; |
| 586 | } |
| 587 | } |
| 588 | efx_set_channel_names(efx); |
| 589 | |
| 590 | return 0; |
| 591 | |
| 592 | fail: |
| 593 | efx_remove_channels(efx); |
| 594 | return rc; |
| 595 | } |
| 596 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 597 | /* Channels are shutdown and reinitialised whilst the NIC is running |
| 598 | * to propagate configuration changes (mtu, checksum offload), or |
| 599 | * to clear hardware error conditions |
| 600 | */ |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 601 | static void efx_start_datapath(struct efx_nic *efx) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 602 | { |
Ben Hutchings | 85740cdf | 2013-01-29 23:33:15 +0000 | [diff] [blame] | 603 | bool old_rx_scatter = efx->rx_scatter; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 604 | struct efx_tx_queue *tx_queue; |
| 605 | struct efx_rx_queue *rx_queue; |
| 606 | struct efx_channel *channel; |
Ben Hutchings | 85740cdf | 2013-01-29 23:33:15 +0000 | [diff] [blame] | 607 | size_t rx_buf_len; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 608 | |
Ben Hutchings | f7f13b0 | 2008-05-16 21:15:06 +0100 | [diff] [blame] | 609 | /* Calculate the rx buffer allocation parameters required to |
| 610 | * support the current MTU, including padding for header |
| 611 | * alignment and overruns. |
| 612 | */ |
Jon Cooper | 43a3739 | 2012-10-18 15:49:54 +0100 | [diff] [blame] | 613 | efx->rx_dma_len = (efx->rx_prefix_size + |
Ben Hutchings | 272baee | 2013-01-29 23:33:14 +0000 | [diff] [blame] | 614 | EFX_MAX_FRAME_LEN(efx->net_dev->mtu) + |
| 615 | efx->type->rx_buffer_padding); |
Ben Hutchings | 85740cdf | 2013-01-29 23:33:15 +0000 | [diff] [blame] | 616 | rx_buf_len = (sizeof(struct efx_rx_page_state) + |
Andrew Rybchenko | 2ec0301 | 2013-11-16 11:02:27 +0400 | [diff] [blame] | 617 | efx->rx_ip_align + efx->rx_dma_len); |
Ben Hutchings | 85740cdf | 2013-01-29 23:33:15 +0000 | [diff] [blame] | 618 | if (rx_buf_len <= PAGE_SIZE) { |
Jon Cooper | e8c68c0 | 2013-03-08 10:18:28 +0000 | [diff] [blame] | 619 | efx->rx_scatter = efx->type->always_rx_scatter; |
Ben Hutchings | 85740cdf | 2013-01-29 23:33:15 +0000 | [diff] [blame] | 620 | efx->rx_buffer_order = 0; |
Ben Hutchings | 85740cdf | 2013-01-29 23:33:15 +0000 | [diff] [blame] | 621 | } else if (efx->type->can_rx_scatter) { |
Ben Hutchings | 950c54d | 2013-05-13 12:01:22 +0000 | [diff] [blame] | 622 | BUILD_BUG_ON(EFX_RX_USR_BUF_SIZE % L1_CACHE_BYTES); |
Ben Hutchings | 85740cdf | 2013-01-29 23:33:15 +0000 | [diff] [blame] | 623 | BUILD_BUG_ON(sizeof(struct efx_rx_page_state) + |
Ben Hutchings | 950c54d | 2013-05-13 12:01:22 +0000 | [diff] [blame] | 624 | 2 * ALIGN(NET_IP_ALIGN + EFX_RX_USR_BUF_SIZE, |
| 625 | EFX_RX_BUF_ALIGNMENT) > |
| 626 | PAGE_SIZE); |
Ben Hutchings | 85740cdf | 2013-01-29 23:33:15 +0000 | [diff] [blame] | 627 | efx->rx_scatter = true; |
| 628 | efx->rx_dma_len = EFX_RX_USR_BUF_SIZE; |
| 629 | efx->rx_buffer_order = 0; |
Ben Hutchings | 85740cdf | 2013-01-29 23:33:15 +0000 | [diff] [blame] | 630 | } else { |
| 631 | efx->rx_scatter = false; |
| 632 | efx->rx_buffer_order = get_order(rx_buf_len); |
Ben Hutchings | 85740cdf | 2013-01-29 23:33:15 +0000 | [diff] [blame] | 633 | } |
| 634 | |
Daniel Pieczko | 1648a23 | 2013-02-13 10:54:41 +0000 | [diff] [blame] | 635 | efx_rx_config_page_split(efx); |
| 636 | if (efx->rx_buffer_order) |
| 637 | netif_dbg(efx, drv, efx->net_dev, |
| 638 | "RX buf len=%u; page order=%u batch=%u\n", |
| 639 | efx->rx_dma_len, efx->rx_buffer_order, |
| 640 | efx->rx_pages_per_batch); |
| 641 | else |
| 642 | netif_dbg(efx, drv, efx->net_dev, |
| 643 | "RX buf len=%u step=%u bpp=%u; page batch=%u\n", |
| 644 | efx->rx_dma_len, efx->rx_page_buf_step, |
| 645 | efx->rx_bufs_per_page, efx->rx_pages_per_batch); |
Daniel Pieczko | 2768935 | 2013-02-13 10:54:41 +0000 | [diff] [blame] | 646 | |
Jon Cooper | e8c68c0 | 2013-03-08 10:18:28 +0000 | [diff] [blame] | 647 | /* RX filters may also have scatter-enabled flags */ |
Ben Hutchings | 85740cdf | 2013-01-29 23:33:15 +0000 | [diff] [blame] | 648 | if (efx->rx_scatter != old_rx_scatter) |
Ben Hutchings | add7247 | 2012-11-08 01:46:53 +0000 | [diff] [blame] | 649 | efx->type->filter_update_rx_scatter(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 650 | |
Ben Hutchings | 14bf718fb | 2012-05-22 01:27:58 +0100 | [diff] [blame] | 651 | /* We must keep at least one descriptor in a TX ring empty. |
| 652 | * We could avoid this when the queue size does not exactly |
| 653 | * match the hardware ring size, but it's not that important. |
| 654 | * Therefore we stop the queue when one more skb might fill |
| 655 | * the ring completely. We wake it when half way back to |
| 656 | * empty. |
| 657 | */ |
| 658 | efx->txq_stop_thresh = efx->txq_entries - efx_tx_max_skb_descs(efx); |
| 659 | efx->txq_wake_thresh = efx->txq_stop_thresh / 2; |
| 660 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 661 | /* Initialise the channels */ |
| 662 | efx_for_each_channel(channel, efx) { |
Alexandre Rames | 3881d8a | 2013-06-10 11:03:21 +0100 | [diff] [blame] | 663 | efx_for_each_channel_tx_queue(tx_queue, channel) { |
Ben Hutchings | bc3c90a | 2008-09-01 12:48:46 +0100 | [diff] [blame] | 664 | efx_init_tx_queue(tx_queue); |
Alexandre Rames | 3881d8a | 2013-06-10 11:03:21 +0100 | [diff] [blame] | 665 | atomic_inc(&efx->active_queues); |
| 666 | } |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 667 | |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 668 | efx_for_each_channel_rx_queue(rx_queue, channel) { |
Ben Hutchings | bc3c90a | 2008-09-01 12:48:46 +0100 | [diff] [blame] | 669 | efx_init_rx_queue(rx_queue); |
Alexandre Rames | 3881d8a | 2013-06-10 11:03:21 +0100 | [diff] [blame] | 670 | atomic_inc(&efx->active_queues); |
Jon Cooper | cce2879 | 2013-10-02 11:04:14 +0100 | [diff] [blame] | 671 | efx_stop_eventq(channel); |
| 672 | efx_fast_push_rx_descriptors(rx_queue, false); |
| 673 | efx_start_eventq(channel); |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 674 | } |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 675 | |
Ben Hutchings | 85740cdf | 2013-01-29 23:33:15 +0000 | [diff] [blame] | 676 | WARN_ON(channel->rx_pkt_n_frags); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 677 | } |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 678 | |
Alexandre Rames | 2ea4dc2 | 2013-11-08 10:20:31 +0000 | [diff] [blame] | 679 | efx_ptp_start_datapath(efx); |
| 680 | |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 681 | if (netif_device_present(efx->net_dev)) |
| 682 | netif_tx_wake_all_queues(efx->net_dev); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 683 | } |
| 684 | |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 685 | static void efx_stop_datapath(struct efx_nic *efx) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 686 | { |
| 687 | struct efx_channel *channel; |
| 688 | struct efx_tx_queue *tx_queue; |
| 689 | struct efx_rx_queue *rx_queue; |
Ben Hutchings | 6bc5d3a | 2008-09-01 12:49:37 +0100 | [diff] [blame] | 690 | int rc; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 691 | |
| 692 | EFX_ASSERT_RESET_SERIALISED(efx); |
| 693 | BUG_ON(efx->port_enabled); |
| 694 | |
Alexandre Rames | 2ea4dc2 | 2013-11-08 10:20:31 +0000 | [diff] [blame] | 695 | efx_ptp_stop_datapath(efx); |
| 696 | |
Ben Hutchings | d8aec74 | 2013-05-27 16:52:54 +0100 | [diff] [blame] | 697 | /* Stop RX refill */ |
| 698 | efx_for_each_channel(channel, efx) { |
| 699 | efx_for_each_channel_rx_queue(rx_queue, channel) |
| 700 | rx_queue->refill_enabled = false; |
| 701 | } |
| 702 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 703 | efx_for_each_channel(channel, efx) { |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 704 | /* RX packet processing is pipelined, so wait for the |
| 705 | * NAPI handler to complete. At least event queue 0 |
| 706 | * might be kept active by non-data events, so don't |
| 707 | * use napi_synchronize() but actually disable NAPI |
| 708 | * temporarily. |
| 709 | */ |
| 710 | if (efx_channel_has_rx_queue(channel)) { |
| 711 | efx_stop_eventq(channel); |
| 712 | efx_start_eventq(channel); |
| 713 | } |
Ben Hutchings | e42c3d8 | 2013-05-27 16:52:54 +0100 | [diff] [blame] | 714 | } |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 715 | |
Ben Hutchings | e42c3d8 | 2013-05-27 16:52:54 +0100 | [diff] [blame] | 716 | rc = efx->type->fini_dmaq(efx); |
| 717 | if (rc && EFX_WORKAROUND_7803(efx)) { |
| 718 | /* Schedule a reset to recover from the flush failure. The |
| 719 | * descriptor caches reference memory we're about to free, |
| 720 | * but falcon_reconfigure_mac_wrapper() won't reconnect |
| 721 | * the MACs because of the pending reset. |
| 722 | */ |
| 723 | netif_err(efx, drv, efx->net_dev, |
| 724 | "Resetting to recover from flush failure\n"); |
| 725 | efx_schedule_reset(efx, RESET_TYPE_ALL); |
| 726 | } else if (rc) { |
| 727 | netif_err(efx, drv, efx->net_dev, "failed to flush queues\n"); |
| 728 | } else { |
| 729 | netif_dbg(efx, drv, efx->net_dev, |
| 730 | "successfully flushed all queues\n"); |
| 731 | } |
| 732 | |
| 733 | efx_for_each_channel(channel, efx) { |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 734 | efx_for_each_channel_rx_queue(rx_queue, channel) |
| 735 | efx_fini_rx_queue(rx_queue); |
Ben Hutchings | 94b274b | 2011-01-10 21:18:20 +0000 | [diff] [blame] | 736 | efx_for_each_possible_channel_tx_queue(tx_queue, channel) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 737 | efx_fini_tx_queue(tx_queue); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 738 | } |
| 739 | } |
| 740 | |
| 741 | static void efx_remove_channel(struct efx_channel *channel) |
| 742 | { |
| 743 | struct efx_tx_queue *tx_queue; |
| 744 | struct efx_rx_queue *rx_queue; |
| 745 | |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 746 | netif_dbg(channel->efx, drv, channel->efx->net_dev, |
| 747 | "destroy chan %d\n", channel->channel); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 748 | |
| 749 | efx_for_each_channel_rx_queue(rx_queue, channel) |
| 750 | efx_remove_rx_queue(rx_queue); |
Ben Hutchings | 94b274b | 2011-01-10 21:18:20 +0000 | [diff] [blame] | 751 | efx_for_each_possible_channel_tx_queue(tx_queue, channel) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 752 | efx_remove_tx_queue(tx_queue); |
| 753 | efx_remove_eventq(channel); |
Stuart Hodgson | c31e5f9 | 2012-07-18 09:52:11 +0100 | [diff] [blame] | 754 | channel->type->post_remove(channel); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 755 | } |
| 756 | |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 757 | static void efx_remove_channels(struct efx_nic *efx) |
| 758 | { |
| 759 | struct efx_channel *channel; |
| 760 | |
| 761 | efx_for_each_channel(channel, efx) |
| 762 | efx_remove_channel(channel); |
| 763 | } |
| 764 | |
| 765 | int |
| 766 | efx_realloc_channels(struct efx_nic *efx, u32 rxq_entries, u32 txq_entries) |
| 767 | { |
| 768 | struct efx_channel *other_channel[EFX_MAX_CHANNELS], *channel; |
| 769 | u32 old_rxq_entries, old_txq_entries; |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 770 | unsigned i, next_buffer_table = 0; |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 771 | int rc, rc2; |
Ben Hutchings | 8b7325b | 2012-07-27 20:46:41 +0100 | [diff] [blame] | 772 | |
| 773 | rc = efx_check_disabled(efx); |
| 774 | if (rc) |
| 775 | return rc; |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 776 | |
| 777 | /* Not all channels should be reallocated. We must avoid |
| 778 | * reallocating their buffer table entries. |
| 779 | */ |
| 780 | efx_for_each_channel(channel, efx) { |
| 781 | struct efx_rx_queue *rx_queue; |
| 782 | struct efx_tx_queue *tx_queue; |
| 783 | |
| 784 | if (channel->type->copy) |
| 785 | continue; |
| 786 | next_buffer_table = max(next_buffer_table, |
| 787 | channel->eventq.index + |
| 788 | channel->eventq.entries); |
| 789 | efx_for_each_channel_rx_queue(rx_queue, channel) |
| 790 | next_buffer_table = max(next_buffer_table, |
| 791 | rx_queue->rxd.index + |
| 792 | rx_queue->rxd.entries); |
| 793 | efx_for_each_channel_tx_queue(tx_queue, channel) |
| 794 | next_buffer_table = max(next_buffer_table, |
| 795 | tx_queue->txd.index + |
| 796 | tx_queue->txd.entries); |
| 797 | } |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 798 | |
Ben Hutchings | 29c69a4 | 2013-01-28 19:01:06 +0000 | [diff] [blame] | 799 | efx_device_detach_sync(efx); |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 800 | efx_stop_all(efx); |
Ben Hutchings | d829118 | 2012-10-05 23:35:41 +0100 | [diff] [blame] | 801 | efx_soft_disable_interrupts(efx); |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 802 | |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 803 | /* Clone channels (where possible) */ |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 804 | memset(other_channel, 0, sizeof(other_channel)); |
| 805 | for (i = 0; i < efx->n_channels; i++) { |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 806 | channel = efx->channel[i]; |
| 807 | if (channel->type->copy) |
| 808 | channel = channel->type->copy(channel); |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 809 | if (!channel) { |
| 810 | rc = -ENOMEM; |
| 811 | goto out; |
| 812 | } |
| 813 | other_channel[i] = channel; |
| 814 | } |
| 815 | |
| 816 | /* Swap entry counts and channel pointers */ |
| 817 | old_rxq_entries = efx->rxq_entries; |
| 818 | old_txq_entries = efx->txq_entries; |
| 819 | efx->rxq_entries = rxq_entries; |
| 820 | efx->txq_entries = txq_entries; |
| 821 | for (i = 0; i < efx->n_channels; i++) { |
| 822 | channel = efx->channel[i]; |
| 823 | efx->channel[i] = other_channel[i]; |
| 824 | other_channel[i] = channel; |
| 825 | } |
| 826 | |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 827 | /* Restart buffer table allocation */ |
| 828 | efx->next_buffer_table = next_buffer_table; |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 829 | |
Ben Hutchings | e8f1499 | 2010-12-07 19:47:34 +0000 | [diff] [blame] | 830 | for (i = 0; i < efx->n_channels; i++) { |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 831 | channel = efx->channel[i]; |
| 832 | if (!channel->type->copy) |
| 833 | continue; |
| 834 | rc = efx_probe_channel(channel); |
| 835 | if (rc) |
| 836 | goto rollback; |
| 837 | efx_init_napi_channel(efx->channel[i]); |
Ben Hutchings | e8f1499 | 2010-12-07 19:47:34 +0000 | [diff] [blame] | 838 | } |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 839 | |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 840 | out: |
| 841 | /* Destroy unused channel structures */ |
| 842 | for (i = 0; i < efx->n_channels; i++) { |
| 843 | channel = other_channel[i]; |
| 844 | if (channel && channel->type->copy) { |
| 845 | efx_fini_napi_channel(channel); |
| 846 | efx_remove_channel(channel); |
| 847 | kfree(channel); |
| 848 | } |
| 849 | } |
| 850 | |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 851 | rc2 = efx_soft_enable_interrupts(efx); |
| 852 | if (rc2) { |
| 853 | rc = rc ? rc : rc2; |
| 854 | netif_err(efx, drv, efx->net_dev, |
| 855 | "unable to restart interrupts on channel reallocation\n"); |
| 856 | efx_schedule_reset(efx, RESET_TYPE_DISABLE); |
| 857 | } else { |
| 858 | efx_start_all(efx); |
| 859 | netif_device_attach(efx->net_dev); |
| 860 | } |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 861 | return rc; |
| 862 | |
| 863 | rollback: |
| 864 | /* Swap back */ |
| 865 | efx->rxq_entries = old_rxq_entries; |
| 866 | efx->txq_entries = old_txq_entries; |
| 867 | for (i = 0; i < efx->n_channels; i++) { |
| 868 | channel = efx->channel[i]; |
| 869 | efx->channel[i] = other_channel[i]; |
| 870 | other_channel[i] = channel; |
| 871 | } |
| 872 | goto out; |
| 873 | } |
| 874 | |
Steve Hodgson | 90d683a | 2010-06-01 11:19:39 +0000 | [diff] [blame] | 875 | void efx_schedule_slow_fill(struct efx_rx_queue *rx_queue) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 876 | { |
Steve Hodgson | 90d683a | 2010-06-01 11:19:39 +0000 | [diff] [blame] | 877 | mod_timer(&rx_queue->slow_fill, jiffies + msecs_to_jiffies(100)); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 878 | } |
| 879 | |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 880 | static const struct efx_channel_type efx_default_channel_type = { |
| 881 | .pre_probe = efx_channel_dummy_op_int, |
Stuart Hodgson | c31e5f9 | 2012-07-18 09:52:11 +0100 | [diff] [blame] | 882 | .post_remove = efx_channel_dummy_op_void, |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 883 | .get_name = efx_get_channel_name, |
| 884 | .copy = efx_copy_channel, |
| 885 | .keep_eventq = false, |
| 886 | }; |
| 887 | |
| 888 | int efx_channel_dummy_op_int(struct efx_channel *channel) |
| 889 | { |
| 890 | return 0; |
| 891 | } |
| 892 | |
Stuart Hodgson | c31e5f9 | 2012-07-18 09:52:11 +0100 | [diff] [blame] | 893 | void efx_channel_dummy_op_void(struct efx_channel *channel) |
| 894 | { |
| 895 | } |
| 896 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 897 | /************************************************************************** |
| 898 | * |
| 899 | * Port handling |
| 900 | * |
| 901 | **************************************************************************/ |
| 902 | |
| 903 | /* This ensures that the kernel is kept informed (via |
| 904 | * netif_carrier_on/off) of the link status, and also maintains the |
| 905 | * link status's stop on the port's TX queue. |
| 906 | */ |
Steve Hodgson | fdaa9ae | 2009-11-28 05:34:05 +0000 | [diff] [blame] | 907 | void efx_link_status_changed(struct efx_nic *efx) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 908 | { |
Ben Hutchings | eb50c0d | 2009-11-23 16:06:30 +0000 | [diff] [blame] | 909 | struct efx_link_state *link_state = &efx->link_state; |
| 910 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 911 | /* SFC Bug 5356: A net_dev notifier is registered, so we must ensure |
| 912 | * that no events are triggered between unregister_netdev() and the |
| 913 | * driver unloading. A more general condition is that NETDEV_CHANGE |
| 914 | * can only be generated between NETDEV_UP and NETDEV_DOWN */ |
| 915 | if (!netif_running(efx->net_dev)) |
| 916 | return; |
| 917 | |
Ben Hutchings | eb50c0d | 2009-11-23 16:06:30 +0000 | [diff] [blame] | 918 | if (link_state->up != netif_carrier_ok(efx->net_dev)) { |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 919 | efx->n_link_state_changes++; |
| 920 | |
Ben Hutchings | eb50c0d | 2009-11-23 16:06:30 +0000 | [diff] [blame] | 921 | if (link_state->up) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 922 | netif_carrier_on(efx->net_dev); |
| 923 | else |
| 924 | netif_carrier_off(efx->net_dev); |
| 925 | } |
| 926 | |
| 927 | /* Status message for kernel log */ |
Ben Hutchings | 2aa9ef1 | 2012-01-09 19:53:41 +0000 | [diff] [blame] | 928 | if (link_state->up) |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 929 | netif_info(efx, link, efx->net_dev, |
Ben Hutchings | 964e613 | 2012-11-19 23:08:22 +0000 | [diff] [blame] | 930 | "link up at %uMbps %s-duplex (MTU %d)\n", |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 931 | link_state->speed, link_state->fd ? "full" : "half", |
Ben Hutchings | 964e613 | 2012-11-19 23:08:22 +0000 | [diff] [blame] | 932 | efx->net_dev->mtu); |
Ben Hutchings | 2aa9ef1 | 2012-01-09 19:53:41 +0000 | [diff] [blame] | 933 | else |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 934 | netif_info(efx, link, efx->net_dev, "link down\n"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 935 | } |
| 936 | |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 937 | void efx_link_set_advertising(struct efx_nic *efx, u32 advertising) |
| 938 | { |
| 939 | efx->link_advertising = advertising; |
| 940 | if (advertising) { |
| 941 | if (advertising & ADVERTISED_Pause) |
| 942 | efx->wanted_fc |= (EFX_FC_TX | EFX_FC_RX); |
| 943 | else |
| 944 | efx->wanted_fc &= ~(EFX_FC_TX | EFX_FC_RX); |
| 945 | if (advertising & ADVERTISED_Asym_Pause) |
| 946 | efx->wanted_fc ^= EFX_FC_TX; |
| 947 | } |
| 948 | } |
| 949 | |
David S. Miller | b5626946 | 2011-05-17 17:53:22 -0400 | [diff] [blame] | 950 | void efx_link_set_wanted_fc(struct efx_nic *efx, u8 wanted_fc) |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 951 | { |
| 952 | efx->wanted_fc = wanted_fc; |
| 953 | if (efx->link_advertising) { |
| 954 | if (wanted_fc & EFX_FC_RX) |
| 955 | efx->link_advertising |= (ADVERTISED_Pause | |
| 956 | ADVERTISED_Asym_Pause); |
| 957 | else |
| 958 | efx->link_advertising &= ~(ADVERTISED_Pause | |
| 959 | ADVERTISED_Asym_Pause); |
| 960 | if (wanted_fc & EFX_FC_TX) |
| 961 | efx->link_advertising ^= ADVERTISED_Asym_Pause; |
| 962 | } |
| 963 | } |
| 964 | |
Ben Hutchings | 115122a | 2009-03-04 09:52:52 +0000 | [diff] [blame] | 965 | static void efx_fini_port(struct efx_nic *efx); |
| 966 | |
Edward Cree | 0d32241 | 2015-05-20 11:10:03 +0100 | [diff] [blame] | 967 | /* We assume that efx->type->reconfigure_mac will always try to sync RX |
| 968 | * filters and therefore needs to read-lock the filter table against freeing |
| 969 | */ |
| 970 | void efx_mac_reconfigure(struct efx_nic *efx) |
| 971 | { |
| 972 | down_read(&efx->filter_sem); |
| 973 | efx->type->reconfigure_mac(efx); |
| 974 | up_read(&efx->filter_sem); |
| 975 | } |
| 976 | |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 977 | /* Push loopback/power/transmit disable settings to the PHY, and reconfigure |
| 978 | * the MAC appropriately. All other PHY configuration changes are pushed |
| 979 | * through phy_op->set_settings(), and pushed asynchronously to the MAC |
| 980 | * through efx_monitor(). |
| 981 | * |
| 982 | * Callers must hold the mac_lock |
| 983 | */ |
| 984 | int __efx_reconfigure_port(struct efx_nic *efx) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 985 | { |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 986 | enum efx_phy_mode phy_mode; |
| 987 | int rc; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 988 | |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 989 | WARN_ON(!mutex_is_locked(&efx->mac_lock)); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 990 | |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 991 | /* Disable PHY transmit in mac level loopbacks */ |
| 992 | phy_mode = efx->phy_mode; |
Ben Hutchings | 177dfcd | 2008-12-12 21:50:08 -0800 | [diff] [blame] | 993 | if (LOOPBACK_INTERNAL(efx)) |
| 994 | efx->phy_mode |= PHY_MODE_TX_DISABLED; |
| 995 | else |
| 996 | efx->phy_mode &= ~PHY_MODE_TX_DISABLED; |
Ben Hutchings | 177dfcd | 2008-12-12 21:50:08 -0800 | [diff] [blame] | 997 | |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 998 | rc = efx->type->reconfigure_port(efx); |
Ben Hutchings | 177dfcd | 2008-12-12 21:50:08 -0800 | [diff] [blame] | 999 | |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 1000 | if (rc) |
| 1001 | efx->phy_mode = phy_mode; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1002 | |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 1003 | return rc; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1004 | } |
| 1005 | |
| 1006 | /* Reinitialise the MAC to pick up new PHY settings, even if the port is |
| 1007 | * disabled. */ |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 1008 | int efx_reconfigure_port(struct efx_nic *efx) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1009 | { |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 1010 | int rc; |
| 1011 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1012 | EFX_ASSERT_RESET_SERIALISED(efx); |
| 1013 | |
| 1014 | mutex_lock(&efx->mac_lock); |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 1015 | rc = __efx_reconfigure_port(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1016 | mutex_unlock(&efx->mac_lock); |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 1017 | |
| 1018 | return rc; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1019 | } |
| 1020 | |
Ben Hutchings | 8be4f3e | 2009-11-25 16:12:16 +0000 | [diff] [blame] | 1021 | /* Asynchronous work item for changing MAC promiscuity and multicast |
| 1022 | * hash. Avoid a drain/rx_ingress enable by reconfiguring the current |
| 1023 | * MAC directly. */ |
Ben Hutchings | 766ca0f | 2008-12-12 21:59:24 -0800 | [diff] [blame] | 1024 | static void efx_mac_work(struct work_struct *data) |
| 1025 | { |
| 1026 | struct efx_nic *efx = container_of(data, struct efx_nic, mac_work); |
| 1027 | |
| 1028 | mutex_lock(&efx->mac_lock); |
Ben Hutchings | 30b81cd | 2011-09-13 19:47:48 +0100 | [diff] [blame] | 1029 | if (efx->port_enabled) |
Edward Cree | 0d32241 | 2015-05-20 11:10:03 +0100 | [diff] [blame] | 1030 | efx_mac_reconfigure(efx); |
Ben Hutchings | 766ca0f | 2008-12-12 21:59:24 -0800 | [diff] [blame] | 1031 | mutex_unlock(&efx->mac_lock); |
| 1032 | } |
| 1033 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1034 | static int efx_probe_port(struct efx_nic *efx) |
| 1035 | { |
| 1036 | int rc; |
| 1037 | |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1038 | netif_dbg(efx, probe, efx->net_dev, "create port\n"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1039 | |
Steve Hodgson | ff3b00a | 2009-12-23 13:46:36 +0000 | [diff] [blame] | 1040 | if (phy_flash_cfg) |
| 1041 | efx->phy_mode = PHY_MODE_SPECIAL; |
| 1042 | |
Ben Hutchings | ef2b90e | 2009-11-29 03:42:31 +0000 | [diff] [blame] | 1043 | /* Connect up MAC/PHY operations table */ |
| 1044 | rc = efx->type->probe_port(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1045 | if (rc) |
Ben Hutchings | e42de26 | 2010-09-10 06:41:19 +0000 | [diff] [blame] | 1046 | return rc; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1047 | |
Ben Hutchings | e332bcb | 2011-12-20 01:22:51 +0000 | [diff] [blame] | 1048 | /* Initialise MAC address to permanent address */ |
Edward Cree | cd84ff4 | 2014-03-07 18:27:41 +0000 | [diff] [blame] | 1049 | ether_addr_copy(efx->net_dev->dev_addr, efx->net_dev->perm_addr); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1050 | |
| 1051 | return 0; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1052 | } |
| 1053 | |
| 1054 | static int efx_init_port(struct efx_nic *efx) |
| 1055 | { |
| 1056 | int rc; |
| 1057 | |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1058 | netif_dbg(efx, drv, efx->net_dev, "init port\n"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1059 | |
Ben Hutchings | 1dfc5ce | 2009-11-25 16:11:19 +0000 | [diff] [blame] | 1060 | mutex_lock(&efx->mac_lock); |
| 1061 | |
Ben Hutchings | 177dfcd | 2008-12-12 21:50:08 -0800 | [diff] [blame] | 1062 | rc = efx->phy_op->init(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1063 | if (rc) |
Ben Hutchings | 1dfc5ce | 2009-11-25 16:11:19 +0000 | [diff] [blame] | 1064 | goto fail1; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1065 | |
Ben Hutchings | dc8cfa5 | 2008-09-01 12:46:50 +0100 | [diff] [blame] | 1066 | efx->port_initialized = true; |
Ben Hutchings | 1dfc5ce | 2009-11-25 16:11:19 +0000 | [diff] [blame] | 1067 | |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 1068 | /* Reconfigure the MAC before creating dma queues (required for |
| 1069 | * Falcon/A1 where RX_INGR_EN/TX_DRAIN_EN isn't supported) */ |
Edward Cree | 0d32241 | 2015-05-20 11:10:03 +0100 | [diff] [blame] | 1070 | efx_mac_reconfigure(efx); |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 1071 | |
| 1072 | /* Ensure the PHY advertises the correct flow control settings */ |
| 1073 | rc = efx->phy_op->reconfigure(efx); |
Edward Cree | 267d9d7 | 2015-05-06 00:59:18 +0100 | [diff] [blame] | 1074 | if (rc && rc != -EPERM) |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 1075 | goto fail2; |
| 1076 | |
Ben Hutchings | 1dfc5ce | 2009-11-25 16:11:19 +0000 | [diff] [blame] | 1077 | mutex_unlock(&efx->mac_lock); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1078 | return 0; |
Ben Hutchings | 177dfcd | 2008-12-12 21:50:08 -0800 | [diff] [blame] | 1079 | |
Ben Hutchings | 1dfc5ce | 2009-11-25 16:11:19 +0000 | [diff] [blame] | 1080 | fail2: |
Ben Hutchings | 177dfcd | 2008-12-12 21:50:08 -0800 | [diff] [blame] | 1081 | efx->phy_op->fini(efx); |
Ben Hutchings | 1dfc5ce | 2009-11-25 16:11:19 +0000 | [diff] [blame] | 1082 | fail1: |
| 1083 | mutex_unlock(&efx->mac_lock); |
Ben Hutchings | 177dfcd | 2008-12-12 21:50:08 -0800 | [diff] [blame] | 1084 | return rc; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1085 | } |
| 1086 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1087 | static void efx_start_port(struct efx_nic *efx) |
| 1088 | { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1089 | netif_dbg(efx, ifup, efx->net_dev, "start port\n"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1090 | BUG_ON(efx->port_enabled); |
| 1091 | |
| 1092 | mutex_lock(&efx->mac_lock); |
Ben Hutchings | dc8cfa5 | 2008-09-01 12:46:50 +0100 | [diff] [blame] | 1093 | efx->port_enabled = true; |
Ben Hutchings | 8be4f3e | 2009-11-25 16:12:16 +0000 | [diff] [blame] | 1094 | |
Ben Hutchings | d615c03 | 2013-10-08 17:33:20 +0100 | [diff] [blame] | 1095 | /* Ensure MAC ingress/egress is enabled */ |
Edward Cree | 0d32241 | 2015-05-20 11:10:03 +0100 | [diff] [blame] | 1096 | efx_mac_reconfigure(efx); |
Ben Hutchings | 8be4f3e | 2009-11-25 16:12:16 +0000 | [diff] [blame] | 1097 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1098 | mutex_unlock(&efx->mac_lock); |
| 1099 | } |
| 1100 | |
Ben Hutchings | d615c03 | 2013-10-08 17:33:20 +0100 | [diff] [blame] | 1101 | /* Cancel work for MAC reconfiguration, periodic hardware monitoring |
| 1102 | * and the async self-test, wait for them to finish and prevent them |
| 1103 | * being scheduled again. This doesn't cover online resets, which |
| 1104 | * should only be cancelled when removing the device. |
| 1105 | */ |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1106 | static void efx_stop_port(struct efx_nic *efx) |
| 1107 | { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1108 | netif_dbg(efx, ifdown, efx->net_dev, "stop port\n"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1109 | |
Ben Hutchings | d615c03 | 2013-10-08 17:33:20 +0100 | [diff] [blame] | 1110 | EFX_ASSERT_RESET_SERIALISED(efx); |
| 1111 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1112 | mutex_lock(&efx->mac_lock); |
Ben Hutchings | dc8cfa5 | 2008-09-01 12:46:50 +0100 | [diff] [blame] | 1113 | efx->port_enabled = false; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1114 | mutex_unlock(&efx->mac_lock); |
| 1115 | |
| 1116 | /* Serialise against efx_set_multicast_list() */ |
Ben Hutchings | 73ba7b6 | 2012-01-09 19:47:08 +0000 | [diff] [blame] | 1117 | netif_addr_lock_bh(efx->net_dev); |
| 1118 | netif_addr_unlock_bh(efx->net_dev); |
Ben Hutchings | d615c03 | 2013-10-08 17:33:20 +0100 | [diff] [blame] | 1119 | |
| 1120 | cancel_delayed_work_sync(&efx->monitor_work); |
| 1121 | efx_selftest_async_cancel(efx); |
| 1122 | cancel_work_sync(&efx->mac_work); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1123 | } |
| 1124 | |
| 1125 | static void efx_fini_port(struct efx_nic *efx) |
| 1126 | { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1127 | netif_dbg(efx, drv, efx->net_dev, "shut down port\n"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1128 | |
| 1129 | if (!efx->port_initialized) |
| 1130 | return; |
| 1131 | |
Ben Hutchings | 177dfcd | 2008-12-12 21:50:08 -0800 | [diff] [blame] | 1132 | efx->phy_op->fini(efx); |
Ben Hutchings | dc8cfa5 | 2008-09-01 12:46:50 +0100 | [diff] [blame] | 1133 | efx->port_initialized = false; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1134 | |
Ben Hutchings | eb50c0d | 2009-11-23 16:06:30 +0000 | [diff] [blame] | 1135 | efx->link_state.up = false; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1136 | efx_link_status_changed(efx); |
| 1137 | } |
| 1138 | |
| 1139 | static void efx_remove_port(struct efx_nic *efx) |
| 1140 | { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1141 | netif_dbg(efx, drv, efx->net_dev, "destroying port\n"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1142 | |
Ben Hutchings | ef2b90e | 2009-11-29 03:42:31 +0000 | [diff] [blame] | 1143 | efx->type->remove_port(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1144 | } |
| 1145 | |
| 1146 | /************************************************************************** |
| 1147 | * |
| 1148 | * NIC handling |
| 1149 | * |
| 1150 | **************************************************************************/ |
| 1151 | |
Ben Hutchings | 0bcf4a6 | 2013-10-18 19:21:45 +0100 | [diff] [blame] | 1152 | static LIST_HEAD(efx_primary_list); |
| 1153 | static LIST_HEAD(efx_unassociated_list); |
| 1154 | |
| 1155 | static bool efx_same_controller(struct efx_nic *left, struct efx_nic *right) |
| 1156 | { |
| 1157 | return left->type == right->type && |
| 1158 | left->vpd_sn && right->vpd_sn && |
| 1159 | !strcmp(left->vpd_sn, right->vpd_sn); |
| 1160 | } |
| 1161 | |
| 1162 | static void efx_associate(struct efx_nic *efx) |
| 1163 | { |
| 1164 | struct efx_nic *other, *next; |
| 1165 | |
| 1166 | if (efx->primary == efx) { |
| 1167 | /* Adding primary function; look for secondaries */ |
| 1168 | |
| 1169 | netif_dbg(efx, probe, efx->net_dev, "adding to primary list\n"); |
| 1170 | list_add_tail(&efx->node, &efx_primary_list); |
| 1171 | |
| 1172 | list_for_each_entry_safe(other, next, &efx_unassociated_list, |
| 1173 | node) { |
| 1174 | if (efx_same_controller(efx, other)) { |
| 1175 | list_del(&other->node); |
| 1176 | netif_dbg(other, probe, other->net_dev, |
| 1177 | "moving to secondary list of %s %s\n", |
| 1178 | pci_name(efx->pci_dev), |
| 1179 | efx->net_dev->name); |
| 1180 | list_add_tail(&other->node, |
| 1181 | &efx->secondary_list); |
| 1182 | other->primary = efx; |
| 1183 | } |
| 1184 | } |
| 1185 | } else { |
| 1186 | /* Adding secondary function; look for primary */ |
| 1187 | |
| 1188 | list_for_each_entry(other, &efx_primary_list, node) { |
| 1189 | if (efx_same_controller(efx, other)) { |
| 1190 | netif_dbg(efx, probe, efx->net_dev, |
| 1191 | "adding to secondary list of %s %s\n", |
| 1192 | pci_name(other->pci_dev), |
| 1193 | other->net_dev->name); |
| 1194 | list_add_tail(&efx->node, |
| 1195 | &other->secondary_list); |
| 1196 | efx->primary = other; |
| 1197 | return; |
| 1198 | } |
| 1199 | } |
| 1200 | |
| 1201 | netif_dbg(efx, probe, efx->net_dev, |
| 1202 | "adding to unassociated list\n"); |
| 1203 | list_add_tail(&efx->node, &efx_unassociated_list); |
| 1204 | } |
| 1205 | } |
| 1206 | |
| 1207 | static void efx_dissociate(struct efx_nic *efx) |
| 1208 | { |
| 1209 | struct efx_nic *other, *next; |
| 1210 | |
| 1211 | list_del(&efx->node); |
| 1212 | efx->primary = NULL; |
| 1213 | |
| 1214 | list_for_each_entry_safe(other, next, &efx->secondary_list, node) { |
| 1215 | list_del(&other->node); |
| 1216 | netif_dbg(other, probe, other->net_dev, |
| 1217 | "moving to unassociated list\n"); |
| 1218 | list_add_tail(&other->node, &efx_unassociated_list); |
| 1219 | other->primary = NULL; |
| 1220 | } |
| 1221 | } |
| 1222 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1223 | /* This configures the PCI device to enable I/O and DMA. */ |
| 1224 | static int efx_init_io(struct efx_nic *efx) |
| 1225 | { |
| 1226 | struct pci_dev *pci_dev = efx->pci_dev; |
| 1227 | dma_addr_t dma_mask = efx->type->max_dma_mask; |
Ben Hutchings | b105798 | 2012-09-19 00:56:47 +0100 | [diff] [blame] | 1228 | unsigned int mem_map_size = efx->type->mem_map_size(efx); |
Shradha Shah | 02246a7 | 2015-05-06 00:58:14 +0100 | [diff] [blame] | 1229 | int rc, bar; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1230 | |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1231 | netif_dbg(efx, probe, efx->net_dev, "initialising I/O\n"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1232 | |
Shradha Shah | 02246a7 | 2015-05-06 00:58:14 +0100 | [diff] [blame] | 1233 | bar = efx->type->mem_bar; |
| 1234 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1235 | rc = pci_enable_device(pci_dev); |
| 1236 | if (rc) { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1237 | netif_err(efx, probe, efx->net_dev, |
| 1238 | "failed to enable PCI device\n"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1239 | goto fail1; |
| 1240 | } |
| 1241 | |
| 1242 | pci_set_master(pci_dev); |
| 1243 | |
| 1244 | /* Set the PCI DMA mask. Try all possibilities from our |
| 1245 | * genuine mask down to 32 bits, because some architectures |
| 1246 | * (e.g. x86_64 with iommu_sac_force set) will allow 40 bit |
| 1247 | * masks event though they reject 46 bit masks. |
| 1248 | */ |
| 1249 | while (dma_mask > 0x7fffffffUL) { |
Christoph Hellwig | 8722b8f | 2015-11-10 14:45:42 -0800 | [diff] [blame] | 1250 | rc = dma_set_mask_and_coherent(&pci_dev->dev, dma_mask); |
| 1251 | if (rc == 0) |
| 1252 | break; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1253 | dma_mask >>= 1; |
| 1254 | } |
| 1255 | if (rc) { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1256 | netif_err(efx, probe, efx->net_dev, |
| 1257 | "could not find a suitable DMA mask\n"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1258 | goto fail2; |
| 1259 | } |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1260 | netif_dbg(efx, probe, efx->net_dev, |
| 1261 | "using DMA mask %llx\n", (unsigned long long) dma_mask); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1262 | |
Shradha Shah | 02246a7 | 2015-05-06 00:58:14 +0100 | [diff] [blame] | 1263 | efx->membase_phys = pci_resource_start(efx->pci_dev, bar); |
| 1264 | rc = pci_request_region(pci_dev, bar, "sfc"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1265 | if (rc) { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1266 | netif_err(efx, probe, efx->net_dev, |
| 1267 | "request for memory BAR failed\n"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1268 | rc = -EIO; |
| 1269 | goto fail3; |
| 1270 | } |
Ben Hutchings | b105798 | 2012-09-19 00:56:47 +0100 | [diff] [blame] | 1271 | efx->membase = ioremap_nocache(efx->membase_phys, mem_map_size); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1272 | if (!efx->membase) { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1273 | netif_err(efx, probe, efx->net_dev, |
| 1274 | "could not map memory BAR at %llx+%x\n", |
Ben Hutchings | b105798 | 2012-09-19 00:56:47 +0100 | [diff] [blame] | 1275 | (unsigned long long)efx->membase_phys, mem_map_size); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1276 | rc = -ENOMEM; |
| 1277 | goto fail4; |
| 1278 | } |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1279 | netif_dbg(efx, probe, efx->net_dev, |
| 1280 | "memory BAR at %llx+%x (virtual %p)\n", |
Ben Hutchings | b105798 | 2012-09-19 00:56:47 +0100 | [diff] [blame] | 1281 | (unsigned long long)efx->membase_phys, mem_map_size, |
| 1282 | efx->membase); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1283 | |
| 1284 | return 0; |
| 1285 | |
| 1286 | fail4: |
Shradha Shah | 02246a7 | 2015-05-06 00:58:14 +0100 | [diff] [blame] | 1287 | pci_release_region(efx->pci_dev, bar); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1288 | fail3: |
Ben Hutchings | 2c118e0 | 2008-05-16 21:15:29 +0100 | [diff] [blame] | 1289 | efx->membase_phys = 0; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1290 | fail2: |
| 1291 | pci_disable_device(efx->pci_dev); |
| 1292 | fail1: |
| 1293 | return rc; |
| 1294 | } |
| 1295 | |
| 1296 | static void efx_fini_io(struct efx_nic *efx) |
| 1297 | { |
Shradha Shah | 02246a7 | 2015-05-06 00:58:14 +0100 | [diff] [blame] | 1298 | int bar; |
| 1299 | |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1300 | netif_dbg(efx, drv, efx->net_dev, "shutting down I/O\n"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1301 | |
| 1302 | if (efx->membase) { |
| 1303 | iounmap(efx->membase); |
| 1304 | efx->membase = NULL; |
| 1305 | } |
| 1306 | |
| 1307 | if (efx->membase_phys) { |
Shradha Shah | 02246a7 | 2015-05-06 00:58:14 +0100 | [diff] [blame] | 1308 | bar = efx->type->mem_bar; |
| 1309 | pci_release_region(efx->pci_dev, bar); |
Ben Hutchings | 2c118e0 | 2008-05-16 21:15:29 +0100 | [diff] [blame] | 1310 | efx->membase_phys = 0; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1311 | } |
| 1312 | |
Daniel Pieczko | 6598dad | 2015-06-02 11:41:00 +0100 | [diff] [blame] | 1313 | /* Don't disable bus-mastering if VFs are assigned */ |
| 1314 | if (!pci_vfs_assigned(efx->pci_dev)) |
| 1315 | pci_disable_device(efx->pci_dev); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1316 | } |
| 1317 | |
Jon Cooper | 267c015 | 2015-05-06 00:59:38 +0100 | [diff] [blame] | 1318 | void efx_set_default_rx_indir_table(struct efx_nic *efx) |
| 1319 | { |
| 1320 | size_t i; |
| 1321 | |
| 1322 | for (i = 0; i < ARRAY_SIZE(efx->rx_indir_table); i++) |
| 1323 | efx->rx_indir_table[i] = |
| 1324 | ethtool_rxfh_indir_default(i, efx->rss_spread); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1325 | } |
| 1326 | |
Ben Hutchings | a9a52506 | 2012-02-14 20:15:57 +0000 | [diff] [blame] | 1327 | static unsigned int efx_wanted_parallelism(struct efx_nic *efx) |
Ben Hutchings | 46123d0 | 2008-09-01 12:47:33 +0100 | [diff] [blame] | 1328 | { |
Ben Hutchings | cdb08f8 | 2011-12-20 01:08:05 +0000 | [diff] [blame] | 1329 | cpumask_var_t thread_mask; |
Ben Hutchings | a16e5b2 | 2012-02-14 00:40:12 +0000 | [diff] [blame] | 1330 | unsigned int count; |
Ben Hutchings | 46123d0 | 2008-09-01 12:47:33 +0100 | [diff] [blame] | 1331 | int cpu; |
| 1332 | |
Ben Hutchings | cd2d5b5 | 2012-02-14 00:48:07 +0000 | [diff] [blame] | 1333 | if (rss_cpus) { |
| 1334 | count = rss_cpus; |
| 1335 | } else { |
| 1336 | if (unlikely(!zalloc_cpumask_var(&thread_mask, GFP_KERNEL))) { |
| 1337 | netif_warn(efx, probe, efx->net_dev, |
| 1338 | "RSS disabled due to allocation failure\n"); |
| 1339 | return 1; |
Ben Hutchings | 46123d0 | 2008-09-01 12:47:33 +0100 | [diff] [blame] | 1340 | } |
Ben Hutchings | cd2d5b5 | 2012-02-14 00:48:07 +0000 | [diff] [blame] | 1341 | |
| 1342 | count = 0; |
| 1343 | for_each_online_cpu(cpu) { |
| 1344 | if (!cpumask_test_cpu(cpu, thread_mask)) { |
| 1345 | ++count; |
| 1346 | cpumask_or(thread_mask, thread_mask, |
Bartosz Golaszewski | 06931e6 | 2015-05-26 15:11:28 +0200 | [diff] [blame] | 1347 | topology_sibling_cpumask(cpu)); |
Ben Hutchings | cd2d5b5 | 2012-02-14 00:48:07 +0000 | [diff] [blame] | 1348 | } |
| 1349 | } |
| 1350 | |
| 1351 | free_cpumask_var(thread_mask); |
Ben Hutchings | 46123d0 | 2008-09-01 12:47:33 +0100 | [diff] [blame] | 1352 | } |
| 1353 | |
Ben Hutchings | cd2d5b5 | 2012-02-14 00:48:07 +0000 | [diff] [blame] | 1354 | /* If RSS is requested for the PF *and* VFs then we can't write RSS |
| 1355 | * table entries that are inaccessible to VFs |
| 1356 | */ |
Shradha Shah | 7fa8d54 | 2015-05-06 00:55:13 +0100 | [diff] [blame] | 1357 | #ifdef CONFIG_SFC_SRIOV |
| 1358 | if (efx->type->sriov_wanted) { |
| 1359 | if (efx->type->sriov_wanted(efx) && efx_vf_size(efx) > 1 && |
| 1360 | count > efx_vf_size(efx)) { |
| 1361 | netif_warn(efx, probe, efx->net_dev, |
| 1362 | "Reducing number of RSS channels from %u to %u for " |
| 1363 | "VF support. Increase vf-msix-limit to use more " |
| 1364 | "channels on the PF.\n", |
| 1365 | count, efx_vf_size(efx)); |
| 1366 | count = efx_vf_size(efx); |
| 1367 | } |
Ben Hutchings | cd2d5b5 | 2012-02-14 00:48:07 +0000 | [diff] [blame] | 1368 | } |
Shradha Shah | 7fa8d54 | 2015-05-06 00:55:13 +0100 | [diff] [blame] | 1369 | #endif |
Ben Hutchings | cd2d5b5 | 2012-02-14 00:48:07 +0000 | [diff] [blame] | 1370 | |
Ben Hutchings | 46123d0 | 2008-09-01 12:47:33 +0100 | [diff] [blame] | 1371 | return count; |
| 1372 | } |
| 1373 | |
| 1374 | /* Probe the number and type of interrupts we are able to obtain, and |
| 1375 | * the resulting numbers of channels and RX queues. |
| 1376 | */ |
Ben Hutchings | 64d8ad6 | 2011-01-05 00:50:41 +0000 | [diff] [blame] | 1377 | static int efx_probe_interrupts(struct efx_nic *efx) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1378 | { |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 1379 | unsigned int extra_channels = 0; |
| 1380 | unsigned int i, j; |
Ben Hutchings | a16e5b2 | 2012-02-14 00:40:12 +0000 | [diff] [blame] | 1381 | int rc; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1382 | |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 1383 | for (i = 0; i < EFX_MAX_EXTRA_CHANNELS; i++) |
| 1384 | if (efx->extra_channel_type[i]) |
| 1385 | ++extra_channels; |
| 1386 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1387 | if (efx->interrupt_mode == EFX_INT_MODE_MSIX) { |
Ben Hutchings | 46123d0 | 2008-09-01 12:47:33 +0100 | [diff] [blame] | 1388 | struct msix_entry xentries[EFX_MAX_CHANNELS]; |
Ben Hutchings | a16e5b2 | 2012-02-14 00:40:12 +0000 | [diff] [blame] | 1389 | unsigned int n_channels; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1390 | |
Ben Hutchings | a9a52506 | 2012-02-14 20:15:57 +0000 | [diff] [blame] | 1391 | n_channels = efx_wanted_parallelism(efx); |
Shradha Shah | b0fbdae | 2015-08-28 10:55:42 +0100 | [diff] [blame] | 1392 | if (efx_separate_tx_channels) |
Ben Hutchings | a4900ac | 2010-04-28 09:30:43 +0000 | [diff] [blame] | 1393 | n_channels *= 2; |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 1394 | n_channels += extra_channels; |
Ben Hutchings | b105798 | 2012-09-19 00:56:47 +0100 | [diff] [blame] | 1395 | n_channels = min(n_channels, efx->max_channels); |
Ben Hutchings | aa6ef27 | 2008-07-18 19:03:10 +0100 | [diff] [blame] | 1396 | |
Ben Hutchings | a4900ac | 2010-04-28 09:30:43 +0000 | [diff] [blame] | 1397 | for (i = 0; i < n_channels; i++) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1398 | xentries[i].entry = i; |
Alexander Gordeev | 184603d | 2014-02-18 11:12:00 +0100 | [diff] [blame] | 1399 | rc = pci_enable_msix_range(efx->pci_dev, |
| 1400 | xentries, 1, n_channels); |
| 1401 | if (rc < 0) { |
| 1402 | /* Fall back to single channel MSI */ |
| 1403 | efx->interrupt_mode = EFX_INT_MODE_MSI; |
| 1404 | netif_err(efx, drv, efx->net_dev, |
| 1405 | "could not enable MSI-X\n"); |
| 1406 | } else if (rc < n_channels) { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1407 | netif_err(efx, drv, efx->net_dev, |
| 1408 | "WARNING: Insufficient MSI-X vectors" |
Ben Hutchings | a16e5b2 | 2012-02-14 00:40:12 +0000 | [diff] [blame] | 1409 | " available (%d < %u).\n", rc, n_channels); |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1410 | netif_err(efx, drv, efx->net_dev, |
| 1411 | "WARNING: Performance may be reduced.\n"); |
Ben Hutchings | a4900ac | 2010-04-28 09:30:43 +0000 | [diff] [blame] | 1412 | n_channels = rc; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1413 | } |
| 1414 | |
Alexander Gordeev | 184603d | 2014-02-18 11:12:00 +0100 | [diff] [blame] | 1415 | if (rc > 0) { |
Ben Hutchings | a4900ac | 2010-04-28 09:30:43 +0000 | [diff] [blame] | 1416 | efx->n_channels = n_channels; |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 1417 | if (n_channels > extra_channels) |
| 1418 | n_channels -= extra_channels; |
Shradha Shah | b0fbdae | 2015-08-28 10:55:42 +0100 | [diff] [blame] | 1419 | if (efx_separate_tx_channels) { |
| 1420 | efx->n_tx_channels = min(max(n_channels / 2, |
| 1421 | 1U), |
| 1422 | efx->max_tx_channels); |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 1423 | efx->n_rx_channels = max(n_channels - |
| 1424 | efx->n_tx_channels, |
| 1425 | 1U); |
Ben Hutchings | a4900ac | 2010-04-28 09:30:43 +0000 | [diff] [blame] | 1426 | } else { |
Shradha Shah | b0fbdae | 2015-08-28 10:55:42 +0100 | [diff] [blame] | 1427 | efx->n_tx_channels = min(n_channels, |
| 1428 | efx->max_tx_channels); |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 1429 | efx->n_rx_channels = n_channels; |
Ben Hutchings | a4900ac | 2010-04-28 09:30:43 +0000 | [diff] [blame] | 1430 | } |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 1431 | for (i = 0; i < efx->n_channels; i++) |
Ben Hutchings | f7d12cd | 2010-09-10 06:41:47 +0000 | [diff] [blame] | 1432 | efx_get_channel(efx, i)->irq = |
| 1433 | xentries[i].vector; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1434 | } |
| 1435 | } |
| 1436 | |
| 1437 | /* Try single interrupt MSI */ |
| 1438 | if (efx->interrupt_mode == EFX_INT_MODE_MSI) { |
Neil Turton | 28b581a | 2008-12-12 21:41:06 -0800 | [diff] [blame] | 1439 | efx->n_channels = 1; |
Ben Hutchings | a4900ac | 2010-04-28 09:30:43 +0000 | [diff] [blame] | 1440 | efx->n_rx_channels = 1; |
| 1441 | efx->n_tx_channels = 1; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1442 | rc = pci_enable_msi(efx->pci_dev); |
| 1443 | if (rc == 0) { |
Ben Hutchings | f7d12cd | 2010-09-10 06:41:47 +0000 | [diff] [blame] | 1444 | efx_get_channel(efx, 0)->irq = efx->pci_dev->irq; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1445 | } else { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1446 | netif_err(efx, drv, efx->net_dev, |
| 1447 | "could not enable MSI\n"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1448 | efx->interrupt_mode = EFX_INT_MODE_LEGACY; |
| 1449 | } |
| 1450 | } |
| 1451 | |
| 1452 | /* Assume legacy interrupts */ |
| 1453 | if (efx->interrupt_mode == EFX_INT_MODE_LEGACY) { |
Shradha Shah | b0fbdae | 2015-08-28 10:55:42 +0100 | [diff] [blame] | 1454 | efx->n_channels = 1 + (efx_separate_tx_channels ? 1 : 0); |
Ben Hutchings | a4900ac | 2010-04-28 09:30:43 +0000 | [diff] [blame] | 1455 | efx->n_rx_channels = 1; |
| 1456 | efx->n_tx_channels = 1; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1457 | efx->legacy_irq = efx->pci_dev->irq; |
| 1458 | } |
Ben Hutchings | 64d8ad6 | 2011-01-05 00:50:41 +0000 | [diff] [blame] | 1459 | |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 1460 | /* Assign extra channels if possible */ |
| 1461 | j = efx->n_channels; |
| 1462 | for (i = 0; i < EFX_MAX_EXTRA_CHANNELS; i++) { |
| 1463 | if (!efx->extra_channel_type[i]) |
| 1464 | continue; |
| 1465 | if (efx->interrupt_mode != EFX_INT_MODE_MSIX || |
| 1466 | efx->n_channels <= extra_channels) { |
| 1467 | efx->extra_channel_type[i]->handle_no_channel(efx); |
| 1468 | } else { |
| 1469 | --j; |
| 1470 | efx_get_channel(efx, j)->type = |
| 1471 | efx->extra_channel_type[i]; |
| 1472 | } |
| 1473 | } |
| 1474 | |
Ben Hutchings | cd2d5b5 | 2012-02-14 00:48:07 +0000 | [diff] [blame] | 1475 | /* RSS might be usable on VFs even if it is disabled on the PF */ |
Shradha Shah | 7fa8d54 | 2015-05-06 00:55:13 +0100 | [diff] [blame] | 1476 | #ifdef CONFIG_SFC_SRIOV |
| 1477 | if (efx->type->sriov_wanted) { |
| 1478 | efx->rss_spread = ((efx->n_rx_channels > 1 || |
| 1479 | !efx->type->sriov_wanted(efx)) ? |
| 1480 | efx->n_rx_channels : efx_vf_size(efx)); |
| 1481 | return 0; |
| 1482 | } |
| 1483 | #endif |
| 1484 | efx->rss_spread = efx->n_rx_channels; |
Ben Hutchings | cd2d5b5 | 2012-02-14 00:48:07 +0000 | [diff] [blame] | 1485 | |
Ben Hutchings | 64d8ad6 | 2011-01-05 00:50:41 +0000 | [diff] [blame] | 1486 | return 0; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1487 | } |
| 1488 | |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 1489 | static int efx_soft_enable_interrupts(struct efx_nic *efx) |
Ben Hutchings | d829118 | 2012-10-05 23:35:41 +0100 | [diff] [blame] | 1490 | { |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 1491 | struct efx_channel *channel, *end_channel; |
| 1492 | int rc; |
Ben Hutchings | d829118 | 2012-10-05 23:35:41 +0100 | [diff] [blame] | 1493 | |
| 1494 | BUG_ON(efx->state == STATE_DISABLED); |
| 1495 | |
| 1496 | efx->irq_soft_enabled = true; |
| 1497 | smp_wmb(); |
| 1498 | |
| 1499 | efx_for_each_channel(channel, efx) { |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 1500 | if (!channel->type->keep_eventq) { |
| 1501 | rc = efx_init_eventq(channel); |
| 1502 | if (rc) |
| 1503 | goto fail; |
| 1504 | } |
Ben Hutchings | d829118 | 2012-10-05 23:35:41 +0100 | [diff] [blame] | 1505 | efx_start_eventq(channel); |
| 1506 | } |
| 1507 | |
| 1508 | efx_mcdi_mode_event(efx); |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 1509 | |
| 1510 | return 0; |
| 1511 | fail: |
| 1512 | end_channel = channel; |
| 1513 | efx_for_each_channel(channel, efx) { |
| 1514 | if (channel == end_channel) |
| 1515 | break; |
| 1516 | efx_stop_eventq(channel); |
| 1517 | if (!channel->type->keep_eventq) |
| 1518 | efx_fini_eventq(channel); |
| 1519 | } |
| 1520 | |
| 1521 | return rc; |
Ben Hutchings | d829118 | 2012-10-05 23:35:41 +0100 | [diff] [blame] | 1522 | } |
| 1523 | |
| 1524 | static void efx_soft_disable_interrupts(struct efx_nic *efx) |
| 1525 | { |
| 1526 | struct efx_channel *channel; |
| 1527 | |
| 1528 | if (efx->state == STATE_DISABLED) |
| 1529 | return; |
| 1530 | |
| 1531 | efx_mcdi_mode_poll(efx); |
| 1532 | |
| 1533 | efx->irq_soft_enabled = false; |
| 1534 | smp_wmb(); |
| 1535 | |
| 1536 | if (efx->legacy_irq) |
| 1537 | synchronize_irq(efx->legacy_irq); |
| 1538 | |
| 1539 | efx_for_each_channel(channel, efx) { |
| 1540 | if (channel->irq) |
| 1541 | synchronize_irq(channel->irq); |
| 1542 | |
| 1543 | efx_stop_eventq(channel); |
| 1544 | if (!channel->type->keep_eventq) |
| 1545 | efx_fini_eventq(channel); |
| 1546 | } |
Ben Hutchings | cade715 | 2013-08-27 23:12:31 +0100 | [diff] [blame] | 1547 | |
| 1548 | /* Flush the asynchronous MCDI request queue */ |
| 1549 | efx_mcdi_flush_async(efx); |
Ben Hutchings | d829118 | 2012-10-05 23:35:41 +0100 | [diff] [blame] | 1550 | } |
| 1551 | |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 1552 | static int efx_enable_interrupts(struct efx_nic *efx) |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 1553 | { |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 1554 | struct efx_channel *channel, *end_channel; |
| 1555 | int rc; |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 1556 | |
Ben Hutchings | 8b7325b | 2012-07-27 20:46:41 +0100 | [diff] [blame] | 1557 | BUG_ON(efx->state == STATE_DISABLED); |
| 1558 | |
Alexandre Rames | b28405b | 2013-03-21 16:41:43 +0000 | [diff] [blame] | 1559 | if (efx->eeh_disabled_legacy_irq) { |
| 1560 | enable_irq(efx->legacy_irq); |
| 1561 | efx->eeh_disabled_legacy_irq = false; |
| 1562 | } |
Ben Hutchings | d829118 | 2012-10-05 23:35:41 +0100 | [diff] [blame] | 1563 | |
Ben Hutchings | 86094f7 | 2013-08-21 19:51:04 +0100 | [diff] [blame] | 1564 | efx->type->irq_enable_master(efx); |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 1565 | |
| 1566 | efx_for_each_channel(channel, efx) { |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 1567 | if (channel->type->keep_eventq) { |
| 1568 | rc = efx_init_eventq(channel); |
| 1569 | if (rc) |
| 1570 | goto fail; |
| 1571 | } |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 1572 | } |
| 1573 | |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 1574 | rc = efx_soft_enable_interrupts(efx); |
| 1575 | if (rc) |
| 1576 | goto fail; |
| 1577 | |
| 1578 | return 0; |
| 1579 | |
| 1580 | fail: |
| 1581 | end_channel = channel; |
| 1582 | efx_for_each_channel(channel, efx) { |
| 1583 | if (channel == end_channel) |
| 1584 | break; |
| 1585 | if (channel->type->keep_eventq) |
| 1586 | efx_fini_eventq(channel); |
| 1587 | } |
| 1588 | |
| 1589 | efx->type->irq_disable_non_ev(efx); |
| 1590 | |
| 1591 | return rc; |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 1592 | } |
| 1593 | |
Ben Hutchings | d829118 | 2012-10-05 23:35:41 +0100 | [diff] [blame] | 1594 | static void efx_disable_interrupts(struct efx_nic *efx) |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 1595 | { |
| 1596 | struct efx_channel *channel; |
| 1597 | |
Ben Hutchings | d829118 | 2012-10-05 23:35:41 +0100 | [diff] [blame] | 1598 | efx_soft_disable_interrupts(efx); |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 1599 | |
| 1600 | efx_for_each_channel(channel, efx) { |
Ben Hutchings | d829118 | 2012-10-05 23:35:41 +0100 | [diff] [blame] | 1601 | if (channel->type->keep_eventq) |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 1602 | efx_fini_eventq(channel); |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 1603 | } |
Ben Hutchings | d829118 | 2012-10-05 23:35:41 +0100 | [diff] [blame] | 1604 | |
Ben Hutchings | 86094f7 | 2013-08-21 19:51:04 +0100 | [diff] [blame] | 1605 | efx->type->irq_disable_non_ev(efx); |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 1606 | } |
| 1607 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1608 | static void efx_remove_interrupts(struct efx_nic *efx) |
| 1609 | { |
| 1610 | struct efx_channel *channel; |
| 1611 | |
| 1612 | /* Remove MSI/MSI-X interrupts */ |
Ben Hutchings | 64ee312 | 2008-09-01 12:47:38 +0100 | [diff] [blame] | 1613 | efx_for_each_channel(channel, efx) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1614 | channel->irq = 0; |
| 1615 | pci_disable_msi(efx->pci_dev); |
| 1616 | pci_disable_msix(efx->pci_dev); |
| 1617 | |
| 1618 | /* Remove legacy interrupt */ |
| 1619 | efx->legacy_irq = 0; |
| 1620 | } |
| 1621 | |
Ben Hutchings | 8831da7 | 2008-09-01 12:47:48 +0100 | [diff] [blame] | 1622 | static void efx_set_channels(struct efx_nic *efx) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1623 | { |
Ben Hutchings | 602a532 | 2011-05-16 17:32:39 +0100 | [diff] [blame] | 1624 | struct efx_channel *channel; |
| 1625 | struct efx_tx_queue *tx_queue; |
| 1626 | |
Ben Hutchings | 9765343 | 2011-01-12 18:26:56 +0000 | [diff] [blame] | 1627 | efx->tx_channel_offset = |
Shradha Shah | b0fbdae | 2015-08-28 10:55:42 +0100 | [diff] [blame] | 1628 | efx_separate_tx_channels ? |
| 1629 | efx->n_channels - efx->n_tx_channels : 0; |
Ben Hutchings | 602a532 | 2011-05-16 17:32:39 +0100 | [diff] [blame] | 1630 | |
Stuart Hodgson | 79d68b3 | 2012-07-16 17:08:33 +0100 | [diff] [blame] | 1631 | /* We need to mark which channels really have RX and TX |
| 1632 | * queues, and adjust the TX queue numbers if we have separate |
Ben Hutchings | 602a532 | 2011-05-16 17:32:39 +0100 | [diff] [blame] | 1633 | * RX-only and TX-only channels. |
| 1634 | */ |
| 1635 | efx_for_each_channel(channel, efx) { |
Stuart Hodgson | 79d68b3 | 2012-07-16 17:08:33 +0100 | [diff] [blame] | 1636 | if (channel->channel < efx->n_rx_channels) |
| 1637 | channel->rx_queue.core_index = channel->channel; |
| 1638 | else |
| 1639 | channel->rx_queue.core_index = -1; |
| 1640 | |
Ben Hutchings | 602a532 | 2011-05-16 17:32:39 +0100 | [diff] [blame] | 1641 | efx_for_each_channel_tx_queue(tx_queue, channel) |
| 1642 | tx_queue->queue -= (efx->tx_channel_offset * |
| 1643 | EFX_TXQ_TYPES); |
| 1644 | } |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1645 | } |
| 1646 | |
| 1647 | static int efx_probe_nic(struct efx_nic *efx) |
| 1648 | { |
| 1649 | int rc; |
| 1650 | |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1651 | netif_dbg(efx, probe, efx->net_dev, "creating NIC\n"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1652 | |
| 1653 | /* Carry out hardware-type specific initialisation */ |
Ben Hutchings | ef2b90e | 2009-11-29 03:42:31 +0000 | [diff] [blame] | 1654 | rc = efx->type->probe(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1655 | if (rc) |
| 1656 | return rc; |
| 1657 | |
Shradha Shah | b0fbdae | 2015-08-28 10:55:42 +0100 | [diff] [blame] | 1658 | do { |
| 1659 | if (!efx->max_channels || !efx->max_tx_channels) { |
| 1660 | netif_err(efx, drv, efx->net_dev, |
| 1661 | "Insufficient resources to allocate" |
| 1662 | " any channels\n"); |
| 1663 | rc = -ENOSPC; |
| 1664 | goto fail1; |
| 1665 | } |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1666 | |
Shradha Shah | b0fbdae | 2015-08-28 10:55:42 +0100 | [diff] [blame] | 1667 | /* Determine the number of channels and queues by trying |
| 1668 | * to hook in MSI-X interrupts. |
| 1669 | */ |
| 1670 | rc = efx_probe_interrupts(efx); |
| 1671 | if (rc) |
| 1672 | goto fail1; |
Daniel Pieczko | 52ad762 | 2014-04-01 13:10:34 +0100 | [diff] [blame] | 1673 | |
Shradha Shah | b0fbdae | 2015-08-28 10:55:42 +0100 | [diff] [blame] | 1674 | efx_set_channels(efx); |
| 1675 | |
| 1676 | /* dimension_resources can fail with EAGAIN */ |
| 1677 | rc = efx->type->dimension_resources(efx); |
| 1678 | if (rc != 0 && rc != -EAGAIN) |
| 1679 | goto fail2; |
| 1680 | |
| 1681 | if (rc == -EAGAIN) |
| 1682 | /* try again with new max_channels */ |
| 1683 | efx_remove_interrupts(efx); |
| 1684 | |
| 1685 | } while (rc == -EAGAIN); |
Ben Hutchings | 28e47c4 | 2012-02-15 01:58:49 +0000 | [diff] [blame] | 1686 | |
Ben Hutchings | 5d3a6fc | 2010-06-25 07:05:43 +0000 | [diff] [blame] | 1687 | if (efx->n_channels > 1) |
Jon Cooper | 267c015 | 2015-05-06 00:59:38 +0100 | [diff] [blame] | 1688 | netdev_rss_key_fill(&efx->rx_hash_key, |
| 1689 | sizeof(efx->rx_hash_key)); |
| 1690 | efx_set_default_rx_indir_table(efx); |
Ben Hutchings | 5d3a6fc | 2010-06-25 07:05:43 +0000 | [diff] [blame] | 1691 | |
Ben Hutchings | c4f4adc | 2010-09-27 08:31:07 +0000 | [diff] [blame] | 1692 | netif_set_real_num_tx_queues(efx->net_dev, efx->n_tx_channels); |
| 1693 | netif_set_real_num_rx_queues(efx->net_dev, efx->n_rx_channels); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1694 | |
| 1695 | /* Initialise the interrupt moderation settings */ |
Ben Hutchings | 9e393b3 | 2011-09-05 07:43:04 +0000 | [diff] [blame] | 1696 | efx_init_irq_moderation(efx, tx_irq_mod_usec, rx_irq_mod_usec, true, |
| 1697 | true); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1698 | |
| 1699 | return 0; |
Ben Hutchings | 64d8ad6 | 2011-01-05 00:50:41 +0000 | [diff] [blame] | 1700 | |
Ben Hutchings | c15eed2 | 2013-08-29 00:45:48 +0100 | [diff] [blame] | 1701 | fail2: |
| 1702 | efx_remove_interrupts(efx); |
| 1703 | fail1: |
Ben Hutchings | 64d8ad6 | 2011-01-05 00:50:41 +0000 | [diff] [blame] | 1704 | efx->type->remove(efx); |
| 1705 | return rc; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1706 | } |
| 1707 | |
| 1708 | static void efx_remove_nic(struct efx_nic *efx) |
| 1709 | { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1710 | netif_dbg(efx, drv, efx->net_dev, "destroying NIC\n"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1711 | |
| 1712 | efx_remove_interrupts(efx); |
Ben Hutchings | ef2b90e | 2009-11-29 03:42:31 +0000 | [diff] [blame] | 1713 | efx->type->remove(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1714 | } |
| 1715 | |
Ben Hutchings | add7247 | 2012-11-08 01:46:53 +0000 | [diff] [blame] | 1716 | static int efx_probe_filters(struct efx_nic *efx) |
| 1717 | { |
| 1718 | int rc; |
| 1719 | |
| 1720 | spin_lock_init(&efx->filter_lock); |
Edward Cree | 0d32241 | 2015-05-20 11:10:03 +0100 | [diff] [blame] | 1721 | init_rwsem(&efx->filter_sem); |
| 1722 | down_write(&efx->filter_sem); |
Ben Hutchings | add7247 | 2012-11-08 01:46:53 +0000 | [diff] [blame] | 1723 | rc = efx->type->filter_table_probe(efx); |
| 1724 | if (rc) |
Edward Cree | 0d32241 | 2015-05-20 11:10:03 +0100 | [diff] [blame] | 1725 | goto out_unlock; |
Ben Hutchings | add7247 | 2012-11-08 01:46:53 +0000 | [diff] [blame] | 1726 | |
| 1727 | #ifdef CONFIG_RFS_ACCEL |
| 1728 | if (efx->type->offload_features & NETIF_F_NTUPLE) { |
Jon Cooper | faf8dcc | 2016-05-31 19:12:32 +0100 | [diff] [blame] | 1729 | struct efx_channel *channel; |
| 1730 | int i, success = 1; |
| 1731 | |
| 1732 | efx_for_each_channel(channel, efx) { |
| 1733 | channel->rps_flow_id = |
| 1734 | kcalloc(efx->type->max_rx_ip_filters, |
| 1735 | sizeof(*channel->rps_flow_id), |
| 1736 | GFP_KERNEL); |
| 1737 | if (!channel->rps_flow_id) |
| 1738 | success = 0; |
| 1739 | else |
| 1740 | for (i = 0; |
| 1741 | i < efx->type->max_rx_ip_filters; |
| 1742 | ++i) |
| 1743 | channel->rps_flow_id[i] = |
| 1744 | RPS_FLOW_ID_INVALID; |
| 1745 | } |
| 1746 | |
| 1747 | if (!success) { |
| 1748 | efx_for_each_channel(channel, efx) |
| 1749 | kfree(channel->rps_flow_id); |
Ben Hutchings | add7247 | 2012-11-08 01:46:53 +0000 | [diff] [blame] | 1750 | efx->type->filter_table_remove(efx); |
Edward Cree | 0d32241 | 2015-05-20 11:10:03 +0100 | [diff] [blame] | 1751 | rc = -ENOMEM; |
| 1752 | goto out_unlock; |
Ben Hutchings | add7247 | 2012-11-08 01:46:53 +0000 | [diff] [blame] | 1753 | } |
Jon Cooper | faf8dcc | 2016-05-31 19:12:32 +0100 | [diff] [blame] | 1754 | |
| 1755 | efx->rps_expire_index = efx->rps_expire_channel = 0; |
Ben Hutchings | add7247 | 2012-11-08 01:46:53 +0000 | [diff] [blame] | 1756 | } |
| 1757 | #endif |
Edward Cree | 0d32241 | 2015-05-20 11:10:03 +0100 | [diff] [blame] | 1758 | out_unlock: |
| 1759 | up_write(&efx->filter_sem); |
| 1760 | return rc; |
Ben Hutchings | add7247 | 2012-11-08 01:46:53 +0000 | [diff] [blame] | 1761 | } |
| 1762 | |
| 1763 | static void efx_remove_filters(struct efx_nic *efx) |
| 1764 | { |
| 1765 | #ifdef CONFIG_RFS_ACCEL |
Jon Cooper | faf8dcc | 2016-05-31 19:12:32 +0100 | [diff] [blame] | 1766 | struct efx_channel *channel; |
| 1767 | |
| 1768 | efx_for_each_channel(channel, efx) |
| 1769 | kfree(channel->rps_flow_id); |
Ben Hutchings | add7247 | 2012-11-08 01:46:53 +0000 | [diff] [blame] | 1770 | #endif |
Edward Cree | 0d32241 | 2015-05-20 11:10:03 +0100 | [diff] [blame] | 1771 | down_write(&efx->filter_sem); |
Ben Hutchings | add7247 | 2012-11-08 01:46:53 +0000 | [diff] [blame] | 1772 | efx->type->filter_table_remove(efx); |
Edward Cree | 0d32241 | 2015-05-20 11:10:03 +0100 | [diff] [blame] | 1773 | up_write(&efx->filter_sem); |
Ben Hutchings | add7247 | 2012-11-08 01:46:53 +0000 | [diff] [blame] | 1774 | } |
| 1775 | |
| 1776 | static void efx_restore_filters(struct efx_nic *efx) |
| 1777 | { |
Edward Cree | 0d32241 | 2015-05-20 11:10:03 +0100 | [diff] [blame] | 1778 | down_read(&efx->filter_sem); |
Ben Hutchings | add7247 | 2012-11-08 01:46:53 +0000 | [diff] [blame] | 1779 | efx->type->filter_table_restore(efx); |
Edward Cree | 0d32241 | 2015-05-20 11:10:03 +0100 | [diff] [blame] | 1780 | up_read(&efx->filter_sem); |
Ben Hutchings | add7247 | 2012-11-08 01:46:53 +0000 | [diff] [blame] | 1781 | } |
| 1782 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1783 | /************************************************************************** |
| 1784 | * |
| 1785 | * NIC startup/shutdown |
| 1786 | * |
| 1787 | *************************************************************************/ |
| 1788 | |
| 1789 | static int efx_probe_all(struct efx_nic *efx) |
| 1790 | { |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1791 | int rc; |
| 1792 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1793 | rc = efx_probe_nic(efx); |
| 1794 | if (rc) { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1795 | netif_err(efx, probe, efx->net_dev, "failed to create NIC\n"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1796 | goto fail1; |
| 1797 | } |
| 1798 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1799 | rc = efx_probe_port(efx); |
| 1800 | if (rc) { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 1801 | netif_err(efx, probe, efx->net_dev, "failed to create port\n"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1802 | goto fail2; |
| 1803 | } |
| 1804 | |
Ben Hutchings | 7e6d06f | 2012-07-30 15:57:44 +0000 | [diff] [blame] | 1805 | BUILD_BUG_ON(EFX_DEFAULT_DMAQ_SIZE < EFX_RXQ_MIN_ENT); |
| 1806 | if (WARN_ON(EFX_DEFAULT_DMAQ_SIZE < EFX_TXQ_MIN_ENT(efx))) { |
| 1807 | rc = -EINVAL; |
| 1808 | goto fail3; |
| 1809 | } |
Steve Hodgson | ecc910f | 2010-09-10 06:42:22 +0000 | [diff] [blame] | 1810 | efx->rxq_entries = efx->txq_entries = EFX_DEFAULT_DMAQ_SIZE; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1811 | |
Daniel Pieczko | 6d8aaaf | 2015-05-06 00:57:34 +0100 | [diff] [blame] | 1812 | #ifdef CONFIG_SFC_SRIOV |
| 1813 | rc = efx->type->vswitching_probe(efx); |
| 1814 | if (rc) /* not fatal; the PF will still work fine */ |
| 1815 | netif_warn(efx, probe, efx->net_dev, |
| 1816 | "failed to setup vswitching rc=%d;" |
| 1817 | " VFs may not function\n", rc); |
| 1818 | #endif |
| 1819 | |
Ben Hutchings | 64eebcf | 2010-09-20 08:43:07 +0000 | [diff] [blame] | 1820 | rc = efx_probe_filters(efx); |
| 1821 | if (rc) { |
| 1822 | netif_err(efx, probe, efx->net_dev, |
| 1823 | "failed to create filter tables\n"); |
Daniel Pieczko | 6d8aaaf | 2015-05-06 00:57:34 +0100 | [diff] [blame] | 1824 | goto fail4; |
Ben Hutchings | 64eebcf | 2010-09-20 08:43:07 +0000 | [diff] [blame] | 1825 | } |
| 1826 | |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 1827 | rc = efx_probe_channels(efx); |
| 1828 | if (rc) |
Daniel Pieczko | 6d8aaaf | 2015-05-06 00:57:34 +0100 | [diff] [blame] | 1829 | goto fail5; |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 1830 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1831 | return 0; |
| 1832 | |
Daniel Pieczko | 6d8aaaf | 2015-05-06 00:57:34 +0100 | [diff] [blame] | 1833 | fail5: |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 1834 | efx_remove_filters(efx); |
Daniel Pieczko | 6d8aaaf | 2015-05-06 00:57:34 +0100 | [diff] [blame] | 1835 | fail4: |
| 1836 | #ifdef CONFIG_SFC_SRIOV |
| 1837 | efx->type->vswitching_remove(efx); |
| 1838 | #endif |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1839 | fail3: |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1840 | efx_remove_port(efx); |
| 1841 | fail2: |
| 1842 | efx_remove_nic(efx); |
| 1843 | fail1: |
| 1844 | return rc; |
| 1845 | } |
| 1846 | |
Ben Hutchings | 8b7325b | 2012-07-27 20:46:41 +0100 | [diff] [blame] | 1847 | /* If the interface is supposed to be running but is not, start |
| 1848 | * the hardware and software data path, regular activity for the port |
| 1849 | * (MAC statistics, link polling, etc.) and schedule the port to be |
| 1850 | * reconfigured. Interrupts must already be enabled. This function |
| 1851 | * is safe to call multiple times, so long as the NIC is not disabled. |
| 1852 | * Requires the RTNL lock. |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 1853 | */ |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1854 | static void efx_start_all(struct efx_nic *efx) |
| 1855 | { |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1856 | EFX_ASSERT_RESET_SERIALISED(efx); |
Ben Hutchings | 8b7325b | 2012-07-27 20:46:41 +0100 | [diff] [blame] | 1857 | BUG_ON(efx->state == STATE_DISABLED); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1858 | |
| 1859 | /* Check that it is appropriate to restart the interface. All |
| 1860 | * of these flags are safe to read under just the rtnl lock */ |
Edward Cree | e283546 | 2014-04-16 19:27:48 +0100 | [diff] [blame] | 1861 | if (efx->port_enabled || !netif_running(efx->net_dev) || |
| 1862 | efx->reset_pending) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1863 | return; |
| 1864 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1865 | efx_start_port(efx); |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 1866 | efx_start_datapath(efx); |
Ben Hutchings | 8880f4e | 2009-11-29 15:15:41 +0000 | [diff] [blame] | 1867 | |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 1868 | /* Start the hardware monitor if there is one */ |
| 1869 | if (efx->type->monitor != NULL) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1870 | queue_delayed_work(efx->workqueue, &efx->monitor_work, |
| 1871 | efx_monitor_interval); |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 1872 | |
| 1873 | /* If link state detection is normally event-driven, we have |
| 1874 | * to poll now because we could have missed a change |
| 1875 | */ |
| 1876 | if (efx_nic_rev(efx) >= EFX_REV_SIENA_A0) { |
Steve Hodgson | 78c1f0a | 2009-11-29 03:43:00 +0000 | [diff] [blame] | 1877 | mutex_lock(&efx->mac_lock); |
| 1878 | if (efx->phy_op->poll(efx)) |
| 1879 | efx_link_status_changed(efx); |
| 1880 | mutex_unlock(&efx->mac_lock); |
| 1881 | } |
Ben Hutchings | 55edc6e | 2009-11-25 16:11:35 +0000 | [diff] [blame] | 1882 | |
Ben Hutchings | ef2b90e | 2009-11-29 03:42:31 +0000 | [diff] [blame] | 1883 | efx->type->start_stats(efx); |
Jon Cooper | f8f3b5a | 2013-09-30 17:36:50 +0100 | [diff] [blame] | 1884 | efx->type->pull_stats(efx); |
| 1885 | spin_lock_bh(&efx->stats_lock); |
| 1886 | efx->type->update_stats(efx, NULL, NULL); |
| 1887 | spin_unlock_bh(&efx->stats_lock); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1888 | } |
| 1889 | |
Ben Hutchings | 8b7325b | 2012-07-27 20:46:41 +0100 | [diff] [blame] | 1890 | /* Quiesce the hardware and software data path, and regular activity |
| 1891 | * for the port without bringing the link down. Safe to call multiple |
| 1892 | * times with the NIC in almost any state, but interrupts should be |
| 1893 | * enabled. Requires the RTNL lock. |
| 1894 | */ |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1895 | static void efx_stop_all(struct efx_nic *efx) |
| 1896 | { |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1897 | EFX_ASSERT_RESET_SERIALISED(efx); |
| 1898 | |
| 1899 | /* port_enabled can be read safely under the rtnl lock */ |
| 1900 | if (!efx->port_enabled) |
| 1901 | return; |
| 1902 | |
Jon Cooper | f8f3b5a | 2013-09-30 17:36:50 +0100 | [diff] [blame] | 1903 | /* update stats before we go down so we can accurately count |
| 1904 | * rx_nodesc_drops |
| 1905 | */ |
| 1906 | efx->type->pull_stats(efx); |
| 1907 | spin_lock_bh(&efx->stats_lock); |
| 1908 | efx->type->update_stats(efx, NULL, NULL); |
| 1909 | spin_unlock_bh(&efx->stats_lock); |
Ben Hutchings | ef2b90e | 2009-11-29 03:42:31 +0000 | [diff] [blame] | 1910 | efx->type->stop_stats(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1911 | efx_stop_port(efx); |
| 1912 | |
Ben Hutchings | 29c69a4 | 2013-01-28 19:01:06 +0000 | [diff] [blame] | 1913 | /* Stop the kernel transmit interface. This is only valid if |
| 1914 | * the device is stopped or detached; otherwise the watchdog |
| 1915 | * may fire immediately. |
| 1916 | */ |
| 1917 | WARN_ON(netif_running(efx->net_dev) && |
| 1918 | netif_device_present(efx->net_dev)); |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 1919 | netif_tx_disable(efx->net_dev); |
| 1920 | |
| 1921 | efx_stop_datapath(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1922 | } |
| 1923 | |
| 1924 | static void efx_remove_all(struct efx_nic *efx) |
| 1925 | { |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 1926 | efx_remove_channels(efx); |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 1927 | efx_remove_filters(efx); |
Daniel Pieczko | 6d8aaaf | 2015-05-06 00:57:34 +0100 | [diff] [blame] | 1928 | #ifdef CONFIG_SFC_SRIOV |
| 1929 | efx->type->vswitching_remove(efx); |
| 1930 | #endif |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1931 | efx_remove_port(efx); |
| 1932 | efx_remove_nic(efx); |
| 1933 | } |
| 1934 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1935 | /************************************************************************** |
| 1936 | * |
| 1937 | * Interrupt moderation |
| 1938 | * |
| 1939 | **************************************************************************/ |
| 1940 | |
Ben Hutchings | cc180b6 | 2011-12-08 19:51:47 +0000 | [diff] [blame] | 1941 | static unsigned int irq_mod_ticks(unsigned int usecs, unsigned int quantum_ns) |
Ben Hutchings | 0d86ebd | 2009-10-23 08:32:13 +0000 | [diff] [blame] | 1942 | { |
Ben Hutchings | b548f97 | 2011-09-05 07:41:44 +0000 | [diff] [blame] | 1943 | if (usecs == 0) |
| 1944 | return 0; |
Ben Hutchings | cc180b6 | 2011-12-08 19:51:47 +0000 | [diff] [blame] | 1945 | if (usecs * 1000 < quantum_ns) |
Ben Hutchings | 0d86ebd | 2009-10-23 08:32:13 +0000 | [diff] [blame] | 1946 | return 1; /* never round down to 0 */ |
Ben Hutchings | cc180b6 | 2011-12-08 19:51:47 +0000 | [diff] [blame] | 1947 | return usecs * 1000 / quantum_ns; |
Ben Hutchings | 0d86ebd | 2009-10-23 08:32:13 +0000 | [diff] [blame] | 1948 | } |
| 1949 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1950 | /* Set interrupt moderation parameters */ |
Ben Hutchings | 9e393b3 | 2011-09-05 07:43:04 +0000 | [diff] [blame] | 1951 | int efx_init_irq_moderation(struct efx_nic *efx, unsigned int tx_usecs, |
| 1952 | unsigned int rx_usecs, bool rx_adaptive, |
| 1953 | bool rx_may_override_tx) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1954 | { |
Ben Hutchings | f7d12cd | 2010-09-10 06:41:47 +0000 | [diff] [blame] | 1955 | struct efx_channel *channel; |
Ben Hutchings | cc180b6 | 2011-12-08 19:51:47 +0000 | [diff] [blame] | 1956 | unsigned int irq_mod_max = DIV_ROUND_UP(efx->type->timer_period_max * |
| 1957 | efx->timer_quantum_ns, |
| 1958 | 1000); |
| 1959 | unsigned int tx_ticks; |
| 1960 | unsigned int rx_ticks; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1961 | |
| 1962 | EFX_ASSERT_RESET_SERIALISED(efx); |
| 1963 | |
Ben Hutchings | cc180b6 | 2011-12-08 19:51:47 +0000 | [diff] [blame] | 1964 | if (tx_usecs > irq_mod_max || rx_usecs > irq_mod_max) |
Ben Hutchings | 9e393b3 | 2011-09-05 07:43:04 +0000 | [diff] [blame] | 1965 | return -EINVAL; |
| 1966 | |
Ben Hutchings | cc180b6 | 2011-12-08 19:51:47 +0000 | [diff] [blame] | 1967 | tx_ticks = irq_mod_ticks(tx_usecs, efx->timer_quantum_ns); |
| 1968 | rx_ticks = irq_mod_ticks(rx_usecs, efx->timer_quantum_ns); |
| 1969 | |
Ben Hutchings | 9e393b3 | 2011-09-05 07:43:04 +0000 | [diff] [blame] | 1970 | if (tx_ticks != rx_ticks && efx->tx_channel_offset == 0 && |
| 1971 | !rx_may_override_tx) { |
| 1972 | netif_err(efx, drv, efx->net_dev, "Channels are shared. " |
| 1973 | "RX and TX IRQ moderation must be equal\n"); |
| 1974 | return -EINVAL; |
| 1975 | } |
| 1976 | |
Ben Hutchings | 6fb70fd | 2009-03-20 13:30:37 +0000 | [diff] [blame] | 1977 | efx->irq_rx_adaptive = rx_adaptive; |
Ben Hutchings | 0d86ebd | 2009-10-23 08:32:13 +0000 | [diff] [blame] | 1978 | efx->irq_rx_moderation = rx_ticks; |
Ben Hutchings | f7d12cd | 2010-09-10 06:41:47 +0000 | [diff] [blame] | 1979 | efx_for_each_channel(channel, efx) { |
Ben Hutchings | 525da90 | 2011-02-07 23:04:38 +0000 | [diff] [blame] | 1980 | if (efx_channel_has_rx_queue(channel)) |
Ben Hutchings | f7d12cd | 2010-09-10 06:41:47 +0000 | [diff] [blame] | 1981 | channel->irq_moderation = rx_ticks; |
Ben Hutchings | 525da90 | 2011-02-07 23:04:38 +0000 | [diff] [blame] | 1982 | else if (efx_channel_has_tx_queues(channel)) |
Ben Hutchings | f7d12cd | 2010-09-10 06:41:47 +0000 | [diff] [blame] | 1983 | channel->irq_moderation = tx_ticks; |
| 1984 | } |
Ben Hutchings | 9e393b3 | 2011-09-05 07:43:04 +0000 | [diff] [blame] | 1985 | |
| 1986 | return 0; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 1987 | } |
| 1988 | |
Ben Hutchings | a0c4faf | 2011-09-05 07:42:25 +0000 | [diff] [blame] | 1989 | void efx_get_irq_moderation(struct efx_nic *efx, unsigned int *tx_usecs, |
| 1990 | unsigned int *rx_usecs, bool *rx_adaptive) |
| 1991 | { |
Ben Hutchings | cc180b6 | 2011-12-08 19:51:47 +0000 | [diff] [blame] | 1992 | /* We must round up when converting ticks to microseconds |
| 1993 | * because we round down when converting the other way. |
| 1994 | */ |
| 1995 | |
Ben Hutchings | a0c4faf | 2011-09-05 07:42:25 +0000 | [diff] [blame] | 1996 | *rx_adaptive = efx->irq_rx_adaptive; |
Ben Hutchings | cc180b6 | 2011-12-08 19:51:47 +0000 | [diff] [blame] | 1997 | *rx_usecs = DIV_ROUND_UP(efx->irq_rx_moderation * |
| 1998 | efx->timer_quantum_ns, |
| 1999 | 1000); |
Ben Hutchings | a0c4faf | 2011-09-05 07:42:25 +0000 | [diff] [blame] | 2000 | |
| 2001 | /* If channels are shared between RX and TX, so is IRQ |
| 2002 | * moderation. Otherwise, IRQ moderation is the same for all |
| 2003 | * TX channels and is not adaptive. |
| 2004 | */ |
| 2005 | if (efx->tx_channel_offset == 0) |
| 2006 | *tx_usecs = *rx_usecs; |
| 2007 | else |
Ben Hutchings | cc180b6 | 2011-12-08 19:51:47 +0000 | [diff] [blame] | 2008 | *tx_usecs = DIV_ROUND_UP( |
Ben Hutchings | a0c4faf | 2011-09-05 07:42:25 +0000 | [diff] [blame] | 2009 | efx->channel[efx->tx_channel_offset]->irq_moderation * |
Ben Hutchings | cc180b6 | 2011-12-08 19:51:47 +0000 | [diff] [blame] | 2010 | efx->timer_quantum_ns, |
| 2011 | 1000); |
Ben Hutchings | a0c4faf | 2011-09-05 07:42:25 +0000 | [diff] [blame] | 2012 | } |
| 2013 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2014 | /************************************************************************** |
| 2015 | * |
| 2016 | * Hardware monitor |
| 2017 | * |
| 2018 | **************************************************************************/ |
| 2019 | |
Ben Hutchings | e254c27 | 2010-09-20 08:44:10 +0000 | [diff] [blame] | 2020 | /* Run periodically off the general workqueue */ |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2021 | static void efx_monitor(struct work_struct *data) |
| 2022 | { |
| 2023 | struct efx_nic *efx = container_of(data, struct efx_nic, |
| 2024 | monitor_work.work); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2025 | |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 2026 | netif_vdbg(efx, timer, efx->net_dev, |
| 2027 | "hardware monitor executing on CPU %d\n", |
| 2028 | raw_smp_processor_id()); |
Ben Hutchings | ef2b90e | 2009-11-29 03:42:31 +0000 | [diff] [blame] | 2029 | BUG_ON(efx->type->monitor == NULL); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2030 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2031 | /* If the mac_lock is already held then it is likely a port |
| 2032 | * reconfiguration is already in place, which will likely do |
Ben Hutchings | e254c27 | 2010-09-20 08:44:10 +0000 | [diff] [blame] | 2033 | * most of the work of monitor() anyway. */ |
| 2034 | if (mutex_trylock(&efx->mac_lock)) { |
| 2035 | if (efx->port_enabled) |
| 2036 | efx->type->monitor(efx); |
| 2037 | mutex_unlock(&efx->mac_lock); |
| 2038 | } |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2039 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2040 | queue_delayed_work(efx->workqueue, &efx->monitor_work, |
| 2041 | efx_monitor_interval); |
| 2042 | } |
| 2043 | |
| 2044 | /************************************************************************** |
| 2045 | * |
| 2046 | * ioctls |
| 2047 | * |
| 2048 | *************************************************************************/ |
| 2049 | |
| 2050 | /* Net device ioctl |
| 2051 | * Context: process, rtnl_lock() held. |
| 2052 | */ |
| 2053 | static int efx_ioctl(struct net_device *net_dev, struct ifreq *ifr, int cmd) |
| 2054 | { |
Ben Hutchings | 767e468 | 2008-09-01 12:43:14 +0100 | [diff] [blame] | 2055 | struct efx_nic *efx = netdev_priv(net_dev); |
Ben Hutchings | 68e7f45 | 2009-04-29 08:05:08 +0000 | [diff] [blame] | 2056 | struct mii_ioctl_data *data = if_mii(ifr); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2057 | |
Stuart Hodgson | 7c236c4 | 2012-09-03 11:09:36 +0100 | [diff] [blame] | 2058 | if (cmd == SIOCSHWTSTAMP) |
Ben Hutchings | 433dc9b | 2013-11-14 01:26:21 +0000 | [diff] [blame] | 2059 | return efx_ptp_set_ts_config(efx, ifr); |
| 2060 | if (cmd == SIOCGHWTSTAMP) |
| 2061 | return efx_ptp_get_ts_config(efx, ifr); |
Stuart Hodgson | 7c236c4 | 2012-09-03 11:09:36 +0100 | [diff] [blame] | 2062 | |
Ben Hutchings | 68e7f45 | 2009-04-29 08:05:08 +0000 | [diff] [blame] | 2063 | /* Convert phy_id from older PRTAD/DEVAD format */ |
| 2064 | if ((cmd == SIOCGMIIREG || cmd == SIOCSMIIREG) && |
| 2065 | (data->phy_id & 0xfc00) == 0x0400) |
| 2066 | data->phy_id ^= MDIO_PHY_ID_C45 | 0x0400; |
| 2067 | |
| 2068 | return mdio_mii_ioctl(&efx->mdio, data, cmd); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2069 | } |
| 2070 | |
| 2071 | /************************************************************************** |
| 2072 | * |
| 2073 | * NAPI interface |
| 2074 | * |
| 2075 | **************************************************************************/ |
| 2076 | |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 2077 | static void efx_init_napi_channel(struct efx_channel *channel) |
| 2078 | { |
| 2079 | struct efx_nic *efx = channel->efx; |
| 2080 | |
| 2081 | channel->napi_dev = efx->net_dev; |
| 2082 | netif_napi_add(channel->napi_dev, &channel->napi_str, |
| 2083 | efx_poll, napi_weight); |
Bert Kenward | c0f9c7e | 2015-10-26 14:23:42 +0000 | [diff] [blame] | 2084 | efx_channel_busy_poll_init(channel); |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 2085 | } |
| 2086 | |
Ben Hutchings | e8f1499 | 2010-12-07 19:47:34 +0000 | [diff] [blame] | 2087 | static void efx_init_napi(struct efx_nic *efx) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2088 | { |
| 2089 | struct efx_channel *channel; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2090 | |
Ben Hutchings | 7f967c0 | 2012-02-13 23:45:02 +0000 | [diff] [blame] | 2091 | efx_for_each_channel(channel, efx) |
| 2092 | efx_init_napi_channel(channel); |
Ben Hutchings | e8f1499 | 2010-12-07 19:47:34 +0000 | [diff] [blame] | 2093 | } |
| 2094 | |
| 2095 | static void efx_fini_napi_channel(struct efx_channel *channel) |
| 2096 | { |
Alexandre Rames | 3676326 | 2014-07-22 14:03:25 +0100 | [diff] [blame] | 2097 | if (channel->napi_dev) { |
Ben Hutchings | e8f1499 | 2010-12-07 19:47:34 +0000 | [diff] [blame] | 2098 | netif_napi_del(&channel->napi_str); |
Alexandre Rames | 3676326 | 2014-07-22 14:03:25 +0100 | [diff] [blame] | 2099 | napi_hash_del(&channel->napi_str); |
| 2100 | } |
Ben Hutchings | e8f1499 | 2010-12-07 19:47:34 +0000 | [diff] [blame] | 2101 | channel->napi_dev = NULL; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2102 | } |
| 2103 | |
| 2104 | static void efx_fini_napi(struct efx_nic *efx) |
| 2105 | { |
| 2106 | struct efx_channel *channel; |
| 2107 | |
Ben Hutchings | e8f1499 | 2010-12-07 19:47:34 +0000 | [diff] [blame] | 2108 | efx_for_each_channel(channel, efx) |
| 2109 | efx_fini_napi_channel(channel); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2110 | } |
| 2111 | |
| 2112 | /************************************************************************** |
| 2113 | * |
| 2114 | * Kernel netpoll interface |
| 2115 | * |
| 2116 | *************************************************************************/ |
| 2117 | |
| 2118 | #ifdef CONFIG_NET_POLL_CONTROLLER |
| 2119 | |
| 2120 | /* Although in the common case interrupts will be disabled, this is not |
| 2121 | * guaranteed. However, all our work happens inside the NAPI callback, |
| 2122 | * so no locking is required. |
| 2123 | */ |
| 2124 | static void efx_netpoll(struct net_device *net_dev) |
| 2125 | { |
Ben Hutchings | 767e468 | 2008-09-01 12:43:14 +0100 | [diff] [blame] | 2126 | struct efx_nic *efx = netdev_priv(net_dev); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2127 | struct efx_channel *channel; |
| 2128 | |
Ben Hutchings | 64ee312 | 2008-09-01 12:47:38 +0100 | [diff] [blame] | 2129 | efx_for_each_channel(channel, efx) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2130 | efx_schedule_channel(channel); |
| 2131 | } |
| 2132 | |
| 2133 | #endif |
| 2134 | |
Alexandre Rames | 3676326 | 2014-07-22 14:03:25 +0100 | [diff] [blame] | 2135 | #ifdef CONFIG_NET_RX_BUSY_POLL |
| 2136 | static int efx_busy_poll(struct napi_struct *napi) |
| 2137 | { |
| 2138 | struct efx_channel *channel = |
| 2139 | container_of(napi, struct efx_channel, napi_str); |
| 2140 | struct efx_nic *efx = channel->efx; |
| 2141 | int budget = 4; |
| 2142 | int old_rx_packets, rx_packets; |
| 2143 | |
| 2144 | if (!netif_running(efx->net_dev)) |
| 2145 | return LL_FLUSH_FAILED; |
| 2146 | |
Bert Kenward | c0f9c7e | 2015-10-26 14:23:42 +0000 | [diff] [blame] | 2147 | if (!efx_channel_try_lock_poll(channel)) |
Alexandre Rames | 3676326 | 2014-07-22 14:03:25 +0100 | [diff] [blame] | 2148 | return LL_FLUSH_BUSY; |
| 2149 | |
| 2150 | old_rx_packets = channel->rx_queue.rx_packets; |
| 2151 | efx_process_channel(channel, budget); |
| 2152 | |
| 2153 | rx_packets = channel->rx_queue.rx_packets - old_rx_packets; |
| 2154 | |
| 2155 | /* There is no race condition with NAPI here. |
| 2156 | * NAPI will automatically be rescheduled if it yielded during busy |
| 2157 | * polling, because it was not able to take the lock and thus returned |
| 2158 | * the full budget. |
| 2159 | */ |
| 2160 | efx_channel_unlock_poll(channel); |
| 2161 | |
| 2162 | return rx_packets; |
| 2163 | } |
| 2164 | #endif |
| 2165 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2166 | /************************************************************************** |
| 2167 | * |
| 2168 | * Kernel net device interface |
| 2169 | * |
| 2170 | *************************************************************************/ |
| 2171 | |
| 2172 | /* Context: process, rtnl_lock() held. */ |
Shradha Shah | e340be9 | 2015-05-20 11:11:03 +0100 | [diff] [blame] | 2173 | int efx_net_open(struct net_device *net_dev) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2174 | { |
Ben Hutchings | 767e468 | 2008-09-01 12:43:14 +0100 | [diff] [blame] | 2175 | struct efx_nic *efx = netdev_priv(net_dev); |
Ben Hutchings | 8b7325b | 2012-07-27 20:46:41 +0100 | [diff] [blame] | 2176 | int rc; |
| 2177 | |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 2178 | netif_dbg(efx, ifup, efx->net_dev, "opening device on CPU %d\n", |
| 2179 | raw_smp_processor_id()); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2180 | |
Ben Hutchings | 8b7325b | 2012-07-27 20:46:41 +0100 | [diff] [blame] | 2181 | rc = efx_check_disabled(efx); |
| 2182 | if (rc) |
| 2183 | return rc; |
Ben Hutchings | f8b87c1 | 2008-09-01 12:48:17 +0100 | [diff] [blame] | 2184 | if (efx->phy_mode & PHY_MODE_SPECIAL) |
| 2185 | return -EBUSY; |
Ben Hutchings | 8880f4e | 2009-11-29 15:15:41 +0000 | [diff] [blame] | 2186 | if (efx_mcdi_poll_reboot(efx) && efx_reset(efx, RESET_TYPE_ALL)) |
| 2187 | return -EIO; |
Ben Hutchings | f8b87c1 | 2008-09-01 12:48:17 +0100 | [diff] [blame] | 2188 | |
Steve Hodgson | 78c1f0a | 2009-11-29 03:43:00 +0000 | [diff] [blame] | 2189 | /* Notify the kernel of the link state polled during driver load, |
| 2190 | * before the monitor starts running */ |
| 2191 | efx_link_status_changed(efx); |
| 2192 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2193 | efx_start_all(efx); |
Ben Hutchings | dd40781 | 2012-02-28 23:40:21 +0000 | [diff] [blame] | 2194 | efx_selftest_async_start(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2195 | return 0; |
| 2196 | } |
| 2197 | |
| 2198 | /* Context: process, rtnl_lock() held. |
| 2199 | * Note that the kernel will ignore our return code; this method |
| 2200 | * should really be a void. |
| 2201 | */ |
Shradha Shah | e340be9 | 2015-05-20 11:11:03 +0100 | [diff] [blame] | 2202 | int efx_net_stop(struct net_device *net_dev) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2203 | { |
Ben Hutchings | 767e468 | 2008-09-01 12:43:14 +0100 | [diff] [blame] | 2204 | struct efx_nic *efx = netdev_priv(net_dev); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2205 | |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 2206 | netif_dbg(efx, ifdown, efx->net_dev, "closing on CPU %d\n", |
| 2207 | raw_smp_processor_id()); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2208 | |
Ben Hutchings | 8b7325b | 2012-07-27 20:46:41 +0100 | [diff] [blame] | 2209 | /* Stop the device and flush all the channels */ |
| 2210 | efx_stop_all(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2211 | |
| 2212 | return 0; |
| 2213 | } |
| 2214 | |
Ben Hutchings | 5b9e207 | 2008-05-16 21:18:14 +0100 | [diff] [blame] | 2215 | /* Context: process, dev_base_lock or RTNL held, non-blocking. */ |
Ben Hutchings | 2aa9ef1 | 2012-01-09 19:53:41 +0000 | [diff] [blame] | 2216 | static struct rtnl_link_stats64 *efx_net_stats(struct net_device *net_dev, |
| 2217 | struct rtnl_link_stats64 *stats) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2218 | { |
Ben Hutchings | 767e468 | 2008-09-01 12:43:14 +0100 | [diff] [blame] | 2219 | struct efx_nic *efx = netdev_priv(net_dev); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2220 | |
Ben Hutchings | 55edc6e | 2009-11-25 16:11:35 +0000 | [diff] [blame] | 2221 | spin_lock_bh(&efx->stats_lock); |
Ben Hutchings | cd0ecc9 | 2012-12-14 21:52:56 +0000 | [diff] [blame] | 2222 | efx->type->update_stats(efx, NULL, stats); |
Ben Hutchings | 1cb3452 | 2011-09-02 23:23:00 +0100 | [diff] [blame] | 2223 | spin_unlock_bh(&efx->stats_lock); |
| 2224 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2225 | return stats; |
| 2226 | } |
| 2227 | |
| 2228 | /* Context: netif_tx_lock held, BHs disabled. */ |
| 2229 | static void efx_watchdog(struct net_device *net_dev) |
| 2230 | { |
Ben Hutchings | 767e468 | 2008-09-01 12:43:14 +0100 | [diff] [blame] | 2231 | struct efx_nic *efx = netdev_priv(net_dev); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2232 | |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 2233 | netif_err(efx, tx_err, efx->net_dev, |
| 2234 | "TX stuck with port_enabled=%d: resetting channels\n", |
| 2235 | efx->port_enabled); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2236 | |
Ben Hutchings | 739bb23d | 2008-11-04 20:35:36 +0000 | [diff] [blame] | 2237 | efx_schedule_reset(efx, RESET_TYPE_TX_WATCHDOG); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2238 | } |
| 2239 | |
| 2240 | |
| 2241 | /* Context: process, rtnl_lock() held. */ |
| 2242 | static int efx_change_mtu(struct net_device *net_dev, int new_mtu) |
| 2243 | { |
Ben Hutchings | 767e468 | 2008-09-01 12:43:14 +0100 | [diff] [blame] | 2244 | struct efx_nic *efx = netdev_priv(net_dev); |
Ben Hutchings | 8b7325b | 2012-07-27 20:46:41 +0100 | [diff] [blame] | 2245 | int rc; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2246 | |
Ben Hutchings | 8b7325b | 2012-07-27 20:46:41 +0100 | [diff] [blame] | 2247 | rc = efx_check_disabled(efx); |
| 2248 | if (rc) |
| 2249 | return rc; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2250 | if (new_mtu > EFX_MAX_MTU) |
| 2251 | return -EINVAL; |
| 2252 | |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 2253 | netif_dbg(efx, drv, efx->net_dev, "changing MTU to %d\n", new_mtu); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2254 | |
Ben Hutchings | 29c69a4 | 2013-01-28 19:01:06 +0000 | [diff] [blame] | 2255 | efx_device_detach_sync(efx); |
| 2256 | efx_stop_all(efx); |
| 2257 | |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 2258 | mutex_lock(&efx->mac_lock); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2259 | net_dev->mtu = new_mtu; |
Edward Cree | 0d32241 | 2015-05-20 11:10:03 +0100 | [diff] [blame] | 2260 | efx_mac_reconfigure(efx); |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 2261 | mutex_unlock(&efx->mac_lock); |
| 2262 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2263 | efx_start_all(efx); |
Ben Hutchings | 29c69a4 | 2013-01-28 19:01:06 +0000 | [diff] [blame] | 2264 | netif_device_attach(efx->net_dev); |
Ben Hutchings | 6c8eef4 | 2012-01-09 19:54:16 +0000 | [diff] [blame] | 2265 | return 0; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2266 | } |
| 2267 | |
| 2268 | static int efx_set_mac_address(struct net_device *net_dev, void *data) |
| 2269 | { |
Ben Hutchings | 767e468 | 2008-09-01 12:43:14 +0100 | [diff] [blame] | 2270 | struct efx_nic *efx = netdev_priv(net_dev); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2271 | struct sockaddr *addr = data; |
Ben Hutchings | e0b3ae3 | 2014-02-12 18:59:54 +0000 | [diff] [blame] | 2272 | u8 *new_addr = addr->sa_data; |
Shradha Shah | cfc77c2 | 2015-05-20 11:09:30 +0100 | [diff] [blame] | 2273 | u8 old_addr[6]; |
| 2274 | int rc; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2275 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2276 | if (!is_valid_ether_addr(new_addr)) { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 2277 | netif_err(efx, drv, efx->net_dev, |
| 2278 | "invalid ethernet MAC address requested: %pM\n", |
| 2279 | new_addr); |
Danny Kukawka | 504f9b5 | 2012-02-21 02:07:49 +0000 | [diff] [blame] | 2280 | return -EADDRNOTAVAIL; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2281 | } |
| 2282 | |
Shradha Shah | cfc77c2 | 2015-05-20 11:09:30 +0100 | [diff] [blame] | 2283 | /* save old address */ |
| 2284 | ether_addr_copy(old_addr, net_dev->dev_addr); |
Edward Cree | cd84ff4 | 2014-03-07 18:27:41 +0000 | [diff] [blame] | 2285 | ether_addr_copy(net_dev->dev_addr, new_addr); |
Shradha Shah | 910c878 | 2015-05-20 11:12:48 +0100 | [diff] [blame] | 2286 | if (efx->type->set_mac_address) { |
| 2287 | rc = efx->type->set_mac_address(efx); |
Shradha Shah | cfc77c2 | 2015-05-20 11:09:30 +0100 | [diff] [blame] | 2288 | if (rc) { |
| 2289 | ether_addr_copy(net_dev->dev_addr, old_addr); |
| 2290 | return rc; |
| 2291 | } |
| 2292 | } |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2293 | |
| 2294 | /* Reconfigure the MAC */ |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 2295 | mutex_lock(&efx->mac_lock); |
Edward Cree | 0d32241 | 2015-05-20 11:10:03 +0100 | [diff] [blame] | 2296 | efx_mac_reconfigure(efx); |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 2297 | mutex_unlock(&efx->mac_lock); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2298 | |
| 2299 | return 0; |
| 2300 | } |
| 2301 | |
Ben Hutchings | a816f75 | 2008-09-01 12:49:12 +0100 | [diff] [blame] | 2302 | /* Context: netif_addr_lock held, BHs disabled. */ |
Ben Hutchings | 0fca8c9 | 2012-01-09 19:54:44 +0000 | [diff] [blame] | 2303 | static void efx_set_rx_mode(struct net_device *net_dev) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2304 | { |
Ben Hutchings | 767e468 | 2008-09-01 12:43:14 +0100 | [diff] [blame] | 2305 | struct efx_nic *efx = netdev_priv(net_dev); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2306 | |
Ben Hutchings | 8be4f3e | 2009-11-25 16:12:16 +0000 | [diff] [blame] | 2307 | if (efx->port_enabled) |
| 2308 | queue_work(efx->workqueue, &efx->mac_work); |
| 2309 | /* Otherwise efx_start_port() will do this */ |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2310 | } |
| 2311 | |
Michał Mirosław | c8f44af | 2011-11-15 15:29:55 +0000 | [diff] [blame] | 2312 | static int efx_set_features(struct net_device *net_dev, netdev_features_t data) |
Ben Hutchings | abfe903 | 2011-04-05 15:00:02 +0100 | [diff] [blame] | 2313 | { |
| 2314 | struct efx_nic *efx = netdev_priv(net_dev); |
| 2315 | |
| 2316 | /* If disabling RX n-tuple filtering, clear existing filters */ |
| 2317 | if (net_dev->features & ~data & NETIF_F_NTUPLE) |
Ben Hutchings | fbd7912 | 2013-11-21 19:15:03 +0000 | [diff] [blame] | 2318 | return efx->type->filter_clear_rx(efx, EFX_FILTER_PRI_MANUAL); |
Ben Hutchings | abfe903 | 2011-04-05 15:00:02 +0100 | [diff] [blame] | 2319 | |
| 2320 | return 0; |
| 2321 | } |
| 2322 | |
Shradha Shah | 7fa8d54 | 2015-05-06 00:55:13 +0100 | [diff] [blame] | 2323 | static const struct net_device_ops efx_netdev_ops = { |
Stephen Hemminger | c3ecb9f | 2008-11-21 17:32:54 -0800 | [diff] [blame] | 2324 | .ndo_open = efx_net_open, |
| 2325 | .ndo_stop = efx_net_stop, |
Ben Hutchings | 4472702 | 2010-06-08 07:21:12 +0000 | [diff] [blame] | 2326 | .ndo_get_stats64 = efx_net_stats, |
Stephen Hemminger | c3ecb9f | 2008-11-21 17:32:54 -0800 | [diff] [blame] | 2327 | .ndo_tx_timeout = efx_watchdog, |
| 2328 | .ndo_start_xmit = efx_hard_start_xmit, |
| 2329 | .ndo_validate_addr = eth_validate_addr, |
| 2330 | .ndo_do_ioctl = efx_ioctl, |
| 2331 | .ndo_change_mtu = efx_change_mtu, |
| 2332 | .ndo_set_mac_address = efx_set_mac_address, |
Ben Hutchings | 0fca8c9 | 2012-01-09 19:54:44 +0000 | [diff] [blame] | 2333 | .ndo_set_rx_mode = efx_set_rx_mode, |
Ben Hutchings | abfe903 | 2011-04-05 15:00:02 +0100 | [diff] [blame] | 2334 | .ndo_set_features = efx_set_features, |
Ben Hutchings | cd2d5b5 | 2012-02-14 00:48:07 +0000 | [diff] [blame] | 2335 | #ifdef CONFIG_SFC_SRIOV |
Shradha Shah | 7fa8d54 | 2015-05-06 00:55:13 +0100 | [diff] [blame] | 2336 | .ndo_set_vf_mac = efx_sriov_set_vf_mac, |
| 2337 | .ndo_set_vf_vlan = efx_sriov_set_vf_vlan, |
| 2338 | .ndo_set_vf_spoofchk = efx_sriov_set_vf_spoofchk, |
| 2339 | .ndo_get_vf_config = efx_sriov_get_vf_config, |
Edward Cree | 4392dc6 | 2015-05-20 11:12:13 +0100 | [diff] [blame] | 2340 | .ndo_set_vf_link_state = efx_sriov_set_vf_link_state, |
Shradha Shah | 1d051e0 | 2015-06-02 11:38:16 +0100 | [diff] [blame] | 2341 | .ndo_get_phys_port_id = efx_sriov_get_phys_port_id, |
Ben Hutchings | cd2d5b5 | 2012-02-14 00:48:07 +0000 | [diff] [blame] | 2342 | #endif |
Stephen Hemminger | c3ecb9f | 2008-11-21 17:32:54 -0800 | [diff] [blame] | 2343 | #ifdef CONFIG_NET_POLL_CONTROLLER |
| 2344 | .ndo_poll_controller = efx_netpoll, |
| 2345 | #endif |
Ben Hutchings | 94b274b | 2011-01-10 21:18:20 +0000 | [diff] [blame] | 2346 | .ndo_setup_tc = efx_setup_tc, |
Alexandre Rames | 3676326 | 2014-07-22 14:03:25 +0100 | [diff] [blame] | 2347 | #ifdef CONFIG_NET_RX_BUSY_POLL |
| 2348 | .ndo_busy_poll = efx_busy_poll, |
| 2349 | #endif |
Ben Hutchings | 64d8ad6 | 2011-01-05 00:50:41 +0000 | [diff] [blame] | 2350 | #ifdef CONFIG_RFS_ACCEL |
| 2351 | .ndo_rx_flow_steer = efx_filter_rfs, |
| 2352 | #endif |
Stephen Hemminger | c3ecb9f | 2008-11-21 17:32:54 -0800 | [diff] [blame] | 2353 | }; |
| 2354 | |
Ben Hutchings | 7dde596 | 2008-12-12 22:09:38 -0800 | [diff] [blame] | 2355 | static void efx_update_name(struct efx_nic *efx) |
| 2356 | { |
| 2357 | strcpy(efx->name, efx->net_dev->name); |
| 2358 | efx_mtd_rename(efx); |
| 2359 | efx_set_channel_names(efx); |
| 2360 | } |
| 2361 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2362 | static int efx_netdev_event(struct notifier_block *this, |
| 2363 | unsigned long event, void *ptr) |
| 2364 | { |
Jiri Pirko | 351638e | 2013-05-28 01:30:21 +0000 | [diff] [blame] | 2365 | struct net_device *net_dev = netdev_notifier_info_to_dev(ptr); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2366 | |
Shradha Shah | 7fa8d54 | 2015-05-06 00:55:13 +0100 | [diff] [blame] | 2367 | if ((net_dev->netdev_ops == &efx_netdev_ops) && |
Ben Hutchings | 7dde596 | 2008-12-12 22:09:38 -0800 | [diff] [blame] | 2368 | event == NETDEV_CHANGENAME) |
| 2369 | efx_update_name(netdev_priv(net_dev)); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2370 | |
| 2371 | return NOTIFY_DONE; |
| 2372 | } |
| 2373 | |
| 2374 | static struct notifier_block efx_netdev_notifier = { |
| 2375 | .notifier_call = efx_netdev_event, |
| 2376 | }; |
| 2377 | |
Ben Hutchings | 06d5e19 | 2008-12-12 21:47:23 -0800 | [diff] [blame] | 2378 | static ssize_t |
| 2379 | show_phy_type(struct device *dev, struct device_attribute *attr, char *buf) |
| 2380 | { |
| 2381 | struct efx_nic *efx = pci_get_drvdata(to_pci_dev(dev)); |
| 2382 | return sprintf(buf, "%d\n", efx->phy_type); |
| 2383 | } |
Ben Hutchings | 776fbcc | 2013-06-18 17:45:40 +0100 | [diff] [blame] | 2384 | static DEVICE_ATTR(phy_type, 0444, show_phy_type, NULL); |
Ben Hutchings | 06d5e19 | 2008-12-12 21:47:23 -0800 | [diff] [blame] | 2385 | |
Edward Cree | e7fef9b | 2015-05-27 13:14:01 +0100 | [diff] [blame] | 2386 | #ifdef CONFIG_SFC_MCDI_LOGGING |
| 2387 | static ssize_t show_mcdi_log(struct device *dev, struct device_attribute *attr, |
| 2388 | char *buf) |
| 2389 | { |
| 2390 | struct efx_nic *efx = pci_get_drvdata(to_pci_dev(dev)); |
| 2391 | struct efx_mcdi_iface *mcdi = efx_mcdi(efx); |
| 2392 | |
| 2393 | return scnprintf(buf, PAGE_SIZE, "%d\n", mcdi->logging_enabled); |
| 2394 | } |
| 2395 | static ssize_t set_mcdi_log(struct device *dev, struct device_attribute *attr, |
| 2396 | const char *buf, size_t count) |
| 2397 | { |
| 2398 | struct efx_nic *efx = pci_get_drvdata(to_pci_dev(dev)); |
| 2399 | struct efx_mcdi_iface *mcdi = efx_mcdi(efx); |
| 2400 | bool enable = count > 0 && *buf != '0'; |
| 2401 | |
| 2402 | mcdi->logging_enabled = enable; |
| 2403 | return count; |
| 2404 | } |
| 2405 | static DEVICE_ATTR(mcdi_logging, 0644, show_mcdi_log, set_mcdi_log); |
| 2406 | #endif |
| 2407 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2408 | static int efx_register_netdev(struct efx_nic *efx) |
| 2409 | { |
| 2410 | struct net_device *net_dev = efx->net_dev; |
Ben Hutchings | c04bfc6 | 2010-12-10 01:24:16 +0000 | [diff] [blame] | 2411 | struct efx_channel *channel; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2412 | int rc; |
| 2413 | |
| 2414 | net_dev->watchdog_timeo = 5 * HZ; |
| 2415 | net_dev->irq = efx->pci_dev->irq; |
Shradha Shah | 7fa8d54 | 2015-05-06 00:55:13 +0100 | [diff] [blame] | 2416 | net_dev->netdev_ops = &efx_netdev_ops; |
| 2417 | if (efx_nic_rev(efx) >= EFX_REV_HUNT_A0) |
Ben Hutchings | 8127d66 | 2013-08-29 19:19:29 +0100 | [diff] [blame] | 2418 | net_dev->priv_flags |= IFF_UNICAST_FLT; |
Wilfried Klaebe | 7ad24ea | 2014-05-11 00:12:32 +0000 | [diff] [blame] | 2419 | net_dev->ethtool_ops = &efx_ethtool_ops; |
Ben Hutchings | 7e6d06f | 2012-07-30 15:57:44 +0000 | [diff] [blame] | 2420 | net_dev->gso_max_segs = EFX_TSO_MAX_SEGS; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2421 | |
Ben Hutchings | 7dde596 | 2008-12-12 22:09:38 -0800 | [diff] [blame] | 2422 | rtnl_lock(); |
Ben Hutchings | aed0628 | 2009-08-26 08:16:27 +0000 | [diff] [blame] | 2423 | |
Ben Hutchings | 7153f62 | 2012-07-27 20:50:52 +0100 | [diff] [blame] | 2424 | /* Enable resets to be scheduled and check whether any were |
| 2425 | * already requested. If so, the NIC is probably hosed so we |
| 2426 | * abort. |
| 2427 | */ |
| 2428 | efx->state = STATE_READY; |
| 2429 | smp_mb(); /* ensure we change state before checking reset_pending */ |
| 2430 | if (efx->reset_pending) { |
| 2431 | netif_err(efx, probe, efx->net_dev, |
| 2432 | "aborting probe due to scheduled reset\n"); |
| 2433 | rc = -EIO; |
| 2434 | goto fail_locked; |
| 2435 | } |
| 2436 | |
Ben Hutchings | aed0628 | 2009-08-26 08:16:27 +0000 | [diff] [blame] | 2437 | rc = dev_alloc_name(net_dev, net_dev->name); |
| 2438 | if (rc < 0) |
| 2439 | goto fail_locked; |
Ben Hutchings | 7dde596 | 2008-12-12 22:09:38 -0800 | [diff] [blame] | 2440 | efx_update_name(efx); |
Ben Hutchings | aed0628 | 2009-08-26 08:16:27 +0000 | [diff] [blame] | 2441 | |
Ben Hutchings | 8f8b3d5 | 2012-08-24 18:04:38 +0100 | [diff] [blame] | 2442 | /* Always start with carrier off; PHY events will detect the link */ |
| 2443 | netif_carrier_off(net_dev); |
| 2444 | |
Ben Hutchings | aed0628 | 2009-08-26 08:16:27 +0000 | [diff] [blame] | 2445 | rc = register_netdevice(net_dev); |
| 2446 | if (rc) |
| 2447 | goto fail_locked; |
| 2448 | |
Ben Hutchings | c04bfc6 | 2010-12-10 01:24:16 +0000 | [diff] [blame] | 2449 | efx_for_each_channel(channel, efx) { |
| 2450 | struct efx_tx_queue *tx_queue; |
Ben Hutchings | 60031fc | 2011-01-12 18:39:40 +0000 | [diff] [blame] | 2451 | efx_for_each_channel_tx_queue(tx_queue, channel) |
| 2452 | efx_init_tx_queue_core_txq(tx_queue); |
Ben Hutchings | c04bfc6 | 2010-12-10 01:24:16 +0000 | [diff] [blame] | 2453 | } |
| 2454 | |
Ben Hutchings | 0bcf4a6 | 2013-10-18 19:21:45 +0100 | [diff] [blame] | 2455 | efx_associate(efx); |
| 2456 | |
Ben Hutchings | 7dde596 | 2008-12-12 22:09:38 -0800 | [diff] [blame] | 2457 | rtnl_unlock(); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2458 | |
Ben Hutchings | 06d5e19 | 2008-12-12 21:47:23 -0800 | [diff] [blame] | 2459 | rc = device_create_file(&efx->pci_dev->dev, &dev_attr_phy_type); |
| 2460 | if (rc) { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 2461 | netif_err(efx, drv, efx->net_dev, |
| 2462 | "failed to init net dev attributes\n"); |
Ben Hutchings | 06d5e19 | 2008-12-12 21:47:23 -0800 | [diff] [blame] | 2463 | goto fail_registered; |
| 2464 | } |
Edward Cree | e7fef9b | 2015-05-27 13:14:01 +0100 | [diff] [blame] | 2465 | #ifdef CONFIG_SFC_MCDI_LOGGING |
| 2466 | rc = device_create_file(&efx->pci_dev->dev, &dev_attr_mcdi_logging); |
| 2467 | if (rc) { |
| 2468 | netif_err(efx, drv, efx->net_dev, |
| 2469 | "failed to init net dev attributes\n"); |
| 2470 | goto fail_attr_mcdi_logging; |
| 2471 | } |
| 2472 | #endif |
Ben Hutchings | 06d5e19 | 2008-12-12 21:47:23 -0800 | [diff] [blame] | 2473 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2474 | return 0; |
Ben Hutchings | 06d5e19 | 2008-12-12 21:47:23 -0800 | [diff] [blame] | 2475 | |
Edward Cree | e7fef9b | 2015-05-27 13:14:01 +0100 | [diff] [blame] | 2476 | #ifdef CONFIG_SFC_MCDI_LOGGING |
| 2477 | fail_attr_mcdi_logging: |
| 2478 | device_remove_file(&efx->pci_dev->dev, &dev_attr_phy_type); |
| 2479 | #endif |
Ben Hutchings | 7153f62 | 2012-07-27 20:50:52 +0100 | [diff] [blame] | 2480 | fail_registered: |
| 2481 | rtnl_lock(); |
Ben Hutchings | 0bcf4a6 | 2013-10-18 19:21:45 +0100 | [diff] [blame] | 2482 | efx_dissociate(efx); |
Ben Hutchings | 7153f62 | 2012-07-27 20:50:52 +0100 | [diff] [blame] | 2483 | unregister_netdevice(net_dev); |
Ben Hutchings | aed0628 | 2009-08-26 08:16:27 +0000 | [diff] [blame] | 2484 | fail_locked: |
Ben Hutchings | 7153f62 | 2012-07-27 20:50:52 +0100 | [diff] [blame] | 2485 | efx->state = STATE_UNINIT; |
Ben Hutchings | aed0628 | 2009-08-26 08:16:27 +0000 | [diff] [blame] | 2486 | rtnl_unlock(); |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 2487 | netif_err(efx, drv, efx->net_dev, "could not register net dev\n"); |
Ben Hutchings | aed0628 | 2009-08-26 08:16:27 +0000 | [diff] [blame] | 2488 | return rc; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2489 | } |
| 2490 | |
| 2491 | static void efx_unregister_netdev(struct efx_nic *efx) |
| 2492 | { |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2493 | if (!efx->net_dev) |
| 2494 | return; |
| 2495 | |
Ben Hutchings | 767e468 | 2008-09-01 12:43:14 +0100 | [diff] [blame] | 2496 | BUG_ON(netdev_priv(efx->net_dev) != efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2497 | |
Edward Cree | e7fef9b | 2015-05-27 13:14:01 +0100 | [diff] [blame] | 2498 | if (efx_dev_registered(efx)) { |
| 2499 | strlcpy(efx->name, pci_name(efx->pci_dev), sizeof(efx->name)); |
| 2500 | #ifdef CONFIG_SFC_MCDI_LOGGING |
| 2501 | device_remove_file(&efx->pci_dev->dev, &dev_attr_mcdi_logging); |
| 2502 | #endif |
| 2503 | device_remove_file(&efx->pci_dev->dev, &dev_attr_phy_type); |
| 2504 | unregister_netdev(efx->net_dev); |
| 2505 | } |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2506 | } |
| 2507 | |
| 2508 | /************************************************************************** |
| 2509 | * |
| 2510 | * Device reset and suspend |
| 2511 | * |
| 2512 | **************************************************************************/ |
| 2513 | |
Ben Hutchings | 2467ca4 | 2008-09-01 12:48:50 +0100 | [diff] [blame] | 2514 | /* Tears down the entire software state and most of the hardware state |
| 2515 | * before reset. */ |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 2516 | void efx_reset_down(struct efx_nic *efx, enum reset_type method) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2517 | { |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2518 | EFX_ASSERT_RESET_SERIALISED(efx); |
| 2519 | |
Edward Cree | e283546 | 2014-04-16 19:27:48 +0100 | [diff] [blame] | 2520 | if (method == RESET_TYPE_MCDI_TIMEOUT) |
| 2521 | efx->type->prepare_flr(efx); |
| 2522 | |
Ben Hutchings | 2467ca4 | 2008-09-01 12:48:50 +0100 | [diff] [blame] | 2523 | efx_stop_all(efx); |
Ben Hutchings | d829118 | 2012-10-05 23:35:41 +0100 | [diff] [blame] | 2524 | efx_disable_interrupts(efx); |
Ben Hutchings | 5642cee | 2012-07-27 19:35:52 +0100 | [diff] [blame] | 2525 | |
| 2526 | mutex_lock(&efx->mac_lock); |
Jon Cooper | 087e902 | 2015-05-20 11:11:35 +0100 | [diff] [blame] | 2527 | if (efx->port_initialized && method != RESET_TYPE_INVISIBLE && |
| 2528 | method != RESET_TYPE_DATAPATH) |
Steve Hodgson | 4b98828 | 2009-01-29 17:50:51 +0000 | [diff] [blame] | 2529 | efx->phy_op->fini(efx); |
Ben Hutchings | ef2b90e | 2009-11-29 03:42:31 +0000 | [diff] [blame] | 2530 | efx->type->fini(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2531 | } |
| 2532 | |
Ben Hutchings | 2467ca4 | 2008-09-01 12:48:50 +0100 | [diff] [blame] | 2533 | /* This function will always ensure that the locks acquired in |
| 2534 | * efx_reset_down() are released. A failure return code indicates |
| 2535 | * that we were unable to reinitialise the hardware, and the |
| 2536 | * driver should be disabled. If ok is false, then the rx and tx |
| 2537 | * engines are not restarted, pending a RESET_DISABLE. */ |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 2538 | int efx_reset_up(struct efx_nic *efx, enum reset_type method, bool ok) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2539 | { |
| 2540 | int rc; |
| 2541 | |
Ben Hutchings | 2467ca4 | 2008-09-01 12:48:50 +0100 | [diff] [blame] | 2542 | EFX_ASSERT_RESET_SERIALISED(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2543 | |
Edward Cree | e283546 | 2014-04-16 19:27:48 +0100 | [diff] [blame] | 2544 | if (method == RESET_TYPE_MCDI_TIMEOUT) |
| 2545 | efx->type->finish_flr(efx); |
| 2546 | |
| 2547 | /* Ensure that SRAM is initialised even if we're disabling the device */ |
Ben Hutchings | ef2b90e | 2009-11-29 03:42:31 +0000 | [diff] [blame] | 2548 | rc = efx->type->init(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2549 | if (rc) { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 2550 | netif_err(efx, drv, efx->net_dev, "failed to initialise NIC\n"); |
Ben Hutchings | eb9f674 | 2009-11-29 03:43:15 +0000 | [diff] [blame] | 2551 | goto fail; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2552 | } |
| 2553 | |
Ben Hutchings | eb9f674 | 2009-11-29 03:43:15 +0000 | [diff] [blame] | 2554 | if (!ok) |
| 2555 | goto fail; |
| 2556 | |
Jon Cooper | 087e902 | 2015-05-20 11:11:35 +0100 | [diff] [blame] | 2557 | if (efx->port_initialized && method != RESET_TYPE_INVISIBLE && |
| 2558 | method != RESET_TYPE_DATAPATH) { |
Ben Hutchings | eb9f674 | 2009-11-29 03:43:15 +0000 | [diff] [blame] | 2559 | rc = efx->phy_op->init(efx); |
| 2560 | if (rc) |
| 2561 | goto fail; |
Edward Cree | 267d9d7 | 2015-05-06 00:59:18 +0100 | [diff] [blame] | 2562 | rc = efx->phy_op->reconfigure(efx); |
| 2563 | if (rc && rc != -EPERM) |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 2564 | netif_err(efx, drv, efx->net_dev, |
| 2565 | "could not restore PHY settings\n"); |
Steve Hodgson | 4b98828 | 2009-01-29 17:50:51 +0000 | [diff] [blame] | 2566 | } |
| 2567 | |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 2568 | rc = efx_enable_interrupts(efx); |
| 2569 | if (rc) |
| 2570 | goto fail; |
Daniel Pieczko | 6d8aaaf | 2015-05-06 00:57:34 +0100 | [diff] [blame] | 2571 | |
| 2572 | #ifdef CONFIG_SFC_SRIOV |
| 2573 | rc = efx->type->vswitching_restore(efx); |
| 2574 | if (rc) /* not fatal; the PF will still work fine */ |
| 2575 | netif_warn(efx, probe, efx->net_dev, |
| 2576 | "failed to restore vswitching rc=%d;" |
| 2577 | " VFs may not function\n", rc); |
| 2578 | #endif |
| 2579 | |
Edward Cree | 0d32241 | 2015-05-20 11:10:03 +0100 | [diff] [blame] | 2580 | down_read(&efx->filter_sem); |
Ben Hutchings | 64eebcf | 2010-09-20 08:43:07 +0000 | [diff] [blame] | 2581 | efx_restore_filters(efx); |
Edward Cree | 0d32241 | 2015-05-20 11:10:03 +0100 | [diff] [blame] | 2582 | up_read(&efx->filter_sem); |
Shradha Shah | 7fa8d54 | 2015-05-06 00:55:13 +0100 | [diff] [blame] | 2583 | if (efx->type->sriov_reset) |
| 2584 | efx->type->sriov_reset(efx); |
Ben Hutchings | 2467ca4 | 2008-09-01 12:48:50 +0100 | [diff] [blame] | 2585 | |
| 2586 | mutex_unlock(&efx->mac_lock); |
| 2587 | |
Ben Hutchings | eb9f674 | 2009-11-29 03:43:15 +0000 | [diff] [blame] | 2588 | efx_start_all(efx); |
| 2589 | |
| 2590 | return 0; |
| 2591 | |
| 2592 | fail: |
| 2593 | efx->port_initialized = false; |
| 2594 | |
Ben Hutchings | eb9f674 | 2009-11-29 03:43:15 +0000 | [diff] [blame] | 2595 | mutex_unlock(&efx->mac_lock); |
| 2596 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2597 | return rc; |
| 2598 | } |
| 2599 | |
Ben Hutchings | eb9f674 | 2009-11-29 03:43:15 +0000 | [diff] [blame] | 2600 | /* Reset the NIC using the specified method. Note that the reset may |
| 2601 | * fail, in which case the card will be left in an unusable state. |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2602 | * |
Ben Hutchings | eb9f674 | 2009-11-29 03:43:15 +0000 | [diff] [blame] | 2603 | * Caller must hold the rtnl_lock. |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2604 | */ |
Ben Hutchings | eb9f674 | 2009-11-29 03:43:15 +0000 | [diff] [blame] | 2605 | int efx_reset(struct efx_nic *efx, enum reset_type method) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2606 | { |
Ben Hutchings | eb9f674 | 2009-11-29 03:43:15 +0000 | [diff] [blame] | 2607 | int rc, rc2; |
| 2608 | bool disabled; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2609 | |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 2610 | netif_info(efx, drv, efx->net_dev, "resetting (%s)\n", |
| 2611 | RESET_TYPE(method)); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2612 | |
Daniel Pieczko | c2f3b8e | 2012-10-17 13:21:23 +0100 | [diff] [blame] | 2613 | efx_device_detach_sync(efx); |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 2614 | efx_reset_down(efx, method); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2615 | |
Ben Hutchings | ef2b90e | 2009-11-29 03:42:31 +0000 | [diff] [blame] | 2616 | rc = efx->type->reset(efx, method); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2617 | if (rc) { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 2618 | netif_err(efx, drv, efx->net_dev, "failed to reset hardware\n"); |
Ben Hutchings | eb9f674 | 2009-11-29 03:43:15 +0000 | [diff] [blame] | 2619 | goto out; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2620 | } |
| 2621 | |
Ben Hutchings | a7d529a | 2011-06-24 20:46:31 +0100 | [diff] [blame] | 2622 | /* Clear flags for the scopes we covered. We assume the NIC and |
| 2623 | * driver are now quiescent so that there is no race here. |
| 2624 | */ |
Edward Cree | e283546 | 2014-04-16 19:27:48 +0100 | [diff] [blame] | 2625 | if (method < RESET_TYPE_MAX_METHOD) |
| 2626 | efx->reset_pending &= -(1 << (method + 1)); |
| 2627 | else /* it doesn't fit into the well-ordered scope hierarchy */ |
| 2628 | __clear_bit(method, &efx->reset_pending); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2629 | |
| 2630 | /* Reinitialise bus-mastering, which may have been turned off before |
| 2631 | * the reset was scheduled. This is still appropriate, even in the |
| 2632 | * RESET_TYPE_DISABLE since this driver generally assumes the hardware |
| 2633 | * can respond to requests. */ |
| 2634 | pci_set_master(efx->pci_dev); |
| 2635 | |
Ben Hutchings | eb9f674 | 2009-11-29 03:43:15 +0000 | [diff] [blame] | 2636 | out: |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2637 | /* Leave device stopped if necessary */ |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 2638 | disabled = rc || |
| 2639 | method == RESET_TYPE_DISABLE || |
| 2640 | method == RESET_TYPE_RECOVER_OR_DISABLE; |
Ben Hutchings | eb9f674 | 2009-11-29 03:43:15 +0000 | [diff] [blame] | 2641 | rc2 = efx_reset_up(efx, method, !disabled); |
| 2642 | if (rc2) { |
| 2643 | disabled = true; |
| 2644 | if (!rc) |
| 2645 | rc = rc2; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2646 | } |
| 2647 | |
Ben Hutchings | eb9f674 | 2009-11-29 03:43:15 +0000 | [diff] [blame] | 2648 | if (disabled) { |
Ben Hutchings | f49a458 | 2010-04-28 09:01:33 +0000 | [diff] [blame] | 2649 | dev_close(efx->net_dev); |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 2650 | netif_err(efx, drv, efx->net_dev, "has been disabled\n"); |
Ben Hutchings | f4bd954 | 2008-12-26 13:48:51 -0800 | [diff] [blame] | 2651 | efx->state = STATE_DISABLED; |
Ben Hutchings | f4bd954 | 2008-12-26 13:48:51 -0800 | [diff] [blame] | 2652 | } else { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 2653 | netif_dbg(efx, drv, efx->net_dev, "reset complete\n"); |
Ben Hutchings | e4abce8 | 2011-05-16 18:51:24 +0100 | [diff] [blame] | 2654 | netif_device_attach(efx->net_dev); |
Ben Hutchings | f4bd954 | 2008-12-26 13:48:51 -0800 | [diff] [blame] | 2655 | } |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2656 | return rc; |
| 2657 | } |
| 2658 | |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 2659 | /* Try recovery mechanisms. |
| 2660 | * For now only EEH is supported. |
| 2661 | * Returns 0 if the recovery mechanisms are unsuccessful. |
| 2662 | * Returns a non-zero value otherwise. |
| 2663 | */ |
Alexandre Rames | b28405b | 2013-03-21 16:41:43 +0000 | [diff] [blame] | 2664 | int efx_try_recovery(struct efx_nic *efx) |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 2665 | { |
| 2666 | #ifdef CONFIG_EEH |
| 2667 | /* A PCI error can occur and not be seen by EEH because nothing |
| 2668 | * happens on the PCI bus. In this case the driver may fail and |
| 2669 | * schedule a 'recover or reset', leading to this recovery handler. |
| 2670 | * Manually call the eeh failure check function. |
| 2671 | */ |
Benjamin Herrenschmidt | 12a89db | 2015-03-23 14:00:47 +1100 | [diff] [blame] | 2672 | struct eeh_dev *eehdev = pci_dev_to_eeh_dev(efx->pci_dev); |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 2673 | if (eeh_dev_check_failure(eehdev)) { |
| 2674 | /* The EEH mechanisms will handle the error and reset the |
| 2675 | * device if necessary. |
| 2676 | */ |
| 2677 | return 1; |
| 2678 | } |
| 2679 | #endif |
| 2680 | return 0; |
| 2681 | } |
| 2682 | |
Jon Cooper | 74cd60a | 2013-09-16 14:18:51 +0100 | [diff] [blame] | 2683 | static void efx_wait_for_bist_end(struct efx_nic *efx) |
| 2684 | { |
| 2685 | int i; |
| 2686 | |
| 2687 | for (i = 0; i < BIST_WAIT_DELAY_COUNT; ++i) { |
| 2688 | if (efx_mcdi_poll_reboot(efx)) |
| 2689 | goto out; |
| 2690 | msleep(BIST_WAIT_DELAY_MS); |
| 2691 | } |
| 2692 | |
| 2693 | netif_err(efx, drv, efx->net_dev, "Warning: No MC reboot after BIST mode\n"); |
| 2694 | out: |
| 2695 | /* Either way unset the BIST flag. If we found no reboot we probably |
| 2696 | * won't recover, but we should try. |
| 2697 | */ |
| 2698 | efx->mc_bist_for_other_fn = false; |
| 2699 | } |
| 2700 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2701 | /* The worker thread exists so that code that cannot sleep can |
| 2702 | * schedule a reset for later. |
| 2703 | */ |
| 2704 | static void efx_reset_work(struct work_struct *data) |
| 2705 | { |
Ben Hutchings | eb9f674 | 2009-11-29 03:43:15 +0000 | [diff] [blame] | 2706 | struct efx_nic *efx = container_of(data, struct efx_nic, reset_work); |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 2707 | unsigned long pending; |
| 2708 | enum reset_type method; |
| 2709 | |
| 2710 | pending = ACCESS_ONCE(efx->reset_pending); |
| 2711 | method = fls(pending) - 1; |
| 2712 | |
Jon Cooper | 74cd60a | 2013-09-16 14:18:51 +0100 | [diff] [blame] | 2713 | if (method == RESET_TYPE_MC_BIST) |
| 2714 | efx_wait_for_bist_end(efx); |
| 2715 | |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 2716 | if ((method == RESET_TYPE_RECOVER_OR_DISABLE || |
| 2717 | method == RESET_TYPE_RECOVER_OR_ALL) && |
| 2718 | efx_try_recovery(efx)) |
| 2719 | return; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2720 | |
Ben Hutchings | a7d529a | 2011-06-24 20:46:31 +0100 | [diff] [blame] | 2721 | if (!pending) |
Steve Hodgson | 319ba64 | 2010-06-01 11:17:24 +0000 | [diff] [blame] | 2722 | return; |
| 2723 | |
Ben Hutchings | eb9f674 | 2009-11-29 03:43:15 +0000 | [diff] [blame] | 2724 | rtnl_lock(); |
Ben Hutchings | 7153f62 | 2012-07-27 20:50:52 +0100 | [diff] [blame] | 2725 | |
| 2726 | /* We checked the state in efx_schedule_reset() but it may |
| 2727 | * have changed by now. Now that we have the RTNL lock, |
| 2728 | * it cannot change again. |
| 2729 | */ |
| 2730 | if (efx->state == STATE_READY) |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 2731 | (void)efx_reset(efx, method); |
Ben Hutchings | 7153f62 | 2012-07-27 20:50:52 +0100 | [diff] [blame] | 2732 | |
Ben Hutchings | eb9f674 | 2009-11-29 03:43:15 +0000 | [diff] [blame] | 2733 | rtnl_unlock(); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2734 | } |
| 2735 | |
| 2736 | void efx_schedule_reset(struct efx_nic *efx, enum reset_type type) |
| 2737 | { |
| 2738 | enum reset_type method; |
| 2739 | |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 2740 | if (efx->state == STATE_RECOVERY) { |
| 2741 | netif_dbg(efx, drv, efx->net_dev, |
| 2742 | "recovering: skip scheduling %s reset\n", |
| 2743 | RESET_TYPE(type)); |
| 2744 | return; |
| 2745 | } |
| 2746 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2747 | switch (type) { |
| 2748 | case RESET_TYPE_INVISIBLE: |
| 2749 | case RESET_TYPE_ALL: |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 2750 | case RESET_TYPE_RECOVER_OR_ALL: |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2751 | case RESET_TYPE_WORLD: |
| 2752 | case RESET_TYPE_DISABLE: |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 2753 | case RESET_TYPE_RECOVER_OR_DISABLE: |
Jon Cooper | 087e902 | 2015-05-20 11:11:35 +0100 | [diff] [blame] | 2754 | case RESET_TYPE_DATAPATH: |
Jon Cooper | 74cd60a | 2013-09-16 14:18:51 +0100 | [diff] [blame] | 2755 | case RESET_TYPE_MC_BIST: |
Edward Cree | e283546 | 2014-04-16 19:27:48 +0100 | [diff] [blame] | 2756 | case RESET_TYPE_MCDI_TIMEOUT: |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2757 | method = type; |
Ben Hutchings | 0e2a9c7 | 2011-06-24 20:50:07 +0100 | [diff] [blame] | 2758 | netif_dbg(efx, drv, efx->net_dev, "scheduling %s reset\n", |
| 2759 | RESET_TYPE(method)); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2760 | break; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2761 | default: |
Ben Hutchings | 0e2a9c7 | 2011-06-24 20:50:07 +0100 | [diff] [blame] | 2762 | method = efx->type->map_reset_reason(type); |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 2763 | netif_dbg(efx, drv, efx->net_dev, |
| 2764 | "scheduling %s reset for %s\n", |
| 2765 | RESET_TYPE(method), RESET_TYPE(type)); |
Ben Hutchings | 0e2a9c7 | 2011-06-24 20:50:07 +0100 | [diff] [blame] | 2766 | break; |
| 2767 | } |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2768 | |
Ben Hutchings | a7d529a | 2011-06-24 20:46:31 +0100 | [diff] [blame] | 2769 | set_bit(method, &efx->reset_pending); |
Ben Hutchings | 7153f62 | 2012-07-27 20:50:52 +0100 | [diff] [blame] | 2770 | smp_mb(); /* ensure we change reset_pending before checking state */ |
| 2771 | |
| 2772 | /* If we're not READY then just leave the flags set as the cue |
| 2773 | * to abort probing or reschedule the reset later. |
| 2774 | */ |
| 2775 | if (ACCESS_ONCE(efx->state) != STATE_READY) |
| 2776 | return; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2777 | |
Ben Hutchings | 8880f4e | 2009-11-29 15:15:41 +0000 | [diff] [blame] | 2778 | /* efx_process_channel() will no longer read events once a |
| 2779 | * reset is scheduled. So switch back to poll'd MCDI completions. */ |
| 2780 | efx_mcdi_mode_poll(efx); |
| 2781 | |
Steve Hodgson | 1ab0062 | 2008-12-12 21:33:02 -0800 | [diff] [blame] | 2782 | queue_work(reset_workqueue, &efx->reset_work); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2783 | } |
| 2784 | |
| 2785 | /************************************************************************** |
| 2786 | * |
| 2787 | * List of NICs we support |
| 2788 | * |
| 2789 | **************************************************************************/ |
| 2790 | |
| 2791 | /* PCI device ID table */ |
Benoit Taine | 9baa3c3 | 2014-08-08 15:56:03 +0200 | [diff] [blame] | 2792 | static const struct pci_device_id efx_pci_table[] = { |
Linus Torvalds | 0e59e7e7 | 2011-10-28 14:20:44 -0700 | [diff] [blame] | 2793 | {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, |
| 2794 | PCI_DEVICE_ID_SOLARFLARE_SFC4000A_0), |
Ben Hutchings | daeda63 | 2009-11-28 05:36:04 +0000 | [diff] [blame] | 2795 | .driver_data = (unsigned long) &falcon_a1_nic_type}, |
Linus Torvalds | 0e59e7e7 | 2011-10-28 14:20:44 -0700 | [diff] [blame] | 2796 | {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, |
| 2797 | PCI_DEVICE_ID_SOLARFLARE_SFC4000B), |
Ben Hutchings | daeda63 | 2009-11-28 05:36:04 +0000 | [diff] [blame] | 2798 | .driver_data = (unsigned long) &falcon_b0_nic_type}, |
Ben Hutchings | 547c474 | 2011-12-02 18:23:56 +0000 | [diff] [blame] | 2799 | {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0803), /* SFC9020 */ |
Ben Hutchings | 8880f4e | 2009-11-29 15:15:41 +0000 | [diff] [blame] | 2800 | .driver_data = (unsigned long) &siena_a0_nic_type}, |
Ben Hutchings | 547c474 | 2011-12-02 18:23:56 +0000 | [diff] [blame] | 2801 | {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0813), /* SFL9021 */ |
Ben Hutchings | 8880f4e | 2009-11-29 15:15:41 +0000 | [diff] [blame] | 2802 | .driver_data = (unsigned long) &siena_a0_nic_type}, |
Ben Hutchings | 8127d66 | 2013-08-29 19:19:29 +0100 | [diff] [blame] | 2803 | {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0903), /* SFC9120 PF */ |
| 2804 | .driver_data = (unsigned long) &efx_hunt_a0_nic_type}, |
Shradha Shah | 6f7f8aa | 2015-05-06 01:00:07 +0100 | [diff] [blame] | 2805 | {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x1903), /* SFC9120 VF */ |
| 2806 | .driver_data = (unsigned long) &efx_hunt_a0_vf_nic_type}, |
Mateusz Wrzesinski | 3b06a00 | 2014-07-14 08:38:49 +0100 | [diff] [blame] | 2807 | {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0923), /* SFC9140 PF */ |
| 2808 | .driver_data = (unsigned long) &efx_hunt_a0_nic_type}, |
Bert Kenward | dd248f1 | 2015-11-30 09:05:47 +0000 | [diff] [blame] | 2809 | {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x1923), /* SFC9140 VF */ |
| 2810 | .driver_data = (unsigned long) &efx_hunt_a0_vf_nic_type}, |
| 2811 | {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x0a03), /* SFC9220 PF */ |
| 2812 | .driver_data = (unsigned long) &efx_hunt_a0_nic_type}, |
| 2813 | {PCI_DEVICE(PCI_VENDOR_ID_SOLARFLARE, 0x1a03), /* SFC9220 VF */ |
| 2814 | .driver_data = (unsigned long) &efx_hunt_a0_vf_nic_type}, |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2815 | {0} /* end of list */ |
| 2816 | }; |
| 2817 | |
| 2818 | /************************************************************************** |
| 2819 | * |
Ben Hutchings | 3759433 | 2009-11-23 16:05:45 +0000 | [diff] [blame] | 2820 | * Dummy PHY/MAC operations |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2821 | * |
Ben Hutchings | 01aad7b | 2008-09-01 12:48:36 +0100 | [diff] [blame] | 2822 | * Can be used for some unimplemented operations |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2823 | * Needed so all function pointers are valid and do not have to be tested |
| 2824 | * before use |
| 2825 | * |
| 2826 | **************************************************************************/ |
| 2827 | int efx_port_dummy_op_int(struct efx_nic *efx) |
| 2828 | { |
| 2829 | return 0; |
| 2830 | } |
| 2831 | void efx_port_dummy_op_void(struct efx_nic *efx) {} |
stephen hemminger | d215697 | 2010-10-18 05:27:31 +0000 | [diff] [blame] | 2832 | |
| 2833 | static bool efx_port_dummy_op_poll(struct efx_nic *efx) |
Steve Hodgson | fdaa9ae | 2009-11-28 05:34:05 +0000 | [diff] [blame] | 2834 | { |
| 2835 | return false; |
| 2836 | } |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2837 | |
stephen hemminger | 6c8c251 | 2011-04-14 05:50:12 +0000 | [diff] [blame] | 2838 | static const struct efx_phy_operations efx_dummy_phy_operations = { |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2839 | .init = efx_port_dummy_op_int, |
Ben Hutchings | d3245b2 | 2009-11-29 03:42:41 +0000 | [diff] [blame] | 2840 | .reconfigure = efx_port_dummy_op_int, |
Steve Hodgson | fdaa9ae | 2009-11-28 05:34:05 +0000 | [diff] [blame] | 2841 | .poll = efx_port_dummy_op_poll, |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2842 | .fini = efx_port_dummy_op_void, |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2843 | }; |
| 2844 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2845 | /************************************************************************** |
| 2846 | * |
| 2847 | * Data housekeeping |
| 2848 | * |
| 2849 | **************************************************************************/ |
| 2850 | |
| 2851 | /* This zeroes out and then fills in the invariants in a struct |
| 2852 | * efx_nic (including all sub-structures). |
| 2853 | */ |
Ben Hutchings | adeb15a | 2012-08-02 01:39:38 +0100 | [diff] [blame] | 2854 | static int efx_init_struct(struct efx_nic *efx, |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2855 | struct pci_dev *pci_dev, struct net_device *net_dev) |
| 2856 | { |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 2857 | int i; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2858 | |
| 2859 | /* Initialise common structures */ |
Ben Hutchings | 0bcf4a6 | 2013-10-18 19:21:45 +0100 | [diff] [blame] | 2860 | INIT_LIST_HEAD(&efx->node); |
| 2861 | INIT_LIST_HEAD(&efx->secondary_list); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2862 | spin_lock_init(&efx->biu_lock); |
Ben Hutchings | 7688483 | 2009-11-29 15:10:44 +0000 | [diff] [blame] | 2863 | #ifdef CONFIG_SFC_MTD |
| 2864 | INIT_LIST_HEAD(&efx->mtd_list); |
| 2865 | #endif |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2866 | INIT_WORK(&efx->reset_work, efx_reset_work); |
| 2867 | INIT_DELAYED_WORK(&efx->monitor_work, efx_monitor); |
Ben Hutchings | dd40781 | 2012-02-28 23:40:21 +0000 | [diff] [blame] | 2868 | INIT_DELAYED_WORK(&efx->selftest_work, efx_selftest_async_work); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2869 | efx->pci_dev = pci_dev; |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 2870 | efx->msg_enable = debug; |
Ben Hutchings | f16aeea | 2012-07-27 19:31:16 +0100 | [diff] [blame] | 2871 | efx->state = STATE_UNINIT; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2872 | strlcpy(efx->name, pci_name(pci_dev), sizeof(efx->name)); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2873 | |
| 2874 | efx->net_dev = net_dev; |
Jon Cooper | 43a3739 | 2012-10-18 15:49:54 +0100 | [diff] [blame] | 2875 | efx->rx_prefix_size = efx->type->rx_prefix_size; |
Andrew Rybchenko | 2ec0301 | 2013-11-16 11:02:27 +0400 | [diff] [blame] | 2876 | efx->rx_ip_align = |
| 2877 | NET_IP_ALIGN ? (efx->rx_prefix_size + NET_IP_ALIGN) % 4 : 0; |
Jon Cooper | 43a3739 | 2012-10-18 15:49:54 +0100 | [diff] [blame] | 2878 | efx->rx_packet_hash_offset = |
| 2879 | efx->type->rx_hash_offset - efx->type->rx_prefix_size; |
Jon Cooper | bd9a265 | 2013-11-18 12:54:41 +0000 | [diff] [blame] | 2880 | efx->rx_packet_ts_offset = |
| 2881 | efx->type->rx_ts_offset - efx->type->rx_prefix_size; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2882 | spin_lock_init(&efx->stats_lock); |
| 2883 | mutex_init(&efx->mac_lock); |
| 2884 | efx->phy_op = &efx_dummy_phy_operations; |
Ben Hutchings | 68e7f45 | 2009-04-29 08:05:08 +0000 | [diff] [blame] | 2885 | efx->mdio.dev = net_dev; |
Ben Hutchings | 766ca0f | 2008-12-12 21:59:24 -0800 | [diff] [blame] | 2886 | INIT_WORK(&efx->mac_work, efx_mac_work); |
Ben Hutchings | 9f2cb71 | 2012-02-08 00:11:20 +0000 | [diff] [blame] | 2887 | init_waitqueue_head(&efx->flush_wq); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2888 | |
| 2889 | for (i = 0; i < EFX_MAX_CHANNELS; i++) { |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 2890 | efx->channel[i] = efx_alloc_channel(efx, i, NULL); |
| 2891 | if (!efx->channel[i]) |
| 2892 | goto fail; |
Ben Hutchings | d829118 | 2012-10-05 23:35:41 +0100 | [diff] [blame] | 2893 | efx->msi_context[i].efx = efx; |
| 2894 | efx->msi_context[i].index = i; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2895 | } |
| 2896 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2897 | /* Higher numbered interrupt modes are less capable! */ |
| 2898 | efx->interrupt_mode = max(efx->type->max_interrupt_mode, |
| 2899 | interrupt_mode); |
| 2900 | |
Ben Hutchings | 6977dc6 | 2008-12-26 13:44:39 -0800 | [diff] [blame] | 2901 | /* Would be good to use the net_dev name, but we're too early */ |
| 2902 | snprintf(efx->workqueue_name, sizeof(efx->workqueue_name), "sfc%s", |
| 2903 | pci_name(pci_dev)); |
| 2904 | efx->workqueue = create_singlethread_workqueue(efx->workqueue_name); |
Steve Hodgson | 1ab0062 | 2008-12-12 21:33:02 -0800 | [diff] [blame] | 2905 | if (!efx->workqueue) |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 2906 | goto fail; |
Ben Hutchings | 8d9853d | 2008-07-18 19:01:20 +0100 | [diff] [blame] | 2907 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2908 | return 0; |
Ben Hutchings | 4642610 | 2010-09-10 06:42:33 +0000 | [diff] [blame] | 2909 | |
| 2910 | fail: |
| 2911 | efx_fini_struct(efx); |
| 2912 | return -ENOMEM; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2913 | } |
| 2914 | |
| 2915 | static void efx_fini_struct(struct efx_nic *efx) |
| 2916 | { |
Ben Hutchings | 8313aca | 2010-09-10 06:41:57 +0000 | [diff] [blame] | 2917 | int i; |
| 2918 | |
| 2919 | for (i = 0; i < EFX_MAX_CHANNELS; i++) |
| 2920 | kfree(efx->channel[i]); |
| 2921 | |
Ben Hutchings | ef215e6 | 2013-12-05 20:13:22 +0000 | [diff] [blame] | 2922 | kfree(efx->vpd_sn); |
| 2923 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2924 | if (efx->workqueue) { |
| 2925 | destroy_workqueue(efx->workqueue); |
| 2926 | efx->workqueue = NULL; |
| 2927 | } |
| 2928 | } |
| 2929 | |
Edward Cree | e4d112e | 2014-07-15 11:58:12 +0100 | [diff] [blame] | 2930 | void efx_update_sw_stats(struct efx_nic *efx, u64 *stats) |
| 2931 | { |
| 2932 | u64 n_rx_nodesc_trunc = 0; |
| 2933 | struct efx_channel *channel; |
| 2934 | |
| 2935 | efx_for_each_channel(channel, efx) |
| 2936 | n_rx_nodesc_trunc += channel->n_rx_nodesc_trunc; |
| 2937 | stats[GENERIC_STAT_rx_nodesc_trunc] = n_rx_nodesc_trunc; |
| 2938 | stats[GENERIC_STAT_rx_noskb_drops] = atomic_read(&efx->n_rx_noskb_drops); |
| 2939 | } |
| 2940 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2941 | /************************************************************************** |
| 2942 | * |
| 2943 | * PCI interface |
| 2944 | * |
| 2945 | **************************************************************************/ |
| 2946 | |
| 2947 | /* Main body of final NIC shutdown code |
| 2948 | * This is called only at module unload (or hotplug removal). |
| 2949 | */ |
| 2950 | static void efx_pci_remove_main(struct efx_nic *efx) |
| 2951 | { |
Ben Hutchings | 7153f62 | 2012-07-27 20:50:52 +0100 | [diff] [blame] | 2952 | /* Flush reset_work. It can no longer be scheduled since we |
| 2953 | * are not READY. |
| 2954 | */ |
| 2955 | BUG_ON(efx->state == STATE_READY); |
| 2956 | cancel_work_sync(&efx->reset_work); |
| 2957 | |
Ben Hutchings | d829118 | 2012-10-05 23:35:41 +0100 | [diff] [blame] | 2958 | efx_disable_interrupts(efx); |
Ben Hutchings | 152b6a6 | 2009-11-29 03:43:56 +0000 | [diff] [blame] | 2959 | efx_nic_fini_interrupt(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2960 | efx_fini_port(efx); |
Ben Hutchings | ef2b90e | 2009-11-29 03:42:31 +0000 | [diff] [blame] | 2961 | efx->type->fini(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2962 | efx_fini_napi(efx); |
| 2963 | efx_remove_all(efx); |
| 2964 | } |
| 2965 | |
| 2966 | /* Final NIC shutdown |
Daniel Pieczko | 2a3fc31 | 2015-06-02 11:40:46 +0100 | [diff] [blame] | 2967 | * This is called only at module unload (or hotplug removal). A PF can call |
| 2968 | * this on its VFs to ensure they are unbound first. |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2969 | */ |
| 2970 | static void efx_pci_remove(struct pci_dev *pci_dev) |
| 2971 | { |
| 2972 | struct efx_nic *efx; |
| 2973 | |
| 2974 | efx = pci_get_drvdata(pci_dev); |
| 2975 | if (!efx) |
| 2976 | return; |
| 2977 | |
| 2978 | /* Mark the NIC as fini, then stop the interface */ |
| 2979 | rtnl_lock(); |
Ben Hutchings | 0bcf4a6 | 2013-10-18 19:21:45 +0100 | [diff] [blame] | 2980 | efx_dissociate(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2981 | dev_close(efx->net_dev); |
Ben Hutchings | d829118 | 2012-10-05 23:35:41 +0100 | [diff] [blame] | 2982 | efx_disable_interrupts(efx); |
Edward Cree | ea6bb99 | 2015-06-15 18:27:54 +0100 | [diff] [blame] | 2983 | efx->state = STATE_UNINIT; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2984 | rtnl_unlock(); |
| 2985 | |
Shradha Shah | 7fa8d54 | 2015-05-06 00:55:13 +0100 | [diff] [blame] | 2986 | if (efx->type->sriov_fini) |
| 2987 | efx->type->sriov_fini(efx); |
| 2988 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2989 | efx_unregister_netdev(efx); |
| 2990 | |
Ben Hutchings | 7dde596 | 2008-12-12 22:09:38 -0800 | [diff] [blame] | 2991 | efx_mtd_remove(efx); |
| 2992 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2993 | efx_pci_remove_main(efx); |
| 2994 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2995 | efx_fini_io(efx); |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 2996 | netif_dbg(efx, drv, efx->net_dev, "shutdown successful\n"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2997 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 2998 | efx_fini_struct(efx); |
| 2999 | free_netdev(efx->net_dev); |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 3000 | |
| 3001 | pci_disable_pcie_error_reporting(pci_dev); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3002 | }; |
| 3003 | |
Ben Hutchings | 460eeaa | 2012-03-05 15:35:39 +0000 | [diff] [blame] | 3004 | /* NIC VPD information |
| 3005 | * Called during probe to display the part number of the |
| 3006 | * installed NIC. VPD is potentially very large but this should |
| 3007 | * always appear within the first 512 bytes. |
| 3008 | */ |
| 3009 | #define SFC_VPD_LEN 512 |
Ben Hutchings | ef215e6 | 2013-12-05 20:13:22 +0000 | [diff] [blame] | 3010 | static void efx_probe_vpd_strings(struct efx_nic *efx) |
Ben Hutchings | 460eeaa | 2012-03-05 15:35:39 +0000 | [diff] [blame] | 3011 | { |
| 3012 | struct pci_dev *dev = efx->pci_dev; |
| 3013 | char vpd_data[SFC_VPD_LEN]; |
| 3014 | ssize_t vpd_size; |
Ben Hutchings | ef215e6 | 2013-12-05 20:13:22 +0000 | [diff] [blame] | 3015 | int ro_start, ro_size, i, j; |
Ben Hutchings | 460eeaa | 2012-03-05 15:35:39 +0000 | [diff] [blame] | 3016 | |
| 3017 | /* Get the vpd data from the device */ |
| 3018 | vpd_size = pci_read_vpd(dev, 0, sizeof(vpd_data), vpd_data); |
| 3019 | if (vpd_size <= 0) { |
| 3020 | netif_err(efx, drv, efx->net_dev, "Unable to read VPD\n"); |
| 3021 | return; |
| 3022 | } |
| 3023 | |
| 3024 | /* Get the Read only section */ |
Ben Hutchings | ef215e6 | 2013-12-05 20:13:22 +0000 | [diff] [blame] | 3025 | ro_start = pci_vpd_find_tag(vpd_data, 0, vpd_size, PCI_VPD_LRDT_RO_DATA); |
| 3026 | if (ro_start < 0) { |
Ben Hutchings | 460eeaa | 2012-03-05 15:35:39 +0000 | [diff] [blame] | 3027 | netif_err(efx, drv, efx->net_dev, "VPD Read-only not found\n"); |
| 3028 | return; |
| 3029 | } |
| 3030 | |
Ben Hutchings | ef215e6 | 2013-12-05 20:13:22 +0000 | [diff] [blame] | 3031 | ro_size = pci_vpd_lrdt_size(&vpd_data[ro_start]); |
| 3032 | j = ro_size; |
| 3033 | i = ro_start + PCI_VPD_LRDT_TAG_SIZE; |
Ben Hutchings | 460eeaa | 2012-03-05 15:35:39 +0000 | [diff] [blame] | 3034 | if (i + j > vpd_size) |
| 3035 | j = vpd_size - i; |
| 3036 | |
| 3037 | /* Get the Part number */ |
| 3038 | i = pci_vpd_find_info_keyword(vpd_data, i, j, "PN"); |
| 3039 | if (i < 0) { |
| 3040 | netif_err(efx, drv, efx->net_dev, "Part number not found\n"); |
| 3041 | return; |
| 3042 | } |
| 3043 | |
| 3044 | j = pci_vpd_info_field_size(&vpd_data[i]); |
| 3045 | i += PCI_VPD_INFO_FLD_HDR_SIZE; |
| 3046 | if (i + j > vpd_size) { |
| 3047 | netif_err(efx, drv, efx->net_dev, "Incomplete part number\n"); |
| 3048 | return; |
| 3049 | } |
| 3050 | |
| 3051 | netif_info(efx, drv, efx->net_dev, |
| 3052 | "Part Number : %.*s\n", j, &vpd_data[i]); |
Ben Hutchings | ef215e6 | 2013-12-05 20:13:22 +0000 | [diff] [blame] | 3053 | |
| 3054 | i = ro_start + PCI_VPD_LRDT_TAG_SIZE; |
| 3055 | j = ro_size; |
| 3056 | i = pci_vpd_find_info_keyword(vpd_data, i, j, "SN"); |
| 3057 | if (i < 0) { |
| 3058 | netif_err(efx, drv, efx->net_dev, "Serial number not found\n"); |
| 3059 | return; |
| 3060 | } |
| 3061 | |
| 3062 | j = pci_vpd_info_field_size(&vpd_data[i]); |
| 3063 | i += PCI_VPD_INFO_FLD_HDR_SIZE; |
| 3064 | if (i + j > vpd_size) { |
| 3065 | netif_err(efx, drv, efx->net_dev, "Incomplete serial number\n"); |
| 3066 | return; |
| 3067 | } |
| 3068 | |
| 3069 | efx->vpd_sn = kmalloc(j + 1, GFP_KERNEL); |
| 3070 | if (!efx->vpd_sn) |
| 3071 | return; |
| 3072 | |
| 3073 | snprintf(efx->vpd_sn, j + 1, "%s", &vpd_data[i]); |
Ben Hutchings | 460eeaa | 2012-03-05 15:35:39 +0000 | [diff] [blame] | 3074 | } |
| 3075 | |
| 3076 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3077 | /* Main body of NIC initialisation |
| 3078 | * This is called at module load (or hotplug insertion, theoretically). |
| 3079 | */ |
| 3080 | static int efx_pci_probe_main(struct efx_nic *efx) |
| 3081 | { |
| 3082 | int rc; |
| 3083 | |
| 3084 | /* Do start-of-day initialisation */ |
| 3085 | rc = efx_probe_all(efx); |
| 3086 | if (rc) |
| 3087 | goto fail1; |
| 3088 | |
Ben Hutchings | e8f1499 | 2010-12-07 19:47:34 +0000 | [diff] [blame] | 3089 | efx_init_napi(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3090 | |
Ben Hutchings | ef2b90e | 2009-11-29 03:42:31 +0000 | [diff] [blame] | 3091 | rc = efx->type->init(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3092 | if (rc) { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 3093 | netif_err(efx, probe, efx->net_dev, |
| 3094 | "failed to initialise NIC\n"); |
Ben Hutchings | 278c062 | 2009-11-23 16:05:12 +0000 | [diff] [blame] | 3095 | goto fail3; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3096 | } |
| 3097 | |
| 3098 | rc = efx_init_port(efx); |
| 3099 | if (rc) { |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 3100 | netif_err(efx, probe, efx->net_dev, |
| 3101 | "failed to initialise port\n"); |
Ben Hutchings | 278c062 | 2009-11-23 16:05:12 +0000 | [diff] [blame] | 3102 | goto fail4; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3103 | } |
| 3104 | |
Ben Hutchings | 152b6a6 | 2009-11-29 03:43:56 +0000 | [diff] [blame] | 3105 | rc = efx_nic_init_interrupt(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3106 | if (rc) |
Ben Hutchings | 278c062 | 2009-11-23 16:05:12 +0000 | [diff] [blame] | 3107 | goto fail5; |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 3108 | rc = efx_enable_interrupts(efx); |
| 3109 | if (rc) |
| 3110 | goto fail6; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3111 | |
| 3112 | return 0; |
| 3113 | |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 3114 | fail6: |
| 3115 | efx_nic_fini_interrupt(efx); |
Ben Hutchings | 278c062 | 2009-11-23 16:05:12 +0000 | [diff] [blame] | 3116 | fail5: |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3117 | efx_fini_port(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3118 | fail4: |
Ben Hutchings | ef2b90e | 2009-11-29 03:42:31 +0000 | [diff] [blame] | 3119 | efx->type->fini(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3120 | fail3: |
| 3121 | efx_fini_napi(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3122 | efx_remove_all(efx); |
| 3123 | fail1: |
| 3124 | return rc; |
| 3125 | } |
| 3126 | |
| 3127 | /* NIC initialisation |
| 3128 | * |
| 3129 | * This is called at module load (or hotplug insertion, |
Ben Hutchings | 73ba7b6 | 2012-01-09 19:47:08 +0000 | [diff] [blame] | 3130 | * theoretically). It sets up PCI mappings, resets the NIC, |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3131 | * sets up and registers the network devices with the kernel and hooks |
| 3132 | * the interrupt service routine. It does not prepare the device for |
| 3133 | * transmission; this is left to the first time one of the network |
| 3134 | * interfaces is brought up (i.e. efx_net_open). |
| 3135 | */ |
Bill Pemberton | 87d1fc1 | 2012-12-03 09:23:32 -0500 | [diff] [blame] | 3136 | static int efx_pci_probe(struct pci_dev *pci_dev, |
Greg Kroah-Hartman | 1dd06ae | 2012-12-06 14:30:56 +0000 | [diff] [blame] | 3137 | const struct pci_device_id *entry) |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3138 | { |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3139 | struct net_device *net_dev; |
| 3140 | struct efx_nic *efx; |
Ben Hutchings | fadac6a | 2011-11-19 00:35:47 +0000 | [diff] [blame] | 3141 | int rc; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3142 | |
| 3143 | /* Allocate and initialise a struct net_device and struct efx_nic */ |
Ben Hutchings | 94b274b | 2011-01-10 21:18:20 +0000 | [diff] [blame] | 3144 | net_dev = alloc_etherdev_mqs(sizeof(*efx), EFX_MAX_CORE_TX_QUEUES, |
| 3145 | EFX_MAX_RX_QUEUES); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3146 | if (!net_dev) |
| 3147 | return -ENOMEM; |
Ben Hutchings | adeb15a | 2012-08-02 01:39:38 +0100 | [diff] [blame] | 3148 | efx = netdev_priv(net_dev); |
| 3149 | efx->type = (const struct efx_nic_type *) entry->driver_data; |
| 3150 | net_dev->features |= (efx->type->offload_features | NETIF_F_SG | |
Ben Hutchings | 97bc541 | 2009-05-19 16:19:08 -0700 | [diff] [blame] | 3151 | NETIF_F_HIGHDMA | NETIF_F_TSO | |
Ben Hutchings | abfe903 | 2011-04-05 15:00:02 +0100 | [diff] [blame] | 3152 | NETIF_F_RXCSUM); |
Tom Herbert | c8cd098 | 2015-12-14 11:19:44 -0800 | [diff] [blame] | 3153 | if (efx->type->offload_features & (NETIF_F_IPV6_CSUM | NETIF_F_HW_CSUM)) |
Ben Hutchings | 738a8f4 | 2009-11-29 15:16:05 +0000 | [diff] [blame] | 3154 | net_dev->features |= NETIF_F_TSO6; |
Ben Hutchings | 28506563 | 2008-09-01 12:46:54 +0100 | [diff] [blame] | 3155 | /* Mask for features that also apply to VLAN devices */ |
Tom Herbert | a188222 | 2015-12-14 11:19:43 -0800 | [diff] [blame] | 3156 | net_dev->vlan_features |= (NETIF_F_HW_CSUM | NETIF_F_SG | |
Ben Hutchings | abfe903 | 2011-04-05 15:00:02 +0100 | [diff] [blame] | 3157 | NETIF_F_HIGHDMA | NETIF_F_ALL_TSO | |
| 3158 | NETIF_F_RXCSUM); |
| 3159 | /* All offloads can be toggled */ |
| 3160 | net_dev->hw_features = net_dev->features & ~NETIF_F_HIGHDMA; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3161 | pci_set_drvdata(pci_dev, efx); |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 3162 | SET_NETDEV_DEV(net_dev, &pci_dev->dev); |
Ben Hutchings | adeb15a | 2012-08-02 01:39:38 +0100 | [diff] [blame] | 3163 | rc = efx_init_struct(efx, pci_dev, net_dev); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3164 | if (rc) |
| 3165 | goto fail1; |
| 3166 | |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 3167 | netif_info(efx, probe, efx->net_dev, |
Ben Hutchings | ff79c8a | 2011-07-13 16:21:24 +0100 | [diff] [blame] | 3168 | "Solarflare NIC detected\n"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3169 | |
Shradha Shah | 6f7f8aa | 2015-05-06 01:00:07 +0100 | [diff] [blame] | 3170 | if (!efx->type->is_vf) |
| 3171 | efx_probe_vpd_strings(efx); |
Ben Hutchings | 460eeaa | 2012-03-05 15:35:39 +0000 | [diff] [blame] | 3172 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3173 | /* Set up basic I/O (BAR mappings etc) */ |
| 3174 | rc = efx_init_io(efx); |
| 3175 | if (rc) |
| 3176 | goto fail2; |
| 3177 | |
Ben Hutchings | fadac6a | 2011-11-19 00:35:47 +0000 | [diff] [blame] | 3178 | rc = efx_pci_probe_main(efx); |
Ben Hutchings | fadac6a | 2011-11-19 00:35:47 +0000 | [diff] [blame] | 3179 | if (rc) |
| 3180 | goto fail3; |
Steve Hodgson | fa402b2 | 2008-12-12 22:08:16 -0800 | [diff] [blame] | 3181 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3182 | rc = efx_register_netdev(efx); |
| 3183 | if (rc) |
Ben Hutchings | fadac6a | 2011-11-19 00:35:47 +0000 | [diff] [blame] | 3184 | goto fail4; |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3185 | |
Shradha Shah | 7fa8d54 | 2015-05-06 00:55:13 +0100 | [diff] [blame] | 3186 | if (efx->type->sriov_init) { |
| 3187 | rc = efx->type->sriov_init(efx); |
| 3188 | if (rc) |
| 3189 | netif_err(efx, probe, efx->net_dev, |
| 3190 | "SR-IOV can't be enabled rc %d\n", rc); |
| 3191 | } |
Ben Hutchings | cd2d5b5 | 2012-02-14 00:48:07 +0000 | [diff] [blame] | 3192 | |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 3193 | netif_dbg(efx, probe, efx->net_dev, "initialisation successful\n"); |
Ben Hutchings | a5211bb | 2009-10-23 08:33:09 +0000 | [diff] [blame] | 3194 | |
Ben Hutchings | 7c43161 | 2012-01-27 17:23:58 +0000 | [diff] [blame] | 3195 | /* Try to create MTDs, but allow this to fail */ |
Ben Hutchings | a5211bb | 2009-10-23 08:33:09 +0000 | [diff] [blame] | 3196 | rtnl_lock(); |
Ben Hutchings | 7c43161 | 2012-01-27 17:23:58 +0000 | [diff] [blame] | 3197 | rc = efx_mtd_probe(efx); |
Ben Hutchings | a5211bb | 2009-10-23 08:33:09 +0000 | [diff] [blame] | 3198 | rtnl_unlock(); |
Bert Kenward | 09a0420 | 2015-12-23 08:58:15 +0000 | [diff] [blame] | 3199 | if (rc && rc != -EPERM) |
Ben Hutchings | 7c43161 | 2012-01-27 17:23:58 +0000 | [diff] [blame] | 3200 | netif_warn(efx, probe, efx->net_dev, |
| 3201 | "failed to create MTDs (%d)\n", rc); |
| 3202 | |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 3203 | rc = pci_enable_pcie_error_reporting(pci_dev); |
| 3204 | if (rc && rc != -EINVAL) |
Bert Kenward | 09a0420 | 2015-12-23 08:58:15 +0000 | [diff] [blame] | 3205 | netif_notice(efx, probe, efx->net_dev, |
| 3206 | "PCIE error reporting unavailable (%d).\n", |
| 3207 | rc); |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 3208 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3209 | return 0; |
| 3210 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3211 | fail4: |
Ben Hutchings | fadac6a | 2011-11-19 00:35:47 +0000 | [diff] [blame] | 3212 | efx_pci_remove_main(efx); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3213 | fail3: |
| 3214 | efx_fini_io(efx); |
| 3215 | fail2: |
| 3216 | efx_fini_struct(efx); |
| 3217 | fail1: |
Steve Hodgson | 5e2a911 | 2010-02-12 12:32:27 -0800 | [diff] [blame] | 3218 | WARN_ON(rc > 0); |
Ben Hutchings | 62776d0 | 2010-06-23 11:30:07 +0000 | [diff] [blame] | 3219 | netif_dbg(efx, drv, efx->net_dev, "initialisation failed. rc=%d\n", rc); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3220 | free_netdev(net_dev); |
| 3221 | return rc; |
| 3222 | } |
| 3223 | |
Shradha Shah | 834e23d | 2015-05-06 00:55:58 +0100 | [diff] [blame] | 3224 | /* efx_pci_sriov_configure returns the actual number of Virtual Functions |
| 3225 | * enabled on success |
| 3226 | */ |
| 3227 | #ifdef CONFIG_SFC_SRIOV |
| 3228 | static int efx_pci_sriov_configure(struct pci_dev *dev, int num_vfs) |
| 3229 | { |
| 3230 | int rc; |
| 3231 | struct efx_nic *efx = pci_get_drvdata(dev); |
| 3232 | |
| 3233 | if (efx->type->sriov_configure) { |
| 3234 | rc = efx->type->sriov_configure(efx, num_vfs); |
| 3235 | if (rc) |
| 3236 | return rc; |
| 3237 | else |
| 3238 | return num_vfs; |
| 3239 | } else |
| 3240 | return -EOPNOTSUPP; |
| 3241 | } |
| 3242 | #endif |
| 3243 | |
Ben Hutchings | 89c758f | 2009-11-29 03:43:07 +0000 | [diff] [blame] | 3244 | static int efx_pm_freeze(struct device *dev) |
| 3245 | { |
| 3246 | struct efx_nic *efx = pci_get_drvdata(to_pci_dev(dev)); |
| 3247 | |
Ben Hutchings | 61da026 | 2012-07-27 19:35:39 +0100 | [diff] [blame] | 3248 | rtnl_lock(); |
| 3249 | |
Ben Hutchings | 6032fb5 | 2012-07-27 19:35:47 +0100 | [diff] [blame] | 3250 | if (efx->state != STATE_DISABLED) { |
| 3251 | efx->state = STATE_UNINIT; |
Ben Hutchings | 89c758f | 2009-11-29 03:43:07 +0000 | [diff] [blame] | 3252 | |
Daniel Pieczko | c2f3b8e | 2012-10-17 13:21:23 +0100 | [diff] [blame] | 3253 | efx_device_detach_sync(efx); |
Ben Hutchings | 89c758f | 2009-11-29 03:43:07 +0000 | [diff] [blame] | 3254 | |
Ben Hutchings | 6032fb5 | 2012-07-27 19:35:47 +0100 | [diff] [blame] | 3255 | efx_stop_all(efx); |
Ben Hutchings | d829118 | 2012-10-05 23:35:41 +0100 | [diff] [blame] | 3256 | efx_disable_interrupts(efx); |
Ben Hutchings | 6032fb5 | 2012-07-27 19:35:47 +0100 | [diff] [blame] | 3257 | } |
Ben Hutchings | 89c758f | 2009-11-29 03:43:07 +0000 | [diff] [blame] | 3258 | |
Ben Hutchings | 61da026 | 2012-07-27 19:35:39 +0100 | [diff] [blame] | 3259 | rtnl_unlock(); |
| 3260 | |
Ben Hutchings | 89c758f | 2009-11-29 03:43:07 +0000 | [diff] [blame] | 3261 | return 0; |
| 3262 | } |
| 3263 | |
| 3264 | static int efx_pm_thaw(struct device *dev) |
| 3265 | { |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 3266 | int rc; |
Ben Hutchings | 89c758f | 2009-11-29 03:43:07 +0000 | [diff] [blame] | 3267 | struct efx_nic *efx = pci_get_drvdata(to_pci_dev(dev)); |
| 3268 | |
Ben Hutchings | 61da026 | 2012-07-27 19:35:39 +0100 | [diff] [blame] | 3269 | rtnl_lock(); |
| 3270 | |
Ben Hutchings | 6032fb5 | 2012-07-27 19:35:47 +0100 | [diff] [blame] | 3271 | if (efx->state != STATE_DISABLED) { |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 3272 | rc = efx_enable_interrupts(efx); |
| 3273 | if (rc) |
| 3274 | goto fail; |
Ben Hutchings | 89c758f | 2009-11-29 03:43:07 +0000 | [diff] [blame] | 3275 | |
Ben Hutchings | 6032fb5 | 2012-07-27 19:35:47 +0100 | [diff] [blame] | 3276 | mutex_lock(&efx->mac_lock); |
| 3277 | efx->phy_op->reconfigure(efx); |
| 3278 | mutex_unlock(&efx->mac_lock); |
Ben Hutchings | 89c758f | 2009-11-29 03:43:07 +0000 | [diff] [blame] | 3279 | |
Ben Hutchings | 6032fb5 | 2012-07-27 19:35:47 +0100 | [diff] [blame] | 3280 | efx_start_all(efx); |
Ben Hutchings | 89c758f | 2009-11-29 03:43:07 +0000 | [diff] [blame] | 3281 | |
Ben Hutchings | 6032fb5 | 2012-07-27 19:35:47 +0100 | [diff] [blame] | 3282 | netif_device_attach(efx->net_dev); |
Ben Hutchings | 89c758f | 2009-11-29 03:43:07 +0000 | [diff] [blame] | 3283 | |
Ben Hutchings | 6032fb5 | 2012-07-27 19:35:47 +0100 | [diff] [blame] | 3284 | efx->state = STATE_READY; |
Ben Hutchings | 89c758f | 2009-11-29 03:43:07 +0000 | [diff] [blame] | 3285 | |
Ben Hutchings | 6032fb5 | 2012-07-27 19:35:47 +0100 | [diff] [blame] | 3286 | efx->type->resume_wol(efx); |
| 3287 | } |
Ben Hutchings | 89c758f | 2009-11-29 03:43:07 +0000 | [diff] [blame] | 3288 | |
Ben Hutchings | 61da026 | 2012-07-27 19:35:39 +0100 | [diff] [blame] | 3289 | rtnl_unlock(); |
| 3290 | |
Steve Hodgson | 319ba64 | 2010-06-01 11:17:24 +0000 | [diff] [blame] | 3291 | /* Reschedule any quenched resets scheduled during efx_pm_freeze() */ |
| 3292 | queue_work(reset_workqueue, &efx->reset_work); |
| 3293 | |
Ben Hutchings | 89c758f | 2009-11-29 03:43:07 +0000 | [diff] [blame] | 3294 | return 0; |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 3295 | |
| 3296 | fail: |
| 3297 | rtnl_unlock(); |
| 3298 | |
| 3299 | return rc; |
Ben Hutchings | 89c758f | 2009-11-29 03:43:07 +0000 | [diff] [blame] | 3300 | } |
| 3301 | |
| 3302 | static int efx_pm_poweroff(struct device *dev) |
| 3303 | { |
| 3304 | struct pci_dev *pci_dev = to_pci_dev(dev); |
| 3305 | struct efx_nic *efx = pci_get_drvdata(pci_dev); |
| 3306 | |
| 3307 | efx->type->fini(efx); |
| 3308 | |
Ben Hutchings | a7d529a | 2011-06-24 20:46:31 +0100 | [diff] [blame] | 3309 | efx->reset_pending = 0; |
Ben Hutchings | 89c758f | 2009-11-29 03:43:07 +0000 | [diff] [blame] | 3310 | |
| 3311 | pci_save_state(pci_dev); |
| 3312 | return pci_set_power_state(pci_dev, PCI_D3hot); |
| 3313 | } |
| 3314 | |
| 3315 | /* Used for both resume and restore */ |
| 3316 | static int efx_pm_resume(struct device *dev) |
| 3317 | { |
| 3318 | struct pci_dev *pci_dev = to_pci_dev(dev); |
| 3319 | struct efx_nic *efx = pci_get_drvdata(pci_dev); |
| 3320 | int rc; |
| 3321 | |
| 3322 | rc = pci_set_power_state(pci_dev, PCI_D0); |
| 3323 | if (rc) |
| 3324 | return rc; |
| 3325 | pci_restore_state(pci_dev); |
| 3326 | rc = pci_enable_device(pci_dev); |
| 3327 | if (rc) |
| 3328 | return rc; |
| 3329 | pci_set_master(efx->pci_dev); |
| 3330 | rc = efx->type->reset(efx, RESET_TYPE_ALL); |
| 3331 | if (rc) |
| 3332 | return rc; |
| 3333 | rc = efx->type->init(efx); |
| 3334 | if (rc) |
| 3335 | return rc; |
Jon Cooper | 261e4d9 | 2013-04-15 18:51:54 +0100 | [diff] [blame] | 3336 | rc = efx_pm_thaw(dev); |
| 3337 | return rc; |
Ben Hutchings | 89c758f | 2009-11-29 03:43:07 +0000 | [diff] [blame] | 3338 | } |
| 3339 | |
| 3340 | static int efx_pm_suspend(struct device *dev) |
| 3341 | { |
| 3342 | int rc; |
| 3343 | |
| 3344 | efx_pm_freeze(dev); |
| 3345 | rc = efx_pm_poweroff(dev); |
| 3346 | if (rc) |
| 3347 | efx_pm_resume(dev); |
| 3348 | return rc; |
| 3349 | } |
| 3350 | |
Ben Hutchings | 18e83e4 | 2012-01-05 19:05:20 +0000 | [diff] [blame] | 3351 | static const struct dev_pm_ops efx_pm_ops = { |
Ben Hutchings | 89c758f | 2009-11-29 03:43:07 +0000 | [diff] [blame] | 3352 | .suspend = efx_pm_suspend, |
| 3353 | .resume = efx_pm_resume, |
| 3354 | .freeze = efx_pm_freeze, |
| 3355 | .thaw = efx_pm_thaw, |
| 3356 | .poweroff = efx_pm_poweroff, |
| 3357 | .restore = efx_pm_resume, |
| 3358 | }; |
| 3359 | |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 3360 | /* A PCI error affecting this device was detected. |
| 3361 | * At this point MMIO and DMA may be disabled. |
| 3362 | * Stop the software path and request a slot reset. |
| 3363 | */ |
stephen hemminger | debd003 | 2013-03-16 06:57:51 +0000 | [diff] [blame] | 3364 | static pci_ers_result_t efx_io_error_detected(struct pci_dev *pdev, |
| 3365 | enum pci_channel_state state) |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 3366 | { |
| 3367 | pci_ers_result_t status = PCI_ERS_RESULT_RECOVERED; |
| 3368 | struct efx_nic *efx = pci_get_drvdata(pdev); |
| 3369 | |
| 3370 | if (state == pci_channel_io_perm_failure) |
| 3371 | return PCI_ERS_RESULT_DISCONNECT; |
| 3372 | |
| 3373 | rtnl_lock(); |
| 3374 | |
| 3375 | if (efx->state != STATE_DISABLED) { |
| 3376 | efx->state = STATE_RECOVERY; |
| 3377 | efx->reset_pending = 0; |
| 3378 | |
| 3379 | efx_device_detach_sync(efx); |
| 3380 | |
| 3381 | efx_stop_all(efx); |
Ben Hutchings | d829118 | 2012-10-05 23:35:41 +0100 | [diff] [blame] | 3382 | efx_disable_interrupts(efx); |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 3383 | |
| 3384 | status = PCI_ERS_RESULT_NEED_RESET; |
| 3385 | } else { |
| 3386 | /* If the interface is disabled we don't want to do anything |
| 3387 | * with it. |
| 3388 | */ |
| 3389 | status = PCI_ERS_RESULT_RECOVERED; |
| 3390 | } |
| 3391 | |
| 3392 | rtnl_unlock(); |
| 3393 | |
| 3394 | pci_disable_device(pdev); |
| 3395 | |
| 3396 | return status; |
| 3397 | } |
| 3398 | |
Joe Perches | dbedd44 | 2015-03-06 20:49:12 -0800 | [diff] [blame] | 3399 | /* Fake a successful reset, which will be performed later in efx_io_resume. */ |
stephen hemminger | debd003 | 2013-03-16 06:57:51 +0000 | [diff] [blame] | 3400 | static pci_ers_result_t efx_io_slot_reset(struct pci_dev *pdev) |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 3401 | { |
| 3402 | struct efx_nic *efx = pci_get_drvdata(pdev); |
| 3403 | pci_ers_result_t status = PCI_ERS_RESULT_RECOVERED; |
| 3404 | int rc; |
| 3405 | |
| 3406 | if (pci_enable_device(pdev)) { |
| 3407 | netif_err(efx, hw, efx->net_dev, |
| 3408 | "Cannot re-enable PCI device after reset.\n"); |
| 3409 | status = PCI_ERS_RESULT_DISCONNECT; |
| 3410 | } |
| 3411 | |
| 3412 | rc = pci_cleanup_aer_uncorrect_error_status(pdev); |
| 3413 | if (rc) { |
| 3414 | netif_err(efx, hw, efx->net_dev, |
| 3415 | "pci_cleanup_aer_uncorrect_error_status failed (%d)\n", rc); |
| 3416 | /* Non-fatal error. Continue. */ |
| 3417 | } |
| 3418 | |
| 3419 | return status; |
| 3420 | } |
| 3421 | |
| 3422 | /* Perform the actual reset and resume I/O operations. */ |
| 3423 | static void efx_io_resume(struct pci_dev *pdev) |
| 3424 | { |
| 3425 | struct efx_nic *efx = pci_get_drvdata(pdev); |
| 3426 | int rc; |
| 3427 | |
| 3428 | rtnl_lock(); |
| 3429 | |
| 3430 | if (efx->state == STATE_DISABLED) |
| 3431 | goto out; |
| 3432 | |
| 3433 | rc = efx_reset(efx, RESET_TYPE_ALL); |
| 3434 | if (rc) { |
| 3435 | netif_err(efx, hw, efx->net_dev, |
| 3436 | "efx_reset failed after PCI error (%d)\n", rc); |
| 3437 | } else { |
| 3438 | efx->state = STATE_READY; |
| 3439 | netif_dbg(efx, hw, efx->net_dev, |
| 3440 | "Done resetting and resuming IO after PCI error.\n"); |
| 3441 | } |
| 3442 | |
| 3443 | out: |
| 3444 | rtnl_unlock(); |
| 3445 | } |
| 3446 | |
| 3447 | /* For simplicity and reliability, we always require a slot reset and try to |
| 3448 | * reset the hardware when a pci error affecting the device is detected. |
| 3449 | * We leave both the link_reset and mmio_enabled callback unimplemented: |
| 3450 | * with our request for slot reset the mmio_enabled callback will never be |
| 3451 | * called, and the link_reset callback is not used by AER or EEH mechanisms. |
| 3452 | */ |
Julia Lawall | c300366b | 2015-11-14 11:06:57 +0100 | [diff] [blame] | 3453 | static const struct pci_error_handlers efx_err_handlers = { |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 3454 | .error_detected = efx_io_error_detected, |
| 3455 | .slot_reset = efx_io_slot_reset, |
| 3456 | .resume = efx_io_resume, |
| 3457 | }; |
| 3458 | |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3459 | static struct pci_driver efx_pci_driver = { |
Ben Hutchings | c5d5f5f | 2010-06-23 11:30:26 +0000 | [diff] [blame] | 3460 | .name = KBUILD_MODNAME, |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3461 | .id_table = efx_pci_table, |
| 3462 | .probe = efx_pci_probe, |
| 3463 | .remove = efx_pci_remove, |
Ben Hutchings | 89c758f | 2009-11-29 03:43:07 +0000 | [diff] [blame] | 3464 | .driver.pm = &efx_pm_ops, |
Alexandre Rames | 626950d | 2013-01-14 17:20:22 +0000 | [diff] [blame] | 3465 | .err_handler = &efx_err_handlers, |
Shradha Shah | 834e23d | 2015-05-06 00:55:58 +0100 | [diff] [blame] | 3466 | #ifdef CONFIG_SFC_SRIOV |
| 3467 | .sriov_configure = efx_pci_sriov_configure, |
| 3468 | #endif |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3469 | }; |
| 3470 | |
| 3471 | /************************************************************************** |
| 3472 | * |
| 3473 | * Kernel module interface |
| 3474 | * |
| 3475 | *************************************************************************/ |
| 3476 | |
| 3477 | module_param(interrupt_mode, uint, 0444); |
| 3478 | MODULE_PARM_DESC(interrupt_mode, |
| 3479 | "Interrupt mode (0=>MSIX 1=>MSI 2=>legacy)"); |
| 3480 | |
| 3481 | static int __init efx_init_module(void) |
| 3482 | { |
| 3483 | int rc; |
| 3484 | |
| 3485 | printk(KERN_INFO "Solarflare NET driver v" EFX_DRIVER_VERSION "\n"); |
| 3486 | |
| 3487 | rc = register_netdevice_notifier(&efx_netdev_notifier); |
| 3488 | if (rc) |
| 3489 | goto err_notifier; |
| 3490 | |
Shradha Shah | 7fa8d54 | 2015-05-06 00:55:13 +0100 | [diff] [blame] | 3491 | #ifdef CONFIG_SFC_SRIOV |
Ben Hutchings | cd2d5b5 | 2012-02-14 00:48:07 +0000 | [diff] [blame] | 3492 | rc = efx_init_sriov(); |
| 3493 | if (rc) |
| 3494 | goto err_sriov; |
Shradha Shah | 7fa8d54 | 2015-05-06 00:55:13 +0100 | [diff] [blame] | 3495 | #endif |
Ben Hutchings | cd2d5b5 | 2012-02-14 00:48:07 +0000 | [diff] [blame] | 3496 | |
Steve Hodgson | 1ab0062 | 2008-12-12 21:33:02 -0800 | [diff] [blame] | 3497 | reset_workqueue = create_singlethread_workqueue("sfc_reset"); |
| 3498 | if (!reset_workqueue) { |
| 3499 | rc = -ENOMEM; |
| 3500 | goto err_reset; |
| 3501 | } |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3502 | |
| 3503 | rc = pci_register_driver(&efx_pci_driver); |
| 3504 | if (rc < 0) |
| 3505 | goto err_pci; |
| 3506 | |
| 3507 | return 0; |
| 3508 | |
| 3509 | err_pci: |
Steve Hodgson | 1ab0062 | 2008-12-12 21:33:02 -0800 | [diff] [blame] | 3510 | destroy_workqueue(reset_workqueue); |
| 3511 | err_reset: |
Shradha Shah | 7fa8d54 | 2015-05-06 00:55:13 +0100 | [diff] [blame] | 3512 | #ifdef CONFIG_SFC_SRIOV |
Ben Hutchings | cd2d5b5 | 2012-02-14 00:48:07 +0000 | [diff] [blame] | 3513 | efx_fini_sriov(); |
| 3514 | err_sriov: |
Shradha Shah | 7fa8d54 | 2015-05-06 00:55:13 +0100 | [diff] [blame] | 3515 | #endif |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3516 | unregister_netdevice_notifier(&efx_netdev_notifier); |
| 3517 | err_notifier: |
| 3518 | return rc; |
| 3519 | } |
| 3520 | |
| 3521 | static void __exit efx_exit_module(void) |
| 3522 | { |
| 3523 | printk(KERN_INFO "Solarflare NET driver unloading\n"); |
| 3524 | |
| 3525 | pci_unregister_driver(&efx_pci_driver); |
Steve Hodgson | 1ab0062 | 2008-12-12 21:33:02 -0800 | [diff] [blame] | 3526 | destroy_workqueue(reset_workqueue); |
Shradha Shah | 7fa8d54 | 2015-05-06 00:55:13 +0100 | [diff] [blame] | 3527 | #ifdef CONFIG_SFC_SRIOV |
Ben Hutchings | cd2d5b5 | 2012-02-14 00:48:07 +0000 | [diff] [blame] | 3528 | efx_fini_sriov(); |
Shradha Shah | 7fa8d54 | 2015-05-06 00:55:13 +0100 | [diff] [blame] | 3529 | #endif |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3530 | unregister_netdevice_notifier(&efx_netdev_notifier); |
| 3531 | |
| 3532 | } |
| 3533 | |
| 3534 | module_init(efx_init_module); |
| 3535 | module_exit(efx_exit_module); |
| 3536 | |
Ben Hutchings | 906bb26 | 2009-11-29 15:16:19 +0000 | [diff] [blame] | 3537 | MODULE_AUTHOR("Solarflare Communications and " |
| 3538 | "Michael Brown <mbrown@fensystems.co.uk>"); |
Ben Hutchings | 6a350fd | 2014-02-12 19:00:07 +0000 | [diff] [blame] | 3539 | MODULE_DESCRIPTION("Solarflare network driver"); |
Ben Hutchings | 8ceee66 | 2008-04-27 12:55:59 +0100 | [diff] [blame] | 3540 | MODULE_LICENSE("GPL"); |
| 3541 | MODULE_DEVICE_TABLE(pci, efx_pci_table); |