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