blob: 669ca3800c01a15ced19745c9af8f6312b651f4e [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);
733 if (!data) {
Emil Tantilov675ad472010-04-27 14:02:58 +0000734 pr_err("Unable to allocate memory to dump EEPROM data\n");
Auke Kok67b3c272007-12-17 13:50:23 -0800735 return;
736 }
737
738 ops->get_eeprom(netdev, &eeprom, data);
739
740 csum_old = (data[EEPROM_CHECKSUM_REG * 2]) +
741 (data[EEPROM_CHECKSUM_REG * 2 + 1] << 8);
742 for (i = 0; i < EEPROM_CHECKSUM_REG * 2; i += 2)
743 csum_new += data[i] + (data[i + 1] << 8);
744 csum_new = EEPROM_SUM - csum_new;
745
Emil Tantilov675ad472010-04-27 14:02:58 +0000746 pr_err("/*********************/\n");
747 pr_err("Current EEPROM Checksum : 0x%04x\n", csum_old);
748 pr_err("Calculated : 0x%04x\n", csum_new);
Auke Kok67b3c272007-12-17 13:50:23 -0800749
Emil Tantilov675ad472010-04-27 14:02:58 +0000750 pr_err("Offset Values\n");
751 pr_err("======== ======\n");
Auke Kok67b3c272007-12-17 13:50:23 -0800752 print_hex_dump(KERN_ERR, "", DUMP_PREFIX_OFFSET, 16, 1, data, 128, 0);
753
Emil Tantilov675ad472010-04-27 14:02:58 +0000754 pr_err("Include this output when contacting your support provider.\n");
755 pr_err("This is not a software error! Something bad happened to\n");
756 pr_err("your hardware or EEPROM image. Ignoring this problem could\n");
757 pr_err("result in further problems, possibly loss of data,\n");
758 pr_err("corruption or system hangs!\n");
759 pr_err("The MAC Address will be reset to 00:00:00:00:00:00,\n");
760 pr_err("which is invalid and requires you to set the proper MAC\n");
761 pr_err("address manually before continuing to enable this network\n");
762 pr_err("device. Please inspect the EEPROM dump and report the\n");
763 pr_err("issue to your hardware vendor or Intel Customer Support.\n");
764 pr_err("/*********************/\n");
Auke Kok67b3c272007-12-17 13:50:23 -0800765
766 kfree(data);
767}
768
769/**
Taku Izumi81250292008-07-11 15:17:44 -0700770 * e1000_is_need_ioport - determine if an adapter needs ioport resources or not
771 * @pdev: PCI device information struct
772 *
773 * Return true if an adapter needs ioport resources
774 **/
775static int e1000_is_need_ioport(struct pci_dev *pdev)
776{
777 switch (pdev->device) {
778 case E1000_DEV_ID_82540EM:
779 case E1000_DEV_ID_82540EM_LOM:
780 case E1000_DEV_ID_82540EP:
781 case E1000_DEV_ID_82540EP_LOM:
782 case E1000_DEV_ID_82540EP_LP:
783 case E1000_DEV_ID_82541EI:
784 case E1000_DEV_ID_82541EI_MOBILE:
785 case E1000_DEV_ID_82541ER:
786 case E1000_DEV_ID_82541ER_LOM:
787 case E1000_DEV_ID_82541GI:
788 case E1000_DEV_ID_82541GI_LF:
789 case E1000_DEV_ID_82541GI_MOBILE:
790 case E1000_DEV_ID_82544EI_COPPER:
791 case E1000_DEV_ID_82544EI_FIBER:
792 case E1000_DEV_ID_82544GC_COPPER:
793 case E1000_DEV_ID_82544GC_LOM:
794 case E1000_DEV_ID_82545EM_COPPER:
795 case E1000_DEV_ID_82545EM_FIBER:
796 case E1000_DEV_ID_82546EB_COPPER:
797 case E1000_DEV_ID_82546EB_FIBER:
798 case E1000_DEV_ID_82546EB_QUAD_COPPER:
799 return true;
800 default:
801 return false;
802 }
803}
804
Michał Mirosławc8f44af2011-11-15 15:29:55 +0000805static netdev_features_t e1000_fix_features(struct net_device *netdev,
806 netdev_features_t features)
Jiri Pirko5622e402011-07-21 03:26:31 +0000807{
808 /*
809 * Since there is no support for separate rx/tx vlan accel
810 * enable/disable make sure tx flag is always in same state as rx.
811 */
812 if (features & NETIF_F_HW_VLAN_RX)
813 features |= NETIF_F_HW_VLAN_TX;
814 else
815 features &= ~NETIF_F_HW_VLAN_TX;
816
817 return features;
818}
819
Michał Mirosławc8f44af2011-11-15 15:29:55 +0000820static int e1000_set_features(struct net_device *netdev,
821 netdev_features_t features)
Michał Mirosławe97d3202011-06-08 08:36:42 +0000822{
823 struct e1000_adapter *adapter = netdev_priv(netdev);
Michał Mirosławc8f44af2011-11-15 15:29:55 +0000824 netdev_features_t changed = features ^ netdev->features;
Michał Mirosławe97d3202011-06-08 08:36:42 +0000825
Jiri Pirko5622e402011-07-21 03:26:31 +0000826 if (changed & NETIF_F_HW_VLAN_RX)
827 e1000_vlan_mode(netdev, features);
828
Michał Mirosławe97d3202011-06-08 08:36:42 +0000829 if (!(changed & NETIF_F_RXCSUM))
830 return 0;
831
832 adapter->rx_csum = !!(features & NETIF_F_RXCSUM);
833
834 if (netif_running(netdev))
835 e1000_reinit_locked(adapter);
836 else
837 e1000_reset(adapter);
838
839 return 0;
840}
841
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800842static const struct net_device_ops e1000_netdev_ops = {
843 .ndo_open = e1000_open,
844 .ndo_stop = e1000_close,
Stephen Hemminger00829822008-11-20 20:14:53 -0800845 .ndo_start_xmit = e1000_xmit_frame,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800846 .ndo_get_stats = e1000_get_stats,
847 .ndo_set_rx_mode = e1000_set_rx_mode,
848 .ndo_set_mac_address = e1000_set_mac,
Jiri Pirko5622e402011-07-21 03:26:31 +0000849 .ndo_tx_timeout = e1000_tx_timeout,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800850 .ndo_change_mtu = e1000_change_mtu,
851 .ndo_do_ioctl = e1000_ioctl,
852 .ndo_validate_addr = eth_validate_addr,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800853 .ndo_vlan_rx_add_vid = e1000_vlan_rx_add_vid,
854 .ndo_vlan_rx_kill_vid = e1000_vlan_rx_kill_vid,
855#ifdef CONFIG_NET_POLL_CONTROLLER
856 .ndo_poll_controller = e1000_netpoll,
857#endif
Jiri Pirko5622e402011-07-21 03:26:31 +0000858 .ndo_fix_features = e1000_fix_features,
859 .ndo_set_features = e1000_set_features,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800860};
861
Taku Izumi81250292008-07-11 15:17:44 -0700862/**
Jesse Brandeburge508be12010-09-07 21:01:12 +0000863 * e1000_init_hw_struct - initialize members of hw struct
864 * @adapter: board private struct
865 * @hw: structure used by e1000_hw.c
866 *
867 * Factors out initialization of the e1000_hw struct to its own function
868 * that can be called very early at init (just after struct allocation).
869 * Fields are initialized based on PCI device information and
870 * OS network device settings (MTU size).
871 * Returns negative error codes if MAC type setup fails.
872 */
873static int e1000_init_hw_struct(struct e1000_adapter *adapter,
874 struct e1000_hw *hw)
875{
876 struct pci_dev *pdev = adapter->pdev;
877
878 /* PCI config space info */
879 hw->vendor_id = pdev->vendor;
880 hw->device_id = pdev->device;
881 hw->subsystem_vendor_id = pdev->subsystem_vendor;
882 hw->subsystem_id = pdev->subsystem_device;
883 hw->revision_id = pdev->revision;
884
885 pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word);
886
887 hw->max_frame_size = adapter->netdev->mtu +
888 ENET_HEADER_SIZE + ETHERNET_FCS_SIZE;
889 hw->min_frame_size = MINIMUM_ETHERNET_FRAME_SIZE;
890
891 /* identify the MAC */
892 if (e1000_set_mac_type(hw)) {
893 e_err(probe, "Unknown MAC Type\n");
894 return -EIO;
895 }
896
897 switch (hw->mac_type) {
898 default:
899 break;
900 case e1000_82541:
901 case e1000_82547:
902 case e1000_82541_rev_2:
903 case e1000_82547_rev_2:
904 hw->phy_init_script = 1;
905 break;
906 }
907
908 e1000_set_media_type(hw);
909 e1000_get_bus_info(hw);
910
911 hw->wait_autoneg_complete = false;
912 hw->tbi_compatibility_en = true;
913 hw->adaptive_ifs = true;
914
915 /* Copper options */
916
917 if (hw->media_type == e1000_media_type_copper) {
918 hw->mdix = AUTO_ALL_MODES;
919 hw->disable_polarity_correction = false;
920 hw->master_slave = E1000_MASTER_SLAVE;
921 }
922
923 return 0;
924}
925
926/**
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927 * e1000_probe - Device Initialization Routine
928 * @pdev: PCI device information struct
929 * @ent: entry in e1000_pci_tbl
930 *
931 * Returns 0 on success, negative on failure
932 *
933 * e1000_probe initializes an adapter identified by a pci_dev structure.
934 * The OS initialization, configuring of the adapter private structure,
935 * and a hardware reset occur.
936 **/
Joe Perches1dc32912008-07-11 15:17:08 -0700937static int __devinit e1000_probe(struct pci_dev *pdev,
938 const struct pci_device_id *ent)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700939{
940 struct net_device *netdev;
941 struct e1000_adapter *adapter;
Joe Perches1dc32912008-07-11 15:17:08 -0700942 struct e1000_hw *hw;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700943
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944 static int cards_found = 0;
Jesse Brandeburg120cd572006-08-31 14:27:46 -0700945 static int global_quad_port_a = 0; /* global ksp3 port a indication */
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700946 int i, err, pci_using_dac;
Joe Perches406874a2008-04-03 10:06:32 -0700947 u16 eeprom_data = 0;
Dirk Brandewie5377a412011-01-06 14:29:54 +0000948 u16 tmp = 0;
Joe Perches406874a2008-04-03 10:06:32 -0700949 u16 eeprom_apme_mask = E1000_EEPROM_APME;
Taku Izumi81250292008-07-11 15:17:44 -0700950 int bars, need_ioport;
Joe Perches0795af52007-10-03 17:59:30 -0700951
Taku Izumi81250292008-07-11 15:17:44 -0700952 /* do not allocate ioport bars when not needed */
953 need_ioport = e1000_is_need_ioport(pdev);
954 if (need_ioport) {
955 bars = pci_select_bars(pdev, IORESOURCE_MEM | IORESOURCE_IO);
956 err = pci_enable_device(pdev);
957 } else {
958 bars = pci_select_bars(pdev, IORESOURCE_MEM);
Karsten Keil4d7155b2009-02-03 15:18:01 -0800959 err = pci_enable_device_mem(pdev);
Taku Izumi81250292008-07-11 15:17:44 -0700960 }
Joe Perchesc7be73b2008-07-11 15:17:28 -0700961 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962 return err;
963
Taku Izumi81250292008-07-11 15:17:44 -0700964 err = pci_request_selected_regions(pdev, bars, e1000_driver_name);
Joe Perchesc7be73b2008-07-11 15:17:28 -0700965 if (err)
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700966 goto err_pci_reg;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967
968 pci_set_master(pdev);
Nick Nunleydbb5aae2010-02-03 14:49:48 +0000969 err = pci_save_state(pdev);
970 if (err)
971 goto err_alloc_etherdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700973 err = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974 netdev = alloc_etherdev(sizeof(struct e1000_adapter));
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700975 if (!netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976 goto err_alloc_etherdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700977
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978 SET_NETDEV_DEV(netdev, &pdev->dev);
979
980 pci_set_drvdata(pdev, netdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -0700981 adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982 adapter->netdev = netdev;
983 adapter->pdev = pdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984 adapter->msg_enable = (1 << debug) - 1;
Taku Izumi81250292008-07-11 15:17:44 -0700985 adapter->bars = bars;
986 adapter->need_ioport = need_ioport;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987
Joe Perches1dc32912008-07-11 15:17:08 -0700988 hw = &adapter->hw;
989 hw->back = adapter;
990
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700991 err = -EIO;
Arjan van de Ven275f1652008-10-20 21:42:39 -0700992 hw->hw_addr = pci_ioremap_bar(pdev, BAR_0);
Joe Perches1dc32912008-07-11 15:17:08 -0700993 if (!hw->hw_addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994 goto err_ioremap;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700995
Taku Izumi81250292008-07-11 15:17:44 -0700996 if (adapter->need_ioport) {
997 for (i = BAR_1; i <= BAR_5; i++) {
998 if (pci_resource_len(pdev, i) == 0)
999 continue;
1000 if (pci_resource_flags(pdev, i) & IORESOURCE_IO) {
1001 hw->io_base = pci_resource_start(pdev, i);
1002 break;
1003 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004 }
1005 }
1006
Jesse Brandeburge508be12010-09-07 21:01:12 +00001007 /* make ready for any if (hw->...) below */
1008 err = e1000_init_hw_struct(adapter, hw);
1009 if (err)
1010 goto err_sw_init;
1011
1012 /*
1013 * there is a workaround being applied below that limits
1014 * 64-bit DMA addresses to 64-bit hardware. There are some
1015 * 32-bit adapters that Tx hang when given 64-bit DMA addresses
1016 */
1017 pci_using_dac = 0;
1018 if ((hw->bus_type == e1000_bus_type_pcix) &&
1019 !dma_set_mask(&pdev->dev, DMA_BIT_MASK(64))) {
1020 /*
1021 * according to DMA-API-HOWTO, coherent calls will always
1022 * succeed if the set call did
1023 */
1024 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64));
1025 pci_using_dac = 1;
Jesse Brandeburge508be12010-09-07 21:01:12 +00001026 } else {
Dean Nelson19a0b672010-11-11 05:50:25 +00001027 err = dma_set_mask(&pdev->dev, DMA_BIT_MASK(32));
1028 if (err) {
1029 pr_err("No usable DMA config, aborting\n");
1030 goto err_dma;
1031 }
1032 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32));
Jesse Brandeburge508be12010-09-07 21:01:12 +00001033 }
1034
Stephen Hemminger0e7614b2008-11-19 22:18:22 -08001035 netdev->netdev_ops = &e1000_netdev_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036 e1000_set_ethtool_ops(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037 netdev->watchdog_timeo = 5 * HZ;
Stephen Hemmingerbea33482007-10-03 16:41:36 -07001038 netif_napi_add(netdev, &adapter->napi, e1000_clean, 64);
Stephen Hemminger0e7614b2008-11-19 22:18:22 -08001039
Auke Kok0eb5a342006-09-27 12:53:17 -07001040 strncpy(netdev->name, pci_name(pdev), sizeof(netdev->name) - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042 adapter->bd_number = cards_found;
1043
1044 /* setup the private structure */
1045
Joe Perchesc7be73b2008-07-11 15:17:28 -07001046 err = e1000_sw_init(adapter);
1047 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001048 goto err_sw_init;
1049
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001050 err = -EIO;
Dirk Brandewie5377a412011-01-06 14:29:54 +00001051 if (hw->mac_type == e1000_ce4100) {
Florian Fainelli13acde82012-01-04 20:23:35 +00001052 hw->ce4100_gbe_mdio_base_virt =
1053 ioremap(pci_resource_start(pdev, BAR_1),
Dirk Brandewie5377a412011-01-06 14:29:54 +00001054 pci_resource_len(pdev, BAR_1));
1055
Florian Fainelli13acde82012-01-04 20:23:35 +00001056 if (!hw->ce4100_gbe_mdio_base_virt)
Dirk Brandewie5377a412011-01-06 14:29:54 +00001057 goto err_mdio_ioremap;
1058 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001059
Joe Perches1dc32912008-07-11 15:17:08 -07001060 if (hw->mac_type >= e1000_82543) {
Michał Mirosławe97d3202011-06-08 08:36:42 +00001061 netdev->hw_features = NETIF_F_SG |
Jiri Pirko5622e402011-07-21 03:26:31 +00001062 NETIF_F_HW_CSUM |
1063 NETIF_F_HW_VLAN_RX;
Michał Mirosławe97d3202011-06-08 08:36:42 +00001064 netdev->features = NETIF_F_HW_VLAN_TX |
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065 NETIF_F_HW_VLAN_FILTER;
1066 }
1067
Joe Perches1dc32912008-07-11 15:17:08 -07001068 if ((hw->mac_type >= e1000_82544) &&
1069 (hw->mac_type != e1000_82547))
Michał Mirosławe97d3202011-06-08 08:36:42 +00001070 netdev->hw_features |= NETIF_F_TSO;
1071
1072 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
Linus Torvalds1da177e2005-04-16 15:20:36 -07002697#define E1000_TX_FLAGS_VLAN_MASK 0xffff0000
2698#define E1000_TX_FLAGS_VLAN_SHIFT 16
2699
Joe Perches64798842008-07-11 15:17:02 -07002700static int e1000_tso(struct e1000_adapter *adapter,
2701 struct e1000_tx_ring *tx_ring, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002702{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002703 struct e1000_context_desc *context_desc;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002704 struct e1000_buffer *buffer_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002705 unsigned int i;
Joe Perches406874a2008-04-03 10:06:32 -07002706 u32 cmd_length = 0;
2707 u16 ipcse = 0, tucse, mss;
2708 u8 ipcss, ipcso, tucss, tucso, hdr_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002709 int err;
2710
Herbert Xu89114af2006-07-08 13:34:32 -07002711 if (skb_is_gso(skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002712 if (skb_header_cloned(skb)) {
2713 err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
2714 if (err)
2715 return err;
2716 }
2717
Arnaldo Carvalho de Meloab6a5bb2007-03-18 17:43:48 -07002718 hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb);
Herbert Xu79671682006-06-22 02:40:14 -07002719 mss = skb_shinfo(skb)->gso_size;
Alexey Dobriyan60828232006-05-23 14:52:21 -07002720 if (skb->protocol == htons(ETH_P_IP)) {
Arnaldo Carvalho de Meloeddc9ec2007-04-20 22:47:35 -07002721 struct iphdr *iph = ip_hdr(skb);
2722 iph->tot_len = 0;
2723 iph->check = 0;
Arnaldo Carvalho de Meloaa8223c2007-04-10 21:04:22 -07002724 tcp_hdr(skb)->check = ~csum_tcpudp_magic(iph->saddr,
2725 iph->daddr, 0,
2726 IPPROTO_TCP,
2727 0);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002728 cmd_length = E1000_TXD_CMD_IP;
Arnaldo Carvalho de Meloea2ae172007-04-25 17:55:53 -07002729 ipcse = skb_transport_offset(skb) - 1;
Auke Koke15fdd02006-08-16 11:28:45 -07002730 } else if (skb->protocol == htons(ETH_P_IPV6)) {
Arnaldo Carvalho de Melo0660e032007-04-25 17:54:47 -07002731 ipv6_hdr(skb)->payload_len = 0;
Arnaldo Carvalho de Meloaa8223c2007-04-10 21:04:22 -07002732 tcp_hdr(skb)->check =
Arnaldo Carvalho de Melo0660e032007-04-25 17:54:47 -07002733 ~csum_ipv6_magic(&ipv6_hdr(skb)->saddr,
2734 &ipv6_hdr(skb)->daddr,
2735 0, IPPROTO_TCP, 0);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002736 ipcse = 0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002737 }
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -03002738 ipcss = skb_network_offset(skb);
Arnaldo Carvalho de Meloeddc9ec2007-04-20 22:47:35 -07002739 ipcso = (void *)&(ip_hdr(skb)->check) - (void *)skb->data;
Arnaldo Carvalho de Meloea2ae172007-04-25 17:55:53 -07002740 tucss = skb_transport_offset(skb);
Arnaldo Carvalho de Meloaa8223c2007-04-10 21:04:22 -07002741 tucso = (void *)&(tcp_hdr(skb)->check) - (void *)skb->data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002742 tucse = 0;
2743
2744 cmd_length |= (E1000_TXD_CMD_DEXT | E1000_TXD_CMD_TSE |
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002745 E1000_TXD_CMD_TCP | (skb->len - (hdr_len)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002747 i = tx_ring->next_to_use;
2748 context_desc = E1000_CONTEXT_DESC(*tx_ring, i);
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002749 buffer_info = &tx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750
2751 context_desc->lower_setup.ip_fields.ipcss = ipcss;
2752 context_desc->lower_setup.ip_fields.ipcso = ipcso;
2753 context_desc->lower_setup.ip_fields.ipcse = cpu_to_le16(ipcse);
2754 context_desc->upper_setup.tcp_fields.tucss = tucss;
2755 context_desc->upper_setup.tcp_fields.tucso = tucso;
2756 context_desc->upper_setup.tcp_fields.tucse = cpu_to_le16(tucse);
2757 context_desc->tcp_seg_setup.fields.mss = cpu_to_le16(mss);
2758 context_desc->tcp_seg_setup.fields.hdr_len = hdr_len;
2759 context_desc->cmd_and_length = cpu_to_le32(cmd_length);
2760
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002761 buffer_info->time_stamp = jiffies;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002762 buffer_info->next_to_watch = i;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002763
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002764 if (++i == tx_ring->count) i = 0;
2765 tx_ring->next_to_use = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002766
Joe Perchesc3033b02008-03-21 11:06:25 -07002767 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768 }
Joe Perchesc3033b02008-03-21 11:06:25 -07002769 return false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002770}
2771
Joe Perches64798842008-07-11 15:17:02 -07002772static bool e1000_tx_csum(struct e1000_adapter *adapter,
2773 struct e1000_tx_ring *tx_ring, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774{
2775 struct e1000_context_desc *context_desc;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002776 struct e1000_buffer *buffer_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002777 unsigned int i;
Joe Perches406874a2008-04-03 10:06:32 -07002778 u8 css;
Dave Graham3ed30672008-10-09 14:29:26 -07002779 u32 cmd_len = E1000_TXD_CMD_DEXT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002780
Dave Graham3ed30672008-10-09 14:29:26 -07002781 if (skb->ip_summed != CHECKSUM_PARTIAL)
2782 return false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002783
Dave Graham3ed30672008-10-09 14:29:26 -07002784 switch (skb->protocol) {
Harvey Harrison09640e62009-02-01 00:45:17 -08002785 case cpu_to_be16(ETH_P_IP):
Dave Graham3ed30672008-10-09 14:29:26 -07002786 if (ip_hdr(skb)->protocol == IPPROTO_TCP)
2787 cmd_len |= E1000_TXD_CMD_TCP;
2788 break;
Harvey Harrison09640e62009-02-01 00:45:17 -08002789 case cpu_to_be16(ETH_P_IPV6):
Dave Graham3ed30672008-10-09 14:29:26 -07002790 /* XXX not handling all IPV6 headers */
2791 if (ipv6_hdr(skb)->nexthdr == IPPROTO_TCP)
2792 cmd_len |= E1000_TXD_CMD_TCP;
2793 break;
2794 default:
2795 if (unlikely(net_ratelimit()))
Emil Tantilovfeb8f472010-07-26 23:37:21 -07002796 e_warn(drv, "checksum_partial proto=%x!\n",
2797 skb->protocol);
Dave Graham3ed30672008-10-09 14:29:26 -07002798 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002799 }
2800
Michał Mirosław0d0b1672010-12-14 15:24:08 +00002801 css = skb_checksum_start_offset(skb);
Dave Graham3ed30672008-10-09 14:29:26 -07002802
2803 i = tx_ring->next_to_use;
2804 buffer_info = &tx_ring->buffer_info[i];
2805 context_desc = E1000_CONTEXT_DESC(*tx_ring, i);
2806
2807 context_desc->lower_setup.ip_config = 0;
2808 context_desc->upper_setup.tcp_fields.tucss = css;
2809 context_desc->upper_setup.tcp_fields.tucso =
2810 css + skb->csum_offset;
2811 context_desc->upper_setup.tcp_fields.tucse = 0;
2812 context_desc->tcp_seg_setup.data = 0;
2813 context_desc->cmd_and_length = cpu_to_le32(cmd_len);
2814
2815 buffer_info->time_stamp = jiffies;
2816 buffer_info->next_to_watch = i;
2817
2818 if (unlikely(++i == tx_ring->count)) i = 0;
2819 tx_ring->next_to_use = i;
2820
2821 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002822}
2823
2824#define E1000_MAX_TXD_PWR 12
2825#define E1000_MAX_DATA_PER_TXD (1<<E1000_MAX_TXD_PWR)
2826
Joe Perches64798842008-07-11 15:17:02 -07002827static int e1000_tx_map(struct e1000_adapter *adapter,
2828 struct e1000_tx_ring *tx_ring,
2829 struct sk_buff *skb, unsigned int first,
2830 unsigned int max_per_txd, unsigned int nr_frags,
2831 unsigned int mss)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002832{
Joe Perches1dc32912008-07-11 15:17:08 -07002833 struct e1000_hw *hw = &adapter->hw;
Alexander Duyck602c0552009-12-02 16:46:00 +00002834 struct pci_dev *pdev = adapter->pdev;
Alexander Duyck37e73df2009-03-25 21:58:45 +00002835 struct e1000_buffer *buffer_info;
Jesse Brandeburgd20b6062009-03-02 16:03:21 -08002836 unsigned int len = skb_headlen(skb);
Alexander Duyck602c0552009-12-02 16:46:00 +00002837 unsigned int offset = 0, size, count = 0, i;
Dean Nelson31c15a22011-08-25 14:39:24 +00002838 unsigned int f, bytecount, segs;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002839
2840 i = tx_ring->next_to_use;
2841
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002842 while (len) {
Alexander Duyck37e73df2009-03-25 21:58:45 +00002843 buffer_info = &tx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002844 size = min(len, max_per_txd);
Jeff Kirsherfd803242005-12-13 00:06:22 -05002845 /* Workaround for Controller erratum --
2846 * descriptor for non-tso packet in a linear SKB that follows a
2847 * tso gets written back prematurely before the data is fully
Jeff Kirsher0f15a8f2006-03-02 18:46:29 -08002848 * DMA'd to the controller */
Jeff Kirsherfd803242005-12-13 00:06:22 -05002849 if (!skb->data_len && tx_ring->last_tx_tso &&
Herbert Xu89114af2006-07-08 13:34:32 -07002850 !skb_is_gso(skb)) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00002851 tx_ring->last_tx_tso = false;
Jeff Kirsherfd803242005-12-13 00:06:22 -05002852 size -= 4;
2853 }
2854
Linus Torvalds1da177e2005-04-16 15:20:36 -07002855 /* Workaround for premature desc write-backs
2856 * in TSO mode. Append 4-byte sentinel desc */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002857 if (unlikely(mss && !nr_frags && size == len && size > 8))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002858 size -= 4;
Malli Chilakala97338bd2005-04-28 19:41:46 -07002859 /* work-around for errata 10 and it applies
2860 * to all controllers in PCI-X mode
2861 * The fix is to make sure that the first descriptor of a
2862 * packet is smaller than 2048 - 16 - 16 (or 2016) bytes
2863 */
Joe Perches1dc32912008-07-11 15:17:08 -07002864 if (unlikely((hw->bus_type == e1000_bus_type_pcix) &&
Malli Chilakala97338bd2005-04-28 19:41:46 -07002865 (size > 2015) && count == 0))
2866 size = 2015;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002867
Linus Torvalds1da177e2005-04-16 15:20:36 -07002868 /* Workaround for potential 82544 hang in PCI-X. Avoid
2869 * terminating buffers within evenly-aligned dwords. */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002870 if (unlikely(adapter->pcix_82544 &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07002871 !((unsigned long)(skb->data + offset + size - 1) & 4) &&
2872 size > 4))
2873 size -= 4;
2874
2875 buffer_info->length = size;
Jesse Brandeburgcdd75492009-09-25 12:18:07 +00002876 /* set time_stamp *before* dma to help avoid a possible race */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002877 buffer_info->time_stamp = jiffies;
Alexander Duyck602c0552009-12-02 16:46:00 +00002878 buffer_info->mapped_as_page = false;
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002879 buffer_info->dma = dma_map_single(&pdev->dev,
2880 skb->data + offset,
2881 size, DMA_TO_DEVICE);
2882 if (dma_mapping_error(&pdev->dev, buffer_info->dma))
Alexander Duyck602c0552009-12-02 16:46:00 +00002883 goto dma_error;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002884 buffer_info->next_to_watch = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002885
2886 len -= size;
2887 offset += size;
2888 count++;
Alexander Duyck37e73df2009-03-25 21:58:45 +00002889 if (len) {
2890 i++;
2891 if (unlikely(i == tx_ring->count))
2892 i = 0;
2893 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002894 }
2895
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002896 for (f = 0; f < nr_frags; f++) {
Eric Dumazet9e903e02011-10-18 21:00:24 +00002897 const struct skb_frag_struct *frag;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898
2899 frag = &skb_shinfo(skb)->frags[f];
Eric Dumazet9e903e02011-10-18 21:00:24 +00002900 len = skb_frag_size(frag);
Ian Campbell877749b2011-08-29 23:18:26 +00002901 offset = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002903 while (len) {
Ian Campbell877749b2011-08-29 23:18:26 +00002904 unsigned long bufend;
Alexander Duyck37e73df2009-03-25 21:58:45 +00002905 i++;
2906 if (unlikely(i == tx_ring->count))
2907 i = 0;
2908
Linus Torvalds1da177e2005-04-16 15:20:36 -07002909 buffer_info = &tx_ring->buffer_info[i];
2910 size = min(len, max_per_txd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002911 /* Workaround for premature desc write-backs
2912 * in TSO mode. Append 4-byte sentinel desc */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002913 if (unlikely(mss && f == (nr_frags-1) && size == len && size > 8))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002914 size -= 4;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915 /* Workaround for potential 82544 hang in PCI-X.
2916 * Avoid terminating buffers within evenly-aligned
2917 * dwords. */
Ian Campbell877749b2011-08-29 23:18:26 +00002918 bufend = (unsigned long)
2919 page_to_phys(skb_frag_page(frag));
2920 bufend += offset + size - 1;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002921 if (unlikely(adapter->pcix_82544 &&
Ian Campbell877749b2011-08-29 23:18:26 +00002922 !(bufend & 4) &&
2923 size > 4))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002924 size -= 4;
2925
2926 buffer_info->length = size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002927 buffer_info->time_stamp = jiffies;
Alexander Duyck602c0552009-12-02 16:46:00 +00002928 buffer_info->mapped_as_page = true;
Ian Campbell877749b2011-08-29 23:18:26 +00002929 buffer_info->dma = skb_frag_dma_map(&pdev->dev, frag,
2930 offset, size, DMA_TO_DEVICE);
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002931 if (dma_mapping_error(&pdev->dev, buffer_info->dma))
Alexander Duyck602c0552009-12-02 16:46:00 +00002932 goto dma_error;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002933 buffer_info->next_to_watch = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002934
2935 len -= size;
2936 offset += size;
2937 count++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938 }
2939 }
2940
Dean Nelson31c15a22011-08-25 14:39:24 +00002941 segs = skb_shinfo(skb)->gso_segs ?: 1;
2942 /* multiply data chunks by size of headers */
2943 bytecount = ((segs - 1) * skb_headlen(skb)) + skb->len;
2944
Linus Torvalds1da177e2005-04-16 15:20:36 -07002945 tx_ring->buffer_info[i].skb = skb;
Dean Nelson31c15a22011-08-25 14:39:24 +00002946 tx_ring->buffer_info[i].segs = segs;
2947 tx_ring->buffer_info[i].bytecount = bytecount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002948 tx_ring->buffer_info[first].next_to_watch = i;
2949
2950 return count;
Alexander Duyck602c0552009-12-02 16:46:00 +00002951
2952dma_error:
2953 dev_err(&pdev->dev, "TX DMA map failed\n");
2954 buffer_info->dma = 0;
Roel Kluinc1fa3472010-01-19 14:21:45 +00002955 if (count)
Alexander Duyck602c0552009-12-02 16:46:00 +00002956 count--;
Roel Kluinc1fa3472010-01-19 14:21:45 +00002957
2958 while (count--) {
2959 if (i==0)
Alexander Duyck602c0552009-12-02 16:46:00 +00002960 i += tx_ring->count;
Roel Kluinc1fa3472010-01-19 14:21:45 +00002961 i--;
Alexander Duyck602c0552009-12-02 16:46:00 +00002962 buffer_info = &tx_ring->buffer_info[i];
2963 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
2964 }
2965
2966 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002967}
2968
Joe Perches64798842008-07-11 15:17:02 -07002969static void e1000_tx_queue(struct e1000_adapter *adapter,
2970 struct e1000_tx_ring *tx_ring, int tx_flags,
2971 int count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002972{
Joe Perches1dc32912008-07-11 15:17:08 -07002973 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974 struct e1000_tx_desc *tx_desc = NULL;
2975 struct e1000_buffer *buffer_info;
Joe Perches406874a2008-04-03 10:06:32 -07002976 u32 txd_upper = 0, txd_lower = E1000_TXD_CMD_IFCS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002977 unsigned int i;
2978
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002979 if (likely(tx_flags & E1000_TX_FLAGS_TSO)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002980 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D |
2981 E1000_TXD_CMD_TSE;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002982 txd_upper |= E1000_TXD_POPTS_TXSM << 8;
2983
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002984 if (likely(tx_flags & E1000_TX_FLAGS_IPV4))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002985 txd_upper |= E1000_TXD_POPTS_IXSM << 8;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002986 }
2987
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002988 if (likely(tx_flags & E1000_TX_FLAGS_CSUM)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002989 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D;
2990 txd_upper |= E1000_TXD_POPTS_TXSM << 8;
2991 }
2992
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002993 if (unlikely(tx_flags & E1000_TX_FLAGS_VLAN)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002994 txd_lower |= E1000_TXD_CMD_VLE;
2995 txd_upper |= (tx_flags & E1000_TX_FLAGS_VLAN_MASK);
2996 }
2997
2998 i = tx_ring->next_to_use;
2999
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003000 while (count--) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003001 buffer_info = &tx_ring->buffer_info[i];
3002 tx_desc = E1000_TX_DESC(*tx_ring, i);
3003 tx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
3004 tx_desc->lower.data =
3005 cpu_to_le32(txd_lower | buffer_info->length);
3006 tx_desc->upper.data = cpu_to_le32(txd_upper);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003007 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008 }
3009
3010 tx_desc->lower.data |= cpu_to_le32(adapter->txd_cmd);
3011
3012 /* Force memory writes to complete before letting h/w
3013 * know there are new descriptors to fetch. (Only
3014 * applicable for weak-ordered memory model archs,
3015 * such as IA-64). */
3016 wmb();
3017
3018 tx_ring->next_to_use = i;
Joe Perches1dc32912008-07-11 15:17:08 -07003019 writel(i, hw->hw_addr + tx_ring->tdt);
Jesse Brandeburg2ce90472006-11-01 08:47:42 -08003020 /* we need this if more than one processor can write to our tail
3021 * at a time, it syncronizes IO on IA64/Altix systems */
3022 mmiowb();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023}
3024
3025/**
3026 * 82547 workaround to avoid controller hang in half-duplex environment.
3027 * The workaround is to avoid queuing a large packet that would span
3028 * the internal Tx FIFO ring boundary by notifying the stack to resend
3029 * the packet at a later time. This gives the Tx FIFO an opportunity to
3030 * flush all packets. When that occurs, we reset the Tx FIFO pointers
3031 * to the beginning of the Tx FIFO.
3032 **/
3033
3034#define E1000_FIFO_HDR 0x10
3035#define E1000_82547_PAD_LEN 0x3E0
3036
Joe Perches64798842008-07-11 15:17:02 -07003037static int e1000_82547_fifo_workaround(struct e1000_adapter *adapter,
3038 struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003039{
Joe Perches406874a2008-04-03 10:06:32 -07003040 u32 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head;
3041 u32 skb_fifo_len = skb->len + E1000_FIFO_HDR;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003042
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -07003043 skb_fifo_len = ALIGN(skb_fifo_len, E1000_FIFO_HDR);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003044
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003045 if (adapter->link_duplex != HALF_DUPLEX)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003046 goto no_fifo_stall_required;
3047
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003048 if (atomic_read(&adapter->tx_fifo_stall))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003049 return 1;
3050
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003051 if (skb_fifo_len >= (E1000_82547_PAD_LEN + fifo_space)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003052 atomic_set(&adapter->tx_fifo_stall, 1);
3053 return 1;
3054 }
3055
3056no_fifo_stall_required:
3057 adapter->tx_fifo_head += skb_fifo_len;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003058 if (adapter->tx_fifo_head >= adapter->tx_fifo_size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003059 adapter->tx_fifo_head -= adapter->tx_fifo_size;
3060 return 0;
3061}
3062
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003063static int __e1000_maybe_stop_tx(struct net_device *netdev, int size)
3064{
3065 struct e1000_adapter *adapter = netdev_priv(netdev);
3066 struct e1000_tx_ring *tx_ring = adapter->tx_ring;
3067
3068 netif_stop_queue(netdev);
3069 /* Herbert's original patch had:
3070 * smp_mb__after_netif_stop_queue();
3071 * but since that doesn't exist yet, just open code it. */
3072 smp_mb();
3073
3074 /* We need to check again in a case another CPU has just
3075 * made room available. */
3076 if (likely(E1000_DESC_UNUSED(tx_ring) < size))
3077 return -EBUSY;
3078
3079 /* A reprieve! */
3080 netif_start_queue(netdev);
Jesse Brandeburgfcfb1222006-11-01 08:47:59 -08003081 ++adapter->restart_queue;
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003082 return 0;
3083}
3084
3085static int e1000_maybe_stop_tx(struct net_device *netdev,
3086 struct e1000_tx_ring *tx_ring, int size)
3087{
3088 if (likely(E1000_DESC_UNUSED(tx_ring) >= size))
3089 return 0;
3090 return __e1000_maybe_stop_tx(netdev, size);
3091}
3092
Linus Torvalds1da177e2005-04-16 15:20:36 -07003093#define TXD_USE_COUNT(S, X) (((S) >> (X)) + 1 )
Stephen Hemminger3b29a562009-08-31 19:50:55 +00003094static netdev_tx_t e1000_xmit_frame(struct sk_buff *skb,
3095 struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003096{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003097 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07003098 struct e1000_hw *hw = &adapter->hw;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003099 struct e1000_tx_ring *tx_ring;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003100 unsigned int first, max_per_txd = E1000_MAX_DATA_PER_TXD;
3101 unsigned int max_txd_pwr = E1000_MAX_TXD_PWR;
3102 unsigned int tx_flags = 0;
Eric Dumazete743d312010-04-14 15:59:40 -07003103 unsigned int len = skb_headlen(skb);
Krishna Kumar6d1e3aa2007-10-05 14:15:16 -07003104 unsigned int nr_frags;
3105 unsigned int mss;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003106 int count = 0;
Auke Kok76c224b2006-05-23 13:36:06 -07003107 int tso;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003108 unsigned int f;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003110 /* This goes back to the question of how to logically map a tx queue
3111 * to a flow. Right now, performance is impacted slightly negatively
3112 * if using multiple tx queues. If the stack breaks away from a
3113 * single qdisc implementation, we can look at this again. */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003114 tx_ring = adapter->tx_ring;
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04003115
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003116 if (unlikely(skb->len <= 0)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117 dev_kfree_skb_any(skb);
3118 return NETDEV_TX_OK;
3119 }
3120
Herbert Xu79671682006-06-22 02:40:14 -07003121 mss = skb_shinfo(skb)->gso_size;
Auke Kok76c224b2006-05-23 13:36:06 -07003122 /* The controller does a simple calculation to
Linus Torvalds1da177e2005-04-16 15:20:36 -07003123 * make sure there is enough room in the FIFO before
3124 * initiating the DMA for each buffer. The calc is:
3125 * 4 = ceil(buffer len/mss). To make sure we don't
3126 * overrun the FIFO, adjust the max buffer len if mss
3127 * drops. */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003128 if (mss) {
Joe Perches406874a2008-04-03 10:06:32 -07003129 u8 hdr_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003130 max_per_txd = min(mss << 2, max_per_txd);
3131 max_txd_pwr = fls(max_per_txd) - 1;
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003132
Arnaldo Carvalho de Meloab6a5bb2007-03-18 17:43:48 -07003133 hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb);
Krishna Kumar6d1e3aa2007-10-05 14:15:16 -07003134 if (skb->data_len && hdr_len == len) {
Joe Perches1dc32912008-07-11 15:17:08 -07003135 switch (hw->mac_type) {
Jeff Kirsher9f687882006-03-02 18:20:17 -08003136 unsigned int pull_size;
Herbert Xu683a2aa2006-12-16 12:04:33 +11003137 case e1000_82544:
3138 /* Make sure we have room to chop off 4 bytes,
3139 * and that the end alignment will work out to
3140 * this hardware's requirements
3141 * NOTE: this is a TSO only workaround
3142 * if end byte alignment not correct move us
3143 * into the next dword */
Arnaldo Carvalho de Melo27a884d2007-04-19 20:29:13 -07003144 if ((unsigned long)(skb_tail_pointer(skb) - 1) & 4)
Herbert Xu683a2aa2006-12-16 12:04:33 +11003145 break;
3146 /* fall through */
Jeff Kirsher9f687882006-03-02 18:20:17 -08003147 pull_size = min((unsigned int)4, skb->data_len);
3148 if (!__pskb_pull_tail(skb, pull_size)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003149 e_err(drv, "__pskb_pull_tail "
3150 "failed.\n");
Jeff Kirsher9f687882006-03-02 18:20:17 -08003151 dev_kfree_skb_any(skb);
Jeff Garzik749dfc702006-03-11 13:35:31 -05003152 return NETDEV_TX_OK;
Jeff Kirsher9f687882006-03-02 18:20:17 -08003153 }
Eric Dumazete743d312010-04-14 15:59:40 -07003154 len = skb_headlen(skb);
Jeff Kirsher9f687882006-03-02 18:20:17 -08003155 break;
3156 default:
3157 /* do nothing */
3158 break;
Jeff Kirsherd74bbd32006-01-12 16:51:07 -08003159 }
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003160 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003161 }
3162
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003163 /* reserve a descriptor for the offload context */
Patrick McHardy84fa7932006-08-29 16:44:56 -07003164 if ((mss) || (skb->ip_summed == CHECKSUM_PARTIAL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003165 count++;
Malli Chilakala26483452005-04-28 19:44:46 -07003166 count++;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003167
Jeff Kirsherfd803242005-12-13 00:06:22 -05003168 /* Controller Erratum workaround */
Herbert Xu89114af2006-07-08 13:34:32 -07003169 if (!skb->data_len && tx_ring->last_tx_tso && !skb_is_gso(skb))
Jeff Kirsherfd803242005-12-13 00:06:22 -05003170 count++;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003171
Linus Torvalds1da177e2005-04-16 15:20:36 -07003172 count += TXD_USE_COUNT(len, max_txd_pwr);
3173
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003174 if (adapter->pcix_82544)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003175 count++;
3176
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003177 /* work-around for errata 10 and it applies to all controllers
Malli Chilakala97338bd2005-04-28 19:41:46 -07003178 * in PCI-X mode, so add one more descriptor to the count
3179 */
Joe Perches1dc32912008-07-11 15:17:08 -07003180 if (unlikely((hw->bus_type == e1000_bus_type_pcix) &&
Malli Chilakala97338bd2005-04-28 19:41:46 -07003181 (len > 2015)))
3182 count++;
3183
Linus Torvalds1da177e2005-04-16 15:20:36 -07003184 nr_frags = skb_shinfo(skb)->nr_frags;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003185 for (f = 0; f < nr_frags; f++)
Eric Dumazet9e903e02011-10-18 21:00:24 +00003186 count += TXD_USE_COUNT(skb_frag_size(&skb_shinfo(skb)->frags[f]),
Linus Torvalds1da177e2005-04-16 15:20:36 -07003187 max_txd_pwr);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003188 if (adapter->pcix_82544)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003189 count += nr_frags;
3190
Linus Torvalds1da177e2005-04-16 15:20:36 -07003191 /* need: count + 2 desc gap to keep tail from touching
3192 * head, otherwise try next time */
Alexander Duyck80179432009-01-21 14:42:47 -08003193 if (unlikely(e1000_maybe_stop_tx(netdev, tx_ring, count + 2)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003194 return NETDEV_TX_BUSY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195
Jesse Brandeburga4010af2011-10-05 07:24:41 +00003196 if (unlikely((hw->mac_type == e1000_82547) &&
3197 (e1000_82547_fifo_workaround(adapter, skb)))) {
3198 netif_stop_queue(netdev);
3199 if (!test_bit(__E1000_DOWN, &adapter->flags))
3200 schedule_delayed_work(&adapter->fifo_stall_task, 1);
3201 return NETDEV_TX_BUSY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202 }
3203
Jiri Pirko5622e402011-07-21 03:26:31 +00003204 if (vlan_tx_tag_present(skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205 tx_flags |= E1000_TX_FLAGS_VLAN;
3206 tx_flags |= (vlan_tx_tag_get(skb) << E1000_TX_FLAGS_VLAN_SHIFT);
3207 }
3208
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003209 first = tx_ring->next_to_use;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003210
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003211 tso = e1000_tso(adapter, tx_ring, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003212 if (tso < 0) {
3213 dev_kfree_skb_any(skb);
3214 return NETDEV_TX_OK;
3215 }
3216
Jeff Kirsherfd803242005-12-13 00:06:22 -05003217 if (likely(tso)) {
Jesse Brandeburg8fce4732009-09-25 12:18:41 +00003218 if (likely(hw->mac_type != e1000_82544))
Rusty Russell3db1cd52011-12-19 13:56:45 +00003219 tx_ring->last_tx_tso = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003220 tx_flags |= E1000_TX_FLAGS_TSO;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003221 } else if (likely(e1000_tx_csum(adapter, tx_ring, skb)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003222 tx_flags |= E1000_TX_FLAGS_CSUM;
3223
Alexey Dobriyan60828232006-05-23 14:52:21 -07003224 if (likely(skb->protocol == htons(ETH_P_IP)))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003225 tx_flags |= E1000_TX_FLAGS_IPV4;
3226
Alexander Duyck37e73df2009-03-25 21:58:45 +00003227 count = e1000_tx_map(adapter, tx_ring, skb, first, max_per_txd,
3228 nr_frags, mss);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229
Alexander Duyck37e73df2009-03-25 21:58:45 +00003230 if (count) {
3231 e1000_tx_queue(adapter, tx_ring, tx_flags, count);
Alexander Duyck37e73df2009-03-25 21:58:45 +00003232 /* Make sure there is space in the ring for the next send. */
3233 e1000_maybe_stop_tx(netdev, tx_ring, MAX_SKB_FRAGS + 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003234
Alexander Duyck37e73df2009-03-25 21:58:45 +00003235 } else {
3236 dev_kfree_skb_any(skb);
3237 tx_ring->buffer_info[first].time_stamp = 0;
3238 tx_ring->next_to_use = first;
3239 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003240
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241 return NETDEV_TX_OK;
3242}
3243
3244/**
3245 * e1000_tx_timeout - Respond to a Tx Hang
3246 * @netdev: network interface device structure
3247 **/
3248
Joe Perches64798842008-07-11 15:17:02 -07003249static void e1000_tx_timeout(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003250{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003251 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252
3253 /* Do the reset outside of interrupt context */
Jeff Kirsher87041632006-03-02 18:21:24 -08003254 adapter->tx_timeout_count++;
3255 schedule_work(&adapter->reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003256}
3257
Joe Perches64798842008-07-11 15:17:02 -07003258static void e1000_reset_task(struct work_struct *work)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003259{
David Howells65f27f32006-11-22 14:55:48 +00003260 struct e1000_adapter *adapter =
3261 container_of(work, struct e1000_adapter, reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003262
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00003263 if (test_bit(__E1000_DOWN, &adapter->flags))
3264 return;
Jesse Brandeburg338c15e2010-09-22 18:22:42 +00003265 e1000_reinit_safe(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003266}
3267
3268/**
3269 * e1000_get_stats - Get System Network Statistics
3270 * @netdev: network interface device structure
3271 *
3272 * Returns the address of the device statistics structure.
Jesse Brandeburga4010af2011-10-05 07:24:41 +00003273 * The statistics are actually updated from the watchdog.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003274 **/
3275
Joe Perches64798842008-07-11 15:17:02 -07003276static struct net_device_stats *e1000_get_stats(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003277{
Jeff Kirsher6b7660c2006-01-12 16:50:35 -08003278 /* only return the current stats */
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003279 return &netdev->stats;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003280}
3281
3282/**
3283 * e1000_change_mtu - Change the Maximum Transfer Unit
3284 * @netdev: network interface device structure
3285 * @new_mtu: new value for maximum frame size
3286 *
3287 * Returns 0 on success, negative on failure
3288 **/
3289
Joe Perches64798842008-07-11 15:17:02 -07003290static int e1000_change_mtu(struct net_device *netdev, int new_mtu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003291{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003292 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07003293 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003294 int max_frame = new_mtu + ENET_HEADER_SIZE + ETHERNET_FCS_SIZE;
3295
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003296 if ((max_frame < MINIMUM_ETHERNET_FRAME_SIZE) ||
3297 (max_frame > MAX_JUMBO_FRAME_SIZE)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003298 e_err(probe, "Invalid MTU setting\n");
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04003299 return -EINVAL;
3300 }
3301
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003302 /* Adapter-specific max frame size limits. */
Joe Perches1dc32912008-07-11 15:17:08 -07003303 switch (hw->mac_type) {
Auke Kok9e2feac2006-04-14 19:05:18 -07003304 case e1000_undefined ... e1000_82542_rev2_1:
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +00003305 if (max_frame > (ETH_FRAME_LEN + ETH_FCS_LEN)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003306 e_err(probe, "Jumbo Frames not supported.\n");
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003307 return -EINVAL;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003308 }
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003309 break;
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003310 default:
3311 /* Capable of supporting up to MAX_JUMBO_FRAME_SIZE limit. */
3312 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003313 }
3314
Jesse Brandeburg3d6114e2009-09-25 12:19:02 +00003315 while (test_and_set_bit(__E1000_RESETTING, &adapter->flags))
3316 msleep(1);
3317 /* e1000_down has a dependency on max_frame_size */
3318 hw->max_frame_size = max_frame;
3319 if (netif_running(netdev))
3320 e1000_down(adapter);
3321
David S. Miller87f50322006-07-31 22:39:40 -07003322 /* NOTE: netdev_alloc_skb reserves 16 bytes, and typically NET_IP_ALIGN
Auke Kok9e2feac2006-04-14 19:05:18 -07003323 * means we reserve 2 more, this pushes us to allocate from the next
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003324 * larger slab size.
3325 * i.e. RXBUFFER_2048 --> size-4096 slab
3326 * however with the new *_jumbo_rx* routines, jumbo receives will use
3327 * fragmented skbs */
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003328
Jesse Brandeburg99261462010-01-22 22:56:16 +00003329 if (max_frame <= E1000_RXBUFFER_2048)
Auke Kok9e2feac2006-04-14 19:05:18 -07003330 adapter->rx_buffer_len = E1000_RXBUFFER_2048;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003331 else
3332#if (PAGE_SIZE >= E1000_RXBUFFER_16384)
Auke Kok9e2feac2006-04-14 19:05:18 -07003333 adapter->rx_buffer_len = E1000_RXBUFFER_16384;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003334#elif (PAGE_SIZE >= E1000_RXBUFFER_4096)
3335 adapter->rx_buffer_len = PAGE_SIZE;
3336#endif
Auke Kok9e2feac2006-04-14 19:05:18 -07003337
3338 /* adjust allocation if LPE protects us, and we aren't using SBP */
Joe Perches1dc32912008-07-11 15:17:08 -07003339 if (!hw->tbi_compatibility_on &&
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +00003340 ((max_frame == (ETH_FRAME_LEN + ETH_FCS_LEN)) ||
Auke Kok9e2feac2006-04-14 19:05:18 -07003341 (max_frame == MAXIMUM_ETHERNET_VLAN_SIZE)))
3342 adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE;
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003343
Emil Tantilov675ad472010-04-27 14:02:58 +00003344 pr_info("%s changing MTU from %d to %d\n",
3345 netdev->name, netdev->mtu, new_mtu);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003346 netdev->mtu = new_mtu;
3347
Auke Kok2db10a02006-06-27 09:06:28 -07003348 if (netif_running(netdev))
Jesse Brandeburg3d6114e2009-09-25 12:19:02 +00003349 e1000_up(adapter);
3350 else
3351 e1000_reset(adapter);
3352
3353 clear_bit(__E1000_RESETTING, &adapter->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003354
Linus Torvalds1da177e2005-04-16 15:20:36 -07003355 return 0;
3356}
3357
3358/**
3359 * e1000_update_stats - Update the board statistics counters
3360 * @adapter: board private structure
3361 **/
3362
Joe Perches64798842008-07-11 15:17:02 -07003363void e1000_update_stats(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003364{
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003365 struct net_device *netdev = adapter->netdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003366 struct e1000_hw *hw = &adapter->hw;
Linas Vepstas282f33c2006-06-08 22:19:44 -07003367 struct pci_dev *pdev = adapter->pdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003368 unsigned long flags;
Joe Perches406874a2008-04-03 10:06:32 -07003369 u16 phy_tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003370
3371#define PHY_IDLE_ERROR_COUNT_MASK 0x00FF
3372
Linas Vepstas282f33c2006-06-08 22:19:44 -07003373 /*
3374 * Prevent stats update while adapter is being reset, or if the pci
3375 * connection is down.
3376 */
Auke Kok90267292006-06-08 09:30:24 -07003377 if (adapter->link_speed == 0)
3378 return;
Linas Vepstas81b19552006-12-12 18:29:15 -06003379 if (pci_channel_offline(pdev))
Linas Vepstas282f33c2006-06-08 22:19:44 -07003380 return;
Auke Kok90267292006-06-08 09:30:24 -07003381
Linus Torvalds1da177e2005-04-16 15:20:36 -07003382 spin_lock_irqsave(&adapter->stats_lock, flags);
3383
Masatake YAMATO828d0552007-10-20 03:06:37 +02003384 /* these counters are modified from e1000_tbi_adjust_stats,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003385 * called from the interrupt context, so they must only
3386 * be written while holding adapter->stats_lock
3387 */
3388
Joe Perches1dc32912008-07-11 15:17:08 -07003389 adapter->stats.crcerrs += er32(CRCERRS);
3390 adapter->stats.gprc += er32(GPRC);
3391 adapter->stats.gorcl += er32(GORCL);
3392 adapter->stats.gorch += er32(GORCH);
3393 adapter->stats.bprc += er32(BPRC);
3394 adapter->stats.mprc += er32(MPRC);
3395 adapter->stats.roc += er32(ROC);
Auke Kokcd94dd02006-06-27 09:08:22 -07003396
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003397 adapter->stats.prc64 += er32(PRC64);
3398 adapter->stats.prc127 += er32(PRC127);
3399 adapter->stats.prc255 += er32(PRC255);
3400 adapter->stats.prc511 += er32(PRC511);
3401 adapter->stats.prc1023 += er32(PRC1023);
3402 adapter->stats.prc1522 += er32(PRC1522);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003403
Joe Perches1dc32912008-07-11 15:17:08 -07003404 adapter->stats.symerrs += er32(SYMERRS);
3405 adapter->stats.mpc += er32(MPC);
3406 adapter->stats.scc += er32(SCC);
3407 adapter->stats.ecol += er32(ECOL);
3408 adapter->stats.mcc += er32(MCC);
3409 adapter->stats.latecol += er32(LATECOL);
3410 adapter->stats.dc += er32(DC);
3411 adapter->stats.sec += er32(SEC);
3412 adapter->stats.rlec += er32(RLEC);
3413 adapter->stats.xonrxc += er32(XONRXC);
3414 adapter->stats.xontxc += er32(XONTXC);
3415 adapter->stats.xoffrxc += er32(XOFFRXC);
3416 adapter->stats.xofftxc += er32(XOFFTXC);
3417 adapter->stats.fcruc += er32(FCRUC);
3418 adapter->stats.gptc += er32(GPTC);
3419 adapter->stats.gotcl += er32(GOTCL);
3420 adapter->stats.gotch += er32(GOTCH);
3421 adapter->stats.rnbc += er32(RNBC);
3422 adapter->stats.ruc += er32(RUC);
3423 adapter->stats.rfc += er32(RFC);
3424 adapter->stats.rjc += er32(RJC);
3425 adapter->stats.torl += er32(TORL);
3426 adapter->stats.torh += er32(TORH);
3427 adapter->stats.totl += er32(TOTL);
3428 adapter->stats.toth += er32(TOTH);
3429 adapter->stats.tpr += er32(TPR);
Auke Kokcd94dd02006-06-27 09:08:22 -07003430
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003431 adapter->stats.ptc64 += er32(PTC64);
3432 adapter->stats.ptc127 += er32(PTC127);
3433 adapter->stats.ptc255 += er32(PTC255);
3434 adapter->stats.ptc511 += er32(PTC511);
3435 adapter->stats.ptc1023 += er32(PTC1023);
3436 adapter->stats.ptc1522 += er32(PTC1522);
Auke Kokcd94dd02006-06-27 09:08:22 -07003437
Joe Perches1dc32912008-07-11 15:17:08 -07003438 adapter->stats.mptc += er32(MPTC);
3439 adapter->stats.bptc += er32(BPTC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003440
3441 /* used for adaptive IFS */
3442
Joe Perches1dc32912008-07-11 15:17:08 -07003443 hw->tx_packet_delta = er32(TPT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003444 adapter->stats.tpt += hw->tx_packet_delta;
Joe Perches1dc32912008-07-11 15:17:08 -07003445 hw->collision_delta = er32(COLC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003446 adapter->stats.colc += hw->collision_delta;
3447
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003448 if (hw->mac_type >= e1000_82543) {
Joe Perches1dc32912008-07-11 15:17:08 -07003449 adapter->stats.algnerrc += er32(ALGNERRC);
3450 adapter->stats.rxerrc += er32(RXERRC);
3451 adapter->stats.tncrs += er32(TNCRS);
3452 adapter->stats.cexterr += er32(CEXTERR);
3453 adapter->stats.tsctc += er32(TSCTC);
3454 adapter->stats.tsctfc += er32(TSCTFC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003455 }
3456
3457 /* Fill out the OS statistics structure */
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003458 netdev->stats.multicast = adapter->stats.mprc;
3459 netdev->stats.collisions = adapter->stats.colc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003460
3461 /* Rx Errors */
3462
Jeff Kirsher87041632006-03-02 18:21:24 -08003463 /* RLEC on some newer hardware can be incorrect so build
3464 * our own version based on RUC and ROC */
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003465 netdev->stats.rx_errors = adapter->stats.rxerrc +
Linus Torvalds1da177e2005-04-16 15:20:36 -07003466 adapter->stats.crcerrs + adapter->stats.algnerrc +
Jeff Kirsher87041632006-03-02 18:21:24 -08003467 adapter->stats.ruc + adapter->stats.roc +
3468 adapter->stats.cexterr;
Mitch Williams49559852006-09-27 12:53:37 -07003469 adapter->stats.rlerrc = adapter->stats.ruc + adapter->stats.roc;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003470 netdev->stats.rx_length_errors = adapter->stats.rlerrc;
3471 netdev->stats.rx_crc_errors = adapter->stats.crcerrs;
3472 netdev->stats.rx_frame_errors = adapter->stats.algnerrc;
3473 netdev->stats.rx_missed_errors = adapter->stats.mpc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003474
3475 /* Tx Errors */
Mitch Williams49559852006-09-27 12:53:37 -07003476 adapter->stats.txerrc = adapter->stats.ecol + adapter->stats.latecol;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003477 netdev->stats.tx_errors = adapter->stats.txerrc;
3478 netdev->stats.tx_aborted_errors = adapter->stats.ecol;
3479 netdev->stats.tx_window_errors = adapter->stats.latecol;
3480 netdev->stats.tx_carrier_errors = adapter->stats.tncrs;
Joe Perches1dc32912008-07-11 15:17:08 -07003481 if (hw->bad_tx_carr_stats_fd &&
Jeff Garzik167fb282006-12-15 10:41:15 -05003482 adapter->link_duplex == FULL_DUPLEX) {
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003483 netdev->stats.tx_carrier_errors = 0;
Jeff Garzik167fb282006-12-15 10:41:15 -05003484 adapter->stats.tncrs = 0;
3485 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003486
3487 /* Tx Dropped needs to be maintained elsewhere */
3488
3489 /* Phy Stats */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003490 if (hw->media_type == e1000_media_type_copper) {
3491 if ((adapter->link_speed == SPEED_1000) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003492 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) {
3493 phy_tmp &= PHY_IDLE_ERROR_COUNT_MASK;
3494 adapter->phy_stats.idle_errors += phy_tmp;
3495 }
3496
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003497 if ((hw->mac_type <= e1000_82546) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498 (hw->phy_type == e1000_phy_m88) &&
3499 !e1000_read_phy_reg(hw, M88E1000_RX_ERR_CNTR, &phy_tmp))
3500 adapter->phy_stats.receive_errors += phy_tmp;
3501 }
3502
Jeff Garzik15e376b2006-12-15 11:16:33 -05003503 /* Management Stats */
Joe Perches1dc32912008-07-11 15:17:08 -07003504 if (hw->has_smbus) {
3505 adapter->stats.mgptc += er32(MGTPTC);
3506 adapter->stats.mgprc += er32(MGTPRC);
3507 adapter->stats.mgpdc += er32(MGTPDC);
Jeff Garzik15e376b2006-12-15 11:16:33 -05003508 }
3509
Linus Torvalds1da177e2005-04-16 15:20:36 -07003510 spin_unlock_irqrestore(&adapter->stats_lock, flags);
3511}
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003512
3513/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07003514 * e1000_intr - Interrupt Handler
3515 * @irq: interrupt number
3516 * @data: pointer to a network interface device structure
Linus Torvalds1da177e2005-04-16 15:20:36 -07003517 **/
3518
Joe Perches64798842008-07-11 15:17:02 -07003519static irqreturn_t e1000_intr(int irq, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003520{
3521 struct net_device *netdev = data;
Malli Chilakala60490fe2005-06-17 17:41:45 -07003522 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003523 struct e1000_hw *hw = &adapter->hw;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003524 u32 icr = er32(ICR);
Francois Romieuc3570ac2008-07-11 15:17:38 -07003525
Jesse Brandeburg4c11b8a2011-01-13 07:48:13 +00003526 if (unlikely((!icr)))
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003527 return IRQ_NONE; /* Not our interrupt */
3528
Jesse Brandeburg4c11b8a2011-01-13 07:48:13 +00003529 /*
3530 * we might have caused the interrupt, but the above
3531 * read cleared it, and just in case the driver is
3532 * down there is nothing to do so return handled
3533 */
3534 if (unlikely(test_bit(__E1000_DOWN, &adapter->flags)))
3535 return IRQ_HANDLED;
3536
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003537 if (unlikely(icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003538 hw->get_link_status = 1;
Auke Kok1314bbf2006-09-27 12:54:02 -07003539 /* guard against interrupt when we're going down */
3540 if (!test_bit(__E1000_DOWN, &adapter->flags))
Jesse Brandeburga4010af2011-10-05 07:24:41 +00003541 schedule_delayed_work(&adapter->watchdog_task, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003542 }
3543
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003544 /* disable interrupts, without the synchronize_irq bit */
3545 ew32(IMC, ~0);
3546 E1000_WRITE_FLUSH();
3547
Ben Hutchings288379f2009-01-19 16:43:59 -08003548 if (likely(napi_schedule_prep(&adapter->napi))) {
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003549 adapter->total_tx_bytes = 0;
3550 adapter->total_tx_packets = 0;
3551 adapter->total_rx_bytes = 0;
3552 adapter->total_rx_packets = 0;
Ben Hutchings288379f2009-01-19 16:43:59 -08003553 __napi_schedule(&adapter->napi);
Jesse Brandeburga6c42322009-03-25 21:59:22 +00003554 } else {
Auke Kok90fb5132006-11-01 08:47:30 -08003555 /* this really should not happen! if it does it is basically a
3556 * bug, but not a hard error, so enable ints and continue */
Jesse Brandeburga6c42322009-03-25 21:59:22 +00003557 if (!test_bit(__E1000_DOWN, &adapter->flags))
3558 e1000_irq_enable(adapter);
3559 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003560
Linus Torvalds1da177e2005-04-16 15:20:36 -07003561 return IRQ_HANDLED;
3562}
3563
Linus Torvalds1da177e2005-04-16 15:20:36 -07003564/**
3565 * e1000_clean - NAPI Rx polling callback
3566 * @adapter: board private structure
3567 **/
Joe Perches64798842008-07-11 15:17:02 -07003568static int e1000_clean(struct napi_struct *napi, int budget)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003569{
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003570 struct e1000_adapter *adapter = container_of(napi, struct e1000_adapter, napi);
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003571 int tx_clean_complete = 0, work_done = 0;
Malli Chilakala26483452005-04-28 19:44:46 -07003572
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003573 tx_clean_complete = e1000_clean_tx_irq(adapter, &adapter->tx_ring[0]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003574
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003575 adapter->clean_rx(adapter, &adapter->rx_ring[0], &work_done, budget);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003576
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003577 if (!tx_clean_complete)
David S. Millerd2c7ddd2008-01-15 22:43:24 -08003578 work_done = budget;
3579
David S. Miller53e52c72008-01-07 21:06:12 -08003580 /* If budget not fully consumed, exit the polling mode */
3581 if (work_done < budget) {
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003582 if (likely(adapter->itr_setting & 3))
3583 e1000_set_itr(adapter);
Ben Hutchings288379f2009-01-19 16:43:59 -08003584 napi_complete(napi);
Jesse Brandeburga6c42322009-03-25 21:59:22 +00003585 if (!test_bit(__E1000_DOWN, &adapter->flags))
3586 e1000_irq_enable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003587 }
3588
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003589 return work_done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003590}
3591
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592/**
3593 * e1000_clean_tx_irq - Reclaim resources after transmit completes
3594 * @adapter: board private structure
3595 **/
Joe Perches64798842008-07-11 15:17:02 -07003596static bool e1000_clean_tx_irq(struct e1000_adapter *adapter,
3597 struct e1000_tx_ring *tx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003598{
Joe Perches1dc32912008-07-11 15:17:08 -07003599 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003600 struct net_device *netdev = adapter->netdev;
3601 struct e1000_tx_desc *tx_desc, *eop_desc;
3602 struct e1000_buffer *buffer_info;
3603 unsigned int i, eop;
Jeff Kirsher2a1af5d2006-03-02 18:20:43 -08003604 unsigned int count = 0;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003605 unsigned int total_tx_bytes=0, total_tx_packets=0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003606
3607 i = tx_ring->next_to_clean;
3608 eop = tx_ring->buffer_info[i].next_to_watch;
3609 eop_desc = E1000_TX_DESC(*tx_ring, eop);
3610
Alexander Duyckccfb3422009-03-25 21:59:04 +00003611 while ((eop_desc->upper.data & cpu_to_le32(E1000_TXD_STAT_DD)) &&
3612 (count < tx_ring->count)) {
Jesse Brandeburg843f4262009-04-16 16:59:47 +00003613 bool cleaned = false;
Jeff Kirsher2d0bb1c2010-08-08 16:02:31 +00003614 rmb(); /* read buffer_info after eop_desc */
Jesse Brandeburg843f4262009-04-16 16:59:47 +00003615 for ( ; !cleaned; count++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003616 tx_desc = E1000_TX_DESC(*tx_ring, i);
3617 buffer_info = &tx_ring->buffer_info[i];
3618 cleaned = (i == eop);
3619
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003620 if (cleaned) {
Dean Nelson31c15a22011-08-25 14:39:24 +00003621 total_tx_packets += buffer_info->segs;
3622 total_tx_bytes += buffer_info->bytecount;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003623 }
Jeff Kirsherfd803242005-12-13 00:06:22 -05003624 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08003625 tx_desc->upper.data = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003626
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003627 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003628 }
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003629
Linus Torvalds1da177e2005-04-16 15:20:36 -07003630 eop = tx_ring->buffer_info[i].next_to_watch;
3631 eop_desc = E1000_TX_DESC(*tx_ring, eop);
3632 }
3633
3634 tx_ring->next_to_clean = i;
3635
Auke Kok77b2aad2006-04-14 19:05:25 -07003636#define TX_WAKE_THRESHOLD 32
Jesse Brandeburg843f4262009-04-16 16:59:47 +00003637 if (unlikely(count && netif_carrier_ok(netdev) &&
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003638 E1000_DESC_UNUSED(tx_ring) >= TX_WAKE_THRESHOLD)) {
3639 /* Make sure that anybody stopping the queue after this
3640 * sees the new next_to_clean.
3641 */
3642 smp_mb();
Jesse Brandeburgcdd75492009-09-25 12:18:07 +00003643
3644 if (netif_queue_stopped(netdev) &&
3645 !(test_bit(__E1000_DOWN, &adapter->flags))) {
Auke Kok77b2aad2006-04-14 19:05:25 -07003646 netif_wake_queue(netdev);
Jesse Brandeburgfcfb1222006-11-01 08:47:59 -08003647 ++adapter->restart_queue;
3648 }
Auke Kok77b2aad2006-04-14 19:05:25 -07003649 }
Malli Chilakala26483452005-04-28 19:44:46 -07003650
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003651 if (adapter->detect_tx_hung) {
Malli Chilakala26483452005-04-28 19:44:46 -07003652 /* Detect a transmit hang in hardware, this serializes the
Linus Torvalds1da177e2005-04-16 15:20:36 -07003653 * check with the clearing of time_stamp and movement of i */
Joe Perchesc3033b02008-03-21 11:06:25 -07003654 adapter->detect_tx_hung = false;
Jesse Brandeburgcdd75492009-09-25 12:18:07 +00003655 if (tx_ring->buffer_info[eop].time_stamp &&
3656 time_after(jiffies, tx_ring->buffer_info[eop].time_stamp +
Joe Perches8e95a202009-12-03 07:58:21 +00003657 (adapter->tx_timeout_factor * HZ)) &&
3658 !(er32(STATUS) & E1000_STATUS_TXOFF)) {
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003659
3660 /* detected Tx unit hang */
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003661 e_err(drv, "Detected Tx Unit Hang\n"
Emil Tantilov675ad472010-04-27 14:02:58 +00003662 " Tx Queue <%lu>\n"
3663 " TDH <%x>\n"
3664 " TDT <%x>\n"
3665 " next_to_use <%x>\n"
3666 " next_to_clean <%x>\n"
3667 "buffer_info[next_to_clean]\n"
3668 " time_stamp <%lx>\n"
3669 " next_to_watch <%x>\n"
3670 " jiffies <%lx>\n"
3671 " next_to_watch.status <%x>\n",
Jeff Kirsher7bfa4812006-01-12 16:50:41 -08003672 (unsigned long)((tx_ring - adapter->tx_ring) /
3673 sizeof(struct e1000_tx_ring)),
Joe Perches1dc32912008-07-11 15:17:08 -07003674 readl(hw->hw_addr + tx_ring->tdh),
3675 readl(hw->hw_addr + tx_ring->tdt),
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003676 tx_ring->next_to_use,
Jeff Kirsher392137f2006-01-12 16:50:57 -08003677 tx_ring->next_to_clean,
Jesse Brandeburgcdd75492009-09-25 12:18:07 +00003678 tx_ring->buffer_info[eop].time_stamp,
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003679 eop,
3680 jiffies,
3681 eop_desc->upper.fields.status);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003682 netif_stop_queue(netdev);
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003683 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003684 }
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003685 adapter->total_tx_bytes += total_tx_bytes;
3686 adapter->total_tx_packets += total_tx_packets;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003687 netdev->stats.tx_bytes += total_tx_bytes;
3688 netdev->stats.tx_packets += total_tx_packets;
Eric Dumazet807540b2010-09-23 05:40:09 +00003689 return count < tx_ring->count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003690}
3691
3692/**
3693 * e1000_rx_checksum - Receive Checksum Offload for 82543
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003694 * @adapter: board private structure
3695 * @status_err: receive descriptor status and error fields
3696 * @csum: receive descriptor csum field
3697 * @sk_buff: socket buffer with received data
Linus Torvalds1da177e2005-04-16 15:20:36 -07003698 **/
3699
Joe Perches64798842008-07-11 15:17:02 -07003700static void e1000_rx_checksum(struct e1000_adapter *adapter, u32 status_err,
3701 u32 csum, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003702{
Joe Perches1dc32912008-07-11 15:17:08 -07003703 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07003704 u16 status = (u16)status_err;
3705 u8 errors = (u8)(status_err >> 24);
Eric Dumazetbc8acf22010-09-02 13:07:41 -07003706
3707 skb_checksum_none_assert(skb);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003708
Linus Torvalds1da177e2005-04-16 15:20:36 -07003709 /* 82543 or newer only */
Joe Perches1dc32912008-07-11 15:17:08 -07003710 if (unlikely(hw->mac_type < e1000_82543)) return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003711 /* Ignore Checksum bit is set */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003712 if (unlikely(status & E1000_RXD_STAT_IXSM)) return;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003713 /* TCP/UDP checksum error bit is set */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003714 if (unlikely(errors & E1000_RXD_ERR_TCPE)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003715 /* let the stack verify checksum errors */
3716 adapter->hw_csum_err++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003717 return;
3718 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003719 /* TCP/UDP Checksum has not been calculated */
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003720 if (!(status & E1000_RXD_STAT_TCPCS))
3721 return;
3722
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003723 /* It must be a TCP or UDP packet with a valid checksum */
3724 if (likely(status & E1000_RXD_STAT_TCPCS)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003725 /* TCP checksum is good */
3726 skb->ip_summed = CHECKSUM_UNNECESSARY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003727 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003728 adapter->hw_csum_good++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003729}
3730
3731/**
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003732 * e1000_consume_page - helper function
3733 **/
3734static void e1000_consume_page(struct e1000_buffer *bi, struct sk_buff *skb,
3735 u16 length)
3736{
3737 bi->page = NULL;
3738 skb->len += length;
3739 skb->data_len += length;
Eric Dumazeted64b3c2011-10-13 07:53:42 +00003740 skb->truesize += PAGE_SIZE;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003741}
3742
3743/**
3744 * e1000_receive_skb - helper function to handle rx indications
3745 * @adapter: board private structure
3746 * @status: descriptor status field as written by hardware
3747 * @vlan: descriptor vlan field as written by hardware (no le/be conversion)
3748 * @skb: pointer to sk_buff to be indicated to stack
3749 */
3750static void e1000_receive_skb(struct e1000_adapter *adapter, u8 status,
3751 __le16 vlan, struct sk_buff *skb)
3752{
Jesse Brandeburg6a08d192010-09-22 18:23:05 +00003753 skb->protocol = eth_type_trans(skb, adapter->netdev);
3754
Jiri Pirko5622e402011-07-21 03:26:31 +00003755 if (status & E1000_RXD_STAT_VP) {
3756 u16 vid = le16_to_cpu(vlan) & E1000_RXD_SPC_VLAN_MASK;
3757
3758 __vlan_hwaccel_put_tag(skb, vid);
3759 }
3760 napi_gro_receive(&adapter->napi, skb);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003761}
3762
3763/**
3764 * e1000_clean_jumbo_rx_irq - Send received data up the network stack; legacy
3765 * @adapter: board private structure
3766 * @rx_ring: ring to clean
3767 * @work_done: amount of napi work completed this call
3768 * @work_to_do: max amount of work allowed for this call to do
3769 *
3770 * the return value indicates whether actual cleaning was done, there
3771 * is no guarantee that everything was cleaned
3772 */
3773static bool e1000_clean_jumbo_rx_irq(struct e1000_adapter *adapter,
3774 struct e1000_rx_ring *rx_ring,
3775 int *work_done, int work_to_do)
3776{
3777 struct e1000_hw *hw = &adapter->hw;
3778 struct net_device *netdev = adapter->netdev;
3779 struct pci_dev *pdev = adapter->pdev;
3780 struct e1000_rx_desc *rx_desc, *next_rxd;
3781 struct e1000_buffer *buffer_info, *next_buffer;
3782 unsigned long irq_flags;
3783 u32 length;
3784 unsigned int i;
3785 int cleaned_count = 0;
3786 bool cleaned = false;
3787 unsigned int total_rx_bytes=0, total_rx_packets=0;
3788
3789 i = rx_ring->next_to_clean;
3790 rx_desc = E1000_RX_DESC(*rx_ring, i);
3791 buffer_info = &rx_ring->buffer_info[i];
3792
3793 while (rx_desc->status & E1000_RXD_STAT_DD) {
3794 struct sk_buff *skb;
3795 u8 status;
3796
3797 if (*work_done >= work_to_do)
3798 break;
3799 (*work_done)++;
Jeff Kirsher2d0bb1c2010-08-08 16:02:31 +00003800 rmb(); /* read descriptor and rx_buffer_info after status DD */
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003801
3802 status = rx_desc->status;
3803 skb = buffer_info->skb;
3804 buffer_info->skb = NULL;
3805
3806 if (++i == rx_ring->count) i = 0;
3807 next_rxd = E1000_RX_DESC(*rx_ring, i);
3808 prefetch(next_rxd);
3809
3810 next_buffer = &rx_ring->buffer_info[i];
3811
3812 cleaned = true;
3813 cleaned_count++;
Nick Nunleyb16f53b2010-04-27 13:08:45 +00003814 dma_unmap_page(&pdev->dev, buffer_info->dma,
3815 buffer_info->length, DMA_FROM_DEVICE);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003816 buffer_info->dma = 0;
3817
3818 length = le16_to_cpu(rx_desc->length);
3819
3820 /* errors is only valid for DD + EOP descriptors */
3821 if (unlikely((status & E1000_RXD_STAT_EOP) &&
3822 (rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK))) {
3823 u8 last_byte = *(skb->data + length - 1);
3824 if (TBI_ACCEPT(hw, status, rx_desc->errors, length,
3825 last_byte)) {
3826 spin_lock_irqsave(&adapter->stats_lock,
3827 irq_flags);
3828 e1000_tbi_adjust_stats(hw, &adapter->stats,
3829 length, skb->data);
3830 spin_unlock_irqrestore(&adapter->stats_lock,
3831 irq_flags);
3832 length--;
3833 } else {
3834 /* recycle both page and skb */
3835 buffer_info->skb = skb;
3836 /* an error means any chain goes out the window
3837 * too */
3838 if (rx_ring->rx_skb_top)
3839 dev_kfree_skb(rx_ring->rx_skb_top);
3840 rx_ring->rx_skb_top = NULL;
3841 goto next_desc;
3842 }
3843 }
3844
3845#define rxtop rx_ring->rx_skb_top
3846 if (!(status & E1000_RXD_STAT_EOP)) {
3847 /* this descriptor is only the beginning (or middle) */
3848 if (!rxtop) {
3849 /* this is the beginning of a chain */
3850 rxtop = skb;
3851 skb_fill_page_desc(rxtop, 0, buffer_info->page,
3852 0, length);
3853 } else {
3854 /* this is the middle of a chain */
3855 skb_fill_page_desc(rxtop,
3856 skb_shinfo(rxtop)->nr_frags,
3857 buffer_info->page, 0, length);
3858 /* re-use the skb, only consumed the page */
3859 buffer_info->skb = skb;
3860 }
3861 e1000_consume_page(buffer_info, rxtop, length);
3862 goto next_desc;
3863 } else {
3864 if (rxtop) {
3865 /* end of the chain */
3866 skb_fill_page_desc(rxtop,
3867 skb_shinfo(rxtop)->nr_frags,
3868 buffer_info->page, 0, length);
3869 /* re-use the current skb, we only consumed the
3870 * page */
3871 buffer_info->skb = skb;
3872 skb = rxtop;
3873 rxtop = NULL;
3874 e1000_consume_page(buffer_info, skb, length);
3875 } else {
3876 /* no chain, got EOP, this buf is the packet
3877 * copybreak to save the put_page/alloc_page */
3878 if (length <= copybreak &&
3879 skb_tailroom(skb) >= length) {
3880 u8 *vaddr;
3881 vaddr = kmap_atomic(buffer_info->page,
3882 KM_SKB_DATA_SOFTIRQ);
3883 memcpy(skb_tail_pointer(skb), vaddr, length);
3884 kunmap_atomic(vaddr,
3885 KM_SKB_DATA_SOFTIRQ);
3886 /* re-use the page, so don't erase
3887 * buffer_info->page */
3888 skb_put(skb, length);
3889 } else {
3890 skb_fill_page_desc(skb, 0,
3891 buffer_info->page, 0,
3892 length);
3893 e1000_consume_page(buffer_info, skb,
3894 length);
3895 }
3896 }
3897 }
3898
3899 /* Receive Checksum Offload XXX recompute due to CRC strip? */
3900 e1000_rx_checksum(adapter,
3901 (u32)(status) |
3902 ((u32)(rx_desc->errors) << 24),
3903 le16_to_cpu(rx_desc->csum), skb);
3904
3905 pskb_trim(skb, skb->len - 4);
3906
3907 /* probably a little skewed due to removing CRC */
3908 total_rx_bytes += skb->len;
3909 total_rx_packets++;
3910
3911 /* eth type trans needs skb->data to point to something */
3912 if (!pskb_may_pull(skb, ETH_HLEN)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003913 e_err(drv, "pskb_may_pull failed.\n");
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003914 dev_kfree_skb(skb);
3915 goto next_desc;
3916 }
3917
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003918 e1000_receive_skb(adapter, status, rx_desc->special, skb);
3919
3920next_desc:
3921 rx_desc->status = 0;
3922
3923 /* return some buffers to hardware, one at a time is too slow */
3924 if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) {
3925 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
3926 cleaned_count = 0;
3927 }
3928
3929 /* use prefetched values */
3930 rx_desc = next_rxd;
3931 buffer_info = next_buffer;
3932 }
3933 rx_ring->next_to_clean = i;
3934
3935 cleaned_count = E1000_DESC_UNUSED(rx_ring);
3936 if (cleaned_count)
3937 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
3938
3939 adapter->total_rx_packets += total_rx_packets;
3940 adapter->total_rx_bytes += total_rx_bytes;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003941 netdev->stats.rx_bytes += total_rx_bytes;
3942 netdev->stats.rx_packets += total_rx_packets;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003943 return cleaned;
3944}
3945
Joe Perches57bf6ee2010-05-13 15:26:17 +00003946/*
3947 * this should improve performance for small packets with large amounts
3948 * of reassembly being done in the stack
3949 */
3950static void e1000_check_copybreak(struct net_device *netdev,
3951 struct e1000_buffer *buffer_info,
3952 u32 length, struct sk_buff **skb)
3953{
3954 struct sk_buff *new_skb;
3955
3956 if (length > copybreak)
3957 return;
3958
3959 new_skb = netdev_alloc_skb_ip_align(netdev, length);
3960 if (!new_skb)
3961 return;
3962
3963 skb_copy_to_linear_data_offset(new_skb, -NET_IP_ALIGN,
3964 (*skb)->data - NET_IP_ALIGN,
3965 length + NET_IP_ALIGN);
3966 /* save the skb in buffer_info as good */
3967 buffer_info->skb = *skb;
3968 *skb = new_skb;
3969}
3970
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003971/**
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003972 * e1000_clean_rx_irq - Send received data up the network stack; legacy
Linus Torvalds1da177e2005-04-16 15:20:36 -07003973 * @adapter: board private structure
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003974 * @rx_ring: ring to clean
3975 * @work_done: amount of napi work completed this call
3976 * @work_to_do: max amount of work allowed for this call to do
3977 */
Joe Perches64798842008-07-11 15:17:02 -07003978static bool e1000_clean_rx_irq(struct e1000_adapter *adapter,
3979 struct e1000_rx_ring *rx_ring,
3980 int *work_done, int work_to_do)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003981{
Joe Perches1dc32912008-07-11 15:17:08 -07003982 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003983 struct net_device *netdev = adapter->netdev;
3984 struct pci_dev *pdev = adapter->pdev;
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08003985 struct e1000_rx_desc *rx_desc, *next_rxd;
3986 struct e1000_buffer *buffer_info, *next_buffer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003987 unsigned long flags;
Joe Perches406874a2008-04-03 10:06:32 -07003988 u32 length;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003989 unsigned int i;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08003990 int cleaned_count = 0;
Joe Perchesc3033b02008-03-21 11:06:25 -07003991 bool cleaned = false;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003992 unsigned int total_rx_bytes=0, total_rx_packets=0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003993
3994 i = rx_ring->next_to_clean;
3995 rx_desc = E1000_RX_DESC(*rx_ring, i);
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08003996 buffer_info = &rx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07003997
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08003998 while (rx_desc->status & E1000_RXD_STAT_DD) {
Auke Kok24f476e2006-06-08 09:28:47 -07003999 struct sk_buff *skb;
Jeff Kirshera292ca62006-01-12 16:51:30 -08004000 u8 status;
Auke Kok90fb5132006-11-01 08:47:30 -08004001
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004002 if (*work_done >= work_to_do)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004003 break;
4004 (*work_done)++;
Jeff Kirsher2d0bb1c2010-08-08 16:02:31 +00004005 rmb(); /* read descriptor and rx_buffer_info after status DD */
Francois Romieuc3570ac2008-07-11 15:17:38 -07004006
Jeff Kirshera292ca62006-01-12 16:51:30 -08004007 status = rx_desc->status;
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004008 skb = buffer_info->skb;
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004009 buffer_info->skb = NULL;
4010
Jeff Kirsher30320be2006-03-02 18:21:57 -08004011 prefetch(skb->data - NET_IP_ALIGN);
4012
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004013 if (++i == rx_ring->count) i = 0;
4014 next_rxd = E1000_RX_DESC(*rx_ring, i);
Jeff Kirsher30320be2006-03-02 18:21:57 -08004015 prefetch(next_rxd);
4016
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004017 next_buffer = &rx_ring->buffer_info[i];
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004018
Joe Perchesc3033b02008-03-21 11:06:25 -07004019 cleaned = true;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004020 cleaned_count++;
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004021 dma_unmap_single(&pdev->dev, buffer_info->dma,
4022 buffer_info->length, DMA_FROM_DEVICE);
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00004023 buffer_info->dma = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004024
Linus Torvalds1da177e2005-04-16 15:20:36 -07004025 length = le16_to_cpu(rx_desc->length);
Neil Hormanea30e112009-06-02 01:29:58 -07004026 /* !EOP means multiple descriptors were used to store a single
Jesse Brandeburg40a14de2010-01-19 14:15:38 +00004027 * packet, if thats the case we need to toss it. In fact, we
4028 * to toss every packet with the EOP bit clear and the next
4029 * frame that _does_ have the EOP bit set, as it is by
4030 * definition only a frame fragment
4031 */
4032 if (unlikely(!(status & E1000_RXD_STAT_EOP)))
4033 adapter->discarding = true;
4034
4035 if (adapter->discarding) {
Jeff Kirshera1415ee2006-02-28 20:24:07 -08004036 /* All receives must fit into a single buffer */
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004037 e_dbg("Receive packet consumed multiple buffers\n");
Auke Kok864c4e42006-06-27 09:06:53 -07004038 /* recycle */
Auke Kok8fc897b2006-08-28 14:56:16 -07004039 buffer_info->skb = skb;
Jesse Brandeburg40a14de2010-01-19 14:15:38 +00004040 if (status & E1000_RXD_STAT_EOP)
4041 adapter->discarding = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004042 goto next_desc;
4043 }
4044
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004045 if (unlikely(rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK)) {
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004046 u8 last_byte = *(skb->data + length - 1);
Joe Perches1dc32912008-07-11 15:17:08 -07004047 if (TBI_ACCEPT(hw, status, rx_desc->errors, length,
4048 last_byte)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004049 spin_lock_irqsave(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004050 e1000_tbi_adjust_stats(hw, &adapter->stats,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004051 length, skb->data);
4052 spin_unlock_irqrestore(&adapter->stats_lock,
4053 flags);
4054 length--;
4055 } else {
Auke Kok9e2feac2006-04-14 19:05:18 -07004056 /* recycle */
4057 buffer_info->skb = skb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004058 goto next_desc;
4059 }
Auke Kok1cb58212006-04-18 12:31:04 -07004060 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004061
Jesse Brandeburgd2a1e212006-10-24 14:46:06 -07004062 /* adjust length to remove Ethernet CRC, this must be
4063 * done after the TBI_ACCEPT workaround above */
4064 length -= 4;
4065
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004066 /* probably a little skewed due to removing CRC */
4067 total_rx_bytes += length;
4068 total_rx_packets++;
4069
Joe Perches57bf6ee2010-05-13 15:26:17 +00004070 e1000_check_copybreak(netdev, buffer_info, length, &skb);
4071
Auke Kok996695d2006-11-01 08:47:50 -08004072 skb_put(skb, length);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004073
4074 /* Receive Checksum Offload */
Jeff Kirshera292ca62006-01-12 16:51:30 -08004075 e1000_rx_checksum(adapter,
Joe Perches406874a2008-04-03 10:06:32 -07004076 (u32)(status) |
4077 ((u32)(rx_desc->errors) << 24),
David S. Millerc3d7a3a2006-03-15 14:26:28 -08004078 le16_to_cpu(rx_desc->csum), skb);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004079
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004080 e1000_receive_skb(adapter, status, rx_desc->special, skb);
Francois Romieuc3570ac2008-07-11 15:17:38 -07004081
Linus Torvalds1da177e2005-04-16 15:20:36 -07004082next_desc:
4083 rx_desc->status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004084
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004085 /* return some buffers to hardware, one at a time is too slow */
4086 if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) {
4087 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4088 cleaned_count = 0;
4089 }
4090
Jeff Kirsher30320be2006-03-02 18:21:57 -08004091 /* use prefetched values */
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004092 rx_desc = next_rxd;
4093 buffer_info = next_buffer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004094 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004095 rx_ring->next_to_clean = i;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004096
4097 cleaned_count = E1000_DESC_UNUSED(rx_ring);
4098 if (cleaned_count)
4099 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004100
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004101 adapter->total_rx_packets += total_rx_packets;
4102 adapter->total_rx_bytes += total_rx_bytes;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00004103 netdev->stats.rx_bytes += total_rx_bytes;
4104 netdev->stats.rx_packets += total_rx_packets;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004105 return cleaned;
4106}
4107
4108/**
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004109 * e1000_alloc_jumbo_rx_buffers - Replace used jumbo receive buffers
4110 * @adapter: address of board private structure
4111 * @rx_ring: pointer to receive ring structure
4112 * @cleaned_count: number of buffers to allocate this pass
4113 **/
4114
4115static void
4116e1000_alloc_jumbo_rx_buffers(struct e1000_adapter *adapter,
4117 struct e1000_rx_ring *rx_ring, int cleaned_count)
4118{
4119 struct net_device *netdev = adapter->netdev;
4120 struct pci_dev *pdev = adapter->pdev;
4121 struct e1000_rx_desc *rx_desc;
4122 struct e1000_buffer *buffer_info;
4123 struct sk_buff *skb;
4124 unsigned int i;
Eric Dumazet89d71a62009-10-13 05:34:20 +00004125 unsigned int bufsz = 256 - 16 /*for skb_reserve */ ;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004126
4127 i = rx_ring->next_to_use;
4128 buffer_info = &rx_ring->buffer_info[i];
4129
4130 while (cleaned_count--) {
4131 skb = buffer_info->skb;
4132 if (skb) {
4133 skb_trim(skb, 0);
4134 goto check_page;
4135 }
4136
Eric Dumazet89d71a62009-10-13 05:34:20 +00004137 skb = netdev_alloc_skb_ip_align(netdev, bufsz);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004138 if (unlikely(!skb)) {
4139 /* Better luck next round */
4140 adapter->alloc_rx_buff_failed++;
4141 break;
4142 }
4143
4144 /* Fix for errata 23, can't cross 64kB boundary */
4145 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4146 struct sk_buff *oldskb = skb;
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004147 e_err(rx_err, "skb align check failed: %u bytes at "
4148 "%p\n", bufsz, skb->data);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004149 /* Try again, without freeing the previous */
Eric Dumazet89d71a62009-10-13 05:34:20 +00004150 skb = netdev_alloc_skb_ip_align(netdev, bufsz);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004151 /* Failed allocation, critical failure */
4152 if (!skb) {
4153 dev_kfree_skb(oldskb);
4154 adapter->alloc_rx_buff_failed++;
4155 break;
4156 }
4157
4158 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4159 /* give up */
4160 dev_kfree_skb(skb);
4161 dev_kfree_skb(oldskb);
4162 break; /* while (cleaned_count--) */
4163 }
4164
4165 /* Use new allocation */
4166 dev_kfree_skb(oldskb);
4167 }
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004168 buffer_info->skb = skb;
4169 buffer_info->length = adapter->rx_buffer_len;
4170check_page:
4171 /* allocate a new page if necessary */
4172 if (!buffer_info->page) {
4173 buffer_info->page = alloc_page(GFP_ATOMIC);
4174 if (unlikely(!buffer_info->page)) {
4175 adapter->alloc_rx_buff_failed++;
4176 break;
4177 }
4178 }
4179
Anton Blanchardb5abb022010-02-19 17:54:53 +00004180 if (!buffer_info->dma) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004181 buffer_info->dma = dma_map_page(&pdev->dev,
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004182 buffer_info->page, 0,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004183 buffer_info->length,
4184 DMA_FROM_DEVICE);
4185 if (dma_mapping_error(&pdev->dev, buffer_info->dma)) {
Anton Blanchardb5abb022010-02-19 17:54:53 +00004186 put_page(buffer_info->page);
4187 dev_kfree_skb(skb);
4188 buffer_info->page = NULL;
4189 buffer_info->skb = NULL;
4190 buffer_info->dma = 0;
4191 adapter->alloc_rx_buff_failed++;
4192 break; /* while !buffer_info->skb */
4193 }
4194 }
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004195
4196 rx_desc = E1000_RX_DESC(*rx_ring, i);
4197 rx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
4198
4199 if (unlikely(++i == rx_ring->count))
4200 i = 0;
4201 buffer_info = &rx_ring->buffer_info[i];
4202 }
4203
4204 if (likely(rx_ring->next_to_use != i)) {
4205 rx_ring->next_to_use = i;
4206 if (unlikely(i-- == 0))
4207 i = (rx_ring->count - 1);
4208
4209 /* Force memory writes to complete before letting h/w
4210 * know there are new descriptors to fetch. (Only
4211 * applicable for weak-ordered memory model archs,
4212 * such as IA-64). */
4213 wmb();
4214 writel(i, adapter->hw.hw_addr + rx_ring->rdt);
4215 }
4216}
4217
4218/**
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004219 * e1000_alloc_rx_buffers - Replace used receive buffers; legacy & extended
Linus Torvalds1da177e2005-04-16 15:20:36 -07004220 * @adapter: address of board private structure
4221 **/
4222
Joe Perches64798842008-07-11 15:17:02 -07004223static void e1000_alloc_rx_buffers(struct e1000_adapter *adapter,
4224 struct e1000_rx_ring *rx_ring,
4225 int cleaned_count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004226{
Joe Perches1dc32912008-07-11 15:17:08 -07004227 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004228 struct net_device *netdev = adapter->netdev;
4229 struct pci_dev *pdev = adapter->pdev;
4230 struct e1000_rx_desc *rx_desc;
4231 struct e1000_buffer *buffer_info;
4232 struct sk_buff *skb;
Malli Chilakala26483452005-04-28 19:44:46 -07004233 unsigned int i;
Eric Dumazet89d71a62009-10-13 05:34:20 +00004234 unsigned int bufsz = adapter->rx_buffer_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004235
4236 i = rx_ring->next_to_use;
4237 buffer_info = &rx_ring->buffer_info[i];
4238
Jeff Kirshera292ca62006-01-12 16:51:30 -08004239 while (cleaned_count--) {
Christoph Hellwigca6f7222006-08-31 14:27:47 -07004240 skb = buffer_info->skb;
4241 if (skb) {
Jeff Kirshera292ca62006-01-12 16:51:30 -08004242 skb_trim(skb, 0);
4243 goto map_skb;
4244 }
4245
Eric Dumazet89d71a62009-10-13 05:34:20 +00004246 skb = netdev_alloc_skb_ip_align(netdev, bufsz);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004247 if (unlikely(!skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004248 /* Better luck next round */
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004249 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004250 break;
4251 }
4252
Malli Chilakala26483452005-04-28 19:44:46 -07004253 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004254 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4255 struct sk_buff *oldskb = skb;
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004256 e_err(rx_err, "skb align check failed: %u bytes at "
4257 "%p\n", bufsz, skb->data);
Malli Chilakala26483452005-04-28 19:44:46 -07004258 /* Try again, without freeing the previous */
Eric Dumazet89d71a62009-10-13 05:34:20 +00004259 skb = netdev_alloc_skb_ip_align(netdev, bufsz);
Malli Chilakala26483452005-04-28 19:44:46 -07004260 /* Failed allocation, critical failure */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004261 if (!skb) {
4262 dev_kfree_skb(oldskb);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004263 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004264 break;
4265 }
Malli Chilakala26483452005-04-28 19:44:46 -07004266
Linus Torvalds1da177e2005-04-16 15:20:36 -07004267 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4268 /* give up */
4269 dev_kfree_skb(skb);
4270 dev_kfree_skb(oldskb);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004271 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004272 break; /* while !buffer_info->skb */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004273 }
Christoph Hellwigca6f7222006-08-31 14:27:47 -07004274
4275 /* Use new allocation */
4276 dev_kfree_skb(oldskb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004277 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004278 buffer_info->skb = skb;
4279 buffer_info->length = adapter->rx_buffer_len;
Jeff Kirshera292ca62006-01-12 16:51:30 -08004280map_skb:
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004281 buffer_info->dma = dma_map_single(&pdev->dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004282 skb->data,
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004283 buffer_info->length,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004284 DMA_FROM_DEVICE);
4285 if (dma_mapping_error(&pdev->dev, buffer_info->dma)) {
Anton Blanchardb5abb022010-02-19 17:54:53 +00004286 dev_kfree_skb(skb);
4287 buffer_info->skb = NULL;
4288 buffer_info->dma = 0;
4289 adapter->alloc_rx_buff_failed++;
4290 break; /* while !buffer_info->skb */
4291 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004292
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004293 /*
4294 * XXX if it was allocated cleanly it will never map to a
4295 * boundary crossing
4296 */
4297
Malli Chilakala26483452005-04-28 19:44:46 -07004298 /* Fix for errata 23, can't cross 64kB boundary */
4299 if (!e1000_check_64k_bound(adapter,
4300 (void *)(unsigned long)buffer_info->dma,
4301 adapter->rx_buffer_len)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004302 e_err(rx_err, "dma align check failed: %u bytes at "
4303 "%p\n", adapter->rx_buffer_len,
Emil Tantilov675ad472010-04-27 14:02:58 +00004304 (void *)(unsigned long)buffer_info->dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004305 dev_kfree_skb(skb);
4306 buffer_info->skb = NULL;
4307
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004308 dma_unmap_single(&pdev->dev, buffer_info->dma,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004309 adapter->rx_buffer_len,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004310 DMA_FROM_DEVICE);
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00004311 buffer_info->dma = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004312
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004313 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004314 break; /* while !buffer_info->skb */
4315 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004316 rx_desc = E1000_RX_DESC(*rx_ring, i);
4317 rx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
4318
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004319 if (unlikely(++i == rx_ring->count))
4320 i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004321 buffer_info = &rx_ring->buffer_info[i];
4322 }
4323
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004324 if (likely(rx_ring->next_to_use != i)) {
4325 rx_ring->next_to_use = i;
4326 if (unlikely(i-- == 0))
4327 i = (rx_ring->count - 1);
4328
4329 /* Force memory writes to complete before letting h/w
4330 * know there are new descriptors to fetch. (Only
4331 * applicable for weak-ordered memory model archs,
4332 * such as IA-64). */
4333 wmb();
Joe Perches1dc32912008-07-11 15:17:08 -07004334 writel(i, hw->hw_addr + rx_ring->rdt);
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004335 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004336}
4337
4338/**
4339 * e1000_smartspeed - Workaround for SmartSpeed on 82541 and 82547 controllers.
4340 * @adapter:
4341 **/
4342
Joe Perches64798842008-07-11 15:17:02 -07004343static void e1000_smartspeed(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004344{
Joe Perches1dc32912008-07-11 15:17:08 -07004345 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004346 u16 phy_status;
4347 u16 phy_ctrl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004348
Joe Perches1dc32912008-07-11 15:17:08 -07004349 if ((hw->phy_type != e1000_phy_igp) || !hw->autoneg ||
4350 !(hw->autoneg_advertised & ADVERTISE_1000_FULL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004351 return;
4352
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004353 if (adapter->smartspeed == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004354 /* If Master/Slave config fault is asserted twice,
4355 * we assume back-to-back */
Joe Perches1dc32912008-07-11 15:17:08 -07004356 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004357 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return;
Joe Perches1dc32912008-07-11 15:17:08 -07004358 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004359 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return;
Joe Perches1dc32912008-07-11 15:17:08 -07004360 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004361 if (phy_ctrl & CR_1000T_MS_ENABLE) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004362 phy_ctrl &= ~CR_1000T_MS_ENABLE;
Joe Perches1dc32912008-07-11 15:17:08 -07004363 e1000_write_phy_reg(hw, PHY_1000T_CTRL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004364 phy_ctrl);
4365 adapter->smartspeed++;
Joe Perches1dc32912008-07-11 15:17:08 -07004366 if (!e1000_phy_setup_autoneg(hw) &&
4367 !e1000_read_phy_reg(hw, PHY_CTRL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004368 &phy_ctrl)) {
4369 phy_ctrl |= (MII_CR_AUTO_NEG_EN |
4370 MII_CR_RESTART_AUTO_NEG);
Joe Perches1dc32912008-07-11 15:17:08 -07004371 e1000_write_phy_reg(hw, PHY_CTRL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004372 phy_ctrl);
4373 }
4374 }
4375 return;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004376 } else if (adapter->smartspeed == E1000_SMARTSPEED_DOWNSHIFT) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004377 /* If still no link, perhaps using 2/3 pair cable */
Joe Perches1dc32912008-07-11 15:17:08 -07004378 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004379 phy_ctrl |= CR_1000T_MS_ENABLE;
Joe Perches1dc32912008-07-11 15:17:08 -07004380 e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl);
4381 if (!e1000_phy_setup_autoneg(hw) &&
4382 !e1000_read_phy_reg(hw, PHY_CTRL, &phy_ctrl)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004383 phy_ctrl |= (MII_CR_AUTO_NEG_EN |
4384 MII_CR_RESTART_AUTO_NEG);
Joe Perches1dc32912008-07-11 15:17:08 -07004385 e1000_write_phy_reg(hw, PHY_CTRL, phy_ctrl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004386 }
4387 }
4388 /* Restart process after E1000_SMARTSPEED_MAX iterations */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004389 if (adapter->smartspeed++ == E1000_SMARTSPEED_MAX)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004390 adapter->smartspeed = 0;
4391}
4392
4393/**
4394 * e1000_ioctl -
4395 * @netdev:
4396 * @ifreq:
4397 * @cmd:
4398 **/
4399
Joe Perches64798842008-07-11 15:17:02 -07004400static int e1000_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004401{
4402 switch (cmd) {
4403 case SIOCGMIIPHY:
4404 case SIOCGMIIREG:
4405 case SIOCSMIIREG:
4406 return e1000_mii_ioctl(netdev, ifr, cmd);
4407 default:
4408 return -EOPNOTSUPP;
4409 }
4410}
4411
4412/**
4413 * e1000_mii_ioctl -
4414 * @netdev:
4415 * @ifreq:
4416 * @cmd:
4417 **/
4418
Joe Perches64798842008-07-11 15:17:02 -07004419static int e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr,
4420 int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004421{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004422 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004423 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004424 struct mii_ioctl_data *data = if_mii(ifr);
4425 int retval;
Joe Perches406874a2008-04-03 10:06:32 -07004426 u16 mii_reg;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004427 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004428
Joe Perches1dc32912008-07-11 15:17:08 -07004429 if (hw->media_type != e1000_media_type_copper)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004430 return -EOPNOTSUPP;
4431
4432 switch (cmd) {
4433 case SIOCGMIIPHY:
Joe Perches1dc32912008-07-11 15:17:08 -07004434 data->phy_id = hw->phy_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004435 break;
4436 case SIOCGMIIREG:
Malli Chilakala97876fc2005-06-17 17:40:19 -07004437 spin_lock_irqsave(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004438 if (e1000_read_phy_reg(hw, data->reg_num & 0x1F,
Malli Chilakala97876fc2005-06-17 17:40:19 -07004439 &data->val_out)) {
4440 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004441 return -EIO;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004442 }
4443 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004444 break;
4445 case SIOCSMIIREG:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004446 if (data->reg_num & ~(0x1F))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004447 return -EFAULT;
4448 mii_reg = data->val_in;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004449 spin_lock_irqsave(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004450 if (e1000_write_phy_reg(hw, data->reg_num,
Malli Chilakala97876fc2005-06-17 17:40:19 -07004451 mii_reg)) {
4452 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004453 return -EIO;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004454 }
Jesse Brandeburgf0163ac2007-11-13 21:00:09 -08004455 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004456 if (hw->media_type == e1000_media_type_copper) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004457 switch (data->reg_num) {
4458 case PHY_CTRL:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004459 if (mii_reg & MII_CR_POWER_DOWN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004460 break;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004461 if (mii_reg & MII_CR_AUTO_NEG_EN) {
Joe Perches1dc32912008-07-11 15:17:08 -07004462 hw->autoneg = 1;
4463 hw->autoneg_advertised = 0x2F;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004464 } else {
David Decotigny14ad2512011-04-27 18:32:43 +00004465 u32 speed;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004466 if (mii_reg & 0x40)
David Decotigny14ad2512011-04-27 18:32:43 +00004467 speed = SPEED_1000;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004468 else if (mii_reg & 0x2000)
David Decotigny14ad2512011-04-27 18:32:43 +00004469 speed = SPEED_100;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004470 else
David Decotigny14ad2512011-04-27 18:32:43 +00004471 speed = SPEED_10;
4472 retval = e1000_set_spd_dplx(
4473 adapter, speed,
4474 ((mii_reg & 0x100)
4475 ? DUPLEX_FULL :
4476 DUPLEX_HALF));
Jesse Brandeburgf0163ac2007-11-13 21:00:09 -08004477 if (retval)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004478 return retval;
4479 }
Auke Kok2db10a02006-06-27 09:06:28 -07004480 if (netif_running(adapter->netdev))
4481 e1000_reinit_locked(adapter);
4482 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07004483 e1000_reset(adapter);
4484 break;
4485 case M88E1000_PHY_SPEC_CTRL:
4486 case M88E1000_EXT_PHY_SPEC_CTRL:
Joe Perches1dc32912008-07-11 15:17:08 -07004487 if (e1000_phy_reset(hw))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004488 return -EIO;
4489 break;
4490 }
4491 } else {
4492 switch (data->reg_num) {
4493 case PHY_CTRL:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004494 if (mii_reg & MII_CR_POWER_DOWN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004495 break;
Auke Kok2db10a02006-06-27 09:06:28 -07004496 if (netif_running(adapter->netdev))
4497 e1000_reinit_locked(adapter);
4498 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07004499 e1000_reset(adapter);
4500 break;
4501 }
4502 }
4503 break;
4504 default:
4505 return -EOPNOTSUPP;
4506 }
4507 return E1000_SUCCESS;
4508}
4509
Joe Perches64798842008-07-11 15:17:02 -07004510void e1000_pci_set_mwi(struct e1000_hw *hw)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004511{
4512 struct e1000_adapter *adapter = hw->back;
Malli Chilakala26483452005-04-28 19:44:46 -07004513 int ret_val = pci_set_mwi(adapter->pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004514
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004515 if (ret_val)
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004516 e_err(probe, "Error in setting MWI\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07004517}
4518
Joe Perches64798842008-07-11 15:17:02 -07004519void e1000_pci_clear_mwi(struct e1000_hw *hw)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004520{
4521 struct e1000_adapter *adapter = hw->back;
4522
4523 pci_clear_mwi(adapter->pdev);
4524}
4525
Joe Perches64798842008-07-11 15:17:02 -07004526int e1000_pcix_get_mmrbc(struct e1000_hw *hw)
Peter Oruba007755e2007-09-28 22:42:06 -07004527{
4528 struct e1000_adapter *adapter = hw->back;
4529 return pcix_get_mmrbc(adapter->pdev);
4530}
4531
Joe Perches64798842008-07-11 15:17:02 -07004532void e1000_pcix_set_mmrbc(struct e1000_hw *hw, int mmrbc)
Peter Oruba007755e2007-09-28 22:42:06 -07004533{
4534 struct e1000_adapter *adapter = hw->back;
4535 pcix_set_mmrbc(adapter->pdev, mmrbc);
4536}
4537
Joe Perches64798842008-07-11 15:17:02 -07004538void e1000_io_write(struct e1000_hw *hw, unsigned long port, u32 value)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004539{
4540 outl(value, port);
4541}
4542
Jiri Pirko5622e402011-07-21 03:26:31 +00004543static bool e1000_vlan_used(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004544{
Jiri Pirko5622e402011-07-21 03:26:31 +00004545 u16 vid;
4546
4547 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID)
4548 return true;
4549 return false;
4550}
4551
4552static void e1000_vlan_filter_on_off(struct e1000_adapter *adapter,
4553 bool filter_on)
4554{
Joe Perches1dc32912008-07-11 15:17:08 -07004555 struct e1000_hw *hw = &adapter->hw;
Jiri Pirko5622e402011-07-21 03:26:31 +00004556 u32 rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004557
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004558 if (!test_bit(__E1000_DOWN, &adapter->flags))
4559 e1000_irq_disable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004560
Jiri Pirko5622e402011-07-21 03:26:31 +00004561 if (filter_on) {
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00004562 /* enable VLAN receive filtering */
4563 rctl = er32(RCTL);
4564 rctl &= ~E1000_RCTL_CFIEN;
Jiri Pirko5622e402011-07-21 03:26:31 +00004565 if (!(adapter->netdev->flags & IFF_PROMISC))
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00004566 rctl |= E1000_RCTL_VFE;
4567 ew32(RCTL, rctl);
4568 e1000_update_mng_vlan(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004569 } else {
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00004570 /* disable VLAN receive filtering */
4571 rctl = er32(RCTL);
4572 rctl &= ~E1000_RCTL_VFE;
4573 ew32(RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004574 }
4575
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004576 if (!test_bit(__E1000_DOWN, &adapter->flags))
4577 e1000_irq_enable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004578}
4579
Michał Mirosławc8f44af2011-11-15 15:29:55 +00004580static void e1000_vlan_mode(struct net_device *netdev,
4581 netdev_features_t features)
Jiri Pirko5622e402011-07-21 03:26:31 +00004582{
4583 struct e1000_adapter *adapter = netdev_priv(netdev);
4584 struct e1000_hw *hw = &adapter->hw;
4585 u32 ctrl;
4586
4587 if (!test_bit(__E1000_DOWN, &adapter->flags))
4588 e1000_irq_disable(adapter);
4589
4590 ctrl = er32(CTRL);
4591 if (features & NETIF_F_HW_VLAN_RX) {
4592 /* enable VLAN tag insert/strip */
4593 ctrl |= E1000_CTRL_VME;
4594 } else {
4595 /* disable VLAN tag insert/strip */
4596 ctrl &= ~E1000_CTRL_VME;
4597 }
4598 ew32(CTRL, ctrl);
4599
4600 if (!test_bit(__E1000_DOWN, &adapter->flags))
4601 e1000_irq_enable(adapter);
4602}
4603
Jiri Pirko8e586132011-12-08 19:52:37 -05004604static int e1000_vlan_rx_add_vid(struct net_device *netdev, u16 vid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004605{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004606 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004607 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004608 u32 vfta, index;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004609
Joe Perches1dc32912008-07-11 15:17:08 -07004610 if ((hw->mng_cookie.status &
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004611 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) &&
4612 (vid == adapter->mng_vlan_id))
Jiri Pirko8e586132011-12-08 19:52:37 -05004613 return 0;
Jiri Pirko5622e402011-07-21 03:26:31 +00004614
4615 if (!e1000_vlan_used(adapter))
4616 e1000_vlan_filter_on_off(adapter, true);
4617
Linus Torvalds1da177e2005-04-16 15:20:36 -07004618 /* add VID to filter table */
4619 index = (vid >> 5) & 0x7F;
Joe Perches1dc32912008-07-11 15:17:08 -07004620 vfta = E1000_READ_REG_ARRAY(hw, VFTA, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004621 vfta |= (1 << (vid & 0x1F));
Joe Perches1dc32912008-07-11 15:17:08 -07004622 e1000_write_vfta(hw, index, vfta);
Jiri Pirko5622e402011-07-21 03:26:31 +00004623
4624 set_bit(vid, adapter->active_vlans);
Jiri Pirko8e586132011-12-08 19:52:37 -05004625
4626 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004627}
4628
Jiri Pirko8e586132011-12-08 19:52:37 -05004629static int e1000_vlan_rx_kill_vid(struct net_device *netdev, u16 vid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004630{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004631 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004632 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004633 u32 vfta, index;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004634
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004635 if (!test_bit(__E1000_DOWN, &adapter->flags))
4636 e1000_irq_disable(adapter);
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004637 if (!test_bit(__E1000_DOWN, &adapter->flags))
4638 e1000_irq_enable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004639
4640 /* remove VID from filter table */
4641 index = (vid >> 5) & 0x7F;
Joe Perches1dc32912008-07-11 15:17:08 -07004642 vfta = E1000_READ_REG_ARRAY(hw, VFTA, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004643 vfta &= ~(1 << (vid & 0x1F));
Joe Perches1dc32912008-07-11 15:17:08 -07004644 e1000_write_vfta(hw, index, vfta);
Jiri Pirko5622e402011-07-21 03:26:31 +00004645
4646 clear_bit(vid, adapter->active_vlans);
4647
4648 if (!e1000_vlan_used(adapter))
4649 e1000_vlan_filter_on_off(adapter, false);
Jiri Pirko8e586132011-12-08 19:52:37 -05004650
4651 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004652}
4653
Joe Perches64798842008-07-11 15:17:02 -07004654static void e1000_restore_vlan(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004655{
Jiri Pirko5622e402011-07-21 03:26:31 +00004656 u16 vid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004657
Jiri Pirko5622e402011-07-21 03:26:31 +00004658 if (!e1000_vlan_used(adapter))
4659 return;
4660
4661 e1000_vlan_filter_on_off(adapter, true);
4662 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID)
4663 e1000_vlan_rx_add_vid(adapter->netdev, vid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004664}
4665
David Decotigny14ad2512011-04-27 18:32:43 +00004666int e1000_set_spd_dplx(struct e1000_adapter *adapter, u32 spd, u8 dplx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004667{
Joe Perches1dc32912008-07-11 15:17:08 -07004668 struct e1000_hw *hw = &adapter->hw;
4669
4670 hw->autoneg = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004671
David Decotigny14ad2512011-04-27 18:32:43 +00004672 /* Make sure dplx is at most 1 bit and lsb of speed is not set
4673 * for the switch() below to work */
4674 if ((spd & 1) || (dplx & ~1))
4675 goto err_inval;
4676
Malli Chilakala69213682005-06-17 17:44:20 -07004677 /* Fiber NICs only allow 1000 gbps Full duplex */
Joe Perches1dc32912008-07-11 15:17:08 -07004678 if ((hw->media_type == e1000_media_type_fiber) &&
David Decotigny14ad2512011-04-27 18:32:43 +00004679 spd != SPEED_1000 &&
4680 dplx != DUPLEX_FULL)
4681 goto err_inval;
Malli Chilakala69213682005-06-17 17:44:20 -07004682
David Decotigny14ad2512011-04-27 18:32:43 +00004683 switch (spd + dplx) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004684 case SPEED_10 + DUPLEX_HALF:
Joe Perches1dc32912008-07-11 15:17:08 -07004685 hw->forced_speed_duplex = e1000_10_half;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004686 break;
4687 case SPEED_10 + DUPLEX_FULL:
Joe Perches1dc32912008-07-11 15:17:08 -07004688 hw->forced_speed_duplex = e1000_10_full;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004689 break;
4690 case SPEED_100 + DUPLEX_HALF:
Joe Perches1dc32912008-07-11 15:17:08 -07004691 hw->forced_speed_duplex = e1000_100_half;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004692 break;
4693 case SPEED_100 + DUPLEX_FULL:
Joe Perches1dc32912008-07-11 15:17:08 -07004694 hw->forced_speed_duplex = e1000_100_full;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004695 break;
4696 case SPEED_1000 + DUPLEX_FULL:
Joe Perches1dc32912008-07-11 15:17:08 -07004697 hw->autoneg = 1;
4698 hw->autoneg_advertised = ADVERTISE_1000_FULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004699 break;
4700 case SPEED_1000 + DUPLEX_HALF: /* not supported */
4701 default:
David Decotigny14ad2512011-04-27 18:32:43 +00004702 goto err_inval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004703 }
4704 return 0;
David Decotigny14ad2512011-04-27 18:32:43 +00004705
4706err_inval:
4707 e_err(probe, "Unsupported Speed/Duplex configuration\n");
4708 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004709}
4710
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00004711static int __e1000_shutdown(struct pci_dev *pdev, bool *enable_wake)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004712{
4713 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07004714 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004715 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004716 u32 ctrl, ctrl_ext, rctl, status;
4717 u32 wufc = adapter->wol;
Auke Kok6fdfef12006-06-27 09:06:36 -07004718#ifdef CONFIG_PM
Jeff Kirsher240b1712006-01-12 16:51:28 -08004719 int retval = 0;
Auke Kok6fdfef12006-06-27 09:06:36 -07004720#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07004721
4722 netif_device_detach(netdev);
4723
Auke Kok2db10a02006-06-27 09:06:28 -07004724 if (netif_running(netdev)) {
4725 WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004726 e1000_down(adapter);
Auke Kok2db10a02006-06-27 09:06:28 -07004727 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004728
Jesse Brandeburg2f826652006-01-18 13:01:34 -08004729#ifdef CONFIG_PM
Kok, Auke1d33e9c2007-02-16 14:39:28 -08004730 retval = pci_save_state(pdev);
Jesse Brandeburg3a3847e2012-01-04 20:23:33 +00004731 if (retval)
Jesse Brandeburg2f826652006-01-18 13:01:34 -08004732 return retval;
4733#endif
4734
Joe Perches1dc32912008-07-11 15:17:08 -07004735 status = er32(STATUS);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004736 if (status & E1000_STATUS_LU)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004737 wufc &= ~E1000_WUFC_LNKC;
4738
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004739 if (wufc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004740 e1000_setup_rctl(adapter);
Patrick McHardydb0ce502007-11-13 20:54:59 -08004741 e1000_set_rx_mode(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004742
4743 /* turn on all-multi mode if wake on multicast is enabled */
Jesse Brandeburg120cd572006-08-31 14:27:46 -07004744 if (wufc & E1000_WUFC_MC) {
Joe Perches1dc32912008-07-11 15:17:08 -07004745 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004746 rctl |= E1000_RCTL_MPE;
Joe Perches1dc32912008-07-11 15:17:08 -07004747 ew32(RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004748 }
4749
Joe Perches1dc32912008-07-11 15:17:08 -07004750 if (hw->mac_type >= e1000_82540) {
4751 ctrl = er32(CTRL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004752 /* advertise wake from D3Cold */
4753 #define E1000_CTRL_ADVD3WUC 0x00100000
4754 /* phy power management enable */
4755 #define E1000_CTRL_EN_PHY_PWR_MGMT 0x00200000
4756 ctrl |= E1000_CTRL_ADVD3WUC |
4757 E1000_CTRL_EN_PHY_PWR_MGMT;
Joe Perches1dc32912008-07-11 15:17:08 -07004758 ew32(CTRL, ctrl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004759 }
4760
Joe Perches1dc32912008-07-11 15:17:08 -07004761 if (hw->media_type == e1000_media_type_fiber ||
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00004762 hw->media_type == e1000_media_type_internal_serdes) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004763 /* keep the laser running in D3 */
Joe Perches1dc32912008-07-11 15:17:08 -07004764 ctrl_ext = er32(CTRL_EXT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004765 ctrl_ext |= E1000_CTRL_EXT_SDP7_DATA;
Joe Perches1dc32912008-07-11 15:17:08 -07004766 ew32(CTRL_EXT, ctrl_ext);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004767 }
4768
Joe Perches1dc32912008-07-11 15:17:08 -07004769 ew32(WUC, E1000_WUC_PME_EN);
4770 ew32(WUFC, wufc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004771 } else {
Joe Perches1dc32912008-07-11 15:17:08 -07004772 ew32(WUC, 0);
4773 ew32(WUFC, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004774 }
4775
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05004776 e1000_release_manageability(adapter);
4777
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00004778 *enable_wake = !!wufc;
4779
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05004780 /* make sure adapter isn't asleep if manageability is enabled */
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00004781 if (adapter->en_mng_pt)
4782 *enable_wake = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004783
Auke Kokedd106f2006-11-06 08:57:12 -08004784 if (netif_running(netdev))
4785 e1000_free_irq(adapter);
4786
Linus Torvalds1da177e2005-04-16 15:20:36 -07004787 pci_disable_device(pdev);
Jeff Kirsher240b1712006-01-12 16:51:28 -08004788
Linus Torvalds1da177e2005-04-16 15:20:36 -07004789 return 0;
4790}
4791
Jesse Brandeburg2f826652006-01-18 13:01:34 -08004792#ifdef CONFIG_PM
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00004793static int e1000_suspend(struct pci_dev *pdev, pm_message_t state)
4794{
4795 int retval;
4796 bool wake;
4797
4798 retval = __e1000_shutdown(pdev, &wake);
4799 if (retval)
4800 return retval;
4801
4802 if (wake) {
4803 pci_prepare_to_sleep(pdev);
4804 } else {
4805 pci_wake_from_d3(pdev, false);
4806 pci_set_power_state(pdev, PCI_D3hot);
4807 }
4808
4809 return 0;
4810}
4811
Joe Perches64798842008-07-11 15:17:02 -07004812static int e1000_resume(struct pci_dev *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004813{
4814 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07004815 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004816 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004817 u32 err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004818
Auke Kokd0e027d2006-04-14 19:04:40 -07004819 pci_set_power_state(pdev, PCI_D0);
Kok, Auke1d33e9c2007-02-16 14:39:28 -08004820 pci_restore_state(pdev);
Nick Nunleydbb5aae2010-02-03 14:49:48 +00004821 pci_save_state(pdev);
Taku Izumi81250292008-07-11 15:17:44 -07004822
4823 if (adapter->need_ioport)
4824 err = pci_enable_device(pdev);
4825 else
4826 err = pci_enable_device_mem(pdev);
Joe Perchesc7be73b2008-07-11 15:17:28 -07004827 if (err) {
Emil Tantilov675ad472010-04-27 14:02:58 +00004828 pr_err("Cannot enable PCI device from suspend\n");
Auke Kok3d1dd8c2006-08-28 14:56:27 -07004829 return err;
4830 }
Malli Chilakalaa4cb8472005-04-28 19:41:28 -07004831 pci_set_master(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004832
Auke Kokd0e027d2006-04-14 19:04:40 -07004833 pci_enable_wake(pdev, PCI_D3hot, 0);
4834 pci_enable_wake(pdev, PCI_D3cold, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004835
Joe Perchesc7be73b2008-07-11 15:17:28 -07004836 if (netif_running(netdev)) {
4837 err = e1000_request_irq(adapter);
4838 if (err)
4839 return err;
4840 }
Auke Kokedd106f2006-11-06 08:57:12 -08004841
4842 e1000_power_up_phy(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004843 e1000_reset(adapter);
Joe Perches1dc32912008-07-11 15:17:08 -07004844 ew32(WUS, ~0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004845
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05004846 e1000_init_manageability(adapter);
4847
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004848 if (netif_running(netdev))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004849 e1000_up(adapter);
4850
4851 netif_device_attach(netdev);
4852
Linus Torvalds1da177e2005-04-16 15:20:36 -07004853 return 0;
4854}
4855#endif
Auke Kokc653e632006-05-23 13:35:57 -07004856
4857static void e1000_shutdown(struct pci_dev *pdev)
4858{
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00004859 bool wake;
4860
4861 __e1000_shutdown(pdev, &wake);
4862
4863 if (system_state == SYSTEM_POWER_OFF) {
4864 pci_wake_from_d3(pdev, wake);
4865 pci_set_power_state(pdev, PCI_D3hot);
4866 }
Auke Kokc653e632006-05-23 13:35:57 -07004867}
4868
Linus Torvalds1da177e2005-04-16 15:20:36 -07004869#ifdef CONFIG_NET_POLL_CONTROLLER
4870/*
4871 * Polling 'interrupt' - used by things like netconsole to send skbs
4872 * without having to re-enable interrupts. It's not called while
4873 * the interrupt routine is executing.
4874 */
Joe Perches64798842008-07-11 15:17:02 -07004875static void e1000_netpoll(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004876{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004877 struct e1000_adapter *adapter = netdev_priv(netdev);
Auke Kokd3d9e482006-07-14 16:14:23 -07004878
Linus Torvalds1da177e2005-04-16 15:20:36 -07004879 disable_irq(adapter->pdev->irq);
David Howells7d12e782006-10-05 14:55:46 +01004880 e1000_intr(adapter->pdev->irq, netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004881 enable_irq(adapter->pdev->irq);
4882}
4883#endif
4884
Auke Kok90267292006-06-08 09:30:24 -07004885/**
4886 * e1000_io_error_detected - called when PCI error is detected
4887 * @pdev: Pointer to PCI device
Jesse Brandeburg120a5d02009-09-25 15:19:46 -07004888 * @state: The current pci connection state
Auke Kok90267292006-06-08 09:30:24 -07004889 *
4890 * This function is called after a PCI bus error affecting
4891 * this device has been detected.
4892 */
Joe Perches64798842008-07-11 15:17:02 -07004893static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev,
4894 pci_channel_state_t state)
Auke Kok90267292006-06-08 09:30:24 -07004895{
4896 struct net_device *netdev = pci_get_drvdata(pdev);
Wang Chen4cf16532008-11-12 23:38:14 -08004897 struct e1000_adapter *adapter = netdev_priv(netdev);
Auke Kok90267292006-06-08 09:30:24 -07004898
4899 netif_device_detach(netdev);
4900
Andre Detscheab63302009-06-30 12:46:13 +00004901 if (state == pci_channel_io_perm_failure)
4902 return PCI_ERS_RESULT_DISCONNECT;
4903
Auke Kok90267292006-06-08 09:30:24 -07004904 if (netif_running(netdev))
4905 e1000_down(adapter);
Linas Vepstas72e8d6b2006-09-18 20:58:06 -07004906 pci_disable_device(pdev);
Auke Kok90267292006-06-08 09:30:24 -07004907
4908 /* Request a slot slot reset. */
4909 return PCI_ERS_RESULT_NEED_RESET;
4910}
4911
4912/**
4913 * e1000_io_slot_reset - called after the pci bus has been reset.
4914 * @pdev: Pointer to PCI device
4915 *
4916 * Restart the card from scratch, as if from a cold-boot. Implementation
4917 * resembles the first-half of the e1000_resume routine.
4918 */
4919static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev)
4920{
4921 struct net_device *netdev = pci_get_drvdata(pdev);
Wang Chen4cf16532008-11-12 23:38:14 -08004922 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004923 struct e1000_hw *hw = &adapter->hw;
Taku Izumi81250292008-07-11 15:17:44 -07004924 int err;
Auke Kok90267292006-06-08 09:30:24 -07004925
Taku Izumi81250292008-07-11 15:17:44 -07004926 if (adapter->need_ioport)
4927 err = pci_enable_device(pdev);
4928 else
4929 err = pci_enable_device_mem(pdev);
4930 if (err) {
Emil Tantilov675ad472010-04-27 14:02:58 +00004931 pr_err("Cannot re-enable PCI device after reset.\n");
Auke Kok90267292006-06-08 09:30:24 -07004932 return PCI_ERS_RESULT_DISCONNECT;
4933 }
4934 pci_set_master(pdev);
4935
Linas Vepstasdbf38c92006-09-27 12:54:11 -07004936 pci_enable_wake(pdev, PCI_D3hot, 0);
4937 pci_enable_wake(pdev, PCI_D3cold, 0);
Auke Kok90267292006-06-08 09:30:24 -07004938
Auke Kok90267292006-06-08 09:30:24 -07004939 e1000_reset(adapter);
Joe Perches1dc32912008-07-11 15:17:08 -07004940 ew32(WUS, ~0);
Auke Kok90267292006-06-08 09:30:24 -07004941
4942 return PCI_ERS_RESULT_RECOVERED;
4943}
4944
4945/**
4946 * e1000_io_resume - called when traffic can start flowing again.
4947 * @pdev: Pointer to PCI device
4948 *
4949 * This callback is called when the error recovery driver tells us that
4950 * its OK to resume normal operation. Implementation resembles the
4951 * second-half of the e1000_resume routine.
4952 */
4953static void e1000_io_resume(struct pci_dev *pdev)
4954{
4955 struct net_device *netdev = pci_get_drvdata(pdev);
Wang Chen4cf16532008-11-12 23:38:14 -08004956 struct e1000_adapter *adapter = netdev_priv(netdev);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05004957
4958 e1000_init_manageability(adapter);
Auke Kok90267292006-06-08 09:30:24 -07004959
4960 if (netif_running(netdev)) {
4961 if (e1000_up(adapter)) {
Emil Tantilov675ad472010-04-27 14:02:58 +00004962 pr_info("can't bring device back up after reset\n");
Auke Kok90267292006-06-08 09:30:24 -07004963 return;
4964 }
4965 }
4966
4967 netif_device_attach(netdev);
Auke Kok90267292006-06-08 09:30:24 -07004968}
4969
Linus Torvalds1da177e2005-04-16 15:20:36 -07004970/* e1000_main.c */