blob: 8aa8097558f99b24da0cf0cba9bdbb0e79f9a72a [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*******************************************************************************
2
Auke Kok0abb6eb2006-09-27 12:53:14 -07003 Intel PRO/1000 Linux driver
4 Copyright(c) 1999 - 2006 Intel Corporation.
5
6 This program is free software; you can redistribute it and/or modify it
7 under the terms and conditions of the GNU General Public License,
8 version 2, as published by the Free Software Foundation.
9
10 This program is distributed in the hope it will be useful, but WITHOUT
11 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 more details.
Auke Kok0abb6eb2006-09-27 12:53:14 -070014
Linus Torvalds1da177e2005-04-16 15:20:36 -070015 You should have received a copy of the GNU General Public License along with
Auke Kok0abb6eb2006-09-27 12:53:14 -070016 this program; if not, write to the Free Software Foundation, Inc.,
17 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
18
19 The full GNU General Public License is included in this distribution in
20 the file called "COPYING".
21
Linus Torvalds1da177e2005-04-16 15:20:36 -070022 Contact Information:
23 Linux NICS <linux.nics@intel.com>
Auke Kok3d41e302006-04-14 19:05:31 -070024 e1000-devel Mailing List <e1000-devel@lists.sourceforge.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -070025 Intel Corporation, 5200 N.E. Elam Young Parkway, Hillsboro, OR 97124-6497
26
27*******************************************************************************/
28
29#include "e1000.h"
Andrew Mortond0bb53e2006-11-14 10:35:03 -050030#include <net/ip6_checksum.h>
Dirk Brandewie5377a412011-01-06 14:29:54 +000031#include <linux/io.h>
Paul Gortmaker70c71602011-05-22 16:47:17 -040032#include <linux/prefetch.h>
Jiri Pirko5622e402011-07-21 03:26:31 +000033#include <linux/bitops.h>
34#include <linux/if_vlan.h>
Dirk Brandewie5377a412011-01-06 14:29:54 +000035
Linus Torvalds1da177e2005-04-16 15:20:36 -070036char e1000_driver_name[] = "e1000";
Adrian Bunk3ad2cc62005-10-30 16:53:34 +010037static char e1000_driver_string[] = "Intel(R) PRO/1000 Network Driver";
Anupam Chandaab088532010-11-21 09:54:21 -080038#define DRV_VERSION "7.3.21-k8-NAPI"
Stephen Hemmingerabec42a2007-10-29 10:46:19 -070039const char e1000_driver_version[] = DRV_VERSION;
40static const char e1000_copyright[] = "Copyright (c) 1999-2006 Intel Corporation.";
Linus Torvalds1da177e2005-04-16 15:20:36 -070041
42/* e1000_pci_tbl - PCI Device ID Table
43 *
44 * Last entry must be all 0s
45 *
46 * Macro expands to...
47 * {PCI_DEVICE(PCI_VENDOR_ID_INTEL, device_id)}
48 */
Alexey Dobriyana3aa1882010-01-07 11:58:11 +000049static DEFINE_PCI_DEVICE_TABLE(e1000_pci_tbl) = {
Linus Torvalds1da177e2005-04-16 15:20:36 -070050 INTEL_E1000_ETHERNET_DEVICE(0x1000),
51 INTEL_E1000_ETHERNET_DEVICE(0x1001),
52 INTEL_E1000_ETHERNET_DEVICE(0x1004),
53 INTEL_E1000_ETHERNET_DEVICE(0x1008),
54 INTEL_E1000_ETHERNET_DEVICE(0x1009),
55 INTEL_E1000_ETHERNET_DEVICE(0x100C),
56 INTEL_E1000_ETHERNET_DEVICE(0x100D),
57 INTEL_E1000_ETHERNET_DEVICE(0x100E),
58 INTEL_E1000_ETHERNET_DEVICE(0x100F),
59 INTEL_E1000_ETHERNET_DEVICE(0x1010),
60 INTEL_E1000_ETHERNET_DEVICE(0x1011),
61 INTEL_E1000_ETHERNET_DEVICE(0x1012),
62 INTEL_E1000_ETHERNET_DEVICE(0x1013),
63 INTEL_E1000_ETHERNET_DEVICE(0x1014),
64 INTEL_E1000_ETHERNET_DEVICE(0x1015),
65 INTEL_E1000_ETHERNET_DEVICE(0x1016),
66 INTEL_E1000_ETHERNET_DEVICE(0x1017),
67 INTEL_E1000_ETHERNET_DEVICE(0x1018),
68 INTEL_E1000_ETHERNET_DEVICE(0x1019),
Malli Chilakala26483452005-04-28 19:44:46 -070069 INTEL_E1000_ETHERNET_DEVICE(0x101A),
Linus Torvalds1da177e2005-04-16 15:20:36 -070070 INTEL_E1000_ETHERNET_DEVICE(0x101D),
71 INTEL_E1000_ETHERNET_DEVICE(0x101E),
72 INTEL_E1000_ETHERNET_DEVICE(0x1026),
73 INTEL_E1000_ETHERNET_DEVICE(0x1027),
74 INTEL_E1000_ETHERNET_DEVICE(0x1028),
75 INTEL_E1000_ETHERNET_DEVICE(0x1075),
76 INTEL_E1000_ETHERNET_DEVICE(0x1076),
77 INTEL_E1000_ETHERNET_DEVICE(0x1077),
78 INTEL_E1000_ETHERNET_DEVICE(0x1078),
79 INTEL_E1000_ETHERNET_DEVICE(0x1079),
80 INTEL_E1000_ETHERNET_DEVICE(0x107A),
81 INTEL_E1000_ETHERNET_DEVICE(0x107B),
82 INTEL_E1000_ETHERNET_DEVICE(0x107C),
83 INTEL_E1000_ETHERNET_DEVICE(0x108A),
Jeff Kirsherb7ee49d2006-01-12 16:51:21 -080084 INTEL_E1000_ETHERNET_DEVICE(0x1099),
Jeff Kirsherb7ee49d2006-01-12 16:51:21 -080085 INTEL_E1000_ETHERNET_DEVICE(0x10B5),
Dirk Brandewie5377a412011-01-06 14:29:54 +000086 INTEL_E1000_ETHERNET_DEVICE(0x2E6E),
Linus Torvalds1da177e2005-04-16 15:20:36 -070087 /* required last entry */
88 {0,}
89};
90
91MODULE_DEVICE_TABLE(pci, e1000_pci_tbl);
92
Nicholas Nunley35574762006-09-27 12:53:34 -070093int e1000_up(struct e1000_adapter *adapter);
94void e1000_down(struct e1000_adapter *adapter);
95void e1000_reinit_locked(struct e1000_adapter *adapter);
96void e1000_reset(struct e1000_adapter *adapter);
Nicholas Nunley35574762006-09-27 12:53:34 -070097int e1000_setup_all_tx_resources(struct e1000_adapter *adapter);
98int e1000_setup_all_rx_resources(struct e1000_adapter *adapter);
99void e1000_free_all_tx_resources(struct e1000_adapter *adapter);
100void e1000_free_all_rx_resources(struct e1000_adapter *adapter);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100101static int e1000_setup_tx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700102 struct e1000_tx_ring *txdr);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100103static int e1000_setup_rx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700104 struct e1000_rx_ring *rxdr);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100105static void e1000_free_tx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700106 struct e1000_tx_ring *tx_ring);
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100107static void e1000_free_rx_resources(struct e1000_adapter *adapter,
Nicholas Nunley35574762006-09-27 12:53:34 -0700108 struct e1000_rx_ring *rx_ring);
109void e1000_update_stats(struct e1000_adapter *adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700110
111static int e1000_init_module(void);
112static void e1000_exit_module(void);
113static int e1000_probe(struct pci_dev *pdev, const struct pci_device_id *ent);
114static void __devexit e1000_remove(struct pci_dev *pdev);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400115static int e1000_alloc_queues(struct e1000_adapter *adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700116static int e1000_sw_init(struct e1000_adapter *adapter);
117static int e1000_open(struct net_device *netdev);
118static int e1000_close(struct net_device *netdev);
119static void e1000_configure_tx(struct e1000_adapter *adapter);
120static void e1000_configure_rx(struct e1000_adapter *adapter);
121static void e1000_setup_rctl(struct e1000_adapter *adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400122static void e1000_clean_all_tx_rings(struct e1000_adapter *adapter);
123static void e1000_clean_all_rx_rings(struct e1000_adapter *adapter);
124static void e1000_clean_tx_ring(struct e1000_adapter *adapter,
125 struct e1000_tx_ring *tx_ring);
126static void e1000_clean_rx_ring(struct e1000_adapter *adapter,
127 struct e1000_rx_ring *rx_ring);
Patrick McHardydb0ce502007-11-13 20:54:59 -0800128static void e1000_set_rx_mode(struct net_device *netdev);
Jesse Brandeburg5cf42fc2010-09-22 18:22:17 +0000129static void e1000_update_phy_info_task(struct work_struct *work);
Jesse Brandeburga4010af2011-10-05 07:24:41 +0000130static void e1000_watchdog(struct work_struct *work);
Jesse Brandeburg5cf42fc2010-09-22 18:22:17 +0000131static void e1000_82547_tx_fifo_stall_task(struct work_struct *work);
Stephen Hemminger3b29a562009-08-31 19:50:55 +0000132static netdev_tx_t e1000_xmit_frame(struct sk_buff *skb,
133 struct net_device *netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134static struct net_device_stats * e1000_get_stats(struct net_device *netdev);
135static int e1000_change_mtu(struct net_device *netdev, int new_mtu);
136static int e1000_set_mac(struct net_device *netdev, void *p);
David Howells7d12e782006-10-05 14:55:46 +0100137static irqreturn_t e1000_intr(int irq, void *data);
Joe Perchesc3033b02008-03-21 11:06:25 -0700138static bool e1000_clean_tx_irq(struct e1000_adapter *adapter,
139 struct e1000_tx_ring *tx_ring);
Stephen Hemmingerbea33482007-10-03 16:41:36 -0700140static int e1000_clean(struct napi_struct *napi, int budget);
Joe Perchesc3033b02008-03-21 11:06:25 -0700141static bool e1000_clean_rx_irq(struct e1000_adapter *adapter,
142 struct e1000_rx_ring *rx_ring,
143 int *work_done, int work_to_do);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +0000144static bool e1000_clean_jumbo_rx_irq(struct e1000_adapter *adapter,
145 struct e1000_rx_ring *rx_ring,
146 int *work_done, int work_to_do);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400147static void e1000_alloc_rx_buffers(struct e1000_adapter *adapter,
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +0000148 struct e1000_rx_ring *rx_ring,
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800149 int cleaned_count);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +0000150static void e1000_alloc_jumbo_rx_buffers(struct e1000_adapter *adapter,
151 struct e1000_rx_ring *rx_ring,
152 int cleaned_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700153static int e1000_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd);
154static int e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr,
155 int cmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700156static void e1000_enter_82542_rst(struct e1000_adapter *adapter);
157static void e1000_leave_82542_rst(struct e1000_adapter *adapter);
158static void e1000_tx_timeout(struct net_device *dev);
David Howells65f27f32006-11-22 14:55:48 +0000159static void e1000_reset_task(struct work_struct *work);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700160static void e1000_smartspeed(struct e1000_adapter *adapter);
Auke Koke619d522006-04-14 19:04:52 -0700161static int e1000_82547_fifo_workaround(struct e1000_adapter *adapter,
162 struct sk_buff *skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163
Jiri Pirko5622e402011-07-21 03:26:31 +0000164static bool e1000_vlan_used(struct e1000_adapter *adapter);
Michał Mirosławc8f44af2011-11-15 15:29:55 +0000165static void e1000_vlan_mode(struct net_device *netdev,
166 netdev_features_t features);
Jiri Pirko8e586132011-12-08 19:52:37 -0500167static int e1000_vlan_rx_add_vid(struct net_device *netdev, u16 vid);
168static int e1000_vlan_rx_kill_vid(struct net_device *netdev, u16 vid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169static void e1000_restore_vlan(struct e1000_adapter *adapter);
170
Auke Kok6fdfef12006-06-27 09:06:36 -0700171#ifdef CONFIG_PM
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +0000172static int e1000_suspend(struct pci_dev *pdev, pm_message_t state);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173static int e1000_resume(struct pci_dev *pdev);
174#endif
Auke Kokc653e632006-05-23 13:35:57 -0700175static void e1000_shutdown(struct pci_dev *pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700176
177#ifdef CONFIG_NET_POLL_CONTROLLER
178/* for netdump / net console */
179static void e1000_netpoll (struct net_device *netdev);
180#endif
181
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100182#define COPYBREAK_DEFAULT 256
183static unsigned int copybreak __read_mostly = COPYBREAK_DEFAULT;
184module_param(copybreak, uint, 0644);
185MODULE_PARM_DESC(copybreak,
186 "Maximum size of packet that is copied to a new buffer on receive");
187
Auke Kok90267292006-06-08 09:30:24 -0700188static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev,
189 pci_channel_state_t state);
190static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev);
191static void e1000_io_resume(struct pci_dev *pdev);
192
193static struct pci_error_handlers e1000_err_handler = {
194 .error_detected = e1000_io_error_detected,
195 .slot_reset = e1000_io_slot_reset,
196 .resume = e1000_io_resume,
197};
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -0400198
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199static struct pci_driver e1000_driver = {
200 .name = e1000_driver_name,
201 .id_table = e1000_pci_tbl,
202 .probe = e1000_probe,
203 .remove = __devexit_p(e1000_remove),
Auke Kokc4e24f02006-09-27 12:53:19 -0700204#ifdef CONFIG_PM
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300205 /* Power Management Hooks */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700206 .suspend = e1000_suspend,
Auke Kokc653e632006-05-23 13:35:57 -0700207 .resume = e1000_resume,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208#endif
Auke Kok90267292006-06-08 09:30:24 -0700209 .shutdown = e1000_shutdown,
210 .err_handler = &e1000_err_handler
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211};
212
213MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>");
214MODULE_DESCRIPTION("Intel(R) PRO/1000 Network Driver");
215MODULE_LICENSE("GPL");
216MODULE_VERSION(DRV_VERSION);
217
218static int debug = NETIF_MSG_DRV | NETIF_MSG_PROBE;
219module_param(debug, int, 0);
220MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)");
221
222/**
Emil Tantilov675ad472010-04-27 14:02:58 +0000223 * e1000_get_hw_dev - return device
224 * used by hardware layer to print debugging information
225 *
226 **/
227struct net_device *e1000_get_hw_dev(struct e1000_hw *hw)
228{
229 struct e1000_adapter *adapter = hw->back;
230 return adapter->netdev;
231}
232
233/**
Linus Torvalds1da177e2005-04-16 15:20:36 -0700234 * e1000_init_module - Driver Registration Routine
235 *
236 * e1000_init_module is the first routine called when the driver is
237 * loaded. All it does is register with the PCI subsystem.
238 **/
239
Joe Perches64798842008-07-11 15:17:02 -0700240static int __init e1000_init_module(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241{
242 int ret;
Emil Tantilov675ad472010-04-27 14:02:58 +0000243 pr_info("%s - version %s\n", e1000_driver_string, e1000_driver_version);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244
Emil Tantilov675ad472010-04-27 14:02:58 +0000245 pr_info("%s\n", e1000_copyright);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700246
Jeff Garzik29917622006-08-19 17:48:59 -0400247 ret = pci_register_driver(&e1000_driver);
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100248 if (copybreak != COPYBREAK_DEFAULT) {
249 if (copybreak == 0)
Emil Tantilov675ad472010-04-27 14:02:58 +0000250 pr_info("copybreak disabled\n");
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100251 else
Emil Tantilov675ad472010-04-27 14:02:58 +0000252 pr_info("copybreak enabled for "
253 "packets <= %u bytes\n", copybreak);
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100254 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700255 return ret;
256}
257
258module_init(e1000_init_module);
259
260/**
261 * e1000_exit_module - Driver Exit Cleanup Routine
262 *
263 * e1000_exit_module is called just before the driver is removed
264 * from memory.
265 **/
266
Joe Perches64798842008-07-11 15:17:02 -0700267static void __exit e1000_exit_module(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700268{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269 pci_unregister_driver(&e1000_driver);
270}
271
272module_exit(e1000_exit_module);
273
Auke Kok2db10a02006-06-27 09:06:28 -0700274static int e1000_request_irq(struct e1000_adapter *adapter)
275{
276 struct net_device *netdev = adapter->netdev;
Al Viro3e188262007-12-11 19:49:39 +0000277 irq_handler_t handler = e1000_intr;
Auke Koke94bd232007-05-16 01:49:46 -0700278 int irq_flags = IRQF_SHARED;
279 int err;
Auke Kok2db10a02006-06-27 09:06:28 -0700280
Auke Koke94bd232007-05-16 01:49:46 -0700281 err = request_irq(adapter->pdev->irq, handler, irq_flags, netdev->name,
282 netdev);
283 if (err) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -0700284 e_err(probe, "Unable to allocate interrupt Error: %d\n", err);
Auke Koke94bd232007-05-16 01:49:46 -0700285 }
Auke Kok2db10a02006-06-27 09:06:28 -0700286
287 return err;
288}
289
290static void e1000_free_irq(struct e1000_adapter *adapter)
291{
292 struct net_device *netdev = adapter->netdev;
293
294 free_irq(adapter->pdev->irq, netdev);
Auke Kok2db10a02006-06-27 09:06:28 -0700295}
296
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297/**
298 * e1000_irq_disable - Mask off interrupt generation on the NIC
299 * @adapter: board private structure
300 **/
301
Joe Perches64798842008-07-11 15:17:02 -0700302static void e1000_irq_disable(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700303{
Joe Perches1dc32912008-07-11 15:17:08 -0700304 struct e1000_hw *hw = &adapter->hw;
305
306 ew32(IMC, ~0);
307 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700308 synchronize_irq(adapter->pdev->irq);
309}
310
311/**
312 * e1000_irq_enable - Enable default interrupt generation settings
313 * @adapter: board private structure
314 **/
315
Joe Perches64798842008-07-11 15:17:02 -0700316static void e1000_irq_enable(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700317{
Joe Perches1dc32912008-07-11 15:17:08 -0700318 struct e1000_hw *hw = &adapter->hw;
319
320 ew32(IMS, IMS_ENABLE_MASK);
321 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322}
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100323
Joe Perches64798842008-07-11 15:17:02 -0700324static void e1000_update_mng_vlan(struct e1000_adapter *adapter)
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700325{
Joe Perches1dc32912008-07-11 15:17:08 -0700326 struct e1000_hw *hw = &adapter->hw;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700327 struct net_device *netdev = adapter->netdev;
Joe Perches1dc32912008-07-11 15:17:08 -0700328 u16 vid = hw->mng_cookie.vlan_id;
Joe Perches406874a2008-04-03 10:06:32 -0700329 u16 old_vid = adapter->mng_vlan_id;
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800330
Jiri Pirko5622e402011-07-21 03:26:31 +0000331 if (!e1000_vlan_used(adapter))
332 return;
333
334 if (!test_bit(vid, adapter->active_vlans)) {
335 if (hw->mng_cookie.status &
336 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) {
337 e1000_vlan_rx_add_vid(netdev, vid);
Jeff Kirsherc5f226f2006-03-02 18:17:55 -0800338 adapter->mng_vlan_id = vid;
Jiri Pirko5622e402011-07-21 03:26:31 +0000339 } else {
340 adapter->mng_vlan_id = E1000_MNG_VLAN_NONE;
341 }
342 if ((old_vid != (u16)E1000_MNG_VLAN_NONE) &&
343 (vid != old_vid) &&
344 !test_bit(old_vid, adapter->active_vlans))
345 e1000_vlan_rx_kill_vid(netdev, old_vid);
346 } else {
347 adapter->mng_vlan_id = vid;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700348 }
349}
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800350
Joe Perches64798842008-07-11 15:17:02 -0700351static void e1000_init_manageability(struct e1000_adapter *adapter)
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500352{
Joe Perches1dc32912008-07-11 15:17:08 -0700353 struct e1000_hw *hw = &adapter->hw;
354
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500355 if (adapter->en_mng_pt) {
Joe Perches1dc32912008-07-11 15:17:08 -0700356 u32 manc = er32(MANC);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500357
358 /* disable hardware interception of ARP */
359 manc &= ~(E1000_MANC_ARP_EN);
360
Joe Perches1dc32912008-07-11 15:17:08 -0700361 ew32(MANC, manc);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500362 }
363}
364
Joe Perches64798842008-07-11 15:17:02 -0700365static void e1000_release_manageability(struct e1000_adapter *adapter)
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500366{
Joe Perches1dc32912008-07-11 15:17:08 -0700367 struct e1000_hw *hw = &adapter->hw;
368
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500369 if (adapter->en_mng_pt) {
Joe Perches1dc32912008-07-11 15:17:08 -0700370 u32 manc = er32(MANC);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500371
372 /* re-enable hardware interception of ARP */
373 manc |= E1000_MANC_ARP_EN;
374
Joe Perches1dc32912008-07-11 15:17:08 -0700375 ew32(MANC, manc);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500376 }
377}
378
Auke Koke0aac5a2007-03-06 08:57:21 -0800379/**
380 * e1000_configure - configure the hardware for RX and TX
381 * @adapter = private board structure
382 **/
383static void e1000_configure(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700384{
385 struct net_device *netdev = adapter->netdev;
Auke Kok2db10a02006-06-27 09:06:28 -0700386 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700387
Patrick McHardydb0ce502007-11-13 20:54:59 -0800388 e1000_set_rx_mode(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389
390 e1000_restore_vlan(adapter);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500391 e1000_init_manageability(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700392
393 e1000_configure_tx(adapter);
394 e1000_setup_rctl(adapter);
395 e1000_configure_rx(adapter);
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800396 /* call E1000_DESC_UNUSED which always leaves
397 * at least 1 descriptor unused to make sure
398 * next_to_use != next_to_clean */
Jeff Kirsherf56799e2006-01-12 16:50:39 -0800399 for (i = 0; i < adapter->num_rx_queues; i++) {
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800400 struct e1000_rx_ring *ring = &adapter->rx_ring[i];
Jeff Kirshera292ca62006-01-12 16:51:30 -0800401 adapter->alloc_rx_buf(adapter, ring,
402 E1000_DESC_UNUSED(ring));
Jeff Kirsherf56799e2006-01-12 16:50:39 -0800403 }
Auke Koke0aac5a2007-03-06 08:57:21 -0800404}
Jeff Kirsher7bfa4812006-01-12 16:50:41 -0800405
Auke Koke0aac5a2007-03-06 08:57:21 -0800406int e1000_up(struct e1000_adapter *adapter)
407{
Joe Perches1dc32912008-07-11 15:17:08 -0700408 struct e1000_hw *hw = &adapter->hw;
409
Auke Koke0aac5a2007-03-06 08:57:21 -0800410 /* hardware has been reset, we need to reload some things */
411 e1000_configure(adapter);
Malli Chilakala5de55622005-04-28 19:39:30 -0700412
Auke Kok1314bbf2006-09-27 12:54:02 -0700413 clear_bit(__E1000_DOWN, &adapter->flags);
414
Stephen Hemmingerbea33482007-10-03 16:41:36 -0700415 napi_enable(&adapter->napi);
Francois Romieuc3570ac2008-07-11 15:17:38 -0700416
Auke Koke0aac5a2007-03-06 08:57:21 -0800417 e1000_irq_enable(adapter);
418
Jesse Brandeburg4cb9be72009-04-21 18:42:05 +0000419 netif_wake_queue(adapter->netdev);
420
Jesse Brandeburg79f3d392006-12-15 10:42:34 +0100421 /* fire a link change interrupt to start the watchdog */
Joe Perches1dc32912008-07-11 15:17:08 -0700422 ew32(ICS, E1000_ICS_LSC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423 return 0;
424}
425
Auke Kok79f05bf2006-06-27 09:06:32 -0700426/**
427 * e1000_power_up_phy - restore link in case the phy was powered down
428 * @adapter: address of board private structure
429 *
430 * The phy may be powered down to save power and turn off link when the
431 * driver is unloaded and wake on lan is not enabled (among others)
432 * *** this routine MUST be followed by a call to e1000_reset ***
433 *
434 **/
435
Jesse Brandeburgd6582662006-08-16 13:31:33 -0700436void e1000_power_up_phy(struct e1000_adapter *adapter)
Auke Kok79f05bf2006-06-27 09:06:32 -0700437{
Joe Perches1dc32912008-07-11 15:17:08 -0700438 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -0700439 u16 mii_reg = 0;
Auke Kok79f05bf2006-06-27 09:06:32 -0700440
441 /* Just clear the power down bit to wake the phy back up */
Joe Perches1dc32912008-07-11 15:17:08 -0700442 if (hw->media_type == e1000_media_type_copper) {
Auke Kok79f05bf2006-06-27 09:06:32 -0700443 /* according to the manual, the phy will retain its
444 * settings across a power-down/up cycle */
Joe Perches1dc32912008-07-11 15:17:08 -0700445 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg);
Auke Kok79f05bf2006-06-27 09:06:32 -0700446 mii_reg &= ~MII_CR_POWER_DOWN;
Joe Perches1dc32912008-07-11 15:17:08 -0700447 e1000_write_phy_reg(hw, PHY_CTRL, mii_reg);
Auke Kok79f05bf2006-06-27 09:06:32 -0700448 }
449}
450
451static void e1000_power_down_phy(struct e1000_adapter *adapter)
452{
Joe Perches1dc32912008-07-11 15:17:08 -0700453 struct e1000_hw *hw = &adapter->hw;
454
Bruce Allan61c25052006-09-27 12:53:54 -0700455 /* Power down the PHY so no link is implied when interface is down *
Joe Perchesc3033b02008-03-21 11:06:25 -0700456 * The PHY cannot be powered down if any of the following is true *
Auke Kok79f05bf2006-06-27 09:06:32 -0700457 * (a) WoL is enabled
458 * (b) AMT is active
459 * (c) SoL/IDER session is active */
Joe Perches1dc32912008-07-11 15:17:08 -0700460 if (!adapter->wol && hw->mac_type >= e1000_82540 &&
461 hw->media_type == e1000_media_type_copper) {
Joe Perches406874a2008-04-03 10:06:32 -0700462 u16 mii_reg = 0;
Bruce Allan61c25052006-09-27 12:53:54 -0700463
Joe Perches1dc32912008-07-11 15:17:08 -0700464 switch (hw->mac_type) {
Bruce Allan61c25052006-09-27 12:53:54 -0700465 case e1000_82540:
466 case e1000_82545:
467 case e1000_82545_rev_3:
468 case e1000_82546:
Dirk Brandewie5377a412011-01-06 14:29:54 +0000469 case e1000_ce4100:
Bruce Allan61c25052006-09-27 12:53:54 -0700470 case e1000_82546_rev_3:
471 case e1000_82541:
472 case e1000_82541_rev_2:
473 case e1000_82547:
474 case e1000_82547_rev_2:
Joe Perches1dc32912008-07-11 15:17:08 -0700475 if (er32(MANC) & E1000_MANC_SMBUS_EN)
Bruce Allan61c25052006-09-27 12:53:54 -0700476 goto out;
477 break;
Bruce Allan61c25052006-09-27 12:53:54 -0700478 default:
479 goto out;
480 }
Joe Perches1dc32912008-07-11 15:17:08 -0700481 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg);
Auke Kok79f05bf2006-06-27 09:06:32 -0700482 mii_reg |= MII_CR_POWER_DOWN;
Joe Perches1dc32912008-07-11 15:17:08 -0700483 e1000_write_phy_reg(hw, PHY_CTRL, mii_reg);
Jesse Brandeburg4e0d8f7d2011-10-05 07:24:46 +0000484 msleep(1);
Auke Kok79f05bf2006-06-27 09:06:32 -0700485 }
Bruce Allan61c25052006-09-27 12:53:54 -0700486out:
487 return;
Auke Kok79f05bf2006-06-27 09:06:32 -0700488}
489
Jesse Brandeburga4010af2011-10-05 07:24:41 +0000490static void e1000_down_and_stop(struct e1000_adapter *adapter)
491{
492 set_bit(__E1000_DOWN, &adapter->flags);
493 cancel_work_sync(&adapter->reset_task);
494 cancel_delayed_work_sync(&adapter->watchdog_task);
495 cancel_delayed_work_sync(&adapter->phy_info_task);
496 cancel_delayed_work_sync(&adapter->fifo_stall_task);
497}
498
Joe Perches64798842008-07-11 15:17:02 -0700499void e1000_down(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500{
Jesse Brandeburga6c42322009-03-25 21:59:22 +0000501 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700502 struct net_device *netdev = adapter->netdev;
Jesse Brandeburga6c42322009-03-25 21:59:22 +0000503 u32 rctl, tctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504
Auke Kok1314bbf2006-09-27 12:54:02 -0700505
Jesse Brandeburga6c42322009-03-25 21:59:22 +0000506 /* disable receives in the hardware */
507 rctl = er32(RCTL);
508 ew32(RCTL, rctl & ~E1000_RCTL_EN);
509 /* flush and sleep below */
510
Jesse Brandeburg51851072009-09-25 12:17:01 +0000511 netif_tx_disable(netdev);
Jesse Brandeburga6c42322009-03-25 21:59:22 +0000512
513 /* disable transmits in the hardware */
514 tctl = er32(TCTL);
515 tctl &= ~E1000_TCTL_EN;
516 ew32(TCTL, tctl);
517 /* flush both disables and wait for them to finish */
518 E1000_WRITE_FLUSH();
519 msleep(10);
520
Stephen Hemmingerbea33482007-10-03 16:41:36 -0700521 napi_disable(&adapter->napi);
Francois Romieuc3570ac2008-07-11 15:17:38 -0700522
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523 e1000_irq_disable(adapter);
Jeff Kirsherc1605eb2006-03-02 18:16:38 -0800524
Anupam Chandaab088532010-11-21 09:54:21 -0800525 /*
526 * Setting DOWN must be after irq_disable to prevent
527 * a screaming interrupt. Setting DOWN also prevents
Jesse Brandeburga4010af2011-10-05 07:24:41 +0000528 * tasks from rescheduling.
Anupam Chandaab088532010-11-21 09:54:21 -0800529 */
Jesse Brandeburga4010af2011-10-05 07:24:41 +0000530 e1000_down_and_stop(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531
Linus Torvalds1da177e2005-04-16 15:20:36 -0700532 adapter->link_speed = 0;
533 adapter->link_duplex = 0;
534 netif_carrier_off(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535
536 e1000_reset(adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400537 e1000_clean_all_tx_rings(adapter);
538 e1000_clean_all_rx_rings(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700539}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540
stephen hemminger38df7a32010-10-21 07:50:57 +0000541static void e1000_reinit_safe(struct e1000_adapter *adapter)
Jesse Brandeburg338c15e2010-09-22 18:22:42 +0000542{
543 while (test_and_set_bit(__E1000_RESETTING, &adapter->flags))
544 msleep(1);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +0000545 mutex_lock(&adapter->mutex);
Jesse Brandeburg338c15e2010-09-22 18:22:42 +0000546 e1000_down(adapter);
547 e1000_up(adapter);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +0000548 mutex_unlock(&adapter->mutex);
Jesse Brandeburg338c15e2010-09-22 18:22:42 +0000549 clear_bit(__E1000_RESETTING, &adapter->flags);
550}
551
Joe Perches64798842008-07-11 15:17:02 -0700552void e1000_reinit_locked(struct e1000_adapter *adapter)
Auke Kok2db10a02006-06-27 09:06:28 -0700553{
Jesse Brandeburg338c15e2010-09-22 18:22:42 +0000554 /* if rtnl_lock is not held the call path is bogus */
555 ASSERT_RTNL();
Auke Kok2db10a02006-06-27 09:06:28 -0700556 WARN_ON(in_interrupt());
557 while (test_and_set_bit(__E1000_RESETTING, &adapter->flags))
558 msleep(1);
559 e1000_down(adapter);
560 e1000_up(adapter);
561 clear_bit(__E1000_RESETTING, &adapter->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700562}
563
Joe Perches64798842008-07-11 15:17:02 -0700564void e1000_reset(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565{
Joe Perches1dc32912008-07-11 15:17:08 -0700566 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -0700567 u32 pba = 0, tx_space, min_tx_space, min_rx_space;
Joe Perchesc3033b02008-03-21 11:06:25 -0700568 bool legacy_pba_adjust = false;
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000569 u16 hwm;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700570
571 /* Repartition Pba for greater than 9k mtu
572 * To take effect CTRL.RST is required.
573 */
574
Joe Perches1dc32912008-07-11 15:17:08 -0700575 switch (hw->mac_type) {
Bruce Allan018ea442006-12-15 10:39:45 +0100576 case e1000_82542_rev2_0:
577 case e1000_82542_rev2_1:
578 case e1000_82543:
579 case e1000_82544:
580 case e1000_82540:
581 case e1000_82541:
582 case e1000_82541_rev_2:
Joe Perchesc3033b02008-03-21 11:06:25 -0700583 legacy_pba_adjust = true;
Bruce Allan018ea442006-12-15 10:39:45 +0100584 pba = E1000_PBA_48K;
585 break;
586 case e1000_82545:
587 case e1000_82545_rev_3:
588 case e1000_82546:
Dirk Brandewie5377a412011-01-06 14:29:54 +0000589 case e1000_ce4100:
Bruce Allan018ea442006-12-15 10:39:45 +0100590 case e1000_82546_rev_3:
591 pba = E1000_PBA_48K;
592 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700593 case e1000_82547:
Malli Chilakala0e6ef3e2005-04-28 19:44:14 -0700594 case e1000_82547_rev_2:
Joe Perchesc3033b02008-03-21 11:06:25 -0700595 legacy_pba_adjust = true;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700596 pba = E1000_PBA_30K;
597 break;
Bruce Allan018ea442006-12-15 10:39:45 +0100598 case e1000_undefined:
599 case e1000_num_macs:
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700600 break;
601 }
602
Joe Perchesc3033b02008-03-21 11:06:25 -0700603 if (legacy_pba_adjust) {
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000604 if (hw->max_frame_size > E1000_RXBUFFER_8192)
Bruce Allan018ea442006-12-15 10:39:45 +0100605 pba -= 8; /* allocate more FIFO for Tx */
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700606
Joe Perches1dc32912008-07-11 15:17:08 -0700607 if (hw->mac_type == e1000_82547) {
Bruce Allan018ea442006-12-15 10:39:45 +0100608 adapter->tx_fifo_head = 0;
609 adapter->tx_head_addr = pba << E1000_TX_HEAD_ADDR_SHIFT;
610 adapter->tx_fifo_size =
611 (E1000_PBA_40K - pba) << E1000_PBA_BYTES_SHIFT;
612 atomic_set(&adapter->tx_fifo_stall, 0);
613 }
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000614 } else if (hw->max_frame_size > ETH_FRAME_LEN + ETH_FCS_LEN) {
Bruce Allan018ea442006-12-15 10:39:45 +0100615 /* adjust PBA for jumbo frames */
Joe Perches1dc32912008-07-11 15:17:08 -0700616 ew32(PBA, pba);
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700617
Bruce Allan018ea442006-12-15 10:39:45 +0100618 /* To maintain wire speed transmits, the Tx FIFO should be
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000619 * large enough to accommodate two full transmit packets,
Bruce Allan018ea442006-12-15 10:39:45 +0100620 * rounded up to the next 1KB and expressed in KB. Likewise,
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000621 * the Rx FIFO should be large enough to accommodate at least
Bruce Allan018ea442006-12-15 10:39:45 +0100622 * one full receive packet and is similarly rounded up and
623 * expressed in KB. */
Joe Perches1dc32912008-07-11 15:17:08 -0700624 pba = er32(PBA);
Bruce Allan018ea442006-12-15 10:39:45 +0100625 /* upper 16 bits has Tx packet buffer allocation size in KB */
626 tx_space = pba >> 16;
627 /* lower 16 bits has Rx packet buffer allocation size in KB */
628 pba &= 0xffff;
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000629 /*
630 * the tx fifo also stores 16 bytes of information about the tx
631 * but don't include ethernet FCS because hardware appends it
632 */
633 min_tx_space = (hw->max_frame_size +
634 sizeof(struct e1000_tx_desc) -
635 ETH_FCS_LEN) * 2;
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -0700636 min_tx_space = ALIGN(min_tx_space, 1024);
Bruce Allan018ea442006-12-15 10:39:45 +0100637 min_tx_space >>= 10;
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000638 /* software strips receive CRC, so leave room for it */
639 min_rx_space = hw->max_frame_size;
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -0700640 min_rx_space = ALIGN(min_rx_space, 1024);
Bruce Allan018ea442006-12-15 10:39:45 +0100641 min_rx_space >>= 10;
642
643 /* If current Tx allocation is less than the min Tx FIFO size,
644 * and the min Tx FIFO size is less than the current Rx FIFO
645 * allocation, take space away from current Rx allocation */
646 if (tx_space < min_tx_space &&
647 ((min_tx_space - tx_space) < pba)) {
648 pba = pba - (min_tx_space - tx_space);
649
650 /* PCI/PCIx hardware has PBA alignment constraints */
Joe Perches1dc32912008-07-11 15:17:08 -0700651 switch (hw->mac_type) {
Bruce Allan018ea442006-12-15 10:39:45 +0100652 case e1000_82545 ... e1000_82546_rev_3:
653 pba &= ~(E1000_PBA_8K - 1);
654 break;
655 default:
656 break;
657 }
658
659 /* if short on rx space, rx wins and must trump tx
660 * adjustment or use Early Receive if available */
Jesse Brandeburg1532ece2009-09-25 12:16:14 +0000661 if (pba < min_rx_space)
662 pba = min_rx_space;
Bruce Allan018ea442006-12-15 10:39:45 +0100663 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700664 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700665
Joe Perches1dc32912008-07-11 15:17:08 -0700666 ew32(PBA, pba);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700667
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000668 /*
669 * flow control settings:
670 * The high water mark must be low enough to fit one full frame
671 * (or the size used for early receive) above it in the Rx FIFO.
672 * Set it to the lower of:
673 * - 90% of the Rx FIFO size, and
674 * - the full Rx FIFO size minus the early receive size (for parts
675 * with ERT support assuming ERT set to E1000_ERT_2048), or
676 * - the full Rx FIFO size minus one full frame
677 */
678 hwm = min(((pba << 10) * 9 / 10),
679 ((pba << 10) - hw->max_frame_size));
Jeff Kirsherf11b7f82006-01-12 16:50:51 -0800680
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000681 hw->fc_high_water = hwm & 0xFFF8; /* 8-byte granularity */
682 hw->fc_low_water = hw->fc_high_water - 8;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +0000683 hw->fc_pause_time = E1000_FC_PAUSE_TIME;
Joe Perches1dc32912008-07-11 15:17:08 -0700684 hw->fc_send_xon = 1;
685 hw->fc = hw->original_fc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700686
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700687 /* Allow time for pending master requests to run */
Joe Perches1dc32912008-07-11 15:17:08 -0700688 e1000_reset_hw(hw);
689 if (hw->mac_type >= e1000_82544)
690 ew32(WUC, 0);
Jeff Kirsher09ae3e82006-09-27 12:53:51 -0700691
Joe Perches1dc32912008-07-11 15:17:08 -0700692 if (e1000_init_hw(hw))
Emil Tantilovfeb8f472010-07-26 23:37:21 -0700693 e_dev_err("Hardware Error\n");
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700694 e1000_update_mng_vlan(adapter);
Jesse Brandeburg3d5460a2006-12-15 10:33:46 +0100695
696 /* if (adapter->hwflags & HWFLAGS_PHY_PWR_BIT) { */
Joe Perches1dc32912008-07-11 15:17:08 -0700697 if (hw->mac_type >= e1000_82544 &&
Joe Perches1dc32912008-07-11 15:17:08 -0700698 hw->autoneg == 1 &&
699 hw->autoneg_advertised == ADVERTISE_1000_FULL) {
700 u32 ctrl = er32(CTRL);
Jesse Brandeburg3d5460a2006-12-15 10:33:46 +0100701 /* clear phy power management bit if we are in gig only mode,
702 * which if enabled will attempt negotiation to 100Mb, which
703 * can cause a loss of link at power off or driver unload */
704 ctrl &= ~E1000_CTRL_SWDPIN3;
Joe Perches1dc32912008-07-11 15:17:08 -0700705 ew32(CTRL, ctrl);
Jesse Brandeburg3d5460a2006-12-15 10:33:46 +0100706 }
707
Linus Torvalds1da177e2005-04-16 15:20:36 -0700708 /* Enable h/w to recognize an 802.1Q VLAN Ethernet packet */
Joe Perches1dc32912008-07-11 15:17:08 -0700709 ew32(VET, ETHERNET_IEEE_VLAN_TYPE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710
Joe Perches1dc32912008-07-11 15:17:08 -0700711 e1000_reset_adaptive(hw);
712 e1000_phy_get_info(hw, &adapter->phy_info);
Auke Kok9a53a202006-06-27 09:06:45 -0700713
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500714 e1000_release_manageability(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700715}
716
717/**
Auke Kok67b3c272007-12-17 13:50:23 -0800718 * Dump the eeprom for users having checksum issues
719 **/
Adrian Bunkb4ea8952008-02-01 08:21:28 -0800720static void e1000_dump_eeprom(struct e1000_adapter *adapter)
Auke Kok67b3c272007-12-17 13:50:23 -0800721{
722 struct net_device *netdev = adapter->netdev;
723 struct ethtool_eeprom eeprom;
724 const struct ethtool_ops *ops = netdev->ethtool_ops;
725 u8 *data;
726 int i;
727 u16 csum_old, csum_new = 0;
728
729 eeprom.len = ops->get_eeprom_len(netdev);
730 eeprom.offset = 0;
731
732 data = kmalloc(eeprom.len, GFP_KERNEL);
Joe Perchese404dec2012-01-29 12:56:23 +0000733 if (!data)
Auke Kok67b3c272007-12-17 13:50:23 -0800734 return;
Auke Kok67b3c272007-12-17 13:50:23 -0800735
736 ops->get_eeprom(netdev, &eeprom, data);
737
738 csum_old = (data[EEPROM_CHECKSUM_REG * 2]) +
739 (data[EEPROM_CHECKSUM_REG * 2 + 1] << 8);
740 for (i = 0; i < EEPROM_CHECKSUM_REG * 2; i += 2)
741 csum_new += data[i] + (data[i + 1] << 8);
742 csum_new = EEPROM_SUM - csum_new;
743
Emil Tantilov675ad472010-04-27 14:02:58 +0000744 pr_err("/*********************/\n");
745 pr_err("Current EEPROM Checksum : 0x%04x\n", csum_old);
746 pr_err("Calculated : 0x%04x\n", csum_new);
Auke Kok67b3c272007-12-17 13:50:23 -0800747
Emil Tantilov675ad472010-04-27 14:02:58 +0000748 pr_err("Offset Values\n");
749 pr_err("======== ======\n");
Auke Kok67b3c272007-12-17 13:50:23 -0800750 print_hex_dump(KERN_ERR, "", DUMP_PREFIX_OFFSET, 16, 1, data, 128, 0);
751
Emil Tantilov675ad472010-04-27 14:02:58 +0000752 pr_err("Include this output when contacting your support provider.\n");
753 pr_err("This is not a software error! Something bad happened to\n");
754 pr_err("your hardware or EEPROM image. Ignoring this problem could\n");
755 pr_err("result in further problems, possibly loss of data,\n");
756 pr_err("corruption or system hangs!\n");
757 pr_err("The MAC Address will be reset to 00:00:00:00:00:00,\n");
758 pr_err("which is invalid and requires you to set the proper MAC\n");
759 pr_err("address manually before continuing to enable this network\n");
760 pr_err("device. Please inspect the EEPROM dump and report the\n");
761 pr_err("issue to your hardware vendor or Intel Customer Support.\n");
762 pr_err("/*********************/\n");
Auke Kok67b3c272007-12-17 13:50:23 -0800763
764 kfree(data);
765}
766
767/**
Taku Izumi81250292008-07-11 15:17:44 -0700768 * e1000_is_need_ioport - determine if an adapter needs ioport resources or not
769 * @pdev: PCI device information struct
770 *
771 * Return true if an adapter needs ioport resources
772 **/
773static int e1000_is_need_ioport(struct pci_dev *pdev)
774{
775 switch (pdev->device) {
776 case E1000_DEV_ID_82540EM:
777 case E1000_DEV_ID_82540EM_LOM:
778 case E1000_DEV_ID_82540EP:
779 case E1000_DEV_ID_82540EP_LOM:
780 case E1000_DEV_ID_82540EP_LP:
781 case E1000_DEV_ID_82541EI:
782 case E1000_DEV_ID_82541EI_MOBILE:
783 case E1000_DEV_ID_82541ER:
784 case E1000_DEV_ID_82541ER_LOM:
785 case E1000_DEV_ID_82541GI:
786 case E1000_DEV_ID_82541GI_LF:
787 case E1000_DEV_ID_82541GI_MOBILE:
788 case E1000_DEV_ID_82544EI_COPPER:
789 case E1000_DEV_ID_82544EI_FIBER:
790 case E1000_DEV_ID_82544GC_COPPER:
791 case E1000_DEV_ID_82544GC_LOM:
792 case E1000_DEV_ID_82545EM_COPPER:
793 case E1000_DEV_ID_82545EM_FIBER:
794 case E1000_DEV_ID_82546EB_COPPER:
795 case E1000_DEV_ID_82546EB_FIBER:
796 case E1000_DEV_ID_82546EB_QUAD_COPPER:
797 return true;
798 default:
799 return false;
800 }
801}
802
Michał Mirosławc8f44af2011-11-15 15:29:55 +0000803static netdev_features_t e1000_fix_features(struct net_device *netdev,
804 netdev_features_t features)
Jiri Pirko5622e402011-07-21 03:26:31 +0000805{
806 /*
807 * Since there is no support for separate rx/tx vlan accel
808 * enable/disable make sure tx flag is always in same state as rx.
809 */
810 if (features & NETIF_F_HW_VLAN_RX)
811 features |= NETIF_F_HW_VLAN_TX;
812 else
813 features &= ~NETIF_F_HW_VLAN_TX;
814
815 return features;
816}
817
Michał Mirosławc8f44af2011-11-15 15:29:55 +0000818static int e1000_set_features(struct net_device *netdev,
819 netdev_features_t features)
Michał Mirosławe97d3202011-06-08 08:36:42 +0000820{
821 struct e1000_adapter *adapter = netdev_priv(netdev);
Michał Mirosławc8f44af2011-11-15 15:29:55 +0000822 netdev_features_t changed = features ^ netdev->features;
Michał Mirosławe97d3202011-06-08 08:36:42 +0000823
Jiri Pirko5622e402011-07-21 03:26:31 +0000824 if (changed & NETIF_F_HW_VLAN_RX)
825 e1000_vlan_mode(netdev, features);
826
Michał Mirosławe97d3202011-06-08 08:36:42 +0000827 if (!(changed & NETIF_F_RXCSUM))
828 return 0;
829
830 adapter->rx_csum = !!(features & NETIF_F_RXCSUM);
831
832 if (netif_running(netdev))
833 e1000_reinit_locked(adapter);
834 else
835 e1000_reset(adapter);
836
837 return 0;
838}
839
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800840static const struct net_device_ops e1000_netdev_ops = {
841 .ndo_open = e1000_open,
842 .ndo_stop = e1000_close,
Stephen Hemminger00829822008-11-20 20:14:53 -0800843 .ndo_start_xmit = e1000_xmit_frame,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800844 .ndo_get_stats = e1000_get_stats,
845 .ndo_set_rx_mode = e1000_set_rx_mode,
846 .ndo_set_mac_address = e1000_set_mac,
Jiri Pirko5622e402011-07-21 03:26:31 +0000847 .ndo_tx_timeout = e1000_tx_timeout,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800848 .ndo_change_mtu = e1000_change_mtu,
849 .ndo_do_ioctl = e1000_ioctl,
850 .ndo_validate_addr = eth_validate_addr,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800851 .ndo_vlan_rx_add_vid = e1000_vlan_rx_add_vid,
852 .ndo_vlan_rx_kill_vid = e1000_vlan_rx_kill_vid,
853#ifdef CONFIG_NET_POLL_CONTROLLER
854 .ndo_poll_controller = e1000_netpoll,
855#endif
Jiri Pirko5622e402011-07-21 03:26:31 +0000856 .ndo_fix_features = e1000_fix_features,
857 .ndo_set_features = e1000_set_features,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800858};
859
Taku Izumi81250292008-07-11 15:17:44 -0700860/**
Jesse Brandeburge508be12010-09-07 21:01:12 +0000861 * e1000_init_hw_struct - initialize members of hw struct
862 * @adapter: board private struct
863 * @hw: structure used by e1000_hw.c
864 *
865 * Factors out initialization of the e1000_hw struct to its own function
866 * that can be called very early at init (just after struct allocation).
867 * Fields are initialized based on PCI device information and
868 * OS network device settings (MTU size).
869 * Returns negative error codes if MAC type setup fails.
870 */
871static int e1000_init_hw_struct(struct e1000_adapter *adapter,
872 struct e1000_hw *hw)
873{
874 struct pci_dev *pdev = adapter->pdev;
875
876 /* PCI config space info */
877 hw->vendor_id = pdev->vendor;
878 hw->device_id = pdev->device;
879 hw->subsystem_vendor_id = pdev->subsystem_vendor;
880 hw->subsystem_id = pdev->subsystem_device;
881 hw->revision_id = pdev->revision;
882
883 pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word);
884
885 hw->max_frame_size = adapter->netdev->mtu +
886 ENET_HEADER_SIZE + ETHERNET_FCS_SIZE;
887 hw->min_frame_size = MINIMUM_ETHERNET_FRAME_SIZE;
888
889 /* identify the MAC */
890 if (e1000_set_mac_type(hw)) {
891 e_err(probe, "Unknown MAC Type\n");
892 return -EIO;
893 }
894
895 switch (hw->mac_type) {
896 default:
897 break;
898 case e1000_82541:
899 case e1000_82547:
900 case e1000_82541_rev_2:
901 case e1000_82547_rev_2:
902 hw->phy_init_script = 1;
903 break;
904 }
905
906 e1000_set_media_type(hw);
907 e1000_get_bus_info(hw);
908
909 hw->wait_autoneg_complete = false;
910 hw->tbi_compatibility_en = true;
911 hw->adaptive_ifs = true;
912
913 /* Copper options */
914
915 if (hw->media_type == e1000_media_type_copper) {
916 hw->mdix = AUTO_ALL_MODES;
917 hw->disable_polarity_correction = false;
918 hw->master_slave = E1000_MASTER_SLAVE;
919 }
920
921 return 0;
922}
923
924/**
Linus Torvalds1da177e2005-04-16 15:20:36 -0700925 * e1000_probe - Device Initialization Routine
926 * @pdev: PCI device information struct
927 * @ent: entry in e1000_pci_tbl
928 *
929 * Returns 0 on success, negative on failure
930 *
931 * e1000_probe initializes an adapter identified by a pci_dev structure.
932 * The OS initialization, configuring of the adapter private structure,
933 * and a hardware reset occur.
934 **/
Joe Perches1dc32912008-07-11 15:17:08 -0700935static int __devinit e1000_probe(struct pci_dev *pdev,
936 const struct pci_device_id *ent)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937{
938 struct net_device *netdev;
939 struct e1000_adapter *adapter;
Joe Perches1dc32912008-07-11 15:17:08 -0700940 struct e1000_hw *hw;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700941
Linus Torvalds1da177e2005-04-16 15:20:36 -0700942 static int cards_found = 0;
Jesse Brandeburg120cd572006-08-31 14:27:46 -0700943 static int global_quad_port_a = 0; /* global ksp3 port a indication */
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700944 int i, err, pci_using_dac;
Joe Perches406874a2008-04-03 10:06:32 -0700945 u16 eeprom_data = 0;
Dirk Brandewie5377a412011-01-06 14:29:54 +0000946 u16 tmp = 0;
Joe Perches406874a2008-04-03 10:06:32 -0700947 u16 eeprom_apme_mask = E1000_EEPROM_APME;
Taku Izumi81250292008-07-11 15:17:44 -0700948 int bars, need_ioport;
Joe Perches0795af52007-10-03 17:59:30 -0700949
Taku Izumi81250292008-07-11 15:17:44 -0700950 /* do not allocate ioport bars when not needed */
951 need_ioport = e1000_is_need_ioport(pdev);
952 if (need_ioport) {
953 bars = pci_select_bars(pdev, IORESOURCE_MEM | IORESOURCE_IO);
954 err = pci_enable_device(pdev);
955 } else {
956 bars = pci_select_bars(pdev, IORESOURCE_MEM);
Karsten Keil4d7155b2009-02-03 15:18:01 -0800957 err = pci_enable_device_mem(pdev);
Taku Izumi81250292008-07-11 15:17:44 -0700958 }
Joe Perchesc7be73b2008-07-11 15:17:28 -0700959 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700960 return err;
961
Taku Izumi81250292008-07-11 15:17:44 -0700962 err = pci_request_selected_regions(pdev, bars, e1000_driver_name);
Joe Perchesc7be73b2008-07-11 15:17:28 -0700963 if (err)
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700964 goto err_pci_reg;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700965
966 pci_set_master(pdev);
Nick Nunleydbb5aae2010-02-03 14:49:48 +0000967 err = pci_save_state(pdev);
968 if (err)
969 goto err_alloc_etherdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700970
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700971 err = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972 netdev = alloc_etherdev(sizeof(struct e1000_adapter));
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700973 if (!netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974 goto err_alloc_etherdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976 SET_NETDEV_DEV(netdev, &pdev->dev);
977
978 pci_set_drvdata(pdev, netdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -0700979 adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700980 adapter->netdev = netdev;
981 adapter->pdev = pdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982 adapter->msg_enable = (1 << debug) - 1;
Taku Izumi81250292008-07-11 15:17:44 -0700983 adapter->bars = bars;
984 adapter->need_ioport = need_ioport;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700985
Joe Perches1dc32912008-07-11 15:17:08 -0700986 hw = &adapter->hw;
987 hw->back = adapter;
988
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700989 err = -EIO;
Arjan van de Ven275f1652008-10-20 21:42:39 -0700990 hw->hw_addr = pci_ioremap_bar(pdev, BAR_0);
Joe Perches1dc32912008-07-11 15:17:08 -0700991 if (!hw->hw_addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700992 goto err_ioremap;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700993
Taku Izumi81250292008-07-11 15:17:44 -0700994 if (adapter->need_ioport) {
995 for (i = BAR_1; i <= BAR_5; i++) {
996 if (pci_resource_len(pdev, i) == 0)
997 continue;
998 if (pci_resource_flags(pdev, i) & IORESOURCE_IO) {
999 hw->io_base = pci_resource_start(pdev, i);
1000 break;
1001 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001002 }
1003 }
1004
Jesse Brandeburge508be12010-09-07 21:01:12 +00001005 /* make ready for any if (hw->...) below */
1006 err = e1000_init_hw_struct(adapter, hw);
1007 if (err)
1008 goto err_sw_init;
1009
1010 /*
1011 * there is a workaround being applied below that limits
1012 * 64-bit DMA addresses to 64-bit hardware. There are some
1013 * 32-bit adapters that Tx hang when given 64-bit DMA addresses
1014 */
1015 pci_using_dac = 0;
1016 if ((hw->bus_type == e1000_bus_type_pcix) &&
1017 !dma_set_mask(&pdev->dev, DMA_BIT_MASK(64))) {
1018 /*
1019 * according to DMA-API-HOWTO, coherent calls will always
1020 * succeed if the set call did
1021 */
1022 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64));
1023 pci_using_dac = 1;
Jesse Brandeburge508be12010-09-07 21:01:12 +00001024 } else {
Dean Nelson19a0b672010-11-11 05:50:25 +00001025 err = dma_set_mask(&pdev->dev, DMA_BIT_MASK(32));
1026 if (err) {
1027 pr_err("No usable DMA config, aborting\n");
1028 goto err_dma;
1029 }
1030 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32));
Jesse Brandeburge508be12010-09-07 21:01:12 +00001031 }
1032
Stephen Hemminger0e7614b2008-11-19 22:18:22 -08001033 netdev->netdev_ops = &e1000_netdev_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001034 e1000_set_ethtool_ops(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001035 netdev->watchdog_timeo = 5 * HZ;
Stephen Hemmingerbea33482007-10-03 16:41:36 -07001036 netif_napi_add(netdev, &adapter->napi, e1000_clean, 64);
Stephen Hemminger0e7614b2008-11-19 22:18:22 -08001037
Auke Kok0eb5a342006-09-27 12:53:17 -07001038 strncpy(netdev->name, pci_name(pdev), sizeof(netdev->name) - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001039
Linus Torvalds1da177e2005-04-16 15:20:36 -07001040 adapter->bd_number = cards_found;
1041
1042 /* setup the private structure */
1043
Joe Perchesc7be73b2008-07-11 15:17:28 -07001044 err = e1000_sw_init(adapter);
1045 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001046 goto err_sw_init;
1047
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001048 err = -EIO;
Dirk Brandewie5377a412011-01-06 14:29:54 +00001049 if (hw->mac_type == e1000_ce4100) {
Florian Fainelli13acde82012-01-04 20:23:35 +00001050 hw->ce4100_gbe_mdio_base_virt =
1051 ioremap(pci_resource_start(pdev, BAR_1),
Dirk Brandewie5377a412011-01-06 14:29:54 +00001052 pci_resource_len(pdev, BAR_1));
1053
Florian Fainelli13acde82012-01-04 20:23:35 +00001054 if (!hw->ce4100_gbe_mdio_base_virt)
Dirk Brandewie5377a412011-01-06 14:29:54 +00001055 goto err_mdio_ioremap;
1056 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001057
Joe Perches1dc32912008-07-11 15:17:08 -07001058 if (hw->mac_type >= e1000_82543) {
Michał Mirosławe97d3202011-06-08 08:36:42 +00001059 netdev->hw_features = NETIF_F_SG |
Jiri Pirko5622e402011-07-21 03:26:31 +00001060 NETIF_F_HW_CSUM |
1061 NETIF_F_HW_VLAN_RX;
Michał Mirosławe97d3202011-06-08 08:36:42 +00001062 netdev->features = NETIF_F_HW_VLAN_TX |
Linus Torvalds1da177e2005-04-16 15:20:36 -07001063 NETIF_F_HW_VLAN_FILTER;
1064 }
1065
Joe Perches1dc32912008-07-11 15:17:08 -07001066 if ((hw->mac_type >= e1000_82544) &&
1067 (hw->mac_type != e1000_82547))
Michał Mirosławe97d3202011-06-08 08:36:42 +00001068 netdev->hw_features |= NETIF_F_TSO;
1069
Ben Greear11a78dc2012-02-11 15:40:01 +00001070 netdev->priv_flags |= IFF_SUPP_NOFCS;
1071
Michał Mirosławe97d3202011-06-08 08:36:42 +00001072 netdev->features |= netdev->hw_features;
1073 netdev->hw_features |= NETIF_F_RXCSUM;
Ben Greearb0d15622012-02-11 15:40:11 +00001074 netdev->hw_features |= NETIF_F_RXFCS;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001075
Yi Zou7b872a52010-09-22 17:57:58 +00001076 if (pci_using_dac) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001077 netdev->features |= NETIF_F_HIGHDMA;
Yi Zou7b872a52010-09-22 17:57:58 +00001078 netdev->vlan_features |= NETIF_F_HIGHDMA;
1079 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001080
Patrick McHardy20501a62008-10-11 12:25:59 -07001081 netdev->vlan_features |= NETIF_F_TSO;
Patrick McHardy20501a62008-10-11 12:25:59 -07001082 netdev->vlan_features |= NETIF_F_HW_CSUM;
1083 netdev->vlan_features |= NETIF_F_SG;
1084
Jiri Pirko01789342011-08-16 06:29:00 +00001085 netdev->priv_flags |= IFF_UNICAST_FLT;
1086
Joe Perches1dc32912008-07-11 15:17:08 -07001087 adapter->en_mng_pt = e1000_enable_mng_pass_thru(hw);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001088
Auke Kokcd94dd02006-06-27 09:08:22 -07001089 /* initialize eeprom parameters */
Joe Perches1dc32912008-07-11 15:17:08 -07001090 if (e1000_init_eeprom_params(hw)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001091 e_err(probe, "EEPROM initialization failed\n");
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001092 goto err_eeprom;
Auke Kokcd94dd02006-06-27 09:08:22 -07001093 }
1094
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001095 /* before reading the EEPROM, reset the controller to
Linus Torvalds1da177e2005-04-16 15:20:36 -07001096 * put the device in a known good starting state */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001097
Joe Perches1dc32912008-07-11 15:17:08 -07001098 e1000_reset_hw(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001099
1100 /* make sure the EEPROM is good */
Joe Perches1dc32912008-07-11 15:17:08 -07001101 if (e1000_validate_eeprom_checksum(hw) < 0) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001102 e_err(probe, "The EEPROM Checksum Is Not Valid\n");
Auke Kok67b3c272007-12-17 13:50:23 -08001103 e1000_dump_eeprom(adapter);
1104 /*
1105 * set MAC address to all zeroes to invalidate and temporary
1106 * disable this device for the user. This blocks regular
1107 * traffic while still permitting ethtool ioctls from reaching
1108 * the hardware as well as allowing the user to run the
1109 * interface after manually setting a hw addr using
1110 * `ip set address`
1111 */
Joe Perches1dc32912008-07-11 15:17:08 -07001112 memset(hw->mac_addr, 0, netdev->addr_len);
Auke Kok67b3c272007-12-17 13:50:23 -08001113 } else {
1114 /* copy the MAC address out of the EEPROM */
Joe Perches1dc32912008-07-11 15:17:08 -07001115 if (e1000_read_mac_addr(hw))
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001116 e_err(probe, "EEPROM Read Error\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001117 }
Auke Kok67b3c272007-12-17 13:50:23 -08001118 /* don't block initalization here due to bad MAC address */
Joe Perches1dc32912008-07-11 15:17:08 -07001119 memcpy(netdev->dev_addr, hw->mac_addr, netdev->addr_len);
1120 memcpy(netdev->perm_addr, hw->mac_addr, netdev->addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001121
Auke Kok67b3c272007-12-17 13:50:23 -08001122 if (!is_valid_ether_addr(netdev->perm_addr))
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001123 e_err(probe, "Invalid MAC Address\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001124
Linus Torvalds1da177e2005-04-16 15:20:36 -07001125
Jesse Brandeburga4010af2011-10-05 07:24:41 +00001126 INIT_DELAYED_WORK(&adapter->watchdog_task, e1000_watchdog);
1127 INIT_DELAYED_WORK(&adapter->fifo_stall_task,
1128 e1000_82547_tx_fifo_stall_task);
1129 INIT_DELAYED_WORK(&adapter->phy_info_task, e1000_update_phy_info_task);
David Howells65f27f32006-11-22 14:55:48 +00001130 INIT_WORK(&adapter->reset_task, e1000_reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001131
Linus Torvalds1da177e2005-04-16 15:20:36 -07001132 e1000_check_options(adapter);
1133
1134 /* Initial Wake on LAN setting
1135 * If APM wake is enabled in the EEPROM,
1136 * enable the ACPI Magic Packet filter
1137 */
1138
Joe Perches1dc32912008-07-11 15:17:08 -07001139 switch (hw->mac_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001140 case e1000_82542_rev2_0:
1141 case e1000_82542_rev2_1:
1142 case e1000_82543:
1143 break;
1144 case e1000_82544:
Joe Perches1dc32912008-07-11 15:17:08 -07001145 e1000_read_eeprom(hw,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001146 EEPROM_INIT_CONTROL2_REG, 1, &eeprom_data);
1147 eeprom_apme_mask = E1000_EEPROM_82544_APM;
1148 break;
1149 case e1000_82546:
1150 case e1000_82546_rev_3:
Joe Perches1dc32912008-07-11 15:17:08 -07001151 if (er32(STATUS) & E1000_STATUS_FUNC_1){
1152 e1000_read_eeprom(hw,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001153 EEPROM_INIT_CONTROL3_PORT_B, 1, &eeprom_data);
1154 break;
1155 }
1156 /* Fall Through */
1157 default:
Joe Perches1dc32912008-07-11 15:17:08 -07001158 e1000_read_eeprom(hw,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001159 EEPROM_INIT_CONTROL3_PORT_A, 1, &eeprom_data);
1160 break;
1161 }
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001162 if (eeprom_data & eeprom_apme_mask)
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001163 adapter->eeprom_wol |= E1000_WUFC_MAG;
1164
1165 /* now that we have the eeprom settings, apply the special cases
1166 * where the eeprom may be wrong or the board simply won't support
1167 * wake on lan on a particular port */
1168 switch (pdev->device) {
1169 case E1000_DEV_ID_82546GB_PCIE:
1170 adapter->eeprom_wol = 0;
1171 break;
1172 case E1000_DEV_ID_82546EB_FIBER:
1173 case E1000_DEV_ID_82546GB_FIBER:
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001174 /* Wake events only supported on port A for dual fiber
1175 * regardless of eeprom setting */
Joe Perches1dc32912008-07-11 15:17:08 -07001176 if (er32(STATUS) & E1000_STATUS_FUNC_1)
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001177 adapter->eeprom_wol = 0;
1178 break;
1179 case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3:
1180 /* if quad port adapter, disable WoL on all but port A */
1181 if (global_quad_port_a != 0)
1182 adapter->eeprom_wol = 0;
1183 else
Rusty Russell3db1cd52011-12-19 13:56:45 +00001184 adapter->quad_port_a = true;
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001185 /* Reset for multiple quad port adapters */
1186 if (++global_quad_port_a == 4)
1187 global_quad_port_a = 0;
1188 break;
1189 }
1190
1191 /* initialize the wol settings based on the eeprom settings */
1192 adapter->wol = adapter->eeprom_wol;
\"Rafael J. Wysocki\de126482008-11-07 20:30:19 +00001193 device_set_wakeup_enable(&adapter->pdev->dev, adapter->wol);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001194
Dirk Brandewie5377a412011-01-06 14:29:54 +00001195 /* Auto detect PHY address */
1196 if (hw->mac_type == e1000_ce4100) {
1197 for (i = 0; i < 32; i++) {
1198 hw->phy_addr = i;
1199 e1000_read_phy_reg(hw, PHY_ID2, &tmp);
1200 if (tmp == 0 || tmp == 0xFF) {
1201 if (i == 31)
1202 goto err_eeprom;
1203 continue;
1204 } else
1205 break;
1206 }
1207 }
1208
Linus Torvalds1da177e2005-04-16 15:20:36 -07001209 /* reset the hardware with the new settings */
1210 e1000_reset(adapter);
1211
Auke Kok416b5d12007-06-01 10:22:39 -07001212 strcpy(netdev->name, "eth%d");
Joe Perchesc7be73b2008-07-11 15:17:28 -07001213 err = register_netdev(netdev);
1214 if (err)
Auke Kok416b5d12007-06-01 10:22:39 -07001215 goto err_register;
Auke Kok1314bbf2006-09-27 12:54:02 -07001216
Jiri Pirko5622e402011-07-21 03:26:31 +00001217 e1000_vlan_mode(netdev, netdev->features);
1218
Emil Tantilov675ad472010-04-27 14:02:58 +00001219 /* print bus type/speed/width info */
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001220 e_info(probe, "(PCI%s:%dMHz:%d-bit) %pM\n",
Joe Perches7837e582010-06-11 12:51:49 +00001221 ((hw->bus_type == e1000_bus_type_pcix) ? "-X" : ""),
1222 ((hw->bus_speed == e1000_bus_speed_133) ? 133 :
1223 (hw->bus_speed == e1000_bus_speed_120) ? 120 :
1224 (hw->bus_speed == e1000_bus_speed_100) ? 100 :
1225 (hw->bus_speed == e1000_bus_speed_66) ? 66 : 33),
1226 ((hw->bus_width == e1000_bus_width_64) ? 64 : 32),
1227 netdev->dev_addr);
Emil Tantilov675ad472010-04-27 14:02:58 +00001228
Jesse Brandeburgeb62efd2009-04-17 20:44:36 +00001229 /* carrier off reporting is important to ethtool even BEFORE open */
1230 netif_carrier_off(netdev);
1231
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001232 e_info(probe, "Intel(R) PRO/1000 Network Connection\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001233
1234 cards_found++;
1235 return 0;
1236
1237err_register:
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001238err_eeprom:
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001239 e1000_phy_hw_reset(hw);
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001240
Joe Perches1dc32912008-07-11 15:17:08 -07001241 if (hw->flash_address)
1242 iounmap(hw->flash_address);
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001243 kfree(adapter->tx_ring);
1244 kfree(adapter->rx_ring);
Jesse Brandeburge508be12010-09-07 21:01:12 +00001245err_dma:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001246err_sw_init:
Dirk Brandewie5377a412011-01-06 14:29:54 +00001247err_mdio_ioremap:
Florian Fainelli13acde82012-01-04 20:23:35 +00001248 iounmap(hw->ce4100_gbe_mdio_base_virt);
Joe Perches1dc32912008-07-11 15:17:08 -07001249 iounmap(hw->hw_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001250err_ioremap:
1251 free_netdev(netdev);
1252err_alloc_etherdev:
Taku Izumi81250292008-07-11 15:17:44 -07001253 pci_release_selected_regions(pdev, bars);
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001254err_pci_reg:
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001255 pci_disable_device(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001256 return err;
1257}
1258
1259/**
1260 * e1000_remove - Device Removal Routine
1261 * @pdev: PCI device information struct
1262 *
1263 * e1000_remove is called by the PCI subsystem to alert the driver
1264 * that it should release a PCI device. The could be caused by a
1265 * Hot-Plug event, or because the driver is going to be removed from
1266 * memory.
1267 **/
1268
Joe Perches64798842008-07-11 15:17:02 -07001269static void __devexit e1000_remove(struct pci_dev *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001270{
1271 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07001272 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07001273 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001274
Jesse Brandeburga4010af2011-10-05 07:24:41 +00001275 e1000_down_and_stop(adapter);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05001276 e1000_release_manageability(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001277
Stephen Hemmingerbea33482007-10-03 16:41:36 -07001278 unregister_netdev(netdev);
1279
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001280 e1000_phy_hw_reset(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001281
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001282 kfree(adapter->tx_ring);
1283 kfree(adapter->rx_ring);
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001284
Florian Fainelli1c267502012-01-04 20:23:34 +00001285 if (hw->mac_type == e1000_ce4100)
Florian Fainelli13acde82012-01-04 20:23:35 +00001286 iounmap(hw->ce4100_gbe_mdio_base_virt);
Joe Perches1dc32912008-07-11 15:17:08 -07001287 iounmap(hw->hw_addr);
1288 if (hw->flash_address)
1289 iounmap(hw->flash_address);
Taku Izumi81250292008-07-11 15:17:44 -07001290 pci_release_selected_regions(pdev, adapter->bars);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001291
1292 free_netdev(netdev);
1293
1294 pci_disable_device(pdev);
1295}
1296
1297/**
1298 * e1000_sw_init - Initialize general software structures (struct e1000_adapter)
1299 * @adapter: board private structure to initialize
1300 *
1301 * e1000_sw_init initializes the Adapter private data structure.
Jesse Brandeburge508be12010-09-07 21:01:12 +00001302 * e1000_init_hw_struct MUST be called before this function
Linus Torvalds1da177e2005-04-16 15:20:36 -07001303 **/
1304
Joe Perches64798842008-07-11 15:17:02 -07001305static int __devinit e1000_sw_init(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001306{
Auke Kokeb0f8052006-07-14 16:14:48 -07001307 adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001309 adapter->num_tx_queues = 1;
1310 adapter->num_rx_queues = 1;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001311
1312 if (e1000_alloc_queues(adapter)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001313 e_err(probe, "Unable to allocate memory for queues\n");
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001314 return -ENOMEM;
1315 }
1316
Herbert Xu47313052007-05-29 15:07:31 -07001317 /* Explicitly disable IRQ since the NIC can be in any state. */
Herbert Xu47313052007-05-29 15:07:31 -07001318 e1000_irq_disable(adapter);
1319
Linus Torvalds1da177e2005-04-16 15:20:36 -07001320 spin_lock_init(&adapter->stats_lock);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00001321 mutex_init(&adapter->mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322
Auke Kok1314bbf2006-09-27 12:54:02 -07001323 set_bit(__E1000_DOWN, &adapter->flags);
1324
Linus Torvalds1da177e2005-04-16 15:20:36 -07001325 return 0;
1326}
1327
1328/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001329 * e1000_alloc_queues - Allocate memory for all rings
1330 * @adapter: board private structure to initialize
1331 *
1332 * We allocate one ring per queue at run-time since we don't know the
Wang Chen3e1d7cd2008-12-03 22:07:10 -08001333 * number of queues at compile-time.
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001334 **/
1335
Joe Perches64798842008-07-11 15:17:02 -07001336static int __devinit e1000_alloc_queues(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001337{
Yan Burman1c7e5b12007-03-06 08:58:04 -08001338 adapter->tx_ring = kcalloc(adapter->num_tx_queues,
1339 sizeof(struct e1000_tx_ring), GFP_KERNEL);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001340 if (!adapter->tx_ring)
1341 return -ENOMEM;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001342
Yan Burman1c7e5b12007-03-06 08:58:04 -08001343 adapter->rx_ring = kcalloc(adapter->num_rx_queues,
1344 sizeof(struct e1000_rx_ring), GFP_KERNEL);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001345 if (!adapter->rx_ring) {
1346 kfree(adapter->tx_ring);
1347 return -ENOMEM;
1348 }
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001349
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001350 return E1000_SUCCESS;
1351}
1352
1353/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354 * e1000_open - Called when a network interface is made active
1355 * @netdev: network interface device structure
1356 *
1357 * Returns 0 on success, negative value on failure
1358 *
1359 * The open entry point is called when a network interface is made
1360 * active by the system (IFF_UP). At this point all resources needed
1361 * for transmit and receive operations are allocated, the interrupt
Jesse Brandeburga4010af2011-10-05 07:24:41 +00001362 * handler is registered with the OS, the watchdog task is started,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001363 * and the stack is notified that the interface is ready.
1364 **/
1365
Joe Perches64798842008-07-11 15:17:02 -07001366static int e1000_open(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001367{
Malli Chilakala60490fe2005-06-17 17:41:45 -07001368 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07001369 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001370 int err;
1371
Auke Kok2db10a02006-06-27 09:06:28 -07001372 /* disallow open during test */
Auke Kok1314bbf2006-09-27 12:54:02 -07001373 if (test_bit(__E1000_TESTING, &adapter->flags))
Auke Kok2db10a02006-06-27 09:06:28 -07001374 return -EBUSY;
1375
Jesse Brandeburgeb62efd2009-04-17 20:44:36 +00001376 netif_carrier_off(netdev);
1377
Linus Torvalds1da177e2005-04-16 15:20:36 -07001378 /* allocate transmit descriptors */
Auke Koke0aac5a2007-03-06 08:57:21 -08001379 err = e1000_setup_all_tx_resources(adapter);
1380 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001381 goto err_setup_tx;
1382
1383 /* allocate receive descriptors */
Auke Koke0aac5a2007-03-06 08:57:21 -08001384 err = e1000_setup_all_rx_resources(adapter);
Linus Torvaldsb5bf28c2007-02-21 11:21:44 -08001385 if (err)
Auke Koke0aac5a2007-03-06 08:57:21 -08001386 goto err_setup_rx;
Linus Torvaldsb5bf28c2007-02-21 11:21:44 -08001387
Auke Kok79f05bf2006-06-27 09:06:32 -07001388 e1000_power_up_phy(adapter);
1389
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001390 adapter->mng_vlan_id = E1000_MNG_VLAN_NONE;
Joe Perches1dc32912008-07-11 15:17:08 -07001391 if ((hw->mng_cookie.status &
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001392 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT)) {
1393 e1000_update_mng_vlan(adapter);
1394 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001395
Auke Koke0aac5a2007-03-06 08:57:21 -08001396 /* before we allocate an interrupt, we must be ready to handle it.
1397 * Setting DEBUG_SHIRQ in the kernel makes it fire an interrupt
1398 * as soon as we call pci_request_irq, so we have to setup our
1399 * clean_rx handler before we do so. */
1400 e1000_configure(adapter);
1401
1402 err = e1000_request_irq(adapter);
1403 if (err)
1404 goto err_req_irq;
1405
1406 /* From here on the code is the same as e1000_up() */
1407 clear_bit(__E1000_DOWN, &adapter->flags);
1408
Stephen Hemmingerbea33482007-10-03 16:41:36 -07001409 napi_enable(&adapter->napi);
Herbert Xu47313052007-05-29 15:07:31 -07001410
Auke Koke0aac5a2007-03-06 08:57:21 -08001411 e1000_irq_enable(adapter);
1412
Ben Hutchings076152d2008-07-18 17:50:57 -07001413 netif_start_queue(netdev);
1414
Auke Koke0aac5a2007-03-06 08:57:21 -08001415 /* fire a link status change interrupt to start the watchdog */
Joe Perches1dc32912008-07-11 15:17:08 -07001416 ew32(ICS, E1000_ICS_LSC);
Auke Koke0aac5a2007-03-06 08:57:21 -08001417
Linus Torvalds1da177e2005-04-16 15:20:36 -07001418 return E1000_SUCCESS;
1419
Linus Torvaldsb5bf28c2007-02-21 11:21:44 -08001420err_req_irq:
Auke Koke0aac5a2007-03-06 08:57:21 -08001421 e1000_power_down_phy(adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001422 e1000_free_all_rx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001423err_setup_rx:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001424 e1000_free_all_tx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425err_setup_tx:
1426 e1000_reset(adapter);
1427
1428 return err;
1429}
1430
1431/**
1432 * e1000_close - Disables a network interface
1433 * @netdev: network interface device structure
1434 *
1435 * Returns 0, this is not allowed to fail
1436 *
1437 * The close entry point is called when an interface is de-activated
1438 * by the OS. The hardware is still under the drivers control, but
1439 * needs to be disabled. A global MAC reset is issued to stop the
1440 * hardware, and all transmit and receive resources are freed.
1441 **/
1442
Joe Perches64798842008-07-11 15:17:02 -07001443static int e1000_close(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001444{
Malli Chilakala60490fe2005-06-17 17:41:45 -07001445 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07001446 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001447
Auke Kok2db10a02006-06-27 09:06:28 -07001448 WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449 e1000_down(adapter);
Auke Kok79f05bf2006-06-27 09:06:32 -07001450 e1000_power_down_phy(adapter);
Auke Kok2db10a02006-06-27 09:06:28 -07001451 e1000_free_irq(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001452
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001453 e1000_free_all_tx_resources(adapter);
1454 e1000_free_all_rx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001455
Bruce Allan46665602006-09-27 12:54:08 -07001456 /* kill manageability vlan ID if supported, but not if a vlan with
1457 * the same ID is registered on the host OS (let 8021q kill it) */
Joe Perches1dc32912008-07-11 15:17:08 -07001458 if ((hw->mng_cookie.status &
Bruce Allan46665602006-09-27 12:54:08 -07001459 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) &&
Jiri Pirko5622e402011-07-21 03:26:31 +00001460 !test_bit(adapter->mng_vlan_id, adapter->active_vlans)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001461 e1000_vlan_rx_kill_vid(netdev, adapter->mng_vlan_id);
1462 }
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001463
Linus Torvalds1da177e2005-04-16 15:20:36 -07001464 return 0;
1465}
1466
1467/**
1468 * e1000_check_64k_bound - check that memory doesn't cross 64kB boundary
1469 * @adapter: address of board private structure
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001470 * @start: address of beginning of memory
1471 * @len: length of memory
Linus Torvalds1da177e2005-04-16 15:20:36 -07001472 **/
Joe Perches64798842008-07-11 15:17:02 -07001473static bool e1000_check_64k_bound(struct e1000_adapter *adapter, void *start,
1474 unsigned long len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001475{
Joe Perches1dc32912008-07-11 15:17:08 -07001476 struct e1000_hw *hw = &adapter->hw;
Joe Perchese982f172008-07-11 15:17:18 -07001477 unsigned long begin = (unsigned long)start;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001478 unsigned long end = begin + len;
1479
Malli Chilakala26483452005-04-28 19:44:46 -07001480 /* First rev 82545 and 82546 need to not allow any memory
1481 * write location to cross 64k boundary due to errata 23 */
Joe Perches1dc32912008-07-11 15:17:08 -07001482 if (hw->mac_type == e1000_82545 ||
Dirk Brandewie5377a412011-01-06 14:29:54 +00001483 hw->mac_type == e1000_ce4100 ||
Joe Perches1dc32912008-07-11 15:17:08 -07001484 hw->mac_type == e1000_82546) {
Joe Perchesc3033b02008-03-21 11:06:25 -07001485 return ((begin ^ (end - 1)) >> 16) != 0 ? false : true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001486 }
1487
Joe Perchesc3033b02008-03-21 11:06:25 -07001488 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001489}
1490
1491/**
1492 * e1000_setup_tx_resources - allocate Tx resources (Descriptors)
1493 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001494 * @txdr: tx descriptor ring (for a specific queue) to setup
Linus Torvalds1da177e2005-04-16 15:20:36 -07001495 *
1496 * Return 0 on success, negative on failure
1497 **/
1498
Joe Perches64798842008-07-11 15:17:02 -07001499static int e1000_setup_tx_resources(struct e1000_adapter *adapter,
1500 struct e1000_tx_ring *txdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001501{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001502 struct pci_dev *pdev = adapter->pdev;
1503 int size;
1504
1505 size = sizeof(struct e1000_buffer) * txdr->count;
Eric Dumazet89bf67f2010-11-22 00:15:06 +00001506 txdr->buffer_info = vzalloc(size);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001507 if (!txdr->buffer_info) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001508 e_err(probe, "Unable to allocate memory for the Tx descriptor "
1509 "ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001510 return -ENOMEM;
1511 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001512
1513 /* round up to nearest 4K */
1514
1515 txdr->size = txdr->count * sizeof(struct e1000_tx_desc);
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -07001516 txdr->size = ALIGN(txdr->size, 4096);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001517
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001518 txdr->desc = dma_alloc_coherent(&pdev->dev, txdr->size, &txdr->dma,
1519 GFP_KERNEL);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001520 if (!txdr->desc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001521setup_tx_desc_die:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001522 vfree(txdr->buffer_info);
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001523 e_err(probe, "Unable to allocate memory for the Tx descriptor "
1524 "ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001525 return -ENOMEM;
1526 }
1527
Malli Chilakala26483452005-04-28 19:44:46 -07001528 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001529 if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) {
1530 void *olddesc = txdr->desc;
1531 dma_addr_t olddma = txdr->dma;
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001532 e_err(tx_err, "txdr align check failed: %u bytes at %p\n",
Emil Tantilov675ad472010-04-27 14:02:58 +00001533 txdr->size, txdr->desc);
Malli Chilakala26483452005-04-28 19:44:46 -07001534 /* Try again, without freeing the previous */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001535 txdr->desc = dma_alloc_coherent(&pdev->dev, txdr->size,
1536 &txdr->dma, GFP_KERNEL);
Malli Chilakala26483452005-04-28 19:44:46 -07001537 /* Failed allocation, critical failure */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001538 if (!txdr->desc) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001539 dma_free_coherent(&pdev->dev, txdr->size, olddesc,
1540 olddma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001541 goto setup_tx_desc_die;
1542 }
1543
1544 if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) {
1545 /* give up */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001546 dma_free_coherent(&pdev->dev, txdr->size, txdr->desc,
1547 txdr->dma);
1548 dma_free_coherent(&pdev->dev, txdr->size, olddesc,
1549 olddma);
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001550 e_err(probe, "Unable to allocate aligned memory "
Emil Tantilov675ad472010-04-27 14:02:58 +00001551 "for the transmit descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001552 vfree(txdr->buffer_info);
1553 return -ENOMEM;
1554 } else {
Malli Chilakala26483452005-04-28 19:44:46 -07001555 /* Free old allocation, new allocation was successful */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001556 dma_free_coherent(&pdev->dev, txdr->size, olddesc,
1557 olddma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001558 }
1559 }
1560 memset(txdr->desc, 0, txdr->size);
1561
1562 txdr->next_to_use = 0;
1563 txdr->next_to_clean = 0;
1564
1565 return 0;
1566}
1567
1568/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001569 * e1000_setup_all_tx_resources - wrapper to allocate Tx resources
1570 * (Descriptors) for all queues
1571 * @adapter: board private structure
1572 *
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001573 * Return 0 on success, negative on failure
1574 **/
1575
Joe Perches64798842008-07-11 15:17:02 -07001576int e1000_setup_all_tx_resources(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001577{
1578 int i, err = 0;
1579
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001580 for (i = 0; i < adapter->num_tx_queues; i++) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001581 err = e1000_setup_tx_resources(adapter, &adapter->tx_ring[i]);
1582 if (err) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001583 e_err(probe, "Allocation for Tx Queue %u failed\n", i);
Vasily Averin3fbbc722006-08-28 14:56:24 -07001584 for (i-- ; i >= 0; i--)
1585 e1000_free_tx_resources(adapter,
1586 &adapter->tx_ring[i]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001587 break;
1588 }
1589 }
1590
1591 return err;
1592}
1593
1594/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001595 * e1000_configure_tx - Configure 8254x Transmit Unit after Reset
1596 * @adapter: board private structure
1597 *
1598 * Configure the Tx unit of the MAC after a reset.
1599 **/
1600
Joe Perches64798842008-07-11 15:17:02 -07001601static void e1000_configure_tx(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001602{
Joe Perches406874a2008-04-03 10:06:32 -07001603 u64 tdba;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001604 struct e1000_hw *hw = &adapter->hw;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001605 u32 tdlen, tctl, tipg;
Joe Perches406874a2008-04-03 10:06:32 -07001606 u32 ipgr1, ipgr2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001607
1608 /* Setup the HW Tx Head and Tail descriptor pointers */
1609
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001610 switch (adapter->num_tx_queues) {
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001611 case 1:
1612 default:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001613 tdba = adapter->tx_ring[0].dma;
1614 tdlen = adapter->tx_ring[0].count *
1615 sizeof(struct e1000_tx_desc);
Joe Perches1dc32912008-07-11 15:17:08 -07001616 ew32(TDLEN, tdlen);
1617 ew32(TDBAH, (tdba >> 32));
1618 ew32(TDBAL, (tdba & 0x00000000ffffffffULL));
1619 ew32(TDT, 0);
1620 ew32(TDH, 0);
Auke Kok6a951692006-09-11 14:00:21 -07001621 adapter->tx_ring[0].tdh = ((hw->mac_type >= e1000_82543) ? E1000_TDH : E1000_82542_TDH);
1622 adapter->tx_ring[0].tdt = ((hw->mac_type >= e1000_82543) ? E1000_TDT : E1000_82542_TDT);
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001623 break;
1624 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001625
1626 /* Set the default values for the Tx Inter Packet Gap timer */
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001627 if ((hw->media_type == e1000_media_type_fiber ||
Jesse Brandeburgd89b6c62006-12-15 10:38:32 +01001628 hw->media_type == e1000_media_type_internal_serdes))
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001629 tipg = DEFAULT_82543_TIPG_IPGT_FIBER;
1630 else
1631 tipg = DEFAULT_82543_TIPG_IPGT_COPPER;
1632
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001633 switch (hw->mac_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001634 case e1000_82542_rev2_0:
1635 case e1000_82542_rev2_1:
1636 tipg = DEFAULT_82542_TIPG_IPGT;
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001637 ipgr1 = DEFAULT_82542_TIPG_IPGR1;
1638 ipgr2 = DEFAULT_82542_TIPG_IPGR2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001639 break;
1640 default:
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001641 ipgr1 = DEFAULT_82543_TIPG_IPGR1;
1642 ipgr2 = DEFAULT_82543_TIPG_IPGR2;
1643 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001644 }
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001645 tipg |= ipgr1 << E1000_TIPG_IPGR1_SHIFT;
1646 tipg |= ipgr2 << E1000_TIPG_IPGR2_SHIFT;
Joe Perches1dc32912008-07-11 15:17:08 -07001647 ew32(TIPG, tipg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001648
1649 /* Set the Tx Interrupt Delay register */
1650
Joe Perches1dc32912008-07-11 15:17:08 -07001651 ew32(TIDV, adapter->tx_int_delay);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001652 if (hw->mac_type >= e1000_82540)
Joe Perches1dc32912008-07-11 15:17:08 -07001653 ew32(TADV, adapter->tx_abs_int_delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001654
1655 /* Program the Transmit Control Register */
1656
Joe Perches1dc32912008-07-11 15:17:08 -07001657 tctl = er32(TCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001658 tctl &= ~E1000_TCTL_CT;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08001659 tctl |= E1000_TCTL_PSP | E1000_TCTL_RTLC |
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660 (E1000_COLLISION_THRESHOLD << E1000_CT_SHIFT);
1661
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001662 e1000_config_collision_dist(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001663
1664 /* Setup Transmit Descriptor Settings for eop descriptor */
Jesse Brandeburg6a042da2006-11-01 08:48:04 -08001665 adapter->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS;
1666
1667 /* only set IDE if we are delaying interrupts using the timers */
1668 if (adapter->tx_int_delay)
1669 adapter->txd_cmd |= E1000_TXD_CMD_IDE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001670
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001671 if (hw->mac_type < e1000_82543)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672 adapter->txd_cmd |= E1000_TXD_CMD_RPS;
1673 else
1674 adapter->txd_cmd |= E1000_TXD_CMD_RS;
1675
1676 /* Cache if we're 82544 running in PCI-X because we'll
1677 * need this to apply a workaround later in the send path. */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001678 if (hw->mac_type == e1000_82544 &&
1679 hw->bus_type == e1000_bus_type_pcix)
Rusty Russell3db1cd52011-12-19 13:56:45 +00001680 adapter->pcix_82544 = true;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08001681
Joe Perches1dc32912008-07-11 15:17:08 -07001682 ew32(TCTL, tctl);
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08001683
Linus Torvalds1da177e2005-04-16 15:20:36 -07001684}
1685
1686/**
1687 * e1000_setup_rx_resources - allocate Rx resources (Descriptors)
1688 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001689 * @rxdr: rx descriptor ring (for a specific queue) to setup
Linus Torvalds1da177e2005-04-16 15:20:36 -07001690 *
1691 * Returns 0 on success, negative on failure
1692 **/
1693
Joe Perches64798842008-07-11 15:17:02 -07001694static int e1000_setup_rx_resources(struct e1000_adapter *adapter,
1695 struct e1000_rx_ring *rxdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001696{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001697 struct pci_dev *pdev = adapter->pdev;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001698 int size, desc_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699
1700 size = sizeof(struct e1000_buffer) * rxdr->count;
Eric Dumazet89bf67f2010-11-22 00:15:06 +00001701 rxdr->buffer_info = vzalloc(size);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001702 if (!rxdr->buffer_info) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001703 e_err(probe, "Unable to allocate memory for the Rx descriptor "
1704 "ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001705 return -ENOMEM;
1706 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001708 desc_len = sizeof(struct e1000_rx_desc);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001709
Linus Torvalds1da177e2005-04-16 15:20:36 -07001710 /* Round up to nearest 4K */
1711
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001712 rxdr->size = rxdr->count * desc_len;
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -07001713 rxdr->size = ALIGN(rxdr->size, 4096);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001714
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001715 rxdr->desc = dma_alloc_coherent(&pdev->dev, rxdr->size, &rxdr->dma,
1716 GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001717
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001718 if (!rxdr->desc) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001719 e_err(probe, "Unable to allocate memory for the Rx descriptor "
1720 "ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001721setup_rx_desc_die:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001722 vfree(rxdr->buffer_info);
1723 return -ENOMEM;
1724 }
1725
Malli Chilakala26483452005-04-28 19:44:46 -07001726 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001727 if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) {
1728 void *olddesc = rxdr->desc;
1729 dma_addr_t olddma = rxdr->dma;
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001730 e_err(rx_err, "rxdr align check failed: %u bytes at %p\n",
Emil Tantilov675ad472010-04-27 14:02:58 +00001731 rxdr->size, rxdr->desc);
Malli Chilakala26483452005-04-28 19:44:46 -07001732 /* Try again, without freeing the previous */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001733 rxdr->desc = dma_alloc_coherent(&pdev->dev, rxdr->size,
1734 &rxdr->dma, GFP_KERNEL);
Malli Chilakala26483452005-04-28 19:44:46 -07001735 /* Failed allocation, critical failure */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001736 if (!rxdr->desc) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001737 dma_free_coherent(&pdev->dev, rxdr->size, olddesc,
1738 olddma);
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001739 e_err(probe, "Unable to allocate memory for the Rx "
1740 "descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001741 goto setup_rx_desc_die;
1742 }
1743
1744 if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) {
1745 /* give up */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001746 dma_free_coherent(&pdev->dev, rxdr->size, rxdr->desc,
1747 rxdr->dma);
1748 dma_free_coherent(&pdev->dev, rxdr->size, olddesc,
1749 olddma);
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001750 e_err(probe, "Unable to allocate aligned memory for "
1751 "the Rx descriptor ring\n");
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001752 goto setup_rx_desc_die;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001753 } else {
Malli Chilakala26483452005-04-28 19:44:46 -07001754 /* Free old allocation, new allocation was successful */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001755 dma_free_coherent(&pdev->dev, rxdr->size, olddesc,
1756 olddma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001757 }
1758 }
1759 memset(rxdr->desc, 0, rxdr->size);
1760
1761 rxdr->next_to_clean = 0;
1762 rxdr->next_to_use = 0;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00001763 rxdr->rx_skb_top = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001764
1765 return 0;
1766}
1767
1768/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001769 * e1000_setup_all_rx_resources - wrapper to allocate Rx resources
1770 * (Descriptors) for all queues
1771 * @adapter: board private structure
1772 *
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001773 * Return 0 on success, negative on failure
1774 **/
1775
Joe Perches64798842008-07-11 15:17:02 -07001776int e1000_setup_all_rx_resources(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001777{
1778 int i, err = 0;
1779
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001780 for (i = 0; i < adapter->num_rx_queues; i++) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001781 err = e1000_setup_rx_resources(adapter, &adapter->rx_ring[i]);
1782 if (err) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001783 e_err(probe, "Allocation for Rx Queue %u failed\n", i);
Vasily Averin3fbbc722006-08-28 14:56:24 -07001784 for (i-- ; i >= 0; i--)
1785 e1000_free_rx_resources(adapter,
1786 &adapter->rx_ring[i]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001787 break;
1788 }
1789 }
1790
1791 return err;
1792}
1793
1794/**
Malli Chilakala26483452005-04-28 19:44:46 -07001795 * e1000_setup_rctl - configure the receive control registers
Linus Torvalds1da177e2005-04-16 15:20:36 -07001796 * @adapter: Board private structure
1797 **/
Joe Perches64798842008-07-11 15:17:02 -07001798static void e1000_setup_rctl(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001799{
Joe Perches1dc32912008-07-11 15:17:08 -07001800 struct e1000_hw *hw = &adapter->hw;
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07001801 u32 rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001802
Joe Perches1dc32912008-07-11 15:17:08 -07001803 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804
1805 rctl &= ~(3 << E1000_RCTL_MO_SHIFT);
1806
Dean Nelsond5bc77a2011-09-16 16:52:54 +00001807 rctl |= E1000_RCTL_BAM | E1000_RCTL_LBM_NO |
1808 E1000_RCTL_RDMTS_HALF |
Joe Perches1dc32912008-07-11 15:17:08 -07001809 (hw->mc_filter_type << E1000_RCTL_MO_SHIFT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001810
Joe Perches1dc32912008-07-11 15:17:08 -07001811 if (hw->tbi_compatibility_on == 1)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812 rctl |= E1000_RCTL_SBP;
1813 else
1814 rctl &= ~E1000_RCTL_SBP;
1815
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001816 if (adapter->netdev->mtu <= ETH_DATA_LEN)
1817 rctl &= ~E1000_RCTL_LPE;
1818 else
1819 rctl |= E1000_RCTL_LPE;
1820
Linus Torvalds1da177e2005-04-16 15:20:36 -07001821 /* Setup buffer sizes */
Auke Kok9e2feac2006-04-14 19:05:18 -07001822 rctl &= ~E1000_RCTL_SZ_4096;
1823 rctl |= E1000_RCTL_BSEX;
1824 switch (adapter->rx_buffer_len) {
Jeff Kirshera1415ee2006-02-28 20:24:07 -08001825 case E1000_RXBUFFER_2048:
1826 default:
1827 rctl |= E1000_RCTL_SZ_2048;
1828 rctl &= ~E1000_RCTL_BSEX;
1829 break;
1830 case E1000_RXBUFFER_4096:
1831 rctl |= E1000_RCTL_SZ_4096;
1832 break;
1833 case E1000_RXBUFFER_8192:
1834 rctl |= E1000_RCTL_SZ_8192;
1835 break;
1836 case E1000_RXBUFFER_16384:
1837 rctl |= E1000_RCTL_SZ_16384;
1838 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001839 }
1840
Joe Perches1dc32912008-07-11 15:17:08 -07001841 ew32(RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001842}
1843
1844/**
1845 * e1000_configure_rx - Configure 8254x Receive Unit after Reset
1846 * @adapter: board private structure
1847 *
1848 * Configure the Rx unit of the MAC after a reset.
1849 **/
1850
Joe Perches64798842008-07-11 15:17:02 -07001851static void e1000_configure_rx(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001852{
Joe Perches406874a2008-04-03 10:06:32 -07001853 u64 rdba;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001854 struct e1000_hw *hw = &adapter->hw;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001855 u32 rdlen, rctl, rxcsum;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001856
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00001857 if (adapter->netdev->mtu > ETH_DATA_LEN) {
1858 rdlen = adapter->rx_ring[0].count *
1859 sizeof(struct e1000_rx_desc);
1860 adapter->clean_rx = e1000_clean_jumbo_rx_irq;
1861 adapter->alloc_rx_buf = e1000_alloc_jumbo_rx_buffers;
1862 } else {
1863 rdlen = adapter->rx_ring[0].count *
1864 sizeof(struct e1000_rx_desc);
1865 adapter->clean_rx = e1000_clean_rx_irq;
1866 adapter->alloc_rx_buf = e1000_alloc_rx_buffers;
1867 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001868
1869 /* disable receives while setting up the descriptors */
Joe Perches1dc32912008-07-11 15:17:08 -07001870 rctl = er32(RCTL);
1871 ew32(RCTL, rctl & ~E1000_RCTL_EN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001872
1873 /* set the Receive Delay Timer Register */
Joe Perches1dc32912008-07-11 15:17:08 -07001874 ew32(RDTR, adapter->rx_int_delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001876 if (hw->mac_type >= e1000_82540) {
Joe Perches1dc32912008-07-11 15:17:08 -07001877 ew32(RADV, adapter->rx_abs_int_delay);
Jesse Brandeburg835bb122006-11-01 08:48:13 -08001878 if (adapter->itr_setting != 0)
Joe Perches1dc32912008-07-11 15:17:08 -07001879 ew32(ITR, 1000000000 / (adapter->itr * 256));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001880 }
1881
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001882 /* Setup the HW Rx Head and Tail Descriptor Pointers and
1883 * the Base and Length of the Rx Descriptor Ring */
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001884 switch (adapter->num_rx_queues) {
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001885 case 1:
1886 default:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001887 rdba = adapter->rx_ring[0].dma;
Joe Perches1dc32912008-07-11 15:17:08 -07001888 ew32(RDLEN, rdlen);
1889 ew32(RDBAH, (rdba >> 32));
1890 ew32(RDBAL, (rdba & 0x00000000ffffffffULL));
1891 ew32(RDT, 0);
1892 ew32(RDH, 0);
Auke Kok6a951692006-09-11 14:00:21 -07001893 adapter->rx_ring[0].rdh = ((hw->mac_type >= e1000_82543) ? E1000_RDH : E1000_82542_RDH);
1894 adapter->rx_ring[0].rdt = ((hw->mac_type >= e1000_82543) ? E1000_RDT : E1000_82542_RDT);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001895 break;
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001896 }
1897
Linus Torvalds1da177e2005-04-16 15:20:36 -07001898 /* Enable 82543 Receive Checksum Offload for TCP and UDP */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001899 if (hw->mac_type >= e1000_82543) {
Joe Perches1dc32912008-07-11 15:17:08 -07001900 rxcsum = er32(RXCSUM);
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07001901 if (adapter->rx_csum)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001902 rxcsum |= E1000_RXCSUM_TUOFL;
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07001903 else
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001904 /* don't need to clear IPPCSE as it defaults to 0 */
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07001905 rxcsum &= ~E1000_RXCSUM_TUOFL;
Joe Perches1dc32912008-07-11 15:17:08 -07001906 ew32(RXCSUM, rxcsum);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001907 }
1908
1909 /* Enable Receives */
Dean Nelsond5bc77a2011-09-16 16:52:54 +00001910 ew32(RCTL, rctl | E1000_RCTL_EN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001911}
1912
1913/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001914 * e1000_free_tx_resources - Free Tx Resources per Queue
1915 * @adapter: board private structure
1916 * @tx_ring: Tx descriptor ring for a specific queue
1917 *
1918 * Free all transmit software resources
1919 **/
1920
Joe Perches64798842008-07-11 15:17:02 -07001921static void e1000_free_tx_resources(struct e1000_adapter *adapter,
1922 struct e1000_tx_ring *tx_ring)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001923{
1924 struct pci_dev *pdev = adapter->pdev;
1925
1926 e1000_clean_tx_ring(adapter, tx_ring);
1927
1928 vfree(tx_ring->buffer_info);
1929 tx_ring->buffer_info = NULL;
1930
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001931 dma_free_coherent(&pdev->dev, tx_ring->size, tx_ring->desc,
1932 tx_ring->dma);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001933
1934 tx_ring->desc = NULL;
1935}
1936
1937/**
1938 * e1000_free_all_tx_resources - Free Tx Resources for All Queues
Linus Torvalds1da177e2005-04-16 15:20:36 -07001939 * @adapter: board private structure
1940 *
1941 * Free all transmit software resources
1942 **/
1943
Joe Perches64798842008-07-11 15:17:02 -07001944void e1000_free_all_tx_resources(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001945{
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001946 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001948 for (i = 0; i < adapter->num_tx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001949 e1000_free_tx_resources(adapter, &adapter->tx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001950}
1951
Joe Perches64798842008-07-11 15:17:02 -07001952static void e1000_unmap_and_free_tx_resource(struct e1000_adapter *adapter,
1953 struct e1000_buffer *buffer_info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001954{
Alexander Duyck602c0552009-12-02 16:46:00 +00001955 if (buffer_info->dma) {
1956 if (buffer_info->mapped_as_page)
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001957 dma_unmap_page(&adapter->pdev->dev, buffer_info->dma,
1958 buffer_info->length, DMA_TO_DEVICE);
Alexander Duyck602c0552009-12-02 16:46:00 +00001959 else
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001960 dma_unmap_single(&adapter->pdev->dev, buffer_info->dma,
Alexander Duyck602c0552009-12-02 16:46:00 +00001961 buffer_info->length,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001962 DMA_TO_DEVICE);
Alexander Duyck602c0552009-12-02 16:46:00 +00001963 buffer_info->dma = 0;
1964 }
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08001965 if (buffer_info->skb) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001966 dev_kfree_skb_any(buffer_info->skb);
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08001967 buffer_info->skb = NULL;
1968 }
Alexander Duyck37e73df2009-03-25 21:58:45 +00001969 buffer_info->time_stamp = 0;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08001970 /* buffer_info must be completely set up in the transmit path */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001971}
1972
1973/**
1974 * e1000_clean_tx_ring - Free Tx Buffers
1975 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001976 * @tx_ring: ring to be cleaned
Linus Torvalds1da177e2005-04-16 15:20:36 -07001977 **/
1978
Joe Perches64798842008-07-11 15:17:02 -07001979static void e1000_clean_tx_ring(struct e1000_adapter *adapter,
1980 struct e1000_tx_ring *tx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001981{
Joe Perches1dc32912008-07-11 15:17:08 -07001982 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001983 struct e1000_buffer *buffer_info;
1984 unsigned long size;
1985 unsigned int i;
1986
1987 /* Free all the Tx ring sk_buffs */
1988
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001989 for (i = 0; i < tx_ring->count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001990 buffer_info = &tx_ring->buffer_info[i];
1991 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
1992 }
1993
1994 size = sizeof(struct e1000_buffer) * tx_ring->count;
1995 memset(tx_ring->buffer_info, 0, size);
1996
1997 /* Zero out the descriptor ring */
1998
1999 memset(tx_ring->desc, 0, tx_ring->size);
2000
2001 tx_ring->next_to_use = 0;
2002 tx_ring->next_to_clean = 0;
Rusty Russell3db1cd52011-12-19 13:56:45 +00002003 tx_ring->last_tx_tso = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002004
Joe Perches1dc32912008-07-11 15:17:08 -07002005 writel(0, hw->hw_addr + tx_ring->tdh);
2006 writel(0, hw->hw_addr + tx_ring->tdt);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002007}
2008
2009/**
2010 * e1000_clean_all_tx_rings - Free Tx Buffers for all queues
2011 * @adapter: board private structure
2012 **/
2013
Joe Perches64798842008-07-11 15:17:02 -07002014static void e1000_clean_all_tx_rings(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002015{
2016 int i;
2017
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002018 for (i = 0; i < adapter->num_tx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002019 e1000_clean_tx_ring(adapter, &adapter->tx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002020}
2021
2022/**
2023 * e1000_free_rx_resources - Free Rx Resources
2024 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002025 * @rx_ring: ring to clean the resources from
Linus Torvalds1da177e2005-04-16 15:20:36 -07002026 *
2027 * Free all receive software resources
2028 **/
2029
Joe Perches64798842008-07-11 15:17:02 -07002030static void e1000_free_rx_resources(struct e1000_adapter *adapter,
2031 struct e1000_rx_ring *rx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002032{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002033 struct pci_dev *pdev = adapter->pdev;
2034
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002035 e1000_clean_rx_ring(adapter, rx_ring);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002036
2037 vfree(rx_ring->buffer_info);
2038 rx_ring->buffer_info = NULL;
2039
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002040 dma_free_coherent(&pdev->dev, rx_ring->size, rx_ring->desc,
2041 rx_ring->dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002042
2043 rx_ring->desc = NULL;
2044}
2045
2046/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002047 * e1000_free_all_rx_resources - Free Rx Resources for All Queues
Linus Torvalds1da177e2005-04-16 15:20:36 -07002048 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002049 *
2050 * Free all receive software resources
2051 **/
2052
Joe Perches64798842008-07-11 15:17:02 -07002053void e1000_free_all_rx_resources(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002054{
2055 int i;
2056
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002057 for (i = 0; i < adapter->num_rx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002058 e1000_free_rx_resources(adapter, &adapter->rx_ring[i]);
2059}
2060
2061/**
2062 * e1000_clean_rx_ring - Free Rx Buffers per Queue
2063 * @adapter: board private structure
2064 * @rx_ring: ring to free buffers from
Linus Torvalds1da177e2005-04-16 15:20:36 -07002065 **/
2066
Joe Perches64798842008-07-11 15:17:02 -07002067static void e1000_clean_rx_ring(struct e1000_adapter *adapter,
2068 struct e1000_rx_ring *rx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002069{
Joe Perches1dc32912008-07-11 15:17:08 -07002070 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071 struct e1000_buffer *buffer_info;
2072 struct pci_dev *pdev = adapter->pdev;
2073 unsigned long size;
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07002074 unsigned int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002075
2076 /* Free all the Rx ring sk_buffs */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002077 for (i = 0; i < rx_ring->count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002078 buffer_info = &rx_ring->buffer_info[i];
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002079 if (buffer_info->dma &&
2080 adapter->clean_rx == e1000_clean_rx_irq) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002081 dma_unmap_single(&pdev->dev, buffer_info->dma,
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002082 buffer_info->length,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002083 DMA_FROM_DEVICE);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002084 } else if (buffer_info->dma &&
2085 adapter->clean_rx == e1000_clean_jumbo_rx_irq) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002086 dma_unmap_page(&pdev->dev, buffer_info->dma,
2087 buffer_info->length,
2088 DMA_FROM_DEVICE);
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00002089 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002090
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00002091 buffer_info->dma = 0;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002092 if (buffer_info->page) {
2093 put_page(buffer_info->page);
2094 buffer_info->page = NULL;
2095 }
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00002096 if (buffer_info->skb) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002097 dev_kfree_skb(buffer_info->skb);
2098 buffer_info->skb = NULL;
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08002099 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002100 }
2101
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002102 /* there also may be some cached data from a chained receive */
2103 if (rx_ring->rx_skb_top) {
2104 dev_kfree_skb(rx_ring->rx_skb_top);
2105 rx_ring->rx_skb_top = NULL;
2106 }
2107
Linus Torvalds1da177e2005-04-16 15:20:36 -07002108 size = sizeof(struct e1000_buffer) * rx_ring->count;
2109 memset(rx_ring->buffer_info, 0, size);
2110
2111 /* Zero out the descriptor ring */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002112 memset(rx_ring->desc, 0, rx_ring->size);
2113
2114 rx_ring->next_to_clean = 0;
2115 rx_ring->next_to_use = 0;
2116
Joe Perches1dc32912008-07-11 15:17:08 -07002117 writel(0, hw->hw_addr + rx_ring->rdh);
2118 writel(0, hw->hw_addr + rx_ring->rdt);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002119}
2120
2121/**
2122 * e1000_clean_all_rx_rings - Free Rx Buffers for all queues
2123 * @adapter: board private structure
2124 **/
2125
Joe Perches64798842008-07-11 15:17:02 -07002126static void e1000_clean_all_rx_rings(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002127{
2128 int i;
2129
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002130 for (i = 0; i < adapter->num_rx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002131 e1000_clean_rx_ring(adapter, &adapter->rx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002132}
2133
2134/* The 82542 2.0 (revision 2) needs to have the receive unit in reset
2135 * and memory write and invalidate disabled for certain operations
2136 */
Joe Perches64798842008-07-11 15:17:02 -07002137static void e1000_enter_82542_rst(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002138{
Joe Perches1dc32912008-07-11 15:17:08 -07002139 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140 struct net_device *netdev = adapter->netdev;
Joe Perches406874a2008-04-03 10:06:32 -07002141 u32 rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002142
Joe Perches1dc32912008-07-11 15:17:08 -07002143 e1000_pci_clear_mwi(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144
Joe Perches1dc32912008-07-11 15:17:08 -07002145 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146 rctl |= E1000_RCTL_RST;
Joe Perches1dc32912008-07-11 15:17:08 -07002147 ew32(RCTL, rctl);
2148 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002149 mdelay(5);
2150
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002151 if (netif_running(netdev))
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002152 e1000_clean_all_rx_rings(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002153}
2154
Joe Perches64798842008-07-11 15:17:02 -07002155static void e1000_leave_82542_rst(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002156{
Joe Perches1dc32912008-07-11 15:17:08 -07002157 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158 struct net_device *netdev = adapter->netdev;
Joe Perches406874a2008-04-03 10:06:32 -07002159 u32 rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160
Joe Perches1dc32912008-07-11 15:17:08 -07002161 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162 rctl &= ~E1000_RCTL_RST;
Joe Perches1dc32912008-07-11 15:17:08 -07002163 ew32(RCTL, rctl);
2164 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002165 mdelay(5);
2166
Joe Perches1dc32912008-07-11 15:17:08 -07002167 if (hw->pci_cmd_word & PCI_COMMAND_INVALIDATE)
2168 e1000_pci_set_mwi(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002169
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002170 if (netif_running(netdev)) {
Jeff Kirsher72d64a42006-01-12 16:51:19 -08002171 /* No need to loop, because 82542 supports only 1 queue */
2172 struct e1000_rx_ring *ring = &adapter->rx_ring[0];
Jesse Brandeburg7c4d3362006-01-18 13:01:45 -08002173 e1000_configure_rx(adapter);
Jeff Kirsher72d64a42006-01-12 16:51:19 -08002174 adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002175 }
2176}
2177
2178/**
2179 * e1000_set_mac - Change the Ethernet Address of the NIC
2180 * @netdev: network interface device structure
2181 * @p: pointer to an address structure
2182 *
2183 * Returns 0 on success, negative on failure
2184 **/
2185
Joe Perches64798842008-07-11 15:17:02 -07002186static int e1000_set_mac(struct net_device *netdev, void *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002187{
Malli Chilakala60490fe2005-06-17 17:41:45 -07002188 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07002189 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002190 struct sockaddr *addr = p;
2191
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002192 if (!is_valid_ether_addr(addr->sa_data))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002193 return -EADDRNOTAVAIL;
2194
2195 /* 82542 2.0 needs to be in reset to write receive address registers */
2196
Joe Perches1dc32912008-07-11 15:17:08 -07002197 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002198 e1000_enter_82542_rst(adapter);
2199
2200 memcpy(netdev->dev_addr, addr->sa_data, netdev->addr_len);
Joe Perches1dc32912008-07-11 15:17:08 -07002201 memcpy(hw->mac_addr, addr->sa_data, netdev->addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002202
Joe Perches1dc32912008-07-11 15:17:08 -07002203 e1000_rar_set(hw, hw->mac_addr, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204
Joe Perches1dc32912008-07-11 15:17:08 -07002205 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206 e1000_leave_82542_rst(adapter);
2207
2208 return 0;
2209}
2210
2211/**
Patrick McHardydb0ce502007-11-13 20:54:59 -08002212 * e1000_set_rx_mode - Secondary Unicast, Multicast and Promiscuous mode set
Linus Torvalds1da177e2005-04-16 15:20:36 -07002213 * @netdev: network interface device structure
2214 *
Patrick McHardydb0ce502007-11-13 20:54:59 -08002215 * The set_rx_mode entry point is called whenever the unicast or multicast
2216 * address lists or the network interface flags are updated. This routine is
2217 * responsible for configuring the hardware for proper unicast, multicast,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002218 * promiscuous mode, and all-multi behavior.
2219 **/
2220
Joe Perches64798842008-07-11 15:17:02 -07002221static void e1000_set_rx_mode(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002222{
Malli Chilakala60490fe2005-06-17 17:41:45 -07002223 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224 struct e1000_hw *hw = &adapter->hw;
Jiri Pirkoccffad252009-05-22 23:22:17 +00002225 struct netdev_hw_addr *ha;
2226 bool use_uc = false;
Joe Perches406874a2008-04-03 10:06:32 -07002227 u32 rctl;
2228 u32 hash_value;
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002229 int i, rar_entries = E1000_RAR_ENTRIES;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002230 int mta_reg_count = E1000_NUM_MTA_REGISTERS;
Jesse Brandeburg81c52282009-04-04 16:36:53 -07002231 u32 *mcarray = kcalloc(mta_reg_count, sizeof(u32), GFP_ATOMIC);
2232
2233 if (!mcarray) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07002234 e_err(probe, "memory allocation failed\n");
Jesse Brandeburg81c52282009-04-04 16:36:53 -07002235 return;
2236 }
Auke Kokcd94dd02006-06-27 09:08:22 -07002237
Malli Chilakala26483452005-04-28 19:44:46 -07002238 /* Check for Promiscuous and All Multicast modes */
2239
Joe Perches1dc32912008-07-11 15:17:08 -07002240 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002241
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002242 if (netdev->flags & IFF_PROMISC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243 rctl |= (E1000_RCTL_UPE | E1000_RCTL_MPE);
Patrick McHardy746b9f02008-07-16 20:15:45 -07002244 rctl &= ~E1000_RCTL_VFE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245 } else {
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002246 if (netdev->flags & IFF_ALLMULTI)
Patrick McHardy746b9f02008-07-16 20:15:45 -07002247 rctl |= E1000_RCTL_MPE;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002248 else
Patrick McHardy746b9f02008-07-16 20:15:45 -07002249 rctl &= ~E1000_RCTL_MPE;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002250 /* Enable VLAN filter if there is a VLAN */
Jiri Pirko5622e402011-07-21 03:26:31 +00002251 if (e1000_vlan_used(adapter))
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002252 rctl |= E1000_RCTL_VFE;
Patrick McHardydb0ce502007-11-13 20:54:59 -08002253 }
2254
Jiri Pirko32e7bfc2010-01-25 13:36:10 -08002255 if (netdev_uc_count(netdev) > rar_entries - 1) {
Patrick McHardydb0ce502007-11-13 20:54:59 -08002256 rctl |= E1000_RCTL_UPE;
2257 } else if (!(netdev->flags & IFF_PROMISC)) {
2258 rctl &= ~E1000_RCTL_UPE;
Jiri Pirkoccffad252009-05-22 23:22:17 +00002259 use_uc = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002260 }
2261
Joe Perches1dc32912008-07-11 15:17:08 -07002262 ew32(RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002263
2264 /* 82542 2.0 needs to be in reset to write receive address registers */
2265
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002266 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002267 e1000_enter_82542_rst(adapter);
2268
Patrick McHardydb0ce502007-11-13 20:54:59 -08002269 /* load the first 14 addresses into the exact filters 1-14. Unicast
2270 * addresses take precedence to avoid disabling unicast filtering
2271 * when possible.
2272 *
Uwe Kleine-Königb5950762010-11-01 15:38:34 -04002273 * RAR 0 is used for the station MAC address
Linus Torvalds1da177e2005-04-16 15:20:36 -07002274 * if there are not 14 addresses, go ahead and clear the filters
2275 */
Jiri Pirkoccffad252009-05-22 23:22:17 +00002276 i = 1;
2277 if (use_uc)
Jiri Pirko32e7bfc2010-01-25 13:36:10 -08002278 netdev_for_each_uc_addr(ha, netdev) {
Jiri Pirkoccffad252009-05-22 23:22:17 +00002279 if (i == rar_entries)
2280 break;
2281 e1000_rar_set(hw, ha->addr, i++);
2282 }
2283
Jiri Pirko22bedad32010-04-01 21:22:57 +00002284 netdev_for_each_mc_addr(ha, netdev) {
Jiri Pirko7a81e9f2010-02-22 09:10:44 +00002285 if (i == rar_entries) {
2286 /* load any remaining addresses into the hash table */
2287 u32 hash_reg, hash_bit, mta;
Jiri Pirko22bedad32010-04-01 21:22:57 +00002288 hash_value = e1000_hash_mc_addr(hw, ha->addr);
Jiri Pirko7a81e9f2010-02-22 09:10:44 +00002289 hash_reg = (hash_value >> 5) & 0x7F;
2290 hash_bit = hash_value & 0x1F;
2291 mta = (1 << hash_bit);
2292 mcarray[hash_reg] |= mta;
Jiri Pirko10886af2010-02-23 01:19:22 -08002293 } else {
Jiri Pirko22bedad32010-04-01 21:22:57 +00002294 e1000_rar_set(hw, ha->addr, i++);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002295 }
2296 }
2297
Jiri Pirko7a81e9f2010-02-22 09:10:44 +00002298 for (; i < rar_entries; i++) {
2299 E1000_WRITE_REG_ARRAY(hw, RA, i << 1, 0);
2300 E1000_WRITE_FLUSH();
2301 E1000_WRITE_REG_ARRAY(hw, RA, (i << 1) + 1, 0);
2302 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002303 }
2304
Jesse Brandeburg81c52282009-04-04 16:36:53 -07002305 /* write the hash table completely, write from bottom to avoid
2306 * both stupid write combining chipsets, and flushing each write */
2307 for (i = mta_reg_count - 1; i >= 0 ; i--) {
2308 /*
2309 * If we are on an 82544 has an errata where writing odd
2310 * offsets overwrites the previous even offset, but writing
2311 * backwards over the range solves the issue by always
2312 * writing the odd offset first
2313 */
2314 E1000_WRITE_REG_ARRAY(hw, MTA, i, mcarray[i]);
2315 }
2316 E1000_WRITE_FLUSH();
2317
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002318 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002319 e1000_leave_82542_rst(adapter);
Jesse Brandeburg81c52282009-04-04 16:36:53 -07002320
2321 kfree(mcarray);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002322}
2323
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002324/**
2325 * e1000_update_phy_info_task - get phy info
2326 * @work: work struct contained inside adapter struct
2327 *
2328 * Need to wait a few seconds after link up to get diagnostic information from
2329 * the phy
2330 */
Jesse Brandeburg5cf42fc2010-09-22 18:22:17 +00002331static void e1000_update_phy_info_task(struct work_struct *work)
2332{
2333 struct e1000_adapter *adapter = container_of(work,
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002334 struct e1000_adapter,
2335 phy_info_task.work);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002336 if (test_bit(__E1000_DOWN, &adapter->flags))
2337 return;
2338 mutex_lock(&adapter->mutex);
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002339 e1000_phy_get_info(&adapter->hw, &adapter->phy_info);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002340 mutex_unlock(&adapter->mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002341}
2342
2343/**
Jesse Brandeburg5cf42fc2010-09-22 18:22:17 +00002344 * e1000_82547_tx_fifo_stall_task - task to complete work
2345 * @work: work struct contained inside adapter struct
2346 **/
2347static void e1000_82547_tx_fifo_stall_task(struct work_struct *work)
2348{
2349 struct e1000_adapter *adapter = container_of(work,
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002350 struct e1000_adapter,
2351 fifo_stall_task.work);
Joe Perches1dc32912008-07-11 15:17:08 -07002352 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002353 struct net_device *netdev = adapter->netdev;
Joe Perches406874a2008-04-03 10:06:32 -07002354 u32 tctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002356 if (test_bit(__E1000_DOWN, &adapter->flags))
2357 return;
2358 mutex_lock(&adapter->mutex);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002359 if (atomic_read(&adapter->tx_fifo_stall)) {
Joe Perches1dc32912008-07-11 15:17:08 -07002360 if ((er32(TDT) == er32(TDH)) &&
2361 (er32(TDFT) == er32(TDFH)) &&
2362 (er32(TDFTS) == er32(TDFHS))) {
2363 tctl = er32(TCTL);
2364 ew32(TCTL, tctl & ~E1000_TCTL_EN);
2365 ew32(TDFT, adapter->tx_head_addr);
2366 ew32(TDFH, adapter->tx_head_addr);
2367 ew32(TDFTS, adapter->tx_head_addr);
2368 ew32(TDFHS, adapter->tx_head_addr);
2369 ew32(TCTL, tctl);
2370 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002371
2372 adapter->tx_fifo_head = 0;
2373 atomic_set(&adapter->tx_fifo_stall, 0);
2374 netif_wake_queue(netdev);
Jesse Brandeburgbaa34742009-09-25 12:17:23 +00002375 } else if (!test_bit(__E1000_DOWN, &adapter->flags)) {
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002376 schedule_delayed_work(&adapter->fifo_stall_task, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002377 }
2378 }
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002379 mutex_unlock(&adapter->mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002380}
2381
Nick Nunleyb5481922010-02-03 14:49:28 +00002382bool e1000_has_link(struct e1000_adapter *adapter)
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002383{
2384 struct e1000_hw *hw = &adapter->hw;
2385 bool link_active = false;
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002386
Nicolas Schichan6d9e5132011-07-09 00:24:18 +00002387 /* get_link_status is set on LSC (link status) interrupt or rx
2388 * sequence error interrupt (except on intel ce4100).
2389 * get_link_status will stay false until the
2390 * e1000_check_for_link establishes link for copper adapters
2391 * ONLY
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002392 */
2393 switch (hw->media_type) {
2394 case e1000_media_type_copper:
Nicolas Schichan6d9e5132011-07-09 00:24:18 +00002395 if (hw->mac_type == e1000_ce4100)
2396 hw->get_link_status = 1;
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002397 if (hw->get_link_status) {
Jesse Brandeburg120a5d02009-09-25 15:19:46 -07002398 e1000_check_for_link(hw);
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002399 link_active = !hw->get_link_status;
2400 } else {
2401 link_active = true;
2402 }
2403 break;
2404 case e1000_media_type_fiber:
Jesse Brandeburg120a5d02009-09-25 15:19:46 -07002405 e1000_check_for_link(hw);
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002406 link_active = !!(er32(STATUS) & E1000_STATUS_LU);
2407 break;
2408 case e1000_media_type_internal_serdes:
Jesse Brandeburg120a5d02009-09-25 15:19:46 -07002409 e1000_check_for_link(hw);
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002410 link_active = hw->serdes_has_link;
2411 break;
2412 default:
2413 break;
2414 }
2415
2416 return link_active;
2417}
2418
Linus Torvalds1da177e2005-04-16 15:20:36 -07002419/**
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002420 * e1000_watchdog - work function
2421 * @work: work struct contained inside adapter struct
Linus Torvalds1da177e2005-04-16 15:20:36 -07002422 **/
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002423static void e1000_watchdog(struct work_struct *work)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002424{
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002425 struct e1000_adapter *adapter = container_of(work,
2426 struct e1000_adapter,
2427 watchdog_task.work);
Joe Perches1dc32912008-07-11 15:17:08 -07002428 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002429 struct net_device *netdev = adapter->netdev;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002430 struct e1000_tx_ring *txdr = adapter->tx_ring;
Joe Perches406874a2008-04-03 10:06:32 -07002431 u32 link, tctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002432
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002433 if (test_bit(__E1000_DOWN, &adapter->flags))
2434 return;
2435
2436 mutex_lock(&adapter->mutex);
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002437 link = e1000_has_link(adapter);
2438 if ((netif_carrier_ok(netdev)) && link)
2439 goto link_up;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002440
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002441 if (link) {
2442 if (!netif_carrier_ok(netdev)) {
Joe Perches406874a2008-04-03 10:06:32 -07002443 u32 ctrl;
Joe Perchesc3033b02008-03-21 11:06:25 -07002444 bool txb2b = true;
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002445 /* update snapshot of PHY registers on LSC */
Joe Perches1dc32912008-07-11 15:17:08 -07002446 e1000_get_speed_and_duplex(hw,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002447 &adapter->link_speed,
2448 &adapter->link_duplex);
2449
Joe Perches1dc32912008-07-11 15:17:08 -07002450 ctrl = er32(CTRL);
Emil Tantilov675ad472010-04-27 14:02:58 +00002451 pr_info("%s NIC Link is Up %d Mbps %s, "
2452 "Flow Control: %s\n",
2453 netdev->name,
2454 adapter->link_speed,
2455 adapter->link_duplex == FULL_DUPLEX ?
2456 "Full Duplex" : "Half Duplex",
2457 ((ctrl & E1000_CTRL_TFCE) && (ctrl &
2458 E1000_CTRL_RFCE)) ? "RX/TX" : ((ctrl &
2459 E1000_CTRL_RFCE) ? "RX" : ((ctrl &
2460 E1000_CTRL_TFCE) ? "TX" : "None")));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002461
Emil Tantilov39ca5f02010-03-26 11:25:58 +00002462 /* adjust timeout factor according to speed/duplex */
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002463 adapter->tx_timeout_factor = 1;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002464 switch (adapter->link_speed) {
2465 case SPEED_10:
Joe Perchesc3033b02008-03-21 11:06:25 -07002466 txb2b = false;
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002467 adapter->tx_timeout_factor = 16;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002468 break;
2469 case SPEED_100:
Joe Perchesc3033b02008-03-21 11:06:25 -07002470 txb2b = false;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002471 /* maybe add some timeout factor ? */
2472 break;
2473 }
2474
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002475 /* enable transmits in the hardware */
Joe Perches1dc32912008-07-11 15:17:08 -07002476 tctl = er32(TCTL);
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002477 tctl |= E1000_TCTL_EN;
Joe Perches1dc32912008-07-11 15:17:08 -07002478 ew32(TCTL, tctl);
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002479
Linus Torvalds1da177e2005-04-16 15:20:36 -07002480 netif_carrier_on(netdev);
Jesse Brandeburgbaa34742009-09-25 12:17:23 +00002481 if (!test_bit(__E1000_DOWN, &adapter->flags))
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002482 schedule_delayed_work(&adapter->phy_info_task,
2483 2 * HZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002484 adapter->smartspeed = 0;
2485 }
2486 } else {
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002487 if (netif_carrier_ok(netdev)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002488 adapter->link_speed = 0;
2489 adapter->link_duplex = 0;
Emil Tantilov675ad472010-04-27 14:02:58 +00002490 pr_info("%s NIC Link is Down\n",
2491 netdev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002492 netif_carrier_off(netdev);
Jesse Brandeburgbaa34742009-09-25 12:17:23 +00002493
2494 if (!test_bit(__E1000_DOWN, &adapter->flags))
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002495 schedule_delayed_work(&adapter->phy_info_task,
2496 2 * HZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002497 }
2498
2499 e1000_smartspeed(adapter);
2500 }
2501
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002502link_up:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002503 e1000_update_stats(adapter);
2504
Joe Perches1dc32912008-07-11 15:17:08 -07002505 hw->tx_packet_delta = adapter->stats.tpt - adapter->tpt_old;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002506 adapter->tpt_old = adapter->stats.tpt;
Joe Perches1dc32912008-07-11 15:17:08 -07002507 hw->collision_delta = adapter->stats.colc - adapter->colc_old;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002508 adapter->colc_old = adapter->stats.colc;
2509
2510 adapter->gorcl = adapter->stats.gorcl - adapter->gorcl_old;
2511 adapter->gorcl_old = adapter->stats.gorcl;
2512 adapter->gotcl = adapter->stats.gotcl - adapter->gotcl_old;
2513 adapter->gotcl_old = adapter->stats.gotcl;
2514
Joe Perches1dc32912008-07-11 15:17:08 -07002515 e1000_update_adaptive(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002516
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002517 if (!netif_carrier_ok(netdev)) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002518 if (E1000_DESC_UNUSED(txdr) + 1 < txdr->count) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002519 /* We've lost link, so the controller stops DMA,
2520 * but we've got queued Tx work that's never going
2521 * to get done, so reset controller to flush Tx.
2522 * (Do the reset outside of interrupt context). */
Jeff Kirsher87041632006-03-02 18:21:24 -08002523 adapter->tx_timeout_count++;
2524 schedule_work(&adapter->reset_task);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002525 /* exit immediately since reset is imminent */
2526 goto unlock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002527 }
2528 }
2529
Jesse Brandeburgeab2abf2010-05-04 22:26:03 +00002530 /* Simple mode for Interrupt Throttle Rate (ITR) */
2531 if (hw->mac_type >= e1000_82540 && adapter->itr_setting == 4) {
2532 /*
2533 * Symmetric Tx/Rx gets a reduced ITR=2000;
2534 * Total asymmetrical Tx or Rx gets ITR=8000;
2535 * everyone else is between 2000-8000.
2536 */
2537 u32 goc = (adapter->gotcl + adapter->gorcl) / 10000;
2538 u32 dif = (adapter->gotcl > adapter->gorcl ?
2539 adapter->gotcl - adapter->gorcl :
2540 adapter->gorcl - adapter->gotcl) / 10000;
2541 u32 itr = goc > 0 ? (dif * 6000 / goc + 2000) : 8000;
2542
2543 ew32(ITR, 1000000000 / (itr * 256));
2544 }
2545
Linus Torvalds1da177e2005-04-16 15:20:36 -07002546 /* Cause software interrupt to ensure rx ring is cleaned */
Joe Perches1dc32912008-07-11 15:17:08 -07002547 ew32(ICS, E1000_ICS_RXDMT0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548
Malli Chilakala26483452005-04-28 19:44:46 -07002549 /* Force detection of hung controller every watchdog period */
Joe Perchesc3033b02008-03-21 11:06:25 -07002550 adapter->detect_tx_hung = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002551
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002552 /* Reschedule the task */
Jesse Brandeburgbaa34742009-09-25 12:17:23 +00002553 if (!test_bit(__E1000_DOWN, &adapter->flags))
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002554 schedule_delayed_work(&adapter->watchdog_task, 2 * HZ);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002555
2556unlock:
2557 mutex_unlock(&adapter->mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002558}
2559
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002560enum latency_range {
2561 lowest_latency = 0,
2562 low_latency = 1,
2563 bulk_latency = 2,
2564 latency_invalid = 255
2565};
2566
2567/**
2568 * e1000_update_itr - update the dynamic ITR value based on statistics
Jesse Brandeburg8fce4732009-09-25 12:18:41 +00002569 * @adapter: pointer to adapter
2570 * @itr_setting: current adapter->itr
2571 * @packets: the number of packets during this measurement interval
2572 * @bytes: the number of bytes during this measurement interval
2573 *
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002574 * Stores a new ITR value based on packets and byte
2575 * counts during the last interrupt. The advantage of per interrupt
2576 * computation is faster updates and more accurate ITR for the current
2577 * traffic pattern. Constants in this function were computed
2578 * based on theoretical maximum wire speed and thresholds were set based
2579 * on testing data as well as attempting to minimize response time
2580 * while increasing bulk throughput.
2581 * this functionality is controlled by the InterruptThrottleRate module
2582 * parameter (see e1000_param.c)
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002583 **/
2584static unsigned int e1000_update_itr(struct e1000_adapter *adapter,
Joe Perches64798842008-07-11 15:17:02 -07002585 u16 itr_setting, int packets, int bytes)
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002586{
2587 unsigned int retval = itr_setting;
2588 struct e1000_hw *hw = &adapter->hw;
2589
2590 if (unlikely(hw->mac_type < e1000_82540))
2591 goto update_itr_done;
2592
2593 if (packets == 0)
2594 goto update_itr_done;
2595
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002596 switch (itr_setting) {
2597 case lowest_latency:
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002598 /* jumbo frames get bulk treatment*/
2599 if (bytes/packets > 8000)
2600 retval = bulk_latency;
2601 else if ((packets < 5) && (bytes > 512))
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002602 retval = low_latency;
2603 break;
2604 case low_latency: /* 50 usec aka 20000 ints/s */
2605 if (bytes > 10000) {
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002606 /* jumbo frames need bulk latency setting */
2607 if (bytes/packets > 8000)
2608 retval = bulk_latency;
2609 else if ((packets < 10) || ((bytes/packets) > 1200))
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002610 retval = bulk_latency;
2611 else if ((packets > 35))
2612 retval = lowest_latency;
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002613 } else if (bytes/packets > 2000)
2614 retval = bulk_latency;
2615 else if (packets <= 2 && bytes < 512)
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002616 retval = lowest_latency;
2617 break;
2618 case bulk_latency: /* 250 usec aka 4000 ints/s */
2619 if (bytes > 25000) {
2620 if (packets > 35)
2621 retval = low_latency;
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002622 } else if (bytes < 6000) {
2623 retval = low_latency;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002624 }
2625 break;
2626 }
2627
2628update_itr_done:
2629 return retval;
2630}
2631
2632static void e1000_set_itr(struct e1000_adapter *adapter)
2633{
2634 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07002635 u16 current_itr;
2636 u32 new_itr = adapter->itr;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002637
2638 if (unlikely(hw->mac_type < e1000_82540))
2639 return;
2640
2641 /* for non-gigabit speeds, just fix the interrupt rate at 4000 */
2642 if (unlikely(adapter->link_speed != SPEED_1000)) {
2643 current_itr = 0;
2644 new_itr = 4000;
2645 goto set_itr_now;
2646 }
2647
2648 adapter->tx_itr = e1000_update_itr(adapter,
2649 adapter->tx_itr,
2650 adapter->total_tx_packets,
2651 adapter->total_tx_bytes);
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002652 /* conservative mode (itr 3) eliminates the lowest_latency setting */
2653 if (adapter->itr_setting == 3 && adapter->tx_itr == lowest_latency)
2654 adapter->tx_itr = low_latency;
2655
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002656 adapter->rx_itr = e1000_update_itr(adapter,
2657 adapter->rx_itr,
2658 adapter->total_rx_packets,
2659 adapter->total_rx_bytes);
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002660 /* conservative mode (itr 3) eliminates the lowest_latency setting */
2661 if (adapter->itr_setting == 3 && adapter->rx_itr == lowest_latency)
2662 adapter->rx_itr = low_latency;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002663
2664 current_itr = max(adapter->rx_itr, adapter->tx_itr);
2665
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002666 switch (current_itr) {
2667 /* counts and packets in update_itr are dependent on these numbers */
2668 case lowest_latency:
2669 new_itr = 70000;
2670 break;
2671 case low_latency:
2672 new_itr = 20000; /* aka hwitr = ~200 */
2673 break;
2674 case bulk_latency:
2675 new_itr = 4000;
2676 break;
2677 default:
2678 break;
2679 }
2680
2681set_itr_now:
2682 if (new_itr != adapter->itr) {
2683 /* this attempts to bias the interrupt rate towards Bulk
2684 * by adding intermediate steps when interrupt rate is
2685 * increasing */
2686 new_itr = new_itr > adapter->itr ?
2687 min(adapter->itr + (new_itr >> 2), new_itr) :
2688 new_itr;
2689 adapter->itr = new_itr;
Joe Perches1dc32912008-07-11 15:17:08 -07002690 ew32(ITR, 1000000000 / (new_itr * 256));
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002691 }
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002692}
2693
Linus Torvalds1da177e2005-04-16 15:20:36 -07002694#define E1000_TX_FLAGS_CSUM 0x00000001
2695#define E1000_TX_FLAGS_VLAN 0x00000002
2696#define E1000_TX_FLAGS_TSO 0x00000004
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002697#define E1000_TX_FLAGS_IPV4 0x00000008
Ben Greear11a78dc2012-02-11 15:40:01 +00002698#define E1000_TX_FLAGS_NO_FCS 0x00000010
Linus Torvalds1da177e2005-04-16 15:20:36 -07002699#define E1000_TX_FLAGS_VLAN_MASK 0xffff0000
2700#define E1000_TX_FLAGS_VLAN_SHIFT 16
2701
Joe Perches64798842008-07-11 15:17:02 -07002702static int e1000_tso(struct e1000_adapter *adapter,
2703 struct e1000_tx_ring *tx_ring, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002704{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002705 struct e1000_context_desc *context_desc;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002706 struct e1000_buffer *buffer_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707 unsigned int i;
Joe Perches406874a2008-04-03 10:06:32 -07002708 u32 cmd_length = 0;
2709 u16 ipcse = 0, tucse, mss;
2710 u8 ipcss, ipcso, tucss, tucso, hdr_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002711 int err;
2712
Herbert Xu89114af2006-07-08 13:34:32 -07002713 if (skb_is_gso(skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002714 if (skb_header_cloned(skb)) {
2715 err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
2716 if (err)
2717 return err;
2718 }
2719
Arnaldo Carvalho de Meloab6a5bb2007-03-18 17:43:48 -07002720 hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb);
Herbert Xu79671682006-06-22 02:40:14 -07002721 mss = skb_shinfo(skb)->gso_size;
Alexey Dobriyan60828232006-05-23 14:52:21 -07002722 if (skb->protocol == htons(ETH_P_IP)) {
Arnaldo Carvalho de Meloeddc9ec2007-04-20 22:47:35 -07002723 struct iphdr *iph = ip_hdr(skb);
2724 iph->tot_len = 0;
2725 iph->check = 0;
Arnaldo Carvalho de Meloaa8223c2007-04-10 21:04:22 -07002726 tcp_hdr(skb)->check = ~csum_tcpudp_magic(iph->saddr,
2727 iph->daddr, 0,
2728 IPPROTO_TCP,
2729 0);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002730 cmd_length = E1000_TXD_CMD_IP;
Arnaldo Carvalho de Meloea2ae172007-04-25 17:55:53 -07002731 ipcse = skb_transport_offset(skb) - 1;
Auke Koke15fdd02006-08-16 11:28:45 -07002732 } else if (skb->protocol == htons(ETH_P_IPV6)) {
Arnaldo Carvalho de Melo0660e032007-04-25 17:54:47 -07002733 ipv6_hdr(skb)->payload_len = 0;
Arnaldo Carvalho de Meloaa8223c2007-04-10 21:04:22 -07002734 tcp_hdr(skb)->check =
Arnaldo Carvalho de Melo0660e032007-04-25 17:54:47 -07002735 ~csum_ipv6_magic(&ipv6_hdr(skb)->saddr,
2736 &ipv6_hdr(skb)->daddr,
2737 0, IPPROTO_TCP, 0);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002738 ipcse = 0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002739 }
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -03002740 ipcss = skb_network_offset(skb);
Arnaldo Carvalho de Meloeddc9ec2007-04-20 22:47:35 -07002741 ipcso = (void *)&(ip_hdr(skb)->check) - (void *)skb->data;
Arnaldo Carvalho de Meloea2ae172007-04-25 17:55:53 -07002742 tucss = skb_transport_offset(skb);
Arnaldo Carvalho de Meloaa8223c2007-04-10 21:04:22 -07002743 tucso = (void *)&(tcp_hdr(skb)->check) - (void *)skb->data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002744 tucse = 0;
2745
2746 cmd_length |= (E1000_TXD_CMD_DEXT | E1000_TXD_CMD_TSE |
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002747 E1000_TXD_CMD_TCP | (skb->len - (hdr_len)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002748
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002749 i = tx_ring->next_to_use;
2750 context_desc = E1000_CONTEXT_DESC(*tx_ring, i);
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002751 buffer_info = &tx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002752
2753 context_desc->lower_setup.ip_fields.ipcss = ipcss;
2754 context_desc->lower_setup.ip_fields.ipcso = ipcso;
2755 context_desc->lower_setup.ip_fields.ipcse = cpu_to_le16(ipcse);
2756 context_desc->upper_setup.tcp_fields.tucss = tucss;
2757 context_desc->upper_setup.tcp_fields.tucso = tucso;
2758 context_desc->upper_setup.tcp_fields.tucse = cpu_to_le16(tucse);
2759 context_desc->tcp_seg_setup.fields.mss = cpu_to_le16(mss);
2760 context_desc->tcp_seg_setup.fields.hdr_len = hdr_len;
2761 context_desc->cmd_and_length = cpu_to_le32(cmd_length);
2762
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002763 buffer_info->time_stamp = jiffies;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002764 buffer_info->next_to_watch = i;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002765
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002766 if (++i == tx_ring->count) i = 0;
2767 tx_ring->next_to_use = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002768
Joe Perchesc3033b02008-03-21 11:06:25 -07002769 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002770 }
Joe Perchesc3033b02008-03-21 11:06:25 -07002771 return false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772}
2773
Joe Perches64798842008-07-11 15:17:02 -07002774static bool e1000_tx_csum(struct e1000_adapter *adapter,
2775 struct e1000_tx_ring *tx_ring, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002776{
2777 struct e1000_context_desc *context_desc;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002778 struct e1000_buffer *buffer_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002779 unsigned int i;
Joe Perches406874a2008-04-03 10:06:32 -07002780 u8 css;
Dave Graham3ed30672008-10-09 14:29:26 -07002781 u32 cmd_len = E1000_TXD_CMD_DEXT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002782
Dave Graham3ed30672008-10-09 14:29:26 -07002783 if (skb->ip_summed != CHECKSUM_PARTIAL)
2784 return false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002785
Dave Graham3ed30672008-10-09 14:29:26 -07002786 switch (skb->protocol) {
Harvey Harrison09640e62009-02-01 00:45:17 -08002787 case cpu_to_be16(ETH_P_IP):
Dave Graham3ed30672008-10-09 14:29:26 -07002788 if (ip_hdr(skb)->protocol == IPPROTO_TCP)
2789 cmd_len |= E1000_TXD_CMD_TCP;
2790 break;
Harvey Harrison09640e62009-02-01 00:45:17 -08002791 case cpu_to_be16(ETH_P_IPV6):
Dave Graham3ed30672008-10-09 14:29:26 -07002792 /* XXX not handling all IPV6 headers */
2793 if (ipv6_hdr(skb)->nexthdr == IPPROTO_TCP)
2794 cmd_len |= E1000_TXD_CMD_TCP;
2795 break;
2796 default:
2797 if (unlikely(net_ratelimit()))
Emil Tantilovfeb8f472010-07-26 23:37:21 -07002798 e_warn(drv, "checksum_partial proto=%x!\n",
2799 skb->protocol);
Dave Graham3ed30672008-10-09 14:29:26 -07002800 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002801 }
2802
Michał Mirosław0d0b1672010-12-14 15:24:08 +00002803 css = skb_checksum_start_offset(skb);
Dave Graham3ed30672008-10-09 14:29:26 -07002804
2805 i = tx_ring->next_to_use;
2806 buffer_info = &tx_ring->buffer_info[i];
2807 context_desc = E1000_CONTEXT_DESC(*tx_ring, i);
2808
2809 context_desc->lower_setup.ip_config = 0;
2810 context_desc->upper_setup.tcp_fields.tucss = css;
2811 context_desc->upper_setup.tcp_fields.tucso =
2812 css + skb->csum_offset;
2813 context_desc->upper_setup.tcp_fields.tucse = 0;
2814 context_desc->tcp_seg_setup.data = 0;
2815 context_desc->cmd_and_length = cpu_to_le32(cmd_len);
2816
2817 buffer_info->time_stamp = jiffies;
2818 buffer_info->next_to_watch = i;
2819
2820 if (unlikely(++i == tx_ring->count)) i = 0;
2821 tx_ring->next_to_use = i;
2822
2823 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002824}
2825
2826#define E1000_MAX_TXD_PWR 12
2827#define E1000_MAX_DATA_PER_TXD (1<<E1000_MAX_TXD_PWR)
2828
Joe Perches64798842008-07-11 15:17:02 -07002829static int e1000_tx_map(struct e1000_adapter *adapter,
2830 struct e1000_tx_ring *tx_ring,
2831 struct sk_buff *skb, unsigned int first,
2832 unsigned int max_per_txd, unsigned int nr_frags,
2833 unsigned int mss)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002834{
Joe Perches1dc32912008-07-11 15:17:08 -07002835 struct e1000_hw *hw = &adapter->hw;
Alexander Duyck602c0552009-12-02 16:46:00 +00002836 struct pci_dev *pdev = adapter->pdev;
Alexander Duyck37e73df2009-03-25 21:58:45 +00002837 struct e1000_buffer *buffer_info;
Jesse Brandeburgd20b6062009-03-02 16:03:21 -08002838 unsigned int len = skb_headlen(skb);
Alexander Duyck602c0552009-12-02 16:46:00 +00002839 unsigned int offset = 0, size, count = 0, i;
Dean Nelson31c15a22011-08-25 14:39:24 +00002840 unsigned int f, bytecount, segs;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002841
2842 i = tx_ring->next_to_use;
2843
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002844 while (len) {
Alexander Duyck37e73df2009-03-25 21:58:45 +00002845 buffer_info = &tx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002846 size = min(len, max_per_txd);
Jeff Kirsherfd803242005-12-13 00:06:22 -05002847 /* Workaround for Controller erratum --
2848 * descriptor for non-tso packet in a linear SKB that follows a
2849 * tso gets written back prematurely before the data is fully
Jeff Kirsher0f15a8f2006-03-02 18:46:29 -08002850 * DMA'd to the controller */
Jeff Kirsherfd803242005-12-13 00:06:22 -05002851 if (!skb->data_len && tx_ring->last_tx_tso &&
Herbert Xu89114af2006-07-08 13:34:32 -07002852 !skb_is_gso(skb)) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00002853 tx_ring->last_tx_tso = false;
Jeff Kirsherfd803242005-12-13 00:06:22 -05002854 size -= 4;
2855 }
2856
Linus Torvalds1da177e2005-04-16 15:20:36 -07002857 /* Workaround for premature desc write-backs
2858 * in TSO mode. Append 4-byte sentinel desc */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002859 if (unlikely(mss && !nr_frags && size == len && size > 8))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002860 size -= 4;
Malli Chilakala97338bd2005-04-28 19:41:46 -07002861 /* work-around for errata 10 and it applies
2862 * to all controllers in PCI-X mode
2863 * The fix is to make sure that the first descriptor of a
2864 * packet is smaller than 2048 - 16 - 16 (or 2016) bytes
2865 */
Joe Perches1dc32912008-07-11 15:17:08 -07002866 if (unlikely((hw->bus_type == e1000_bus_type_pcix) &&
Malli Chilakala97338bd2005-04-28 19:41:46 -07002867 (size > 2015) && count == 0))
2868 size = 2015;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002869
Linus Torvalds1da177e2005-04-16 15:20:36 -07002870 /* Workaround for potential 82544 hang in PCI-X. Avoid
2871 * terminating buffers within evenly-aligned dwords. */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002872 if (unlikely(adapter->pcix_82544 &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07002873 !((unsigned long)(skb->data + offset + size - 1) & 4) &&
2874 size > 4))
2875 size -= 4;
2876
2877 buffer_info->length = size;
Jesse Brandeburgcdd75492009-09-25 12:18:07 +00002878 /* set time_stamp *before* dma to help avoid a possible race */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002879 buffer_info->time_stamp = jiffies;
Alexander Duyck602c0552009-12-02 16:46:00 +00002880 buffer_info->mapped_as_page = false;
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002881 buffer_info->dma = dma_map_single(&pdev->dev,
2882 skb->data + offset,
2883 size, DMA_TO_DEVICE);
2884 if (dma_mapping_error(&pdev->dev, buffer_info->dma))
Alexander Duyck602c0552009-12-02 16:46:00 +00002885 goto dma_error;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002886 buffer_info->next_to_watch = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002887
2888 len -= size;
2889 offset += size;
2890 count++;
Alexander Duyck37e73df2009-03-25 21:58:45 +00002891 if (len) {
2892 i++;
2893 if (unlikely(i == tx_ring->count))
2894 i = 0;
2895 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002896 }
2897
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002898 for (f = 0; f < nr_frags; f++) {
Eric Dumazet9e903e02011-10-18 21:00:24 +00002899 const struct skb_frag_struct *frag;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002900
2901 frag = &skb_shinfo(skb)->frags[f];
Eric Dumazet9e903e02011-10-18 21:00:24 +00002902 len = skb_frag_size(frag);
Ian Campbell877749b2011-08-29 23:18:26 +00002903 offset = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002904
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002905 while (len) {
Ian Campbell877749b2011-08-29 23:18:26 +00002906 unsigned long bufend;
Alexander Duyck37e73df2009-03-25 21:58:45 +00002907 i++;
2908 if (unlikely(i == tx_ring->count))
2909 i = 0;
2910
Linus Torvalds1da177e2005-04-16 15:20:36 -07002911 buffer_info = &tx_ring->buffer_info[i];
2912 size = min(len, max_per_txd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002913 /* Workaround for premature desc write-backs
2914 * in TSO mode. Append 4-byte sentinel desc */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002915 if (unlikely(mss && f == (nr_frags-1) && size == len && size > 8))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002916 size -= 4;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002917 /* Workaround for potential 82544 hang in PCI-X.
2918 * Avoid terminating buffers within evenly-aligned
2919 * dwords. */
Ian Campbell877749b2011-08-29 23:18:26 +00002920 bufend = (unsigned long)
2921 page_to_phys(skb_frag_page(frag));
2922 bufend += offset + size - 1;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002923 if (unlikely(adapter->pcix_82544 &&
Ian Campbell877749b2011-08-29 23:18:26 +00002924 !(bufend & 4) &&
2925 size > 4))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002926 size -= 4;
2927
2928 buffer_info->length = size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002929 buffer_info->time_stamp = jiffies;
Alexander Duyck602c0552009-12-02 16:46:00 +00002930 buffer_info->mapped_as_page = true;
Ian Campbell877749b2011-08-29 23:18:26 +00002931 buffer_info->dma = skb_frag_dma_map(&pdev->dev, frag,
2932 offset, size, DMA_TO_DEVICE);
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002933 if (dma_mapping_error(&pdev->dev, buffer_info->dma))
Alexander Duyck602c0552009-12-02 16:46:00 +00002934 goto dma_error;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002935 buffer_info->next_to_watch = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002936
2937 len -= size;
2938 offset += size;
2939 count++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002940 }
2941 }
2942
Dean Nelson31c15a22011-08-25 14:39:24 +00002943 segs = skb_shinfo(skb)->gso_segs ?: 1;
2944 /* multiply data chunks by size of headers */
2945 bytecount = ((segs - 1) * skb_headlen(skb)) + skb->len;
2946
Linus Torvalds1da177e2005-04-16 15:20:36 -07002947 tx_ring->buffer_info[i].skb = skb;
Dean Nelson31c15a22011-08-25 14:39:24 +00002948 tx_ring->buffer_info[i].segs = segs;
2949 tx_ring->buffer_info[i].bytecount = bytecount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002950 tx_ring->buffer_info[first].next_to_watch = i;
2951
2952 return count;
Alexander Duyck602c0552009-12-02 16:46:00 +00002953
2954dma_error:
2955 dev_err(&pdev->dev, "TX DMA map failed\n");
2956 buffer_info->dma = 0;
Roel Kluinc1fa3472010-01-19 14:21:45 +00002957 if (count)
Alexander Duyck602c0552009-12-02 16:46:00 +00002958 count--;
Roel Kluinc1fa3472010-01-19 14:21:45 +00002959
2960 while (count--) {
2961 if (i==0)
Alexander Duyck602c0552009-12-02 16:46:00 +00002962 i += tx_ring->count;
Roel Kluinc1fa3472010-01-19 14:21:45 +00002963 i--;
Alexander Duyck602c0552009-12-02 16:46:00 +00002964 buffer_info = &tx_ring->buffer_info[i];
2965 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
2966 }
2967
2968 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002969}
2970
Joe Perches64798842008-07-11 15:17:02 -07002971static void e1000_tx_queue(struct e1000_adapter *adapter,
2972 struct e1000_tx_ring *tx_ring, int tx_flags,
2973 int count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002974{
Joe Perches1dc32912008-07-11 15:17:08 -07002975 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002976 struct e1000_tx_desc *tx_desc = NULL;
2977 struct e1000_buffer *buffer_info;
Joe Perches406874a2008-04-03 10:06:32 -07002978 u32 txd_upper = 0, txd_lower = E1000_TXD_CMD_IFCS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002979 unsigned int i;
2980
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002981 if (likely(tx_flags & E1000_TX_FLAGS_TSO)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002982 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D |
2983 E1000_TXD_CMD_TSE;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002984 txd_upper |= E1000_TXD_POPTS_TXSM << 8;
2985
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002986 if (likely(tx_flags & E1000_TX_FLAGS_IPV4))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002987 txd_upper |= E1000_TXD_POPTS_IXSM << 8;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002988 }
2989
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002990 if (likely(tx_flags & E1000_TX_FLAGS_CSUM)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002991 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D;
2992 txd_upper |= E1000_TXD_POPTS_TXSM << 8;
2993 }
2994
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002995 if (unlikely(tx_flags & E1000_TX_FLAGS_VLAN)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002996 txd_lower |= E1000_TXD_CMD_VLE;
2997 txd_upper |= (tx_flags & E1000_TX_FLAGS_VLAN_MASK);
2998 }
2999
Ben Greear11a78dc2012-02-11 15:40:01 +00003000 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS))
3001 txd_lower &= ~(E1000_TXD_CMD_IFCS);
3002
Linus Torvalds1da177e2005-04-16 15:20:36 -07003003 i = tx_ring->next_to_use;
3004
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003005 while (count--) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003006 buffer_info = &tx_ring->buffer_info[i];
3007 tx_desc = E1000_TX_DESC(*tx_ring, i);
3008 tx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
3009 tx_desc->lower.data =
3010 cpu_to_le32(txd_lower | buffer_info->length);
3011 tx_desc->upper.data = cpu_to_le32(txd_upper);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003012 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003013 }
3014
3015 tx_desc->lower.data |= cpu_to_le32(adapter->txd_cmd);
3016
Ben Greear11a78dc2012-02-11 15:40:01 +00003017 /* txd_cmd re-enables FCS, so we'll re-disable it here as desired. */
3018 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS))
3019 tx_desc->lower.data &= ~(cpu_to_le32(E1000_TXD_CMD_IFCS));
3020
Linus Torvalds1da177e2005-04-16 15:20:36 -07003021 /* Force memory writes to complete before letting h/w
3022 * know there are new descriptors to fetch. (Only
3023 * applicable for weak-ordered memory model archs,
3024 * such as IA-64). */
3025 wmb();
3026
3027 tx_ring->next_to_use = i;
Joe Perches1dc32912008-07-11 15:17:08 -07003028 writel(i, hw->hw_addr + tx_ring->tdt);
Jesse Brandeburg2ce90472006-11-01 08:47:42 -08003029 /* we need this if more than one processor can write to our tail
3030 * at a time, it syncronizes IO on IA64/Altix systems */
3031 mmiowb();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003032}
3033
3034/**
3035 * 82547 workaround to avoid controller hang in half-duplex environment.
3036 * The workaround is to avoid queuing a large packet that would span
3037 * the internal Tx FIFO ring boundary by notifying the stack to resend
3038 * the packet at a later time. This gives the Tx FIFO an opportunity to
3039 * flush all packets. When that occurs, we reset the Tx FIFO pointers
3040 * to the beginning of the Tx FIFO.
3041 **/
3042
3043#define E1000_FIFO_HDR 0x10
3044#define E1000_82547_PAD_LEN 0x3E0
3045
Joe Perches64798842008-07-11 15:17:02 -07003046static int e1000_82547_fifo_workaround(struct e1000_adapter *adapter,
3047 struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003048{
Joe Perches406874a2008-04-03 10:06:32 -07003049 u32 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head;
3050 u32 skb_fifo_len = skb->len + E1000_FIFO_HDR;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003051
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -07003052 skb_fifo_len = ALIGN(skb_fifo_len, E1000_FIFO_HDR);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003054 if (adapter->link_duplex != HALF_DUPLEX)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055 goto no_fifo_stall_required;
3056
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003057 if (atomic_read(&adapter->tx_fifo_stall))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003058 return 1;
3059
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003060 if (skb_fifo_len >= (E1000_82547_PAD_LEN + fifo_space)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003061 atomic_set(&adapter->tx_fifo_stall, 1);
3062 return 1;
3063 }
3064
3065no_fifo_stall_required:
3066 adapter->tx_fifo_head += skb_fifo_len;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003067 if (adapter->tx_fifo_head >= adapter->tx_fifo_size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003068 adapter->tx_fifo_head -= adapter->tx_fifo_size;
3069 return 0;
3070}
3071
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003072static int __e1000_maybe_stop_tx(struct net_device *netdev, int size)
3073{
3074 struct e1000_adapter *adapter = netdev_priv(netdev);
3075 struct e1000_tx_ring *tx_ring = adapter->tx_ring;
3076
3077 netif_stop_queue(netdev);
3078 /* Herbert's original patch had:
3079 * smp_mb__after_netif_stop_queue();
3080 * but since that doesn't exist yet, just open code it. */
3081 smp_mb();
3082
3083 /* We need to check again in a case another CPU has just
3084 * made room available. */
3085 if (likely(E1000_DESC_UNUSED(tx_ring) < size))
3086 return -EBUSY;
3087
3088 /* A reprieve! */
3089 netif_start_queue(netdev);
Jesse Brandeburgfcfb1222006-11-01 08:47:59 -08003090 ++adapter->restart_queue;
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003091 return 0;
3092}
3093
3094static int e1000_maybe_stop_tx(struct net_device *netdev,
3095 struct e1000_tx_ring *tx_ring, int size)
3096{
3097 if (likely(E1000_DESC_UNUSED(tx_ring) >= size))
3098 return 0;
3099 return __e1000_maybe_stop_tx(netdev, size);
3100}
3101
Linus Torvalds1da177e2005-04-16 15:20:36 -07003102#define TXD_USE_COUNT(S, X) (((S) >> (X)) + 1 )
Stephen Hemminger3b29a562009-08-31 19:50:55 +00003103static netdev_tx_t e1000_xmit_frame(struct sk_buff *skb,
3104 struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003105{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003106 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07003107 struct e1000_hw *hw = &adapter->hw;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003108 struct e1000_tx_ring *tx_ring;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003109 unsigned int first, max_per_txd = E1000_MAX_DATA_PER_TXD;
3110 unsigned int max_txd_pwr = E1000_MAX_TXD_PWR;
3111 unsigned int tx_flags = 0;
Eric Dumazete743d312010-04-14 15:59:40 -07003112 unsigned int len = skb_headlen(skb);
Krishna Kumar6d1e3aa2007-10-05 14:15:16 -07003113 unsigned int nr_frags;
3114 unsigned int mss;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003115 int count = 0;
Auke Kok76c224b2006-05-23 13:36:06 -07003116 int tso;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117 unsigned int f;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003118
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003119 /* This goes back to the question of how to logically map a tx queue
3120 * to a flow. Right now, performance is impacted slightly negatively
3121 * if using multiple tx queues. If the stack breaks away from a
3122 * single qdisc implementation, we can look at this again. */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003123 tx_ring = adapter->tx_ring;
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04003124
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003125 if (unlikely(skb->len <= 0)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003126 dev_kfree_skb_any(skb);
3127 return NETDEV_TX_OK;
3128 }
3129
Herbert Xu79671682006-06-22 02:40:14 -07003130 mss = skb_shinfo(skb)->gso_size;
Auke Kok76c224b2006-05-23 13:36:06 -07003131 /* The controller does a simple calculation to
Linus Torvalds1da177e2005-04-16 15:20:36 -07003132 * make sure there is enough room in the FIFO before
3133 * initiating the DMA for each buffer. The calc is:
3134 * 4 = ceil(buffer len/mss). To make sure we don't
3135 * overrun the FIFO, adjust the max buffer len if mss
3136 * drops. */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003137 if (mss) {
Joe Perches406874a2008-04-03 10:06:32 -07003138 u8 hdr_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003139 max_per_txd = min(mss << 2, max_per_txd);
3140 max_txd_pwr = fls(max_per_txd) - 1;
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003141
Arnaldo Carvalho de Meloab6a5bb2007-03-18 17:43:48 -07003142 hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb);
Krishna Kumar6d1e3aa2007-10-05 14:15:16 -07003143 if (skb->data_len && hdr_len == len) {
Joe Perches1dc32912008-07-11 15:17:08 -07003144 switch (hw->mac_type) {
Jeff Kirsher9f687882006-03-02 18:20:17 -08003145 unsigned int pull_size;
Herbert Xu683a2aa2006-12-16 12:04:33 +11003146 case e1000_82544:
3147 /* Make sure we have room to chop off 4 bytes,
3148 * and that the end alignment will work out to
3149 * this hardware's requirements
3150 * NOTE: this is a TSO only workaround
3151 * if end byte alignment not correct move us
3152 * into the next dword */
Arnaldo Carvalho de Melo27a884d2007-04-19 20:29:13 -07003153 if ((unsigned long)(skb_tail_pointer(skb) - 1) & 4)
Herbert Xu683a2aa2006-12-16 12:04:33 +11003154 break;
3155 /* fall through */
Jeff Kirsher9f687882006-03-02 18:20:17 -08003156 pull_size = min((unsigned int)4, skb->data_len);
3157 if (!__pskb_pull_tail(skb, pull_size)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003158 e_err(drv, "__pskb_pull_tail "
3159 "failed.\n");
Jeff Kirsher9f687882006-03-02 18:20:17 -08003160 dev_kfree_skb_any(skb);
Jeff Garzik749dfc702006-03-11 13:35:31 -05003161 return NETDEV_TX_OK;
Jeff Kirsher9f687882006-03-02 18:20:17 -08003162 }
Eric Dumazete743d312010-04-14 15:59:40 -07003163 len = skb_headlen(skb);
Jeff Kirsher9f687882006-03-02 18:20:17 -08003164 break;
3165 default:
3166 /* do nothing */
3167 break;
Jeff Kirsherd74bbd32006-01-12 16:51:07 -08003168 }
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003169 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003170 }
3171
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003172 /* reserve a descriptor for the offload context */
Patrick McHardy84fa7932006-08-29 16:44:56 -07003173 if ((mss) || (skb->ip_summed == CHECKSUM_PARTIAL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003174 count++;
Malli Chilakala26483452005-04-28 19:44:46 -07003175 count++;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003176
Jeff Kirsherfd803242005-12-13 00:06:22 -05003177 /* Controller Erratum workaround */
Herbert Xu89114af2006-07-08 13:34:32 -07003178 if (!skb->data_len && tx_ring->last_tx_tso && !skb_is_gso(skb))
Jeff Kirsherfd803242005-12-13 00:06:22 -05003179 count++;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003180
Linus Torvalds1da177e2005-04-16 15:20:36 -07003181 count += TXD_USE_COUNT(len, max_txd_pwr);
3182
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003183 if (adapter->pcix_82544)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003184 count++;
3185
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003186 /* work-around for errata 10 and it applies to all controllers
Malli Chilakala97338bd2005-04-28 19:41:46 -07003187 * in PCI-X mode, so add one more descriptor to the count
3188 */
Joe Perches1dc32912008-07-11 15:17:08 -07003189 if (unlikely((hw->bus_type == e1000_bus_type_pcix) &&
Malli Chilakala97338bd2005-04-28 19:41:46 -07003190 (len > 2015)))
3191 count++;
3192
Linus Torvalds1da177e2005-04-16 15:20:36 -07003193 nr_frags = skb_shinfo(skb)->nr_frags;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003194 for (f = 0; f < nr_frags; f++)
Eric Dumazet9e903e02011-10-18 21:00:24 +00003195 count += TXD_USE_COUNT(skb_frag_size(&skb_shinfo(skb)->frags[f]),
Linus Torvalds1da177e2005-04-16 15:20:36 -07003196 max_txd_pwr);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003197 if (adapter->pcix_82544)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003198 count += nr_frags;
3199
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200 /* need: count + 2 desc gap to keep tail from touching
3201 * head, otherwise try next time */
Alexander Duyck80179432009-01-21 14:42:47 -08003202 if (unlikely(e1000_maybe_stop_tx(netdev, tx_ring, count + 2)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003203 return NETDEV_TX_BUSY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003204
Jesse Brandeburga4010af2011-10-05 07:24:41 +00003205 if (unlikely((hw->mac_type == e1000_82547) &&
3206 (e1000_82547_fifo_workaround(adapter, skb)))) {
3207 netif_stop_queue(netdev);
3208 if (!test_bit(__E1000_DOWN, &adapter->flags))
3209 schedule_delayed_work(&adapter->fifo_stall_task, 1);
3210 return NETDEV_TX_BUSY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003211 }
3212
Jiri Pirko5622e402011-07-21 03:26:31 +00003213 if (vlan_tx_tag_present(skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003214 tx_flags |= E1000_TX_FLAGS_VLAN;
3215 tx_flags |= (vlan_tx_tag_get(skb) << E1000_TX_FLAGS_VLAN_SHIFT);
3216 }
3217
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003218 first = tx_ring->next_to_use;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003219
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003220 tso = e1000_tso(adapter, tx_ring, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003221 if (tso < 0) {
3222 dev_kfree_skb_any(skb);
3223 return NETDEV_TX_OK;
3224 }
3225
Jeff Kirsherfd803242005-12-13 00:06:22 -05003226 if (likely(tso)) {
Jesse Brandeburg8fce4732009-09-25 12:18:41 +00003227 if (likely(hw->mac_type != e1000_82544))
Rusty Russell3db1cd52011-12-19 13:56:45 +00003228 tx_ring->last_tx_tso = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003229 tx_flags |= E1000_TX_FLAGS_TSO;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003230 } else if (likely(e1000_tx_csum(adapter, tx_ring, skb)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231 tx_flags |= E1000_TX_FLAGS_CSUM;
3232
Alexey Dobriyan60828232006-05-23 14:52:21 -07003233 if (likely(skb->protocol == htons(ETH_P_IP)))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003234 tx_flags |= E1000_TX_FLAGS_IPV4;
3235
Ben Greear11a78dc2012-02-11 15:40:01 +00003236 if (unlikely(skb->no_fcs))
3237 tx_flags |= E1000_TX_FLAGS_NO_FCS;
3238
Alexander Duyck37e73df2009-03-25 21:58:45 +00003239 count = e1000_tx_map(adapter, tx_ring, skb, first, max_per_txd,
3240 nr_frags, mss);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003241
Alexander Duyck37e73df2009-03-25 21:58:45 +00003242 if (count) {
3243 e1000_tx_queue(adapter, tx_ring, tx_flags, count);
Alexander Duyck37e73df2009-03-25 21:58:45 +00003244 /* Make sure there is space in the ring for the next send. */
3245 e1000_maybe_stop_tx(netdev, tx_ring, MAX_SKB_FRAGS + 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003246
Alexander Duyck37e73df2009-03-25 21:58:45 +00003247 } else {
3248 dev_kfree_skb_any(skb);
3249 tx_ring->buffer_info[first].time_stamp = 0;
3250 tx_ring->next_to_use = first;
3251 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003252
Linus Torvalds1da177e2005-04-16 15:20:36 -07003253 return NETDEV_TX_OK;
3254}
3255
Tushar Daveb04e36b2012-01-27 09:00:46 +00003256#define NUM_REGS 38 /* 1 based count */
3257static void e1000_regdump(struct e1000_adapter *adapter)
3258{
3259 struct e1000_hw *hw = &adapter->hw;
3260 u32 regs[NUM_REGS];
3261 u32 *regs_buff = regs;
3262 int i = 0;
3263
3264 char *reg_name[] = {
3265 "CTRL", "STATUS",
3266 "RCTL", "RDLEN", "RDH", "RDT", "RDTR",
3267 "TCTL", "TDBAL", "TDBAH", "TDLEN", "TDH", "TDT",
3268 "TIDV", "TXDCTL", "TADV", "TARC0",
3269 "TDBAL1", "TDBAH1", "TDLEN1", "TDH1", "TDT1",
3270 "TXDCTL1", "TARC1",
3271 "CTRL_EXT", "ERT", "RDBAL", "RDBAH",
3272 "TDFH", "TDFT", "TDFHS", "TDFTS", "TDFPC",
3273 "RDFH", "RDFT", "RDFHS", "RDFTS", "RDFPC"
3274 };
3275
3276 regs_buff[0] = er32(CTRL);
3277 regs_buff[1] = er32(STATUS);
3278
3279 regs_buff[2] = er32(RCTL);
3280 regs_buff[3] = er32(RDLEN);
3281 regs_buff[4] = er32(RDH);
3282 regs_buff[5] = er32(RDT);
3283 regs_buff[6] = er32(RDTR);
3284
3285 regs_buff[7] = er32(TCTL);
3286 regs_buff[8] = er32(TDBAL);
3287 regs_buff[9] = er32(TDBAH);
3288 regs_buff[10] = er32(TDLEN);
3289 regs_buff[11] = er32(TDH);
3290 regs_buff[12] = er32(TDT);
3291 regs_buff[13] = er32(TIDV);
3292 regs_buff[14] = er32(TXDCTL);
3293 regs_buff[15] = er32(TADV);
3294 regs_buff[16] = er32(TARC0);
3295
3296 regs_buff[17] = er32(TDBAL1);
3297 regs_buff[18] = er32(TDBAH1);
3298 regs_buff[19] = er32(TDLEN1);
3299 regs_buff[20] = er32(TDH1);
3300 regs_buff[21] = er32(TDT1);
3301 regs_buff[22] = er32(TXDCTL1);
3302 regs_buff[23] = er32(TARC1);
3303 regs_buff[24] = er32(CTRL_EXT);
3304 regs_buff[25] = er32(ERT);
3305 regs_buff[26] = er32(RDBAL0);
3306 regs_buff[27] = er32(RDBAH0);
3307 regs_buff[28] = er32(TDFH);
3308 regs_buff[29] = er32(TDFT);
3309 regs_buff[30] = er32(TDFHS);
3310 regs_buff[31] = er32(TDFTS);
3311 regs_buff[32] = er32(TDFPC);
3312 regs_buff[33] = er32(RDFH);
3313 regs_buff[34] = er32(RDFT);
3314 regs_buff[35] = er32(RDFHS);
3315 regs_buff[36] = er32(RDFTS);
3316 regs_buff[37] = er32(RDFPC);
3317
3318 pr_info("Register dump\n");
3319 for (i = 0; i < NUM_REGS; i++) {
3320 printk(KERN_INFO "%-15s %08x\n",
3321 reg_name[i], regs_buff[i]);
3322 }
3323}
3324
3325/*
3326 * e1000_dump: Print registers, tx ring and rx ring
3327 */
3328static void e1000_dump(struct e1000_adapter *adapter)
3329{
3330 /* this code doesn't handle multiple rings */
3331 struct e1000_tx_ring *tx_ring = adapter->tx_ring;
3332 struct e1000_rx_ring *rx_ring = adapter->rx_ring;
3333 int i;
3334
3335 if (!netif_msg_hw(adapter))
3336 return;
3337
3338 /* Print Registers */
3339 e1000_regdump(adapter);
3340
3341 /*
3342 * transmit dump
3343 */
3344 pr_info("TX Desc ring0 dump\n");
3345
3346 /* Transmit Descriptor Formats - DEXT[29] is 0 (Legacy) or 1 (Extended)
3347 *
3348 * Legacy Transmit Descriptor
3349 * +--------------------------------------------------------------+
3350 * 0 | Buffer Address [63:0] (Reserved on Write Back) |
3351 * +--------------------------------------------------------------+
3352 * 8 | Special | CSS | Status | CMD | CSO | Length |
3353 * +--------------------------------------------------------------+
3354 * 63 48 47 36 35 32 31 24 23 16 15 0
3355 *
3356 * Extended Context Descriptor (DTYP=0x0) for TSO or checksum offload
3357 * 63 48 47 40 39 32 31 16 15 8 7 0
3358 * +----------------------------------------------------------------+
3359 * 0 | TUCSE | TUCS0 | TUCSS | IPCSE | IPCS0 | IPCSS |
3360 * +----------------------------------------------------------------+
3361 * 8 | MSS | HDRLEN | RSV | STA | TUCMD | DTYP | PAYLEN |
3362 * +----------------------------------------------------------------+
3363 * 63 48 47 40 39 36 35 32 31 24 23 20 19 0
3364 *
3365 * Extended Data Descriptor (DTYP=0x1)
3366 * +----------------------------------------------------------------+
3367 * 0 | Buffer Address [63:0] |
3368 * +----------------------------------------------------------------+
3369 * 8 | VLAN tag | POPTS | Rsvd | Status | Command | DTYP | DTALEN |
3370 * +----------------------------------------------------------------+
3371 * 63 48 47 40 39 36 35 32 31 24 23 20 19 0
3372 */
3373 printk(KERN_INFO "Tc[desc] [Ce CoCsIpceCoS] [MssHlRSCm0Plen] [bi->dma ]"
3374 " leng ntw timestmp bi->skb\n");
3375 printk(KERN_INFO "Td[desc] [address 63:0 ] [VlaPoRSCm1Dlen] [bi->dma ]"
3376 " leng ntw timestmp bi->skb\n");
3377
3378 if (!netif_msg_tx_done(adapter))
3379 goto rx_ring_summary;
3380
3381 for (i = 0; tx_ring->desc && (i < tx_ring->count); i++) {
3382 struct e1000_tx_desc *tx_desc = E1000_TX_DESC(*tx_ring, i);
3383 struct e1000_buffer *buffer_info = &tx_ring->buffer_info[i];
3384 struct my_u { u64 a; u64 b; };
3385 struct my_u *u = (struct my_u *)tx_desc;
3386 printk(KERN_INFO "T%c[0x%03X] %016llX %016llX %016llX %04X %3X "
3387 "%016llX %p",
3388 ((le64_to_cpu(u->b) & (1<<20)) ? 'd' : 'c'), i,
3389 le64_to_cpu(u->a), le64_to_cpu(u->b),
3390 (u64)buffer_info->dma, buffer_info->length,
3391 buffer_info->next_to_watch, (u64)buffer_info->time_stamp,
3392 buffer_info->skb);
3393 if (i == tx_ring->next_to_use && i == tx_ring->next_to_clean)
3394 printk(KERN_CONT" NTC/U\n");
3395 else if (i == tx_ring->next_to_use)
3396 printk(KERN_CONT " NTU\n");
3397 else if (i == tx_ring->next_to_clean)
3398 printk(KERN_CONT " NTC\n");
3399 else
3400 printk(KERN_CONT "\n");
3401
3402
3403 if (netif_msg_pktdata(adapter) && buffer_info->dma != 0)
3404 print_hex_dump(KERN_INFO, "", DUMP_PREFIX_ADDRESS,
3405 16, 1, phys_to_virt(buffer_info->dma),
3406 buffer_info->length, true);
3407 }
3408
3409rx_ring_summary:
3410 /*
3411 * receive dump
3412 */
3413 pr_info("\nRX Desc ring dump\n");
3414
3415 /* Legacy Receive Descriptor Format
3416 *
3417 * +-----------------------------------------------------+
3418 * | Buffer Address [63:0] |
3419 * +-----------------------------------------------------+
3420 * | VLAN Tag | Errors | Status 0 | Packet csum | Length |
3421 * +-----------------------------------------------------+
3422 * 63 48 47 40 39 32 31 16 15 0
3423 */
3424 printk(KERN_INFO "R[desc] [address 63:0 ] [vl er S cks ln] "
3425 "[bi->dma ] [bi->skb]\n");
3426
3427 if (!netif_msg_rx_status(adapter))
3428 goto exit;
3429
3430 for (i = 0; rx_ring->desc && (i < rx_ring->count); i++) {
3431 struct e1000_rx_desc *rx_desc = E1000_RX_DESC(*rx_ring, i);
3432 struct e1000_buffer *buffer_info = &rx_ring->buffer_info[i];
3433 struct my_u { u64 a; u64 b; };
3434 struct my_u *u = (struct my_u *)rx_desc;
3435 printk(KERN_INFO "R[0x%03X] %016llX %016llX %016llX %p",
3436 i, le64_to_cpu(u->a), le64_to_cpu(u->b),
3437 (u64)buffer_info->dma, buffer_info->skb);
3438 if (i == rx_ring->next_to_use)
3439 printk(KERN_CONT " NTU\n");
3440 else if (i == rx_ring->next_to_clean)
3441 printk(KERN_CONT " NTC\n");
3442 else
3443 printk(KERN_CONT "\n");
3444
3445 if (netif_msg_pktdata(adapter))
3446 print_hex_dump(KERN_INFO, "",
3447 DUMP_PREFIX_ADDRESS, 16, 1,
3448 phys_to_virt(buffer_info->dma),
3449 buffer_info->length, true);
3450
3451 } /* for */
3452
3453 /* dump the descriptor caches */
3454 /* rx */
3455 printk(KERN_INFO "e1000: Rx descriptor cache in 64bit format\n");
3456 for (i = 0x6000; i <= 0x63FF ; i += 0x10) {
3457 printk(KERN_INFO "R%04X: %08X|%08X %08X|%08X\n",
3458 i,
3459 readl(adapter->hw.hw_addr + i+4),
3460 readl(adapter->hw.hw_addr + i),
3461 readl(adapter->hw.hw_addr + i+12),
3462 readl(adapter->hw.hw_addr + i+8));
3463 }
3464 /* tx */
3465 printk(KERN_INFO "e1000: Tx descriptor cache in 64bit format\n");
3466 for (i = 0x7000; i <= 0x73FF ; i += 0x10) {
3467 printk(KERN_INFO "T%04X: %08X|%08X %08X|%08X\n",
3468 i,
3469 readl(adapter->hw.hw_addr + i+4),
3470 readl(adapter->hw.hw_addr + i),
3471 readl(adapter->hw.hw_addr + i+12),
3472 readl(adapter->hw.hw_addr + i+8));
3473 }
3474exit:
3475 return;
3476}
3477
Linus Torvalds1da177e2005-04-16 15:20:36 -07003478/**
3479 * e1000_tx_timeout - Respond to a Tx Hang
3480 * @netdev: network interface device structure
3481 **/
3482
Joe Perches64798842008-07-11 15:17:02 -07003483static void e1000_tx_timeout(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003484{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003485 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003486
3487 /* Do the reset outside of interrupt context */
Jeff Kirsher87041632006-03-02 18:21:24 -08003488 adapter->tx_timeout_count++;
3489 schedule_work(&adapter->reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003490}
3491
Joe Perches64798842008-07-11 15:17:02 -07003492static void e1000_reset_task(struct work_struct *work)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003493{
David Howells65f27f32006-11-22 14:55:48 +00003494 struct e1000_adapter *adapter =
3495 container_of(work, struct e1000_adapter, reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003496
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00003497 if (test_bit(__E1000_DOWN, &adapter->flags))
3498 return;
Tushar Daveb04e36b2012-01-27 09:00:46 +00003499 e_err(drv, "Reset adapter\n");
Jesse Brandeburg338c15e2010-09-22 18:22:42 +00003500 e1000_reinit_safe(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003501}
3502
3503/**
3504 * e1000_get_stats - Get System Network Statistics
3505 * @netdev: network interface device structure
3506 *
3507 * Returns the address of the device statistics structure.
Jesse Brandeburga4010af2011-10-05 07:24:41 +00003508 * The statistics are actually updated from the watchdog.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003509 **/
3510
Joe Perches64798842008-07-11 15:17:02 -07003511static struct net_device_stats *e1000_get_stats(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003512{
Jeff Kirsher6b7660c2006-01-12 16:50:35 -08003513 /* only return the current stats */
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003514 return &netdev->stats;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003515}
3516
3517/**
3518 * e1000_change_mtu - Change the Maximum Transfer Unit
3519 * @netdev: network interface device structure
3520 * @new_mtu: new value for maximum frame size
3521 *
3522 * Returns 0 on success, negative on failure
3523 **/
3524
Joe Perches64798842008-07-11 15:17:02 -07003525static int e1000_change_mtu(struct net_device *netdev, int new_mtu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003526{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003527 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07003528 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003529 int max_frame = new_mtu + ENET_HEADER_SIZE + ETHERNET_FCS_SIZE;
3530
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003531 if ((max_frame < MINIMUM_ETHERNET_FRAME_SIZE) ||
3532 (max_frame > MAX_JUMBO_FRAME_SIZE)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003533 e_err(probe, "Invalid MTU setting\n");
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04003534 return -EINVAL;
3535 }
3536
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003537 /* Adapter-specific max frame size limits. */
Joe Perches1dc32912008-07-11 15:17:08 -07003538 switch (hw->mac_type) {
Auke Kok9e2feac2006-04-14 19:05:18 -07003539 case e1000_undefined ... e1000_82542_rev2_1:
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +00003540 if (max_frame > (ETH_FRAME_LEN + ETH_FCS_LEN)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003541 e_err(probe, "Jumbo Frames not supported.\n");
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003542 return -EINVAL;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003543 }
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003544 break;
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003545 default:
3546 /* Capable of supporting up to MAX_JUMBO_FRAME_SIZE limit. */
3547 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003548 }
3549
Jesse Brandeburg3d6114e2009-09-25 12:19:02 +00003550 while (test_and_set_bit(__E1000_RESETTING, &adapter->flags))
3551 msleep(1);
3552 /* e1000_down has a dependency on max_frame_size */
3553 hw->max_frame_size = max_frame;
3554 if (netif_running(netdev))
3555 e1000_down(adapter);
3556
David S. Miller87f50322006-07-31 22:39:40 -07003557 /* NOTE: netdev_alloc_skb reserves 16 bytes, and typically NET_IP_ALIGN
Auke Kok9e2feac2006-04-14 19:05:18 -07003558 * means we reserve 2 more, this pushes us to allocate from the next
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003559 * larger slab size.
3560 * i.e. RXBUFFER_2048 --> size-4096 slab
3561 * however with the new *_jumbo_rx* routines, jumbo receives will use
3562 * fragmented skbs */
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003563
Jesse Brandeburg99261462010-01-22 22:56:16 +00003564 if (max_frame <= E1000_RXBUFFER_2048)
Auke Kok9e2feac2006-04-14 19:05:18 -07003565 adapter->rx_buffer_len = E1000_RXBUFFER_2048;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003566 else
3567#if (PAGE_SIZE >= E1000_RXBUFFER_16384)
Auke Kok9e2feac2006-04-14 19:05:18 -07003568 adapter->rx_buffer_len = E1000_RXBUFFER_16384;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003569#elif (PAGE_SIZE >= E1000_RXBUFFER_4096)
3570 adapter->rx_buffer_len = PAGE_SIZE;
3571#endif
Auke Kok9e2feac2006-04-14 19:05:18 -07003572
3573 /* adjust allocation if LPE protects us, and we aren't using SBP */
Joe Perches1dc32912008-07-11 15:17:08 -07003574 if (!hw->tbi_compatibility_on &&
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +00003575 ((max_frame == (ETH_FRAME_LEN + ETH_FCS_LEN)) ||
Auke Kok9e2feac2006-04-14 19:05:18 -07003576 (max_frame == MAXIMUM_ETHERNET_VLAN_SIZE)))
3577 adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE;
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003578
Emil Tantilov675ad472010-04-27 14:02:58 +00003579 pr_info("%s changing MTU from %d to %d\n",
3580 netdev->name, netdev->mtu, new_mtu);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003581 netdev->mtu = new_mtu;
3582
Auke Kok2db10a02006-06-27 09:06:28 -07003583 if (netif_running(netdev))
Jesse Brandeburg3d6114e2009-09-25 12:19:02 +00003584 e1000_up(adapter);
3585 else
3586 e1000_reset(adapter);
3587
3588 clear_bit(__E1000_RESETTING, &adapter->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003589
Linus Torvalds1da177e2005-04-16 15:20:36 -07003590 return 0;
3591}
3592
3593/**
3594 * e1000_update_stats - Update the board statistics counters
3595 * @adapter: board private structure
3596 **/
3597
Joe Perches64798842008-07-11 15:17:02 -07003598void e1000_update_stats(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003599{
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003600 struct net_device *netdev = adapter->netdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003601 struct e1000_hw *hw = &adapter->hw;
Linas Vepstas282f33c2006-06-08 22:19:44 -07003602 struct pci_dev *pdev = adapter->pdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003603 unsigned long flags;
Joe Perches406874a2008-04-03 10:06:32 -07003604 u16 phy_tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003605
3606#define PHY_IDLE_ERROR_COUNT_MASK 0x00FF
3607
Linas Vepstas282f33c2006-06-08 22:19:44 -07003608 /*
3609 * Prevent stats update while adapter is being reset, or if the pci
3610 * connection is down.
3611 */
Auke Kok90267292006-06-08 09:30:24 -07003612 if (adapter->link_speed == 0)
3613 return;
Linas Vepstas81b19552006-12-12 18:29:15 -06003614 if (pci_channel_offline(pdev))
Linas Vepstas282f33c2006-06-08 22:19:44 -07003615 return;
Auke Kok90267292006-06-08 09:30:24 -07003616
Linus Torvalds1da177e2005-04-16 15:20:36 -07003617 spin_lock_irqsave(&adapter->stats_lock, flags);
3618
Masatake YAMATO828d0552007-10-20 03:06:37 +02003619 /* these counters are modified from e1000_tbi_adjust_stats,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003620 * called from the interrupt context, so they must only
3621 * be written while holding adapter->stats_lock
3622 */
3623
Joe Perches1dc32912008-07-11 15:17:08 -07003624 adapter->stats.crcerrs += er32(CRCERRS);
3625 adapter->stats.gprc += er32(GPRC);
3626 adapter->stats.gorcl += er32(GORCL);
3627 adapter->stats.gorch += er32(GORCH);
3628 adapter->stats.bprc += er32(BPRC);
3629 adapter->stats.mprc += er32(MPRC);
3630 adapter->stats.roc += er32(ROC);
Auke Kokcd94dd02006-06-27 09:08:22 -07003631
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003632 adapter->stats.prc64 += er32(PRC64);
3633 adapter->stats.prc127 += er32(PRC127);
3634 adapter->stats.prc255 += er32(PRC255);
3635 adapter->stats.prc511 += er32(PRC511);
3636 adapter->stats.prc1023 += er32(PRC1023);
3637 adapter->stats.prc1522 += er32(PRC1522);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003638
Joe Perches1dc32912008-07-11 15:17:08 -07003639 adapter->stats.symerrs += er32(SYMERRS);
3640 adapter->stats.mpc += er32(MPC);
3641 adapter->stats.scc += er32(SCC);
3642 adapter->stats.ecol += er32(ECOL);
3643 adapter->stats.mcc += er32(MCC);
3644 adapter->stats.latecol += er32(LATECOL);
3645 adapter->stats.dc += er32(DC);
3646 adapter->stats.sec += er32(SEC);
3647 adapter->stats.rlec += er32(RLEC);
3648 adapter->stats.xonrxc += er32(XONRXC);
3649 adapter->stats.xontxc += er32(XONTXC);
3650 adapter->stats.xoffrxc += er32(XOFFRXC);
3651 adapter->stats.xofftxc += er32(XOFFTXC);
3652 adapter->stats.fcruc += er32(FCRUC);
3653 adapter->stats.gptc += er32(GPTC);
3654 adapter->stats.gotcl += er32(GOTCL);
3655 adapter->stats.gotch += er32(GOTCH);
3656 adapter->stats.rnbc += er32(RNBC);
3657 adapter->stats.ruc += er32(RUC);
3658 adapter->stats.rfc += er32(RFC);
3659 adapter->stats.rjc += er32(RJC);
3660 adapter->stats.torl += er32(TORL);
3661 adapter->stats.torh += er32(TORH);
3662 adapter->stats.totl += er32(TOTL);
3663 adapter->stats.toth += er32(TOTH);
3664 adapter->stats.tpr += er32(TPR);
Auke Kokcd94dd02006-06-27 09:08:22 -07003665
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003666 adapter->stats.ptc64 += er32(PTC64);
3667 adapter->stats.ptc127 += er32(PTC127);
3668 adapter->stats.ptc255 += er32(PTC255);
3669 adapter->stats.ptc511 += er32(PTC511);
3670 adapter->stats.ptc1023 += er32(PTC1023);
3671 adapter->stats.ptc1522 += er32(PTC1522);
Auke Kokcd94dd02006-06-27 09:08:22 -07003672
Joe Perches1dc32912008-07-11 15:17:08 -07003673 adapter->stats.mptc += er32(MPTC);
3674 adapter->stats.bptc += er32(BPTC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003675
3676 /* used for adaptive IFS */
3677
Joe Perches1dc32912008-07-11 15:17:08 -07003678 hw->tx_packet_delta = er32(TPT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679 adapter->stats.tpt += hw->tx_packet_delta;
Joe Perches1dc32912008-07-11 15:17:08 -07003680 hw->collision_delta = er32(COLC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003681 adapter->stats.colc += hw->collision_delta;
3682
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003683 if (hw->mac_type >= e1000_82543) {
Joe Perches1dc32912008-07-11 15:17:08 -07003684 adapter->stats.algnerrc += er32(ALGNERRC);
3685 adapter->stats.rxerrc += er32(RXERRC);
3686 adapter->stats.tncrs += er32(TNCRS);
3687 adapter->stats.cexterr += er32(CEXTERR);
3688 adapter->stats.tsctc += er32(TSCTC);
3689 adapter->stats.tsctfc += er32(TSCTFC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003690 }
3691
3692 /* Fill out the OS statistics structure */
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003693 netdev->stats.multicast = adapter->stats.mprc;
3694 netdev->stats.collisions = adapter->stats.colc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003695
3696 /* Rx Errors */
3697
Jeff Kirsher87041632006-03-02 18:21:24 -08003698 /* RLEC on some newer hardware can be incorrect so build
3699 * our own version based on RUC and ROC */
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003700 netdev->stats.rx_errors = adapter->stats.rxerrc +
Linus Torvalds1da177e2005-04-16 15:20:36 -07003701 adapter->stats.crcerrs + adapter->stats.algnerrc +
Jeff Kirsher87041632006-03-02 18:21:24 -08003702 adapter->stats.ruc + adapter->stats.roc +
3703 adapter->stats.cexterr;
Mitch Williams49559852006-09-27 12:53:37 -07003704 adapter->stats.rlerrc = adapter->stats.ruc + adapter->stats.roc;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003705 netdev->stats.rx_length_errors = adapter->stats.rlerrc;
3706 netdev->stats.rx_crc_errors = adapter->stats.crcerrs;
3707 netdev->stats.rx_frame_errors = adapter->stats.algnerrc;
3708 netdev->stats.rx_missed_errors = adapter->stats.mpc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003709
3710 /* Tx Errors */
Mitch Williams49559852006-09-27 12:53:37 -07003711 adapter->stats.txerrc = adapter->stats.ecol + adapter->stats.latecol;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003712 netdev->stats.tx_errors = adapter->stats.txerrc;
3713 netdev->stats.tx_aborted_errors = adapter->stats.ecol;
3714 netdev->stats.tx_window_errors = adapter->stats.latecol;
3715 netdev->stats.tx_carrier_errors = adapter->stats.tncrs;
Joe Perches1dc32912008-07-11 15:17:08 -07003716 if (hw->bad_tx_carr_stats_fd &&
Jeff Garzik167fb282006-12-15 10:41:15 -05003717 adapter->link_duplex == FULL_DUPLEX) {
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003718 netdev->stats.tx_carrier_errors = 0;
Jeff Garzik167fb282006-12-15 10:41:15 -05003719 adapter->stats.tncrs = 0;
3720 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003721
3722 /* Tx Dropped needs to be maintained elsewhere */
3723
3724 /* Phy Stats */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003725 if (hw->media_type == e1000_media_type_copper) {
3726 if ((adapter->link_speed == SPEED_1000) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003727 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) {
3728 phy_tmp &= PHY_IDLE_ERROR_COUNT_MASK;
3729 adapter->phy_stats.idle_errors += phy_tmp;
3730 }
3731
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003732 if ((hw->mac_type <= e1000_82546) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003733 (hw->phy_type == e1000_phy_m88) &&
3734 !e1000_read_phy_reg(hw, M88E1000_RX_ERR_CNTR, &phy_tmp))
3735 adapter->phy_stats.receive_errors += phy_tmp;
3736 }
3737
Jeff Garzik15e376b2006-12-15 11:16:33 -05003738 /* Management Stats */
Joe Perches1dc32912008-07-11 15:17:08 -07003739 if (hw->has_smbus) {
3740 adapter->stats.mgptc += er32(MGTPTC);
3741 adapter->stats.mgprc += er32(MGTPRC);
3742 adapter->stats.mgpdc += er32(MGTPDC);
Jeff Garzik15e376b2006-12-15 11:16:33 -05003743 }
3744
Linus Torvalds1da177e2005-04-16 15:20:36 -07003745 spin_unlock_irqrestore(&adapter->stats_lock, flags);
3746}
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003747
3748/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07003749 * e1000_intr - Interrupt Handler
3750 * @irq: interrupt number
3751 * @data: pointer to a network interface device structure
Linus Torvalds1da177e2005-04-16 15:20:36 -07003752 **/
3753
Joe Perches64798842008-07-11 15:17:02 -07003754static irqreturn_t e1000_intr(int irq, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003755{
3756 struct net_device *netdev = data;
Malli Chilakala60490fe2005-06-17 17:41:45 -07003757 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003758 struct e1000_hw *hw = &adapter->hw;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003759 u32 icr = er32(ICR);
Francois Romieuc3570ac2008-07-11 15:17:38 -07003760
Jesse Brandeburg4c11b8a2011-01-13 07:48:13 +00003761 if (unlikely((!icr)))
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003762 return IRQ_NONE; /* Not our interrupt */
3763
Jesse Brandeburg4c11b8a2011-01-13 07:48:13 +00003764 /*
3765 * we might have caused the interrupt, but the above
3766 * read cleared it, and just in case the driver is
3767 * down there is nothing to do so return handled
3768 */
3769 if (unlikely(test_bit(__E1000_DOWN, &adapter->flags)))
3770 return IRQ_HANDLED;
3771
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003772 if (unlikely(icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003773 hw->get_link_status = 1;
Auke Kok1314bbf2006-09-27 12:54:02 -07003774 /* guard against interrupt when we're going down */
3775 if (!test_bit(__E1000_DOWN, &adapter->flags))
Jesse Brandeburga4010af2011-10-05 07:24:41 +00003776 schedule_delayed_work(&adapter->watchdog_task, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003777 }
3778
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003779 /* disable interrupts, without the synchronize_irq bit */
3780 ew32(IMC, ~0);
3781 E1000_WRITE_FLUSH();
3782
Ben Hutchings288379f2009-01-19 16:43:59 -08003783 if (likely(napi_schedule_prep(&adapter->napi))) {
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003784 adapter->total_tx_bytes = 0;
3785 adapter->total_tx_packets = 0;
3786 adapter->total_rx_bytes = 0;
3787 adapter->total_rx_packets = 0;
Ben Hutchings288379f2009-01-19 16:43:59 -08003788 __napi_schedule(&adapter->napi);
Jesse Brandeburga6c42322009-03-25 21:59:22 +00003789 } else {
Auke Kok90fb5132006-11-01 08:47:30 -08003790 /* this really should not happen! if it does it is basically a
3791 * bug, but not a hard error, so enable ints and continue */
Jesse Brandeburga6c42322009-03-25 21:59:22 +00003792 if (!test_bit(__E1000_DOWN, &adapter->flags))
3793 e1000_irq_enable(adapter);
3794 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003795
Linus Torvalds1da177e2005-04-16 15:20:36 -07003796 return IRQ_HANDLED;
3797}
3798
Linus Torvalds1da177e2005-04-16 15:20:36 -07003799/**
3800 * e1000_clean - NAPI Rx polling callback
3801 * @adapter: board private structure
3802 **/
Joe Perches64798842008-07-11 15:17:02 -07003803static int e1000_clean(struct napi_struct *napi, int budget)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003804{
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003805 struct e1000_adapter *adapter = container_of(napi, struct e1000_adapter, napi);
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003806 int tx_clean_complete = 0, work_done = 0;
Malli Chilakala26483452005-04-28 19:44:46 -07003807
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003808 tx_clean_complete = e1000_clean_tx_irq(adapter, &adapter->tx_ring[0]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003809
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003810 adapter->clean_rx(adapter, &adapter->rx_ring[0], &work_done, budget);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003811
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003812 if (!tx_clean_complete)
David S. Millerd2c7ddd2008-01-15 22:43:24 -08003813 work_done = budget;
3814
David S. Miller53e52c72008-01-07 21:06:12 -08003815 /* If budget not fully consumed, exit the polling mode */
3816 if (work_done < budget) {
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003817 if (likely(adapter->itr_setting & 3))
3818 e1000_set_itr(adapter);
Ben Hutchings288379f2009-01-19 16:43:59 -08003819 napi_complete(napi);
Jesse Brandeburga6c42322009-03-25 21:59:22 +00003820 if (!test_bit(__E1000_DOWN, &adapter->flags))
3821 e1000_irq_enable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003822 }
3823
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003824 return work_done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003825}
3826
Linus Torvalds1da177e2005-04-16 15:20:36 -07003827/**
3828 * e1000_clean_tx_irq - Reclaim resources after transmit completes
3829 * @adapter: board private structure
3830 **/
Joe Perches64798842008-07-11 15:17:02 -07003831static bool e1000_clean_tx_irq(struct e1000_adapter *adapter,
3832 struct e1000_tx_ring *tx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003833{
Joe Perches1dc32912008-07-11 15:17:08 -07003834 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003835 struct net_device *netdev = adapter->netdev;
3836 struct e1000_tx_desc *tx_desc, *eop_desc;
3837 struct e1000_buffer *buffer_info;
3838 unsigned int i, eop;
Jeff Kirsher2a1af5d2006-03-02 18:20:43 -08003839 unsigned int count = 0;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003840 unsigned int total_tx_bytes=0, total_tx_packets=0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003841
3842 i = tx_ring->next_to_clean;
3843 eop = tx_ring->buffer_info[i].next_to_watch;
3844 eop_desc = E1000_TX_DESC(*tx_ring, eop);
3845
Alexander Duyckccfb3422009-03-25 21:59:04 +00003846 while ((eop_desc->upper.data & cpu_to_le32(E1000_TXD_STAT_DD)) &&
3847 (count < tx_ring->count)) {
Jesse Brandeburg843f4262009-04-16 16:59:47 +00003848 bool cleaned = false;
Jeff Kirsher2d0bb1c2010-08-08 16:02:31 +00003849 rmb(); /* read buffer_info after eop_desc */
Jesse Brandeburg843f4262009-04-16 16:59:47 +00003850 for ( ; !cleaned; count++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003851 tx_desc = E1000_TX_DESC(*tx_ring, i);
3852 buffer_info = &tx_ring->buffer_info[i];
3853 cleaned = (i == eop);
3854
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003855 if (cleaned) {
Dean Nelson31c15a22011-08-25 14:39:24 +00003856 total_tx_packets += buffer_info->segs;
3857 total_tx_bytes += buffer_info->bytecount;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003858 }
Jeff Kirsherfd803242005-12-13 00:06:22 -05003859 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08003860 tx_desc->upper.data = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003861
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003862 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003863 }
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003864
Linus Torvalds1da177e2005-04-16 15:20:36 -07003865 eop = tx_ring->buffer_info[i].next_to_watch;
3866 eop_desc = E1000_TX_DESC(*tx_ring, eop);
3867 }
3868
3869 tx_ring->next_to_clean = i;
3870
Auke Kok77b2aad2006-04-14 19:05:25 -07003871#define TX_WAKE_THRESHOLD 32
Jesse Brandeburg843f4262009-04-16 16:59:47 +00003872 if (unlikely(count && netif_carrier_ok(netdev) &&
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003873 E1000_DESC_UNUSED(tx_ring) >= TX_WAKE_THRESHOLD)) {
3874 /* Make sure that anybody stopping the queue after this
3875 * sees the new next_to_clean.
3876 */
3877 smp_mb();
Jesse Brandeburgcdd75492009-09-25 12:18:07 +00003878
3879 if (netif_queue_stopped(netdev) &&
3880 !(test_bit(__E1000_DOWN, &adapter->flags))) {
Auke Kok77b2aad2006-04-14 19:05:25 -07003881 netif_wake_queue(netdev);
Jesse Brandeburgfcfb1222006-11-01 08:47:59 -08003882 ++adapter->restart_queue;
3883 }
Auke Kok77b2aad2006-04-14 19:05:25 -07003884 }
Malli Chilakala26483452005-04-28 19:44:46 -07003885
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003886 if (adapter->detect_tx_hung) {
Malli Chilakala26483452005-04-28 19:44:46 -07003887 /* Detect a transmit hang in hardware, this serializes the
Linus Torvalds1da177e2005-04-16 15:20:36 -07003888 * check with the clearing of time_stamp and movement of i */
Joe Perchesc3033b02008-03-21 11:06:25 -07003889 adapter->detect_tx_hung = false;
Jesse Brandeburgcdd75492009-09-25 12:18:07 +00003890 if (tx_ring->buffer_info[eop].time_stamp &&
3891 time_after(jiffies, tx_ring->buffer_info[eop].time_stamp +
Joe Perches8e95a202009-12-03 07:58:21 +00003892 (adapter->tx_timeout_factor * HZ)) &&
3893 !(er32(STATUS) & E1000_STATUS_TXOFF)) {
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003894
3895 /* detected Tx unit hang */
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003896 e_err(drv, "Detected Tx Unit Hang\n"
Emil Tantilov675ad472010-04-27 14:02:58 +00003897 " Tx Queue <%lu>\n"
3898 " TDH <%x>\n"
3899 " TDT <%x>\n"
3900 " next_to_use <%x>\n"
3901 " next_to_clean <%x>\n"
3902 "buffer_info[next_to_clean]\n"
3903 " time_stamp <%lx>\n"
3904 " next_to_watch <%x>\n"
3905 " jiffies <%lx>\n"
3906 " next_to_watch.status <%x>\n",
Jeff Kirsher7bfa4812006-01-12 16:50:41 -08003907 (unsigned long)((tx_ring - adapter->tx_ring) /
3908 sizeof(struct e1000_tx_ring)),
Joe Perches1dc32912008-07-11 15:17:08 -07003909 readl(hw->hw_addr + tx_ring->tdh),
3910 readl(hw->hw_addr + tx_ring->tdt),
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003911 tx_ring->next_to_use,
Jeff Kirsher392137f2006-01-12 16:50:57 -08003912 tx_ring->next_to_clean,
Jesse Brandeburgcdd75492009-09-25 12:18:07 +00003913 tx_ring->buffer_info[eop].time_stamp,
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003914 eop,
3915 jiffies,
3916 eop_desc->upper.fields.status);
Tushar Daveb04e36b2012-01-27 09:00:46 +00003917 e1000_dump(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003918 netif_stop_queue(netdev);
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003919 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003920 }
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003921 adapter->total_tx_bytes += total_tx_bytes;
3922 adapter->total_tx_packets += total_tx_packets;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003923 netdev->stats.tx_bytes += total_tx_bytes;
3924 netdev->stats.tx_packets += total_tx_packets;
Eric Dumazet807540b2010-09-23 05:40:09 +00003925 return count < tx_ring->count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003926}
3927
3928/**
3929 * e1000_rx_checksum - Receive Checksum Offload for 82543
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003930 * @adapter: board private structure
3931 * @status_err: receive descriptor status and error fields
3932 * @csum: receive descriptor csum field
3933 * @sk_buff: socket buffer with received data
Linus Torvalds1da177e2005-04-16 15:20:36 -07003934 **/
3935
Joe Perches64798842008-07-11 15:17:02 -07003936static void e1000_rx_checksum(struct e1000_adapter *adapter, u32 status_err,
3937 u32 csum, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003938{
Joe Perches1dc32912008-07-11 15:17:08 -07003939 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07003940 u16 status = (u16)status_err;
3941 u8 errors = (u8)(status_err >> 24);
Eric Dumazetbc8acf22010-09-02 13:07:41 -07003942
3943 skb_checksum_none_assert(skb);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003944
Linus Torvalds1da177e2005-04-16 15:20:36 -07003945 /* 82543 or newer only */
Joe Perches1dc32912008-07-11 15:17:08 -07003946 if (unlikely(hw->mac_type < e1000_82543)) return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003947 /* Ignore Checksum bit is set */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003948 if (unlikely(status & E1000_RXD_STAT_IXSM)) return;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003949 /* TCP/UDP checksum error bit is set */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003950 if (unlikely(errors & E1000_RXD_ERR_TCPE)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003951 /* let the stack verify checksum errors */
3952 adapter->hw_csum_err++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003953 return;
3954 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003955 /* TCP/UDP Checksum has not been calculated */
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003956 if (!(status & E1000_RXD_STAT_TCPCS))
3957 return;
3958
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003959 /* It must be a TCP or UDP packet with a valid checksum */
3960 if (likely(status & E1000_RXD_STAT_TCPCS)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003961 /* TCP checksum is good */
3962 skb->ip_summed = CHECKSUM_UNNECESSARY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003963 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003964 adapter->hw_csum_good++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003965}
3966
3967/**
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003968 * e1000_consume_page - helper function
3969 **/
3970static void e1000_consume_page(struct e1000_buffer *bi, struct sk_buff *skb,
3971 u16 length)
3972{
3973 bi->page = NULL;
3974 skb->len += length;
3975 skb->data_len += length;
Eric Dumazeted64b3c2011-10-13 07:53:42 +00003976 skb->truesize += PAGE_SIZE;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003977}
3978
3979/**
3980 * e1000_receive_skb - helper function to handle rx indications
3981 * @adapter: board private structure
3982 * @status: descriptor status field as written by hardware
3983 * @vlan: descriptor vlan field as written by hardware (no le/be conversion)
3984 * @skb: pointer to sk_buff to be indicated to stack
3985 */
3986static void e1000_receive_skb(struct e1000_adapter *adapter, u8 status,
3987 __le16 vlan, struct sk_buff *skb)
3988{
Jesse Brandeburg6a08d192010-09-22 18:23:05 +00003989 skb->protocol = eth_type_trans(skb, adapter->netdev);
3990
Jiri Pirko5622e402011-07-21 03:26:31 +00003991 if (status & E1000_RXD_STAT_VP) {
3992 u16 vid = le16_to_cpu(vlan) & E1000_RXD_SPC_VLAN_MASK;
3993
3994 __vlan_hwaccel_put_tag(skb, vid);
3995 }
3996 napi_gro_receive(&adapter->napi, skb);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003997}
3998
3999/**
4000 * e1000_clean_jumbo_rx_irq - Send received data up the network stack; legacy
4001 * @adapter: board private structure
4002 * @rx_ring: ring to clean
4003 * @work_done: amount of napi work completed this call
4004 * @work_to_do: max amount of work allowed for this call to do
4005 *
4006 * the return value indicates whether actual cleaning was done, there
4007 * is no guarantee that everything was cleaned
4008 */
4009static bool e1000_clean_jumbo_rx_irq(struct e1000_adapter *adapter,
4010 struct e1000_rx_ring *rx_ring,
4011 int *work_done, int work_to_do)
4012{
4013 struct e1000_hw *hw = &adapter->hw;
4014 struct net_device *netdev = adapter->netdev;
4015 struct pci_dev *pdev = adapter->pdev;
4016 struct e1000_rx_desc *rx_desc, *next_rxd;
4017 struct e1000_buffer *buffer_info, *next_buffer;
4018 unsigned long irq_flags;
4019 u32 length;
4020 unsigned int i;
4021 int cleaned_count = 0;
4022 bool cleaned = false;
4023 unsigned int total_rx_bytes=0, total_rx_packets=0;
4024
4025 i = rx_ring->next_to_clean;
4026 rx_desc = E1000_RX_DESC(*rx_ring, i);
4027 buffer_info = &rx_ring->buffer_info[i];
4028
4029 while (rx_desc->status & E1000_RXD_STAT_DD) {
4030 struct sk_buff *skb;
4031 u8 status;
4032
4033 if (*work_done >= work_to_do)
4034 break;
4035 (*work_done)++;
Jeff Kirsher2d0bb1c2010-08-08 16:02:31 +00004036 rmb(); /* read descriptor and rx_buffer_info after status DD */
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004037
4038 status = rx_desc->status;
4039 skb = buffer_info->skb;
4040 buffer_info->skb = NULL;
4041
4042 if (++i == rx_ring->count) i = 0;
4043 next_rxd = E1000_RX_DESC(*rx_ring, i);
4044 prefetch(next_rxd);
4045
4046 next_buffer = &rx_ring->buffer_info[i];
4047
4048 cleaned = true;
4049 cleaned_count++;
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004050 dma_unmap_page(&pdev->dev, buffer_info->dma,
4051 buffer_info->length, DMA_FROM_DEVICE);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004052 buffer_info->dma = 0;
4053
4054 length = le16_to_cpu(rx_desc->length);
4055
4056 /* errors is only valid for DD + EOP descriptors */
4057 if (unlikely((status & E1000_RXD_STAT_EOP) &&
4058 (rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK))) {
4059 u8 last_byte = *(skb->data + length - 1);
4060 if (TBI_ACCEPT(hw, status, rx_desc->errors, length,
4061 last_byte)) {
4062 spin_lock_irqsave(&adapter->stats_lock,
4063 irq_flags);
4064 e1000_tbi_adjust_stats(hw, &adapter->stats,
4065 length, skb->data);
4066 spin_unlock_irqrestore(&adapter->stats_lock,
4067 irq_flags);
4068 length--;
4069 } else {
4070 /* recycle both page and skb */
4071 buffer_info->skb = skb;
4072 /* an error means any chain goes out the window
4073 * too */
4074 if (rx_ring->rx_skb_top)
4075 dev_kfree_skb(rx_ring->rx_skb_top);
4076 rx_ring->rx_skb_top = NULL;
4077 goto next_desc;
4078 }
4079 }
4080
4081#define rxtop rx_ring->rx_skb_top
4082 if (!(status & E1000_RXD_STAT_EOP)) {
4083 /* this descriptor is only the beginning (or middle) */
4084 if (!rxtop) {
4085 /* this is the beginning of a chain */
4086 rxtop = skb;
4087 skb_fill_page_desc(rxtop, 0, buffer_info->page,
4088 0, length);
4089 } else {
4090 /* this is the middle of a chain */
4091 skb_fill_page_desc(rxtop,
4092 skb_shinfo(rxtop)->nr_frags,
4093 buffer_info->page, 0, length);
4094 /* re-use the skb, only consumed the page */
4095 buffer_info->skb = skb;
4096 }
4097 e1000_consume_page(buffer_info, rxtop, length);
4098 goto next_desc;
4099 } else {
4100 if (rxtop) {
4101 /* end of the chain */
4102 skb_fill_page_desc(rxtop,
4103 skb_shinfo(rxtop)->nr_frags,
4104 buffer_info->page, 0, length);
4105 /* re-use the current skb, we only consumed the
4106 * page */
4107 buffer_info->skb = skb;
4108 skb = rxtop;
4109 rxtop = NULL;
4110 e1000_consume_page(buffer_info, skb, length);
4111 } else {
4112 /* no chain, got EOP, this buf is the packet
4113 * copybreak to save the put_page/alloc_page */
4114 if (length <= copybreak &&
4115 skb_tailroom(skb) >= length) {
4116 u8 *vaddr;
4117 vaddr = kmap_atomic(buffer_info->page,
4118 KM_SKB_DATA_SOFTIRQ);
4119 memcpy(skb_tail_pointer(skb), vaddr, length);
4120 kunmap_atomic(vaddr,
4121 KM_SKB_DATA_SOFTIRQ);
4122 /* re-use the page, so don't erase
4123 * buffer_info->page */
4124 skb_put(skb, length);
4125 } else {
4126 skb_fill_page_desc(skb, 0,
4127 buffer_info->page, 0,
4128 length);
4129 e1000_consume_page(buffer_info, skb,
4130 length);
4131 }
4132 }
4133 }
4134
4135 /* Receive Checksum Offload XXX recompute due to CRC strip? */
4136 e1000_rx_checksum(adapter,
4137 (u32)(status) |
4138 ((u32)(rx_desc->errors) << 24),
4139 le16_to_cpu(rx_desc->csum), skb);
4140
Ben Greearb0d15622012-02-11 15:40:11 +00004141 total_rx_bytes += (skb->len - 4); /* don't count FCS */
4142 if (likely(!(netdev->features & NETIF_F_RXFCS)))
4143 pskb_trim(skb, skb->len - 4);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004144 total_rx_packets++;
4145
4146 /* eth type trans needs skb->data to point to something */
4147 if (!pskb_may_pull(skb, ETH_HLEN)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004148 e_err(drv, "pskb_may_pull failed.\n");
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004149 dev_kfree_skb(skb);
4150 goto next_desc;
4151 }
4152
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004153 e1000_receive_skb(adapter, status, rx_desc->special, skb);
4154
4155next_desc:
4156 rx_desc->status = 0;
4157
4158 /* return some buffers to hardware, one at a time is too slow */
4159 if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) {
4160 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4161 cleaned_count = 0;
4162 }
4163
4164 /* use prefetched values */
4165 rx_desc = next_rxd;
4166 buffer_info = next_buffer;
4167 }
4168 rx_ring->next_to_clean = i;
4169
4170 cleaned_count = E1000_DESC_UNUSED(rx_ring);
4171 if (cleaned_count)
4172 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4173
4174 adapter->total_rx_packets += total_rx_packets;
4175 adapter->total_rx_bytes += total_rx_bytes;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00004176 netdev->stats.rx_bytes += total_rx_bytes;
4177 netdev->stats.rx_packets += total_rx_packets;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004178 return cleaned;
4179}
4180
Joe Perches57bf6ee2010-05-13 15:26:17 +00004181/*
4182 * this should improve performance for small packets with large amounts
4183 * of reassembly being done in the stack
4184 */
4185static void e1000_check_copybreak(struct net_device *netdev,
4186 struct e1000_buffer *buffer_info,
4187 u32 length, struct sk_buff **skb)
4188{
4189 struct sk_buff *new_skb;
4190
4191 if (length > copybreak)
4192 return;
4193
4194 new_skb = netdev_alloc_skb_ip_align(netdev, length);
4195 if (!new_skb)
4196 return;
4197
4198 skb_copy_to_linear_data_offset(new_skb, -NET_IP_ALIGN,
4199 (*skb)->data - NET_IP_ALIGN,
4200 length + NET_IP_ALIGN);
4201 /* save the skb in buffer_info as good */
4202 buffer_info->skb = *skb;
4203 *skb = new_skb;
4204}
4205
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004206/**
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004207 * e1000_clean_rx_irq - Send received data up the network stack; legacy
Linus Torvalds1da177e2005-04-16 15:20:36 -07004208 * @adapter: board private structure
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004209 * @rx_ring: ring to clean
4210 * @work_done: amount of napi work completed this call
4211 * @work_to_do: max amount of work allowed for this call to do
4212 */
Joe Perches64798842008-07-11 15:17:02 -07004213static bool e1000_clean_rx_irq(struct e1000_adapter *adapter,
4214 struct e1000_rx_ring *rx_ring,
4215 int *work_done, int work_to_do)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004216{
Joe Perches1dc32912008-07-11 15:17:08 -07004217 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004218 struct net_device *netdev = adapter->netdev;
4219 struct pci_dev *pdev = adapter->pdev;
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004220 struct e1000_rx_desc *rx_desc, *next_rxd;
4221 struct e1000_buffer *buffer_info, *next_buffer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004222 unsigned long flags;
Joe Perches406874a2008-04-03 10:06:32 -07004223 u32 length;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004224 unsigned int i;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004225 int cleaned_count = 0;
Joe Perchesc3033b02008-03-21 11:06:25 -07004226 bool cleaned = false;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004227 unsigned int total_rx_bytes=0, total_rx_packets=0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004228
4229 i = rx_ring->next_to_clean;
4230 rx_desc = E1000_RX_DESC(*rx_ring, i);
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004231 buffer_info = &rx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07004232
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004233 while (rx_desc->status & E1000_RXD_STAT_DD) {
Auke Kok24f476e2006-06-08 09:28:47 -07004234 struct sk_buff *skb;
Jeff Kirshera292ca62006-01-12 16:51:30 -08004235 u8 status;
Auke Kok90fb5132006-11-01 08:47:30 -08004236
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004237 if (*work_done >= work_to_do)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004238 break;
4239 (*work_done)++;
Jeff Kirsher2d0bb1c2010-08-08 16:02:31 +00004240 rmb(); /* read descriptor and rx_buffer_info after status DD */
Francois Romieuc3570ac2008-07-11 15:17:38 -07004241
Jeff Kirshera292ca62006-01-12 16:51:30 -08004242 status = rx_desc->status;
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004243 skb = buffer_info->skb;
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004244 buffer_info->skb = NULL;
4245
Jeff Kirsher30320be2006-03-02 18:21:57 -08004246 prefetch(skb->data - NET_IP_ALIGN);
4247
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004248 if (++i == rx_ring->count) i = 0;
4249 next_rxd = E1000_RX_DESC(*rx_ring, i);
Jeff Kirsher30320be2006-03-02 18:21:57 -08004250 prefetch(next_rxd);
4251
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004252 next_buffer = &rx_ring->buffer_info[i];
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004253
Joe Perchesc3033b02008-03-21 11:06:25 -07004254 cleaned = true;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004255 cleaned_count++;
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004256 dma_unmap_single(&pdev->dev, buffer_info->dma,
4257 buffer_info->length, DMA_FROM_DEVICE);
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00004258 buffer_info->dma = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004259
Linus Torvalds1da177e2005-04-16 15:20:36 -07004260 length = le16_to_cpu(rx_desc->length);
Neil Hormanea30e112009-06-02 01:29:58 -07004261 /* !EOP means multiple descriptors were used to store a single
Jesse Brandeburg40a14de2010-01-19 14:15:38 +00004262 * packet, if thats the case we need to toss it. In fact, we
4263 * to toss every packet with the EOP bit clear and the next
4264 * frame that _does_ have the EOP bit set, as it is by
4265 * definition only a frame fragment
4266 */
4267 if (unlikely(!(status & E1000_RXD_STAT_EOP)))
4268 adapter->discarding = true;
4269
4270 if (adapter->discarding) {
Jeff Kirshera1415ee2006-02-28 20:24:07 -08004271 /* All receives must fit into a single buffer */
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004272 e_dbg("Receive packet consumed multiple buffers\n");
Auke Kok864c4e42006-06-27 09:06:53 -07004273 /* recycle */
Auke Kok8fc897b2006-08-28 14:56:16 -07004274 buffer_info->skb = skb;
Jesse Brandeburg40a14de2010-01-19 14:15:38 +00004275 if (status & E1000_RXD_STAT_EOP)
4276 adapter->discarding = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004277 goto next_desc;
4278 }
4279
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004280 if (unlikely(rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK)) {
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004281 u8 last_byte = *(skb->data + length - 1);
Joe Perches1dc32912008-07-11 15:17:08 -07004282 if (TBI_ACCEPT(hw, status, rx_desc->errors, length,
4283 last_byte)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004284 spin_lock_irqsave(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004285 e1000_tbi_adjust_stats(hw, &adapter->stats,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004286 length, skb->data);
4287 spin_unlock_irqrestore(&adapter->stats_lock,
4288 flags);
4289 length--;
4290 } else {
Auke Kok9e2feac2006-04-14 19:05:18 -07004291 /* recycle */
4292 buffer_info->skb = skb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004293 goto next_desc;
4294 }
Auke Kok1cb58212006-04-18 12:31:04 -07004295 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004296
Ben Greearb0d15622012-02-11 15:40:11 +00004297 total_rx_bytes += (length - 4); /* don't count FCS */
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004298 total_rx_packets++;
4299
Ben Greearb0d15622012-02-11 15:40:11 +00004300 if (likely(!(netdev->features & NETIF_F_RXFCS)))
4301 /* adjust length to remove Ethernet CRC, this must be
4302 * done after the TBI_ACCEPT workaround above
4303 */
4304 length -= 4;
4305
Joe Perches57bf6ee2010-05-13 15:26:17 +00004306 e1000_check_copybreak(netdev, buffer_info, length, &skb);
4307
Auke Kok996695d2006-11-01 08:47:50 -08004308 skb_put(skb, length);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004309
4310 /* Receive Checksum Offload */
Jeff Kirshera292ca62006-01-12 16:51:30 -08004311 e1000_rx_checksum(adapter,
Joe Perches406874a2008-04-03 10:06:32 -07004312 (u32)(status) |
4313 ((u32)(rx_desc->errors) << 24),
David S. Millerc3d7a3a2006-03-15 14:26:28 -08004314 le16_to_cpu(rx_desc->csum), skb);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004315
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004316 e1000_receive_skb(adapter, status, rx_desc->special, skb);
Francois Romieuc3570ac2008-07-11 15:17:38 -07004317
Linus Torvalds1da177e2005-04-16 15:20:36 -07004318next_desc:
4319 rx_desc->status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004320
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004321 /* return some buffers to hardware, one at a time is too slow */
4322 if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) {
4323 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4324 cleaned_count = 0;
4325 }
4326
Jeff Kirsher30320be2006-03-02 18:21:57 -08004327 /* use prefetched values */
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004328 rx_desc = next_rxd;
4329 buffer_info = next_buffer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004330 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004331 rx_ring->next_to_clean = i;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004332
4333 cleaned_count = E1000_DESC_UNUSED(rx_ring);
4334 if (cleaned_count)
4335 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004336
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004337 adapter->total_rx_packets += total_rx_packets;
4338 adapter->total_rx_bytes += total_rx_bytes;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00004339 netdev->stats.rx_bytes += total_rx_bytes;
4340 netdev->stats.rx_packets += total_rx_packets;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004341 return cleaned;
4342}
4343
4344/**
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004345 * e1000_alloc_jumbo_rx_buffers - Replace used jumbo receive buffers
4346 * @adapter: address of board private structure
4347 * @rx_ring: pointer to receive ring structure
4348 * @cleaned_count: number of buffers to allocate this pass
4349 **/
4350
4351static void
4352e1000_alloc_jumbo_rx_buffers(struct e1000_adapter *adapter,
4353 struct e1000_rx_ring *rx_ring, int cleaned_count)
4354{
4355 struct net_device *netdev = adapter->netdev;
4356 struct pci_dev *pdev = adapter->pdev;
4357 struct e1000_rx_desc *rx_desc;
4358 struct e1000_buffer *buffer_info;
4359 struct sk_buff *skb;
4360 unsigned int i;
Eric Dumazet89d71a62009-10-13 05:34:20 +00004361 unsigned int bufsz = 256 - 16 /*for skb_reserve */ ;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004362
4363 i = rx_ring->next_to_use;
4364 buffer_info = &rx_ring->buffer_info[i];
4365
4366 while (cleaned_count--) {
4367 skb = buffer_info->skb;
4368 if (skb) {
4369 skb_trim(skb, 0);
4370 goto check_page;
4371 }
4372
Eric Dumazet89d71a62009-10-13 05:34:20 +00004373 skb = netdev_alloc_skb_ip_align(netdev, bufsz);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004374 if (unlikely(!skb)) {
4375 /* Better luck next round */
4376 adapter->alloc_rx_buff_failed++;
4377 break;
4378 }
4379
4380 /* Fix for errata 23, can't cross 64kB boundary */
4381 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4382 struct sk_buff *oldskb = skb;
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004383 e_err(rx_err, "skb align check failed: %u bytes at "
4384 "%p\n", bufsz, skb->data);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004385 /* Try again, without freeing the previous */
Eric Dumazet89d71a62009-10-13 05:34:20 +00004386 skb = netdev_alloc_skb_ip_align(netdev, bufsz);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004387 /* Failed allocation, critical failure */
4388 if (!skb) {
4389 dev_kfree_skb(oldskb);
4390 adapter->alloc_rx_buff_failed++;
4391 break;
4392 }
4393
4394 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4395 /* give up */
4396 dev_kfree_skb(skb);
4397 dev_kfree_skb(oldskb);
4398 break; /* while (cleaned_count--) */
4399 }
4400
4401 /* Use new allocation */
4402 dev_kfree_skb(oldskb);
4403 }
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004404 buffer_info->skb = skb;
4405 buffer_info->length = adapter->rx_buffer_len;
4406check_page:
4407 /* allocate a new page if necessary */
4408 if (!buffer_info->page) {
4409 buffer_info->page = alloc_page(GFP_ATOMIC);
4410 if (unlikely(!buffer_info->page)) {
4411 adapter->alloc_rx_buff_failed++;
4412 break;
4413 }
4414 }
4415
Anton Blanchardb5abb022010-02-19 17:54:53 +00004416 if (!buffer_info->dma) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004417 buffer_info->dma = dma_map_page(&pdev->dev,
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004418 buffer_info->page, 0,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004419 buffer_info->length,
4420 DMA_FROM_DEVICE);
4421 if (dma_mapping_error(&pdev->dev, buffer_info->dma)) {
Anton Blanchardb5abb022010-02-19 17:54:53 +00004422 put_page(buffer_info->page);
4423 dev_kfree_skb(skb);
4424 buffer_info->page = NULL;
4425 buffer_info->skb = NULL;
4426 buffer_info->dma = 0;
4427 adapter->alloc_rx_buff_failed++;
4428 break; /* while !buffer_info->skb */
4429 }
4430 }
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004431
4432 rx_desc = E1000_RX_DESC(*rx_ring, i);
4433 rx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
4434
4435 if (unlikely(++i == rx_ring->count))
4436 i = 0;
4437 buffer_info = &rx_ring->buffer_info[i];
4438 }
4439
4440 if (likely(rx_ring->next_to_use != i)) {
4441 rx_ring->next_to_use = i;
4442 if (unlikely(i-- == 0))
4443 i = (rx_ring->count - 1);
4444
4445 /* Force memory writes to complete before letting h/w
4446 * know there are new descriptors to fetch. (Only
4447 * applicable for weak-ordered memory model archs,
4448 * such as IA-64). */
4449 wmb();
4450 writel(i, adapter->hw.hw_addr + rx_ring->rdt);
4451 }
4452}
4453
4454/**
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004455 * e1000_alloc_rx_buffers - Replace used receive buffers; legacy & extended
Linus Torvalds1da177e2005-04-16 15:20:36 -07004456 * @adapter: address of board private structure
4457 **/
4458
Joe Perches64798842008-07-11 15:17:02 -07004459static void e1000_alloc_rx_buffers(struct e1000_adapter *adapter,
4460 struct e1000_rx_ring *rx_ring,
4461 int cleaned_count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004462{
Joe Perches1dc32912008-07-11 15:17:08 -07004463 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004464 struct net_device *netdev = adapter->netdev;
4465 struct pci_dev *pdev = adapter->pdev;
4466 struct e1000_rx_desc *rx_desc;
4467 struct e1000_buffer *buffer_info;
4468 struct sk_buff *skb;
Malli Chilakala26483452005-04-28 19:44:46 -07004469 unsigned int i;
Eric Dumazet89d71a62009-10-13 05:34:20 +00004470 unsigned int bufsz = adapter->rx_buffer_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004471
4472 i = rx_ring->next_to_use;
4473 buffer_info = &rx_ring->buffer_info[i];
4474
Jeff Kirshera292ca62006-01-12 16:51:30 -08004475 while (cleaned_count--) {
Christoph Hellwigca6f7222006-08-31 14:27:47 -07004476 skb = buffer_info->skb;
4477 if (skb) {
Jeff Kirshera292ca62006-01-12 16:51:30 -08004478 skb_trim(skb, 0);
4479 goto map_skb;
4480 }
4481
Eric Dumazet89d71a62009-10-13 05:34:20 +00004482 skb = netdev_alloc_skb_ip_align(netdev, bufsz);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004483 if (unlikely(!skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004484 /* Better luck next round */
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004485 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004486 break;
4487 }
4488
Malli Chilakala26483452005-04-28 19:44:46 -07004489 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004490 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4491 struct sk_buff *oldskb = skb;
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004492 e_err(rx_err, "skb align check failed: %u bytes at "
4493 "%p\n", bufsz, skb->data);
Malli Chilakala26483452005-04-28 19:44:46 -07004494 /* Try again, without freeing the previous */
Eric Dumazet89d71a62009-10-13 05:34:20 +00004495 skb = netdev_alloc_skb_ip_align(netdev, bufsz);
Malli Chilakala26483452005-04-28 19:44:46 -07004496 /* Failed allocation, critical failure */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004497 if (!skb) {
4498 dev_kfree_skb(oldskb);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004499 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004500 break;
4501 }
Malli Chilakala26483452005-04-28 19:44:46 -07004502
Linus Torvalds1da177e2005-04-16 15:20:36 -07004503 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4504 /* give up */
4505 dev_kfree_skb(skb);
4506 dev_kfree_skb(oldskb);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004507 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004508 break; /* while !buffer_info->skb */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004509 }
Christoph Hellwigca6f7222006-08-31 14:27:47 -07004510
4511 /* Use new allocation */
4512 dev_kfree_skb(oldskb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004513 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004514 buffer_info->skb = skb;
4515 buffer_info->length = adapter->rx_buffer_len;
Jeff Kirshera292ca62006-01-12 16:51:30 -08004516map_skb:
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004517 buffer_info->dma = dma_map_single(&pdev->dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004518 skb->data,
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004519 buffer_info->length,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004520 DMA_FROM_DEVICE);
4521 if (dma_mapping_error(&pdev->dev, buffer_info->dma)) {
Anton Blanchardb5abb022010-02-19 17:54:53 +00004522 dev_kfree_skb(skb);
4523 buffer_info->skb = NULL;
4524 buffer_info->dma = 0;
4525 adapter->alloc_rx_buff_failed++;
4526 break; /* while !buffer_info->skb */
4527 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004528
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004529 /*
4530 * XXX if it was allocated cleanly it will never map to a
4531 * boundary crossing
4532 */
4533
Malli Chilakala26483452005-04-28 19:44:46 -07004534 /* Fix for errata 23, can't cross 64kB boundary */
4535 if (!e1000_check_64k_bound(adapter,
4536 (void *)(unsigned long)buffer_info->dma,
4537 adapter->rx_buffer_len)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004538 e_err(rx_err, "dma align check failed: %u bytes at "
4539 "%p\n", adapter->rx_buffer_len,
Emil Tantilov675ad472010-04-27 14:02:58 +00004540 (void *)(unsigned long)buffer_info->dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004541 dev_kfree_skb(skb);
4542 buffer_info->skb = NULL;
4543
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004544 dma_unmap_single(&pdev->dev, buffer_info->dma,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004545 adapter->rx_buffer_len,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004546 DMA_FROM_DEVICE);
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00004547 buffer_info->dma = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004548
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004549 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004550 break; /* while !buffer_info->skb */
4551 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004552 rx_desc = E1000_RX_DESC(*rx_ring, i);
4553 rx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
4554
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004555 if (unlikely(++i == rx_ring->count))
4556 i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004557 buffer_info = &rx_ring->buffer_info[i];
4558 }
4559
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004560 if (likely(rx_ring->next_to_use != i)) {
4561 rx_ring->next_to_use = i;
4562 if (unlikely(i-- == 0))
4563 i = (rx_ring->count - 1);
4564
4565 /* Force memory writes to complete before letting h/w
4566 * know there are new descriptors to fetch. (Only
4567 * applicable for weak-ordered memory model archs,
4568 * such as IA-64). */
4569 wmb();
Joe Perches1dc32912008-07-11 15:17:08 -07004570 writel(i, hw->hw_addr + rx_ring->rdt);
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004571 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004572}
4573
4574/**
4575 * e1000_smartspeed - Workaround for SmartSpeed on 82541 and 82547 controllers.
4576 * @adapter:
4577 **/
4578
Joe Perches64798842008-07-11 15:17:02 -07004579static void e1000_smartspeed(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004580{
Joe Perches1dc32912008-07-11 15:17:08 -07004581 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004582 u16 phy_status;
4583 u16 phy_ctrl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004584
Joe Perches1dc32912008-07-11 15:17:08 -07004585 if ((hw->phy_type != e1000_phy_igp) || !hw->autoneg ||
4586 !(hw->autoneg_advertised & ADVERTISE_1000_FULL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004587 return;
4588
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004589 if (adapter->smartspeed == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004590 /* If Master/Slave config fault is asserted twice,
4591 * we assume back-to-back */
Joe Perches1dc32912008-07-11 15:17:08 -07004592 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004593 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return;
Joe Perches1dc32912008-07-11 15:17:08 -07004594 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004595 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return;
Joe Perches1dc32912008-07-11 15:17:08 -07004596 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004597 if (phy_ctrl & CR_1000T_MS_ENABLE) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004598 phy_ctrl &= ~CR_1000T_MS_ENABLE;
Joe Perches1dc32912008-07-11 15:17:08 -07004599 e1000_write_phy_reg(hw, PHY_1000T_CTRL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004600 phy_ctrl);
4601 adapter->smartspeed++;
Joe Perches1dc32912008-07-11 15:17:08 -07004602 if (!e1000_phy_setup_autoneg(hw) &&
4603 !e1000_read_phy_reg(hw, PHY_CTRL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004604 &phy_ctrl)) {
4605 phy_ctrl |= (MII_CR_AUTO_NEG_EN |
4606 MII_CR_RESTART_AUTO_NEG);
Joe Perches1dc32912008-07-11 15:17:08 -07004607 e1000_write_phy_reg(hw, PHY_CTRL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004608 phy_ctrl);
4609 }
4610 }
4611 return;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004612 } else if (adapter->smartspeed == E1000_SMARTSPEED_DOWNSHIFT) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004613 /* If still no link, perhaps using 2/3 pair cable */
Joe Perches1dc32912008-07-11 15:17:08 -07004614 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004615 phy_ctrl |= CR_1000T_MS_ENABLE;
Joe Perches1dc32912008-07-11 15:17:08 -07004616 e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl);
4617 if (!e1000_phy_setup_autoneg(hw) &&
4618 !e1000_read_phy_reg(hw, PHY_CTRL, &phy_ctrl)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004619 phy_ctrl |= (MII_CR_AUTO_NEG_EN |
4620 MII_CR_RESTART_AUTO_NEG);
Joe Perches1dc32912008-07-11 15:17:08 -07004621 e1000_write_phy_reg(hw, PHY_CTRL, phy_ctrl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004622 }
4623 }
4624 /* Restart process after E1000_SMARTSPEED_MAX iterations */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004625 if (adapter->smartspeed++ == E1000_SMARTSPEED_MAX)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004626 adapter->smartspeed = 0;
4627}
4628
4629/**
4630 * e1000_ioctl -
4631 * @netdev:
4632 * @ifreq:
4633 * @cmd:
4634 **/
4635
Joe Perches64798842008-07-11 15:17:02 -07004636static int e1000_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004637{
4638 switch (cmd) {
4639 case SIOCGMIIPHY:
4640 case SIOCGMIIREG:
4641 case SIOCSMIIREG:
4642 return e1000_mii_ioctl(netdev, ifr, cmd);
4643 default:
4644 return -EOPNOTSUPP;
4645 }
4646}
4647
4648/**
4649 * e1000_mii_ioctl -
4650 * @netdev:
4651 * @ifreq:
4652 * @cmd:
4653 **/
4654
Joe Perches64798842008-07-11 15:17:02 -07004655static int e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr,
4656 int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004657{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004658 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004659 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004660 struct mii_ioctl_data *data = if_mii(ifr);
4661 int retval;
Joe Perches406874a2008-04-03 10:06:32 -07004662 u16 mii_reg;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004663 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004664
Joe Perches1dc32912008-07-11 15:17:08 -07004665 if (hw->media_type != e1000_media_type_copper)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004666 return -EOPNOTSUPP;
4667
4668 switch (cmd) {
4669 case SIOCGMIIPHY:
Joe Perches1dc32912008-07-11 15:17:08 -07004670 data->phy_id = hw->phy_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004671 break;
4672 case SIOCGMIIREG:
Malli Chilakala97876fc2005-06-17 17:40:19 -07004673 spin_lock_irqsave(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004674 if (e1000_read_phy_reg(hw, data->reg_num & 0x1F,
Malli Chilakala97876fc2005-06-17 17:40:19 -07004675 &data->val_out)) {
4676 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004677 return -EIO;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004678 }
4679 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004680 break;
4681 case SIOCSMIIREG:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004682 if (data->reg_num & ~(0x1F))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004683 return -EFAULT;
4684 mii_reg = data->val_in;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004685 spin_lock_irqsave(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004686 if (e1000_write_phy_reg(hw, data->reg_num,
Malli Chilakala97876fc2005-06-17 17:40:19 -07004687 mii_reg)) {
4688 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004689 return -EIO;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004690 }
Jesse Brandeburgf0163ac2007-11-13 21:00:09 -08004691 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004692 if (hw->media_type == e1000_media_type_copper) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004693 switch (data->reg_num) {
4694 case PHY_CTRL:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004695 if (mii_reg & MII_CR_POWER_DOWN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004696 break;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004697 if (mii_reg & MII_CR_AUTO_NEG_EN) {
Joe Perches1dc32912008-07-11 15:17:08 -07004698 hw->autoneg = 1;
4699 hw->autoneg_advertised = 0x2F;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004700 } else {
David Decotigny14ad2512011-04-27 18:32:43 +00004701 u32 speed;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004702 if (mii_reg & 0x40)
David Decotigny14ad2512011-04-27 18:32:43 +00004703 speed = SPEED_1000;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004704 else if (mii_reg & 0x2000)
David Decotigny14ad2512011-04-27 18:32:43 +00004705 speed = SPEED_100;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004706 else
David Decotigny14ad2512011-04-27 18:32:43 +00004707 speed = SPEED_10;
4708 retval = e1000_set_spd_dplx(
4709 adapter, speed,
4710 ((mii_reg & 0x100)
4711 ? DUPLEX_FULL :
4712 DUPLEX_HALF));
Jesse Brandeburgf0163ac2007-11-13 21:00:09 -08004713 if (retval)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004714 return retval;
4715 }
Auke Kok2db10a02006-06-27 09:06:28 -07004716 if (netif_running(adapter->netdev))
4717 e1000_reinit_locked(adapter);
4718 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07004719 e1000_reset(adapter);
4720 break;
4721 case M88E1000_PHY_SPEC_CTRL:
4722 case M88E1000_EXT_PHY_SPEC_CTRL:
Joe Perches1dc32912008-07-11 15:17:08 -07004723 if (e1000_phy_reset(hw))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004724 return -EIO;
4725 break;
4726 }
4727 } else {
4728 switch (data->reg_num) {
4729 case PHY_CTRL:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004730 if (mii_reg & MII_CR_POWER_DOWN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004731 break;
Auke Kok2db10a02006-06-27 09:06:28 -07004732 if (netif_running(adapter->netdev))
4733 e1000_reinit_locked(adapter);
4734 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07004735 e1000_reset(adapter);
4736 break;
4737 }
4738 }
4739 break;
4740 default:
4741 return -EOPNOTSUPP;
4742 }
4743 return E1000_SUCCESS;
4744}
4745
Joe Perches64798842008-07-11 15:17:02 -07004746void e1000_pci_set_mwi(struct e1000_hw *hw)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004747{
4748 struct e1000_adapter *adapter = hw->back;
Malli Chilakala26483452005-04-28 19:44:46 -07004749 int ret_val = pci_set_mwi(adapter->pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004750
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004751 if (ret_val)
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004752 e_err(probe, "Error in setting MWI\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07004753}
4754
Joe Perches64798842008-07-11 15:17:02 -07004755void e1000_pci_clear_mwi(struct e1000_hw *hw)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004756{
4757 struct e1000_adapter *adapter = hw->back;
4758
4759 pci_clear_mwi(adapter->pdev);
4760}
4761
Joe Perches64798842008-07-11 15:17:02 -07004762int e1000_pcix_get_mmrbc(struct e1000_hw *hw)
Peter Oruba007755e2007-09-28 22:42:06 -07004763{
4764 struct e1000_adapter *adapter = hw->back;
4765 return pcix_get_mmrbc(adapter->pdev);
4766}
4767
Joe Perches64798842008-07-11 15:17:02 -07004768void e1000_pcix_set_mmrbc(struct e1000_hw *hw, int mmrbc)
Peter Oruba007755e2007-09-28 22:42:06 -07004769{
4770 struct e1000_adapter *adapter = hw->back;
4771 pcix_set_mmrbc(adapter->pdev, mmrbc);
4772}
4773
Joe Perches64798842008-07-11 15:17:02 -07004774void e1000_io_write(struct e1000_hw *hw, unsigned long port, u32 value)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004775{
4776 outl(value, port);
4777}
4778
Jiri Pirko5622e402011-07-21 03:26:31 +00004779static bool e1000_vlan_used(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004780{
Jiri Pirko5622e402011-07-21 03:26:31 +00004781 u16 vid;
4782
4783 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID)
4784 return true;
4785 return false;
4786}
4787
4788static void e1000_vlan_filter_on_off(struct e1000_adapter *adapter,
4789 bool filter_on)
4790{
Joe Perches1dc32912008-07-11 15:17:08 -07004791 struct e1000_hw *hw = &adapter->hw;
Jiri Pirko5622e402011-07-21 03:26:31 +00004792 u32 rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004793
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004794 if (!test_bit(__E1000_DOWN, &adapter->flags))
4795 e1000_irq_disable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004796
Jiri Pirko5622e402011-07-21 03:26:31 +00004797 if (filter_on) {
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00004798 /* enable VLAN receive filtering */
4799 rctl = er32(RCTL);
4800 rctl &= ~E1000_RCTL_CFIEN;
Jiri Pirko5622e402011-07-21 03:26:31 +00004801 if (!(adapter->netdev->flags & IFF_PROMISC))
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00004802 rctl |= E1000_RCTL_VFE;
4803 ew32(RCTL, rctl);
4804 e1000_update_mng_vlan(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004805 } else {
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00004806 /* disable VLAN receive filtering */
4807 rctl = er32(RCTL);
4808 rctl &= ~E1000_RCTL_VFE;
4809 ew32(RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004810 }
4811
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004812 if (!test_bit(__E1000_DOWN, &adapter->flags))
4813 e1000_irq_enable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004814}
4815
Michał Mirosławc8f44af2011-11-15 15:29:55 +00004816static void e1000_vlan_mode(struct net_device *netdev,
4817 netdev_features_t features)
Jiri Pirko5622e402011-07-21 03:26:31 +00004818{
4819 struct e1000_adapter *adapter = netdev_priv(netdev);
4820 struct e1000_hw *hw = &adapter->hw;
4821 u32 ctrl;
4822
4823 if (!test_bit(__E1000_DOWN, &adapter->flags))
4824 e1000_irq_disable(adapter);
4825
4826 ctrl = er32(CTRL);
4827 if (features & NETIF_F_HW_VLAN_RX) {
4828 /* enable VLAN tag insert/strip */
4829 ctrl |= E1000_CTRL_VME;
4830 } else {
4831 /* disable VLAN tag insert/strip */
4832 ctrl &= ~E1000_CTRL_VME;
4833 }
4834 ew32(CTRL, ctrl);
4835
4836 if (!test_bit(__E1000_DOWN, &adapter->flags))
4837 e1000_irq_enable(adapter);
4838}
4839
Jiri Pirko8e586132011-12-08 19:52:37 -05004840static int e1000_vlan_rx_add_vid(struct net_device *netdev, u16 vid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004841{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004842 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004843 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004844 u32 vfta, index;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004845
Joe Perches1dc32912008-07-11 15:17:08 -07004846 if ((hw->mng_cookie.status &
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004847 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) &&
4848 (vid == adapter->mng_vlan_id))
Jiri Pirko8e586132011-12-08 19:52:37 -05004849 return 0;
Jiri Pirko5622e402011-07-21 03:26:31 +00004850
4851 if (!e1000_vlan_used(adapter))
4852 e1000_vlan_filter_on_off(adapter, true);
4853
Linus Torvalds1da177e2005-04-16 15:20:36 -07004854 /* add VID to filter table */
4855 index = (vid >> 5) & 0x7F;
Joe Perches1dc32912008-07-11 15:17:08 -07004856 vfta = E1000_READ_REG_ARRAY(hw, VFTA, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004857 vfta |= (1 << (vid & 0x1F));
Joe Perches1dc32912008-07-11 15:17:08 -07004858 e1000_write_vfta(hw, index, vfta);
Jiri Pirko5622e402011-07-21 03:26:31 +00004859
4860 set_bit(vid, adapter->active_vlans);
Jiri Pirko8e586132011-12-08 19:52:37 -05004861
4862 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004863}
4864
Jiri Pirko8e586132011-12-08 19:52:37 -05004865static int e1000_vlan_rx_kill_vid(struct net_device *netdev, u16 vid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004866{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004867 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004868 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004869 u32 vfta, index;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004870
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004871 if (!test_bit(__E1000_DOWN, &adapter->flags))
4872 e1000_irq_disable(adapter);
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004873 if (!test_bit(__E1000_DOWN, &adapter->flags))
4874 e1000_irq_enable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004875
4876 /* remove VID from filter table */
4877 index = (vid >> 5) & 0x7F;
Joe Perches1dc32912008-07-11 15:17:08 -07004878 vfta = E1000_READ_REG_ARRAY(hw, VFTA, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004879 vfta &= ~(1 << (vid & 0x1F));
Joe Perches1dc32912008-07-11 15:17:08 -07004880 e1000_write_vfta(hw, index, vfta);
Jiri Pirko5622e402011-07-21 03:26:31 +00004881
4882 clear_bit(vid, adapter->active_vlans);
4883
4884 if (!e1000_vlan_used(adapter))
4885 e1000_vlan_filter_on_off(adapter, false);
Jiri Pirko8e586132011-12-08 19:52:37 -05004886
4887 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004888}
4889
Joe Perches64798842008-07-11 15:17:02 -07004890static void e1000_restore_vlan(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004891{
Jiri Pirko5622e402011-07-21 03:26:31 +00004892 u16 vid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004893
Jiri Pirko5622e402011-07-21 03:26:31 +00004894 if (!e1000_vlan_used(adapter))
4895 return;
4896
4897 e1000_vlan_filter_on_off(adapter, true);
4898 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID)
4899 e1000_vlan_rx_add_vid(adapter->netdev, vid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004900}
4901
David Decotigny14ad2512011-04-27 18:32:43 +00004902int e1000_set_spd_dplx(struct e1000_adapter *adapter, u32 spd, u8 dplx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004903{
Joe Perches1dc32912008-07-11 15:17:08 -07004904 struct e1000_hw *hw = &adapter->hw;
4905
4906 hw->autoneg = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004907
David Decotigny14ad2512011-04-27 18:32:43 +00004908 /* Make sure dplx is at most 1 bit and lsb of speed is not set
4909 * for the switch() below to work */
4910 if ((spd & 1) || (dplx & ~1))
4911 goto err_inval;
4912
Malli Chilakala69213682005-06-17 17:44:20 -07004913 /* Fiber NICs only allow 1000 gbps Full duplex */
Joe Perches1dc32912008-07-11 15:17:08 -07004914 if ((hw->media_type == e1000_media_type_fiber) &&
David Decotigny14ad2512011-04-27 18:32:43 +00004915 spd != SPEED_1000 &&
4916 dplx != DUPLEX_FULL)
4917 goto err_inval;
Malli Chilakala69213682005-06-17 17:44:20 -07004918
David Decotigny14ad2512011-04-27 18:32:43 +00004919 switch (spd + dplx) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004920 case SPEED_10 + DUPLEX_HALF:
Joe Perches1dc32912008-07-11 15:17:08 -07004921 hw->forced_speed_duplex = e1000_10_half;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004922 break;
4923 case SPEED_10 + DUPLEX_FULL:
Joe Perches1dc32912008-07-11 15:17:08 -07004924 hw->forced_speed_duplex = e1000_10_full;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004925 break;
4926 case SPEED_100 + DUPLEX_HALF:
Joe Perches1dc32912008-07-11 15:17:08 -07004927 hw->forced_speed_duplex = e1000_100_half;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004928 break;
4929 case SPEED_100 + DUPLEX_FULL:
Joe Perches1dc32912008-07-11 15:17:08 -07004930 hw->forced_speed_duplex = e1000_100_full;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004931 break;
4932 case SPEED_1000 + DUPLEX_FULL:
Joe Perches1dc32912008-07-11 15:17:08 -07004933 hw->autoneg = 1;
4934 hw->autoneg_advertised = ADVERTISE_1000_FULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004935 break;
4936 case SPEED_1000 + DUPLEX_HALF: /* not supported */
4937 default:
David Decotigny14ad2512011-04-27 18:32:43 +00004938 goto err_inval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004939 }
4940 return 0;
David Decotigny14ad2512011-04-27 18:32:43 +00004941
4942err_inval:
4943 e_err(probe, "Unsupported Speed/Duplex configuration\n");
4944 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004945}
4946
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00004947static int __e1000_shutdown(struct pci_dev *pdev, bool *enable_wake)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004948{
4949 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07004950 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004951 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004952 u32 ctrl, ctrl_ext, rctl, status;
4953 u32 wufc = adapter->wol;
Auke Kok6fdfef12006-06-27 09:06:36 -07004954#ifdef CONFIG_PM
Jeff Kirsher240b1712006-01-12 16:51:28 -08004955 int retval = 0;
Auke Kok6fdfef12006-06-27 09:06:36 -07004956#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07004957
4958 netif_device_detach(netdev);
4959
Auke Kok2db10a02006-06-27 09:06:28 -07004960 if (netif_running(netdev)) {
4961 WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004962 e1000_down(adapter);
Auke Kok2db10a02006-06-27 09:06:28 -07004963 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004964
Jesse Brandeburg2f826652006-01-18 13:01:34 -08004965#ifdef CONFIG_PM
Kok, Auke1d33e9c2007-02-16 14:39:28 -08004966 retval = pci_save_state(pdev);
Jesse Brandeburg3a3847e2012-01-04 20:23:33 +00004967 if (retval)
Jesse Brandeburg2f826652006-01-18 13:01:34 -08004968 return retval;
4969#endif
4970
Joe Perches1dc32912008-07-11 15:17:08 -07004971 status = er32(STATUS);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004972 if (status & E1000_STATUS_LU)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004973 wufc &= ~E1000_WUFC_LNKC;
4974
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004975 if (wufc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004976 e1000_setup_rctl(adapter);
Patrick McHardydb0ce502007-11-13 20:54:59 -08004977 e1000_set_rx_mode(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004978
Dean Nelsonb8681792012-01-19 17:47:24 +00004979 rctl = er32(RCTL);
4980
Linus Torvalds1da177e2005-04-16 15:20:36 -07004981 /* turn on all-multi mode if wake on multicast is enabled */
Dean Nelsonb8681792012-01-19 17:47:24 +00004982 if (wufc & E1000_WUFC_MC)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004983 rctl |= E1000_RCTL_MPE;
Dean Nelsonb8681792012-01-19 17:47:24 +00004984
4985 /* enable receives in the hardware */
4986 ew32(RCTL, rctl | E1000_RCTL_EN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004987
Joe Perches1dc32912008-07-11 15:17:08 -07004988 if (hw->mac_type >= e1000_82540) {
4989 ctrl = er32(CTRL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004990 /* advertise wake from D3Cold */
4991 #define E1000_CTRL_ADVD3WUC 0x00100000
4992 /* phy power management enable */
4993 #define E1000_CTRL_EN_PHY_PWR_MGMT 0x00200000
4994 ctrl |= E1000_CTRL_ADVD3WUC |
4995 E1000_CTRL_EN_PHY_PWR_MGMT;
Joe Perches1dc32912008-07-11 15:17:08 -07004996 ew32(CTRL, ctrl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004997 }
4998
Joe Perches1dc32912008-07-11 15:17:08 -07004999 if (hw->media_type == e1000_media_type_fiber ||
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00005000 hw->media_type == e1000_media_type_internal_serdes) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07005001 /* keep the laser running in D3 */
Joe Perches1dc32912008-07-11 15:17:08 -07005002 ctrl_ext = er32(CTRL_EXT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005003 ctrl_ext |= E1000_CTRL_EXT_SDP7_DATA;
Joe Perches1dc32912008-07-11 15:17:08 -07005004 ew32(CTRL_EXT, ctrl_ext);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005005 }
5006
Joe Perches1dc32912008-07-11 15:17:08 -07005007 ew32(WUC, E1000_WUC_PME_EN);
5008 ew32(WUFC, wufc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005009 } else {
Joe Perches1dc32912008-07-11 15:17:08 -07005010 ew32(WUC, 0);
5011 ew32(WUFC, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005012 }
5013
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005014 e1000_release_manageability(adapter);
5015
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00005016 *enable_wake = !!wufc;
5017
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005018 /* make sure adapter isn't asleep if manageability is enabled */
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00005019 if (adapter->en_mng_pt)
5020 *enable_wake = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005021
Auke Kokedd106f2006-11-06 08:57:12 -08005022 if (netif_running(netdev))
5023 e1000_free_irq(adapter);
5024
Linus Torvalds1da177e2005-04-16 15:20:36 -07005025 pci_disable_device(pdev);
Jeff Kirsher240b1712006-01-12 16:51:28 -08005026
Linus Torvalds1da177e2005-04-16 15:20:36 -07005027 return 0;
5028}
5029
Jesse Brandeburg2f826652006-01-18 13:01:34 -08005030#ifdef CONFIG_PM
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00005031static int e1000_suspend(struct pci_dev *pdev, pm_message_t state)
5032{
5033 int retval;
5034 bool wake;
5035
5036 retval = __e1000_shutdown(pdev, &wake);
5037 if (retval)
5038 return retval;
5039
5040 if (wake) {
5041 pci_prepare_to_sleep(pdev);
5042 } else {
5043 pci_wake_from_d3(pdev, false);
5044 pci_set_power_state(pdev, PCI_D3hot);
5045 }
5046
5047 return 0;
5048}
5049
Joe Perches64798842008-07-11 15:17:02 -07005050static int e1000_resume(struct pci_dev *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005051{
5052 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07005053 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07005054 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07005055 u32 err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005056
Auke Kokd0e027d2006-04-14 19:04:40 -07005057 pci_set_power_state(pdev, PCI_D0);
Kok, Auke1d33e9c2007-02-16 14:39:28 -08005058 pci_restore_state(pdev);
Nick Nunleydbb5aae2010-02-03 14:49:48 +00005059 pci_save_state(pdev);
Taku Izumi81250292008-07-11 15:17:44 -07005060
5061 if (adapter->need_ioport)
5062 err = pci_enable_device(pdev);
5063 else
5064 err = pci_enable_device_mem(pdev);
Joe Perchesc7be73b2008-07-11 15:17:28 -07005065 if (err) {
Emil Tantilov675ad472010-04-27 14:02:58 +00005066 pr_err("Cannot enable PCI device from suspend\n");
Auke Kok3d1dd8c2006-08-28 14:56:27 -07005067 return err;
5068 }
Malli Chilakalaa4cb8472005-04-28 19:41:28 -07005069 pci_set_master(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005070
Auke Kokd0e027d2006-04-14 19:04:40 -07005071 pci_enable_wake(pdev, PCI_D3hot, 0);
5072 pci_enable_wake(pdev, PCI_D3cold, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005073
Joe Perchesc7be73b2008-07-11 15:17:28 -07005074 if (netif_running(netdev)) {
5075 err = e1000_request_irq(adapter);
5076 if (err)
5077 return err;
5078 }
Auke Kokedd106f2006-11-06 08:57:12 -08005079
5080 e1000_power_up_phy(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005081 e1000_reset(adapter);
Joe Perches1dc32912008-07-11 15:17:08 -07005082 ew32(WUS, ~0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005083
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005084 e1000_init_manageability(adapter);
5085
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005086 if (netif_running(netdev))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005087 e1000_up(adapter);
5088
5089 netif_device_attach(netdev);
5090
Linus Torvalds1da177e2005-04-16 15:20:36 -07005091 return 0;
5092}
5093#endif
Auke Kokc653e632006-05-23 13:35:57 -07005094
5095static void e1000_shutdown(struct pci_dev *pdev)
5096{
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00005097 bool wake;
5098
5099 __e1000_shutdown(pdev, &wake);
5100
5101 if (system_state == SYSTEM_POWER_OFF) {
5102 pci_wake_from_d3(pdev, wake);
5103 pci_set_power_state(pdev, PCI_D3hot);
5104 }
Auke Kokc653e632006-05-23 13:35:57 -07005105}
5106
Linus Torvalds1da177e2005-04-16 15:20:36 -07005107#ifdef CONFIG_NET_POLL_CONTROLLER
5108/*
5109 * Polling 'interrupt' - used by things like netconsole to send skbs
5110 * without having to re-enable interrupts. It's not called while
5111 * the interrupt routine is executing.
5112 */
Joe Perches64798842008-07-11 15:17:02 -07005113static void e1000_netpoll(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005114{
Malli Chilakala60490fe2005-06-17 17:41:45 -07005115 struct e1000_adapter *adapter = netdev_priv(netdev);
Auke Kokd3d9e482006-07-14 16:14:23 -07005116
Linus Torvalds1da177e2005-04-16 15:20:36 -07005117 disable_irq(adapter->pdev->irq);
David Howells7d12e782006-10-05 14:55:46 +01005118 e1000_intr(adapter->pdev->irq, netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005119 enable_irq(adapter->pdev->irq);
5120}
5121#endif
5122
Auke Kok90267292006-06-08 09:30:24 -07005123/**
5124 * e1000_io_error_detected - called when PCI error is detected
5125 * @pdev: Pointer to PCI device
Jesse Brandeburg120a5d02009-09-25 15:19:46 -07005126 * @state: The current pci connection state
Auke Kok90267292006-06-08 09:30:24 -07005127 *
5128 * This function is called after a PCI bus error affecting
5129 * this device has been detected.
5130 */
Joe Perches64798842008-07-11 15:17:02 -07005131static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev,
5132 pci_channel_state_t state)
Auke Kok90267292006-06-08 09:30:24 -07005133{
5134 struct net_device *netdev = pci_get_drvdata(pdev);
Wang Chen4cf16532008-11-12 23:38:14 -08005135 struct e1000_adapter *adapter = netdev_priv(netdev);
Auke Kok90267292006-06-08 09:30:24 -07005136
5137 netif_device_detach(netdev);
5138
Andre Detscheab63302009-06-30 12:46:13 +00005139 if (state == pci_channel_io_perm_failure)
5140 return PCI_ERS_RESULT_DISCONNECT;
5141
Auke Kok90267292006-06-08 09:30:24 -07005142 if (netif_running(netdev))
5143 e1000_down(adapter);
Linas Vepstas72e8d6b2006-09-18 20:58:06 -07005144 pci_disable_device(pdev);
Auke Kok90267292006-06-08 09:30:24 -07005145
5146 /* Request a slot slot reset. */
5147 return PCI_ERS_RESULT_NEED_RESET;
5148}
5149
5150/**
5151 * e1000_io_slot_reset - called after the pci bus has been reset.
5152 * @pdev: Pointer to PCI device
5153 *
5154 * Restart the card from scratch, as if from a cold-boot. Implementation
5155 * resembles the first-half of the e1000_resume routine.
5156 */
5157static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev)
5158{
5159 struct net_device *netdev = pci_get_drvdata(pdev);
Wang Chen4cf16532008-11-12 23:38:14 -08005160 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07005161 struct e1000_hw *hw = &adapter->hw;
Taku Izumi81250292008-07-11 15:17:44 -07005162 int err;
Auke Kok90267292006-06-08 09:30:24 -07005163
Taku Izumi81250292008-07-11 15:17:44 -07005164 if (adapter->need_ioport)
5165 err = pci_enable_device(pdev);
5166 else
5167 err = pci_enable_device_mem(pdev);
5168 if (err) {
Emil Tantilov675ad472010-04-27 14:02:58 +00005169 pr_err("Cannot re-enable PCI device after reset.\n");
Auke Kok90267292006-06-08 09:30:24 -07005170 return PCI_ERS_RESULT_DISCONNECT;
5171 }
5172 pci_set_master(pdev);
5173
Linas Vepstasdbf38c92006-09-27 12:54:11 -07005174 pci_enable_wake(pdev, PCI_D3hot, 0);
5175 pci_enable_wake(pdev, PCI_D3cold, 0);
Auke Kok90267292006-06-08 09:30:24 -07005176
Auke Kok90267292006-06-08 09:30:24 -07005177 e1000_reset(adapter);
Joe Perches1dc32912008-07-11 15:17:08 -07005178 ew32(WUS, ~0);
Auke Kok90267292006-06-08 09:30:24 -07005179
5180 return PCI_ERS_RESULT_RECOVERED;
5181}
5182
5183/**
5184 * e1000_io_resume - called when traffic can start flowing again.
5185 * @pdev: Pointer to PCI device
5186 *
5187 * This callback is called when the error recovery driver tells us that
5188 * its OK to resume normal operation. Implementation resembles the
5189 * second-half of the e1000_resume routine.
5190 */
5191static void e1000_io_resume(struct pci_dev *pdev)
5192{
5193 struct net_device *netdev = pci_get_drvdata(pdev);
Wang Chen4cf16532008-11-12 23:38:14 -08005194 struct e1000_adapter *adapter = netdev_priv(netdev);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005195
5196 e1000_init_manageability(adapter);
Auke Kok90267292006-06-08 09:30:24 -07005197
5198 if (netif_running(netdev)) {
5199 if (e1000_up(adapter)) {
Emil Tantilov675ad472010-04-27 14:02:58 +00005200 pr_info("can't bring device back up after reset\n");
Auke Kok90267292006-06-08 09:30:24 -07005201 return;
5202 }
5203 }
5204
5205 netif_device_attach(netdev);
Auke Kok90267292006-06-08 09:30:24 -07005206}
5207
Linus Torvalds1da177e2005-04-16 15:20:36 -07005208/* e1000_main.c */