blob: bcba9cfe3d0368590b569dafb56bbacf7dd8e7ef [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 Pirko52f55092012-03-20 18:10:01 +0000167static void e1000_vlan_filter_on_off(struct e1000_adapter *adapter,
168 bool filter_on);
Jiri Pirko8e586132011-12-08 19:52:37 -0500169static int e1000_vlan_rx_add_vid(struct net_device *netdev, u16 vid);
170static int e1000_vlan_rx_kill_vid(struct net_device *netdev, u16 vid);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171static void e1000_restore_vlan(struct e1000_adapter *adapter);
172
Auke Kok6fdfef12006-06-27 09:06:36 -0700173#ifdef CONFIG_PM
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +0000174static int e1000_suspend(struct pci_dev *pdev, pm_message_t state);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175static int e1000_resume(struct pci_dev *pdev);
176#endif
Auke Kokc653e632006-05-23 13:35:57 -0700177static void e1000_shutdown(struct pci_dev *pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178
179#ifdef CONFIG_NET_POLL_CONTROLLER
180/* for netdump / net console */
181static void e1000_netpoll (struct net_device *netdev);
182#endif
183
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100184#define COPYBREAK_DEFAULT 256
185static unsigned int copybreak __read_mostly = COPYBREAK_DEFAULT;
186module_param(copybreak, uint, 0644);
187MODULE_PARM_DESC(copybreak,
188 "Maximum size of packet that is copied to a new buffer on receive");
189
Auke Kok90267292006-06-08 09:30:24 -0700190static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev,
191 pci_channel_state_t state);
192static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev);
193static void e1000_io_resume(struct pci_dev *pdev);
194
195static struct pci_error_handlers e1000_err_handler = {
196 .error_detected = e1000_io_error_detected,
197 .slot_reset = e1000_io_slot_reset,
198 .resume = e1000_io_resume,
199};
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -0400200
Linus Torvalds1da177e2005-04-16 15:20:36 -0700201static struct pci_driver e1000_driver = {
202 .name = e1000_driver_name,
203 .id_table = e1000_pci_tbl,
204 .probe = e1000_probe,
205 .remove = __devexit_p(e1000_remove),
Auke Kokc4e24f02006-09-27 12:53:19 -0700206#ifdef CONFIG_PM
Lucas De Marchi25985ed2011-03-30 22:57:33 -0300207 /* Power Management Hooks */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700208 .suspend = e1000_suspend,
Auke Kokc653e632006-05-23 13:35:57 -0700209 .resume = e1000_resume,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210#endif
Auke Kok90267292006-06-08 09:30:24 -0700211 .shutdown = e1000_shutdown,
212 .err_handler = &e1000_err_handler
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213};
214
215MODULE_AUTHOR("Intel Corporation, <linux.nics@intel.com>");
216MODULE_DESCRIPTION("Intel(R) PRO/1000 Network Driver");
217MODULE_LICENSE("GPL");
218MODULE_VERSION(DRV_VERSION);
219
220static int debug = NETIF_MSG_DRV | NETIF_MSG_PROBE;
221module_param(debug, int, 0);
222MODULE_PARM_DESC(debug, "Debug level (0=none,...,16=all)");
223
224/**
Emil Tantilov675ad472010-04-27 14:02:58 +0000225 * e1000_get_hw_dev - return device
226 * used by hardware layer to print debugging information
227 *
228 **/
229struct net_device *e1000_get_hw_dev(struct e1000_hw *hw)
230{
231 struct e1000_adapter *adapter = hw->back;
232 return adapter->netdev;
233}
234
235/**
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236 * e1000_init_module - Driver Registration Routine
237 *
238 * e1000_init_module is the first routine called when the driver is
239 * loaded. All it does is register with the PCI subsystem.
240 **/
241
Joe Perches64798842008-07-11 15:17:02 -0700242static int __init e1000_init_module(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700243{
244 int ret;
Emil Tantilov675ad472010-04-27 14:02:58 +0000245 pr_info("%s - version %s\n", e1000_driver_string, e1000_driver_version);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700246
Emil Tantilov675ad472010-04-27 14:02:58 +0000247 pr_info("%s\n", e1000_copyright);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700248
Jeff Garzik29917622006-08-19 17:48:59 -0400249 ret = pci_register_driver(&e1000_driver);
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100250 if (copybreak != COPYBREAK_DEFAULT) {
251 if (copybreak == 0)
Emil Tantilov675ad472010-04-27 14:02:58 +0000252 pr_info("copybreak disabled\n");
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100253 else
Emil Tantilov675ad472010-04-27 14:02:58 +0000254 pr_info("copybreak enabled for "
255 "packets <= %u bytes\n", copybreak);
Jesse Brandeburg1f753862006-12-15 10:40:39 +0100256 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700257 return ret;
258}
259
260module_init(e1000_init_module);
261
262/**
263 * e1000_exit_module - Driver Exit Cleanup Routine
264 *
265 * e1000_exit_module is called just before the driver is removed
266 * from memory.
267 **/
268
Joe Perches64798842008-07-11 15:17:02 -0700269static void __exit e1000_exit_module(void)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700270{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700271 pci_unregister_driver(&e1000_driver);
272}
273
274module_exit(e1000_exit_module);
275
Auke Kok2db10a02006-06-27 09:06:28 -0700276static int e1000_request_irq(struct e1000_adapter *adapter)
277{
278 struct net_device *netdev = adapter->netdev;
Al Viro3e188262007-12-11 19:49:39 +0000279 irq_handler_t handler = e1000_intr;
Auke Koke94bd232007-05-16 01:49:46 -0700280 int irq_flags = IRQF_SHARED;
281 int err;
Auke Kok2db10a02006-06-27 09:06:28 -0700282
Auke Koke94bd232007-05-16 01:49:46 -0700283 err = request_irq(adapter->pdev->irq, handler, irq_flags, netdev->name,
284 netdev);
285 if (err) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -0700286 e_err(probe, "Unable to allocate interrupt Error: %d\n", err);
Auke Koke94bd232007-05-16 01:49:46 -0700287 }
Auke Kok2db10a02006-06-27 09:06:28 -0700288
289 return err;
290}
291
292static void e1000_free_irq(struct e1000_adapter *adapter)
293{
294 struct net_device *netdev = adapter->netdev;
295
296 free_irq(adapter->pdev->irq, netdev);
Auke Kok2db10a02006-06-27 09:06:28 -0700297}
298
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299/**
300 * e1000_irq_disable - Mask off interrupt generation on the NIC
301 * @adapter: board private structure
302 **/
303
Joe Perches64798842008-07-11 15:17:02 -0700304static void e1000_irq_disable(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700305{
Joe Perches1dc32912008-07-11 15:17:08 -0700306 struct e1000_hw *hw = &adapter->hw;
307
308 ew32(IMC, ~0);
309 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310 synchronize_irq(adapter->pdev->irq);
311}
312
313/**
314 * e1000_irq_enable - Enable default interrupt generation settings
315 * @adapter: board private structure
316 **/
317
Joe Perches64798842008-07-11 15:17:02 -0700318static void e1000_irq_enable(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700319{
Joe Perches1dc32912008-07-11 15:17:08 -0700320 struct e1000_hw *hw = &adapter->hw;
321
322 ew32(IMS, IMS_ENABLE_MASK);
323 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -0700324}
Adrian Bunk3ad2cc62005-10-30 16:53:34 +0100325
Joe Perches64798842008-07-11 15:17:02 -0700326static void e1000_update_mng_vlan(struct e1000_adapter *adapter)
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700327{
Joe Perches1dc32912008-07-11 15:17:08 -0700328 struct e1000_hw *hw = &adapter->hw;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700329 struct net_device *netdev = adapter->netdev;
Joe Perches1dc32912008-07-11 15:17:08 -0700330 u16 vid = hw->mng_cookie.vlan_id;
Joe Perches406874a2008-04-03 10:06:32 -0700331 u16 old_vid = adapter->mng_vlan_id;
Jesse Brandeburg96838a42006-01-18 13:01:39 -0800332
Jiri Pirko5622e402011-07-21 03:26:31 +0000333 if (!e1000_vlan_used(adapter))
334 return;
335
336 if (!test_bit(vid, adapter->active_vlans)) {
337 if (hw->mng_cookie.status &
338 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) {
339 e1000_vlan_rx_add_vid(netdev, vid);
Jeff Kirsherc5f226f2006-03-02 18:17:55 -0800340 adapter->mng_vlan_id = vid;
Jiri Pirko5622e402011-07-21 03:26:31 +0000341 } else {
342 adapter->mng_vlan_id = E1000_MNG_VLAN_NONE;
343 }
344 if ((old_vid != (u16)E1000_MNG_VLAN_NONE) &&
345 (vid != old_vid) &&
346 !test_bit(old_vid, adapter->active_vlans))
347 e1000_vlan_rx_kill_vid(netdev, old_vid);
348 } else {
349 adapter->mng_vlan_id = vid;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700350 }
351}
Jeff Kirsherb55ccb32006-01-12 16:50:30 -0800352
Joe Perches64798842008-07-11 15:17:02 -0700353static void e1000_init_manageability(struct e1000_adapter *adapter)
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500354{
Joe Perches1dc32912008-07-11 15:17:08 -0700355 struct e1000_hw *hw = &adapter->hw;
356
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500357 if (adapter->en_mng_pt) {
Joe Perches1dc32912008-07-11 15:17:08 -0700358 u32 manc = er32(MANC);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500359
360 /* disable hardware interception of ARP */
361 manc &= ~(E1000_MANC_ARP_EN);
362
Joe Perches1dc32912008-07-11 15:17:08 -0700363 ew32(MANC, manc);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500364 }
365}
366
Joe Perches64798842008-07-11 15:17:02 -0700367static void e1000_release_manageability(struct e1000_adapter *adapter)
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500368{
Joe Perches1dc32912008-07-11 15:17:08 -0700369 struct e1000_hw *hw = &adapter->hw;
370
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500371 if (adapter->en_mng_pt) {
Joe Perches1dc32912008-07-11 15:17:08 -0700372 u32 manc = er32(MANC);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500373
374 /* re-enable hardware interception of ARP */
375 manc |= E1000_MANC_ARP_EN;
376
Joe Perches1dc32912008-07-11 15:17:08 -0700377 ew32(MANC, manc);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500378 }
379}
380
Auke Koke0aac5a2007-03-06 08:57:21 -0800381/**
382 * e1000_configure - configure the hardware for RX and TX
383 * @adapter = private board structure
384 **/
385static void e1000_configure(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386{
387 struct net_device *netdev = adapter->netdev;
Auke Kok2db10a02006-06-27 09:06:28 -0700388 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389
Patrick McHardydb0ce502007-11-13 20:54:59 -0800390 e1000_set_rx_mode(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391
392 e1000_restore_vlan(adapter);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500393 e1000_init_manageability(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700394
395 e1000_configure_tx(adapter);
396 e1000_setup_rctl(adapter);
397 e1000_configure_rx(adapter);
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800398 /* call E1000_DESC_UNUSED which always leaves
399 * at least 1 descriptor unused to make sure
400 * next_to_use != next_to_clean */
Jeff Kirsherf56799e2006-01-12 16:50:39 -0800401 for (i = 0; i < adapter->num_rx_queues; i++) {
Jeff Kirsher72d64a42006-01-12 16:51:19 -0800402 struct e1000_rx_ring *ring = &adapter->rx_ring[i];
Jeff Kirshera292ca62006-01-12 16:51:30 -0800403 adapter->alloc_rx_buf(adapter, ring,
404 E1000_DESC_UNUSED(ring));
Jeff Kirsherf56799e2006-01-12 16:50:39 -0800405 }
Auke Koke0aac5a2007-03-06 08:57:21 -0800406}
Jeff Kirsher7bfa4812006-01-12 16:50:41 -0800407
Auke Koke0aac5a2007-03-06 08:57:21 -0800408int e1000_up(struct e1000_adapter *adapter)
409{
Joe Perches1dc32912008-07-11 15:17:08 -0700410 struct e1000_hw *hw = &adapter->hw;
411
Auke Koke0aac5a2007-03-06 08:57:21 -0800412 /* hardware has been reset, we need to reload some things */
413 e1000_configure(adapter);
Malli Chilakala5de55622005-04-28 19:39:30 -0700414
Auke Kok1314bbf2006-09-27 12:54:02 -0700415 clear_bit(__E1000_DOWN, &adapter->flags);
416
Stephen Hemmingerbea33482007-10-03 16:41:36 -0700417 napi_enable(&adapter->napi);
Francois Romieuc3570ac2008-07-11 15:17:38 -0700418
Auke Koke0aac5a2007-03-06 08:57:21 -0800419 e1000_irq_enable(adapter);
420
Jesse Brandeburg4cb9be72009-04-21 18:42:05 +0000421 netif_wake_queue(adapter->netdev);
422
Jesse Brandeburg79f3d392006-12-15 10:42:34 +0100423 /* fire a link change interrupt to start the watchdog */
Joe Perches1dc32912008-07-11 15:17:08 -0700424 ew32(ICS, E1000_ICS_LSC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700425 return 0;
426}
427
Auke Kok79f05bf2006-06-27 09:06:32 -0700428/**
429 * e1000_power_up_phy - restore link in case the phy was powered down
430 * @adapter: address of board private structure
431 *
432 * The phy may be powered down to save power and turn off link when the
433 * driver is unloaded and wake on lan is not enabled (among others)
434 * *** this routine MUST be followed by a call to e1000_reset ***
435 *
436 **/
437
Jesse Brandeburgd6582662006-08-16 13:31:33 -0700438void e1000_power_up_phy(struct e1000_adapter *adapter)
Auke Kok79f05bf2006-06-27 09:06:32 -0700439{
Joe Perches1dc32912008-07-11 15:17:08 -0700440 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -0700441 u16 mii_reg = 0;
Auke Kok79f05bf2006-06-27 09:06:32 -0700442
443 /* Just clear the power down bit to wake the phy back up */
Joe Perches1dc32912008-07-11 15:17:08 -0700444 if (hw->media_type == e1000_media_type_copper) {
Auke Kok79f05bf2006-06-27 09:06:32 -0700445 /* according to the manual, the phy will retain its
446 * settings across a power-down/up cycle */
Joe Perches1dc32912008-07-11 15:17:08 -0700447 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg);
Auke Kok79f05bf2006-06-27 09:06:32 -0700448 mii_reg &= ~MII_CR_POWER_DOWN;
Joe Perches1dc32912008-07-11 15:17:08 -0700449 e1000_write_phy_reg(hw, PHY_CTRL, mii_reg);
Auke Kok79f05bf2006-06-27 09:06:32 -0700450 }
451}
452
453static void e1000_power_down_phy(struct e1000_adapter *adapter)
454{
Joe Perches1dc32912008-07-11 15:17:08 -0700455 struct e1000_hw *hw = &adapter->hw;
456
Bruce Allan61c25052006-09-27 12:53:54 -0700457 /* Power down the PHY so no link is implied when interface is down *
Joe Perchesc3033b02008-03-21 11:06:25 -0700458 * The PHY cannot be powered down if any of the following is true *
Auke Kok79f05bf2006-06-27 09:06:32 -0700459 * (a) WoL is enabled
460 * (b) AMT is active
461 * (c) SoL/IDER session is active */
Joe Perches1dc32912008-07-11 15:17:08 -0700462 if (!adapter->wol && hw->mac_type >= e1000_82540 &&
463 hw->media_type == e1000_media_type_copper) {
Joe Perches406874a2008-04-03 10:06:32 -0700464 u16 mii_reg = 0;
Bruce Allan61c25052006-09-27 12:53:54 -0700465
Joe Perches1dc32912008-07-11 15:17:08 -0700466 switch (hw->mac_type) {
Bruce Allan61c25052006-09-27 12:53:54 -0700467 case e1000_82540:
468 case e1000_82545:
469 case e1000_82545_rev_3:
470 case e1000_82546:
Dirk Brandewie5377a412011-01-06 14:29:54 +0000471 case e1000_ce4100:
Bruce Allan61c25052006-09-27 12:53:54 -0700472 case e1000_82546_rev_3:
473 case e1000_82541:
474 case e1000_82541_rev_2:
475 case e1000_82547:
476 case e1000_82547_rev_2:
Joe Perches1dc32912008-07-11 15:17:08 -0700477 if (er32(MANC) & E1000_MANC_SMBUS_EN)
Bruce Allan61c25052006-09-27 12:53:54 -0700478 goto out;
479 break;
Bruce Allan61c25052006-09-27 12:53:54 -0700480 default:
481 goto out;
482 }
Joe Perches1dc32912008-07-11 15:17:08 -0700483 e1000_read_phy_reg(hw, PHY_CTRL, &mii_reg);
Auke Kok79f05bf2006-06-27 09:06:32 -0700484 mii_reg |= MII_CR_POWER_DOWN;
Joe Perches1dc32912008-07-11 15:17:08 -0700485 e1000_write_phy_reg(hw, PHY_CTRL, mii_reg);
Jesse Brandeburg4e0d8f7d2011-10-05 07:24:46 +0000486 msleep(1);
Auke Kok79f05bf2006-06-27 09:06:32 -0700487 }
Bruce Allan61c25052006-09-27 12:53:54 -0700488out:
489 return;
Auke Kok79f05bf2006-06-27 09:06:32 -0700490}
491
Jesse Brandeburga4010af2011-10-05 07:24:41 +0000492static void e1000_down_and_stop(struct e1000_adapter *adapter)
493{
494 set_bit(__E1000_DOWN, &adapter->flags);
495 cancel_work_sync(&adapter->reset_task);
496 cancel_delayed_work_sync(&adapter->watchdog_task);
497 cancel_delayed_work_sync(&adapter->phy_info_task);
498 cancel_delayed_work_sync(&adapter->fifo_stall_task);
499}
500
Joe Perches64798842008-07-11 15:17:02 -0700501void e1000_down(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700502{
Jesse Brandeburga6c42322009-03-25 21:59:22 +0000503 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504 struct net_device *netdev = adapter->netdev;
Jesse Brandeburga6c42322009-03-25 21:59:22 +0000505 u32 rctl, tctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506
Auke Kok1314bbf2006-09-27 12:54:02 -0700507
Jesse Brandeburga6c42322009-03-25 21:59:22 +0000508 /* disable receives in the hardware */
509 rctl = er32(RCTL);
510 ew32(RCTL, rctl & ~E1000_RCTL_EN);
511 /* flush and sleep below */
512
Jesse Brandeburg51851072009-09-25 12:17:01 +0000513 netif_tx_disable(netdev);
Jesse Brandeburga6c42322009-03-25 21:59:22 +0000514
515 /* disable transmits in the hardware */
516 tctl = er32(TCTL);
517 tctl &= ~E1000_TCTL_EN;
518 ew32(TCTL, tctl);
519 /* flush both disables and wait for them to finish */
520 E1000_WRITE_FLUSH();
521 msleep(10);
522
Stephen Hemmingerbea33482007-10-03 16:41:36 -0700523 napi_disable(&adapter->napi);
Francois Romieuc3570ac2008-07-11 15:17:38 -0700524
Linus Torvalds1da177e2005-04-16 15:20:36 -0700525 e1000_irq_disable(adapter);
Jeff Kirsherc1605eb2006-03-02 18:16:38 -0800526
Anupam Chandaab088532010-11-21 09:54:21 -0800527 /*
528 * Setting DOWN must be after irq_disable to prevent
529 * a screaming interrupt. Setting DOWN also prevents
Jesse Brandeburga4010af2011-10-05 07:24:41 +0000530 * tasks from rescheduling.
Anupam Chandaab088532010-11-21 09:54:21 -0800531 */
Jesse Brandeburga4010af2011-10-05 07:24:41 +0000532 e1000_down_and_stop(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700533
Linus Torvalds1da177e2005-04-16 15:20:36 -0700534 adapter->link_speed = 0;
535 adapter->link_duplex = 0;
536 netif_carrier_off(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537
538 e1000_reset(adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -0400539 e1000_clean_all_tx_rings(adapter);
540 e1000_clean_all_rx_rings(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542
stephen hemminger38df7a32010-10-21 07:50:57 +0000543static void e1000_reinit_safe(struct e1000_adapter *adapter)
Jesse Brandeburg338c15e2010-09-22 18:22:42 +0000544{
545 while (test_and_set_bit(__E1000_RESETTING, &adapter->flags))
546 msleep(1);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +0000547 mutex_lock(&adapter->mutex);
Jesse Brandeburg338c15e2010-09-22 18:22:42 +0000548 e1000_down(adapter);
549 e1000_up(adapter);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +0000550 mutex_unlock(&adapter->mutex);
Jesse Brandeburg338c15e2010-09-22 18:22:42 +0000551 clear_bit(__E1000_RESETTING, &adapter->flags);
552}
553
Joe Perches64798842008-07-11 15:17:02 -0700554void e1000_reinit_locked(struct e1000_adapter *adapter)
Auke Kok2db10a02006-06-27 09:06:28 -0700555{
Jesse Brandeburg338c15e2010-09-22 18:22:42 +0000556 /* if rtnl_lock is not held the call path is bogus */
557 ASSERT_RTNL();
Auke Kok2db10a02006-06-27 09:06:28 -0700558 WARN_ON(in_interrupt());
559 while (test_and_set_bit(__E1000_RESETTING, &adapter->flags))
560 msleep(1);
561 e1000_down(adapter);
562 e1000_up(adapter);
563 clear_bit(__E1000_RESETTING, &adapter->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700564}
565
Joe Perches64798842008-07-11 15:17:02 -0700566void e1000_reset(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700567{
Joe Perches1dc32912008-07-11 15:17:08 -0700568 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -0700569 u32 pba = 0, tx_space, min_tx_space, min_rx_space;
Joe Perchesc3033b02008-03-21 11:06:25 -0700570 bool legacy_pba_adjust = false;
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000571 u16 hwm;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572
573 /* Repartition Pba for greater than 9k mtu
574 * To take effect CTRL.RST is required.
575 */
576
Joe Perches1dc32912008-07-11 15:17:08 -0700577 switch (hw->mac_type) {
Bruce Allan018ea442006-12-15 10:39:45 +0100578 case e1000_82542_rev2_0:
579 case e1000_82542_rev2_1:
580 case e1000_82543:
581 case e1000_82544:
582 case e1000_82540:
583 case e1000_82541:
584 case e1000_82541_rev_2:
Joe Perchesc3033b02008-03-21 11:06:25 -0700585 legacy_pba_adjust = true;
Bruce Allan018ea442006-12-15 10:39:45 +0100586 pba = E1000_PBA_48K;
587 break;
588 case e1000_82545:
589 case e1000_82545_rev_3:
590 case e1000_82546:
Dirk Brandewie5377a412011-01-06 14:29:54 +0000591 case e1000_ce4100:
Bruce Allan018ea442006-12-15 10:39:45 +0100592 case e1000_82546_rev_3:
593 pba = E1000_PBA_48K;
594 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700595 case e1000_82547:
Malli Chilakala0e6ef3e2005-04-28 19:44:14 -0700596 case e1000_82547_rev_2:
Joe Perchesc3033b02008-03-21 11:06:25 -0700597 legacy_pba_adjust = true;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700598 pba = E1000_PBA_30K;
599 break;
Bruce Allan018ea442006-12-15 10:39:45 +0100600 case e1000_undefined:
601 case e1000_num_macs:
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700602 break;
603 }
604
Joe Perchesc3033b02008-03-21 11:06:25 -0700605 if (legacy_pba_adjust) {
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000606 if (hw->max_frame_size > E1000_RXBUFFER_8192)
Bruce Allan018ea442006-12-15 10:39:45 +0100607 pba -= 8; /* allocate more FIFO for Tx */
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700608
Joe Perches1dc32912008-07-11 15:17:08 -0700609 if (hw->mac_type == e1000_82547) {
Bruce Allan018ea442006-12-15 10:39:45 +0100610 adapter->tx_fifo_head = 0;
611 adapter->tx_head_addr = pba << E1000_TX_HEAD_ADDR_SHIFT;
612 adapter->tx_fifo_size =
613 (E1000_PBA_40K - pba) << E1000_PBA_BYTES_SHIFT;
614 atomic_set(&adapter->tx_fifo_stall, 0);
615 }
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000616 } else if (hw->max_frame_size > ETH_FRAME_LEN + ETH_FCS_LEN) {
Bruce Allan018ea442006-12-15 10:39:45 +0100617 /* adjust PBA for jumbo frames */
Joe Perches1dc32912008-07-11 15:17:08 -0700618 ew32(PBA, pba);
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700619
Bruce Allan018ea442006-12-15 10:39:45 +0100620 /* To maintain wire speed transmits, the Tx FIFO should be
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000621 * large enough to accommodate two full transmit packets,
Bruce Allan018ea442006-12-15 10:39:45 +0100622 * rounded up to the next 1KB and expressed in KB. Likewise,
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000623 * the Rx FIFO should be large enough to accommodate at least
Bruce Allan018ea442006-12-15 10:39:45 +0100624 * one full receive packet and is similarly rounded up and
625 * expressed in KB. */
Joe Perches1dc32912008-07-11 15:17:08 -0700626 pba = er32(PBA);
Bruce Allan018ea442006-12-15 10:39:45 +0100627 /* upper 16 bits has Tx packet buffer allocation size in KB */
628 tx_space = pba >> 16;
629 /* lower 16 bits has Rx packet buffer allocation size in KB */
630 pba &= 0xffff;
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000631 /*
632 * the tx fifo also stores 16 bytes of information about the tx
633 * but don't include ethernet FCS because hardware appends it
634 */
635 min_tx_space = (hw->max_frame_size +
636 sizeof(struct e1000_tx_desc) -
637 ETH_FCS_LEN) * 2;
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -0700638 min_tx_space = ALIGN(min_tx_space, 1024);
Bruce Allan018ea442006-12-15 10:39:45 +0100639 min_tx_space >>= 10;
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000640 /* software strips receive CRC, so leave room for it */
641 min_rx_space = hw->max_frame_size;
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -0700642 min_rx_space = ALIGN(min_rx_space, 1024);
Bruce Allan018ea442006-12-15 10:39:45 +0100643 min_rx_space >>= 10;
644
645 /* If current Tx allocation is less than the min Tx FIFO size,
646 * and the min Tx FIFO size is less than the current Rx FIFO
647 * allocation, take space away from current Rx allocation */
648 if (tx_space < min_tx_space &&
649 ((min_tx_space - tx_space) < pba)) {
650 pba = pba - (min_tx_space - tx_space);
651
652 /* PCI/PCIx hardware has PBA alignment constraints */
Joe Perches1dc32912008-07-11 15:17:08 -0700653 switch (hw->mac_type) {
Bruce Allan018ea442006-12-15 10:39:45 +0100654 case e1000_82545 ... e1000_82546_rev_3:
655 pba &= ~(E1000_PBA_8K - 1);
656 break;
657 default:
658 break;
659 }
660
661 /* if short on rx space, rx wins and must trump tx
662 * adjustment or use Early Receive if available */
Jesse Brandeburg1532ece2009-09-25 12:16:14 +0000663 if (pba < min_rx_space)
664 pba = min_rx_space;
Bruce Allan018ea442006-12-15 10:39:45 +0100665 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700667
Joe Perches1dc32912008-07-11 15:17:08 -0700668 ew32(PBA, pba);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000670 /*
671 * flow control settings:
672 * The high water mark must be low enough to fit one full frame
673 * (or the size used for early receive) above it in the Rx FIFO.
674 * Set it to the lower of:
675 * - 90% of the Rx FIFO size, and
676 * - the full Rx FIFO size minus the early receive size (for parts
677 * with ERT support assuming ERT set to E1000_ERT_2048), or
678 * - the full Rx FIFO size minus one full frame
679 */
680 hwm = min(((pba << 10) * 9 / 10),
681 ((pba << 10) - hw->max_frame_size));
Jeff Kirsherf11b7f82006-01-12 16:50:51 -0800682
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +0000683 hw->fc_high_water = hwm & 0xFFF8; /* 8-byte granularity */
684 hw->fc_low_water = hw->fc_high_water - 8;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +0000685 hw->fc_pause_time = E1000_FC_PAUSE_TIME;
Joe Perches1dc32912008-07-11 15:17:08 -0700686 hw->fc_send_xon = 1;
687 hw->fc = hw->original_fc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700689 /* Allow time for pending master requests to run */
Joe Perches1dc32912008-07-11 15:17:08 -0700690 e1000_reset_hw(hw);
691 if (hw->mac_type >= e1000_82544)
692 ew32(WUC, 0);
Jeff Kirsher09ae3e82006-09-27 12:53:51 -0700693
Joe Perches1dc32912008-07-11 15:17:08 -0700694 if (e1000_init_hw(hw))
Emil Tantilovfeb8f472010-07-26 23:37:21 -0700695 e_dev_err("Hardware Error\n");
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700696 e1000_update_mng_vlan(adapter);
Jesse Brandeburg3d5460a2006-12-15 10:33:46 +0100697
698 /* if (adapter->hwflags & HWFLAGS_PHY_PWR_BIT) { */
Joe Perches1dc32912008-07-11 15:17:08 -0700699 if (hw->mac_type >= e1000_82544 &&
Joe Perches1dc32912008-07-11 15:17:08 -0700700 hw->autoneg == 1 &&
701 hw->autoneg_advertised == ADVERTISE_1000_FULL) {
702 u32 ctrl = er32(CTRL);
Jesse Brandeburg3d5460a2006-12-15 10:33:46 +0100703 /* clear phy power management bit if we are in gig only mode,
704 * which if enabled will attempt negotiation to 100Mb, which
705 * can cause a loss of link at power off or driver unload */
706 ctrl &= ~E1000_CTRL_SWDPIN3;
Joe Perches1dc32912008-07-11 15:17:08 -0700707 ew32(CTRL, ctrl);
Jesse Brandeburg3d5460a2006-12-15 10:33:46 +0100708 }
709
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710 /* Enable h/w to recognize an 802.1Q VLAN Ethernet packet */
Joe Perches1dc32912008-07-11 15:17:08 -0700711 ew32(VET, ETHERNET_IEEE_VLAN_TYPE);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712
Joe Perches1dc32912008-07-11 15:17:08 -0700713 e1000_reset_adaptive(hw);
714 e1000_phy_get_info(hw, &adapter->phy_info);
Auke Kok9a53a202006-06-27 09:06:45 -0700715
Jeff Garzik0fccd0e2006-12-15 10:56:10 -0500716 e1000_release_manageability(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700717}
718
719/**
Auke Kok67b3c272007-12-17 13:50:23 -0800720 * Dump the eeprom for users having checksum issues
721 **/
Adrian Bunkb4ea8952008-02-01 08:21:28 -0800722static void e1000_dump_eeprom(struct e1000_adapter *adapter)
Auke Kok67b3c272007-12-17 13:50:23 -0800723{
724 struct net_device *netdev = adapter->netdev;
725 struct ethtool_eeprom eeprom;
726 const struct ethtool_ops *ops = netdev->ethtool_ops;
727 u8 *data;
728 int i;
729 u16 csum_old, csum_new = 0;
730
731 eeprom.len = ops->get_eeprom_len(netdev);
732 eeprom.offset = 0;
733
734 data = kmalloc(eeprom.len, GFP_KERNEL);
Joe Perchese404dec2012-01-29 12:56:23 +0000735 if (!data)
Auke Kok67b3c272007-12-17 13:50:23 -0800736 return;
Auke Kok67b3c272007-12-17 13:50:23 -0800737
738 ops->get_eeprom(netdev, &eeprom, data);
739
740 csum_old = (data[EEPROM_CHECKSUM_REG * 2]) +
741 (data[EEPROM_CHECKSUM_REG * 2 + 1] << 8);
742 for (i = 0; i < EEPROM_CHECKSUM_REG * 2; i += 2)
743 csum_new += data[i] + (data[i + 1] << 8);
744 csum_new = EEPROM_SUM - csum_new;
745
Emil Tantilov675ad472010-04-27 14:02:58 +0000746 pr_err("/*********************/\n");
747 pr_err("Current EEPROM Checksum : 0x%04x\n", csum_old);
748 pr_err("Calculated : 0x%04x\n", csum_new);
Auke Kok67b3c272007-12-17 13:50:23 -0800749
Emil Tantilov675ad472010-04-27 14:02:58 +0000750 pr_err("Offset Values\n");
751 pr_err("======== ======\n");
Auke Kok67b3c272007-12-17 13:50:23 -0800752 print_hex_dump(KERN_ERR, "", DUMP_PREFIX_OFFSET, 16, 1, data, 128, 0);
753
Emil Tantilov675ad472010-04-27 14:02:58 +0000754 pr_err("Include this output when contacting your support provider.\n");
755 pr_err("This is not a software error! Something bad happened to\n");
756 pr_err("your hardware or EEPROM image. Ignoring this problem could\n");
757 pr_err("result in further problems, possibly loss of data,\n");
758 pr_err("corruption or system hangs!\n");
759 pr_err("The MAC Address will be reset to 00:00:00:00:00:00,\n");
760 pr_err("which is invalid and requires you to set the proper MAC\n");
761 pr_err("address manually before continuing to enable this network\n");
762 pr_err("device. Please inspect the EEPROM dump and report the\n");
763 pr_err("issue to your hardware vendor or Intel Customer Support.\n");
764 pr_err("/*********************/\n");
Auke Kok67b3c272007-12-17 13:50:23 -0800765
766 kfree(data);
767}
768
769/**
Taku Izumi81250292008-07-11 15:17:44 -0700770 * e1000_is_need_ioport - determine if an adapter needs ioport resources or not
771 * @pdev: PCI device information struct
772 *
773 * Return true if an adapter needs ioport resources
774 **/
775static int e1000_is_need_ioport(struct pci_dev *pdev)
776{
777 switch (pdev->device) {
778 case E1000_DEV_ID_82540EM:
779 case E1000_DEV_ID_82540EM_LOM:
780 case E1000_DEV_ID_82540EP:
781 case E1000_DEV_ID_82540EP_LOM:
782 case E1000_DEV_ID_82540EP_LP:
783 case E1000_DEV_ID_82541EI:
784 case E1000_DEV_ID_82541EI_MOBILE:
785 case E1000_DEV_ID_82541ER:
786 case E1000_DEV_ID_82541ER_LOM:
787 case E1000_DEV_ID_82541GI:
788 case E1000_DEV_ID_82541GI_LF:
789 case E1000_DEV_ID_82541GI_MOBILE:
790 case E1000_DEV_ID_82544EI_COPPER:
791 case E1000_DEV_ID_82544EI_FIBER:
792 case E1000_DEV_ID_82544GC_COPPER:
793 case E1000_DEV_ID_82544GC_LOM:
794 case E1000_DEV_ID_82545EM_COPPER:
795 case E1000_DEV_ID_82545EM_FIBER:
796 case E1000_DEV_ID_82546EB_COPPER:
797 case E1000_DEV_ID_82546EB_FIBER:
798 case E1000_DEV_ID_82546EB_QUAD_COPPER:
799 return true;
800 default:
801 return false;
802 }
803}
804
Michał Mirosławc8f44af2011-11-15 15:29:55 +0000805static netdev_features_t e1000_fix_features(struct net_device *netdev,
806 netdev_features_t features)
Jiri Pirko5622e402011-07-21 03:26:31 +0000807{
808 /*
809 * Since there is no support for separate rx/tx vlan accel
810 * enable/disable make sure tx flag is always in same state as rx.
811 */
812 if (features & NETIF_F_HW_VLAN_RX)
813 features |= NETIF_F_HW_VLAN_TX;
814 else
815 features &= ~NETIF_F_HW_VLAN_TX;
816
817 return features;
818}
819
Michał Mirosławc8f44af2011-11-15 15:29:55 +0000820static int e1000_set_features(struct net_device *netdev,
821 netdev_features_t features)
Michał Mirosławe97d3202011-06-08 08:36:42 +0000822{
823 struct e1000_adapter *adapter = netdev_priv(netdev);
Michał Mirosławc8f44af2011-11-15 15:29:55 +0000824 netdev_features_t changed = features ^ netdev->features;
Michał Mirosławe97d3202011-06-08 08:36:42 +0000825
Jiri Pirko5622e402011-07-21 03:26:31 +0000826 if (changed & NETIF_F_HW_VLAN_RX)
827 e1000_vlan_mode(netdev, features);
828
Michał Mirosławe97d3202011-06-08 08:36:42 +0000829 if (!(changed & NETIF_F_RXCSUM))
830 return 0;
831
832 adapter->rx_csum = !!(features & NETIF_F_RXCSUM);
833
834 if (netif_running(netdev))
835 e1000_reinit_locked(adapter);
836 else
837 e1000_reset(adapter);
838
839 return 0;
840}
841
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800842static const struct net_device_ops e1000_netdev_ops = {
843 .ndo_open = e1000_open,
844 .ndo_stop = e1000_close,
Stephen Hemminger00829822008-11-20 20:14:53 -0800845 .ndo_start_xmit = e1000_xmit_frame,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800846 .ndo_get_stats = e1000_get_stats,
847 .ndo_set_rx_mode = e1000_set_rx_mode,
848 .ndo_set_mac_address = e1000_set_mac,
Jiri Pirko5622e402011-07-21 03:26:31 +0000849 .ndo_tx_timeout = e1000_tx_timeout,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800850 .ndo_change_mtu = e1000_change_mtu,
851 .ndo_do_ioctl = e1000_ioctl,
852 .ndo_validate_addr = eth_validate_addr,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800853 .ndo_vlan_rx_add_vid = e1000_vlan_rx_add_vid,
854 .ndo_vlan_rx_kill_vid = e1000_vlan_rx_kill_vid,
855#ifdef CONFIG_NET_POLL_CONTROLLER
856 .ndo_poll_controller = e1000_netpoll,
857#endif
Jiri Pirko5622e402011-07-21 03:26:31 +0000858 .ndo_fix_features = e1000_fix_features,
859 .ndo_set_features = e1000_set_features,
Stephen Hemminger0e7614b2008-11-19 22:18:22 -0800860};
861
Taku Izumi81250292008-07-11 15:17:44 -0700862/**
Jesse Brandeburge508be12010-09-07 21:01:12 +0000863 * e1000_init_hw_struct - initialize members of hw struct
864 * @adapter: board private struct
865 * @hw: structure used by e1000_hw.c
866 *
867 * Factors out initialization of the e1000_hw struct to its own function
868 * that can be called very early at init (just after struct allocation).
869 * Fields are initialized based on PCI device information and
870 * OS network device settings (MTU size).
871 * Returns negative error codes if MAC type setup fails.
872 */
873static int e1000_init_hw_struct(struct e1000_adapter *adapter,
874 struct e1000_hw *hw)
875{
876 struct pci_dev *pdev = adapter->pdev;
877
878 /* PCI config space info */
879 hw->vendor_id = pdev->vendor;
880 hw->device_id = pdev->device;
881 hw->subsystem_vendor_id = pdev->subsystem_vendor;
882 hw->subsystem_id = pdev->subsystem_device;
883 hw->revision_id = pdev->revision;
884
885 pci_read_config_word(pdev, PCI_COMMAND, &hw->pci_cmd_word);
886
887 hw->max_frame_size = adapter->netdev->mtu +
888 ENET_HEADER_SIZE + ETHERNET_FCS_SIZE;
889 hw->min_frame_size = MINIMUM_ETHERNET_FRAME_SIZE;
890
891 /* identify the MAC */
892 if (e1000_set_mac_type(hw)) {
893 e_err(probe, "Unknown MAC Type\n");
894 return -EIO;
895 }
896
897 switch (hw->mac_type) {
898 default:
899 break;
900 case e1000_82541:
901 case e1000_82547:
902 case e1000_82541_rev_2:
903 case e1000_82547_rev_2:
904 hw->phy_init_script = 1;
905 break;
906 }
907
908 e1000_set_media_type(hw);
909 e1000_get_bus_info(hw);
910
911 hw->wait_autoneg_complete = false;
912 hw->tbi_compatibility_en = true;
913 hw->adaptive_ifs = true;
914
915 /* Copper options */
916
917 if (hw->media_type == e1000_media_type_copper) {
918 hw->mdix = AUTO_ALL_MODES;
919 hw->disable_polarity_correction = false;
920 hw->master_slave = E1000_MASTER_SLAVE;
921 }
922
923 return 0;
924}
925
926/**
Linus Torvalds1da177e2005-04-16 15:20:36 -0700927 * e1000_probe - Device Initialization Routine
928 * @pdev: PCI device information struct
929 * @ent: entry in e1000_pci_tbl
930 *
931 * Returns 0 on success, negative on failure
932 *
933 * e1000_probe initializes an adapter identified by a pci_dev structure.
934 * The OS initialization, configuring of the adapter private structure,
935 * and a hardware reset occur.
936 **/
Joe Perches1dc32912008-07-11 15:17:08 -0700937static int __devinit e1000_probe(struct pci_dev *pdev,
938 const struct pci_device_id *ent)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700939{
940 struct net_device *netdev;
941 struct e1000_adapter *adapter;
Joe Perches1dc32912008-07-11 15:17:08 -0700942 struct e1000_hw *hw;
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700943
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944 static int cards_found = 0;
Jesse Brandeburg120cd572006-08-31 14:27:46 -0700945 static int global_quad_port_a = 0; /* global ksp3 port a indication */
Malli Chilakala2d7edb92005-04-28 19:43:52 -0700946 int i, err, pci_using_dac;
Joe Perches406874a2008-04-03 10:06:32 -0700947 u16 eeprom_data = 0;
Dirk Brandewie5377a412011-01-06 14:29:54 +0000948 u16 tmp = 0;
Joe Perches406874a2008-04-03 10:06:32 -0700949 u16 eeprom_apme_mask = E1000_EEPROM_APME;
Taku Izumi81250292008-07-11 15:17:44 -0700950 int bars, need_ioport;
Joe Perches0795af52007-10-03 17:59:30 -0700951
Taku Izumi81250292008-07-11 15:17:44 -0700952 /* do not allocate ioport bars when not needed */
953 need_ioport = e1000_is_need_ioport(pdev);
954 if (need_ioport) {
955 bars = pci_select_bars(pdev, IORESOURCE_MEM | IORESOURCE_IO);
956 err = pci_enable_device(pdev);
957 } else {
958 bars = pci_select_bars(pdev, IORESOURCE_MEM);
Karsten Keil4d7155b2009-02-03 15:18:01 -0800959 err = pci_enable_device_mem(pdev);
Taku Izumi81250292008-07-11 15:17:44 -0700960 }
Joe Perchesc7be73b2008-07-11 15:17:28 -0700961 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962 return err;
963
Taku Izumi81250292008-07-11 15:17:44 -0700964 err = pci_request_selected_regions(pdev, bars, e1000_driver_name);
Joe Perchesc7be73b2008-07-11 15:17:28 -0700965 if (err)
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700966 goto err_pci_reg;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700967
968 pci_set_master(pdev);
Nick Nunleydbb5aae2010-02-03 14:49:48 +0000969 err = pci_save_state(pdev);
970 if (err)
971 goto err_alloc_etherdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700973 err = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700974 netdev = alloc_etherdev(sizeof(struct e1000_adapter));
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700975 if (!netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700976 goto err_alloc_etherdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700977
Linus Torvalds1da177e2005-04-16 15:20:36 -0700978 SET_NETDEV_DEV(netdev, &pdev->dev);
979
980 pci_set_drvdata(pdev, netdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -0700981 adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700982 adapter->netdev = netdev;
983 adapter->pdev = pdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700984 adapter->msg_enable = (1 << debug) - 1;
Taku Izumi81250292008-07-11 15:17:44 -0700985 adapter->bars = bars;
986 adapter->need_ioport = need_ioport;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700987
Joe Perches1dc32912008-07-11 15:17:08 -0700988 hw = &adapter->hw;
989 hw->back = adapter;
990
Vasily Averin6dd62ab2006-08-28 14:56:22 -0700991 err = -EIO;
Arjan van de Ven275f1652008-10-20 21:42:39 -0700992 hw->hw_addr = pci_ioremap_bar(pdev, BAR_0);
Joe Perches1dc32912008-07-11 15:17:08 -0700993 if (!hw->hw_addr)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700994 goto err_ioremap;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700995
Taku Izumi81250292008-07-11 15:17:44 -0700996 if (adapter->need_ioport) {
997 for (i = BAR_1; i <= BAR_5; i++) {
998 if (pci_resource_len(pdev, i) == 0)
999 continue;
1000 if (pci_resource_flags(pdev, i) & IORESOURCE_IO) {
1001 hw->io_base = pci_resource_start(pdev, i);
1002 break;
1003 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001004 }
1005 }
1006
Jesse Brandeburge508be12010-09-07 21:01:12 +00001007 /* make ready for any if (hw->...) below */
1008 err = e1000_init_hw_struct(adapter, hw);
1009 if (err)
1010 goto err_sw_init;
1011
1012 /*
1013 * there is a workaround being applied below that limits
1014 * 64-bit DMA addresses to 64-bit hardware. There are some
1015 * 32-bit adapters that Tx hang when given 64-bit DMA addresses
1016 */
1017 pci_using_dac = 0;
1018 if ((hw->bus_type == e1000_bus_type_pcix) &&
1019 !dma_set_mask(&pdev->dev, DMA_BIT_MASK(64))) {
1020 /*
1021 * according to DMA-API-HOWTO, coherent calls will always
1022 * succeed if the set call did
1023 */
1024 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(64));
1025 pci_using_dac = 1;
Jesse Brandeburge508be12010-09-07 21:01:12 +00001026 } else {
Dean Nelson19a0b672010-11-11 05:50:25 +00001027 err = dma_set_mask(&pdev->dev, DMA_BIT_MASK(32));
1028 if (err) {
1029 pr_err("No usable DMA config, aborting\n");
1030 goto err_dma;
1031 }
1032 dma_set_coherent_mask(&pdev->dev, DMA_BIT_MASK(32));
Jesse Brandeburge508be12010-09-07 21:01:12 +00001033 }
1034
Stephen Hemminger0e7614b2008-11-19 22:18:22 -08001035 netdev->netdev_ops = &e1000_netdev_ops;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001036 e1000_set_ethtool_ops(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001037 netdev->watchdog_timeo = 5 * HZ;
Stephen Hemmingerbea33482007-10-03 16:41:36 -07001038 netif_napi_add(netdev, &adapter->napi, e1000_clean, 64);
Stephen Hemminger0e7614b2008-11-19 22:18:22 -08001039
Auke Kok0eb5a342006-09-27 12:53:17 -07001040 strncpy(netdev->name, pci_name(pdev), sizeof(netdev->name) - 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001041
Linus Torvalds1da177e2005-04-16 15:20:36 -07001042 adapter->bd_number = cards_found;
1043
1044 /* setup the private structure */
1045
Joe Perchesc7be73b2008-07-11 15:17:28 -07001046 err = e1000_sw_init(adapter);
1047 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001048 goto err_sw_init;
1049
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001050 err = -EIO;
Dirk Brandewie5377a412011-01-06 14:29:54 +00001051 if (hw->mac_type == e1000_ce4100) {
Florian Fainelli13acde82012-01-04 20:23:35 +00001052 hw->ce4100_gbe_mdio_base_virt =
1053 ioremap(pci_resource_start(pdev, BAR_1),
Dirk Brandewie5377a412011-01-06 14:29:54 +00001054 pci_resource_len(pdev, BAR_1));
1055
Florian Fainelli13acde82012-01-04 20:23:35 +00001056 if (!hw->ce4100_gbe_mdio_base_virt)
Dirk Brandewie5377a412011-01-06 14:29:54 +00001057 goto err_mdio_ioremap;
1058 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001059
Joe Perches1dc32912008-07-11 15:17:08 -07001060 if (hw->mac_type >= e1000_82543) {
Michał Mirosławe97d3202011-06-08 08:36:42 +00001061 netdev->hw_features = NETIF_F_SG |
Jiri Pirko5622e402011-07-21 03:26:31 +00001062 NETIF_F_HW_CSUM |
1063 NETIF_F_HW_VLAN_RX;
Michał Mirosławe97d3202011-06-08 08:36:42 +00001064 netdev->features = NETIF_F_HW_VLAN_TX |
Linus Torvalds1da177e2005-04-16 15:20:36 -07001065 NETIF_F_HW_VLAN_FILTER;
1066 }
1067
Joe Perches1dc32912008-07-11 15:17:08 -07001068 if ((hw->mac_type >= e1000_82544) &&
1069 (hw->mac_type != e1000_82547))
Michał Mirosławe97d3202011-06-08 08:36:42 +00001070 netdev->hw_features |= NETIF_F_TSO;
1071
Ben Greear11a78dc2012-02-11 15:40:01 +00001072 netdev->priv_flags |= IFF_SUPP_NOFCS;
1073
Michał Mirosławe97d3202011-06-08 08:36:42 +00001074 netdev->features |= netdev->hw_features;
1075 netdev->hw_features |= NETIF_F_RXCSUM;
Ben Greearb0d15622012-02-11 15:40:11 +00001076 netdev->hw_features |= NETIF_F_RXFCS;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001077
Yi Zou7b872a52010-09-22 17:57:58 +00001078 if (pci_using_dac) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001079 netdev->features |= NETIF_F_HIGHDMA;
Yi Zou7b872a52010-09-22 17:57:58 +00001080 netdev->vlan_features |= NETIF_F_HIGHDMA;
1081 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001082
Patrick McHardy20501a62008-10-11 12:25:59 -07001083 netdev->vlan_features |= NETIF_F_TSO;
Patrick McHardy20501a62008-10-11 12:25:59 -07001084 netdev->vlan_features |= NETIF_F_HW_CSUM;
1085 netdev->vlan_features |= NETIF_F_SG;
1086
Jiri Pirko01789342011-08-16 06:29:00 +00001087 netdev->priv_flags |= IFF_UNICAST_FLT;
1088
Joe Perches1dc32912008-07-11 15:17:08 -07001089 adapter->en_mng_pt = e1000_enable_mng_pass_thru(hw);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001090
Auke Kokcd94dd02006-06-27 09:08:22 -07001091 /* initialize eeprom parameters */
Joe Perches1dc32912008-07-11 15:17:08 -07001092 if (e1000_init_eeprom_params(hw)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001093 e_err(probe, "EEPROM initialization failed\n");
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001094 goto err_eeprom;
Auke Kokcd94dd02006-06-27 09:08:22 -07001095 }
1096
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001097 /* before reading the EEPROM, reset the controller to
Linus Torvalds1da177e2005-04-16 15:20:36 -07001098 * put the device in a known good starting state */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001099
Joe Perches1dc32912008-07-11 15:17:08 -07001100 e1000_reset_hw(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001101
1102 /* make sure the EEPROM is good */
Joe Perches1dc32912008-07-11 15:17:08 -07001103 if (e1000_validate_eeprom_checksum(hw) < 0) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001104 e_err(probe, "The EEPROM Checksum Is Not Valid\n");
Auke Kok67b3c272007-12-17 13:50:23 -08001105 e1000_dump_eeprom(adapter);
1106 /*
1107 * set MAC address to all zeroes to invalidate and temporary
1108 * disable this device for the user. This blocks regular
1109 * traffic while still permitting ethtool ioctls from reaching
1110 * the hardware as well as allowing the user to run the
1111 * interface after manually setting a hw addr using
1112 * `ip set address`
1113 */
Joe Perches1dc32912008-07-11 15:17:08 -07001114 memset(hw->mac_addr, 0, netdev->addr_len);
Auke Kok67b3c272007-12-17 13:50:23 -08001115 } else {
1116 /* copy the MAC address out of the EEPROM */
Joe Perches1dc32912008-07-11 15:17:08 -07001117 if (e1000_read_mac_addr(hw))
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001118 e_err(probe, "EEPROM Read Error\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001119 }
Auke Kok67b3c272007-12-17 13:50:23 -08001120 /* don't block initalization here due to bad MAC address */
Joe Perches1dc32912008-07-11 15:17:08 -07001121 memcpy(netdev->dev_addr, hw->mac_addr, netdev->addr_len);
1122 memcpy(netdev->perm_addr, hw->mac_addr, netdev->addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001123
Auke Kok67b3c272007-12-17 13:50:23 -08001124 if (!is_valid_ether_addr(netdev->perm_addr))
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001125 e_err(probe, "Invalid MAC Address\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001126
Linus Torvalds1da177e2005-04-16 15:20:36 -07001127
Jesse Brandeburga4010af2011-10-05 07:24:41 +00001128 INIT_DELAYED_WORK(&adapter->watchdog_task, e1000_watchdog);
1129 INIT_DELAYED_WORK(&adapter->fifo_stall_task,
1130 e1000_82547_tx_fifo_stall_task);
1131 INIT_DELAYED_WORK(&adapter->phy_info_task, e1000_update_phy_info_task);
David Howells65f27f32006-11-22 14:55:48 +00001132 INIT_WORK(&adapter->reset_task, e1000_reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001133
Linus Torvalds1da177e2005-04-16 15:20:36 -07001134 e1000_check_options(adapter);
1135
1136 /* Initial Wake on LAN setting
1137 * If APM wake is enabled in the EEPROM,
1138 * enable the ACPI Magic Packet filter
1139 */
1140
Joe Perches1dc32912008-07-11 15:17:08 -07001141 switch (hw->mac_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001142 case e1000_82542_rev2_0:
1143 case e1000_82542_rev2_1:
1144 case e1000_82543:
1145 break;
1146 case e1000_82544:
Joe Perches1dc32912008-07-11 15:17:08 -07001147 e1000_read_eeprom(hw,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001148 EEPROM_INIT_CONTROL2_REG, 1, &eeprom_data);
1149 eeprom_apme_mask = E1000_EEPROM_82544_APM;
1150 break;
1151 case e1000_82546:
1152 case e1000_82546_rev_3:
Joe Perches1dc32912008-07-11 15:17:08 -07001153 if (er32(STATUS) & E1000_STATUS_FUNC_1){
1154 e1000_read_eeprom(hw,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001155 EEPROM_INIT_CONTROL3_PORT_B, 1, &eeprom_data);
1156 break;
1157 }
1158 /* Fall Through */
1159 default:
Joe Perches1dc32912008-07-11 15:17:08 -07001160 e1000_read_eeprom(hw,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001161 EEPROM_INIT_CONTROL3_PORT_A, 1, &eeprom_data);
1162 break;
1163 }
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001164 if (eeprom_data & eeprom_apme_mask)
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001165 adapter->eeprom_wol |= E1000_WUFC_MAG;
1166
1167 /* now that we have the eeprom settings, apply the special cases
1168 * where the eeprom may be wrong or the board simply won't support
1169 * wake on lan on a particular port */
1170 switch (pdev->device) {
1171 case E1000_DEV_ID_82546GB_PCIE:
1172 adapter->eeprom_wol = 0;
1173 break;
1174 case E1000_DEV_ID_82546EB_FIBER:
1175 case E1000_DEV_ID_82546GB_FIBER:
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001176 /* Wake events only supported on port A for dual fiber
1177 * regardless of eeprom setting */
Joe Perches1dc32912008-07-11 15:17:08 -07001178 if (er32(STATUS) & E1000_STATUS_FUNC_1)
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001179 adapter->eeprom_wol = 0;
1180 break;
1181 case E1000_DEV_ID_82546GB_QUAD_COPPER_KSP3:
1182 /* if quad port adapter, disable WoL on all but port A */
1183 if (global_quad_port_a != 0)
1184 adapter->eeprom_wol = 0;
1185 else
Rusty Russell3db1cd52011-12-19 13:56:45 +00001186 adapter->quad_port_a = true;
Jesse Brandeburg120cd572006-08-31 14:27:46 -07001187 /* Reset for multiple quad port adapters */
1188 if (++global_quad_port_a == 4)
1189 global_quad_port_a = 0;
1190 break;
1191 }
1192
1193 /* initialize the wol settings based on the eeprom settings */
1194 adapter->wol = adapter->eeprom_wol;
\"Rafael J. Wysocki\de126482008-11-07 20:30:19 +00001195 device_set_wakeup_enable(&adapter->pdev->dev, adapter->wol);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001196
Dirk Brandewie5377a412011-01-06 14:29:54 +00001197 /* Auto detect PHY address */
1198 if (hw->mac_type == e1000_ce4100) {
1199 for (i = 0; i < 32; i++) {
1200 hw->phy_addr = i;
1201 e1000_read_phy_reg(hw, PHY_ID2, &tmp);
1202 if (tmp == 0 || tmp == 0xFF) {
1203 if (i == 31)
1204 goto err_eeprom;
1205 continue;
1206 } else
1207 break;
1208 }
1209 }
1210
Linus Torvalds1da177e2005-04-16 15:20:36 -07001211 /* reset the hardware with the new settings */
1212 e1000_reset(adapter);
1213
Auke Kok416b5d12007-06-01 10:22:39 -07001214 strcpy(netdev->name, "eth%d");
Joe Perchesc7be73b2008-07-11 15:17:28 -07001215 err = register_netdev(netdev);
1216 if (err)
Auke Kok416b5d12007-06-01 10:22:39 -07001217 goto err_register;
Auke Kok1314bbf2006-09-27 12:54:02 -07001218
Jiri Pirko52f55092012-03-20 18:10:01 +00001219 e1000_vlan_filter_on_off(adapter, false);
Jiri Pirko5622e402011-07-21 03:26:31 +00001220
Emil Tantilov675ad472010-04-27 14:02:58 +00001221 /* print bus type/speed/width info */
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001222 e_info(probe, "(PCI%s:%dMHz:%d-bit) %pM\n",
Joe Perches7837e582010-06-11 12:51:49 +00001223 ((hw->bus_type == e1000_bus_type_pcix) ? "-X" : ""),
1224 ((hw->bus_speed == e1000_bus_speed_133) ? 133 :
1225 (hw->bus_speed == e1000_bus_speed_120) ? 120 :
1226 (hw->bus_speed == e1000_bus_speed_100) ? 100 :
1227 (hw->bus_speed == e1000_bus_speed_66) ? 66 : 33),
1228 ((hw->bus_width == e1000_bus_width_64) ? 64 : 32),
1229 netdev->dev_addr);
Emil Tantilov675ad472010-04-27 14:02:58 +00001230
Jesse Brandeburgeb62efd2009-04-17 20:44:36 +00001231 /* carrier off reporting is important to ethtool even BEFORE open */
1232 netif_carrier_off(netdev);
1233
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001234 e_info(probe, "Intel(R) PRO/1000 Network Connection\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001235
1236 cards_found++;
1237 return 0;
1238
1239err_register:
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001240err_eeprom:
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001241 e1000_phy_hw_reset(hw);
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001242
Joe Perches1dc32912008-07-11 15:17:08 -07001243 if (hw->flash_address)
1244 iounmap(hw->flash_address);
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001245 kfree(adapter->tx_ring);
1246 kfree(adapter->rx_ring);
Jesse Brandeburge508be12010-09-07 21:01:12 +00001247err_dma:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001248err_sw_init:
Dirk Brandewie5377a412011-01-06 14:29:54 +00001249err_mdio_ioremap:
Florian Fainelli13acde82012-01-04 20:23:35 +00001250 iounmap(hw->ce4100_gbe_mdio_base_virt);
Joe Perches1dc32912008-07-11 15:17:08 -07001251 iounmap(hw->hw_addr);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001252err_ioremap:
1253 free_netdev(netdev);
1254err_alloc_etherdev:
Taku Izumi81250292008-07-11 15:17:44 -07001255 pci_release_selected_regions(pdev, bars);
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001256err_pci_reg:
Vasily Averin6dd62ab2006-08-28 14:56:22 -07001257 pci_disable_device(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001258 return err;
1259}
1260
1261/**
1262 * e1000_remove - Device Removal Routine
1263 * @pdev: PCI device information struct
1264 *
1265 * e1000_remove is called by the PCI subsystem to alert the driver
1266 * that it should release a PCI device. The could be caused by a
1267 * Hot-Plug event, or because the driver is going to be removed from
1268 * memory.
1269 **/
1270
Joe Perches64798842008-07-11 15:17:02 -07001271static void __devexit e1000_remove(struct pci_dev *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001272{
1273 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07001274 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07001275 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001276
Jesse Brandeburga4010af2011-10-05 07:24:41 +00001277 e1000_down_and_stop(adapter);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05001278 e1000_release_manageability(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001279
Stephen Hemmingerbea33482007-10-03 16:41:36 -07001280 unregister_netdev(netdev);
1281
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001282 e1000_phy_hw_reset(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001283
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001284 kfree(adapter->tx_ring);
1285 kfree(adapter->rx_ring);
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001286
Florian Fainelli1c267502012-01-04 20:23:34 +00001287 if (hw->mac_type == e1000_ce4100)
Florian Fainelli13acde82012-01-04 20:23:35 +00001288 iounmap(hw->ce4100_gbe_mdio_base_virt);
Joe Perches1dc32912008-07-11 15:17:08 -07001289 iounmap(hw->hw_addr);
1290 if (hw->flash_address)
1291 iounmap(hw->flash_address);
Taku Izumi81250292008-07-11 15:17:44 -07001292 pci_release_selected_regions(pdev, adapter->bars);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001293
1294 free_netdev(netdev);
1295
1296 pci_disable_device(pdev);
1297}
1298
1299/**
1300 * e1000_sw_init - Initialize general software structures (struct e1000_adapter)
1301 * @adapter: board private structure to initialize
1302 *
1303 * e1000_sw_init initializes the Adapter private data structure.
Jesse Brandeburge508be12010-09-07 21:01:12 +00001304 * e1000_init_hw_struct MUST be called before this function
Linus Torvalds1da177e2005-04-16 15:20:36 -07001305 **/
1306
Joe Perches64798842008-07-11 15:17:02 -07001307static int __devinit e1000_sw_init(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001308{
Auke Kokeb0f8052006-07-14 16:14:48 -07001309 adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001310
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001311 adapter->num_tx_queues = 1;
1312 adapter->num_rx_queues = 1;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001313
1314 if (e1000_alloc_queues(adapter)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001315 e_err(probe, "Unable to allocate memory for queues\n");
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001316 return -ENOMEM;
1317 }
1318
Herbert Xu47313052007-05-29 15:07:31 -07001319 /* Explicitly disable IRQ since the NIC can be in any state. */
Herbert Xu47313052007-05-29 15:07:31 -07001320 e1000_irq_disable(adapter);
1321
Linus Torvalds1da177e2005-04-16 15:20:36 -07001322 spin_lock_init(&adapter->stats_lock);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00001323 mutex_init(&adapter->mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001324
Auke Kok1314bbf2006-09-27 12:54:02 -07001325 set_bit(__E1000_DOWN, &adapter->flags);
1326
Linus Torvalds1da177e2005-04-16 15:20:36 -07001327 return 0;
1328}
1329
1330/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001331 * e1000_alloc_queues - Allocate memory for all rings
1332 * @adapter: board private structure to initialize
1333 *
1334 * We allocate one ring per queue at run-time since we don't know the
Wang Chen3e1d7cd2008-12-03 22:07:10 -08001335 * number of queues at compile-time.
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001336 **/
1337
Joe Perches64798842008-07-11 15:17:02 -07001338static int __devinit e1000_alloc_queues(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001339{
Yan Burman1c7e5b12007-03-06 08:58:04 -08001340 adapter->tx_ring = kcalloc(adapter->num_tx_queues,
1341 sizeof(struct e1000_tx_ring), GFP_KERNEL);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001342 if (!adapter->tx_ring)
1343 return -ENOMEM;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001344
Yan Burman1c7e5b12007-03-06 08:58:04 -08001345 adapter->rx_ring = kcalloc(adapter->num_rx_queues,
1346 sizeof(struct e1000_rx_ring), GFP_KERNEL);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001347 if (!adapter->rx_ring) {
1348 kfree(adapter->tx_ring);
1349 return -ENOMEM;
1350 }
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001351
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001352 return E1000_SUCCESS;
1353}
1354
1355/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001356 * e1000_open - Called when a network interface is made active
1357 * @netdev: network interface device structure
1358 *
1359 * Returns 0 on success, negative value on failure
1360 *
1361 * The open entry point is called when a network interface is made
1362 * active by the system (IFF_UP). At this point all resources needed
1363 * for transmit and receive operations are allocated, the interrupt
Jesse Brandeburga4010af2011-10-05 07:24:41 +00001364 * handler is registered with the OS, the watchdog task is started,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001365 * and the stack is notified that the interface is ready.
1366 **/
1367
Joe Perches64798842008-07-11 15:17:02 -07001368static int e1000_open(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001369{
Malli Chilakala60490fe2005-06-17 17:41:45 -07001370 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07001371 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001372 int err;
1373
Auke Kok2db10a02006-06-27 09:06:28 -07001374 /* disallow open during test */
Auke Kok1314bbf2006-09-27 12:54:02 -07001375 if (test_bit(__E1000_TESTING, &adapter->flags))
Auke Kok2db10a02006-06-27 09:06:28 -07001376 return -EBUSY;
1377
Jesse Brandeburgeb62efd2009-04-17 20:44:36 +00001378 netif_carrier_off(netdev);
1379
Linus Torvalds1da177e2005-04-16 15:20:36 -07001380 /* allocate transmit descriptors */
Auke Koke0aac5a2007-03-06 08:57:21 -08001381 err = e1000_setup_all_tx_resources(adapter);
1382 if (err)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001383 goto err_setup_tx;
1384
1385 /* allocate receive descriptors */
Auke Koke0aac5a2007-03-06 08:57:21 -08001386 err = e1000_setup_all_rx_resources(adapter);
Linus Torvaldsb5bf28c2007-02-21 11:21:44 -08001387 if (err)
Auke Koke0aac5a2007-03-06 08:57:21 -08001388 goto err_setup_rx;
Linus Torvaldsb5bf28c2007-02-21 11:21:44 -08001389
Auke Kok79f05bf2006-06-27 09:06:32 -07001390 e1000_power_up_phy(adapter);
1391
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001392 adapter->mng_vlan_id = E1000_MNG_VLAN_NONE;
Joe Perches1dc32912008-07-11 15:17:08 -07001393 if ((hw->mng_cookie.status &
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001394 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT)) {
1395 e1000_update_mng_vlan(adapter);
1396 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001397
Auke Koke0aac5a2007-03-06 08:57:21 -08001398 /* before we allocate an interrupt, we must be ready to handle it.
1399 * Setting DEBUG_SHIRQ in the kernel makes it fire an interrupt
1400 * as soon as we call pci_request_irq, so we have to setup our
1401 * clean_rx handler before we do so. */
1402 e1000_configure(adapter);
1403
1404 err = e1000_request_irq(adapter);
1405 if (err)
1406 goto err_req_irq;
1407
1408 /* From here on the code is the same as e1000_up() */
1409 clear_bit(__E1000_DOWN, &adapter->flags);
1410
Stephen Hemmingerbea33482007-10-03 16:41:36 -07001411 napi_enable(&adapter->napi);
Herbert Xu47313052007-05-29 15:07:31 -07001412
Auke Koke0aac5a2007-03-06 08:57:21 -08001413 e1000_irq_enable(adapter);
1414
Ben Hutchings076152d2008-07-18 17:50:57 -07001415 netif_start_queue(netdev);
1416
Auke Koke0aac5a2007-03-06 08:57:21 -08001417 /* fire a link status change interrupt to start the watchdog */
Joe Perches1dc32912008-07-11 15:17:08 -07001418 ew32(ICS, E1000_ICS_LSC);
Auke Koke0aac5a2007-03-06 08:57:21 -08001419
Linus Torvalds1da177e2005-04-16 15:20:36 -07001420 return E1000_SUCCESS;
1421
Linus Torvaldsb5bf28c2007-02-21 11:21:44 -08001422err_req_irq:
Auke Koke0aac5a2007-03-06 08:57:21 -08001423 e1000_power_down_phy(adapter);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001424 e1000_free_all_rx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001425err_setup_rx:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001426 e1000_free_all_tx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001427err_setup_tx:
1428 e1000_reset(adapter);
1429
1430 return err;
1431}
1432
1433/**
1434 * e1000_close - Disables a network interface
1435 * @netdev: network interface device structure
1436 *
1437 * Returns 0, this is not allowed to fail
1438 *
1439 * The close entry point is called when an interface is de-activated
1440 * by the OS. The hardware is still under the drivers control, but
1441 * needs to be disabled. A global MAC reset is issued to stop the
1442 * hardware, and all transmit and receive resources are freed.
1443 **/
1444
Joe Perches64798842008-07-11 15:17:02 -07001445static int e1000_close(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001446{
Malli Chilakala60490fe2005-06-17 17:41:45 -07001447 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07001448 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001449
Auke Kok2db10a02006-06-27 09:06:28 -07001450 WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001451 e1000_down(adapter);
Auke Kok79f05bf2006-06-27 09:06:32 -07001452 e1000_power_down_phy(adapter);
Auke Kok2db10a02006-06-27 09:06:28 -07001453 e1000_free_irq(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001454
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001455 e1000_free_all_tx_resources(adapter);
1456 e1000_free_all_rx_resources(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001457
Bruce Allan46665602006-09-27 12:54:08 -07001458 /* kill manageability vlan ID if supported, but not if a vlan with
1459 * the same ID is registered on the host OS (let 8021q kill it) */
Joe Perches1dc32912008-07-11 15:17:08 -07001460 if ((hw->mng_cookie.status &
Bruce Allan46665602006-09-27 12:54:08 -07001461 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) &&
Jiri Pirko5622e402011-07-21 03:26:31 +00001462 !test_bit(adapter->mng_vlan_id, adapter->active_vlans)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001463 e1000_vlan_rx_kill_vid(netdev, adapter->mng_vlan_id);
1464 }
Jeff Kirsherb55ccb32006-01-12 16:50:30 -08001465
Linus Torvalds1da177e2005-04-16 15:20:36 -07001466 return 0;
1467}
1468
1469/**
1470 * e1000_check_64k_bound - check that memory doesn't cross 64kB boundary
1471 * @adapter: address of board private structure
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001472 * @start: address of beginning of memory
1473 * @len: length of memory
Linus Torvalds1da177e2005-04-16 15:20:36 -07001474 **/
Joe Perches64798842008-07-11 15:17:02 -07001475static bool e1000_check_64k_bound(struct e1000_adapter *adapter, void *start,
1476 unsigned long len)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001477{
Joe Perches1dc32912008-07-11 15:17:08 -07001478 struct e1000_hw *hw = &adapter->hw;
Joe Perchese982f172008-07-11 15:17:18 -07001479 unsigned long begin = (unsigned long)start;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001480 unsigned long end = begin + len;
1481
Malli Chilakala26483452005-04-28 19:44:46 -07001482 /* First rev 82545 and 82546 need to not allow any memory
1483 * write location to cross 64k boundary due to errata 23 */
Joe Perches1dc32912008-07-11 15:17:08 -07001484 if (hw->mac_type == e1000_82545 ||
Dirk Brandewie5377a412011-01-06 14:29:54 +00001485 hw->mac_type == e1000_ce4100 ||
Joe Perches1dc32912008-07-11 15:17:08 -07001486 hw->mac_type == e1000_82546) {
Joe Perchesc3033b02008-03-21 11:06:25 -07001487 return ((begin ^ (end - 1)) >> 16) != 0 ? false : true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001488 }
1489
Joe Perchesc3033b02008-03-21 11:06:25 -07001490 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001491}
1492
1493/**
1494 * e1000_setup_tx_resources - allocate Tx resources (Descriptors)
1495 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001496 * @txdr: tx descriptor ring (for a specific queue) to setup
Linus Torvalds1da177e2005-04-16 15:20:36 -07001497 *
1498 * Return 0 on success, negative on failure
1499 **/
1500
Joe Perches64798842008-07-11 15:17:02 -07001501static int e1000_setup_tx_resources(struct e1000_adapter *adapter,
1502 struct e1000_tx_ring *txdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001503{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001504 struct pci_dev *pdev = adapter->pdev;
1505 int size;
1506
1507 size = sizeof(struct e1000_buffer) * txdr->count;
Eric Dumazet89bf67f2010-11-22 00:15:06 +00001508 txdr->buffer_info = vzalloc(size);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001509 if (!txdr->buffer_info) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001510 e_err(probe, "Unable to allocate memory for the Tx descriptor "
1511 "ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001512 return -ENOMEM;
1513 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001514
1515 /* round up to nearest 4K */
1516
1517 txdr->size = txdr->count * sizeof(struct e1000_tx_desc);
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -07001518 txdr->size = ALIGN(txdr->size, 4096);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001519
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001520 txdr->desc = dma_alloc_coherent(&pdev->dev, txdr->size, &txdr->dma,
1521 GFP_KERNEL);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001522 if (!txdr->desc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001523setup_tx_desc_die:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001524 vfree(txdr->buffer_info);
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001525 e_err(probe, "Unable to allocate memory for the Tx descriptor "
1526 "ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001527 return -ENOMEM;
1528 }
1529
Malli Chilakala26483452005-04-28 19:44:46 -07001530 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001531 if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) {
1532 void *olddesc = txdr->desc;
1533 dma_addr_t olddma = txdr->dma;
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001534 e_err(tx_err, "txdr align check failed: %u bytes at %p\n",
Emil Tantilov675ad472010-04-27 14:02:58 +00001535 txdr->size, txdr->desc);
Malli Chilakala26483452005-04-28 19:44:46 -07001536 /* Try again, without freeing the previous */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001537 txdr->desc = dma_alloc_coherent(&pdev->dev, txdr->size,
1538 &txdr->dma, GFP_KERNEL);
Malli Chilakala26483452005-04-28 19:44:46 -07001539 /* Failed allocation, critical failure */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001540 if (!txdr->desc) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001541 dma_free_coherent(&pdev->dev, txdr->size, olddesc,
1542 olddma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001543 goto setup_tx_desc_die;
1544 }
1545
1546 if (!e1000_check_64k_bound(adapter, txdr->desc, txdr->size)) {
1547 /* give up */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001548 dma_free_coherent(&pdev->dev, txdr->size, txdr->desc,
1549 txdr->dma);
1550 dma_free_coherent(&pdev->dev, txdr->size, olddesc,
1551 olddma);
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001552 e_err(probe, "Unable to allocate aligned memory "
Emil Tantilov675ad472010-04-27 14:02:58 +00001553 "for the transmit descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001554 vfree(txdr->buffer_info);
1555 return -ENOMEM;
1556 } else {
Malli Chilakala26483452005-04-28 19:44:46 -07001557 /* Free old allocation, new allocation was successful */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001558 dma_free_coherent(&pdev->dev, txdr->size, olddesc,
1559 olddma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001560 }
1561 }
1562 memset(txdr->desc, 0, txdr->size);
1563
1564 txdr->next_to_use = 0;
1565 txdr->next_to_clean = 0;
1566
1567 return 0;
1568}
1569
1570/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001571 * e1000_setup_all_tx_resources - wrapper to allocate Tx resources
1572 * (Descriptors) for all queues
1573 * @adapter: board private structure
1574 *
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001575 * Return 0 on success, negative on failure
1576 **/
1577
Joe Perches64798842008-07-11 15:17:02 -07001578int e1000_setup_all_tx_resources(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001579{
1580 int i, err = 0;
1581
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001582 for (i = 0; i < adapter->num_tx_queues; i++) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001583 err = e1000_setup_tx_resources(adapter, &adapter->tx_ring[i]);
1584 if (err) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001585 e_err(probe, "Allocation for Tx Queue %u failed\n", i);
Vasily Averin3fbbc722006-08-28 14:56:24 -07001586 for (i-- ; i >= 0; i--)
1587 e1000_free_tx_resources(adapter,
1588 &adapter->tx_ring[i]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001589 break;
1590 }
1591 }
1592
1593 return err;
1594}
1595
1596/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07001597 * e1000_configure_tx - Configure 8254x Transmit Unit after Reset
1598 * @adapter: board private structure
1599 *
1600 * Configure the Tx unit of the MAC after a reset.
1601 **/
1602
Joe Perches64798842008-07-11 15:17:02 -07001603static void e1000_configure_tx(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001604{
Joe Perches406874a2008-04-03 10:06:32 -07001605 u64 tdba;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001606 struct e1000_hw *hw = &adapter->hw;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001607 u32 tdlen, tctl, tipg;
Joe Perches406874a2008-04-03 10:06:32 -07001608 u32 ipgr1, ipgr2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001609
1610 /* Setup the HW Tx Head and Tail descriptor pointers */
1611
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001612 switch (adapter->num_tx_queues) {
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001613 case 1:
1614 default:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001615 tdba = adapter->tx_ring[0].dma;
1616 tdlen = adapter->tx_ring[0].count *
1617 sizeof(struct e1000_tx_desc);
Joe Perches1dc32912008-07-11 15:17:08 -07001618 ew32(TDLEN, tdlen);
1619 ew32(TDBAH, (tdba >> 32));
1620 ew32(TDBAL, (tdba & 0x00000000ffffffffULL));
1621 ew32(TDT, 0);
1622 ew32(TDH, 0);
Auke Kok6a951692006-09-11 14:00:21 -07001623 adapter->tx_ring[0].tdh = ((hw->mac_type >= e1000_82543) ? E1000_TDH : E1000_82542_TDH);
1624 adapter->tx_ring[0].tdt = ((hw->mac_type >= e1000_82543) ? E1000_TDT : E1000_82542_TDT);
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001625 break;
1626 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001627
1628 /* Set the default values for the Tx Inter Packet Gap timer */
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001629 if ((hw->media_type == e1000_media_type_fiber ||
Jesse Brandeburgd89b6c62006-12-15 10:38:32 +01001630 hw->media_type == e1000_media_type_internal_serdes))
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001631 tipg = DEFAULT_82543_TIPG_IPGT_FIBER;
1632 else
1633 tipg = DEFAULT_82543_TIPG_IPGT_COPPER;
1634
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001635 switch (hw->mac_type) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001636 case e1000_82542_rev2_0:
1637 case e1000_82542_rev2_1:
1638 tipg = DEFAULT_82542_TIPG_IPGT;
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001639 ipgr1 = DEFAULT_82542_TIPG_IPGR1;
1640 ipgr2 = DEFAULT_82542_TIPG_IPGR2;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001641 break;
1642 default:
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001643 ipgr1 = DEFAULT_82543_TIPG_IPGR1;
1644 ipgr2 = DEFAULT_82543_TIPG_IPGR2;
1645 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001646 }
Jeff Kirsher0fadb052006-01-12 16:51:05 -08001647 tipg |= ipgr1 << E1000_TIPG_IPGR1_SHIFT;
1648 tipg |= ipgr2 << E1000_TIPG_IPGR2_SHIFT;
Joe Perches1dc32912008-07-11 15:17:08 -07001649 ew32(TIPG, tipg);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650
1651 /* Set the Tx Interrupt Delay register */
1652
Joe Perches1dc32912008-07-11 15:17:08 -07001653 ew32(TIDV, adapter->tx_int_delay);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001654 if (hw->mac_type >= e1000_82540)
Joe Perches1dc32912008-07-11 15:17:08 -07001655 ew32(TADV, adapter->tx_abs_int_delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001656
1657 /* Program the Transmit Control Register */
1658
Joe Perches1dc32912008-07-11 15:17:08 -07001659 tctl = er32(TCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001660 tctl &= ~E1000_TCTL_CT;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08001661 tctl |= E1000_TCTL_PSP | E1000_TCTL_RTLC |
Linus Torvalds1da177e2005-04-16 15:20:36 -07001662 (E1000_COLLISION_THRESHOLD << E1000_CT_SHIFT);
1663
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001664 e1000_config_collision_dist(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001665
1666 /* Setup Transmit Descriptor Settings for eop descriptor */
Jesse Brandeburg6a042da2006-11-01 08:48:04 -08001667 adapter->txd_cmd = E1000_TXD_CMD_EOP | E1000_TXD_CMD_IFCS;
1668
1669 /* only set IDE if we are delaying interrupts using the timers */
1670 if (adapter->tx_int_delay)
1671 adapter->txd_cmd |= E1000_TXD_CMD_IDE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001672
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001673 if (hw->mac_type < e1000_82543)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001674 adapter->txd_cmd |= E1000_TXD_CMD_RPS;
1675 else
1676 adapter->txd_cmd |= E1000_TXD_CMD_RS;
1677
1678 /* Cache if we're 82544 running in PCI-X because we'll
1679 * need this to apply a workaround later in the send path. */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001680 if (hw->mac_type == e1000_82544 &&
1681 hw->bus_type == e1000_bus_type_pcix)
Rusty Russell3db1cd52011-12-19 13:56:45 +00001682 adapter->pcix_82544 = true;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08001683
Joe Perches1dc32912008-07-11 15:17:08 -07001684 ew32(TCTL, tctl);
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08001685
Linus Torvalds1da177e2005-04-16 15:20:36 -07001686}
1687
1688/**
1689 * e1000_setup_rx_resources - allocate Rx resources (Descriptors)
1690 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001691 * @rxdr: rx descriptor ring (for a specific queue) to setup
Linus Torvalds1da177e2005-04-16 15:20:36 -07001692 *
1693 * Returns 0 on success, negative on failure
1694 **/
1695
Joe Perches64798842008-07-11 15:17:02 -07001696static int e1000_setup_rx_resources(struct e1000_adapter *adapter,
1697 struct e1000_rx_ring *rxdr)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001698{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001699 struct pci_dev *pdev = adapter->pdev;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001700 int size, desc_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001701
1702 size = sizeof(struct e1000_buffer) * rxdr->count;
Eric Dumazet89bf67f2010-11-22 00:15:06 +00001703 rxdr->buffer_info = vzalloc(size);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001704 if (!rxdr->buffer_info) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001705 e_err(probe, "Unable to allocate memory for the Rx descriptor "
1706 "ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001707 return -ENOMEM;
1708 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001709
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001710 desc_len = sizeof(struct e1000_rx_desc);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001711
Linus Torvalds1da177e2005-04-16 15:20:36 -07001712 /* Round up to nearest 4K */
1713
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001714 rxdr->size = rxdr->count * desc_len;
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -07001715 rxdr->size = ALIGN(rxdr->size, 4096);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001716
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001717 rxdr->desc = dma_alloc_coherent(&pdev->dev, rxdr->size, &rxdr->dma,
1718 GFP_KERNEL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001719
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001720 if (!rxdr->desc) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001721 e_err(probe, "Unable to allocate memory for the Rx descriptor "
1722 "ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001723setup_rx_desc_die:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001724 vfree(rxdr->buffer_info);
1725 return -ENOMEM;
1726 }
1727
Malli Chilakala26483452005-04-28 19:44:46 -07001728 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001729 if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) {
1730 void *olddesc = rxdr->desc;
1731 dma_addr_t olddma = rxdr->dma;
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001732 e_err(rx_err, "rxdr align check failed: %u bytes at %p\n",
Emil Tantilov675ad472010-04-27 14:02:58 +00001733 rxdr->size, rxdr->desc);
Malli Chilakala26483452005-04-28 19:44:46 -07001734 /* Try again, without freeing the previous */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001735 rxdr->desc = dma_alloc_coherent(&pdev->dev, rxdr->size,
1736 &rxdr->dma, GFP_KERNEL);
Malli Chilakala26483452005-04-28 19:44:46 -07001737 /* Failed allocation, critical failure */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001738 if (!rxdr->desc) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001739 dma_free_coherent(&pdev->dev, rxdr->size, olddesc,
1740 olddma);
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001741 e_err(probe, "Unable to allocate memory for the Rx "
1742 "descriptor ring\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743 goto setup_rx_desc_die;
1744 }
1745
1746 if (!e1000_check_64k_bound(adapter, rxdr->desc, rxdr->size)) {
1747 /* give up */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001748 dma_free_coherent(&pdev->dev, rxdr->size, rxdr->desc,
1749 rxdr->dma);
1750 dma_free_coherent(&pdev->dev, rxdr->size, olddesc,
1751 olddma);
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001752 e_err(probe, "Unable to allocate aligned memory for "
1753 "the Rx descriptor ring\n");
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001754 goto setup_rx_desc_die;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001755 } else {
Malli Chilakala26483452005-04-28 19:44:46 -07001756 /* Free old allocation, new allocation was successful */
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001757 dma_free_coherent(&pdev->dev, rxdr->size, olddesc,
1758 olddma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001759 }
1760 }
1761 memset(rxdr->desc, 0, rxdr->size);
1762
1763 rxdr->next_to_clean = 0;
1764 rxdr->next_to_use = 0;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00001765 rxdr->rx_skb_top = NULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001766
1767 return 0;
1768}
1769
1770/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001771 * e1000_setup_all_rx_resources - wrapper to allocate Rx resources
1772 * (Descriptors) for all queues
1773 * @adapter: board private structure
1774 *
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001775 * Return 0 on success, negative on failure
1776 **/
1777
Joe Perches64798842008-07-11 15:17:02 -07001778int e1000_setup_all_rx_resources(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001779{
1780 int i, err = 0;
1781
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001782 for (i = 0; i < adapter->num_rx_queues; i++) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001783 err = e1000_setup_rx_resources(adapter, &adapter->rx_ring[i]);
1784 if (err) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07001785 e_err(probe, "Allocation for Rx Queue %u failed\n", i);
Vasily Averin3fbbc722006-08-28 14:56:24 -07001786 for (i-- ; i >= 0; i--)
1787 e1000_free_rx_resources(adapter,
1788 &adapter->rx_ring[i]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001789 break;
1790 }
1791 }
1792
1793 return err;
1794}
1795
1796/**
Malli Chilakala26483452005-04-28 19:44:46 -07001797 * e1000_setup_rctl - configure the receive control registers
Linus Torvalds1da177e2005-04-16 15:20:36 -07001798 * @adapter: Board private structure
1799 **/
Joe Perches64798842008-07-11 15:17:02 -07001800static void e1000_setup_rctl(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001801{
Joe Perches1dc32912008-07-11 15:17:08 -07001802 struct e1000_hw *hw = &adapter->hw;
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07001803 u32 rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001804
Joe Perches1dc32912008-07-11 15:17:08 -07001805 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001806
1807 rctl &= ~(3 << E1000_RCTL_MO_SHIFT);
1808
Dean Nelsond5bc77a2011-09-16 16:52:54 +00001809 rctl |= E1000_RCTL_BAM | E1000_RCTL_LBM_NO |
1810 E1000_RCTL_RDMTS_HALF |
Joe Perches1dc32912008-07-11 15:17:08 -07001811 (hw->mc_filter_type << E1000_RCTL_MO_SHIFT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001812
Joe Perches1dc32912008-07-11 15:17:08 -07001813 if (hw->tbi_compatibility_on == 1)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001814 rctl |= E1000_RCTL_SBP;
1815 else
1816 rctl &= ~E1000_RCTL_SBP;
1817
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001818 if (adapter->netdev->mtu <= ETH_DATA_LEN)
1819 rctl &= ~E1000_RCTL_LPE;
1820 else
1821 rctl |= E1000_RCTL_LPE;
1822
Linus Torvalds1da177e2005-04-16 15:20:36 -07001823 /* Setup buffer sizes */
Auke Kok9e2feac2006-04-14 19:05:18 -07001824 rctl &= ~E1000_RCTL_SZ_4096;
1825 rctl |= E1000_RCTL_BSEX;
1826 switch (adapter->rx_buffer_len) {
Jeff Kirshera1415ee2006-02-28 20:24:07 -08001827 case E1000_RXBUFFER_2048:
1828 default:
1829 rctl |= E1000_RCTL_SZ_2048;
1830 rctl &= ~E1000_RCTL_BSEX;
1831 break;
1832 case E1000_RXBUFFER_4096:
1833 rctl |= E1000_RCTL_SZ_4096;
1834 break;
1835 case E1000_RXBUFFER_8192:
1836 rctl |= E1000_RCTL_SZ_8192;
1837 break;
1838 case E1000_RXBUFFER_16384:
1839 rctl |= E1000_RCTL_SZ_16384;
1840 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001841 }
1842
Joe Perches1dc32912008-07-11 15:17:08 -07001843 ew32(RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001844}
1845
1846/**
1847 * e1000_configure_rx - Configure 8254x Receive Unit after Reset
1848 * @adapter: board private structure
1849 *
1850 * Configure the Rx unit of the MAC after a reset.
1851 **/
1852
Joe Perches64798842008-07-11 15:17:02 -07001853static void e1000_configure_rx(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001854{
Joe Perches406874a2008-04-03 10:06:32 -07001855 u64 rdba;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001856 struct e1000_hw *hw = &adapter->hw;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00001857 u32 rdlen, rctl, rxcsum;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001858
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00001859 if (adapter->netdev->mtu > ETH_DATA_LEN) {
1860 rdlen = adapter->rx_ring[0].count *
1861 sizeof(struct e1000_rx_desc);
1862 adapter->clean_rx = e1000_clean_jumbo_rx_irq;
1863 adapter->alloc_rx_buf = e1000_alloc_jumbo_rx_buffers;
1864 } else {
1865 rdlen = adapter->rx_ring[0].count *
1866 sizeof(struct e1000_rx_desc);
1867 adapter->clean_rx = e1000_clean_rx_irq;
1868 adapter->alloc_rx_buf = e1000_alloc_rx_buffers;
1869 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07001870
1871 /* disable receives while setting up the descriptors */
Joe Perches1dc32912008-07-11 15:17:08 -07001872 rctl = er32(RCTL);
1873 ew32(RCTL, rctl & ~E1000_RCTL_EN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001874
1875 /* set the Receive Delay Timer Register */
Joe Perches1dc32912008-07-11 15:17:08 -07001876 ew32(RDTR, adapter->rx_int_delay);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001877
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001878 if (hw->mac_type >= e1000_82540) {
Joe Perches1dc32912008-07-11 15:17:08 -07001879 ew32(RADV, adapter->rx_abs_int_delay);
Jesse Brandeburg835bb122006-11-01 08:48:13 -08001880 if (adapter->itr_setting != 0)
Joe Perches1dc32912008-07-11 15:17:08 -07001881 ew32(ITR, 1000000000 / (adapter->itr * 256));
Linus Torvalds1da177e2005-04-16 15:20:36 -07001882 }
1883
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001884 /* Setup the HW Rx Head and Tail Descriptor Pointers and
1885 * the Base and Length of the Rx Descriptor Ring */
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001886 switch (adapter->num_rx_queues) {
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001887 case 1:
1888 default:
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001889 rdba = adapter->rx_ring[0].dma;
Joe Perches1dc32912008-07-11 15:17:08 -07001890 ew32(RDLEN, rdlen);
1891 ew32(RDBAH, (rdba >> 32));
1892 ew32(RDBAL, (rdba & 0x00000000ffffffffULL));
1893 ew32(RDT, 0);
1894 ew32(RDH, 0);
Auke Kok6a951692006-09-11 14:00:21 -07001895 adapter->rx_ring[0].rdh = ((hw->mac_type >= e1000_82543) ? E1000_RDH : E1000_82542_RDH);
1896 adapter->rx_ring[0].rdt = ((hw->mac_type >= e1000_82543) ? E1000_RDT : E1000_82542_RDT);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001897 break;
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04001898 }
1899
Linus Torvalds1da177e2005-04-16 15:20:36 -07001900 /* Enable 82543 Receive Checksum Offload for TCP and UDP */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001901 if (hw->mac_type >= e1000_82543) {
Joe Perches1dc32912008-07-11 15:17:08 -07001902 rxcsum = er32(RXCSUM);
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07001903 if (adapter->rx_csum)
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001904 rxcsum |= E1000_RXCSUM_TUOFL;
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07001905 else
Malli Chilakala2d7edb92005-04-28 19:43:52 -07001906 /* don't need to clear IPPCSE as it defaults to 0 */
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07001907 rxcsum &= ~E1000_RXCSUM_TUOFL;
Joe Perches1dc32912008-07-11 15:17:08 -07001908 ew32(RXCSUM, rxcsum);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001909 }
1910
1911 /* Enable Receives */
Dean Nelsond5bc77a2011-09-16 16:52:54 +00001912 ew32(RCTL, rctl | E1000_RCTL_EN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001913}
1914
1915/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001916 * e1000_free_tx_resources - Free Tx Resources per Queue
1917 * @adapter: board private structure
1918 * @tx_ring: Tx descriptor ring for a specific queue
1919 *
1920 * Free all transmit software resources
1921 **/
1922
Joe Perches64798842008-07-11 15:17:02 -07001923static void e1000_free_tx_resources(struct e1000_adapter *adapter,
1924 struct e1000_tx_ring *tx_ring)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001925{
1926 struct pci_dev *pdev = adapter->pdev;
1927
1928 e1000_clean_tx_ring(adapter, tx_ring);
1929
1930 vfree(tx_ring->buffer_info);
1931 tx_ring->buffer_info = NULL;
1932
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001933 dma_free_coherent(&pdev->dev, tx_ring->size, tx_ring->desc,
1934 tx_ring->dma);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001935
1936 tx_ring->desc = NULL;
1937}
1938
1939/**
1940 * e1000_free_all_tx_resources - Free Tx Resources for All Queues
Linus Torvalds1da177e2005-04-16 15:20:36 -07001941 * @adapter: board private structure
1942 *
1943 * Free all transmit software resources
1944 **/
1945
Joe Perches64798842008-07-11 15:17:02 -07001946void e1000_free_all_tx_resources(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001947{
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001948 int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001949
Jeff Kirsherf56799e2006-01-12 16:50:39 -08001950 for (i = 0; i < adapter->num_tx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001951 e1000_free_tx_resources(adapter, &adapter->tx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001952}
1953
Joe Perches64798842008-07-11 15:17:02 -07001954static void e1000_unmap_and_free_tx_resource(struct e1000_adapter *adapter,
1955 struct e1000_buffer *buffer_info)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001956{
Alexander Duyck602c0552009-12-02 16:46:00 +00001957 if (buffer_info->dma) {
1958 if (buffer_info->mapped_as_page)
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001959 dma_unmap_page(&adapter->pdev->dev, buffer_info->dma,
1960 buffer_info->length, DMA_TO_DEVICE);
Alexander Duyck602c0552009-12-02 16:46:00 +00001961 else
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001962 dma_unmap_single(&adapter->pdev->dev, buffer_info->dma,
Alexander Duyck602c0552009-12-02 16:46:00 +00001963 buffer_info->length,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00001964 DMA_TO_DEVICE);
Alexander Duyck602c0552009-12-02 16:46:00 +00001965 buffer_info->dma = 0;
1966 }
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08001967 if (buffer_info->skb) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001968 dev_kfree_skb_any(buffer_info->skb);
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08001969 buffer_info->skb = NULL;
1970 }
Alexander Duyck37e73df2009-03-25 21:58:45 +00001971 buffer_info->time_stamp = 0;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08001972 /* buffer_info must be completely set up in the transmit path */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001973}
1974
1975/**
1976 * e1000_clean_tx_ring - Free Tx Buffers
1977 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04001978 * @tx_ring: ring to be cleaned
Linus Torvalds1da177e2005-04-16 15:20:36 -07001979 **/
1980
Joe Perches64798842008-07-11 15:17:02 -07001981static void e1000_clean_tx_ring(struct e1000_adapter *adapter,
1982 struct e1000_tx_ring *tx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07001983{
Joe Perches1dc32912008-07-11 15:17:08 -07001984 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001985 struct e1000_buffer *buffer_info;
1986 unsigned long size;
1987 unsigned int i;
1988
1989 /* Free all the Tx ring sk_buffs */
1990
Jesse Brandeburg96838a42006-01-18 13:01:39 -08001991 for (i = 0; i < tx_ring->count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001992 buffer_info = &tx_ring->buffer_info[i];
1993 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
1994 }
1995
1996 size = sizeof(struct e1000_buffer) * tx_ring->count;
1997 memset(tx_ring->buffer_info, 0, size);
1998
1999 /* Zero out the descriptor ring */
2000
2001 memset(tx_ring->desc, 0, tx_ring->size);
2002
2003 tx_ring->next_to_use = 0;
2004 tx_ring->next_to_clean = 0;
Rusty Russell3db1cd52011-12-19 13:56:45 +00002005 tx_ring->last_tx_tso = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002006
Joe Perches1dc32912008-07-11 15:17:08 -07002007 writel(0, hw->hw_addr + tx_ring->tdh);
2008 writel(0, hw->hw_addr + tx_ring->tdt);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002009}
2010
2011/**
2012 * e1000_clean_all_tx_rings - Free Tx Buffers for all queues
2013 * @adapter: board private structure
2014 **/
2015
Joe Perches64798842008-07-11 15:17:02 -07002016static void e1000_clean_all_tx_rings(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002017{
2018 int i;
2019
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002020 for (i = 0; i < adapter->num_tx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002021 e1000_clean_tx_ring(adapter, &adapter->tx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002022}
2023
2024/**
2025 * e1000_free_rx_resources - Free Rx Resources
2026 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002027 * @rx_ring: ring to clean the resources from
Linus Torvalds1da177e2005-04-16 15:20:36 -07002028 *
2029 * Free all receive software resources
2030 **/
2031
Joe Perches64798842008-07-11 15:17:02 -07002032static void e1000_free_rx_resources(struct e1000_adapter *adapter,
2033 struct e1000_rx_ring *rx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002034{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002035 struct pci_dev *pdev = adapter->pdev;
2036
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002037 e1000_clean_rx_ring(adapter, rx_ring);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002038
2039 vfree(rx_ring->buffer_info);
2040 rx_ring->buffer_info = NULL;
2041
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002042 dma_free_coherent(&pdev->dev, rx_ring->size, rx_ring->desc,
2043 rx_ring->dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002044
2045 rx_ring->desc = NULL;
2046}
2047
2048/**
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002049 * e1000_free_all_rx_resources - Free Rx Resources for All Queues
Linus Torvalds1da177e2005-04-16 15:20:36 -07002050 * @adapter: board private structure
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002051 *
2052 * Free all receive software resources
2053 **/
2054
Joe Perches64798842008-07-11 15:17:02 -07002055void e1000_free_all_rx_resources(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002056{
2057 int i;
2058
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002059 for (i = 0; i < adapter->num_rx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002060 e1000_free_rx_resources(adapter, &adapter->rx_ring[i]);
2061}
2062
2063/**
2064 * e1000_clean_rx_ring - Free Rx Buffers per Queue
2065 * @adapter: board private structure
2066 * @rx_ring: ring to free buffers from
Linus Torvalds1da177e2005-04-16 15:20:36 -07002067 **/
2068
Joe Perches64798842008-07-11 15:17:02 -07002069static void e1000_clean_rx_ring(struct e1000_adapter *adapter,
2070 struct e1000_rx_ring *rx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002071{
Joe Perches1dc32912008-07-11 15:17:08 -07002072 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002073 struct e1000_buffer *buffer_info;
2074 struct pci_dev *pdev = adapter->pdev;
2075 unsigned long size;
Brandeburg, Jesse630b25c2008-09-16 13:01:28 -07002076 unsigned int i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002077
2078 /* Free all the Rx ring sk_buffs */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002079 for (i = 0; i < rx_ring->count; i++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002080 buffer_info = &rx_ring->buffer_info[i];
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002081 if (buffer_info->dma &&
2082 adapter->clean_rx == e1000_clean_rx_irq) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002083 dma_unmap_single(&pdev->dev, buffer_info->dma,
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002084 buffer_info->length,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002085 DMA_FROM_DEVICE);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002086 } else if (buffer_info->dma &&
2087 adapter->clean_rx == e1000_clean_jumbo_rx_irq) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002088 dma_unmap_page(&pdev->dev, buffer_info->dma,
2089 buffer_info->length,
2090 DMA_FROM_DEVICE);
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00002091 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002092
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00002093 buffer_info->dma = 0;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002094 if (buffer_info->page) {
2095 put_page(buffer_info->page);
2096 buffer_info->page = NULL;
2097 }
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00002098 if (buffer_info->skb) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002099 dev_kfree_skb(buffer_info->skb);
2100 buffer_info->skb = NULL;
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08002101 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002102 }
2103
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00002104 /* there also may be some cached data from a chained receive */
2105 if (rx_ring->rx_skb_top) {
2106 dev_kfree_skb(rx_ring->rx_skb_top);
2107 rx_ring->rx_skb_top = NULL;
2108 }
2109
Linus Torvalds1da177e2005-04-16 15:20:36 -07002110 size = sizeof(struct e1000_buffer) * rx_ring->count;
2111 memset(rx_ring->buffer_info, 0, size);
2112
2113 /* Zero out the descriptor ring */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002114 memset(rx_ring->desc, 0, rx_ring->size);
2115
2116 rx_ring->next_to_clean = 0;
2117 rx_ring->next_to_use = 0;
2118
Joe Perches1dc32912008-07-11 15:17:08 -07002119 writel(0, hw->hw_addr + rx_ring->rdh);
2120 writel(0, hw->hw_addr + rx_ring->rdt);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002121}
2122
2123/**
2124 * e1000_clean_all_rx_rings - Free Rx Buffers for all queues
2125 * @adapter: board private structure
2126 **/
2127
Joe Perches64798842008-07-11 15:17:02 -07002128static void e1000_clean_all_rx_rings(struct e1000_adapter *adapter)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002129{
2130 int i;
2131
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002132 for (i = 0; i < adapter->num_rx_queues; i++)
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002133 e1000_clean_rx_ring(adapter, &adapter->rx_ring[i]);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002134}
2135
2136/* The 82542 2.0 (revision 2) needs to have the receive unit in reset
2137 * and memory write and invalidate disabled for certain operations
2138 */
Joe Perches64798842008-07-11 15:17:02 -07002139static void e1000_enter_82542_rst(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002140{
Joe Perches1dc32912008-07-11 15:17:08 -07002141 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002142 struct net_device *netdev = adapter->netdev;
Joe Perches406874a2008-04-03 10:06:32 -07002143 u32 rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002144
Joe Perches1dc32912008-07-11 15:17:08 -07002145 e1000_pci_clear_mwi(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002146
Joe Perches1dc32912008-07-11 15:17:08 -07002147 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002148 rctl |= E1000_RCTL_RST;
Joe Perches1dc32912008-07-11 15:17:08 -07002149 ew32(RCTL, rctl);
2150 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002151 mdelay(5);
2152
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002153 if (netif_running(netdev))
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002154 e1000_clean_all_rx_rings(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002155}
2156
Joe Perches64798842008-07-11 15:17:02 -07002157static void e1000_leave_82542_rst(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002158{
Joe Perches1dc32912008-07-11 15:17:08 -07002159 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002160 struct net_device *netdev = adapter->netdev;
Joe Perches406874a2008-04-03 10:06:32 -07002161 u32 rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002162
Joe Perches1dc32912008-07-11 15:17:08 -07002163 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002164 rctl &= ~E1000_RCTL_RST;
Joe Perches1dc32912008-07-11 15:17:08 -07002165 ew32(RCTL, rctl);
2166 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002167 mdelay(5);
2168
Joe Perches1dc32912008-07-11 15:17:08 -07002169 if (hw->pci_cmd_word & PCI_COMMAND_INVALIDATE)
2170 e1000_pci_set_mwi(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002171
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002172 if (netif_running(netdev)) {
Jeff Kirsher72d64a42006-01-12 16:51:19 -08002173 /* No need to loop, because 82542 supports only 1 queue */
2174 struct e1000_rx_ring *ring = &adapter->rx_ring[0];
Jesse Brandeburg7c4d3362006-01-18 13:01:45 -08002175 e1000_configure_rx(adapter);
Jeff Kirsher72d64a42006-01-12 16:51:19 -08002176 adapter->alloc_rx_buf(adapter, ring, E1000_DESC_UNUSED(ring));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002177 }
2178}
2179
2180/**
2181 * e1000_set_mac - Change the Ethernet Address of the NIC
2182 * @netdev: network interface device structure
2183 * @p: pointer to an address structure
2184 *
2185 * Returns 0 on success, negative on failure
2186 **/
2187
Joe Perches64798842008-07-11 15:17:02 -07002188static int e1000_set_mac(struct net_device *netdev, void *p)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002189{
Malli Chilakala60490fe2005-06-17 17:41:45 -07002190 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07002191 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002192 struct sockaddr *addr = p;
2193
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002194 if (!is_valid_ether_addr(addr->sa_data))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002195 return -EADDRNOTAVAIL;
2196
2197 /* 82542 2.0 needs to be in reset to write receive address registers */
2198
Joe Perches1dc32912008-07-11 15:17:08 -07002199 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002200 e1000_enter_82542_rst(adapter);
2201
2202 memcpy(netdev->dev_addr, addr->sa_data, netdev->addr_len);
Joe Perches1dc32912008-07-11 15:17:08 -07002203 memcpy(hw->mac_addr, addr->sa_data, netdev->addr_len);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002204
Joe Perches1dc32912008-07-11 15:17:08 -07002205 e1000_rar_set(hw, hw->mac_addr, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002206
Joe Perches1dc32912008-07-11 15:17:08 -07002207 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002208 e1000_leave_82542_rst(adapter);
2209
2210 return 0;
2211}
2212
2213/**
Patrick McHardydb0ce502007-11-13 20:54:59 -08002214 * e1000_set_rx_mode - Secondary Unicast, Multicast and Promiscuous mode set
Linus Torvalds1da177e2005-04-16 15:20:36 -07002215 * @netdev: network interface device structure
2216 *
Patrick McHardydb0ce502007-11-13 20:54:59 -08002217 * The set_rx_mode entry point is called whenever the unicast or multicast
2218 * address lists or the network interface flags are updated. This routine is
2219 * responsible for configuring the hardware for proper unicast, multicast,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002220 * promiscuous mode, and all-multi behavior.
2221 **/
2222
Joe Perches64798842008-07-11 15:17:02 -07002223static void e1000_set_rx_mode(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002224{
Malli Chilakala60490fe2005-06-17 17:41:45 -07002225 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002226 struct e1000_hw *hw = &adapter->hw;
Jiri Pirkoccffad252009-05-22 23:22:17 +00002227 struct netdev_hw_addr *ha;
2228 bool use_uc = false;
Joe Perches406874a2008-04-03 10:06:32 -07002229 u32 rctl;
2230 u32 hash_value;
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04002231 int i, rar_entries = E1000_RAR_ENTRIES;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002232 int mta_reg_count = E1000_NUM_MTA_REGISTERS;
Jesse Brandeburg81c52282009-04-04 16:36:53 -07002233 u32 *mcarray = kcalloc(mta_reg_count, sizeof(u32), GFP_ATOMIC);
2234
2235 if (!mcarray) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07002236 e_err(probe, "memory allocation failed\n");
Jesse Brandeburg81c52282009-04-04 16:36:53 -07002237 return;
2238 }
Auke Kokcd94dd02006-06-27 09:08:22 -07002239
Malli Chilakala26483452005-04-28 19:44:46 -07002240 /* Check for Promiscuous and All Multicast modes */
2241
Joe Perches1dc32912008-07-11 15:17:08 -07002242 rctl = er32(RCTL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002243
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002244 if (netdev->flags & IFF_PROMISC) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002245 rctl |= (E1000_RCTL_UPE | E1000_RCTL_MPE);
Patrick McHardy746b9f02008-07-16 20:15:45 -07002246 rctl &= ~E1000_RCTL_VFE;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002247 } else {
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002248 if (netdev->flags & IFF_ALLMULTI)
Patrick McHardy746b9f02008-07-16 20:15:45 -07002249 rctl |= E1000_RCTL_MPE;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002250 else
Patrick McHardy746b9f02008-07-16 20:15:45 -07002251 rctl &= ~E1000_RCTL_MPE;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002252 /* Enable VLAN filter if there is a VLAN */
Jiri Pirko5622e402011-07-21 03:26:31 +00002253 if (e1000_vlan_used(adapter))
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002254 rctl |= E1000_RCTL_VFE;
Patrick McHardydb0ce502007-11-13 20:54:59 -08002255 }
2256
Jiri Pirko32e7bfc2010-01-25 13:36:10 -08002257 if (netdev_uc_count(netdev) > rar_entries - 1) {
Patrick McHardydb0ce502007-11-13 20:54:59 -08002258 rctl |= E1000_RCTL_UPE;
2259 } else if (!(netdev->flags & IFF_PROMISC)) {
2260 rctl &= ~E1000_RCTL_UPE;
Jiri Pirkoccffad252009-05-22 23:22:17 +00002261 use_uc = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002262 }
2263
Joe Perches1dc32912008-07-11 15:17:08 -07002264 ew32(RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002265
2266 /* 82542 2.0 needs to be in reset to write receive address registers */
2267
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002268 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002269 e1000_enter_82542_rst(adapter);
2270
Patrick McHardydb0ce502007-11-13 20:54:59 -08002271 /* load the first 14 addresses into the exact filters 1-14. Unicast
2272 * addresses take precedence to avoid disabling unicast filtering
2273 * when possible.
2274 *
Uwe Kleine-Königb5950762010-11-01 15:38:34 -04002275 * RAR 0 is used for the station MAC address
Linus Torvalds1da177e2005-04-16 15:20:36 -07002276 * if there are not 14 addresses, go ahead and clear the filters
2277 */
Jiri Pirkoccffad252009-05-22 23:22:17 +00002278 i = 1;
2279 if (use_uc)
Jiri Pirko32e7bfc2010-01-25 13:36:10 -08002280 netdev_for_each_uc_addr(ha, netdev) {
Jiri Pirkoccffad252009-05-22 23:22:17 +00002281 if (i == rar_entries)
2282 break;
2283 e1000_rar_set(hw, ha->addr, i++);
2284 }
2285
Jiri Pirko22bedad32010-04-01 21:22:57 +00002286 netdev_for_each_mc_addr(ha, netdev) {
Jiri Pirko7a81e9f2010-02-22 09:10:44 +00002287 if (i == rar_entries) {
2288 /* load any remaining addresses into the hash table */
2289 u32 hash_reg, hash_bit, mta;
Jiri Pirko22bedad32010-04-01 21:22:57 +00002290 hash_value = e1000_hash_mc_addr(hw, ha->addr);
Jiri Pirko7a81e9f2010-02-22 09:10:44 +00002291 hash_reg = (hash_value >> 5) & 0x7F;
2292 hash_bit = hash_value & 0x1F;
2293 mta = (1 << hash_bit);
2294 mcarray[hash_reg] |= mta;
Jiri Pirko10886af2010-02-23 01:19:22 -08002295 } else {
Jiri Pirko22bedad32010-04-01 21:22:57 +00002296 e1000_rar_set(hw, ha->addr, i++);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002297 }
2298 }
2299
Jiri Pirko7a81e9f2010-02-22 09:10:44 +00002300 for (; i < rar_entries; i++) {
2301 E1000_WRITE_REG_ARRAY(hw, RA, i << 1, 0);
2302 E1000_WRITE_FLUSH();
2303 E1000_WRITE_REG_ARRAY(hw, RA, (i << 1) + 1, 0);
2304 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002305 }
2306
Jesse Brandeburg81c52282009-04-04 16:36:53 -07002307 /* write the hash table completely, write from bottom to avoid
2308 * both stupid write combining chipsets, and flushing each write */
2309 for (i = mta_reg_count - 1; i >= 0 ; i--) {
2310 /*
2311 * If we are on an 82544 has an errata where writing odd
2312 * offsets overwrites the previous even offset, but writing
2313 * backwards over the range solves the issue by always
2314 * writing the odd offset first
2315 */
2316 E1000_WRITE_REG_ARRAY(hw, MTA, i, mcarray[i]);
2317 }
2318 E1000_WRITE_FLUSH();
2319
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002320 if (hw->mac_type == e1000_82542_rev2_0)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002321 e1000_leave_82542_rst(adapter);
Jesse Brandeburg81c52282009-04-04 16:36:53 -07002322
2323 kfree(mcarray);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002324}
2325
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002326/**
2327 * e1000_update_phy_info_task - get phy info
2328 * @work: work struct contained inside adapter struct
2329 *
2330 * Need to wait a few seconds after link up to get diagnostic information from
2331 * the phy
2332 */
Jesse Brandeburg5cf42fc2010-09-22 18:22:17 +00002333static void e1000_update_phy_info_task(struct work_struct *work)
2334{
2335 struct e1000_adapter *adapter = container_of(work,
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002336 struct e1000_adapter,
2337 phy_info_task.work);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002338 if (test_bit(__E1000_DOWN, &adapter->flags))
2339 return;
2340 mutex_lock(&adapter->mutex);
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002341 e1000_phy_get_info(&adapter->hw, &adapter->phy_info);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002342 mutex_unlock(&adapter->mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002343}
2344
2345/**
Jesse Brandeburg5cf42fc2010-09-22 18:22:17 +00002346 * e1000_82547_tx_fifo_stall_task - task to complete work
2347 * @work: work struct contained inside adapter struct
2348 **/
2349static void e1000_82547_tx_fifo_stall_task(struct work_struct *work)
2350{
2351 struct e1000_adapter *adapter = container_of(work,
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002352 struct e1000_adapter,
2353 fifo_stall_task.work);
Joe Perches1dc32912008-07-11 15:17:08 -07002354 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002355 struct net_device *netdev = adapter->netdev;
Joe Perches406874a2008-04-03 10:06:32 -07002356 u32 tctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002357
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002358 if (test_bit(__E1000_DOWN, &adapter->flags))
2359 return;
2360 mutex_lock(&adapter->mutex);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002361 if (atomic_read(&adapter->tx_fifo_stall)) {
Joe Perches1dc32912008-07-11 15:17:08 -07002362 if ((er32(TDT) == er32(TDH)) &&
2363 (er32(TDFT) == er32(TDFH)) &&
2364 (er32(TDFTS) == er32(TDFHS))) {
2365 tctl = er32(TCTL);
2366 ew32(TCTL, tctl & ~E1000_TCTL_EN);
2367 ew32(TDFT, adapter->tx_head_addr);
2368 ew32(TDFH, adapter->tx_head_addr);
2369 ew32(TDFTS, adapter->tx_head_addr);
2370 ew32(TDFHS, adapter->tx_head_addr);
2371 ew32(TCTL, tctl);
2372 E1000_WRITE_FLUSH();
Linus Torvalds1da177e2005-04-16 15:20:36 -07002373
2374 adapter->tx_fifo_head = 0;
2375 atomic_set(&adapter->tx_fifo_stall, 0);
2376 netif_wake_queue(netdev);
Jesse Brandeburgbaa34742009-09-25 12:17:23 +00002377 } else if (!test_bit(__E1000_DOWN, &adapter->flags)) {
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002378 schedule_delayed_work(&adapter->fifo_stall_task, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002379 }
2380 }
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002381 mutex_unlock(&adapter->mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002382}
2383
Nick Nunleyb5481922010-02-03 14:49:28 +00002384bool e1000_has_link(struct e1000_adapter *adapter)
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002385{
2386 struct e1000_hw *hw = &adapter->hw;
2387 bool link_active = false;
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002388
Nicolas Schichan6d9e5132011-07-09 00:24:18 +00002389 /* get_link_status is set on LSC (link status) interrupt or rx
2390 * sequence error interrupt (except on intel ce4100).
2391 * get_link_status will stay false until the
2392 * e1000_check_for_link establishes link for copper adapters
2393 * ONLY
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002394 */
2395 switch (hw->media_type) {
2396 case e1000_media_type_copper:
Nicolas Schichan6d9e5132011-07-09 00:24:18 +00002397 if (hw->mac_type == e1000_ce4100)
2398 hw->get_link_status = 1;
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002399 if (hw->get_link_status) {
Jesse Brandeburg120a5d02009-09-25 15:19:46 -07002400 e1000_check_for_link(hw);
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002401 link_active = !hw->get_link_status;
2402 } else {
2403 link_active = true;
2404 }
2405 break;
2406 case e1000_media_type_fiber:
Jesse Brandeburg120a5d02009-09-25 15:19:46 -07002407 e1000_check_for_link(hw);
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002408 link_active = !!(er32(STATUS) & E1000_STATUS_LU);
2409 break;
2410 case e1000_media_type_internal_serdes:
Jesse Brandeburg120a5d02009-09-25 15:19:46 -07002411 e1000_check_for_link(hw);
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002412 link_active = hw->serdes_has_link;
2413 break;
2414 default:
2415 break;
2416 }
2417
2418 return link_active;
2419}
2420
Linus Torvalds1da177e2005-04-16 15:20:36 -07002421/**
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002422 * e1000_watchdog - work function
2423 * @work: work struct contained inside adapter struct
Linus Torvalds1da177e2005-04-16 15:20:36 -07002424 **/
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002425static void e1000_watchdog(struct work_struct *work)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002426{
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002427 struct e1000_adapter *adapter = container_of(work,
2428 struct e1000_adapter,
2429 watchdog_task.work);
Joe Perches1dc32912008-07-11 15:17:08 -07002430 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002431 struct net_device *netdev = adapter->netdev;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002432 struct e1000_tx_ring *txdr = adapter->tx_ring;
Joe Perches406874a2008-04-03 10:06:32 -07002433 u32 link, tctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002434
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002435 if (test_bit(__E1000_DOWN, &adapter->flags))
2436 return;
2437
2438 mutex_lock(&adapter->mutex);
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002439 link = e1000_has_link(adapter);
2440 if ((netif_carrier_ok(netdev)) && link)
2441 goto link_up;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002442
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002443 if (link) {
2444 if (!netif_carrier_ok(netdev)) {
Joe Perches406874a2008-04-03 10:06:32 -07002445 u32 ctrl;
Joe Perchesc3033b02008-03-21 11:06:25 -07002446 bool txb2b = true;
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002447 /* update snapshot of PHY registers on LSC */
Joe Perches1dc32912008-07-11 15:17:08 -07002448 e1000_get_speed_and_duplex(hw,
Linus Torvalds1da177e2005-04-16 15:20:36 -07002449 &adapter->link_speed,
2450 &adapter->link_duplex);
2451
Joe Perches1dc32912008-07-11 15:17:08 -07002452 ctrl = er32(CTRL);
Emil Tantilov675ad472010-04-27 14:02:58 +00002453 pr_info("%s NIC Link is Up %d Mbps %s, "
2454 "Flow Control: %s\n",
2455 netdev->name,
2456 adapter->link_speed,
2457 adapter->link_duplex == FULL_DUPLEX ?
2458 "Full Duplex" : "Half Duplex",
2459 ((ctrl & E1000_CTRL_TFCE) && (ctrl &
2460 E1000_CTRL_RFCE)) ? "RX/TX" : ((ctrl &
2461 E1000_CTRL_RFCE) ? "RX" : ((ctrl &
2462 E1000_CTRL_TFCE) ? "TX" : "None")));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002463
Emil Tantilov39ca5f02010-03-26 11:25:58 +00002464 /* adjust timeout factor according to speed/duplex */
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002465 adapter->tx_timeout_factor = 1;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002466 switch (adapter->link_speed) {
2467 case SPEED_10:
Joe Perchesc3033b02008-03-21 11:06:25 -07002468 txb2b = false;
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002469 adapter->tx_timeout_factor = 16;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002470 break;
2471 case SPEED_100:
Joe Perchesc3033b02008-03-21 11:06:25 -07002472 txb2b = false;
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002473 /* maybe add some timeout factor ? */
2474 break;
2475 }
2476
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00002477 /* enable transmits in the hardware */
Joe Perches1dc32912008-07-11 15:17:08 -07002478 tctl = er32(TCTL);
Jeff Kirsher7e6c9862006-03-02 18:19:30 -08002479 tctl |= E1000_TCTL_EN;
Joe Perches1dc32912008-07-11 15:17:08 -07002480 ew32(TCTL, tctl);
Jeff Kirsher66a2b0a2006-01-12 16:50:53 -08002481
Linus Torvalds1da177e2005-04-16 15:20:36 -07002482 netif_carrier_on(netdev);
Jesse Brandeburgbaa34742009-09-25 12:17:23 +00002483 if (!test_bit(__E1000_DOWN, &adapter->flags))
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002484 schedule_delayed_work(&adapter->phy_info_task,
2485 2 * HZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002486 adapter->smartspeed = 0;
2487 }
2488 } else {
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002489 if (netif_carrier_ok(netdev)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002490 adapter->link_speed = 0;
2491 adapter->link_duplex = 0;
Emil Tantilov675ad472010-04-27 14:02:58 +00002492 pr_info("%s NIC Link is Down\n",
2493 netdev->name);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002494 netif_carrier_off(netdev);
Jesse Brandeburgbaa34742009-09-25 12:17:23 +00002495
2496 if (!test_bit(__E1000_DOWN, &adapter->flags))
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002497 schedule_delayed_work(&adapter->phy_info_task,
2498 2 * HZ);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002499 }
2500
2501 e1000_smartspeed(adapter);
2502 }
2503
Jesse Brandeburgbe0f0712009-09-25 12:17:44 +00002504link_up:
Linus Torvalds1da177e2005-04-16 15:20:36 -07002505 e1000_update_stats(adapter);
2506
Joe Perches1dc32912008-07-11 15:17:08 -07002507 hw->tx_packet_delta = adapter->stats.tpt - adapter->tpt_old;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002508 adapter->tpt_old = adapter->stats.tpt;
Joe Perches1dc32912008-07-11 15:17:08 -07002509 hw->collision_delta = adapter->stats.colc - adapter->colc_old;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002510 adapter->colc_old = adapter->stats.colc;
2511
2512 adapter->gorcl = adapter->stats.gorcl - adapter->gorcl_old;
2513 adapter->gorcl_old = adapter->stats.gorcl;
2514 adapter->gotcl = adapter->stats.gotcl - adapter->gotcl_old;
2515 adapter->gotcl_old = adapter->stats.gotcl;
2516
Joe Perches1dc32912008-07-11 15:17:08 -07002517 e1000_update_adaptive(hw);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002518
Jeff Kirsherf56799e2006-01-12 16:50:39 -08002519 if (!netif_carrier_ok(netdev)) {
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002520 if (E1000_DESC_UNUSED(txdr) + 1 < txdr->count) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002521 /* We've lost link, so the controller stops DMA,
2522 * but we've got queued Tx work that's never going
2523 * to get done, so reset controller to flush Tx.
2524 * (Do the reset outside of interrupt context). */
Jeff Kirsher87041632006-03-02 18:21:24 -08002525 adapter->tx_timeout_count++;
2526 schedule_work(&adapter->reset_task);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002527 /* exit immediately since reset is imminent */
2528 goto unlock;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002529 }
2530 }
2531
Jesse Brandeburgeab2abf2010-05-04 22:26:03 +00002532 /* Simple mode for Interrupt Throttle Rate (ITR) */
2533 if (hw->mac_type >= e1000_82540 && adapter->itr_setting == 4) {
2534 /*
2535 * Symmetric Tx/Rx gets a reduced ITR=2000;
2536 * Total asymmetrical Tx or Rx gets ITR=8000;
2537 * everyone else is between 2000-8000.
2538 */
2539 u32 goc = (adapter->gotcl + adapter->gorcl) / 10000;
2540 u32 dif = (adapter->gotcl > adapter->gorcl ?
2541 adapter->gotcl - adapter->gorcl :
2542 adapter->gorcl - adapter->gotcl) / 10000;
2543 u32 itr = goc > 0 ? (dif * 6000 / goc + 2000) : 8000;
2544
2545 ew32(ITR, 1000000000 / (itr * 256));
2546 }
2547
Linus Torvalds1da177e2005-04-16 15:20:36 -07002548 /* Cause software interrupt to ensure rx ring is cleaned */
Joe Perches1dc32912008-07-11 15:17:08 -07002549 ew32(ICS, E1000_ICS_RXDMT0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002550
Malli Chilakala26483452005-04-28 19:44:46 -07002551 /* Force detection of hung controller every watchdog period */
Joe Perchesc3033b02008-03-21 11:06:25 -07002552 adapter->detect_tx_hung = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002553
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002554 /* Reschedule the task */
Jesse Brandeburgbaa34742009-09-25 12:17:23 +00002555 if (!test_bit(__E1000_DOWN, &adapter->flags))
Jesse Brandeburga4010af2011-10-05 07:24:41 +00002556 schedule_delayed_work(&adapter->watchdog_task, 2 * HZ);
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00002557
2558unlock:
2559 mutex_unlock(&adapter->mutex);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002560}
2561
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002562enum latency_range {
2563 lowest_latency = 0,
2564 low_latency = 1,
2565 bulk_latency = 2,
2566 latency_invalid = 255
2567};
2568
2569/**
2570 * e1000_update_itr - update the dynamic ITR value based on statistics
Jesse Brandeburg8fce4732009-09-25 12:18:41 +00002571 * @adapter: pointer to adapter
2572 * @itr_setting: current adapter->itr
2573 * @packets: the number of packets during this measurement interval
2574 * @bytes: the number of bytes during this measurement interval
2575 *
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002576 * Stores a new ITR value based on packets and byte
2577 * counts during the last interrupt. The advantage of per interrupt
2578 * computation is faster updates and more accurate ITR for the current
2579 * traffic pattern. Constants in this function were computed
2580 * based on theoretical maximum wire speed and thresholds were set based
2581 * on testing data as well as attempting to minimize response time
2582 * while increasing bulk throughput.
2583 * this functionality is controlled by the InterruptThrottleRate module
2584 * parameter (see e1000_param.c)
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002585 **/
2586static unsigned int e1000_update_itr(struct e1000_adapter *adapter,
Joe Perches64798842008-07-11 15:17:02 -07002587 u16 itr_setting, int packets, int bytes)
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002588{
2589 unsigned int retval = itr_setting;
2590 struct e1000_hw *hw = &adapter->hw;
2591
2592 if (unlikely(hw->mac_type < e1000_82540))
2593 goto update_itr_done;
2594
2595 if (packets == 0)
2596 goto update_itr_done;
2597
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002598 switch (itr_setting) {
2599 case lowest_latency:
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002600 /* jumbo frames get bulk treatment*/
2601 if (bytes/packets > 8000)
2602 retval = bulk_latency;
2603 else if ((packets < 5) && (bytes > 512))
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002604 retval = low_latency;
2605 break;
2606 case low_latency: /* 50 usec aka 20000 ints/s */
2607 if (bytes > 10000) {
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002608 /* jumbo frames need bulk latency setting */
2609 if (bytes/packets > 8000)
2610 retval = bulk_latency;
2611 else if ((packets < 10) || ((bytes/packets) > 1200))
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002612 retval = bulk_latency;
2613 else if ((packets > 35))
2614 retval = lowest_latency;
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002615 } else if (bytes/packets > 2000)
2616 retval = bulk_latency;
2617 else if (packets <= 2 && bytes < 512)
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002618 retval = lowest_latency;
2619 break;
2620 case bulk_latency: /* 250 usec aka 4000 ints/s */
2621 if (bytes > 25000) {
2622 if (packets > 35)
2623 retval = low_latency;
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002624 } else if (bytes < 6000) {
2625 retval = low_latency;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002626 }
2627 break;
2628 }
2629
2630update_itr_done:
2631 return retval;
2632}
2633
2634static void e1000_set_itr(struct e1000_adapter *adapter)
2635{
2636 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07002637 u16 current_itr;
2638 u32 new_itr = adapter->itr;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002639
2640 if (unlikely(hw->mac_type < e1000_82540))
2641 return;
2642
2643 /* for non-gigabit speeds, just fix the interrupt rate at 4000 */
2644 if (unlikely(adapter->link_speed != SPEED_1000)) {
2645 current_itr = 0;
2646 new_itr = 4000;
2647 goto set_itr_now;
2648 }
2649
2650 adapter->tx_itr = e1000_update_itr(adapter,
2651 adapter->tx_itr,
2652 adapter->total_tx_packets,
2653 adapter->total_tx_bytes);
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002654 /* conservative mode (itr 3) eliminates the lowest_latency setting */
2655 if (adapter->itr_setting == 3 && adapter->tx_itr == lowest_latency)
2656 adapter->tx_itr = low_latency;
2657
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002658 adapter->rx_itr = e1000_update_itr(adapter,
2659 adapter->rx_itr,
2660 adapter->total_rx_packets,
2661 adapter->total_rx_bytes);
Jesse Brandeburg2b653262006-12-15 10:30:44 +01002662 /* conservative mode (itr 3) eliminates the lowest_latency setting */
2663 if (adapter->itr_setting == 3 && adapter->rx_itr == lowest_latency)
2664 adapter->rx_itr = low_latency;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002665
2666 current_itr = max(adapter->rx_itr, adapter->tx_itr);
2667
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002668 switch (current_itr) {
2669 /* counts and packets in update_itr are dependent on these numbers */
2670 case lowest_latency:
2671 new_itr = 70000;
2672 break;
2673 case low_latency:
2674 new_itr = 20000; /* aka hwitr = ~200 */
2675 break;
2676 case bulk_latency:
2677 new_itr = 4000;
2678 break;
2679 default:
2680 break;
2681 }
2682
2683set_itr_now:
2684 if (new_itr != adapter->itr) {
2685 /* this attempts to bias the interrupt rate towards Bulk
2686 * by adding intermediate steps when interrupt rate is
2687 * increasing */
2688 new_itr = new_itr > adapter->itr ?
2689 min(adapter->itr + (new_itr >> 2), new_itr) :
2690 new_itr;
2691 adapter->itr = new_itr;
Joe Perches1dc32912008-07-11 15:17:08 -07002692 ew32(ITR, 1000000000 / (new_itr * 256));
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002693 }
Jesse Brandeburg835bb122006-11-01 08:48:13 -08002694}
2695
Linus Torvalds1da177e2005-04-16 15:20:36 -07002696#define E1000_TX_FLAGS_CSUM 0x00000001
2697#define E1000_TX_FLAGS_VLAN 0x00000002
2698#define E1000_TX_FLAGS_TSO 0x00000004
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002699#define E1000_TX_FLAGS_IPV4 0x00000008
Ben Greear11a78dc2012-02-11 15:40:01 +00002700#define E1000_TX_FLAGS_NO_FCS 0x00000010
Linus Torvalds1da177e2005-04-16 15:20:36 -07002701#define E1000_TX_FLAGS_VLAN_MASK 0xffff0000
2702#define E1000_TX_FLAGS_VLAN_SHIFT 16
2703
Joe Perches64798842008-07-11 15:17:02 -07002704static int e1000_tso(struct e1000_adapter *adapter,
2705 struct e1000_tx_ring *tx_ring, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002706{
Linus Torvalds1da177e2005-04-16 15:20:36 -07002707 struct e1000_context_desc *context_desc;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002708 struct e1000_buffer *buffer_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002709 unsigned int i;
Joe Perches406874a2008-04-03 10:06:32 -07002710 u32 cmd_length = 0;
2711 u16 ipcse = 0, tucse, mss;
2712 u8 ipcss, ipcso, tucss, tucso, hdr_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002713 int err;
2714
Herbert Xu89114af2006-07-08 13:34:32 -07002715 if (skb_is_gso(skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002716 if (skb_header_cloned(skb)) {
2717 err = pskb_expand_head(skb, 0, 0, GFP_ATOMIC);
2718 if (err)
2719 return err;
2720 }
2721
Arnaldo Carvalho de Meloab6a5bb2007-03-18 17:43:48 -07002722 hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb);
Herbert Xu79671682006-06-22 02:40:14 -07002723 mss = skb_shinfo(skb)->gso_size;
Alexey Dobriyan60828232006-05-23 14:52:21 -07002724 if (skb->protocol == htons(ETH_P_IP)) {
Arnaldo Carvalho de Meloeddc9ec2007-04-20 22:47:35 -07002725 struct iphdr *iph = ip_hdr(skb);
2726 iph->tot_len = 0;
2727 iph->check = 0;
Arnaldo Carvalho de Meloaa8223c2007-04-10 21:04:22 -07002728 tcp_hdr(skb)->check = ~csum_tcpudp_magic(iph->saddr,
2729 iph->daddr, 0,
2730 IPPROTO_TCP,
2731 0);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002732 cmd_length = E1000_TXD_CMD_IP;
Arnaldo Carvalho de Meloea2ae172007-04-25 17:55:53 -07002733 ipcse = skb_transport_offset(skb) - 1;
Auke Koke15fdd02006-08-16 11:28:45 -07002734 } else if (skb->protocol == htons(ETH_P_IPV6)) {
Arnaldo Carvalho de Melo0660e032007-04-25 17:54:47 -07002735 ipv6_hdr(skb)->payload_len = 0;
Arnaldo Carvalho de Meloaa8223c2007-04-10 21:04:22 -07002736 tcp_hdr(skb)->check =
Arnaldo Carvalho de Melo0660e032007-04-25 17:54:47 -07002737 ~csum_ipv6_magic(&ipv6_hdr(skb)->saddr,
2738 &ipv6_hdr(skb)->daddr,
2739 0, IPPROTO_TCP, 0);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002740 ipcse = 0;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002741 }
Arnaldo Carvalho de Melobbe735e2007-03-10 22:16:10 -03002742 ipcss = skb_network_offset(skb);
Arnaldo Carvalho de Meloeddc9ec2007-04-20 22:47:35 -07002743 ipcso = (void *)&(ip_hdr(skb)->check) - (void *)skb->data;
Arnaldo Carvalho de Meloea2ae172007-04-25 17:55:53 -07002744 tucss = skb_transport_offset(skb);
Arnaldo Carvalho de Meloaa8223c2007-04-10 21:04:22 -07002745 tucso = (void *)&(tcp_hdr(skb)->check) - (void *)skb->data;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002746 tucse = 0;
2747
2748 cmd_length |= (E1000_TXD_CMD_DEXT | E1000_TXD_CMD_TSE |
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002749 E1000_TXD_CMD_TCP | (skb->len - (hdr_len)));
Linus Torvalds1da177e2005-04-16 15:20:36 -07002750
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002751 i = tx_ring->next_to_use;
2752 context_desc = E1000_CONTEXT_DESC(*tx_ring, i);
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002753 buffer_info = &tx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002754
2755 context_desc->lower_setup.ip_fields.ipcss = ipcss;
2756 context_desc->lower_setup.ip_fields.ipcso = ipcso;
2757 context_desc->lower_setup.ip_fields.ipcse = cpu_to_le16(ipcse);
2758 context_desc->upper_setup.tcp_fields.tucss = tucss;
2759 context_desc->upper_setup.tcp_fields.tucso = tucso;
2760 context_desc->upper_setup.tcp_fields.tucse = cpu_to_le16(tucse);
2761 context_desc->tcp_seg_setup.fields.mss = cpu_to_le16(mss);
2762 context_desc->tcp_seg_setup.fields.hdr_len = hdr_len;
2763 context_desc->cmd_and_length = cpu_to_le32(cmd_length);
2764
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002765 buffer_info->time_stamp = jiffies;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002766 buffer_info->next_to_watch = i;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002767
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04002768 if (++i == tx_ring->count) i = 0;
2769 tx_ring->next_to_use = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002770
Joe Perchesc3033b02008-03-21 11:06:25 -07002771 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002772 }
Joe Perchesc3033b02008-03-21 11:06:25 -07002773 return false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002774}
2775
Joe Perches64798842008-07-11 15:17:02 -07002776static bool e1000_tx_csum(struct e1000_adapter *adapter,
2777 struct e1000_tx_ring *tx_ring, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002778{
2779 struct e1000_context_desc *context_desc;
Jeff Kirsher545c67c2006-01-12 16:50:25 -08002780 struct e1000_buffer *buffer_info;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002781 unsigned int i;
Joe Perches406874a2008-04-03 10:06:32 -07002782 u8 css;
Dave Graham3ed30672008-10-09 14:29:26 -07002783 u32 cmd_len = E1000_TXD_CMD_DEXT;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002784
Dave Graham3ed30672008-10-09 14:29:26 -07002785 if (skb->ip_summed != CHECKSUM_PARTIAL)
2786 return false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002787
Dave Graham3ed30672008-10-09 14:29:26 -07002788 switch (skb->protocol) {
Harvey Harrison09640e62009-02-01 00:45:17 -08002789 case cpu_to_be16(ETH_P_IP):
Dave Graham3ed30672008-10-09 14:29:26 -07002790 if (ip_hdr(skb)->protocol == IPPROTO_TCP)
2791 cmd_len |= E1000_TXD_CMD_TCP;
2792 break;
Harvey Harrison09640e62009-02-01 00:45:17 -08002793 case cpu_to_be16(ETH_P_IPV6):
Dave Graham3ed30672008-10-09 14:29:26 -07002794 /* XXX not handling all IPV6 headers */
2795 if (ipv6_hdr(skb)->nexthdr == IPPROTO_TCP)
2796 cmd_len |= E1000_TXD_CMD_TCP;
2797 break;
2798 default:
2799 if (unlikely(net_ratelimit()))
Emil Tantilovfeb8f472010-07-26 23:37:21 -07002800 e_warn(drv, "checksum_partial proto=%x!\n",
2801 skb->protocol);
Dave Graham3ed30672008-10-09 14:29:26 -07002802 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002803 }
2804
Michał Mirosław0d0b1672010-12-14 15:24:08 +00002805 css = skb_checksum_start_offset(skb);
Dave Graham3ed30672008-10-09 14:29:26 -07002806
2807 i = tx_ring->next_to_use;
2808 buffer_info = &tx_ring->buffer_info[i];
2809 context_desc = E1000_CONTEXT_DESC(*tx_ring, i);
2810
2811 context_desc->lower_setup.ip_config = 0;
2812 context_desc->upper_setup.tcp_fields.tucss = css;
2813 context_desc->upper_setup.tcp_fields.tucso =
2814 css + skb->csum_offset;
2815 context_desc->upper_setup.tcp_fields.tucse = 0;
2816 context_desc->tcp_seg_setup.data = 0;
2817 context_desc->cmd_and_length = cpu_to_le32(cmd_len);
2818
2819 buffer_info->time_stamp = jiffies;
2820 buffer_info->next_to_watch = i;
2821
2822 if (unlikely(++i == tx_ring->count)) i = 0;
2823 tx_ring->next_to_use = i;
2824
2825 return true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002826}
2827
2828#define E1000_MAX_TXD_PWR 12
2829#define E1000_MAX_DATA_PER_TXD (1<<E1000_MAX_TXD_PWR)
2830
Joe Perches64798842008-07-11 15:17:02 -07002831static int e1000_tx_map(struct e1000_adapter *adapter,
2832 struct e1000_tx_ring *tx_ring,
2833 struct sk_buff *skb, unsigned int first,
2834 unsigned int max_per_txd, unsigned int nr_frags,
2835 unsigned int mss)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002836{
Joe Perches1dc32912008-07-11 15:17:08 -07002837 struct e1000_hw *hw = &adapter->hw;
Alexander Duyck602c0552009-12-02 16:46:00 +00002838 struct pci_dev *pdev = adapter->pdev;
Alexander Duyck37e73df2009-03-25 21:58:45 +00002839 struct e1000_buffer *buffer_info;
Jesse Brandeburgd20b6062009-03-02 16:03:21 -08002840 unsigned int len = skb_headlen(skb);
Alexander Duyck602c0552009-12-02 16:46:00 +00002841 unsigned int offset = 0, size, count = 0, i;
Dean Nelson31c15a22011-08-25 14:39:24 +00002842 unsigned int f, bytecount, segs;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002843
2844 i = tx_ring->next_to_use;
2845
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002846 while (len) {
Alexander Duyck37e73df2009-03-25 21:58:45 +00002847 buffer_info = &tx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07002848 size = min(len, max_per_txd);
Jeff Kirsherfd803242005-12-13 00:06:22 -05002849 /* Workaround for Controller erratum --
2850 * descriptor for non-tso packet in a linear SKB that follows a
2851 * tso gets written back prematurely before the data is fully
Jeff Kirsher0f15a8f2006-03-02 18:46:29 -08002852 * DMA'd to the controller */
Jeff Kirsherfd803242005-12-13 00:06:22 -05002853 if (!skb->data_len && tx_ring->last_tx_tso &&
Herbert Xu89114af2006-07-08 13:34:32 -07002854 !skb_is_gso(skb)) {
Rusty Russell3db1cd52011-12-19 13:56:45 +00002855 tx_ring->last_tx_tso = false;
Jeff Kirsherfd803242005-12-13 00:06:22 -05002856 size -= 4;
2857 }
2858
Linus Torvalds1da177e2005-04-16 15:20:36 -07002859 /* Workaround for premature desc write-backs
2860 * in TSO mode. Append 4-byte sentinel desc */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002861 if (unlikely(mss && !nr_frags && size == len && size > 8))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002862 size -= 4;
Malli Chilakala97338bd2005-04-28 19:41:46 -07002863 /* work-around for errata 10 and it applies
2864 * to all controllers in PCI-X mode
2865 * The fix is to make sure that the first descriptor of a
2866 * packet is smaller than 2048 - 16 - 16 (or 2016) bytes
2867 */
Joe Perches1dc32912008-07-11 15:17:08 -07002868 if (unlikely((hw->bus_type == e1000_bus_type_pcix) &&
Malli Chilakala97338bd2005-04-28 19:41:46 -07002869 (size > 2015) && count == 0))
2870 size = 2015;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002871
Linus Torvalds1da177e2005-04-16 15:20:36 -07002872 /* Workaround for potential 82544 hang in PCI-X. Avoid
2873 * terminating buffers within evenly-aligned dwords. */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002874 if (unlikely(adapter->pcix_82544 &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07002875 !((unsigned long)(skb->data + offset + size - 1) & 4) &&
2876 size > 4))
2877 size -= 4;
2878
2879 buffer_info->length = size;
Jesse Brandeburgcdd75492009-09-25 12:18:07 +00002880 /* set time_stamp *before* dma to help avoid a possible race */
Linus Torvalds1da177e2005-04-16 15:20:36 -07002881 buffer_info->time_stamp = jiffies;
Alexander Duyck602c0552009-12-02 16:46:00 +00002882 buffer_info->mapped_as_page = false;
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002883 buffer_info->dma = dma_map_single(&pdev->dev,
2884 skb->data + offset,
2885 size, DMA_TO_DEVICE);
2886 if (dma_mapping_error(&pdev->dev, buffer_info->dma))
Alexander Duyck602c0552009-12-02 16:46:00 +00002887 goto dma_error;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002888 buffer_info->next_to_watch = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002889
2890 len -= size;
2891 offset += size;
2892 count++;
Alexander Duyck37e73df2009-03-25 21:58:45 +00002893 if (len) {
2894 i++;
2895 if (unlikely(i == tx_ring->count))
2896 i = 0;
2897 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07002898 }
2899
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002900 for (f = 0; f < nr_frags; f++) {
Eric Dumazet9e903e02011-10-18 21:00:24 +00002901 const struct skb_frag_struct *frag;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002902
2903 frag = &skb_shinfo(skb)->frags[f];
Eric Dumazet9e903e02011-10-18 21:00:24 +00002904 len = skb_frag_size(frag);
Ian Campbell877749b2011-08-29 23:18:26 +00002905 offset = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002906
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002907 while (len) {
Ian Campbell877749b2011-08-29 23:18:26 +00002908 unsigned long bufend;
Alexander Duyck37e73df2009-03-25 21:58:45 +00002909 i++;
2910 if (unlikely(i == tx_ring->count))
2911 i = 0;
2912
Linus Torvalds1da177e2005-04-16 15:20:36 -07002913 buffer_info = &tx_ring->buffer_info[i];
2914 size = min(len, max_per_txd);
Linus Torvalds1da177e2005-04-16 15:20:36 -07002915 /* Workaround for premature desc write-backs
2916 * in TSO mode. Append 4-byte sentinel desc */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002917 if (unlikely(mss && f == (nr_frags-1) && size == len && size > 8))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002918 size -= 4;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002919 /* Workaround for potential 82544 hang in PCI-X.
2920 * Avoid terminating buffers within evenly-aligned
2921 * dwords. */
Ian Campbell877749b2011-08-29 23:18:26 +00002922 bufend = (unsigned long)
2923 page_to_phys(skb_frag_page(frag));
2924 bufend += offset + size - 1;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002925 if (unlikely(adapter->pcix_82544 &&
Ian Campbell877749b2011-08-29 23:18:26 +00002926 !(bufend & 4) &&
2927 size > 4))
Linus Torvalds1da177e2005-04-16 15:20:36 -07002928 size -= 4;
2929
2930 buffer_info->length = size;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002931 buffer_info->time_stamp = jiffies;
Alexander Duyck602c0552009-12-02 16:46:00 +00002932 buffer_info->mapped_as_page = true;
Ian Campbell877749b2011-08-29 23:18:26 +00002933 buffer_info->dma = skb_frag_dma_map(&pdev->dev, frag,
2934 offset, size, DMA_TO_DEVICE);
Nick Nunleyb16f53b2010-04-27 13:08:45 +00002935 if (dma_mapping_error(&pdev->dev, buffer_info->dma))
Alexander Duyck602c0552009-12-02 16:46:00 +00002936 goto dma_error;
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08002937 buffer_info->next_to_watch = i;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002938
2939 len -= size;
2940 offset += size;
2941 count++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002942 }
2943 }
2944
Dean Nelson31c15a22011-08-25 14:39:24 +00002945 segs = skb_shinfo(skb)->gso_segs ?: 1;
2946 /* multiply data chunks by size of headers */
2947 bytecount = ((segs - 1) * skb_headlen(skb)) + skb->len;
2948
Linus Torvalds1da177e2005-04-16 15:20:36 -07002949 tx_ring->buffer_info[i].skb = skb;
Dean Nelson31c15a22011-08-25 14:39:24 +00002950 tx_ring->buffer_info[i].segs = segs;
2951 tx_ring->buffer_info[i].bytecount = bytecount;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002952 tx_ring->buffer_info[first].next_to_watch = i;
2953
2954 return count;
Alexander Duyck602c0552009-12-02 16:46:00 +00002955
2956dma_error:
2957 dev_err(&pdev->dev, "TX DMA map failed\n");
2958 buffer_info->dma = 0;
Roel Kluinc1fa3472010-01-19 14:21:45 +00002959 if (count)
Alexander Duyck602c0552009-12-02 16:46:00 +00002960 count--;
Roel Kluinc1fa3472010-01-19 14:21:45 +00002961
2962 while (count--) {
2963 if (i==0)
Alexander Duyck602c0552009-12-02 16:46:00 +00002964 i += tx_ring->count;
Roel Kluinc1fa3472010-01-19 14:21:45 +00002965 i--;
Alexander Duyck602c0552009-12-02 16:46:00 +00002966 buffer_info = &tx_ring->buffer_info[i];
2967 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
2968 }
2969
2970 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002971}
2972
Joe Perches64798842008-07-11 15:17:02 -07002973static void e1000_tx_queue(struct e1000_adapter *adapter,
2974 struct e1000_tx_ring *tx_ring, int tx_flags,
2975 int count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07002976{
Joe Perches1dc32912008-07-11 15:17:08 -07002977 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002978 struct e1000_tx_desc *tx_desc = NULL;
2979 struct e1000_buffer *buffer_info;
Joe Perches406874a2008-04-03 10:06:32 -07002980 u32 txd_upper = 0, txd_lower = E1000_TXD_CMD_IFCS;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002981 unsigned int i;
2982
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002983 if (likely(tx_flags & E1000_TX_FLAGS_TSO)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002984 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D |
2985 E1000_TXD_CMD_TSE;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002986 txd_upper |= E1000_TXD_POPTS_TXSM << 8;
2987
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002988 if (likely(tx_flags & E1000_TX_FLAGS_IPV4))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07002989 txd_upper |= E1000_TXD_POPTS_IXSM << 8;
Linus Torvalds1da177e2005-04-16 15:20:36 -07002990 }
2991
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002992 if (likely(tx_flags & E1000_TX_FLAGS_CSUM)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002993 txd_lower |= E1000_TXD_CMD_DEXT | E1000_TXD_DTYP_D;
2994 txd_upper |= E1000_TXD_POPTS_TXSM << 8;
2995 }
2996
Jesse Brandeburg96838a42006-01-18 13:01:39 -08002997 if (unlikely(tx_flags & E1000_TX_FLAGS_VLAN)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07002998 txd_lower |= E1000_TXD_CMD_VLE;
2999 txd_upper |= (tx_flags & E1000_TX_FLAGS_VLAN_MASK);
3000 }
3001
Ben Greear11a78dc2012-02-11 15:40:01 +00003002 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS))
3003 txd_lower &= ~(E1000_TXD_CMD_IFCS);
3004
Linus Torvalds1da177e2005-04-16 15:20:36 -07003005 i = tx_ring->next_to_use;
3006
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003007 while (count--) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003008 buffer_info = &tx_ring->buffer_info[i];
3009 tx_desc = E1000_TX_DESC(*tx_ring, i);
3010 tx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
3011 tx_desc->lower.data =
3012 cpu_to_le32(txd_lower | buffer_info->length);
3013 tx_desc->upper.data = cpu_to_le32(txd_upper);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003014 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003015 }
3016
3017 tx_desc->lower.data |= cpu_to_le32(adapter->txd_cmd);
3018
Ben Greear11a78dc2012-02-11 15:40:01 +00003019 /* txd_cmd re-enables FCS, so we'll re-disable it here as desired. */
3020 if (unlikely(tx_flags & E1000_TX_FLAGS_NO_FCS))
3021 tx_desc->lower.data &= ~(cpu_to_le32(E1000_TXD_CMD_IFCS));
3022
Linus Torvalds1da177e2005-04-16 15:20:36 -07003023 /* Force memory writes to complete before letting h/w
3024 * know there are new descriptors to fetch. (Only
3025 * applicable for weak-ordered memory model archs,
3026 * such as IA-64). */
3027 wmb();
3028
3029 tx_ring->next_to_use = i;
Joe Perches1dc32912008-07-11 15:17:08 -07003030 writel(i, hw->hw_addr + tx_ring->tdt);
Jesse Brandeburg2ce90472006-11-01 08:47:42 -08003031 /* we need this if more than one processor can write to our tail
3032 * at a time, it syncronizes IO on IA64/Altix systems */
3033 mmiowb();
Linus Torvalds1da177e2005-04-16 15:20:36 -07003034}
3035
3036/**
3037 * 82547 workaround to avoid controller hang in half-duplex environment.
3038 * The workaround is to avoid queuing a large packet that would span
3039 * the internal Tx FIFO ring boundary by notifying the stack to resend
3040 * the packet at a later time. This gives the Tx FIFO an opportunity to
3041 * flush all packets. When that occurs, we reset the Tx FIFO pointers
3042 * to the beginning of the Tx FIFO.
3043 **/
3044
3045#define E1000_FIFO_HDR 0x10
3046#define E1000_82547_PAD_LEN 0x3E0
3047
Joe Perches64798842008-07-11 15:17:02 -07003048static int e1000_82547_fifo_workaround(struct e1000_adapter *adapter,
3049 struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003050{
Joe Perches406874a2008-04-03 10:06:32 -07003051 u32 fifo_space = adapter->tx_fifo_size - adapter->tx_fifo_head;
3052 u32 skb_fifo_len = skb->len + E1000_FIFO_HDR;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003053
Milind Arun Choudhary9099cfb2007-04-27 13:55:29 -07003054 skb_fifo_len = ALIGN(skb_fifo_len, E1000_FIFO_HDR);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003055
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003056 if (adapter->link_duplex != HALF_DUPLEX)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003057 goto no_fifo_stall_required;
3058
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003059 if (atomic_read(&adapter->tx_fifo_stall))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003060 return 1;
3061
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003062 if (skb_fifo_len >= (E1000_82547_PAD_LEN + fifo_space)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003063 atomic_set(&adapter->tx_fifo_stall, 1);
3064 return 1;
3065 }
3066
3067no_fifo_stall_required:
3068 adapter->tx_fifo_head += skb_fifo_len;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003069 if (adapter->tx_fifo_head >= adapter->tx_fifo_size)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003070 adapter->tx_fifo_head -= adapter->tx_fifo_size;
3071 return 0;
3072}
3073
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003074static int __e1000_maybe_stop_tx(struct net_device *netdev, int size)
3075{
3076 struct e1000_adapter *adapter = netdev_priv(netdev);
3077 struct e1000_tx_ring *tx_ring = adapter->tx_ring;
3078
3079 netif_stop_queue(netdev);
3080 /* Herbert's original patch had:
3081 * smp_mb__after_netif_stop_queue();
3082 * but since that doesn't exist yet, just open code it. */
3083 smp_mb();
3084
3085 /* We need to check again in a case another CPU has just
3086 * made room available. */
3087 if (likely(E1000_DESC_UNUSED(tx_ring) < size))
3088 return -EBUSY;
3089
3090 /* A reprieve! */
3091 netif_start_queue(netdev);
Jesse Brandeburgfcfb1222006-11-01 08:47:59 -08003092 ++adapter->restart_queue;
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003093 return 0;
3094}
3095
3096static int e1000_maybe_stop_tx(struct net_device *netdev,
3097 struct e1000_tx_ring *tx_ring, int size)
3098{
3099 if (likely(E1000_DESC_UNUSED(tx_ring) >= size))
3100 return 0;
3101 return __e1000_maybe_stop_tx(netdev, size);
3102}
3103
Linus Torvalds1da177e2005-04-16 15:20:36 -07003104#define TXD_USE_COUNT(S, X) (((S) >> (X)) + 1 )
Stephen Hemminger3b29a562009-08-31 19:50:55 +00003105static netdev_tx_t e1000_xmit_frame(struct sk_buff *skb,
3106 struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003107{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003108 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07003109 struct e1000_hw *hw = &adapter->hw;
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003110 struct e1000_tx_ring *tx_ring;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003111 unsigned int first, max_per_txd = E1000_MAX_DATA_PER_TXD;
3112 unsigned int max_txd_pwr = E1000_MAX_TXD_PWR;
3113 unsigned int tx_flags = 0;
Eric Dumazete743d312010-04-14 15:59:40 -07003114 unsigned int len = skb_headlen(skb);
Krishna Kumar6d1e3aa2007-10-05 14:15:16 -07003115 unsigned int nr_frags;
3116 unsigned int mss;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003117 int count = 0;
Auke Kok76c224b2006-05-23 13:36:06 -07003118 int tso;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003119 unsigned int f;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003120
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003121 /* This goes back to the question of how to logically map a tx queue
3122 * to a flow. Right now, performance is impacted slightly negatively
3123 * if using multiple tx queues. If the stack breaks away from a
3124 * single qdisc implementation, we can look at this again. */
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003125 tx_ring = adapter->tx_ring;
Mallikarjuna R Chilakala24025e4ec2005-10-04 07:03:23 -04003126
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003127 if (unlikely(skb->len <= 0)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003128 dev_kfree_skb_any(skb);
3129 return NETDEV_TX_OK;
3130 }
3131
Herbert Xu79671682006-06-22 02:40:14 -07003132 mss = skb_shinfo(skb)->gso_size;
Auke Kok76c224b2006-05-23 13:36:06 -07003133 /* The controller does a simple calculation to
Linus Torvalds1da177e2005-04-16 15:20:36 -07003134 * make sure there is enough room in the FIFO before
3135 * initiating the DMA for each buffer. The calc is:
3136 * 4 = ceil(buffer len/mss). To make sure we don't
3137 * overrun the FIFO, adjust the max buffer len if mss
3138 * drops. */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003139 if (mss) {
Joe Perches406874a2008-04-03 10:06:32 -07003140 u8 hdr_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003141 max_per_txd = min(mss << 2, max_per_txd);
3142 max_txd_pwr = fls(max_per_txd) - 1;
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003143
Arnaldo Carvalho de Meloab6a5bb2007-03-18 17:43:48 -07003144 hdr_len = skb_transport_offset(skb) + tcp_hdrlen(skb);
Krishna Kumar6d1e3aa2007-10-05 14:15:16 -07003145 if (skb->data_len && hdr_len == len) {
Joe Perches1dc32912008-07-11 15:17:08 -07003146 switch (hw->mac_type) {
Jeff Kirsher9f687882006-03-02 18:20:17 -08003147 unsigned int pull_size;
Herbert Xu683a2aa2006-12-16 12:04:33 +11003148 case e1000_82544:
3149 /* Make sure we have room to chop off 4 bytes,
3150 * and that the end alignment will work out to
3151 * this hardware's requirements
3152 * NOTE: this is a TSO only workaround
3153 * if end byte alignment not correct move us
3154 * into the next dword */
Arnaldo Carvalho de Melo27a884d2007-04-19 20:29:13 -07003155 if ((unsigned long)(skb_tail_pointer(skb) - 1) & 4)
Herbert Xu683a2aa2006-12-16 12:04:33 +11003156 break;
3157 /* fall through */
Jeff Kirsher9f687882006-03-02 18:20:17 -08003158 pull_size = min((unsigned int)4, skb->data_len);
3159 if (!__pskb_pull_tail(skb, pull_size)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003160 e_err(drv, "__pskb_pull_tail "
3161 "failed.\n");
Jeff Kirsher9f687882006-03-02 18:20:17 -08003162 dev_kfree_skb_any(skb);
Jeff Garzik749dfc702006-03-11 13:35:31 -05003163 return NETDEV_TX_OK;
Jeff Kirsher9f687882006-03-02 18:20:17 -08003164 }
Eric Dumazete743d312010-04-14 15:59:40 -07003165 len = skb_headlen(skb);
Jeff Kirsher9f687882006-03-02 18:20:17 -08003166 break;
3167 default:
3168 /* do nothing */
3169 break;
Jeff Kirsherd74bbd32006-01-12 16:51:07 -08003170 }
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003171 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003172 }
3173
Jeff Kirsher9a3056d2006-01-12 16:50:23 -08003174 /* reserve a descriptor for the offload context */
Patrick McHardy84fa7932006-08-29 16:44:56 -07003175 if ((mss) || (skb->ip_summed == CHECKSUM_PARTIAL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003176 count++;
Malli Chilakala26483452005-04-28 19:44:46 -07003177 count++;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003178
Jeff Kirsherfd803242005-12-13 00:06:22 -05003179 /* Controller Erratum workaround */
Herbert Xu89114af2006-07-08 13:34:32 -07003180 if (!skb->data_len && tx_ring->last_tx_tso && !skb_is_gso(skb))
Jeff Kirsherfd803242005-12-13 00:06:22 -05003181 count++;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003182
Linus Torvalds1da177e2005-04-16 15:20:36 -07003183 count += TXD_USE_COUNT(len, max_txd_pwr);
3184
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003185 if (adapter->pcix_82544)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003186 count++;
3187
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003188 /* work-around for errata 10 and it applies to all controllers
Malli Chilakala97338bd2005-04-28 19:41:46 -07003189 * in PCI-X mode, so add one more descriptor to the count
3190 */
Joe Perches1dc32912008-07-11 15:17:08 -07003191 if (unlikely((hw->bus_type == e1000_bus_type_pcix) &&
Malli Chilakala97338bd2005-04-28 19:41:46 -07003192 (len > 2015)))
3193 count++;
3194
Linus Torvalds1da177e2005-04-16 15:20:36 -07003195 nr_frags = skb_shinfo(skb)->nr_frags;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003196 for (f = 0; f < nr_frags; f++)
Eric Dumazet9e903e02011-10-18 21:00:24 +00003197 count += TXD_USE_COUNT(skb_frag_size(&skb_shinfo(skb)->frags[f]),
Linus Torvalds1da177e2005-04-16 15:20:36 -07003198 max_txd_pwr);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003199 if (adapter->pcix_82544)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003200 count += nr_frags;
3201
Linus Torvalds1da177e2005-04-16 15:20:36 -07003202 /* need: count + 2 desc gap to keep tail from touching
3203 * head, otherwise try next time */
Alexander Duyck80179432009-01-21 14:42:47 -08003204 if (unlikely(e1000_maybe_stop_tx(netdev, tx_ring, count + 2)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003205 return NETDEV_TX_BUSY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003206
Jesse Brandeburga4010af2011-10-05 07:24:41 +00003207 if (unlikely((hw->mac_type == e1000_82547) &&
3208 (e1000_82547_fifo_workaround(adapter, skb)))) {
3209 netif_stop_queue(netdev);
3210 if (!test_bit(__E1000_DOWN, &adapter->flags))
3211 schedule_delayed_work(&adapter->fifo_stall_task, 1);
3212 return NETDEV_TX_BUSY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003213 }
3214
Jiri Pirko5622e402011-07-21 03:26:31 +00003215 if (vlan_tx_tag_present(skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003216 tx_flags |= E1000_TX_FLAGS_VLAN;
3217 tx_flags |= (vlan_tx_tag_get(skb) << E1000_TX_FLAGS_VLAN_SHIFT);
3218 }
3219
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003220 first = tx_ring->next_to_use;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003221
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003222 tso = e1000_tso(adapter, tx_ring, skb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003223 if (tso < 0) {
3224 dev_kfree_skb_any(skb);
3225 return NETDEV_TX_OK;
3226 }
3227
Jeff Kirsherfd803242005-12-13 00:06:22 -05003228 if (likely(tso)) {
Jesse Brandeburg8fce4732009-09-25 12:18:41 +00003229 if (likely(hw->mac_type != e1000_82544))
Rusty Russell3db1cd52011-12-19 13:56:45 +00003230 tx_ring->last_tx_tso = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003231 tx_flags |= E1000_TX_FLAGS_TSO;
Jeff Kirsherfd803242005-12-13 00:06:22 -05003232 } else if (likely(e1000_tx_csum(adapter, tx_ring, skb)))
Linus Torvalds1da177e2005-04-16 15:20:36 -07003233 tx_flags |= E1000_TX_FLAGS_CSUM;
3234
Alexey Dobriyan60828232006-05-23 14:52:21 -07003235 if (likely(skb->protocol == htons(ETH_P_IP)))
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003236 tx_flags |= E1000_TX_FLAGS_IPV4;
3237
Ben Greear11a78dc2012-02-11 15:40:01 +00003238 if (unlikely(skb->no_fcs))
3239 tx_flags |= E1000_TX_FLAGS_NO_FCS;
3240
Alexander Duyck37e73df2009-03-25 21:58:45 +00003241 count = e1000_tx_map(adapter, tx_ring, skb, first, max_per_txd,
3242 nr_frags, mss);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003243
Alexander Duyck37e73df2009-03-25 21:58:45 +00003244 if (count) {
3245 e1000_tx_queue(adapter, tx_ring, tx_flags, count);
Alexander Duyck37e73df2009-03-25 21:58:45 +00003246 /* Make sure there is space in the ring for the next send. */
3247 e1000_maybe_stop_tx(netdev, tx_ring, MAX_SKB_FRAGS + 2);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003248
Alexander Duyck37e73df2009-03-25 21:58:45 +00003249 } else {
3250 dev_kfree_skb_any(skb);
3251 tx_ring->buffer_info[first].time_stamp = 0;
3252 tx_ring->next_to_use = first;
3253 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003254
Linus Torvalds1da177e2005-04-16 15:20:36 -07003255 return NETDEV_TX_OK;
3256}
3257
Tushar Daveb04e36b2012-01-27 09:00:46 +00003258#define NUM_REGS 38 /* 1 based count */
3259static void e1000_regdump(struct e1000_adapter *adapter)
3260{
3261 struct e1000_hw *hw = &adapter->hw;
3262 u32 regs[NUM_REGS];
3263 u32 *regs_buff = regs;
3264 int i = 0;
3265
Tushar Davee29b5d82012-02-10 08:06:36 +00003266 static const char * const reg_name[] = {
3267 "CTRL", "STATUS",
3268 "RCTL", "RDLEN", "RDH", "RDT", "RDTR",
3269 "TCTL", "TDBAL", "TDBAH", "TDLEN", "TDH", "TDT",
3270 "TIDV", "TXDCTL", "TADV", "TARC0",
3271 "TDBAL1", "TDBAH1", "TDLEN1", "TDH1", "TDT1",
3272 "TXDCTL1", "TARC1",
3273 "CTRL_EXT", "ERT", "RDBAL", "RDBAH",
3274 "TDFH", "TDFT", "TDFHS", "TDFTS", "TDFPC",
3275 "RDFH", "RDFT", "RDFHS", "RDFTS", "RDFPC"
Tushar Daveb04e36b2012-01-27 09:00:46 +00003276 };
3277
3278 regs_buff[0] = er32(CTRL);
3279 regs_buff[1] = er32(STATUS);
3280
3281 regs_buff[2] = er32(RCTL);
3282 regs_buff[3] = er32(RDLEN);
3283 regs_buff[4] = er32(RDH);
3284 regs_buff[5] = er32(RDT);
3285 regs_buff[6] = er32(RDTR);
3286
3287 regs_buff[7] = er32(TCTL);
3288 regs_buff[8] = er32(TDBAL);
3289 regs_buff[9] = er32(TDBAH);
3290 regs_buff[10] = er32(TDLEN);
3291 regs_buff[11] = er32(TDH);
3292 regs_buff[12] = er32(TDT);
3293 regs_buff[13] = er32(TIDV);
3294 regs_buff[14] = er32(TXDCTL);
3295 regs_buff[15] = er32(TADV);
3296 regs_buff[16] = er32(TARC0);
3297
3298 regs_buff[17] = er32(TDBAL1);
3299 regs_buff[18] = er32(TDBAH1);
3300 regs_buff[19] = er32(TDLEN1);
3301 regs_buff[20] = er32(TDH1);
3302 regs_buff[21] = er32(TDT1);
3303 regs_buff[22] = er32(TXDCTL1);
3304 regs_buff[23] = er32(TARC1);
3305 regs_buff[24] = er32(CTRL_EXT);
3306 regs_buff[25] = er32(ERT);
3307 regs_buff[26] = er32(RDBAL0);
3308 regs_buff[27] = er32(RDBAH0);
3309 regs_buff[28] = er32(TDFH);
3310 regs_buff[29] = er32(TDFT);
3311 regs_buff[30] = er32(TDFHS);
3312 regs_buff[31] = er32(TDFTS);
3313 regs_buff[32] = er32(TDFPC);
3314 regs_buff[33] = er32(RDFH);
3315 regs_buff[34] = er32(RDFT);
3316 regs_buff[35] = er32(RDFHS);
3317 regs_buff[36] = er32(RDFTS);
3318 regs_buff[37] = er32(RDFPC);
3319
3320 pr_info("Register dump\n");
Tushar Davee29b5d82012-02-10 08:06:36 +00003321 for (i = 0; i < NUM_REGS; i++)
3322 pr_info("%-15s %08x\n", reg_name[i], regs_buff[i]);
Tushar Daveb04e36b2012-01-27 09:00:46 +00003323}
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 */
Tushar Davee29b5d82012-02-10 08:06:36 +00003373 pr_info("Tc[desc] [Ce CoCsIpceCoS] [MssHlRSCm0Plen] [bi->dma ] leng ntw timestmp bi->skb\n");
3374 pr_info("Td[desc] [address 63:0 ] [VlaPoRSCm1Dlen] [bi->dma ] leng ntw timestmp bi->skb\n");
Tushar Daveb04e36b2012-01-27 09:00:46 +00003375
3376 if (!netif_msg_tx_done(adapter))
3377 goto rx_ring_summary;
3378
3379 for (i = 0; tx_ring->desc && (i < tx_ring->count); i++) {
3380 struct e1000_tx_desc *tx_desc = E1000_TX_DESC(*tx_ring, i);
3381 struct e1000_buffer *buffer_info = &tx_ring->buffer_info[i];
3382 struct my_u { u64 a; u64 b; };
3383 struct my_u *u = (struct my_u *)tx_desc;
Tushar Davee29b5d82012-02-10 08:06:36 +00003384 const char *type;
3385
Tushar Daveb04e36b2012-01-27 09:00:46 +00003386 if (i == tx_ring->next_to_use && i == tx_ring->next_to_clean)
Tushar Davee29b5d82012-02-10 08:06:36 +00003387 type = "NTC/U";
Tushar Daveb04e36b2012-01-27 09:00:46 +00003388 else if (i == tx_ring->next_to_use)
Tushar Davee29b5d82012-02-10 08:06:36 +00003389 type = "NTU";
Tushar Daveb04e36b2012-01-27 09:00:46 +00003390 else if (i == tx_ring->next_to_clean)
Tushar Davee29b5d82012-02-10 08:06:36 +00003391 type = "NTC";
Tushar Daveb04e36b2012-01-27 09:00:46 +00003392 else
Tushar Davee29b5d82012-02-10 08:06:36 +00003393 type = "";
Tushar Daveb04e36b2012-01-27 09:00:46 +00003394
Tushar Davee29b5d82012-02-10 08:06:36 +00003395 pr_info("T%c[0x%03X] %016llX %016llX %016llX %04X %3X %016llX %p %s\n",
3396 ((le64_to_cpu(u->b) & (1<<20)) ? 'd' : 'c'), i,
3397 le64_to_cpu(u->a), le64_to_cpu(u->b),
3398 (u64)buffer_info->dma, buffer_info->length,
3399 buffer_info->next_to_watch,
3400 (u64)buffer_info->time_stamp, buffer_info->skb, type);
Tushar Daveb04e36b2012-01-27 09:00:46 +00003401 }
3402
3403rx_ring_summary:
3404 /*
3405 * receive dump
3406 */
3407 pr_info("\nRX Desc ring dump\n");
3408
3409 /* Legacy Receive Descriptor Format
3410 *
3411 * +-----------------------------------------------------+
3412 * | Buffer Address [63:0] |
3413 * +-----------------------------------------------------+
3414 * | VLAN Tag | Errors | Status 0 | Packet csum | Length |
3415 * +-----------------------------------------------------+
3416 * 63 48 47 40 39 32 31 16 15 0
3417 */
Tushar Davee29b5d82012-02-10 08:06:36 +00003418 pr_info("R[desc] [address 63:0 ] [vl er S cks ln] [bi->dma ] [bi->skb]\n");
Tushar Daveb04e36b2012-01-27 09:00:46 +00003419
3420 if (!netif_msg_rx_status(adapter))
3421 goto exit;
3422
3423 for (i = 0; rx_ring->desc && (i < rx_ring->count); i++) {
3424 struct e1000_rx_desc *rx_desc = E1000_RX_DESC(*rx_ring, i);
3425 struct e1000_buffer *buffer_info = &rx_ring->buffer_info[i];
3426 struct my_u { u64 a; u64 b; };
3427 struct my_u *u = (struct my_u *)rx_desc;
Tushar Davee29b5d82012-02-10 08:06:36 +00003428 const char *type;
3429
Tushar Daveb04e36b2012-01-27 09:00:46 +00003430 if (i == rx_ring->next_to_use)
Tushar Davee29b5d82012-02-10 08:06:36 +00003431 type = "NTU";
Tushar Daveb04e36b2012-01-27 09:00:46 +00003432 else if (i == rx_ring->next_to_clean)
Tushar Davee29b5d82012-02-10 08:06:36 +00003433 type = "NTC";
Tushar Daveb04e36b2012-01-27 09:00:46 +00003434 else
Tushar Davee29b5d82012-02-10 08:06:36 +00003435 type = "";
Tushar Daveb04e36b2012-01-27 09:00:46 +00003436
Tushar Davee29b5d82012-02-10 08:06:36 +00003437 pr_info("R[0x%03X] %016llX %016llX %016llX %p %s\n",
3438 i, le64_to_cpu(u->a), le64_to_cpu(u->b),
3439 (u64)buffer_info->dma, buffer_info->skb, type);
Tushar Daveb04e36b2012-01-27 09:00:46 +00003440 } /* for */
3441
3442 /* dump the descriptor caches */
3443 /* rx */
Tushar Davee29b5d82012-02-10 08:06:36 +00003444 pr_info("Rx descriptor cache in 64bit format\n");
Tushar Daveb04e36b2012-01-27 09:00:46 +00003445 for (i = 0x6000; i <= 0x63FF ; i += 0x10) {
Tushar Davee29b5d82012-02-10 08:06:36 +00003446 pr_info("R%04X: %08X|%08X %08X|%08X\n",
3447 i,
3448 readl(adapter->hw.hw_addr + i+4),
3449 readl(adapter->hw.hw_addr + i),
3450 readl(adapter->hw.hw_addr + i+12),
3451 readl(adapter->hw.hw_addr + i+8));
Tushar Daveb04e36b2012-01-27 09:00:46 +00003452 }
3453 /* tx */
Tushar Davee29b5d82012-02-10 08:06:36 +00003454 pr_info("Tx descriptor cache in 64bit format\n");
Tushar Daveb04e36b2012-01-27 09:00:46 +00003455 for (i = 0x7000; i <= 0x73FF ; i += 0x10) {
Tushar Davee29b5d82012-02-10 08:06:36 +00003456 pr_info("T%04X: %08X|%08X %08X|%08X\n",
3457 i,
3458 readl(adapter->hw.hw_addr + i+4),
3459 readl(adapter->hw.hw_addr + i),
3460 readl(adapter->hw.hw_addr + i+12),
3461 readl(adapter->hw.hw_addr + i+8));
Tushar Daveb04e36b2012-01-27 09:00:46 +00003462 }
3463exit:
3464 return;
3465}
3466
Linus Torvalds1da177e2005-04-16 15:20:36 -07003467/**
3468 * e1000_tx_timeout - Respond to a Tx Hang
3469 * @netdev: network interface device structure
3470 **/
3471
Joe Perches64798842008-07-11 15:17:02 -07003472static void e1000_tx_timeout(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003473{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003474 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003475
3476 /* Do the reset outside of interrupt context */
Jeff Kirsher87041632006-03-02 18:21:24 -08003477 adapter->tx_timeout_count++;
3478 schedule_work(&adapter->reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003479}
3480
Joe Perches64798842008-07-11 15:17:02 -07003481static void e1000_reset_task(struct work_struct *work)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003482{
David Howells65f27f32006-11-22 14:55:48 +00003483 struct e1000_adapter *adapter =
3484 container_of(work, struct e1000_adapter, reset_task);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003485
Jesse Brandeburg0ef4eed2011-10-05 07:24:51 +00003486 if (test_bit(__E1000_DOWN, &adapter->flags))
3487 return;
Tushar Daveb04e36b2012-01-27 09:00:46 +00003488 e_err(drv, "Reset adapter\n");
Jesse Brandeburg338c15e2010-09-22 18:22:42 +00003489 e1000_reinit_safe(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003490}
3491
3492/**
3493 * e1000_get_stats - Get System Network Statistics
3494 * @netdev: network interface device structure
3495 *
3496 * Returns the address of the device statistics structure.
Jesse Brandeburga4010af2011-10-05 07:24:41 +00003497 * The statistics are actually updated from the watchdog.
Linus Torvalds1da177e2005-04-16 15:20:36 -07003498 **/
3499
Joe Perches64798842008-07-11 15:17:02 -07003500static struct net_device_stats *e1000_get_stats(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003501{
Jeff Kirsher6b7660c2006-01-12 16:50:35 -08003502 /* only return the current stats */
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003503 return &netdev->stats;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003504}
3505
3506/**
3507 * e1000_change_mtu - Change the Maximum Transfer Unit
3508 * @netdev: network interface device structure
3509 * @new_mtu: new value for maximum frame size
3510 *
3511 * Returns 0 on success, negative on failure
3512 **/
3513
Joe Perches64798842008-07-11 15:17:02 -07003514static int e1000_change_mtu(struct net_device *netdev, int new_mtu)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003515{
Malli Chilakala60490fe2005-06-17 17:41:45 -07003516 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07003517 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003518 int max_frame = new_mtu + ENET_HEADER_SIZE + ETHERNET_FCS_SIZE;
3519
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003520 if ((max_frame < MINIMUM_ETHERNET_FRAME_SIZE) ||
3521 (max_frame > MAX_JUMBO_FRAME_SIZE)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003522 e_err(probe, "Invalid MTU setting\n");
Mallikarjuna R Chilakala868d5302005-10-04 06:58:59 -04003523 return -EINVAL;
3524 }
3525
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003526 /* Adapter-specific max frame size limits. */
Joe Perches1dc32912008-07-11 15:17:08 -07003527 switch (hw->mac_type) {
Auke Kok9e2feac2006-04-14 19:05:18 -07003528 case e1000_undefined ... e1000_82542_rev2_1:
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +00003529 if (max_frame > (ETH_FRAME_LEN + ETH_FCS_LEN)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003530 e_err(probe, "Jumbo Frames not supported.\n");
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003531 return -EINVAL;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003532 }
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003533 break;
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003534 default:
3535 /* Capable of supporting up to MAX_JUMBO_FRAME_SIZE limit. */
3536 break;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003537 }
3538
Jesse Brandeburg3d6114e2009-09-25 12:19:02 +00003539 while (test_and_set_bit(__E1000_RESETTING, &adapter->flags))
3540 msleep(1);
3541 /* e1000_down has a dependency on max_frame_size */
3542 hw->max_frame_size = max_frame;
3543 if (netif_running(netdev))
3544 e1000_down(adapter);
3545
David S. Miller87f50322006-07-31 22:39:40 -07003546 /* NOTE: netdev_alloc_skb reserves 16 bytes, and typically NET_IP_ALIGN
Auke Kok9e2feac2006-04-14 19:05:18 -07003547 * means we reserve 2 more, this pushes us to allocate from the next
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003548 * larger slab size.
3549 * i.e. RXBUFFER_2048 --> size-4096 slab
3550 * however with the new *_jumbo_rx* routines, jumbo receives will use
3551 * fragmented skbs */
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003552
Jesse Brandeburg99261462010-01-22 22:56:16 +00003553 if (max_frame <= E1000_RXBUFFER_2048)
Auke Kok9e2feac2006-04-14 19:05:18 -07003554 adapter->rx_buffer_len = E1000_RXBUFFER_2048;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003555 else
3556#if (PAGE_SIZE >= E1000_RXBUFFER_16384)
Auke Kok9e2feac2006-04-14 19:05:18 -07003557 adapter->rx_buffer_len = E1000_RXBUFFER_16384;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003558#elif (PAGE_SIZE >= E1000_RXBUFFER_4096)
3559 adapter->rx_buffer_len = PAGE_SIZE;
3560#endif
Auke Kok9e2feac2006-04-14 19:05:18 -07003561
3562 /* adjust allocation if LPE protects us, and we aren't using SBP */
Joe Perches1dc32912008-07-11 15:17:08 -07003563 if (!hw->tbi_compatibility_on &&
Jesse Brandeburgb7cb8c22009-07-06 10:45:01 +00003564 ((max_frame == (ETH_FRAME_LEN + ETH_FCS_LEN)) ||
Auke Kok9e2feac2006-04-14 19:05:18 -07003565 (max_frame == MAXIMUM_ETHERNET_VLAN_SIZE)))
3566 adapter->rx_buffer_len = MAXIMUM_ETHERNET_VLAN_SIZE;
Jeff Kirsher997f5cb2006-01-12 16:50:55 -08003567
Emil Tantilov675ad472010-04-27 14:02:58 +00003568 pr_info("%s changing MTU from %d to %d\n",
3569 netdev->name, netdev->mtu, new_mtu);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003570 netdev->mtu = new_mtu;
3571
Auke Kok2db10a02006-06-27 09:06:28 -07003572 if (netif_running(netdev))
Jesse Brandeburg3d6114e2009-09-25 12:19:02 +00003573 e1000_up(adapter);
3574 else
3575 e1000_reset(adapter);
3576
3577 clear_bit(__E1000_RESETTING, &adapter->flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003578
Linus Torvalds1da177e2005-04-16 15:20:36 -07003579 return 0;
3580}
3581
3582/**
3583 * e1000_update_stats - Update the board statistics counters
3584 * @adapter: board private structure
3585 **/
3586
Joe Perches64798842008-07-11 15:17:02 -07003587void e1000_update_stats(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003588{
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003589 struct net_device *netdev = adapter->netdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003590 struct e1000_hw *hw = &adapter->hw;
Linas Vepstas282f33c2006-06-08 22:19:44 -07003591 struct pci_dev *pdev = adapter->pdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003592 unsigned long flags;
Joe Perches406874a2008-04-03 10:06:32 -07003593 u16 phy_tmp;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003594
3595#define PHY_IDLE_ERROR_COUNT_MASK 0x00FF
3596
Linas Vepstas282f33c2006-06-08 22:19:44 -07003597 /*
3598 * Prevent stats update while adapter is being reset, or if the pci
3599 * connection is down.
3600 */
Auke Kok90267292006-06-08 09:30:24 -07003601 if (adapter->link_speed == 0)
3602 return;
Linas Vepstas81b19552006-12-12 18:29:15 -06003603 if (pci_channel_offline(pdev))
Linas Vepstas282f33c2006-06-08 22:19:44 -07003604 return;
Auke Kok90267292006-06-08 09:30:24 -07003605
Linus Torvalds1da177e2005-04-16 15:20:36 -07003606 spin_lock_irqsave(&adapter->stats_lock, flags);
3607
Masatake YAMATO828d0552007-10-20 03:06:37 +02003608 /* these counters are modified from e1000_tbi_adjust_stats,
Linus Torvalds1da177e2005-04-16 15:20:36 -07003609 * called from the interrupt context, so they must only
3610 * be written while holding adapter->stats_lock
3611 */
3612
Joe Perches1dc32912008-07-11 15:17:08 -07003613 adapter->stats.crcerrs += er32(CRCERRS);
3614 adapter->stats.gprc += er32(GPRC);
3615 adapter->stats.gorcl += er32(GORCL);
3616 adapter->stats.gorch += er32(GORCH);
3617 adapter->stats.bprc += er32(BPRC);
3618 adapter->stats.mprc += er32(MPRC);
3619 adapter->stats.roc += er32(ROC);
Auke Kokcd94dd02006-06-27 09:08:22 -07003620
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003621 adapter->stats.prc64 += er32(PRC64);
3622 adapter->stats.prc127 += er32(PRC127);
3623 adapter->stats.prc255 += er32(PRC255);
3624 adapter->stats.prc511 += er32(PRC511);
3625 adapter->stats.prc1023 += er32(PRC1023);
3626 adapter->stats.prc1522 += er32(PRC1522);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003627
Joe Perches1dc32912008-07-11 15:17:08 -07003628 adapter->stats.symerrs += er32(SYMERRS);
3629 adapter->stats.mpc += er32(MPC);
3630 adapter->stats.scc += er32(SCC);
3631 adapter->stats.ecol += er32(ECOL);
3632 adapter->stats.mcc += er32(MCC);
3633 adapter->stats.latecol += er32(LATECOL);
3634 adapter->stats.dc += er32(DC);
3635 adapter->stats.sec += er32(SEC);
3636 adapter->stats.rlec += er32(RLEC);
3637 adapter->stats.xonrxc += er32(XONRXC);
3638 adapter->stats.xontxc += er32(XONTXC);
3639 adapter->stats.xoffrxc += er32(XOFFRXC);
3640 adapter->stats.xofftxc += er32(XOFFTXC);
3641 adapter->stats.fcruc += er32(FCRUC);
3642 adapter->stats.gptc += er32(GPTC);
3643 adapter->stats.gotcl += er32(GOTCL);
3644 adapter->stats.gotch += er32(GOTCH);
3645 adapter->stats.rnbc += er32(RNBC);
3646 adapter->stats.ruc += er32(RUC);
3647 adapter->stats.rfc += er32(RFC);
3648 adapter->stats.rjc += er32(RJC);
3649 adapter->stats.torl += er32(TORL);
3650 adapter->stats.torh += er32(TORH);
3651 adapter->stats.totl += er32(TOTL);
3652 adapter->stats.toth += er32(TOTH);
3653 adapter->stats.tpr += er32(TPR);
Auke Kokcd94dd02006-06-27 09:08:22 -07003654
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003655 adapter->stats.ptc64 += er32(PTC64);
3656 adapter->stats.ptc127 += er32(PTC127);
3657 adapter->stats.ptc255 += er32(PTC255);
3658 adapter->stats.ptc511 += er32(PTC511);
3659 adapter->stats.ptc1023 += er32(PTC1023);
3660 adapter->stats.ptc1522 += er32(PTC1522);
Auke Kokcd94dd02006-06-27 09:08:22 -07003661
Joe Perches1dc32912008-07-11 15:17:08 -07003662 adapter->stats.mptc += er32(MPTC);
3663 adapter->stats.bptc += er32(BPTC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003664
3665 /* used for adaptive IFS */
3666
Joe Perches1dc32912008-07-11 15:17:08 -07003667 hw->tx_packet_delta = er32(TPT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003668 adapter->stats.tpt += hw->tx_packet_delta;
Joe Perches1dc32912008-07-11 15:17:08 -07003669 hw->collision_delta = er32(COLC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003670 adapter->stats.colc += hw->collision_delta;
3671
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003672 if (hw->mac_type >= e1000_82543) {
Joe Perches1dc32912008-07-11 15:17:08 -07003673 adapter->stats.algnerrc += er32(ALGNERRC);
3674 adapter->stats.rxerrc += er32(RXERRC);
3675 adapter->stats.tncrs += er32(TNCRS);
3676 adapter->stats.cexterr += er32(CEXTERR);
3677 adapter->stats.tsctc += er32(TSCTC);
3678 adapter->stats.tsctfc += er32(TSCTFC);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003679 }
3680
3681 /* Fill out the OS statistics structure */
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003682 netdev->stats.multicast = adapter->stats.mprc;
3683 netdev->stats.collisions = adapter->stats.colc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003684
3685 /* Rx Errors */
3686
Jeff Kirsher87041632006-03-02 18:21:24 -08003687 /* RLEC on some newer hardware can be incorrect so build
3688 * our own version based on RUC and ROC */
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003689 netdev->stats.rx_errors = adapter->stats.rxerrc +
Linus Torvalds1da177e2005-04-16 15:20:36 -07003690 adapter->stats.crcerrs + adapter->stats.algnerrc +
Jeff Kirsher87041632006-03-02 18:21:24 -08003691 adapter->stats.ruc + adapter->stats.roc +
3692 adapter->stats.cexterr;
Mitch Williams49559852006-09-27 12:53:37 -07003693 adapter->stats.rlerrc = adapter->stats.ruc + adapter->stats.roc;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003694 netdev->stats.rx_length_errors = adapter->stats.rlerrc;
3695 netdev->stats.rx_crc_errors = adapter->stats.crcerrs;
3696 netdev->stats.rx_frame_errors = adapter->stats.algnerrc;
3697 netdev->stats.rx_missed_errors = adapter->stats.mpc;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003698
3699 /* Tx Errors */
Mitch Williams49559852006-09-27 12:53:37 -07003700 adapter->stats.txerrc = adapter->stats.ecol + adapter->stats.latecol;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003701 netdev->stats.tx_errors = adapter->stats.txerrc;
3702 netdev->stats.tx_aborted_errors = adapter->stats.ecol;
3703 netdev->stats.tx_window_errors = adapter->stats.latecol;
3704 netdev->stats.tx_carrier_errors = adapter->stats.tncrs;
Joe Perches1dc32912008-07-11 15:17:08 -07003705 if (hw->bad_tx_carr_stats_fd &&
Jeff Garzik167fb282006-12-15 10:41:15 -05003706 adapter->link_duplex == FULL_DUPLEX) {
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003707 netdev->stats.tx_carrier_errors = 0;
Jeff Garzik167fb282006-12-15 10:41:15 -05003708 adapter->stats.tncrs = 0;
3709 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003710
3711 /* Tx Dropped needs to be maintained elsewhere */
3712
3713 /* Phy Stats */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003714 if (hw->media_type == e1000_media_type_copper) {
3715 if ((adapter->link_speed == SPEED_1000) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003716 (!e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_tmp))) {
3717 phy_tmp &= PHY_IDLE_ERROR_COUNT_MASK;
3718 adapter->phy_stats.idle_errors += phy_tmp;
3719 }
3720
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003721 if ((hw->mac_type <= e1000_82546) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -07003722 (hw->phy_type == e1000_phy_m88) &&
3723 !e1000_read_phy_reg(hw, M88E1000_RX_ERR_CNTR, &phy_tmp))
3724 adapter->phy_stats.receive_errors += phy_tmp;
3725 }
3726
Jeff Garzik15e376b2006-12-15 11:16:33 -05003727 /* Management Stats */
Joe Perches1dc32912008-07-11 15:17:08 -07003728 if (hw->has_smbus) {
3729 adapter->stats.mgptc += er32(MGTPTC);
3730 adapter->stats.mgprc += er32(MGTPRC);
3731 adapter->stats.mgpdc += er32(MGTPDC);
Jeff Garzik15e376b2006-12-15 11:16:33 -05003732 }
3733
Linus Torvalds1da177e2005-04-16 15:20:36 -07003734 spin_unlock_irqrestore(&adapter->stats_lock, flags);
3735}
Jesse Brandeburg9ac98282006-11-01 08:48:10 -08003736
3737/**
Linus Torvalds1da177e2005-04-16 15:20:36 -07003738 * e1000_intr - Interrupt Handler
3739 * @irq: interrupt number
3740 * @data: pointer to a network interface device structure
Linus Torvalds1da177e2005-04-16 15:20:36 -07003741 **/
3742
Joe Perches64798842008-07-11 15:17:02 -07003743static irqreturn_t e1000_intr(int irq, void *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003744{
3745 struct net_device *netdev = data;
Malli Chilakala60490fe2005-06-17 17:41:45 -07003746 struct e1000_adapter *adapter = netdev_priv(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003747 struct e1000_hw *hw = &adapter->hw;
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003748 u32 icr = er32(ICR);
Francois Romieuc3570ac2008-07-11 15:17:38 -07003749
Jesse Brandeburg4c11b8a2011-01-13 07:48:13 +00003750 if (unlikely((!icr)))
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003751 return IRQ_NONE; /* Not our interrupt */
3752
Jesse Brandeburg4c11b8a2011-01-13 07:48:13 +00003753 /*
3754 * we might have caused the interrupt, but the above
3755 * read cleared it, and just in case the driver is
3756 * down there is nothing to do so return handled
3757 */
3758 if (unlikely(test_bit(__E1000_DOWN, &adapter->flags)))
3759 return IRQ_HANDLED;
3760
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003761 if (unlikely(icr & (E1000_ICR_RXSEQ | E1000_ICR_LSC))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003762 hw->get_link_status = 1;
Auke Kok1314bbf2006-09-27 12:54:02 -07003763 /* guard against interrupt when we're going down */
3764 if (!test_bit(__E1000_DOWN, &adapter->flags))
Jesse Brandeburga4010af2011-10-05 07:24:41 +00003765 schedule_delayed_work(&adapter->watchdog_task, 1);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003766 }
3767
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003768 /* disable interrupts, without the synchronize_irq bit */
3769 ew32(IMC, ~0);
3770 E1000_WRITE_FLUSH();
3771
Ben Hutchings288379f2009-01-19 16:43:59 -08003772 if (likely(napi_schedule_prep(&adapter->napi))) {
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003773 adapter->total_tx_bytes = 0;
3774 adapter->total_tx_packets = 0;
3775 adapter->total_rx_bytes = 0;
3776 adapter->total_rx_packets = 0;
Ben Hutchings288379f2009-01-19 16:43:59 -08003777 __napi_schedule(&adapter->napi);
Jesse Brandeburga6c42322009-03-25 21:59:22 +00003778 } else {
Auke Kok90fb5132006-11-01 08:47:30 -08003779 /* this really should not happen! if it does it is basically a
3780 * bug, but not a hard error, so enable ints and continue */
Jesse Brandeburga6c42322009-03-25 21:59:22 +00003781 if (!test_bit(__E1000_DOWN, &adapter->flags))
3782 e1000_irq_enable(adapter);
3783 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003784
Linus Torvalds1da177e2005-04-16 15:20:36 -07003785 return IRQ_HANDLED;
3786}
3787
Linus Torvalds1da177e2005-04-16 15:20:36 -07003788/**
3789 * e1000_clean - NAPI Rx polling callback
3790 * @adapter: board private structure
3791 **/
Joe Perches64798842008-07-11 15:17:02 -07003792static int e1000_clean(struct napi_struct *napi, int budget)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003793{
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003794 struct e1000_adapter *adapter = container_of(napi, struct e1000_adapter, napi);
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003795 int tx_clean_complete = 0, work_done = 0;
Malli Chilakala26483452005-04-28 19:44:46 -07003796
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003797 tx_clean_complete = e1000_clean_tx_irq(adapter, &adapter->tx_ring[0]);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003798
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003799 adapter->clean_rx(adapter, &adapter->rx_ring[0], &work_done, budget);
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003800
Jesse Brandeburg650b5a52009-09-25 12:19:23 +00003801 if (!tx_clean_complete)
David S. Millerd2c7ddd2008-01-15 22:43:24 -08003802 work_done = budget;
3803
David S. Miller53e52c72008-01-07 21:06:12 -08003804 /* If budget not fully consumed, exit the polling mode */
3805 if (work_done < budget) {
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003806 if (likely(adapter->itr_setting & 3))
3807 e1000_set_itr(adapter);
Ben Hutchings288379f2009-01-19 16:43:59 -08003808 napi_complete(napi);
Jesse Brandeburga6c42322009-03-25 21:59:22 +00003809 if (!test_bit(__E1000_DOWN, &adapter->flags))
3810 e1000_irq_enable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003811 }
3812
Stephen Hemmingerbea33482007-10-03 16:41:36 -07003813 return work_done;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003814}
3815
Linus Torvalds1da177e2005-04-16 15:20:36 -07003816/**
3817 * e1000_clean_tx_irq - Reclaim resources after transmit completes
3818 * @adapter: board private structure
3819 **/
Joe Perches64798842008-07-11 15:17:02 -07003820static bool e1000_clean_tx_irq(struct e1000_adapter *adapter,
3821 struct e1000_tx_ring *tx_ring)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003822{
Joe Perches1dc32912008-07-11 15:17:08 -07003823 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003824 struct net_device *netdev = adapter->netdev;
3825 struct e1000_tx_desc *tx_desc, *eop_desc;
3826 struct e1000_buffer *buffer_info;
3827 unsigned int i, eop;
Jeff Kirsher2a1af5d2006-03-02 18:20:43 -08003828 unsigned int count = 0;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003829 unsigned int total_tx_bytes=0, total_tx_packets=0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003830
3831 i = tx_ring->next_to_clean;
3832 eop = tx_ring->buffer_info[i].next_to_watch;
3833 eop_desc = E1000_TX_DESC(*tx_ring, eop);
3834
Alexander Duyckccfb3422009-03-25 21:59:04 +00003835 while ((eop_desc->upper.data & cpu_to_le32(E1000_TXD_STAT_DD)) &&
3836 (count < tx_ring->count)) {
Jesse Brandeburg843f4262009-04-16 16:59:47 +00003837 bool cleaned = false;
Jeff Kirsher2d0bb1c2010-08-08 16:02:31 +00003838 rmb(); /* read buffer_info after eop_desc */
Jesse Brandeburg843f4262009-04-16 16:59:47 +00003839 for ( ; !cleaned; count++) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003840 tx_desc = E1000_TX_DESC(*tx_ring, i);
3841 buffer_info = &tx_ring->buffer_info[i];
3842 cleaned = (i == eop);
3843
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003844 if (cleaned) {
Dean Nelson31c15a22011-08-25 14:39:24 +00003845 total_tx_packets += buffer_info->segs;
3846 total_tx_bytes += buffer_info->bytecount;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003847 }
Jeff Kirsherfd803242005-12-13 00:06:22 -05003848 e1000_unmap_and_free_tx_resource(adapter, buffer_info);
Jesse Brandeburga9ebadd2006-11-01 08:47:53 -08003849 tx_desc->upper.data = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003850
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003851 if (unlikely(++i == tx_ring->count)) i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003852 }
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003853
Linus Torvalds1da177e2005-04-16 15:20:36 -07003854 eop = tx_ring->buffer_info[i].next_to_watch;
3855 eop_desc = E1000_TX_DESC(*tx_ring, eop);
3856 }
3857
3858 tx_ring->next_to_clean = i;
3859
Auke Kok77b2aad2006-04-14 19:05:25 -07003860#define TX_WAKE_THRESHOLD 32
Jesse Brandeburg843f4262009-04-16 16:59:47 +00003861 if (unlikely(count && netif_carrier_ok(netdev) &&
Jesse Brandeburg65c79732006-09-27 12:53:48 -07003862 E1000_DESC_UNUSED(tx_ring) >= TX_WAKE_THRESHOLD)) {
3863 /* Make sure that anybody stopping the queue after this
3864 * sees the new next_to_clean.
3865 */
3866 smp_mb();
Jesse Brandeburgcdd75492009-09-25 12:18:07 +00003867
3868 if (netif_queue_stopped(netdev) &&
3869 !(test_bit(__E1000_DOWN, &adapter->flags))) {
Auke Kok77b2aad2006-04-14 19:05:25 -07003870 netif_wake_queue(netdev);
Jesse Brandeburgfcfb1222006-11-01 08:47:59 -08003871 ++adapter->restart_queue;
3872 }
Auke Kok77b2aad2006-04-14 19:05:25 -07003873 }
Malli Chilakala26483452005-04-28 19:44:46 -07003874
Mallikarjuna R Chilakala581d7082005-10-04 07:01:55 -04003875 if (adapter->detect_tx_hung) {
Malli Chilakala26483452005-04-28 19:44:46 -07003876 /* Detect a transmit hang in hardware, this serializes the
Linus Torvalds1da177e2005-04-16 15:20:36 -07003877 * check with the clearing of time_stamp and movement of i */
Joe Perchesc3033b02008-03-21 11:06:25 -07003878 adapter->detect_tx_hung = false;
Jesse Brandeburgcdd75492009-09-25 12:18:07 +00003879 if (tx_ring->buffer_info[eop].time_stamp &&
3880 time_after(jiffies, tx_ring->buffer_info[eop].time_stamp +
Joe Perches8e95a202009-12-03 07:58:21 +00003881 (adapter->tx_timeout_factor * HZ)) &&
3882 !(er32(STATUS) & E1000_STATUS_TXOFF)) {
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003883
3884 /* detected Tx unit hang */
Emil Tantilovfeb8f472010-07-26 23:37:21 -07003885 e_err(drv, "Detected Tx Unit Hang\n"
Emil Tantilov675ad472010-04-27 14:02:58 +00003886 " Tx Queue <%lu>\n"
3887 " TDH <%x>\n"
3888 " TDT <%x>\n"
3889 " next_to_use <%x>\n"
3890 " next_to_clean <%x>\n"
3891 "buffer_info[next_to_clean]\n"
3892 " time_stamp <%lx>\n"
3893 " next_to_watch <%x>\n"
3894 " jiffies <%lx>\n"
3895 " next_to_watch.status <%x>\n",
Jeff Kirsher7bfa4812006-01-12 16:50:41 -08003896 (unsigned long)((tx_ring - adapter->tx_ring) /
3897 sizeof(struct e1000_tx_ring)),
Joe Perches1dc32912008-07-11 15:17:08 -07003898 readl(hw->hw_addr + tx_ring->tdh),
3899 readl(hw->hw_addr + tx_ring->tdt),
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003900 tx_ring->next_to_use,
Jeff Kirsher392137f2006-01-12 16:50:57 -08003901 tx_ring->next_to_clean,
Jesse Brandeburgcdd75492009-09-25 12:18:07 +00003902 tx_ring->buffer_info[eop].time_stamp,
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003903 eop,
3904 jiffies,
3905 eop_desc->upper.fields.status);
Tushar Daveb04e36b2012-01-27 09:00:46 +00003906 e1000_dump(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07003907 netif_stop_queue(netdev);
Malli Chilakala70b8f1e2005-04-28 19:40:40 -07003908 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07003909 }
Jesse Brandeburg835bb122006-11-01 08:48:13 -08003910 adapter->total_tx_bytes += total_tx_bytes;
3911 adapter->total_tx_packets += total_tx_packets;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00003912 netdev->stats.tx_bytes += total_tx_bytes;
3913 netdev->stats.tx_packets += total_tx_packets;
Eric Dumazet807540b2010-09-23 05:40:09 +00003914 return count < tx_ring->count;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003915}
3916
3917/**
3918 * e1000_rx_checksum - Receive Checksum Offload for 82543
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003919 * @adapter: board private structure
3920 * @status_err: receive descriptor status and error fields
3921 * @csum: receive descriptor csum field
3922 * @sk_buff: socket buffer with received data
Linus Torvalds1da177e2005-04-16 15:20:36 -07003923 **/
3924
Joe Perches64798842008-07-11 15:17:02 -07003925static void e1000_rx_checksum(struct e1000_adapter *adapter, u32 status_err,
3926 u32 csum, struct sk_buff *skb)
Linus Torvalds1da177e2005-04-16 15:20:36 -07003927{
Joe Perches1dc32912008-07-11 15:17:08 -07003928 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07003929 u16 status = (u16)status_err;
3930 u8 errors = (u8)(status_err >> 24);
Eric Dumazetbc8acf22010-09-02 13:07:41 -07003931
3932 skb_checksum_none_assert(skb);
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003933
Linus Torvalds1da177e2005-04-16 15:20:36 -07003934 /* 82543 or newer only */
Joe Perches1dc32912008-07-11 15:17:08 -07003935 if (unlikely(hw->mac_type < e1000_82543)) return;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003936 /* Ignore Checksum bit is set */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003937 if (unlikely(status & E1000_RXD_STAT_IXSM)) return;
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003938 /* TCP/UDP checksum error bit is set */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08003939 if (unlikely(errors & E1000_RXD_ERR_TCPE)) {
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003940 /* let the stack verify checksum errors */
3941 adapter->hw_csum_err++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003942 return;
3943 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003944 /* TCP/UDP Checksum has not been calculated */
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00003945 if (!(status & E1000_RXD_STAT_TCPCS))
3946 return;
3947
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003948 /* It must be a TCP or UDP packet with a valid checksum */
3949 if (likely(status & E1000_RXD_STAT_TCPCS)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07003950 /* TCP checksum is good */
3951 skb->ip_summed = CHECKSUM_UNNECESSARY;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003952 }
Malli Chilakala2d7edb92005-04-28 19:43:52 -07003953 adapter->hw_csum_good++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07003954}
3955
3956/**
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003957 * e1000_consume_page - helper function
3958 **/
3959static void e1000_consume_page(struct e1000_buffer *bi, struct sk_buff *skb,
3960 u16 length)
3961{
3962 bi->page = NULL;
3963 skb->len += length;
3964 skb->data_len += length;
Eric Dumazeted64b3c2011-10-13 07:53:42 +00003965 skb->truesize += PAGE_SIZE;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003966}
3967
3968/**
3969 * e1000_receive_skb - helper function to handle rx indications
3970 * @adapter: board private structure
3971 * @status: descriptor status field as written by hardware
3972 * @vlan: descriptor vlan field as written by hardware (no le/be conversion)
3973 * @skb: pointer to sk_buff to be indicated to stack
3974 */
3975static void e1000_receive_skb(struct e1000_adapter *adapter, u8 status,
3976 __le16 vlan, struct sk_buff *skb)
3977{
Jesse Brandeburg6a08d192010-09-22 18:23:05 +00003978 skb->protocol = eth_type_trans(skb, adapter->netdev);
3979
Jiri Pirko5622e402011-07-21 03:26:31 +00003980 if (status & E1000_RXD_STAT_VP) {
3981 u16 vid = le16_to_cpu(vlan) & E1000_RXD_SPC_VLAN_MASK;
3982
3983 __vlan_hwaccel_put_tag(skb, vid);
3984 }
3985 napi_gro_receive(&adapter->napi, skb);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00003986}
3987
3988/**
3989 * e1000_clean_jumbo_rx_irq - Send received data up the network stack; legacy
3990 * @adapter: board private structure
3991 * @rx_ring: ring to clean
3992 * @work_done: amount of napi work completed this call
3993 * @work_to_do: max amount of work allowed for this call to do
3994 *
3995 * the return value indicates whether actual cleaning was done, there
3996 * is no guarantee that everything was cleaned
3997 */
3998static bool e1000_clean_jumbo_rx_irq(struct e1000_adapter *adapter,
3999 struct e1000_rx_ring *rx_ring,
4000 int *work_done, int work_to_do)
4001{
4002 struct e1000_hw *hw = &adapter->hw;
4003 struct net_device *netdev = adapter->netdev;
4004 struct pci_dev *pdev = adapter->pdev;
4005 struct e1000_rx_desc *rx_desc, *next_rxd;
4006 struct e1000_buffer *buffer_info, *next_buffer;
4007 unsigned long irq_flags;
4008 u32 length;
4009 unsigned int i;
4010 int cleaned_count = 0;
4011 bool cleaned = false;
4012 unsigned int total_rx_bytes=0, total_rx_packets=0;
4013
4014 i = rx_ring->next_to_clean;
4015 rx_desc = E1000_RX_DESC(*rx_ring, i);
4016 buffer_info = &rx_ring->buffer_info[i];
4017
4018 while (rx_desc->status & E1000_RXD_STAT_DD) {
4019 struct sk_buff *skb;
4020 u8 status;
4021
4022 if (*work_done >= work_to_do)
4023 break;
4024 (*work_done)++;
Jeff Kirsher2d0bb1c2010-08-08 16:02:31 +00004025 rmb(); /* read descriptor and rx_buffer_info after status DD */
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004026
4027 status = rx_desc->status;
4028 skb = buffer_info->skb;
4029 buffer_info->skb = NULL;
4030
4031 if (++i == rx_ring->count) i = 0;
4032 next_rxd = E1000_RX_DESC(*rx_ring, i);
4033 prefetch(next_rxd);
4034
4035 next_buffer = &rx_ring->buffer_info[i];
4036
4037 cleaned = true;
4038 cleaned_count++;
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004039 dma_unmap_page(&pdev->dev, buffer_info->dma,
4040 buffer_info->length, DMA_FROM_DEVICE);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004041 buffer_info->dma = 0;
4042
4043 length = le16_to_cpu(rx_desc->length);
4044
4045 /* errors is only valid for DD + EOP descriptors */
4046 if (unlikely((status & E1000_RXD_STAT_EOP) &&
4047 (rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK))) {
4048 u8 last_byte = *(skb->data + length - 1);
4049 if (TBI_ACCEPT(hw, status, rx_desc->errors, length,
4050 last_byte)) {
4051 spin_lock_irqsave(&adapter->stats_lock,
4052 irq_flags);
4053 e1000_tbi_adjust_stats(hw, &adapter->stats,
4054 length, skb->data);
4055 spin_unlock_irqrestore(&adapter->stats_lock,
4056 irq_flags);
4057 length--;
4058 } else {
4059 /* recycle both page and skb */
4060 buffer_info->skb = skb;
4061 /* an error means any chain goes out the window
4062 * too */
4063 if (rx_ring->rx_skb_top)
4064 dev_kfree_skb(rx_ring->rx_skb_top);
4065 rx_ring->rx_skb_top = NULL;
4066 goto next_desc;
4067 }
4068 }
4069
4070#define rxtop rx_ring->rx_skb_top
4071 if (!(status & E1000_RXD_STAT_EOP)) {
4072 /* this descriptor is only the beginning (or middle) */
4073 if (!rxtop) {
4074 /* this is the beginning of a chain */
4075 rxtop = skb;
4076 skb_fill_page_desc(rxtop, 0, buffer_info->page,
4077 0, length);
4078 } else {
4079 /* this is the middle of a chain */
4080 skb_fill_page_desc(rxtop,
4081 skb_shinfo(rxtop)->nr_frags,
4082 buffer_info->page, 0, length);
4083 /* re-use the skb, only consumed the page */
4084 buffer_info->skb = skb;
4085 }
4086 e1000_consume_page(buffer_info, rxtop, length);
4087 goto next_desc;
4088 } else {
4089 if (rxtop) {
4090 /* end of the chain */
4091 skb_fill_page_desc(rxtop,
4092 skb_shinfo(rxtop)->nr_frags,
4093 buffer_info->page, 0, length);
4094 /* re-use the current skb, we only consumed the
4095 * page */
4096 buffer_info->skb = skb;
4097 skb = rxtop;
4098 rxtop = NULL;
4099 e1000_consume_page(buffer_info, skb, length);
4100 } else {
4101 /* no chain, got EOP, this buf is the packet
4102 * copybreak to save the put_page/alloc_page */
4103 if (length <= copybreak &&
4104 skb_tailroom(skb) >= length) {
4105 u8 *vaddr;
Cong Wang46790262011-11-25 23:14:23 +08004106 vaddr = kmap_atomic(buffer_info->page);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004107 memcpy(skb_tail_pointer(skb), vaddr, length);
Cong Wang46790262011-11-25 23:14:23 +08004108 kunmap_atomic(vaddr);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004109 /* re-use the page, so don't erase
4110 * buffer_info->page */
4111 skb_put(skb, length);
4112 } else {
4113 skb_fill_page_desc(skb, 0,
4114 buffer_info->page, 0,
4115 length);
4116 e1000_consume_page(buffer_info, skb,
4117 length);
4118 }
4119 }
4120 }
4121
4122 /* Receive Checksum Offload XXX recompute due to CRC strip? */
4123 e1000_rx_checksum(adapter,
4124 (u32)(status) |
4125 ((u32)(rx_desc->errors) << 24),
4126 le16_to_cpu(rx_desc->csum), skb);
4127
Ben Greearb0d15622012-02-11 15:40:11 +00004128 total_rx_bytes += (skb->len - 4); /* don't count FCS */
4129 if (likely(!(netdev->features & NETIF_F_RXFCS)))
4130 pskb_trim(skb, skb->len - 4);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004131 total_rx_packets++;
4132
4133 /* eth type trans needs skb->data to point to something */
4134 if (!pskb_may_pull(skb, ETH_HLEN)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004135 e_err(drv, "pskb_may_pull failed.\n");
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004136 dev_kfree_skb(skb);
4137 goto next_desc;
4138 }
4139
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004140 e1000_receive_skb(adapter, status, rx_desc->special, skb);
4141
4142next_desc:
4143 rx_desc->status = 0;
4144
4145 /* return some buffers to hardware, one at a time is too slow */
4146 if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) {
4147 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4148 cleaned_count = 0;
4149 }
4150
4151 /* use prefetched values */
4152 rx_desc = next_rxd;
4153 buffer_info = next_buffer;
4154 }
4155 rx_ring->next_to_clean = i;
4156
4157 cleaned_count = E1000_DESC_UNUSED(rx_ring);
4158 if (cleaned_count)
4159 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4160
4161 adapter->total_rx_packets += total_rx_packets;
4162 adapter->total_rx_bytes += total_rx_bytes;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00004163 netdev->stats.rx_bytes += total_rx_bytes;
4164 netdev->stats.rx_packets += total_rx_packets;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004165 return cleaned;
4166}
4167
Joe Perches57bf6ee2010-05-13 15:26:17 +00004168/*
4169 * this should improve performance for small packets with large amounts
4170 * of reassembly being done in the stack
4171 */
4172static void e1000_check_copybreak(struct net_device *netdev,
4173 struct e1000_buffer *buffer_info,
4174 u32 length, struct sk_buff **skb)
4175{
4176 struct sk_buff *new_skb;
4177
4178 if (length > copybreak)
4179 return;
4180
4181 new_skb = netdev_alloc_skb_ip_align(netdev, length);
4182 if (!new_skb)
4183 return;
4184
4185 skb_copy_to_linear_data_offset(new_skb, -NET_IP_ALIGN,
4186 (*skb)->data - NET_IP_ALIGN,
4187 length + NET_IP_ALIGN);
4188 /* save the skb in buffer_info as good */
4189 buffer_info->skb = *skb;
4190 *skb = new_skb;
4191}
4192
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004193/**
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004194 * e1000_clean_rx_irq - Send received data up the network stack; legacy
Linus Torvalds1da177e2005-04-16 15:20:36 -07004195 * @adapter: board private structure
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004196 * @rx_ring: ring to clean
4197 * @work_done: amount of napi work completed this call
4198 * @work_to_do: max amount of work allowed for this call to do
4199 */
Joe Perches64798842008-07-11 15:17:02 -07004200static bool e1000_clean_rx_irq(struct e1000_adapter *adapter,
4201 struct e1000_rx_ring *rx_ring,
4202 int *work_done, int work_to_do)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004203{
Joe Perches1dc32912008-07-11 15:17:08 -07004204 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004205 struct net_device *netdev = adapter->netdev;
4206 struct pci_dev *pdev = adapter->pdev;
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004207 struct e1000_rx_desc *rx_desc, *next_rxd;
4208 struct e1000_buffer *buffer_info, *next_buffer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004209 unsigned long flags;
Joe Perches406874a2008-04-03 10:06:32 -07004210 u32 length;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004211 unsigned int i;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004212 int cleaned_count = 0;
Joe Perchesc3033b02008-03-21 11:06:25 -07004213 bool cleaned = false;
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004214 unsigned int total_rx_bytes=0, total_rx_packets=0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004215
4216 i = rx_ring->next_to_clean;
4217 rx_desc = E1000_RX_DESC(*rx_ring, i);
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004218 buffer_info = &rx_ring->buffer_info[i];
Linus Torvalds1da177e2005-04-16 15:20:36 -07004219
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004220 while (rx_desc->status & E1000_RXD_STAT_DD) {
Auke Kok24f476e2006-06-08 09:28:47 -07004221 struct sk_buff *skb;
Jeff Kirshera292ca62006-01-12 16:51:30 -08004222 u8 status;
Auke Kok90fb5132006-11-01 08:47:30 -08004223
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004224 if (*work_done >= work_to_do)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004225 break;
4226 (*work_done)++;
Jeff Kirsher2d0bb1c2010-08-08 16:02:31 +00004227 rmb(); /* read descriptor and rx_buffer_info after status DD */
Francois Romieuc3570ac2008-07-11 15:17:38 -07004228
Jeff Kirshera292ca62006-01-12 16:51:30 -08004229 status = rx_desc->status;
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004230 skb = buffer_info->skb;
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004231 buffer_info->skb = NULL;
4232
Jeff Kirsher30320be2006-03-02 18:21:57 -08004233 prefetch(skb->data - NET_IP_ALIGN);
4234
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004235 if (++i == rx_ring->count) i = 0;
4236 next_rxd = E1000_RX_DESC(*rx_ring, i);
Jeff Kirsher30320be2006-03-02 18:21:57 -08004237 prefetch(next_rxd);
4238
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004239 next_buffer = &rx_ring->buffer_info[i];
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004240
Joe Perchesc3033b02008-03-21 11:06:25 -07004241 cleaned = true;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004242 cleaned_count++;
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004243 dma_unmap_single(&pdev->dev, buffer_info->dma,
4244 buffer_info->length, DMA_FROM_DEVICE);
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00004245 buffer_info->dma = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004246
Linus Torvalds1da177e2005-04-16 15:20:36 -07004247 length = le16_to_cpu(rx_desc->length);
Neil Hormanea30e112009-06-02 01:29:58 -07004248 /* !EOP means multiple descriptors were used to store a single
Jesse Brandeburg40a14de2010-01-19 14:15:38 +00004249 * packet, if thats the case we need to toss it. In fact, we
4250 * to toss every packet with the EOP bit clear and the next
4251 * frame that _does_ have the EOP bit set, as it is by
4252 * definition only a frame fragment
4253 */
4254 if (unlikely(!(status & E1000_RXD_STAT_EOP)))
4255 adapter->discarding = true;
4256
4257 if (adapter->discarding) {
Jeff Kirshera1415ee2006-02-28 20:24:07 -08004258 /* All receives must fit into a single buffer */
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004259 e_dbg("Receive packet consumed multiple buffers\n");
Auke Kok864c4e42006-06-27 09:06:53 -07004260 /* recycle */
Auke Kok8fc897b2006-08-28 14:56:16 -07004261 buffer_info->skb = skb;
Jesse Brandeburg40a14de2010-01-19 14:15:38 +00004262 if (status & E1000_RXD_STAT_EOP)
4263 adapter->discarding = false;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004264 goto next_desc;
4265 }
4266
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004267 if (unlikely(rx_desc->errors & E1000_RXD_ERR_FRAME_ERR_MASK)) {
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004268 u8 last_byte = *(skb->data + length - 1);
Joe Perches1dc32912008-07-11 15:17:08 -07004269 if (TBI_ACCEPT(hw, status, rx_desc->errors, length,
4270 last_byte)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004271 spin_lock_irqsave(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004272 e1000_tbi_adjust_stats(hw, &adapter->stats,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004273 length, skb->data);
4274 spin_unlock_irqrestore(&adapter->stats_lock,
4275 flags);
4276 length--;
4277 } else {
Auke Kok9e2feac2006-04-14 19:05:18 -07004278 /* recycle */
4279 buffer_info->skb = skb;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004280 goto next_desc;
4281 }
Auke Kok1cb58212006-04-18 12:31:04 -07004282 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004283
Ben Greearb0d15622012-02-11 15:40:11 +00004284 total_rx_bytes += (length - 4); /* don't count FCS */
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004285 total_rx_packets++;
4286
Ben Greearb0d15622012-02-11 15:40:11 +00004287 if (likely(!(netdev->features & NETIF_F_RXFCS)))
4288 /* adjust length to remove Ethernet CRC, this must be
4289 * done after the TBI_ACCEPT workaround above
4290 */
4291 length -= 4;
4292
Joe Perches57bf6ee2010-05-13 15:26:17 +00004293 e1000_check_copybreak(netdev, buffer_info, length, &skb);
4294
Auke Kok996695d2006-11-01 08:47:50 -08004295 skb_put(skb, length);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004296
4297 /* Receive Checksum Offload */
Jeff Kirshera292ca62006-01-12 16:51:30 -08004298 e1000_rx_checksum(adapter,
Joe Perches406874a2008-04-03 10:06:32 -07004299 (u32)(status) |
4300 ((u32)(rx_desc->errors) << 24),
David S. Millerc3d7a3a2006-03-15 14:26:28 -08004301 le16_to_cpu(rx_desc->csum), skb);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004302
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004303 e1000_receive_skb(adapter, status, rx_desc->special, skb);
Francois Romieuc3570ac2008-07-11 15:17:38 -07004304
Linus Torvalds1da177e2005-04-16 15:20:36 -07004305next_desc:
4306 rx_desc->status = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004307
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004308 /* return some buffers to hardware, one at a time is too slow */
4309 if (unlikely(cleaned_count >= E1000_RX_BUFFER_WRITE)) {
4310 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
4311 cleaned_count = 0;
4312 }
4313
Jeff Kirsher30320be2006-03-02 18:21:57 -08004314 /* use prefetched values */
Jesse Brandeburg86c3d592006-01-18 13:01:43 -08004315 rx_desc = next_rxd;
4316 buffer_info = next_buffer;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004317 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004318 rx_ring->next_to_clean = i;
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004319
4320 cleaned_count = E1000_DESC_UNUSED(rx_ring);
4321 if (cleaned_count)
4322 adapter->alloc_rx_buf(adapter, rx_ring, cleaned_count);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004323
Jesse Brandeburg835bb122006-11-01 08:48:13 -08004324 adapter->total_rx_packets += total_rx_packets;
4325 adapter->total_rx_bytes += total_rx_bytes;
Ajit Khaparde5fe31de2009-10-07 02:42:23 +00004326 netdev->stats.rx_bytes += total_rx_bytes;
4327 netdev->stats.rx_packets += total_rx_packets;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004328 return cleaned;
4329}
4330
4331/**
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004332 * e1000_alloc_jumbo_rx_buffers - Replace used jumbo receive buffers
4333 * @adapter: address of board private structure
4334 * @rx_ring: pointer to receive ring structure
4335 * @cleaned_count: number of buffers to allocate this pass
4336 **/
4337
4338static void
4339e1000_alloc_jumbo_rx_buffers(struct e1000_adapter *adapter,
4340 struct e1000_rx_ring *rx_ring, int cleaned_count)
4341{
4342 struct net_device *netdev = adapter->netdev;
4343 struct pci_dev *pdev = adapter->pdev;
4344 struct e1000_rx_desc *rx_desc;
4345 struct e1000_buffer *buffer_info;
4346 struct sk_buff *skb;
4347 unsigned int i;
Eric Dumazet89d71a62009-10-13 05:34:20 +00004348 unsigned int bufsz = 256 - 16 /*for skb_reserve */ ;
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004349
4350 i = rx_ring->next_to_use;
4351 buffer_info = &rx_ring->buffer_info[i];
4352
4353 while (cleaned_count--) {
4354 skb = buffer_info->skb;
4355 if (skb) {
4356 skb_trim(skb, 0);
4357 goto check_page;
4358 }
4359
Eric Dumazet89d71a62009-10-13 05:34:20 +00004360 skb = netdev_alloc_skb_ip_align(netdev, bufsz);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004361 if (unlikely(!skb)) {
4362 /* Better luck next round */
4363 adapter->alloc_rx_buff_failed++;
4364 break;
4365 }
4366
4367 /* Fix for errata 23, can't cross 64kB boundary */
4368 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4369 struct sk_buff *oldskb = skb;
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004370 e_err(rx_err, "skb align check failed: %u bytes at "
4371 "%p\n", bufsz, skb->data);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004372 /* Try again, without freeing the previous */
Eric Dumazet89d71a62009-10-13 05:34:20 +00004373 skb = netdev_alloc_skb_ip_align(netdev, bufsz);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004374 /* Failed allocation, critical failure */
4375 if (!skb) {
4376 dev_kfree_skb(oldskb);
4377 adapter->alloc_rx_buff_failed++;
4378 break;
4379 }
4380
4381 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4382 /* give up */
4383 dev_kfree_skb(skb);
4384 dev_kfree_skb(oldskb);
4385 break; /* while (cleaned_count--) */
4386 }
4387
4388 /* Use new allocation */
4389 dev_kfree_skb(oldskb);
4390 }
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004391 buffer_info->skb = skb;
4392 buffer_info->length = adapter->rx_buffer_len;
4393check_page:
4394 /* allocate a new page if necessary */
4395 if (!buffer_info->page) {
4396 buffer_info->page = alloc_page(GFP_ATOMIC);
4397 if (unlikely(!buffer_info->page)) {
4398 adapter->alloc_rx_buff_failed++;
4399 break;
4400 }
4401 }
4402
Anton Blanchardb5abb022010-02-19 17:54:53 +00004403 if (!buffer_info->dma) {
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004404 buffer_info->dma = dma_map_page(&pdev->dev,
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004405 buffer_info->page, 0,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004406 buffer_info->length,
4407 DMA_FROM_DEVICE);
4408 if (dma_mapping_error(&pdev->dev, buffer_info->dma)) {
Anton Blanchardb5abb022010-02-19 17:54:53 +00004409 put_page(buffer_info->page);
4410 dev_kfree_skb(skb);
4411 buffer_info->page = NULL;
4412 buffer_info->skb = NULL;
4413 buffer_info->dma = 0;
4414 adapter->alloc_rx_buff_failed++;
4415 break; /* while !buffer_info->skb */
4416 }
4417 }
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004418
4419 rx_desc = E1000_RX_DESC(*rx_ring, i);
4420 rx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
4421
4422 if (unlikely(++i == rx_ring->count))
4423 i = 0;
4424 buffer_info = &rx_ring->buffer_info[i];
4425 }
4426
4427 if (likely(rx_ring->next_to_use != i)) {
4428 rx_ring->next_to_use = i;
4429 if (unlikely(i-- == 0))
4430 i = (rx_ring->count - 1);
4431
4432 /* Force memory writes to complete before letting h/w
4433 * know there are new descriptors to fetch. (Only
4434 * applicable for weak-ordered memory model archs,
4435 * such as IA-64). */
4436 wmb();
4437 writel(i, adapter->hw.hw_addr + rx_ring->rdt);
4438 }
4439}
4440
4441/**
Malli Chilakala2d7edb92005-04-28 19:43:52 -07004442 * e1000_alloc_rx_buffers - Replace used receive buffers; legacy & extended
Linus Torvalds1da177e2005-04-16 15:20:36 -07004443 * @adapter: address of board private structure
4444 **/
4445
Joe Perches64798842008-07-11 15:17:02 -07004446static void e1000_alloc_rx_buffers(struct e1000_adapter *adapter,
4447 struct e1000_rx_ring *rx_ring,
4448 int cleaned_count)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004449{
Joe Perches1dc32912008-07-11 15:17:08 -07004450 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004451 struct net_device *netdev = adapter->netdev;
4452 struct pci_dev *pdev = adapter->pdev;
4453 struct e1000_rx_desc *rx_desc;
4454 struct e1000_buffer *buffer_info;
4455 struct sk_buff *skb;
Malli Chilakala26483452005-04-28 19:44:46 -07004456 unsigned int i;
Eric Dumazet89d71a62009-10-13 05:34:20 +00004457 unsigned int bufsz = adapter->rx_buffer_len;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004458
4459 i = rx_ring->next_to_use;
4460 buffer_info = &rx_ring->buffer_info[i];
4461
Jeff Kirshera292ca62006-01-12 16:51:30 -08004462 while (cleaned_count--) {
Christoph Hellwigca6f7222006-08-31 14:27:47 -07004463 skb = buffer_info->skb;
4464 if (skb) {
Jeff Kirshera292ca62006-01-12 16:51:30 -08004465 skb_trim(skb, 0);
4466 goto map_skb;
4467 }
4468
Eric Dumazet89d71a62009-10-13 05:34:20 +00004469 skb = netdev_alloc_skb_ip_align(netdev, bufsz);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004470 if (unlikely(!skb)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004471 /* Better luck next round */
Jeff Kirsher72d64a42006-01-12 16:51:19 -08004472 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004473 break;
4474 }
4475
Malli Chilakala26483452005-04-28 19:44:46 -07004476 /* Fix for errata 23, can't cross 64kB boundary */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004477 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4478 struct sk_buff *oldskb = skb;
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004479 e_err(rx_err, "skb align check failed: %u bytes at "
4480 "%p\n", bufsz, skb->data);
Malli Chilakala26483452005-04-28 19:44:46 -07004481 /* Try again, without freeing the previous */
Eric Dumazet89d71a62009-10-13 05:34:20 +00004482 skb = netdev_alloc_skb_ip_align(netdev, bufsz);
Malli Chilakala26483452005-04-28 19:44:46 -07004483 /* Failed allocation, critical failure */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004484 if (!skb) {
4485 dev_kfree_skb(oldskb);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004486 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004487 break;
4488 }
Malli Chilakala26483452005-04-28 19:44:46 -07004489
Linus Torvalds1da177e2005-04-16 15:20:36 -07004490 if (!e1000_check_64k_bound(adapter, skb->data, bufsz)) {
4491 /* give up */
4492 dev_kfree_skb(skb);
4493 dev_kfree_skb(oldskb);
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004494 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004495 break; /* while !buffer_info->skb */
Linus Torvalds1da177e2005-04-16 15:20:36 -07004496 }
Christoph Hellwigca6f7222006-08-31 14:27:47 -07004497
4498 /* Use new allocation */
4499 dev_kfree_skb(oldskb);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004500 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004501 buffer_info->skb = skb;
4502 buffer_info->length = adapter->rx_buffer_len;
Jeff Kirshera292ca62006-01-12 16:51:30 -08004503map_skb:
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004504 buffer_info->dma = dma_map_single(&pdev->dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004505 skb->data,
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004506 buffer_info->length,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004507 DMA_FROM_DEVICE);
4508 if (dma_mapping_error(&pdev->dev, buffer_info->dma)) {
Anton Blanchardb5abb022010-02-19 17:54:53 +00004509 dev_kfree_skb(skb);
4510 buffer_info->skb = NULL;
4511 buffer_info->dma = 0;
4512 adapter->alloc_rx_buff_failed++;
4513 break; /* while !buffer_info->skb */
4514 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004515
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004516 /*
4517 * XXX if it was allocated cleanly it will never map to a
4518 * boundary crossing
4519 */
4520
Malli Chilakala26483452005-04-28 19:44:46 -07004521 /* Fix for errata 23, can't cross 64kB boundary */
4522 if (!e1000_check_64k_bound(adapter,
4523 (void *)(unsigned long)buffer_info->dma,
4524 adapter->rx_buffer_len)) {
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004525 e_err(rx_err, "dma align check failed: %u bytes at "
4526 "%p\n", adapter->rx_buffer_len,
Emil Tantilov675ad472010-04-27 14:02:58 +00004527 (void *)(unsigned long)buffer_info->dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004528 dev_kfree_skb(skb);
4529 buffer_info->skb = NULL;
4530
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004531 dma_unmap_single(&pdev->dev, buffer_info->dma,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004532 adapter->rx_buffer_len,
Nick Nunleyb16f53b2010-04-27 13:08:45 +00004533 DMA_FROM_DEVICE);
Jesse Brandeburg679be3b2009-06-30 12:45:34 +00004534 buffer_info->dma = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004535
Jesse Brandeburgedbbb3c2009-07-06 10:44:39 +00004536 adapter->alloc_rx_buff_failed++;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004537 break; /* while !buffer_info->skb */
4538 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004539 rx_desc = E1000_RX_DESC(*rx_ring, i);
4540 rx_desc->buffer_addr = cpu_to_le64(buffer_info->dma);
4541
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004542 if (unlikely(++i == rx_ring->count))
4543 i = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004544 buffer_info = &rx_ring->buffer_info[i];
4545 }
4546
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004547 if (likely(rx_ring->next_to_use != i)) {
4548 rx_ring->next_to_use = i;
4549 if (unlikely(i-- == 0))
4550 i = (rx_ring->count - 1);
4551
4552 /* Force memory writes to complete before letting h/w
4553 * know there are new descriptors to fetch. (Only
4554 * applicable for weak-ordered memory model archs,
4555 * such as IA-64). */
4556 wmb();
Joe Perches1dc32912008-07-11 15:17:08 -07004557 writel(i, hw->hw_addr + rx_ring->rdt);
Jesse Brandeburgb92ff8e2006-01-18 13:01:32 -08004558 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004559}
4560
4561/**
4562 * e1000_smartspeed - Workaround for SmartSpeed on 82541 and 82547 controllers.
4563 * @adapter:
4564 **/
4565
Joe Perches64798842008-07-11 15:17:02 -07004566static void e1000_smartspeed(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004567{
Joe Perches1dc32912008-07-11 15:17:08 -07004568 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004569 u16 phy_status;
4570 u16 phy_ctrl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004571
Joe Perches1dc32912008-07-11 15:17:08 -07004572 if ((hw->phy_type != e1000_phy_igp) || !hw->autoneg ||
4573 !(hw->autoneg_advertised & ADVERTISE_1000_FULL))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004574 return;
4575
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004576 if (adapter->smartspeed == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004577 /* If Master/Slave config fault is asserted twice,
4578 * we assume back-to-back */
Joe Perches1dc32912008-07-11 15:17:08 -07004579 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004580 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return;
Joe Perches1dc32912008-07-11 15:17:08 -07004581 e1000_read_phy_reg(hw, PHY_1000T_STATUS, &phy_status);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004582 if (!(phy_status & SR_1000T_MS_CONFIG_FAULT)) return;
Joe Perches1dc32912008-07-11 15:17:08 -07004583 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004584 if (phy_ctrl & CR_1000T_MS_ENABLE) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004585 phy_ctrl &= ~CR_1000T_MS_ENABLE;
Joe Perches1dc32912008-07-11 15:17:08 -07004586 e1000_write_phy_reg(hw, PHY_1000T_CTRL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004587 phy_ctrl);
4588 adapter->smartspeed++;
Joe Perches1dc32912008-07-11 15:17:08 -07004589 if (!e1000_phy_setup_autoneg(hw) &&
4590 !e1000_read_phy_reg(hw, PHY_CTRL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004591 &phy_ctrl)) {
4592 phy_ctrl |= (MII_CR_AUTO_NEG_EN |
4593 MII_CR_RESTART_AUTO_NEG);
Joe Perches1dc32912008-07-11 15:17:08 -07004594 e1000_write_phy_reg(hw, PHY_CTRL,
Linus Torvalds1da177e2005-04-16 15:20:36 -07004595 phy_ctrl);
4596 }
4597 }
4598 return;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004599 } else if (adapter->smartspeed == E1000_SMARTSPEED_DOWNSHIFT) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004600 /* If still no link, perhaps using 2/3 pair cable */
Joe Perches1dc32912008-07-11 15:17:08 -07004601 e1000_read_phy_reg(hw, PHY_1000T_CTRL, &phy_ctrl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004602 phy_ctrl |= CR_1000T_MS_ENABLE;
Joe Perches1dc32912008-07-11 15:17:08 -07004603 e1000_write_phy_reg(hw, PHY_1000T_CTRL, phy_ctrl);
4604 if (!e1000_phy_setup_autoneg(hw) &&
4605 !e1000_read_phy_reg(hw, PHY_CTRL, &phy_ctrl)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004606 phy_ctrl |= (MII_CR_AUTO_NEG_EN |
4607 MII_CR_RESTART_AUTO_NEG);
Joe Perches1dc32912008-07-11 15:17:08 -07004608 e1000_write_phy_reg(hw, PHY_CTRL, phy_ctrl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004609 }
4610 }
4611 /* Restart process after E1000_SMARTSPEED_MAX iterations */
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004612 if (adapter->smartspeed++ == E1000_SMARTSPEED_MAX)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004613 adapter->smartspeed = 0;
4614}
4615
4616/**
4617 * e1000_ioctl -
4618 * @netdev:
4619 * @ifreq:
4620 * @cmd:
4621 **/
4622
Joe Perches64798842008-07-11 15:17:02 -07004623static int e1000_ioctl(struct net_device *netdev, struct ifreq *ifr, int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004624{
4625 switch (cmd) {
4626 case SIOCGMIIPHY:
4627 case SIOCGMIIREG:
4628 case SIOCSMIIREG:
4629 return e1000_mii_ioctl(netdev, ifr, cmd);
4630 default:
4631 return -EOPNOTSUPP;
4632 }
4633}
4634
4635/**
4636 * e1000_mii_ioctl -
4637 * @netdev:
4638 * @ifreq:
4639 * @cmd:
4640 **/
4641
Joe Perches64798842008-07-11 15:17:02 -07004642static int e1000_mii_ioctl(struct net_device *netdev, struct ifreq *ifr,
4643 int cmd)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004644{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004645 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004646 struct e1000_hw *hw = &adapter->hw;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004647 struct mii_ioctl_data *data = if_mii(ifr);
4648 int retval;
Joe Perches406874a2008-04-03 10:06:32 -07004649 u16 mii_reg;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004650 unsigned long flags;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004651
Joe Perches1dc32912008-07-11 15:17:08 -07004652 if (hw->media_type != e1000_media_type_copper)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004653 return -EOPNOTSUPP;
4654
4655 switch (cmd) {
4656 case SIOCGMIIPHY:
Joe Perches1dc32912008-07-11 15:17:08 -07004657 data->phy_id = hw->phy_addr;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004658 break;
4659 case SIOCGMIIREG:
Malli Chilakala97876fc2005-06-17 17:40:19 -07004660 spin_lock_irqsave(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004661 if (e1000_read_phy_reg(hw, data->reg_num & 0x1F,
Malli Chilakala97876fc2005-06-17 17:40:19 -07004662 &data->val_out)) {
4663 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004664 return -EIO;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004665 }
4666 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004667 break;
4668 case SIOCSMIIREG:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004669 if (data->reg_num & ~(0x1F))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004670 return -EFAULT;
4671 mii_reg = data->val_in;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004672 spin_lock_irqsave(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004673 if (e1000_write_phy_reg(hw, data->reg_num,
Malli Chilakala97876fc2005-06-17 17:40:19 -07004674 mii_reg)) {
4675 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004676 return -EIO;
Malli Chilakala97876fc2005-06-17 17:40:19 -07004677 }
Jesse Brandeburgf0163ac2007-11-13 21:00:09 -08004678 spin_unlock_irqrestore(&adapter->stats_lock, flags);
Joe Perches1dc32912008-07-11 15:17:08 -07004679 if (hw->media_type == e1000_media_type_copper) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004680 switch (data->reg_num) {
4681 case PHY_CTRL:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004682 if (mii_reg & MII_CR_POWER_DOWN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004683 break;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004684 if (mii_reg & MII_CR_AUTO_NEG_EN) {
Joe Perches1dc32912008-07-11 15:17:08 -07004685 hw->autoneg = 1;
4686 hw->autoneg_advertised = 0x2F;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004687 } else {
David Decotigny14ad2512011-04-27 18:32:43 +00004688 u32 speed;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004689 if (mii_reg & 0x40)
David Decotigny14ad2512011-04-27 18:32:43 +00004690 speed = SPEED_1000;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004691 else if (mii_reg & 0x2000)
David Decotigny14ad2512011-04-27 18:32:43 +00004692 speed = SPEED_100;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004693 else
David Decotigny14ad2512011-04-27 18:32:43 +00004694 speed = SPEED_10;
4695 retval = e1000_set_spd_dplx(
4696 adapter, speed,
4697 ((mii_reg & 0x100)
4698 ? DUPLEX_FULL :
4699 DUPLEX_HALF));
Jesse Brandeburgf0163ac2007-11-13 21:00:09 -08004700 if (retval)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004701 return retval;
4702 }
Auke Kok2db10a02006-06-27 09:06:28 -07004703 if (netif_running(adapter->netdev))
4704 e1000_reinit_locked(adapter);
4705 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07004706 e1000_reset(adapter);
4707 break;
4708 case M88E1000_PHY_SPEC_CTRL:
4709 case M88E1000_EXT_PHY_SPEC_CTRL:
Joe Perches1dc32912008-07-11 15:17:08 -07004710 if (e1000_phy_reset(hw))
Linus Torvalds1da177e2005-04-16 15:20:36 -07004711 return -EIO;
4712 break;
4713 }
4714 } else {
4715 switch (data->reg_num) {
4716 case PHY_CTRL:
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004717 if (mii_reg & MII_CR_POWER_DOWN)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004718 break;
Auke Kok2db10a02006-06-27 09:06:28 -07004719 if (netif_running(adapter->netdev))
4720 e1000_reinit_locked(adapter);
4721 else
Linus Torvalds1da177e2005-04-16 15:20:36 -07004722 e1000_reset(adapter);
4723 break;
4724 }
4725 }
4726 break;
4727 default:
4728 return -EOPNOTSUPP;
4729 }
4730 return E1000_SUCCESS;
4731}
4732
Joe Perches64798842008-07-11 15:17:02 -07004733void e1000_pci_set_mwi(struct e1000_hw *hw)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004734{
4735 struct e1000_adapter *adapter = hw->back;
Malli Chilakala26483452005-04-28 19:44:46 -07004736 int ret_val = pci_set_mwi(adapter->pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004737
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004738 if (ret_val)
Emil Tantilovfeb8f472010-07-26 23:37:21 -07004739 e_err(probe, "Error in setting MWI\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -07004740}
4741
Joe Perches64798842008-07-11 15:17:02 -07004742void e1000_pci_clear_mwi(struct e1000_hw *hw)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004743{
4744 struct e1000_adapter *adapter = hw->back;
4745
4746 pci_clear_mwi(adapter->pdev);
4747}
4748
Joe Perches64798842008-07-11 15:17:02 -07004749int e1000_pcix_get_mmrbc(struct e1000_hw *hw)
Peter Oruba007755e2007-09-28 22:42:06 -07004750{
4751 struct e1000_adapter *adapter = hw->back;
4752 return pcix_get_mmrbc(adapter->pdev);
4753}
4754
Joe Perches64798842008-07-11 15:17:02 -07004755void e1000_pcix_set_mmrbc(struct e1000_hw *hw, int mmrbc)
Peter Oruba007755e2007-09-28 22:42:06 -07004756{
4757 struct e1000_adapter *adapter = hw->back;
4758 pcix_set_mmrbc(adapter->pdev, mmrbc);
4759}
4760
Joe Perches64798842008-07-11 15:17:02 -07004761void e1000_io_write(struct e1000_hw *hw, unsigned long port, u32 value)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004762{
4763 outl(value, port);
4764}
4765
Jiri Pirko5622e402011-07-21 03:26:31 +00004766static bool e1000_vlan_used(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004767{
Jiri Pirko5622e402011-07-21 03:26:31 +00004768 u16 vid;
4769
4770 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID)
4771 return true;
4772 return false;
4773}
4774
Jiri Pirko52f55092012-03-20 18:10:01 +00004775static void __e1000_vlan_mode(struct e1000_adapter *adapter,
4776 netdev_features_t features)
4777{
4778 struct e1000_hw *hw = &adapter->hw;
4779 u32 ctrl;
4780
4781 ctrl = er32(CTRL);
4782 if (features & NETIF_F_HW_VLAN_RX) {
4783 /* enable VLAN tag insert/strip */
4784 ctrl |= E1000_CTRL_VME;
4785 } else {
4786 /* disable VLAN tag insert/strip */
4787 ctrl &= ~E1000_CTRL_VME;
4788 }
4789 ew32(CTRL, ctrl);
4790}
Jiri Pirko5622e402011-07-21 03:26:31 +00004791static void e1000_vlan_filter_on_off(struct e1000_adapter *adapter,
4792 bool filter_on)
4793{
Joe Perches1dc32912008-07-11 15:17:08 -07004794 struct e1000_hw *hw = &adapter->hw;
Jiri Pirko5622e402011-07-21 03:26:31 +00004795 u32 rctl;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004796
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004797 if (!test_bit(__E1000_DOWN, &adapter->flags))
4798 e1000_irq_disable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004799
Jiri Pirko52f55092012-03-20 18:10:01 +00004800 __e1000_vlan_mode(adapter, adapter->netdev->features);
Jiri Pirko5622e402011-07-21 03:26:31 +00004801 if (filter_on) {
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00004802 /* enable VLAN receive filtering */
4803 rctl = er32(RCTL);
4804 rctl &= ~E1000_RCTL_CFIEN;
Jiri Pirko5622e402011-07-21 03:26:31 +00004805 if (!(adapter->netdev->flags & IFF_PROMISC))
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00004806 rctl |= E1000_RCTL_VFE;
4807 ew32(RCTL, rctl);
4808 e1000_update_mng_vlan(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004809 } else {
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00004810 /* disable VLAN receive filtering */
4811 rctl = er32(RCTL);
4812 rctl &= ~E1000_RCTL_VFE;
4813 ew32(RCTL, rctl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004814 }
4815
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004816 if (!test_bit(__E1000_DOWN, &adapter->flags))
4817 e1000_irq_enable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004818}
4819
Michał Mirosławc8f44af2011-11-15 15:29:55 +00004820static void e1000_vlan_mode(struct net_device *netdev,
Jiri Pirko52f55092012-03-20 18:10:01 +00004821 netdev_features_t features)
Jiri Pirko5622e402011-07-21 03:26:31 +00004822{
4823 struct e1000_adapter *adapter = netdev_priv(netdev);
Jiri Pirko5622e402011-07-21 03:26:31 +00004824
4825 if (!test_bit(__E1000_DOWN, &adapter->flags))
4826 e1000_irq_disable(adapter);
4827
Jiri Pirko52f55092012-03-20 18:10:01 +00004828 __e1000_vlan_mode(adapter, features);
Jiri Pirko5622e402011-07-21 03:26:31 +00004829
4830 if (!test_bit(__E1000_DOWN, &adapter->flags))
4831 e1000_irq_enable(adapter);
4832}
4833
Jiri Pirko8e586132011-12-08 19:52:37 -05004834static int e1000_vlan_rx_add_vid(struct net_device *netdev, u16 vid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004835{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004836 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004837 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004838 u32 vfta, index;
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004839
Joe Perches1dc32912008-07-11 15:17:08 -07004840 if ((hw->mng_cookie.status &
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004841 E1000_MNG_DHCP_COOKIE_STATUS_VLAN_SUPPORT) &&
4842 (vid == adapter->mng_vlan_id))
Jiri Pirko8e586132011-12-08 19:52:37 -05004843 return 0;
Jiri Pirko5622e402011-07-21 03:26:31 +00004844
4845 if (!e1000_vlan_used(adapter))
4846 e1000_vlan_filter_on_off(adapter, true);
4847
Linus Torvalds1da177e2005-04-16 15:20:36 -07004848 /* add VID to filter table */
4849 index = (vid >> 5) & 0x7F;
Joe Perches1dc32912008-07-11 15:17:08 -07004850 vfta = E1000_READ_REG_ARRAY(hw, VFTA, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004851 vfta |= (1 << (vid & 0x1F));
Joe Perches1dc32912008-07-11 15:17:08 -07004852 e1000_write_vfta(hw, index, vfta);
Jiri Pirko5622e402011-07-21 03:26:31 +00004853
4854 set_bit(vid, adapter->active_vlans);
Jiri Pirko8e586132011-12-08 19:52:37 -05004855
4856 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004857}
4858
Jiri Pirko8e586132011-12-08 19:52:37 -05004859static int e1000_vlan_rx_kill_vid(struct net_device *netdev, u16 vid)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004860{
Malli Chilakala60490fe2005-06-17 17:41:45 -07004861 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004862 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004863 u32 vfta, index;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004864
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004865 if (!test_bit(__E1000_DOWN, &adapter->flags))
4866 e1000_irq_disable(adapter);
Jesse Brandeburg9150b762008-03-21 11:06:58 -07004867 if (!test_bit(__E1000_DOWN, &adapter->flags))
4868 e1000_irq_enable(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004869
4870 /* remove VID from filter table */
4871 index = (vid >> 5) & 0x7F;
Joe Perches1dc32912008-07-11 15:17:08 -07004872 vfta = E1000_READ_REG_ARRAY(hw, VFTA, index);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004873 vfta &= ~(1 << (vid & 0x1F));
Joe Perches1dc32912008-07-11 15:17:08 -07004874 e1000_write_vfta(hw, index, vfta);
Jiri Pirko5622e402011-07-21 03:26:31 +00004875
4876 clear_bit(vid, adapter->active_vlans);
4877
4878 if (!e1000_vlan_used(adapter))
4879 e1000_vlan_filter_on_off(adapter, false);
Jiri Pirko8e586132011-12-08 19:52:37 -05004880
4881 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004882}
4883
Joe Perches64798842008-07-11 15:17:02 -07004884static void e1000_restore_vlan(struct e1000_adapter *adapter)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004885{
Jiri Pirko5622e402011-07-21 03:26:31 +00004886 u16 vid;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004887
Jiri Pirko5622e402011-07-21 03:26:31 +00004888 if (!e1000_vlan_used(adapter))
4889 return;
4890
4891 e1000_vlan_filter_on_off(adapter, true);
4892 for_each_set_bit(vid, adapter->active_vlans, VLAN_N_VID)
4893 e1000_vlan_rx_add_vid(adapter->netdev, vid);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004894}
4895
David Decotigny14ad2512011-04-27 18:32:43 +00004896int e1000_set_spd_dplx(struct e1000_adapter *adapter, u32 spd, u8 dplx)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004897{
Joe Perches1dc32912008-07-11 15:17:08 -07004898 struct e1000_hw *hw = &adapter->hw;
4899
4900 hw->autoneg = 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004901
David Decotigny14ad2512011-04-27 18:32:43 +00004902 /* Make sure dplx is at most 1 bit and lsb of speed is not set
4903 * for the switch() below to work */
4904 if ((spd & 1) || (dplx & ~1))
4905 goto err_inval;
4906
Malli Chilakala69213682005-06-17 17:44:20 -07004907 /* Fiber NICs only allow 1000 gbps Full duplex */
Joe Perches1dc32912008-07-11 15:17:08 -07004908 if ((hw->media_type == e1000_media_type_fiber) &&
David Decotigny14ad2512011-04-27 18:32:43 +00004909 spd != SPEED_1000 &&
4910 dplx != DUPLEX_FULL)
4911 goto err_inval;
Malli Chilakala69213682005-06-17 17:44:20 -07004912
David Decotigny14ad2512011-04-27 18:32:43 +00004913 switch (spd + dplx) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004914 case SPEED_10 + DUPLEX_HALF:
Joe Perches1dc32912008-07-11 15:17:08 -07004915 hw->forced_speed_duplex = e1000_10_half;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004916 break;
4917 case SPEED_10 + DUPLEX_FULL:
Joe Perches1dc32912008-07-11 15:17:08 -07004918 hw->forced_speed_duplex = e1000_10_full;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004919 break;
4920 case SPEED_100 + DUPLEX_HALF:
Joe Perches1dc32912008-07-11 15:17:08 -07004921 hw->forced_speed_duplex = e1000_100_half;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004922 break;
4923 case SPEED_100 + DUPLEX_FULL:
Joe Perches1dc32912008-07-11 15:17:08 -07004924 hw->forced_speed_duplex = e1000_100_full;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004925 break;
4926 case SPEED_1000 + DUPLEX_FULL:
Joe Perches1dc32912008-07-11 15:17:08 -07004927 hw->autoneg = 1;
4928 hw->autoneg_advertised = ADVERTISE_1000_FULL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004929 break;
4930 case SPEED_1000 + DUPLEX_HALF: /* not supported */
4931 default:
David Decotigny14ad2512011-04-27 18:32:43 +00004932 goto err_inval;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004933 }
4934 return 0;
David Decotigny14ad2512011-04-27 18:32:43 +00004935
4936err_inval:
4937 e_err(probe, "Unsupported Speed/Duplex configuration\n");
4938 return -EINVAL;
Linus Torvalds1da177e2005-04-16 15:20:36 -07004939}
4940
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00004941static int __e1000_shutdown(struct pci_dev *pdev, bool *enable_wake)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004942{
4943 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07004944 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07004945 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07004946 u32 ctrl, ctrl_ext, rctl, status;
4947 u32 wufc = adapter->wol;
Auke Kok6fdfef12006-06-27 09:06:36 -07004948#ifdef CONFIG_PM
Jeff Kirsher240b1712006-01-12 16:51:28 -08004949 int retval = 0;
Auke Kok6fdfef12006-06-27 09:06:36 -07004950#endif
Linus Torvalds1da177e2005-04-16 15:20:36 -07004951
4952 netif_device_detach(netdev);
4953
Auke Kok2db10a02006-06-27 09:06:28 -07004954 if (netif_running(netdev)) {
4955 WARN_ON(test_bit(__E1000_RESETTING, &adapter->flags));
Linus Torvalds1da177e2005-04-16 15:20:36 -07004956 e1000_down(adapter);
Auke Kok2db10a02006-06-27 09:06:28 -07004957 }
Linus Torvalds1da177e2005-04-16 15:20:36 -07004958
Jesse Brandeburg2f826652006-01-18 13:01:34 -08004959#ifdef CONFIG_PM
Kok, Auke1d33e9c2007-02-16 14:39:28 -08004960 retval = pci_save_state(pdev);
Jesse Brandeburg3a3847e2012-01-04 20:23:33 +00004961 if (retval)
Jesse Brandeburg2f826652006-01-18 13:01:34 -08004962 return retval;
4963#endif
4964
Joe Perches1dc32912008-07-11 15:17:08 -07004965 status = er32(STATUS);
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004966 if (status & E1000_STATUS_LU)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004967 wufc &= ~E1000_WUFC_LNKC;
4968
Jesse Brandeburg96838a42006-01-18 13:01:39 -08004969 if (wufc) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004970 e1000_setup_rctl(adapter);
Patrick McHardydb0ce502007-11-13 20:54:59 -08004971 e1000_set_rx_mode(netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004972
Dean Nelsonb8681792012-01-19 17:47:24 +00004973 rctl = er32(RCTL);
4974
Linus Torvalds1da177e2005-04-16 15:20:36 -07004975 /* turn on all-multi mode if wake on multicast is enabled */
Dean Nelsonb8681792012-01-19 17:47:24 +00004976 if (wufc & E1000_WUFC_MC)
Linus Torvalds1da177e2005-04-16 15:20:36 -07004977 rctl |= E1000_RCTL_MPE;
Dean Nelsonb8681792012-01-19 17:47:24 +00004978
4979 /* enable receives in the hardware */
4980 ew32(RCTL, rctl | E1000_RCTL_EN);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004981
Joe Perches1dc32912008-07-11 15:17:08 -07004982 if (hw->mac_type >= e1000_82540) {
4983 ctrl = er32(CTRL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004984 /* advertise wake from D3Cold */
4985 #define E1000_CTRL_ADVD3WUC 0x00100000
4986 /* phy power management enable */
4987 #define E1000_CTRL_EN_PHY_PWR_MGMT 0x00200000
4988 ctrl |= E1000_CTRL_ADVD3WUC |
4989 E1000_CTRL_EN_PHY_PWR_MGMT;
Joe Perches1dc32912008-07-11 15:17:08 -07004990 ew32(CTRL, ctrl);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004991 }
4992
Joe Perches1dc32912008-07-11 15:17:08 -07004993 if (hw->media_type == e1000_media_type_fiber ||
Jesse Brandeburg1532ece2009-09-25 12:16:14 +00004994 hw->media_type == e1000_media_type_internal_serdes) {
Linus Torvalds1da177e2005-04-16 15:20:36 -07004995 /* keep the laser running in D3 */
Joe Perches1dc32912008-07-11 15:17:08 -07004996 ctrl_ext = er32(CTRL_EXT);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004997 ctrl_ext |= E1000_CTRL_EXT_SDP7_DATA;
Joe Perches1dc32912008-07-11 15:17:08 -07004998 ew32(CTRL_EXT, ctrl_ext);
Linus Torvalds1da177e2005-04-16 15:20:36 -07004999 }
5000
Joe Perches1dc32912008-07-11 15:17:08 -07005001 ew32(WUC, E1000_WUC_PME_EN);
5002 ew32(WUFC, wufc);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005003 } else {
Joe Perches1dc32912008-07-11 15:17:08 -07005004 ew32(WUC, 0);
5005 ew32(WUFC, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005006 }
5007
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005008 e1000_release_manageability(adapter);
5009
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00005010 *enable_wake = !!wufc;
5011
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005012 /* make sure adapter isn't asleep if manageability is enabled */
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00005013 if (adapter->en_mng_pt)
5014 *enable_wake = true;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005015
Auke Kokedd106f2006-11-06 08:57:12 -08005016 if (netif_running(netdev))
5017 e1000_free_irq(adapter);
5018
Linus Torvalds1da177e2005-04-16 15:20:36 -07005019 pci_disable_device(pdev);
Jeff Kirsher240b1712006-01-12 16:51:28 -08005020
Linus Torvalds1da177e2005-04-16 15:20:36 -07005021 return 0;
5022}
5023
Jesse Brandeburg2f826652006-01-18 13:01:34 -08005024#ifdef CONFIG_PM
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00005025static int e1000_suspend(struct pci_dev *pdev, pm_message_t state)
5026{
5027 int retval;
5028 bool wake;
5029
5030 retval = __e1000_shutdown(pdev, &wake);
5031 if (retval)
5032 return retval;
5033
5034 if (wake) {
5035 pci_prepare_to_sleep(pdev);
5036 } else {
5037 pci_wake_from_d3(pdev, false);
5038 pci_set_power_state(pdev, PCI_D3hot);
5039 }
5040
5041 return 0;
5042}
5043
Joe Perches64798842008-07-11 15:17:02 -07005044static int e1000_resume(struct pci_dev *pdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005045{
5046 struct net_device *netdev = pci_get_drvdata(pdev);
Malli Chilakala60490fe2005-06-17 17:41:45 -07005047 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07005048 struct e1000_hw *hw = &adapter->hw;
Joe Perches406874a2008-04-03 10:06:32 -07005049 u32 err;
Linus Torvalds1da177e2005-04-16 15:20:36 -07005050
Auke Kokd0e027d2006-04-14 19:04:40 -07005051 pci_set_power_state(pdev, PCI_D0);
Kok, Auke1d33e9c2007-02-16 14:39:28 -08005052 pci_restore_state(pdev);
Nick Nunleydbb5aae2010-02-03 14:49:48 +00005053 pci_save_state(pdev);
Taku Izumi81250292008-07-11 15:17:44 -07005054
5055 if (adapter->need_ioport)
5056 err = pci_enable_device(pdev);
5057 else
5058 err = pci_enable_device_mem(pdev);
Joe Perchesc7be73b2008-07-11 15:17:28 -07005059 if (err) {
Emil Tantilov675ad472010-04-27 14:02:58 +00005060 pr_err("Cannot enable PCI device from suspend\n");
Auke Kok3d1dd8c2006-08-28 14:56:27 -07005061 return err;
5062 }
Malli Chilakalaa4cb8472005-04-28 19:41:28 -07005063 pci_set_master(pdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005064
Auke Kokd0e027d2006-04-14 19:04:40 -07005065 pci_enable_wake(pdev, PCI_D3hot, 0);
5066 pci_enable_wake(pdev, PCI_D3cold, 0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005067
Joe Perchesc7be73b2008-07-11 15:17:28 -07005068 if (netif_running(netdev)) {
5069 err = e1000_request_irq(adapter);
5070 if (err)
5071 return err;
5072 }
Auke Kokedd106f2006-11-06 08:57:12 -08005073
5074 e1000_power_up_phy(adapter);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005075 e1000_reset(adapter);
Joe Perches1dc32912008-07-11 15:17:08 -07005076 ew32(WUS, ~0);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005077
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005078 e1000_init_manageability(adapter);
5079
Jesse Brandeburg96838a42006-01-18 13:01:39 -08005080 if (netif_running(netdev))
Linus Torvalds1da177e2005-04-16 15:20:36 -07005081 e1000_up(adapter);
5082
5083 netif_device_attach(netdev);
5084
Linus Torvalds1da177e2005-04-16 15:20:36 -07005085 return 0;
5086}
5087#endif
Auke Kokc653e632006-05-23 13:35:57 -07005088
5089static void e1000_shutdown(struct pci_dev *pdev)
5090{
Rafael J. Wysockib43fcd72009-04-15 17:43:24 +00005091 bool wake;
5092
5093 __e1000_shutdown(pdev, &wake);
5094
5095 if (system_state == SYSTEM_POWER_OFF) {
5096 pci_wake_from_d3(pdev, wake);
5097 pci_set_power_state(pdev, PCI_D3hot);
5098 }
Auke Kokc653e632006-05-23 13:35:57 -07005099}
5100
Linus Torvalds1da177e2005-04-16 15:20:36 -07005101#ifdef CONFIG_NET_POLL_CONTROLLER
5102/*
5103 * Polling 'interrupt' - used by things like netconsole to send skbs
5104 * without having to re-enable interrupts. It's not called while
5105 * the interrupt routine is executing.
5106 */
Joe Perches64798842008-07-11 15:17:02 -07005107static void e1000_netpoll(struct net_device *netdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -07005108{
Malli Chilakala60490fe2005-06-17 17:41:45 -07005109 struct e1000_adapter *adapter = netdev_priv(netdev);
Auke Kokd3d9e482006-07-14 16:14:23 -07005110
Linus Torvalds1da177e2005-04-16 15:20:36 -07005111 disable_irq(adapter->pdev->irq);
David Howells7d12e782006-10-05 14:55:46 +01005112 e1000_intr(adapter->pdev->irq, netdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -07005113 enable_irq(adapter->pdev->irq);
5114}
5115#endif
5116
Auke Kok90267292006-06-08 09:30:24 -07005117/**
5118 * e1000_io_error_detected - called when PCI error is detected
5119 * @pdev: Pointer to PCI device
Jesse Brandeburg120a5d02009-09-25 15:19:46 -07005120 * @state: The current pci connection state
Auke Kok90267292006-06-08 09:30:24 -07005121 *
5122 * This function is called after a PCI bus error affecting
5123 * this device has been detected.
5124 */
Joe Perches64798842008-07-11 15:17:02 -07005125static pci_ers_result_t e1000_io_error_detected(struct pci_dev *pdev,
5126 pci_channel_state_t state)
Auke Kok90267292006-06-08 09:30:24 -07005127{
5128 struct net_device *netdev = pci_get_drvdata(pdev);
Wang Chen4cf16532008-11-12 23:38:14 -08005129 struct e1000_adapter *adapter = netdev_priv(netdev);
Auke Kok90267292006-06-08 09:30:24 -07005130
5131 netif_device_detach(netdev);
5132
Andre Detscheab63302009-06-30 12:46:13 +00005133 if (state == pci_channel_io_perm_failure)
5134 return PCI_ERS_RESULT_DISCONNECT;
5135
Auke Kok90267292006-06-08 09:30:24 -07005136 if (netif_running(netdev))
5137 e1000_down(adapter);
Linas Vepstas72e8d6b2006-09-18 20:58:06 -07005138 pci_disable_device(pdev);
Auke Kok90267292006-06-08 09:30:24 -07005139
5140 /* Request a slot slot reset. */
5141 return PCI_ERS_RESULT_NEED_RESET;
5142}
5143
5144/**
5145 * e1000_io_slot_reset - called after the pci bus has been reset.
5146 * @pdev: Pointer to PCI device
5147 *
5148 * Restart the card from scratch, as if from a cold-boot. Implementation
5149 * resembles the first-half of the e1000_resume routine.
5150 */
5151static pci_ers_result_t e1000_io_slot_reset(struct pci_dev *pdev)
5152{
5153 struct net_device *netdev = pci_get_drvdata(pdev);
Wang Chen4cf16532008-11-12 23:38:14 -08005154 struct e1000_adapter *adapter = netdev_priv(netdev);
Joe Perches1dc32912008-07-11 15:17:08 -07005155 struct e1000_hw *hw = &adapter->hw;
Taku Izumi81250292008-07-11 15:17:44 -07005156 int err;
Auke Kok90267292006-06-08 09:30:24 -07005157
Taku Izumi81250292008-07-11 15:17:44 -07005158 if (adapter->need_ioport)
5159 err = pci_enable_device(pdev);
5160 else
5161 err = pci_enable_device_mem(pdev);
5162 if (err) {
Emil Tantilov675ad472010-04-27 14:02:58 +00005163 pr_err("Cannot re-enable PCI device after reset.\n");
Auke Kok90267292006-06-08 09:30:24 -07005164 return PCI_ERS_RESULT_DISCONNECT;
5165 }
5166 pci_set_master(pdev);
5167
Linas Vepstasdbf38c92006-09-27 12:54:11 -07005168 pci_enable_wake(pdev, PCI_D3hot, 0);
5169 pci_enable_wake(pdev, PCI_D3cold, 0);
Auke Kok90267292006-06-08 09:30:24 -07005170
Auke Kok90267292006-06-08 09:30:24 -07005171 e1000_reset(adapter);
Joe Perches1dc32912008-07-11 15:17:08 -07005172 ew32(WUS, ~0);
Auke Kok90267292006-06-08 09:30:24 -07005173
5174 return PCI_ERS_RESULT_RECOVERED;
5175}
5176
5177/**
5178 * e1000_io_resume - called when traffic can start flowing again.
5179 * @pdev: Pointer to PCI device
5180 *
5181 * This callback is called when the error recovery driver tells us that
5182 * its OK to resume normal operation. Implementation resembles the
5183 * second-half of the e1000_resume routine.
5184 */
5185static void e1000_io_resume(struct pci_dev *pdev)
5186{
5187 struct net_device *netdev = pci_get_drvdata(pdev);
Wang Chen4cf16532008-11-12 23:38:14 -08005188 struct e1000_adapter *adapter = netdev_priv(netdev);
Jeff Garzik0fccd0e2006-12-15 10:56:10 -05005189
5190 e1000_init_manageability(adapter);
Auke Kok90267292006-06-08 09:30:24 -07005191
5192 if (netif_running(netdev)) {
5193 if (e1000_up(adapter)) {
Emil Tantilov675ad472010-04-27 14:02:58 +00005194 pr_info("can't bring device back up after reset\n");
Auke Kok90267292006-06-08 09:30:24 -07005195 return;
5196 }
5197 }
5198
5199 netif_device_attach(netdev);
Auke Kok90267292006-06-08 09:30:24 -07005200}
5201
Linus Torvalds1da177e2005-04-16 15:20:36 -07005202/* e1000_main.c */