blob: bd1d28f4cc9afd9905453523782151c84e13f83f [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);
114static void __devexit 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 Pirko8e586132011-12-08 19:52:37 -0500167static int e1000_vlan_rx_add_vid(struct net_device *netdev, u16 vid);
168static int e1000_vlan_rx_kill_vid(struct net_device *netdev, u16 vid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169static void e1000_restore_vlan(struct e1000_adapter *adapter);
170
Auke Kok6fdfef12006-06-27 09:06:36 -0700171#ifdef CONFIG_PM
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +0000172static int e1000_suspend(struct pci_dev *pdev, pm_message_t state);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173static int e1000_resume(struct pci_dev *pdev);
174#endif
Auke Kokc653e632006-05-23 13:35:57 -0700175static void e1000_shutdown(struct pci_dev *pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176
177#ifdef CONFIG_NET_POLL_CONTROLLER
178/* for netdump / net console */
179static void e1000_netpoll (struct net_device *netdev);
180#endif
181
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100182#define COPYBREAK_DEFAULT 256
183static unsigned int copybreak __read_mostly = COPYBREAK_DEFAULT;
184module_param(copybreak, uint, 0644);
185MODULE_PARM_DESC(copybreak,
186 "Maximum size of packet that is copied to a new buffer on receive");
187
Auke Kok90267292006-06-08 09:30:24 -0700188static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev,
189 pci_channel_state_t state);
190static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev);
191static void e1000_io_resume(struct pci_dev *pdev);
192
193static struct pci_error_handlers e1000_err_handler = {
194 .error_detected = e1000_io_error_detected,
195 .slot_reset = e1000_io_slot_reset,
196 .resume = e1000_io_resume,
197};
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -0400198
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199static struct pci_driver e1000_driver = {
200 .name = e1000_driver_name,
201 .id_table = e1000_pci_tbl,
202 .probe = e1000_probe,
203 .remove = __devexit_p(e1000_remove),
Auke Kokc4e24f02006-09-27 12:53:19 -0700204#ifdef CONFIG_PM
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300205 /* Power Management Hooks */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206 .suspend = e1000_suspend,
Auke Kokc653e632006-05-23 13:35:57 -0700207 .resume = e1000_resume,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208#endif
Auke Kok90267292006-06-08 09:30:24 -0700209 .shutdown = e1000_shutdown,
210 .err_handler = &e1000_err_handler
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211};
212
213MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>");
214MODULE_DESCRIPTION("Intel(R) PRO/1000 Network Driver");
215MODULE_LICENSE("GPL");
216MODULE_VERSION(DRV_VERSION);
217
218static int debug = NETIF_MSG_DRV | NETIF_MSG_PROBE;
219module_param(debug, int, 0);
220MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)");
221
222/**
Emil Tantilov675ad472010-04-27 14:02:58 +0000223 * e1000_get_hw_dev - return device
224 * used by hardware layer to print debugging information
225 *
226 **/
227struct net_device *e1000_get_hw_dev(struct e1000_hw *hw)
228{
229 struct e1000_adapter *adapter = hw->back;
230 return adapter->netdev;
231}
232
233/**
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234 * e1000_init_module - Driver Registration Routine
235 *
236 * e1000_init_module is the first routine called when the driver is
237 * loaded. All it does is register with the PCI subsystem.
238 **/
239
Joe Perches64798842008-07-11 15:17:02 -0700240static int __init e1000_init_module(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241{
242 int ret;
Emil Tantilov675ad472010-04-27 14:02:58 +0000243 pr_info("%s - version %s\n", e1000_driver_string, e1000_driver_version);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244
Emil Tantilov675ad472010-04-27 14:02:58 +0000245 pr_info("%s\n", e1000_copyright);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700246
Jeff Garzik29917622006-08-19 17:48:59 -0400247 ret = pci_register_driver(&e1000_driver);
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100248 if (copybreak != COPYBREAK_DEFAULT) {
249 if (copybreak == 0)
Emil Tantilov675ad472010-04-27 14:02:58 +0000250 pr_info("copybreak disabled\n");
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100251 else
Emil Tantilov675ad472010-04-27 14:02:58 +0000252 pr_info("copybreak enabled for "
253 "packets <= %u bytes\n", copybreak);
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100254 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700255 return ret;
256}
257
258module_init(e1000_init_module);
259
260/**
261 * e1000_exit_module - Driver Exit Cleanup Routine
262 *
263 * e1000_exit_module is called just before the driver is removed
264 * from memory.
265 **/
266
Joe Perches64798842008-07-11 15:17:02 -0700267static void __exit e1000_exit_module(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269 pci_unregister_driver(&e1000_driver);
270}
271
272module_exit(e1000_exit_module);
273
Auke Kok2db10a02006-06-27 09:06:28 -0700274static int e1000_request_irq(struct e1000_adapter *adapter)
275{
276 struct net_device *netdev = adapter->netdev;
Al Viro3e188262007-12-11 19:49:39 +0000277 irq_handler_t handler = e1000_intr;
Auke Koke94bd232007-05-16 01:49:46 -0700278 int irq_flags = IRQF_SHARED;
279 int err;
Auke Kok2db10a02006-06-27 09:06:28 -0700280
Auke Koke94bd232007-05-16 01:49:46 -0700281 err = request_irq(adapter->pdev->irq, handler, irq_flags, netdev->name,
282 netdev);
283 if (err) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -0700284 e_err(probe, "Unable to allocate interrupt Error: %d\n", err);
Auke Koke94bd232007-05-16 01:49:46 -0700285 }
Auke Kok2db10a02006-06-27 09:06:28 -0700286
287 return err;
288}
289
290static void e1000_free_irq(struct e1000_adapter *adapter)
291{
292 struct net_device *netdev = adapter->netdev;
293
294 free_irq(adapter->pdev->irq, netdev);
Auke Kok2db10a02006-06-27 09:06:28 -0700295}
296
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297/**
298 * e1000_irq_disable - Mask off interrupt generation on the NIC
299 * @adapter: board private structure
300 **/
301
Joe Perches64798842008-07-11 15:17:02 -0700302static void e1000_irq_disable(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700303{
Joe Perches1dc32912008-07-11 15:17:08 -0700304 struct e1000_hw *hw = &adapter->hw;
305
306 ew32(IMC, ~0);
307 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308 synchronize_irq(adapter->pdev->irq);
309}
310
311/**
312 * e1000_irq_enable - Enable default interrupt generation settings
313 * @adapter: board private structure
314 **/
315
Joe Perches64798842008-07-11 15:17:02 -0700316static void e1000_irq_enable(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317{
Joe Perches1dc32912008-07-11 15:17:08 -0700318 struct e1000_hw *hw = &adapter->hw;
319
320 ew32(IMS, IMS_ENABLE_MASK);
321 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322}
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100323
Joe Perches64798842008-07-11 15:17:02 -0700324static void e1000_update_mng_vlan(struct e1000_adapter *adapter)
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700325{
Joe Perches1dc32912008-07-11 15:17:08 -0700326 struct e1000_hw *hw = &adapter->hw;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700327 struct net_device *netdev = adapter->netdev;
Joe Perches1dc32912008-07-11 15:17:08 -0700328 u16 vid = hw->mng_cookie.vlan_id;
Joe Perches406874a2008-04-03 10:06:32 -0700329 u16 old_vid = adapter->mng_vlan_id;
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800330
Jiri Pirko5622e402011-07-21 03:26:31 +0000331 if (!e1000_vlan_used(adapter))
332 return;
333
334 if (!test_bit(vid, adapter->active_vlans)) {
335 if (hw->mng_cookie.status &
336 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) {
337 e1000_vlan_rx_add_vid(netdev, vid);
Jeff Kirsherc5f226f2006-03-02 18:17:55 -0800338 adapter->mng_vlan_id = vid;
Jiri Pirko5622e402011-07-21 03:26:31 +0000339 } else {
340 adapter->mng_vlan_id = E1000_MNG_VLAN_NONE;
341 }
342 if ((old_vid != (u16)E1000_MNG_VLAN_NONE) &&
343 (vid != old_vid) &&
344 !test_bit(old_vid, adapter->active_vlans))
345 e1000_vlan_rx_kill_vid(netdev, old_vid);
346 } else {
347 adapter->mng_vlan_id = vid;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700348 }
349}
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800350
Joe Perches64798842008-07-11 15:17:02 -0700351static void e1000_init_manageability(struct e1000_adapter *adapter)
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500352{
Joe Perches1dc32912008-07-11 15:17:08 -0700353 struct e1000_hw *hw = &adapter->hw;
354
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500355 if (adapter->en_mng_pt) {
Joe Perches1dc32912008-07-11 15:17:08 -0700356 u32 manc = er32(MANC);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500357
358 /* disable hardware interception of ARP */
359 manc &= ~(E1000_MANC_ARP_EN);
360
Joe Perches1dc32912008-07-11 15:17:08 -0700361 ew32(MANC, manc);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500362 }
363}
364
Joe Perches64798842008-07-11 15:17:02 -0700365static void e1000_release_manageability(struct e1000_adapter *adapter)
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500366{
Joe Perches1dc32912008-07-11 15:17:08 -0700367 struct e1000_hw *hw = &adapter->hw;
368
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500369 if (adapter->en_mng_pt) {
Joe Perches1dc32912008-07-11 15:17:08 -0700370 u32 manc = er32(MANC);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500371
372 /* re-enable hardware interception of ARP */
373 manc |= E1000_MANC_ARP_EN;
374
Joe Perches1dc32912008-07-11 15:17:08 -0700375 ew32(MANC, manc);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500376 }
377}
378
Auke Koke0aac5a2007-03-06 08:57:21 -0800379/**
380 * e1000_configure - configure the hardware for RX and TX
381 * @adapter = private board structure
382 **/
383static void e1000_configure(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700384{
385 struct net_device *netdev = adapter->netdev;
Auke Kok2db10a02006-06-27 09:06:28 -0700386 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387
Patrick McHardydb0ce502007-11-13 20:54:59 -0800388 e1000_set_rx_mode(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389
390 e1000_restore_vlan(adapter);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500391 e1000_init_manageability(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392
393 e1000_configure_tx(adapter);
394 e1000_setup_rctl(adapter);
395 e1000_configure_rx(adapter);
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800396 /* call E1000_DESC_UNUSED which always leaves
397 * at least 1 descriptor unused to make sure
398 * next_to_use != next_to_clean */
Jeff Kirsherf56799e2006-01-12 16:50:39 -0800399 for (i = 0; i < adapter->num_rx_queues; i++) {
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800400 struct e1000_rx_ring *ring = &adapter->rx_ring[i];
Jeff Kirshera292ca62006-01-12 16:51:30 -0800401 adapter->alloc_rx_buf(adapter, ring,
402 E1000_DESC_UNUSED(ring));
Jeff Kirsherf56799e2006-01-12 16:50:39 -0800403 }
Auke Koke0aac5a2007-03-06 08:57:21 -0800404}
Jeff Kirsher7bfa4812006-01-12 16:50:41 -0800405
Auke Koke0aac5a2007-03-06 08:57:21 -0800406int e1000_up(struct e1000_adapter *adapter)
407{
Joe Perches1dc32912008-07-11 15:17:08 -0700408 struct e1000_hw *hw = &adapter->hw;
409
Auke Koke0aac5a2007-03-06 08:57:21 -0800410 /* hardware has been reset, we need to reload some things */
411 e1000_configure(adapter);
Malli Chilakala5de55622005-04-28 19:39:30 -0700412
Auke Kok1314bbf2006-09-27 12:54:02 -0700413 clear_bit(__E1000_DOWN, &adapter->flags);
414
Stephen Hemmingerbea33482007-10-03 16:41:36 -0700415 napi_enable(&adapter->napi);
Francois Romieuc3570ac2008-07-11 15:17:38 -0700416
Auke Koke0aac5a2007-03-06 08:57:21 -0800417 e1000_irq_enable(adapter);
418
Jesse Brandeburg4cb9be72009-04-21 18:42:05 +0000419 netif_wake_queue(adapter->netdev);
420
Jesse Brandeburg79f3d392006-12-15 10:42:34 +0100421 /* fire a link change interrupt to start the watchdog */
Joe Perches1dc32912008-07-11 15:17:08 -0700422 ew32(ICS, E1000_ICS_LSC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423 return 0;
424}
425
Auke Kok79f05bf2006-06-27 09:06:32 -0700426/**
427 * e1000_power_up_phy - restore link in case the phy was powered down
428 * @adapter: address of board private structure
429 *
430 * The phy may be powered down to save power and turn off link when the
431 * driver is unloaded and wake on lan is not enabled (among others)
432 * *** this routine MUST be followed by a call to e1000_reset ***
433 *
434 **/
435
Jesse Brandeburgd6582662006-08-16 13:31:33 -0700436void e1000_power_up_phy(struct e1000_adapter *adapter)
Auke Kok79f05bf2006-06-27 09:06:32 -0700437{
Joe Perches1dc32912008-07-11 15:17:08 -0700438 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -0700439 u16 mii_reg = 0;
Auke Kok79f05bf2006-06-27 09:06:32 -0700440
441 /* Just clear the power down bit to wake the phy back up */
Joe Perches1dc32912008-07-11 15:17:08 -0700442 if (hw->media_type == e1000_media_type_copper) {
Auke Kok79f05bf2006-06-27 09:06:32 -0700443 /* according to the manual, the phy will retain its
444 * settings across a power-down/up cycle */
Joe Perches1dc32912008-07-11 15:17:08 -0700445 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg);
Auke Kok79f05bf2006-06-27 09:06:32 -0700446 mii_reg &= ~MII_CR_POWER_DOWN;
Joe Perches1dc32912008-07-11 15:17:08 -0700447 e1000_write_phy_reg(hw, PHY_CTRL, mii_reg);
Auke Kok79f05bf2006-06-27 09:06:32 -0700448 }
449}
450
451static void e1000_power_down_phy(struct e1000_adapter *adapter)
452{
Joe Perches1dc32912008-07-11 15:17:08 -0700453 struct e1000_hw *hw = &adapter->hw;
454
Bruce Allan61c25052006-09-27 12:53:54 -0700455 /* Power down the PHY so no link is implied when interface is down *
Joe Perchesc3033b02008-03-21 11:06:25 -0700456 * The PHY cannot be powered down if any of the following is true *
Auke Kok79f05bf2006-06-27 09:06:32 -0700457 * (a) WoL is enabled
458 * (b) AMT is active
459 * (c) SoL/IDER session is active */
Joe Perches1dc32912008-07-11 15:17:08 -0700460 if (!adapter->wol && hw->mac_type >= e1000_82540 &&
461 hw->media_type == e1000_media_type_copper) {
Joe Perches406874a2008-04-03 10:06:32 -0700462 u16 mii_reg = 0;
Bruce Allan61c25052006-09-27 12:53:54 -0700463
Joe Perches1dc32912008-07-11 15:17:08 -0700464 switch (hw->mac_type) {
Bruce Allan61c25052006-09-27 12:53:54 -0700465 case e1000_82540:
466 case e1000_82545:
467 case e1000_82545_rev_3:
468 case e1000_82546:
Dirk Brandewie5377a412011-01-06 14:29:54 +0000469 case e1000_ce4100:
Bruce Allan61c25052006-09-27 12:53:54 -0700470 case e1000_82546_rev_3:
471 case e1000_82541:
472 case e1000_82541_rev_2:
473 case e1000_82547:
474 case e1000_82547_rev_2:
Joe Perches1dc32912008-07-11 15:17:08 -0700475 if (er32(MANC) & E1000_MANC_SMBUS_EN)
Bruce Allan61c25052006-09-27 12:53:54 -0700476 goto out;
477 break;
Bruce Allan61c25052006-09-27 12:53:54 -0700478 default:
479 goto out;
480 }
Joe Perches1dc32912008-07-11 15:17:08 -0700481 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg);
Auke Kok79f05bf2006-06-27 09:06:32 -0700482 mii_reg |= MII_CR_POWER_DOWN;
Joe Perches1dc32912008-07-11 15:17:08 -0700483 e1000_write_phy_reg(hw, PHY_CTRL, mii_reg);
Jesse Brandeburg4e0d8f7d2011-10-05 07:24:46 +0000484 msleep(1);
Auke Kok79f05bf2006-06-27 09:06:32 -0700485 }
Bruce Allan61c25052006-09-27 12:53:54 -0700486out:
487 return;
Auke Kok79f05bf2006-06-27 09:06:32 -0700488}
489
Jesse Brandeburga4010af2011-10-05 07:24:41 +0000490static void e1000_down_and_stop(struct e1000_adapter *adapter)
491{
492 set_bit(__E1000_DOWN, &adapter->flags);
493 cancel_work_sync(&adapter->reset_task);
494 cancel_delayed_work_sync(&adapter->watchdog_task);
495 cancel_delayed_work_sync(&adapter->phy_info_task);
496 cancel_delayed_work_sync(&adapter->fifo_stall_task);
497}
498
Joe Perches64798842008-07-11 15:17:02 -0700499void e1000_down(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500{
Jesse Brandeburga6c42322009-03-25 21:59:22 +0000501 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700502 struct net_device *netdev = adapter->netdev;
Jesse Brandeburga6c42322009-03-25 21:59:22 +0000503 u32 rctl, tctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504
Auke Kok1314bbf2006-09-27 12:54:02 -0700505
Jesse Brandeburga6c42322009-03-25 21:59:22 +0000506 /* disable receives in the hardware */
507 rctl = er32(RCTL);
508 ew32(RCTL, rctl & ~E1000_RCTL_EN);
509 /* flush and sleep below */
510
Jesse Brandeburg51851072009-09-25 12:17:01 +0000511 netif_tx_disable(netdev);
Jesse Brandeburga6c42322009-03-25 21:59:22 +0000512
513 /* disable transmits in the hardware */
514 tctl = er32(TCTL);
515 tctl &= ~E1000_TCTL_EN;
516 ew32(TCTL, tctl);
517 /* flush both disables and wait for them to finish */
518 E1000_WRITE_FLUSH();
519 msleep(10);
520
Stephen Hemmingerbea33482007-10-03 16:41:36 -0700521 napi_disable(&adapter->napi);
Francois Romieuc3570ac2008-07-11 15:17:38 -0700522
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523 e1000_irq_disable(adapter);
Jeff Kirsherc1605eb2006-03-02 18:16:38 -0800524
Anupam Chandaab088532010-11-21 09:54:21 -0800525 /*
526 * Setting DOWN must be after irq_disable to prevent
527 * a screaming interrupt. Setting DOWN also prevents
Jesse Brandeburga4010af2011-10-05 07:24:41 +0000528 * tasks from rescheduling.
Anupam Chandaab088532010-11-21 09:54:21 -0800529 */
Jesse Brandeburga4010af2011-10-05 07:24:41 +0000530 e1000_down_and_stop(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531
Linus Torvalds1da177e2005-04-16 15:20:36 -0700532 adapter->link_speed = 0;
533 adapter->link_duplex = 0;
534 netif_carrier_off(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535
536 e1000_reset(adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400537 e1000_clean_all_tx_rings(adapter);
538 e1000_clean_all_rx_rings(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700539}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540
stephen hemminger38df7a32010-10-21 07:50:57 +0000541static void e1000_reinit_safe(struct e1000_adapter *adapter)
Jesse Brandeburg338c15e2010-09-22 18:22:42 +0000542{
543 while (test_and_set_bit(__E1000_RESETTING, &adapter->flags))
544 msleep(1);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +0000545 mutex_lock(&adapter->mutex);
Jesse Brandeburg338c15e2010-09-22 18:22:42 +0000546 e1000_down(adapter);
547 e1000_up(adapter);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +0000548 mutex_unlock(&adapter->mutex);
Jesse Brandeburg338c15e2010-09-22 18:22:42 +0000549 clear_bit(__E1000_RESETTING, &adapter->flags);
550}
551
Joe Perches64798842008-07-11 15:17:02 -0700552void e1000_reinit_locked(struct e1000_adapter *adapter)
Auke Kok2db10a02006-06-27 09:06:28 -0700553{
Jesse Brandeburg338c15e2010-09-22 18:22:42 +0000554 /* if rtnl_lock is not held the call path is bogus */
555 ASSERT_RTNL();
Auke Kok2db10a02006-06-27 09:06:28 -0700556 WARN_ON(in_interrupt());
557 while (test_and_set_bit(__E1000_RESETTING, &adapter->flags))
558 msleep(1);
559 e1000_down(adapter);
560 e1000_up(adapter);
561 clear_bit(__E1000_RESETTING, &adapter->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562}
563
Joe Perches64798842008-07-11 15:17:02 -0700564void e1000_reset(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565{
Joe Perches1dc32912008-07-11 15:17:08 -0700566 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -0700567 u32 pba = 0, tx_space, min_tx_space, min_rx_space;
Joe Perchesc3033b02008-03-21 11:06:25 -0700568 bool legacy_pba_adjust = false;
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000569 u16 hwm;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570
571 /* Repartition Pba for greater than 9k mtu
572 * To take effect CTRL.RST is required.
573 */
574
Joe Perches1dc32912008-07-11 15:17:08 -0700575 switch (hw->mac_type) {
Bruce Allan018ea442006-12-15 10:39:45 +0100576 case e1000_82542_rev2_0:
577 case e1000_82542_rev2_1:
578 case e1000_82543:
579 case e1000_82544:
580 case e1000_82540:
581 case e1000_82541:
582 case e1000_82541_rev_2:
Joe Perchesc3033b02008-03-21 11:06:25 -0700583 legacy_pba_adjust = true;
Bruce Allan018ea442006-12-15 10:39:45 +0100584 pba = E1000_PBA_48K;
585 break;
586 case e1000_82545:
587 case e1000_82545_rev_3:
588 case e1000_82546:
Dirk Brandewie5377a412011-01-06 14:29:54 +0000589 case e1000_ce4100:
Bruce Allan018ea442006-12-15 10:39:45 +0100590 case e1000_82546_rev_3:
591 pba = E1000_PBA_48K;
592 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700593 case e1000_82547:
Malli Chilakala0e6ef3e2005-04-28 19:44:14 -0700594 case e1000_82547_rev_2:
Joe Perchesc3033b02008-03-21 11:06:25 -0700595 legacy_pba_adjust = true;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700596 pba = E1000_PBA_30K;
597 break;
Bruce Allan018ea442006-12-15 10:39:45 +0100598 case e1000_undefined:
599 case e1000_num_macs:
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700600 break;
601 }
602
Joe Perchesc3033b02008-03-21 11:06:25 -0700603 if (legacy_pba_adjust) {
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000604 if (hw->max_frame_size > E1000_RXBUFFER_8192)
Bruce Allan018ea442006-12-15 10:39:45 +0100605 pba -= 8; /* allocate more FIFO for Tx */
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700606
Joe Perches1dc32912008-07-11 15:17:08 -0700607 if (hw->mac_type == e1000_82547) {
Bruce Allan018ea442006-12-15 10:39:45 +0100608 adapter->tx_fifo_head = 0;
609 adapter->tx_head_addr = pba << E1000_TX_HEAD_ADDR_SHIFT;
610 adapter->tx_fifo_size =
611 (E1000_PBA_40K - pba) << E1000_PBA_BYTES_SHIFT;
612 atomic_set(&adapter->tx_fifo_stall, 0);
613 }
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000614 } else if (hw->max_frame_size > ETH_FRAME_LEN + ETH_FCS_LEN) {
Bruce Allan018ea442006-12-15 10:39:45 +0100615 /* adjust PBA for jumbo frames */
Joe Perches1dc32912008-07-11 15:17:08 -0700616 ew32(PBA, pba);
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700617
Bruce Allan018ea442006-12-15 10:39:45 +0100618 /* To maintain wire speed transmits, the Tx FIFO should be
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000619 * large enough to accommodate two full transmit packets,
Bruce Allan018ea442006-12-15 10:39:45 +0100620 * rounded up to the next 1KB and expressed in KB. Likewise,
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000621 * the Rx FIFO should be large enough to accommodate at least
Bruce Allan018ea442006-12-15 10:39:45 +0100622 * one full receive packet and is similarly rounded up and
623 * expressed in KB. */
Joe Perches1dc32912008-07-11 15:17:08 -0700624 pba = er32(PBA);
Bruce Allan018ea442006-12-15 10:39:45 +0100625 /* upper 16 bits has Tx packet buffer allocation size in KB */
626 tx_space = pba >> 16;
627 /* lower 16 bits has Rx packet buffer allocation size in KB */
628 pba &= 0xffff;
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000629 /*
630 * the tx fifo also stores 16 bytes of information about the tx
631 * but don't include ethernet FCS because hardware appends it
632 */
633 min_tx_space = (hw->max_frame_size +
634 sizeof(struct e1000_tx_desc) -
635 ETH_FCS_LEN) * 2;
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -0700636 min_tx_space = ALIGN(min_tx_space, 1024);
Bruce Allan018ea442006-12-15 10:39:45 +0100637 min_tx_space >>= 10;
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000638 /* software strips receive CRC, so leave room for it */
639 min_rx_space = hw->max_frame_size;
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -0700640 min_rx_space = ALIGN(min_rx_space, 1024);
Bruce Allan018ea442006-12-15 10:39:45 +0100641 min_rx_space >>= 10;
642
643 /* If current Tx allocation is less than the min Tx FIFO size,
644 * and the min Tx FIFO size is less than the current Rx FIFO
645 * allocation, take space away from current Rx allocation */
646 if (tx_space < min_tx_space &&
647 ((min_tx_space - tx_space) < pba)) {
648 pba = pba - (min_tx_space - tx_space);
649
650 /* PCI/PCIx hardware has PBA alignment constraints */
Joe Perches1dc32912008-07-11 15:17:08 -0700651 switch (hw->mac_type) {
Bruce Allan018ea442006-12-15 10:39:45 +0100652 case e1000_82545 ... e1000_82546_rev_3:
653 pba &= ~(E1000_PBA_8K - 1);
654 break;
655 default:
656 break;
657 }
658
659 /* if short on rx space, rx wins and must trump tx
660 * adjustment or use Early Receive if available */
Jesse Brandeburg1532ece2009-09-25 12:16:14 +0000661 if (pba < min_rx_space)
662 pba = min_rx_space;
Bruce Allan018ea442006-12-15 10:39:45 +0100663 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700665
Joe Perches1dc32912008-07-11 15:17:08 -0700666 ew32(PBA, pba);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000668 /*
669 * flow control settings:
670 * The high water mark must be low enough to fit one full frame
671 * (or the size used for early receive) above it in the Rx FIFO.
672 * Set it to the lower of:
673 * - 90% of the Rx FIFO size, and
674 * - the full Rx FIFO size minus the early receive size (for parts
675 * with ERT support assuming ERT set to E1000_ERT_2048), or
676 * - the full Rx FIFO size minus one full frame
677 */
678 hwm = min(((pba << 10) * 9 / 10),
679 ((pba << 10) - hw->max_frame_size));
Jeff Kirsherf11b7f82006-01-12 16:50:51 -0800680
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000681 hw->fc_high_water = hwm & 0xFFF8; /* 8-byte granularity */
682 hw->fc_low_water = hw->fc_high_water - 8;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +0000683 hw->fc_pause_time = E1000_FC_PAUSE_TIME;
Joe Perches1dc32912008-07-11 15:17:08 -0700684 hw->fc_send_xon = 1;
685 hw->fc = hw->original_fc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700686
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700687 /* Allow time for pending master requests to run */
Joe Perches1dc32912008-07-11 15:17:08 -0700688 e1000_reset_hw(hw);
689 if (hw->mac_type >= e1000_82544)
690 ew32(WUC, 0);
Jeff Kirsher09ae3e82006-09-27 12:53:51 -0700691
Joe Perches1dc32912008-07-11 15:17:08 -0700692 if (e1000_init_hw(hw))
Emil Tantilovfeb8f472010-07-26 23:37:21 -0700693 e_dev_err("Hardware Error\n");
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700694 e1000_update_mng_vlan(adapter);
Jesse Brandeburg3d5460a2006-12-15 10:33:46 +0100695
696 /* if (adapter->hwflags & HWFLAGS_PHY_PWR_BIT) { */
Joe Perches1dc32912008-07-11 15:17:08 -0700697 if (hw->mac_type >= e1000_82544 &&
Joe Perches1dc32912008-07-11 15:17:08 -0700698 hw->autoneg == 1 &&
699 hw->autoneg_advertised == ADVERTISE_1000_FULL) {
700 u32 ctrl = er32(CTRL);
Jesse Brandeburg3d5460a2006-12-15 10:33:46 +0100701 /* clear phy power management bit if we are in gig only mode,
702 * which if enabled will attempt negotiation to 100Mb, which
703 * can cause a loss of link at power off or driver unload */
704 ctrl &= ~E1000_CTRL_SWDPIN3;
Joe Perches1dc32912008-07-11 15:17:08 -0700705 ew32(CTRL, ctrl);
Jesse Brandeburg3d5460a2006-12-15 10:33:46 +0100706 }
707
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708 /* Enable h/w to recognize an 802.1Q VLAN Ethernet packet */
Joe Perches1dc32912008-07-11 15:17:08 -0700709 ew32(VET, ETHERNET_IEEE_VLAN_TYPE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710
Joe Perches1dc32912008-07-11 15:17:08 -0700711 e1000_reset_adaptive(hw);
712 e1000_phy_get_info(hw, &adapter->phy_info);
Auke Kok9a53a202006-06-27 09:06:45 -0700713
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500714 e1000_release_manageability(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715}
716
717/**
Auke Kok67b3c272007-12-17 13:50:23 -0800718 * Dump the eeprom for users having checksum issues
719 **/
Adrian Bunkb4ea8952008-02-01 08:21:28 -0800720static void e1000_dump_eeprom(struct e1000_adapter *adapter)
Auke Kok67b3c272007-12-17 13:50:23 -0800721{
722 struct net_device *netdev = adapter->netdev;
723 struct ethtool_eeprom eeprom;
724 const struct ethtool_ops *ops = netdev->ethtool_ops;
725 u8 *data;
726 int i;
727 u16 csum_old, csum_new = 0;
728
729 eeprom.len = ops->get_eeprom_len(netdev);
730 eeprom.offset = 0;
731
732 data = kmalloc(eeprom.len, GFP_KERNEL);
Joe Perchese404dec2012-01-29 12:56:23 +0000733 if (!data)
Auke Kok67b3c272007-12-17 13:50:23 -0800734 return;
Auke Kok67b3c272007-12-17 13:50:23 -0800735
736 ops->get_eeprom(netdev, &eeprom, data);
737
738 csum_old = (data[EEPROM_CHECKSUM_REG * 2]) +
739 (data[EEPROM_CHECKSUM_REG * 2 + 1] << 8);
740 for (i = 0; i < EEPROM_CHECKSUM_REG * 2; i += 2)
741 csum_new += data[i] + (data[i + 1] << 8);
742 csum_new = EEPROM_SUM - csum_new;
743
Emil Tantilov675ad472010-04-27 14:02:58 +0000744 pr_err("/*********************/\n");
745 pr_err("Current EEPROM Checksum : 0x%04x\n", csum_old);
746 pr_err("Calculated : 0x%04x\n", csum_new);
Auke Kok67b3c272007-12-17 13:50:23 -0800747
Emil Tantilov675ad472010-04-27 14:02:58 +0000748 pr_err("Offset Values\n");
749 pr_err("======== ======\n");
Auke Kok67b3c272007-12-17 13:50:23 -0800750 print_hex_dump(KERN_ERR, "", DUMP_PREFIX_OFFSET, 16, 1, data, 128, 0);
751
Emil Tantilov675ad472010-04-27 14:02:58 +0000752 pr_err("Include this output when contacting your support provider.\n");
753 pr_err("This is not a software error! Something bad happened to\n");
754 pr_err("your hardware or EEPROM image. Ignoring this problem could\n");
755 pr_err("result in further problems, possibly loss of data,\n");
756 pr_err("corruption or system hangs!\n");
757 pr_err("The MAC Address will be reset to 00:00:00:00:00:00,\n");
758 pr_err("which is invalid and requires you to set the proper MAC\n");
759 pr_err("address manually before continuing to enable this network\n");
760 pr_err("device. Please inspect the EEPROM dump and report the\n");
761 pr_err("issue to your hardware vendor or Intel Customer Support.\n");
762 pr_err("/*********************/\n");
Auke Kok67b3c272007-12-17 13:50:23 -0800763
764 kfree(data);
765}
766
767/**
Taku Izumi81250292008-07-11 15:17:44 -0700768 * e1000_is_need_ioport - determine if an adapter needs ioport resources or not
769 * @pdev: PCI device information struct
770 *
771 * Return true if an adapter needs ioport resources
772 **/
773static int e1000_is_need_ioport(struct pci_dev *pdev)
774{
775 switch (pdev->device) {
776 case E1000_DEV_ID_82540EM:
777 case E1000_DEV_ID_82540EM_LOM:
778 case E1000_DEV_ID_82540EP:
779 case E1000_DEV_ID_82540EP_LOM:
780 case E1000_DEV_ID_82540EP_LP:
781 case E1000_DEV_ID_82541EI:
782 case E1000_DEV_ID_82541EI_MOBILE:
783 case E1000_DEV_ID_82541ER:
784 case E1000_DEV_ID_82541ER_LOM:
785 case E1000_DEV_ID_82541GI:
786 case E1000_DEV_ID_82541GI_LF:
787 case E1000_DEV_ID_82541GI_MOBILE:
788 case E1000_DEV_ID_82544EI_COPPER:
789 case E1000_DEV_ID_82544EI_FIBER:
790 case E1000_DEV_ID_82544GC_COPPER:
791 case E1000_DEV_ID_82544GC_LOM:
792 case E1000_DEV_ID_82545EM_COPPER:
793 case E1000_DEV_ID_82545EM_FIBER:
794 case E1000_DEV_ID_82546EB_COPPER:
795 case E1000_DEV_ID_82546EB_FIBER:
796 case E1000_DEV_ID_82546EB_QUAD_COPPER:
797 return true;
798 default:
799 return false;
800 }
801}
802
Michał Mirosławc8f44af2011-11-15 15:29:55 +0000803static netdev_features_t e1000_fix_features(struct net_device *netdev,
804 netdev_features_t features)
Jiri Pirko5622e402011-07-21 03:26:31 +0000805{
806 /*
807 * Since there is no support for separate rx/tx vlan accel
808 * enable/disable make sure tx flag is always in same state as rx.
809 */
810 if (features & NETIF_F_HW_VLAN_RX)
811 features |= NETIF_F_HW_VLAN_TX;
812 else
813 features &= ~NETIF_F_HW_VLAN_TX;
814
815 return features;
816}
817
Michał Mirosławc8f44af2011-11-15 15:29:55 +0000818static int e1000_set_features(struct net_device *netdev,
819 netdev_features_t features)
Michał Mirosławe97d3202011-06-08 08:36:42 +0000820{
821 struct e1000_adapter *adapter = netdev_priv(netdev);
Michał Mirosławc8f44af2011-11-15 15:29:55 +0000822 netdev_features_t changed = features ^ netdev->features;
Michał Mirosławe97d3202011-06-08 08:36:42 +0000823
Jiri Pirko5622e402011-07-21 03:26:31 +0000824 if (changed & NETIF_F_HW_VLAN_RX)
825 e1000_vlan_mode(netdev, features);
826
Michał Mirosławe97d3202011-06-08 08:36:42 +0000827 if (!(changed & NETIF_F_RXCSUM))
828 return 0;
829
830 adapter->rx_csum = !!(features & NETIF_F_RXCSUM);
831
832 if (netif_running(netdev))
833 e1000_reinit_locked(adapter);
834 else
835 e1000_reset(adapter);
836
837 return 0;
838}
839
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800840static const struct net_device_ops e1000_netdev_ops = {
841 .ndo_open = e1000_open,
842 .ndo_stop = e1000_close,
Stephen Hemminger00829822008-11-20 20:14:53 -0800843 .ndo_start_xmit = e1000_xmit_frame,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800844 .ndo_get_stats = e1000_get_stats,
845 .ndo_set_rx_mode = e1000_set_rx_mode,
846 .ndo_set_mac_address = e1000_set_mac,
Jiri Pirko5622e402011-07-21 03:26:31 +0000847 .ndo_tx_timeout = e1000_tx_timeout,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800848 .ndo_change_mtu = e1000_change_mtu,
849 .ndo_do_ioctl = e1000_ioctl,
850 .ndo_validate_addr = eth_validate_addr,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800851 .ndo_vlan_rx_add_vid = e1000_vlan_rx_add_vid,
852 .ndo_vlan_rx_kill_vid = e1000_vlan_rx_kill_vid,
853#ifdef CONFIG_NET_POLL_CONTROLLER
854 .ndo_poll_controller = e1000_netpoll,
855#endif
Jiri Pirko5622e402011-07-21 03:26:31 +0000856 .ndo_fix_features = e1000_fix_features,
857 .ndo_set_features = e1000_set_features,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800858};
859
Taku Izumi81250292008-07-11 15:17:44 -0700860/**
Jesse Brandeburge508be12010-09-07 21:01:12 +0000861 * e1000_init_hw_struct - initialize members of hw struct
862 * @adapter: board private struct
863 * @hw: structure used by e1000_hw.c
864 *
865 * Factors out initialization of the e1000_hw struct to its own function
866 * that can be called very early at init (just after struct allocation).
867 * Fields are initialized based on PCI device information and
868 * OS network device settings (MTU size).
869 * Returns negative error codes if MAC type setup fails.
870 */
871static int e1000_init_hw_struct(struct e1000_adapter *adapter,
872 struct e1000_hw *hw)
873{
874 struct pci_dev *pdev = adapter->pdev;
875
876 /* PCI config space info */
877 hw->vendor_id = pdev->vendor;
878 hw->device_id = pdev->device;
879 hw->subsystem_vendor_id = pdev->subsystem_vendor;
880 hw->subsystem_id = pdev->subsystem_device;
881 hw->revision_id = pdev->revision;
882
883 pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word);
884
885 hw->max_frame_size = adapter->netdev->mtu +
886 ENET_HEADER_SIZE + ETHERNET_FCS_SIZE;
887 hw->min_frame_size = MINIMUM_ETHERNET_FRAME_SIZE;
888
889 /* identify the MAC */
890 if (e1000_set_mac_type(hw)) {
891 e_err(probe, "Unknown MAC Type\n");
892 return -EIO;
893 }
894
895 switch (hw->mac_type) {
896 default:
897 break;
898 case e1000_82541:
899 case e1000_82547:
900 case e1000_82541_rev_2:
901 case e1000_82547_rev_2:
902 hw->phy_init_script = 1;
903 break;
904 }
905
906 e1000_set_media_type(hw);
907 e1000_get_bus_info(hw);
908
909 hw->wait_autoneg_complete = false;
910 hw->tbi_compatibility_en = true;
911 hw->adaptive_ifs = true;
912
913 /* Copper options */
914
915 if (hw->media_type == e1000_media_type_copper) {
916 hw->mdix = AUTO_ALL_MODES;
917 hw->disable_polarity_correction = false;
918 hw->master_slave = E1000_MASTER_SLAVE;
919 }
920
921 return 0;
922}
923
924/**
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925 * e1000_probe - Device Initialization Routine
926 * @pdev: PCI device information struct
927 * @ent: entry in e1000_pci_tbl
928 *
929 * Returns 0 on success, negative on failure
930 *
931 * e1000_probe initializes an adapter identified by a pci_dev structure.
932 * The OS initialization, configuring of the adapter private structure,
933 * and a hardware reset occur.
934 **/
Joe Perches1dc32912008-07-11 15:17:08 -0700935static int __devinit e1000_probe(struct pci_dev *pdev,
936 const struct pci_device_id *ent)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937{
938 struct net_device *netdev;
939 struct e1000_adapter *adapter;
Joe Perches1dc32912008-07-11 15:17:08 -0700940 struct e1000_hw *hw;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700941
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942 static int cards_found = 0;
Jesse Brandeburg120cd572006-08-31 14:27:46 -0700943 static int global_quad_port_a = 0; /* global ksp3 port a indication */
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700944 int i, err, pci_using_dac;
Joe Perches406874a2008-04-03 10:06:32 -0700945 u16 eeprom_data = 0;
Dirk Brandewie5377a412011-01-06 14:29:54 +0000946 u16 tmp = 0;
Joe Perches406874a2008-04-03 10:06:32 -0700947 u16 eeprom_apme_mask = E1000_EEPROM_APME;
Taku Izumi81250292008-07-11 15:17:44 -0700948 int bars, need_ioport;
Joe Perches0795af52007-10-03 17:59:30 -0700949
Taku Izumi81250292008-07-11 15:17:44 -0700950 /* do not allocate ioport bars when not needed */
951 need_ioport = e1000_is_need_ioport(pdev);
952 if (need_ioport) {
953 bars = pci_select_bars(pdev, IORESOURCE_MEM | IORESOURCE_IO);
954 err = pci_enable_device(pdev);
955 } else {
956 bars = pci_select_bars(pdev, IORESOURCE_MEM);
Karsten Keil4d7155b2009-02-03 15:18:01 -0800957 err = pci_enable_device_mem(pdev);
Taku Izumi81250292008-07-11 15:17:44 -0700958 }
Joe Perchesc7be73b2008-07-11 15:17:28 -0700959 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960 return err;
961
Taku Izumi81250292008-07-11 15:17:44 -0700962 err = pci_request_selected_regions(pdev, bars, e1000_driver_name);
Joe Perchesc7be73b2008-07-11 15:17:28 -0700963 if (err)
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700964 goto err_pci_reg;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965
966 pci_set_master(pdev);
Nick Nunleydbb5aae2010-02-03 14:49:48 +0000967 err = pci_save_state(pdev);
968 if (err)
969 goto err_alloc_etherdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700971 err = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972 netdev = alloc_etherdev(sizeof(struct e1000_adapter));
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700973 if (!netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974 goto err_alloc_etherdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976 SET_NETDEV_DEV(netdev, &pdev->dev);
977
978 pci_set_drvdata(pdev, netdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -0700979 adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980 adapter->netdev = netdev;
981 adapter->pdev = pdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982 adapter->msg_enable = (1 << debug) - 1;
Taku Izumi81250292008-07-11 15:17:44 -0700983 adapter->bars = bars;
984 adapter->need_ioport = need_ioport;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985
Joe Perches1dc32912008-07-11 15:17:08 -0700986 hw = &adapter->hw;
987 hw->back = adapter;
988
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700989 err = -EIO;
Arjan van de Ven275f1652008-10-20 21:42:39 -0700990 hw->hw_addr = pci_ioremap_bar(pdev, BAR_0);
Joe Perches1dc32912008-07-11 15:17:08 -0700991 if (!hw->hw_addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992 goto err_ioremap;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993
Taku Izumi81250292008-07-11 15:17:44 -0700994 if (adapter->need_ioport) {
995 for (i = BAR_1; i <= BAR_5; i++) {
996 if (pci_resource_len(pdev, i) == 0)
997 continue;
998 if (pci_resource_flags(pdev, i) & IORESOURCE_IO) {
999 hw->io_base = pci_resource_start(pdev, i);
1000 break;
1001 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002 }
1003 }
1004
Jesse Brandeburge508be12010-09-07 21:01:12 +00001005 /* make ready for any if (hw->...) below */
1006 err = e1000_init_hw_struct(adapter, hw);
1007 if (err)
1008 goto err_sw_init;
1009
1010 /*
1011 * there is a workaround being applied below that limits
1012 * 64-bit DMA addresses to 64-bit hardware. There are some
1013 * 32-bit adapters that Tx hang when given 64-bit DMA addresses
1014 */
1015 pci_using_dac = 0;
1016 if ((hw->bus_type == e1000_bus_type_pcix) &&
1017 !dma_set_mask(&pdev->dev, DMA_BIT_MASK(64))) {
1018 /*
1019 * according to DMA-API-HOWTO, coherent calls will always
1020 * succeed if the set call did
1021 */
1022 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64));
1023 pci_using_dac = 1;
Jesse Brandeburge508be12010-09-07 21:01:12 +00001024 } else {
Dean Nelson19a0b672010-11-11 05:50:25 +00001025 err = dma_set_mask(&pdev->dev, DMA_BIT_MASK(32));
1026 if (err) {
1027 pr_err("No usable DMA config, aborting\n");
1028 goto err_dma;
1029 }
1030 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32));
Jesse Brandeburge508be12010-09-07 21:01:12 +00001031 }
1032
Stephen Hemminger0e7614b2008-11-19 22:18:22 -08001033 netdev->netdev_ops = &e1000_netdev_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034 e1000_set_ethtool_ops(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035 netdev->watchdog_timeo = 5 * HZ;
Stephen Hemmingerbea33482007-10-03 16:41:36 -07001036 netif_napi_add(netdev, &adapter->napi, e1000_clean, 64);
Stephen Hemminger0e7614b2008-11-19 22:18:22 -08001037
Auke Kok0eb5a342006-09-27 12:53:17 -07001038 strncpy(netdev->name, pci_name(pdev), sizeof(netdev->name) - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040 adapter->bd_number = cards_found;
1041
1042 /* setup the private structure */
1043
Joe Perchesc7be73b2008-07-11 15:17:28 -07001044 err = e1000_sw_init(adapter);
1045 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001046 goto err_sw_init;
1047
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001048 err = -EIO;
Dirk Brandewie5377a412011-01-06 14:29:54 +00001049 if (hw->mac_type == e1000_ce4100) {
Florian Fainelli13acde82012-01-04 20:23:35 +00001050 hw->ce4100_gbe_mdio_base_virt =
1051 ioremap(pci_resource_start(pdev, BAR_1),
Dirk Brandewie5377a412011-01-06 14:29:54 +00001052 pci_resource_len(pdev, BAR_1));
1053
Florian Fainelli13acde82012-01-04 20:23:35 +00001054 if (!hw->ce4100_gbe_mdio_base_virt)
Dirk Brandewie5377a412011-01-06 14:29:54 +00001055 goto err_mdio_ioremap;
1056 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001057
Joe Perches1dc32912008-07-11 15:17:08 -07001058 if (hw->mac_type >= e1000_82543) {
Michał Mirosławe97d3202011-06-08 08:36:42 +00001059 netdev->hw_features = NETIF_F_SG |
Jiri Pirko5622e402011-07-21 03:26:31 +00001060 NETIF_F_HW_CSUM |
1061 NETIF_F_HW_VLAN_RX;
Michał Mirosławe97d3202011-06-08 08:36:42 +00001062 netdev->features = NETIF_F_HW_VLAN_TX |
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063 NETIF_F_HW_VLAN_FILTER;
1064 }
1065
Joe Perches1dc32912008-07-11 15:17:08 -07001066 if ((hw->mac_type >= e1000_82544) &&
1067 (hw->mac_type != e1000_82547))
Michał Mirosławe97d3202011-06-08 08:36:42 +00001068 netdev->hw_features |= NETIF_F_TSO;
1069
Ben Greear11a78dc2012-02-11 15:40:01 +00001070 netdev->priv_flags |= IFF_SUPP_NOFCS;
1071
Michał Mirosławe97d3202011-06-08 08:36:42 +00001072 netdev->features |= netdev->hw_features;
1073 netdev->hw_features |= NETIF_F_RXCSUM;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001074
Yi Zou7b872a52010-09-22 17:57:58 +00001075 if (pci_using_dac) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001076 netdev->features |= NETIF_F_HIGHDMA;
Yi Zou7b872a52010-09-22 17:57:58 +00001077 netdev->vlan_features |= NETIF_F_HIGHDMA;
1078 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079
Patrick McHardy20501a62008-10-11 12:25:59 -07001080 netdev->vlan_features |= NETIF_F_TSO;
Patrick McHardy20501a62008-10-11 12:25:59 -07001081 netdev->vlan_features |= NETIF_F_HW_CSUM;
1082 netdev->vlan_features |= NETIF_F_SG;
1083
Jiri Pirko01789342011-08-16 06:29:00 +00001084 netdev->priv_flags |= IFF_UNICAST_FLT;
1085
Joe Perches1dc32912008-07-11 15:17:08 -07001086 adapter->en_mng_pt = e1000_enable_mng_pass_thru(hw);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001087
Auke Kokcd94dd02006-06-27 09:08:22 -07001088 /* initialize eeprom parameters */
Joe Perches1dc32912008-07-11 15:17:08 -07001089 if (e1000_init_eeprom_params(hw)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001090 e_err(probe, "EEPROM initialization failed\n");
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001091 goto err_eeprom;
Auke Kokcd94dd02006-06-27 09:08:22 -07001092 }
1093
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001094 /* before reading the EEPROM, reset the controller to
Linus Torvalds1da177e2005-04-16 15:20:36 -07001095 * put the device in a known good starting state */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001096
Joe Perches1dc32912008-07-11 15:17:08 -07001097 e1000_reset_hw(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098
1099 /* make sure the EEPROM is good */
Joe Perches1dc32912008-07-11 15:17:08 -07001100 if (e1000_validate_eeprom_checksum(hw) < 0) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001101 e_err(probe, "The EEPROM Checksum Is Not Valid\n");
Auke Kok67b3c272007-12-17 13:50:23 -08001102 e1000_dump_eeprom(adapter);
1103 /*
1104 * set MAC address to all zeroes to invalidate and temporary
1105 * disable this device for the user. This blocks regular
1106 * traffic while still permitting ethtool ioctls from reaching
1107 * the hardware as well as allowing the user to run the
1108 * interface after manually setting a hw addr using
1109 * `ip set address`
1110 */
Joe Perches1dc32912008-07-11 15:17:08 -07001111 memset(hw->mac_addr, 0, netdev->addr_len);
Auke Kok67b3c272007-12-17 13:50:23 -08001112 } else {
1113 /* copy the MAC address out of the EEPROM */
Joe Perches1dc32912008-07-11 15:17:08 -07001114 if (e1000_read_mac_addr(hw))
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001115 e_err(probe, "EEPROM Read Error\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001116 }
Auke Kok67b3c272007-12-17 13:50:23 -08001117 /* don't block initalization here due to bad MAC address */
Joe Perches1dc32912008-07-11 15:17:08 -07001118 memcpy(netdev->dev_addr, hw->mac_addr, netdev->addr_len);
1119 memcpy(netdev->perm_addr, hw->mac_addr, netdev->addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001120
Auke Kok67b3c272007-12-17 13:50:23 -08001121 if (!is_valid_ether_addr(netdev->perm_addr))
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001122 e_err(probe, "Invalid MAC Address\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001123
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124
Jesse Brandeburga4010af2011-10-05 07:24:41 +00001125 INIT_DELAYED_WORK(&adapter->watchdog_task, e1000_watchdog);
1126 INIT_DELAYED_WORK(&adapter->fifo_stall_task,
1127 e1000_82547_tx_fifo_stall_task);
1128 INIT_DELAYED_WORK(&adapter->phy_info_task, e1000_update_phy_info_task);
David Howells65f27f32006-11-22 14:55:48 +00001129 INIT_WORK(&adapter->reset_task, e1000_reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001130
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131 e1000_check_options(adapter);
1132
1133 /* Initial Wake on LAN setting
1134 * If APM wake is enabled in the EEPROM,
1135 * enable the ACPI Magic Packet filter
1136 */
1137
Joe Perches1dc32912008-07-11 15:17:08 -07001138 switch (hw->mac_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001139 case e1000_82542_rev2_0:
1140 case e1000_82542_rev2_1:
1141 case e1000_82543:
1142 break;
1143 case e1000_82544:
Joe Perches1dc32912008-07-11 15:17:08 -07001144 e1000_read_eeprom(hw,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001145 EEPROM_INIT_CONTROL2_REG, 1, &eeprom_data);
1146 eeprom_apme_mask = E1000_EEPROM_82544_APM;
1147 break;
1148 case e1000_82546:
1149 case e1000_82546_rev_3:
Joe Perches1dc32912008-07-11 15:17:08 -07001150 if (er32(STATUS) & E1000_STATUS_FUNC_1){
1151 e1000_read_eeprom(hw,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001152 EEPROM_INIT_CONTROL3_PORT_B, 1, &eeprom_data);
1153 break;
1154 }
1155 /* Fall Through */
1156 default:
Joe Perches1dc32912008-07-11 15:17:08 -07001157 e1000_read_eeprom(hw,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001158 EEPROM_INIT_CONTROL3_PORT_A, 1, &eeprom_data);
1159 break;
1160 }
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001161 if (eeprom_data & eeprom_apme_mask)
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001162 adapter->eeprom_wol |= E1000_WUFC_MAG;
1163
1164 /* now that we have the eeprom settings, apply the special cases
1165 * where the eeprom may be wrong or the board simply won't support
1166 * wake on lan on a particular port */
1167 switch (pdev->device) {
1168 case E1000_DEV_ID_82546GB_PCIE:
1169 adapter->eeprom_wol = 0;
1170 break;
1171 case E1000_DEV_ID_82546EB_FIBER:
1172 case E1000_DEV_ID_82546GB_FIBER:
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001173 /* Wake events only supported on port A for dual fiber
1174 * regardless of eeprom setting */
Joe Perches1dc32912008-07-11 15:17:08 -07001175 if (er32(STATUS) & E1000_STATUS_FUNC_1)
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001176 adapter->eeprom_wol = 0;
1177 break;
1178 case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3:
1179 /* if quad port adapter, disable WoL on all but port A */
1180 if (global_quad_port_a != 0)
1181 adapter->eeprom_wol = 0;
1182 else
Rusty Russell3db1cd52011-12-19 13:56:45 +00001183 adapter->quad_port_a = true;
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001184 /* Reset for multiple quad port adapters */
1185 if (++global_quad_port_a == 4)
1186 global_quad_port_a = 0;
1187 break;
1188 }
1189
1190 /* initialize the wol settings based on the eeprom settings */
1191 adapter->wol = adapter->eeprom_wol;
\"Rafael J. Wysocki\de126482008-11-07 20:30:19 +00001192 device_set_wakeup_enable(&adapter->pdev->dev, adapter->wol);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001193
Dirk Brandewie5377a412011-01-06 14:29:54 +00001194 /* Auto detect PHY address */
1195 if (hw->mac_type == e1000_ce4100) {
1196 for (i = 0; i < 32; i++) {
1197 hw->phy_addr = i;
1198 e1000_read_phy_reg(hw, PHY_ID2, &tmp);
1199 if (tmp == 0 || tmp == 0xFF) {
1200 if (i == 31)
1201 goto err_eeprom;
1202 continue;
1203 } else
1204 break;
1205 }
1206 }
1207
Linus Torvalds1da177e2005-04-16 15:20:36 -07001208 /* reset the hardware with the new settings */
1209 e1000_reset(adapter);
1210
Auke Kok416b5d12007-06-01 10:22:39 -07001211 strcpy(netdev->name, "eth%d");
Joe Perchesc7be73b2008-07-11 15:17:28 -07001212 err = register_netdev(netdev);
1213 if (err)
Auke Kok416b5d12007-06-01 10:22:39 -07001214 goto err_register;
Auke Kok1314bbf2006-09-27 12:54:02 -07001215
Jiri Pirko5622e402011-07-21 03:26:31 +00001216 e1000_vlan_mode(netdev, netdev->features);
1217
Emil Tantilov675ad472010-04-27 14:02:58 +00001218 /* print bus type/speed/width info */
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001219 e_info(probe, "(PCI%s:%dMHz:%d-bit) %pM\n",
Joe Perches7837e582010-06-11 12:51:49 +00001220 ((hw->bus_type == e1000_bus_type_pcix) ? "-X" : ""),
1221 ((hw->bus_speed == e1000_bus_speed_133) ? 133 :
1222 (hw->bus_speed == e1000_bus_speed_120) ? 120 :
1223 (hw->bus_speed == e1000_bus_speed_100) ? 100 :
1224 (hw->bus_speed == e1000_bus_speed_66) ? 66 : 33),
1225 ((hw->bus_width == e1000_bus_width_64) ? 64 : 32),
1226 netdev->dev_addr);
Emil Tantilov675ad472010-04-27 14:02:58 +00001227
Jesse Brandeburgeb62efd2009-04-17 20:44:36 +00001228 /* carrier off reporting is important to ethtool even BEFORE open */
1229 netif_carrier_off(netdev);
1230
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001231 e_info(probe, "Intel(R) PRO/1000 Network Connection\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001232
1233 cards_found++;
1234 return 0;
1235
1236err_register:
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001237err_eeprom:
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001238 e1000_phy_hw_reset(hw);
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001239
Joe Perches1dc32912008-07-11 15:17:08 -07001240 if (hw->flash_address)
1241 iounmap(hw->flash_address);
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001242 kfree(adapter->tx_ring);
1243 kfree(adapter->rx_ring);
Jesse Brandeburge508be12010-09-07 21:01:12 +00001244err_dma:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001245err_sw_init:
Dirk Brandewie5377a412011-01-06 14:29:54 +00001246err_mdio_ioremap:
Florian Fainelli13acde82012-01-04 20:23:35 +00001247 iounmap(hw->ce4100_gbe_mdio_base_virt);
Joe Perches1dc32912008-07-11 15:17:08 -07001248 iounmap(hw->hw_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001249err_ioremap:
1250 free_netdev(netdev);
1251err_alloc_etherdev:
Taku Izumi81250292008-07-11 15:17:44 -07001252 pci_release_selected_regions(pdev, bars);
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001253err_pci_reg:
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001254 pci_disable_device(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001255 return err;
1256}
1257
1258/**
1259 * e1000_remove - Device Removal Routine
1260 * @pdev: PCI device information struct
1261 *
1262 * e1000_remove is called by the PCI subsystem to alert the driver
1263 * that it should release a PCI device. The could be caused by a
1264 * Hot-Plug event, or because the driver is going to be removed from
1265 * memory.
1266 **/
1267
Joe Perches64798842008-07-11 15:17:02 -07001268static void __devexit e1000_remove(struct pci_dev *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001269{
1270 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07001271 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07001272 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001273
Jesse Brandeburga4010af2011-10-05 07:24:41 +00001274 e1000_down_and_stop(adapter);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05001275 e1000_release_manageability(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001276
Stephen Hemmingerbea33482007-10-03 16:41:36 -07001277 unregister_netdev(netdev);
1278
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001279 e1000_phy_hw_reset(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001280
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001281 kfree(adapter->tx_ring);
1282 kfree(adapter->rx_ring);
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001283
Florian Fainelli1c267502012-01-04 20:23:34 +00001284 if (hw->mac_type == e1000_ce4100)
Florian Fainelli13acde82012-01-04 20:23:35 +00001285 iounmap(hw->ce4100_gbe_mdio_base_virt);
Joe Perches1dc32912008-07-11 15:17:08 -07001286 iounmap(hw->hw_addr);
1287 if (hw->flash_address)
1288 iounmap(hw->flash_address);
Taku Izumi81250292008-07-11 15:17:44 -07001289 pci_release_selected_regions(pdev, adapter->bars);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001290
1291 free_netdev(netdev);
1292
1293 pci_disable_device(pdev);
1294}
1295
1296/**
1297 * e1000_sw_init - Initialize general software structures (struct e1000_adapter)
1298 * @adapter: board private structure to initialize
1299 *
1300 * e1000_sw_init initializes the Adapter private data structure.
Jesse Brandeburge508be12010-09-07 21:01:12 +00001301 * e1000_init_hw_struct MUST be called before this function
Linus Torvalds1da177e2005-04-16 15:20:36 -07001302 **/
1303
Joe Perches64798842008-07-11 15:17:02 -07001304static int __devinit e1000_sw_init(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001305{
Auke Kokeb0f8052006-07-14 16:14:48 -07001306 adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001307
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001308 adapter->num_tx_queues = 1;
1309 adapter->num_rx_queues = 1;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001310
1311 if (e1000_alloc_queues(adapter)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001312 e_err(probe, "Unable to allocate memory for queues\n");
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001313 return -ENOMEM;
1314 }
1315
Herbert Xu47313052007-05-29 15:07:31 -07001316 /* Explicitly disable IRQ since the NIC can be in any state. */
Herbert Xu47313052007-05-29 15:07:31 -07001317 e1000_irq_disable(adapter);
1318
Linus Torvalds1da177e2005-04-16 15:20:36 -07001319 spin_lock_init(&adapter->stats_lock);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00001320 mutex_init(&adapter->mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001321
Auke Kok1314bbf2006-09-27 12:54:02 -07001322 set_bit(__E1000_DOWN, &adapter->flags);
1323
Linus Torvalds1da177e2005-04-16 15:20:36 -07001324 return 0;
1325}
1326
1327/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001328 * e1000_alloc_queues - Allocate memory for all rings
1329 * @adapter: board private structure to initialize
1330 *
1331 * We allocate one ring per queue at run-time since we don't know the
Wang Chen3e1d7cd2008-12-03 22:07:10 -08001332 * number of queues at compile-time.
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001333 **/
1334
Joe Perches64798842008-07-11 15:17:02 -07001335static int __devinit e1000_alloc_queues(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001336{
Yan Burman1c7e5b12007-03-06 08:58:04 -08001337 adapter->tx_ring = kcalloc(adapter->num_tx_queues,
1338 sizeof(struct e1000_tx_ring), GFP_KERNEL);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001339 if (!adapter->tx_ring)
1340 return -ENOMEM;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001341
Yan Burman1c7e5b12007-03-06 08:58:04 -08001342 adapter->rx_ring = kcalloc(adapter->num_rx_queues,
1343 sizeof(struct e1000_rx_ring), GFP_KERNEL);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001344 if (!adapter->rx_ring) {
1345 kfree(adapter->tx_ring);
1346 return -ENOMEM;
1347 }
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001348
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001349 return E1000_SUCCESS;
1350}
1351
1352/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001353 * e1000_open - Called when a network interface is made active
1354 * @netdev: network interface device structure
1355 *
1356 * Returns 0 on success, negative value on failure
1357 *
1358 * The open entry point is called when a network interface is made
1359 * active by the system (IFF_UP). At this point all resources needed
1360 * for transmit and receive operations are allocated, the interrupt
Jesse Brandeburga4010af2011-10-05 07:24:41 +00001361 * handler is registered with the OS, the watchdog task is started,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001362 * and the stack is notified that the interface is ready.
1363 **/
1364
Joe Perches64798842008-07-11 15:17:02 -07001365static int e1000_open(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001366{
Malli Chilakala60490fe2005-06-17 17:41:45 -07001367 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07001368 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001369 int err;
1370
Auke Kok2db10a02006-06-27 09:06:28 -07001371 /* disallow open during test */
Auke Kok1314bbf2006-09-27 12:54:02 -07001372 if (test_bit(__E1000_TESTING, &adapter->flags))
Auke Kok2db10a02006-06-27 09:06:28 -07001373 return -EBUSY;
1374
Jesse Brandeburgeb62efd2009-04-17 20:44:36 +00001375 netif_carrier_off(netdev);
1376
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377 /* allocate transmit descriptors */
Auke Koke0aac5a2007-03-06 08:57:21 -08001378 err = e1000_setup_all_tx_resources(adapter);
1379 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380 goto err_setup_tx;
1381
1382 /* allocate receive descriptors */
Auke Koke0aac5a2007-03-06 08:57:21 -08001383 err = e1000_setup_all_rx_resources(adapter);
Linus Torvaldsb5bf28c2007-02-21 11:21:44 -08001384 if (err)
Auke Koke0aac5a2007-03-06 08:57:21 -08001385 goto err_setup_rx;
Linus Torvaldsb5bf28c2007-02-21 11:21:44 -08001386
Auke Kok79f05bf2006-06-27 09:06:32 -07001387 e1000_power_up_phy(adapter);
1388
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001389 adapter->mng_vlan_id = E1000_MNG_VLAN_NONE;
Joe Perches1dc32912008-07-11 15:17:08 -07001390 if ((hw->mng_cookie.status &
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001391 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT)) {
1392 e1000_update_mng_vlan(adapter);
1393 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001394
Auke Koke0aac5a2007-03-06 08:57:21 -08001395 /* before we allocate an interrupt, we must be ready to handle it.
1396 * Setting DEBUG_SHIRQ in the kernel makes it fire an interrupt
1397 * as soon as we call pci_request_irq, so we have to setup our
1398 * clean_rx handler before we do so. */
1399 e1000_configure(adapter);
1400
1401 err = e1000_request_irq(adapter);
1402 if (err)
1403 goto err_req_irq;
1404
1405 /* From here on the code is the same as e1000_up() */
1406 clear_bit(__E1000_DOWN, &adapter->flags);
1407
Stephen Hemmingerbea33482007-10-03 16:41:36 -07001408 napi_enable(&adapter->napi);
Herbert Xu47313052007-05-29 15:07:31 -07001409
Auke Koke0aac5a2007-03-06 08:57:21 -08001410 e1000_irq_enable(adapter);
1411
Ben Hutchings076152d2008-07-18 17:50:57 -07001412 netif_start_queue(netdev);
1413
Auke Koke0aac5a2007-03-06 08:57:21 -08001414 /* fire a link status change interrupt to start the watchdog */
Joe Perches1dc32912008-07-11 15:17:08 -07001415 ew32(ICS, E1000_ICS_LSC);
Auke Koke0aac5a2007-03-06 08:57:21 -08001416
Linus Torvalds1da177e2005-04-16 15:20:36 -07001417 return E1000_SUCCESS;
1418
Linus Torvaldsb5bf28c2007-02-21 11:21:44 -08001419err_req_irq:
Auke Koke0aac5a2007-03-06 08:57:21 -08001420 e1000_power_down_phy(adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001421 e1000_free_all_rx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001422err_setup_rx:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001423 e1000_free_all_tx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001424err_setup_tx:
1425 e1000_reset(adapter);
1426
1427 return err;
1428}
1429
1430/**
1431 * e1000_close - Disables a network interface
1432 * @netdev: network interface device structure
1433 *
1434 * Returns 0, this is not allowed to fail
1435 *
1436 * The close entry point is called when an interface is de-activated
1437 * by the OS. The hardware is still under the drivers control, but
1438 * needs to be disabled. A global MAC reset is issued to stop the
1439 * hardware, and all transmit and receive resources are freed.
1440 **/
1441
Joe Perches64798842008-07-11 15:17:02 -07001442static int e1000_close(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001443{
Malli Chilakala60490fe2005-06-17 17:41:45 -07001444 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07001445 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446
Auke Kok2db10a02006-06-27 09:06:28 -07001447 WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001448 e1000_down(adapter);
Auke Kok79f05bf2006-06-27 09:06:32 -07001449 e1000_power_down_phy(adapter);
Auke Kok2db10a02006-06-27 09:06:28 -07001450 e1000_free_irq(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001452 e1000_free_all_tx_resources(adapter);
1453 e1000_free_all_rx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001454
Bruce Allan46665602006-09-27 12:54:08 -07001455 /* kill manageability vlan ID if supported, but not if a vlan with
1456 * the same ID is registered on the host OS (let 8021q kill it) */
Joe Perches1dc32912008-07-11 15:17:08 -07001457 if ((hw->mng_cookie.status &
Bruce Allan46665602006-09-27 12:54:08 -07001458 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) &&
Jiri Pirko5622e402011-07-21 03:26:31 +00001459 !test_bit(adapter->mng_vlan_id, adapter->active_vlans)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001460 e1000_vlan_rx_kill_vid(netdev, adapter->mng_vlan_id);
1461 }
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001462
Linus Torvalds1da177e2005-04-16 15:20:36 -07001463 return 0;
1464}
1465
1466/**
1467 * e1000_check_64k_bound - check that memory doesn't cross 64kB boundary
1468 * @adapter: address of board private structure
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001469 * @start: address of beginning of memory
1470 * @len: length of memory
Linus Torvalds1da177e2005-04-16 15:20:36 -07001471 **/
Joe Perches64798842008-07-11 15:17:02 -07001472static bool e1000_check_64k_bound(struct e1000_adapter *adapter, void *start,
1473 unsigned long len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474{
Joe Perches1dc32912008-07-11 15:17:08 -07001475 struct e1000_hw *hw = &adapter->hw;
Joe Perchese982f172008-07-11 15:17:18 -07001476 unsigned long begin = (unsigned long)start;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477 unsigned long end = begin + len;
1478
Malli Chilakala26483452005-04-28 19:44:46 -07001479 /* First rev 82545 and 82546 need to not allow any memory
1480 * write location to cross 64k boundary due to errata 23 */
Joe Perches1dc32912008-07-11 15:17:08 -07001481 if (hw->mac_type == e1000_82545 ||
Dirk Brandewie5377a412011-01-06 14:29:54 +00001482 hw->mac_type == e1000_ce4100 ||
Joe Perches1dc32912008-07-11 15:17:08 -07001483 hw->mac_type == e1000_82546) {
Joe Perchesc3033b02008-03-21 11:06:25 -07001484 return ((begin ^ (end - 1)) >> 16) != 0 ? false : true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001485 }
1486
Joe Perchesc3033b02008-03-21 11:06:25 -07001487 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488}
1489
1490/**
1491 * e1000_setup_tx_resources - allocate Tx resources (Descriptors)
1492 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001493 * @txdr: tx descriptor ring (for a specific queue) to setup
Linus Torvalds1da177e2005-04-16 15:20:36 -07001494 *
1495 * Return 0 on success, negative on failure
1496 **/
1497
Joe Perches64798842008-07-11 15:17:02 -07001498static int e1000_setup_tx_resources(struct e1000_adapter *adapter,
1499 struct e1000_tx_ring *txdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001500{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501 struct pci_dev *pdev = adapter->pdev;
1502 int size;
1503
1504 size = sizeof(struct e1000_buffer) * txdr->count;
Eric Dumazet89bf67f2010-11-22 00:15:06 +00001505 txdr->buffer_info = vzalloc(size);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001506 if (!txdr->buffer_info) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001507 e_err(probe, "Unable to allocate memory for the Tx descriptor "
1508 "ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001509 return -ENOMEM;
1510 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001511
1512 /* round up to nearest 4K */
1513
1514 txdr->size = txdr->count * sizeof(struct e1000_tx_desc);
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -07001515 txdr->size = ALIGN(txdr->size, 4096);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001516
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001517 txdr->desc = dma_alloc_coherent(&pdev->dev, txdr->size, &txdr->dma,
1518 GFP_KERNEL);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001519 if (!txdr->desc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001520setup_tx_desc_die:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521 vfree(txdr->buffer_info);
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001522 e_err(probe, "Unable to allocate memory for the Tx descriptor "
1523 "ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524 return -ENOMEM;
1525 }
1526
Malli Chilakala26483452005-04-28 19:44:46 -07001527 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001528 if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) {
1529 void *olddesc = txdr->desc;
1530 dma_addr_t olddma = txdr->dma;
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001531 e_err(tx_err, "txdr align check failed: %u bytes at %p\n",
Emil Tantilov675ad472010-04-27 14:02:58 +00001532 txdr->size, txdr->desc);
Malli Chilakala26483452005-04-28 19:44:46 -07001533 /* Try again, without freeing the previous */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001534 txdr->desc = dma_alloc_coherent(&pdev->dev, txdr->size,
1535 &txdr->dma, GFP_KERNEL);
Malli Chilakala26483452005-04-28 19:44:46 -07001536 /* Failed allocation, critical failure */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001537 if (!txdr->desc) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001538 dma_free_coherent(&pdev->dev, txdr->size, olddesc,
1539 olddma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001540 goto setup_tx_desc_die;
1541 }
1542
1543 if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) {
1544 /* give up */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001545 dma_free_coherent(&pdev->dev, txdr->size, txdr->desc,
1546 txdr->dma);
1547 dma_free_coherent(&pdev->dev, txdr->size, olddesc,
1548 olddma);
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001549 e_err(probe, "Unable to allocate aligned memory "
Emil Tantilov675ad472010-04-27 14:02:58 +00001550 "for the transmit descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001551 vfree(txdr->buffer_info);
1552 return -ENOMEM;
1553 } else {
Malli Chilakala26483452005-04-28 19:44:46 -07001554 /* Free old allocation, new allocation was successful */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001555 dma_free_coherent(&pdev->dev, txdr->size, olddesc,
1556 olddma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001557 }
1558 }
1559 memset(txdr->desc, 0, txdr->size);
1560
1561 txdr->next_to_use = 0;
1562 txdr->next_to_clean = 0;
1563
1564 return 0;
1565}
1566
1567/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001568 * e1000_setup_all_tx_resources - wrapper to allocate Tx resources
1569 * (Descriptors) for all queues
1570 * @adapter: board private structure
1571 *
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001572 * Return 0 on success, negative on failure
1573 **/
1574
Joe Perches64798842008-07-11 15:17:02 -07001575int e1000_setup_all_tx_resources(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001576{
1577 int i, err = 0;
1578
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001579 for (i = 0; i < adapter->num_tx_queues; i++) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001580 err = e1000_setup_tx_resources(adapter, &adapter->tx_ring[i]);
1581 if (err) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001582 e_err(probe, "Allocation for Tx Queue %u failed\n", i);
Vasily Averin3fbbc722006-08-28 14:56:24 -07001583 for (i-- ; i >= 0; i--)
1584 e1000_free_tx_resources(adapter,
1585 &adapter->tx_ring[i]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001586 break;
1587 }
1588 }
1589
1590 return err;
1591}
1592
1593/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001594 * e1000_configure_tx - Configure 8254x Transmit Unit after Reset
1595 * @adapter: board private structure
1596 *
1597 * Configure the Tx unit of the MAC after a reset.
1598 **/
1599
Joe Perches64798842008-07-11 15:17:02 -07001600static void e1000_configure_tx(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001601{
Joe Perches406874a2008-04-03 10:06:32 -07001602 u64 tdba;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001603 struct e1000_hw *hw = &adapter->hw;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001604 u32 tdlen, tctl, tipg;
Joe Perches406874a2008-04-03 10:06:32 -07001605 u32 ipgr1, ipgr2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001606
1607 /* Setup the HW Tx Head and Tail descriptor pointers */
1608
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001609 switch (adapter->num_tx_queues) {
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001610 case 1:
1611 default:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001612 tdba = adapter->tx_ring[0].dma;
1613 tdlen = adapter->tx_ring[0].count *
1614 sizeof(struct e1000_tx_desc);
Joe Perches1dc32912008-07-11 15:17:08 -07001615 ew32(TDLEN, tdlen);
1616 ew32(TDBAH, (tdba >> 32));
1617 ew32(TDBAL, (tdba & 0x00000000ffffffffULL));
1618 ew32(TDT, 0);
1619 ew32(TDH, 0);
Auke Kok6a951692006-09-11 14:00:21 -07001620 adapter->tx_ring[0].tdh = ((hw->mac_type >= e1000_82543) ? E1000_TDH : E1000_82542_TDH);
1621 adapter->tx_ring[0].tdt = ((hw->mac_type >= e1000_82543) ? E1000_TDT : E1000_82542_TDT);
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001622 break;
1623 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001624
1625 /* Set the default values for the Tx Inter Packet Gap timer */
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001626 if ((hw->media_type == e1000_media_type_fiber ||
Jesse Brandeburgd89b6c62006-12-15 10:38:32 +01001627 hw->media_type == e1000_media_type_internal_serdes))
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001628 tipg = DEFAULT_82543_TIPG_IPGT_FIBER;
1629 else
1630 tipg = DEFAULT_82543_TIPG_IPGT_COPPER;
1631
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001632 switch (hw->mac_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001633 case e1000_82542_rev2_0:
1634 case e1000_82542_rev2_1:
1635 tipg = DEFAULT_82542_TIPG_IPGT;
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001636 ipgr1 = DEFAULT_82542_TIPG_IPGR1;
1637 ipgr2 = DEFAULT_82542_TIPG_IPGR2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001638 break;
1639 default:
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001640 ipgr1 = DEFAULT_82543_TIPG_IPGR1;
1641 ipgr2 = DEFAULT_82543_TIPG_IPGR2;
1642 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001643 }
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001644 tipg |= ipgr1 << E1000_TIPG_IPGR1_SHIFT;
1645 tipg |= ipgr2 << E1000_TIPG_IPGR2_SHIFT;
Joe Perches1dc32912008-07-11 15:17:08 -07001646 ew32(TIPG, tipg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001647
1648 /* Set the Tx Interrupt Delay register */
1649
Joe Perches1dc32912008-07-11 15:17:08 -07001650 ew32(TIDV, adapter->tx_int_delay);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001651 if (hw->mac_type >= e1000_82540)
Joe Perches1dc32912008-07-11 15:17:08 -07001652 ew32(TADV, adapter->tx_abs_int_delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001653
1654 /* Program the Transmit Control Register */
1655
Joe Perches1dc32912008-07-11 15:17:08 -07001656 tctl = er32(TCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001657 tctl &= ~E1000_TCTL_CT;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08001658 tctl |= E1000_TCTL_PSP | E1000_TCTL_RTLC |
Linus Torvalds1da177e2005-04-16 15:20:36 -07001659 (E1000_COLLISION_THRESHOLD << E1000_CT_SHIFT);
1660
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001661 e1000_config_collision_dist(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662
1663 /* Setup Transmit Descriptor Settings for eop descriptor */
Jesse Brandeburg6a042da2006-11-01 08:48:04 -08001664 adapter->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS;
1665
1666 /* only set IDE if we are delaying interrupts using the timers */
1667 if (adapter->tx_int_delay)
1668 adapter->txd_cmd |= E1000_TXD_CMD_IDE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001669
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001670 if (hw->mac_type < e1000_82543)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001671 adapter->txd_cmd |= E1000_TXD_CMD_RPS;
1672 else
1673 adapter->txd_cmd |= E1000_TXD_CMD_RS;
1674
1675 /* Cache if we're 82544 running in PCI-X because we'll
1676 * need this to apply a workaround later in the send path. */
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 **/
1692
Joe Perches64798842008-07-11 15:17:02 -07001693static int e1000_setup_rx_resources(struct e1000_adapter *adapter,
1694 struct e1000_rx_ring *rxdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001695{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696 struct pci_dev *pdev = adapter->pdev;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001697 int size, desc_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698
1699 size = sizeof(struct e1000_buffer) * rxdr->count;
Eric Dumazet89bf67f2010-11-22 00:15:06 +00001700 rxdr->buffer_info = vzalloc(size);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001701 if (!rxdr->buffer_info) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001702 e_err(probe, "Unable to allocate memory for the Rx descriptor "
1703 "ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001704 return -ENOMEM;
1705 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001706
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001707 desc_len = sizeof(struct e1000_rx_desc);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001708
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709 /* Round up to nearest 4K */
1710
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001711 rxdr->size = rxdr->count * desc_len;
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -07001712 rxdr->size = ALIGN(rxdr->size, 4096);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001713
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001714 rxdr->desc = dma_alloc_coherent(&pdev->dev, rxdr->size, &rxdr->dma,
1715 GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001717 if (!rxdr->desc) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001718 e_err(probe, "Unable to allocate memory for the Rx descriptor "
1719 "ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001720setup_rx_desc_die:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721 vfree(rxdr->buffer_info);
1722 return -ENOMEM;
1723 }
1724
Malli Chilakala26483452005-04-28 19:44:46 -07001725 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001726 if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) {
1727 void *olddesc = rxdr->desc;
1728 dma_addr_t olddma = rxdr->dma;
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001729 e_err(rx_err, "rxdr align check failed: %u bytes at %p\n",
Emil Tantilov675ad472010-04-27 14:02:58 +00001730 rxdr->size, rxdr->desc);
Malli Chilakala26483452005-04-28 19:44:46 -07001731 /* Try again, without freeing the previous */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001732 rxdr->desc = dma_alloc_coherent(&pdev->dev, rxdr->size,
1733 &rxdr->dma, GFP_KERNEL);
Malli Chilakala26483452005-04-28 19:44:46 -07001734 /* Failed allocation, critical failure */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001735 if (!rxdr->desc) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001736 dma_free_coherent(&pdev->dev, rxdr->size, olddesc,
1737 olddma);
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001738 e_err(probe, "Unable to allocate memory for the Rx "
1739 "descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001740 goto setup_rx_desc_die;
1741 }
1742
1743 if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) {
1744 /* give up */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001745 dma_free_coherent(&pdev->dev, rxdr->size, rxdr->desc,
1746 rxdr->dma);
1747 dma_free_coherent(&pdev->dev, rxdr->size, olddesc,
1748 olddma);
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001749 e_err(probe, "Unable to allocate aligned memory for "
1750 "the Rx descriptor ring\n");
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001751 goto setup_rx_desc_die;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001752 } else {
Malli Chilakala26483452005-04-28 19:44:46 -07001753 /* Free old allocation, new allocation was successful */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001754 dma_free_coherent(&pdev->dev, rxdr->size, olddesc,
1755 olddma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001756 }
1757 }
1758 memset(rxdr->desc, 0, rxdr->size);
1759
1760 rxdr->next_to_clean = 0;
1761 rxdr->next_to_use = 0;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00001762 rxdr->rx_skb_top = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001763
1764 return 0;
1765}
1766
1767/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001768 * e1000_setup_all_rx_resources - wrapper to allocate Rx resources
1769 * (Descriptors) for all queues
1770 * @adapter: board private structure
1771 *
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001772 * Return 0 on success, negative on failure
1773 **/
1774
Joe Perches64798842008-07-11 15:17:02 -07001775int e1000_setup_all_rx_resources(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001776{
1777 int i, err = 0;
1778
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001779 for (i = 0; i < adapter->num_rx_queues; i++) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001780 err = e1000_setup_rx_resources(adapter, &adapter->rx_ring[i]);
1781 if (err) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001782 e_err(probe, "Allocation for Rx Queue %u failed\n", i);
Vasily Averin3fbbc722006-08-28 14:56:24 -07001783 for (i-- ; i >= 0; i--)
1784 e1000_free_rx_resources(adapter,
1785 &adapter->rx_ring[i]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001786 break;
1787 }
1788 }
1789
1790 return err;
1791}
1792
1793/**
Malli Chilakala26483452005-04-28 19:44:46 -07001794 * e1000_setup_rctl - configure the receive control registers
Linus Torvalds1da177e2005-04-16 15:20:36 -07001795 * @adapter: Board private structure
1796 **/
Joe Perches64798842008-07-11 15:17:02 -07001797static void e1000_setup_rctl(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001798{
Joe Perches1dc32912008-07-11 15:17:08 -07001799 struct e1000_hw *hw = &adapter->hw;
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07001800 u32 rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801
Joe Perches1dc32912008-07-11 15:17:08 -07001802 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001803
1804 rctl &= ~(3 << E1000_RCTL_MO_SHIFT);
1805
Dean Nelsond5bc77a2011-09-16 16:52:54 +00001806 rctl |= E1000_RCTL_BAM | E1000_RCTL_LBM_NO |
1807 E1000_RCTL_RDMTS_HALF |
Joe Perches1dc32912008-07-11 15:17:08 -07001808 (hw->mc_filter_type << E1000_RCTL_MO_SHIFT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001809
Joe Perches1dc32912008-07-11 15:17:08 -07001810 if (hw->tbi_compatibility_on == 1)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811 rctl |= E1000_RCTL_SBP;
1812 else
1813 rctl &= ~E1000_RCTL_SBP;
1814
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001815 if (adapter->netdev->mtu <= ETH_DATA_LEN)
1816 rctl &= ~E1000_RCTL_LPE;
1817 else
1818 rctl |= E1000_RCTL_LPE;
1819
Linus Torvalds1da177e2005-04-16 15:20:36 -07001820 /* Setup buffer sizes */
Auke Kok9e2feac2006-04-14 19:05:18 -07001821 rctl &= ~E1000_RCTL_SZ_4096;
1822 rctl |= E1000_RCTL_BSEX;
1823 switch (adapter->rx_buffer_len) {
Jeff Kirshera1415ee2006-02-28 20:24:07 -08001824 case E1000_RXBUFFER_2048:
1825 default:
1826 rctl |= E1000_RCTL_SZ_2048;
1827 rctl &= ~E1000_RCTL_BSEX;
1828 break;
1829 case E1000_RXBUFFER_4096:
1830 rctl |= E1000_RCTL_SZ_4096;
1831 break;
1832 case E1000_RXBUFFER_8192:
1833 rctl |= E1000_RCTL_SZ_8192;
1834 break;
1835 case E1000_RXBUFFER_16384:
1836 rctl |= E1000_RCTL_SZ_16384;
1837 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001838 }
1839
Joe Perches1dc32912008-07-11 15:17:08 -07001840 ew32(RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841}
1842
1843/**
1844 * e1000_configure_rx - Configure 8254x Receive Unit after Reset
1845 * @adapter: board private structure
1846 *
1847 * Configure the Rx unit of the MAC after a reset.
1848 **/
1849
Joe Perches64798842008-07-11 15:17:02 -07001850static void e1000_configure_rx(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001851{
Joe Perches406874a2008-04-03 10:06:32 -07001852 u64 rdba;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001853 struct e1000_hw *hw = &adapter->hw;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001854 u32 rdlen, rctl, rxcsum;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001855
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00001856 if (adapter->netdev->mtu > ETH_DATA_LEN) {
1857 rdlen = adapter->rx_ring[0].count *
1858 sizeof(struct e1000_rx_desc);
1859 adapter->clean_rx = e1000_clean_jumbo_rx_irq;
1860 adapter->alloc_rx_buf = e1000_alloc_jumbo_rx_buffers;
1861 } else {
1862 rdlen = adapter->rx_ring[0].count *
1863 sizeof(struct e1000_rx_desc);
1864 adapter->clean_rx = e1000_clean_rx_irq;
1865 adapter->alloc_rx_buf = e1000_alloc_rx_buffers;
1866 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867
1868 /* disable receives while setting up the descriptors */
Joe Perches1dc32912008-07-11 15:17:08 -07001869 rctl = er32(RCTL);
1870 ew32(RCTL, rctl & ~E1000_RCTL_EN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001871
1872 /* set the Receive Delay Timer Register */
Joe Perches1dc32912008-07-11 15:17:08 -07001873 ew32(RDTR, adapter->rx_int_delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001875 if (hw->mac_type >= e1000_82540) {
Joe Perches1dc32912008-07-11 15:17:08 -07001876 ew32(RADV, adapter->rx_abs_int_delay);
Jesse Brandeburg835bb122006-11-01 08:48:13 -08001877 if (adapter->itr_setting != 0)
Joe Perches1dc32912008-07-11 15:17:08 -07001878 ew32(ITR, 1000000000 / (adapter->itr * 256));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001879 }
1880
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001881 /* Setup the HW Rx Head and Tail Descriptor Pointers and
1882 * the Base and Length of the Rx Descriptor Ring */
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001883 switch (adapter->num_rx_queues) {
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001884 case 1:
1885 default:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001886 rdba = adapter->rx_ring[0].dma;
Joe Perches1dc32912008-07-11 15:17:08 -07001887 ew32(RDLEN, rdlen);
1888 ew32(RDBAH, (rdba >> 32));
1889 ew32(RDBAL, (rdba & 0x00000000ffffffffULL));
1890 ew32(RDT, 0);
1891 ew32(RDH, 0);
Auke Kok6a951692006-09-11 14:00:21 -07001892 adapter->rx_ring[0].rdh = ((hw->mac_type >= e1000_82543) ? E1000_RDH : E1000_82542_RDH);
1893 adapter->rx_ring[0].rdt = ((hw->mac_type >= e1000_82543) ? E1000_RDT : E1000_82542_RDT);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001894 break;
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001895 }
1896
Linus Torvalds1da177e2005-04-16 15:20:36 -07001897 /* Enable 82543 Receive Checksum Offload for TCP and UDP */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001898 if (hw->mac_type >= e1000_82543) {
Joe Perches1dc32912008-07-11 15:17:08 -07001899 rxcsum = er32(RXCSUM);
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07001900 if (adapter->rx_csum)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001901 rxcsum |= E1000_RXCSUM_TUOFL;
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07001902 else
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001903 /* don't need to clear IPPCSE as it defaults to 0 */
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07001904 rxcsum &= ~E1000_RXCSUM_TUOFL;
Joe Perches1dc32912008-07-11 15:17:08 -07001905 ew32(RXCSUM, rxcsum);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001906 }
1907
1908 /* Enable Receives */
Dean Nelsond5bc77a2011-09-16 16:52:54 +00001909 ew32(RCTL, rctl | E1000_RCTL_EN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001910}
1911
1912/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001913 * e1000_free_tx_resources - Free Tx Resources per Queue
1914 * @adapter: board private structure
1915 * @tx_ring: Tx descriptor ring for a specific queue
1916 *
1917 * Free all transmit software resources
1918 **/
1919
Joe Perches64798842008-07-11 15:17:02 -07001920static void e1000_free_tx_resources(struct e1000_adapter *adapter,
1921 struct e1000_tx_ring *tx_ring)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001922{
1923 struct pci_dev *pdev = adapter->pdev;
1924
1925 e1000_clean_tx_ring(adapter, tx_ring);
1926
1927 vfree(tx_ring->buffer_info);
1928 tx_ring->buffer_info = NULL;
1929
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001930 dma_free_coherent(&pdev->dev, tx_ring->size, tx_ring->desc,
1931 tx_ring->dma);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001932
1933 tx_ring->desc = NULL;
1934}
1935
1936/**
1937 * e1000_free_all_tx_resources - Free Tx Resources for All Queues
Linus Torvalds1da177e2005-04-16 15:20:36 -07001938 * @adapter: board private structure
1939 *
1940 * Free all transmit software resources
1941 **/
1942
Joe Perches64798842008-07-11 15:17:02 -07001943void e1000_free_all_tx_resources(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001944{
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001945 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001946
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001947 for (i = 0; i < adapter->num_tx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001948 e1000_free_tx_resources(adapter, &adapter->tx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949}
1950
Joe Perches64798842008-07-11 15:17:02 -07001951static void e1000_unmap_and_free_tx_resource(struct e1000_adapter *adapter,
1952 struct e1000_buffer *buffer_info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001953{
Alexander Duyck602c0552009-12-02 16:46:00 +00001954 if (buffer_info->dma) {
1955 if (buffer_info->mapped_as_page)
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001956 dma_unmap_page(&adapter->pdev->dev, buffer_info->dma,
1957 buffer_info->length, DMA_TO_DEVICE);
Alexander Duyck602c0552009-12-02 16:46:00 +00001958 else
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001959 dma_unmap_single(&adapter->pdev->dev, buffer_info->dma,
Alexander Duyck602c0552009-12-02 16:46:00 +00001960 buffer_info->length,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001961 DMA_TO_DEVICE);
Alexander Duyck602c0552009-12-02 16:46:00 +00001962 buffer_info->dma = 0;
1963 }
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08001964 if (buffer_info->skb) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001965 dev_kfree_skb_any(buffer_info->skb);
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08001966 buffer_info->skb = NULL;
1967 }
Alexander Duyck37e73df2009-03-25 21:58:45 +00001968 buffer_info->time_stamp = 0;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08001969 /* buffer_info must be completely set up in the transmit path */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001970}
1971
1972/**
1973 * e1000_clean_tx_ring - Free Tx Buffers
1974 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001975 * @tx_ring: ring to be cleaned
Linus Torvalds1da177e2005-04-16 15:20:36 -07001976 **/
1977
Joe Perches64798842008-07-11 15:17:02 -07001978static void e1000_clean_tx_ring(struct e1000_adapter *adapter,
1979 struct e1000_tx_ring *tx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001980{
Joe Perches1dc32912008-07-11 15:17:08 -07001981 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001982 struct e1000_buffer *buffer_info;
1983 unsigned long size;
1984 unsigned int i;
1985
1986 /* Free all the Tx ring sk_buffs */
1987
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001988 for (i = 0; i < tx_ring->count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001989 buffer_info = &tx_ring->buffer_info[i];
1990 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
1991 }
1992
1993 size = sizeof(struct e1000_buffer) * tx_ring->count;
1994 memset(tx_ring->buffer_info, 0, size);
1995
1996 /* Zero out the descriptor ring */
1997
1998 memset(tx_ring->desc, 0, tx_ring->size);
1999
2000 tx_ring->next_to_use = 0;
2001 tx_ring->next_to_clean = 0;
Rusty Russell3db1cd52011-12-19 13:56:45 +00002002 tx_ring->last_tx_tso = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002003
Joe Perches1dc32912008-07-11 15:17:08 -07002004 writel(0, hw->hw_addr + tx_ring->tdh);
2005 writel(0, hw->hw_addr + tx_ring->tdt);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002006}
2007
2008/**
2009 * e1000_clean_all_tx_rings - Free Tx Buffers for all queues
2010 * @adapter: board private structure
2011 **/
2012
Joe Perches64798842008-07-11 15:17:02 -07002013static void e1000_clean_all_tx_rings(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002014{
2015 int i;
2016
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002017 for (i = 0; i < adapter->num_tx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002018 e1000_clean_tx_ring(adapter, &adapter->tx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002019}
2020
2021/**
2022 * e1000_free_rx_resources - Free Rx Resources
2023 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002024 * @rx_ring: ring to clean the resources from
Linus Torvalds1da177e2005-04-16 15:20:36 -07002025 *
2026 * Free all receive software resources
2027 **/
2028
Joe Perches64798842008-07-11 15:17:02 -07002029static void e1000_free_rx_resources(struct e1000_adapter *adapter,
2030 struct e1000_rx_ring *rx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002031{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032 struct pci_dev *pdev = adapter->pdev;
2033
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002034 e1000_clean_rx_ring(adapter, rx_ring);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035
2036 vfree(rx_ring->buffer_info);
2037 rx_ring->buffer_info = NULL;
2038
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002039 dma_free_coherent(&pdev->dev, rx_ring->size, rx_ring->desc,
2040 rx_ring->dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002041
2042 rx_ring->desc = NULL;
2043}
2044
2045/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002046 * e1000_free_all_rx_resources - Free Rx Resources for All Queues
Linus Torvalds1da177e2005-04-16 15:20:36 -07002047 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002048 *
2049 * Free all receive software resources
2050 **/
2051
Joe Perches64798842008-07-11 15:17:02 -07002052void e1000_free_all_rx_resources(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002053{
2054 int i;
2055
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002056 for (i = 0; i < adapter->num_rx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002057 e1000_free_rx_resources(adapter, &adapter->rx_ring[i]);
2058}
2059
2060/**
2061 * e1000_clean_rx_ring - Free Rx Buffers per Queue
2062 * @adapter: board private structure
2063 * @rx_ring: ring to free buffers from
Linus Torvalds1da177e2005-04-16 15:20:36 -07002064 **/
2065
Joe Perches64798842008-07-11 15:17:02 -07002066static void e1000_clean_rx_ring(struct e1000_adapter *adapter,
2067 struct e1000_rx_ring *rx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002068{
Joe Perches1dc32912008-07-11 15:17:08 -07002069 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002070 struct e1000_buffer *buffer_info;
2071 struct pci_dev *pdev = adapter->pdev;
2072 unsigned long size;
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07002073 unsigned int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002074
2075 /* Free all the Rx ring sk_buffs */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002076 for (i = 0; i < rx_ring->count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077 buffer_info = &rx_ring->buffer_info[i];
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002078 if (buffer_info->dma &&
2079 adapter->clean_rx == e1000_clean_rx_irq) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002080 dma_unmap_single(&pdev->dev, buffer_info->dma,
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002081 buffer_info->length,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002082 DMA_FROM_DEVICE);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002083 } else if (buffer_info->dma &&
2084 adapter->clean_rx == e1000_clean_jumbo_rx_irq) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002085 dma_unmap_page(&pdev->dev, buffer_info->dma,
2086 buffer_info->length,
2087 DMA_FROM_DEVICE);
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00002088 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002089
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00002090 buffer_info->dma = 0;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002091 if (buffer_info->page) {
2092 put_page(buffer_info->page);
2093 buffer_info->page = NULL;
2094 }
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00002095 if (buffer_info->skb) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002096 dev_kfree_skb(buffer_info->skb);
2097 buffer_info->skb = NULL;
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08002098 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099 }
2100
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002101 /* there also may be some cached data from a chained receive */
2102 if (rx_ring->rx_skb_top) {
2103 dev_kfree_skb(rx_ring->rx_skb_top);
2104 rx_ring->rx_skb_top = NULL;
2105 }
2106
Linus Torvalds1da177e2005-04-16 15:20:36 -07002107 size = sizeof(struct e1000_buffer) * rx_ring->count;
2108 memset(rx_ring->buffer_info, 0, size);
2109
2110 /* Zero out the descriptor ring */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002111 memset(rx_ring->desc, 0, rx_ring->size);
2112
2113 rx_ring->next_to_clean = 0;
2114 rx_ring->next_to_use = 0;
2115
Joe Perches1dc32912008-07-11 15:17:08 -07002116 writel(0, hw->hw_addr + rx_ring->rdh);
2117 writel(0, hw->hw_addr + rx_ring->rdt);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002118}
2119
2120/**
2121 * e1000_clean_all_rx_rings - Free Rx Buffers for all queues
2122 * @adapter: board private structure
2123 **/
2124
Joe Perches64798842008-07-11 15:17:02 -07002125static void e1000_clean_all_rx_rings(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002126{
2127 int i;
2128
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002129 for (i = 0; i < adapter->num_rx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002130 e1000_clean_rx_ring(adapter, &adapter->rx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002131}
2132
2133/* The 82542 2.0 (revision 2) needs to have the receive unit in reset
2134 * and memory write and invalidate disabled for certain operations
2135 */
Joe Perches64798842008-07-11 15:17:02 -07002136static void e1000_enter_82542_rst(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002137{
Joe Perches1dc32912008-07-11 15:17:08 -07002138 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002139 struct net_device *netdev = adapter->netdev;
Joe Perches406874a2008-04-03 10:06:32 -07002140 u32 rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002141
Joe Perches1dc32912008-07-11 15:17:08 -07002142 e1000_pci_clear_mwi(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002143
Joe Perches1dc32912008-07-11 15:17:08 -07002144 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002145 rctl |= E1000_RCTL_RST;
Joe Perches1dc32912008-07-11 15:17:08 -07002146 ew32(RCTL, rctl);
2147 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002148 mdelay(5);
2149
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002150 if (netif_running(netdev))
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002151 e1000_clean_all_rx_rings(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002152}
2153
Joe Perches64798842008-07-11 15:17:02 -07002154static void e1000_leave_82542_rst(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002155{
Joe Perches1dc32912008-07-11 15:17:08 -07002156 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002157 struct net_device *netdev = adapter->netdev;
Joe Perches406874a2008-04-03 10:06:32 -07002158 u32 rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002159
Joe Perches1dc32912008-07-11 15:17:08 -07002160 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002161 rctl &= ~E1000_RCTL_RST;
Joe Perches1dc32912008-07-11 15:17:08 -07002162 ew32(RCTL, rctl);
2163 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164 mdelay(5);
2165
Joe Perches1dc32912008-07-11 15:17:08 -07002166 if (hw->pci_cmd_word & PCI_COMMAND_INVALIDATE)
2167 e1000_pci_set_mwi(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002168
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002169 if (netif_running(netdev)) {
Jeff Kirsher72d64a42006-01-12 16:51:19 -08002170 /* No need to loop, because 82542 supports only 1 queue */
2171 struct e1000_rx_ring *ring = &adapter->rx_ring[0];
Jesse Brandeburg7c4d3362006-01-18 13:01:45 -08002172 e1000_configure_rx(adapter);
Jeff Kirsher72d64a42006-01-12 16:51:19 -08002173 adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002174 }
2175}
2176
2177/**
2178 * e1000_set_mac - Change the Ethernet Address of the NIC
2179 * @netdev: network interface device structure
2180 * @p: pointer to an address structure
2181 *
2182 * Returns 0 on success, negative on failure
2183 **/
2184
Joe Perches64798842008-07-11 15:17:02 -07002185static int e1000_set_mac(struct net_device *netdev, void *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002186{
Malli Chilakala60490fe2005-06-17 17:41:45 -07002187 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07002188 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189 struct sockaddr *addr = p;
2190
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002191 if (!is_valid_ether_addr(addr->sa_data))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002192 return -EADDRNOTAVAIL;
2193
2194 /* 82542 2.0 needs to be in reset to write receive address registers */
2195
Joe Perches1dc32912008-07-11 15:17:08 -07002196 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002197 e1000_enter_82542_rst(adapter);
2198
2199 memcpy(netdev->dev_addr, addr->sa_data, netdev->addr_len);
Joe Perches1dc32912008-07-11 15:17:08 -07002200 memcpy(hw->mac_addr, addr->sa_data, netdev->addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002201
Joe Perches1dc32912008-07-11 15:17:08 -07002202 e1000_rar_set(hw, hw->mac_addr, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002203
Joe Perches1dc32912008-07-11 15:17:08 -07002204 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002205 e1000_leave_82542_rst(adapter);
2206
2207 return 0;
2208}
2209
2210/**
Patrick McHardydb0ce502007-11-13 20:54:59 -08002211 * e1000_set_rx_mode - Secondary Unicast, Multicast and Promiscuous mode set
Linus Torvalds1da177e2005-04-16 15:20:36 -07002212 * @netdev: network interface device structure
2213 *
Patrick McHardydb0ce502007-11-13 20:54:59 -08002214 * The set_rx_mode entry point is called whenever the unicast or multicast
2215 * address lists or the network interface flags are updated. This routine is
2216 * responsible for configuring the hardware for proper unicast, multicast,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002217 * promiscuous mode, and all-multi behavior.
2218 **/
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
2232 if (!mcarray) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07002233 e_err(probe, "memory allocation failed\n");
Jesse Brandeburg81c52282009-04-04 16:36:53 -07002234 return;
2235 }
Auke Kokcd94dd02006-06-27 09:08:22 -07002236
Malli Chilakala26483452005-04-28 19:44:46 -07002237 /* Check for Promiscuous and All Multicast modes */
2238
Joe Perches1dc32912008-07-11 15:17:08 -07002239 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002240
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002241 if (netdev->flags & IFF_PROMISC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002242 rctl |= (E1000_RCTL_UPE | E1000_RCTL_MPE);
Patrick McHardy746b9f02008-07-16 20:15:45 -07002243 rctl &= ~E1000_RCTL_VFE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002244 } else {
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002245 if (netdev->flags & IFF_ALLMULTI)
Patrick McHardy746b9f02008-07-16 20:15:45 -07002246 rctl |= E1000_RCTL_MPE;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002247 else
Patrick McHardy746b9f02008-07-16 20:15:45 -07002248 rctl &= ~E1000_RCTL_MPE;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002249 /* Enable VLAN filter if there is a VLAN */
Jiri Pirko5622e402011-07-21 03:26:31 +00002250 if (e1000_vlan_used(adapter))
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002251 rctl |= E1000_RCTL_VFE;
Patrick McHardydb0ce502007-11-13 20:54:59 -08002252 }
2253
Jiri Pirko32e7bfc2010-01-25 13:36:10 -08002254 if (netdev_uc_count(netdev) > rar_entries - 1) {
Patrick McHardydb0ce502007-11-13 20:54:59 -08002255 rctl |= E1000_RCTL_UPE;
2256 } else if (!(netdev->flags & IFF_PROMISC)) {
2257 rctl &= ~E1000_RCTL_UPE;
Jiri Pirkoccffad252009-05-22 23:22:17 +00002258 use_uc = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002259 }
2260
Joe Perches1dc32912008-07-11 15:17:08 -07002261 ew32(RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262
2263 /* 82542 2.0 needs to be in reset to write receive address registers */
2264
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002265 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002266 e1000_enter_82542_rst(adapter);
2267
Patrick McHardydb0ce502007-11-13 20:54:59 -08002268 /* load the first 14 addresses into the exact filters 1-14. Unicast
2269 * addresses take precedence to avoid disabling unicast filtering
2270 * when possible.
2271 *
Uwe Kleine-Königb5950762010-11-01 15:38:34 -04002272 * RAR 0 is used for the station MAC address
Linus Torvalds1da177e2005-04-16 15:20:36 -07002273 * if there are not 14 addresses, go ahead and clear the filters
2274 */
Jiri Pirkoccffad252009-05-22 23:22:17 +00002275 i = 1;
2276 if (use_uc)
Jiri Pirko32e7bfc2010-01-25 13:36:10 -08002277 netdev_for_each_uc_addr(ha, netdev) {
Jiri Pirkoccffad252009-05-22 23:22:17 +00002278 if (i == rar_entries)
2279 break;
2280 e1000_rar_set(hw, ha->addr, i++);
2281 }
2282
Jiri Pirko22bedad32010-04-01 21:22:57 +00002283 netdev_for_each_mc_addr(ha, netdev) {
Jiri Pirko7a81e9f2010-02-22 09:10:44 +00002284 if (i == rar_entries) {
2285 /* load any remaining addresses into the hash table */
2286 u32 hash_reg, hash_bit, mta;
Jiri Pirko22bedad32010-04-01 21:22:57 +00002287 hash_value = e1000_hash_mc_addr(hw, ha->addr);
Jiri Pirko7a81e9f2010-02-22 09:10:44 +00002288 hash_reg = (hash_value >> 5) & 0x7F;
2289 hash_bit = hash_value & 0x1F;
2290 mta = (1 << hash_bit);
2291 mcarray[hash_reg] |= mta;
Jiri Pirko10886af2010-02-23 01:19:22 -08002292 } else {
Jiri Pirko22bedad32010-04-01 21:22:57 +00002293 e1000_rar_set(hw, ha->addr, i++);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002294 }
2295 }
2296
Jiri Pirko7a81e9f2010-02-22 09:10:44 +00002297 for (; i < rar_entries; i++) {
2298 E1000_WRITE_REG_ARRAY(hw, RA, i << 1, 0);
2299 E1000_WRITE_FLUSH();
2300 E1000_WRITE_REG_ARRAY(hw, RA, (i << 1) + 1, 0);
2301 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002302 }
2303
Jesse Brandeburg81c52282009-04-04 16:36:53 -07002304 /* write the hash table completely, write from bottom to avoid
2305 * both stupid write combining chipsets, and flushing each write */
2306 for (i = mta_reg_count - 1; i >= 0 ; i--) {
2307 /*
2308 * If we are on an 82544 has an errata where writing odd
2309 * offsets overwrites the previous even offset, but writing
2310 * backwards over the range solves the issue by always
2311 * writing the odd offset first
2312 */
2313 E1000_WRITE_REG_ARRAY(hw, MTA, i, mcarray[i]);
2314 }
2315 E1000_WRITE_FLUSH();
2316
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002317 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002318 e1000_leave_82542_rst(adapter);
Jesse Brandeburg81c52282009-04-04 16:36:53 -07002319
2320 kfree(mcarray);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321}
2322
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002323/**
2324 * e1000_update_phy_info_task - get phy info
2325 * @work: work struct contained inside adapter struct
2326 *
2327 * Need to wait a few seconds after link up to get diagnostic information from
2328 * the phy
2329 */
Jesse Brandeburg5cf42fc2010-09-22 18:22:17 +00002330static void e1000_update_phy_info_task(struct work_struct *work)
2331{
2332 struct e1000_adapter *adapter = container_of(work,
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002333 struct e1000_adapter,
2334 phy_info_task.work);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002335 if (test_bit(__E1000_DOWN, &adapter->flags))
2336 return;
2337 mutex_lock(&adapter->mutex);
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002338 e1000_phy_get_info(&adapter->hw, &adapter->phy_info);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002339 mutex_unlock(&adapter->mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002340}
2341
2342/**
Jesse Brandeburg5cf42fc2010-09-22 18:22:17 +00002343 * e1000_82547_tx_fifo_stall_task - task to complete work
2344 * @work: work struct contained inside adapter struct
2345 **/
2346static void e1000_82547_tx_fifo_stall_task(struct work_struct *work)
2347{
2348 struct e1000_adapter *adapter = container_of(work,
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002349 struct e1000_adapter,
2350 fifo_stall_task.work);
Joe Perches1dc32912008-07-11 15:17:08 -07002351 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002352 struct net_device *netdev = adapter->netdev;
Joe Perches406874a2008-04-03 10:06:32 -07002353 u32 tctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002354
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002355 if (test_bit(__E1000_DOWN, &adapter->flags))
2356 return;
2357 mutex_lock(&adapter->mutex);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002358 if (atomic_read(&adapter->tx_fifo_stall)) {
Joe Perches1dc32912008-07-11 15:17:08 -07002359 if ((er32(TDT) == er32(TDH)) &&
2360 (er32(TDFT) == er32(TDFH)) &&
2361 (er32(TDFTS) == er32(TDFHS))) {
2362 tctl = er32(TCTL);
2363 ew32(TCTL, tctl & ~E1000_TCTL_EN);
2364 ew32(TDFT, adapter->tx_head_addr);
2365 ew32(TDFH, adapter->tx_head_addr);
2366 ew32(TDFTS, adapter->tx_head_addr);
2367 ew32(TDFHS, adapter->tx_head_addr);
2368 ew32(TCTL, tctl);
2369 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002370
2371 adapter->tx_fifo_head = 0;
2372 atomic_set(&adapter->tx_fifo_stall, 0);
2373 netif_wake_queue(netdev);
Jesse Brandeburgbaa34742009-09-25 12:17:23 +00002374 } else if (!test_bit(__E1000_DOWN, &adapter->flags)) {
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002375 schedule_delayed_work(&adapter->fifo_stall_task, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002376 }
2377 }
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002378 mutex_unlock(&adapter->mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379}
2380
Nick Nunleyb5481922010-02-03 14:49:28 +00002381bool e1000_has_link(struct e1000_adapter *adapter)
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002382{
2383 struct e1000_hw *hw = &adapter->hw;
2384 bool link_active = false;
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002385
Nicolas Schichan6d9e5132011-07-09 00:24:18 +00002386 /* get_link_status is set on LSC (link status) interrupt or rx
2387 * sequence error interrupt (except on intel ce4100).
2388 * get_link_status will stay false until the
2389 * e1000_check_for_link establishes link for copper adapters
2390 * ONLY
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002391 */
2392 switch (hw->media_type) {
2393 case e1000_media_type_copper:
Nicolas Schichan6d9e5132011-07-09 00:24:18 +00002394 if (hw->mac_type == e1000_ce4100)
2395 hw->get_link_status = 1;
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002396 if (hw->get_link_status) {
Jesse Brandeburg120a5d02009-09-25 15:19:46 -07002397 e1000_check_for_link(hw);
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002398 link_active = !hw->get_link_status;
2399 } else {
2400 link_active = true;
2401 }
2402 break;
2403 case e1000_media_type_fiber:
Jesse Brandeburg120a5d02009-09-25 15:19:46 -07002404 e1000_check_for_link(hw);
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002405 link_active = !!(er32(STATUS) & E1000_STATUS_LU);
2406 break;
2407 case e1000_media_type_internal_serdes:
Jesse Brandeburg120a5d02009-09-25 15:19:46 -07002408 e1000_check_for_link(hw);
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002409 link_active = hw->serdes_has_link;
2410 break;
2411 default:
2412 break;
2413 }
2414
2415 return link_active;
2416}
2417
Linus Torvalds1da177e2005-04-16 15:20:36 -07002418/**
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002419 * e1000_watchdog - work function
2420 * @work: work struct contained inside adapter struct
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421 **/
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002422static void e1000_watchdog(struct work_struct *work)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002423{
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002424 struct e1000_adapter *adapter = container_of(work,
2425 struct e1000_adapter,
2426 watchdog_task.work);
Joe Perches1dc32912008-07-11 15:17:08 -07002427 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002428 struct net_device *netdev = adapter->netdev;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002429 struct e1000_tx_ring *txdr = adapter->tx_ring;
Joe Perches406874a2008-04-03 10:06:32 -07002430 u32 link, tctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002431
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002432 if (test_bit(__E1000_DOWN, &adapter->flags))
2433 return;
2434
2435 mutex_lock(&adapter->mutex);
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002436 link = e1000_has_link(adapter);
2437 if ((netif_carrier_ok(netdev)) && link)
2438 goto link_up;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002439
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002440 if (link) {
2441 if (!netif_carrier_ok(netdev)) {
Joe Perches406874a2008-04-03 10:06:32 -07002442 u32 ctrl;
Joe Perchesc3033b02008-03-21 11:06:25 -07002443 bool txb2b = true;
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002444 /* update snapshot of PHY registers on LSC */
Joe Perches1dc32912008-07-11 15:17:08 -07002445 e1000_get_speed_and_duplex(hw,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002446 &adapter->link_speed,
2447 &adapter->link_duplex);
2448
Joe Perches1dc32912008-07-11 15:17:08 -07002449 ctrl = er32(CTRL);
Emil Tantilov675ad472010-04-27 14:02:58 +00002450 pr_info("%s NIC Link is Up %d Mbps %s, "
2451 "Flow Control: %s\n",
2452 netdev->name,
2453 adapter->link_speed,
2454 adapter->link_duplex == FULL_DUPLEX ?
2455 "Full Duplex" : "Half Duplex",
2456 ((ctrl & E1000_CTRL_TFCE) && (ctrl &
2457 E1000_CTRL_RFCE)) ? "RX/TX" : ((ctrl &
2458 E1000_CTRL_RFCE) ? "RX" : ((ctrl &
2459 E1000_CTRL_TFCE) ? "TX" : "None")));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002460
Emil Tantilov39ca5f02010-03-26 11:25:58 +00002461 /* adjust timeout factor according to speed/duplex */
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002462 adapter->tx_timeout_factor = 1;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002463 switch (adapter->link_speed) {
2464 case SPEED_10:
Joe Perchesc3033b02008-03-21 11:06:25 -07002465 txb2b = false;
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002466 adapter->tx_timeout_factor = 16;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002467 break;
2468 case SPEED_100:
Joe Perchesc3033b02008-03-21 11:06:25 -07002469 txb2b = false;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002470 /* maybe add some timeout factor ? */
2471 break;
2472 }
2473
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002474 /* enable transmits in the hardware */
Joe Perches1dc32912008-07-11 15:17:08 -07002475 tctl = er32(TCTL);
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002476 tctl |= E1000_TCTL_EN;
Joe Perches1dc32912008-07-11 15:17:08 -07002477 ew32(TCTL, tctl);
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002478
Linus Torvalds1da177e2005-04-16 15:20:36 -07002479 netif_carrier_on(netdev);
Jesse Brandeburgbaa34742009-09-25 12:17:23 +00002480 if (!test_bit(__E1000_DOWN, &adapter->flags))
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002481 schedule_delayed_work(&adapter->phy_info_task,
2482 2 * HZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002483 adapter->smartspeed = 0;
2484 }
2485 } else {
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002486 if (netif_carrier_ok(netdev)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002487 adapter->link_speed = 0;
2488 adapter->link_duplex = 0;
Emil Tantilov675ad472010-04-27 14:02:58 +00002489 pr_info("%s NIC Link is Down\n",
2490 netdev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002491 netif_carrier_off(netdev);
Jesse Brandeburgbaa34742009-09-25 12:17:23 +00002492
2493 if (!test_bit(__E1000_DOWN, &adapter->flags))
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002494 schedule_delayed_work(&adapter->phy_info_task,
2495 2 * HZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002496 }
2497
2498 e1000_smartspeed(adapter);
2499 }
2500
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002501link_up:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002502 e1000_update_stats(adapter);
2503
Joe Perches1dc32912008-07-11 15:17:08 -07002504 hw->tx_packet_delta = adapter->stats.tpt - adapter->tpt_old;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505 adapter->tpt_old = adapter->stats.tpt;
Joe Perches1dc32912008-07-11 15:17:08 -07002506 hw->collision_delta = adapter->stats.colc - adapter->colc_old;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002507 adapter->colc_old = adapter->stats.colc;
2508
2509 adapter->gorcl = adapter->stats.gorcl - adapter->gorcl_old;
2510 adapter->gorcl_old = adapter->stats.gorcl;
2511 adapter->gotcl = adapter->stats.gotcl - adapter->gotcl_old;
2512 adapter->gotcl_old = adapter->stats.gotcl;
2513
Joe Perches1dc32912008-07-11 15:17:08 -07002514 e1000_update_adaptive(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002515
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002516 if (!netif_carrier_ok(netdev)) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002517 if (E1000_DESC_UNUSED(txdr) + 1 < txdr->count) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002518 /* We've lost link, so the controller stops DMA,
2519 * but we've got queued Tx work that's never going
2520 * to get done, so reset controller to flush Tx.
2521 * (Do the reset outside of interrupt context). */
Jeff Kirsher87041632006-03-02 18:21:24 -08002522 adapter->tx_timeout_count++;
2523 schedule_work(&adapter->reset_task);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002524 /* exit immediately since reset is imminent */
2525 goto unlock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002526 }
2527 }
2528
Jesse Brandeburgeab2abf2010-05-04 22:26:03 +00002529 /* Simple mode for Interrupt Throttle Rate (ITR) */
2530 if (hw->mac_type >= e1000_82540 && adapter->itr_setting == 4) {
2531 /*
2532 * Symmetric Tx/Rx gets a reduced ITR=2000;
2533 * Total asymmetrical Tx or Rx gets ITR=8000;
2534 * everyone else is between 2000-8000.
2535 */
2536 u32 goc = (adapter->gotcl + adapter->gorcl) / 10000;
2537 u32 dif = (adapter->gotcl > adapter->gorcl ?
2538 adapter->gotcl - adapter->gorcl :
2539 adapter->gorcl - adapter->gotcl) / 10000;
2540 u32 itr = goc > 0 ? (dif * 6000 / goc + 2000) : 8000;
2541
2542 ew32(ITR, 1000000000 / (itr * 256));
2543 }
2544
Linus Torvalds1da177e2005-04-16 15:20:36 -07002545 /* Cause software interrupt to ensure rx ring is cleaned */
Joe Perches1dc32912008-07-11 15:17:08 -07002546 ew32(ICS, E1000_ICS_RXDMT0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002547
Malli Chilakala26483452005-04-28 19:44:46 -07002548 /* Force detection of hung controller every watchdog period */
Joe Perchesc3033b02008-03-21 11:06:25 -07002549 adapter->detect_tx_hung = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002551 /* Reschedule the task */
Jesse Brandeburgbaa34742009-09-25 12:17:23 +00002552 if (!test_bit(__E1000_DOWN, &adapter->flags))
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002553 schedule_delayed_work(&adapter->watchdog_task, 2 * HZ);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002554
2555unlock:
2556 mutex_unlock(&adapter->mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002557}
2558
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002559enum latency_range {
2560 lowest_latency = 0,
2561 low_latency = 1,
2562 bulk_latency = 2,
2563 latency_invalid = 255
2564};
2565
2566/**
2567 * e1000_update_itr - update the dynamic ITR value based on statistics
Jesse Brandeburg8fce4732009-09-25 12:18:41 +00002568 * @adapter: pointer to adapter
2569 * @itr_setting: current adapter->itr
2570 * @packets: the number of packets during this measurement interval
2571 * @bytes: the number of bytes during this measurement interval
2572 *
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002573 * Stores a new ITR value based on packets and byte
2574 * counts during the last interrupt. The advantage of per interrupt
2575 * computation is faster updates and more accurate ITR for the current
2576 * traffic pattern. Constants in this function were computed
2577 * based on theoretical maximum wire speed and thresholds were set based
2578 * on testing data as well as attempting to minimize response time
2579 * while increasing bulk throughput.
2580 * this functionality is controlled by the InterruptThrottleRate module
2581 * parameter (see e1000_param.c)
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002582 **/
2583static unsigned int e1000_update_itr(struct e1000_adapter *adapter,
Joe Perches64798842008-07-11 15:17:02 -07002584 u16 itr_setting, int packets, int bytes)
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002585{
2586 unsigned int retval = itr_setting;
2587 struct e1000_hw *hw = &adapter->hw;
2588
2589 if (unlikely(hw->mac_type < e1000_82540))
2590 goto update_itr_done;
2591
2592 if (packets == 0)
2593 goto update_itr_done;
2594
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002595 switch (itr_setting) {
2596 case lowest_latency:
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002597 /* jumbo frames get bulk treatment*/
2598 if (bytes/packets > 8000)
2599 retval = bulk_latency;
2600 else if ((packets < 5) && (bytes > 512))
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002601 retval = low_latency;
2602 break;
2603 case low_latency: /* 50 usec aka 20000 ints/s */
2604 if (bytes > 10000) {
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002605 /* jumbo frames need bulk latency setting */
2606 if (bytes/packets > 8000)
2607 retval = bulk_latency;
2608 else if ((packets < 10) || ((bytes/packets) > 1200))
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002609 retval = bulk_latency;
2610 else if ((packets > 35))
2611 retval = lowest_latency;
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002612 } else if (bytes/packets > 2000)
2613 retval = bulk_latency;
2614 else if (packets <= 2 && bytes < 512)
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002615 retval = lowest_latency;
2616 break;
2617 case bulk_latency: /* 250 usec aka 4000 ints/s */
2618 if (bytes > 25000) {
2619 if (packets > 35)
2620 retval = low_latency;
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002621 } else if (bytes < 6000) {
2622 retval = low_latency;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002623 }
2624 break;
2625 }
2626
2627update_itr_done:
2628 return retval;
2629}
2630
2631static void e1000_set_itr(struct e1000_adapter *adapter)
2632{
2633 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07002634 u16 current_itr;
2635 u32 new_itr = adapter->itr;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002636
2637 if (unlikely(hw->mac_type < e1000_82540))
2638 return;
2639
2640 /* for non-gigabit speeds, just fix the interrupt rate at 4000 */
2641 if (unlikely(adapter->link_speed != SPEED_1000)) {
2642 current_itr = 0;
2643 new_itr = 4000;
2644 goto set_itr_now;
2645 }
2646
2647 adapter->tx_itr = e1000_update_itr(adapter,
2648 adapter->tx_itr,
2649 adapter->total_tx_packets,
2650 adapter->total_tx_bytes);
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002651 /* conservative mode (itr 3) eliminates the lowest_latency setting */
2652 if (adapter->itr_setting == 3 && adapter->tx_itr == lowest_latency)
2653 adapter->tx_itr = low_latency;
2654
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002655 adapter->rx_itr = e1000_update_itr(adapter,
2656 adapter->rx_itr,
2657 adapter->total_rx_packets,
2658 adapter->total_rx_bytes);
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002659 /* conservative mode (itr 3) eliminates the lowest_latency setting */
2660 if (adapter->itr_setting == 3 && adapter->rx_itr == lowest_latency)
2661 adapter->rx_itr = low_latency;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002662
2663 current_itr = max(adapter->rx_itr, adapter->tx_itr);
2664
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002665 switch (current_itr) {
2666 /* counts and packets in update_itr are dependent on these numbers */
2667 case lowest_latency:
2668 new_itr = 70000;
2669 break;
2670 case low_latency:
2671 new_itr = 20000; /* aka hwitr = ~200 */
2672 break;
2673 case bulk_latency:
2674 new_itr = 4000;
2675 break;
2676 default:
2677 break;
2678 }
2679
2680set_itr_now:
2681 if (new_itr != adapter->itr) {
2682 /* this attempts to bias the interrupt rate towards Bulk
2683 * by adding intermediate steps when interrupt rate is
2684 * increasing */
2685 new_itr = new_itr > adapter->itr ?
2686 min(adapter->itr + (new_itr >> 2), new_itr) :
2687 new_itr;
2688 adapter->itr = new_itr;
Joe Perches1dc32912008-07-11 15:17:08 -07002689 ew32(ITR, 1000000000 / (new_itr * 256));
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002690 }
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002691}
2692
Linus Torvalds1da177e2005-04-16 15:20:36 -07002693#define E1000_TX_FLAGS_CSUM 0x00000001
2694#define E1000_TX_FLAGS_VLAN 0x00000002
2695#define E1000_TX_FLAGS_TSO 0x00000004
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002696#define E1000_TX_FLAGS_IPV4 0x00000008
Ben Greear11a78dc2012-02-11 15:40:01 +00002697#define E1000_TX_FLAGS_NO_FCS 0x00000010
Linus Torvalds1da177e2005-04-16 15:20:36 -07002698#define E1000_TX_FLAGS_VLAN_MASK 0xffff0000
2699#define E1000_TX_FLAGS_VLAN_SHIFT 16
2700
Joe Perches64798842008-07-11 15:17:02 -07002701static int e1000_tso(struct e1000_adapter *adapter,
2702 struct e1000_tx_ring *tx_ring, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002704 struct e1000_context_desc *context_desc;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002705 struct e1000_buffer *buffer_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706 unsigned int i;
Joe Perches406874a2008-04-03 10:06:32 -07002707 u32 cmd_length = 0;
2708 u16 ipcse = 0, tucse, mss;
2709 u8 ipcss, ipcso, tucss, tucso, hdr_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002710 int err;
2711
Herbert Xu89114af2006-07-08 13:34:32 -07002712 if (skb_is_gso(skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002713 if (skb_header_cloned(skb)) {
2714 err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
2715 if (err)
2716 return err;
2717 }
2718
Arnaldo Carvalho de Meloab6a5bb2007-03-18 17:43:48 -07002719 hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb);
Herbert Xu79671682006-06-22 02:40:14 -07002720 mss = skb_shinfo(skb)->gso_size;
Alexey Dobriyan60828232006-05-23 14:52:21 -07002721 if (skb->protocol == htons(ETH_P_IP)) {
Arnaldo Carvalho de Meloeddc9ec2007-04-20 22:47:35 -07002722 struct iphdr *iph = ip_hdr(skb);
2723 iph->tot_len = 0;
2724 iph->check = 0;
Arnaldo Carvalho de Meloaa8223c2007-04-10 21:04:22 -07002725 tcp_hdr(skb)->check = ~csum_tcpudp_magic(iph->saddr,
2726 iph->daddr, 0,
2727 IPPROTO_TCP,
2728 0);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002729 cmd_length = E1000_TXD_CMD_IP;
Arnaldo Carvalho de Meloea2ae172007-04-25 17:55:53 -07002730 ipcse = skb_transport_offset(skb) - 1;
Auke Koke15fdd02006-08-16 11:28:45 -07002731 } else if (skb->protocol == htons(ETH_P_IPV6)) {
Arnaldo Carvalho de Melo0660e032007-04-25 17:54:47 -07002732 ipv6_hdr(skb)->payload_len = 0;
Arnaldo Carvalho de Meloaa8223c2007-04-10 21:04:22 -07002733 tcp_hdr(skb)->check =
Arnaldo Carvalho de Melo0660e032007-04-25 17:54:47 -07002734 ~csum_ipv6_magic(&ipv6_hdr(skb)->saddr,
2735 &ipv6_hdr(skb)->daddr,
2736 0, IPPROTO_TCP, 0);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002737 ipcse = 0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002738 }
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -03002739 ipcss = skb_network_offset(skb);
Arnaldo Carvalho de Meloeddc9ec2007-04-20 22:47:35 -07002740 ipcso = (void *)&(ip_hdr(skb)->check) - (void *)skb->data;
Arnaldo Carvalho de Meloea2ae172007-04-25 17:55:53 -07002741 tucss = skb_transport_offset(skb);
Arnaldo Carvalho de Meloaa8223c2007-04-10 21:04:22 -07002742 tucso = (void *)&(tcp_hdr(skb)->check) - (void *)skb->data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002743 tucse = 0;
2744
2745 cmd_length |= (E1000_TXD_CMD_DEXT | E1000_TXD_CMD_TSE |
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002746 E1000_TXD_CMD_TCP | (skb->len - (hdr_len)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002747
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002748 i = tx_ring->next_to_use;
2749 context_desc = E1000_CONTEXT_DESC(*tx_ring, i);
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002750 buffer_info = &tx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002751
2752 context_desc->lower_setup.ip_fields.ipcss = ipcss;
2753 context_desc->lower_setup.ip_fields.ipcso = ipcso;
2754 context_desc->lower_setup.ip_fields.ipcse = cpu_to_le16(ipcse);
2755 context_desc->upper_setup.tcp_fields.tucss = tucss;
2756 context_desc->upper_setup.tcp_fields.tucso = tucso;
2757 context_desc->upper_setup.tcp_fields.tucse = cpu_to_le16(tucse);
2758 context_desc->tcp_seg_setup.fields.mss = cpu_to_le16(mss);
2759 context_desc->tcp_seg_setup.fields.hdr_len = hdr_len;
2760 context_desc->cmd_and_length = cpu_to_le32(cmd_length);
2761
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002762 buffer_info->time_stamp = jiffies;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002763 buffer_info->next_to_watch = i;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002764
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002765 if (++i == tx_ring->count) i = 0;
2766 tx_ring->next_to_use = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002767
Joe Perchesc3033b02008-03-21 11:06:25 -07002768 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002769 }
Joe Perchesc3033b02008-03-21 11:06:25 -07002770 return false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002771}
2772
Joe Perches64798842008-07-11 15:17:02 -07002773static bool e1000_tx_csum(struct e1000_adapter *adapter,
2774 struct e1000_tx_ring *tx_ring, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002775{
2776 struct e1000_context_desc *context_desc;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002777 struct e1000_buffer *buffer_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778 unsigned int i;
Joe Perches406874a2008-04-03 10:06:32 -07002779 u8 css;
Dave Graham3ed30672008-10-09 14:29:26 -07002780 u32 cmd_len = E1000_TXD_CMD_DEXT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002781
Dave Graham3ed30672008-10-09 14:29:26 -07002782 if (skb->ip_summed != CHECKSUM_PARTIAL)
2783 return false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784
Dave Graham3ed30672008-10-09 14:29:26 -07002785 switch (skb->protocol) {
Harvey Harrison09640e62009-02-01 00:45:17 -08002786 case cpu_to_be16(ETH_P_IP):
Dave Graham3ed30672008-10-09 14:29:26 -07002787 if (ip_hdr(skb)->protocol == IPPROTO_TCP)
2788 cmd_len |= E1000_TXD_CMD_TCP;
2789 break;
Harvey Harrison09640e62009-02-01 00:45:17 -08002790 case cpu_to_be16(ETH_P_IPV6):
Dave Graham3ed30672008-10-09 14:29:26 -07002791 /* XXX not handling all IPV6 headers */
2792 if (ipv6_hdr(skb)->nexthdr == IPPROTO_TCP)
2793 cmd_len |= E1000_TXD_CMD_TCP;
2794 break;
2795 default:
2796 if (unlikely(net_ratelimit()))
Emil Tantilovfeb8f472010-07-26 23:37:21 -07002797 e_warn(drv, "checksum_partial proto=%x!\n",
2798 skb->protocol);
Dave Graham3ed30672008-10-09 14:29:26 -07002799 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002800 }
2801
Michał Mirosław0d0b1672010-12-14 15:24:08 +00002802 css = skb_checksum_start_offset(skb);
Dave Graham3ed30672008-10-09 14:29:26 -07002803
2804 i = tx_ring->next_to_use;
2805 buffer_info = &tx_ring->buffer_info[i];
2806 context_desc = E1000_CONTEXT_DESC(*tx_ring, i);
2807
2808 context_desc->lower_setup.ip_config = 0;
2809 context_desc->upper_setup.tcp_fields.tucss = css;
2810 context_desc->upper_setup.tcp_fields.tucso =
2811 css + skb->csum_offset;
2812 context_desc->upper_setup.tcp_fields.tucse = 0;
2813 context_desc->tcp_seg_setup.data = 0;
2814 context_desc->cmd_and_length = cpu_to_le32(cmd_len);
2815
2816 buffer_info->time_stamp = jiffies;
2817 buffer_info->next_to_watch = i;
2818
2819 if (unlikely(++i == tx_ring->count)) i = 0;
2820 tx_ring->next_to_use = i;
2821
2822 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002823}
2824
2825#define E1000_MAX_TXD_PWR 12
2826#define E1000_MAX_DATA_PER_TXD (1<<E1000_MAX_TXD_PWR)
2827
Joe Perches64798842008-07-11 15:17:02 -07002828static int e1000_tx_map(struct e1000_adapter *adapter,
2829 struct e1000_tx_ring *tx_ring,
2830 struct sk_buff *skb, unsigned int first,
2831 unsigned int max_per_txd, unsigned int nr_frags,
2832 unsigned int mss)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002833{
Joe Perches1dc32912008-07-11 15:17:08 -07002834 struct e1000_hw *hw = &adapter->hw;
Alexander Duyck602c0552009-12-02 16:46:00 +00002835 struct pci_dev *pdev = adapter->pdev;
Alexander Duyck37e73df2009-03-25 21:58:45 +00002836 struct e1000_buffer *buffer_info;
Jesse Brandeburgd20b6062009-03-02 16:03:21 -08002837 unsigned int len = skb_headlen(skb);
Alexander Duyck602c0552009-12-02 16:46:00 +00002838 unsigned int offset = 0, size, count = 0, i;
Dean Nelson31c15a22011-08-25 14:39:24 +00002839 unsigned int f, bytecount, segs;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002840
2841 i = tx_ring->next_to_use;
2842
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002843 while (len) {
Alexander Duyck37e73df2009-03-25 21:58:45 +00002844 buffer_info = &tx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002845 size = min(len, max_per_txd);
Jeff Kirsherfd803242005-12-13 00:06:22 -05002846 /* Workaround for Controller erratum --
2847 * descriptor for non-tso packet in a linear SKB that follows a
2848 * tso gets written back prematurely before the data is fully
Jeff Kirsher0f15a8f2006-03-02 18:46:29 -08002849 * DMA'd to the controller */
Jeff Kirsherfd803242005-12-13 00:06:22 -05002850 if (!skb->data_len && tx_ring->last_tx_tso &&
Herbert Xu89114af2006-07-08 13:34:32 -07002851 !skb_is_gso(skb)) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00002852 tx_ring->last_tx_tso = false;
Jeff Kirsherfd803242005-12-13 00:06:22 -05002853 size -= 4;
2854 }
2855
Linus Torvalds1da177e2005-04-16 15:20:36 -07002856 /* Workaround for premature desc write-backs
2857 * in TSO mode. Append 4-byte sentinel desc */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002858 if (unlikely(mss && !nr_frags && size == len && size > 8))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859 size -= 4;
Malli Chilakala97338bd2005-04-28 19:41:46 -07002860 /* work-around for errata 10 and it applies
2861 * to all controllers in PCI-X mode
2862 * The fix is to make sure that the first descriptor of a
2863 * packet is smaller than 2048 - 16 - 16 (or 2016) bytes
2864 */
Joe Perches1dc32912008-07-11 15:17:08 -07002865 if (unlikely((hw->bus_type == e1000_bus_type_pcix) &&
Malli Chilakala97338bd2005-04-28 19:41:46 -07002866 (size > 2015) && count == 0))
2867 size = 2015;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002868
Linus Torvalds1da177e2005-04-16 15:20:36 -07002869 /* Workaround for potential 82544 hang in PCI-X. Avoid
2870 * terminating buffers within evenly-aligned dwords. */
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,
2882 size, DMA_TO_DEVICE);
2883 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
2913 * in TSO mode. Append 4-byte sentinel desc */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002914 if (unlikely(mss && f == (nr_frags-1) && size == len && size > 8))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915 size -= 4;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002916 /* Workaround for potential 82544 hang in PCI-X.
2917 * Avoid terminating buffers within evenly-aligned
2918 * dwords. */
Ian Campbell877749b2011-08-29 23:18:26 +00002919 bufend = (unsigned long)
2920 page_to_phys(skb_frag_page(frag));
2921 bufend += offset + size - 1;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002922 if (unlikely(adapter->pcix_82544 &&
Ian Campbell877749b2011-08-29 23:18:26 +00002923 !(bufend & 4) &&
2924 size > 4))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002925 size -= 4;
2926
2927 buffer_info->length = size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002928 buffer_info->time_stamp = jiffies;
Alexander Duyck602c0552009-12-02 16:46:00 +00002929 buffer_info->mapped_as_page = true;
Ian Campbell877749b2011-08-29 23:18:26 +00002930 buffer_info->dma = skb_frag_dma_map(&pdev->dev, frag,
2931 offset, size, DMA_TO_DEVICE);
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002932 if (dma_mapping_error(&pdev->dev, buffer_info->dma))
Alexander Duyck602c0552009-12-02 16:46:00 +00002933 goto dma_error;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002934 buffer_info->next_to_watch = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002935
2936 len -= size;
2937 offset += size;
2938 count++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002939 }
2940 }
2941
Dean Nelson31c15a22011-08-25 14:39:24 +00002942 segs = skb_shinfo(skb)->gso_segs ?: 1;
2943 /* multiply data chunks by size of headers */
2944 bytecount = ((segs - 1) * skb_headlen(skb)) + skb->len;
2945
Linus Torvalds1da177e2005-04-16 15:20:36 -07002946 tx_ring->buffer_info[i].skb = skb;
Dean Nelson31c15a22011-08-25 14:39:24 +00002947 tx_ring->buffer_info[i].segs = segs;
2948 tx_ring->buffer_info[i].bytecount = bytecount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949 tx_ring->buffer_info[first].next_to_watch = i;
2950
2951 return count;
Alexander Duyck602c0552009-12-02 16:46:00 +00002952
2953dma_error:
2954 dev_err(&pdev->dev, "TX DMA map failed\n");
2955 buffer_info->dma = 0;
Roel Kluinc1fa3472010-01-19 14:21:45 +00002956 if (count)
Alexander Duyck602c0552009-12-02 16:46:00 +00002957 count--;
Roel Kluinc1fa3472010-01-19 14:21:45 +00002958
2959 while (count--) {
2960 if (i==0)
Alexander Duyck602c0552009-12-02 16:46:00 +00002961 i += tx_ring->count;
Roel Kluinc1fa3472010-01-19 14:21:45 +00002962 i--;
Alexander Duyck602c0552009-12-02 16:46:00 +00002963 buffer_info = &tx_ring->buffer_info[i];
2964 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
2965 }
2966
2967 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002968}
2969
Joe Perches64798842008-07-11 15:17:02 -07002970static void e1000_tx_queue(struct e1000_adapter *adapter,
2971 struct e1000_tx_ring *tx_ring, int tx_flags,
2972 int count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002973{
Joe Perches1dc32912008-07-11 15:17:08 -07002974 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002975 struct e1000_tx_desc *tx_desc = NULL;
2976 struct e1000_buffer *buffer_info;
Joe Perches406874a2008-04-03 10:06:32 -07002977 u32 txd_upper = 0, txd_lower = E1000_TXD_CMD_IFCS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978 unsigned int i;
2979
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002980 if (likely(tx_flags & E1000_TX_FLAGS_TSO)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002981 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D |
2982 E1000_TXD_CMD_TSE;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002983 txd_upper |= E1000_TXD_POPTS_TXSM << 8;
2984
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002985 if (likely(tx_flags & E1000_TX_FLAGS_IPV4))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002986 txd_upper |= E1000_TXD_POPTS_IXSM << 8;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002987 }
2988
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002989 if (likely(tx_flags & E1000_TX_FLAGS_CSUM)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002990 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D;
2991 txd_upper |= E1000_TXD_POPTS_TXSM << 8;
2992 }
2993
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002994 if (unlikely(tx_flags & E1000_TX_FLAGS_VLAN)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002995 txd_lower |= E1000_TXD_CMD_VLE;
2996 txd_upper |= (tx_flags & E1000_TX_FLAGS_VLAN_MASK);
2997 }
2998
Ben Greear11a78dc2012-02-11 15:40:01 +00002999 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS))
3000 txd_lower &= ~(E1000_TXD_CMD_IFCS);
3001
Linus Torvalds1da177e2005-04-16 15:20:36 -07003002 i = tx_ring->next_to_use;
3003
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003004 while (count--) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005 buffer_info = &tx_ring->buffer_info[i];
3006 tx_desc = E1000_TX_DESC(*tx_ring, i);
3007 tx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
3008 tx_desc->lower.data =
3009 cpu_to_le32(txd_lower | buffer_info->length);
3010 tx_desc->upper.data = cpu_to_le32(txd_upper);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003011 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003012 }
3013
3014 tx_desc->lower.data |= cpu_to_le32(adapter->txd_cmd);
3015
Ben Greear11a78dc2012-02-11 15:40:01 +00003016 /* txd_cmd re-enables FCS, so we'll re-disable it here as desired. */
3017 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS))
3018 tx_desc->lower.data &= ~(cpu_to_le32(E1000_TXD_CMD_IFCS));
3019
Linus Torvalds1da177e2005-04-16 15:20:36 -07003020 /* Force memory writes to complete before letting h/w
3021 * know there are new descriptors to fetch. (Only
3022 * applicable for weak-ordered memory model archs,
3023 * such as IA-64). */
3024 wmb();
3025
3026 tx_ring->next_to_use = i;
Joe Perches1dc32912008-07-11 15:17:08 -07003027 writel(i, hw->hw_addr + tx_ring->tdt);
Jesse Brandeburg2ce90472006-11-01 08:47:42 -08003028 /* we need this if more than one processor can write to our tail
3029 * at a time, it syncronizes IO on IA64/Altix systems */
3030 mmiowb();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003031}
3032
3033/**
3034 * 82547 workaround to avoid controller hang in half-duplex environment.
3035 * The workaround is to avoid queuing a large packet that would span
3036 * the internal Tx FIFO ring boundary by notifying the stack to resend
3037 * the packet at a later time. This gives the Tx FIFO an opportunity to
3038 * flush all packets. When that occurs, we reset the Tx FIFO pointers
3039 * to the beginning of the Tx FIFO.
3040 **/
3041
3042#define E1000_FIFO_HDR 0x10
3043#define E1000_82547_PAD_LEN 0x3E0
3044
Joe Perches64798842008-07-11 15:17:02 -07003045static int e1000_82547_fifo_workaround(struct e1000_adapter *adapter,
3046 struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003047{
Joe Perches406874a2008-04-03 10:06:32 -07003048 u32 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head;
3049 u32 skb_fifo_len = skb->len + E1000_FIFO_HDR;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003050
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -07003051 skb_fifo_len = ALIGN(skb_fifo_len, E1000_FIFO_HDR);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003052
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003053 if (adapter->link_duplex != HALF_DUPLEX)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003054 goto no_fifo_stall_required;
3055
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003056 if (atomic_read(&adapter->tx_fifo_stall))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003057 return 1;
3058
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003059 if (skb_fifo_len >= (E1000_82547_PAD_LEN + fifo_space)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003060 atomic_set(&adapter->tx_fifo_stall, 1);
3061 return 1;
3062 }
3063
3064no_fifo_stall_required:
3065 adapter->tx_fifo_head += skb_fifo_len;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003066 if (adapter->tx_fifo_head >= adapter->tx_fifo_size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003067 adapter->tx_fifo_head -= adapter->tx_fifo_size;
3068 return 0;
3069}
3070
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003071static int __e1000_maybe_stop_tx(struct net_device *netdev, int size)
3072{
3073 struct e1000_adapter *adapter = netdev_priv(netdev);
3074 struct e1000_tx_ring *tx_ring = adapter->tx_ring;
3075
3076 netif_stop_queue(netdev);
3077 /* Herbert's original patch had:
3078 * smp_mb__after_netif_stop_queue();
3079 * but since that doesn't exist yet, just open code it. */
3080 smp_mb();
3081
3082 /* We need to check again in a case another CPU has just
3083 * made room available. */
3084 if (likely(E1000_DESC_UNUSED(tx_ring) < size))
3085 return -EBUSY;
3086
3087 /* A reprieve! */
3088 netif_start_queue(netdev);
Jesse Brandeburgfcfb1222006-11-01 08:47:59 -08003089 ++adapter->restart_queue;
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003090 return 0;
3091}
3092
3093static int e1000_maybe_stop_tx(struct net_device *netdev,
3094 struct e1000_tx_ring *tx_ring, int size)
3095{
3096 if (likely(E1000_DESC_UNUSED(tx_ring) >= size))
3097 return 0;
3098 return __e1000_maybe_stop_tx(netdev, size);
3099}
3100
Linus Torvalds1da177e2005-04-16 15:20:36 -07003101#define TXD_USE_COUNT(S, X) (((S) >> (X)) + 1 )
Stephen Hemminger3b29a562009-08-31 19:50:55 +00003102static netdev_tx_t e1000_xmit_frame(struct sk_buff *skb,
3103 struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003104{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003105 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07003106 struct e1000_hw *hw = &adapter->hw;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003107 struct e1000_tx_ring *tx_ring;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003108 unsigned int first, max_per_txd = E1000_MAX_DATA_PER_TXD;
3109 unsigned int max_txd_pwr = E1000_MAX_TXD_PWR;
3110 unsigned int tx_flags = 0;
Eric Dumazete743d312010-04-14 15:59:40 -07003111 unsigned int len = skb_headlen(skb);
Krishna Kumar6d1e3aa2007-10-05 14:15:16 -07003112 unsigned int nr_frags;
3113 unsigned int mss;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003114 int count = 0;
Auke Kok76c224b2006-05-23 13:36:06 -07003115 int tso;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003116 unsigned int f;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003118 /* This goes back to the question of how to logically map a tx queue
3119 * to a flow. Right now, performance is impacted slightly negatively
3120 * if using multiple tx queues. If the stack breaks away from a
3121 * single qdisc implementation, we can look at this again. */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003122 tx_ring = adapter->tx_ring;
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04003123
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003124 if (unlikely(skb->len <= 0)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003125 dev_kfree_skb_any(skb);
3126 return NETDEV_TX_OK;
3127 }
3128
Herbert Xu79671682006-06-22 02:40:14 -07003129 mss = skb_shinfo(skb)->gso_size;
Auke Kok76c224b2006-05-23 13:36:06 -07003130 /* The controller does a simple calculation to
Linus Torvalds1da177e2005-04-16 15:20:36 -07003131 * make sure there is enough room in the FIFO before
3132 * initiating the DMA for each buffer. The calc is:
3133 * 4 = ceil(buffer len/mss). To make sure we don't
3134 * overrun the FIFO, adjust the max buffer len if mss
3135 * drops. */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003136 if (mss) {
Joe Perches406874a2008-04-03 10:06:32 -07003137 u8 hdr_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003138 max_per_txd = min(mss << 2, max_per_txd);
3139 max_txd_pwr = fls(max_per_txd) - 1;
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003140
Arnaldo Carvalho de Meloab6a5bb2007-03-18 17:43:48 -07003141 hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb);
Krishna Kumar6d1e3aa2007-10-05 14:15:16 -07003142 if (skb->data_len && hdr_len == len) {
Joe Perches1dc32912008-07-11 15:17:08 -07003143 switch (hw->mac_type) {
Jeff Kirsher9f687882006-03-02 18:20:17 -08003144 unsigned int pull_size;
Herbert Xu683a2aa2006-12-16 12:04:33 +11003145 case e1000_82544:
3146 /* Make sure we have room to chop off 4 bytes,
3147 * and that the end alignment will work out to
3148 * this hardware's requirements
3149 * NOTE: this is a TSO only workaround
3150 * if end byte alignment not correct move us
3151 * into the next dword */
Arnaldo Carvalho de Melo27a884d2007-04-19 20:29:13 -07003152 if ((unsigned long)(skb_tail_pointer(skb) - 1) & 4)
Herbert Xu683a2aa2006-12-16 12:04:33 +11003153 break;
3154 /* fall through */
Jeff Kirsher9f687882006-03-02 18:20:17 -08003155 pull_size = min((unsigned int)4, skb->data_len);
3156 if (!__pskb_pull_tail(skb, pull_size)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003157 e_err(drv, "__pskb_pull_tail "
3158 "failed.\n");
Jeff Kirsher9f687882006-03-02 18:20:17 -08003159 dev_kfree_skb_any(skb);
Jeff Garzik749dfc702006-03-11 13:35:31 -05003160 return NETDEV_TX_OK;
Jeff Kirsher9f687882006-03-02 18:20:17 -08003161 }
Eric Dumazete743d312010-04-14 15:59:40 -07003162 len = skb_headlen(skb);
Jeff Kirsher9f687882006-03-02 18:20:17 -08003163 break;
3164 default:
3165 /* do nothing */
3166 break;
Jeff Kirsherd74bbd32006-01-12 16:51:07 -08003167 }
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003168 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003169 }
3170
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003171 /* reserve a descriptor for the offload context */
Patrick McHardy84fa7932006-08-29 16:44:56 -07003172 if ((mss) || (skb->ip_summed == CHECKSUM_PARTIAL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003173 count++;
Malli Chilakala26483452005-04-28 19:44:46 -07003174 count++;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003175
Jeff Kirsherfd803242005-12-13 00:06:22 -05003176 /* Controller Erratum workaround */
Herbert Xu89114af2006-07-08 13:34:32 -07003177 if (!skb->data_len && tx_ring->last_tx_tso && !skb_is_gso(skb))
Jeff Kirsherfd803242005-12-13 00:06:22 -05003178 count++;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003179
Linus Torvalds1da177e2005-04-16 15:20:36 -07003180 count += TXD_USE_COUNT(len, max_txd_pwr);
3181
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003182 if (adapter->pcix_82544)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183 count++;
3184
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003185 /* work-around for errata 10 and it applies to all controllers
Malli Chilakala97338bd2005-04-28 19:41:46 -07003186 * in PCI-X mode, so add one more descriptor to the count
3187 */
Joe Perches1dc32912008-07-11 15:17:08 -07003188 if (unlikely((hw->bus_type == e1000_bus_type_pcix) &&
Malli Chilakala97338bd2005-04-28 19:41:46 -07003189 (len > 2015)))
3190 count++;
3191
Linus Torvalds1da177e2005-04-16 15:20:36 -07003192 nr_frags = skb_shinfo(skb)->nr_frags;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003193 for (f = 0; f < nr_frags; f++)
Eric Dumazet9e903e02011-10-18 21:00:24 +00003194 count += TXD_USE_COUNT(skb_frag_size(&skb_shinfo(skb)->frags[f]),
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195 max_txd_pwr);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003196 if (adapter->pcix_82544)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003197 count += nr_frags;
3198
Linus Torvalds1da177e2005-04-16 15:20:36 -07003199 /* need: count + 2 desc gap to keep tail from touching
3200 * head, otherwise try next time */
Alexander Duyck80179432009-01-21 14:42:47 -08003201 if (unlikely(e1000_maybe_stop_tx(netdev, tx_ring, count + 2)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202 return NETDEV_TX_BUSY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003203
Jesse Brandeburga4010af2011-10-05 07:24:41 +00003204 if (unlikely((hw->mac_type == e1000_82547) &&
3205 (e1000_82547_fifo_workaround(adapter, skb)))) {
3206 netif_stop_queue(netdev);
3207 if (!test_bit(__E1000_DOWN, &adapter->flags))
3208 schedule_delayed_work(&adapter->fifo_stall_task, 1);
3209 return NETDEV_TX_BUSY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003210 }
3211
Jiri Pirko5622e402011-07-21 03:26:31 +00003212 if (vlan_tx_tag_present(skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213 tx_flags |= E1000_TX_FLAGS_VLAN;
3214 tx_flags |= (vlan_tx_tag_get(skb) << E1000_TX_FLAGS_VLAN_SHIFT);
3215 }
3216
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003217 first = tx_ring->next_to_use;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003218
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003219 tso = e1000_tso(adapter, tx_ring, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220 if (tso < 0) {
3221 dev_kfree_skb_any(skb);
3222 return NETDEV_TX_OK;
3223 }
3224
Jeff Kirsherfd803242005-12-13 00:06:22 -05003225 if (likely(tso)) {
Jesse Brandeburg8fce4732009-09-25 12:18:41 +00003226 if (likely(hw->mac_type != e1000_82544))
Rusty Russell3db1cd52011-12-19 13:56:45 +00003227 tx_ring->last_tx_tso = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003228 tx_flags |= E1000_TX_FLAGS_TSO;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003229 } else if (likely(e1000_tx_csum(adapter, tx_ring, skb)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003230 tx_flags |= E1000_TX_FLAGS_CSUM;
3231
Alexey Dobriyan60828232006-05-23 14:52:21 -07003232 if (likely(skb->protocol == htons(ETH_P_IP)))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003233 tx_flags |= E1000_TX_FLAGS_IPV4;
3234
Ben Greear11a78dc2012-02-11 15:40:01 +00003235 if (unlikely(skb->no_fcs))
3236 tx_flags |= E1000_TX_FLAGS_NO_FCS;
3237
Alexander Duyck37e73df2009-03-25 21:58:45 +00003238 count = e1000_tx_map(adapter, tx_ring, skb, first, max_per_txd,
3239 nr_frags, mss);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240
Alexander Duyck37e73df2009-03-25 21:58:45 +00003241 if (count) {
3242 e1000_tx_queue(adapter, tx_ring, tx_flags, count);
Alexander Duyck37e73df2009-03-25 21:58:45 +00003243 /* Make sure there is space in the ring for the next send. */
3244 e1000_maybe_stop_tx(netdev, tx_ring, MAX_SKB_FRAGS + 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003245
Alexander Duyck37e73df2009-03-25 21:58:45 +00003246 } else {
3247 dev_kfree_skb_any(skb);
3248 tx_ring->buffer_info[first].time_stamp = 0;
3249 tx_ring->next_to_use = first;
3250 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003251
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252 return NETDEV_TX_OK;
3253}
3254
Tushar Daveb04e36b2012-01-27 09:00:46 +00003255#define NUM_REGS 38 /* 1 based count */
3256static void e1000_regdump(struct e1000_adapter *adapter)
3257{
3258 struct e1000_hw *hw = &adapter->hw;
3259 u32 regs[NUM_REGS];
3260 u32 *regs_buff = regs;
3261 int i = 0;
3262
3263 char *reg_name[] = {
3264 "CTRL", "STATUS",
3265 "RCTL", "RDLEN", "RDH", "RDT", "RDTR",
3266 "TCTL", "TDBAL", "TDBAH", "TDLEN", "TDH", "TDT",
3267 "TIDV", "TXDCTL", "TADV", "TARC0",
3268 "TDBAL1", "TDBAH1", "TDLEN1", "TDH1", "TDT1",
3269 "TXDCTL1", "TARC1",
3270 "CTRL_EXT", "ERT", "RDBAL", "RDBAH",
3271 "TDFH", "TDFT", "TDFHS", "TDFTS", "TDFPC",
3272 "RDFH", "RDFT", "RDFHS", "RDFTS", "RDFPC"
3273 };
3274
3275 regs_buff[0] = er32(CTRL);
3276 regs_buff[1] = er32(STATUS);
3277
3278 regs_buff[2] = er32(RCTL);
3279 regs_buff[3] = er32(RDLEN);
3280 regs_buff[4] = er32(RDH);
3281 regs_buff[5] = er32(RDT);
3282 regs_buff[6] = er32(RDTR);
3283
3284 regs_buff[7] = er32(TCTL);
3285 regs_buff[8] = er32(TDBAL);
3286 regs_buff[9] = er32(TDBAH);
3287 regs_buff[10] = er32(TDLEN);
3288 regs_buff[11] = er32(TDH);
3289 regs_buff[12] = er32(TDT);
3290 regs_buff[13] = er32(TIDV);
3291 regs_buff[14] = er32(TXDCTL);
3292 regs_buff[15] = er32(TADV);
3293 regs_buff[16] = er32(TARC0);
3294
3295 regs_buff[17] = er32(TDBAL1);
3296 regs_buff[18] = er32(TDBAH1);
3297 regs_buff[19] = er32(TDLEN1);
3298 regs_buff[20] = er32(TDH1);
3299 regs_buff[21] = er32(TDT1);
3300 regs_buff[22] = er32(TXDCTL1);
3301 regs_buff[23] = er32(TARC1);
3302 regs_buff[24] = er32(CTRL_EXT);
3303 regs_buff[25] = er32(ERT);
3304 regs_buff[26] = er32(RDBAL0);
3305 regs_buff[27] = er32(RDBAH0);
3306 regs_buff[28] = er32(TDFH);
3307 regs_buff[29] = er32(TDFT);
3308 regs_buff[30] = er32(TDFHS);
3309 regs_buff[31] = er32(TDFTS);
3310 regs_buff[32] = er32(TDFPC);
3311 regs_buff[33] = er32(RDFH);
3312 regs_buff[34] = er32(RDFT);
3313 regs_buff[35] = er32(RDFHS);
3314 regs_buff[36] = er32(RDFTS);
3315 regs_buff[37] = er32(RDFPC);
3316
3317 pr_info("Register dump\n");
3318 for (i = 0; i < NUM_REGS; i++) {
3319 printk(KERN_INFO "%-15s %08x\n",
3320 reg_name[i], regs_buff[i]);
3321 }
3322}
3323
3324/*
3325 * e1000_dump: Print registers, tx ring and rx ring
3326 */
3327static void e1000_dump(struct e1000_adapter *adapter)
3328{
3329 /* this code doesn't handle multiple rings */
3330 struct e1000_tx_ring *tx_ring = adapter->tx_ring;
3331 struct e1000_rx_ring *rx_ring = adapter->rx_ring;
3332 int i;
3333
3334 if (!netif_msg_hw(adapter))
3335 return;
3336
3337 /* Print Registers */
3338 e1000_regdump(adapter);
3339
3340 /*
3341 * transmit dump
3342 */
3343 pr_info("TX Desc ring0 dump\n");
3344
3345 /* Transmit Descriptor Formats - DEXT[29] is 0 (Legacy) or 1 (Extended)
3346 *
3347 * Legacy Transmit Descriptor
3348 * +--------------------------------------------------------------+
3349 * 0 | Buffer Address [63:0] (Reserved on Write Back) |
3350 * +--------------------------------------------------------------+
3351 * 8 | Special | CSS | Status | CMD | CSO | Length |
3352 * +--------------------------------------------------------------+
3353 * 63 48 47 36 35 32 31 24 23 16 15 0
3354 *
3355 * Extended Context Descriptor (DTYP=0x0) for TSO or checksum offload
3356 * 63 48 47 40 39 32 31 16 15 8 7 0
3357 * +----------------------------------------------------------------+
3358 * 0 | TUCSE | TUCS0 | TUCSS | IPCSE | IPCS0 | IPCSS |
3359 * +----------------------------------------------------------------+
3360 * 8 | MSS | HDRLEN | RSV | STA | TUCMD | DTYP | PAYLEN |
3361 * +----------------------------------------------------------------+
3362 * 63 48 47 40 39 36 35 32 31 24 23 20 19 0
3363 *
3364 * Extended Data Descriptor (DTYP=0x1)
3365 * +----------------------------------------------------------------+
3366 * 0 | Buffer Address [63:0] |
3367 * +----------------------------------------------------------------+
3368 * 8 | VLAN tag | POPTS | Rsvd | Status | Command | DTYP | DTALEN |
3369 * +----------------------------------------------------------------+
3370 * 63 48 47 40 39 36 35 32 31 24 23 20 19 0
3371 */
3372 printk(KERN_INFO "Tc[desc] [Ce CoCsIpceCoS] [MssHlRSCm0Plen] [bi->dma ]"
3373 " leng ntw timestmp bi->skb\n");
3374 printk(KERN_INFO "Td[desc] [address 63:0 ] [VlaPoRSCm1Dlen] [bi->dma ]"
3375 " leng ntw timestmp bi->skb\n");
3376
3377 if (!netif_msg_tx_done(adapter))
3378 goto rx_ring_summary;
3379
3380 for (i = 0; tx_ring->desc && (i < tx_ring->count); i++) {
3381 struct e1000_tx_desc *tx_desc = E1000_TX_DESC(*tx_ring, i);
3382 struct e1000_buffer *buffer_info = &tx_ring->buffer_info[i];
3383 struct my_u { u64 a; u64 b; };
3384 struct my_u *u = (struct my_u *)tx_desc;
3385 printk(KERN_INFO "T%c[0x%03X] %016llX %016llX %016llX %04X %3X "
3386 "%016llX %p",
3387 ((le64_to_cpu(u->b) & (1<<20)) ? 'd' : 'c'), i,
3388 le64_to_cpu(u->a), le64_to_cpu(u->b),
3389 (u64)buffer_info->dma, buffer_info->length,
3390 buffer_info->next_to_watch, (u64)buffer_info->time_stamp,
3391 buffer_info->skb);
3392 if (i == tx_ring->next_to_use && i == tx_ring->next_to_clean)
3393 printk(KERN_CONT" NTC/U\n");
3394 else if (i == tx_ring->next_to_use)
3395 printk(KERN_CONT " NTU\n");
3396 else if (i == tx_ring->next_to_clean)
3397 printk(KERN_CONT " NTC\n");
3398 else
3399 printk(KERN_CONT "\n");
3400
3401
3402 if (netif_msg_pktdata(adapter) && buffer_info->dma != 0)
3403 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_ADDRESS,
3404 16, 1, phys_to_virt(buffer_info->dma),
3405 buffer_info->length, true);
3406 }
3407
3408rx_ring_summary:
3409 /*
3410 * receive dump
3411 */
3412 pr_info("\nRX Desc ring dump\n");
3413
3414 /* Legacy Receive Descriptor Format
3415 *
3416 * +-----------------------------------------------------+
3417 * | Buffer Address [63:0] |
3418 * +-----------------------------------------------------+
3419 * | VLAN Tag | Errors | Status 0 | Packet csum | Length |
3420 * +-----------------------------------------------------+
3421 * 63 48 47 40 39 32 31 16 15 0
3422 */
3423 printk(KERN_INFO "R[desc] [address 63:0 ] [vl er S cks ln] "
3424 "[bi->dma ] [bi->skb]\n");
3425
3426 if (!netif_msg_rx_status(adapter))
3427 goto exit;
3428
3429 for (i = 0; rx_ring->desc && (i < rx_ring->count); i++) {
3430 struct e1000_rx_desc *rx_desc = E1000_RX_DESC(*rx_ring, i);
3431 struct e1000_buffer *buffer_info = &rx_ring->buffer_info[i];
3432 struct my_u { u64 a; u64 b; };
3433 struct my_u *u = (struct my_u *)rx_desc;
3434 printk(KERN_INFO "R[0x%03X] %016llX %016llX %016llX %p",
3435 i, le64_to_cpu(u->a), le64_to_cpu(u->b),
3436 (u64)buffer_info->dma, buffer_info->skb);
3437 if (i == rx_ring->next_to_use)
3438 printk(KERN_CONT " NTU\n");
3439 else if (i == rx_ring->next_to_clean)
3440 printk(KERN_CONT " NTC\n");
3441 else
3442 printk(KERN_CONT "\n");
3443
3444 if (netif_msg_pktdata(adapter))
3445 print_hex_dump(KERN_INFO, "",
3446 DUMP_PREFIX_ADDRESS, 16, 1,
3447 phys_to_virt(buffer_info->dma),
3448 buffer_info->length, true);
3449
3450 } /* for */
3451
3452 /* dump the descriptor caches */
3453 /* rx */
3454 printk(KERN_INFO "e1000: Rx descriptor cache in 64bit format\n");
3455 for (i = 0x6000; i <= 0x63FF ; i += 0x10) {
3456 printk(KERN_INFO "R%04X: %08X|%08X %08X|%08X\n",
3457 i,
3458 readl(adapter->hw.hw_addr + i+4),
3459 readl(adapter->hw.hw_addr + i),
3460 readl(adapter->hw.hw_addr + i+12),
3461 readl(adapter->hw.hw_addr + i+8));
3462 }
3463 /* tx */
3464 printk(KERN_INFO "e1000: Tx descriptor cache in 64bit format\n");
3465 for (i = 0x7000; i <= 0x73FF ; i += 0x10) {
3466 printk(KERN_INFO "T%04X: %08X|%08X %08X|%08X\n",
3467 i,
3468 readl(adapter->hw.hw_addr + i+4),
3469 readl(adapter->hw.hw_addr + i),
3470 readl(adapter->hw.hw_addr + i+12),
3471 readl(adapter->hw.hw_addr + i+8));
3472 }
3473exit:
3474 return;
3475}
3476
Linus Torvalds1da177e2005-04-16 15:20:36 -07003477/**
3478 * e1000_tx_timeout - Respond to a Tx Hang
3479 * @netdev: network interface device structure
3480 **/
3481
Joe Perches64798842008-07-11 15:17:02 -07003482static void e1000_tx_timeout(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003483{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003484 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003485
3486 /* Do the reset outside of interrupt context */
Jeff Kirsher87041632006-03-02 18:21:24 -08003487 adapter->tx_timeout_count++;
3488 schedule_work(&adapter->reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003489}
3490
Joe Perches64798842008-07-11 15:17:02 -07003491static void e1000_reset_task(struct work_struct *work)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003492{
David Howells65f27f32006-11-22 14:55:48 +00003493 struct e1000_adapter *adapter =
3494 container_of(work, struct e1000_adapter, reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003495
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00003496 if (test_bit(__E1000_DOWN, &adapter->flags))
3497 return;
Tushar Daveb04e36b2012-01-27 09:00:46 +00003498 e_err(drv, "Reset adapter\n");
Jesse Brandeburg338c15e2010-09-22 18:22:42 +00003499 e1000_reinit_safe(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003500}
3501
3502/**
3503 * e1000_get_stats - Get System Network Statistics
3504 * @netdev: network interface device structure
3505 *
3506 * Returns the address of the device statistics structure.
Jesse Brandeburga4010af2011-10-05 07:24:41 +00003507 * The statistics are actually updated from the watchdog.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003508 **/
3509
Joe Perches64798842008-07-11 15:17:02 -07003510static struct net_device_stats *e1000_get_stats(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003511{
Jeff Kirsher6b7660c2006-01-12 16:50:35 -08003512 /* only return the current stats */
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003513 return &netdev->stats;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003514}
3515
3516/**
3517 * e1000_change_mtu - Change the Maximum Transfer Unit
3518 * @netdev: network interface device structure
3519 * @new_mtu: new value for maximum frame size
3520 *
3521 * Returns 0 on success, negative on failure
3522 **/
3523
Joe Perches64798842008-07-11 15:17:02 -07003524static int e1000_change_mtu(struct net_device *netdev, int new_mtu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003525{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003526 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07003527 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003528 int max_frame = new_mtu + ENET_HEADER_SIZE + ETHERNET_FCS_SIZE;
3529
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003530 if ((max_frame < MINIMUM_ETHERNET_FRAME_SIZE) ||
3531 (max_frame > MAX_JUMBO_FRAME_SIZE)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003532 e_err(probe, "Invalid MTU setting\n");
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04003533 return -EINVAL;
3534 }
3535
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003536 /* Adapter-specific max frame size limits. */
Joe Perches1dc32912008-07-11 15:17:08 -07003537 switch (hw->mac_type) {
Auke Kok9e2feac2006-04-14 19:05:18 -07003538 case e1000_undefined ... e1000_82542_rev2_1:
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +00003539 if (max_frame > (ETH_FRAME_LEN + ETH_FCS_LEN)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003540 e_err(probe, "Jumbo Frames not supported.\n");
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003541 return -EINVAL;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003542 }
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003543 break;
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003544 default:
3545 /* Capable of supporting up to MAX_JUMBO_FRAME_SIZE limit. */
3546 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003547 }
3548
Jesse Brandeburg3d6114e2009-09-25 12:19:02 +00003549 while (test_and_set_bit(__E1000_RESETTING, &adapter->flags))
3550 msleep(1);
3551 /* e1000_down has a dependency on max_frame_size */
3552 hw->max_frame_size = max_frame;
3553 if (netif_running(netdev))
3554 e1000_down(adapter);
3555
David S. Miller87f50322006-07-31 22:39:40 -07003556 /* NOTE: netdev_alloc_skb reserves 16 bytes, and typically NET_IP_ALIGN
Auke Kok9e2feac2006-04-14 19:05:18 -07003557 * means we reserve 2 more, this pushes us to allocate from the next
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003558 * larger slab size.
3559 * i.e. RXBUFFER_2048 --> size-4096 slab
3560 * however with the new *_jumbo_rx* routines, jumbo receives will use
3561 * fragmented skbs */
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003562
Jesse Brandeburg99261462010-01-22 22:56:16 +00003563 if (max_frame <= E1000_RXBUFFER_2048)
Auke Kok9e2feac2006-04-14 19:05:18 -07003564 adapter->rx_buffer_len = E1000_RXBUFFER_2048;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003565 else
3566#if (PAGE_SIZE >= E1000_RXBUFFER_16384)
Auke Kok9e2feac2006-04-14 19:05:18 -07003567 adapter->rx_buffer_len = E1000_RXBUFFER_16384;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003568#elif (PAGE_SIZE >= E1000_RXBUFFER_4096)
3569 adapter->rx_buffer_len = PAGE_SIZE;
3570#endif
Auke Kok9e2feac2006-04-14 19:05:18 -07003571
3572 /* adjust allocation if LPE protects us, and we aren't using SBP */
Joe Perches1dc32912008-07-11 15:17:08 -07003573 if (!hw->tbi_compatibility_on &&
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +00003574 ((max_frame == (ETH_FRAME_LEN + ETH_FCS_LEN)) ||
Auke Kok9e2feac2006-04-14 19:05:18 -07003575 (max_frame == MAXIMUM_ETHERNET_VLAN_SIZE)))
3576 adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE;
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003577
Emil Tantilov675ad472010-04-27 14:02:58 +00003578 pr_info("%s changing MTU from %d to %d\n",
3579 netdev->name, netdev->mtu, new_mtu);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003580 netdev->mtu = new_mtu;
3581
Auke Kok2db10a02006-06-27 09:06:28 -07003582 if (netif_running(netdev))
Jesse Brandeburg3d6114e2009-09-25 12:19:02 +00003583 e1000_up(adapter);
3584 else
3585 e1000_reset(adapter);
3586
3587 clear_bit(__E1000_RESETTING, &adapter->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003588
Linus Torvalds1da177e2005-04-16 15:20:36 -07003589 return 0;
3590}
3591
3592/**
3593 * e1000_update_stats - Update the board statistics counters
3594 * @adapter: board private structure
3595 **/
3596
Joe Perches64798842008-07-11 15:17:02 -07003597void e1000_update_stats(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003598{
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003599 struct net_device *netdev = adapter->netdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003600 struct e1000_hw *hw = &adapter->hw;
Linas Vepstas282f33c2006-06-08 22:19:44 -07003601 struct pci_dev *pdev = adapter->pdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003602 unsigned long flags;
Joe Perches406874a2008-04-03 10:06:32 -07003603 u16 phy_tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003604
3605#define PHY_IDLE_ERROR_COUNT_MASK 0x00FF
3606
Linas Vepstas282f33c2006-06-08 22:19:44 -07003607 /*
3608 * Prevent stats update while adapter is being reset, or if the pci
3609 * connection is down.
3610 */
Auke Kok90267292006-06-08 09:30:24 -07003611 if (adapter->link_speed == 0)
3612 return;
Linas Vepstas81b19552006-12-12 18:29:15 -06003613 if (pci_channel_offline(pdev))
Linas Vepstas282f33c2006-06-08 22:19:44 -07003614 return;
Auke Kok90267292006-06-08 09:30:24 -07003615
Linus Torvalds1da177e2005-04-16 15:20:36 -07003616 spin_lock_irqsave(&adapter->stats_lock, flags);
3617
Masatake YAMATO828d0552007-10-20 03:06:37 +02003618 /* these counters are modified from e1000_tbi_adjust_stats,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003619 * called from the interrupt context, so they must only
3620 * be written while holding adapter->stats_lock
3621 */
3622
Joe Perches1dc32912008-07-11 15:17:08 -07003623 adapter->stats.crcerrs += er32(CRCERRS);
3624 adapter->stats.gprc += er32(GPRC);
3625 adapter->stats.gorcl += er32(GORCL);
3626 adapter->stats.gorch += er32(GORCH);
3627 adapter->stats.bprc += er32(BPRC);
3628 adapter->stats.mprc += er32(MPRC);
3629 adapter->stats.roc += er32(ROC);
Auke Kokcd94dd02006-06-27 09:08:22 -07003630
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003631 adapter->stats.prc64 += er32(PRC64);
3632 adapter->stats.prc127 += er32(PRC127);
3633 adapter->stats.prc255 += er32(PRC255);
3634 adapter->stats.prc511 += er32(PRC511);
3635 adapter->stats.prc1023 += er32(PRC1023);
3636 adapter->stats.prc1522 += er32(PRC1522);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003637
Joe Perches1dc32912008-07-11 15:17:08 -07003638 adapter->stats.symerrs += er32(SYMERRS);
3639 adapter->stats.mpc += er32(MPC);
3640 adapter->stats.scc += er32(SCC);
3641 adapter->stats.ecol += er32(ECOL);
3642 adapter->stats.mcc += er32(MCC);
3643 adapter->stats.latecol += er32(LATECOL);
3644 adapter->stats.dc += er32(DC);
3645 adapter->stats.sec += er32(SEC);
3646 adapter->stats.rlec += er32(RLEC);
3647 adapter->stats.xonrxc += er32(XONRXC);
3648 adapter->stats.xontxc += er32(XONTXC);
3649 adapter->stats.xoffrxc += er32(XOFFRXC);
3650 adapter->stats.xofftxc += er32(XOFFTXC);
3651 adapter->stats.fcruc += er32(FCRUC);
3652 adapter->stats.gptc += er32(GPTC);
3653 adapter->stats.gotcl += er32(GOTCL);
3654 adapter->stats.gotch += er32(GOTCH);
3655 adapter->stats.rnbc += er32(RNBC);
3656 adapter->stats.ruc += er32(RUC);
3657 adapter->stats.rfc += er32(RFC);
3658 adapter->stats.rjc += er32(RJC);
3659 adapter->stats.torl += er32(TORL);
3660 adapter->stats.torh += er32(TORH);
3661 adapter->stats.totl += er32(TOTL);
3662 adapter->stats.toth += er32(TOTH);
3663 adapter->stats.tpr += er32(TPR);
Auke Kokcd94dd02006-06-27 09:08:22 -07003664
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003665 adapter->stats.ptc64 += er32(PTC64);
3666 adapter->stats.ptc127 += er32(PTC127);
3667 adapter->stats.ptc255 += er32(PTC255);
3668 adapter->stats.ptc511 += er32(PTC511);
3669 adapter->stats.ptc1023 += er32(PTC1023);
3670 adapter->stats.ptc1522 += er32(PTC1522);
Auke Kokcd94dd02006-06-27 09:08:22 -07003671
Joe Perches1dc32912008-07-11 15:17:08 -07003672 adapter->stats.mptc += er32(MPTC);
3673 adapter->stats.bptc += er32(BPTC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003674
3675 /* used for adaptive IFS */
3676
Joe Perches1dc32912008-07-11 15:17:08 -07003677 hw->tx_packet_delta = er32(TPT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003678 adapter->stats.tpt += hw->tx_packet_delta;
Joe Perches1dc32912008-07-11 15:17:08 -07003679 hw->collision_delta = er32(COLC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003680 adapter->stats.colc += hw->collision_delta;
3681
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003682 if (hw->mac_type >= e1000_82543) {
Joe Perches1dc32912008-07-11 15:17:08 -07003683 adapter->stats.algnerrc += er32(ALGNERRC);
3684 adapter->stats.rxerrc += er32(RXERRC);
3685 adapter->stats.tncrs += er32(TNCRS);
3686 adapter->stats.cexterr += er32(CEXTERR);
3687 adapter->stats.tsctc += er32(TSCTC);
3688 adapter->stats.tsctfc += er32(TSCTFC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003689 }
3690
3691 /* Fill out the OS statistics structure */
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003692 netdev->stats.multicast = adapter->stats.mprc;
3693 netdev->stats.collisions = adapter->stats.colc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003694
3695 /* Rx Errors */
3696
Jeff Kirsher87041632006-03-02 18:21:24 -08003697 /* RLEC on some newer hardware can be incorrect so build
3698 * our own version based on RUC and ROC */
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003699 netdev->stats.rx_errors = adapter->stats.rxerrc +
Linus Torvalds1da177e2005-04-16 15:20:36 -07003700 adapter->stats.crcerrs + adapter->stats.algnerrc +
Jeff Kirsher87041632006-03-02 18:21:24 -08003701 adapter->stats.ruc + adapter->stats.roc +
3702 adapter->stats.cexterr;
Mitch Williams49559852006-09-27 12:53:37 -07003703 adapter->stats.rlerrc = adapter->stats.ruc + adapter->stats.roc;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003704 netdev->stats.rx_length_errors = adapter->stats.rlerrc;
3705 netdev->stats.rx_crc_errors = adapter->stats.crcerrs;
3706 netdev->stats.rx_frame_errors = adapter->stats.algnerrc;
3707 netdev->stats.rx_missed_errors = adapter->stats.mpc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003708
3709 /* Tx Errors */
Mitch Williams49559852006-09-27 12:53:37 -07003710 adapter->stats.txerrc = adapter->stats.ecol + adapter->stats.latecol;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003711 netdev->stats.tx_errors = adapter->stats.txerrc;
3712 netdev->stats.tx_aborted_errors = adapter->stats.ecol;
3713 netdev->stats.tx_window_errors = adapter->stats.latecol;
3714 netdev->stats.tx_carrier_errors = adapter->stats.tncrs;
Joe Perches1dc32912008-07-11 15:17:08 -07003715 if (hw->bad_tx_carr_stats_fd &&
Jeff Garzik167fb282006-12-15 10:41:15 -05003716 adapter->link_duplex == FULL_DUPLEX) {
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003717 netdev->stats.tx_carrier_errors = 0;
Jeff Garzik167fb282006-12-15 10:41:15 -05003718 adapter->stats.tncrs = 0;
3719 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003720
3721 /* Tx Dropped needs to be maintained elsewhere */
3722
3723 /* Phy Stats */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003724 if (hw->media_type == e1000_media_type_copper) {
3725 if ((adapter->link_speed == SPEED_1000) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003726 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) {
3727 phy_tmp &= PHY_IDLE_ERROR_COUNT_MASK;
3728 adapter->phy_stats.idle_errors += phy_tmp;
3729 }
3730
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003731 if ((hw->mac_type <= e1000_82546) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003732 (hw->phy_type == e1000_phy_m88) &&
3733 !e1000_read_phy_reg(hw, M88E1000_RX_ERR_CNTR, &phy_tmp))
3734 adapter->phy_stats.receive_errors += phy_tmp;
3735 }
3736
Jeff Garzik15e376b2006-12-15 11:16:33 -05003737 /* Management Stats */
Joe Perches1dc32912008-07-11 15:17:08 -07003738 if (hw->has_smbus) {
3739 adapter->stats.mgptc += er32(MGTPTC);
3740 adapter->stats.mgprc += er32(MGTPRC);
3741 adapter->stats.mgpdc += er32(MGTPDC);
Jeff Garzik15e376b2006-12-15 11:16:33 -05003742 }
3743
Linus Torvalds1da177e2005-04-16 15:20:36 -07003744 spin_unlock_irqrestore(&adapter->stats_lock, flags);
3745}
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003746
3747/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07003748 * e1000_intr - Interrupt Handler
3749 * @irq: interrupt number
3750 * @data: pointer to a network interface device structure
Linus Torvalds1da177e2005-04-16 15:20:36 -07003751 **/
3752
Joe Perches64798842008-07-11 15:17:02 -07003753static irqreturn_t e1000_intr(int irq, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003754{
3755 struct net_device *netdev = data;
Malli Chilakala60490fe2005-06-17 17:41:45 -07003756 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003757 struct e1000_hw *hw = &adapter->hw;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003758 u32 icr = er32(ICR);
Francois Romieuc3570ac2008-07-11 15:17:38 -07003759
Jesse Brandeburg4c11b8a2011-01-13 07:48:13 +00003760 if (unlikely((!icr)))
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003761 return IRQ_NONE; /* Not our interrupt */
3762
Jesse Brandeburg4c11b8a2011-01-13 07:48:13 +00003763 /*
3764 * we might have caused the interrupt, but the above
3765 * read cleared it, and just in case the driver is
3766 * down there is nothing to do so return handled
3767 */
3768 if (unlikely(test_bit(__E1000_DOWN, &adapter->flags)))
3769 return IRQ_HANDLED;
3770
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003771 if (unlikely(icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003772 hw->get_link_status = 1;
Auke Kok1314bbf2006-09-27 12:54:02 -07003773 /* guard against interrupt when we're going down */
3774 if (!test_bit(__E1000_DOWN, &adapter->flags))
Jesse Brandeburga4010af2011-10-05 07:24:41 +00003775 schedule_delayed_work(&adapter->watchdog_task, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003776 }
3777
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003778 /* disable interrupts, without the synchronize_irq bit */
3779 ew32(IMC, ~0);
3780 E1000_WRITE_FLUSH();
3781
Ben Hutchings288379f2009-01-19 16:43:59 -08003782 if (likely(napi_schedule_prep(&adapter->napi))) {
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003783 adapter->total_tx_bytes = 0;
3784 adapter->total_tx_packets = 0;
3785 adapter->total_rx_bytes = 0;
3786 adapter->total_rx_packets = 0;
Ben Hutchings288379f2009-01-19 16:43:59 -08003787 __napi_schedule(&adapter->napi);
Jesse Brandeburga6c42322009-03-25 21:59:22 +00003788 } else {
Auke Kok90fb5132006-11-01 08:47:30 -08003789 /* this really should not happen! if it does it is basically a
3790 * bug, but not a hard error, so enable ints and continue */
Jesse Brandeburga6c42322009-03-25 21:59:22 +00003791 if (!test_bit(__E1000_DOWN, &adapter->flags))
3792 e1000_irq_enable(adapter);
3793 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003794
Linus Torvalds1da177e2005-04-16 15:20:36 -07003795 return IRQ_HANDLED;
3796}
3797
Linus Torvalds1da177e2005-04-16 15:20:36 -07003798/**
3799 * e1000_clean - NAPI Rx polling callback
3800 * @adapter: board private structure
3801 **/
Joe Perches64798842008-07-11 15:17:02 -07003802static int e1000_clean(struct napi_struct *napi, int budget)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003803{
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003804 struct e1000_adapter *adapter = container_of(napi, struct e1000_adapter, napi);
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003805 int tx_clean_complete = 0, work_done = 0;
Malli Chilakala26483452005-04-28 19:44:46 -07003806
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003807 tx_clean_complete = e1000_clean_tx_irq(adapter, &adapter->tx_ring[0]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003808
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003809 adapter->clean_rx(adapter, &adapter->rx_ring[0], &work_done, budget);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003810
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003811 if (!tx_clean_complete)
David S. Millerd2c7ddd2008-01-15 22:43:24 -08003812 work_done = budget;
3813
David S. Miller53e52c72008-01-07 21:06:12 -08003814 /* If budget not fully consumed, exit the polling mode */
3815 if (work_done < budget) {
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003816 if (likely(adapter->itr_setting & 3))
3817 e1000_set_itr(adapter);
Ben Hutchings288379f2009-01-19 16:43:59 -08003818 napi_complete(napi);
Jesse Brandeburga6c42322009-03-25 21:59:22 +00003819 if (!test_bit(__E1000_DOWN, &adapter->flags))
3820 e1000_irq_enable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003821 }
3822
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003823 return work_done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824}
3825
Linus Torvalds1da177e2005-04-16 15:20:36 -07003826/**
3827 * e1000_clean_tx_irq - Reclaim resources after transmit completes
3828 * @adapter: board private structure
3829 **/
Joe Perches64798842008-07-11 15:17:02 -07003830static bool e1000_clean_tx_irq(struct e1000_adapter *adapter,
3831 struct e1000_tx_ring *tx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003832{
Joe Perches1dc32912008-07-11 15:17:08 -07003833 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003834 struct net_device *netdev = adapter->netdev;
3835 struct e1000_tx_desc *tx_desc, *eop_desc;
3836 struct e1000_buffer *buffer_info;
3837 unsigned int i, eop;
Jeff Kirsher2a1af5d2006-03-02 18:20:43 -08003838 unsigned int count = 0;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003839 unsigned int total_tx_bytes=0, total_tx_packets=0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003840
3841 i = tx_ring->next_to_clean;
3842 eop = tx_ring->buffer_info[i].next_to_watch;
3843 eop_desc = E1000_TX_DESC(*tx_ring, eop);
3844
Alexander Duyckccfb3422009-03-25 21:59:04 +00003845 while ((eop_desc->upper.data & cpu_to_le32(E1000_TXD_STAT_DD)) &&
3846 (count < tx_ring->count)) {
Jesse Brandeburg843f4262009-04-16 16:59:47 +00003847 bool cleaned = false;
Jeff Kirsher2d0bb1c2010-08-08 16:02:31 +00003848 rmb(); /* read buffer_info after eop_desc */
Jesse Brandeburg843f4262009-04-16 16:59:47 +00003849 for ( ; !cleaned; count++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003850 tx_desc = E1000_TX_DESC(*tx_ring, i);
3851 buffer_info = &tx_ring->buffer_info[i];
3852 cleaned = (i == eop);
3853
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003854 if (cleaned) {
Dean Nelson31c15a22011-08-25 14:39:24 +00003855 total_tx_packets += buffer_info->segs;
3856 total_tx_bytes += buffer_info->bytecount;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003857 }
Jeff Kirsherfd803242005-12-13 00:06:22 -05003858 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08003859 tx_desc->upper.data = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003860
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003861 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003862 }
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003863
Linus Torvalds1da177e2005-04-16 15:20:36 -07003864 eop = tx_ring->buffer_info[i].next_to_watch;
3865 eop_desc = E1000_TX_DESC(*tx_ring, eop);
3866 }
3867
3868 tx_ring->next_to_clean = i;
3869
Auke Kok77b2aad2006-04-14 19:05:25 -07003870#define TX_WAKE_THRESHOLD 32
Jesse Brandeburg843f4262009-04-16 16:59:47 +00003871 if (unlikely(count && netif_carrier_ok(netdev) &&
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003872 E1000_DESC_UNUSED(tx_ring) >= TX_WAKE_THRESHOLD)) {
3873 /* Make sure that anybody stopping the queue after this
3874 * sees the new next_to_clean.
3875 */
3876 smp_mb();
Jesse Brandeburgcdd75492009-09-25 12:18:07 +00003877
3878 if (netif_queue_stopped(netdev) &&
3879 !(test_bit(__E1000_DOWN, &adapter->flags))) {
Auke Kok77b2aad2006-04-14 19:05:25 -07003880 netif_wake_queue(netdev);
Jesse Brandeburgfcfb1222006-11-01 08:47:59 -08003881 ++adapter->restart_queue;
3882 }
Auke Kok77b2aad2006-04-14 19:05:25 -07003883 }
Malli Chilakala26483452005-04-28 19:44:46 -07003884
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003885 if (adapter->detect_tx_hung) {
Malli Chilakala26483452005-04-28 19:44:46 -07003886 /* Detect a transmit hang in hardware, this serializes the
Linus Torvalds1da177e2005-04-16 15:20:36 -07003887 * check with the clearing of time_stamp and movement of i */
Joe Perchesc3033b02008-03-21 11:06:25 -07003888 adapter->detect_tx_hung = false;
Jesse Brandeburgcdd75492009-09-25 12:18:07 +00003889 if (tx_ring->buffer_info[eop].time_stamp &&
3890 time_after(jiffies, tx_ring->buffer_info[eop].time_stamp +
Joe Perches8e95a202009-12-03 07:58:21 +00003891 (adapter->tx_timeout_factor * HZ)) &&
3892 !(er32(STATUS) & E1000_STATUS_TXOFF)) {
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003893
3894 /* detected Tx unit hang */
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003895 e_err(drv, "Detected Tx Unit Hang\n"
Emil Tantilov675ad472010-04-27 14:02:58 +00003896 " Tx Queue <%lu>\n"
3897 " TDH <%x>\n"
3898 " TDT <%x>\n"
3899 " next_to_use <%x>\n"
3900 " next_to_clean <%x>\n"
3901 "buffer_info[next_to_clean]\n"
3902 " time_stamp <%lx>\n"
3903 " next_to_watch <%x>\n"
3904 " jiffies <%lx>\n"
3905 " next_to_watch.status <%x>\n",
Jeff Kirsher7bfa4812006-01-12 16:50:41 -08003906 (unsigned long)((tx_ring - adapter->tx_ring) /
3907 sizeof(struct e1000_tx_ring)),
Joe Perches1dc32912008-07-11 15:17:08 -07003908 readl(hw->hw_addr + tx_ring->tdh),
3909 readl(hw->hw_addr + tx_ring->tdt),
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003910 tx_ring->next_to_use,
Jeff Kirsher392137f2006-01-12 16:50:57 -08003911 tx_ring->next_to_clean,
Jesse Brandeburgcdd75492009-09-25 12:18:07 +00003912 tx_ring->buffer_info[eop].time_stamp,
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003913 eop,
3914 jiffies,
3915 eop_desc->upper.fields.status);
Tushar Daveb04e36b2012-01-27 09:00:46 +00003916 e1000_dump(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003917 netif_stop_queue(netdev);
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003918 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003919 }
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003920 adapter->total_tx_bytes += total_tx_bytes;
3921 adapter->total_tx_packets += total_tx_packets;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003922 netdev->stats.tx_bytes += total_tx_bytes;
3923 netdev->stats.tx_packets += total_tx_packets;
Eric Dumazet807540b2010-09-23 05:40:09 +00003924 return count < tx_ring->count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003925}
3926
3927/**
3928 * e1000_rx_checksum - Receive Checksum Offload for 82543
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003929 * @adapter: board private structure
3930 * @status_err: receive descriptor status and error fields
3931 * @csum: receive descriptor csum field
3932 * @sk_buff: socket buffer with received data
Linus Torvalds1da177e2005-04-16 15:20:36 -07003933 **/
3934
Joe Perches64798842008-07-11 15:17:02 -07003935static void e1000_rx_checksum(struct e1000_adapter *adapter, u32 status_err,
3936 u32 csum, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003937{
Joe Perches1dc32912008-07-11 15:17:08 -07003938 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07003939 u16 status = (u16)status_err;
3940 u8 errors = (u8)(status_err >> 24);
Eric Dumazetbc8acf22010-09-02 13:07:41 -07003941
3942 skb_checksum_none_assert(skb);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003943
Linus Torvalds1da177e2005-04-16 15:20:36 -07003944 /* 82543 or newer only */
Joe Perches1dc32912008-07-11 15:17:08 -07003945 if (unlikely(hw->mac_type < e1000_82543)) return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003946 /* Ignore Checksum bit is set */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003947 if (unlikely(status & E1000_RXD_STAT_IXSM)) return;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003948 /* TCP/UDP checksum error bit is set */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003949 if (unlikely(errors & E1000_RXD_ERR_TCPE)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003950 /* let the stack verify checksum errors */
3951 adapter->hw_csum_err++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003952 return;
3953 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003954 /* TCP/UDP Checksum has not been calculated */
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003955 if (!(status & E1000_RXD_STAT_TCPCS))
3956 return;
3957
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003958 /* It must be a TCP or UDP packet with a valid checksum */
3959 if (likely(status & E1000_RXD_STAT_TCPCS)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003960 /* TCP checksum is good */
3961 skb->ip_summed = CHECKSUM_UNNECESSARY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003962 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003963 adapter->hw_csum_good++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003964}
3965
3966/**
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003967 * e1000_consume_page - helper function
3968 **/
3969static void e1000_consume_page(struct e1000_buffer *bi, struct sk_buff *skb,
3970 u16 length)
3971{
3972 bi->page = NULL;
3973 skb->len += length;
3974 skb->data_len += length;
Eric Dumazeted64b3c2011-10-13 07:53:42 +00003975 skb->truesize += PAGE_SIZE;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003976}
3977
3978/**
3979 * e1000_receive_skb - helper function to handle rx indications
3980 * @adapter: board private structure
3981 * @status: descriptor status field as written by hardware
3982 * @vlan: descriptor vlan field as written by hardware (no le/be conversion)
3983 * @skb: pointer to sk_buff to be indicated to stack
3984 */
3985static void e1000_receive_skb(struct e1000_adapter *adapter, u8 status,
3986 __le16 vlan, struct sk_buff *skb)
3987{
Jesse Brandeburg6a08d192010-09-22 18:23:05 +00003988 skb->protocol = eth_type_trans(skb, adapter->netdev);
3989
Jiri Pirko5622e402011-07-21 03:26:31 +00003990 if (status & E1000_RXD_STAT_VP) {
3991 u16 vid = le16_to_cpu(vlan) & E1000_RXD_SPC_VLAN_MASK;
3992
3993 __vlan_hwaccel_put_tag(skb, vid);
3994 }
3995 napi_gro_receive(&adapter->napi, skb);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003996}
3997
3998/**
3999 * e1000_clean_jumbo_rx_irq - Send received data up the network stack; legacy
4000 * @adapter: board private structure
4001 * @rx_ring: ring to clean
4002 * @work_done: amount of napi work completed this call
4003 * @work_to_do: max amount of work allowed for this call to do
4004 *
4005 * the return value indicates whether actual cleaning was done, there
4006 * is no guarantee that everything was cleaned
4007 */
4008static bool e1000_clean_jumbo_rx_irq(struct e1000_adapter *adapter,
4009 struct e1000_rx_ring *rx_ring,
4010 int *work_done, int work_to_do)
4011{
4012 struct e1000_hw *hw = &adapter->hw;
4013 struct net_device *netdev = adapter->netdev;
4014 struct pci_dev *pdev = adapter->pdev;
4015 struct e1000_rx_desc *rx_desc, *next_rxd;
4016 struct e1000_buffer *buffer_info, *next_buffer;
4017 unsigned long irq_flags;
4018 u32 length;
4019 unsigned int i;
4020 int cleaned_count = 0;
4021 bool cleaned = false;
4022 unsigned int total_rx_bytes=0, total_rx_packets=0;
4023
4024 i = rx_ring->next_to_clean;
4025 rx_desc = E1000_RX_DESC(*rx_ring, i);
4026 buffer_info = &rx_ring->buffer_info[i];
4027
4028 while (rx_desc->status & E1000_RXD_STAT_DD) {
4029 struct sk_buff *skb;
4030 u8 status;
4031
4032 if (*work_done >= work_to_do)
4033 break;
4034 (*work_done)++;
Jeff Kirsher2d0bb1c2010-08-08 16:02:31 +00004035 rmb(); /* read descriptor and rx_buffer_info after status DD */
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004036
4037 status = rx_desc->status;
4038 skb = buffer_info->skb;
4039 buffer_info->skb = NULL;
4040
4041 if (++i == rx_ring->count) i = 0;
4042 next_rxd = E1000_RX_DESC(*rx_ring, i);
4043 prefetch(next_rxd);
4044
4045 next_buffer = &rx_ring->buffer_info[i];
4046
4047 cleaned = true;
4048 cleaned_count++;
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004049 dma_unmap_page(&pdev->dev, buffer_info->dma,
4050 buffer_info->length, DMA_FROM_DEVICE);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004051 buffer_info->dma = 0;
4052
4053 length = le16_to_cpu(rx_desc->length);
4054
4055 /* errors is only valid for DD + EOP descriptors */
4056 if (unlikely((status & E1000_RXD_STAT_EOP) &&
4057 (rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK))) {
4058 u8 last_byte = *(skb->data + length - 1);
4059 if (TBI_ACCEPT(hw, status, rx_desc->errors, length,
4060 last_byte)) {
4061 spin_lock_irqsave(&adapter->stats_lock,
4062 irq_flags);
4063 e1000_tbi_adjust_stats(hw, &adapter->stats,
4064 length, skb->data);
4065 spin_unlock_irqrestore(&adapter->stats_lock,
4066 irq_flags);
4067 length--;
4068 } else {
4069 /* recycle both page and skb */
4070 buffer_info->skb = skb;
4071 /* an error means any chain goes out the window
4072 * too */
4073 if (rx_ring->rx_skb_top)
4074 dev_kfree_skb(rx_ring->rx_skb_top);
4075 rx_ring->rx_skb_top = NULL;
4076 goto next_desc;
4077 }
4078 }
4079
4080#define rxtop rx_ring->rx_skb_top
4081 if (!(status & E1000_RXD_STAT_EOP)) {
4082 /* this descriptor is only the beginning (or middle) */
4083 if (!rxtop) {
4084 /* this is the beginning of a chain */
4085 rxtop = skb;
4086 skb_fill_page_desc(rxtop, 0, buffer_info->page,
4087 0, length);
4088 } else {
4089 /* this is the middle of a chain */
4090 skb_fill_page_desc(rxtop,
4091 skb_shinfo(rxtop)->nr_frags,
4092 buffer_info->page, 0, length);
4093 /* re-use the skb, only consumed the page */
4094 buffer_info->skb = skb;
4095 }
4096 e1000_consume_page(buffer_info, rxtop, length);
4097 goto next_desc;
4098 } else {
4099 if (rxtop) {
4100 /* end of the chain */
4101 skb_fill_page_desc(rxtop,
4102 skb_shinfo(rxtop)->nr_frags,
4103 buffer_info->page, 0, length);
4104 /* re-use the current skb, we only consumed the
4105 * page */
4106 buffer_info->skb = skb;
4107 skb = rxtop;
4108 rxtop = NULL;
4109 e1000_consume_page(buffer_info, skb, length);
4110 } else {
4111 /* no chain, got EOP, this buf is the packet
4112 * copybreak to save the put_page/alloc_page */
4113 if (length <= copybreak &&
4114 skb_tailroom(skb) >= length) {
4115 u8 *vaddr;
4116 vaddr = kmap_atomic(buffer_info->page,
4117 KM_SKB_DATA_SOFTIRQ);
4118 memcpy(skb_tail_pointer(skb), vaddr, length);
4119 kunmap_atomic(vaddr,
4120 KM_SKB_DATA_SOFTIRQ);
4121 /* re-use the page, so don't erase
4122 * buffer_info->page */
4123 skb_put(skb, length);
4124 } else {
4125 skb_fill_page_desc(skb, 0,
4126 buffer_info->page, 0,
4127 length);
4128 e1000_consume_page(buffer_info, skb,
4129 length);
4130 }
4131 }
4132 }
4133
4134 /* Receive Checksum Offload XXX recompute due to CRC strip? */
4135 e1000_rx_checksum(adapter,
4136 (u32)(status) |
4137 ((u32)(rx_desc->errors) << 24),
4138 le16_to_cpu(rx_desc->csum), skb);
4139
4140 pskb_trim(skb, skb->len - 4);
4141
4142 /* probably a little skewed due to removing CRC */
4143 total_rx_bytes += skb->len;
4144 total_rx_packets++;
4145
4146 /* eth type trans needs skb->data to point to something */
4147 if (!pskb_may_pull(skb, ETH_HLEN)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004148 e_err(drv, "pskb_may_pull failed.\n");
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004149 dev_kfree_skb(skb);
4150 goto next_desc;
4151 }
4152
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004153 e1000_receive_skb(adapter, status, rx_desc->special, skb);
4154
4155next_desc:
4156 rx_desc->status = 0;
4157
4158 /* return some buffers to hardware, one at a time is too slow */
4159 if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) {
4160 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4161 cleaned_count = 0;
4162 }
4163
4164 /* use prefetched values */
4165 rx_desc = next_rxd;
4166 buffer_info = next_buffer;
4167 }
4168 rx_ring->next_to_clean = i;
4169
4170 cleaned_count = E1000_DESC_UNUSED(rx_ring);
4171 if (cleaned_count)
4172 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4173
4174 adapter->total_rx_packets += total_rx_packets;
4175 adapter->total_rx_bytes += total_rx_bytes;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00004176 netdev->stats.rx_bytes += total_rx_bytes;
4177 netdev->stats.rx_packets += total_rx_packets;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004178 return cleaned;
4179}
4180
Joe Perches57bf6ee2010-05-13 15:26:17 +00004181/*
4182 * this should improve performance for small packets with large amounts
4183 * of reassembly being done in the stack
4184 */
4185static void e1000_check_copybreak(struct net_device *netdev,
4186 struct e1000_buffer *buffer_info,
4187 u32 length, struct sk_buff **skb)
4188{
4189 struct sk_buff *new_skb;
4190
4191 if (length > copybreak)
4192 return;
4193
4194 new_skb = netdev_alloc_skb_ip_align(netdev, length);
4195 if (!new_skb)
4196 return;
4197
4198 skb_copy_to_linear_data_offset(new_skb, -NET_IP_ALIGN,
4199 (*skb)->data - NET_IP_ALIGN,
4200 length + NET_IP_ALIGN);
4201 /* save the skb in buffer_info as good */
4202 buffer_info->skb = *skb;
4203 *skb = new_skb;
4204}
4205
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004206/**
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004207 * e1000_clean_rx_irq - Send received data up the network stack; legacy
Linus Torvalds1da177e2005-04-16 15:20:36 -07004208 * @adapter: board private structure
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004209 * @rx_ring: ring to clean
4210 * @work_done: amount of napi work completed this call
4211 * @work_to_do: max amount of work allowed for this call to do
4212 */
Joe Perches64798842008-07-11 15:17:02 -07004213static bool e1000_clean_rx_irq(struct e1000_adapter *adapter,
4214 struct e1000_rx_ring *rx_ring,
4215 int *work_done, int work_to_do)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004216{
Joe Perches1dc32912008-07-11 15:17:08 -07004217 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004218 struct net_device *netdev = adapter->netdev;
4219 struct pci_dev *pdev = adapter->pdev;
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004220 struct e1000_rx_desc *rx_desc, *next_rxd;
4221 struct e1000_buffer *buffer_info, *next_buffer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004222 unsigned long flags;
Joe Perches406874a2008-04-03 10:06:32 -07004223 u32 length;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004224 unsigned int i;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004225 int cleaned_count = 0;
Joe Perchesc3033b02008-03-21 11:06:25 -07004226 bool cleaned = false;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004227 unsigned int total_rx_bytes=0, total_rx_packets=0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004228
4229 i = rx_ring->next_to_clean;
4230 rx_desc = E1000_RX_DESC(*rx_ring, i);
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004231 buffer_info = &rx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07004232
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004233 while (rx_desc->status & E1000_RXD_STAT_DD) {
Auke Kok24f476e2006-06-08 09:28:47 -07004234 struct sk_buff *skb;
Jeff Kirshera292ca62006-01-12 16:51:30 -08004235 u8 status;
Auke Kok90fb5132006-11-01 08:47:30 -08004236
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004237 if (*work_done >= work_to_do)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238 break;
4239 (*work_done)++;
Jeff Kirsher2d0bb1c2010-08-08 16:02:31 +00004240 rmb(); /* read descriptor and rx_buffer_info after status DD */
Francois Romieuc3570ac2008-07-11 15:17:38 -07004241
Jeff Kirshera292ca62006-01-12 16:51:30 -08004242 status = rx_desc->status;
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004243 skb = buffer_info->skb;
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004244 buffer_info->skb = NULL;
4245
Jeff Kirsher30320be2006-03-02 18:21:57 -08004246 prefetch(skb->data - NET_IP_ALIGN);
4247
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004248 if (++i == rx_ring->count) i = 0;
4249 next_rxd = E1000_RX_DESC(*rx_ring, i);
Jeff Kirsher30320be2006-03-02 18:21:57 -08004250 prefetch(next_rxd);
4251
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004252 next_buffer = &rx_ring->buffer_info[i];
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004253
Joe Perchesc3033b02008-03-21 11:06:25 -07004254 cleaned = true;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004255 cleaned_count++;
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004256 dma_unmap_single(&pdev->dev, buffer_info->dma,
4257 buffer_info->length, DMA_FROM_DEVICE);
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00004258 buffer_info->dma = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004259
Linus Torvalds1da177e2005-04-16 15:20:36 -07004260 length = le16_to_cpu(rx_desc->length);
Neil Hormanea30e112009-06-02 01:29:58 -07004261 /* !EOP means multiple descriptors were used to store a single
Jesse Brandeburg40a14de2010-01-19 14:15:38 +00004262 * packet, if thats the case we need to toss it. In fact, we
4263 * to toss every packet with the EOP bit clear and the next
4264 * frame that _does_ have the EOP bit set, as it is by
4265 * definition only a frame fragment
4266 */
4267 if (unlikely(!(status & E1000_RXD_STAT_EOP)))
4268 adapter->discarding = true;
4269
4270 if (adapter->discarding) {
Jeff Kirshera1415ee2006-02-28 20:24:07 -08004271 /* All receives must fit into a single buffer */
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004272 e_dbg("Receive packet consumed multiple buffers\n");
Auke Kok864c4e42006-06-27 09:06:53 -07004273 /* recycle */
Auke Kok8fc897b2006-08-28 14:56:16 -07004274 buffer_info->skb = skb;
Jesse Brandeburg40a14de2010-01-19 14:15:38 +00004275 if (status & E1000_RXD_STAT_EOP)
4276 adapter->discarding = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004277 goto next_desc;
4278 }
4279
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004280 if (unlikely(rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK)) {
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004281 u8 last_byte = *(skb->data + length - 1);
Joe Perches1dc32912008-07-11 15:17:08 -07004282 if (TBI_ACCEPT(hw, status, rx_desc->errors, length,
4283 last_byte)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004284 spin_lock_irqsave(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004285 e1000_tbi_adjust_stats(hw, &adapter->stats,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004286 length, skb->data);
4287 spin_unlock_irqrestore(&adapter->stats_lock,
4288 flags);
4289 length--;
4290 } else {
Auke Kok9e2feac2006-04-14 19:05:18 -07004291 /* recycle */
4292 buffer_info->skb = skb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004293 goto next_desc;
4294 }
Auke Kok1cb58212006-04-18 12:31:04 -07004295 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004296
Jesse Brandeburgd2a1e212006-10-24 14:46:06 -07004297 /* adjust length to remove Ethernet CRC, this must be
4298 * done after the TBI_ACCEPT workaround above */
4299 length -= 4;
4300
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004301 /* probably a little skewed due to removing CRC */
4302 total_rx_bytes += length;
4303 total_rx_packets++;
4304
Joe Perches57bf6ee2010-05-13 15:26:17 +00004305 e1000_check_copybreak(netdev, buffer_info, length, &skb);
4306
Auke Kok996695d2006-11-01 08:47:50 -08004307 skb_put(skb, length);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004308
4309 /* Receive Checksum Offload */
Jeff Kirshera292ca62006-01-12 16:51:30 -08004310 e1000_rx_checksum(adapter,
Joe Perches406874a2008-04-03 10:06:32 -07004311 (u32)(status) |
4312 ((u32)(rx_desc->errors) << 24),
David S. Millerc3d7a3a2006-03-15 14:26:28 -08004313 le16_to_cpu(rx_desc->csum), skb);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004314
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004315 e1000_receive_skb(adapter, status, rx_desc->special, skb);
Francois Romieuc3570ac2008-07-11 15:17:38 -07004316
Linus Torvalds1da177e2005-04-16 15:20:36 -07004317next_desc:
4318 rx_desc->status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004319
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004320 /* return some buffers to hardware, one at a time is too slow */
4321 if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) {
4322 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4323 cleaned_count = 0;
4324 }
4325
Jeff Kirsher30320be2006-03-02 18:21:57 -08004326 /* use prefetched values */
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004327 rx_desc = next_rxd;
4328 buffer_info = next_buffer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004329 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004330 rx_ring->next_to_clean = i;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004331
4332 cleaned_count = E1000_DESC_UNUSED(rx_ring);
4333 if (cleaned_count)
4334 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004335
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004336 adapter->total_rx_packets += total_rx_packets;
4337 adapter->total_rx_bytes += total_rx_bytes;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00004338 netdev->stats.rx_bytes += total_rx_bytes;
4339 netdev->stats.rx_packets += total_rx_packets;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004340 return cleaned;
4341}
4342
4343/**
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004344 * e1000_alloc_jumbo_rx_buffers - Replace used jumbo receive buffers
4345 * @adapter: address of board private structure
4346 * @rx_ring: pointer to receive ring structure
4347 * @cleaned_count: number of buffers to allocate this pass
4348 **/
4349
4350static void
4351e1000_alloc_jumbo_rx_buffers(struct e1000_adapter *adapter,
4352 struct e1000_rx_ring *rx_ring, int cleaned_count)
4353{
4354 struct net_device *netdev = adapter->netdev;
4355 struct pci_dev *pdev = adapter->pdev;
4356 struct e1000_rx_desc *rx_desc;
4357 struct e1000_buffer *buffer_info;
4358 struct sk_buff *skb;
4359 unsigned int i;
Eric Dumazet89d71a62009-10-13 05:34:20 +00004360 unsigned int bufsz = 256 - 16 /*for skb_reserve */ ;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004361
4362 i = rx_ring->next_to_use;
4363 buffer_info = &rx_ring->buffer_info[i];
4364
4365 while (cleaned_count--) {
4366 skb = buffer_info->skb;
4367 if (skb) {
4368 skb_trim(skb, 0);
4369 goto check_page;
4370 }
4371
Eric Dumazet89d71a62009-10-13 05:34:20 +00004372 skb = netdev_alloc_skb_ip_align(netdev, bufsz);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004373 if (unlikely(!skb)) {
4374 /* Better luck next round */
4375 adapter->alloc_rx_buff_failed++;
4376 break;
4377 }
4378
4379 /* Fix for errata 23, can't cross 64kB boundary */
4380 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4381 struct sk_buff *oldskb = skb;
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004382 e_err(rx_err, "skb align check failed: %u bytes at "
4383 "%p\n", bufsz, skb->data);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004384 /* Try again, without freeing the previous */
Eric Dumazet89d71a62009-10-13 05:34:20 +00004385 skb = netdev_alloc_skb_ip_align(netdev, bufsz);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004386 /* Failed allocation, critical failure */
4387 if (!skb) {
4388 dev_kfree_skb(oldskb);
4389 adapter->alloc_rx_buff_failed++;
4390 break;
4391 }
4392
4393 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4394 /* give up */
4395 dev_kfree_skb(skb);
4396 dev_kfree_skb(oldskb);
4397 break; /* while (cleaned_count--) */
4398 }
4399
4400 /* Use new allocation */
4401 dev_kfree_skb(oldskb);
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,
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +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,
4447 * such as IA-64). */
4448 wmb();
4449 writel(i, adapter->hw.hw_addr + rx_ring->rdt);
4450 }
4451}
4452
4453/**
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004454 * e1000_alloc_rx_buffers - Replace used receive buffers; legacy & extended
Linus Torvalds1da177e2005-04-16 15:20:36 -07004455 * @adapter: address of board private structure
4456 **/
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
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004528 /*
4529 * XXX if it was allocated cleanly it will never map to a
4530 * boundary crossing
4531 */
4532
Malli Chilakala26483452005-04-28 19:44:46 -07004533 /* Fix for errata 23, can't cross 64kB boundary */
4534 if (!e1000_check_64k_bound(adapter,
4535 (void *)(unsigned long)buffer_info->dma,
4536 adapter->rx_buffer_len)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004537 e_err(rx_err, "dma align check failed: %u bytes at "
4538 "%p\n", adapter->rx_buffer_len,
Emil Tantilov675ad472010-04-27 14:02:58 +00004539 (void *)(unsigned long)buffer_info->dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004540 dev_kfree_skb(skb);
4541 buffer_info->skb = NULL;
4542
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004543 dma_unmap_single(&pdev->dev, buffer_info->dma,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004544 adapter->rx_buffer_len,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004545 DMA_FROM_DEVICE);
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00004546 buffer_info->dma = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004547
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004548 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004549 break; /* while !buffer_info->skb */
4550 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004551 rx_desc = E1000_RX_DESC(*rx_ring, i);
4552 rx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
4553
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004554 if (unlikely(++i == rx_ring->count))
4555 i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004556 buffer_info = &rx_ring->buffer_info[i];
4557 }
4558
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004559 if (likely(rx_ring->next_to_use != i)) {
4560 rx_ring->next_to_use = i;
4561 if (unlikely(i-- == 0))
4562 i = (rx_ring->count - 1);
4563
4564 /* Force memory writes to complete before letting h/w
4565 * know there are new descriptors to fetch. (Only
4566 * applicable for weak-ordered memory model archs,
4567 * such as IA-64). */
4568 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 **/
4577
Joe Perches64798842008-07-11 15:17:02 -07004578static void e1000_smartspeed(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004579{
Joe Perches1dc32912008-07-11 15:17:08 -07004580 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004581 u16 phy_status;
4582 u16 phy_ctrl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004583
Joe Perches1dc32912008-07-11 15:17:08 -07004584 if ((hw->phy_type != e1000_phy_igp) || !hw->autoneg ||
4585 !(hw->autoneg_advertised & ADVERTISE_1000_FULL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004586 return;
4587
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004588 if (adapter->smartspeed == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004589 /* If Master/Slave config fault is asserted twice,
4590 * we assume back-to-back */
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,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004603 &phy_ctrl)) {
4604 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 **/
4634
Joe Perches64798842008-07-11 15:17:02 -07004635static int e1000_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004636{
4637 switch (cmd) {
4638 case SIOCGMIIPHY:
4639 case SIOCGMIIREG:
4640 case SIOCSMIIREG:
4641 return e1000_mii_ioctl(netdev, ifr, cmd);
4642 default:
4643 return -EOPNOTSUPP;
4644 }
4645}
4646
4647/**
4648 * e1000_mii_ioctl -
4649 * @netdev:
4650 * @ifreq:
4651 * @cmd:
4652 **/
4653
Joe Perches64798842008-07-11 15:17:02 -07004654static int e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr,
4655 int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004656{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004657 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004658 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004659 struct mii_ioctl_data *data = if_mii(ifr);
4660 int retval;
Joe Perches406874a2008-04-03 10:06:32 -07004661 u16 mii_reg;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004662 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004663
Joe Perches1dc32912008-07-11 15:17:08 -07004664 if (hw->media_type != e1000_media_type_copper)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004665 return -EOPNOTSUPP;
4666
4667 switch (cmd) {
4668 case SIOCGMIIPHY:
Joe Perches1dc32912008-07-11 15:17:08 -07004669 data->phy_id = hw->phy_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004670 break;
4671 case SIOCGMIIREG:
Malli Chilakala97876fc2005-06-17 17:40:19 -07004672 spin_lock_irqsave(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004673 if (e1000_read_phy_reg(hw, data->reg_num & 0x1F,
Malli Chilakala97876fc2005-06-17 17:40:19 -07004674 &data->val_out)) {
4675 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004676 return -EIO;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004677 }
4678 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004679 break;
4680 case SIOCSMIIREG:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004681 if (data->reg_num & ~(0x1F))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004682 return -EFAULT;
4683 mii_reg = data->val_in;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004684 spin_lock_irqsave(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004685 if (e1000_write_phy_reg(hw, data->reg_num,
Malli Chilakala97876fc2005-06-17 17:40:19 -07004686 mii_reg)) {
4687 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004688 return -EIO;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004689 }
Jesse Brandeburgf0163ac2007-11-13 21:00:09 -08004690 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004691 if (hw->media_type == e1000_media_type_copper) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004692 switch (data->reg_num) {
4693 case PHY_CTRL:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004694 if (mii_reg & MII_CR_POWER_DOWN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004695 break;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004696 if (mii_reg & MII_CR_AUTO_NEG_EN) {
Joe Perches1dc32912008-07-11 15:17:08 -07004697 hw->autoneg = 1;
4698 hw->autoneg_advertised = 0x2F;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004699 } else {
David Decotigny14ad2512011-04-27 18:32:43 +00004700 u32 speed;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004701 if (mii_reg & 0x40)
David Decotigny14ad2512011-04-27 18:32:43 +00004702 speed = SPEED_1000;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004703 else if (mii_reg & 0x2000)
David Decotigny14ad2512011-04-27 18:32:43 +00004704 speed = SPEED_100;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004705 else
David Decotigny14ad2512011-04-27 18:32:43 +00004706 speed = SPEED_10;
4707 retval = e1000_set_spd_dplx(
4708 adapter, speed,
4709 ((mii_reg & 0x100)
4710 ? DUPLEX_FULL :
4711 DUPLEX_HALF));
Jesse Brandeburgf0163ac2007-11-13 21:00:09 -08004712 if (retval)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004713 return retval;
4714 }
Auke Kok2db10a02006-06-27 09:06:28 -07004715 if (netif_running(adapter->netdev))
4716 e1000_reinit_locked(adapter);
4717 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07004718 e1000_reset(adapter);
4719 break;
4720 case M88E1000_PHY_SPEC_CTRL:
4721 case M88E1000_EXT_PHY_SPEC_CTRL:
Joe Perches1dc32912008-07-11 15:17:08 -07004722 if (e1000_phy_reset(hw))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004723 return -EIO;
4724 break;
4725 }
4726 } else {
4727 switch (data->reg_num) {
4728 case PHY_CTRL:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004729 if (mii_reg & MII_CR_POWER_DOWN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004730 break;
Auke Kok2db10a02006-06-27 09:06:28 -07004731 if (netif_running(adapter->netdev))
4732 e1000_reinit_locked(adapter);
4733 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07004734 e1000_reset(adapter);
4735 break;
4736 }
4737 }
4738 break;
4739 default:
4740 return -EOPNOTSUPP;
4741 }
4742 return E1000_SUCCESS;
4743}
4744
Joe Perches64798842008-07-11 15:17:02 -07004745void e1000_pci_set_mwi(struct e1000_hw *hw)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004746{
4747 struct e1000_adapter *adapter = hw->back;
Malli Chilakala26483452005-04-28 19:44:46 -07004748 int ret_val = pci_set_mwi(adapter->pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004749
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004750 if (ret_val)
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004751 e_err(probe, "Error in setting MWI\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07004752}
4753
Joe Perches64798842008-07-11 15:17:02 -07004754void e1000_pci_clear_mwi(struct e1000_hw *hw)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004755{
4756 struct e1000_adapter *adapter = hw->back;
4757
4758 pci_clear_mwi(adapter->pdev);
4759}
4760
Joe Perches64798842008-07-11 15:17:02 -07004761int e1000_pcix_get_mmrbc(struct e1000_hw *hw)
Peter Oruba007755e2007-09-28 22:42:06 -07004762{
4763 struct e1000_adapter *adapter = hw->back;
4764 return pcix_get_mmrbc(adapter->pdev);
4765}
4766
Joe Perches64798842008-07-11 15:17:02 -07004767void e1000_pcix_set_mmrbc(struct e1000_hw *hw, int mmrbc)
Peter Oruba007755e2007-09-28 22:42:06 -07004768{
4769 struct e1000_adapter *adapter = hw->back;
4770 pcix_set_mmrbc(adapter->pdev, mmrbc);
4771}
4772
Joe Perches64798842008-07-11 15:17:02 -07004773void e1000_io_write(struct e1000_hw *hw, unsigned long port, u32 value)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004774{
4775 outl(value, port);
4776}
4777
Jiri Pirko5622e402011-07-21 03:26:31 +00004778static bool e1000_vlan_used(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004779{
Jiri Pirko5622e402011-07-21 03:26:31 +00004780 u16 vid;
4781
4782 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID)
4783 return true;
4784 return false;
4785}
4786
4787static void e1000_vlan_filter_on_off(struct e1000_adapter *adapter,
4788 bool filter_on)
4789{
Joe Perches1dc32912008-07-11 15:17:08 -07004790 struct e1000_hw *hw = &adapter->hw;
Jiri Pirko5622e402011-07-21 03:26:31 +00004791 u32 rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004792
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004793 if (!test_bit(__E1000_DOWN, &adapter->flags))
4794 e1000_irq_disable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004795
Jiri Pirko5622e402011-07-21 03:26:31 +00004796 if (filter_on) {
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00004797 /* enable VLAN receive filtering */
4798 rctl = er32(RCTL);
4799 rctl &= ~E1000_RCTL_CFIEN;
Jiri Pirko5622e402011-07-21 03:26:31 +00004800 if (!(adapter->netdev->flags & IFF_PROMISC))
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00004801 rctl |= E1000_RCTL_VFE;
4802 ew32(RCTL, rctl);
4803 e1000_update_mng_vlan(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004804 } else {
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00004805 /* disable VLAN receive filtering */
4806 rctl = er32(RCTL);
4807 rctl &= ~E1000_RCTL_VFE;
4808 ew32(RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004809 }
4810
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004811 if (!test_bit(__E1000_DOWN, &adapter->flags))
4812 e1000_irq_enable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004813}
4814
Michał Mirosławc8f44af2011-11-15 15:29:55 +00004815static void e1000_vlan_mode(struct net_device *netdev,
4816 netdev_features_t features)
Jiri Pirko5622e402011-07-21 03:26:31 +00004817{
4818 struct e1000_adapter *adapter = netdev_priv(netdev);
4819 struct e1000_hw *hw = &adapter->hw;
4820 u32 ctrl;
4821
4822 if (!test_bit(__E1000_DOWN, &adapter->flags))
4823 e1000_irq_disable(adapter);
4824
4825 ctrl = er32(CTRL);
4826 if (features & NETIF_F_HW_VLAN_RX) {
4827 /* enable VLAN tag insert/strip */
4828 ctrl |= E1000_CTRL_VME;
4829 } else {
4830 /* disable VLAN tag insert/strip */
4831 ctrl &= ~E1000_CTRL_VME;
4832 }
4833 ew32(CTRL, ctrl);
4834
4835 if (!test_bit(__E1000_DOWN, &adapter->flags))
4836 e1000_irq_enable(adapter);
4837}
4838
Jiri Pirko8e586132011-12-08 19:52:37 -05004839static int e1000_vlan_rx_add_vid(struct net_device *netdev, u16 vid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004840{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004841 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004842 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004843 u32 vfta, index;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004844
Joe Perches1dc32912008-07-11 15:17:08 -07004845 if ((hw->mng_cookie.status &
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004846 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) &&
4847 (vid == adapter->mng_vlan_id))
Jiri Pirko8e586132011-12-08 19:52:37 -05004848 return 0;
Jiri Pirko5622e402011-07-21 03:26:31 +00004849
4850 if (!e1000_vlan_used(adapter))
4851 e1000_vlan_filter_on_off(adapter, true);
4852
Linus Torvalds1da177e2005-04-16 15:20:36 -07004853 /* add VID to filter table */
4854 index = (vid >> 5) & 0x7F;
Joe Perches1dc32912008-07-11 15:17:08 -07004855 vfta = E1000_READ_REG_ARRAY(hw, VFTA, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004856 vfta |= (1 << (vid & 0x1F));
Joe Perches1dc32912008-07-11 15:17:08 -07004857 e1000_write_vfta(hw, index, vfta);
Jiri Pirko5622e402011-07-21 03:26:31 +00004858
4859 set_bit(vid, adapter->active_vlans);
Jiri Pirko8e586132011-12-08 19:52:37 -05004860
4861 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004862}
4863
Jiri Pirko8e586132011-12-08 19:52:37 -05004864static int e1000_vlan_rx_kill_vid(struct net_device *netdev, u16 vid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004865{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004866 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004867 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004868 u32 vfta, index;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004869
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004870 if (!test_bit(__E1000_DOWN, &adapter->flags))
4871 e1000_irq_disable(adapter);
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004872 if (!test_bit(__E1000_DOWN, &adapter->flags))
4873 e1000_irq_enable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004874
4875 /* remove VID from filter table */
4876 index = (vid >> 5) & 0x7F;
Joe Perches1dc32912008-07-11 15:17:08 -07004877 vfta = E1000_READ_REG_ARRAY(hw, VFTA, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004878 vfta &= ~(1 << (vid & 0x1F));
Joe Perches1dc32912008-07-11 15:17:08 -07004879 e1000_write_vfta(hw, index, vfta);
Jiri Pirko5622e402011-07-21 03:26:31 +00004880
4881 clear_bit(vid, adapter->active_vlans);
4882
4883 if (!e1000_vlan_used(adapter))
4884 e1000_vlan_filter_on_off(adapter, false);
Jiri Pirko8e586132011-12-08 19:52:37 -05004885
4886 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004887}
4888
Joe Perches64798842008-07-11 15:17:02 -07004889static void e1000_restore_vlan(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004890{
Jiri Pirko5622e402011-07-21 03:26:31 +00004891 u16 vid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004892
Jiri Pirko5622e402011-07-21 03:26:31 +00004893 if (!e1000_vlan_used(adapter))
4894 return;
4895
4896 e1000_vlan_filter_on_off(adapter, true);
4897 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID)
4898 e1000_vlan_rx_add_vid(adapter->netdev, vid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004899}
4900
David Decotigny14ad2512011-04-27 18:32:43 +00004901int e1000_set_spd_dplx(struct e1000_adapter *adapter, u32 spd, u8 dplx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004902{
Joe Perches1dc32912008-07-11 15:17:08 -07004903 struct e1000_hw *hw = &adapter->hw;
4904
4905 hw->autoneg = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004906
David Decotigny14ad2512011-04-27 18:32:43 +00004907 /* Make sure dplx is at most 1 bit and lsb of speed is not set
4908 * for the switch() below to work */
4909 if ((spd & 1) || (dplx & ~1))
4910 goto err_inval;
4911
Malli Chilakala69213682005-06-17 17:44:20 -07004912 /* Fiber NICs only allow 1000 gbps Full duplex */
Joe Perches1dc32912008-07-11 15:17:08 -07004913 if ((hw->media_type == e1000_media_type_fiber) &&
David Decotigny14ad2512011-04-27 18:32:43 +00004914 spd != SPEED_1000 &&
4915 dplx != DUPLEX_FULL)
4916 goto err_inval;
Malli Chilakala69213682005-06-17 17:44:20 -07004917
David Decotigny14ad2512011-04-27 18:32:43 +00004918 switch (spd + dplx) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004919 case SPEED_10 + DUPLEX_HALF:
Joe Perches1dc32912008-07-11 15:17:08 -07004920 hw->forced_speed_duplex = e1000_10_half;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004921 break;
4922 case SPEED_10 + DUPLEX_FULL:
Joe Perches1dc32912008-07-11 15:17:08 -07004923 hw->forced_speed_duplex = e1000_10_full;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004924 break;
4925 case SPEED_100 + DUPLEX_HALF:
Joe Perches1dc32912008-07-11 15:17:08 -07004926 hw->forced_speed_duplex = e1000_100_half;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004927 break;
4928 case SPEED_100 + DUPLEX_FULL:
Joe Perches1dc32912008-07-11 15:17:08 -07004929 hw->forced_speed_duplex = e1000_100_full;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004930 break;
4931 case SPEED_1000 + DUPLEX_FULL:
Joe Perches1dc32912008-07-11 15:17:08 -07004932 hw->autoneg = 1;
4933 hw->autoneg_advertised = ADVERTISE_1000_FULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004934 break;
4935 case SPEED_1000 + DUPLEX_HALF: /* not supported */
4936 default:
David Decotigny14ad2512011-04-27 18:32:43 +00004937 goto err_inval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004938 }
4939 return 0;
David Decotigny14ad2512011-04-27 18:32:43 +00004940
4941err_inval:
4942 e_err(probe, "Unsupported Speed/Duplex configuration\n");
4943 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004944}
4945
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00004946static int __e1000_shutdown(struct pci_dev *pdev, bool *enable_wake)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004947{
4948 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07004949 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004950 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004951 u32 ctrl, ctrl_ext, rctl, status;
4952 u32 wufc = adapter->wol;
Auke Kok6fdfef12006-06-27 09:06:36 -07004953#ifdef CONFIG_PM
Jeff Kirsher240b1712006-01-12 16:51:28 -08004954 int retval = 0;
Auke Kok6fdfef12006-06-27 09:06:36 -07004955#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07004956
4957 netif_device_detach(netdev);
4958
Auke Kok2db10a02006-06-27 09:06:28 -07004959 if (netif_running(netdev)) {
4960 WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004961 e1000_down(adapter);
Auke Kok2db10a02006-06-27 09:06:28 -07004962 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004963
Jesse Brandeburg2f826652006-01-18 13:01:34 -08004964#ifdef CONFIG_PM
Kok, Auke1d33e9c2007-02-16 14:39:28 -08004965 retval = pci_save_state(pdev);
Jesse Brandeburg3a3847e2012-01-04 20:23:33 +00004966 if (retval)
Jesse Brandeburg2f826652006-01-18 13:01:34 -08004967 return retval;
4968#endif
4969
Joe Perches1dc32912008-07-11 15:17:08 -07004970 status = er32(STATUS);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004971 if (status & E1000_STATUS_LU)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004972 wufc &= ~E1000_WUFC_LNKC;
4973
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004974 if (wufc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004975 e1000_setup_rctl(adapter);
Patrick McHardydb0ce502007-11-13 20:54:59 -08004976 e1000_set_rx_mode(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004977
Dean Nelsonb8681792012-01-19 17:47:24 +00004978 rctl = er32(RCTL);
4979
Linus Torvalds1da177e2005-04-16 15:20:36 -07004980 /* turn on all-multi mode if wake on multicast is enabled */
Dean Nelsonb8681792012-01-19 17:47:24 +00004981 if (wufc & E1000_WUFC_MC)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004982 rctl |= E1000_RCTL_MPE;
Dean Nelsonb8681792012-01-19 17:47:24 +00004983
4984 /* enable receives in the hardware */
4985 ew32(RCTL, rctl | E1000_RCTL_EN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004986
Joe Perches1dc32912008-07-11 15:17:08 -07004987 if (hw->mac_type >= e1000_82540) {
4988 ctrl = er32(CTRL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004989 /* advertise wake from D3Cold */
4990 #define E1000_CTRL_ADVD3WUC 0x00100000
4991 /* phy power management enable */
4992 #define E1000_CTRL_EN_PHY_PWR_MGMT 0x00200000
4993 ctrl |= E1000_CTRL_ADVD3WUC |
4994 E1000_CTRL_EN_PHY_PWR_MGMT;
Joe Perches1dc32912008-07-11 15:17:08 -07004995 ew32(CTRL, ctrl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004996 }
4997
Joe Perches1dc32912008-07-11 15:17:08 -07004998 if (hw->media_type == e1000_media_type_fiber ||
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00004999 hw->media_type == e1000_media_type_internal_serdes) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005000 /* keep the laser running in D3 */
Joe Perches1dc32912008-07-11 15:17:08 -07005001 ctrl_ext = er32(CTRL_EXT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005002 ctrl_ext |= E1000_CTRL_EXT_SDP7_DATA;
Joe Perches1dc32912008-07-11 15:17:08 -07005003 ew32(CTRL_EXT, ctrl_ext);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005004 }
5005
Joe Perches1dc32912008-07-11 15:17:08 -07005006 ew32(WUC, E1000_WUC_PME_EN);
5007 ew32(WUFC, wufc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005008 } else {
Joe Perches1dc32912008-07-11 15:17:08 -07005009 ew32(WUC, 0);
5010 ew32(WUFC, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005011 }
5012
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005013 e1000_release_manageability(adapter);
5014
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00005015 *enable_wake = !!wufc;
5016
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005017 /* make sure adapter isn't asleep if manageability is enabled */
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00005018 if (adapter->en_mng_pt)
5019 *enable_wake = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005020
Auke Kokedd106f2006-11-06 08:57:12 -08005021 if (netif_running(netdev))
5022 e1000_free_irq(adapter);
5023
Linus Torvalds1da177e2005-04-16 15:20:36 -07005024 pci_disable_device(pdev);
Jeff Kirsher240b1712006-01-12 16:51:28 -08005025
Linus Torvalds1da177e2005-04-16 15:20:36 -07005026 return 0;
5027}
5028
Jesse Brandeburg2f826652006-01-18 13:01:34 -08005029#ifdef CONFIG_PM
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00005030static int e1000_suspend(struct pci_dev *pdev, pm_message_t state)
5031{
5032 int retval;
5033 bool wake;
5034
5035 retval = __e1000_shutdown(pdev, &wake);
5036 if (retval)
5037 return retval;
5038
5039 if (wake) {
5040 pci_prepare_to_sleep(pdev);
5041 } else {
5042 pci_wake_from_d3(pdev, false);
5043 pci_set_power_state(pdev, PCI_D3hot);
5044 }
5045
5046 return 0;
5047}
5048
Joe Perches64798842008-07-11 15:17:02 -07005049static int e1000_resume(struct pci_dev *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005050{
5051 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07005052 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07005053 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07005054 u32 err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005055
Auke Kokd0e027d2006-04-14 19:04:40 -07005056 pci_set_power_state(pdev, PCI_D0);
Kok, Auke1d33e9c2007-02-16 14:39:28 -08005057 pci_restore_state(pdev);
Nick Nunleydbb5aae2010-02-03 14:49:48 +00005058 pci_save_state(pdev);
Taku Izumi81250292008-07-11 15:17:44 -07005059
5060 if (adapter->need_ioport)
5061 err = pci_enable_device(pdev);
5062 else
5063 err = pci_enable_device_mem(pdev);
Joe Perchesc7be73b2008-07-11 15:17:28 -07005064 if (err) {
Emil Tantilov675ad472010-04-27 14:02:58 +00005065 pr_err("Cannot enable PCI device from suspend\n");
Auke Kok3d1dd8c2006-08-28 14:56:27 -07005066 return err;
5067 }
Malli Chilakalaa4cb8472005-04-28 19:41:28 -07005068 pci_set_master(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005069
Auke Kokd0e027d2006-04-14 19:04:40 -07005070 pci_enable_wake(pdev, PCI_D3hot, 0);
5071 pci_enable_wake(pdev, PCI_D3cold, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005072
Joe Perchesc7be73b2008-07-11 15:17:28 -07005073 if (netif_running(netdev)) {
5074 err = e1000_request_irq(adapter);
5075 if (err)
5076 return err;
5077 }
Auke Kokedd106f2006-11-06 08:57:12 -08005078
5079 e1000_power_up_phy(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005080 e1000_reset(adapter);
Joe Perches1dc32912008-07-11 15:17:08 -07005081 ew32(WUS, ~0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005082
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005083 e1000_init_manageability(adapter);
5084
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005085 if (netif_running(netdev))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005086 e1000_up(adapter);
5087
5088 netif_device_attach(netdev);
5089
Linus Torvalds1da177e2005-04-16 15:20:36 -07005090 return 0;
5091}
5092#endif
Auke Kokc653e632006-05-23 13:35:57 -07005093
5094static void e1000_shutdown(struct pci_dev *pdev)
5095{
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00005096 bool wake;
5097
5098 __e1000_shutdown(pdev, &wake);
5099
5100 if (system_state == SYSTEM_POWER_OFF) {
5101 pci_wake_from_d3(pdev, wake);
5102 pci_set_power_state(pdev, PCI_D3hot);
5103 }
Auke Kokc653e632006-05-23 13:35:57 -07005104}
5105
Linus Torvalds1da177e2005-04-16 15:20:36 -07005106#ifdef CONFIG_NET_POLL_CONTROLLER
5107/*
5108 * Polling 'interrupt' - used by things like netconsole to send skbs
5109 * without having to re-enable interrupts. It's not called while
5110 * the interrupt routine is executing.
5111 */
Joe Perches64798842008-07-11 15:17:02 -07005112static void e1000_netpoll(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005113{
Malli Chilakala60490fe2005-06-17 17:41:45 -07005114 struct e1000_adapter *adapter = netdev_priv(netdev);
Auke Kokd3d9e482006-07-14 16:14:23 -07005115
Linus Torvalds1da177e2005-04-16 15:20:36 -07005116 disable_irq(adapter->pdev->irq);
David Howells7d12e782006-10-05 14:55:46 +01005117 e1000_intr(adapter->pdev->irq, netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005118 enable_irq(adapter->pdev->irq);
5119}
5120#endif
5121
Auke Kok90267292006-06-08 09:30:24 -07005122/**
5123 * e1000_io_error_detected - called when PCI error is detected
5124 * @pdev: Pointer to PCI device
Jesse Brandeburg120a5d02009-09-25 15:19:46 -07005125 * @state: The current pci connection state
Auke Kok90267292006-06-08 09:30:24 -07005126 *
5127 * This function is called after a PCI bus error affecting
5128 * this device has been detected.
5129 */
Joe Perches64798842008-07-11 15:17:02 -07005130static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev,
5131 pci_channel_state_t state)
Auke Kok90267292006-06-08 09:30:24 -07005132{
5133 struct net_device *netdev = pci_get_drvdata(pdev);
Wang Chen4cf16532008-11-12 23:38:14 -08005134 struct e1000_adapter *adapter = netdev_priv(netdev);
Auke Kok90267292006-06-08 09:30:24 -07005135
5136 netif_device_detach(netdev);
5137
Andre Detscheab63302009-06-30 12:46:13 +00005138 if (state == pci_channel_io_perm_failure)
5139 return PCI_ERS_RESULT_DISCONNECT;
5140
Auke Kok90267292006-06-08 09:30:24 -07005141 if (netif_running(netdev))
5142 e1000_down(adapter);
Linas Vepstas72e8d6b2006-09-18 20:58:06 -07005143 pci_disable_device(pdev);
Auke Kok90267292006-06-08 09:30:24 -07005144
5145 /* Request a slot slot reset. */
5146 return PCI_ERS_RESULT_NEED_RESET;
5147}
5148
5149/**
5150 * e1000_io_slot_reset - called after the pci bus has been reset.
5151 * @pdev: Pointer to PCI device
5152 *
5153 * Restart the card from scratch, as if from a cold-boot. Implementation
5154 * resembles the first-half of the e1000_resume routine.
5155 */
5156static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev)
5157{
5158 struct net_device *netdev = pci_get_drvdata(pdev);
Wang Chen4cf16532008-11-12 23:38:14 -08005159 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07005160 struct e1000_hw *hw = &adapter->hw;
Taku Izumi81250292008-07-11 15:17:44 -07005161 int err;
Auke Kok90267292006-06-08 09:30:24 -07005162
Taku Izumi81250292008-07-11 15:17:44 -07005163 if (adapter->need_ioport)
5164 err = pci_enable_device(pdev);
5165 else
5166 err = pci_enable_device_mem(pdev);
5167 if (err) {
Emil Tantilov675ad472010-04-27 14:02:58 +00005168 pr_err("Cannot re-enable PCI device after reset.\n");
Auke Kok90267292006-06-08 09:30:24 -07005169 return PCI_ERS_RESULT_DISCONNECT;
5170 }
5171 pci_set_master(pdev);
5172
Linas Vepstasdbf38c92006-09-27 12:54:11 -07005173 pci_enable_wake(pdev, PCI_D3hot, 0);
5174 pci_enable_wake(pdev, PCI_D3cold, 0);
Auke Kok90267292006-06-08 09:30:24 -07005175
Auke Kok90267292006-06-08 09:30:24 -07005176 e1000_reset(adapter);
Joe Perches1dc32912008-07-11 15:17:08 -07005177 ew32(WUS, ~0);
Auke Kok90267292006-06-08 09:30:24 -07005178
5179 return PCI_ERS_RESULT_RECOVERED;
5180}
5181
5182/**
5183 * e1000_io_resume - called when traffic can start flowing again.
5184 * @pdev: Pointer to PCI device
5185 *
5186 * This callback is called when the error recovery driver tells us that
5187 * its OK to resume normal operation. Implementation resembles the
5188 * second-half of the e1000_resume routine.
5189 */
5190static void e1000_io_resume(struct pci_dev *pdev)
5191{
5192 struct net_device *netdev = pci_get_drvdata(pdev);
Wang Chen4cf16532008-11-12 23:38:14 -08005193 struct e1000_adapter *adapter = netdev_priv(netdev);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005194
5195 e1000_init_manageability(adapter);
Auke Kok90267292006-06-08 09:30:24 -07005196
5197 if (netif_running(netdev)) {
5198 if (e1000_up(adapter)) {
Emil Tantilov675ad472010-04-27 14:02:58 +00005199 pr_info("can't bring device back up after reset\n");
Auke Kok90267292006-06-08 09:30:24 -07005200 return;
5201 }
5202 }
5203
5204 netif_device_attach(netdev);
Auke Kok90267292006-06-08 09:30:24 -07005205}
5206
Linus Torvalds1da177e2005-04-16 15:20:36 -07005207/* e1000_main.c */