blob: 8239dafdd8e7542cd06b77cac94bad673208aa58 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*******************************************************************************
2
Auke Kok0abb6eb2006-09-27 12:53:14 -07003 Intel PRO/1000 Linux driver
4 Copyright(c) 1999 - 2006 Intel Corporation.
5
6 This program is free software; you can redistribute it and/or modify it
7 under the terms and conditions of the GNU General Public License,
8 version 2, as published by the Free Software Foundation.
9
10 This program is distributed in the hope it will be useful, but WITHOUT
11 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 more details.
Auke Kok0abb6eb2006-09-27 12:53:14 -070014
Linus Torvalds1da177e2005-04-16 15:20:36 -070015 You should have received a copy of the GNU General Public License along with
Auke Kok0abb6eb2006-09-27 12:53:14 -070016 this program; if not, write to the Free Software Foundation, Inc.,
17 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
18
19 The full GNU General Public License is included in this distribution in
20 the file called "COPYING".
21
Linus Torvalds1da177e2005-04-16 15:20:36 -070022 Contact Information:
23 Linux NICS <linux.nics@intel.com>
Auke Kok3d41e302006-04-14 19:05:31 -070024 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -070025 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
26
27*******************************************************************************/
28
29#include "e1000.h"
Andrew Mortond0bb53e2006-11-14 10:35:03 -050030#include <net/ip6_checksum.h>
Dirk Brandewie5377a412011-01-06 14:29:54 +000031#include <linux/io.h>
Paul Gortmaker70c71602011-05-22 16:47:17 -040032#include <linux/prefetch.h>
Jiri Pirko5622e402011-07-21 03:26:31 +000033#include <linux/bitops.h>
34#include <linux/if_vlan.h>
Dirk Brandewie5377a412011-01-06 14:29:54 +000035
Linus Torvalds1da177e2005-04-16 15:20:36 -070036char e1000_driver_name[] = "e1000";
Adrian Bunk3ad2cc62005-10-30 16:53:34 +010037static char e1000_driver_string[] = "Intel(R) PRO/1000 Network Driver";
Anupam Chandaab088532010-11-21 09:54:21 -080038#define DRV_VERSION "7.3.21-k8-NAPI"
Stephen Hemmingerabec42a2007-10-29 10:46:19 -070039const char e1000_driver_version[] = DRV_VERSION;
40static const char e1000_copyright[] = "Copyright (c) 1999-2006 Intel Corporation.";
Linus Torvalds1da177e2005-04-16 15:20:36 -070041
42/* e1000_pci_tbl - PCI Device ID Table
43 *
44 * Last entry must be all 0s
45 *
46 * Macro expands to...
47 * {PCI_DEVICE(PCI_VENDOR_ID_INTEL, device_id)}
48 */
Alexey Dobriyana3aa1882010-01-07 11:58:11 +000049static DEFINE_PCI_DEVICE_TABLE(e1000_pci_tbl) = {
Linus Torvalds1da177e2005-04-16 15:20:36 -070050 INTEL_E1000_ETHERNET_DEVICE(0x1000),
51 INTEL_E1000_ETHERNET_DEVICE(0x1001),
52 INTEL_E1000_ETHERNET_DEVICE(0x1004),
53 INTEL_E1000_ETHERNET_DEVICE(0x1008),
54 INTEL_E1000_ETHERNET_DEVICE(0x1009),
55 INTEL_E1000_ETHERNET_DEVICE(0x100C),
56 INTEL_E1000_ETHERNET_DEVICE(0x100D),
57 INTEL_E1000_ETHERNET_DEVICE(0x100E),
58 INTEL_E1000_ETHERNET_DEVICE(0x100F),
59 INTEL_E1000_ETHERNET_DEVICE(0x1010),
60 INTEL_E1000_ETHERNET_DEVICE(0x1011),
61 INTEL_E1000_ETHERNET_DEVICE(0x1012),
62 INTEL_E1000_ETHERNET_DEVICE(0x1013),
63 INTEL_E1000_ETHERNET_DEVICE(0x1014),
64 INTEL_E1000_ETHERNET_DEVICE(0x1015),
65 INTEL_E1000_ETHERNET_DEVICE(0x1016),
66 INTEL_E1000_ETHERNET_DEVICE(0x1017),
67 INTEL_E1000_ETHERNET_DEVICE(0x1018),
68 INTEL_E1000_ETHERNET_DEVICE(0x1019),
Malli Chilakala26483452005-04-28 19:44:46 -070069 INTEL_E1000_ETHERNET_DEVICE(0x101A),
Linus Torvalds1da177e2005-04-16 15:20:36 -070070 INTEL_E1000_ETHERNET_DEVICE(0x101D),
71 INTEL_E1000_ETHERNET_DEVICE(0x101E),
72 INTEL_E1000_ETHERNET_DEVICE(0x1026),
73 INTEL_E1000_ETHERNET_DEVICE(0x1027),
74 INTEL_E1000_ETHERNET_DEVICE(0x1028),
75 INTEL_E1000_ETHERNET_DEVICE(0x1075),
76 INTEL_E1000_ETHERNET_DEVICE(0x1076),
77 INTEL_E1000_ETHERNET_DEVICE(0x1077),
78 INTEL_E1000_ETHERNET_DEVICE(0x1078),
79 INTEL_E1000_ETHERNET_DEVICE(0x1079),
80 INTEL_E1000_ETHERNET_DEVICE(0x107A),
81 INTEL_E1000_ETHERNET_DEVICE(0x107B),
82 INTEL_E1000_ETHERNET_DEVICE(0x107C),
83 INTEL_E1000_ETHERNET_DEVICE(0x108A),
Jeff Kirsherb7ee49d2006-01-12 16:51:21 -080084 INTEL_E1000_ETHERNET_DEVICE(0x1099),
Jeff Kirsherb7ee49d2006-01-12 16:51:21 -080085 INTEL_E1000_ETHERNET_DEVICE(0x10B5),
Dirk Brandewie5377a412011-01-06 14:29:54 +000086 INTEL_E1000_ETHERNET_DEVICE(0x2E6E),
Linus Torvalds1da177e2005-04-16 15:20:36 -070087 /* required last entry */
88 {0,}
89};
90
91MODULE_DEVICE_TABLE(pci, e1000_pci_tbl);
92
Nicholas Nunley35574762006-09-27 12:53:34 -070093int e1000_up(struct e1000_adapter *adapter);
94void e1000_down(struct e1000_adapter *adapter);
95void e1000_reinit_locked(struct e1000_adapter *adapter);
96void e1000_reset(struct e1000_adapter *adapter);
Nicholas Nunley35574762006-09-27 12:53:34 -070097int e1000_setup_all_tx_resources(struct e1000_adapter *adapter);
98int e1000_setup_all_rx_resources(struct e1000_adapter *adapter);
99void e1000_free_all_tx_resources(struct e1000_adapter *adapter);
100void e1000_free_all_rx_resources(struct e1000_adapter *adapter);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100101static int e1000_setup_tx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700102 struct e1000_tx_ring *txdr);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100103static int e1000_setup_rx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700104 struct e1000_rx_ring *rxdr);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100105static void e1000_free_tx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700106 struct e1000_tx_ring *tx_ring);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100107static void e1000_free_rx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700108 struct e1000_rx_ring *rx_ring);
109void e1000_update_stats(struct e1000_adapter *adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110
111static int e1000_init_module(void);
112static void e1000_exit_module(void);
113static int e1000_probe(struct pci_dev *pdev, const struct pci_device_id *ent);
Bill Pemberton9f9a12f2012-12-03 09:24:25 -0500114static void e1000_remove(struct pci_dev *pdev);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400115static int e1000_alloc_queues(struct e1000_adapter *adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116static int e1000_sw_init(struct e1000_adapter *adapter);
117static int e1000_open(struct net_device *netdev);
118static int e1000_close(struct net_device *netdev);
119static void e1000_configure_tx(struct e1000_adapter *adapter);
120static void e1000_configure_rx(struct e1000_adapter *adapter);
121static void e1000_setup_rctl(struct e1000_adapter *adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400122static void e1000_clean_all_tx_rings(struct e1000_adapter *adapter);
123static void e1000_clean_all_rx_rings(struct e1000_adapter *adapter);
124static void e1000_clean_tx_ring(struct e1000_adapter *adapter,
125 struct e1000_tx_ring *tx_ring);
126static void e1000_clean_rx_ring(struct e1000_adapter *adapter,
127 struct e1000_rx_ring *rx_ring);
Patrick McHardydb0ce502007-11-13 20:54:59 -0800128static void e1000_set_rx_mode(struct net_device *netdev);
Jesse Brandeburg5cf42fc2010-09-22 18:22:17 +0000129static void e1000_update_phy_info_task(struct work_struct *work);
Jesse Brandeburga4010af2011-10-05 07:24:41 +0000130static void e1000_watchdog(struct work_struct *work);
Jesse Brandeburg5cf42fc2010-09-22 18:22:17 +0000131static void e1000_82547_tx_fifo_stall_task(struct work_struct *work);
Stephen Hemminger3b29a562009-08-31 19:50:55 +0000132static netdev_tx_t e1000_xmit_frame(struct sk_buff *skb,
133 struct net_device *netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134static struct net_device_stats * e1000_get_stats(struct net_device *netdev);
135static int e1000_change_mtu(struct net_device *netdev, int new_mtu);
136static int e1000_set_mac(struct net_device *netdev, void *p);
David Howells7d12e782006-10-05 14:55:46 +0100137static irqreturn_t e1000_intr(int irq, void *data);
Joe Perchesc3033b02008-03-21 11:06:25 -0700138static bool e1000_clean_tx_irq(struct e1000_adapter *adapter,
139 struct e1000_tx_ring *tx_ring);
Stephen Hemmingerbea33482007-10-03 16:41:36 -0700140static int e1000_clean(struct napi_struct *napi, int budget);
Joe Perchesc3033b02008-03-21 11:06:25 -0700141static bool e1000_clean_rx_irq(struct e1000_adapter *adapter,
142 struct e1000_rx_ring *rx_ring,
143 int *work_done, int work_to_do);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +0000144static bool e1000_clean_jumbo_rx_irq(struct e1000_adapter *adapter,
145 struct e1000_rx_ring *rx_ring,
146 int *work_done, int work_to_do);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400147static void e1000_alloc_rx_buffers(struct e1000_adapter *adapter,
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +0000148 struct e1000_rx_ring *rx_ring,
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800149 int cleaned_count);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +0000150static void e1000_alloc_jumbo_rx_buffers(struct e1000_adapter *adapter,
151 struct e1000_rx_ring *rx_ring,
152 int cleaned_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153static int e1000_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd);
154static int e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr,
155 int cmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156static void e1000_enter_82542_rst(struct e1000_adapter *adapter);
157static void e1000_leave_82542_rst(struct e1000_adapter *adapter);
158static void e1000_tx_timeout(struct net_device *dev);
David Howells65f27f32006-11-22 14:55:48 +0000159static void e1000_reset_task(struct work_struct *work);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160static void e1000_smartspeed(struct e1000_adapter *adapter);
Auke Koke619d522006-04-14 19:04:52 -0700161static int e1000_82547_fifo_workaround(struct e1000_adapter *adapter,
162 struct sk_buff *skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163
Jiri Pirko5622e402011-07-21 03:26:31 +0000164static bool e1000_vlan_used(struct e1000_adapter *adapter);
Michał Mirosławc8f44af2011-11-15 15:29:55 +0000165static void e1000_vlan_mode(struct net_device *netdev,
166 netdev_features_t features);
Jiri Pirko52f55092012-03-20 18:10:01 +0000167static void e1000_vlan_filter_on_off(struct e1000_adapter *adapter,
168 bool filter_on);
Patrick McHardy80d5c362013-04-19 02:04:28 +0000169static int e1000_vlan_rx_add_vid(struct net_device *netdev,
170 __be16 proto, u16 vid);
171static int e1000_vlan_rx_kill_vid(struct net_device *netdev,
172 __be16 proto, u16 vid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173static void e1000_restore_vlan(struct e1000_adapter *adapter);
174
Auke Kok6fdfef12006-06-27 09:06:36 -0700175#ifdef CONFIG_PM
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +0000176static int e1000_suspend(struct pci_dev *pdev, pm_message_t state);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700177static int e1000_resume(struct pci_dev *pdev);
178#endif
Auke Kokc653e632006-05-23 13:35:57 -0700179static void e1000_shutdown(struct pci_dev *pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700180
181#ifdef CONFIG_NET_POLL_CONTROLLER
182/* for netdump / net console */
183static void e1000_netpoll (struct net_device *netdev);
184#endif
185
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100186#define COPYBREAK_DEFAULT 256
187static unsigned int copybreak __read_mostly = COPYBREAK_DEFAULT;
188module_param(copybreak, uint, 0644);
189MODULE_PARM_DESC(copybreak,
190 "Maximum size of packet that is copied to a new buffer on receive");
191
Auke Kok90267292006-06-08 09:30:24 -0700192static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev,
193 pci_channel_state_t state);
194static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev);
195static void e1000_io_resume(struct pci_dev *pdev);
196
Stephen Hemminger3646f0e2012-09-07 09:33:15 -0700197static const struct pci_error_handlers e1000_err_handler = {
Auke Kok90267292006-06-08 09:30:24 -0700198 .error_detected = e1000_io_error_detected,
199 .slot_reset = e1000_io_slot_reset,
200 .resume = e1000_io_resume,
201};
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -0400202
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203static struct pci_driver e1000_driver = {
204 .name = e1000_driver_name,
205 .id_table = e1000_pci_tbl,
206 .probe = e1000_probe,
Bill Pemberton9f9a12f2012-12-03 09:24:25 -0500207 .remove = e1000_remove,
Auke Kokc4e24f02006-09-27 12:53:19 -0700208#ifdef CONFIG_PM
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300209 /* Power Management Hooks */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210 .suspend = e1000_suspend,
Auke Kokc653e632006-05-23 13:35:57 -0700211 .resume = e1000_resume,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700212#endif
Auke Kok90267292006-06-08 09:30:24 -0700213 .shutdown = e1000_shutdown,
214 .err_handler = &e1000_err_handler
Linus Torvalds1da177e2005-04-16 15:20:36 -0700215};
216
217MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>");
218MODULE_DESCRIPTION("Intel(R) PRO/1000 Network Driver");
219MODULE_LICENSE("GPL");
220MODULE_VERSION(DRV_VERSION);
221
stephen hemmingerb3f4d592012-03-13 06:04:20 +0000222#define DEFAULT_MSG_ENABLE (NETIF_MSG_DRV|NETIF_MSG_PROBE|NETIF_MSG_LINK)
223static int debug = -1;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224module_param(debug, int, 0);
225MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)");
226
227/**
Emil Tantilov675ad472010-04-27 14:02:58 +0000228 * e1000_get_hw_dev - return device
229 * used by hardware layer to print debugging information
230 *
231 **/
232struct net_device *e1000_get_hw_dev(struct e1000_hw *hw)
233{
234 struct e1000_adapter *adapter = hw->back;
235 return adapter->netdev;
236}
237
238/**
Linus Torvalds1da177e2005-04-16 15:20:36 -0700239 * e1000_init_module - Driver Registration Routine
240 *
241 * e1000_init_module is the first routine called when the driver is
242 * loaded. All it does is register with the PCI subsystem.
243 **/
Joe Perches64798842008-07-11 15:17:02 -0700244static int __init e1000_init_module(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700245{
246 int ret;
Emil Tantilov675ad472010-04-27 14:02:58 +0000247 pr_info("%s - version %s\n", e1000_driver_string, e1000_driver_version);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700248
Emil Tantilov675ad472010-04-27 14:02:58 +0000249 pr_info("%s\n", e1000_copyright);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700250
Jeff Garzik29917622006-08-19 17:48:59 -0400251 ret = pci_register_driver(&e1000_driver);
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100252 if (copybreak != COPYBREAK_DEFAULT) {
253 if (copybreak == 0)
Emil Tantilov675ad472010-04-27 14:02:58 +0000254 pr_info("copybreak disabled\n");
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100255 else
Emil Tantilov675ad472010-04-27 14:02:58 +0000256 pr_info("copybreak enabled for "
257 "packets <= %u bytes\n", copybreak);
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100258 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700259 return ret;
260}
261
262module_init(e1000_init_module);
263
264/**
265 * e1000_exit_module - Driver Exit Cleanup Routine
266 *
267 * e1000_exit_module is called just before the driver is removed
268 * from memory.
269 **/
Joe Perches64798842008-07-11 15:17:02 -0700270static void __exit e1000_exit_module(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700272 pci_unregister_driver(&e1000_driver);
273}
274
275module_exit(e1000_exit_module);
276
Auke Kok2db10a02006-06-27 09:06:28 -0700277static int e1000_request_irq(struct e1000_adapter *adapter)
278{
279 struct net_device *netdev = adapter->netdev;
Al Viro3e188262007-12-11 19:49:39 +0000280 irq_handler_t handler = e1000_intr;
Auke Koke94bd232007-05-16 01:49:46 -0700281 int irq_flags = IRQF_SHARED;
282 int err;
Auke Kok2db10a02006-06-27 09:06:28 -0700283
Auke Koke94bd232007-05-16 01:49:46 -0700284 err = request_irq(adapter->pdev->irq, handler, irq_flags, netdev->name,
285 netdev);
286 if (err) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -0700287 e_err(probe, "Unable to allocate interrupt Error: %d\n", err);
Auke Koke94bd232007-05-16 01:49:46 -0700288 }
Auke Kok2db10a02006-06-27 09:06:28 -0700289
290 return err;
291}
292
293static void e1000_free_irq(struct e1000_adapter *adapter)
294{
295 struct net_device *netdev = adapter->netdev;
296
297 free_irq(adapter->pdev->irq, netdev);
Auke Kok2db10a02006-06-27 09:06:28 -0700298}
299
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300/**
301 * e1000_irq_disable - Mask off interrupt generation on the NIC
302 * @adapter: board private structure
303 **/
Joe Perches64798842008-07-11 15:17:02 -0700304static void e1000_irq_disable(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700305{
Joe Perches1dc32912008-07-11 15:17:08 -0700306 struct e1000_hw *hw = &adapter->hw;
307
308 ew32(IMC, ~0);
309 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310 synchronize_irq(adapter->pdev->irq);
311}
312
313/**
314 * e1000_irq_enable - Enable default interrupt generation settings
315 * @adapter: board private structure
316 **/
Joe Perches64798842008-07-11 15:17:02 -0700317static void e1000_irq_enable(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700318{
Joe Perches1dc32912008-07-11 15:17:08 -0700319 struct e1000_hw *hw = &adapter->hw;
320
321 ew32(IMS, IMS_ENABLE_MASK);
322 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700323}
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100324
Joe Perches64798842008-07-11 15:17:02 -0700325static void e1000_update_mng_vlan(struct e1000_adapter *adapter)
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700326{
Joe Perches1dc32912008-07-11 15:17:08 -0700327 struct e1000_hw *hw = &adapter->hw;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700328 struct net_device *netdev = adapter->netdev;
Joe Perches1dc32912008-07-11 15:17:08 -0700329 u16 vid = hw->mng_cookie.vlan_id;
Joe Perches406874a2008-04-03 10:06:32 -0700330 u16 old_vid = adapter->mng_vlan_id;
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800331
Jiri Pirko5622e402011-07-21 03:26:31 +0000332 if (!e1000_vlan_used(adapter))
333 return;
334
335 if (!test_bit(vid, adapter->active_vlans)) {
336 if (hw->mng_cookie.status &
337 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) {
Patrick McHardy80d5c362013-04-19 02:04:28 +0000338 e1000_vlan_rx_add_vid(netdev, htons(ETH_P_8021Q), vid);
Jeff Kirsherc5f226f2006-03-02 18:17:55 -0800339 adapter->mng_vlan_id = vid;
Jiri Pirko5622e402011-07-21 03:26:31 +0000340 } else {
341 adapter->mng_vlan_id = E1000_MNG_VLAN_NONE;
342 }
343 if ((old_vid != (u16)E1000_MNG_VLAN_NONE) &&
344 (vid != old_vid) &&
345 !test_bit(old_vid, adapter->active_vlans))
Patrick McHardy80d5c362013-04-19 02:04:28 +0000346 e1000_vlan_rx_kill_vid(netdev, htons(ETH_P_8021Q),
347 old_vid);
Jiri Pirko5622e402011-07-21 03:26:31 +0000348 } else {
349 adapter->mng_vlan_id = vid;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700350 }
351}
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800352
Joe Perches64798842008-07-11 15:17:02 -0700353static void e1000_init_manageability(struct e1000_adapter *adapter)
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500354{
Joe Perches1dc32912008-07-11 15:17:08 -0700355 struct e1000_hw *hw = &adapter->hw;
356
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500357 if (adapter->en_mng_pt) {
Joe Perches1dc32912008-07-11 15:17:08 -0700358 u32 manc = er32(MANC);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500359
360 /* disable hardware interception of ARP */
361 manc &= ~(E1000_MANC_ARP_EN);
362
Joe Perches1dc32912008-07-11 15:17:08 -0700363 ew32(MANC, manc);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500364 }
365}
366
Joe Perches64798842008-07-11 15:17:02 -0700367static void e1000_release_manageability(struct e1000_adapter *adapter)
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500368{
Joe Perches1dc32912008-07-11 15:17:08 -0700369 struct e1000_hw *hw = &adapter->hw;
370
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500371 if (adapter->en_mng_pt) {
Joe Perches1dc32912008-07-11 15:17:08 -0700372 u32 manc = er32(MANC);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500373
374 /* re-enable hardware interception of ARP */
375 manc |= E1000_MANC_ARP_EN;
376
Joe Perches1dc32912008-07-11 15:17:08 -0700377 ew32(MANC, manc);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500378 }
379}
380
Auke Koke0aac5a2007-03-06 08:57:21 -0800381/**
382 * e1000_configure - configure the hardware for RX and TX
383 * @adapter = private board structure
384 **/
385static void e1000_configure(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386{
387 struct net_device *netdev = adapter->netdev;
Auke Kok2db10a02006-06-27 09:06:28 -0700388 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389
Patrick McHardydb0ce502007-11-13 20:54:59 -0800390 e1000_set_rx_mode(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391
392 e1000_restore_vlan(adapter);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500393 e1000_init_manageability(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700394
395 e1000_configure_tx(adapter);
396 e1000_setup_rctl(adapter);
397 e1000_configure_rx(adapter);
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800398 /* call E1000_DESC_UNUSED which always leaves
399 * at least 1 descriptor unused to make sure
Jeff Kirsher6cfbd972013-02-09 12:49:21 +0000400 * next_to_use != next_to_clean
401 */
Jeff Kirsherf56799e2006-01-12 16:50:39 -0800402 for (i = 0; i < adapter->num_rx_queues; i++) {
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800403 struct e1000_rx_ring *ring = &adapter->rx_ring[i];
Jeff Kirshera292ca62006-01-12 16:51:30 -0800404 adapter->alloc_rx_buf(adapter, ring,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +0000405 E1000_DESC_UNUSED(ring));
Jeff Kirsherf56799e2006-01-12 16:50:39 -0800406 }
Auke Koke0aac5a2007-03-06 08:57:21 -0800407}
Jeff Kirsher7bfa4812006-01-12 16:50:41 -0800408
Auke Koke0aac5a2007-03-06 08:57:21 -0800409int e1000_up(struct e1000_adapter *adapter)
410{
Joe Perches1dc32912008-07-11 15:17:08 -0700411 struct e1000_hw *hw = &adapter->hw;
412
Auke Koke0aac5a2007-03-06 08:57:21 -0800413 /* hardware has been reset, we need to reload some things */
414 e1000_configure(adapter);
Malli Chilakala5de55622005-04-28 19:39:30 -0700415
Auke Kok1314bbf2006-09-27 12:54:02 -0700416 clear_bit(__E1000_DOWN, &adapter->flags);
417
Stephen Hemmingerbea33482007-10-03 16:41:36 -0700418 napi_enable(&adapter->napi);
Francois Romieuc3570ac2008-07-11 15:17:38 -0700419
Auke Koke0aac5a2007-03-06 08:57:21 -0800420 e1000_irq_enable(adapter);
421
Jesse Brandeburg4cb9be72009-04-21 18:42:05 +0000422 netif_wake_queue(adapter->netdev);
423
Jesse Brandeburg79f3d392006-12-15 10:42:34 +0100424 /* fire a link change interrupt to start the watchdog */
Joe Perches1dc32912008-07-11 15:17:08 -0700425 ew32(ICS, E1000_ICS_LSC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426 return 0;
427}
428
Auke Kok79f05bf2006-06-27 09:06:32 -0700429/**
430 * e1000_power_up_phy - restore link in case the phy was powered down
431 * @adapter: address of board private structure
432 *
433 * The phy may be powered down to save power and turn off link when the
434 * driver is unloaded and wake on lan is not enabled (among others)
435 * *** this routine MUST be followed by a call to e1000_reset ***
Auke Kok79f05bf2006-06-27 09:06:32 -0700436 **/
Jesse Brandeburgd6582662006-08-16 13:31:33 -0700437void e1000_power_up_phy(struct e1000_adapter *adapter)
Auke Kok79f05bf2006-06-27 09:06:32 -0700438{
Joe Perches1dc32912008-07-11 15:17:08 -0700439 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -0700440 u16 mii_reg = 0;
Auke Kok79f05bf2006-06-27 09:06:32 -0700441
442 /* Just clear the power down bit to wake the phy back up */
Joe Perches1dc32912008-07-11 15:17:08 -0700443 if (hw->media_type == e1000_media_type_copper) {
Auke Kok79f05bf2006-06-27 09:06:32 -0700444 /* according to the manual, the phy will retain its
Jeff Kirsher6cfbd972013-02-09 12:49:21 +0000445 * settings across a power-down/up cycle
446 */
Joe Perches1dc32912008-07-11 15:17:08 -0700447 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg);
Auke Kok79f05bf2006-06-27 09:06:32 -0700448 mii_reg &= ~MII_CR_POWER_DOWN;
Joe Perches1dc32912008-07-11 15:17:08 -0700449 e1000_write_phy_reg(hw, PHY_CTRL, mii_reg);
Auke Kok79f05bf2006-06-27 09:06:32 -0700450 }
451}
452
453static void e1000_power_down_phy(struct e1000_adapter *adapter)
454{
Joe Perches1dc32912008-07-11 15:17:08 -0700455 struct e1000_hw *hw = &adapter->hw;
456
Bruce Allan61c25052006-09-27 12:53:54 -0700457 /* Power down the PHY so no link is implied when interface is down *
Joe Perchesc3033b02008-03-21 11:06:25 -0700458 * The PHY cannot be powered down if any of the following is true *
Auke Kok79f05bf2006-06-27 09:06:32 -0700459 * (a) WoL is enabled
460 * (b) AMT is active
Jeff Kirsher6cfbd972013-02-09 12:49:21 +0000461 * (c) SoL/IDER session is active
462 */
Joe Perches1dc32912008-07-11 15:17:08 -0700463 if (!adapter->wol && hw->mac_type >= e1000_82540 &&
464 hw->media_type == e1000_media_type_copper) {
Joe Perches406874a2008-04-03 10:06:32 -0700465 u16 mii_reg = 0;
Bruce Allan61c25052006-09-27 12:53:54 -0700466
Joe Perches1dc32912008-07-11 15:17:08 -0700467 switch (hw->mac_type) {
Bruce Allan61c25052006-09-27 12:53:54 -0700468 case e1000_82540:
469 case e1000_82545:
470 case e1000_82545_rev_3:
471 case e1000_82546:
Dirk Brandewie5377a412011-01-06 14:29:54 +0000472 case e1000_ce4100:
Bruce Allan61c25052006-09-27 12:53:54 -0700473 case e1000_82546_rev_3:
474 case e1000_82541:
475 case e1000_82541_rev_2:
476 case e1000_82547:
477 case e1000_82547_rev_2:
Joe Perches1dc32912008-07-11 15:17:08 -0700478 if (er32(MANC) & E1000_MANC_SMBUS_EN)
Bruce Allan61c25052006-09-27 12:53:54 -0700479 goto out;
480 break;
Bruce Allan61c25052006-09-27 12:53:54 -0700481 default:
482 goto out;
483 }
Joe Perches1dc32912008-07-11 15:17:08 -0700484 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg);
Auke Kok79f05bf2006-06-27 09:06:32 -0700485 mii_reg |= MII_CR_POWER_DOWN;
Joe Perches1dc32912008-07-11 15:17:08 -0700486 e1000_write_phy_reg(hw, PHY_CTRL, mii_reg);
Jesse Brandeburg4e0d8f7d2011-10-05 07:24:46 +0000487 msleep(1);
Auke Kok79f05bf2006-06-27 09:06:32 -0700488 }
Bruce Allan61c25052006-09-27 12:53:54 -0700489out:
490 return;
Auke Kok79f05bf2006-06-27 09:06:32 -0700491}
492
Jesse Brandeburga4010af2011-10-05 07:24:41 +0000493static void e1000_down_and_stop(struct e1000_adapter *adapter)
494{
495 set_bit(__E1000_DOWN, &adapter->flags);
Tushar Dave8ce69092012-05-17 01:04:50 +0000496
497 /* Only kill reset task if adapter is not resetting */
498 if (!test_bit(__E1000_RESETTING, &adapter->flags))
499 cancel_work_sync(&adapter->reset_task);
500
Jesse Brandeburga4010af2011-10-05 07:24:41 +0000501 cancel_delayed_work_sync(&adapter->watchdog_task);
502 cancel_delayed_work_sync(&adapter->phy_info_task);
503 cancel_delayed_work_sync(&adapter->fifo_stall_task);
504}
505
Joe Perches64798842008-07-11 15:17:02 -0700506void e1000_down(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700507{
Jesse Brandeburga6c42322009-03-25 21:59:22 +0000508 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509 struct net_device *netdev = adapter->netdev;
Jesse Brandeburga6c42322009-03-25 21:59:22 +0000510 u32 rctl, tctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700511
Auke Kok1314bbf2006-09-27 12:54:02 -0700512
Jesse Brandeburga6c42322009-03-25 21:59:22 +0000513 /* disable receives in the hardware */
514 rctl = er32(RCTL);
515 ew32(RCTL, rctl & ~E1000_RCTL_EN);
516 /* flush and sleep below */
517
Jesse Brandeburg51851072009-09-25 12:17:01 +0000518 netif_tx_disable(netdev);
Jesse Brandeburga6c42322009-03-25 21:59:22 +0000519
520 /* disable transmits in the hardware */
521 tctl = er32(TCTL);
522 tctl &= ~E1000_TCTL_EN;
523 ew32(TCTL, tctl);
524 /* flush both disables and wait for them to finish */
525 E1000_WRITE_FLUSH();
526 msleep(10);
527
Stephen Hemmingerbea33482007-10-03 16:41:36 -0700528 napi_disable(&adapter->napi);
Francois Romieuc3570ac2008-07-11 15:17:38 -0700529
Linus Torvalds1da177e2005-04-16 15:20:36 -0700530 e1000_irq_disable(adapter);
Jeff Kirsherc1605eb2006-03-02 18:16:38 -0800531
Jeff Kirsher6cfbd972013-02-09 12:49:21 +0000532 /* Setting DOWN must be after irq_disable to prevent
Anupam Chandaab088532010-11-21 09:54:21 -0800533 * a screaming interrupt. Setting DOWN also prevents
Jesse Brandeburga4010af2011-10-05 07:24:41 +0000534 * tasks from rescheduling.
Anupam Chandaab088532010-11-21 09:54:21 -0800535 */
Jesse Brandeburga4010af2011-10-05 07:24:41 +0000536 e1000_down_and_stop(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538 adapter->link_speed = 0;
539 adapter->link_duplex = 0;
540 netif_carrier_off(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541
542 e1000_reset(adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400543 e1000_clean_all_tx_rings(adapter);
544 e1000_clean_all_rx_rings(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700545}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700546
stephen hemminger38df7a32010-10-21 07:50:57 +0000547static void e1000_reinit_safe(struct e1000_adapter *adapter)
Jesse Brandeburg338c15e2010-09-22 18:22:42 +0000548{
549 while (test_and_set_bit(__E1000_RESETTING, &adapter->flags))
550 msleep(1);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +0000551 mutex_lock(&adapter->mutex);
Jesse Brandeburg338c15e2010-09-22 18:22:42 +0000552 e1000_down(adapter);
553 e1000_up(adapter);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +0000554 mutex_unlock(&adapter->mutex);
Jesse Brandeburg338c15e2010-09-22 18:22:42 +0000555 clear_bit(__E1000_RESETTING, &adapter->flags);
556}
557
Joe Perches64798842008-07-11 15:17:02 -0700558void e1000_reinit_locked(struct e1000_adapter *adapter)
Auke Kok2db10a02006-06-27 09:06:28 -0700559{
Jesse Brandeburg338c15e2010-09-22 18:22:42 +0000560 /* if rtnl_lock is not held the call path is bogus */
561 ASSERT_RTNL();
Auke Kok2db10a02006-06-27 09:06:28 -0700562 WARN_ON(in_interrupt());
563 while (test_and_set_bit(__E1000_RESETTING, &adapter->flags))
564 msleep(1);
565 e1000_down(adapter);
566 e1000_up(adapter);
567 clear_bit(__E1000_RESETTING, &adapter->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700568}
569
Joe Perches64798842008-07-11 15:17:02 -0700570void e1000_reset(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571{
Joe Perches1dc32912008-07-11 15:17:08 -0700572 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -0700573 u32 pba = 0, tx_space, min_tx_space, min_rx_space;
Joe Perchesc3033b02008-03-21 11:06:25 -0700574 bool legacy_pba_adjust = false;
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000575 u16 hwm;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576
577 /* Repartition Pba for greater than 9k mtu
578 * To take effect CTRL.RST is required.
579 */
580
Joe Perches1dc32912008-07-11 15:17:08 -0700581 switch (hw->mac_type) {
Bruce Allan018ea442006-12-15 10:39:45 +0100582 case e1000_82542_rev2_0:
583 case e1000_82542_rev2_1:
584 case e1000_82543:
585 case e1000_82544:
586 case e1000_82540:
587 case e1000_82541:
588 case e1000_82541_rev_2:
Joe Perchesc3033b02008-03-21 11:06:25 -0700589 legacy_pba_adjust = true;
Bruce Allan018ea442006-12-15 10:39:45 +0100590 pba = E1000_PBA_48K;
591 break;
592 case e1000_82545:
593 case e1000_82545_rev_3:
594 case e1000_82546:
Dirk Brandewie5377a412011-01-06 14:29:54 +0000595 case e1000_ce4100:
Bruce Allan018ea442006-12-15 10:39:45 +0100596 case e1000_82546_rev_3:
597 pba = E1000_PBA_48K;
598 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700599 case e1000_82547:
Malli Chilakala0e6ef3e2005-04-28 19:44:14 -0700600 case e1000_82547_rev_2:
Joe Perchesc3033b02008-03-21 11:06:25 -0700601 legacy_pba_adjust = true;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700602 pba = E1000_PBA_30K;
603 break;
Bruce Allan018ea442006-12-15 10:39:45 +0100604 case e1000_undefined:
605 case e1000_num_macs:
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700606 break;
607 }
608
Joe Perchesc3033b02008-03-21 11:06:25 -0700609 if (legacy_pba_adjust) {
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000610 if (hw->max_frame_size > E1000_RXBUFFER_8192)
Bruce Allan018ea442006-12-15 10:39:45 +0100611 pba -= 8; /* allocate more FIFO for Tx */
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700612
Joe Perches1dc32912008-07-11 15:17:08 -0700613 if (hw->mac_type == e1000_82547) {
Bruce Allan018ea442006-12-15 10:39:45 +0100614 adapter->tx_fifo_head = 0;
615 adapter->tx_head_addr = pba << E1000_TX_HEAD_ADDR_SHIFT;
616 adapter->tx_fifo_size =
617 (E1000_PBA_40K - pba) << E1000_PBA_BYTES_SHIFT;
618 atomic_set(&adapter->tx_fifo_stall, 0);
619 }
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000620 } else if (hw->max_frame_size > ETH_FRAME_LEN + ETH_FCS_LEN) {
Bruce Allan018ea442006-12-15 10:39:45 +0100621 /* adjust PBA for jumbo frames */
Joe Perches1dc32912008-07-11 15:17:08 -0700622 ew32(PBA, pba);
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700623
Bruce Allan018ea442006-12-15 10:39:45 +0100624 /* To maintain wire speed transmits, the Tx FIFO should be
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000625 * large enough to accommodate two full transmit packets,
Bruce Allan018ea442006-12-15 10:39:45 +0100626 * rounded up to the next 1KB and expressed in KB. Likewise,
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000627 * the Rx FIFO should be large enough to accommodate at least
Bruce Allan018ea442006-12-15 10:39:45 +0100628 * one full receive packet and is similarly rounded up and
Jeff Kirsher6cfbd972013-02-09 12:49:21 +0000629 * expressed in KB.
630 */
Joe Perches1dc32912008-07-11 15:17:08 -0700631 pba = er32(PBA);
Bruce Allan018ea442006-12-15 10:39:45 +0100632 /* upper 16 bits has Tx packet buffer allocation size in KB */
633 tx_space = pba >> 16;
634 /* lower 16 bits has Rx packet buffer allocation size in KB */
635 pba &= 0xffff;
Jeff Kirsher6cfbd972013-02-09 12:49:21 +0000636 /* the Tx fifo also stores 16 bytes of information about the Tx
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000637 * but don't include ethernet FCS because hardware appends it
638 */
639 min_tx_space = (hw->max_frame_size +
640 sizeof(struct e1000_tx_desc) -
641 ETH_FCS_LEN) * 2;
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -0700642 min_tx_space = ALIGN(min_tx_space, 1024);
Bruce Allan018ea442006-12-15 10:39:45 +0100643 min_tx_space >>= 10;
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000644 /* software strips receive CRC, so leave room for it */
645 min_rx_space = hw->max_frame_size;
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -0700646 min_rx_space = ALIGN(min_rx_space, 1024);
Bruce Allan018ea442006-12-15 10:39:45 +0100647 min_rx_space >>= 10;
648
649 /* If current Tx allocation is less than the min Tx FIFO size,
650 * and the min Tx FIFO size is less than the current Rx FIFO
Jeff Kirsher6cfbd972013-02-09 12:49:21 +0000651 * allocation, take space away from current Rx allocation
652 */
Bruce Allan018ea442006-12-15 10:39:45 +0100653 if (tx_space < min_tx_space &&
654 ((min_tx_space - tx_space) < pba)) {
655 pba = pba - (min_tx_space - tx_space);
656
657 /* PCI/PCIx hardware has PBA alignment constraints */
Joe Perches1dc32912008-07-11 15:17:08 -0700658 switch (hw->mac_type) {
Bruce Allan018ea442006-12-15 10:39:45 +0100659 case e1000_82545 ... e1000_82546_rev_3:
660 pba &= ~(E1000_PBA_8K - 1);
661 break;
662 default:
663 break;
664 }
665
Jeff Kirsher6cfbd972013-02-09 12:49:21 +0000666 /* if short on Rx space, Rx wins and must trump Tx
667 * adjustment or use Early Receive if available
668 */
Jesse Brandeburg1532ece2009-09-25 12:16:14 +0000669 if (pba < min_rx_space)
670 pba = min_rx_space;
Bruce Allan018ea442006-12-15 10:39:45 +0100671 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700672 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700673
Joe Perches1dc32912008-07-11 15:17:08 -0700674 ew32(PBA, pba);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700675
Jeff Kirsher6cfbd972013-02-09 12:49:21 +0000676 /* flow control settings:
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000677 * The high water mark must be low enough to fit one full frame
678 * (or the size used for early receive) above it in the Rx FIFO.
679 * Set it to the lower of:
680 * - 90% of the Rx FIFO size, and
681 * - the full Rx FIFO size minus the early receive size (for parts
682 * with ERT support assuming ERT set to E1000_ERT_2048), or
683 * - the full Rx FIFO size minus one full frame
684 */
685 hwm = min(((pba << 10) * 9 / 10),
686 ((pba << 10) - hw->max_frame_size));
Jeff Kirsherf11b7f82006-01-12 16:50:51 -0800687
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000688 hw->fc_high_water = hwm & 0xFFF8; /* 8-byte granularity */
689 hw->fc_low_water = hw->fc_high_water - 8;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +0000690 hw->fc_pause_time = E1000_FC_PAUSE_TIME;
Joe Perches1dc32912008-07-11 15:17:08 -0700691 hw->fc_send_xon = 1;
692 hw->fc = hw->original_fc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700694 /* Allow time for pending master requests to run */
Joe Perches1dc32912008-07-11 15:17:08 -0700695 e1000_reset_hw(hw);
696 if (hw->mac_type >= e1000_82544)
697 ew32(WUC, 0);
Jeff Kirsher09ae3e82006-09-27 12:53:51 -0700698
Joe Perches1dc32912008-07-11 15:17:08 -0700699 if (e1000_init_hw(hw))
Emil Tantilovfeb8f472010-07-26 23:37:21 -0700700 e_dev_err("Hardware Error\n");
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700701 e1000_update_mng_vlan(adapter);
Jesse Brandeburg3d5460a2006-12-15 10:33:46 +0100702
703 /* if (adapter->hwflags & HWFLAGS_PHY_PWR_BIT) { */
Joe Perches1dc32912008-07-11 15:17:08 -0700704 if (hw->mac_type >= e1000_82544 &&
Joe Perches1dc32912008-07-11 15:17:08 -0700705 hw->autoneg == 1 &&
706 hw->autoneg_advertised == ADVERTISE_1000_FULL) {
707 u32 ctrl = er32(CTRL);
Jesse Brandeburg3d5460a2006-12-15 10:33:46 +0100708 /* clear phy power management bit if we are in gig only mode,
709 * which if enabled will attempt negotiation to 100Mb, which
Jeff Kirsher6cfbd972013-02-09 12:49:21 +0000710 * can cause a loss of link at power off or driver unload
711 */
Jesse Brandeburg3d5460a2006-12-15 10:33:46 +0100712 ctrl &= ~E1000_CTRL_SWDPIN3;
Joe Perches1dc32912008-07-11 15:17:08 -0700713 ew32(CTRL, ctrl);
Jesse Brandeburg3d5460a2006-12-15 10:33:46 +0100714 }
715
Linus Torvalds1da177e2005-04-16 15:20:36 -0700716 /* Enable h/w to recognize an 802.1Q VLAN Ethernet packet */
Joe Perches1dc32912008-07-11 15:17:08 -0700717 ew32(VET, ETHERNET_IEEE_VLAN_TYPE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700718
Joe Perches1dc32912008-07-11 15:17:08 -0700719 e1000_reset_adaptive(hw);
720 e1000_phy_get_info(hw, &adapter->phy_info);
Auke Kok9a53a202006-06-27 09:06:45 -0700721
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500722 e1000_release_manageability(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700723}
724
Ben Hutchings1aa8b472012-07-10 10:56:59 +0000725/* Dump the eeprom for users having checksum issues */
Adrian Bunkb4ea8952008-02-01 08:21:28 -0800726static void e1000_dump_eeprom(struct e1000_adapter *adapter)
Auke Kok67b3c272007-12-17 13:50:23 -0800727{
728 struct net_device *netdev = adapter->netdev;
729 struct ethtool_eeprom eeprom;
730 const struct ethtool_ops *ops = netdev->ethtool_ops;
731 u8 *data;
732 int i;
733 u16 csum_old, csum_new = 0;
734
735 eeprom.len = ops->get_eeprom_len(netdev);
736 eeprom.offset = 0;
737
738 data = kmalloc(eeprom.len, GFP_KERNEL);
Joe Perchese404dec2012-01-29 12:56:23 +0000739 if (!data)
Auke Kok67b3c272007-12-17 13:50:23 -0800740 return;
Auke Kok67b3c272007-12-17 13:50:23 -0800741
742 ops->get_eeprom(netdev, &eeprom, data);
743
744 csum_old = (data[EEPROM_CHECKSUM_REG * 2]) +
745 (data[EEPROM_CHECKSUM_REG * 2 + 1] << 8);
746 for (i = 0; i < EEPROM_CHECKSUM_REG * 2; i += 2)
747 csum_new += data[i] + (data[i + 1] << 8);
748 csum_new = EEPROM_SUM - csum_new;
749
Emil Tantilov675ad472010-04-27 14:02:58 +0000750 pr_err("/*********************/\n");
751 pr_err("Current EEPROM Checksum : 0x%04x\n", csum_old);
752 pr_err("Calculated : 0x%04x\n", csum_new);
Auke Kok67b3c272007-12-17 13:50:23 -0800753
Emil Tantilov675ad472010-04-27 14:02:58 +0000754 pr_err("Offset Values\n");
755 pr_err("======== ======\n");
Auke Kok67b3c272007-12-17 13:50:23 -0800756 print_hex_dump(KERN_ERR, "", DUMP_PREFIX_OFFSET, 16, 1, data, 128, 0);
757
Emil Tantilov675ad472010-04-27 14:02:58 +0000758 pr_err("Include this output when contacting your support provider.\n");
759 pr_err("This is not a software error! Something bad happened to\n");
760 pr_err("your hardware or EEPROM image. Ignoring this problem could\n");
761 pr_err("result in further problems, possibly loss of data,\n");
762 pr_err("corruption or system hangs!\n");
763 pr_err("The MAC Address will be reset to 00:00:00:00:00:00,\n");
764 pr_err("which is invalid and requires you to set the proper MAC\n");
765 pr_err("address manually before continuing to enable this network\n");
766 pr_err("device. Please inspect the EEPROM dump and report the\n");
767 pr_err("issue to your hardware vendor or Intel Customer Support.\n");
768 pr_err("/*********************/\n");
Auke Kok67b3c272007-12-17 13:50:23 -0800769
770 kfree(data);
771}
772
773/**
Taku Izumi81250292008-07-11 15:17:44 -0700774 * e1000_is_need_ioport - determine if an adapter needs ioport resources or not
775 * @pdev: PCI device information struct
776 *
777 * Return true if an adapter needs ioport resources
778 **/
779static int e1000_is_need_ioport(struct pci_dev *pdev)
780{
781 switch (pdev->device) {
782 case E1000_DEV_ID_82540EM:
783 case E1000_DEV_ID_82540EM_LOM:
784 case E1000_DEV_ID_82540EP:
785 case E1000_DEV_ID_82540EP_LOM:
786 case E1000_DEV_ID_82540EP_LP:
787 case E1000_DEV_ID_82541EI:
788 case E1000_DEV_ID_82541EI_MOBILE:
789 case E1000_DEV_ID_82541ER:
790 case E1000_DEV_ID_82541ER_LOM:
791 case E1000_DEV_ID_82541GI:
792 case E1000_DEV_ID_82541GI_LF:
793 case E1000_DEV_ID_82541GI_MOBILE:
794 case E1000_DEV_ID_82544EI_COPPER:
795 case E1000_DEV_ID_82544EI_FIBER:
796 case E1000_DEV_ID_82544GC_COPPER:
797 case E1000_DEV_ID_82544GC_LOM:
798 case E1000_DEV_ID_82545EM_COPPER:
799 case E1000_DEV_ID_82545EM_FIBER:
800 case E1000_DEV_ID_82546EB_COPPER:
801 case E1000_DEV_ID_82546EB_FIBER:
802 case E1000_DEV_ID_82546EB_QUAD_COPPER:
803 return true;
804 default:
805 return false;
806 }
807}
808
Michał Mirosławc8f44af2011-11-15 15:29:55 +0000809static netdev_features_t e1000_fix_features(struct net_device *netdev,
810 netdev_features_t features)
Jiri Pirko5622e402011-07-21 03:26:31 +0000811{
Jeff Kirsher6cfbd972013-02-09 12:49:21 +0000812 /* Since there is no support for separate Rx/Tx vlan accel
813 * enable/disable make sure Tx flag is always in same state as Rx.
Jiri Pirko5622e402011-07-21 03:26:31 +0000814 */
Patrick McHardyf6469682013-04-19 02:04:27 +0000815 if (features & NETIF_F_HW_VLAN_CTAG_RX)
816 features |= NETIF_F_HW_VLAN_CTAG_TX;
Jiri Pirko5622e402011-07-21 03:26:31 +0000817 else
Patrick McHardyf6469682013-04-19 02:04:27 +0000818 features &= ~NETIF_F_HW_VLAN_CTAG_TX;
Jiri Pirko5622e402011-07-21 03:26:31 +0000819
820 return features;
821}
822
Michał Mirosławc8f44af2011-11-15 15:29:55 +0000823static int e1000_set_features(struct net_device *netdev,
824 netdev_features_t features)
Michał Mirosławe97d3202011-06-08 08:36:42 +0000825{
826 struct e1000_adapter *adapter = netdev_priv(netdev);
Michał Mirosławc8f44af2011-11-15 15:29:55 +0000827 netdev_features_t changed = features ^ netdev->features;
Michał Mirosławe97d3202011-06-08 08:36:42 +0000828
Patrick McHardyf6469682013-04-19 02:04:27 +0000829 if (changed & NETIF_F_HW_VLAN_CTAG_RX)
Jiri Pirko5622e402011-07-21 03:26:31 +0000830 e1000_vlan_mode(netdev, features);
831
Ben Greeare825b732012-04-04 06:01:29 +0000832 if (!(changed & (NETIF_F_RXCSUM | NETIF_F_RXALL)))
Michał Mirosławe97d3202011-06-08 08:36:42 +0000833 return 0;
834
Ben Greeare825b732012-04-04 06:01:29 +0000835 netdev->features = features;
Michał Mirosławe97d3202011-06-08 08:36:42 +0000836 adapter->rx_csum = !!(features & NETIF_F_RXCSUM);
837
838 if (netif_running(netdev))
839 e1000_reinit_locked(adapter);
840 else
841 e1000_reset(adapter);
842
843 return 0;
844}
845
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800846static const struct net_device_ops e1000_netdev_ops = {
847 .ndo_open = e1000_open,
848 .ndo_stop = e1000_close,
Stephen Hemminger00829822008-11-20 20:14:53 -0800849 .ndo_start_xmit = e1000_xmit_frame,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800850 .ndo_get_stats = e1000_get_stats,
851 .ndo_set_rx_mode = e1000_set_rx_mode,
852 .ndo_set_mac_address = e1000_set_mac,
Jiri Pirko5622e402011-07-21 03:26:31 +0000853 .ndo_tx_timeout = e1000_tx_timeout,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800854 .ndo_change_mtu = e1000_change_mtu,
855 .ndo_do_ioctl = e1000_ioctl,
856 .ndo_validate_addr = eth_validate_addr,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800857 .ndo_vlan_rx_add_vid = e1000_vlan_rx_add_vid,
858 .ndo_vlan_rx_kill_vid = e1000_vlan_rx_kill_vid,
859#ifdef CONFIG_NET_POLL_CONTROLLER
860 .ndo_poll_controller = e1000_netpoll,
861#endif
Jiri Pirko5622e402011-07-21 03:26:31 +0000862 .ndo_fix_features = e1000_fix_features,
863 .ndo_set_features = e1000_set_features,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800864};
865
Taku Izumi81250292008-07-11 15:17:44 -0700866/**
Jesse Brandeburge508be12010-09-07 21:01:12 +0000867 * e1000_init_hw_struct - initialize members of hw struct
868 * @adapter: board private struct
869 * @hw: structure used by e1000_hw.c
870 *
871 * Factors out initialization of the e1000_hw struct to its own function
872 * that can be called very early at init (just after struct allocation).
873 * Fields are initialized based on PCI device information and
874 * OS network device settings (MTU size).
875 * Returns negative error codes if MAC type setup fails.
876 */
877static int e1000_init_hw_struct(struct e1000_adapter *adapter,
878 struct e1000_hw *hw)
879{
880 struct pci_dev *pdev = adapter->pdev;
881
882 /* PCI config space info */
883 hw->vendor_id = pdev->vendor;
884 hw->device_id = pdev->device;
885 hw->subsystem_vendor_id = pdev->subsystem_vendor;
886 hw->subsystem_id = pdev->subsystem_device;
887 hw->revision_id = pdev->revision;
888
889 pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word);
890
891 hw->max_frame_size = adapter->netdev->mtu +
892 ENET_HEADER_SIZE + ETHERNET_FCS_SIZE;
893 hw->min_frame_size = MINIMUM_ETHERNET_FRAME_SIZE;
894
895 /* identify the MAC */
896 if (e1000_set_mac_type(hw)) {
897 e_err(probe, "Unknown MAC Type\n");
898 return -EIO;
899 }
900
901 switch (hw->mac_type) {
902 default:
903 break;
904 case e1000_82541:
905 case e1000_82547:
906 case e1000_82541_rev_2:
907 case e1000_82547_rev_2:
908 hw->phy_init_script = 1;
909 break;
910 }
911
912 e1000_set_media_type(hw);
913 e1000_get_bus_info(hw);
914
915 hw->wait_autoneg_complete = false;
916 hw->tbi_compatibility_en = true;
917 hw->adaptive_ifs = true;
918
919 /* Copper options */
920
921 if (hw->media_type == e1000_media_type_copper) {
922 hw->mdix = AUTO_ALL_MODES;
923 hw->disable_polarity_correction = false;
924 hw->master_slave = E1000_MASTER_SLAVE;
925 }
926
927 return 0;
928}
929
930/**
Linus Torvalds1da177e2005-04-16 15:20:36 -0700931 * e1000_probe - Device Initialization Routine
932 * @pdev: PCI device information struct
933 * @ent: entry in e1000_pci_tbl
934 *
935 * Returns 0 on success, negative on failure
936 *
937 * e1000_probe initializes an adapter identified by a pci_dev structure.
938 * The OS initialization, configuring of the adapter private structure,
939 * and a hardware reset occur.
940 **/
Greg Kroah-Hartman1dd06ae2012-12-06 14:30:56 +0000941static int e1000_probe(struct pci_dev *pdev, const struct pci_device_id *ent)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942{
943 struct net_device *netdev;
944 struct e1000_adapter *adapter;
Joe Perches1dc32912008-07-11 15:17:08 -0700945 struct e1000_hw *hw;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700946
Linus Torvalds1da177e2005-04-16 15:20:36 -0700947 static int cards_found = 0;
Jesse Brandeburg120cd572006-08-31 14:27:46 -0700948 static int global_quad_port_a = 0; /* global ksp3 port a indication */
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700949 int i, err, pci_using_dac;
Joe Perches406874a2008-04-03 10:06:32 -0700950 u16 eeprom_data = 0;
Dirk Brandewie5377a412011-01-06 14:29:54 +0000951 u16 tmp = 0;
Joe Perches406874a2008-04-03 10:06:32 -0700952 u16 eeprom_apme_mask = E1000_EEPROM_APME;
Taku Izumi81250292008-07-11 15:17:44 -0700953 int bars, need_ioport;
Joe Perches0795af52007-10-03 17:59:30 -0700954
Taku Izumi81250292008-07-11 15:17:44 -0700955 /* do not allocate ioport bars when not needed */
956 need_ioport = e1000_is_need_ioport(pdev);
957 if (need_ioport) {
958 bars = pci_select_bars(pdev, IORESOURCE_MEM | IORESOURCE_IO);
959 err = pci_enable_device(pdev);
960 } else {
961 bars = pci_select_bars(pdev, IORESOURCE_MEM);
Karsten Keil4d7155b2009-02-03 15:18:01 -0800962 err = pci_enable_device_mem(pdev);
Taku Izumi81250292008-07-11 15:17:44 -0700963 }
Joe Perchesc7be73b2008-07-11 15:17:28 -0700964 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965 return err;
966
Taku Izumi81250292008-07-11 15:17:44 -0700967 err = pci_request_selected_regions(pdev, bars, e1000_driver_name);
Joe Perchesc7be73b2008-07-11 15:17:28 -0700968 if (err)
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700969 goto err_pci_reg;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970
971 pci_set_master(pdev);
Nick Nunleydbb5aae2010-02-03 14:49:48 +0000972 err = pci_save_state(pdev);
973 if (err)
974 goto err_alloc_etherdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700976 err = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700977 netdev = alloc_etherdev(sizeof(struct e1000_adapter));
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700978 if (!netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700979 goto err_alloc_etherdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980
Linus Torvalds1da177e2005-04-16 15:20:36 -0700981 SET_NETDEV_DEV(netdev, &pdev->dev);
982
983 pci_set_drvdata(pdev, netdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -0700984 adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985 adapter->netdev = netdev;
986 adapter->pdev = pdev;
stephen hemmingerb3f4d592012-03-13 06:04:20 +0000987 adapter->msg_enable = netif_msg_init(debug, DEFAULT_MSG_ENABLE);
Taku Izumi81250292008-07-11 15:17:44 -0700988 adapter->bars = bars;
989 adapter->need_ioport = need_ioport;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700990
Joe Perches1dc32912008-07-11 15:17:08 -0700991 hw = &adapter->hw;
992 hw->back = adapter;
993
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700994 err = -EIO;
Arjan van de Ven275f1652008-10-20 21:42:39 -0700995 hw->hw_addr = pci_ioremap_bar(pdev, BAR_0);
Joe Perches1dc32912008-07-11 15:17:08 -0700996 if (!hw->hw_addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700997 goto err_ioremap;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700998
Taku Izumi81250292008-07-11 15:17:44 -0700999 if (adapter->need_ioport) {
1000 for (i = BAR_1; i <= BAR_5; i++) {
1001 if (pci_resource_len(pdev, i) == 0)
1002 continue;
1003 if (pci_resource_flags(pdev, i) & IORESOURCE_IO) {
1004 hw->io_base = pci_resource_start(pdev, i);
1005 break;
1006 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001007 }
1008 }
1009
Jesse Brandeburge508be12010-09-07 21:01:12 +00001010 /* make ready for any if (hw->...) below */
1011 err = e1000_init_hw_struct(adapter, hw);
1012 if (err)
1013 goto err_sw_init;
1014
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00001015 /* there is a workaround being applied below that limits
Jesse Brandeburge508be12010-09-07 21:01:12 +00001016 * 64-bit DMA addresses to 64-bit hardware. There are some
1017 * 32-bit adapters that Tx hang when given 64-bit DMA addresses
1018 */
1019 pci_using_dac = 0;
1020 if ((hw->bus_type == e1000_bus_type_pcix) &&
1021 !dma_set_mask(&pdev->dev, DMA_BIT_MASK(64))) {
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00001022 /* according to DMA-API-HOWTO, coherent calls will always
Jesse Brandeburge508be12010-09-07 21:01:12 +00001023 * succeed if the set call did
1024 */
1025 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64));
1026 pci_using_dac = 1;
Jesse Brandeburge508be12010-09-07 21:01:12 +00001027 } else {
Dean Nelson19a0b672010-11-11 05:50:25 +00001028 err = dma_set_mask(&pdev->dev, DMA_BIT_MASK(32));
1029 if (err) {
1030 pr_err("No usable DMA config, aborting\n");
1031 goto err_dma;
1032 }
1033 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32));
Jesse Brandeburge508be12010-09-07 21:01:12 +00001034 }
1035
Stephen Hemminger0e7614b2008-11-19 22:18:22 -08001036 netdev->netdev_ops = &e1000_netdev_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037 e1000_set_ethtool_ops(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038 netdev->watchdog_timeo = 5 * HZ;
Stephen Hemmingerbea33482007-10-03 16:41:36 -07001039 netif_napi_add(netdev, &adapter->napi, e1000_clean, 64);
Stephen Hemminger0e7614b2008-11-19 22:18:22 -08001040
Auke Kok0eb5a342006-09-27 12:53:17 -07001041 strncpy(netdev->name, pci_name(pdev), sizeof(netdev->name) - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042
Linus Torvalds1da177e2005-04-16 15:20:36 -07001043 adapter->bd_number = cards_found;
1044
1045 /* setup the private structure */
1046
Joe Perchesc7be73b2008-07-11 15:17:28 -07001047 err = e1000_sw_init(adapter);
1048 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001049 goto err_sw_init;
1050
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001051 err = -EIO;
Dirk Brandewie5377a412011-01-06 14:29:54 +00001052 if (hw->mac_type == e1000_ce4100) {
Florian Fainelli13acde82012-01-04 20:23:35 +00001053 hw->ce4100_gbe_mdio_base_virt =
1054 ioremap(pci_resource_start(pdev, BAR_1),
Dirk Brandewie5377a412011-01-06 14:29:54 +00001055 pci_resource_len(pdev, BAR_1));
1056
Florian Fainelli13acde82012-01-04 20:23:35 +00001057 if (!hw->ce4100_gbe_mdio_base_virt)
Dirk Brandewie5377a412011-01-06 14:29:54 +00001058 goto err_mdio_ioremap;
1059 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001060
Joe Perches1dc32912008-07-11 15:17:08 -07001061 if (hw->mac_type >= e1000_82543) {
Michał Mirosławe97d3202011-06-08 08:36:42 +00001062 netdev->hw_features = NETIF_F_SG |
Jiri Pirko5622e402011-07-21 03:26:31 +00001063 NETIF_F_HW_CSUM |
Patrick McHardyf6469682013-04-19 02:04:27 +00001064 NETIF_F_HW_VLAN_CTAG_RX;
1065 netdev->features = NETIF_F_HW_VLAN_CTAG_TX |
1066 NETIF_F_HW_VLAN_CTAG_FILTER;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001067 }
1068
Joe Perches1dc32912008-07-11 15:17:08 -07001069 if ((hw->mac_type >= e1000_82544) &&
1070 (hw->mac_type != e1000_82547))
Michał Mirosławe97d3202011-06-08 08:36:42 +00001071 netdev->hw_features |= NETIF_F_TSO;
1072
Ben Greear11a78dc2012-02-11 15:40:01 +00001073 netdev->priv_flags |= IFF_SUPP_NOFCS;
1074
Michał Mirosławe97d3202011-06-08 08:36:42 +00001075 netdev->features |= netdev->hw_features;
Tushar Dave75006732012-06-12 13:03:29 +00001076 netdev->hw_features |= (NETIF_F_RXCSUM |
1077 NETIF_F_RXALL |
1078 NETIF_F_RXFCS);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001079
Yi Zou7b872a52010-09-22 17:57:58 +00001080 if (pci_using_dac) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001081 netdev->features |= NETIF_F_HIGHDMA;
Yi Zou7b872a52010-09-22 17:57:58 +00001082 netdev->vlan_features |= NETIF_F_HIGHDMA;
1083 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001084
Tushar Dave75006732012-06-12 13:03:29 +00001085 netdev->vlan_features |= (NETIF_F_TSO |
1086 NETIF_F_HW_CSUM |
1087 NETIF_F_SG);
Patrick McHardy20501a62008-10-11 12:25:59 -07001088
Jiri Pirko01789342011-08-16 06:29:00 +00001089 netdev->priv_flags |= IFF_UNICAST_FLT;
1090
Joe Perches1dc32912008-07-11 15:17:08 -07001091 adapter->en_mng_pt = e1000_enable_mng_pass_thru(hw);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001092
Auke Kokcd94dd02006-06-27 09:08:22 -07001093 /* initialize eeprom parameters */
Joe Perches1dc32912008-07-11 15:17:08 -07001094 if (e1000_init_eeprom_params(hw)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001095 e_err(probe, "EEPROM initialization failed\n");
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001096 goto err_eeprom;
Auke Kokcd94dd02006-06-27 09:08:22 -07001097 }
1098
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001099 /* before reading the EEPROM, reset the controller to
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00001100 * put the device in a known good starting state
1101 */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001102
Joe Perches1dc32912008-07-11 15:17:08 -07001103 e1000_reset_hw(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001104
1105 /* make sure the EEPROM is good */
Joe Perches1dc32912008-07-11 15:17:08 -07001106 if (e1000_validate_eeprom_checksum(hw) < 0) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001107 e_err(probe, "The EEPROM Checksum Is Not Valid\n");
Auke Kok67b3c272007-12-17 13:50:23 -08001108 e1000_dump_eeprom(adapter);
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00001109 /* set MAC address to all zeroes to invalidate and temporary
Auke Kok67b3c272007-12-17 13:50:23 -08001110 * disable this device for the user. This blocks regular
1111 * traffic while still permitting ethtool ioctls from reaching
1112 * the hardware as well as allowing the user to run the
1113 * interface after manually setting a hw addr using
1114 * `ip set address`
1115 */
Joe Perches1dc32912008-07-11 15:17:08 -07001116 memset(hw->mac_addr, 0, netdev->addr_len);
Auke Kok67b3c272007-12-17 13:50:23 -08001117 } else {
1118 /* copy the MAC address out of the EEPROM */
Joe Perches1dc32912008-07-11 15:17:08 -07001119 if (e1000_read_mac_addr(hw))
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001120 e_err(probe, "EEPROM Read Error\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001121 }
Auke Kok67b3c272007-12-17 13:50:23 -08001122 /* don't block initalization here due to bad MAC address */
Joe Perches1dc32912008-07-11 15:17:08 -07001123 memcpy(netdev->dev_addr, hw->mac_addr, netdev->addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124
Jiri Pirkoaaeb6cd2013-01-08 01:38:26 +00001125 if (!is_valid_ether_addr(netdev->dev_addr))
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001126 e_err(probe, "Invalid MAC Address\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127
Linus Torvalds1da177e2005-04-16 15:20:36 -07001128
Jesse Brandeburga4010af2011-10-05 07:24:41 +00001129 INIT_DELAYED_WORK(&adapter->watchdog_task, e1000_watchdog);
1130 INIT_DELAYED_WORK(&adapter->fifo_stall_task,
1131 e1000_82547_tx_fifo_stall_task);
1132 INIT_DELAYED_WORK(&adapter->phy_info_task, e1000_update_phy_info_task);
David Howells65f27f32006-11-22 14:55:48 +00001133 INIT_WORK(&adapter->reset_task, e1000_reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134
Linus Torvalds1da177e2005-04-16 15:20:36 -07001135 e1000_check_options(adapter);
1136
1137 /* Initial Wake on LAN setting
1138 * If APM wake is enabled in the EEPROM,
1139 * enable the ACPI Magic Packet filter
1140 */
1141
Joe Perches1dc32912008-07-11 15:17:08 -07001142 switch (hw->mac_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001143 case e1000_82542_rev2_0:
1144 case e1000_82542_rev2_1:
1145 case e1000_82543:
1146 break;
1147 case e1000_82544:
Joe Perches1dc32912008-07-11 15:17:08 -07001148 e1000_read_eeprom(hw,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001149 EEPROM_INIT_CONTROL2_REG, 1, &eeprom_data);
1150 eeprom_apme_mask = E1000_EEPROM_82544_APM;
1151 break;
1152 case e1000_82546:
1153 case e1000_82546_rev_3:
Joe Perches1dc32912008-07-11 15:17:08 -07001154 if (er32(STATUS) & E1000_STATUS_FUNC_1){
1155 e1000_read_eeprom(hw,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001156 EEPROM_INIT_CONTROL3_PORT_B, 1, &eeprom_data);
1157 break;
1158 }
1159 /* Fall Through */
1160 default:
Joe Perches1dc32912008-07-11 15:17:08 -07001161 e1000_read_eeprom(hw,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001162 EEPROM_INIT_CONTROL3_PORT_A, 1, &eeprom_data);
1163 break;
1164 }
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001165 if (eeprom_data & eeprom_apme_mask)
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001166 adapter->eeprom_wol |= E1000_WUFC_MAG;
1167
1168 /* now that we have the eeprom settings, apply the special cases
1169 * where the eeprom may be wrong or the board simply won't support
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00001170 * wake on lan on a particular port
1171 */
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001172 switch (pdev->device) {
1173 case E1000_DEV_ID_82546GB_PCIE:
1174 adapter->eeprom_wol = 0;
1175 break;
1176 case E1000_DEV_ID_82546EB_FIBER:
1177 case E1000_DEV_ID_82546GB_FIBER:
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001178 /* Wake events only supported on port A for dual fiber
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00001179 * regardless of eeprom setting
1180 */
Joe Perches1dc32912008-07-11 15:17:08 -07001181 if (er32(STATUS) & E1000_STATUS_FUNC_1)
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001182 adapter->eeprom_wol = 0;
1183 break;
1184 case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3:
1185 /* if quad port adapter, disable WoL on all but port A */
1186 if (global_quad_port_a != 0)
1187 adapter->eeprom_wol = 0;
1188 else
Rusty Russell3db1cd52011-12-19 13:56:45 +00001189 adapter->quad_port_a = true;
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001190 /* Reset for multiple quad port adapters */
1191 if (++global_quad_port_a == 4)
1192 global_quad_port_a = 0;
1193 break;
1194 }
1195
1196 /* initialize the wol settings based on the eeprom settings */
1197 adapter->wol = adapter->eeprom_wol;
\"Rafael J. Wysocki\de126482008-11-07 20:30:19 +00001198 device_set_wakeup_enable(&adapter->pdev->dev, adapter->wol);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001199
Dirk Brandewie5377a412011-01-06 14:29:54 +00001200 /* Auto detect PHY address */
1201 if (hw->mac_type == e1000_ce4100) {
1202 for (i = 0; i < 32; i++) {
1203 hw->phy_addr = i;
1204 e1000_read_phy_reg(hw, PHY_ID2, &tmp);
1205 if (tmp == 0 || tmp == 0xFF) {
1206 if (i == 31)
1207 goto err_eeprom;
1208 continue;
1209 } else
1210 break;
1211 }
1212 }
1213
Linus Torvalds1da177e2005-04-16 15:20:36 -07001214 /* reset the hardware with the new settings */
1215 e1000_reset(adapter);
1216
Auke Kok416b5d12007-06-01 10:22:39 -07001217 strcpy(netdev->name, "eth%d");
Joe Perchesc7be73b2008-07-11 15:17:28 -07001218 err = register_netdev(netdev);
1219 if (err)
Auke Kok416b5d12007-06-01 10:22:39 -07001220 goto err_register;
Auke Kok1314bbf2006-09-27 12:54:02 -07001221
Jiri Pirko52f55092012-03-20 18:10:01 +00001222 e1000_vlan_filter_on_off(adapter, false);
Jiri Pirko5622e402011-07-21 03:26:31 +00001223
Emil Tantilov675ad472010-04-27 14:02:58 +00001224 /* print bus type/speed/width info */
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001225 e_info(probe, "(PCI%s:%dMHz:%d-bit) %pM\n",
Joe Perches7837e582010-06-11 12:51:49 +00001226 ((hw->bus_type == e1000_bus_type_pcix) ? "-X" : ""),
1227 ((hw->bus_speed == e1000_bus_speed_133) ? 133 :
1228 (hw->bus_speed == e1000_bus_speed_120) ? 120 :
1229 (hw->bus_speed == e1000_bus_speed_100) ? 100 :
1230 (hw->bus_speed == e1000_bus_speed_66) ? 66 : 33),
1231 ((hw->bus_width == e1000_bus_width_64) ? 64 : 32),
1232 netdev->dev_addr);
Emil Tantilov675ad472010-04-27 14:02:58 +00001233
Jesse Brandeburgeb62efd2009-04-17 20:44:36 +00001234 /* carrier off reporting is important to ethtool even BEFORE open */
1235 netif_carrier_off(netdev);
1236
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001237 e_info(probe, "Intel(R) PRO/1000 Network Connection\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001238
1239 cards_found++;
1240 return 0;
1241
1242err_register:
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001243err_eeprom:
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001244 e1000_phy_hw_reset(hw);
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001245
Joe Perches1dc32912008-07-11 15:17:08 -07001246 if (hw->flash_address)
1247 iounmap(hw->flash_address);
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001248 kfree(adapter->tx_ring);
1249 kfree(adapter->rx_ring);
Jesse Brandeburge508be12010-09-07 21:01:12 +00001250err_dma:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001251err_sw_init:
Dirk Brandewie5377a412011-01-06 14:29:54 +00001252err_mdio_ioremap:
Florian Fainelli13acde82012-01-04 20:23:35 +00001253 iounmap(hw->ce4100_gbe_mdio_base_virt);
Joe Perches1dc32912008-07-11 15:17:08 -07001254 iounmap(hw->hw_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255err_ioremap:
1256 free_netdev(netdev);
1257err_alloc_etherdev:
Taku Izumi81250292008-07-11 15:17:44 -07001258 pci_release_selected_regions(pdev, bars);
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001259err_pci_reg:
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001260 pci_disable_device(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001261 return err;
1262}
1263
1264/**
1265 * e1000_remove - Device Removal Routine
1266 * @pdev: PCI device information struct
1267 *
1268 * e1000_remove is called by the PCI subsystem to alert the driver
1269 * that it should release a PCI device. The could be caused by a
1270 * Hot-Plug event, or because the driver is going to be removed from
1271 * memory.
1272 **/
Bill Pemberton9f9a12f2012-12-03 09:24:25 -05001273static void e1000_remove(struct pci_dev *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274{
1275 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07001276 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07001277 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001278
Jesse Brandeburga4010af2011-10-05 07:24:41 +00001279 e1000_down_and_stop(adapter);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05001280 e1000_release_manageability(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281
Stephen Hemmingerbea33482007-10-03 16:41:36 -07001282 unregister_netdev(netdev);
1283
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001284 e1000_phy_hw_reset(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001285
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001286 kfree(adapter->tx_ring);
1287 kfree(adapter->rx_ring);
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001288
Florian Fainelli1c267502012-01-04 20:23:34 +00001289 if (hw->mac_type == e1000_ce4100)
Florian Fainelli13acde82012-01-04 20:23:35 +00001290 iounmap(hw->ce4100_gbe_mdio_base_virt);
Joe Perches1dc32912008-07-11 15:17:08 -07001291 iounmap(hw->hw_addr);
1292 if (hw->flash_address)
1293 iounmap(hw->flash_address);
Taku Izumi81250292008-07-11 15:17:44 -07001294 pci_release_selected_regions(pdev, adapter->bars);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001295
1296 free_netdev(netdev);
1297
1298 pci_disable_device(pdev);
1299}
1300
1301/**
1302 * e1000_sw_init - Initialize general software structures (struct e1000_adapter)
1303 * @adapter: board private structure to initialize
1304 *
1305 * e1000_sw_init initializes the Adapter private data structure.
Jesse Brandeburge508be12010-09-07 21:01:12 +00001306 * e1000_init_hw_struct MUST be called before this function
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307 **/
Bill Pemberton9f9a12f2012-12-03 09:24:25 -05001308static int e1000_sw_init(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001309{
Auke Kokeb0f8052006-07-14 16:14:48 -07001310 adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001311
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001312 adapter->num_tx_queues = 1;
1313 adapter->num_rx_queues = 1;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001314
1315 if (e1000_alloc_queues(adapter)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001316 e_err(probe, "Unable to allocate memory for queues\n");
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001317 return -ENOMEM;
1318 }
1319
Herbert Xu47313052007-05-29 15:07:31 -07001320 /* Explicitly disable IRQ since the NIC can be in any state. */
Herbert Xu47313052007-05-29 15:07:31 -07001321 e1000_irq_disable(adapter);
1322
Linus Torvalds1da177e2005-04-16 15:20:36 -07001323 spin_lock_init(&adapter->stats_lock);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00001324 mutex_init(&adapter->mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325
Auke Kok1314bbf2006-09-27 12:54:02 -07001326 set_bit(__E1000_DOWN, &adapter->flags);
1327
Linus Torvalds1da177e2005-04-16 15:20:36 -07001328 return 0;
1329}
1330
1331/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001332 * e1000_alloc_queues - Allocate memory for all rings
1333 * @adapter: board private structure to initialize
1334 *
1335 * We allocate one ring per queue at run-time since we don't know the
Wang Chen3e1d7cd2008-12-03 22:07:10 -08001336 * number of queues at compile-time.
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001337 **/
Bill Pemberton9f9a12f2012-12-03 09:24:25 -05001338static int e1000_alloc_queues(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001339{
Yan Burman1c7e5b12007-03-06 08:58:04 -08001340 adapter->tx_ring = kcalloc(adapter->num_tx_queues,
1341 sizeof(struct e1000_tx_ring), GFP_KERNEL);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001342 if (!adapter->tx_ring)
1343 return -ENOMEM;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001344
Yan Burman1c7e5b12007-03-06 08:58:04 -08001345 adapter->rx_ring = kcalloc(adapter->num_rx_queues,
1346 sizeof(struct e1000_rx_ring), GFP_KERNEL);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001347 if (!adapter->rx_ring) {
1348 kfree(adapter->tx_ring);
1349 return -ENOMEM;
1350 }
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001351
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001352 return E1000_SUCCESS;
1353}
1354
1355/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356 * e1000_open - Called when a network interface is made active
1357 * @netdev: network interface device structure
1358 *
1359 * Returns 0 on success, negative value on failure
1360 *
1361 * The open entry point is called when a network interface is made
1362 * active by the system (IFF_UP). At this point all resources needed
1363 * for transmit and receive operations are allocated, the interrupt
Jesse Brandeburga4010af2011-10-05 07:24:41 +00001364 * handler is registered with the OS, the watchdog task is started,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001365 * and the stack is notified that the interface is ready.
1366 **/
Joe Perches64798842008-07-11 15:17:02 -07001367static int e1000_open(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001368{
Malli Chilakala60490fe2005-06-17 17:41:45 -07001369 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07001370 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001371 int err;
1372
Auke Kok2db10a02006-06-27 09:06:28 -07001373 /* disallow open during test */
Auke Kok1314bbf2006-09-27 12:54:02 -07001374 if (test_bit(__E1000_TESTING, &adapter->flags))
Auke Kok2db10a02006-06-27 09:06:28 -07001375 return -EBUSY;
1376
Jesse Brandeburgeb62efd2009-04-17 20:44:36 +00001377 netif_carrier_off(netdev);
1378
Linus Torvalds1da177e2005-04-16 15:20:36 -07001379 /* allocate transmit descriptors */
Auke Koke0aac5a2007-03-06 08:57:21 -08001380 err = e1000_setup_all_tx_resources(adapter);
1381 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001382 goto err_setup_tx;
1383
1384 /* allocate receive descriptors */
Auke Koke0aac5a2007-03-06 08:57:21 -08001385 err = e1000_setup_all_rx_resources(adapter);
Linus Torvaldsb5bf28c2007-02-21 11:21:44 -08001386 if (err)
Auke Koke0aac5a2007-03-06 08:57:21 -08001387 goto err_setup_rx;
Linus Torvaldsb5bf28c2007-02-21 11:21:44 -08001388
Auke Kok79f05bf2006-06-27 09:06:32 -07001389 e1000_power_up_phy(adapter);
1390
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001391 adapter->mng_vlan_id = E1000_MNG_VLAN_NONE;
Joe Perches1dc32912008-07-11 15:17:08 -07001392 if ((hw->mng_cookie.status &
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001393 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT)) {
1394 e1000_update_mng_vlan(adapter);
1395 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001396
Auke Koke0aac5a2007-03-06 08:57:21 -08001397 /* before we allocate an interrupt, we must be ready to handle it.
1398 * Setting DEBUG_SHIRQ in the kernel makes it fire an interrupt
1399 * as soon as we call pci_request_irq, so we have to setup our
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00001400 * clean_rx handler before we do so.
1401 */
Auke Koke0aac5a2007-03-06 08:57:21 -08001402 e1000_configure(adapter);
1403
1404 err = e1000_request_irq(adapter);
1405 if (err)
1406 goto err_req_irq;
1407
1408 /* From here on the code is the same as e1000_up() */
1409 clear_bit(__E1000_DOWN, &adapter->flags);
1410
Stephen Hemmingerbea33482007-10-03 16:41:36 -07001411 napi_enable(&adapter->napi);
Herbert Xu47313052007-05-29 15:07:31 -07001412
Auke Koke0aac5a2007-03-06 08:57:21 -08001413 e1000_irq_enable(adapter);
1414
Ben Hutchings076152d2008-07-18 17:50:57 -07001415 netif_start_queue(netdev);
1416
Auke Koke0aac5a2007-03-06 08:57:21 -08001417 /* fire a link status change interrupt to start the watchdog */
Joe Perches1dc32912008-07-11 15:17:08 -07001418 ew32(ICS, E1000_ICS_LSC);
Auke Koke0aac5a2007-03-06 08:57:21 -08001419
Linus Torvalds1da177e2005-04-16 15:20:36 -07001420 return E1000_SUCCESS;
1421
Linus Torvaldsb5bf28c2007-02-21 11:21:44 -08001422err_req_irq:
Auke Koke0aac5a2007-03-06 08:57:21 -08001423 e1000_power_down_phy(adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001424 e1000_free_all_rx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425err_setup_rx:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001426 e1000_free_all_tx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001427err_setup_tx:
1428 e1000_reset(adapter);
1429
1430 return err;
1431}
1432
1433/**
1434 * e1000_close - Disables a network interface
1435 * @netdev: network interface device structure
1436 *
1437 * Returns 0, this is not allowed to fail
1438 *
1439 * The close entry point is called when an interface is de-activated
1440 * by the OS. The hardware is still under the drivers control, but
1441 * needs to be disabled. A global MAC reset is issued to stop the
1442 * hardware, and all transmit and receive resources are freed.
1443 **/
Joe Perches64798842008-07-11 15:17:02 -07001444static int e1000_close(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001445{
Malli Chilakala60490fe2005-06-17 17:41:45 -07001446 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07001447 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001448
Auke Kok2db10a02006-06-27 09:06:28 -07001449 WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001450 e1000_down(adapter);
Auke Kok79f05bf2006-06-27 09:06:32 -07001451 e1000_power_down_phy(adapter);
Auke Kok2db10a02006-06-27 09:06:28 -07001452 e1000_free_irq(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001453
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001454 e1000_free_all_tx_resources(adapter);
1455 e1000_free_all_rx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001456
Bruce Allan46665602006-09-27 12:54:08 -07001457 /* kill manageability vlan ID if supported, but not if a vlan with
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00001458 * the same ID is registered on the host OS (let 8021q kill it)
1459 */
Joe Perches1dc32912008-07-11 15:17:08 -07001460 if ((hw->mng_cookie.status &
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00001461 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) &&
1462 !test_bit(adapter->mng_vlan_id, adapter->active_vlans)) {
Patrick McHardy80d5c362013-04-19 02:04:28 +00001463 e1000_vlan_rx_kill_vid(netdev, htons(ETH_P_8021Q),
1464 adapter->mng_vlan_id);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001465 }
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001466
Linus Torvalds1da177e2005-04-16 15:20:36 -07001467 return 0;
1468}
1469
1470/**
1471 * e1000_check_64k_bound - check that memory doesn't cross 64kB boundary
1472 * @adapter: address of board private structure
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001473 * @start: address of beginning of memory
1474 * @len: length of memory
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475 **/
Joe Perches64798842008-07-11 15:17:02 -07001476static bool e1000_check_64k_bound(struct e1000_adapter *adapter, void *start,
1477 unsigned long len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001478{
Joe Perches1dc32912008-07-11 15:17:08 -07001479 struct e1000_hw *hw = &adapter->hw;
Joe Perchese982f172008-07-11 15:17:18 -07001480 unsigned long begin = (unsigned long)start;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001481 unsigned long end = begin + len;
1482
Malli Chilakala26483452005-04-28 19:44:46 -07001483 /* First rev 82545 and 82546 need to not allow any memory
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00001484 * write location to cross 64k boundary due to errata 23
1485 */
Joe Perches1dc32912008-07-11 15:17:08 -07001486 if (hw->mac_type == e1000_82545 ||
Dirk Brandewie5377a412011-01-06 14:29:54 +00001487 hw->mac_type == e1000_ce4100 ||
Joe Perches1dc32912008-07-11 15:17:08 -07001488 hw->mac_type == e1000_82546) {
Joe Perchesc3033b02008-03-21 11:06:25 -07001489 return ((begin ^ (end - 1)) >> 16) != 0 ? false : true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001490 }
1491
Joe Perchesc3033b02008-03-21 11:06:25 -07001492 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001493}
1494
1495/**
1496 * e1000_setup_tx_resources - allocate Tx resources (Descriptors)
1497 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001498 * @txdr: tx descriptor ring (for a specific queue) to setup
Linus Torvalds1da177e2005-04-16 15:20:36 -07001499 *
1500 * Return 0 on success, negative on failure
1501 **/
Joe Perches64798842008-07-11 15:17:02 -07001502static int e1000_setup_tx_resources(struct e1000_adapter *adapter,
1503 struct e1000_tx_ring *txdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001505 struct pci_dev *pdev = adapter->pdev;
1506 int size;
1507
1508 size = sizeof(struct e1000_buffer) * txdr->count;
Eric Dumazet89bf67f2010-11-22 00:15:06 +00001509 txdr->buffer_info = vzalloc(size);
Joe Perches14f8dc42013-02-07 11:46:27 +00001510 if (!txdr->buffer_info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001512
1513 /* round up to nearest 4K */
1514
1515 txdr->size = txdr->count * sizeof(struct e1000_tx_desc);
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -07001516 txdr->size = ALIGN(txdr->size, 4096);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001517
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001518 txdr->desc = dma_alloc_coherent(&pdev->dev, txdr->size, &txdr->dma,
1519 GFP_KERNEL);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001520 if (!txdr->desc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521setup_tx_desc_die:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522 vfree(txdr->buffer_info);
1523 return -ENOMEM;
1524 }
1525
Malli Chilakala26483452005-04-28 19:44:46 -07001526 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527 if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) {
1528 void *olddesc = txdr->desc;
1529 dma_addr_t olddma = txdr->dma;
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001530 e_err(tx_err, "txdr align check failed: %u bytes at %p\n",
Emil Tantilov675ad472010-04-27 14:02:58 +00001531 txdr->size, txdr->desc);
Malli Chilakala26483452005-04-28 19:44:46 -07001532 /* Try again, without freeing the previous */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001533 txdr->desc = dma_alloc_coherent(&pdev->dev, txdr->size,
1534 &txdr->dma, GFP_KERNEL);
Malli Chilakala26483452005-04-28 19:44:46 -07001535 /* Failed allocation, critical failure */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001536 if (!txdr->desc) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001537 dma_free_coherent(&pdev->dev, txdr->size, olddesc,
1538 olddma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001539 goto setup_tx_desc_die;
1540 }
1541
1542 if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) {
1543 /* give up */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001544 dma_free_coherent(&pdev->dev, txdr->size, txdr->desc,
1545 txdr->dma);
1546 dma_free_coherent(&pdev->dev, txdr->size, olddesc,
1547 olddma);
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001548 e_err(probe, "Unable to allocate aligned memory "
Emil Tantilov675ad472010-04-27 14:02:58 +00001549 "for the transmit descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001550 vfree(txdr->buffer_info);
1551 return -ENOMEM;
1552 } else {
Malli Chilakala26483452005-04-28 19:44:46 -07001553 /* Free old allocation, new allocation was successful */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001554 dma_free_coherent(&pdev->dev, txdr->size, olddesc,
1555 olddma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001556 }
1557 }
1558 memset(txdr->desc, 0, txdr->size);
1559
1560 txdr->next_to_use = 0;
1561 txdr->next_to_clean = 0;
1562
1563 return 0;
1564}
1565
1566/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001567 * e1000_setup_all_tx_resources - wrapper to allocate Tx resources
1568 * (Descriptors) for all queues
1569 * @adapter: board private structure
1570 *
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001571 * Return 0 on success, negative on failure
1572 **/
Joe Perches64798842008-07-11 15:17:02 -07001573int e1000_setup_all_tx_resources(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001574{
1575 int i, err = 0;
1576
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001577 for (i = 0; i < adapter->num_tx_queues; i++) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001578 err = e1000_setup_tx_resources(adapter, &adapter->tx_ring[i]);
1579 if (err) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001580 e_err(probe, "Allocation for Tx Queue %u failed\n", i);
Vasily Averin3fbbc722006-08-28 14:56:24 -07001581 for (i-- ; i >= 0; i--)
1582 e1000_free_tx_resources(adapter,
1583 &adapter->tx_ring[i]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001584 break;
1585 }
1586 }
1587
1588 return err;
1589}
1590
1591/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001592 * e1000_configure_tx - Configure 8254x Transmit Unit after Reset
1593 * @adapter: board private structure
1594 *
1595 * Configure the Tx unit of the MAC after a reset.
1596 **/
Joe Perches64798842008-07-11 15:17:02 -07001597static void e1000_configure_tx(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001598{
Joe Perches406874a2008-04-03 10:06:32 -07001599 u64 tdba;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001600 struct e1000_hw *hw = &adapter->hw;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001601 u32 tdlen, tctl, tipg;
Joe Perches406874a2008-04-03 10:06:32 -07001602 u32 ipgr1, ipgr2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001603
1604 /* Setup the HW Tx Head and Tail descriptor pointers */
1605
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001606 switch (adapter->num_tx_queues) {
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001607 case 1:
1608 default:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001609 tdba = adapter->tx_ring[0].dma;
1610 tdlen = adapter->tx_ring[0].count *
1611 sizeof(struct e1000_tx_desc);
Joe Perches1dc32912008-07-11 15:17:08 -07001612 ew32(TDLEN, tdlen);
1613 ew32(TDBAH, (tdba >> 32));
1614 ew32(TDBAL, (tdba & 0x00000000ffffffffULL));
1615 ew32(TDT, 0);
1616 ew32(TDH, 0);
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00001617 adapter->tx_ring[0].tdh = ((hw->mac_type >= e1000_82543) ?
1618 E1000_TDH : E1000_82542_TDH);
1619 adapter->tx_ring[0].tdt = ((hw->mac_type >= e1000_82543) ?
1620 E1000_TDT : E1000_82542_TDT);
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001621 break;
1622 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623
1624 /* Set the default values for the Tx Inter Packet Gap timer */
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001625 if ((hw->media_type == e1000_media_type_fiber ||
Jesse Brandeburgd89b6c62006-12-15 10:38:32 +01001626 hw->media_type == e1000_media_type_internal_serdes))
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001627 tipg = DEFAULT_82543_TIPG_IPGT_FIBER;
1628 else
1629 tipg = DEFAULT_82543_TIPG_IPGT_COPPER;
1630
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001631 switch (hw->mac_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001632 case e1000_82542_rev2_0:
1633 case e1000_82542_rev2_1:
1634 tipg = DEFAULT_82542_TIPG_IPGT;
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001635 ipgr1 = DEFAULT_82542_TIPG_IPGR1;
1636 ipgr2 = DEFAULT_82542_TIPG_IPGR2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001637 break;
1638 default:
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001639 ipgr1 = DEFAULT_82543_TIPG_IPGR1;
1640 ipgr2 = DEFAULT_82543_TIPG_IPGR2;
1641 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001642 }
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001643 tipg |= ipgr1 << E1000_TIPG_IPGR1_SHIFT;
1644 tipg |= ipgr2 << E1000_TIPG_IPGR2_SHIFT;
Joe Perches1dc32912008-07-11 15:17:08 -07001645 ew32(TIPG, tipg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646
1647 /* Set the Tx Interrupt Delay register */
1648
Joe Perches1dc32912008-07-11 15:17:08 -07001649 ew32(TIDV, adapter->tx_int_delay);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001650 if (hw->mac_type >= e1000_82540)
Joe Perches1dc32912008-07-11 15:17:08 -07001651 ew32(TADV, adapter->tx_abs_int_delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001652
1653 /* Program the Transmit Control Register */
1654
Joe Perches1dc32912008-07-11 15:17:08 -07001655 tctl = er32(TCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656 tctl &= ~E1000_TCTL_CT;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08001657 tctl |= E1000_TCTL_PSP | E1000_TCTL_RTLC |
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658 (E1000_COLLISION_THRESHOLD << E1000_CT_SHIFT);
1659
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001660 e1000_config_collision_dist(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001661
1662 /* Setup Transmit Descriptor Settings for eop descriptor */
Jesse Brandeburg6a042da2006-11-01 08:48:04 -08001663 adapter->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS;
1664
1665 /* only set IDE if we are delaying interrupts using the timers */
1666 if (adapter->tx_int_delay)
1667 adapter->txd_cmd |= E1000_TXD_CMD_IDE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001668
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001669 if (hw->mac_type < e1000_82543)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001670 adapter->txd_cmd |= E1000_TXD_CMD_RPS;
1671 else
1672 adapter->txd_cmd |= E1000_TXD_CMD_RS;
1673
1674 /* Cache if we're 82544 running in PCI-X because we'll
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00001675 * need this to apply a workaround later in the send path.
1676 */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001677 if (hw->mac_type == e1000_82544 &&
1678 hw->bus_type == e1000_bus_type_pcix)
Rusty Russell3db1cd52011-12-19 13:56:45 +00001679 adapter->pcix_82544 = true;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08001680
Joe Perches1dc32912008-07-11 15:17:08 -07001681 ew32(TCTL, tctl);
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08001682
Linus Torvalds1da177e2005-04-16 15:20:36 -07001683}
1684
1685/**
1686 * e1000_setup_rx_resources - allocate Rx resources (Descriptors)
1687 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001688 * @rxdr: rx descriptor ring (for a specific queue) to setup
Linus Torvalds1da177e2005-04-16 15:20:36 -07001689 *
1690 * Returns 0 on success, negative on failure
1691 **/
Joe Perches64798842008-07-11 15:17:02 -07001692static int e1000_setup_rx_resources(struct e1000_adapter *adapter,
1693 struct e1000_rx_ring *rxdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001694{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001695 struct pci_dev *pdev = adapter->pdev;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001696 int size, desc_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697
1698 size = sizeof(struct e1000_buffer) * rxdr->count;
Eric Dumazet89bf67f2010-11-22 00:15:06 +00001699 rxdr->buffer_info = vzalloc(size);
Joe Perches14f8dc42013-02-07 11:46:27 +00001700 if (!rxdr->buffer_info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701 return -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001702
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001703 desc_len = sizeof(struct e1000_rx_desc);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001704
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705 /* Round up to nearest 4K */
1706
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001707 rxdr->size = rxdr->count * desc_len;
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -07001708 rxdr->size = ALIGN(rxdr->size, 4096);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001710 rxdr->desc = dma_alloc_coherent(&pdev->dev, rxdr->size, &rxdr->dma,
1711 GFP_KERNEL);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001712 if (!rxdr->desc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001713setup_rx_desc_die:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001714 vfree(rxdr->buffer_info);
1715 return -ENOMEM;
1716 }
1717
Malli Chilakala26483452005-04-28 19:44:46 -07001718 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719 if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) {
1720 void *olddesc = rxdr->desc;
1721 dma_addr_t olddma = rxdr->dma;
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001722 e_err(rx_err, "rxdr align check failed: %u bytes at %p\n",
Emil Tantilov675ad472010-04-27 14:02:58 +00001723 rxdr->size, rxdr->desc);
Malli Chilakala26483452005-04-28 19:44:46 -07001724 /* Try again, without freeing the previous */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001725 rxdr->desc = dma_alloc_coherent(&pdev->dev, rxdr->size,
1726 &rxdr->dma, GFP_KERNEL);
Malli Chilakala26483452005-04-28 19:44:46 -07001727 /* Failed allocation, critical failure */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001728 if (!rxdr->desc) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001729 dma_free_coherent(&pdev->dev, rxdr->size, olddesc,
1730 olddma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001731 goto setup_rx_desc_die;
1732 }
1733
1734 if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) {
1735 /* give up */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001736 dma_free_coherent(&pdev->dev, rxdr->size, rxdr->desc,
1737 rxdr->dma);
1738 dma_free_coherent(&pdev->dev, rxdr->size, olddesc,
1739 olddma);
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001740 e_err(probe, "Unable to allocate aligned memory for "
1741 "the Rx descriptor ring\n");
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001742 goto setup_rx_desc_die;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743 } else {
Malli Chilakala26483452005-04-28 19:44:46 -07001744 /* Free old allocation, new allocation was successful */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001745 dma_free_coherent(&pdev->dev, rxdr->size, olddesc,
1746 olddma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001747 }
1748 }
1749 memset(rxdr->desc, 0, rxdr->size);
1750
1751 rxdr->next_to_clean = 0;
1752 rxdr->next_to_use = 0;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00001753 rxdr->rx_skb_top = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001754
1755 return 0;
1756}
1757
1758/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001759 * e1000_setup_all_rx_resources - wrapper to allocate Rx resources
1760 * (Descriptors) for all queues
1761 * @adapter: board private structure
1762 *
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001763 * Return 0 on success, negative on failure
1764 **/
Joe Perches64798842008-07-11 15:17:02 -07001765int e1000_setup_all_rx_resources(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001766{
1767 int i, err = 0;
1768
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001769 for (i = 0; i < adapter->num_rx_queues; i++) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001770 err = e1000_setup_rx_resources(adapter, &adapter->rx_ring[i]);
1771 if (err) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001772 e_err(probe, "Allocation for Rx Queue %u failed\n", i);
Vasily Averin3fbbc722006-08-28 14:56:24 -07001773 for (i-- ; i >= 0; i--)
1774 e1000_free_rx_resources(adapter,
1775 &adapter->rx_ring[i]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001776 break;
1777 }
1778 }
1779
1780 return err;
1781}
1782
1783/**
Malli Chilakala26483452005-04-28 19:44:46 -07001784 * e1000_setup_rctl - configure the receive control registers
Linus Torvalds1da177e2005-04-16 15:20:36 -07001785 * @adapter: Board private structure
1786 **/
Joe Perches64798842008-07-11 15:17:02 -07001787static void e1000_setup_rctl(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001788{
Joe Perches1dc32912008-07-11 15:17:08 -07001789 struct e1000_hw *hw = &adapter->hw;
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07001790 u32 rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001791
Joe Perches1dc32912008-07-11 15:17:08 -07001792 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001793
1794 rctl &= ~(3 << E1000_RCTL_MO_SHIFT);
1795
Dean Nelsond5bc77a2011-09-16 16:52:54 +00001796 rctl |= E1000_RCTL_BAM | E1000_RCTL_LBM_NO |
1797 E1000_RCTL_RDMTS_HALF |
Joe Perches1dc32912008-07-11 15:17:08 -07001798 (hw->mc_filter_type << E1000_RCTL_MO_SHIFT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001799
Joe Perches1dc32912008-07-11 15:17:08 -07001800 if (hw->tbi_compatibility_on == 1)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801 rctl |= E1000_RCTL_SBP;
1802 else
1803 rctl &= ~E1000_RCTL_SBP;
1804
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001805 if (adapter->netdev->mtu <= ETH_DATA_LEN)
1806 rctl &= ~E1000_RCTL_LPE;
1807 else
1808 rctl |= E1000_RCTL_LPE;
1809
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810 /* Setup buffer sizes */
Auke Kok9e2feac2006-04-14 19:05:18 -07001811 rctl &= ~E1000_RCTL_SZ_4096;
1812 rctl |= E1000_RCTL_BSEX;
1813 switch (adapter->rx_buffer_len) {
Jeff Kirshera1415ee2006-02-28 20:24:07 -08001814 case E1000_RXBUFFER_2048:
1815 default:
1816 rctl |= E1000_RCTL_SZ_2048;
1817 rctl &= ~E1000_RCTL_BSEX;
1818 break;
1819 case E1000_RXBUFFER_4096:
1820 rctl |= E1000_RCTL_SZ_4096;
1821 break;
1822 case E1000_RXBUFFER_8192:
1823 rctl |= E1000_RCTL_SZ_8192;
1824 break;
1825 case E1000_RXBUFFER_16384:
1826 rctl |= E1000_RCTL_SZ_16384;
1827 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001828 }
1829
Ben Greeare825b732012-04-04 06:01:29 +00001830 /* This is useful for sniffing bad packets. */
1831 if (adapter->netdev->features & NETIF_F_RXALL) {
1832 /* UPE and MPE will be handled by normal PROMISC logic
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00001833 * in e1000e_set_rx_mode
1834 */
Ben Greeare825b732012-04-04 06:01:29 +00001835 rctl |= (E1000_RCTL_SBP | /* Receive bad packets */
1836 E1000_RCTL_BAM | /* RX All Bcast Pkts */
1837 E1000_RCTL_PMCF); /* RX All MAC Ctrl Pkts */
1838
1839 rctl &= ~(E1000_RCTL_VFE | /* Disable VLAN filter */
1840 E1000_RCTL_DPF | /* Allow filtered pause */
1841 E1000_RCTL_CFIEN); /* Dis VLAN CFIEN Filter */
1842 /* Do not mess with E1000_CTRL_VME, it affects transmit as well,
1843 * and that breaks VLANs.
1844 */
1845 }
1846
Joe Perches1dc32912008-07-11 15:17:08 -07001847 ew32(RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001848}
1849
1850/**
1851 * e1000_configure_rx - Configure 8254x Receive Unit after Reset
1852 * @adapter: board private structure
1853 *
1854 * Configure the Rx unit of the MAC after a reset.
1855 **/
Joe Perches64798842008-07-11 15:17:02 -07001856static void e1000_configure_rx(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001857{
Joe Perches406874a2008-04-03 10:06:32 -07001858 u64 rdba;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001859 struct e1000_hw *hw = &adapter->hw;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001860 u32 rdlen, rctl, rxcsum;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001861
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00001862 if (adapter->netdev->mtu > ETH_DATA_LEN) {
1863 rdlen = adapter->rx_ring[0].count *
1864 sizeof(struct e1000_rx_desc);
1865 adapter->clean_rx = e1000_clean_jumbo_rx_irq;
1866 adapter->alloc_rx_buf = e1000_alloc_jumbo_rx_buffers;
1867 } else {
1868 rdlen = adapter->rx_ring[0].count *
1869 sizeof(struct e1000_rx_desc);
1870 adapter->clean_rx = e1000_clean_rx_irq;
1871 adapter->alloc_rx_buf = e1000_alloc_rx_buffers;
1872 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001873
1874 /* disable receives while setting up the descriptors */
Joe Perches1dc32912008-07-11 15:17:08 -07001875 rctl = er32(RCTL);
1876 ew32(RCTL, rctl & ~E1000_RCTL_EN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877
1878 /* set the Receive Delay Timer Register */
Joe Perches1dc32912008-07-11 15:17:08 -07001879 ew32(RDTR, adapter->rx_int_delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001880
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001881 if (hw->mac_type >= e1000_82540) {
Joe Perches1dc32912008-07-11 15:17:08 -07001882 ew32(RADV, adapter->rx_abs_int_delay);
Jesse Brandeburg835bb122006-11-01 08:48:13 -08001883 if (adapter->itr_setting != 0)
Joe Perches1dc32912008-07-11 15:17:08 -07001884 ew32(ITR, 1000000000 / (adapter->itr * 256));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001885 }
1886
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001887 /* Setup the HW Rx Head and Tail Descriptor Pointers and
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00001888 * the Base and Length of the Rx Descriptor Ring
1889 */
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001890 switch (adapter->num_rx_queues) {
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001891 case 1:
1892 default:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001893 rdba = adapter->rx_ring[0].dma;
Joe Perches1dc32912008-07-11 15:17:08 -07001894 ew32(RDLEN, rdlen);
1895 ew32(RDBAH, (rdba >> 32));
1896 ew32(RDBAL, (rdba & 0x00000000ffffffffULL));
1897 ew32(RDT, 0);
1898 ew32(RDH, 0);
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00001899 adapter->rx_ring[0].rdh = ((hw->mac_type >= e1000_82543) ?
1900 E1000_RDH : E1000_82542_RDH);
1901 adapter->rx_ring[0].rdt = ((hw->mac_type >= e1000_82543) ?
1902 E1000_RDT : E1000_82542_RDT);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001903 break;
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001904 }
1905
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906 /* Enable 82543 Receive Checksum Offload for TCP and UDP */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001907 if (hw->mac_type >= e1000_82543) {
Joe Perches1dc32912008-07-11 15:17:08 -07001908 rxcsum = er32(RXCSUM);
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07001909 if (adapter->rx_csum)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001910 rxcsum |= E1000_RXCSUM_TUOFL;
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07001911 else
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001912 /* don't need to clear IPPCSE as it defaults to 0 */
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07001913 rxcsum &= ~E1000_RXCSUM_TUOFL;
Joe Perches1dc32912008-07-11 15:17:08 -07001914 ew32(RXCSUM, rxcsum);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001915 }
1916
1917 /* Enable Receives */
Dean Nelsond5bc77a2011-09-16 16:52:54 +00001918 ew32(RCTL, rctl | E1000_RCTL_EN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001919}
1920
1921/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001922 * e1000_free_tx_resources - Free Tx Resources per Queue
1923 * @adapter: board private structure
1924 * @tx_ring: Tx descriptor ring for a specific queue
1925 *
1926 * Free all transmit software resources
1927 **/
Joe Perches64798842008-07-11 15:17:02 -07001928static void e1000_free_tx_resources(struct e1000_adapter *adapter,
1929 struct e1000_tx_ring *tx_ring)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001930{
1931 struct pci_dev *pdev = adapter->pdev;
1932
1933 e1000_clean_tx_ring(adapter, tx_ring);
1934
1935 vfree(tx_ring->buffer_info);
1936 tx_ring->buffer_info = NULL;
1937
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001938 dma_free_coherent(&pdev->dev, tx_ring->size, tx_ring->desc,
1939 tx_ring->dma);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001940
1941 tx_ring->desc = NULL;
1942}
1943
1944/**
1945 * e1000_free_all_tx_resources - Free Tx Resources for All Queues
Linus Torvalds1da177e2005-04-16 15:20:36 -07001946 * @adapter: board private structure
1947 *
1948 * Free all transmit software resources
1949 **/
Joe Perches64798842008-07-11 15:17:02 -07001950void e1000_free_all_tx_resources(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001951{
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001952 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001954 for (i = 0; i < adapter->num_tx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001955 e1000_free_tx_resources(adapter, &adapter->tx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956}
1957
Joe Perches64798842008-07-11 15:17:02 -07001958static void e1000_unmap_and_free_tx_resource(struct e1000_adapter *adapter,
1959 struct e1000_buffer *buffer_info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001960{
Alexander Duyck602c0552009-12-02 16:46:00 +00001961 if (buffer_info->dma) {
1962 if (buffer_info->mapped_as_page)
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001963 dma_unmap_page(&adapter->pdev->dev, buffer_info->dma,
1964 buffer_info->length, DMA_TO_DEVICE);
Alexander Duyck602c0552009-12-02 16:46:00 +00001965 else
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001966 dma_unmap_single(&adapter->pdev->dev, buffer_info->dma,
Alexander Duyck602c0552009-12-02 16:46:00 +00001967 buffer_info->length,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001968 DMA_TO_DEVICE);
Alexander Duyck602c0552009-12-02 16:46:00 +00001969 buffer_info->dma = 0;
1970 }
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08001971 if (buffer_info->skb) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001972 dev_kfree_skb_any(buffer_info->skb);
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08001973 buffer_info->skb = NULL;
1974 }
Alexander Duyck37e73df2009-03-25 21:58:45 +00001975 buffer_info->time_stamp = 0;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08001976 /* buffer_info must be completely set up in the transmit path */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977}
1978
1979/**
1980 * e1000_clean_tx_ring - Free Tx Buffers
1981 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001982 * @tx_ring: ring to be cleaned
Linus Torvalds1da177e2005-04-16 15:20:36 -07001983 **/
Joe Perches64798842008-07-11 15:17:02 -07001984static void e1000_clean_tx_ring(struct e1000_adapter *adapter,
1985 struct e1000_tx_ring *tx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001986{
Joe Perches1dc32912008-07-11 15:17:08 -07001987 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001988 struct e1000_buffer *buffer_info;
1989 unsigned long size;
1990 unsigned int i;
1991
1992 /* Free all the Tx ring sk_buffs */
1993
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001994 for (i = 0; i < tx_ring->count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001995 buffer_info = &tx_ring->buffer_info[i];
1996 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
1997 }
1998
Otto Estuardo Solares Cabrera2f66fd32012-08-24 08:04:58 +00001999 netdev_reset_queue(adapter->netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002000 size = sizeof(struct e1000_buffer) * tx_ring->count;
2001 memset(tx_ring->buffer_info, 0, size);
2002
2003 /* Zero out the descriptor ring */
2004
2005 memset(tx_ring->desc, 0, tx_ring->size);
2006
2007 tx_ring->next_to_use = 0;
2008 tx_ring->next_to_clean = 0;
Rusty Russell3db1cd52011-12-19 13:56:45 +00002009 tx_ring->last_tx_tso = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002010
Joe Perches1dc32912008-07-11 15:17:08 -07002011 writel(0, hw->hw_addr + tx_ring->tdh);
2012 writel(0, hw->hw_addr + tx_ring->tdt);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002013}
2014
2015/**
2016 * e1000_clean_all_tx_rings - Free Tx Buffers for all queues
2017 * @adapter: board private structure
2018 **/
Joe Perches64798842008-07-11 15:17:02 -07002019static void e1000_clean_all_tx_rings(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002020{
2021 int i;
2022
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002023 for (i = 0; i < adapter->num_tx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002024 e1000_clean_tx_ring(adapter, &adapter->tx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025}
2026
2027/**
2028 * e1000_free_rx_resources - Free Rx Resources
2029 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002030 * @rx_ring: ring to clean the resources from
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031 *
2032 * Free all receive software resources
2033 **/
Joe Perches64798842008-07-11 15:17:02 -07002034static void e1000_free_rx_resources(struct e1000_adapter *adapter,
2035 struct e1000_rx_ring *rx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002037 struct pci_dev *pdev = adapter->pdev;
2038
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002039 e1000_clean_rx_ring(adapter, rx_ring);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002040
2041 vfree(rx_ring->buffer_info);
2042 rx_ring->buffer_info = NULL;
2043
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002044 dma_free_coherent(&pdev->dev, rx_ring->size, rx_ring->desc,
2045 rx_ring->dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002046
2047 rx_ring->desc = NULL;
2048}
2049
2050/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002051 * e1000_free_all_rx_resources - Free Rx Resources for All Queues
Linus Torvalds1da177e2005-04-16 15:20:36 -07002052 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002053 *
2054 * Free all receive software resources
2055 **/
Joe Perches64798842008-07-11 15:17:02 -07002056void e1000_free_all_rx_resources(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002057{
2058 int i;
2059
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002060 for (i = 0; i < adapter->num_rx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002061 e1000_free_rx_resources(adapter, &adapter->rx_ring[i]);
2062}
2063
2064/**
2065 * e1000_clean_rx_ring - Free Rx Buffers per Queue
2066 * @adapter: board private structure
2067 * @rx_ring: ring to free buffers from
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068 **/
Joe Perches64798842008-07-11 15:17:02 -07002069static void e1000_clean_rx_ring(struct e1000_adapter *adapter,
2070 struct e1000_rx_ring *rx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071{
Joe Perches1dc32912008-07-11 15:17:08 -07002072 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073 struct e1000_buffer *buffer_info;
2074 struct pci_dev *pdev = adapter->pdev;
2075 unsigned long size;
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07002076 unsigned int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077
2078 /* Free all the Rx ring sk_buffs */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002079 for (i = 0; i < rx_ring->count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080 buffer_info = &rx_ring->buffer_info[i];
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002081 if (buffer_info->dma &&
2082 adapter->clean_rx == e1000_clean_rx_irq) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002083 dma_unmap_single(&pdev->dev, buffer_info->dma,
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002084 buffer_info->length,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002085 DMA_FROM_DEVICE);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002086 } else if (buffer_info->dma &&
2087 adapter->clean_rx == e1000_clean_jumbo_rx_irq) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002088 dma_unmap_page(&pdev->dev, buffer_info->dma,
2089 buffer_info->length,
2090 DMA_FROM_DEVICE);
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00002091 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002092
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00002093 buffer_info->dma = 0;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002094 if (buffer_info->page) {
2095 put_page(buffer_info->page);
2096 buffer_info->page = NULL;
2097 }
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00002098 if (buffer_info->skb) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099 dev_kfree_skb(buffer_info->skb);
2100 buffer_info->skb = NULL;
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08002101 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102 }
2103
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002104 /* there also may be some cached data from a chained receive */
2105 if (rx_ring->rx_skb_top) {
2106 dev_kfree_skb(rx_ring->rx_skb_top);
2107 rx_ring->rx_skb_top = NULL;
2108 }
2109
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110 size = sizeof(struct e1000_buffer) * rx_ring->count;
2111 memset(rx_ring->buffer_info, 0, size);
2112
2113 /* Zero out the descriptor ring */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114 memset(rx_ring->desc, 0, rx_ring->size);
2115
2116 rx_ring->next_to_clean = 0;
2117 rx_ring->next_to_use = 0;
2118
Joe Perches1dc32912008-07-11 15:17:08 -07002119 writel(0, hw->hw_addr + rx_ring->rdh);
2120 writel(0, hw->hw_addr + rx_ring->rdt);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002121}
2122
2123/**
2124 * e1000_clean_all_rx_rings - Free Rx Buffers for all queues
2125 * @adapter: board private structure
2126 **/
Joe Perches64798842008-07-11 15:17:02 -07002127static void e1000_clean_all_rx_rings(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002128{
2129 int i;
2130
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002131 for (i = 0; i < adapter->num_rx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002132 e1000_clean_rx_ring(adapter, &adapter->rx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002133}
2134
2135/* The 82542 2.0 (revision 2) needs to have the receive unit in reset
2136 * and memory write and invalidate disabled for certain operations
2137 */
Joe Perches64798842008-07-11 15:17:02 -07002138static void e1000_enter_82542_rst(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139{
Joe Perches1dc32912008-07-11 15:17:08 -07002140 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141 struct net_device *netdev = adapter->netdev;
Joe Perches406874a2008-04-03 10:06:32 -07002142 u32 rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143
Joe Perches1dc32912008-07-11 15:17:08 -07002144 e1000_pci_clear_mwi(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145
Joe Perches1dc32912008-07-11 15:17:08 -07002146 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002147 rctl |= E1000_RCTL_RST;
Joe Perches1dc32912008-07-11 15:17:08 -07002148 ew32(RCTL, rctl);
2149 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002150 mdelay(5);
2151
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002152 if (netif_running(netdev))
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002153 e1000_clean_all_rx_rings(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002154}
2155
Joe Perches64798842008-07-11 15:17:02 -07002156static void e1000_leave_82542_rst(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157{
Joe Perches1dc32912008-07-11 15:17:08 -07002158 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159 struct net_device *netdev = adapter->netdev;
Joe Perches406874a2008-04-03 10:06:32 -07002160 u32 rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161
Joe Perches1dc32912008-07-11 15:17:08 -07002162 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002163 rctl &= ~E1000_RCTL_RST;
Joe Perches1dc32912008-07-11 15:17:08 -07002164 ew32(RCTL, rctl);
2165 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002166 mdelay(5);
2167
Joe Perches1dc32912008-07-11 15:17:08 -07002168 if (hw->pci_cmd_word & PCI_COMMAND_INVALIDATE)
2169 e1000_pci_set_mwi(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002170
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002171 if (netif_running(netdev)) {
Jeff Kirsher72d64a42006-01-12 16:51:19 -08002172 /* No need to loop, because 82542 supports only 1 queue */
2173 struct e1000_rx_ring *ring = &adapter->rx_ring[0];
Jesse Brandeburg7c4d3362006-01-18 13:01:45 -08002174 e1000_configure_rx(adapter);
Jeff Kirsher72d64a42006-01-12 16:51:19 -08002175 adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002176 }
2177}
2178
2179/**
2180 * e1000_set_mac - Change the Ethernet Address of the NIC
2181 * @netdev: network interface device structure
2182 * @p: pointer to an address structure
2183 *
2184 * Returns 0 on success, negative on failure
2185 **/
Joe Perches64798842008-07-11 15:17:02 -07002186static int e1000_set_mac(struct net_device *netdev, void *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187{
Malli Chilakala60490fe2005-06-17 17:41:45 -07002188 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07002189 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190 struct sockaddr *addr = p;
2191
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002192 if (!is_valid_ether_addr(addr->sa_data))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193 return -EADDRNOTAVAIL;
2194
2195 /* 82542 2.0 needs to be in reset to write receive address registers */
2196
Joe Perches1dc32912008-07-11 15:17:08 -07002197 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198 e1000_enter_82542_rst(adapter);
2199
2200 memcpy(netdev->dev_addr, addr->sa_data, netdev->addr_len);
Joe Perches1dc32912008-07-11 15:17:08 -07002201 memcpy(hw->mac_addr, addr->sa_data, netdev->addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202
Joe Perches1dc32912008-07-11 15:17:08 -07002203 e1000_rar_set(hw, hw->mac_addr, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204
Joe Perches1dc32912008-07-11 15:17:08 -07002205 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206 e1000_leave_82542_rst(adapter);
2207
2208 return 0;
2209}
2210
2211/**
Patrick McHardydb0ce502007-11-13 20:54:59 -08002212 * e1000_set_rx_mode - Secondary Unicast, Multicast and Promiscuous mode set
Linus Torvalds1da177e2005-04-16 15:20:36 -07002213 * @netdev: network interface device structure
2214 *
Patrick McHardydb0ce502007-11-13 20:54:59 -08002215 * The set_rx_mode entry point is called whenever the unicast or multicast
2216 * address lists or the network interface flags are updated. This routine is
2217 * responsible for configuring the hardware for proper unicast, multicast,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218 * promiscuous mode, and all-multi behavior.
2219 **/
Joe Perches64798842008-07-11 15:17:02 -07002220static void e1000_set_rx_mode(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002221{
Malli Chilakala60490fe2005-06-17 17:41:45 -07002222 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002223 struct e1000_hw *hw = &adapter->hw;
Jiri Pirkoccffad252009-05-22 23:22:17 +00002224 struct netdev_hw_addr *ha;
2225 bool use_uc = false;
Joe Perches406874a2008-04-03 10:06:32 -07002226 u32 rctl;
2227 u32 hash_value;
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002228 int i, rar_entries = E1000_RAR_ENTRIES;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002229 int mta_reg_count = E1000_NUM_MTA_REGISTERS;
Jesse Brandeburg81c52282009-04-04 16:36:53 -07002230 u32 *mcarray = kcalloc(mta_reg_count, sizeof(u32), GFP_ATOMIC);
2231
Joe Perches14f8dc42013-02-07 11:46:27 +00002232 if (!mcarray)
Jesse Brandeburg81c52282009-04-04 16:36:53 -07002233 return;
Auke Kokcd94dd02006-06-27 09:08:22 -07002234
Malli Chilakala26483452005-04-28 19:44:46 -07002235 /* Check for Promiscuous and All Multicast modes */
2236
Joe Perches1dc32912008-07-11 15:17:08 -07002237 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002238
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002239 if (netdev->flags & IFF_PROMISC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240 rctl |= (E1000_RCTL_UPE | E1000_RCTL_MPE);
Patrick McHardy746b9f02008-07-16 20:15:45 -07002241 rctl &= ~E1000_RCTL_VFE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242 } else {
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002243 if (netdev->flags & IFF_ALLMULTI)
Patrick McHardy746b9f02008-07-16 20:15:45 -07002244 rctl |= E1000_RCTL_MPE;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002245 else
Patrick McHardy746b9f02008-07-16 20:15:45 -07002246 rctl &= ~E1000_RCTL_MPE;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002247 /* Enable VLAN filter if there is a VLAN */
Jiri Pirko5622e402011-07-21 03:26:31 +00002248 if (e1000_vlan_used(adapter))
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002249 rctl |= E1000_RCTL_VFE;
Patrick McHardydb0ce502007-11-13 20:54:59 -08002250 }
2251
Jiri Pirko32e7bfc2010-01-25 13:36:10 -08002252 if (netdev_uc_count(netdev) > rar_entries - 1) {
Patrick McHardydb0ce502007-11-13 20:54:59 -08002253 rctl |= E1000_RCTL_UPE;
2254 } else if (!(netdev->flags & IFF_PROMISC)) {
2255 rctl &= ~E1000_RCTL_UPE;
Jiri Pirkoccffad252009-05-22 23:22:17 +00002256 use_uc = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002257 }
2258
Joe Perches1dc32912008-07-11 15:17:08 -07002259 ew32(RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002260
2261 /* 82542 2.0 needs to be in reset to write receive address registers */
2262
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002263 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002264 e1000_enter_82542_rst(adapter);
2265
Patrick McHardydb0ce502007-11-13 20:54:59 -08002266 /* load the first 14 addresses into the exact filters 1-14. Unicast
2267 * addresses take precedence to avoid disabling unicast filtering
2268 * when possible.
2269 *
Uwe Kleine-Königb5950762010-11-01 15:38:34 -04002270 * RAR 0 is used for the station MAC address
Linus Torvalds1da177e2005-04-16 15:20:36 -07002271 * if there are not 14 addresses, go ahead and clear the filters
2272 */
Jiri Pirkoccffad252009-05-22 23:22:17 +00002273 i = 1;
2274 if (use_uc)
Jiri Pirko32e7bfc2010-01-25 13:36:10 -08002275 netdev_for_each_uc_addr(ha, netdev) {
Jiri Pirkoccffad252009-05-22 23:22:17 +00002276 if (i == rar_entries)
2277 break;
2278 e1000_rar_set(hw, ha->addr, i++);
2279 }
2280
Jiri Pirko22bedad32010-04-01 21:22:57 +00002281 netdev_for_each_mc_addr(ha, netdev) {
Jiri Pirko7a81e9f2010-02-22 09:10:44 +00002282 if (i == rar_entries) {
2283 /* load any remaining addresses into the hash table */
2284 u32 hash_reg, hash_bit, mta;
Jiri Pirko22bedad32010-04-01 21:22:57 +00002285 hash_value = e1000_hash_mc_addr(hw, ha->addr);
Jiri Pirko7a81e9f2010-02-22 09:10:44 +00002286 hash_reg = (hash_value >> 5) & 0x7F;
2287 hash_bit = hash_value & 0x1F;
2288 mta = (1 << hash_bit);
2289 mcarray[hash_reg] |= mta;
Jiri Pirko10886af2010-02-23 01:19:22 -08002290 } else {
Jiri Pirko22bedad32010-04-01 21:22:57 +00002291 e1000_rar_set(hw, ha->addr, i++);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002292 }
2293 }
2294
Jiri Pirko7a81e9f2010-02-22 09:10:44 +00002295 for (; i < rar_entries; i++) {
2296 E1000_WRITE_REG_ARRAY(hw, RA, i << 1, 0);
2297 E1000_WRITE_FLUSH();
2298 E1000_WRITE_REG_ARRAY(hw, RA, (i << 1) + 1, 0);
2299 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002300 }
2301
Jesse Brandeburg81c52282009-04-04 16:36:53 -07002302 /* write the hash table completely, write from bottom to avoid
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00002303 * both stupid write combining chipsets, and flushing each write
2304 */
Jesse Brandeburg81c52282009-04-04 16:36:53 -07002305 for (i = mta_reg_count - 1; i >= 0 ; i--) {
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00002306 /* If we are on an 82544 has an errata where writing odd
Jesse Brandeburg81c52282009-04-04 16:36:53 -07002307 * offsets overwrites the previous even offset, but writing
2308 * backwards over the range solves the issue by always
2309 * writing the odd offset first
2310 */
2311 E1000_WRITE_REG_ARRAY(hw, MTA, i, mcarray[i]);
2312 }
2313 E1000_WRITE_FLUSH();
2314
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002315 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002316 e1000_leave_82542_rst(adapter);
Jesse Brandeburg81c52282009-04-04 16:36:53 -07002317
2318 kfree(mcarray);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002319}
2320
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002321/**
2322 * e1000_update_phy_info_task - get phy info
2323 * @work: work struct contained inside adapter struct
2324 *
2325 * Need to wait a few seconds after link up to get diagnostic information from
2326 * the phy
2327 */
Jesse Brandeburg5cf42fc2010-09-22 18:22:17 +00002328static void e1000_update_phy_info_task(struct work_struct *work)
2329{
2330 struct e1000_adapter *adapter = container_of(work,
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002331 struct e1000_adapter,
2332 phy_info_task.work);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002333 if (test_bit(__E1000_DOWN, &adapter->flags))
2334 return;
2335 mutex_lock(&adapter->mutex);
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002336 e1000_phy_get_info(&adapter->hw, &adapter->phy_info);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002337 mutex_unlock(&adapter->mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002338}
2339
2340/**
Jesse Brandeburg5cf42fc2010-09-22 18:22:17 +00002341 * e1000_82547_tx_fifo_stall_task - task to complete work
2342 * @work: work struct contained inside adapter struct
2343 **/
2344static void e1000_82547_tx_fifo_stall_task(struct work_struct *work)
2345{
2346 struct e1000_adapter *adapter = container_of(work,
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002347 struct e1000_adapter,
2348 fifo_stall_task.work);
Joe Perches1dc32912008-07-11 15:17:08 -07002349 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002350 struct net_device *netdev = adapter->netdev;
Joe Perches406874a2008-04-03 10:06:32 -07002351 u32 tctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002353 if (test_bit(__E1000_DOWN, &adapter->flags))
2354 return;
2355 mutex_lock(&adapter->mutex);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002356 if (atomic_read(&adapter->tx_fifo_stall)) {
Joe Perches1dc32912008-07-11 15:17:08 -07002357 if ((er32(TDT) == er32(TDH)) &&
2358 (er32(TDFT) == er32(TDFH)) &&
2359 (er32(TDFTS) == er32(TDFHS))) {
2360 tctl = er32(TCTL);
2361 ew32(TCTL, tctl & ~E1000_TCTL_EN);
2362 ew32(TDFT, adapter->tx_head_addr);
2363 ew32(TDFH, adapter->tx_head_addr);
2364 ew32(TDFTS, adapter->tx_head_addr);
2365 ew32(TDFHS, adapter->tx_head_addr);
2366 ew32(TCTL, tctl);
2367 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002368
2369 adapter->tx_fifo_head = 0;
2370 atomic_set(&adapter->tx_fifo_stall, 0);
2371 netif_wake_queue(netdev);
Jesse Brandeburgbaa34742009-09-25 12:17:23 +00002372 } else if (!test_bit(__E1000_DOWN, &adapter->flags)) {
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002373 schedule_delayed_work(&adapter->fifo_stall_task, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002374 }
2375 }
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002376 mutex_unlock(&adapter->mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377}
2378
Nick Nunleyb5481922010-02-03 14:49:28 +00002379bool e1000_has_link(struct e1000_adapter *adapter)
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002380{
2381 struct e1000_hw *hw = &adapter->hw;
2382 bool link_active = false;
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002383
Nicolas Schichan6d9e5132011-07-09 00:24:18 +00002384 /* get_link_status is set on LSC (link status) interrupt or rx
2385 * sequence error interrupt (except on intel ce4100).
2386 * get_link_status will stay false until the
2387 * e1000_check_for_link establishes link for copper adapters
2388 * ONLY
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002389 */
2390 switch (hw->media_type) {
2391 case e1000_media_type_copper:
Nicolas Schichan6d9e5132011-07-09 00:24:18 +00002392 if (hw->mac_type == e1000_ce4100)
2393 hw->get_link_status = 1;
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002394 if (hw->get_link_status) {
Jesse Brandeburg120a5d02009-09-25 15:19:46 -07002395 e1000_check_for_link(hw);
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002396 link_active = !hw->get_link_status;
2397 } else {
2398 link_active = true;
2399 }
2400 break;
2401 case e1000_media_type_fiber:
Jesse Brandeburg120a5d02009-09-25 15:19:46 -07002402 e1000_check_for_link(hw);
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002403 link_active = !!(er32(STATUS) & E1000_STATUS_LU);
2404 break;
2405 case e1000_media_type_internal_serdes:
Jesse Brandeburg120a5d02009-09-25 15:19:46 -07002406 e1000_check_for_link(hw);
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002407 link_active = hw->serdes_has_link;
2408 break;
2409 default:
2410 break;
2411 }
2412
2413 return link_active;
2414}
2415
Linus Torvalds1da177e2005-04-16 15:20:36 -07002416/**
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002417 * e1000_watchdog - work function
2418 * @work: work struct contained inside adapter struct
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419 **/
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002420static void e1000_watchdog(struct work_struct *work)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421{
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002422 struct e1000_adapter *adapter = container_of(work,
2423 struct e1000_adapter,
2424 watchdog_task.work);
Joe Perches1dc32912008-07-11 15:17:08 -07002425 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426 struct net_device *netdev = adapter->netdev;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002427 struct e1000_tx_ring *txdr = adapter->tx_ring;
Joe Perches406874a2008-04-03 10:06:32 -07002428 u32 link, tctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002430 if (test_bit(__E1000_DOWN, &adapter->flags))
2431 return;
2432
2433 mutex_lock(&adapter->mutex);
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002434 link = e1000_has_link(adapter);
2435 if ((netif_carrier_ok(netdev)) && link)
2436 goto link_up;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002437
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002438 if (link) {
2439 if (!netif_carrier_ok(netdev)) {
Joe Perches406874a2008-04-03 10:06:32 -07002440 u32 ctrl;
Joe Perchesc3033b02008-03-21 11:06:25 -07002441 bool txb2b = true;
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002442 /* update snapshot of PHY registers on LSC */
Joe Perches1dc32912008-07-11 15:17:08 -07002443 e1000_get_speed_and_duplex(hw,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00002444 &adapter->link_speed,
2445 &adapter->link_duplex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002446
Joe Perches1dc32912008-07-11 15:17:08 -07002447 ctrl = er32(CTRL);
Emil Tantilov675ad472010-04-27 14:02:58 +00002448 pr_info("%s NIC Link is Up %d Mbps %s, "
2449 "Flow Control: %s\n",
2450 netdev->name,
2451 adapter->link_speed,
2452 adapter->link_duplex == FULL_DUPLEX ?
2453 "Full Duplex" : "Half Duplex",
2454 ((ctrl & E1000_CTRL_TFCE) && (ctrl &
2455 E1000_CTRL_RFCE)) ? "RX/TX" : ((ctrl &
2456 E1000_CTRL_RFCE) ? "RX" : ((ctrl &
2457 E1000_CTRL_TFCE) ? "TX" : "None")));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002458
Emil Tantilov39ca5f02010-03-26 11:25:58 +00002459 /* adjust timeout factor according to speed/duplex */
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002460 adapter->tx_timeout_factor = 1;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002461 switch (adapter->link_speed) {
2462 case SPEED_10:
Joe Perchesc3033b02008-03-21 11:06:25 -07002463 txb2b = false;
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002464 adapter->tx_timeout_factor = 16;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002465 break;
2466 case SPEED_100:
Joe Perchesc3033b02008-03-21 11:06:25 -07002467 txb2b = false;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002468 /* maybe add some timeout factor ? */
2469 break;
2470 }
2471
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002472 /* enable transmits in the hardware */
Joe Perches1dc32912008-07-11 15:17:08 -07002473 tctl = er32(TCTL);
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002474 tctl |= E1000_TCTL_EN;
Joe Perches1dc32912008-07-11 15:17:08 -07002475 ew32(TCTL, tctl);
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002476
Linus Torvalds1da177e2005-04-16 15:20:36 -07002477 netif_carrier_on(netdev);
Jesse Brandeburgbaa34742009-09-25 12:17:23 +00002478 if (!test_bit(__E1000_DOWN, &adapter->flags))
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002479 schedule_delayed_work(&adapter->phy_info_task,
2480 2 * HZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002481 adapter->smartspeed = 0;
2482 }
2483 } else {
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002484 if (netif_carrier_ok(netdev)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002485 adapter->link_speed = 0;
2486 adapter->link_duplex = 0;
Emil Tantilov675ad472010-04-27 14:02:58 +00002487 pr_info("%s NIC Link is Down\n",
2488 netdev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002489 netif_carrier_off(netdev);
Jesse Brandeburgbaa34742009-09-25 12:17:23 +00002490
2491 if (!test_bit(__E1000_DOWN, &adapter->flags))
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002492 schedule_delayed_work(&adapter->phy_info_task,
2493 2 * HZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002494 }
2495
2496 e1000_smartspeed(adapter);
2497 }
2498
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002499link_up:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002500 e1000_update_stats(adapter);
2501
Joe Perches1dc32912008-07-11 15:17:08 -07002502 hw->tx_packet_delta = adapter->stats.tpt - adapter->tpt_old;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503 adapter->tpt_old = adapter->stats.tpt;
Joe Perches1dc32912008-07-11 15:17:08 -07002504 hw->collision_delta = adapter->stats.colc - adapter->colc_old;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505 adapter->colc_old = adapter->stats.colc;
2506
2507 adapter->gorcl = adapter->stats.gorcl - adapter->gorcl_old;
2508 adapter->gorcl_old = adapter->stats.gorcl;
2509 adapter->gotcl = adapter->stats.gotcl - adapter->gotcl_old;
2510 adapter->gotcl_old = adapter->stats.gotcl;
2511
Joe Perches1dc32912008-07-11 15:17:08 -07002512 e1000_update_adaptive(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002513
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002514 if (!netif_carrier_ok(netdev)) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002515 if (E1000_DESC_UNUSED(txdr) + 1 < txdr->count) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516 /* We've lost link, so the controller stops DMA,
2517 * but we've got queued Tx work that's never going
2518 * to get done, so reset controller to flush Tx.
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00002519 * (Do the reset outside of interrupt context).
2520 */
Jeff Kirsher87041632006-03-02 18:21:24 -08002521 adapter->tx_timeout_count++;
2522 schedule_work(&adapter->reset_task);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002523 /* exit immediately since reset is imminent */
2524 goto unlock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002525 }
2526 }
2527
Jesse Brandeburgeab2abf2010-05-04 22:26:03 +00002528 /* Simple mode for Interrupt Throttle Rate (ITR) */
2529 if (hw->mac_type >= e1000_82540 && adapter->itr_setting == 4) {
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00002530 /* Symmetric Tx/Rx gets a reduced ITR=2000;
Jesse Brandeburgeab2abf2010-05-04 22:26:03 +00002531 * Total asymmetrical Tx or Rx gets ITR=8000;
2532 * everyone else is between 2000-8000.
2533 */
2534 u32 goc = (adapter->gotcl + adapter->gorcl) / 10000;
2535 u32 dif = (adapter->gotcl > adapter->gorcl ?
2536 adapter->gotcl - adapter->gorcl :
2537 adapter->gorcl - adapter->gotcl) / 10000;
2538 u32 itr = goc > 0 ? (dif * 6000 / goc + 2000) : 8000;
2539
2540 ew32(ITR, 1000000000 / (itr * 256));
2541 }
2542
Linus Torvalds1da177e2005-04-16 15:20:36 -07002543 /* Cause software interrupt to ensure rx ring is cleaned */
Joe Perches1dc32912008-07-11 15:17:08 -07002544 ew32(ICS, E1000_ICS_RXDMT0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545
Malli Chilakala26483452005-04-28 19:44:46 -07002546 /* Force detection of hung controller every watchdog period */
Joe Perchesc3033b02008-03-21 11:06:25 -07002547 adapter->detect_tx_hung = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002549 /* Reschedule the task */
Jesse Brandeburgbaa34742009-09-25 12:17:23 +00002550 if (!test_bit(__E1000_DOWN, &adapter->flags))
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002551 schedule_delayed_work(&adapter->watchdog_task, 2 * HZ);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002552
2553unlock:
2554 mutex_unlock(&adapter->mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002555}
2556
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002557enum latency_range {
2558 lowest_latency = 0,
2559 low_latency = 1,
2560 bulk_latency = 2,
2561 latency_invalid = 255
2562};
2563
2564/**
2565 * e1000_update_itr - update the dynamic ITR value based on statistics
Jesse Brandeburg8fce4732009-09-25 12:18:41 +00002566 * @adapter: pointer to adapter
2567 * @itr_setting: current adapter->itr
2568 * @packets: the number of packets during this measurement interval
2569 * @bytes: the number of bytes during this measurement interval
2570 *
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002571 * Stores a new ITR value based on packets and byte
2572 * counts during the last interrupt. The advantage of per interrupt
2573 * computation is faster updates and more accurate ITR for the current
2574 * traffic pattern. Constants in this function were computed
2575 * based on theoretical maximum wire speed and thresholds were set based
2576 * on testing data as well as attempting to minimize response time
2577 * while increasing bulk throughput.
2578 * this functionality is controlled by the InterruptThrottleRate module
2579 * parameter (see e1000_param.c)
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002580 **/
2581static unsigned int e1000_update_itr(struct e1000_adapter *adapter,
Joe Perches64798842008-07-11 15:17:02 -07002582 u16 itr_setting, int packets, int bytes)
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002583{
2584 unsigned int retval = itr_setting;
2585 struct e1000_hw *hw = &adapter->hw;
2586
2587 if (unlikely(hw->mac_type < e1000_82540))
2588 goto update_itr_done;
2589
2590 if (packets == 0)
2591 goto update_itr_done;
2592
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002593 switch (itr_setting) {
2594 case lowest_latency:
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002595 /* jumbo frames get bulk treatment*/
2596 if (bytes/packets > 8000)
2597 retval = bulk_latency;
2598 else if ((packets < 5) && (bytes > 512))
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002599 retval = low_latency;
2600 break;
2601 case low_latency: /* 50 usec aka 20000 ints/s */
2602 if (bytes > 10000) {
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002603 /* jumbo frames need bulk latency setting */
2604 if (bytes/packets > 8000)
2605 retval = bulk_latency;
2606 else if ((packets < 10) || ((bytes/packets) > 1200))
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002607 retval = bulk_latency;
2608 else if ((packets > 35))
2609 retval = lowest_latency;
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002610 } else if (bytes/packets > 2000)
2611 retval = bulk_latency;
2612 else if (packets <= 2 && bytes < 512)
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002613 retval = lowest_latency;
2614 break;
2615 case bulk_latency: /* 250 usec aka 4000 ints/s */
2616 if (bytes > 25000) {
2617 if (packets > 35)
2618 retval = low_latency;
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002619 } else if (bytes < 6000) {
2620 retval = low_latency;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002621 }
2622 break;
2623 }
2624
2625update_itr_done:
2626 return retval;
2627}
2628
2629static void e1000_set_itr(struct e1000_adapter *adapter)
2630{
2631 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07002632 u16 current_itr;
2633 u32 new_itr = adapter->itr;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002634
2635 if (unlikely(hw->mac_type < e1000_82540))
2636 return;
2637
2638 /* for non-gigabit speeds, just fix the interrupt rate at 4000 */
2639 if (unlikely(adapter->link_speed != SPEED_1000)) {
2640 current_itr = 0;
2641 new_itr = 4000;
2642 goto set_itr_now;
2643 }
2644
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00002645 adapter->tx_itr = e1000_update_itr(adapter, adapter->tx_itr,
2646 adapter->total_tx_packets,
2647 adapter->total_tx_bytes);
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002648 /* conservative mode (itr 3) eliminates the lowest_latency setting */
2649 if (adapter->itr_setting == 3 && adapter->tx_itr == lowest_latency)
2650 adapter->tx_itr = low_latency;
2651
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00002652 adapter->rx_itr = e1000_update_itr(adapter, adapter->rx_itr,
2653 adapter->total_rx_packets,
2654 adapter->total_rx_bytes);
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002655 /* conservative mode (itr 3) eliminates the lowest_latency setting */
2656 if (adapter->itr_setting == 3 && adapter->rx_itr == lowest_latency)
2657 adapter->rx_itr = low_latency;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002658
2659 current_itr = max(adapter->rx_itr, adapter->tx_itr);
2660
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002661 switch (current_itr) {
2662 /* counts and packets in update_itr are dependent on these numbers */
2663 case lowest_latency:
2664 new_itr = 70000;
2665 break;
2666 case low_latency:
2667 new_itr = 20000; /* aka hwitr = ~200 */
2668 break;
2669 case bulk_latency:
2670 new_itr = 4000;
2671 break;
2672 default:
2673 break;
2674 }
2675
2676set_itr_now:
2677 if (new_itr != adapter->itr) {
2678 /* this attempts to bias the interrupt rate towards Bulk
2679 * by adding intermediate steps when interrupt rate is
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00002680 * increasing
2681 */
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002682 new_itr = new_itr > adapter->itr ?
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00002683 min(adapter->itr + (new_itr >> 2), new_itr) :
2684 new_itr;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002685 adapter->itr = new_itr;
Joe Perches1dc32912008-07-11 15:17:08 -07002686 ew32(ITR, 1000000000 / (new_itr * 256));
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002687 }
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002688}
2689
Linus Torvalds1da177e2005-04-16 15:20:36 -07002690#define E1000_TX_FLAGS_CSUM 0x00000001
2691#define E1000_TX_FLAGS_VLAN 0x00000002
2692#define E1000_TX_FLAGS_TSO 0x00000004
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002693#define E1000_TX_FLAGS_IPV4 0x00000008
Ben Greear11a78dc2012-02-11 15:40:01 +00002694#define E1000_TX_FLAGS_NO_FCS 0x00000010
Linus Torvalds1da177e2005-04-16 15:20:36 -07002695#define E1000_TX_FLAGS_VLAN_MASK 0xffff0000
2696#define E1000_TX_FLAGS_VLAN_SHIFT 16
2697
Joe Perches64798842008-07-11 15:17:02 -07002698static int e1000_tso(struct e1000_adapter *adapter,
2699 struct e1000_tx_ring *tx_ring, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002700{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002701 struct e1000_context_desc *context_desc;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002702 struct e1000_buffer *buffer_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703 unsigned int i;
Joe Perches406874a2008-04-03 10:06:32 -07002704 u32 cmd_length = 0;
2705 u16 ipcse = 0, tucse, mss;
2706 u8 ipcss, ipcso, tucss, tucso, hdr_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707 int err;
2708
Herbert Xu89114af2006-07-08 13:34:32 -07002709 if (skb_is_gso(skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002710 if (skb_header_cloned(skb)) {
2711 err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
2712 if (err)
2713 return err;
2714 }
2715
Arnaldo Carvalho de Meloab6a5bb2007-03-18 17:43:48 -07002716 hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb);
Herbert Xu79671682006-06-22 02:40:14 -07002717 mss = skb_shinfo(skb)->gso_size;
Alexey Dobriyan60828232006-05-23 14:52:21 -07002718 if (skb->protocol == htons(ETH_P_IP)) {
Arnaldo Carvalho de Meloeddc9ec2007-04-20 22:47:35 -07002719 struct iphdr *iph = ip_hdr(skb);
2720 iph->tot_len = 0;
2721 iph->check = 0;
Arnaldo Carvalho de Meloaa8223c2007-04-10 21:04:22 -07002722 tcp_hdr(skb)->check = ~csum_tcpudp_magic(iph->saddr,
2723 iph->daddr, 0,
2724 IPPROTO_TCP,
2725 0);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002726 cmd_length = E1000_TXD_CMD_IP;
Arnaldo Carvalho de Meloea2ae172007-04-25 17:55:53 -07002727 ipcse = skb_transport_offset(skb) - 1;
Auke Koke15fdd02006-08-16 11:28:45 -07002728 } else if (skb->protocol == htons(ETH_P_IPV6)) {
Arnaldo Carvalho de Melo0660e032007-04-25 17:54:47 -07002729 ipv6_hdr(skb)->payload_len = 0;
Arnaldo Carvalho de Meloaa8223c2007-04-10 21:04:22 -07002730 tcp_hdr(skb)->check =
Arnaldo Carvalho de Melo0660e032007-04-25 17:54:47 -07002731 ~csum_ipv6_magic(&ipv6_hdr(skb)->saddr,
2732 &ipv6_hdr(skb)->daddr,
2733 0, IPPROTO_TCP, 0);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002734 ipcse = 0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002735 }
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -03002736 ipcss = skb_network_offset(skb);
Arnaldo Carvalho de Meloeddc9ec2007-04-20 22:47:35 -07002737 ipcso = (void *)&(ip_hdr(skb)->check) - (void *)skb->data;
Arnaldo Carvalho de Meloea2ae172007-04-25 17:55:53 -07002738 tucss = skb_transport_offset(skb);
Arnaldo Carvalho de Meloaa8223c2007-04-10 21:04:22 -07002739 tucso = (void *)&(tcp_hdr(skb)->check) - (void *)skb->data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002740 tucse = 0;
2741
2742 cmd_length |= (E1000_TXD_CMD_DEXT | E1000_TXD_CMD_TSE |
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002743 E1000_TXD_CMD_TCP | (skb->len - (hdr_len)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002744
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002745 i = tx_ring->next_to_use;
2746 context_desc = E1000_CONTEXT_DESC(*tx_ring, i);
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002747 buffer_info = &tx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002748
2749 context_desc->lower_setup.ip_fields.ipcss = ipcss;
2750 context_desc->lower_setup.ip_fields.ipcso = ipcso;
2751 context_desc->lower_setup.ip_fields.ipcse = cpu_to_le16(ipcse);
2752 context_desc->upper_setup.tcp_fields.tucss = tucss;
2753 context_desc->upper_setup.tcp_fields.tucso = tucso;
2754 context_desc->upper_setup.tcp_fields.tucse = cpu_to_le16(tucse);
2755 context_desc->tcp_seg_setup.fields.mss = cpu_to_le16(mss);
2756 context_desc->tcp_seg_setup.fields.hdr_len = hdr_len;
2757 context_desc->cmd_and_length = cpu_to_le32(cmd_length);
2758
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002759 buffer_info->time_stamp = jiffies;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002760 buffer_info->next_to_watch = i;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002761
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002762 if (++i == tx_ring->count) i = 0;
2763 tx_ring->next_to_use = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002764
Joe Perchesc3033b02008-03-21 11:06:25 -07002765 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002766 }
Joe Perchesc3033b02008-03-21 11:06:25 -07002767 return false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768}
2769
Joe Perches64798842008-07-11 15:17:02 -07002770static bool e1000_tx_csum(struct e1000_adapter *adapter,
2771 struct e1000_tx_ring *tx_ring, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772{
2773 struct e1000_context_desc *context_desc;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002774 struct e1000_buffer *buffer_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775 unsigned int i;
Joe Perches406874a2008-04-03 10:06:32 -07002776 u8 css;
Dave Graham3ed30672008-10-09 14:29:26 -07002777 u32 cmd_len = E1000_TXD_CMD_DEXT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778
Dave Graham3ed30672008-10-09 14:29:26 -07002779 if (skb->ip_summed != CHECKSUM_PARTIAL)
2780 return false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002781
Dave Graham3ed30672008-10-09 14:29:26 -07002782 switch (skb->protocol) {
Harvey Harrison09640e62009-02-01 00:45:17 -08002783 case cpu_to_be16(ETH_P_IP):
Dave Graham3ed30672008-10-09 14:29:26 -07002784 if (ip_hdr(skb)->protocol == IPPROTO_TCP)
2785 cmd_len |= E1000_TXD_CMD_TCP;
2786 break;
Harvey Harrison09640e62009-02-01 00:45:17 -08002787 case cpu_to_be16(ETH_P_IPV6):
Dave Graham3ed30672008-10-09 14:29:26 -07002788 /* XXX not handling all IPV6 headers */
2789 if (ipv6_hdr(skb)->nexthdr == IPPROTO_TCP)
2790 cmd_len |= E1000_TXD_CMD_TCP;
2791 break;
2792 default:
2793 if (unlikely(net_ratelimit()))
Emil Tantilovfeb8f472010-07-26 23:37:21 -07002794 e_warn(drv, "checksum_partial proto=%x!\n",
2795 skb->protocol);
Dave Graham3ed30672008-10-09 14:29:26 -07002796 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002797 }
2798
Michał Mirosław0d0b1672010-12-14 15:24:08 +00002799 css = skb_checksum_start_offset(skb);
Dave Graham3ed30672008-10-09 14:29:26 -07002800
2801 i = tx_ring->next_to_use;
2802 buffer_info = &tx_ring->buffer_info[i];
2803 context_desc = E1000_CONTEXT_DESC(*tx_ring, i);
2804
2805 context_desc->lower_setup.ip_config = 0;
2806 context_desc->upper_setup.tcp_fields.tucss = css;
2807 context_desc->upper_setup.tcp_fields.tucso =
2808 css + skb->csum_offset;
2809 context_desc->upper_setup.tcp_fields.tucse = 0;
2810 context_desc->tcp_seg_setup.data = 0;
2811 context_desc->cmd_and_length = cpu_to_le32(cmd_len);
2812
2813 buffer_info->time_stamp = jiffies;
2814 buffer_info->next_to_watch = i;
2815
2816 if (unlikely(++i == tx_ring->count)) i = 0;
2817 tx_ring->next_to_use = i;
2818
2819 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002820}
2821
2822#define E1000_MAX_TXD_PWR 12
2823#define E1000_MAX_DATA_PER_TXD (1<<E1000_MAX_TXD_PWR)
2824
Joe Perches64798842008-07-11 15:17:02 -07002825static int e1000_tx_map(struct e1000_adapter *adapter,
2826 struct e1000_tx_ring *tx_ring,
2827 struct sk_buff *skb, unsigned int first,
2828 unsigned int max_per_txd, unsigned int nr_frags,
2829 unsigned int mss)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002830{
Joe Perches1dc32912008-07-11 15:17:08 -07002831 struct e1000_hw *hw = &adapter->hw;
Alexander Duyck602c0552009-12-02 16:46:00 +00002832 struct pci_dev *pdev = adapter->pdev;
Alexander Duyck37e73df2009-03-25 21:58:45 +00002833 struct e1000_buffer *buffer_info;
Jesse Brandeburgd20b6062009-03-02 16:03:21 -08002834 unsigned int len = skb_headlen(skb);
Alexander Duyck602c0552009-12-02 16:46:00 +00002835 unsigned int offset = 0, size, count = 0, i;
Dean Nelson31c15a22011-08-25 14:39:24 +00002836 unsigned int f, bytecount, segs;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002837
2838 i = tx_ring->next_to_use;
2839
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002840 while (len) {
Alexander Duyck37e73df2009-03-25 21:58:45 +00002841 buffer_info = &tx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002842 size = min(len, max_per_txd);
Jeff Kirsherfd803242005-12-13 00:06:22 -05002843 /* Workaround for Controller erratum --
2844 * descriptor for non-tso packet in a linear SKB that follows a
2845 * tso gets written back prematurely before the data is fully
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00002846 * DMA'd to the controller
2847 */
Jeff Kirsherfd803242005-12-13 00:06:22 -05002848 if (!skb->data_len && tx_ring->last_tx_tso &&
Herbert Xu89114af2006-07-08 13:34:32 -07002849 !skb_is_gso(skb)) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00002850 tx_ring->last_tx_tso = false;
Jeff Kirsherfd803242005-12-13 00:06:22 -05002851 size -= 4;
2852 }
2853
Linus Torvalds1da177e2005-04-16 15:20:36 -07002854 /* Workaround for premature desc write-backs
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00002855 * in TSO mode. Append 4-byte sentinel desc
2856 */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002857 if (unlikely(mss && !nr_frags && size == len && size > 8))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002858 size -= 4;
Malli Chilakala97338bd2005-04-28 19:41:46 -07002859 /* work-around for errata 10 and it applies
2860 * to all controllers in PCI-X mode
2861 * The fix is to make sure that the first descriptor of a
2862 * packet is smaller than 2048 - 16 - 16 (or 2016) bytes
2863 */
Joe Perches1dc32912008-07-11 15:17:08 -07002864 if (unlikely((hw->bus_type == e1000_bus_type_pcix) &&
Malli Chilakala97338bd2005-04-28 19:41:46 -07002865 (size > 2015) && count == 0))
2866 size = 2015;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002867
Linus Torvalds1da177e2005-04-16 15:20:36 -07002868 /* Workaround for potential 82544 hang in PCI-X. Avoid
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00002869 * terminating buffers within evenly-aligned dwords.
2870 */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002871 if (unlikely(adapter->pcix_82544 &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872 !((unsigned long)(skb->data + offset + size - 1) & 4) &&
2873 size > 4))
2874 size -= 4;
2875
2876 buffer_info->length = size;
Jesse Brandeburgcdd75492009-09-25 12:18:07 +00002877 /* set time_stamp *before* dma to help avoid a possible race */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002878 buffer_info->time_stamp = jiffies;
Alexander Duyck602c0552009-12-02 16:46:00 +00002879 buffer_info->mapped_as_page = false;
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002880 buffer_info->dma = dma_map_single(&pdev->dev,
2881 skb->data + offset,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00002882 size, DMA_TO_DEVICE);
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002883 if (dma_mapping_error(&pdev->dev, buffer_info->dma))
Alexander Duyck602c0552009-12-02 16:46:00 +00002884 goto dma_error;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002885 buffer_info->next_to_watch = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002886
2887 len -= size;
2888 offset += size;
2889 count++;
Alexander Duyck37e73df2009-03-25 21:58:45 +00002890 if (len) {
2891 i++;
2892 if (unlikely(i == tx_ring->count))
2893 i = 0;
2894 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002895 }
2896
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002897 for (f = 0; f < nr_frags; f++) {
Eric Dumazet9e903e02011-10-18 21:00:24 +00002898 const struct skb_frag_struct *frag;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002899
2900 frag = &skb_shinfo(skb)->frags[f];
Eric Dumazet9e903e02011-10-18 21:00:24 +00002901 len = skb_frag_size(frag);
Ian Campbell877749b2011-08-29 23:18:26 +00002902 offset = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002903
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002904 while (len) {
Ian Campbell877749b2011-08-29 23:18:26 +00002905 unsigned long bufend;
Alexander Duyck37e73df2009-03-25 21:58:45 +00002906 i++;
2907 if (unlikely(i == tx_ring->count))
2908 i = 0;
2909
Linus Torvalds1da177e2005-04-16 15:20:36 -07002910 buffer_info = &tx_ring->buffer_info[i];
2911 size = min(len, max_per_txd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002912 /* Workaround for premature desc write-backs
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00002913 * in TSO mode. Append 4-byte sentinel desc
2914 */
2915 if (unlikely(mss && f == (nr_frags-1) &&
2916 size == len && size > 8))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002917 size -= 4;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002918 /* Workaround for potential 82544 hang in PCI-X.
2919 * Avoid terminating buffers within evenly-aligned
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00002920 * dwords.
2921 */
Ian Campbell877749b2011-08-29 23:18:26 +00002922 bufend = (unsigned long)
2923 page_to_phys(skb_frag_page(frag));
2924 bufend += offset + size - 1;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002925 if (unlikely(adapter->pcix_82544 &&
Ian Campbell877749b2011-08-29 23:18:26 +00002926 !(bufend & 4) &&
2927 size > 4))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002928 size -= 4;
2929
2930 buffer_info->length = size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931 buffer_info->time_stamp = jiffies;
Alexander Duyck602c0552009-12-02 16:46:00 +00002932 buffer_info->mapped_as_page = true;
Ian Campbell877749b2011-08-29 23:18:26 +00002933 buffer_info->dma = skb_frag_dma_map(&pdev->dev, frag,
2934 offset, size, DMA_TO_DEVICE);
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002935 if (dma_mapping_error(&pdev->dev, buffer_info->dma))
Alexander Duyck602c0552009-12-02 16:46:00 +00002936 goto dma_error;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002937 buffer_info->next_to_watch = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938
2939 len -= size;
2940 offset += size;
2941 count++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942 }
2943 }
2944
Dean Nelson31c15a22011-08-25 14:39:24 +00002945 segs = skb_shinfo(skb)->gso_segs ?: 1;
2946 /* multiply data chunks by size of headers */
2947 bytecount = ((segs - 1) * skb_headlen(skb)) + skb->len;
2948
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949 tx_ring->buffer_info[i].skb = skb;
Dean Nelson31c15a22011-08-25 14:39:24 +00002950 tx_ring->buffer_info[i].segs = segs;
2951 tx_ring->buffer_info[i].bytecount = bytecount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952 tx_ring->buffer_info[first].next_to_watch = i;
2953
2954 return count;
Alexander Duyck602c0552009-12-02 16:46:00 +00002955
2956dma_error:
2957 dev_err(&pdev->dev, "TX DMA map failed\n");
2958 buffer_info->dma = 0;
Roel Kluinc1fa3472010-01-19 14:21:45 +00002959 if (count)
Alexander Duyck602c0552009-12-02 16:46:00 +00002960 count--;
Roel Kluinc1fa3472010-01-19 14:21:45 +00002961
2962 while (count--) {
2963 if (i==0)
Alexander Duyck602c0552009-12-02 16:46:00 +00002964 i += tx_ring->count;
Roel Kluinc1fa3472010-01-19 14:21:45 +00002965 i--;
Alexander Duyck602c0552009-12-02 16:46:00 +00002966 buffer_info = &tx_ring->buffer_info[i];
2967 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
2968 }
2969
2970 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971}
2972
Joe Perches64798842008-07-11 15:17:02 -07002973static void e1000_tx_queue(struct e1000_adapter *adapter,
2974 struct e1000_tx_ring *tx_ring, int tx_flags,
2975 int count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002976{
Joe Perches1dc32912008-07-11 15:17:08 -07002977 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978 struct e1000_tx_desc *tx_desc = NULL;
2979 struct e1000_buffer *buffer_info;
Joe Perches406874a2008-04-03 10:06:32 -07002980 u32 txd_upper = 0, txd_lower = E1000_TXD_CMD_IFCS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002981 unsigned int i;
2982
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002983 if (likely(tx_flags & E1000_TX_FLAGS_TSO)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D |
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00002985 E1000_TXD_CMD_TSE;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002986 txd_upper |= E1000_TXD_POPTS_TXSM << 8;
2987
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002988 if (likely(tx_flags & E1000_TX_FLAGS_IPV4))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002989 txd_upper |= E1000_TXD_POPTS_IXSM << 8;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002990 }
2991
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002992 if (likely(tx_flags & E1000_TX_FLAGS_CSUM)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D;
2994 txd_upper |= E1000_TXD_POPTS_TXSM << 8;
2995 }
2996
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002997 if (unlikely(tx_flags & E1000_TX_FLAGS_VLAN)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998 txd_lower |= E1000_TXD_CMD_VLE;
2999 txd_upper |= (tx_flags & E1000_TX_FLAGS_VLAN_MASK);
3000 }
3001
Ben Greear11a78dc2012-02-11 15:40:01 +00003002 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS))
3003 txd_lower &= ~(E1000_TXD_CMD_IFCS);
3004
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005 i = tx_ring->next_to_use;
3006
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003007 while (count--) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008 buffer_info = &tx_ring->buffer_info[i];
3009 tx_desc = E1000_TX_DESC(*tx_ring, i);
3010 tx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
3011 tx_desc->lower.data =
3012 cpu_to_le32(txd_lower | buffer_info->length);
3013 tx_desc->upper.data = cpu_to_le32(txd_upper);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003014 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015 }
3016
3017 tx_desc->lower.data |= cpu_to_le32(adapter->txd_cmd);
3018
Ben Greear11a78dc2012-02-11 15:40:01 +00003019 /* txd_cmd re-enables FCS, so we'll re-disable it here as desired. */
3020 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS))
3021 tx_desc->lower.data &= ~(cpu_to_le32(E1000_TXD_CMD_IFCS));
3022
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023 /* Force memory writes to complete before letting h/w
3024 * know there are new descriptors to fetch. (Only
3025 * applicable for weak-ordered memory model archs,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003026 * such as IA-64).
3027 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003028 wmb();
3029
3030 tx_ring->next_to_use = i;
Joe Perches1dc32912008-07-11 15:17:08 -07003031 writel(i, hw->hw_addr + tx_ring->tdt);
Jesse Brandeburg2ce90472006-11-01 08:47:42 -08003032 /* we need this if more than one processor can write to our tail
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003033 * at a time, it synchronizes IO on IA64/Altix systems
3034 */
Jesse Brandeburg2ce90472006-11-01 08:47:42 -08003035 mmiowb();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003036}
3037
Ben Hutchings1aa8b472012-07-10 10:56:59 +00003038/* 82547 workaround to avoid controller hang in half-duplex environment.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003039 * The workaround is to avoid queuing a large packet that would span
3040 * the internal Tx FIFO ring boundary by notifying the stack to resend
3041 * the packet at a later time. This gives the Tx FIFO an opportunity to
3042 * flush all packets. When that occurs, we reset the Tx FIFO pointers
3043 * to the beginning of the Tx FIFO.
Ben Hutchings1aa8b472012-07-10 10:56:59 +00003044 */
Linus Torvalds1da177e2005-04-16 15:20:36 -07003045
3046#define E1000_FIFO_HDR 0x10
3047#define E1000_82547_PAD_LEN 0x3E0
3048
Joe Perches64798842008-07-11 15:17:02 -07003049static int e1000_82547_fifo_workaround(struct e1000_adapter *adapter,
3050 struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003051{
Joe Perches406874a2008-04-03 10:06:32 -07003052 u32 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head;
3053 u32 skb_fifo_len = skb->len + E1000_FIFO_HDR;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003054
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -07003055 skb_fifo_len = ALIGN(skb_fifo_len, E1000_FIFO_HDR);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003056
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003057 if (adapter->link_duplex != HALF_DUPLEX)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058 goto no_fifo_stall_required;
3059
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003060 if (atomic_read(&adapter->tx_fifo_stall))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003061 return 1;
3062
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003063 if (skb_fifo_len >= (E1000_82547_PAD_LEN + fifo_space)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003064 atomic_set(&adapter->tx_fifo_stall, 1);
3065 return 1;
3066 }
3067
3068no_fifo_stall_required:
3069 adapter->tx_fifo_head += skb_fifo_len;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003070 if (adapter->tx_fifo_head >= adapter->tx_fifo_size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003071 adapter->tx_fifo_head -= adapter->tx_fifo_size;
3072 return 0;
3073}
3074
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003075static int __e1000_maybe_stop_tx(struct net_device *netdev, int size)
3076{
3077 struct e1000_adapter *adapter = netdev_priv(netdev);
3078 struct e1000_tx_ring *tx_ring = adapter->tx_ring;
3079
3080 netif_stop_queue(netdev);
3081 /* Herbert's original patch had:
3082 * smp_mb__after_netif_stop_queue();
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003083 * but since that doesn't exist yet, just open code it.
3084 */
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003085 smp_mb();
3086
3087 /* We need to check again in a case another CPU has just
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003088 * made room available.
3089 */
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003090 if (likely(E1000_DESC_UNUSED(tx_ring) < size))
3091 return -EBUSY;
3092
3093 /* A reprieve! */
3094 netif_start_queue(netdev);
Jesse Brandeburgfcfb1222006-11-01 08:47:59 -08003095 ++adapter->restart_queue;
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003096 return 0;
3097}
3098
3099static int e1000_maybe_stop_tx(struct net_device *netdev,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003100 struct e1000_tx_ring *tx_ring, int size)
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003101{
3102 if (likely(E1000_DESC_UNUSED(tx_ring) >= size))
3103 return 0;
3104 return __e1000_maybe_stop_tx(netdev, size);
3105}
3106
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107#define TXD_USE_COUNT(S, X) (((S) >> (X)) + 1 )
Stephen Hemminger3b29a562009-08-31 19:50:55 +00003108static netdev_tx_t e1000_xmit_frame(struct sk_buff *skb,
3109 struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003110{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003111 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07003112 struct e1000_hw *hw = &adapter->hw;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003113 struct e1000_tx_ring *tx_ring;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114 unsigned int first, max_per_txd = E1000_MAX_DATA_PER_TXD;
3115 unsigned int max_txd_pwr = E1000_MAX_TXD_PWR;
3116 unsigned int tx_flags = 0;
Eric Dumazete743d312010-04-14 15:59:40 -07003117 unsigned int len = skb_headlen(skb);
Krishna Kumar6d1e3aa2007-10-05 14:15:16 -07003118 unsigned int nr_frags;
3119 unsigned int mss;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120 int count = 0;
Auke Kok76c224b2006-05-23 13:36:06 -07003121 int tso;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003122 unsigned int f;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003123
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003124 /* This goes back to the question of how to logically map a Tx queue
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003125 * to a flow. Right now, performance is impacted slightly negatively
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003126 * if using multiple Tx queues. If the stack breaks away from a
3127 * single qdisc implementation, we can look at this again.
3128 */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003129 tx_ring = adapter->tx_ring;
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04003130
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003131 if (unlikely(skb->len <= 0)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003132 dev_kfree_skb_any(skb);
3133 return NETDEV_TX_OK;
3134 }
3135
Tushar Dave59d86c72012-09-15 10:16:57 +00003136 /* On PCI/PCI-X HW, if packet size is less than ETH_ZLEN,
3137 * packets may get corrupted during padding by HW.
3138 * To WA this issue, pad all small packets manually.
3139 */
3140 if (skb->len < ETH_ZLEN) {
3141 if (skb_pad(skb, ETH_ZLEN - skb->len))
3142 return NETDEV_TX_OK;
3143 skb->len = ETH_ZLEN;
3144 skb_set_tail_pointer(skb, ETH_ZLEN);
3145 }
3146
Herbert Xu79671682006-06-22 02:40:14 -07003147 mss = skb_shinfo(skb)->gso_size;
Auke Kok76c224b2006-05-23 13:36:06 -07003148 /* The controller does a simple calculation to
Linus Torvalds1da177e2005-04-16 15:20:36 -07003149 * make sure there is enough room in the FIFO before
3150 * initiating the DMA for each buffer. The calc is:
3151 * 4 = ceil(buffer len/mss). To make sure we don't
3152 * overrun the FIFO, adjust the max buffer len if mss
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003153 * drops.
3154 */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003155 if (mss) {
Joe Perches406874a2008-04-03 10:06:32 -07003156 u8 hdr_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003157 max_per_txd = min(mss << 2, max_per_txd);
3158 max_txd_pwr = fls(max_per_txd) - 1;
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003159
Arnaldo Carvalho de Meloab6a5bb2007-03-18 17:43:48 -07003160 hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb);
Krishna Kumar6d1e3aa2007-10-05 14:15:16 -07003161 if (skb->data_len && hdr_len == len) {
Joe Perches1dc32912008-07-11 15:17:08 -07003162 switch (hw->mac_type) {
Jeff Kirsher9f687882006-03-02 18:20:17 -08003163 unsigned int pull_size;
Herbert Xu683a2aa2006-12-16 12:04:33 +11003164 case e1000_82544:
3165 /* Make sure we have room to chop off 4 bytes,
3166 * and that the end alignment will work out to
3167 * this hardware's requirements
3168 * NOTE: this is a TSO only workaround
3169 * if end byte alignment not correct move us
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003170 * into the next dword
3171 */
3172 if ((unsigned long)(skb_tail_pointer(skb) - 1)
3173 & 4)
Herbert Xu683a2aa2006-12-16 12:04:33 +11003174 break;
3175 /* fall through */
Jeff Kirsher9f687882006-03-02 18:20:17 -08003176 pull_size = min((unsigned int)4, skb->data_len);
3177 if (!__pskb_pull_tail(skb, pull_size)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003178 e_err(drv, "__pskb_pull_tail "
3179 "failed.\n");
Jeff Kirsher9f687882006-03-02 18:20:17 -08003180 dev_kfree_skb_any(skb);
Jeff Garzik749dfc702006-03-11 13:35:31 -05003181 return NETDEV_TX_OK;
Jeff Kirsher9f687882006-03-02 18:20:17 -08003182 }
Eric Dumazete743d312010-04-14 15:59:40 -07003183 len = skb_headlen(skb);
Jeff Kirsher9f687882006-03-02 18:20:17 -08003184 break;
3185 default:
3186 /* do nothing */
3187 break;
Jeff Kirsherd74bbd32006-01-12 16:51:07 -08003188 }
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003189 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003190 }
3191
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003192 /* reserve a descriptor for the offload context */
Patrick McHardy84fa7932006-08-29 16:44:56 -07003193 if ((mss) || (skb->ip_summed == CHECKSUM_PARTIAL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194 count++;
Malli Chilakala26483452005-04-28 19:44:46 -07003195 count++;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003196
Jeff Kirsherfd803242005-12-13 00:06:22 -05003197 /* Controller Erratum workaround */
Herbert Xu89114af2006-07-08 13:34:32 -07003198 if (!skb->data_len && tx_ring->last_tx_tso && !skb_is_gso(skb))
Jeff Kirsherfd803242005-12-13 00:06:22 -05003199 count++;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003200
Linus Torvalds1da177e2005-04-16 15:20:36 -07003201 count += TXD_USE_COUNT(len, max_txd_pwr);
3202
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003203 if (adapter->pcix_82544)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204 count++;
3205
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003206 /* work-around for errata 10 and it applies to all controllers
Malli Chilakala97338bd2005-04-28 19:41:46 -07003207 * in PCI-X mode, so add one more descriptor to the count
3208 */
Joe Perches1dc32912008-07-11 15:17:08 -07003209 if (unlikely((hw->bus_type == e1000_bus_type_pcix) &&
Malli Chilakala97338bd2005-04-28 19:41:46 -07003210 (len > 2015)))
3211 count++;
3212
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213 nr_frags = skb_shinfo(skb)->nr_frags;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003214 for (f = 0; f < nr_frags; f++)
Eric Dumazet9e903e02011-10-18 21:00:24 +00003215 count += TXD_USE_COUNT(skb_frag_size(&skb_shinfo(skb)->frags[f]),
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216 max_txd_pwr);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003217 if (adapter->pcix_82544)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003218 count += nr_frags;
3219
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220 /* need: count + 2 desc gap to keep tail from touching
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003221 * head, otherwise try next time
3222 */
Alexander Duyck80179432009-01-21 14:42:47 -08003223 if (unlikely(e1000_maybe_stop_tx(netdev, tx_ring, count + 2)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003224 return NETDEV_TX_BUSY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003225
Jesse Brandeburga4010af2011-10-05 07:24:41 +00003226 if (unlikely((hw->mac_type == e1000_82547) &&
3227 (e1000_82547_fifo_workaround(adapter, skb)))) {
3228 netif_stop_queue(netdev);
3229 if (!test_bit(__E1000_DOWN, &adapter->flags))
3230 schedule_delayed_work(&adapter->fifo_stall_task, 1);
3231 return NETDEV_TX_BUSY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003232 }
3233
Jiri Pirko5622e402011-07-21 03:26:31 +00003234 if (vlan_tx_tag_present(skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003235 tx_flags |= E1000_TX_FLAGS_VLAN;
3236 tx_flags |= (vlan_tx_tag_get(skb) << E1000_TX_FLAGS_VLAN_SHIFT);
3237 }
3238
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003239 first = tx_ring->next_to_use;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003240
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003241 tso = e1000_tso(adapter, tx_ring, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003242 if (tso < 0) {
3243 dev_kfree_skb_any(skb);
3244 return NETDEV_TX_OK;
3245 }
3246
Jeff Kirsherfd803242005-12-13 00:06:22 -05003247 if (likely(tso)) {
Jesse Brandeburg8fce4732009-09-25 12:18:41 +00003248 if (likely(hw->mac_type != e1000_82544))
Rusty Russell3db1cd52011-12-19 13:56:45 +00003249 tx_ring->last_tx_tso = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003250 tx_flags |= E1000_TX_FLAGS_TSO;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003251 } else if (likely(e1000_tx_csum(adapter, tx_ring, skb)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252 tx_flags |= E1000_TX_FLAGS_CSUM;
3253
Alexey Dobriyan60828232006-05-23 14:52:21 -07003254 if (likely(skb->protocol == htons(ETH_P_IP)))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003255 tx_flags |= E1000_TX_FLAGS_IPV4;
3256
Ben Greear11a78dc2012-02-11 15:40:01 +00003257 if (unlikely(skb->no_fcs))
3258 tx_flags |= E1000_TX_FLAGS_NO_FCS;
3259
Alexander Duyck37e73df2009-03-25 21:58:45 +00003260 count = e1000_tx_map(adapter, tx_ring, skb, first, max_per_txd,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003261 nr_frags, mss);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003262
Alexander Duyck37e73df2009-03-25 21:58:45 +00003263 if (count) {
Otto Estuardo Solares Cabrera2f66fd32012-08-24 08:04:58 +00003264 netdev_sent_queue(netdev, skb->len);
Willem de Bruijneab467f2012-04-27 09:04:04 +00003265 skb_tx_timestamp(skb);
3266
Alexander Duyck37e73df2009-03-25 21:58:45 +00003267 e1000_tx_queue(adapter, tx_ring, tx_flags, count);
Alexander Duyck37e73df2009-03-25 21:58:45 +00003268 /* Make sure there is space in the ring for the next send. */
3269 e1000_maybe_stop_tx(netdev, tx_ring, MAX_SKB_FRAGS + 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003270
Alexander Duyck37e73df2009-03-25 21:58:45 +00003271 } else {
3272 dev_kfree_skb_any(skb);
3273 tx_ring->buffer_info[first].time_stamp = 0;
3274 tx_ring->next_to_use = first;
3275 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003276
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277 return NETDEV_TX_OK;
3278}
3279
Tushar Daveb04e36b2012-01-27 09:00:46 +00003280#define NUM_REGS 38 /* 1 based count */
3281static void e1000_regdump(struct e1000_adapter *adapter)
3282{
3283 struct e1000_hw *hw = &adapter->hw;
3284 u32 regs[NUM_REGS];
3285 u32 *regs_buff = regs;
3286 int i = 0;
3287
Tushar Davee29b5d82012-02-10 08:06:36 +00003288 static const char * const reg_name[] = {
3289 "CTRL", "STATUS",
3290 "RCTL", "RDLEN", "RDH", "RDT", "RDTR",
3291 "TCTL", "TDBAL", "TDBAH", "TDLEN", "TDH", "TDT",
3292 "TIDV", "TXDCTL", "TADV", "TARC0",
3293 "TDBAL1", "TDBAH1", "TDLEN1", "TDH1", "TDT1",
3294 "TXDCTL1", "TARC1",
3295 "CTRL_EXT", "ERT", "RDBAL", "RDBAH",
3296 "TDFH", "TDFT", "TDFHS", "TDFTS", "TDFPC",
3297 "RDFH", "RDFT", "RDFHS", "RDFTS", "RDFPC"
Tushar Daveb04e36b2012-01-27 09:00:46 +00003298 };
3299
3300 regs_buff[0] = er32(CTRL);
3301 regs_buff[1] = er32(STATUS);
3302
3303 regs_buff[2] = er32(RCTL);
3304 regs_buff[3] = er32(RDLEN);
3305 regs_buff[4] = er32(RDH);
3306 regs_buff[5] = er32(RDT);
3307 regs_buff[6] = er32(RDTR);
3308
3309 regs_buff[7] = er32(TCTL);
3310 regs_buff[8] = er32(TDBAL);
3311 regs_buff[9] = er32(TDBAH);
3312 regs_buff[10] = er32(TDLEN);
3313 regs_buff[11] = er32(TDH);
3314 regs_buff[12] = er32(TDT);
3315 regs_buff[13] = er32(TIDV);
3316 regs_buff[14] = er32(TXDCTL);
3317 regs_buff[15] = er32(TADV);
3318 regs_buff[16] = er32(TARC0);
3319
3320 regs_buff[17] = er32(TDBAL1);
3321 regs_buff[18] = er32(TDBAH1);
3322 regs_buff[19] = er32(TDLEN1);
3323 regs_buff[20] = er32(TDH1);
3324 regs_buff[21] = er32(TDT1);
3325 regs_buff[22] = er32(TXDCTL1);
3326 regs_buff[23] = er32(TARC1);
3327 regs_buff[24] = er32(CTRL_EXT);
3328 regs_buff[25] = er32(ERT);
3329 regs_buff[26] = er32(RDBAL0);
3330 regs_buff[27] = er32(RDBAH0);
3331 regs_buff[28] = er32(TDFH);
3332 regs_buff[29] = er32(TDFT);
3333 regs_buff[30] = er32(TDFHS);
3334 regs_buff[31] = er32(TDFTS);
3335 regs_buff[32] = er32(TDFPC);
3336 regs_buff[33] = er32(RDFH);
3337 regs_buff[34] = er32(RDFT);
3338 regs_buff[35] = er32(RDFHS);
3339 regs_buff[36] = er32(RDFTS);
3340 regs_buff[37] = er32(RDFPC);
3341
3342 pr_info("Register dump\n");
Tushar Davee29b5d82012-02-10 08:06:36 +00003343 for (i = 0; i < NUM_REGS; i++)
3344 pr_info("%-15s %08x\n", reg_name[i], regs_buff[i]);
Tushar Daveb04e36b2012-01-27 09:00:46 +00003345}
3346
3347/*
3348 * e1000_dump: Print registers, tx ring and rx ring
3349 */
3350static void e1000_dump(struct e1000_adapter *adapter)
3351{
3352 /* this code doesn't handle multiple rings */
3353 struct e1000_tx_ring *tx_ring = adapter->tx_ring;
3354 struct e1000_rx_ring *rx_ring = adapter->rx_ring;
3355 int i;
3356
3357 if (!netif_msg_hw(adapter))
3358 return;
3359
3360 /* Print Registers */
3361 e1000_regdump(adapter);
3362
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003363 /* transmit dump */
Tushar Daveb04e36b2012-01-27 09:00:46 +00003364 pr_info("TX Desc ring0 dump\n");
3365
3366 /* Transmit Descriptor Formats - DEXT[29] is 0 (Legacy) or 1 (Extended)
3367 *
3368 * Legacy Transmit Descriptor
3369 * +--------------------------------------------------------------+
3370 * 0 | Buffer Address [63:0] (Reserved on Write Back) |
3371 * +--------------------------------------------------------------+
3372 * 8 | Special | CSS | Status | CMD | CSO | Length |
3373 * +--------------------------------------------------------------+
3374 * 63 48 47 36 35 32 31 24 23 16 15 0
3375 *
3376 * Extended Context Descriptor (DTYP=0x0) for TSO or checksum offload
3377 * 63 48 47 40 39 32 31 16 15 8 7 0
3378 * +----------------------------------------------------------------+
3379 * 0 | TUCSE | TUCS0 | TUCSS | IPCSE | IPCS0 | IPCSS |
3380 * +----------------------------------------------------------------+
3381 * 8 | MSS | HDRLEN | RSV | STA | TUCMD | DTYP | PAYLEN |
3382 * +----------------------------------------------------------------+
3383 * 63 48 47 40 39 36 35 32 31 24 23 20 19 0
3384 *
3385 * Extended Data Descriptor (DTYP=0x1)
3386 * +----------------------------------------------------------------+
3387 * 0 | Buffer Address [63:0] |
3388 * +----------------------------------------------------------------+
3389 * 8 | VLAN tag | POPTS | Rsvd | Status | Command | DTYP | DTALEN |
3390 * +----------------------------------------------------------------+
3391 * 63 48 47 40 39 36 35 32 31 24 23 20 19 0
3392 */
Tushar Davee29b5d82012-02-10 08:06:36 +00003393 pr_info("Tc[desc] [Ce CoCsIpceCoS] [MssHlRSCm0Plen] [bi->dma ] leng ntw timestmp bi->skb\n");
3394 pr_info("Td[desc] [address 63:0 ] [VlaPoRSCm1Dlen] [bi->dma ] leng ntw timestmp bi->skb\n");
Tushar Daveb04e36b2012-01-27 09:00:46 +00003395
3396 if (!netif_msg_tx_done(adapter))
3397 goto rx_ring_summary;
3398
3399 for (i = 0; tx_ring->desc && (i < tx_ring->count); i++) {
3400 struct e1000_tx_desc *tx_desc = E1000_TX_DESC(*tx_ring, i);
3401 struct e1000_buffer *buffer_info = &tx_ring->buffer_info[i];
Andrei Emeltchenkodd7f5c92012-03-25 17:49:25 +00003402 struct my_u { __le64 a; __le64 b; };
Tushar Daveb04e36b2012-01-27 09:00:46 +00003403 struct my_u *u = (struct my_u *)tx_desc;
Tushar Davee29b5d82012-02-10 08:06:36 +00003404 const char *type;
3405
Tushar Daveb04e36b2012-01-27 09:00:46 +00003406 if (i == tx_ring->next_to_use && i == tx_ring->next_to_clean)
Tushar Davee29b5d82012-02-10 08:06:36 +00003407 type = "NTC/U";
Tushar Daveb04e36b2012-01-27 09:00:46 +00003408 else if (i == tx_ring->next_to_use)
Tushar Davee29b5d82012-02-10 08:06:36 +00003409 type = "NTU";
Tushar Daveb04e36b2012-01-27 09:00:46 +00003410 else if (i == tx_ring->next_to_clean)
Tushar Davee29b5d82012-02-10 08:06:36 +00003411 type = "NTC";
Tushar Daveb04e36b2012-01-27 09:00:46 +00003412 else
Tushar Davee29b5d82012-02-10 08:06:36 +00003413 type = "";
Tushar Daveb04e36b2012-01-27 09:00:46 +00003414
Tushar Davee29b5d82012-02-10 08:06:36 +00003415 pr_info("T%c[0x%03X] %016llX %016llX %016llX %04X %3X %016llX %p %s\n",
3416 ((le64_to_cpu(u->b) & (1<<20)) ? 'd' : 'c'), i,
3417 le64_to_cpu(u->a), le64_to_cpu(u->b),
3418 (u64)buffer_info->dma, buffer_info->length,
3419 buffer_info->next_to_watch,
3420 (u64)buffer_info->time_stamp, buffer_info->skb, type);
Tushar Daveb04e36b2012-01-27 09:00:46 +00003421 }
3422
3423rx_ring_summary:
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003424 /* receive dump */
Tushar Daveb04e36b2012-01-27 09:00:46 +00003425 pr_info("\nRX Desc ring dump\n");
3426
3427 /* Legacy Receive Descriptor Format
3428 *
3429 * +-----------------------------------------------------+
3430 * | Buffer Address [63:0] |
3431 * +-----------------------------------------------------+
3432 * | VLAN Tag | Errors | Status 0 | Packet csum | Length |
3433 * +-----------------------------------------------------+
3434 * 63 48 47 40 39 32 31 16 15 0
3435 */
Tushar Davee29b5d82012-02-10 08:06:36 +00003436 pr_info("R[desc] [address 63:0 ] [vl er S cks ln] [bi->dma ] [bi->skb]\n");
Tushar Daveb04e36b2012-01-27 09:00:46 +00003437
3438 if (!netif_msg_rx_status(adapter))
3439 goto exit;
3440
3441 for (i = 0; rx_ring->desc && (i < rx_ring->count); i++) {
3442 struct e1000_rx_desc *rx_desc = E1000_RX_DESC(*rx_ring, i);
3443 struct e1000_buffer *buffer_info = &rx_ring->buffer_info[i];
Andrei Emeltchenkodd7f5c92012-03-25 17:49:25 +00003444 struct my_u { __le64 a; __le64 b; };
Tushar Daveb04e36b2012-01-27 09:00:46 +00003445 struct my_u *u = (struct my_u *)rx_desc;
Tushar Davee29b5d82012-02-10 08:06:36 +00003446 const char *type;
3447
Tushar Daveb04e36b2012-01-27 09:00:46 +00003448 if (i == rx_ring->next_to_use)
Tushar Davee29b5d82012-02-10 08:06:36 +00003449 type = "NTU";
Tushar Daveb04e36b2012-01-27 09:00:46 +00003450 else if (i == rx_ring->next_to_clean)
Tushar Davee29b5d82012-02-10 08:06:36 +00003451 type = "NTC";
Tushar Daveb04e36b2012-01-27 09:00:46 +00003452 else
Tushar Davee29b5d82012-02-10 08:06:36 +00003453 type = "";
Tushar Daveb04e36b2012-01-27 09:00:46 +00003454
Tushar Davee29b5d82012-02-10 08:06:36 +00003455 pr_info("R[0x%03X] %016llX %016llX %016llX %p %s\n",
3456 i, le64_to_cpu(u->a), le64_to_cpu(u->b),
3457 (u64)buffer_info->dma, buffer_info->skb, type);
Tushar Daveb04e36b2012-01-27 09:00:46 +00003458 } /* for */
3459
3460 /* dump the descriptor caches */
3461 /* rx */
Tushar Davee29b5d82012-02-10 08:06:36 +00003462 pr_info("Rx descriptor cache in 64bit format\n");
Tushar Daveb04e36b2012-01-27 09:00:46 +00003463 for (i = 0x6000; i <= 0x63FF ; i += 0x10) {
Tushar Davee29b5d82012-02-10 08:06:36 +00003464 pr_info("R%04X: %08X|%08X %08X|%08X\n",
3465 i,
3466 readl(adapter->hw.hw_addr + i+4),
3467 readl(adapter->hw.hw_addr + i),
3468 readl(adapter->hw.hw_addr + i+12),
3469 readl(adapter->hw.hw_addr + i+8));
Tushar Daveb04e36b2012-01-27 09:00:46 +00003470 }
3471 /* tx */
Tushar Davee29b5d82012-02-10 08:06:36 +00003472 pr_info("Tx descriptor cache in 64bit format\n");
Tushar Daveb04e36b2012-01-27 09:00:46 +00003473 for (i = 0x7000; i <= 0x73FF ; i += 0x10) {
Tushar Davee29b5d82012-02-10 08:06:36 +00003474 pr_info("T%04X: %08X|%08X %08X|%08X\n",
3475 i,
3476 readl(adapter->hw.hw_addr + i+4),
3477 readl(adapter->hw.hw_addr + i),
3478 readl(adapter->hw.hw_addr + i+12),
3479 readl(adapter->hw.hw_addr + i+8));
Tushar Daveb04e36b2012-01-27 09:00:46 +00003480 }
3481exit:
3482 return;
3483}
3484
Linus Torvalds1da177e2005-04-16 15:20:36 -07003485/**
3486 * e1000_tx_timeout - Respond to a Tx Hang
3487 * @netdev: network interface device structure
3488 **/
Joe Perches64798842008-07-11 15:17:02 -07003489static void e1000_tx_timeout(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003490{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003491 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003492
3493 /* Do the reset outside of interrupt context */
Jeff Kirsher87041632006-03-02 18:21:24 -08003494 adapter->tx_timeout_count++;
3495 schedule_work(&adapter->reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003496}
3497
Joe Perches64798842008-07-11 15:17:02 -07003498static void e1000_reset_task(struct work_struct *work)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003499{
David Howells65f27f32006-11-22 14:55:48 +00003500 struct e1000_adapter *adapter =
3501 container_of(work, struct e1000_adapter, reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003502
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00003503 if (test_bit(__E1000_DOWN, &adapter->flags))
3504 return;
Tushar Daveb04e36b2012-01-27 09:00:46 +00003505 e_err(drv, "Reset adapter\n");
Jesse Brandeburg338c15e2010-09-22 18:22:42 +00003506 e1000_reinit_safe(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003507}
3508
3509/**
3510 * e1000_get_stats - Get System Network Statistics
3511 * @netdev: network interface device structure
3512 *
3513 * Returns the address of the device statistics structure.
Jesse Brandeburga4010af2011-10-05 07:24:41 +00003514 * The statistics are actually updated from the watchdog.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003515 **/
Joe Perches64798842008-07-11 15:17:02 -07003516static struct net_device_stats *e1000_get_stats(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003517{
Jeff Kirsher6b7660c2006-01-12 16:50:35 -08003518 /* only return the current stats */
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003519 return &netdev->stats;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003520}
3521
3522/**
3523 * e1000_change_mtu - Change the Maximum Transfer Unit
3524 * @netdev: network interface device structure
3525 * @new_mtu: new value for maximum frame size
3526 *
3527 * Returns 0 on success, negative on failure
3528 **/
Joe Perches64798842008-07-11 15:17:02 -07003529static int e1000_change_mtu(struct net_device *netdev, int new_mtu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003530{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003531 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07003532 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003533 int max_frame = new_mtu + ENET_HEADER_SIZE + ETHERNET_FCS_SIZE;
3534
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003535 if ((max_frame < MINIMUM_ETHERNET_FRAME_SIZE) ||
3536 (max_frame > MAX_JUMBO_FRAME_SIZE)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003537 e_err(probe, "Invalid MTU setting\n");
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04003538 return -EINVAL;
3539 }
3540
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003541 /* Adapter-specific max frame size limits. */
Joe Perches1dc32912008-07-11 15:17:08 -07003542 switch (hw->mac_type) {
Auke Kok9e2feac2006-04-14 19:05:18 -07003543 case e1000_undefined ... e1000_82542_rev2_1:
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +00003544 if (max_frame > (ETH_FRAME_LEN + ETH_FCS_LEN)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003545 e_err(probe, "Jumbo Frames not supported.\n");
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003546 return -EINVAL;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003547 }
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003548 break;
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003549 default:
3550 /* Capable of supporting up to MAX_JUMBO_FRAME_SIZE limit. */
3551 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003552 }
3553
Jesse Brandeburg3d6114e2009-09-25 12:19:02 +00003554 while (test_and_set_bit(__E1000_RESETTING, &adapter->flags))
3555 msleep(1);
3556 /* e1000_down has a dependency on max_frame_size */
3557 hw->max_frame_size = max_frame;
3558 if (netif_running(netdev))
3559 e1000_down(adapter);
3560
David S. Miller87f50322006-07-31 22:39:40 -07003561 /* NOTE: netdev_alloc_skb reserves 16 bytes, and typically NET_IP_ALIGN
Auke Kok9e2feac2006-04-14 19:05:18 -07003562 * means we reserve 2 more, this pushes us to allocate from the next
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003563 * larger slab size.
3564 * i.e. RXBUFFER_2048 --> size-4096 slab
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003565 * however with the new *_jumbo_rx* routines, jumbo receives will use
3566 * fragmented skbs
3567 */
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003568
Jesse Brandeburg99261462010-01-22 22:56:16 +00003569 if (max_frame <= E1000_RXBUFFER_2048)
Auke Kok9e2feac2006-04-14 19:05:18 -07003570 adapter->rx_buffer_len = E1000_RXBUFFER_2048;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003571 else
3572#if (PAGE_SIZE >= E1000_RXBUFFER_16384)
Auke Kok9e2feac2006-04-14 19:05:18 -07003573 adapter->rx_buffer_len = E1000_RXBUFFER_16384;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003574#elif (PAGE_SIZE >= E1000_RXBUFFER_4096)
3575 adapter->rx_buffer_len = PAGE_SIZE;
3576#endif
Auke Kok9e2feac2006-04-14 19:05:18 -07003577
3578 /* adjust allocation if LPE protects us, and we aren't using SBP */
Joe Perches1dc32912008-07-11 15:17:08 -07003579 if (!hw->tbi_compatibility_on &&
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +00003580 ((max_frame == (ETH_FRAME_LEN + ETH_FCS_LEN)) ||
Auke Kok9e2feac2006-04-14 19:05:18 -07003581 (max_frame == MAXIMUM_ETHERNET_VLAN_SIZE)))
3582 adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE;
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003583
Emil Tantilov675ad472010-04-27 14:02:58 +00003584 pr_info("%s changing MTU from %d to %d\n",
3585 netdev->name, netdev->mtu, new_mtu);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003586 netdev->mtu = new_mtu;
3587
Auke Kok2db10a02006-06-27 09:06:28 -07003588 if (netif_running(netdev))
Jesse Brandeburg3d6114e2009-09-25 12:19:02 +00003589 e1000_up(adapter);
3590 else
3591 e1000_reset(adapter);
3592
3593 clear_bit(__E1000_RESETTING, &adapter->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003594
Linus Torvalds1da177e2005-04-16 15:20:36 -07003595 return 0;
3596}
3597
3598/**
3599 * e1000_update_stats - Update the board statistics counters
3600 * @adapter: board private structure
3601 **/
Joe Perches64798842008-07-11 15:17:02 -07003602void e1000_update_stats(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003603{
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003604 struct net_device *netdev = adapter->netdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003605 struct e1000_hw *hw = &adapter->hw;
Linas Vepstas282f33c2006-06-08 22:19:44 -07003606 struct pci_dev *pdev = adapter->pdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003607 unsigned long flags;
Joe Perches406874a2008-04-03 10:06:32 -07003608 u16 phy_tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003609
3610#define PHY_IDLE_ERROR_COUNT_MASK 0x00FF
3611
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003612 /* Prevent stats update while adapter is being reset, or if the pci
Linas Vepstas282f33c2006-06-08 22:19:44 -07003613 * connection is down.
3614 */
Auke Kok90267292006-06-08 09:30:24 -07003615 if (adapter->link_speed == 0)
3616 return;
Linas Vepstas81b19552006-12-12 18:29:15 -06003617 if (pci_channel_offline(pdev))
Linas Vepstas282f33c2006-06-08 22:19:44 -07003618 return;
Auke Kok90267292006-06-08 09:30:24 -07003619
Linus Torvalds1da177e2005-04-16 15:20:36 -07003620 spin_lock_irqsave(&adapter->stats_lock, flags);
3621
Masatake YAMATO828d0552007-10-20 03:06:37 +02003622 /* these counters are modified from e1000_tbi_adjust_stats,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003623 * called from the interrupt context, so they must only
3624 * be written while holding adapter->stats_lock
3625 */
3626
Joe Perches1dc32912008-07-11 15:17:08 -07003627 adapter->stats.crcerrs += er32(CRCERRS);
3628 adapter->stats.gprc += er32(GPRC);
3629 adapter->stats.gorcl += er32(GORCL);
3630 adapter->stats.gorch += er32(GORCH);
3631 adapter->stats.bprc += er32(BPRC);
3632 adapter->stats.mprc += er32(MPRC);
3633 adapter->stats.roc += er32(ROC);
Auke Kokcd94dd02006-06-27 09:08:22 -07003634
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003635 adapter->stats.prc64 += er32(PRC64);
3636 adapter->stats.prc127 += er32(PRC127);
3637 adapter->stats.prc255 += er32(PRC255);
3638 adapter->stats.prc511 += er32(PRC511);
3639 adapter->stats.prc1023 += er32(PRC1023);
3640 adapter->stats.prc1522 += er32(PRC1522);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003641
Joe Perches1dc32912008-07-11 15:17:08 -07003642 adapter->stats.symerrs += er32(SYMERRS);
3643 adapter->stats.mpc += er32(MPC);
3644 adapter->stats.scc += er32(SCC);
3645 adapter->stats.ecol += er32(ECOL);
3646 adapter->stats.mcc += er32(MCC);
3647 adapter->stats.latecol += er32(LATECOL);
3648 adapter->stats.dc += er32(DC);
3649 adapter->stats.sec += er32(SEC);
3650 adapter->stats.rlec += er32(RLEC);
3651 adapter->stats.xonrxc += er32(XONRXC);
3652 adapter->stats.xontxc += er32(XONTXC);
3653 adapter->stats.xoffrxc += er32(XOFFRXC);
3654 adapter->stats.xofftxc += er32(XOFFTXC);
3655 adapter->stats.fcruc += er32(FCRUC);
3656 adapter->stats.gptc += er32(GPTC);
3657 adapter->stats.gotcl += er32(GOTCL);
3658 adapter->stats.gotch += er32(GOTCH);
3659 adapter->stats.rnbc += er32(RNBC);
3660 adapter->stats.ruc += er32(RUC);
3661 adapter->stats.rfc += er32(RFC);
3662 adapter->stats.rjc += er32(RJC);
3663 adapter->stats.torl += er32(TORL);
3664 adapter->stats.torh += er32(TORH);
3665 adapter->stats.totl += er32(TOTL);
3666 adapter->stats.toth += er32(TOTH);
3667 adapter->stats.tpr += er32(TPR);
Auke Kokcd94dd02006-06-27 09:08:22 -07003668
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003669 adapter->stats.ptc64 += er32(PTC64);
3670 adapter->stats.ptc127 += er32(PTC127);
3671 adapter->stats.ptc255 += er32(PTC255);
3672 adapter->stats.ptc511 += er32(PTC511);
3673 adapter->stats.ptc1023 += er32(PTC1023);
3674 adapter->stats.ptc1522 += er32(PTC1522);
Auke Kokcd94dd02006-06-27 09:08:22 -07003675
Joe Perches1dc32912008-07-11 15:17:08 -07003676 adapter->stats.mptc += er32(MPTC);
3677 adapter->stats.bptc += er32(BPTC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003678
3679 /* used for adaptive IFS */
3680
Joe Perches1dc32912008-07-11 15:17:08 -07003681 hw->tx_packet_delta = er32(TPT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003682 adapter->stats.tpt += hw->tx_packet_delta;
Joe Perches1dc32912008-07-11 15:17:08 -07003683 hw->collision_delta = er32(COLC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003684 adapter->stats.colc += hw->collision_delta;
3685
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003686 if (hw->mac_type >= e1000_82543) {
Joe Perches1dc32912008-07-11 15:17:08 -07003687 adapter->stats.algnerrc += er32(ALGNERRC);
3688 adapter->stats.rxerrc += er32(RXERRC);
3689 adapter->stats.tncrs += er32(TNCRS);
3690 adapter->stats.cexterr += er32(CEXTERR);
3691 adapter->stats.tsctc += er32(TSCTC);
3692 adapter->stats.tsctfc += er32(TSCTFC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003693 }
3694
3695 /* Fill out the OS statistics structure */
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003696 netdev->stats.multicast = adapter->stats.mprc;
3697 netdev->stats.collisions = adapter->stats.colc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003698
3699 /* Rx Errors */
3700
Jeff Kirsher87041632006-03-02 18:21:24 -08003701 /* RLEC on some newer hardware can be incorrect so build
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003702 * our own version based on RUC and ROC
3703 */
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003704 netdev->stats.rx_errors = adapter->stats.rxerrc +
Linus Torvalds1da177e2005-04-16 15:20:36 -07003705 adapter->stats.crcerrs + adapter->stats.algnerrc +
Jeff Kirsher87041632006-03-02 18:21:24 -08003706 adapter->stats.ruc + adapter->stats.roc +
3707 adapter->stats.cexterr;
Mitch Williams49559852006-09-27 12:53:37 -07003708 adapter->stats.rlerrc = adapter->stats.ruc + adapter->stats.roc;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003709 netdev->stats.rx_length_errors = adapter->stats.rlerrc;
3710 netdev->stats.rx_crc_errors = adapter->stats.crcerrs;
3711 netdev->stats.rx_frame_errors = adapter->stats.algnerrc;
3712 netdev->stats.rx_missed_errors = adapter->stats.mpc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003713
3714 /* Tx Errors */
Mitch Williams49559852006-09-27 12:53:37 -07003715 adapter->stats.txerrc = adapter->stats.ecol + adapter->stats.latecol;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003716 netdev->stats.tx_errors = adapter->stats.txerrc;
3717 netdev->stats.tx_aborted_errors = adapter->stats.ecol;
3718 netdev->stats.tx_window_errors = adapter->stats.latecol;
3719 netdev->stats.tx_carrier_errors = adapter->stats.tncrs;
Joe Perches1dc32912008-07-11 15:17:08 -07003720 if (hw->bad_tx_carr_stats_fd &&
Jeff Garzik167fb282006-12-15 10:41:15 -05003721 adapter->link_duplex == FULL_DUPLEX) {
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003722 netdev->stats.tx_carrier_errors = 0;
Jeff Garzik167fb282006-12-15 10:41:15 -05003723 adapter->stats.tncrs = 0;
3724 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003725
3726 /* Tx Dropped needs to be maintained elsewhere */
3727
3728 /* Phy Stats */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003729 if (hw->media_type == e1000_media_type_copper) {
3730 if ((adapter->link_speed == SPEED_1000) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003731 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) {
3732 phy_tmp &= PHY_IDLE_ERROR_COUNT_MASK;
3733 adapter->phy_stats.idle_errors += phy_tmp;
3734 }
3735
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003736 if ((hw->mac_type <= e1000_82546) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003737 (hw->phy_type == e1000_phy_m88) &&
3738 !e1000_read_phy_reg(hw, M88E1000_RX_ERR_CNTR, &phy_tmp))
3739 adapter->phy_stats.receive_errors += phy_tmp;
3740 }
3741
Jeff Garzik15e376b2006-12-15 11:16:33 -05003742 /* Management Stats */
Joe Perches1dc32912008-07-11 15:17:08 -07003743 if (hw->has_smbus) {
3744 adapter->stats.mgptc += er32(MGTPTC);
3745 adapter->stats.mgprc += er32(MGTPRC);
3746 adapter->stats.mgpdc += er32(MGTPDC);
Jeff Garzik15e376b2006-12-15 11:16:33 -05003747 }
3748
Linus Torvalds1da177e2005-04-16 15:20:36 -07003749 spin_unlock_irqrestore(&adapter->stats_lock, flags);
3750}
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003751
3752/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07003753 * e1000_intr - Interrupt Handler
3754 * @irq: interrupt number
3755 * @data: pointer to a network interface device structure
Linus Torvalds1da177e2005-04-16 15:20:36 -07003756 **/
Joe Perches64798842008-07-11 15:17:02 -07003757static irqreturn_t e1000_intr(int irq, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003758{
3759 struct net_device *netdev = data;
Malli Chilakala60490fe2005-06-17 17:41:45 -07003760 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003761 struct e1000_hw *hw = &adapter->hw;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003762 u32 icr = er32(ICR);
Francois Romieuc3570ac2008-07-11 15:17:38 -07003763
Jesse Brandeburg4c11b8a2011-01-13 07:48:13 +00003764 if (unlikely((!icr)))
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003765 return IRQ_NONE; /* Not our interrupt */
3766
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003767 /* we might have caused the interrupt, but the above
Jesse Brandeburg4c11b8a2011-01-13 07:48:13 +00003768 * read cleared it, and just in case the driver is
3769 * down there is nothing to do so return handled
3770 */
3771 if (unlikely(test_bit(__E1000_DOWN, &adapter->flags)))
3772 return IRQ_HANDLED;
3773
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003774 if (unlikely(icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003775 hw->get_link_status = 1;
Auke Kok1314bbf2006-09-27 12:54:02 -07003776 /* guard against interrupt when we're going down */
3777 if (!test_bit(__E1000_DOWN, &adapter->flags))
Jesse Brandeburga4010af2011-10-05 07:24:41 +00003778 schedule_delayed_work(&adapter->watchdog_task, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003779 }
3780
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003781 /* disable interrupts, without the synchronize_irq bit */
3782 ew32(IMC, ~0);
3783 E1000_WRITE_FLUSH();
3784
Ben Hutchings288379f2009-01-19 16:43:59 -08003785 if (likely(napi_schedule_prep(&adapter->napi))) {
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003786 adapter->total_tx_bytes = 0;
3787 adapter->total_tx_packets = 0;
3788 adapter->total_rx_bytes = 0;
3789 adapter->total_rx_packets = 0;
Ben Hutchings288379f2009-01-19 16:43:59 -08003790 __napi_schedule(&adapter->napi);
Jesse Brandeburga6c42322009-03-25 21:59:22 +00003791 } else {
Auke Kok90fb5132006-11-01 08:47:30 -08003792 /* this really should not happen! if it does it is basically a
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003793 * bug, but not a hard error, so enable ints and continue
3794 */
Jesse Brandeburga6c42322009-03-25 21:59:22 +00003795 if (!test_bit(__E1000_DOWN, &adapter->flags))
3796 e1000_irq_enable(adapter);
3797 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003798
Linus Torvalds1da177e2005-04-16 15:20:36 -07003799 return IRQ_HANDLED;
3800}
3801
Linus Torvalds1da177e2005-04-16 15:20:36 -07003802/**
3803 * e1000_clean - NAPI Rx polling callback
3804 * @adapter: board private structure
3805 **/
Joe Perches64798842008-07-11 15:17:02 -07003806static int e1000_clean(struct napi_struct *napi, int budget)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003807{
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003808 struct e1000_adapter *adapter = container_of(napi, struct e1000_adapter,
3809 napi);
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003810 int tx_clean_complete = 0, work_done = 0;
Malli Chilakala26483452005-04-28 19:44:46 -07003811
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003812 tx_clean_complete = e1000_clean_tx_irq(adapter, &adapter->tx_ring[0]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003813
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003814 adapter->clean_rx(adapter, &adapter->rx_ring[0], &work_done, budget);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003815
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003816 if (!tx_clean_complete)
David S. Millerd2c7ddd2008-01-15 22:43:24 -08003817 work_done = budget;
3818
David S. Miller53e52c72008-01-07 21:06:12 -08003819 /* If budget not fully consumed, exit the polling mode */
3820 if (work_done < budget) {
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003821 if (likely(adapter->itr_setting & 3))
3822 e1000_set_itr(adapter);
Ben Hutchings288379f2009-01-19 16:43:59 -08003823 napi_complete(napi);
Jesse Brandeburga6c42322009-03-25 21:59:22 +00003824 if (!test_bit(__E1000_DOWN, &adapter->flags))
3825 e1000_irq_enable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003826 }
3827
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003828 return work_done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003829}
3830
Linus Torvalds1da177e2005-04-16 15:20:36 -07003831/**
3832 * e1000_clean_tx_irq - Reclaim resources after transmit completes
3833 * @adapter: board private structure
3834 **/
Joe Perches64798842008-07-11 15:17:02 -07003835static bool e1000_clean_tx_irq(struct e1000_adapter *adapter,
3836 struct e1000_tx_ring *tx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003837{
Joe Perches1dc32912008-07-11 15:17:08 -07003838 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003839 struct net_device *netdev = adapter->netdev;
3840 struct e1000_tx_desc *tx_desc, *eop_desc;
3841 struct e1000_buffer *buffer_info;
3842 unsigned int i, eop;
Jeff Kirsher2a1af5d2006-03-02 18:20:43 -08003843 unsigned int count = 0;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003844 unsigned int total_tx_bytes=0, total_tx_packets=0;
Otto Estuardo Solares Cabrera2f66fd32012-08-24 08:04:58 +00003845 unsigned int bytes_compl = 0, pkts_compl = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003846
3847 i = tx_ring->next_to_clean;
3848 eop = tx_ring->buffer_info[i].next_to_watch;
3849 eop_desc = E1000_TX_DESC(*tx_ring, eop);
3850
Alexander Duyckccfb3422009-03-25 21:59:04 +00003851 while ((eop_desc->upper.data & cpu_to_le32(E1000_TXD_STAT_DD)) &&
3852 (count < tx_ring->count)) {
Jesse Brandeburg843f4262009-04-16 16:59:47 +00003853 bool cleaned = false;
Jeff Kirsher2d0bb1c2010-08-08 16:02:31 +00003854 rmb(); /* read buffer_info after eop_desc */
Jesse Brandeburg843f4262009-04-16 16:59:47 +00003855 for ( ; !cleaned; count++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003856 tx_desc = E1000_TX_DESC(*tx_ring, i);
3857 buffer_info = &tx_ring->buffer_info[i];
3858 cleaned = (i == eop);
3859
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003860 if (cleaned) {
Dean Nelson31c15a22011-08-25 14:39:24 +00003861 total_tx_packets += buffer_info->segs;
3862 total_tx_bytes += buffer_info->bytecount;
Otto Estuardo Solares Cabrera2f66fd32012-08-24 08:04:58 +00003863 if (buffer_info->skb) {
3864 bytes_compl += buffer_info->skb->len;
3865 pkts_compl++;
3866 }
3867
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003868 }
Jeff Kirsherfd803242005-12-13 00:06:22 -05003869 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08003870 tx_desc->upper.data = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003871
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003872 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003873 }
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003874
Linus Torvalds1da177e2005-04-16 15:20:36 -07003875 eop = tx_ring->buffer_info[i].next_to_watch;
3876 eop_desc = E1000_TX_DESC(*tx_ring, eop);
3877 }
3878
3879 tx_ring->next_to_clean = i;
3880
Otto Estuardo Solares Cabrera2f66fd32012-08-24 08:04:58 +00003881 netdev_completed_queue(netdev, pkts_compl, bytes_compl);
3882
Auke Kok77b2aad2006-04-14 19:05:25 -07003883#define TX_WAKE_THRESHOLD 32
Jesse Brandeburg843f4262009-04-16 16:59:47 +00003884 if (unlikely(count && netif_carrier_ok(netdev) &&
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003885 E1000_DESC_UNUSED(tx_ring) >= TX_WAKE_THRESHOLD)) {
3886 /* Make sure that anybody stopping the queue after this
3887 * sees the new next_to_clean.
3888 */
3889 smp_mb();
Jesse Brandeburgcdd75492009-09-25 12:18:07 +00003890
3891 if (netif_queue_stopped(netdev) &&
3892 !(test_bit(__E1000_DOWN, &adapter->flags))) {
Auke Kok77b2aad2006-04-14 19:05:25 -07003893 netif_wake_queue(netdev);
Jesse Brandeburgfcfb1222006-11-01 08:47:59 -08003894 ++adapter->restart_queue;
3895 }
Auke Kok77b2aad2006-04-14 19:05:25 -07003896 }
Malli Chilakala26483452005-04-28 19:44:46 -07003897
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003898 if (adapter->detect_tx_hung) {
Malli Chilakala26483452005-04-28 19:44:46 -07003899 /* Detect a transmit hang in hardware, this serializes the
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003900 * check with the clearing of time_stamp and movement of i
3901 */
Joe Perchesc3033b02008-03-21 11:06:25 -07003902 adapter->detect_tx_hung = false;
Jesse Brandeburgcdd75492009-09-25 12:18:07 +00003903 if (tx_ring->buffer_info[eop].time_stamp &&
3904 time_after(jiffies, tx_ring->buffer_info[eop].time_stamp +
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003905 (adapter->tx_timeout_factor * HZ)) &&
Joe Perches8e95a202009-12-03 07:58:21 +00003906 !(er32(STATUS) & E1000_STATUS_TXOFF)) {
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003907
3908 /* detected Tx unit hang */
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003909 e_err(drv, "Detected Tx Unit Hang\n"
Emil Tantilov675ad472010-04-27 14:02:58 +00003910 " Tx Queue <%lu>\n"
3911 " TDH <%x>\n"
3912 " TDT <%x>\n"
3913 " next_to_use <%x>\n"
3914 " next_to_clean <%x>\n"
3915 "buffer_info[next_to_clean]\n"
3916 " time_stamp <%lx>\n"
3917 " next_to_watch <%x>\n"
3918 " jiffies <%lx>\n"
3919 " next_to_watch.status <%x>\n",
Jeff Kirsher7bfa4812006-01-12 16:50:41 -08003920 (unsigned long)((tx_ring - adapter->tx_ring) /
3921 sizeof(struct e1000_tx_ring)),
Joe Perches1dc32912008-07-11 15:17:08 -07003922 readl(hw->hw_addr + tx_ring->tdh),
3923 readl(hw->hw_addr + tx_ring->tdt),
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003924 tx_ring->next_to_use,
Jeff Kirsher392137f2006-01-12 16:50:57 -08003925 tx_ring->next_to_clean,
Jesse Brandeburgcdd75492009-09-25 12:18:07 +00003926 tx_ring->buffer_info[eop].time_stamp,
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003927 eop,
3928 jiffies,
3929 eop_desc->upper.fields.status);
Tushar Daveb04e36b2012-01-27 09:00:46 +00003930 e1000_dump(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003931 netif_stop_queue(netdev);
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003932 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933 }
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003934 adapter->total_tx_bytes += total_tx_bytes;
3935 adapter->total_tx_packets += total_tx_packets;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003936 netdev->stats.tx_bytes += total_tx_bytes;
3937 netdev->stats.tx_packets += total_tx_packets;
Eric Dumazet807540b2010-09-23 05:40:09 +00003938 return count < tx_ring->count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003939}
3940
3941/**
3942 * e1000_rx_checksum - Receive Checksum Offload for 82543
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003943 * @adapter: board private structure
3944 * @status_err: receive descriptor status and error fields
3945 * @csum: receive descriptor csum field
3946 * @sk_buff: socket buffer with received data
Linus Torvalds1da177e2005-04-16 15:20:36 -07003947 **/
Joe Perches64798842008-07-11 15:17:02 -07003948static void e1000_rx_checksum(struct e1000_adapter *adapter, u32 status_err,
3949 u32 csum, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003950{
Joe Perches1dc32912008-07-11 15:17:08 -07003951 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07003952 u16 status = (u16)status_err;
3953 u8 errors = (u8)(status_err >> 24);
Eric Dumazetbc8acf22010-09-02 13:07:41 -07003954
3955 skb_checksum_none_assert(skb);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003956
Linus Torvalds1da177e2005-04-16 15:20:36 -07003957 /* 82543 or newer only */
Joe Perches1dc32912008-07-11 15:17:08 -07003958 if (unlikely(hw->mac_type < e1000_82543)) return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003959 /* Ignore Checksum bit is set */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003960 if (unlikely(status & E1000_RXD_STAT_IXSM)) return;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003961 /* TCP/UDP checksum error bit is set */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003962 if (unlikely(errors & E1000_RXD_ERR_TCPE)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003963 /* let the stack verify checksum errors */
3964 adapter->hw_csum_err++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003965 return;
3966 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003967 /* TCP/UDP Checksum has not been calculated */
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003968 if (!(status & E1000_RXD_STAT_TCPCS))
3969 return;
3970
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003971 /* It must be a TCP or UDP packet with a valid checksum */
3972 if (likely(status & E1000_RXD_STAT_TCPCS)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003973 /* TCP checksum is good */
3974 skb->ip_summed = CHECKSUM_UNNECESSARY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003975 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003976 adapter->hw_csum_good++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003977}
3978
3979/**
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003980 * e1000_consume_page - helper function
3981 **/
3982static void e1000_consume_page(struct e1000_buffer *bi, struct sk_buff *skb,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00003983 u16 length)
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003984{
3985 bi->page = NULL;
3986 skb->len += length;
3987 skb->data_len += length;
Eric Dumazeted64b3c2011-10-13 07:53:42 +00003988 skb->truesize += PAGE_SIZE;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003989}
3990
3991/**
3992 * e1000_receive_skb - helper function to handle rx indications
3993 * @adapter: board private structure
3994 * @status: descriptor status field as written by hardware
3995 * @vlan: descriptor vlan field as written by hardware (no le/be conversion)
3996 * @skb: pointer to sk_buff to be indicated to stack
3997 */
3998static void e1000_receive_skb(struct e1000_adapter *adapter, u8 status,
3999 __le16 vlan, struct sk_buff *skb)
4000{
Jesse Brandeburg6a08d192010-09-22 18:23:05 +00004001 skb->protocol = eth_type_trans(skb, adapter->netdev);
4002
Jiri Pirko5622e402011-07-21 03:26:31 +00004003 if (status & E1000_RXD_STAT_VP) {
4004 u16 vid = le16_to_cpu(vlan) & E1000_RXD_SPC_VLAN_MASK;
4005
4006 __vlan_hwaccel_put_tag(skb, vid);
4007 }
4008 napi_gro_receive(&adapter->napi, skb);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004009}
4010
4011/**
4012 * e1000_clean_jumbo_rx_irq - Send received data up the network stack; legacy
4013 * @adapter: board private structure
4014 * @rx_ring: ring to clean
4015 * @work_done: amount of napi work completed this call
4016 * @work_to_do: max amount of work allowed for this call to do
4017 *
4018 * the return value indicates whether actual cleaning was done, there
4019 * is no guarantee that everything was cleaned
4020 */
4021static bool e1000_clean_jumbo_rx_irq(struct e1000_adapter *adapter,
4022 struct e1000_rx_ring *rx_ring,
4023 int *work_done, int work_to_do)
4024{
4025 struct e1000_hw *hw = &adapter->hw;
4026 struct net_device *netdev = adapter->netdev;
4027 struct pci_dev *pdev = adapter->pdev;
4028 struct e1000_rx_desc *rx_desc, *next_rxd;
4029 struct e1000_buffer *buffer_info, *next_buffer;
4030 unsigned long irq_flags;
4031 u32 length;
4032 unsigned int i;
4033 int cleaned_count = 0;
4034 bool cleaned = false;
4035 unsigned int total_rx_bytes=0, total_rx_packets=0;
4036
4037 i = rx_ring->next_to_clean;
4038 rx_desc = E1000_RX_DESC(*rx_ring, i);
4039 buffer_info = &rx_ring->buffer_info[i];
4040
4041 while (rx_desc->status & E1000_RXD_STAT_DD) {
4042 struct sk_buff *skb;
4043 u8 status;
4044
4045 if (*work_done >= work_to_do)
4046 break;
4047 (*work_done)++;
Jeff Kirsher2d0bb1c2010-08-08 16:02:31 +00004048 rmb(); /* read descriptor and rx_buffer_info after status DD */
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004049
4050 status = rx_desc->status;
4051 skb = buffer_info->skb;
4052 buffer_info->skb = NULL;
4053
4054 if (++i == rx_ring->count) i = 0;
4055 next_rxd = E1000_RX_DESC(*rx_ring, i);
4056 prefetch(next_rxd);
4057
4058 next_buffer = &rx_ring->buffer_info[i];
4059
4060 cleaned = true;
4061 cleaned_count++;
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004062 dma_unmap_page(&pdev->dev, buffer_info->dma,
4063 buffer_info->length, DMA_FROM_DEVICE);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004064 buffer_info->dma = 0;
4065
4066 length = le16_to_cpu(rx_desc->length);
4067
4068 /* errors is only valid for DD + EOP descriptors */
4069 if (unlikely((status & E1000_RXD_STAT_EOP) &&
4070 (rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK))) {
Sebastian Andrzej Siewiora3060852012-05-11 16:30:46 +00004071 u8 *mapped;
4072 u8 last_byte;
4073
4074 mapped = page_address(buffer_info->page);
4075 last_byte = *(mapped + length - 1);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004076 if (TBI_ACCEPT(hw, status, rx_desc->errors, length,
4077 last_byte)) {
4078 spin_lock_irqsave(&adapter->stats_lock,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004079 irq_flags);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004080 e1000_tbi_adjust_stats(hw, &adapter->stats,
Sebastian Andrzej Siewior281a8f22012-05-15 09:18:55 +00004081 length, mapped);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004082 spin_unlock_irqrestore(&adapter->stats_lock,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004083 irq_flags);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004084 length--;
4085 } else {
Ben Greeare825b732012-04-04 06:01:29 +00004086 if (netdev->features & NETIF_F_RXALL)
4087 goto process_skb;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004088 /* recycle both page and skb */
4089 buffer_info->skb = skb;
4090 /* an error means any chain goes out the window
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004091 * too
4092 */
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004093 if (rx_ring->rx_skb_top)
4094 dev_kfree_skb(rx_ring->rx_skb_top);
4095 rx_ring->rx_skb_top = NULL;
4096 goto next_desc;
4097 }
4098 }
4099
4100#define rxtop rx_ring->rx_skb_top
Ben Greeare825b732012-04-04 06:01:29 +00004101process_skb:
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004102 if (!(status & E1000_RXD_STAT_EOP)) {
4103 /* this descriptor is only the beginning (or middle) */
4104 if (!rxtop) {
4105 /* this is the beginning of a chain */
4106 rxtop = skb;
4107 skb_fill_page_desc(rxtop, 0, buffer_info->page,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004108 0, length);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004109 } else {
4110 /* this is the middle of a chain */
4111 skb_fill_page_desc(rxtop,
4112 skb_shinfo(rxtop)->nr_frags,
4113 buffer_info->page, 0, length);
4114 /* re-use the skb, only consumed the page */
4115 buffer_info->skb = skb;
4116 }
4117 e1000_consume_page(buffer_info, rxtop, length);
4118 goto next_desc;
4119 } else {
4120 if (rxtop) {
4121 /* end of the chain */
4122 skb_fill_page_desc(rxtop,
4123 skb_shinfo(rxtop)->nr_frags,
4124 buffer_info->page, 0, length);
4125 /* re-use the current skb, we only consumed the
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004126 * page
4127 */
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004128 buffer_info->skb = skb;
4129 skb = rxtop;
4130 rxtop = NULL;
4131 e1000_consume_page(buffer_info, skb, length);
4132 } else {
4133 /* no chain, got EOP, this buf is the packet
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004134 * copybreak to save the put_page/alloc_page
4135 */
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004136 if (length <= copybreak &&
4137 skb_tailroom(skb) >= length) {
4138 u8 *vaddr;
Cong Wang46790262011-11-25 23:14:23 +08004139 vaddr = kmap_atomic(buffer_info->page);
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004140 memcpy(skb_tail_pointer(skb), vaddr,
4141 length);
Cong Wang46790262011-11-25 23:14:23 +08004142 kunmap_atomic(vaddr);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004143 /* re-use the page, so don't erase
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004144 * buffer_info->page
4145 */
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004146 skb_put(skb, length);
4147 } else {
4148 skb_fill_page_desc(skb, 0,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004149 buffer_info->page, 0,
4150 length);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004151 e1000_consume_page(buffer_info, skb,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004152 length);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004153 }
4154 }
4155 }
4156
4157 /* Receive Checksum Offload XXX recompute due to CRC strip? */
4158 e1000_rx_checksum(adapter,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004159 (u32)(status) |
4160 ((u32)(rx_desc->errors) << 24),
4161 le16_to_cpu(rx_desc->csum), skb);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004162
Ben Greearb0d15622012-02-11 15:40:11 +00004163 total_rx_bytes += (skb->len - 4); /* don't count FCS */
4164 if (likely(!(netdev->features & NETIF_F_RXFCS)))
4165 pskb_trim(skb, skb->len - 4);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004166 total_rx_packets++;
4167
4168 /* eth type trans needs skb->data to point to something */
4169 if (!pskb_may_pull(skb, ETH_HLEN)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004170 e_err(drv, "pskb_may_pull failed.\n");
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004171 dev_kfree_skb(skb);
4172 goto next_desc;
4173 }
4174
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004175 e1000_receive_skb(adapter, status, rx_desc->special, skb);
4176
4177next_desc:
4178 rx_desc->status = 0;
4179
4180 /* return some buffers to hardware, one at a time is too slow */
4181 if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) {
4182 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4183 cleaned_count = 0;
4184 }
4185
4186 /* use prefetched values */
4187 rx_desc = next_rxd;
4188 buffer_info = next_buffer;
4189 }
4190 rx_ring->next_to_clean = i;
4191
4192 cleaned_count = E1000_DESC_UNUSED(rx_ring);
4193 if (cleaned_count)
4194 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4195
4196 adapter->total_rx_packets += total_rx_packets;
4197 adapter->total_rx_bytes += total_rx_bytes;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00004198 netdev->stats.rx_bytes += total_rx_bytes;
4199 netdev->stats.rx_packets += total_rx_packets;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004200 return cleaned;
4201}
4202
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004203/* this should improve performance for small packets with large amounts
Joe Perches57bf6ee2010-05-13 15:26:17 +00004204 * of reassembly being done in the stack
4205 */
4206static void e1000_check_copybreak(struct net_device *netdev,
4207 struct e1000_buffer *buffer_info,
4208 u32 length, struct sk_buff **skb)
4209{
4210 struct sk_buff *new_skb;
4211
4212 if (length > copybreak)
4213 return;
4214
4215 new_skb = netdev_alloc_skb_ip_align(netdev, length);
4216 if (!new_skb)
4217 return;
4218
4219 skb_copy_to_linear_data_offset(new_skb, -NET_IP_ALIGN,
4220 (*skb)->data - NET_IP_ALIGN,
4221 length + NET_IP_ALIGN);
4222 /* save the skb in buffer_info as good */
4223 buffer_info->skb = *skb;
4224 *skb = new_skb;
4225}
4226
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004227/**
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004228 * e1000_clean_rx_irq - Send received data up the network stack; legacy
Linus Torvalds1da177e2005-04-16 15:20:36 -07004229 * @adapter: board private structure
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004230 * @rx_ring: ring to clean
4231 * @work_done: amount of napi work completed this call
4232 * @work_to_do: max amount of work allowed for this call to do
4233 */
Joe Perches64798842008-07-11 15:17:02 -07004234static bool e1000_clean_rx_irq(struct e1000_adapter *adapter,
4235 struct e1000_rx_ring *rx_ring,
4236 int *work_done, int work_to_do)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004237{
Joe Perches1dc32912008-07-11 15:17:08 -07004238 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004239 struct net_device *netdev = adapter->netdev;
4240 struct pci_dev *pdev = adapter->pdev;
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004241 struct e1000_rx_desc *rx_desc, *next_rxd;
4242 struct e1000_buffer *buffer_info, *next_buffer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004243 unsigned long flags;
Joe Perches406874a2008-04-03 10:06:32 -07004244 u32 length;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004245 unsigned int i;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004246 int cleaned_count = 0;
Joe Perchesc3033b02008-03-21 11:06:25 -07004247 bool cleaned = false;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004248 unsigned int total_rx_bytes=0, total_rx_packets=0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004249
4250 i = rx_ring->next_to_clean;
4251 rx_desc = E1000_RX_DESC(*rx_ring, i);
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004252 buffer_info = &rx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07004253
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004254 while (rx_desc->status & E1000_RXD_STAT_DD) {
Auke Kok24f476e2006-06-08 09:28:47 -07004255 struct sk_buff *skb;
Jeff Kirshera292ca62006-01-12 16:51:30 -08004256 u8 status;
Auke Kok90fb5132006-11-01 08:47:30 -08004257
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004258 if (*work_done >= work_to_do)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004259 break;
4260 (*work_done)++;
Jeff Kirsher2d0bb1c2010-08-08 16:02:31 +00004261 rmb(); /* read descriptor and rx_buffer_info after status DD */
Francois Romieuc3570ac2008-07-11 15:17:38 -07004262
Jeff Kirshera292ca62006-01-12 16:51:30 -08004263 status = rx_desc->status;
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004264 skb = buffer_info->skb;
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004265 buffer_info->skb = NULL;
4266
Jeff Kirsher30320be2006-03-02 18:21:57 -08004267 prefetch(skb->data - NET_IP_ALIGN);
4268
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004269 if (++i == rx_ring->count) i = 0;
4270 next_rxd = E1000_RX_DESC(*rx_ring, i);
Jeff Kirsher30320be2006-03-02 18:21:57 -08004271 prefetch(next_rxd);
4272
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004273 next_buffer = &rx_ring->buffer_info[i];
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004274
Joe Perchesc3033b02008-03-21 11:06:25 -07004275 cleaned = true;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004276 cleaned_count++;
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004277 dma_unmap_single(&pdev->dev, buffer_info->dma,
4278 buffer_info->length, DMA_FROM_DEVICE);
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00004279 buffer_info->dma = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004280
Linus Torvalds1da177e2005-04-16 15:20:36 -07004281 length = le16_to_cpu(rx_desc->length);
Neil Hormanea30e112009-06-02 01:29:58 -07004282 /* !EOP means multiple descriptors were used to store a single
Jesse Brandeburg40a14de2010-01-19 14:15:38 +00004283 * packet, if thats the case we need to toss it. In fact, we
4284 * to toss every packet with the EOP bit clear and the next
4285 * frame that _does_ have the EOP bit set, as it is by
4286 * definition only a frame fragment
4287 */
4288 if (unlikely(!(status & E1000_RXD_STAT_EOP)))
4289 adapter->discarding = true;
4290
4291 if (adapter->discarding) {
Jeff Kirshera1415ee2006-02-28 20:24:07 -08004292 /* All receives must fit into a single buffer */
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004293 e_dbg("Receive packet consumed multiple buffers\n");
Auke Kok864c4e42006-06-27 09:06:53 -07004294 /* recycle */
Auke Kok8fc897b2006-08-28 14:56:16 -07004295 buffer_info->skb = skb;
Jesse Brandeburg40a14de2010-01-19 14:15:38 +00004296 if (status & E1000_RXD_STAT_EOP)
4297 adapter->discarding = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004298 goto next_desc;
4299 }
4300
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004301 if (unlikely(rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK)) {
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004302 u8 last_byte = *(skb->data + length - 1);
Joe Perches1dc32912008-07-11 15:17:08 -07004303 if (TBI_ACCEPT(hw, status, rx_desc->errors, length,
4304 last_byte)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004305 spin_lock_irqsave(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004306 e1000_tbi_adjust_stats(hw, &adapter->stats,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004307 length, skb->data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004308 spin_unlock_irqrestore(&adapter->stats_lock,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004309 flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004310 length--;
4311 } else {
Ben Greeare825b732012-04-04 06:01:29 +00004312 if (netdev->features & NETIF_F_RXALL)
4313 goto process_skb;
Auke Kok9e2feac2006-04-14 19:05:18 -07004314 /* recycle */
4315 buffer_info->skb = skb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004316 goto next_desc;
4317 }
Auke Kok1cb58212006-04-18 12:31:04 -07004318 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004319
Ben Greeare825b732012-04-04 06:01:29 +00004320process_skb:
Ben Greearb0d15622012-02-11 15:40:11 +00004321 total_rx_bytes += (length - 4); /* don't count FCS */
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004322 total_rx_packets++;
4323
Ben Greearb0d15622012-02-11 15:40:11 +00004324 if (likely(!(netdev->features & NETIF_F_RXFCS)))
4325 /* adjust length to remove Ethernet CRC, this must be
4326 * done after the TBI_ACCEPT workaround above
4327 */
4328 length -= 4;
4329
Joe Perches57bf6ee2010-05-13 15:26:17 +00004330 e1000_check_copybreak(netdev, buffer_info, length, &skb);
4331
Auke Kok996695d2006-11-01 08:47:50 -08004332 skb_put(skb, length);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004333
4334 /* Receive Checksum Offload */
Jeff Kirshera292ca62006-01-12 16:51:30 -08004335 e1000_rx_checksum(adapter,
Joe Perches406874a2008-04-03 10:06:32 -07004336 (u32)(status) |
4337 ((u32)(rx_desc->errors) << 24),
David S. Millerc3d7a3a2006-03-15 14:26:28 -08004338 le16_to_cpu(rx_desc->csum), skb);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004339
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004340 e1000_receive_skb(adapter, status, rx_desc->special, skb);
Francois Romieuc3570ac2008-07-11 15:17:38 -07004341
Linus Torvalds1da177e2005-04-16 15:20:36 -07004342next_desc:
4343 rx_desc->status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004344
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004345 /* return some buffers to hardware, one at a time is too slow */
4346 if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) {
4347 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4348 cleaned_count = 0;
4349 }
4350
Jeff Kirsher30320be2006-03-02 18:21:57 -08004351 /* use prefetched values */
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004352 rx_desc = next_rxd;
4353 buffer_info = next_buffer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004354 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004355 rx_ring->next_to_clean = i;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004356
4357 cleaned_count = E1000_DESC_UNUSED(rx_ring);
4358 if (cleaned_count)
4359 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004360
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004361 adapter->total_rx_packets += total_rx_packets;
4362 adapter->total_rx_bytes += total_rx_bytes;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00004363 netdev->stats.rx_bytes += total_rx_bytes;
4364 netdev->stats.rx_packets += total_rx_packets;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004365 return cleaned;
4366}
4367
4368/**
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004369 * e1000_alloc_jumbo_rx_buffers - Replace used jumbo receive buffers
4370 * @adapter: address of board private structure
4371 * @rx_ring: pointer to receive ring structure
4372 * @cleaned_count: number of buffers to allocate this pass
4373 **/
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004374static void
4375e1000_alloc_jumbo_rx_buffers(struct e1000_adapter *adapter,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004376 struct e1000_rx_ring *rx_ring, int cleaned_count)
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004377{
4378 struct net_device *netdev = adapter->netdev;
4379 struct pci_dev *pdev = adapter->pdev;
4380 struct e1000_rx_desc *rx_desc;
4381 struct e1000_buffer *buffer_info;
4382 struct sk_buff *skb;
4383 unsigned int i;
Eric Dumazet89d71a62009-10-13 05:34:20 +00004384 unsigned int bufsz = 256 - 16 /*for skb_reserve */ ;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004385
4386 i = rx_ring->next_to_use;
4387 buffer_info = &rx_ring->buffer_info[i];
4388
4389 while (cleaned_count--) {
4390 skb = buffer_info->skb;
4391 if (skb) {
4392 skb_trim(skb, 0);
4393 goto check_page;
4394 }
4395
Eric Dumazet89d71a62009-10-13 05:34:20 +00004396 skb = netdev_alloc_skb_ip_align(netdev, bufsz);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004397 if (unlikely(!skb)) {
4398 /* Better luck next round */
4399 adapter->alloc_rx_buff_failed++;
4400 break;
4401 }
4402
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004403 buffer_info->skb = skb;
4404 buffer_info->length = adapter->rx_buffer_len;
4405check_page:
4406 /* allocate a new page if necessary */
4407 if (!buffer_info->page) {
4408 buffer_info->page = alloc_page(GFP_ATOMIC);
4409 if (unlikely(!buffer_info->page)) {
4410 adapter->alloc_rx_buff_failed++;
4411 break;
4412 }
4413 }
4414
Anton Blanchardb5abb022010-02-19 17:54:53 +00004415 if (!buffer_info->dma) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004416 buffer_info->dma = dma_map_page(&pdev->dev,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004417 buffer_info->page, 0,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004418 buffer_info->length,
4419 DMA_FROM_DEVICE);
4420 if (dma_mapping_error(&pdev->dev, buffer_info->dma)) {
Anton Blanchardb5abb022010-02-19 17:54:53 +00004421 put_page(buffer_info->page);
4422 dev_kfree_skb(skb);
4423 buffer_info->page = NULL;
4424 buffer_info->skb = NULL;
4425 buffer_info->dma = 0;
4426 adapter->alloc_rx_buff_failed++;
4427 break; /* while !buffer_info->skb */
4428 }
4429 }
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004430
4431 rx_desc = E1000_RX_DESC(*rx_ring, i);
4432 rx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
4433
4434 if (unlikely(++i == rx_ring->count))
4435 i = 0;
4436 buffer_info = &rx_ring->buffer_info[i];
4437 }
4438
4439 if (likely(rx_ring->next_to_use != i)) {
4440 rx_ring->next_to_use = i;
4441 if (unlikely(i-- == 0))
4442 i = (rx_ring->count - 1);
4443
4444 /* Force memory writes to complete before letting h/w
4445 * know there are new descriptors to fetch. (Only
4446 * applicable for weak-ordered memory model archs,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004447 * such as IA-64).
4448 */
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004449 wmb();
4450 writel(i, adapter->hw.hw_addr + rx_ring->rdt);
4451 }
4452}
4453
4454/**
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004455 * e1000_alloc_rx_buffers - Replace used receive buffers; legacy & extended
Linus Torvalds1da177e2005-04-16 15:20:36 -07004456 * @adapter: address of board private structure
4457 **/
Joe Perches64798842008-07-11 15:17:02 -07004458static void e1000_alloc_rx_buffers(struct e1000_adapter *adapter,
4459 struct e1000_rx_ring *rx_ring,
4460 int cleaned_count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004461{
Joe Perches1dc32912008-07-11 15:17:08 -07004462 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004463 struct net_device *netdev = adapter->netdev;
4464 struct pci_dev *pdev = adapter->pdev;
4465 struct e1000_rx_desc *rx_desc;
4466 struct e1000_buffer *buffer_info;
4467 struct sk_buff *skb;
Malli Chilakala26483452005-04-28 19:44:46 -07004468 unsigned int i;
Eric Dumazet89d71a62009-10-13 05:34:20 +00004469 unsigned int bufsz = adapter->rx_buffer_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004470
4471 i = rx_ring->next_to_use;
4472 buffer_info = &rx_ring->buffer_info[i];
4473
Jeff Kirshera292ca62006-01-12 16:51:30 -08004474 while (cleaned_count--) {
Christoph Hellwigca6f7222006-08-31 14:27:47 -07004475 skb = buffer_info->skb;
4476 if (skb) {
Jeff Kirshera292ca62006-01-12 16:51:30 -08004477 skb_trim(skb, 0);
4478 goto map_skb;
4479 }
4480
Eric Dumazet89d71a62009-10-13 05:34:20 +00004481 skb = netdev_alloc_skb_ip_align(netdev, bufsz);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004482 if (unlikely(!skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004483 /* Better luck next round */
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004484 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004485 break;
4486 }
4487
Malli Chilakala26483452005-04-28 19:44:46 -07004488 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004489 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4490 struct sk_buff *oldskb = skb;
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004491 e_err(rx_err, "skb align check failed: %u bytes at "
4492 "%p\n", bufsz, skb->data);
Malli Chilakala26483452005-04-28 19:44:46 -07004493 /* Try again, without freeing the previous */
Eric Dumazet89d71a62009-10-13 05:34:20 +00004494 skb = netdev_alloc_skb_ip_align(netdev, bufsz);
Malli Chilakala26483452005-04-28 19:44:46 -07004495 /* Failed allocation, critical failure */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004496 if (!skb) {
4497 dev_kfree_skb(oldskb);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004498 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004499 break;
4500 }
Malli Chilakala26483452005-04-28 19:44:46 -07004501
Linus Torvalds1da177e2005-04-16 15:20:36 -07004502 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4503 /* give up */
4504 dev_kfree_skb(skb);
4505 dev_kfree_skb(oldskb);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004506 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004507 break; /* while !buffer_info->skb */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004508 }
Christoph Hellwigca6f7222006-08-31 14:27:47 -07004509
4510 /* Use new allocation */
4511 dev_kfree_skb(oldskb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004512 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004513 buffer_info->skb = skb;
4514 buffer_info->length = adapter->rx_buffer_len;
Jeff Kirshera292ca62006-01-12 16:51:30 -08004515map_skb:
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004516 buffer_info->dma = dma_map_single(&pdev->dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004517 skb->data,
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004518 buffer_info->length,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004519 DMA_FROM_DEVICE);
4520 if (dma_mapping_error(&pdev->dev, buffer_info->dma)) {
Anton Blanchardb5abb022010-02-19 17:54:53 +00004521 dev_kfree_skb(skb);
4522 buffer_info->skb = NULL;
4523 buffer_info->dma = 0;
4524 adapter->alloc_rx_buff_failed++;
4525 break; /* while !buffer_info->skb */
4526 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004527
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004528 /* XXX if it was allocated cleanly it will never map to a
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004529 * boundary crossing
4530 */
4531
Malli Chilakala26483452005-04-28 19:44:46 -07004532 /* Fix for errata 23, can't cross 64kB boundary */
4533 if (!e1000_check_64k_bound(adapter,
4534 (void *)(unsigned long)buffer_info->dma,
4535 adapter->rx_buffer_len)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004536 e_err(rx_err, "dma align check failed: %u bytes at "
4537 "%p\n", adapter->rx_buffer_len,
Emil Tantilov675ad472010-04-27 14:02:58 +00004538 (void *)(unsigned long)buffer_info->dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004539 dev_kfree_skb(skb);
4540 buffer_info->skb = NULL;
4541
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004542 dma_unmap_single(&pdev->dev, buffer_info->dma,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004543 adapter->rx_buffer_len,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004544 DMA_FROM_DEVICE);
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00004545 buffer_info->dma = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004546
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004547 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004548 break; /* while !buffer_info->skb */
4549 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004550 rx_desc = E1000_RX_DESC(*rx_ring, i);
4551 rx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
4552
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004553 if (unlikely(++i == rx_ring->count))
4554 i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004555 buffer_info = &rx_ring->buffer_info[i];
4556 }
4557
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004558 if (likely(rx_ring->next_to_use != i)) {
4559 rx_ring->next_to_use = i;
4560 if (unlikely(i-- == 0))
4561 i = (rx_ring->count - 1);
4562
4563 /* Force memory writes to complete before letting h/w
4564 * know there are new descriptors to fetch. (Only
4565 * applicable for weak-ordered memory model archs,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004566 * such as IA-64).
4567 */
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004568 wmb();
Joe Perches1dc32912008-07-11 15:17:08 -07004569 writel(i, hw->hw_addr + rx_ring->rdt);
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004570 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004571}
4572
4573/**
4574 * e1000_smartspeed - Workaround for SmartSpeed on 82541 and 82547 controllers.
4575 * @adapter:
4576 **/
Joe Perches64798842008-07-11 15:17:02 -07004577static void e1000_smartspeed(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004578{
Joe Perches1dc32912008-07-11 15:17:08 -07004579 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004580 u16 phy_status;
4581 u16 phy_ctrl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004582
Joe Perches1dc32912008-07-11 15:17:08 -07004583 if ((hw->phy_type != e1000_phy_igp) || !hw->autoneg ||
4584 !(hw->autoneg_advertised & ADVERTISE_1000_FULL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004585 return;
4586
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004587 if (adapter->smartspeed == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004588 /* If Master/Slave config fault is asserted twice,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004589 * we assume back-to-back
4590 */
Joe Perches1dc32912008-07-11 15:17:08 -07004591 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004592 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return;
Joe Perches1dc32912008-07-11 15:17:08 -07004593 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004594 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return;
Joe Perches1dc32912008-07-11 15:17:08 -07004595 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004596 if (phy_ctrl & CR_1000T_MS_ENABLE) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004597 phy_ctrl &= ~CR_1000T_MS_ENABLE;
Joe Perches1dc32912008-07-11 15:17:08 -07004598 e1000_write_phy_reg(hw, PHY_1000T_CTRL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004599 phy_ctrl);
4600 adapter->smartspeed++;
Joe Perches1dc32912008-07-11 15:17:08 -07004601 if (!e1000_phy_setup_autoneg(hw) &&
4602 !e1000_read_phy_reg(hw, PHY_CTRL,
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004603 &phy_ctrl)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004604 phy_ctrl |= (MII_CR_AUTO_NEG_EN |
4605 MII_CR_RESTART_AUTO_NEG);
Joe Perches1dc32912008-07-11 15:17:08 -07004606 e1000_write_phy_reg(hw, PHY_CTRL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004607 phy_ctrl);
4608 }
4609 }
4610 return;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004611 } else if (adapter->smartspeed == E1000_SMARTSPEED_DOWNSHIFT) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004612 /* If still no link, perhaps using 2/3 pair cable */
Joe Perches1dc32912008-07-11 15:17:08 -07004613 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004614 phy_ctrl |= CR_1000T_MS_ENABLE;
Joe Perches1dc32912008-07-11 15:17:08 -07004615 e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl);
4616 if (!e1000_phy_setup_autoneg(hw) &&
4617 !e1000_read_phy_reg(hw, PHY_CTRL, &phy_ctrl)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004618 phy_ctrl |= (MII_CR_AUTO_NEG_EN |
4619 MII_CR_RESTART_AUTO_NEG);
Joe Perches1dc32912008-07-11 15:17:08 -07004620 e1000_write_phy_reg(hw, PHY_CTRL, phy_ctrl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004621 }
4622 }
4623 /* Restart process after E1000_SMARTSPEED_MAX iterations */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004624 if (adapter->smartspeed++ == E1000_SMARTSPEED_MAX)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004625 adapter->smartspeed = 0;
4626}
4627
4628/**
4629 * e1000_ioctl -
4630 * @netdev:
4631 * @ifreq:
4632 * @cmd:
4633 **/
Joe Perches64798842008-07-11 15:17:02 -07004634static int e1000_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004635{
4636 switch (cmd) {
4637 case SIOCGMIIPHY:
4638 case SIOCGMIIREG:
4639 case SIOCSMIIREG:
4640 return e1000_mii_ioctl(netdev, ifr, cmd);
4641 default:
4642 return -EOPNOTSUPP;
4643 }
4644}
4645
4646/**
4647 * e1000_mii_ioctl -
4648 * @netdev:
4649 * @ifreq:
4650 * @cmd:
4651 **/
Joe Perches64798842008-07-11 15:17:02 -07004652static int e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr,
4653 int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004654{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004655 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004656 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004657 struct mii_ioctl_data *data = if_mii(ifr);
4658 int retval;
Joe Perches406874a2008-04-03 10:06:32 -07004659 u16 mii_reg;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004660 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004661
Joe Perches1dc32912008-07-11 15:17:08 -07004662 if (hw->media_type != e1000_media_type_copper)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004663 return -EOPNOTSUPP;
4664
4665 switch (cmd) {
4666 case SIOCGMIIPHY:
Joe Perches1dc32912008-07-11 15:17:08 -07004667 data->phy_id = hw->phy_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004668 break;
4669 case SIOCGMIIREG:
Malli Chilakala97876fc2005-06-17 17:40:19 -07004670 spin_lock_irqsave(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004671 if (e1000_read_phy_reg(hw, data->reg_num & 0x1F,
Malli Chilakala97876fc2005-06-17 17:40:19 -07004672 &data->val_out)) {
4673 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004674 return -EIO;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004675 }
4676 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004677 break;
4678 case SIOCSMIIREG:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004679 if (data->reg_num & ~(0x1F))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004680 return -EFAULT;
4681 mii_reg = data->val_in;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004682 spin_lock_irqsave(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004683 if (e1000_write_phy_reg(hw, data->reg_num,
Malli Chilakala97876fc2005-06-17 17:40:19 -07004684 mii_reg)) {
4685 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004686 return -EIO;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004687 }
Jesse Brandeburgf0163ac2007-11-13 21:00:09 -08004688 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004689 if (hw->media_type == e1000_media_type_copper) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004690 switch (data->reg_num) {
4691 case PHY_CTRL:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004692 if (mii_reg & MII_CR_POWER_DOWN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004693 break;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004694 if (mii_reg & MII_CR_AUTO_NEG_EN) {
Joe Perches1dc32912008-07-11 15:17:08 -07004695 hw->autoneg = 1;
4696 hw->autoneg_advertised = 0x2F;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004697 } else {
David Decotigny14ad2512011-04-27 18:32:43 +00004698 u32 speed;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004699 if (mii_reg & 0x40)
David Decotigny14ad2512011-04-27 18:32:43 +00004700 speed = SPEED_1000;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004701 else if (mii_reg & 0x2000)
David Decotigny14ad2512011-04-27 18:32:43 +00004702 speed = SPEED_100;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004703 else
David Decotigny14ad2512011-04-27 18:32:43 +00004704 speed = SPEED_10;
4705 retval = e1000_set_spd_dplx(
4706 adapter, speed,
4707 ((mii_reg & 0x100)
4708 ? DUPLEX_FULL :
4709 DUPLEX_HALF));
Jesse Brandeburgf0163ac2007-11-13 21:00:09 -08004710 if (retval)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004711 return retval;
4712 }
Auke Kok2db10a02006-06-27 09:06:28 -07004713 if (netif_running(adapter->netdev))
4714 e1000_reinit_locked(adapter);
4715 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07004716 e1000_reset(adapter);
4717 break;
4718 case M88E1000_PHY_SPEC_CTRL:
4719 case M88E1000_EXT_PHY_SPEC_CTRL:
Joe Perches1dc32912008-07-11 15:17:08 -07004720 if (e1000_phy_reset(hw))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004721 return -EIO;
4722 break;
4723 }
4724 } else {
4725 switch (data->reg_num) {
4726 case PHY_CTRL:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004727 if (mii_reg & MII_CR_POWER_DOWN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004728 break;
Auke Kok2db10a02006-06-27 09:06:28 -07004729 if (netif_running(adapter->netdev))
4730 e1000_reinit_locked(adapter);
4731 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07004732 e1000_reset(adapter);
4733 break;
4734 }
4735 }
4736 break;
4737 default:
4738 return -EOPNOTSUPP;
4739 }
4740 return E1000_SUCCESS;
4741}
4742
Joe Perches64798842008-07-11 15:17:02 -07004743void e1000_pci_set_mwi(struct e1000_hw *hw)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004744{
4745 struct e1000_adapter *adapter = hw->back;
Malli Chilakala26483452005-04-28 19:44:46 -07004746 int ret_val = pci_set_mwi(adapter->pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004747
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004748 if (ret_val)
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004749 e_err(probe, "Error in setting MWI\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07004750}
4751
Joe Perches64798842008-07-11 15:17:02 -07004752void e1000_pci_clear_mwi(struct e1000_hw *hw)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004753{
4754 struct e1000_adapter *adapter = hw->back;
4755
4756 pci_clear_mwi(adapter->pdev);
4757}
4758
Joe Perches64798842008-07-11 15:17:02 -07004759int e1000_pcix_get_mmrbc(struct e1000_hw *hw)
Peter Oruba007755e2007-09-28 22:42:06 -07004760{
4761 struct e1000_adapter *adapter = hw->back;
4762 return pcix_get_mmrbc(adapter->pdev);
4763}
4764
Joe Perches64798842008-07-11 15:17:02 -07004765void e1000_pcix_set_mmrbc(struct e1000_hw *hw, int mmrbc)
Peter Oruba007755e2007-09-28 22:42:06 -07004766{
4767 struct e1000_adapter *adapter = hw->back;
4768 pcix_set_mmrbc(adapter->pdev, mmrbc);
4769}
4770
Joe Perches64798842008-07-11 15:17:02 -07004771void e1000_io_write(struct e1000_hw *hw, unsigned long port, u32 value)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004772{
4773 outl(value, port);
4774}
4775
Jiri Pirko5622e402011-07-21 03:26:31 +00004776static bool e1000_vlan_used(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004777{
Jiri Pirko5622e402011-07-21 03:26:31 +00004778 u16 vid;
4779
4780 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID)
4781 return true;
4782 return false;
4783}
4784
Jiri Pirko52f55092012-03-20 18:10:01 +00004785static void __e1000_vlan_mode(struct e1000_adapter *adapter,
4786 netdev_features_t features)
4787{
4788 struct e1000_hw *hw = &adapter->hw;
4789 u32 ctrl;
4790
4791 ctrl = er32(CTRL);
Patrick McHardyf6469682013-04-19 02:04:27 +00004792 if (features & NETIF_F_HW_VLAN_CTAG_RX) {
Jiri Pirko52f55092012-03-20 18:10:01 +00004793 /* enable VLAN tag insert/strip */
4794 ctrl |= E1000_CTRL_VME;
4795 } else {
4796 /* disable VLAN tag insert/strip */
4797 ctrl &= ~E1000_CTRL_VME;
4798 }
4799 ew32(CTRL, ctrl);
4800}
Jiri Pirko5622e402011-07-21 03:26:31 +00004801static void e1000_vlan_filter_on_off(struct e1000_adapter *adapter,
4802 bool filter_on)
4803{
Joe Perches1dc32912008-07-11 15:17:08 -07004804 struct e1000_hw *hw = &adapter->hw;
Jiri Pirko5622e402011-07-21 03:26:31 +00004805 u32 rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004806
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004807 if (!test_bit(__E1000_DOWN, &adapter->flags))
4808 e1000_irq_disable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004809
Jiri Pirko52f55092012-03-20 18:10:01 +00004810 __e1000_vlan_mode(adapter, adapter->netdev->features);
Jiri Pirko5622e402011-07-21 03:26:31 +00004811 if (filter_on) {
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00004812 /* enable VLAN receive filtering */
4813 rctl = er32(RCTL);
4814 rctl &= ~E1000_RCTL_CFIEN;
Jiri Pirko5622e402011-07-21 03:26:31 +00004815 if (!(adapter->netdev->flags & IFF_PROMISC))
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00004816 rctl |= E1000_RCTL_VFE;
4817 ew32(RCTL, rctl);
4818 e1000_update_mng_vlan(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004819 } else {
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00004820 /* disable VLAN receive filtering */
4821 rctl = er32(RCTL);
4822 rctl &= ~E1000_RCTL_VFE;
4823 ew32(RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004824 }
4825
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004826 if (!test_bit(__E1000_DOWN, &adapter->flags))
4827 e1000_irq_enable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004828}
4829
Michał Mirosławc8f44af2011-11-15 15:29:55 +00004830static void e1000_vlan_mode(struct net_device *netdev,
Jiri Pirko52f55092012-03-20 18:10:01 +00004831 netdev_features_t features)
Jiri Pirko5622e402011-07-21 03:26:31 +00004832{
4833 struct e1000_adapter *adapter = netdev_priv(netdev);
Jiri Pirko5622e402011-07-21 03:26:31 +00004834
4835 if (!test_bit(__E1000_DOWN, &adapter->flags))
4836 e1000_irq_disable(adapter);
4837
Jiri Pirko52f55092012-03-20 18:10:01 +00004838 __e1000_vlan_mode(adapter, features);
Jiri Pirko5622e402011-07-21 03:26:31 +00004839
4840 if (!test_bit(__E1000_DOWN, &adapter->flags))
4841 e1000_irq_enable(adapter);
4842}
4843
Patrick McHardy80d5c362013-04-19 02:04:28 +00004844static int e1000_vlan_rx_add_vid(struct net_device *netdev,
4845 __be16 proto, u16 vid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004846{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004847 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004848 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004849 u32 vfta, index;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004850
Joe Perches1dc32912008-07-11 15:17:08 -07004851 if ((hw->mng_cookie.status &
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004852 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) &&
4853 (vid == adapter->mng_vlan_id))
Jiri Pirko8e586132011-12-08 19:52:37 -05004854 return 0;
Jiri Pirko5622e402011-07-21 03:26:31 +00004855
4856 if (!e1000_vlan_used(adapter))
4857 e1000_vlan_filter_on_off(adapter, true);
4858
Linus Torvalds1da177e2005-04-16 15:20:36 -07004859 /* add VID to filter table */
4860 index = (vid >> 5) & 0x7F;
Joe Perches1dc32912008-07-11 15:17:08 -07004861 vfta = E1000_READ_REG_ARRAY(hw, VFTA, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004862 vfta |= (1 << (vid & 0x1F));
Joe Perches1dc32912008-07-11 15:17:08 -07004863 e1000_write_vfta(hw, index, vfta);
Jiri Pirko5622e402011-07-21 03:26:31 +00004864
4865 set_bit(vid, adapter->active_vlans);
Jiri Pirko8e586132011-12-08 19:52:37 -05004866
4867 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004868}
4869
Patrick McHardy80d5c362013-04-19 02:04:28 +00004870static int e1000_vlan_rx_kill_vid(struct net_device *netdev,
4871 __be16 proto, u16 vid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004872{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004873 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004874 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004875 u32 vfta, index;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004876
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004877 if (!test_bit(__E1000_DOWN, &adapter->flags))
4878 e1000_irq_disable(adapter);
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004879 if (!test_bit(__E1000_DOWN, &adapter->flags))
4880 e1000_irq_enable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004881
4882 /* remove VID from filter table */
4883 index = (vid >> 5) & 0x7F;
Joe Perches1dc32912008-07-11 15:17:08 -07004884 vfta = E1000_READ_REG_ARRAY(hw, VFTA, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004885 vfta &= ~(1 << (vid & 0x1F));
Joe Perches1dc32912008-07-11 15:17:08 -07004886 e1000_write_vfta(hw, index, vfta);
Jiri Pirko5622e402011-07-21 03:26:31 +00004887
4888 clear_bit(vid, adapter->active_vlans);
4889
4890 if (!e1000_vlan_used(adapter))
4891 e1000_vlan_filter_on_off(adapter, false);
Jiri Pirko8e586132011-12-08 19:52:37 -05004892
4893 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004894}
4895
Joe Perches64798842008-07-11 15:17:02 -07004896static void e1000_restore_vlan(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004897{
Jiri Pirko5622e402011-07-21 03:26:31 +00004898 u16 vid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004899
Jiri Pirko5622e402011-07-21 03:26:31 +00004900 if (!e1000_vlan_used(adapter))
4901 return;
4902
4903 e1000_vlan_filter_on_off(adapter, true);
4904 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID)
Patrick McHardy80d5c362013-04-19 02:04:28 +00004905 e1000_vlan_rx_add_vid(adapter->netdev, htons(ETH_P_8021Q), vid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004906}
4907
David Decotigny14ad2512011-04-27 18:32:43 +00004908int e1000_set_spd_dplx(struct e1000_adapter *adapter, u32 spd, u8 dplx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004909{
Joe Perches1dc32912008-07-11 15:17:08 -07004910 struct e1000_hw *hw = &adapter->hw;
4911
4912 hw->autoneg = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004913
David Decotigny14ad2512011-04-27 18:32:43 +00004914 /* Make sure dplx is at most 1 bit and lsb of speed is not set
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00004915 * for the switch() below to work
4916 */
David Decotigny14ad2512011-04-27 18:32:43 +00004917 if ((spd & 1) || (dplx & ~1))
4918 goto err_inval;
4919
Malli Chilakala69213682005-06-17 17:44:20 -07004920 /* Fiber NICs only allow 1000 gbps Full duplex */
Joe Perches1dc32912008-07-11 15:17:08 -07004921 if ((hw->media_type == e1000_media_type_fiber) &&
David Decotigny14ad2512011-04-27 18:32:43 +00004922 spd != SPEED_1000 &&
4923 dplx != DUPLEX_FULL)
4924 goto err_inval;
Malli Chilakala69213682005-06-17 17:44:20 -07004925
David Decotigny14ad2512011-04-27 18:32:43 +00004926 switch (spd + dplx) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004927 case SPEED_10 + DUPLEX_HALF:
Joe Perches1dc32912008-07-11 15:17:08 -07004928 hw->forced_speed_duplex = e1000_10_half;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004929 break;
4930 case SPEED_10 + DUPLEX_FULL:
Joe Perches1dc32912008-07-11 15:17:08 -07004931 hw->forced_speed_duplex = e1000_10_full;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004932 break;
4933 case SPEED_100 + DUPLEX_HALF:
Joe Perches1dc32912008-07-11 15:17:08 -07004934 hw->forced_speed_duplex = e1000_100_half;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004935 break;
4936 case SPEED_100 + DUPLEX_FULL:
Joe Perches1dc32912008-07-11 15:17:08 -07004937 hw->forced_speed_duplex = e1000_100_full;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004938 break;
4939 case SPEED_1000 + DUPLEX_FULL:
Joe Perches1dc32912008-07-11 15:17:08 -07004940 hw->autoneg = 1;
4941 hw->autoneg_advertised = ADVERTISE_1000_FULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004942 break;
4943 case SPEED_1000 + DUPLEX_HALF: /* not supported */
4944 default:
David Decotigny14ad2512011-04-27 18:32:43 +00004945 goto err_inval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004946 }
Jesse Brandeburgc819bbd52012-07-26 02:31:09 +00004947
4948 /* clear MDI, MDI(-X) override is only allowed when autoneg enabled */
4949 hw->mdix = AUTO_ALL_MODES;
4950
Linus Torvalds1da177e2005-04-16 15:20:36 -07004951 return 0;
David Decotigny14ad2512011-04-27 18:32:43 +00004952
4953err_inval:
4954 e_err(probe, "Unsupported Speed/Duplex configuration\n");
4955 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004956}
4957
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00004958static int __e1000_shutdown(struct pci_dev *pdev, bool *enable_wake)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004959{
4960 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07004961 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004962 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004963 u32 ctrl, ctrl_ext, rctl, status;
4964 u32 wufc = adapter->wol;
Auke Kok6fdfef12006-06-27 09:06:36 -07004965#ifdef CONFIG_PM
Jeff Kirsher240b1712006-01-12 16:51:28 -08004966 int retval = 0;
Auke Kok6fdfef12006-06-27 09:06:36 -07004967#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07004968
4969 netif_device_detach(netdev);
4970
Auke Kok2db10a02006-06-27 09:06:28 -07004971 if (netif_running(netdev)) {
4972 WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004973 e1000_down(adapter);
Auke Kok2db10a02006-06-27 09:06:28 -07004974 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004975
Jesse Brandeburg2f826652006-01-18 13:01:34 -08004976#ifdef CONFIG_PM
Kok, Auke1d33e9c2007-02-16 14:39:28 -08004977 retval = pci_save_state(pdev);
Jesse Brandeburg3a3847e2012-01-04 20:23:33 +00004978 if (retval)
Jesse Brandeburg2f826652006-01-18 13:01:34 -08004979 return retval;
4980#endif
4981
Joe Perches1dc32912008-07-11 15:17:08 -07004982 status = er32(STATUS);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004983 if (status & E1000_STATUS_LU)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004984 wufc &= ~E1000_WUFC_LNKC;
4985
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004986 if (wufc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004987 e1000_setup_rctl(adapter);
Patrick McHardydb0ce502007-11-13 20:54:59 -08004988 e1000_set_rx_mode(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004989
Dean Nelsonb8681792012-01-19 17:47:24 +00004990 rctl = er32(RCTL);
4991
Linus Torvalds1da177e2005-04-16 15:20:36 -07004992 /* turn on all-multi mode if wake on multicast is enabled */
Dean Nelsonb8681792012-01-19 17:47:24 +00004993 if (wufc & E1000_WUFC_MC)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004994 rctl |= E1000_RCTL_MPE;
Dean Nelsonb8681792012-01-19 17:47:24 +00004995
4996 /* enable receives in the hardware */
4997 ew32(RCTL, rctl | E1000_RCTL_EN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004998
Joe Perches1dc32912008-07-11 15:17:08 -07004999 if (hw->mac_type >= e1000_82540) {
5000 ctrl = er32(CTRL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005001 /* advertise wake from D3Cold */
5002 #define E1000_CTRL_ADVD3WUC 0x00100000
5003 /* phy power management enable */
5004 #define E1000_CTRL_EN_PHY_PWR_MGMT 0x00200000
5005 ctrl |= E1000_CTRL_ADVD3WUC |
5006 E1000_CTRL_EN_PHY_PWR_MGMT;
Joe Perches1dc32912008-07-11 15:17:08 -07005007 ew32(CTRL, ctrl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005008 }
5009
Joe Perches1dc32912008-07-11 15:17:08 -07005010 if (hw->media_type == e1000_media_type_fiber ||
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00005011 hw->media_type == e1000_media_type_internal_serdes) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005012 /* keep the laser running in D3 */
Joe Perches1dc32912008-07-11 15:17:08 -07005013 ctrl_ext = er32(CTRL_EXT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005014 ctrl_ext |= E1000_CTRL_EXT_SDP7_DATA;
Joe Perches1dc32912008-07-11 15:17:08 -07005015 ew32(CTRL_EXT, ctrl_ext);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005016 }
5017
Joe Perches1dc32912008-07-11 15:17:08 -07005018 ew32(WUC, E1000_WUC_PME_EN);
5019 ew32(WUFC, wufc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005020 } else {
Joe Perches1dc32912008-07-11 15:17:08 -07005021 ew32(WUC, 0);
5022 ew32(WUFC, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005023 }
5024
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005025 e1000_release_manageability(adapter);
5026
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00005027 *enable_wake = !!wufc;
5028
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005029 /* make sure adapter isn't asleep if manageability is enabled */
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00005030 if (adapter->en_mng_pt)
5031 *enable_wake = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005032
Auke Kokedd106f2006-11-06 08:57:12 -08005033 if (netif_running(netdev))
5034 e1000_free_irq(adapter);
5035
Linus Torvalds1da177e2005-04-16 15:20:36 -07005036 pci_disable_device(pdev);
Jeff Kirsher240b1712006-01-12 16:51:28 -08005037
Linus Torvalds1da177e2005-04-16 15:20:36 -07005038 return 0;
5039}
5040
Jesse Brandeburg2f826652006-01-18 13:01:34 -08005041#ifdef CONFIG_PM
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00005042static int e1000_suspend(struct pci_dev *pdev, pm_message_t state)
5043{
5044 int retval;
5045 bool wake;
5046
5047 retval = __e1000_shutdown(pdev, &wake);
5048 if (retval)
5049 return retval;
5050
5051 if (wake) {
5052 pci_prepare_to_sleep(pdev);
5053 } else {
5054 pci_wake_from_d3(pdev, false);
5055 pci_set_power_state(pdev, PCI_D3hot);
5056 }
5057
5058 return 0;
5059}
5060
Joe Perches64798842008-07-11 15:17:02 -07005061static int e1000_resume(struct pci_dev *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005062{
5063 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07005064 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07005065 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07005066 u32 err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005067
Auke Kokd0e027d2006-04-14 19:04:40 -07005068 pci_set_power_state(pdev, PCI_D0);
Kok, Auke1d33e9c2007-02-16 14:39:28 -08005069 pci_restore_state(pdev);
Nick Nunleydbb5aae2010-02-03 14:49:48 +00005070 pci_save_state(pdev);
Taku Izumi81250292008-07-11 15:17:44 -07005071
5072 if (adapter->need_ioport)
5073 err = pci_enable_device(pdev);
5074 else
5075 err = pci_enable_device_mem(pdev);
Joe Perchesc7be73b2008-07-11 15:17:28 -07005076 if (err) {
Emil Tantilov675ad472010-04-27 14:02:58 +00005077 pr_err("Cannot enable PCI device from suspend\n");
Auke Kok3d1dd8c2006-08-28 14:56:27 -07005078 return err;
5079 }
Malli Chilakalaa4cb8472005-04-28 19:41:28 -07005080 pci_set_master(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005081
Auke Kokd0e027d2006-04-14 19:04:40 -07005082 pci_enable_wake(pdev, PCI_D3hot, 0);
5083 pci_enable_wake(pdev, PCI_D3cold, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005084
Joe Perchesc7be73b2008-07-11 15:17:28 -07005085 if (netif_running(netdev)) {
5086 err = e1000_request_irq(adapter);
5087 if (err)
5088 return err;
5089 }
Auke Kokedd106f2006-11-06 08:57:12 -08005090
5091 e1000_power_up_phy(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005092 e1000_reset(adapter);
Joe Perches1dc32912008-07-11 15:17:08 -07005093 ew32(WUS, ~0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005094
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005095 e1000_init_manageability(adapter);
5096
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005097 if (netif_running(netdev))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005098 e1000_up(adapter);
5099
5100 netif_device_attach(netdev);
5101
Linus Torvalds1da177e2005-04-16 15:20:36 -07005102 return 0;
5103}
5104#endif
Auke Kokc653e632006-05-23 13:35:57 -07005105
5106static void e1000_shutdown(struct pci_dev *pdev)
5107{
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00005108 bool wake;
5109
5110 __e1000_shutdown(pdev, &wake);
5111
5112 if (system_state == SYSTEM_POWER_OFF) {
5113 pci_wake_from_d3(pdev, wake);
5114 pci_set_power_state(pdev, PCI_D3hot);
5115 }
Auke Kokc653e632006-05-23 13:35:57 -07005116}
5117
Linus Torvalds1da177e2005-04-16 15:20:36 -07005118#ifdef CONFIG_NET_POLL_CONTROLLER
Jeff Kirsher6cfbd972013-02-09 12:49:21 +00005119/* Polling 'interrupt' - used by things like netconsole to send skbs
Linus Torvalds1da177e2005-04-16 15:20:36 -07005120 * without having to re-enable interrupts. It's not called while
5121 * the interrupt routine is executing.
5122 */
Joe Perches64798842008-07-11 15:17:02 -07005123static void e1000_netpoll(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005124{
Malli Chilakala60490fe2005-06-17 17:41:45 -07005125 struct e1000_adapter *adapter = netdev_priv(netdev);
Auke Kokd3d9e482006-07-14 16:14:23 -07005126
Linus Torvalds1da177e2005-04-16 15:20:36 -07005127 disable_irq(adapter->pdev->irq);
David Howells7d12e782006-10-05 14:55:46 +01005128 e1000_intr(adapter->pdev->irq, netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005129 enable_irq(adapter->pdev->irq);
5130}
5131#endif
5132
Auke Kok90267292006-06-08 09:30:24 -07005133/**
5134 * e1000_io_error_detected - called when PCI error is detected
5135 * @pdev: Pointer to PCI device
Jesse Brandeburg120a5d02009-09-25 15:19:46 -07005136 * @state: The current pci connection state
Auke Kok90267292006-06-08 09:30:24 -07005137 *
5138 * This function is called after a PCI bus error affecting
5139 * this device has been detected.
5140 */
Joe Perches64798842008-07-11 15:17:02 -07005141static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev,
5142 pci_channel_state_t state)
Auke Kok90267292006-06-08 09:30:24 -07005143{
5144 struct net_device *netdev = pci_get_drvdata(pdev);
Wang Chen4cf16532008-11-12 23:38:14 -08005145 struct e1000_adapter *adapter = netdev_priv(netdev);
Auke Kok90267292006-06-08 09:30:24 -07005146
5147 netif_device_detach(netdev);
5148
Andre Detscheab63302009-06-30 12:46:13 +00005149 if (state == pci_channel_io_perm_failure)
5150 return PCI_ERS_RESULT_DISCONNECT;
5151
Auke Kok90267292006-06-08 09:30:24 -07005152 if (netif_running(netdev))
5153 e1000_down(adapter);
Linas Vepstas72e8d6b2006-09-18 20:58:06 -07005154 pci_disable_device(pdev);
Auke Kok90267292006-06-08 09:30:24 -07005155
5156 /* Request a slot slot reset. */
5157 return PCI_ERS_RESULT_NEED_RESET;
5158}
5159
5160/**
5161 * e1000_io_slot_reset - called after the pci bus has been reset.
5162 * @pdev: Pointer to PCI device
5163 *
5164 * Restart the card from scratch, as if from a cold-boot. Implementation
5165 * resembles the first-half of the e1000_resume routine.
5166 */
5167static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev)
5168{
5169 struct net_device *netdev = pci_get_drvdata(pdev);
Wang Chen4cf16532008-11-12 23:38:14 -08005170 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07005171 struct e1000_hw *hw = &adapter->hw;
Taku Izumi81250292008-07-11 15:17:44 -07005172 int err;
Auke Kok90267292006-06-08 09:30:24 -07005173
Taku Izumi81250292008-07-11 15:17:44 -07005174 if (adapter->need_ioport)
5175 err = pci_enable_device(pdev);
5176 else
5177 err = pci_enable_device_mem(pdev);
5178 if (err) {
Emil Tantilov675ad472010-04-27 14:02:58 +00005179 pr_err("Cannot re-enable PCI device after reset.\n");
Auke Kok90267292006-06-08 09:30:24 -07005180 return PCI_ERS_RESULT_DISCONNECT;
5181 }
5182 pci_set_master(pdev);
5183
Linas Vepstasdbf38c92006-09-27 12:54:11 -07005184 pci_enable_wake(pdev, PCI_D3hot, 0);
5185 pci_enable_wake(pdev, PCI_D3cold, 0);
Auke Kok90267292006-06-08 09:30:24 -07005186
Auke Kok90267292006-06-08 09:30:24 -07005187 e1000_reset(adapter);
Joe Perches1dc32912008-07-11 15:17:08 -07005188 ew32(WUS, ~0);
Auke Kok90267292006-06-08 09:30:24 -07005189
5190 return PCI_ERS_RESULT_RECOVERED;
5191}
5192
5193/**
5194 * e1000_io_resume - called when traffic can start flowing again.
5195 * @pdev: Pointer to PCI device
5196 *
5197 * This callback is called when the error recovery driver tells us that
5198 * its OK to resume normal operation. Implementation resembles the
5199 * second-half of the e1000_resume routine.
5200 */
5201static void e1000_io_resume(struct pci_dev *pdev)
5202{
5203 struct net_device *netdev = pci_get_drvdata(pdev);
Wang Chen4cf16532008-11-12 23:38:14 -08005204 struct e1000_adapter *adapter = netdev_priv(netdev);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005205
5206 e1000_init_manageability(adapter);
Auke Kok90267292006-06-08 09:30:24 -07005207
5208 if (netif_running(netdev)) {
5209 if (e1000_up(adapter)) {
Emil Tantilov675ad472010-04-27 14:02:58 +00005210 pr_info("can't bring device back up after reset\n");
Auke Kok90267292006-06-08 09:30:24 -07005211 return;
5212 }
5213 }
5214
5215 netif_device_attach(netdev);
Auke Kok90267292006-06-08 09:30:24 -07005216}
5217
Linus Torvalds1da177e2005-04-16 15:20:36 -07005218/* e1000_main.c */